Skip to content

Commit

Permalink
fix: issue #1608 sdk generation (#1641)
Browse files Browse the repository at this point in the history
* fix: issue #1608 sdk generation

* use the configuration json files instead of directly passing the config properties
  • Loading branch information
martin-trajanovski authored Jan 21, 2025
1 parent b3d4187 commit ca918de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/openapi/typescript-angular-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"generatorName": "typescript-angular",
"npmName": "@scicatproject/scicat-sdk-ts-angular",
"ngVersion": "16.2.12",
"withInterfaces": true
"withInterfaces": true,
"paramNaming": "original",
"modelPropertyNaming": "original",
"enumPropertyNaming": "original"
}
5 changes: 4 additions & 1 deletion .github/openapi/typescript-fetch-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"generatorName": "typescript-fetch",
"npmName": "@scicatproject/scicat-sdk-ts-fetch",
"supportsES6": true
"supportsES6": true,
"paramNaming": "original",
"modelPropertyNaming": "original",
"enumPropertyNaming": "original"
}

0 comments on commit ca918de

Please sign in to comment.