@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];
|