From 2ff7fbac7caf015557fabdd1f775c0c231122fc3 Mon Sep 17 00:00:00 2001 From: Matvei Andrienko Date: Thu, 16 May 2024 17:45:36 +0200 Subject: [PATCH] xxx --- .github/workflows/sdk-typecheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sdk-typecheck.yml b/.github/workflows/sdk-typecheck.yml index 4b582340..d8a2005b 100644 --- a/.github/workflows/sdk-typecheck.yml +++ b/.github/workflows/sdk-typecheck.yml @@ -24,7 +24,7 @@ jobs: -v $(pwd)/protocol:/local openapitools/openapi-generator-cli generate \ -i /local/openapi/video-openapi-clientside.yaml \ -g typescript-fetch \ - -o /local/ts-sdk + -o /local/ts-sdk \ --additional-properties=supportsES6=true \ --additional-properties=modelPropertyNaming=original \ --additional-properties=enumPropertyNaming=UPPERCASE \