@vercel/sdk 1.7.3 → 1.7.5
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 +31 -14
- package/bin/mcp-server.js +1215 -958
- package/bin/mcp-server.js.map +38 -38
- 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 -96
- 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 +78 -0
- 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/__tests__/domains.test.js +3 -19
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/vercel.test.js +13 -0
- package/esm/__tests__/vercel.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/postDomains.d.ts +13 -0
- package/esm/funcs/postDomains.d.ts.map +1 -0
- package/esm/funcs/{domainsCreateOrTransferDomain.js → postDomains.js} +13 -27
- package/esm/funcs/postDomains.js.map +1 -0
- package/esm/funcs/projectsRemoveProjectDomain.js +3 -2
- package/esm/funcs/projectsRemoveProjectDomain.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 +3 -3
- package/esm/mcp-server/server.js.map +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/mcp-server/tools/postDomains.d.ts +7 -0
- package/esm/mcp-server/tools/postDomains.d.ts.map +1 -0
- package/esm/mcp-server/tools/postDomains.js +26 -0
- package/esm/mcp-server/tools/postDomains.js.map +1 -0
- 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 +10 -0
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +4 -0
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +116 -2
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +110 -2
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createrecordop.d.ts +43 -43
- package/esm/models/createrecordop.d.ts.map +1 -1
- package/esm/models/createrecordop.js +51 -51
- package/esm/models/createrecordop.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/getdomainop.d.ts +8 -8
- package/esm/models/getdomainop.d.ts.map +1 -1
- package/esm/models/getdomainop.js +12 -13
- package/esm/models/getdomainop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +116 -2
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +110 -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/postdomainsop.d.ts +353 -0
- package/esm/models/postdomainsop.d.ts.map +1 -0
- package/esm/models/postdomainsop.js +265 -0
- package/esm/models/postdomainsop.js.map +1 -0
- 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/updateprojectdatacacheop.d.ts +116 -2
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +110 -2
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +116 -2
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +110 -2
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateresourcesecretsbyidop.d.ts +9 -0
- 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 +373 -257
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +425 -315
- 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/domains.d.ts +0 -8
- package/esm/sdk/domains.d.ts.map +1 -1
- package/esm/sdk/domains.js +0 -10
- package/esm/sdk/domains.js.map +1 -1
- package/esm/sdk/marketplace.d.ts +1 -1
- package/esm/sdk/marketplace.js +1 -1
- package/esm/sdk/sdk.d.ts +2 -0
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +4 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/deployments.test.ts +1 -2
- package/src/__tests__/domains.test.ts +5 -21
- package/src/__tests__/vercel.test.ts +16 -0
- 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/{domainsCreateOrTransferDomain.ts → postDomains.ts} +22 -38
- package/src/funcs/projectsRemoveProjectDomain.ts +3 -2
- 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 +3 -3
- 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/mcp-server/tools/postDomains.ts +35 -0
- package/src/models/canceldeploymentop.ts +14 -0
- package/src/models/createdeploymentop.ts +14 -0
- package/src/models/createprojectop.ts +247 -4
- package/src/models/createrecordop.ts +96 -84
- package/src/models/getdeploymentfilecontentsop.ts +0 -69
- package/src/models/getdeploymentop.ts +14 -0
- package/src/models/getdomainop.ts +16 -14
- package/src/models/getprojectsop.ts +241 -4
- package/src/models/importresourceop.ts +7 -0
- package/src/models/issuecertop.ts +4 -4
- package/src/models/postdomainsop.ts +637 -0
- package/src/models/removeprojectdomainop.ts +78 -0
- package/src/models/updateprojectdatacacheop.ts +264 -4
- package/src/models/updateprojectop.ts +247 -4
- package/src/models/updateresourcesecretsbyidop.ts +7 -0
- package/src/models/updateresourcesecretsop.ts +7 -0
- package/src/models/uploadcertop.ts +4 -4
- package/src/models/userevent.ts +806 -583
- package/src/sdk/authentication.ts +1 -1
- package/src/sdk/deployments.ts +2 -5
- package/src/sdk/domains.ts +0 -22
- package/src/sdk/marketplace.ts +1 -1
- package/src/sdk/sdk.ts +16 -0
- package/vercel-spec.json +508 -87
- package/esm/funcs/domainsCreateOrTransferDomain.d.ts +0 -19
- package/esm/funcs/domainsCreateOrTransferDomain.d.ts.map +0 -1
- package/esm/funcs/domainsCreateOrTransferDomain.js.map +0 -1
- package/esm/mcp-server/tools/domainsCreateOrTransferDomain.d.ts +0 -7
- package/esm/mcp-server/tools/domainsCreateOrTransferDomain.d.ts.map +0 -1
- package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js +0 -28
- package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js.map +0 -1
- package/esm/models/createortransferdomainop.d.ts +0 -388
- package/esm/models/createortransferdomainop.d.ts.map +0 -1
- package/esm/models/createortransferdomainop.js +0 -310
- package/esm/models/createortransferdomainop.js.map +0 -1
- package/src/mcp-server/tools/domainsCreateOrTransferDomain.ts +0 -37
- package/src/models/createortransferdomainop.ts +0 -777
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"
|
|
@@ -7186,6 +7250,12 @@
|
|
|
7186
7250
|
},
|
|
7187
7251
|
"type": "array"
|
|
7188
7252
|
},
|
|
7253
|
+
"edgeCacheNamespace": {
|
|
7254
|
+
"items": {
|
|
7255
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
7256
|
+
},
|
|
7257
|
+
"type": "array"
|
|
7258
|
+
},
|
|
7189
7259
|
"environments": {
|
|
7190
7260
|
"items": {
|
|
7191
7261
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -10902,6 +10972,10 @@
|
|
|
10902
10972
|
"type": "boolean",
|
|
10903
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."
|
|
10904
10974
|
},
|
|
10975
|
+
"defaultAppProjectName": {
|
|
10976
|
+
"type": "string",
|
|
10977
|
+
"description": "The project name of the default app of this deployment's microfrontends group."
|
|
10978
|
+
},
|
|
10905
10979
|
"defaultRoute": {
|
|
10906
10980
|
"type": "string",
|
|
10907
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."
|
|
@@ -10924,6 +10998,7 @@
|
|
|
10924
10998
|
}
|
|
10925
10999
|
},
|
|
10926
11000
|
"required": [
|
|
11001
|
+
"defaultAppProjectName",
|
|
10927
11002
|
"groupIds"
|
|
10928
11003
|
],
|
|
10929
11004
|
"type": "object"
|
|
@@ -10957,6 +11032,10 @@
|
|
|
10957
11032
|
"isDefaultApp": {
|
|
10958
11033
|
"type": "boolean"
|
|
10959
11034
|
},
|
|
11035
|
+
"defaultAppProjectName": {
|
|
11036
|
+
"type": "string",
|
|
11037
|
+
"description": "The project name of the default app of this deployment's microfrontends group."
|
|
11038
|
+
},
|
|
10960
11039
|
"defaultRoute": {
|
|
10961
11040
|
"type": "string",
|
|
10962
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."
|
|
@@ -10980,6 +11059,7 @@
|
|
|
10980
11059
|
},
|
|
10981
11060
|
"required": [
|
|
10982
11061
|
"isDefaultApp",
|
|
11062
|
+
"defaultAppProjectName",
|
|
10983
11063
|
"groupIds"
|
|
10984
11064
|
],
|
|
10985
11065
|
"type": "object"
|
|
@@ -13490,6 +13570,10 @@
|
|
|
13490
13570
|
"type": "boolean",
|
|
13491
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."
|
|
13492
13572
|
},
|
|
13573
|
+
"defaultAppProjectName": {
|
|
13574
|
+
"type": "string",
|
|
13575
|
+
"description": "The project name of the default app of this deployment's microfrontends group."
|
|
13576
|
+
},
|
|
13493
13577
|
"defaultRoute": {
|
|
13494
13578
|
"type": "string",
|
|
13495
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."
|
|
@@ -13512,6 +13596,7 @@
|
|
|
13512
13596
|
}
|
|
13513
13597
|
},
|
|
13514
13598
|
"required": [
|
|
13599
|
+
"defaultAppProjectName",
|
|
13515
13600
|
"groupIds"
|
|
13516
13601
|
],
|
|
13517
13602
|
"type": "object"
|
|
@@ -13545,6 +13630,10 @@
|
|
|
13545
13630
|
"isDefaultApp": {
|
|
13546
13631
|
"type": "boolean"
|
|
13547
13632
|
},
|
|
13633
|
+
"defaultAppProjectName": {
|
|
13634
|
+
"type": "string",
|
|
13635
|
+
"description": "The project name of the default app of this deployment's microfrontends group."
|
|
13636
|
+
},
|
|
13548
13637
|
"defaultRoute": {
|
|
13549
13638
|
"type": "string",
|
|
13550
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."
|
|
@@ -13568,6 +13657,7 @@
|
|
|
13568
13657
|
},
|
|
13569
13658
|
"required": [
|
|
13570
13659
|
"isDefaultApp",
|
|
13660
|
+
"defaultAppProjectName",
|
|
13571
13661
|
"groupIds"
|
|
13572
13662
|
],
|
|
13573
13663
|
"type": "object"
|
|
@@ -16588,6 +16678,10 @@
|
|
|
16588
16678
|
"type": "boolean",
|
|
16589
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."
|
|
16590
16680
|
},
|
|
16681
|
+
"defaultAppProjectName": {
|
|
16682
|
+
"type": "string",
|
|
16683
|
+
"description": "The project name of the default app of this deployment's microfrontends group."
|
|
16684
|
+
},
|
|
16591
16685
|
"defaultRoute": {
|
|
16592
16686
|
"type": "string",
|
|
16593
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."
|
|
@@ -16610,6 +16704,7 @@
|
|
|
16610
16704
|
}
|
|
16611
16705
|
},
|
|
16612
16706
|
"required": [
|
|
16707
|
+
"defaultAppProjectName",
|
|
16613
16708
|
"groupIds"
|
|
16614
16709
|
],
|
|
16615
16710
|
"type": "object"
|
|
@@ -16643,6 +16738,10 @@
|
|
|
16643
16738
|
"isDefaultApp": {
|
|
16644
16739
|
"type": "boolean"
|
|
16645
16740
|
},
|
|
16741
|
+
"defaultAppProjectName": {
|
|
16742
|
+
"type": "string",
|
|
16743
|
+
"description": "The project name of the default app of this deployment's microfrontends group."
|
|
16744
|
+
},
|
|
16646
16745
|
"defaultRoute": {
|
|
16647
16746
|
"type": "string",
|
|
16648
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."
|
|
@@ -16666,6 +16765,7 @@
|
|
|
16666
16765
|
},
|
|
16667
16766
|
"required": [
|
|
16668
16767
|
"isDefaultApp",
|
|
16768
|
+
"defaultAppProjectName",
|
|
16669
16769
|
"groupIds"
|
|
16670
16770
|
],
|
|
16671
16771
|
"type": "object"
|
|
@@ -19347,19 +19447,13 @@
|
|
|
19347
19447
|
}
|
|
19348
19448
|
}
|
|
19349
19449
|
]
|
|
19350
|
-
}
|
|
19450
|
+
}
|
|
19451
|
+
},
|
|
19452
|
+
"/domains": {
|
|
19351
19453
|
"post": {
|
|
19352
|
-
"description": "
|
|
19353
|
-
"
|
|
19354
|
-
"
|
|
19355
|
-
{
|
|
19356
|
-
"bearerToken": []
|
|
19357
|
-
}
|
|
19358
|
-
],
|
|
19359
|
-
"summary": "Register or transfer-in a new Domain",
|
|
19360
|
-
"tags": [
|
|
19361
|
-
"domains"
|
|
19362
|
-
],
|
|
19454
|
+
"description": "",
|
|
19455
|
+
"security": [],
|
|
19456
|
+
"tags": [],
|
|
19363
19457
|
"responses": {
|
|
19364
19458
|
"200": {
|
|
19365
19459
|
"description": "",
|
|
@@ -19573,26 +19667,7 @@
|
|
|
19573
19667
|
"description": ""
|
|
19574
19668
|
}
|
|
19575
19669
|
},
|
|
19576
|
-
"parameters": [
|
|
19577
|
-
{
|
|
19578
|
-
"description": "The Team identifier to perform the request on behalf of.",
|
|
19579
|
-
"in": "query",
|
|
19580
|
-
"name": "teamId",
|
|
19581
|
-
"schema": {
|
|
19582
|
-
"type": "string",
|
|
19583
|
-
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
19584
|
-
}
|
|
19585
|
-
},
|
|
19586
|
-
{
|
|
19587
|
-
"description": "The Team slug to perform the request on behalf of.",
|
|
19588
|
-
"in": "query",
|
|
19589
|
-
"name": "slug",
|
|
19590
|
-
"schema": {
|
|
19591
|
-
"type": "string",
|
|
19592
|
-
"example": "my-team-url-slug"
|
|
19593
|
-
}
|
|
19594
|
-
}
|
|
19595
|
-
],
|
|
19670
|
+
"parameters": [],
|
|
19596
19671
|
"requestBody": {
|
|
19597
19672
|
"content": {
|
|
19598
19673
|
"application/json": {
|
|
@@ -19693,8 +19768,7 @@
|
|
|
19693
19768
|
]
|
|
19694
19769
|
}
|
|
19695
19770
|
}
|
|
19696
|
-
}
|
|
19697
|
-
"required": true
|
|
19771
|
+
}
|
|
19698
19772
|
}
|
|
19699
19773
|
}
|
|
19700
19774
|
},
|
|
@@ -24081,6 +24155,13 @@
|
|
|
24081
24155
|
},
|
|
24082
24156
|
"prefix": {
|
|
24083
24157
|
"type": "string"
|
|
24158
|
+
},
|
|
24159
|
+
"environmentOverrides": {
|
|
24160
|
+
"type": "object",
|
|
24161
|
+
"description": "@hidden",
|
|
24162
|
+
"additionalProperties": {
|
|
24163
|
+
"type": "string"
|
|
24164
|
+
}
|
|
24084
24165
|
}
|
|
24085
24166
|
},
|
|
24086
24167
|
"additionalProperties": false
|
|
@@ -24197,6 +24278,13 @@
|
|
|
24197
24278
|
},
|
|
24198
24279
|
"prefix": {
|
|
24199
24280
|
"type": "string"
|
|
24281
|
+
},
|
|
24282
|
+
"environmentOverrides": {
|
|
24283
|
+
"type": "object",
|
|
24284
|
+
"description": "@hidden",
|
|
24285
|
+
"additionalProperties": {
|
|
24286
|
+
"type": "string"
|
|
24287
|
+
}
|
|
24200
24288
|
}
|
|
24201
24289
|
},
|
|
24202
24290
|
"additionalProperties": false
|
|
@@ -24446,6 +24534,13 @@
|
|
|
24446
24534
|
},
|
|
24447
24535
|
"prefix": {
|
|
24448
24536
|
"type": "string"
|
|
24537
|
+
},
|
|
24538
|
+
"environmentOverrides": {
|
|
24539
|
+
"type": "object",
|
|
24540
|
+
"description": "@hidden",
|
|
24541
|
+
"additionalProperties": {
|
|
24542
|
+
"type": "string"
|
|
24543
|
+
}
|
|
24449
24544
|
}
|
|
24450
24545
|
},
|
|
24451
24546
|
"additionalProperties": false
|
|
@@ -25520,7 +25615,7 @@
|
|
|
25520
25615
|
},
|
|
25521
25616
|
"/v1/integrations/sso/token": {
|
|
25522
25617
|
"post": {
|
|
25523
|
-
"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.",
|
|
25524
25619
|
"operationId": "exchange-sso-token",
|
|
25525
25620
|
"security": [],
|
|
25526
25621
|
"summary": "SSO Token Exchange",
|
|
@@ -27817,6 +27912,70 @@
|
|
|
27817
27912
|
"nullable": true,
|
|
27818
27913
|
"type": "string"
|
|
27819
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
|
+
},
|
|
27820
27979
|
"connectConfigurationId": {
|
|
27821
27980
|
"nullable": true,
|
|
27822
27981
|
"type": "string"
|
|
@@ -27824,6 +27983,10 @@
|
|
|
27824
27983
|
"connectBuildsEnabled": {
|
|
27825
27984
|
"type": "boolean"
|
|
27826
27985
|
},
|
|
27986
|
+
"passiveConnectConfigurationId": {
|
|
27987
|
+
"nullable": true,
|
|
27988
|
+
"type": "string"
|
|
27989
|
+
},
|
|
27827
27990
|
"createdAt": {
|
|
27828
27991
|
"type": "number"
|
|
27829
27992
|
},
|
|
@@ -29303,10 +29466,6 @@
|
|
|
29303
29466
|
"nullable": true,
|
|
29304
29467
|
"type": "string"
|
|
29305
29468
|
},
|
|
29306
|
-
"passiveConnectConfigurationId": {
|
|
29307
|
-
"nullable": true,
|
|
29308
|
-
"type": "string"
|
|
29309
|
-
},
|
|
29310
29469
|
"passwordProtection": {
|
|
29311
29470
|
"nullable": true,
|
|
29312
29471
|
"type": "object"
|
|
@@ -30728,6 +30887,12 @@
|
|
|
30728
30887
|
},
|
|
30729
30888
|
"type": "array"
|
|
30730
30889
|
},
|
|
30890
|
+
"edgeCacheNamespace": {
|
|
30891
|
+
"items": {
|
|
30892
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
30893
|
+
},
|
|
30894
|
+
"type": "array"
|
|
30895
|
+
},
|
|
30731
30896
|
"environments": {
|
|
30732
30897
|
"items": {
|
|
30733
30898
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -31884,6 +32049,70 @@
|
|
|
31884
32049
|
"nullable": true,
|
|
31885
32050
|
"type": "string"
|
|
31886
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
|
+
},
|
|
31887
32116
|
"connectConfigurationId": {
|
|
31888
32117
|
"nullable": true,
|
|
31889
32118
|
"type": "string"
|
|
@@ -31891,6 +32120,10 @@
|
|
|
31891
32120
|
"connectBuildsEnabled": {
|
|
31892
32121
|
"type": "boolean"
|
|
31893
32122
|
},
|
|
32123
|
+
"passiveConnectConfigurationId": {
|
|
32124
|
+
"nullable": true,
|
|
32125
|
+
"type": "string"
|
|
32126
|
+
},
|
|
31894
32127
|
"createdAt": {
|
|
31895
32128
|
"type": "number"
|
|
31896
32129
|
},
|
|
@@ -33370,10 +33603,6 @@
|
|
|
33370
33603
|
"nullable": true,
|
|
33371
33604
|
"type": "string"
|
|
33372
33605
|
},
|
|
33373
|
-
"passiveConnectConfigurationId": {
|
|
33374
|
-
"nullable": true,
|
|
33375
|
-
"type": "string"
|
|
33376
|
-
},
|
|
33377
33606
|
"passwordProtection": {
|
|
33378
33607
|
"nullable": true,
|
|
33379
33608
|
"type": "object"
|
|
@@ -34795,6 +35024,12 @@
|
|
|
34795
35024
|
},
|
|
34796
35025
|
"type": "array"
|
|
34797
35026
|
},
|
|
35027
|
+
"edgeCacheNamespace": {
|
|
35028
|
+
"items": {
|
|
35029
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35030
|
+
},
|
|
35031
|
+
"type": "array"
|
|
35032
|
+
},
|
|
34798
35033
|
"environments": {
|
|
34799
35034
|
"items": {
|
|
34800
35035
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -36138,6 +36373,70 @@
|
|
|
36138
36373
|
"nullable": true,
|
|
36139
36374
|
"type": "string"
|
|
36140
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
|
+
},
|
|
36141
36440
|
"connectConfigurationId": {
|
|
36142
36441
|
"nullable": true,
|
|
36143
36442
|
"type": "string"
|
|
@@ -36145,6 +36444,10 @@
|
|
|
36145
36444
|
"connectBuildsEnabled": {
|
|
36146
36445
|
"type": "boolean"
|
|
36147
36446
|
},
|
|
36447
|
+
"passiveConnectConfigurationId": {
|
|
36448
|
+
"nullable": true,
|
|
36449
|
+
"type": "string"
|
|
36450
|
+
},
|
|
36148
36451
|
"createdAt": {
|
|
36149
36452
|
"type": "number"
|
|
36150
36453
|
},
|
|
@@ -37622,10 +37925,6 @@
|
|
|
37622
37925
|
"nullable": true,
|
|
37623
37926
|
"type": "string"
|
|
37624
37927
|
},
|
|
37625
|
-
"passiveConnectConfigurationId": {
|
|
37626
|
-
"nullable": true,
|
|
37627
|
-
"type": "string"
|
|
37628
|
-
},
|
|
37629
37928
|
"passwordProtection": {
|
|
37630
37929
|
"nullable": true,
|
|
37631
37930
|
"type": "object"
|
|
@@ -39047,6 +39346,12 @@
|
|
|
39047
39346
|
},
|
|
39048
39347
|
"type": "array"
|
|
39049
39348
|
},
|
|
39349
|
+
"edgeCacheNamespace": {
|
|
39350
|
+
"items": {
|
|
39351
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
39352
|
+
},
|
|
39353
|
+
"type": "array"
|
|
39354
|
+
},
|
|
39050
39355
|
"environments": {
|
|
39051
39356
|
"items": {
|
|
39052
39357
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -40101,6 +40406,70 @@
|
|
|
40101
40406
|
"nullable": true,
|
|
40102
40407
|
"type": "string"
|
|
40103
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
|
+
},
|
|
40104
40473
|
"connectConfigurationId": {
|
|
40105
40474
|
"nullable": true,
|
|
40106
40475
|
"type": "string"
|
|
@@ -40108,6 +40477,10 @@
|
|
|
40108
40477
|
"connectBuildsEnabled": {
|
|
40109
40478
|
"type": "boolean"
|
|
40110
40479
|
},
|
|
40480
|
+
"passiveConnectConfigurationId": {
|
|
40481
|
+
"nullable": true,
|
|
40482
|
+
"type": "string"
|
|
40483
|
+
},
|
|
40111
40484
|
"createdAt": {
|
|
40112
40485
|
"type": "number"
|
|
40113
40486
|
},
|
|
@@ -41578,10 +41951,6 @@
|
|
|
41578
41951
|
"nullable": true,
|
|
41579
41952
|
"type": "string"
|
|
41580
41953
|
},
|
|
41581
|
-
"passiveConnectConfigurationId": {
|
|
41582
|
-
"nullable": true,
|
|
41583
|
-
"type": "string"
|
|
41584
|
-
},
|
|
41585
41954
|
"passwordProtection": {
|
|
41586
41955
|
"nullable": true,
|
|
41587
41956
|
"type": "object"
|
|
@@ -43003,6 +43372,12 @@
|
|
|
43003
43372
|
},
|
|
43004
43373
|
"type": "array"
|
|
43005
43374
|
},
|
|
43375
|
+
"edgeCacheNamespace": {
|
|
43376
|
+
"items": {
|
|
43377
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43378
|
+
},
|
|
43379
|
+
"type": "array"
|
|
43380
|
+
},
|
|
43006
43381
|
"environments": {
|
|
43007
43382
|
"items": {
|
|
43008
43383
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -46673,7 +47048,7 @@
|
|
|
46673
47048
|
}
|
|
46674
47049
|
},
|
|
46675
47050
|
"400": {
|
|
46676
|
-
"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.",
|
|
46677
47052
|
"content": {
|
|
46678
47053
|
"application/json": {
|
|
46679
47054
|
"schema": {
|
|
@@ -46749,7 +47124,22 @@
|
|
|
46749
47124
|
"example": "my-team-url-slug"
|
|
46750
47125
|
}
|
|
46751
47126
|
}
|
|
46752
|
-
]
|
|
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
|
+
}
|
|
46753
47143
|
}
|
|
46754
47144
|
},
|
|
46755
47145
|
"/v10/projects/{idOrName}/domains": {
|
|
@@ -63437,7 +63827,7 @@
|
|
|
63437
63827
|
}
|
|
63438
63828
|
}
|
|
63439
63829
|
},
|
|
63440
|
-
"/
|
|
63830
|
+
"/v8/certs/{id}": {
|
|
63441
63831
|
"get": {
|
|
63442
63832
|
"description": "Get cert by id",
|
|
63443
63833
|
"operationId": "getCertById",
|
|
@@ -63642,7 +64032,7 @@
|
|
|
63642
64032
|
]
|
|
63643
64033
|
}
|
|
63644
64034
|
},
|
|
63645
|
-
"/
|
|
64035
|
+
"/v8/certs": {
|
|
63646
64036
|
"post": {
|
|
63647
64037
|
"description": "Issue a new cert",
|
|
63648
64038
|
"operationId": "issueCert",
|
|
@@ -63772,8 +64162,7 @@
|
|
|
63772
64162
|
}
|
|
63773
64163
|
}
|
|
63774
64164
|
}
|
|
63775
|
-
}
|
|
63776
|
-
"required": true
|
|
64165
|
+
}
|
|
63777
64166
|
}
|
|
63778
64167
|
},
|
|
63779
64168
|
"put": {
|
|
@@ -63904,8 +64293,7 @@
|
|
|
63904
64293
|
}
|
|
63905
64294
|
}
|
|
63906
64295
|
}
|
|
63907
|
-
}
|
|
63908
|
-
"required": true
|
|
64296
|
+
}
|
|
63909
64297
|
}
|
|
63910
64298
|
}
|
|
63911
64299
|
},
|
|
@@ -64002,7 +64390,7 @@
|
|
|
64002
64390
|
]
|
|
64003
64391
|
}
|
|
64004
64392
|
},
|
|
64005
|
-
"/
|
|
64393
|
+
"/v8/deployments/{id}/files/{fileId}": {
|
|
64006
64394
|
"get": {
|
|
64007
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.",
|
|
64008
64396
|
"operationId": "getDeploymentFileContents",
|
|
@@ -64051,29 +64439,6 @@
|
|
|
64051
64439
|
},
|
|
64052
64440
|
"410": {
|
|
64053
64441
|
"description": "Invalid API version."
|
|
64054
|
-
},
|
|
64055
|
-
"200": {
|
|
64056
|
-
"description": "File content as base64 encoded string",
|
|
64057
|
-
"content": {
|
|
64058
|
-
"application/json": {
|
|
64059
|
-
"schema": {
|
|
64060
|
-
"type": "object",
|
|
64061
|
-
"properties": {
|
|
64062
|
-
"data": {
|
|
64063
|
-
"type": "string",
|
|
64064
|
-
"description": "Base64 encoded file buffer",
|
|
64065
|
-
"format": "byte"
|
|
64066
|
-
}
|
|
64067
|
-
},
|
|
64068
|
-
"required": [
|
|
64069
|
-
"data"
|
|
64070
|
-
]
|
|
64071
|
-
},
|
|
64072
|
-
"example": {
|
|
64073
|
-
"data": "SGVsbG8gV29ybGQhIFRoaXMgaXMgYSByYW5kb20gc2hvcnQgZmlsZSBidWZmZXIgZXhhbXBsZS4="
|
|
64074
|
-
}
|
|
64075
|
-
}
|
|
64076
|
-
}
|
|
64077
64442
|
}
|
|
64078
64443
|
},
|
|
64079
64444
|
"parameters": [
|
|
@@ -69075,6 +69440,10 @@
|
|
|
69075
69440
|
"overageSummaryEmailSentAt": {
|
|
69076
69441
|
"type": "number",
|
|
69077
69442
|
"description": "Tracks the last time we sent a summary email."
|
|
69443
|
+
},
|
|
69444
|
+
"increasedOnDemandEmailSentAt": {
|
|
69445
|
+
"type": "number",
|
|
69446
|
+
"description": "Tracks the last time we sent a increased on-demand email."
|
|
69078
69447
|
}
|
|
69079
69448
|
},
|
|
69080
69449
|
"type": "object",
|
|
@@ -70600,6 +70969,24 @@
|
|
|
70600
70969
|
"buildsEnabled": {
|
|
70601
70970
|
"type": "boolean"
|
|
70602
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
|
+
},
|
|
70603
70990
|
"createdAt": {
|
|
70604
70991
|
"type": "number"
|
|
70605
70992
|
},
|
|
@@ -70646,6 +71033,24 @@
|
|
|
70646
71033
|
"buildsEnabled": {
|
|
70647
71034
|
"type": "boolean"
|
|
70648
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
|
+
},
|
|
70649
71054
|
"createdAt": {
|
|
70650
71055
|
"type": "number"
|
|
70651
71056
|
},
|
|
@@ -72116,6 +72521,22 @@
|
|
|
72116
72521
|
"type": "object",
|
|
72117
72522
|
"description": "The payload of the event, if requested."
|
|
72118
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
|
+
},
|
|
72119
72540
|
{
|
|
72120
72541
|
"properties": {
|
|
72121
72542
|
"id": {
|