@vercel/sdk 1.6.9 → 1.6.11

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 (152) hide show
  1. package/README.md +31 -17
  2. package/bin/mcp-server.js +1828 -1318
  3. package/bin/mcp-server.js.map +28 -28
  4. package/docs/sdks/aliases/README.md +84 -0
  5. package/docs/sdks/user/README.md +2 -0
  6. package/docs/sdks/vercel/README.md +0 -77
  7. package/esm/__tests__/aliases.test.js +17 -0
  8. package/esm/__tests__/aliases.test.js.map +1 -1
  9. package/esm/__tests__/projects.test.js +15 -13
  10. package/esm/__tests__/projects.test.js.map +1 -1
  11. package/esm/__tests__/vercel.test.js +3 -16
  12. package/esm/__tests__/vercel.test.js.map +1 -1
  13. package/esm/funcs/{patchAliasesIdProtectionBypass.d.ts → aliasesPatchUrlProtectionBypass.d.ts} +7 -4
  14. package/esm/funcs/aliasesPatchUrlProtectionBypass.d.ts.map +1 -0
  15. package/esm/funcs/{patchAliasesIdProtectionBypass.js → aliasesPatchUrlProtectionBypass.js} +22 -9
  16. package/esm/funcs/aliasesPatchUrlProtectionBypass.js.map +1 -0
  17. package/esm/funcs/userListUserEvents.js +1 -0
  18. package/esm/funcs/userListUserEvents.js.map +1 -1
  19. package/esm/lib/config.d.ts +2 -2
  20. package/esm/lib/config.js +2 -2
  21. package/esm/lib/config.js.map +1 -1
  22. package/esm/mcp-server/mcp-server.js +1 -1
  23. package/esm/mcp-server/mcp-server.js.map +1 -1
  24. package/esm/mcp-server/server.js +3 -3
  25. package/esm/mcp-server/server.js.map +1 -1
  26. package/esm/mcp-server/tools/aliasesPatchUrlProtectionBypass.d.ts +7 -0
  27. package/esm/mcp-server/tools/aliasesPatchUrlProtectionBypass.d.ts.map +1 -0
  28. package/esm/mcp-server/tools/aliasesPatchUrlProtectionBypass.js +28 -0
  29. package/esm/mcp-server/tools/aliasesPatchUrlProtectionBypass.js.map +1 -0
  30. package/esm/models/authuser.d.ts +3 -0
  31. package/esm/models/authuser.d.ts.map +1 -1
  32. package/esm/models/authuser.js +1 -0
  33. package/esm/models/authuser.js.map +1 -1
  34. package/esm/models/createprojectenvop.d.ts +6 -6
  35. package/esm/models/createprojectenvop.js +2 -2
  36. package/esm/models/createprojectenvop.js.map +1 -1
  37. package/esm/models/createprojectop.d.ts +221 -37
  38. package/esm/models/createprojectop.d.ts.map +1 -1
  39. package/esm/models/createprojectop.js +200 -34
  40. package/esm/models/createprojectop.js.map +1 -1
  41. package/esm/models/createrecordop.d.ts +43 -43
  42. package/esm/models/createrecordop.d.ts.map +1 -1
  43. package/esm/models/createrecordop.js +51 -51
  44. package/esm/models/createrecordop.js.map +1 -1
  45. package/esm/models/createwebhookop.d.ts +24 -0
  46. package/esm/models/createwebhookop.d.ts.map +1 -1
  47. package/esm/models/createwebhookop.js +8 -0
  48. package/esm/models/createwebhookop.js.map +1 -1
  49. package/esm/models/editprojectenvop.d.ts +3 -3
  50. package/esm/models/editprojectenvop.js +1 -1
  51. package/esm/models/editprojectenvop.js.map +1 -1
  52. package/esm/models/getaliasop.d.ts +62 -62
  53. package/esm/models/getaliasop.d.ts.map +1 -1
  54. package/esm/models/getaliasop.js +84 -83
  55. package/esm/models/getaliasop.js.map +1 -1
  56. package/esm/models/getprojectsop.d.ts +93 -13
  57. package/esm/models/getprojectsop.d.ts.map +1 -1
  58. package/esm/models/getprojectsop.js +101 -16
  59. package/esm/models/getprojectsop.js.map +1 -1
  60. package/esm/models/getwebhookop.d.ts +12 -0
  61. package/esm/models/getwebhookop.d.ts.map +1 -1
  62. package/esm/models/getwebhookop.js +4 -0
  63. package/esm/models/getwebhookop.js.map +1 -1
  64. package/esm/models/getwebhooksop.d.ts +24 -0
  65. package/esm/models/getwebhooksop.d.ts.map +1 -1
  66. package/esm/models/getwebhooksop.js +8 -0
  67. package/esm/models/getwebhooksop.js.map +1 -1
  68. package/esm/models/listdeploymentaliasesop.d.ts +32 -32
  69. package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
  70. package/esm/models/listdeploymentaliasesop.js +50 -50
  71. package/esm/models/listdeploymentaliasesop.js.map +1 -1
  72. package/esm/models/listusereventsop.d.ts +6 -1
  73. package/esm/models/listusereventsop.d.ts.map +1 -1
  74. package/esm/models/listusereventsop.js +2 -0
  75. package/esm/models/listusereventsop.js.map +1 -1
  76. package/esm/models/{patchaliasesidprotectionbypassop.d.ts → patchurlprotectionbypassop.d.ts} +86 -76
  77. package/esm/models/patchurlprotectionbypassop.d.ts.map +1 -0
  78. package/esm/models/{patchaliasesidprotectionbypassop.js → patchurlprotectionbypassop.js} +95 -91
  79. package/esm/models/patchurlprotectionbypassop.js.map +1 -0
  80. package/esm/models/removeprojectenvop.d.ts +9 -9
  81. package/esm/models/removeprojectenvop.js +3 -3
  82. package/esm/models/removeprojectenvop.js.map +1 -1
  83. package/esm/models/teamlimited.d.ts +30 -1
  84. package/esm/models/teamlimited.d.ts.map +1 -1
  85. package/esm/models/teamlimited.js +24 -0
  86. package/esm/models/teamlimited.js.map +1 -1
  87. package/esm/models/updateprojectdatacacheop.d.ts +109 -29
  88. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  89. package/esm/models/updateprojectdatacacheop.js +128 -42
  90. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  91. package/esm/models/updateprojectop.d.ts +253 -69
  92. package/esm/models/updateprojectop.d.ts.map +1 -1
  93. package/esm/models/updateprojectop.js +253 -83
  94. package/esm/models/updateprojectop.js.map +1 -1
  95. package/esm/models/updateprojectprotectionbypassop.d.ts +88 -14
  96. package/esm/models/updateprojectprotectionbypassop.d.ts.map +1 -1
  97. package/esm/models/updateprojectprotectionbypassop.js +100 -17
  98. package/esm/models/updateprojectprotectionbypassop.js.map +1 -1
  99. package/esm/models/userevent.d.ts +324 -34
  100. package/esm/models/userevent.d.ts.map +1 -1
  101. package/esm/models/userevent.js +313 -40
  102. package/esm/models/userevent.js.map +1 -1
  103. package/esm/sdk/aliases.d.ts +10 -0
  104. package/esm/sdk/aliases.d.ts.map +1 -1
  105. package/esm/sdk/aliases.js +10 -0
  106. package/esm/sdk/aliases.js.map +1 -1
  107. package/esm/sdk/sdk.d.ts +1 -8
  108. package/esm/sdk/sdk.d.ts.map +1 -1
  109. package/esm/sdk/sdk.js +0 -8
  110. package/esm/sdk/sdk.js.map +1 -1
  111. package/jsr.json +1 -1
  112. package/package.json +1 -1
  113. package/src/__tests__/aliases.test.ts +20 -0
  114. package/src/__tests__/projects.test.ts +15 -13
  115. package/src/__tests__/vercel.test.ts +4 -19
  116. package/src/funcs/{patchAliasesIdProtectionBypass.ts → aliasesPatchUrlProtectionBypass.ts} +27 -13
  117. package/src/funcs/userListUserEvents.ts +1 -0
  118. package/src/lib/config.ts +2 -2
  119. package/src/mcp-server/mcp-server.ts +1 -1
  120. package/src/mcp-server/server.ts +3 -3
  121. package/src/mcp-server/tools/aliasesPatchUrlProtectionBypass.ts +38 -0
  122. package/src/models/authuser.ts +1 -0
  123. package/src/models/createprojectenvop.ts +2 -2
  124. package/src/models/createprojectop.ts +406 -58
  125. package/src/models/createrecordop.ts +84 -96
  126. package/src/models/createwebhookop.ts +8 -0
  127. package/src/models/editprojectenvop.ts +1 -1
  128. package/src/models/getaliasop.ts +130 -126
  129. package/src/models/getprojectsop.ts +207 -29
  130. package/src/models/getwebhookop.ts +4 -0
  131. package/src/models/getwebhooksop.ts +8 -0
  132. package/src/models/listdeploymentaliasesop.ts +78 -78
  133. package/src/models/listusereventsop.ts +8 -1
  134. package/src/models/{patchaliasesidprotectionbypassop.ts → patchurlprotectionbypassop.ts} +191 -156
  135. package/src/models/removeprojectenvop.ts +3 -3
  136. package/src/models/teamlimited.ts +34 -1
  137. package/src/models/updateprojectdatacacheop.ts +249 -65
  138. package/src/models/updateprojectop.ts +491 -128
  139. package/src/models/updateprojectprotectionbypassop.ts +239 -31
  140. package/src/models/userevent.ts +579 -70
  141. package/src/sdk/aliases.ts +19 -0
  142. package/src/sdk/sdk.ts +1 -18
  143. package/vercel-spec.json +673 -157
  144. package/esm/funcs/patchAliasesIdProtectionBypass.d.ts.map +0 -1
  145. package/esm/funcs/patchAliasesIdProtectionBypass.js.map +0 -1
  146. package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.d.ts +0 -7
  147. package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.d.ts.map +0 -1
  148. package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.js +0 -26
  149. package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.js.map +0 -1
  150. package/esm/models/patchaliasesidprotectionbypassop.d.ts.map +0 -1
  151. package/esm/models/patchaliasesidprotectionbypassop.js.map +0 -1
  152. package/src/mcp-server/tools/patchAliasesIdProtectionBypass.ts +0 -37
package/vercel-spec.json CHANGED
@@ -5807,7 +5807,8 @@
5807
5807
  "buildMachineType": {
5808
5808
  "type": "string",
5809
5809
  "enum": [
5810
- "enhanced"
5810
+ "enhanced",
5811
+ "ultra"
5811
5812
  ]
5812
5813
  }
5813
5814
  },
@@ -5894,7 +5895,8 @@
5894
5895
  "buildMachineType": {
5895
5896
  "type": "string",
5896
5897
  "enum": [
5897
- "enhanced"
5898
+ "enhanced",
5899
+ "ultra"
5898
5900
  ]
5899
5901
  }
5900
5902
  },
@@ -7494,26 +7496,56 @@
7494
7496
  },
7495
7497
  "protectionBypass": {
7496
7498
  "additionalProperties": {
7497
- "properties": {
7498
- "createdAt": {
7499
- "type": "number"
7500
- },
7501
- "createdBy": {
7502
- "type": "string"
7499
+ "oneOf": [
7500
+ {
7501
+ "properties": {
7502
+ "createdAt": {
7503
+ "type": "number"
7504
+ },
7505
+ "createdBy": {
7506
+ "type": "string"
7507
+ },
7508
+ "scope": {
7509
+ "type": "string",
7510
+ "enum": [
7511
+ "integration-automation-bypass"
7512
+ ]
7513
+ },
7514
+ "integrationId": {
7515
+ "type": "string"
7516
+ }
7517
+ },
7518
+ "required": [
7519
+ "createdAt",
7520
+ "createdBy",
7521
+ "scope",
7522
+ "integrationId"
7523
+ ],
7524
+ "type": "object"
7503
7525
  },
7504
- "scope": {
7505
- "type": "string",
7506
- "enum": [
7507
- "automation-bypass"
7508
- ]
7526
+ {
7527
+ "properties": {
7528
+ "createdAt": {
7529
+ "type": "number"
7530
+ },
7531
+ "createdBy": {
7532
+ "type": "string"
7533
+ },
7534
+ "scope": {
7535
+ "type": "string",
7536
+ "enum": [
7537
+ "automation-bypass"
7538
+ ]
7539
+ }
7540
+ },
7541
+ "required": [
7542
+ "createdAt",
7543
+ "createdBy",
7544
+ "scope"
7545
+ ],
7546
+ "type": "object"
7509
7547
  }
7510
- },
7511
- "required": [
7512
- "createdAt",
7513
- "createdBy",
7514
- "scope"
7515
- ],
7516
- "type": "object"
7548
+ ]
7517
7549
  },
7518
7550
  "type": "object"
7519
7551
  },
@@ -13869,8 +13901,7 @@
13869
13901
  "repo",
13870
13902
  "host"
13871
13903
  ],
13872
- "type": "object",
13873
- "private": true
13904
+ "type": "object"
13874
13905
  },
13875
13906
  {
13876
13907
  "properties": {
@@ -21990,10 +22021,20 @@
21990
22021
  },
21991
22022
  {
21992
22023
  "name": "userId",
21993
- "description": "When retrieving events for a Team, the `userId` parameter may be specified to filter events generated by a specific member of the Team.",
22024
+ "description": "Deprecated. Use `principalId` instead. If `principalId` and `userId` both exist, `principalId` will be used.",
22025
+ "in": "query",
22026
+ "schema": {
22027
+ "description": "Deprecated. Use `principalId` instead. If `principalId` and `userId` both exist, `principalId` will be used.",
22028
+ "example": "aeIInYVk59zbFF2SxfyxxmuO",
22029
+ "type": "string"
22030
+ }
22031
+ },
22032
+ {
22033
+ "name": "principalId",
22034
+ "description": "When retrieving events for a Team, the `principalId` parameter may be specified to filter events generated by a specific principal.",
21994
22035
  "in": "query",
21995
22036
  "schema": {
21996
- "description": "When retrieving events for a Team, the `userId` parameter may be specified to filter events generated by a specific member of the Team.",
22037
+ "description": "When retrieving events for a Team, the `principalId` parameter may be specified to filter events generated by a specific principal.",
21997
22038
  "example": "aeIInYVk59zbFF2SxfyxxmuO",
21998
22039
  "type": "string"
21999
22040
  }
@@ -28309,7 +28350,8 @@
28309
28350
  "buildMachineType": {
28310
28351
  "type": "string",
28311
28352
  "enum": [
28312
- "enhanced"
28353
+ "enhanced",
28354
+ "ultra"
28313
28355
  ]
28314
28356
  }
28315
28357
  },
@@ -28396,7 +28438,8 @@
28396
28438
  "buildMachineType": {
28397
28439
  "type": "string",
28398
28440
  "enum": [
28399
- "enhanced"
28441
+ "enhanced",
28442
+ "ultra"
28400
28443
  ]
28401
28444
  }
28402
28445
  },
@@ -29996,26 +30039,56 @@
29996
30039
  },
29997
30040
  "protectionBypass": {
29998
30041
  "additionalProperties": {
29999
- "properties": {
30000
- "createdAt": {
30001
- "type": "number"
30002
- },
30003
- "createdBy": {
30004
- "type": "string"
30042
+ "oneOf": [
30043
+ {
30044
+ "properties": {
30045
+ "createdAt": {
30046
+ "type": "number"
30047
+ },
30048
+ "createdBy": {
30049
+ "type": "string"
30050
+ },
30051
+ "scope": {
30052
+ "type": "string",
30053
+ "enum": [
30054
+ "integration-automation-bypass"
30055
+ ]
30056
+ },
30057
+ "integrationId": {
30058
+ "type": "string"
30059
+ }
30060
+ },
30061
+ "required": [
30062
+ "createdAt",
30063
+ "createdBy",
30064
+ "scope",
30065
+ "integrationId"
30066
+ ],
30067
+ "type": "object"
30005
30068
  },
30006
- "scope": {
30007
- "type": "string",
30008
- "enum": [
30009
- "automation-bypass"
30010
- ]
30069
+ {
30070
+ "properties": {
30071
+ "createdAt": {
30072
+ "type": "number"
30073
+ },
30074
+ "createdBy": {
30075
+ "type": "string"
30076
+ },
30077
+ "scope": {
30078
+ "type": "string",
30079
+ "enum": [
30080
+ "automation-bypass"
30081
+ ]
30082
+ }
30083
+ },
30084
+ "required": [
30085
+ "createdAt",
30086
+ "createdBy",
30087
+ "scope"
30088
+ ],
30089
+ "type": "object"
30011
30090
  }
30012
- },
30013
- "required": [
30014
- "createdAt",
30015
- "createdBy",
30016
- "scope"
30017
- ],
30018
- "type": "object"
30091
+ ]
30019
30092
  },
30020
30093
  "type": "object"
30021
30094
  },
@@ -30961,10 +31034,10 @@
30961
31034
  "type": "string",
30962
31035
  "enum": [
30963
31036
  "system",
30964
- "secret",
30965
31037
  "encrypted",
30966
31038
  "plain",
30967
- "sensitive"
31039
+ "sensitive",
31040
+ "secret"
30968
31041
  ]
30969
31042
  },
30970
31043
  "sunsetSecretId": {
@@ -32339,7 +32412,8 @@
32339
32412
  "buildMachineType": {
32340
32413
  "type": "string",
32341
32414
  "enum": [
32342
- "enhanced"
32415
+ "enhanced",
32416
+ "ultra"
32343
32417
  ]
32344
32418
  }
32345
32419
  },
@@ -32426,7 +32500,8 @@
32426
32500
  "buildMachineType": {
32427
32501
  "type": "string",
32428
32502
  "enum": [
32429
- "enhanced"
32503
+ "enhanced",
32504
+ "ultra"
32430
32505
  ]
32431
32506
  }
32432
32507
  },
@@ -34026,26 +34101,56 @@
34026
34101
  },
34027
34102
  "protectionBypass": {
34028
34103
  "additionalProperties": {
34029
- "properties": {
34030
- "createdAt": {
34031
- "type": "number"
34032
- },
34033
- "createdBy": {
34034
- "type": "string"
34104
+ "oneOf": [
34105
+ {
34106
+ "properties": {
34107
+ "createdAt": {
34108
+ "type": "number"
34109
+ },
34110
+ "createdBy": {
34111
+ "type": "string"
34112
+ },
34113
+ "scope": {
34114
+ "type": "string",
34115
+ "enum": [
34116
+ "integration-automation-bypass"
34117
+ ]
34118
+ },
34119
+ "integrationId": {
34120
+ "type": "string"
34121
+ }
34122
+ },
34123
+ "required": [
34124
+ "createdAt",
34125
+ "createdBy",
34126
+ "scope",
34127
+ "integrationId"
34128
+ ],
34129
+ "type": "object"
34035
34130
  },
34036
- "scope": {
34037
- "type": "string",
34038
- "enum": [
34039
- "automation-bypass"
34040
- ]
34131
+ {
34132
+ "properties": {
34133
+ "createdAt": {
34134
+ "type": "number"
34135
+ },
34136
+ "createdBy": {
34137
+ "type": "string"
34138
+ },
34139
+ "scope": {
34140
+ "type": "string",
34141
+ "enum": [
34142
+ "automation-bypass"
34143
+ ]
34144
+ }
34145
+ },
34146
+ "required": [
34147
+ "createdAt",
34148
+ "createdBy",
34149
+ "scope"
34150
+ ],
34151
+ "type": "object"
34041
34152
  }
34042
- },
34043
- "required": [
34044
- "createdAt",
34045
- "createdBy",
34046
- "scope"
34047
- ],
34048
- "type": "object"
34153
+ ]
34049
34154
  },
34050
34155
  "type": "object"
34051
34156
  },
@@ -34260,8 +34365,8 @@
34260
34365
  "type": {
34261
34366
  "type": "string",
34262
34367
  "enum": [
34263
- "host",
34264
34368
  "path",
34369
+ "host",
34265
34370
  "method",
34266
34371
  "header",
34267
34372
  "cookie",
@@ -34342,8 +34447,8 @@
34342
34447
  "type": {
34343
34448
  "type": "string",
34344
34449
  "enum": [
34345
- "host",
34346
34450
  "path",
34451
+ "host",
34347
34452
  "method",
34348
34453
  "header",
34349
34454
  "cookie",
@@ -34864,6 +34969,55 @@
34864
34969
  "enableAffectedProjectsDeployments": {
34865
34970
  "description": "Opt-in to skip deployments when there are no changes to the root directory and its dependencies",
34866
34971
  "type": "boolean"
34972
+ },
34973
+ "resourceConfig": {
34974
+ "type": "object",
34975
+ "description": "Specifies resource override configuration for the project",
34976
+ "properties": {
34977
+ "fluid": {
34978
+ "type": "boolean"
34979
+ },
34980
+ "functionDefaultRegions": {
34981
+ "description": "The regions to deploy Vercel Functions to for this project",
34982
+ "type": "array",
34983
+ "minItems": 1,
34984
+ "uniqueItems": true,
34985
+ "items": {
34986
+ "type": "string",
34987
+ "maxLength": 4
34988
+ }
34989
+ },
34990
+ "functionDefaultTimeout": {
34991
+ "type": "number",
34992
+ "maximum": 900,
34993
+ "minimum": 1
34994
+ },
34995
+ "functionDefaultMemoryType": {
34996
+ "enum": [
34997
+ "standard_legacy",
34998
+ "standard",
34999
+ "performance"
35000
+ ]
35001
+ },
35002
+ "functionZeroConfigFailover": {
35003
+ "description": "Specifies whether Zero Config Failover is enabled for this project.",
35004
+ "oneOf": [
35005
+ {
35006
+ "type": "boolean"
35007
+ }
35008
+ ]
35009
+ },
35010
+ "elasticConcurrencyEnabled": {
35011
+ "type": "boolean"
35012
+ },
35013
+ "buildMachineType": {
35014
+ "enum": [
35015
+ "enhanced",
35016
+ "ultra"
35017
+ ]
35018
+ }
35019
+ },
35020
+ "additionalProperties": false
34867
35021
  }
34868
35022
  },
34869
35023
  "required": [
@@ -36506,7 +36660,8 @@
36506
36660
  "buildMachineType": {
36507
36661
  "type": "string",
36508
36662
  "enum": [
36509
- "enhanced"
36663
+ "enhanced",
36664
+ "ultra"
36510
36665
  ]
36511
36666
  }
36512
36667
  },
@@ -36593,7 +36748,8 @@
36593
36748
  "buildMachineType": {
36594
36749
  "type": "string",
36595
36750
  "enum": [
36596
- "enhanced"
36751
+ "enhanced",
36752
+ "ultra"
36597
36753
  ]
36598
36754
  }
36599
36755
  },
@@ -38193,26 +38349,56 @@
38193
38349
  },
38194
38350
  "protectionBypass": {
38195
38351
  "additionalProperties": {
38196
- "properties": {
38197
- "createdAt": {
38198
- "type": "number"
38199
- },
38200
- "createdBy": {
38201
- "type": "string"
38352
+ "oneOf": [
38353
+ {
38354
+ "properties": {
38355
+ "createdAt": {
38356
+ "type": "number"
38357
+ },
38358
+ "createdBy": {
38359
+ "type": "string"
38360
+ },
38361
+ "scope": {
38362
+ "type": "string",
38363
+ "enum": [
38364
+ "integration-automation-bypass"
38365
+ ]
38366
+ },
38367
+ "integrationId": {
38368
+ "type": "string"
38369
+ }
38370
+ },
38371
+ "required": [
38372
+ "createdAt",
38373
+ "createdBy",
38374
+ "scope",
38375
+ "integrationId"
38376
+ ],
38377
+ "type": "object"
38202
38378
  },
38203
- "scope": {
38204
- "type": "string",
38205
- "enum": [
38206
- "automation-bypass"
38207
- ]
38379
+ {
38380
+ "properties": {
38381
+ "createdAt": {
38382
+ "type": "number"
38383
+ },
38384
+ "createdBy": {
38385
+ "type": "string"
38386
+ },
38387
+ "scope": {
38388
+ "type": "string",
38389
+ "enum": [
38390
+ "automation-bypass"
38391
+ ]
38392
+ }
38393
+ },
38394
+ "required": [
38395
+ "createdAt",
38396
+ "createdBy",
38397
+ "scope"
38398
+ ],
38399
+ "type": "object"
38208
38400
  }
38209
- },
38210
- "required": [
38211
- "createdAt",
38212
- "createdBy",
38213
- "scope"
38214
- ],
38215
- "type": "object"
38401
+ ]
38216
38402
  },
38217
38403
  "type": "object"
38218
38404
  },
@@ -39048,10 +39234,10 @@
39048
39234
  "type": "string",
39049
39235
  "enum": [
39050
39236
  "system",
39051
- "secret",
39052
39237
  "encrypted",
39053
39238
  "plain",
39054
- "sensitive"
39239
+ "sensitive",
39240
+ "secret"
39055
39241
  ]
39056
39242
  },
39057
39243
  "sunsetSecretId": {
@@ -40426,7 +40612,8 @@
40426
40612
  "buildMachineType": {
40427
40613
  "type": "string",
40428
40614
  "enum": [
40429
- "enhanced"
40615
+ "enhanced",
40616
+ "ultra"
40430
40617
  ]
40431
40618
  }
40432
40619
  },
@@ -40513,7 +40700,8 @@
40513
40700
  "buildMachineType": {
40514
40701
  "type": "string",
40515
40702
  "enum": [
40516
- "enhanced"
40703
+ "enhanced",
40704
+ "ultra"
40517
40705
  ]
40518
40706
  }
40519
40707
  },
@@ -42113,26 +42301,56 @@
42113
42301
  },
42114
42302
  "protectionBypass": {
42115
42303
  "additionalProperties": {
42116
- "properties": {
42117
- "createdAt": {
42118
- "type": "number"
42119
- },
42120
- "createdBy": {
42121
- "type": "string"
42304
+ "oneOf": [
42305
+ {
42306
+ "properties": {
42307
+ "createdAt": {
42308
+ "type": "number"
42309
+ },
42310
+ "createdBy": {
42311
+ "type": "string"
42312
+ },
42313
+ "scope": {
42314
+ "type": "string",
42315
+ "enum": [
42316
+ "integration-automation-bypass"
42317
+ ]
42318
+ },
42319
+ "integrationId": {
42320
+ "type": "string"
42321
+ }
42322
+ },
42323
+ "required": [
42324
+ "createdAt",
42325
+ "createdBy",
42326
+ "scope",
42327
+ "integrationId"
42328
+ ],
42329
+ "type": "object"
42122
42330
  },
42123
- "scope": {
42124
- "type": "string",
42125
- "enum": [
42126
- "automation-bypass"
42127
- ]
42331
+ {
42332
+ "properties": {
42333
+ "createdAt": {
42334
+ "type": "number"
42335
+ },
42336
+ "createdBy": {
42337
+ "type": "string"
42338
+ },
42339
+ "scope": {
42340
+ "type": "string",
42341
+ "enum": [
42342
+ "automation-bypass"
42343
+ ]
42344
+ }
42345
+ },
42346
+ "required": [
42347
+ "createdAt",
42348
+ "createdBy",
42349
+ "scope"
42350
+ ],
42351
+ "type": "object"
42128
42352
  }
42129
- },
42130
- "required": [
42131
- "createdAt",
42132
- "createdBy",
42133
- "scope"
42134
- ],
42135
- "type": "object"
42353
+ ]
42136
42354
  },
42137
42355
  "type": "object"
42138
42356
  },
@@ -42347,8 +42565,8 @@
42347
42565
  "type": {
42348
42566
  "type": "string",
42349
42567
  "enum": [
42350
- "host",
42351
42568
  "path",
42569
+ "host",
42352
42570
  "method",
42353
42571
  "header",
42354
42572
  "cookie",
@@ -42429,8 +42647,8 @@
42429
42647
  "type": {
42430
42648
  "type": "string",
42431
42649
  "enum": [
42432
- "host",
42433
42650
  "path",
42651
+ "host",
42434
42652
  "method",
42435
42653
  "header",
42436
42654
  "cookie",
@@ -42877,6 +43095,56 @@
42877
43095
  "type": "boolean",
42878
43096
  "nullable": true
42879
43097
  },
43098
+ "resourceConfig": {
43099
+ "properties": {
43100
+ "buildMachineType": {
43101
+ "enum": [
43102
+ null,
43103
+ "enhanced",
43104
+ "ultra"
43105
+ ]
43106
+ },
43107
+ "fluid": {
43108
+ "type": "boolean"
43109
+ },
43110
+ "functionDefaultRegions": {
43111
+ "description": "The regions to deploy Vercel Functions to for this project",
43112
+ "type": "array",
43113
+ "minItems": 1,
43114
+ "uniqueItems": true,
43115
+ "items": {
43116
+ "type": "string",
43117
+ "maxLength": 4
43118
+ }
43119
+ },
43120
+ "functionDefaultTimeout": {
43121
+ "type": "number",
43122
+ "maximum": 900,
43123
+ "minimum": 1
43124
+ },
43125
+ "functionDefaultMemoryType": {
43126
+ "enum": [
43127
+ "standard_legacy",
43128
+ "standard",
43129
+ "performance"
43130
+ ]
43131
+ },
43132
+ "functionZeroConfigFailover": {
43133
+ "description": "Specifies whether Zero Config Failover is enabled for this project.",
43134
+ "oneOf": [
43135
+ {
43136
+ "type": "boolean"
43137
+ }
43138
+ ]
43139
+ },
43140
+ "elasticConcurrencyEnabled": {
43141
+ "type": "boolean"
43142
+ }
43143
+ },
43144
+ "type": "object",
43145
+ "description": "Specifies resource override configuration for the project",
43146
+ "additionalProperties": false
43147
+ },
42880
43148
  "rootDirectory": {
42881
43149
  "description": "The name of a directory or relative path to the source code of your project. When `null` is used it will default to the project root",
42882
43150
  "maxLength": 256,
@@ -47466,10 +47734,10 @@
47466
47734
  "type": "string",
47467
47735
  "enum": [
47468
47736
  "system",
47469
- "secret",
47470
47737
  "encrypted",
47471
47738
  "plain",
47472
- "sensitive"
47739
+ "sensitive",
47740
+ "secret"
47473
47741
  ]
47474
47742
  },
47475
47743
  "sunsetSecretId": {
@@ -47868,10 +48136,10 @@
47868
48136
  "type": "string",
47869
48137
  "enum": [
47870
48138
  "system",
47871
- "secret",
47872
48139
  "encrypted",
47873
48140
  "plain",
47874
- "sensitive"
48141
+ "sensitive",
48142
+ "secret"
47875
48143
  ]
47876
48144
  },
47877
48145
  "sunsetSecretId": {
@@ -49951,10 +50219,10 @@
49951
50219
  "type": "string",
49952
50220
  "enum": [
49953
50221
  "system",
49954
- "secret",
49955
50222
  "encrypted",
49956
50223
  "plain",
49957
- "sensitive"
50224
+ "sensitive",
50225
+ "secret"
49958
50226
  ]
49959
50227
  },
49960
50228
  "sunsetSecretId": {
@@ -50366,10 +50634,10 @@
50366
50634
  "type": "string",
50367
50635
  "enum": [
50368
50636
  "system",
50369
- "secret",
50370
50637
  "encrypted",
50371
50638
  "plain",
50372
- "sensitive"
50639
+ "sensitive",
50640
+ "secret"
50373
50641
  ]
50374
50642
  },
50375
50643
  "sunsetSecretId": {
@@ -50776,10 +51044,10 @@
50776
51044
  "type": "string",
50777
51045
  "enum": [
50778
51046
  "system",
50779
- "secret",
50780
51047
  "encrypted",
50781
51048
  "plain",
50782
- "sensitive"
51049
+ "sensitive",
51050
+ "secret"
50783
51051
  ]
50784
51052
  },
50785
51053
  "sunsetSecretId": {
@@ -51294,10 +51562,10 @@
51294
51562
  "type": "string",
51295
51563
  "enum": [
51296
51564
  "system",
51297
- "secret",
51298
51565
  "encrypted",
51299
51566
  "plain",
51300
- "sensitive"
51567
+ "sensitive",
51568
+ "secret"
51301
51569
  ]
51302
51570
  },
51303
51571
  "sunsetSecretId": {
@@ -52077,26 +52345,56 @@
52077
52345
  "properties": {
52078
52346
  "protectionBypass": {
52079
52347
  "additionalProperties": {
52080
- "properties": {
52081
- "createdAt": {
52082
- "type": "number"
52083
- },
52084
- "createdBy": {
52085
- "type": "string"
52348
+ "oneOf": [
52349
+ {
52350
+ "properties": {
52351
+ "createdAt": {
52352
+ "type": "number"
52353
+ },
52354
+ "createdBy": {
52355
+ "type": "string"
52356
+ },
52357
+ "scope": {
52358
+ "type": "string",
52359
+ "enum": [
52360
+ "integration-automation-bypass"
52361
+ ]
52362
+ },
52363
+ "integrationId": {
52364
+ "type": "string"
52365
+ }
52366
+ },
52367
+ "required": [
52368
+ "createdAt",
52369
+ "createdBy",
52370
+ "scope",
52371
+ "integrationId"
52372
+ ],
52373
+ "type": "object"
52086
52374
  },
52087
- "scope": {
52088
- "type": "string",
52089
- "enum": [
52090
- "automation-bypass"
52091
- ]
52375
+ {
52376
+ "properties": {
52377
+ "createdAt": {
52378
+ "type": "number"
52379
+ },
52380
+ "createdBy": {
52381
+ "type": "string"
52382
+ },
52383
+ "scope": {
52384
+ "type": "string",
52385
+ "enum": [
52386
+ "automation-bypass"
52387
+ ]
52388
+ }
52389
+ },
52390
+ "required": [
52391
+ "createdAt",
52392
+ "createdBy",
52393
+ "scope"
52394
+ ],
52395
+ "type": "object"
52092
52396
  }
52093
- },
52094
- "required": [
52095
- "createdAt",
52096
- "createdBy",
52097
- "scope"
52098
- ],
52099
- "type": "object"
52397
+ ]
52100
52398
  },
52101
52399
  "type": "object"
52102
52400
  }
@@ -52202,7 +52500,7 @@
52202
52500
  "type": "object",
52203
52501
  "properties": {
52204
52502
  "secret": {
52205
- "description": "Optional value of the secret to generate",
52503
+ "description": "Optional value of the secret to generate, don't send it for oauth2 tokens",
52206
52504
  "type": "string",
52207
52505
  "pattern": "^[a-zA-Z0-9]{32}$"
52208
52506
  }
@@ -59524,6 +59822,10 @@
59524
59822
  "integration-resource.project-disconnected",
59525
59823
  "project.created",
59526
59824
  "project.removed",
59825
+ "project.rolling-release.started",
59826
+ "project.rolling-release.aborted",
59827
+ "project.rolling-release.completed",
59828
+ "project.rolling-release.approved",
59527
59829
  "deployment-checks-completed",
59528
59830
  "deployment-ready",
59529
59831
  "deployment-prepared",
@@ -59571,6 +59873,10 @@
59571
59873
  "integration-resource.project-disconnected",
59572
59874
  "project.created",
59573
59875
  "project.removed",
59876
+ "project.rolling-release.started",
59877
+ "project.rolling-release.aborted",
59878
+ "project.rolling-release.completed",
59879
+ "project.rolling-release.approved",
59574
59880
  "deployment-checks-completed-legacy",
59575
59881
  "deployment-ready-legacy",
59576
59882
  "deployment-prepared-legacy",
@@ -59736,6 +60042,10 @@
59736
60042
  "integration-resource.project-disconnected",
59737
60043
  "project.created",
59738
60044
  "project.removed",
60045
+ "project.rolling-release.started",
60046
+ "project.rolling-release.aborted",
60047
+ "project.rolling-release.completed",
60048
+ "project.rolling-release.approved",
59739
60049
  "deployment-checks-completed",
59740
60050
  "deployment-ready",
59741
60051
  "deployment-prepared",
@@ -59781,6 +60091,10 @@
59781
60091
  "integration-resource.project-disconnected",
59782
60092
  "project.created",
59783
60093
  "project.removed",
60094
+ "project.rolling-release.started",
60095
+ "project.rolling-release.aborted",
60096
+ "project.rolling-release.completed",
60097
+ "project.rolling-release.approved",
59784
60098
  "deployment-checks-completed-legacy",
59785
60099
  "deployment-ready-legacy",
59786
60100
  "deployment-prepared-legacy",
@@ -59943,6 +60257,10 @@
59943
60257
  "integration-resource.project-disconnected",
59944
60258
  "project.created",
59945
60259
  "project.removed",
60260
+ "project.rolling-release.started",
60261
+ "project.rolling-release.aborted",
60262
+ "project.rolling-release.completed",
60263
+ "project.rolling-release.approved",
59946
60264
  "deployment-checks-completed",
59947
60265
  "deployment-ready",
59948
60266
  "deployment-prepared",
@@ -59990,6 +60308,10 @@
59990
60308
  "integration-resource.project-disconnected",
59991
60309
  "project.created",
59992
60310
  "project.removed",
60311
+ "project.rolling-release.started",
60312
+ "project.rolling-release.aborted",
60313
+ "project.rolling-release.completed",
60314
+ "project.rolling-release.approved",
59993
60315
  "deployment-checks-completed-legacy",
59994
60316
  "deployment-ready-legacy",
59995
60317
  "deployment-prepared-legacy",
@@ -60095,6 +60417,10 @@
60095
60417
  "integration-resource.project-disconnected",
60096
60418
  "project.created",
60097
60419
  "project.removed",
60420
+ "project.rolling-release.started",
60421
+ "project.rolling-release.aborted",
60422
+ "project.rolling-release.completed",
60423
+ "project.rolling-release.approved",
60098
60424
  "deployment-checks-completed",
60099
60425
  "deployment-ready",
60100
60426
  "deployment-prepared",
@@ -60142,6 +60468,10 @@
60142
60468
  "integration-resource.project-disconnected",
60143
60469
  "project.created",
60144
60470
  "project.removed",
60471
+ "project.rolling-release.started",
60472
+ "project.rolling-release.aborted",
60473
+ "project.rolling-release.completed",
60474
+ "project.rolling-release.approved",
60145
60475
  "deployment-checks-completed-legacy",
60146
60476
  "deployment-ready-legacy",
60147
60477
  "deployment-prepared-legacy",
@@ -60322,6 +60652,10 @@
60322
60652
  "integration-resource.project-disconnected",
60323
60653
  "project.created",
60324
60654
  "project.removed",
60655
+ "project.rolling-release.started",
60656
+ "project.rolling-release.aborted",
60657
+ "project.rolling-release.completed",
60658
+ "project.rolling-release.approved",
60325
60659
  "deployment-checks-completed",
60326
60660
  "deployment-ready",
60327
60661
  "deployment-prepared",
@@ -60369,6 +60703,10 @@
60369
60703
  "integration-resource.project-disconnected",
60370
60704
  "project.created",
60371
60705
  "project.removed",
60706
+ "project.rolling-release.started",
60707
+ "project.rolling-release.aborted",
60708
+ "project.rolling-release.completed",
60709
+ "project.rolling-release.approved",
60372
60710
  "deployment-checks-completed-legacy",
60373
60711
  "deployment-ready-legacy",
60374
60712
  "deployment-prepared-legacy",
@@ -61857,9 +62195,17 @@
61857
62195
  },
61858
62196
  "/aliases/{id}/protection-bypass": {
61859
62197
  "patch": {
61860
- "description": "Update the protection bypass for the alias (used for user access \u0026 comment access for deployments). Used as shareable links and user scoped access for Vercel Authentication and also to allow external (logged in) people to comment on previews for Preview Comments (next-live-mode).",
61861
- "security": [],
61862
- "tags": [],
62198
+ "description": "Update the protection bypass for the alias or deployment URL (used for user access \u0026 comment access for deployments). Used as shareable links and user scoped access for Vercel Authentication and also to allow external (logged in) people to comment on previews for Preview Comments (next-live-mode).",
62199
+ "operationId": "patchUrlProtectionBypass",
62200
+ "security": [
62201
+ {
62202
+ "bearerToken": []
62203
+ }
62204
+ ],
62205
+ "summary": "Update the protection bypass for a URL",
62206
+ "tags": [
62207
+ "aliases"
62208
+ ],
61863
62209
  "responses": {
61864
62210
  "200": {
61865
62211
  "description": "",
@@ -61925,6 +62271,24 @@
61925
62271
  "type": "string",
61926
62272
  "description": "The alias or deployment ID"
61927
62273
  }
62274
+ },
62275
+ {
62276
+ "description": "The Team identifier to perform the request on behalf of.",
62277
+ "in": "query",
62278
+ "name": "teamId",
62279
+ "schema": {
62280
+ "type": "string",
62281
+ "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
62282
+ }
62283
+ },
62284
+ {
62285
+ "description": "The Team slug to perform the request on behalf of.",
62286
+ "in": "query",
62287
+ "name": "slug",
62288
+ "schema": {
62289
+ "type": "string",
62290
+ "example": "my-team-url-slug"
62291
+ }
61928
62292
  }
61929
62293
  ],
61930
62294
  "requestBody": {
@@ -63756,30 +64120,165 @@
63756
64120
  "email": {
63757
64121
  "type": "string"
63758
64122
  },
63759
- "slug": {
64123
+ "username": {
63760
64124
  "type": "string"
63761
64125
  },
63762
- "uid": {
64126
+ "slug": {
63763
64127
  "type": "string"
63764
64128
  },
63765
- "username": {
64129
+ "uid": {
63766
64130
  "type": "string"
63767
64131
  }
63768
64132
  },
63769
64133
  "required": [
63770
64134
  "avatar",
63771
64135
  "email",
63772
- "uid",
63773
- "username"
64136
+ "username",
64137
+ "uid"
63774
64138
  ],
63775
64139
  "type": "object",
63776
- "description": "Metadata for the User who generated the event."
64140
+ "description": "Metadata for {@link userId}."
64141
+ },
64142
+ "principal": {
64143
+ "oneOf": [
64144
+ {
64145
+ "properties": {
64146
+ "type": {
64147
+ "type": "string",
64148
+ "enum": [
64149
+ "user"
64150
+ ]
64151
+ },
64152
+ "avatar": {
64153
+ "type": "string"
64154
+ },
64155
+ "email": {
64156
+ "type": "string"
64157
+ },
64158
+ "slug": {
64159
+ "type": "string"
64160
+ },
64161
+ "uid": {
64162
+ "type": "string"
64163
+ },
64164
+ "username": {
64165
+ "type": "string"
64166
+ }
64167
+ },
64168
+ "required": [
64169
+ "avatar",
64170
+ "email",
64171
+ "uid",
64172
+ "username"
64173
+ ],
64174
+ "type": "object",
64175
+ "description": "Metadata for {@link principalId}."
64176
+ },
64177
+ {
64178
+ "properties": {
64179
+ "type": {
64180
+ "type": "string",
64181
+ "enum": [
64182
+ "app"
64183
+ ]
64184
+ },
64185
+ "clientId": {
64186
+ "type": "string"
64187
+ },
64188
+ "name": {
64189
+ "type": "string"
64190
+ }
64191
+ },
64192
+ "required": [
64193
+ "type",
64194
+ "clientId",
64195
+ "name"
64196
+ ],
64197
+ "type": "object",
64198
+ "description": "Metadata for {@link principalId}."
64199
+ }
64200
+ ]
64201
+ },
64202
+ "via": {
64203
+ "items": {
64204
+ "oneOf": [
64205
+ {
64206
+ "properties": {
64207
+ "type": {
64208
+ "type": "string",
64209
+ "enum": [
64210
+ "user"
64211
+ ]
64212
+ },
64213
+ "avatar": {
64214
+ "type": "string"
64215
+ },
64216
+ "email": {
64217
+ "type": "string"
64218
+ },
64219
+ "slug": {
64220
+ "type": "string"
64221
+ },
64222
+ "uid": {
64223
+ "type": "string"
64224
+ },
64225
+ "username": {
64226
+ "type": "string"
64227
+ }
64228
+ },
64229
+ "required": [
64230
+ "avatar",
64231
+ "email",
64232
+ "uid",
64233
+ "username"
64234
+ ],
64235
+ "type": "object",
64236
+ "description": "Metadata for {@link viaIds}."
64237
+ },
64238
+ {
64239
+ "properties": {
64240
+ "type": {
64241
+ "type": "string",
64242
+ "enum": [
64243
+ "app"
64244
+ ]
64245
+ },
64246
+ "clientId": {
64247
+ "type": "string"
64248
+ },
64249
+ "name": {
64250
+ "type": "string"
64251
+ }
64252
+ },
64253
+ "required": [
64254
+ "type",
64255
+ "clientId",
64256
+ "name"
64257
+ ],
64258
+ "type": "object",
64259
+ "description": "Metadata for {@link viaIds}."
64260
+ }
64261
+ ]
64262
+ },
64263
+ "type": "array",
64264
+ "description": "Metadata for {@link viaIds}."
63777
64265
  },
63778
64266
  "userId": {
63779
64267
  "type": "string",
63780
- "description": "The unique identifier of the User who generated the event.",
64268
+ "description": "When the principal who generated the event is a user, this is their ID; otherwise, it is empty.",
63781
64269
  "example": "zTuNVUXEAvvnNN3IaqinkyMw"
63782
64270
  },
64271
+ "principalId": {
64272
+ "type": "string",
64273
+ "description": "The ID of the principal who generated the event. The principal is typically a user, but it could also be an app, an integration, etc. The principal may have delegated its authority to an acting party, and so {@link viaIds} should be checked as well."
64274
+ },
64275
+ "viaIds": {
64276
+ "items": {
64277
+ "type": "string"
64278
+ },
64279
+ "type": "array",
64280
+ "description": "If the principal delegated its authority (for example, a user delegating to an app), then this array contains the ID of the current actor. For example, if `principalId` is \"user123\" and `viaIds` is `[\"app456\"]`, we can say the event was triggered by - \"app456 on behalf of user123\", or - \"user123 via app4556\". Both are equivalent. Arbitrarily long chains of delegation can be represented. For example, if `principalId` is \"user123\" and `viaIds` is `[\"service1\", \"service2\"]`, we can say the event was triggered by \"user123 via service1 via service2\"."
64281
+ },
63783
64282
  "payload": {
63784
64283
  "oneOf": [
63785
64284
  {
@@ -66295,7 +66794,8 @@
66295
66794
  "purchaseType": {
66296
66795
  "type": "string",
66297
66796
  "enum": [
66298
- "enhanced"
66797
+ "enhanced",
66798
+ "ultra"
66299
66799
  ]
66300
66800
  },
66301
66801
  "isDefaultBuildMachine": {
@@ -71211,7 +71711,8 @@
71211
71711
  "text",
71212
71712
  "entities",
71213
71713
  "createdAt",
71214
- "userId"
71714
+ "userId",
71715
+ "principalId"
71215
71716
  ],
71216
71717
  "type": "object",
71217
71718
  "description": "Array of events generated by the User."
@@ -71225,7 +71726,17 @@
71225
71726
  "properties": {
71226
71727
  "limited": {
71227
71728
  "type": "boolean",
71228
- "description": "Property indicating that this Team data contains only limited information, due to the authentication token missing privileges to read the full Team data. Re-login with the Team's configured SAML Single Sign-On provider in order to upgrade the authentication token with the necessary privileges."
71729
+ "description": "Property indicating that this Team data contains only limited information, due to the authentication token missing privileges to read the full Team data or due to team having MFA enforced and the user not having MFA enabled. Re-login with the Team's configured SAML Single Sign-On provider in order to upgrade the authentication token with the necessary privileges."
71730
+ },
71731
+ "limitedBy": {
71732
+ "items": {
71733
+ "type": "string",
71734
+ "enum": [
71735
+ "saml",
71736
+ "mfa"
71737
+ ]
71738
+ },
71739
+ "type": "array"
71229
71740
  },
71230
71741
  "saml": {
71231
71742
  "properties": {
@@ -71308,6 +71819,9 @@
71308
71819
  "type": "object",
71309
71820
  "description": "When \"Single Sign-On (SAML)\" is configured, this object contains information that allows the client-side to identify whether or not this Team has SAML enforced."
71310
71821
  },
71822
+ "mfaEnforced": {
71823
+ "type": "boolean"
71824
+ },
71311
71825
  "id": {
71312
71826
  "type": "string",
71313
71827
  "description": "The Team's unique identifier.",
@@ -71491,6 +72005,7 @@
71491
72005
  },
71492
72006
  "required": [
71493
72007
  "limited",
72008
+ "limitedBy",
71494
72009
  "id",
71495
72010
  "slug",
71496
72011
  "name",
@@ -71856,7 +72371,8 @@
71856
72371
  "purchaseType": {
71857
72372
  "type": "string",
71858
72373
  "enum": [
71859
- "enhanced"
72374
+ "enhanced",
72375
+ "ultra"
71860
72376
  ],
71861
72377
  "description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
71862
72378
  },