@opencode-ai/sdk 1.4.8 → 1.4.9

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.
@@ -446,7 +446,6 @@ export type EventWorkspaceStatus = {
446
446
  properties: {
447
447
  workspaceID: string;
448
448
  status: "connected" | "connecting" | "disconnected" | "error";
449
- error?: string;
450
449
  };
451
450
  };
452
451
  export type OutputFormatText = {
@@ -2073,7 +2072,6 @@ export type ExperimentalWorkspaceStatusResponses = {
2073
2072
  200: Array<{
2074
2073
  workspaceID: string;
2075
2074
  status: "connected" | "connecting" | "disconnected" | "error";
2076
- error?: string;
2077
2075
  }>;
2078
2076
  };
2079
2077
  export type ExperimentalWorkspaceStatusResponse = ExperimentalWorkspaceStatusResponses[keyof ExperimentalWorkspaceStatusResponses];
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.8",
4
+ "version": "1.4.9",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {