Explorar el Código

chore: generate

opencode-agent[bot] hace 2 meses
padre
commit
838c9968ec
Se han modificado 2 ficheros con 6 adiciones y 8 borrados
  1. 4 4
      packages/sdk/js/src/v2/gen/types.gen.ts
  2. 2 4
      packages/sdk/openapi.json

+ 4 - 4
packages/sdk/js/src/v2/gen/types.gen.ts

@@ -1548,8 +1548,8 @@ export type ProviderConfig = {
         [key: string]: string
       }
       provider?: {
-        npm: string
-        api: string
+        npm?: string
+        api?: string
       }
       /**
        * Variant-specific configuration
@@ -4068,8 +4068,8 @@ export type ProviderListResponses = {
             [key: string]: string
           }
           provider?: {
-            npm: string
-            api: string
+            npm?: string
+            api?: string
           }
           variants?: {
             [key: string]: {

+ 2 - 4
packages/sdk/openapi.json

@@ -3800,8 +3800,7 @@
                                     "api": {
                                       "type": "string"
                                     }
-                                  },
-                                  "required": ["npm", "api"]
+                                  }
                                 },
                                 "variants": {
                                   "type": "object",
@@ -9405,8 +9404,7 @@
                     "api": {
                       "type": "string"
                     }
-                  },
-                  "required": ["npm", "api"]
+                  }
                 },
                 "variants": {
                   "description": "Variant-specific configuration",