Merged
requested to merge github/fork/Digirik/fix/typescript-axios-model-with-allOf-composition into master
modules/openapi-generator/src
main/java/org/…/codegen/languages
TypeScriptAxiosClientCodegen.java +7 -0
test/resources/3_0/typescript-axios
with-separate-models-and-api-inheritance.yaml +60 -0
samples/…/…/…/…
.openapi-generator
FILES +3 -0
model
abstract-flat-stock-pick-order-base-dto.ts +78 -0
flat-stock-pick-order-dto-all-of.ts +36 -0
flat-stock-pick-order-dto.ts +29 -0
index.ts +3 -0
@@ -17,6 +17,7 @@
@@ -287,4 +288,10 @@ public class TypeScriptAxiosClientCodegen extends AbstractTypeScriptClientCodege
@@ -33,3 +33,63 @@ components:
@@ -6,8 +6,11 @@ common.ts
+ 78
- 0
+ 36
- 0