@vercel/sdk 1.10.1 → 1.10.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 +816 -1951
- package/bin/mcp-server.js.map +22 -22
- package/esm/__tests__/teams.test.js +2 -2
- package/esm/__tests__/teams.test.js.map +1 -1
- package/esm/funcs/domainsBuyDomain.js +2 -2
- package/esm/funcs/domainsBuyDomain.js.map +1 -1
- package/esm/funcs/domainsPatchDomain.js +2 -2
- package/esm/funcs/domainsPatchDomain.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 +49 -49
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +53 -55
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +139 -139
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +153 -152
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +189 -741
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +179 -678
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +90 -90
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +101 -102
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getfirewallconfigop.d.ts +3 -0
- package/esm/models/getfirewallconfigop.d.ts.map +1 -1
- package/esm/models/getfirewallconfigop.js +1 -0
- package/esm/models/getfirewallconfigop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +33 -585
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +31 -530
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/putfirewallconfigop.d.ts +3 -0
- package/esm/models/putfirewallconfigop.d.ts.map +1 -1
- package/esm/models/putfirewallconfigop.js +1 -0
- package/esm/models/putfirewallconfigop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/team.d.ts +13 -10
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +6 -5
- package/esm/models/team.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +41 -593
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +43 -561
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +33 -585
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +31 -530
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +154 -124
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +166 -135
- 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__/teams.test.ts +2 -2
- package/src/funcs/domainsBuyDomain.ts +2 -2
- package/src/funcs/domainsPatchDomain.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 +78 -104
- package/src/models/createdeploymentop.ts +332 -335
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +448 -1472
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getdeploymentop.ts +214 -216
- package/src/models/getfirewallconfigop.ts +1 -0
- package/src/models/getprojectsop.ts +202 -1207
- package/src/models/putfirewallconfigop.ts +1 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/team.ts +13 -12
- package/src/models/updateprojectdatacacheop.ts +171 -1168
- package/src/models/updateprojectop.ts +197 -1221
- package/src/models/userevent.ts +309 -236
- package/vercel-spec.json +429 -1834
package/vercel-spec.json
CHANGED
|
@@ -6882,6 +6882,12 @@
|
|
|
6882
6882
|
},
|
|
6883
6883
|
"type": "array"
|
|
6884
6884
|
},
|
|
6885
|
+
"vercelAppInstallationRequest": {
|
|
6886
|
+
"items": {
|
|
6887
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
6888
|
+
},
|
|
6889
|
+
"type": "array"
|
|
6890
|
+
},
|
|
6885
6891
|
"paymentMethod": {
|
|
6886
6892
|
"items": {
|
|
6887
6893
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -7868,298 +7874,6 @@
|
|
|
7868
7874
|
"firewallConfigVersion": {
|
|
7869
7875
|
"type": "number"
|
|
7870
7876
|
},
|
|
7871
|
-
"firewallRoutes": {
|
|
7872
|
-
"items": {
|
|
7873
|
-
"properties": {
|
|
7874
|
-
"src": {
|
|
7875
|
-
"oneOf": [
|
|
7876
|
-
{
|
|
7877
|
-
"type": "string"
|
|
7878
|
-
},
|
|
7879
|
-
{
|
|
7880
|
-
"properties": {
|
|
7881
|
-
"re": {
|
|
7882
|
-
"type": "string"
|
|
7883
|
-
},
|
|
7884
|
-
"eq": {
|
|
7885
|
-
"type": "string"
|
|
7886
|
-
},
|
|
7887
|
-
"neq": {
|
|
7888
|
-
"type": "string"
|
|
7889
|
-
},
|
|
7890
|
-
"inc": {
|
|
7891
|
-
"items": {
|
|
7892
|
-
"type": "string"
|
|
7893
|
-
},
|
|
7894
|
-
"type": "array"
|
|
7895
|
-
},
|
|
7896
|
-
"ninc": {
|
|
7897
|
-
"items": {
|
|
7898
|
-
"type": "string"
|
|
7899
|
-
},
|
|
7900
|
-
"type": "array"
|
|
7901
|
-
},
|
|
7902
|
-
"pre": {
|
|
7903
|
-
"type": "string"
|
|
7904
|
-
},
|
|
7905
|
-
"suf": {
|
|
7906
|
-
"type": "string"
|
|
7907
|
-
},
|
|
7908
|
-
"gt": {
|
|
7909
|
-
"type": "number"
|
|
7910
|
-
},
|
|
7911
|
-
"gte": {
|
|
7912
|
-
"type": "number"
|
|
7913
|
-
},
|
|
7914
|
-
"lt": {
|
|
7915
|
-
"type": "number"
|
|
7916
|
-
},
|
|
7917
|
-
"lte": {
|
|
7918
|
-
"type": "number"
|
|
7919
|
-
}
|
|
7920
|
-
},
|
|
7921
|
-
"type": "object"
|
|
7922
|
-
}
|
|
7923
|
-
]
|
|
7924
|
-
},
|
|
7925
|
-
"has": {
|
|
7926
|
-
"items": {
|
|
7927
|
-
"properties": {
|
|
7928
|
-
"type": {
|
|
7929
|
-
"type": "string",
|
|
7930
|
-
"enum": [
|
|
7931
|
-
"path",
|
|
7932
|
-
"host",
|
|
7933
|
-
"method",
|
|
7934
|
-
"header",
|
|
7935
|
-
"cookie",
|
|
7936
|
-
"query",
|
|
7937
|
-
"ip_address",
|
|
7938
|
-
"protocol",
|
|
7939
|
-
"scheme",
|
|
7940
|
-
"environment",
|
|
7941
|
-
"region",
|
|
7942
|
-
"initial_request_path"
|
|
7943
|
-
]
|
|
7944
|
-
},
|
|
7945
|
-
"key": {
|
|
7946
|
-
"type": "string"
|
|
7947
|
-
},
|
|
7948
|
-
"value": {
|
|
7949
|
-
"oneOf": [
|
|
7950
|
-
{
|
|
7951
|
-
"type": "string"
|
|
7952
|
-
},
|
|
7953
|
-
{
|
|
7954
|
-
"properties": {
|
|
7955
|
-
"re": {
|
|
7956
|
-
"type": "string"
|
|
7957
|
-
},
|
|
7958
|
-
"eq": {
|
|
7959
|
-
"type": "string"
|
|
7960
|
-
},
|
|
7961
|
-
"neq": {
|
|
7962
|
-
"type": "string"
|
|
7963
|
-
},
|
|
7964
|
-
"inc": {
|
|
7965
|
-
"items": {
|
|
7966
|
-
"type": "string"
|
|
7967
|
-
},
|
|
7968
|
-
"type": "array"
|
|
7969
|
-
},
|
|
7970
|
-
"ninc": {
|
|
7971
|
-
"items": {
|
|
7972
|
-
"type": "string"
|
|
7973
|
-
},
|
|
7974
|
-
"type": "array"
|
|
7975
|
-
},
|
|
7976
|
-
"pre": {
|
|
7977
|
-
"type": "string"
|
|
7978
|
-
},
|
|
7979
|
-
"suf": {
|
|
7980
|
-
"type": "string"
|
|
7981
|
-
},
|
|
7982
|
-
"gt": {
|
|
7983
|
-
"type": "number"
|
|
7984
|
-
},
|
|
7985
|
-
"gte": {
|
|
7986
|
-
"type": "number"
|
|
7987
|
-
},
|
|
7988
|
-
"lt": {
|
|
7989
|
-
"type": "number"
|
|
7990
|
-
},
|
|
7991
|
-
"lte": {
|
|
7992
|
-
"type": "number"
|
|
7993
|
-
}
|
|
7994
|
-
},
|
|
7995
|
-
"type": "object"
|
|
7996
|
-
}
|
|
7997
|
-
]
|
|
7998
|
-
}
|
|
7999
|
-
},
|
|
8000
|
-
"required": [
|
|
8001
|
-
"type"
|
|
8002
|
-
],
|
|
8003
|
-
"type": "object"
|
|
8004
|
-
},
|
|
8005
|
-
"type": "array"
|
|
8006
|
-
},
|
|
8007
|
-
"missing": {
|
|
8008
|
-
"items": {
|
|
8009
|
-
"properties": {
|
|
8010
|
-
"type": {
|
|
8011
|
-
"type": "string",
|
|
8012
|
-
"enum": [
|
|
8013
|
-
"path",
|
|
8014
|
-
"host",
|
|
8015
|
-
"method",
|
|
8016
|
-
"header",
|
|
8017
|
-
"cookie",
|
|
8018
|
-
"query",
|
|
8019
|
-
"ip_address",
|
|
8020
|
-
"protocol",
|
|
8021
|
-
"scheme",
|
|
8022
|
-
"environment",
|
|
8023
|
-
"region",
|
|
8024
|
-
"initial_request_path"
|
|
8025
|
-
]
|
|
8026
|
-
},
|
|
8027
|
-
"key": {
|
|
8028
|
-
"type": "string"
|
|
8029
|
-
},
|
|
8030
|
-
"value": {
|
|
8031
|
-
"oneOf": [
|
|
8032
|
-
{
|
|
8033
|
-
"type": "string"
|
|
8034
|
-
},
|
|
8035
|
-
{
|
|
8036
|
-
"properties": {
|
|
8037
|
-
"re": {
|
|
8038
|
-
"type": "string"
|
|
8039
|
-
},
|
|
8040
|
-
"eq": {
|
|
8041
|
-
"type": "string"
|
|
8042
|
-
},
|
|
8043
|
-
"neq": {
|
|
8044
|
-
"type": "string"
|
|
8045
|
-
},
|
|
8046
|
-
"inc": {
|
|
8047
|
-
"items": {
|
|
8048
|
-
"type": "string"
|
|
8049
|
-
},
|
|
8050
|
-
"type": "array"
|
|
8051
|
-
},
|
|
8052
|
-
"ninc": {
|
|
8053
|
-
"items": {
|
|
8054
|
-
"type": "string"
|
|
8055
|
-
},
|
|
8056
|
-
"type": "array"
|
|
8057
|
-
},
|
|
8058
|
-
"pre": {
|
|
8059
|
-
"type": "string"
|
|
8060
|
-
},
|
|
8061
|
-
"suf": {
|
|
8062
|
-
"type": "string"
|
|
8063
|
-
},
|
|
8064
|
-
"gt": {
|
|
8065
|
-
"type": "number"
|
|
8066
|
-
},
|
|
8067
|
-
"gte": {
|
|
8068
|
-
"type": "number"
|
|
8069
|
-
},
|
|
8070
|
-
"lt": {
|
|
8071
|
-
"type": "number"
|
|
8072
|
-
},
|
|
8073
|
-
"lte": {
|
|
8074
|
-
"type": "number"
|
|
8075
|
-
}
|
|
8076
|
-
},
|
|
8077
|
-
"type": "object"
|
|
8078
|
-
}
|
|
8079
|
-
]
|
|
8080
|
-
}
|
|
8081
|
-
},
|
|
8082
|
-
"required": [
|
|
8083
|
-
"type"
|
|
8084
|
-
],
|
|
8085
|
-
"type": "object"
|
|
8086
|
-
},
|
|
8087
|
-
"type": "array"
|
|
8088
|
-
},
|
|
8089
|
-
"dest": {
|
|
8090
|
-
"type": "string"
|
|
8091
|
-
},
|
|
8092
|
-
"status": {
|
|
8093
|
-
"type": "number"
|
|
8094
|
-
},
|
|
8095
|
-
"handle": {
|
|
8096
|
-
"type": "string",
|
|
8097
|
-
"enum": [
|
|
8098
|
-
"init",
|
|
8099
|
-
"finalize"
|
|
8100
|
-
]
|
|
8101
|
-
},
|
|
8102
|
-
"mitigate": {
|
|
8103
|
-
"properties": {
|
|
8104
|
-
"action": {
|
|
8105
|
-
"type": "string",
|
|
8106
|
-
"enum": [
|
|
8107
|
-
"deny",
|
|
8108
|
-
"challenge",
|
|
8109
|
-
"log",
|
|
8110
|
-
"bypass",
|
|
8111
|
-
"rate_limit",
|
|
8112
|
-
"redirect"
|
|
8113
|
-
]
|
|
8114
|
-
},
|
|
8115
|
-
"rule_id": {
|
|
8116
|
-
"type": "string"
|
|
8117
|
-
},
|
|
8118
|
-
"ttl": {
|
|
8119
|
-
"type": "number"
|
|
8120
|
-
},
|
|
8121
|
-
"erl": {
|
|
8122
|
-
"properties": {
|
|
8123
|
-
"algo": {
|
|
8124
|
-
"type": "string",
|
|
8125
|
-
"enum": [
|
|
8126
|
-
"fixed_window",
|
|
8127
|
-
"token_bucket"
|
|
8128
|
-
]
|
|
8129
|
-
},
|
|
8130
|
-
"window": {
|
|
8131
|
-
"type": "number"
|
|
8132
|
-
},
|
|
8133
|
-
"limit": {
|
|
8134
|
-
"type": "number"
|
|
8135
|
-
},
|
|
8136
|
-
"keys": {
|
|
8137
|
-
"items": {
|
|
8138
|
-
"type": "string"
|
|
8139
|
-
},
|
|
8140
|
-
"type": "array"
|
|
8141
|
-
}
|
|
8142
|
-
},
|
|
8143
|
-
"required": [
|
|
8144
|
-
"algo",
|
|
8145
|
-
"window",
|
|
8146
|
-
"limit",
|
|
8147
|
-
"keys"
|
|
8148
|
-
],
|
|
8149
|
-
"type": "object"
|
|
8150
|
-
}
|
|
8151
|
-
},
|
|
8152
|
-
"required": [
|
|
8153
|
-
"action",
|
|
8154
|
-
"rule_id"
|
|
8155
|
-
],
|
|
8156
|
-
"type": "object"
|
|
8157
|
-
}
|
|
8158
|
-
},
|
|
8159
|
-
"type": "object"
|
|
8160
|
-
},
|
|
8161
|
-
"type": "array"
|
|
8162
|
-
},
|
|
8163
7877
|
"firewallSeawallEnabled": {
|
|
8164
7878
|
"type": "boolean"
|
|
8165
7879
|
},
|
|
@@ -8186,9 +7900,9 @@
|
|
|
8186
7900
|
"action": {
|
|
8187
7901
|
"type": "string",
|
|
8188
7902
|
"enum": [
|
|
8189
|
-
"
|
|
7903
|
+
"log",
|
|
8190
7904
|
"challenge",
|
|
8191
|
-
"
|
|
7905
|
+
"deny"
|
|
8192
7906
|
]
|
|
8193
7907
|
}
|
|
8194
7908
|
},
|
|
@@ -8205,9 +7919,9 @@
|
|
|
8205
7919
|
"action": {
|
|
8206
7920
|
"type": "string",
|
|
8207
7921
|
"enum": [
|
|
8208
|
-
"
|
|
7922
|
+
"log",
|
|
8209
7923
|
"challenge",
|
|
8210
|
-
"
|
|
7924
|
+
"deny"
|
|
8211
7925
|
]
|
|
8212
7926
|
}
|
|
8213
7927
|
},
|
|
@@ -8224,9 +7938,9 @@
|
|
|
8224
7938
|
"action": {
|
|
8225
7939
|
"type": "string",
|
|
8226
7940
|
"enum": [
|
|
8227
|
-
"
|
|
7941
|
+
"log",
|
|
8228
7942
|
"challenge",
|
|
8229
|
-
"
|
|
7943
|
+
"deny"
|
|
8230
7944
|
]
|
|
8231
7945
|
}
|
|
8232
7946
|
},
|
|
@@ -18998,6 +18712,9 @@
|
|
|
18998
18712
|
}
|
|
18999
18713
|
}
|
|
19000
18714
|
}
|
|
18715
|
+
},
|
|
18716
|
+
"500": {
|
|
18717
|
+
"description": ""
|
|
19001
18718
|
}
|
|
19002
18719
|
},
|
|
19003
18720
|
"parameters": [
|
|
@@ -21860,6 +21577,9 @@
|
|
|
21860
21577
|
},
|
|
21861
21578
|
"409": {
|
|
21862
21579
|
"description": ""
|
|
21580
|
+
},
|
|
21581
|
+
"500": {
|
|
21582
|
+
"description": ""
|
|
21863
21583
|
}
|
|
21864
21584
|
},
|
|
21865
21585
|
"parameters": [
|
|
@@ -33183,6 +32903,12 @@
|
|
|
33183
32903
|
},
|
|
33184
32904
|
"type": "array"
|
|
33185
32905
|
},
|
|
32906
|
+
"vercelAppInstallationRequest": {
|
|
32907
|
+
"items": {
|
|
32908
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
32909
|
+
},
|
|
32910
|
+
"type": "array"
|
|
32911
|
+
},
|
|
33186
32912
|
"paymentMethod": {
|
|
33187
32913
|
"items": {
|
|
33188
32914
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -33773,298 +33499,6 @@
|
|
|
33773
33499
|
"firewallConfigVersion": {
|
|
33774
33500
|
"type": "number"
|
|
33775
33501
|
},
|
|
33776
|
-
"firewallRoutes": {
|
|
33777
|
-
"items": {
|
|
33778
|
-
"properties": {
|
|
33779
|
-
"src": {
|
|
33780
|
-
"oneOf": [
|
|
33781
|
-
{
|
|
33782
|
-
"type": "string"
|
|
33783
|
-
},
|
|
33784
|
-
{
|
|
33785
|
-
"properties": {
|
|
33786
|
-
"re": {
|
|
33787
|
-
"type": "string"
|
|
33788
|
-
},
|
|
33789
|
-
"eq": {
|
|
33790
|
-
"type": "string"
|
|
33791
|
-
},
|
|
33792
|
-
"neq": {
|
|
33793
|
-
"type": "string"
|
|
33794
|
-
},
|
|
33795
|
-
"inc": {
|
|
33796
|
-
"items": {
|
|
33797
|
-
"type": "string"
|
|
33798
|
-
},
|
|
33799
|
-
"type": "array"
|
|
33800
|
-
},
|
|
33801
|
-
"ninc": {
|
|
33802
|
-
"items": {
|
|
33803
|
-
"type": "string"
|
|
33804
|
-
},
|
|
33805
|
-
"type": "array"
|
|
33806
|
-
},
|
|
33807
|
-
"pre": {
|
|
33808
|
-
"type": "string"
|
|
33809
|
-
},
|
|
33810
|
-
"suf": {
|
|
33811
|
-
"type": "string"
|
|
33812
|
-
},
|
|
33813
|
-
"gt": {
|
|
33814
|
-
"type": "number"
|
|
33815
|
-
},
|
|
33816
|
-
"gte": {
|
|
33817
|
-
"type": "number"
|
|
33818
|
-
},
|
|
33819
|
-
"lt": {
|
|
33820
|
-
"type": "number"
|
|
33821
|
-
},
|
|
33822
|
-
"lte": {
|
|
33823
|
-
"type": "number"
|
|
33824
|
-
}
|
|
33825
|
-
},
|
|
33826
|
-
"type": "object"
|
|
33827
|
-
}
|
|
33828
|
-
]
|
|
33829
|
-
},
|
|
33830
|
-
"has": {
|
|
33831
|
-
"items": {
|
|
33832
|
-
"properties": {
|
|
33833
|
-
"type": {
|
|
33834
|
-
"type": "string",
|
|
33835
|
-
"enum": [
|
|
33836
|
-
"path",
|
|
33837
|
-
"host",
|
|
33838
|
-
"method",
|
|
33839
|
-
"header",
|
|
33840
|
-
"cookie",
|
|
33841
|
-
"query",
|
|
33842
|
-
"ip_address",
|
|
33843
|
-
"protocol",
|
|
33844
|
-
"scheme",
|
|
33845
|
-
"environment",
|
|
33846
|
-
"region",
|
|
33847
|
-
"initial_request_path"
|
|
33848
|
-
]
|
|
33849
|
-
},
|
|
33850
|
-
"key": {
|
|
33851
|
-
"type": "string"
|
|
33852
|
-
},
|
|
33853
|
-
"value": {
|
|
33854
|
-
"oneOf": [
|
|
33855
|
-
{
|
|
33856
|
-
"type": "string"
|
|
33857
|
-
},
|
|
33858
|
-
{
|
|
33859
|
-
"properties": {
|
|
33860
|
-
"re": {
|
|
33861
|
-
"type": "string"
|
|
33862
|
-
},
|
|
33863
|
-
"eq": {
|
|
33864
|
-
"type": "string"
|
|
33865
|
-
},
|
|
33866
|
-
"neq": {
|
|
33867
|
-
"type": "string"
|
|
33868
|
-
},
|
|
33869
|
-
"inc": {
|
|
33870
|
-
"items": {
|
|
33871
|
-
"type": "string"
|
|
33872
|
-
},
|
|
33873
|
-
"type": "array"
|
|
33874
|
-
},
|
|
33875
|
-
"ninc": {
|
|
33876
|
-
"items": {
|
|
33877
|
-
"type": "string"
|
|
33878
|
-
},
|
|
33879
|
-
"type": "array"
|
|
33880
|
-
},
|
|
33881
|
-
"pre": {
|
|
33882
|
-
"type": "string"
|
|
33883
|
-
},
|
|
33884
|
-
"suf": {
|
|
33885
|
-
"type": "string"
|
|
33886
|
-
},
|
|
33887
|
-
"gt": {
|
|
33888
|
-
"type": "number"
|
|
33889
|
-
},
|
|
33890
|
-
"gte": {
|
|
33891
|
-
"type": "number"
|
|
33892
|
-
},
|
|
33893
|
-
"lt": {
|
|
33894
|
-
"type": "number"
|
|
33895
|
-
},
|
|
33896
|
-
"lte": {
|
|
33897
|
-
"type": "number"
|
|
33898
|
-
}
|
|
33899
|
-
},
|
|
33900
|
-
"type": "object"
|
|
33901
|
-
}
|
|
33902
|
-
]
|
|
33903
|
-
}
|
|
33904
|
-
},
|
|
33905
|
-
"required": [
|
|
33906
|
-
"type"
|
|
33907
|
-
],
|
|
33908
|
-
"type": "object"
|
|
33909
|
-
},
|
|
33910
|
-
"type": "array"
|
|
33911
|
-
},
|
|
33912
|
-
"missing": {
|
|
33913
|
-
"items": {
|
|
33914
|
-
"properties": {
|
|
33915
|
-
"type": {
|
|
33916
|
-
"type": "string",
|
|
33917
|
-
"enum": [
|
|
33918
|
-
"path",
|
|
33919
|
-
"host",
|
|
33920
|
-
"method",
|
|
33921
|
-
"header",
|
|
33922
|
-
"cookie",
|
|
33923
|
-
"query",
|
|
33924
|
-
"ip_address",
|
|
33925
|
-
"protocol",
|
|
33926
|
-
"scheme",
|
|
33927
|
-
"environment",
|
|
33928
|
-
"region",
|
|
33929
|
-
"initial_request_path"
|
|
33930
|
-
]
|
|
33931
|
-
},
|
|
33932
|
-
"key": {
|
|
33933
|
-
"type": "string"
|
|
33934
|
-
},
|
|
33935
|
-
"value": {
|
|
33936
|
-
"oneOf": [
|
|
33937
|
-
{
|
|
33938
|
-
"type": "string"
|
|
33939
|
-
},
|
|
33940
|
-
{
|
|
33941
|
-
"properties": {
|
|
33942
|
-
"re": {
|
|
33943
|
-
"type": "string"
|
|
33944
|
-
},
|
|
33945
|
-
"eq": {
|
|
33946
|
-
"type": "string"
|
|
33947
|
-
},
|
|
33948
|
-
"neq": {
|
|
33949
|
-
"type": "string"
|
|
33950
|
-
},
|
|
33951
|
-
"inc": {
|
|
33952
|
-
"items": {
|
|
33953
|
-
"type": "string"
|
|
33954
|
-
},
|
|
33955
|
-
"type": "array"
|
|
33956
|
-
},
|
|
33957
|
-
"ninc": {
|
|
33958
|
-
"items": {
|
|
33959
|
-
"type": "string"
|
|
33960
|
-
},
|
|
33961
|
-
"type": "array"
|
|
33962
|
-
},
|
|
33963
|
-
"pre": {
|
|
33964
|
-
"type": "string"
|
|
33965
|
-
},
|
|
33966
|
-
"suf": {
|
|
33967
|
-
"type": "string"
|
|
33968
|
-
},
|
|
33969
|
-
"gt": {
|
|
33970
|
-
"type": "number"
|
|
33971
|
-
},
|
|
33972
|
-
"gte": {
|
|
33973
|
-
"type": "number"
|
|
33974
|
-
},
|
|
33975
|
-
"lt": {
|
|
33976
|
-
"type": "number"
|
|
33977
|
-
},
|
|
33978
|
-
"lte": {
|
|
33979
|
-
"type": "number"
|
|
33980
|
-
}
|
|
33981
|
-
},
|
|
33982
|
-
"type": "object"
|
|
33983
|
-
}
|
|
33984
|
-
]
|
|
33985
|
-
}
|
|
33986
|
-
},
|
|
33987
|
-
"required": [
|
|
33988
|
-
"type"
|
|
33989
|
-
],
|
|
33990
|
-
"type": "object"
|
|
33991
|
-
},
|
|
33992
|
-
"type": "array"
|
|
33993
|
-
},
|
|
33994
|
-
"dest": {
|
|
33995
|
-
"type": "string"
|
|
33996
|
-
},
|
|
33997
|
-
"status": {
|
|
33998
|
-
"type": "number"
|
|
33999
|
-
},
|
|
34000
|
-
"handle": {
|
|
34001
|
-
"type": "string",
|
|
34002
|
-
"enum": [
|
|
34003
|
-
"init",
|
|
34004
|
-
"finalize"
|
|
34005
|
-
]
|
|
34006
|
-
},
|
|
34007
|
-
"mitigate": {
|
|
34008
|
-
"properties": {
|
|
34009
|
-
"action": {
|
|
34010
|
-
"type": "string",
|
|
34011
|
-
"enum": [
|
|
34012
|
-
"deny",
|
|
34013
|
-
"challenge",
|
|
34014
|
-
"log",
|
|
34015
|
-
"bypass",
|
|
34016
|
-
"rate_limit",
|
|
34017
|
-
"redirect"
|
|
34018
|
-
]
|
|
34019
|
-
},
|
|
34020
|
-
"rule_id": {
|
|
34021
|
-
"type": "string"
|
|
34022
|
-
},
|
|
34023
|
-
"ttl": {
|
|
34024
|
-
"type": "number"
|
|
34025
|
-
},
|
|
34026
|
-
"erl": {
|
|
34027
|
-
"properties": {
|
|
34028
|
-
"algo": {
|
|
34029
|
-
"type": "string",
|
|
34030
|
-
"enum": [
|
|
34031
|
-
"fixed_window",
|
|
34032
|
-
"token_bucket"
|
|
34033
|
-
]
|
|
34034
|
-
},
|
|
34035
|
-
"window": {
|
|
34036
|
-
"type": "number"
|
|
34037
|
-
},
|
|
34038
|
-
"limit": {
|
|
34039
|
-
"type": "number"
|
|
34040
|
-
},
|
|
34041
|
-
"keys": {
|
|
34042
|
-
"items": {
|
|
34043
|
-
"type": "string"
|
|
34044
|
-
},
|
|
34045
|
-
"type": "array"
|
|
34046
|
-
}
|
|
34047
|
-
},
|
|
34048
|
-
"required": [
|
|
34049
|
-
"algo",
|
|
34050
|
-
"window",
|
|
34051
|
-
"limit",
|
|
34052
|
-
"keys"
|
|
34053
|
-
],
|
|
34054
|
-
"type": "object"
|
|
34055
|
-
}
|
|
34056
|
-
},
|
|
34057
|
-
"required": [
|
|
34058
|
-
"action",
|
|
34059
|
-
"rule_id"
|
|
34060
|
-
],
|
|
34061
|
-
"type": "object"
|
|
34062
|
-
}
|
|
34063
|
-
},
|
|
34064
|
-
"type": "object"
|
|
34065
|
-
},
|
|
34066
|
-
"type": "array"
|
|
34067
|
-
},
|
|
34068
33502
|
"firewallSeawallEnabled": {
|
|
34069
33503
|
"type": "boolean"
|
|
34070
33504
|
},
|
|
@@ -34091,9 +33525,9 @@
|
|
|
34091
33525
|
"action": {
|
|
34092
33526
|
"type": "string",
|
|
34093
33527
|
"enum": [
|
|
34094
|
-
"
|
|
33528
|
+
"log",
|
|
34095
33529
|
"challenge",
|
|
34096
|
-
"
|
|
33530
|
+
"deny"
|
|
34097
33531
|
]
|
|
34098
33532
|
}
|
|
34099
33533
|
},
|
|
@@ -34110,9 +33544,9 @@
|
|
|
34110
33544
|
"action": {
|
|
34111
33545
|
"type": "string",
|
|
34112
33546
|
"enum": [
|
|
34113
|
-
"
|
|
33547
|
+
"log",
|
|
34114
33548
|
"challenge",
|
|
34115
|
-
"
|
|
33549
|
+
"deny"
|
|
34116
33550
|
]
|
|
34117
33551
|
}
|
|
34118
33552
|
},
|
|
@@ -34129,9 +33563,9 @@
|
|
|
34129
33563
|
"action": {
|
|
34130
33564
|
"type": "string",
|
|
34131
33565
|
"enum": [
|
|
34132
|
-
"
|
|
33566
|
+
"log",
|
|
34133
33567
|
"challenge",
|
|
34134
|
-
"
|
|
33568
|
+
"deny"
|
|
34135
33569
|
]
|
|
34136
33570
|
}
|
|
34137
33571
|
},
|
|
@@ -34693,10 +34127,10 @@
|
|
|
34693
34127
|
"type": "string",
|
|
34694
34128
|
"enum": [
|
|
34695
34129
|
"system",
|
|
34130
|
+
"secret",
|
|
34696
34131
|
"encrypted",
|
|
34697
34132
|
"plain",
|
|
34698
|
-
"sensitive"
|
|
34699
|
-
"secret"
|
|
34133
|
+
"sensitive"
|
|
34700
34134
|
]
|
|
34701
34135
|
},
|
|
34702
34136
|
"sunsetSecretId": {
|
|
@@ -35692,97 +35126,97 @@
|
|
|
35692
35126
|
"github-limited"
|
|
35693
35127
|
]
|
|
35694
35128
|
},
|
|
35695
|
-
"repo": {
|
|
35696
|
-
"type": "string"
|
|
35697
|
-
},
|
|
35698
|
-
"repoId": {
|
|
35699
|
-
"type": "number"
|
|
35700
|
-
},
|
|
35701
35129
|
"updatedAt": {
|
|
35702
35130
|
"type": "number"
|
|
35703
35131
|
},
|
|
35704
35132
|
"createdAt": {
|
|
35705
35133
|
"type": "number"
|
|
35706
35134
|
},
|
|
35707
|
-
"
|
|
35708
|
-
"type": "string"
|
|
35709
|
-
},
|
|
35710
|
-
"repoOwnerId": {
|
|
35711
|
-
"type": "number",
|
|
35712
|
-
"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."
|
|
35713
|
-
},
|
|
35714
|
-
"deployHooks": {
|
|
35715
|
-
"items": {
|
|
35716
|
-
"properties": {
|
|
35717
|
-
"createdAt": {
|
|
35718
|
-
"type": "number"
|
|
35719
|
-
},
|
|
35720
|
-
"id": {
|
|
35721
|
-
"type": "string"
|
|
35722
|
-
},
|
|
35723
|
-
"name": {
|
|
35724
|
-
"type": "string"
|
|
35725
|
-
},
|
|
35726
|
-
"ref": {
|
|
35727
|
-
"type": "string"
|
|
35728
|
-
},
|
|
35729
|
-
"url": {
|
|
35730
|
-
"type": "string"
|
|
35731
|
-
}
|
|
35732
|
-
},
|
|
35733
|
-
"required": [
|
|
35734
|
-
"id",
|
|
35735
|
-
"name",
|
|
35736
|
-
"ref",
|
|
35737
|
-
"url"
|
|
35738
|
-
],
|
|
35739
|
-
"type": "object"
|
|
35740
|
-
},
|
|
35741
|
-
"type": "array"
|
|
35742
|
-
},
|
|
35743
|
-
"gitCredentialId": {
|
|
35135
|
+
"repo": {
|
|
35744
35136
|
"type": "string"
|
|
35745
35137
|
},
|
|
35746
35138
|
"sourceless": {
|
|
35747
35139
|
"type": "boolean"
|
|
35748
35140
|
},
|
|
35749
|
-
"
|
|
35750
|
-
"type": "string"
|
|
35751
|
-
}
|
|
35752
|
-
},
|
|
35753
|
-
"required": [
|
|
35754
|
-
"deployHooks"
|
|
35755
|
-
],
|
|
35756
|
-
"type": "object"
|
|
35757
|
-
},
|
|
35758
|
-
{
|
|
35759
|
-
"properties": {
|
|
35760
|
-
"projectId": {
|
|
35761
|
-
"type": "string"
|
|
35762
|
-
},
|
|
35763
|
-
"projectName": {
|
|
35764
|
-
"type": "string"
|
|
35765
|
-
},
|
|
35766
|
-
"projectNameWithNamespace": {
|
|
35767
|
-
"type": "string"
|
|
35768
|
-
},
|
|
35769
|
-
"projectNamespace": {
|
|
35141
|
+
"org": {
|
|
35770
35142
|
"type": "string"
|
|
35771
35143
|
},
|
|
35772
|
-
"
|
|
35144
|
+
"repoOwnerId": {
|
|
35773
35145
|
"type": "number",
|
|
35774
|
-
"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.
|
|
35775
|
-
},
|
|
35776
|
-
"projectUrl": {
|
|
35777
|
-
"type": "string"
|
|
35778
|
-
},
|
|
35779
|
-
"type": {
|
|
35780
|
-
"type": "string",
|
|
35781
|
-
"enum": [
|
|
35782
|
-
"gitlab"
|
|
35783
|
-
]
|
|
35146
|
+
"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."
|
|
35784
35147
|
},
|
|
35785
|
-
"
|
|
35148
|
+
"repoId": {
|
|
35149
|
+
"type": "number"
|
|
35150
|
+
},
|
|
35151
|
+
"deployHooks": {
|
|
35152
|
+
"items": {
|
|
35153
|
+
"properties": {
|
|
35154
|
+
"createdAt": {
|
|
35155
|
+
"type": "number"
|
|
35156
|
+
},
|
|
35157
|
+
"id": {
|
|
35158
|
+
"type": "string"
|
|
35159
|
+
},
|
|
35160
|
+
"name": {
|
|
35161
|
+
"type": "string"
|
|
35162
|
+
},
|
|
35163
|
+
"ref": {
|
|
35164
|
+
"type": "string"
|
|
35165
|
+
},
|
|
35166
|
+
"url": {
|
|
35167
|
+
"type": "string"
|
|
35168
|
+
}
|
|
35169
|
+
},
|
|
35170
|
+
"required": [
|
|
35171
|
+
"id",
|
|
35172
|
+
"name",
|
|
35173
|
+
"ref",
|
|
35174
|
+
"url"
|
|
35175
|
+
],
|
|
35176
|
+
"type": "object"
|
|
35177
|
+
},
|
|
35178
|
+
"type": "array"
|
|
35179
|
+
},
|
|
35180
|
+
"gitCredentialId": {
|
|
35181
|
+
"type": "string"
|
|
35182
|
+
},
|
|
35183
|
+
"productionBranch": {
|
|
35184
|
+
"type": "string"
|
|
35185
|
+
}
|
|
35186
|
+
},
|
|
35187
|
+
"required": [
|
|
35188
|
+
"deployHooks"
|
|
35189
|
+
],
|
|
35190
|
+
"type": "object"
|
|
35191
|
+
},
|
|
35192
|
+
{
|
|
35193
|
+
"properties": {
|
|
35194
|
+
"projectId": {
|
|
35195
|
+
"type": "string"
|
|
35196
|
+
},
|
|
35197
|
+
"projectName": {
|
|
35198
|
+
"type": "string"
|
|
35199
|
+
},
|
|
35200
|
+
"projectNameWithNamespace": {
|
|
35201
|
+
"type": "string"
|
|
35202
|
+
},
|
|
35203
|
+
"projectNamespace": {
|
|
35204
|
+
"type": "string"
|
|
35205
|
+
},
|
|
35206
|
+
"projectOwnerId": {
|
|
35207
|
+
"type": "number",
|
|
35208
|
+
"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. This is the id of the top level group that a namespace belongs to. Gitlab supports group nesting (up to 20 levels)."
|
|
35209
|
+
},
|
|
35210
|
+
"projectUrl": {
|
|
35211
|
+
"type": "string"
|
|
35212
|
+
},
|
|
35213
|
+
"type": {
|
|
35214
|
+
"type": "string",
|
|
35215
|
+
"enum": [
|
|
35216
|
+
"gitlab"
|
|
35217
|
+
]
|
|
35218
|
+
},
|
|
35219
|
+
"createdAt": {
|
|
35786
35220
|
"type": "number"
|
|
35787
35221
|
},
|
|
35788
35222
|
"deployHooks": {
|
|
@@ -36296,8 +35730,8 @@
|
|
|
36296
35730
|
"deploymentType": {
|
|
36297
35731
|
"type": "string",
|
|
36298
35732
|
"enum": [
|
|
36299
|
-
"preview",
|
|
36300
35733
|
"all",
|
|
35734
|
+
"preview",
|
|
36301
35735
|
"prod_deployment_urls_and_all_previews",
|
|
36302
35736
|
"all_except_custom_domains"
|
|
36303
35737
|
]
|
|
@@ -36634,1261 +36068,1267 @@
|
|
|
36634
36068
|
},
|
|
36635
36069
|
"permissions": {
|
|
36636
36070
|
"properties": {
|
|
36637
|
-
"
|
|
36071
|
+
"oauth2Connection": {
|
|
36638
36072
|
"items": {
|
|
36639
36073
|
"$ref": "#/components/schemas/ACLAction"
|
|
36640
36074
|
},
|
|
36641
36075
|
"type": "array"
|
|
36642
36076
|
},
|
|
36643
|
-
"
|
|
36077
|
+
"user": {
|
|
36644
36078
|
"items": {
|
|
36645
36079
|
"$ref": "#/components/schemas/ACLAction"
|
|
36646
36080
|
},
|
|
36647
36081
|
"type": "array"
|
|
36648
36082
|
},
|
|
36649
|
-
"
|
|
36083
|
+
"userConnection": {
|
|
36650
36084
|
"items": {
|
|
36651
36085
|
"$ref": "#/components/schemas/ACLAction"
|
|
36652
36086
|
},
|
|
36653
36087
|
"type": "array"
|
|
36654
36088
|
},
|
|
36655
|
-
"
|
|
36089
|
+
"userSudo": {
|
|
36656
36090
|
"items": {
|
|
36657
36091
|
"$ref": "#/components/schemas/ACLAction"
|
|
36658
36092
|
},
|
|
36659
36093
|
"type": "array"
|
|
36660
36094
|
},
|
|
36661
|
-
"
|
|
36095
|
+
"webAuthn": {
|
|
36662
36096
|
"items": {
|
|
36663
36097
|
"$ref": "#/components/schemas/ACLAction"
|
|
36664
36098
|
},
|
|
36665
36099
|
"type": "array"
|
|
36666
36100
|
},
|
|
36667
|
-
"
|
|
36101
|
+
"accessGroup": {
|
|
36668
36102
|
"items": {
|
|
36669
36103
|
"$ref": "#/components/schemas/ACLAction"
|
|
36670
36104
|
},
|
|
36671
36105
|
"type": "array"
|
|
36672
36106
|
},
|
|
36673
|
-
"
|
|
36107
|
+
"aliasGlobal": {
|
|
36674
36108
|
"items": {
|
|
36675
36109
|
"$ref": "#/components/schemas/ACLAction"
|
|
36676
36110
|
},
|
|
36677
36111
|
"type": "array"
|
|
36678
36112
|
},
|
|
36679
|
-
"
|
|
36113
|
+
"analyticsSampling": {
|
|
36680
36114
|
"items": {
|
|
36681
36115
|
"$ref": "#/components/schemas/ACLAction"
|
|
36682
36116
|
},
|
|
36683
36117
|
"type": "array"
|
|
36684
36118
|
},
|
|
36685
|
-
"
|
|
36119
|
+
"analyticsUsage": {
|
|
36686
36120
|
"items": {
|
|
36687
36121
|
"$ref": "#/components/schemas/ACLAction"
|
|
36688
36122
|
},
|
|
36689
36123
|
"type": "array"
|
|
36690
36124
|
},
|
|
36691
|
-
"
|
|
36125
|
+
"auditLog": {
|
|
36692
36126
|
"items": {
|
|
36693
36127
|
"$ref": "#/components/schemas/ACLAction"
|
|
36694
36128
|
},
|
|
36695
36129
|
"type": "array"
|
|
36696
36130
|
},
|
|
36697
|
-
"
|
|
36131
|
+
"billingAddress": {
|
|
36698
36132
|
"items": {
|
|
36699
36133
|
"$ref": "#/components/schemas/ACLAction"
|
|
36700
36134
|
},
|
|
36701
36135
|
"type": "array"
|
|
36702
36136
|
},
|
|
36703
|
-
"
|
|
36137
|
+
"billingInformation": {
|
|
36704
36138
|
"items": {
|
|
36705
36139
|
"$ref": "#/components/schemas/ACLAction"
|
|
36706
36140
|
},
|
|
36707
36141
|
"type": "array"
|
|
36708
36142
|
},
|
|
36709
|
-
"
|
|
36143
|
+
"billingInvoice": {
|
|
36710
36144
|
"items": {
|
|
36711
36145
|
"$ref": "#/components/schemas/ACLAction"
|
|
36712
36146
|
},
|
|
36713
36147
|
"type": "array"
|
|
36714
36148
|
},
|
|
36715
|
-
"
|
|
36149
|
+
"billingInvoiceEmailRecipient": {
|
|
36716
36150
|
"items": {
|
|
36717
36151
|
"$ref": "#/components/schemas/ACLAction"
|
|
36718
36152
|
},
|
|
36719
36153
|
"type": "array"
|
|
36720
36154
|
},
|
|
36721
|
-
"
|
|
36155
|
+
"billingInvoiceLanguage": {
|
|
36722
36156
|
"items": {
|
|
36723
36157
|
"$ref": "#/components/schemas/ACLAction"
|
|
36724
36158
|
},
|
|
36725
36159
|
"type": "array"
|
|
36726
36160
|
},
|
|
36727
|
-
"
|
|
36161
|
+
"billingPlan": {
|
|
36728
36162
|
"items": {
|
|
36729
36163
|
"$ref": "#/components/schemas/ACLAction"
|
|
36730
36164
|
},
|
|
36731
36165
|
"type": "array"
|
|
36732
36166
|
},
|
|
36733
|
-
"
|
|
36167
|
+
"billingPurchaseOrder": {
|
|
36734
36168
|
"items": {
|
|
36735
36169
|
"$ref": "#/components/schemas/ACLAction"
|
|
36736
36170
|
},
|
|
36737
36171
|
"type": "array"
|
|
36738
36172
|
},
|
|
36739
|
-
"
|
|
36173
|
+
"billingRefund": {
|
|
36740
36174
|
"items": {
|
|
36741
36175
|
"$ref": "#/components/schemas/ACLAction"
|
|
36742
36176
|
},
|
|
36743
36177
|
"type": "array"
|
|
36744
36178
|
},
|
|
36745
|
-
"
|
|
36179
|
+
"billingTaxId": {
|
|
36746
36180
|
"items": {
|
|
36747
36181
|
"$ref": "#/components/schemas/ACLAction"
|
|
36748
36182
|
},
|
|
36749
36183
|
"type": "array"
|
|
36750
36184
|
},
|
|
36751
|
-
"
|
|
36185
|
+
"blob": {
|
|
36752
36186
|
"items": {
|
|
36753
36187
|
"$ref": "#/components/schemas/ACLAction"
|
|
36754
36188
|
},
|
|
36755
36189
|
"type": "array"
|
|
36756
36190
|
},
|
|
36757
|
-
"
|
|
36191
|
+
"budget": {
|
|
36758
36192
|
"items": {
|
|
36759
36193
|
"$ref": "#/components/schemas/ACLAction"
|
|
36760
36194
|
},
|
|
36761
36195
|
"type": "array"
|
|
36762
36196
|
},
|
|
36763
|
-
"
|
|
36197
|
+
"cacheArtifact": {
|
|
36764
36198
|
"items": {
|
|
36765
36199
|
"$ref": "#/components/schemas/ACLAction"
|
|
36766
36200
|
},
|
|
36767
36201
|
"type": "array"
|
|
36768
36202
|
},
|
|
36769
|
-
"
|
|
36203
|
+
"cacheArtifactUsageEvent": {
|
|
36770
36204
|
"items": {
|
|
36771
36205
|
"$ref": "#/components/schemas/ACLAction"
|
|
36772
36206
|
},
|
|
36773
36207
|
"type": "array"
|
|
36774
36208
|
},
|
|
36775
|
-
"
|
|
36209
|
+
"codeChecks": {
|
|
36776
36210
|
"items": {
|
|
36777
36211
|
"$ref": "#/components/schemas/ACLAction"
|
|
36778
36212
|
},
|
|
36779
36213
|
"type": "array"
|
|
36780
36214
|
},
|
|
36781
|
-
"
|
|
36215
|
+
"concurrentBuilds": {
|
|
36782
36216
|
"items": {
|
|
36783
36217
|
"$ref": "#/components/schemas/ACLAction"
|
|
36784
36218
|
},
|
|
36785
36219
|
"type": "array"
|
|
36786
36220
|
},
|
|
36787
|
-
"
|
|
36221
|
+
"connect": {
|
|
36788
36222
|
"items": {
|
|
36789
36223
|
"$ref": "#/components/schemas/ACLAction"
|
|
36790
36224
|
},
|
|
36791
36225
|
"type": "array"
|
|
36792
36226
|
},
|
|
36793
|
-
"
|
|
36227
|
+
"connectConfiguration": {
|
|
36794
36228
|
"items": {
|
|
36795
36229
|
"$ref": "#/components/schemas/ACLAction"
|
|
36796
36230
|
},
|
|
36797
36231
|
"type": "array"
|
|
36798
36232
|
},
|
|
36799
|
-
"
|
|
36233
|
+
"defaultDeploymentProtection": {
|
|
36800
36234
|
"items": {
|
|
36801
36235
|
"$ref": "#/components/schemas/ACLAction"
|
|
36802
36236
|
},
|
|
36803
36237
|
"type": "array"
|
|
36804
36238
|
},
|
|
36805
|
-
"
|
|
36239
|
+
"domain": {
|
|
36806
36240
|
"items": {
|
|
36807
36241
|
"$ref": "#/components/schemas/ACLAction"
|
|
36808
36242
|
},
|
|
36809
36243
|
"type": "array"
|
|
36810
36244
|
},
|
|
36811
|
-
"
|
|
36245
|
+
"domainAcceptDelegation": {
|
|
36812
36246
|
"items": {
|
|
36813
36247
|
"$ref": "#/components/schemas/ACLAction"
|
|
36814
36248
|
},
|
|
36815
36249
|
"type": "array"
|
|
36816
36250
|
},
|
|
36817
|
-
"
|
|
36251
|
+
"domainAuthCodes": {
|
|
36818
36252
|
"items": {
|
|
36819
36253
|
"$ref": "#/components/schemas/ACLAction"
|
|
36820
36254
|
},
|
|
36821
36255
|
"type": "array"
|
|
36822
36256
|
},
|
|
36823
|
-
"
|
|
36257
|
+
"domainCertificate": {
|
|
36824
36258
|
"items": {
|
|
36825
36259
|
"$ref": "#/components/schemas/ACLAction"
|
|
36826
36260
|
},
|
|
36827
36261
|
"type": "array"
|
|
36828
36262
|
},
|
|
36829
|
-
"
|
|
36263
|
+
"domainCheckConfig": {
|
|
36830
36264
|
"items": {
|
|
36831
36265
|
"$ref": "#/components/schemas/ACLAction"
|
|
36832
36266
|
},
|
|
36833
36267
|
"type": "array"
|
|
36834
36268
|
},
|
|
36835
|
-
"
|
|
36269
|
+
"domainMove": {
|
|
36836
36270
|
"items": {
|
|
36837
36271
|
"$ref": "#/components/schemas/ACLAction"
|
|
36838
36272
|
},
|
|
36839
36273
|
"type": "array"
|
|
36840
36274
|
},
|
|
36841
|
-
"
|
|
36275
|
+
"domainPurchase": {
|
|
36842
36276
|
"items": {
|
|
36843
36277
|
"$ref": "#/components/schemas/ACLAction"
|
|
36844
36278
|
},
|
|
36845
36279
|
"type": "array"
|
|
36846
36280
|
},
|
|
36847
|
-
"
|
|
36281
|
+
"domainRecord": {
|
|
36848
36282
|
"items": {
|
|
36849
36283
|
"$ref": "#/components/schemas/ACLAction"
|
|
36850
36284
|
},
|
|
36851
36285
|
"type": "array"
|
|
36852
36286
|
},
|
|
36853
|
-
"
|
|
36287
|
+
"domainTransferIn": {
|
|
36854
36288
|
"items": {
|
|
36855
36289
|
"$ref": "#/components/schemas/ACLAction"
|
|
36856
36290
|
},
|
|
36857
36291
|
"type": "array"
|
|
36858
36292
|
},
|
|
36859
|
-
"
|
|
36293
|
+
"event": {
|
|
36860
36294
|
"items": {
|
|
36861
36295
|
"$ref": "#/components/schemas/ACLAction"
|
|
36862
36296
|
},
|
|
36863
36297
|
"type": "array"
|
|
36864
36298
|
},
|
|
36865
|
-
"
|
|
36299
|
+
"ownEvent": {
|
|
36866
36300
|
"items": {
|
|
36867
36301
|
"$ref": "#/components/schemas/ACLAction"
|
|
36868
36302
|
},
|
|
36869
36303
|
"type": "array"
|
|
36870
36304
|
},
|
|
36871
|
-
"
|
|
36305
|
+
"sensitiveEnvironmentVariablePolicy": {
|
|
36872
36306
|
"items": {
|
|
36873
36307
|
"$ref": "#/components/schemas/ACLAction"
|
|
36874
36308
|
},
|
|
36875
36309
|
"type": "array"
|
|
36876
36310
|
},
|
|
36877
|
-
"
|
|
36311
|
+
"fileUpload": {
|
|
36878
36312
|
"items": {
|
|
36879
36313
|
"$ref": "#/components/schemas/ACLAction"
|
|
36880
36314
|
},
|
|
36881
36315
|
"type": "array"
|
|
36882
36316
|
},
|
|
36883
|
-
"
|
|
36317
|
+
"flagsExplorerSubscription": {
|
|
36884
36318
|
"items": {
|
|
36885
36319
|
"$ref": "#/components/schemas/ACLAction"
|
|
36886
36320
|
},
|
|
36887
36321
|
"type": "array"
|
|
36888
36322
|
},
|
|
36889
|
-
"
|
|
36323
|
+
"gitRepository": {
|
|
36890
36324
|
"items": {
|
|
36891
36325
|
"$ref": "#/components/schemas/ACLAction"
|
|
36892
36326
|
},
|
|
36893
36327
|
"type": "array"
|
|
36894
36328
|
},
|
|
36895
|
-
"
|
|
36329
|
+
"ipBlocking": {
|
|
36896
36330
|
"items": {
|
|
36897
36331
|
"$ref": "#/components/schemas/ACLAction"
|
|
36898
36332
|
},
|
|
36899
36333
|
"type": "array"
|
|
36900
36334
|
},
|
|
36901
|
-
"
|
|
36335
|
+
"imageOptimizationNewPrice": {
|
|
36902
36336
|
"items": {
|
|
36903
36337
|
"$ref": "#/components/schemas/ACLAction"
|
|
36904
36338
|
},
|
|
36905
36339
|
"type": "array"
|
|
36906
36340
|
},
|
|
36907
|
-
"
|
|
36341
|
+
"integration": {
|
|
36908
36342
|
"items": {
|
|
36909
36343
|
"$ref": "#/components/schemas/ACLAction"
|
|
36910
36344
|
},
|
|
36911
36345
|
"type": "array"
|
|
36912
36346
|
},
|
|
36913
|
-
"
|
|
36347
|
+
"integrationAccount": {
|
|
36914
36348
|
"items": {
|
|
36915
36349
|
"$ref": "#/components/schemas/ACLAction"
|
|
36916
36350
|
},
|
|
36917
36351
|
"type": "array"
|
|
36918
36352
|
},
|
|
36919
|
-
"
|
|
36353
|
+
"integrationConfiguration": {
|
|
36920
36354
|
"items": {
|
|
36921
36355
|
"$ref": "#/components/schemas/ACLAction"
|
|
36922
36356
|
},
|
|
36923
36357
|
"type": "array"
|
|
36924
36358
|
},
|
|
36925
|
-
"
|
|
36359
|
+
"integrationConfigurationTransfer": {
|
|
36926
36360
|
"items": {
|
|
36927
36361
|
"$ref": "#/components/schemas/ACLAction"
|
|
36928
36362
|
},
|
|
36929
36363
|
"type": "array"
|
|
36930
36364
|
},
|
|
36931
|
-
"
|
|
36365
|
+
"integrationConfigurationProjects": {
|
|
36932
36366
|
"items": {
|
|
36933
36367
|
"$ref": "#/components/schemas/ACLAction"
|
|
36934
36368
|
},
|
|
36935
36369
|
"type": "array"
|
|
36936
36370
|
},
|
|
36937
|
-
"
|
|
36371
|
+
"integrationVercelConfigurationOverride": {
|
|
36938
36372
|
"items": {
|
|
36939
36373
|
"$ref": "#/components/schemas/ACLAction"
|
|
36940
36374
|
},
|
|
36941
36375
|
"type": "array"
|
|
36942
36376
|
},
|
|
36943
|
-
"
|
|
36377
|
+
"integrationConfigurationRole": {
|
|
36944
36378
|
"items": {
|
|
36945
36379
|
"$ref": "#/components/schemas/ACLAction"
|
|
36946
36380
|
},
|
|
36947
36381
|
"type": "array"
|
|
36948
36382
|
},
|
|
36949
|
-
"
|
|
36383
|
+
"integrationSSOSession": {
|
|
36950
36384
|
"items": {
|
|
36951
36385
|
"$ref": "#/components/schemas/ACLAction"
|
|
36952
36386
|
},
|
|
36953
36387
|
"type": "array"
|
|
36954
36388
|
},
|
|
36955
|
-
"
|
|
36389
|
+
"integrationResource": {
|
|
36956
36390
|
"items": {
|
|
36957
36391
|
"$ref": "#/components/schemas/ACLAction"
|
|
36958
36392
|
},
|
|
36959
36393
|
"type": "array"
|
|
36960
36394
|
},
|
|
36961
|
-
"
|
|
36395
|
+
"integrationEvent": {
|
|
36962
36396
|
"items": {
|
|
36963
36397
|
"$ref": "#/components/schemas/ACLAction"
|
|
36964
36398
|
},
|
|
36965
36399
|
"type": "array"
|
|
36966
36400
|
},
|
|
36967
|
-
"
|
|
36401
|
+
"integrationResourceSecrets": {
|
|
36968
36402
|
"items": {
|
|
36969
36403
|
"$ref": "#/components/schemas/ACLAction"
|
|
36970
36404
|
},
|
|
36971
36405
|
"type": "array"
|
|
36972
36406
|
},
|
|
36973
|
-
"
|
|
36407
|
+
"integrationDeploymentAction": {
|
|
36974
36408
|
"items": {
|
|
36975
36409
|
"$ref": "#/components/schemas/ACLAction"
|
|
36976
36410
|
},
|
|
36977
36411
|
"type": "array"
|
|
36978
36412
|
},
|
|
36979
|
-
"
|
|
36413
|
+
"marketplaceInstallationMember": {
|
|
36980
36414
|
"items": {
|
|
36981
36415
|
"$ref": "#/components/schemas/ACLAction"
|
|
36982
36416
|
},
|
|
36983
36417
|
"type": "array"
|
|
36984
36418
|
},
|
|
36985
|
-
"
|
|
36419
|
+
"marketplaceBillingData": {
|
|
36986
36420
|
"items": {
|
|
36987
36421
|
"$ref": "#/components/schemas/ACLAction"
|
|
36988
36422
|
},
|
|
36989
36423
|
"type": "array"
|
|
36990
36424
|
},
|
|
36991
|
-
"
|
|
36425
|
+
"marketplaceInvoice": {
|
|
36992
36426
|
"items": {
|
|
36993
36427
|
"$ref": "#/components/schemas/ACLAction"
|
|
36994
36428
|
},
|
|
36995
36429
|
"type": "array"
|
|
36996
36430
|
},
|
|
36997
|
-
"
|
|
36431
|
+
"marketplaceSettings": {
|
|
36998
36432
|
"items": {
|
|
36999
36433
|
"$ref": "#/components/schemas/ACLAction"
|
|
37000
36434
|
},
|
|
37001
36435
|
"type": "array"
|
|
37002
36436
|
},
|
|
37003
|
-
"
|
|
36437
|
+
"marketplaceExperimentationItem": {
|
|
37004
36438
|
"items": {
|
|
37005
36439
|
"$ref": "#/components/schemas/ACLAction"
|
|
37006
36440
|
},
|
|
37007
36441
|
"type": "array"
|
|
37008
36442
|
},
|
|
37009
|
-
"
|
|
36443
|
+
"marketplaceExperimentationEdgeConfigData": {
|
|
37010
36444
|
"items": {
|
|
37011
36445
|
"$ref": "#/components/schemas/ACLAction"
|
|
37012
36446
|
},
|
|
37013
36447
|
"type": "array"
|
|
37014
36448
|
},
|
|
37015
|
-
"
|
|
36449
|
+
"jobGlobal": {
|
|
37016
36450
|
"items": {
|
|
37017
36451
|
"$ref": "#/components/schemas/ACLAction"
|
|
37018
36452
|
},
|
|
37019
36453
|
"type": "array"
|
|
37020
36454
|
},
|
|
37021
|
-
"
|
|
36455
|
+
"drain": {
|
|
37022
36456
|
"items": {
|
|
37023
36457
|
"$ref": "#/components/schemas/ACLAction"
|
|
37024
36458
|
},
|
|
37025
36459
|
"type": "array"
|
|
37026
36460
|
},
|
|
37027
|
-
"
|
|
36461
|
+
"logDrain": {
|
|
37028
36462
|
"items": {
|
|
37029
36463
|
"$ref": "#/components/schemas/ACLAction"
|
|
37030
36464
|
},
|
|
37031
36465
|
"type": "array"
|
|
37032
36466
|
},
|
|
37033
|
-
"
|
|
36467
|
+
"Monitoring": {
|
|
37034
36468
|
"items": {
|
|
37035
36469
|
"$ref": "#/components/schemas/ACLAction"
|
|
37036
36470
|
},
|
|
37037
36471
|
"type": "array"
|
|
37038
36472
|
},
|
|
37039
|
-
"
|
|
36473
|
+
"monitoringSettings": {
|
|
37040
36474
|
"items": {
|
|
37041
36475
|
"$ref": "#/components/schemas/ACLAction"
|
|
37042
36476
|
},
|
|
37043
36477
|
"type": "array"
|
|
37044
36478
|
},
|
|
37045
|
-
"
|
|
36479
|
+
"monitoringQuery": {
|
|
37046
36480
|
"items": {
|
|
37047
36481
|
"$ref": "#/components/schemas/ACLAction"
|
|
37048
36482
|
},
|
|
37049
36483
|
"type": "array"
|
|
37050
36484
|
},
|
|
37051
|
-
"
|
|
36485
|
+
"monitoringChart": {
|
|
37052
36486
|
"items": {
|
|
37053
36487
|
"$ref": "#/components/schemas/ACLAction"
|
|
37054
36488
|
},
|
|
37055
36489
|
"type": "array"
|
|
37056
36490
|
},
|
|
37057
|
-
"
|
|
36491
|
+
"monitoringAlert": {
|
|
37058
36492
|
"items": {
|
|
37059
36493
|
"$ref": "#/components/schemas/ACLAction"
|
|
37060
36494
|
},
|
|
37061
36495
|
"type": "array"
|
|
37062
36496
|
},
|
|
37063
|
-
"
|
|
36497
|
+
"notificationDeploymentFailed": {
|
|
37064
36498
|
"items": {
|
|
37065
36499
|
"$ref": "#/components/schemas/ACLAction"
|
|
37066
36500
|
},
|
|
37067
36501
|
"type": "array"
|
|
37068
36502
|
},
|
|
37069
|
-
"
|
|
36503
|
+
"notificationDomainConfiguration": {
|
|
37070
36504
|
"items": {
|
|
37071
36505
|
"$ref": "#/components/schemas/ACLAction"
|
|
37072
36506
|
},
|
|
37073
36507
|
"type": "array"
|
|
37074
36508
|
},
|
|
37075
|
-
"
|
|
36509
|
+
"notificationDomainExpire": {
|
|
37076
36510
|
"items": {
|
|
37077
36511
|
"$ref": "#/components/schemas/ACLAction"
|
|
37078
36512
|
},
|
|
37079
36513
|
"type": "array"
|
|
37080
36514
|
},
|
|
37081
|
-
"
|
|
36515
|
+
"notificationDomainMoved": {
|
|
37082
36516
|
"items": {
|
|
37083
36517
|
"$ref": "#/components/schemas/ACLAction"
|
|
37084
36518
|
},
|
|
37085
36519
|
"type": "array"
|
|
37086
36520
|
},
|
|
37087
|
-
"
|
|
36521
|
+
"notificationDomainPurchase": {
|
|
37088
36522
|
"items": {
|
|
37089
36523
|
"$ref": "#/components/schemas/ACLAction"
|
|
37090
36524
|
},
|
|
37091
36525
|
"type": "array"
|
|
37092
36526
|
},
|
|
37093
|
-
"
|
|
36527
|
+
"notificationDomainRenewal": {
|
|
37094
36528
|
"items": {
|
|
37095
36529
|
"$ref": "#/components/schemas/ACLAction"
|
|
37096
36530
|
},
|
|
37097
36531
|
"type": "array"
|
|
37098
36532
|
},
|
|
37099
|
-
"
|
|
36533
|
+
"notificationDomainTransfer": {
|
|
37100
36534
|
"items": {
|
|
37101
36535
|
"$ref": "#/components/schemas/ACLAction"
|
|
37102
36536
|
},
|
|
37103
36537
|
"type": "array"
|
|
37104
36538
|
},
|
|
37105
|
-
"
|
|
36539
|
+
"notificationDomainUnverified": {
|
|
37106
36540
|
"items": {
|
|
37107
36541
|
"$ref": "#/components/schemas/ACLAction"
|
|
37108
36542
|
},
|
|
37109
36543
|
"type": "array"
|
|
37110
36544
|
},
|
|
37111
|
-
"
|
|
36545
|
+
"NotificationMonitoringAlert": {
|
|
37112
36546
|
"items": {
|
|
37113
36547
|
"$ref": "#/components/schemas/ACLAction"
|
|
37114
36548
|
},
|
|
37115
36549
|
"type": "array"
|
|
37116
36550
|
},
|
|
37117
|
-
"
|
|
36551
|
+
"notificationPaymentFailed": {
|
|
37118
36552
|
"items": {
|
|
37119
36553
|
"$ref": "#/components/schemas/ACLAction"
|
|
37120
36554
|
},
|
|
37121
36555
|
"type": "array"
|
|
37122
36556
|
},
|
|
37123
|
-
"
|
|
36557
|
+
"notificationUsageAlert": {
|
|
37124
36558
|
"items": {
|
|
37125
36559
|
"$ref": "#/components/schemas/ACLAction"
|
|
37126
36560
|
},
|
|
37127
36561
|
"type": "array"
|
|
37128
36562
|
},
|
|
37129
|
-
"
|
|
36563
|
+
"notificationPreferences": {
|
|
37130
36564
|
"items": {
|
|
37131
36565
|
"$ref": "#/components/schemas/ACLAction"
|
|
37132
36566
|
},
|
|
37133
36567
|
"type": "array"
|
|
37134
36568
|
},
|
|
37135
|
-
"
|
|
36569
|
+
"notificationCustomerBudget": {
|
|
37136
36570
|
"items": {
|
|
37137
36571
|
"$ref": "#/components/schemas/ACLAction"
|
|
37138
36572
|
},
|
|
37139
36573
|
"type": "array"
|
|
37140
36574
|
},
|
|
37141
|
-
"
|
|
36575
|
+
"notificationStatementOfReasons": {
|
|
37142
36576
|
"items": {
|
|
37143
36577
|
"$ref": "#/components/schemas/ACLAction"
|
|
37144
36578
|
},
|
|
37145
36579
|
"type": "array"
|
|
37146
36580
|
},
|
|
37147
|
-
"
|
|
36581
|
+
"observabilityConfiguration": {
|
|
37148
36582
|
"items": {
|
|
37149
36583
|
"$ref": "#/components/schemas/ACLAction"
|
|
37150
36584
|
},
|
|
37151
36585
|
"type": "array"
|
|
37152
36586
|
},
|
|
37153
|
-
"
|
|
36587
|
+
"observabilityNotebook": {
|
|
37154
36588
|
"items": {
|
|
37155
36589
|
"$ref": "#/components/schemas/ACLAction"
|
|
37156
36590
|
},
|
|
37157
36591
|
"type": "array"
|
|
37158
36592
|
},
|
|
37159
|
-
"
|
|
36593
|
+
"observabilityFunnel": {
|
|
37160
36594
|
"items": {
|
|
37161
36595
|
"$ref": "#/components/schemas/ACLAction"
|
|
37162
36596
|
},
|
|
37163
36597
|
"type": "array"
|
|
37164
36598
|
},
|
|
37165
|
-
"
|
|
36599
|
+
"openTelemetryEndpoint": {
|
|
37166
36600
|
"items": {
|
|
37167
36601
|
"$ref": "#/components/schemas/ACLAction"
|
|
37168
36602
|
},
|
|
37169
36603
|
"type": "array"
|
|
37170
36604
|
},
|
|
37171
|
-
"
|
|
36605
|
+
"vercelAppInstallation": {
|
|
37172
36606
|
"items": {
|
|
37173
36607
|
"$ref": "#/components/schemas/ACLAction"
|
|
37174
36608
|
},
|
|
37175
36609
|
"type": "array"
|
|
37176
36610
|
},
|
|
37177
|
-
"
|
|
36611
|
+
"vercelAppInstallationRequest": {
|
|
37178
36612
|
"items": {
|
|
37179
36613
|
"$ref": "#/components/schemas/ACLAction"
|
|
37180
36614
|
},
|
|
37181
36615
|
"type": "array"
|
|
37182
36616
|
},
|
|
37183
|
-
"
|
|
36617
|
+
"paymentMethod": {
|
|
37184
36618
|
"items": {
|
|
37185
36619
|
"$ref": "#/components/schemas/ACLAction"
|
|
37186
36620
|
},
|
|
37187
36621
|
"type": "array"
|
|
37188
36622
|
},
|
|
37189
|
-
"
|
|
36623
|
+
"permissions": {
|
|
37190
36624
|
"items": {
|
|
37191
36625
|
"$ref": "#/components/schemas/ACLAction"
|
|
37192
36626
|
},
|
|
37193
36627
|
"type": "array"
|
|
37194
36628
|
},
|
|
37195
|
-
"
|
|
36629
|
+
"postgres": {
|
|
37196
36630
|
"items": {
|
|
37197
36631
|
"$ref": "#/components/schemas/ACLAction"
|
|
37198
36632
|
},
|
|
37199
36633
|
"type": "array"
|
|
37200
36634
|
},
|
|
37201
|
-
"
|
|
36635
|
+
"previewDeploymentSuffix": {
|
|
37202
36636
|
"items": {
|
|
37203
36637
|
"$ref": "#/components/schemas/ACLAction"
|
|
37204
36638
|
},
|
|
37205
36639
|
"type": "array"
|
|
37206
36640
|
},
|
|
37207
|
-
"
|
|
36641
|
+
"proTrialOnboarding": {
|
|
37208
36642
|
"items": {
|
|
37209
36643
|
"$ref": "#/components/schemas/ACLAction"
|
|
37210
36644
|
},
|
|
37211
36645
|
"type": "array"
|
|
37212
36646
|
},
|
|
37213
|
-
"
|
|
36647
|
+
"sharedEnvVars": {
|
|
37214
36648
|
"items": {
|
|
37215
36649
|
"$ref": "#/components/schemas/ACLAction"
|
|
37216
36650
|
},
|
|
37217
36651
|
"type": "array"
|
|
37218
36652
|
},
|
|
37219
|
-
"
|
|
36653
|
+
"sharedEnvVarsProduction": {
|
|
37220
36654
|
"items": {
|
|
37221
36655
|
"$ref": "#/components/schemas/ACLAction"
|
|
37222
36656
|
},
|
|
37223
36657
|
"type": "array"
|
|
37224
36658
|
},
|
|
37225
|
-
"
|
|
36659
|
+
"space": {
|
|
37226
36660
|
"items": {
|
|
37227
36661
|
"$ref": "#/components/schemas/ACLAction"
|
|
37228
36662
|
},
|
|
37229
36663
|
"type": "array"
|
|
37230
36664
|
},
|
|
37231
|
-
"
|
|
36665
|
+
"spaceRun": {
|
|
37232
36666
|
"items": {
|
|
37233
36667
|
"$ref": "#/components/schemas/ACLAction"
|
|
37234
36668
|
},
|
|
37235
36669
|
"type": "array"
|
|
37236
36670
|
},
|
|
37237
|
-
"
|
|
36671
|
+
"passwordProtectionInvoiceItem": {
|
|
37238
36672
|
"items": {
|
|
37239
36673
|
"$ref": "#/components/schemas/ACLAction"
|
|
37240
36674
|
},
|
|
37241
36675
|
"type": "array"
|
|
37242
36676
|
},
|
|
37243
|
-
"
|
|
36677
|
+
"rateLimit": {
|
|
37244
36678
|
"items": {
|
|
37245
36679
|
"$ref": "#/components/schemas/ACLAction"
|
|
37246
36680
|
},
|
|
37247
36681
|
"type": "array"
|
|
37248
36682
|
},
|
|
37249
|
-
"
|
|
36683
|
+
"redis": {
|
|
37250
36684
|
"items": {
|
|
37251
36685
|
"$ref": "#/components/schemas/ACLAction"
|
|
37252
36686
|
},
|
|
37253
36687
|
"type": "array"
|
|
37254
36688
|
},
|
|
37255
|
-
"
|
|
36689
|
+
"repository": {
|
|
37256
36690
|
"items": {
|
|
37257
36691
|
"$ref": "#/components/schemas/ACLAction"
|
|
37258
36692
|
},
|
|
37259
36693
|
"type": "array"
|
|
37260
36694
|
},
|
|
37261
|
-
"
|
|
36695
|
+
"remoteCaching": {
|
|
37262
36696
|
"items": {
|
|
37263
36697
|
"$ref": "#/components/schemas/ACLAction"
|
|
37264
36698
|
},
|
|
37265
36699
|
"type": "array"
|
|
37266
36700
|
},
|
|
37267
|
-
"
|
|
36701
|
+
"samlConfig": {
|
|
37268
36702
|
"items": {
|
|
37269
36703
|
"$ref": "#/components/schemas/ACLAction"
|
|
37270
36704
|
},
|
|
37271
36705
|
"type": "array"
|
|
37272
36706
|
},
|
|
37273
|
-
"
|
|
36707
|
+
"secret": {
|
|
37274
36708
|
"items": {
|
|
37275
36709
|
"$ref": "#/components/schemas/ACLAction"
|
|
37276
36710
|
},
|
|
37277
36711
|
"type": "array"
|
|
37278
36712
|
},
|
|
37279
|
-
"
|
|
36713
|
+
"redisStoreTokenSet": {
|
|
37280
36714
|
"items": {
|
|
37281
36715
|
"$ref": "#/components/schemas/ACLAction"
|
|
37282
36716
|
},
|
|
37283
36717
|
"type": "array"
|
|
37284
36718
|
},
|
|
37285
|
-
"
|
|
36719
|
+
"blobStoreTokenSet": {
|
|
37286
36720
|
"items": {
|
|
37287
36721
|
"$ref": "#/components/schemas/ACLAction"
|
|
37288
36722
|
},
|
|
37289
36723
|
"type": "array"
|
|
37290
36724
|
},
|
|
37291
|
-
"
|
|
36725
|
+
"postgresStoreTokenSet": {
|
|
37292
36726
|
"items": {
|
|
37293
36727
|
"$ref": "#/components/schemas/ACLAction"
|
|
37294
36728
|
},
|
|
37295
36729
|
"type": "array"
|
|
37296
36730
|
},
|
|
37297
|
-
"
|
|
36731
|
+
"integrationStoreTokenSet": {
|
|
37298
36732
|
"items": {
|
|
37299
36733
|
"$ref": "#/components/schemas/ACLAction"
|
|
37300
36734
|
},
|
|
37301
36735
|
"type": "array"
|
|
37302
36736
|
},
|
|
37303
|
-
"
|
|
36737
|
+
"integrationResourceReplCommand": {
|
|
37304
36738
|
"items": {
|
|
37305
36739
|
"$ref": "#/components/schemas/ACLAction"
|
|
37306
36740
|
},
|
|
37307
36741
|
"type": "array"
|
|
37308
36742
|
},
|
|
37309
|
-
"
|
|
36743
|
+
"storeTransfer": {
|
|
37310
36744
|
"items": {
|
|
37311
36745
|
"$ref": "#/components/schemas/ACLAction"
|
|
37312
36746
|
},
|
|
37313
36747
|
"type": "array"
|
|
37314
36748
|
},
|
|
37315
|
-
"
|
|
36749
|
+
"supportCase": {
|
|
37316
36750
|
"items": {
|
|
37317
36751
|
"$ref": "#/components/schemas/ACLAction"
|
|
37318
36752
|
},
|
|
37319
36753
|
"type": "array"
|
|
37320
36754
|
},
|
|
37321
|
-
"
|
|
36755
|
+
"supportCaseComment": {
|
|
37322
36756
|
"items": {
|
|
37323
36757
|
"$ref": "#/components/schemas/ACLAction"
|
|
37324
36758
|
},
|
|
37325
36759
|
"type": "array"
|
|
37326
36760
|
},
|
|
37327
|
-
"
|
|
36761
|
+
"dataCacheBillingSettings": {
|
|
37328
36762
|
"items": {
|
|
37329
36763
|
"$ref": "#/components/schemas/ACLAction"
|
|
37330
36764
|
},
|
|
37331
36765
|
"type": "array"
|
|
37332
36766
|
},
|
|
37333
|
-
"
|
|
36767
|
+
"team": {
|
|
37334
36768
|
"items": {
|
|
37335
36769
|
"$ref": "#/components/schemas/ACLAction"
|
|
37336
36770
|
},
|
|
37337
36771
|
"type": "array"
|
|
37338
36772
|
},
|
|
37339
|
-
"
|
|
36773
|
+
"teamAccessRequest": {
|
|
37340
36774
|
"items": {
|
|
37341
36775
|
"$ref": "#/components/schemas/ACLAction"
|
|
37342
36776
|
},
|
|
37343
36777
|
"type": "array"
|
|
37344
36778
|
},
|
|
37345
|
-
"
|
|
36779
|
+
"teamFellowMembership": {
|
|
37346
36780
|
"items": {
|
|
37347
36781
|
"$ref": "#/components/schemas/ACLAction"
|
|
37348
36782
|
},
|
|
37349
36783
|
"type": "array"
|
|
37350
36784
|
},
|
|
37351
|
-
"
|
|
36785
|
+
"teamGitExclusivity": {
|
|
37352
36786
|
"items": {
|
|
37353
36787
|
"$ref": "#/components/schemas/ACLAction"
|
|
37354
36788
|
},
|
|
37355
36789
|
"type": "array"
|
|
37356
36790
|
},
|
|
37357
|
-
"
|
|
36791
|
+
"teamInvite": {
|
|
37358
36792
|
"items": {
|
|
37359
36793
|
"$ref": "#/components/schemas/ACLAction"
|
|
37360
36794
|
},
|
|
37361
36795
|
"type": "array"
|
|
37362
36796
|
},
|
|
37363
|
-
"
|
|
36797
|
+
"teamInviteCode": {
|
|
37364
36798
|
"items": {
|
|
37365
36799
|
"$ref": "#/components/schemas/ACLAction"
|
|
37366
36800
|
},
|
|
37367
36801
|
"type": "array"
|
|
37368
36802
|
},
|
|
37369
|
-
"
|
|
36803
|
+
"teamJoin": {
|
|
37370
36804
|
"items": {
|
|
37371
36805
|
"$ref": "#/components/schemas/ACLAction"
|
|
37372
36806
|
},
|
|
37373
36807
|
"type": "array"
|
|
37374
36808
|
},
|
|
37375
|
-
"
|
|
36809
|
+
"teamMemberMfaStatus": {
|
|
37376
36810
|
"items": {
|
|
37377
36811
|
"$ref": "#/components/schemas/ACLAction"
|
|
37378
36812
|
},
|
|
37379
36813
|
"type": "array"
|
|
37380
36814
|
},
|
|
37381
|
-
"
|
|
36815
|
+
"teamMicrofrontends": {
|
|
37382
36816
|
"items": {
|
|
37383
36817
|
"$ref": "#/components/schemas/ACLAction"
|
|
37384
36818
|
},
|
|
37385
36819
|
"type": "array"
|
|
37386
36820
|
},
|
|
37387
|
-
"
|
|
36821
|
+
"teamOwnMembership": {
|
|
37388
36822
|
"items": {
|
|
37389
36823
|
"$ref": "#/components/schemas/ACLAction"
|
|
37390
36824
|
},
|
|
37391
36825
|
"type": "array"
|
|
37392
36826
|
},
|
|
37393
|
-
"
|
|
36827
|
+
"teamOwnMembershipDisconnectSAML": {
|
|
37394
36828
|
"items": {
|
|
37395
36829
|
"$ref": "#/components/schemas/ACLAction"
|
|
37396
36830
|
},
|
|
37397
36831
|
"type": "array"
|
|
37398
36832
|
},
|
|
37399
|
-
"
|
|
36833
|
+
"token": {
|
|
37400
36834
|
"items": {
|
|
37401
36835
|
"$ref": "#/components/schemas/ACLAction"
|
|
37402
36836
|
},
|
|
37403
36837
|
"type": "array"
|
|
37404
36838
|
},
|
|
37405
|
-
"
|
|
36839
|
+
"usage": {
|
|
37406
36840
|
"items": {
|
|
37407
36841
|
"$ref": "#/components/schemas/ACLAction"
|
|
37408
36842
|
},
|
|
37409
36843
|
"type": "array"
|
|
37410
36844
|
},
|
|
37411
|
-
"
|
|
36845
|
+
"usageCycle": {
|
|
37412
36846
|
"items": {
|
|
37413
36847
|
"$ref": "#/components/schemas/ACLAction"
|
|
37414
36848
|
},
|
|
37415
36849
|
"type": "array"
|
|
37416
36850
|
},
|
|
37417
|
-
"
|
|
36851
|
+
"vpcPeeringConnection": {
|
|
37418
36852
|
"items": {
|
|
37419
36853
|
"$ref": "#/components/schemas/ACLAction"
|
|
37420
36854
|
},
|
|
37421
36855
|
"type": "array"
|
|
37422
36856
|
},
|
|
37423
|
-
"
|
|
36857
|
+
"webAnalyticsPlan": {
|
|
37424
36858
|
"items": {
|
|
37425
36859
|
"$ref": "#/components/schemas/ACLAction"
|
|
37426
36860
|
},
|
|
37427
36861
|
"type": "array"
|
|
37428
36862
|
},
|
|
37429
|
-
"
|
|
36863
|
+
"edgeConfig": {
|
|
37430
36864
|
"items": {
|
|
37431
36865
|
"$ref": "#/components/schemas/ACLAction"
|
|
37432
36866
|
},
|
|
37433
36867
|
"type": "array"
|
|
37434
36868
|
},
|
|
37435
|
-
"
|
|
36869
|
+
"edgeConfigItem": {
|
|
37436
36870
|
"items": {
|
|
37437
36871
|
"$ref": "#/components/schemas/ACLAction"
|
|
37438
36872
|
},
|
|
37439
36873
|
"type": "array"
|
|
37440
36874
|
},
|
|
37441
|
-
"
|
|
36875
|
+
"edgeConfigSchema": {
|
|
37442
36876
|
"items": {
|
|
37443
36877
|
"$ref": "#/components/schemas/ACLAction"
|
|
37444
36878
|
},
|
|
37445
36879
|
"type": "array"
|
|
37446
36880
|
},
|
|
37447
|
-
"
|
|
36881
|
+
"edgeConfigToken": {
|
|
37448
36882
|
"items": {
|
|
37449
36883
|
"$ref": "#/components/schemas/ACLAction"
|
|
37450
36884
|
},
|
|
37451
36885
|
"type": "array"
|
|
37452
36886
|
},
|
|
37453
|
-
"
|
|
36887
|
+
"webhook": {
|
|
37454
36888
|
"items": {
|
|
37455
36889
|
"$ref": "#/components/schemas/ACLAction"
|
|
37456
36890
|
},
|
|
37457
36891
|
"type": "array"
|
|
37458
36892
|
},
|
|
37459
|
-
"
|
|
36893
|
+
"webhook-event": {
|
|
37460
36894
|
"items": {
|
|
37461
36895
|
"$ref": "#/components/schemas/ACLAction"
|
|
37462
36896
|
},
|
|
37463
36897
|
"type": "array"
|
|
37464
36898
|
},
|
|
37465
|
-
"
|
|
36899
|
+
"endpointVerification": {
|
|
37466
36900
|
"items": {
|
|
37467
36901
|
"$ref": "#/components/schemas/ACLAction"
|
|
37468
36902
|
},
|
|
37469
36903
|
"type": "array"
|
|
37470
36904
|
},
|
|
37471
|
-
"
|
|
36905
|
+
"projectTransferIn": {
|
|
37472
36906
|
"items": {
|
|
37473
36907
|
"$ref": "#/components/schemas/ACLAction"
|
|
37474
36908
|
},
|
|
37475
36909
|
"type": "array"
|
|
37476
36910
|
},
|
|
37477
|
-
"
|
|
36911
|
+
"oauth2Application": {
|
|
37478
36912
|
"items": {
|
|
37479
36913
|
"$ref": "#/components/schemas/ACLAction"
|
|
37480
36914
|
},
|
|
37481
36915
|
"type": "array"
|
|
37482
36916
|
},
|
|
37483
|
-
"
|
|
36917
|
+
"vercelRun": {
|
|
37484
36918
|
"items": {
|
|
37485
36919
|
"$ref": "#/components/schemas/ACLAction"
|
|
37486
36920
|
},
|
|
37487
36921
|
"type": "array"
|
|
37488
36922
|
},
|
|
37489
|
-
"
|
|
36923
|
+
"vercelRunExec": {
|
|
37490
36924
|
"items": {
|
|
37491
36925
|
"$ref": "#/components/schemas/ACLAction"
|
|
37492
36926
|
},
|
|
37493
36927
|
"type": "array"
|
|
37494
36928
|
},
|
|
37495
|
-
"
|
|
36929
|
+
"apiKey": {
|
|
37496
36930
|
"items": {
|
|
37497
36931
|
"$ref": "#/components/schemas/ACLAction"
|
|
37498
36932
|
},
|
|
37499
36933
|
"type": "array"
|
|
37500
36934
|
},
|
|
37501
|
-
"
|
|
36935
|
+
"apiKeyOwnedBySelf": {
|
|
37502
36936
|
"items": {
|
|
37503
36937
|
"$ref": "#/components/schemas/ACLAction"
|
|
37504
36938
|
},
|
|
37505
36939
|
"type": "array"
|
|
37506
36940
|
},
|
|
37507
|
-
"
|
|
36941
|
+
"aliasProject": {
|
|
37508
36942
|
"items": {
|
|
37509
36943
|
"$ref": "#/components/schemas/ACLAction"
|
|
37510
36944
|
},
|
|
37511
36945
|
"type": "array"
|
|
37512
36946
|
},
|
|
37513
|
-
"
|
|
36947
|
+
"aliasProtectionBypass": {
|
|
37514
36948
|
"items": {
|
|
37515
36949
|
"$ref": "#/components/schemas/ACLAction"
|
|
37516
36950
|
},
|
|
37517
36951
|
"type": "array"
|
|
37518
36952
|
},
|
|
37519
|
-
"
|
|
36953
|
+
"buildMachine": {
|
|
37520
36954
|
"items": {
|
|
37521
36955
|
"$ref": "#/components/schemas/ACLAction"
|
|
37522
36956
|
},
|
|
37523
36957
|
"type": "array"
|
|
37524
36958
|
},
|
|
37525
|
-
"
|
|
36959
|
+
"productionAliasProtectionBypass": {
|
|
37526
36960
|
"items": {
|
|
37527
36961
|
"$ref": "#/components/schemas/ACLAction"
|
|
37528
36962
|
},
|
|
37529
36963
|
"type": "array"
|
|
37530
36964
|
},
|
|
37531
|
-
"
|
|
36965
|
+
"connectConfigurationLink": {
|
|
37532
36966
|
"items": {
|
|
37533
36967
|
"$ref": "#/components/schemas/ACLAction"
|
|
37534
36968
|
},
|
|
37535
36969
|
"type": "array"
|
|
37536
36970
|
},
|
|
37537
|
-
"
|
|
36971
|
+
"dataCacheNamespace": {
|
|
37538
36972
|
"items": {
|
|
37539
36973
|
"$ref": "#/components/schemas/ACLAction"
|
|
37540
36974
|
},
|
|
37541
36975
|
"type": "array"
|
|
37542
36976
|
},
|
|
37543
|
-
"
|
|
36977
|
+
"deployment": {
|
|
37544
36978
|
"items": {
|
|
37545
36979
|
"$ref": "#/components/schemas/ACLAction"
|
|
37546
36980
|
},
|
|
37547
36981
|
"type": "array"
|
|
37548
36982
|
},
|
|
37549
|
-
"
|
|
36983
|
+
"deploymentBuildLogs": {
|
|
37550
36984
|
"items": {
|
|
37551
36985
|
"$ref": "#/components/schemas/ACLAction"
|
|
37552
36986
|
},
|
|
37553
36987
|
"type": "array"
|
|
37554
36988
|
},
|
|
37555
|
-
"
|
|
36989
|
+
"deploymentCheck": {
|
|
37556
36990
|
"items": {
|
|
37557
36991
|
"$ref": "#/components/schemas/ACLAction"
|
|
37558
36992
|
},
|
|
37559
36993
|
"type": "array"
|
|
37560
36994
|
},
|
|
37561
|
-
"
|
|
36995
|
+
"deploymentCheckPreview": {
|
|
37562
36996
|
"items": {
|
|
37563
36997
|
"$ref": "#/components/schemas/ACLAction"
|
|
37564
36998
|
},
|
|
37565
36999
|
"type": "array"
|
|
37566
37000
|
},
|
|
37567
|
-
"
|
|
37001
|
+
"deploymentCheckReRunFromProductionBranch": {
|
|
37568
37002
|
"items": {
|
|
37569
37003
|
"$ref": "#/components/schemas/ACLAction"
|
|
37570
37004
|
},
|
|
37571
37005
|
"type": "array"
|
|
37572
37006
|
},
|
|
37573
|
-
"
|
|
37007
|
+
"deploymentProductionGit": {
|
|
37574
37008
|
"items": {
|
|
37575
37009
|
"$ref": "#/components/schemas/ACLAction"
|
|
37576
37010
|
},
|
|
37577
37011
|
"type": "array"
|
|
37578
37012
|
},
|
|
37579
|
-
"
|
|
37013
|
+
"deploymentV0": {
|
|
37580
37014
|
"items": {
|
|
37581
37015
|
"$ref": "#/components/schemas/ACLAction"
|
|
37582
37016
|
},
|
|
37583
37017
|
"type": "array"
|
|
37584
37018
|
},
|
|
37585
|
-
"
|
|
37019
|
+
"deploymentPreview": {
|
|
37586
37020
|
"items": {
|
|
37587
37021
|
"$ref": "#/components/schemas/ACLAction"
|
|
37588
37022
|
},
|
|
37589
37023
|
"type": "array"
|
|
37590
37024
|
},
|
|
37591
|
-
"
|
|
37025
|
+
"deploymentPrivate": {
|
|
37592
37026
|
"items": {
|
|
37593
37027
|
"$ref": "#/components/schemas/ACLAction"
|
|
37594
37028
|
},
|
|
37595
37029
|
"type": "array"
|
|
37596
37030
|
},
|
|
37597
|
-
"
|
|
37031
|
+
"deploymentPromote": {
|
|
37598
37032
|
"items": {
|
|
37599
37033
|
"$ref": "#/components/schemas/ACLAction"
|
|
37600
37034
|
},
|
|
37601
37035
|
"type": "array"
|
|
37602
37036
|
},
|
|
37603
|
-
"
|
|
37037
|
+
"deploymentRollback": {
|
|
37604
37038
|
"items": {
|
|
37605
37039
|
"$ref": "#/components/schemas/ACLAction"
|
|
37606
37040
|
},
|
|
37607
37041
|
"type": "array"
|
|
37608
37042
|
},
|
|
37609
|
-
"
|
|
37043
|
+
"edgeCacheNamespace": {
|
|
37610
37044
|
"items": {
|
|
37611
37045
|
"$ref": "#/components/schemas/ACLAction"
|
|
37612
37046
|
},
|
|
37613
37047
|
"type": "array"
|
|
37614
37048
|
},
|
|
37615
|
-
"
|
|
37049
|
+
"environments": {
|
|
37616
37050
|
"items": {
|
|
37617
37051
|
"$ref": "#/components/schemas/ACLAction"
|
|
37618
37052
|
},
|
|
37619
37053
|
"type": "array"
|
|
37620
37054
|
},
|
|
37621
|
-
"
|
|
37055
|
+
"logs": {
|
|
37622
37056
|
"items": {
|
|
37623
37057
|
"$ref": "#/components/schemas/ACLAction"
|
|
37624
37058
|
},
|
|
37625
37059
|
"type": "array"
|
|
37626
37060
|
},
|
|
37627
|
-
"
|
|
37061
|
+
"logsPreset": {
|
|
37628
37062
|
"items": {
|
|
37629
37063
|
"$ref": "#/components/schemas/ACLAction"
|
|
37630
37064
|
},
|
|
37631
37065
|
"type": "array"
|
|
37632
37066
|
},
|
|
37633
|
-
"
|
|
37067
|
+
"passwordProtection": {
|
|
37634
37068
|
"items": {
|
|
37635
37069
|
"$ref": "#/components/schemas/ACLAction"
|
|
37636
37070
|
},
|
|
37637
37071
|
"type": "array"
|
|
37638
37072
|
},
|
|
37639
|
-
"
|
|
37073
|
+
"optionsAllowlist": {
|
|
37640
37074
|
"items": {
|
|
37641
37075
|
"$ref": "#/components/schemas/ACLAction"
|
|
37642
37076
|
},
|
|
37643
37077
|
"type": "array"
|
|
37644
37078
|
},
|
|
37645
|
-
"
|
|
37079
|
+
"job": {
|
|
37646
37080
|
"items": {
|
|
37647
37081
|
"$ref": "#/components/schemas/ACLAction"
|
|
37648
37082
|
},
|
|
37649
37083
|
"type": "array"
|
|
37650
37084
|
},
|
|
37651
|
-
"
|
|
37085
|
+
"observabilityData": {
|
|
37652
37086
|
"items": {
|
|
37653
37087
|
"$ref": "#/components/schemas/ACLAction"
|
|
37654
37088
|
},
|
|
37655
37089
|
"type": "array"
|
|
37656
37090
|
},
|
|
37657
|
-
"
|
|
37091
|
+
"onDemandBuild": {
|
|
37658
37092
|
"items": {
|
|
37659
37093
|
"$ref": "#/components/schemas/ACLAction"
|
|
37660
37094
|
},
|
|
37661
37095
|
"type": "array"
|
|
37662
37096
|
},
|
|
37663
|
-
"
|
|
37097
|
+
"onDemandConcurrency": {
|
|
37664
37098
|
"items": {
|
|
37665
37099
|
"$ref": "#/components/schemas/ACLAction"
|
|
37666
37100
|
},
|
|
37667
37101
|
"type": "array"
|
|
37668
37102
|
},
|
|
37669
|
-
"
|
|
37103
|
+
"project": {
|
|
37670
37104
|
"items": {
|
|
37671
37105
|
"$ref": "#/components/schemas/ACLAction"
|
|
37672
37106
|
},
|
|
37673
37107
|
"type": "array"
|
|
37674
37108
|
},
|
|
37675
|
-
"
|
|
37109
|
+
"projectFromV0": {
|
|
37676
37110
|
"items": {
|
|
37677
37111
|
"$ref": "#/components/schemas/ACLAction"
|
|
37678
37112
|
},
|
|
37679
37113
|
"type": "array"
|
|
37680
37114
|
},
|
|
37681
|
-
"
|
|
37115
|
+
"projectAccessGroup": {
|
|
37682
37116
|
"items": {
|
|
37683
37117
|
"$ref": "#/components/schemas/ACLAction"
|
|
37684
37118
|
},
|
|
37685
37119
|
"type": "array"
|
|
37686
37120
|
},
|
|
37687
|
-
"
|
|
37121
|
+
"projectAnalyticsSampling": {
|
|
37688
37122
|
"items": {
|
|
37689
37123
|
"$ref": "#/components/schemas/ACLAction"
|
|
37690
37124
|
},
|
|
37691
37125
|
"type": "array"
|
|
37692
37126
|
},
|
|
37693
|
-
"
|
|
37127
|
+
"projectCheck": {
|
|
37694
37128
|
"items": {
|
|
37695
37129
|
"$ref": "#/components/schemas/ACLAction"
|
|
37696
37130
|
},
|
|
37697
37131
|
"type": "array"
|
|
37698
37132
|
},
|
|
37699
|
-
"
|
|
37133
|
+
"projectCheckRun": {
|
|
37700
37134
|
"items": {
|
|
37701
37135
|
"$ref": "#/components/schemas/ACLAction"
|
|
37702
37136
|
},
|
|
37703
37137
|
"type": "array"
|
|
37704
37138
|
},
|
|
37705
|
-
"
|
|
37139
|
+
"projectDeploymentHook": {
|
|
37706
37140
|
"items": {
|
|
37707
37141
|
"$ref": "#/components/schemas/ACLAction"
|
|
37708
37142
|
},
|
|
37709
37143
|
"type": "array"
|
|
37710
37144
|
},
|
|
37711
|
-
"
|
|
37145
|
+
"projectDomain": {
|
|
37712
37146
|
"items": {
|
|
37713
37147
|
"$ref": "#/components/schemas/ACLAction"
|
|
37714
37148
|
},
|
|
37715
37149
|
"type": "array"
|
|
37716
37150
|
},
|
|
37717
|
-
"
|
|
37151
|
+
"projectDomainMove": {
|
|
37718
37152
|
"items": {
|
|
37719
37153
|
"$ref": "#/components/schemas/ACLAction"
|
|
37720
37154
|
},
|
|
37721
37155
|
"type": "array"
|
|
37722
37156
|
},
|
|
37723
|
-
"
|
|
37157
|
+
"projectDomainCheckConfig": {
|
|
37724
37158
|
"items": {
|
|
37725
37159
|
"$ref": "#/components/schemas/ACLAction"
|
|
37726
37160
|
},
|
|
37727
37161
|
"type": "array"
|
|
37728
37162
|
},
|
|
37729
|
-
"
|
|
37163
|
+
"projectEnvVars": {
|
|
37730
37164
|
"items": {
|
|
37731
37165
|
"$ref": "#/components/schemas/ACLAction"
|
|
37732
37166
|
},
|
|
37733
37167
|
"type": "array"
|
|
37734
37168
|
},
|
|
37735
|
-
"
|
|
37169
|
+
"projectEnvVarsProduction": {
|
|
37736
37170
|
"items": {
|
|
37737
37171
|
"$ref": "#/components/schemas/ACLAction"
|
|
37738
37172
|
},
|
|
37739
37173
|
"type": "array"
|
|
37740
37174
|
},
|
|
37741
|
-
"
|
|
37175
|
+
"projectEnvVarsUnownedByIntegration": {
|
|
37742
37176
|
"items": {
|
|
37743
37177
|
"$ref": "#/components/schemas/ACLAction"
|
|
37744
37178
|
},
|
|
37745
37179
|
"type": "array"
|
|
37746
37180
|
},
|
|
37747
|
-
"
|
|
37181
|
+
"projectFlags": {
|
|
37748
37182
|
"items": {
|
|
37749
37183
|
"$ref": "#/components/schemas/ACLAction"
|
|
37750
37184
|
},
|
|
37751
37185
|
"type": "array"
|
|
37752
37186
|
},
|
|
37753
|
-
"
|
|
37187
|
+
"projectId": {
|
|
37754
37188
|
"items": {
|
|
37755
37189
|
"$ref": "#/components/schemas/ACLAction"
|
|
37756
37190
|
},
|
|
37757
37191
|
"type": "array"
|
|
37758
37192
|
},
|
|
37759
|
-
"
|
|
37193
|
+
"projectIntegrationConfiguration": {
|
|
37760
37194
|
"items": {
|
|
37761
37195
|
"$ref": "#/components/schemas/ACLAction"
|
|
37762
37196
|
},
|
|
37763
37197
|
"type": "array"
|
|
37764
37198
|
},
|
|
37765
|
-
"
|
|
37199
|
+
"projectLink": {
|
|
37766
37200
|
"items": {
|
|
37767
37201
|
"$ref": "#/components/schemas/ACLAction"
|
|
37768
37202
|
},
|
|
37769
37203
|
"type": "array"
|
|
37770
37204
|
},
|
|
37771
|
-
"
|
|
37205
|
+
"projectMember": {
|
|
37772
37206
|
"items": {
|
|
37773
37207
|
"$ref": "#/components/schemas/ACLAction"
|
|
37774
37208
|
},
|
|
37775
37209
|
"type": "array"
|
|
37776
37210
|
},
|
|
37777
|
-
"
|
|
37211
|
+
"projectMonitoring": {
|
|
37778
37212
|
"items": {
|
|
37779
37213
|
"$ref": "#/components/schemas/ACLAction"
|
|
37780
37214
|
},
|
|
37781
37215
|
"type": "array"
|
|
37782
37216
|
},
|
|
37783
|
-
"
|
|
37217
|
+
"projectPermissions": {
|
|
37784
37218
|
"items": {
|
|
37785
37219
|
"$ref": "#/components/schemas/ACLAction"
|
|
37786
37220
|
},
|
|
37787
37221
|
"type": "array"
|
|
37788
37222
|
},
|
|
37789
|
-
"
|
|
37223
|
+
"projectProductionBranch": {
|
|
37790
37224
|
"items": {
|
|
37791
37225
|
"$ref": "#/components/schemas/ACLAction"
|
|
37792
37226
|
},
|
|
37793
37227
|
"type": "array"
|
|
37794
37228
|
},
|
|
37795
|
-
"
|
|
37229
|
+
"projectTransfer": {
|
|
37796
37230
|
"items": {
|
|
37797
37231
|
"$ref": "#/components/schemas/ACLAction"
|
|
37798
37232
|
},
|
|
37799
37233
|
"type": "array"
|
|
37800
37234
|
},
|
|
37801
|
-
"
|
|
37235
|
+
"projectTransferOut": {
|
|
37802
37236
|
"items": {
|
|
37803
37237
|
"$ref": "#/components/schemas/ACLAction"
|
|
37804
37238
|
},
|
|
37805
37239
|
"type": "array"
|
|
37806
37240
|
},
|
|
37807
|
-
"
|
|
37241
|
+
"projectProtectionBypass": {
|
|
37808
37242
|
"items": {
|
|
37809
37243
|
"$ref": "#/components/schemas/ACLAction"
|
|
37810
37244
|
},
|
|
37811
37245
|
"type": "array"
|
|
37812
37246
|
},
|
|
37813
|
-
"
|
|
37247
|
+
"projectUsage": {
|
|
37814
37248
|
"items": {
|
|
37815
37249
|
"$ref": "#/components/schemas/ACLAction"
|
|
37816
37250
|
},
|
|
37817
37251
|
"type": "array"
|
|
37818
37252
|
},
|
|
37819
|
-
"
|
|
37253
|
+
"projectAnalyticsUsage": {
|
|
37820
37254
|
"items": {
|
|
37821
37255
|
"$ref": "#/components/schemas/ACLAction"
|
|
37822
37256
|
},
|
|
37823
37257
|
"type": "array"
|
|
37824
37258
|
},
|
|
37825
|
-
"
|
|
37259
|
+
"projectSupportCase": {
|
|
37826
37260
|
"items": {
|
|
37827
37261
|
"$ref": "#/components/schemas/ACLAction"
|
|
37828
37262
|
},
|
|
37829
37263
|
"type": "array"
|
|
37830
37264
|
},
|
|
37831
|
-
"
|
|
37265
|
+
"projectSupportCaseComment": {
|
|
37832
37266
|
"items": {
|
|
37833
37267
|
"$ref": "#/components/schemas/ACLAction"
|
|
37834
37268
|
},
|
|
37835
37269
|
"type": "array"
|
|
37836
37270
|
},
|
|
37837
|
-
"
|
|
37271
|
+
"projectDeploymentExpiration": {
|
|
37838
37272
|
"items": {
|
|
37839
37273
|
"$ref": "#/components/schemas/ACLAction"
|
|
37840
37274
|
},
|
|
37841
37275
|
"type": "array"
|
|
37842
37276
|
},
|
|
37843
|
-
"
|
|
37277
|
+
"projectRollingRelease": {
|
|
37844
37278
|
"items": {
|
|
37845
37279
|
"$ref": "#/components/schemas/ACLAction"
|
|
37846
37280
|
},
|
|
37847
37281
|
"type": "array"
|
|
37848
37282
|
},
|
|
37849
|
-
"
|
|
37283
|
+
"projectTier": {
|
|
37850
37284
|
"items": {
|
|
37851
37285
|
"$ref": "#/components/schemas/ACLAction"
|
|
37852
37286
|
},
|
|
37853
37287
|
"type": "array"
|
|
37854
37288
|
},
|
|
37855
|
-
"
|
|
37289
|
+
"projectOIDCToken": {
|
|
37856
37290
|
"items": {
|
|
37857
37291
|
"$ref": "#/components/schemas/ACLAction"
|
|
37858
37292
|
},
|
|
37859
37293
|
"type": "array"
|
|
37860
37294
|
},
|
|
37861
|
-
"
|
|
37295
|
+
"seawallConfig": {
|
|
37862
37296
|
"items": {
|
|
37863
37297
|
"$ref": "#/components/schemas/ACLAction"
|
|
37864
37298
|
},
|
|
37865
37299
|
"type": "array"
|
|
37866
37300
|
},
|
|
37867
|
-
"
|
|
37301
|
+
"skewProtection": {
|
|
37868
37302
|
"items": {
|
|
37869
37303
|
"$ref": "#/components/schemas/ACLAction"
|
|
37870
37304
|
},
|
|
37871
37305
|
"type": "array"
|
|
37872
37306
|
},
|
|
37873
|
-
"
|
|
37307
|
+
"analytics": {
|
|
37874
37308
|
"items": {
|
|
37875
37309
|
"$ref": "#/components/schemas/ACLAction"
|
|
37876
37310
|
},
|
|
37877
37311
|
"type": "array"
|
|
37878
37312
|
},
|
|
37879
|
-
"
|
|
37313
|
+
"trustedIps": {
|
|
37880
37314
|
"items": {
|
|
37881
37315
|
"$ref": "#/components/schemas/ACLAction"
|
|
37882
37316
|
},
|
|
37883
37317
|
"type": "array"
|
|
37884
37318
|
},
|
|
37885
|
-
"
|
|
37319
|
+
"webAnalytics": {
|
|
37886
37320
|
"items": {
|
|
37887
37321
|
"$ref": "#/components/schemas/ACLAction"
|
|
37888
37322
|
},
|
|
37889
37323
|
"type": "array"
|
|
37890
37324
|
},
|
|
37891
|
-
"
|
|
37325
|
+
"sharedEnvVarConnection": {
|
|
37326
|
+
"items": {
|
|
37327
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
37328
|
+
},
|
|
37329
|
+
"type": "array"
|
|
37330
|
+
},
|
|
37331
|
+
"sonar": {
|
|
37892
37332
|
"items": {
|
|
37893
37333
|
"$ref": "#/components/schemas/ACLAction"
|
|
37894
37334
|
},
|
|
@@ -38014,11 +37454,11 @@
|
|
|
38014
37454
|
"deploymentType": {
|
|
38015
37455
|
"type": "string",
|
|
38016
37456
|
"enum": [
|
|
38017
|
-
"preview",
|
|
38018
|
-
"production",
|
|
38019
37457
|
"all",
|
|
37458
|
+
"preview",
|
|
38020
37459
|
"prod_deployment_urls_and_all_previews",
|
|
38021
|
-
"all_except_custom_domains"
|
|
37460
|
+
"all_except_custom_domains",
|
|
37461
|
+
"production"
|
|
38022
37462
|
]
|
|
38023
37463
|
},
|
|
38024
37464
|
"addresses": {
|
|
@@ -38058,11 +37498,11 @@
|
|
|
38058
37498
|
"deploymentType": {
|
|
38059
37499
|
"type": "string",
|
|
38060
37500
|
"enum": [
|
|
38061
|
-
"preview",
|
|
38062
|
-
"production",
|
|
38063
37501
|
"all",
|
|
37502
|
+
"preview",
|
|
38064
37503
|
"prod_deployment_urls_and_all_previews",
|
|
38065
|
-
"all_except_custom_domains"
|
|
37504
|
+
"all_except_custom_domains",
|
|
37505
|
+
"production"
|
|
38066
37506
|
]
|
|
38067
37507
|
}
|
|
38068
37508
|
},
|
|
@@ -38160,298 +37600,6 @@
|
|
|
38160
37600
|
"firewallConfigVersion": {
|
|
38161
37601
|
"type": "number"
|
|
38162
37602
|
},
|
|
38163
|
-
"firewallRoutes": {
|
|
38164
|
-
"items": {
|
|
38165
|
-
"properties": {
|
|
38166
|
-
"src": {
|
|
38167
|
-
"oneOf": [
|
|
38168
|
-
{
|
|
38169
|
-
"type": "string"
|
|
38170
|
-
},
|
|
38171
|
-
{
|
|
38172
|
-
"properties": {
|
|
38173
|
-
"re": {
|
|
38174
|
-
"type": "string"
|
|
38175
|
-
},
|
|
38176
|
-
"eq": {
|
|
38177
|
-
"type": "string"
|
|
38178
|
-
},
|
|
38179
|
-
"neq": {
|
|
38180
|
-
"type": "string"
|
|
38181
|
-
},
|
|
38182
|
-
"inc": {
|
|
38183
|
-
"items": {
|
|
38184
|
-
"type": "string"
|
|
38185
|
-
},
|
|
38186
|
-
"type": "array"
|
|
38187
|
-
},
|
|
38188
|
-
"ninc": {
|
|
38189
|
-
"items": {
|
|
38190
|
-
"type": "string"
|
|
38191
|
-
},
|
|
38192
|
-
"type": "array"
|
|
38193
|
-
},
|
|
38194
|
-
"pre": {
|
|
38195
|
-
"type": "string"
|
|
38196
|
-
},
|
|
38197
|
-
"suf": {
|
|
38198
|
-
"type": "string"
|
|
38199
|
-
},
|
|
38200
|
-
"gt": {
|
|
38201
|
-
"type": "number"
|
|
38202
|
-
},
|
|
38203
|
-
"gte": {
|
|
38204
|
-
"type": "number"
|
|
38205
|
-
},
|
|
38206
|
-
"lt": {
|
|
38207
|
-
"type": "number"
|
|
38208
|
-
},
|
|
38209
|
-
"lte": {
|
|
38210
|
-
"type": "number"
|
|
38211
|
-
}
|
|
38212
|
-
},
|
|
38213
|
-
"type": "object"
|
|
38214
|
-
}
|
|
38215
|
-
]
|
|
38216
|
-
},
|
|
38217
|
-
"has": {
|
|
38218
|
-
"items": {
|
|
38219
|
-
"properties": {
|
|
38220
|
-
"type": {
|
|
38221
|
-
"type": "string",
|
|
38222
|
-
"enum": [
|
|
38223
|
-
"path",
|
|
38224
|
-
"host",
|
|
38225
|
-
"method",
|
|
38226
|
-
"header",
|
|
38227
|
-
"cookie",
|
|
38228
|
-
"query",
|
|
38229
|
-
"ip_address",
|
|
38230
|
-
"protocol",
|
|
38231
|
-
"scheme",
|
|
38232
|
-
"environment",
|
|
38233
|
-
"region",
|
|
38234
|
-
"initial_request_path"
|
|
38235
|
-
]
|
|
38236
|
-
},
|
|
38237
|
-
"key": {
|
|
38238
|
-
"type": "string"
|
|
38239
|
-
},
|
|
38240
|
-
"value": {
|
|
38241
|
-
"oneOf": [
|
|
38242
|
-
{
|
|
38243
|
-
"type": "string"
|
|
38244
|
-
},
|
|
38245
|
-
{
|
|
38246
|
-
"properties": {
|
|
38247
|
-
"re": {
|
|
38248
|
-
"type": "string"
|
|
38249
|
-
},
|
|
38250
|
-
"eq": {
|
|
38251
|
-
"type": "string"
|
|
38252
|
-
},
|
|
38253
|
-
"neq": {
|
|
38254
|
-
"type": "string"
|
|
38255
|
-
},
|
|
38256
|
-
"inc": {
|
|
38257
|
-
"items": {
|
|
38258
|
-
"type": "string"
|
|
38259
|
-
},
|
|
38260
|
-
"type": "array"
|
|
38261
|
-
},
|
|
38262
|
-
"ninc": {
|
|
38263
|
-
"items": {
|
|
38264
|
-
"type": "string"
|
|
38265
|
-
},
|
|
38266
|
-
"type": "array"
|
|
38267
|
-
},
|
|
38268
|
-
"pre": {
|
|
38269
|
-
"type": "string"
|
|
38270
|
-
},
|
|
38271
|
-
"suf": {
|
|
38272
|
-
"type": "string"
|
|
38273
|
-
},
|
|
38274
|
-
"gt": {
|
|
38275
|
-
"type": "number"
|
|
38276
|
-
},
|
|
38277
|
-
"gte": {
|
|
38278
|
-
"type": "number"
|
|
38279
|
-
},
|
|
38280
|
-
"lt": {
|
|
38281
|
-
"type": "number"
|
|
38282
|
-
},
|
|
38283
|
-
"lte": {
|
|
38284
|
-
"type": "number"
|
|
38285
|
-
}
|
|
38286
|
-
},
|
|
38287
|
-
"type": "object"
|
|
38288
|
-
}
|
|
38289
|
-
]
|
|
38290
|
-
}
|
|
38291
|
-
},
|
|
38292
|
-
"required": [
|
|
38293
|
-
"type"
|
|
38294
|
-
],
|
|
38295
|
-
"type": "object"
|
|
38296
|
-
},
|
|
38297
|
-
"type": "array"
|
|
38298
|
-
},
|
|
38299
|
-
"missing": {
|
|
38300
|
-
"items": {
|
|
38301
|
-
"properties": {
|
|
38302
|
-
"type": {
|
|
38303
|
-
"type": "string",
|
|
38304
|
-
"enum": [
|
|
38305
|
-
"path",
|
|
38306
|
-
"host",
|
|
38307
|
-
"method",
|
|
38308
|
-
"header",
|
|
38309
|
-
"cookie",
|
|
38310
|
-
"query",
|
|
38311
|
-
"ip_address",
|
|
38312
|
-
"protocol",
|
|
38313
|
-
"scheme",
|
|
38314
|
-
"environment",
|
|
38315
|
-
"region",
|
|
38316
|
-
"initial_request_path"
|
|
38317
|
-
]
|
|
38318
|
-
},
|
|
38319
|
-
"key": {
|
|
38320
|
-
"type": "string"
|
|
38321
|
-
},
|
|
38322
|
-
"value": {
|
|
38323
|
-
"oneOf": [
|
|
38324
|
-
{
|
|
38325
|
-
"type": "string"
|
|
38326
|
-
},
|
|
38327
|
-
{
|
|
38328
|
-
"properties": {
|
|
38329
|
-
"re": {
|
|
38330
|
-
"type": "string"
|
|
38331
|
-
},
|
|
38332
|
-
"eq": {
|
|
38333
|
-
"type": "string"
|
|
38334
|
-
},
|
|
38335
|
-
"neq": {
|
|
38336
|
-
"type": "string"
|
|
38337
|
-
},
|
|
38338
|
-
"inc": {
|
|
38339
|
-
"items": {
|
|
38340
|
-
"type": "string"
|
|
38341
|
-
},
|
|
38342
|
-
"type": "array"
|
|
38343
|
-
},
|
|
38344
|
-
"ninc": {
|
|
38345
|
-
"items": {
|
|
38346
|
-
"type": "string"
|
|
38347
|
-
},
|
|
38348
|
-
"type": "array"
|
|
38349
|
-
},
|
|
38350
|
-
"pre": {
|
|
38351
|
-
"type": "string"
|
|
38352
|
-
},
|
|
38353
|
-
"suf": {
|
|
38354
|
-
"type": "string"
|
|
38355
|
-
},
|
|
38356
|
-
"gt": {
|
|
38357
|
-
"type": "number"
|
|
38358
|
-
},
|
|
38359
|
-
"gte": {
|
|
38360
|
-
"type": "number"
|
|
38361
|
-
},
|
|
38362
|
-
"lt": {
|
|
38363
|
-
"type": "number"
|
|
38364
|
-
},
|
|
38365
|
-
"lte": {
|
|
38366
|
-
"type": "number"
|
|
38367
|
-
}
|
|
38368
|
-
},
|
|
38369
|
-
"type": "object"
|
|
38370
|
-
}
|
|
38371
|
-
]
|
|
38372
|
-
}
|
|
38373
|
-
},
|
|
38374
|
-
"required": [
|
|
38375
|
-
"type"
|
|
38376
|
-
],
|
|
38377
|
-
"type": "object"
|
|
38378
|
-
},
|
|
38379
|
-
"type": "array"
|
|
38380
|
-
},
|
|
38381
|
-
"dest": {
|
|
38382
|
-
"type": "string"
|
|
38383
|
-
},
|
|
38384
|
-
"status": {
|
|
38385
|
-
"type": "number"
|
|
38386
|
-
},
|
|
38387
|
-
"handle": {
|
|
38388
|
-
"type": "string",
|
|
38389
|
-
"enum": [
|
|
38390
|
-
"init",
|
|
38391
|
-
"finalize"
|
|
38392
|
-
]
|
|
38393
|
-
},
|
|
38394
|
-
"mitigate": {
|
|
38395
|
-
"properties": {
|
|
38396
|
-
"action": {
|
|
38397
|
-
"type": "string",
|
|
38398
|
-
"enum": [
|
|
38399
|
-
"deny",
|
|
38400
|
-
"challenge",
|
|
38401
|
-
"log",
|
|
38402
|
-
"bypass",
|
|
38403
|
-
"rate_limit",
|
|
38404
|
-
"redirect"
|
|
38405
|
-
]
|
|
38406
|
-
},
|
|
38407
|
-
"rule_id": {
|
|
38408
|
-
"type": "string"
|
|
38409
|
-
},
|
|
38410
|
-
"ttl": {
|
|
38411
|
-
"type": "number"
|
|
38412
|
-
},
|
|
38413
|
-
"erl": {
|
|
38414
|
-
"properties": {
|
|
38415
|
-
"algo": {
|
|
38416
|
-
"type": "string",
|
|
38417
|
-
"enum": [
|
|
38418
|
-
"fixed_window",
|
|
38419
|
-
"token_bucket"
|
|
38420
|
-
]
|
|
38421
|
-
},
|
|
38422
|
-
"window": {
|
|
38423
|
-
"type": "number"
|
|
38424
|
-
},
|
|
38425
|
-
"limit": {
|
|
38426
|
-
"type": "number"
|
|
38427
|
-
},
|
|
38428
|
-
"keys": {
|
|
38429
|
-
"items": {
|
|
38430
|
-
"type": "string"
|
|
38431
|
-
},
|
|
38432
|
-
"type": "array"
|
|
38433
|
-
}
|
|
38434
|
-
},
|
|
38435
|
-
"required": [
|
|
38436
|
-
"algo",
|
|
38437
|
-
"window",
|
|
38438
|
-
"limit",
|
|
38439
|
-
"keys"
|
|
38440
|
-
],
|
|
38441
|
-
"type": "object"
|
|
38442
|
-
}
|
|
38443
|
-
},
|
|
38444
|
-
"required": [
|
|
38445
|
-
"action",
|
|
38446
|
-
"rule_id"
|
|
38447
|
-
],
|
|
38448
|
-
"type": "object"
|
|
38449
|
-
}
|
|
38450
|
-
},
|
|
38451
|
-
"type": "object"
|
|
38452
|
-
},
|
|
38453
|
-
"type": "array"
|
|
38454
|
-
},
|
|
38455
37603
|
"firewallSeawallEnabled": {
|
|
38456
37604
|
"type": "boolean"
|
|
38457
37605
|
},
|
|
@@ -38478,9 +37626,9 @@
|
|
|
38478
37626
|
"action": {
|
|
38479
37627
|
"type": "string",
|
|
38480
37628
|
"enum": [
|
|
38481
|
-
"
|
|
37629
|
+
"log",
|
|
38482
37630
|
"challenge",
|
|
38483
|
-
"
|
|
37631
|
+
"deny"
|
|
38484
37632
|
]
|
|
38485
37633
|
}
|
|
38486
37634
|
},
|
|
@@ -38497,9 +37645,9 @@
|
|
|
38497
37645
|
"action": {
|
|
38498
37646
|
"type": "string",
|
|
38499
37647
|
"enum": [
|
|
38500
|
-
"
|
|
37648
|
+
"log",
|
|
38501
37649
|
"challenge",
|
|
38502
|
-
"
|
|
37650
|
+
"deny"
|
|
38503
37651
|
]
|
|
38504
37652
|
}
|
|
38505
37653
|
},
|
|
@@ -38516,9 +37664,9 @@
|
|
|
38516
37664
|
"action": {
|
|
38517
37665
|
"type": "string",
|
|
38518
37666
|
"enum": [
|
|
38519
|
-
"
|
|
37667
|
+
"log",
|
|
38520
37668
|
"challenge",
|
|
38521
|
-
"
|
|
37669
|
+
"deny"
|
|
38522
37670
|
]
|
|
38523
37671
|
}
|
|
38524
37672
|
},
|
|
@@ -39324,10 +38472,10 @@
|
|
|
39324
38472
|
"type": "string",
|
|
39325
38473
|
"enum": [
|
|
39326
38474
|
"system",
|
|
38475
|
+
"secret",
|
|
39327
38476
|
"encrypted",
|
|
39328
38477
|
"plain",
|
|
39329
|
-
"sensitive"
|
|
39330
|
-
"secret"
|
|
38478
|
+
"sensitive"
|
|
39331
38479
|
]
|
|
39332
38480
|
},
|
|
39333
38481
|
"sunsetSecretId": {
|
|
@@ -40323,18 +39471,18 @@
|
|
|
40323
39471
|
"github-limited"
|
|
40324
39472
|
]
|
|
40325
39473
|
},
|
|
40326
|
-
"repo": {
|
|
40327
|
-
"type": "string"
|
|
40328
|
-
},
|
|
40329
|
-
"repoId": {
|
|
40330
|
-
"type": "number"
|
|
40331
|
-
},
|
|
40332
39474
|
"updatedAt": {
|
|
40333
39475
|
"type": "number"
|
|
40334
39476
|
},
|
|
40335
39477
|
"createdAt": {
|
|
40336
39478
|
"type": "number"
|
|
40337
39479
|
},
|
|
39480
|
+
"repo": {
|
|
39481
|
+
"type": "string"
|
|
39482
|
+
},
|
|
39483
|
+
"sourceless": {
|
|
39484
|
+
"type": "boolean"
|
|
39485
|
+
},
|
|
40338
39486
|
"org": {
|
|
40339
39487
|
"type": "string"
|
|
40340
39488
|
},
|
|
@@ -40342,6 +39490,9 @@
|
|
|
40342
39490
|
"type": "number",
|
|
40343
39491
|
"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."
|
|
40344
39492
|
},
|
|
39493
|
+
"repoId": {
|
|
39494
|
+
"type": "number"
|
|
39495
|
+
},
|
|
40345
39496
|
"deployHooks": {
|
|
40346
39497
|
"items": {
|
|
40347
39498
|
"properties": {
|
|
@@ -40374,9 +39525,6 @@
|
|
|
40374
39525
|
"gitCredentialId": {
|
|
40375
39526
|
"type": "string"
|
|
40376
39527
|
},
|
|
40377
|
-
"sourceless": {
|
|
40378
|
-
"type": "boolean"
|
|
40379
|
-
},
|
|
40380
39528
|
"productionBranch": {
|
|
40381
39529
|
"type": "string"
|
|
40382
39530
|
}
|
|
@@ -40927,8 +40075,8 @@
|
|
|
40927
40075
|
"deploymentType": {
|
|
40928
40076
|
"type": "string",
|
|
40929
40077
|
"enum": [
|
|
40930
|
-
"preview",
|
|
40931
40078
|
"all",
|
|
40079
|
+
"preview",
|
|
40932
40080
|
"prod_deployment_urls_and_all_previews",
|
|
40933
40081
|
"all_except_custom_domains"
|
|
40934
40082
|
]
|
|
@@ -41805,6 +40953,12 @@
|
|
|
41805
40953
|
},
|
|
41806
40954
|
"type": "array"
|
|
41807
40955
|
},
|
|
40956
|
+
"vercelAppInstallationRequest": {
|
|
40957
|
+
"items": {
|
|
40958
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
40959
|
+
},
|
|
40960
|
+
"type": "array"
|
|
40961
|
+
},
|
|
41808
40962
|
"paymentMethod": {
|
|
41809
40963
|
"items": {
|
|
41810
40964
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -42645,11 +41799,11 @@
|
|
|
42645
41799
|
"deploymentType": {
|
|
42646
41800
|
"type": "string",
|
|
42647
41801
|
"enum": [
|
|
42648
|
-
"preview",
|
|
42649
|
-
"production",
|
|
42650
41802
|
"all",
|
|
41803
|
+
"preview",
|
|
42651
41804
|
"prod_deployment_urls_and_all_previews",
|
|
42652
|
-
"all_except_custom_domains"
|
|
41805
|
+
"all_except_custom_domains",
|
|
41806
|
+
"production"
|
|
42653
41807
|
]
|
|
42654
41808
|
},
|
|
42655
41809
|
"addresses": {
|
|
@@ -42689,11 +41843,11 @@
|
|
|
42689
41843
|
"deploymentType": {
|
|
42690
41844
|
"type": "string",
|
|
42691
41845
|
"enum": [
|
|
42692
|
-
"preview",
|
|
42693
|
-
"production",
|
|
42694
41846
|
"all",
|
|
41847
|
+
"preview",
|
|
42695
41848
|
"prod_deployment_urls_and_all_previews",
|
|
42696
|
-
"all_except_custom_domains"
|
|
41849
|
+
"all_except_custom_domains",
|
|
41850
|
+
"production"
|
|
42697
41851
|
]
|
|
42698
41852
|
}
|
|
42699
41853
|
},
|
|
@@ -42791,298 +41945,6 @@
|
|
|
42791
41945
|
"firewallConfigVersion": {
|
|
42792
41946
|
"type": "number"
|
|
42793
41947
|
},
|
|
42794
|
-
"firewallRoutes": {
|
|
42795
|
-
"items": {
|
|
42796
|
-
"properties": {
|
|
42797
|
-
"src": {
|
|
42798
|
-
"oneOf": [
|
|
42799
|
-
{
|
|
42800
|
-
"type": "string"
|
|
42801
|
-
},
|
|
42802
|
-
{
|
|
42803
|
-
"properties": {
|
|
42804
|
-
"re": {
|
|
42805
|
-
"type": "string"
|
|
42806
|
-
},
|
|
42807
|
-
"eq": {
|
|
42808
|
-
"type": "string"
|
|
42809
|
-
},
|
|
42810
|
-
"neq": {
|
|
42811
|
-
"type": "string"
|
|
42812
|
-
},
|
|
42813
|
-
"inc": {
|
|
42814
|
-
"items": {
|
|
42815
|
-
"type": "string"
|
|
42816
|
-
},
|
|
42817
|
-
"type": "array"
|
|
42818
|
-
},
|
|
42819
|
-
"ninc": {
|
|
42820
|
-
"items": {
|
|
42821
|
-
"type": "string"
|
|
42822
|
-
},
|
|
42823
|
-
"type": "array"
|
|
42824
|
-
},
|
|
42825
|
-
"pre": {
|
|
42826
|
-
"type": "string"
|
|
42827
|
-
},
|
|
42828
|
-
"suf": {
|
|
42829
|
-
"type": "string"
|
|
42830
|
-
},
|
|
42831
|
-
"gt": {
|
|
42832
|
-
"type": "number"
|
|
42833
|
-
},
|
|
42834
|
-
"gte": {
|
|
42835
|
-
"type": "number"
|
|
42836
|
-
},
|
|
42837
|
-
"lt": {
|
|
42838
|
-
"type": "number"
|
|
42839
|
-
},
|
|
42840
|
-
"lte": {
|
|
42841
|
-
"type": "number"
|
|
42842
|
-
}
|
|
42843
|
-
},
|
|
42844
|
-
"type": "object"
|
|
42845
|
-
}
|
|
42846
|
-
]
|
|
42847
|
-
},
|
|
42848
|
-
"has": {
|
|
42849
|
-
"items": {
|
|
42850
|
-
"properties": {
|
|
42851
|
-
"type": {
|
|
42852
|
-
"type": "string",
|
|
42853
|
-
"enum": [
|
|
42854
|
-
"path",
|
|
42855
|
-
"host",
|
|
42856
|
-
"method",
|
|
42857
|
-
"header",
|
|
42858
|
-
"cookie",
|
|
42859
|
-
"query",
|
|
42860
|
-
"ip_address",
|
|
42861
|
-
"protocol",
|
|
42862
|
-
"scheme",
|
|
42863
|
-
"environment",
|
|
42864
|
-
"region",
|
|
42865
|
-
"initial_request_path"
|
|
42866
|
-
]
|
|
42867
|
-
},
|
|
42868
|
-
"key": {
|
|
42869
|
-
"type": "string"
|
|
42870
|
-
},
|
|
42871
|
-
"value": {
|
|
42872
|
-
"oneOf": [
|
|
42873
|
-
{
|
|
42874
|
-
"type": "string"
|
|
42875
|
-
},
|
|
42876
|
-
{
|
|
42877
|
-
"properties": {
|
|
42878
|
-
"re": {
|
|
42879
|
-
"type": "string"
|
|
42880
|
-
},
|
|
42881
|
-
"eq": {
|
|
42882
|
-
"type": "string"
|
|
42883
|
-
},
|
|
42884
|
-
"neq": {
|
|
42885
|
-
"type": "string"
|
|
42886
|
-
},
|
|
42887
|
-
"inc": {
|
|
42888
|
-
"items": {
|
|
42889
|
-
"type": "string"
|
|
42890
|
-
},
|
|
42891
|
-
"type": "array"
|
|
42892
|
-
},
|
|
42893
|
-
"ninc": {
|
|
42894
|
-
"items": {
|
|
42895
|
-
"type": "string"
|
|
42896
|
-
},
|
|
42897
|
-
"type": "array"
|
|
42898
|
-
},
|
|
42899
|
-
"pre": {
|
|
42900
|
-
"type": "string"
|
|
42901
|
-
},
|
|
42902
|
-
"suf": {
|
|
42903
|
-
"type": "string"
|
|
42904
|
-
},
|
|
42905
|
-
"gt": {
|
|
42906
|
-
"type": "number"
|
|
42907
|
-
},
|
|
42908
|
-
"gte": {
|
|
42909
|
-
"type": "number"
|
|
42910
|
-
},
|
|
42911
|
-
"lt": {
|
|
42912
|
-
"type": "number"
|
|
42913
|
-
},
|
|
42914
|
-
"lte": {
|
|
42915
|
-
"type": "number"
|
|
42916
|
-
}
|
|
42917
|
-
},
|
|
42918
|
-
"type": "object"
|
|
42919
|
-
}
|
|
42920
|
-
]
|
|
42921
|
-
}
|
|
42922
|
-
},
|
|
42923
|
-
"required": [
|
|
42924
|
-
"type"
|
|
42925
|
-
],
|
|
42926
|
-
"type": "object"
|
|
42927
|
-
},
|
|
42928
|
-
"type": "array"
|
|
42929
|
-
},
|
|
42930
|
-
"missing": {
|
|
42931
|
-
"items": {
|
|
42932
|
-
"properties": {
|
|
42933
|
-
"type": {
|
|
42934
|
-
"type": "string",
|
|
42935
|
-
"enum": [
|
|
42936
|
-
"path",
|
|
42937
|
-
"host",
|
|
42938
|
-
"method",
|
|
42939
|
-
"header",
|
|
42940
|
-
"cookie",
|
|
42941
|
-
"query",
|
|
42942
|
-
"ip_address",
|
|
42943
|
-
"protocol",
|
|
42944
|
-
"scheme",
|
|
42945
|
-
"environment",
|
|
42946
|
-
"region",
|
|
42947
|
-
"initial_request_path"
|
|
42948
|
-
]
|
|
42949
|
-
},
|
|
42950
|
-
"key": {
|
|
42951
|
-
"type": "string"
|
|
42952
|
-
},
|
|
42953
|
-
"value": {
|
|
42954
|
-
"oneOf": [
|
|
42955
|
-
{
|
|
42956
|
-
"type": "string"
|
|
42957
|
-
},
|
|
42958
|
-
{
|
|
42959
|
-
"properties": {
|
|
42960
|
-
"re": {
|
|
42961
|
-
"type": "string"
|
|
42962
|
-
},
|
|
42963
|
-
"eq": {
|
|
42964
|
-
"type": "string"
|
|
42965
|
-
},
|
|
42966
|
-
"neq": {
|
|
42967
|
-
"type": "string"
|
|
42968
|
-
},
|
|
42969
|
-
"inc": {
|
|
42970
|
-
"items": {
|
|
42971
|
-
"type": "string"
|
|
42972
|
-
},
|
|
42973
|
-
"type": "array"
|
|
42974
|
-
},
|
|
42975
|
-
"ninc": {
|
|
42976
|
-
"items": {
|
|
42977
|
-
"type": "string"
|
|
42978
|
-
},
|
|
42979
|
-
"type": "array"
|
|
42980
|
-
},
|
|
42981
|
-
"pre": {
|
|
42982
|
-
"type": "string"
|
|
42983
|
-
},
|
|
42984
|
-
"suf": {
|
|
42985
|
-
"type": "string"
|
|
42986
|
-
},
|
|
42987
|
-
"gt": {
|
|
42988
|
-
"type": "number"
|
|
42989
|
-
},
|
|
42990
|
-
"gte": {
|
|
42991
|
-
"type": "number"
|
|
42992
|
-
},
|
|
42993
|
-
"lt": {
|
|
42994
|
-
"type": "number"
|
|
42995
|
-
},
|
|
42996
|
-
"lte": {
|
|
42997
|
-
"type": "number"
|
|
42998
|
-
}
|
|
42999
|
-
},
|
|
43000
|
-
"type": "object"
|
|
43001
|
-
}
|
|
43002
|
-
]
|
|
43003
|
-
}
|
|
43004
|
-
},
|
|
43005
|
-
"required": [
|
|
43006
|
-
"type"
|
|
43007
|
-
],
|
|
43008
|
-
"type": "object"
|
|
43009
|
-
},
|
|
43010
|
-
"type": "array"
|
|
43011
|
-
},
|
|
43012
|
-
"dest": {
|
|
43013
|
-
"type": "string"
|
|
43014
|
-
},
|
|
43015
|
-
"status": {
|
|
43016
|
-
"type": "number"
|
|
43017
|
-
},
|
|
43018
|
-
"handle": {
|
|
43019
|
-
"type": "string",
|
|
43020
|
-
"enum": [
|
|
43021
|
-
"init",
|
|
43022
|
-
"finalize"
|
|
43023
|
-
]
|
|
43024
|
-
},
|
|
43025
|
-
"mitigate": {
|
|
43026
|
-
"properties": {
|
|
43027
|
-
"action": {
|
|
43028
|
-
"type": "string",
|
|
43029
|
-
"enum": [
|
|
43030
|
-
"deny",
|
|
43031
|
-
"challenge",
|
|
43032
|
-
"log",
|
|
43033
|
-
"bypass",
|
|
43034
|
-
"rate_limit",
|
|
43035
|
-
"redirect"
|
|
43036
|
-
]
|
|
43037
|
-
},
|
|
43038
|
-
"rule_id": {
|
|
43039
|
-
"type": "string"
|
|
43040
|
-
},
|
|
43041
|
-
"ttl": {
|
|
43042
|
-
"type": "number"
|
|
43043
|
-
},
|
|
43044
|
-
"erl": {
|
|
43045
|
-
"properties": {
|
|
43046
|
-
"algo": {
|
|
43047
|
-
"type": "string",
|
|
43048
|
-
"enum": [
|
|
43049
|
-
"fixed_window",
|
|
43050
|
-
"token_bucket"
|
|
43051
|
-
]
|
|
43052
|
-
},
|
|
43053
|
-
"window": {
|
|
43054
|
-
"type": "number"
|
|
43055
|
-
},
|
|
43056
|
-
"limit": {
|
|
43057
|
-
"type": "number"
|
|
43058
|
-
},
|
|
43059
|
-
"keys": {
|
|
43060
|
-
"items": {
|
|
43061
|
-
"type": "string"
|
|
43062
|
-
},
|
|
43063
|
-
"type": "array"
|
|
43064
|
-
}
|
|
43065
|
-
},
|
|
43066
|
-
"required": [
|
|
43067
|
-
"algo",
|
|
43068
|
-
"window",
|
|
43069
|
-
"limit",
|
|
43070
|
-
"keys"
|
|
43071
|
-
],
|
|
43072
|
-
"type": "object"
|
|
43073
|
-
}
|
|
43074
|
-
},
|
|
43075
|
-
"required": [
|
|
43076
|
-
"action",
|
|
43077
|
-
"rule_id"
|
|
43078
|
-
],
|
|
43079
|
-
"type": "object"
|
|
43080
|
-
}
|
|
43081
|
-
},
|
|
43082
|
-
"type": "object"
|
|
43083
|
-
},
|
|
43084
|
-
"type": "array"
|
|
43085
|
-
},
|
|
43086
41948
|
"firewallSeawallEnabled": {
|
|
43087
41949
|
"type": "boolean"
|
|
43088
41950
|
},
|
|
@@ -43109,9 +41971,9 @@
|
|
|
43109
41971
|
"action": {
|
|
43110
41972
|
"type": "string",
|
|
43111
41973
|
"enum": [
|
|
43112
|
-
"
|
|
41974
|
+
"log",
|
|
43113
41975
|
"challenge",
|
|
43114
|
-
"
|
|
41976
|
+
"deny"
|
|
43115
41977
|
]
|
|
43116
41978
|
}
|
|
43117
41979
|
},
|
|
@@ -43128,9 +41990,9 @@
|
|
|
43128
41990
|
"action": {
|
|
43129
41991
|
"type": "string",
|
|
43130
41992
|
"enum": [
|
|
43131
|
-
"
|
|
41993
|
+
"log",
|
|
43132
41994
|
"challenge",
|
|
43133
|
-
"
|
|
41995
|
+
"deny"
|
|
43134
41996
|
]
|
|
43135
41997
|
}
|
|
43136
41998
|
},
|
|
@@ -43147,9 +42009,9 @@
|
|
|
43147
42009
|
"action": {
|
|
43148
42010
|
"type": "string",
|
|
43149
42011
|
"enum": [
|
|
43150
|
-
"
|
|
42012
|
+
"log",
|
|
43151
42013
|
"challenge",
|
|
43152
|
-
"
|
|
42014
|
+
"deny"
|
|
43153
42015
|
]
|
|
43154
42016
|
}
|
|
43155
42017
|
},
|
|
@@ -46477,6 +45339,12 @@
|
|
|
46477
45339
|
},
|
|
46478
45340
|
"type": "array"
|
|
46479
45341
|
},
|
|
45342
|
+
"vercelAppInstallationRequest": {
|
|
45343
|
+
"items": {
|
|
45344
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
45345
|
+
},
|
|
45346
|
+
"type": "array"
|
|
45347
|
+
},
|
|
46480
45348
|
"paymentMethod": {
|
|
46481
45349
|
"items": {
|
|
46482
45350
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -47067,298 +45935,6 @@
|
|
|
47067
45935
|
"firewallConfigVersion": {
|
|
47068
45936
|
"type": "number"
|
|
47069
45937
|
},
|
|
47070
|
-
"firewallRoutes": {
|
|
47071
|
-
"items": {
|
|
47072
|
-
"properties": {
|
|
47073
|
-
"src": {
|
|
47074
|
-
"oneOf": [
|
|
47075
|
-
{
|
|
47076
|
-
"type": "string"
|
|
47077
|
-
},
|
|
47078
|
-
{
|
|
47079
|
-
"properties": {
|
|
47080
|
-
"re": {
|
|
47081
|
-
"type": "string"
|
|
47082
|
-
},
|
|
47083
|
-
"eq": {
|
|
47084
|
-
"type": "string"
|
|
47085
|
-
},
|
|
47086
|
-
"neq": {
|
|
47087
|
-
"type": "string"
|
|
47088
|
-
},
|
|
47089
|
-
"inc": {
|
|
47090
|
-
"items": {
|
|
47091
|
-
"type": "string"
|
|
47092
|
-
},
|
|
47093
|
-
"type": "array"
|
|
47094
|
-
},
|
|
47095
|
-
"ninc": {
|
|
47096
|
-
"items": {
|
|
47097
|
-
"type": "string"
|
|
47098
|
-
},
|
|
47099
|
-
"type": "array"
|
|
47100
|
-
},
|
|
47101
|
-
"pre": {
|
|
47102
|
-
"type": "string"
|
|
47103
|
-
},
|
|
47104
|
-
"suf": {
|
|
47105
|
-
"type": "string"
|
|
47106
|
-
},
|
|
47107
|
-
"gt": {
|
|
47108
|
-
"type": "number"
|
|
47109
|
-
},
|
|
47110
|
-
"gte": {
|
|
47111
|
-
"type": "number"
|
|
47112
|
-
},
|
|
47113
|
-
"lt": {
|
|
47114
|
-
"type": "number"
|
|
47115
|
-
},
|
|
47116
|
-
"lte": {
|
|
47117
|
-
"type": "number"
|
|
47118
|
-
}
|
|
47119
|
-
},
|
|
47120
|
-
"type": "object"
|
|
47121
|
-
}
|
|
47122
|
-
]
|
|
47123
|
-
},
|
|
47124
|
-
"has": {
|
|
47125
|
-
"items": {
|
|
47126
|
-
"properties": {
|
|
47127
|
-
"type": {
|
|
47128
|
-
"type": "string",
|
|
47129
|
-
"enum": [
|
|
47130
|
-
"path",
|
|
47131
|
-
"host",
|
|
47132
|
-
"method",
|
|
47133
|
-
"header",
|
|
47134
|
-
"cookie",
|
|
47135
|
-
"query",
|
|
47136
|
-
"ip_address",
|
|
47137
|
-
"protocol",
|
|
47138
|
-
"scheme",
|
|
47139
|
-
"environment",
|
|
47140
|
-
"region",
|
|
47141
|
-
"initial_request_path"
|
|
47142
|
-
]
|
|
47143
|
-
},
|
|
47144
|
-
"key": {
|
|
47145
|
-
"type": "string"
|
|
47146
|
-
},
|
|
47147
|
-
"value": {
|
|
47148
|
-
"oneOf": [
|
|
47149
|
-
{
|
|
47150
|
-
"type": "string"
|
|
47151
|
-
},
|
|
47152
|
-
{
|
|
47153
|
-
"properties": {
|
|
47154
|
-
"re": {
|
|
47155
|
-
"type": "string"
|
|
47156
|
-
},
|
|
47157
|
-
"eq": {
|
|
47158
|
-
"type": "string"
|
|
47159
|
-
},
|
|
47160
|
-
"neq": {
|
|
47161
|
-
"type": "string"
|
|
47162
|
-
},
|
|
47163
|
-
"inc": {
|
|
47164
|
-
"items": {
|
|
47165
|
-
"type": "string"
|
|
47166
|
-
},
|
|
47167
|
-
"type": "array"
|
|
47168
|
-
},
|
|
47169
|
-
"ninc": {
|
|
47170
|
-
"items": {
|
|
47171
|
-
"type": "string"
|
|
47172
|
-
},
|
|
47173
|
-
"type": "array"
|
|
47174
|
-
},
|
|
47175
|
-
"pre": {
|
|
47176
|
-
"type": "string"
|
|
47177
|
-
},
|
|
47178
|
-
"suf": {
|
|
47179
|
-
"type": "string"
|
|
47180
|
-
},
|
|
47181
|
-
"gt": {
|
|
47182
|
-
"type": "number"
|
|
47183
|
-
},
|
|
47184
|
-
"gte": {
|
|
47185
|
-
"type": "number"
|
|
47186
|
-
},
|
|
47187
|
-
"lt": {
|
|
47188
|
-
"type": "number"
|
|
47189
|
-
},
|
|
47190
|
-
"lte": {
|
|
47191
|
-
"type": "number"
|
|
47192
|
-
}
|
|
47193
|
-
},
|
|
47194
|
-
"type": "object"
|
|
47195
|
-
}
|
|
47196
|
-
]
|
|
47197
|
-
}
|
|
47198
|
-
},
|
|
47199
|
-
"required": [
|
|
47200
|
-
"type"
|
|
47201
|
-
],
|
|
47202
|
-
"type": "object"
|
|
47203
|
-
},
|
|
47204
|
-
"type": "array"
|
|
47205
|
-
},
|
|
47206
|
-
"missing": {
|
|
47207
|
-
"items": {
|
|
47208
|
-
"properties": {
|
|
47209
|
-
"type": {
|
|
47210
|
-
"type": "string",
|
|
47211
|
-
"enum": [
|
|
47212
|
-
"path",
|
|
47213
|
-
"host",
|
|
47214
|
-
"method",
|
|
47215
|
-
"header",
|
|
47216
|
-
"cookie",
|
|
47217
|
-
"query",
|
|
47218
|
-
"ip_address",
|
|
47219
|
-
"protocol",
|
|
47220
|
-
"scheme",
|
|
47221
|
-
"environment",
|
|
47222
|
-
"region",
|
|
47223
|
-
"initial_request_path"
|
|
47224
|
-
]
|
|
47225
|
-
},
|
|
47226
|
-
"key": {
|
|
47227
|
-
"type": "string"
|
|
47228
|
-
},
|
|
47229
|
-
"value": {
|
|
47230
|
-
"oneOf": [
|
|
47231
|
-
{
|
|
47232
|
-
"type": "string"
|
|
47233
|
-
},
|
|
47234
|
-
{
|
|
47235
|
-
"properties": {
|
|
47236
|
-
"re": {
|
|
47237
|
-
"type": "string"
|
|
47238
|
-
},
|
|
47239
|
-
"eq": {
|
|
47240
|
-
"type": "string"
|
|
47241
|
-
},
|
|
47242
|
-
"neq": {
|
|
47243
|
-
"type": "string"
|
|
47244
|
-
},
|
|
47245
|
-
"inc": {
|
|
47246
|
-
"items": {
|
|
47247
|
-
"type": "string"
|
|
47248
|
-
},
|
|
47249
|
-
"type": "array"
|
|
47250
|
-
},
|
|
47251
|
-
"ninc": {
|
|
47252
|
-
"items": {
|
|
47253
|
-
"type": "string"
|
|
47254
|
-
},
|
|
47255
|
-
"type": "array"
|
|
47256
|
-
},
|
|
47257
|
-
"pre": {
|
|
47258
|
-
"type": "string"
|
|
47259
|
-
},
|
|
47260
|
-
"suf": {
|
|
47261
|
-
"type": "string"
|
|
47262
|
-
},
|
|
47263
|
-
"gt": {
|
|
47264
|
-
"type": "number"
|
|
47265
|
-
},
|
|
47266
|
-
"gte": {
|
|
47267
|
-
"type": "number"
|
|
47268
|
-
},
|
|
47269
|
-
"lt": {
|
|
47270
|
-
"type": "number"
|
|
47271
|
-
},
|
|
47272
|
-
"lte": {
|
|
47273
|
-
"type": "number"
|
|
47274
|
-
}
|
|
47275
|
-
},
|
|
47276
|
-
"type": "object"
|
|
47277
|
-
}
|
|
47278
|
-
]
|
|
47279
|
-
}
|
|
47280
|
-
},
|
|
47281
|
-
"required": [
|
|
47282
|
-
"type"
|
|
47283
|
-
],
|
|
47284
|
-
"type": "object"
|
|
47285
|
-
},
|
|
47286
|
-
"type": "array"
|
|
47287
|
-
},
|
|
47288
|
-
"dest": {
|
|
47289
|
-
"type": "string"
|
|
47290
|
-
},
|
|
47291
|
-
"status": {
|
|
47292
|
-
"type": "number"
|
|
47293
|
-
},
|
|
47294
|
-
"handle": {
|
|
47295
|
-
"type": "string",
|
|
47296
|
-
"enum": [
|
|
47297
|
-
"init",
|
|
47298
|
-
"finalize"
|
|
47299
|
-
]
|
|
47300
|
-
},
|
|
47301
|
-
"mitigate": {
|
|
47302
|
-
"properties": {
|
|
47303
|
-
"action": {
|
|
47304
|
-
"type": "string",
|
|
47305
|
-
"enum": [
|
|
47306
|
-
"deny",
|
|
47307
|
-
"challenge",
|
|
47308
|
-
"log",
|
|
47309
|
-
"bypass",
|
|
47310
|
-
"rate_limit",
|
|
47311
|
-
"redirect"
|
|
47312
|
-
]
|
|
47313
|
-
},
|
|
47314
|
-
"rule_id": {
|
|
47315
|
-
"type": "string"
|
|
47316
|
-
},
|
|
47317
|
-
"ttl": {
|
|
47318
|
-
"type": "number"
|
|
47319
|
-
},
|
|
47320
|
-
"erl": {
|
|
47321
|
-
"properties": {
|
|
47322
|
-
"algo": {
|
|
47323
|
-
"type": "string",
|
|
47324
|
-
"enum": [
|
|
47325
|
-
"fixed_window",
|
|
47326
|
-
"token_bucket"
|
|
47327
|
-
]
|
|
47328
|
-
},
|
|
47329
|
-
"window": {
|
|
47330
|
-
"type": "number"
|
|
47331
|
-
},
|
|
47332
|
-
"limit": {
|
|
47333
|
-
"type": "number"
|
|
47334
|
-
},
|
|
47335
|
-
"keys": {
|
|
47336
|
-
"items": {
|
|
47337
|
-
"type": "string"
|
|
47338
|
-
},
|
|
47339
|
-
"type": "array"
|
|
47340
|
-
}
|
|
47341
|
-
},
|
|
47342
|
-
"required": [
|
|
47343
|
-
"algo",
|
|
47344
|
-
"window",
|
|
47345
|
-
"limit",
|
|
47346
|
-
"keys"
|
|
47347
|
-
],
|
|
47348
|
-
"type": "object"
|
|
47349
|
-
}
|
|
47350
|
-
},
|
|
47351
|
-
"required": [
|
|
47352
|
-
"action",
|
|
47353
|
-
"rule_id"
|
|
47354
|
-
],
|
|
47355
|
-
"type": "object"
|
|
47356
|
-
}
|
|
47357
|
-
},
|
|
47358
|
-
"type": "object"
|
|
47359
|
-
},
|
|
47360
|
-
"type": "array"
|
|
47361
|
-
},
|
|
47362
45938
|
"firewallSeawallEnabled": {
|
|
47363
45939
|
"type": "boolean"
|
|
47364
45940
|
},
|
|
@@ -47385,9 +45961,9 @@
|
|
|
47385
45961
|
"action": {
|
|
47386
45962
|
"type": "string",
|
|
47387
45963
|
"enum": [
|
|
47388
|
-
"
|
|
45964
|
+
"log",
|
|
47389
45965
|
"challenge",
|
|
47390
|
-
"
|
|
45966
|
+
"deny"
|
|
47391
45967
|
]
|
|
47392
45968
|
}
|
|
47393
45969
|
},
|
|
@@ -47404,9 +45980,9 @@
|
|
|
47404
45980
|
"action": {
|
|
47405
45981
|
"type": "string",
|
|
47406
45982
|
"enum": [
|
|
47407
|
-
"
|
|
45983
|
+
"log",
|
|
47408
45984
|
"challenge",
|
|
47409
|
-
"
|
|
45985
|
+
"deny"
|
|
47410
45986
|
]
|
|
47411
45987
|
}
|
|
47412
45988
|
},
|
|
@@ -47423,9 +45999,9 @@
|
|
|
47423
45999
|
"action": {
|
|
47424
46000
|
"type": "string",
|
|
47425
46001
|
"enum": [
|
|
47426
|
-
"
|
|
46002
|
+
"log",
|
|
47427
46003
|
"challenge",
|
|
47428
|
-
"
|
|
46004
|
+
"deny"
|
|
47429
46005
|
]
|
|
47430
46006
|
}
|
|
47431
46007
|
},
|
|
@@ -50977,10 +49553,10 @@
|
|
|
50977
49553
|
"type": "string",
|
|
50978
49554
|
"enum": [
|
|
50979
49555
|
"system",
|
|
49556
|
+
"secret",
|
|
50980
49557
|
"encrypted",
|
|
50981
49558
|
"plain",
|
|
50982
|
-
"sensitive"
|
|
50983
|
-
"secret"
|
|
49559
|
+
"sensitive"
|
|
50984
49560
|
]
|
|
50985
49561
|
},
|
|
50986
49562
|
"sunsetSecretId": {
|
|
@@ -51390,10 +49966,10 @@
|
|
|
51390
49966
|
"type": "string",
|
|
51391
49967
|
"enum": [
|
|
51392
49968
|
"system",
|
|
49969
|
+
"secret",
|
|
51393
49970
|
"encrypted",
|
|
51394
49971
|
"plain",
|
|
51395
|
-
"sensitive"
|
|
51396
|
-
"secret"
|
|
49972
|
+
"sensitive"
|
|
51397
49973
|
]
|
|
51398
49974
|
},
|
|
51399
49975
|
"sunsetSecretId": {
|
|
@@ -51815,10 +50391,10 @@
|
|
|
51815
50391
|
"type": "string",
|
|
51816
50392
|
"enum": [
|
|
51817
50393
|
"system",
|
|
50394
|
+
"secret",
|
|
51818
50395
|
"encrypted",
|
|
51819
50396
|
"plain",
|
|
51820
|
-
"sensitive"
|
|
51821
|
-
"secret"
|
|
50397
|
+
"sensitive"
|
|
51822
50398
|
]
|
|
51823
50399
|
},
|
|
51824
50400
|
"sunsetSecretId": {
|
|
@@ -52374,10 +50950,10 @@
|
|
|
52374
50950
|
"type": "string",
|
|
52375
50951
|
"enum": [
|
|
52376
50952
|
"system",
|
|
50953
|
+
"secret",
|
|
52377
50954
|
"encrypted",
|
|
52378
50955
|
"plain",
|
|
52379
|
-
"sensitive"
|
|
52380
|
-
"secret"
|
|
50956
|
+
"sensitive"
|
|
52381
50957
|
]
|
|
52382
50958
|
},
|
|
52383
50959
|
"sunsetSecretId": {
|
|
@@ -52776,10 +51352,10 @@
|
|
|
52776
51352
|
"type": "string",
|
|
52777
51353
|
"enum": [
|
|
52778
51354
|
"system",
|
|
51355
|
+
"secret",
|
|
52779
51356
|
"encrypted",
|
|
52780
51357
|
"plain",
|
|
52781
|
-
"sensitive"
|
|
52782
|
-
"secret"
|
|
51358
|
+
"sensitive"
|
|
52783
51359
|
]
|
|
52784
51360
|
},
|
|
52785
51361
|
"sunsetSecretId": {
|
|
@@ -54859,10 +53435,10 @@
|
|
|
54859
53435
|
"type": "string",
|
|
54860
53436
|
"enum": [
|
|
54861
53437
|
"system",
|
|
53438
|
+
"secret",
|
|
54862
53439
|
"encrypted",
|
|
54863
53440
|
"plain",
|
|
54864
|
-
"sensitive"
|
|
54865
|
-
"secret"
|
|
53441
|
+
"sensitive"
|
|
54866
53442
|
]
|
|
54867
53443
|
},
|
|
54868
53444
|
"sunsetSecretId": {
|
|
@@ -55274,10 +53850,10 @@
|
|
|
55274
53850
|
"type": "string",
|
|
55275
53851
|
"enum": [
|
|
55276
53852
|
"system",
|
|
53853
|
+
"secret",
|
|
55277
53854
|
"encrypted",
|
|
55278
53855
|
"plain",
|
|
55279
|
-
"sensitive"
|
|
55280
|
-
"secret"
|
|
53856
|
+
"sensitive"
|
|
55281
53857
|
]
|
|
55282
53858
|
},
|
|
55283
53859
|
"sunsetSecretId": {
|
|
@@ -55684,10 +54260,10 @@
|
|
|
55684
54260
|
"type": "string",
|
|
55685
54261
|
"enum": [
|
|
55686
54262
|
"system",
|
|
54263
|
+
"secret",
|
|
55687
54264
|
"encrypted",
|
|
55688
54265
|
"plain",
|
|
55689
|
-
"sensitive"
|
|
55690
|
-
"secret"
|
|
54266
|
+
"sensitive"
|
|
55691
54267
|
]
|
|
55692
54268
|
},
|
|
55693
54269
|
"sunsetSecretId": {
|
|
@@ -56202,10 +54778,10 @@
|
|
|
56202
54778
|
"type": "string",
|
|
56203
54779
|
"enum": [
|
|
56204
54780
|
"system",
|
|
54781
|
+
"secret",
|
|
56205
54782
|
"encrypted",
|
|
56206
54783
|
"plain",
|
|
56207
|
-
"sensitive"
|
|
56208
|
-
"secret"
|
|
54784
|
+
"sensitive"
|
|
56209
54785
|
]
|
|
56210
54786
|
},
|
|
56211
54787
|
"sunsetSecretId": {
|
|
@@ -60170,7 +58746,8 @@
|
|
|
60170
58746
|
"geo_as_number",
|
|
60171
58747
|
"ja4_digest",
|
|
60172
58748
|
"ja3_digest",
|
|
60173
|
-
"rate_limit_api_id"
|
|
58749
|
+
"rate_limit_api_id",
|
|
58750
|
+
"bot_name"
|
|
60174
58751
|
]
|
|
60175
58752
|
},
|
|
60176
58753
|
"op": {
|
|
@@ -62384,7 +60961,8 @@
|
|
|
62384
60961
|
"geo_as_number",
|
|
62385
60962
|
"ja4_digest",
|
|
62386
60963
|
"ja3_digest",
|
|
62387
|
-
"rate_limit_api_id"
|
|
60964
|
+
"rate_limit_api_id",
|
|
60965
|
+
"bot_name"
|
|
62388
60966
|
],
|
|
62389
60967
|
"description": "[Parameter](https://vercel.com/docs/security/vercel-waf/rule-configuration#parameters) from the incoming traffic."
|
|
62390
60968
|
},
|
|
@@ -78725,6 +77303,22 @@
|
|
|
78725
77303
|
"type": "object",
|
|
78726
77304
|
"description": "The payload of the event, if requested."
|
|
78727
77305
|
},
|
|
77306
|
+
{
|
|
77307
|
+
"properties": {
|
|
77308
|
+
"appName": {
|
|
77309
|
+
"type": "string"
|
|
77310
|
+
},
|
|
77311
|
+
"appId": {
|
|
77312
|
+
"type": "string"
|
|
77313
|
+
}
|
|
77314
|
+
},
|
|
77315
|
+
"required": [
|
|
77316
|
+
"appName",
|
|
77317
|
+
"appId"
|
|
77318
|
+
],
|
|
77319
|
+
"type": "object",
|
|
77320
|
+
"description": "The payload of the event, if requested."
|
|
77321
|
+
},
|
|
78728
77322
|
{
|
|
78729
77323
|
"properties": {
|
|
78730
77324
|
"team": {
|
|
@@ -78996,16 +77590,16 @@
|
|
|
78996
77590
|
"properties": {
|
|
78997
77591
|
"connection": {
|
|
78998
77592
|
"properties": {
|
|
78999
|
-
"status": {
|
|
79000
|
-
"type": "string",
|
|
79001
|
-
"description": "Current status of the connection.",
|
|
79002
|
-
"example": "linked"
|
|
79003
|
-
},
|
|
79004
77593
|
"type": {
|
|
79005
77594
|
"type": "string",
|
|
79006
77595
|
"description": "The Identity Provider \"type\", for example Okta.",
|
|
79007
77596
|
"example": "OktaSAML"
|
|
79008
77597
|
},
|
|
77598
|
+
"status": {
|
|
77599
|
+
"type": "string",
|
|
77600
|
+
"description": "Current status of the connection.",
|
|
77601
|
+
"example": "linked"
|
|
77602
|
+
},
|
|
79009
77603
|
"state": {
|
|
79010
77604
|
"type": "string",
|
|
79011
77605
|
"description": "Current state of the connection.",
|
|
@@ -79023,8 +77617,8 @@
|
|
|
79023
77617
|
}
|
|
79024
77618
|
},
|
|
79025
77619
|
"required": [
|
|
79026
|
-
"status",
|
|
79027
77620
|
"type",
|
|
77621
|
+
"status",
|
|
79028
77622
|
"state",
|
|
79029
77623
|
"connectedAt"
|
|
79030
77624
|
],
|
|
@@ -79070,7 +77664,8 @@
|
|
|
79070
77664
|
"type": "string",
|
|
79071
77665
|
"enum": [
|
|
79072
77666
|
"vercel.com",
|
|
79073
|
-
"v0.dev"
|
|
77667
|
+
"v0.dev",
|
|
77668
|
+
"v0.app"
|
|
79074
77669
|
],
|
|
79075
77670
|
"description": "The default redirect URI to use after successful SAML authentication."
|
|
79076
77671
|
},
|
|
@@ -79317,6 +77912,9 @@
|
|
|
79317
77912
|
},
|
|
79318
77913
|
"type": "array"
|
|
79319
77914
|
},
|
|
77915
|
+
"teamId": {
|
|
77916
|
+
"type": "string"
|
|
77917
|
+
},
|
|
79320
77918
|
"confirmed": {
|
|
79321
77919
|
"type": "boolean"
|
|
79322
77920
|
},
|
|
@@ -79371,9 +77969,6 @@
|
|
|
79371
77969
|
},
|
|
79372
77970
|
"type": "array"
|
|
79373
77971
|
},
|
|
79374
|
-
"teamId": {
|
|
79375
|
-
"type": "string"
|
|
79376
|
-
},
|
|
79377
77972
|
"createdAt": {
|
|
79378
77973
|
"type": "number"
|
|
79379
77974
|
},
|
|
@@ -79385,9 +77980,9 @@
|
|
|
79385
77980
|
"origin": {
|
|
79386
77981
|
"type": "string",
|
|
79387
77982
|
"enum": [
|
|
77983
|
+
"link",
|
|
79388
77984
|
"saml",
|
|
79389
77985
|
"mail",
|
|
79390
|
-
"link",
|
|
79391
77986
|
"import",
|
|
79392
77987
|
"teams",
|
|
79393
77988
|
"github",
|