summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-03-21 13:12:54 +0000
committeropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-03-21 13:12:54 +0000
commitfb6bf0b35e623113d23d15cc1a12b28fedd31f88 (patch)
treedf32371c16403d707bd7b2cea1cceb07ae1639b0 /packages
parentf80343b875124cc96807b47055ecb2e28c6d3ebf (diff)
downloadopencode-fb6bf0b35e623113d23d15cc1a12b28fedd31f88.tar.gz
opencode-fb6bf0b35e623113d23d15cc1a12b28fedd31f88.zip
chore: generate
Diffstat (limited to 'packages')
-rw-r--r--packages/sdk/openapi.json25
1 files 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": {