diff options
| author | Aiden Cline <[email protected]> | 2025-10-31 10:49:52 -0500 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-10-31 10:49:52 -0500 |
| commit | b628c580c28a5352f56844dd4762ebf6df973c73 (patch) | |
| tree | 701425b8a31ada643e13d71af2e906e581984df2 | |
| parent | 46d675b98046df5c10e3f642aefbce9f1f204c81 (diff) | |
| download | opencode-b628c580c28a5352f56844dd4762ebf6df973c73.tar.gz opencode-b628c580c28a5352f56844dd4762ebf6df973c73.zip | |
update types
| -rw-r--r-- | packages/sdk/js/src/gen/types.gen.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index df110326b..ae492c9af 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -426,7 +426,7 @@ export type Config = { output: Array<"text" | "audio" | "image" | "video" | "pdf"> } experimental?: boolean - status?: "alpha" | "beta" + status?: "alpha" | "beta" | "deprecated" options?: { [key: string]: unknown } @@ -990,7 +990,7 @@ export type Model = { output: Array<"text" | "audio" | "image" | "video" | "pdf"> } experimental?: boolean - status?: "alpha" | "beta" + status?: "alpha" | "beta" | "deprecated" options: { [key: string]: unknown } |
