@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.
@@ -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
  };
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": "0.15.30",
4
+ "version": "0.15.31",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",