Browse Source

update types

Aiden Cline 3 months ago
parent
commit
b628c580c2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/sdk/js/src/gen/types.gen.ts

+ 2 - 2
packages/sdk/js/src/gen/types.gen.ts

@@ -426,7 +426,7 @@ export type Config = {
             output: Array<"text" | "audio" | "image" | "video" | "pdf">
             output: Array<"text" | "audio" | "image" | "video" | "pdf">
           }
           }
           experimental?: boolean
           experimental?: boolean
-          status?: "alpha" | "beta"
+          status?: "alpha" | "beta" | "deprecated"
           options?: {
           options?: {
             [key: string]: unknown
             [key: string]: unknown
           }
           }
@@ -990,7 +990,7 @@ export type Model = {
     output: Array<"text" | "audio" | "image" | "video" | "pdf">
     output: Array<"text" | "audio" | "image" | "video" | "pdf">
   }
   }
   experimental?: boolean
   experimental?: boolean
-  status?: "alpha" | "beta"
+  status?: "alpha" | "beta" | "deprecated"
   options: {
   options: {
     [key: string]: unknown
     [key: string]: unknown
   }
   }