From fb6bf0b35e623113d23d15cc1a12b28fedd31f88 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Sat, 21 Mar 2026 13:12:54 +0000 Subject: [PATCH] chore: generate --- packages/sdk/openapi.json | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json index 76eed0025..9f3a69c54 100644 --- a/packages/sdk/openapi.json +++ b/packages/sdk/openapi.json @@ -199,17 +199,7 @@ "content": { "application/json": { "schema": { - "anyOf": [ - { - "$ref": "#/components/schemas/OAuth" - }, - { - "$ref": "#/components/schemas/ApiAuth" - }, - { - "$ref": "#/components/schemas/WellKnownAuth" - } - ] + "$ref": "#/components/schemas/Auth" } } } @@ -10834,6 +10824,19 @@ }, "required": ["type", "key", "token"] }, + "Auth": { + "anyOf": [ + { + "$ref": "#/components/schemas/OAuth" + }, + { + "$ref": "#/components/schemas/ApiAuth" + }, + { + "$ref": "#/components/schemas/WellKnownAuth" + } + ] + }, "NotFoundError": { "type": "object", "properties": {