summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-04-17 20:50:37 +0000
committeropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-04-17 20:50:37 +0000
commited0f0225025336ad84c04210850fcd7bfb38f221 (patch)
tree154a795370059e582159e582b70118b44f58e547 /packages
parentb1307d5c2a41c12d6696b31fe46bea7882993753 (diff)
downloadopencode-ed0f0225025336ad84c04210850fcd7bfb38f221.tar.gz
opencode-ed0f0225025336ad84c04210850fcd7bfb38f221.zip
chore: generate
Diffstat (limited to 'packages')
-rw-r--r--packages/sdk/openapi.json37
1 files changed, 19 insertions, 18 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json
index 71e78307c..c3fd00356 100644
--- a/packages/sdk/openapi.json
+++ b/packages/sdk/openapi.json
@@ -1607,24 +1607,7 @@
"content": {
"application/json": {
"schema": {
- "type": "object",
- "properties": {
- "consoleManagedProviders": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "activeOrgName": {
- "type": "string"
- },
- "switchableOrgCount": {
- "type": "integer",
- "minimum": 0,
- "maximum": 9007199254740991
- }
- },
- "required": ["consoleManagedProviders", "switchableOrgCount"]
+ "$ref": "#/components/schemas/ConsoleState"
}
}
}
@@ -12359,6 +12342,24 @@
},
"required": ["id", "name", "source", "env", "options", "models"]
},
+ "ConsoleState": {
+ "type": "object",
+ "properties": {
+ "consoleManagedProviders": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ },
+ "activeOrgName": {
+ "type": "string"
+ },
+ "switchableOrgCount": {
+ "type": "number"
+ }
+ },
+ "required": ["consoleManagedProviders", "switchableOrgCount"]
+ },
"ToolIDs": {
"type": "array",
"items": {