chore: generate

This commit is contained in:
opencode-agent[bot] 2026-05-09 03:45:35 +00:00
commit cff441909a
4 changed files with 67 additions and 4 deletions

View file

@ -680,6 +680,16 @@
}
}
}
},
"500": {
"description": "InternalServerError",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/effect_HttpApiError_InternalServerError"
}
}
}
}
},
"description": "Get the active Console org name and the set of provider IDs managed by that Console org.",
@ -757,6 +767,16 @@
}
}
}
},
"500": {
"description": "InternalServerError",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/effect_HttpApiError_InternalServerError"
}
}
}
}
},
"description": "Get the available Console orgs across logged-in accounts, including the current active org.",
@ -12521,6 +12541,17 @@
"required": ["consoleManagedProviders", "switchableOrgCount"],
"additionalProperties": false
},
"effect_HttpApiError_InternalServerError": {
"type": "object",
"properties": {
"_tag": {
"type": "string",
"enum": ["InternalServerError"]
}
},
"required": ["_tag"],
"additionalProperties": false
},
"ToolListItem": {
"type": "object",
"properties": {