Skip to content

Commit 6678019

Browse files
chore: generate
1 parent ad20870 commit 6678019

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/sdk/js/src/v2/gen/types.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,6 +1521,7 @@ export type ProviderConfig = {
15211521
}
15221522
provider?: {
15231523
npm: string
1524+
api: string
15241525
}
15251526
/**
15261527
* Variant-specific configuration
@@ -4038,6 +4039,7 @@ export type ProviderListResponses = {
40384039
}
40394040
provider?: {
40404041
npm: string
4042+
api: string
40414043
}
40424044
variants?: {
40434045
[key: string]: {

packages/sdk/openapi.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3790,9 +3790,12 @@
37903790
"properties": {
37913791
"npm": {
37923792
"type": "string"
3793+
},
3794+
"api": {
3795+
"type": "string"
37933796
}
37943797
},
3795-
"required": ["npm"]
3798+
"required": ["npm", "api"]
37963799
},
37973800
"variants": {
37983801
"type": "object",
@@ -9314,9 +9317,12 @@
93149317
"properties": {
93159318
"npm": {
93169319
"type": "string"
9320+
},
9321+
"api": {
9322+
"type": "string"
93179323
}
93189324
},
9319-
"required": ["npm"]
9325+
"required": ["npm", "api"]
93209326
},
93219327
"variants": {
93229328
"description": "Variant-specific configuration",

0 commit comments

Comments
 (0)