@vercel/sdk 1.8.2 → 1.8.3

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 (36) hide show
  1. package/bin/mcp-server.js +178 -149
  2. package/bin/mcp-server.js.map +10 -10
  3. package/esm/__tests__/projects.test.js +13 -15
  4. package/esm/__tests__/projects.test.js.map +1 -1
  5. package/esm/lib/config.d.ts +3 -3
  6. package/esm/lib/config.js +3 -3
  7. package/esm/lib/security.d.ts +2 -2
  8. package/esm/lib/security.d.ts.map +1 -1
  9. package/esm/mcp-server/mcp-server.js +1 -1
  10. package/esm/mcp-server/server.js +1 -1
  11. package/esm/models/filterprojectenvsop.d.ts +9 -9
  12. package/esm/models/filterprojectenvsop.js +3 -3
  13. package/esm/models/filterprojectenvsop.js.map +1 -1
  14. package/esm/models/getconfigurationop.d.ts +61 -0
  15. package/esm/models/getconfigurationop.d.ts.map +1 -1
  16. package/esm/models/getconfigurationop.js +53 -0
  17. package/esm/models/getconfigurationop.js.map +1 -1
  18. package/esm/models/getprojectenvop.d.ts +9 -9
  19. package/esm/models/getprojectenvop.js +3 -3
  20. package/esm/models/getprojectenvop.js.map +1 -1
  21. package/esm/models/getprojectsop.d.ts +128 -128
  22. package/esm/models/getprojectsop.d.ts.map +1 -1
  23. package/esm/models/getprojectsop.js +132 -132
  24. package/esm/models/getprojectsop.js.map +1 -1
  25. package/jsr.json +1 -1
  26. package/package.json +1 -1
  27. package/src/__tests__/projects.test.ts +13 -15
  28. package/src/lib/config.ts +3 -3
  29. package/src/lib/security.ts +2 -2
  30. package/src/mcp-server/mcp-server.ts +1 -1
  31. package/src/mcp-server/server.ts +1 -1
  32. package/src/models/filterprojectenvsop.ts +3 -3
  33. package/src/models/getconfigurationop.ts +105 -0
  34. package/src/models/getprojectenvop.ts +3 -3
  35. package/src/models/getprojectsop.ts +260 -260
  36. package/vercel-spec.json +242 -215
package/vercel-spec.json CHANGED
@@ -25408,6 +25408,32 @@
25408
25408
  "description": "A string representing the permission for projects. Possible values are `all` or `selected`.",
25409
25409
  "example": "all"
25410
25410
  },
25411
+ "notification": {
25412
+ "properties": {
25413
+ "level": {
25414
+ "type": "string",
25415
+ "enum": [
25416
+ "error",
25417
+ "info",
25418
+ "warn"
25419
+ ]
25420
+ },
25421
+ "title": {
25422
+ "type": "string"
25423
+ },
25424
+ "message": {
25425
+ "type": "string"
25426
+ },
25427
+ "href": {
25428
+ "type": "string"
25429
+ }
25430
+ },
25431
+ "required": [
25432
+ "level",
25433
+ "title"
25434
+ ],
25435
+ "type": "object"
25436
+ },
25411
25437
  "transferRequest": {
25412
25438
  "oneOf": [
25413
25439
  {
@@ -25702,6 +25728,7 @@
25702
25728
  },
25703
25729
  "required": [
25704
25730
  "projectSelection",
25731
+ "notification",
25705
25732
  "transferRequest",
25706
25733
  "createdAt",
25707
25734
  "id",
@@ -29966,1219 +29993,1219 @@
29966
29993
  },
29967
29994
  "permissions": {
29968
29995
  "properties": {
29969
- "user": {
29996
+ "aliasProject": {
29970
29997
  "items": {
29971
29998
  "$ref": "#/components/schemas/ACLAction"
29972
29999
  },
29973
30000
  "type": "array"
29974
30001
  },
29975
- "userConnection": {
30002
+ "aliasProtectionBypass": {
29976
30003
  "items": {
29977
30004
  "$ref": "#/components/schemas/ACLAction"
29978
30005
  },
29979
30006
  "type": "array"
29980
30007
  },
29981
- "userSudo": {
30008
+ "buildMachine": {
29982
30009
  "items": {
29983
30010
  "$ref": "#/components/schemas/ACLAction"
29984
30011
  },
29985
30012
  "type": "array"
29986
30013
  },
29987
- "webAuthn": {
30014
+ "productionAliasProtectionBypass": {
29988
30015
  "items": {
29989
30016
  "$ref": "#/components/schemas/ACLAction"
29990
30017
  },
29991
30018
  "type": "array"
29992
30019
  },
29993
- "oauth2Connection": {
30020
+ "connectConfigurationLink": {
29994
30021
  "items": {
29995
30022
  "$ref": "#/components/schemas/ACLAction"
29996
30023
  },
29997
30024
  "type": "array"
29998
30025
  },
29999
- "accessGroup": {
30026
+ "dataCacheNamespace": {
30000
30027
  "items": {
30001
30028
  "$ref": "#/components/schemas/ACLAction"
30002
30029
  },
30003
30030
  "type": "array"
30004
30031
  },
30005
- "aliasGlobal": {
30032
+ "deployment": {
30006
30033
  "items": {
30007
30034
  "$ref": "#/components/schemas/ACLAction"
30008
30035
  },
30009
30036
  "type": "array"
30010
30037
  },
30011
- "analyticsSampling": {
30038
+ "deploymentCheck": {
30012
30039
  "items": {
30013
30040
  "$ref": "#/components/schemas/ACLAction"
30014
30041
  },
30015
30042
  "type": "array"
30016
30043
  },
30017
- "analyticsUsage": {
30044
+ "deploymentCheckPreview": {
30018
30045
  "items": {
30019
30046
  "$ref": "#/components/schemas/ACLAction"
30020
30047
  },
30021
30048
  "type": "array"
30022
30049
  },
30023
- "auditLog": {
30050
+ "deploymentCheckReRunFromProductionBranch": {
30024
30051
  "items": {
30025
30052
  "$ref": "#/components/schemas/ACLAction"
30026
30053
  },
30027
30054
  "type": "array"
30028
30055
  },
30029
- "billingAddress": {
30056
+ "deploymentProductionGit": {
30030
30057
  "items": {
30031
30058
  "$ref": "#/components/schemas/ACLAction"
30032
30059
  },
30033
30060
  "type": "array"
30034
30061
  },
30035
- "billingInformation": {
30062
+ "deploymentV0": {
30036
30063
  "items": {
30037
30064
  "$ref": "#/components/schemas/ACLAction"
30038
30065
  },
30039
30066
  "type": "array"
30040
30067
  },
30041
- "billingInvoice": {
30068
+ "deploymentPreview": {
30042
30069
  "items": {
30043
30070
  "$ref": "#/components/schemas/ACLAction"
30044
30071
  },
30045
30072
  "type": "array"
30046
30073
  },
30047
- "billingInvoiceEmailRecipient": {
30074
+ "deploymentPrivate": {
30048
30075
  "items": {
30049
30076
  "$ref": "#/components/schemas/ACLAction"
30050
30077
  },
30051
30078
  "type": "array"
30052
30079
  },
30053
- "billingInvoiceLanguage": {
30080
+ "deploymentPromote": {
30054
30081
  "items": {
30055
30082
  "$ref": "#/components/schemas/ACLAction"
30056
30083
  },
30057
30084
  "type": "array"
30058
30085
  },
30059
- "billingPlan": {
30086
+ "deploymentRollback": {
30060
30087
  "items": {
30061
30088
  "$ref": "#/components/schemas/ACLAction"
30062
30089
  },
30063
30090
  "type": "array"
30064
30091
  },
30065
- "billingPurchaseOrder": {
30092
+ "edgeCacheNamespace": {
30066
30093
  "items": {
30067
30094
  "$ref": "#/components/schemas/ACLAction"
30068
30095
  },
30069
30096
  "type": "array"
30070
30097
  },
30071
- "billingTaxId": {
30098
+ "environments": {
30072
30099
  "items": {
30073
30100
  "$ref": "#/components/schemas/ACLAction"
30074
30101
  },
30075
30102
  "type": "array"
30076
30103
  },
30077
- "blob": {
30104
+ "logs": {
30078
30105
  "items": {
30079
30106
  "$ref": "#/components/schemas/ACLAction"
30080
30107
  },
30081
30108
  "type": "array"
30082
30109
  },
30083
- "budget": {
30110
+ "logsPreset": {
30084
30111
  "items": {
30085
30112
  "$ref": "#/components/schemas/ACLAction"
30086
30113
  },
30087
30114
  "type": "array"
30088
30115
  },
30089
- "cacheArtifact": {
30116
+ "passwordProtection": {
30090
30117
  "items": {
30091
30118
  "$ref": "#/components/schemas/ACLAction"
30092
30119
  },
30093
30120
  "type": "array"
30094
30121
  },
30095
- "cacheArtifactUsageEvent": {
30122
+ "optionsAllowlist": {
30096
30123
  "items": {
30097
30124
  "$ref": "#/components/schemas/ACLAction"
30098
30125
  },
30099
30126
  "type": "array"
30100
30127
  },
30101
- "codeChecks": {
30128
+ "job": {
30102
30129
  "items": {
30103
30130
  "$ref": "#/components/schemas/ACLAction"
30104
30131
  },
30105
30132
  "type": "array"
30106
30133
  },
30107
- "concurrentBuilds": {
30134
+ "observabilityData": {
30108
30135
  "items": {
30109
30136
  "$ref": "#/components/schemas/ACLAction"
30110
30137
  },
30111
30138
  "type": "array"
30112
30139
  },
30113
- "connect": {
30140
+ "onDemandBuild": {
30114
30141
  "items": {
30115
30142
  "$ref": "#/components/schemas/ACLAction"
30116
30143
  },
30117
30144
  "type": "array"
30118
30145
  },
30119
- "connectConfiguration": {
30146
+ "onDemandConcurrency": {
30120
30147
  "items": {
30121
30148
  "$ref": "#/components/schemas/ACLAction"
30122
30149
  },
30123
30150
  "type": "array"
30124
30151
  },
30125
- "domain": {
30152
+ "project": {
30126
30153
  "items": {
30127
30154
  "$ref": "#/components/schemas/ACLAction"
30128
30155
  },
30129
30156
  "type": "array"
30130
30157
  },
30131
- "domainAcceptDelegation": {
30158
+ "projectFromV0": {
30132
30159
  "items": {
30133
30160
  "$ref": "#/components/schemas/ACLAction"
30134
30161
  },
30135
30162
  "type": "array"
30136
30163
  },
30137
- "domainAuthCodes": {
30164
+ "projectAccessGroup": {
30138
30165
  "items": {
30139
30166
  "$ref": "#/components/schemas/ACLAction"
30140
30167
  },
30141
30168
  "type": "array"
30142
30169
  },
30143
- "domainCertificate": {
30170
+ "projectAnalyticsSampling": {
30144
30171
  "items": {
30145
30172
  "$ref": "#/components/schemas/ACLAction"
30146
30173
  },
30147
30174
  "type": "array"
30148
30175
  },
30149
- "domainCheckConfig": {
30176
+ "projectCheck": {
30150
30177
  "items": {
30151
30178
  "$ref": "#/components/schemas/ACLAction"
30152
30179
  },
30153
30180
  "type": "array"
30154
30181
  },
30155
- "domainMove": {
30182
+ "projectCheckRun": {
30156
30183
  "items": {
30157
30184
  "$ref": "#/components/schemas/ACLAction"
30158
30185
  },
30159
30186
  "type": "array"
30160
30187
  },
30161
- "domainPurchase": {
30188
+ "projectDeploymentHook": {
30162
30189
  "items": {
30163
30190
  "$ref": "#/components/schemas/ACLAction"
30164
30191
  },
30165
30192
  "type": "array"
30166
30193
  },
30167
- "domainRecord": {
30194
+ "projectDomain": {
30168
30195
  "items": {
30169
30196
  "$ref": "#/components/schemas/ACLAction"
30170
30197
  },
30171
30198
  "type": "array"
30172
30199
  },
30173
- "domainTransferIn": {
30200
+ "projectDomainMove": {
30174
30201
  "items": {
30175
30202
  "$ref": "#/components/schemas/ACLAction"
30176
30203
  },
30177
30204
  "type": "array"
30178
30205
  },
30179
- "event": {
30206
+ "projectDomainCheckConfig": {
30180
30207
  "items": {
30181
30208
  "$ref": "#/components/schemas/ACLAction"
30182
30209
  },
30183
30210
  "type": "array"
30184
30211
  },
30185
- "ownEvent": {
30212
+ "projectEnvVars": {
30186
30213
  "items": {
30187
30214
  "$ref": "#/components/schemas/ACLAction"
30188
30215
  },
30189
30216
  "type": "array"
30190
30217
  },
30191
- "sensitiveEnvironmentVariablePolicy": {
30218
+ "projectEnvVarsProduction": {
30192
30219
  "items": {
30193
30220
  "$ref": "#/components/schemas/ACLAction"
30194
30221
  },
30195
30222
  "type": "array"
30196
30223
  },
30197
- "fileUpload": {
30224
+ "projectEnvVarsUnownedByIntegration": {
30198
30225
  "items": {
30199
30226
  "$ref": "#/components/schemas/ACLAction"
30200
30227
  },
30201
30228
  "type": "array"
30202
30229
  },
30203
- "flagsExplorerSubscription": {
30230
+ "projectFlags": {
30204
30231
  "items": {
30205
30232
  "$ref": "#/components/schemas/ACLAction"
30206
30233
  },
30207
30234
  "type": "array"
30208
30235
  },
30209
- "gitRepository": {
30236
+ "projectId": {
30210
30237
  "items": {
30211
30238
  "$ref": "#/components/schemas/ACLAction"
30212
30239
  },
30213
30240
  "type": "array"
30214
30241
  },
30215
- "ipBlocking": {
30242
+ "projectIntegrationConfiguration": {
30216
30243
  "items": {
30217
30244
  "$ref": "#/components/schemas/ACLAction"
30218
30245
  },
30219
30246
  "type": "array"
30220
30247
  },
30221
- "imageOptimizationNewPrice": {
30248
+ "projectLink": {
30222
30249
  "items": {
30223
30250
  "$ref": "#/components/schemas/ACLAction"
30224
30251
  },
30225
30252
  "type": "array"
30226
30253
  },
30227
- "integration": {
30254
+ "projectMember": {
30228
30255
  "items": {
30229
30256
  "$ref": "#/components/schemas/ACLAction"
30230
30257
  },
30231
30258
  "type": "array"
30232
30259
  },
30233
- "integrationAccount": {
30260
+ "projectMonitoring": {
30234
30261
  "items": {
30235
30262
  "$ref": "#/components/schemas/ACLAction"
30236
30263
  },
30237
30264
  "type": "array"
30238
30265
  },
30239
- "integrationConfiguration": {
30266
+ "projectPermissions": {
30240
30267
  "items": {
30241
30268
  "$ref": "#/components/schemas/ACLAction"
30242
30269
  },
30243
30270
  "type": "array"
30244
30271
  },
30245
- "integrationConfigurationTransfer": {
30272
+ "projectProductionBranch": {
30246
30273
  "items": {
30247
30274
  "$ref": "#/components/schemas/ACLAction"
30248
30275
  },
30249
30276
  "type": "array"
30250
30277
  },
30251
- "integrationConfigurationProjects": {
30278
+ "projectTransfer": {
30252
30279
  "items": {
30253
30280
  "$ref": "#/components/schemas/ACLAction"
30254
30281
  },
30255
30282
  "type": "array"
30256
30283
  },
30257
- "integrationVercelConfigurationOverride": {
30284
+ "projectTransferOut": {
30258
30285
  "items": {
30259
30286
  "$ref": "#/components/schemas/ACLAction"
30260
30287
  },
30261
30288
  "type": "array"
30262
30289
  },
30263
- "integrationConfigurationRole": {
30290
+ "projectProtectionBypass": {
30264
30291
  "items": {
30265
30292
  "$ref": "#/components/schemas/ACLAction"
30266
30293
  },
30267
30294
  "type": "array"
30268
30295
  },
30269
- "integrationSSOSession": {
30296
+ "projectUsage": {
30270
30297
  "items": {
30271
30298
  "$ref": "#/components/schemas/ACLAction"
30272
30299
  },
30273
30300
  "type": "array"
30274
30301
  },
30275
- "integrationResource": {
30302
+ "projectAnalyticsUsage": {
30276
30303
  "items": {
30277
30304
  "$ref": "#/components/schemas/ACLAction"
30278
30305
  },
30279
30306
  "type": "array"
30280
30307
  },
30281
- "integrationEvent": {
30308
+ "projectSupportCase": {
30282
30309
  "items": {
30283
30310
  "$ref": "#/components/schemas/ACLAction"
30284
30311
  },
30285
30312
  "type": "array"
30286
30313
  },
30287
- "integrationResourceSecrets": {
30314
+ "projectSupportCaseComment": {
30288
30315
  "items": {
30289
30316
  "$ref": "#/components/schemas/ACLAction"
30290
30317
  },
30291
30318
  "type": "array"
30292
30319
  },
30293
- "integrationDeploymentAction": {
30320
+ "projectDeploymentExpiration": {
30294
30321
  "items": {
30295
30322
  "$ref": "#/components/schemas/ACLAction"
30296
30323
  },
30297
30324
  "type": "array"
30298
30325
  },
30299
- "marketplaceInstallationMember": {
30326
+ "projectRollingRelease": {
30300
30327
  "items": {
30301
30328
  "$ref": "#/components/schemas/ACLAction"
30302
30329
  },
30303
30330
  "type": "array"
30304
30331
  },
30305
- "marketplaceBillingData": {
30332
+ "projectTier": {
30306
30333
  "items": {
30307
30334
  "$ref": "#/components/schemas/ACLAction"
30308
30335
  },
30309
30336
  "type": "array"
30310
30337
  },
30311
- "marketplaceInvoice": {
30338
+ "seawallConfig": {
30312
30339
  "items": {
30313
30340
  "$ref": "#/components/schemas/ACLAction"
30314
30341
  },
30315
30342
  "type": "array"
30316
30343
  },
30317
- "marketplaceExperimentationItem": {
30344
+ "skewProtection": {
30318
30345
  "items": {
30319
30346
  "$ref": "#/components/schemas/ACLAction"
30320
30347
  },
30321
30348
  "type": "array"
30322
30349
  },
30323
- "marketplaceExperimentationEdgeConfigData": {
30350
+ "analytics": {
30324
30351
  "items": {
30325
30352
  "$ref": "#/components/schemas/ACLAction"
30326
30353
  },
30327
30354
  "type": "array"
30328
30355
  },
30329
- "jobGlobal": {
30356
+ "trustedIps": {
30330
30357
  "items": {
30331
30358
  "$ref": "#/components/schemas/ACLAction"
30332
30359
  },
30333
30360
  "type": "array"
30334
30361
  },
30335
- "drain": {
30362
+ "webAnalytics": {
30336
30363
  "items": {
30337
30364
  "$ref": "#/components/schemas/ACLAction"
30338
30365
  },
30339
30366
  "type": "array"
30340
30367
  },
30341
- "logDrain": {
30368
+ "sharedEnvVarConnection": {
30342
30369
  "items": {
30343
30370
  "$ref": "#/components/schemas/ACLAction"
30344
30371
  },
30345
30372
  "type": "array"
30346
30373
  },
30347
- "Monitoring": {
30374
+ "sonar": {
30348
30375
  "items": {
30349
30376
  "$ref": "#/components/schemas/ACLAction"
30350
30377
  },
30351
30378
  "type": "array"
30352
30379
  },
30353
- "monitoringSettings": {
30380
+ "user": {
30354
30381
  "items": {
30355
30382
  "$ref": "#/components/schemas/ACLAction"
30356
30383
  },
30357
30384
  "type": "array"
30358
30385
  },
30359
- "monitoringQuery": {
30386
+ "userConnection": {
30360
30387
  "items": {
30361
30388
  "$ref": "#/components/schemas/ACLAction"
30362
30389
  },
30363
30390
  "type": "array"
30364
30391
  },
30365
- "monitoringChart": {
30392
+ "userSudo": {
30366
30393
  "items": {
30367
30394
  "$ref": "#/components/schemas/ACLAction"
30368
30395
  },
30369
30396
  "type": "array"
30370
30397
  },
30371
- "monitoringAlert": {
30398
+ "webAuthn": {
30372
30399
  "items": {
30373
30400
  "$ref": "#/components/schemas/ACLAction"
30374
30401
  },
30375
30402
  "type": "array"
30376
30403
  },
30377
- "notificationDeploymentFailed": {
30404
+ "oauth2Connection": {
30378
30405
  "items": {
30379
30406
  "$ref": "#/components/schemas/ACLAction"
30380
30407
  },
30381
30408
  "type": "array"
30382
30409
  },
30383
- "notificationDomainConfiguration": {
30410
+ "accessGroup": {
30384
30411
  "items": {
30385
30412
  "$ref": "#/components/schemas/ACLAction"
30386
30413
  },
30387
30414
  "type": "array"
30388
30415
  },
30389
- "notificationDomainExpire": {
30416
+ "aliasGlobal": {
30390
30417
  "items": {
30391
30418
  "$ref": "#/components/schemas/ACLAction"
30392
30419
  },
30393
30420
  "type": "array"
30394
30421
  },
30395
- "notificationDomainMoved": {
30422
+ "analyticsSampling": {
30396
30423
  "items": {
30397
30424
  "$ref": "#/components/schemas/ACLAction"
30398
30425
  },
30399
30426
  "type": "array"
30400
30427
  },
30401
- "notificationDomainPurchase": {
30428
+ "analyticsUsage": {
30402
30429
  "items": {
30403
30430
  "$ref": "#/components/schemas/ACLAction"
30404
30431
  },
30405
30432
  "type": "array"
30406
30433
  },
30407
- "notificationDomainRenewal": {
30434
+ "auditLog": {
30408
30435
  "items": {
30409
30436
  "$ref": "#/components/schemas/ACLAction"
30410
30437
  },
30411
30438
  "type": "array"
30412
30439
  },
30413
- "notificationDomainTransfer": {
30440
+ "billingAddress": {
30414
30441
  "items": {
30415
30442
  "$ref": "#/components/schemas/ACLAction"
30416
30443
  },
30417
30444
  "type": "array"
30418
30445
  },
30419
- "notificationDomainUnverified": {
30446
+ "billingInformation": {
30420
30447
  "items": {
30421
30448
  "$ref": "#/components/schemas/ACLAction"
30422
30449
  },
30423
30450
  "type": "array"
30424
30451
  },
30425
- "NotificationMonitoringAlert": {
30452
+ "billingInvoice": {
30426
30453
  "items": {
30427
30454
  "$ref": "#/components/schemas/ACLAction"
30428
30455
  },
30429
30456
  "type": "array"
30430
30457
  },
30431
- "notificationPaymentFailed": {
30458
+ "billingInvoiceEmailRecipient": {
30432
30459
  "items": {
30433
30460
  "$ref": "#/components/schemas/ACLAction"
30434
30461
  },
30435
30462
  "type": "array"
30436
30463
  },
30437
- "notificationUsageAlert": {
30464
+ "billingInvoiceLanguage": {
30438
30465
  "items": {
30439
30466
  "$ref": "#/components/schemas/ACLAction"
30440
30467
  },
30441
30468
  "type": "array"
30442
30469
  },
30443
- "notificationCustomerBudget": {
30470
+ "billingPlan": {
30444
30471
  "items": {
30445
30472
  "$ref": "#/components/schemas/ACLAction"
30446
30473
  },
30447
30474
  "type": "array"
30448
30475
  },
30449
- "notificationStatementOfReasons": {
30476
+ "billingPurchaseOrder": {
30450
30477
  "items": {
30451
30478
  "$ref": "#/components/schemas/ACLAction"
30452
30479
  },
30453
30480
  "type": "array"
30454
30481
  },
30455
- "observabilityConfiguration": {
30482
+ "billingTaxId": {
30456
30483
  "items": {
30457
30484
  "$ref": "#/components/schemas/ACLAction"
30458
30485
  },
30459
30486
  "type": "array"
30460
30487
  },
30461
- "observabilityNotebook": {
30488
+ "blob": {
30462
30489
  "items": {
30463
30490
  "$ref": "#/components/schemas/ACLAction"
30464
30491
  },
30465
30492
  "type": "array"
30466
30493
  },
30467
- "openTelemetryEndpoint": {
30494
+ "budget": {
30468
30495
  "items": {
30469
30496
  "$ref": "#/components/schemas/ACLAction"
30470
30497
  },
30471
30498
  "type": "array"
30472
30499
  },
30473
- "vercelAppInstallation": {
30500
+ "cacheArtifact": {
30474
30501
  "items": {
30475
30502
  "$ref": "#/components/schemas/ACLAction"
30476
30503
  },
30477
30504
  "type": "array"
30478
30505
  },
30479
- "paymentMethod": {
30506
+ "cacheArtifactUsageEvent": {
30480
30507
  "items": {
30481
30508
  "$ref": "#/components/schemas/ACLAction"
30482
30509
  },
30483
30510
  "type": "array"
30484
30511
  },
30485
- "permissions": {
30512
+ "codeChecks": {
30486
30513
  "items": {
30487
30514
  "$ref": "#/components/schemas/ACLAction"
30488
30515
  },
30489
30516
  "type": "array"
30490
30517
  },
30491
- "postgres": {
30518
+ "concurrentBuilds": {
30492
30519
  "items": {
30493
30520
  "$ref": "#/components/schemas/ACLAction"
30494
30521
  },
30495
30522
  "type": "array"
30496
30523
  },
30497
- "previewDeploymentSuffix": {
30524
+ "connect": {
30498
30525
  "items": {
30499
30526
  "$ref": "#/components/schemas/ACLAction"
30500
30527
  },
30501
30528
  "type": "array"
30502
30529
  },
30503
- "proTrialOnboarding": {
30530
+ "connectConfiguration": {
30504
30531
  "items": {
30505
30532
  "$ref": "#/components/schemas/ACLAction"
30506
30533
  },
30507
30534
  "type": "array"
30508
30535
  },
30509
- "sharedEnvVars": {
30536
+ "domain": {
30510
30537
  "items": {
30511
30538
  "$ref": "#/components/schemas/ACLAction"
30512
30539
  },
30513
30540
  "type": "array"
30514
30541
  },
30515
- "sharedEnvVarsProduction": {
30542
+ "domainAcceptDelegation": {
30516
30543
  "items": {
30517
30544
  "$ref": "#/components/schemas/ACLAction"
30518
30545
  },
30519
30546
  "type": "array"
30520
30547
  },
30521
- "space": {
30548
+ "domainAuthCodes": {
30522
30549
  "items": {
30523
30550
  "$ref": "#/components/schemas/ACLAction"
30524
30551
  },
30525
30552
  "type": "array"
30526
30553
  },
30527
- "spaceRun": {
30554
+ "domainCertificate": {
30528
30555
  "items": {
30529
30556
  "$ref": "#/components/schemas/ACLAction"
30530
30557
  },
30531
30558
  "type": "array"
30532
30559
  },
30533
- "passwordProtectionInvoiceItem": {
30560
+ "domainCheckConfig": {
30534
30561
  "items": {
30535
30562
  "$ref": "#/components/schemas/ACLAction"
30536
30563
  },
30537
30564
  "type": "array"
30538
30565
  },
30539
- "rateLimit": {
30566
+ "domainMove": {
30540
30567
  "items": {
30541
30568
  "$ref": "#/components/schemas/ACLAction"
30542
30569
  },
30543
30570
  "type": "array"
30544
30571
  },
30545
- "redis": {
30572
+ "domainPurchase": {
30546
30573
  "items": {
30547
30574
  "$ref": "#/components/schemas/ACLAction"
30548
30575
  },
30549
30576
  "type": "array"
30550
30577
  },
30551
- "repository": {
30578
+ "domainRecord": {
30552
30579
  "items": {
30553
30580
  "$ref": "#/components/schemas/ACLAction"
30554
30581
  },
30555
30582
  "type": "array"
30556
30583
  },
30557
- "remoteCaching": {
30584
+ "domainTransferIn": {
30558
30585
  "items": {
30559
30586
  "$ref": "#/components/schemas/ACLAction"
30560
30587
  },
30561
30588
  "type": "array"
30562
30589
  },
30563
- "samlConfig": {
30590
+ "event": {
30564
30591
  "items": {
30565
30592
  "$ref": "#/components/schemas/ACLAction"
30566
30593
  },
30567
30594
  "type": "array"
30568
30595
  },
30569
- "secret": {
30596
+ "ownEvent": {
30570
30597
  "items": {
30571
30598
  "$ref": "#/components/schemas/ACLAction"
30572
30599
  },
30573
30600
  "type": "array"
30574
30601
  },
30575
- "redisStoreTokenSet": {
30602
+ "sensitiveEnvironmentVariablePolicy": {
30576
30603
  "items": {
30577
30604
  "$ref": "#/components/schemas/ACLAction"
30578
30605
  },
30579
30606
  "type": "array"
30580
30607
  },
30581
- "blobStoreTokenSet": {
30608
+ "fileUpload": {
30582
30609
  "items": {
30583
30610
  "$ref": "#/components/schemas/ACLAction"
30584
30611
  },
30585
30612
  "type": "array"
30586
30613
  },
30587
- "postgresStoreTokenSet": {
30614
+ "flagsExplorerSubscription": {
30588
30615
  "items": {
30589
30616
  "$ref": "#/components/schemas/ACLAction"
30590
30617
  },
30591
30618
  "type": "array"
30592
30619
  },
30593
- "integrationStoreTokenSet": {
30620
+ "gitRepository": {
30594
30621
  "items": {
30595
30622
  "$ref": "#/components/schemas/ACLAction"
30596
30623
  },
30597
30624
  "type": "array"
30598
30625
  },
30599
- "integrationResourceReplCommand": {
30626
+ "ipBlocking": {
30600
30627
  "items": {
30601
30628
  "$ref": "#/components/schemas/ACLAction"
30602
30629
  },
30603
30630
  "type": "array"
30604
30631
  },
30605
- "storeTransfer": {
30632
+ "imageOptimizationNewPrice": {
30606
30633
  "items": {
30607
30634
  "$ref": "#/components/schemas/ACLAction"
30608
30635
  },
30609
30636
  "type": "array"
30610
30637
  },
30611
- "supportCase": {
30638
+ "integration": {
30612
30639
  "items": {
30613
30640
  "$ref": "#/components/schemas/ACLAction"
30614
30641
  },
30615
30642
  "type": "array"
30616
30643
  },
30617
- "supportCaseComment": {
30644
+ "integrationAccount": {
30618
30645
  "items": {
30619
30646
  "$ref": "#/components/schemas/ACLAction"
30620
30647
  },
30621
30648
  "type": "array"
30622
30649
  },
30623
- "dataCacheBillingSettings": {
30650
+ "integrationConfiguration": {
30624
30651
  "items": {
30625
30652
  "$ref": "#/components/schemas/ACLAction"
30626
30653
  },
30627
30654
  "type": "array"
30628
30655
  },
30629
- "team": {
30656
+ "integrationConfigurationTransfer": {
30630
30657
  "items": {
30631
30658
  "$ref": "#/components/schemas/ACLAction"
30632
30659
  },
30633
30660
  "type": "array"
30634
30661
  },
30635
- "teamAccessRequest": {
30662
+ "integrationConfigurationProjects": {
30636
30663
  "items": {
30637
30664
  "$ref": "#/components/schemas/ACLAction"
30638
30665
  },
30639
30666
  "type": "array"
30640
30667
  },
30641
- "teamFellowMembership": {
30668
+ "integrationVercelConfigurationOverride": {
30642
30669
  "items": {
30643
30670
  "$ref": "#/components/schemas/ACLAction"
30644
30671
  },
30645
30672
  "type": "array"
30646
30673
  },
30647
- "teamGitExclusivity": {
30674
+ "integrationConfigurationRole": {
30648
30675
  "items": {
30649
30676
  "$ref": "#/components/schemas/ACLAction"
30650
30677
  },
30651
30678
  "type": "array"
30652
30679
  },
30653
- "teamInvite": {
30680
+ "integrationSSOSession": {
30654
30681
  "items": {
30655
30682
  "$ref": "#/components/schemas/ACLAction"
30656
30683
  },
30657
30684
  "type": "array"
30658
30685
  },
30659
- "teamInviteCode": {
30686
+ "integrationResource": {
30660
30687
  "items": {
30661
30688
  "$ref": "#/components/schemas/ACLAction"
30662
30689
  },
30663
30690
  "type": "array"
30664
30691
  },
30665
- "teamJoin": {
30692
+ "integrationEvent": {
30666
30693
  "items": {
30667
30694
  "$ref": "#/components/schemas/ACLAction"
30668
30695
  },
30669
30696
  "type": "array"
30670
30697
  },
30671
- "teamMemberMfaStatus": {
30698
+ "integrationResourceSecrets": {
30672
30699
  "items": {
30673
30700
  "$ref": "#/components/schemas/ACLAction"
30674
30701
  },
30675
30702
  "type": "array"
30676
30703
  },
30677
- "teamMicrofrontends": {
30704
+ "integrationDeploymentAction": {
30678
30705
  "items": {
30679
30706
  "$ref": "#/components/schemas/ACLAction"
30680
30707
  },
30681
30708
  "type": "array"
30682
30709
  },
30683
- "teamOwnMembership": {
30710
+ "marketplaceInstallationMember": {
30684
30711
  "items": {
30685
30712
  "$ref": "#/components/schemas/ACLAction"
30686
30713
  },
30687
30714
  "type": "array"
30688
30715
  },
30689
- "teamOwnMembershipDisconnectSAML": {
30716
+ "marketplaceBillingData": {
30690
30717
  "items": {
30691
30718
  "$ref": "#/components/schemas/ACLAction"
30692
30719
  },
30693
30720
  "type": "array"
30694
30721
  },
30695
- "token": {
30722
+ "marketplaceInvoice": {
30696
30723
  "items": {
30697
30724
  "$ref": "#/components/schemas/ACLAction"
30698
30725
  },
30699
30726
  "type": "array"
30700
30727
  },
30701
- "usage": {
30728
+ "marketplaceExperimentationItem": {
30702
30729
  "items": {
30703
30730
  "$ref": "#/components/schemas/ACLAction"
30704
30731
  },
30705
30732
  "type": "array"
30706
30733
  },
30707
- "usageCycle": {
30734
+ "marketplaceExperimentationEdgeConfigData": {
30708
30735
  "items": {
30709
30736
  "$ref": "#/components/schemas/ACLAction"
30710
30737
  },
30711
30738
  "type": "array"
30712
30739
  },
30713
- "vpcPeeringConnection": {
30740
+ "jobGlobal": {
30714
30741
  "items": {
30715
30742
  "$ref": "#/components/schemas/ACLAction"
30716
30743
  },
30717
30744
  "type": "array"
30718
30745
  },
30719
- "webAnalyticsPlan": {
30746
+ "drain": {
30720
30747
  "items": {
30721
30748
  "$ref": "#/components/schemas/ACLAction"
30722
30749
  },
30723
30750
  "type": "array"
30724
30751
  },
30725
- "edgeConfig": {
30752
+ "logDrain": {
30726
30753
  "items": {
30727
30754
  "$ref": "#/components/schemas/ACLAction"
30728
30755
  },
30729
30756
  "type": "array"
30730
30757
  },
30731
- "edgeConfigItem": {
30758
+ "Monitoring": {
30732
30759
  "items": {
30733
30760
  "$ref": "#/components/schemas/ACLAction"
30734
30761
  },
30735
30762
  "type": "array"
30736
30763
  },
30737
- "edgeConfigSchema": {
30764
+ "monitoringSettings": {
30738
30765
  "items": {
30739
30766
  "$ref": "#/components/schemas/ACLAction"
30740
30767
  },
30741
30768
  "type": "array"
30742
30769
  },
30743
- "edgeConfigToken": {
30770
+ "monitoringQuery": {
30744
30771
  "items": {
30745
30772
  "$ref": "#/components/schemas/ACLAction"
30746
30773
  },
30747
30774
  "type": "array"
30748
30775
  },
30749
- "webhook": {
30776
+ "monitoringChart": {
30750
30777
  "items": {
30751
30778
  "$ref": "#/components/schemas/ACLAction"
30752
30779
  },
30753
30780
  "type": "array"
30754
30781
  },
30755
- "webhook-event": {
30782
+ "monitoringAlert": {
30756
30783
  "items": {
30757
30784
  "$ref": "#/components/schemas/ACLAction"
30758
30785
  },
30759
30786
  "type": "array"
30760
30787
  },
30761
- "endpointVerification": {
30788
+ "notificationDeploymentFailed": {
30762
30789
  "items": {
30763
30790
  "$ref": "#/components/schemas/ACLAction"
30764
30791
  },
30765
30792
  "type": "array"
30766
30793
  },
30767
- "projectTransferIn": {
30794
+ "notificationDomainConfiguration": {
30768
30795
  "items": {
30769
30796
  "$ref": "#/components/schemas/ACLAction"
30770
30797
  },
30771
30798
  "type": "array"
30772
30799
  },
30773
- "oauth2Application": {
30800
+ "notificationDomainExpire": {
30774
30801
  "items": {
30775
30802
  "$ref": "#/components/schemas/ACLAction"
30776
30803
  },
30777
30804
  "type": "array"
30778
30805
  },
30779
- "vercelRun": {
30806
+ "notificationDomainMoved": {
30780
30807
  "items": {
30781
30808
  "$ref": "#/components/schemas/ACLAction"
30782
30809
  },
30783
30810
  "type": "array"
30784
30811
  },
30785
- "vercelRunExec": {
30812
+ "notificationDomainPurchase": {
30786
30813
  "items": {
30787
30814
  "$ref": "#/components/schemas/ACLAction"
30788
30815
  },
30789
30816
  "type": "array"
30790
30817
  },
30791
- "apiKey": {
30818
+ "notificationDomainRenewal": {
30792
30819
  "items": {
30793
30820
  "$ref": "#/components/schemas/ACLAction"
30794
30821
  },
30795
30822
  "type": "array"
30796
30823
  },
30797
- "apiKeyOwnedBySelf": {
30824
+ "notificationDomainTransfer": {
30798
30825
  "items": {
30799
30826
  "$ref": "#/components/schemas/ACLAction"
30800
30827
  },
30801
30828
  "type": "array"
30802
30829
  },
30803
- "aliasProject": {
30830
+ "notificationDomainUnverified": {
30804
30831
  "items": {
30805
30832
  "$ref": "#/components/schemas/ACLAction"
30806
30833
  },
30807
30834
  "type": "array"
30808
30835
  },
30809
- "aliasProtectionBypass": {
30836
+ "NotificationMonitoringAlert": {
30810
30837
  "items": {
30811
30838
  "$ref": "#/components/schemas/ACLAction"
30812
30839
  },
30813
30840
  "type": "array"
30814
30841
  },
30815
- "buildMachine": {
30842
+ "notificationPaymentFailed": {
30816
30843
  "items": {
30817
30844
  "$ref": "#/components/schemas/ACLAction"
30818
30845
  },
30819
30846
  "type": "array"
30820
30847
  },
30821
- "productionAliasProtectionBypass": {
30848
+ "notificationUsageAlert": {
30822
30849
  "items": {
30823
30850
  "$ref": "#/components/schemas/ACLAction"
30824
30851
  },
30825
30852
  "type": "array"
30826
30853
  },
30827
- "connectConfigurationLink": {
30854
+ "notificationCustomerBudget": {
30828
30855
  "items": {
30829
30856
  "$ref": "#/components/schemas/ACLAction"
30830
30857
  },
30831
30858
  "type": "array"
30832
30859
  },
30833
- "dataCacheNamespace": {
30860
+ "notificationStatementOfReasons": {
30834
30861
  "items": {
30835
30862
  "$ref": "#/components/schemas/ACLAction"
30836
30863
  },
30837
30864
  "type": "array"
30838
30865
  },
30839
- "deployment": {
30866
+ "observabilityConfiguration": {
30840
30867
  "items": {
30841
30868
  "$ref": "#/components/schemas/ACLAction"
30842
30869
  },
30843
30870
  "type": "array"
30844
30871
  },
30845
- "deploymentCheck": {
30872
+ "observabilityNotebook": {
30846
30873
  "items": {
30847
30874
  "$ref": "#/components/schemas/ACLAction"
30848
30875
  },
30849
30876
  "type": "array"
30850
30877
  },
30851
- "deploymentCheckPreview": {
30878
+ "openTelemetryEndpoint": {
30852
30879
  "items": {
30853
30880
  "$ref": "#/components/schemas/ACLAction"
30854
30881
  },
30855
30882
  "type": "array"
30856
30883
  },
30857
- "deploymentCheckReRunFromProductionBranch": {
30884
+ "vercelAppInstallation": {
30858
30885
  "items": {
30859
30886
  "$ref": "#/components/schemas/ACLAction"
30860
30887
  },
30861
30888
  "type": "array"
30862
30889
  },
30863
- "deploymentProductionGit": {
30890
+ "paymentMethod": {
30864
30891
  "items": {
30865
30892
  "$ref": "#/components/schemas/ACLAction"
30866
30893
  },
30867
30894
  "type": "array"
30868
30895
  },
30869
- "deploymentV0": {
30896
+ "permissions": {
30870
30897
  "items": {
30871
30898
  "$ref": "#/components/schemas/ACLAction"
30872
30899
  },
30873
30900
  "type": "array"
30874
30901
  },
30875
- "deploymentPreview": {
30902
+ "postgres": {
30876
30903
  "items": {
30877
30904
  "$ref": "#/components/schemas/ACLAction"
30878
30905
  },
30879
30906
  "type": "array"
30880
30907
  },
30881
- "deploymentPrivate": {
30908
+ "previewDeploymentSuffix": {
30882
30909
  "items": {
30883
30910
  "$ref": "#/components/schemas/ACLAction"
30884
30911
  },
30885
30912
  "type": "array"
30886
30913
  },
30887
- "deploymentPromote": {
30914
+ "proTrialOnboarding": {
30888
30915
  "items": {
30889
30916
  "$ref": "#/components/schemas/ACLAction"
30890
30917
  },
30891
30918
  "type": "array"
30892
30919
  },
30893
- "deploymentRollback": {
30920
+ "sharedEnvVars": {
30894
30921
  "items": {
30895
30922
  "$ref": "#/components/schemas/ACLAction"
30896
30923
  },
30897
30924
  "type": "array"
30898
30925
  },
30899
- "edgeCacheNamespace": {
30926
+ "sharedEnvVarsProduction": {
30900
30927
  "items": {
30901
30928
  "$ref": "#/components/schemas/ACLAction"
30902
30929
  },
30903
30930
  "type": "array"
30904
30931
  },
30905
- "environments": {
30932
+ "space": {
30906
30933
  "items": {
30907
30934
  "$ref": "#/components/schemas/ACLAction"
30908
30935
  },
30909
30936
  "type": "array"
30910
30937
  },
30911
- "logs": {
30938
+ "spaceRun": {
30912
30939
  "items": {
30913
30940
  "$ref": "#/components/schemas/ACLAction"
30914
30941
  },
30915
30942
  "type": "array"
30916
30943
  },
30917
- "logsPreset": {
30944
+ "passwordProtectionInvoiceItem": {
30918
30945
  "items": {
30919
30946
  "$ref": "#/components/schemas/ACLAction"
30920
30947
  },
30921
30948
  "type": "array"
30922
30949
  },
30923
- "passwordProtection": {
30950
+ "rateLimit": {
30924
30951
  "items": {
30925
30952
  "$ref": "#/components/schemas/ACLAction"
30926
30953
  },
30927
30954
  "type": "array"
30928
30955
  },
30929
- "optionsAllowlist": {
30956
+ "redis": {
30930
30957
  "items": {
30931
30958
  "$ref": "#/components/schemas/ACLAction"
30932
30959
  },
30933
30960
  "type": "array"
30934
30961
  },
30935
- "job": {
30962
+ "repository": {
30936
30963
  "items": {
30937
30964
  "$ref": "#/components/schemas/ACLAction"
30938
30965
  },
30939
30966
  "type": "array"
30940
30967
  },
30941
- "observabilityData": {
30968
+ "remoteCaching": {
30942
30969
  "items": {
30943
30970
  "$ref": "#/components/schemas/ACLAction"
30944
30971
  },
30945
30972
  "type": "array"
30946
30973
  },
30947
- "onDemandBuild": {
30974
+ "samlConfig": {
30948
30975
  "items": {
30949
30976
  "$ref": "#/components/schemas/ACLAction"
30950
30977
  },
30951
30978
  "type": "array"
30952
30979
  },
30953
- "onDemandConcurrency": {
30980
+ "secret": {
30954
30981
  "items": {
30955
30982
  "$ref": "#/components/schemas/ACLAction"
30956
30983
  },
30957
30984
  "type": "array"
30958
30985
  },
30959
- "project": {
30986
+ "redisStoreTokenSet": {
30960
30987
  "items": {
30961
30988
  "$ref": "#/components/schemas/ACLAction"
30962
30989
  },
30963
30990
  "type": "array"
30964
30991
  },
30965
- "projectFromV0": {
30992
+ "blobStoreTokenSet": {
30966
30993
  "items": {
30967
30994
  "$ref": "#/components/schemas/ACLAction"
30968
30995
  },
30969
30996
  "type": "array"
30970
30997
  },
30971
- "projectAccessGroup": {
30998
+ "postgresStoreTokenSet": {
30972
30999
  "items": {
30973
31000
  "$ref": "#/components/schemas/ACLAction"
30974
31001
  },
30975
31002
  "type": "array"
30976
31003
  },
30977
- "projectAnalyticsSampling": {
31004
+ "integrationStoreTokenSet": {
30978
31005
  "items": {
30979
31006
  "$ref": "#/components/schemas/ACLAction"
30980
31007
  },
30981
31008
  "type": "array"
30982
31009
  },
30983
- "projectCheck": {
31010
+ "integrationResourceReplCommand": {
30984
31011
  "items": {
30985
31012
  "$ref": "#/components/schemas/ACLAction"
30986
31013
  },
30987
31014
  "type": "array"
30988
31015
  },
30989
- "projectCheckRun": {
31016
+ "storeTransfer": {
30990
31017
  "items": {
30991
31018
  "$ref": "#/components/schemas/ACLAction"
30992
31019
  },
30993
31020
  "type": "array"
30994
31021
  },
30995
- "projectDeploymentHook": {
31022
+ "supportCase": {
30996
31023
  "items": {
30997
31024
  "$ref": "#/components/schemas/ACLAction"
30998
31025
  },
30999
31026
  "type": "array"
31000
31027
  },
31001
- "projectDomain": {
31028
+ "supportCaseComment": {
31002
31029
  "items": {
31003
31030
  "$ref": "#/components/schemas/ACLAction"
31004
31031
  },
31005
31032
  "type": "array"
31006
31033
  },
31007
- "projectDomainMove": {
31034
+ "dataCacheBillingSettings": {
31008
31035
  "items": {
31009
31036
  "$ref": "#/components/schemas/ACLAction"
31010
31037
  },
31011
31038
  "type": "array"
31012
31039
  },
31013
- "projectDomainCheckConfig": {
31040
+ "team": {
31014
31041
  "items": {
31015
31042
  "$ref": "#/components/schemas/ACLAction"
31016
31043
  },
31017
31044
  "type": "array"
31018
31045
  },
31019
- "projectEnvVars": {
31046
+ "teamAccessRequest": {
31020
31047
  "items": {
31021
31048
  "$ref": "#/components/schemas/ACLAction"
31022
31049
  },
31023
31050
  "type": "array"
31024
31051
  },
31025
- "projectEnvVarsProduction": {
31052
+ "teamFellowMembership": {
31026
31053
  "items": {
31027
31054
  "$ref": "#/components/schemas/ACLAction"
31028
31055
  },
31029
31056
  "type": "array"
31030
31057
  },
31031
- "projectEnvVarsUnownedByIntegration": {
31058
+ "teamGitExclusivity": {
31032
31059
  "items": {
31033
31060
  "$ref": "#/components/schemas/ACLAction"
31034
31061
  },
31035
31062
  "type": "array"
31036
31063
  },
31037
- "projectFlags": {
31064
+ "teamInvite": {
31038
31065
  "items": {
31039
31066
  "$ref": "#/components/schemas/ACLAction"
31040
31067
  },
31041
31068
  "type": "array"
31042
31069
  },
31043
- "projectId": {
31070
+ "teamInviteCode": {
31044
31071
  "items": {
31045
31072
  "$ref": "#/components/schemas/ACLAction"
31046
31073
  },
31047
31074
  "type": "array"
31048
31075
  },
31049
- "projectIntegrationConfiguration": {
31076
+ "teamJoin": {
31050
31077
  "items": {
31051
31078
  "$ref": "#/components/schemas/ACLAction"
31052
31079
  },
31053
31080
  "type": "array"
31054
31081
  },
31055
- "projectLink": {
31082
+ "teamMemberMfaStatus": {
31056
31083
  "items": {
31057
31084
  "$ref": "#/components/schemas/ACLAction"
31058
31085
  },
31059
31086
  "type": "array"
31060
31087
  },
31061
- "projectMember": {
31088
+ "teamMicrofrontends": {
31062
31089
  "items": {
31063
31090
  "$ref": "#/components/schemas/ACLAction"
31064
31091
  },
31065
31092
  "type": "array"
31066
31093
  },
31067
- "projectMonitoring": {
31094
+ "teamOwnMembership": {
31068
31095
  "items": {
31069
31096
  "$ref": "#/components/schemas/ACLAction"
31070
31097
  },
31071
31098
  "type": "array"
31072
31099
  },
31073
- "projectPermissions": {
31100
+ "teamOwnMembershipDisconnectSAML": {
31074
31101
  "items": {
31075
31102
  "$ref": "#/components/schemas/ACLAction"
31076
31103
  },
31077
31104
  "type": "array"
31078
31105
  },
31079
- "projectProductionBranch": {
31106
+ "token": {
31080
31107
  "items": {
31081
31108
  "$ref": "#/components/schemas/ACLAction"
31082
31109
  },
31083
31110
  "type": "array"
31084
31111
  },
31085
- "projectTransfer": {
31112
+ "usage": {
31086
31113
  "items": {
31087
31114
  "$ref": "#/components/schemas/ACLAction"
31088
31115
  },
31089
31116
  "type": "array"
31090
31117
  },
31091
- "projectTransferOut": {
31118
+ "usageCycle": {
31092
31119
  "items": {
31093
31120
  "$ref": "#/components/schemas/ACLAction"
31094
31121
  },
31095
31122
  "type": "array"
31096
31123
  },
31097
- "projectProtectionBypass": {
31124
+ "vpcPeeringConnection": {
31098
31125
  "items": {
31099
31126
  "$ref": "#/components/schemas/ACLAction"
31100
31127
  },
31101
31128
  "type": "array"
31102
31129
  },
31103
- "projectUsage": {
31130
+ "webAnalyticsPlan": {
31104
31131
  "items": {
31105
31132
  "$ref": "#/components/schemas/ACLAction"
31106
31133
  },
31107
31134
  "type": "array"
31108
31135
  },
31109
- "projectAnalyticsUsage": {
31136
+ "edgeConfig": {
31110
31137
  "items": {
31111
31138
  "$ref": "#/components/schemas/ACLAction"
31112
31139
  },
31113
31140
  "type": "array"
31114
31141
  },
31115
- "projectSupportCase": {
31142
+ "edgeConfigItem": {
31116
31143
  "items": {
31117
31144
  "$ref": "#/components/schemas/ACLAction"
31118
31145
  },
31119
31146
  "type": "array"
31120
31147
  },
31121
- "projectSupportCaseComment": {
31148
+ "edgeConfigSchema": {
31122
31149
  "items": {
31123
31150
  "$ref": "#/components/schemas/ACLAction"
31124
31151
  },
31125
31152
  "type": "array"
31126
31153
  },
31127
- "projectDeploymentExpiration": {
31154
+ "edgeConfigToken": {
31128
31155
  "items": {
31129
31156
  "$ref": "#/components/schemas/ACLAction"
31130
31157
  },
31131
31158
  "type": "array"
31132
31159
  },
31133
- "projectRollingRelease": {
31160
+ "webhook": {
31134
31161
  "items": {
31135
31162
  "$ref": "#/components/schemas/ACLAction"
31136
31163
  },
31137
31164
  "type": "array"
31138
31165
  },
31139
- "projectTier": {
31166
+ "webhook-event": {
31140
31167
  "items": {
31141
31168
  "$ref": "#/components/schemas/ACLAction"
31142
31169
  },
31143
31170
  "type": "array"
31144
31171
  },
31145
- "seawallConfig": {
31172
+ "endpointVerification": {
31146
31173
  "items": {
31147
31174
  "$ref": "#/components/schemas/ACLAction"
31148
31175
  },
31149
31176
  "type": "array"
31150
31177
  },
31151
- "skewProtection": {
31178
+ "projectTransferIn": {
31152
31179
  "items": {
31153
31180
  "$ref": "#/components/schemas/ACLAction"
31154
31181
  },
31155
31182
  "type": "array"
31156
31183
  },
31157
- "analytics": {
31184
+ "oauth2Application": {
31158
31185
  "items": {
31159
31186
  "$ref": "#/components/schemas/ACLAction"
31160
31187
  },
31161
31188
  "type": "array"
31162
31189
  },
31163
- "trustedIps": {
31190
+ "vercelRun": {
31164
31191
  "items": {
31165
31192
  "$ref": "#/components/schemas/ACLAction"
31166
31193
  },
31167
31194
  "type": "array"
31168
31195
  },
31169
- "webAnalytics": {
31196
+ "vercelRunExec": {
31170
31197
  "items": {
31171
31198
  "$ref": "#/components/schemas/ACLAction"
31172
31199
  },
31173
31200
  "type": "array"
31174
31201
  },
31175
- "sharedEnvVarConnection": {
31202
+ "apiKey": {
31176
31203
  "items": {
31177
31204
  "$ref": "#/components/schemas/ACLAction"
31178
31205
  },
31179
31206
  "type": "array"
31180
31207
  },
31181
- "sonar": {
31208
+ "apiKeyOwnedBySelf": {
31182
31209
  "items": {
31183
31210
  "$ref": "#/components/schemas/ACLAction"
31184
31211
  },
@@ -48231,10 +48258,10 @@
48231
48258
  "type": "string",
48232
48259
  "enum": [
48233
48260
  "system",
48234
- "secret",
48235
48261
  "encrypted",
48236
48262
  "plain",
48237
- "sensitive"
48263
+ "sensitive",
48264
+ "secret"
48238
48265
  ]
48239
48266
  },
48240
48267
  "sunsetSecretId": {
@@ -48644,10 +48671,10 @@
48644
48671
  "type": "string",
48645
48672
  "enum": [
48646
48673
  "system",
48647
- "secret",
48648
48674
  "encrypted",
48649
48675
  "plain",
48650
- "sensitive"
48676
+ "sensitive",
48677
+ "secret"
48651
48678
  ]
48652
48679
  },
48653
48680
  "sunsetSecretId": {
@@ -49069,10 +49096,10 @@
49069
49096
  "type": "string",
49070
49097
  "enum": [
49071
49098
  "system",
49072
- "secret",
49073
49099
  "encrypted",
49074
49100
  "plain",
49075
- "sensitive"
49101
+ "sensitive",
49102
+ "secret"
49076
49103
  ]
49077
49104
  },
49078
49105
  "sunsetSecretId": {
@@ -50811,10 +50838,10 @@
50811
50838
  "type": "string",
50812
50839
  "enum": [
50813
50840
  "system",
50814
- "secret",
50815
50841
  "encrypted",
50816
50842
  "plain",
50817
- "sensitive"
50843
+ "sensitive",
50844
+ "secret"
50818
50845
  ]
50819
50846
  },
50820
50847
  "sunsetSecretId": {
@@ -51210,10 +51237,10 @@
51210
51237
  "type": "string",
51211
51238
  "enum": [
51212
51239
  "system",
51213
- "secret",
51214
51240
  "encrypted",
51215
51241
  "plain",
51216
- "sensitive"
51242
+ "sensitive",
51243
+ "secret"
51217
51244
  ]
51218
51245
  },
51219
51246
  "sunsetSecretId": {
@@ -51613,10 +51640,10 @@
51613
51640
  "type": "string",
51614
51641
  "enum": [
51615
51642
  "system",
51616
- "secret",
51617
51643
  "encrypted",
51618
51644
  "plain",
51619
- "sensitive"
51645
+ "sensitive",
51646
+ "secret"
51620
51647
  ]
51621
51648
  },
51622
51649
  "sunsetSecretId": {