Daniele Manni

Results 9 issues of Daniele Manni

Primary keys in redis defined in schema as String, if starts whit numbers are converted to Integer. Example id: 9725fd12-014c-420c-b347-d744f4a6d5dc is stored like id: 9725

#### Description Custom extension `x-extensible-enum` generate a type definition as `enum` and `NonEmptyString` composition. ```typescript export enum EnumTypeEnum { ... } export type EnumType = t.TypeOf; export const EnumType =...

#### List of Changes Migrate all the OpenAPI specification in the root folder into the `openapi` folder. Aggregate at domain level the APIs on the same file if exposed publicly....

Remove the exact ruby version using any minor for ruby `3.2` in deploy pipeline BLOCKED: we prefer have an alert any minor update for check the progress on the deprecation...

#### List of Changes Add a new openapi specs to map the new Proxy api group for Auth & Identity domain. #### Motivation and Context #### How Has This Been...