@vercel/sdk 1.6.2 → 1.6.4

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 (271) hide show
  1. package/README.md +2 -10
  2. package/bin/mcp-server.js +4541 -3497
  3. package/bin/mcp-server.js.map +36 -48
  4. package/docs/sdks/edgeconfig/README.md +2 -6
  5. package/docs/sdks/integrations/README.md +0 -161
  6. package/docs/sdks/logdrains/README.md +0 -260
  7. package/docs/sdks/marketplace/README.md +2 -6
  8. package/docs/sdks/security/README.md +90 -0
  9. package/docs/sdks/webhooks/README.md +2 -6
  10. package/esm/__tests__/deployments.test.js +16 -1
  11. package/esm/__tests__/deployments.test.js.map +1 -1
  12. package/esm/__tests__/integrations.test.js +5 -40
  13. package/esm/__tests__/integrations.test.js.map +1 -1
  14. package/esm/__tests__/logdrains.test.js +7 -89
  15. package/esm/__tests__/logdrains.test.js.map +1 -1
  16. package/esm/__tests__/marketplace.test.js +7 -2
  17. package/esm/__tests__/marketplace.test.js.map +1 -1
  18. package/esm/__tests__/projects.test.js +4 -4
  19. package/esm/__tests__/projects.test.js.map +1 -1
  20. package/esm/__tests__/security.test.js +164 -17
  21. package/esm/__tests__/security.test.js.map +1 -1
  22. package/esm/funcs/securityPutFirewallConfig.d.ts +19 -0
  23. package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
  24. package/esm/funcs/{logDrainsCreateConfigurableLogDrain.js → securityPutFirewallConfig.js} +13 -11
  25. package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
  26. package/esm/lib/config.d.ts +3 -3
  27. package/esm/lib/config.js +3 -3
  28. package/esm/lib/matchers.d.ts +3 -1
  29. package/esm/lib/matchers.d.ts.map +1 -1
  30. package/esm/lib/matchers.js +10 -0
  31. package/esm/lib/matchers.js.map +1 -1
  32. package/esm/lib/sdks.js +7 -2
  33. package/esm/lib/sdks.js.map +1 -1
  34. package/esm/mcp-server/mcp-server.js +1 -1
  35. package/esm/mcp-server/server.d.ts.map +1 -1
  36. package/esm/mcp-server/server.js +3 -11
  37. package/esm/mcp-server/server.js.map +1 -1
  38. package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts +7 -0
  39. package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts.map +1 -0
  40. package/esm/mcp-server/tools/securityPutFirewallConfig.js +28 -0
  41. package/esm/mcp-server/tools/{integrationsGitNamespaces.js.map → securityPutFirewallConfig.js.map} +1 -1
  42. package/esm/models/authtoken.d.ts +6 -0
  43. package/esm/models/authtoken.d.ts.map +1 -1
  44. package/esm/models/authtoken.js +2 -0
  45. package/esm/models/authtoken.js.map +1 -1
  46. package/esm/models/authuser.d.ts +87 -0
  47. package/esm/models/authuser.d.ts.map +1 -1
  48. package/esm/models/authuser.js +57 -0
  49. package/esm/models/authuser.js.map +1 -1
  50. package/esm/models/canceldeploymentop.d.ts +277 -76
  51. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  52. package/esm/models/canceldeploymentop.js +271 -73
  53. package/esm/models/canceldeploymentop.js.map +1 -1
  54. package/esm/models/createdeploymentop.d.ts +274 -73
  55. package/esm/models/createdeploymentop.d.ts.map +1 -1
  56. package/esm/models/createdeploymentop.js +270 -72
  57. package/esm/models/createdeploymentop.js.map +1 -1
  58. package/esm/models/createlogdrainop.d.ts +51 -51
  59. package/esm/models/createlogdrainop.d.ts.map +1 -1
  60. package/esm/models/createlogdrainop.js +74 -75
  61. package/esm/models/createlogdrainop.js.map +1 -1
  62. package/esm/models/createprojectenvop.d.ts +12 -18
  63. package/esm/models/createprojectenvop.d.ts.map +1 -1
  64. package/esm/models/createprojectenvop.js +12 -12
  65. package/esm/models/createprojectenvop.js.map +1 -1
  66. package/esm/models/createprojectop.d.ts +221 -29
  67. package/esm/models/createprojectop.d.ts.map +1 -1
  68. package/esm/models/createprojectop.js +174 -11
  69. package/esm/models/createprojectop.js.map +1 -1
  70. package/esm/models/editprojectenvop.d.ts +4 -7
  71. package/esm/models/editprojectenvop.d.ts.map +1 -1
  72. package/esm/models/editprojectenvop.js +4 -4
  73. package/esm/models/editprojectenvop.js.map +1 -1
  74. package/esm/models/exchangessotokenop.d.ts +34 -0
  75. package/esm/models/exchangessotokenop.d.ts.map +1 -1
  76. package/esm/models/exchangessotokenop.js +25 -0
  77. package/esm/models/exchangessotokenop.js.map +1 -1
  78. package/esm/models/filterprojectenvsop.d.ts +18 -27
  79. package/esm/models/filterprojectenvsop.d.ts.map +1 -1
  80. package/esm/models/filterprojectenvsop.js +18 -18
  81. package/esm/models/filterprojectenvsop.js.map +1 -1
  82. package/esm/models/getconfigurationsop.d.ts +19 -16
  83. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  84. package/esm/models/getconfigurationsop.js +25 -27
  85. package/esm/models/getconfigurationsop.js.map +1 -1
  86. package/esm/models/getcustomenvironmentop.d.ts +3 -0
  87. package/esm/models/getcustomenvironmentop.d.ts.map +1 -1
  88. package/esm/models/getcustomenvironmentop.js.map +1 -1
  89. package/esm/models/getdeploymentop.d.ts +574 -172
  90. package/esm/models/getdeploymentop.d.ts.map +1 -1
  91. package/esm/models/getdeploymentop.js +567 -171
  92. package/esm/models/getdeploymentop.js.map +1 -1
  93. package/esm/models/getfirewallconfigop.d.ts +214 -214
  94. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  95. package/esm/models/getfirewallconfigop.js +210 -231
  96. package/esm/models/getfirewallconfigop.js.map +1 -1
  97. package/esm/models/getintegrationlogdrainsop.d.ts +11 -11
  98. package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
  99. package/esm/models/getintegrationlogdrainsop.js +14 -13
  100. package/esm/models/getintegrationlogdrainsop.js.map +1 -1
  101. package/esm/models/getprojectdomainsop.d.ts +198 -36
  102. package/esm/models/getprojectdomainsop.d.ts.map +1 -1
  103. package/esm/models/getprojectdomainsop.js +193 -32
  104. package/esm/models/getprojectdomainsop.js.map +1 -1
  105. package/esm/models/getprojectenvop.d.ts +10 -16
  106. package/esm/models/getprojectenvop.d.ts.map +1 -1
  107. package/esm/models/getprojectenvop.js +10 -10
  108. package/esm/models/getprojectenvop.js.map +1 -1
  109. package/esm/models/getprojectsop.d.ts +221 -29
  110. package/esm/models/getprojectsop.d.ts.map +1 -1
  111. package/esm/models/getprojectsop.js +173 -11
  112. package/esm/models/getprojectsop.js.map +1 -1
  113. package/esm/models/getteammembersop.d.ts +9 -9
  114. package/esm/models/getteammembersop.js +3 -3
  115. package/esm/models/getteammembersop.js.map +1 -1
  116. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -0
  117. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
  118. package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
  119. package/esm/models/putfirewallconfigop.d.ts +2901 -0
  120. package/esm/models/putfirewallconfigop.d.ts.map +1 -0
  121. package/esm/models/putfirewallconfigop.js +2383 -0
  122. package/esm/models/putfirewallconfigop.js.map +1 -0
  123. package/esm/models/removeprojectenvop.d.ts +18 -27
  124. package/esm/models/removeprojectenvop.d.ts.map +1 -1
  125. package/esm/models/removeprojectenvop.js +18 -18
  126. package/esm/models/removeprojectenvop.js.map +1 -1
  127. package/esm/models/updatefirewallconfigop.d.ts +323 -323
  128. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  129. package/esm/models/updatefirewallconfigop.js +379 -357
  130. package/esm/models/updatefirewallconfigop.js.map +1 -1
  131. package/esm/models/updateprojectdatacacheop.d.ts +229 -37
  132. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  133. package/esm/models/updateprojectdatacacheop.js +189 -23
  134. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  135. package/esm/models/updateprojectop.d.ts +221 -29
  136. package/esm/models/updateprojectop.d.ts.map +1 -1
  137. package/esm/models/updateprojectop.js +174 -11
  138. package/esm/models/updateprojectop.js.map +1 -1
  139. package/esm/models/userevent.d.ts +608 -524
  140. package/esm/models/userevent.d.ts.map +1 -1
  141. package/esm/models/userevent.js +748 -666
  142. package/esm/models/userevent.js.map +1 -1
  143. package/esm/sdk/integrations.d.ts +0 -16
  144. package/esm/sdk/integrations.d.ts.map +1 -1
  145. package/esm/sdk/integrations.js +0 -20
  146. package/esm/sdk/integrations.js.map +1 -1
  147. package/esm/sdk/logdrains.d.ts +0 -24
  148. package/esm/sdk/logdrains.d.ts.map +1 -1
  149. package/esm/sdk/logdrains.js +0 -30
  150. package/esm/sdk/logdrains.js.map +1 -1
  151. package/esm/sdk/security.d.ts +8 -0
  152. package/esm/sdk/security.d.ts.map +1 -1
  153. package/esm/sdk/security.js +10 -0
  154. package/esm/sdk/security.js.map +1 -1
  155. package/jsr.json +1 -1
  156. package/package.json +3 -3
  157. package/src/__tests__/deployments.test.ts +16 -1
  158. package/src/__tests__/integrations.test.ts +9 -44
  159. package/src/__tests__/logdrains.test.ts +13 -95
  160. package/src/__tests__/marketplace.test.ts +7 -2
  161. package/src/__tests__/projects.test.ts +4 -4
  162. package/src/__tests__/security.test.ts +166 -19
  163. package/src/funcs/{logDrainsCreateConfigurableLogDrain.ts → securityPutFirewallConfig.ts} +31 -22
  164. package/src/lib/config.ts +3 -3
  165. package/src/lib/matchers.ts +20 -0
  166. package/src/lib/sdks.ts +8 -2
  167. package/src/mcp-server/mcp-server.ts +1 -1
  168. package/src/mcp-server/server.ts +3 -11
  169. package/src/mcp-server/tools/securityPutFirewallConfig.ts +37 -0
  170. package/src/models/authtoken.ts +2 -0
  171. package/src/models/authuser.ts +126 -0
  172. package/src/models/canceldeploymentop.ts +592 -149
  173. package/src/models/createdeploymentop.ts +616 -165
  174. package/src/models/createlogdrainop.ts +95 -112
  175. package/src/models/createprojectenvop.ts +24 -30
  176. package/src/models/createprojectop.ts +378 -21
  177. package/src/models/editprojectenvop.ts +8 -11
  178. package/src/models/exchangessotokenop.ts +44 -0
  179. package/src/models/filterprojectenvsop.ts +36 -45
  180. package/src/models/getconfigurationsop.ts +34 -39
  181. package/src/models/getcustomenvironmentop.ts +3 -0
  182. package/src/models/getdeploymentop.ts +1288 -353
  183. package/src/models/getfirewallconfigop.ts +555 -410
  184. package/src/models/getintegrationlogdrainsop.ts +15 -20
  185. package/src/models/getprojectdomainsop.ts +470 -63
  186. package/src/models/getprojectenvop.ts +20 -26
  187. package/src/models/getprojectsop.ts +380 -22
  188. package/src/models/getteammembersop.ts +3 -3
  189. package/src/models/getv9projectsidornamecustomenvironmentsop.ts +3 -0
  190. package/src/models/putfirewallconfigop.ts +4932 -0
  191. package/src/models/removeprojectenvop.ts +36 -45
  192. package/src/models/updatefirewallconfigop.ts +820 -612
  193. package/src/models/updateprojectdatacacheop.ts +395 -40
  194. package/src/models/updateprojectop.ts +378 -21
  195. package/src/models/userevent.ts +1363 -1203
  196. package/src/sdk/integrations.ts +0 -44
  197. package/src/sdk/logdrains.ts +0 -66
  198. package/src/sdk/security.ts +22 -0
  199. package/vercel-spec.json +1780 -1622
  200. package/esm/funcs/integrationsGitNamespaces.d.ts +0 -18
  201. package/esm/funcs/integrationsGitNamespaces.d.ts.map +0 -1
  202. package/esm/funcs/integrationsGitNamespaces.js +0 -86
  203. package/esm/funcs/integrationsGitNamespaces.js.map +0 -1
  204. package/esm/funcs/integrationsSearchRepo.d.ts +0 -17
  205. package/esm/funcs/integrationsSearchRepo.d.ts.map +0 -1
  206. package/esm/funcs/integrationsSearchRepo.js +0 -89
  207. package/esm/funcs/integrationsSearchRepo.js.map +0 -1
  208. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -18
  209. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
  210. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
  211. package/esm/funcs/logDrainsGetAllLogDrains.d.ts +0 -18
  212. package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
  213. package/esm/funcs/logDrainsGetAllLogDrains.js +0 -88
  214. package/esm/funcs/logDrainsGetAllLogDrains.js.map +0 -1
  215. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -19
  216. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
  217. package/esm/funcs/logDrainsGetConfigurableLogDrain.js +0 -92
  218. package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
  219. package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts +0 -7
  220. package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts.map +0 -1
  221. package/esm/mcp-server/tools/integrationsGitNamespaces.js +0 -28
  222. package/esm/mcp-server/tools/integrationsSearchRepo.d.ts +0 -7
  223. package/esm/mcp-server/tools/integrationsSearchRepo.d.ts.map +0 -1
  224. package/esm/mcp-server/tools/integrationsSearchRepo.js +0 -28
  225. package/esm/mcp-server/tools/integrationsSearchRepo.js.map +0 -1
  226. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts +0 -7
  227. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
  228. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +0 -28
  229. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js.map +0 -1
  230. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts +0 -7
  231. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts.map +0 -1
  232. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +0 -28
  233. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js.map +0 -1
  234. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts +0 -7
  235. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
  236. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +0 -28
  237. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js.map +0 -1
  238. package/esm/models/createconfigurablelogdrainop.d.ts +0 -451
  239. package/esm/models/createconfigurablelogdrainop.d.ts.map +0 -1
  240. package/esm/models/createconfigurablelogdrainop.js +0 -348
  241. package/esm/models/createconfigurablelogdrainop.js.map +0 -1
  242. package/esm/models/getalllogdrainsop.d.ts +0 -294
  243. package/esm/models/getalllogdrainsop.d.ts.map +0 -1
  244. package/esm/models/getalllogdrainsop.js +0 -231
  245. package/esm/models/getalllogdrainsop.js.map +0 -1
  246. package/esm/models/getconfigurablelogdrainop.d.ts +0 -292
  247. package/esm/models/getconfigurablelogdrainop.d.ts.map +0 -1
  248. package/esm/models/getconfigurablelogdrainop.js +0 -230
  249. package/esm/models/getconfigurablelogdrainop.js.map +0 -1
  250. package/esm/models/gitnamespacesop.d.ts +0 -126
  251. package/esm/models/gitnamespacesop.d.ts.map +0 -1
  252. package/esm/models/gitnamespacesop.js +0 -115
  253. package/esm/models/gitnamespacesop.js.map +0 -1
  254. package/esm/models/searchrepoop.d.ts +0 -421
  255. package/esm/models/searchrepoop.d.ts.map +0 -1
  256. package/esm/models/searchrepoop.js +0 -385
  257. package/esm/models/searchrepoop.js.map +0 -1
  258. package/src/funcs/integrationsGitNamespaces.ts +0 -185
  259. package/src/funcs/integrationsSearchRepo.ts +0 -181
  260. package/src/funcs/logDrainsGetAllLogDrains.ts +0 -187
  261. package/src/funcs/logDrainsGetConfigurableLogDrain.ts +0 -199
  262. package/src/mcp-server/tools/integrationsGitNamespaces.ts +0 -37
  263. package/src/mcp-server/tools/integrationsSearchRepo.ts +0 -37
  264. package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +0 -39
  265. package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +0 -37
  266. package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +0 -39
  267. package/src/models/createconfigurablelogdrainop.ts +0 -652
  268. package/src/models/getalllogdrainsop.ts +0 -416
  269. package/src/models/getconfigurablelogdrainop.ts +0 -420
  270. package/src/models/gitnamespacesop.ts +0 -235
  271. package/src/models/searchrepoop.ts +0 -784
@@ -249,9 +249,11 @@ export type Env = {
249
249
  * This is used to identiy variables that have been migrated from type secret to sensitive.
250
250
  */
251
251
  sunsetSecretId?: string | undefined;
252
+ decrypted?: boolean | undefined;
253
+ value: string;
254
+ vsmValue?: string | undefined;
252
255
  id?: string | undefined;
253
256
  key: string;
254
- value: string;
255
257
  configurationId?: string | null | undefined;
256
258
  createdAt?: number | undefined;
257
259
  updatedAt?: number | undefined;
@@ -265,13 +267,8 @@ export type Env = {
265
267
  * Similar to `contentHints`, but should not be exposed to the user.
266
268
  */
267
269
  internalContentHint?: InternalContentHint | null | undefined;
268
- /**
269
- * Whether `value` and `vsmValue` are decrypted.
270
- */
271
- decrypted?: boolean | undefined;
272
270
  comment?: string | undefined;
273
271
  customEnvironmentIds?: Array<string> | undefined;
274
- vsmValue?: string | undefined;
275
272
  };
276
273
  export type CustomEnvironments = {};
277
274
  export declare const UpdateProjectDataCacheFramework: {
@@ -332,14 +329,26 @@ export type UpdateProjectDataCacheProjectsAliasError = {
332
329
  code: string;
333
330
  message: string;
334
331
  };
332
+ /**
333
+ * The type of matching to perform
334
+ */
335
335
  export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType: {
336
336
  readonly EndsWith: "endsWith";
337
337
  readonly StartsWith: "startsWith";
338
338
  readonly Equals: "equals";
339
339
  };
340
+ /**
341
+ * The type of matching to perform
342
+ */
340
343
  export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
341
344
  export type UpdateProjectDataCacheProjectsBranchMatcher = {
345
+ /**
346
+ * The type of matching to perform
347
+ */
342
348
  type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONType;
349
+ /**
350
+ * The pattern to match against branch names
351
+ */
343
352
  pattern: string;
344
353
  };
345
354
  export type UpdateProjectDataCacheProjectsBuilds = {
@@ -446,6 +455,34 @@ export type LatestDeployments = {
446
455
  userId: string;
447
456
  withCache?: boolean | undefined;
448
457
  };
458
+ export declare const UpdateProjectDataCacheLinkProjectsResponseType: {
459
+ readonly GithubCustomHost: "github-custom-host";
460
+ };
461
+ export type UpdateProjectDataCacheLinkProjectsResponseType = ClosedEnum<typeof UpdateProjectDataCacheLinkProjectsResponseType>;
462
+ export type UpdateProjectDataCacheLinkProjectsDeployHooks = {
463
+ createdAt?: number | undefined;
464
+ id: string;
465
+ name: string;
466
+ ref: string;
467
+ url: string;
468
+ };
469
+ export type Link4 = {
470
+ org?: string | undefined;
471
+ /**
472
+ * 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.
473
+ */
474
+ repoOwnerId?: number | undefined;
475
+ repo?: string | undefined;
476
+ repoId?: number | undefined;
477
+ type?: UpdateProjectDataCacheLinkProjectsResponseType | undefined;
478
+ host?: string | undefined;
479
+ createdAt?: number | undefined;
480
+ deployHooks: Array<UpdateProjectDataCacheLinkProjectsDeployHooks>;
481
+ gitCredentialId?: string | undefined;
482
+ updatedAt?: number | undefined;
483
+ sourceless?: boolean | undefined;
484
+ productionBranch?: string | undefined;
485
+ };
449
486
  export declare const UpdateProjectDataCacheLinkProjectsType: {
450
487
  readonly Bitbucket: "bitbucket";
451
488
  };
@@ -527,7 +564,7 @@ export type Link1 = {
527
564
  sourceless?: boolean | undefined;
528
565
  productionBranch?: string | undefined;
529
566
  };
530
- export type Link = Link1 | Link3 | Link2;
567
+ export type Link = Link1 | Link3 | Link4 | Link2;
531
568
  export type UpdateProjectDataCacheMicrofrontends2 = {
532
569
  updatedAt: number;
533
570
  groupIds: Array<any>;
@@ -551,7 +588,7 @@ export type UpdateProjectDataCacheMicrofrontends1 = {
551
588
  */
552
589
  isDefaultApp?: boolean | undefined;
553
590
  /**
554
- * A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
591
+ * A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`
555
592
  */
556
593
  defaultRoute?: string | undefined;
557
594
  /**
@@ -584,6 +621,10 @@ export declare const FunctionDefaultMemoryType: {
584
621
  readonly Performance: "performance";
585
622
  };
586
623
  export type FunctionDefaultMemoryType = ClosedEnum<typeof FunctionDefaultMemoryType>;
624
+ export declare const BuildMachineType: {
625
+ readonly Enhanced: "enhanced";
626
+ };
627
+ export type BuildMachineType = ClosedEnum<typeof BuildMachineType>;
587
628
  export type UpdateProjectDataCacheResourceConfig = {
588
629
  fluid?: boolean | undefined;
589
630
  functionDefaultRegions: Array<string>;
@@ -591,6 +632,7 @@ export type UpdateProjectDataCacheResourceConfig = {
591
632
  functionDefaultMemoryType?: FunctionDefaultMemoryType | undefined;
592
633
  functionZeroConfigFailover?: boolean | undefined;
593
634
  elasticConcurrencyEnabled?: boolean | undefined;
635
+ buildMachineType?: BuildMachineType | undefined;
594
636
  };
595
637
  /**
596
638
  * An array of all the stages required during a deployment release. each stage requires an approval before advancing to the next stage.
@@ -600,6 +642,14 @@ export type Stages = {
600
642
  * The percentage of traffic to serve to the new deployment
601
643
  */
602
644
  targetPercentage: number;
645
+ /**
646
+ * minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth starting percentage to ending percentage stage. So once we have fetched the document with the update time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving.
647
+ */
648
+ minutesToRelease?: number | undefined;
649
+ /**
650
+ * Whether or not this stage requires approval to proceed.
651
+ */
652
+ requireApproval?: boolean | undefined;
603
653
  };
604
654
  export type RollingRelease = {
605
655
  /**
@@ -621,6 +671,10 @@ export declare const UpdateProjectDataCacheFunctionDefaultMemoryType: {
621
671
  readonly Performance: "performance";
622
672
  };
623
673
  export type UpdateProjectDataCacheFunctionDefaultMemoryType = ClosedEnum<typeof UpdateProjectDataCacheFunctionDefaultMemoryType>;
674
+ export declare const UpdateProjectDataCacheBuildMachineType: {
675
+ readonly Enhanced: "enhanced";
676
+ };
677
+ export type UpdateProjectDataCacheBuildMachineType = ClosedEnum<typeof UpdateProjectDataCacheBuildMachineType>;
624
678
  export type DefaultResourceConfig = {
625
679
  fluid?: boolean | undefined;
626
680
  functionDefaultRegions: Array<string>;
@@ -628,10 +682,11 @@ export type DefaultResourceConfig = {
628
682
  functionDefaultMemoryType?: UpdateProjectDataCacheFunctionDefaultMemoryType | undefined;
629
683
  functionZeroConfigFailover?: boolean | undefined;
630
684
  elasticConcurrencyEnabled?: boolean | undefined;
685
+ buildMachineType?: UpdateProjectDataCacheBuildMachineType | undefined;
631
686
  };
632
687
  export declare const UpdateProjectDataCacheDeploymentType: {
633
- readonly Preview: "preview";
634
688
  readonly All: "all";
689
+ readonly Preview: "preview";
635
690
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
636
691
  };
637
692
  export type UpdateProjectDataCacheDeploymentType = ClosedEnum<typeof UpdateProjectDataCacheDeploymentType>;
@@ -643,14 +698,26 @@ export type UpdateProjectDataCacheAliasError = {
643
698
  code: string;
644
699
  message: string;
645
700
  };
701
+ /**
702
+ * The type of matching to perform
703
+ */
646
704
  export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType: {
647
705
  readonly EndsWith: "endsWith";
648
706
  readonly StartsWith: "startsWith";
649
707
  readonly Equals: "equals";
650
708
  };
709
+ /**
710
+ * The type of matching to perform
711
+ */
651
712
  export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
652
713
  export type UpdateProjectDataCacheBranchMatcher = {
714
+ /**
715
+ * The type of matching to perform
716
+ */
653
717
  type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType;
718
+ /**
719
+ * The pattern to match against branch names
720
+ */
654
721
  pattern: string;
655
722
  };
656
723
  export type UpdateProjectDataCacheBuilds = {
@@ -840,6 +907,7 @@ export type Permissions = {
840
907
  notificationCustomerBudget?: Array<ACLAction> | undefined;
841
908
  notificationStatementOfReasons?: Array<ACLAction> | undefined;
842
909
  observabilityConfiguration?: Array<ACLAction> | undefined;
910
+ observabilityNotebook?: Array<ACLAction> | undefined;
843
911
  openTelemetryEndpoint?: Array<ACLAction> | undefined;
844
912
  paymentMethod?: Array<ACLAction> | undefined;
845
913
  permissions?: Array<ACLAction> | undefined;
@@ -873,6 +941,7 @@ export type Permissions = {
873
941
  teamInvite?: Array<ACLAction> | undefined;
874
942
  teamInviteCode?: Array<ACLAction> | undefined;
875
943
  teamJoin?: Array<ACLAction> | undefined;
944
+ teamMemberMfaStatus?: Array<ACLAction> | undefined;
876
945
  teamMicrofrontends?: Array<ACLAction> | undefined;
877
946
  teamOwnMembership?: Array<ACLAction> | undefined;
878
947
  teamOwnMembershipDisconnectSAML?: Array<ACLAction> | undefined;
@@ -890,6 +959,8 @@ export type Permissions = {
890
959
  endpointVerification?: Array<ACLAction> | undefined;
891
960
  projectTransferIn?: Array<ACLAction> | undefined;
892
961
  oauth2Application?: Array<ACLAction> | undefined;
962
+ vercelRun?: Array<ACLAction> | undefined;
963
+ vercelRunExec?: Array<ACLAction> | undefined;
893
964
  aliasProject?: Array<ACLAction> | undefined;
894
965
  aliasProtectionBypass?: Array<ACLAction> | undefined;
895
966
  productionAliasProtectionBypass?: Array<ACLAction> | undefined;
@@ -980,20 +1051,20 @@ export type ProtectionBypass = {
980
1051
  scope: Scope;
981
1052
  };
982
1053
  export declare const UpdateProjectDataCacheTrustedIpsDeploymentType: {
983
- readonly Production: "production";
984
- readonly Preview: "preview";
985
1054
  readonly All: "all";
1055
+ readonly Preview: "preview";
986
1056
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
1057
+ readonly Production: "production";
987
1058
  };
988
1059
  export type UpdateProjectDataCacheTrustedIpsDeploymentType = ClosedEnum<typeof UpdateProjectDataCacheTrustedIpsDeploymentType>;
989
1060
  export type TrustedIps2 = {
990
1061
  deploymentType: UpdateProjectDataCacheTrustedIpsDeploymentType;
991
1062
  };
992
1063
  export declare const TrustedIpsDeploymentType: {
993
- readonly Production: "production";
994
- readonly Preview: "preview";
995
1064
  readonly All: "all";
1065
+ readonly Preview: "preview";
996
1066
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
1067
+ readonly Production: "production";
997
1068
  };
998
1069
  export type TrustedIpsDeploymentType = ClosedEnum<typeof TrustedIpsDeploymentType>;
999
1070
  export type UpdateProjectDataCacheTrustedIpsAddresses = {
@@ -1141,13 +1212,13 @@ export declare const UpdateProjectDataCacheProjectsAction: {
1141
1212
  readonly Redirect: "redirect";
1142
1213
  };
1143
1214
  export type UpdateProjectDataCacheProjectsAction = ClosedEnum<typeof UpdateProjectDataCacheProjectsAction>;
1144
- export declare const Algo: {
1215
+ export declare const UpdateProjectDataCacheAlgo: {
1145
1216
  readonly FixedWindow: "fixed_window";
1146
1217
  readonly TokenBucket: "token_bucket";
1147
1218
  };
1148
- export type Algo = ClosedEnum<typeof Algo>;
1219
+ export type UpdateProjectDataCacheAlgo = ClosedEnum<typeof UpdateProjectDataCacheAlgo>;
1149
1220
  export type Erl = {
1150
- algo: Algo;
1221
+ algo: UpdateProjectDataCacheAlgo;
1151
1222
  window: number;
1152
1223
  limit: number;
1153
1224
  keys: Array<string>;
@@ -1244,7 +1315,7 @@ export type UpdateProjectDataCacheResponseBody = {
1244
1315
  id: string;
1245
1316
  ipBuckets?: Array<IpBuckets> | undefined;
1246
1317
  latestDeployments?: Array<LatestDeployments> | undefined;
1247
- link?: Link1 | Link3 | Link2 | undefined;
1318
+ link?: Link1 | Link3 | Link4 | Link2 | undefined;
1248
1319
  microfrontends?: UpdateProjectDataCacheMicrofrontends2 | UpdateProjectDataCacheMicrofrontends1 | undefined;
1249
1320
  name: string;
1250
1321
  nodeVersion: UpdateProjectDataCacheNodeVersion;
@@ -2272,9 +2343,11 @@ export type Env$Outbound = {
2272
2343
  target?: Array<string> | string | undefined;
2273
2344
  type: string;
2274
2345
  sunsetSecretId?: string | undefined;
2346
+ decrypted?: boolean | undefined;
2347
+ value: string;
2348
+ vsmValue?: string | undefined;
2275
2349
  id?: string | undefined;
2276
2350
  key: string;
2277
- value: string;
2278
2351
  configurationId?: string | null | undefined;
2279
2352
  createdAt?: number | undefined;
2280
2353
  updatedAt?: number | undefined;
@@ -2285,10 +2358,8 @@ export type Env$Outbound = {
2285
2358
  edgeConfigTokenId?: string | null | undefined;
2286
2359
  contentHint?: ContentHint1$Outbound | ContentHint2$Outbound | ContentHint3$Outbound | ContentHint4$Outbound | ContentHint5$Outbound | ContentHint6$Outbound | ContentHint7$Outbound | ContentHint8$Outbound | ContentHint9$Outbound | ContentHint10$Outbound | ContentHint11$Outbound | ContentHint12$Outbound | ContentHint13$Outbound | ContentHint15$Outbound | ContentHint14$Outbound | null | undefined;
2287
2360
  internalContentHint?: InternalContentHint$Outbound | null | undefined;
2288
- decrypted?: boolean | undefined;
2289
2361
  comment?: string | undefined;
2290
2362
  customEnvironmentIds?: Array<string> | undefined;
2291
- vsmValue?: string | undefined;
2292
2363
  };
2293
2364
  /** @internal */
2294
2365
  export declare const Env$outboundSchema: z.ZodType<Env$Outbound, z.ZodTypeDef, Env>;
@@ -2821,6 +2892,83 @@ export declare namespace LatestDeployments$ {
2821
2892
  export declare function latestDeploymentsToJSON(latestDeployments: LatestDeployments): string;
2822
2893
  export declare function latestDeploymentsFromJSON(jsonString: string): SafeParseResult<LatestDeployments, SDKValidationError>;
2823
2894
  /** @internal */
2895
+ export declare const UpdateProjectDataCacheLinkProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsResponseType>;
2896
+ /** @internal */
2897
+ export declare const UpdateProjectDataCacheLinkProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsResponseType>;
2898
+ /**
2899
+ * @internal
2900
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2901
+ */
2902
+ export declare namespace UpdateProjectDataCacheLinkProjectsResponseType$ {
2903
+ /** @deprecated use `UpdateProjectDataCacheLinkProjectsResponseType$inboundSchema` instead. */
2904
+ const inboundSchema: z.ZodNativeEnum<{
2905
+ readonly GithubCustomHost: "github-custom-host";
2906
+ }>;
2907
+ /** @deprecated use `UpdateProjectDataCacheLinkProjectsResponseType$outboundSchema` instead. */
2908
+ const outboundSchema: z.ZodNativeEnum<{
2909
+ readonly GithubCustomHost: "github-custom-host";
2910
+ }>;
2911
+ }
2912
+ /** @internal */
2913
+ export declare const UpdateProjectDataCacheLinkProjectsDeployHooks$inboundSchema: z.ZodType<UpdateProjectDataCacheLinkProjectsDeployHooks, z.ZodTypeDef, unknown>;
2914
+ /** @internal */
2915
+ export type UpdateProjectDataCacheLinkProjectsDeployHooks$Outbound = {
2916
+ createdAt?: number | undefined;
2917
+ id: string;
2918
+ name: string;
2919
+ ref: string;
2920
+ url: string;
2921
+ };
2922
+ /** @internal */
2923
+ export declare const UpdateProjectDataCacheLinkProjectsDeployHooks$outboundSchema: z.ZodType<UpdateProjectDataCacheLinkProjectsDeployHooks$Outbound, z.ZodTypeDef, UpdateProjectDataCacheLinkProjectsDeployHooks>;
2924
+ /**
2925
+ * @internal
2926
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2927
+ */
2928
+ export declare namespace UpdateProjectDataCacheLinkProjectsDeployHooks$ {
2929
+ /** @deprecated use `UpdateProjectDataCacheLinkProjectsDeployHooks$inboundSchema` instead. */
2930
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheLinkProjectsDeployHooks, z.ZodTypeDef, unknown>;
2931
+ /** @deprecated use `UpdateProjectDataCacheLinkProjectsDeployHooks$outboundSchema` instead. */
2932
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheLinkProjectsDeployHooks$Outbound, z.ZodTypeDef, UpdateProjectDataCacheLinkProjectsDeployHooks>;
2933
+ /** @deprecated use `UpdateProjectDataCacheLinkProjectsDeployHooks$Outbound` instead. */
2934
+ type Outbound = UpdateProjectDataCacheLinkProjectsDeployHooks$Outbound;
2935
+ }
2936
+ export declare function updateProjectDataCacheLinkProjectsDeployHooksToJSON(updateProjectDataCacheLinkProjectsDeployHooks: UpdateProjectDataCacheLinkProjectsDeployHooks): string;
2937
+ export declare function updateProjectDataCacheLinkProjectsDeployHooksFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheLinkProjectsDeployHooks, SDKValidationError>;
2938
+ /** @internal */
2939
+ export declare const Link4$inboundSchema: z.ZodType<Link4, z.ZodTypeDef, unknown>;
2940
+ /** @internal */
2941
+ export type Link4$Outbound = {
2942
+ org?: string | undefined;
2943
+ repoOwnerId?: number | undefined;
2944
+ repo?: string | undefined;
2945
+ repoId?: number | undefined;
2946
+ type?: string | undefined;
2947
+ host?: string | undefined;
2948
+ createdAt?: number | undefined;
2949
+ deployHooks: Array<UpdateProjectDataCacheLinkProjectsDeployHooks$Outbound>;
2950
+ gitCredentialId?: string | undefined;
2951
+ updatedAt?: number | undefined;
2952
+ sourceless?: boolean | undefined;
2953
+ productionBranch?: string | undefined;
2954
+ };
2955
+ /** @internal */
2956
+ export declare const Link4$outboundSchema: z.ZodType<Link4$Outbound, z.ZodTypeDef, Link4>;
2957
+ /**
2958
+ * @internal
2959
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2960
+ */
2961
+ export declare namespace Link4$ {
2962
+ /** @deprecated use `Link4$inboundSchema` instead. */
2963
+ const inboundSchema: z.ZodType<Link4, z.ZodTypeDef, unknown>;
2964
+ /** @deprecated use `Link4$outboundSchema` instead. */
2965
+ const outboundSchema: z.ZodType<Link4$Outbound, z.ZodTypeDef, Link4>;
2966
+ /** @deprecated use `Link4$Outbound` instead. */
2967
+ type Outbound = Link4$Outbound;
2968
+ }
2969
+ export declare function link4ToJSON(link4: Link4): string;
2970
+ export declare function link4FromJSON(jsonString: string): SafeParseResult<Link4, SDKValidationError>;
2971
+ /** @internal */
2824
2972
  export declare const UpdateProjectDataCacheLinkProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsType>;
2825
2973
  /** @internal */
2826
2974
  export declare const UpdateProjectDataCacheLinkProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsType>;
@@ -3054,7 +3202,7 @@ export declare function link1FromJSON(jsonString: string): SafeParseResult<Link1
3054
3202
  /** @internal */
3055
3203
  export declare const Link$inboundSchema: z.ZodType<Link, z.ZodTypeDef, unknown>;
3056
3204
  /** @internal */
3057
- export type Link$Outbound = Link1$Outbound | Link3$Outbound | Link2$Outbound;
3205
+ export type Link$Outbound = Link1$Outbound | Link3$Outbound | Link4$Outbound | Link2$Outbound;
3058
3206
  /** @internal */
3059
3207
  export declare const Link$outboundSchema: z.ZodType<Link$Outbound, z.ZodTypeDef, Link>;
3060
3208
  /**
@@ -3261,6 +3409,24 @@ export declare namespace FunctionDefaultMemoryType$ {
3261
3409
  }>;
3262
3410
  }
3263
3411
  /** @internal */
3412
+ export declare const BuildMachineType$inboundSchema: z.ZodNativeEnum<typeof BuildMachineType>;
3413
+ /** @internal */
3414
+ export declare const BuildMachineType$outboundSchema: z.ZodNativeEnum<typeof BuildMachineType>;
3415
+ /**
3416
+ * @internal
3417
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3418
+ */
3419
+ export declare namespace BuildMachineType$ {
3420
+ /** @deprecated use `BuildMachineType$inboundSchema` instead. */
3421
+ const inboundSchema: z.ZodNativeEnum<{
3422
+ readonly Enhanced: "enhanced";
3423
+ }>;
3424
+ /** @deprecated use `BuildMachineType$outboundSchema` instead. */
3425
+ const outboundSchema: z.ZodNativeEnum<{
3426
+ readonly Enhanced: "enhanced";
3427
+ }>;
3428
+ }
3429
+ /** @internal */
3264
3430
  export declare const UpdateProjectDataCacheResourceConfig$inboundSchema: z.ZodType<UpdateProjectDataCacheResourceConfig, z.ZodTypeDef, unknown>;
3265
3431
  /** @internal */
3266
3432
  export type UpdateProjectDataCacheResourceConfig$Outbound = {
@@ -3270,6 +3436,7 @@ export type UpdateProjectDataCacheResourceConfig$Outbound = {
3270
3436
  functionDefaultMemoryType?: string | undefined;
3271
3437
  functionZeroConfigFailover?: boolean | undefined;
3272
3438
  elasticConcurrencyEnabled?: boolean | undefined;
3439
+ buildMachineType?: string | undefined;
3273
3440
  };
3274
3441
  /** @internal */
3275
3442
  export declare const UpdateProjectDataCacheResourceConfig$outboundSchema: z.ZodType<UpdateProjectDataCacheResourceConfig$Outbound, z.ZodTypeDef, UpdateProjectDataCacheResourceConfig>;
@@ -3292,6 +3459,8 @@ export declare const Stages$inboundSchema: z.ZodType<Stages, z.ZodTypeDef, unkno
3292
3459
  /** @internal */
3293
3460
  export type Stages$Outbound = {
3294
3461
  targetPercentage: number;
3462
+ minutesToRelease?: number | undefined;
3463
+ requireApproval?: boolean | undefined;
3295
3464
  };
3296
3465
  /** @internal */
3297
3466
  export declare const Stages$outboundSchema: z.ZodType<Stages$Outbound, z.ZodTypeDef, Stages>;
@@ -3356,6 +3525,24 @@ export declare namespace UpdateProjectDataCacheFunctionDefaultMemoryType$ {
3356
3525
  }>;
3357
3526
  }
3358
3527
  /** @internal */
3528
+ export declare const UpdateProjectDataCacheBuildMachineType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheBuildMachineType>;
3529
+ /** @internal */
3530
+ export declare const UpdateProjectDataCacheBuildMachineType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheBuildMachineType>;
3531
+ /**
3532
+ * @internal
3533
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3534
+ */
3535
+ export declare namespace UpdateProjectDataCacheBuildMachineType$ {
3536
+ /** @deprecated use `UpdateProjectDataCacheBuildMachineType$inboundSchema` instead. */
3537
+ const inboundSchema: z.ZodNativeEnum<{
3538
+ readonly Enhanced: "enhanced";
3539
+ }>;
3540
+ /** @deprecated use `UpdateProjectDataCacheBuildMachineType$outboundSchema` instead. */
3541
+ const outboundSchema: z.ZodNativeEnum<{
3542
+ readonly Enhanced: "enhanced";
3543
+ }>;
3544
+ }
3545
+ /** @internal */
3359
3546
  export declare const DefaultResourceConfig$inboundSchema: z.ZodType<DefaultResourceConfig, z.ZodTypeDef, unknown>;
3360
3547
  /** @internal */
3361
3548
  export type DefaultResourceConfig$Outbound = {
@@ -3365,6 +3552,7 @@ export type DefaultResourceConfig$Outbound = {
3365
3552
  functionDefaultMemoryType?: string | undefined;
3366
3553
  functionZeroConfigFailover?: boolean | undefined;
3367
3554
  elasticConcurrencyEnabled?: boolean | undefined;
3555
+ buildMachineType?: string | undefined;
3368
3556
  };
3369
3557
  /** @internal */
3370
3558
  export declare const DefaultResourceConfig$outboundSchema: z.ZodType<DefaultResourceConfig$Outbound, z.ZodTypeDef, DefaultResourceConfig>;
@@ -3393,14 +3581,14 @@ export declare const UpdateProjectDataCacheDeploymentType$outboundSchema: z.ZodN
3393
3581
  export declare namespace UpdateProjectDataCacheDeploymentType$ {
3394
3582
  /** @deprecated use `UpdateProjectDataCacheDeploymentType$inboundSchema` instead. */
3395
3583
  const inboundSchema: z.ZodNativeEnum<{
3396
- readonly Preview: "preview";
3397
3584
  readonly All: "all";
3585
+ readonly Preview: "preview";
3398
3586
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
3399
3587
  }>;
3400
3588
  /** @deprecated use `UpdateProjectDataCacheDeploymentType$outboundSchema` instead. */
3401
3589
  const outboundSchema: z.ZodNativeEnum<{
3402
- readonly Preview: "preview";
3403
3590
  readonly All: "all";
3591
+ readonly Preview: "preview";
3404
3592
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
3405
3593
  }>;
3406
3594
  }
@@ -3875,6 +4063,7 @@ export type Permissions$Outbound = {
3875
4063
  notificationCustomerBudget?: Array<string> | undefined;
3876
4064
  notificationStatementOfReasons?: Array<string> | undefined;
3877
4065
  observabilityConfiguration?: Array<string> | undefined;
4066
+ observabilityNotebook?: Array<string> | undefined;
3878
4067
  openTelemetryEndpoint?: Array<string> | undefined;
3879
4068
  paymentMethod?: Array<string> | undefined;
3880
4069
  permissions?: Array<string> | undefined;
@@ -3908,6 +4097,7 @@ export type Permissions$Outbound = {
3908
4097
  teamInvite?: Array<string> | undefined;
3909
4098
  teamInviteCode?: Array<string> | undefined;
3910
4099
  teamJoin?: Array<string> | undefined;
4100
+ teamMemberMfaStatus?: Array<string> | undefined;
3911
4101
  teamMicrofrontends?: Array<string> | undefined;
3912
4102
  teamOwnMembership?: Array<string> | undefined;
3913
4103
  teamOwnMembershipDisconnectSAML?: Array<string> | undefined;
@@ -3925,6 +4115,8 @@ export type Permissions$Outbound = {
3925
4115
  endpointVerification?: Array<string> | undefined;
3926
4116
  projectTransferIn?: Array<string> | undefined;
3927
4117
  oauth2Application?: Array<string> | undefined;
4118
+ vercelRun?: Array<string> | undefined;
4119
+ vercelRunExec?: Array<string> | undefined;
3928
4120
  aliasProject?: Array<string> | undefined;
3929
4121
  aliasProtectionBypass?: Array<string> | undefined;
3930
4122
  productionAliasProtectionBypass?: Array<string> | undefined;
@@ -4145,17 +4337,17 @@ export declare const UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSche
4145
4337
  export declare namespace UpdateProjectDataCacheTrustedIpsDeploymentType$ {
4146
4338
  /** @deprecated use `UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema` instead. */
4147
4339
  const inboundSchema: z.ZodNativeEnum<{
4148
- readonly Production: "production";
4149
- readonly Preview: "preview";
4150
4340
  readonly All: "all";
4341
+ readonly Preview: "preview";
4151
4342
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4343
+ readonly Production: "production";
4152
4344
  }>;
4153
4345
  /** @deprecated use `UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSchema` instead. */
4154
4346
  const outboundSchema: z.ZodNativeEnum<{
4155
- readonly Production: "production";
4156
- readonly Preview: "preview";
4157
4347
  readonly All: "all";
4348
+ readonly Preview: "preview";
4158
4349
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4350
+ readonly Production: "production";
4159
4351
  }>;
4160
4352
  }
4161
4353
  /** @internal */
@@ -4191,17 +4383,17 @@ export declare const TrustedIpsDeploymentType$outboundSchema: z.ZodNativeEnum<ty
4191
4383
  export declare namespace TrustedIpsDeploymentType$ {
4192
4384
  /** @deprecated use `TrustedIpsDeploymentType$inboundSchema` instead. */
4193
4385
  const inboundSchema: z.ZodNativeEnum<{
4194
- readonly Production: "production";
4195
- readonly Preview: "preview";
4196
4386
  readonly All: "all";
4387
+ readonly Preview: "preview";
4197
4388
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4389
+ readonly Production: "production";
4198
4390
  }>;
4199
4391
  /** @deprecated use `TrustedIpsDeploymentType$outboundSchema` instead. */
4200
4392
  const outboundSchema: z.ZodNativeEnum<{
4201
- readonly Production: "production";
4202
- readonly Preview: "preview";
4203
4393
  readonly All: "all";
4394
+ readonly Preview: "preview";
4204
4395
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4396
+ readonly Production: "production";
4205
4397
  }>;
4206
4398
  }
4207
4399
  /** @internal */
@@ -4715,20 +4907,20 @@ export declare namespace UpdateProjectDataCacheProjectsAction$ {
4715
4907
  }>;
4716
4908
  }
4717
4909
  /** @internal */
4718
- export declare const Algo$inboundSchema: z.ZodNativeEnum<typeof Algo>;
4910
+ export declare const UpdateProjectDataCacheAlgo$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAlgo>;
4719
4911
  /** @internal */
4720
- export declare const Algo$outboundSchema: z.ZodNativeEnum<typeof Algo>;
4912
+ export declare const UpdateProjectDataCacheAlgo$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAlgo>;
4721
4913
  /**
4722
4914
  * @internal
4723
4915
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4724
4916
  */
4725
- export declare namespace Algo$ {
4726
- /** @deprecated use `Algo$inboundSchema` instead. */
4917
+ export declare namespace UpdateProjectDataCacheAlgo$ {
4918
+ /** @deprecated use `UpdateProjectDataCacheAlgo$inboundSchema` instead. */
4727
4919
  const inboundSchema: z.ZodNativeEnum<{
4728
4920
  readonly FixedWindow: "fixed_window";
4729
4921
  readonly TokenBucket: "token_bucket";
4730
4922
  }>;
4731
- /** @deprecated use `Algo$outboundSchema` instead. */
4923
+ /** @deprecated use `UpdateProjectDataCacheAlgo$outboundSchema` instead. */
4732
4924
  const outboundSchema: z.ZodNativeEnum<{
4733
4925
  readonly FixedWindow: "fixed_window";
4734
4926
  readonly TokenBucket: "token_bucket";
@@ -4987,7 +5179,7 @@ export type UpdateProjectDataCacheResponseBody$Outbound = {
4987
5179
  id: string;
4988
5180
  ipBuckets?: Array<IpBuckets$Outbound> | undefined;
4989
5181
  latestDeployments?: Array<LatestDeployments$Outbound> | undefined;
4990
- link?: Link1$Outbound | Link3$Outbound | Link2$Outbound | undefined;
5182
+ link?: Link1$Outbound | Link3$Outbound | Link4$Outbound | Link2$Outbound | undefined;
4991
5183
  microfrontends?: UpdateProjectDataCacheMicrofrontends2$Outbound | UpdateProjectDataCacheMicrofrontends1$Outbound | undefined;
4992
5184
  name: string;
4993
5185
  nodeVersion: string;