-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[typescript-fetch] fix serialization/deserialization with inheritance #3767
[typescript-fetch] fix serialization/deserialization with inheritance #3767
Conversation
thanks for your PR. |
I've run ./bin/typescript-fetch-petstore.sh which succeeded. I've also with my application. @TiFu @taxpon @sebastianhaas @kenisteward @Vrolijkx @macjohnny @nicokoenig @topce @akehir : Could you please review the PR. Thanks in advance :-) |
please commit the files |
@stephanpelikan please commit and push the generated files in |
modules/openapi-generator/src/main/resources/typescript-fetch/modelGeneric.mustache
Outdated
Show resolved
Hide resolved
…modelGeneric.mustache Co-Authored-By: Esteban Gehring <[email protected]>
|
@stephanpelikan thanks for the PR, which has been included in the v4.1.2 release: https://twitter.com/oas_generator/status/1172068944355528705 |
Fixes #3646
Also includes basic support of discriminators.