@vercel/sdk 1.17.1 → 1.17.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +1273 -1490
- package/bin/mcp-server.js.map +24 -24
- package/esm/__tests__/accessgroups.test.js +1 -3
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +6 -9
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/environment.test.js +15 -1
- package/esm/__tests__/environment.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +5 -7
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/canceldeploymentop.d.ts +2 -0
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +2 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +2 -0
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +2 -0
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createdrainop.d.ts +48 -108
- package/esm/models/createdrainop.d.ts.map +1 -1
- package/esm/models/createdrainop.js +58 -105
- package/esm/models/createdrainop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +156 -152
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +222 -218
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +2 -0
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +2 -0
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/getalllogdrainsop.d.ts +53 -107
- package/esm/models/getalllogdrainsop.d.ts.map +1 -1
- package/esm/models/getalllogdrainsop.js +65 -108
- package/esm/models/getalllogdrainsop.js.map +1 -1
- package/esm/models/getconfigurablelogdrainop.d.ts +6 -0
- package/esm/models/getconfigurablelogdrainop.d.ts.map +1 -1
- package/esm/models/getconfigurablelogdrainop.js +6 -0
- package/esm/models/getconfigurablelogdrainop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +200 -200
- package/esm/models/getconfigurationproductsop.js +290 -290
- package/esm/models/getdeploymentop.d.ts +4 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +4 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +2 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +2 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getdrainop.d.ts +48 -108
- package/esm/models/getdrainop.d.ts.map +1 -1
- package/esm/models/getdrainop.js +58 -104
- package/esm/models/getdrainop.js.map +1 -1
- package/esm/models/getdrainsop.d.ts +48 -108
- package/esm/models/getdrainsop.d.ts.map +1 -1
- package/esm/models/getdrainsop.js +58 -104
- package/esm/models/getdrainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +2 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +2 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/moveprojectdomainop.d.ts +33 -0
- package/esm/models/moveprojectdomainop.d.ts.map +1 -1
- package/esm/models/moveprojectdomainop.js +19 -0
- package/esm/models/moveprojectdomainop.js.map +1 -1
- package/esm/models/updatedrainop.d.ts +48 -108
- package/esm/models/updatedrainop.d.ts.map +1 -1
- package/esm/models/updatedrainop.js +58 -108
- package/esm/models/updatedrainop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +2 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +2 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +2 -0
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +2 -0
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updatesharedenvvariableop.d.ts +5 -2
- package/esm/models/updatesharedenvvariableop.d.ts.map +1 -1
- package/esm/models/updatesharedenvvariableop.js.map +1 -1
- package/esm/models/userevent.d.ts +970 -928
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1281 -1235
- package/esm/models/userevent.js.map +1 -1
- package/examples/package-lock.json +2 -10
- package/jsr.json +1 -1
- package/package.json +3 -6
- package/src/__tests__/accessgroups.test.ts +1 -3
- package/src/__tests__/domains.test.ts +6 -9
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/environment.test.ts +15 -1
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +5 -7
- package/src/__tests__/security.test.ts +4 -4
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/canceldeploymentop.ts +4 -0
- package/src/models/createdeploymentop.ts +4 -0
- package/src/models/createdrainop.ts +132 -177
- package/src/models/createintegrationstoredirectop.ts +479 -471
- package/src/models/createprojectop.ts +4 -0
- package/src/models/getalllogdrainsop.ts +168 -168
- package/src/models/getconfigurablelogdrainop.ts +12 -0
- package/src/models/getconfigurationproductsop.ts +627 -627
- package/src/models/getdeploymentop.ts +8 -0
- package/src/models/getdeploymentsop.ts +4 -0
- package/src/models/getdrainop.ts +148 -168
- package/src/models/getdrainsop.ts +150 -158
- package/src/models/getprojectsop.ts +4 -0
- package/src/models/moveprojectdomainop.ts +51 -0
- package/src/models/updatedrainop.ts +153 -174
- package/src/models/updateprojectdatacacheop.ts +4 -0
- package/src/models/updateprojectop.ts +4 -0
- package/src/models/updatesharedenvvariableop.ts +5 -2
- package/src/models/userevent.ts +2956 -2828
- package/vercel-spec.json +642 -837
package/vercel-spec.json
CHANGED
|
@@ -6883,6 +6883,12 @@
|
|
|
6883
6883
|
},
|
|
6884
6884
|
"type": "array"
|
|
6885
6885
|
},
|
|
6886
|
+
"securityPlusConfiguration": {
|
|
6887
|
+
"items": {
|
|
6888
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
6889
|
+
},
|
|
6890
|
+
"type": "array"
|
|
6891
|
+
},
|
|
6886
6892
|
"sensitiveEnvironmentVariablePolicy": {
|
|
6887
6893
|
"items": {
|
|
6888
6894
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -10839,6 +10845,9 @@
|
|
|
10839
10845
|
"type": "object",
|
|
10840
10846
|
"description": "The public project information associated with the deployment."
|
|
10841
10847
|
},
|
|
10848
|
+
"prebuilt": {
|
|
10849
|
+
"type": "boolean"
|
|
10850
|
+
},
|
|
10842
10851
|
"readySubstate": {
|
|
10843
10852
|
"type": "string",
|
|
10844
10853
|
"enum": [
|
|
@@ -13127,6 +13136,9 @@
|
|
|
13127
13136
|
"type": "object",
|
|
13128
13137
|
"description": "The public project information associated with the deployment."
|
|
13129
13138
|
},
|
|
13139
|
+
"prebuilt": {
|
|
13140
|
+
"type": "boolean"
|
|
13141
|
+
},
|
|
13130
13142
|
"readySubstate": {
|
|
13131
13143
|
"type": "string",
|
|
13132
13144
|
"enum": [
|
|
@@ -14726,6 +14738,9 @@
|
|
|
14726
14738
|
"type": "object",
|
|
14727
14739
|
"description": "The public project information associated with the deployment."
|
|
14728
14740
|
},
|
|
14741
|
+
"prebuilt": {
|
|
14742
|
+
"type": "boolean"
|
|
14743
|
+
},
|
|
14729
14744
|
"readySubstate": {
|
|
14730
14745
|
"type": "string",
|
|
14731
14746
|
"enum": [
|
|
@@ -17989,6 +18004,9 @@
|
|
|
17989
18004
|
"type": "object",
|
|
17990
18005
|
"description": "The public project information associated with the deployment."
|
|
17991
18006
|
},
|
|
18007
|
+
"prebuilt": {
|
|
18008
|
+
"type": "boolean"
|
|
18009
|
+
},
|
|
17992
18010
|
"readyState": {
|
|
17993
18011
|
"type": "string",
|
|
17994
18012
|
"enum": [
|
|
@@ -25333,6 +25351,15 @@
|
|
|
25333
25351
|
"schema": {
|
|
25334
25352
|
"type": "object",
|
|
25335
25353
|
"properties": {
|
|
25354
|
+
"createdFrom": {
|
|
25355
|
+
"type": "string"
|
|
25356
|
+
},
|
|
25357
|
+
"clientId": {
|
|
25358
|
+
"type": "string"
|
|
25359
|
+
},
|
|
25360
|
+
"configurationId": {
|
|
25361
|
+
"type": "string"
|
|
25362
|
+
},
|
|
25336
25363
|
"projectsMetadata": {
|
|
25337
25364
|
"nullable": true,
|
|
25338
25365
|
"items": {
|
|
@@ -25427,7 +25454,10 @@
|
|
|
25427
25454
|
"integrationWebsite": {
|
|
25428
25455
|
"type": "string"
|
|
25429
25456
|
}
|
|
25430
|
-
}
|
|
25457
|
+
},
|
|
25458
|
+
"required": [
|
|
25459
|
+
"createdFrom"
|
|
25460
|
+
]
|
|
25431
25461
|
}
|
|
25432
25462
|
}
|
|
25433
25463
|
}
|
|
@@ -25572,13 +25602,6 @@
|
|
|
25572
25602
|
"createdAt": {
|
|
25573
25603
|
"type": "number"
|
|
25574
25604
|
},
|
|
25575
|
-
"createdFrom": {
|
|
25576
|
-
"type": "string",
|
|
25577
|
-
"enum": [
|
|
25578
|
-
"self-served",
|
|
25579
|
-
"integration"
|
|
25580
|
-
]
|
|
25581
|
-
},
|
|
25582
25605
|
"updatedAt": {
|
|
25583
25606
|
"type": "number"
|
|
25584
25607
|
},
|
|
@@ -25836,12 +25859,6 @@
|
|
|
25836
25859
|
"firstErrorTimestamp": {
|
|
25837
25860
|
"type": "number"
|
|
25838
25861
|
},
|
|
25839
|
-
"configurationId": {
|
|
25840
|
-
"type": "string"
|
|
25841
|
-
},
|
|
25842
|
-
"clientId": {
|
|
25843
|
-
"type": "string"
|
|
25844
|
-
},
|
|
25845
25862
|
"source": {
|
|
25846
25863
|
"oneOf": [
|
|
25847
25864
|
{
|
|
@@ -26037,13 +26054,6 @@
|
|
|
26037
26054
|
"createdAt": {
|
|
26038
26055
|
"type": "number"
|
|
26039
26056
|
},
|
|
26040
|
-
"createdFrom": {
|
|
26041
|
-
"type": "string",
|
|
26042
|
-
"enum": [
|
|
26043
|
-
"self-served",
|
|
26044
|
-
"integration"
|
|
26045
|
-
]
|
|
26046
|
-
},
|
|
26047
26057
|
"updatedAt": {
|
|
26048
26058
|
"type": "number"
|
|
26049
26059
|
},
|
|
@@ -26301,12 +26311,6 @@
|
|
|
26301
26311
|
"firstErrorTimestamp": {
|
|
26302
26312
|
"type": "number"
|
|
26303
26313
|
},
|
|
26304
|
-
"configurationId": {
|
|
26305
|
-
"type": "string"
|
|
26306
|
-
},
|
|
26307
|
-
"clientId": {
|
|
26308
|
-
"type": "string"
|
|
26309
|
-
},
|
|
26310
26314
|
"source": {
|
|
26311
26315
|
"oneOf": [
|
|
26312
26316
|
{
|
|
@@ -26483,89 +26487,44 @@
|
|
|
26483
26487
|
"integrationWebsite": {
|
|
26484
26488
|
"type": "string"
|
|
26485
26489
|
},
|
|
26486
|
-
"
|
|
26487
|
-
"
|
|
26488
|
-
|
|
26489
|
-
"
|
|
26490
|
-
"
|
|
26491
|
-
|
|
26492
|
-
|
|
26493
|
-
|
|
26494
|
-
|
|
26495
|
-
|
|
26496
|
-
"nullable": true,
|
|
26497
|
-
"type": "string",
|
|
26498
|
-
"enum": [
|
|
26499
|
-
"blitzjs",
|
|
26500
|
-
"nextjs",
|
|
26501
|
-
"gatsby",
|
|
26502
|
-
"remix",
|
|
26503
|
-
"react-router",
|
|
26504
|
-
"astro",
|
|
26505
|
-
"hexo",
|
|
26506
|
-
"eleventy",
|
|
26507
|
-
"docusaurus-2",
|
|
26508
|
-
"docusaurus",
|
|
26509
|
-
"preact",
|
|
26510
|
-
"solidstart-1",
|
|
26511
|
-
"solidstart",
|
|
26512
|
-
"dojo",
|
|
26513
|
-
"ember",
|
|
26514
|
-
"vue",
|
|
26515
|
-
"scully",
|
|
26516
|
-
"ionic-angular",
|
|
26517
|
-
"angular",
|
|
26518
|
-
"polymer",
|
|
26519
|
-
"svelte",
|
|
26520
|
-
"sveltekit",
|
|
26521
|
-
"sveltekit-1",
|
|
26522
|
-
"ionic-react",
|
|
26523
|
-
"create-react-app",
|
|
26524
|
-
"gridsome",
|
|
26525
|
-
"umijs",
|
|
26526
|
-
"sapper",
|
|
26527
|
-
"saber",
|
|
26528
|
-
"stencil",
|
|
26529
|
-
"nuxtjs",
|
|
26530
|
-
"redwoodjs",
|
|
26531
|
-
"hugo",
|
|
26532
|
-
"jekyll",
|
|
26533
|
-
"brunch",
|
|
26534
|
-
"middleman",
|
|
26535
|
-
"zola",
|
|
26536
|
-
"hydrogen",
|
|
26537
|
-
"vite",
|
|
26538
|
-
"tanstack-start",
|
|
26539
|
-
"vitepress",
|
|
26540
|
-
"vuepress",
|
|
26541
|
-
"parcel",
|
|
26542
|
-
"fastapi",
|
|
26543
|
-
"flask",
|
|
26544
|
-
"fasthtml",
|
|
26545
|
-
"sanity-v3",
|
|
26546
|
-
"sanity",
|
|
26547
|
-
"storybook",
|
|
26548
|
-
"nitro",
|
|
26549
|
-
"hono",
|
|
26550
|
-
"express",
|
|
26551
|
-
"h3",
|
|
26552
|
-
"nestjs",
|
|
26553
|
-
"elysia",
|
|
26554
|
-
"fastify",
|
|
26555
|
-
"xmcp"
|
|
26556
|
-
]
|
|
26490
|
+
"projectAccess": {
|
|
26491
|
+
"oneOf": [
|
|
26492
|
+
{
|
|
26493
|
+
"properties": {
|
|
26494
|
+
"access": {
|
|
26495
|
+
"type": "string",
|
|
26496
|
+
"enum": [
|
|
26497
|
+
"all"
|
|
26498
|
+
]
|
|
26499
|
+
}
|
|
26557
26500
|
},
|
|
26558
|
-
"
|
|
26559
|
-
"
|
|
26560
|
-
|
|
26501
|
+
"required": [
|
|
26502
|
+
"access"
|
|
26503
|
+
],
|
|
26504
|
+
"type": "object"
|
|
26561
26505
|
},
|
|
26562
|
-
|
|
26563
|
-
"
|
|
26564
|
-
|
|
26565
|
-
|
|
26566
|
-
|
|
26567
|
-
|
|
26568
|
-
|
|
26506
|
+
{
|
|
26507
|
+
"properties": {
|
|
26508
|
+
"access": {
|
|
26509
|
+
"type": "string",
|
|
26510
|
+
"enum": [
|
|
26511
|
+
"some"
|
|
26512
|
+
]
|
|
26513
|
+
},
|
|
26514
|
+
"projectIds": {
|
|
26515
|
+
"items": {
|
|
26516
|
+
"type": "string"
|
|
26517
|
+
},
|
|
26518
|
+
"type": "array"
|
|
26519
|
+
}
|
|
26520
|
+
},
|
|
26521
|
+
"required": [
|
|
26522
|
+
"access",
|
|
26523
|
+
"projectIds"
|
|
26524
|
+
],
|
|
26525
|
+
"type": "object"
|
|
26526
|
+
}
|
|
26527
|
+
]
|
|
26569
26528
|
}
|
|
26570
26529
|
},
|
|
26571
26530
|
"required": [
|
|
@@ -26592,6 +26551,15 @@
|
|
|
26592
26551
|
"items": {
|
|
26593
26552
|
"type": "object",
|
|
26594
26553
|
"properties": {
|
|
26554
|
+
"createdFrom": {
|
|
26555
|
+
"type": "string"
|
|
26556
|
+
},
|
|
26557
|
+
"clientId": {
|
|
26558
|
+
"type": "string"
|
|
26559
|
+
},
|
|
26560
|
+
"configurationId": {
|
|
26561
|
+
"type": "string"
|
|
26562
|
+
},
|
|
26595
26563
|
"projectsMetadata": {
|
|
26596
26564
|
"nullable": true,
|
|
26597
26565
|
"items": {
|
|
@@ -26686,7 +26654,10 @@
|
|
|
26686
26654
|
"integrationWebsite": {
|
|
26687
26655
|
"type": "string"
|
|
26688
26656
|
}
|
|
26689
|
-
}
|
|
26657
|
+
},
|
|
26658
|
+
"required": [
|
|
26659
|
+
"createdFrom"
|
|
26660
|
+
]
|
|
26690
26661
|
},
|
|
26691
26662
|
"type": "array"
|
|
26692
26663
|
}
|
|
@@ -26931,13 +26902,6 @@
|
|
|
26931
26902
|
"createdAt": {
|
|
26932
26903
|
"type": "number"
|
|
26933
26904
|
},
|
|
26934
|
-
"createdFrom": {
|
|
26935
|
-
"type": "string",
|
|
26936
|
-
"enum": [
|
|
26937
|
-
"self-served",
|
|
26938
|
-
"integration"
|
|
26939
|
-
]
|
|
26940
|
-
},
|
|
26941
26905
|
"updatedAt": {
|
|
26942
26906
|
"type": "number"
|
|
26943
26907
|
},
|
|
@@ -27195,12 +27159,6 @@
|
|
|
27195
27159
|
"firstErrorTimestamp": {
|
|
27196
27160
|
"type": "number"
|
|
27197
27161
|
},
|
|
27198
|
-
"configurationId": {
|
|
27199
|
-
"type": "string"
|
|
27200
|
-
},
|
|
27201
|
-
"clientId": {
|
|
27202
|
-
"type": "string"
|
|
27203
|
-
},
|
|
27204
27162
|
"source": {
|
|
27205
27163
|
"oneOf": [
|
|
27206
27164
|
{
|
|
@@ -27393,13 +27351,6 @@
|
|
|
27393
27351
|
"createdAt": {
|
|
27394
27352
|
"type": "number"
|
|
27395
27353
|
},
|
|
27396
|
-
"createdFrom": {
|
|
27397
|
-
"type": "string",
|
|
27398
|
-
"enum": [
|
|
27399
|
-
"self-served",
|
|
27400
|
-
"integration"
|
|
27401
|
-
]
|
|
27402
|
-
},
|
|
27403
27354
|
"updatedAt": {
|
|
27404
27355
|
"type": "number"
|
|
27405
27356
|
},
|
|
@@ -27657,12 +27608,6 @@
|
|
|
27657
27608
|
"firstErrorTimestamp": {
|
|
27658
27609
|
"type": "number"
|
|
27659
27610
|
},
|
|
27660
|
-
"configurationId": {
|
|
27661
|
-
"type": "string"
|
|
27662
|
-
},
|
|
27663
|
-
"clientId": {
|
|
27664
|
-
"type": "string"
|
|
27665
|
-
},
|
|
27666
27611
|
"source": {
|
|
27667
27612
|
"oneOf": [
|
|
27668
27613
|
{
|
|
@@ -27839,89 +27784,44 @@
|
|
|
27839
27784
|
"integrationWebsite": {
|
|
27840
27785
|
"type": "string"
|
|
27841
27786
|
},
|
|
27842
|
-
"
|
|
27843
|
-
"
|
|
27844
|
-
|
|
27845
|
-
"
|
|
27846
|
-
"
|
|
27847
|
-
|
|
27848
|
-
|
|
27849
|
-
|
|
27850
|
-
|
|
27851
|
-
|
|
27852
|
-
"nullable": true,
|
|
27853
|
-
"type": "string",
|
|
27854
|
-
"enum": [
|
|
27855
|
-
"blitzjs",
|
|
27856
|
-
"nextjs",
|
|
27857
|
-
"gatsby",
|
|
27858
|
-
"remix",
|
|
27859
|
-
"react-router",
|
|
27860
|
-
"astro",
|
|
27861
|
-
"hexo",
|
|
27862
|
-
"eleventy",
|
|
27863
|
-
"docusaurus-2",
|
|
27864
|
-
"docusaurus",
|
|
27865
|
-
"preact",
|
|
27866
|
-
"solidstart-1",
|
|
27867
|
-
"solidstart",
|
|
27868
|
-
"dojo",
|
|
27869
|
-
"ember",
|
|
27870
|
-
"vue",
|
|
27871
|
-
"scully",
|
|
27872
|
-
"ionic-angular",
|
|
27873
|
-
"angular",
|
|
27874
|
-
"polymer",
|
|
27875
|
-
"svelte",
|
|
27876
|
-
"sveltekit",
|
|
27877
|
-
"sveltekit-1",
|
|
27878
|
-
"ionic-react",
|
|
27879
|
-
"create-react-app",
|
|
27880
|
-
"gridsome",
|
|
27881
|
-
"umijs",
|
|
27882
|
-
"sapper",
|
|
27883
|
-
"saber",
|
|
27884
|
-
"stencil",
|
|
27885
|
-
"nuxtjs",
|
|
27886
|
-
"redwoodjs",
|
|
27887
|
-
"hugo",
|
|
27888
|
-
"jekyll",
|
|
27889
|
-
"brunch",
|
|
27890
|
-
"middleman",
|
|
27891
|
-
"zola",
|
|
27892
|
-
"hydrogen",
|
|
27893
|
-
"vite",
|
|
27894
|
-
"tanstack-start",
|
|
27895
|
-
"vitepress",
|
|
27896
|
-
"vuepress",
|
|
27897
|
-
"parcel",
|
|
27898
|
-
"fastapi",
|
|
27899
|
-
"flask",
|
|
27900
|
-
"fasthtml",
|
|
27901
|
-
"sanity-v3",
|
|
27902
|
-
"sanity",
|
|
27903
|
-
"storybook",
|
|
27904
|
-
"nitro",
|
|
27905
|
-
"hono",
|
|
27906
|
-
"express",
|
|
27907
|
-
"h3",
|
|
27908
|
-
"nestjs",
|
|
27909
|
-
"elysia",
|
|
27910
|
-
"fastify",
|
|
27911
|
-
"xmcp"
|
|
27912
|
-
]
|
|
27787
|
+
"projectAccess": {
|
|
27788
|
+
"oneOf": [
|
|
27789
|
+
{
|
|
27790
|
+
"properties": {
|
|
27791
|
+
"access": {
|
|
27792
|
+
"type": "string",
|
|
27793
|
+
"enum": [
|
|
27794
|
+
"all"
|
|
27795
|
+
]
|
|
27796
|
+
}
|
|
27913
27797
|
},
|
|
27914
|
-
"
|
|
27915
|
-
"
|
|
27916
|
-
|
|
27798
|
+
"required": [
|
|
27799
|
+
"access"
|
|
27800
|
+
],
|
|
27801
|
+
"type": "object"
|
|
27917
27802
|
},
|
|
27918
|
-
|
|
27919
|
-
"
|
|
27920
|
-
|
|
27921
|
-
|
|
27922
|
-
|
|
27923
|
-
|
|
27924
|
-
|
|
27803
|
+
{
|
|
27804
|
+
"properties": {
|
|
27805
|
+
"access": {
|
|
27806
|
+
"type": "string",
|
|
27807
|
+
"enum": [
|
|
27808
|
+
"some"
|
|
27809
|
+
]
|
|
27810
|
+
},
|
|
27811
|
+
"projectIds": {
|
|
27812
|
+
"items": {
|
|
27813
|
+
"type": "string"
|
|
27814
|
+
},
|
|
27815
|
+
"type": "array"
|
|
27816
|
+
}
|
|
27817
|
+
},
|
|
27818
|
+
"required": [
|
|
27819
|
+
"access",
|
|
27820
|
+
"projectIds"
|
|
27821
|
+
],
|
|
27822
|
+
"type": "object"
|
|
27823
|
+
}
|
|
27824
|
+
]
|
|
27925
27825
|
}
|
|
27926
27826
|
},
|
|
27927
27827
|
"required": [
|
|
@@ -28358,13 +28258,6 @@
|
|
|
28358
28258
|
"createdAt": {
|
|
28359
28259
|
"type": "number"
|
|
28360
28260
|
},
|
|
28361
|
-
"createdFrom": {
|
|
28362
|
-
"type": "string",
|
|
28363
|
-
"enum": [
|
|
28364
|
-
"self-served",
|
|
28365
|
-
"integration"
|
|
28366
|
-
]
|
|
28367
|
-
},
|
|
28368
28261
|
"updatedAt": {
|
|
28369
28262
|
"type": "number"
|
|
28370
28263
|
},
|
|
@@ -28622,12 +28515,6 @@
|
|
|
28622
28515
|
"firstErrorTimestamp": {
|
|
28623
28516
|
"type": "number"
|
|
28624
28517
|
},
|
|
28625
|
-
"configurationId": {
|
|
28626
|
-
"type": "string"
|
|
28627
|
-
},
|
|
28628
|
-
"clientId": {
|
|
28629
|
-
"type": "string"
|
|
28630
|
-
},
|
|
28631
28518
|
"source": {
|
|
28632
28519
|
"oneOf": [
|
|
28633
28520
|
{
|
|
@@ -28823,13 +28710,6 @@
|
|
|
28823
28710
|
"createdAt": {
|
|
28824
28711
|
"type": "number"
|
|
28825
28712
|
},
|
|
28826
|
-
"createdFrom": {
|
|
28827
|
-
"type": "string",
|
|
28828
|
-
"enum": [
|
|
28829
|
-
"self-served",
|
|
28830
|
-
"integration"
|
|
28831
|
-
]
|
|
28832
|
-
},
|
|
28833
28713
|
"updatedAt": {
|
|
28834
28714
|
"type": "number"
|
|
28835
28715
|
},
|
|
@@ -29087,12 +28967,6 @@
|
|
|
29087
28967
|
"firstErrorTimestamp": {
|
|
29088
28968
|
"type": "number"
|
|
29089
28969
|
},
|
|
29090
|
-
"configurationId": {
|
|
29091
|
-
"type": "string"
|
|
29092
|
-
},
|
|
29093
|
-
"clientId": {
|
|
29094
|
-
"type": "string"
|
|
29095
|
-
},
|
|
29096
28970
|
"source": {
|
|
29097
28971
|
"oneOf": [
|
|
29098
28972
|
{
|
|
@@ -29269,89 +29143,44 @@
|
|
|
29269
29143
|
"integrationWebsite": {
|
|
29270
29144
|
"type": "string"
|
|
29271
29145
|
},
|
|
29272
|
-
"
|
|
29273
|
-
"
|
|
29274
|
-
|
|
29275
|
-
"
|
|
29276
|
-
"
|
|
29277
|
-
|
|
29278
|
-
|
|
29279
|
-
|
|
29280
|
-
|
|
29281
|
-
|
|
29282
|
-
"nullable": true,
|
|
29283
|
-
"type": "string",
|
|
29284
|
-
"enum": [
|
|
29285
|
-
"blitzjs",
|
|
29286
|
-
"nextjs",
|
|
29287
|
-
"gatsby",
|
|
29288
|
-
"remix",
|
|
29289
|
-
"react-router",
|
|
29290
|
-
"astro",
|
|
29291
|
-
"hexo",
|
|
29292
|
-
"eleventy",
|
|
29293
|
-
"docusaurus-2",
|
|
29294
|
-
"docusaurus",
|
|
29295
|
-
"preact",
|
|
29296
|
-
"solidstart-1",
|
|
29297
|
-
"solidstart",
|
|
29298
|
-
"dojo",
|
|
29299
|
-
"ember",
|
|
29300
|
-
"vue",
|
|
29301
|
-
"scully",
|
|
29302
|
-
"ionic-angular",
|
|
29303
|
-
"angular",
|
|
29304
|
-
"polymer",
|
|
29305
|
-
"svelte",
|
|
29306
|
-
"sveltekit",
|
|
29307
|
-
"sveltekit-1",
|
|
29308
|
-
"ionic-react",
|
|
29309
|
-
"create-react-app",
|
|
29310
|
-
"gridsome",
|
|
29311
|
-
"umijs",
|
|
29312
|
-
"sapper",
|
|
29313
|
-
"saber",
|
|
29314
|
-
"stencil",
|
|
29315
|
-
"nuxtjs",
|
|
29316
|
-
"redwoodjs",
|
|
29317
|
-
"hugo",
|
|
29318
|
-
"jekyll",
|
|
29319
|
-
"brunch",
|
|
29320
|
-
"middleman",
|
|
29321
|
-
"zola",
|
|
29322
|
-
"hydrogen",
|
|
29323
|
-
"vite",
|
|
29324
|
-
"tanstack-start",
|
|
29325
|
-
"vitepress",
|
|
29326
|
-
"vuepress",
|
|
29327
|
-
"parcel",
|
|
29328
|
-
"fastapi",
|
|
29329
|
-
"flask",
|
|
29330
|
-
"fasthtml",
|
|
29331
|
-
"sanity-v3",
|
|
29332
|
-
"sanity",
|
|
29333
|
-
"storybook",
|
|
29334
|
-
"nitro",
|
|
29335
|
-
"hono",
|
|
29336
|
-
"express",
|
|
29337
|
-
"h3",
|
|
29338
|
-
"nestjs",
|
|
29339
|
-
"elysia",
|
|
29340
|
-
"fastify",
|
|
29341
|
-
"xmcp"
|
|
29342
|
-
]
|
|
29146
|
+
"projectAccess": {
|
|
29147
|
+
"oneOf": [
|
|
29148
|
+
{
|
|
29149
|
+
"properties": {
|
|
29150
|
+
"access": {
|
|
29151
|
+
"type": "string",
|
|
29152
|
+
"enum": [
|
|
29153
|
+
"all"
|
|
29154
|
+
]
|
|
29155
|
+
}
|
|
29343
29156
|
},
|
|
29344
|
-
"
|
|
29345
|
-
"
|
|
29346
|
-
|
|
29157
|
+
"required": [
|
|
29158
|
+
"access"
|
|
29159
|
+
],
|
|
29160
|
+
"type": "object"
|
|
29347
29161
|
},
|
|
29348
|
-
|
|
29349
|
-
"
|
|
29350
|
-
|
|
29351
|
-
|
|
29352
|
-
|
|
29353
|
-
|
|
29354
|
-
|
|
29162
|
+
{
|
|
29163
|
+
"properties": {
|
|
29164
|
+
"access": {
|
|
29165
|
+
"type": "string",
|
|
29166
|
+
"enum": [
|
|
29167
|
+
"some"
|
|
29168
|
+
]
|
|
29169
|
+
},
|
|
29170
|
+
"projectIds": {
|
|
29171
|
+
"items": {
|
|
29172
|
+
"type": "string"
|
|
29173
|
+
},
|
|
29174
|
+
"type": "array"
|
|
29175
|
+
}
|
|
29176
|
+
},
|
|
29177
|
+
"required": [
|
|
29178
|
+
"access",
|
|
29179
|
+
"projectIds"
|
|
29180
|
+
],
|
|
29181
|
+
"type": "object"
|
|
29182
|
+
}
|
|
29183
|
+
]
|
|
29355
29184
|
}
|
|
29356
29185
|
},
|
|
29357
29186
|
"required": [
|
|
@@ -29519,13 +29348,6 @@
|
|
|
29519
29348
|
"createdAt": {
|
|
29520
29349
|
"type": "number"
|
|
29521
29350
|
},
|
|
29522
|
-
"createdFrom": {
|
|
29523
|
-
"type": "string",
|
|
29524
|
-
"enum": [
|
|
29525
|
-
"self-served",
|
|
29526
|
-
"integration"
|
|
29527
|
-
]
|
|
29528
|
-
},
|
|
29529
29351
|
"updatedAt": {
|
|
29530
29352
|
"type": "number"
|
|
29531
29353
|
},
|
|
@@ -29783,12 +29605,6 @@
|
|
|
29783
29605
|
"firstErrorTimestamp": {
|
|
29784
29606
|
"type": "number"
|
|
29785
29607
|
},
|
|
29786
|
-
"configurationId": {
|
|
29787
|
-
"type": "string"
|
|
29788
|
-
},
|
|
29789
|
-
"clientId": {
|
|
29790
|
-
"type": "string"
|
|
29791
|
-
},
|
|
29792
29608
|
"source": {
|
|
29793
29609
|
"oneOf": [
|
|
29794
29610
|
{
|
|
@@ -29981,13 +29797,6 @@
|
|
|
29981
29797
|
"createdAt": {
|
|
29982
29798
|
"type": "number"
|
|
29983
29799
|
},
|
|
29984
|
-
"createdFrom": {
|
|
29985
|
-
"type": "string",
|
|
29986
|
-
"enum": [
|
|
29987
|
-
"self-served",
|
|
29988
|
-
"integration"
|
|
29989
|
-
]
|
|
29990
|
-
},
|
|
29991
29800
|
"updatedAt": {
|
|
29992
29801
|
"type": "number"
|
|
29993
29802
|
},
|
|
@@ -30245,12 +30054,6 @@
|
|
|
30245
30054
|
"firstErrorTimestamp": {
|
|
30246
30055
|
"type": "number"
|
|
30247
30056
|
},
|
|
30248
|
-
"configurationId": {
|
|
30249
|
-
"type": "string"
|
|
30250
|
-
},
|
|
30251
|
-
"clientId": {
|
|
30252
|
-
"type": "string"
|
|
30253
|
-
},
|
|
30254
30057
|
"source": {
|
|
30255
30058
|
"oneOf": [
|
|
30256
30059
|
{
|
|
@@ -30427,89 +30230,44 @@
|
|
|
30427
30230
|
"integrationWebsite": {
|
|
30428
30231
|
"type": "string"
|
|
30429
30232
|
},
|
|
30430
|
-
"
|
|
30431
|
-
"
|
|
30432
|
-
|
|
30433
|
-
"
|
|
30434
|
-
"
|
|
30435
|
-
|
|
30436
|
-
|
|
30437
|
-
|
|
30438
|
-
|
|
30439
|
-
|
|
30440
|
-
"nullable": true,
|
|
30441
|
-
"type": "string",
|
|
30442
|
-
"enum": [
|
|
30443
|
-
"blitzjs",
|
|
30444
|
-
"nextjs",
|
|
30445
|
-
"gatsby",
|
|
30446
|
-
"remix",
|
|
30447
|
-
"react-router",
|
|
30448
|
-
"astro",
|
|
30449
|
-
"hexo",
|
|
30450
|
-
"eleventy",
|
|
30451
|
-
"docusaurus-2",
|
|
30452
|
-
"docusaurus",
|
|
30453
|
-
"preact",
|
|
30454
|
-
"solidstart-1",
|
|
30455
|
-
"solidstart",
|
|
30456
|
-
"dojo",
|
|
30457
|
-
"ember",
|
|
30458
|
-
"vue",
|
|
30459
|
-
"scully",
|
|
30460
|
-
"ionic-angular",
|
|
30461
|
-
"angular",
|
|
30462
|
-
"polymer",
|
|
30463
|
-
"svelte",
|
|
30464
|
-
"sveltekit",
|
|
30465
|
-
"sveltekit-1",
|
|
30466
|
-
"ionic-react",
|
|
30467
|
-
"create-react-app",
|
|
30468
|
-
"gridsome",
|
|
30469
|
-
"umijs",
|
|
30470
|
-
"sapper",
|
|
30471
|
-
"saber",
|
|
30472
|
-
"stencil",
|
|
30473
|
-
"nuxtjs",
|
|
30474
|
-
"redwoodjs",
|
|
30475
|
-
"hugo",
|
|
30476
|
-
"jekyll",
|
|
30477
|
-
"brunch",
|
|
30478
|
-
"middleman",
|
|
30479
|
-
"zola",
|
|
30480
|
-
"hydrogen",
|
|
30481
|
-
"vite",
|
|
30482
|
-
"tanstack-start",
|
|
30483
|
-
"vitepress",
|
|
30484
|
-
"vuepress",
|
|
30485
|
-
"parcel",
|
|
30486
|
-
"fastapi",
|
|
30487
|
-
"flask",
|
|
30488
|
-
"fasthtml",
|
|
30489
|
-
"sanity-v3",
|
|
30490
|
-
"sanity",
|
|
30491
|
-
"storybook",
|
|
30492
|
-
"nitro",
|
|
30493
|
-
"hono",
|
|
30494
|
-
"express",
|
|
30495
|
-
"h3",
|
|
30496
|
-
"nestjs",
|
|
30497
|
-
"elysia",
|
|
30498
|
-
"fastify",
|
|
30499
|
-
"xmcp"
|
|
30500
|
-
]
|
|
30233
|
+
"projectAccess": {
|
|
30234
|
+
"oneOf": [
|
|
30235
|
+
{
|
|
30236
|
+
"properties": {
|
|
30237
|
+
"access": {
|
|
30238
|
+
"type": "string",
|
|
30239
|
+
"enum": [
|
|
30240
|
+
"all"
|
|
30241
|
+
]
|
|
30242
|
+
}
|
|
30501
30243
|
},
|
|
30502
|
-
"
|
|
30503
|
-
"
|
|
30504
|
-
|
|
30244
|
+
"required": [
|
|
30245
|
+
"access"
|
|
30246
|
+
],
|
|
30247
|
+
"type": "object"
|
|
30505
30248
|
},
|
|
30506
|
-
|
|
30507
|
-
"
|
|
30508
|
-
|
|
30509
|
-
|
|
30510
|
-
|
|
30511
|
-
|
|
30512
|
-
|
|
30249
|
+
{
|
|
30250
|
+
"properties": {
|
|
30251
|
+
"access": {
|
|
30252
|
+
"type": "string",
|
|
30253
|
+
"enum": [
|
|
30254
|
+
"some"
|
|
30255
|
+
]
|
|
30256
|
+
},
|
|
30257
|
+
"projectIds": {
|
|
30258
|
+
"items": {
|
|
30259
|
+
"type": "string"
|
|
30260
|
+
},
|
|
30261
|
+
"type": "array"
|
|
30262
|
+
}
|
|
30263
|
+
},
|
|
30264
|
+
"required": [
|
|
30265
|
+
"access",
|
|
30266
|
+
"projectIds"
|
|
30267
|
+
],
|
|
30268
|
+
"type": "object"
|
|
30269
|
+
}
|
|
30270
|
+
]
|
|
30513
30271
|
}
|
|
30514
30272
|
},
|
|
30515
30273
|
"required": [
|
|
@@ -30602,13 +30360,6 @@
|
|
|
30602
30360
|
"createdAt": {
|
|
30603
30361
|
"type": "number"
|
|
30604
30362
|
},
|
|
30605
|
-
"createdFrom": {
|
|
30606
|
-
"type": "string",
|
|
30607
|
-
"enum": [
|
|
30608
|
-
"self-served",
|
|
30609
|
-
"integration"
|
|
30610
|
-
]
|
|
30611
|
-
},
|
|
30612
30363
|
"updatedAt": {
|
|
30613
30364
|
"type": "number"
|
|
30614
30365
|
},
|
|
@@ -30866,12 +30617,6 @@
|
|
|
30866
30617
|
"firstErrorTimestamp": {
|
|
30867
30618
|
"type": "number"
|
|
30868
30619
|
},
|
|
30869
|
-
"configurationId": {
|
|
30870
|
-
"type": "string"
|
|
30871
|
-
},
|
|
30872
|
-
"clientId": {
|
|
30873
|
-
"type": "string"
|
|
30874
|
-
},
|
|
30875
30620
|
"source": {
|
|
30876
30621
|
"oneOf": [
|
|
30877
30622
|
{
|
|
@@ -31064,13 +30809,6 @@
|
|
|
31064
30809
|
"createdAt": {
|
|
31065
30810
|
"type": "number"
|
|
31066
30811
|
},
|
|
31067
|
-
"createdFrom": {
|
|
31068
|
-
"type": "string",
|
|
31069
|
-
"enum": [
|
|
31070
|
-
"self-served",
|
|
31071
|
-
"integration"
|
|
31072
|
-
]
|
|
31073
|
-
},
|
|
31074
30812
|
"updatedAt": {
|
|
31075
30813
|
"type": "number"
|
|
31076
30814
|
},
|
|
@@ -31328,12 +31066,6 @@
|
|
|
31328
31066
|
"firstErrorTimestamp": {
|
|
31329
31067
|
"type": "number"
|
|
31330
31068
|
},
|
|
31331
|
-
"configurationId": {
|
|
31332
|
-
"type": "string"
|
|
31333
|
-
},
|
|
31334
|
-
"clientId": {
|
|
31335
|
-
"type": "string"
|
|
31336
|
-
},
|
|
31337
31069
|
"source": {
|
|
31338
31070
|
"oneOf": [
|
|
31339
31071
|
{
|
|
@@ -31510,89 +31242,44 @@
|
|
|
31510
31242
|
"integrationWebsite": {
|
|
31511
31243
|
"type": "string"
|
|
31512
31244
|
},
|
|
31513
|
-
"
|
|
31514
|
-
"
|
|
31515
|
-
|
|
31516
|
-
"
|
|
31517
|
-
"
|
|
31518
|
-
|
|
31519
|
-
|
|
31520
|
-
|
|
31521
|
-
|
|
31522
|
-
|
|
31523
|
-
"nullable": true,
|
|
31524
|
-
"type": "string",
|
|
31525
|
-
"enum": [
|
|
31526
|
-
"blitzjs",
|
|
31527
|
-
"nextjs",
|
|
31528
|
-
"gatsby",
|
|
31529
|
-
"remix",
|
|
31530
|
-
"react-router",
|
|
31531
|
-
"astro",
|
|
31532
|
-
"hexo",
|
|
31533
|
-
"eleventy",
|
|
31534
|
-
"docusaurus-2",
|
|
31535
|
-
"docusaurus",
|
|
31536
|
-
"preact",
|
|
31537
|
-
"solidstart-1",
|
|
31538
|
-
"solidstart",
|
|
31539
|
-
"dojo",
|
|
31540
|
-
"ember",
|
|
31541
|
-
"vue",
|
|
31542
|
-
"scully",
|
|
31543
|
-
"ionic-angular",
|
|
31544
|
-
"angular",
|
|
31545
|
-
"polymer",
|
|
31546
|
-
"svelte",
|
|
31547
|
-
"sveltekit",
|
|
31548
|
-
"sveltekit-1",
|
|
31549
|
-
"ionic-react",
|
|
31550
|
-
"create-react-app",
|
|
31551
|
-
"gridsome",
|
|
31552
|
-
"umijs",
|
|
31553
|
-
"sapper",
|
|
31554
|
-
"saber",
|
|
31555
|
-
"stencil",
|
|
31556
|
-
"nuxtjs",
|
|
31557
|
-
"redwoodjs",
|
|
31558
|
-
"hugo",
|
|
31559
|
-
"jekyll",
|
|
31560
|
-
"brunch",
|
|
31561
|
-
"middleman",
|
|
31562
|
-
"zola",
|
|
31563
|
-
"hydrogen",
|
|
31564
|
-
"vite",
|
|
31565
|
-
"tanstack-start",
|
|
31566
|
-
"vitepress",
|
|
31567
|
-
"vuepress",
|
|
31568
|
-
"parcel",
|
|
31569
|
-
"fastapi",
|
|
31570
|
-
"flask",
|
|
31571
|
-
"fasthtml",
|
|
31572
|
-
"sanity-v3",
|
|
31573
|
-
"sanity",
|
|
31574
|
-
"storybook",
|
|
31575
|
-
"nitro",
|
|
31576
|
-
"hono",
|
|
31577
|
-
"express",
|
|
31578
|
-
"h3",
|
|
31579
|
-
"nestjs",
|
|
31580
|
-
"elysia",
|
|
31581
|
-
"fastify",
|
|
31582
|
-
"xmcp"
|
|
31583
|
-
]
|
|
31245
|
+
"projectAccess": {
|
|
31246
|
+
"oneOf": [
|
|
31247
|
+
{
|
|
31248
|
+
"properties": {
|
|
31249
|
+
"access": {
|
|
31250
|
+
"type": "string",
|
|
31251
|
+
"enum": [
|
|
31252
|
+
"all"
|
|
31253
|
+
]
|
|
31254
|
+
}
|
|
31584
31255
|
},
|
|
31585
|
-
"
|
|
31586
|
-
"
|
|
31587
|
-
|
|
31256
|
+
"required": [
|
|
31257
|
+
"access"
|
|
31258
|
+
],
|
|
31259
|
+
"type": "object"
|
|
31588
31260
|
},
|
|
31589
|
-
|
|
31590
|
-
"
|
|
31591
|
-
|
|
31592
|
-
|
|
31593
|
-
|
|
31594
|
-
|
|
31595
|
-
|
|
31261
|
+
{
|
|
31262
|
+
"properties": {
|
|
31263
|
+
"access": {
|
|
31264
|
+
"type": "string",
|
|
31265
|
+
"enum": [
|
|
31266
|
+
"some"
|
|
31267
|
+
]
|
|
31268
|
+
},
|
|
31269
|
+
"projectIds": {
|
|
31270
|
+
"items": {
|
|
31271
|
+
"type": "string"
|
|
31272
|
+
},
|
|
31273
|
+
"type": "array"
|
|
31274
|
+
}
|
|
31275
|
+
},
|
|
31276
|
+
"required": [
|
|
31277
|
+
"access",
|
|
31278
|
+
"projectIds"
|
|
31279
|
+
],
|
|
31280
|
+
"type": "object"
|
|
31281
|
+
}
|
|
31282
|
+
]
|
|
31596
31283
|
}
|
|
31597
31284
|
},
|
|
31598
31285
|
"required": [
|
|
@@ -35418,7 +35105,23 @@
|
|
|
35418
35105
|
],
|
|
35419
35106
|
"properties": {
|
|
35420
35107
|
"updates": {
|
|
35108
|
+
"description": "An object where each key is an environment variable ID (not the key name) and the value is the update to apply",
|
|
35421
35109
|
"type": "object",
|
|
35110
|
+
"example": {
|
|
35111
|
+
"env_2WjyKQmM8ZnGcJsPWMrHRHrE": {
|
|
35112
|
+
"key": "API_URL",
|
|
35113
|
+
"value": "https://api.vercel.com",
|
|
35114
|
+
"target": [
|
|
35115
|
+
"production",
|
|
35116
|
+
"preview"
|
|
35117
|
+
],
|
|
35118
|
+
"projectIdUpdates": {
|
|
35119
|
+
"link": [
|
|
35120
|
+
"prj_2WjyKQmM8ZnGcJsPWMrHRHrE"
|
|
35121
|
+
]
|
|
35122
|
+
}
|
|
35123
|
+
}
|
|
35124
|
+
},
|
|
35422
35125
|
"additionalProperties": {
|
|
35423
35126
|
"type": "object",
|
|
35424
35127
|
"additionalProperties": false,
|
|
@@ -35460,7 +35163,7 @@
|
|
|
35460
35163
|
]
|
|
35461
35164
|
},
|
|
35462
35165
|
"projectIdUpdates": {
|
|
35463
|
-
"description": "Incrementally update project
|
|
35166
|
+
"description": "Incrementally update project linking without specifying the full list",
|
|
35464
35167
|
"type": "object",
|
|
35465
35168
|
"additionalProperties": false,
|
|
35466
35169
|
"properties": {
|
|
@@ -40383,34 +40086,34 @@
|
|
|
40383
40086
|
"minLength": {
|
|
40384
40087
|
"type": "object",
|
|
40385
40088
|
"properties": {
|
|
40386
|
-
"__@BRAND@
|
|
40089
|
+
"__@BRAND@666789": {
|
|
40387
40090
|
"type": "object"
|
|
40388
40091
|
}
|
|
40389
40092
|
},
|
|
40390
40093
|
"required": [
|
|
40391
|
-
"__@BRAND@
|
|
40094
|
+
"__@BRAND@666789"
|
|
40392
40095
|
]
|
|
40393
40096
|
},
|
|
40394
40097
|
"maxLength": {
|
|
40395
40098
|
"type": "object",
|
|
40396
40099
|
"properties": {
|
|
40397
|
-
"__@BRAND@
|
|
40100
|
+
"__@BRAND@666789": {
|
|
40398
40101
|
"type": "object"
|
|
40399
40102
|
}
|
|
40400
40103
|
},
|
|
40401
40104
|
"required": [
|
|
40402
|
-
"__@BRAND@
|
|
40105
|
+
"__@BRAND@666789"
|
|
40403
40106
|
]
|
|
40404
40107
|
},
|
|
40405
40108
|
"pattern": {
|
|
40406
40109
|
"type": "object",
|
|
40407
40110
|
"properties": {
|
|
40408
|
-
"__@BRAND@
|
|
40111
|
+
"__@BRAND@666789": {
|
|
40409
40112
|
"type": "object"
|
|
40410
40113
|
}
|
|
40411
40114
|
},
|
|
40412
40115
|
"required": [
|
|
40413
|
-
"__@BRAND@
|
|
40116
|
+
"__@BRAND@666789"
|
|
40414
40117
|
]
|
|
40415
40118
|
},
|
|
40416
40119
|
"default": {
|
|
@@ -41093,34 +40796,34 @@
|
|
|
41093
40796
|
"minLength": {
|
|
41094
40797
|
"type": "object",
|
|
41095
40798
|
"properties": {
|
|
41096
|
-
"__@BRAND@
|
|
40799
|
+
"__@BRAND@666789": {
|
|
41097
40800
|
"type": "object"
|
|
41098
40801
|
}
|
|
41099
40802
|
},
|
|
41100
40803
|
"required": [
|
|
41101
|
-
"__@BRAND@
|
|
40804
|
+
"__@BRAND@666789"
|
|
41102
40805
|
]
|
|
41103
40806
|
},
|
|
41104
40807
|
"maxLength": {
|
|
41105
40808
|
"type": "object",
|
|
41106
40809
|
"properties": {
|
|
41107
|
-
"__@BRAND@
|
|
40810
|
+
"__@BRAND@666789": {
|
|
41108
40811
|
"type": "object"
|
|
41109
40812
|
}
|
|
41110
40813
|
},
|
|
41111
40814
|
"required": [
|
|
41112
|
-
"__@BRAND@
|
|
40815
|
+
"__@BRAND@666789"
|
|
41113
40816
|
]
|
|
41114
40817
|
},
|
|
41115
40818
|
"pattern": {
|
|
41116
40819
|
"type": "object",
|
|
41117
40820
|
"properties": {
|
|
41118
|
-
"__@BRAND@
|
|
40821
|
+
"__@BRAND@666789": {
|
|
41119
40822
|
"type": "object"
|
|
41120
40823
|
}
|
|
41121
40824
|
},
|
|
41122
40825
|
"required": [
|
|
41123
|
-
"__@BRAND@
|
|
40826
|
+
"__@BRAND@666789"
|
|
41124
40827
|
]
|
|
41125
40828
|
},
|
|
41126
40829
|
"default": {
|
|
@@ -41278,34 +40981,34 @@
|
|
|
41278
40981
|
"minLength": {
|
|
41279
40982
|
"type": "object",
|
|
41280
40983
|
"properties": {
|
|
41281
|
-
"__@BRAND@
|
|
40984
|
+
"__@BRAND@666789": {
|
|
41282
40985
|
"type": "object"
|
|
41283
40986
|
}
|
|
41284
40987
|
},
|
|
41285
40988
|
"required": [
|
|
41286
|
-
"__@BRAND@
|
|
40989
|
+
"__@BRAND@666789"
|
|
41287
40990
|
]
|
|
41288
40991
|
},
|
|
41289
40992
|
"maxLength": {
|
|
41290
40993
|
"type": "object",
|
|
41291
40994
|
"properties": {
|
|
41292
|
-
"__@BRAND@
|
|
40995
|
+
"__@BRAND@666789": {
|
|
41293
40996
|
"type": "object"
|
|
41294
40997
|
}
|
|
41295
40998
|
},
|
|
41296
40999
|
"required": [
|
|
41297
|
-
"__@BRAND@
|
|
41000
|
+
"__@BRAND@666789"
|
|
41298
41001
|
]
|
|
41299
41002
|
},
|
|
41300
41003
|
"pattern": {
|
|
41301
41004
|
"type": "object",
|
|
41302
41005
|
"properties": {
|
|
41303
|
-
"__@BRAND@
|
|
41006
|
+
"__@BRAND@666789": {
|
|
41304
41007
|
"type": "object"
|
|
41305
41008
|
}
|
|
41306
41009
|
},
|
|
41307
41010
|
"required": [
|
|
41308
|
-
"__@BRAND@
|
|
41011
|
+
"__@BRAND@666789"
|
|
41309
41012
|
]
|
|
41310
41013
|
},
|
|
41311
41014
|
"default": {
|
|
@@ -41616,12 +41319,12 @@
|
|
|
41616
41319
|
{
|
|
41617
41320
|
"type": "object",
|
|
41618
41321
|
"properties": {
|
|
41619
|
-
"__@BRAND@
|
|
41322
|
+
"__@BRAND@666789": {
|
|
41620
41323
|
"type": "object"
|
|
41621
41324
|
}
|
|
41622
41325
|
},
|
|
41623
41326
|
"required": [
|
|
41624
|
-
"__@BRAND@
|
|
41327
|
+
"__@BRAND@666789"
|
|
41625
41328
|
]
|
|
41626
41329
|
},
|
|
41627
41330
|
{
|
|
@@ -41629,12 +41332,12 @@
|
|
|
41629
41332
|
"value": {
|
|
41630
41333
|
"type": "object",
|
|
41631
41334
|
"properties": {
|
|
41632
|
-
"__@BRAND@
|
|
41335
|
+
"__@BRAND@666789": {
|
|
41633
41336
|
"type": "object"
|
|
41634
41337
|
}
|
|
41635
41338
|
},
|
|
41636
41339
|
"required": [
|
|
41637
|
-
"__@BRAND@
|
|
41340
|
+
"__@BRAND@666789"
|
|
41638
41341
|
]
|
|
41639
41342
|
},
|
|
41640
41343
|
"disabled": {
|
|
@@ -41703,34 +41406,34 @@
|
|
|
41703
41406
|
"minLength": {
|
|
41704
41407
|
"type": "object",
|
|
41705
41408
|
"properties": {
|
|
41706
|
-
"__@BRAND@
|
|
41409
|
+
"__@BRAND@666789": {
|
|
41707
41410
|
"type": "object"
|
|
41708
41411
|
}
|
|
41709
41412
|
},
|
|
41710
41413
|
"required": [
|
|
41711
|
-
"__@BRAND@
|
|
41414
|
+
"__@BRAND@666789"
|
|
41712
41415
|
]
|
|
41713
41416
|
},
|
|
41714
41417
|
"maxLength": {
|
|
41715
41418
|
"type": "object",
|
|
41716
41419
|
"properties": {
|
|
41717
|
-
"__@BRAND@
|
|
41420
|
+
"__@BRAND@666789": {
|
|
41718
41421
|
"type": "object"
|
|
41719
41422
|
}
|
|
41720
41423
|
},
|
|
41721
41424
|
"required": [
|
|
41722
|
-
"__@BRAND@
|
|
41425
|
+
"__@BRAND@666789"
|
|
41723
41426
|
]
|
|
41724
41427
|
},
|
|
41725
41428
|
"pattern": {
|
|
41726
41429
|
"type": "object",
|
|
41727
41430
|
"properties": {
|
|
41728
|
-
"__@BRAND@
|
|
41431
|
+
"__@BRAND@666789": {
|
|
41729
41432
|
"type": "object"
|
|
41730
41433
|
}
|
|
41731
41434
|
},
|
|
41732
41435
|
"required": [
|
|
41733
|
-
"__@BRAND@
|
|
41436
|
+
"__@BRAND@666789"
|
|
41734
41437
|
]
|
|
41735
41438
|
},
|
|
41736
41439
|
"default": {
|
|
@@ -41888,34 +41591,34 @@
|
|
|
41888
41591
|
"minLength": {
|
|
41889
41592
|
"type": "object",
|
|
41890
41593
|
"properties": {
|
|
41891
|
-
"__@BRAND@
|
|
41594
|
+
"__@BRAND@666789": {
|
|
41892
41595
|
"type": "object"
|
|
41893
41596
|
}
|
|
41894
41597
|
},
|
|
41895
41598
|
"required": [
|
|
41896
|
-
"__@BRAND@
|
|
41599
|
+
"__@BRAND@666789"
|
|
41897
41600
|
]
|
|
41898
41601
|
},
|
|
41899
41602
|
"maxLength": {
|
|
41900
41603
|
"type": "object",
|
|
41901
41604
|
"properties": {
|
|
41902
|
-
"__@BRAND@
|
|
41605
|
+
"__@BRAND@666789": {
|
|
41903
41606
|
"type": "object"
|
|
41904
41607
|
}
|
|
41905
41608
|
},
|
|
41906
41609
|
"required": [
|
|
41907
|
-
"__@BRAND@
|
|
41610
|
+
"__@BRAND@666789"
|
|
41908
41611
|
]
|
|
41909
41612
|
},
|
|
41910
41613
|
"pattern": {
|
|
41911
41614
|
"type": "object",
|
|
41912
41615
|
"properties": {
|
|
41913
|
-
"__@BRAND@
|
|
41616
|
+
"__@BRAND@666789": {
|
|
41914
41617
|
"type": "object"
|
|
41915
41618
|
}
|
|
41916
41619
|
},
|
|
41917
41620
|
"required": [
|
|
41918
|
-
"__@BRAND@
|
|
41621
|
+
"__@BRAND@666789"
|
|
41919
41622
|
]
|
|
41920
41623
|
},
|
|
41921
41624
|
"default": {
|
|
@@ -42004,12 +41707,12 @@
|
|
|
42004
41707
|
{
|
|
42005
41708
|
"type": "object",
|
|
42006
41709
|
"properties": {
|
|
42007
|
-
"__@BRAND@
|
|
41710
|
+
"__@BRAND@666789": {
|
|
42008
41711
|
"type": "object"
|
|
42009
41712
|
}
|
|
42010
41713
|
},
|
|
42011
41714
|
"required": [
|
|
42012
|
-
"__@BRAND@
|
|
41715
|
+
"__@BRAND@666789"
|
|
42013
41716
|
]
|
|
42014
41717
|
},
|
|
42015
41718
|
{
|
|
@@ -42017,12 +41720,12 @@
|
|
|
42017
41720
|
"value": {
|
|
42018
41721
|
"type": "object",
|
|
42019
41722
|
"properties": {
|
|
42020
|
-
"__@BRAND@
|
|
41723
|
+
"__@BRAND@666789": {
|
|
42021
41724
|
"type": "object"
|
|
42022
41725
|
}
|
|
42023
41726
|
},
|
|
42024
41727
|
"required": [
|
|
42025
|
-
"__@BRAND@
|
|
41728
|
+
"__@BRAND@666789"
|
|
42026
41729
|
]
|
|
42027
41730
|
},
|
|
42028
41731
|
"disabled": {
|
|
@@ -42208,12 +41911,12 @@
|
|
|
42208
41911
|
"items": {
|
|
42209
41912
|
"type": "object",
|
|
42210
41913
|
"properties": {
|
|
42211
|
-
"__@BRAND@
|
|
41914
|
+
"__@BRAND@666789": {
|
|
42212
41915
|
"type": "object"
|
|
42213
41916
|
}
|
|
42214
41917
|
},
|
|
42215
41918
|
"required": [
|
|
42216
|
-
"__@BRAND@
|
|
41919
|
+
"__@BRAND@666789"
|
|
42217
41920
|
]
|
|
42218
41921
|
},
|
|
42219
41922
|
"type": "array"
|
|
@@ -42222,12 +41925,12 @@
|
|
|
42222
41925
|
"items": {
|
|
42223
41926
|
"type": "object",
|
|
42224
41927
|
"properties": {
|
|
42225
|
-
"__@BRAND@
|
|
41928
|
+
"__@BRAND@666789": {
|
|
42226
41929
|
"type": "object"
|
|
42227
41930
|
}
|
|
42228
41931
|
},
|
|
42229
41932
|
"required": [
|
|
42230
|
-
"__@BRAND@
|
|
41933
|
+
"__@BRAND@666789"
|
|
42231
41934
|
]
|
|
42232
41935
|
},
|
|
42233
41936
|
"type": "array"
|
|
@@ -42261,34 +41964,34 @@
|
|
|
42261
41964
|
"minLength": {
|
|
42262
41965
|
"type": "object",
|
|
42263
41966
|
"properties": {
|
|
42264
|
-
"__@BRAND@
|
|
41967
|
+
"__@BRAND@666789": {
|
|
42265
41968
|
"type": "object"
|
|
42266
41969
|
}
|
|
42267
41970
|
},
|
|
42268
41971
|
"required": [
|
|
42269
|
-
"__@BRAND@
|
|
41972
|
+
"__@BRAND@666789"
|
|
42270
41973
|
]
|
|
42271
41974
|
},
|
|
42272
41975
|
"maxLength": {
|
|
42273
41976
|
"type": "object",
|
|
42274
41977
|
"properties": {
|
|
42275
|
-
"__@BRAND@
|
|
41978
|
+
"__@BRAND@666789": {
|
|
42276
41979
|
"type": "object"
|
|
42277
41980
|
}
|
|
42278
41981
|
},
|
|
42279
41982
|
"required": [
|
|
42280
|
-
"__@BRAND@
|
|
41983
|
+
"__@BRAND@666789"
|
|
42281
41984
|
]
|
|
42282
41985
|
},
|
|
42283
41986
|
"pattern": {
|
|
42284
41987
|
"type": "object",
|
|
42285
41988
|
"properties": {
|
|
42286
|
-
"__@BRAND@
|
|
41989
|
+
"__@BRAND@666789": {
|
|
42287
41990
|
"type": "object"
|
|
42288
41991
|
}
|
|
42289
41992
|
},
|
|
42290
41993
|
"required": [
|
|
42291
|
-
"__@BRAND@
|
|
41994
|
+
"__@BRAND@666789"
|
|
42292
41995
|
]
|
|
42293
41996
|
},
|
|
42294
41997
|
"default": {
|
|
@@ -42422,12 +42125,12 @@
|
|
|
42422
42125
|
"value": {
|
|
42423
42126
|
"type": "object",
|
|
42424
42127
|
"properties": {
|
|
42425
|
-
"__@BRAND@
|
|
42128
|
+
"__@BRAND@666789": {
|
|
42426
42129
|
"type": "object"
|
|
42427
42130
|
}
|
|
42428
42131
|
},
|
|
42429
42132
|
"required": [
|
|
42430
|
-
"__@BRAND@
|
|
42133
|
+
"__@BRAND@666789"
|
|
42431
42134
|
]
|
|
42432
42135
|
},
|
|
42433
42136
|
"disabled": {
|
|
@@ -47551,6 +47254,12 @@
|
|
|
47551
47254
|
},
|
|
47552
47255
|
"type": "array"
|
|
47553
47256
|
},
|
|
47257
|
+
"securityPlusConfiguration": {
|
|
47258
|
+
"items": {
|
|
47259
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
47260
|
+
},
|
|
47261
|
+
"type": "array"
|
|
47262
|
+
},
|
|
47554
47263
|
"sensitiveEnvironmentVariablePolicy": {
|
|
47555
47264
|
"items": {
|
|
47556
47265
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -52535,6 +52244,12 @@
|
|
|
52535
52244
|
},
|
|
52536
52245
|
"type": "array"
|
|
52537
52246
|
},
|
|
52247
|
+
"securityPlusConfiguration": {
|
|
52248
|
+
"items": {
|
|
52249
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
52250
|
+
},
|
|
52251
|
+
"type": "array"
|
|
52252
|
+
},
|
|
52538
52253
|
"sensitiveEnvironmentVariablePolicy": {
|
|
52539
52254
|
"items": {
|
|
52540
52255
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -55927,6 +55642,12 @@
|
|
|
55927
55642
|
"github-limited"
|
|
55928
55643
|
]
|
|
55929
55644
|
},
|
|
55645
|
+
"repo": {
|
|
55646
|
+
"type": "string"
|
|
55647
|
+
},
|
|
55648
|
+
"repoId": {
|
|
55649
|
+
"type": "number"
|
|
55650
|
+
},
|
|
55930
55651
|
"createdAt": {
|
|
55931
55652
|
"type": "number"
|
|
55932
55653
|
},
|
|
@@ -55940,12 +55661,6 @@
|
|
|
55940
55661
|
"type": "number",
|
|
55941
55662
|
"description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
|
|
55942
55663
|
},
|
|
55943
|
-
"repo": {
|
|
55944
|
-
"type": "string"
|
|
55945
|
-
},
|
|
55946
|
-
"repoId": {
|
|
55947
|
-
"type": "number"
|
|
55948
|
-
},
|
|
55949
55664
|
"deployHooks": {
|
|
55950
55665
|
"items": {
|
|
55951
55666
|
"properties": {
|
|
@@ -56428,6 +56143,9 @@
|
|
|
56428
56143
|
},
|
|
56429
56144
|
"resourceConfig": {
|
|
56430
56145
|
"properties": {
|
|
56146
|
+
"elasticConcurrencyEnabled": {
|
|
56147
|
+
"type": "boolean"
|
|
56148
|
+
},
|
|
56431
56149
|
"fluid": {
|
|
56432
56150
|
"type": "boolean"
|
|
56433
56151
|
},
|
|
@@ -56451,9 +56169,6 @@
|
|
|
56451
56169
|
"functionZeroConfigFailover": {
|
|
56452
56170
|
"type": "boolean"
|
|
56453
56171
|
},
|
|
56454
|
-
"elasticConcurrencyEnabled": {
|
|
56455
|
-
"type": "boolean"
|
|
56456
|
-
},
|
|
56457
56172
|
"buildMachineType": {
|
|
56458
56173
|
"type": "string",
|
|
56459
56174
|
"enum": [
|
|
@@ -56554,6 +56269,9 @@
|
|
|
56554
56269
|
},
|
|
56555
56270
|
"defaultResourceConfig": {
|
|
56556
56271
|
"properties": {
|
|
56272
|
+
"elasticConcurrencyEnabled": {
|
|
56273
|
+
"type": "boolean"
|
|
56274
|
+
},
|
|
56557
56275
|
"fluid": {
|
|
56558
56276
|
"type": "boolean"
|
|
56559
56277
|
},
|
|
@@ -56577,9 +56295,6 @@
|
|
|
56577
56295
|
"functionZeroConfigFailover": {
|
|
56578
56296
|
"type": "boolean"
|
|
56579
56297
|
},
|
|
56580
|
-
"elasticConcurrencyEnabled": {
|
|
56581
|
-
"type": "boolean"
|
|
56582
|
-
},
|
|
56583
56298
|
"buildMachineType": {
|
|
56584
56299
|
"type": "string",
|
|
56585
56300
|
"enum": [
|
|
@@ -58098,6 +57813,12 @@
|
|
|
58098
57813
|
},
|
|
58099
57814
|
"type": "array"
|
|
58100
57815
|
},
|
|
57816
|
+
"securityPlusConfiguration": {
|
|
57817
|
+
"items": {
|
|
57818
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
57819
|
+
},
|
|
57820
|
+
"type": "array"
|
|
57821
|
+
},
|
|
58101
57822
|
"sensitiveEnvironmentVariablePolicy": {
|
|
58102
57823
|
"items": {
|
|
58103
57824
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -62536,6 +62257,12 @@
|
|
|
62536
62257
|
},
|
|
62537
62258
|
"type": "array"
|
|
62538
62259
|
},
|
|
62260
|
+
"securityPlusConfiguration": {
|
|
62261
|
+
"items": {
|
|
62262
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
62263
|
+
},
|
|
62264
|
+
"type": "array"
|
|
62265
|
+
},
|
|
62539
62266
|
"sensitiveEnvironmentVariablePolicy": {
|
|
62540
62267
|
"items": {
|
|
62541
62268
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -67263,19 +66990,215 @@
|
|
|
67263
66990
|
}
|
|
67264
66991
|
},
|
|
67265
66992
|
"400": {
|
|
67266
|
-
"description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.\nThe domain is not valid\nYou can't set both a git branch and a redirect for the domain\nThe domain can not be added because the latest production deployment for the project was not successful\nThe domain redirect is not valid\nA domain cannot redirect to itself\nYou can not set the production branch as a branch for your domain"
|
|
66993
|
+
"description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.\nThe domain is not valid\nYou can't set both a git branch and a redirect for the domain\nThe domain can not be added because the latest production deployment for the project was not successful\nThe domain redirect is not valid\nA domain cannot redirect to itself\nYou can not set the production branch as a branch for your domain"
|
|
66994
|
+
},
|
|
66995
|
+
"401": {
|
|
66996
|
+
"description": "The request is not authorized."
|
|
66997
|
+
},
|
|
66998
|
+
"402": {
|
|
66999
|
+
"description": "The account was soft-blocked for an unhandled reason.\nThe account is missing a payment so payment method must be updated"
|
|
67000
|
+
},
|
|
67001
|
+
"403": {
|
|
67002
|
+
"description": "You do not have permission to access this resource.\nYou don't have access to the domain you are adding"
|
|
67003
|
+
},
|
|
67004
|
+
"409": {
|
|
67005
|
+
"description": "The domain is already assigned to another Vercel project\nCannot create project domain since owner already has `domain` on their account, but it's not verified yet.\nCannot create project domain since owner already has `domain` on their account, and it's verified.\nThe domain is not allowed to be used\nThe project is currently being transferred"
|
|
67006
|
+
}
|
|
67007
|
+
},
|
|
67008
|
+
"parameters": [
|
|
67009
|
+
{
|
|
67010
|
+
"name": "idOrName",
|
|
67011
|
+
"description": "The unique project identifier or the project name",
|
|
67012
|
+
"in": "path",
|
|
67013
|
+
"required": true,
|
|
67014
|
+
"schema": {
|
|
67015
|
+
"description": "The unique project identifier or the project name",
|
|
67016
|
+
"type": "string"
|
|
67017
|
+
}
|
|
67018
|
+
},
|
|
67019
|
+
{
|
|
67020
|
+
"description": "The Team identifier to perform the request on behalf of.",
|
|
67021
|
+
"in": "query",
|
|
67022
|
+
"name": "teamId",
|
|
67023
|
+
"schema": {
|
|
67024
|
+
"type": "string",
|
|
67025
|
+
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
67026
|
+
}
|
|
67027
|
+
},
|
|
67028
|
+
{
|
|
67029
|
+
"description": "The Team slug to perform the request on behalf of.",
|
|
67030
|
+
"in": "query",
|
|
67031
|
+
"name": "slug",
|
|
67032
|
+
"schema": {
|
|
67033
|
+
"type": "string",
|
|
67034
|
+
"example": "my-team-url-slug"
|
|
67035
|
+
}
|
|
67036
|
+
}
|
|
67037
|
+
],
|
|
67038
|
+
"requestBody": {
|
|
67039
|
+
"content": {
|
|
67040
|
+
"application/json": {
|
|
67041
|
+
"schema": {
|
|
67042
|
+
"properties": {
|
|
67043
|
+
"name": {
|
|
67044
|
+
"description": "The project domain name",
|
|
67045
|
+
"example": "www.example.com",
|
|
67046
|
+
"type": "string"
|
|
67047
|
+
},
|
|
67048
|
+
"gitBranch": {
|
|
67049
|
+
"description": "Git branch to link the project domain",
|
|
67050
|
+
"example": null,
|
|
67051
|
+
"maxLength": 250,
|
|
67052
|
+
"type": "string",
|
|
67053
|
+
"nullable": true
|
|
67054
|
+
},
|
|
67055
|
+
"customEnvironmentId": {
|
|
67056
|
+
"description": "The unique custom environment identifier within the project",
|
|
67057
|
+
"type": "string"
|
|
67058
|
+
},
|
|
67059
|
+
"redirect": {
|
|
67060
|
+
"description": "Target destination domain for redirect",
|
|
67061
|
+
"example": "foobar.com",
|
|
67062
|
+
"type": "string",
|
|
67063
|
+
"nullable": true
|
|
67064
|
+
},
|
|
67065
|
+
"redirectStatusCode": {
|
|
67066
|
+
"description": "Status code for domain redirect",
|
|
67067
|
+
"example": 307,
|
|
67068
|
+
"type": "integer",
|
|
67069
|
+
"enum": [
|
|
67070
|
+
null,
|
|
67071
|
+
301,
|
|
67072
|
+
302,
|
|
67073
|
+
307,
|
|
67074
|
+
308
|
|
67075
|
+
],
|
|
67076
|
+
"nullable": true
|
|
67077
|
+
}
|
|
67078
|
+
},
|
|
67079
|
+
"required": [
|
|
67080
|
+
"name"
|
|
67081
|
+
],
|
|
67082
|
+
"type": "object"
|
|
67083
|
+
}
|
|
67084
|
+
}
|
|
67085
|
+
},
|
|
67086
|
+
"required": true
|
|
67087
|
+
}
|
|
67088
|
+
}
|
|
67089
|
+
},
|
|
67090
|
+
"/v1/projects/{idOrName}/domains/{domain}/move": {
|
|
67091
|
+
"post": {
|
|
67092
|
+
"description": "Move one project's domain to another project. Also allows the move of all redirects pointed to that domain in the same project.",
|
|
67093
|
+
"operationId": "moveProjectDomain",
|
|
67094
|
+
"security": [
|
|
67095
|
+
{
|
|
67096
|
+
"bearerToken": []
|
|
67097
|
+
}
|
|
67098
|
+
],
|
|
67099
|
+
"summary": "Move a project domain",
|
|
67100
|
+
"tags": [
|
|
67101
|
+
"projects"
|
|
67102
|
+
],
|
|
67103
|
+
"responses": {
|
|
67104
|
+
"200": {
|
|
67105
|
+
"description": "The domain was updated successfuly",
|
|
67106
|
+
"content": {
|
|
67107
|
+
"application/json": {
|
|
67108
|
+
"schema": {
|
|
67109
|
+
"properties": {
|
|
67110
|
+
"name": {
|
|
67111
|
+
"type": "string"
|
|
67112
|
+
},
|
|
67113
|
+
"apexName": {
|
|
67114
|
+
"type": "string"
|
|
67115
|
+
},
|
|
67116
|
+
"projectId": {
|
|
67117
|
+
"type": "string"
|
|
67118
|
+
},
|
|
67119
|
+
"redirect": {
|
|
67120
|
+
"nullable": true,
|
|
67121
|
+
"type": "string"
|
|
67122
|
+
},
|
|
67123
|
+
"redirectStatusCode": {
|
|
67124
|
+
"nullable": true,
|
|
67125
|
+
"type": "number",
|
|
67126
|
+
"enum": [
|
|
67127
|
+
307,
|
|
67128
|
+
301,
|
|
67129
|
+
302,
|
|
67130
|
+
308
|
|
67131
|
+
]
|
|
67132
|
+
},
|
|
67133
|
+
"gitBranch": {
|
|
67134
|
+
"nullable": true,
|
|
67135
|
+
"type": "string"
|
|
67136
|
+
},
|
|
67137
|
+
"customEnvironmentId": {
|
|
67138
|
+
"nullable": true,
|
|
67139
|
+
"type": "string"
|
|
67140
|
+
},
|
|
67141
|
+
"updatedAt": {
|
|
67142
|
+
"type": "number"
|
|
67143
|
+
},
|
|
67144
|
+
"createdAt": {
|
|
67145
|
+
"type": "number"
|
|
67146
|
+
},
|
|
67147
|
+
"verified": {
|
|
67148
|
+
"type": "boolean",
|
|
67149
|
+
"description": "`true` if the domain is verified for use with the project. If `false` it will not be used as an alias on this project until the challenge in `verification` is completed."
|
|
67150
|
+
},
|
|
67151
|
+
"verification": {
|
|
67152
|
+
"items": {
|
|
67153
|
+
"properties": {
|
|
67154
|
+
"type": {
|
|
67155
|
+
"type": "string"
|
|
67156
|
+
},
|
|
67157
|
+
"domain": {
|
|
67158
|
+
"type": "string"
|
|
67159
|
+
},
|
|
67160
|
+
"value": {
|
|
67161
|
+
"type": "string"
|
|
67162
|
+
},
|
|
67163
|
+
"reason": {
|
|
67164
|
+
"type": "string"
|
|
67165
|
+
}
|
|
67166
|
+
},
|
|
67167
|
+
"required": [
|
|
67168
|
+
"type",
|
|
67169
|
+
"domain",
|
|
67170
|
+
"value",
|
|
67171
|
+
"reason"
|
|
67172
|
+
],
|
|
67173
|
+
"type": "object",
|
|
67174
|
+
"description": "A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`."
|
|
67175
|
+
},
|
|
67176
|
+
"type": "array",
|
|
67177
|
+
"description": "A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`."
|
|
67178
|
+
}
|
|
67179
|
+
},
|
|
67180
|
+
"required": [
|
|
67181
|
+
"name",
|
|
67182
|
+
"apexName",
|
|
67183
|
+
"projectId",
|
|
67184
|
+
"verified"
|
|
67185
|
+
],
|
|
67186
|
+
"type": "object"
|
|
67187
|
+
}
|
|
67188
|
+
}
|
|
67189
|
+
}
|
|
67190
|
+
},
|
|
67191
|
+
"400": {
|
|
67192
|
+
"description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.\nThe domain redirect is not valid"
|
|
67267
67193
|
},
|
|
67268
67194
|
"401": {
|
|
67269
67195
|
"description": "The request is not authorized."
|
|
67270
67196
|
},
|
|
67271
|
-
"402": {
|
|
67272
|
-
"description": "The account was soft-blocked for an unhandled reason.\nThe account is missing a payment so payment method must be updated"
|
|
67273
|
-
},
|
|
67274
67197
|
"403": {
|
|
67275
|
-
"description": "You do not have permission to access this resource
|
|
67198
|
+
"description": "You do not have permission to access this resource."
|
|
67276
67199
|
},
|
|
67277
67200
|
"409": {
|
|
67278
|
-
"description": "The
|
|
67201
|
+
"description": "The project is currently being transferred"
|
|
67279
67202
|
}
|
|
67280
67203
|
},
|
|
67281
67204
|
"parameters": [
|
|
@@ -67289,6 +67212,17 @@
|
|
|
67289
67212
|
"type": "string"
|
|
67290
67213
|
}
|
|
67291
67214
|
},
|
|
67215
|
+
{
|
|
67216
|
+
"name": "domain",
|
|
67217
|
+
"description": "The project domain name",
|
|
67218
|
+
"in": "path",
|
|
67219
|
+
"required": true,
|
|
67220
|
+
"schema": {
|
|
67221
|
+
"description": "The project domain name",
|
|
67222
|
+
"type": "string",
|
|
67223
|
+
"example": "www.example.com"
|
|
67224
|
+
}
|
|
67225
|
+
},
|
|
67292
67226
|
{
|
|
67293
67227
|
"description": "The Team identifier to perform the request on behalf of.",
|
|
67294
67228
|
"in": "query",
|
|
@@ -67312,23 +67246,26 @@
|
|
|
67312
67246
|
"content": {
|
|
67313
67247
|
"application/json": {
|
|
67314
67248
|
"schema": {
|
|
67249
|
+
"required": [
|
|
67250
|
+
"projectId"
|
|
67251
|
+
],
|
|
67315
67252
|
"properties": {
|
|
67316
|
-
"
|
|
67317
|
-
"description": "The project
|
|
67318
|
-
"example": "
|
|
67319
|
-
"
|
|
67253
|
+
"projectId": {
|
|
67254
|
+
"description": "The unique target project identifier",
|
|
67255
|
+
"example": "prj_XLKmu1DyR1eY7zq8UgeRKbA7yVLA",
|
|
67256
|
+
"oneOf": [
|
|
67257
|
+
{
|
|
67258
|
+
"type": "string"
|
|
67259
|
+
}
|
|
67260
|
+
]
|
|
67320
67261
|
},
|
|
67321
67262
|
"gitBranch": {
|
|
67322
67263
|
"description": "Git branch to link the project domain",
|
|
67323
67264
|
"example": null,
|
|
67324
|
-
"maxLength": 250,
|
|
67325
67265
|
"type": "string",
|
|
67266
|
+
"maxLength": 250,
|
|
67326
67267
|
"nullable": true
|
|
67327
67268
|
},
|
|
67328
|
-
"customEnvironmentId": {
|
|
67329
|
-
"description": "The unique custom environment identifier within the project",
|
|
67330
|
-
"type": "string"
|
|
67331
|
-
},
|
|
67332
67269
|
"redirect": {
|
|
67333
67270
|
"description": "Target destination domain for redirect",
|
|
67334
67271
|
"example": "foobar.com",
|
|
@@ -67349,190 +67286,6 @@
|
|
|
67349
67286
|
"nullable": true
|
|
67350
67287
|
}
|
|
67351
67288
|
},
|
|
67352
|
-
"required": [
|
|
67353
|
-
"name"
|
|
67354
|
-
],
|
|
67355
|
-
"type": "object"
|
|
67356
|
-
}
|
|
67357
|
-
}
|
|
67358
|
-
},
|
|
67359
|
-
"required": true
|
|
67360
|
-
}
|
|
67361
|
-
}
|
|
67362
|
-
},
|
|
67363
|
-
"/v1/projects/{idOrName}/domains/{domain}/move": {
|
|
67364
|
-
"post": {
|
|
67365
|
-
"description": "Move one project's domain to another project. Also allows the move of all redirects pointed to that domain in the same project.",
|
|
67366
|
-
"operationId": "moveProjectDomain",
|
|
67367
|
-
"security": [
|
|
67368
|
-
{
|
|
67369
|
-
"bearerToken": []
|
|
67370
|
-
}
|
|
67371
|
-
],
|
|
67372
|
-
"summary": "Move a project domain",
|
|
67373
|
-
"tags": [
|
|
67374
|
-
"projects"
|
|
67375
|
-
],
|
|
67376
|
-
"responses": {
|
|
67377
|
-
"200": {
|
|
67378
|
-
"description": "The domain was updated successfuly",
|
|
67379
|
-
"content": {
|
|
67380
|
-
"application/json": {
|
|
67381
|
-
"schema": {
|
|
67382
|
-
"properties": {
|
|
67383
|
-
"name": {
|
|
67384
|
-
"type": "string"
|
|
67385
|
-
},
|
|
67386
|
-
"apexName": {
|
|
67387
|
-
"type": "string"
|
|
67388
|
-
},
|
|
67389
|
-
"projectId": {
|
|
67390
|
-
"type": "string"
|
|
67391
|
-
},
|
|
67392
|
-
"redirect": {
|
|
67393
|
-
"nullable": true,
|
|
67394
|
-
"type": "string"
|
|
67395
|
-
},
|
|
67396
|
-
"redirectStatusCode": {
|
|
67397
|
-
"nullable": true,
|
|
67398
|
-
"type": "number",
|
|
67399
|
-
"enum": [
|
|
67400
|
-
307,
|
|
67401
|
-
301,
|
|
67402
|
-
302,
|
|
67403
|
-
308
|
|
67404
|
-
]
|
|
67405
|
-
},
|
|
67406
|
-
"gitBranch": {
|
|
67407
|
-
"nullable": true,
|
|
67408
|
-
"type": "string"
|
|
67409
|
-
},
|
|
67410
|
-
"customEnvironmentId": {
|
|
67411
|
-
"nullable": true,
|
|
67412
|
-
"type": "string"
|
|
67413
|
-
},
|
|
67414
|
-
"updatedAt": {
|
|
67415
|
-
"type": "number"
|
|
67416
|
-
},
|
|
67417
|
-
"createdAt": {
|
|
67418
|
-
"type": "number"
|
|
67419
|
-
},
|
|
67420
|
-
"verified": {
|
|
67421
|
-
"type": "boolean",
|
|
67422
|
-
"description": "`true` if the domain is verified for use with the project. If `false` it will not be used as an alias on this project until the challenge in `verification` is completed."
|
|
67423
|
-
},
|
|
67424
|
-
"verification": {
|
|
67425
|
-
"items": {
|
|
67426
|
-
"properties": {
|
|
67427
|
-
"type": {
|
|
67428
|
-
"type": "string"
|
|
67429
|
-
},
|
|
67430
|
-
"domain": {
|
|
67431
|
-
"type": "string"
|
|
67432
|
-
},
|
|
67433
|
-
"value": {
|
|
67434
|
-
"type": "string"
|
|
67435
|
-
},
|
|
67436
|
-
"reason": {
|
|
67437
|
-
"type": "string"
|
|
67438
|
-
}
|
|
67439
|
-
},
|
|
67440
|
-
"required": [
|
|
67441
|
-
"type",
|
|
67442
|
-
"domain",
|
|
67443
|
-
"value",
|
|
67444
|
-
"reason"
|
|
67445
|
-
],
|
|
67446
|
-
"type": "object",
|
|
67447
|
-
"description": "A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`."
|
|
67448
|
-
},
|
|
67449
|
-
"type": "array",
|
|
67450
|
-
"description": "A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`."
|
|
67451
|
-
}
|
|
67452
|
-
},
|
|
67453
|
-
"required": [
|
|
67454
|
-
"name",
|
|
67455
|
-
"apexName",
|
|
67456
|
-
"projectId",
|
|
67457
|
-
"verified"
|
|
67458
|
-
],
|
|
67459
|
-
"type": "object"
|
|
67460
|
-
}
|
|
67461
|
-
}
|
|
67462
|
-
}
|
|
67463
|
-
},
|
|
67464
|
-
"400": {
|
|
67465
|
-
"description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid."
|
|
67466
|
-
},
|
|
67467
|
-
"401": {
|
|
67468
|
-
"description": "The request is not authorized."
|
|
67469
|
-
},
|
|
67470
|
-
"403": {
|
|
67471
|
-
"description": "You do not have permission to access this resource."
|
|
67472
|
-
},
|
|
67473
|
-
"409": {
|
|
67474
|
-
"description": "The project is currently being transferred"
|
|
67475
|
-
}
|
|
67476
|
-
},
|
|
67477
|
-
"parameters": [
|
|
67478
|
-
{
|
|
67479
|
-
"name": "idOrName",
|
|
67480
|
-
"description": "The unique project identifier or the project name",
|
|
67481
|
-
"in": "path",
|
|
67482
|
-
"required": true,
|
|
67483
|
-
"schema": {
|
|
67484
|
-
"description": "The unique project identifier or the project name",
|
|
67485
|
-
"type": "string"
|
|
67486
|
-
}
|
|
67487
|
-
},
|
|
67488
|
-
{
|
|
67489
|
-
"name": "domain",
|
|
67490
|
-
"description": "The project domain name",
|
|
67491
|
-
"in": "path",
|
|
67492
|
-
"required": true,
|
|
67493
|
-
"schema": {
|
|
67494
|
-
"description": "The project domain name",
|
|
67495
|
-
"type": "string",
|
|
67496
|
-
"example": "www.example.com"
|
|
67497
|
-
}
|
|
67498
|
-
},
|
|
67499
|
-
{
|
|
67500
|
-
"description": "The Team identifier to perform the request on behalf of.",
|
|
67501
|
-
"in": "query",
|
|
67502
|
-
"name": "teamId",
|
|
67503
|
-
"schema": {
|
|
67504
|
-
"type": "string",
|
|
67505
|
-
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
67506
|
-
}
|
|
67507
|
-
},
|
|
67508
|
-
{
|
|
67509
|
-
"description": "The Team slug to perform the request on behalf of.",
|
|
67510
|
-
"in": "query",
|
|
67511
|
-
"name": "slug",
|
|
67512
|
-
"schema": {
|
|
67513
|
-
"type": "string",
|
|
67514
|
-
"example": "my-team-url-slug"
|
|
67515
|
-
}
|
|
67516
|
-
}
|
|
67517
|
-
],
|
|
67518
|
-
"requestBody": {
|
|
67519
|
-
"content": {
|
|
67520
|
-
"application/json": {
|
|
67521
|
-
"schema": {
|
|
67522
|
-
"required": [
|
|
67523
|
-
"projectId"
|
|
67524
|
-
],
|
|
67525
|
-
"properties": {
|
|
67526
|
-
"projectId": {
|
|
67527
|
-
"description": "The unique target project identifier",
|
|
67528
|
-
"example": "prj_XLKmu1DyR1eY7zq8UgeRKbA7yVLA",
|
|
67529
|
-
"oneOf": [
|
|
67530
|
-
{
|
|
67531
|
-
"type": "string"
|
|
67532
|
-
}
|
|
67533
|
-
]
|
|
67534
|
-
}
|
|
67535
|
-
},
|
|
67536
67289
|
"type": "object"
|
|
67537
67290
|
}
|
|
67538
67291
|
}
|
|
@@ -80870,6 +80623,9 @@
|
|
|
80870
80623
|
"mcp": {
|
|
80871
80624
|
"type": "boolean"
|
|
80872
80625
|
},
|
|
80626
|
+
"mcpReadonly": {
|
|
80627
|
+
"type": "boolean"
|
|
80628
|
+
},
|
|
80873
80629
|
"sso": {
|
|
80874
80630
|
"type": "boolean"
|
|
80875
80631
|
},
|
|
@@ -80951,6 +80707,9 @@
|
|
|
80951
80707
|
"mcp": {
|
|
80952
80708
|
"type": "boolean"
|
|
80953
80709
|
},
|
|
80710
|
+
"mcpReadonly": {
|
|
80711
|
+
"type": "boolean"
|
|
80712
|
+
},
|
|
80954
80713
|
"sso": {
|
|
80955
80714
|
"type": "boolean"
|
|
80956
80715
|
},
|
|
@@ -81012,34 +80771,34 @@
|
|
|
81012
80771
|
"maxLength": {
|
|
81013
80772
|
"type": "object",
|
|
81014
80773
|
"properties": {
|
|
81015
|
-
"__@BRAND@
|
|
80774
|
+
"__@BRAND@8804": {
|
|
81016
80775
|
"type": "object"
|
|
81017
80776
|
}
|
|
81018
80777
|
},
|
|
81019
80778
|
"required": [
|
|
81020
|
-
"__@BRAND@
|
|
80779
|
+
"__@BRAND@8804"
|
|
81021
80780
|
]
|
|
81022
80781
|
},
|
|
81023
80782
|
"minLength": {
|
|
81024
80783
|
"type": "object",
|
|
81025
80784
|
"properties": {
|
|
81026
|
-
"__@BRAND@
|
|
80785
|
+
"__@BRAND@8804": {
|
|
81027
80786
|
"type": "object"
|
|
81028
80787
|
}
|
|
81029
80788
|
},
|
|
81030
80789
|
"required": [
|
|
81031
|
-
"__@BRAND@
|
|
80790
|
+
"__@BRAND@8804"
|
|
81032
80791
|
]
|
|
81033
80792
|
},
|
|
81034
80793
|
"pattern": {
|
|
81035
80794
|
"type": "object",
|
|
81036
80795
|
"properties": {
|
|
81037
|
-
"__@BRAND@
|
|
80796
|
+
"__@BRAND@8804": {
|
|
81038
80797
|
"type": "object"
|
|
81039
80798
|
}
|
|
81040
80799
|
},
|
|
81041
80800
|
"required": [
|
|
81042
|
-
"__@BRAND@
|
|
80801
|
+
"__@BRAND@8804"
|
|
81043
80802
|
]
|
|
81044
80803
|
},
|
|
81045
80804
|
"description": {
|
|
@@ -81722,34 +81481,34 @@
|
|
|
81722
81481
|
"maxLength": {
|
|
81723
81482
|
"type": "object",
|
|
81724
81483
|
"properties": {
|
|
81725
|
-
"__@BRAND@
|
|
81484
|
+
"__@BRAND@8804": {
|
|
81726
81485
|
"type": "object"
|
|
81727
81486
|
}
|
|
81728
81487
|
},
|
|
81729
81488
|
"required": [
|
|
81730
|
-
"__@BRAND@
|
|
81489
|
+
"__@BRAND@8804"
|
|
81731
81490
|
]
|
|
81732
81491
|
},
|
|
81733
81492
|
"minLength": {
|
|
81734
81493
|
"type": "object",
|
|
81735
81494
|
"properties": {
|
|
81736
|
-
"__@BRAND@
|
|
81495
|
+
"__@BRAND@8804": {
|
|
81737
81496
|
"type": "object"
|
|
81738
81497
|
}
|
|
81739
81498
|
},
|
|
81740
81499
|
"required": [
|
|
81741
|
-
"__@BRAND@
|
|
81500
|
+
"__@BRAND@8804"
|
|
81742
81501
|
]
|
|
81743
81502
|
},
|
|
81744
81503
|
"pattern": {
|
|
81745
81504
|
"type": "object",
|
|
81746
81505
|
"properties": {
|
|
81747
|
-
"__@BRAND@
|
|
81506
|
+
"__@BRAND@8804": {
|
|
81748
81507
|
"type": "object"
|
|
81749
81508
|
}
|
|
81750
81509
|
},
|
|
81751
81510
|
"required": [
|
|
81752
|
-
"__@BRAND@
|
|
81511
|
+
"__@BRAND@8804"
|
|
81753
81512
|
]
|
|
81754
81513
|
},
|
|
81755
81514
|
"description": {
|
|
@@ -81898,34 +81657,34 @@
|
|
|
81898
81657
|
"minLength": {
|
|
81899
81658
|
"type": "object",
|
|
81900
81659
|
"properties": {
|
|
81901
|
-
"__@BRAND@
|
|
81660
|
+
"__@BRAND@8804": {
|
|
81902
81661
|
"type": "object"
|
|
81903
81662
|
}
|
|
81904
81663
|
},
|
|
81905
81664
|
"required": [
|
|
81906
|
-
"__@BRAND@
|
|
81665
|
+
"__@BRAND@8804"
|
|
81907
81666
|
]
|
|
81908
81667
|
},
|
|
81909
81668
|
"maxLength": {
|
|
81910
81669
|
"type": "object",
|
|
81911
81670
|
"properties": {
|
|
81912
|
-
"__@BRAND@
|
|
81671
|
+
"__@BRAND@8804": {
|
|
81913
81672
|
"type": "object"
|
|
81914
81673
|
}
|
|
81915
81674
|
},
|
|
81916
81675
|
"required": [
|
|
81917
|
-
"__@BRAND@
|
|
81676
|
+
"__@BRAND@8804"
|
|
81918
81677
|
]
|
|
81919
81678
|
},
|
|
81920
81679
|
"pattern": {
|
|
81921
81680
|
"type": "object",
|
|
81922
81681
|
"properties": {
|
|
81923
|
-
"__@BRAND@
|
|
81682
|
+
"__@BRAND@8804": {
|
|
81924
81683
|
"type": "object"
|
|
81925
81684
|
}
|
|
81926
81685
|
},
|
|
81927
81686
|
"required": [
|
|
81928
|
-
"__@BRAND@
|
|
81687
|
+
"__@BRAND@8804"
|
|
81929
81688
|
]
|
|
81930
81689
|
},
|
|
81931
81690
|
"default": {
|
|
@@ -82242,12 +82001,12 @@
|
|
|
82242
82001
|
{
|
|
82243
82002
|
"type": "object",
|
|
82244
82003
|
"properties": {
|
|
82245
|
-
"__@BRAND@
|
|
82004
|
+
"__@BRAND@8804": {
|
|
82246
82005
|
"type": "object"
|
|
82247
82006
|
}
|
|
82248
82007
|
},
|
|
82249
82008
|
"required": [
|
|
82250
|
-
"__@BRAND@
|
|
82009
|
+
"__@BRAND@8804"
|
|
82251
82010
|
]
|
|
82252
82011
|
},
|
|
82253
82012
|
{
|
|
@@ -82255,12 +82014,12 @@
|
|
|
82255
82014
|
"value": {
|
|
82256
82015
|
"type": "object",
|
|
82257
82016
|
"properties": {
|
|
82258
|
-
"__@BRAND@
|
|
82017
|
+
"__@BRAND@8804": {
|
|
82259
82018
|
"type": "object"
|
|
82260
82019
|
}
|
|
82261
82020
|
},
|
|
82262
82021
|
"required": [
|
|
82263
|
-
"__@BRAND@
|
|
82022
|
+
"__@BRAND@8804"
|
|
82264
82023
|
]
|
|
82265
82024
|
},
|
|
82266
82025
|
"disabled": {
|
|
@@ -82332,34 +82091,34 @@
|
|
|
82332
82091
|
"maxLength": {
|
|
82333
82092
|
"type": "object",
|
|
82334
82093
|
"properties": {
|
|
82335
|
-
"__@BRAND@
|
|
82094
|
+
"__@BRAND@8804": {
|
|
82336
82095
|
"type": "object"
|
|
82337
82096
|
}
|
|
82338
82097
|
},
|
|
82339
82098
|
"required": [
|
|
82340
|
-
"__@BRAND@
|
|
82099
|
+
"__@BRAND@8804"
|
|
82341
82100
|
]
|
|
82342
82101
|
},
|
|
82343
82102
|
"minLength": {
|
|
82344
82103
|
"type": "object",
|
|
82345
82104
|
"properties": {
|
|
82346
|
-
"__@BRAND@
|
|
82105
|
+
"__@BRAND@8804": {
|
|
82347
82106
|
"type": "object"
|
|
82348
82107
|
}
|
|
82349
82108
|
},
|
|
82350
82109
|
"required": [
|
|
82351
|
-
"__@BRAND@
|
|
82110
|
+
"__@BRAND@8804"
|
|
82352
82111
|
]
|
|
82353
82112
|
},
|
|
82354
82113
|
"pattern": {
|
|
82355
82114
|
"type": "object",
|
|
82356
82115
|
"properties": {
|
|
82357
|
-
"__@BRAND@
|
|
82116
|
+
"__@BRAND@8804": {
|
|
82358
82117
|
"type": "object"
|
|
82359
82118
|
}
|
|
82360
82119
|
},
|
|
82361
82120
|
"required": [
|
|
82362
|
-
"__@BRAND@
|
|
82121
|
+
"__@BRAND@8804"
|
|
82363
82122
|
]
|
|
82364
82123
|
},
|
|
82365
82124
|
"description": {
|
|
@@ -82509,34 +82268,34 @@
|
|
|
82509
82268
|
"maxLength": {
|
|
82510
82269
|
"type": "object",
|
|
82511
82270
|
"properties": {
|
|
82512
|
-
"__@BRAND@
|
|
82271
|
+
"__@BRAND@8804": {
|
|
82513
82272
|
"type": "object"
|
|
82514
82273
|
}
|
|
82515
82274
|
},
|
|
82516
82275
|
"required": [
|
|
82517
|
-
"__@BRAND@
|
|
82276
|
+
"__@BRAND@8804"
|
|
82518
82277
|
]
|
|
82519
82278
|
},
|
|
82520
82279
|
"minLength": {
|
|
82521
82280
|
"type": "object",
|
|
82522
82281
|
"properties": {
|
|
82523
|
-
"__@BRAND@
|
|
82282
|
+
"__@BRAND@8804": {
|
|
82524
82283
|
"type": "object"
|
|
82525
82284
|
}
|
|
82526
82285
|
},
|
|
82527
82286
|
"required": [
|
|
82528
|
-
"__@BRAND@
|
|
82287
|
+
"__@BRAND@8804"
|
|
82529
82288
|
]
|
|
82530
82289
|
},
|
|
82531
82290
|
"pattern": {
|
|
82532
82291
|
"type": "object",
|
|
82533
82292
|
"properties": {
|
|
82534
|
-
"__@BRAND@
|
|
82293
|
+
"__@BRAND@8804": {
|
|
82535
82294
|
"type": "object"
|
|
82536
82295
|
}
|
|
82537
82296
|
},
|
|
82538
82297
|
"required": [
|
|
82539
|
-
"__@BRAND@
|
|
82298
|
+
"__@BRAND@8804"
|
|
82540
82299
|
]
|
|
82541
82300
|
},
|
|
82542
82301
|
"description": {
|
|
@@ -82667,12 +82426,12 @@
|
|
|
82667
82426
|
"value": {
|
|
82668
82427
|
"type": "object",
|
|
82669
82428
|
"properties": {
|
|
82670
|
-
"__@BRAND@
|
|
82429
|
+
"__@BRAND@8804": {
|
|
82671
82430
|
"type": "object"
|
|
82672
82431
|
}
|
|
82673
82432
|
},
|
|
82674
82433
|
"required": [
|
|
82675
|
-
"__@BRAND@
|
|
82434
|
+
"__@BRAND@8804"
|
|
82676
82435
|
]
|
|
82677
82436
|
},
|
|
82678
82437
|
"disabled": {
|
|
@@ -82928,12 +82687,12 @@
|
|
|
82928
82687
|
"value": {
|
|
82929
82688
|
"type": "object",
|
|
82930
82689
|
"properties": {
|
|
82931
|
-
"__@BRAND@
|
|
82690
|
+
"__@BRAND@8804": {
|
|
82932
82691
|
"type": "object"
|
|
82933
82692
|
}
|
|
82934
82693
|
},
|
|
82935
82694
|
"required": [
|
|
82936
|
-
"__@BRAND@
|
|
82695
|
+
"__@BRAND@8804"
|
|
82937
82696
|
]
|
|
82938
82697
|
},
|
|
82939
82698
|
"disabled": {
|
|
@@ -89815,6 +89574,9 @@
|
|
|
89815
89574
|
"type": "boolean",
|
|
89816
89575
|
"description": "Deployment can be used for instant rollback"
|
|
89817
89576
|
},
|
|
89577
|
+
"prebuilt": {
|
|
89578
|
+
"type": "boolean"
|
|
89579
|
+
},
|
|
89818
89580
|
"projectSettings": {
|
|
89819
89581
|
"properties": {
|
|
89820
89582
|
"framework": {
|
|
@@ -93823,6 +93585,25 @@
|
|
|
93823
93585
|
"type": "object",
|
|
93824
93586
|
"description": "The payload of the event, if requested."
|
|
93825
93587
|
},
|
|
93588
|
+
{
|
|
93589
|
+
"properties": {
|
|
93590
|
+
"enabled": {
|
|
93591
|
+
"type": "boolean"
|
|
93592
|
+
},
|
|
93593
|
+
"updatedAt": {
|
|
93594
|
+
"type": "number"
|
|
93595
|
+
},
|
|
93596
|
+
"firstEnabledAt": {
|
|
93597
|
+
"type": "number"
|
|
93598
|
+
}
|
|
93599
|
+
},
|
|
93600
|
+
"required": [
|
|
93601
|
+
"enabled",
|
|
93602
|
+
"updatedAt"
|
|
93603
|
+
],
|
|
93604
|
+
"type": "object",
|
|
93605
|
+
"description": "The payload of the event, if requested."
|
|
93606
|
+
},
|
|
93826
93607
|
{
|
|
93827
93608
|
"properties": {
|
|
93828
93609
|
"projectId": {
|
|
@@ -97642,6 +97423,30 @@
|
|
|
97642
97423
|
"type": "object",
|
|
97643
97424
|
"description": "The payload of the event, if requested."
|
|
97644
97425
|
},
|
|
97426
|
+
{
|
|
97427
|
+
"properties": {
|
|
97428
|
+
"projectId": {
|
|
97429
|
+
"type": "string"
|
|
97430
|
+
},
|
|
97431
|
+
"projectName": {
|
|
97432
|
+
"type": "string"
|
|
97433
|
+
},
|
|
97434
|
+
"elasticConcurrencyEnabled": {
|
|
97435
|
+
"type": "boolean"
|
|
97436
|
+
},
|
|
97437
|
+
"oldElasticConcurrencyEnabled": {
|
|
97438
|
+
"type": "boolean"
|
|
97439
|
+
}
|
|
97440
|
+
},
|
|
97441
|
+
"required": [
|
|
97442
|
+
"projectId",
|
|
97443
|
+
"projectName",
|
|
97444
|
+
"elasticConcurrencyEnabled",
|
|
97445
|
+
"oldElasticConcurrencyEnabled"
|
|
97446
|
+
],
|
|
97447
|
+
"type": "object",
|
|
97448
|
+
"description": "The payload of the event, if requested."
|
|
97449
|
+
},
|
|
97645
97450
|
{
|
|
97646
97451
|
"properties": {
|
|
97647
97452
|
"projectId": {
|