@vercel/sdk 1.7.1 → 1.7.4
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 +40 -31
- package/bin/mcp-server.js +2906 -2077
- package/bin/mcp-server.js.map +41 -25
- package/docs/sdks/domains/README.md +0 -94
- package/docs/sdks/logs/README.md +92 -0
- package/docs/sdks/vercel/README.md +390 -0
- package/esm/__tests__/accessgroups.test.js +0 -144
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/aliases.test.js +0 -43
- package/esm/__tests__/aliases.test.js.map +1 -1
- package/esm/__tests__/artifacts.test.js +0 -20
- package/esm/__tests__/artifacts.test.js.map +1 -1
- package/esm/__tests__/authentication.test.js +0 -71
- package/esm/__tests__/authentication.test.js.map +1 -1
- package/esm/__tests__/certs.test.js +0 -27
- package/esm/__tests__/certs.test.js.map +1 -1
- package/esm/__tests__/checks.test.js +0 -46
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/deployments.test.js +0 -209
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/dns.test.js +0 -10
- package/esm/__tests__/dns.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +3 -161
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +0 -71
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/environment.test.js +0 -34
- package/esm/__tests__/environment.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +0 -23
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +0 -114
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/logs.test.d.ts +2 -0
- package/esm/__tests__/logs.test.d.ts.map +1 -0
- package/esm/__tests__/logs.test.js +22 -0
- package/esm/__tests__/logs.test.js.map +1 -0
- package/esm/__tests__/marketplace.test.js +0 -49
- package/esm/__tests__/marketplace.test.js.map +1 -1
- package/esm/__tests__/projectmembers.test.js +0 -6
- package/esm/__tests__/projectmembers.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +0 -459
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/__tests__/security.test.js +0 -274
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/teams.test.js +0 -92
- package/esm/__tests__/teams.test.js.map +1 -1
- package/esm/__tests__/user.test.js +0 -8
- package/esm/__tests__/user.test.js.map +1 -1
- package/esm/__tests__/vercel.test.js +69 -1
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/__tests__/webhooks.test.js +0 -94
- package/esm/__tests__/webhooks.test.js.map +1 -1
- package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.d.ts +12 -0
- package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.d.ts.map +1 -0
- package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.js +80 -0
- package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.js.map +1 -0
- package/esm/funcs/deploymentsUploadFile.js +1 -0
- package/esm/funcs/deploymentsUploadFile.js.map +1 -1
- package/esm/funcs/getProjectsProjectIdLogsPresets.d.ts +13 -0
- package/esm/funcs/getProjectsProjectIdLogsPresets.d.ts.map +1 -0
- package/esm/funcs/getProjectsProjectIdLogsPresets.js +77 -0
- package/esm/funcs/getProjectsProjectIdLogsPresets.js.map +1 -0
- package/esm/funcs/logsGetRuntimeLogs.d.ts +18 -0
- package/esm/funcs/logsGetRuntimeLogs.d.ts.map +1 -0
- package/esm/funcs/{domainsCreateOrTransferDomain.js → logsGetRuntimeLogs.js} +26 -16
- package/esm/funcs/logsGetRuntimeLogs.js.map +1 -0
- package/esm/funcs/patchProjectsProjectIdLogsPresetsId.d.ts +14 -0
- package/esm/funcs/patchProjectsProjectIdLogsPresetsId.d.ts.map +1 -0
- package/esm/funcs/patchProjectsProjectIdLogsPresetsId.js +82 -0
- package/esm/funcs/patchProjectsProjectIdLogsPresetsId.js.map +1 -0
- package/esm/funcs/postDomains.d.ts +13 -0
- package/esm/funcs/postDomains.d.ts.map +1 -0
- package/esm/funcs/postDomains.js +73 -0
- package/esm/funcs/postDomains.js.map +1 -0
- package/esm/funcs/postProjectsProjectIdLogsPresets.d.ts +13 -0
- package/esm/funcs/postProjectsProjectIdLogsPresets.d.ts.map +1 -0
- package/esm/funcs/postProjectsProjectIdLogsPresets.js +77 -0
- package/esm/funcs/postProjectsProjectIdLogsPresets.js.map +1 -0
- package/esm/funcs/projectsRequestPromote.js +1 -0
- 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/lib/config.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +13 -3
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.d.ts +7 -0
- package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.d.ts.map +1 -0
- package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.js +25 -0
- package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.js.map +1 -0
- package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.d.ts +7 -0
- package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.d.ts.map +1 -0
- package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.js +26 -0
- package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.js.map +1 -0
- package/esm/mcp-server/tools/logsGetRuntimeLogs.d.ts +7 -0
- package/esm/mcp-server/tools/logsGetRuntimeLogs.d.ts.map +1 -0
- package/esm/mcp-server/tools/logsGetRuntimeLogs.js +28 -0
- package/esm/mcp-server/tools/logsGetRuntimeLogs.js.map +1 -0
- package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.d.ts +7 -0
- package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.d.ts.map +1 -0
- package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.js +26 -0
- package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.js.map +1 -0
- 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/mcp-server/tools/postProjectsProjectIdLogsPresets.d.ts +7 -0
- package/esm/mcp-server/tools/postProjectsProjectIdLogsPresets.d.ts.map +1 -0
- package/esm/mcp-server/tools/postProjectsProjectIdLogsPresets.js +26 -0
- package/esm/mcp-server/tools/postProjectsProjectIdLogsPresets.js.map +1 -0
- package/esm/models/authuser.d.ts +0 -5
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +0 -2
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +28 -28
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +12 -12
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +4 -0
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +4 -0
- 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/deleteprojectsprojectidlogspresetsidop.d.ts +37 -0
- package/esm/models/deleteprojectsprojectidlogspresetsidop.d.ts.map +1 -0
- package/esm/models/deleteprojectsprojectidlogspresetsidop.js +33 -0
- package/esm/models/deleteprojectsprojectidlogspresetsidop.js.map +1 -0
- 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 +4 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +4 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getprojectsprojectidlogspresetsop.d.ts +29 -0
- package/esm/models/getprojectsprojectidlogspresetsop.d.ts.map +1 -0
- package/esm/models/getprojectsprojectidlogspresetsop.js +31 -0
- package/esm/models/getprojectsprojectidlogspresetsop.js.map +1 -0
- package/esm/models/getruntimelogsop.d.ts +147 -0
- package/esm/models/getruntimelogsop.d.ts.map +1 -0
- package/esm/models/getruntimelogsop.js +122 -0
- package/esm/models/getruntimelogsop.js.map +1 -0
- package/esm/models/getteamsop.d.ts +5 -12
- package/esm/models/getteamsop.d.ts.map +1 -1
- package/esm/models/getteamsop.js +5 -4
- package/esm/models/getteamsop.js.map +1 -1
- package/esm/models/patchprojectsprojectidlogspresetsidop.d.ts +67 -0
- package/esm/models/patchprojectsprojectidlogspresetsidop.d.ts.map +1 -0
- package/esm/models/patchprojectsprojectidlogspresetsidop.js +69 -0
- package/esm/models/patchprojectsprojectidlogspresetsidop.js.map +1 -0
- 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/postprojectsprojectidlogspresetsop.d.ts +95 -0
- package/esm/models/postprojectsprojectidlogspresetsop.d.ts.map +1 -0
- package/esm/models/postprojectsprojectidlogspresetsop.js +90 -0
- package/esm/models/postprojectsprojectidlogspresetsop.js.map +1 -0
- package/esm/models/requestpromoteop.d.ts +5 -0
- package/esm/models/requestpromoteop.d.ts.map +1 -1
- package/esm/models/requestpromoteop.js +2 -0
- package/esm/models/requestpromoteop.js.map +1 -1
- package/esm/models/team.d.ts +78 -0
- package/esm/models/team.d.ts.map +1 -0
- package/esm/models/team.js +80 -0
- package/esm/models/team.js.map +1 -0
- 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 +4 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +4 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +4 -0
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +4 -0
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.d.ts +2 -0
- package/esm/models/updateprojectprotectionbypassop.d.ts.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.js +2 -0
- package/esm/models/updateprojectprotectionbypassop.js.map +1 -1
- package/esm/models/uploadfileop.d.ts +5 -0
- package/esm/models/uploadfileop.d.ts.map +1 -1
- package/esm/models/uploadfileop.js +4 -0
- package/esm/models/uploadfileop.js.map +1 -1
- package/esm/models/userevent.d.ts +1104 -983
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1426 -1322
- package/esm/models/userevent.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/logs.d.ts +12 -0
- package/esm/sdk/logs.d.ts.map +1 -0
- package/esm/sdk/logs.js +18 -0
- package/esm/sdk/logs.js.map +1 -0
- package/esm/sdk/sdk.d.ts +15 -1
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +25 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +0 -144
- package/src/__tests__/aliases.test.ts +0 -43
- package/src/__tests__/artifacts.test.ts +0 -22
- package/src/__tests__/authentication.test.ts +0 -71
- package/src/__tests__/certs.test.ts +0 -27
- package/src/__tests__/checks.test.ts +0 -46
- package/src/__tests__/deployments.test.ts +0 -211
- package/src/__tests__/dns.test.ts +0 -10
- package/src/__tests__/domains.test.ts +5 -163
- package/src/__tests__/edgeconfig.test.ts +0 -71
- package/src/__tests__/environment.test.ts +0 -34
- package/src/__tests__/integrations.test.ts +0 -23
- package/src/__tests__/logdrains.test.ts +0 -114
- package/src/__tests__/logs.test.ts +25 -0
- package/src/__tests__/marketplace.test.ts +0 -49
- package/src/__tests__/projectmembers.test.ts +0 -6
- package/src/__tests__/projects.test.ts +0 -459
- package/src/__tests__/security.test.ts +0 -274
- package/src/__tests__/teams.test.ts +0 -92
- package/src/__tests__/user.test.ts +0 -8
- package/src/__tests__/vercel.test.ts +93 -1
- package/src/__tests__/webhooks.test.ts +0 -94
- package/src/funcs/deleteProjectsProjectIdLogsPresetsId.ts +179 -0
- package/src/funcs/deploymentsUploadFile.ts +5 -0
- package/src/funcs/getProjectsProjectIdLogsPresets.ts +174 -0
- package/src/funcs/{domainsCreateOrTransferDomain.ts → logsGetRuntimeLogs.ts} +39 -33
- package/src/funcs/patchProjectsProjectIdLogsPresetsId.ts +188 -0
- package/src/funcs/postDomains.ts +177 -0
- package/src/funcs/postProjectsProjectIdLogsPresets.ts +174 -0
- package/src/funcs/projectsRequestPromote.ts +1 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +13 -3
- package/src/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.ts +35 -0
- package/src/mcp-server/tools/getProjectsProjectIdLogsPresets.ts +36 -0
- package/src/mcp-server/tools/logsGetRuntimeLogs.ts +37 -0
- package/src/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.ts +37 -0
- package/src/mcp-server/tools/postDomains.ts +35 -0
- package/src/mcp-server/tools/postProjectsProjectIdLogsPresets.ts +37 -0
- package/src/models/authuser.ts +0 -7
- package/src/models/createdeploymentop.ts +16 -16
- package/src/models/createprojectop.ts +8 -0
- package/src/models/createrecordop.ts +96 -84
- package/src/models/deleteprojectsprojectidlogspresetsidop.ts +89 -0
- package/src/models/getdomainop.ts +16 -14
- package/src/models/getprojectsop.ts +8 -0
- package/src/models/getprojectsprojectidlogspresetsop.ts +72 -0
- package/src/models/getruntimelogsop.ts +237 -0
- package/src/models/getteamsop.ts +14 -10
- package/src/models/patchprojectsprojectidlogspresetsidop.ts +180 -0
- package/src/models/postdomainsop.ts +637 -0
- package/src/models/postprojectsprojectidlogspresetsop.ts +217 -0
- package/src/models/requestpromoteop.ts +7 -0
- package/src/models/team.ts +156 -0
- package/src/models/teamlimited.ts +13 -13
- package/src/models/updateprojectdatacacheop.ts +8 -0
- package/src/models/updateprojectop.ts +8 -0
- package/src/models/updateprojectprotectionbypassop.ts +4 -0
- package/src/models/uploadfileop.ts +9 -0
- package/src/models/userevent.ts +2504 -2287
- package/src/sdk/domains.ts +0 -22
- package/src/sdk/logs.ts +30 -0
- package/src/sdk/sdk.ts +77 -1
- package/vercel-spec.json +874 -309
- 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
|
@@ -7186,6 +7186,12 @@
|
|
|
7186
7186
|
},
|
|
7187
7187
|
"type": "array"
|
|
7188
7188
|
},
|
|
7189
|
+
"edgeCacheNamespace": {
|
|
7190
|
+
"items": {
|
|
7191
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
7192
|
+
},
|
|
7193
|
+
"type": "array"
|
|
7194
|
+
},
|
|
7189
7195
|
"environments": {
|
|
7190
7196
|
"items": {
|
|
7191
7197
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -7513,13 +7519,17 @@
|
|
|
7513
7519
|
},
|
|
7514
7520
|
"integrationId": {
|
|
7515
7521
|
"type": "string"
|
|
7522
|
+
},
|
|
7523
|
+
"configurationId": {
|
|
7524
|
+
"type": "string"
|
|
7516
7525
|
}
|
|
7517
7526
|
},
|
|
7518
7527
|
"required": [
|
|
7519
7528
|
"createdAt",
|
|
7520
7529
|
"createdBy",
|
|
7521
7530
|
"scope",
|
|
7522
|
-
"integrationId"
|
|
7531
|
+
"integrationId",
|
|
7532
|
+
"configurationId"
|
|
7523
7533
|
],
|
|
7524
7534
|
"type": "object"
|
|
7525
7535
|
},
|
|
@@ -12533,25 +12543,25 @@
|
|
|
12533
12543
|
"lambdas": {
|
|
12534
12544
|
"items": {
|
|
12535
12545
|
"properties": {
|
|
12536
|
-
"id": {
|
|
12537
|
-
"type": "string"
|
|
12538
|
-
},
|
|
12539
12546
|
"createdAt": {
|
|
12540
12547
|
"type": "number"
|
|
12541
12548
|
},
|
|
12542
|
-
"
|
|
12543
|
-
"nullable": true,
|
|
12549
|
+
"id": {
|
|
12544
12550
|
"type": "string"
|
|
12545
12551
|
},
|
|
12546
12552
|
"readyState": {
|
|
12547
12553
|
"type": "string",
|
|
12548
12554
|
"enum": [
|
|
12549
|
-
"BUILDING",
|
|
12550
12555
|
"ERROR",
|
|
12556
|
+
"BUILDING",
|
|
12551
12557
|
"INITIALIZING",
|
|
12552
12558
|
"READY"
|
|
12553
12559
|
]
|
|
12554
12560
|
},
|
|
12561
|
+
"entrypoint": {
|
|
12562
|
+
"nullable": true,
|
|
12563
|
+
"type": "string"
|
|
12564
|
+
},
|
|
12555
12565
|
"readyStateAt": {
|
|
12556
12566
|
"type": "number"
|
|
12557
12567
|
},
|
|
@@ -12663,9 +12673,9 @@
|
|
|
12663
12673
|
"type": {
|
|
12664
12674
|
"type": "string",
|
|
12665
12675
|
"enum": [
|
|
12676
|
+
"endsWith",
|
|
12666
12677
|
"startsWith",
|
|
12667
|
-
"equals"
|
|
12668
|
-
"endsWith"
|
|
12678
|
+
"equals"
|
|
12669
12679
|
],
|
|
12670
12680
|
"description": "The type of matching to perform"
|
|
12671
12681
|
},
|
|
@@ -13582,15 +13592,15 @@
|
|
|
13582
13592
|
"functionType": {
|
|
13583
13593
|
"type": "string",
|
|
13584
13594
|
"enum": [
|
|
13585
|
-
"
|
|
13586
|
-
"
|
|
13595
|
+
"standard",
|
|
13596
|
+
"fluid"
|
|
13587
13597
|
]
|
|
13588
13598
|
},
|
|
13589
13599
|
"functionMemoryType": {
|
|
13590
13600
|
"type": "string",
|
|
13591
13601
|
"enum": [
|
|
13592
|
-
"standard",
|
|
13593
13602
|
"standard_legacy",
|
|
13603
|
+
"standard",
|
|
13594
13604
|
"performance"
|
|
13595
13605
|
]
|
|
13596
13606
|
},
|
|
@@ -13820,11 +13830,11 @@
|
|
|
13820
13830
|
"type": "string",
|
|
13821
13831
|
"enum": [
|
|
13822
13832
|
"error",
|
|
13833
|
+
"resource",
|
|
13823
13834
|
"filesystem",
|
|
13824
13835
|
"hit",
|
|
13825
13836
|
"miss",
|
|
13826
|
-
"rewrite"
|
|
13827
|
-
"resource"
|
|
13837
|
+
"rewrite"
|
|
13828
13838
|
]
|
|
13829
13839
|
},
|
|
13830
13840
|
"src": {
|
|
@@ -13934,8 +13944,8 @@
|
|
|
13934
13944
|
"ownerType": {
|
|
13935
13945
|
"type": "string",
|
|
13936
13946
|
"enum": [
|
|
13937
|
-
"
|
|
13938
|
-
"
|
|
13947
|
+
"user",
|
|
13948
|
+
"team"
|
|
13939
13949
|
]
|
|
13940
13950
|
}
|
|
13941
13951
|
},
|
|
@@ -13987,8 +13997,8 @@
|
|
|
13987
13997
|
"ownerType": {
|
|
13988
13998
|
"type": "string",
|
|
13989
13999
|
"enum": [
|
|
13990
|
-
"
|
|
13991
|
-
"
|
|
14000
|
+
"user",
|
|
14001
|
+
"team"
|
|
13992
14002
|
]
|
|
13993
14003
|
}
|
|
13994
14004
|
},
|
|
@@ -14041,8 +14051,8 @@
|
|
|
14041
14051
|
"ownerType": {
|
|
14042
14052
|
"type": "string",
|
|
14043
14053
|
"enum": [
|
|
14044
|
-
"
|
|
14045
|
-
"
|
|
14054
|
+
"user",
|
|
14055
|
+
"team"
|
|
14046
14056
|
]
|
|
14047
14057
|
}
|
|
14048
14058
|
},
|
|
@@ -19343,19 +19353,13 @@
|
|
|
19343
19353
|
}
|
|
19344
19354
|
}
|
|
19345
19355
|
]
|
|
19346
|
-
}
|
|
19356
|
+
}
|
|
19357
|
+
},
|
|
19358
|
+
"/domains": {
|
|
19347
19359
|
"post": {
|
|
19348
|
-
"description": "
|
|
19349
|
-
"
|
|
19350
|
-
"
|
|
19351
|
-
{
|
|
19352
|
-
"bearerToken": []
|
|
19353
|
-
}
|
|
19354
|
-
],
|
|
19355
|
-
"summary": "Register or transfer-in a new Domain",
|
|
19356
|
-
"tags": [
|
|
19357
|
-
"domains"
|
|
19358
|
-
],
|
|
19360
|
+
"description": "",
|
|
19361
|
+
"security": [],
|
|
19362
|
+
"tags": [],
|
|
19359
19363
|
"responses": {
|
|
19360
19364
|
"200": {
|
|
19361
19365
|
"description": "",
|
|
@@ -19569,245 +19573,225 @@
|
|
|
19569
19573
|
"description": ""
|
|
19570
19574
|
}
|
|
19571
19575
|
},
|
|
19576
|
+
"parameters": [],
|
|
19577
|
+
"requestBody": {
|
|
19578
|
+
"content": {
|
|
19579
|
+
"application/json": {
|
|
19580
|
+
"schema": {
|
|
19581
|
+
"properties": {
|
|
19582
|
+
"method": {
|
|
19583
|
+
"description": "The domain operation to perform. It can be either `add` or `transfer-in`.",
|
|
19584
|
+
"type": "string",
|
|
19585
|
+
"example": "transfer-in"
|
|
19586
|
+
}
|
|
19587
|
+
},
|
|
19588
|
+
"oneOf": [
|
|
19589
|
+
{
|
|
19590
|
+
"additionalProperties": false,
|
|
19591
|
+
"type": "object",
|
|
19592
|
+
"description": "add",
|
|
19593
|
+
"required": [
|
|
19594
|
+
"name"
|
|
19595
|
+
],
|
|
19596
|
+
"properties": {
|
|
19597
|
+
"name": {
|
|
19598
|
+
"description": "The domain name you want to add.",
|
|
19599
|
+
"type": "string",
|
|
19600
|
+
"example": "example.com"
|
|
19601
|
+
},
|
|
19602
|
+
"cdnEnabled": {
|
|
19603
|
+
"description": "Whether the domain has the Vercel Edge Network enabled or not.",
|
|
19604
|
+
"type": "boolean",
|
|
19605
|
+
"example": true
|
|
19606
|
+
},
|
|
19607
|
+
"zone": {
|
|
19608
|
+
"type": "boolean"
|
|
19609
|
+
},
|
|
19610
|
+
"method": {
|
|
19611
|
+
"description": "The domain operation to perform.",
|
|
19612
|
+
"type": "string",
|
|
19613
|
+
"example": "add"
|
|
19614
|
+
}
|
|
19615
|
+
}
|
|
19616
|
+
},
|
|
19617
|
+
{
|
|
19618
|
+
"additionalProperties": false,
|
|
19619
|
+
"type": "object",
|
|
19620
|
+
"description": "move-in",
|
|
19621
|
+
"required": [
|
|
19622
|
+
"method",
|
|
19623
|
+
"name"
|
|
19624
|
+
],
|
|
19625
|
+
"properties": {
|
|
19626
|
+
"name": {
|
|
19627
|
+
"description": "The domain name you want to add.",
|
|
19628
|
+
"type": "string",
|
|
19629
|
+
"example": "example.com"
|
|
19630
|
+
},
|
|
19631
|
+
"method": {
|
|
19632
|
+
"description": "The domain operation to perform.",
|
|
19633
|
+
"type": "string",
|
|
19634
|
+
"example": "move-in"
|
|
19635
|
+
},
|
|
19636
|
+
"token": {
|
|
19637
|
+
"description": "The move-in token from Move Requested email.",
|
|
19638
|
+
"type": "string",
|
|
19639
|
+
"example": "fdhfr820ad#@FAdlj$$"
|
|
19640
|
+
}
|
|
19641
|
+
}
|
|
19642
|
+
},
|
|
19643
|
+
{
|
|
19644
|
+
"additionalProperties": false,
|
|
19645
|
+
"type": "object",
|
|
19646
|
+
"description": "transfer-in",
|
|
19647
|
+
"required": [
|
|
19648
|
+
"method",
|
|
19649
|
+
"name"
|
|
19650
|
+
],
|
|
19651
|
+
"properties": {
|
|
19652
|
+
"name": {
|
|
19653
|
+
"description": "The domain name you want to add.",
|
|
19654
|
+
"type": "string",
|
|
19655
|
+
"example": "example.com"
|
|
19656
|
+
},
|
|
19657
|
+
"method": {
|
|
19658
|
+
"description": "The domain operation to perform.",
|
|
19659
|
+
"type": "string",
|
|
19660
|
+
"example": "transfer-in"
|
|
19661
|
+
},
|
|
19662
|
+
"authCode": {
|
|
19663
|
+
"description": "The authorization code assigned to the domain.",
|
|
19664
|
+
"type": "string",
|
|
19665
|
+
"example": "fdhfr820ad#@FAdlj$$"
|
|
19666
|
+
},
|
|
19667
|
+
"expectedPrice": {
|
|
19668
|
+
"description": "The price you expect to be charged for the required 1 year renewal.",
|
|
19669
|
+
"type": "number",
|
|
19670
|
+
"example": 8
|
|
19671
|
+
}
|
|
19672
|
+
}
|
|
19673
|
+
}
|
|
19674
|
+
]
|
|
19675
|
+
}
|
|
19676
|
+
}
|
|
19677
|
+
}
|
|
19678
|
+
}
|
|
19679
|
+
}
|
|
19680
|
+
},
|
|
19681
|
+
"/v3/domains/{domain}": {
|
|
19682
|
+
"patch": {
|
|
19683
|
+
"description": "Update or move apex domain.",
|
|
19684
|
+
"operationId": "patchDomain",
|
|
19685
|
+
"security": [
|
|
19686
|
+
{
|
|
19687
|
+
"bearerToken": []
|
|
19688
|
+
}
|
|
19689
|
+
],
|
|
19690
|
+
"summary": "Update or move apex domain",
|
|
19691
|
+
"tags": [
|
|
19692
|
+
"domains"
|
|
19693
|
+
],
|
|
19694
|
+
"responses": {
|
|
19695
|
+
"200": {
|
|
19696
|
+
"description": "",
|
|
19697
|
+
"content": {
|
|
19698
|
+
"application/json": {
|
|
19699
|
+
"schema": {
|
|
19700
|
+
"oneOf": [
|
|
19701
|
+
{
|
|
19702
|
+
"properties": {
|
|
19703
|
+
"moved": {
|
|
19704
|
+
"type": "boolean"
|
|
19705
|
+
}
|
|
19706
|
+
},
|
|
19707
|
+
"required": [
|
|
19708
|
+
"moved"
|
|
19709
|
+
],
|
|
19710
|
+
"type": "object"
|
|
19711
|
+
},
|
|
19712
|
+
{
|
|
19713
|
+
"properties": {
|
|
19714
|
+
"moved": {
|
|
19715
|
+
"type": "boolean"
|
|
19716
|
+
},
|
|
19717
|
+
"token": {
|
|
19718
|
+
"type": "string"
|
|
19719
|
+
}
|
|
19720
|
+
},
|
|
19721
|
+
"required": [
|
|
19722
|
+
"moved",
|
|
19723
|
+
"token"
|
|
19724
|
+
],
|
|
19725
|
+
"type": "object"
|
|
19726
|
+
},
|
|
19727
|
+
{
|
|
19728
|
+
"properties": {
|
|
19729
|
+
"renew": {
|
|
19730
|
+
"type": "boolean"
|
|
19731
|
+
},
|
|
19732
|
+
"customNameservers": {
|
|
19733
|
+
"items": {
|
|
19734
|
+
"type": "string"
|
|
19735
|
+
},
|
|
19736
|
+
"type": "array"
|
|
19737
|
+
},
|
|
19738
|
+
"zone": {
|
|
19739
|
+
"type": "boolean"
|
|
19740
|
+
}
|
|
19741
|
+
},
|
|
19742
|
+
"type": "object"
|
|
19743
|
+
}
|
|
19744
|
+
]
|
|
19745
|
+
}
|
|
19746
|
+
}
|
|
19747
|
+
}
|
|
19748
|
+
},
|
|
19749
|
+
"400": {
|
|
19750
|
+
"description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
|
|
19751
|
+
"content": {
|
|
19752
|
+
"application/json": {
|
|
19753
|
+
"schema": {
|
|
19754
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
19755
|
+
}
|
|
19756
|
+
}
|
|
19757
|
+
}
|
|
19758
|
+
},
|
|
19759
|
+
"401": {
|
|
19760
|
+
"description": "",
|
|
19761
|
+
"content": {
|
|
19762
|
+
"application/json": {
|
|
19763
|
+
"schema": {
|
|
19764
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
19765
|
+
}
|
|
19766
|
+
}
|
|
19767
|
+
}
|
|
19768
|
+
},
|
|
19769
|
+
"403": {
|
|
19770
|
+
"description": "You do not have permission to access this resource."
|
|
19771
|
+
},
|
|
19772
|
+
"404": {
|
|
19773
|
+
"description": "",
|
|
19774
|
+
"content": {
|
|
19775
|
+
"application/json": {
|
|
19776
|
+
"schema": {
|
|
19777
|
+
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
19778
|
+
}
|
|
19779
|
+
}
|
|
19780
|
+
}
|
|
19781
|
+
},
|
|
19782
|
+
"409": {
|
|
19783
|
+
"description": ""
|
|
19784
|
+
}
|
|
19785
|
+
},
|
|
19572
19786
|
"parameters": [
|
|
19573
|
-
{
|
|
19574
|
-
"
|
|
19575
|
-
"in": "
|
|
19576
|
-
"
|
|
19577
|
-
|
|
19578
|
-
|
|
19579
|
-
|
|
19580
|
-
|
|
19581
|
-
},
|
|
19582
|
-
{
|
|
19583
|
-
"description": "The Team slug to perform the request on behalf of.",
|
|
19584
|
-
"in": "query",
|
|
19585
|
-
"name": "slug",
|
|
19586
|
-
"schema": {
|
|
19587
|
-
"type": "string",
|
|
19588
|
-
"example": "my-team-url-slug"
|
|
19589
|
-
}
|
|
19590
|
-
}
|
|
19591
|
-
],
|
|
19592
|
-
"requestBody": {
|
|
19593
|
-
"content": {
|
|
19594
|
-
"application/json": {
|
|
19595
|
-
"schema": {
|
|
19596
|
-
"properties": {
|
|
19597
|
-
"method": {
|
|
19598
|
-
"description": "The domain operation to perform. It can be either `add` or `transfer-in`.",
|
|
19599
|
-
"type": "string",
|
|
19600
|
-
"example": "transfer-in"
|
|
19601
|
-
}
|
|
19602
|
-
},
|
|
19603
|
-
"oneOf": [
|
|
19604
|
-
{
|
|
19605
|
-
"additionalProperties": false,
|
|
19606
|
-
"type": "object",
|
|
19607
|
-
"description": "add",
|
|
19608
|
-
"required": [
|
|
19609
|
-
"name"
|
|
19610
|
-
],
|
|
19611
|
-
"properties": {
|
|
19612
|
-
"name": {
|
|
19613
|
-
"description": "The domain name you want to add.",
|
|
19614
|
-
"type": "string",
|
|
19615
|
-
"example": "example.com"
|
|
19616
|
-
},
|
|
19617
|
-
"cdnEnabled": {
|
|
19618
|
-
"description": "Whether the domain has the Vercel Edge Network enabled or not.",
|
|
19619
|
-
"type": "boolean",
|
|
19620
|
-
"example": true
|
|
19621
|
-
},
|
|
19622
|
-
"zone": {
|
|
19623
|
-
"type": "boolean"
|
|
19624
|
-
},
|
|
19625
|
-
"method": {
|
|
19626
|
-
"description": "The domain operation to perform.",
|
|
19627
|
-
"type": "string",
|
|
19628
|
-
"example": "add"
|
|
19629
|
-
}
|
|
19630
|
-
}
|
|
19631
|
-
},
|
|
19632
|
-
{
|
|
19633
|
-
"additionalProperties": false,
|
|
19634
|
-
"type": "object",
|
|
19635
|
-
"description": "move-in",
|
|
19636
|
-
"required": [
|
|
19637
|
-
"method",
|
|
19638
|
-
"name"
|
|
19639
|
-
],
|
|
19640
|
-
"properties": {
|
|
19641
|
-
"name": {
|
|
19642
|
-
"description": "The domain name you want to add.",
|
|
19643
|
-
"type": "string",
|
|
19644
|
-
"example": "example.com"
|
|
19645
|
-
},
|
|
19646
|
-
"method": {
|
|
19647
|
-
"description": "The domain operation to perform.",
|
|
19648
|
-
"type": "string",
|
|
19649
|
-
"example": "move-in"
|
|
19650
|
-
},
|
|
19651
|
-
"token": {
|
|
19652
|
-
"description": "The move-in token from Move Requested email.",
|
|
19653
|
-
"type": "string",
|
|
19654
|
-
"example": "fdhfr820ad#@FAdlj$$"
|
|
19655
|
-
}
|
|
19656
|
-
}
|
|
19657
|
-
},
|
|
19658
|
-
{
|
|
19659
|
-
"additionalProperties": false,
|
|
19660
|
-
"type": "object",
|
|
19661
|
-
"description": "transfer-in",
|
|
19662
|
-
"required": [
|
|
19663
|
-
"method",
|
|
19664
|
-
"name"
|
|
19665
|
-
],
|
|
19666
|
-
"properties": {
|
|
19667
|
-
"name": {
|
|
19668
|
-
"description": "The domain name you want to add.",
|
|
19669
|
-
"type": "string",
|
|
19670
|
-
"example": "example.com"
|
|
19671
|
-
},
|
|
19672
|
-
"method": {
|
|
19673
|
-
"description": "The domain operation to perform.",
|
|
19674
|
-
"type": "string",
|
|
19675
|
-
"example": "transfer-in"
|
|
19676
|
-
},
|
|
19677
|
-
"authCode": {
|
|
19678
|
-
"description": "The authorization code assigned to the domain.",
|
|
19679
|
-
"type": "string",
|
|
19680
|
-
"example": "fdhfr820ad#@FAdlj$$"
|
|
19681
|
-
},
|
|
19682
|
-
"expectedPrice": {
|
|
19683
|
-
"description": "The price you expect to be charged for the required 1 year renewal.",
|
|
19684
|
-
"type": "number",
|
|
19685
|
-
"example": 8
|
|
19686
|
-
}
|
|
19687
|
-
}
|
|
19688
|
-
}
|
|
19689
|
-
]
|
|
19690
|
-
}
|
|
19691
|
-
}
|
|
19692
|
-
},
|
|
19693
|
-
"required": true
|
|
19694
|
-
}
|
|
19695
|
-
}
|
|
19696
|
-
},
|
|
19697
|
-
"/v3/domains/{domain}": {
|
|
19698
|
-
"patch": {
|
|
19699
|
-
"description": "Update or move apex domain.",
|
|
19700
|
-
"operationId": "patchDomain",
|
|
19701
|
-
"security": [
|
|
19702
|
-
{
|
|
19703
|
-
"bearerToken": []
|
|
19704
|
-
}
|
|
19705
|
-
],
|
|
19706
|
-
"summary": "Update or move apex domain",
|
|
19707
|
-
"tags": [
|
|
19708
|
-
"domains"
|
|
19709
|
-
],
|
|
19710
|
-
"responses": {
|
|
19711
|
-
"200": {
|
|
19712
|
-
"description": "",
|
|
19713
|
-
"content": {
|
|
19714
|
-
"application/json": {
|
|
19715
|
-
"schema": {
|
|
19716
|
-
"oneOf": [
|
|
19717
|
-
{
|
|
19718
|
-
"properties": {
|
|
19719
|
-
"moved": {
|
|
19720
|
-
"type": "boolean"
|
|
19721
|
-
}
|
|
19722
|
-
},
|
|
19723
|
-
"required": [
|
|
19724
|
-
"moved"
|
|
19725
|
-
],
|
|
19726
|
-
"type": "object"
|
|
19727
|
-
},
|
|
19728
|
-
{
|
|
19729
|
-
"properties": {
|
|
19730
|
-
"moved": {
|
|
19731
|
-
"type": "boolean"
|
|
19732
|
-
},
|
|
19733
|
-
"token": {
|
|
19734
|
-
"type": "string"
|
|
19735
|
-
}
|
|
19736
|
-
},
|
|
19737
|
-
"required": [
|
|
19738
|
-
"moved",
|
|
19739
|
-
"token"
|
|
19740
|
-
],
|
|
19741
|
-
"type": "object"
|
|
19742
|
-
},
|
|
19743
|
-
{
|
|
19744
|
-
"properties": {
|
|
19745
|
-
"renew": {
|
|
19746
|
-
"type": "boolean"
|
|
19747
|
-
},
|
|
19748
|
-
"customNameservers": {
|
|
19749
|
-
"items": {
|
|
19750
|
-
"type": "string"
|
|
19751
|
-
},
|
|
19752
|
-
"type": "array"
|
|
19753
|
-
},
|
|
19754
|
-
"zone": {
|
|
19755
|
-
"type": "boolean"
|
|
19756
|
-
}
|
|
19757
|
-
},
|
|
19758
|
-
"type": "object"
|
|
19759
|
-
}
|
|
19760
|
-
]
|
|
19761
|
-
}
|
|
19762
|
-
}
|
|
19763
|
-
}
|
|
19764
|
-
},
|
|
19765
|
-
"400": {
|
|
19766
|
-
"description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
|
|
19767
|
-
"content": {
|
|
19768
|
-
"application/json": {
|
|
19769
|
-
"schema": {
|
|
19770
|
-
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
19771
|
-
}
|
|
19772
|
-
}
|
|
19773
|
-
}
|
|
19774
|
-
},
|
|
19775
|
-
"401": {
|
|
19776
|
-
"description": "",
|
|
19777
|
-
"content": {
|
|
19778
|
-
"application/json": {
|
|
19779
|
-
"schema": {
|
|
19780
|
-
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
19781
|
-
}
|
|
19782
|
-
}
|
|
19783
|
-
}
|
|
19784
|
-
},
|
|
19785
|
-
"403": {
|
|
19786
|
-
"description": "You do not have permission to access this resource."
|
|
19787
|
-
},
|
|
19788
|
-
"404": {
|
|
19789
|
-
"description": "",
|
|
19790
|
-
"content": {
|
|
19791
|
-
"application/json": {
|
|
19792
|
-
"schema": {
|
|
19793
|
-
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
19794
|
-
}
|
|
19795
|
-
}
|
|
19796
|
-
}
|
|
19797
|
-
},
|
|
19798
|
-
"409": {
|
|
19799
|
-
"description": ""
|
|
19800
|
-
}
|
|
19801
|
-
},
|
|
19802
|
-
"parameters": [
|
|
19803
|
-
{
|
|
19804
|
-
"name": "domain",
|
|
19805
|
-
"in": "path",
|
|
19806
|
-
"schema": {
|
|
19807
|
-
"type": "string"
|
|
19808
|
-
},
|
|
19809
|
-
"required": true
|
|
19810
|
-
},
|
|
19787
|
+
{
|
|
19788
|
+
"name": "domain",
|
|
19789
|
+
"in": "path",
|
|
19790
|
+
"schema": {
|
|
19791
|
+
"type": "string"
|
|
19792
|
+
},
|
|
19793
|
+
"required": true
|
|
19794
|
+
},
|
|
19811
19795
|
{
|
|
19812
19796
|
"description": "The Team identifier to perform the request on behalf of.",
|
|
19813
19797
|
"in": "query",
|
|
@@ -26170,7 +26154,286 @@
|
|
|
26170
26154
|
"description": "You do not have permission to access this resource."
|
|
26171
26155
|
},
|
|
26172
26156
|
"404": {
|
|
26173
|
-
"description": "The log drain was not found",
|
|
26157
|
+
"description": "The log drain was not found",
|
|
26158
|
+
"content": {
|
|
26159
|
+
"application/json": {
|
|
26160
|
+
"schema": {
|
|
26161
|
+
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
26162
|
+
}
|
|
26163
|
+
}
|
|
26164
|
+
}
|
|
26165
|
+
}
|
|
26166
|
+
},
|
|
26167
|
+
"parameters": [
|
|
26168
|
+
{
|
|
26169
|
+
"name": "id",
|
|
26170
|
+
"description": "ID of the log drain to be deleted",
|
|
26171
|
+
"in": "path",
|
|
26172
|
+
"required": true,
|
|
26173
|
+
"schema": {
|
|
26174
|
+
"description": "ID of the log drain to be deleted",
|
|
26175
|
+
"type": "string"
|
|
26176
|
+
}
|
|
26177
|
+
},
|
|
26178
|
+
{
|
|
26179
|
+
"description": "The Team identifier to perform the request on behalf of.",
|
|
26180
|
+
"in": "query",
|
|
26181
|
+
"name": "teamId",
|
|
26182
|
+
"schema": {
|
|
26183
|
+
"type": "string",
|
|
26184
|
+
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
26185
|
+
}
|
|
26186
|
+
},
|
|
26187
|
+
{
|
|
26188
|
+
"description": "The Team slug to perform the request on behalf of.",
|
|
26189
|
+
"in": "query",
|
|
26190
|
+
"name": "slug",
|
|
26191
|
+
"schema": {
|
|
26192
|
+
"type": "string",
|
|
26193
|
+
"example": "my-team-url-slug"
|
|
26194
|
+
}
|
|
26195
|
+
}
|
|
26196
|
+
]
|
|
26197
|
+
}
|
|
26198
|
+
},
|
|
26199
|
+
"/projects/{projectId}/logs-presets": {
|
|
26200
|
+
"get": {
|
|
26201
|
+
"description": "",
|
|
26202
|
+
"security": [],
|
|
26203
|
+
"tags": [],
|
|
26204
|
+
"responses": {
|
|
26205
|
+
"200": {
|
|
26206
|
+
"description": "",
|
|
26207
|
+
"content": {
|
|
26208
|
+
"application/json": {
|
|
26209
|
+
"schema": {
|
|
26210
|
+
"items": {
|
|
26211
|
+
"$ref": "#/components/schemas/Team"
|
|
26212
|
+
},
|
|
26213
|
+
"type": "array"
|
|
26214
|
+
}
|
|
26215
|
+
}
|
|
26216
|
+
}
|
|
26217
|
+
},
|
|
26218
|
+
"400": {
|
|
26219
|
+
"description": "One of the provided values in the request query is invalid.",
|
|
26220
|
+
"content": {
|
|
26221
|
+
"application/json": {
|
|
26222
|
+
"schema": {
|
|
26223
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
26224
|
+
}
|
|
26225
|
+
}
|
|
26226
|
+
}
|
|
26227
|
+
},
|
|
26228
|
+
"401": {
|
|
26229
|
+
"description": "",
|
|
26230
|
+
"content": {
|
|
26231
|
+
"application/json": {
|
|
26232
|
+
"schema": {
|
|
26233
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
26234
|
+
}
|
|
26235
|
+
}
|
|
26236
|
+
}
|
|
26237
|
+
},
|
|
26238
|
+
"403": {
|
|
26239
|
+
"description": "You do not have permission to access this resource."
|
|
26240
|
+
}
|
|
26241
|
+
},
|
|
26242
|
+
"parameters": [
|
|
26243
|
+
{
|
|
26244
|
+
"name": "projectId",
|
|
26245
|
+
"in": "path",
|
|
26246
|
+
"required": true,
|
|
26247
|
+
"schema": {
|
|
26248
|
+
"type": "string"
|
|
26249
|
+
}
|
|
26250
|
+
}
|
|
26251
|
+
]
|
|
26252
|
+
},
|
|
26253
|
+
"post": {
|
|
26254
|
+
"description": "",
|
|
26255
|
+
"security": [],
|
|
26256
|
+
"tags": [],
|
|
26257
|
+
"responses": {
|
|
26258
|
+
"200": {
|
|
26259
|
+
"description": "",
|
|
26260
|
+
"content": {
|
|
26261
|
+
"application/json": {
|
|
26262
|
+
"schema": {
|
|
26263
|
+
"$ref": "#/components/schemas/Team"
|
|
26264
|
+
}
|
|
26265
|
+
}
|
|
26266
|
+
}
|
|
26267
|
+
},
|
|
26268
|
+
"400": {
|
|
26269
|
+
"description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
|
|
26270
|
+
"content": {
|
|
26271
|
+
"application/json": {
|
|
26272
|
+
"schema": {
|
|
26273
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
26274
|
+
}
|
|
26275
|
+
}
|
|
26276
|
+
}
|
|
26277
|
+
},
|
|
26278
|
+
"401": {
|
|
26279
|
+
"description": "",
|
|
26280
|
+
"content": {
|
|
26281
|
+
"application/json": {
|
|
26282
|
+
"schema": {
|
|
26283
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
26284
|
+
}
|
|
26285
|
+
}
|
|
26286
|
+
}
|
|
26287
|
+
},
|
|
26288
|
+
"403": {
|
|
26289
|
+
"description": "You do not have permission to access this resource."
|
|
26290
|
+
}
|
|
26291
|
+
},
|
|
26292
|
+
"parameters": [
|
|
26293
|
+
{
|
|
26294
|
+
"name": "projectId",
|
|
26295
|
+
"description": "projectId of the preset",
|
|
26296
|
+
"in": "path",
|
|
26297
|
+
"required": true,
|
|
26298
|
+
"schema": {
|
|
26299
|
+
"description": "projectId of the preset",
|
|
26300
|
+
"type": "string"
|
|
26301
|
+
}
|
|
26302
|
+
}
|
|
26303
|
+
],
|
|
26304
|
+
"requestBody": {
|
|
26305
|
+
"content": {
|
|
26306
|
+
"application/json": {
|
|
26307
|
+
"schema": {
|
|
26308
|
+
"type": "object",
|
|
26309
|
+
"required": [
|
|
26310
|
+
"query",
|
|
26311
|
+
"title",
|
|
26312
|
+
"group"
|
|
26313
|
+
],
|
|
26314
|
+
"additionalProperties": false,
|
|
26315
|
+
"properties": {
|
|
26316
|
+
"query": {
|
|
26317
|
+
"type": "string",
|
|
26318
|
+
"example": "timeline=past30Minutes\u0026startDate=1690446214407\u0026endDate=1690448014407\u0026levels=info\u0026domains=vercel.com",
|
|
26319
|
+
"description": "query parameter for saved filter preset",
|
|
26320
|
+
"maxLength": 1000
|
|
26321
|
+
},
|
|
26322
|
+
"title": {
|
|
26323
|
+
"type": "string",
|
|
26324
|
+
"example": "Request Path",
|
|
26325
|
+
"description": "The title of the preset",
|
|
26326
|
+
"maxLength": 70
|
|
26327
|
+
},
|
|
26328
|
+
"group": {
|
|
26329
|
+
"enum": [
|
|
26330
|
+
"personal",
|
|
26331
|
+
"team"
|
|
26332
|
+
]
|
|
26333
|
+
}
|
|
26334
|
+
}
|
|
26335
|
+
}
|
|
26336
|
+
}
|
|
26337
|
+
}
|
|
26338
|
+
}
|
|
26339
|
+
}
|
|
26340
|
+
},
|
|
26341
|
+
"/projects/{projectId}/logs-presets/{id}": {
|
|
26342
|
+
"delete": {
|
|
26343
|
+
"description": "",
|
|
26344
|
+
"security": [],
|
|
26345
|
+
"tags": [],
|
|
26346
|
+
"responses": {
|
|
26347
|
+
"204": {
|
|
26348
|
+
"description": ""
|
|
26349
|
+
},
|
|
26350
|
+
"400": {
|
|
26351
|
+
"description": "One of the provided values in the request query is invalid.",
|
|
26352
|
+
"content": {
|
|
26353
|
+
"application/json": {
|
|
26354
|
+
"schema": {
|
|
26355
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
26356
|
+
}
|
|
26357
|
+
}
|
|
26358
|
+
}
|
|
26359
|
+
},
|
|
26360
|
+
"401": {
|
|
26361
|
+
"description": "",
|
|
26362
|
+
"content": {
|
|
26363
|
+
"application/json": {
|
|
26364
|
+
"schema": {
|
|
26365
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
26366
|
+
}
|
|
26367
|
+
}
|
|
26368
|
+
}
|
|
26369
|
+
},
|
|
26370
|
+
"403": {
|
|
26371
|
+
"description": "You do not have permission to access this resource."
|
|
26372
|
+
}
|
|
26373
|
+
},
|
|
26374
|
+
"parameters": [
|
|
26375
|
+
{
|
|
26376
|
+
"name": "projectId",
|
|
26377
|
+
"description": "projectId of the preset",
|
|
26378
|
+
"in": "path",
|
|
26379
|
+
"required": true,
|
|
26380
|
+
"schema": {
|
|
26381
|
+
"description": "projectId of the preset",
|
|
26382
|
+
"type": "string"
|
|
26383
|
+
}
|
|
26384
|
+
},
|
|
26385
|
+
{
|
|
26386
|
+
"name": "id",
|
|
26387
|
+
"description": "id of the preset",
|
|
26388
|
+
"in": "path",
|
|
26389
|
+
"required": true,
|
|
26390
|
+
"schema": {
|
|
26391
|
+
"description": "id of the preset",
|
|
26392
|
+
"type": "string"
|
|
26393
|
+
}
|
|
26394
|
+
}
|
|
26395
|
+
]
|
|
26396
|
+
},
|
|
26397
|
+
"patch": {
|
|
26398
|
+
"description": "",
|
|
26399
|
+
"security": [],
|
|
26400
|
+
"tags": [],
|
|
26401
|
+
"responses": {
|
|
26402
|
+
"200": {
|
|
26403
|
+
"description": "",
|
|
26404
|
+
"content": {
|
|
26405
|
+
"application/json": {
|
|
26406
|
+
"schema": {
|
|
26407
|
+
"$ref": "#/components/schemas/Team"
|
|
26408
|
+
}
|
|
26409
|
+
}
|
|
26410
|
+
}
|
|
26411
|
+
},
|
|
26412
|
+
"400": {
|
|
26413
|
+
"description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
|
|
26414
|
+
"content": {
|
|
26415
|
+
"application/json": {
|
|
26416
|
+
"schema": {
|
|
26417
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
26418
|
+
}
|
|
26419
|
+
}
|
|
26420
|
+
}
|
|
26421
|
+
},
|
|
26422
|
+
"401": {
|
|
26423
|
+
"description": "",
|
|
26424
|
+
"content": {
|
|
26425
|
+
"application/json": {
|
|
26426
|
+
"schema": {
|
|
26427
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
26428
|
+
}
|
|
26429
|
+
}
|
|
26430
|
+
}
|
|
26431
|
+
},
|
|
26432
|
+
"403": {
|
|
26433
|
+
"description": "You do not have permission to access this resource."
|
|
26434
|
+
},
|
|
26435
|
+
"404": {
|
|
26436
|
+
"description": "",
|
|
26174
26437
|
"content": {
|
|
26175
26438
|
"application/json": {
|
|
26176
26439
|
"schema": {
|
|
@@ -26181,13 +26444,168 @@
|
|
|
26181
26444
|
}
|
|
26182
26445
|
},
|
|
26183
26446
|
"parameters": [
|
|
26447
|
+
{
|
|
26448
|
+
"name": "projectId",
|
|
26449
|
+
"description": "projectId of the preset",
|
|
26450
|
+
"in": "path",
|
|
26451
|
+
"required": true,
|
|
26452
|
+
"schema": {
|
|
26453
|
+
"description": "projectId of the preset",
|
|
26454
|
+
"type": "string"
|
|
26455
|
+
}
|
|
26456
|
+
},
|
|
26184
26457
|
{
|
|
26185
26458
|
"name": "id",
|
|
26186
|
-
"description": "
|
|
26459
|
+
"description": "Id of the preset",
|
|
26460
|
+
"in": "path",
|
|
26461
|
+
"required": true,
|
|
26462
|
+
"schema": {
|
|
26463
|
+
"description": "Id of the preset",
|
|
26464
|
+
"type": "string"
|
|
26465
|
+
}
|
|
26466
|
+
}
|
|
26467
|
+
],
|
|
26468
|
+
"requestBody": {
|
|
26469
|
+
"content": {
|
|
26470
|
+
"application/json": {
|
|
26471
|
+
"schema": {
|
|
26472
|
+
"type": "object",
|
|
26473
|
+
"required": [
|
|
26474
|
+
"title"
|
|
26475
|
+
],
|
|
26476
|
+
"additionalProperties": false,
|
|
26477
|
+
"properties": {
|
|
26478
|
+
"title": {
|
|
26479
|
+
"type": "string",
|
|
26480
|
+
"example": "Request Path",
|
|
26481
|
+
"description": "The title of the preset",
|
|
26482
|
+
"maxLength": 70
|
|
26483
|
+
}
|
|
26484
|
+
}
|
|
26485
|
+
}
|
|
26486
|
+
}
|
|
26487
|
+
}
|
|
26488
|
+
}
|
|
26489
|
+
}
|
|
26490
|
+
},
|
|
26491
|
+
"/v1/projects/{projectId}/deployments/{deploymentId}/runtime-logs": {
|
|
26492
|
+
"get": {
|
|
26493
|
+
"description": "Returns a stream of logs for a given deployment.",
|
|
26494
|
+
"operationId": "getRuntimeLogs",
|
|
26495
|
+
"security": [
|
|
26496
|
+
{
|
|
26497
|
+
"bearerToken": []
|
|
26498
|
+
}
|
|
26499
|
+
],
|
|
26500
|
+
"summary": "Get logs for a deployment",
|
|
26501
|
+
"tags": [
|
|
26502
|
+
"logs"
|
|
26503
|
+
],
|
|
26504
|
+
"responses": {
|
|
26505
|
+
"200": {
|
|
26506
|
+
"description": "",
|
|
26507
|
+
"content": {
|
|
26508
|
+
"application/stream+json": {
|
|
26509
|
+
"schema": {
|
|
26510
|
+
"properties": {
|
|
26511
|
+
"level": {
|
|
26512
|
+
"type": "string",
|
|
26513
|
+
"enum": [
|
|
26514
|
+
"error",
|
|
26515
|
+
"warning",
|
|
26516
|
+
"info"
|
|
26517
|
+
]
|
|
26518
|
+
},
|
|
26519
|
+
"message": {
|
|
26520
|
+
"type": "string"
|
|
26521
|
+
},
|
|
26522
|
+
"rowId": {
|
|
26523
|
+
"type": "string"
|
|
26524
|
+
},
|
|
26525
|
+
"source": {
|
|
26526
|
+
"type": "string",
|
|
26527
|
+
"enum": [
|
|
26528
|
+
"delimiter",
|
|
26529
|
+
"edge-function",
|
|
26530
|
+
"edge-middleware",
|
|
26531
|
+
"serverless",
|
|
26532
|
+
"request"
|
|
26533
|
+
]
|
|
26534
|
+
},
|
|
26535
|
+
"timestampInMs": {
|
|
26536
|
+
"type": "number"
|
|
26537
|
+
},
|
|
26538
|
+
"domain": {
|
|
26539
|
+
"type": "string"
|
|
26540
|
+
},
|
|
26541
|
+
"messageTruncated": {
|
|
26542
|
+
"type": "boolean"
|
|
26543
|
+
},
|
|
26544
|
+
"requestMethod": {
|
|
26545
|
+
"type": "string"
|
|
26546
|
+
},
|
|
26547
|
+
"requestPath": {
|
|
26548
|
+
"type": "string"
|
|
26549
|
+
},
|
|
26550
|
+
"responseStatusCode": {
|
|
26551
|
+
"type": "number"
|
|
26552
|
+
}
|
|
26553
|
+
},
|
|
26554
|
+
"required": [
|
|
26555
|
+
"level",
|
|
26556
|
+
"message",
|
|
26557
|
+
"rowId",
|
|
26558
|
+
"source",
|
|
26559
|
+
"timestampInMs",
|
|
26560
|
+
"domain",
|
|
26561
|
+
"messageTruncated",
|
|
26562
|
+
"requestMethod",
|
|
26563
|
+
"requestPath",
|
|
26564
|
+
"responseStatusCode"
|
|
26565
|
+
],
|
|
26566
|
+
"type": "object"
|
|
26567
|
+
}
|
|
26568
|
+
}
|
|
26569
|
+
}
|
|
26570
|
+
},
|
|
26571
|
+
"400": {
|
|
26572
|
+
"description": "One of the provided values in the request query is invalid.",
|
|
26573
|
+
"content": {
|
|
26574
|
+
"application/json": {
|
|
26575
|
+
"schema": {
|
|
26576
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
26577
|
+
}
|
|
26578
|
+
}
|
|
26579
|
+
}
|
|
26580
|
+
},
|
|
26581
|
+
"401": {
|
|
26582
|
+
"description": "",
|
|
26583
|
+
"content": {
|
|
26584
|
+
"application/json": {
|
|
26585
|
+
"schema": {
|
|
26586
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
26587
|
+
}
|
|
26588
|
+
}
|
|
26589
|
+
}
|
|
26590
|
+
},
|
|
26591
|
+
"403": {
|
|
26592
|
+
"description": "You do not have permission to access this resource."
|
|
26593
|
+
}
|
|
26594
|
+
},
|
|
26595
|
+
"parameters": [
|
|
26596
|
+
{
|
|
26597
|
+
"name": "projectId",
|
|
26598
|
+
"in": "path",
|
|
26599
|
+
"required": true,
|
|
26600
|
+
"schema": {
|
|
26601
|
+
"type": "string"
|
|
26602
|
+
}
|
|
26603
|
+
},
|
|
26604
|
+
{
|
|
26605
|
+
"name": "deploymentId",
|
|
26187
26606
|
"in": "path",
|
|
26188
26607
|
"required": true,
|
|
26189
26608
|
"schema": {
|
|
26190
|
-
"description": "ID of the log drain to be deleted",
|
|
26191
26609
|
"type": "string"
|
|
26192
26610
|
}
|
|
26193
26611
|
},
|
|
@@ -30290,6 +30708,12 @@
|
|
|
30290
30708
|
},
|
|
30291
30709
|
"type": "array"
|
|
30292
30710
|
},
|
|
30711
|
+
"edgeCacheNamespace": {
|
|
30712
|
+
"items": {
|
|
30713
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
30714
|
+
},
|
|
30715
|
+
"type": "array"
|
|
30716
|
+
},
|
|
30293
30717
|
"environments": {
|
|
30294
30718
|
"items": {
|
|
30295
30719
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -30617,13 +31041,17 @@
|
|
|
30617
31041
|
},
|
|
30618
31042
|
"integrationId": {
|
|
30619
31043
|
"type": "string"
|
|
31044
|
+
},
|
|
31045
|
+
"configurationId": {
|
|
31046
|
+
"type": "string"
|
|
30620
31047
|
}
|
|
30621
31048
|
},
|
|
30622
31049
|
"required": [
|
|
30623
31050
|
"createdAt",
|
|
30624
31051
|
"createdBy",
|
|
30625
31052
|
"scope",
|
|
30626
|
-
"integrationId"
|
|
31053
|
+
"integrationId",
|
|
31054
|
+
"configurationId"
|
|
30627
31055
|
],
|
|
30628
31056
|
"type": "object"
|
|
30629
31057
|
},
|
|
@@ -31256,7 +31684,7 @@
|
|
|
31256
31684
|
"schema": {
|
|
31257
31685
|
"description": "Search projects by the name field",
|
|
31258
31686
|
"type": "string",
|
|
31259
|
-
"maxLength":
|
|
31687
|
+
"maxLength": 100
|
|
31260
31688
|
}
|
|
31261
31689
|
},
|
|
31262
31690
|
{
|
|
@@ -34353,6 +34781,12 @@
|
|
|
34353
34781
|
},
|
|
34354
34782
|
"type": "array"
|
|
34355
34783
|
},
|
|
34784
|
+
"edgeCacheNamespace": {
|
|
34785
|
+
"items": {
|
|
34786
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
34787
|
+
},
|
|
34788
|
+
"type": "array"
|
|
34789
|
+
},
|
|
34356
34790
|
"environments": {
|
|
34357
34791
|
"items": {
|
|
34358
34792
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -34680,13 +35114,17 @@
|
|
|
34680
35114
|
},
|
|
34681
35115
|
"integrationId": {
|
|
34682
35116
|
"type": "string"
|
|
35117
|
+
},
|
|
35118
|
+
"configurationId": {
|
|
35119
|
+
"type": "string"
|
|
34683
35120
|
}
|
|
34684
35121
|
},
|
|
34685
35122
|
"required": [
|
|
34686
35123
|
"createdAt",
|
|
34687
35124
|
"createdBy",
|
|
34688
35125
|
"scope",
|
|
34689
|
-
"integrationId"
|
|
35126
|
+
"integrationId",
|
|
35127
|
+
"configurationId"
|
|
34690
35128
|
],
|
|
34691
35129
|
"type": "object"
|
|
34692
35130
|
},
|
|
@@ -38601,6 +39039,12 @@
|
|
|
38601
39039
|
},
|
|
38602
39040
|
"type": "array"
|
|
38603
39041
|
},
|
|
39042
|
+
"edgeCacheNamespace": {
|
|
39043
|
+
"items": {
|
|
39044
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
39045
|
+
},
|
|
39046
|
+
"type": "array"
|
|
39047
|
+
},
|
|
38604
39048
|
"environments": {
|
|
38605
39049
|
"items": {
|
|
38606
39050
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -38928,13 +39372,17 @@
|
|
|
38928
39372
|
},
|
|
38929
39373
|
"integrationId": {
|
|
38930
39374
|
"type": "string"
|
|
39375
|
+
},
|
|
39376
|
+
"configurationId": {
|
|
39377
|
+
"type": "string"
|
|
38931
39378
|
}
|
|
38932
39379
|
},
|
|
38933
39380
|
"required": [
|
|
38934
39381
|
"createdAt",
|
|
38935
39382
|
"createdBy",
|
|
38936
39383
|
"scope",
|
|
38937
|
-
"integrationId"
|
|
39384
|
+
"integrationId",
|
|
39385
|
+
"configurationId"
|
|
38938
39386
|
],
|
|
38939
39387
|
"type": "object"
|
|
38940
39388
|
},
|
|
@@ -42553,6 +43001,12 @@
|
|
|
42553
43001
|
},
|
|
42554
43002
|
"type": "array"
|
|
42555
43003
|
},
|
|
43004
|
+
"edgeCacheNamespace": {
|
|
43005
|
+
"items": {
|
|
43006
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43007
|
+
},
|
|
43008
|
+
"type": "array"
|
|
43009
|
+
},
|
|
42556
43010
|
"environments": {
|
|
42557
43011
|
"items": {
|
|
42558
43012
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -42880,13 +43334,17 @@
|
|
|
42880
43334
|
},
|
|
42881
43335
|
"integrationId": {
|
|
42882
43336
|
"type": "string"
|
|
43337
|
+
},
|
|
43338
|
+
"configurationId": {
|
|
43339
|
+
"type": "string"
|
|
42883
43340
|
}
|
|
42884
43341
|
},
|
|
42885
43342
|
"required": [
|
|
42886
43343
|
"createdAt",
|
|
42887
43344
|
"createdBy",
|
|
42888
43345
|
"scope",
|
|
42889
|
-
"integrationId"
|
|
43346
|
+
"integrationId",
|
|
43347
|
+
"configurationId"
|
|
42890
43348
|
],
|
|
42891
43349
|
"type": "object"
|
|
42892
43350
|
},
|
|
@@ -52924,13 +53382,17 @@
|
|
|
52924
53382
|
},
|
|
52925
53383
|
"integrationId": {
|
|
52926
53384
|
"type": "string"
|
|
53385
|
+
},
|
|
53386
|
+
"configurationId": {
|
|
53387
|
+
"type": "string"
|
|
52927
53388
|
}
|
|
52928
53389
|
},
|
|
52929
53390
|
"required": [
|
|
52930
53391
|
"createdAt",
|
|
52931
53392
|
"createdBy",
|
|
52932
53393
|
"scope",
|
|
52933
|
-
"integrationId"
|
|
53394
|
+
"integrationId",
|
|
53395
|
+
"configurationId"
|
|
52934
53396
|
],
|
|
52935
53397
|
"type": "object"
|
|
52936
53398
|
},
|
|
@@ -53138,6 +53600,16 @@
|
|
|
53138
53600
|
"type": "string"
|
|
53139
53601
|
}
|
|
53140
53602
|
},
|
|
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
|
+
},
|
|
53141
53613
|
{
|
|
53142
53614
|
"description": "The Team identifier to perform the request on behalf of.",
|
|
53143
53615
|
"in": "query",
|
|
@@ -59778,6 +60250,15 @@
|
|
|
59778
60250
|
},
|
|
59779
60251
|
"name": "x-now-size"
|
|
59780
60252
|
},
|
|
60253
|
+
{
|
|
60254
|
+
"in": "header",
|
|
60255
|
+
"description": "Shared secret token set by v0 deployments. When present and valid, the API applies an extended rate limit.",
|
|
60256
|
+
"schema": {
|
|
60257
|
+
"type": "string",
|
|
60258
|
+
"description": "Shared secret token set by v0 deployments. When present and valid, the API applies an extended rate limit."
|
|
60259
|
+
},
|
|
60260
|
+
"name": "x-internal-v0-token"
|
|
60261
|
+
},
|
|
59781
60262
|
{
|
|
59782
60263
|
"description": "The Team identifier to perform the request on behalf of.",
|
|
59783
60264
|
"in": "query",
|
|
@@ -64699,13 +65180,13 @@
|
|
|
64699
65180
|
},
|
|
64700
65181
|
"user": {
|
|
64701
65182
|
"properties": {
|
|
64702
|
-
"
|
|
65183
|
+
"username": {
|
|
64703
65184
|
"type": "string"
|
|
64704
65185
|
},
|
|
64705
|
-
"
|
|
65186
|
+
"avatar": {
|
|
64706
65187
|
"type": "string"
|
|
64707
65188
|
},
|
|
64708
|
-
"
|
|
65189
|
+
"email": {
|
|
64709
65190
|
"type": "string"
|
|
64710
65191
|
},
|
|
64711
65192
|
"slug": {
|
|
@@ -64716,9 +65197,9 @@
|
|
|
64716
65197
|
}
|
|
64717
65198
|
},
|
|
64718
65199
|
"required": [
|
|
65200
|
+
"username",
|
|
64719
65201
|
"avatar",
|
|
64720
65202
|
"email",
|
|
64721
|
-
"username",
|
|
64722
65203
|
"uid"
|
|
64723
65204
|
],
|
|
64724
65205
|
"type": "object",
|
|
@@ -65027,10 +65508,20 @@
|
|
|
65027
65508
|
},
|
|
65028
65509
|
"next_role": {
|
|
65029
65510
|
"nullable": true,
|
|
65030
|
-
"type": "string"
|
|
65511
|
+
"type": "string",
|
|
65512
|
+
"enum": [
|
|
65513
|
+
"ADMIN",
|
|
65514
|
+
"PROJECT_DEVELOPER",
|
|
65515
|
+
"PROJECT_VIEWER"
|
|
65516
|
+
]
|
|
65031
65517
|
},
|
|
65032
65518
|
"previous_role": {
|
|
65033
|
-
"type": "string"
|
|
65519
|
+
"type": "string",
|
|
65520
|
+
"enum": [
|
|
65521
|
+
"ADMIN",
|
|
65522
|
+
"PROJECT_DEVELOPER",
|
|
65523
|
+
"PROJECT_VIEWER"
|
|
65524
|
+
]
|
|
65034
65525
|
}
|
|
65035
65526
|
},
|
|
65036
65527
|
"required": [
|
|
@@ -67335,9 +67826,6 @@
|
|
|
67335
67826
|
"edgeFunctionExecutionTimeoutMs": {
|
|
67336
67827
|
"type": "number"
|
|
67337
67828
|
},
|
|
67338
|
-
"serverlessFunctionDefaultMaxExecutionTime": {
|
|
67339
|
-
"type": "number"
|
|
67340
|
-
},
|
|
67341
67829
|
"serverlessFunctionMaxMemorySize": {
|
|
67342
67830
|
"type": "number"
|
|
67343
67831
|
},
|
|
@@ -68601,6 +69089,10 @@
|
|
|
68601
69089
|
"overageSummaryEmailSentAt": {
|
|
68602
69090
|
"type": "number",
|
|
68603
69091
|
"description": "Tracks the last time we sent a summary email."
|
|
69092
|
+
},
|
|
69093
|
+
"increasedOnDemandEmailSentAt": {
|
|
69094
|
+
"type": "number",
|
|
69095
|
+
"description": "Tracks the last time we sent a increased on-demand email."
|
|
68604
69096
|
}
|
|
68605
69097
|
},
|
|
68606
69098
|
"type": "object",
|
|
@@ -70219,6 +70711,37 @@
|
|
|
70219
70711
|
"type": "object",
|
|
70220
70712
|
"description": "The payload of the event, if requested."
|
|
70221
70713
|
},
|
|
70714
|
+
{
|
|
70715
|
+
"properties": {
|
|
70716
|
+
"projectId": {
|
|
70717
|
+
"type": "string"
|
|
70718
|
+
},
|
|
70719
|
+
"projectName": {
|
|
70720
|
+
"type": "string"
|
|
70721
|
+
}
|
|
70722
|
+
},
|
|
70723
|
+
"required": [
|
|
70724
|
+
"projectId",
|
|
70725
|
+
"projectName"
|
|
70726
|
+
],
|
|
70727
|
+
"type": "object",
|
|
70728
|
+
"description": "The payload of the event, if requested."
|
|
70729
|
+
},
|
|
70730
|
+
{
|
|
70731
|
+
"properties": {
|
|
70732
|
+
"projectId": {
|
|
70733
|
+
"type": "string"
|
|
70734
|
+
},
|
|
70735
|
+
"projectName": {
|
|
70736
|
+
"type": "string"
|
|
70737
|
+
},
|
|
70738
|
+
"newTargetPercentage": {
|
|
70739
|
+
"type": "number"
|
|
70740
|
+
}
|
|
70741
|
+
},
|
|
70742
|
+
"type": "object",
|
|
70743
|
+
"description": "The payload of the event, if requested."
|
|
70744
|
+
},
|
|
70222
70745
|
{
|
|
70223
70746
|
"properties": {
|
|
70224
70747
|
"gitProvider": {
|
|
@@ -72302,6 +72825,57 @@
|
|
|
72302
72825
|
"type": "object",
|
|
72303
72826
|
"description": "Array of events generated by the User."
|
|
72304
72827
|
},
|
|
72828
|
+
"Team": {
|
|
72829
|
+
"properties": {
|
|
72830
|
+
"id": {
|
|
72831
|
+
"type": "string",
|
|
72832
|
+
"description": "The Preset's unique identifier.",
|
|
72833
|
+
"example": "ABCDEFG000011111"
|
|
72834
|
+
},
|
|
72835
|
+
"data": {
|
|
72836
|
+
"properties": {
|
|
72837
|
+
"query": {
|
|
72838
|
+
"type": "string"
|
|
72839
|
+
},
|
|
72840
|
+
"creatorId": {
|
|
72841
|
+
"type": "string"
|
|
72842
|
+
},
|
|
72843
|
+
"title": {
|
|
72844
|
+
"type": "string"
|
|
72845
|
+
},
|
|
72846
|
+
"groupId": {
|
|
72847
|
+
"type": "string"
|
|
72848
|
+
},
|
|
72849
|
+
"ownerId": {
|
|
72850
|
+
"type": "string"
|
|
72851
|
+
},
|
|
72852
|
+
"projectId": {
|
|
72853
|
+
"type": "string"
|
|
72854
|
+
},
|
|
72855
|
+
"createdAt": {
|
|
72856
|
+
"type": "number"
|
|
72857
|
+
}
|
|
72858
|
+
},
|
|
72859
|
+
"required": [
|
|
72860
|
+
"query",
|
|
72861
|
+
"creatorId",
|
|
72862
|
+
"title",
|
|
72863
|
+
"groupId",
|
|
72864
|
+
"ownerId",
|
|
72865
|
+
"projectId",
|
|
72866
|
+
"createdAt"
|
|
72867
|
+
],
|
|
72868
|
+
"type": "object"
|
|
72869
|
+
}
|
|
72870
|
+
},
|
|
72871
|
+
"required": [
|
|
72872
|
+
"id",
|
|
72873
|
+
"data"
|
|
72874
|
+
],
|
|
72875
|
+
"type": "object",
|
|
72876
|
+
"description": "Data representing a Team.",
|
|
72877
|
+
"additionalProperties": true
|
|
72878
|
+
},
|
|
72305
72879
|
"TeamLimited": {
|
|
72306
72880
|
"properties": {
|
|
72307
72881
|
"limited": {
|
|
@@ -72312,8 +72886,8 @@
|
|
|
72312
72886
|
"items": {
|
|
72313
72887
|
"type": "string",
|
|
72314
72888
|
"enum": [
|
|
72315
|
-
"
|
|
72316
|
-
"
|
|
72889
|
+
"mfa",
|
|
72890
|
+
"scope"
|
|
72317
72891
|
]
|
|
72318
72892
|
},
|
|
72319
72893
|
"type": "array"
|
|
@@ -72322,16 +72896,16 @@
|
|
|
72322
72896
|
"properties": {
|
|
72323
72897
|
"connection": {
|
|
72324
72898
|
"properties": {
|
|
72325
|
-
"type": {
|
|
72326
|
-
"type": "string",
|
|
72327
|
-
"description": "The Identity Provider \"type\", for example Okta.",
|
|
72328
|
-
"example": "OktaSAML"
|
|
72329
|
-
},
|
|
72330
72899
|
"status": {
|
|
72331
72900
|
"type": "string",
|
|
72332
72901
|
"description": "Current status of the connection.",
|
|
72333
72902
|
"example": "linked"
|
|
72334
72903
|
},
|
|
72904
|
+
"type": {
|
|
72905
|
+
"type": "string",
|
|
72906
|
+
"description": "The Identity Provider \"type\", for example Okta.",
|
|
72907
|
+
"example": "OktaSAML"
|
|
72908
|
+
},
|
|
72335
72909
|
"state": {
|
|
72336
72910
|
"type": "string",
|
|
72337
72911
|
"description": "Current state of the connection.",
|
|
@@ -72349,8 +72923,8 @@
|
|
|
72349
72923
|
}
|
|
72350
72924
|
},
|
|
72351
72925
|
"required": [
|
|
72352
|
-
"type",
|
|
72353
72926
|
"status",
|
|
72927
|
+
"type",
|
|
72354
72928
|
"state",
|
|
72355
72929
|
"connectedAt"
|
|
72356
72930
|
],
|
|
@@ -72443,9 +73017,6 @@
|
|
|
72443
73017
|
},
|
|
72444
73018
|
"type": "array"
|
|
72445
73019
|
},
|
|
72446
|
-
"teamId": {
|
|
72447
|
-
"type": "string"
|
|
72448
|
-
},
|
|
72449
73020
|
"confirmed": {
|
|
72450
73021
|
"type": "boolean"
|
|
72451
73022
|
},
|
|
@@ -72495,6 +73066,9 @@
|
|
|
72495
73066
|
},
|
|
72496
73067
|
"type": "array"
|
|
72497
73068
|
},
|
|
73069
|
+
"teamId": {
|
|
73070
|
+
"type": "string"
|
|
73071
|
+
},
|
|
72498
73072
|
"createdAt": {
|
|
72499
73073
|
"type": "number"
|
|
72500
73074
|
},
|
|
@@ -72506,6 +73080,7 @@
|
|
|
72506
73080
|
"origin": {
|
|
72507
73081
|
"type": "string",
|
|
72508
73082
|
"enum": [
|
|
73083
|
+
"saml",
|
|
72509
73084
|
"mail",
|
|
72510
73085
|
"link",
|
|
72511
73086
|
"import",
|
|
@@ -72513,7 +73088,6 @@
|
|
|
72513
73088
|
"github",
|
|
72514
73089
|
"gitlab",
|
|
72515
73090
|
"bitbucket",
|
|
72516
|
-
"saml",
|
|
72517
73091
|
"dsync",
|
|
72518
73092
|
"feedback",
|
|
72519
73093
|
"organization-teams"
|
|
@@ -72597,11 +73171,6 @@
|
|
|
72597
73171
|
"type": "object",
|
|
72598
73172
|
"description": "A limited form of data representing a Team, due to the authentication token missing privileges to read the full Team data."
|
|
72599
73173
|
},
|
|
72600
|
-
"Team": {
|
|
72601
|
-
"type": "object",
|
|
72602
|
-
"description": "Data representing a Team.",
|
|
72603
|
-
"additionalProperties": true
|
|
72604
|
-
},
|
|
72605
73174
|
"AuthToken": {
|
|
72606
73175
|
"properties": {
|
|
72607
73176
|
"id": {
|
|
@@ -72899,10 +73468,6 @@
|
|
|
72899
73468
|
"type": "number",
|
|
72900
73469
|
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
72901
73470
|
},
|
|
72902
|
-
"serverlessFunctionDefaultMaxExecutionTime": {
|
|
72903
|
-
"type": "number",
|
|
72904
|
-
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
72905
|
-
},
|
|
72906
73471
|
"serverlessFunctionMaxMemorySize": {
|
|
72907
73472
|
"type": "number",
|
|
72908
73473
|
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|