summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/sdk/js/src/v2/gen/types.gen.ts2
-rw-r--r--packages/sdk/openapi.json10
2 files changed, 10 insertions, 2 deletions
diff --git a/packages/sdk/js/src/v2/gen/types.gen.ts b/packages/sdk/js/src/v2/gen/types.gen.ts
index 07ce5c2b0..985d550a3 100644
--- a/packages/sdk/js/src/v2/gen/types.gen.ts
+++ b/packages/sdk/js/src/v2/gen/types.gen.ts
@@ -1521,6 +1521,7 @@ export type ProviderConfig = {
}
provider?: {
npm: string
+ api: string
}
/**
* Variant-specific configuration
@@ -4038,6 +4039,7 @@ export type ProviderListResponses = {
}
provider?: {
npm: string
+ api: string
}
variants?: {
[key: string]: {
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json
index dd118a3ae..ce2f2e7d1 100644
--- a/packages/sdk/openapi.json
+++ b/packages/sdk/openapi.json
@@ -3790,9 +3790,12 @@
"properties": {
"npm": {
"type": "string"
+ },
+ "api": {
+ "type": "string"
}
},
- "required": ["npm"]
+ "required": ["npm", "api"]
},
"variants": {
"type": "object",
@@ -9314,9 +9317,12 @@
"properties": {
"npm": {
"type": "string"
+ },
+ "api": {
+ "type": "string"
}
},
- "required": ["npm"]
+ "required": ["npm", "api"]
},
"variants": {
"description": "Variant-specific configuration",