@vercel/sdk 1.10.5 → 1.10.6

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 (80) hide show
  1. package/bin/mcp-server.js +496 -463
  2. package/bin/mcp-server.js.map +17 -17
  3. package/docs/sdks/projects/README.md +2 -0
  4. package/esm/__tests__/accessgroups.test.js +1 -3
  5. package/esm/__tests__/accessgroups.test.js.map +1 -1
  6. package/esm/__tests__/domains.test.js +7 -2
  7. package/esm/__tests__/domains.test.js.map +1 -1
  8. package/esm/__tests__/edgeconfig.test.js +6 -6
  9. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  10. package/esm/__tests__/rollingrelease.test.js +6 -2
  11. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  12. package/esm/__tests__/security.test.js +4 -4
  13. package/esm/__tests__/security.test.js.map +1 -1
  14. package/esm/funcs/projectsGetProjects.js +1 -0
  15. package/esm/funcs/projectsGetProjects.js.map +1 -1
  16. package/esm/lib/config.d.ts +3 -3
  17. package/esm/lib/config.js +3 -3
  18. package/esm/mcp-server/mcp-server.js +1 -1
  19. package/esm/mcp-server/server.js +1 -1
  20. package/esm/models/canceldeploymentop.d.ts +35 -35
  21. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  22. package/esm/models/canceldeploymentop.js +13 -13
  23. package/esm/models/canceldeploymentop.js.map +1 -1
  24. package/esm/models/createdeploymentop.d.ts +33 -33
  25. package/esm/models/createdeploymentop.js +11 -11
  26. package/esm/models/createdeploymentop.js.map +1 -1
  27. package/esm/models/createprojectenvop.d.ts +6 -6
  28. package/esm/models/createprojectenvop.js +2 -2
  29. package/esm/models/createprojectenvop.js.map +1 -1
  30. package/esm/models/createprojectop.d.ts +164 -158
  31. package/esm/models/createprojectop.d.ts.map +1 -1
  32. package/esm/models/createprojectop.js +156 -150
  33. package/esm/models/createprojectop.js.map +1 -1
  34. package/esm/models/editprojectenvop.d.ts +3 -3
  35. package/esm/models/editprojectenvop.js +1 -1
  36. package/esm/models/editprojectenvop.js.map +1 -1
  37. package/esm/models/filterprojectenvsop.d.ts +9 -9
  38. package/esm/models/filterprojectenvsop.js +3 -3
  39. package/esm/models/filterprojectenvsop.js.map +1 -1
  40. package/esm/models/getconfigurationproductsop.d.ts +330 -330
  41. package/esm/models/getconfigurationproductsop.js +408 -408
  42. package/esm/models/getprojectsop.d.ts +44 -4
  43. package/esm/models/getprojectsop.d.ts.map +1 -1
  44. package/esm/models/getprojectsop.js +33 -4
  45. package/esm/models/getprojectsop.js.map +1 -1
  46. package/esm/models/removeprojectenvop.d.ts +9 -9
  47. package/esm/models/removeprojectenvop.js +3 -3
  48. package/esm/models/removeprojectenvop.js.map +1 -1
  49. package/esm/models/updateprojectdatacacheop.d.ts +4 -0
  50. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  51. package/esm/models/updateprojectdatacacheop.js +4 -0
  52. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  53. package/esm/models/updateprojectop.d.ts +10 -4
  54. package/esm/models/updateprojectop.d.ts.map +1 -1
  55. package/esm/models/updateprojectop.js +10 -4
  56. package/esm/models/updateprojectop.js.map +1 -1
  57. package/examples/package-lock.json +1 -1
  58. package/jsr.json +1 -1
  59. package/package.json +1 -1
  60. package/src/__tests__/accessgroups.test.ts +1 -3
  61. package/src/__tests__/domains.test.ts +7 -2
  62. package/src/__tests__/edgeconfig.test.ts +6 -6
  63. package/src/__tests__/rollingrelease.test.ts +6 -2
  64. package/src/__tests__/security.test.ts +4 -4
  65. package/src/funcs/projectsGetProjects.ts +1 -0
  66. package/src/lib/config.ts +3 -3
  67. package/src/mcp-server/mcp-server.ts +1 -1
  68. package/src/mcp-server/server.ts +1 -1
  69. package/src/models/canceldeploymentop.ts +15 -15
  70. package/src/models/createdeploymentop.ts +11 -11
  71. package/src/models/createprojectenvop.ts +2 -2
  72. package/src/models/createprojectop.ts +312 -300
  73. package/src/models/editprojectenvop.ts +1 -1
  74. package/src/models/filterprojectenvsop.ts +3 -3
  75. package/src/models/getconfigurationproductsop.ts +703 -703
  76. package/src/models/getprojectsop.ts +59 -8
  77. package/src/models/removeprojectenvop.ts +3 -3
  78. package/src/models/updateprojectdatacacheop.ts +8 -0
  79. package/src/models/updateprojectop.ts +20 -8
  80. package/vercel-spec.json +396 -346
package/vercel-spec.json CHANGED
@@ -5893,6 +5893,9 @@
5893
5893
  "enhanced",
5894
5894
  "turbo"
5895
5895
  ]
5896
+ },
5897
+ "isNSNBDisabled": {
5898
+ "type": "boolean"
5896
5899
  }
5897
5900
  },
5898
5901
  "type": "object",
@@ -6011,6 +6014,9 @@
6011
6014
  "enhanced",
6012
6015
  "turbo"
6013
6016
  ]
6017
+ },
6018
+ "isNSNBDisabled": {
6019
+ "type": "boolean"
6014
6020
  }
6015
6021
  },
6016
6022
  "type": "object",
@@ -13047,11 +13053,11 @@
13047
13053
  "status": {
13048
13054
  "type": "string",
13049
13055
  "enum": [
13056
+ "error",
13057
+ "timeout",
13050
13058
  "skipped",
13051
13059
  "pending",
13052
- "ready",
13053
- "error",
13054
- "timeout"
13060
+ "ready"
13055
13061
  ]
13056
13062
  },
13057
13063
  "startedAt": {
@@ -13230,8 +13236,8 @@
13230
13236
  "readyState": {
13231
13237
  "type": "string",
13232
13238
  "enum": [
13233
- "BUILDING",
13234
13239
  "ERROR",
13240
+ "BUILDING",
13235
13241
  "INITIALIZING",
13236
13242
  "READY"
13237
13243
  ]
@@ -14300,15 +14306,15 @@
14300
14306
  "functionType": {
14301
14307
  "type": "string",
14302
14308
  "enum": [
14303
- "fluid",
14304
- "standard"
14309
+ "standard",
14310
+ "fluid"
14305
14311
  ]
14306
14312
  },
14307
14313
  "functionMemoryType": {
14308
14314
  "type": "string",
14309
14315
  "enum": [
14310
- "standard",
14311
14316
  "standard_legacy",
14317
+ "standard",
14312
14318
  "performance"
14313
14319
  ]
14314
14320
  },
@@ -14797,8 +14803,8 @@
14797
14803
  "op": {
14798
14804
  "type": "string",
14799
14805
  "enum": [
14800
- "append",
14801
14806
  "set",
14807
+ "append",
14802
14808
  "delete"
14803
14809
  ]
14804
14810
  },
@@ -14928,12 +14934,12 @@
14928
14934
  "handle": {
14929
14935
  "type": "string",
14930
14936
  "enum": [
14931
- "error",
14932
14937
  "filesystem",
14938
+ "error",
14933
14939
  "hit",
14934
14940
  "miss",
14935
- "rewrite",
14936
- "resource"
14941
+ "resource",
14942
+ "rewrite"
14937
14943
  ]
14938
14944
  },
14939
14945
  "src": {
@@ -15188,8 +15194,8 @@
15188
15194
  "ownerType": {
15189
15195
  "type": "string",
15190
15196
  "enum": [
15191
- "team",
15192
- "user"
15197
+ "user",
15198
+ "team"
15193
15199
  ]
15194
15200
  }
15195
15201
  },
@@ -15241,8 +15247,8 @@
15241
15247
  "ownerType": {
15242
15248
  "type": "string",
15243
15249
  "enum": [
15244
- "team",
15245
- "user"
15250
+ "user",
15251
+ "team"
15246
15252
  ]
15247
15253
  }
15248
15254
  },
@@ -15295,8 +15301,8 @@
15295
15301
  "ownerType": {
15296
15302
  "type": "string",
15297
15303
  "enum": [
15298
- "team",
15299
- "user"
15304
+ "user",
15305
+ "team"
15300
15306
  ]
15301
15307
  }
15302
15308
  },
@@ -16209,11 +16215,11 @@
16209
16215
  "status": {
16210
16216
  "type": "string",
16211
16217
  "enum": [
16218
+ "error",
16219
+ "timeout",
16212
16220
  "skipped",
16213
16221
  "pending",
16214
- "ready",
16215
- "error",
16216
- "timeout"
16222
+ "ready"
16217
16223
  ]
16218
16224
  },
16219
16225
  "startedAt": {
@@ -16392,8 +16398,8 @@
16392
16398
  "readyState": {
16393
16399
  "type": "string",
16394
16400
  "enum": [
16395
- "BUILDING",
16396
16401
  "ERROR",
16402
+ "BUILDING",
16397
16403
  "INITIALIZING",
16398
16404
  "READY"
16399
16405
  ]
@@ -16458,10 +16464,10 @@
16458
16464
  "name": {
16459
16465
  "type": "string"
16460
16466
  },
16461
- "avatar": {
16467
+ "slug": {
16462
16468
  "type": "string"
16463
16469
  },
16464
- "slug": {
16470
+ "avatar": {
16465
16471
  "type": "string"
16466
16472
  }
16467
16473
  },
@@ -17944,8 +17950,8 @@
17944
17950
  "op": {
17945
17951
  "type": "string",
17946
17952
  "enum": [
17947
- "append",
17948
17953
  "set",
17954
+ "append",
17949
17955
  "delete"
17950
17956
  ]
17951
17957
  },
@@ -18075,12 +18081,12 @@
18075
18081
  "handle": {
18076
18082
  "type": "string",
18077
18083
  "enum": [
18078
- "error",
18079
18084
  "filesystem",
18085
+ "error",
18080
18086
  "hit",
18081
18087
  "miss",
18082
- "rewrite",
18083
- "resource"
18088
+ "resource",
18089
+ "rewrite"
18084
18090
  ]
18085
18091
  },
18086
18092
  "src": {
@@ -18159,8 +18165,8 @@
18159
18165
  "ownerType": {
18160
18166
  "type": "string",
18161
18167
  "enum": [
18162
- "team",
18163
- "user"
18168
+ "user",
18169
+ "team"
18164
18170
  ]
18165
18171
  }
18166
18172
  },
@@ -18212,8 +18218,8 @@
18212
18218
  "ownerType": {
18213
18219
  "type": "string",
18214
18220
  "enum": [
18215
- "team",
18216
- "user"
18221
+ "user",
18222
+ "team"
18217
18223
  ]
18218
18224
  }
18219
18225
  },
@@ -18266,8 +18272,8 @@
18266
18272
  "ownerType": {
18267
18273
  "type": "string",
18268
18274
  "enum": [
18269
- "team",
18270
- "user"
18275
+ "user",
18276
+ "team"
18271
18277
  ]
18272
18278
  }
18273
18279
  },
@@ -18460,15 +18466,15 @@
18460
18466
  "functionType": {
18461
18467
  "type": "string",
18462
18468
  "enum": [
18463
- "fluid",
18464
- "standard"
18469
+ "standard",
18470
+ "fluid"
18465
18471
  ]
18466
18472
  },
18467
18473
  "functionMemoryType": {
18468
18474
  "type": "string",
18469
18475
  "enum": [
18470
- "standard",
18471
18476
  "standard_legacy",
18477
+ "standard",
18472
18478
  "performance"
18473
18479
  ]
18474
18480
  },
@@ -28225,34 +28231,34 @@
28225
28231
  "minLength": {
28226
28232
  "type": "object",
28227
28233
  "properties": {
28228
- "__@BRAND@446263": {
28234
+ "__@BRAND@447943": {
28229
28235
  "type": "object"
28230
28236
  }
28231
28237
  },
28232
28238
  "required": [
28233
- "__@BRAND@446263"
28239
+ "__@BRAND@447943"
28234
28240
  ]
28235
28241
  },
28236
28242
  "maxLength": {
28237
28243
  "type": "object",
28238
28244
  "properties": {
28239
- "__@BRAND@446263": {
28245
+ "__@BRAND@447943": {
28240
28246
  "type": "object"
28241
28247
  }
28242
28248
  },
28243
28249
  "required": [
28244
- "__@BRAND@446263"
28250
+ "__@BRAND@447943"
28245
28251
  ]
28246
28252
  },
28247
28253
  "pattern": {
28248
28254
  "type": "object",
28249
28255
  "properties": {
28250
- "__@BRAND@446263": {
28256
+ "__@BRAND@447943": {
28251
28257
  "type": "object"
28252
28258
  }
28253
28259
  },
28254
28260
  "required": [
28255
- "__@BRAND@446263"
28261
+ "__@BRAND@447943"
28256
28262
  ]
28257
28263
  },
28258
28264
  "default": {
@@ -28935,34 +28941,34 @@
28935
28941
  "minLength": {
28936
28942
  "type": "object",
28937
28943
  "properties": {
28938
- "__@BRAND@446263": {
28944
+ "__@BRAND@447943": {
28939
28945
  "type": "object"
28940
28946
  }
28941
28947
  },
28942
28948
  "required": [
28943
- "__@BRAND@446263"
28949
+ "__@BRAND@447943"
28944
28950
  ]
28945
28951
  },
28946
28952
  "maxLength": {
28947
28953
  "type": "object",
28948
28954
  "properties": {
28949
- "__@BRAND@446263": {
28955
+ "__@BRAND@447943": {
28950
28956
  "type": "object"
28951
28957
  }
28952
28958
  },
28953
28959
  "required": [
28954
- "__@BRAND@446263"
28960
+ "__@BRAND@447943"
28955
28961
  ]
28956
28962
  },
28957
28963
  "pattern": {
28958
28964
  "type": "object",
28959
28965
  "properties": {
28960
- "__@BRAND@446263": {
28966
+ "__@BRAND@447943": {
28961
28967
  "type": "object"
28962
28968
  }
28963
28969
  },
28964
28970
  "required": [
28965
- "__@BRAND@446263"
28971
+ "__@BRAND@447943"
28966
28972
  ]
28967
28973
  },
28968
28974
  "default": {
@@ -29120,34 +29126,34 @@
29120
29126
  "minLength": {
29121
29127
  "type": "object",
29122
29128
  "properties": {
29123
- "__@BRAND@446263": {
29129
+ "__@BRAND@447943": {
29124
29130
  "type": "object"
29125
29131
  }
29126
29132
  },
29127
29133
  "required": [
29128
- "__@BRAND@446263"
29134
+ "__@BRAND@447943"
29129
29135
  ]
29130
29136
  },
29131
29137
  "maxLength": {
29132
29138
  "type": "object",
29133
29139
  "properties": {
29134
- "__@BRAND@446263": {
29140
+ "__@BRAND@447943": {
29135
29141
  "type": "object"
29136
29142
  }
29137
29143
  },
29138
29144
  "required": [
29139
- "__@BRAND@446263"
29145
+ "__@BRAND@447943"
29140
29146
  ]
29141
29147
  },
29142
29148
  "pattern": {
29143
29149
  "type": "object",
29144
29150
  "properties": {
29145
- "__@BRAND@446263": {
29151
+ "__@BRAND@447943": {
29146
29152
  "type": "object"
29147
29153
  }
29148
29154
  },
29149
29155
  "required": [
29150
- "__@BRAND@446263"
29156
+ "__@BRAND@447943"
29151
29157
  ]
29152
29158
  },
29153
29159
  "default": {
@@ -29458,12 +29464,12 @@
29458
29464
  {
29459
29465
  "type": "object",
29460
29466
  "properties": {
29461
- "__@BRAND@446263": {
29467
+ "__@BRAND@447943": {
29462
29468
  "type": "object"
29463
29469
  }
29464
29470
  },
29465
29471
  "required": [
29466
- "__@BRAND@446263"
29472
+ "__@BRAND@447943"
29467
29473
  ]
29468
29474
  },
29469
29475
  {
@@ -29471,12 +29477,12 @@
29471
29477
  "value": {
29472
29478
  "type": "object",
29473
29479
  "properties": {
29474
- "__@BRAND@446263": {
29480
+ "__@BRAND@447943": {
29475
29481
  "type": "object"
29476
29482
  }
29477
29483
  },
29478
29484
  "required": [
29479
- "__@BRAND@446263"
29485
+ "__@BRAND@447943"
29480
29486
  ]
29481
29487
  },
29482
29488
  "disabled": {
@@ -29545,34 +29551,34 @@
29545
29551
  "minLength": {
29546
29552
  "type": "object",
29547
29553
  "properties": {
29548
- "__@BRAND@446263": {
29554
+ "__@BRAND@447943": {
29549
29555
  "type": "object"
29550
29556
  }
29551
29557
  },
29552
29558
  "required": [
29553
- "__@BRAND@446263"
29559
+ "__@BRAND@447943"
29554
29560
  ]
29555
29561
  },
29556
29562
  "maxLength": {
29557
29563
  "type": "object",
29558
29564
  "properties": {
29559
- "__@BRAND@446263": {
29565
+ "__@BRAND@447943": {
29560
29566
  "type": "object"
29561
29567
  }
29562
29568
  },
29563
29569
  "required": [
29564
- "__@BRAND@446263"
29570
+ "__@BRAND@447943"
29565
29571
  ]
29566
29572
  },
29567
29573
  "pattern": {
29568
29574
  "type": "object",
29569
29575
  "properties": {
29570
- "__@BRAND@446263": {
29576
+ "__@BRAND@447943": {
29571
29577
  "type": "object"
29572
29578
  }
29573
29579
  },
29574
29580
  "required": [
29575
- "__@BRAND@446263"
29581
+ "__@BRAND@447943"
29576
29582
  ]
29577
29583
  },
29578
29584
  "default": {
@@ -29730,34 +29736,34 @@
29730
29736
  "minLength": {
29731
29737
  "type": "object",
29732
29738
  "properties": {
29733
- "__@BRAND@446263": {
29739
+ "__@BRAND@447943": {
29734
29740
  "type": "object"
29735
29741
  }
29736
29742
  },
29737
29743
  "required": [
29738
- "__@BRAND@446263"
29744
+ "__@BRAND@447943"
29739
29745
  ]
29740
29746
  },
29741
29747
  "maxLength": {
29742
29748
  "type": "object",
29743
29749
  "properties": {
29744
- "__@BRAND@446263": {
29750
+ "__@BRAND@447943": {
29745
29751
  "type": "object"
29746
29752
  }
29747
29753
  },
29748
29754
  "required": [
29749
- "__@BRAND@446263"
29755
+ "__@BRAND@447943"
29750
29756
  ]
29751
29757
  },
29752
29758
  "pattern": {
29753
29759
  "type": "object",
29754
29760
  "properties": {
29755
- "__@BRAND@446263": {
29761
+ "__@BRAND@447943": {
29756
29762
  "type": "object"
29757
29763
  }
29758
29764
  },
29759
29765
  "required": [
29760
- "__@BRAND@446263"
29766
+ "__@BRAND@447943"
29761
29767
  ]
29762
29768
  },
29763
29769
  "default": {
@@ -29846,12 +29852,12 @@
29846
29852
  {
29847
29853
  "type": "object",
29848
29854
  "properties": {
29849
- "__@BRAND@446263": {
29855
+ "__@BRAND@447943": {
29850
29856
  "type": "object"
29851
29857
  }
29852
29858
  },
29853
29859
  "required": [
29854
- "__@BRAND@446263"
29860
+ "__@BRAND@447943"
29855
29861
  ]
29856
29862
  },
29857
29863
  {
@@ -29859,12 +29865,12 @@
29859
29865
  "value": {
29860
29866
  "type": "object",
29861
29867
  "properties": {
29862
- "__@BRAND@446263": {
29868
+ "__@BRAND@447943": {
29863
29869
  "type": "object"
29864
29870
  }
29865
29871
  },
29866
29872
  "required": [
29867
- "__@BRAND@446263"
29873
+ "__@BRAND@447943"
29868
29874
  ]
29869
29875
  },
29870
29876
  "disabled": {
@@ -30050,12 +30056,12 @@
30050
30056
  "items": {
30051
30057
  "type": "object",
30052
30058
  "properties": {
30053
- "__@BRAND@446263": {
30059
+ "__@BRAND@447943": {
30054
30060
  "type": "object"
30055
30061
  }
30056
30062
  },
30057
30063
  "required": [
30058
- "__@BRAND@446263"
30064
+ "__@BRAND@447943"
30059
30065
  ]
30060
30066
  },
30061
30067
  "type": "array"
@@ -30064,12 +30070,12 @@
30064
30070
  "items": {
30065
30071
  "type": "object",
30066
30072
  "properties": {
30067
- "__@BRAND@446263": {
30073
+ "__@BRAND@447943": {
30068
30074
  "type": "object"
30069
30075
  }
30070
30076
  },
30071
30077
  "required": [
30072
- "__@BRAND@446263"
30078
+ "__@BRAND@447943"
30073
30079
  ]
30074
30080
  },
30075
30081
  "type": "array"
@@ -30088,12 +30094,12 @@
30088
30094
  "value": {
30089
30095
  "type": "object",
30090
30096
  "properties": {
30091
- "__@BRAND@446263": {
30097
+ "__@BRAND@447943": {
30092
30098
  "type": "object"
30093
30099
  }
30094
30100
  },
30095
30101
  "required": [
30096
- "__@BRAND@446263"
30102
+ "__@BRAND@447943"
30097
30103
  ]
30098
30104
  },
30099
30105
  "disabled": {
@@ -33977,6 +33983,9 @@
33977
33983
  },
33978
33984
  "resourceConfig": {
33979
33985
  "properties": {
33986
+ "elasticConcurrencyEnabled": {
33987
+ "type": "boolean"
33988
+ },
33980
33989
  "fluid": {
33981
33990
  "type": "boolean"
33982
33991
  },
@@ -34000,15 +34009,15 @@
34000
34009
  "functionZeroConfigFailover": {
34001
34010
  "type": "boolean"
34002
34011
  },
34003
- "elasticConcurrencyEnabled": {
34004
- "type": "boolean"
34005
- },
34006
34012
  "buildMachineType": {
34007
34013
  "type": "string",
34008
34014
  "enum": [
34009
34015
  "enhanced",
34010
34016
  "turbo"
34011
34017
  ]
34018
+ },
34019
+ "isNSNBDisabled": {
34020
+ "type": "boolean"
34012
34021
  }
34013
34022
  },
34014
34023
  "type": "object",
@@ -34095,6 +34104,9 @@
34095
34104
  },
34096
34105
  "defaultResourceConfig": {
34097
34106
  "properties": {
34107
+ "elasticConcurrencyEnabled": {
34108
+ "type": "boolean"
34109
+ },
34098
34110
  "fluid": {
34099
34111
  "type": "boolean"
34100
34112
  },
@@ -34118,15 +34130,15 @@
34118
34130
  "functionZeroConfigFailover": {
34119
34131
  "type": "boolean"
34120
34132
  },
34121
- "elasticConcurrencyEnabled": {
34122
- "type": "boolean"
34123
- },
34124
34133
  "buildMachineType": {
34125
34134
  "type": "string",
34126
34135
  "enum": [
34127
34136
  "enhanced",
34128
34137
  "turbo"
34129
34138
  ]
34139
+ },
34140
+ "isNSNBDisabled": {
34141
+ "type": "boolean"
34130
34142
  }
34131
34143
  },
34132
34144
  "type": "object",
@@ -36320,6 +36332,20 @@
36320
36332
  "type": "boolean"
36321
36333
  }
36322
36334
  },
36335
+ {
36336
+ "name": "elasticConcurrencyEnabled",
36337
+ "description": "Filter results by projects with elastic concurrency enabled",
36338
+ "in": "query",
36339
+ "schema": {
36340
+ "description": "Filter results by projects with elastic concurrency enabled",
36341
+ "type": "string",
36342
+ "enum": [
36343
+ "1",
36344
+ "0"
36345
+ ],
36346
+ "example": "1"
36347
+ }
36348
+ },
36323
36349
  {
36324
36350
  "description": "The Team identifier to perform the request on behalf of.",
36325
36351
  "in": "query",
@@ -36666,10 +36692,10 @@
36666
36692
  "type": "string",
36667
36693
  "enum": [
36668
36694
  "system",
36695
+ "secret",
36669
36696
  "encrypted",
36670
36697
  "plain",
36671
- "sensitive",
36672
- "secret"
36698
+ "sensitive"
36673
36699
  ]
36674
36700
  },
36675
36701
  "sunsetSecretId": {
@@ -37671,18 +37697,18 @@
37671
37697
  "github-limited"
37672
37698
  ]
37673
37699
  },
37674
- "repo": {
37675
- "type": "string"
37676
- },
37677
- "repoId": {
37678
- "type": "number"
37679
- },
37680
37700
  "updatedAt": {
37681
37701
  "type": "number"
37682
37702
  },
37683
37703
  "createdAt": {
37684
37704
  "type": "number"
37685
37705
  },
37706
+ "repo": {
37707
+ "type": "string"
37708
+ },
37709
+ "sourceless": {
37710
+ "type": "boolean"
37711
+ },
37686
37712
  "org": {
37687
37713
  "type": "string"
37688
37714
  },
@@ -37690,6 +37716,9 @@
37690
37716
  "type": "number",
37691
37717
  "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."
37692
37718
  },
37719
+ "repoId": {
37720
+ "type": "number"
37721
+ },
37693
37722
  "deployHooks": {
37694
37723
  "items": {
37695
37724
  "properties": {
@@ -37722,9 +37751,6 @@
37722
37751
  "gitCredentialId": {
37723
37752
  "type": "string"
37724
37753
  },
37725
- "sourceless": {
37726
- "type": "boolean"
37727
- },
37728
37754
  "productionBranch": {
37729
37755
  "type": "string"
37730
37756
  }
@@ -38147,6 +38173,9 @@
38147
38173
  "enhanced",
38148
38174
  "turbo"
38149
38175
  ]
38176
+ },
38177
+ "isNSNBDisabled": {
38178
+ "type": "boolean"
38150
38179
  }
38151
38180
  },
38152
38181
  "type": "object",
@@ -38265,6 +38294,9 @@
38265
38294
  "enhanced",
38266
38295
  "turbo"
38267
38296
  ]
38297
+ },
38298
+ "isNSNBDisabled": {
38299
+ "type": "boolean"
38268
38300
  }
38269
38301
  },
38270
38302
  "type": "object",
@@ -38300,8 +38332,8 @@
38300
38332
  "deploymentType": {
38301
38333
  "type": "string",
38302
38334
  "enum": [
38303
- "preview",
38304
38335
  "all",
38336
+ "preview",
38305
38337
  "prod_deployment_urls_and_all_previews",
38306
38338
  "all_except_custom_domains"
38307
38339
  ]
@@ -38638,1273 +38670,1273 @@
38638
38670
  },
38639
38671
  "permissions": {
38640
38672
  "properties": {
38641
- "aliasProject": {
38673
+ "oauth2Connection": {
38642
38674
  "items": {
38643
38675
  "$ref": "#/components/schemas/ACLAction"
38644
38676
  },
38645
38677
  "type": "array"
38646
38678
  },
38647
- "aliasProtectionBypass": {
38679
+ "user": {
38648
38680
  "items": {
38649
38681
  "$ref": "#/components/schemas/ACLAction"
38650
38682
  },
38651
38683
  "type": "array"
38652
38684
  },
38653
- "buildMachine": {
38685
+ "userConnection": {
38654
38686
  "items": {
38655
38687
  "$ref": "#/components/schemas/ACLAction"
38656
38688
  },
38657
38689
  "type": "array"
38658
38690
  },
38659
- "productionAliasProtectionBypass": {
38691
+ "userSudo": {
38660
38692
  "items": {
38661
38693
  "$ref": "#/components/schemas/ACLAction"
38662
38694
  },
38663
38695
  "type": "array"
38664
38696
  },
38665
- "connectConfigurationLink": {
38697
+ "webAuthn": {
38666
38698
  "items": {
38667
38699
  "$ref": "#/components/schemas/ACLAction"
38668
38700
  },
38669
38701
  "type": "array"
38670
38702
  },
38671
- "dataCacheNamespace": {
38703
+ "accessGroup": {
38672
38704
  "items": {
38673
38705
  "$ref": "#/components/schemas/ACLAction"
38674
38706
  },
38675
38707
  "type": "array"
38676
38708
  },
38677
- "deployment": {
38709
+ "aliasGlobal": {
38678
38710
  "items": {
38679
38711
  "$ref": "#/components/schemas/ACLAction"
38680
38712
  },
38681
38713
  "type": "array"
38682
38714
  },
38683
- "deploymentBuildLogs": {
38715
+ "analyticsSampling": {
38684
38716
  "items": {
38685
38717
  "$ref": "#/components/schemas/ACLAction"
38686
38718
  },
38687
38719
  "type": "array"
38688
38720
  },
38689
- "deploymentCheck": {
38721
+ "analyticsUsage": {
38690
38722
  "items": {
38691
38723
  "$ref": "#/components/schemas/ACLAction"
38692
38724
  },
38693
38725
  "type": "array"
38694
38726
  },
38695
- "deploymentCheckPreview": {
38727
+ "auditLog": {
38696
38728
  "items": {
38697
38729
  "$ref": "#/components/schemas/ACLAction"
38698
38730
  },
38699
38731
  "type": "array"
38700
38732
  },
38701
- "deploymentCheckReRunFromProductionBranch": {
38733
+ "billingAddress": {
38702
38734
  "items": {
38703
38735
  "$ref": "#/components/schemas/ACLAction"
38704
38736
  },
38705
38737
  "type": "array"
38706
38738
  },
38707
- "deploymentProductionGit": {
38739
+ "billingInformation": {
38708
38740
  "items": {
38709
38741
  "$ref": "#/components/schemas/ACLAction"
38710
38742
  },
38711
38743
  "type": "array"
38712
38744
  },
38713
- "deploymentV0": {
38745
+ "billingInvoice": {
38714
38746
  "items": {
38715
38747
  "$ref": "#/components/schemas/ACLAction"
38716
38748
  },
38717
38749
  "type": "array"
38718
38750
  },
38719
- "deploymentPreview": {
38751
+ "billingInvoiceEmailRecipient": {
38720
38752
  "items": {
38721
38753
  "$ref": "#/components/schemas/ACLAction"
38722
38754
  },
38723
38755
  "type": "array"
38724
38756
  },
38725
- "deploymentPrivate": {
38757
+ "billingInvoiceLanguage": {
38726
38758
  "items": {
38727
38759
  "$ref": "#/components/schemas/ACLAction"
38728
38760
  },
38729
38761
  "type": "array"
38730
38762
  },
38731
- "deploymentPromote": {
38763
+ "billingPlan": {
38732
38764
  "items": {
38733
38765
  "$ref": "#/components/schemas/ACLAction"
38734
38766
  },
38735
38767
  "type": "array"
38736
38768
  },
38737
- "deploymentRollback": {
38769
+ "billingPurchaseOrder": {
38738
38770
  "items": {
38739
38771
  "$ref": "#/components/schemas/ACLAction"
38740
38772
  },
38741
38773
  "type": "array"
38742
38774
  },
38743
- "edgeCacheNamespace": {
38775
+ "billingRefund": {
38744
38776
  "items": {
38745
38777
  "$ref": "#/components/schemas/ACLAction"
38746
38778
  },
38747
38779
  "type": "array"
38748
38780
  },
38749
- "environments": {
38781
+ "billingTaxId": {
38750
38782
  "items": {
38751
38783
  "$ref": "#/components/schemas/ACLAction"
38752
38784
  },
38753
38785
  "type": "array"
38754
38786
  },
38755
- "logs": {
38787
+ "blob": {
38756
38788
  "items": {
38757
38789
  "$ref": "#/components/schemas/ACLAction"
38758
38790
  },
38759
38791
  "type": "array"
38760
38792
  },
38761
- "logsPreset": {
38793
+ "budget": {
38762
38794
  "items": {
38763
38795
  "$ref": "#/components/schemas/ACLAction"
38764
38796
  },
38765
38797
  "type": "array"
38766
38798
  },
38767
- "passwordProtection": {
38799
+ "cacheArtifact": {
38768
38800
  "items": {
38769
38801
  "$ref": "#/components/schemas/ACLAction"
38770
38802
  },
38771
38803
  "type": "array"
38772
38804
  },
38773
- "optionsAllowlist": {
38805
+ "cacheArtifactUsageEvent": {
38774
38806
  "items": {
38775
38807
  "$ref": "#/components/schemas/ACLAction"
38776
38808
  },
38777
38809
  "type": "array"
38778
38810
  },
38779
- "job": {
38811
+ "codeChecks": {
38780
38812
  "items": {
38781
38813
  "$ref": "#/components/schemas/ACLAction"
38782
38814
  },
38783
38815
  "type": "array"
38784
38816
  },
38785
- "observabilityData": {
38817
+ "concurrentBuilds": {
38786
38818
  "items": {
38787
38819
  "$ref": "#/components/schemas/ACLAction"
38788
38820
  },
38789
38821
  "type": "array"
38790
38822
  },
38791
- "onDemandBuild": {
38823
+ "connect": {
38792
38824
  "items": {
38793
38825
  "$ref": "#/components/schemas/ACLAction"
38794
38826
  },
38795
38827
  "type": "array"
38796
38828
  },
38797
- "onDemandConcurrency": {
38829
+ "connectConfiguration": {
38798
38830
  "items": {
38799
38831
  "$ref": "#/components/schemas/ACLAction"
38800
38832
  },
38801
38833
  "type": "array"
38802
38834
  },
38803
- "project": {
38835
+ "defaultDeploymentProtection": {
38804
38836
  "items": {
38805
38837
  "$ref": "#/components/schemas/ACLAction"
38806
38838
  },
38807
38839
  "type": "array"
38808
38840
  },
38809
- "projectFromV0": {
38841
+ "domain": {
38810
38842
  "items": {
38811
38843
  "$ref": "#/components/schemas/ACLAction"
38812
38844
  },
38813
38845
  "type": "array"
38814
38846
  },
38815
- "projectAccessGroup": {
38847
+ "domainAcceptDelegation": {
38816
38848
  "items": {
38817
38849
  "$ref": "#/components/schemas/ACLAction"
38818
38850
  },
38819
38851
  "type": "array"
38820
38852
  },
38821
- "projectAnalyticsSampling": {
38853
+ "domainAuthCodes": {
38822
38854
  "items": {
38823
38855
  "$ref": "#/components/schemas/ACLAction"
38824
38856
  },
38825
38857
  "type": "array"
38826
38858
  },
38827
- "projectCheck": {
38859
+ "domainCertificate": {
38828
38860
  "items": {
38829
38861
  "$ref": "#/components/schemas/ACLAction"
38830
38862
  },
38831
38863
  "type": "array"
38832
38864
  },
38833
- "projectCheckRun": {
38865
+ "domainCheckConfig": {
38834
38866
  "items": {
38835
38867
  "$ref": "#/components/schemas/ACLAction"
38836
38868
  },
38837
38869
  "type": "array"
38838
38870
  },
38839
- "projectDeploymentHook": {
38871
+ "domainMove": {
38840
38872
  "items": {
38841
38873
  "$ref": "#/components/schemas/ACLAction"
38842
38874
  },
38843
38875
  "type": "array"
38844
38876
  },
38845
- "projectDomain": {
38877
+ "domainPurchase": {
38846
38878
  "items": {
38847
38879
  "$ref": "#/components/schemas/ACLAction"
38848
38880
  },
38849
38881
  "type": "array"
38850
38882
  },
38851
- "projectDomainMove": {
38883
+ "domainRecord": {
38852
38884
  "items": {
38853
38885
  "$ref": "#/components/schemas/ACLAction"
38854
38886
  },
38855
38887
  "type": "array"
38856
38888
  },
38857
- "projectDomainCheckConfig": {
38889
+ "domainTransferIn": {
38858
38890
  "items": {
38859
38891
  "$ref": "#/components/schemas/ACLAction"
38860
38892
  },
38861
38893
  "type": "array"
38862
38894
  },
38863
- "projectEnvVars": {
38895
+ "event": {
38864
38896
  "items": {
38865
38897
  "$ref": "#/components/schemas/ACLAction"
38866
38898
  },
38867
38899
  "type": "array"
38868
38900
  },
38869
- "projectEnvVarsProduction": {
38901
+ "ownEvent": {
38870
38902
  "items": {
38871
38903
  "$ref": "#/components/schemas/ACLAction"
38872
38904
  },
38873
38905
  "type": "array"
38874
38906
  },
38875
- "projectEnvVarsUnownedByIntegration": {
38907
+ "sensitiveEnvironmentVariablePolicy": {
38876
38908
  "items": {
38877
38909
  "$ref": "#/components/schemas/ACLAction"
38878
38910
  },
38879
38911
  "type": "array"
38880
38912
  },
38881
- "projectFlags": {
38913
+ "fileUpload": {
38882
38914
  "items": {
38883
38915
  "$ref": "#/components/schemas/ACLAction"
38884
38916
  },
38885
38917
  "type": "array"
38886
38918
  },
38887
- "projectId": {
38919
+ "flagsExplorerSubscription": {
38888
38920
  "items": {
38889
38921
  "$ref": "#/components/schemas/ACLAction"
38890
38922
  },
38891
38923
  "type": "array"
38892
38924
  },
38893
- "projectIntegrationConfiguration": {
38925
+ "gitRepository": {
38894
38926
  "items": {
38895
38927
  "$ref": "#/components/schemas/ACLAction"
38896
38928
  },
38897
38929
  "type": "array"
38898
38930
  },
38899
- "projectLink": {
38931
+ "ipBlocking": {
38900
38932
  "items": {
38901
38933
  "$ref": "#/components/schemas/ACLAction"
38902
38934
  },
38903
38935
  "type": "array"
38904
38936
  },
38905
- "projectMember": {
38937
+ "imageOptimizationNewPrice": {
38906
38938
  "items": {
38907
38939
  "$ref": "#/components/schemas/ACLAction"
38908
38940
  },
38909
38941
  "type": "array"
38910
38942
  },
38911
- "projectMonitoring": {
38943
+ "integration": {
38912
38944
  "items": {
38913
38945
  "$ref": "#/components/schemas/ACLAction"
38914
38946
  },
38915
38947
  "type": "array"
38916
38948
  },
38917
- "projectPermissions": {
38949
+ "integrationAccount": {
38918
38950
  "items": {
38919
38951
  "$ref": "#/components/schemas/ACLAction"
38920
38952
  },
38921
38953
  "type": "array"
38922
38954
  },
38923
- "projectProductionBranch": {
38955
+ "integrationConfiguration": {
38924
38956
  "items": {
38925
38957
  "$ref": "#/components/schemas/ACLAction"
38926
38958
  },
38927
38959
  "type": "array"
38928
38960
  },
38929
- "projectTransfer": {
38961
+ "integrationConfigurationTransfer": {
38930
38962
  "items": {
38931
38963
  "$ref": "#/components/schemas/ACLAction"
38932
38964
  },
38933
38965
  "type": "array"
38934
38966
  },
38935
- "projectTransferOut": {
38967
+ "integrationConfigurationProjects": {
38936
38968
  "items": {
38937
38969
  "$ref": "#/components/schemas/ACLAction"
38938
38970
  },
38939
38971
  "type": "array"
38940
38972
  },
38941
- "projectProtectionBypass": {
38973
+ "integrationVercelConfigurationOverride": {
38942
38974
  "items": {
38943
38975
  "$ref": "#/components/schemas/ACLAction"
38944
38976
  },
38945
38977
  "type": "array"
38946
38978
  },
38947
- "projectUsage": {
38979
+ "integrationConfigurationRole": {
38948
38980
  "items": {
38949
38981
  "$ref": "#/components/schemas/ACLAction"
38950
38982
  },
38951
38983
  "type": "array"
38952
38984
  },
38953
- "projectAnalyticsUsage": {
38985
+ "integrationSSOSession": {
38954
38986
  "items": {
38955
38987
  "$ref": "#/components/schemas/ACLAction"
38956
38988
  },
38957
38989
  "type": "array"
38958
38990
  },
38959
- "projectSupportCase": {
38991
+ "integrationResource": {
38960
38992
  "items": {
38961
38993
  "$ref": "#/components/schemas/ACLAction"
38962
38994
  },
38963
38995
  "type": "array"
38964
38996
  },
38965
- "projectSupportCaseComment": {
38997
+ "integrationEvent": {
38966
38998
  "items": {
38967
38999
  "$ref": "#/components/schemas/ACLAction"
38968
39000
  },
38969
39001
  "type": "array"
38970
39002
  },
38971
- "projectDeploymentExpiration": {
39003
+ "integrationResourceSecrets": {
38972
39004
  "items": {
38973
39005
  "$ref": "#/components/schemas/ACLAction"
38974
39006
  },
38975
39007
  "type": "array"
38976
39008
  },
38977
- "projectRollingRelease": {
39009
+ "integrationDeploymentAction": {
38978
39010
  "items": {
38979
39011
  "$ref": "#/components/schemas/ACLAction"
38980
39012
  },
38981
39013
  "type": "array"
38982
39014
  },
38983
- "projectTier": {
39015
+ "marketplaceInstallationMember": {
38984
39016
  "items": {
38985
39017
  "$ref": "#/components/schemas/ACLAction"
38986
39018
  },
38987
39019
  "type": "array"
38988
39020
  },
38989
- "projectOIDCToken": {
39021
+ "marketplaceBillingData": {
38990
39022
  "items": {
38991
39023
  "$ref": "#/components/schemas/ACLAction"
38992
39024
  },
38993
39025
  "type": "array"
38994
39026
  },
38995
- "seawallConfig": {
39027
+ "marketplaceInvoice": {
38996
39028
  "items": {
38997
39029
  "$ref": "#/components/schemas/ACLAction"
38998
39030
  },
38999
39031
  "type": "array"
39000
39032
  },
39001
- "skewProtection": {
39033
+ "marketplaceSettings": {
39002
39034
  "items": {
39003
39035
  "$ref": "#/components/schemas/ACLAction"
39004
39036
  },
39005
39037
  "type": "array"
39006
39038
  },
39007
- "analytics": {
39039
+ "marketplaceExperimentationItem": {
39008
39040
  "items": {
39009
39041
  "$ref": "#/components/schemas/ACLAction"
39010
39042
  },
39011
39043
  "type": "array"
39012
39044
  },
39013
- "trustedIps": {
39045
+ "marketplaceExperimentationEdgeConfigData": {
39014
39046
  "items": {
39015
39047
  "$ref": "#/components/schemas/ACLAction"
39016
39048
  },
39017
39049
  "type": "array"
39018
39050
  },
39019
- "v0Chat": {
39051
+ "jobGlobal": {
39020
39052
  "items": {
39021
39053
  "$ref": "#/components/schemas/ACLAction"
39022
39054
  },
39023
39055
  "type": "array"
39024
39056
  },
39025
- "webAnalytics": {
39057
+ "drain": {
39026
39058
  "items": {
39027
39059
  "$ref": "#/components/schemas/ACLAction"
39028
39060
  },
39029
39061
  "type": "array"
39030
39062
  },
39031
- "sharedEnvVarConnection": {
39063
+ "logDrain": {
39032
39064
  "items": {
39033
39065
  "$ref": "#/components/schemas/ACLAction"
39034
39066
  },
39035
39067
  "type": "array"
39036
39068
  },
39037
- "sonar": {
39069
+ "Monitoring": {
39038
39070
  "items": {
39039
39071
  "$ref": "#/components/schemas/ACLAction"
39040
39072
  },
39041
39073
  "type": "array"
39042
39074
  },
39043
- "oauth2Connection": {
39075
+ "monitoringSettings": {
39044
39076
  "items": {
39045
39077
  "$ref": "#/components/schemas/ACLAction"
39046
39078
  },
39047
39079
  "type": "array"
39048
39080
  },
39049
- "user": {
39081
+ "monitoringQuery": {
39050
39082
  "items": {
39051
39083
  "$ref": "#/components/schemas/ACLAction"
39052
39084
  },
39053
39085
  "type": "array"
39054
39086
  },
39055
- "userConnection": {
39087
+ "monitoringChart": {
39056
39088
  "items": {
39057
39089
  "$ref": "#/components/schemas/ACLAction"
39058
39090
  },
39059
39091
  "type": "array"
39060
39092
  },
39061
- "userSudo": {
39093
+ "monitoringAlert": {
39062
39094
  "items": {
39063
39095
  "$ref": "#/components/schemas/ACLAction"
39064
39096
  },
39065
39097
  "type": "array"
39066
39098
  },
39067
- "webAuthn": {
39099
+ "notificationDeploymentFailed": {
39068
39100
  "items": {
39069
39101
  "$ref": "#/components/schemas/ACLAction"
39070
39102
  },
39071
39103
  "type": "array"
39072
39104
  },
39073
- "accessGroup": {
39105
+ "notificationDomainConfiguration": {
39074
39106
  "items": {
39075
39107
  "$ref": "#/components/schemas/ACLAction"
39076
39108
  },
39077
39109
  "type": "array"
39078
39110
  },
39079
- "aliasGlobal": {
39111
+ "notificationDomainExpire": {
39080
39112
  "items": {
39081
39113
  "$ref": "#/components/schemas/ACLAction"
39082
39114
  },
39083
39115
  "type": "array"
39084
39116
  },
39085
- "analyticsSampling": {
39117
+ "notificationDomainMoved": {
39086
39118
  "items": {
39087
39119
  "$ref": "#/components/schemas/ACLAction"
39088
39120
  },
39089
39121
  "type": "array"
39090
39122
  },
39091
- "analyticsUsage": {
39123
+ "notificationDomainPurchase": {
39092
39124
  "items": {
39093
39125
  "$ref": "#/components/schemas/ACLAction"
39094
39126
  },
39095
39127
  "type": "array"
39096
39128
  },
39097
- "auditLog": {
39129
+ "notificationDomainRenewal": {
39098
39130
  "items": {
39099
39131
  "$ref": "#/components/schemas/ACLAction"
39100
39132
  },
39101
39133
  "type": "array"
39102
39134
  },
39103
- "billingAddress": {
39135
+ "notificationDomainTransfer": {
39104
39136
  "items": {
39105
39137
  "$ref": "#/components/schemas/ACLAction"
39106
39138
  },
39107
39139
  "type": "array"
39108
39140
  },
39109
- "billingInformation": {
39141
+ "notificationDomainUnverified": {
39110
39142
  "items": {
39111
39143
  "$ref": "#/components/schemas/ACLAction"
39112
39144
  },
39113
39145
  "type": "array"
39114
39146
  },
39115
- "billingInvoice": {
39147
+ "NotificationMonitoringAlert": {
39116
39148
  "items": {
39117
39149
  "$ref": "#/components/schemas/ACLAction"
39118
39150
  },
39119
39151
  "type": "array"
39120
39152
  },
39121
- "billingInvoiceEmailRecipient": {
39153
+ "notificationPaymentFailed": {
39122
39154
  "items": {
39123
39155
  "$ref": "#/components/schemas/ACLAction"
39124
39156
  },
39125
39157
  "type": "array"
39126
39158
  },
39127
- "billingInvoiceLanguage": {
39159
+ "notificationUsageAlert": {
39128
39160
  "items": {
39129
39161
  "$ref": "#/components/schemas/ACLAction"
39130
39162
  },
39131
39163
  "type": "array"
39132
39164
  },
39133
- "billingPlan": {
39165
+ "notificationPreferences": {
39134
39166
  "items": {
39135
39167
  "$ref": "#/components/schemas/ACLAction"
39136
39168
  },
39137
39169
  "type": "array"
39138
39170
  },
39139
- "billingPurchaseOrder": {
39171
+ "notificationCustomerBudget": {
39140
39172
  "items": {
39141
39173
  "$ref": "#/components/schemas/ACLAction"
39142
39174
  },
39143
39175
  "type": "array"
39144
39176
  },
39145
- "billingRefund": {
39177
+ "notificationStatementOfReasons": {
39146
39178
  "items": {
39147
39179
  "$ref": "#/components/schemas/ACLAction"
39148
39180
  },
39149
39181
  "type": "array"
39150
39182
  },
39151
- "billingTaxId": {
39183
+ "observabilityConfiguration": {
39152
39184
  "items": {
39153
39185
  "$ref": "#/components/schemas/ACLAction"
39154
39186
  },
39155
39187
  "type": "array"
39156
39188
  },
39157
- "blob": {
39189
+ "observabilityNotebook": {
39158
39190
  "items": {
39159
39191
  "$ref": "#/components/schemas/ACLAction"
39160
39192
  },
39161
39193
  "type": "array"
39162
39194
  },
39163
- "budget": {
39195
+ "observabilityFunnel": {
39164
39196
  "items": {
39165
39197
  "$ref": "#/components/schemas/ACLAction"
39166
39198
  },
39167
39199
  "type": "array"
39168
39200
  },
39169
- "cacheArtifact": {
39201
+ "openTelemetryEndpoint": {
39170
39202
  "items": {
39171
39203
  "$ref": "#/components/schemas/ACLAction"
39172
39204
  },
39173
39205
  "type": "array"
39174
39206
  },
39175
- "cacheArtifactUsageEvent": {
39207
+ "vercelAppInstallation": {
39176
39208
  "items": {
39177
39209
  "$ref": "#/components/schemas/ACLAction"
39178
39210
  },
39179
39211
  "type": "array"
39180
39212
  },
39181
- "codeChecks": {
39213
+ "vercelAppInstallationRequest": {
39182
39214
  "items": {
39183
39215
  "$ref": "#/components/schemas/ACLAction"
39184
39216
  },
39185
39217
  "type": "array"
39186
39218
  },
39187
- "concurrentBuilds": {
39219
+ "paymentMethod": {
39188
39220
  "items": {
39189
39221
  "$ref": "#/components/schemas/ACLAction"
39190
39222
  },
39191
39223
  "type": "array"
39192
39224
  },
39193
- "connect": {
39225
+ "permissions": {
39194
39226
  "items": {
39195
39227
  "$ref": "#/components/schemas/ACLAction"
39196
39228
  },
39197
39229
  "type": "array"
39198
39230
  },
39199
- "connectConfiguration": {
39231
+ "postgres": {
39200
39232
  "items": {
39201
39233
  "$ref": "#/components/schemas/ACLAction"
39202
39234
  },
39203
39235
  "type": "array"
39204
39236
  },
39205
- "defaultDeploymentProtection": {
39237
+ "previewDeploymentSuffix": {
39206
39238
  "items": {
39207
39239
  "$ref": "#/components/schemas/ACLAction"
39208
39240
  },
39209
39241
  "type": "array"
39210
39242
  },
39211
- "domain": {
39243
+ "proTrialOnboarding": {
39212
39244
  "items": {
39213
39245
  "$ref": "#/components/schemas/ACLAction"
39214
39246
  },
39215
39247
  "type": "array"
39216
39248
  },
39217
- "domainAcceptDelegation": {
39249
+ "sharedEnvVars": {
39218
39250
  "items": {
39219
39251
  "$ref": "#/components/schemas/ACLAction"
39220
39252
  },
39221
39253
  "type": "array"
39222
39254
  },
39223
- "domainAuthCodes": {
39255
+ "sharedEnvVarsProduction": {
39224
39256
  "items": {
39225
39257
  "$ref": "#/components/schemas/ACLAction"
39226
39258
  },
39227
39259
  "type": "array"
39228
39260
  },
39229
- "domainCertificate": {
39261
+ "space": {
39230
39262
  "items": {
39231
39263
  "$ref": "#/components/schemas/ACLAction"
39232
39264
  },
39233
39265
  "type": "array"
39234
39266
  },
39235
- "domainCheckConfig": {
39267
+ "spaceRun": {
39236
39268
  "items": {
39237
39269
  "$ref": "#/components/schemas/ACLAction"
39238
39270
  },
39239
39271
  "type": "array"
39240
39272
  },
39241
- "domainMove": {
39273
+ "passwordProtectionInvoiceItem": {
39242
39274
  "items": {
39243
39275
  "$ref": "#/components/schemas/ACLAction"
39244
39276
  },
39245
39277
  "type": "array"
39246
39278
  },
39247
- "domainPurchase": {
39279
+ "rateLimit": {
39248
39280
  "items": {
39249
39281
  "$ref": "#/components/schemas/ACLAction"
39250
39282
  },
39251
39283
  "type": "array"
39252
39284
  },
39253
- "domainRecord": {
39285
+ "redis": {
39254
39286
  "items": {
39255
39287
  "$ref": "#/components/schemas/ACLAction"
39256
39288
  },
39257
39289
  "type": "array"
39258
39290
  },
39259
- "domainTransferIn": {
39291
+ "repository": {
39260
39292
  "items": {
39261
39293
  "$ref": "#/components/schemas/ACLAction"
39262
39294
  },
39263
39295
  "type": "array"
39264
39296
  },
39265
- "event": {
39297
+ "remoteCaching": {
39266
39298
  "items": {
39267
39299
  "$ref": "#/components/schemas/ACLAction"
39268
39300
  },
39269
39301
  "type": "array"
39270
39302
  },
39271
- "ownEvent": {
39303
+ "samlConfig": {
39272
39304
  "items": {
39273
39305
  "$ref": "#/components/schemas/ACLAction"
39274
39306
  },
39275
39307
  "type": "array"
39276
39308
  },
39277
- "sensitiveEnvironmentVariablePolicy": {
39309
+ "secret": {
39278
39310
  "items": {
39279
39311
  "$ref": "#/components/schemas/ACLAction"
39280
39312
  },
39281
39313
  "type": "array"
39282
39314
  },
39283
- "fileUpload": {
39315
+ "redisStoreTokenSet": {
39284
39316
  "items": {
39285
39317
  "$ref": "#/components/schemas/ACLAction"
39286
39318
  },
39287
39319
  "type": "array"
39288
39320
  },
39289
- "flagsExplorerSubscription": {
39321
+ "blobStoreTokenSet": {
39290
39322
  "items": {
39291
39323
  "$ref": "#/components/schemas/ACLAction"
39292
39324
  },
39293
39325
  "type": "array"
39294
39326
  },
39295
- "gitRepository": {
39327
+ "postgresStoreTokenSet": {
39296
39328
  "items": {
39297
39329
  "$ref": "#/components/schemas/ACLAction"
39298
39330
  },
39299
39331
  "type": "array"
39300
39332
  },
39301
- "ipBlocking": {
39333
+ "integrationStoreTokenSet": {
39302
39334
  "items": {
39303
39335
  "$ref": "#/components/schemas/ACLAction"
39304
39336
  },
39305
39337
  "type": "array"
39306
39338
  },
39307
- "imageOptimizationNewPrice": {
39339
+ "integrationResourceReplCommand": {
39308
39340
  "items": {
39309
39341
  "$ref": "#/components/schemas/ACLAction"
39310
39342
  },
39311
39343
  "type": "array"
39312
39344
  },
39313
- "integration": {
39345
+ "storeTransfer": {
39314
39346
  "items": {
39315
39347
  "$ref": "#/components/schemas/ACLAction"
39316
39348
  },
39317
39349
  "type": "array"
39318
39350
  },
39319
- "integrationAccount": {
39351
+ "supportCase": {
39320
39352
  "items": {
39321
39353
  "$ref": "#/components/schemas/ACLAction"
39322
39354
  },
39323
39355
  "type": "array"
39324
39356
  },
39325
- "integrationConfiguration": {
39357
+ "supportCaseComment": {
39326
39358
  "items": {
39327
39359
  "$ref": "#/components/schemas/ACLAction"
39328
39360
  },
39329
39361
  "type": "array"
39330
39362
  },
39331
- "integrationConfigurationTransfer": {
39363
+ "dataCacheBillingSettings": {
39332
39364
  "items": {
39333
39365
  "$ref": "#/components/schemas/ACLAction"
39334
39366
  },
39335
39367
  "type": "array"
39336
39368
  },
39337
- "integrationConfigurationProjects": {
39369
+ "team": {
39338
39370
  "items": {
39339
39371
  "$ref": "#/components/schemas/ACLAction"
39340
39372
  },
39341
39373
  "type": "array"
39342
39374
  },
39343
- "integrationVercelConfigurationOverride": {
39375
+ "teamAccessRequest": {
39344
39376
  "items": {
39345
39377
  "$ref": "#/components/schemas/ACLAction"
39346
39378
  },
39347
39379
  "type": "array"
39348
39380
  },
39349
- "integrationConfigurationRole": {
39381
+ "teamFellowMembership": {
39350
39382
  "items": {
39351
39383
  "$ref": "#/components/schemas/ACLAction"
39352
39384
  },
39353
39385
  "type": "array"
39354
39386
  },
39355
- "integrationSSOSession": {
39387
+ "teamGitExclusivity": {
39356
39388
  "items": {
39357
39389
  "$ref": "#/components/schemas/ACLAction"
39358
39390
  },
39359
39391
  "type": "array"
39360
39392
  },
39361
- "integrationResource": {
39393
+ "teamInvite": {
39362
39394
  "items": {
39363
39395
  "$ref": "#/components/schemas/ACLAction"
39364
39396
  },
39365
39397
  "type": "array"
39366
39398
  },
39367
- "integrationEvent": {
39399
+ "teamInviteCode": {
39368
39400
  "items": {
39369
39401
  "$ref": "#/components/schemas/ACLAction"
39370
39402
  },
39371
39403
  "type": "array"
39372
39404
  },
39373
- "integrationResourceSecrets": {
39405
+ "teamJoin": {
39374
39406
  "items": {
39375
39407
  "$ref": "#/components/schemas/ACLAction"
39376
39408
  },
39377
39409
  "type": "array"
39378
39410
  },
39379
- "integrationDeploymentAction": {
39411
+ "teamMemberMfaStatus": {
39380
39412
  "items": {
39381
39413
  "$ref": "#/components/schemas/ACLAction"
39382
39414
  },
39383
39415
  "type": "array"
39384
39416
  },
39385
- "marketplaceInstallationMember": {
39417
+ "teamMicrofrontends": {
39386
39418
  "items": {
39387
39419
  "$ref": "#/components/schemas/ACLAction"
39388
39420
  },
39389
39421
  "type": "array"
39390
39422
  },
39391
- "marketplaceBillingData": {
39423
+ "teamOwnMembership": {
39392
39424
  "items": {
39393
39425
  "$ref": "#/components/schemas/ACLAction"
39394
39426
  },
39395
39427
  "type": "array"
39396
39428
  },
39397
- "marketplaceInvoice": {
39429
+ "teamOwnMembershipDisconnectSAML": {
39398
39430
  "items": {
39399
39431
  "$ref": "#/components/schemas/ACLAction"
39400
39432
  },
39401
39433
  "type": "array"
39402
39434
  },
39403
- "marketplaceSettings": {
39435
+ "token": {
39404
39436
  "items": {
39405
39437
  "$ref": "#/components/schemas/ACLAction"
39406
39438
  },
39407
39439
  "type": "array"
39408
39440
  },
39409
- "marketplaceExperimentationItem": {
39441
+ "usage": {
39410
39442
  "items": {
39411
39443
  "$ref": "#/components/schemas/ACLAction"
39412
39444
  },
39413
39445
  "type": "array"
39414
39446
  },
39415
- "marketplaceExperimentationEdgeConfigData": {
39447
+ "usageCycle": {
39416
39448
  "items": {
39417
39449
  "$ref": "#/components/schemas/ACLAction"
39418
39450
  },
39419
39451
  "type": "array"
39420
39452
  },
39421
- "jobGlobal": {
39453
+ "vpcPeeringConnection": {
39422
39454
  "items": {
39423
39455
  "$ref": "#/components/schemas/ACLAction"
39424
39456
  },
39425
39457
  "type": "array"
39426
39458
  },
39427
- "drain": {
39459
+ "webAnalyticsPlan": {
39428
39460
  "items": {
39429
39461
  "$ref": "#/components/schemas/ACLAction"
39430
39462
  },
39431
39463
  "type": "array"
39432
39464
  },
39433
- "logDrain": {
39465
+ "edgeConfig": {
39434
39466
  "items": {
39435
39467
  "$ref": "#/components/schemas/ACLAction"
39436
39468
  },
39437
39469
  "type": "array"
39438
39470
  },
39439
- "Monitoring": {
39471
+ "edgeConfigItem": {
39440
39472
  "items": {
39441
39473
  "$ref": "#/components/schemas/ACLAction"
39442
39474
  },
39443
39475
  "type": "array"
39444
39476
  },
39445
- "monitoringSettings": {
39477
+ "edgeConfigSchema": {
39446
39478
  "items": {
39447
39479
  "$ref": "#/components/schemas/ACLAction"
39448
39480
  },
39449
39481
  "type": "array"
39450
39482
  },
39451
- "monitoringQuery": {
39483
+ "edgeConfigToken": {
39452
39484
  "items": {
39453
39485
  "$ref": "#/components/schemas/ACLAction"
39454
39486
  },
39455
39487
  "type": "array"
39456
39488
  },
39457
- "monitoringChart": {
39489
+ "webhook": {
39458
39490
  "items": {
39459
39491
  "$ref": "#/components/schemas/ACLAction"
39460
39492
  },
39461
39493
  "type": "array"
39462
39494
  },
39463
- "monitoringAlert": {
39495
+ "webhook-event": {
39464
39496
  "items": {
39465
39497
  "$ref": "#/components/schemas/ACLAction"
39466
39498
  },
39467
39499
  "type": "array"
39468
39500
  },
39469
- "notificationDeploymentFailed": {
39501
+ "endpointVerification": {
39470
39502
  "items": {
39471
39503
  "$ref": "#/components/schemas/ACLAction"
39472
39504
  },
39473
39505
  "type": "array"
39474
39506
  },
39475
- "notificationDomainConfiguration": {
39507
+ "projectTransferIn": {
39476
39508
  "items": {
39477
39509
  "$ref": "#/components/schemas/ACLAction"
39478
39510
  },
39479
39511
  "type": "array"
39480
39512
  },
39481
- "notificationDomainExpire": {
39513
+ "oauth2Application": {
39482
39514
  "items": {
39483
39515
  "$ref": "#/components/schemas/ACLAction"
39484
39516
  },
39485
39517
  "type": "array"
39486
39518
  },
39487
- "notificationDomainMoved": {
39519
+ "vercelRun": {
39488
39520
  "items": {
39489
39521
  "$ref": "#/components/schemas/ACLAction"
39490
39522
  },
39491
39523
  "type": "array"
39492
39524
  },
39493
- "notificationDomainPurchase": {
39525
+ "vercelRunExec": {
39494
39526
  "items": {
39495
39527
  "$ref": "#/components/schemas/ACLAction"
39496
39528
  },
39497
39529
  "type": "array"
39498
39530
  },
39499
- "notificationDomainRenewal": {
39531
+ "apiKey": {
39500
39532
  "items": {
39501
39533
  "$ref": "#/components/schemas/ACLAction"
39502
39534
  },
39503
39535
  "type": "array"
39504
39536
  },
39505
- "notificationDomainTransfer": {
39537
+ "apiKeyOwnedBySelf": {
39506
39538
  "items": {
39507
39539
  "$ref": "#/components/schemas/ACLAction"
39508
39540
  },
39509
39541
  "type": "array"
39510
39542
  },
39511
- "notificationDomainUnverified": {
39543
+ "aliasProject": {
39512
39544
  "items": {
39513
39545
  "$ref": "#/components/schemas/ACLAction"
39514
39546
  },
39515
39547
  "type": "array"
39516
39548
  },
39517
- "NotificationMonitoringAlert": {
39549
+ "aliasProtectionBypass": {
39518
39550
  "items": {
39519
39551
  "$ref": "#/components/schemas/ACLAction"
39520
39552
  },
39521
39553
  "type": "array"
39522
39554
  },
39523
- "notificationPaymentFailed": {
39555
+ "buildMachine": {
39524
39556
  "items": {
39525
39557
  "$ref": "#/components/schemas/ACLAction"
39526
39558
  },
39527
39559
  "type": "array"
39528
39560
  },
39529
- "notificationUsageAlert": {
39561
+ "productionAliasProtectionBypass": {
39530
39562
  "items": {
39531
39563
  "$ref": "#/components/schemas/ACLAction"
39532
39564
  },
39533
39565
  "type": "array"
39534
39566
  },
39535
- "notificationPreferences": {
39567
+ "connectConfigurationLink": {
39536
39568
  "items": {
39537
39569
  "$ref": "#/components/schemas/ACLAction"
39538
39570
  },
39539
39571
  "type": "array"
39540
39572
  },
39541
- "notificationCustomerBudget": {
39573
+ "dataCacheNamespace": {
39542
39574
  "items": {
39543
39575
  "$ref": "#/components/schemas/ACLAction"
39544
39576
  },
39545
39577
  "type": "array"
39546
39578
  },
39547
- "notificationStatementOfReasons": {
39579
+ "deployment": {
39548
39580
  "items": {
39549
39581
  "$ref": "#/components/schemas/ACLAction"
39550
39582
  },
39551
39583
  "type": "array"
39552
39584
  },
39553
- "observabilityConfiguration": {
39585
+ "deploymentBuildLogs": {
39554
39586
  "items": {
39555
39587
  "$ref": "#/components/schemas/ACLAction"
39556
39588
  },
39557
39589
  "type": "array"
39558
39590
  },
39559
- "observabilityNotebook": {
39591
+ "deploymentCheck": {
39560
39592
  "items": {
39561
39593
  "$ref": "#/components/schemas/ACLAction"
39562
39594
  },
39563
39595
  "type": "array"
39564
39596
  },
39565
- "observabilityFunnel": {
39597
+ "deploymentCheckPreview": {
39566
39598
  "items": {
39567
39599
  "$ref": "#/components/schemas/ACLAction"
39568
39600
  },
39569
39601
  "type": "array"
39570
39602
  },
39571
- "openTelemetryEndpoint": {
39603
+ "deploymentCheckReRunFromProductionBranch": {
39572
39604
  "items": {
39573
39605
  "$ref": "#/components/schemas/ACLAction"
39574
39606
  },
39575
39607
  "type": "array"
39576
39608
  },
39577
- "vercelAppInstallation": {
39609
+ "deploymentProductionGit": {
39578
39610
  "items": {
39579
39611
  "$ref": "#/components/schemas/ACLAction"
39580
39612
  },
39581
39613
  "type": "array"
39582
39614
  },
39583
- "vercelAppInstallationRequest": {
39615
+ "deploymentV0": {
39584
39616
  "items": {
39585
39617
  "$ref": "#/components/schemas/ACLAction"
39586
39618
  },
39587
39619
  "type": "array"
39588
39620
  },
39589
- "paymentMethod": {
39621
+ "deploymentPreview": {
39590
39622
  "items": {
39591
39623
  "$ref": "#/components/schemas/ACLAction"
39592
39624
  },
39593
39625
  "type": "array"
39594
39626
  },
39595
- "permissions": {
39627
+ "deploymentPrivate": {
39596
39628
  "items": {
39597
39629
  "$ref": "#/components/schemas/ACLAction"
39598
39630
  },
39599
39631
  "type": "array"
39600
39632
  },
39601
- "postgres": {
39633
+ "deploymentPromote": {
39602
39634
  "items": {
39603
39635
  "$ref": "#/components/schemas/ACLAction"
39604
39636
  },
39605
39637
  "type": "array"
39606
39638
  },
39607
- "previewDeploymentSuffix": {
39639
+ "deploymentRollback": {
39608
39640
  "items": {
39609
39641
  "$ref": "#/components/schemas/ACLAction"
39610
39642
  },
39611
39643
  "type": "array"
39612
39644
  },
39613
- "proTrialOnboarding": {
39645
+ "edgeCacheNamespace": {
39614
39646
  "items": {
39615
39647
  "$ref": "#/components/schemas/ACLAction"
39616
39648
  },
39617
39649
  "type": "array"
39618
39650
  },
39619
- "sharedEnvVars": {
39651
+ "environments": {
39620
39652
  "items": {
39621
39653
  "$ref": "#/components/schemas/ACLAction"
39622
39654
  },
39623
39655
  "type": "array"
39624
39656
  },
39625
- "sharedEnvVarsProduction": {
39657
+ "logs": {
39626
39658
  "items": {
39627
39659
  "$ref": "#/components/schemas/ACLAction"
39628
39660
  },
39629
39661
  "type": "array"
39630
39662
  },
39631
- "space": {
39663
+ "logsPreset": {
39632
39664
  "items": {
39633
39665
  "$ref": "#/components/schemas/ACLAction"
39634
39666
  },
39635
39667
  "type": "array"
39636
39668
  },
39637
- "spaceRun": {
39669
+ "passwordProtection": {
39638
39670
  "items": {
39639
39671
  "$ref": "#/components/schemas/ACLAction"
39640
39672
  },
39641
39673
  "type": "array"
39642
39674
  },
39643
- "passwordProtectionInvoiceItem": {
39675
+ "optionsAllowlist": {
39644
39676
  "items": {
39645
39677
  "$ref": "#/components/schemas/ACLAction"
39646
39678
  },
39647
39679
  "type": "array"
39648
39680
  },
39649
- "rateLimit": {
39681
+ "job": {
39650
39682
  "items": {
39651
39683
  "$ref": "#/components/schemas/ACLAction"
39652
39684
  },
39653
39685
  "type": "array"
39654
39686
  },
39655
- "redis": {
39687
+ "observabilityData": {
39656
39688
  "items": {
39657
39689
  "$ref": "#/components/schemas/ACLAction"
39658
39690
  },
39659
39691
  "type": "array"
39660
39692
  },
39661
- "repository": {
39693
+ "onDemandBuild": {
39662
39694
  "items": {
39663
39695
  "$ref": "#/components/schemas/ACLAction"
39664
39696
  },
39665
39697
  "type": "array"
39666
39698
  },
39667
- "remoteCaching": {
39699
+ "onDemandConcurrency": {
39668
39700
  "items": {
39669
39701
  "$ref": "#/components/schemas/ACLAction"
39670
39702
  },
39671
39703
  "type": "array"
39672
39704
  },
39673
- "samlConfig": {
39705
+ "project": {
39674
39706
  "items": {
39675
39707
  "$ref": "#/components/schemas/ACLAction"
39676
39708
  },
39677
39709
  "type": "array"
39678
39710
  },
39679
- "secret": {
39711
+ "projectFromV0": {
39680
39712
  "items": {
39681
39713
  "$ref": "#/components/schemas/ACLAction"
39682
39714
  },
39683
39715
  "type": "array"
39684
39716
  },
39685
- "redisStoreTokenSet": {
39717
+ "projectAccessGroup": {
39686
39718
  "items": {
39687
39719
  "$ref": "#/components/schemas/ACLAction"
39688
39720
  },
39689
39721
  "type": "array"
39690
39722
  },
39691
- "blobStoreTokenSet": {
39723
+ "projectAnalyticsSampling": {
39692
39724
  "items": {
39693
39725
  "$ref": "#/components/schemas/ACLAction"
39694
39726
  },
39695
39727
  "type": "array"
39696
39728
  },
39697
- "postgresStoreTokenSet": {
39729
+ "projectCheck": {
39698
39730
  "items": {
39699
39731
  "$ref": "#/components/schemas/ACLAction"
39700
39732
  },
39701
39733
  "type": "array"
39702
39734
  },
39703
- "integrationStoreTokenSet": {
39735
+ "projectCheckRun": {
39704
39736
  "items": {
39705
39737
  "$ref": "#/components/schemas/ACLAction"
39706
39738
  },
39707
39739
  "type": "array"
39708
39740
  },
39709
- "integrationResourceReplCommand": {
39741
+ "projectDeploymentHook": {
39710
39742
  "items": {
39711
39743
  "$ref": "#/components/schemas/ACLAction"
39712
39744
  },
39713
39745
  "type": "array"
39714
39746
  },
39715
- "storeTransfer": {
39747
+ "projectDomain": {
39716
39748
  "items": {
39717
39749
  "$ref": "#/components/schemas/ACLAction"
39718
39750
  },
39719
39751
  "type": "array"
39720
39752
  },
39721
- "supportCase": {
39753
+ "projectDomainMove": {
39722
39754
  "items": {
39723
39755
  "$ref": "#/components/schemas/ACLAction"
39724
39756
  },
39725
39757
  "type": "array"
39726
39758
  },
39727
- "supportCaseComment": {
39759
+ "projectDomainCheckConfig": {
39728
39760
  "items": {
39729
39761
  "$ref": "#/components/schemas/ACLAction"
39730
39762
  },
39731
39763
  "type": "array"
39732
39764
  },
39733
- "dataCacheBillingSettings": {
39765
+ "projectEnvVars": {
39734
39766
  "items": {
39735
39767
  "$ref": "#/components/schemas/ACLAction"
39736
39768
  },
39737
39769
  "type": "array"
39738
39770
  },
39739
- "team": {
39771
+ "projectEnvVarsProduction": {
39740
39772
  "items": {
39741
39773
  "$ref": "#/components/schemas/ACLAction"
39742
39774
  },
39743
39775
  "type": "array"
39744
39776
  },
39745
- "teamAccessRequest": {
39777
+ "projectEnvVarsUnownedByIntegration": {
39746
39778
  "items": {
39747
39779
  "$ref": "#/components/schemas/ACLAction"
39748
39780
  },
39749
39781
  "type": "array"
39750
39782
  },
39751
- "teamFellowMembership": {
39783
+ "projectFlags": {
39752
39784
  "items": {
39753
39785
  "$ref": "#/components/schemas/ACLAction"
39754
39786
  },
39755
39787
  "type": "array"
39756
39788
  },
39757
- "teamGitExclusivity": {
39789
+ "projectId": {
39758
39790
  "items": {
39759
39791
  "$ref": "#/components/schemas/ACLAction"
39760
39792
  },
39761
39793
  "type": "array"
39762
39794
  },
39763
- "teamInvite": {
39795
+ "projectIntegrationConfiguration": {
39764
39796
  "items": {
39765
39797
  "$ref": "#/components/schemas/ACLAction"
39766
39798
  },
39767
39799
  "type": "array"
39768
39800
  },
39769
- "teamInviteCode": {
39801
+ "projectLink": {
39770
39802
  "items": {
39771
39803
  "$ref": "#/components/schemas/ACLAction"
39772
39804
  },
39773
39805
  "type": "array"
39774
39806
  },
39775
- "teamJoin": {
39807
+ "projectMember": {
39776
39808
  "items": {
39777
39809
  "$ref": "#/components/schemas/ACLAction"
39778
39810
  },
39779
39811
  "type": "array"
39780
39812
  },
39781
- "teamMemberMfaStatus": {
39813
+ "projectMonitoring": {
39782
39814
  "items": {
39783
39815
  "$ref": "#/components/schemas/ACLAction"
39784
39816
  },
39785
39817
  "type": "array"
39786
39818
  },
39787
- "teamMicrofrontends": {
39819
+ "projectPermissions": {
39788
39820
  "items": {
39789
39821
  "$ref": "#/components/schemas/ACLAction"
39790
39822
  },
39791
39823
  "type": "array"
39792
39824
  },
39793
- "teamOwnMembership": {
39825
+ "projectProductionBranch": {
39794
39826
  "items": {
39795
39827
  "$ref": "#/components/schemas/ACLAction"
39796
39828
  },
39797
39829
  "type": "array"
39798
39830
  },
39799
- "teamOwnMembershipDisconnectSAML": {
39831
+ "projectTransfer": {
39800
39832
  "items": {
39801
39833
  "$ref": "#/components/schemas/ACLAction"
39802
39834
  },
39803
39835
  "type": "array"
39804
39836
  },
39805
- "token": {
39837
+ "projectTransferOut": {
39806
39838
  "items": {
39807
39839
  "$ref": "#/components/schemas/ACLAction"
39808
39840
  },
39809
39841
  "type": "array"
39810
39842
  },
39811
- "usage": {
39843
+ "projectProtectionBypass": {
39812
39844
  "items": {
39813
39845
  "$ref": "#/components/schemas/ACLAction"
39814
39846
  },
39815
39847
  "type": "array"
39816
39848
  },
39817
- "usageCycle": {
39849
+ "projectUsage": {
39818
39850
  "items": {
39819
39851
  "$ref": "#/components/schemas/ACLAction"
39820
39852
  },
39821
39853
  "type": "array"
39822
39854
  },
39823
- "vpcPeeringConnection": {
39855
+ "projectAnalyticsUsage": {
39824
39856
  "items": {
39825
39857
  "$ref": "#/components/schemas/ACLAction"
39826
39858
  },
39827
39859
  "type": "array"
39828
39860
  },
39829
- "webAnalyticsPlan": {
39861
+ "projectSupportCase": {
39830
39862
  "items": {
39831
39863
  "$ref": "#/components/schemas/ACLAction"
39832
39864
  },
39833
39865
  "type": "array"
39834
39866
  },
39835
- "edgeConfig": {
39867
+ "projectSupportCaseComment": {
39836
39868
  "items": {
39837
39869
  "$ref": "#/components/schemas/ACLAction"
39838
39870
  },
39839
39871
  "type": "array"
39840
39872
  },
39841
- "edgeConfigItem": {
39873
+ "projectDeploymentExpiration": {
39842
39874
  "items": {
39843
39875
  "$ref": "#/components/schemas/ACLAction"
39844
39876
  },
39845
39877
  "type": "array"
39846
39878
  },
39847
- "edgeConfigSchema": {
39879
+ "projectRollingRelease": {
39848
39880
  "items": {
39849
39881
  "$ref": "#/components/schemas/ACLAction"
39850
39882
  },
39851
39883
  "type": "array"
39852
39884
  },
39853
- "edgeConfigToken": {
39885
+ "projectTier": {
39854
39886
  "items": {
39855
39887
  "$ref": "#/components/schemas/ACLAction"
39856
39888
  },
39857
39889
  "type": "array"
39858
39890
  },
39859
- "webhook": {
39891
+ "projectOIDCToken": {
39860
39892
  "items": {
39861
39893
  "$ref": "#/components/schemas/ACLAction"
39862
39894
  },
39863
39895
  "type": "array"
39864
39896
  },
39865
- "webhook-event": {
39897
+ "seawallConfig": {
39866
39898
  "items": {
39867
39899
  "$ref": "#/components/schemas/ACLAction"
39868
39900
  },
39869
39901
  "type": "array"
39870
39902
  },
39871
- "endpointVerification": {
39903
+ "skewProtection": {
39872
39904
  "items": {
39873
39905
  "$ref": "#/components/schemas/ACLAction"
39874
39906
  },
39875
39907
  "type": "array"
39876
39908
  },
39877
- "projectTransferIn": {
39909
+ "analytics": {
39878
39910
  "items": {
39879
39911
  "$ref": "#/components/schemas/ACLAction"
39880
39912
  },
39881
39913
  "type": "array"
39882
39914
  },
39883
- "oauth2Application": {
39915
+ "trustedIps": {
39884
39916
  "items": {
39885
39917
  "$ref": "#/components/schemas/ACLAction"
39886
39918
  },
39887
39919
  "type": "array"
39888
39920
  },
39889
- "vercelRun": {
39921
+ "v0Chat": {
39890
39922
  "items": {
39891
39923
  "$ref": "#/components/schemas/ACLAction"
39892
39924
  },
39893
39925
  "type": "array"
39894
39926
  },
39895
- "vercelRunExec": {
39927
+ "webAnalytics": {
39896
39928
  "items": {
39897
39929
  "$ref": "#/components/schemas/ACLAction"
39898
39930
  },
39899
39931
  "type": "array"
39900
39932
  },
39901
- "apiKey": {
39933
+ "sharedEnvVarConnection": {
39902
39934
  "items": {
39903
39935
  "$ref": "#/components/schemas/ACLAction"
39904
39936
  },
39905
39937
  "type": "array"
39906
39938
  },
39907
- "apiKeyOwnedBySelf": {
39939
+ "sonar": {
39908
39940
  "items": {
39909
39941
  "$ref": "#/components/schemas/ACLAction"
39910
39942
  },
@@ -40030,11 +40062,11 @@
40030
40062
  "deploymentType": {
40031
40063
  "type": "string",
40032
40064
  "enum": [
40033
- "preview",
40034
- "production",
40035
40065
  "all",
40066
+ "preview",
40036
40067
  "prod_deployment_urls_and_all_previews",
40037
- "all_except_custom_domains"
40068
+ "all_except_custom_domains",
40069
+ "production"
40038
40070
  ]
40039
40071
  },
40040
40072
  "addresses": {
@@ -40074,11 +40106,11 @@
40074
40106
  "deploymentType": {
40075
40107
  "type": "string",
40076
40108
  "enum": [
40077
- "preview",
40078
- "production",
40079
40109
  "all",
40110
+ "preview",
40080
40111
  "prod_deployment_urls_and_all_previews",
40081
- "all_except_custom_domains"
40112
+ "all_except_custom_domains",
40113
+ "production"
40082
40114
  ]
40083
40115
  }
40084
40116
  },
@@ -40707,6 +40739,9 @@
40707
40739
  "enhanced",
40708
40740
  "turbo"
40709
40741
  ]
40742
+ },
40743
+ "isNSNBDisabled": {
40744
+ "type": "boolean"
40710
40745
  }
40711
40746
  },
40712
40747
  "additionalProperties": false
@@ -42527,6 +42562,9 @@
42527
42562
  },
42528
42563
  "resourceConfig": {
42529
42564
  "properties": {
42565
+ "elasticConcurrencyEnabled": {
42566
+ "type": "boolean"
42567
+ },
42530
42568
  "fluid": {
42531
42569
  "type": "boolean"
42532
42570
  },
@@ -42550,15 +42588,15 @@
42550
42588
  "functionZeroConfigFailover": {
42551
42589
  "type": "boolean"
42552
42590
  },
42553
- "elasticConcurrencyEnabled": {
42554
- "type": "boolean"
42555
- },
42556
42591
  "buildMachineType": {
42557
42592
  "type": "string",
42558
42593
  "enum": [
42559
42594
  "enhanced",
42560
42595
  "turbo"
42561
42596
  ]
42597
+ },
42598
+ "isNSNBDisabled": {
42599
+ "type": "boolean"
42562
42600
  }
42563
42601
  },
42564
42602
  "type": "object",
@@ -42645,6 +42683,9 @@
42645
42683
  },
42646
42684
  "defaultResourceConfig": {
42647
42685
  "properties": {
42686
+ "elasticConcurrencyEnabled": {
42687
+ "type": "boolean"
42688
+ },
42648
42689
  "fluid": {
42649
42690
  "type": "boolean"
42650
42691
  },
@@ -42668,15 +42709,15 @@
42668
42709
  "functionZeroConfigFailover": {
42669
42710
  "type": "boolean"
42670
42711
  },
42671
- "elasticConcurrencyEnabled": {
42672
- "type": "boolean"
42673
- },
42674
42712
  "buildMachineType": {
42675
42713
  "type": "string",
42676
42714
  "enum": [
42677
42715
  "enhanced",
42678
42716
  "turbo"
42679
42717
  ]
42718
+ },
42719
+ "isNSNBDisabled": {
42720
+ "type": "boolean"
42680
42721
  }
42681
42722
  },
42682
42723
  "type": "object",
@@ -46554,6 +46595,9 @@
46554
46595
  },
46555
46596
  "resourceConfig": {
46556
46597
  "properties": {
46598
+ "elasticConcurrencyEnabled": {
46599
+ "type": "boolean"
46600
+ },
46557
46601
  "fluid": {
46558
46602
  "type": "boolean"
46559
46603
  },
@@ -46577,15 +46621,15 @@
46577
46621
  "functionZeroConfigFailover": {
46578
46622
  "type": "boolean"
46579
46623
  },
46580
- "elasticConcurrencyEnabled": {
46581
- "type": "boolean"
46582
- },
46583
46624
  "buildMachineType": {
46584
46625
  "type": "string",
46585
46626
  "enum": [
46586
46627
  "enhanced",
46587
46628
  "turbo"
46588
46629
  ]
46630
+ },
46631
+ "isNSNBDisabled": {
46632
+ "type": "boolean"
46589
46633
  }
46590
46634
  },
46591
46635
  "type": "object",
@@ -46672,6 +46716,9 @@
46672
46716
  },
46673
46717
  "defaultResourceConfig": {
46674
46718
  "properties": {
46719
+ "elasticConcurrencyEnabled": {
46720
+ "type": "boolean"
46721
+ },
46675
46722
  "fluid": {
46676
46723
  "type": "boolean"
46677
46724
  },
@@ -46695,15 +46742,15 @@
46695
46742
  "functionZeroConfigFailover": {
46696
46743
  "type": "boolean"
46697
46744
  },
46698
- "elasticConcurrencyEnabled": {
46699
- "type": "boolean"
46700
- },
46701
46745
  "buildMachineType": {
46702
46746
  "type": "string",
46703
46747
  "enum": [
46704
46748
  "enhanced",
46705
46749
  "turbo"
46706
46750
  ]
46751
+ },
46752
+ "isNSNBDisabled": {
46753
+ "type": "boolean"
46707
46754
  }
46708
46755
  },
46709
46756
  "type": "object",
@@ -49018,6 +49065,9 @@
49018
49065
  },
49019
49066
  "elasticConcurrencyEnabled": {
49020
49067
  "type": "boolean"
49068
+ },
49069
+ "isNSNBDisabled": {
49070
+ "type": "boolean"
49021
49071
  }
49022
49072
  },
49023
49073
  "type": "object",
@@ -52235,10 +52285,10 @@
52235
52285
  "type": "string",
52236
52286
  "enum": [
52237
52287
  "system",
52288
+ "secret",
52238
52289
  "encrypted",
52239
52290
  "plain",
52240
- "sensitive",
52241
- "secret"
52291
+ "sensitive"
52242
52292
  ]
52243
52293
  },
52244
52294
  "sunsetSecretId": {
@@ -52653,10 +52703,10 @@
52653
52703
  "type": "string",
52654
52704
  "enum": [
52655
52705
  "system",
52706
+ "secret",
52656
52707
  "encrypted",
52657
52708
  "plain",
52658
- "sensitive",
52659
- "secret"
52709
+ "sensitive"
52660
52710
  ]
52661
52711
  },
52662
52712
  "sunsetSecretId": {
@@ -53083,10 +53133,10 @@
53083
53133
  "type": "string",
53084
53134
  "enum": [
53085
53135
  "system",
53136
+ "secret",
53086
53137
  "encrypted",
53087
53138
  "plain",
53088
- "sensitive",
53089
- "secret"
53139
+ "sensitive"
53090
53140
  ]
53091
53141
  },
53092
53142
  "sunsetSecretId": {
@@ -53647,10 +53697,10 @@
53647
53697
  "type": "string",
53648
53698
  "enum": [
53649
53699
  "system",
53700
+ "secret",
53650
53701
  "encrypted",
53651
53702
  "plain",
53652
- "sensitive",
53653
- "secret"
53703
+ "sensitive"
53654
53704
  ]
53655
53705
  },
53656
53706
  "sunsetSecretId": {
@@ -54054,10 +54104,10 @@
54054
54104
  "type": "string",
54055
54105
  "enum": [
54056
54106
  "system",
54107
+ "secret",
54057
54108
  "encrypted",
54058
54109
  "plain",
54059
- "sensitive",
54060
- "secret"
54110
+ "sensitive"
54061
54111
  ]
54062
54112
  },
54063
54113
  "sunsetSecretId": {
@@ -56165,10 +56215,10 @@
56165
56215
  "type": "string",
56166
56216
  "enum": [
56167
56217
  "system",
56218
+ "secret",
56168
56219
  "encrypted",
56169
56220
  "plain",
56170
- "sensitive",
56171
- "secret"
56221
+ "sensitive"
56172
56222
  ]
56173
56223
  },
56174
56224
  "sunsetSecretId": {
@@ -56580,10 +56630,10 @@
56580
56630
  "type": "string",
56581
56631
  "enum": [
56582
56632
  "system",
56633
+ "secret",
56583
56634
  "encrypted",
56584
56635
  "plain",
56585
- "sensitive",
56586
- "secret"
56636
+ "sensitive"
56587
56637
  ]
56588
56638
  },
56589
56639
  "sunsetSecretId": {
@@ -56990,10 +57040,10 @@
56990
57040
  "type": "string",
56991
57041
  "enum": [
56992
57042
  "system",
57043
+ "secret",
56993
57044
  "encrypted",
56994
57045
  "plain",
56995
- "sensitive",
56996
- "secret"
57046
+ "sensitive"
56997
57047
  ]
56998
57048
  },
56999
57049
  "sunsetSecretId": {
@@ -57508,10 +57558,10 @@
57508
57558
  "type": "string",
57509
57559
  "enum": [
57510
57560
  "system",
57561
+ "secret",
57511
57562
  "encrypted",
57512
57563
  "plain",
57513
- "sensitive",
57514
- "secret"
57564
+ "sensitive"
57515
57565
  ]
57516
57566
  },
57517
57567
  "sunsetSecretId": {