@opencode-ai/sdk 0.15.30 → 0.15.31
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
|
@@ -406,7 +406,7 @@ export type Config = {
|
|
|
406
406
|
output: Array<"text" | "audio" | "image" | "video" | "pdf">;
|
|
407
407
|
};
|
|
408
408
|
experimental?: boolean;
|
|
409
|
-
status?: "alpha" | "beta";
|
|
409
|
+
status?: "alpha" | "beta" | "deprecated";
|
|
410
410
|
options?: {
|
|
411
411
|
[key: string]: unknown;
|
|
412
412
|
};
|
|
@@ -908,7 +908,7 @@ export type Model = {
|
|
|
908
908
|
output: Array<"text" | "audio" | "image" | "video" | "pdf">;
|
|
909
909
|
};
|
|
910
910
|
experimental?: boolean;
|
|
911
|
-
status?: "alpha" | "beta";
|
|
911
|
+
status?: "alpha" | "beta" | "deprecated";
|
|
912
912
|
options: {
|
|
913
913
|
[key: string]: unknown;
|
|
914
914
|
};
|