chore: generate
This commit is contained in:
parent
c6ebc7ff7c
commit
6253ef0c27
2 changed files with 7 additions and 1 deletions
|
|
@ -2670,6 +2670,7 @@ export type ExperimentalConsoleGetResponses = {
|
||||||
200: {
|
200: {
|
||||||
consoleManagedProviders: Array<string>
|
consoleManagedProviders: Array<string>
|
||||||
activeOrgName?: string
|
activeOrgName?: string
|
||||||
|
switchableOrgCount: number
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1257,9 +1257,14 @@
|
||||||
},
|
},
|
||||||
"activeOrgName": {
|
"activeOrgName": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"switchableOrgCount": {
|
||||||
|
"type": "integer",
|
||||||
|
"minimum": 0,
|
||||||
|
"maximum": 9007199254740991
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["consoleManagedProviders"]
|
"required": ["consoleManagedProviders", "switchableOrgCount"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue