Skip to content

Commit 6253ef0

Browse files
chore: generate
1 parent c6ebc7f commit 6253ef0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/sdk/js/src/v2/gen/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2670,6 +2670,7 @@ export type ExperimentalConsoleGetResponses = {
26702670
200: {
26712671
consoleManagedProviders: Array<string>
26722672
activeOrgName?: string
2673+
switchableOrgCount: number
26732674
}
26742675
}
26752676

packages/sdk/openapi.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,9 +1257,14 @@
12571257
},
12581258
"activeOrgName": {
12591259
"type": "string"
1260+
},
1261+
"switchableOrgCount": {
1262+
"type": "integer",
1263+
"minimum": 0,
1264+
"maximum": 9007199254740991
12601265
}
12611266
},
1262-
"required": ["consoleManagedProviders"]
1267+
"required": ["consoleManagedProviders", "switchableOrgCount"]
12631268
}
12641269
}
12651270
}

0 commit comments

Comments
 (0)