@gewis/sudosos-client 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/dist/api.d.ts +218 -218
  2. package/dist/esm/api.d.ts +218 -218
  3. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gewis/sudosos-client",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Auto-generated TypeScript-Axios client for the SudoSOS API",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "main": "dist/index.js",
@@ -11,7 +11,7 @@
11
11
  "LICENSE"
12
12
  ],
13
13
  "scripts": {
14
- "gen": "openapi-generator-cli generate -i ../../backend/out/swagger.json -g typescript-axios -o ./src --openapi-normalizer REFACTOR_ALLOF_WITH_PROPERTIES_ONLY=true --additional-properties=useSingleRequestParameter=true",
14
+ "gen": "openapi-generator-cli generate -i ../../backend/out/swagger.json -g typescript-axios -o ./src -t ./openapi-templates --openapi-normalizer REFACTOR_ALLOF_WITH_PROPERTIES_ONLY=true --additional-properties=useSingleRequestParameter=true",
15
15
  "build": "tsc && tsc -p tsconfig.esm.json && echo '{\"type\":\"module\"}' > dist/esm/package.json",
16
16
  "genbuild": "pnpm run gen && pnpm run build",
17
17
  "clean": "rm -rf src dist"