forked from loafle/openapi-generator-original
Export models package when using withSeparateModelsAndApi flag (#6873)
* Export models package when using withSeparateModelsAndApi flag * Update typescript-axios samples * Revert "Update typescript-axios samples" This reverts commit ac0db6ba940bb78d37b41a5655918cbef9bc2f26. * Update typescript-axios samples * update samples Co-authored-by: William Cheng <wing328hk@gmail.com>
This commit is contained in:
@@ -4,3 +4,4 @@
|
||||
|
||||
export * from "./api";
|
||||
export * from "./configuration";
|
||||
{{#withSeparateModelsAndApi}}export * from "./{{tsModelPackage}}";{{/withSeparateModelsAndApi}}
|
||||
|
||||
@@ -15,3 +15,4 @@
|
||||
|
||||
export * from "./api";
|
||||
export * from "./configuration";
|
||||
|
||||
|
||||
@@ -15,3 +15,4 @@
|
||||
|
||||
export * from "./api";
|
||||
export * from "./configuration";
|
||||
|
||||
|
||||
@@ -15,3 +15,4 @@
|
||||
|
||||
export * from "./api";
|
||||
export * from "./configuration";
|
||||
|
||||
|
||||
@@ -15,3 +15,4 @@
|
||||
|
||||
export * from "./api";
|
||||
export * from "./configuration";
|
||||
|
||||
|
||||
@@ -15,3 +15,4 @@
|
||||
|
||||
export * from "./api";
|
||||
export * from "./configuration";
|
||||
|
||||
|
||||
@@ -15,3 +15,4 @@
|
||||
|
||||
export * from "./api";
|
||||
export * from "./configuration";
|
||||
export * from "./model/some/levels/deep";
|
||||
|
||||
@@ -15,3 +15,4 @@
|
||||
|
||||
export * from "./api";
|
||||
export * from "./configuration";
|
||||
|
||||
|
||||
@@ -15,3 +15,4 @@
|
||||
|
||||
export * from "./api";
|
||||
export * from "./configuration";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user