File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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 ] : {
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments