@vercel/sdk 1.7.4 → 1.7.6
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/README.md +6 -6
- package/bin/mcp-server.js +590 -349
- package/bin/mcp-server.js.map +37 -37
- package/docs/sdks/accessgroups/README.md +16 -0
- package/docs/sdks/artifacts/README.md +6 -6
- package/docs/sdks/authentication/README.md +1 -1
- package/docs/sdks/deployments/README.md +8 -14
- package/docs/sdks/dns/README.md +12 -26
- package/docs/sdks/domains/README.md +2 -2
- package/docs/sdks/edgeconfig/README.md +10 -2
- package/docs/sdks/marketplace/README.md +77 -97
- package/docs/sdks/security/README.md +4 -10
- package/docs/sdks/teams/README.md +8 -0
- package/docs/sdks/vercel/README.md +2 -2
- package/docs/sdks/webhooks/README.md +12 -4
- package/esm/__tests__/deployments.test.js +1 -2
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/funcs/authenticationExchangeSsoToken.d.ts +1 -1
- package/esm/funcs/authenticationExchangeSsoToken.js +1 -1
- package/esm/funcs/certsGetCertById.js +1 -1
- package/esm/funcs/certsIssueCert.js +1 -1
- package/esm/funcs/certsRemoveCert.js +1 -1
- package/esm/funcs/certsUploadCert.js +1 -1
- package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts +2 -2
- package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +1 -1
- package/esm/funcs/deploymentsGetDeploymentFileContents.js +4 -3
- package/esm/funcs/deploymentsGetDeploymentFileContents.js.map +1 -1
- package/esm/funcs/marketplaceExchangeSsoToken.d.ts +1 -1
- package/esm/funcs/marketplaceExchangeSsoToken.js +1 -1
- package/esm/funcs/projectsRemoveProjectDomain.js +3 -2
- package/esm/funcs/projectsRemoveProjectDomain.js.map +1 -1
- package/esm/funcs/projectsRequestPromote.js +0 -1
- package/esm/funcs/projectsRequestPromote.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/cli/start/impl.js +2 -2
- package/esm/mcp-server/cli/start/impl.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/mcp-server/tools/authenticationExchangeSsoToken.js +1 -1
- package/esm/mcp-server/tools/authenticationExchangeSsoToken.js.map +1 -1
- package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.d.ts.map +1 -1
- package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.js +1 -2
- package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.js.map +1 -1
- package/esm/mcp-server/tools/marketplaceExchangeSsoToken.js +1 -1
- package/esm/mcp-server/tools/marketplaceExchangeSsoToken.js.map +1 -1
- package/esm/models/authuser.d.ts +0 -93
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +0 -64
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/authuserlimited.d.ts +0 -34
- package/esm/models/authuserlimited.d.ts.map +1 -1
- package/esm/models/authuserlimited.js +0 -23
- package/esm/models/authuserlimited.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +10 -0
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +4 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +38 -28
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +16 -12
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +123 -11
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +111 -5
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/getdeploymentfilecontentsop.d.ts +0 -31
- package/esm/models/getdeploymentfilecontentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentfilecontentsop.js +0 -25
- package/esm/models/getdeploymentfilecontentsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +10 -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/getprojectsop.d.ts +114 -2
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +108 -2
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +9 -0
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +2 -0
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/issuecertop.d.ts +2 -2
- package/esm/models/issuecertop.d.ts.map +1 -1
- package/esm/models/issuecertop.js +2 -2
- package/esm/models/issuecertop.js.map +1 -1
- package/esm/models/removeprojectdomainop.d.ts +30 -0
- package/esm/models/removeprojectdomainop.d.ts.map +1 -1
- package/esm/models/removeprojectdomainop.js +38 -0
- package/esm/models/removeprojectdomainop.js.map +1 -1
- package/esm/models/requestpromoteop.d.ts +0 -5
- package/esm/models/requestpromoteop.d.ts.map +1 -1
- package/esm/models/requestpromoteop.js +0 -2
- package/esm/models/requestpromoteop.js.map +1 -1
- package/esm/models/teamlimited.d.ts +13 -13
- package/esm/models/teamlimited.d.ts.map +1 -1
- package/esm/models/teamlimited.js +6 -6
- package/esm/models/teamlimited.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +114 -2
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +108 -2
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +123 -11
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +111 -5
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateresourcesecretsbyidop.d.ts +10 -1
- package/esm/models/updateresourcesecretsbyidop.d.ts.map +1 -1
- package/esm/models/updateresourcesecretsbyidop.js +2 -0
- package/esm/models/updateresourcesecretsbyidop.js.map +1 -1
- package/esm/models/updateresourcesecretsop.d.ts +9 -0
- package/esm/models/updateresourcesecretsop.d.ts.map +1 -1
- package/esm/models/updateresourcesecretsop.js +2 -0
- package/esm/models/updateresourcesecretsop.js.map +1 -1
- package/esm/models/uploadcertop.d.ts +2 -2
- package/esm/models/uploadcertop.d.ts.map +1 -1
- package/esm/models/uploadcertop.js +2 -2
- package/esm/models/uploadcertop.js.map +1 -1
- package/esm/models/userevent.d.ts +391 -280
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +450 -342
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/authentication.d.ts +1 -1
- package/esm/sdk/authentication.js +1 -1
- package/esm/sdk/deployments.d.ts +2 -2
- package/esm/sdk/deployments.d.ts.map +1 -1
- package/esm/sdk/deployments.js.map +1 -1
- package/esm/sdk/marketplace.d.ts +1 -1
- package/esm/sdk/marketplace.js +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/deployments.test.ts +1 -2
- package/src/funcs/authenticationExchangeSsoToken.ts +1 -1
- package/src/funcs/certsGetCertById.ts +1 -1
- package/src/funcs/certsIssueCert.ts +1 -1
- package/src/funcs/certsRemoveCert.ts +1 -1
- package/src/funcs/certsUploadCert.ts +1 -1
- package/src/funcs/deploymentsGetDeploymentFileContents.ts +6 -7
- package/src/funcs/marketplaceExchangeSsoToken.ts +1 -1
- package/src/funcs/projectsRemoveProjectDomain.ts +3 -2
- package/src/funcs/projectsRequestPromote.ts +0 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/cli/start/impl.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/authenticationExchangeSsoToken.ts +1 -1
- package/src/mcp-server/tools/deploymentsGetDeploymentFileContents.ts +1 -3
- package/src/mcp-server/tools/marketplaceExchangeSsoToken.ts +1 -1
- package/src/models/authuser.ts +0 -145
- package/src/models/authuserlimited.ts +0 -40
- package/src/models/canceldeploymentop.ts +14 -0
- package/src/models/createdeploymentop.ts +30 -16
- package/src/models/createprojectop.ts +246 -7
- package/src/models/getdeploymentfilecontentsop.ts +0 -69
- package/src/models/getdeploymentop.ts +14 -0
- package/src/models/getprojectsop.ts +237 -4
- package/src/models/importresourceop.ts +7 -0
- package/src/models/issuecertop.ts +4 -4
- package/src/models/removeprojectdomainop.ts +78 -0
- package/src/models/requestpromoteop.ts +0 -7
- package/src/models/teamlimited.ts +13 -13
- package/src/models/updateprojectdatacacheop.ts +260 -4
- package/src/models/updateprojectop.ts +246 -7
- package/src/models/updateresourcesecretsbyidop.ts +8 -1
- package/src/models/updateresourcesecretsop.ts +7 -0
- package/src/models/uploadcertop.ts +4 -4
- package/src/models/userevent.ts +837 -624
- package/src/sdk/authentication.ts +1 -1
- package/src/sdk/deployments.ts +2 -5
- package/src/sdk/marketplace.ts +1 -1
- package/vercel-spec.json +508 -163
package/vercel-spec.json
CHANGED
|
@@ -4279,6 +4279,70 @@
|
|
|
4279
4279
|
"nullable": true,
|
|
4280
4280
|
"type": "string"
|
|
4281
4281
|
},
|
|
4282
|
+
"connectConfigurations": {
|
|
4283
|
+
"nullable": true,
|
|
4284
|
+
"items": {
|
|
4285
|
+
"properties": {
|
|
4286
|
+
"envId": {
|
|
4287
|
+
"oneOf": [
|
|
4288
|
+
{
|
|
4289
|
+
"type": "string"
|
|
4290
|
+
},
|
|
4291
|
+
{
|
|
4292
|
+
"type": "string",
|
|
4293
|
+
"enum": [
|
|
4294
|
+
"production",
|
|
4295
|
+
"preview"
|
|
4296
|
+
]
|
|
4297
|
+
}
|
|
4298
|
+
]
|
|
4299
|
+
},
|
|
4300
|
+
"connectConfigurationId": {
|
|
4301
|
+
"type": "string"
|
|
4302
|
+
},
|
|
4303
|
+
"passive": {
|
|
4304
|
+
"type": "boolean"
|
|
4305
|
+
},
|
|
4306
|
+
"buildsEnabled": {
|
|
4307
|
+
"type": "boolean"
|
|
4308
|
+
},
|
|
4309
|
+
"aws": {
|
|
4310
|
+
"properties": {
|
|
4311
|
+
"subnetIds": {
|
|
4312
|
+
"items": {
|
|
4313
|
+
"type": "string"
|
|
4314
|
+
},
|
|
4315
|
+
"type": "array"
|
|
4316
|
+
},
|
|
4317
|
+
"securityGroupId": {
|
|
4318
|
+
"type": "string"
|
|
4319
|
+
}
|
|
4320
|
+
},
|
|
4321
|
+
"required": [
|
|
4322
|
+
"subnetIds",
|
|
4323
|
+
"securityGroupId"
|
|
4324
|
+
],
|
|
4325
|
+
"type": "object"
|
|
4326
|
+
},
|
|
4327
|
+
"createdAt": {
|
|
4328
|
+
"type": "number"
|
|
4329
|
+
},
|
|
4330
|
+
"updatedAt": {
|
|
4331
|
+
"type": "number"
|
|
4332
|
+
}
|
|
4333
|
+
},
|
|
4334
|
+
"required": [
|
|
4335
|
+
"envId",
|
|
4336
|
+
"connectConfigurationId",
|
|
4337
|
+
"passive",
|
|
4338
|
+
"buildsEnabled",
|
|
4339
|
+
"createdAt",
|
|
4340
|
+
"updatedAt"
|
|
4341
|
+
],
|
|
4342
|
+
"type": "object"
|
|
4343
|
+
},
|
|
4344
|
+
"type": "array"
|
|
4345
|
+
},
|
|
4282
4346
|
"connectConfigurationId": {
|
|
4283
4347
|
"nullable": true,
|
|
4284
4348
|
"type": "string"
|
|
@@ -4286,6 +4350,10 @@
|
|
|
4286
4350
|
"connectBuildsEnabled": {
|
|
4287
4351
|
"type": "boolean"
|
|
4288
4352
|
},
|
|
4353
|
+
"passiveConnectConfigurationId": {
|
|
4354
|
+
"nullable": true,
|
|
4355
|
+
"type": "string"
|
|
4356
|
+
},
|
|
4289
4357
|
"createdAt": {
|
|
4290
4358
|
"type": "number"
|
|
4291
4359
|
},
|
|
@@ -5761,10 +5829,6 @@
|
|
|
5761
5829
|
"nullable": true,
|
|
5762
5830
|
"type": "string"
|
|
5763
5831
|
},
|
|
5764
|
-
"passiveConnectConfigurationId": {
|
|
5765
|
-
"nullable": true,
|
|
5766
|
-
"type": "string"
|
|
5767
|
-
},
|
|
5768
5832
|
"passwordProtection": {
|
|
5769
5833
|
"nullable": true,
|
|
5770
5834
|
"type": "object"
|
|
@@ -10908,6 +10972,10 @@
|
|
|
10908
10972
|
"type": "boolean",
|
|
10909
10973
|
"description": "Whether this project is the default application for the microfrontends group. The default application is the one that is used as the top level shell for the microfrontends group and hosts the other microfrontends."
|
|
10910
10974
|
},
|
|
10975
|
+
"defaultAppProjectName": {
|
|
10976
|
+
"type": "string",
|
|
10977
|
+
"description": "The project name of the default app of this deployment's microfrontends group."
|
|
10978
|
+
},
|
|
10911
10979
|
"defaultRoute": {
|
|
10912
10980
|
"type": "string",
|
|
10913
10981
|
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
@@ -10930,6 +10998,7 @@
|
|
|
10930
10998
|
}
|
|
10931
10999
|
},
|
|
10932
11000
|
"required": [
|
|
11001
|
+
"defaultAppProjectName",
|
|
10933
11002
|
"groupIds"
|
|
10934
11003
|
],
|
|
10935
11004
|
"type": "object"
|
|
@@ -10963,6 +11032,10 @@
|
|
|
10963
11032
|
"isDefaultApp": {
|
|
10964
11033
|
"type": "boolean"
|
|
10965
11034
|
},
|
|
11035
|
+
"defaultAppProjectName": {
|
|
11036
|
+
"type": "string",
|
|
11037
|
+
"description": "The project name of the default app of this deployment's microfrontends group."
|
|
11038
|
+
},
|
|
10966
11039
|
"defaultRoute": {
|
|
10967
11040
|
"type": "string",
|
|
10968
11041
|
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
@@ -10986,6 +11059,7 @@
|
|
|
10986
11059
|
},
|
|
10987
11060
|
"required": [
|
|
10988
11061
|
"isDefaultApp",
|
|
11062
|
+
"defaultAppProjectName",
|
|
10989
11063
|
"groupIds"
|
|
10990
11064
|
],
|
|
10991
11065
|
"type": "object"
|
|
@@ -12543,25 +12617,25 @@
|
|
|
12543
12617
|
"lambdas": {
|
|
12544
12618
|
"items": {
|
|
12545
12619
|
"properties": {
|
|
12620
|
+
"id": {
|
|
12621
|
+
"type": "string"
|
|
12622
|
+
},
|
|
12546
12623
|
"createdAt": {
|
|
12547
12624
|
"type": "number"
|
|
12548
12625
|
},
|
|
12549
|
-
"
|
|
12626
|
+
"entrypoint": {
|
|
12627
|
+
"nullable": true,
|
|
12550
12628
|
"type": "string"
|
|
12551
12629
|
},
|
|
12552
12630
|
"readyState": {
|
|
12553
12631
|
"type": "string",
|
|
12554
12632
|
"enum": [
|
|
12555
|
-
"ERROR",
|
|
12556
12633
|
"BUILDING",
|
|
12634
|
+
"ERROR",
|
|
12557
12635
|
"INITIALIZING",
|
|
12558
12636
|
"READY"
|
|
12559
12637
|
]
|
|
12560
12638
|
},
|
|
12561
|
-
"entrypoint": {
|
|
12562
|
-
"nullable": true,
|
|
12563
|
-
"type": "string"
|
|
12564
|
-
},
|
|
12565
12639
|
"readyStateAt": {
|
|
12566
12640
|
"type": "number"
|
|
12567
12641
|
},
|
|
@@ -12673,9 +12747,9 @@
|
|
|
12673
12747
|
"type": {
|
|
12674
12748
|
"type": "string",
|
|
12675
12749
|
"enum": [
|
|
12676
|
-
"endsWith",
|
|
12677
12750
|
"startsWith",
|
|
12678
|
-
"equals"
|
|
12751
|
+
"equals",
|
|
12752
|
+
"endsWith"
|
|
12679
12753
|
],
|
|
12680
12754
|
"description": "The type of matching to perform"
|
|
12681
12755
|
},
|
|
@@ -13496,6 +13570,10 @@
|
|
|
13496
13570
|
"type": "boolean",
|
|
13497
13571
|
"description": "Whether this project is the default application for the microfrontends group. The default application is the one that is used as the top level shell for the microfrontends group and hosts the other microfrontends."
|
|
13498
13572
|
},
|
|
13573
|
+
"defaultAppProjectName": {
|
|
13574
|
+
"type": "string",
|
|
13575
|
+
"description": "The project name of the default app of this deployment's microfrontends group."
|
|
13576
|
+
},
|
|
13499
13577
|
"defaultRoute": {
|
|
13500
13578
|
"type": "string",
|
|
13501
13579
|
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
@@ -13518,6 +13596,7 @@
|
|
|
13518
13596
|
}
|
|
13519
13597
|
},
|
|
13520
13598
|
"required": [
|
|
13599
|
+
"defaultAppProjectName",
|
|
13521
13600
|
"groupIds"
|
|
13522
13601
|
],
|
|
13523
13602
|
"type": "object"
|
|
@@ -13551,6 +13630,10 @@
|
|
|
13551
13630
|
"isDefaultApp": {
|
|
13552
13631
|
"type": "boolean"
|
|
13553
13632
|
},
|
|
13633
|
+
"defaultAppProjectName": {
|
|
13634
|
+
"type": "string",
|
|
13635
|
+
"description": "The project name of the default app of this deployment's microfrontends group."
|
|
13636
|
+
},
|
|
13554
13637
|
"defaultRoute": {
|
|
13555
13638
|
"type": "string",
|
|
13556
13639
|
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
@@ -13574,6 +13657,7 @@
|
|
|
13574
13657
|
},
|
|
13575
13658
|
"required": [
|
|
13576
13659
|
"isDefaultApp",
|
|
13660
|
+
"defaultAppProjectName",
|
|
13577
13661
|
"groupIds"
|
|
13578
13662
|
],
|
|
13579
13663
|
"type": "object"
|
|
@@ -13592,15 +13676,15 @@
|
|
|
13592
13676
|
"functionType": {
|
|
13593
13677
|
"type": "string",
|
|
13594
13678
|
"enum": [
|
|
13595
|
-
"
|
|
13596
|
-
"
|
|
13679
|
+
"fluid",
|
|
13680
|
+
"standard"
|
|
13597
13681
|
]
|
|
13598
13682
|
},
|
|
13599
13683
|
"functionMemoryType": {
|
|
13600
13684
|
"type": "string",
|
|
13601
13685
|
"enum": [
|
|
13602
|
-
"standard_legacy",
|
|
13603
13686
|
"standard",
|
|
13687
|
+
"standard_legacy",
|
|
13604
13688
|
"performance"
|
|
13605
13689
|
]
|
|
13606
13690
|
},
|
|
@@ -13830,11 +13914,11 @@
|
|
|
13830
13914
|
"type": "string",
|
|
13831
13915
|
"enum": [
|
|
13832
13916
|
"error",
|
|
13833
|
-
"resource",
|
|
13834
13917
|
"filesystem",
|
|
13835
13918
|
"hit",
|
|
13836
13919
|
"miss",
|
|
13837
|
-
"rewrite"
|
|
13920
|
+
"rewrite",
|
|
13921
|
+
"resource"
|
|
13838
13922
|
]
|
|
13839
13923
|
},
|
|
13840
13924
|
"src": {
|
|
@@ -13944,8 +14028,8 @@
|
|
|
13944
14028
|
"ownerType": {
|
|
13945
14029
|
"type": "string",
|
|
13946
14030
|
"enum": [
|
|
13947
|
-
"
|
|
13948
|
-
"
|
|
14031
|
+
"team",
|
|
14032
|
+
"user"
|
|
13949
14033
|
]
|
|
13950
14034
|
}
|
|
13951
14035
|
},
|
|
@@ -13997,8 +14081,8 @@
|
|
|
13997
14081
|
"ownerType": {
|
|
13998
14082
|
"type": "string",
|
|
13999
14083
|
"enum": [
|
|
14000
|
-
"
|
|
14001
|
-
"
|
|
14084
|
+
"team",
|
|
14085
|
+
"user"
|
|
14002
14086
|
]
|
|
14003
14087
|
}
|
|
14004
14088
|
},
|
|
@@ -14051,8 +14135,8 @@
|
|
|
14051
14135
|
"ownerType": {
|
|
14052
14136
|
"type": "string",
|
|
14053
14137
|
"enum": [
|
|
14054
|
-
"
|
|
14055
|
-
"
|
|
14138
|
+
"team",
|
|
14139
|
+
"user"
|
|
14056
14140
|
]
|
|
14057
14141
|
}
|
|
14058
14142
|
},
|
|
@@ -16594,6 +16678,10 @@
|
|
|
16594
16678
|
"type": "boolean",
|
|
16595
16679
|
"description": "Whether this project is the default application for the microfrontends group. The default application is the one that is used as the top level shell for the microfrontends group and hosts the other microfrontends."
|
|
16596
16680
|
},
|
|
16681
|
+
"defaultAppProjectName": {
|
|
16682
|
+
"type": "string",
|
|
16683
|
+
"description": "The project name of the default app of this deployment's microfrontends group."
|
|
16684
|
+
},
|
|
16597
16685
|
"defaultRoute": {
|
|
16598
16686
|
"type": "string",
|
|
16599
16687
|
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
@@ -16616,6 +16704,7 @@
|
|
|
16616
16704
|
}
|
|
16617
16705
|
},
|
|
16618
16706
|
"required": [
|
|
16707
|
+
"defaultAppProjectName",
|
|
16619
16708
|
"groupIds"
|
|
16620
16709
|
],
|
|
16621
16710
|
"type": "object"
|
|
@@ -16649,6 +16738,10 @@
|
|
|
16649
16738
|
"isDefaultApp": {
|
|
16650
16739
|
"type": "boolean"
|
|
16651
16740
|
},
|
|
16741
|
+
"defaultAppProjectName": {
|
|
16742
|
+
"type": "string",
|
|
16743
|
+
"description": "The project name of the default app of this deployment's microfrontends group."
|
|
16744
|
+
},
|
|
16652
16745
|
"defaultRoute": {
|
|
16653
16746
|
"type": "string",
|
|
16654
16747
|
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
@@ -16672,6 +16765,7 @@
|
|
|
16672
16765
|
},
|
|
16673
16766
|
"required": [
|
|
16674
16767
|
"isDefaultApp",
|
|
16768
|
+
"defaultAppProjectName",
|
|
16675
16769
|
"groupIds"
|
|
16676
16770
|
],
|
|
16677
16771
|
"type": "object"
|
|
@@ -24061,6 +24155,13 @@
|
|
|
24061
24155
|
},
|
|
24062
24156
|
"prefix": {
|
|
24063
24157
|
"type": "string"
|
|
24158
|
+
},
|
|
24159
|
+
"environmentOverrides": {
|
|
24160
|
+
"type": "object",
|
|
24161
|
+
"description": "A map of environments to override values for the secret, used for setting different values across deployments in production, preview, and development environments. Note: the same value will be used for all deployments in the given environment.",
|
|
24162
|
+
"additionalProperties": {
|
|
24163
|
+
"type": "string"
|
|
24164
|
+
}
|
|
24064
24165
|
}
|
|
24065
24166
|
},
|
|
24066
24167
|
"additionalProperties": false
|
|
@@ -24177,6 +24278,13 @@
|
|
|
24177
24278
|
},
|
|
24178
24279
|
"prefix": {
|
|
24179
24280
|
"type": "string"
|
|
24281
|
+
},
|
|
24282
|
+
"environmentOverrides": {
|
|
24283
|
+
"type": "object",
|
|
24284
|
+
"description": "A map of environments to override values for the secret, used for setting different values across deployments in production, preview, and development environments. Note: the same value will be used for all deployments in the given environment.",
|
|
24285
|
+
"additionalProperties": {
|
|
24286
|
+
"type": "string"
|
|
24287
|
+
}
|
|
24180
24288
|
}
|
|
24181
24289
|
},
|
|
24182
24290
|
"additionalProperties": false
|
|
@@ -24184,7 +24292,7 @@
|
|
|
24184
24292
|
},
|
|
24185
24293
|
"partial": {
|
|
24186
24294
|
"type": "boolean",
|
|
24187
|
-
"description": "If true, will only
|
|
24295
|
+
"description": "If true, will only overwrite the provided secrets instead of replacing all secrets."
|
|
24188
24296
|
}
|
|
24189
24297
|
},
|
|
24190
24298
|
"additionalProperties": false
|
|
@@ -24426,6 +24534,13 @@
|
|
|
24426
24534
|
},
|
|
24427
24535
|
"prefix": {
|
|
24428
24536
|
"type": "string"
|
|
24537
|
+
},
|
|
24538
|
+
"environmentOverrides": {
|
|
24539
|
+
"type": "object",
|
|
24540
|
+
"description": "A map of environments to override values for the secret, used for setting different values across deployments in production, preview, and development environments. Note: the same value will be used for all deployments in the given environment.",
|
|
24541
|
+
"additionalProperties": {
|
|
24542
|
+
"type": "string"
|
|
24543
|
+
}
|
|
24429
24544
|
}
|
|
24430
24545
|
},
|
|
24431
24546
|
"additionalProperties": false
|
|
@@ -25500,7 +25615,7 @@
|
|
|
25500
25615
|
},
|
|
25501
25616
|
"/v1/integrations/sso/token": {
|
|
25502
25617
|
"post": {
|
|
25503
|
-
"description": "During the autorization process, Vercel sends the user to the provider [redirectLoginUrl](https://vercel.com/docs/integrations/create-integration/submit-integration#redirect-login-url), that includes the OAuth authorization `code` parameter. The provider then calls the SSO Token Exchange endpoint with the sent code and receives the OIDC token. They log the user in based on this token and redirects the user back to the Vercel account using deep-link parameters included the redirectLoginUrl.
|
|
25618
|
+
"description": "During the autorization process, Vercel sends the user to the provider [redirectLoginUrl](https://vercel.com/docs/integrations/create-integration/submit-integration#redirect-login-url), that includes the OAuth authorization `code` parameter. The provider then calls the SSO Token Exchange endpoint with the sent code and receives the OIDC token. They log the user in based on this token and redirects the user back to the Vercel account using deep-link parameters included the redirectLoginUrl. Providers should not persist the returned `id_token` in a database since the token will expire. See [**Authentication with SSO**](https://vercel.com/docs/integrations/create-integration/marketplace-api#authentication-with-sso) for more details.",
|
|
25504
25619
|
"operationId": "exchange-sso-token",
|
|
25505
25620
|
"security": [],
|
|
25506
25621
|
"summary": "SSO Token Exchange",
|
|
@@ -27797,6 +27912,70 @@
|
|
|
27797
27912
|
"nullable": true,
|
|
27798
27913
|
"type": "string"
|
|
27799
27914
|
},
|
|
27915
|
+
"connectConfigurations": {
|
|
27916
|
+
"nullable": true,
|
|
27917
|
+
"items": {
|
|
27918
|
+
"properties": {
|
|
27919
|
+
"envId": {
|
|
27920
|
+
"oneOf": [
|
|
27921
|
+
{
|
|
27922
|
+
"type": "string"
|
|
27923
|
+
},
|
|
27924
|
+
{
|
|
27925
|
+
"type": "string",
|
|
27926
|
+
"enum": [
|
|
27927
|
+
"production",
|
|
27928
|
+
"preview"
|
|
27929
|
+
]
|
|
27930
|
+
}
|
|
27931
|
+
]
|
|
27932
|
+
},
|
|
27933
|
+
"connectConfigurationId": {
|
|
27934
|
+
"type": "string"
|
|
27935
|
+
},
|
|
27936
|
+
"passive": {
|
|
27937
|
+
"type": "boolean"
|
|
27938
|
+
},
|
|
27939
|
+
"buildsEnabled": {
|
|
27940
|
+
"type": "boolean"
|
|
27941
|
+
},
|
|
27942
|
+
"aws": {
|
|
27943
|
+
"properties": {
|
|
27944
|
+
"subnetIds": {
|
|
27945
|
+
"items": {
|
|
27946
|
+
"type": "string"
|
|
27947
|
+
},
|
|
27948
|
+
"type": "array"
|
|
27949
|
+
},
|
|
27950
|
+
"securityGroupId": {
|
|
27951
|
+
"type": "string"
|
|
27952
|
+
}
|
|
27953
|
+
},
|
|
27954
|
+
"required": [
|
|
27955
|
+
"subnetIds",
|
|
27956
|
+
"securityGroupId"
|
|
27957
|
+
],
|
|
27958
|
+
"type": "object"
|
|
27959
|
+
},
|
|
27960
|
+
"createdAt": {
|
|
27961
|
+
"type": "number"
|
|
27962
|
+
},
|
|
27963
|
+
"updatedAt": {
|
|
27964
|
+
"type": "number"
|
|
27965
|
+
}
|
|
27966
|
+
},
|
|
27967
|
+
"required": [
|
|
27968
|
+
"envId",
|
|
27969
|
+
"connectConfigurationId",
|
|
27970
|
+
"passive",
|
|
27971
|
+
"buildsEnabled",
|
|
27972
|
+
"createdAt",
|
|
27973
|
+
"updatedAt"
|
|
27974
|
+
],
|
|
27975
|
+
"type": "object"
|
|
27976
|
+
},
|
|
27977
|
+
"type": "array"
|
|
27978
|
+
},
|
|
27800
27979
|
"connectConfigurationId": {
|
|
27801
27980
|
"nullable": true,
|
|
27802
27981
|
"type": "string"
|
|
@@ -27804,6 +27983,10 @@
|
|
|
27804
27983
|
"connectBuildsEnabled": {
|
|
27805
27984
|
"type": "boolean"
|
|
27806
27985
|
},
|
|
27986
|
+
"passiveConnectConfigurationId": {
|
|
27987
|
+
"nullable": true,
|
|
27988
|
+
"type": "string"
|
|
27989
|
+
},
|
|
27807
27990
|
"createdAt": {
|
|
27808
27991
|
"type": "number"
|
|
27809
27992
|
},
|
|
@@ -29283,10 +29466,6 @@
|
|
|
29283
29466
|
"nullable": true,
|
|
29284
29467
|
"type": "string"
|
|
29285
29468
|
},
|
|
29286
|
-
"passiveConnectConfigurationId": {
|
|
29287
|
-
"nullable": true,
|
|
29288
|
-
"type": "string"
|
|
29289
|
-
},
|
|
29290
29469
|
"passwordProtection": {
|
|
29291
29470
|
"nullable": true,
|
|
29292
29471
|
"type": "object"
|
|
@@ -31870,6 +32049,70 @@
|
|
|
31870
32049
|
"nullable": true,
|
|
31871
32050
|
"type": "string"
|
|
31872
32051
|
},
|
|
32052
|
+
"connectConfigurations": {
|
|
32053
|
+
"nullable": true,
|
|
32054
|
+
"items": {
|
|
32055
|
+
"properties": {
|
|
32056
|
+
"envId": {
|
|
32057
|
+
"oneOf": [
|
|
32058
|
+
{
|
|
32059
|
+
"type": "string"
|
|
32060
|
+
},
|
|
32061
|
+
{
|
|
32062
|
+
"type": "string",
|
|
32063
|
+
"enum": [
|
|
32064
|
+
"production",
|
|
32065
|
+
"preview"
|
|
32066
|
+
]
|
|
32067
|
+
}
|
|
32068
|
+
]
|
|
32069
|
+
},
|
|
32070
|
+
"connectConfigurationId": {
|
|
32071
|
+
"type": "string"
|
|
32072
|
+
},
|
|
32073
|
+
"passive": {
|
|
32074
|
+
"type": "boolean"
|
|
32075
|
+
},
|
|
32076
|
+
"buildsEnabled": {
|
|
32077
|
+
"type": "boolean"
|
|
32078
|
+
},
|
|
32079
|
+
"aws": {
|
|
32080
|
+
"properties": {
|
|
32081
|
+
"subnetIds": {
|
|
32082
|
+
"items": {
|
|
32083
|
+
"type": "string"
|
|
32084
|
+
},
|
|
32085
|
+
"type": "array"
|
|
32086
|
+
},
|
|
32087
|
+
"securityGroupId": {
|
|
32088
|
+
"type": "string"
|
|
32089
|
+
}
|
|
32090
|
+
},
|
|
32091
|
+
"required": [
|
|
32092
|
+
"subnetIds",
|
|
32093
|
+
"securityGroupId"
|
|
32094
|
+
],
|
|
32095
|
+
"type": "object"
|
|
32096
|
+
},
|
|
32097
|
+
"createdAt": {
|
|
32098
|
+
"type": "number"
|
|
32099
|
+
},
|
|
32100
|
+
"updatedAt": {
|
|
32101
|
+
"type": "number"
|
|
32102
|
+
}
|
|
32103
|
+
},
|
|
32104
|
+
"required": [
|
|
32105
|
+
"envId",
|
|
32106
|
+
"connectConfigurationId",
|
|
32107
|
+
"passive",
|
|
32108
|
+
"buildsEnabled",
|
|
32109
|
+
"createdAt",
|
|
32110
|
+
"updatedAt"
|
|
32111
|
+
],
|
|
32112
|
+
"type": "object"
|
|
32113
|
+
},
|
|
32114
|
+
"type": "array"
|
|
32115
|
+
},
|
|
31873
32116
|
"connectConfigurationId": {
|
|
31874
32117
|
"nullable": true,
|
|
31875
32118
|
"type": "string"
|
|
@@ -31877,6 +32120,10 @@
|
|
|
31877
32120
|
"connectBuildsEnabled": {
|
|
31878
32121
|
"type": "boolean"
|
|
31879
32122
|
},
|
|
32123
|
+
"passiveConnectConfigurationId": {
|
|
32124
|
+
"nullable": true,
|
|
32125
|
+
"type": "string"
|
|
32126
|
+
},
|
|
31880
32127
|
"createdAt": {
|
|
31881
32128
|
"type": "number"
|
|
31882
32129
|
},
|
|
@@ -32024,10 +32271,10 @@
|
|
|
32024
32271
|
"type": "string",
|
|
32025
32272
|
"enum": [
|
|
32026
32273
|
"system",
|
|
32274
|
+
"secret",
|
|
32027
32275
|
"encrypted",
|
|
32028
32276
|
"plain",
|
|
32029
|
-
"sensitive"
|
|
32030
|
-
"secret"
|
|
32277
|
+
"sensitive"
|
|
32031
32278
|
]
|
|
32032
32279
|
},
|
|
32033
32280
|
"sunsetSecretId": {
|
|
@@ -33356,10 +33603,6 @@
|
|
|
33356
33603
|
"nullable": true,
|
|
33357
33604
|
"type": "string"
|
|
33358
33605
|
},
|
|
33359
|
-
"passiveConnectConfigurationId": {
|
|
33360
|
-
"nullable": true,
|
|
33361
|
-
"type": "string"
|
|
33362
|
-
},
|
|
33363
33606
|
"passwordProtection": {
|
|
33364
33607
|
"nullable": true,
|
|
33365
33608
|
"type": "object"
|
|
@@ -35365,8 +35608,8 @@
|
|
|
35365
35608
|
"type": {
|
|
35366
35609
|
"type": "string",
|
|
35367
35610
|
"enum": [
|
|
35368
|
-
"path",
|
|
35369
35611
|
"host",
|
|
35612
|
+
"path",
|
|
35370
35613
|
"method",
|
|
35371
35614
|
"header",
|
|
35372
35615
|
"cookie",
|
|
@@ -35447,8 +35690,8 @@
|
|
|
35447
35690
|
"type": {
|
|
35448
35691
|
"type": "string",
|
|
35449
35692
|
"enum": [
|
|
35450
|
-
"path",
|
|
35451
35693
|
"host",
|
|
35694
|
+
"path",
|
|
35452
35695
|
"method",
|
|
35453
35696
|
"header",
|
|
35454
35697
|
"cookie",
|
|
@@ -36130,6 +36373,70 @@
|
|
|
36130
36373
|
"nullable": true,
|
|
36131
36374
|
"type": "string"
|
|
36132
36375
|
},
|
|
36376
|
+
"connectConfigurations": {
|
|
36377
|
+
"nullable": true,
|
|
36378
|
+
"items": {
|
|
36379
|
+
"properties": {
|
|
36380
|
+
"envId": {
|
|
36381
|
+
"oneOf": [
|
|
36382
|
+
{
|
|
36383
|
+
"type": "string"
|
|
36384
|
+
},
|
|
36385
|
+
{
|
|
36386
|
+
"type": "string",
|
|
36387
|
+
"enum": [
|
|
36388
|
+
"production",
|
|
36389
|
+
"preview"
|
|
36390
|
+
]
|
|
36391
|
+
}
|
|
36392
|
+
]
|
|
36393
|
+
},
|
|
36394
|
+
"connectConfigurationId": {
|
|
36395
|
+
"type": "string"
|
|
36396
|
+
},
|
|
36397
|
+
"passive": {
|
|
36398
|
+
"type": "boolean"
|
|
36399
|
+
},
|
|
36400
|
+
"buildsEnabled": {
|
|
36401
|
+
"type": "boolean"
|
|
36402
|
+
},
|
|
36403
|
+
"aws": {
|
|
36404
|
+
"properties": {
|
|
36405
|
+
"subnetIds": {
|
|
36406
|
+
"items": {
|
|
36407
|
+
"type": "string"
|
|
36408
|
+
},
|
|
36409
|
+
"type": "array"
|
|
36410
|
+
},
|
|
36411
|
+
"securityGroupId": {
|
|
36412
|
+
"type": "string"
|
|
36413
|
+
}
|
|
36414
|
+
},
|
|
36415
|
+
"required": [
|
|
36416
|
+
"subnetIds",
|
|
36417
|
+
"securityGroupId"
|
|
36418
|
+
],
|
|
36419
|
+
"type": "object"
|
|
36420
|
+
},
|
|
36421
|
+
"createdAt": {
|
|
36422
|
+
"type": "number"
|
|
36423
|
+
},
|
|
36424
|
+
"updatedAt": {
|
|
36425
|
+
"type": "number"
|
|
36426
|
+
}
|
|
36427
|
+
},
|
|
36428
|
+
"required": [
|
|
36429
|
+
"envId",
|
|
36430
|
+
"connectConfigurationId",
|
|
36431
|
+
"passive",
|
|
36432
|
+
"buildsEnabled",
|
|
36433
|
+
"createdAt",
|
|
36434
|
+
"updatedAt"
|
|
36435
|
+
],
|
|
36436
|
+
"type": "object"
|
|
36437
|
+
},
|
|
36438
|
+
"type": "array"
|
|
36439
|
+
},
|
|
36133
36440
|
"connectConfigurationId": {
|
|
36134
36441
|
"nullable": true,
|
|
36135
36442
|
"type": "string"
|
|
@@ -36137,6 +36444,10 @@
|
|
|
36137
36444
|
"connectBuildsEnabled": {
|
|
36138
36445
|
"type": "boolean"
|
|
36139
36446
|
},
|
|
36447
|
+
"passiveConnectConfigurationId": {
|
|
36448
|
+
"nullable": true,
|
|
36449
|
+
"type": "string"
|
|
36450
|
+
},
|
|
36140
36451
|
"createdAt": {
|
|
36141
36452
|
"type": "number"
|
|
36142
36453
|
},
|
|
@@ -37614,10 +37925,6 @@
|
|
|
37614
37925
|
"nullable": true,
|
|
37615
37926
|
"type": "string"
|
|
37616
37927
|
},
|
|
37617
|
-
"passiveConnectConfigurationId": {
|
|
37618
|
-
"nullable": true,
|
|
37619
|
-
"type": "string"
|
|
37620
|
-
},
|
|
37621
37928
|
"passwordProtection": {
|
|
37622
37929
|
"nullable": true,
|
|
37623
37930
|
"type": "object"
|
|
@@ -40099,6 +40406,70 @@
|
|
|
40099
40406
|
"nullable": true,
|
|
40100
40407
|
"type": "string"
|
|
40101
40408
|
},
|
|
40409
|
+
"connectConfigurations": {
|
|
40410
|
+
"nullable": true,
|
|
40411
|
+
"items": {
|
|
40412
|
+
"properties": {
|
|
40413
|
+
"envId": {
|
|
40414
|
+
"oneOf": [
|
|
40415
|
+
{
|
|
40416
|
+
"type": "string"
|
|
40417
|
+
},
|
|
40418
|
+
{
|
|
40419
|
+
"type": "string",
|
|
40420
|
+
"enum": [
|
|
40421
|
+
"production",
|
|
40422
|
+
"preview"
|
|
40423
|
+
]
|
|
40424
|
+
}
|
|
40425
|
+
]
|
|
40426
|
+
},
|
|
40427
|
+
"connectConfigurationId": {
|
|
40428
|
+
"type": "string"
|
|
40429
|
+
},
|
|
40430
|
+
"passive": {
|
|
40431
|
+
"type": "boolean"
|
|
40432
|
+
},
|
|
40433
|
+
"buildsEnabled": {
|
|
40434
|
+
"type": "boolean"
|
|
40435
|
+
},
|
|
40436
|
+
"aws": {
|
|
40437
|
+
"properties": {
|
|
40438
|
+
"subnetIds": {
|
|
40439
|
+
"items": {
|
|
40440
|
+
"type": "string"
|
|
40441
|
+
},
|
|
40442
|
+
"type": "array"
|
|
40443
|
+
},
|
|
40444
|
+
"securityGroupId": {
|
|
40445
|
+
"type": "string"
|
|
40446
|
+
}
|
|
40447
|
+
},
|
|
40448
|
+
"required": [
|
|
40449
|
+
"subnetIds",
|
|
40450
|
+
"securityGroupId"
|
|
40451
|
+
],
|
|
40452
|
+
"type": "object"
|
|
40453
|
+
},
|
|
40454
|
+
"createdAt": {
|
|
40455
|
+
"type": "number"
|
|
40456
|
+
},
|
|
40457
|
+
"updatedAt": {
|
|
40458
|
+
"type": "number"
|
|
40459
|
+
}
|
|
40460
|
+
},
|
|
40461
|
+
"required": [
|
|
40462
|
+
"envId",
|
|
40463
|
+
"connectConfigurationId",
|
|
40464
|
+
"passive",
|
|
40465
|
+
"buildsEnabled",
|
|
40466
|
+
"createdAt",
|
|
40467
|
+
"updatedAt"
|
|
40468
|
+
],
|
|
40469
|
+
"type": "object"
|
|
40470
|
+
},
|
|
40471
|
+
"type": "array"
|
|
40472
|
+
},
|
|
40102
40473
|
"connectConfigurationId": {
|
|
40103
40474
|
"nullable": true,
|
|
40104
40475
|
"type": "string"
|
|
@@ -40106,6 +40477,10 @@
|
|
|
40106
40477
|
"connectBuildsEnabled": {
|
|
40107
40478
|
"type": "boolean"
|
|
40108
40479
|
},
|
|
40480
|
+
"passiveConnectConfigurationId": {
|
|
40481
|
+
"nullable": true,
|
|
40482
|
+
"type": "string"
|
|
40483
|
+
},
|
|
40109
40484
|
"createdAt": {
|
|
40110
40485
|
"type": "number"
|
|
40111
40486
|
},
|
|
@@ -40244,10 +40619,10 @@
|
|
|
40244
40619
|
"type": "string",
|
|
40245
40620
|
"enum": [
|
|
40246
40621
|
"system",
|
|
40622
|
+
"secret",
|
|
40247
40623
|
"encrypted",
|
|
40248
40624
|
"plain",
|
|
40249
|
-
"sensitive"
|
|
40250
|
-
"secret"
|
|
40625
|
+
"sensitive"
|
|
40251
40626
|
]
|
|
40252
40627
|
},
|
|
40253
40628
|
"sunsetSecretId": {
|
|
@@ -41576,10 +41951,6 @@
|
|
|
41576
41951
|
"nullable": true,
|
|
41577
41952
|
"type": "string"
|
|
41578
41953
|
},
|
|
41579
|
-
"passiveConnectConfigurationId": {
|
|
41580
|
-
"nullable": true,
|
|
41581
|
-
"type": "string"
|
|
41582
|
-
},
|
|
41583
41954
|
"passwordProtection": {
|
|
41584
41955
|
"nullable": true,
|
|
41585
41956
|
"type": "object"
|
|
@@ -43585,8 +43956,8 @@
|
|
|
43585
43956
|
"type": {
|
|
43586
43957
|
"type": "string",
|
|
43587
43958
|
"enum": [
|
|
43588
|
-
"path",
|
|
43589
43959
|
"host",
|
|
43960
|
+
"path",
|
|
43590
43961
|
"method",
|
|
43591
43962
|
"header",
|
|
43592
43963
|
"cookie",
|
|
@@ -43667,8 +44038,8 @@
|
|
|
43667
44038
|
"type": {
|
|
43668
44039
|
"type": "string",
|
|
43669
44040
|
"enum": [
|
|
43670
|
-
"path",
|
|
43671
44041
|
"host",
|
|
44042
|
+
"path",
|
|
43672
44043
|
"method",
|
|
43673
44044
|
"header",
|
|
43674
44045
|
"cookie",
|
|
@@ -46677,7 +47048,7 @@
|
|
|
46677
47048
|
}
|
|
46678
47049
|
},
|
|
46679
47050
|
"400": {
|
|
46680
|
-
"description": "One of the provided values in the request query is invalid.",
|
|
47051
|
+
"description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
|
|
46681
47052
|
"content": {
|
|
46682
47053
|
"application/json": {
|
|
46683
47054
|
"schema": {
|
|
@@ -46753,7 +47124,22 @@
|
|
|
46753
47124
|
"example": "my-team-url-slug"
|
|
46754
47125
|
}
|
|
46755
47126
|
}
|
|
46756
|
-
]
|
|
47127
|
+
],
|
|
47128
|
+
"requestBody": {
|
|
47129
|
+
"content": {
|
|
47130
|
+
"application/json": {
|
|
47131
|
+
"schema": {
|
|
47132
|
+
"type": "object",
|
|
47133
|
+
"properties": {
|
|
47134
|
+
"removeRedirects": {
|
|
47135
|
+
"type": "boolean",
|
|
47136
|
+
"description": "Whether to remove all domains from this project that redirect to the domain being removed."
|
|
47137
|
+
}
|
|
47138
|
+
}
|
|
47139
|
+
}
|
|
47140
|
+
}
|
|
47141
|
+
}
|
|
47142
|
+
}
|
|
46757
47143
|
}
|
|
46758
47144
|
},
|
|
46759
47145
|
"/v10/projects/{idOrName}/domains": {
|
|
@@ -53600,16 +53986,6 @@
|
|
|
53600
53986
|
"type": "string"
|
|
53601
53987
|
}
|
|
53602
53988
|
},
|
|
53603
|
-
{
|
|
53604
|
-
"name": "dangerouslyForcePromoteCanary",
|
|
53605
|
-
"description": "Skip the rolling release process and promote directly to production",
|
|
53606
|
-
"in": "query",
|
|
53607
|
-
"required": false,
|
|
53608
|
-
"schema": {
|
|
53609
|
-
"type": "boolean",
|
|
53610
|
-
"description": "Skip the rolling release process and promote directly to production"
|
|
53611
|
-
}
|
|
53612
|
-
},
|
|
53613
53989
|
{
|
|
53614
53990
|
"description": "The Team identifier to perform the request on behalf of.",
|
|
53615
53991
|
"in": "query",
|
|
@@ -63451,7 +63827,7 @@
|
|
|
63451
63827
|
}
|
|
63452
63828
|
}
|
|
63453
63829
|
},
|
|
63454
|
-
"/
|
|
63830
|
+
"/v8/certs/{id}": {
|
|
63455
63831
|
"get": {
|
|
63456
63832
|
"description": "Get cert by id",
|
|
63457
63833
|
"operationId": "getCertById",
|
|
@@ -63656,7 +64032,7 @@
|
|
|
63656
64032
|
]
|
|
63657
64033
|
}
|
|
63658
64034
|
},
|
|
63659
|
-
"/
|
|
64035
|
+
"/v8/certs": {
|
|
63660
64036
|
"post": {
|
|
63661
64037
|
"description": "Issue a new cert",
|
|
63662
64038
|
"operationId": "issueCert",
|
|
@@ -63786,8 +64162,7 @@
|
|
|
63786
64162
|
}
|
|
63787
64163
|
}
|
|
63788
64164
|
}
|
|
63789
|
-
}
|
|
63790
|
-
"required": true
|
|
64165
|
+
}
|
|
63791
64166
|
}
|
|
63792
64167
|
},
|
|
63793
64168
|
"put": {
|
|
@@ -63918,8 +64293,7 @@
|
|
|
63918
64293
|
}
|
|
63919
64294
|
}
|
|
63920
64295
|
}
|
|
63921
|
-
}
|
|
63922
|
-
"required": true
|
|
64296
|
+
}
|
|
63923
64297
|
}
|
|
63924
64298
|
}
|
|
63925
64299
|
},
|
|
@@ -64016,7 +64390,7 @@
|
|
|
64016
64390
|
]
|
|
64017
64391
|
}
|
|
64018
64392
|
},
|
|
64019
|
-
"/
|
|
64393
|
+
"/v8/deployments/{id}/files/{fileId}": {
|
|
64020
64394
|
"get": {
|
|
64021
64395
|
"description": "Allows to retrieve the content of a file by supplying the file identifier and the deployment unique identifier. The response body will contain a JSON response containing the contents of the file encoded as base64.",
|
|
64022
64396
|
"operationId": "getDeploymentFileContents",
|
|
@@ -64065,29 +64439,6 @@
|
|
|
64065
64439
|
},
|
|
64066
64440
|
"410": {
|
|
64067
64441
|
"description": "Invalid API version."
|
|
64068
|
-
},
|
|
64069
|
-
"200": {
|
|
64070
|
-
"description": "File content as base64 encoded string",
|
|
64071
|
-
"content": {
|
|
64072
|
-
"application/json": {
|
|
64073
|
-
"schema": {
|
|
64074
|
-
"type": "object",
|
|
64075
|
-
"properties": {
|
|
64076
|
-
"data": {
|
|
64077
|
-
"type": "string",
|
|
64078
|
-
"description": "Base64 encoded file buffer",
|
|
64079
|
-
"format": "byte"
|
|
64080
|
-
}
|
|
64081
|
-
},
|
|
64082
|
-
"required": [
|
|
64083
|
-
"data"
|
|
64084
|
-
]
|
|
64085
|
-
},
|
|
64086
|
-
"example": {
|
|
64087
|
-
"data": "SGVsbG8gV29ybGQhIFRoaXMgaXMgYSByYW5kb20gc2hvcnQgZmlsZSBidWZmZXIgZXhhbXBsZS4="
|
|
64088
|
-
}
|
|
64089
|
-
}
|
|
64090
|
-
}
|
|
64091
64442
|
}
|
|
64092
64443
|
},
|
|
64093
64444
|
"parameters": [
|
|
@@ -70618,6 +70969,24 @@
|
|
|
70618
70969
|
"buildsEnabled": {
|
|
70619
70970
|
"type": "boolean"
|
|
70620
70971
|
},
|
|
70972
|
+
"aws": {
|
|
70973
|
+
"properties": {
|
|
70974
|
+
"subnetIds": {
|
|
70975
|
+
"items": {
|
|
70976
|
+
"type": "string"
|
|
70977
|
+
},
|
|
70978
|
+
"type": "array"
|
|
70979
|
+
},
|
|
70980
|
+
"securityGroupId": {
|
|
70981
|
+
"type": "string"
|
|
70982
|
+
}
|
|
70983
|
+
},
|
|
70984
|
+
"required": [
|
|
70985
|
+
"subnetIds",
|
|
70986
|
+
"securityGroupId"
|
|
70987
|
+
],
|
|
70988
|
+
"type": "object"
|
|
70989
|
+
},
|
|
70621
70990
|
"createdAt": {
|
|
70622
70991
|
"type": "number"
|
|
70623
70992
|
},
|
|
@@ -70664,6 +71033,24 @@
|
|
|
70664
71033
|
"buildsEnabled": {
|
|
70665
71034
|
"type": "boolean"
|
|
70666
71035
|
},
|
|
71036
|
+
"aws": {
|
|
71037
|
+
"properties": {
|
|
71038
|
+
"subnetIds": {
|
|
71039
|
+
"items": {
|
|
71040
|
+
"type": "string"
|
|
71041
|
+
},
|
|
71042
|
+
"type": "array"
|
|
71043
|
+
},
|
|
71044
|
+
"securityGroupId": {
|
|
71045
|
+
"type": "string"
|
|
71046
|
+
}
|
|
71047
|
+
},
|
|
71048
|
+
"required": [
|
|
71049
|
+
"subnetIds",
|
|
71050
|
+
"securityGroupId"
|
|
71051
|
+
],
|
|
71052
|
+
"type": "object"
|
|
71053
|
+
},
|
|
70667
71054
|
"createdAt": {
|
|
70668
71055
|
"type": "number"
|
|
70669
71056
|
},
|
|
@@ -72134,6 +72521,22 @@
|
|
|
72134
72521
|
"type": "object",
|
|
72135
72522
|
"description": "The payload of the event, if requested."
|
|
72136
72523
|
},
|
|
72524
|
+
{
|
|
72525
|
+
"properties": {
|
|
72526
|
+
"action": {
|
|
72527
|
+
"type": "string",
|
|
72528
|
+
"enum": [
|
|
72529
|
+
"enable",
|
|
72530
|
+
"disable"
|
|
72531
|
+
]
|
|
72532
|
+
}
|
|
72533
|
+
},
|
|
72534
|
+
"required": [
|
|
72535
|
+
"action"
|
|
72536
|
+
],
|
|
72537
|
+
"type": "object",
|
|
72538
|
+
"description": "The payload of the event, if requested."
|
|
72539
|
+
},
|
|
72137
72540
|
{
|
|
72138
72541
|
"properties": {
|
|
72139
72542
|
"id": {
|
|
@@ -72886,8 +73289,8 @@
|
|
|
72886
73289
|
"items": {
|
|
72887
73290
|
"type": "string",
|
|
72888
73291
|
"enum": [
|
|
72889
|
-
"
|
|
72890
|
-
"
|
|
73292
|
+
"scope",
|
|
73293
|
+
"mfa"
|
|
72891
73294
|
]
|
|
72892
73295
|
},
|
|
72893
73296
|
"type": "array"
|
|
@@ -72896,16 +73299,16 @@
|
|
|
72896
73299
|
"properties": {
|
|
72897
73300
|
"connection": {
|
|
72898
73301
|
"properties": {
|
|
72899
|
-
"status": {
|
|
72900
|
-
"type": "string",
|
|
72901
|
-
"description": "Current status of the connection.",
|
|
72902
|
-
"example": "linked"
|
|
72903
|
-
},
|
|
72904
73302
|
"type": {
|
|
72905
73303
|
"type": "string",
|
|
72906
73304
|
"description": "The Identity Provider \"type\", for example Okta.",
|
|
72907
73305
|
"example": "OktaSAML"
|
|
72908
73306
|
},
|
|
73307
|
+
"status": {
|
|
73308
|
+
"type": "string",
|
|
73309
|
+
"description": "Current status of the connection.",
|
|
73310
|
+
"example": "linked"
|
|
73311
|
+
},
|
|
72909
73312
|
"state": {
|
|
72910
73313
|
"type": "string",
|
|
72911
73314
|
"description": "Current state of the connection.",
|
|
@@ -72923,8 +73326,8 @@
|
|
|
72923
73326
|
}
|
|
72924
73327
|
},
|
|
72925
73328
|
"required": [
|
|
72926
|
-
"status",
|
|
72927
73329
|
"type",
|
|
73330
|
+
"status",
|
|
72928
73331
|
"state",
|
|
72929
73332
|
"connectedAt"
|
|
72930
73333
|
],
|
|
@@ -73017,6 +73420,9 @@
|
|
|
73017
73420
|
},
|
|
73018
73421
|
"type": "array"
|
|
73019
73422
|
},
|
|
73423
|
+
"teamId": {
|
|
73424
|
+
"type": "string"
|
|
73425
|
+
},
|
|
73020
73426
|
"confirmed": {
|
|
73021
73427
|
"type": "boolean"
|
|
73022
73428
|
},
|
|
@@ -73066,9 +73472,6 @@
|
|
|
73066
73472
|
},
|
|
73067
73473
|
"type": "array"
|
|
73068
73474
|
},
|
|
73069
|
-
"teamId": {
|
|
73070
|
-
"type": "string"
|
|
73071
|
-
},
|
|
73072
73475
|
"createdAt": {
|
|
73073
73476
|
"type": "number"
|
|
73074
73477
|
},
|
|
@@ -73080,7 +73483,6 @@
|
|
|
73080
73483
|
"origin": {
|
|
73081
73484
|
"type": "string",
|
|
73082
73485
|
"enum": [
|
|
73083
|
-
"saml",
|
|
73084
73486
|
"mail",
|
|
73085
73487
|
"link",
|
|
73086
73488
|
"import",
|
|
@@ -73088,6 +73490,7 @@
|
|
|
73088
73490
|
"github",
|
|
73089
73491
|
"gitlab",
|
|
73090
73492
|
"bitbucket",
|
|
73493
|
+
"saml",
|
|
73091
73494
|
"dsync",
|
|
73092
73495
|
"feedback",
|
|
73093
73496
|
"organization-teams"
|
|
@@ -73748,48 +74151,6 @@
|
|
|
73748
74151
|
"type": "object",
|
|
73749
74152
|
"description": "Feature blocks for the user"
|
|
73750
74153
|
},
|
|
73751
|
-
"northstarMigration": {
|
|
73752
|
-
"properties": {
|
|
73753
|
-
"teamId": {
|
|
73754
|
-
"type": "string",
|
|
73755
|
-
"description": "The ID of the team we created for this user."
|
|
73756
|
-
},
|
|
73757
|
-
"projects": {
|
|
73758
|
-
"type": "number",
|
|
73759
|
-
"description": "The number of projects migrated for this user."
|
|
73760
|
-
},
|
|
73761
|
-
"stores": {
|
|
73762
|
-
"type": "number",
|
|
73763
|
-
"description": "The number of stores migrated for this user."
|
|
73764
|
-
},
|
|
73765
|
-
"integrationConfigurations": {
|
|
73766
|
-
"type": "number",
|
|
73767
|
-
"description": "The number of integration configurations migrated for this user."
|
|
73768
|
-
},
|
|
73769
|
-
"integrationClients": {
|
|
73770
|
-
"type": "number",
|
|
73771
|
-
"description": "The number of integration clients migrated for this user."
|
|
73772
|
-
},
|
|
73773
|
-
"startTime": {
|
|
73774
|
-
"type": "number",
|
|
73775
|
-
"description": "The migration start time timestamp for this user."
|
|
73776
|
-
},
|
|
73777
|
-
"endTime": {
|
|
73778
|
-
"type": "number",
|
|
73779
|
-
"description": "The migration end time timestamp for this user."
|
|
73780
|
-
}
|
|
73781
|
-
},
|
|
73782
|
-
"required": [
|
|
73783
|
-
"teamId",
|
|
73784
|
-
"projects",
|
|
73785
|
-
"stores",
|
|
73786
|
-
"integrationConfigurations",
|
|
73787
|
-
"integrationClients",
|
|
73788
|
-
"startTime",
|
|
73789
|
-
"endTime"
|
|
73790
|
-
],
|
|
73791
|
-
"type": "object"
|
|
73792
|
-
},
|
|
73793
74154
|
"id": {
|
|
73794
74155
|
"type": "string",
|
|
73795
74156
|
"description": "The User's unique identifier.",
|
|
@@ -73821,13 +74182,6 @@
|
|
|
73821
74182
|
"nullable": true,
|
|
73822
74183
|
"type": "string",
|
|
73823
74184
|
"description": "The user's default team."
|
|
73824
|
-
},
|
|
73825
|
-
"version": {
|
|
73826
|
-
"type": "string",
|
|
73827
|
-
"enum": [
|
|
73828
|
-
"northstar"
|
|
73829
|
-
],
|
|
73830
|
-
"description": "The user's version. Will always be `northstar`."
|
|
73831
74185
|
}
|
|
73832
74186
|
},
|
|
73833
74187
|
"required": [
|
|
@@ -73842,8 +74196,7 @@
|
|
|
73842
74196
|
"name",
|
|
73843
74197
|
"username",
|
|
73844
74198
|
"avatar",
|
|
73845
|
-
"defaultTeamId"
|
|
73846
|
-
"version"
|
|
74199
|
+
"defaultTeamId"
|
|
73847
74200
|
],
|
|
73848
74201
|
"type": "object",
|
|
73849
74202
|
"description": "Data for the currently authenticated User."
|
|
@@ -73885,13 +74238,6 @@
|
|
|
73885
74238
|
"nullable": true,
|
|
73886
74239
|
"type": "string",
|
|
73887
74240
|
"description": "The user's default team."
|
|
73888
|
-
},
|
|
73889
|
-
"version": {
|
|
73890
|
-
"type": "string",
|
|
73891
|
-
"enum": [
|
|
73892
|
-
"northstar"
|
|
73893
|
-
],
|
|
73894
|
-
"description": "The user's version. Will always be `northstar`."
|
|
73895
74241
|
}
|
|
73896
74242
|
},
|
|
73897
74243
|
"required": [
|
|
@@ -73901,8 +74247,7 @@
|
|
|
73901
74247
|
"name",
|
|
73902
74248
|
"username",
|
|
73903
74249
|
"avatar",
|
|
73904
|
-
"defaultTeamId"
|
|
73905
|
-
"version"
|
|
74250
|
+
"defaultTeamId"
|
|
73906
74251
|
],
|
|
73907
74252
|
"type": "object",
|
|
73908
74253
|
"description": "A limited form of data for the currently authenticated User, due to the authentication token missing privileges to read the full User data."
|