From 038ec39bcc85d328c28e2d6eb93f4f728115f4e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Mar 2026 07:47:42 +0000 Subject: [PATCH] fix(openapi): sync with openapi definition --- openapi.json | 5 +++++ types/api.d.ts | 2 ++ 2 files changed, 7 insertions(+) diff --git a/openapi.json b/openapi.json index 4c4464c4..b037b7c4 100644 --- a/openapi.json +++ b/openapi.json @@ -12039,6 +12039,11 @@ "type": "string", "description": "", "default": "" + }, + "workspace": { + "type": "string", + "description": "", + "default": "" } }, "required": [ diff --git a/types/api.d.ts b/types/api.d.ts index 4afa7699..8579e8e0 100644 --- a/types/api.d.ts +++ b/types/api.d.ts @@ -5598,6 +5598,8 @@ export interface operations { version?: string /** @default */ release?: string + /** @default */ + workspace?: string }> } }