@vercel/sdk 1.8.5 → 1.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (191) hide show
  1. package/README.md +11 -3
  2. package/bin/mcp-server.js +1555 -654
  3. package/bin/mcp-server.js.map +38 -26
  4. package/docs/sdks/marketplace/README.md +310 -78
  5. package/docs/sdks/rollingrelease/README.md +80 -0
  6. package/esm/__tests__/marketplace.test.js +53 -0
  7. package/esm/__tests__/marketplace.test.js.map +1 -1
  8. package/esm/__tests__/rollingrelease.test.js +23 -0
  9. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  10. package/esm/funcs/domainsCheckDomainStatus.js +2 -2
  11. package/esm/funcs/domainsCheckDomainStatus.js.map +1 -1
  12. package/esm/funcs/marketplaceDeleteResource.d.ts +20 -0
  13. package/esm/funcs/marketplaceDeleteResource.d.ts.map +1 -0
  14. package/esm/funcs/marketplaceDeleteResource.js +91 -0
  15. package/esm/funcs/marketplaceDeleteResource.js.map +1 -0
  16. package/esm/funcs/marketplaceGetResource.d.ts +20 -0
  17. package/esm/funcs/marketplaceGetResource.d.ts.map +1 -0
  18. package/esm/funcs/marketplaceGetResource.js +90 -0
  19. package/esm/funcs/marketplaceGetResource.js.map +1 -0
  20. package/esm/funcs/marketplaceGetResources.d.ts +20 -0
  21. package/esm/funcs/marketplaceGetResources.d.ts.map +1 -0
  22. package/esm/funcs/marketplaceGetResources.js +86 -0
  23. package/esm/funcs/marketplaceGetResources.js.map +1 -0
  24. package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.d.ts +20 -0
  25. package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.d.ts.map +1 -0
  26. package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.js +94 -0
  27. package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.js.map +1 -0
  28. package/esm/lib/config.d.ts +3 -3
  29. package/esm/lib/config.js +3 -3
  30. package/esm/mcp-server/mcp-server.js +1 -1
  31. package/esm/mcp-server/server.d.ts.map +1 -1
  32. package/esm/mcp-server/server.js +10 -2
  33. package/esm/mcp-server/server.js.map +1 -1
  34. package/esm/mcp-server/tools/marketplaceDeleteResource.d.ts +7 -0
  35. package/esm/mcp-server/tools/marketplaceDeleteResource.d.ts.map +1 -0
  36. package/esm/mcp-server/tools/marketplaceDeleteResource.js +27 -0
  37. package/esm/mcp-server/tools/marketplaceDeleteResource.js.map +1 -0
  38. package/esm/mcp-server/tools/marketplaceGetResource.d.ts +7 -0
  39. package/esm/mcp-server/tools/marketplaceGetResource.d.ts.map +1 -0
  40. package/esm/mcp-server/tools/marketplaceGetResource.js +28 -0
  41. package/esm/mcp-server/tools/marketplaceGetResource.js.map +1 -0
  42. package/esm/mcp-server/tools/marketplaceGetResources.d.ts +7 -0
  43. package/esm/mcp-server/tools/marketplaceGetResources.d.ts.map +1 -0
  44. package/esm/mcp-server/tools/marketplaceGetResources.js +28 -0
  45. package/esm/mcp-server/tools/marketplaceGetResources.js.map +1 -0
  46. package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.d.ts +7 -0
  47. package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.d.ts.map +1 -0
  48. package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.js +28 -0
  49. package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.js.map +1 -0
  50. package/esm/models/canceldeploymentop.d.ts +19 -17
  51. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  52. package/esm/models/canceldeploymentop.js +19 -17
  53. package/esm/models/canceldeploymentop.js.map +1 -1
  54. package/esm/models/createdeploymentop.d.ts +51 -106
  55. package/esm/models/createdeploymentop.d.ts.map +1 -1
  56. package/esm/models/createdeploymentop.js +55 -110
  57. package/esm/models/createdeploymentop.js.map +1 -1
  58. package/esm/models/createprojectop.d.ts +2 -0
  59. package/esm/models/createprojectop.d.ts.map +1 -1
  60. package/esm/models/createprojectop.js +2 -0
  61. package/esm/models/createprojectop.js.map +1 -1
  62. package/esm/models/createwebhookop.d.ts +6 -0
  63. package/esm/models/createwebhookop.d.ts.map +1 -1
  64. package/esm/models/createwebhookop.js +2 -0
  65. package/esm/models/createwebhookop.js.map +1 -1
  66. package/esm/models/deleteresourceop.d.ts +31 -0
  67. package/esm/models/deleteresourceop.d.ts.map +1 -0
  68. package/esm/models/deleteresourceop.js +33 -0
  69. package/esm/models/deleteresourceop.js.map +1 -0
  70. package/esm/models/getdeploymentop.d.ts +2 -0
  71. package/esm/models/getdeploymentop.d.ts.map +1 -1
  72. package/esm/models/getdeploymentop.js +2 -0
  73. package/esm/models/getdeploymentop.js.map +1 -1
  74. package/esm/models/getedgeconfigbackupop.d.ts +15 -15
  75. package/esm/models/getedgeconfigbackupop.d.ts.map +1 -1
  76. package/esm/models/getedgeconfigbackupop.js +15 -15
  77. package/esm/models/getedgeconfigbackupop.js.map +1 -1
  78. package/esm/models/getfirewallconfigop.d.ts +2 -0
  79. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  80. package/esm/models/getfirewallconfigop.js +2 -0
  81. package/esm/models/getfirewallconfigop.js.map +1 -1
  82. package/esm/models/getmemberop.d.ts +9 -0
  83. package/esm/models/getmemberop.d.ts.map +1 -1
  84. package/esm/models/getmemberop.js +3 -0
  85. package/esm/models/getmemberop.js.map +1 -1
  86. package/esm/models/getprojectsop.d.ts +2 -0
  87. package/esm/models/getprojectsop.d.ts.map +1 -1
  88. package/esm/models/getprojectsop.js +2 -0
  89. package/esm/models/getprojectsop.js.map +1 -1
  90. package/esm/models/getresourceop.d.ts +293 -0
  91. package/esm/models/getresourceop.d.ts.map +1 -0
  92. package/esm/models/getresourceop.js +250 -0
  93. package/esm/models/getresourceop.js.map +1 -0
  94. package/esm/models/getresourcesop.d.ts +310 -0
  95. package/esm/models/getresourcesop.d.ts.map +1 -0
  96. package/esm/models/getresourcesop.js +278 -0
  97. package/esm/models/getresourcesop.js.map +1 -0
  98. package/esm/models/getrollingreleasebillingstatusop.d.ts +284 -0
  99. package/esm/models/getrollingreleasebillingstatusop.d.ts.map +1 -0
  100. package/esm/models/getrollingreleasebillingstatusop.js +267 -0
  101. package/esm/models/getrollingreleasebillingstatusop.js.map +1 -0
  102. package/esm/models/getwebhookop.d.ts +3 -0
  103. package/esm/models/getwebhookop.d.ts.map +1 -1
  104. package/esm/models/getwebhookop.js +1 -0
  105. package/esm/models/getwebhookop.js.map +1 -1
  106. package/esm/models/getwebhooksop.d.ts +6 -0
  107. package/esm/models/getwebhooksop.d.ts.map +1 -1
  108. package/esm/models/getwebhooksop.js +2 -0
  109. package/esm/models/getwebhooksop.js.map +1 -1
  110. package/esm/models/importresourceop.d.ts +15 -15
  111. package/esm/models/importresourceop.d.ts.map +1 -1
  112. package/esm/models/importresourceop.js +17 -15
  113. package/esm/models/importresourceop.js.map +1 -1
  114. package/esm/models/putfirewallconfigop.d.ts +4 -0
  115. package/esm/models/putfirewallconfigop.d.ts.map +1 -1
  116. package/esm/models/putfirewallconfigop.js +4 -0
  117. package/esm/models/putfirewallconfigop.js.map +1 -1
  118. package/esm/models/updatefirewallconfigop.d.ts +36 -4
  119. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  120. package/esm/models/updatefirewallconfigop.js +33 -0
  121. package/esm/models/updatefirewallconfigop.js.map +1 -1
  122. package/esm/models/updateintegrationdeploymentactionop.d.ts +2 -0
  123. package/esm/models/updateintegrationdeploymentactionop.d.ts.map +1 -1
  124. package/esm/models/updateintegrationdeploymentactionop.js +2 -0
  125. package/esm/models/updateintegrationdeploymentactionop.js.map +1 -1
  126. package/esm/models/updateprojectdatacacheop.d.ts +2 -0
  127. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  128. package/esm/models/updateprojectdatacacheop.js +2 -0
  129. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  130. package/esm/models/updateprojectop.d.ts +2 -0
  131. package/esm/models/updateprojectop.d.ts.map +1 -1
  132. package/esm/models/updateprojectop.js +2 -0
  133. package/esm/models/updateprojectop.js.map +1 -1
  134. package/esm/models/updateresourcesecretsop.d.ts +15 -15
  135. package/esm/models/updateresourcesecretsop.d.ts.map +1 -1
  136. package/esm/models/updateresourcesecretsop.js +15 -17
  137. package/esm/models/updateresourcesecretsop.js.map +1 -1
  138. package/esm/models/userevent.d.ts +5 -0
  139. package/esm/models/userevent.d.ts.map +1 -1
  140. package/esm/models/userevent.js +2 -0
  141. package/esm/models/userevent.js.map +1 -1
  142. package/esm/sdk/marketplace.d.ts +31 -7
  143. package/esm/sdk/marketplace.d.ts.map +1 -1
  144. package/esm/sdk/marketplace.js +39 -9
  145. package/esm/sdk/marketplace.js.map +1 -1
  146. package/esm/sdk/rollingrelease.d.ts +8 -0
  147. package/esm/sdk/rollingrelease.d.ts.map +1 -1
  148. package/esm/sdk/rollingrelease.js +10 -0
  149. package/esm/sdk/rollingrelease.js.map +1 -1
  150. package/jsr.json +1 -1
  151. package/package.json +1 -1
  152. package/src/__tests__/marketplace.test.ts +62 -0
  153. package/src/__tests__/rollingrelease.test.ts +26 -0
  154. package/src/funcs/domainsCheckDomainStatus.ts +2 -2
  155. package/src/funcs/marketplaceDeleteResource.ts +205 -0
  156. package/src/funcs/marketplaceGetResource.ts +206 -0
  157. package/src/funcs/marketplaceGetResources.ts +202 -0
  158. package/src/funcs/rollingReleaseGetRollingReleaseBillingStatus.ts +208 -0
  159. package/src/lib/config.ts +3 -3
  160. package/src/mcp-server/mcp-server.ts +1 -1
  161. package/src/mcp-server/server.ts +10 -2
  162. package/src/mcp-server/tools/marketplaceDeleteResource.ts +35 -0
  163. package/src/mcp-server/tools/marketplaceGetResource.ts +37 -0
  164. package/src/mcp-server/tools/marketplaceGetResources.ts +37 -0
  165. package/src/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.ts +40 -0
  166. package/src/models/canceldeploymentop.ts +32 -32
  167. package/src/models/createdeploymentop.ts +107 -220
  168. package/src/models/createprojectop.ts +4 -0
  169. package/src/models/createwebhookop.ts +2 -0
  170. package/src/models/deleteresourceop.ts +70 -0
  171. package/src/models/getdeploymentop.ts +4 -0
  172. package/src/models/getedgeconfigbackupop.ts +41 -24
  173. package/src/models/getfirewallconfigop.ts +4 -0
  174. package/src/models/getmemberop.ts +9 -0
  175. package/src/models/getprojectsop.ts +4 -0
  176. package/src/models/getresourceop.ts +545 -0
  177. package/src/models/getresourcesop.ts +604 -0
  178. package/src/models/getrollingreleasebillingstatusop.ts +614 -0
  179. package/src/models/getwebhookop.ts +1 -0
  180. package/src/models/getwebhooksop.ts +2 -0
  181. package/src/models/importresourceop.ts +27 -35
  182. package/src/models/putfirewallconfigop.ts +8 -0
  183. package/src/models/updatefirewallconfigop.ts +73 -0
  184. package/src/models/updateintegrationdeploymentactionop.ts +4 -0
  185. package/src/models/updateprojectdatacacheop.ts +4 -0
  186. package/src/models/updateprojectop.ts +4 -0
  187. package/src/models/updateresourcesecretsop.ts +49 -33
  188. package/src/models/userevent.ts +7 -0
  189. package/src/sdk/marketplace.ts +80 -17
  190. package/src/sdk/rollingrelease.ts +22 -0
  191. package/vercel-spec.json +1037 -352
package/bin/mcp-server.js CHANGED
@@ -34234,9 +34234,9 @@ var init_config = __esm(() => {
34234
34234
  SDK_METADATA = {
34235
34235
  language: "typescript",
34236
34236
  openapiDocVersion: "0.0.1",
34237
- sdkVersion: "1.8.5",
34238
- genVersion: "2.632.0",
34239
- userAgent: "speakeasy-sdk/typescript 1.8.5 2.632.0 0.0.1 @vercel/sdk"
34237
+ sdkVersion: "1.8.6",
34238
+ genVersion: "2.634.1",
34239
+ userAgent: "speakeasy-sdk/typescript 1.8.6 2.634.1 0.0.1 @vercel/sdk"
34240
34240
  };
34241
34241
  });
34242
34242
 
@@ -43879,7 +43879,7 @@ var init_flagjsonvalue = __esm(() => {
43879
43879
  });
43880
43880
 
43881
43881
  // src/models/canceldeploymentop.ts
43882
- var CancelDeploymentFramework, CancelDeploymentDeploymentsStatus, CancelDeploymentProtocol, CancelDeploymentFormats, CancelDeploymentContentDispositionType, CancelDeploymentDeploymentsReadyState, CancelDeploymentStatus, CancelDeploymentCustomEnvironmentType, CancelDeploymentCustomEnvironmentDeploymentsType, CancelDeploymentOomReport, CancelDeploymentChecksState, CancelDeploymentChecksConclusion, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType, CancelDeploymentGitSourceDeploymentsResponse200Type, CancelDeploymentGitSourceDeploymentsResponseType, CancelDeploymentGitSourceDeploymentsType, CancelDeploymentGitSourceType, CancelDeploymentReadyState, CancelDeploymentReadySubstate, CancelDeploymentSource, CancelDeploymentTarget, CancelDeploymentType, CancelDeploymentArchitecture, CancelDeploymentPlan, CancelDeploymentRoutesHandle, CancelDeploymentHasDeploymentsType, CancelDeploymentHasType, CancelDeploymentMissingDeploymentsType, CancelDeploymentMissingType, CancelDeploymentRoutesAction, CancelDeploymentGitRepoDeploymentsResponseType, CancelDeploymentGitRepoDeploymentsResponseOwnerType, CancelDeploymentGitRepoDeploymentsType, CancelDeploymentGitRepoDeploymentsOwnerType, CancelDeploymentGitRepoType, CancelDeploymentGitRepoOwnerType, CancelDeploymentFunctionType, CancelDeploymentFunctionMemoryType, CancelDeploymentState, CancelDeploymentRequest$inboundSchema, CancelDeploymentRequest$outboundSchema, CancelDeploymentRequest$, CancelDeploymentAliasAssignedAt$inboundSchema, CancelDeploymentAliasAssignedAt$outboundSchema, CancelDeploymentAliasAssignedAt$, CancelDeploymentBuild$inboundSchema, CancelDeploymentBuild$outboundSchema, CancelDeploymentBuild$, CancelDeploymentBuilds$inboundSchema, CancelDeploymentBuilds$outboundSchema, CancelDeploymentBuilds$, CancelDeploymentFramework$inboundSchema, CancelDeploymentFramework$outboundSchema, CancelDeploymentFramework$, CancelDeploymentSpeedInsights$inboundSchema, CancelDeploymentSpeedInsights$outboundSchema, CancelDeploymentSpeedInsights$, CancelDeploymentWebAnalytics$inboundSchema, CancelDeploymentWebAnalytics$outboundSchema, CancelDeploymentWebAnalytics$, CancelDeploymentProjectSettings$inboundSchema, CancelDeploymentProjectSettings$outboundSchema, CancelDeploymentProjectSettings$, CancelDeploymentDeploymentsStatus$inboundSchema, CancelDeploymentDeploymentsStatus$outboundSchema, CancelDeploymentDeploymentsStatus$, CancelDeploymentIntegrations$inboundSchema, CancelDeploymentIntegrations$outboundSchema, CancelDeploymentIntegrations$, CancelDeploymentProtocol$inboundSchema, CancelDeploymentProtocol$outboundSchema, CancelDeploymentProtocol$, CancelDeploymentRemotePatterns$inboundSchema, CancelDeploymentRemotePatterns$outboundSchema, CancelDeploymentRemotePatterns$, CancelDeploymentLocalPatterns$inboundSchema, CancelDeploymentLocalPatterns$outboundSchema, CancelDeploymentLocalPatterns$, CancelDeploymentFormats$inboundSchema, CancelDeploymentFormats$outboundSchema, CancelDeploymentFormats$, CancelDeploymentContentDispositionType$inboundSchema, CancelDeploymentContentDispositionType$outboundSchema, CancelDeploymentContentDispositionType$, CancelDeploymentImages$inboundSchema, CancelDeploymentImages$outboundSchema, CancelDeploymentImages$, CancelDeploymentCreator$inboundSchema, CancelDeploymentCreator$outboundSchema, CancelDeploymentCreator$, CancelDeploymentDeploymentsReadyState$inboundSchema, CancelDeploymentDeploymentsReadyState$outboundSchema, CancelDeploymentDeploymentsReadyState$, CancelDeploymentOutput$inboundSchema, CancelDeploymentOutput$outboundSchema, CancelDeploymentOutput$, CancelDeploymentLambdas$inboundSchema, CancelDeploymentLambdas$outboundSchema, CancelDeploymentLambdas$, CancelDeploymentStatus$inboundSchema, CancelDeploymentStatus$outboundSchema, CancelDeploymentStatus$, CancelDeploymentTeam$inboundSchema, CancelDeploymentTeam$outboundSchema, CancelDeploymentTeam$, CancelDeploymentCustomEnvironment2$inboundSchema, CancelDeploymentCustomEnvironment2$outboundSchema, CancelDeploymentCustomEnvironment2$, CancelDeploymentCustomEnvironmentType$inboundSchema, CancelDeploymentCustomEnvironmentType$outboundSchema, CancelDeploymentCustomEnvironmentType$, CancelDeploymentCustomEnvironmentDeploymentsType$inboundSchema, CancelDeploymentCustomEnvironmentDeploymentsType$outboundSchema, CancelDeploymentCustomEnvironmentDeploymentsType$, CancelDeploymentCustomEnvironmentBranchMatcher$inboundSchema, CancelDeploymentCustomEnvironmentBranchMatcher$outboundSchema, CancelDeploymentCustomEnvironmentBranchMatcher$, CancelDeploymentCustomEnvironmentVerification$inboundSchema, CancelDeploymentCustomEnvironmentVerification$outboundSchema, CancelDeploymentCustomEnvironmentVerification$, CancelDeploymentCustomEnvironmentDomains$inboundSchema, CancelDeploymentCustomEnvironmentDomains$outboundSchema, CancelDeploymentCustomEnvironmentDomains$, CancelDeploymentCustomEnvironment1$inboundSchema, CancelDeploymentCustomEnvironment1$outboundSchema, CancelDeploymentCustomEnvironment1$, CancelDeploymentCustomEnvironment$inboundSchema, CancelDeploymentCustomEnvironment$outboundSchema, CancelDeploymentCustomEnvironment$, CancelDeploymentOomReport$inboundSchema, CancelDeploymentOomReport$outboundSchema, CancelDeploymentOomReport$, CancelDeploymentAliasError$inboundSchema, CancelDeploymentAliasError$outboundSchema, CancelDeploymentAliasError$, CancelDeploymentAliasWarning$inboundSchema, CancelDeploymentAliasWarning$outboundSchema, CancelDeploymentAliasWarning$, CancelDeploymentChecksState$inboundSchema, CancelDeploymentChecksState$outboundSchema, CancelDeploymentChecksState$, CancelDeploymentChecksConclusion$inboundSchema, CancelDeploymentChecksConclusion$outboundSchema, CancelDeploymentChecksConclusion$, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$, GitSource12$inboundSchema, GitSource12$outboundSchema, GitSource12$, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$, GitSource11$inboundSchema, GitSource11$outboundSchema, GitSource11$, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$, GitSource10$inboundSchema, GitSource10$outboundSchema, GitSource10$, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$, GitSource9$inboundSchema, GitSource9$outboundSchema, GitSource9$, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$, GitSource8$inboundSchema, GitSource8$outboundSchema, GitSource8$, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$, GitSource7$inboundSchema, GitSource7$outboundSchema, GitSource7$, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$, CancelDeploymentGitSource6$inboundSchema, CancelDeploymentGitSource6$outboundSchema, CancelDeploymentGitSource6$, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$, CancelDeploymentGitSourceProjectId$inboundSchema, CancelDeploymentGitSourceProjectId$outboundSchema, CancelDeploymentGitSourceProjectId$, CancelDeploymentGitSource5$inboundSchema, CancelDeploymentGitSource5$outboundSchema, CancelDeploymentGitSource5$, CancelDeploymentGitSourceDeploymentsResponse200Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200Type$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200Type$, CancelDeploymentGitSource4$inboundSchema, CancelDeploymentGitSource4$outboundSchema, CancelDeploymentGitSource4$, CancelDeploymentGitSourceDeploymentsResponseType$inboundSchema, CancelDeploymentGitSourceDeploymentsResponseType$outboundSchema, CancelDeploymentGitSourceDeploymentsResponseType$, CancelDeploymentGitSourceDeploymentsRepoId$inboundSchema, CancelDeploymentGitSourceDeploymentsRepoId$outboundSchema, CancelDeploymentGitSourceDeploymentsRepoId$, CancelDeploymentGitSource3$inboundSchema, CancelDeploymentGitSource3$outboundSchema, CancelDeploymentGitSource3$, CancelDeploymentGitSourceDeploymentsType$inboundSchema, CancelDeploymentGitSourceDeploymentsType$outboundSchema, CancelDeploymentGitSourceDeploymentsType$, CancelDeploymentGitSource2$inboundSchema, CancelDeploymentGitSource2$outboundSchema, CancelDeploymentGitSource2$, CancelDeploymentGitSourceType$inboundSchema, CancelDeploymentGitSourceType$outboundSchema, CancelDeploymentGitSourceType$, CancelDeploymentGitSourceRepoId$inboundSchema, CancelDeploymentGitSourceRepoId$outboundSchema, CancelDeploymentGitSourceRepoId$, CancelDeploymentGitSource1$inboundSchema, CancelDeploymentGitSource1$outboundSchema, CancelDeploymentGitSource1$, CancelDeploymentGitSource$inboundSchema, CancelDeploymentGitSource$outboundSchema, CancelDeploymentGitSource$, CancelDeploymentProject$inboundSchema, CancelDeploymentProject$outboundSchema, CancelDeploymentProject$, CancelDeploymentReadyState$inboundSchema, CancelDeploymentReadyState$outboundSchema, CancelDeploymentReadyState$, CancelDeploymentReadySubstate$inboundSchema, CancelDeploymentReadySubstate$outboundSchema, CancelDeploymentReadySubstate$, CancelDeploymentSource$inboundSchema, CancelDeploymentSource$outboundSchema, CancelDeploymentSource$, CancelDeploymentTarget$inboundSchema, CancelDeploymentTarget$outboundSchema, CancelDeploymentTarget$, CancelDeploymentType$inboundSchema, CancelDeploymentType$outboundSchema, CancelDeploymentType$, CancelDeploymentOidcTokenClaims$inboundSchema, CancelDeploymentOidcTokenClaims$outboundSchema, CancelDeploymentOidcTokenClaims$, CancelDeploymentCrons$inboundSchema, CancelDeploymentCrons$outboundSchema, CancelDeploymentCrons$, CancelDeploymentArchitecture$inboundSchema, CancelDeploymentArchitecture$outboundSchema, CancelDeploymentArchitecture$, CancelDeploymentFunctions$inboundSchema, CancelDeploymentFunctions$outboundSchema, CancelDeploymentFunctions$, CancelDeploymentPlan$inboundSchema, CancelDeploymentPlan$outboundSchema, CancelDeploymentPlan$, CancelDeploymentRoutes3$inboundSchema, CancelDeploymentRoutes3$outboundSchema, CancelDeploymentRoutes3$, CancelDeploymentRoutesHandle$inboundSchema, CancelDeploymentRoutesHandle$outboundSchema, CancelDeploymentRoutesHandle$, CancelDeploymentRoutes2$inboundSchema, CancelDeploymentRoutes2$outboundSchema, CancelDeploymentRoutes2$, CancelDeploymentHasDeploymentsType$inboundSchema, CancelDeploymentHasDeploymentsType$outboundSchema, CancelDeploymentHasDeploymentsType$, CancelDeploymentValueDeploymentsEq$inboundSchema, CancelDeploymentValueDeploymentsEq$outboundSchema, CancelDeploymentValueDeploymentsEq$, CancelDeploymentValueDeployments2$inboundSchema, CancelDeploymentValueDeployments2$outboundSchema, CancelDeploymentValueDeployments2$, CancelDeploymentHasDeploymentsValue$inboundSchema, CancelDeploymentHasDeploymentsValue$outboundSchema, CancelDeploymentHasDeploymentsValue$, CancelDeploymentHas2$inboundSchema, CancelDeploymentHas2$outboundSchema, CancelDeploymentHas2$, CancelDeploymentHasType$inboundSchema, CancelDeploymentHasType$outboundSchema, CancelDeploymentHasType$, CancelDeploymentValueEq$inboundSchema, CancelDeploymentValueEq$outboundSchema, CancelDeploymentValueEq$, CancelDeploymentValue2$inboundSchema, CancelDeploymentValue2$outboundSchema, CancelDeploymentValue2$, CancelDeploymentHasValue$inboundSchema, CancelDeploymentHasValue$outboundSchema, CancelDeploymentHasValue$, CancelDeploymentHas1$inboundSchema, CancelDeploymentHas1$outboundSchema, CancelDeploymentHas1$, CancelDeploymentRoutesHas$inboundSchema, CancelDeploymentRoutesHas$outboundSchema, CancelDeploymentRoutesHas$, CancelDeploymentMissingDeploymentsType$inboundSchema, CancelDeploymentMissingDeploymentsType$outboundSchema, CancelDeploymentMissingDeploymentsType$, CancelDeploymentValueDeploymentsResponse200Eq$inboundSchema, CancelDeploymentValueDeploymentsResponse200Eq$outboundSchema, CancelDeploymentValueDeploymentsResponse200Eq$, CancelDeploymentValueDeploymentsResponse2002$inboundSchema, CancelDeploymentValueDeploymentsResponse2002$outboundSchema, CancelDeploymentValueDeploymentsResponse2002$, CancelDeploymentMissingDeploymentsValue$inboundSchema, CancelDeploymentMissingDeploymentsValue$outboundSchema, CancelDeploymentMissingDeploymentsValue$, CancelDeploymentMissing2$inboundSchema, CancelDeploymentMissing2$outboundSchema, CancelDeploymentMissing2$, CancelDeploymentMissingType$inboundSchema, CancelDeploymentMissingType$outboundSchema, CancelDeploymentMissingType$, CancelDeploymentValueDeploymentsResponseEq$inboundSchema, CancelDeploymentValueDeploymentsResponseEq$outboundSchema, CancelDeploymentValueDeploymentsResponseEq$, CancelDeploymentValueDeploymentsResponse2$inboundSchema, CancelDeploymentValueDeploymentsResponse2$outboundSchema, CancelDeploymentValueDeploymentsResponse2$, CancelDeploymentMissingValue$inboundSchema, CancelDeploymentMissingValue$outboundSchema, CancelDeploymentMissingValue$, CancelDeploymentMissing1$inboundSchema, CancelDeploymentMissing1$outboundSchema, CancelDeploymentMissing1$, CancelDeploymentRoutesMissing$inboundSchema, CancelDeploymentRoutesMissing$outboundSchema, CancelDeploymentRoutesMissing$, CancelDeploymentRoutesAction$inboundSchema, CancelDeploymentRoutesAction$outboundSchema, CancelDeploymentRoutesAction$, CancelDeploymentRoutesMitigate$inboundSchema, CancelDeploymentRoutesMitigate$outboundSchema, CancelDeploymentRoutesMitigate$, RoutesLocale$inboundSchema, RoutesLocale$outboundSchema, RoutesLocale$, CancelDeploymentRoutes1$inboundSchema, CancelDeploymentRoutes1$outboundSchema, CancelDeploymentRoutes1$, CancelDeploymentRoutes$inboundSchema, CancelDeploymentRoutes$outboundSchema, CancelDeploymentRoutes$, CancelDeploymentGitRepoDeploymentsResponseType$inboundSchema, CancelDeploymentGitRepoDeploymentsResponseType$outboundSchema, CancelDeploymentGitRepoDeploymentsResponseType$, CancelDeploymentGitRepoDeploymentsResponseOwnerType$inboundSchema, CancelDeploymentGitRepoDeploymentsResponseOwnerType$outboundSchema, CancelDeploymentGitRepoDeploymentsResponseOwnerType$, CancelDeploymentGitRepo3$inboundSchema, CancelDeploymentGitRepo3$outboundSchema, CancelDeploymentGitRepo3$, CancelDeploymentGitRepoDeploymentsType$inboundSchema, CancelDeploymentGitRepoDeploymentsType$outboundSchema, CancelDeploymentGitRepoDeploymentsType$, CancelDeploymentGitRepoDeploymentsOwnerType$inboundSchema, CancelDeploymentGitRepoDeploymentsOwnerType$outboundSchema, CancelDeploymentGitRepoDeploymentsOwnerType$, CancelDeploymentGitRepo2$inboundSchema, CancelDeploymentGitRepo2$outboundSchema, CancelDeploymentGitRepo2$, CancelDeploymentGitRepoType$inboundSchema, CancelDeploymentGitRepoType$outboundSchema, CancelDeploymentGitRepoType$, CancelDeploymentGitRepoOwnerType$inboundSchema, CancelDeploymentGitRepoOwnerType$outboundSchema, CancelDeploymentGitRepoOwnerType$, CancelDeploymentGitRepo1$inboundSchema, CancelDeploymentGitRepo1$outboundSchema, CancelDeploymentGitRepo1$, CancelDeploymentGitRepo$inboundSchema, CancelDeploymentGitRepo$outboundSchema, CancelDeploymentGitRepo$, CancelDeploymentFlags2$inboundSchema, CancelDeploymentFlags2$outboundSchema, CancelDeploymentFlags2$, FlagsOptions$inboundSchema, FlagsOptions$outboundSchema, FlagsOptions$, CancelDeploymentFlagsDefinitions$inboundSchema, CancelDeploymentFlagsDefinitions$outboundSchema, CancelDeploymentFlagsDefinitions$, CancelDeploymentFlags1$inboundSchema, CancelDeploymentFlags1$outboundSchema, CancelDeploymentFlags1$, CancelDeploymentFlags$inboundSchema, CancelDeploymentFlags$outboundSchema, CancelDeploymentFlags$, MicrofrontendsApplications$inboundSchema, MicrofrontendsApplications$outboundSchema, MicrofrontendsApplications$, CancelDeploymentMicrofrontends2$inboundSchema, CancelDeploymentMicrofrontends2$outboundSchema, CancelDeploymentMicrofrontends2$, CancelDeploymentMicrofrontends1$inboundSchema, CancelDeploymentMicrofrontends1$outboundSchema, CancelDeploymentMicrofrontends1$, CancelDeploymentMicrofrontends$inboundSchema, CancelDeploymentMicrofrontends$outboundSchema, CancelDeploymentMicrofrontends$, CancelDeploymentFunctionType$inboundSchema, CancelDeploymentFunctionType$outboundSchema, CancelDeploymentFunctionType$, CancelDeploymentFunctionMemoryType$inboundSchema, CancelDeploymentFunctionMemoryType$outboundSchema, CancelDeploymentFunctionMemoryType$, CancelDeploymentConfig$inboundSchema, CancelDeploymentConfig$outboundSchema, CancelDeploymentConfig$, CancelDeploymentState$inboundSchema, CancelDeploymentState$outboundSchema, CancelDeploymentState$, CancelDeploymentDeploymentAlias$inboundSchema, CancelDeploymentDeploymentAlias$outboundSchema, CancelDeploymentDeploymentAlias$, CancelDeploymentChecks$inboundSchema, CancelDeploymentChecks$outboundSchema, CancelDeploymentChecks$, CancelDeploymentResponseBody$inboundSchema, CancelDeploymentResponseBody$outboundSchema, CancelDeploymentResponseBody$;
43882
+ var CancelDeploymentFramework, CancelDeploymentDeploymentsStatus, CancelDeploymentProtocol, CancelDeploymentFormats, CancelDeploymentContentDispositionType, CancelDeploymentDeploymentsReadyState, CancelDeploymentStatus, CancelDeploymentCustomEnvironmentType, CancelDeploymentCustomEnvironmentDeploymentsType, CancelDeploymentOomReport, CancelDeploymentChecksState, CancelDeploymentChecksConclusion, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType, CancelDeploymentGitSourceDeploymentsResponse200Type, CancelDeploymentGitSourceDeploymentsResponseType, CancelDeploymentGitSourceDeploymentsType, CancelDeploymentGitSourceType, CancelDeploymentReadyState, CancelDeploymentReadySubstate, CancelDeploymentSource, CancelDeploymentTarget, CancelDeploymentType, CancelDeploymentArchitecture, CancelDeploymentPlan, CancelDeploymentRoutesHandle, CancelDeploymentHasDeploymentsType, CancelDeploymentHasType, CancelDeploymentMissingDeploymentsType, CancelDeploymentMissingType, CancelDeploymentRoutesAction, CancelDeploymentGitRepoDeploymentsResponseType, CancelDeploymentGitRepoDeploymentsResponseOwnerType, CancelDeploymentGitRepoDeploymentsType, CancelDeploymentGitRepoDeploymentsOwnerType, CancelDeploymentGitRepoType, CancelDeploymentGitRepoOwnerType, CancelDeploymentFunctionType, CancelDeploymentFunctionMemoryType, CancelDeploymentState, CancelDeploymentRequest$inboundSchema, CancelDeploymentRequest$outboundSchema, CancelDeploymentRequest$, CancelDeploymentAliasAssignedAt$inboundSchema, CancelDeploymentAliasAssignedAt$outboundSchema, CancelDeploymentAliasAssignedAt$, CancelDeploymentBuild$inboundSchema, CancelDeploymentBuild$outboundSchema, CancelDeploymentBuild$, CancelDeploymentBuilds$inboundSchema, CancelDeploymentBuilds$outboundSchema, CancelDeploymentBuilds$, CancelDeploymentFramework$inboundSchema, CancelDeploymentFramework$outboundSchema, CancelDeploymentFramework$, CancelDeploymentSpeedInsights$inboundSchema, CancelDeploymentSpeedInsights$outboundSchema, CancelDeploymentSpeedInsights$, CancelDeploymentWebAnalytics$inboundSchema, CancelDeploymentWebAnalytics$outboundSchema, CancelDeploymentWebAnalytics$, CancelDeploymentProjectSettings$inboundSchema, CancelDeploymentProjectSettings$outboundSchema, CancelDeploymentProjectSettings$, CancelDeploymentDeploymentsStatus$inboundSchema, CancelDeploymentDeploymentsStatus$outboundSchema, CancelDeploymentDeploymentsStatus$, CancelDeploymentIntegrations$inboundSchema, CancelDeploymentIntegrations$outboundSchema, CancelDeploymentIntegrations$, CancelDeploymentProtocol$inboundSchema, CancelDeploymentProtocol$outboundSchema, CancelDeploymentProtocol$, CancelDeploymentRemotePatterns$inboundSchema, CancelDeploymentRemotePatterns$outboundSchema, CancelDeploymentRemotePatterns$, CancelDeploymentLocalPatterns$inboundSchema, CancelDeploymentLocalPatterns$outboundSchema, CancelDeploymentLocalPatterns$, CancelDeploymentFormats$inboundSchema, CancelDeploymentFormats$outboundSchema, CancelDeploymentFormats$, CancelDeploymentContentDispositionType$inboundSchema, CancelDeploymentContentDispositionType$outboundSchema, CancelDeploymentContentDispositionType$, CancelDeploymentImages$inboundSchema, CancelDeploymentImages$outboundSchema, CancelDeploymentImages$, CancelDeploymentCreator$inboundSchema, CancelDeploymentCreator$outboundSchema, CancelDeploymentCreator$, CancelDeploymentDeploymentsReadyState$inboundSchema, CancelDeploymentDeploymentsReadyState$outboundSchema, CancelDeploymentDeploymentsReadyState$, CancelDeploymentOutput$inboundSchema, CancelDeploymentOutput$outboundSchema, CancelDeploymentOutput$, CancelDeploymentLambdas$inboundSchema, CancelDeploymentLambdas$outboundSchema, CancelDeploymentLambdas$, CancelDeploymentStatus$inboundSchema, CancelDeploymentStatus$outboundSchema, CancelDeploymentStatus$, CancelDeploymentTeam$inboundSchema, CancelDeploymentTeam$outboundSchema, CancelDeploymentTeam$, CancelDeploymentCustomEnvironment2$inboundSchema, CancelDeploymentCustomEnvironment2$outboundSchema, CancelDeploymentCustomEnvironment2$, CancelDeploymentCustomEnvironmentType$inboundSchema, CancelDeploymentCustomEnvironmentType$outboundSchema, CancelDeploymentCustomEnvironmentType$, CancelDeploymentCustomEnvironmentDeploymentsType$inboundSchema, CancelDeploymentCustomEnvironmentDeploymentsType$outboundSchema, CancelDeploymentCustomEnvironmentDeploymentsType$, CancelDeploymentCustomEnvironmentBranchMatcher$inboundSchema, CancelDeploymentCustomEnvironmentBranchMatcher$outboundSchema, CancelDeploymentCustomEnvironmentBranchMatcher$, CancelDeploymentCustomEnvironmentVerification$inboundSchema, CancelDeploymentCustomEnvironmentVerification$outboundSchema, CancelDeploymentCustomEnvironmentVerification$, CancelDeploymentCustomEnvironmentDomains$inboundSchema, CancelDeploymentCustomEnvironmentDomains$outboundSchema, CancelDeploymentCustomEnvironmentDomains$, CancelDeploymentCustomEnvironment1$inboundSchema, CancelDeploymentCustomEnvironment1$outboundSchema, CancelDeploymentCustomEnvironment1$, CancelDeploymentCustomEnvironment$inboundSchema, CancelDeploymentCustomEnvironment$outboundSchema, CancelDeploymentCustomEnvironment$, CancelDeploymentOomReport$inboundSchema, CancelDeploymentOomReport$outboundSchema, CancelDeploymentOomReport$, CancelDeploymentAliasError$inboundSchema, CancelDeploymentAliasError$outboundSchema, CancelDeploymentAliasError$, CancelDeploymentAliasWarning$inboundSchema, CancelDeploymentAliasWarning$outboundSchema, CancelDeploymentAliasWarning$, CancelDeploymentChecksState$inboundSchema, CancelDeploymentChecksState$outboundSchema, CancelDeploymentChecksState$, CancelDeploymentChecksConclusion$inboundSchema, CancelDeploymentChecksConclusion$outboundSchema, CancelDeploymentChecksConclusion$, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$, GitSource12$inboundSchema, GitSource12$outboundSchema, GitSource12$, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$, GitSource11$inboundSchema, GitSource11$outboundSchema, GitSource11$, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$, GitSource10$inboundSchema, GitSource10$outboundSchema, GitSource10$, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$, GitSource9$inboundSchema, GitSource9$outboundSchema, GitSource9$, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$, GitSource8$inboundSchema, GitSource8$outboundSchema, GitSource8$, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$, GitSource7$inboundSchema, GitSource7$outboundSchema, GitSource7$, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$, GitSource6$inboundSchema, GitSource6$outboundSchema, GitSource6$, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$, CancelDeploymentGitSourceProjectId$inboundSchema, CancelDeploymentGitSourceProjectId$outboundSchema, CancelDeploymentGitSourceProjectId$, CancelDeploymentGitSource5$inboundSchema, CancelDeploymentGitSource5$outboundSchema, CancelDeploymentGitSource5$, CancelDeploymentGitSourceDeploymentsResponse200Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200Type$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200Type$, CancelDeploymentGitSource4$inboundSchema, CancelDeploymentGitSource4$outboundSchema, CancelDeploymentGitSource4$, CancelDeploymentGitSourceDeploymentsResponseType$inboundSchema, CancelDeploymentGitSourceDeploymentsResponseType$outboundSchema, CancelDeploymentGitSourceDeploymentsResponseType$, CancelDeploymentGitSourceDeploymentsRepoId$inboundSchema, CancelDeploymentGitSourceDeploymentsRepoId$outboundSchema, CancelDeploymentGitSourceDeploymentsRepoId$, CancelDeploymentGitSource3$inboundSchema, CancelDeploymentGitSource3$outboundSchema, CancelDeploymentGitSource3$, CancelDeploymentGitSourceDeploymentsType$inboundSchema, CancelDeploymentGitSourceDeploymentsType$outboundSchema, CancelDeploymentGitSourceDeploymentsType$, CancelDeploymentGitSource2$inboundSchema, CancelDeploymentGitSource2$outboundSchema, CancelDeploymentGitSource2$, CancelDeploymentGitSourceType$inboundSchema, CancelDeploymentGitSourceType$outboundSchema, CancelDeploymentGitSourceType$, CancelDeploymentGitSourceRepoId$inboundSchema, CancelDeploymentGitSourceRepoId$outboundSchema, CancelDeploymentGitSourceRepoId$, CancelDeploymentGitSource1$inboundSchema, CancelDeploymentGitSource1$outboundSchema, CancelDeploymentGitSource1$, CancelDeploymentGitSource$inboundSchema, CancelDeploymentGitSource$outboundSchema, CancelDeploymentGitSource$, CancelDeploymentProject$inboundSchema, CancelDeploymentProject$outboundSchema, CancelDeploymentProject$, CancelDeploymentReadyState$inboundSchema, CancelDeploymentReadyState$outboundSchema, CancelDeploymentReadyState$, CancelDeploymentReadySubstate$inboundSchema, CancelDeploymentReadySubstate$outboundSchema, CancelDeploymentReadySubstate$, CancelDeploymentSource$inboundSchema, CancelDeploymentSource$outboundSchema, CancelDeploymentSource$, CancelDeploymentTarget$inboundSchema, CancelDeploymentTarget$outboundSchema, CancelDeploymentTarget$, CancelDeploymentType$inboundSchema, CancelDeploymentType$outboundSchema, CancelDeploymentType$, CancelDeploymentOidcTokenClaims$inboundSchema, CancelDeploymentOidcTokenClaims$outboundSchema, CancelDeploymentOidcTokenClaims$, CancelDeploymentCrons$inboundSchema, CancelDeploymentCrons$outboundSchema, CancelDeploymentCrons$, CancelDeploymentArchitecture$inboundSchema, CancelDeploymentArchitecture$outboundSchema, CancelDeploymentArchitecture$, CancelDeploymentFunctions$inboundSchema, CancelDeploymentFunctions$outboundSchema, CancelDeploymentFunctions$, CancelDeploymentPlan$inboundSchema, CancelDeploymentPlan$outboundSchema, CancelDeploymentPlan$, CancelDeploymentRoutes3$inboundSchema, CancelDeploymentRoutes3$outboundSchema, CancelDeploymentRoutes3$, CancelDeploymentRoutesHandle$inboundSchema, CancelDeploymentRoutesHandle$outboundSchema, CancelDeploymentRoutesHandle$, CancelDeploymentRoutes2$inboundSchema, CancelDeploymentRoutes2$outboundSchema, CancelDeploymentRoutes2$, CancelDeploymentHasDeploymentsType$inboundSchema, CancelDeploymentHasDeploymentsType$outboundSchema, CancelDeploymentHasDeploymentsType$, CancelDeploymentValueDeploymentsEq$inboundSchema, CancelDeploymentValueDeploymentsEq$outboundSchema, CancelDeploymentValueDeploymentsEq$, CancelDeploymentValueDeployments2$inboundSchema, CancelDeploymentValueDeployments2$outboundSchema, CancelDeploymentValueDeployments2$, CancelDeploymentHasDeploymentsValue$inboundSchema, CancelDeploymentHasDeploymentsValue$outboundSchema, CancelDeploymentHasDeploymentsValue$, CancelDeploymentHas2$inboundSchema, CancelDeploymentHas2$outboundSchema, CancelDeploymentHas2$, CancelDeploymentHasType$inboundSchema, CancelDeploymentHasType$outboundSchema, CancelDeploymentHasType$, CancelDeploymentValueEq$inboundSchema, CancelDeploymentValueEq$outboundSchema, CancelDeploymentValueEq$, CancelDeploymentValue2$inboundSchema, CancelDeploymentValue2$outboundSchema, CancelDeploymentValue2$, CancelDeploymentHasValue$inboundSchema, CancelDeploymentHasValue$outboundSchema, CancelDeploymentHasValue$, CancelDeploymentHas1$inboundSchema, CancelDeploymentHas1$outboundSchema, CancelDeploymentHas1$, CancelDeploymentRoutesHas$inboundSchema, CancelDeploymentRoutesHas$outboundSchema, CancelDeploymentRoutesHas$, CancelDeploymentMissingDeploymentsType$inboundSchema, CancelDeploymentMissingDeploymentsType$outboundSchema, CancelDeploymentMissingDeploymentsType$, CancelDeploymentValueDeploymentsResponse200Eq$inboundSchema, CancelDeploymentValueDeploymentsResponse200Eq$outboundSchema, CancelDeploymentValueDeploymentsResponse200Eq$, CancelDeploymentValueDeploymentsResponse2002$inboundSchema, CancelDeploymentValueDeploymentsResponse2002$outboundSchema, CancelDeploymentValueDeploymentsResponse2002$, CancelDeploymentMissingDeploymentsValue$inboundSchema, CancelDeploymentMissingDeploymentsValue$outboundSchema, CancelDeploymentMissingDeploymentsValue$, CancelDeploymentMissing2$inboundSchema, CancelDeploymentMissing2$outboundSchema, CancelDeploymentMissing2$, CancelDeploymentMissingType$inboundSchema, CancelDeploymentMissingType$outboundSchema, CancelDeploymentMissingType$, CancelDeploymentValueDeploymentsResponseEq$inboundSchema, CancelDeploymentValueDeploymentsResponseEq$outboundSchema, CancelDeploymentValueDeploymentsResponseEq$, CancelDeploymentValueDeploymentsResponse2$inboundSchema, CancelDeploymentValueDeploymentsResponse2$outboundSchema, CancelDeploymentValueDeploymentsResponse2$, CancelDeploymentMissingValue$inboundSchema, CancelDeploymentMissingValue$outboundSchema, CancelDeploymentMissingValue$, CancelDeploymentMissing1$inboundSchema, CancelDeploymentMissing1$outboundSchema, CancelDeploymentMissing1$, CancelDeploymentRoutesMissing$inboundSchema, CancelDeploymentRoutesMissing$outboundSchema, CancelDeploymentRoutesMissing$, CancelDeploymentRoutesAction$inboundSchema, CancelDeploymentRoutesAction$outboundSchema, CancelDeploymentRoutesAction$, CancelDeploymentRoutesMitigate$inboundSchema, CancelDeploymentRoutesMitigate$outboundSchema, CancelDeploymentRoutesMitigate$, RoutesLocale$inboundSchema, RoutesLocale$outboundSchema, RoutesLocale$, CancelDeploymentRoutes1$inboundSchema, CancelDeploymentRoutes1$outboundSchema, CancelDeploymentRoutes1$, CancelDeploymentRoutes$inboundSchema, CancelDeploymentRoutes$outboundSchema, CancelDeploymentRoutes$, CancelDeploymentGitRepoDeploymentsResponseType$inboundSchema, CancelDeploymentGitRepoDeploymentsResponseType$outboundSchema, CancelDeploymentGitRepoDeploymentsResponseType$, CancelDeploymentGitRepoDeploymentsResponseOwnerType$inboundSchema, CancelDeploymentGitRepoDeploymentsResponseOwnerType$outboundSchema, CancelDeploymentGitRepoDeploymentsResponseOwnerType$, CancelDeploymentGitRepo3$inboundSchema, CancelDeploymentGitRepo3$outboundSchema, CancelDeploymentGitRepo3$, CancelDeploymentGitRepoDeploymentsType$inboundSchema, CancelDeploymentGitRepoDeploymentsType$outboundSchema, CancelDeploymentGitRepoDeploymentsType$, CancelDeploymentGitRepoDeploymentsOwnerType$inboundSchema, CancelDeploymentGitRepoDeploymentsOwnerType$outboundSchema, CancelDeploymentGitRepoDeploymentsOwnerType$, CancelDeploymentGitRepo2$inboundSchema, CancelDeploymentGitRepo2$outboundSchema, CancelDeploymentGitRepo2$, CancelDeploymentGitRepoType$inboundSchema, CancelDeploymentGitRepoType$outboundSchema, CancelDeploymentGitRepoType$, CancelDeploymentGitRepoOwnerType$inboundSchema, CancelDeploymentGitRepoOwnerType$outboundSchema, CancelDeploymentGitRepoOwnerType$, CancelDeploymentGitRepo1$inboundSchema, CancelDeploymentGitRepo1$outboundSchema, CancelDeploymentGitRepo1$, CancelDeploymentGitRepo$inboundSchema, CancelDeploymentGitRepo$outboundSchema, CancelDeploymentGitRepo$, CancelDeploymentFlags2$inboundSchema, CancelDeploymentFlags2$outboundSchema, CancelDeploymentFlags2$, FlagsOptions$inboundSchema, FlagsOptions$outboundSchema, FlagsOptions$, CancelDeploymentFlagsDefinitions$inboundSchema, CancelDeploymentFlagsDefinitions$outboundSchema, CancelDeploymentFlagsDefinitions$, CancelDeploymentFlags1$inboundSchema, CancelDeploymentFlags1$outboundSchema, CancelDeploymentFlags1$, CancelDeploymentFlags$inboundSchema, CancelDeploymentFlags$outboundSchema, CancelDeploymentFlags$, MicrofrontendsApplications$inboundSchema, MicrofrontendsApplications$outboundSchema, MicrofrontendsApplications$, CancelDeploymentMicrofrontends2$inboundSchema, CancelDeploymentMicrofrontends2$outboundSchema, CancelDeploymentMicrofrontends2$, CancelDeploymentMicrofrontends1$inboundSchema, CancelDeploymentMicrofrontends1$outboundSchema, CancelDeploymentMicrofrontends1$, CancelDeploymentMicrofrontends$inboundSchema, CancelDeploymentMicrofrontends$outboundSchema, CancelDeploymentMicrofrontends$, CancelDeploymentFunctionType$inboundSchema, CancelDeploymentFunctionType$outboundSchema, CancelDeploymentFunctionType$, CancelDeploymentFunctionMemoryType$inboundSchema, CancelDeploymentFunctionMemoryType$outboundSchema, CancelDeploymentFunctionMemoryType$, CancelDeploymentConfig$inboundSchema, CancelDeploymentConfig$outboundSchema, CancelDeploymentConfig$, CancelDeploymentState$inboundSchema, CancelDeploymentState$outboundSchema, CancelDeploymentState$, CancelDeploymentDeploymentAlias$inboundSchema, CancelDeploymentDeploymentAlias$outboundSchema, CancelDeploymentDeploymentAlias$, CancelDeploymentChecks$inboundSchema, CancelDeploymentChecks$outboundSchema, CancelDeploymentChecks$, CancelDeploymentResponseBody$inboundSchema, CancelDeploymentResponseBody$outboundSchema, CancelDeploymentResponseBody$;
43883
43883
  var init_canceldeploymentop = __esm(() => {
43884
43884
  init_esm();
43885
43885
  init_primitives();
@@ -44735,7 +44735,7 @@ var init_canceldeploymentop = __esm(() => {
44735
44735
  CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$.inboundSchema = CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema;
44736
44736
  CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$.outboundSchema = CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema;
44737
44737
  })(CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$ ||= {});
44738
- CancelDeploymentGitSource6$inboundSchema = objectType({
44738
+ GitSource6$inboundSchema = objectType({
44739
44739
  type: CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema,
44740
44740
  workspaceUuid: stringType().optional(),
44741
44741
  repoUuid: stringType(),
@@ -44743,7 +44743,7 @@ var init_canceldeploymentop = __esm(() => {
44743
44743
  sha: stringType().optional(),
44744
44744
  prId: nullableType(numberType()).optional()
44745
44745
  });
44746
- CancelDeploymentGitSource6$outboundSchema = objectType({
44746
+ GitSource6$outboundSchema = objectType({
44747
44747
  type: CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema,
44748
44748
  workspaceUuid: stringType().optional(),
44749
44749
  repoUuid: stringType(),
@@ -44751,10 +44751,10 @@ var init_canceldeploymentop = __esm(() => {
44751
44751
  sha: stringType().optional(),
44752
44752
  prId: nullableType(numberType()).optional()
44753
44753
  });
44754
- ((CancelDeploymentGitSource6$) => {
44755
- CancelDeploymentGitSource6$.inboundSchema = CancelDeploymentGitSource6$inboundSchema;
44756
- CancelDeploymentGitSource6$.outboundSchema = CancelDeploymentGitSource6$outboundSchema;
44757
- })(CancelDeploymentGitSource6$ ||= {});
44754
+ ((GitSource6$) => {
44755
+ GitSource6$.inboundSchema = GitSource6$inboundSchema;
44756
+ GitSource6$.outboundSchema = GitSource6$outboundSchema;
44757
+ })(GitSource6$ ||= {});
44758
44758
  CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema = nativeEnumType(CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType);
44759
44759
  CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema = CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema;
44760
44760
  ((CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$) => {
@@ -44913,7 +44913,7 @@ var init_canceldeploymentop = __esm(() => {
44913
44913
  lazyType(() => GitSource7$inboundSchema),
44914
44914
  lazyType(() => CancelDeploymentGitSource1$inboundSchema),
44915
44915
  lazyType(() => CancelDeploymentGitSource5$inboundSchema),
44916
- lazyType(() => CancelDeploymentGitSource6$inboundSchema)
44916
+ lazyType(() => GitSource6$inboundSchema)
44917
44917
  ]);
44918
44918
  CancelDeploymentGitSource$outboundSchema = unionType([
44919
44919
  lazyType(() => GitSource10$outboundSchema),
@@ -44927,7 +44927,7 @@ var init_canceldeploymentop = __esm(() => {
44927
44927
  lazyType(() => GitSource7$outboundSchema),
44928
44928
  lazyType(() => CancelDeploymentGitSource1$outboundSchema),
44929
44929
  lazyType(() => CancelDeploymentGitSource5$outboundSchema),
44930
- lazyType(() => CancelDeploymentGitSource6$outboundSchema)
44930
+ lazyType(() => GitSource6$outboundSchema)
44931
44931
  ]);
44932
44932
  ((CancelDeploymentGitSource$) => {
44933
44933
  CancelDeploymentGitSource$.inboundSchema = CancelDeploymentGitSource$inboundSchema;
@@ -45686,11 +45686,13 @@ var init_canceldeploymentop = __esm(() => {
45686
45686
  CancelDeploymentFlags$.outboundSchema = CancelDeploymentFlags$outboundSchema;
45687
45687
  })(CancelDeploymentFlags$ ||= {});
45688
45688
  MicrofrontendsApplications$inboundSchema = objectType({
45689
+ isDefaultApp: booleanType().optional(),
45689
45690
  productionHost: stringType(),
45690
45691
  deploymentAlias: stringType().optional(),
45691
45692
  deploymentHost: stringType().optional()
45692
45693
  });
45693
45694
  MicrofrontendsApplications$outboundSchema = objectType({
45695
+ isDefaultApp: booleanType().optional(),
45694
45696
  productionHost: stringType(),
45695
45697
  deploymentAlias: stringType().optional(),
45696
45698
  deploymentHost: stringType().optional()
@@ -45883,7 +45885,7 @@ var init_canceldeploymentop = __esm(() => {
45883
45885
  lazyType(() => GitSource7$inboundSchema),
45884
45886
  lazyType(() => CancelDeploymentGitSource1$inboundSchema),
45885
45887
  lazyType(() => CancelDeploymentGitSource5$inboundSchema),
45886
- lazyType(() => CancelDeploymentGitSource6$inboundSchema)
45888
+ lazyType(() => GitSource6$inboundSchema)
45887
45889
  ]).optional(),
45888
45890
  name: stringType(),
45889
45891
  meta: recordType(stringType()),
@@ -45997,7 +45999,7 @@ var init_canceldeploymentop = __esm(() => {
45997
45999
  lazyType(() => GitSource7$outboundSchema),
45998
46000
  lazyType(() => CancelDeploymentGitSource1$outboundSchema),
45999
46001
  lazyType(() => CancelDeploymentGitSource5$outboundSchema),
46000
- lazyType(() => CancelDeploymentGitSource6$outboundSchema)
46002
+ lazyType(() => GitSource6$outboundSchema)
46001
46003
  ]).optional(),
46002
46004
  name: stringType(),
46003
46005
  meta: recordType(stringType()),
@@ -46167,7 +46169,7 @@ This endpoint allows you to cancel a deployment which is currently building, by
46167
46169
  });
46168
46170
 
46169
46171
  // src/models/createdeploymentop.ts
46170
- var ForceNew, SkipAutoDetectionConfirmation, Encoding, CreateDeploymentGitSourceDeploymentsRequestRequestBodyType, CreateDeploymentGitSourceDeploymentsRequestType, CreateDeploymentGitSourceDeploymentsType, CreateDeploymentGitSourceType, GitSourceType, CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type, Framework, NodeVersion, CreateDeploymentFramework, CreateDeploymentDeploymentsStatus, Protocol2, Formats, ContentDispositionType, CreateDeploymentReadyState, CreateDeploymentStatus, CustomEnvironmentType, CreateDeploymentCustomEnvironmentType, OomReport, CreateDeploymentType, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType, CreateDeploymentGitSourceDeploymentsResponse200Type, CreateDeploymentGitSourceDeploymentsResponseType, ReadyState, CreateDeploymentSource, CreateDeploymentTarget, ChecksState, ChecksConclusion, ReadySubstate, CreateDeploymentPlan, FunctionType, FunctionMemoryType, Architecture, RoutesHandle, CreateDeploymentHasType, HasType, CreateDeploymentMissingType, MissingType, RoutesAction, CreateDeploymentState, CreateDeploymentGitRepoDeploymentsType, CreateDeploymentGitRepoOwnerType, CreateDeploymentGitRepoType, GitRepoOwnerType, GitRepoType, OwnerType, ForceNew$inboundSchema, ForceNew$outboundSchema, ForceNew$, SkipAutoDetectionConfirmation$inboundSchema, SkipAutoDetectionConfirmation$outboundSchema, SkipAutoDetectionConfirmation$, UploadedFile$inboundSchema, UploadedFile$outboundSchema, UploadedFile$, Encoding$inboundSchema, Encoding$outboundSchema, Encoding$, InlinedFile$inboundSchema, InlinedFile$outboundSchema, InlinedFile$, Files$inboundSchema, Files$outboundSchema, Files$, GitMetadata$inboundSchema, GitMetadata$outboundSchema, GitMetadata$, CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema, CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema, CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$, GitSource6$inboundSchema, GitSource6$outboundSchema, GitSource6$, CreateDeploymentGitSourceDeploymentsRequestType$inboundSchema, CreateDeploymentGitSourceDeploymentsRequestType$outboundSchema, CreateDeploymentGitSourceDeploymentsRequestType$, GitSource5$inboundSchema, GitSource5$outboundSchema, GitSource5$, ProjectId$inboundSchema, ProjectId$outboundSchema, ProjectId$, CreateDeploymentGitSourceDeploymentsType$inboundSchema, CreateDeploymentGitSourceDeploymentsType$outboundSchema, CreateDeploymentGitSourceDeploymentsType$, GitSource4$inboundSchema, GitSource4$outboundSchema, GitSource4$, CreateDeploymentGitSourceType$inboundSchema, CreateDeploymentGitSourceType$outboundSchema, CreateDeploymentGitSourceType$, GitSource3$inboundSchema, GitSource3$outboundSchema, GitSource3$, GitSourceType$inboundSchema, GitSourceType$outboundSchema, GitSourceType$, GitSource2$inboundSchema, GitSource2$outboundSchema, GitSource2$, RepoId$inboundSchema, RepoId$outboundSchema, RepoId$, CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$inboundSchema, CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$outboundSchema, CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$, GitSource1$inboundSchema, GitSource1$outboundSchema, GitSource1$, GitSource$inboundSchema, GitSource$outboundSchema, GitSource$, Framework$inboundSchema, Framework$outboundSchema, Framework$, NodeVersion$inboundSchema, NodeVersion$outboundSchema, NodeVersion$, ProjectSettings$inboundSchema, ProjectSettings$outboundSchema, ProjectSettings$, CreateDeploymentRequestBody$inboundSchema, CreateDeploymentRequestBody$outboundSchema, CreateDeploymentRequestBody$, CreateDeploymentRequest$inboundSchema, CreateDeploymentRequest$outboundSchema, CreateDeploymentRequest$, AliasAssignedAt$inboundSchema, AliasAssignedAt$outboundSchema, AliasAssignedAt$, Build$inboundSchema, Build$outboundSchema, Build$, Builds$inboundSchema, Builds$outboundSchema, Builds$, CreateDeploymentFramework$inboundSchema, CreateDeploymentFramework$outboundSchema, CreateDeploymentFramework$, CreateDeploymentSpeedInsights$inboundSchema, CreateDeploymentSpeedInsights$outboundSchema, CreateDeploymentSpeedInsights$, CreateDeploymentWebAnalytics$inboundSchema, CreateDeploymentWebAnalytics$outboundSchema, CreateDeploymentWebAnalytics$, CreateDeploymentProjectSettings$inboundSchema, CreateDeploymentProjectSettings$outboundSchema, CreateDeploymentProjectSettings$, CreateDeploymentDeploymentsStatus$inboundSchema, CreateDeploymentDeploymentsStatus$outboundSchema, CreateDeploymentDeploymentsStatus$, Integrations$inboundSchema, Integrations$outboundSchema, Integrations$, Protocol$inboundSchema, Protocol$outboundSchema, Protocol$, RemotePatterns$inboundSchema, RemotePatterns$outboundSchema, RemotePatterns$, LocalPatterns$inboundSchema, LocalPatterns$outboundSchema, LocalPatterns$, Formats$inboundSchema, Formats$outboundSchema, Formats$, ContentDispositionType$inboundSchema, ContentDispositionType$outboundSchema, ContentDispositionType$, Images$inboundSchema, Images$outboundSchema, Images$, Creator$inboundSchema, Creator$outboundSchema, Creator$, CreateDeploymentReadyState$inboundSchema, CreateDeploymentReadyState$outboundSchema, CreateDeploymentReadyState$, CreateDeploymentOutput$inboundSchema, CreateDeploymentOutput$outboundSchema, CreateDeploymentOutput$, Lambdas$inboundSchema, Lambdas$outboundSchema, Lambdas$, CreateDeploymentStatus$inboundSchema, CreateDeploymentStatus$outboundSchema, CreateDeploymentStatus$, CreateDeploymentTeam$inboundSchema, CreateDeploymentTeam$outboundSchema, CreateDeploymentTeam$, CustomEnvironment2$inboundSchema, CustomEnvironment2$outboundSchema, CustomEnvironment2$, CustomEnvironmentType$inboundSchema, CustomEnvironmentType$outboundSchema, CustomEnvironmentType$, CreateDeploymentCustomEnvironmentType$inboundSchema, CreateDeploymentCustomEnvironmentType$outboundSchema, CreateDeploymentCustomEnvironmentType$, CustomEnvironmentBranchMatcher$inboundSchema, CustomEnvironmentBranchMatcher$outboundSchema, CustomEnvironmentBranchMatcher$, CustomEnvironmentVerification$inboundSchema, CustomEnvironmentVerification$outboundSchema, CustomEnvironmentVerification$, CustomEnvironmentDomains$inboundSchema, CustomEnvironmentDomains$outboundSchema, CustomEnvironmentDomains$, CustomEnvironment1$inboundSchema, CustomEnvironment1$outboundSchema, CustomEnvironment1$, CustomEnvironment$inboundSchema, CustomEnvironment$outboundSchema, CustomEnvironment$, OomReport$inboundSchema, OomReport$outboundSchema, OomReport$, CreateDeploymentType$inboundSchema, CreateDeploymentType$outboundSchema, CreateDeploymentType$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$, CreateDeploymentGitSource12$inboundSchema, CreateDeploymentGitSource12$outboundSchema, CreateDeploymentGitSource12$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$, CreateDeploymentGitSource11$inboundSchema, CreateDeploymentGitSource11$outboundSchema, CreateDeploymentGitSource11$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$, CreateDeploymentGitSource10$inboundSchema, CreateDeploymentGitSource10$outboundSchema, CreateDeploymentGitSource10$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$, CreateDeploymentGitSource9$inboundSchema, CreateDeploymentGitSource9$outboundSchema, CreateDeploymentGitSource9$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$, CreateDeploymentGitSource8$inboundSchema, CreateDeploymentGitSource8$outboundSchema, CreateDeploymentGitSource8$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$, CreateDeploymentGitSource7$inboundSchema, CreateDeploymentGitSource7$outboundSchema, CreateDeploymentGitSource7$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$, CreateDeploymentGitSource6$inboundSchema, CreateDeploymentGitSource6$outboundSchema, CreateDeploymentGitSource6$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$, GitSourceProjectId$inboundSchema, GitSourceProjectId$outboundSchema, GitSourceProjectId$, CreateDeploymentGitSource5$inboundSchema, CreateDeploymentGitSource5$outboundSchema, CreateDeploymentGitSource5$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$, CreateDeploymentGitSource4$inboundSchema, CreateDeploymentGitSource4$outboundSchema, CreateDeploymentGitSource4$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$, CreateDeploymentGitSourceRepoId$inboundSchema, CreateDeploymentGitSourceRepoId$outboundSchema, CreateDeploymentGitSourceRepoId$, CreateDeploymentGitSource3$inboundSchema, CreateDeploymentGitSource3$outboundSchema, CreateDeploymentGitSource3$, CreateDeploymentGitSourceDeploymentsResponse200Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200Type$, CreateDeploymentGitSource2$inboundSchema, CreateDeploymentGitSource2$outboundSchema, CreateDeploymentGitSource2$, CreateDeploymentGitSourceDeploymentsResponseType$inboundSchema, CreateDeploymentGitSourceDeploymentsResponseType$outboundSchema, CreateDeploymentGitSourceDeploymentsResponseType$, GitSourceRepoId$inboundSchema, GitSourceRepoId$outboundSchema, GitSourceRepoId$, CreateDeploymentGitSource1$inboundSchema, CreateDeploymentGitSource1$outboundSchema, CreateDeploymentGitSource1$, CreateDeploymentGitSource$inboundSchema, CreateDeploymentGitSource$outboundSchema, CreateDeploymentGitSource$, CreateDeploymentProject$inboundSchema, CreateDeploymentProject$outboundSchema, CreateDeploymentProject$, ReadyState$inboundSchema, ReadyState$outboundSchema, ReadyState$, CreateDeploymentSource$inboundSchema, CreateDeploymentSource$outboundSchema, CreateDeploymentSource$, CreateDeploymentTarget$inboundSchema, CreateDeploymentTarget$outboundSchema, CreateDeploymentTarget$, AliasWarning$inboundSchema, AliasWarning$outboundSchema, AliasWarning$, AliasError$inboundSchema, AliasError$outboundSchema, AliasError$, ChecksState$inboundSchema, ChecksState$outboundSchema, ChecksState$, ChecksConclusion$inboundSchema, ChecksConclusion$outboundSchema, ChecksConclusion$, ReadySubstate$inboundSchema, ReadySubstate$outboundSchema, ReadySubstate$, OidcTokenClaims$inboundSchema, OidcTokenClaims$outboundSchema, OidcTokenClaims$, CreateDeploymentPlan$inboundSchema, CreateDeploymentPlan$outboundSchema, CreateDeploymentPlan$, FunctionType$inboundSchema, FunctionType$outboundSchema, FunctionType$, FunctionMemoryType$inboundSchema, FunctionMemoryType$outboundSchema, FunctionMemoryType$, Config$inboundSchema, Config$outboundSchema, Config$, Architecture$inboundSchema, Architecture$outboundSchema, Architecture$, Functions$inboundSchema, Functions$outboundSchema, Functions$, Routes3$inboundSchema, Routes3$outboundSchema, Routes3$, RoutesHandle$inboundSchema, RoutesHandle$outboundSchema, RoutesHandle$, Routes2$inboundSchema, Routes2$outboundSchema, Routes2$, CreateDeploymentHasType$inboundSchema, CreateDeploymentHasType$outboundSchema, CreateDeploymentHasType$, ValueEq$inboundSchema, ValueEq$outboundSchema, ValueEq$, CreateDeploymentValueDeployments2$inboundSchema, CreateDeploymentValueDeployments2$outboundSchema, CreateDeploymentValueDeployments2$, CreateDeploymentHasValue$inboundSchema, CreateDeploymentHasValue$outboundSchema, CreateDeploymentHasValue$, Has2$inboundSchema, Has2$outboundSchema, Has2$, HasType$inboundSchema, HasType$outboundSchema, HasType$, Eq$inboundSchema, Eq$outboundSchema, Eq$, CreateDeploymentValue2$inboundSchema, CreateDeploymentValue2$outboundSchema, CreateDeploymentValue2$, HasValue$inboundSchema, HasValue$outboundSchema, HasValue$, Has1$inboundSchema, Has1$outboundSchema, Has1$, RoutesHas$inboundSchema, RoutesHas$outboundSchema, RoutesHas$, CreateDeploymentMissingType$inboundSchema, CreateDeploymentMissingType$outboundSchema, CreateDeploymentMissingType$, CreateDeploymentValueDeploymentsEq$inboundSchema, CreateDeploymentValueDeploymentsEq$outboundSchema, CreateDeploymentValueDeploymentsEq$, CreateDeploymentValueDeploymentsResponse2002$inboundSchema, CreateDeploymentValueDeploymentsResponse2002$outboundSchema, CreateDeploymentValueDeploymentsResponse2002$, CreateDeploymentMissingValue$inboundSchema, CreateDeploymentMissingValue$outboundSchema, CreateDeploymentMissingValue$, Missing2$inboundSchema, Missing2$outboundSchema, Missing2$, MissingType$inboundSchema, MissingType$outboundSchema, MissingType$, CreateDeploymentValueEq$inboundSchema, CreateDeploymentValueEq$outboundSchema, CreateDeploymentValueEq$, CreateDeploymentValueDeploymentsResponse2$inboundSchema, CreateDeploymentValueDeploymentsResponse2$outboundSchema, CreateDeploymentValueDeploymentsResponse2$, MissingValue$inboundSchema, MissingValue$outboundSchema, MissingValue$, Missing1$inboundSchema, Missing1$outboundSchema, Missing1$, RoutesMissing$inboundSchema, RoutesMissing$outboundSchema, RoutesMissing$, RoutesAction$inboundSchema, RoutesAction$outboundSchema, RoutesAction$, RoutesMitigate$inboundSchema, RoutesMitigate$outboundSchema, RoutesMitigate$, Locale$inboundSchema, Locale$outboundSchema, Locale$, Routes1$inboundSchema, Routes1$outboundSchema, Routes1$, Routes$inboundSchema, Routes$outboundSchema, Routes$, CreateDeploymentCrons$inboundSchema, CreateDeploymentCrons$outboundSchema, CreateDeploymentCrons$, CreateDeploymentMicrofrontendsApplications$inboundSchema, CreateDeploymentMicrofrontendsApplications$outboundSchema, CreateDeploymentMicrofrontendsApplications$, CreateDeploymentMicrofrontends2$inboundSchema, CreateDeploymentMicrofrontends2$outboundSchema, CreateDeploymentMicrofrontends2$, CreateDeploymentMicrofrontends1$inboundSchema, CreateDeploymentMicrofrontends1$outboundSchema, CreateDeploymentMicrofrontends1$, CreateDeploymentMicrofrontends$inboundSchema, CreateDeploymentMicrofrontends$outboundSchema, CreateDeploymentMicrofrontends$, CreateDeploymentState$inboundSchema, CreateDeploymentState$outboundSchema, CreateDeploymentState$, DeploymentAlias$inboundSchema, DeploymentAlias$outboundSchema, DeploymentAlias$, CreateDeploymentChecks$inboundSchema, CreateDeploymentChecks$outboundSchema, CreateDeploymentChecks$, CreateDeploymentGitRepoDeploymentsType$inboundSchema, CreateDeploymentGitRepoDeploymentsType$outboundSchema, CreateDeploymentGitRepoDeploymentsType$, CreateDeploymentGitRepoOwnerType$inboundSchema, CreateDeploymentGitRepoOwnerType$outboundSchema, CreateDeploymentGitRepoOwnerType$, GitRepo3$inboundSchema, GitRepo3$outboundSchema, GitRepo3$, CreateDeploymentGitRepoType$inboundSchema, CreateDeploymentGitRepoType$outboundSchema, CreateDeploymentGitRepoType$, GitRepoOwnerType$inboundSchema, GitRepoOwnerType$outboundSchema, GitRepoOwnerType$, GitRepo2$inboundSchema, GitRepo2$outboundSchema, GitRepo2$, GitRepoType$inboundSchema, GitRepoType$outboundSchema, GitRepoType$, OwnerType$inboundSchema, OwnerType$outboundSchema, OwnerType$, GitRepo1$inboundSchema, GitRepo1$outboundSchema, GitRepo1$, GitRepo$inboundSchema, GitRepo$outboundSchema, GitRepo$, Flags2$inboundSchema, Flags2$outboundSchema, Flags2$, Options$inboundSchema, Options$outboundSchema, Options$, FlagsDefinitions$inboundSchema, FlagsDefinitions$outboundSchema, FlagsDefinitions$, Flags1$inboundSchema, Flags1$outboundSchema, Flags1$, Flags$inboundSchema, Flags$outboundSchema, Flags$, CreateDeploymentResponseBody$inboundSchema, CreateDeploymentResponseBody$outboundSchema, CreateDeploymentResponseBody$;
46172
+ var ForceNew, SkipAutoDetectionConfirmation, Encoding, CreateDeploymentGitSourceDeploymentsRequestType, CreateDeploymentGitSourceDeploymentsType, CreateDeploymentGitSourceType, GitSourceType, CreateDeploymentGitSourceDeploymentsRequestRequestBodyType, Framework, NodeVersion, CreateDeploymentFramework, CreateDeploymentDeploymentsStatus, Protocol2, Formats, ContentDispositionType, CreateDeploymentReadyState, CreateDeploymentStatus, CustomEnvironmentType, CreateDeploymentCustomEnvironmentType, OomReport, CreateDeploymentType, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType, CreateDeploymentGitSourceDeploymentsResponse200Type, CreateDeploymentGitSourceDeploymentsResponseType, ReadyState, CreateDeploymentSource, CreateDeploymentTarget, ChecksState, ChecksConclusion, ReadySubstate, CreateDeploymentPlan, FunctionType, FunctionMemoryType, Architecture, RoutesHandle, CreateDeploymentHasType, HasType, CreateDeploymentMissingType, MissingType, RoutesAction, CreateDeploymentState, CreateDeploymentGitRepoDeploymentsType, CreateDeploymentGitRepoOwnerType, CreateDeploymentGitRepoType, GitRepoOwnerType, GitRepoType, OwnerType, ForceNew$inboundSchema, ForceNew$outboundSchema, ForceNew$, SkipAutoDetectionConfirmation$inboundSchema, SkipAutoDetectionConfirmation$outboundSchema, SkipAutoDetectionConfirmation$, UploadedFile$inboundSchema, UploadedFile$outboundSchema, UploadedFile$, Encoding$inboundSchema, Encoding$outboundSchema, Encoding$, InlinedFile$inboundSchema, InlinedFile$outboundSchema, InlinedFile$, Files$inboundSchema, Files$outboundSchema, Files$, GitMetadata$inboundSchema, GitMetadata$outboundSchema, GitMetadata$, CreateDeploymentGitSourceDeploymentsRequestType$inboundSchema, CreateDeploymentGitSourceDeploymentsRequestType$outboundSchema, CreateDeploymentGitSourceDeploymentsRequestType$, GitSource5$inboundSchema, GitSource5$outboundSchema, GitSource5$, CreateDeploymentGitSourceDeploymentsType$inboundSchema, CreateDeploymentGitSourceDeploymentsType$outboundSchema, CreateDeploymentGitSourceDeploymentsType$, GitSource4$inboundSchema, GitSource4$outboundSchema, GitSource4$, ProjectId$inboundSchema, ProjectId$outboundSchema, ProjectId$, CreateDeploymentGitSourceType$inboundSchema, CreateDeploymentGitSourceType$outboundSchema, CreateDeploymentGitSourceType$, GitSource3$inboundSchema, GitSource3$outboundSchema, GitSource3$, GitSourceType$inboundSchema, GitSourceType$outboundSchema, GitSourceType$, GitSource2$inboundSchema, GitSource2$outboundSchema, GitSource2$, RepoId$inboundSchema, RepoId$outboundSchema, RepoId$, CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema, CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema, CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$, GitSource1$inboundSchema, GitSource1$outboundSchema, GitSource1$, GitSource$inboundSchema, GitSource$outboundSchema, GitSource$, Framework$inboundSchema, Framework$outboundSchema, Framework$, NodeVersion$inboundSchema, NodeVersion$outboundSchema, NodeVersion$, ProjectSettings$inboundSchema, ProjectSettings$outboundSchema, ProjectSettings$, CreateDeploymentRequestBody$inboundSchema, CreateDeploymentRequestBody$outboundSchema, CreateDeploymentRequestBody$, CreateDeploymentRequest$inboundSchema, CreateDeploymentRequest$outboundSchema, CreateDeploymentRequest$, AliasAssignedAt$inboundSchema, AliasAssignedAt$outboundSchema, AliasAssignedAt$, Build$inboundSchema, Build$outboundSchema, Build$, Builds$inboundSchema, Builds$outboundSchema, Builds$, CreateDeploymentFramework$inboundSchema, CreateDeploymentFramework$outboundSchema, CreateDeploymentFramework$, CreateDeploymentSpeedInsights$inboundSchema, CreateDeploymentSpeedInsights$outboundSchema, CreateDeploymentSpeedInsights$, CreateDeploymentWebAnalytics$inboundSchema, CreateDeploymentWebAnalytics$outboundSchema, CreateDeploymentWebAnalytics$, CreateDeploymentProjectSettings$inboundSchema, CreateDeploymentProjectSettings$outboundSchema, CreateDeploymentProjectSettings$, CreateDeploymentDeploymentsStatus$inboundSchema, CreateDeploymentDeploymentsStatus$outboundSchema, CreateDeploymentDeploymentsStatus$, Integrations$inboundSchema, Integrations$outboundSchema, Integrations$, Protocol$inboundSchema, Protocol$outboundSchema, Protocol$, RemotePatterns$inboundSchema, RemotePatterns$outboundSchema, RemotePatterns$, LocalPatterns$inboundSchema, LocalPatterns$outboundSchema, LocalPatterns$, Formats$inboundSchema, Formats$outboundSchema, Formats$, ContentDispositionType$inboundSchema, ContentDispositionType$outboundSchema, ContentDispositionType$, Images$inboundSchema, Images$outboundSchema, Images$, Creator$inboundSchema, Creator$outboundSchema, Creator$, CreateDeploymentReadyState$inboundSchema, CreateDeploymentReadyState$outboundSchema, CreateDeploymentReadyState$, CreateDeploymentOutput$inboundSchema, CreateDeploymentOutput$outboundSchema, CreateDeploymentOutput$, Lambdas$inboundSchema, Lambdas$outboundSchema, Lambdas$, CreateDeploymentStatus$inboundSchema, CreateDeploymentStatus$outboundSchema, CreateDeploymentStatus$, CreateDeploymentTeam$inboundSchema, CreateDeploymentTeam$outboundSchema, CreateDeploymentTeam$, CustomEnvironment2$inboundSchema, CustomEnvironment2$outboundSchema, CustomEnvironment2$, CustomEnvironmentType$inboundSchema, CustomEnvironmentType$outboundSchema, CustomEnvironmentType$, CreateDeploymentCustomEnvironmentType$inboundSchema, CreateDeploymentCustomEnvironmentType$outboundSchema, CreateDeploymentCustomEnvironmentType$, CustomEnvironmentBranchMatcher$inboundSchema, CustomEnvironmentBranchMatcher$outboundSchema, CustomEnvironmentBranchMatcher$, CustomEnvironmentVerification$inboundSchema, CustomEnvironmentVerification$outboundSchema, CustomEnvironmentVerification$, CustomEnvironmentDomains$inboundSchema, CustomEnvironmentDomains$outboundSchema, CustomEnvironmentDomains$, CustomEnvironment1$inboundSchema, CustomEnvironment1$outboundSchema, CustomEnvironment1$, CustomEnvironment$inboundSchema, CustomEnvironment$outboundSchema, CustomEnvironment$, OomReport$inboundSchema, OomReport$outboundSchema, OomReport$, CreateDeploymentType$inboundSchema, CreateDeploymentType$outboundSchema, CreateDeploymentType$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$, CreateDeploymentGitSource12$inboundSchema, CreateDeploymentGitSource12$outboundSchema, CreateDeploymentGitSource12$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$, CreateDeploymentGitSource11$inboundSchema, CreateDeploymentGitSource11$outboundSchema, CreateDeploymentGitSource11$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$, CreateDeploymentGitSource10$inboundSchema, CreateDeploymentGitSource10$outboundSchema, CreateDeploymentGitSource10$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$, CreateDeploymentGitSource9$inboundSchema, CreateDeploymentGitSource9$outboundSchema, CreateDeploymentGitSource9$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$, CreateDeploymentGitSource8$inboundSchema, CreateDeploymentGitSource8$outboundSchema, CreateDeploymentGitSource8$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$, CreateDeploymentGitSource7$inboundSchema, CreateDeploymentGitSource7$outboundSchema, CreateDeploymentGitSource7$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$, CreateDeploymentGitSource6$inboundSchema, CreateDeploymentGitSource6$outboundSchema, CreateDeploymentGitSource6$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$, GitSourceProjectId$inboundSchema, GitSourceProjectId$outboundSchema, GitSourceProjectId$, CreateDeploymentGitSource5$inboundSchema, CreateDeploymentGitSource5$outboundSchema, CreateDeploymentGitSource5$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$, CreateDeploymentGitSource4$inboundSchema, CreateDeploymentGitSource4$outboundSchema, CreateDeploymentGitSource4$, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$, CreateDeploymentGitSourceRepoId$inboundSchema, CreateDeploymentGitSourceRepoId$outboundSchema, CreateDeploymentGitSourceRepoId$, CreateDeploymentGitSource3$inboundSchema, CreateDeploymentGitSource3$outboundSchema, CreateDeploymentGitSource3$, CreateDeploymentGitSourceDeploymentsResponse200Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200Type$, CreateDeploymentGitSource2$inboundSchema, CreateDeploymentGitSource2$outboundSchema, CreateDeploymentGitSource2$, CreateDeploymentGitSourceDeploymentsResponseType$inboundSchema, CreateDeploymentGitSourceDeploymentsResponseType$outboundSchema, CreateDeploymentGitSourceDeploymentsResponseType$, GitSourceRepoId$inboundSchema, GitSourceRepoId$outboundSchema, GitSourceRepoId$, CreateDeploymentGitSource1$inboundSchema, CreateDeploymentGitSource1$outboundSchema, CreateDeploymentGitSource1$, CreateDeploymentGitSource$inboundSchema, CreateDeploymentGitSource$outboundSchema, CreateDeploymentGitSource$, CreateDeploymentProject$inboundSchema, CreateDeploymentProject$outboundSchema, CreateDeploymentProject$, ReadyState$inboundSchema, ReadyState$outboundSchema, ReadyState$, CreateDeploymentSource$inboundSchema, CreateDeploymentSource$outboundSchema, CreateDeploymentSource$, CreateDeploymentTarget$inboundSchema, CreateDeploymentTarget$outboundSchema, CreateDeploymentTarget$, AliasWarning$inboundSchema, AliasWarning$outboundSchema, AliasWarning$, AliasError$inboundSchema, AliasError$outboundSchema, AliasError$, ChecksState$inboundSchema, ChecksState$outboundSchema, ChecksState$, ChecksConclusion$inboundSchema, ChecksConclusion$outboundSchema, ChecksConclusion$, ReadySubstate$inboundSchema, ReadySubstate$outboundSchema, ReadySubstate$, OidcTokenClaims$inboundSchema, OidcTokenClaims$outboundSchema, OidcTokenClaims$, CreateDeploymentPlan$inboundSchema, CreateDeploymentPlan$outboundSchema, CreateDeploymentPlan$, FunctionType$inboundSchema, FunctionType$outboundSchema, FunctionType$, FunctionMemoryType$inboundSchema, FunctionMemoryType$outboundSchema, FunctionMemoryType$, Config$inboundSchema, Config$outboundSchema, Config$, Architecture$inboundSchema, Architecture$outboundSchema, Architecture$, Functions$inboundSchema, Functions$outboundSchema, Functions$, Routes3$inboundSchema, Routes3$outboundSchema, Routes3$, RoutesHandle$inboundSchema, RoutesHandle$outboundSchema, RoutesHandle$, Routes2$inboundSchema, Routes2$outboundSchema, Routes2$, CreateDeploymentHasType$inboundSchema, CreateDeploymentHasType$outboundSchema, CreateDeploymentHasType$, ValueEq$inboundSchema, ValueEq$outboundSchema, ValueEq$, CreateDeploymentValueDeployments2$inboundSchema, CreateDeploymentValueDeployments2$outboundSchema, CreateDeploymentValueDeployments2$, CreateDeploymentHasValue$inboundSchema, CreateDeploymentHasValue$outboundSchema, CreateDeploymentHasValue$, Has2$inboundSchema, Has2$outboundSchema, Has2$, HasType$inboundSchema, HasType$outboundSchema, HasType$, Eq$inboundSchema, Eq$outboundSchema, Eq$, CreateDeploymentValue2$inboundSchema, CreateDeploymentValue2$outboundSchema, CreateDeploymentValue2$, HasValue$inboundSchema, HasValue$outboundSchema, HasValue$, Has1$inboundSchema, Has1$outboundSchema, Has1$, RoutesHas$inboundSchema, RoutesHas$outboundSchema, RoutesHas$, CreateDeploymentMissingType$inboundSchema, CreateDeploymentMissingType$outboundSchema, CreateDeploymentMissingType$, CreateDeploymentValueDeploymentsEq$inboundSchema, CreateDeploymentValueDeploymentsEq$outboundSchema, CreateDeploymentValueDeploymentsEq$, CreateDeploymentValueDeploymentsResponse2002$inboundSchema, CreateDeploymentValueDeploymentsResponse2002$outboundSchema, CreateDeploymentValueDeploymentsResponse2002$, CreateDeploymentMissingValue$inboundSchema, CreateDeploymentMissingValue$outboundSchema, CreateDeploymentMissingValue$, Missing2$inboundSchema, Missing2$outboundSchema, Missing2$, MissingType$inboundSchema, MissingType$outboundSchema, MissingType$, CreateDeploymentValueEq$inboundSchema, CreateDeploymentValueEq$outboundSchema, CreateDeploymentValueEq$, CreateDeploymentValueDeploymentsResponse2$inboundSchema, CreateDeploymentValueDeploymentsResponse2$outboundSchema, CreateDeploymentValueDeploymentsResponse2$, MissingValue$inboundSchema, MissingValue$outboundSchema, MissingValue$, Missing1$inboundSchema, Missing1$outboundSchema, Missing1$, RoutesMissing$inboundSchema, RoutesMissing$outboundSchema, RoutesMissing$, RoutesAction$inboundSchema, RoutesAction$outboundSchema, RoutesAction$, RoutesMitigate$inboundSchema, RoutesMitigate$outboundSchema, RoutesMitigate$, Locale$inboundSchema, Locale$outboundSchema, Locale$, Routes1$inboundSchema, Routes1$outboundSchema, Routes1$, Routes$inboundSchema, Routes$outboundSchema, Routes$, CreateDeploymentCrons$inboundSchema, CreateDeploymentCrons$outboundSchema, CreateDeploymentCrons$, CreateDeploymentMicrofrontendsApplications$inboundSchema, CreateDeploymentMicrofrontendsApplications$outboundSchema, CreateDeploymentMicrofrontendsApplications$, CreateDeploymentMicrofrontends2$inboundSchema, CreateDeploymentMicrofrontends2$outboundSchema, CreateDeploymentMicrofrontends2$, CreateDeploymentMicrofrontends1$inboundSchema, CreateDeploymentMicrofrontends1$outboundSchema, CreateDeploymentMicrofrontends1$, CreateDeploymentMicrofrontends$inboundSchema, CreateDeploymentMicrofrontends$outboundSchema, CreateDeploymentMicrofrontends$, CreateDeploymentState$inboundSchema, CreateDeploymentState$outboundSchema, CreateDeploymentState$, DeploymentAlias$inboundSchema, DeploymentAlias$outboundSchema, DeploymentAlias$, CreateDeploymentChecks$inboundSchema, CreateDeploymentChecks$outboundSchema, CreateDeploymentChecks$, CreateDeploymentGitRepoDeploymentsType$inboundSchema, CreateDeploymentGitRepoDeploymentsType$outboundSchema, CreateDeploymentGitRepoDeploymentsType$, CreateDeploymentGitRepoOwnerType$inboundSchema, CreateDeploymentGitRepoOwnerType$outboundSchema, CreateDeploymentGitRepoOwnerType$, GitRepo3$inboundSchema, GitRepo3$outboundSchema, GitRepo3$, CreateDeploymentGitRepoType$inboundSchema, CreateDeploymentGitRepoType$outboundSchema, CreateDeploymentGitRepoType$, GitRepoOwnerType$inboundSchema, GitRepoOwnerType$outboundSchema, GitRepoOwnerType$, GitRepo2$inboundSchema, GitRepo2$outboundSchema, GitRepo2$, GitRepoType$inboundSchema, GitRepoType$outboundSchema, GitRepoType$, OwnerType$inboundSchema, OwnerType$outboundSchema, OwnerType$, GitRepo1$inboundSchema, GitRepo1$outboundSchema, GitRepo1$, GitRepo$inboundSchema, GitRepo$outboundSchema, GitRepo$, Flags2$inboundSchema, Flags2$outboundSchema, Flags2$, Options$inboundSchema, Options$outboundSchema, Options$, FlagsDefinitions$inboundSchema, FlagsDefinitions$outboundSchema, FlagsDefinitions$, Flags1$inboundSchema, Flags1$outboundSchema, Flags1$, Flags$inboundSchema, Flags$outboundSchema, Flags$, CreateDeploymentResponseBody$inboundSchema, CreateDeploymentResponseBody$outboundSchema, CreateDeploymentResponseBody$;
46171
46173
  var init_createdeploymentop = __esm(() => {
46172
46174
  init_esm();
46173
46175
  init_primitives();
@@ -46184,22 +46186,19 @@ var init_createdeploymentop = __esm(() => {
46184
46186
  Base64: "base64",
46185
46187
  Utf8: "utf-8"
46186
46188
  };
46187
- CreateDeploymentGitSourceDeploymentsRequestRequestBodyType = {
46188
- Bitbucket: "bitbucket"
46189
- };
46190
46189
  CreateDeploymentGitSourceDeploymentsRequestType = {
46191
46190
  Bitbucket: "bitbucket"
46192
46191
  };
46193
46192
  CreateDeploymentGitSourceDeploymentsType = {
46194
- Gitlab: "gitlab"
46193
+ Bitbucket: "bitbucket"
46195
46194
  };
46196
46195
  CreateDeploymentGitSourceType = {
46197
- GithubCustomHost: "github-custom-host"
46196
+ Gitlab: "gitlab"
46198
46197
  };
46199
46198
  GitSourceType = {
46200
46199
  Github: "github"
46201
46200
  };
46202
- CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type = {
46201
+ CreateDeploymentGitSourceDeploymentsRequestRequestBodyType = {
46203
46202
  Github: "github"
46204
46203
  };
46205
46204
  Framework = {
@@ -46581,30 +46580,6 @@ var init_createdeploymentop = __esm(() => {
46581
46580
  GitMetadata$.inboundSchema = GitMetadata$inboundSchema;
46582
46581
  GitMetadata$.outboundSchema = GitMetadata$outboundSchema;
46583
46582
  })(GitMetadata$ ||= {});
46584
- CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema = nativeEnumType(CreateDeploymentGitSourceDeploymentsRequestRequestBodyType);
46585
- CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema = CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema;
46586
- ((CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$) => {
46587
- CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$.inboundSchema = CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema;
46588
- CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$.outboundSchema = CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema;
46589
- })(CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$ ||= {});
46590
- GitSource6$inboundSchema = objectType({
46591
- owner: stringType(),
46592
- ref: stringType(),
46593
- sha: stringType().optional(),
46594
- slug: stringType(),
46595
- type: CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema
46596
- });
46597
- GitSource6$outboundSchema = objectType({
46598
- owner: stringType(),
46599
- ref: stringType(),
46600
- sha: stringType().optional(),
46601
- slug: stringType(),
46602
- type: CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema
46603
- });
46604
- ((GitSource6$) => {
46605
- GitSource6$.inboundSchema = GitSource6$inboundSchema;
46606
- GitSource6$.outboundSchema = GitSource6$outboundSchema;
46607
- })(GitSource6$ ||= {});
46608
46583
  CreateDeploymentGitSourceDeploymentsRequestType$inboundSchema = nativeEnumType(CreateDeploymentGitSourceDeploymentsRequestType);
46609
46584
  CreateDeploymentGitSourceDeploymentsRequestType$outboundSchema = CreateDeploymentGitSourceDeploymentsRequestType$inboundSchema;
46610
46585
  ((CreateDeploymentGitSourceDeploymentsRequestType$) => {
@@ -46612,29 +46587,23 @@ var init_createdeploymentop = __esm(() => {
46612
46587
  CreateDeploymentGitSourceDeploymentsRequestType$.outboundSchema = CreateDeploymentGitSourceDeploymentsRequestType$outboundSchema;
46613
46588
  })(CreateDeploymentGitSourceDeploymentsRequestType$ ||= {});
46614
46589
  GitSource5$inboundSchema = objectType({
46590
+ owner: stringType(),
46615
46591
  ref: stringType(),
46616
- repoUuid: stringType(),
46617
46592
  sha: stringType().optional(),
46618
- type: CreateDeploymentGitSourceDeploymentsRequestType$inboundSchema,
46619
- workspaceUuid: stringType().optional()
46593
+ slug: stringType(),
46594
+ type: CreateDeploymentGitSourceDeploymentsRequestType$inboundSchema
46620
46595
  });
46621
46596
  GitSource5$outboundSchema = objectType({
46597
+ owner: stringType(),
46622
46598
  ref: stringType(),
46623
- repoUuid: stringType(),
46624
46599
  sha: stringType().optional(),
46625
- type: CreateDeploymentGitSourceDeploymentsRequestType$outboundSchema,
46626
- workspaceUuid: stringType().optional()
46600
+ slug: stringType(),
46601
+ type: CreateDeploymentGitSourceDeploymentsRequestType$outboundSchema
46627
46602
  });
46628
46603
  ((GitSource5$) => {
46629
46604
  GitSource5$.inboundSchema = GitSource5$inboundSchema;
46630
46605
  GitSource5$.outboundSchema = GitSource5$outboundSchema;
46631
46606
  })(GitSource5$ ||= {});
46632
- ProjectId$inboundSchema = unionType([numberType(), stringType()]);
46633
- ProjectId$outboundSchema = unionType([numberType(), stringType()]);
46634
- ((ProjectId$) => {
46635
- ProjectId$.inboundSchema = ProjectId$inboundSchema;
46636
- ProjectId$.outboundSchema = ProjectId$outboundSchema;
46637
- })(ProjectId$ ||= {});
46638
46607
  CreateDeploymentGitSourceDeploymentsType$inboundSchema = nativeEnumType(CreateDeploymentGitSourceDeploymentsType);
46639
46608
  CreateDeploymentGitSourceDeploymentsType$outboundSchema = CreateDeploymentGitSourceDeploymentsType$inboundSchema;
46640
46609
  ((CreateDeploymentGitSourceDeploymentsType$) => {
@@ -46642,21 +46611,29 @@ var init_createdeploymentop = __esm(() => {
46642
46611
  CreateDeploymentGitSourceDeploymentsType$.outboundSchema = CreateDeploymentGitSourceDeploymentsType$outboundSchema;
46643
46612
  })(CreateDeploymentGitSourceDeploymentsType$ ||= {});
46644
46613
  GitSource4$inboundSchema = objectType({
46645
- projectId: unionType([numberType(), stringType()]),
46646
46614
  ref: stringType(),
46615
+ repoUuid: stringType(),
46647
46616
  sha: stringType().optional(),
46648
- type: CreateDeploymentGitSourceDeploymentsType$inboundSchema
46617
+ type: CreateDeploymentGitSourceDeploymentsType$inboundSchema,
46618
+ workspaceUuid: stringType().optional()
46649
46619
  });
46650
46620
  GitSource4$outboundSchema = objectType({
46651
- projectId: unionType([numberType(), stringType()]),
46652
46621
  ref: stringType(),
46622
+ repoUuid: stringType(),
46653
46623
  sha: stringType().optional(),
46654
- type: CreateDeploymentGitSourceDeploymentsType$outboundSchema
46624
+ type: CreateDeploymentGitSourceDeploymentsType$outboundSchema,
46625
+ workspaceUuid: stringType().optional()
46655
46626
  });
46656
46627
  ((GitSource4$) => {
46657
46628
  GitSource4$.inboundSchema = GitSource4$inboundSchema;
46658
46629
  GitSource4$.outboundSchema = GitSource4$outboundSchema;
46659
46630
  })(GitSource4$ ||= {});
46631
+ ProjectId$inboundSchema = unionType([numberType(), stringType()]);
46632
+ ProjectId$outboundSchema = unionType([numberType(), stringType()]);
46633
+ ((ProjectId$) => {
46634
+ ProjectId$.inboundSchema = ProjectId$inboundSchema;
46635
+ ProjectId$.outboundSchema = ProjectId$outboundSchema;
46636
+ })(ProjectId$ ||= {});
46660
46637
  CreateDeploymentGitSourceType$inboundSchema = nativeEnumType(CreateDeploymentGitSourceType);
46661
46638
  CreateDeploymentGitSourceType$outboundSchema = CreateDeploymentGitSourceType$inboundSchema;
46662
46639
  ((CreateDeploymentGitSourceType$) => {
@@ -46664,19 +46641,15 @@ var init_createdeploymentop = __esm(() => {
46664
46641
  CreateDeploymentGitSourceType$.outboundSchema = CreateDeploymentGitSourceType$outboundSchema;
46665
46642
  })(CreateDeploymentGitSourceType$ ||= {});
46666
46643
  GitSource3$inboundSchema = objectType({
46667
- org: stringType(),
46644
+ projectId: unionType([numberType(), stringType()]),
46668
46645
  ref: stringType(),
46669
- repo: stringType(),
46670
46646
  sha: stringType().optional(),
46671
- host: stringType(),
46672
46647
  type: CreateDeploymentGitSourceType$inboundSchema
46673
46648
  });
46674
46649
  GitSource3$outboundSchema = objectType({
46675
- org: stringType(),
46650
+ projectId: unionType([numberType(), stringType()]),
46676
46651
  ref: stringType(),
46677
- repo: stringType(),
46678
46652
  sha: stringType().optional(),
46679
- host: stringType(),
46680
46653
  type: CreateDeploymentGitSourceType$outboundSchema
46681
46654
  });
46682
46655
  ((GitSource3$) => {
@@ -46713,43 +46686,41 @@ var init_createdeploymentop = __esm(() => {
46713
46686
  RepoId$.inboundSchema = RepoId$inboundSchema;
46714
46687
  RepoId$.outboundSchema = RepoId$outboundSchema;
46715
46688
  })(RepoId$ ||= {});
46716
- CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$inboundSchema = nativeEnumType(CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type);
46717
- CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$outboundSchema = CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$inboundSchema;
46718
- ((CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$) => {
46719
- CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$.inboundSchema = CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$inboundSchema;
46720
- CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$.outboundSchema = CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$outboundSchema;
46721
- })(CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$ ||= {});
46689
+ CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema = nativeEnumType(CreateDeploymentGitSourceDeploymentsRequestRequestBodyType);
46690
+ CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema = CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema;
46691
+ ((CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$) => {
46692
+ CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$.inboundSchema = CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema;
46693
+ CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$.outboundSchema = CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema;
46694
+ })(CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$ ||= {});
46722
46695
  GitSource1$inboundSchema = objectType({
46723
46696
  ref: stringType(),
46724
46697
  repoId: unionType([numberType(), stringType()]),
46725
46698
  sha: stringType().optional(),
46726
- type: CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$inboundSchema
46699
+ type: CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema
46727
46700
  });
46728
46701
  GitSource1$outboundSchema = objectType({
46729
46702
  ref: stringType(),
46730
46703
  repoId: unionType([numberType(), stringType()]),
46731
46704
  sha: stringType().optional(),
46732
- type: CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$outboundSchema
46705
+ type: CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema
46733
46706
  });
46734
46707
  ((GitSource1$) => {
46735
46708
  GitSource1$.inboundSchema = GitSource1$inboundSchema;
46736
46709
  GitSource1$.outboundSchema = GitSource1$outboundSchema;
46737
46710
  })(GitSource1$ ||= {});
46738
46711
  GitSource$inboundSchema = unionType([
46739
- lazyType(() => GitSource3$inboundSchema),
46740
46712
  lazyType(() => GitSource2$inboundSchema),
46741
- lazyType(() => GitSource6$inboundSchema),
46713
+ lazyType(() => GitSource5$inboundSchema),
46742
46714
  lazyType(() => GitSource1$inboundSchema),
46743
- lazyType(() => GitSource4$inboundSchema),
46744
- lazyType(() => GitSource5$inboundSchema)
46715
+ lazyType(() => GitSource3$inboundSchema),
46716
+ lazyType(() => GitSource4$inboundSchema)
46745
46717
  ]);
46746
46718
  GitSource$outboundSchema = unionType([
46747
- lazyType(() => GitSource3$outboundSchema),
46748
46719
  lazyType(() => GitSource2$outboundSchema),
46749
- lazyType(() => GitSource6$outboundSchema),
46720
+ lazyType(() => GitSource5$outboundSchema),
46750
46721
  lazyType(() => GitSource1$outboundSchema),
46751
- lazyType(() => GitSource4$outboundSchema),
46752
- lazyType(() => GitSource5$outboundSchema)
46722
+ lazyType(() => GitSource3$outboundSchema),
46723
+ lazyType(() => GitSource4$outboundSchema)
46753
46724
  ]);
46754
46725
  ((GitSource$) => {
46755
46726
  GitSource$.inboundSchema = GitSource$inboundSchema;
@@ -46806,12 +46777,11 @@ var init_createdeploymentop = __esm(() => {
46806
46777
  ])).optional(),
46807
46778
  gitMetadata: lazyType(() => GitMetadata$inboundSchema).optional(),
46808
46779
  gitSource: unionType([
46809
- lazyType(() => GitSource3$inboundSchema),
46810
46780
  lazyType(() => GitSource2$inboundSchema),
46811
- lazyType(() => GitSource6$inboundSchema),
46781
+ lazyType(() => GitSource5$inboundSchema),
46812
46782
  lazyType(() => GitSource1$inboundSchema),
46813
- lazyType(() => GitSource4$inboundSchema),
46814
- lazyType(() => GitSource5$inboundSchema)
46783
+ lazyType(() => GitSource3$inboundSchema),
46784
+ lazyType(() => GitSource4$inboundSchema)
46815
46785
  ]).optional(),
46816
46786
  meta: recordType(stringType()).optional(),
46817
46787
  monorepoManager: nullableType(stringType()).optional(),
@@ -46830,12 +46800,11 @@ var init_createdeploymentop = __esm(() => {
46830
46800
  ])).optional(),
46831
46801
  gitMetadata: lazyType(() => GitMetadata$outboundSchema).optional(),
46832
46802
  gitSource: unionType([
46833
- lazyType(() => GitSource3$outboundSchema),
46834
46803
  lazyType(() => GitSource2$outboundSchema),
46835
- lazyType(() => GitSource6$outboundSchema),
46804
+ lazyType(() => GitSource5$outboundSchema),
46836
46805
  lazyType(() => GitSource1$outboundSchema),
46837
- lazyType(() => GitSource4$outboundSchema),
46838
- lazyType(() => GitSource5$outboundSchema)
46806
+ lazyType(() => GitSource3$outboundSchema),
46807
+ lazyType(() => GitSource4$outboundSchema)
46839
46808
  ]).optional(),
46840
46809
  meta: recordType(stringType()).optional(),
46841
46810
  monorepoManager: nullableType(stringType()).optional(),
@@ -48271,11 +48240,13 @@ var init_createdeploymentop = __esm(() => {
48271
48240
  CreateDeploymentCrons$.outboundSchema = CreateDeploymentCrons$outboundSchema;
48272
48241
  })(CreateDeploymentCrons$ ||= {});
48273
48242
  CreateDeploymentMicrofrontendsApplications$inboundSchema = objectType({
48243
+ isDefaultApp: booleanType().optional(),
48274
48244
  productionHost: stringType(),
48275
48245
  deploymentAlias: stringType().optional(),
48276
48246
  deploymentHost: stringType().optional()
48277
48247
  });
48278
48248
  CreateDeploymentMicrofrontendsApplications$outboundSchema = objectType({
48249
+ isDefaultApp: booleanType().optional(),
48279
48250
  productionHost: stringType(),
48280
48251
  deploymentAlias: stringType().optional(),
48281
48252
  deploymentHost: stringType().optional()
@@ -51790,11 +51761,13 @@ var init_getdeploymentop = __esm(() => {
51790
51761
  ResponseBodyFlags$.outboundSchema = ResponseBodyFlags$outboundSchema;
51791
51762
  })(ResponseBodyFlags$ ||= {});
51792
51763
  GetDeploymentMicrofrontendsApplications$inboundSchema = objectType({
51764
+ isDefaultApp: booleanType().optional(),
51793
51765
  productionHost: stringType(),
51794
51766
  deploymentAlias: stringType().optional(),
51795
51767
  deploymentHost: stringType().optional()
51796
51768
  });
51797
51769
  GetDeploymentMicrofrontendsApplications$outboundSchema = objectType({
51770
+ isDefaultApp: booleanType().optional(),
51798
51771
  productionHost: stringType(),
51799
51772
  deploymentAlias: stringType().optional(),
51800
51773
  deploymentHost: stringType().optional()
@@ -53953,11 +53926,13 @@ var init_updateintegrationdeploymentactionop = __esm(() => {
53953
53926
  UpdateIntegrationDeploymentActionRequestBody$inboundSchema = objectType({
53954
53927
  status: UpdateIntegrationDeploymentActionStatus$inboundSchema.optional(),
53955
53928
  statusText: stringType().optional(),
53929
+ statusUrl: stringType().optional(),
53956
53930
  outcomes: arrayType(lazyType(() => Outcomes1$inboundSchema)).optional()
53957
53931
  });
53958
53932
  UpdateIntegrationDeploymentActionRequestBody$outboundSchema = objectType({
53959
53933
  status: UpdateIntegrationDeploymentActionStatus$outboundSchema.optional(),
53960
53934
  statusText: stringType().optional(),
53935
+ statusUrl: stringType().optional(),
53961
53936
  outcomes: arrayType(lazyType(() => Outcomes1$outboundSchema)).optional()
53962
53937
  });
53963
53938
  ((UpdateIntegrationDeploymentActionRequestBody$) => {
@@ -56189,7 +56164,7 @@ async function $do53(client, request, options) {
56189
56164
  const req = requestRes.value;
56190
56165
  const doResult = await client._do(req, {
56191
56166
  context,
56192
- errorCodes: ["400", "401", "403", "4XX", "500", "5XX"],
56167
+ errorCodes: ["400", "401", "403", "408", "4XX", "500", "5XX"],
56193
56168
  retryConfig: context.retryConfig,
56194
56169
  retryCodes: context.retryCodes
56195
56170
  });
@@ -56200,7 +56175,7 @@ async function $do53(client, request, options) {
56200
56175
  const responseFields = {
56201
56176
  HttpMeta: { Response: response, Request: req }
56202
56177
  };
56203
- const [result] = await match(json(200, CheckDomainStatusResponseBody$inboundSchema), jsonErr(400, VercelBadRequestError$inboundSchema), jsonErr(401, VercelForbiddenError$inboundSchema), fail([403, "4XX"]), fail([500, "5XX"]))(response, req, { extraFields: responseFields });
56178
+ const [result] = await match(json(200, CheckDomainStatusResponseBody$inboundSchema), jsonErr(400, VercelBadRequestError$inboundSchema), jsonErr(401, VercelForbiddenError$inboundSchema), fail([403, 408, "4XX"]), fail([500, "5XX"]))(response, req, { extraFields: responseFields });
56204
56179
  if (!result.ok) {
56205
56180
  return [result, { status: "complete", request: req, response }];
56206
56181
  }
@@ -58848,7 +58823,7 @@ var init_edgeconfigitemvalue = __esm(() => {
58848
58823
  });
58849
58824
 
58850
58825
  // src/models/getedgeconfigbackupop.ts
58851
- var GetEdgeConfigBackupRequest$inboundSchema, GetEdgeConfigBackupRequest$outboundSchema, GetEdgeConfigBackupRequest$, ResponseBodyUser$inboundSchema, ResponseBodyUser$outboundSchema, ResponseBodyUser$, GetEdgeConfigBackupResponseBodyItems$inboundSchema, GetEdgeConfigBackupResponseBodyItems$outboundSchema, GetEdgeConfigBackupResponseBodyItems$, ResponseBodyBackup$inboundSchema, ResponseBodyBackup$outboundSchema, ResponseBodyBackup$, ResponseBodyMetadata$inboundSchema, ResponseBodyMetadata$outboundSchema, ResponseBodyMetadata$, GetEdgeConfigBackupResponseBody2$inboundSchema, GetEdgeConfigBackupResponseBody2$outboundSchema, GetEdgeConfigBackupResponseBody2$, ResponseBodyItems$inboundSchema, ResponseBodyItems$outboundSchema, ResponseBodyItems$, Backup$inboundSchema, Backup$outboundSchema, Backup$, Metadata$inboundSchema, Metadata$outboundSchema, Metadata$, GetEdgeConfigBackupResponseBodyUser$inboundSchema, GetEdgeConfigBackupResponseBodyUser$outboundSchema, GetEdgeConfigBackupResponseBodyUser$, GetEdgeConfigBackupResponseBody1$inboundSchema, GetEdgeConfigBackupResponseBody1$outboundSchema, GetEdgeConfigBackupResponseBody1$, GetEdgeConfigBackupResponseBody$inboundSchema, GetEdgeConfigBackupResponseBody$outboundSchema, GetEdgeConfigBackupResponseBody$;
58826
+ var GetEdgeConfigBackupRequest$inboundSchema, GetEdgeConfigBackupRequest$outboundSchema, GetEdgeConfigBackupRequest$, ResponseBodyUser$inboundSchema, ResponseBodyUser$outboundSchema, ResponseBodyUser$, GetEdgeConfigBackupResponseBodyItems$inboundSchema, GetEdgeConfigBackupResponseBodyItems$outboundSchema, GetEdgeConfigBackupResponseBodyItems$, ResponseBodyBackup$inboundSchema, ResponseBodyBackup$outboundSchema, ResponseBodyBackup$, ResponseBodyMetadata$inboundSchema, ResponseBodyMetadata$outboundSchema, ResponseBodyMetadata$, GetEdgeConfigBackupResponseBody2$inboundSchema, GetEdgeConfigBackupResponseBody2$outboundSchema, GetEdgeConfigBackupResponseBody2$, ResponseBodyItems$inboundSchema, ResponseBodyItems$outboundSchema, ResponseBodyItems$, Backup$inboundSchema, Backup$outboundSchema, Backup$, GetEdgeConfigBackupResponseBodyMetadata$inboundSchema, GetEdgeConfigBackupResponseBodyMetadata$outboundSchema, GetEdgeConfigBackupResponseBodyMetadata$, GetEdgeConfigBackupResponseBodyUser$inboundSchema, GetEdgeConfigBackupResponseBodyUser$outboundSchema, GetEdgeConfigBackupResponseBodyUser$, GetEdgeConfigBackupResponseBody1$inboundSchema, GetEdgeConfigBackupResponseBody1$outboundSchema, GetEdgeConfigBackupResponseBody1$, GetEdgeConfigBackupResponseBody$inboundSchema, GetEdgeConfigBackupResponseBody$outboundSchema, GetEdgeConfigBackupResponseBody$;
58852
58827
  var init_getedgeconfigbackupop = __esm(() => {
58853
58828
  init_esm();
58854
58829
  init_edgeconfigitemvalue();
@@ -58984,22 +58959,22 @@ var init_getedgeconfigbackupop = __esm(() => {
58984
58959
  Backup$.inboundSchema = Backup$inboundSchema;
58985
58960
  Backup$.outboundSchema = Backup$outboundSchema;
58986
58961
  })(Backup$ ||= {});
58987
- Metadata$inboundSchema = objectType({
58962
+ GetEdgeConfigBackupResponseBodyMetadata$inboundSchema = objectType({
58988
58963
  updatedAt: stringType().optional(),
58989
58964
  updatedBy: stringType().optional(),
58990
58965
  itemsCount: numberType().optional(),
58991
58966
  itemsBytes: numberType().optional()
58992
58967
  });
58993
- Metadata$outboundSchema = objectType({
58968
+ GetEdgeConfigBackupResponseBodyMetadata$outboundSchema = objectType({
58994
58969
  updatedAt: stringType().optional(),
58995
58970
  updatedBy: stringType().optional(),
58996
58971
  itemsCount: numberType().optional(),
58997
58972
  itemsBytes: numberType().optional()
58998
58973
  });
58999
- ((Metadata$) => {
59000
- Metadata$.inboundSchema = Metadata$inboundSchema;
59001
- Metadata$.outboundSchema = Metadata$outboundSchema;
59002
- })(Metadata$ ||= {});
58974
+ ((GetEdgeConfigBackupResponseBodyMetadata$) => {
58975
+ GetEdgeConfigBackupResponseBodyMetadata$.inboundSchema = GetEdgeConfigBackupResponseBodyMetadata$inboundSchema;
58976
+ GetEdgeConfigBackupResponseBodyMetadata$.outboundSchema = GetEdgeConfigBackupResponseBodyMetadata$outboundSchema;
58977
+ })(GetEdgeConfigBackupResponseBodyMetadata$ ||= {});
59003
58978
  GetEdgeConfigBackupResponseBodyUser$inboundSchema = objectType({
59004
58979
  id: stringType(),
59005
58980
  username: stringType(),
@@ -59022,14 +58997,14 @@ var init_getedgeconfigbackupop = __esm(() => {
59022
58997
  id: stringType(),
59023
58998
  lastModified: numberType(),
59024
58999
  backup: lazyType(() => Backup$inboundSchema),
59025
- metadata: lazyType(() => Metadata$inboundSchema),
59000
+ metadata: lazyType(() => GetEdgeConfigBackupResponseBodyMetadata$inboundSchema),
59026
59001
  user: lazyType(() => GetEdgeConfigBackupResponseBodyUser$inboundSchema).optional()
59027
59002
  });
59028
59003
  GetEdgeConfigBackupResponseBody1$outboundSchema = objectType({
59029
59004
  id: stringType(),
59030
59005
  lastModified: numberType(),
59031
59006
  backup: lazyType(() => Backup$outboundSchema),
59032
- metadata: lazyType(() => Metadata$outboundSchema),
59007
+ metadata: lazyType(() => GetEdgeConfigBackupResponseBodyMetadata$outboundSchema),
59033
59008
  user: lazyType(() => GetEdgeConfigBackupResponseBodyUser$outboundSchema).optional()
59034
59009
  });
59035
59010
  ((GetEdgeConfigBackupResponseBody1$) => {
@@ -65108,6 +65083,135 @@ Delete an existing experimentation item`,
65108
65083
  };
65109
65084
  });
65110
65085
 
65086
+ // src/models/deleteresourceop.ts
65087
+ var DeleteResourceRequest$inboundSchema, DeleteResourceRequest$outboundSchema, DeleteResourceRequest$;
65088
+ var init_deleteresourceop = __esm(() => {
65089
+ init_esm();
65090
+ DeleteResourceRequest$inboundSchema = objectType({
65091
+ integrationConfigurationId: stringType(),
65092
+ resourceId: stringType()
65093
+ });
65094
+ DeleteResourceRequest$outboundSchema = objectType({
65095
+ integrationConfigurationId: stringType(),
65096
+ resourceId: stringType()
65097
+ });
65098
+ ((DeleteResourceRequest$) => {
65099
+ DeleteResourceRequest$.inboundSchema = DeleteResourceRequest$inboundSchema;
65100
+ DeleteResourceRequest$.outboundSchema = DeleteResourceRequest$outboundSchema;
65101
+ })(DeleteResourceRequest$ ||= {});
65102
+ });
65103
+
65104
+ // src/funcs/marketplaceDeleteResource.ts
65105
+ function marketplaceDeleteResource(client, request, options) {
65106
+ return new APIPromise($do95(client, request, options));
65107
+ }
65108
+ async function $do95(client, request, options) {
65109
+ const parsed = safeParse(request, (value) => DeleteResourceRequest$outboundSchema.parse(value), "Input validation failed");
65110
+ if (!parsed.ok) {
65111
+ return [parsed, { status: "invalid" }];
65112
+ }
65113
+ const payload = parsed.value;
65114
+ const body = null;
65115
+ const pathParams = {
65116
+ integrationConfigurationId: encodeSimple("integrationConfigurationId", payload.integrationConfigurationId, { explode: false, charEncoding: "percent" }),
65117
+ resourceId: encodeSimple("resourceId", payload.resourceId, {
65118
+ explode: false,
65119
+ charEncoding: "percent"
65120
+ })
65121
+ };
65122
+ const path = pathToFunc("/v1/installations/{integrationConfigurationId}/resources/{resourceId}")(pathParams);
65123
+ const headers = new Headers(compactMap({
65124
+ Accept: "application/json"
65125
+ }));
65126
+ const secConfig = await extractSecurity(client._options.bearerToken);
65127
+ const securityInput = secConfig == null ? {} : { bearerToken: secConfig };
65128
+ const requestSecurity = resolveGlobalSecurity(securityInput);
65129
+ const context = {
65130
+ options: client._options,
65131
+ baseURL: options?.serverURL ?? client._baseURL ?? "",
65132
+ operationID: "delete-resource",
65133
+ oAuth2Scopes: [],
65134
+ resolvedSecurity: requestSecurity,
65135
+ securitySource: client._options.bearerToken,
65136
+ retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
65137
+ retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"]
65138
+ };
65139
+ const requestRes = client._createRequest(context, {
65140
+ security: requestSecurity,
65141
+ method: "DELETE",
65142
+ baseURL: options?.serverURL,
65143
+ path,
65144
+ headers,
65145
+ body,
65146
+ userAgent: client._options.userAgent,
65147
+ timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
65148
+ }, options);
65149
+ if (!requestRes.ok) {
65150
+ return [requestRes, { status: "invalid" }];
65151
+ }
65152
+ const req = requestRes.value;
65153
+ const doResult = await client._do(req, {
65154
+ context,
65155
+ errorCodes: ["400", "401", "403", "404", "4XX", "5XX"],
65156
+ retryConfig: context.retryConfig,
65157
+ retryCodes: context.retryCodes
65158
+ });
65159
+ if (!doResult.ok) {
65160
+ return [doResult, { status: "request-error", request: req }];
65161
+ }
65162
+ const response = doResult.value;
65163
+ const responseFields = {
65164
+ HttpMeta: { Response: response, Request: req }
65165
+ };
65166
+ const [result] = await match(nil(204, voidType()), jsonErr(400, VercelBadRequestError$inboundSchema), jsonErr(401, VercelForbiddenError$inboundSchema), jsonErr(404, VercelNotFoundError$inboundSchema), fail([403, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
65167
+ if (!result.ok) {
65168
+ return [result, { status: "complete", request: req, response }];
65169
+ }
65170
+ return [result, { status: "complete", request: req, response }];
65171
+ }
65172
+ var init_marketplaceDeleteResource = __esm(() => {
65173
+ init_esm();
65174
+ init_encodings();
65175
+ init_matchers();
65176
+ init_primitives();
65177
+ init_schemas();
65178
+ init_security();
65179
+ init_url();
65180
+ init_deleteresourceop();
65181
+ init_vercelbadrequesterror();
65182
+ init_vercelforbiddenerror();
65183
+ init_vercelnotfounderror();
65184
+ init_async();
65185
+ });
65186
+
65187
+ // src/mcp-server/tools/marketplaceDeleteResource.ts
65188
+ var args94, tool$marketplaceDeleteResource;
65189
+ var init_marketplaceDeleteResource2 = __esm(() => {
65190
+ init_marketplaceDeleteResource();
65191
+ init_deleteresourceop();
65192
+ init_tools();
65193
+ args94 = {
65194
+ request: DeleteResourceRequest$inboundSchema
65195
+ };
65196
+ tool$marketplaceDeleteResource = {
65197
+ name: "marketplace-delete-resource",
65198
+ description: `Delete Resource
65199
+
65200
+ Delete a resource owned by the selected installation ID.`,
65201
+ args: args94,
65202
+ tool: async (client, args95, ctx) => {
65203
+ const [result, apiCall] = await marketplaceDeleteResource(client, args95.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
65204
+ if (!result.ok) {
65205
+ return {
65206
+ content: [{ type: "text", text: result.error.message }],
65207
+ isError: true
65208
+ };
65209
+ }
65210
+ return formatResult(undefined, apiCall);
65211
+ }
65212
+ };
65213
+ });
65214
+
65111
65215
  // src/models/exchangessotokenop.ts
65112
65216
  var ExchangeSsoTokenGrantType, ExchangeSsoTokenGrantType$inboundSchema, ExchangeSsoTokenGrantType$outboundSchema, ExchangeSsoTokenGrantType$, ExchangeSsoTokenRequestBody$inboundSchema, ExchangeSsoTokenRequestBody$outboundSchema, ExchangeSsoTokenRequestBody$, ExchangeSsoTokenResponseBody$inboundSchema, ExchangeSsoTokenResponseBody$outboundSchema, ExchangeSsoTokenResponseBody$;
65113
65217
  var init_exchangessotokenop = __esm(() => {
@@ -65186,9 +65290,9 @@ var init_exchangessotokenop = __esm(() => {
65186
65290
 
65187
65291
  // src/funcs/marketplaceExchangeSsoToken.ts
65188
65292
  function marketplaceExchangeSsoToken(client, request, options) {
65189
- return new APIPromise($do95(client, request, options));
65293
+ return new APIPromise($do96(client, request, options));
65190
65294
  }
65191
- async function $do95(client, request, options) {
65295
+ async function $do96(client, request, options) {
65192
65296
  const parsed = safeParse(request, (value) => ExchangeSsoTokenRequestBody$outboundSchema.parse(value), "Input validation failed");
65193
65297
  if (!parsed.ok) {
65194
65298
  return [parsed, { status: "invalid" }];
@@ -65255,12 +65359,12 @@ var init_marketplaceExchangeSsoToken = __esm(() => {
65255
65359
  });
65256
65360
 
65257
65361
  // src/mcp-server/tools/marketplaceExchangeSsoToken.ts
65258
- var args94, tool$marketplaceExchangeSsoToken;
65362
+ var args95, tool$marketplaceExchangeSsoToken;
65259
65363
  var init_marketplaceExchangeSsoToken2 = __esm(() => {
65260
65364
  init_marketplaceExchangeSsoToken();
65261
65365
  init_exchangessotokenop();
65262
65366
  init_tools();
65263
- args94 = {
65367
+ args95 = {
65264
65368
  request: ExchangeSsoTokenRequestBody$inboundSchema
65265
65369
  };
65266
65370
  tool$marketplaceExchangeSsoToken = {
@@ -65268,9 +65372,9 @@ var init_marketplaceExchangeSsoToken2 = __esm(() => {
65268
65372
  description: `SSO Token Exchange
65269
65373
 
65270
65374
  During the autorization process, Vercel sends the user to the provider [redirectLoginUrl](https://vercel.com/docs/integrations/create-integration/submit-integration#redirect-login-url), that includes the OAuth authorization \`code\` parameter. The provider then calls the SSO Token Exchange endpoint with the sent code and receives the OIDC token. They log the user in based on this token and redirects the user back to the Vercel account using deep-link parameters included the redirectLoginUrl. Providers should not persist the returned \`id_token\` in a database since the token will expire. See [**Authentication with SSO**](https://vercel.com/docs/integrations/create-integration/marketplace-api#authentication-with-sso) for more details.`,
65271
- args: args94,
65272
- tool: async (client, args95, ctx) => {
65273
- const [result, apiCall] = await marketplaceExchangeSsoToken(client, args95.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
65375
+ args: args95,
65376
+ tool: async (client, args96, ctx) => {
65377
+ const [result, apiCall] = await marketplaceExchangeSsoToken(client, args96.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
65274
65378
  if (!result.ok) {
65275
65379
  return {
65276
65380
  content: [{ type: "text", text: result.error.message }],
@@ -65327,9 +65431,9 @@ var init_getaccountinfoop = __esm(() => {
65327
65431
 
65328
65432
  // src/funcs/marketplaceGetAccountInfo.ts
65329
65433
  function marketplaceGetAccountInfo(client, request, options) {
65330
- return new APIPromise($do96(client, request, options));
65434
+ return new APIPromise($do97(client, request, options));
65331
65435
  }
65332
- async function $do96(client, request, options) {
65436
+ async function $do97(client, request, options) {
65333
65437
  const parsed = safeParse(request, (value) => GetAccountInfoRequest$outboundSchema.parse(value), "Input validation failed");
65334
65438
  if (!parsed.ok) {
65335
65439
  return [parsed, { status: "invalid" }];
@@ -65404,12 +65508,12 @@ var init_marketplaceGetAccountInfo = __esm(() => {
65404
65508
  });
65405
65509
 
65406
65510
  // src/mcp-server/tools/marketplaceGetAccountInfo.ts
65407
- var args95, tool$marketplaceGetAccountInfo;
65511
+ var args96, tool$marketplaceGetAccountInfo;
65408
65512
  var init_marketplaceGetAccountInfo2 = __esm(() => {
65409
65513
  init_marketplaceGetAccountInfo();
65410
65514
  init_getaccountinfoop();
65411
65515
  init_tools();
65412
- args95 = {
65516
+ args96 = {
65413
65517
  request: GetAccountInfoRequest$inboundSchema
65414
65518
  };
65415
65519
  tool$marketplaceGetAccountInfo = {
@@ -65417,9 +65521,9 @@ var init_marketplaceGetAccountInfo2 = __esm(() => {
65417
65521
  description: `Get Account Information
65418
65522
 
65419
65523
  Fetches the best account or user’s contact info`,
65420
- args: args95,
65421
- tool: async (client, args96, ctx) => {
65422
- const [result, apiCall] = await marketplaceGetAccountInfo(client, args96.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
65524
+ args: args96,
65525
+ tool: async (client, args97, ctx) => {
65526
+ const [result, apiCall] = await marketplaceGetAccountInfo(client, args97.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
65423
65527
  if (!result.ok) {
65424
65528
  return {
65425
65529
  content: [{ type: "text", text: result.error.message }],
@@ -65567,9 +65671,9 @@ var init_getinvoiceop = __esm(() => {
65567
65671
 
65568
65672
  // src/funcs/marketplaceGetInvoice.ts
65569
65673
  function marketplaceGetInvoice(client, request, options) {
65570
- return new APIPromise($do97(client, request, options));
65674
+ return new APIPromise($do98(client, request, options));
65571
65675
  }
65572
- async function $do97(client, request, options) {
65676
+ async function $do98(client, request, options) {
65573
65677
  const parsed = safeParse(request, (value) => GetInvoiceRequest$outboundSchema.parse(value), "Input validation failed");
65574
65678
  if (!parsed.ok) {
65575
65679
  return [parsed, { status: "invalid" }];
@@ -65648,12 +65752,12 @@ var init_marketplaceGetInvoice = __esm(() => {
65648
65752
  });
65649
65753
 
65650
65754
  // src/mcp-server/tools/marketplaceGetInvoice.ts
65651
- var args96, tool$marketplaceGetInvoice;
65755
+ var args97, tool$marketplaceGetInvoice;
65652
65756
  var init_marketplaceGetInvoice2 = __esm(() => {
65653
65757
  init_marketplaceGetInvoice();
65654
65758
  init_getinvoiceop();
65655
65759
  init_tools();
65656
- args96 = {
65760
+ args97 = {
65657
65761
  request: GetInvoiceRequest$inboundSchema
65658
65762
  };
65659
65763
  tool$marketplaceGetInvoice = {
@@ -65661,9 +65765,9 @@ var init_marketplaceGetInvoice2 = __esm(() => {
65661
65765
  description: `Get Invoice
65662
65766
 
65663
65767
  Get Invoice details and status for a given invoice ID.<br/> <br/> See Billing Events with Webhooks documentation on how to receive invoice events. This endpoint is used to retrieve the invoice details.`,
65664
- args: args96,
65665
- tool: async (client, args97, ctx) => {
65666
- const [result, apiCall] = await marketplaceGetInvoice(client, args97.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
65768
+ args: args97,
65769
+ tool: async (client, args98, ctx) => {
65770
+ const [result, apiCall] = await marketplaceGetInvoice(client, args98.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
65667
65771
  if (!result.ok) {
65668
65772
  return {
65669
65773
  content: [{ type: "text", text: result.error.message }],
@@ -65718,9 +65822,9 @@ var init_getmemberop = __esm(() => {
65718
65822
 
65719
65823
  // src/funcs/marketplaceGetMember.ts
65720
65824
  function marketplaceGetMember(client, request, options) {
65721
- return new APIPromise($do98(client, request, options));
65825
+ return new APIPromise($do99(client, request, options));
65722
65826
  }
65723
- async function $do98(client, request, options) {
65827
+ async function $do99(client, request, options) {
65724
65828
  const parsed = safeParse(request, (value) => GetMemberRequest$outboundSchema.parse(value), "Input validation failed");
65725
65829
  if (!parsed.ok) {
65726
65830
  return [parsed, { status: "invalid" }];
@@ -65799,12 +65903,12 @@ var init_marketplaceGetMember = __esm(() => {
65799
65903
  });
65800
65904
 
65801
65905
  // src/mcp-server/tools/marketplaceGetMember.ts
65802
- var args97, tool$marketplaceGetMember;
65906
+ var args98, tool$marketplaceGetMember;
65803
65907
  var init_marketplaceGetMember2 = __esm(() => {
65804
65908
  init_marketplaceGetMember();
65805
65909
  init_getmemberop();
65806
65910
  init_tools();
65807
- args97 = {
65911
+ args98 = {
65808
65912
  request: GetMemberRequest$inboundSchema
65809
65913
  };
65810
65914
  tool$marketplaceGetMember = {
@@ -65812,9 +65916,513 @@ var init_marketplaceGetMember2 = __esm(() => {
65812
65916
  description: `Get Member Information
65813
65917
 
65814
65918
  Returns the member role and other information for a given member ID ("user_id" claim in the SSO OIDC token).`,
65815
- args: args97,
65816
- tool: async (client, args98, ctx) => {
65817
- const [result, apiCall] = await marketplaceGetMember(client, args98.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
65919
+ args: args98,
65920
+ tool: async (client, args99, ctx) => {
65921
+ const [result, apiCall] = await marketplaceGetMember(client, args99.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
65922
+ if (!result.ok) {
65923
+ return {
65924
+ content: [{ type: "text", text: result.error.message }],
65925
+ isError: true
65926
+ };
65927
+ }
65928
+ const value = result.value;
65929
+ return formatResult(value, apiCall);
65930
+ }
65931
+ };
65932
+ });
65933
+
65934
+ // src/models/getresourceop.ts
65935
+ var GetResourceStatus, GetResourceLevel, GetResourceRequest$inboundSchema, GetResourceRequest$outboundSchema, GetResourceRequest$, GetResourceStatus$inboundSchema, GetResourceStatus$outboundSchema, GetResourceStatus$, Experimentation$inboundSchema, Experimentation$outboundSchema, Experimentation$, ProtocolSettings$inboundSchema, ProtocolSettings$outboundSchema, ProtocolSettings$, GetResourceLevel$inboundSchema, GetResourceLevel$outboundSchema, GetResourceLevel$, GetResourceNotification$inboundSchema, GetResourceNotification$outboundSchema, GetResourceNotification$, Metadata$inboundSchema, Metadata$outboundSchema, Metadata$, GetResourceResponseBody$inboundSchema, GetResourceResponseBody$outboundSchema, GetResourceResponseBody$;
65936
+ var init_getresourceop = __esm(() => {
65937
+ init_esm();
65938
+ GetResourceStatus = {
65939
+ Ready: "ready",
65940
+ Pending: "pending",
65941
+ Suspended: "suspended",
65942
+ Resumed: "resumed",
65943
+ Uninstalled: "uninstalled",
65944
+ Error: "error"
65945
+ };
65946
+ GetResourceLevel = {
65947
+ Error: "error",
65948
+ Info: "info",
65949
+ Warn: "warn"
65950
+ };
65951
+ GetResourceRequest$inboundSchema = objectType({
65952
+ integrationConfigurationId: stringType(),
65953
+ resourceId: stringType()
65954
+ });
65955
+ GetResourceRequest$outboundSchema = objectType({
65956
+ integrationConfigurationId: stringType(),
65957
+ resourceId: stringType()
65958
+ });
65959
+ ((GetResourceRequest$) => {
65960
+ GetResourceRequest$.inboundSchema = GetResourceRequest$inboundSchema;
65961
+ GetResourceRequest$.outboundSchema = GetResourceRequest$outboundSchema;
65962
+ })(GetResourceRequest$ ||= {});
65963
+ GetResourceStatus$inboundSchema = nativeEnumType(GetResourceStatus);
65964
+ GetResourceStatus$outboundSchema = GetResourceStatus$inboundSchema;
65965
+ ((GetResourceStatus$) => {
65966
+ GetResourceStatus$.inboundSchema = GetResourceStatus$inboundSchema;
65967
+ GetResourceStatus$.outboundSchema = GetResourceStatus$outboundSchema;
65968
+ })(GetResourceStatus$ ||= {});
65969
+ Experimentation$inboundSchema = objectType({
65970
+ edgeConfigSyncingEnabled: booleanType().optional(),
65971
+ edgeConfigId: stringType().optional(),
65972
+ edgeConfigTokenId: stringType().optional()
65973
+ });
65974
+ Experimentation$outboundSchema = objectType({
65975
+ edgeConfigSyncingEnabled: booleanType().optional(),
65976
+ edgeConfigId: stringType().optional(),
65977
+ edgeConfigTokenId: stringType().optional()
65978
+ });
65979
+ ((Experimentation$) => {
65980
+ Experimentation$.inboundSchema = Experimentation$inboundSchema;
65981
+ Experimentation$.outboundSchema = Experimentation$outboundSchema;
65982
+ })(Experimentation$ ||= {});
65983
+ ProtocolSettings$inboundSchema = objectType({
65984
+ experimentation: lazyType(() => Experimentation$inboundSchema).optional()
65985
+ });
65986
+ ProtocolSettings$outboundSchema = objectType({
65987
+ experimentation: lazyType(() => Experimentation$outboundSchema).optional()
65988
+ });
65989
+ ((ProtocolSettings$) => {
65990
+ ProtocolSettings$.inboundSchema = ProtocolSettings$inboundSchema;
65991
+ ProtocolSettings$.outboundSchema = ProtocolSettings$outboundSchema;
65992
+ })(ProtocolSettings$ ||= {});
65993
+ GetResourceLevel$inboundSchema = nativeEnumType(GetResourceLevel);
65994
+ GetResourceLevel$outboundSchema = GetResourceLevel$inboundSchema;
65995
+ ((GetResourceLevel$) => {
65996
+ GetResourceLevel$.inboundSchema = GetResourceLevel$inboundSchema;
65997
+ GetResourceLevel$.outboundSchema = GetResourceLevel$outboundSchema;
65998
+ })(GetResourceLevel$ ||= {});
65999
+ GetResourceNotification$inboundSchema = objectType({
66000
+ level: GetResourceLevel$inboundSchema,
66001
+ title: stringType(),
66002
+ message: stringType().optional(),
66003
+ href: stringType().optional()
66004
+ });
66005
+ GetResourceNotification$outboundSchema = objectType({
66006
+ level: GetResourceLevel$outboundSchema,
66007
+ title: stringType(),
66008
+ message: stringType().optional(),
66009
+ href: stringType().optional()
66010
+ });
66011
+ ((GetResourceNotification$) => {
66012
+ GetResourceNotification$.inboundSchema = GetResourceNotification$inboundSchema;
66013
+ GetResourceNotification$.outboundSchema = GetResourceNotification$outboundSchema;
66014
+ })(GetResourceNotification$ ||= {});
66015
+ Metadata$inboundSchema = unionType([
66016
+ stringType(),
66017
+ numberType(),
66018
+ booleanType(),
66019
+ arrayType(stringType()),
66020
+ arrayType(numberType())
66021
+ ]);
66022
+ Metadata$outboundSchema = unionType([
66023
+ stringType(),
66024
+ numberType(),
66025
+ booleanType(),
66026
+ arrayType(stringType()),
66027
+ arrayType(numberType())
66028
+ ]);
66029
+ ((Metadata$) => {
66030
+ Metadata$.inboundSchema = Metadata$inboundSchema;
66031
+ Metadata$.outboundSchema = Metadata$outboundSchema;
66032
+ })(Metadata$ ||= {});
66033
+ GetResourceResponseBody$inboundSchema = objectType({
66034
+ id: stringType(),
66035
+ internalId: stringType(),
66036
+ name: stringType(),
66037
+ status: GetResourceStatus$inboundSchema.optional(),
66038
+ productId: stringType(),
66039
+ protocolSettings: lazyType(() => ProtocolSettings$inboundSchema).optional(),
66040
+ notification: lazyType(() => GetResourceNotification$inboundSchema).optional(),
66041
+ billingPlanId: stringType().optional(),
66042
+ metadata: recordType(unionType([
66043
+ stringType(),
66044
+ numberType(),
66045
+ booleanType(),
66046
+ arrayType(stringType()),
66047
+ arrayType(numberType())
66048
+ ])).optional()
66049
+ });
66050
+ GetResourceResponseBody$outboundSchema = objectType({
66051
+ id: stringType(),
66052
+ internalId: stringType(),
66053
+ name: stringType(),
66054
+ status: GetResourceStatus$outboundSchema.optional(),
66055
+ productId: stringType(),
66056
+ protocolSettings: lazyType(() => ProtocolSettings$outboundSchema).optional(),
66057
+ notification: lazyType(() => GetResourceNotification$outboundSchema).optional(),
66058
+ billingPlanId: stringType().optional(),
66059
+ metadata: recordType(unionType([
66060
+ stringType(),
66061
+ numberType(),
66062
+ booleanType(),
66063
+ arrayType(stringType()),
66064
+ arrayType(numberType())
66065
+ ])).optional()
66066
+ });
66067
+ ((GetResourceResponseBody$) => {
66068
+ GetResourceResponseBody$.inboundSchema = GetResourceResponseBody$inboundSchema;
66069
+ GetResourceResponseBody$.outboundSchema = GetResourceResponseBody$outboundSchema;
66070
+ })(GetResourceResponseBody$ ||= {});
66071
+ });
66072
+
66073
+ // src/funcs/marketplaceGetResource.ts
66074
+ function marketplaceGetResource(client, request, options) {
66075
+ return new APIPromise($do100(client, request, options));
66076
+ }
66077
+ async function $do100(client, request, options) {
66078
+ const parsed = safeParse(request, (value) => GetResourceRequest$outboundSchema.parse(value), "Input validation failed");
66079
+ if (!parsed.ok) {
66080
+ return [parsed, { status: "invalid" }];
66081
+ }
66082
+ const payload = parsed.value;
66083
+ const body = null;
66084
+ const pathParams = {
66085
+ integrationConfigurationId: encodeSimple("integrationConfigurationId", payload.integrationConfigurationId, { explode: false, charEncoding: "percent" }),
66086
+ resourceId: encodeSimple("resourceId", payload.resourceId, {
66087
+ explode: false,
66088
+ charEncoding: "percent"
66089
+ })
66090
+ };
66091
+ const path = pathToFunc("/v1/installations/{integrationConfigurationId}/resources/{resourceId}")(pathParams);
66092
+ const headers = new Headers(compactMap({
66093
+ Accept: "application/json"
66094
+ }));
66095
+ const secConfig = await extractSecurity(client._options.bearerToken);
66096
+ const securityInput = secConfig == null ? {} : { bearerToken: secConfig };
66097
+ const requestSecurity = resolveGlobalSecurity(securityInput);
66098
+ const context = {
66099
+ options: client._options,
66100
+ baseURL: options?.serverURL ?? client._baseURL ?? "",
66101
+ operationID: "get-resource",
66102
+ oAuth2Scopes: [],
66103
+ resolvedSecurity: requestSecurity,
66104
+ securitySource: client._options.bearerToken,
66105
+ retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
66106
+ retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"]
66107
+ };
66108
+ const requestRes = client._createRequest(context, {
66109
+ security: requestSecurity,
66110
+ method: "GET",
66111
+ baseURL: options?.serverURL,
66112
+ path,
66113
+ headers,
66114
+ body,
66115
+ userAgent: client._options.userAgent,
66116
+ timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
66117
+ }, options);
66118
+ if (!requestRes.ok) {
66119
+ return [requestRes, { status: "invalid" }];
66120
+ }
66121
+ const req = requestRes.value;
66122
+ const doResult = await client._do(req, {
66123
+ context,
66124
+ errorCodes: ["400", "401", "403", "404", "4XX", "5XX"],
66125
+ retryConfig: context.retryConfig,
66126
+ retryCodes: context.retryCodes
66127
+ });
66128
+ if (!doResult.ok) {
66129
+ return [doResult, { status: "request-error", request: req }];
66130
+ }
66131
+ const response = doResult.value;
66132
+ const responseFields = {
66133
+ HttpMeta: { Response: response, Request: req }
66134
+ };
66135
+ const [result] = await match(json(200, GetResourceResponseBody$inboundSchema), jsonErr(400, VercelBadRequestError$inboundSchema), jsonErr(401, VercelForbiddenError$inboundSchema), jsonErr(404, VercelNotFoundError$inboundSchema), fail([403, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
66136
+ if (!result.ok) {
66137
+ return [result, { status: "complete", request: req, response }];
66138
+ }
66139
+ return [result, { status: "complete", request: req, response }];
66140
+ }
66141
+ var init_marketplaceGetResource = __esm(() => {
66142
+ init_encodings();
66143
+ init_matchers();
66144
+ init_primitives();
66145
+ init_schemas();
66146
+ init_security();
66147
+ init_url();
66148
+ init_getresourceop();
66149
+ init_vercelbadrequesterror();
66150
+ init_vercelforbiddenerror();
66151
+ init_vercelnotfounderror();
66152
+ init_async();
66153
+ });
66154
+
66155
+ // src/mcp-server/tools/marketplaceGetResource.ts
66156
+ var args99, tool$marketplaceGetResource;
66157
+ var init_marketplaceGetResource2 = __esm(() => {
66158
+ init_marketplaceGetResource();
66159
+ init_getresourceop();
66160
+ init_tools();
66161
+ args99 = {
66162
+ request: GetResourceRequest$inboundSchema
66163
+ };
66164
+ tool$marketplaceGetResource = {
66165
+ name: "marketplace-get-resource",
66166
+ description: `Get Resource
66167
+
66168
+ Get a resource by its partner ID.`,
66169
+ args: args99,
66170
+ tool: async (client, args100, ctx) => {
66171
+ const [result, apiCall] = await marketplaceGetResource(client, args100.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
66172
+ if (!result.ok) {
66173
+ return {
66174
+ content: [{ type: "text", text: result.error.message }],
66175
+ isError: true
66176
+ };
66177
+ }
66178
+ const value = result.value;
66179
+ return formatResult(value, apiCall);
66180
+ }
66181
+ };
66182
+ });
66183
+
66184
+ // src/models/getresourcesop.ts
66185
+ var GetResourcesStatus, GetResourcesLevel, GetResourcesRequest$inboundSchema, GetResourcesRequest$outboundSchema, GetResourcesRequest$, GetResourcesStatus$inboundSchema, GetResourcesStatus$outboundSchema, GetResourcesStatus$, GetResourcesExperimentation$inboundSchema, GetResourcesExperimentation$outboundSchema, GetResourcesExperimentation$, GetResourcesProtocolSettings$inboundSchema, GetResourcesProtocolSettings$outboundSchema, GetResourcesProtocolSettings$, GetResourcesLevel$inboundSchema, GetResourcesLevel$outboundSchema, GetResourcesLevel$, GetResourcesNotification$inboundSchema, GetResourcesNotification$outboundSchema, GetResourcesNotification$, GetResourcesMetadata$inboundSchema, GetResourcesMetadata$outboundSchema, GetResourcesMetadata$, Resources$inboundSchema, Resources$outboundSchema, Resources$, GetResourcesResponseBody$inboundSchema, GetResourcesResponseBody$outboundSchema, GetResourcesResponseBody$;
66186
+ var init_getresourcesop = __esm(() => {
66187
+ init_esm();
66188
+ GetResourcesStatus = {
66189
+ Ready: "ready",
66190
+ Pending: "pending",
66191
+ Suspended: "suspended",
66192
+ Resumed: "resumed",
66193
+ Uninstalled: "uninstalled",
66194
+ Error: "error"
66195
+ };
66196
+ GetResourcesLevel = {
66197
+ Error: "error",
66198
+ Info: "info",
66199
+ Warn: "warn"
66200
+ };
66201
+ GetResourcesRequest$inboundSchema = objectType({
66202
+ integrationConfigurationId: stringType()
66203
+ });
66204
+ GetResourcesRequest$outboundSchema = objectType({
66205
+ integrationConfigurationId: stringType()
66206
+ });
66207
+ ((GetResourcesRequest$) => {
66208
+ GetResourcesRequest$.inboundSchema = GetResourcesRequest$inboundSchema;
66209
+ GetResourcesRequest$.outboundSchema = GetResourcesRequest$outboundSchema;
66210
+ })(GetResourcesRequest$ ||= {});
66211
+ GetResourcesStatus$inboundSchema = nativeEnumType(GetResourcesStatus);
66212
+ GetResourcesStatus$outboundSchema = GetResourcesStatus$inboundSchema;
66213
+ ((GetResourcesStatus$) => {
66214
+ GetResourcesStatus$.inboundSchema = GetResourcesStatus$inboundSchema;
66215
+ GetResourcesStatus$.outboundSchema = GetResourcesStatus$outboundSchema;
66216
+ })(GetResourcesStatus$ ||= {});
66217
+ GetResourcesExperimentation$inboundSchema = objectType({
66218
+ edgeConfigSyncingEnabled: booleanType().optional(),
66219
+ edgeConfigId: stringType().optional(),
66220
+ edgeConfigTokenId: stringType().optional()
66221
+ });
66222
+ GetResourcesExperimentation$outboundSchema = objectType({
66223
+ edgeConfigSyncingEnabled: booleanType().optional(),
66224
+ edgeConfigId: stringType().optional(),
66225
+ edgeConfigTokenId: stringType().optional()
66226
+ });
66227
+ ((GetResourcesExperimentation$) => {
66228
+ GetResourcesExperimentation$.inboundSchema = GetResourcesExperimentation$inboundSchema;
66229
+ GetResourcesExperimentation$.outboundSchema = GetResourcesExperimentation$outboundSchema;
66230
+ })(GetResourcesExperimentation$ ||= {});
66231
+ GetResourcesProtocolSettings$inboundSchema = objectType({
66232
+ experimentation: lazyType(() => GetResourcesExperimentation$inboundSchema).optional()
66233
+ });
66234
+ GetResourcesProtocolSettings$outboundSchema = objectType({
66235
+ experimentation: lazyType(() => GetResourcesExperimentation$outboundSchema).optional()
66236
+ });
66237
+ ((GetResourcesProtocolSettings$) => {
66238
+ GetResourcesProtocolSettings$.inboundSchema = GetResourcesProtocolSettings$inboundSchema;
66239
+ GetResourcesProtocolSettings$.outboundSchema = GetResourcesProtocolSettings$outboundSchema;
66240
+ })(GetResourcesProtocolSettings$ ||= {});
66241
+ GetResourcesLevel$inboundSchema = nativeEnumType(GetResourcesLevel);
66242
+ GetResourcesLevel$outboundSchema = GetResourcesLevel$inboundSchema;
66243
+ ((GetResourcesLevel$) => {
66244
+ GetResourcesLevel$.inboundSchema = GetResourcesLevel$inboundSchema;
66245
+ GetResourcesLevel$.outboundSchema = GetResourcesLevel$outboundSchema;
66246
+ })(GetResourcesLevel$ ||= {});
66247
+ GetResourcesNotification$inboundSchema = objectType({
66248
+ level: GetResourcesLevel$inboundSchema,
66249
+ title: stringType(),
66250
+ message: stringType().optional(),
66251
+ href: stringType().optional()
66252
+ });
66253
+ GetResourcesNotification$outboundSchema = objectType({
66254
+ level: GetResourcesLevel$outboundSchema,
66255
+ title: stringType(),
66256
+ message: stringType().optional(),
66257
+ href: stringType().optional()
66258
+ });
66259
+ ((GetResourcesNotification$) => {
66260
+ GetResourcesNotification$.inboundSchema = GetResourcesNotification$inboundSchema;
66261
+ GetResourcesNotification$.outboundSchema = GetResourcesNotification$outboundSchema;
66262
+ })(GetResourcesNotification$ ||= {});
66263
+ GetResourcesMetadata$inboundSchema = unionType([
66264
+ stringType(),
66265
+ numberType(),
66266
+ booleanType(),
66267
+ arrayType(stringType()),
66268
+ arrayType(numberType())
66269
+ ]);
66270
+ GetResourcesMetadata$outboundSchema = unionType([
66271
+ stringType(),
66272
+ numberType(),
66273
+ booleanType(),
66274
+ arrayType(stringType()),
66275
+ arrayType(numberType())
66276
+ ]);
66277
+ ((GetResourcesMetadata$) => {
66278
+ GetResourcesMetadata$.inboundSchema = GetResourcesMetadata$inboundSchema;
66279
+ GetResourcesMetadata$.outboundSchema = GetResourcesMetadata$outboundSchema;
66280
+ })(GetResourcesMetadata$ ||= {});
66281
+ Resources$inboundSchema = objectType({
66282
+ partnerId: stringType(),
66283
+ internalId: stringType(),
66284
+ name: stringType(),
66285
+ status: GetResourcesStatus$inboundSchema.optional(),
66286
+ productId: stringType(),
66287
+ protocolSettings: lazyType(() => GetResourcesProtocolSettings$inboundSchema).optional(),
66288
+ notification: lazyType(() => GetResourcesNotification$inboundSchema).optional(),
66289
+ billingPlanId: stringType().optional(),
66290
+ metadata: recordType(unionType([
66291
+ stringType(),
66292
+ numberType(),
66293
+ booleanType(),
66294
+ arrayType(stringType()),
66295
+ arrayType(numberType())
66296
+ ])).optional()
66297
+ });
66298
+ Resources$outboundSchema = objectType({
66299
+ partnerId: stringType(),
66300
+ internalId: stringType(),
66301
+ name: stringType(),
66302
+ status: GetResourcesStatus$outboundSchema.optional(),
66303
+ productId: stringType(),
66304
+ protocolSettings: lazyType(() => GetResourcesProtocolSettings$outboundSchema).optional(),
66305
+ notification: lazyType(() => GetResourcesNotification$outboundSchema).optional(),
66306
+ billingPlanId: stringType().optional(),
66307
+ metadata: recordType(unionType([
66308
+ stringType(),
66309
+ numberType(),
66310
+ booleanType(),
66311
+ arrayType(stringType()),
66312
+ arrayType(numberType())
66313
+ ])).optional()
66314
+ });
66315
+ ((Resources$) => {
66316
+ Resources$.inboundSchema = Resources$inboundSchema;
66317
+ Resources$.outboundSchema = Resources$outboundSchema;
66318
+ })(Resources$ ||= {});
66319
+ GetResourcesResponseBody$inboundSchema = objectType({
66320
+ resources: arrayType(lazyType(() => Resources$inboundSchema))
66321
+ });
66322
+ GetResourcesResponseBody$outboundSchema = objectType({
66323
+ resources: arrayType(lazyType(() => Resources$outboundSchema))
66324
+ });
66325
+ ((GetResourcesResponseBody$) => {
66326
+ GetResourcesResponseBody$.inboundSchema = GetResourcesResponseBody$inboundSchema;
66327
+ GetResourcesResponseBody$.outboundSchema = GetResourcesResponseBody$outboundSchema;
66328
+ })(GetResourcesResponseBody$ ||= {});
66329
+ });
66330
+
66331
+ // src/funcs/marketplaceGetResources.ts
66332
+ function marketplaceGetResources(client, request, options) {
66333
+ return new APIPromise($do101(client, request, options));
66334
+ }
66335
+ async function $do101(client, request, options) {
66336
+ const parsed = safeParse(request, (value) => GetResourcesRequest$outboundSchema.parse(value), "Input validation failed");
66337
+ if (!parsed.ok) {
66338
+ return [parsed, { status: "invalid" }];
66339
+ }
66340
+ const payload = parsed.value;
66341
+ const body = null;
66342
+ const pathParams = {
66343
+ integrationConfigurationId: encodeSimple("integrationConfigurationId", payload.integrationConfigurationId, { explode: false, charEncoding: "percent" })
66344
+ };
66345
+ const path = pathToFunc("/v1/installations/{integrationConfigurationId}/resources")(pathParams);
66346
+ const headers = new Headers(compactMap({
66347
+ Accept: "application/json"
66348
+ }));
66349
+ const secConfig = await extractSecurity(client._options.bearerToken);
66350
+ const securityInput = secConfig == null ? {} : { bearerToken: secConfig };
66351
+ const requestSecurity = resolveGlobalSecurity(securityInput);
66352
+ const context = {
66353
+ options: client._options,
66354
+ baseURL: options?.serverURL ?? client._baseURL ?? "",
66355
+ operationID: "get-resources",
66356
+ oAuth2Scopes: [],
66357
+ resolvedSecurity: requestSecurity,
66358
+ securitySource: client._options.bearerToken,
66359
+ retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
66360
+ retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"]
66361
+ };
66362
+ const requestRes = client._createRequest(context, {
66363
+ security: requestSecurity,
66364
+ method: "GET",
66365
+ baseURL: options?.serverURL,
66366
+ path,
66367
+ headers,
66368
+ body,
66369
+ userAgent: client._options.userAgent,
66370
+ timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
66371
+ }, options);
66372
+ if (!requestRes.ok) {
66373
+ return [requestRes, { status: "invalid" }];
66374
+ }
66375
+ const req = requestRes.value;
66376
+ const doResult = await client._do(req, {
66377
+ context,
66378
+ errorCodes: ["400", "401", "403", "404", "4XX", "5XX"],
66379
+ retryConfig: context.retryConfig,
66380
+ retryCodes: context.retryCodes
66381
+ });
66382
+ if (!doResult.ok) {
66383
+ return [doResult, { status: "request-error", request: req }];
66384
+ }
66385
+ const response = doResult.value;
66386
+ const responseFields = {
66387
+ HttpMeta: { Response: response, Request: req }
66388
+ };
66389
+ const [result] = await match(json(200, GetResourcesResponseBody$inboundSchema), jsonErr(400, VercelBadRequestError$inboundSchema), jsonErr(401, VercelForbiddenError$inboundSchema), jsonErr(404, VercelNotFoundError$inboundSchema), fail([403, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
66390
+ if (!result.ok) {
66391
+ return [result, { status: "complete", request: req, response }];
66392
+ }
66393
+ return [result, { status: "complete", request: req, response }];
66394
+ }
66395
+ var init_marketplaceGetResources = __esm(() => {
66396
+ init_encodings();
66397
+ init_matchers();
66398
+ init_primitives();
66399
+ init_schemas();
66400
+ init_security();
66401
+ init_url();
66402
+ init_getresourcesop();
66403
+ init_vercelbadrequesterror();
66404
+ init_vercelforbiddenerror();
66405
+ init_vercelnotfounderror();
66406
+ init_async();
66407
+ });
66408
+
66409
+ // src/mcp-server/tools/marketplaceGetResources.ts
66410
+ var args100, tool$marketplaceGetResources;
66411
+ var init_marketplaceGetResources2 = __esm(() => {
66412
+ init_marketplaceGetResources();
66413
+ init_getresourcesop();
66414
+ init_tools();
66415
+ args100 = {
66416
+ request: GetResourcesRequest$inboundSchema
66417
+ };
66418
+ tool$marketplaceGetResources = {
66419
+ name: "marketplace-get-resources",
66420
+ description: `Get Resources
66421
+
66422
+ Get all resources for a given integration configuration ID.`,
66423
+ args: args100,
66424
+ tool: async (client, args101, ctx) => {
66425
+ const [result, apiCall] = await marketplaceGetResources(client, args101.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
65818
66426
  if (!result.ok) {
65819
66427
  return {
65820
66428
  content: [{ type: "text", text: result.error.message }],
@@ -65828,7 +66436,7 @@ Returns the member role and other information for a given member ID ("user_id" c
65828
66436
  });
65829
66437
 
65830
66438
  // src/models/importresourceop.ts
65831
- var ImportResourceStatus, ImportResourceType, Level, ImportResourceStatus$inboundSchema, ImportResourceStatus$outboundSchema, ImportResourceStatus$, ImportResourceType$inboundSchema, ImportResourceType$outboundSchema, ImportResourceType$, Details$inboundSchema, Details$outboundSchema, Details$, HeightlightedDetails$inboundSchema, HeightlightedDetails$outboundSchema, HeightlightedDetails$, BillingPlan$inboundSchema, BillingPlan$outboundSchema, BillingPlan$, Level$inboundSchema, Level$outboundSchema, Level$, Notification$inboundSchema, Notification$outboundSchema, Notification$, ImportResourceEnvironmentOverrides$inboundSchema, ImportResourceEnvironmentOverrides$outboundSchema, ImportResourceEnvironmentOverrides$, ImportResourceSecrets$inboundSchema, ImportResourceSecrets$outboundSchema, ImportResourceSecrets$, ImportResourceRequestBody$inboundSchema, ImportResourceRequestBody$outboundSchema, ImportResourceRequestBody$, ImportResourceRequest$inboundSchema, ImportResourceRequest$outboundSchema, ImportResourceRequest$, ImportResourceResponseBody$inboundSchema, ImportResourceResponseBody$outboundSchema, ImportResourceResponseBody$;
66439
+ var ImportResourceStatus, ImportResourceType, Level, ImportResourceStatus$inboundSchema, ImportResourceStatus$outboundSchema, ImportResourceStatus$, ImportResourceType$inboundSchema, ImportResourceType$outboundSchema, ImportResourceType$, Details$inboundSchema, Details$outboundSchema, Details$, HeightlightedDetails$inboundSchema, HeightlightedDetails$outboundSchema, HeightlightedDetails$, BillingPlan$inboundSchema, BillingPlan$outboundSchema, BillingPlan$, Level$inboundSchema, Level$outboundSchema, Level$, Notification$inboundSchema, Notification$outboundSchema, Notification$, EnvironmentOverrides$inboundSchema, EnvironmentOverrides$outboundSchema, EnvironmentOverrides$, ImportResourceSecrets$inboundSchema, ImportResourceSecrets$outboundSchema, ImportResourceSecrets$, ImportResourceRequestBody$inboundSchema, ImportResourceRequestBody$outboundSchema, ImportResourceRequestBody$, ImportResourceRequest$inboundSchema, ImportResourceRequest$outboundSchema, ImportResourceRequest$, ImportResourceResponseBody$inboundSchema, ImportResourceResponseBody$outboundSchema, ImportResourceResponseBody$;
65832
66440
  var init_importresourceop = __esm(() => {
65833
66441
  init_esm();
65834
66442
  init_primitives();
@@ -65942,31 +66550,31 @@ var init_importresourceop = __esm(() => {
65942
66550
  Notification$.inboundSchema = Notification$inboundSchema;
65943
66551
  Notification$.outboundSchema = Notification$outboundSchema;
65944
66552
  })(Notification$ ||= {});
65945
- ImportResourceEnvironmentOverrides$inboundSchema = objectType({
66553
+ EnvironmentOverrides$inboundSchema = objectType({
65946
66554
  development: stringType().optional(),
65947
66555
  preview: stringType().optional(),
65948
66556
  production: stringType().optional()
65949
66557
  });
65950
- ImportResourceEnvironmentOverrides$outboundSchema = objectType({
66558
+ EnvironmentOverrides$outboundSchema = objectType({
65951
66559
  development: stringType().optional(),
65952
66560
  preview: stringType().optional(),
65953
66561
  production: stringType().optional()
65954
66562
  });
65955
- ((ImportResourceEnvironmentOverrides$) => {
65956
- ImportResourceEnvironmentOverrides$.inboundSchema = ImportResourceEnvironmentOverrides$inboundSchema;
65957
- ImportResourceEnvironmentOverrides$.outboundSchema = ImportResourceEnvironmentOverrides$outboundSchema;
65958
- })(ImportResourceEnvironmentOverrides$ ||= {});
66563
+ ((EnvironmentOverrides$) => {
66564
+ EnvironmentOverrides$.inboundSchema = EnvironmentOverrides$inboundSchema;
66565
+ EnvironmentOverrides$.outboundSchema = EnvironmentOverrides$outboundSchema;
66566
+ })(EnvironmentOverrides$ ||= {});
65959
66567
  ImportResourceSecrets$inboundSchema = objectType({
65960
66568
  name: stringType(),
65961
66569
  value: stringType(),
65962
66570
  prefix: stringType().optional(),
65963
- environmentOverrides: lazyType(() => ImportResourceEnvironmentOverrides$inboundSchema).optional()
66571
+ environmentOverrides: lazyType(() => EnvironmentOverrides$inboundSchema).optional()
65964
66572
  });
65965
66573
  ImportResourceSecrets$outboundSchema = objectType({
65966
66574
  name: stringType(),
65967
66575
  value: stringType(),
65968
66576
  prefix: stringType().optional(),
65969
- environmentOverrides: lazyType(() => ImportResourceEnvironmentOverrides$outboundSchema).optional()
66577
+ environmentOverrides: lazyType(() => EnvironmentOverrides$outboundSchema).optional()
65970
66578
  });
65971
66579
  ((ImportResourceSecrets$) => {
65972
66580
  ImportResourceSecrets$.inboundSchema = ImportResourceSecrets$inboundSchema;
@@ -66030,9 +66638,9 @@ var init_importresourceop = __esm(() => {
66030
66638
 
66031
66639
  // src/funcs/marketplaceImportResource.ts
66032
66640
  function marketplaceImportResource(client, request, options) {
66033
- return new APIPromise($do99(client, request, options));
66641
+ return new APIPromise($do102(client, request, options));
66034
66642
  }
66035
- async function $do99(client, request, options) {
66643
+ async function $do102(client, request, options) {
66036
66644
  const parsed = safeParse(request, (value) => ImportResourceRequest$outboundSchema.parse(value), "Input validation failed");
66037
66645
  if (!parsed.ok) {
66038
66646
  return [parsed, { status: "invalid" }];
@@ -66112,12 +66720,12 @@ var init_marketplaceImportResource = __esm(() => {
66112
66720
  });
66113
66721
 
66114
66722
  // src/mcp-server/tools/marketplaceImportResource.ts
66115
- var args98, tool$marketplaceImportResource;
66723
+ var args101, tool$marketplaceImportResource;
66116
66724
  var init_marketplaceImportResource2 = __esm(() => {
66117
66725
  init_marketplaceImportResource();
66118
66726
  init_importresourceop();
66119
66727
  init_tools();
66120
- args98 = {
66728
+ args101 = {
66121
66729
  request: ImportResourceRequest$inboundSchema
66122
66730
  };
66123
66731
  tool$marketplaceImportResource = {
@@ -66125,9 +66733,9 @@ var init_marketplaceImportResource2 = __esm(() => {
66125
66733
  description: `Import Resource
66126
66734
 
66127
66735
  This endpoint imports (upserts) a resource to Vercel's installation. This may be needed if resources can be independently created on the partner's side and need to be synchronized to Vercel.`,
66128
- args: args98,
66129
- tool: async (client, args99, ctx) => {
66130
- const [result, apiCall] = await marketplaceImportResource(client, args99.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
66736
+ args: args101,
66737
+ tool: async (client, args102, ctx) => {
66738
+ const [result, apiCall] = await marketplaceImportResource(client, args102.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
66131
66739
  if (!result.ok) {
66132
66740
  return {
66133
66741
  content: [{ type: "text", text: result.error.message }],
@@ -66340,9 +66948,9 @@ var init_submitbillingdataop = __esm(() => {
66340
66948
 
66341
66949
  // src/funcs/marketplaceSubmitBillingData.ts
66342
66950
  function marketplaceSubmitBillingData(client, request, options) {
66343
- return new APIPromise($do100(client, request, options));
66951
+ return new APIPromise($do103(client, request, options));
66344
66952
  }
66345
- async function $do100(client, request, options) {
66953
+ async function $do103(client, request, options) {
66346
66954
  const parsed = safeParse(request, (value) => SubmitBillingDataRequest$outboundSchema.parse(value), "Input validation failed");
66347
66955
  if (!parsed.ok) {
66348
66956
  return [parsed, { status: "invalid" }];
@@ -66419,12 +67027,12 @@ var init_marketplaceSubmitBillingData = __esm(() => {
66419
67027
  });
66420
67028
 
66421
67029
  // src/mcp-server/tools/marketplaceSubmitBillingData.ts
66422
- var args99, tool$marketplaceSubmitBillingData;
67030
+ var args102, tool$marketplaceSubmitBillingData;
66423
67031
  var init_marketplaceSubmitBillingData2 = __esm(() => {
66424
67032
  init_marketplaceSubmitBillingData();
66425
67033
  init_submitbillingdataop();
66426
67034
  init_tools();
66427
- args99 = {
67035
+ args102 = {
66428
67036
  request: SubmitBillingDataRequest$inboundSchema
66429
67037
  };
66430
67038
  tool$marketplaceSubmitBillingData = {
@@ -66432,9 +67040,9 @@ var init_marketplaceSubmitBillingData2 = __esm(() => {
66432
67040
  description: `Submit Billing Data
66433
67041
 
66434
67042
  Sends the billing and usage data. The partner should do this at least once a day and ideally once per hour. <br/> Use the \`credentials.access_token\` we provided in the [Upsert Installation](#upsert-installation) body to authorize this request.`,
66435
- args: args99,
66436
- tool: async (client, args100, ctx) => {
66437
- const [result, apiCall] = await marketplaceSubmitBillingData(client, args100.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
67043
+ args: args102,
67044
+ tool: async (client, args103, ctx) => {
67045
+ const [result, apiCall] = await marketplaceSubmitBillingData(client, args103.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
66438
67046
  if (!result.ok) {
66439
67047
  return {
66440
67048
  content: [{ type: "text", text: result.error.message }],
@@ -66595,9 +67203,9 @@ var init_submitinvoiceop = __esm(() => {
66595
67203
 
66596
67204
  // src/funcs/marketplaceSubmitInvoice.ts
66597
67205
  function marketplaceSubmitInvoice(client, request, options) {
66598
- return new APIPromise($do101(client, request, options));
67206
+ return new APIPromise($do104(client, request, options));
66599
67207
  }
66600
- async function $do101(client, request, options) {
67208
+ async function $do104(client, request, options) {
66601
67209
  const parsed = safeParse(request, (value) => SubmitInvoiceRequest$outboundSchema.parse(value), "Input validation failed");
66602
67210
  if (!parsed.ok) {
66603
67211
  return [parsed, { status: "invalid" }];
@@ -66673,12 +67281,12 @@ var init_marketplaceSubmitInvoice = __esm(() => {
66673
67281
  });
66674
67282
 
66675
67283
  // src/mcp-server/tools/marketplaceSubmitInvoice.ts
66676
- var args100, tool$marketplaceSubmitInvoice;
67284
+ var args103, tool$marketplaceSubmitInvoice;
66677
67285
  var init_marketplaceSubmitInvoice2 = __esm(() => {
66678
67286
  init_marketplaceSubmitInvoice();
66679
67287
  init_submitinvoiceop();
66680
67288
  init_tools();
66681
- args100 = {
67289
+ args103 = {
66682
67290
  request: SubmitInvoiceRequest$inboundSchema
66683
67291
  };
66684
67292
  tool$marketplaceSubmitInvoice = {
@@ -66686,9 +67294,9 @@ var init_marketplaceSubmitInvoice2 = __esm(() => {
66686
67294
  description: `Submit Invoice
66687
67295
 
66688
67296
  This endpoint allows the partner to submit an invoice to Vercel. The invoice is created in Vercel's billing system and sent to the customer. Depending on the type of billing plan, the invoice can be sent at a time of signup, at the start of the billing period, or at the end of the billing period.<br/> <br/> Use the \`credentials.access_token\` we provided in the [Upsert Installation](#upsert-installation) body to authorize this request. <br/> There are several limitations to the invoice submission:<br/> <br/> 1. A resource can only be billed once per the billing period and the billing plan.<br/> 2. The billing plan used to bill the resource must have been active for this resource during the billing period.<br/> 3. The billing plan used must be a subscription plan.<br/> 4. The interim usage data must be sent hourly for all types of subscriptions. See [Send subscription billing and usage data](#send-subscription-billing-and-usage-data) API on how to send interim billing and usage data.<br/>`,
66689
- args: args100,
66690
- tool: async (client, args101, ctx) => {
66691
- const [result, apiCall] = await marketplaceSubmitInvoice(client, args101.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
67297
+ args: args103,
67298
+ tool: async (client, args104, ctx) => {
67299
+ const [result, apiCall] = await marketplaceSubmitInvoice(client, args104.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
66692
67300
  if (!result.ok) {
66693
67301
  return {
66694
67302
  content: [{ type: "text", text: result.error.message }],
@@ -66758,9 +67366,9 @@ var init_submitprepaymentbalancesop = __esm(() => {
66758
67366
 
66759
67367
  // src/funcs/marketplaceSubmitPrepaymentBalances.ts
66760
67368
  function marketplaceSubmitPrepaymentBalances(client, request, options) {
66761
- return new APIPromise($do102(client, request, options));
67369
+ return new APIPromise($do105(client, request, options));
66762
67370
  }
66763
- async function $do102(client, request, options) {
67371
+ async function $do105(client, request, options) {
66764
67372
  const parsed = safeParse(request, (value) => SubmitPrepaymentBalancesRequest$outboundSchema.parse(value), "Input validation failed");
66765
67373
  if (!parsed.ok) {
66766
67374
  return [parsed, { status: "invalid" }];
@@ -66837,12 +67445,12 @@ var init_marketplaceSubmitPrepaymentBalances = __esm(() => {
66837
67445
  });
66838
67446
 
66839
67447
  // src/mcp-server/tools/marketplaceSubmitPrepaymentBalances.ts
66840
- var args101, tool$marketplaceSubmitPrepaymentBalances;
67448
+ var args104, tool$marketplaceSubmitPrepaymentBalances;
66841
67449
  var init_marketplaceSubmitPrepaymentBalances2 = __esm(() => {
66842
67450
  init_marketplaceSubmitPrepaymentBalances();
66843
67451
  init_submitprepaymentbalancesop();
66844
67452
  init_tools();
66845
- args101 = {
67453
+ args104 = {
66846
67454
  request: SubmitPrepaymentBalancesRequest$inboundSchema
66847
67455
  };
66848
67456
  tool$marketplaceSubmitPrepaymentBalances = {
@@ -66850,9 +67458,9 @@ var init_marketplaceSubmitPrepaymentBalances2 = __esm(() => {
66850
67458
  description: `Submit Prepayment Balances
66851
67459
 
66852
67460
  Sends the prepayment balances. The partner should do this at least once a day and ideally once per hour. <br/> Use the \`credentials.access_token\` we provided in the [Upsert Installation](#upsert-installation) body to authorize this request.`,
66853
- args: args101,
66854
- tool: async (client, args102, ctx) => {
66855
- const [result, apiCall] = await marketplaceSubmitPrepaymentBalances(client, args102.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
67461
+ args: args104,
67462
+ tool: async (client, args105, ctx) => {
67463
+ const [result, apiCall] = await marketplaceSubmitPrepaymentBalances(client, args105.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
66856
67464
  if (!result.ok) {
66857
67465
  return {
66858
67466
  content: [{ type: "text", text: result.error.message }],
@@ -66931,9 +67539,9 @@ var init_patchv1installationsintegrationconfigurationidresourcesresourceidexperi
66931
67539
 
66932
67540
  // src/funcs/marketplaceUpdateInstallationIntegrationConfiguration.ts
66933
67541
  function marketplaceUpdateInstallationIntegrationConfiguration(client, request, options) {
66934
- return new APIPromise($do103(client, request, options));
67542
+ return new APIPromise($do106(client, request, options));
66935
67543
  }
66936
- async function $do103(client, request, options) {
67544
+ async function $do106(client, request, options) {
66937
67545
  const parsed = safeParse(request, (value) => PatchV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemIdRequest$outboundSchema.parse(value), "Input validation failed");
66938
67546
  if (!parsed.ok) {
66939
67547
  return [parsed, { status: "invalid" }];
@@ -67018,12 +67626,12 @@ var init_marketplaceUpdateInstallationIntegrationConfiguration = __esm(() => {
67018
67626
  });
67019
67627
 
67020
67628
  // src/mcp-server/tools/marketplaceUpdateInstallationIntegrationConfiguration.ts
67021
- var args102, tool$marketplaceUpdateInstallationIntegrationConfiguration;
67629
+ var args105, tool$marketplaceUpdateInstallationIntegrationConfiguration;
67022
67630
  var init_marketplaceUpdateInstallationIntegrationConfiguration2 = __esm(() => {
67023
67631
  init_marketplaceUpdateInstallationIntegrationConfiguration();
67024
67632
  init_patchv1installationsintegrationconfigurationidresourcesresourceidexperimentationitemsitemidop();
67025
67633
  init_tools();
67026
- args102 = {
67634
+ args105 = {
67027
67635
  request: PatchV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemIdRequest$inboundSchema
67028
67636
  };
67029
67637
  tool$marketplaceUpdateInstallationIntegrationConfiguration = {
@@ -67031,9 +67639,9 @@ var init_marketplaceUpdateInstallationIntegrationConfiguration2 = __esm(() => {
67031
67639
  description: `Patch an existing experimentation item
67032
67640
 
67033
67641
  Patch an existing experimentation item`,
67034
- args: args102,
67035
- tool: async (client, args103, ctx) => {
67036
- const [result, apiCall] = await marketplaceUpdateInstallationIntegrationConfiguration(client, args103.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
67642
+ args: args105,
67643
+ tool: async (client, args106, ctx) => {
67644
+ const [result, apiCall] = await marketplaceUpdateInstallationIntegrationConfiguration(client, args106.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
67037
67645
  if (!result.ok) {
67038
67646
  return {
67039
67647
  content: [{ type: "text", text: result.error.message }],
@@ -67101,9 +67709,9 @@ var init_putv1installationsintegrationconfigurationidresourcesresourceidexperime
67101
67709
 
67102
67710
  // src/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.ts
67103
67711
  function marketplaceUpdateInstallationIntegrationEdgeConfig(client, request, options) {
67104
- return new APIPromise($do104(client, request, options));
67712
+ return new APIPromise($do107(client, request, options));
67105
67713
  }
67106
- async function $do104(client, request, options) {
67714
+ async function $do107(client, request, options) {
67107
67715
  const parsed = safeParse(request, (value) => PutV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfigRequest$outboundSchema.parse(value), "Input validation failed");
67108
67716
  if (!parsed.ok) {
67109
67717
  return [parsed, { status: "invalid" }];
@@ -67183,12 +67791,12 @@ var init_marketplaceUpdateInstallationIntegrationEdgeConfig = __esm(() => {
67183
67791
  });
67184
67792
 
67185
67793
  // src/mcp-server/tools/marketplaceUpdateInstallationIntegrationEdgeConfig.ts
67186
- var args103, tool$marketplaceUpdateInstallationIntegrationEdgeConfig;
67794
+ var args106, tool$marketplaceUpdateInstallationIntegrationEdgeConfig;
67187
67795
  var init_marketplaceUpdateInstallationIntegrationEdgeConfig2 = __esm(() => {
67188
67796
  init_marketplaceUpdateInstallationIntegrationEdgeConfig();
67189
67797
  init_putv1installationsintegrationconfigurationidresourcesresourceidexperimentationedgeconfigop();
67190
67798
  init_tools();
67191
- args103 = {
67799
+ args106 = {
67192
67800
  request: PutV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfigRequest$inboundSchema
67193
67801
  };
67194
67802
  tool$marketplaceUpdateInstallationIntegrationEdgeConfig = {
@@ -67196,9 +67804,9 @@ var init_marketplaceUpdateInstallationIntegrationEdgeConfig2 = __esm(() => {
67196
67804
  description: `Push data into a user-provided Edge Config
67197
67805
 
67198
67806
  When the user enabled Edge Config syncing, then this endpoint can be used by the partner to push their configuration data into the relevant Edge Config.`,
67199
- args: args103,
67200
- tool: async (client, args104, ctx) => {
67201
- const [result, apiCall] = await marketplaceUpdateInstallationIntegrationEdgeConfig(client, args104.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
67807
+ args: args106,
67808
+ tool: async (client, args107, ctx) => {
67809
+ const [result, apiCall] = await marketplaceUpdateInstallationIntegrationEdgeConfig(client, args107.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
67202
67810
  if (!result.ok) {
67203
67811
  return {
67204
67812
  content: [{ type: "text", text: result.error.message }],
@@ -67265,9 +67873,9 @@ var init_updateinvoiceop = __esm(() => {
67265
67873
 
67266
67874
  // src/funcs/marketplaceUpdateInvoice.ts
67267
67875
  function marketplaceUpdateInvoice(client, request, options) {
67268
- return new APIPromise($do105(client, request, options));
67876
+ return new APIPromise($do108(client, request, options));
67269
67877
  }
67270
- async function $do105(client, request, options) {
67878
+ async function $do108(client, request, options) {
67271
67879
  const parsed = safeParse(request, (value) => UpdateInvoiceRequest$outboundSchema.parse(value), "Input validation failed");
67272
67880
  if (!parsed.ok) {
67273
67881
  return [parsed, { status: "invalid" }];
@@ -67348,12 +67956,12 @@ var init_marketplaceUpdateInvoice = __esm(() => {
67348
67956
  });
67349
67957
 
67350
67958
  // src/mcp-server/tools/marketplaceUpdateInvoice.ts
67351
- var args104, tool$marketplaceUpdateInvoice;
67959
+ var args107, tool$marketplaceUpdateInvoice;
67352
67960
  var init_marketplaceUpdateInvoice2 = __esm(() => {
67353
67961
  init_marketplaceUpdateInvoice();
67354
67962
  init_updateinvoiceop();
67355
67963
  init_tools();
67356
- args104 = {
67964
+ args107 = {
67357
67965
  request: UpdateInvoiceRequest$inboundSchema
67358
67966
  };
67359
67967
  tool$marketplaceUpdateInvoice = {
@@ -67361,9 +67969,9 @@ var init_marketplaceUpdateInvoice2 = __esm(() => {
67361
67969
  description: `Invoice Actions
67362
67970
 
67363
67971
  This endpoint allows the partner to request a refund for an invoice to Vercel. The invoice is created using the [Submit Invoice API](#submit-invoice-api).`,
67364
- args: args104,
67365
- tool: async (client, args105, ctx) => {
67366
- const [result, apiCall] = await marketplaceUpdateInvoice(client, args105.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
67972
+ args: args107,
67973
+ tool: async (client, args108, ctx) => {
67974
+ const [result, apiCall] = await marketplaceUpdateInvoice(client, args108.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
67367
67975
  if (!result.ok) {
67368
67976
  return {
67369
67977
  content: [{ type: "text", text: result.error.message }],
@@ -67376,35 +67984,35 @@ This endpoint allows the partner to request a refund for an invoice to Vercel. T
67376
67984
  });
67377
67985
 
67378
67986
  // src/models/updateresourcesecretsop.ts
67379
- var EnvironmentOverrides$inboundSchema, EnvironmentOverrides$outboundSchema, EnvironmentOverrides$, UpdateResourceSecretsSecrets$inboundSchema, UpdateResourceSecretsSecrets$outboundSchema, UpdateResourceSecretsSecrets$, UpdateResourceSecretsRequestBody$inboundSchema, UpdateResourceSecretsRequestBody$outboundSchema, UpdateResourceSecretsRequestBody$, UpdateResourceSecretsRequest$inboundSchema, UpdateResourceSecretsRequest$outboundSchema, UpdateResourceSecretsRequest$;
67987
+ var UpdateResourceSecretsEnvironmentOverrides$inboundSchema, UpdateResourceSecretsEnvironmentOverrides$outboundSchema, UpdateResourceSecretsEnvironmentOverrides$, UpdateResourceSecretsSecrets$inboundSchema, UpdateResourceSecretsSecrets$outboundSchema, UpdateResourceSecretsSecrets$, UpdateResourceSecretsRequestBody$inboundSchema, UpdateResourceSecretsRequestBody$outboundSchema, UpdateResourceSecretsRequestBody$, UpdateResourceSecretsRequest$inboundSchema, UpdateResourceSecretsRequest$outboundSchema, UpdateResourceSecretsRequest$;
67380
67988
  var init_updateresourcesecretsop = __esm(() => {
67381
67989
  init_esm();
67382
67990
  init_primitives();
67383
- EnvironmentOverrides$inboundSchema = objectType({
67991
+ UpdateResourceSecretsEnvironmentOverrides$inboundSchema = objectType({
67384
67992
  development: stringType().optional(),
67385
67993
  preview: stringType().optional(),
67386
67994
  production: stringType().optional()
67387
67995
  });
67388
- EnvironmentOverrides$outboundSchema = objectType({
67996
+ UpdateResourceSecretsEnvironmentOverrides$outboundSchema = objectType({
67389
67997
  development: stringType().optional(),
67390
67998
  preview: stringType().optional(),
67391
67999
  production: stringType().optional()
67392
68000
  });
67393
- ((EnvironmentOverrides$) => {
67394
- EnvironmentOverrides$.inboundSchema = EnvironmentOverrides$inboundSchema;
67395
- EnvironmentOverrides$.outboundSchema = EnvironmentOverrides$outboundSchema;
67396
- })(EnvironmentOverrides$ ||= {});
68001
+ ((UpdateResourceSecretsEnvironmentOverrides$) => {
68002
+ UpdateResourceSecretsEnvironmentOverrides$.inboundSchema = UpdateResourceSecretsEnvironmentOverrides$inboundSchema;
68003
+ UpdateResourceSecretsEnvironmentOverrides$.outboundSchema = UpdateResourceSecretsEnvironmentOverrides$outboundSchema;
68004
+ })(UpdateResourceSecretsEnvironmentOverrides$ ||= {});
67397
68005
  UpdateResourceSecretsSecrets$inboundSchema = objectType({
67398
68006
  name: stringType(),
67399
68007
  value: stringType(),
67400
68008
  prefix: stringType().optional(),
67401
- environmentOverrides: lazyType(() => EnvironmentOverrides$inboundSchema).optional()
68009
+ environmentOverrides: lazyType(() => UpdateResourceSecretsEnvironmentOverrides$inboundSchema).optional()
67402
68010
  });
67403
68011
  UpdateResourceSecretsSecrets$outboundSchema = objectType({
67404
68012
  name: stringType(),
67405
68013
  value: stringType(),
67406
68014
  prefix: stringType().optional(),
67407
- environmentOverrides: lazyType(() => EnvironmentOverrides$outboundSchema).optional()
68015
+ environmentOverrides: lazyType(() => UpdateResourceSecretsEnvironmentOverrides$outboundSchema).optional()
67408
68016
  });
67409
68017
  ((UpdateResourceSecretsSecrets$) => {
67410
68018
  UpdateResourceSecretsSecrets$.inboundSchema = UpdateResourceSecretsSecrets$inboundSchema;
@@ -67450,9 +68058,9 @@ var init_updateresourcesecretsop = __esm(() => {
67450
68058
 
67451
68059
  // src/funcs/marketplaceUpdateResourceSecrets.ts
67452
68060
  function marketplaceUpdateResourceSecrets(client, request, options) {
67453
- return new APIPromise($do106(client, request, options));
68061
+ return new APIPromise($do109(client, request, options));
67454
68062
  }
67455
- async function $do106(client, request, options) {
68063
+ async function $do109(client, request, options) {
67456
68064
  const parsed = safeParse(request, (value) => UpdateResourceSecretsRequest$outboundSchema.parse(value), "Input validation failed");
67457
68065
  if (!parsed.ok) {
67458
68066
  return [parsed, { status: "invalid" }];
@@ -67534,12 +68142,12 @@ var init_marketplaceUpdateResourceSecrets = __esm(() => {
67534
68142
  });
67535
68143
 
67536
68144
  // src/mcp-server/tools/marketplaceUpdateResourceSecrets.ts
67537
- var args105, tool$marketplaceUpdateResourceSecrets;
68145
+ var args108, tool$marketplaceUpdateResourceSecrets;
67538
68146
  var init_marketplaceUpdateResourceSecrets2 = __esm(() => {
67539
68147
  init_marketplaceUpdateResourceSecrets();
67540
68148
  init_updateresourcesecretsop();
67541
68149
  init_tools();
67542
- args105 = {
68150
+ args108 = {
67543
68151
  request: UpdateResourceSecretsRequest$inboundSchema
67544
68152
  };
67545
68153
  tool$marketplaceUpdateResourceSecrets = {
@@ -67547,9 +68155,9 @@ var init_marketplaceUpdateResourceSecrets2 = __esm(() => {
67547
68155
  description: `Update Resource Secrets (Deprecated)
67548
68156
 
67549
68157
  This endpoint is deprecated and replaced with the endpoint [Update Resource Secrets](#update-resource-secrets). <br/> This endpoint updates the secrets of a resource. If a resource has projects connected, the connected secrets are updated with the new secrets. The old secrets may still be used by existing connected projects because they are not automatically redeployed. Redeployment is a manual action and must be completed by the user. All new project connections will use the new secrets.<br/> <br/> Use cases for this endpoint:<br/> <br/> - Resetting the credentials of a database in the partner. If the user requests the credentials to be updated in the partner’s application, the partner post the new set of secrets to Vercel, the user should redeploy their application and the expire the old credentials.<br/>`,
67550
- args: args105,
67551
- tool: async (client, args106, ctx) => {
67552
- const [result, apiCall] = await marketplaceUpdateResourceSecrets(client, args106.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
68158
+ args: args108,
68159
+ tool: async (client, args109, ctx) => {
68160
+ const [result, apiCall] = await marketplaceUpdateResourceSecrets(client, args109.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
67553
68161
  if (!result.ok) {
67554
68162
  return {
67555
68163
  content: [{ type: "text", text: result.error.message }],
@@ -67634,9 +68242,9 @@ var init_updateresourcesecretsbyidop = __esm(() => {
67634
68242
 
67635
68243
  // src/funcs/marketplaceUpdateResourceSecretsById.ts
67636
68244
  function marketplaceUpdateResourceSecretsById(client, request, options) {
67637
- return new APIPromise($do107(client, request, options));
68245
+ return new APIPromise($do110(client, request, options));
67638
68246
  }
67639
- async function $do107(client, request, options) {
68247
+ async function $do110(client, request, options) {
67640
68248
  const parsed = safeParse(request, (value) => UpdateResourceSecretsByIdRequest$outboundSchema.parse(value), "Input validation failed");
67641
68249
  if (!parsed.ok) {
67642
68250
  return [parsed, { status: "invalid" }];
@@ -67717,12 +68325,12 @@ var init_marketplaceUpdateResourceSecretsById = __esm(() => {
67717
68325
  });
67718
68326
 
67719
68327
  // src/mcp-server/tools/marketplaceUpdateResourceSecretsById.ts
67720
- var args106, tool$marketplaceUpdateResourceSecretsById;
68328
+ var args109, tool$marketplaceUpdateResourceSecretsById;
67721
68329
  var init_marketplaceUpdateResourceSecretsById2 = __esm(() => {
67722
68330
  init_marketplaceUpdateResourceSecretsById();
67723
68331
  init_updateresourcesecretsbyidop();
67724
68332
  init_tools();
67725
- args106 = {
68333
+ args109 = {
67726
68334
  request: UpdateResourceSecretsByIdRequest$inboundSchema
67727
68335
  };
67728
68336
  tool$marketplaceUpdateResourceSecretsById = {
@@ -67730,9 +68338,9 @@ var init_marketplaceUpdateResourceSecretsById2 = __esm(() => {
67730
68338
  description: `Update Resource Secrets
67731
68339
 
67732
68340
  This endpoint updates the secrets of a resource. If a resource has projects connected, the connected secrets are updated with the new secrets. The old secrets may still be used by existing connected projects because they are not automatically redeployed. Redeployment is a manual action and must be completed by the user. All new project connections will use the new secrets.<br/> <br/> Use cases for this endpoint:<br/> <br/> - Resetting the credentials of a database in the partner. If the user requests the credentials to be updated in the partner’s application, the partner post the new set of secrets to Vercel, the user should redeploy their application and the expire the old credentials.<br/>`,
67733
- args: args106,
67734
- tool: async (client, args107, ctx) => {
67735
- const [result, apiCall] = await marketplaceUpdateResourceSecretsById(client, args107.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
68341
+ args: args109,
68342
+ tool: async (client, args110, ctx) => {
68343
+ const [result, apiCall] = await marketplaceUpdateResourceSecretsById(client, args110.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
67736
68344
  if (!result.ok) {
67737
68345
  return {
67738
68346
  content: [{ type: "text", text: result.error.message }],
@@ -67890,9 +68498,9 @@ var init_addprojectmemberop = __esm(() => {
67890
68498
 
67891
68499
  // src/funcs/projectMembersAddProjectMember.ts
67892
68500
  function projectMembersAddProjectMember(client, request, options) {
67893
- return new APIPromise($do108(client, request, options));
68501
+ return new APIPromise($do111(client, request, options));
67894
68502
  }
67895
- async function $do108(client, request, options) {
68503
+ async function $do111(client, request, options) {
67896
68504
  const parsed = safeParse(request, (value) => AddProjectMemberRequest$outboundSchema.parse(value), "Input validation failed");
67897
68505
  if (!parsed.ok) {
67898
68506
  return [parsed, { status: "invalid" }];
@@ -67975,12 +68583,12 @@ var init_projectMembersAddProjectMember = __esm(() => {
67975
68583
  });
67976
68584
 
67977
68585
  // src/mcp-server/tools/projectMembersAddProjectMember.ts
67978
- var args107, tool$projectMembersAddProjectMember;
68586
+ var args110, tool$projectMembersAddProjectMember;
67979
68587
  var init_projectMembersAddProjectMember2 = __esm(() => {
67980
68588
  init_projectMembersAddProjectMember();
67981
68589
  init_addprojectmemberop();
67982
68590
  init_tools();
67983
- args107 = {
68591
+ args110 = {
67984
68592
  request: AddProjectMemberRequest$inboundSchema
67985
68593
  };
67986
68594
  tool$projectMembersAddProjectMember = {
@@ -67988,9 +68596,9 @@ var init_projectMembersAddProjectMember2 = __esm(() => {
67988
68596
  description: `Adds a new member to a project.
67989
68597
 
67990
68598
  Adds a new member to the project.`,
67991
- args: args107,
67992
- tool: async (client, args108, ctx) => {
67993
- const [result, apiCall] = await projectMembersAddProjectMember(client, args108.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
68599
+ args: args110,
68600
+ tool: async (client, args111, ctx) => {
68601
+ const [result, apiCall] = await projectMembersAddProjectMember(client, args111.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
67994
68602
  if (!result.ok) {
67995
68603
  return {
67996
68604
  content: [{ type: "text", text: result.error.message }],
@@ -68142,9 +68750,9 @@ var init_getprojectmembersop = __esm(() => {
68142
68750
 
68143
68751
  // src/funcs/projectMembersGetProjectMembers.ts
68144
68752
  function projectMembersGetProjectMembers(client, request, options) {
68145
- return new APIPromise($do109(client, request, options));
68753
+ return new APIPromise($do112(client, request, options));
68146
68754
  }
68147
- async function $do109(client, request, options) {
68755
+ async function $do112(client, request, options) {
68148
68756
  const parsed = safeParse(request, (value) => GetProjectMembersRequest$outboundSchema.parse(value), "Input validation failed");
68149
68757
  if (!parsed.ok) {
68150
68758
  return [parsed, { status: "invalid" }];
@@ -68230,12 +68838,12 @@ var init_projectMembersGetProjectMembers = __esm(() => {
68230
68838
  });
68231
68839
 
68232
68840
  // src/mcp-server/tools/projectMembersGetProjectMembers.ts
68233
- var args108, tool$projectMembersGetProjectMembers;
68841
+ var args111, tool$projectMembersGetProjectMembers;
68234
68842
  var init_projectMembersGetProjectMembers2 = __esm(() => {
68235
68843
  init_projectMembersGetProjectMembers();
68236
68844
  init_getprojectmembersop();
68237
68845
  init_tools();
68238
- args108 = {
68846
+ args111 = {
68239
68847
  request: GetProjectMembersRequest$inboundSchema
68240
68848
  };
68241
68849
  tool$projectMembersGetProjectMembers = {
@@ -68243,9 +68851,9 @@ var init_projectMembersGetProjectMembers2 = __esm(() => {
68243
68851
  description: `List project members
68244
68852
 
68245
68853
  Lists all members of a project.`,
68246
- args: args108,
68247
- tool: async (client, args109, ctx) => {
68248
- const [result, apiCall] = await projectMembersGetProjectMembers(client, args109.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
68854
+ args: args111,
68855
+ tool: async (client, args112, ctx) => {
68856
+ const [result, apiCall] = await projectMembersGetProjectMembers(client, args112.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
68249
68857
  if (!result.ok) {
68250
68858
  return {
68251
68859
  content: [{ type: "text", text: result.error.message }],
@@ -68292,9 +68900,9 @@ var init_removeprojectmemberop = __esm(() => {
68292
68900
 
68293
68901
  // src/funcs/projectMembersRemoveProjectMember.ts
68294
68902
  function projectMembersRemoveProjectMember(client, request, options) {
68295
- return new APIPromise($do110(client, request, options));
68903
+ return new APIPromise($do113(client, request, options));
68296
68904
  }
68297
- async function $do110(client, request, options) {
68905
+ async function $do113(client, request, options) {
68298
68906
  const parsed = safeParse(request, (value) => RemoveProjectMemberRequest$outboundSchema.parse(value), "Input validation failed");
68299
68907
  if (!parsed.ok) {
68300
68908
  return [parsed, { status: "invalid" }];
@@ -68380,12 +68988,12 @@ var init_projectMembersRemoveProjectMember = __esm(() => {
68380
68988
  });
68381
68989
 
68382
68990
  // src/mcp-server/tools/projectMembersRemoveProjectMember.ts
68383
- var args109, tool$projectMembersRemoveProjectMember;
68991
+ var args112, tool$projectMembersRemoveProjectMember;
68384
68992
  var init_projectMembersRemoveProjectMember2 = __esm(() => {
68385
68993
  init_projectMembersRemoveProjectMember();
68386
68994
  init_removeprojectmemberop();
68387
68995
  init_tools();
68388
- args109 = {
68996
+ args112 = {
68389
68997
  request: RemoveProjectMemberRequest$inboundSchema
68390
68998
  };
68391
68999
  tool$projectMembersRemoveProjectMember = {
@@ -68393,9 +69001,9 @@ var init_projectMembersRemoveProjectMember2 = __esm(() => {
68393
69001
  description: `Remove a Project Member
68394
69002
 
68395
69003
  Remove a member from a specific project`,
68396
- args: args109,
68397
- tool: async (client, args110, ctx) => {
68398
- const [result, apiCall] = await projectMembersRemoveProjectMember(client, args110.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
69004
+ args: args112,
69005
+ tool: async (client, args113, ctx) => {
69006
+ const [result, apiCall] = await projectMembersRemoveProjectMember(client, args113.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
68399
69007
  if (!result.ok) {
68400
69008
  return {
68401
69009
  content: [{ type: "text", text: result.error.message }],
@@ -68473,9 +69081,9 @@ var init_acceptprojecttransferrequestop = __esm(() => {
68473
69081
 
68474
69082
  // src/funcs/projectsAcceptProjectTransferRequest.ts
68475
69083
  function projectsAcceptProjectTransferRequest(client, request, options) {
68476
- return new APIPromise($do111(client, request, options));
69084
+ return new APIPromise($do114(client, request, options));
68477
69085
  }
68478
- async function $do111(client, request, options) {
69086
+ async function $do114(client, request, options) {
68479
69087
  const parsed = safeParse(request, (value) => AcceptProjectTransferRequestRequest$outboundSchema.parse(value), "Input validation failed");
68480
69088
  if (!parsed.ok) {
68481
69089
  return [parsed, { status: "invalid" }];
@@ -68559,12 +69167,12 @@ var init_projectsAcceptProjectTransferRequest = __esm(() => {
68559
69167
  });
68560
69168
 
68561
69169
  // src/mcp-server/tools/projectsAcceptProjectTransferRequest.ts
68562
- var args110, tool$projectsAcceptProjectTransferRequest;
69170
+ var args113, tool$projectsAcceptProjectTransferRequest;
68563
69171
  var init_projectsAcceptProjectTransferRequest2 = __esm(() => {
68564
69172
  init_projectsAcceptProjectTransferRequest();
68565
69173
  init_acceptprojecttransferrequestop();
68566
69174
  init_tools();
68567
- args110 = {
69175
+ args113 = {
68568
69176
  request: AcceptProjectTransferRequestRequest$inboundSchema
68569
69177
  };
68570
69178
  tool$projectsAcceptProjectTransferRequest = {
@@ -68572,9 +69180,9 @@ var init_projectsAcceptProjectTransferRequest2 = __esm(() => {
68572
69180
  description: `Accept project transfer request
68573
69181
 
68574
69182
  Accept a project transfer request initated by another team. <br/> The \`code\` is generated using the \`POST /projects/:idOrName/transfer-request\` endpoint.`,
68575
- args: args110,
68576
- tool: async (client, args111, ctx) => {
68577
- const [result, apiCall] = await projectsAcceptProjectTransferRequest(client, args111.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
69183
+ args: args113,
69184
+ tool: async (client, args114, ctx) => {
69185
+ const [result, apiCall] = await projectsAcceptProjectTransferRequest(client, args114.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
68578
69186
  if (!result.ok) {
68579
69187
  return {
68580
69188
  content: [{ type: "text", text: result.error.message }],
@@ -68696,9 +69304,9 @@ var init_addprojectdomainop = __esm(() => {
68696
69304
 
68697
69305
  // src/funcs/projectsAddProjectDomain.ts
68698
69306
  function projectsAddProjectDomain(client, request, options) {
68699
- return new APIPromise($do112(client, request, options));
69307
+ return new APIPromise($do115(client, request, options));
68700
69308
  }
68701
- async function $do112(client, request, options) {
69309
+ async function $do115(client, request, options) {
68702
69310
  const parsed = safeParse(request, (value) => AddProjectDomainRequest$outboundSchema.parse(value), "Input validation failed");
68703
69311
  if (!parsed.ok) {
68704
69312
  return [parsed, { status: "invalid" }];
@@ -68781,12 +69389,12 @@ var init_projectsAddProjectDomain = __esm(() => {
68781
69389
  });
68782
69390
 
68783
69391
  // src/mcp-server/tools/projectsAddProjectDomain.ts
68784
- var args111, tool$projectsAddProjectDomain;
69392
+ var args114, tool$projectsAddProjectDomain;
68785
69393
  var init_projectsAddProjectDomain2 = __esm(() => {
68786
69394
  init_projectsAddProjectDomain();
68787
69395
  init_addprojectdomainop();
68788
69396
  init_tools();
68789
- args111 = {
69397
+ args114 = {
68790
69398
  request: AddProjectDomainRequest$inboundSchema
68791
69399
  };
68792
69400
  tool$projectsAddProjectDomain = {
@@ -68794,9 +69402,9 @@ var init_projectsAddProjectDomain2 = __esm(() => {
68794
69402
  description: `Add a domain to a project
68795
69403
 
68796
69404
  Add a domain to the project by passing its domain name and by specifying the project by either passing the project \`id\` or \`name\` in the URL. If the domain is not yet verified to be used on this project, the request will return \`verified = false\`, and the domain will need to be verified according to the \`verification\` challenge via \`POST /projects/:idOrName/domains/:domain/verify\`. If the domain already exists on the project, the request will fail with a \`400\` status code.`,
68797
- args: args111,
68798
- tool: async (client, args112, ctx) => {
68799
- const [result, apiCall] = await projectsAddProjectDomain(client, args112.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
69405
+ args: args114,
69406
+ tool: async (client, args115, ctx) => {
69407
+ const [result, apiCall] = await projectsAddProjectDomain(client, args115.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
68800
69408
  if (!result.ok) {
68801
69409
  return {
68802
69410
  content: [{ type: "text", text: result.error.message }],
@@ -72016,7 +72624,8 @@ var init_createprojectop = __esm(() => {
72016
72624
  ja3Enabled: booleanType().optional(),
72017
72625
  ja4Enabled: booleanType().optional(),
72018
72626
  firewallBypassIps: arrayType(stringType()).optional(),
72019
- managedRules: nullableType(lazyType(() => CreateProjectManagedRules$inboundSchema)).optional()
72627
+ managedRules: nullableType(lazyType(() => CreateProjectManagedRules$inboundSchema)).optional(),
72628
+ botIdEnabled: booleanType().optional()
72020
72629
  });
72021
72630
  CreateProjectSecurity$outboundSchema = objectType({
72022
72631
  attackModeEnabled: booleanType().optional(),
@@ -72030,7 +72639,8 @@ var init_createprojectop = __esm(() => {
72030
72639
  ja3Enabled: booleanType().optional(),
72031
72640
  ja4Enabled: booleanType().optional(),
72032
72641
  firewallBypassIps: arrayType(stringType()).optional(),
72033
- managedRules: nullableType(lazyType(() => CreateProjectManagedRules$outboundSchema)).optional()
72642
+ managedRules: nullableType(lazyType(() => CreateProjectManagedRules$outboundSchema)).optional(),
72643
+ botIdEnabled: booleanType().optional()
72034
72644
  });
72035
72645
  ((CreateProjectSecurity$) => {
72036
72646
  CreateProjectSecurity$.inboundSchema = CreateProjectSecurity$inboundSchema;
@@ -72258,9 +72868,9 @@ var init_createprojectop = __esm(() => {
72258
72868
 
72259
72869
  // src/funcs/projectsCreateProject.ts
72260
72870
  function projectsCreateProject(client, request, options) {
72261
- return new APIPromise($do113(client, request, options));
72871
+ return new APIPromise($do116(client, request, options));
72262
72872
  }
72263
- async function $do113(client, request, options) {
72873
+ async function $do116(client, request, options) {
72264
72874
  const parsed = safeParse(request, (value) => CreateProjectRequest$outboundSchema.parse(value), "Input validation failed");
72265
72875
  if (!parsed.ok) {
72266
72876
  return [parsed, { status: "invalid" }];
@@ -72337,12 +72947,12 @@ var init_projectsCreateProject = __esm(() => {
72337
72947
  });
72338
72948
 
72339
72949
  // src/mcp-server/tools/projectsCreateProject.ts
72340
- var args112, tool$projectsCreateProject;
72950
+ var args115, tool$projectsCreateProject;
72341
72951
  var init_projectsCreateProject2 = __esm(() => {
72342
72952
  init_projectsCreateProject();
72343
72953
  init_createprojectop();
72344
72954
  init_tools();
72345
- args112 = {
72955
+ args115 = {
72346
72956
  request: CreateProjectRequest$inboundSchema
72347
72957
  };
72348
72958
  tool$projectsCreateProject = {
@@ -72350,9 +72960,9 @@ var init_projectsCreateProject2 = __esm(() => {
72350
72960
  description: `Create a new project
72351
72961
 
72352
72962
  Allows to create a new project with the provided configuration. It only requires the project \`name\` but more configuration can be provided to override the defaults.`,
72353
- args: args112,
72354
- tool: async (client, args113, ctx) => {
72355
- const [result, apiCall] = await projectsCreateProject(client, args113.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
72963
+ args: args115,
72964
+ tool: async (client, args116, ctx) => {
72965
+ const [result, apiCall] = await projectsCreateProject(client, args116.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
72356
72966
  if (!result.ok) {
72357
72967
  return {
72358
72968
  content: [{ type: "text", text: result.error.message }],
@@ -73796,9 +74406,9 @@ var init_createprojectenvop = __esm(() => {
73796
74406
 
73797
74407
  // src/funcs/projectsCreateProjectEnv.ts
73798
74408
  function projectsCreateProjectEnv(client, request, options) {
73799
- return new APIPromise($do114(client, request, options));
74409
+ return new APIPromise($do117(client, request, options));
73800
74410
  }
73801
- async function $do114(client, request, options) {
74411
+ async function $do117(client, request, options) {
73802
74412
  const parsed = safeParse(request, (value) => CreateProjectEnvRequest$outboundSchema.parse(value), "Input validation failed");
73803
74413
  if (!parsed.ok) {
73804
74414
  return [parsed, { status: "invalid" }];
@@ -73882,12 +74492,12 @@ var init_projectsCreateProjectEnv = __esm(() => {
73882
74492
  });
73883
74493
 
73884
74494
  // src/mcp-server/tools/projectsCreateProjectEnv.ts
73885
- var args113, tool$projectsCreateProjectEnv;
74495
+ var args116, tool$projectsCreateProjectEnv;
73886
74496
  var init_projectsCreateProjectEnv2 = __esm(() => {
73887
74497
  init_projectsCreateProjectEnv();
73888
74498
  init_createprojectenvop();
73889
74499
  init_tools();
73890
- args113 = {
74500
+ args116 = {
73891
74501
  request: CreateProjectEnvRequest$inboundSchema
73892
74502
  };
73893
74503
  tool$projectsCreateProjectEnv = {
@@ -73895,9 +74505,9 @@ var init_projectsCreateProjectEnv2 = __esm(() => {
73895
74505
  description: `Create one or more environment variables
73896
74506
 
73897
74507
  Create one or more environment variables for a project by passing its \`key\`, \`value\`, \`type\` and \`target\` and by specifying the project by either passing the project \`id\` or \`name\` in the URL. If you include \`upsert=true\` as a query parameter, a new environment variable will not be created if it already exists but, the existing variable's value will be updated.`,
73898
- args: args113,
73899
- tool: async (client, args114, ctx) => {
73900
- const [result, apiCall] = await projectsCreateProjectEnv(client, args114.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
74508
+ args: args116,
74509
+ tool: async (client, args117, ctx) => {
74510
+ const [result, apiCall] = await projectsCreateProjectEnv(client, args117.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
73901
74511
  if (!result.ok) {
73902
74512
  return {
73903
74513
  content: [{ type: "text", text: result.error.message }],
@@ -73965,9 +74575,9 @@ var init_createprojecttransferrequestop = __esm(() => {
73965
74575
 
73966
74576
  // src/funcs/projectsCreateProjectTransferRequest.ts
73967
74577
  function projectsCreateProjectTransferRequest(client, request, options) {
73968
- return new APIPromise($do115(client, request, options));
74578
+ return new APIPromise($do118(client, request, options));
73969
74579
  }
73970
- async function $do115(client, request, options) {
74580
+ async function $do118(client, request, options) {
73971
74581
  const parsed = safeParse(request, (value) => CreateProjectTransferRequestRequest$outboundSchema.parse(value), "Input validation failed");
73972
74582
  if (!parsed.ok) {
73973
74583
  return [parsed, { status: "invalid" }];
@@ -74050,12 +74660,12 @@ var init_projectsCreateProjectTransferRequest = __esm(() => {
74050
74660
  });
74051
74661
 
74052
74662
  // src/mcp-server/tools/projectsCreateProjectTransferRequest.ts
74053
- var args114, tool$projectsCreateProjectTransferRequest;
74663
+ var args117, tool$projectsCreateProjectTransferRequest;
74054
74664
  var init_projectsCreateProjectTransferRequest2 = __esm(() => {
74055
74665
  init_projectsCreateProjectTransferRequest();
74056
74666
  init_createprojecttransferrequestop();
74057
74667
  init_tools();
74058
- args114 = {
74668
+ args117 = {
74059
74669
  request: CreateProjectTransferRequestRequest$inboundSchema
74060
74670
  };
74061
74671
  tool$projectsCreateProjectTransferRequest = {
@@ -74063,9 +74673,9 @@ var init_projectsCreateProjectTransferRequest2 = __esm(() => {
74063
74673
  description: `Create project transfer request
74064
74674
 
74065
74675
  Initiates a project transfer request from one team to another. <br/> Returns a \`code\` that remains valid for 24 hours and can be used to accept the transfer request by another team using the \`PUT /projects/transfer-request/:code\` endpoint. <br/> Users can also accept the project transfer request using the claim URL: \`https://vercel.com/claim-deployment?code=<code>&returnUrl=<returnUrl>\`. <br/> The \`code\` parameter specifies the project transfer request code generated using this endpoint. <br/> The \`returnUrl\` parameter redirects users to a specific page of the application if the claim URL is invalid or expired.`,
74066
- args: args114,
74067
- tool: async (client, args115, ctx) => {
74068
- const [result, apiCall] = await projectsCreateProjectTransferRequest(client, args115.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
74676
+ args: args117,
74677
+ tool: async (client, args118, ctx) => {
74678
+ const [result, apiCall] = await projectsCreateProjectTransferRequest(client, args118.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
74069
74679
  if (!result.ok) {
74070
74680
  return {
74071
74681
  content: [{ type: "text", text: result.error.message }],
@@ -74100,9 +74710,9 @@ var init_deleteprojectop = __esm(() => {
74100
74710
 
74101
74711
  // src/funcs/projectsDeleteProject.ts
74102
74712
  function projectsDeleteProject(client, request, options) {
74103
- return new APIPromise($do116(client, request, options));
74713
+ return new APIPromise($do119(client, request, options));
74104
74714
  }
74105
- async function $do116(client, request, options) {
74715
+ async function $do119(client, request, options) {
74106
74716
  const parsed = safeParse(request, (value) => DeleteProjectRequest$outboundSchema.parse(value), "Input validation failed");
74107
74717
  if (!parsed.ok) {
74108
74718
  return [parsed, { status: "invalid" }];
@@ -74185,12 +74795,12 @@ var init_projectsDeleteProject = __esm(() => {
74185
74795
  });
74186
74796
 
74187
74797
  // src/mcp-server/tools/projectsDeleteProject.ts
74188
- var args115, tool$projectsDeleteProject;
74798
+ var args118, tool$projectsDeleteProject;
74189
74799
  var init_projectsDeleteProject2 = __esm(() => {
74190
74800
  init_projectsDeleteProject();
74191
74801
  init_deleteprojectop();
74192
74802
  init_tools();
74193
- args115 = {
74803
+ args118 = {
74194
74804
  request: DeleteProjectRequest$inboundSchema
74195
74805
  };
74196
74806
  tool$projectsDeleteProject = {
@@ -74198,9 +74808,9 @@ var init_projectsDeleteProject2 = __esm(() => {
74198
74808
  description: `Delete a Project
74199
74809
 
74200
74810
  Delete a specific project by passing either the project \`id\` or \`name\` in the URL.`,
74201
- args: args115,
74202
- tool: async (client, args116, ctx) => {
74203
- const [result, apiCall] = await projectsDeleteProject(client, args116.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
74811
+ args: args118,
74812
+ tool: async (client, args119, ctx) => {
74813
+ const [result, apiCall] = await projectsDeleteProject(client, args119.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
74204
74814
  if (!result.ok) {
74205
74815
  return {
74206
74816
  content: [{ type: "text", text: result.error.message }],
@@ -74799,9 +75409,9 @@ var init_editprojectenvop = __esm(() => {
74799
75409
 
74800
75410
  // src/funcs/projectsEditProjectEnv.ts
74801
75411
  function projectsEditProjectEnv(client, request, options) {
74802
- return new APIPromise($do117(client, request, options));
75412
+ return new APIPromise($do120(client, request, options));
74803
75413
  }
74804
- async function $do117(client, request, options) {
75414
+ async function $do120(client, request, options) {
74805
75415
  const parsed = safeParse(request, (value) => EditProjectEnvRequest$outboundSchema.parse(value), "Input validation failed");
74806
75416
  if (!parsed.ok) {
74807
75417
  return [parsed, { status: "invalid" }];
@@ -74888,12 +75498,12 @@ var init_projectsEditProjectEnv = __esm(() => {
74888
75498
  });
74889
75499
 
74890
75500
  // src/mcp-server/tools/projectsEditProjectEnv.ts
74891
- var args116, tool$projectsEditProjectEnv;
75501
+ var args119, tool$projectsEditProjectEnv;
74892
75502
  var init_projectsEditProjectEnv2 = __esm(() => {
74893
75503
  init_projectsEditProjectEnv();
74894
75504
  init_editprojectenvop();
74895
75505
  init_tools();
74896
- args116 = {
75506
+ args119 = {
74897
75507
  request: EditProjectEnvRequest$inboundSchema
74898
75508
  };
74899
75509
  tool$projectsEditProjectEnv = {
@@ -74901,9 +75511,9 @@ var init_projectsEditProjectEnv2 = __esm(() => {
74901
75511
  description: `Edit an environment variable
74902
75512
 
74903
75513
  Edit a specific environment variable for a given project by passing the environment variable identifier and either passing the project \`id\` or \`name\` in the URL.`,
74904
- args: args116,
74905
- tool: async (client, args117, ctx) => {
74906
- const [result, apiCall] = await projectsEditProjectEnv(client, args117.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
75514
+ args: args119,
75515
+ tool: async (client, args120, ctx) => {
75516
+ const [result, apiCall] = await projectsEditProjectEnv(client, args120.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
74907
75517
  if (!result.ok) {
74908
75518
  return {
74909
75519
  content: [{ type: "text", text: result.error.message }],
@@ -76540,9 +77150,9 @@ var init_filterprojectenvsop = __esm(() => {
76540
77150
 
76541
77151
  // src/funcs/projectsFilterProjectEnvs.ts
76542
77152
  function projectsFilterProjectEnvs(client, request, options) {
76543
- return new APIPromise($do118(client, request, options));
77153
+ return new APIPromise($do121(client, request, options));
76544
77154
  }
76545
- async function $do118(client, request, options) {
77155
+ async function $do121(client, request, options) {
76546
77156
  const parsed = safeParse(request, (value) => FilterProjectEnvsRequest$outboundSchema.parse(value), "Input validation failed");
76547
77157
  if (!parsed.ok) {
76548
77158
  return [parsed, { status: "invalid" }];
@@ -76629,12 +77239,12 @@ var init_projectsFilterProjectEnvs = __esm(() => {
76629
77239
  });
76630
77240
 
76631
77241
  // src/mcp-server/tools/projectsFilterProjectEnvs.ts
76632
- var args117, tool$projectsFilterProjectEnvs;
77242
+ var args120, tool$projectsFilterProjectEnvs;
76633
77243
  var init_projectsFilterProjectEnvs2 = __esm(() => {
76634
77244
  init_projectsFilterProjectEnvs();
76635
77245
  init_filterprojectenvsop();
76636
77246
  init_tools();
76637
- args117 = {
77247
+ args120 = {
76638
77248
  request: FilterProjectEnvsRequest$inboundSchema
76639
77249
  };
76640
77250
  tool$projectsFilterProjectEnvs = {
@@ -76642,9 +77252,9 @@ var init_projectsFilterProjectEnvs2 = __esm(() => {
76642
77252
  description: `Retrieve the environment variables of a project by id or name
76643
77253
 
76644
77254
  Retrieve the environment variables for a given project by passing either the project \`id\` or \`name\` in the URL.`,
76645
- args: args117,
76646
- tool: async (client, args118, ctx) => {
76647
- const [result, apiCall] = await projectsFilterProjectEnvs(client, args118.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
77255
+ args: args120,
77256
+ tool: async (client, args121, ctx) => {
77257
+ const [result, apiCall] = await projectsFilterProjectEnvs(client, args121.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
76648
77258
  if (!result.ok) {
76649
77259
  return {
76650
77260
  content: [{ type: "text", text: result.error.message }],
@@ -76727,9 +77337,9 @@ var init_getprojectdomainop = __esm(() => {
76727
77337
 
76728
77338
  // src/funcs/projectsGetProjectDomain.ts
76729
77339
  function projectsGetProjectDomain(client, request, options) {
76730
- return new APIPromise($do119(client, request, options));
77340
+ return new APIPromise($do122(client, request, options));
76731
77341
  }
76732
- async function $do119(client, request, options) {
77342
+ async function $do122(client, request, options) {
76733
77343
  const parsed = safeParse(request, (value) => GetProjectDomainRequest$outboundSchema.parse(value), "Input validation failed");
76734
77344
  if (!parsed.ok) {
76735
77345
  return [parsed, { status: "invalid" }];
@@ -76815,12 +77425,12 @@ var init_projectsGetProjectDomain = __esm(() => {
76815
77425
  });
76816
77426
 
76817
77427
  // src/mcp-server/tools/projectsGetProjectDomain.ts
76818
- var args118, tool$projectsGetProjectDomain;
77428
+ var args121, tool$projectsGetProjectDomain;
76819
77429
  var init_projectsGetProjectDomain2 = __esm(() => {
76820
77430
  init_projectsGetProjectDomain();
76821
77431
  init_getprojectdomainop();
76822
77432
  init_tools();
76823
- args118 = {
77433
+ args121 = {
76824
77434
  request: GetProjectDomainRequest$inboundSchema
76825
77435
  };
76826
77436
  tool$projectsGetProjectDomain = {
@@ -76828,9 +77438,9 @@ var init_projectsGetProjectDomain2 = __esm(() => {
76828
77438
  description: `Get a project domain
76829
77439
 
76830
77440
  Get project domain by project id/name and domain name.`,
76831
- args: args118,
76832
- tool: async (client, args119, ctx) => {
76833
- const [result, apiCall] = await projectsGetProjectDomain(client, args119.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
77441
+ args: args121,
77442
+ tool: async (client, args122, ctx) => {
77443
+ const [result, apiCall] = await projectsGetProjectDomain(client, args122.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
76834
77444
  if (!result.ok) {
76835
77445
  return {
76836
77446
  content: [{ type: "text", text: result.error.message }],
@@ -77080,9 +77690,9 @@ var init_getprojectdomainsop = __esm(() => {
77080
77690
 
77081
77691
  // src/funcs/projectsGetProjectDomains.ts
77082
77692
  function projectsGetProjectDomains(client, request, options) {
77083
- return new APIPromise($do120(client, request, options));
77693
+ return new APIPromise($do123(client, request, options));
77084
77694
  }
77085
- async function $do120(client, request, options) {
77695
+ async function $do123(client, request, options) {
77086
77696
  const parsed = safeParse(request, (value) => GetProjectDomainsRequest$outboundSchema.parse(value), "Input validation failed");
77087
77697
  if (!parsed.ok) {
77088
77698
  return [parsed, { status: "invalid" }];
@@ -77175,12 +77785,12 @@ var init_projectsGetProjectDomains = __esm(() => {
77175
77785
  });
77176
77786
 
77177
77787
  // src/mcp-server/tools/projectsGetProjectDomains.ts
77178
- var args119, tool$projectsGetProjectDomains;
77788
+ var args122, tool$projectsGetProjectDomains;
77179
77789
  var init_projectsGetProjectDomains2 = __esm(() => {
77180
77790
  init_projectsGetProjectDomains();
77181
77791
  init_getprojectdomainsop();
77182
77792
  init_tools();
77183
- args119 = {
77793
+ args122 = {
77184
77794
  request: GetProjectDomainsRequest$inboundSchema
77185
77795
  };
77186
77796
  tool$projectsGetProjectDomains = {
@@ -77188,9 +77798,9 @@ var init_projectsGetProjectDomains2 = __esm(() => {
77188
77798
  description: `Retrieve project domains by project by id or name
77189
77799
 
77190
77800
  Retrieve the domains associated with a given project by passing either the project \`id\` or \`name\` in the URL.`,
77191
- args: args119,
77192
- tool: async (client, args120, ctx) => {
77193
- const [result, apiCall] = await projectsGetProjectDomains(client, args120.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
77801
+ args: args122,
77802
+ tool: async (client, args123, ctx) => {
77803
+ const [result, apiCall] = await projectsGetProjectDomains(client, args123.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
77194
77804
  if (!result.ok) {
77195
77805
  return {
77196
77806
  content: [{ type: "text", text: result.error.message }],
@@ -78763,9 +79373,9 @@ var init_getprojectenvop = __esm(() => {
78763
79373
 
78764
79374
  // src/funcs/projectsGetProjectEnv.ts
78765
79375
  function projectsGetProjectEnv(client, request, options) {
78766
- return new APIPromise($do121(client, request, options));
79376
+ return new APIPromise($do124(client, request, options));
78767
79377
  }
78768
- async function $do121(client, request, options) {
79378
+ async function $do124(client, request, options) {
78769
79379
  const parsed = safeParse(request, (value) => GetProjectEnvRequest$outboundSchema.parse(value), "Input validation failed");
78770
79380
  if (!parsed.ok) {
78771
79381
  return [parsed, { status: "invalid" }];
@@ -78851,12 +79461,12 @@ var init_projectsGetProjectEnv = __esm(() => {
78851
79461
  });
78852
79462
 
78853
79463
  // src/mcp-server/tools/projectsGetProjectEnv.ts
78854
- var args120, tool$projectsGetProjectEnv;
79464
+ var args123, tool$projectsGetProjectEnv;
78855
79465
  var init_projectsGetProjectEnv2 = __esm(() => {
78856
79466
  init_projectsGetProjectEnv();
78857
79467
  init_getprojectenvop();
78858
79468
  init_tools();
78859
- args120 = {
79469
+ args123 = {
78860
79470
  request: GetProjectEnvRequest$inboundSchema
78861
79471
  };
78862
79472
  tool$projectsGetProjectEnv = {
@@ -78864,9 +79474,9 @@ var init_projectsGetProjectEnv2 = __esm(() => {
78864
79474
  description: `Retrieve the decrypted value of an environment variable of a project by id
78865
79475
 
78866
79476
  Retrieve the environment variable for a given project.`,
78867
- args: args120,
78868
- tool: async (client, args121, ctx) => {
78869
- const [result, apiCall] = await projectsGetProjectEnv(client, args121.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
79477
+ args: args123,
79478
+ tool: async (client, args124, ctx) => {
79479
+ const [result, apiCall] = await projectsGetProjectEnv(client, args124.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
78870
79480
  if (!result.ok) {
78871
79481
  return {
78872
79482
  content: [{ type: "text", text: result.error.message }],
@@ -81843,7 +82453,8 @@ var init_getprojectsop = __esm(() => {
81843
82453
  ja3Enabled: booleanType().optional(),
81844
82454
  ja4Enabled: booleanType().optional(),
81845
82455
  firewallBypassIps: arrayType(stringType()).optional(),
81846
- managedRules: nullableType(lazyType(() => GetProjectsManagedRules$inboundSchema)).optional()
82456
+ managedRules: nullableType(lazyType(() => GetProjectsManagedRules$inboundSchema)).optional(),
82457
+ botIdEnabled: booleanType().optional()
81847
82458
  });
81848
82459
  GetProjectsSecurity$outboundSchema = objectType({
81849
82460
  attackModeEnabled: booleanType().optional(),
@@ -81857,7 +82468,8 @@ var init_getprojectsop = __esm(() => {
81857
82468
  ja3Enabled: booleanType().optional(),
81858
82469
  ja4Enabled: booleanType().optional(),
81859
82470
  firewallBypassIps: arrayType(stringType()).optional(),
81860
- managedRules: nullableType(lazyType(() => GetProjectsManagedRules$outboundSchema)).optional()
82471
+ managedRules: nullableType(lazyType(() => GetProjectsManagedRules$outboundSchema)).optional(),
82472
+ botIdEnabled: booleanType().optional()
81861
82473
  });
81862
82474
  ((GetProjectsSecurity$) => {
81863
82475
  GetProjectsSecurity$.inboundSchema = GetProjectsSecurity$inboundSchema;
@@ -82097,9 +82709,9 @@ var init_getprojectsop = __esm(() => {
82097
82709
 
82098
82710
  // src/funcs/projectsGetProjects.ts
82099
82711
  function projectsGetProjects(client, request, options) {
82100
- return new APIPromise($do122(client, request, options));
82712
+ return new APIPromise($do125(client, request, options));
82101
82713
  }
82102
- async function $do122(client, request, options) {
82714
+ async function $do125(client, request, options) {
82103
82715
  const parsed = safeParse(request, (value) => GetProjectsRequest$outboundSchema.parse(value), "Input validation failed");
82104
82716
  if (!parsed.ok) {
82105
82717
  return [parsed, { status: "invalid" }];
@@ -82186,12 +82798,12 @@ var init_projectsGetProjects = __esm(() => {
82186
82798
  });
82187
82799
 
82188
82800
  // src/mcp-server/tools/projectsGetProjects.ts
82189
- var args121, tool$projectsGetProjects;
82801
+ var args124, tool$projectsGetProjects;
82190
82802
  var init_projectsGetProjects2 = __esm(() => {
82191
82803
  init_projectsGetProjects();
82192
82804
  init_getprojectsop();
82193
82805
  init_tools();
82194
- args121 = {
82806
+ args124 = {
82195
82807
  request: GetProjectsRequest$inboundSchema
82196
82808
  };
82197
82809
  tool$projectsGetProjects = {
@@ -82199,9 +82811,9 @@ var init_projectsGetProjects2 = __esm(() => {
82199
82811
  description: `Retrieve a list of projects
82200
82812
 
82201
82813
  Allows to retrieve the list of projects of the authenticated user or team. The list will be paginated and the provided query parameters allow filtering the returned projects.`,
82202
- args: args121,
82203
- tool: async (client, args122, ctx) => {
82204
- const [result, apiCall] = await projectsGetProjects(client, args122.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
82814
+ args: args124,
82815
+ tool: async (client, args125, ctx) => {
82816
+ const [result, apiCall] = await projectsGetProjects(client, args125.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
82205
82817
  if (!result.ok) {
82206
82818
  return {
82207
82819
  content: [{ type: "text", text: result.error.message }],
@@ -82289,9 +82901,9 @@ var init_listpromotealiasesop = __esm(() => {
82289
82901
 
82290
82902
  // src/funcs/projectsListPromoteAliases.ts
82291
82903
  function projectsListPromoteAliases(client, request, options) {
82292
- return new APIPromise($do123(client, request, options));
82904
+ return new APIPromise($do126(client, request, options));
82293
82905
  }
82294
- async function $do123(client, request, options) {
82906
+ async function $do126(client, request, options) {
82295
82907
  const parsed = safeParse(request, (value) => ListPromoteAliasesRequest$outboundSchema.parse(value), "Input validation failed");
82296
82908
  if (!parsed.ok) {
82297
82909
  return [parsed, { status: "invalid" }];
@@ -82378,12 +82990,12 @@ var init_projectsListPromoteAliases = __esm(() => {
82378
82990
  });
82379
82991
 
82380
82992
  // src/mcp-server/tools/projectsListPromoteAliases.ts
82381
- var args122, tool$projectsListPromoteAliases;
82993
+ var args125, tool$projectsListPromoteAliases;
82382
82994
  var init_projectsListPromoteAliases2 = __esm(() => {
82383
82995
  init_projectsListPromoteAliases();
82384
82996
  init_listpromotealiasesop();
82385
82997
  init_tools();
82386
- args122 = {
82998
+ args125 = {
82387
82999
  request: ListPromoteAliasesRequest$inboundSchema
82388
83000
  };
82389
83001
  tool$projectsListPromoteAliases = {
@@ -82391,9 +83003,9 @@ var init_projectsListPromoteAliases2 = __esm(() => {
82391
83003
  description: `Gets a list of aliases with status for the current promote
82392
83004
 
82393
83005
  Get a list of aliases related to the last promote request with their mapping status`,
82394
- args: args122,
82395
- tool: async (client, args123, ctx) => {
82396
- const [result, apiCall] = await projectsListPromoteAliases(client, args123.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
83006
+ args: args125,
83007
+ tool: async (client, args126, ctx) => {
83008
+ const [result, apiCall] = await projectsListPromoteAliases(client, args126.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
82397
83009
  if (!result.ok) {
82398
83010
  return {
82399
83011
  content: [{ type: "text", text: result.error.message }],
@@ -82497,9 +83109,9 @@ var init_moveprojectdomainop = __esm(() => {
82497
83109
 
82498
83110
  // src/funcs/projectsMoveProjectDomain.ts
82499
83111
  function projectsMoveProjectDomain(client, request, options) {
82500
- return new APIPromise($do124(client, request, options));
83112
+ return new APIPromise($do127(client, request, options));
82501
83113
  }
82502
- async function $do124(client, request, options) {
83114
+ async function $do127(client, request, options) {
82503
83115
  const parsed = safeParse(request, (value) => MoveProjectDomainRequest$outboundSchema.parse(value), "Input validation failed");
82504
83116
  if (!parsed.ok) {
82505
83117
  return [parsed, { status: "invalid" }];
@@ -82586,12 +83198,12 @@ var init_projectsMoveProjectDomain = __esm(() => {
82586
83198
  });
82587
83199
 
82588
83200
  // src/mcp-server/tools/projectsMoveProjectDomain.ts
82589
- var args123, tool$projectsMoveProjectDomain;
83201
+ var args126, tool$projectsMoveProjectDomain;
82590
83202
  var init_projectsMoveProjectDomain2 = __esm(() => {
82591
83203
  init_projectsMoveProjectDomain();
82592
83204
  init_moveprojectdomainop();
82593
83205
  init_tools();
82594
- args123 = {
83206
+ args126 = {
82595
83207
  request: MoveProjectDomainRequest$inboundSchema
82596
83208
  };
82597
83209
  tool$projectsMoveProjectDomain = {
@@ -82599,9 +83211,9 @@ var init_projectsMoveProjectDomain2 = __esm(() => {
82599
83211
  description: `Move a project domain
82600
83212
 
82601
83213
  Move one project's domain to another project. Also allows the move of all redirects pointed to that domain in the same project.`,
82602
- args: args123,
82603
- tool: async (client, args124, ctx) => {
82604
- const [result, apiCall] = await projectsMoveProjectDomain(client, args124.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
83214
+ args: args126,
83215
+ tool: async (client, args127, ctx) => {
83216
+ const [result, apiCall] = await projectsMoveProjectDomain(client, args127.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
82605
83217
  if (!result.ok) {
82606
83218
  return {
82607
83219
  content: [{ type: "text", text: result.error.message }],
@@ -82636,9 +83248,9 @@ var init_pauseprojectop = __esm(() => {
82636
83248
 
82637
83249
  // src/funcs/projectsPauseProject.ts
82638
83250
  function projectsPauseProject(client, request, options) {
82639
- return new APIPromise($do125(client, request, options));
83251
+ return new APIPromise($do128(client, request, options));
82640
83252
  }
82641
- async function $do125(client, request, options) {
83253
+ async function $do128(client, request, options) {
82642
83254
  const parsed = safeParse(request, (value) => PauseProjectRequest$outboundSchema.parse(value), "Input validation failed");
82643
83255
  if (!parsed.ok) {
82644
83256
  return [parsed, { status: "invalid" }];
@@ -82721,12 +83333,12 @@ var init_projectsPauseProject = __esm(() => {
82721
83333
  });
82722
83334
 
82723
83335
  // src/mcp-server/tools/projectsPauseProject.ts
82724
- var args124, tool$projectsPauseProject;
83336
+ var args127, tool$projectsPauseProject;
82725
83337
  var init_projectsPauseProject2 = __esm(() => {
82726
83338
  init_projectsPauseProject();
82727
83339
  init_pauseprojectop();
82728
83340
  init_tools();
82729
- args124 = {
83341
+ args127 = {
82730
83342
  request: PauseProjectRequest$inboundSchema
82731
83343
  };
82732
83344
  tool$projectsPauseProject = {
@@ -82734,9 +83346,9 @@ var init_projectsPauseProject2 = __esm(() => {
82734
83346
  description: `Pause a project
82735
83347
 
82736
83348
  Pause a project by passing its project \`id\` in the URL. If the project does not exist given the id then the request will fail with 400 status code. If the project disables auto assigning custom production domains and blocks the active Production Deployment then the request will return with 200 status code.`,
82737
- args: args124,
82738
- tool: async (client, args125, ctx) => {
82739
- const [result, apiCall] = await projectsPauseProject(client, args125.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
83349
+ args: args127,
83350
+ tool: async (client, args128, ctx) => {
83351
+ const [result, apiCall] = await projectsPauseProject(client, args128.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
82740
83352
  if (!result.ok) {
82741
83353
  return {
82742
83354
  content: [{ type: "text", text: result.error.message }],
@@ -82799,9 +83411,9 @@ var init_removeprojectdomainop = __esm(() => {
82799
83411
 
82800
83412
  // src/funcs/projectsRemoveProjectDomain.ts
82801
83413
  function projectsRemoveProjectDomain(client, request, options) {
82802
- return new APIPromise($do126(client, request, options));
83414
+ return new APIPromise($do129(client, request, options));
82803
83415
  }
82804
- async function $do126(client, request, options) {
83416
+ async function $do129(client, request, options) {
82805
83417
  const parsed = safeParse(request, (value) => RemoveProjectDomainRequest$outboundSchema.parse(value), "Input validation failed");
82806
83418
  if (!parsed.ok) {
82807
83419
  return [parsed, { status: "invalid" }];
@@ -82889,12 +83501,12 @@ var init_projectsRemoveProjectDomain = __esm(() => {
82889
83501
  });
82890
83502
 
82891
83503
  // src/mcp-server/tools/projectsRemoveProjectDomain.ts
82892
- var args125, tool$projectsRemoveProjectDomain;
83504
+ var args128, tool$projectsRemoveProjectDomain;
82893
83505
  var init_projectsRemoveProjectDomain2 = __esm(() => {
82894
83506
  init_projectsRemoveProjectDomain();
82895
83507
  init_removeprojectdomainop();
82896
83508
  init_tools();
82897
- args125 = {
83509
+ args128 = {
82898
83510
  request: RemoveProjectDomainRequest$inboundSchema
82899
83511
  };
82900
83512
  tool$projectsRemoveProjectDomain = {
@@ -82902,9 +83514,9 @@ var init_projectsRemoveProjectDomain2 = __esm(() => {
82902
83514
  description: `Remove a domain from a project
82903
83515
 
82904
83516
  Remove a domain from a project by passing the domain name and by specifying the project by either passing the project \`id\` or \`name\` in the URL.`,
82905
- args: args125,
82906
- tool: async (client, args126, ctx) => {
82907
- const [result, apiCall] = await projectsRemoveProjectDomain(client, args126.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
83517
+ args: args128,
83518
+ tool: async (client, args129, ctx) => {
83519
+ const [result, apiCall] = await projectsRemoveProjectDomain(client, args129.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
82908
83520
  if (!result.ok) {
82909
83521
  return {
82910
83522
  content: [{ type: "text", text: result.error.message }],
@@ -84498,9 +85110,9 @@ var init_removeprojectenvop = __esm(() => {
84498
85110
 
84499
85111
  // src/funcs/projectsRemoveProjectEnv.ts
84500
85112
  function projectsRemoveProjectEnv(client, request, options) {
84501
- return new APIPromise($do127(client, request, options));
85113
+ return new APIPromise($do130(client, request, options));
84502
85114
  }
84503
- async function $do127(client, request, options) {
85115
+ async function $do130(client, request, options) {
84504
85116
  const parsed = safeParse(request, (value) => RemoveProjectEnvRequest$outboundSchema.parse(value), "Input validation failed");
84505
85117
  if (!parsed.ok) {
84506
85118
  return [parsed, { status: "invalid" }];
@@ -84588,12 +85200,12 @@ var init_projectsRemoveProjectEnv = __esm(() => {
84588
85200
  });
84589
85201
 
84590
85202
  // src/mcp-server/tools/projectsRemoveProjectEnv.ts
84591
- var args126, tool$projectsRemoveProjectEnv;
85203
+ var args129, tool$projectsRemoveProjectEnv;
84592
85204
  var init_projectsRemoveProjectEnv2 = __esm(() => {
84593
85205
  init_projectsRemoveProjectEnv();
84594
85206
  init_removeprojectenvop();
84595
85207
  init_tools();
84596
- args126 = {
85208
+ args129 = {
84597
85209
  request: RemoveProjectEnvRequest$inboundSchema
84598
85210
  };
84599
85211
  tool$projectsRemoveProjectEnv = {
@@ -84601,9 +85213,9 @@ var init_projectsRemoveProjectEnv2 = __esm(() => {
84601
85213
  description: `Remove an environment variable
84602
85214
 
84603
85215
  Delete a specific environment variable for a given project by passing the environment variable identifier and either passing the project \`id\` or \`name\` in the URL.`,
84604
- args: args126,
84605
- tool: async (client, args127, ctx) => {
84606
- const [result, apiCall] = await projectsRemoveProjectEnv(client, args127.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
85216
+ args: args129,
85217
+ tool: async (client, args130, ctx) => {
85218
+ const [result, apiCall] = await projectsRemoveProjectEnv(client, args130.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
84607
85219
  if (!result.ok) {
84608
85220
  return {
84609
85221
  content: [{ type: "text", text: result.error.message }],
@@ -84640,9 +85252,9 @@ var init_requestpromoteop = __esm(() => {
84640
85252
 
84641
85253
  // src/funcs/projectsRequestPromote.ts
84642
85254
  function projectsRequestPromote(client, request, options) {
84643
- return new APIPromise($do128(client, request, options));
85255
+ return new APIPromise($do131(client, request, options));
84644
85256
  }
84645
- async function $do128(client, request, options) {
85257
+ async function $do131(client, request, options) {
84646
85258
  const parsed = safeParse(request, (value) => RequestPromoteRequest$outboundSchema.parse(value), "Input validation failed");
84647
85259
  if (!parsed.ok) {
84648
85260
  return [parsed, { status: "invalid" }];
@@ -84729,12 +85341,12 @@ var init_projectsRequestPromote = __esm(() => {
84729
85341
  });
84730
85342
 
84731
85343
  // src/mcp-server/tools/projectsRequestPromote.ts
84732
- var args127, tool$projectsRequestPromote;
85344
+ var args130, tool$projectsRequestPromote;
84733
85345
  var init_projectsRequestPromote2 = __esm(() => {
84734
85346
  init_projectsRequestPromote();
84735
85347
  init_requestpromoteop();
84736
85348
  init_tools();
84737
- args127 = {
85349
+ args130 = {
84738
85350
  request: RequestPromoteRequest$inboundSchema
84739
85351
  };
84740
85352
  tool$projectsRequestPromote = {
@@ -84742,9 +85354,9 @@ var init_projectsRequestPromote2 = __esm(() => {
84742
85354
  description: `Points all production domains for a project to the given deploy
84743
85355
 
84744
85356
  Allows users to promote a deployment to production. Note: This does NOT rebuild the deployment. If you need that, then call create-deployments endpoint.`,
84745
- args: args127,
84746
- tool: async (client, args128, ctx) => {
84747
- const [result, apiCall] = await projectsRequestPromote(client, args128.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
85357
+ args: args130,
85358
+ tool: async (client, args131, ctx) => {
85359
+ const [result, apiCall] = await projectsRequestPromote(client, args131.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
84748
85360
  if (!result.ok) {
84749
85361
  return {
84750
85362
  content: [{ type: "text", text: result.error.message }],
@@ -84778,9 +85390,9 @@ var init_unpauseprojectop = __esm(() => {
84778
85390
 
84779
85391
  // src/funcs/projectsUnpauseProject.ts
84780
85392
  function projectsUnpauseProject(client, request, options) {
84781
- return new APIPromise($do129(client, request, options));
85393
+ return new APIPromise($do132(client, request, options));
84782
85394
  }
84783
- async function $do129(client, request, options) {
85395
+ async function $do132(client, request, options) {
84784
85396
  const parsed = safeParse(request, (value) => UnpauseProjectRequest$outboundSchema.parse(value), "Input validation failed");
84785
85397
  if (!parsed.ok) {
84786
85398
  return [parsed, { status: "invalid" }];
@@ -84863,12 +85475,12 @@ var init_projectsUnpauseProject = __esm(() => {
84863
85475
  });
84864
85476
 
84865
85477
  // src/mcp-server/tools/projectsUnpauseProject.ts
84866
- var args128, tool$projectsUnpauseProject;
85478
+ var args131, tool$projectsUnpauseProject;
84867
85479
  var init_projectsUnpauseProject2 = __esm(() => {
84868
85480
  init_projectsUnpauseProject();
84869
85481
  init_unpauseprojectop();
84870
85482
  init_tools();
84871
- args128 = {
85483
+ args131 = {
84872
85484
  request: UnpauseProjectRequest$inboundSchema
84873
85485
  };
84874
85486
  tool$projectsUnpauseProject = {
@@ -84876,9 +85488,9 @@ var init_projectsUnpauseProject2 = __esm(() => {
84876
85488
  description: `Unpause a project
84877
85489
 
84878
85490
  Unpause a project by passing its project \`id\` in the URL. If the project does not exist given the id then the request will fail with 400 status code. If the project enables auto assigning custom production domains and unblocks the active Production Deployment then the request will return with 200 status code.`,
84879
- args: args128,
84880
- tool: async (client, args129, ctx) => {
84881
- const [result, apiCall] = await projectsUnpauseProject(client, args129.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
85491
+ args: args131,
85492
+ tool: async (client, args132, ctx) => {
85493
+ const [result, apiCall] = await projectsUnpauseProject(client, args132.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
84882
85494
  if (!result.ok) {
84883
85495
  return {
84884
85496
  content: [{ type: "text", text: result.error.message }],
@@ -88154,7 +88766,8 @@ var init_updateprojectop = __esm(() => {
88154
88766
  ja3Enabled: booleanType().optional(),
88155
88767
  ja4Enabled: booleanType().optional(),
88156
88768
  firewallBypassIps: arrayType(stringType()).optional(),
88157
- managedRules: nullableType(lazyType(() => UpdateProjectManagedRules$inboundSchema)).optional()
88769
+ managedRules: nullableType(lazyType(() => UpdateProjectManagedRules$inboundSchema)).optional(),
88770
+ botIdEnabled: booleanType().optional()
88158
88771
  });
88159
88772
  UpdateProjectSecurity$outboundSchema = objectType({
88160
88773
  attackModeEnabled: booleanType().optional(),
@@ -88168,7 +88781,8 @@ var init_updateprojectop = __esm(() => {
88168
88781
  ja3Enabled: booleanType().optional(),
88169
88782
  ja4Enabled: booleanType().optional(),
88170
88783
  firewallBypassIps: arrayType(stringType()).optional(),
88171
- managedRules: nullableType(lazyType(() => UpdateProjectManagedRules$outboundSchema)).optional()
88784
+ managedRules: nullableType(lazyType(() => UpdateProjectManagedRules$outboundSchema)).optional(),
88785
+ botIdEnabled: booleanType().optional()
88172
88786
  });
88173
88787
  ((UpdateProjectSecurity$) => {
88174
88788
  UpdateProjectSecurity$.inboundSchema = UpdateProjectSecurity$inboundSchema;
@@ -88396,9 +89010,9 @@ var init_updateprojectop = __esm(() => {
88396
89010
 
88397
89011
  // src/funcs/projectsUpdateProject.ts
88398
89012
  function projectsUpdateProject(client, request, options) {
88399
- return new APIPromise($do130(client, request, options));
89013
+ return new APIPromise($do133(client, request, options));
88400
89014
  }
88401
- async function $do130(client, request, options) {
89015
+ async function $do133(client, request, options) {
88402
89016
  const parsed = safeParse(request, (value) => UpdateProjectRequest$outboundSchema.parse(value), "Input validation failed");
88403
89017
  if (!parsed.ok) {
88404
89018
  return [parsed, { status: "invalid" }];
@@ -88482,12 +89096,12 @@ var init_projectsUpdateProject = __esm(() => {
88482
89096
  });
88483
89097
 
88484
89098
  // src/mcp-server/tools/projectsUpdateProject.ts
88485
- var args129, tool$projectsUpdateProject;
89099
+ var args132, tool$projectsUpdateProject;
88486
89100
  var init_projectsUpdateProject2 = __esm(() => {
88487
89101
  init_projectsUpdateProject();
88488
89102
  init_updateprojectop();
88489
89103
  init_tools();
88490
- args129 = {
89104
+ args132 = {
88491
89105
  request: UpdateProjectRequest$inboundSchema
88492
89106
  };
88493
89107
  tool$projectsUpdateProject = {
@@ -88495,9 +89109,9 @@ var init_projectsUpdateProject2 = __esm(() => {
88495
89109
  description: `Update an existing project
88496
89110
 
88497
89111
  Update the fields of a project using either its \`name\` or \`id\`.`,
88498
- args: args129,
88499
- tool: async (client, args130, ctx) => {
88500
- const [result, apiCall] = await projectsUpdateProject(client, args130.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
89112
+ args: args132,
89113
+ tool: async (client, args133, ctx) => {
89114
+ const [result, apiCall] = await projectsUpdateProject(client, args133.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
88501
89115
  if (!result.ok) {
88502
89116
  return {
88503
89117
  content: [{ type: "text", text: result.error.message }],
@@ -91475,7 +92089,8 @@ var init_updateprojectdatacacheop = __esm(() => {
91475
92089
  ja3Enabled: booleanType().optional(),
91476
92090
  ja4Enabled: booleanType().optional(),
91477
92091
  firewallBypassIps: arrayType(stringType()).optional(),
91478
- managedRules: nullableType(lazyType(() => UpdateProjectDataCacheManagedRules$inboundSchema)).optional()
92092
+ managedRules: nullableType(lazyType(() => UpdateProjectDataCacheManagedRules$inboundSchema)).optional(),
92093
+ botIdEnabled: booleanType().optional()
91479
92094
  });
91480
92095
  UpdateProjectDataCacheSecurity$outboundSchema = objectType({
91481
92096
  attackModeEnabled: booleanType().optional(),
@@ -91489,7 +92104,8 @@ var init_updateprojectdatacacheop = __esm(() => {
91489
92104
  ja3Enabled: booleanType().optional(),
91490
92105
  ja4Enabled: booleanType().optional(),
91491
92106
  firewallBypassIps: arrayType(stringType()).optional(),
91492
- managedRules: nullableType(lazyType(() => UpdateProjectDataCacheManagedRules$outboundSchema)).optional()
92107
+ managedRules: nullableType(lazyType(() => UpdateProjectDataCacheManagedRules$outboundSchema)).optional(),
92108
+ botIdEnabled: booleanType().optional()
91493
92109
  });
91494
92110
  ((UpdateProjectDataCacheSecurity$) => {
91495
92111
  UpdateProjectDataCacheSecurity$.inboundSchema = UpdateProjectDataCacheSecurity$inboundSchema;
@@ -91717,9 +92333,9 @@ var init_updateprojectdatacacheop = __esm(() => {
91717
92333
 
91718
92334
  // src/funcs/projectsUpdateProjectDataCache.ts
91719
92335
  function projectsUpdateProjectDataCache(client, request, options) {
91720
- return new APIPromise($do131(client, request, options));
92336
+ return new APIPromise($do134(client, request, options));
91721
92337
  }
91722
- async function $do131(client, request, options) {
92338
+ async function $do134(client, request, options) {
91723
92339
  const parsed = safeParse(request, (value) => UpdateProjectDataCacheRequest$outboundSchema.parse(value), "Input validation failed");
91724
92340
  if (!parsed.ok) {
91725
92341
  return [parsed, { status: "invalid" }];
@@ -91803,12 +92419,12 @@ var init_projectsUpdateProjectDataCache = __esm(() => {
91803
92419
  });
91804
92420
 
91805
92421
  // src/mcp-server/tools/projectsUpdateProjectDataCache.ts
91806
- var args130, tool$projectsUpdateProjectDataCache;
92422
+ var args133, tool$projectsUpdateProjectDataCache;
91807
92423
  var init_projectsUpdateProjectDataCache2 = __esm(() => {
91808
92424
  init_projectsUpdateProjectDataCache();
91809
92425
  init_updateprojectdatacacheop();
91810
92426
  init_tools();
91811
- args130 = {
92427
+ args133 = {
91812
92428
  request: UpdateProjectDataCacheRequest$inboundSchema
91813
92429
  };
91814
92430
  tool$projectsUpdateProjectDataCache = {
@@ -91816,9 +92432,9 @@ var init_projectsUpdateProjectDataCache2 = __esm(() => {
91816
92432
  description: `Update the data cache feature
91817
92433
 
91818
92434
  Update the data cache feature on a project.`,
91819
- args: args130,
91820
- tool: async (client, args131, ctx) => {
91821
- const [result, apiCall] = await projectsUpdateProjectDataCache(client, args131.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
92435
+ args: args133,
92436
+ tool: async (client, args134, ctx) => {
92437
+ const [result, apiCall] = await projectsUpdateProjectDataCache(client, args134.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
91822
92438
  if (!result.ok) {
91823
92439
  return {
91824
92440
  content: [{ type: "text", text: result.error.message }],
@@ -91938,9 +92554,9 @@ var init_updateprojectdomainop = __esm(() => {
91938
92554
 
91939
92555
  // src/funcs/projectsUpdateProjectDomain.ts
91940
92556
  function projectsUpdateProjectDomain(client, request, options) {
91941
- return new APIPromise($do132(client, request, options));
92557
+ return new APIPromise($do135(client, request, options));
91942
92558
  }
91943
- async function $do132(client, request, options) {
92559
+ async function $do135(client, request, options) {
91944
92560
  const parsed = safeParse(request, (value) => UpdateProjectDomainRequest$outboundSchema.parse(value), "Input validation failed");
91945
92561
  if (!parsed.ok) {
91946
92562
  return [parsed, { status: "invalid" }];
@@ -92027,12 +92643,12 @@ var init_projectsUpdateProjectDomain = __esm(() => {
92027
92643
  });
92028
92644
 
92029
92645
  // src/mcp-server/tools/projectsUpdateProjectDomain.ts
92030
- var args131, tool$projectsUpdateProjectDomain;
92646
+ var args134, tool$projectsUpdateProjectDomain;
92031
92647
  var init_projectsUpdateProjectDomain2 = __esm(() => {
92032
92648
  init_projectsUpdateProjectDomain();
92033
92649
  init_updateprojectdomainop();
92034
92650
  init_tools();
92035
- args131 = {
92651
+ args134 = {
92036
92652
  request: UpdateProjectDomainRequest$inboundSchema
92037
92653
  };
92038
92654
  tool$projectsUpdateProjectDomain = {
@@ -92040,9 +92656,9 @@ var init_projectsUpdateProjectDomain2 = __esm(() => {
92040
92656
  description: `Update a project domain
92041
92657
 
92042
92658
  Update a project domain's configuration, including the name, git branch and redirect of the domain.`,
92043
- args: args131,
92044
- tool: async (client, args132, ctx) => {
92045
- const [result, apiCall] = await projectsUpdateProjectDomain(client, args132.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
92659
+ args: args134,
92660
+ tool: async (client, args135, ctx) => {
92661
+ const [result, apiCall] = await projectsUpdateProjectDomain(client, args135.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
92046
92662
  if (!result.ok) {
92047
92663
  return {
92048
92664
  content: [{ type: "text", text: result.error.message }],
@@ -92200,9 +92816,9 @@ var init_updateprojectprotectionbypassop = __esm(() => {
92200
92816
 
92201
92817
  // src/funcs/projectsUpdateProjectProtectionBypass.ts
92202
92818
  function projectsUpdateProjectProtectionBypass(client, request, options) {
92203
- return new APIPromise($do133(client, request, options));
92819
+ return new APIPromise($do136(client, request, options));
92204
92820
  }
92205
- async function $do133(client, request, options) {
92821
+ async function $do136(client, request, options) {
92206
92822
  const parsed = safeParse(request, (value) => UpdateProjectProtectionBypassRequest$outboundSchema.parse(value), "Input validation failed");
92207
92823
  if (!parsed.ok) {
92208
92824
  return [parsed, { status: "invalid" }];
@@ -92286,12 +92902,12 @@ var init_projectsUpdateProjectProtectionBypass = __esm(() => {
92286
92902
  });
92287
92903
 
92288
92904
  // src/mcp-server/tools/projectsUpdateProjectProtectionBypass.ts
92289
- var args132, tool$projectsUpdateProjectProtectionBypass;
92905
+ var args135, tool$projectsUpdateProjectProtectionBypass;
92290
92906
  var init_projectsUpdateProjectProtectionBypass2 = __esm(() => {
92291
92907
  init_projectsUpdateProjectProtectionBypass();
92292
92908
  init_updateprojectprotectionbypassop();
92293
92909
  init_tools();
92294
- args132 = {
92910
+ args135 = {
92295
92911
  request: UpdateProjectProtectionBypassRequest$inboundSchema
92296
92912
  };
92297
92913
  tool$projectsUpdateProjectProtectionBypass = {
@@ -92299,9 +92915,9 @@ var init_projectsUpdateProjectProtectionBypass2 = __esm(() => {
92299
92915
  description: `Update Protection Bypass for Automation
92300
92916
 
92301
92917
  Update the deployment protection automation bypass for a project`,
92302
- args: args132,
92303
- tool: async (client, args133, ctx) => {
92304
- const [result, apiCall] = await projectsUpdateProjectProtectionBypass(client, args133.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
92918
+ args: args135,
92919
+ tool: async (client, args136, ctx) => {
92920
+ const [result, apiCall] = await projectsUpdateProjectProtectionBypass(client, args136.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
92305
92921
  if (!result.ok) {
92306
92922
  return {
92307
92923
  content: [{ type: "text", text: result.error.message }],
@@ -92366,9 +92982,9 @@ var init_verifyprojectdomainop = __esm(() => {
92366
92982
 
92367
92983
  // src/funcs/projectsVerifyProjectDomain.ts
92368
92984
  function projectsVerifyProjectDomain(client, request, options) {
92369
- return new APIPromise($do134(client, request, options));
92985
+ return new APIPromise($do137(client, request, options));
92370
92986
  }
92371
- async function $do134(client, request, options) {
92987
+ async function $do137(client, request, options) {
92372
92988
  const parsed = safeParse(request, (value) => VerifyProjectDomainRequest$outboundSchema.parse(value), "Input validation failed");
92373
92989
  if (!parsed.ok) {
92374
92990
  return [parsed, { status: "invalid" }];
@@ -92454,12 +93070,12 @@ var init_projectsVerifyProjectDomain = __esm(() => {
92454
93070
  });
92455
93071
 
92456
93072
  // src/mcp-server/tools/projectsVerifyProjectDomain.ts
92457
- var args133, tool$projectsVerifyProjectDomain;
93073
+ var args136, tool$projectsVerifyProjectDomain;
92458
93074
  var init_projectsVerifyProjectDomain2 = __esm(() => {
92459
93075
  init_projectsVerifyProjectDomain();
92460
93076
  init_verifyprojectdomainop();
92461
93077
  init_tools();
92462
- args133 = {
93078
+ args136 = {
92463
93079
  request: VerifyProjectDomainRequest$inboundSchema
92464
93080
  };
92465
93081
  tool$projectsVerifyProjectDomain = {
@@ -92467,9 +93083,9 @@ var init_projectsVerifyProjectDomain2 = __esm(() => {
92467
93083
  description: `Verify project domain
92468
93084
 
92469
93085
  Attempts to verify a project domain with \`verified = false\` by checking the correctness of the project domain's \`verification\` challenge.`,
92470
- args: args133,
92471
- tool: async (client, args134, ctx) => {
92472
- const [result, apiCall] = await projectsVerifyProjectDomain(client, args134.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
93086
+ args: args136,
93087
+ tool: async (client, args137, ctx) => {
93088
+ const [result, apiCall] = await projectsVerifyProjectDomain(client, args137.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
92473
93089
  if (!result.ok) {
92474
93090
  return {
92475
93091
  content: [{ type: "text", text: result.error.message }],
@@ -92756,9 +93372,9 @@ var init_approverollingreleasestageop = __esm(() => {
92756
93372
 
92757
93373
  // src/funcs/rollingReleaseApproveRollingReleaseStage.ts
92758
93374
  function rollingReleaseApproveRollingReleaseStage(client, request, options) {
92759
- return new APIPromise($do135(client, request, options));
93375
+ return new APIPromise($do138(client, request, options));
92760
93376
  }
92761
- async function $do135(client, request, options) {
93377
+ async function $do138(client, request, options) {
92762
93378
  const parsed = safeParse(request, (value) => ApproveRollingReleaseStageRequest$outboundSchema.parse(value), "Input validation failed");
92763
93379
  if (!parsed.ok) {
92764
93380
  return [parsed, { status: "invalid" }];
@@ -92842,12 +93458,12 @@ var init_rollingReleaseApproveRollingReleaseStage = __esm(() => {
92842
93458
  });
92843
93459
 
92844
93460
  // src/mcp-server/tools/rollingReleaseApproveRollingReleaseStage.ts
92845
- var args134, tool$rollingReleaseApproveRollingReleaseStage;
93461
+ var args137, tool$rollingReleaseApproveRollingReleaseStage;
92846
93462
  var init_rollingReleaseApproveRollingReleaseStage2 = __esm(() => {
92847
93463
  init_rollingReleaseApproveRollingReleaseStage();
92848
93464
  init_approverollingreleasestageop();
92849
93465
  init_tools();
92850
- args134 = {
93466
+ args137 = {
92851
93467
  request: ApproveRollingReleaseStageRequest$inboundSchema
92852
93468
  };
92853
93469
  tool$rollingReleaseApproveRollingReleaseStage = {
@@ -92855,9 +93471,9 @@ var init_rollingReleaseApproveRollingReleaseStage2 = __esm(() => {
92855
93471
  description: `Update the active rolling release to the next stage for a project
92856
93472
 
92857
93473
  Advance a rollout to the next stage. This is only needed when rolling releases is configured to require manual approval.`,
92858
- args: args134,
92859
- tool: async (client, args135, ctx) => {
92860
- const [result, apiCall] = await rollingReleaseApproveRollingReleaseStage(client, args135.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
93474
+ args: args137,
93475
+ tool: async (client, args138, ctx) => {
93476
+ const [result, apiCall] = await rollingReleaseApproveRollingReleaseStage(client, args138.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
92861
93477
  if (!result.ok) {
92862
93478
  return {
92863
93479
  content: [{ type: "text", text: result.error.message }],
@@ -93142,9 +93758,9 @@ var init_completerollingreleaseop = __esm(() => {
93142
93758
 
93143
93759
  // src/funcs/rollingReleaseCompleteRollingRelease.ts
93144
93760
  function rollingReleaseCompleteRollingRelease(client, request, options) {
93145
- return new APIPromise($do136(client, request, options));
93761
+ return new APIPromise($do139(client, request, options));
93146
93762
  }
93147
- async function $do136(client, request, options) {
93763
+ async function $do139(client, request, options) {
93148
93764
  const parsed = safeParse(request, (value) => CompleteRollingReleaseRequest$outboundSchema.parse(value), "Input validation failed");
93149
93765
  if (!parsed.ok) {
93150
93766
  return [parsed, { status: "invalid" }];
@@ -93228,12 +93844,12 @@ var init_rollingReleaseCompleteRollingRelease = __esm(() => {
93228
93844
  });
93229
93845
 
93230
93846
  // src/mcp-server/tools/rollingReleaseCompleteRollingRelease.ts
93231
- var args135, tool$rollingReleaseCompleteRollingRelease;
93847
+ var args138, tool$rollingReleaseCompleteRollingRelease;
93232
93848
  var init_rollingReleaseCompleteRollingRelease2 = __esm(() => {
93233
93849
  init_rollingReleaseCompleteRollingRelease();
93234
93850
  init_completerollingreleaseop();
93235
93851
  init_tools();
93236
- args135 = {
93852
+ args138 = {
93237
93853
  request: CompleteRollingReleaseRequest$inboundSchema
93238
93854
  };
93239
93855
  tool$rollingReleaseCompleteRollingRelease = {
@@ -93241,9 +93857,9 @@ var init_rollingReleaseCompleteRollingRelease2 = __esm(() => {
93241
93857
  description: `Complete the rolling release for the project
93242
93858
 
93243
93859
  Force-complete a Rolling Release. The canary deployment will begin serving 100% of the traffic.`,
93244
- args: args135,
93245
- tool: async (client, args136, ctx) => {
93246
- const [result, apiCall] = await rollingReleaseCompleteRollingRelease(client, args136.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
93860
+ args: args138,
93861
+ tool: async (client, args139, ctx) => {
93862
+ const [result, apiCall] = await rollingReleaseCompleteRollingRelease(client, args139.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
93247
93863
  if (!result.ok) {
93248
93864
  return {
93249
93865
  content: [{ type: "text", text: result.error.message }],
@@ -93288,9 +93904,9 @@ var init_deleterollingreleaseconfigop = __esm(() => {
93288
93904
 
93289
93905
  // src/funcs/rollingReleaseDeleteRollingReleaseConfig.ts
93290
93906
  function rollingReleaseDeleteRollingReleaseConfig(client, request, options) {
93291
- return new APIPromise($do137(client, request, options));
93907
+ return new APIPromise($do140(client, request, options));
93292
93908
  }
93293
- async function $do137(client, request, options) {
93909
+ async function $do140(client, request, options) {
93294
93910
  const parsed = safeParse(request, (value) => DeleteRollingReleaseConfigRequest$outboundSchema.parse(value), "Input validation failed");
93295
93911
  if (!parsed.ok) {
93296
93912
  return [parsed, { status: "invalid" }];
@@ -93373,12 +93989,12 @@ var init_rollingReleaseDeleteRollingReleaseConfig = __esm(() => {
93373
93989
  });
93374
93990
 
93375
93991
  // src/mcp-server/tools/rollingReleaseDeleteRollingReleaseConfig.ts
93376
- var args136, tool$rollingReleaseDeleteRollingReleaseConfig;
93992
+ var args139, tool$rollingReleaseDeleteRollingReleaseConfig;
93377
93993
  var init_rollingReleaseDeleteRollingReleaseConfig2 = __esm(() => {
93378
93994
  init_rollingReleaseDeleteRollingReleaseConfig();
93379
93995
  init_deleterollingreleaseconfigop();
93380
93996
  init_tools();
93381
- args136 = {
93997
+ args139 = {
93382
93998
  request: DeleteRollingReleaseConfigRequest$inboundSchema
93383
93999
  };
93384
94000
  tool$rollingReleaseDeleteRollingReleaseConfig = {
@@ -93386,9 +94002,9 @@ var init_rollingReleaseDeleteRollingReleaseConfig2 = __esm(() => {
93386
94002
  description: `Delete rolling release configuration
93387
94003
 
93388
94004
  Disable Rolling Releases for a project means that future deployments will not undergo a rolling release. Changing the config never alters a rollout that's already in-flight—it only affects the next production deployment. If you want to also stop the current rollout, call this endpoint to disable the feature, and then call either the /complete or /abort endpoint.`,
93389
- args: args136,
93390
- tool: async (client, args137, ctx) => {
93391
- const [result, apiCall] = await rollingReleaseDeleteRollingReleaseConfig(client, args137.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
94005
+ args: args139,
94006
+ tool: async (client, args140, ctx) => {
94007
+ const [result, apiCall] = await rollingReleaseDeleteRollingReleaseConfig(client, args140.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
93392
94008
  if (!result.ok) {
93393
94009
  return {
93394
94010
  content: [{ type: "text", text: result.error.message }],
@@ -93665,9 +94281,9 @@ var init_getrollingreleaseop = __esm(() => {
93665
94281
 
93666
94282
  // src/funcs/rollingReleaseGetRollingRelease.ts
93667
94283
  function rollingReleaseGetRollingRelease(client, request, options) {
93668
- return new APIPromise($do138(client, request, options));
94284
+ return new APIPromise($do141(client, request, options));
93669
94285
  }
93670
- async function $do138(client, request, options) {
94286
+ async function $do141(client, request, options) {
93671
94287
  const parsed = safeParse(request, (value) => GetRollingReleaseRequest$outboundSchema.parse(value), "Input validation failed");
93672
94288
  if (!parsed.ok) {
93673
94289
  return [parsed, { status: "invalid" }];
@@ -93751,12 +94367,12 @@ var init_rollingReleaseGetRollingRelease = __esm(() => {
93751
94367
  });
93752
94368
 
93753
94369
  // src/mcp-server/tools/rollingReleaseGetRollingRelease.ts
93754
- var args137, tool$rollingReleaseGetRollingRelease;
94370
+ var args140, tool$rollingReleaseGetRollingRelease;
93755
94371
  var init_rollingReleaseGetRollingRelease2 = __esm(() => {
93756
94372
  init_rollingReleaseGetRollingRelease();
93757
94373
  init_getrollingreleaseop();
93758
94374
  init_tools();
93759
- args137 = {
94375
+ args140 = {
93760
94376
  request: GetRollingReleaseRequest$inboundSchema
93761
94377
  };
93762
94378
  tool$rollingReleaseGetRollingRelease = {
@@ -93764,9 +94380,255 @@ var init_rollingReleaseGetRollingRelease2 = __esm(() => {
93764
94380
  description: `Get the active rolling release information for a project
93765
94381
 
93766
94382
  Return the Rolling Release for a project, regardless of whether the rollout is active, aborted, or completed. If the feature is enabled but no deployment has occurred yet, null will be returned.`,
93767
- args: args137,
93768
- tool: async (client, args138, ctx) => {
93769
- const [result, apiCall] = await rollingReleaseGetRollingRelease(client, args138.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
94383
+ args: args140,
94384
+ tool: async (client, args141, ctx) => {
94385
+ const [result, apiCall] = await rollingReleaseGetRollingRelease(client, args141.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
94386
+ if (!result.ok) {
94387
+ return {
94388
+ content: [{ type: "text", text: result.error.message }],
94389
+ isError: true
94390
+ };
94391
+ }
94392
+ const value = result.value;
94393
+ return formatResult(value, apiCall);
94394
+ }
94395
+ };
94396
+ });
94397
+
94398
+ // src/models/getrollingreleasebillingstatusop.ts
94399
+ var GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason, GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason, AvailableSlots, GetRollingReleaseBillingStatusResponseBodyReason, ResponseBodyReason, GetRollingReleaseBillingStatusRequest$inboundSchema, GetRollingReleaseBillingStatusRequest$outboundSchema, GetRollingReleaseBillingStatusRequest$, GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason$inboundSchema, GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason$outboundSchema, GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason$, ResponseBody4$inboundSchema, ResponseBody4$outboundSchema, ResponseBody4$, GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason$inboundSchema, GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason$outboundSchema, GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason$, GetRollingReleaseBillingStatusResponseBody3$inboundSchema, GetRollingReleaseBillingStatusResponseBody3$outboundSchema, GetRollingReleaseBillingStatusResponseBody3$, AvailableSlots$inboundSchema, AvailableSlots$outboundSchema, AvailableSlots$, GetRollingReleaseBillingStatusResponseBodyReason$inboundSchema, GetRollingReleaseBillingStatusResponseBodyReason$outboundSchema, GetRollingReleaseBillingStatusResponseBodyReason$, GetRollingReleaseBillingStatusResponseBody2$inboundSchema, GetRollingReleaseBillingStatusResponseBody2$outboundSchema, GetRollingReleaseBillingStatusResponseBody2$, ResponseBodyReason$inboundSchema, ResponseBodyReason$outboundSchema, ResponseBodyReason$, GetRollingReleaseBillingStatusResponseBody1$inboundSchema, GetRollingReleaseBillingStatusResponseBody1$outboundSchema, GetRollingReleaseBillingStatusResponseBody1$, GetRollingReleaseBillingStatusResponseBody$inboundSchema, GetRollingReleaseBillingStatusResponseBody$outboundSchema, GetRollingReleaseBillingStatusResponseBody$;
94400
+ var init_getrollingreleasebillingstatusop = __esm(() => {
94401
+ init_esm();
94402
+ GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason = {
94403
+ NoAvailableSlots: "no_available_slots"
94404
+ };
94405
+ GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason = {
94406
+ PlanNotSupported: "plan_not_supported"
94407
+ };
94408
+ AvailableSlots = {
94409
+ Unlimited: "unlimited"
94410
+ };
94411
+ GetRollingReleaseBillingStatusResponseBodyReason = {
94412
+ UnlimitedSlots: "unlimited_slots"
94413
+ };
94414
+ ResponseBodyReason = {
94415
+ AvailableSlots: "available_slots"
94416
+ };
94417
+ GetRollingReleaseBillingStatusRequest$inboundSchema = objectType({
94418
+ idOrName: stringType(),
94419
+ teamId: stringType().optional(),
94420
+ slug: stringType().optional()
94421
+ });
94422
+ GetRollingReleaseBillingStatusRequest$outboundSchema = objectType({
94423
+ idOrName: stringType(),
94424
+ teamId: stringType().optional(),
94425
+ slug: stringType().optional()
94426
+ });
94427
+ ((GetRollingReleaseBillingStatusRequest$) => {
94428
+ GetRollingReleaseBillingStatusRequest$.inboundSchema = GetRollingReleaseBillingStatusRequest$inboundSchema;
94429
+ GetRollingReleaseBillingStatusRequest$.outboundSchema = GetRollingReleaseBillingStatusRequest$outboundSchema;
94430
+ })(GetRollingReleaseBillingStatusRequest$ ||= {});
94431
+ GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason$inboundSchema = nativeEnumType(GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason);
94432
+ GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason$outboundSchema = GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason$inboundSchema;
94433
+ ((GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason$) => {
94434
+ GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason$.inboundSchema = GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason$inboundSchema;
94435
+ GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason$.outboundSchema = GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason$outboundSchema;
94436
+ })(GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason$ ||= {});
94437
+ ResponseBody4$inboundSchema = objectType({
94438
+ availableSlots: numberType(),
94439
+ reason: GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason$inboundSchema,
94440
+ enabledProjects: arrayType(stringType())
94441
+ });
94442
+ ResponseBody4$outboundSchema = objectType({
94443
+ availableSlots: numberType(),
94444
+ reason: GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason$outboundSchema,
94445
+ enabledProjects: arrayType(stringType())
94446
+ });
94447
+ ((ResponseBody4$) => {
94448
+ ResponseBody4$.inboundSchema = ResponseBody4$inboundSchema;
94449
+ ResponseBody4$.outboundSchema = ResponseBody4$outboundSchema;
94450
+ })(ResponseBody4$ ||= {});
94451
+ GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason$inboundSchema = nativeEnumType(GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason);
94452
+ GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason$outboundSchema = GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason$inboundSchema;
94453
+ ((GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason$) => {
94454
+ GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason$.inboundSchema = GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason$inboundSchema;
94455
+ GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason$.outboundSchema = GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason$outboundSchema;
94456
+ })(GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason$ ||= {});
94457
+ GetRollingReleaseBillingStatusResponseBody3$inboundSchema = objectType({
94458
+ availableSlots: numberType(),
94459
+ reason: GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason$inboundSchema
94460
+ });
94461
+ GetRollingReleaseBillingStatusResponseBody3$outboundSchema = objectType({
94462
+ availableSlots: numberType(),
94463
+ reason: GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason$outboundSchema
94464
+ });
94465
+ ((GetRollingReleaseBillingStatusResponseBody3$) => {
94466
+ GetRollingReleaseBillingStatusResponseBody3$.inboundSchema = GetRollingReleaseBillingStatusResponseBody3$inboundSchema;
94467
+ GetRollingReleaseBillingStatusResponseBody3$.outboundSchema = GetRollingReleaseBillingStatusResponseBody3$outboundSchema;
94468
+ })(GetRollingReleaseBillingStatusResponseBody3$ ||= {});
94469
+ AvailableSlots$inboundSchema = nativeEnumType(AvailableSlots);
94470
+ AvailableSlots$outboundSchema = AvailableSlots$inboundSchema;
94471
+ ((AvailableSlots$) => {
94472
+ AvailableSlots$.inboundSchema = AvailableSlots$inboundSchema;
94473
+ AvailableSlots$.outboundSchema = AvailableSlots$outboundSchema;
94474
+ })(AvailableSlots$ ||= {});
94475
+ GetRollingReleaseBillingStatusResponseBodyReason$inboundSchema = nativeEnumType(GetRollingReleaseBillingStatusResponseBodyReason);
94476
+ GetRollingReleaseBillingStatusResponseBodyReason$outboundSchema = GetRollingReleaseBillingStatusResponseBodyReason$inboundSchema;
94477
+ ((GetRollingReleaseBillingStatusResponseBodyReason$) => {
94478
+ GetRollingReleaseBillingStatusResponseBodyReason$.inboundSchema = GetRollingReleaseBillingStatusResponseBodyReason$inboundSchema;
94479
+ GetRollingReleaseBillingStatusResponseBodyReason$.outboundSchema = GetRollingReleaseBillingStatusResponseBodyReason$outboundSchema;
94480
+ })(GetRollingReleaseBillingStatusResponseBodyReason$ ||= {});
94481
+ GetRollingReleaseBillingStatusResponseBody2$inboundSchema = objectType({
94482
+ availableSlots: AvailableSlots$inboundSchema,
94483
+ reason: GetRollingReleaseBillingStatusResponseBodyReason$inboundSchema
94484
+ });
94485
+ GetRollingReleaseBillingStatusResponseBody2$outboundSchema = objectType({
94486
+ availableSlots: AvailableSlots$outboundSchema,
94487
+ reason: GetRollingReleaseBillingStatusResponseBodyReason$outboundSchema
94488
+ });
94489
+ ((GetRollingReleaseBillingStatusResponseBody2$) => {
94490
+ GetRollingReleaseBillingStatusResponseBody2$.inboundSchema = GetRollingReleaseBillingStatusResponseBody2$inboundSchema;
94491
+ GetRollingReleaseBillingStatusResponseBody2$.outboundSchema = GetRollingReleaseBillingStatusResponseBody2$outboundSchema;
94492
+ })(GetRollingReleaseBillingStatusResponseBody2$ ||= {});
94493
+ ResponseBodyReason$inboundSchema = nativeEnumType(ResponseBodyReason);
94494
+ ResponseBodyReason$outboundSchema = ResponseBodyReason$inboundSchema;
94495
+ ((ResponseBodyReason$) => {
94496
+ ResponseBodyReason$.inboundSchema = ResponseBodyReason$inboundSchema;
94497
+ ResponseBodyReason$.outboundSchema = ResponseBodyReason$outboundSchema;
94498
+ })(ResponseBodyReason$ ||= {});
94499
+ GetRollingReleaseBillingStatusResponseBody1$inboundSchema = objectType({
94500
+ availableSlots: numberType(),
94501
+ reason: ResponseBodyReason$inboundSchema
94502
+ });
94503
+ GetRollingReleaseBillingStatusResponseBody1$outboundSchema = objectType({
94504
+ availableSlots: numberType(),
94505
+ reason: ResponseBodyReason$outboundSchema
94506
+ });
94507
+ ((GetRollingReleaseBillingStatusResponseBody1$) => {
94508
+ GetRollingReleaseBillingStatusResponseBody1$.inboundSchema = GetRollingReleaseBillingStatusResponseBody1$inboundSchema;
94509
+ GetRollingReleaseBillingStatusResponseBody1$.outboundSchema = GetRollingReleaseBillingStatusResponseBody1$outboundSchema;
94510
+ })(GetRollingReleaseBillingStatusResponseBody1$ ||= {});
94511
+ GetRollingReleaseBillingStatusResponseBody$inboundSchema = unionType([
94512
+ lazyType(() => ResponseBody4$inboundSchema),
94513
+ lazyType(() => GetRollingReleaseBillingStatusResponseBody1$inboundSchema),
94514
+ lazyType(() => GetRollingReleaseBillingStatusResponseBody2$inboundSchema),
94515
+ lazyType(() => GetRollingReleaseBillingStatusResponseBody3$inboundSchema)
94516
+ ]);
94517
+ GetRollingReleaseBillingStatusResponseBody$outboundSchema = unionType([
94518
+ lazyType(() => ResponseBody4$outboundSchema),
94519
+ lazyType(() => GetRollingReleaseBillingStatusResponseBody1$outboundSchema),
94520
+ lazyType(() => GetRollingReleaseBillingStatusResponseBody2$outboundSchema),
94521
+ lazyType(() => GetRollingReleaseBillingStatusResponseBody3$outboundSchema)
94522
+ ]);
94523
+ ((GetRollingReleaseBillingStatusResponseBody$) => {
94524
+ GetRollingReleaseBillingStatusResponseBody$.inboundSchema = GetRollingReleaseBillingStatusResponseBody$inboundSchema;
94525
+ GetRollingReleaseBillingStatusResponseBody$.outboundSchema = GetRollingReleaseBillingStatusResponseBody$outboundSchema;
94526
+ })(GetRollingReleaseBillingStatusResponseBody$ ||= {});
94527
+ });
94528
+
94529
+ // src/funcs/rollingReleaseGetRollingReleaseBillingStatus.ts
94530
+ function rollingReleaseGetRollingReleaseBillingStatus(client, request, options) {
94531
+ return new APIPromise($do142(client, request, options));
94532
+ }
94533
+ async function $do142(client, request, options) {
94534
+ const parsed = safeParse(request, (value) => GetRollingReleaseBillingStatusRequest$outboundSchema.parse(value), "Input validation failed");
94535
+ if (!parsed.ok) {
94536
+ return [parsed, { status: "invalid" }];
94537
+ }
94538
+ const payload = parsed.value;
94539
+ const body = null;
94540
+ const pathParams = {
94541
+ idOrName: encodeSimple("idOrName", payload.idOrName, {
94542
+ explode: false,
94543
+ charEncoding: "percent"
94544
+ })
94545
+ };
94546
+ const path = pathToFunc("/v1/projects/{idOrName}/rolling-release/billing")(pathParams);
94547
+ const query = encodeFormQuery({
94548
+ slug: payload.slug,
94549
+ teamId: payload.teamId
94550
+ });
94551
+ const headers = new Headers(compactMap({
94552
+ Accept: "application/json"
94553
+ }));
94554
+ const secConfig = await extractSecurity(client._options.bearerToken);
94555
+ const securityInput = secConfig == null ? {} : { bearerToken: secConfig };
94556
+ const requestSecurity = resolveGlobalSecurity(securityInput);
94557
+ const context = {
94558
+ options: client._options,
94559
+ baseURL: options?.serverURL ?? client._baseURL ?? "",
94560
+ operationID: "getRollingReleaseBillingStatus",
94561
+ oAuth2Scopes: [],
94562
+ resolvedSecurity: requestSecurity,
94563
+ securitySource: client._options.bearerToken,
94564
+ retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
94565
+ retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"]
94566
+ };
94567
+ const requestRes = client._createRequest(context, {
94568
+ security: requestSecurity,
94569
+ method: "GET",
94570
+ baseURL: options?.serverURL,
94571
+ path,
94572
+ headers,
94573
+ query,
94574
+ body,
94575
+ userAgent: client._options.userAgent,
94576
+ timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
94577
+ }, options);
94578
+ if (!requestRes.ok) {
94579
+ return [requestRes, { status: "invalid" }];
94580
+ }
94581
+ const req = requestRes.value;
94582
+ const doResult = await client._do(req, {
94583
+ context,
94584
+ errorCodes: ["400", "401", "403", "404", "4XX", "5XX"],
94585
+ retryConfig: context.retryConfig,
94586
+ retryCodes: context.retryCodes
94587
+ });
94588
+ if (!doResult.ok) {
94589
+ return [doResult, { status: "request-error", request: req }];
94590
+ }
94591
+ const response = doResult.value;
94592
+ const responseFields = {
94593
+ HttpMeta: { Response: response, Request: req }
94594
+ };
94595
+ const [result] = await match(json(200, GetRollingReleaseBillingStatusResponseBody$inboundSchema), jsonErr(400, VercelBadRequestError$inboundSchema), jsonErr(401, VercelForbiddenError$inboundSchema), jsonErr(404, VercelNotFoundError$inboundSchema), fail([403, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
94596
+ if (!result.ok) {
94597
+ return [result, { status: "complete", request: req, response }];
94598
+ }
94599
+ return [result, { status: "complete", request: req, response }];
94600
+ }
94601
+ var init_rollingReleaseGetRollingReleaseBillingStatus = __esm(() => {
94602
+ init_encodings();
94603
+ init_matchers();
94604
+ init_primitives();
94605
+ init_schemas();
94606
+ init_security();
94607
+ init_url();
94608
+ init_getrollingreleasebillingstatusop();
94609
+ init_vercelbadrequesterror();
94610
+ init_vercelforbiddenerror();
94611
+ init_vercelnotfounderror();
94612
+ init_async();
94613
+ });
94614
+
94615
+ // src/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.ts
94616
+ var args141, tool$rollingReleaseGetRollingReleaseBillingStatus;
94617
+ var init_rollingReleaseGetRollingReleaseBillingStatus2 = __esm(() => {
94618
+ init_rollingReleaseGetRollingReleaseBillingStatus();
94619
+ init_getrollingreleasebillingstatusop();
94620
+ init_tools();
94621
+ args141 = {
94622
+ request: GetRollingReleaseBillingStatusRequest$inboundSchema
94623
+ };
94624
+ tool$rollingReleaseGetRollingReleaseBillingStatus = {
94625
+ name: "rolling-release-get-rolling-release-billing-status",
94626
+ description: `Get rolling release billing status
94627
+
94628
+ Get the Rolling Releases billing status for a project. The team level billing status is used to determine if the project can be configured for rolling releases.`,
94629
+ args: args141,
94630
+ tool: async (client, args142, ctx) => {
94631
+ const [result, apiCall] = await rollingReleaseGetRollingReleaseBillingStatus(client, args142.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
93770
94632
  if (!result.ok) {
93771
94633
  return {
93772
94634
  content: [{ type: "text", text: result.error.message }],
@@ -93839,9 +94701,9 @@ var init_getrollingreleaseconfigop = __esm(() => {
93839
94701
 
93840
94702
  // src/funcs/rollingReleaseGetRollingReleaseConfig.ts
93841
94703
  function rollingReleaseGetRollingReleaseConfig(client, request, options) {
93842
- return new APIPromise($do139(client, request, options));
94704
+ return new APIPromise($do143(client, request, options));
93843
94705
  }
93844
- async function $do139(client, request, options) {
94706
+ async function $do143(client, request, options) {
93845
94707
  const parsed = safeParse(request, (value) => GetRollingReleaseConfigRequest$outboundSchema.parse(value), "Input validation failed");
93846
94708
  if (!parsed.ok) {
93847
94709
  return [parsed, { status: "invalid" }];
@@ -93924,12 +94786,12 @@ var init_rollingReleaseGetRollingReleaseConfig = __esm(() => {
93924
94786
  });
93925
94787
 
93926
94788
  // src/mcp-server/tools/rollingReleaseGetRollingReleaseConfig.ts
93927
- var args138, tool$rollingReleaseGetRollingReleaseConfig;
94789
+ var args142, tool$rollingReleaseGetRollingReleaseConfig;
93928
94790
  var init_rollingReleaseGetRollingReleaseConfig2 = __esm(() => {
93929
94791
  init_rollingReleaseGetRollingReleaseConfig();
93930
94792
  init_getrollingreleaseconfigop();
93931
94793
  init_tools();
93932
- args138 = {
94794
+ args142 = {
93933
94795
  request: GetRollingReleaseConfigRequest$inboundSchema
93934
94796
  };
93935
94797
  tool$rollingReleaseGetRollingReleaseConfig = {
@@ -93937,9 +94799,9 @@ var init_rollingReleaseGetRollingReleaseConfig2 = __esm(() => {
93937
94799
  description: `Get rolling release configuration
93938
94800
 
93939
94801
  Get the Rolling Releases configuration for a project. The project-level config is simply a template that will be used for any future rolling release, and not the configuration for any active rolling release.`,
93940
- args: args138,
93941
- tool: async (client, args139, ctx) => {
93942
- const [result, apiCall] = await rollingReleaseGetRollingReleaseConfig(client, args139.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
94802
+ args: args142,
94803
+ tool: async (client, args143, ctx) => {
94804
+ const [result, apiCall] = await rollingReleaseGetRollingReleaseConfig(client, args143.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
93943
94805
  if (!result.ok) {
93944
94806
  return {
93945
94807
  content: [{ type: "text", text: result.error.message }],
@@ -94030,9 +94892,9 @@ var init_updaterollingreleaseconfigop = __esm(() => {
94030
94892
 
94031
94893
  // src/funcs/rollingReleaseUpdateRollingReleaseConfig.ts
94032
94894
  function rollingReleaseUpdateRollingReleaseConfig(client, request, options) {
94033
- return new APIPromise($do140(client, request, options));
94895
+ return new APIPromise($do144(client, request, options));
94034
94896
  }
94035
- async function $do140(client, request, options) {
94897
+ async function $do144(client, request, options) {
94036
94898
  const parsed = safeParse(request, (value) => UpdateRollingReleaseConfigRequest$outboundSchema.parse(value), "Input validation failed");
94037
94899
  if (!parsed.ok) {
94038
94900
  return [parsed, { status: "invalid" }];
@@ -94115,12 +94977,12 @@ var init_rollingReleaseUpdateRollingReleaseConfig = __esm(() => {
94115
94977
  });
94116
94978
 
94117
94979
  // src/mcp-server/tools/rollingReleaseUpdateRollingReleaseConfig.ts
94118
- var args139, tool$rollingReleaseUpdateRollingReleaseConfig;
94980
+ var args143, tool$rollingReleaseUpdateRollingReleaseConfig;
94119
94981
  var init_rollingReleaseUpdateRollingReleaseConfig2 = __esm(() => {
94120
94982
  init_rollingReleaseUpdateRollingReleaseConfig();
94121
94983
  init_updaterollingreleaseconfigop();
94122
94984
  init_tools();
94123
- args139 = {
94985
+ args143 = {
94124
94986
  request: UpdateRollingReleaseConfigRequest$inboundSchema
94125
94987
  };
94126
94988
  tool$rollingReleaseUpdateRollingReleaseConfig = {
@@ -94128,9 +94990,9 @@ var init_rollingReleaseUpdateRollingReleaseConfig2 = __esm(() => {
94128
94990
  description: `Update the rolling release settings for the project
94129
94991
 
94130
94992
  Update (or disable) Rolling Releases for a project. Changing the config never alters a rollout that's already in-flight. It only affects the next production deployment. This also applies to disabling Rolling Releases. If you want to also stop the current rollout, call this endpoint to disable the feature, and then call either the /complete or /abort endpoint. Note: Enabling Rolling Releases automatically enables skew protection on the project with the default value if it wasn't configured already.`,
94131
- args: args139,
94132
- tool: async (client, args140, ctx) => {
94133
- const [result, apiCall] = await rollingReleaseUpdateRollingReleaseConfig(client, args140.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
94993
+ args: args143,
94994
+ tool: async (client, args144, ctx) => {
94995
+ const [result, apiCall] = await rollingReleaseUpdateRollingReleaseConfig(client, args144.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
94134
94996
  if (!result.ok) {
94135
94997
  return {
94136
94998
  content: [{ type: "text", text: result.error.message }],
@@ -94394,9 +95256,9 @@ var init_addbypassipop = __esm(() => {
94394
95256
 
94395
95257
  // src/funcs/securityAddBypassIp.ts
94396
95258
  function securityAddBypassIp(client, request, options) {
94397
- return new APIPromise($do141(client, request, options));
95259
+ return new APIPromise($do145(client, request, options));
94398
95260
  }
94399
- async function $do141(client, request, options) {
95261
+ async function $do145(client, request, options) {
94400
95262
  const parsed = safeParse(request, (value) => AddBypassIpRequest$outboundSchema.parse(value), "Input validation failed");
94401
95263
  if (!parsed.ok) {
94402
95264
  return [parsed, { status: "invalid" }];
@@ -94475,12 +95337,12 @@ var init_securityAddBypassIp = __esm(() => {
94475
95337
  });
94476
95338
 
94477
95339
  // src/mcp-server/tools/securityAddBypassIp.ts
94478
- var args140, tool$securityAddBypassIp;
95340
+ var args144, tool$securityAddBypassIp;
94479
95341
  var init_securityAddBypassIp2 = __esm(() => {
94480
95342
  init_securityAddBypassIp();
94481
95343
  init_addbypassipop();
94482
95344
  init_tools();
94483
- args140 = {
95345
+ args144 = {
94484
95346
  request: AddBypassIpRequest$inboundSchema
94485
95347
  };
94486
95348
  tool$securityAddBypassIp = {
@@ -94488,9 +95350,9 @@ var init_securityAddBypassIp2 = __esm(() => {
94488
95350
  description: `Create System Bypass Rule
94489
95351
 
94490
95352
  Create new system bypass rules`,
94491
- args: args140,
94492
- tool: async (client, args141, ctx) => {
94493
- const [result, apiCall] = await securityAddBypassIp(client, args141.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
95353
+ args: args144,
95354
+ tool: async (client, args145, ctx) => {
95355
+ const [result, apiCall] = await securityAddBypassIp(client, args145.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
94494
95356
  if (!result.ok) {
94495
95357
  return {
94496
95358
  content: [{ type: "text", text: result.error.message }],
@@ -94632,9 +95494,9 @@ var init_getactiveattackstatusop = __esm(() => {
94632
95494
 
94633
95495
  // src/funcs/securityGetActiveAttackStatus.ts
94634
95496
  function securityGetActiveAttackStatus(client, request, options) {
94635
- return new APIPromise($do142(client, request, options));
95497
+ return new APIPromise($do146(client, request, options));
94636
95498
  }
94637
- async function $do142(client, request, options) {
95499
+ async function $do146(client, request, options) {
94638
95500
  const parsed = safeParse(request, (value) => GetActiveAttackStatusRequest$outboundSchema.parse(value), "Input validation failed");
94639
95501
  if (!parsed.ok) {
94640
95502
  return [parsed, { status: "invalid" }];
@@ -94712,12 +95574,12 @@ var init_securityGetActiveAttackStatus = __esm(() => {
94712
95574
  });
94713
95575
 
94714
95576
  // src/mcp-server/tools/securityGetActiveAttackStatus.ts
94715
- var args141, tool$securityGetActiveAttackStatus;
95577
+ var args145, tool$securityGetActiveAttackStatus;
94716
95578
  var init_securityGetActiveAttackStatus2 = __esm(() => {
94717
95579
  init_securityGetActiveAttackStatus();
94718
95580
  init_getactiveattackstatusop();
94719
95581
  init_tools();
94720
- args141 = {
95582
+ args145 = {
94721
95583
  request: GetActiveAttackStatusRequest$inboundSchema
94722
95584
  };
94723
95585
  tool$securityGetActiveAttackStatus = {
@@ -94725,9 +95587,9 @@ var init_securityGetActiveAttackStatus2 = __esm(() => {
94725
95587
  description: `Read active attack data
94726
95588
 
94727
95589
  Retrieve active attack data within the last 24h window`,
94728
- args: args141,
94729
- tool: async (client, args142, ctx) => {
94730
- const [result, apiCall] = await securityGetActiveAttackStatus(client, args142.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
95590
+ args: args145,
95591
+ tool: async (client, args146, ctx) => {
95592
+ const [result, apiCall] = await securityGetActiveAttackStatus(client, args146.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
94731
95593
  if (!result.ok) {
94732
95594
  return {
94733
95595
  content: [{ type: "text", text: result.error.message }],
@@ -94991,9 +95853,9 @@ var init_getbypassipop = __esm(() => {
94991
95853
 
94992
95854
  // src/funcs/securityGetBypassIp.ts
94993
95855
  function securityGetBypassIp(client, request, options) {
94994
- return new APIPromise($do143(client, request, options));
95856
+ return new APIPromise($do147(client, request, options));
94995
95857
  }
94996
- async function $do143(client, request, options) {
95858
+ async function $do147(client, request, options) {
94997
95859
  const parsed = safeParse(request, (value) => GetBypassIpRequest$outboundSchema.parse(value), "Input validation failed");
94998
95860
  if (!parsed.ok) {
94999
95861
  return [parsed, { status: "invalid" }];
@@ -95076,12 +95938,12 @@ var init_securityGetBypassIp = __esm(() => {
95076
95938
  });
95077
95939
 
95078
95940
  // src/mcp-server/tools/securityGetBypassIp.ts
95079
- var args142, tool$securityGetBypassIp;
95941
+ var args146, tool$securityGetBypassIp;
95080
95942
  var init_securityGetBypassIp2 = __esm(() => {
95081
95943
  init_securityGetBypassIp();
95082
95944
  init_getbypassipop();
95083
95945
  init_tools();
95084
- args142 = {
95946
+ args146 = {
95085
95947
  request: GetBypassIpRequest$inboundSchema
95086
95948
  };
95087
95949
  tool$securityGetBypassIp = {
@@ -95089,9 +95951,9 @@ var init_securityGetBypassIp2 = __esm(() => {
95089
95951
  description: `Read System Bypass
95090
95952
 
95091
95953
  Retrieve the system bypass rules configured for the specified project`,
95092
- args: args142,
95093
- tool: async (client, args143, ctx) => {
95094
- const [result, apiCall] = await securityGetBypassIp(client, args143.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
95954
+ args: args146,
95955
+ tool: async (client, args147, ctx) => {
95956
+ const [result, apiCall] = await securityGetBypassIp(client, args147.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
95095
95957
  if (!result.ok) {
95096
95958
  return {
95097
95959
  content: [{ type: "text", text: result.error.message }],
@@ -95755,7 +96617,8 @@ var init_getfirewallconfigop = __esm(() => {
95755
96617
  rules: arrayType(lazyType(() => GetFirewallConfigRules$inboundSchema)),
95756
96618
  ips: arrayType(lazyType(() => GetFirewallConfigIps$inboundSchema)),
95757
96619
  changes: arrayType(lazyType(() => Changes$inboundSchema)),
95758
- managedRules: lazyType(() => ManagedRules$inboundSchema).optional()
96620
+ managedRules: lazyType(() => ManagedRules$inboundSchema).optional(),
96621
+ botIdEnabled: booleanType().optional()
95759
96622
  });
95760
96623
  GetFirewallConfigResponseBody$outboundSchema = objectType({
95761
96624
  ownerId: stringType(),
@@ -95768,7 +96631,8 @@ var init_getfirewallconfigop = __esm(() => {
95768
96631
  rules: arrayType(lazyType(() => GetFirewallConfigRules$outboundSchema)),
95769
96632
  ips: arrayType(lazyType(() => GetFirewallConfigIps$outboundSchema)),
95770
96633
  changes: arrayType(lazyType(() => Changes$outboundSchema)),
95771
- managedRules: lazyType(() => ManagedRules$outboundSchema).optional()
96634
+ managedRules: lazyType(() => ManagedRules$outboundSchema).optional(),
96635
+ botIdEnabled: booleanType().optional()
95772
96636
  });
95773
96637
  ((GetFirewallConfigResponseBody$) => {
95774
96638
  GetFirewallConfigResponseBody$.inboundSchema = GetFirewallConfigResponseBody$inboundSchema;
@@ -95778,9 +96642,9 @@ var init_getfirewallconfigop = __esm(() => {
95778
96642
 
95779
96643
  // src/funcs/securityGetFirewallConfig.ts
95780
96644
  function securityGetFirewallConfig(client, request, options) {
95781
- return new APIPromise($do144(client, request, options));
96645
+ return new APIPromise($do148(client, request, options));
95782
96646
  }
95783
- async function $do144(client, request, options) {
96647
+ async function $do148(client, request, options) {
95784
96648
  const parsed = safeParse(request, (value) => GetFirewallConfigRequest$outboundSchema.parse(value), "Input validation failed");
95785
96649
  if (!parsed.ok) {
95786
96650
  return [parsed, { status: "invalid" }];
@@ -95864,12 +96728,12 @@ var init_securityGetFirewallConfig = __esm(() => {
95864
96728
  });
95865
96729
 
95866
96730
  // src/mcp-server/tools/securityGetFirewallConfig.ts
95867
- var args143, tool$securityGetFirewallConfig;
96731
+ var args147, tool$securityGetFirewallConfig;
95868
96732
  var init_securityGetFirewallConfig2 = __esm(() => {
95869
96733
  init_securityGetFirewallConfig();
95870
96734
  init_getfirewallconfigop();
95871
96735
  init_tools();
95872
- args143 = {
96736
+ args147 = {
95873
96737
  request: GetFirewallConfigRequest$inboundSchema
95874
96738
  };
95875
96739
  tool$securityGetFirewallConfig = {
@@ -95877,9 +96741,9 @@ var init_securityGetFirewallConfig2 = __esm(() => {
95877
96741
  description: `Read Firewall Configuration
95878
96742
 
95879
96743
  Retrieve the specified firewall configuration for a project. The deployed configVersion will be \`active\``,
95880
- args: args143,
95881
- tool: async (client, args144, ctx) => {
95882
- const [result, apiCall] = await securityGetFirewallConfig(client, args144.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
96744
+ args: args147,
96745
+ tool: async (client, args148, ctx) => {
96746
+ const [result, apiCall] = await securityGetFirewallConfig(client, args148.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
95883
96747
  if (!result.ok) {
95884
96748
  return {
95885
96749
  content: [{ type: "text", text: result.error.message }],
@@ -96545,14 +97409,16 @@ var init_putfirewallconfigop = __esm(() => {
96545
97409
  managedRules: recordType(anyType()).optional(),
96546
97410
  crs: lazyType(() => Crs$inboundSchema).optional(),
96547
97411
  rules: arrayType(lazyType(() => PutFirewallConfigRules$inboundSchema)).optional(),
96548
- ips: arrayType(lazyType(() => Ips$inboundSchema)).optional()
97412
+ ips: arrayType(lazyType(() => Ips$inboundSchema)).optional(),
97413
+ botIdEnabled: booleanType().optional()
96549
97414
  });
96550
97415
  PutFirewallConfigRequestBody$outboundSchema = objectType({
96551
97416
  firewallEnabled: booleanType(),
96552
97417
  managedRules: recordType(anyType()).optional(),
96553
97418
  crs: lazyType(() => Crs$outboundSchema).optional(),
96554
97419
  rules: arrayType(lazyType(() => PutFirewallConfigRules$outboundSchema)).optional(),
96555
- ips: arrayType(lazyType(() => Ips$outboundSchema)).optional()
97420
+ ips: arrayType(lazyType(() => Ips$outboundSchema)).optional(),
97421
+ botIdEnabled: booleanType().optional()
96556
97422
  });
96557
97423
  ((PutFirewallConfigRequestBody$) => {
96558
97424
  PutFirewallConfigRequestBody$.inboundSchema = PutFirewallConfigRequestBody$inboundSchema;
@@ -97089,7 +97955,8 @@ var init_putfirewallconfigop = __esm(() => {
97089
97955
  rules: arrayType(lazyType(() => PutFirewallConfigSecurityRules$inboundSchema)),
97090
97956
  ips: arrayType(lazyType(() => PutFirewallConfigIps$inboundSchema)),
97091
97957
  changes: arrayType(lazyType(() => PutFirewallConfigChanges$inboundSchema)),
97092
- managedRules: lazyType(() => PutFirewallConfigManagedRules$inboundSchema).optional()
97958
+ managedRules: lazyType(() => PutFirewallConfigManagedRules$inboundSchema).optional(),
97959
+ botIdEnabled: booleanType().optional()
97093
97960
  });
97094
97961
  Active$outboundSchema = objectType({
97095
97962
  ownerId: stringType(),
@@ -97102,7 +97969,8 @@ var init_putfirewallconfigop = __esm(() => {
97102
97969
  rules: arrayType(lazyType(() => PutFirewallConfigSecurityRules$outboundSchema)),
97103
97970
  ips: arrayType(lazyType(() => PutFirewallConfigIps$outboundSchema)),
97104
97971
  changes: arrayType(lazyType(() => PutFirewallConfigChanges$outboundSchema)),
97105
- managedRules: lazyType(() => PutFirewallConfigManagedRules$outboundSchema).optional()
97972
+ managedRules: lazyType(() => PutFirewallConfigManagedRules$outboundSchema).optional(),
97973
+ botIdEnabled: booleanType().optional()
97106
97974
  });
97107
97975
  ((Active$) => {
97108
97976
  Active$.inboundSchema = Active$inboundSchema;
@@ -97122,9 +97990,9 @@ var init_putfirewallconfigop = __esm(() => {
97122
97990
 
97123
97991
  // src/funcs/securityPutFirewallConfig.ts
97124
97992
  function securityPutFirewallConfig(client, request, options) {
97125
- return new APIPromise($do145(client, request, options));
97993
+ return new APIPromise($do149(client, request, options));
97126
97994
  }
97127
- async function $do145(client, request, options) {
97995
+ async function $do149(client, request, options) {
97128
97996
  const parsed = safeParse(request, (value) => PutFirewallConfigRequest$outboundSchema.parse(value), "Input validation failed");
97129
97997
  if (!parsed.ok) {
97130
97998
  return [parsed, { status: "invalid" }];
@@ -97203,12 +98071,12 @@ var init_securityPutFirewallConfig = __esm(() => {
97203
98071
  });
97204
98072
 
97205
98073
  // src/mcp-server/tools/securityPutFirewallConfig.ts
97206
- var args144, tool$securityPutFirewallConfig;
98074
+ var args148, tool$securityPutFirewallConfig;
97207
98075
  var init_securityPutFirewallConfig2 = __esm(() => {
97208
98076
  init_securityPutFirewallConfig();
97209
98077
  init_putfirewallconfigop();
97210
98078
  init_tools();
97211
- args144 = {
98079
+ args148 = {
97212
98080
  request: PutFirewallConfigRequest$inboundSchema
97213
98081
  };
97214
98082
  tool$securityPutFirewallConfig = {
@@ -97216,9 +98084,9 @@ var init_securityPutFirewallConfig2 = __esm(() => {
97216
98084
  description: `Put Firewall Configuration
97217
98085
 
97218
98086
  Set the firewall configuration to provided rules and settings. Creates or overwrite the existing firewall configuration.`,
97219
- args: args144,
97220
- tool: async (client, args145, ctx) => {
97221
- const [result, apiCall] = await securityPutFirewallConfig(client, args145.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
98087
+ args: args148,
98088
+ tool: async (client, args149, ctx) => {
98089
+ const [result, apiCall] = await securityPutFirewallConfig(client, args149.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
97222
98090
  if (!result.ok) {
97223
98091
  return {
97224
98092
  content: [{ type: "text", text: result.error.message }],
@@ -97328,9 +98196,9 @@ var init_removebypassipop = __esm(() => {
97328
98196
 
97329
98197
  // src/funcs/securityRemoveBypassIp.ts
97330
98198
  function securityRemoveBypassIp(client, request, options) {
97331
- return new APIPromise($do146(client, request, options));
98199
+ return new APIPromise($do150(client, request, options));
97332
98200
  }
97333
- async function $do146(client, request, options) {
98201
+ async function $do150(client, request, options) {
97334
98202
  const parsed = safeParse(request, (value) => RemoveBypassIpRequest$outboundSchema.parse(value), "Input validation failed");
97335
98203
  if (!parsed.ok) {
97336
98204
  return [parsed, { status: "invalid" }];
@@ -97409,12 +98277,12 @@ var init_securityRemoveBypassIp = __esm(() => {
97409
98277
  });
97410
98278
 
97411
98279
  // src/mcp-server/tools/securityRemoveBypassIp.ts
97412
- var args145, tool$securityRemoveBypassIp;
98280
+ var args149, tool$securityRemoveBypassIp;
97413
98281
  var init_securityRemoveBypassIp2 = __esm(() => {
97414
98282
  init_securityRemoveBypassIp();
97415
98283
  init_removebypassipop();
97416
98284
  init_tools();
97417
- args145 = {
98285
+ args149 = {
97418
98286
  request: RemoveBypassIpRequest$inboundSchema
97419
98287
  };
97420
98288
  tool$securityRemoveBypassIp = {
@@ -97422,9 +98290,9 @@ var init_securityRemoveBypassIp2 = __esm(() => {
97422
98290
  description: `Remove System Bypass Rule
97423
98291
 
97424
98292
  Remove system bypass rules`,
97425
- args: args145,
97426
- tool: async (client, args146, ctx) => {
97427
- const [result, apiCall] = await securityRemoveBypassIp(client, args146.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
98293
+ args: args149,
98294
+ tool: async (client, args150, ctx) => {
98295
+ const [result, apiCall] = await securityRemoveBypassIp(client, args150.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
97428
98296
  if (!result.ok) {
97429
98297
  return {
97430
98298
  content: [{ type: "text", text: result.error.message }],
@@ -97494,9 +98362,9 @@ var init_updateattackchallengemodeop = __esm(() => {
97494
98362
 
97495
98363
  // src/funcs/securityUpdateAttackChallengeMode.ts
97496
98364
  function securityUpdateAttackChallengeMode(client, request, options) {
97497
- return new APIPromise($do147(client, request, options));
98365
+ return new APIPromise($do151(client, request, options));
97498
98366
  }
97499
- async function $do147(client, request, options) {
98367
+ async function $do151(client, request, options) {
97500
98368
  const parsed = safeParse(request, (value) => UpdateAttackChallengeModeRequest$outboundSchema.parse(value), "Input validation failed");
97501
98369
  if (!parsed.ok) {
97502
98370
  return [parsed, { status: "invalid" }];
@@ -97574,12 +98442,12 @@ var init_securityUpdateAttackChallengeMode = __esm(() => {
97574
98442
  });
97575
98443
 
97576
98444
  // src/mcp-server/tools/securityUpdateAttackChallengeMode.ts
97577
- var args146, tool$securityUpdateAttackChallengeMode;
98445
+ var args150, tool$securityUpdateAttackChallengeMode;
97578
98446
  var init_securityUpdateAttackChallengeMode2 = __esm(() => {
97579
98447
  init_securityUpdateAttackChallengeMode();
97580
98448
  init_updateattackchallengemodeop();
97581
98449
  init_tools();
97582
- args146 = {
98450
+ args150 = {
97583
98451
  request: UpdateAttackChallengeModeRequest$inboundSchema
97584
98452
  };
97585
98453
  tool$securityUpdateAttackChallengeMode = {
@@ -97587,9 +98455,9 @@ var init_securityUpdateAttackChallengeMode2 = __esm(() => {
97587
98455
  description: `Update Attack Challenge mode
97588
98456
 
97589
98457
  Update the setting for determining if the project has Attack Challenge mode enabled.`,
97590
- args: args146,
97591
- tool: async (client, args147, ctx) => {
97592
- const [result, apiCall] = await securityUpdateAttackChallengeMode(client, args147.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
98458
+ args: args150,
98459
+ tool: async (client, args151, ctx) => {
98460
+ const [result, apiCall] = await securityUpdateAttackChallengeMode(client, args151.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
97593
98461
  if (!result.ok) {
97594
98462
  return {
97595
98463
  content: [{ type: "text", text: result.error.message }],
@@ -97603,7 +98471,7 @@ Update the setting for determining if the project has Attack Challenge mode enab
97603
98471
  });
97604
98472
 
97605
98473
  // src/models/updatefirewallconfigop.ts
97606
- var UpdateFirewallConfigRequestBodySecurityRequest12Action, UpdateFirewallConfigRequestBodySecurityRequest11Action, UpdateFirewallConfigRequestBodySecurityRequest11ValueAction, UpdateFirewallConfigRequestBodySecurityRequest10Action, UpdateFirewallConfigRequestBodySecurityRequest9Action, UpdateFirewallConfigRequestBodySecurityRequest9ValueAction, UpdateFirewallConfigRequestBodySecurityRequest8Action, UpdateFirewallConfigRequestBodySecurityRequest8ValueAction, UpdateFirewallConfigRequestBodySecurityRequest7Action, UpdateFirewallConfigRequestBodySecurityRequest6Action, Id, UpdateFirewallConfigRequestBodySecurityRequest6ValueAction, UpdateFirewallConfigRequestBodySecurityRequest5Action, UpdateFirewallConfigRequestBodySecurityRequestAction, UpdateFirewallConfigRequestBodySecurityAction, UpdateFirewallConfigRequestBodySecurityType, UpdateFirewallConfigRequestBodyOp, UpdateFirewallConfigRequestBodySecurityRequest3ValueAction, UpdateFirewallConfigRateLimitAlgo, UpdateFirewallConfigActionSecurity1, UpdateFirewallConfigRequestBodyAction, UpdateFirewallConfigRequestBodyType, RequestBodyOp, UpdateFirewallConfigRequestBodySecurityRequest2ValueAction, RateLimitAlgo, UpdateFirewallConfigAction1, RequestBodyAction, UpdateFirewallConfigRequestBodySecurityRequest12Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest12Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest12Action$, UpdateFirewallConfigRequestBodySecurityRequest12Value$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest12Value$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest12Value$, RequestBody12$inboundSchema, RequestBody12$outboundSchema, RequestBody12$, UpdateFirewallConfigRequestBodySecurityRequest11Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest11Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest11Action$, UpdateFirewallConfigRequestBodySecurityRequest11ValueAction$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest11ValueAction$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest11ValueAction$, UpdateFirewallConfigRequestBodySecurityRequest11Value$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest11Value$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest11Value$, RequestBody11$inboundSchema, RequestBody11$outboundSchema, RequestBody11$, UpdateFirewallConfigRequestBodySecurityRequest10Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest10Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest10Action$, UpdateFirewallConfigRequestBody10$inboundSchema, UpdateFirewallConfigRequestBody10$outboundSchema, UpdateFirewallConfigRequestBody10$, UpdateFirewallConfigRequestBodySecurityRequest9Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest9Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest9Action$, UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$, UpdateFirewallConfigRequestBodySecurityRequest9Value$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest9Value$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest9Value$, UpdateFirewallConfigRequestBody9$inboundSchema, UpdateFirewallConfigRequestBody9$outboundSchema, UpdateFirewallConfigRequestBody9$, UpdateFirewallConfigRequestBodySecurityRequest8Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest8Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest8Action$, UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$, UpdateFirewallConfigRequestBodySecurityRequestValue$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequestValue$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequestValue$, UpdateFirewallConfigRequestBody8$inboundSchema, UpdateFirewallConfigRequestBody8$outboundSchema, UpdateFirewallConfigRequestBody8$, UpdateFirewallConfigRequestBodySecurityRequest7Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest7Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest7Action$, UpdateFirewallConfigRequestBody7$inboundSchema, UpdateFirewallConfigRequestBody7$outboundSchema, UpdateFirewallConfigRequestBody7$, UpdateFirewallConfigRequestBodySecurityRequest6Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest6Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest6Action$, Id$inboundSchema, Id$outboundSchema, Id$, UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$, UpdateFirewallConfigRequestBodySecurityValue$inboundSchema, UpdateFirewallConfigRequestBodySecurityValue$outboundSchema, UpdateFirewallConfigRequestBodySecurityValue$, UpdateFirewallConfigRequestBody6$inboundSchema, UpdateFirewallConfigRequestBody6$outboundSchema, UpdateFirewallConfigRequestBody6$, UpdateFirewallConfigRequestBodySecurityRequest5Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest5Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest5Action$, UpdateFirewallConfigRequestBody5$inboundSchema, UpdateFirewallConfigRequestBody5$outboundSchema, UpdateFirewallConfigRequestBody5$, UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequestAction$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequestAction$, UpdateFirewallConfigRequestBody4$inboundSchema, UpdateFirewallConfigRequestBody4$outboundSchema, UpdateFirewallConfigRequestBody4$, UpdateFirewallConfigRequestBodySecurityAction$inboundSchema, UpdateFirewallConfigRequestBodySecurityAction$outboundSchema, UpdateFirewallConfigRequestBodySecurityAction$, UpdateFirewallConfigRequestBodySecurityType$inboundSchema, UpdateFirewallConfigRequestBodySecurityType$outboundSchema, UpdateFirewallConfigRequestBodySecurityType$, UpdateFirewallConfigRequestBodyOp$inboundSchema, UpdateFirewallConfigRequestBodyOp$outboundSchema, UpdateFirewallConfigRequestBodyOp$, UpdateFirewallConfigRequestBodySecurityRequest3Value$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest3Value$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest3Value$, UpdateFirewallConfigRequestBodyConditions$inboundSchema, UpdateFirewallConfigRequestBodyConditions$outboundSchema, UpdateFirewallConfigRequestBodyConditions$, UpdateFirewallConfigRequestBodyConditionGroup$inboundSchema, UpdateFirewallConfigRequestBodyConditionGroup$outboundSchema, UpdateFirewallConfigRequestBodyConditionGroup$, UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$, UpdateFirewallConfigRateLimitAlgo$inboundSchema, UpdateFirewallConfigRateLimitAlgo$outboundSchema, UpdateFirewallConfigRateLimitAlgo$, UpdateFirewallConfigActionSecurity1$inboundSchema, UpdateFirewallConfigActionSecurity1$outboundSchema, UpdateFirewallConfigActionSecurity1$, UpdateFirewallConfigRateLimitSecurityAction$inboundSchema, UpdateFirewallConfigRateLimitSecurityAction$outboundSchema, UpdateFirewallConfigRateLimitSecurityAction$, UpdateFirewallConfigRateLimitSecurity1$inboundSchema, UpdateFirewallConfigRateLimitSecurity1$outboundSchema, UpdateFirewallConfigRateLimitSecurity1$, UpdateFirewallConfigRequestBodyRateLimit$inboundSchema, UpdateFirewallConfigRequestBodyRateLimit$outboundSchema, UpdateFirewallConfigRequestBodyRateLimit$, UpdateFirewallConfigRedirectSecurity1$inboundSchema, UpdateFirewallConfigRedirectSecurity1$outboundSchema, UpdateFirewallConfigRedirectSecurity1$, UpdateFirewallConfigRequestBodyRedirect$inboundSchema, UpdateFirewallConfigRequestBodyRedirect$outboundSchema, UpdateFirewallConfigRequestBodyRedirect$, UpdateFirewallConfigRequestBodyMitigate$inboundSchema, UpdateFirewallConfigRequestBodyMitigate$outboundSchema, UpdateFirewallConfigRequestBodyMitigate$, UpdateFirewallConfigRequestBodySecurityRequest3Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest3Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest3Action$, UpdateFirewallConfigRequestBodyValue$inboundSchema, UpdateFirewallConfigRequestBodyValue$outboundSchema, UpdateFirewallConfigRequestBodyValue$, UpdateFirewallConfigRequestBody3$inboundSchema, UpdateFirewallConfigRequestBody3$outboundSchema, UpdateFirewallConfigRequestBody3$, UpdateFirewallConfigRequestBodyAction$inboundSchema, UpdateFirewallConfigRequestBodyAction$outboundSchema, UpdateFirewallConfigRequestBodyAction$, UpdateFirewallConfigRequestBodyType$inboundSchema, UpdateFirewallConfigRequestBodyType$outboundSchema, UpdateFirewallConfigRequestBodyType$, RequestBodyOp$inboundSchema, RequestBodyOp$outboundSchema, RequestBodyOp$, UpdateFirewallConfigRequestBodySecurityRequest2Value$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest2Value$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest2Value$, RequestBodyConditions$inboundSchema, RequestBodyConditions$outboundSchema, RequestBodyConditions$, RequestBodyConditionGroup$inboundSchema, RequestBodyConditionGroup$outboundSchema, RequestBodyConditionGroup$, UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$, RateLimitAlgo$inboundSchema, RateLimitAlgo$outboundSchema, RateLimitAlgo$, UpdateFirewallConfigAction1$inboundSchema, UpdateFirewallConfigAction1$outboundSchema, UpdateFirewallConfigAction1$, UpdateFirewallConfigRateLimitAction$inboundSchema, UpdateFirewallConfigRateLimitAction$outboundSchema, UpdateFirewallConfigRateLimitAction$, UpdateFirewallConfigRateLimit1$inboundSchema, UpdateFirewallConfigRateLimit1$outboundSchema, UpdateFirewallConfigRateLimit1$, RequestBodyRateLimit$inboundSchema, RequestBodyRateLimit$outboundSchema, RequestBodyRateLimit$, UpdateFirewallConfigRedirect1$inboundSchema, UpdateFirewallConfigRedirect1$outboundSchema, UpdateFirewallConfigRedirect1$, RequestBodyRedirect$inboundSchema, RequestBodyRedirect$outboundSchema, RequestBodyRedirect$, RequestBodyMitigate$inboundSchema, RequestBodyMitigate$outboundSchema, RequestBodyMitigate$, UpdateFirewallConfigRequestBodySecurityRequest2Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest2Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest2Action$, RequestBodyValue$inboundSchema, RequestBodyValue$outboundSchema, RequestBodyValue$, UpdateFirewallConfigRequestBody2$inboundSchema, UpdateFirewallConfigRequestBody2$outboundSchema, UpdateFirewallConfigRequestBody2$, RequestBodyAction$inboundSchema, RequestBodyAction$outboundSchema, RequestBodyAction$, UpdateFirewallConfigRequestBody1$inboundSchema, UpdateFirewallConfigRequestBody1$outboundSchema, UpdateFirewallConfigRequestBody1$, UpdateFirewallConfigRequestBody$inboundSchema, UpdateFirewallConfigRequestBody$outboundSchema, UpdateFirewallConfigRequestBody$, UpdateFirewallConfigRequest$inboundSchema, UpdateFirewallConfigRequest$outboundSchema, UpdateFirewallConfigRequest$, UpdateFirewallConfigResponseBody$inboundSchema, UpdateFirewallConfigResponseBody$outboundSchema, UpdateFirewallConfigResponseBody$;
98474
+ var UpdateFirewallConfigRequestBodySecurityRequest12Action, UpdateFirewallConfigRequestBodySecurityRequest11Action, UpdateFirewallConfigRequestBodySecurityRequest11ValueAction, UpdateFirewallConfigRequestBodySecurityRequest10Action, UpdateFirewallConfigRequestBodySecurityRequest9Action, UpdateFirewallConfigRequestBodySecurityRequest9ValueAction, UpdateFirewallConfigRequestBodySecurityRequest8Action, UpdateFirewallConfigRequestBodySecurityRequest8ValueAction, UpdateFirewallConfigRequestBodySecurityRequest7Action, UpdateFirewallConfigRequestBodySecurityRequest6Action, Id, UpdateFirewallConfigRequestBodySecurityRequest6ValueAction, UpdateFirewallConfigRequestBodySecurityRequest5Action, UpdateFirewallConfigRequestBodySecurityRequestAction, UpdateFirewallConfigRequestBodySecurityAction, UpdateFirewallConfigRequestBodySecurityType, UpdateFirewallConfigRequestBodyOp, UpdateFirewallConfigRequestBodySecurityRequest3ValueAction, UpdateFirewallConfigRateLimitAlgo, UpdateFirewallConfigActionSecurity1, UpdateFirewallConfigRequestBodyAction, UpdateFirewallConfigRequestBodyType, RequestBodyOp, UpdateFirewallConfigRequestBodySecurityRequest2ValueAction, RateLimitAlgo, UpdateFirewallConfigAction1, RequestBodyAction, RequestBody13$inboundSchema, RequestBody13$outboundSchema, RequestBody13$, UpdateFirewallConfigRequestBodySecurityRequest12Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest12Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest12Action$, UpdateFirewallConfigRequestBodySecurityRequest12Value$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest12Value$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest12Value$, RequestBody12$inboundSchema, RequestBody12$outboundSchema, RequestBody12$, UpdateFirewallConfigRequestBodySecurityRequest11Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest11Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest11Action$, UpdateFirewallConfigRequestBodySecurityRequest11ValueAction$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest11ValueAction$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest11ValueAction$, UpdateFirewallConfigRequestBodySecurityRequest11Value$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest11Value$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest11Value$, RequestBody11$inboundSchema, RequestBody11$outboundSchema, RequestBody11$, UpdateFirewallConfigRequestBodySecurityRequest10Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest10Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest10Action$, UpdateFirewallConfigRequestBody10$inboundSchema, UpdateFirewallConfigRequestBody10$outboundSchema, UpdateFirewallConfigRequestBody10$, UpdateFirewallConfigRequestBodySecurityRequest9Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest9Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest9Action$, UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$, UpdateFirewallConfigRequestBodySecurityRequest9Value$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest9Value$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest9Value$, UpdateFirewallConfigRequestBody9$inboundSchema, UpdateFirewallConfigRequestBody9$outboundSchema, UpdateFirewallConfigRequestBody9$, UpdateFirewallConfigRequestBodySecurityRequest8Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest8Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest8Action$, UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$, UpdateFirewallConfigRequestBodySecurityRequestValue$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequestValue$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequestValue$, UpdateFirewallConfigRequestBody8$inboundSchema, UpdateFirewallConfigRequestBody8$outboundSchema, UpdateFirewallConfigRequestBody8$, UpdateFirewallConfigRequestBodySecurityRequest7Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest7Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest7Action$, UpdateFirewallConfigRequestBody7$inboundSchema, UpdateFirewallConfigRequestBody7$outboundSchema, UpdateFirewallConfigRequestBody7$, UpdateFirewallConfigRequestBodySecurityRequest6Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest6Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest6Action$, Id$inboundSchema, Id$outboundSchema, Id$, UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$, UpdateFirewallConfigRequestBodySecurityValue$inboundSchema, UpdateFirewallConfigRequestBodySecurityValue$outboundSchema, UpdateFirewallConfigRequestBodySecurityValue$, UpdateFirewallConfigRequestBody6$inboundSchema, UpdateFirewallConfigRequestBody6$outboundSchema, UpdateFirewallConfigRequestBody6$, UpdateFirewallConfigRequestBodySecurityRequest5Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest5Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest5Action$, UpdateFirewallConfigRequestBody5$inboundSchema, UpdateFirewallConfigRequestBody5$outboundSchema, UpdateFirewallConfigRequestBody5$, UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequestAction$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequestAction$, UpdateFirewallConfigRequestBody4$inboundSchema, UpdateFirewallConfigRequestBody4$outboundSchema, UpdateFirewallConfigRequestBody4$, UpdateFirewallConfigRequestBodySecurityAction$inboundSchema, UpdateFirewallConfigRequestBodySecurityAction$outboundSchema, UpdateFirewallConfigRequestBodySecurityAction$, UpdateFirewallConfigRequestBodySecurityType$inboundSchema, UpdateFirewallConfigRequestBodySecurityType$outboundSchema, UpdateFirewallConfigRequestBodySecurityType$, UpdateFirewallConfigRequestBodyOp$inboundSchema, UpdateFirewallConfigRequestBodyOp$outboundSchema, UpdateFirewallConfigRequestBodyOp$, UpdateFirewallConfigRequestBodySecurityRequest3Value$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest3Value$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest3Value$, UpdateFirewallConfigRequestBodyConditions$inboundSchema, UpdateFirewallConfigRequestBodyConditions$outboundSchema, UpdateFirewallConfigRequestBodyConditions$, UpdateFirewallConfigRequestBodyConditionGroup$inboundSchema, UpdateFirewallConfigRequestBodyConditionGroup$outboundSchema, UpdateFirewallConfigRequestBodyConditionGroup$, UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$, UpdateFirewallConfigRateLimitAlgo$inboundSchema, UpdateFirewallConfigRateLimitAlgo$outboundSchema, UpdateFirewallConfigRateLimitAlgo$, UpdateFirewallConfigActionSecurity1$inboundSchema, UpdateFirewallConfigActionSecurity1$outboundSchema, UpdateFirewallConfigActionSecurity1$, UpdateFirewallConfigRateLimitSecurityAction$inboundSchema, UpdateFirewallConfigRateLimitSecurityAction$outboundSchema, UpdateFirewallConfigRateLimitSecurityAction$, UpdateFirewallConfigRateLimitSecurity1$inboundSchema, UpdateFirewallConfigRateLimitSecurity1$outboundSchema, UpdateFirewallConfigRateLimitSecurity1$, UpdateFirewallConfigRequestBodyRateLimit$inboundSchema, UpdateFirewallConfigRequestBodyRateLimit$outboundSchema, UpdateFirewallConfigRequestBodyRateLimit$, UpdateFirewallConfigRedirectSecurity1$inboundSchema, UpdateFirewallConfigRedirectSecurity1$outboundSchema, UpdateFirewallConfigRedirectSecurity1$, UpdateFirewallConfigRequestBodyRedirect$inboundSchema, UpdateFirewallConfigRequestBodyRedirect$outboundSchema, UpdateFirewallConfigRequestBodyRedirect$, UpdateFirewallConfigRequestBodyMitigate$inboundSchema, UpdateFirewallConfigRequestBodyMitigate$outboundSchema, UpdateFirewallConfigRequestBodyMitigate$, UpdateFirewallConfigRequestBodySecurityRequest3Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest3Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest3Action$, UpdateFirewallConfigRequestBodyValue$inboundSchema, UpdateFirewallConfigRequestBodyValue$outboundSchema, UpdateFirewallConfigRequestBodyValue$, UpdateFirewallConfigRequestBody3$inboundSchema, UpdateFirewallConfigRequestBody3$outboundSchema, UpdateFirewallConfigRequestBody3$, UpdateFirewallConfigRequestBodyAction$inboundSchema, UpdateFirewallConfigRequestBodyAction$outboundSchema, UpdateFirewallConfigRequestBodyAction$, UpdateFirewallConfigRequestBodyType$inboundSchema, UpdateFirewallConfigRequestBodyType$outboundSchema, UpdateFirewallConfigRequestBodyType$, RequestBodyOp$inboundSchema, RequestBodyOp$outboundSchema, RequestBodyOp$, UpdateFirewallConfigRequestBodySecurityRequest2Value$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest2Value$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest2Value$, RequestBodyConditions$inboundSchema, RequestBodyConditions$outboundSchema, RequestBodyConditions$, RequestBodyConditionGroup$inboundSchema, RequestBodyConditionGroup$outboundSchema, RequestBodyConditionGroup$, UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$, RateLimitAlgo$inboundSchema, RateLimitAlgo$outboundSchema, RateLimitAlgo$, UpdateFirewallConfigAction1$inboundSchema, UpdateFirewallConfigAction1$outboundSchema, UpdateFirewallConfigAction1$, UpdateFirewallConfigRateLimitAction$inboundSchema, UpdateFirewallConfigRateLimitAction$outboundSchema, UpdateFirewallConfigRateLimitAction$, UpdateFirewallConfigRateLimit1$inboundSchema, UpdateFirewallConfigRateLimit1$outboundSchema, UpdateFirewallConfigRateLimit1$, RequestBodyRateLimit$inboundSchema, RequestBodyRateLimit$outboundSchema, RequestBodyRateLimit$, UpdateFirewallConfigRedirect1$inboundSchema, UpdateFirewallConfigRedirect1$outboundSchema, UpdateFirewallConfigRedirect1$, RequestBodyRedirect$inboundSchema, RequestBodyRedirect$outboundSchema, RequestBodyRedirect$, RequestBodyMitigate$inboundSchema, RequestBodyMitigate$outboundSchema, RequestBodyMitigate$, UpdateFirewallConfigRequestBodySecurityRequest2Action$inboundSchema, UpdateFirewallConfigRequestBodySecurityRequest2Action$outboundSchema, UpdateFirewallConfigRequestBodySecurityRequest2Action$, RequestBodyValue$inboundSchema, RequestBodyValue$outboundSchema, RequestBodyValue$, UpdateFirewallConfigRequestBody2$inboundSchema, UpdateFirewallConfigRequestBody2$outboundSchema, UpdateFirewallConfigRequestBody2$, RequestBodyAction$inboundSchema, RequestBodyAction$outboundSchema, RequestBodyAction$, UpdateFirewallConfigRequestBody1$inboundSchema, UpdateFirewallConfigRequestBody1$outboundSchema, UpdateFirewallConfigRequestBody1$, UpdateFirewallConfigRequestBody$inboundSchema, UpdateFirewallConfigRequestBody$outboundSchema, UpdateFirewallConfigRequestBody$, UpdateFirewallConfigRequest$inboundSchema, UpdateFirewallConfigRequest$outboundSchema, UpdateFirewallConfigRequest$, UpdateFirewallConfigResponseBody$inboundSchema, UpdateFirewallConfigResponseBody$outboundSchema, UpdateFirewallConfigResponseBody$;
97607
98475
  var init_updatefirewallconfigop = __esm(() => {
97608
98476
  init_esm();
97609
98477
  init_primitives();
@@ -97795,6 +98663,20 @@ var init_updatefirewallconfigop = __esm(() => {
97795
98663
  RequestBodyAction = {
97796
98664
  FirewallEnabled: "firewallEnabled"
97797
98665
  };
98666
+ RequestBody13$inboundSchema = objectType({
98667
+ action: stringType(),
98668
+ id: stringType().optional(),
98669
+ value: booleanType()
98670
+ });
98671
+ RequestBody13$outboundSchema = objectType({
98672
+ action: stringType(),
98673
+ id: stringType().optional(),
98674
+ value: booleanType()
98675
+ });
98676
+ ((RequestBody13$) => {
98677
+ RequestBody13$.inboundSchema = RequestBody13$inboundSchema;
98678
+ RequestBody13$.outboundSchema = RequestBody13$outboundSchema;
98679
+ })(RequestBody13$ ||= {});
97798
98680
  UpdateFirewallConfigRequestBodySecurityRequest12Action$inboundSchema = nativeEnumType(UpdateFirewallConfigRequestBodySecurityRequest12Action);
97799
98681
  UpdateFirewallConfigRequestBodySecurityRequest12Action$outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest12Action$inboundSchema;
97800
98682
  ((UpdateFirewallConfigRequestBodySecurityRequest12Action$) => {
@@ -98509,6 +99391,7 @@ var init_updatefirewallconfigop = __esm(() => {
98509
99391
  lazyType(() => UpdateFirewallConfigRequestBody4$inboundSchema),
98510
99392
  lazyType(() => UpdateFirewallConfigRequestBody8$inboundSchema),
98511
99393
  lazyType(() => UpdateFirewallConfigRequestBody10$inboundSchema),
99394
+ lazyType(() => RequestBody13$inboundSchema),
98512
99395
  lazyType(() => UpdateFirewallConfigRequestBody7$inboundSchema)
98513
99396
  ]);
98514
99397
  UpdateFirewallConfigRequestBody$outboundSchema = unionType([
@@ -98523,6 +99406,7 @@ var init_updatefirewallconfigop = __esm(() => {
98523
99406
  lazyType(() => UpdateFirewallConfigRequestBody4$outboundSchema),
98524
99407
  lazyType(() => UpdateFirewallConfigRequestBody8$outboundSchema),
98525
99408
  lazyType(() => UpdateFirewallConfigRequestBody10$outboundSchema),
99409
+ lazyType(() => RequestBody13$outboundSchema),
98526
99410
  lazyType(() => UpdateFirewallConfigRequestBody7$outboundSchema)
98527
99411
  ]);
98528
99412
  ((UpdateFirewallConfigRequestBody$) => {
@@ -98545,6 +99429,7 @@ var init_updatefirewallconfigop = __esm(() => {
98545
99429
  lazyType(() => UpdateFirewallConfigRequestBody4$inboundSchema),
98546
99430
  lazyType(() => UpdateFirewallConfigRequestBody8$inboundSchema),
98547
99431
  lazyType(() => UpdateFirewallConfigRequestBody10$inboundSchema),
99432
+ lazyType(() => RequestBody13$inboundSchema),
98548
99433
  lazyType(() => UpdateFirewallConfigRequestBody7$inboundSchema)
98549
99434
  ])
98550
99435
  }).transform((v2) => {
@@ -98568,6 +99453,7 @@ var init_updatefirewallconfigop = __esm(() => {
98568
99453
  lazyType(() => UpdateFirewallConfigRequestBody4$outboundSchema),
98569
99454
  lazyType(() => UpdateFirewallConfigRequestBody8$outboundSchema),
98570
99455
  lazyType(() => UpdateFirewallConfigRequestBody10$outboundSchema),
99456
+ lazyType(() => RequestBody13$outboundSchema),
98571
99457
  lazyType(() => UpdateFirewallConfigRequestBody7$outboundSchema)
98572
99458
  ])
98573
99459
  }).transform((v2) => {
@@ -98589,9 +99475,9 @@ var init_updatefirewallconfigop = __esm(() => {
98589
99475
 
98590
99476
  // src/funcs/securityUpdateFirewallConfig.ts
98591
99477
  function securityUpdateFirewallConfig(client, request, options) {
98592
- return new APIPromise($do148(client, request, options));
99478
+ return new APIPromise($do152(client, request, options));
98593
99479
  }
98594
- async function $do148(client, request, options) {
99480
+ async function $do152(client, request, options) {
98595
99481
  const parsed = safeParse(request, (value) => UpdateFirewallConfigRequest$outboundSchema.parse(value), "Input validation failed");
98596
99482
  if (!parsed.ok) {
98597
99483
  return [parsed, { status: "invalid" }];
@@ -98670,12 +99556,12 @@ var init_securityUpdateFirewallConfig = __esm(() => {
98670
99556
  });
98671
99557
 
98672
99558
  // src/mcp-server/tools/securityUpdateFirewallConfig.ts
98673
- var args147, tool$securityUpdateFirewallConfig;
99559
+ var args151, tool$securityUpdateFirewallConfig;
98674
99560
  var init_securityUpdateFirewallConfig2 = __esm(() => {
98675
99561
  init_securityUpdateFirewallConfig();
98676
99562
  init_updatefirewallconfigop();
98677
99563
  init_tools();
98678
- args147 = {
99564
+ args151 = {
98679
99565
  request: UpdateFirewallConfigRequest$inboundSchema
98680
99566
  };
98681
99567
  tool$securityUpdateFirewallConfig = {
@@ -98683,9 +99569,9 @@ var init_securityUpdateFirewallConfig2 = __esm(() => {
98683
99569
  description: `Update Firewall Configuration
98684
99570
 
98685
99571
  Process updates to modify the existing firewall config for a project`,
98686
- args: args147,
98687
- tool: async (client, args148, ctx) => {
98688
- const [result, apiCall] = await securityUpdateFirewallConfig(client, args148.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
99572
+ args: args151,
99573
+ tool: async (client, args152, ctx) => {
99574
+ const [result, apiCall] = await securityUpdateFirewallConfig(client, args152.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
98689
99575
  if (!result.ok) {
98690
99576
  return {
98691
99577
  content: [{ type: "text", text: result.error.message }],
@@ -98764,9 +99650,9 @@ var init_createteamop = __esm(() => {
98764
99650
 
98765
99651
  // src/funcs/teamsCreateTeam.ts
98766
99652
  function teamsCreateTeam(client, request, options) {
98767
- return new APIPromise($do149(client, request, options));
99653
+ return new APIPromise($do153(client, request, options));
98768
99654
  }
98769
- async function $do149(client, request, options) {
99655
+ async function $do153(client, request, options) {
98770
99656
  const parsed = safeParse(request, (value) => CreateTeamRequestBody$outboundSchema.parse(value), "Input validation failed");
98771
99657
  if (!parsed.ok) {
98772
99658
  return [parsed, { status: "invalid" }];
@@ -98838,12 +99724,12 @@ var init_teamsCreateTeam = __esm(() => {
98838
99724
  });
98839
99725
 
98840
99726
  // src/mcp-server/tools/teamsCreateTeam.ts
98841
- var args148, tool$teamsCreateTeam;
99727
+ var args152, tool$teamsCreateTeam;
98842
99728
  var init_teamsCreateTeam2 = __esm(() => {
98843
99729
  init_teamsCreateTeam();
98844
99730
  init_createteamop();
98845
99731
  init_tools();
98846
- args148 = {
99732
+ args152 = {
98847
99733
  request: CreateTeamRequestBody$inboundSchema
98848
99734
  };
98849
99735
  tool$teamsCreateTeam = {
@@ -98851,9 +99737,9 @@ var init_teamsCreateTeam2 = __esm(() => {
98851
99737
  description: `Create a Team
98852
99738
 
98853
99739
  Create a new Team under your account. You need to send a POST request with the desired Team slug, and optionally the Team name.`,
98854
- args: args148,
98855
- tool: async (client, args149, ctx) => {
98856
- const [result, apiCall] = await teamsCreateTeam(client, args149.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
99740
+ args: args152,
99741
+ tool: async (client, args153, ctx) => {
99742
+ const [result, apiCall] = await teamsCreateTeam(client, args153.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
98857
99743
  if (!result.ok) {
98858
99744
  return {
98859
99745
  content: [{ type: "text", text: result.error.message }],
@@ -98933,9 +99819,9 @@ var init_deleteteamop = __esm(() => {
98933
99819
 
98934
99820
  // src/funcs/teamsDeleteTeam.ts
98935
99821
  function teamsDeleteTeam(client, request, options) {
98936
- return new APIPromise($do150(client, request, options));
99822
+ return new APIPromise($do154(client, request, options));
98937
99823
  }
98938
- async function $do150(client, request, options) {
99824
+ async function $do154(client, request, options) {
98939
99825
  const parsed = safeParse(request, (value) => DeleteTeamRequest$outboundSchema.parse(value), "Input validation failed");
98940
99826
  if (!parsed.ok) {
98941
99827
  return [parsed, { status: "invalid" }];
@@ -99018,12 +99904,12 @@ var init_teamsDeleteTeam = __esm(() => {
99018
99904
  });
99019
99905
 
99020
99906
  // src/mcp-server/tools/teamsDeleteTeam.ts
99021
- var args149, tool$teamsDeleteTeam;
99907
+ var args153, tool$teamsDeleteTeam;
99022
99908
  var init_teamsDeleteTeam2 = __esm(() => {
99023
99909
  init_teamsDeleteTeam();
99024
99910
  init_deleteteamop();
99025
99911
  init_tools();
99026
- args149 = {
99912
+ args153 = {
99027
99913
  request: DeleteTeamRequest$inboundSchema
99028
99914
  };
99029
99915
  tool$teamsDeleteTeam = {
@@ -99031,9 +99917,9 @@ var init_teamsDeleteTeam2 = __esm(() => {
99031
99917
  description: `Delete a Team
99032
99918
 
99033
99919
  Delete a team under your account. You need to send a \`DELETE\` request with the desired team \`id\`. An optional array of reasons for deletion may also be sent.`,
99034
- args: args149,
99035
- tool: async (client, args150, ctx) => {
99036
- const [result, apiCall] = await teamsDeleteTeam(client, args150.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
99920
+ args: args153,
99921
+ tool: async (client, args154, ctx) => {
99922
+ const [result, apiCall] = await teamsDeleteTeam(client, args154.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
99037
99923
  if (!result.ok) {
99038
99924
  return {
99039
99925
  content: [{ type: "text", text: result.error.message }],
@@ -99076,9 +99962,9 @@ var init_deleteteaminvitecodeop = __esm(() => {
99076
99962
 
99077
99963
  // src/funcs/teamsDeleteTeamInviteCode.ts
99078
99964
  function teamsDeleteTeamInviteCode(client, request, options) {
99079
- return new APIPromise($do151(client, request, options));
99965
+ return new APIPromise($do155(client, request, options));
99080
99966
  }
99081
- async function $do151(client, request, options) {
99967
+ async function $do155(client, request, options) {
99082
99968
  const parsed = safeParse(request, (value) => DeleteTeamInviteCodeRequest$outboundSchema.parse(value), "Input validation failed");
99083
99969
  if (!parsed.ok) {
99084
99970
  return [parsed, { status: "invalid" }];
@@ -99160,12 +100046,12 @@ var init_teamsDeleteTeamInviteCode = __esm(() => {
99160
100046
  });
99161
100047
 
99162
100048
  // src/mcp-server/tools/teamsDeleteTeamInviteCode.ts
99163
- var args150, tool$teamsDeleteTeamInviteCode;
100049
+ var args154, tool$teamsDeleteTeamInviteCode;
99164
100050
  var init_teamsDeleteTeamInviteCode2 = __esm(() => {
99165
100051
  init_teamsDeleteTeamInviteCode();
99166
100052
  init_deleteteaminvitecodeop();
99167
100053
  init_tools();
99168
- args150 = {
100054
+ args154 = {
99169
100055
  request: DeleteTeamInviteCodeRequest$inboundSchema
99170
100056
  };
99171
100057
  tool$teamsDeleteTeamInviteCode = {
@@ -99173,9 +100059,9 @@ var init_teamsDeleteTeamInviteCode2 = __esm(() => {
99173
100059
  description: `Delete a Team invite code
99174
100060
 
99175
100061
  Delete an active Team invite code.`,
99176
- args: args150,
99177
- tool: async (client, args151, ctx) => {
99178
- const [result, apiCall] = await teamsDeleteTeamInviteCode(client, args151.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
100062
+ args: args154,
100063
+ tool: async (client, args155, ctx) => {
100064
+ const [result, apiCall] = await teamsDeleteTeamInviteCode(client, args155.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
99179
100065
  if (!result.ok) {
99180
100066
  return {
99181
100067
  content: [{ type: "text", text: result.error.message }],
@@ -99602,9 +100488,9 @@ var init_team = __esm(() => {
99602
100488
 
99603
100489
  // src/funcs/teamsGetTeam.ts
99604
100490
  function teamsGetTeam(client, request, options) {
99605
- return new APIPromise($do152(client, request, options));
100491
+ return new APIPromise($do156(client, request, options));
99606
100492
  }
99607
- async function $do152(client, request, options) {
100493
+ async function $do156(client, request, options) {
99608
100494
  const parsed = safeParse(request, (value) => GetTeamRequest$outboundSchema.parse(value), "Input validation failed");
99609
100495
  if (!parsed.ok) {
99610
100496
  return [parsed, { status: "invalid" }];
@@ -99687,12 +100573,12 @@ var init_teamsGetTeam = __esm(() => {
99687
100573
  });
99688
100574
 
99689
100575
  // src/mcp-server/tools/teamsGetTeam.ts
99690
- var args151, tool$teamsGetTeam;
100576
+ var args155, tool$teamsGetTeam;
99691
100577
  var init_teamsGetTeam2 = __esm(() => {
99692
100578
  init_teamsGetTeam();
99693
100579
  init_getteamop();
99694
100580
  init_tools();
99695
- args151 = {
100581
+ args155 = {
99696
100582
  request: GetTeamRequest$inboundSchema
99697
100583
  };
99698
100584
  tool$teamsGetTeam = {
@@ -99700,9 +100586,9 @@ var init_teamsGetTeam2 = __esm(() => {
99700
100586
  description: `Get a Team
99701
100587
 
99702
100588
  Get information for the Team specified by the \`teamId\` parameter.`,
99703
- args: args151,
99704
- tool: async (client, args152, ctx) => {
99705
- const [result, apiCall] = await teamsGetTeam(client, args152.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
100589
+ args: args155,
100590
+ tool: async (client, args156, ctx) => {
100591
+ const [result, apiCall] = await teamsGetTeam(client, args156.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
99706
100592
  if (!result.ok) {
99707
100593
  return {
99708
100594
  content: [{ type: "text", text: result.error.message }],
@@ -99844,9 +100730,9 @@ var init_getteamaccessrequestop = __esm(() => {
99844
100730
 
99845
100731
  // src/funcs/teamsGetTeamAccessRequest.ts
99846
100732
  function teamsGetTeamAccessRequest(client, request, options) {
99847
- return new APIPromise($do153(client, request, options));
100733
+ return new APIPromise($do157(client, request, options));
99848
100734
  }
99849
- async function $do153(client, request, options) {
100735
+ async function $do157(client, request, options) {
99850
100736
  const parsed = safeParse(request, (value) => GetTeamAccessRequestRequest$outboundSchema.parse(value), "Input validation failed");
99851
100737
  if (!parsed.ok) {
99852
100738
  return [parsed, { status: "invalid" }];
@@ -99928,12 +100814,12 @@ var init_teamsGetTeamAccessRequest = __esm(() => {
99928
100814
  });
99929
100815
 
99930
100816
  // src/mcp-server/tools/teamsGetTeamAccessRequest.ts
99931
- var args152, tool$teamsGetTeamAccessRequest;
100817
+ var args156, tool$teamsGetTeamAccessRequest;
99932
100818
  var init_teamsGetTeamAccessRequest2 = __esm(() => {
99933
100819
  init_teamsGetTeamAccessRequest();
99934
100820
  init_getteamaccessrequestop();
99935
100821
  init_tools();
99936
- args152 = {
100822
+ args156 = {
99937
100823
  request: GetTeamAccessRequestRequest$inboundSchema
99938
100824
  };
99939
100825
  tool$teamsGetTeamAccessRequest = {
@@ -99941,9 +100827,9 @@ var init_teamsGetTeamAccessRequest2 = __esm(() => {
99941
100827
  description: `Get access request status
99942
100828
 
99943
100829
  Check the status of a join request. It'll respond with a 404 if the request has been declined. If no \`userId\` path segment was provided, this endpoint will instead return the status of the authenticated user.`,
99944
- args: args152,
99945
- tool: async (client, args153, ctx) => {
99946
- const [result, apiCall] = await teamsGetTeamAccessRequest(client, args153.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
100830
+ args: args156,
100831
+ tool: async (client, args157, ctx) => {
100832
+ const [result, apiCall] = await teamsGetTeamAccessRequest(client, args157.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
99947
100833
  if (!result.ok) {
99948
100834
  return {
99949
100835
  content: [{ type: "text", text: result.error.message }],
@@ -100243,9 +101129,9 @@ var init_getteammembersop = __esm(() => {
100243
101129
 
100244
101130
  // src/funcs/teamsGetTeamMembers.ts
100245
101131
  function teamsGetTeamMembers(client, request, options) {
100246
- return new APIPromise($do154(client, request, options));
101132
+ return new APIPromise($do158(client, request, options));
100247
101133
  }
100248
- async function $do154(client, request, options) {
101134
+ async function $do158(client, request, options) {
100249
101135
  const parsed = safeParse(request, (value) => GetTeamMembersRequest$outboundSchema.parse(value), "Input validation failed");
100250
101136
  if (!parsed.ok) {
100251
101137
  return [parsed, { status: "invalid" }];
@@ -100327,12 +101213,12 @@ var init_teamsGetTeamMembers = __esm(() => {
100327
101213
  });
100328
101214
 
100329
101215
  // src/mcp-server/tools/teamsGetTeamMembers.ts
100330
- var args153, tool$teamsGetTeamMembers;
101216
+ var args157, tool$teamsGetTeamMembers;
100331
101217
  var init_teamsGetTeamMembers2 = __esm(() => {
100332
101218
  init_teamsGetTeamMembers();
100333
101219
  init_getteammembersop();
100334
101220
  init_tools();
100335
- args153 = {
101221
+ args157 = {
100336
101222
  request: GetTeamMembersRequest$inboundSchema
100337
101223
  };
100338
101224
  tool$teamsGetTeamMembers = {
@@ -100340,9 +101226,9 @@ var init_teamsGetTeamMembers2 = __esm(() => {
100340
101226
  description: `List team members
100341
101227
 
100342
101228
  Get a paginated list of team members for the provided team.`,
100343
- args: args153,
100344
- tool: async (client, args154, ctx) => {
100345
- const [result, apiCall] = await teamsGetTeamMembers(client, args154.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
101229
+ args: args157,
101230
+ tool: async (client, args158, ctx) => {
101231
+ const [result, apiCall] = await teamsGetTeamMembers(client, args158.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
100346
101232
  if (!result.ok) {
100347
101233
  return {
100348
101234
  content: [{ type: "text", text: result.error.message }],
@@ -100628,9 +101514,9 @@ var init_getteamsop = __esm(() => {
100628
101514
 
100629
101515
  // src/funcs/teamsGetTeams.ts
100630
101516
  function teamsGetTeams(client, request, options) {
100631
- return new APIPromise($do155(client, request, options));
101517
+ return new APIPromise($do159(client, request, options));
100632
101518
  }
100633
- async function $do155(client, request, options) {
101519
+ async function $do159(client, request, options) {
100634
101520
  const parsed = safeParse(request, (value) => GetTeamsRequest$outboundSchema.parse(value), "Input validation failed");
100635
101521
  if (!parsed.ok) {
100636
101522
  return [parsed, { status: "invalid" }];
@@ -100707,12 +101593,12 @@ var init_teamsGetTeams = __esm(() => {
100707
101593
  });
100708
101594
 
100709
101595
  // src/mcp-server/tools/teamsGetTeams.ts
100710
- var args154, tool$teamsGetTeams;
101596
+ var args158, tool$teamsGetTeams;
100711
101597
  var init_teamsGetTeams2 = __esm(() => {
100712
101598
  init_teamsGetTeams();
100713
101599
  init_getteamsop();
100714
101600
  init_tools();
100715
- args154 = {
101601
+ args158 = {
100716
101602
  request: GetTeamsRequest$inboundSchema
100717
101603
  };
100718
101604
  tool$teamsGetTeams = {
@@ -100720,9 +101606,9 @@ var init_teamsGetTeams2 = __esm(() => {
100720
101606
  description: `List all teams
100721
101607
 
100722
101608
  Get a paginated list of all the Teams the authenticated User is a member of.`,
100723
- args: args154,
100724
- tool: async (client, args155, ctx) => {
100725
- const [result, apiCall] = await teamsGetTeams(client, args155.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
101609
+ args: args158,
101610
+ tool: async (client, args159, ctx) => {
101611
+ const [result, apiCall] = await teamsGetTeams(client, args159.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
100726
101612
  if (!result.ok) {
100727
101613
  return {
100728
101614
  content: [{ type: "text", text: result.error.message }],
@@ -100954,9 +101840,9 @@ var init_inviteusertoteamop = __esm(() => {
100954
101840
 
100955
101841
  // src/funcs/teamsInviteUserToTeam.ts
100956
101842
  function teamsInviteUserToTeam(client, request, options) {
100957
- return new APIPromise($do156(client, request, options));
101843
+ return new APIPromise($do160(client, request, options));
100958
101844
  }
100959
- async function $do156(client, request, options) {
101845
+ async function $do160(client, request, options) {
100960
101846
  const parsed = safeParse(request, (value) => InviteUserToTeamRequest$outboundSchema.parse(value), "Input validation failed");
100961
101847
  if (!parsed.ok) {
100962
101848
  return [parsed, { status: "invalid" }];
@@ -101034,12 +101920,12 @@ var init_teamsInviteUserToTeam = __esm(() => {
101034
101920
  });
101035
101921
 
101036
101922
  // src/mcp-server/tools/teamsInviteUserToTeam.ts
101037
- var args155, tool$teamsInviteUserToTeam;
101923
+ var args159, tool$teamsInviteUserToTeam;
101038
101924
  var init_teamsInviteUserToTeam2 = __esm(() => {
101039
101925
  init_teamsInviteUserToTeam();
101040
101926
  init_inviteusertoteamop();
101041
101927
  init_tools();
101042
- args155 = {
101928
+ args159 = {
101043
101929
  request: InviteUserToTeamRequest$inboundSchema
101044
101930
  };
101045
101931
  tool$teamsInviteUserToTeam = {
@@ -101047,9 +101933,9 @@ var init_teamsInviteUserToTeam2 = __esm(() => {
101047
101933
  description: `Invite a user
101048
101934
 
101049
101935
  Invite a user to join the team specified in the URL. The authenticated user needs to be an \`OWNER\` in order to successfully invoke this endpoint. The user can be specified with an email or an ID. If both email and ID are provided, ID will take priority.`,
101050
- args: args155,
101051
- tool: async (client, args156, ctx) => {
101052
- const [result, apiCall] = await teamsInviteUserToTeam(client, args156.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
101936
+ args: args159,
101937
+ tool: async (client, args160, ctx) => {
101938
+ const [result, apiCall] = await teamsInviteUserToTeam(client, args160.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
101053
101939
  if (!result.ok) {
101054
101940
  return {
101055
101941
  content: [{ type: "text", text: result.error.message }],
@@ -101117,9 +102003,9 @@ var init_jointeamop = __esm(() => {
101117
102003
 
101118
102004
  // src/funcs/teamsJoinTeam.ts
101119
102005
  function teamsJoinTeam(client, request, options) {
101120
- return new APIPromise($do157(client, request, options));
102006
+ return new APIPromise($do161(client, request, options));
101121
102007
  }
101122
- async function $do157(client, request, options) {
102008
+ async function $do161(client, request, options) {
101123
102009
  const parsed = safeParse(request, (value) => JoinTeamRequest$outboundSchema.parse(value), "Input validation failed");
101124
102010
  if (!parsed.ok) {
101125
102011
  return [parsed, { status: "invalid" }];
@@ -101198,12 +102084,12 @@ var init_teamsJoinTeam = __esm(() => {
101198
102084
  });
101199
102085
 
101200
102086
  // src/mcp-server/tools/teamsJoinTeam.ts
101201
- var args156, tool$teamsJoinTeam;
102087
+ var args160, tool$teamsJoinTeam;
101202
102088
  var init_teamsJoinTeam2 = __esm(() => {
101203
102089
  init_teamsJoinTeam();
101204
102090
  init_jointeamop();
101205
102091
  init_tools();
101206
- args156 = {
102092
+ args160 = {
101207
102093
  request: JoinTeamRequest$inboundSchema
101208
102094
  };
101209
102095
  tool$teamsJoinTeam = {
@@ -101211,9 +102097,9 @@ var init_teamsJoinTeam2 = __esm(() => {
101211
102097
  description: `Join a team
101212
102098
 
101213
102099
  Join a team with a provided invite code or team ID.`,
101214
- args: args156,
101215
- tool: async (client, args157, ctx) => {
101216
- const [result, apiCall] = await teamsJoinTeam(client, args157.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
102100
+ args: args160,
102101
+ tool: async (client, args161, ctx) => {
102102
+ const [result, apiCall] = await teamsJoinTeam(client, args161.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
101217
102103
  if (!result.ok) {
101218
102104
  return {
101219
102105
  content: [{ type: "text", text: result.error.message }],
@@ -101358,9 +102244,9 @@ var init_patchteamop = __esm(() => {
101358
102244
 
101359
102245
  // src/funcs/teamsPatchTeam.ts
101360
102246
  function teamsPatchTeam(client, request, options) {
101361
- return new APIPromise($do158(client, request, options));
102247
+ return new APIPromise($do162(client, request, options));
101362
102248
  }
101363
- async function $do158(client, request, options) {
102249
+ async function $do162(client, request, options) {
101364
102250
  const parsed = safeParse(request, (value) => PatchTeamRequest$outboundSchema.parse(value), "Input validation failed");
101365
102251
  if (!parsed.ok) {
101366
102252
  return [parsed, { status: "invalid" }];
@@ -101443,12 +102329,12 @@ var init_teamsPatchTeam = __esm(() => {
101443
102329
  });
101444
102330
 
101445
102331
  // src/mcp-server/tools/teamsPatchTeam.ts
101446
- var args157, tool$teamsPatchTeam;
102332
+ var args161, tool$teamsPatchTeam;
101447
102333
  var init_teamsPatchTeam2 = __esm(() => {
101448
102334
  init_teamsPatchTeam();
101449
102335
  init_patchteamop();
101450
102336
  init_tools();
101451
- args157 = {
102337
+ args161 = {
101452
102338
  request: PatchTeamRequest$inboundSchema
101453
102339
  };
101454
102340
  tool$teamsPatchTeam = {
@@ -101456,9 +102342,9 @@ var init_teamsPatchTeam2 = __esm(() => {
101456
102342
  description: `Update a Team
101457
102343
 
101458
102344
  Update the information of a Team specified by the \`teamId\` parameter. The request body should contain the information that will be updated on the Team.`,
101459
- args: args157,
101460
- tool: async (client, args158, ctx) => {
101461
- const [result, apiCall] = await teamsPatchTeam(client, args158.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
102345
+ args: args161,
102346
+ tool: async (client, args162, ctx) => {
102347
+ const [result, apiCall] = await teamsPatchTeam(client, args162.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
101462
102348
  if (!result.ok) {
101463
102349
  return {
101464
102350
  content: [{ type: "text", text: result.error.message }],
@@ -101503,9 +102389,9 @@ var init_removeteammemberop = __esm(() => {
101503
102389
 
101504
102390
  // src/funcs/teamsRemoveTeamMember.ts
101505
102391
  function teamsRemoveTeamMember(client, request, options) {
101506
- return new APIPromise($do159(client, request, options));
102392
+ return new APIPromise($do163(client, request, options));
101507
102393
  }
101508
- async function $do159(client, request, options) {
102394
+ async function $do163(client, request, options) {
101509
102395
  const parsed = safeParse(request, (value) => RemoveTeamMemberRequest$outboundSchema.parse(value), "Input validation failed");
101510
102396
  if (!parsed.ok) {
101511
102397
  return [parsed, { status: "invalid" }];
@@ -101591,12 +102477,12 @@ var init_teamsRemoveTeamMember = __esm(() => {
101591
102477
  });
101592
102478
 
101593
102479
  // src/mcp-server/tools/teamsRemoveTeamMember.ts
101594
- var args158, tool$teamsRemoveTeamMember;
102480
+ var args162, tool$teamsRemoveTeamMember;
101595
102481
  var init_teamsRemoveTeamMember2 = __esm(() => {
101596
102482
  init_teamsRemoveTeamMember();
101597
102483
  init_removeteammemberop();
101598
102484
  init_tools();
101599
- args158 = {
102485
+ args162 = {
101600
102486
  request: RemoveTeamMemberRequest$inboundSchema
101601
102487
  };
101602
102488
  tool$teamsRemoveTeamMember = {
@@ -101604,9 +102490,9 @@ var init_teamsRemoveTeamMember2 = __esm(() => {
101604
102490
  description: `Remove a Team Member
101605
102491
 
101606
102492
  Remove a Team Member from the Team, or dismiss a user that requested access, or leave a team.`,
101607
- args: args158,
101608
- tool: async (client, args159, ctx) => {
101609
- const [result, apiCall] = await teamsRemoveTeamMember(client, args159.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
102493
+ args: args162,
102494
+ tool: async (client, args163, ctx) => {
102495
+ const [result, apiCall] = await teamsRemoveTeamMember(client, args163.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
101610
102496
  if (!result.ok) {
101611
102497
  return {
101612
102498
  content: [{ type: "text", text: result.error.message }],
@@ -101808,9 +102694,9 @@ var init_requestaccesstoteamop = __esm(() => {
101808
102694
 
101809
102695
  // src/funcs/teamsRequestAccessToTeam.ts
101810
102696
  function teamsRequestAccessToTeam(client, request, options) {
101811
- return new APIPromise($do160(client, request, options));
102697
+ return new APIPromise($do164(client, request, options));
101812
102698
  }
101813
- async function $do160(client, request, options) {
102699
+ async function $do164(client, request, options) {
101814
102700
  const parsed = safeParse(request, (value) => RequestAccessToTeamRequest$outboundSchema.parse(value), "Input validation failed");
101815
102701
  if (!parsed.ok) {
101816
102702
  return [parsed, { status: "invalid" }];
@@ -101889,12 +102775,12 @@ var init_teamsRequestAccessToTeam = __esm(() => {
101889
102775
  });
101890
102776
 
101891
102777
  // src/mcp-server/tools/teamsRequestAccessToTeam.ts
101892
- var args159, tool$teamsRequestAccessToTeam;
102778
+ var args163, tool$teamsRequestAccessToTeam;
101893
102779
  var init_teamsRequestAccessToTeam2 = __esm(() => {
101894
102780
  init_teamsRequestAccessToTeam();
101895
102781
  init_requestaccesstoteamop();
101896
102782
  init_tools();
101897
- args159 = {
102783
+ args163 = {
101898
102784
  request: RequestAccessToTeamRequest$inboundSchema
101899
102785
  };
101900
102786
  tool$teamsRequestAccessToTeam = {
@@ -101902,9 +102788,9 @@ var init_teamsRequestAccessToTeam2 = __esm(() => {
101902
102788
  description: `Request access to a team
101903
102789
 
101904
102790
  Request access to a team as a member. An owner has to approve the request. Only 10 users can request access to a team at the same time.`,
101905
- args: args159,
101906
- tool: async (client, args160, ctx) => {
101907
- const [result, apiCall] = await teamsRequestAccessToTeam(client, args160.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
102791
+ args: args163,
102792
+ tool: async (client, args164, ctx) => {
102793
+ const [result, apiCall] = await teamsRequestAccessToTeam(client, args164.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
101908
102794
  if (!result.ok) {
101909
102795
  return {
101910
102796
  content: [{ type: "text", text: result.error.message }],
@@ -102007,9 +102893,9 @@ var init_updateteammemberop = __esm(() => {
102007
102893
 
102008
102894
  // src/funcs/teamsUpdateTeamMember.ts
102009
102895
  function teamsUpdateTeamMember(client, request, options) {
102010
- return new APIPromise($do161(client, request, options));
102896
+ return new APIPromise($do165(client, request, options));
102011
102897
  }
102012
- async function $do161(client, request, options) {
102898
+ async function $do165(client, request, options) {
102013
102899
  const parsed = safeParse(request, (value) => UpdateTeamMemberRequest$outboundSchema.parse(value), "Input validation failed");
102014
102900
  if (!parsed.ok) {
102015
102901
  return [parsed, { status: "invalid" }];
@@ -102092,12 +102978,12 @@ var init_teamsUpdateTeamMember = __esm(() => {
102092
102978
  });
102093
102979
 
102094
102980
  // src/mcp-server/tools/teamsUpdateTeamMember.ts
102095
- var args160, tool$teamsUpdateTeamMember;
102981
+ var args164, tool$teamsUpdateTeamMember;
102096
102982
  var init_teamsUpdateTeamMember2 = __esm(() => {
102097
102983
  init_teamsUpdateTeamMember();
102098
102984
  init_updateteammemberop();
102099
102985
  init_tools();
102100
- args160 = {
102986
+ args164 = {
102101
102987
  request: UpdateTeamMemberRequest$inboundSchema
102102
102988
  };
102103
102989
  tool$teamsUpdateTeamMember = {
@@ -102105,9 +102991,9 @@ var init_teamsUpdateTeamMember2 = __esm(() => {
102105
102991
  description: `Update a Team Member
102106
102992
 
102107
102993
  Update the membership of a Team Member on the Team specified by \`teamId\`, such as changing the _role_ of the member, or confirming a request to join the Team for an unconfirmed member. The authenticated user must be an \`OWNER\` of the Team.`,
102108
- args: args160,
102109
- tool: async (client, args161, ctx) => {
102110
- const [result, apiCall] = await teamsUpdateTeamMember(client, args161.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
102994
+ args: args164,
102995
+ tool: async (client, args165, ctx) => {
102996
+ const [result, apiCall] = await teamsUpdateTeamMember(client, args165.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
102111
102997
  if (!result.ok) {
102112
102998
  return {
102113
102999
  content: [{ type: "text", text: result.error.message }],
@@ -102582,9 +103468,9 @@ var init_getauthuserop = __esm(() => {
102582
103468
 
102583
103469
  // src/funcs/userGetAuthUser.ts
102584
103470
  function userGetAuthUser(client, options) {
102585
- return new APIPromise($do162(client, options));
103471
+ return new APIPromise($do166(client, options));
102586
103472
  }
102587
- async function $do162(client, options) {
103473
+ async function $do166(client, options) {
102588
103474
  const path = pathToFunc("/v2/user")();
102589
103475
  const headers = new Headers(compactMap({
102590
103476
  Accept: "application/json"
@@ -107484,14 +108370,16 @@ var init_userevent = __esm(() => {
107484
108370
  dailyOverageSummaryEmailSentAt: numberType().optional(),
107485
108371
  weeklyOverageSummaryEmailSentAt: numberType().optional(),
107486
108372
  overageSummaryExpiresAt: numberType().optional(),
107487
- increasedOnDemandEmailSentAt: numberType().optional()
108373
+ increasedOnDemandEmailSentAt: numberType().optional(),
108374
+ increasedOnDemandEmailAttemptedAt: numberType().optional()
107488
108375
  });
107489
108376
  OverageMetadata$outboundSchema = objectType({
107490
108377
  firstTimeOnDemandNotificationSentAt: numberType().optional(),
107491
108378
  dailyOverageSummaryEmailSentAt: numberType().optional(),
107492
108379
  weeklyOverageSummaryEmailSentAt: numberType().optional(),
107493
108380
  overageSummaryExpiresAt: numberType().optional(),
107494
- increasedOnDemandEmailSentAt: numberType().optional()
108381
+ increasedOnDemandEmailSentAt: numberType().optional(),
108382
+ increasedOnDemandEmailAttemptedAt: numberType().optional()
107495
108383
  });
107496
108384
  ((OverageMetadata$) => {
107497
108385
  OverageMetadata$.inboundSchema = OverageMetadata$inboundSchema;
@@ -110224,9 +111112,9 @@ var init_listusereventsop = __esm(() => {
110224
111112
 
110225
111113
  // src/funcs/userListUserEvents.ts
110226
111114
  function userListUserEvents(client, request, options) {
110227
- return new APIPromise($do163(client, request, options));
111115
+ return new APIPromise($do167(client, request, options));
110228
111116
  }
110229
- async function $do163(client, request, options) {
111117
+ async function $do167(client, request, options) {
110230
111118
  const parsed = safeParse(request, (value) => ListUserEventsRequest$outboundSchema.parse(value), "Input validation failed");
110231
111119
  if (!parsed.ok) {
110232
111120
  return [parsed, { status: "invalid" }];
@@ -110310,12 +111198,12 @@ var init_userListUserEvents = __esm(() => {
110310
111198
  });
110311
111199
 
110312
111200
  // src/mcp-server/tools/userListUserEvents.ts
110313
- var args161, tool$userListUserEvents;
111201
+ var args165, tool$userListUserEvents;
110314
111202
  var init_userListUserEvents2 = __esm(() => {
110315
111203
  init_userListUserEvents();
110316
111204
  init_listusereventsop();
110317
111205
  init_tools();
110318
- args161 = {
111206
+ args165 = {
110319
111207
  request: ListUserEventsRequest$inboundSchema
110320
111208
  };
110321
111209
  tool$userListUserEvents = {
@@ -110323,9 +111211,9 @@ var init_userListUserEvents2 = __esm(() => {
110323
111211
  description: `List User Events
110324
111212
 
110325
111213
  Retrieves a list of "events" generated by the User on Vercel. Events are generated when the User performs a particular action, such as logging in, creating a deployment, and joining a Team (just to name a few). When the \`teamId\` parameter is supplied, then the events that are returned will be in relation to the Team that was specified.`,
110326
- args: args161,
110327
- tool: async (client, args162, ctx) => {
110328
- const [result, apiCall] = await userListUserEvents(client, args162.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
111214
+ args: args165,
111215
+ tool: async (client, args166, ctx) => {
111216
+ const [result, apiCall] = await userListUserEvents(client, args166.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
110329
111217
  if (!result.ok) {
110330
111218
  return {
110331
111219
  content: [{ type: "text", text: result.error.message }],
@@ -110382,9 +111270,9 @@ var init_requestdeleteop = __esm(() => {
110382
111270
 
110383
111271
  // src/funcs/userRequestDelete.ts
110384
111272
  function userRequestDelete(client, request, options) {
110385
- return new APIPromise($do164(client, request, options));
111273
+ return new APIPromise($do168(client, request, options));
110386
111274
  }
110387
- async function $do164(client, request, options) {
111275
+ async function $do168(client, request, options) {
110388
111276
  const parsed = safeParse(request, (value) => RequestDeleteRequestBody$outboundSchema.parse(value), "Input validation failed");
110389
111277
  if (!parsed.ok) {
110390
111278
  return [parsed, { status: "invalid" }];
@@ -110456,12 +111344,12 @@ var init_userRequestDelete = __esm(() => {
110456
111344
  });
110457
111345
 
110458
111346
  // src/mcp-server/tools/userRequestDelete.ts
110459
- var args162, tool$userRequestDelete;
111347
+ var args166, tool$userRequestDelete;
110460
111348
  var init_userRequestDelete2 = __esm(() => {
110461
111349
  init_userRequestDelete();
110462
111350
  init_requestdeleteop();
110463
111351
  init_tools();
110464
- args162 = {
111352
+ args166 = {
110465
111353
  request: RequestDeleteRequestBody$inboundSchema
110466
111354
  };
110467
111355
  tool$userRequestDelete = {
@@ -110469,9 +111357,9 @@ var init_userRequestDelete2 = __esm(() => {
110469
111357
  description: `Delete User Account
110470
111358
 
110471
111359
  Initiates the deletion process for the currently authenticated User, by sending a deletion confirmation email. The email contains a link that the user needs to visit in order to proceed with the deletion process.`,
110472
- args: args162,
110473
- tool: async (client, args163, ctx) => {
110474
- const [result, apiCall] = await userRequestDelete(client, args163.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
111360
+ args: args166,
111361
+ tool: async (client, args167, ctx) => {
111362
+ const [result, apiCall] = await userRequestDelete(client, args167.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
110475
111363
  if (!result.ok) {
110476
111364
  return {
110477
111365
  content: [{ type: "text", text: result.error.message }],
@@ -110515,6 +111403,7 @@ var init_createwebhookop = __esm(() => {
110515
111403
  DeploymentIntegrationActionStart: "deployment.integration.action.start",
110516
111404
  DeploymentIntegrationActionCancel: "deployment.integration.action.cancel",
110517
111405
  DeploymentIntegrationActionCleanup: "deployment.integration.action.cleanup",
111406
+ DeploymentCheckrunStart: "deployment.checkrun.start",
110518
111407
  EdgeConfigCreated: "edge-config.created",
110519
111408
  EdgeConfigDeleted: "edge-config.deleted",
110520
111409
  EdgeConfigItemsUpdated: "edge-config.items.updated",
@@ -110582,6 +111471,7 @@ var init_createwebhookop = __esm(() => {
110582
111471
  DeploymentIntegrationActionStart: "deployment.integration.action.start",
110583
111472
  DeploymentIntegrationActionCancel: "deployment.integration.action.cancel",
110584
111473
  DeploymentIntegrationActionCleanup: "deployment.integration.action.cleanup",
111474
+ DeploymentCheckrunStart: "deployment.checkrun.start",
110585
111475
  EdgeConfigCreated: "edge-config.created",
110586
111476
  EdgeConfigDeleted: "edge-config.deleted",
110587
111477
  EdgeConfigItemsUpdated: "edge-config.items.updated",
@@ -110699,9 +111589,9 @@ var init_createwebhookop = __esm(() => {
110699
111589
 
110700
111590
  // src/funcs/webhooksCreateWebhook.ts
110701
111591
  function webhooksCreateWebhook(client, request, options) {
110702
- return new APIPromise($do165(client, request, options));
111592
+ return new APIPromise($do169(client, request, options));
110703
111593
  }
110704
- async function $do165(client, request, options) {
111594
+ async function $do169(client, request, options) {
110705
111595
  const parsed = safeParse(request, (value) => CreateWebhookRequest$outboundSchema.parse(value), "Input validation failed");
110706
111596
  if (!parsed.ok) {
110707
111597
  return [parsed, { status: "invalid" }];
@@ -110778,12 +111668,12 @@ var init_webhooksCreateWebhook = __esm(() => {
110778
111668
  });
110779
111669
 
110780
111670
  // src/mcp-server/tools/webhooksCreateWebhook.ts
110781
- var args163, tool$webhooksCreateWebhook;
111671
+ var args167, tool$webhooksCreateWebhook;
110782
111672
  var init_webhooksCreateWebhook2 = __esm(() => {
110783
111673
  init_webhooksCreateWebhook();
110784
111674
  init_createwebhookop();
110785
111675
  init_tools();
110786
- args163 = {
111676
+ args167 = {
110787
111677
  request: CreateWebhookRequest$inboundSchema
110788
111678
  };
110789
111679
  tool$webhooksCreateWebhook = {
@@ -110791,9 +111681,9 @@ var init_webhooksCreateWebhook2 = __esm(() => {
110791
111681
  description: `Creates a webhook
110792
111682
 
110793
111683
  Creates a webhook`,
110794
- args: args163,
110795
- tool: async (client, args164, ctx) => {
110796
- const [result, apiCall] = await webhooksCreateWebhook(client, args164.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
111684
+ args: args167,
111685
+ tool: async (client, args168, ctx) => {
111686
+ const [result, apiCall] = await webhooksCreateWebhook(client, args168.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
110797
111687
  if (!result.ok) {
110798
111688
  return {
110799
111689
  content: [{ type: "text", text: result.error.message }],
@@ -110828,9 +111718,9 @@ var init_deletewebhookop = __esm(() => {
110828
111718
 
110829
111719
  // src/funcs/webhooksDeleteWebhook.ts
110830
111720
  function webhooksDeleteWebhook(client, request, options) {
110831
- return new APIPromise($do166(client, request, options));
111721
+ return new APIPromise($do170(client, request, options));
110832
111722
  }
110833
- async function $do166(client, request, options) {
111723
+ async function $do170(client, request, options) {
110834
111724
  const parsed = safeParse(request, (value) => DeleteWebhookRequest$outboundSchema.parse(value), "Input validation failed");
110835
111725
  if (!parsed.ok) {
110836
111726
  return [parsed, { status: "invalid" }];
@@ -110913,12 +111803,12 @@ var init_webhooksDeleteWebhook = __esm(() => {
110913
111803
  });
110914
111804
 
110915
111805
  // src/mcp-server/tools/webhooksDeleteWebhook.ts
110916
- var args164, tool$webhooksDeleteWebhook;
111806
+ var args168, tool$webhooksDeleteWebhook;
110917
111807
  var init_webhooksDeleteWebhook2 = __esm(() => {
110918
111808
  init_webhooksDeleteWebhook();
110919
111809
  init_deletewebhookop();
110920
111810
  init_tools();
110921
- args164 = {
111811
+ args168 = {
110922
111812
  request: DeleteWebhookRequest$inboundSchema
110923
111813
  };
110924
111814
  tool$webhooksDeleteWebhook = {
@@ -110926,9 +111816,9 @@ var init_webhooksDeleteWebhook2 = __esm(() => {
110926
111816
  description: `Deletes a webhook
110927
111817
 
110928
111818
  Deletes a webhook`,
110929
- args: args164,
110930
- tool: async (client, args165, ctx) => {
110931
- const [result, apiCall] = await webhooksDeleteWebhook(client, args165.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
111819
+ args: args168,
111820
+ tool: async (client, args169, ctx) => {
111821
+ const [result, apiCall] = await webhooksDeleteWebhook(client, args169.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
110932
111822
  if (!result.ok) {
110933
111823
  return {
110934
111824
  content: [{ type: "text", text: result.error.message }],
@@ -110970,6 +111860,7 @@ var init_getwebhookop = __esm(() => {
110970
111860
  DeploymentIntegrationActionStart: "deployment.integration.action.start",
110971
111861
  DeploymentIntegrationActionCancel: "deployment.integration.action.cancel",
110972
111862
  DeploymentIntegrationActionCleanup: "deployment.integration.action.cleanup",
111863
+ DeploymentCheckrunStart: "deployment.checkrun.start",
110973
111864
  EdgeConfigCreated: "edge-config.created",
110974
111865
  EdgeConfigDeleted: "edge-config.deleted",
110975
111866
  EdgeConfigItemsUpdated: "edge-config.items.updated",
@@ -111057,9 +111948,9 @@ var init_getwebhookop = __esm(() => {
111057
111948
 
111058
111949
  // src/funcs/webhooksGetWebhook.ts
111059
111950
  function webhooksGetWebhook(client, request, options) {
111060
- return new APIPromise($do167(client, request, options));
111951
+ return new APIPromise($do171(client, request, options));
111061
111952
  }
111062
- async function $do167(client, request, options) {
111953
+ async function $do171(client, request, options) {
111063
111954
  const parsed = safeParse(request, (value) => GetWebhookRequest$outboundSchema.parse(value), "Input validation failed");
111064
111955
  if (!parsed.ok) {
111065
111956
  return [parsed, { status: "invalid" }];
@@ -111141,12 +112032,12 @@ var init_webhooksGetWebhook = __esm(() => {
111141
112032
  });
111142
112033
 
111143
112034
  // src/mcp-server/tools/webhooksGetWebhook.ts
111144
- var args165, tool$webhooksGetWebhook;
112035
+ var args169, tool$webhooksGetWebhook;
111145
112036
  var init_webhooksGetWebhook2 = __esm(() => {
111146
112037
  init_webhooksGetWebhook();
111147
112038
  init_getwebhookop();
111148
112039
  init_tools();
111149
- args165 = {
112040
+ args169 = {
111150
112041
  request: GetWebhookRequest$inboundSchema
111151
112042
  };
111152
112043
  tool$webhooksGetWebhook = {
@@ -111154,9 +112045,9 @@ var init_webhooksGetWebhook2 = __esm(() => {
111154
112045
  description: `Get a webhook
111155
112046
 
111156
112047
  Get a webhook`,
111157
- args: args165,
111158
- tool: async (client, args166, ctx) => {
111159
- const [result, apiCall] = await webhooksGetWebhook(client, args166.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
112048
+ args: args169,
112049
+ tool: async (client, args170, ctx) => {
112050
+ const [result, apiCall] = await webhooksGetWebhook(client, args170.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
111160
112051
  if (!result.ok) {
111161
112052
  return {
111162
112053
  content: [{ type: "text", text: result.error.message }],
@@ -111199,6 +112090,7 @@ var init_getwebhooksop = __esm(() => {
111199
112090
  DeploymentIntegrationActionStart: "deployment.integration.action.start",
111200
112091
  DeploymentIntegrationActionCancel: "deployment.integration.action.cancel",
111201
112092
  DeploymentIntegrationActionCleanup: "deployment.integration.action.cleanup",
112093
+ DeploymentCheckrunStart: "deployment.checkrun.start",
111202
112094
  EdgeConfigCreated: "edge-config.created",
111203
112095
  EdgeConfigDeleted: "edge-config.deleted",
111204
112096
  EdgeConfigItemsUpdated: "edge-config.items.updated",
@@ -111314,6 +112206,7 @@ var init_getwebhooksop = __esm(() => {
111314
112206
  DeploymentIntegrationActionStart: "deployment.integration.action.start",
111315
112207
  DeploymentIntegrationActionCancel: "deployment.integration.action.cancel",
111316
112208
  DeploymentIntegrationActionCleanup: "deployment.integration.action.cleanup",
112209
+ DeploymentCheckrunStart: "deployment.checkrun.start",
111317
112210
  EdgeConfigCreated: "edge-config.created",
111318
112211
  EdgeConfigDeleted: "edge-config.deleted",
111319
112212
  EdgeConfigItemsUpdated: "edge-config.items.updated",
@@ -111465,9 +112358,9 @@ var init_getwebhooksop = __esm(() => {
111465
112358
 
111466
112359
  // src/funcs/webhooksGetWebhooks.ts
111467
112360
  function webhooksGetWebhooks(client, request, options) {
111468
- return new APIPromise($do168(client, request, options));
112361
+ return new APIPromise($do172(client, request, options));
111469
112362
  }
111470
- async function $do168(client, request, options) {
112363
+ async function $do172(client, request, options) {
111471
112364
  const parsed = safeParse(request, (value) => GetWebhooksRequest$outboundSchema.parse(value), "Input validation failed");
111472
112365
  if (!parsed.ok) {
111473
112366
  return [parsed, { status: "invalid" }];
@@ -111544,12 +112437,12 @@ var init_webhooksGetWebhooks = __esm(() => {
111544
112437
  });
111545
112438
 
111546
112439
  // src/mcp-server/tools/webhooksGetWebhooks.ts
111547
- var args166, tool$webhooksGetWebhooks;
112440
+ var args170, tool$webhooksGetWebhooks;
111548
112441
  var init_webhooksGetWebhooks2 = __esm(() => {
111549
112442
  init_webhooksGetWebhooks();
111550
112443
  init_getwebhooksop();
111551
112444
  init_tools();
111552
- args166 = {
112445
+ args170 = {
111553
112446
  request: GetWebhooksRequest$inboundSchema
111554
112447
  };
111555
112448
  tool$webhooksGetWebhooks = {
@@ -111557,9 +112450,9 @@ var init_webhooksGetWebhooks2 = __esm(() => {
111557
112450
  description: `Get a list of webhooks
111558
112451
 
111559
112452
  Get a list of webhooks`,
111560
- args: args166,
111561
- tool: async (client, args167, ctx) => {
111562
- const [result, apiCall] = await webhooksGetWebhooks(client, args167.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
112453
+ args: args170,
112454
+ tool: async (client, args171, ctx) => {
112455
+ const [result, apiCall] = await webhooksGetWebhooks(client, args171.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
111563
112456
  if (!result.ok) {
111564
112457
  return {
111565
112458
  content: [{ type: "text", text: result.error.message }],
@@ -111576,7 +112469,7 @@ Get a list of webhooks`,
111576
112469
  function createMCPServer(deps) {
111577
112470
  const server = new McpServer({
111578
112471
  name: "Vercel",
111579
- version: "1.8.5"
112472
+ version: "1.8.6"
111580
112473
  });
111581
112474
  const client = new VercelCore({
111582
112475
  bearerToken: deps.bearerToken,
@@ -111690,6 +112583,10 @@ function createMCPServer(deps) {
111690
112583
  tool(tool$marketplaceGetAccountInfo);
111691
112584
  tool(tool$marketplaceGetMember);
111692
112585
  tool(tool$marketplaceCreateEvent);
112586
+ tool(tool$marketplaceGetResources);
112587
+ tool(tool$marketplaceGetResource);
112588
+ tool(tool$marketplaceDeleteResource);
112589
+ tool(tool$marketplaceImportResource);
111693
112590
  tool(tool$marketplaceSubmitBillingData);
111694
112591
  tool(tool$marketplaceSubmitInvoice);
111695
112592
  tool(tool$marketplaceGetInvoice);
@@ -111697,7 +112594,6 @@ function createMCPServer(deps) {
111697
112594
  tool(tool$marketplaceSubmitPrepaymentBalances);
111698
112595
  tool(tool$marketplaceUpdateResourceSecrets);
111699
112596
  tool(tool$marketplaceUpdateResourceSecretsById);
111700
- tool(tool$marketplaceImportResource);
111701
112597
  tool(tool$marketplaceExchangeSsoToken);
111702
112598
  tool(tool$marketplaceCreateInstallationIntegrationConfiguration);
111703
112599
  tool(tool$marketplaceUpdateInstallationIntegrationConfiguration);
@@ -111717,6 +112613,7 @@ function createMCPServer(deps) {
111717
112613
  tool(tool$environmentGetCustomEnvironment);
111718
112614
  tool(tool$environmentUpdateCustomEnvironment);
111719
112615
  tool(tool$environmentRemoveCustomEnvironment);
112616
+ tool(tool$rollingReleaseGetRollingReleaseBillingStatus);
111720
112617
  tool(tool$rollingReleaseGetRollingReleaseConfig);
111721
112618
  tool(tool$rollingReleaseDeleteRollingReleaseConfig);
111722
112619
  tool(tool$rollingReleaseUpdateRollingReleaseConfig);
@@ -111859,10 +112756,13 @@ var init_server2 = __esm(() => {
111859
112756
  init_marketplaceCreateInstallationIntegrationConfiguration2();
111860
112757
  init_marketplaceCreateInstallationIntegrationEdgeConfig2();
111861
112758
  init_marketplaceDeleteInstallationIntegrationConfiguration2();
112759
+ init_marketplaceDeleteResource2();
111862
112760
  init_marketplaceExchangeSsoToken2();
111863
112761
  init_marketplaceGetAccountInfo2();
111864
112762
  init_marketplaceGetInvoice2();
111865
112763
  init_marketplaceGetMember2();
112764
+ init_marketplaceGetResource2();
112765
+ init_marketplaceGetResources2();
111866
112766
  init_marketplaceImportResource2();
111867
112767
  init_marketplaceSubmitBillingData2();
111868
112768
  init_marketplaceSubmitInvoice2();
@@ -111903,6 +112803,7 @@ var init_server2 = __esm(() => {
111903
112803
  init_rollingReleaseCompleteRollingRelease2();
111904
112804
  init_rollingReleaseDeleteRollingReleaseConfig2();
111905
112805
  init_rollingReleaseGetRollingRelease2();
112806
+ init_rollingReleaseGetRollingReleaseBillingStatus2();
111906
112807
  init_rollingReleaseGetRollingReleaseConfig2();
111907
112808
  init_rollingReleaseUpdateRollingReleaseConfig2();
111908
112809
  init_securityAddBypassIp2();
@@ -113123,7 +114024,7 @@ var routes = an({
113123
114024
  var app = He(routes, {
113124
114025
  name: "mcp",
113125
114026
  versionInfo: {
113126
- currentVersion: "1.8.5"
114027
+ currentVersion: "1.8.6"
113127
114028
  }
113128
114029
  });
113129
114030
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -113131,5 +114032,5 @@ export {
113131
114032
  app
113132
114033
  };
113133
114034
 
113134
- //# debugId=58CD2885EACE61DF64756E2164756E21
114035
+ //# debugId=8DD0A3C3125C278564756E2164756E21
113135
114036
  //# sourceMappingURL=mcp-server.js.map