@opencode-ai/sdk 0.0.0-opentui-202510311739 → 0.0.0-opentui-202510311820
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.
- package/dist/gen/types.gen.d.ts +2 -2
- package/package.json +1 -1
package/dist/gen/types.gen.d.ts
CHANGED
|
@@ -342,7 +342,7 @@ export type Config = {
|
|
|
342
342
|
output: Array<"text" | "audio" | "image" | "video" | "pdf">;
|
|
343
343
|
};
|
|
344
344
|
experimental?: boolean;
|
|
345
|
-
status?: "alpha" | "beta";
|
|
345
|
+
status?: "alpha" | "beta" | "deprecated";
|
|
346
346
|
options?: {
|
|
347
347
|
[key: string]: unknown;
|
|
348
348
|
};
|
|
@@ -850,7 +850,7 @@ export type Model = {
|
|
|
850
850
|
output: Array<"text" | "audio" | "image" | "video" | "pdf">;
|
|
851
851
|
};
|
|
852
852
|
experimental?: boolean;
|
|
853
|
-
status?: "alpha" | "beta";
|
|
853
|
+
status?: "alpha" | "beta" | "deprecated";
|
|
854
854
|
options: {
|
|
855
855
|
[key: string]: unknown;
|
|
856
856
|
};
|
package/package.json
CHANGED