[BUG] `--union-enums` cli flag no longer works in 13.0.28
Closed this issue · 1 comments
mariansimecek commented
Running command:
swagger-typescript-api generate --path [REDACTED] --output src/app/modules/_models/generated --no-client --extract-request-params --union-enums --extract-response-body --extract-response-error --add-readonly --name types.generated.ts
This always generates TypeScript enums instead of unions, regardless of the --union-enums flag. This works fine in version 13.0.27.