@vercel/sdk 1.6.3 → 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 (144) hide show
  1. package/README.md +2 -0
  2. package/bin/mcp-server.js +3504 -1244
  3. package/bin/mcp-server.js.map +28 -25
  4. package/docs/sdks/edgeconfig/README.md +2 -6
  5. package/docs/sdks/marketplace/README.md +2 -6
  6. package/docs/sdks/security/README.md +90 -0
  7. package/docs/sdks/webhooks/README.md +2 -6
  8. package/esm/__tests__/deployments.test.js +16 -1
  9. package/esm/__tests__/deployments.test.js.map +1 -1
  10. package/esm/__tests__/marketplace.test.js +7 -2
  11. package/esm/__tests__/marketplace.test.js.map +1 -1
  12. package/esm/__tests__/projects.test.js +4 -4
  13. package/esm/__tests__/projects.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +163 -3
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/funcs/projectsCreateProject.js +2 -2
  17. package/esm/funcs/projectsCreateProject.js.map +1 -1
  18. package/esm/funcs/securityPutFirewallConfig.d.ts +19 -0
  19. package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
  20. package/esm/funcs/securityPutFirewallConfig.js +88 -0
  21. package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
  22. package/esm/lib/config.d.ts +3 -3
  23. package/esm/lib/config.js +3 -3
  24. package/esm/mcp-server/mcp-server.js +1 -1
  25. package/esm/mcp-server/server.d.ts.map +1 -1
  26. package/esm/mcp-server/server.js +3 -1
  27. package/esm/mcp-server/server.js.map +1 -1
  28. package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts +7 -0
  29. package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts.map +1 -0
  30. package/esm/mcp-server/tools/securityPutFirewallConfig.js +28 -0
  31. package/esm/mcp-server/tools/securityPutFirewallConfig.js.map +1 -0
  32. package/esm/models/authtoken.d.ts +6 -0
  33. package/esm/models/authtoken.d.ts.map +1 -1
  34. package/esm/models/authtoken.js +2 -0
  35. package/esm/models/authtoken.js.map +1 -1
  36. package/esm/models/authuser.d.ts +46 -0
  37. package/esm/models/authuser.d.ts.map +1 -1
  38. package/esm/models/authuser.js +28 -0
  39. package/esm/models/authuser.js.map +1 -1
  40. package/esm/models/canceldeploymentop.d.ts +274 -73
  41. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  42. package/esm/models/canceldeploymentop.js +270 -72
  43. package/esm/models/canceldeploymentop.js.map +1 -1
  44. package/esm/models/createdeploymentop.d.ts +274 -73
  45. package/esm/models/createdeploymentop.d.ts.map +1 -1
  46. package/esm/models/createdeploymentop.js +270 -72
  47. package/esm/models/createdeploymentop.js.map +1 -1
  48. package/esm/models/createprojectenvop.d.ts +12 -18
  49. package/esm/models/createprojectenvop.d.ts.map +1 -1
  50. package/esm/models/createprojectenvop.js +12 -12
  51. package/esm/models/createprojectenvop.js.map +1 -1
  52. package/esm/models/createprojectop.d.ts +175 -13
  53. package/esm/models/createprojectop.d.ts.map +1 -1
  54. package/esm/models/createprojectop.js +157 -6
  55. package/esm/models/createprojectop.js.map +1 -1
  56. package/esm/models/editprojectenvop.d.ts +4 -7
  57. package/esm/models/editprojectenvop.d.ts.map +1 -1
  58. package/esm/models/editprojectenvop.js +4 -4
  59. package/esm/models/editprojectenvop.js.map +1 -1
  60. package/esm/models/filterprojectenvsop.d.ts +18 -27
  61. package/esm/models/filterprojectenvsop.d.ts.map +1 -1
  62. package/esm/models/filterprojectenvsop.js +18 -18
  63. package/esm/models/filterprojectenvsop.js.map +1 -1
  64. package/esm/models/getdeploymentop.d.ts +574 -172
  65. package/esm/models/getdeploymentop.d.ts.map +1 -1
  66. package/esm/models/getdeploymentop.js +567 -171
  67. package/esm/models/getdeploymentop.js.map +1 -1
  68. package/esm/models/getfirewallconfigop.d.ts +214 -214
  69. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  70. package/esm/models/getfirewallconfigop.js +210 -231
  71. package/esm/models/getfirewallconfigop.js.map +1 -1
  72. package/esm/models/getprojectdomainsop.d.ts +198 -36
  73. package/esm/models/getprojectdomainsop.d.ts.map +1 -1
  74. package/esm/models/getprojectdomainsop.js +193 -32
  75. package/esm/models/getprojectdomainsop.js.map +1 -1
  76. package/esm/models/getprojectenvop.d.ts +10 -16
  77. package/esm/models/getprojectenvop.d.ts.map +1 -1
  78. package/esm/models/getprojectenvop.js +10 -10
  79. package/esm/models/getprojectenvop.js.map +1 -1
  80. package/esm/models/getprojectsop.d.ts +175 -13
  81. package/esm/models/getprojectsop.d.ts.map +1 -1
  82. package/esm/models/getprojectsop.js +156 -6
  83. package/esm/models/getprojectsop.js.map +1 -1
  84. package/esm/models/putfirewallconfigop.d.ts +2901 -0
  85. package/esm/models/putfirewallconfigop.d.ts.map +1 -0
  86. package/esm/models/putfirewallconfigop.js +2383 -0
  87. package/esm/models/putfirewallconfigop.js.map +1 -0
  88. package/esm/models/removeprojectenvop.d.ts +18 -27
  89. package/esm/models/removeprojectenvop.d.ts.map +1 -1
  90. package/esm/models/removeprojectenvop.js +18 -18
  91. package/esm/models/removeprojectenvop.js.map +1 -1
  92. package/esm/models/updatefirewallconfigop.d.ts +323 -323
  93. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  94. package/esm/models/updatefirewallconfigop.js +379 -357
  95. package/esm/models/updatefirewallconfigop.js.map +1 -1
  96. package/esm/models/updateprojectdatacacheop.d.ts +183 -21
  97. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  98. package/esm/models/updateprojectdatacacheop.js +172 -18
  99. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  100. package/esm/models/updateprojectop.d.ts +175 -13
  101. package/esm/models/updateprojectop.d.ts.map +1 -1
  102. package/esm/models/updateprojectop.js +157 -6
  103. package/esm/models/updateprojectop.js.map +1 -1
  104. package/esm/models/userevent.d.ts +46 -19
  105. package/esm/models/userevent.d.ts.map +1 -1
  106. package/esm/models/userevent.js +34 -10
  107. package/esm/models/userevent.js.map +1 -1
  108. package/esm/sdk/security.d.ts +8 -0
  109. package/esm/sdk/security.d.ts.map +1 -1
  110. package/esm/sdk/security.js +10 -0
  111. package/esm/sdk/security.js.map +1 -1
  112. package/jsr.json +1 -1
  113. package/package.json +3 -3
  114. package/src/__tests__/deployments.test.ts +16 -1
  115. package/src/__tests__/marketplace.test.ts +7 -2
  116. package/src/__tests__/projects.test.ts +4 -4
  117. package/src/__tests__/security.test.ts +165 -5
  118. package/src/funcs/projectsCreateProject.ts +2 -2
  119. package/src/funcs/securityPutFirewallConfig.ts +194 -0
  120. package/src/lib/config.ts +3 -3
  121. package/src/mcp-server/mcp-server.ts +1 -1
  122. package/src/mcp-server/server.ts +3 -1
  123. package/src/mcp-server/tools/securityPutFirewallConfig.ts +37 -0
  124. package/src/models/authtoken.ts +2 -0
  125. package/src/models/authuser.ts +52 -0
  126. package/src/models/canceldeploymentop.ts +591 -148
  127. package/src/models/createdeploymentop.ts +616 -165
  128. package/src/models/createprojectenvop.ts +24 -30
  129. package/src/models/createprojectop.ts +336 -15
  130. package/src/models/editprojectenvop.ts +8 -11
  131. package/src/models/filterprojectenvsop.ts +36 -45
  132. package/src/models/getdeploymentop.ts +1288 -353
  133. package/src/models/getfirewallconfigop.ts +555 -410
  134. package/src/models/getprojectdomainsop.ts +470 -63
  135. package/src/models/getprojectenvop.ts +20 -26
  136. package/src/models/getprojectsop.ts +338 -16
  137. package/src/models/putfirewallconfigop.ts +4932 -0
  138. package/src/models/removeprojectenvop.ts +36 -45
  139. package/src/models/updatefirewallconfigop.ts +820 -612
  140. package/src/models/updateprojectdatacacheop.ts +353 -34
  141. package/src/models/updateprojectop.ts +336 -15
  142. package/src/models/userevent.ts +54 -29
  143. package/src/sdk/security.ts +22 -0
  144. package/vercel-spec.json +1375 -286
@@ -166,6 +166,9 @@ export const GetProjectsReadySubstate = {
166
166
  export const GetProjectsProjectsType = {
167
167
  Lambdas: "LAMBDAS",
168
168
  };
169
+ export const GetProjectsLinkProjectsResponse200Type = {
170
+ GithubCustomHost: "github-custom-host",
171
+ };
169
172
  export const GetProjectsLinkProjectsResponseType = {
170
173
  Bitbucket: "bitbucket",
171
174
  };
@@ -190,11 +193,17 @@ export const GetProjectsFunctionDefaultMemoryType = {
190
193
  Standard: "standard",
191
194
  Performance: "performance",
192
195
  };
196
+ export const GetProjectsBuildMachineType = {
197
+ Enhanced: "enhanced",
198
+ };
193
199
  export const GetProjectsProjectsFunctionDefaultMemoryType = {
194
200
  StandardLegacy: "standard_legacy",
195
201
  Standard: "standard",
196
202
  Performance: "performance",
197
203
  };
204
+ export const GetProjectsProjectsBuildMachineType = {
205
+ Enhanced: "enhanced",
206
+ };
198
207
  export const GetProjectsDeploymentType = {
199
208
  All: "all",
200
209
  Preview: "preview",
@@ -1411,9 +1420,11 @@ export const GetProjectsEnv$inboundSchema = z.object({
1411
1420
  ]).optional(),
1412
1421
  type: GetProjectsType$inboundSchema,
1413
1422
  sunsetSecretId: z.string().optional(),
1423
+ decrypted: z.boolean().optional(),
1424
+ value: z.string(),
1425
+ vsmValue: z.string().optional(),
1414
1426
  id: z.string().optional(),
1415
1427
  key: z.string(),
1416
- value: z.string(),
1417
1428
  configurationId: z.nullable(z.string()).optional(),
1418
1429
  createdAt: z.number().optional(),
1419
1430
  updatedAt: z.number().optional(),
@@ -1440,10 +1451,8 @@ export const GetProjectsEnv$inboundSchema = z.object({
1440
1451
  z.lazy(() => GetProjectsContentHint14$inboundSchema),
1441
1452
  ])).optional(),
1442
1453
  internalContentHint: z.nullable(z.lazy(() => GetProjectsInternalContentHint$inboundSchema)).optional(),
1443
- decrypted: z.boolean().optional(),
1444
1454
  comment: z.string().optional(),
1445
1455
  customEnvironmentIds: z.array(z.string()).optional(),
1446
- vsmValue: z.string().optional(),
1447
1456
  });
1448
1457
  /** @internal */
1449
1458
  export const GetProjectsEnv$outboundSchema = z.object({
@@ -1453,9 +1462,11 @@ export const GetProjectsEnv$outboundSchema = z.object({
1453
1462
  ]).optional(),
1454
1463
  type: GetProjectsType$outboundSchema,
1455
1464
  sunsetSecretId: z.string().optional(),
1465
+ decrypted: z.boolean().optional(),
1466
+ value: z.string(),
1467
+ vsmValue: z.string().optional(),
1456
1468
  id: z.string().optional(),
1457
1469
  key: z.string(),
1458
- value: z.string(),
1459
1470
  configurationId: z.nullable(z.string()).optional(),
1460
1471
  createdAt: z.number().optional(),
1461
1472
  updatedAt: z.number().optional(),
@@ -1482,10 +1493,8 @@ export const GetProjectsEnv$outboundSchema = z.object({
1482
1493
  z.lazy(() => GetProjectsContentHint14$outboundSchema),
1483
1494
  ])).optional(),
1484
1495
  internalContentHint: z.nullable(z.lazy(() => GetProjectsInternalContentHint$outboundSchema)).optional(),
1485
- decrypted: z.boolean().optional(),
1486
1496
  comment: z.string().optional(),
1487
1497
  customEnvironmentIds: z.array(z.string()).optional(),
1488
- vsmValue: z.string().optional(),
1489
1498
  });
1490
1499
  /**
1491
1500
  * @internal
@@ -1962,6 +1971,101 @@ export function getProjectsLatestDeploymentsFromJSON(jsonString) {
1962
1971
  return safeParse(jsonString, (x) => GetProjectsLatestDeployments$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetProjectsLatestDeployments' from JSON`);
1963
1972
  }
1964
1973
  /** @internal */
1974
+ export const GetProjectsLinkProjectsResponse200Type$inboundSchema = z.nativeEnum(GetProjectsLinkProjectsResponse200Type);
1975
+ /** @internal */
1976
+ export const GetProjectsLinkProjectsResponse200Type$outboundSchema = GetProjectsLinkProjectsResponse200Type$inboundSchema;
1977
+ /**
1978
+ * @internal
1979
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1980
+ */
1981
+ export var GetProjectsLinkProjectsResponse200Type$;
1982
+ (function (GetProjectsLinkProjectsResponse200Type$) {
1983
+ /** @deprecated use `GetProjectsLinkProjectsResponse200Type$inboundSchema` instead. */
1984
+ GetProjectsLinkProjectsResponse200Type$.inboundSchema = GetProjectsLinkProjectsResponse200Type$inboundSchema;
1985
+ /** @deprecated use `GetProjectsLinkProjectsResponse200Type$outboundSchema` instead. */
1986
+ GetProjectsLinkProjectsResponse200Type$.outboundSchema = GetProjectsLinkProjectsResponse200Type$outboundSchema;
1987
+ })(GetProjectsLinkProjectsResponse200Type$ || (GetProjectsLinkProjectsResponse200Type$ = {}));
1988
+ /** @internal */
1989
+ export const GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema = z.object({
1990
+ createdAt: z.number().optional(),
1991
+ id: z.string(),
1992
+ name: z.string(),
1993
+ ref: z.string(),
1994
+ url: z.string(),
1995
+ });
1996
+ /** @internal */
1997
+ export const GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema = z.object({
1998
+ createdAt: z.number().optional(),
1999
+ id: z.string(),
2000
+ name: z.string(),
2001
+ ref: z.string(),
2002
+ url: z.string(),
2003
+ });
2004
+ /**
2005
+ * @internal
2006
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2007
+ */
2008
+ export var GetProjectsLinkProjectsResponse200DeployHooks$;
2009
+ (function (GetProjectsLinkProjectsResponse200DeployHooks$) {
2010
+ /** @deprecated use `GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema` instead. */
2011
+ GetProjectsLinkProjectsResponse200DeployHooks$.inboundSchema = GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema;
2012
+ /** @deprecated use `GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema` instead. */
2013
+ GetProjectsLinkProjectsResponse200DeployHooks$.outboundSchema = GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema;
2014
+ })(GetProjectsLinkProjectsResponse200DeployHooks$ || (GetProjectsLinkProjectsResponse200DeployHooks$ = {}));
2015
+ export function getProjectsLinkProjectsResponse200DeployHooksToJSON(getProjectsLinkProjectsResponse200DeployHooks) {
2016
+ return JSON.stringify(GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema.parse(getProjectsLinkProjectsResponse200DeployHooks));
2017
+ }
2018
+ export function getProjectsLinkProjectsResponse200DeployHooksFromJSON(jsonString) {
2019
+ return safeParse(jsonString, (x) => GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetProjectsLinkProjectsResponse200DeployHooks' from JSON`);
2020
+ }
2021
+ /** @internal */
2022
+ export const GetProjectsLink4$inboundSchema = z.object({
2023
+ org: z.string().optional(),
2024
+ repoOwnerId: z.number().optional(),
2025
+ repo: z.string().optional(),
2026
+ repoId: z.number().optional(),
2027
+ type: GetProjectsLinkProjectsResponse200Type$inboundSchema.optional(),
2028
+ host: z.string().optional(),
2029
+ createdAt: z.number().optional(),
2030
+ deployHooks: z.array(z.lazy(() => GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema)),
2031
+ gitCredentialId: z.string().optional(),
2032
+ updatedAt: z.number().optional(),
2033
+ sourceless: z.boolean().optional(),
2034
+ productionBranch: z.string().optional(),
2035
+ });
2036
+ /** @internal */
2037
+ export const GetProjectsLink4$outboundSchema = z.object({
2038
+ org: z.string().optional(),
2039
+ repoOwnerId: z.number().optional(),
2040
+ repo: z.string().optional(),
2041
+ repoId: z.number().optional(),
2042
+ type: GetProjectsLinkProjectsResponse200Type$outboundSchema.optional(),
2043
+ host: z.string().optional(),
2044
+ createdAt: z.number().optional(),
2045
+ deployHooks: z.array(z.lazy(() => GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema)),
2046
+ gitCredentialId: z.string().optional(),
2047
+ updatedAt: z.number().optional(),
2048
+ sourceless: z.boolean().optional(),
2049
+ productionBranch: z.string().optional(),
2050
+ });
2051
+ /**
2052
+ * @internal
2053
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2054
+ */
2055
+ export var GetProjectsLink4$;
2056
+ (function (GetProjectsLink4$) {
2057
+ /** @deprecated use `GetProjectsLink4$inboundSchema` instead. */
2058
+ GetProjectsLink4$.inboundSchema = GetProjectsLink4$inboundSchema;
2059
+ /** @deprecated use `GetProjectsLink4$outboundSchema` instead. */
2060
+ GetProjectsLink4$.outboundSchema = GetProjectsLink4$outboundSchema;
2061
+ })(GetProjectsLink4$ || (GetProjectsLink4$ = {}));
2062
+ export function getProjectsLink4ToJSON(getProjectsLink4) {
2063
+ return JSON.stringify(GetProjectsLink4$outboundSchema.parse(getProjectsLink4));
2064
+ }
2065
+ export function getProjectsLink4FromJSON(jsonString) {
2066
+ return safeParse(jsonString, (x) => GetProjectsLink4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetProjectsLink4' from JSON`);
2067
+ }
2068
+ /** @internal */
1965
2069
  export const GetProjectsLinkProjectsResponseType$inboundSchema = z.nativeEnum(GetProjectsLinkProjectsResponseType);
1966
2070
  /** @internal */
1967
2071
  export const GetProjectsLinkProjectsResponseType$outboundSchema = GetProjectsLinkProjectsResponseType$inboundSchema;
@@ -2250,12 +2354,14 @@ export function getProjectsLink1FromJSON(jsonString) {
2250
2354
  export const GetProjectsLink$inboundSchema = z.union([
2251
2355
  z.lazy(() => GetProjectsLink1$inboundSchema),
2252
2356
  z.lazy(() => GetProjectsLink3$inboundSchema),
2357
+ z.lazy(() => GetProjectsLink4$inboundSchema),
2253
2358
  z.lazy(() => GetProjectsLink2$inboundSchema),
2254
2359
  ]);
2255
2360
  /** @internal */
2256
2361
  export const GetProjectsLink$outboundSchema = z.union([
2257
2362
  z.lazy(() => GetProjectsLink1$outboundSchema),
2258
2363
  z.lazy(() => GetProjectsLink3$outboundSchema),
2364
+ z.lazy(() => GetProjectsLink4$outboundSchema),
2259
2365
  z.lazy(() => GetProjectsLink2$outboundSchema),
2260
2366
  ]);
2261
2367
  /**
@@ -2468,6 +2574,21 @@ export var GetProjectsFunctionDefaultMemoryType$;
2468
2574
  GetProjectsFunctionDefaultMemoryType$.outboundSchema = GetProjectsFunctionDefaultMemoryType$outboundSchema;
2469
2575
  })(GetProjectsFunctionDefaultMemoryType$ || (GetProjectsFunctionDefaultMemoryType$ = {}));
2470
2576
  /** @internal */
2577
+ export const GetProjectsBuildMachineType$inboundSchema = z.nativeEnum(GetProjectsBuildMachineType);
2578
+ /** @internal */
2579
+ export const GetProjectsBuildMachineType$outboundSchema = GetProjectsBuildMachineType$inboundSchema;
2580
+ /**
2581
+ * @internal
2582
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2583
+ */
2584
+ export var GetProjectsBuildMachineType$;
2585
+ (function (GetProjectsBuildMachineType$) {
2586
+ /** @deprecated use `GetProjectsBuildMachineType$inboundSchema` instead. */
2587
+ GetProjectsBuildMachineType$.inboundSchema = GetProjectsBuildMachineType$inboundSchema;
2588
+ /** @deprecated use `GetProjectsBuildMachineType$outboundSchema` instead. */
2589
+ GetProjectsBuildMachineType$.outboundSchema = GetProjectsBuildMachineType$outboundSchema;
2590
+ })(GetProjectsBuildMachineType$ || (GetProjectsBuildMachineType$ = {}));
2591
+ /** @internal */
2471
2592
  export const GetProjectsResourceConfig$inboundSchema = z.object({
2472
2593
  fluid: z.boolean().optional(),
2473
2594
  functionDefaultRegions: z.array(z.string()),
@@ -2476,6 +2597,7 @@ export const GetProjectsResourceConfig$inboundSchema = z.object({
2476
2597
  .optional(),
2477
2598
  functionZeroConfigFailover: z.boolean().optional(),
2478
2599
  elasticConcurrencyEnabled: z.boolean().optional(),
2600
+ buildMachineType: GetProjectsBuildMachineType$inboundSchema.optional(),
2479
2601
  });
2480
2602
  /** @internal */
2481
2603
  export const GetProjectsResourceConfig$outboundSchema = z.object({
@@ -2486,6 +2608,7 @@ export const GetProjectsResourceConfig$outboundSchema = z.object({
2486
2608
  .optional(),
2487
2609
  functionZeroConfigFailover: z.boolean().optional(),
2488
2610
  elasticConcurrencyEnabled: z.boolean().optional(),
2611
+ buildMachineType: GetProjectsBuildMachineType$outboundSchema.optional(),
2489
2612
  });
2490
2613
  /**
2491
2614
  * @internal
@@ -2507,10 +2630,14 @@ export function getProjectsResourceConfigFromJSON(jsonString) {
2507
2630
  /** @internal */
2508
2631
  export const GetProjectsStages$inboundSchema = z.object({
2509
2632
  targetPercentage: z.number(),
2633
+ minutesToRelease: z.number().optional(),
2634
+ requireApproval: z.boolean().optional(),
2510
2635
  });
2511
2636
  /** @internal */
2512
2637
  export const GetProjectsStages$outboundSchema = z.object({
2513
2638
  targetPercentage: z.number(),
2639
+ minutesToRelease: z.number().optional(),
2640
+ requireApproval: z.boolean().optional(),
2514
2641
  });
2515
2642
  /**
2516
2643
  * @internal
@@ -2577,6 +2704,21 @@ export var GetProjectsProjectsFunctionDefaultMemoryType$;
2577
2704
  GetProjectsProjectsFunctionDefaultMemoryType$.outboundSchema = GetProjectsProjectsFunctionDefaultMemoryType$outboundSchema;
2578
2705
  })(GetProjectsProjectsFunctionDefaultMemoryType$ || (GetProjectsProjectsFunctionDefaultMemoryType$ = {}));
2579
2706
  /** @internal */
2707
+ export const GetProjectsProjectsBuildMachineType$inboundSchema = z.nativeEnum(GetProjectsProjectsBuildMachineType);
2708
+ /** @internal */
2709
+ export const GetProjectsProjectsBuildMachineType$outboundSchema = GetProjectsProjectsBuildMachineType$inboundSchema;
2710
+ /**
2711
+ * @internal
2712
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2713
+ */
2714
+ export var GetProjectsProjectsBuildMachineType$;
2715
+ (function (GetProjectsProjectsBuildMachineType$) {
2716
+ /** @deprecated use `GetProjectsProjectsBuildMachineType$inboundSchema` instead. */
2717
+ GetProjectsProjectsBuildMachineType$.inboundSchema = GetProjectsProjectsBuildMachineType$inboundSchema;
2718
+ /** @deprecated use `GetProjectsProjectsBuildMachineType$outboundSchema` instead. */
2719
+ GetProjectsProjectsBuildMachineType$.outboundSchema = GetProjectsProjectsBuildMachineType$outboundSchema;
2720
+ })(GetProjectsProjectsBuildMachineType$ || (GetProjectsProjectsBuildMachineType$ = {}));
2721
+ /** @internal */
2580
2722
  export const GetProjectsDefaultResourceConfig$inboundSchema = z.object({
2581
2723
  fluid: z.boolean().optional(),
2582
2724
  functionDefaultRegions: z.array(z.string()),
@@ -2584,6 +2726,8 @@ export const GetProjectsDefaultResourceConfig$inboundSchema = z.object({
2584
2726
  functionDefaultMemoryType: GetProjectsProjectsFunctionDefaultMemoryType$inboundSchema.optional(),
2585
2727
  functionZeroConfigFailover: z.boolean().optional(),
2586
2728
  elasticConcurrencyEnabled: z.boolean().optional(),
2729
+ buildMachineType: GetProjectsProjectsBuildMachineType$inboundSchema
2730
+ .optional(),
2587
2731
  });
2588
2732
  /** @internal */
2589
2733
  export const GetProjectsDefaultResourceConfig$outboundSchema = z.object({
@@ -2593,6 +2737,8 @@ export const GetProjectsDefaultResourceConfig$outboundSchema = z.object({
2593
2737
  functionDefaultMemoryType: GetProjectsProjectsFunctionDefaultMemoryType$outboundSchema.optional(),
2594
2738
  functionZeroConfigFailover: z.boolean().optional(),
2595
2739
  elasticConcurrencyEnabled: z.boolean().optional(),
2740
+ buildMachineType: GetProjectsProjectsBuildMachineType$outboundSchema
2741
+ .optional(),
2596
2742
  });
2597
2743
  /**
2598
2744
  * @internal
@@ -3133,6 +3279,7 @@ export const GetProjectsPermissions$inboundSchema = z.object({
3133
3279
  notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
3134
3280
  notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
3135
3281
  observabilityConfiguration: z.array(ACLAction$inboundSchema).optional(),
3282
+ observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
3136
3283
  openTelemetryEndpoint: z.array(ACLAction$inboundSchema).optional(),
3137
3284
  paymentMethod: z.array(ACLAction$inboundSchema).optional(),
3138
3285
  permissions: z.array(ACLAction$inboundSchema).optional(),
@@ -3342,6 +3489,7 @@ export const GetProjectsPermissions$outboundSchema = z.object({
3342
3489
  notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
3343
3490
  notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
3344
3491
  observabilityConfiguration: z.array(ACLAction$outboundSchema).optional(),
3492
+ observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
3345
3493
  openTelemetryEndpoint: z.array(ACLAction$outboundSchema).optional(),
3346
3494
  paymentMethod: z.array(ACLAction$outboundSchema).optional(),
3347
3495
  permissions: z.array(ACLAction$outboundSchema).optional(),
@@ -4495,6 +4643,7 @@ export const GetProjectsProjects$inboundSchema = z.object({
4495
4643
  link: z.union([
4496
4644
  z.lazy(() => GetProjectsLink1$inboundSchema),
4497
4645
  z.lazy(() => GetProjectsLink3$inboundSchema),
4646
+ z.lazy(() => GetProjectsLink4$inboundSchema),
4498
4647
  z.lazy(() => GetProjectsLink2$inboundSchema),
4499
4648
  ]).optional(),
4500
4649
  microfrontends: z.union([
@@ -4584,6 +4733,7 @@ export const GetProjectsProjects$outboundSchema = z.object({
4584
4733
  link: z.union([
4585
4734
  z.lazy(() => GetProjectsLink1$outboundSchema),
4586
4735
  z.lazy(() => GetProjectsLink3$outboundSchema),
4736
+ z.lazy(() => GetProjectsLink4$outboundSchema),
4587
4737
  z.lazy(() => GetProjectsLink2$outboundSchema),
4588
4738
  ]).optional(),
4589
4739
  microfrontends: z.union([