@vercel/sdk 1.11.1 → 1.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +1329 -1215
- package/bin/mcp-server.js.map +21 -21
- package/esm/__tests__/accessgroups.test.js +1 -3
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +12 -3
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/rollingrelease.test.js +6 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +11 -1
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/deploymentsUploadFile.js +0 -1
- package/esm/funcs/deploymentsUploadFile.js.map +1 -1
- package/esm/funcs/domainsGetDomainTransfer.js +2 -2
- package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/canceldeploymentop.d.ts +6 -6
- package/esm/models/canceldeploymentop.js +2 -2
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +41 -41
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +15 -15
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +273 -246
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +317 -296
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +162 -164
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +154 -156
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +330 -330
- package/esm/models/getconfigurationproductsop.js +408 -408
- package/esm/models/getdeploymentop.d.ts +6 -6
- package/esm/models/getdeploymentop.js +2 -2
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdomaintransferop.d.ts +99 -25
- package/esm/models/getdomaintransferop.d.ts.map +1 -1
- package/esm/models/getdomaintransferop.js +101 -25
- package/esm/models/getdomaintransferop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +0 -2
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +0 -2
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/patchteamop.d.ts +12 -0
- package/esm/models/patchteamop.d.ts.map +1 -1
- package/esm/models/patchteamop.js +4 -0
- package/esm/models/patchteamop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +0 -2
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +0 -2
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +0 -2
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +0 -2
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/uploadfileop.d.ts +0 -5
- package/esm/models/uploadfileop.d.ts.map +1 -1
- package/esm/models/uploadfileop.js +0 -4
- package/esm/models/uploadfileop.js.map +1 -1
- package/esm/models/userevent.d.ts +960 -770
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1102 -974
- package/esm/models/userevent.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +1 -3
- package/src/__tests__/domains.test.ts +12 -3
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/rollingrelease.test.ts +6 -2
- package/src/__tests__/security.test.ts +11 -1
- package/src/funcs/deploymentsUploadFile.ts +0 -5
- package/src/funcs/domainsGetDomainTransfer.ts +2 -2
- package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/canceldeploymentop.ts +4 -4
- package/src/models/createdeploymentop.ts +19 -19
- package/src/models/createintegrationstoredirectop.ts +543 -507
- package/src/models/createprojectop.ts +299 -303
- package/src/models/getconfigurationproductsop.ts +703 -703
- package/src/models/getdeploymentop.ts +4 -4
- package/src/models/getdomaintransferop.ts +203 -39
- package/src/models/getprojectsop.ts +0 -4
- package/src/models/patchteamop.ts +4 -0
- package/src/models/updateprojectdatacacheop.ts +0 -4
- package/src/models/updateprojectop.ts +0 -4
- package/src/models/uploadfileop.ts +0 -9
- package/src/models/userevent.ts +2219 -1917
- package/vercel-spec.json +613 -503
package/vercel-spec.json
CHANGED
|
@@ -6800,12 +6800,6 @@
|
|
|
6800
6800
|
},
|
|
6801
6801
|
"type": "array"
|
|
6802
6802
|
},
|
|
6803
|
-
"traceDrain": {
|
|
6804
|
-
"items": {
|
|
6805
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
6806
|
-
},
|
|
6807
|
-
"type": "array"
|
|
6808
|
-
},
|
|
6809
6803
|
"Monitoring": {
|
|
6810
6804
|
"items": {
|
|
6811
6805
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -12072,11 +12066,11 @@
|
|
|
12072
12066
|
"mfeConfigUploadState": {
|
|
12073
12067
|
"type": "string",
|
|
12074
12068
|
"enum": [
|
|
12075
|
-
"error",
|
|
12076
12069
|
"success",
|
|
12070
|
+
"waiting_on_build",
|
|
12077
12071
|
"no_config"
|
|
12078
12072
|
],
|
|
12079
|
-
"description": "The result of the microfrontends config upload during deployment creation. Only set for default app deployments. - `success` - The config was uploaded successfully. - `
|
|
12073
|
+
"description": "The result of the microfrontends config upload during deployment creation / build. Only set for default app deployments. The config upload is attempted during deployment create, and then again during the build. If the config is not in the root directory, or the deployment is prebuilt, the config cannot be uploaded during deployment create. The upload during deployment build finds the config even if it's not in the root directory, as it has access to all files. Uploading the config during create is ideal, as then all child deployments are guaranteed to have access to the default app deployment config even if the default app has not yet started building. If the config is not uploaded, the child app will show as building until the config has been uploaded during the default app build. - `success` - The config was uploaded successfully, either when the deployment was created or during the build. - `waiting_on_build` - The config could not be uploaded during deployment create, will be attempted again during the build. - `no_config` - No config was found. Only set once the build has not found the config in any of the deployment's files. - `undefined` - Legacy deployments, or there was an error uploading the config during deployment create."
|
|
12080
12074
|
},
|
|
12081
12075
|
"defaultAppProjectName": {
|
|
12082
12076
|
"type": "string",
|
|
@@ -13655,11 +13649,11 @@
|
|
|
13655
13649
|
"status": {
|
|
13656
13650
|
"type": "string",
|
|
13657
13651
|
"enum": [
|
|
13652
|
+
"error",
|
|
13653
|
+
"timeout",
|
|
13658
13654
|
"skipped",
|
|
13659
13655
|
"pending",
|
|
13660
|
-
"ready"
|
|
13661
|
-
"error",
|
|
13662
|
-
"timeout"
|
|
13656
|
+
"ready"
|
|
13663
13657
|
]
|
|
13664
13658
|
},
|
|
13665
13659
|
"startedAt": {
|
|
@@ -13838,19 +13832,19 @@
|
|
|
13838
13832
|
"readyState": {
|
|
13839
13833
|
"type": "string",
|
|
13840
13834
|
"enum": [
|
|
13841
|
-
"BUILDING",
|
|
13842
13835
|
"ERROR",
|
|
13836
|
+
"BUILDING",
|
|
13843
13837
|
"INITIALIZING",
|
|
13844
13838
|
"READY"
|
|
13845
13839
|
]
|
|
13846
13840
|
},
|
|
13841
|
+
"readyStateAt": {
|
|
13842
|
+
"type": "number"
|
|
13843
|
+
},
|
|
13847
13844
|
"entrypoint": {
|
|
13848
13845
|
"nullable": true,
|
|
13849
13846
|
"type": "string"
|
|
13850
13847
|
},
|
|
13851
|
-
"readyStateAt": {
|
|
13852
|
-
"type": "number"
|
|
13853
|
-
},
|
|
13854
13848
|
"output": {
|
|
13855
13849
|
"items": {
|
|
13856
13850
|
"properties": {
|
|
@@ -14908,15 +14902,15 @@
|
|
|
14908
14902
|
"functionType": {
|
|
14909
14903
|
"type": "string",
|
|
14910
14904
|
"enum": [
|
|
14911
|
-
"
|
|
14912
|
-
"
|
|
14905
|
+
"standard",
|
|
14906
|
+
"fluid"
|
|
14913
14907
|
]
|
|
14914
14908
|
},
|
|
14915
14909
|
"functionMemoryType": {
|
|
14916
14910
|
"type": "string",
|
|
14917
14911
|
"enum": [
|
|
14918
|
-
"standard",
|
|
14919
14912
|
"standard_legacy",
|
|
14913
|
+
"standard",
|
|
14920
14914
|
"performance"
|
|
14921
14915
|
]
|
|
14922
14916
|
},
|
|
@@ -15408,8 +15402,8 @@
|
|
|
15408
15402
|
"op": {
|
|
15409
15403
|
"type": "string",
|
|
15410
15404
|
"enum": [
|
|
15411
|
-
"append",
|
|
15412
15405
|
"set",
|
|
15406
|
+
"append",
|
|
15413
15407
|
"delete"
|
|
15414
15408
|
]
|
|
15415
15409
|
},
|
|
@@ -15539,12 +15533,12 @@
|
|
|
15539
15533
|
"handle": {
|
|
15540
15534
|
"type": "string",
|
|
15541
15535
|
"enum": [
|
|
15542
|
-
"error",
|
|
15543
15536
|
"filesystem",
|
|
15537
|
+
"error",
|
|
15544
15538
|
"hit",
|
|
15545
15539
|
"miss",
|
|
15546
|
-
"
|
|
15547
|
-
"
|
|
15540
|
+
"resource",
|
|
15541
|
+
"rewrite"
|
|
15548
15542
|
]
|
|
15549
15543
|
},
|
|
15550
15544
|
"src": {
|
|
@@ -15715,11 +15709,11 @@
|
|
|
15715
15709
|
"mfeConfigUploadState": {
|
|
15716
15710
|
"type": "string",
|
|
15717
15711
|
"enum": [
|
|
15718
|
-
"error",
|
|
15719
15712
|
"success",
|
|
15713
|
+
"waiting_on_build",
|
|
15720
15714
|
"no_config"
|
|
15721
15715
|
],
|
|
15722
|
-
"description": "The result of the microfrontends config upload during deployment creation. Only set for default app deployments. - `success` - The config was uploaded successfully. - `
|
|
15716
|
+
"description": "The result of the microfrontends config upload during deployment creation / build. Only set for default app deployments. The config upload is attempted during deployment create, and then again during the build. If the config is not in the root directory, or the deployment is prebuilt, the config cannot be uploaded during deployment create. The upload during deployment build finds the config even if it's not in the root directory, as it has access to all files. Uploading the config during create is ideal, as then all child deployments are guaranteed to have access to the default app deployment config even if the default app has not yet started building. If the config is not uploaded, the child app will show as building until the config has been uploaded during the default app build. - `success` - The config was uploaded successfully, either when the deployment was created or during the build. - `waiting_on_build` - The config could not be uploaded during deployment create, will be attempted again during the build. - `no_config` - No config was found. Only set once the build has not found the config in any of the deployment's files. - `undefined` - Legacy deployments, or there was an error uploading the config during deployment create."
|
|
15723
15717
|
},
|
|
15724
15718
|
"defaultAppProjectName": {
|
|
15725
15719
|
"type": "string",
|
|
@@ -15859,8 +15853,8 @@
|
|
|
15859
15853
|
"ownerType": {
|
|
15860
15854
|
"type": "string",
|
|
15861
15855
|
"enum": [
|
|
15862
|
-
"
|
|
15863
|
-
"
|
|
15856
|
+
"user",
|
|
15857
|
+
"team"
|
|
15864
15858
|
]
|
|
15865
15859
|
}
|
|
15866
15860
|
},
|
|
@@ -15912,8 +15906,8 @@
|
|
|
15912
15906
|
"ownerType": {
|
|
15913
15907
|
"type": "string",
|
|
15914
15908
|
"enum": [
|
|
15915
|
-
"
|
|
15916
|
-
"
|
|
15909
|
+
"user",
|
|
15910
|
+
"team"
|
|
15917
15911
|
]
|
|
15918
15912
|
}
|
|
15919
15913
|
},
|
|
@@ -15966,8 +15960,8 @@
|
|
|
15966
15960
|
"ownerType": {
|
|
15967
15961
|
"type": "string",
|
|
15968
15962
|
"enum": [
|
|
15969
|
-
"
|
|
15970
|
-
"
|
|
15963
|
+
"user",
|
|
15964
|
+
"team"
|
|
15971
15965
|
]
|
|
15972
15966
|
}
|
|
15973
15967
|
},
|
|
@@ -19040,11 +19034,11 @@
|
|
|
19040
19034
|
"mfeConfigUploadState": {
|
|
19041
19035
|
"type": "string",
|
|
19042
19036
|
"enum": [
|
|
19043
|
-
"error",
|
|
19044
19037
|
"success",
|
|
19038
|
+
"waiting_on_build",
|
|
19045
19039
|
"no_config"
|
|
19046
19040
|
],
|
|
19047
|
-
"description": "The result of the microfrontends config upload during deployment creation. Only set for default app deployments. - `success` - The config was uploaded successfully. - `
|
|
19041
|
+
"description": "The result of the microfrontends config upload during deployment creation / build. Only set for default app deployments. The config upload is attempted during deployment create, and then again during the build. If the config is not in the root directory, or the deployment is prebuilt, the config cannot be uploaded during deployment create. The upload during deployment build finds the config even if it's not in the root directory, as it has access to all files. Uploading the config during create is ideal, as then all child deployments are guaranteed to have access to the default app deployment config even if the default app has not yet started building. If the config is not uploaded, the child app will show as building until the config has been uploaded during the default app build. - `success` - The config was uploaded successfully, either when the deployment was created or during the build. - `waiting_on_build` - The config could not be uploaded during deployment create, will be attempted again during the build. - `no_config` - No config was found. Only set once the build has not found the config in any of the deployment's files. - `undefined` - Legacy deployments, or there was an error uploading the config during deployment create."
|
|
19048
19042
|
},
|
|
19049
19043
|
"defaultAppProjectName": {
|
|
19050
19044
|
"type": "string",
|
|
@@ -21064,48 +21058,78 @@
|
|
|
21064
21058
|
"content": {
|
|
21065
21059
|
"application/json": {
|
|
21066
21060
|
"schema": {
|
|
21067
|
-
"
|
|
21068
|
-
|
|
21069
|
-
"
|
|
21070
|
-
|
|
21071
|
-
|
|
21072
|
-
|
|
21073
|
-
|
|
21074
|
-
|
|
21075
|
-
|
|
21076
|
-
"
|
|
21077
|
-
|
|
21078
|
-
|
|
21079
|
-
"
|
|
21080
|
-
|
|
21061
|
+
"oneOf": [
|
|
21062
|
+
{
|
|
21063
|
+
"properties": {
|
|
21064
|
+
"reason": {
|
|
21065
|
+
"type": "string"
|
|
21066
|
+
},
|
|
21067
|
+
"status": {
|
|
21068
|
+
"type": "string"
|
|
21069
|
+
},
|
|
21070
|
+
"transferable": {
|
|
21071
|
+
"type": "boolean"
|
|
21072
|
+
},
|
|
21073
|
+
"transferPolicy": {
|
|
21074
|
+
"type": "string",
|
|
21075
|
+
"enum": [
|
|
21076
|
+
"charge-and-renew"
|
|
21077
|
+
]
|
|
21078
|
+
}
|
|
21079
|
+
},
|
|
21080
|
+
"required": [
|
|
21081
|
+
"reason",
|
|
21082
|
+
"status",
|
|
21083
|
+
"transferable",
|
|
21084
|
+
"transferPolicy"
|
|
21081
21085
|
],
|
|
21082
|
-
"
|
|
21083
|
-
},
|
|
21084
|
-
"reason": {
|
|
21085
|
-
"type": "string",
|
|
21086
|
-
"description": "Description associated with transferable state."
|
|
21086
|
+
"type": "object"
|
|
21087
21087
|
},
|
|
21088
|
-
|
|
21089
|
-
"
|
|
21090
|
-
|
|
21091
|
-
|
|
21092
|
-
|
|
21093
|
-
|
|
21094
|
-
"
|
|
21095
|
-
|
|
21096
|
-
|
|
21097
|
-
|
|
21088
|
+
{
|
|
21089
|
+
"properties": {
|
|
21090
|
+
"transferable": {
|
|
21091
|
+
"type": "boolean",
|
|
21092
|
+
"description": "Whether or not the domain is transferable"
|
|
21093
|
+
},
|
|
21094
|
+
"transferPolicy": {
|
|
21095
|
+
"nullable": true,
|
|
21096
|
+
"type": "string",
|
|
21097
|
+
"enum": [
|
|
21098
|
+
"charge-and-renew",
|
|
21099
|
+
"no-charge-no-change",
|
|
21100
|
+
"no-change",
|
|
21101
|
+
"new-term",
|
|
21102
|
+
"not-supported"
|
|
21103
|
+
],
|
|
21104
|
+
"description": "The domain's transfer policy (depends on TLD requirements). `charge-and-renew`: transfer will charge for renewal and will renew the existing domain's registration. `no-charge-no-change`: transfer will have no change to registration period and does not require charge. `no-change`: transfer charge is required, but no change in registration period. `new-term`: transfer charge is required and a new registry term is set based on the transfer date. `not-supported`: transfers are not supported for this domain or TLD. `null`: This TLD is not supported by Vercel's Registrar."
|
|
21105
|
+
},
|
|
21106
|
+
"reason": {
|
|
21107
|
+
"type": "string",
|
|
21108
|
+
"description": "Description associated with transferable state."
|
|
21109
|
+
},
|
|
21110
|
+
"status": {
|
|
21111
|
+
"type": "string",
|
|
21112
|
+
"enum": [
|
|
21113
|
+
"completed",
|
|
21114
|
+
"undef",
|
|
21115
|
+
"pending_owner",
|
|
21116
|
+
"pending_admin",
|
|
21117
|
+
"pending_registry",
|
|
21118
|
+
"cancelled",
|
|
21119
|
+
"unknown"
|
|
21120
|
+
],
|
|
21121
|
+
"description": "The current state of an ongoing transfer. `pending_owner`: Awaiting approval by domain's admin contact (every transfer begins with this status). If approval is not given within five days, the transfer is cancelled. `pending_admin`: Waiting for approval by Vercel Registrar admin. `pending_registry`: Awaiting registry approval (the transfer completes after 7 days unless it is declined by the current registrar). `completed`: The transfer completed successfully. `cancelled`: The transfer was cancelled. `undef`: No transfer exists for this domain. `unknown`: This TLD is not supported by Vercel's Registrar."
|
|
21122
|
+
}
|
|
21123
|
+
},
|
|
21124
|
+
"required": [
|
|
21125
|
+
"transferable",
|
|
21126
|
+
"transferPolicy",
|
|
21127
|
+
"reason",
|
|
21128
|
+
"status"
|
|
21098
21129
|
],
|
|
21099
|
-
"
|
|
21130
|
+
"type": "object"
|
|
21100
21131
|
}
|
|
21101
|
-
|
|
21102
|
-
"required": [
|
|
21103
|
-
"transferable",
|
|
21104
|
-
"transferPolicy",
|
|
21105
|
-
"reason",
|
|
21106
|
-
"status"
|
|
21107
|
-
],
|
|
21108
|
-
"type": "object"
|
|
21132
|
+
]
|
|
21109
21133
|
}
|
|
21110
21134
|
}
|
|
21111
21135
|
}
|
|
@@ -21132,6 +21156,9 @@
|
|
|
21132
21156
|
},
|
|
21133
21157
|
"403": {
|
|
21134
21158
|
"description": "You do not have permission to access this resource."
|
|
21159
|
+
},
|
|
21160
|
+
"500": {
|
|
21161
|
+
"description": ""
|
|
21135
21162
|
}
|
|
21136
21163
|
},
|
|
21137
21164
|
"parameters": [
|
|
@@ -27617,6 +27644,9 @@
|
|
|
27617
27644
|
}
|
|
27618
27645
|
}
|
|
27619
27646
|
}
|
|
27647
|
+
},
|
|
27648
|
+
"422": {
|
|
27649
|
+
"description": ""
|
|
27620
27650
|
}
|
|
27621
27651
|
},
|
|
27622
27652
|
"parameters": [
|
|
@@ -29252,34 +29282,34 @@
|
|
|
29252
29282
|
"minLength": {
|
|
29253
29283
|
"type": "object",
|
|
29254
29284
|
"properties": {
|
|
29255
|
-
"__@BRAND@
|
|
29285
|
+
"__@BRAND@513164": {
|
|
29256
29286
|
"type": "object"
|
|
29257
29287
|
}
|
|
29258
29288
|
},
|
|
29259
29289
|
"required": [
|
|
29260
|
-
"__@BRAND@
|
|
29290
|
+
"__@BRAND@513164"
|
|
29261
29291
|
]
|
|
29262
29292
|
},
|
|
29263
29293
|
"maxLength": {
|
|
29264
29294
|
"type": "object",
|
|
29265
29295
|
"properties": {
|
|
29266
|
-
"__@BRAND@
|
|
29296
|
+
"__@BRAND@513164": {
|
|
29267
29297
|
"type": "object"
|
|
29268
29298
|
}
|
|
29269
29299
|
},
|
|
29270
29300
|
"required": [
|
|
29271
|
-
"__@BRAND@
|
|
29301
|
+
"__@BRAND@513164"
|
|
29272
29302
|
]
|
|
29273
29303
|
},
|
|
29274
29304
|
"pattern": {
|
|
29275
29305
|
"type": "object",
|
|
29276
29306
|
"properties": {
|
|
29277
|
-
"__@BRAND@
|
|
29307
|
+
"__@BRAND@513164": {
|
|
29278
29308
|
"type": "object"
|
|
29279
29309
|
}
|
|
29280
29310
|
},
|
|
29281
29311
|
"required": [
|
|
29282
|
-
"__@BRAND@
|
|
29312
|
+
"__@BRAND@513164"
|
|
29283
29313
|
]
|
|
29284
29314
|
},
|
|
29285
29315
|
"default": {
|
|
@@ -29962,34 +29992,34 @@
|
|
|
29962
29992
|
"minLength": {
|
|
29963
29993
|
"type": "object",
|
|
29964
29994
|
"properties": {
|
|
29965
|
-
"__@BRAND@
|
|
29995
|
+
"__@BRAND@513164": {
|
|
29966
29996
|
"type": "object"
|
|
29967
29997
|
}
|
|
29968
29998
|
},
|
|
29969
29999
|
"required": [
|
|
29970
|
-
"__@BRAND@
|
|
30000
|
+
"__@BRAND@513164"
|
|
29971
30001
|
]
|
|
29972
30002
|
},
|
|
29973
30003
|
"maxLength": {
|
|
29974
30004
|
"type": "object",
|
|
29975
30005
|
"properties": {
|
|
29976
|
-
"__@BRAND@
|
|
30006
|
+
"__@BRAND@513164": {
|
|
29977
30007
|
"type": "object"
|
|
29978
30008
|
}
|
|
29979
30009
|
},
|
|
29980
30010
|
"required": [
|
|
29981
|
-
"__@BRAND@
|
|
30011
|
+
"__@BRAND@513164"
|
|
29982
30012
|
]
|
|
29983
30013
|
},
|
|
29984
30014
|
"pattern": {
|
|
29985
30015
|
"type": "object",
|
|
29986
30016
|
"properties": {
|
|
29987
|
-
"__@BRAND@
|
|
30017
|
+
"__@BRAND@513164": {
|
|
29988
30018
|
"type": "object"
|
|
29989
30019
|
}
|
|
29990
30020
|
},
|
|
29991
30021
|
"required": [
|
|
29992
|
-
"__@BRAND@
|
|
30022
|
+
"__@BRAND@513164"
|
|
29993
30023
|
]
|
|
29994
30024
|
},
|
|
29995
30025
|
"default": {
|
|
@@ -30147,34 +30177,34 @@
|
|
|
30147
30177
|
"minLength": {
|
|
30148
30178
|
"type": "object",
|
|
30149
30179
|
"properties": {
|
|
30150
|
-
"__@BRAND@
|
|
30180
|
+
"__@BRAND@513164": {
|
|
30151
30181
|
"type": "object"
|
|
30152
30182
|
}
|
|
30153
30183
|
},
|
|
30154
30184
|
"required": [
|
|
30155
|
-
"__@BRAND@
|
|
30185
|
+
"__@BRAND@513164"
|
|
30156
30186
|
]
|
|
30157
30187
|
},
|
|
30158
30188
|
"maxLength": {
|
|
30159
30189
|
"type": "object",
|
|
30160
30190
|
"properties": {
|
|
30161
|
-
"__@BRAND@
|
|
30191
|
+
"__@BRAND@513164": {
|
|
30162
30192
|
"type": "object"
|
|
30163
30193
|
}
|
|
30164
30194
|
},
|
|
30165
30195
|
"required": [
|
|
30166
|
-
"__@BRAND@
|
|
30196
|
+
"__@BRAND@513164"
|
|
30167
30197
|
]
|
|
30168
30198
|
},
|
|
30169
30199
|
"pattern": {
|
|
30170
30200
|
"type": "object",
|
|
30171
30201
|
"properties": {
|
|
30172
|
-
"__@BRAND@
|
|
30202
|
+
"__@BRAND@513164": {
|
|
30173
30203
|
"type": "object"
|
|
30174
30204
|
}
|
|
30175
30205
|
},
|
|
30176
30206
|
"required": [
|
|
30177
|
-
"__@BRAND@
|
|
30207
|
+
"__@BRAND@513164"
|
|
30178
30208
|
]
|
|
30179
30209
|
},
|
|
30180
30210
|
"default": {
|
|
@@ -30485,12 +30515,12 @@
|
|
|
30485
30515
|
{
|
|
30486
30516
|
"type": "object",
|
|
30487
30517
|
"properties": {
|
|
30488
|
-
"__@BRAND@
|
|
30518
|
+
"__@BRAND@513164": {
|
|
30489
30519
|
"type": "object"
|
|
30490
30520
|
}
|
|
30491
30521
|
},
|
|
30492
30522
|
"required": [
|
|
30493
|
-
"__@BRAND@
|
|
30523
|
+
"__@BRAND@513164"
|
|
30494
30524
|
]
|
|
30495
30525
|
},
|
|
30496
30526
|
{
|
|
@@ -30498,12 +30528,12 @@
|
|
|
30498
30528
|
"value": {
|
|
30499
30529
|
"type": "object",
|
|
30500
30530
|
"properties": {
|
|
30501
|
-
"__@BRAND@
|
|
30531
|
+
"__@BRAND@513164": {
|
|
30502
30532
|
"type": "object"
|
|
30503
30533
|
}
|
|
30504
30534
|
},
|
|
30505
30535
|
"required": [
|
|
30506
|
-
"__@BRAND@
|
|
30536
|
+
"__@BRAND@513164"
|
|
30507
30537
|
]
|
|
30508
30538
|
},
|
|
30509
30539
|
"disabled": {
|
|
@@ -30572,34 +30602,34 @@
|
|
|
30572
30602
|
"minLength": {
|
|
30573
30603
|
"type": "object",
|
|
30574
30604
|
"properties": {
|
|
30575
|
-
"__@BRAND@
|
|
30605
|
+
"__@BRAND@513164": {
|
|
30576
30606
|
"type": "object"
|
|
30577
30607
|
}
|
|
30578
30608
|
},
|
|
30579
30609
|
"required": [
|
|
30580
|
-
"__@BRAND@
|
|
30610
|
+
"__@BRAND@513164"
|
|
30581
30611
|
]
|
|
30582
30612
|
},
|
|
30583
30613
|
"maxLength": {
|
|
30584
30614
|
"type": "object",
|
|
30585
30615
|
"properties": {
|
|
30586
|
-
"__@BRAND@
|
|
30616
|
+
"__@BRAND@513164": {
|
|
30587
30617
|
"type": "object"
|
|
30588
30618
|
}
|
|
30589
30619
|
},
|
|
30590
30620
|
"required": [
|
|
30591
|
-
"__@BRAND@
|
|
30621
|
+
"__@BRAND@513164"
|
|
30592
30622
|
]
|
|
30593
30623
|
},
|
|
30594
30624
|
"pattern": {
|
|
30595
30625
|
"type": "object",
|
|
30596
30626
|
"properties": {
|
|
30597
|
-
"__@BRAND@
|
|
30627
|
+
"__@BRAND@513164": {
|
|
30598
30628
|
"type": "object"
|
|
30599
30629
|
}
|
|
30600
30630
|
},
|
|
30601
30631
|
"required": [
|
|
30602
|
-
"__@BRAND@
|
|
30632
|
+
"__@BRAND@513164"
|
|
30603
30633
|
]
|
|
30604
30634
|
},
|
|
30605
30635
|
"default": {
|
|
@@ -30757,34 +30787,34 @@
|
|
|
30757
30787
|
"minLength": {
|
|
30758
30788
|
"type": "object",
|
|
30759
30789
|
"properties": {
|
|
30760
|
-
"__@BRAND@
|
|
30790
|
+
"__@BRAND@513164": {
|
|
30761
30791
|
"type": "object"
|
|
30762
30792
|
}
|
|
30763
30793
|
},
|
|
30764
30794
|
"required": [
|
|
30765
|
-
"__@BRAND@
|
|
30795
|
+
"__@BRAND@513164"
|
|
30766
30796
|
]
|
|
30767
30797
|
},
|
|
30768
30798
|
"maxLength": {
|
|
30769
30799
|
"type": "object",
|
|
30770
30800
|
"properties": {
|
|
30771
|
-
"__@BRAND@
|
|
30801
|
+
"__@BRAND@513164": {
|
|
30772
30802
|
"type": "object"
|
|
30773
30803
|
}
|
|
30774
30804
|
},
|
|
30775
30805
|
"required": [
|
|
30776
|
-
"__@BRAND@
|
|
30806
|
+
"__@BRAND@513164"
|
|
30777
30807
|
]
|
|
30778
30808
|
},
|
|
30779
30809
|
"pattern": {
|
|
30780
30810
|
"type": "object",
|
|
30781
30811
|
"properties": {
|
|
30782
|
-
"__@BRAND@
|
|
30812
|
+
"__@BRAND@513164": {
|
|
30783
30813
|
"type": "object"
|
|
30784
30814
|
}
|
|
30785
30815
|
},
|
|
30786
30816
|
"required": [
|
|
30787
|
-
"__@BRAND@
|
|
30817
|
+
"__@BRAND@513164"
|
|
30788
30818
|
]
|
|
30789
30819
|
},
|
|
30790
30820
|
"default": {
|
|
@@ -30873,12 +30903,12 @@
|
|
|
30873
30903
|
{
|
|
30874
30904
|
"type": "object",
|
|
30875
30905
|
"properties": {
|
|
30876
|
-
"__@BRAND@
|
|
30906
|
+
"__@BRAND@513164": {
|
|
30877
30907
|
"type": "object"
|
|
30878
30908
|
}
|
|
30879
30909
|
},
|
|
30880
30910
|
"required": [
|
|
30881
|
-
"__@BRAND@
|
|
30911
|
+
"__@BRAND@513164"
|
|
30882
30912
|
]
|
|
30883
30913
|
},
|
|
30884
30914
|
{
|
|
@@ -30886,12 +30916,12 @@
|
|
|
30886
30916
|
"value": {
|
|
30887
30917
|
"type": "object",
|
|
30888
30918
|
"properties": {
|
|
30889
|
-
"__@BRAND@
|
|
30919
|
+
"__@BRAND@513164": {
|
|
30890
30920
|
"type": "object"
|
|
30891
30921
|
}
|
|
30892
30922
|
},
|
|
30893
30923
|
"required": [
|
|
30894
|
-
"__@BRAND@
|
|
30924
|
+
"__@BRAND@513164"
|
|
30895
30925
|
]
|
|
30896
30926
|
},
|
|
30897
30927
|
"disabled": {
|
|
@@ -31077,12 +31107,12 @@
|
|
|
31077
31107
|
"items": {
|
|
31078
31108
|
"type": "object",
|
|
31079
31109
|
"properties": {
|
|
31080
|
-
"__@BRAND@
|
|
31110
|
+
"__@BRAND@513164": {
|
|
31081
31111
|
"type": "object"
|
|
31082
31112
|
}
|
|
31083
31113
|
},
|
|
31084
31114
|
"required": [
|
|
31085
|
-
"__@BRAND@
|
|
31115
|
+
"__@BRAND@513164"
|
|
31086
31116
|
]
|
|
31087
31117
|
},
|
|
31088
31118
|
"type": "array"
|
|
@@ -31091,12 +31121,12 @@
|
|
|
31091
31121
|
"items": {
|
|
31092
31122
|
"type": "object",
|
|
31093
31123
|
"properties": {
|
|
31094
|
-
"__@BRAND@
|
|
31124
|
+
"__@BRAND@513164": {
|
|
31095
31125
|
"type": "object"
|
|
31096
31126
|
}
|
|
31097
31127
|
},
|
|
31098
31128
|
"required": [
|
|
31099
|
-
"__@BRAND@
|
|
31129
|
+
"__@BRAND@513164"
|
|
31100
31130
|
]
|
|
31101
31131
|
},
|
|
31102
31132
|
"type": "array"
|
|
@@ -31115,12 +31145,12 @@
|
|
|
31115
31145
|
"value": {
|
|
31116
31146
|
"type": "object",
|
|
31117
31147
|
"properties": {
|
|
31118
|
-
"__@BRAND@
|
|
31148
|
+
"__@BRAND@513164": {
|
|
31119
31149
|
"type": "object"
|
|
31120
31150
|
}
|
|
31121
31151
|
},
|
|
31122
31152
|
"required": [
|
|
31123
|
-
"__@BRAND@
|
|
31153
|
+
"__@BRAND@513164"
|
|
31124
31154
|
]
|
|
31125
31155
|
},
|
|
31126
31156
|
"disabled": {
|
|
@@ -36341,12 +36371,6 @@
|
|
|
36341
36371
|
},
|
|
36342
36372
|
"type": "array"
|
|
36343
36373
|
},
|
|
36344
|
-
"traceDrain": {
|
|
36345
|
-
"items": {
|
|
36346
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
36347
|
-
},
|
|
36348
|
-
"type": "array"
|
|
36349
|
-
},
|
|
36350
36374
|
"Monitoring": {
|
|
36351
36375
|
"items": {
|
|
36352
36376
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -38318,10 +38342,10 @@
|
|
|
38318
38342
|
"type": "string",
|
|
38319
38343
|
"enum": [
|
|
38320
38344
|
"system",
|
|
38345
|
+
"secret",
|
|
38321
38346
|
"encrypted",
|
|
38322
38347
|
"plain",
|
|
38323
|
-
"sensitive"
|
|
38324
|
-
"secret"
|
|
38348
|
+
"sensitive"
|
|
38325
38349
|
]
|
|
38326
38350
|
},
|
|
38327
38351
|
"sunsetSecretId": {
|
|
@@ -39324,18 +39348,18 @@
|
|
|
39324
39348
|
"github-limited"
|
|
39325
39349
|
]
|
|
39326
39350
|
},
|
|
39327
|
-
"repo": {
|
|
39328
|
-
"type": "string"
|
|
39329
|
-
},
|
|
39330
|
-
"repoId": {
|
|
39331
|
-
"type": "number"
|
|
39332
|
-
},
|
|
39333
39351
|
"updatedAt": {
|
|
39334
39352
|
"type": "number"
|
|
39335
39353
|
},
|
|
39336
39354
|
"createdAt": {
|
|
39337
39355
|
"type": "number"
|
|
39338
39356
|
},
|
|
39357
|
+
"repo": {
|
|
39358
|
+
"type": "string"
|
|
39359
|
+
},
|
|
39360
|
+
"sourceless": {
|
|
39361
|
+
"type": "boolean"
|
|
39362
|
+
},
|
|
39339
39363
|
"org": {
|
|
39340
39364
|
"type": "string"
|
|
39341
39365
|
},
|
|
@@ -39343,6 +39367,9 @@
|
|
|
39343
39367
|
"type": "number",
|
|
39344
39368
|
"description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
|
|
39345
39369
|
},
|
|
39370
|
+
"repoId": {
|
|
39371
|
+
"type": "number"
|
|
39372
|
+
},
|
|
39346
39373
|
"deployHooks": {
|
|
39347
39374
|
"items": {
|
|
39348
39375
|
"properties": {
|
|
@@ -39375,9 +39402,6 @@
|
|
|
39375
39402
|
"gitCredentialId": {
|
|
39376
39403
|
"type": "string"
|
|
39377
39404
|
},
|
|
39378
|
-
"sourceless": {
|
|
39379
|
-
"type": "boolean"
|
|
39380
|
-
},
|
|
39381
39405
|
"productionBranch": {
|
|
39382
39406
|
"type": "string"
|
|
39383
39407
|
}
|
|
@@ -39768,9 +39792,6 @@
|
|
|
39768
39792
|
},
|
|
39769
39793
|
"resourceConfig": {
|
|
39770
39794
|
"properties": {
|
|
39771
|
-
"elasticConcurrencyEnabled": {
|
|
39772
|
-
"type": "boolean"
|
|
39773
|
-
},
|
|
39774
39795
|
"fluid": {
|
|
39775
39796
|
"type": "boolean"
|
|
39776
39797
|
},
|
|
@@ -39794,6 +39815,9 @@
|
|
|
39794
39815
|
"functionZeroConfigFailover": {
|
|
39795
39816
|
"type": "boolean"
|
|
39796
39817
|
},
|
|
39818
|
+
"elasticConcurrencyEnabled": {
|
|
39819
|
+
"type": "boolean"
|
|
39820
|
+
},
|
|
39797
39821
|
"buildMachineType": {
|
|
39798
39822
|
"type": "string",
|
|
39799
39823
|
"enum": [
|
|
@@ -39889,9 +39913,6 @@
|
|
|
39889
39913
|
},
|
|
39890
39914
|
"defaultResourceConfig": {
|
|
39891
39915
|
"properties": {
|
|
39892
|
-
"elasticConcurrencyEnabled": {
|
|
39893
|
-
"type": "boolean"
|
|
39894
|
-
},
|
|
39895
39916
|
"fluid": {
|
|
39896
39917
|
"type": "boolean"
|
|
39897
39918
|
},
|
|
@@ -39915,6 +39936,9 @@
|
|
|
39915
39936
|
"functionZeroConfigFailover": {
|
|
39916
39937
|
"type": "boolean"
|
|
39917
39938
|
},
|
|
39939
|
+
"elasticConcurrencyEnabled": {
|
|
39940
|
+
"type": "boolean"
|
|
39941
|
+
},
|
|
39918
39942
|
"buildMachineType": {
|
|
39919
39943
|
"type": "string",
|
|
39920
39944
|
"enum": [
|
|
@@ -39959,8 +39983,8 @@
|
|
|
39959
39983
|
"deploymentType": {
|
|
39960
39984
|
"type": "string",
|
|
39961
39985
|
"enum": [
|
|
39962
|
-
"preview",
|
|
39963
39986
|
"all",
|
|
39987
|
+
"preview",
|
|
39964
39988
|
"prod_deployment_urls_and_all_previews",
|
|
39965
39989
|
"all_except_custom_domains"
|
|
39966
39990
|
]
|
|
@@ -40297,1285 +40321,1279 @@
|
|
|
40297
40321
|
},
|
|
40298
40322
|
"permissions": {
|
|
40299
40323
|
"properties": {
|
|
40300
|
-
"
|
|
40301
|
-
"items": {
|
|
40302
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40303
|
-
},
|
|
40304
|
-
"type": "array"
|
|
40305
|
-
},
|
|
40306
|
-
"aliasProtectionBypass": {
|
|
40324
|
+
"oauth2Connection": {
|
|
40307
40325
|
"items": {
|
|
40308
40326
|
"$ref": "#/components/schemas/ACLAction"
|
|
40309
40327
|
},
|
|
40310
40328
|
"type": "array"
|
|
40311
40329
|
},
|
|
40312
|
-
"
|
|
40330
|
+
"user": {
|
|
40313
40331
|
"items": {
|
|
40314
40332
|
"$ref": "#/components/schemas/ACLAction"
|
|
40315
40333
|
},
|
|
40316
40334
|
"type": "array"
|
|
40317
40335
|
},
|
|
40318
|
-
"
|
|
40336
|
+
"userConnection": {
|
|
40319
40337
|
"items": {
|
|
40320
40338
|
"$ref": "#/components/schemas/ACLAction"
|
|
40321
40339
|
},
|
|
40322
40340
|
"type": "array"
|
|
40323
40341
|
},
|
|
40324
|
-
"
|
|
40342
|
+
"userSudo": {
|
|
40325
40343
|
"items": {
|
|
40326
40344
|
"$ref": "#/components/schemas/ACLAction"
|
|
40327
40345
|
},
|
|
40328
40346
|
"type": "array"
|
|
40329
40347
|
},
|
|
40330
|
-
"
|
|
40348
|
+
"webAuthn": {
|
|
40331
40349
|
"items": {
|
|
40332
40350
|
"$ref": "#/components/schemas/ACLAction"
|
|
40333
40351
|
},
|
|
40334
40352
|
"type": "array"
|
|
40335
40353
|
},
|
|
40336
|
-
"
|
|
40354
|
+
"accessGroup": {
|
|
40337
40355
|
"items": {
|
|
40338
40356
|
"$ref": "#/components/schemas/ACLAction"
|
|
40339
40357
|
},
|
|
40340
40358
|
"type": "array"
|
|
40341
40359
|
},
|
|
40342
|
-
"
|
|
40360
|
+
"aliasGlobal": {
|
|
40343
40361
|
"items": {
|
|
40344
40362
|
"$ref": "#/components/schemas/ACLAction"
|
|
40345
40363
|
},
|
|
40346
40364
|
"type": "array"
|
|
40347
40365
|
},
|
|
40348
|
-
"
|
|
40366
|
+
"analyticsSampling": {
|
|
40349
40367
|
"items": {
|
|
40350
40368
|
"$ref": "#/components/schemas/ACLAction"
|
|
40351
40369
|
},
|
|
40352
40370
|
"type": "array"
|
|
40353
40371
|
},
|
|
40354
|
-
"
|
|
40372
|
+
"analyticsUsage": {
|
|
40355
40373
|
"items": {
|
|
40356
40374
|
"$ref": "#/components/schemas/ACLAction"
|
|
40357
40375
|
},
|
|
40358
40376
|
"type": "array"
|
|
40359
40377
|
},
|
|
40360
|
-
"
|
|
40378
|
+
"auditLog": {
|
|
40361
40379
|
"items": {
|
|
40362
40380
|
"$ref": "#/components/schemas/ACLAction"
|
|
40363
40381
|
},
|
|
40364
40382
|
"type": "array"
|
|
40365
40383
|
},
|
|
40366
|
-
"
|
|
40384
|
+
"billingAddress": {
|
|
40367
40385
|
"items": {
|
|
40368
40386
|
"$ref": "#/components/schemas/ACLAction"
|
|
40369
40387
|
},
|
|
40370
40388
|
"type": "array"
|
|
40371
40389
|
},
|
|
40372
|
-
"
|
|
40390
|
+
"billingInformation": {
|
|
40373
40391
|
"items": {
|
|
40374
40392
|
"$ref": "#/components/schemas/ACLAction"
|
|
40375
40393
|
},
|
|
40376
40394
|
"type": "array"
|
|
40377
40395
|
},
|
|
40378
|
-
"
|
|
40396
|
+
"billingInvoice": {
|
|
40379
40397
|
"items": {
|
|
40380
40398
|
"$ref": "#/components/schemas/ACLAction"
|
|
40381
40399
|
},
|
|
40382
40400
|
"type": "array"
|
|
40383
40401
|
},
|
|
40384
|
-
"
|
|
40402
|
+
"billingInvoiceEmailRecipient": {
|
|
40385
40403
|
"items": {
|
|
40386
40404
|
"$ref": "#/components/schemas/ACLAction"
|
|
40387
40405
|
},
|
|
40388
40406
|
"type": "array"
|
|
40389
40407
|
},
|
|
40390
|
-
"
|
|
40408
|
+
"billingInvoiceLanguage": {
|
|
40391
40409
|
"items": {
|
|
40392
40410
|
"$ref": "#/components/schemas/ACLAction"
|
|
40393
40411
|
},
|
|
40394
40412
|
"type": "array"
|
|
40395
40413
|
},
|
|
40396
|
-
"
|
|
40414
|
+
"billingPlan": {
|
|
40397
40415
|
"items": {
|
|
40398
40416
|
"$ref": "#/components/schemas/ACLAction"
|
|
40399
40417
|
},
|
|
40400
40418
|
"type": "array"
|
|
40401
40419
|
},
|
|
40402
|
-
"
|
|
40420
|
+
"billingPurchaseOrder": {
|
|
40403
40421
|
"items": {
|
|
40404
40422
|
"$ref": "#/components/schemas/ACLAction"
|
|
40405
40423
|
},
|
|
40406
40424
|
"type": "array"
|
|
40407
40425
|
},
|
|
40408
|
-
"
|
|
40426
|
+
"billingRefund": {
|
|
40409
40427
|
"items": {
|
|
40410
40428
|
"$ref": "#/components/schemas/ACLAction"
|
|
40411
40429
|
},
|
|
40412
40430
|
"type": "array"
|
|
40413
40431
|
},
|
|
40414
|
-
"
|
|
40432
|
+
"billingTaxId": {
|
|
40415
40433
|
"items": {
|
|
40416
40434
|
"$ref": "#/components/schemas/ACLAction"
|
|
40417
40435
|
},
|
|
40418
40436
|
"type": "array"
|
|
40419
40437
|
},
|
|
40420
|
-
"
|
|
40438
|
+
"blob": {
|
|
40421
40439
|
"items": {
|
|
40422
40440
|
"$ref": "#/components/schemas/ACLAction"
|
|
40423
40441
|
},
|
|
40424
40442
|
"type": "array"
|
|
40425
40443
|
},
|
|
40426
|
-
"
|
|
40444
|
+
"budget": {
|
|
40427
40445
|
"items": {
|
|
40428
40446
|
"$ref": "#/components/schemas/ACLAction"
|
|
40429
40447
|
},
|
|
40430
40448
|
"type": "array"
|
|
40431
40449
|
},
|
|
40432
|
-
"
|
|
40450
|
+
"cacheArtifact": {
|
|
40433
40451
|
"items": {
|
|
40434
40452
|
"$ref": "#/components/schemas/ACLAction"
|
|
40435
40453
|
},
|
|
40436
40454
|
"type": "array"
|
|
40437
40455
|
},
|
|
40438
|
-
"
|
|
40456
|
+
"cacheArtifactUsageEvent": {
|
|
40439
40457
|
"items": {
|
|
40440
40458
|
"$ref": "#/components/schemas/ACLAction"
|
|
40441
40459
|
},
|
|
40442
40460
|
"type": "array"
|
|
40443
40461
|
},
|
|
40444
|
-
"
|
|
40462
|
+
"codeChecks": {
|
|
40445
40463
|
"items": {
|
|
40446
40464
|
"$ref": "#/components/schemas/ACLAction"
|
|
40447
40465
|
},
|
|
40448
40466
|
"type": "array"
|
|
40449
40467
|
},
|
|
40450
|
-
"
|
|
40468
|
+
"concurrentBuilds": {
|
|
40451
40469
|
"items": {
|
|
40452
40470
|
"$ref": "#/components/schemas/ACLAction"
|
|
40453
40471
|
},
|
|
40454
40472
|
"type": "array"
|
|
40455
40473
|
},
|
|
40456
|
-
"
|
|
40474
|
+
"connect": {
|
|
40457
40475
|
"items": {
|
|
40458
40476
|
"$ref": "#/components/schemas/ACLAction"
|
|
40459
40477
|
},
|
|
40460
40478
|
"type": "array"
|
|
40461
40479
|
},
|
|
40462
|
-
"
|
|
40480
|
+
"connectConfiguration": {
|
|
40463
40481
|
"items": {
|
|
40464
40482
|
"$ref": "#/components/schemas/ACLAction"
|
|
40465
40483
|
},
|
|
40466
40484
|
"type": "array"
|
|
40467
40485
|
},
|
|
40468
|
-
"
|
|
40486
|
+
"defaultDeploymentProtection": {
|
|
40469
40487
|
"items": {
|
|
40470
40488
|
"$ref": "#/components/schemas/ACLAction"
|
|
40471
40489
|
},
|
|
40472
40490
|
"type": "array"
|
|
40473
40491
|
},
|
|
40474
|
-
"
|
|
40492
|
+
"domain": {
|
|
40475
40493
|
"items": {
|
|
40476
40494
|
"$ref": "#/components/schemas/ACLAction"
|
|
40477
40495
|
},
|
|
40478
40496
|
"type": "array"
|
|
40479
40497
|
},
|
|
40480
|
-
"
|
|
40498
|
+
"domainAcceptDelegation": {
|
|
40481
40499
|
"items": {
|
|
40482
40500
|
"$ref": "#/components/schemas/ACLAction"
|
|
40483
40501
|
},
|
|
40484
40502
|
"type": "array"
|
|
40485
40503
|
},
|
|
40486
|
-
"
|
|
40504
|
+
"domainAuthCodes": {
|
|
40487
40505
|
"items": {
|
|
40488
40506
|
"$ref": "#/components/schemas/ACLAction"
|
|
40489
40507
|
},
|
|
40490
40508
|
"type": "array"
|
|
40491
40509
|
},
|
|
40492
|
-
"
|
|
40510
|
+
"domainCertificate": {
|
|
40493
40511
|
"items": {
|
|
40494
40512
|
"$ref": "#/components/schemas/ACLAction"
|
|
40495
40513
|
},
|
|
40496
40514
|
"type": "array"
|
|
40497
40515
|
},
|
|
40498
|
-
"
|
|
40516
|
+
"domainCheckConfig": {
|
|
40499
40517
|
"items": {
|
|
40500
40518
|
"$ref": "#/components/schemas/ACLAction"
|
|
40501
40519
|
},
|
|
40502
40520
|
"type": "array"
|
|
40503
40521
|
},
|
|
40504
|
-
"
|
|
40522
|
+
"domainMove": {
|
|
40505
40523
|
"items": {
|
|
40506
40524
|
"$ref": "#/components/schemas/ACLAction"
|
|
40507
40525
|
},
|
|
40508
40526
|
"type": "array"
|
|
40509
40527
|
},
|
|
40510
|
-
"
|
|
40528
|
+
"domainPurchase": {
|
|
40511
40529
|
"items": {
|
|
40512
40530
|
"$ref": "#/components/schemas/ACLAction"
|
|
40513
40531
|
},
|
|
40514
40532
|
"type": "array"
|
|
40515
40533
|
},
|
|
40516
|
-
"
|
|
40534
|
+
"domainRecord": {
|
|
40517
40535
|
"items": {
|
|
40518
40536
|
"$ref": "#/components/schemas/ACLAction"
|
|
40519
40537
|
},
|
|
40520
40538
|
"type": "array"
|
|
40521
40539
|
},
|
|
40522
|
-
"
|
|
40540
|
+
"domainTransferIn": {
|
|
40523
40541
|
"items": {
|
|
40524
40542
|
"$ref": "#/components/schemas/ACLAction"
|
|
40525
40543
|
},
|
|
40526
40544
|
"type": "array"
|
|
40527
40545
|
},
|
|
40528
|
-
"
|
|
40546
|
+
"event": {
|
|
40529
40547
|
"items": {
|
|
40530
40548
|
"$ref": "#/components/schemas/ACLAction"
|
|
40531
40549
|
},
|
|
40532
40550
|
"type": "array"
|
|
40533
40551
|
},
|
|
40534
|
-
"
|
|
40552
|
+
"ownEvent": {
|
|
40535
40553
|
"items": {
|
|
40536
40554
|
"$ref": "#/components/schemas/ACLAction"
|
|
40537
40555
|
},
|
|
40538
40556
|
"type": "array"
|
|
40539
40557
|
},
|
|
40540
|
-
"
|
|
40558
|
+
"sensitiveEnvironmentVariablePolicy": {
|
|
40541
40559
|
"items": {
|
|
40542
40560
|
"$ref": "#/components/schemas/ACLAction"
|
|
40543
40561
|
},
|
|
40544
40562
|
"type": "array"
|
|
40545
40563
|
},
|
|
40546
|
-
"
|
|
40564
|
+
"fileUpload": {
|
|
40547
40565
|
"items": {
|
|
40548
40566
|
"$ref": "#/components/schemas/ACLAction"
|
|
40549
40567
|
},
|
|
40550
40568
|
"type": "array"
|
|
40551
40569
|
},
|
|
40552
|
-
"
|
|
40570
|
+
"flagsExplorerSubscription": {
|
|
40553
40571
|
"items": {
|
|
40554
40572
|
"$ref": "#/components/schemas/ACLAction"
|
|
40555
40573
|
},
|
|
40556
40574
|
"type": "array"
|
|
40557
40575
|
},
|
|
40558
|
-
"
|
|
40576
|
+
"gitRepository": {
|
|
40559
40577
|
"items": {
|
|
40560
40578
|
"$ref": "#/components/schemas/ACLAction"
|
|
40561
40579
|
},
|
|
40562
40580
|
"type": "array"
|
|
40563
40581
|
},
|
|
40564
|
-
"
|
|
40582
|
+
"ipBlocking": {
|
|
40565
40583
|
"items": {
|
|
40566
40584
|
"$ref": "#/components/schemas/ACLAction"
|
|
40567
40585
|
},
|
|
40568
40586
|
"type": "array"
|
|
40569
40587
|
},
|
|
40570
|
-
"
|
|
40588
|
+
"imageOptimizationNewPrice": {
|
|
40571
40589
|
"items": {
|
|
40572
40590
|
"$ref": "#/components/schemas/ACLAction"
|
|
40573
40591
|
},
|
|
40574
40592
|
"type": "array"
|
|
40575
40593
|
},
|
|
40576
|
-
"
|
|
40594
|
+
"integration": {
|
|
40577
40595
|
"items": {
|
|
40578
40596
|
"$ref": "#/components/schemas/ACLAction"
|
|
40579
40597
|
},
|
|
40580
40598
|
"type": "array"
|
|
40581
40599
|
},
|
|
40582
|
-
"
|
|
40600
|
+
"integrationAccount": {
|
|
40583
40601
|
"items": {
|
|
40584
40602
|
"$ref": "#/components/schemas/ACLAction"
|
|
40585
40603
|
},
|
|
40586
40604
|
"type": "array"
|
|
40587
40605
|
},
|
|
40588
|
-
"
|
|
40606
|
+
"integrationConfiguration": {
|
|
40589
40607
|
"items": {
|
|
40590
40608
|
"$ref": "#/components/schemas/ACLAction"
|
|
40591
40609
|
},
|
|
40592
40610
|
"type": "array"
|
|
40593
40611
|
},
|
|
40594
|
-
"
|
|
40612
|
+
"integrationConfigurationTransfer": {
|
|
40595
40613
|
"items": {
|
|
40596
40614
|
"$ref": "#/components/schemas/ACLAction"
|
|
40597
40615
|
},
|
|
40598
40616
|
"type": "array"
|
|
40599
40617
|
},
|
|
40600
|
-
"
|
|
40618
|
+
"integrationConfigurationProjects": {
|
|
40601
40619
|
"items": {
|
|
40602
40620
|
"$ref": "#/components/schemas/ACLAction"
|
|
40603
40621
|
},
|
|
40604
40622
|
"type": "array"
|
|
40605
40623
|
},
|
|
40606
|
-
"
|
|
40624
|
+
"integrationVercelConfigurationOverride": {
|
|
40607
40625
|
"items": {
|
|
40608
40626
|
"$ref": "#/components/schemas/ACLAction"
|
|
40609
40627
|
},
|
|
40610
40628
|
"type": "array"
|
|
40611
40629
|
},
|
|
40612
|
-
"
|
|
40630
|
+
"integrationConfigurationRole": {
|
|
40613
40631
|
"items": {
|
|
40614
40632
|
"$ref": "#/components/schemas/ACLAction"
|
|
40615
40633
|
},
|
|
40616
40634
|
"type": "array"
|
|
40617
40635
|
},
|
|
40618
|
-
"
|
|
40636
|
+
"integrationSSOSession": {
|
|
40619
40637
|
"items": {
|
|
40620
40638
|
"$ref": "#/components/schemas/ACLAction"
|
|
40621
40639
|
},
|
|
40622
40640
|
"type": "array"
|
|
40623
40641
|
},
|
|
40624
|
-
"
|
|
40642
|
+
"integrationResource": {
|
|
40625
40643
|
"items": {
|
|
40626
40644
|
"$ref": "#/components/schemas/ACLAction"
|
|
40627
40645
|
},
|
|
40628
40646
|
"type": "array"
|
|
40629
40647
|
},
|
|
40630
|
-
"
|
|
40648
|
+
"integrationEvent": {
|
|
40631
40649
|
"items": {
|
|
40632
40650
|
"$ref": "#/components/schemas/ACLAction"
|
|
40633
40651
|
},
|
|
40634
40652
|
"type": "array"
|
|
40635
40653
|
},
|
|
40636
|
-
"
|
|
40654
|
+
"integrationResourceSecrets": {
|
|
40637
40655
|
"items": {
|
|
40638
40656
|
"$ref": "#/components/schemas/ACLAction"
|
|
40639
40657
|
},
|
|
40640
40658
|
"type": "array"
|
|
40641
40659
|
},
|
|
40642
|
-
"
|
|
40660
|
+
"integrationDeploymentAction": {
|
|
40643
40661
|
"items": {
|
|
40644
40662
|
"$ref": "#/components/schemas/ACLAction"
|
|
40645
40663
|
},
|
|
40646
40664
|
"type": "array"
|
|
40647
40665
|
},
|
|
40648
|
-
"
|
|
40666
|
+
"marketplaceInstallationMember": {
|
|
40649
40667
|
"items": {
|
|
40650
40668
|
"$ref": "#/components/schemas/ACLAction"
|
|
40651
40669
|
},
|
|
40652
40670
|
"type": "array"
|
|
40653
40671
|
},
|
|
40654
|
-
"
|
|
40672
|
+
"marketplaceBillingData": {
|
|
40655
40673
|
"items": {
|
|
40656
40674
|
"$ref": "#/components/schemas/ACLAction"
|
|
40657
40675
|
},
|
|
40658
40676
|
"type": "array"
|
|
40659
40677
|
},
|
|
40660
|
-
"
|
|
40678
|
+
"marketplaceInvoice": {
|
|
40661
40679
|
"items": {
|
|
40662
40680
|
"$ref": "#/components/schemas/ACLAction"
|
|
40663
40681
|
},
|
|
40664
40682
|
"type": "array"
|
|
40665
40683
|
},
|
|
40666
|
-
"
|
|
40684
|
+
"marketplaceSettings": {
|
|
40667
40685
|
"items": {
|
|
40668
40686
|
"$ref": "#/components/schemas/ACLAction"
|
|
40669
40687
|
},
|
|
40670
40688
|
"type": "array"
|
|
40671
40689
|
},
|
|
40672
|
-
"
|
|
40690
|
+
"marketplaceExperimentationItem": {
|
|
40673
40691
|
"items": {
|
|
40674
40692
|
"$ref": "#/components/schemas/ACLAction"
|
|
40675
40693
|
},
|
|
40676
40694
|
"type": "array"
|
|
40677
40695
|
},
|
|
40678
|
-
"
|
|
40696
|
+
"marketplaceExperimentationEdgeConfigData": {
|
|
40679
40697
|
"items": {
|
|
40680
40698
|
"$ref": "#/components/schemas/ACLAction"
|
|
40681
40699
|
},
|
|
40682
40700
|
"type": "array"
|
|
40683
40701
|
},
|
|
40684
|
-
"
|
|
40702
|
+
"jobGlobal": {
|
|
40685
40703
|
"items": {
|
|
40686
40704
|
"$ref": "#/components/schemas/ACLAction"
|
|
40687
40705
|
},
|
|
40688
40706
|
"type": "array"
|
|
40689
40707
|
},
|
|
40690
|
-
"
|
|
40708
|
+
"drain": {
|
|
40691
40709
|
"items": {
|
|
40692
40710
|
"$ref": "#/components/schemas/ACLAction"
|
|
40693
40711
|
},
|
|
40694
40712
|
"type": "array"
|
|
40695
40713
|
},
|
|
40696
|
-
"
|
|
40714
|
+
"logDrain": {
|
|
40697
40715
|
"items": {
|
|
40698
40716
|
"$ref": "#/components/schemas/ACLAction"
|
|
40699
40717
|
},
|
|
40700
40718
|
"type": "array"
|
|
40701
40719
|
},
|
|
40702
|
-
"
|
|
40720
|
+
"Monitoring": {
|
|
40703
40721
|
"items": {
|
|
40704
40722
|
"$ref": "#/components/schemas/ACLAction"
|
|
40705
40723
|
},
|
|
40706
40724
|
"type": "array"
|
|
40707
40725
|
},
|
|
40708
|
-
"
|
|
40726
|
+
"monitoringSettings": {
|
|
40709
40727
|
"items": {
|
|
40710
40728
|
"$ref": "#/components/schemas/ACLAction"
|
|
40711
40729
|
},
|
|
40712
40730
|
"type": "array"
|
|
40713
40731
|
},
|
|
40714
|
-
"
|
|
40732
|
+
"monitoringQuery": {
|
|
40715
40733
|
"items": {
|
|
40716
40734
|
"$ref": "#/components/schemas/ACLAction"
|
|
40717
40735
|
},
|
|
40718
40736
|
"type": "array"
|
|
40719
40737
|
},
|
|
40720
|
-
"
|
|
40738
|
+
"monitoringChart": {
|
|
40721
40739
|
"items": {
|
|
40722
40740
|
"$ref": "#/components/schemas/ACLAction"
|
|
40723
40741
|
},
|
|
40724
40742
|
"type": "array"
|
|
40725
40743
|
},
|
|
40726
|
-
"
|
|
40744
|
+
"monitoringAlert": {
|
|
40727
40745
|
"items": {
|
|
40728
40746
|
"$ref": "#/components/schemas/ACLAction"
|
|
40729
40747
|
},
|
|
40730
40748
|
"type": "array"
|
|
40731
40749
|
},
|
|
40732
|
-
"
|
|
40750
|
+
"notificationDeploymentFailed": {
|
|
40733
40751
|
"items": {
|
|
40734
40752
|
"$ref": "#/components/schemas/ACLAction"
|
|
40735
40753
|
},
|
|
40736
40754
|
"type": "array"
|
|
40737
40755
|
},
|
|
40738
|
-
"
|
|
40756
|
+
"notificationDomainConfiguration": {
|
|
40739
40757
|
"items": {
|
|
40740
40758
|
"$ref": "#/components/schemas/ACLAction"
|
|
40741
40759
|
},
|
|
40742
40760
|
"type": "array"
|
|
40743
40761
|
},
|
|
40744
|
-
"
|
|
40762
|
+
"notificationDomainExpire": {
|
|
40745
40763
|
"items": {
|
|
40746
40764
|
"$ref": "#/components/schemas/ACLAction"
|
|
40747
40765
|
},
|
|
40748
40766
|
"type": "array"
|
|
40749
40767
|
},
|
|
40750
|
-
"
|
|
40768
|
+
"notificationDomainMoved": {
|
|
40751
40769
|
"items": {
|
|
40752
40770
|
"$ref": "#/components/schemas/ACLAction"
|
|
40753
40771
|
},
|
|
40754
40772
|
"type": "array"
|
|
40755
40773
|
},
|
|
40756
|
-
"
|
|
40774
|
+
"notificationDomainPurchase": {
|
|
40757
40775
|
"items": {
|
|
40758
40776
|
"$ref": "#/components/schemas/ACLAction"
|
|
40759
40777
|
},
|
|
40760
40778
|
"type": "array"
|
|
40761
40779
|
},
|
|
40762
|
-
"
|
|
40780
|
+
"notificationDomainRenewal": {
|
|
40763
40781
|
"items": {
|
|
40764
40782
|
"$ref": "#/components/schemas/ACLAction"
|
|
40765
40783
|
},
|
|
40766
40784
|
"type": "array"
|
|
40767
40785
|
},
|
|
40768
|
-
"
|
|
40786
|
+
"notificationDomainTransfer": {
|
|
40769
40787
|
"items": {
|
|
40770
40788
|
"$ref": "#/components/schemas/ACLAction"
|
|
40771
40789
|
},
|
|
40772
40790
|
"type": "array"
|
|
40773
40791
|
},
|
|
40774
|
-
"
|
|
40792
|
+
"notificationDomainUnverified": {
|
|
40775
40793
|
"items": {
|
|
40776
40794
|
"$ref": "#/components/schemas/ACLAction"
|
|
40777
40795
|
},
|
|
40778
40796
|
"type": "array"
|
|
40779
40797
|
},
|
|
40780
|
-
"
|
|
40798
|
+
"NotificationMonitoringAlert": {
|
|
40781
40799
|
"items": {
|
|
40782
40800
|
"$ref": "#/components/schemas/ACLAction"
|
|
40783
40801
|
},
|
|
40784
40802
|
"type": "array"
|
|
40785
40803
|
},
|
|
40786
|
-
"
|
|
40804
|
+
"notificationPaymentFailed": {
|
|
40787
40805
|
"items": {
|
|
40788
40806
|
"$ref": "#/components/schemas/ACLAction"
|
|
40789
40807
|
},
|
|
40790
40808
|
"type": "array"
|
|
40791
40809
|
},
|
|
40792
|
-
"
|
|
40810
|
+
"notificationUsageAlert": {
|
|
40793
40811
|
"items": {
|
|
40794
40812
|
"$ref": "#/components/schemas/ACLAction"
|
|
40795
40813
|
},
|
|
40796
40814
|
"type": "array"
|
|
40797
40815
|
},
|
|
40798
|
-
"
|
|
40816
|
+
"notificationPreferences": {
|
|
40799
40817
|
"items": {
|
|
40800
40818
|
"$ref": "#/components/schemas/ACLAction"
|
|
40801
40819
|
},
|
|
40802
40820
|
"type": "array"
|
|
40803
40821
|
},
|
|
40804
|
-
"
|
|
40822
|
+
"notificationCustomerBudget": {
|
|
40805
40823
|
"items": {
|
|
40806
40824
|
"$ref": "#/components/schemas/ACLAction"
|
|
40807
40825
|
},
|
|
40808
40826
|
"type": "array"
|
|
40809
40827
|
},
|
|
40810
|
-
"
|
|
40828
|
+
"notificationStatementOfReasons": {
|
|
40811
40829
|
"items": {
|
|
40812
40830
|
"$ref": "#/components/schemas/ACLAction"
|
|
40813
40831
|
},
|
|
40814
40832
|
"type": "array"
|
|
40815
40833
|
},
|
|
40816
|
-
"
|
|
40834
|
+
"observabilityConfiguration": {
|
|
40817
40835
|
"items": {
|
|
40818
40836
|
"$ref": "#/components/schemas/ACLAction"
|
|
40819
40837
|
},
|
|
40820
40838
|
"type": "array"
|
|
40821
40839
|
},
|
|
40822
|
-
"
|
|
40840
|
+
"alerts": {
|
|
40823
40841
|
"items": {
|
|
40824
40842
|
"$ref": "#/components/schemas/ACLAction"
|
|
40825
40843
|
},
|
|
40826
40844
|
"type": "array"
|
|
40827
40845
|
},
|
|
40828
|
-
"
|
|
40846
|
+
"observabilityNotebook": {
|
|
40829
40847
|
"items": {
|
|
40830
40848
|
"$ref": "#/components/schemas/ACLAction"
|
|
40831
40849
|
},
|
|
40832
40850
|
"type": "array"
|
|
40833
40851
|
},
|
|
40834
|
-
"
|
|
40852
|
+
"observabilityFunnel": {
|
|
40835
40853
|
"items": {
|
|
40836
40854
|
"$ref": "#/components/schemas/ACLAction"
|
|
40837
40855
|
},
|
|
40838
40856
|
"type": "array"
|
|
40839
40857
|
},
|
|
40840
|
-
"
|
|
40858
|
+
"openTelemetryEndpoint": {
|
|
40841
40859
|
"items": {
|
|
40842
40860
|
"$ref": "#/components/schemas/ACLAction"
|
|
40843
40861
|
},
|
|
40844
40862
|
"type": "array"
|
|
40845
40863
|
},
|
|
40846
|
-
"
|
|
40864
|
+
"vercelAppInstallation": {
|
|
40847
40865
|
"items": {
|
|
40848
40866
|
"$ref": "#/components/schemas/ACLAction"
|
|
40849
40867
|
},
|
|
40850
40868
|
"type": "array"
|
|
40851
40869
|
},
|
|
40852
|
-
"
|
|
40870
|
+
"vercelAppInstallationRequest": {
|
|
40853
40871
|
"items": {
|
|
40854
40872
|
"$ref": "#/components/schemas/ACLAction"
|
|
40855
40873
|
},
|
|
40856
40874
|
"type": "array"
|
|
40857
40875
|
},
|
|
40858
|
-
"
|
|
40876
|
+
"paymentMethod": {
|
|
40859
40877
|
"items": {
|
|
40860
40878
|
"$ref": "#/components/schemas/ACLAction"
|
|
40861
40879
|
},
|
|
40862
40880
|
"type": "array"
|
|
40863
40881
|
},
|
|
40864
|
-
"
|
|
40882
|
+
"permissions": {
|
|
40865
40883
|
"items": {
|
|
40866
40884
|
"$ref": "#/components/schemas/ACLAction"
|
|
40867
40885
|
},
|
|
40868
40886
|
"type": "array"
|
|
40869
40887
|
},
|
|
40870
|
-
"
|
|
40888
|
+
"postgres": {
|
|
40871
40889
|
"items": {
|
|
40872
40890
|
"$ref": "#/components/schemas/ACLAction"
|
|
40873
40891
|
},
|
|
40874
40892
|
"type": "array"
|
|
40875
40893
|
},
|
|
40876
|
-
"
|
|
40894
|
+
"previewDeploymentSuffix": {
|
|
40877
40895
|
"items": {
|
|
40878
40896
|
"$ref": "#/components/schemas/ACLAction"
|
|
40879
40897
|
},
|
|
40880
40898
|
"type": "array"
|
|
40881
40899
|
},
|
|
40882
|
-
"
|
|
40900
|
+
"proTrialOnboarding": {
|
|
40883
40901
|
"items": {
|
|
40884
40902
|
"$ref": "#/components/schemas/ACLAction"
|
|
40885
40903
|
},
|
|
40886
40904
|
"type": "array"
|
|
40887
40905
|
},
|
|
40888
|
-
"
|
|
40906
|
+
"sharedEnvVars": {
|
|
40889
40907
|
"items": {
|
|
40890
40908
|
"$ref": "#/components/schemas/ACLAction"
|
|
40891
40909
|
},
|
|
40892
40910
|
"type": "array"
|
|
40893
40911
|
},
|
|
40894
|
-
"
|
|
40912
|
+
"sharedEnvVarsProduction": {
|
|
40895
40913
|
"items": {
|
|
40896
40914
|
"$ref": "#/components/schemas/ACLAction"
|
|
40897
40915
|
},
|
|
40898
40916
|
"type": "array"
|
|
40899
40917
|
},
|
|
40900
|
-
"
|
|
40918
|
+
"space": {
|
|
40901
40919
|
"items": {
|
|
40902
40920
|
"$ref": "#/components/schemas/ACLAction"
|
|
40903
40921
|
},
|
|
40904
40922
|
"type": "array"
|
|
40905
40923
|
},
|
|
40906
|
-
"
|
|
40924
|
+
"spaceRun": {
|
|
40907
40925
|
"items": {
|
|
40908
40926
|
"$ref": "#/components/schemas/ACLAction"
|
|
40909
40927
|
},
|
|
40910
40928
|
"type": "array"
|
|
40911
40929
|
},
|
|
40912
|
-
"
|
|
40930
|
+
"passwordProtectionInvoiceItem": {
|
|
40913
40931
|
"items": {
|
|
40914
40932
|
"$ref": "#/components/schemas/ACLAction"
|
|
40915
40933
|
},
|
|
40916
40934
|
"type": "array"
|
|
40917
40935
|
},
|
|
40918
|
-
"
|
|
40936
|
+
"rateLimit": {
|
|
40919
40937
|
"items": {
|
|
40920
40938
|
"$ref": "#/components/schemas/ACLAction"
|
|
40921
40939
|
},
|
|
40922
40940
|
"type": "array"
|
|
40923
40941
|
},
|
|
40924
|
-
"
|
|
40942
|
+
"redis": {
|
|
40925
40943
|
"items": {
|
|
40926
40944
|
"$ref": "#/components/schemas/ACLAction"
|
|
40927
40945
|
},
|
|
40928
40946
|
"type": "array"
|
|
40929
40947
|
},
|
|
40930
|
-
"
|
|
40948
|
+
"repository": {
|
|
40931
40949
|
"items": {
|
|
40932
40950
|
"$ref": "#/components/schemas/ACLAction"
|
|
40933
40951
|
},
|
|
40934
40952
|
"type": "array"
|
|
40935
40953
|
},
|
|
40936
|
-
"
|
|
40954
|
+
"remoteCaching": {
|
|
40937
40955
|
"items": {
|
|
40938
40956
|
"$ref": "#/components/schemas/ACLAction"
|
|
40939
40957
|
},
|
|
40940
40958
|
"type": "array"
|
|
40941
40959
|
},
|
|
40942
|
-
"
|
|
40960
|
+
"samlConfig": {
|
|
40943
40961
|
"items": {
|
|
40944
40962
|
"$ref": "#/components/schemas/ACLAction"
|
|
40945
40963
|
},
|
|
40946
40964
|
"type": "array"
|
|
40947
40965
|
},
|
|
40948
|
-
"
|
|
40966
|
+
"secret": {
|
|
40949
40967
|
"items": {
|
|
40950
40968
|
"$ref": "#/components/schemas/ACLAction"
|
|
40951
40969
|
},
|
|
40952
40970
|
"type": "array"
|
|
40953
40971
|
},
|
|
40954
|
-
"
|
|
40972
|
+
"redisStoreTokenSet": {
|
|
40955
40973
|
"items": {
|
|
40956
40974
|
"$ref": "#/components/schemas/ACLAction"
|
|
40957
40975
|
},
|
|
40958
40976
|
"type": "array"
|
|
40959
40977
|
},
|
|
40960
|
-
"
|
|
40978
|
+
"blobStoreTokenSet": {
|
|
40961
40979
|
"items": {
|
|
40962
40980
|
"$ref": "#/components/schemas/ACLAction"
|
|
40963
40981
|
},
|
|
40964
40982
|
"type": "array"
|
|
40965
40983
|
},
|
|
40966
|
-
"
|
|
40984
|
+
"postgresStoreTokenSet": {
|
|
40967
40985
|
"items": {
|
|
40968
40986
|
"$ref": "#/components/schemas/ACLAction"
|
|
40969
40987
|
},
|
|
40970
40988
|
"type": "array"
|
|
40971
40989
|
},
|
|
40972
|
-
"
|
|
40990
|
+
"integrationStoreTokenSet": {
|
|
40973
40991
|
"items": {
|
|
40974
40992
|
"$ref": "#/components/schemas/ACLAction"
|
|
40975
40993
|
},
|
|
40976
40994
|
"type": "array"
|
|
40977
40995
|
},
|
|
40978
|
-
"
|
|
40996
|
+
"integrationResourceReplCommand": {
|
|
40979
40997
|
"items": {
|
|
40980
40998
|
"$ref": "#/components/schemas/ACLAction"
|
|
40981
40999
|
},
|
|
40982
41000
|
"type": "array"
|
|
40983
41001
|
},
|
|
40984
|
-
"
|
|
41002
|
+
"storeTransfer": {
|
|
40985
41003
|
"items": {
|
|
40986
41004
|
"$ref": "#/components/schemas/ACLAction"
|
|
40987
41005
|
},
|
|
40988
41006
|
"type": "array"
|
|
40989
41007
|
},
|
|
40990
|
-
"
|
|
41008
|
+
"supportCase": {
|
|
40991
41009
|
"items": {
|
|
40992
41010
|
"$ref": "#/components/schemas/ACLAction"
|
|
40993
41011
|
},
|
|
40994
41012
|
"type": "array"
|
|
40995
41013
|
},
|
|
40996
|
-
"
|
|
41014
|
+
"supportCaseComment": {
|
|
40997
41015
|
"items": {
|
|
40998
41016
|
"$ref": "#/components/schemas/ACLAction"
|
|
40999
41017
|
},
|
|
41000
41018
|
"type": "array"
|
|
41001
41019
|
},
|
|
41002
|
-
"
|
|
41020
|
+
"dataCacheBillingSettings": {
|
|
41003
41021
|
"items": {
|
|
41004
41022
|
"$ref": "#/components/schemas/ACLAction"
|
|
41005
41023
|
},
|
|
41006
41024
|
"type": "array"
|
|
41007
41025
|
},
|
|
41008
|
-
"
|
|
41026
|
+
"team": {
|
|
41009
41027
|
"items": {
|
|
41010
41028
|
"$ref": "#/components/schemas/ACLAction"
|
|
41011
41029
|
},
|
|
41012
41030
|
"type": "array"
|
|
41013
41031
|
},
|
|
41014
|
-
"
|
|
41032
|
+
"teamAccessRequest": {
|
|
41015
41033
|
"items": {
|
|
41016
41034
|
"$ref": "#/components/schemas/ACLAction"
|
|
41017
41035
|
},
|
|
41018
41036
|
"type": "array"
|
|
41019
41037
|
},
|
|
41020
|
-
"
|
|
41038
|
+
"teamFellowMembership": {
|
|
41021
41039
|
"items": {
|
|
41022
41040
|
"$ref": "#/components/schemas/ACLAction"
|
|
41023
41041
|
},
|
|
41024
41042
|
"type": "array"
|
|
41025
41043
|
},
|
|
41026
|
-
"
|
|
41044
|
+
"teamGitExclusivity": {
|
|
41027
41045
|
"items": {
|
|
41028
41046
|
"$ref": "#/components/schemas/ACLAction"
|
|
41029
41047
|
},
|
|
41030
41048
|
"type": "array"
|
|
41031
41049
|
},
|
|
41032
|
-
"
|
|
41050
|
+
"teamInvite": {
|
|
41033
41051
|
"items": {
|
|
41034
41052
|
"$ref": "#/components/schemas/ACLAction"
|
|
41035
41053
|
},
|
|
41036
41054
|
"type": "array"
|
|
41037
41055
|
},
|
|
41038
|
-
"
|
|
41056
|
+
"teamInviteCode": {
|
|
41039
41057
|
"items": {
|
|
41040
41058
|
"$ref": "#/components/schemas/ACLAction"
|
|
41041
41059
|
},
|
|
41042
41060
|
"type": "array"
|
|
41043
41061
|
},
|
|
41044
|
-
"
|
|
41062
|
+
"teamJoin": {
|
|
41045
41063
|
"items": {
|
|
41046
41064
|
"$ref": "#/components/schemas/ACLAction"
|
|
41047
41065
|
},
|
|
41048
41066
|
"type": "array"
|
|
41049
41067
|
},
|
|
41050
|
-
"
|
|
41068
|
+
"teamMemberMfaStatus": {
|
|
41051
41069
|
"items": {
|
|
41052
41070
|
"$ref": "#/components/schemas/ACLAction"
|
|
41053
41071
|
},
|
|
41054
41072
|
"type": "array"
|
|
41055
41073
|
},
|
|
41056
|
-
"
|
|
41074
|
+
"teamMicrofrontends": {
|
|
41057
41075
|
"items": {
|
|
41058
41076
|
"$ref": "#/components/schemas/ACLAction"
|
|
41059
41077
|
},
|
|
41060
41078
|
"type": "array"
|
|
41061
41079
|
},
|
|
41062
|
-
"
|
|
41080
|
+
"teamOwnMembership": {
|
|
41063
41081
|
"items": {
|
|
41064
41082
|
"$ref": "#/components/schemas/ACLAction"
|
|
41065
41083
|
},
|
|
41066
41084
|
"type": "array"
|
|
41067
41085
|
},
|
|
41068
|
-
"
|
|
41086
|
+
"teamOwnMembershipDisconnectSAML": {
|
|
41069
41087
|
"items": {
|
|
41070
41088
|
"$ref": "#/components/schemas/ACLAction"
|
|
41071
41089
|
},
|
|
41072
41090
|
"type": "array"
|
|
41073
41091
|
},
|
|
41074
|
-
"
|
|
41092
|
+
"token": {
|
|
41075
41093
|
"items": {
|
|
41076
41094
|
"$ref": "#/components/schemas/ACLAction"
|
|
41077
41095
|
},
|
|
41078
41096
|
"type": "array"
|
|
41079
41097
|
},
|
|
41080
|
-
"
|
|
41098
|
+
"usage": {
|
|
41081
41099
|
"items": {
|
|
41082
41100
|
"$ref": "#/components/schemas/ACLAction"
|
|
41083
41101
|
},
|
|
41084
41102
|
"type": "array"
|
|
41085
41103
|
},
|
|
41086
|
-
"
|
|
41104
|
+
"usageCycle": {
|
|
41087
41105
|
"items": {
|
|
41088
41106
|
"$ref": "#/components/schemas/ACLAction"
|
|
41089
41107
|
},
|
|
41090
41108
|
"type": "array"
|
|
41091
41109
|
},
|
|
41092
|
-
"
|
|
41110
|
+
"vpcPeeringConnection": {
|
|
41093
41111
|
"items": {
|
|
41094
41112
|
"$ref": "#/components/schemas/ACLAction"
|
|
41095
41113
|
},
|
|
41096
41114
|
"type": "array"
|
|
41097
41115
|
},
|
|
41098
|
-
"
|
|
41116
|
+
"webAnalyticsPlan": {
|
|
41099
41117
|
"items": {
|
|
41100
41118
|
"$ref": "#/components/schemas/ACLAction"
|
|
41101
41119
|
},
|
|
41102
41120
|
"type": "array"
|
|
41103
41121
|
},
|
|
41104
|
-
"
|
|
41122
|
+
"edgeConfig": {
|
|
41105
41123
|
"items": {
|
|
41106
41124
|
"$ref": "#/components/schemas/ACLAction"
|
|
41107
41125
|
},
|
|
41108
41126
|
"type": "array"
|
|
41109
41127
|
},
|
|
41110
|
-
"
|
|
41128
|
+
"edgeConfigItem": {
|
|
41111
41129
|
"items": {
|
|
41112
41130
|
"$ref": "#/components/schemas/ACLAction"
|
|
41113
41131
|
},
|
|
41114
41132
|
"type": "array"
|
|
41115
41133
|
},
|
|
41116
|
-
"
|
|
41134
|
+
"edgeConfigSchema": {
|
|
41117
41135
|
"items": {
|
|
41118
41136
|
"$ref": "#/components/schemas/ACLAction"
|
|
41119
41137
|
},
|
|
41120
41138
|
"type": "array"
|
|
41121
41139
|
},
|
|
41122
|
-
"
|
|
41140
|
+
"edgeConfigToken": {
|
|
41123
41141
|
"items": {
|
|
41124
41142
|
"$ref": "#/components/schemas/ACLAction"
|
|
41125
41143
|
},
|
|
41126
41144
|
"type": "array"
|
|
41127
41145
|
},
|
|
41128
|
-
"
|
|
41146
|
+
"webhook": {
|
|
41129
41147
|
"items": {
|
|
41130
41148
|
"$ref": "#/components/schemas/ACLAction"
|
|
41131
41149
|
},
|
|
41132
41150
|
"type": "array"
|
|
41133
41151
|
},
|
|
41134
|
-
"
|
|
41152
|
+
"webhook-event": {
|
|
41135
41153
|
"items": {
|
|
41136
41154
|
"$ref": "#/components/schemas/ACLAction"
|
|
41137
41155
|
},
|
|
41138
41156
|
"type": "array"
|
|
41139
41157
|
},
|
|
41140
|
-
"
|
|
41158
|
+
"endpointVerification": {
|
|
41141
41159
|
"items": {
|
|
41142
41160
|
"$ref": "#/components/schemas/ACLAction"
|
|
41143
41161
|
},
|
|
41144
41162
|
"type": "array"
|
|
41145
41163
|
},
|
|
41146
|
-
"
|
|
41164
|
+
"projectTransferIn": {
|
|
41147
41165
|
"items": {
|
|
41148
41166
|
"$ref": "#/components/schemas/ACLAction"
|
|
41149
41167
|
},
|
|
41150
41168
|
"type": "array"
|
|
41151
41169
|
},
|
|
41152
|
-
"
|
|
41170
|
+
"oauth2Application": {
|
|
41153
41171
|
"items": {
|
|
41154
41172
|
"$ref": "#/components/schemas/ACLAction"
|
|
41155
41173
|
},
|
|
41156
41174
|
"type": "array"
|
|
41157
41175
|
},
|
|
41158
|
-
"
|
|
41176
|
+
"vercelRun": {
|
|
41159
41177
|
"items": {
|
|
41160
41178
|
"$ref": "#/components/schemas/ACLAction"
|
|
41161
41179
|
},
|
|
41162
41180
|
"type": "array"
|
|
41163
41181
|
},
|
|
41164
|
-
"
|
|
41182
|
+
"vercelRunExec": {
|
|
41165
41183
|
"items": {
|
|
41166
41184
|
"$ref": "#/components/schemas/ACLAction"
|
|
41167
41185
|
},
|
|
41168
41186
|
"type": "array"
|
|
41169
41187
|
},
|
|
41170
|
-
"
|
|
41188
|
+
"apiKey": {
|
|
41171
41189
|
"items": {
|
|
41172
41190
|
"$ref": "#/components/schemas/ACLAction"
|
|
41173
41191
|
},
|
|
41174
41192
|
"type": "array"
|
|
41175
41193
|
},
|
|
41176
|
-
"
|
|
41194
|
+
"apiKeyOwnedBySelf": {
|
|
41177
41195
|
"items": {
|
|
41178
41196
|
"$ref": "#/components/schemas/ACLAction"
|
|
41179
41197
|
},
|
|
41180
41198
|
"type": "array"
|
|
41181
41199
|
},
|
|
41182
|
-
"
|
|
41200
|
+
"aliasProject": {
|
|
41183
41201
|
"items": {
|
|
41184
41202
|
"$ref": "#/components/schemas/ACLAction"
|
|
41185
41203
|
},
|
|
41186
41204
|
"type": "array"
|
|
41187
41205
|
},
|
|
41188
|
-
"
|
|
41206
|
+
"aliasProtectionBypass": {
|
|
41189
41207
|
"items": {
|
|
41190
41208
|
"$ref": "#/components/schemas/ACLAction"
|
|
41191
41209
|
},
|
|
41192
41210
|
"type": "array"
|
|
41193
41211
|
},
|
|
41194
|
-
"
|
|
41212
|
+
"buildMachine": {
|
|
41195
41213
|
"items": {
|
|
41196
41214
|
"$ref": "#/components/schemas/ACLAction"
|
|
41197
41215
|
},
|
|
41198
41216
|
"type": "array"
|
|
41199
41217
|
},
|
|
41200
|
-
"
|
|
41218
|
+
"productionAliasProtectionBypass": {
|
|
41201
41219
|
"items": {
|
|
41202
41220
|
"$ref": "#/components/schemas/ACLAction"
|
|
41203
41221
|
},
|
|
41204
41222
|
"type": "array"
|
|
41205
41223
|
},
|
|
41206
|
-
"
|
|
41224
|
+
"connectConfigurationLink": {
|
|
41207
41225
|
"items": {
|
|
41208
41226
|
"$ref": "#/components/schemas/ACLAction"
|
|
41209
41227
|
},
|
|
41210
41228
|
"type": "array"
|
|
41211
41229
|
},
|
|
41212
|
-
"
|
|
41230
|
+
"dataCacheNamespace": {
|
|
41213
41231
|
"items": {
|
|
41214
41232
|
"$ref": "#/components/schemas/ACLAction"
|
|
41215
41233
|
},
|
|
41216
41234
|
"type": "array"
|
|
41217
41235
|
},
|
|
41218
|
-
"
|
|
41236
|
+
"deployment": {
|
|
41219
41237
|
"items": {
|
|
41220
41238
|
"$ref": "#/components/schemas/ACLAction"
|
|
41221
41239
|
},
|
|
41222
41240
|
"type": "array"
|
|
41223
41241
|
},
|
|
41224
|
-
"
|
|
41242
|
+
"deploymentBuildLogs": {
|
|
41225
41243
|
"items": {
|
|
41226
41244
|
"$ref": "#/components/schemas/ACLAction"
|
|
41227
41245
|
},
|
|
41228
41246
|
"type": "array"
|
|
41229
41247
|
},
|
|
41230
|
-
"
|
|
41248
|
+
"deploymentCheck": {
|
|
41231
41249
|
"items": {
|
|
41232
41250
|
"$ref": "#/components/schemas/ACLAction"
|
|
41233
41251
|
},
|
|
41234
41252
|
"type": "array"
|
|
41235
41253
|
},
|
|
41236
|
-
"
|
|
41254
|
+
"deploymentCheckPreview": {
|
|
41237
41255
|
"items": {
|
|
41238
41256
|
"$ref": "#/components/schemas/ACLAction"
|
|
41239
41257
|
},
|
|
41240
41258
|
"type": "array"
|
|
41241
41259
|
},
|
|
41242
|
-
"
|
|
41260
|
+
"deploymentCheckReRunFromProductionBranch": {
|
|
41243
41261
|
"items": {
|
|
41244
41262
|
"$ref": "#/components/schemas/ACLAction"
|
|
41245
41263
|
},
|
|
41246
41264
|
"type": "array"
|
|
41247
41265
|
},
|
|
41248
|
-
"
|
|
41266
|
+
"deploymentProductionGit": {
|
|
41249
41267
|
"items": {
|
|
41250
41268
|
"$ref": "#/components/schemas/ACLAction"
|
|
41251
41269
|
},
|
|
41252
41270
|
"type": "array"
|
|
41253
41271
|
},
|
|
41254
|
-
"
|
|
41272
|
+
"deploymentV0": {
|
|
41255
41273
|
"items": {
|
|
41256
41274
|
"$ref": "#/components/schemas/ACLAction"
|
|
41257
41275
|
},
|
|
41258
41276
|
"type": "array"
|
|
41259
41277
|
},
|
|
41260
|
-
"
|
|
41278
|
+
"deploymentPreview": {
|
|
41261
41279
|
"items": {
|
|
41262
41280
|
"$ref": "#/components/schemas/ACLAction"
|
|
41263
41281
|
},
|
|
41264
41282
|
"type": "array"
|
|
41265
41283
|
},
|
|
41266
|
-
"
|
|
41284
|
+
"deploymentPrivate": {
|
|
41267
41285
|
"items": {
|
|
41268
41286
|
"$ref": "#/components/schemas/ACLAction"
|
|
41269
41287
|
},
|
|
41270
41288
|
"type": "array"
|
|
41271
41289
|
},
|
|
41272
|
-
"
|
|
41290
|
+
"deploymentPromote": {
|
|
41273
41291
|
"items": {
|
|
41274
41292
|
"$ref": "#/components/schemas/ACLAction"
|
|
41275
41293
|
},
|
|
41276
41294
|
"type": "array"
|
|
41277
41295
|
},
|
|
41278
|
-
"
|
|
41296
|
+
"deploymentRollback": {
|
|
41279
41297
|
"items": {
|
|
41280
41298
|
"$ref": "#/components/schemas/ACLAction"
|
|
41281
41299
|
},
|
|
41282
41300
|
"type": "array"
|
|
41283
41301
|
},
|
|
41284
|
-
"
|
|
41302
|
+
"edgeCacheNamespace": {
|
|
41285
41303
|
"items": {
|
|
41286
41304
|
"$ref": "#/components/schemas/ACLAction"
|
|
41287
41305
|
},
|
|
41288
41306
|
"type": "array"
|
|
41289
41307
|
},
|
|
41290
|
-
"
|
|
41308
|
+
"environments": {
|
|
41291
41309
|
"items": {
|
|
41292
41310
|
"$ref": "#/components/schemas/ACLAction"
|
|
41293
41311
|
},
|
|
41294
41312
|
"type": "array"
|
|
41295
41313
|
},
|
|
41296
|
-
"
|
|
41314
|
+
"logs": {
|
|
41297
41315
|
"items": {
|
|
41298
41316
|
"$ref": "#/components/schemas/ACLAction"
|
|
41299
41317
|
},
|
|
41300
41318
|
"type": "array"
|
|
41301
41319
|
},
|
|
41302
|
-
"
|
|
41320
|
+
"logsPreset": {
|
|
41303
41321
|
"items": {
|
|
41304
41322
|
"$ref": "#/components/schemas/ACLAction"
|
|
41305
41323
|
},
|
|
41306
41324
|
"type": "array"
|
|
41307
41325
|
},
|
|
41308
|
-
"
|
|
41326
|
+
"passwordProtection": {
|
|
41309
41327
|
"items": {
|
|
41310
41328
|
"$ref": "#/components/schemas/ACLAction"
|
|
41311
41329
|
},
|
|
41312
41330
|
"type": "array"
|
|
41313
41331
|
},
|
|
41314
|
-
"
|
|
41332
|
+
"optionsAllowlist": {
|
|
41315
41333
|
"items": {
|
|
41316
41334
|
"$ref": "#/components/schemas/ACLAction"
|
|
41317
41335
|
},
|
|
41318
41336
|
"type": "array"
|
|
41319
41337
|
},
|
|
41320
|
-
"
|
|
41338
|
+
"job": {
|
|
41321
41339
|
"items": {
|
|
41322
41340
|
"$ref": "#/components/schemas/ACLAction"
|
|
41323
41341
|
},
|
|
41324
41342
|
"type": "array"
|
|
41325
41343
|
},
|
|
41326
|
-
"
|
|
41344
|
+
"observabilityData": {
|
|
41327
41345
|
"items": {
|
|
41328
41346
|
"$ref": "#/components/schemas/ACLAction"
|
|
41329
41347
|
},
|
|
41330
41348
|
"type": "array"
|
|
41331
41349
|
},
|
|
41332
|
-
"
|
|
41350
|
+
"onDemandBuild": {
|
|
41333
41351
|
"items": {
|
|
41334
41352
|
"$ref": "#/components/schemas/ACLAction"
|
|
41335
41353
|
},
|
|
41336
41354
|
"type": "array"
|
|
41337
41355
|
},
|
|
41338
|
-
"
|
|
41356
|
+
"onDemandConcurrency": {
|
|
41339
41357
|
"items": {
|
|
41340
41358
|
"$ref": "#/components/schemas/ACLAction"
|
|
41341
41359
|
},
|
|
41342
41360
|
"type": "array"
|
|
41343
41361
|
},
|
|
41344
|
-
"
|
|
41362
|
+
"project": {
|
|
41345
41363
|
"items": {
|
|
41346
41364
|
"$ref": "#/components/schemas/ACLAction"
|
|
41347
41365
|
},
|
|
41348
41366
|
"type": "array"
|
|
41349
41367
|
},
|
|
41350
|
-
"
|
|
41368
|
+
"projectFromV0": {
|
|
41351
41369
|
"items": {
|
|
41352
41370
|
"$ref": "#/components/schemas/ACLAction"
|
|
41353
41371
|
},
|
|
41354
41372
|
"type": "array"
|
|
41355
41373
|
},
|
|
41356
|
-
"
|
|
41374
|
+
"projectAccessGroup": {
|
|
41357
41375
|
"items": {
|
|
41358
41376
|
"$ref": "#/components/schemas/ACLAction"
|
|
41359
41377
|
},
|
|
41360
41378
|
"type": "array"
|
|
41361
41379
|
},
|
|
41362
|
-
"
|
|
41380
|
+
"projectAnalyticsSampling": {
|
|
41363
41381
|
"items": {
|
|
41364
41382
|
"$ref": "#/components/schemas/ACLAction"
|
|
41365
41383
|
},
|
|
41366
41384
|
"type": "array"
|
|
41367
41385
|
},
|
|
41368
|
-
"
|
|
41386
|
+
"projectCheck": {
|
|
41369
41387
|
"items": {
|
|
41370
41388
|
"$ref": "#/components/schemas/ACLAction"
|
|
41371
41389
|
},
|
|
41372
41390
|
"type": "array"
|
|
41373
41391
|
},
|
|
41374
|
-
"
|
|
41392
|
+
"projectCheckRun": {
|
|
41375
41393
|
"items": {
|
|
41376
41394
|
"$ref": "#/components/schemas/ACLAction"
|
|
41377
41395
|
},
|
|
41378
41396
|
"type": "array"
|
|
41379
41397
|
},
|
|
41380
|
-
"
|
|
41398
|
+
"projectDeploymentHook": {
|
|
41381
41399
|
"items": {
|
|
41382
41400
|
"$ref": "#/components/schemas/ACLAction"
|
|
41383
41401
|
},
|
|
41384
41402
|
"type": "array"
|
|
41385
41403
|
},
|
|
41386
|
-
"
|
|
41404
|
+
"projectDomain": {
|
|
41387
41405
|
"items": {
|
|
41388
41406
|
"$ref": "#/components/schemas/ACLAction"
|
|
41389
41407
|
},
|
|
41390
41408
|
"type": "array"
|
|
41391
41409
|
},
|
|
41392
|
-
"
|
|
41410
|
+
"projectDomainMove": {
|
|
41393
41411
|
"items": {
|
|
41394
41412
|
"$ref": "#/components/schemas/ACLAction"
|
|
41395
41413
|
},
|
|
41396
41414
|
"type": "array"
|
|
41397
41415
|
},
|
|
41398
|
-
"
|
|
41416
|
+
"projectDomainCheckConfig": {
|
|
41399
41417
|
"items": {
|
|
41400
41418
|
"$ref": "#/components/schemas/ACLAction"
|
|
41401
41419
|
},
|
|
41402
41420
|
"type": "array"
|
|
41403
41421
|
},
|
|
41404
|
-
"
|
|
41422
|
+
"projectEnvVars": {
|
|
41405
41423
|
"items": {
|
|
41406
41424
|
"$ref": "#/components/schemas/ACLAction"
|
|
41407
41425
|
},
|
|
41408
41426
|
"type": "array"
|
|
41409
41427
|
},
|
|
41410
|
-
"
|
|
41428
|
+
"projectEnvVarsProduction": {
|
|
41411
41429
|
"items": {
|
|
41412
41430
|
"$ref": "#/components/schemas/ACLAction"
|
|
41413
41431
|
},
|
|
41414
41432
|
"type": "array"
|
|
41415
41433
|
},
|
|
41416
|
-
"
|
|
41434
|
+
"projectEnvVarsUnownedByIntegration": {
|
|
41417
41435
|
"items": {
|
|
41418
41436
|
"$ref": "#/components/schemas/ACLAction"
|
|
41419
41437
|
},
|
|
41420
41438
|
"type": "array"
|
|
41421
41439
|
},
|
|
41422
|
-
"
|
|
41440
|
+
"projectFlags": {
|
|
41423
41441
|
"items": {
|
|
41424
41442
|
"$ref": "#/components/schemas/ACLAction"
|
|
41425
41443
|
},
|
|
41426
41444
|
"type": "array"
|
|
41427
41445
|
},
|
|
41428
|
-
"
|
|
41446
|
+
"projectId": {
|
|
41429
41447
|
"items": {
|
|
41430
41448
|
"$ref": "#/components/schemas/ACLAction"
|
|
41431
41449
|
},
|
|
41432
41450
|
"type": "array"
|
|
41433
41451
|
},
|
|
41434
|
-
"
|
|
41452
|
+
"projectIntegrationConfiguration": {
|
|
41435
41453
|
"items": {
|
|
41436
41454
|
"$ref": "#/components/schemas/ACLAction"
|
|
41437
41455
|
},
|
|
41438
41456
|
"type": "array"
|
|
41439
41457
|
},
|
|
41440
|
-
"
|
|
41458
|
+
"projectLink": {
|
|
41441
41459
|
"items": {
|
|
41442
41460
|
"$ref": "#/components/schemas/ACLAction"
|
|
41443
41461
|
},
|
|
41444
41462
|
"type": "array"
|
|
41445
41463
|
},
|
|
41446
|
-
"
|
|
41464
|
+
"projectMember": {
|
|
41447
41465
|
"items": {
|
|
41448
41466
|
"$ref": "#/components/schemas/ACLAction"
|
|
41449
41467
|
},
|
|
41450
41468
|
"type": "array"
|
|
41451
41469
|
},
|
|
41452
|
-
"
|
|
41470
|
+
"projectMonitoring": {
|
|
41453
41471
|
"items": {
|
|
41454
41472
|
"$ref": "#/components/schemas/ACLAction"
|
|
41455
41473
|
},
|
|
41456
41474
|
"type": "array"
|
|
41457
41475
|
},
|
|
41458
|
-
"
|
|
41476
|
+
"projectPermissions": {
|
|
41459
41477
|
"items": {
|
|
41460
41478
|
"$ref": "#/components/schemas/ACLAction"
|
|
41461
41479
|
},
|
|
41462
41480
|
"type": "array"
|
|
41463
41481
|
},
|
|
41464
|
-
"
|
|
41482
|
+
"projectProductionBranch": {
|
|
41465
41483
|
"items": {
|
|
41466
41484
|
"$ref": "#/components/schemas/ACLAction"
|
|
41467
41485
|
},
|
|
41468
41486
|
"type": "array"
|
|
41469
41487
|
},
|
|
41470
|
-
"
|
|
41488
|
+
"projectTransfer": {
|
|
41471
41489
|
"items": {
|
|
41472
41490
|
"$ref": "#/components/schemas/ACLAction"
|
|
41473
41491
|
},
|
|
41474
41492
|
"type": "array"
|
|
41475
41493
|
},
|
|
41476
|
-
"
|
|
41494
|
+
"projectTransferOut": {
|
|
41477
41495
|
"items": {
|
|
41478
41496
|
"$ref": "#/components/schemas/ACLAction"
|
|
41479
41497
|
},
|
|
41480
41498
|
"type": "array"
|
|
41481
41499
|
},
|
|
41482
|
-
"
|
|
41500
|
+
"projectProtectionBypass": {
|
|
41483
41501
|
"items": {
|
|
41484
41502
|
"$ref": "#/components/schemas/ACLAction"
|
|
41485
41503
|
},
|
|
41486
41504
|
"type": "array"
|
|
41487
41505
|
},
|
|
41488
|
-
"
|
|
41506
|
+
"projectUsage": {
|
|
41489
41507
|
"items": {
|
|
41490
41508
|
"$ref": "#/components/schemas/ACLAction"
|
|
41491
41509
|
},
|
|
41492
41510
|
"type": "array"
|
|
41493
41511
|
},
|
|
41494
|
-
"
|
|
41512
|
+
"projectAnalyticsUsage": {
|
|
41495
41513
|
"items": {
|
|
41496
41514
|
"$ref": "#/components/schemas/ACLAction"
|
|
41497
41515
|
},
|
|
41498
41516
|
"type": "array"
|
|
41499
41517
|
},
|
|
41500
|
-
"
|
|
41518
|
+
"projectSupportCase": {
|
|
41501
41519
|
"items": {
|
|
41502
41520
|
"$ref": "#/components/schemas/ACLAction"
|
|
41503
41521
|
},
|
|
41504
41522
|
"type": "array"
|
|
41505
41523
|
},
|
|
41506
|
-
"
|
|
41524
|
+
"projectSupportCaseComment": {
|
|
41507
41525
|
"items": {
|
|
41508
41526
|
"$ref": "#/components/schemas/ACLAction"
|
|
41509
41527
|
},
|
|
41510
41528
|
"type": "array"
|
|
41511
41529
|
},
|
|
41512
|
-
"
|
|
41530
|
+
"projectDeploymentExpiration": {
|
|
41513
41531
|
"items": {
|
|
41514
41532
|
"$ref": "#/components/schemas/ACLAction"
|
|
41515
41533
|
},
|
|
41516
41534
|
"type": "array"
|
|
41517
41535
|
},
|
|
41518
|
-
"
|
|
41536
|
+
"projectRollingRelease": {
|
|
41519
41537
|
"items": {
|
|
41520
41538
|
"$ref": "#/components/schemas/ACLAction"
|
|
41521
41539
|
},
|
|
41522
41540
|
"type": "array"
|
|
41523
41541
|
},
|
|
41524
|
-
"
|
|
41542
|
+
"projectTier": {
|
|
41525
41543
|
"items": {
|
|
41526
41544
|
"$ref": "#/components/schemas/ACLAction"
|
|
41527
41545
|
},
|
|
41528
41546
|
"type": "array"
|
|
41529
41547
|
},
|
|
41530
|
-
"
|
|
41548
|
+
"projectOIDCToken": {
|
|
41531
41549
|
"items": {
|
|
41532
41550
|
"$ref": "#/components/schemas/ACLAction"
|
|
41533
41551
|
},
|
|
41534
41552
|
"type": "array"
|
|
41535
41553
|
},
|
|
41536
|
-
"
|
|
41554
|
+
"seawallConfig": {
|
|
41537
41555
|
"items": {
|
|
41538
41556
|
"$ref": "#/components/schemas/ACLAction"
|
|
41539
41557
|
},
|
|
41540
41558
|
"type": "array"
|
|
41541
41559
|
},
|
|
41542
|
-
"
|
|
41560
|
+
"skewProtection": {
|
|
41543
41561
|
"items": {
|
|
41544
41562
|
"$ref": "#/components/schemas/ACLAction"
|
|
41545
41563
|
},
|
|
41546
41564
|
"type": "array"
|
|
41547
41565
|
},
|
|
41548
|
-
"
|
|
41566
|
+
"analytics": {
|
|
41549
41567
|
"items": {
|
|
41550
41568
|
"$ref": "#/components/schemas/ACLAction"
|
|
41551
41569
|
},
|
|
41552
41570
|
"type": "array"
|
|
41553
41571
|
},
|
|
41554
|
-
"
|
|
41572
|
+
"trustedIps": {
|
|
41555
41573
|
"items": {
|
|
41556
41574
|
"$ref": "#/components/schemas/ACLAction"
|
|
41557
41575
|
},
|
|
41558
41576
|
"type": "array"
|
|
41559
41577
|
},
|
|
41560
|
-
"
|
|
41578
|
+
"v0Chat": {
|
|
41561
41579
|
"items": {
|
|
41562
41580
|
"$ref": "#/components/schemas/ACLAction"
|
|
41563
41581
|
},
|
|
41564
41582
|
"type": "array"
|
|
41565
41583
|
},
|
|
41566
|
-
"
|
|
41584
|
+
"webAnalytics": {
|
|
41567
41585
|
"items": {
|
|
41568
41586
|
"$ref": "#/components/schemas/ACLAction"
|
|
41569
41587
|
},
|
|
41570
41588
|
"type": "array"
|
|
41571
41589
|
},
|
|
41572
|
-
"
|
|
41590
|
+
"sharedEnvVarConnection": {
|
|
41573
41591
|
"items": {
|
|
41574
41592
|
"$ref": "#/components/schemas/ACLAction"
|
|
41575
41593
|
},
|
|
41576
41594
|
"type": "array"
|
|
41577
41595
|
},
|
|
41578
|
-
"
|
|
41596
|
+
"sonar": {
|
|
41579
41597
|
"items": {
|
|
41580
41598
|
"$ref": "#/components/schemas/ACLAction"
|
|
41581
41599
|
},
|
|
@@ -41701,11 +41719,11 @@
|
|
|
41701
41719
|
"deploymentType": {
|
|
41702
41720
|
"type": "string",
|
|
41703
41721
|
"enum": [
|
|
41704
|
-
"preview",
|
|
41705
|
-
"production",
|
|
41706
41722
|
"all",
|
|
41723
|
+
"preview",
|
|
41707
41724
|
"prod_deployment_urls_and_all_previews",
|
|
41708
|
-
"all_except_custom_domains"
|
|
41725
|
+
"all_except_custom_domains",
|
|
41726
|
+
"production"
|
|
41709
41727
|
]
|
|
41710
41728
|
},
|
|
41711
41729
|
"addresses": {
|
|
@@ -41745,11 +41763,11 @@
|
|
|
41745
41763
|
"deploymentType": {
|
|
41746
41764
|
"type": "string",
|
|
41747
41765
|
"enum": [
|
|
41748
|
-
"preview",
|
|
41749
|
-
"production",
|
|
41750
41766
|
"all",
|
|
41767
|
+
"preview",
|
|
41751
41768
|
"prod_deployment_urls_and_all_previews",
|
|
41752
|
-
"all_except_custom_domains"
|
|
41769
|
+
"all_except_custom_domains",
|
|
41770
|
+
"production"
|
|
41753
41771
|
]
|
|
41754
41772
|
}
|
|
41755
41773
|
},
|
|
@@ -45697,12 +45715,6 @@
|
|
|
45697
45715
|
},
|
|
45698
45716
|
"type": "array"
|
|
45699
45717
|
},
|
|
45700
|
-
"traceDrain": {
|
|
45701
|
-
"items": {
|
|
45702
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
45703
|
-
},
|
|
45704
|
-
"type": "array"
|
|
45705
|
-
},
|
|
45706
45718
|
"Monitoring": {
|
|
45707
45719
|
"items": {
|
|
45708
45720
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -50714,12 +50726,6 @@
|
|
|
50714
50726
|
},
|
|
50715
50727
|
"type": "array"
|
|
50716
50728
|
},
|
|
50717
|
-
"traceDrain": {
|
|
50718
|
-
"items": {
|
|
50719
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
50720
|
-
},
|
|
50721
|
-
"type": "array"
|
|
50722
|
-
},
|
|
50723
50729
|
"Monitoring": {
|
|
50724
50730
|
"items": {
|
|
50725
50731
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -68575,6 +68581,14 @@
|
|
|
68575
68581
|
"uninstalled"
|
|
68576
68582
|
]
|
|
68577
68583
|
},
|
|
68584
|
+
"ownership": {
|
|
68585
|
+
"type": "string",
|
|
68586
|
+
"enum": [
|
|
68587
|
+
"owned",
|
|
68588
|
+
"linked",
|
|
68589
|
+
"sandbox"
|
|
68590
|
+
]
|
|
68591
|
+
},
|
|
68578
68592
|
"metadata": {
|
|
68579
68593
|
"additionalProperties": {
|
|
68580
68594
|
"oneOf": [
|
|
@@ -68669,34 +68683,34 @@
|
|
|
68669
68683
|
"maxLength": {
|
|
68670
68684
|
"type": "object",
|
|
68671
68685
|
"properties": {
|
|
68672
|
-
"__@BRAND@
|
|
68686
|
+
"__@BRAND@7820": {
|
|
68673
68687
|
"type": "object"
|
|
68674
68688
|
}
|
|
68675
68689
|
},
|
|
68676
68690
|
"required": [
|
|
68677
|
-
"__@BRAND@
|
|
68691
|
+
"__@BRAND@7820"
|
|
68678
68692
|
]
|
|
68679
68693
|
},
|
|
68680
68694
|
"minLength": {
|
|
68681
68695
|
"type": "object",
|
|
68682
68696
|
"properties": {
|
|
68683
|
-
"__@BRAND@
|
|
68697
|
+
"__@BRAND@7820": {
|
|
68684
68698
|
"type": "object"
|
|
68685
68699
|
}
|
|
68686
68700
|
},
|
|
68687
68701
|
"required": [
|
|
68688
|
-
"__@BRAND@
|
|
68702
|
+
"__@BRAND@7820"
|
|
68689
68703
|
]
|
|
68690
68704
|
},
|
|
68691
68705
|
"pattern": {
|
|
68692
68706
|
"type": "object",
|
|
68693
68707
|
"properties": {
|
|
68694
|
-
"__@BRAND@
|
|
68708
|
+
"__@BRAND@7820": {
|
|
68695
68709
|
"type": "object"
|
|
68696
68710
|
}
|
|
68697
68711
|
},
|
|
68698
68712
|
"required": [
|
|
68699
|
-
"__@BRAND@
|
|
68713
|
+
"__@BRAND@7820"
|
|
68700
68714
|
]
|
|
68701
68715
|
},
|
|
68702
68716
|
"description": {
|
|
@@ -69379,34 +69393,34 @@
|
|
|
69379
69393
|
"maxLength": {
|
|
69380
69394
|
"type": "object",
|
|
69381
69395
|
"properties": {
|
|
69382
|
-
"__@BRAND@
|
|
69396
|
+
"__@BRAND@7820": {
|
|
69383
69397
|
"type": "object"
|
|
69384
69398
|
}
|
|
69385
69399
|
},
|
|
69386
69400
|
"required": [
|
|
69387
|
-
"__@BRAND@
|
|
69401
|
+
"__@BRAND@7820"
|
|
69388
69402
|
]
|
|
69389
69403
|
},
|
|
69390
69404
|
"minLength": {
|
|
69391
69405
|
"type": "object",
|
|
69392
69406
|
"properties": {
|
|
69393
|
-
"__@BRAND@
|
|
69407
|
+
"__@BRAND@7820": {
|
|
69394
69408
|
"type": "object"
|
|
69395
69409
|
}
|
|
69396
69410
|
},
|
|
69397
69411
|
"required": [
|
|
69398
|
-
"__@BRAND@
|
|
69412
|
+
"__@BRAND@7820"
|
|
69399
69413
|
]
|
|
69400
69414
|
},
|
|
69401
69415
|
"pattern": {
|
|
69402
69416
|
"type": "object",
|
|
69403
69417
|
"properties": {
|
|
69404
|
-
"__@BRAND@
|
|
69418
|
+
"__@BRAND@7820": {
|
|
69405
69419
|
"type": "object"
|
|
69406
69420
|
}
|
|
69407
69421
|
},
|
|
69408
69422
|
"required": [
|
|
69409
|
-
"__@BRAND@
|
|
69423
|
+
"__@BRAND@7820"
|
|
69410
69424
|
]
|
|
69411
69425
|
},
|
|
69412
69426
|
"description": {
|
|
@@ -69555,34 +69569,34 @@
|
|
|
69555
69569
|
"minLength": {
|
|
69556
69570
|
"type": "object",
|
|
69557
69571
|
"properties": {
|
|
69558
|
-
"__@BRAND@
|
|
69572
|
+
"__@BRAND@7820": {
|
|
69559
69573
|
"type": "object"
|
|
69560
69574
|
}
|
|
69561
69575
|
},
|
|
69562
69576
|
"required": [
|
|
69563
|
-
"__@BRAND@
|
|
69577
|
+
"__@BRAND@7820"
|
|
69564
69578
|
]
|
|
69565
69579
|
},
|
|
69566
69580
|
"maxLength": {
|
|
69567
69581
|
"type": "object",
|
|
69568
69582
|
"properties": {
|
|
69569
|
-
"__@BRAND@
|
|
69583
|
+
"__@BRAND@7820": {
|
|
69570
69584
|
"type": "object"
|
|
69571
69585
|
}
|
|
69572
69586
|
},
|
|
69573
69587
|
"required": [
|
|
69574
|
-
"__@BRAND@
|
|
69588
|
+
"__@BRAND@7820"
|
|
69575
69589
|
]
|
|
69576
69590
|
},
|
|
69577
69591
|
"pattern": {
|
|
69578
69592
|
"type": "object",
|
|
69579
69593
|
"properties": {
|
|
69580
|
-
"__@BRAND@
|
|
69594
|
+
"__@BRAND@7820": {
|
|
69581
69595
|
"type": "object"
|
|
69582
69596
|
}
|
|
69583
69597
|
},
|
|
69584
69598
|
"required": [
|
|
69585
|
-
"__@BRAND@
|
|
69599
|
+
"__@BRAND@7820"
|
|
69586
69600
|
]
|
|
69587
69601
|
},
|
|
69588
69602
|
"default": {
|
|
@@ -69899,12 +69913,12 @@
|
|
|
69899
69913
|
{
|
|
69900
69914
|
"type": "object",
|
|
69901
69915
|
"properties": {
|
|
69902
|
-
"__@BRAND@
|
|
69916
|
+
"__@BRAND@7820": {
|
|
69903
69917
|
"type": "object"
|
|
69904
69918
|
}
|
|
69905
69919
|
},
|
|
69906
69920
|
"required": [
|
|
69907
|
-
"__@BRAND@
|
|
69921
|
+
"__@BRAND@7820"
|
|
69908
69922
|
]
|
|
69909
69923
|
},
|
|
69910
69924
|
{
|
|
@@ -69912,12 +69926,12 @@
|
|
|
69912
69926
|
"value": {
|
|
69913
69927
|
"type": "object",
|
|
69914
69928
|
"properties": {
|
|
69915
|
-
"__@BRAND@
|
|
69929
|
+
"__@BRAND@7820": {
|
|
69916
69930
|
"type": "object"
|
|
69917
69931
|
}
|
|
69918
69932
|
},
|
|
69919
69933
|
"required": [
|
|
69920
|
-
"__@BRAND@
|
|
69934
|
+
"__@BRAND@7820"
|
|
69921
69935
|
]
|
|
69922
69936
|
},
|
|
69923
69937
|
"disabled": {
|
|
@@ -69989,34 +70003,34 @@
|
|
|
69989
70003
|
"maxLength": {
|
|
69990
70004
|
"type": "object",
|
|
69991
70005
|
"properties": {
|
|
69992
|
-
"__@BRAND@
|
|
70006
|
+
"__@BRAND@7820": {
|
|
69993
70007
|
"type": "object"
|
|
69994
70008
|
}
|
|
69995
70009
|
},
|
|
69996
70010
|
"required": [
|
|
69997
|
-
"__@BRAND@
|
|
70011
|
+
"__@BRAND@7820"
|
|
69998
70012
|
]
|
|
69999
70013
|
},
|
|
70000
70014
|
"minLength": {
|
|
70001
70015
|
"type": "object",
|
|
70002
70016
|
"properties": {
|
|
70003
|
-
"__@BRAND@
|
|
70017
|
+
"__@BRAND@7820": {
|
|
70004
70018
|
"type": "object"
|
|
70005
70019
|
}
|
|
70006
70020
|
},
|
|
70007
70021
|
"required": [
|
|
70008
|
-
"__@BRAND@
|
|
70022
|
+
"__@BRAND@7820"
|
|
70009
70023
|
]
|
|
70010
70024
|
},
|
|
70011
70025
|
"pattern": {
|
|
70012
70026
|
"type": "object",
|
|
70013
70027
|
"properties": {
|
|
70014
|
-
"__@BRAND@
|
|
70028
|
+
"__@BRAND@7820": {
|
|
70015
70029
|
"type": "object"
|
|
70016
70030
|
}
|
|
70017
70031
|
},
|
|
70018
70032
|
"required": [
|
|
70019
|
-
"__@BRAND@
|
|
70033
|
+
"__@BRAND@7820"
|
|
70020
70034
|
]
|
|
70021
70035
|
},
|
|
70022
70036
|
"description": {
|
|
@@ -70148,12 +70162,12 @@
|
|
|
70148
70162
|
"value": {
|
|
70149
70163
|
"type": "object",
|
|
70150
70164
|
"properties": {
|
|
70151
|
-
"__@BRAND@
|
|
70165
|
+
"__@BRAND@7820": {
|
|
70152
70166
|
"type": "object"
|
|
70153
70167
|
}
|
|
70154
70168
|
},
|
|
70155
70169
|
"required": [
|
|
70156
|
-
"__@BRAND@
|
|
70170
|
+
"__@BRAND@7820"
|
|
70157
70171
|
]
|
|
70158
70172
|
},
|
|
70159
70173
|
"disabled": {
|
|
@@ -70255,8 +70269,8 @@
|
|
|
70255
70269
|
"redis",
|
|
70256
70270
|
"postgres",
|
|
70257
70271
|
"blob",
|
|
70258
|
-
"checks",
|
|
70259
70272
|
"experimentation",
|
|
70273
|
+
"checks",
|
|
70260
70274
|
"storage",
|
|
70261
70275
|
"ai",
|
|
70262
70276
|
"observability",
|
|
@@ -70313,8 +70327,7 @@
|
|
|
70313
70327
|
"read-write:integration-deployment-action",
|
|
70314
70328
|
"read-write:log-drain",
|
|
70315
70329
|
"read-write:project-env-vars",
|
|
70316
|
-
"read-write:project-protection-bypass"
|
|
70317
|
-
"read-write:trace-drain"
|
|
70330
|
+
"read-write:project-protection-bypass"
|
|
70318
70331
|
]
|
|
70319
70332
|
},
|
|
70320
70333
|
"type": "array"
|
|
@@ -70401,12 +70414,12 @@
|
|
|
70401
70414
|
"value": {
|
|
70402
70415
|
"type": "object",
|
|
70403
70416
|
"properties": {
|
|
70404
|
-
"__@BRAND@
|
|
70417
|
+
"__@BRAND@7820": {
|
|
70405
70418
|
"type": "object"
|
|
70406
70419
|
}
|
|
70407
70420
|
},
|
|
70408
70421
|
"required": [
|
|
70409
|
-
"__@BRAND@
|
|
70422
|
+
"__@BRAND@7820"
|
|
70410
70423
|
]
|
|
70411
70424
|
},
|
|
70412
70425
|
"disabled": {
|
|
@@ -72743,6 +72756,8 @@
|
|
|
72743
72756
|
"example": "1y",
|
|
72744
72757
|
"type": "string",
|
|
72745
72758
|
"enum": [
|
|
72759
|
+
"3y",
|
|
72760
|
+
"2y",
|
|
72746
72761
|
"1y",
|
|
72747
72762
|
"6m",
|
|
72748
72763
|
"3m",
|
|
@@ -72759,6 +72774,8 @@
|
|
|
72759
72774
|
"example": "1y",
|
|
72760
72775
|
"type": "string",
|
|
72761
72776
|
"enum": [
|
|
72777
|
+
"3y",
|
|
72778
|
+
"2y",
|
|
72762
72779
|
"1y",
|
|
72763
72780
|
"6m",
|
|
72764
72781
|
"3m",
|
|
@@ -73396,15 +73413,6 @@
|
|
|
73396
73413
|
},
|
|
73397
73414
|
"name": "x-now-size"
|
|
73398
73415
|
},
|
|
73399
|
-
{
|
|
73400
|
-
"in": "header",
|
|
73401
|
-
"description": "Shared secret token set by v0 deployments. When present and valid, the API applies an extended rate limit.",
|
|
73402
|
-
"schema": {
|
|
73403
|
-
"type": "string",
|
|
73404
|
-
"description": "Shared secret token set by v0 deployments. When present and valid, the API applies an extended rate limit."
|
|
73405
|
-
},
|
|
73406
|
-
"name": "x-internal-v0-token"
|
|
73407
|
-
},
|
|
73408
73416
|
{
|
|
73409
73417
|
"description": "The Team identifier to perform the request on behalf of.",
|
|
73410
73418
|
"in": "query",
|
|
@@ -80403,12 +80411,20 @@
|
|
|
80403
80411
|
},
|
|
80404
80412
|
"projectName": {
|
|
80405
80413
|
"type": "string"
|
|
80414
|
+
},
|
|
80415
|
+
"gitCommitterName": {
|
|
80416
|
+
"type": "string"
|
|
80417
|
+
},
|
|
80418
|
+
"source": {
|
|
80419
|
+
"type": "string"
|
|
80406
80420
|
}
|
|
80407
80421
|
},
|
|
80408
80422
|
"required": [
|
|
80409
80423
|
"sha",
|
|
80410
80424
|
"gitUserPlatform",
|
|
80411
|
-
"projectName"
|
|
80425
|
+
"projectName",
|
|
80426
|
+
"gitCommitterName",
|
|
80427
|
+
"source"
|
|
80412
80428
|
],
|
|
80413
80429
|
"type": "object",
|
|
80414
80430
|
"description": "The payload of the event, if requested."
|
|
@@ -84820,10 +84836,100 @@
|
|
|
84820
84836
|
},
|
|
84821
84837
|
{
|
|
84822
84838
|
"properties": {
|
|
84823
|
-
"
|
|
84824
|
-
"
|
|
84839
|
+
"budget": {
|
|
84840
|
+
"properties": {
|
|
84841
|
+
"budgetItem": {
|
|
84842
|
+
"properties": {
|
|
84843
|
+
"type": {
|
|
84844
|
+
"type": "string",
|
|
84845
|
+
"enum": [
|
|
84846
|
+
"fixed"
|
|
84847
|
+
],
|
|
84848
|
+
"description": "The budget type"
|
|
84849
|
+
},
|
|
84850
|
+
"fixedBudget": {
|
|
84851
|
+
"type": "number",
|
|
84852
|
+
"description": "Budget amount (USD / dollars)"
|
|
84853
|
+
},
|
|
84854
|
+
"previousSpend": {
|
|
84855
|
+
"items": {
|
|
84856
|
+
"type": "number"
|
|
84857
|
+
},
|
|
84858
|
+
"type": "array",
|
|
84859
|
+
"description": "Array of the last 3 months of spend data"
|
|
84860
|
+
},
|
|
84861
|
+
"notifiedAt": {
|
|
84862
|
+
"items": {
|
|
84863
|
+
"type": "number"
|
|
84864
|
+
},
|
|
84865
|
+
"type": "array",
|
|
84866
|
+
"description": "Array of 50, 75, 100 to keep track of notifications sent out"
|
|
84867
|
+
},
|
|
84868
|
+
"webhookId": {
|
|
84869
|
+
"type": "string",
|
|
84870
|
+
"description": "Webhook id that corresponds to a webhook in Cosmos webhook collection"
|
|
84871
|
+
},
|
|
84872
|
+
"webhookNotified": {
|
|
84873
|
+
"type": "boolean",
|
|
84874
|
+
"description": "Keep track if the webhook has been called for the month"
|
|
84875
|
+
},
|
|
84876
|
+
"createdAt": {
|
|
84877
|
+
"type": "number",
|
|
84878
|
+
"description": "Date time when budget is created"
|
|
84879
|
+
},
|
|
84880
|
+
"updatedAt": {
|
|
84881
|
+
"type": "number",
|
|
84882
|
+
"description": "Date time when budget is updated last"
|
|
84883
|
+
},
|
|
84884
|
+
"isActive": {
|
|
84885
|
+
"type": "boolean",
|
|
84886
|
+
"description": "Is the budget currently active for a customer"
|
|
84887
|
+
},
|
|
84888
|
+
"pauseProjects": {
|
|
84889
|
+
"type": "boolean",
|
|
84890
|
+
"description": "Should all projects be paused if budget is exceeded"
|
|
84891
|
+
},
|
|
84892
|
+
"pricingPlan": {
|
|
84893
|
+
"type": "string",
|
|
84894
|
+
"enum": [
|
|
84895
|
+
"plus",
|
|
84896
|
+
"legacy",
|
|
84897
|
+
"unbundled"
|
|
84898
|
+
],
|
|
84899
|
+
"description": "The acive pricing plan the team is billed with"
|
|
84900
|
+
},
|
|
84901
|
+
"teamId": {
|
|
84902
|
+
"type": "string",
|
|
84903
|
+
"description": "Partition key"
|
|
84904
|
+
},
|
|
84905
|
+
"id": {
|
|
84906
|
+
"type": "string",
|
|
84907
|
+
"description": "Sort key that needs to be unique per teamId"
|
|
84908
|
+
}
|
|
84909
|
+
},
|
|
84910
|
+
"required": [
|
|
84911
|
+
"type",
|
|
84912
|
+
"fixedBudget",
|
|
84913
|
+
"previousSpend",
|
|
84914
|
+
"notifiedAt",
|
|
84915
|
+
"createdAt",
|
|
84916
|
+
"isActive",
|
|
84917
|
+
"teamId",
|
|
84918
|
+
"id"
|
|
84919
|
+
],
|
|
84920
|
+
"type": "object",
|
|
84921
|
+
"description": "Represents a budget for tracking and notifying teams on their spending."
|
|
84922
|
+
}
|
|
84923
|
+
},
|
|
84924
|
+
"required": [
|
|
84925
|
+
"budgetItem"
|
|
84926
|
+
],
|
|
84927
|
+
"type": "object"
|
|
84825
84928
|
}
|
|
84826
84929
|
},
|
|
84930
|
+
"required": [
|
|
84931
|
+
"budget"
|
|
84932
|
+
],
|
|
84827
84933
|
"type": "object",
|
|
84828
84934
|
"description": "The payload of the event, if requested."
|
|
84829
84935
|
},
|
|
@@ -84922,93 +85028,88 @@
|
|
|
84922
85028
|
"properties": {
|
|
84923
85029
|
"budget": {
|
|
84924
85030
|
"properties": {
|
|
84925
|
-
"
|
|
84926
|
-
"
|
|
84927
|
-
|
|
84928
|
-
|
|
84929
|
-
|
|
84930
|
-
|
|
84931
|
-
|
|
84932
|
-
|
|
84933
|
-
|
|
84934
|
-
|
|
84935
|
-
|
|
84936
|
-
|
|
84937
|
-
|
|
84938
|
-
"
|
|
84939
|
-
"items": {
|
|
84940
|
-
"type": "number"
|
|
84941
|
-
},
|
|
84942
|
-
"type": "array",
|
|
84943
|
-
"description": "Array of the last 3 months of spend data"
|
|
84944
|
-
},
|
|
84945
|
-
"notifiedAt": {
|
|
84946
|
-
"items": {
|
|
84947
|
-
"type": "number"
|
|
84948
|
-
},
|
|
84949
|
-
"type": "array",
|
|
84950
|
-
"description": "Array of 50, 75, 100 to keep track of notifications sent out"
|
|
84951
|
-
},
|
|
84952
|
-
"webhookId": {
|
|
84953
|
-
"type": "string",
|
|
84954
|
-
"description": "Webhook id that corresponds to a webhook in Cosmos webhook collection"
|
|
84955
|
-
},
|
|
84956
|
-
"webhookNotified": {
|
|
84957
|
-
"type": "boolean",
|
|
84958
|
-
"description": "Keep track if the webhook has been called for the month"
|
|
84959
|
-
},
|
|
84960
|
-
"createdAt": {
|
|
84961
|
-
"type": "number",
|
|
84962
|
-
"description": "Date time when budget is created"
|
|
84963
|
-
},
|
|
84964
|
-
"updatedAt": {
|
|
84965
|
-
"type": "number",
|
|
84966
|
-
"description": "Date time when budget is updated last"
|
|
84967
|
-
},
|
|
84968
|
-
"isActive": {
|
|
84969
|
-
"type": "boolean",
|
|
84970
|
-
"description": "Is the budget currently active for a customer"
|
|
84971
|
-
},
|
|
84972
|
-
"pauseProjects": {
|
|
84973
|
-
"type": "boolean",
|
|
84974
|
-
"description": "Should all projects be paused if budget is exceeded"
|
|
84975
|
-
},
|
|
84976
|
-
"pricingPlan": {
|
|
84977
|
-
"type": "string",
|
|
84978
|
-
"enum": [
|
|
84979
|
-
"plus",
|
|
84980
|
-
"legacy",
|
|
84981
|
-
"unbundled"
|
|
84982
|
-
],
|
|
84983
|
-
"description": "The acive pricing plan the team is billed with"
|
|
84984
|
-
},
|
|
84985
|
-
"teamId": {
|
|
84986
|
-
"type": "string",
|
|
84987
|
-
"description": "Partition key"
|
|
84988
|
-
},
|
|
84989
|
-
"id": {
|
|
84990
|
-
"type": "string",
|
|
84991
|
-
"description": "Sort key that needs to be unique per teamId"
|
|
84992
|
-
}
|
|
85031
|
+
"type": {
|
|
85032
|
+
"type": "string",
|
|
85033
|
+
"enum": [
|
|
85034
|
+
"fixed"
|
|
85035
|
+
],
|
|
85036
|
+
"description": "The budget type"
|
|
85037
|
+
},
|
|
85038
|
+
"fixedBudget": {
|
|
85039
|
+
"type": "number",
|
|
85040
|
+
"description": "Budget amount (USD / dollars)"
|
|
85041
|
+
},
|
|
85042
|
+
"previousSpend": {
|
|
85043
|
+
"items": {
|
|
85044
|
+
"type": "number"
|
|
84993
85045
|
},
|
|
84994
|
-
"
|
|
84995
|
-
|
|
84996
|
-
|
|
84997
|
-
|
|
84998
|
-
|
|
84999
|
-
"
|
|
85000
|
-
|
|
85001
|
-
|
|
85002
|
-
|
|
85046
|
+
"type": "array",
|
|
85047
|
+
"description": "Array of the last 3 months of spend data"
|
|
85048
|
+
},
|
|
85049
|
+
"notifiedAt": {
|
|
85050
|
+
"items": {
|
|
85051
|
+
"type": "number"
|
|
85052
|
+
},
|
|
85053
|
+
"type": "array",
|
|
85054
|
+
"description": "Array of 50, 75, 100 to keep track of notifications sent out"
|
|
85055
|
+
},
|
|
85056
|
+
"webhookId": {
|
|
85057
|
+
"type": "string",
|
|
85058
|
+
"description": "Webhook id that corresponds to a webhook in Cosmos webhook collection"
|
|
85059
|
+
},
|
|
85060
|
+
"webhookNotified": {
|
|
85061
|
+
"type": "boolean",
|
|
85062
|
+
"description": "Keep track if the webhook has been called for the month"
|
|
85063
|
+
},
|
|
85064
|
+
"createdAt": {
|
|
85065
|
+
"type": "number",
|
|
85066
|
+
"description": "Date time when budget is created"
|
|
85067
|
+
},
|
|
85068
|
+
"updatedAt": {
|
|
85069
|
+
"type": "number",
|
|
85070
|
+
"description": "Date time when budget is updated last"
|
|
85071
|
+
},
|
|
85072
|
+
"isActive": {
|
|
85073
|
+
"type": "boolean",
|
|
85074
|
+
"description": "Is the budget currently active for a customer"
|
|
85075
|
+
},
|
|
85076
|
+
"pauseProjects": {
|
|
85077
|
+
"type": "boolean",
|
|
85078
|
+
"description": "Should all projects be paused if budget is exceeded"
|
|
85079
|
+
},
|
|
85080
|
+
"pricingPlan": {
|
|
85081
|
+
"type": "string",
|
|
85082
|
+
"enum": [
|
|
85083
|
+
"plus",
|
|
85084
|
+
"legacy",
|
|
85085
|
+
"unbundled"
|
|
85003
85086
|
],
|
|
85004
|
-
"
|
|
85005
|
-
|
|
85087
|
+
"description": "The acive pricing plan the team is billed with"
|
|
85088
|
+
},
|
|
85089
|
+
"teamId": {
|
|
85090
|
+
"type": "string",
|
|
85091
|
+
"description": "Partition key"
|
|
85092
|
+
},
|
|
85093
|
+
"id": {
|
|
85094
|
+
"type": "string",
|
|
85095
|
+
"description": "Sort key that needs to be unique per teamId"
|
|
85006
85096
|
}
|
|
85007
85097
|
},
|
|
85008
85098
|
"required": [
|
|
85009
|
-
"
|
|
85099
|
+
"type",
|
|
85100
|
+
"fixedBudget",
|
|
85101
|
+
"previousSpend",
|
|
85102
|
+
"notifiedAt",
|
|
85103
|
+
"createdAt",
|
|
85104
|
+
"isActive",
|
|
85105
|
+
"teamId",
|
|
85106
|
+
"id"
|
|
85010
85107
|
],
|
|
85011
|
-
"type": "object"
|
|
85108
|
+
"type": "object",
|
|
85109
|
+
"description": "Represents a budget for tracking and notifying teams on their spending."
|
|
85110
|
+
},
|
|
85111
|
+
"webhookUrl": {
|
|
85112
|
+
"type": "string"
|
|
85012
85113
|
}
|
|
85013
85114
|
},
|
|
85014
85115
|
"required": [
|
|
@@ -85017,6 +85118,15 @@
|
|
|
85017
85118
|
"type": "object",
|
|
85018
85119
|
"description": "The payload of the event, if requested."
|
|
85019
85120
|
},
|
|
85121
|
+
{
|
|
85122
|
+
"properties": {
|
|
85123
|
+
"webhookUrl": {
|
|
85124
|
+
"type": "string"
|
|
85125
|
+
}
|
|
85126
|
+
},
|
|
85127
|
+
"type": "object",
|
|
85128
|
+
"description": "The payload of the event, if requested."
|
|
85129
|
+
},
|
|
85020
85130
|
{
|
|
85021
85131
|
"properties": {
|
|
85022
85132
|
"id": {
|