diff --git a/frontend/Makefile b/frontend/Makefile index 3b530e550..6bba7aafd 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -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" \ diff --git a/frontend/src/app/openapi/.openapi-generator/VERSION b/frontend/src/app/openapi/.openapi-generator/VERSION index 09a6d3084..758bb9c82 100644 --- a/frontend/src/app/openapi/.openapi-generator/VERSION +++ b/frontend/src/app/openapi/.openapi-generator/VERSION @@ -1 +1 @@ -7.8.0 +7.10.0