Skip to content

Commit ed0f022

Browse files
chore: generate
1 parent b1307d5 commit ed0f022

1 file changed

Lines changed: 19 additions & 18 deletions

File tree

packages/sdk/openapi.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1607,24 +1607,7 @@
16071607
"content": {
16081608
"application/json": {
16091609
"schema": {
1610-
"type": "object",
1611-
"properties": {
1612-
"consoleManagedProviders": {
1613-
"type": "array",
1614-
"items": {
1615-
"type": "string"
1616-
}
1617-
},
1618-
"activeOrgName": {
1619-
"type": "string"
1620-
},
1621-
"switchableOrgCount": {
1622-
"type": "integer",
1623-
"minimum": 0,
1624-
"maximum": 9007199254740991
1625-
}
1626-
},
1627-
"required": ["consoleManagedProviders", "switchableOrgCount"]
1610+
"$ref": "#/components/schemas/ConsoleState"
16281611
}
16291612
}
16301613
}
@@ -12359,6 +12342,24 @@
1235912342
},
1236012343
"required": ["id", "name", "source", "env", "options", "models"]
1236112344
},
12345+
"ConsoleState": {
12346+
"type": "object",
12347+
"properties": {
12348+
"consoleManagedProviders": {
12349+
"type": "array",
12350+
"items": {
12351+
"type": "string"
12352+
}
12353+
},
12354+
"activeOrgName": {
12355+
"type": "string"
12356+
},
12357+
"switchableOrgCount": {
12358+
"type": "number"
12359+
}
12360+
},
12361+
"required": ["consoleManagedProviders", "switchableOrgCount"]
12362+
},
1236212363
"ToolIDs": {
1236312364
"type": "array",
1236412365
"items": {

0 commit comments

Comments
 (0)