@vercel/sdk 1.11.0 → 1.11.1

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.
Files changed (124) hide show
  1. package/bin/mcp-server.js +721 -586
  2. package/bin/mcp-server.js.map +24 -24
  3. package/esm/__tests__/checks.test.js +1 -0
  4. package/esm/__tests__/checks.test.js.map +1 -1
  5. package/esm/__tests__/domains.test.js +4 -11
  6. package/esm/__tests__/domains.test.js.map +1 -1
  7. package/esm/__tests__/edgeconfig.test.js +6 -6
  8. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  9. package/esm/__tests__/integrations.test.js +1 -1
  10. package/esm/__tests__/rollingrelease.test.js +1 -1
  11. package/esm/__tests__/security.test.js +1 -11
  12. package/esm/__tests__/security.test.js.map +1 -1
  13. package/esm/__tests__/teams.test.js +2 -2
  14. package/esm/__tests__/teams.test.js.map +1 -1
  15. package/esm/lib/config.d.ts +3 -3
  16. package/esm/lib/config.js +3 -3
  17. package/esm/mcp-server/mcp-server.js +1 -1
  18. package/esm/mcp-server/server.js +1 -1
  19. package/esm/models/canceldeploymentop.d.ts +3 -0
  20. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  21. package/esm/models/canceldeploymentop.js +1 -0
  22. package/esm/models/canceldeploymentop.js.map +1 -1
  23. package/esm/models/createdeploymentop.d.ts +6 -0
  24. package/esm/models/createdeploymentop.d.ts.map +1 -1
  25. package/esm/models/createdeploymentop.js +2 -0
  26. package/esm/models/createdeploymentop.js.map +1 -1
  27. package/esm/models/createedgeconfigop.d.ts +2 -0
  28. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  29. package/esm/models/createedgeconfigop.js +2 -0
  30. package/esm/models/createedgeconfigop.js.map +1 -1
  31. package/esm/models/createintegrationstoredirectop.d.ts +252 -240
  32. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  33. package/esm/models/createintegrationstoredirectop.js +298 -294
  34. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  35. package/esm/models/createprojectop.d.ts +170 -162
  36. package/esm/models/createprojectop.d.ts.map +1 -1
  37. package/esm/models/createprojectop.js +158 -154
  38. package/esm/models/createprojectop.js.map +1 -1
  39. package/esm/models/getallchecksop.d.ts +2 -0
  40. package/esm/models/getallchecksop.d.ts.map +1 -1
  41. package/esm/models/getallchecksop.js +2 -0
  42. package/esm/models/getallchecksop.js.map +1 -1
  43. package/esm/models/getconfigurationproductsop.d.ts +421 -331
  44. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  45. package/esm/models/getconfigurationproductsop.js +482 -410
  46. package/esm/models/getconfigurationproductsop.js.map +1 -1
  47. package/esm/models/getdeploymentop.d.ts +3 -0
  48. package/esm/models/getdeploymentop.d.ts.map +1 -1
  49. package/esm/models/getdeploymentop.js +1 -0
  50. package/esm/models/getdeploymentop.js.map +1 -1
  51. package/esm/models/getdeploymentsop.d.ts +3 -0
  52. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  53. package/esm/models/getdeploymentsop.js +1 -0
  54. package/esm/models/getdeploymentsop.js.map +1 -1
  55. package/esm/models/getedgeconfigop.d.ts +2 -0
  56. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  57. package/esm/models/getedgeconfigop.js +2 -0
  58. package/esm/models/getedgeconfigop.js.map +1 -1
  59. package/esm/models/getprojectsop.d.ts +5 -0
  60. package/esm/models/getprojectsop.d.ts.map +1 -1
  61. package/esm/models/getprojectsop.js +3 -0
  62. package/esm/models/getprojectsop.js.map +1 -1
  63. package/esm/models/getteammembersop.d.ts +36 -30
  64. package/esm/models/getteammembersop.d.ts.map +1 -1
  65. package/esm/models/getteammembersop.js +12 -10
  66. package/esm/models/getteammembersop.js.map +1 -1
  67. package/esm/models/getwebhooksop.d.ts +3 -0
  68. package/esm/models/getwebhooksop.d.ts.map +1 -1
  69. package/esm/models/getwebhooksop.js +1 -0
  70. package/esm/models/getwebhooksop.js.map +1 -1
  71. package/esm/models/importresourceop.d.ts +36 -0
  72. package/esm/models/importresourceop.d.ts.map +1 -1
  73. package/esm/models/importresourceop.js +25 -0
  74. package/esm/models/importresourceop.js.map +1 -1
  75. package/esm/models/team.d.ts +150 -26
  76. package/esm/models/team.d.ts.map +1 -1
  77. package/esm/models/team.js +110 -30
  78. package/esm/models/team.js.map +1 -1
  79. package/esm/models/updateedgeconfigop.d.ts +2 -0
  80. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  81. package/esm/models/updateedgeconfigop.js +2 -0
  82. package/esm/models/updateedgeconfigop.js.map +1 -1
  83. package/esm/models/updateprojectdatacacheop.d.ts +5 -0
  84. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  85. package/esm/models/updateprojectdatacacheop.js +3 -0
  86. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  87. package/esm/models/updateprojectop.d.ts +8 -0
  88. package/esm/models/updateprojectop.d.ts.map +1 -1
  89. package/esm/models/updateprojectop.js +4 -0
  90. package/esm/models/updateprojectop.js.map +1 -1
  91. package/esm/models/userevent.d.ts +2 -2
  92. package/examples/package-lock.json +1 -1
  93. package/jsr.json +1 -1
  94. package/package.json +1 -1
  95. package/src/__tests__/checks.test.ts +1 -0
  96. package/src/__tests__/domains.test.ts +4 -11
  97. package/src/__tests__/edgeconfig.test.ts +6 -6
  98. package/src/__tests__/integrations.test.ts +1 -1
  99. package/src/__tests__/rollingrelease.test.ts +1 -1
  100. package/src/__tests__/security.test.ts +1 -11
  101. package/src/__tests__/teams.test.ts +2 -2
  102. package/src/lib/config.ts +3 -3
  103. package/src/mcp-server/mcp-server.ts +1 -1
  104. package/src/mcp-server/server.ts +1 -1
  105. package/src/models/canceldeploymentop.ts +1 -0
  106. package/src/models/createdeploymentop.ts +2 -0
  107. package/src/models/createedgeconfigop.ts +4 -0
  108. package/src/models/createintegrationstoredirectop.ts +509 -505
  109. package/src/models/createprojectop.ts +304 -298
  110. package/src/models/getallchecksop.ts +4 -0
  111. package/src/models/getconfigurationproductsop.ts +847 -706
  112. package/src/models/getdeploymentop.ts +1 -0
  113. package/src/models/getdeploymentsop.ts +1 -0
  114. package/src/models/getedgeconfigop.ts +4 -0
  115. package/src/models/getprojectsop.ts +5 -0
  116. package/src/models/getteammembersop.ts +12 -10
  117. package/src/models/getwebhooksop.ts +1 -0
  118. package/src/models/importresourceop.ts +34 -0
  119. package/src/models/team.ts +177 -42
  120. package/src/models/updateedgeconfigop.ts +4 -0
  121. package/src/models/updateprojectdatacacheop.ts +5 -0
  122. package/src/models/updateprojectop.ts +6 -0
  123. package/src/models/userevent.ts +2 -2
  124. package/vercel-spec.json +781 -634
package/vercel-spec.json CHANGED
@@ -3079,6 +3079,9 @@
3079
3079
  "rerequestable": {
3080
3080
  "type": "boolean"
3081
3081
  },
3082
+ "blocking": {
3083
+ "type": "boolean"
3084
+ },
3082
3085
  "startedAt": {
3083
3086
  "type": "number"
3084
3087
  },
@@ -3100,6 +3103,7 @@
3100
3103
  "integrationId",
3101
3104
  "name",
3102
3105
  "rerequestable",
3106
+ "blocking",
3103
3107
  "status",
3104
3108
  "updatedAt"
3105
3109
  ],
@@ -5008,6 +5012,7 @@
5008
5012
  "vitepress",
5009
5013
  "vuepress",
5010
5014
  "parcel",
5015
+ "fastapi",
5011
5016
  "fasthtml",
5012
5017
  "sanity-v3",
5013
5018
  "sanity",
@@ -6795,6 +6800,12 @@
6795
6800
  },
6796
6801
  "type": "array"
6797
6802
  },
6803
+ "traceDrain": {
6804
+ "items": {
6805
+ "$ref": "#/components/schemas/ACLAction"
6806
+ },
6807
+ "type": "array"
6808
+ },
6798
6809
  "Monitoring": {
6799
6810
  "items": {
6800
6811
  "$ref": "#/components/schemas/ACLAction"
@@ -9768,6 +9779,7 @@
9768
9779
  "vitepress",
9769
9780
  "vuepress",
9770
9781
  "parcel",
9782
+ "fastapi",
9771
9783
  "fasthtml",
9772
9784
  "sanity-v3",
9773
9785
  "sanity",
@@ -13564,6 +13576,7 @@
13564
13576
  "vitepress",
13565
13577
  "vuepress",
13566
13578
  "parcel",
13579
+ "fastapi",
13567
13580
  "fasthtml",
13568
13581
  "sanity-v3",
13569
13582
  "sanity",
@@ -16503,6 +16516,7 @@
16503
16516
  "vitepress",
16504
16517
  "vuepress",
16505
16518
  "parcel",
16519
+ "fastapi",
16506
16520
  "fasthtml",
16507
16521
  "sanity-v3",
16508
16522
  "sanity",
@@ -16733,6 +16747,7 @@
16733
16747
  "vitepress",
16734
16748
  "vuepress",
16735
16749
  "parcel",
16750
+ "fastapi",
16736
16751
  "fasthtml",
16737
16752
  "sanity-v3",
16738
16753
  "sanity",
@@ -22693,6 +22708,9 @@
22693
22708
  "updatedAt": {
22694
22709
  "type": "number"
22695
22710
  },
22711
+ "deletedAt": {
22712
+ "type": "number"
22713
+ },
22696
22714
  "id": {
22697
22715
  "type": "string"
22698
22716
  },
@@ -22896,196 +22914,7 @@
22896
22914
  "updatedAt": {
22897
22915
  "type": "number"
22898
22916
  },
22899
- "id": {
22900
- "type": "string"
22901
- },
22902
- "slug": {
22903
- "type": "string",
22904
- "description": "Name for the Edge Config Names are not unique. Must start with an alphabetic character and can contain only alphanumeric characters and underscores)."
22905
- },
22906
- "ownerId": {
22907
- "type": "string"
22908
- },
22909
- "digest": {
22910
- "type": "string"
22911
- },
22912
- "transfer": {
22913
- "properties": {
22914
- "fromAccountId": {
22915
- "type": "string"
22916
- },
22917
- "startedAt": {
22918
- "type": "number"
22919
- },
22920
- "doneAt": {
22921
- "nullable": true,
22922
- "type": "number"
22923
- }
22924
- },
22925
- "required": [
22926
- "fromAccountId",
22927
- "startedAt",
22928
- "doneAt"
22929
- ],
22930
- "type": "object",
22931
- "description": "Keeps track of the current state of the Edge Config while it gets transferred."
22932
- },
22933
- "schema": {
22934
- "type": "object"
22935
- },
22936
- "purpose": {
22937
- "oneOf": [
22938
- {
22939
- "properties": {
22940
- "type": {
22941
- "type": "string",
22942
- "enum": [
22943
- "flags"
22944
- ]
22945
- },
22946
- "projectId": {
22947
- "type": "string"
22948
- }
22949
- },
22950
- "required": [
22951
- "type",
22952
- "projectId"
22953
- ],
22954
- "type": "object"
22955
- },
22956
- {
22957
- "properties": {
22958
- "type": {
22959
- "type": "string",
22960
- "enum": [
22961
- "experimentation"
22962
- ]
22963
- },
22964
- "resourceId": {
22965
- "type": "string"
22966
- }
22967
- },
22968
- "required": [
22969
- "type",
22970
- "resourceId"
22971
- ],
22972
- "type": "object"
22973
- }
22974
- ]
22975
- },
22976
- "syncedToDynamoAt": {
22977
- "type": "number",
22978
- "description": "Timestamp of when the Edge Config was synced to DynamoDB initially. It is only set when syncing the entire Edge Config, not when updating."
22979
- },
22980
- "sizeInBytes": {
22981
- "type": "number"
22982
- },
22983
- "itemCount": {
22984
- "type": "number"
22985
- }
22986
- },
22987
- "required": [
22988
- "createdAt",
22989
- "updatedAt",
22990
- "id",
22991
- "slug",
22992
- "ownerId",
22993
- "digest",
22994
- "sizeInBytes",
22995
- "itemCount"
22996
- ],
22997
- "type": "object",
22998
- "description": "The EdgeConfig."
22999
- }
23000
- }
23001
- }
23002
- },
23003
- "400": {
23004
- "description": "One of the provided values in the request query is invalid.",
23005
- "content": {
23006
- "application/json": {
23007
- "schema": {
23008
- "$ref": "#/components/schemas/VercelBadRequestError"
23009
- }
23010
- }
23011
- }
23012
- },
23013
- "401": {
23014
- "description": "",
23015
- "content": {
23016
- "application/json": {
23017
- "schema": {
23018
- "$ref": "#/components/schemas/VercelForbiddenError"
23019
- }
23020
- }
23021
- }
23022
- },
23023
- "403": {
23024
- "description": "You do not have permission to access this resource."
23025
- },
23026
- "404": {
23027
- "description": "",
23028
- "content": {
23029
- "application/json": {
23030
- "schema": {
23031
- "$ref": "#/components/schemas/VercelNotFoundError"
23032
- }
23033
- }
23034
- }
23035
- }
23036
- },
23037
- "parameters": [
23038
- {
23039
- "name": "edgeConfigId",
23040
- "in": "path",
23041
- "required": true,
23042
- "schema": {
23043
- "type": "string"
23044
- }
23045
- },
23046
- {
23047
- "description": "The Team identifier to perform the request on behalf of.",
23048
- "in": "query",
23049
- "name": "teamId",
23050
- "schema": {
23051
- "type": "string",
23052
- "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
23053
- }
23054
- },
23055
- {
23056
- "description": "The Team slug to perform the request on behalf of.",
23057
- "in": "query",
23058
- "name": "slug",
23059
- "schema": {
23060
- "type": "string",
23061
- "example": "my-team-url-slug"
23062
- }
23063
- }
23064
- ]
23065
- },
23066
- "put": {
23067
- "description": "Updates an Edge Config.",
23068
- "operationId": "updateEdgeConfig",
23069
- "security": [
23070
- {
23071
- "bearerToken": []
23072
- }
23073
- ],
23074
- "summary": "Update an Edge Config",
23075
- "tags": [
23076
- "edge-config"
23077
- ],
23078
- "responses": {
23079
- "200": {
23080
- "description": "",
23081
- "content": {
23082
- "application/json": {
23083
- "schema": {
23084
- "properties": {
23085
- "createdAt": {
23086
- "type": "number"
23087
- },
23088
- "updatedAt": {
22917
+ "deletedAt": {
23089
22918
  "type": "number"
23090
22919
  },
23091
22920
  "id": {
@@ -23187,113 +23016,308 @@
23187
23016
  "itemCount"
23188
23017
  ],
23189
23018
  "type": "object",
23190
- "description": "An Edge Config"
23191
- }
23192
- }
23193
- }
23194
- },
23195
- "400": {
23196
- "description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
23197
- "content": {
23198
- "application/json": {
23199
- "schema": {
23200
- "$ref": "#/components/schemas/VercelBadRequestError"
23201
- }
23202
- }
23203
- }
23204
- },
23205
- "401": {
23206
- "description": "",
23207
- "content": {
23208
- "application/json": {
23209
- "schema": {
23210
- "$ref": "#/components/schemas/VercelForbiddenError"
23211
- }
23212
- }
23213
- }
23214
- },
23215
- "402": {
23216
- "description": "The account was soft-blocked for an unhandled reason.\nThe account is missing a payment so payment method must be updated"
23217
- },
23218
- "403": {
23219
- "description": "You do not have permission to access this resource."
23220
- },
23221
- "404": {
23222
- "description": "",
23223
- "content": {
23224
- "application/json": {
23225
- "schema": {
23226
- "$ref": "#/components/schemas/VercelNotFoundError"
23227
- }
23228
- }
23229
- }
23230
- }
23231
- },
23232
- "parameters": [
23233
- {
23234
- "name": "edgeConfigId",
23235
- "in": "path",
23236
- "required": true,
23237
- "schema": {
23238
- "type": "string"
23239
- }
23240
- },
23241
- {
23242
- "description": "The Team identifier to perform the request on behalf of.",
23243
- "in": "query",
23244
- "name": "teamId",
23245
- "schema": {
23246
- "type": "string",
23247
- "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
23248
- }
23249
- },
23250
- {
23251
- "description": "The Team slug to perform the request on behalf of.",
23252
- "in": "query",
23253
- "name": "slug",
23254
- "schema": {
23255
- "type": "string",
23256
- "example": "my-team-url-slug"
23257
- }
23258
- }
23259
- ],
23260
- "requestBody": {
23261
- "content": {
23262
- "application/json": {
23263
- "schema": {
23264
- "type": "object",
23265
- "required": [
23266
- "slug"
23267
- ],
23268
- "properties": {
23269
- "slug": {
23270
- "maxLength": 64,
23271
- "pattern": "^[\\\\w-]+$",
23272
- "type": "string"
23273
- }
23019
+ "description": "The EdgeConfig."
23274
23020
  }
23275
23021
  }
23276
23022
  }
23277
23023
  },
23278
- "required": true
23279
- }
23280
- },
23281
- "delete": {
23282
- "description": "Delete an Edge Config by id.",
23283
- "operationId": "deleteEdgeConfig",
23284
- "security": [
23285
- {
23286
- "bearerToken": []
23287
- }
23288
- ],
23289
- "summary": "Delete an Edge Config",
23290
- "tags": [
23291
- "edge-config"
23292
- ],
23293
- "responses": {
23294
- "204": {
23295
- "description": ""
23296
- },
23024
+ "400": {
23025
+ "description": "One of the provided values in the request query is invalid.",
23026
+ "content": {
23027
+ "application/json": {
23028
+ "schema": {
23029
+ "$ref": "#/components/schemas/VercelBadRequestError"
23030
+ }
23031
+ }
23032
+ }
23033
+ },
23034
+ "401": {
23035
+ "description": "",
23036
+ "content": {
23037
+ "application/json": {
23038
+ "schema": {
23039
+ "$ref": "#/components/schemas/VercelForbiddenError"
23040
+ }
23041
+ }
23042
+ }
23043
+ },
23044
+ "403": {
23045
+ "description": "You do not have permission to access this resource."
23046
+ },
23047
+ "404": {
23048
+ "description": "",
23049
+ "content": {
23050
+ "application/json": {
23051
+ "schema": {
23052
+ "$ref": "#/components/schemas/VercelNotFoundError"
23053
+ }
23054
+ }
23055
+ }
23056
+ }
23057
+ },
23058
+ "parameters": [
23059
+ {
23060
+ "name": "edgeConfigId",
23061
+ "in": "path",
23062
+ "required": true,
23063
+ "schema": {
23064
+ "type": "string"
23065
+ }
23066
+ },
23067
+ {
23068
+ "description": "The Team identifier to perform the request on behalf of.",
23069
+ "in": "query",
23070
+ "name": "teamId",
23071
+ "schema": {
23072
+ "type": "string",
23073
+ "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
23074
+ }
23075
+ },
23076
+ {
23077
+ "description": "The Team slug to perform the request on behalf of.",
23078
+ "in": "query",
23079
+ "name": "slug",
23080
+ "schema": {
23081
+ "type": "string",
23082
+ "example": "my-team-url-slug"
23083
+ }
23084
+ }
23085
+ ]
23086
+ },
23087
+ "put": {
23088
+ "description": "Updates an Edge Config.",
23089
+ "operationId": "updateEdgeConfig",
23090
+ "security": [
23091
+ {
23092
+ "bearerToken": []
23093
+ }
23094
+ ],
23095
+ "summary": "Update an Edge Config",
23096
+ "tags": [
23097
+ "edge-config"
23098
+ ],
23099
+ "responses": {
23100
+ "200": {
23101
+ "description": "",
23102
+ "content": {
23103
+ "application/json": {
23104
+ "schema": {
23105
+ "properties": {
23106
+ "createdAt": {
23107
+ "type": "number"
23108
+ },
23109
+ "updatedAt": {
23110
+ "type": "number"
23111
+ },
23112
+ "deletedAt": {
23113
+ "type": "number"
23114
+ },
23115
+ "id": {
23116
+ "type": "string"
23117
+ },
23118
+ "slug": {
23119
+ "type": "string",
23120
+ "description": "Name for the Edge Config Names are not unique. Must start with an alphabetic character and can contain only alphanumeric characters and underscores)."
23121
+ },
23122
+ "ownerId": {
23123
+ "type": "string"
23124
+ },
23125
+ "digest": {
23126
+ "type": "string"
23127
+ },
23128
+ "transfer": {
23129
+ "properties": {
23130
+ "fromAccountId": {
23131
+ "type": "string"
23132
+ },
23133
+ "startedAt": {
23134
+ "type": "number"
23135
+ },
23136
+ "doneAt": {
23137
+ "nullable": true,
23138
+ "type": "number"
23139
+ }
23140
+ },
23141
+ "required": [
23142
+ "fromAccountId",
23143
+ "startedAt",
23144
+ "doneAt"
23145
+ ],
23146
+ "type": "object",
23147
+ "description": "Keeps track of the current state of the Edge Config while it gets transferred."
23148
+ },
23149
+ "schema": {
23150
+ "type": "object"
23151
+ },
23152
+ "purpose": {
23153
+ "oneOf": [
23154
+ {
23155
+ "properties": {
23156
+ "type": {
23157
+ "type": "string",
23158
+ "enum": [
23159
+ "flags"
23160
+ ]
23161
+ },
23162
+ "projectId": {
23163
+ "type": "string"
23164
+ }
23165
+ },
23166
+ "required": [
23167
+ "type",
23168
+ "projectId"
23169
+ ],
23170
+ "type": "object"
23171
+ },
23172
+ {
23173
+ "properties": {
23174
+ "type": {
23175
+ "type": "string",
23176
+ "enum": [
23177
+ "experimentation"
23178
+ ]
23179
+ },
23180
+ "resourceId": {
23181
+ "type": "string"
23182
+ }
23183
+ },
23184
+ "required": [
23185
+ "type",
23186
+ "resourceId"
23187
+ ],
23188
+ "type": "object"
23189
+ }
23190
+ ]
23191
+ },
23192
+ "syncedToDynamoAt": {
23193
+ "type": "number",
23194
+ "description": "Timestamp of when the Edge Config was synced to DynamoDB initially. It is only set when syncing the entire Edge Config, not when updating."
23195
+ },
23196
+ "sizeInBytes": {
23197
+ "type": "number"
23198
+ },
23199
+ "itemCount": {
23200
+ "type": "number"
23201
+ }
23202
+ },
23203
+ "required": [
23204
+ "createdAt",
23205
+ "updatedAt",
23206
+ "id",
23207
+ "slug",
23208
+ "ownerId",
23209
+ "digest",
23210
+ "sizeInBytes",
23211
+ "itemCount"
23212
+ ],
23213
+ "type": "object",
23214
+ "description": "An Edge Config"
23215
+ }
23216
+ }
23217
+ }
23218
+ },
23219
+ "400": {
23220
+ "description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
23221
+ "content": {
23222
+ "application/json": {
23223
+ "schema": {
23224
+ "$ref": "#/components/schemas/VercelBadRequestError"
23225
+ }
23226
+ }
23227
+ }
23228
+ },
23229
+ "401": {
23230
+ "description": "",
23231
+ "content": {
23232
+ "application/json": {
23233
+ "schema": {
23234
+ "$ref": "#/components/schemas/VercelForbiddenError"
23235
+ }
23236
+ }
23237
+ }
23238
+ },
23239
+ "402": {
23240
+ "description": "The account was soft-blocked for an unhandled reason.\nThe account is missing a payment so payment method must be updated"
23241
+ },
23242
+ "403": {
23243
+ "description": "You do not have permission to access this resource."
23244
+ },
23245
+ "404": {
23246
+ "description": "",
23247
+ "content": {
23248
+ "application/json": {
23249
+ "schema": {
23250
+ "$ref": "#/components/schemas/VercelNotFoundError"
23251
+ }
23252
+ }
23253
+ }
23254
+ }
23255
+ },
23256
+ "parameters": [
23257
+ {
23258
+ "name": "edgeConfigId",
23259
+ "in": "path",
23260
+ "required": true,
23261
+ "schema": {
23262
+ "type": "string"
23263
+ }
23264
+ },
23265
+ {
23266
+ "description": "The Team identifier to perform the request on behalf of.",
23267
+ "in": "query",
23268
+ "name": "teamId",
23269
+ "schema": {
23270
+ "type": "string",
23271
+ "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
23272
+ }
23273
+ },
23274
+ {
23275
+ "description": "The Team slug to perform the request on behalf of.",
23276
+ "in": "query",
23277
+ "name": "slug",
23278
+ "schema": {
23279
+ "type": "string",
23280
+ "example": "my-team-url-slug"
23281
+ }
23282
+ }
23283
+ ],
23284
+ "requestBody": {
23285
+ "content": {
23286
+ "application/json": {
23287
+ "schema": {
23288
+ "type": "object",
23289
+ "required": [
23290
+ "slug"
23291
+ ],
23292
+ "properties": {
23293
+ "slug": {
23294
+ "maxLength": 64,
23295
+ "pattern": "^[\\\\w-]+$",
23296
+ "type": "string"
23297
+ }
23298
+ }
23299
+ }
23300
+ }
23301
+ },
23302
+ "required": true
23303
+ }
23304
+ },
23305
+ "delete": {
23306
+ "description": "Delete an Edge Config by id.",
23307
+ "operationId": "deleteEdgeConfig",
23308
+ "security": [
23309
+ {
23310
+ "bearerToken": []
23311
+ }
23312
+ ],
23313
+ "summary": "Delete an Edge Config",
23314
+ "tags": [
23315
+ "edge-config"
23316
+ ],
23317
+ "responses": {
23318
+ "204": {
23319
+ "description": ""
23320
+ },
23297
23321
  "400": {
23298
23322
  "description": "One of the provided values in the request query is invalid.",
23299
23323
  "content": {
@@ -26282,6 +26306,14 @@
26282
26306
  "status"
26283
26307
  ],
26284
26308
  "properties": {
26309
+ "ownership": {
26310
+ "type": "string",
26311
+ "enum": [
26312
+ "owned",
26313
+ "linked",
26314
+ "sandbox"
26315
+ ]
26316
+ },
26285
26317
  "productId": {
26286
26318
  "type": "string"
26287
26319
  },
@@ -26402,6 +26434,10 @@
26402
26434
  }
26403
26435
  }
26404
26436
  },
26437
+ "extras": {
26438
+ "type": "object",
26439
+ "additionalProperties": true
26440
+ },
26405
26441
  "secrets": {
26406
26442
  "type": "array",
26407
26443
  "items": {
@@ -29078,12 +29114,38 @@
29078
29114
  "enabled"
29079
29115
  ]
29080
29116
  },
29117
+ "endpoint": {
29118
+ "type": "string"
29119
+ },
29120
+ "headers": {
29121
+ "additionalProperties": {
29122
+ "type": "string"
29123
+ },
29124
+ "type": "object"
29125
+ },
29081
29126
  "format": {
29082
29127
  "type": "string",
29083
29128
  "enum": [
29084
29129
  "json",
29085
29130
  "ndjson"
29086
29131
  ]
29132
+ }
29133
+ },
29134
+ "required": [
29135
+ "status",
29136
+ "endpoint",
29137
+ "format"
29138
+ ],
29139
+ "type": "object"
29140
+ },
29141
+ "traceDrain": {
29142
+ "properties": {
29143
+ "status": {
29144
+ "type": "string",
29145
+ "enum": [
29146
+ "disabled",
29147
+ "enabled"
29148
+ ]
29087
29149
  },
29088
29150
  "endpoint": {
29089
29151
  "type": "string"
@@ -29093,12 +29155,19 @@
29093
29155
  "type": "string"
29094
29156
  },
29095
29157
  "type": "object"
29158
+ },
29159
+ "format": {
29160
+ "type": "string",
29161
+ "enum": [
29162
+ "json",
29163
+ "proto"
29164
+ ]
29096
29165
  }
29097
29166
  },
29098
29167
  "required": [
29099
29168
  "status",
29100
- "format",
29101
- "endpoint"
29169
+ "endpoint",
29170
+ "format"
29102
29171
  ],
29103
29172
  "type": "object"
29104
29173
  },
@@ -29147,6 +29216,7 @@
29147
29216
  "workflow",
29148
29217
  "checks",
29149
29218
  "logDrain",
29219
+ "traceDrain",
29150
29220
  "messaging",
29151
29221
  "other"
29152
29222
  ]
@@ -29182,34 +29252,34 @@
29182
29252
  "minLength": {
29183
29253
  "type": "object",
29184
29254
  "properties": {
29185
- "__@BRAND@508581": {
29255
+ "__@BRAND@510349": {
29186
29256
  "type": "object"
29187
29257
  }
29188
29258
  },
29189
29259
  "required": [
29190
- "__@BRAND@508581"
29260
+ "__@BRAND@510349"
29191
29261
  ]
29192
29262
  },
29193
29263
  "maxLength": {
29194
29264
  "type": "object",
29195
29265
  "properties": {
29196
- "__@BRAND@508581": {
29266
+ "__@BRAND@510349": {
29197
29267
  "type": "object"
29198
29268
  }
29199
29269
  },
29200
29270
  "required": [
29201
- "__@BRAND@508581"
29271
+ "__@BRAND@510349"
29202
29272
  ]
29203
29273
  },
29204
29274
  "pattern": {
29205
29275
  "type": "object",
29206
29276
  "properties": {
29207
- "__@BRAND@508581": {
29277
+ "__@BRAND@510349": {
29208
29278
  "type": "object"
29209
29279
  }
29210
29280
  },
29211
29281
  "required": [
29212
- "__@BRAND@508581"
29282
+ "__@BRAND@510349"
29213
29283
  ]
29214
29284
  },
29215
29285
  "default": {
@@ -29892,34 +29962,34 @@
29892
29962
  "minLength": {
29893
29963
  "type": "object",
29894
29964
  "properties": {
29895
- "__@BRAND@508581": {
29965
+ "__@BRAND@510349": {
29896
29966
  "type": "object"
29897
29967
  }
29898
29968
  },
29899
29969
  "required": [
29900
- "__@BRAND@508581"
29970
+ "__@BRAND@510349"
29901
29971
  ]
29902
29972
  },
29903
29973
  "maxLength": {
29904
29974
  "type": "object",
29905
29975
  "properties": {
29906
- "__@BRAND@508581": {
29976
+ "__@BRAND@510349": {
29907
29977
  "type": "object"
29908
29978
  }
29909
29979
  },
29910
29980
  "required": [
29911
- "__@BRAND@508581"
29981
+ "__@BRAND@510349"
29912
29982
  ]
29913
29983
  },
29914
29984
  "pattern": {
29915
29985
  "type": "object",
29916
29986
  "properties": {
29917
- "__@BRAND@508581": {
29987
+ "__@BRAND@510349": {
29918
29988
  "type": "object"
29919
29989
  }
29920
29990
  },
29921
29991
  "required": [
29922
- "__@BRAND@508581"
29992
+ "__@BRAND@510349"
29923
29993
  ]
29924
29994
  },
29925
29995
  "default": {
@@ -30077,34 +30147,34 @@
30077
30147
  "minLength": {
30078
30148
  "type": "object",
30079
30149
  "properties": {
30080
- "__@BRAND@508581": {
30150
+ "__@BRAND@510349": {
30081
30151
  "type": "object"
30082
30152
  }
30083
30153
  },
30084
30154
  "required": [
30085
- "__@BRAND@508581"
30155
+ "__@BRAND@510349"
30086
30156
  ]
30087
30157
  },
30088
30158
  "maxLength": {
30089
30159
  "type": "object",
30090
30160
  "properties": {
30091
- "__@BRAND@508581": {
30161
+ "__@BRAND@510349": {
30092
30162
  "type": "object"
30093
30163
  }
30094
30164
  },
30095
30165
  "required": [
30096
- "__@BRAND@508581"
30166
+ "__@BRAND@510349"
30097
30167
  ]
30098
30168
  },
30099
30169
  "pattern": {
30100
30170
  "type": "object",
30101
30171
  "properties": {
30102
- "__@BRAND@508581": {
30172
+ "__@BRAND@510349": {
30103
30173
  "type": "object"
30104
30174
  }
30105
30175
  },
30106
30176
  "required": [
30107
- "__@BRAND@508581"
30177
+ "__@BRAND@510349"
30108
30178
  ]
30109
30179
  },
30110
30180
  "default": {
@@ -30415,12 +30485,12 @@
30415
30485
  {
30416
30486
  "type": "object",
30417
30487
  "properties": {
30418
- "__@BRAND@508581": {
30488
+ "__@BRAND@510349": {
30419
30489
  "type": "object"
30420
30490
  }
30421
30491
  },
30422
30492
  "required": [
30423
- "__@BRAND@508581"
30493
+ "__@BRAND@510349"
30424
30494
  ]
30425
30495
  },
30426
30496
  {
@@ -30428,12 +30498,12 @@
30428
30498
  "value": {
30429
30499
  "type": "object",
30430
30500
  "properties": {
30431
- "__@BRAND@508581": {
30501
+ "__@BRAND@510349": {
30432
30502
  "type": "object"
30433
30503
  }
30434
30504
  },
30435
30505
  "required": [
30436
- "__@BRAND@508581"
30506
+ "__@BRAND@510349"
30437
30507
  ]
30438
30508
  },
30439
30509
  "disabled": {
@@ -30502,34 +30572,34 @@
30502
30572
  "minLength": {
30503
30573
  "type": "object",
30504
30574
  "properties": {
30505
- "__@BRAND@508581": {
30575
+ "__@BRAND@510349": {
30506
30576
  "type": "object"
30507
30577
  }
30508
30578
  },
30509
30579
  "required": [
30510
- "__@BRAND@508581"
30580
+ "__@BRAND@510349"
30511
30581
  ]
30512
30582
  },
30513
30583
  "maxLength": {
30514
30584
  "type": "object",
30515
30585
  "properties": {
30516
- "__@BRAND@508581": {
30586
+ "__@BRAND@510349": {
30517
30587
  "type": "object"
30518
30588
  }
30519
30589
  },
30520
30590
  "required": [
30521
- "__@BRAND@508581"
30591
+ "__@BRAND@510349"
30522
30592
  ]
30523
30593
  },
30524
30594
  "pattern": {
30525
30595
  "type": "object",
30526
30596
  "properties": {
30527
- "__@BRAND@508581": {
30597
+ "__@BRAND@510349": {
30528
30598
  "type": "object"
30529
30599
  }
30530
30600
  },
30531
30601
  "required": [
30532
- "__@BRAND@508581"
30602
+ "__@BRAND@510349"
30533
30603
  ]
30534
30604
  },
30535
30605
  "default": {
@@ -30687,34 +30757,34 @@
30687
30757
  "minLength": {
30688
30758
  "type": "object",
30689
30759
  "properties": {
30690
- "__@BRAND@508581": {
30760
+ "__@BRAND@510349": {
30691
30761
  "type": "object"
30692
30762
  }
30693
30763
  },
30694
30764
  "required": [
30695
- "__@BRAND@508581"
30765
+ "__@BRAND@510349"
30696
30766
  ]
30697
30767
  },
30698
30768
  "maxLength": {
30699
30769
  "type": "object",
30700
30770
  "properties": {
30701
- "__@BRAND@508581": {
30771
+ "__@BRAND@510349": {
30702
30772
  "type": "object"
30703
30773
  }
30704
30774
  },
30705
30775
  "required": [
30706
- "__@BRAND@508581"
30776
+ "__@BRAND@510349"
30707
30777
  ]
30708
30778
  },
30709
30779
  "pattern": {
30710
30780
  "type": "object",
30711
30781
  "properties": {
30712
- "__@BRAND@508581": {
30782
+ "__@BRAND@510349": {
30713
30783
  "type": "object"
30714
30784
  }
30715
30785
  },
30716
30786
  "required": [
30717
- "__@BRAND@508581"
30787
+ "__@BRAND@510349"
30718
30788
  ]
30719
30789
  },
30720
30790
  "default": {
@@ -30803,12 +30873,12 @@
30803
30873
  {
30804
30874
  "type": "object",
30805
30875
  "properties": {
30806
- "__@BRAND@508581": {
30876
+ "__@BRAND@510349": {
30807
30877
  "type": "object"
30808
30878
  }
30809
30879
  },
30810
30880
  "required": [
30811
- "__@BRAND@508581"
30881
+ "__@BRAND@510349"
30812
30882
  ]
30813
30883
  },
30814
30884
  {
@@ -30816,12 +30886,12 @@
30816
30886
  "value": {
30817
30887
  "type": "object",
30818
30888
  "properties": {
30819
- "__@BRAND@508581": {
30889
+ "__@BRAND@510349": {
30820
30890
  "type": "object"
30821
30891
  }
30822
30892
  },
30823
30893
  "required": [
30824
- "__@BRAND@508581"
30894
+ "__@BRAND@510349"
30825
30895
  ]
30826
30896
  },
30827
30897
  "disabled": {
@@ -31007,12 +31077,12 @@
31007
31077
  "items": {
31008
31078
  "type": "object",
31009
31079
  "properties": {
31010
- "__@BRAND@508581": {
31080
+ "__@BRAND@510349": {
31011
31081
  "type": "object"
31012
31082
  }
31013
31083
  },
31014
31084
  "required": [
31015
- "__@BRAND@508581"
31085
+ "__@BRAND@510349"
31016
31086
  ]
31017
31087
  },
31018
31088
  "type": "array"
@@ -31021,12 +31091,12 @@
31021
31091
  "items": {
31022
31092
  "type": "object",
31023
31093
  "properties": {
31024
- "__@BRAND@508581": {
31094
+ "__@BRAND@510349": {
31025
31095
  "type": "object"
31026
31096
  }
31027
31097
  },
31028
31098
  "required": [
31029
- "__@BRAND@508581"
31099
+ "__@BRAND@510349"
31030
31100
  ]
31031
31101
  },
31032
31102
  "type": "array"
@@ -31045,12 +31115,12 @@
31045
31115
  "value": {
31046
31116
  "type": "object",
31047
31117
  "properties": {
31048
- "__@BRAND@508581": {
31118
+ "__@BRAND@510349": {
31049
31119
  "type": "object"
31050
31120
  }
31051
31121
  },
31052
31122
  "required": [
31053
- "__@BRAND@508581"
31123
+ "__@BRAND@510349"
31054
31124
  ]
31055
31125
  },
31056
31126
  "disabled": {
@@ -34081,6 +34151,7 @@
34081
34151
  "vitepress",
34082
34152
  "vuepress",
34083
34153
  "parcel",
34154
+ "fastapi",
34084
34155
  "fasthtml",
34085
34156
  "sanity-v3",
34086
34157
  "sanity",
@@ -36270,6 +36341,12 @@
36270
36341
  },
36271
36342
  "type": "array"
36272
36343
  },
36344
+ "traceDrain": {
36345
+ "items": {
36346
+ "$ref": "#/components/schemas/ACLAction"
36347
+ },
36348
+ "type": "array"
36349
+ },
36273
36350
  "Monitoring": {
36274
36351
  "items": {
36275
36352
  "$ref": "#/components/schemas/ACLAction"
@@ -38241,10 +38318,10 @@
38241
38318
  "type": "string",
38242
38319
  "enum": [
38243
38320
  "system",
38244
- "secret",
38245
38321
  "encrypted",
38246
38322
  "plain",
38247
- "sensitive"
38323
+ "sensitive",
38324
+ "secret"
38248
38325
  ]
38249
38326
  },
38250
38327
  "sunsetSecretId": {
@@ -38828,6 +38905,7 @@
38828
38905
  "vitepress",
38829
38906
  "vuepress",
38830
38907
  "parcel",
38908
+ "fastapi",
38831
38909
  "fasthtml",
38832
38910
  "sanity-v3",
38833
38911
  "sanity",
@@ -39246,18 +39324,18 @@
39246
39324
  "github-limited"
39247
39325
  ]
39248
39326
  },
39327
+ "repo": {
39328
+ "type": "string"
39329
+ },
39330
+ "repoId": {
39331
+ "type": "number"
39332
+ },
39249
39333
  "updatedAt": {
39250
39334
  "type": "number"
39251
39335
  },
39252
39336
  "createdAt": {
39253
39337
  "type": "number"
39254
39338
  },
39255
- "repo": {
39256
- "type": "string"
39257
- },
39258
- "sourceless": {
39259
- "type": "boolean"
39260
- },
39261
39339
  "org": {
39262
39340
  "type": "string"
39263
39341
  },
@@ -39265,9 +39343,6 @@
39265
39343
  "type": "number",
39266
39344
  "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."
39267
39345
  },
39268
- "repoId": {
39269
- "type": "number"
39270
- },
39271
39346
  "deployHooks": {
39272
39347
  "items": {
39273
39348
  "properties": {
@@ -39300,6 +39375,9 @@
39300
39375
  "gitCredentialId": {
39301
39376
  "type": "string"
39302
39377
  },
39378
+ "sourceless": {
39379
+ "type": "boolean"
39380
+ },
39303
39381
  "productionBranch": {
39304
39382
  "type": "string"
39305
39383
  }
@@ -39690,6 +39768,9 @@
39690
39768
  },
39691
39769
  "resourceConfig": {
39692
39770
  "properties": {
39771
+ "elasticConcurrencyEnabled": {
39772
+ "type": "boolean"
39773
+ },
39693
39774
  "fluid": {
39694
39775
  "type": "boolean"
39695
39776
  },
@@ -39713,9 +39794,6 @@
39713
39794
  "functionZeroConfigFailover": {
39714
39795
  "type": "boolean"
39715
39796
  },
39716
- "elasticConcurrencyEnabled": {
39717
- "type": "boolean"
39718
- },
39719
39797
  "buildMachineType": {
39720
39798
  "type": "string",
39721
39799
  "enum": [
@@ -39811,6 +39889,9 @@
39811
39889
  },
39812
39890
  "defaultResourceConfig": {
39813
39891
  "properties": {
39892
+ "elasticConcurrencyEnabled": {
39893
+ "type": "boolean"
39894
+ },
39814
39895
  "fluid": {
39815
39896
  "type": "boolean"
39816
39897
  },
@@ -39834,9 +39915,6 @@
39834
39915
  "functionZeroConfigFailover": {
39835
39916
  "type": "boolean"
39836
39917
  },
39837
- "elasticConcurrencyEnabled": {
39838
- "type": "boolean"
39839
- },
39840
39918
  "buildMachineType": {
39841
39919
  "type": "string",
39842
39920
  "enum": [
@@ -39881,8 +39959,8 @@
39881
39959
  "deploymentType": {
39882
39960
  "type": "string",
39883
39961
  "enum": [
39884
- "all",
39885
39962
  "preview",
39963
+ "all",
39886
39964
  "prod_deployment_urls_and_all_previews",
39887
39965
  "all_except_custom_domains"
39888
39966
  ]
@@ -40219,1279 +40297,1285 @@
40219
40297
  },
40220
40298
  "permissions": {
40221
40299
  "properties": {
40222
- "oauth2Connection": {
40300
+ "aliasProject": {
40223
40301
  "items": {
40224
40302
  "$ref": "#/components/schemas/ACLAction"
40225
40303
  },
40226
40304
  "type": "array"
40227
40305
  },
40228
- "user": {
40306
+ "aliasProtectionBypass": {
40229
40307
  "items": {
40230
40308
  "$ref": "#/components/schemas/ACLAction"
40231
40309
  },
40232
40310
  "type": "array"
40233
40311
  },
40234
- "userConnection": {
40312
+ "buildMachine": {
40235
40313
  "items": {
40236
40314
  "$ref": "#/components/schemas/ACLAction"
40237
40315
  },
40238
40316
  "type": "array"
40239
40317
  },
40240
- "userSudo": {
40318
+ "productionAliasProtectionBypass": {
40241
40319
  "items": {
40242
40320
  "$ref": "#/components/schemas/ACLAction"
40243
40321
  },
40244
40322
  "type": "array"
40245
40323
  },
40246
- "webAuthn": {
40324
+ "connectConfigurationLink": {
40247
40325
  "items": {
40248
40326
  "$ref": "#/components/schemas/ACLAction"
40249
40327
  },
40250
40328
  "type": "array"
40251
40329
  },
40252
- "accessGroup": {
40330
+ "dataCacheNamespace": {
40253
40331
  "items": {
40254
40332
  "$ref": "#/components/schemas/ACLAction"
40255
40333
  },
40256
40334
  "type": "array"
40257
40335
  },
40258
- "aliasGlobal": {
40336
+ "deployment": {
40259
40337
  "items": {
40260
40338
  "$ref": "#/components/schemas/ACLAction"
40261
40339
  },
40262
40340
  "type": "array"
40263
40341
  },
40264
- "analyticsSampling": {
40342
+ "deploymentBuildLogs": {
40265
40343
  "items": {
40266
40344
  "$ref": "#/components/schemas/ACLAction"
40267
40345
  },
40268
40346
  "type": "array"
40269
40347
  },
40270
- "analyticsUsage": {
40348
+ "deploymentCheck": {
40271
40349
  "items": {
40272
40350
  "$ref": "#/components/schemas/ACLAction"
40273
40351
  },
40274
40352
  "type": "array"
40275
40353
  },
40276
- "auditLog": {
40354
+ "deploymentCheckPreview": {
40277
40355
  "items": {
40278
40356
  "$ref": "#/components/schemas/ACLAction"
40279
40357
  },
40280
40358
  "type": "array"
40281
40359
  },
40282
- "billingAddress": {
40360
+ "deploymentCheckReRunFromProductionBranch": {
40283
40361
  "items": {
40284
40362
  "$ref": "#/components/schemas/ACLAction"
40285
40363
  },
40286
40364
  "type": "array"
40287
40365
  },
40288
- "billingInformation": {
40366
+ "deploymentProductionGit": {
40289
40367
  "items": {
40290
40368
  "$ref": "#/components/schemas/ACLAction"
40291
40369
  },
40292
40370
  "type": "array"
40293
40371
  },
40294
- "billingInvoice": {
40372
+ "deploymentV0": {
40295
40373
  "items": {
40296
40374
  "$ref": "#/components/schemas/ACLAction"
40297
40375
  },
40298
40376
  "type": "array"
40299
40377
  },
40300
- "billingInvoiceEmailRecipient": {
40378
+ "deploymentPreview": {
40301
40379
  "items": {
40302
40380
  "$ref": "#/components/schemas/ACLAction"
40303
40381
  },
40304
40382
  "type": "array"
40305
40383
  },
40306
- "billingInvoiceLanguage": {
40384
+ "deploymentPrivate": {
40307
40385
  "items": {
40308
40386
  "$ref": "#/components/schemas/ACLAction"
40309
40387
  },
40310
40388
  "type": "array"
40311
40389
  },
40312
- "billingPlan": {
40390
+ "deploymentPromote": {
40313
40391
  "items": {
40314
40392
  "$ref": "#/components/schemas/ACLAction"
40315
40393
  },
40316
40394
  "type": "array"
40317
40395
  },
40318
- "billingPurchaseOrder": {
40396
+ "deploymentRollback": {
40319
40397
  "items": {
40320
40398
  "$ref": "#/components/schemas/ACLAction"
40321
40399
  },
40322
40400
  "type": "array"
40323
40401
  },
40324
- "billingRefund": {
40402
+ "edgeCacheNamespace": {
40325
40403
  "items": {
40326
40404
  "$ref": "#/components/schemas/ACLAction"
40327
40405
  },
40328
40406
  "type": "array"
40329
40407
  },
40330
- "billingTaxId": {
40408
+ "environments": {
40331
40409
  "items": {
40332
40410
  "$ref": "#/components/schemas/ACLAction"
40333
40411
  },
40334
40412
  "type": "array"
40335
40413
  },
40336
- "blob": {
40414
+ "logs": {
40337
40415
  "items": {
40338
40416
  "$ref": "#/components/schemas/ACLAction"
40339
40417
  },
40340
40418
  "type": "array"
40341
40419
  },
40342
- "budget": {
40420
+ "logsPreset": {
40343
40421
  "items": {
40344
40422
  "$ref": "#/components/schemas/ACLAction"
40345
40423
  },
40346
40424
  "type": "array"
40347
40425
  },
40348
- "cacheArtifact": {
40426
+ "passwordProtection": {
40349
40427
  "items": {
40350
40428
  "$ref": "#/components/schemas/ACLAction"
40351
40429
  },
40352
40430
  "type": "array"
40353
40431
  },
40354
- "cacheArtifactUsageEvent": {
40432
+ "optionsAllowlist": {
40355
40433
  "items": {
40356
40434
  "$ref": "#/components/schemas/ACLAction"
40357
40435
  },
40358
40436
  "type": "array"
40359
40437
  },
40360
- "codeChecks": {
40438
+ "job": {
40361
40439
  "items": {
40362
40440
  "$ref": "#/components/schemas/ACLAction"
40363
40441
  },
40364
40442
  "type": "array"
40365
40443
  },
40366
- "concurrentBuilds": {
40444
+ "observabilityData": {
40367
40445
  "items": {
40368
40446
  "$ref": "#/components/schemas/ACLAction"
40369
40447
  },
40370
40448
  "type": "array"
40371
40449
  },
40372
- "connect": {
40450
+ "onDemandBuild": {
40373
40451
  "items": {
40374
40452
  "$ref": "#/components/schemas/ACLAction"
40375
40453
  },
40376
40454
  "type": "array"
40377
40455
  },
40378
- "connectConfiguration": {
40456
+ "onDemandConcurrency": {
40379
40457
  "items": {
40380
40458
  "$ref": "#/components/schemas/ACLAction"
40381
40459
  },
40382
40460
  "type": "array"
40383
40461
  },
40384
- "defaultDeploymentProtection": {
40462
+ "project": {
40385
40463
  "items": {
40386
40464
  "$ref": "#/components/schemas/ACLAction"
40387
40465
  },
40388
40466
  "type": "array"
40389
40467
  },
40390
- "domain": {
40468
+ "projectFromV0": {
40391
40469
  "items": {
40392
40470
  "$ref": "#/components/schemas/ACLAction"
40393
40471
  },
40394
40472
  "type": "array"
40395
40473
  },
40396
- "domainAcceptDelegation": {
40474
+ "projectAccessGroup": {
40397
40475
  "items": {
40398
40476
  "$ref": "#/components/schemas/ACLAction"
40399
40477
  },
40400
40478
  "type": "array"
40401
40479
  },
40402
- "domainAuthCodes": {
40480
+ "projectAnalyticsSampling": {
40403
40481
  "items": {
40404
40482
  "$ref": "#/components/schemas/ACLAction"
40405
40483
  },
40406
40484
  "type": "array"
40407
40485
  },
40408
- "domainCertificate": {
40486
+ "projectCheck": {
40409
40487
  "items": {
40410
40488
  "$ref": "#/components/schemas/ACLAction"
40411
40489
  },
40412
40490
  "type": "array"
40413
40491
  },
40414
- "domainCheckConfig": {
40492
+ "projectCheckRun": {
40415
40493
  "items": {
40416
40494
  "$ref": "#/components/schemas/ACLAction"
40417
40495
  },
40418
40496
  "type": "array"
40419
40497
  },
40420
- "domainMove": {
40498
+ "projectDeploymentHook": {
40421
40499
  "items": {
40422
40500
  "$ref": "#/components/schemas/ACLAction"
40423
40501
  },
40424
40502
  "type": "array"
40425
40503
  },
40426
- "domainPurchase": {
40504
+ "projectDomain": {
40427
40505
  "items": {
40428
40506
  "$ref": "#/components/schemas/ACLAction"
40429
40507
  },
40430
40508
  "type": "array"
40431
40509
  },
40432
- "domainRecord": {
40510
+ "projectDomainMove": {
40433
40511
  "items": {
40434
40512
  "$ref": "#/components/schemas/ACLAction"
40435
40513
  },
40436
40514
  "type": "array"
40437
40515
  },
40438
- "domainTransferIn": {
40516
+ "projectDomainCheckConfig": {
40439
40517
  "items": {
40440
40518
  "$ref": "#/components/schemas/ACLAction"
40441
40519
  },
40442
40520
  "type": "array"
40443
40521
  },
40444
- "event": {
40522
+ "projectEnvVars": {
40445
40523
  "items": {
40446
40524
  "$ref": "#/components/schemas/ACLAction"
40447
40525
  },
40448
40526
  "type": "array"
40449
40527
  },
40450
- "ownEvent": {
40528
+ "projectEnvVarsProduction": {
40451
40529
  "items": {
40452
40530
  "$ref": "#/components/schemas/ACLAction"
40453
40531
  },
40454
40532
  "type": "array"
40455
40533
  },
40456
- "sensitiveEnvironmentVariablePolicy": {
40534
+ "projectEnvVarsUnownedByIntegration": {
40457
40535
  "items": {
40458
40536
  "$ref": "#/components/schemas/ACLAction"
40459
40537
  },
40460
40538
  "type": "array"
40461
40539
  },
40462
- "fileUpload": {
40540
+ "projectFlags": {
40463
40541
  "items": {
40464
40542
  "$ref": "#/components/schemas/ACLAction"
40465
40543
  },
40466
40544
  "type": "array"
40467
40545
  },
40468
- "flagsExplorerSubscription": {
40546
+ "projectId": {
40469
40547
  "items": {
40470
40548
  "$ref": "#/components/schemas/ACLAction"
40471
40549
  },
40472
40550
  "type": "array"
40473
40551
  },
40474
- "gitRepository": {
40552
+ "projectIntegrationConfiguration": {
40475
40553
  "items": {
40476
40554
  "$ref": "#/components/schemas/ACLAction"
40477
40555
  },
40478
40556
  "type": "array"
40479
40557
  },
40480
- "ipBlocking": {
40558
+ "projectLink": {
40481
40559
  "items": {
40482
40560
  "$ref": "#/components/schemas/ACLAction"
40483
40561
  },
40484
40562
  "type": "array"
40485
40563
  },
40486
- "imageOptimizationNewPrice": {
40564
+ "projectMember": {
40487
40565
  "items": {
40488
40566
  "$ref": "#/components/schemas/ACLAction"
40489
40567
  },
40490
40568
  "type": "array"
40491
40569
  },
40492
- "integration": {
40570
+ "projectMonitoring": {
40493
40571
  "items": {
40494
40572
  "$ref": "#/components/schemas/ACLAction"
40495
40573
  },
40496
40574
  "type": "array"
40497
40575
  },
40498
- "integrationAccount": {
40576
+ "projectPermissions": {
40499
40577
  "items": {
40500
40578
  "$ref": "#/components/schemas/ACLAction"
40501
40579
  },
40502
40580
  "type": "array"
40503
40581
  },
40504
- "integrationConfiguration": {
40582
+ "projectProductionBranch": {
40505
40583
  "items": {
40506
40584
  "$ref": "#/components/schemas/ACLAction"
40507
40585
  },
40508
40586
  "type": "array"
40509
40587
  },
40510
- "integrationConfigurationTransfer": {
40588
+ "projectTransfer": {
40511
40589
  "items": {
40512
40590
  "$ref": "#/components/schemas/ACLAction"
40513
40591
  },
40514
40592
  "type": "array"
40515
40593
  },
40516
- "integrationConfigurationProjects": {
40594
+ "projectTransferOut": {
40517
40595
  "items": {
40518
40596
  "$ref": "#/components/schemas/ACLAction"
40519
40597
  },
40520
40598
  "type": "array"
40521
40599
  },
40522
- "integrationVercelConfigurationOverride": {
40600
+ "projectProtectionBypass": {
40523
40601
  "items": {
40524
40602
  "$ref": "#/components/schemas/ACLAction"
40525
40603
  },
40526
40604
  "type": "array"
40527
40605
  },
40528
- "integrationConfigurationRole": {
40606
+ "projectUsage": {
40529
40607
  "items": {
40530
40608
  "$ref": "#/components/schemas/ACLAction"
40531
40609
  },
40532
40610
  "type": "array"
40533
40611
  },
40534
- "integrationSSOSession": {
40612
+ "projectAnalyticsUsage": {
40535
40613
  "items": {
40536
40614
  "$ref": "#/components/schemas/ACLAction"
40537
40615
  },
40538
40616
  "type": "array"
40539
40617
  },
40540
- "integrationResource": {
40618
+ "projectSupportCase": {
40541
40619
  "items": {
40542
40620
  "$ref": "#/components/schemas/ACLAction"
40543
40621
  },
40544
40622
  "type": "array"
40545
40623
  },
40546
- "integrationEvent": {
40624
+ "projectSupportCaseComment": {
40547
40625
  "items": {
40548
40626
  "$ref": "#/components/schemas/ACLAction"
40549
40627
  },
40550
40628
  "type": "array"
40551
40629
  },
40552
- "integrationResourceSecrets": {
40630
+ "projectDeploymentExpiration": {
40553
40631
  "items": {
40554
40632
  "$ref": "#/components/schemas/ACLAction"
40555
40633
  },
40556
40634
  "type": "array"
40557
40635
  },
40558
- "integrationDeploymentAction": {
40636
+ "projectRollingRelease": {
40559
40637
  "items": {
40560
40638
  "$ref": "#/components/schemas/ACLAction"
40561
40639
  },
40562
40640
  "type": "array"
40563
40641
  },
40564
- "marketplaceInstallationMember": {
40642
+ "projectTier": {
40565
40643
  "items": {
40566
40644
  "$ref": "#/components/schemas/ACLAction"
40567
40645
  },
40568
40646
  "type": "array"
40569
40647
  },
40570
- "marketplaceBillingData": {
40648
+ "projectOIDCToken": {
40571
40649
  "items": {
40572
40650
  "$ref": "#/components/schemas/ACLAction"
40573
40651
  },
40574
40652
  "type": "array"
40575
40653
  },
40576
- "marketplaceInvoice": {
40654
+ "seawallConfig": {
40577
40655
  "items": {
40578
40656
  "$ref": "#/components/schemas/ACLAction"
40579
40657
  },
40580
40658
  "type": "array"
40581
40659
  },
40582
- "marketplaceSettings": {
40660
+ "skewProtection": {
40583
40661
  "items": {
40584
40662
  "$ref": "#/components/schemas/ACLAction"
40585
40663
  },
40586
40664
  "type": "array"
40587
40665
  },
40588
- "marketplaceExperimentationItem": {
40666
+ "analytics": {
40589
40667
  "items": {
40590
40668
  "$ref": "#/components/schemas/ACLAction"
40591
40669
  },
40592
40670
  "type": "array"
40593
40671
  },
40594
- "marketplaceExperimentationEdgeConfigData": {
40672
+ "trustedIps": {
40595
40673
  "items": {
40596
40674
  "$ref": "#/components/schemas/ACLAction"
40597
40675
  },
40598
40676
  "type": "array"
40599
40677
  },
40600
- "jobGlobal": {
40678
+ "v0Chat": {
40601
40679
  "items": {
40602
40680
  "$ref": "#/components/schemas/ACLAction"
40603
40681
  },
40604
40682
  "type": "array"
40605
40683
  },
40606
- "drain": {
40684
+ "webAnalytics": {
40607
40685
  "items": {
40608
40686
  "$ref": "#/components/schemas/ACLAction"
40609
40687
  },
40610
40688
  "type": "array"
40611
40689
  },
40612
- "logDrain": {
40690
+ "sharedEnvVarConnection": {
40613
40691
  "items": {
40614
40692
  "$ref": "#/components/schemas/ACLAction"
40615
40693
  },
40616
40694
  "type": "array"
40617
40695
  },
40618
- "Monitoring": {
40696
+ "sonar": {
40619
40697
  "items": {
40620
40698
  "$ref": "#/components/schemas/ACLAction"
40621
40699
  },
40622
40700
  "type": "array"
40623
40701
  },
40624
- "monitoringSettings": {
40702
+ "oauth2Connection": {
40625
40703
  "items": {
40626
40704
  "$ref": "#/components/schemas/ACLAction"
40627
40705
  },
40628
40706
  "type": "array"
40629
40707
  },
40630
- "monitoringQuery": {
40708
+ "user": {
40631
40709
  "items": {
40632
40710
  "$ref": "#/components/schemas/ACLAction"
40633
40711
  },
40634
40712
  "type": "array"
40635
40713
  },
40636
- "monitoringChart": {
40714
+ "userConnection": {
40637
40715
  "items": {
40638
40716
  "$ref": "#/components/schemas/ACLAction"
40639
40717
  },
40640
40718
  "type": "array"
40641
40719
  },
40642
- "monitoringAlert": {
40720
+ "userSudo": {
40643
40721
  "items": {
40644
40722
  "$ref": "#/components/schemas/ACLAction"
40645
40723
  },
40646
40724
  "type": "array"
40647
40725
  },
40648
- "notificationDeploymentFailed": {
40726
+ "webAuthn": {
40649
40727
  "items": {
40650
40728
  "$ref": "#/components/schemas/ACLAction"
40651
40729
  },
40652
40730
  "type": "array"
40653
40731
  },
40654
- "notificationDomainConfiguration": {
40732
+ "accessGroup": {
40655
40733
  "items": {
40656
40734
  "$ref": "#/components/schemas/ACLAction"
40657
40735
  },
40658
40736
  "type": "array"
40659
40737
  },
40660
- "notificationDomainExpire": {
40738
+ "aliasGlobal": {
40661
40739
  "items": {
40662
40740
  "$ref": "#/components/schemas/ACLAction"
40663
40741
  },
40664
40742
  "type": "array"
40665
40743
  },
40666
- "notificationDomainMoved": {
40744
+ "analyticsSampling": {
40667
40745
  "items": {
40668
40746
  "$ref": "#/components/schemas/ACLAction"
40669
40747
  },
40670
40748
  "type": "array"
40671
40749
  },
40672
- "notificationDomainPurchase": {
40750
+ "analyticsUsage": {
40673
40751
  "items": {
40674
40752
  "$ref": "#/components/schemas/ACLAction"
40675
40753
  },
40676
40754
  "type": "array"
40677
40755
  },
40678
- "notificationDomainRenewal": {
40756
+ "auditLog": {
40679
40757
  "items": {
40680
40758
  "$ref": "#/components/schemas/ACLAction"
40681
40759
  },
40682
40760
  "type": "array"
40683
40761
  },
40684
- "notificationDomainTransfer": {
40762
+ "billingAddress": {
40685
40763
  "items": {
40686
40764
  "$ref": "#/components/schemas/ACLAction"
40687
40765
  },
40688
40766
  "type": "array"
40689
40767
  },
40690
- "notificationDomainUnverified": {
40768
+ "billingInformation": {
40691
40769
  "items": {
40692
40770
  "$ref": "#/components/schemas/ACLAction"
40693
40771
  },
40694
40772
  "type": "array"
40695
40773
  },
40696
- "NotificationMonitoringAlert": {
40774
+ "billingInvoice": {
40697
40775
  "items": {
40698
40776
  "$ref": "#/components/schemas/ACLAction"
40699
40777
  },
40700
40778
  "type": "array"
40701
40779
  },
40702
- "notificationPaymentFailed": {
40780
+ "billingInvoiceEmailRecipient": {
40703
40781
  "items": {
40704
40782
  "$ref": "#/components/schemas/ACLAction"
40705
40783
  },
40706
40784
  "type": "array"
40707
40785
  },
40708
- "notificationUsageAlert": {
40786
+ "billingInvoiceLanguage": {
40709
40787
  "items": {
40710
40788
  "$ref": "#/components/schemas/ACLAction"
40711
40789
  },
40712
40790
  "type": "array"
40713
40791
  },
40714
- "notificationPreferences": {
40792
+ "billingPlan": {
40715
40793
  "items": {
40716
40794
  "$ref": "#/components/schemas/ACLAction"
40717
40795
  },
40718
40796
  "type": "array"
40719
40797
  },
40720
- "notificationCustomerBudget": {
40798
+ "billingPurchaseOrder": {
40721
40799
  "items": {
40722
40800
  "$ref": "#/components/schemas/ACLAction"
40723
40801
  },
40724
40802
  "type": "array"
40725
40803
  },
40726
- "notificationStatementOfReasons": {
40804
+ "billingRefund": {
40727
40805
  "items": {
40728
40806
  "$ref": "#/components/schemas/ACLAction"
40729
40807
  },
40730
40808
  "type": "array"
40731
40809
  },
40732
- "observabilityConfiguration": {
40810
+ "billingTaxId": {
40733
40811
  "items": {
40734
40812
  "$ref": "#/components/schemas/ACLAction"
40735
40813
  },
40736
40814
  "type": "array"
40737
40815
  },
40738
- "alerts": {
40816
+ "blob": {
40739
40817
  "items": {
40740
40818
  "$ref": "#/components/schemas/ACLAction"
40741
40819
  },
40742
40820
  "type": "array"
40743
40821
  },
40744
- "observabilityNotebook": {
40822
+ "budget": {
40745
40823
  "items": {
40746
40824
  "$ref": "#/components/schemas/ACLAction"
40747
40825
  },
40748
40826
  "type": "array"
40749
40827
  },
40750
- "observabilityFunnel": {
40828
+ "cacheArtifact": {
40751
40829
  "items": {
40752
40830
  "$ref": "#/components/schemas/ACLAction"
40753
40831
  },
40754
40832
  "type": "array"
40755
40833
  },
40756
- "openTelemetryEndpoint": {
40834
+ "cacheArtifactUsageEvent": {
40757
40835
  "items": {
40758
40836
  "$ref": "#/components/schemas/ACLAction"
40759
40837
  },
40760
40838
  "type": "array"
40761
40839
  },
40762
- "vercelAppInstallation": {
40840
+ "codeChecks": {
40763
40841
  "items": {
40764
40842
  "$ref": "#/components/schemas/ACLAction"
40765
40843
  },
40766
40844
  "type": "array"
40767
40845
  },
40768
- "vercelAppInstallationRequest": {
40846
+ "concurrentBuilds": {
40769
40847
  "items": {
40770
40848
  "$ref": "#/components/schemas/ACLAction"
40771
40849
  },
40772
40850
  "type": "array"
40773
40851
  },
40774
- "paymentMethod": {
40852
+ "connect": {
40775
40853
  "items": {
40776
40854
  "$ref": "#/components/schemas/ACLAction"
40777
40855
  },
40778
40856
  "type": "array"
40779
40857
  },
40780
- "permissions": {
40858
+ "connectConfiguration": {
40781
40859
  "items": {
40782
40860
  "$ref": "#/components/schemas/ACLAction"
40783
40861
  },
40784
40862
  "type": "array"
40785
40863
  },
40786
- "postgres": {
40864
+ "defaultDeploymentProtection": {
40787
40865
  "items": {
40788
40866
  "$ref": "#/components/schemas/ACLAction"
40789
40867
  },
40790
40868
  "type": "array"
40791
40869
  },
40792
- "previewDeploymentSuffix": {
40870
+ "domain": {
40793
40871
  "items": {
40794
40872
  "$ref": "#/components/schemas/ACLAction"
40795
40873
  },
40796
40874
  "type": "array"
40797
40875
  },
40798
- "proTrialOnboarding": {
40876
+ "domainAcceptDelegation": {
40799
40877
  "items": {
40800
40878
  "$ref": "#/components/schemas/ACLAction"
40801
40879
  },
40802
40880
  "type": "array"
40803
40881
  },
40804
- "sharedEnvVars": {
40882
+ "domainAuthCodes": {
40805
40883
  "items": {
40806
40884
  "$ref": "#/components/schemas/ACLAction"
40807
40885
  },
40808
40886
  "type": "array"
40809
40887
  },
40810
- "sharedEnvVarsProduction": {
40888
+ "domainCertificate": {
40811
40889
  "items": {
40812
40890
  "$ref": "#/components/schemas/ACLAction"
40813
40891
  },
40814
40892
  "type": "array"
40815
40893
  },
40816
- "space": {
40894
+ "domainCheckConfig": {
40817
40895
  "items": {
40818
40896
  "$ref": "#/components/schemas/ACLAction"
40819
40897
  },
40820
40898
  "type": "array"
40821
40899
  },
40822
- "spaceRun": {
40900
+ "domainMove": {
40823
40901
  "items": {
40824
40902
  "$ref": "#/components/schemas/ACLAction"
40825
40903
  },
40826
40904
  "type": "array"
40827
40905
  },
40828
- "passwordProtectionInvoiceItem": {
40906
+ "domainPurchase": {
40829
40907
  "items": {
40830
40908
  "$ref": "#/components/schemas/ACLAction"
40831
40909
  },
40832
40910
  "type": "array"
40833
40911
  },
40834
- "rateLimit": {
40912
+ "domainRecord": {
40835
40913
  "items": {
40836
40914
  "$ref": "#/components/schemas/ACLAction"
40837
40915
  },
40838
40916
  "type": "array"
40839
40917
  },
40840
- "redis": {
40918
+ "domainTransferIn": {
40841
40919
  "items": {
40842
40920
  "$ref": "#/components/schemas/ACLAction"
40843
40921
  },
40844
40922
  "type": "array"
40845
40923
  },
40846
- "repository": {
40924
+ "event": {
40847
40925
  "items": {
40848
40926
  "$ref": "#/components/schemas/ACLAction"
40849
40927
  },
40850
40928
  "type": "array"
40851
40929
  },
40852
- "remoteCaching": {
40930
+ "ownEvent": {
40853
40931
  "items": {
40854
40932
  "$ref": "#/components/schemas/ACLAction"
40855
40933
  },
40856
40934
  "type": "array"
40857
40935
  },
40858
- "samlConfig": {
40936
+ "sensitiveEnvironmentVariablePolicy": {
40859
40937
  "items": {
40860
40938
  "$ref": "#/components/schemas/ACLAction"
40861
40939
  },
40862
40940
  "type": "array"
40863
40941
  },
40864
- "secret": {
40942
+ "fileUpload": {
40865
40943
  "items": {
40866
40944
  "$ref": "#/components/schemas/ACLAction"
40867
40945
  },
40868
40946
  "type": "array"
40869
40947
  },
40870
- "redisStoreTokenSet": {
40948
+ "flagsExplorerSubscription": {
40871
40949
  "items": {
40872
40950
  "$ref": "#/components/schemas/ACLAction"
40873
40951
  },
40874
40952
  "type": "array"
40875
40953
  },
40876
- "blobStoreTokenSet": {
40954
+ "gitRepository": {
40877
40955
  "items": {
40878
40956
  "$ref": "#/components/schemas/ACLAction"
40879
40957
  },
40880
40958
  "type": "array"
40881
40959
  },
40882
- "postgresStoreTokenSet": {
40960
+ "ipBlocking": {
40883
40961
  "items": {
40884
40962
  "$ref": "#/components/schemas/ACLAction"
40885
40963
  },
40886
40964
  "type": "array"
40887
40965
  },
40888
- "integrationStoreTokenSet": {
40966
+ "imageOptimizationNewPrice": {
40889
40967
  "items": {
40890
40968
  "$ref": "#/components/schemas/ACLAction"
40891
40969
  },
40892
40970
  "type": "array"
40893
40971
  },
40894
- "integrationResourceReplCommand": {
40972
+ "integration": {
40895
40973
  "items": {
40896
40974
  "$ref": "#/components/schemas/ACLAction"
40897
40975
  },
40898
40976
  "type": "array"
40899
40977
  },
40900
- "storeTransfer": {
40978
+ "integrationAccount": {
40901
40979
  "items": {
40902
40980
  "$ref": "#/components/schemas/ACLAction"
40903
40981
  },
40904
40982
  "type": "array"
40905
40983
  },
40906
- "supportCase": {
40984
+ "integrationConfiguration": {
40907
40985
  "items": {
40908
40986
  "$ref": "#/components/schemas/ACLAction"
40909
40987
  },
40910
40988
  "type": "array"
40911
40989
  },
40912
- "supportCaseComment": {
40990
+ "integrationConfigurationTransfer": {
40913
40991
  "items": {
40914
40992
  "$ref": "#/components/schemas/ACLAction"
40915
40993
  },
40916
40994
  "type": "array"
40917
40995
  },
40918
- "dataCacheBillingSettings": {
40996
+ "integrationConfigurationProjects": {
40919
40997
  "items": {
40920
40998
  "$ref": "#/components/schemas/ACLAction"
40921
40999
  },
40922
41000
  "type": "array"
40923
41001
  },
40924
- "team": {
41002
+ "integrationVercelConfigurationOverride": {
40925
41003
  "items": {
40926
41004
  "$ref": "#/components/schemas/ACLAction"
40927
41005
  },
40928
41006
  "type": "array"
40929
41007
  },
40930
- "teamAccessRequest": {
41008
+ "integrationConfigurationRole": {
40931
41009
  "items": {
40932
41010
  "$ref": "#/components/schemas/ACLAction"
40933
41011
  },
40934
41012
  "type": "array"
40935
41013
  },
40936
- "teamFellowMembership": {
41014
+ "integrationSSOSession": {
40937
41015
  "items": {
40938
41016
  "$ref": "#/components/schemas/ACLAction"
40939
41017
  },
40940
41018
  "type": "array"
40941
41019
  },
40942
- "teamGitExclusivity": {
41020
+ "integrationResource": {
40943
41021
  "items": {
40944
41022
  "$ref": "#/components/schemas/ACLAction"
40945
41023
  },
40946
41024
  "type": "array"
40947
41025
  },
40948
- "teamInvite": {
41026
+ "integrationEvent": {
40949
41027
  "items": {
40950
41028
  "$ref": "#/components/schemas/ACLAction"
40951
41029
  },
40952
41030
  "type": "array"
40953
41031
  },
40954
- "teamInviteCode": {
41032
+ "integrationResourceSecrets": {
40955
41033
  "items": {
40956
41034
  "$ref": "#/components/schemas/ACLAction"
40957
41035
  },
40958
41036
  "type": "array"
40959
41037
  },
40960
- "teamJoin": {
41038
+ "integrationDeploymentAction": {
40961
41039
  "items": {
40962
41040
  "$ref": "#/components/schemas/ACLAction"
40963
41041
  },
40964
41042
  "type": "array"
40965
41043
  },
40966
- "teamMemberMfaStatus": {
41044
+ "marketplaceInstallationMember": {
40967
41045
  "items": {
40968
41046
  "$ref": "#/components/schemas/ACLAction"
40969
41047
  },
40970
41048
  "type": "array"
40971
41049
  },
40972
- "teamMicrofrontends": {
41050
+ "marketplaceBillingData": {
40973
41051
  "items": {
40974
41052
  "$ref": "#/components/schemas/ACLAction"
40975
41053
  },
40976
41054
  "type": "array"
40977
41055
  },
40978
- "teamOwnMembership": {
41056
+ "marketplaceInvoice": {
40979
41057
  "items": {
40980
41058
  "$ref": "#/components/schemas/ACLAction"
40981
41059
  },
40982
41060
  "type": "array"
40983
41061
  },
40984
- "teamOwnMembershipDisconnectSAML": {
41062
+ "marketplaceSettings": {
40985
41063
  "items": {
40986
41064
  "$ref": "#/components/schemas/ACLAction"
40987
41065
  },
40988
41066
  "type": "array"
40989
41067
  },
40990
- "token": {
41068
+ "marketplaceExperimentationItem": {
40991
41069
  "items": {
40992
41070
  "$ref": "#/components/schemas/ACLAction"
40993
41071
  },
40994
41072
  "type": "array"
40995
41073
  },
40996
- "usage": {
41074
+ "marketplaceExperimentationEdgeConfigData": {
40997
41075
  "items": {
40998
41076
  "$ref": "#/components/schemas/ACLAction"
40999
41077
  },
41000
41078
  "type": "array"
41001
41079
  },
41002
- "usageCycle": {
41080
+ "jobGlobal": {
41003
41081
  "items": {
41004
41082
  "$ref": "#/components/schemas/ACLAction"
41005
41083
  },
41006
41084
  "type": "array"
41007
41085
  },
41008
- "vpcPeeringConnection": {
41086
+ "drain": {
41009
41087
  "items": {
41010
41088
  "$ref": "#/components/schemas/ACLAction"
41011
41089
  },
41012
41090
  "type": "array"
41013
41091
  },
41014
- "webAnalyticsPlan": {
41092
+ "logDrain": {
41015
41093
  "items": {
41016
41094
  "$ref": "#/components/schemas/ACLAction"
41017
41095
  },
41018
41096
  "type": "array"
41019
41097
  },
41020
- "edgeConfig": {
41098
+ "traceDrain": {
41021
41099
  "items": {
41022
41100
  "$ref": "#/components/schemas/ACLAction"
41023
41101
  },
41024
41102
  "type": "array"
41025
41103
  },
41026
- "edgeConfigItem": {
41104
+ "Monitoring": {
41027
41105
  "items": {
41028
41106
  "$ref": "#/components/schemas/ACLAction"
41029
41107
  },
41030
41108
  "type": "array"
41031
41109
  },
41032
- "edgeConfigSchema": {
41110
+ "monitoringSettings": {
41033
41111
  "items": {
41034
41112
  "$ref": "#/components/schemas/ACLAction"
41035
41113
  },
41036
41114
  "type": "array"
41037
41115
  },
41038
- "edgeConfigToken": {
41116
+ "monitoringQuery": {
41039
41117
  "items": {
41040
41118
  "$ref": "#/components/schemas/ACLAction"
41041
41119
  },
41042
41120
  "type": "array"
41043
41121
  },
41044
- "webhook": {
41122
+ "monitoringChart": {
41045
41123
  "items": {
41046
41124
  "$ref": "#/components/schemas/ACLAction"
41047
41125
  },
41048
41126
  "type": "array"
41049
41127
  },
41050
- "webhook-event": {
41128
+ "monitoringAlert": {
41051
41129
  "items": {
41052
41130
  "$ref": "#/components/schemas/ACLAction"
41053
41131
  },
41054
41132
  "type": "array"
41055
41133
  },
41056
- "endpointVerification": {
41134
+ "notificationDeploymentFailed": {
41057
41135
  "items": {
41058
41136
  "$ref": "#/components/schemas/ACLAction"
41059
41137
  },
41060
41138
  "type": "array"
41061
41139
  },
41062
- "projectTransferIn": {
41140
+ "notificationDomainConfiguration": {
41063
41141
  "items": {
41064
41142
  "$ref": "#/components/schemas/ACLAction"
41065
41143
  },
41066
41144
  "type": "array"
41067
41145
  },
41068
- "oauth2Application": {
41146
+ "notificationDomainExpire": {
41069
41147
  "items": {
41070
41148
  "$ref": "#/components/schemas/ACLAction"
41071
41149
  },
41072
41150
  "type": "array"
41073
41151
  },
41074
- "vercelRun": {
41152
+ "notificationDomainMoved": {
41075
41153
  "items": {
41076
41154
  "$ref": "#/components/schemas/ACLAction"
41077
41155
  },
41078
41156
  "type": "array"
41079
41157
  },
41080
- "vercelRunExec": {
41158
+ "notificationDomainPurchase": {
41081
41159
  "items": {
41082
41160
  "$ref": "#/components/schemas/ACLAction"
41083
41161
  },
41084
41162
  "type": "array"
41085
41163
  },
41086
- "apiKey": {
41164
+ "notificationDomainRenewal": {
41087
41165
  "items": {
41088
41166
  "$ref": "#/components/schemas/ACLAction"
41089
41167
  },
41090
41168
  "type": "array"
41091
41169
  },
41092
- "apiKeyOwnedBySelf": {
41170
+ "notificationDomainTransfer": {
41093
41171
  "items": {
41094
41172
  "$ref": "#/components/schemas/ACLAction"
41095
41173
  },
41096
41174
  "type": "array"
41097
41175
  },
41098
- "aliasProject": {
41176
+ "notificationDomainUnverified": {
41099
41177
  "items": {
41100
41178
  "$ref": "#/components/schemas/ACLAction"
41101
41179
  },
41102
41180
  "type": "array"
41103
41181
  },
41104
- "aliasProtectionBypass": {
41182
+ "NotificationMonitoringAlert": {
41105
41183
  "items": {
41106
41184
  "$ref": "#/components/schemas/ACLAction"
41107
41185
  },
41108
41186
  "type": "array"
41109
41187
  },
41110
- "buildMachine": {
41188
+ "notificationPaymentFailed": {
41111
41189
  "items": {
41112
41190
  "$ref": "#/components/schemas/ACLAction"
41113
41191
  },
41114
41192
  "type": "array"
41115
41193
  },
41116
- "productionAliasProtectionBypass": {
41194
+ "notificationUsageAlert": {
41117
41195
  "items": {
41118
41196
  "$ref": "#/components/schemas/ACLAction"
41119
41197
  },
41120
41198
  "type": "array"
41121
41199
  },
41122
- "connectConfigurationLink": {
41200
+ "notificationPreferences": {
41123
41201
  "items": {
41124
41202
  "$ref": "#/components/schemas/ACLAction"
41125
41203
  },
41126
41204
  "type": "array"
41127
41205
  },
41128
- "dataCacheNamespace": {
41206
+ "notificationCustomerBudget": {
41129
41207
  "items": {
41130
41208
  "$ref": "#/components/schemas/ACLAction"
41131
41209
  },
41132
41210
  "type": "array"
41133
41211
  },
41134
- "deployment": {
41212
+ "notificationStatementOfReasons": {
41135
41213
  "items": {
41136
41214
  "$ref": "#/components/schemas/ACLAction"
41137
41215
  },
41138
41216
  "type": "array"
41139
41217
  },
41140
- "deploymentBuildLogs": {
41218
+ "observabilityConfiguration": {
41141
41219
  "items": {
41142
41220
  "$ref": "#/components/schemas/ACLAction"
41143
41221
  },
41144
41222
  "type": "array"
41145
41223
  },
41146
- "deploymentCheck": {
41224
+ "alerts": {
41147
41225
  "items": {
41148
41226
  "$ref": "#/components/schemas/ACLAction"
41149
41227
  },
41150
41228
  "type": "array"
41151
41229
  },
41152
- "deploymentCheckPreview": {
41230
+ "observabilityNotebook": {
41153
41231
  "items": {
41154
41232
  "$ref": "#/components/schemas/ACLAction"
41155
41233
  },
41156
41234
  "type": "array"
41157
41235
  },
41158
- "deploymentCheckReRunFromProductionBranch": {
41236
+ "observabilityFunnel": {
41159
41237
  "items": {
41160
41238
  "$ref": "#/components/schemas/ACLAction"
41161
41239
  },
41162
41240
  "type": "array"
41163
41241
  },
41164
- "deploymentProductionGit": {
41242
+ "openTelemetryEndpoint": {
41165
41243
  "items": {
41166
41244
  "$ref": "#/components/schemas/ACLAction"
41167
41245
  },
41168
41246
  "type": "array"
41169
41247
  },
41170
- "deploymentV0": {
41248
+ "vercelAppInstallation": {
41171
41249
  "items": {
41172
41250
  "$ref": "#/components/schemas/ACLAction"
41173
41251
  },
41174
41252
  "type": "array"
41175
41253
  },
41176
- "deploymentPreview": {
41254
+ "vercelAppInstallationRequest": {
41177
41255
  "items": {
41178
41256
  "$ref": "#/components/schemas/ACLAction"
41179
41257
  },
41180
41258
  "type": "array"
41181
41259
  },
41182
- "deploymentPrivate": {
41260
+ "paymentMethod": {
41183
41261
  "items": {
41184
41262
  "$ref": "#/components/schemas/ACLAction"
41185
41263
  },
41186
41264
  "type": "array"
41187
41265
  },
41188
- "deploymentPromote": {
41266
+ "permissions": {
41189
41267
  "items": {
41190
41268
  "$ref": "#/components/schemas/ACLAction"
41191
41269
  },
41192
41270
  "type": "array"
41193
41271
  },
41194
- "deploymentRollback": {
41272
+ "postgres": {
41195
41273
  "items": {
41196
41274
  "$ref": "#/components/schemas/ACLAction"
41197
41275
  },
41198
41276
  "type": "array"
41199
41277
  },
41200
- "edgeCacheNamespace": {
41278
+ "previewDeploymentSuffix": {
41201
41279
  "items": {
41202
41280
  "$ref": "#/components/schemas/ACLAction"
41203
41281
  },
41204
41282
  "type": "array"
41205
41283
  },
41206
- "environments": {
41284
+ "proTrialOnboarding": {
41207
41285
  "items": {
41208
41286
  "$ref": "#/components/schemas/ACLAction"
41209
41287
  },
41210
41288
  "type": "array"
41211
41289
  },
41212
- "logs": {
41290
+ "sharedEnvVars": {
41213
41291
  "items": {
41214
41292
  "$ref": "#/components/schemas/ACLAction"
41215
41293
  },
41216
41294
  "type": "array"
41217
41295
  },
41218
- "logsPreset": {
41296
+ "sharedEnvVarsProduction": {
41219
41297
  "items": {
41220
41298
  "$ref": "#/components/schemas/ACLAction"
41221
41299
  },
41222
41300
  "type": "array"
41223
41301
  },
41224
- "passwordProtection": {
41302
+ "space": {
41225
41303
  "items": {
41226
41304
  "$ref": "#/components/schemas/ACLAction"
41227
41305
  },
41228
41306
  "type": "array"
41229
41307
  },
41230
- "optionsAllowlist": {
41308
+ "spaceRun": {
41231
41309
  "items": {
41232
41310
  "$ref": "#/components/schemas/ACLAction"
41233
41311
  },
41234
41312
  "type": "array"
41235
41313
  },
41236
- "job": {
41314
+ "passwordProtectionInvoiceItem": {
41237
41315
  "items": {
41238
41316
  "$ref": "#/components/schemas/ACLAction"
41239
41317
  },
41240
41318
  "type": "array"
41241
41319
  },
41242
- "observabilityData": {
41320
+ "rateLimit": {
41243
41321
  "items": {
41244
41322
  "$ref": "#/components/schemas/ACLAction"
41245
41323
  },
41246
41324
  "type": "array"
41247
41325
  },
41248
- "onDemandBuild": {
41326
+ "redis": {
41249
41327
  "items": {
41250
41328
  "$ref": "#/components/schemas/ACLAction"
41251
41329
  },
41252
41330
  "type": "array"
41253
41331
  },
41254
- "onDemandConcurrency": {
41332
+ "repository": {
41255
41333
  "items": {
41256
41334
  "$ref": "#/components/schemas/ACLAction"
41257
41335
  },
41258
41336
  "type": "array"
41259
41337
  },
41260
- "project": {
41338
+ "remoteCaching": {
41261
41339
  "items": {
41262
41340
  "$ref": "#/components/schemas/ACLAction"
41263
41341
  },
41264
41342
  "type": "array"
41265
41343
  },
41266
- "projectFromV0": {
41344
+ "samlConfig": {
41267
41345
  "items": {
41268
41346
  "$ref": "#/components/schemas/ACLAction"
41269
41347
  },
41270
41348
  "type": "array"
41271
41349
  },
41272
- "projectAccessGroup": {
41350
+ "secret": {
41273
41351
  "items": {
41274
41352
  "$ref": "#/components/schemas/ACLAction"
41275
41353
  },
41276
41354
  "type": "array"
41277
41355
  },
41278
- "projectAnalyticsSampling": {
41356
+ "redisStoreTokenSet": {
41279
41357
  "items": {
41280
41358
  "$ref": "#/components/schemas/ACLAction"
41281
41359
  },
41282
41360
  "type": "array"
41283
41361
  },
41284
- "projectCheck": {
41362
+ "blobStoreTokenSet": {
41285
41363
  "items": {
41286
41364
  "$ref": "#/components/schemas/ACLAction"
41287
41365
  },
41288
41366
  "type": "array"
41289
41367
  },
41290
- "projectCheckRun": {
41368
+ "postgresStoreTokenSet": {
41291
41369
  "items": {
41292
41370
  "$ref": "#/components/schemas/ACLAction"
41293
41371
  },
41294
41372
  "type": "array"
41295
41373
  },
41296
- "projectDeploymentHook": {
41374
+ "integrationStoreTokenSet": {
41297
41375
  "items": {
41298
41376
  "$ref": "#/components/schemas/ACLAction"
41299
41377
  },
41300
41378
  "type": "array"
41301
41379
  },
41302
- "projectDomain": {
41380
+ "integrationResourceReplCommand": {
41303
41381
  "items": {
41304
41382
  "$ref": "#/components/schemas/ACLAction"
41305
41383
  },
41306
41384
  "type": "array"
41307
41385
  },
41308
- "projectDomainMove": {
41386
+ "storeTransfer": {
41309
41387
  "items": {
41310
41388
  "$ref": "#/components/schemas/ACLAction"
41311
41389
  },
41312
41390
  "type": "array"
41313
41391
  },
41314
- "projectDomainCheckConfig": {
41392
+ "supportCase": {
41315
41393
  "items": {
41316
41394
  "$ref": "#/components/schemas/ACLAction"
41317
41395
  },
41318
41396
  "type": "array"
41319
41397
  },
41320
- "projectEnvVars": {
41398
+ "supportCaseComment": {
41321
41399
  "items": {
41322
41400
  "$ref": "#/components/schemas/ACLAction"
41323
41401
  },
41324
41402
  "type": "array"
41325
41403
  },
41326
- "projectEnvVarsProduction": {
41404
+ "dataCacheBillingSettings": {
41327
41405
  "items": {
41328
41406
  "$ref": "#/components/schemas/ACLAction"
41329
41407
  },
41330
41408
  "type": "array"
41331
41409
  },
41332
- "projectEnvVarsUnownedByIntegration": {
41410
+ "team": {
41333
41411
  "items": {
41334
41412
  "$ref": "#/components/schemas/ACLAction"
41335
41413
  },
41336
41414
  "type": "array"
41337
41415
  },
41338
- "projectFlags": {
41416
+ "teamAccessRequest": {
41339
41417
  "items": {
41340
41418
  "$ref": "#/components/schemas/ACLAction"
41341
41419
  },
41342
41420
  "type": "array"
41343
41421
  },
41344
- "projectId": {
41422
+ "teamFellowMembership": {
41345
41423
  "items": {
41346
41424
  "$ref": "#/components/schemas/ACLAction"
41347
41425
  },
41348
41426
  "type": "array"
41349
41427
  },
41350
- "projectIntegrationConfiguration": {
41428
+ "teamGitExclusivity": {
41351
41429
  "items": {
41352
41430
  "$ref": "#/components/schemas/ACLAction"
41353
41431
  },
41354
41432
  "type": "array"
41355
41433
  },
41356
- "projectLink": {
41434
+ "teamInvite": {
41357
41435
  "items": {
41358
41436
  "$ref": "#/components/schemas/ACLAction"
41359
41437
  },
41360
41438
  "type": "array"
41361
41439
  },
41362
- "projectMember": {
41440
+ "teamInviteCode": {
41363
41441
  "items": {
41364
41442
  "$ref": "#/components/schemas/ACLAction"
41365
41443
  },
41366
41444
  "type": "array"
41367
41445
  },
41368
- "projectMonitoring": {
41446
+ "teamJoin": {
41369
41447
  "items": {
41370
41448
  "$ref": "#/components/schemas/ACLAction"
41371
41449
  },
41372
41450
  "type": "array"
41373
41451
  },
41374
- "projectPermissions": {
41452
+ "teamMemberMfaStatus": {
41375
41453
  "items": {
41376
41454
  "$ref": "#/components/schemas/ACLAction"
41377
41455
  },
41378
41456
  "type": "array"
41379
41457
  },
41380
- "projectProductionBranch": {
41458
+ "teamMicrofrontends": {
41381
41459
  "items": {
41382
41460
  "$ref": "#/components/schemas/ACLAction"
41383
41461
  },
41384
41462
  "type": "array"
41385
41463
  },
41386
- "projectTransfer": {
41464
+ "teamOwnMembership": {
41387
41465
  "items": {
41388
41466
  "$ref": "#/components/schemas/ACLAction"
41389
41467
  },
41390
41468
  "type": "array"
41391
41469
  },
41392
- "projectTransferOut": {
41470
+ "teamOwnMembershipDisconnectSAML": {
41393
41471
  "items": {
41394
41472
  "$ref": "#/components/schemas/ACLAction"
41395
41473
  },
41396
41474
  "type": "array"
41397
41475
  },
41398
- "projectProtectionBypass": {
41476
+ "token": {
41399
41477
  "items": {
41400
41478
  "$ref": "#/components/schemas/ACLAction"
41401
41479
  },
41402
41480
  "type": "array"
41403
41481
  },
41404
- "projectUsage": {
41482
+ "usage": {
41405
41483
  "items": {
41406
41484
  "$ref": "#/components/schemas/ACLAction"
41407
41485
  },
41408
41486
  "type": "array"
41409
41487
  },
41410
- "projectAnalyticsUsage": {
41488
+ "usageCycle": {
41411
41489
  "items": {
41412
41490
  "$ref": "#/components/schemas/ACLAction"
41413
41491
  },
41414
41492
  "type": "array"
41415
41493
  },
41416
- "projectSupportCase": {
41494
+ "vpcPeeringConnection": {
41417
41495
  "items": {
41418
41496
  "$ref": "#/components/schemas/ACLAction"
41419
41497
  },
41420
41498
  "type": "array"
41421
41499
  },
41422
- "projectSupportCaseComment": {
41500
+ "webAnalyticsPlan": {
41423
41501
  "items": {
41424
41502
  "$ref": "#/components/schemas/ACLAction"
41425
41503
  },
41426
41504
  "type": "array"
41427
41505
  },
41428
- "projectDeploymentExpiration": {
41506
+ "edgeConfig": {
41429
41507
  "items": {
41430
41508
  "$ref": "#/components/schemas/ACLAction"
41431
41509
  },
41432
41510
  "type": "array"
41433
41511
  },
41434
- "projectRollingRelease": {
41512
+ "edgeConfigItem": {
41435
41513
  "items": {
41436
41514
  "$ref": "#/components/schemas/ACLAction"
41437
41515
  },
41438
41516
  "type": "array"
41439
41517
  },
41440
- "projectTier": {
41518
+ "edgeConfigSchema": {
41441
41519
  "items": {
41442
41520
  "$ref": "#/components/schemas/ACLAction"
41443
41521
  },
41444
41522
  "type": "array"
41445
41523
  },
41446
- "projectOIDCToken": {
41524
+ "edgeConfigToken": {
41447
41525
  "items": {
41448
41526
  "$ref": "#/components/schemas/ACLAction"
41449
41527
  },
41450
41528
  "type": "array"
41451
41529
  },
41452
- "seawallConfig": {
41530
+ "webhook": {
41453
41531
  "items": {
41454
41532
  "$ref": "#/components/schemas/ACLAction"
41455
41533
  },
41456
41534
  "type": "array"
41457
41535
  },
41458
- "skewProtection": {
41536
+ "webhook-event": {
41459
41537
  "items": {
41460
41538
  "$ref": "#/components/schemas/ACLAction"
41461
41539
  },
41462
41540
  "type": "array"
41463
41541
  },
41464
- "analytics": {
41542
+ "endpointVerification": {
41465
41543
  "items": {
41466
41544
  "$ref": "#/components/schemas/ACLAction"
41467
41545
  },
41468
41546
  "type": "array"
41469
41547
  },
41470
- "trustedIps": {
41548
+ "projectTransferIn": {
41471
41549
  "items": {
41472
41550
  "$ref": "#/components/schemas/ACLAction"
41473
41551
  },
41474
41552
  "type": "array"
41475
41553
  },
41476
- "v0Chat": {
41554
+ "oauth2Application": {
41477
41555
  "items": {
41478
41556
  "$ref": "#/components/schemas/ACLAction"
41479
41557
  },
41480
41558
  "type": "array"
41481
41559
  },
41482
- "webAnalytics": {
41560
+ "vercelRun": {
41483
41561
  "items": {
41484
41562
  "$ref": "#/components/schemas/ACLAction"
41485
41563
  },
41486
41564
  "type": "array"
41487
41565
  },
41488
- "sharedEnvVarConnection": {
41566
+ "vercelRunExec": {
41489
41567
  "items": {
41490
41568
  "$ref": "#/components/schemas/ACLAction"
41491
41569
  },
41492
41570
  "type": "array"
41493
41571
  },
41494
- "sonar": {
41572
+ "apiKey": {
41573
+ "items": {
41574
+ "$ref": "#/components/schemas/ACLAction"
41575
+ },
41576
+ "type": "array"
41577
+ },
41578
+ "apiKeyOwnedBySelf": {
41495
41579
  "items": {
41496
41580
  "$ref": "#/components/schemas/ACLAction"
41497
41581
  },
@@ -41617,11 +41701,11 @@
41617
41701
  "deploymentType": {
41618
41702
  "type": "string",
41619
41703
  "enum": [
41620
- "all",
41621
41704
  "preview",
41705
+ "production",
41706
+ "all",
41622
41707
  "prod_deployment_urls_and_all_previews",
41623
- "all_except_custom_domains",
41624
- "production"
41708
+ "all_except_custom_domains"
41625
41709
  ]
41626
41710
  },
41627
41711
  "addresses": {
@@ -41661,11 +41745,11 @@
41661
41745
  "deploymentType": {
41662
41746
  "type": "string",
41663
41747
  "enum": [
41664
- "all",
41665
41748
  "preview",
41749
+ "production",
41750
+ "all",
41666
41751
  "prod_deployment_urls_and_all_previews",
41667
- "all_except_custom_domains",
41668
- "production"
41752
+ "all_except_custom_domains"
41669
41753
  ]
41670
41754
  }
41671
41755
  },
@@ -42686,6 +42770,7 @@
42686
42770
  "vitepress",
42687
42771
  "vuepress",
42688
42772
  "parcel",
42773
+ "fastapi",
42689
42774
  "fasthtml",
42690
42775
  "sanity-v3",
42691
42776
  "sanity",
@@ -43824,6 +43909,7 @@
43824
43909
  "vitepress",
43825
43910
  "vuepress",
43826
43911
  "parcel",
43912
+ "fastapi",
43827
43913
  "fasthtml",
43828
43914
  "sanity-v3",
43829
43915
  "sanity",
@@ -45611,6 +45697,12 @@
45611
45697
  },
45612
45698
  "type": "array"
45613
45699
  },
45700
+ "traceDrain": {
45701
+ "items": {
45702
+ "$ref": "#/components/schemas/ACLAction"
45703
+ },
45704
+ "type": "array"
45705
+ },
45614
45706
  "Monitoring": {
45615
45707
  "items": {
45616
45708
  "$ref": "#/components/schemas/ACLAction"
@@ -48432,6 +48524,7 @@
48432
48524
  "vitepress",
48433
48525
  "vuepress",
48434
48526
  "parcel",
48527
+ "fastapi",
48435
48528
  "fasthtml",
48436
48529
  "sanity-v3",
48437
48530
  "sanity",
@@ -50621,6 +50714,12 @@
50621
50714
  },
50622
50715
  "type": "array"
50623
50716
  },
50717
+ "traceDrain": {
50718
+ "items": {
50719
+ "$ref": "#/components/schemas/ACLAction"
50720
+ },
50721
+ "type": "array"
50722
+ },
50624
50723
  "Monitoring": {
50625
50724
  "items": {
50626
50725
  "$ref": "#/components/schemas/ACLAction"
@@ -52229,6 +52328,7 @@
52229
52328
  "vitepress",
52230
52329
  "vuepress",
52231
52330
  "parcel",
52331
+ "fastapi",
52232
52332
  "fasthtml",
52233
52333
  "sanity-v3",
52234
52334
  "sanity",
@@ -68370,6 +68470,7 @@
68370
68470
  "vitepress",
68371
68471
  "vuepress",
68372
68472
  "parcel",
68473
+ "fastapi",
68373
68474
  "fasthtml",
68374
68475
  "sanity-v3",
68375
68476
  "sanity",
@@ -68568,34 +68669,34 @@
68568
68669
  "maxLength": {
68569
68670
  "type": "object",
68570
68671
  "properties": {
68571
- "__@BRAND@7757": {
68672
+ "__@BRAND@7838": {
68572
68673
  "type": "object"
68573
68674
  }
68574
68675
  },
68575
68676
  "required": [
68576
- "__@BRAND@7757"
68677
+ "__@BRAND@7838"
68577
68678
  ]
68578
68679
  },
68579
68680
  "minLength": {
68580
68681
  "type": "object",
68581
68682
  "properties": {
68582
- "__@BRAND@7757": {
68683
+ "__@BRAND@7838": {
68583
68684
  "type": "object"
68584
68685
  }
68585
68686
  },
68586
68687
  "required": [
68587
- "__@BRAND@7757"
68688
+ "__@BRAND@7838"
68588
68689
  ]
68589
68690
  },
68590
68691
  "pattern": {
68591
68692
  "type": "object",
68592
68693
  "properties": {
68593
- "__@BRAND@7757": {
68694
+ "__@BRAND@7838": {
68594
68695
  "type": "object"
68595
68696
  }
68596
68697
  },
68597
68698
  "required": [
68598
- "__@BRAND@7757"
68699
+ "__@BRAND@7838"
68599
68700
  ]
68600
68701
  },
68601
68702
  "description": {
@@ -69278,34 +69379,34 @@
69278
69379
  "maxLength": {
69279
69380
  "type": "object",
69280
69381
  "properties": {
69281
- "__@BRAND@7757": {
69382
+ "__@BRAND@7838": {
69282
69383
  "type": "object"
69283
69384
  }
69284
69385
  },
69285
69386
  "required": [
69286
- "__@BRAND@7757"
69387
+ "__@BRAND@7838"
69287
69388
  ]
69288
69389
  },
69289
69390
  "minLength": {
69290
69391
  "type": "object",
69291
69392
  "properties": {
69292
- "__@BRAND@7757": {
69393
+ "__@BRAND@7838": {
69293
69394
  "type": "object"
69294
69395
  }
69295
69396
  },
69296
69397
  "required": [
69297
- "__@BRAND@7757"
69398
+ "__@BRAND@7838"
69298
69399
  ]
69299
69400
  },
69300
69401
  "pattern": {
69301
69402
  "type": "object",
69302
69403
  "properties": {
69303
- "__@BRAND@7757": {
69404
+ "__@BRAND@7838": {
69304
69405
  "type": "object"
69305
69406
  }
69306
69407
  },
69307
69408
  "required": [
69308
- "__@BRAND@7757"
69409
+ "__@BRAND@7838"
69309
69410
  ]
69310
69411
  },
69311
69412
  "description": {
@@ -69454,34 +69555,34 @@
69454
69555
  "minLength": {
69455
69556
  "type": "object",
69456
69557
  "properties": {
69457
- "__@BRAND@7757": {
69558
+ "__@BRAND@7838": {
69458
69559
  "type": "object"
69459
69560
  }
69460
69561
  },
69461
69562
  "required": [
69462
- "__@BRAND@7757"
69563
+ "__@BRAND@7838"
69463
69564
  ]
69464
69565
  },
69465
69566
  "maxLength": {
69466
69567
  "type": "object",
69467
69568
  "properties": {
69468
- "__@BRAND@7757": {
69569
+ "__@BRAND@7838": {
69469
69570
  "type": "object"
69470
69571
  }
69471
69572
  },
69472
69573
  "required": [
69473
- "__@BRAND@7757"
69574
+ "__@BRAND@7838"
69474
69575
  ]
69475
69576
  },
69476
69577
  "pattern": {
69477
69578
  "type": "object",
69478
69579
  "properties": {
69479
- "__@BRAND@7757": {
69580
+ "__@BRAND@7838": {
69480
69581
  "type": "object"
69481
69582
  }
69482
69583
  },
69483
69584
  "required": [
69484
- "__@BRAND@7757"
69585
+ "__@BRAND@7838"
69485
69586
  ]
69486
69587
  },
69487
69588
  "default": {
@@ -69798,12 +69899,12 @@
69798
69899
  {
69799
69900
  "type": "object",
69800
69901
  "properties": {
69801
- "__@BRAND@7757": {
69902
+ "__@BRAND@7838": {
69802
69903
  "type": "object"
69803
69904
  }
69804
69905
  },
69805
69906
  "required": [
69806
- "__@BRAND@7757"
69907
+ "__@BRAND@7838"
69807
69908
  ]
69808
69909
  },
69809
69910
  {
@@ -69811,12 +69912,12 @@
69811
69912
  "value": {
69812
69913
  "type": "object",
69813
69914
  "properties": {
69814
- "__@BRAND@7757": {
69915
+ "__@BRAND@7838": {
69815
69916
  "type": "object"
69816
69917
  }
69817
69918
  },
69818
69919
  "required": [
69819
- "__@BRAND@7757"
69920
+ "__@BRAND@7838"
69820
69921
  ]
69821
69922
  },
69822
69923
  "disabled": {
@@ -69888,34 +69989,34 @@
69888
69989
  "maxLength": {
69889
69990
  "type": "object",
69890
69991
  "properties": {
69891
- "__@BRAND@7757": {
69992
+ "__@BRAND@7838": {
69892
69993
  "type": "object"
69893
69994
  }
69894
69995
  },
69895
69996
  "required": [
69896
- "__@BRAND@7757"
69997
+ "__@BRAND@7838"
69897
69998
  ]
69898
69999
  },
69899
70000
  "minLength": {
69900
70001
  "type": "object",
69901
70002
  "properties": {
69902
- "__@BRAND@7757": {
70003
+ "__@BRAND@7838": {
69903
70004
  "type": "object"
69904
70005
  }
69905
70006
  },
69906
70007
  "required": [
69907
- "__@BRAND@7757"
70008
+ "__@BRAND@7838"
69908
70009
  ]
69909
70010
  },
69910
70011
  "pattern": {
69911
70012
  "type": "object",
69912
70013
  "properties": {
69913
- "__@BRAND@7757": {
70014
+ "__@BRAND@7838": {
69914
70015
  "type": "object"
69915
70016
  }
69916
70017
  },
69917
70018
  "required": [
69918
- "__@BRAND@7757"
70019
+ "__@BRAND@7838"
69919
70020
  ]
69920
70021
  },
69921
70022
  "description": {
@@ -70047,12 +70148,12 @@
70047
70148
  "value": {
70048
70149
  "type": "object",
70049
70150
  "properties": {
70050
- "__@BRAND@7757": {
70151
+ "__@BRAND@7838": {
70051
70152
  "type": "object"
70052
70153
  }
70053
70154
  },
70054
70155
  "required": [
70055
- "__@BRAND@7757"
70156
+ "__@BRAND@7838"
70056
70157
  ]
70057
70158
  },
70058
70159
  "disabled": {
@@ -70163,6 +70264,7 @@
70163
70264
  "authentication",
70164
70265
  "workflow",
70165
70266
  "logDrain",
70267
+ "traceDrain",
70166
70268
  "messaging",
70167
70269
  "other",
70168
70270
  "mysql",
@@ -70191,6 +70293,7 @@
70191
70293
  "tag_checks",
70192
70294
  "tag_storage",
70193
70295
  "tag_logDrain",
70296
+ "tag_traceDrain",
70194
70297
  "tag_other"
70195
70298
  ]
70196
70299
  },
@@ -70210,7 +70313,8 @@
70210
70313
  "read-write:integration-deployment-action",
70211
70314
  "read-write:log-drain",
70212
70315
  "read-write:project-env-vars",
70213
- "read-write:project-protection-bypass"
70316
+ "read-write:project-protection-bypass",
70317
+ "read-write:trace-drain"
70214
70318
  ]
70215
70319
  },
70216
70320
  "type": "array"
@@ -70297,12 +70401,12 @@
70297
70401
  "value": {
70298
70402
  "type": "object",
70299
70403
  "properties": {
70300
- "__@BRAND@7757": {
70404
+ "__@BRAND@7838": {
70301
70405
  "type": "object"
70302
70406
  }
70303
70407
  },
70304
70408
  "required": [
70305
- "__@BRAND@7757"
70409
+ "__@BRAND@7838"
70306
70410
  ]
70307
70411
  },
70308
70412
  "disabled": {
@@ -70815,11 +70919,11 @@
70815
70919
  "OWNER",
70816
70920
  "MEMBER",
70817
70921
  "DEVELOPER",
70818
- "VIEWER",
70819
- "BILLING",
70820
- "CONTRIBUTOR",
70821
70922
  "SECURITY",
70822
- "VIEWER_FOR_PLUS"
70923
+ "BILLING",
70924
+ "VIEWER",
70925
+ "VIEWER_FOR_PLUS",
70926
+ "CONTRIBUTOR"
70823
70927
  ],
70824
70928
  "description": "Role of this user in the team.",
70825
70929
  "example": "OWNER"
@@ -70973,11 +71077,11 @@
70973
71077
  "OWNER",
70974
71078
  "MEMBER",
70975
71079
  "DEVELOPER",
70976
- "VIEWER",
70977
- "BILLING",
70978
- "CONTRIBUTOR",
70979
71080
  "SECURITY",
70980
- "VIEWER_FOR_PLUS"
71081
+ "BILLING",
71082
+ "VIEWER",
71083
+ "VIEWER_FOR_PLUS",
71084
+ "CONTRIBUTOR"
70981
71085
  ]
70982
71086
  },
70983
71087
  "teamRoles": {
@@ -70987,11 +71091,11 @@
70987
71091
  "OWNER",
70988
71092
  "MEMBER",
70989
71093
  "DEVELOPER",
70990
- "VIEWER",
70991
- "BILLING",
70992
- "CONTRIBUTOR",
70993
71094
  "SECURITY",
70994
- "VIEWER_FOR_PLUS"
71095
+ "BILLING",
71096
+ "VIEWER",
71097
+ "VIEWER_FOR_PLUS",
71098
+ "CONTRIBUTOR"
70995
71099
  ]
70996
71100
  },
70997
71101
  "type": "array"
@@ -71181,8 +71285,10 @@
71181
71285
  "OWNER",
71182
71286
  "MEMBER",
71183
71287
  "DEVELOPER",
71184
- "VIEWER",
71288
+ "SECURITY",
71185
71289
  "BILLING",
71290
+ "VIEWER",
71291
+ "VIEWER_FOR_PLUS",
71186
71292
  "CONTRIBUTOR"
71187
71293
  ]
71188
71294
  }
@@ -74389,6 +74495,7 @@
74389
74495
  "vitepress",
74390
74496
  "vuepress",
74391
74497
  "parcel",
74498
+ "fastapi",
74392
74499
  "fasthtml",
74393
74500
  "sanity-v3",
74394
74501
  "sanity",
@@ -77993,6 +78100,7 @@
77993
78100
  "vitepress",
77994
78101
  "vuepress",
77995
78102
  "parcel",
78103
+ "fastapi",
77996
78104
  "fasthtml",
77997
78105
  "sanity-v3",
77998
78106
  "sanity",
@@ -84732,7 +84840,7 @@
84732
84840
  },
84733
84841
  "fixedBudget": {
84734
84842
  "type": "number",
84735
- "description": "Budget amount"
84843
+ "description": "Budget amount (USD / dollars)"
84736
84844
  },
84737
84845
  "previousSpend": {
84738
84846
  "items": {
@@ -84825,7 +84933,7 @@
84825
84933
  },
84826
84934
  "fixedBudget": {
84827
84935
  "type": "number",
84828
- "description": "Budget amount"
84936
+ "description": "Budget amount (USD / dollars)"
84829
84937
  },
84830
84938
  "previousSpend": {
84831
84939
  "items": {
@@ -86720,16 +86828,16 @@
86720
86828
  "properties": {
86721
86829
  "connection": {
86722
86830
  "properties": {
86723
- "status": {
86724
- "type": "string",
86725
- "description": "Current status of the connection.",
86726
- "example": "linked"
86727
- },
86728
86831
  "type": {
86729
86832
  "type": "string",
86730
86833
  "description": "The Identity Provider \"type\", for example Okta.",
86731
86834
  "example": "OktaSAML"
86732
86835
  },
86836
+ "status": {
86837
+ "type": "string",
86838
+ "description": "Current status of the connection.",
86839
+ "example": "linked"
86840
+ },
86733
86841
  "state": {
86734
86842
  "type": "string",
86735
86843
  "description": "Current state of the connection.",
@@ -86747,8 +86855,8 @@
86747
86855
  }
86748
86856
  },
86749
86857
  "required": [
86750
- "status",
86751
86858
  "type",
86859
+ "status",
86752
86860
  "state",
86753
86861
  "connectedAt"
86754
86862
  ],
@@ -86850,6 +86958,45 @@
86850
86958
  "description": "A short description of the Team.",
86851
86959
  "example": "Our mission is to make cloud computing accessible to everyone."
86852
86960
  },
86961
+ "defaultRoles": {
86962
+ "properties": {
86963
+ "teamRoles": {
86964
+ "items": {
86965
+ "type": "string",
86966
+ "enum": [
86967
+ "OWNER",
86968
+ "MEMBER",
86969
+ "DEVELOPER",
86970
+ "SECURITY",
86971
+ "BILLING",
86972
+ "VIEWER",
86973
+ "VIEWER_FOR_PLUS",
86974
+ "CONTRIBUTOR"
86975
+ ]
86976
+ },
86977
+ "type": "array"
86978
+ },
86979
+ "teamPermissions": {
86980
+ "items": {
86981
+ "type": "string",
86982
+ "enum": [
86983
+ "IntegrationManager",
86984
+ "CreateProject",
86985
+ "FullProductionDeployment",
86986
+ "UsageViewer",
86987
+ "EnvVariableManager",
86988
+ "EnvironmentManager",
86989
+ "V0Builder",
86990
+ "V0Chatter",
86991
+ "V0Viewer"
86992
+ ]
86993
+ },
86994
+ "type": "array"
86995
+ }
86996
+ },
86997
+ "type": "object",
86998
+ "description": "Default roles for the team."
86999
+ },
86853
87000
  "stagingPrefix": {
86854
87001
  "type": "string",
86855
87002
  "description": "The prefix that is prepended to automatic aliases."
@@ -87083,6 +87230,9 @@
87083
87230
  },
87084
87231
  "type": "array"
87085
87232
  },
87233
+ "teamId": {
87234
+ "type": "string"
87235
+ },
87086
87236
  "confirmed": {
87087
87237
  "type": "boolean"
87088
87238
  },
@@ -87135,9 +87285,6 @@
87135
87285
  },
87136
87286
  "type": "array"
87137
87287
  },
87138
- "teamId": {
87139
- "type": "string"
87140
- },
87141
87288
  "createdAt": {
87142
87289
  "type": "number"
87143
87290
  },
@@ -87149,9 +87296,9 @@
87149
87296
  "origin": {
87150
87297
  "type": "string",
87151
87298
  "enum": [
87299
+ "link",
87152
87300
  "saml",
87153
87301
  "mail",
87154
- "link",
87155
87302
  "import",
87156
87303
  "teams",
87157
87304
  "github",