@opencode-ai/sdk 1.4.10 → 1.4.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1534,6 +1534,11 @@ export type Provider = {
1534
1534
  [key: string]: Model;
1535
1535
  };
1536
1536
  };
1537
+ export type ConsoleState = {
1538
+ consoleManagedProviders: Array<string>;
1539
+ activeOrgName?: string;
1540
+ switchableOrgCount: number;
1541
+ };
1537
1542
  export type ToolIds = Array<string>;
1538
1543
  export type ToolListItem = {
1539
1544
  id: string;
@@ -2445,11 +2450,7 @@ export type ExperimentalConsoleGetResponses = {
2445
2450
  /**
2446
2451
  * Active Console provider metadata
2447
2452
  */
2448
- 200: {
2449
- consoleManagedProviders: Array<string>;
2450
- activeOrgName?: string;
2451
- switchableOrgCount: number;
2452
- };
2453
+ 200: ConsoleState;
2453
2454
  };
2454
2455
  export type ExperimentalConsoleGetResponse = ExperimentalConsoleGetResponses[keyof ExperimentalConsoleGetResponses];
2455
2456
  export type ExperimentalConsoleListOrgsData = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/sdk",
4
- "version": "1.4.10",
4
+ "version": "1.4.12",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {