@vercel/sdk 1.10.5 → 1.10.7

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 (226) hide show
  1. package/README.md +58 -45
  2. package/bin/mcp-server.js +5829 -1512
  3. package/bin/mcp-server.js.map +44 -35
  4. package/docs/sdks/integrations/README.md +209 -0
  5. package/docs/sdks/projects/README.md +4 -0
  6. package/docs/sdks/teams/README.md +12 -0
  7. package/docs/sdks/vercel/README.md +74 -0
  8. package/esm/__tests__/domains.test.js +7 -2
  9. package/esm/__tests__/domains.test.js.map +1 -1
  10. package/esm/__tests__/edgeconfig.test.js +6 -6
  11. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  12. package/esm/__tests__/integrations.test.js +62 -0
  13. package/esm/__tests__/integrations.test.js.map +1 -1
  14. package/esm/__tests__/rollingrelease.test.js +1 -1
  15. package/esm/__tests__/security.test.js +1 -11
  16. package/esm/__tests__/security.test.js.map +1 -1
  17. package/esm/__tests__/vercel.test.js +28 -1
  18. package/esm/__tests__/vercel.test.js.map +1 -1
  19. package/esm/funcs/domainsCheckDomainPrice.js +2 -2
  20. package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
  21. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +14 -0
  22. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
  23. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +84 -0
  24. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
  25. package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts +20 -0
  26. package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
  27. package/esm/funcs/integrationsConnectIntegrationResourceToProject.js +97 -0
  28. package/esm/funcs/integrationsConnectIntegrationResourceToProject.js.map +1 -0
  29. package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts +21 -0
  30. package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
  31. package/esm/funcs/integrationsCreateIntegrationStoreDirect.js +90 -0
  32. package/esm/funcs/integrationsCreateIntegrationStoreDirect.js.map +1 -0
  33. package/esm/funcs/marketplaceExchangeSsoToken.js +2 -2
  34. package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -1
  35. package/esm/funcs/marketplaceSubmitInvoice.js +2 -2
  36. package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -1
  37. package/esm/funcs/marketplaceUpdateInvoice.js +2 -2
  38. package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -1
  39. package/esm/funcs/projectsGetProjects.js +2 -0
  40. package/esm/funcs/projectsGetProjects.js.map +1 -1
  41. package/esm/lib/config.d.ts +3 -3
  42. package/esm/lib/config.js +3 -3
  43. package/esm/mcp-server/mcp-server.js +1 -1
  44. package/esm/mcp-server/server.d.ts.map +1 -1
  45. package/esm/mcp-server/server.js +7 -1
  46. package/esm/mcp-server/server.js.map +1 -1
  47. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +7 -0
  48. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
  49. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +26 -0
  50. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
  51. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts +7 -0
  52. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
  53. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js +27 -0
  54. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js.map +1 -0
  55. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts +7 -0
  56. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
  57. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js +28 -0
  58. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js.map +1 -0
  59. package/esm/models/acceptprojecttransferrequestop.d.ts +37 -0
  60. package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
  61. package/esm/models/acceptprojecttransferrequestop.js +40 -1
  62. package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
  63. package/esm/models/authuser.d.ts +3 -3
  64. package/esm/models/authuser.js +1 -1
  65. package/esm/models/authuser.js.map +1 -1
  66. package/esm/models/canceldeploymentop.d.ts +45 -7
  67. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  68. package/esm/models/canceldeploymentop.js +31 -2
  69. package/esm/models/canceldeploymentop.js.map +1 -1
  70. package/esm/models/connectintegrationresourcetoprojectop.d.ts +68 -0
  71. package/esm/models/connectintegrationresourcetoprojectop.d.ts.map +1 -0
  72. package/esm/models/connectintegrationresourcetoprojectop.js +73 -0
  73. package/esm/models/connectintegrationresourcetoprojectop.js.map +1 -0
  74. package/esm/models/createdeploymentop.d.ts +259 -221
  75. package/esm/models/createdeploymentop.d.ts.map +1 -1
  76. package/esm/models/createdeploymentop.js +233 -206
  77. package/esm/models/createdeploymentop.js.map +1 -1
  78. package/esm/models/createintegrationstoredirectop.d.ts +5995 -0
  79. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -0
  80. package/esm/models/createintegrationstoredirectop.js +6597 -0
  81. package/esm/models/createintegrationstoredirectop.js.map +1 -0
  82. package/esm/models/createprojectop.d.ts +31 -4
  83. package/esm/models/createprojectop.d.ts.map +1 -1
  84. package/esm/models/createprojectop.js +10 -4
  85. package/esm/models/createprojectop.js.map +1 -1
  86. package/esm/models/createwebhookop.d.ts +12 -0
  87. package/esm/models/createwebhookop.d.ts.map +1 -1
  88. package/esm/models/createwebhookop.js +4 -0
  89. package/esm/models/createwebhookop.js.map +1 -1
  90. package/esm/models/getconfigurationop.d.ts +6 -0
  91. package/esm/models/getconfigurationop.d.ts.map +1 -1
  92. package/esm/models/getconfigurationop.js +2 -0
  93. package/esm/models/getconfigurationop.js.map +1 -1
  94. package/esm/models/getconfigurationproductsop.d.ts +533 -533
  95. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  96. package/esm/models/getconfigurationproductsop.js +666 -665
  97. package/esm/models/getconfigurationproductsop.js.map +1 -1
  98. package/esm/models/getconfigurationsop.d.ts +6 -0
  99. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  100. package/esm/models/getconfigurationsop.js +2 -0
  101. package/esm/models/getconfigurationsop.js.map +1 -1
  102. package/esm/models/getdeploymentop.d.ts +45 -7
  103. package/esm/models/getdeploymentop.d.ts.map +1 -1
  104. package/esm/models/getdeploymentop.js +30 -2
  105. package/esm/models/getdeploymentop.js.map +1 -1
  106. package/esm/models/getintegrationresourceop.d.ts +13 -13
  107. package/esm/models/getintegrationresourceop.d.ts.map +1 -1
  108. package/esm/models/getintegrationresourceop.js +13 -13
  109. package/esm/models/getintegrationresourceop.js.map +1 -1
  110. package/esm/models/getprojectsop.d.ts +101 -4
  111. package/esm/models/getprojectsop.d.ts.map +1 -1
  112. package/esm/models/getprojectsop.js +57 -4
  113. package/esm/models/getprojectsop.js.map +1 -1
  114. package/esm/models/getteammembersop.d.ts +102 -9
  115. package/esm/models/getteammembersop.d.ts.map +1 -1
  116. package/esm/models/getteammembersop.js +60 -3
  117. package/esm/models/getteammembersop.js.map +1 -1
  118. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +247 -0
  119. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +1 -0
  120. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +246 -0
  121. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +1 -0
  122. package/esm/models/getwebhookop.d.ts +6 -0
  123. package/esm/models/getwebhookop.d.ts.map +1 -1
  124. package/esm/models/getwebhookop.js +2 -0
  125. package/esm/models/getwebhookop.js.map +1 -1
  126. package/esm/models/getwebhooksop.d.ts +27 -15
  127. package/esm/models/getwebhooksop.d.ts.map +1 -1
  128. package/esm/models/getwebhooksop.js +19 -15
  129. package/esm/models/getwebhooksop.js.map +1 -1
  130. package/esm/models/inviteusertoteamop.d.ts +3 -0
  131. package/esm/models/inviteusertoteamop.d.ts.map +1 -1
  132. package/esm/models/inviteusertoteamop.js +1 -0
  133. package/esm/models/inviteusertoteamop.js.map +1 -1
  134. package/esm/models/patchteamop.d.ts +253 -0
  135. package/esm/models/patchteamop.d.ts.map +1 -1
  136. package/esm/models/patchteamop.js +150 -0
  137. package/esm/models/patchteamop.js.map +1 -1
  138. package/esm/models/team.d.ts +47 -0
  139. package/esm/models/team.d.ts.map +1 -1
  140. package/esm/models/team.js +36 -0
  141. package/esm/models/team.js.map +1 -1
  142. package/esm/models/teamlimited.d.ts +3 -0
  143. package/esm/models/teamlimited.d.ts.map +1 -1
  144. package/esm/models/teamlimited.js +1 -0
  145. package/esm/models/teamlimited.js.map +1 -1
  146. package/esm/models/updatefirewallconfigop.d.ts +32 -32
  147. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  148. package/esm/models/updatefirewallconfigop.js +49 -49
  149. package/esm/models/updatefirewallconfigop.js.map +1 -1
  150. package/esm/models/updateinvoiceop.d.ts +36 -15
  151. package/esm/models/updateinvoiceop.d.ts.map +1 -1
  152. package/esm/models/updateinvoiceop.js +37 -16
  153. package/esm/models/updateinvoiceop.js.map +1 -1
  154. package/esm/models/updateprojectdatacacheop.d.ts +25 -0
  155. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  156. package/esm/models/updateprojectdatacacheop.js +4 -0
  157. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  158. package/esm/models/updateprojectop.d.ts +31 -4
  159. package/esm/models/updateprojectop.d.ts.map +1 -1
  160. package/esm/models/updateprojectop.js +10 -4
  161. package/esm/models/updateprojectop.js.map +1 -1
  162. package/esm/models/userevent.d.ts +406 -305
  163. package/esm/models/userevent.d.ts.map +1 -1
  164. package/esm/models/userevent.js +467 -365
  165. package/esm/models/userevent.js.map +1 -1
  166. package/esm/sdk/integrations.d.ts +16 -0
  167. package/esm/sdk/integrations.d.ts.map +1 -1
  168. package/esm/sdk/integrations.js +20 -0
  169. package/esm/sdk/integrations.js.map +1 -1
  170. package/esm/sdk/sdk.d.ts +3 -1
  171. package/esm/sdk/sdk.d.ts.map +1 -1
  172. package/esm/sdk/sdk.js +5 -0
  173. package/esm/sdk/sdk.js.map +1 -1
  174. package/examples/package-lock.json +1 -1
  175. package/jsr.json +1 -1
  176. package/package.json +1 -1
  177. package/src/__tests__/domains.test.ts +7 -2
  178. package/src/__tests__/edgeconfig.test.ts +6 -6
  179. package/src/__tests__/integrations.test.ts +65 -0
  180. package/src/__tests__/rollingrelease.test.ts +1 -1
  181. package/src/__tests__/security.test.ts +1 -11
  182. package/src/__tests__/vercel.test.ts +36 -1
  183. package/src/funcs/domainsCheckDomainPrice.ts +2 -2
  184. package/src/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +207 -0
  185. package/src/funcs/integrationsConnectIntegrationResourceToProject.ts +213 -0
  186. package/src/funcs/integrationsCreateIntegrationStoreDirect.ts +207 -0
  187. package/src/funcs/marketplaceExchangeSsoToken.ts +2 -2
  188. package/src/funcs/marketplaceSubmitInvoice.ts +2 -2
  189. package/src/funcs/marketplaceUpdateInvoice.ts +2 -2
  190. package/src/funcs/projectsGetProjects.ts +2 -0
  191. package/src/lib/config.ts +3 -3
  192. package/src/mcp-server/mcp-server.ts +1 -1
  193. package/src/mcp-server/server.ts +9 -1
  194. package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +41 -0
  195. package/src/mcp-server/tools/integrationsConnectIntegrationResourceToProject.ts +37 -0
  196. package/src/mcp-server/tools/integrationsCreateIntegrationStoreDirect.ts +39 -0
  197. package/src/models/acceptprojecttransferrequestop.ts +88 -1
  198. package/src/models/authuser.ts +1 -1
  199. package/src/models/canceldeploymentop.ts +56 -9
  200. package/src/models/connectintegrationresourcetoprojectop.ts +185 -0
  201. package/src/models/createdeploymentop.ts +540 -498
  202. package/src/models/createintegrationstoredirectop.ts +15739 -0
  203. package/src/models/createprojectop.ts +41 -8
  204. package/src/models/createwebhookop.ts +4 -0
  205. package/src/models/getconfigurationop.ts +2 -0
  206. package/src/models/getconfigurationproductsop.ts +1326 -1163
  207. package/src/models/getconfigurationsop.ts +2 -0
  208. package/src/models/getdeploymentop.ts +59 -9
  209. package/src/models/getintegrationresourceop.ts +26 -20
  210. package/src/models/getprojectsop.ts +122 -8
  211. package/src/models/getteammembersop.ts +84 -3
  212. package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +575 -0
  213. package/src/models/getwebhookop.ts +2 -0
  214. package/src/models/getwebhooksop.ts +31 -25
  215. package/src/models/inviteusertoteamop.ts +1 -0
  216. package/src/models/patchteamop.ts +254 -0
  217. package/src/models/team.ts +92 -0
  218. package/src/models/teamlimited.ts +1 -0
  219. package/src/models/updatefirewallconfigop.ts +74 -68
  220. package/src/models/updateinvoiceop.ts +78 -27
  221. package/src/models/updateprojectdatacacheop.ts +29 -0
  222. package/src/models/updateprojectop.ts +41 -8
  223. package/src/models/userevent.ts +918 -682
  224. package/src/sdk/integrations.ts +41 -0
  225. package/src/sdk/sdk.ts +23 -1
  226. package/vercel-spec.json +3689 -540
@@ -247,27 +247,27 @@ export type UpdateFirewallConfigRequestBody5 = {
247
247
  value: number;
248
248
  };
249
249
 
250
- export const UpdateFirewallConfigRequestBodySecurityRequestAction = {
250
+ export const UpdateFirewallConfigRequestBodySecurityRequest4Action = {
251
251
  RulesRemove: "rules.remove",
252
252
  } as const;
253
- export type UpdateFirewallConfigRequestBodySecurityRequestAction = ClosedEnum<
254
- typeof UpdateFirewallConfigRequestBodySecurityRequestAction
253
+ export type UpdateFirewallConfigRequestBodySecurityRequest4Action = ClosedEnum<
254
+ typeof UpdateFirewallConfigRequestBodySecurityRequest4Action
255
255
  >;
256
256
 
257
257
  /**
258
258
  * Remove a custom rule
259
259
  */
260
260
  export type UpdateFirewallConfigRequestBody4 = {
261
- action: UpdateFirewallConfigRequestBodySecurityRequestAction;
261
+ action: UpdateFirewallConfigRequestBodySecurityRequest4Action;
262
262
  id: string;
263
263
  value?: any | null | undefined;
264
264
  };
265
265
 
266
- export const UpdateFirewallConfigRequestBodySecurityAction = {
266
+ export const UpdateFirewallConfigRequestBodySecurityRequestAction = {
267
267
  RulesUpdate: "rules.update",
268
268
  } as const;
269
- export type UpdateFirewallConfigRequestBodySecurityAction = ClosedEnum<
270
- typeof UpdateFirewallConfigRequestBodySecurityAction
269
+ export type UpdateFirewallConfigRequestBodySecurityRequestAction = ClosedEnum<
270
+ typeof UpdateFirewallConfigRequestBodySecurityRequestAction
271
271
  >;
272
272
 
273
273
  export const UpdateFirewallConfigRequestBodySecurityType = {
@@ -415,16 +415,16 @@ export type UpdateFirewallConfigRequestBodyValue = {
415
415
  * Update a custom rule
416
416
  */
417
417
  export type UpdateFirewallConfigRequestBody3 = {
418
- action: UpdateFirewallConfigRequestBodySecurityAction;
418
+ action: UpdateFirewallConfigRequestBodySecurityRequestAction;
419
419
  id: string;
420
420
  value: UpdateFirewallConfigRequestBodyValue;
421
421
  };
422
422
 
423
- export const UpdateFirewallConfigRequestBodyAction = {
423
+ export const UpdateFirewallConfigRequestBodySecurityAction = {
424
424
  RulesInsert: "rules.insert",
425
425
  } as const;
426
- export type UpdateFirewallConfigRequestBodyAction = ClosedEnum<
427
- typeof UpdateFirewallConfigRequestBodyAction
426
+ export type UpdateFirewallConfigRequestBodySecurityAction = ClosedEnum<
427
+ typeof UpdateFirewallConfigRequestBodySecurityAction
428
428
  >;
429
429
 
430
430
  export const UpdateFirewallConfigRequestBodyType = {
@@ -564,21 +564,23 @@ export type RequestBodyValue = {
564
564
  * Add a custom rule
565
565
  */
566
566
  export type UpdateFirewallConfigRequestBody2 = {
567
- action: UpdateFirewallConfigRequestBodyAction;
567
+ action: UpdateFirewallConfigRequestBodySecurityAction;
568
568
  id?: any | null | undefined;
569
569
  value: RequestBodyValue;
570
570
  };
571
571
 
572
- export const RequestBodyAction = {
572
+ export const UpdateFirewallConfigRequestBodyAction = {
573
573
  FirewallEnabled: "firewallEnabled",
574
574
  } as const;
575
- export type RequestBodyAction = ClosedEnum<typeof RequestBodyAction>;
575
+ export type UpdateFirewallConfigRequestBodyAction = ClosedEnum<
576
+ typeof UpdateFirewallConfigRequestBodyAction
577
+ >;
576
578
 
577
579
  /**
578
580
  * Enable Firewall
579
581
  */
580
582
  export type UpdateFirewallConfigRequestBody1 = {
581
- action: RequestBodyAction;
583
+ action: UpdateFirewallConfigRequestBodyAction;
582
584
  id?: any | null | undefined;
583
585
  value: boolean;
584
586
  };
@@ -1933,26 +1935,28 @@ export function updateFirewallConfigRequestBody5FromJSON(
1933
1935
  }
1934
1936
 
1935
1937
  /** @internal */
1936
- export const UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema:
1937
- z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodySecurityRequestAction> =
1938
- z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequestAction);
1938
+ export const UpdateFirewallConfigRequestBodySecurityRequest4Action$inboundSchema:
1939
+ z.ZodNativeEnum<
1940
+ typeof UpdateFirewallConfigRequestBodySecurityRequest4Action
1941
+ > = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest4Action);
1939
1942
 
1940
1943
  /** @internal */
1941
- export const UpdateFirewallConfigRequestBodySecurityRequestAction$outboundSchema:
1942
- z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodySecurityRequestAction> =
1943
- UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema;
1944
+ export const UpdateFirewallConfigRequestBodySecurityRequest4Action$outboundSchema:
1945
+ z.ZodNativeEnum<
1946
+ typeof UpdateFirewallConfigRequestBodySecurityRequest4Action
1947
+ > = UpdateFirewallConfigRequestBodySecurityRequest4Action$inboundSchema;
1944
1948
 
1945
1949
  /**
1946
1950
  * @internal
1947
1951
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1948
1952
  */
1949
- export namespace UpdateFirewallConfigRequestBodySecurityRequestAction$ {
1950
- /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema` instead. */
1953
+ export namespace UpdateFirewallConfigRequestBodySecurityRequest4Action$ {
1954
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest4Action$inboundSchema` instead. */
1951
1955
  export const inboundSchema =
1952
- UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema;
1953
- /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequestAction$outboundSchema` instead. */
1956
+ UpdateFirewallConfigRequestBodySecurityRequest4Action$inboundSchema;
1957
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest4Action$outboundSchema` instead. */
1954
1958
  export const outboundSchema =
1955
- UpdateFirewallConfigRequestBodySecurityRequestAction$outboundSchema;
1959
+ UpdateFirewallConfigRequestBodySecurityRequest4Action$outboundSchema;
1956
1960
  }
1957
1961
 
1958
1962
  /** @internal */
@@ -1961,7 +1965,7 @@ export const UpdateFirewallConfigRequestBody4$inboundSchema: z.ZodType<
1961
1965
  z.ZodTypeDef,
1962
1966
  unknown
1963
1967
  > = z.object({
1964
- action: UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema,
1968
+ action: UpdateFirewallConfigRequestBodySecurityRequest4Action$inboundSchema,
1965
1969
  id: z.string(),
1966
1970
  value: z.nullable(z.any()).optional(),
1967
1971
  });
@@ -1979,7 +1983,7 @@ export const UpdateFirewallConfigRequestBody4$outboundSchema: z.ZodType<
1979
1983
  z.ZodTypeDef,
1980
1984
  UpdateFirewallConfigRequestBody4
1981
1985
  > = z.object({
1982
- action: UpdateFirewallConfigRequestBodySecurityRequestAction$outboundSchema,
1986
+ action: UpdateFirewallConfigRequestBodySecurityRequest4Action$outboundSchema,
1983
1987
  id: z.string(),
1984
1988
  value: z.nullable(z.any()).optional(),
1985
1989
  });
@@ -2018,26 +2022,26 @@ export function updateFirewallConfigRequestBody4FromJSON(
2018
2022
  }
2019
2023
 
2020
2024
  /** @internal */
2021
- export const UpdateFirewallConfigRequestBodySecurityAction$inboundSchema:
2022
- z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodySecurityAction> = z
2023
- .nativeEnum(UpdateFirewallConfigRequestBodySecurityAction);
2025
+ export const UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema:
2026
+ z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodySecurityRequestAction> =
2027
+ z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequestAction);
2024
2028
 
2025
2029
  /** @internal */
2026
- export const UpdateFirewallConfigRequestBodySecurityAction$outboundSchema:
2027
- z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodySecurityAction> =
2028
- UpdateFirewallConfigRequestBodySecurityAction$inboundSchema;
2030
+ export const UpdateFirewallConfigRequestBodySecurityRequestAction$outboundSchema:
2031
+ z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodySecurityRequestAction> =
2032
+ UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema;
2029
2033
 
2030
2034
  /**
2031
2035
  * @internal
2032
2036
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2033
2037
  */
2034
- export namespace UpdateFirewallConfigRequestBodySecurityAction$ {
2035
- /** @deprecated use `UpdateFirewallConfigRequestBodySecurityAction$inboundSchema` instead. */
2038
+ export namespace UpdateFirewallConfigRequestBodySecurityRequestAction$ {
2039
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema` instead. */
2036
2040
  export const inboundSchema =
2037
- UpdateFirewallConfigRequestBodySecurityAction$inboundSchema;
2038
- /** @deprecated use `UpdateFirewallConfigRequestBodySecurityAction$outboundSchema` instead. */
2041
+ UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema;
2042
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequestAction$outboundSchema` instead. */
2039
2043
  export const outboundSchema =
2040
- UpdateFirewallConfigRequestBodySecurityAction$outboundSchema;
2044
+ UpdateFirewallConfigRequestBodySecurityRequestAction$outboundSchema;
2041
2045
  }
2042
2046
 
2043
2047
  /** @internal */
@@ -2966,7 +2970,7 @@ export const UpdateFirewallConfigRequestBody3$inboundSchema: z.ZodType<
2966
2970
  z.ZodTypeDef,
2967
2971
  unknown
2968
2972
  > = z.object({
2969
- action: UpdateFirewallConfigRequestBodySecurityAction$inboundSchema,
2973
+ action: UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema,
2970
2974
  id: z.string(),
2971
2975
  value: z.lazy(() => UpdateFirewallConfigRequestBodyValue$inboundSchema),
2972
2976
  });
@@ -2984,7 +2988,7 @@ export const UpdateFirewallConfigRequestBody3$outboundSchema: z.ZodType<
2984
2988
  z.ZodTypeDef,
2985
2989
  UpdateFirewallConfigRequestBody3
2986
2990
  > = z.object({
2987
- action: UpdateFirewallConfigRequestBodySecurityAction$outboundSchema,
2991
+ action: UpdateFirewallConfigRequestBodySecurityRequestAction$outboundSchema,
2988
2992
  id: z.string(),
2989
2993
  value: z.lazy(() => UpdateFirewallConfigRequestBodyValue$outboundSchema),
2990
2994
  });
@@ -3023,27 +3027,26 @@ export function updateFirewallConfigRequestBody3FromJSON(
3023
3027
  }
3024
3028
 
3025
3029
  /** @internal */
3026
- export const UpdateFirewallConfigRequestBodyAction$inboundSchema:
3027
- z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodyAction> = z.nativeEnum(
3028
- UpdateFirewallConfigRequestBodyAction,
3029
- );
3030
+ export const UpdateFirewallConfigRequestBodySecurityAction$inboundSchema:
3031
+ z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodySecurityAction> = z
3032
+ .nativeEnum(UpdateFirewallConfigRequestBodySecurityAction);
3030
3033
 
3031
3034
  /** @internal */
3032
- export const UpdateFirewallConfigRequestBodyAction$outboundSchema:
3033
- z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodyAction> =
3034
- UpdateFirewallConfigRequestBodyAction$inboundSchema;
3035
+ export const UpdateFirewallConfigRequestBodySecurityAction$outboundSchema:
3036
+ z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodySecurityAction> =
3037
+ UpdateFirewallConfigRequestBodySecurityAction$inboundSchema;
3035
3038
 
3036
3039
  /**
3037
3040
  * @internal
3038
3041
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3039
3042
  */
3040
- export namespace UpdateFirewallConfigRequestBodyAction$ {
3041
- /** @deprecated use `UpdateFirewallConfigRequestBodyAction$inboundSchema` instead. */
3043
+ export namespace UpdateFirewallConfigRequestBodySecurityAction$ {
3044
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityAction$inboundSchema` instead. */
3042
3045
  export const inboundSchema =
3043
- UpdateFirewallConfigRequestBodyAction$inboundSchema;
3044
- /** @deprecated use `UpdateFirewallConfigRequestBodyAction$outboundSchema` instead. */
3046
+ UpdateFirewallConfigRequestBodySecurityAction$inboundSchema;
3047
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityAction$outboundSchema` instead. */
3045
3048
  export const outboundSchema =
3046
- UpdateFirewallConfigRequestBodyAction$outboundSchema;
3049
+ UpdateFirewallConfigRequestBodySecurityAction$outboundSchema;
3047
3050
  }
3048
3051
 
3049
3052
  /** @internal */
@@ -3874,7 +3877,7 @@ export const UpdateFirewallConfigRequestBody2$inboundSchema: z.ZodType<
3874
3877
  z.ZodTypeDef,
3875
3878
  unknown
3876
3879
  > = z.object({
3877
- action: UpdateFirewallConfigRequestBodyAction$inboundSchema,
3880
+ action: UpdateFirewallConfigRequestBodySecurityAction$inboundSchema,
3878
3881
  id: z.nullable(z.any()).optional(),
3879
3882
  value: z.lazy(() => RequestBodyValue$inboundSchema),
3880
3883
  });
@@ -3892,7 +3895,7 @@ export const UpdateFirewallConfigRequestBody2$outboundSchema: z.ZodType<
3892
3895
  z.ZodTypeDef,
3893
3896
  UpdateFirewallConfigRequestBody2
3894
3897
  > = z.object({
3895
- action: UpdateFirewallConfigRequestBodyAction$outboundSchema,
3898
+ action: UpdateFirewallConfigRequestBodySecurityAction$outboundSchema,
3896
3899
  id: z.nullable(z.any()).optional(),
3897
3900
  value: z.lazy(() => RequestBodyValue$outboundSchema),
3898
3901
  });
@@ -3931,24 +3934,27 @@ export function updateFirewallConfigRequestBody2FromJSON(
3931
3934
  }
3932
3935
 
3933
3936
  /** @internal */
3934
- export const RequestBodyAction$inboundSchema: z.ZodNativeEnum<
3935
- typeof RequestBodyAction
3936
- > = z.nativeEnum(RequestBodyAction);
3937
+ export const UpdateFirewallConfigRequestBodyAction$inboundSchema:
3938
+ z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodyAction> = z.nativeEnum(
3939
+ UpdateFirewallConfigRequestBodyAction,
3940
+ );
3937
3941
 
3938
3942
  /** @internal */
3939
- export const RequestBodyAction$outboundSchema: z.ZodNativeEnum<
3940
- typeof RequestBodyAction
3941
- > = RequestBodyAction$inboundSchema;
3943
+ export const UpdateFirewallConfigRequestBodyAction$outboundSchema:
3944
+ z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodyAction> =
3945
+ UpdateFirewallConfigRequestBodyAction$inboundSchema;
3942
3946
 
3943
3947
  /**
3944
3948
  * @internal
3945
3949
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3946
3950
  */
3947
- export namespace RequestBodyAction$ {
3948
- /** @deprecated use `RequestBodyAction$inboundSchema` instead. */
3949
- export const inboundSchema = RequestBodyAction$inboundSchema;
3950
- /** @deprecated use `RequestBodyAction$outboundSchema` instead. */
3951
- export const outboundSchema = RequestBodyAction$outboundSchema;
3951
+ export namespace UpdateFirewallConfigRequestBodyAction$ {
3952
+ /** @deprecated use `UpdateFirewallConfigRequestBodyAction$inboundSchema` instead. */
3953
+ export const inboundSchema =
3954
+ UpdateFirewallConfigRequestBodyAction$inboundSchema;
3955
+ /** @deprecated use `UpdateFirewallConfigRequestBodyAction$outboundSchema` instead. */
3956
+ export const outboundSchema =
3957
+ UpdateFirewallConfigRequestBodyAction$outboundSchema;
3952
3958
  }
3953
3959
 
3954
3960
  /** @internal */
@@ -3957,7 +3963,7 @@ export const UpdateFirewallConfigRequestBody1$inboundSchema: z.ZodType<
3957
3963
  z.ZodTypeDef,
3958
3964
  unknown
3959
3965
  > = z.object({
3960
- action: RequestBodyAction$inboundSchema,
3966
+ action: UpdateFirewallConfigRequestBodyAction$inboundSchema,
3961
3967
  id: z.nullable(z.any()).optional(),
3962
3968
  value: z.boolean(),
3963
3969
  });
@@ -3975,7 +3981,7 @@ export const UpdateFirewallConfigRequestBody1$outboundSchema: z.ZodType<
3975
3981
  z.ZodTypeDef,
3976
3982
  UpdateFirewallConfigRequestBody1
3977
3983
  > = z.object({
3978
- action: RequestBodyAction$outboundSchema,
3984
+ action: UpdateFirewallConfigRequestBodyAction$outboundSchema,
3979
3985
  id: z.nullable(z.any()).optional(),
3980
3986
  value: z.boolean(),
3981
3987
  });
@@ -9,13 +9,13 @@ import { ClosedEnum } from "../types/enums.js";
9
9
  import { Result as SafeParseResult } from "../types/fp.js";
10
10
  import { SDKValidationError } from "./sdkvalidationerror.js";
11
11
 
12
- export const UpdateInvoiceAction = {
12
+ export const RequestBodyAction = {
13
13
  Refund: "refund",
14
14
  } as const;
15
- export type UpdateInvoiceAction = ClosedEnum<typeof UpdateInvoiceAction>;
15
+ export type RequestBodyAction = ClosedEnum<typeof RequestBodyAction>;
16
16
 
17
- export type UpdateInvoiceRequestBody = {
18
- action: UpdateInvoiceAction;
17
+ export type UpdateInvoiceRequestBody1 = {
18
+ action: RequestBodyAction;
19
19
  /**
20
20
  * Refund reason.
21
21
  */
@@ -26,62 +26,113 @@ export type UpdateInvoiceRequestBody = {
26
26
  total: string;
27
27
  };
28
28
 
29
+ export type UpdateInvoiceRequestBody = UpdateInvoiceRequestBody1;
30
+
29
31
  export type UpdateInvoiceRequest = {
30
32
  integrationConfigurationId: string;
31
33
  invoiceId: string;
32
- requestBody: UpdateInvoiceRequestBody;
34
+ requestBody: UpdateInvoiceRequestBody1;
33
35
  };
34
36
 
35
37
  /** @internal */
36
- export const UpdateInvoiceAction$inboundSchema: z.ZodNativeEnum<
37
- typeof UpdateInvoiceAction
38
- > = z.nativeEnum(UpdateInvoiceAction);
38
+ export const RequestBodyAction$inboundSchema: z.ZodNativeEnum<
39
+ typeof RequestBodyAction
40
+ > = z.nativeEnum(RequestBodyAction);
39
41
 
40
42
  /** @internal */
41
- export const UpdateInvoiceAction$outboundSchema: z.ZodNativeEnum<
42
- typeof UpdateInvoiceAction
43
- > = UpdateInvoiceAction$inboundSchema;
43
+ export const RequestBodyAction$outboundSchema: z.ZodNativeEnum<
44
+ typeof RequestBodyAction
45
+ > = RequestBodyAction$inboundSchema;
44
46
 
45
47
  /**
46
48
  * @internal
47
49
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
48
50
  */
49
- export namespace UpdateInvoiceAction$ {
50
- /** @deprecated use `UpdateInvoiceAction$inboundSchema` instead. */
51
- export const inboundSchema = UpdateInvoiceAction$inboundSchema;
52
- /** @deprecated use `UpdateInvoiceAction$outboundSchema` instead. */
53
- export const outboundSchema = UpdateInvoiceAction$outboundSchema;
51
+ export namespace RequestBodyAction$ {
52
+ /** @deprecated use `RequestBodyAction$inboundSchema` instead. */
53
+ export const inboundSchema = RequestBodyAction$inboundSchema;
54
+ /** @deprecated use `RequestBodyAction$outboundSchema` instead. */
55
+ export const outboundSchema = RequestBodyAction$outboundSchema;
54
56
  }
55
57
 
56
58
  /** @internal */
57
- export const UpdateInvoiceRequestBody$inboundSchema: z.ZodType<
58
- UpdateInvoiceRequestBody,
59
+ export const UpdateInvoiceRequestBody1$inboundSchema: z.ZodType<
60
+ UpdateInvoiceRequestBody1,
59
61
  z.ZodTypeDef,
60
62
  unknown
61
63
  > = z.object({
62
- action: UpdateInvoiceAction$inboundSchema,
64
+ action: RequestBodyAction$inboundSchema,
63
65
  reason: z.string(),
64
66
  total: z.string(),
65
67
  });
66
68
 
67
69
  /** @internal */
68
- export type UpdateInvoiceRequestBody$Outbound = {
70
+ export type UpdateInvoiceRequestBody1$Outbound = {
69
71
  action: string;
70
72
  reason: string;
71
73
  total: string;
72
74
  };
73
75
 
74
76
  /** @internal */
75
- export const UpdateInvoiceRequestBody$outboundSchema: z.ZodType<
76
- UpdateInvoiceRequestBody$Outbound,
77
+ export const UpdateInvoiceRequestBody1$outboundSchema: z.ZodType<
78
+ UpdateInvoiceRequestBody1$Outbound,
77
79
  z.ZodTypeDef,
78
- UpdateInvoiceRequestBody
80
+ UpdateInvoiceRequestBody1
79
81
  > = z.object({
80
- action: UpdateInvoiceAction$outboundSchema,
82
+ action: RequestBodyAction$outboundSchema,
81
83
  reason: z.string(),
82
84
  total: z.string(),
83
85
  });
84
86
 
87
+ /**
88
+ * @internal
89
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
90
+ */
91
+ export namespace UpdateInvoiceRequestBody1$ {
92
+ /** @deprecated use `UpdateInvoiceRequestBody1$inboundSchema` instead. */
93
+ export const inboundSchema = UpdateInvoiceRequestBody1$inboundSchema;
94
+ /** @deprecated use `UpdateInvoiceRequestBody1$outboundSchema` instead. */
95
+ export const outboundSchema = UpdateInvoiceRequestBody1$outboundSchema;
96
+ /** @deprecated use `UpdateInvoiceRequestBody1$Outbound` instead. */
97
+ export type Outbound = UpdateInvoiceRequestBody1$Outbound;
98
+ }
99
+
100
+ export function updateInvoiceRequestBody1ToJSON(
101
+ updateInvoiceRequestBody1: UpdateInvoiceRequestBody1,
102
+ ): string {
103
+ return JSON.stringify(
104
+ UpdateInvoiceRequestBody1$outboundSchema.parse(updateInvoiceRequestBody1),
105
+ );
106
+ }
107
+
108
+ export function updateInvoiceRequestBody1FromJSON(
109
+ jsonString: string,
110
+ ): SafeParseResult<UpdateInvoiceRequestBody1, SDKValidationError> {
111
+ return safeParse(
112
+ jsonString,
113
+ (x) => UpdateInvoiceRequestBody1$inboundSchema.parse(JSON.parse(x)),
114
+ `Failed to parse 'UpdateInvoiceRequestBody1' from JSON`,
115
+ );
116
+ }
117
+
118
+ /** @internal */
119
+ export const UpdateInvoiceRequestBody$inboundSchema: z.ZodType<
120
+ UpdateInvoiceRequestBody,
121
+ z.ZodTypeDef,
122
+ unknown
123
+ > = z.lazy(() => UpdateInvoiceRequestBody1$inboundSchema);
124
+
125
+ /** @internal */
126
+ export type UpdateInvoiceRequestBody$Outbound =
127
+ UpdateInvoiceRequestBody1$Outbound;
128
+
129
+ /** @internal */
130
+ export const UpdateInvoiceRequestBody$outboundSchema: z.ZodType<
131
+ UpdateInvoiceRequestBody$Outbound,
132
+ z.ZodTypeDef,
133
+ UpdateInvoiceRequestBody
134
+ > = z.lazy(() => UpdateInvoiceRequestBody1$outboundSchema);
135
+
85
136
  /**
86
137
  * @internal
87
138
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
@@ -121,7 +172,7 @@ export const UpdateInvoiceRequest$inboundSchema: z.ZodType<
121
172
  > = z.object({
122
173
  integrationConfigurationId: z.string(),
123
174
  invoiceId: z.string(),
124
- RequestBody: z.lazy(() => UpdateInvoiceRequestBody$inboundSchema),
175
+ RequestBody: z.lazy(() => UpdateInvoiceRequestBody1$inboundSchema),
125
176
  }).transform((v) => {
126
177
  return remap$(v, {
127
178
  "RequestBody": "requestBody",
@@ -132,7 +183,7 @@ export const UpdateInvoiceRequest$inboundSchema: z.ZodType<
132
183
  export type UpdateInvoiceRequest$Outbound = {
133
184
  integrationConfigurationId: string;
134
185
  invoiceId: string;
135
- RequestBody: UpdateInvoiceRequestBody$Outbound;
186
+ RequestBody: UpdateInvoiceRequestBody1$Outbound;
136
187
  };
137
188
 
138
189
  /** @internal */
@@ -143,7 +194,7 @@ export const UpdateInvoiceRequest$outboundSchema: z.ZodType<
143
194
  > = z.object({
144
195
  integrationConfigurationId: z.string(),
145
196
  invoiceId: z.string(),
146
- requestBody: z.lazy(() => UpdateInvoiceRequestBody$outboundSchema),
197
+ requestBody: z.lazy(() => UpdateInvoiceRequestBody1$outboundSchema),
147
198
  }).transform((v) => {
148
199
  return remap$(v, {
149
200
  requestBody: "RequestBody",
@@ -120,11 +120,29 @@ export type UpdateProjectDataCacheDataCache = {
120
120
  unlimited?: boolean | undefined;
121
121
  };
122
122
 
123
+ /**
124
+ * Retention policies for deployments. These are enforced at the project level, but we also maintain an instance of this at the team level as a default policy that gets applied to new projects.
125
+ */
123
126
  export type DeploymentExpiration = {
127
+ /**
128
+ * Number of days to keep non-production deployments (mostly preview deployments) before soft deletion.
129
+ */
124
130
  expirationDays?: number | undefined;
131
+ /**
132
+ * Number of days to keep production deployments before soft deletion.
133
+ */
125
134
  expirationDaysProduction?: number | undefined;
135
+ /**
136
+ * Number of days to keep canceled deployments before soft deletion.
137
+ */
126
138
  expirationDaysCanceled?: number | undefined;
139
+ /**
140
+ * Number of days to keep errored deployments before soft deletion.
141
+ */
127
142
  expirationDaysErrored?: number | undefined;
143
+ /**
144
+ * Minimum number of production deployments to keep for this project, even if they are over the production expiration limit.
145
+ */
128
146
  deploymentsToKeep?: number | undefined;
129
147
  };
130
148
 
@@ -1051,6 +1069,7 @@ export type UpdateProjectDataCacheResourceConfig = {
1051
1069
  functionZeroConfigFailover?: boolean | undefined;
1052
1070
  elasticConcurrencyEnabled?: boolean | undefined;
1053
1071
  buildMachineType?: UpdateProjectDataCacheProjectsBuildMachineType | undefined;
1072
+ isNSNBDisabled?: boolean | undefined;
1054
1073
  };
1055
1074
 
1056
1075
  /**
@@ -1138,6 +1157,7 @@ export type DefaultResourceConfig = {
1138
1157
  functionZeroConfigFailover?: boolean | undefined;
1139
1158
  elasticConcurrencyEnabled?: boolean | undefined;
1140
1159
  buildMachineType?: UpdateProjectDataCacheBuildMachineType | undefined;
1160
+ isNSNBDisabled?: boolean | undefined;
1141
1161
  };
1142
1162
 
1143
1163
  export const UpdateProjectDataCacheDeploymentType = {
@@ -1798,6 +1818,9 @@ export type UpdateProjectDataCacheResponseBody = {
1798
1818
  customerSupportCodeVisibility?: boolean | undefined;
1799
1819
  crons?: Crons | undefined;
1800
1820
  dataCache?: UpdateProjectDataCacheDataCache | undefined;
1821
+ /**
1822
+ * Retention policies for deployments. These are enforced at the project level, but we also maintain an instance of this at the team level as a default policy that gets applied to new projects.
1823
+ */
1801
1824
  deploymentExpiration?: DeploymentExpiration | null | undefined;
1802
1825
  devCommand?: string | null | undefined;
1803
1826
  directoryListing: boolean;
@@ -6894,6 +6917,7 @@ export const UpdateProjectDataCacheResourceConfig$inboundSchema: z.ZodType<
6894
6917
  elasticConcurrencyEnabled: z.boolean().optional(),
6895
6918
  buildMachineType: UpdateProjectDataCacheProjectsBuildMachineType$inboundSchema
6896
6919
  .optional(),
6920
+ isNSNBDisabled: z.boolean().optional(),
6897
6921
  });
6898
6922
 
6899
6923
  /** @internal */
@@ -6905,6 +6929,7 @@ export type UpdateProjectDataCacheResourceConfig$Outbound = {
6905
6929
  functionZeroConfigFailover?: boolean | undefined;
6906
6930
  elasticConcurrencyEnabled?: boolean | undefined;
6907
6931
  buildMachineType?: string | undefined;
6932
+ isNSNBDisabled?: boolean | undefined;
6908
6933
  };
6909
6934
 
6910
6935
  /** @internal */
@@ -6923,6 +6948,7 @@ export const UpdateProjectDataCacheResourceConfig$outboundSchema: z.ZodType<
6923
6948
  elasticConcurrencyEnabled: z.boolean().optional(),
6924
6949
  buildMachineType:
6925
6950
  UpdateProjectDataCacheProjectsBuildMachineType$outboundSchema.optional(),
6951
+ isNSNBDisabled: z.boolean().optional(),
6926
6952
  });
6927
6953
 
6928
6954
  /**
@@ -7195,6 +7221,7 @@ export const DefaultResourceConfig$inboundSchema: z.ZodType<
7195
7221
  elasticConcurrencyEnabled: z.boolean().optional(),
7196
7222
  buildMachineType: UpdateProjectDataCacheBuildMachineType$inboundSchema
7197
7223
  .optional(),
7224
+ isNSNBDisabled: z.boolean().optional(),
7198
7225
  });
7199
7226
 
7200
7227
  /** @internal */
@@ -7206,6 +7233,7 @@ export type DefaultResourceConfig$Outbound = {
7206
7233
  functionZeroConfigFailover?: boolean | undefined;
7207
7234
  elasticConcurrencyEnabled?: boolean | undefined;
7208
7235
  buildMachineType?: string | undefined;
7236
+ isNSNBDisabled?: boolean | undefined;
7209
7237
  };
7210
7238
 
7211
7239
  /** @internal */
@@ -7223,6 +7251,7 @@ export const DefaultResourceConfig$outboundSchema: z.ZodType<
7223
7251
  elasticConcurrencyEnabled: z.boolean().optional(),
7224
7252
  buildMachineType: UpdateProjectDataCacheBuildMachineType$outboundSchema
7225
7253
  .optional(),
7254
+ isNSNBDisabled: z.boolean().optional(),
7226
7255
  });
7227
7256
 
7228
7257
  /**