chore: generate
This commit is contained in:
+19
-18
@@ -1607,24 +1607,7 @@
|
|||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "object",
|
"$ref": "#/components/schemas/ConsoleState"
|
||||||
"properties": {
|
|
||||||
"consoleManagedProviders": {
|
|
||||||
"type": "array",
|
|
||||||
"items": {
|
|
||||||
"type": "string"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"activeOrgName": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"switchableOrgCount": {
|
|
||||||
"type": "integer",
|
|
||||||
"minimum": 0,
|
|
||||||
"maximum": 9007199254740991
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"required": ["consoleManagedProviders", "switchableOrgCount"]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -12359,6 +12342,24 @@
|
|||||||
},
|
},
|
||||||
"required": ["id", "name", "source", "env", "options", "models"]
|
"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": {
|
"ToolIDs": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
|||||||
Reference in New Issue
Block a user