October 5, 2024
0.44.1
(feat):
The OpenAPI importer used to try and coerce all enums into a literals.
In some cases this is not desirable, so we now expose an option called
coerce-enums-to-literals
in your generators.yml.
generators.yml
(feat):
The OpenAPI importer used to try and coerce all enums into a literals.
In some cases this is not desirable, so we now expose an option called
coerce-enums-to-literals
in your generators.yml.
1 api: 2 specs: 3 - openapi: ../openapi.json 4 overrides: ../openapi-overrides.yml 5 settings: 6 title-as-schema-name: false 7 coerce-enums-to-literals: false