Skip to content

Commit

Permalink
changing client generation
Browse files Browse the repository at this point in the history
  • Loading branch information
psachmann committed Dec 13, 2024
1 parent eec722c commit fa2d825
Show file tree
Hide file tree
Showing 13 changed files with 291 additions and 167 deletions.
9 changes: 0 additions & 9 deletions openapitools-for-common-cartridge.json

This file was deleted.

20 changes: 19 additions & 1 deletion openapitools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "5.1.0"
"version": "7.6.0",
"generators": {
"common-cartridge-api": {
"generatorName": "typescript-axios",
"inputSpec": "http://localhost:3350/api/v3/docs-json/",
"output": "./src/commonCartridgeApi/v3",
"skipValidateSpec": true,
"enablePostProcessFile": true,
"additionalProperties": {
"apiPackage": "api",
"enumNameSuffix": "",
"enumPropertyNaming": "UPPERCASE",
"modelPackage": "models",
"supportsES6": true,
"withInterfaces": true,
"withSeparateModelsAndApi": true
}
}
}
}
}
Loading

0 comments on commit fa2d825

Please sign in to comment.