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:
Calvin Young
2020-07-28 01:54:52 -07:00
committed by GitHub
parent 86eb1b9112
commit fa75469828
9 changed files with 9 additions and 0 deletions

View File

@@ -4,3 +4,4 @@
export * from "./api";
export * from "./configuration";
{{#withSeparateModelsAndApi}}export * from "./{{tsModelPackage}}";{{/withSeparateModelsAndApi}}

View File

@@ -15,3 +15,4 @@
export * from "./api";
export * from "./configuration";

View File

@@ -15,3 +15,4 @@
export * from "./api";
export * from "./configuration";

View File

@@ -15,3 +15,4 @@
export * from "./api";
export * from "./configuration";

View File

@@ -15,3 +15,4 @@
export * from "./api";
export * from "./configuration";

View File

@@ -15,3 +15,4 @@
export * from "./api";
export * from "./configuration";

View File

@@ -15,3 +15,4 @@
export * from "./api";
export * from "./configuration";
export * from "./model/some/levels/deep";

View File

@@ -15,3 +15,4 @@
export * from "./api";
export * from "./configuration";

View File

@@ -15,3 +15,4 @@
export * from "./api";
export * from "./configuration";