chore: generate
This commit is contained in:
@@ -1521,6 +1521,7 @@ export type ProviderConfig = {
|
|||||||
}
|
}
|
||||||
provider?: {
|
provider?: {
|
||||||
npm: string
|
npm: string
|
||||||
|
api: string
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Variant-specific configuration
|
* Variant-specific configuration
|
||||||
@@ -4038,6 +4039,7 @@ export type ProviderListResponses = {
|
|||||||
}
|
}
|
||||||
provider?: {
|
provider?: {
|
||||||
npm: string
|
npm: string
|
||||||
|
api: string
|
||||||
}
|
}
|
||||||
variants?: {
|
variants?: {
|
||||||
[key: string]: {
|
[key: string]: {
|
||||||
|
|||||||
@@ -3790,9 +3790,12 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"npm": {
|
"npm": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"api": {
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["npm"]
|
"required": ["npm", "api"]
|
||||||
},
|
},
|
||||||
"variants": {
|
"variants": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@@ -9314,9 +9317,12 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"npm": {
|
"npm": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"api": {
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["npm"]
|
"required": ["npm", "api"]
|
||||||
},
|
},
|
||||||
"variants": {
|
"variants": {
|
||||||
"description": "Variant-specific configuration",
|
"description": "Variant-specific configuration",
|
||||||
|
|||||||
Reference in New Issue
Block a user