chore: generate

This commit is contained in:
opencode-agent[bot]
2026-02-12 14:28:17 +00:00
parent a115565054
commit 838c9968ec
2 changed files with 6 additions and 8 deletions

View File

@@ -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]: {

View File

@@ -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",