diff options
| author | crobibero <cody@robibe.ro> | 2020-10-02 07:47:14 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-10-02 07:47:14 -0600 |
| commit | 75dada6308c2be5d0c35f679cbcd49f6b7bd0cb9 (patch) | |
| tree | 79ade70c78312601953143124e45dd56a57cb816 | |
| parent | 7d992798fdbd1dbba7242d83f79d7fba0499d15c (diff) | |
add withSeparateModelsAndApi
| -rw-r--r-- | apiclient/templates/typescript/axios/stable.sh | 2 | ||||
| -rw-r--r-- | apiclient/templates/typescript/axios/unstable.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apiclient/templates/typescript/axios/stable.sh b/apiclient/templates/typescript/axios/stable.sh index ecc55d2e7..70c6409fb 100644 --- a/apiclient/templates/typescript/axios/stable.sh +++ b/apiclient/templates/typescript/axios/stable.sh @@ -6,4 +6,4 @@ java -jar openapi-generator-cli.jar generate \ --output ./apiclient/generated/typescript/axios \ --template-dir ./apiclient/templates/typescript/axios \ --ignore-file-override ./apiclient/.openapi-generator-ignore \ - --additional-properties=useSingleRequestParameter="true",npmName="axios" + --additional-properties=useSingleRequestParameter="true",withSeparateModelsAndApi="true",npmName="axios" diff --git a/apiclient/templates/typescript/axios/unstable.sh b/apiclient/templates/typescript/axios/unstable.sh index 615eb5b22..83e4ba228 100644 --- a/apiclient/templates/typescript/axios/unstable.sh +++ b/apiclient/templates/typescript/axios/unstable.sh @@ -6,4 +6,4 @@ java -jar openapi-generator-cli.jar generate \ --output ./apiclient/generated/typescript/axios \ --template-dir ./apiclient/templates/typescript/axios \ --ignore-file-override ./apiclient/.openapi-generator-ignore \ - --additional-properties=useSingleRequestParameter="true",npmName="axios",snapshotVersion="-SNAPSHOT.$(Build.BuildNumber)",npmRepository="https://dev.azure.com/jellyfin-project/jellyfin/_packaging" + --additional-properties=useSingleRequestParameter="true",withSeparateModelsAndApi="true",npmName="axios",snapshotVersion="-SNAPSHOT.$(Build.BuildNumber)",npmRepository="https://dev.azure.com/jellyfin-project/jellyfin/_packaging" |
