Skip to content

Commit

Permalink
build(frontend): Bump version of OpenAPI Generator
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed Nov 29, 2024
1 parent 79b8796 commit 92aa6a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ openapi:
-v $$(pwd)/openapi_templates:/tmp/openapi_templates \
-v $$OPENAPI_DIR:/tmp/output \
-u $$(id -u $${USER}):$$(id -g $${USER}) \
openapitools/openapi-generator-cli:v7.8.0 generate \
openapitools/openapi-generator-cli:v7.10.0 generate \
-i /tmp/openapi.json \
-t /tmp/openapi_templates \
--global-property models,apis,supportingFiles="index.ts:api.ts:models.ts:variables.ts:configuration.ts:api.module.ts:param.ts:encoder.ts" \
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/openapi/.openapi-generator/VERSION

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92aa6a7

Please sign in to comment.