swagger-typescript-api icon indicating copy to clipboard operation
swagger-typescript-api copied to clipboard

swagger-typescript-api no longer ouputting `<Tag>Routes` after upgrade to 13.0.0

Open rcbevans opened this issue 2 years ago • 3 comments

I am doing chores to bump packages and after upgrading swagger-typescript-api to 13.0.0 no Route types seem to be getting generated.

The command line I'm using to generate the types is

swagger-typescript-api -p ./api.spec.yaml -o ./src/Api/ -r --union-enums --add-readonly --route-types --extract-request-params --extract-request-body --extract-response-body --extract-response-error --modular --disableProxy --clean-output --sort-types --module-name-first-tag --axios

I didn't change this command when upgrading, and I don't see anything in the changelog to suggest that these arguments have changed behavior.

rcbevans avatar Jul 17 '23 23:07 rcbevans

I saw this happen too, had to downgrade to 12.0.4 which is causing it's own set of issues for me evaluating this package. @js2me any updates on this?

kevbost avatar Jul 27 '23 16:07 kevbost

Any update on this? I tried the latest version yesterday and route types still aren't being generated.

rcbevans avatar Sep 07 '23 20:09 rcbevans

It's unfortunate that this is still an issue.

rcbevans avatar Dec 21 '23 22:12 rcbevans