@vercel/sdk 1.4.0 → 1.5.0

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 (496) hide show
  1. package/README.md +10 -10
  2. package/bin/mcp-server.js +1390 -1437
  3. package/bin/mcp-server.js.map +197 -197
  4. package/docs/sdks/marketplace/README.md +25 -35
  5. package/esm/__tests__/domains.test.js +1 -1
  6. package/esm/__tests__/domains.test.js.map +1 -1
  7. package/esm/__tests__/marketplace.test.js +5 -8
  8. package/esm/__tests__/marketplace.test.js.map +1 -1
  9. package/esm/funcs/{marketplacePostV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItems.d.ts → marketplaceCreateInstallationIntegrationConfiguration.d.ts} +2 -2
  10. package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.d.ts.map +1 -0
  11. package/esm/funcs/{marketplacePostV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItems.js → marketplaceCreateInstallationIntegrationConfiguration.js} +2 -2
  12. package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.js.map +1 -0
  13. package/esm/funcs/{marketplaceHeadV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.d.ts → marketplaceCreateInstallationIntegrationEdgeConfig.d.ts} +2 -2
  14. package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.d.ts.map +1 -0
  15. package/esm/funcs/{marketplaceHeadV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.js → marketplaceCreateInstallationIntegrationEdgeConfig.js} +2 -2
  16. package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.js.map +1 -0
  17. package/esm/funcs/{marketplaceDeleteV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.d.ts → marketplaceDeleteInstallationIntegrationConfiguration.d.ts} +2 -2
  18. package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.d.ts.map +1 -0
  19. package/esm/funcs/{marketplaceDeleteV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.js → marketplaceDeleteInstallationIntegrationConfiguration.js} +2 -2
  20. package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.js.map +1 -0
  21. package/esm/funcs/{marketplacePatchV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.d.ts → marketplaceUpdateInstallationIntegrationConfiguration.d.ts} +2 -2
  22. package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.d.ts.map +1 -0
  23. package/esm/funcs/{marketplacePatchV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.js → marketplaceUpdateInstallationIntegrationConfiguration.js} +2 -2
  24. package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.js.map +1 -0
  25. package/esm/funcs/{marketplacePutV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.d.ts → marketplaceUpdateInstallationIntegrationEdgeConfig.d.ts} +2 -2
  26. package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.d.ts.map +1 -0
  27. package/esm/funcs/{marketplacePutV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.js → marketplaceUpdateInstallationIntegrationEdgeConfig.js} +2 -2
  28. package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js.map +1 -0
  29. package/esm/lib/config.d.ts +3 -3
  30. package/esm/lib/config.js +3 -3
  31. package/esm/lib/sdks.d.ts.map +1 -1
  32. package/esm/lib/sdks.js +2 -8
  33. package/esm/lib/sdks.js.map +1 -1
  34. package/esm/mcp-server/mcp-server.js +1 -1
  35. package/esm/mcp-server/server.d.ts.map +1 -1
  36. package/esm/mcp-server/server.js +11 -11
  37. package/esm/mcp-server/server.js.map +1 -1
  38. package/esm/mcp-server/tools/accessGroupsCreateAccessGroup.js +1 -1
  39. package/esm/mcp-server/tools/accessGroupsCreateAccessGroupProject.js +1 -1
  40. package/esm/mcp-server/tools/accessGroupsDeleteAccessGroup.js +1 -1
  41. package/esm/mcp-server/tools/accessGroupsDeleteAccessGroupProject.js +1 -1
  42. package/esm/mcp-server/tools/accessGroupsListAccessGroupMembers.js +1 -1
  43. package/esm/mcp-server/tools/accessGroupsListAccessGroupProjects.js +1 -1
  44. package/esm/mcp-server/tools/accessGroupsListAccessGroups.js +1 -1
  45. package/esm/mcp-server/tools/accessGroupsReadAccessGroup.js +1 -1
  46. package/esm/mcp-server/tools/accessGroupsReadAccessGroupProject.js +1 -1
  47. package/esm/mcp-server/tools/accessGroupsUpdateAccessGroup.js +1 -1
  48. package/esm/mcp-server/tools/accessGroupsUpdateAccessGroupProject.js +1 -1
  49. package/esm/mcp-server/tools/aliasesAssignAlias.js +1 -1
  50. package/esm/mcp-server/tools/aliasesDeleteAlias.js +1 -1
  51. package/esm/mcp-server/tools/aliasesGetAlias.js +1 -1
  52. package/esm/mcp-server/tools/aliasesListAliases.js +1 -1
  53. package/esm/mcp-server/tools/aliasesListDeploymentAliases.js +1 -1
  54. package/esm/mcp-server/tools/apiExperimentationGetV1ExperimentationItems.js +1 -1
  55. package/esm/mcp-server/tools/artifactsArtifactExists.js +1 -1
  56. package/esm/mcp-server/tools/artifactsArtifactQuery.js +1 -1
  57. package/esm/mcp-server/tools/artifactsDownloadArtifact.js +1 -1
  58. package/esm/mcp-server/tools/artifactsRecordEvents.js +1 -1
  59. package/esm/mcp-server/tools/artifactsStatus.js +1 -1
  60. package/esm/mcp-server/tools/artifactsUploadArtifact.js +1 -1
  61. package/esm/mcp-server/tools/authenticationCreateAuthToken.js +1 -1
  62. package/esm/mcp-server/tools/authenticationDeleteAuthToken.js +1 -1
  63. package/esm/mcp-server/tools/authenticationExchangeSsoToken.js +1 -1
  64. package/esm/mcp-server/tools/authenticationGetAuthToken.js +1 -1
  65. package/esm/mcp-server/tools/authenticationListAuthTokens.js +1 -1
  66. package/esm/mcp-server/tools/certsGetCertById.js +1 -1
  67. package/esm/mcp-server/tools/certsIssueCert.js +1 -1
  68. package/esm/mcp-server/tools/certsRemoveCert.js +1 -1
  69. package/esm/mcp-server/tools/certsUploadCert.js +1 -1
  70. package/esm/mcp-server/tools/checksCreateCheck.js +1 -1
  71. package/esm/mcp-server/tools/checksGetAllChecks.js +1 -1
  72. package/esm/mcp-server/tools/checksGetCheck.js +1 -1
  73. package/esm/mcp-server/tools/checksRerequestCheck.js +1 -1
  74. package/esm/mcp-server/tools/checksUpdateCheck.js +1 -1
  75. package/esm/mcp-server/tools/deploymentsCancelDeployment.js +1 -1
  76. package/esm/mcp-server/tools/deploymentsCreateDeployment.js +1 -1
  77. package/esm/mcp-server/tools/deploymentsDeleteDeployment.js +1 -1
  78. package/esm/mcp-server/tools/deploymentsGetDeployment.js +1 -1
  79. package/esm/mcp-server/tools/deploymentsGetDeploymentEvents.js +1 -1
  80. package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.js +1 -1
  81. package/esm/mcp-server/tools/deploymentsGetDeployments.js +1 -1
  82. package/esm/mcp-server/tools/deploymentsListDeploymentFiles.js +1 -1
  83. package/esm/mcp-server/tools/deploymentsUpdateIntegrationDeploymentAction.js +1 -1
  84. package/esm/mcp-server/tools/deploymentsUploadFile.js +1 -1
  85. package/esm/mcp-server/tools/dnsCreateRecord.js +1 -1
  86. package/esm/mcp-server/tools/dnsGetRecords.js +1 -1
  87. package/esm/mcp-server/tools/dnsRemoveRecord.js +1 -1
  88. package/esm/mcp-server/tools/dnsUpdateRecord.js +1 -1
  89. package/esm/mcp-server/tools/domainsBuyDomain.js +1 -1
  90. package/esm/mcp-server/tools/domainsCheckDomainPrice.js +1 -1
  91. package/esm/mcp-server/tools/domainsCheckDomainStatus.js +1 -1
  92. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js +1 -1
  93. package/esm/mcp-server/tools/domainsDeleteDomain.js +1 -1
  94. package/esm/mcp-server/tools/domainsGetDomain.js +1 -1
  95. package/esm/mcp-server/tools/domainsGetDomainConfig.js +1 -1
  96. package/esm/mcp-server/tools/domainsGetDomainTransfer.js +1 -1
  97. package/esm/mcp-server/tools/domainsGetDomains.js +1 -1
  98. package/esm/mcp-server/tools/domainsPatchDomain.js +1 -1
  99. package/esm/mcp-server/tools/edgeConfigCreateEdgeConfig.js +1 -1
  100. package/esm/mcp-server/tools/edgeConfigCreateEdgeConfigToken.js +1 -1
  101. package/esm/mcp-server/tools/edgeConfigDeleteEdgeConfig.js +1 -1
  102. package/esm/mcp-server/tools/edgeConfigDeleteEdgeConfigSchema.js +1 -1
  103. package/esm/mcp-server/tools/edgeConfigDeleteEdgeConfigTokens.js +1 -1
  104. package/esm/mcp-server/tools/edgeConfigGetEdgeConfig.js +1 -1
  105. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigBackup.js +1 -1
  106. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigBackups.js +1 -1
  107. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigItem.js +1 -1
  108. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigItems.js +1 -1
  109. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigSchema.js +1 -1
  110. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigToken.js +1 -1
  111. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigTokens.js +1 -1
  112. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigs.js +1 -1
  113. package/esm/mcp-server/tools/edgeConfigPatchEdgeConfigSchema.js +1 -1
  114. package/esm/mcp-server/tools/edgeConfigUpdateEdgeConfig.js +1 -1
  115. package/esm/mcp-server/tools/environmentCreateCustomEnvironment.js +1 -1
  116. package/esm/mcp-server/tools/environmentGetCustomEnvironment.js +1 -1
  117. package/esm/mcp-server/tools/environmentGetV9ProjectsIdOrNameCustomEnvironments.js +1 -1
  118. package/esm/mcp-server/tools/environmentRemoveCustomEnvironment.js +1 -1
  119. package/esm/mcp-server/tools/environmentUpdateCustomEnvironment.js +1 -1
  120. package/esm/mcp-server/tools/integrationsDeleteConfiguration.js +1 -1
  121. package/esm/mcp-server/tools/integrationsGetConfiguration.js +1 -1
  122. package/esm/mcp-server/tools/integrationsGetConfigurations.js +1 -1
  123. package/esm/mcp-server/tools/integrationsGitNamespaces.js +1 -1
  124. package/esm/mcp-server/tools/integrationsSearchRepo.js +1 -1
  125. package/esm/mcp-server/tools/integrationsUpdateIntegrationDeploymentAction.js +1 -1
  126. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +1 -1
  127. package/esm/mcp-server/tools/logDrainsCreateLogDrain.js +1 -1
  128. package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js +1 -1
  129. package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.js +1 -1
  130. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +1 -1
  131. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +1 -1
  132. package/esm/mcp-server/tools/logDrainsGetIntegrationLogDrains.js +1 -1
  133. package/esm/mcp-server/tools/marketplaceCreateEvent.js +1 -1
  134. package/esm/mcp-server/tools/{marketplacePostV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItems.d.ts → marketplaceCreateInstallationIntegrationConfiguration.d.ts} +2 -2
  135. package/esm/mcp-server/tools/marketplaceCreateInstallationIntegrationConfiguration.d.ts.map +1 -0
  136. package/esm/mcp-server/tools/{marketplacePostV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItems.js → marketplaceCreateInstallationIntegrationConfiguration.js} +5 -5
  137. package/esm/mcp-server/tools/marketplaceCreateInstallationIntegrationConfiguration.js.map +1 -0
  138. package/esm/mcp-server/tools/{marketplaceHeadV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.d.ts → marketplaceCreateInstallationIntegrationEdgeConfig.d.ts} +2 -2
  139. package/esm/mcp-server/tools/marketplaceCreateInstallationIntegrationEdgeConfig.d.ts.map +1 -0
  140. package/esm/mcp-server/tools/{marketplaceHeadV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.js → marketplaceCreateInstallationIntegrationEdgeConfig.js} +5 -5
  141. package/esm/mcp-server/tools/marketplaceCreateInstallationIntegrationEdgeConfig.js.map +1 -0
  142. package/esm/mcp-server/tools/{marketplaceDeleteV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.d.ts → marketplaceDeleteInstallationIntegrationConfiguration.d.ts} +2 -2
  143. package/esm/mcp-server/tools/marketplaceDeleteInstallationIntegrationConfiguration.d.ts.map +1 -0
  144. package/esm/mcp-server/tools/{marketplaceDeleteV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.js → marketplaceDeleteInstallationIntegrationConfiguration.js} +5 -5
  145. package/esm/mcp-server/tools/marketplaceDeleteInstallationIntegrationConfiguration.js.map +1 -0
  146. package/esm/mcp-server/tools/marketplaceExchangeSsoToken.js +1 -1
  147. package/esm/mcp-server/tools/marketplaceGetAccountInfo.js +1 -1
  148. package/esm/mcp-server/tools/marketplaceGetInvoice.js +1 -1
  149. package/esm/mcp-server/tools/marketplaceGetMember.js +1 -1
  150. package/esm/mcp-server/tools/marketplaceImportResource.js +1 -1
  151. package/esm/mcp-server/tools/marketplaceSubmitBillingData.js +1 -1
  152. package/esm/mcp-server/tools/marketplaceSubmitInvoice.js +1 -1
  153. package/esm/mcp-server/tools/marketplaceSubmitPrepaymentBalances.js +1 -1
  154. package/esm/mcp-server/tools/{marketplacePatchV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.d.ts → marketplaceUpdateInstallationIntegrationConfiguration.d.ts} +2 -2
  155. package/esm/mcp-server/tools/marketplaceUpdateInstallationIntegrationConfiguration.d.ts.map +1 -0
  156. package/esm/mcp-server/tools/{marketplacePatchV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.js → marketplaceUpdateInstallationIntegrationConfiguration.js} +5 -5
  157. package/esm/mcp-server/tools/marketplaceUpdateInstallationIntegrationConfiguration.js.map +1 -0
  158. package/esm/mcp-server/tools/{marketplacePutV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.d.ts → marketplaceUpdateInstallationIntegrationEdgeConfig.d.ts} +2 -2
  159. package/esm/mcp-server/tools/marketplaceUpdateInstallationIntegrationEdgeConfig.d.ts.map +1 -0
  160. package/esm/mcp-server/tools/{marketplacePutV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.js → marketplaceUpdateInstallationIntegrationEdgeConfig.js} +5 -5
  161. package/esm/mcp-server/tools/marketplaceUpdateInstallationIntegrationEdgeConfig.js.map +1 -0
  162. package/esm/mcp-server/tools/marketplaceUpdateInvoice.js +1 -1
  163. package/esm/mcp-server/tools/marketplaceUpdateResourceSecrets.js +1 -1
  164. package/esm/mcp-server/tools/marketplaceUpdateResourceSecretsById.js +1 -1
  165. package/esm/mcp-server/tools/projectMembersAddProjectMember.js +1 -1
  166. package/esm/mcp-server/tools/projectMembersGetProjectMembers.js +1 -1
  167. package/esm/mcp-server/tools/projectMembersRemoveProjectMember.js +1 -1
  168. package/esm/mcp-server/tools/projectsAcceptProjectTransferRequest.js +1 -1
  169. package/esm/mcp-server/tools/projectsAddProjectDomain.js +1 -1
  170. package/esm/mcp-server/tools/projectsCreateProject.js +1 -1
  171. package/esm/mcp-server/tools/projectsCreateProjectEnv.js +1 -1
  172. package/esm/mcp-server/tools/projectsCreateProjectTransferRequest.js +1 -1
  173. package/esm/mcp-server/tools/projectsDeleteProject.js +1 -1
  174. package/esm/mcp-server/tools/projectsEditProjectEnv.js +1 -1
  175. package/esm/mcp-server/tools/projectsFilterProjectEnvs.js +1 -1
  176. package/esm/mcp-server/tools/projectsGetProjectDomain.js +1 -1
  177. package/esm/mcp-server/tools/projectsGetProjectDomains.js +1 -1
  178. package/esm/mcp-server/tools/projectsGetProjectEnv.js +1 -1
  179. package/esm/mcp-server/tools/projectsGetProjects.js +1 -1
  180. package/esm/mcp-server/tools/projectsListPromoteAliases.js +1 -1
  181. package/esm/mcp-server/tools/projectsRemoveProjectDomain.js +1 -1
  182. package/esm/mcp-server/tools/projectsRemoveProjectEnv.js +1 -1
  183. package/esm/mcp-server/tools/projectsRequestPromote.js +1 -1
  184. package/esm/mcp-server/tools/projectsUpdateProject.js +1 -1
  185. package/esm/mcp-server/tools/projectsUpdateProjectDataCache.js +1 -1
  186. package/esm/mcp-server/tools/projectsUpdateProjectDomain.js +1 -1
  187. package/esm/mcp-server/tools/projectsUpdateProjectProtectionBypass.js +1 -1
  188. package/esm/mcp-server/tools/projectsVerifyProjectDomain.js +1 -1
  189. package/esm/mcp-server/tools/securityAddBypassIp.js +1 -1
  190. package/esm/mcp-server/tools/securityGetActiveAttackStatus.js +1 -1
  191. package/esm/mcp-server/tools/securityGetBypassIp.js +1 -1
  192. package/esm/mcp-server/tools/securityGetFirewallConfig.js +1 -1
  193. package/esm/mcp-server/tools/securityRemoveBypassIp.js +1 -1
  194. package/esm/mcp-server/tools/securityUpdateAttackChallengeMode.js +1 -1
  195. package/esm/mcp-server/tools/securityUpdateFirewallConfig.js +1 -1
  196. package/esm/mcp-server/tools/teamsCreateTeam.js +1 -1
  197. package/esm/mcp-server/tools/teamsDeleteTeam.js +1 -1
  198. package/esm/mcp-server/tools/teamsDeleteTeamInviteCode.js +1 -1
  199. package/esm/mcp-server/tools/teamsGetTeam.js +1 -1
  200. package/esm/mcp-server/tools/teamsGetTeamAccessRequest.js +1 -1
  201. package/esm/mcp-server/tools/teamsGetTeamMembers.js +1 -1
  202. package/esm/mcp-server/tools/teamsGetTeams.js +1 -1
  203. package/esm/mcp-server/tools/teamsInviteUserToTeam.js +1 -1
  204. package/esm/mcp-server/tools/teamsJoinTeam.js +1 -1
  205. package/esm/mcp-server/tools/teamsPatchTeam.js +1 -1
  206. package/esm/mcp-server/tools/teamsRemoveTeamMember.js +1 -1
  207. package/esm/mcp-server/tools/teamsRequestAccessToTeam.js +1 -1
  208. package/esm/mcp-server/tools/teamsUpdateTeamMember.js +1 -1
  209. package/esm/mcp-server/tools/userGetAuthUser.js +1 -1
  210. package/esm/mcp-server/tools/userListUserEvents.js +1 -1
  211. package/esm/mcp-server/tools/userRequestDelete.js +1 -1
  212. package/esm/mcp-server/tools/webhooksCreateWebhook.js +1 -1
  213. package/esm/mcp-server/tools/webhooksDeleteWebhook.js +1 -1
  214. package/esm/mcp-server/tools/webhooksGetWebhook.js +1 -1
  215. package/esm/mcp-server/tools/webhooksGetWebhooks.js +1 -1
  216. package/esm/mcp-server/tools.d.ts.map +1 -1
  217. package/esm/mcp-server/tools.js +3 -0
  218. package/esm/mcp-server/tools.js.map +1 -1
  219. package/esm/models/authuser.d.ts +39 -3
  220. package/esm/models/authuser.d.ts.map +1 -1
  221. package/esm/models/authuser.js +28 -1
  222. package/esm/models/authuser.js.map +1 -1
  223. package/esm/models/createdeploymentop.d.ts +49 -49
  224. package/esm/models/createdeploymentop.d.ts.map +1 -1
  225. package/esm/models/createdeploymentop.js +19 -19
  226. package/esm/models/createdeploymentop.js.map +1 -1
  227. package/esm/models/createprojectop.d.ts +27 -27
  228. package/esm/models/createprojectop.js +9 -9
  229. package/esm/models/createprojectop.js.map +1 -1
  230. package/esm/models/getdeploymentsop.d.ts +24 -24
  231. package/esm/models/getdeploymentsop.js +8 -8
  232. package/esm/models/getdeploymentsop.js.map +1 -1
  233. package/esm/models/getdomainop.d.ts +5 -5
  234. package/esm/models/getdomainop.d.ts.map +1 -1
  235. package/esm/models/getdomainop.js +2 -2
  236. package/esm/models/getdomainop.js.map +1 -1
  237. package/esm/models/getprojectsop.d.ts +24 -24
  238. package/esm/models/getprojectsop.js +8 -8
  239. package/esm/models/getprojectsop.js.map +1 -1
  240. package/esm/models/inviteusertoteamop.d.ts +12 -0
  241. package/esm/models/inviteusertoteamop.d.ts.map +1 -1
  242. package/esm/models/inviteusertoteamop.js +4 -0
  243. package/esm/models/inviteusertoteamop.js.map +1 -1
  244. package/esm/models/teamlimited.d.ts +6 -0
  245. package/esm/models/teamlimited.d.ts.map +1 -1
  246. package/esm/models/teamlimited.js +2 -0
  247. package/esm/models/teamlimited.js.map +1 -1
  248. package/esm/models/updatefirewallconfigop.d.ts +2 -2
  249. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  250. package/esm/models/updatefirewallconfigop.js +2 -2
  251. package/esm/models/updatefirewallconfigop.js.map +1 -1
  252. package/esm/models/updateintegrationdeploymentactionop.d.ts +2 -2
  253. package/esm/models/updateintegrationdeploymentactionop.d.ts.map +1 -1
  254. package/esm/models/updateintegrationdeploymentactionop.js +2 -2
  255. package/esm/models/updateintegrationdeploymentactionop.js.map +1 -1
  256. package/esm/models/updateprojectdatacacheop.d.ts +24 -24
  257. package/esm/models/updateprojectdatacacheop.js +8 -8
  258. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  259. package/esm/models/updateprojectop.d.ts +48 -48
  260. package/esm/models/updateprojectop.js +16 -16
  261. package/esm/models/updateprojectop.js.map +1 -1
  262. package/esm/models/vercelbadrequesterror.d.ts +4 -4
  263. package/esm/models/vercelbadrequesterror.d.ts.map +1 -1
  264. package/esm/models/vercelbadrequesterror.js +4 -4
  265. package/esm/models/vercelbadrequesterror.js.map +1 -1
  266. package/esm/models/vercelforbiddenerror.d.ts +2 -2
  267. package/esm/models/vercelforbiddenerror.d.ts.map +1 -1
  268. package/esm/models/vercelforbiddenerror.js +2 -2
  269. package/esm/models/vercelforbiddenerror.js.map +1 -1
  270. package/esm/models/vercelnotfounderror.d.ts +4 -4
  271. package/esm/models/vercelnotfounderror.d.ts.map +1 -1
  272. package/esm/models/vercelnotfounderror.js +4 -4
  273. package/esm/models/vercelnotfounderror.js.map +1 -1
  274. package/esm/models/vercelratelimiterror.d.ts +2 -2
  275. package/esm/models/vercelratelimiterror.d.ts.map +1 -1
  276. package/esm/models/vercelratelimiterror.js +2 -2
  277. package/esm/models/vercelratelimiterror.js.map +1 -1
  278. package/esm/sdk/marketplace.d.ts +5 -5
  279. package/esm/sdk/marketplace.d.ts.map +1 -1
  280. package/esm/sdk/marketplace.js +15 -15
  281. package/esm/sdk/marketplace.js.map +1 -1
  282. package/jsr.json +1 -1
  283. package/package.json +1 -1
  284. package/src/__tests__/domains.test.ts +1 -1
  285. package/src/__tests__/marketplace.test.ts +22 -35
  286. package/src/funcs/{marketplacePostV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItems.ts → marketplaceCreateInstallationIntegrationConfiguration.ts} +1 -1
  287. package/src/funcs/{marketplaceHeadV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.ts → marketplaceCreateInstallationIntegrationEdgeConfig.ts} +1 -1
  288. package/src/funcs/{marketplaceDeleteV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.ts → marketplaceDeleteInstallationIntegrationConfiguration.ts} +1 -1
  289. package/src/funcs/{marketplacePatchV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.ts → marketplaceUpdateInstallationIntegrationConfiguration.ts} +1 -1
  290. package/src/funcs/{marketplacePutV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.ts → marketplaceUpdateInstallationIntegrationEdgeConfig.ts} +1 -1
  291. package/src/lib/config.ts +3 -3
  292. package/src/lib/sdks.ts +2 -7
  293. package/src/mcp-server/mcp-server.ts +1 -1
  294. package/src/mcp-server/server.ts +11 -31
  295. package/src/mcp-server/tools/accessGroupsCreateAccessGroup.ts +1 -1
  296. package/src/mcp-server/tools/accessGroupsCreateAccessGroupProject.ts +1 -1
  297. package/src/mcp-server/tools/accessGroupsDeleteAccessGroup.ts +1 -1
  298. package/src/mcp-server/tools/accessGroupsDeleteAccessGroupProject.ts +1 -1
  299. package/src/mcp-server/tools/accessGroupsListAccessGroupMembers.ts +1 -1
  300. package/src/mcp-server/tools/accessGroupsListAccessGroupProjects.ts +1 -1
  301. package/src/mcp-server/tools/accessGroupsListAccessGroups.ts +1 -1
  302. package/src/mcp-server/tools/accessGroupsReadAccessGroup.ts +1 -1
  303. package/src/mcp-server/tools/accessGroupsReadAccessGroupProject.ts +1 -1
  304. package/src/mcp-server/tools/accessGroupsUpdateAccessGroup.ts +1 -1
  305. package/src/mcp-server/tools/accessGroupsUpdateAccessGroupProject.ts +1 -1
  306. package/src/mcp-server/tools/aliasesAssignAlias.ts +1 -1
  307. package/src/mcp-server/tools/aliasesDeleteAlias.ts +1 -1
  308. package/src/mcp-server/tools/aliasesGetAlias.ts +1 -1
  309. package/src/mcp-server/tools/aliasesListAliases.ts +1 -1
  310. package/src/mcp-server/tools/aliasesListDeploymentAliases.ts +1 -1
  311. package/src/mcp-server/tools/apiExperimentationGetV1ExperimentationItems.ts +1 -1
  312. package/src/mcp-server/tools/artifactsArtifactExists.ts +1 -1
  313. package/src/mcp-server/tools/artifactsArtifactQuery.ts +1 -1
  314. package/src/mcp-server/tools/artifactsDownloadArtifact.ts +1 -1
  315. package/src/mcp-server/tools/artifactsRecordEvents.ts +1 -1
  316. package/src/mcp-server/tools/artifactsStatus.ts +1 -1
  317. package/src/mcp-server/tools/artifactsUploadArtifact.ts +1 -1
  318. package/src/mcp-server/tools/authenticationCreateAuthToken.ts +1 -1
  319. package/src/mcp-server/tools/authenticationDeleteAuthToken.ts +1 -1
  320. package/src/mcp-server/tools/authenticationExchangeSsoToken.ts +1 -1
  321. package/src/mcp-server/tools/authenticationGetAuthToken.ts +1 -1
  322. package/src/mcp-server/tools/authenticationListAuthTokens.ts +1 -1
  323. package/src/mcp-server/tools/certsGetCertById.ts +1 -1
  324. package/src/mcp-server/tools/certsIssueCert.ts +1 -1
  325. package/src/mcp-server/tools/certsRemoveCert.ts +1 -1
  326. package/src/mcp-server/tools/certsUploadCert.ts +1 -1
  327. package/src/mcp-server/tools/checksCreateCheck.ts +1 -1
  328. package/src/mcp-server/tools/checksGetAllChecks.ts +1 -1
  329. package/src/mcp-server/tools/checksGetCheck.ts +1 -1
  330. package/src/mcp-server/tools/checksRerequestCheck.ts +1 -1
  331. package/src/mcp-server/tools/checksUpdateCheck.ts +1 -1
  332. package/src/mcp-server/tools/deploymentsCancelDeployment.ts +1 -1
  333. package/src/mcp-server/tools/deploymentsCreateDeployment.ts +1 -1
  334. package/src/mcp-server/tools/deploymentsDeleteDeployment.ts +1 -1
  335. package/src/mcp-server/tools/deploymentsGetDeployment.ts +1 -1
  336. package/src/mcp-server/tools/deploymentsGetDeploymentEvents.ts +1 -1
  337. package/src/mcp-server/tools/deploymentsGetDeploymentFileContents.ts +1 -1
  338. package/src/mcp-server/tools/deploymentsGetDeployments.ts +1 -1
  339. package/src/mcp-server/tools/deploymentsListDeploymentFiles.ts +1 -1
  340. package/src/mcp-server/tools/deploymentsUpdateIntegrationDeploymentAction.ts +1 -1
  341. package/src/mcp-server/tools/deploymentsUploadFile.ts +1 -1
  342. package/src/mcp-server/tools/dnsCreateRecord.ts +1 -1
  343. package/src/mcp-server/tools/dnsGetRecords.ts +1 -1
  344. package/src/mcp-server/tools/dnsRemoveRecord.ts +1 -1
  345. package/src/mcp-server/tools/dnsUpdateRecord.ts +1 -1
  346. package/src/mcp-server/tools/domainsBuyDomain.ts +1 -1
  347. package/src/mcp-server/tools/domainsCheckDomainPrice.ts +1 -1
  348. package/src/mcp-server/tools/domainsCheckDomainStatus.ts +1 -1
  349. package/src/mcp-server/tools/domainsCreateOrTransferDomain.ts +1 -1
  350. package/src/mcp-server/tools/domainsDeleteDomain.ts +1 -1
  351. package/src/mcp-server/tools/domainsGetDomain.ts +1 -1
  352. package/src/mcp-server/tools/domainsGetDomainConfig.ts +1 -1
  353. package/src/mcp-server/tools/domainsGetDomainTransfer.ts +1 -1
  354. package/src/mcp-server/tools/domainsGetDomains.ts +1 -1
  355. package/src/mcp-server/tools/domainsPatchDomain.ts +1 -1
  356. package/src/mcp-server/tools/edgeConfigCreateEdgeConfig.ts +1 -1
  357. package/src/mcp-server/tools/edgeConfigCreateEdgeConfigToken.ts +1 -1
  358. package/src/mcp-server/tools/edgeConfigDeleteEdgeConfig.ts +1 -1
  359. package/src/mcp-server/tools/edgeConfigDeleteEdgeConfigSchema.ts +1 -1
  360. package/src/mcp-server/tools/edgeConfigDeleteEdgeConfigTokens.ts +1 -1
  361. package/src/mcp-server/tools/edgeConfigGetEdgeConfig.ts +1 -1
  362. package/src/mcp-server/tools/edgeConfigGetEdgeConfigBackup.ts +1 -1
  363. package/src/mcp-server/tools/edgeConfigGetEdgeConfigBackups.ts +1 -1
  364. package/src/mcp-server/tools/edgeConfigGetEdgeConfigItem.ts +1 -1
  365. package/src/mcp-server/tools/edgeConfigGetEdgeConfigItems.ts +1 -1
  366. package/src/mcp-server/tools/edgeConfigGetEdgeConfigSchema.ts +1 -1
  367. package/src/mcp-server/tools/edgeConfigGetEdgeConfigToken.ts +1 -1
  368. package/src/mcp-server/tools/edgeConfigGetEdgeConfigTokens.ts +1 -1
  369. package/src/mcp-server/tools/edgeConfigGetEdgeConfigs.ts +1 -1
  370. package/src/mcp-server/tools/edgeConfigPatchEdgeConfigSchema.ts +1 -1
  371. package/src/mcp-server/tools/edgeConfigUpdateEdgeConfig.ts +1 -1
  372. package/src/mcp-server/tools/environmentCreateCustomEnvironment.ts +1 -1
  373. package/src/mcp-server/tools/environmentGetCustomEnvironment.ts +1 -1
  374. package/src/mcp-server/tools/environmentGetV9ProjectsIdOrNameCustomEnvironments.ts +1 -1
  375. package/src/mcp-server/tools/environmentRemoveCustomEnvironment.ts +1 -1
  376. package/src/mcp-server/tools/environmentUpdateCustomEnvironment.ts +1 -1
  377. package/src/mcp-server/tools/integrationsDeleteConfiguration.ts +1 -1
  378. package/src/mcp-server/tools/integrationsGetConfiguration.ts +1 -1
  379. package/src/mcp-server/tools/integrationsGetConfigurations.ts +1 -1
  380. package/src/mcp-server/tools/integrationsGitNamespaces.ts +1 -1
  381. package/src/mcp-server/tools/integrationsSearchRepo.ts +1 -1
  382. package/src/mcp-server/tools/integrationsUpdateIntegrationDeploymentAction.ts +1 -1
  383. package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +1 -1
  384. package/src/mcp-server/tools/logDrainsCreateLogDrain.ts +1 -1
  385. package/src/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.ts +1 -1
  386. package/src/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.ts +1 -1
  387. package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +1 -1
  388. package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +1 -1
  389. package/src/mcp-server/tools/logDrainsGetIntegrationLogDrains.ts +1 -1
  390. package/src/mcp-server/tools/marketplaceCreateEvent.ts +1 -1
  391. package/src/mcp-server/tools/{marketplacePostV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItems.ts → marketplaceCreateInstallationIntegrationConfiguration.ts} +4 -7
  392. package/src/mcp-server/tools/{marketplaceHeadV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.ts → marketplaceCreateInstallationIntegrationEdgeConfig.ts} +4 -7
  393. package/src/mcp-server/tools/{marketplaceDeleteV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.ts → marketplaceDeleteInstallationIntegrationConfiguration.ts} +4 -7
  394. package/src/mcp-server/tools/marketplaceExchangeSsoToken.ts +1 -1
  395. package/src/mcp-server/tools/marketplaceGetAccountInfo.ts +1 -1
  396. package/src/mcp-server/tools/marketplaceGetInvoice.ts +1 -1
  397. package/src/mcp-server/tools/marketplaceGetMember.ts +1 -1
  398. package/src/mcp-server/tools/marketplaceImportResource.ts +1 -1
  399. package/src/mcp-server/tools/marketplaceSubmitBillingData.ts +1 -1
  400. package/src/mcp-server/tools/marketplaceSubmitInvoice.ts +1 -1
  401. package/src/mcp-server/tools/marketplaceSubmitPrepaymentBalances.ts +1 -1
  402. package/src/mcp-server/tools/{marketplacePatchV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.ts → marketplaceUpdateInstallationIntegrationConfiguration.ts} +4 -7
  403. package/src/mcp-server/tools/{marketplacePutV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.ts → marketplaceUpdateInstallationIntegrationEdgeConfig.ts} +4 -7
  404. package/src/mcp-server/tools/marketplaceUpdateInvoice.ts +1 -1
  405. package/src/mcp-server/tools/marketplaceUpdateResourceSecrets.ts +1 -1
  406. package/src/mcp-server/tools/marketplaceUpdateResourceSecretsById.ts +1 -1
  407. package/src/mcp-server/tools/projectMembersAddProjectMember.ts +1 -1
  408. package/src/mcp-server/tools/projectMembersGetProjectMembers.ts +1 -1
  409. package/src/mcp-server/tools/projectMembersRemoveProjectMember.ts +1 -1
  410. package/src/mcp-server/tools/projectsAcceptProjectTransferRequest.ts +1 -1
  411. package/src/mcp-server/tools/projectsAddProjectDomain.ts +1 -1
  412. package/src/mcp-server/tools/projectsCreateProject.ts +1 -1
  413. package/src/mcp-server/tools/projectsCreateProjectEnv.ts +1 -1
  414. package/src/mcp-server/tools/projectsCreateProjectTransferRequest.ts +1 -1
  415. package/src/mcp-server/tools/projectsDeleteProject.ts +1 -1
  416. package/src/mcp-server/tools/projectsEditProjectEnv.ts +1 -1
  417. package/src/mcp-server/tools/projectsFilterProjectEnvs.ts +1 -1
  418. package/src/mcp-server/tools/projectsGetProjectDomain.ts +1 -1
  419. package/src/mcp-server/tools/projectsGetProjectDomains.ts +1 -1
  420. package/src/mcp-server/tools/projectsGetProjectEnv.ts +1 -1
  421. package/src/mcp-server/tools/projectsGetProjects.ts +1 -1
  422. package/src/mcp-server/tools/projectsListPromoteAliases.ts +1 -1
  423. package/src/mcp-server/tools/projectsRemoveProjectDomain.ts +1 -1
  424. package/src/mcp-server/tools/projectsRemoveProjectEnv.ts +1 -1
  425. package/src/mcp-server/tools/projectsRequestPromote.ts +1 -1
  426. package/src/mcp-server/tools/projectsUpdateProject.ts +1 -1
  427. package/src/mcp-server/tools/projectsUpdateProjectDataCache.ts +1 -1
  428. package/src/mcp-server/tools/projectsUpdateProjectDomain.ts +1 -1
  429. package/src/mcp-server/tools/projectsUpdateProjectProtectionBypass.ts +1 -1
  430. package/src/mcp-server/tools/projectsVerifyProjectDomain.ts +1 -1
  431. package/src/mcp-server/tools/securityAddBypassIp.ts +1 -1
  432. package/src/mcp-server/tools/securityGetActiveAttackStatus.ts +1 -1
  433. package/src/mcp-server/tools/securityGetBypassIp.ts +1 -1
  434. package/src/mcp-server/tools/securityGetFirewallConfig.ts +1 -1
  435. package/src/mcp-server/tools/securityRemoveBypassIp.ts +1 -1
  436. package/src/mcp-server/tools/securityUpdateAttackChallengeMode.ts +1 -1
  437. package/src/mcp-server/tools/securityUpdateFirewallConfig.ts +1 -1
  438. package/src/mcp-server/tools/teamsCreateTeam.ts +1 -1
  439. package/src/mcp-server/tools/teamsDeleteTeam.ts +1 -1
  440. package/src/mcp-server/tools/teamsDeleteTeamInviteCode.ts +1 -1
  441. package/src/mcp-server/tools/teamsGetTeam.ts +1 -1
  442. package/src/mcp-server/tools/teamsGetTeamAccessRequest.ts +1 -1
  443. package/src/mcp-server/tools/teamsGetTeamMembers.ts +1 -1
  444. package/src/mcp-server/tools/teamsGetTeams.ts +1 -1
  445. package/src/mcp-server/tools/teamsInviteUserToTeam.ts +1 -1
  446. package/src/mcp-server/tools/teamsJoinTeam.ts +1 -1
  447. package/src/mcp-server/tools/teamsPatchTeam.ts +1 -1
  448. package/src/mcp-server/tools/teamsRemoveTeamMember.ts +1 -1
  449. package/src/mcp-server/tools/teamsRequestAccessToTeam.ts +1 -1
  450. package/src/mcp-server/tools/teamsUpdateTeamMember.ts +1 -1
  451. package/src/mcp-server/tools/userGetAuthUser.ts +1 -1
  452. package/src/mcp-server/tools/userListUserEvents.ts +1 -1
  453. package/src/mcp-server/tools/userRequestDelete.ts +1 -1
  454. package/src/mcp-server/tools/webhooksCreateWebhook.ts +1 -1
  455. package/src/mcp-server/tools/webhooksDeleteWebhook.ts +1 -1
  456. package/src/mcp-server/tools/webhooksGetWebhook.ts +1 -1
  457. package/src/mcp-server/tools/webhooksGetWebhooks.ts +1 -1
  458. package/src/mcp-server/tools.ts +4 -0
  459. package/src/models/authuser.ts +72 -1
  460. package/src/models/createdeploymentop.ts +23 -23
  461. package/src/models/createprojectop.ts +9 -9
  462. package/src/models/getdeploymentsop.ts +8 -8
  463. package/src/models/getdomainop.ts +7 -7
  464. package/src/models/getprojectsop.ts +8 -8
  465. package/src/models/inviteusertoteamop.ts +4 -0
  466. package/src/models/teamlimited.ts +2 -0
  467. package/src/models/updatefirewallconfigop.ts +4 -6
  468. package/src/models/updateintegrationdeploymentactionop.ts +4 -4
  469. package/src/models/updateprojectdatacacheop.ts +8 -8
  470. package/src/models/updateprojectop.ts +16 -16
  471. package/src/models/vercelbadrequesterror.ts +8 -17
  472. package/src/models/vercelforbiddenerror.ts +4 -4
  473. package/src/models/vercelnotfounderror.ts +8 -10
  474. package/src/models/vercelratelimiterror.ts +4 -4
  475. package/src/sdk/marketplace.ts +35 -55
  476. package/vercel-spec.json +73 -76
  477. package/esm/funcs/marketplaceDeleteV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.d.ts.map +0 -1
  478. package/esm/funcs/marketplaceDeleteV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.js.map +0 -1
  479. package/esm/funcs/marketplaceHeadV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.d.ts.map +0 -1
  480. package/esm/funcs/marketplaceHeadV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.js.map +0 -1
  481. package/esm/funcs/marketplacePatchV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.d.ts.map +0 -1
  482. package/esm/funcs/marketplacePatchV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.js.map +0 -1
  483. package/esm/funcs/marketplacePostV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItems.d.ts.map +0 -1
  484. package/esm/funcs/marketplacePostV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItems.js.map +0 -1
  485. package/esm/funcs/marketplacePutV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.d.ts.map +0 -1
  486. package/esm/funcs/marketplacePutV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.js.map +0 -1
  487. package/esm/mcp-server/tools/marketplaceDeleteV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.d.ts.map +0 -1
  488. package/esm/mcp-server/tools/marketplaceDeleteV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.js.map +0 -1
  489. package/esm/mcp-server/tools/marketplaceHeadV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.d.ts.map +0 -1
  490. package/esm/mcp-server/tools/marketplaceHeadV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.js.map +0 -1
  491. package/esm/mcp-server/tools/marketplacePatchV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.d.ts.map +0 -1
  492. package/esm/mcp-server/tools/marketplacePatchV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.js.map +0 -1
  493. package/esm/mcp-server/tools/marketplacePostV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItems.d.ts.map +0 -1
  494. package/esm/mcp-server/tools/marketplacePostV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItems.js.map +0 -1
  495. package/esm/mcp-server/tools/marketplacePutV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.d.ts.map +0 -1
  496. package/esm/mcp-server/tools/marketplacePutV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.js.map +0 -1
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$marketplaceSubmitInvoice: ToolDefinition<typeof args> = {
14
- name: "marketplace_submit-invoice",
14
+ name: "marketplace-submit-invoice",
15
15
  description: `Submit Invoice
16
16
 
17
17
  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/>`,
@@ -13,7 +13,7 @@ const args = {
13
13
  export const tool$marketplaceSubmitPrepaymentBalances: ToolDefinition<
14
14
  typeof args
15
15
  > = {
16
- name: "marketplace_submit-prepayment-balances",
16
+ name: "marketplace-submit-prepayment-balances",
17
17
  description: `Submit Prepayment Balances
18
18
 
19
19
  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.`,
@@ -2,9 +2,7 @@
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
- import {
6
- marketplacePatchV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId,
7
- } from "../../funcs/marketplacePatchV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId.js";
5
+ import { marketplaceUpdateInstallationIntegrationConfiguration } from "../../funcs/marketplaceUpdateInstallationIntegrationConfiguration.js";
8
6
  import {
9
7
  PatchV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemIdRequest$inboundSchema,
10
8
  } from "../../models/patchv1installationsintegrationconfigurationidresourcesresourceidexperimentationitemsitemidop.js";
@@ -15,17 +13,16 @@ const args = {
15
13
  PatchV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemIdRequest$inboundSchema,
16
14
  };
17
15
 
18
- export const tool$marketplacePatchV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId:
16
+ export const tool$marketplaceUpdateInstallationIntegrationConfiguration:
19
17
  ToolDefinition<typeof args> = {
20
- name:
21
- "marketplace_patch-v1-installations-integration-configuration-id-resources-resource-id-experimentation-items-item-id",
18
+ name: "marketplace-update-installation-integration-configuration",
22
19
  description: `Patch an existing experimentation item
23
20
 
24
21
  Patch an existing experimentation item`,
25
22
  args,
26
23
  tool: async (client, args, ctx) => {
27
24
  const [result, apiCall] =
28
- await marketplacePatchV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItemsItemId(
25
+ await marketplaceUpdateInstallationIntegrationConfiguration(
29
26
  client,
30
27
  args.request,
31
28
  { fetchOptions: { signal: ctx.signal } },
@@ -2,9 +2,7 @@
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
- import {
6
- marketplacePutV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig,
7
- } from "../../funcs/marketplacePutV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig.js";
5
+ import { marketplaceUpdateInstallationIntegrationEdgeConfig } from "../../funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js";
8
6
  import {
9
7
  PutV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfigRequest$inboundSchema,
10
8
  } from "../../models/putv1installationsintegrationconfigurationidresourcesresourceidexperimentationedgeconfigop.js";
@@ -15,17 +13,16 @@ const args = {
15
13
  PutV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfigRequest$inboundSchema,
16
14
  };
17
15
 
18
- export const tool$marketplacePutV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig:
16
+ export const tool$marketplaceUpdateInstallationIntegrationEdgeConfig:
19
17
  ToolDefinition<typeof args> = {
20
- name:
21
- "marketplace_put-v1-installations-integration-configuration-id-resources-resource-id-experimentation-edge-config",
18
+ name: "marketplace-update-installation-integration-edge-config",
22
19
  description: `Push data into a user-provided Edge Config
23
20
 
24
21
  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.`,
25
22
  args,
26
23
  tool: async (client, args, ctx) => {
27
24
  const [result, apiCall] =
28
- await marketplacePutV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig(
25
+ await marketplaceUpdateInstallationIntegrationEdgeConfig(
29
26
  client,
30
27
  args.request,
31
28
  { fetchOptions: { signal: ctx.signal } },
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$marketplaceUpdateInvoice: ToolDefinition<typeof args> = {
14
- name: "marketplace_update-invoice",
14
+ name: "marketplace-update-invoice",
15
15
  description: `Invoice Actions
16
16
 
17
17
  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).`,
@@ -13,7 +13,7 @@ const args = {
13
13
  export const tool$marketplaceUpdateResourceSecrets: ToolDefinition<
14
14
  typeof args
15
15
  > = {
16
- name: "marketplace_update-resource-secrets",
16
+ name: "marketplace-update-resource-secrets",
17
17
  description: `Update Resource Secrets (Deprecated)
18
18
 
19
19
  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/>`,
@@ -13,7 +13,7 @@ const args = {
13
13
  export const tool$marketplaceUpdateResourceSecretsById: ToolDefinition<
14
14
  typeof args
15
15
  > = {
16
- name: "marketplace_update-resource-secrets-by-id",
16
+ name: "marketplace-update-resource-secrets-by-id",
17
17
  description: `Update Resource Secrets
18
18
 
19
19
  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/>`,
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$projectMembersAddProjectMember: ToolDefinition<typeof args> =
14
14
  {
15
- name: "project-members_add-project-member",
15
+ name: "project-members-add-project-member",
16
16
  description: `Adds a new member to a project.
17
17
 
18
18
  Adds a new member to the project.`,
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$projectMembersGetProjectMembers: ToolDefinition<typeof args> =
14
14
  {
15
- name: "project-members_get-project-members",
15
+ name: "project-members-get-project-members",
16
16
  description: `List project members
17
17
 
18
18
  Lists all members of a project.`,
@@ -13,7 +13,7 @@ const args = {
13
13
  export const tool$projectMembersRemoveProjectMember: ToolDefinition<
14
14
  typeof args
15
15
  > = {
16
- name: "project-members_remove-project-member",
16
+ name: "project-members-remove-project-member",
17
17
  description: `Remove a Project Member
18
18
 
19
19
  Remove a member from a specific project`,
@@ -13,7 +13,7 @@ const args = {
13
13
  export const tool$projectsAcceptProjectTransferRequest: ToolDefinition<
14
14
  typeof args
15
15
  > = {
16
- name: "projects_accept-project-transfer-request",
16
+ name: "projects-accept-project-transfer-request",
17
17
  description: `Accept project transfer request
18
18
 
19
19
  Accept a project transfer request initated by another team. <br/> The \`code\` is generated using the \`POST /projects/:idOrName/transfer-request\` endpoint.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$projectsAddProjectDomain: ToolDefinition<typeof args> = {
14
- name: "projects_add-project-domain",
14
+ name: "projects-add-project-domain",
15
15
  description: `Add a domain to a project
16
16
 
17
17
  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.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$projectsCreateProject: ToolDefinition<typeof args> = {
14
- name: "projects_create-project",
14
+ name: "projects-create-project",
15
15
  description: `Create a new project
16
16
 
17
17
  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.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$projectsCreateProjectEnv: ToolDefinition<typeof args> = {
14
- name: "projects_create-project-env",
14
+ name: "projects-create-project-env",
15
15
  description: `Create one or more environment variables
16
16
 
17
17
  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.`,
@@ -13,7 +13,7 @@ const args = {
13
13
  export const tool$projectsCreateProjectTransferRequest: ToolDefinition<
14
14
  typeof args
15
15
  > = {
16
- name: "projects_create-project-transfer-request",
16
+ name: "projects-create-project-transfer-request",
17
17
  description: `Create project transfer request
18
18
 
19
19
  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.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$projectsDeleteProject: ToolDefinition<typeof args> = {
14
- name: "projects_delete-project",
14
+ name: "projects-delete-project",
15
15
  description: `Delete a Project
16
16
 
17
17
  Delete a specific project by passing either the project \`id\` or \`name\` in the URL.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$projectsEditProjectEnv: ToolDefinition<typeof args> = {
14
- name: "projects_edit-project-env",
14
+ name: "projects-edit-project-env",
15
15
  description: `Edit an environment variable
16
16
 
17
17
  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.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$projectsFilterProjectEnvs: ToolDefinition<typeof args> = {
14
- name: "projects_filter-project-envs",
14
+ name: "projects-filter-project-envs",
15
15
  description: `Retrieve the environment variables of a project by id or name
16
16
 
17
17
  Retrieve the environment variables for a given project by passing either the project \`id\` or \`name\` in the URL.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$projectsGetProjectDomain: ToolDefinition<typeof args> = {
14
- name: "projects_get-project-domain",
14
+ name: "projects-get-project-domain",
15
15
  description: `Get a project domain
16
16
 
17
17
  Get project domain by project id/name and domain name.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$projectsGetProjectDomains: ToolDefinition<typeof args> = {
14
- name: "projects_get-project-domains",
14
+ name: "projects-get-project-domains",
15
15
  description: `Retrieve project domains by project by id or name
16
16
 
17
17
  Retrieve the domains associated with a given project by passing either the project \`id\` or \`name\` in the URL.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$projectsGetProjectEnv: ToolDefinition<typeof args> = {
14
- name: "projects_get-project-env",
14
+ name: "projects-get-project-env",
15
15
  description:
16
16
  `Retrieve the decrypted value of an environment variable of a project by id
17
17
 
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$projectsGetProjects: ToolDefinition<typeof args> = {
14
- name: "projects_get-projects",
14
+ name: "projects-get-projects",
15
15
  description: `Retrieve a list of projects
16
16
 
17
17
  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.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$projectsListPromoteAliases: ToolDefinition<typeof args> = {
14
- name: "projects_list-promote-aliases",
14
+ name: "projects-list-promote-aliases",
15
15
  description: `Gets a list of aliases with status for the current promote
16
16
 
17
17
  Get a list of aliases related to the last promote request with their mapping status`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$projectsRemoveProjectDomain: ToolDefinition<typeof args> = {
14
- name: "projects_remove-project-domain",
14
+ name: "projects-remove-project-domain",
15
15
  description: `Remove a domain from a project
16
16
 
17
17
  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.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$projectsRemoveProjectEnv: ToolDefinition<typeof args> = {
14
- name: "projects_remove-project-env",
14
+ name: "projects-remove-project-env",
15
15
  description: `Remove an environment variable
16
16
 
17
17
  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.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$projectsRequestPromote: ToolDefinition<typeof args> = {
14
- name: "projects_request-promote",
14
+ name: "projects-request-promote",
15
15
  description: `Points all production domains for a project to the given deploy
16
16
 
17
17
  Allows users to promote a deployment to production. Note: This does NOT rebuild the deployment. If you need that, then call create-deployments endpoint.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$projectsUpdateProject: ToolDefinition<typeof args> = {
14
- name: "projects_update-project",
14
+ name: "projects-update-project",
15
15
  description: `Update an existing project
16
16
 
17
17
  Update the fields of a project using either its \`name\` or \`id\`.`,
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$projectsUpdateProjectDataCache: ToolDefinition<typeof args> =
14
14
  {
15
- name: "projects_update-project-data-cache",
15
+ name: "projects-update-project-data-cache",
16
16
  description: `Update the data cache feature
17
17
 
18
18
  Update the data cache feature on a project.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$projectsUpdateProjectDomain: ToolDefinition<typeof args> = {
14
- name: "projects_update-project-domain",
14
+ name: "projects-update-project-domain",
15
15
  description: `Update a project domain
16
16
 
17
17
  Update a project domain's configuration, including the name, git branch and redirect of the domain.`,
@@ -13,7 +13,7 @@ const args = {
13
13
  export const tool$projectsUpdateProjectProtectionBypass: ToolDefinition<
14
14
  typeof args
15
15
  > = {
16
- name: "projects_update-project-protection-bypass",
16
+ name: "projects-update-project-protection-bypass",
17
17
  description: `Update Protection Bypass for Automation
18
18
 
19
19
  Update the deployment protection automation bypass for a project`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$projectsVerifyProjectDomain: ToolDefinition<typeof args> = {
14
- name: "projects_verify-project-domain",
14
+ name: "projects-verify-project-domain",
15
15
  description: `Verify project domain
16
16
 
17
17
  Attempts to verify a project domain with \`verified = false\` by checking the correctness of the project domain's \`verification\` challenge.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$securityAddBypassIp: ToolDefinition<typeof args> = {
14
- name: "security_add-bypass-ip",
14
+ name: "security-add-bypass-ip",
15
15
  description: `Create System Bypass Rule
16
16
 
17
17
  Create new system bypass rules`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$securityGetActiveAttackStatus: ToolDefinition<typeof args> = {
14
- name: "security_get-active-attack-status",
14
+ name: "security-get-active-attack-status",
15
15
  description: `Read active attack data
16
16
 
17
17
  Retrieve active attack data within the last 24h window`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$securityGetBypassIp: ToolDefinition<typeof args> = {
14
- name: "security_get-bypass-ip",
14
+ name: "security-get-bypass-ip",
15
15
  description: `Read System Bypass
16
16
 
17
17
  Retrieve the system bypass rules configured for the specified project`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$securityGetFirewallConfig: ToolDefinition<typeof args> = {
14
- name: "security_get-firewall-config",
14
+ name: "security-get-firewall-config",
15
15
  description: `Read Firewall Configuration
16
16
 
17
17
  Retrieve the specified firewall configuration for a project. The deployed configVersion will be \`active\``,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$securityRemoveBypassIp: ToolDefinition<typeof args> = {
14
- name: "security_remove-bypass-ip",
14
+ name: "security-remove-bypass-ip",
15
15
  description: `Remove System Bypass Rule
16
16
 
17
17
  Remove system bypass rules`,
@@ -13,7 +13,7 @@ const args = {
13
13
  export const tool$securityUpdateAttackChallengeMode: ToolDefinition<
14
14
  typeof args
15
15
  > = {
16
- name: "security_update-attack-challenge-mode",
16
+ name: "security-update-attack-challenge-mode",
17
17
  description: `Update Attack Challenge mode
18
18
 
19
19
  Update the setting for determining if the project has Attack Challenge mode enabled.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$securityUpdateFirewallConfig: ToolDefinition<typeof args> = {
14
- name: "security_update-firewall-config",
14
+ name: "security-update-firewall-config",
15
15
  description: `Update Firewall Configuration
16
16
 
17
17
  Process updates to modify the existing firewall config for a project`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$teamsCreateTeam: ToolDefinition<typeof args> = {
14
- name: "teams_create-team",
14
+ name: "teams-create-team",
15
15
  description: `Create a Team
16
16
 
17
17
  Create a new Team under your account. You need to send a POST request with the desired Team slug, and optionally the Team name.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$teamsDeleteTeam: ToolDefinition<typeof args> = {
14
- name: "teams_delete-team",
14
+ name: "teams-delete-team",
15
15
  description: `Delete a Team
16
16
 
17
17
  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.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$teamsDeleteTeamInviteCode: ToolDefinition<typeof args> = {
14
- name: "teams_delete-team-invite-code",
14
+ name: "teams-delete-team-invite-code",
15
15
  description: `Delete a Team invite code
16
16
 
17
17
  Delete an active Team invite code.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$teamsGetTeam: ToolDefinition<typeof args> = {
14
- name: "teams_get-team",
14
+ name: "teams-get-team",
15
15
  description: `Get a Team
16
16
 
17
17
  Get information for the Team specified by the \`teamId\` parameter.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$teamsGetTeamAccessRequest: ToolDefinition<typeof args> = {
14
- name: "teams_get-team-access-request",
14
+ name: "teams-get-team-access-request",
15
15
  description: `Get access request status
16
16
 
17
17
  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.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$teamsGetTeamMembers: ToolDefinition<typeof args> = {
14
- name: "teams_get-team-members",
14
+ name: "teams-get-team-members",
15
15
  description: `List team members
16
16
 
17
17
  Get a paginated list of team members for the provided team.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$teamsGetTeams: ToolDefinition<typeof args> = {
14
- name: "teams_get-teams",
14
+ name: "teams-get-teams",
15
15
  description: `List all teams
16
16
 
17
17
  Get a paginated list of all the Teams the authenticated User is a member of.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$teamsInviteUserToTeam: ToolDefinition<typeof args> = {
14
- name: "teams_invite-user-to-team",
14
+ name: "teams-invite-user-to-team",
15
15
  description: `Invite a user
16
16
 
17
17
  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.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$teamsJoinTeam: ToolDefinition<typeof args> = {
14
- name: "teams_join-team",
14
+ name: "teams-join-team",
15
15
  description: `Join a team
16
16
 
17
17
  Join a team with a provided invite code or team ID.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$teamsPatchTeam: ToolDefinition<typeof args> = {
14
- name: "teams_patch-team",
14
+ name: "teams-patch-team",
15
15
  description: `Update a Team
16
16
 
17
17
  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.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$teamsRemoveTeamMember: ToolDefinition<typeof args> = {
14
- name: "teams_remove-team-member",
14
+ name: "teams-remove-team-member",
15
15
  description: `Remove a Team Member
16
16
 
17
17
  Remove a Team Member from the Team, or dismiss a user that requested access, or leave a team.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$teamsRequestAccessToTeam: ToolDefinition<typeof args> = {
14
- name: "teams_request-access-to-team",
14
+ name: "teams-request-access-to-team",
15
15
  description: `Request access to a team
16
16
 
17
17
  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.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$teamsUpdateTeamMember: ToolDefinition<typeof args> = {
14
- name: "teams_update-team-member",
14
+ name: "teams-update-team-member",
15
15
  description: `Update a Team Member
16
16
 
17
17
  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.`,
@@ -6,7 +6,7 @@ import { userGetAuthUser } from "../../funcs/userGetAuthUser.js";
6
6
  import { formatResult, ToolDefinition } from "../tools.js";
7
7
 
8
8
  export const tool$userGetAuthUser: ToolDefinition = {
9
- name: "user_get-auth-user",
9
+ name: "user-get-auth-user",
10
10
  description: `Get the User
11
11
 
12
12
  Retrieves information related to the currently authenticated User.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$userListUserEvents: ToolDefinition<typeof args> = {
14
- name: "user_list-user-events",
14
+ name: "user-list-user-events",
15
15
  description: `List User Events
16
16
 
17
17
  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.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$userRequestDelete: ToolDefinition<typeof args> = {
14
- name: "user_request-delete",
14
+ name: "user-request-delete",
15
15
  description: `Delete User Account
16
16
 
17
17
  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.`,
@@ -11,7 +11,7 @@ const args = {
11
11
  };
12
12
 
13
13
  export const tool$webhooksCreateWebhook: ToolDefinition<typeof args> = {
14
- name: "webhooks_create-webhook",
14
+ name: "webhooks-create-webhook",
15
15
  description: `Creates a webhook
16
16
 
17
17
  Creates a webhook`,