From c799d50ba5c381267e9947fb958b8daf2b25172d Mon Sep 17 00:00:00 2001 From: MoritzWeber Date: Fri, 29 Nov 2024 16:29:01 +0100 Subject: [PATCH] build(frontend): Bump version of OpenAPI Generator --- frontend/Makefile | 2 +- frontend/src/app/openapi/.openapi-generator/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/Makefile b/frontend/Makefile index 3b530e5504..6bba7aafd6 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 09a6d30847..758bb9c821 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