1
0
opencode-agent[bot] 4 сар өмнө
parent
commit
6253ef0c27

+ 1 - 0
packages/sdk/js/src/v2/gen/types.gen.ts

@@ -2670,6 +2670,7 @@ export type ExperimentalConsoleGetResponses = {
   200: {
     consoleManagedProviders: Array<string>
     activeOrgName?: string
+    switchableOrgCount: number
   }
 }
 

+ 6 - 1
packages/sdk/openapi.json

@@ -1257,9 +1257,14 @@
                     },
                     "activeOrgName": {
                       "type": "string"
+                    },
+                    "switchableOrgCount": {
+                      "type": "integer",
+                      "minimum": 0,
+                      "maximum": 9007199254740991
                     }
                   },
-                  "required": ["consoleManagedProviders"]
+                  "required": ["consoleManagedProviders", "switchableOrgCount"]
                 }
               }
             }