@vercel/sdk 1.13.3 → 1.13.5
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.
- package/README.md +59 -50
- package/bin/mcp-server.js +1946 -2334
- package/bin/mcp-server.js.map +265 -253
- package/docs/sdks/accessgroups/README.md +33 -55
- package/docs/sdks/aliases/README.md +18 -36
- package/docs/sdks/artifacts/README.md +18 -32
- package/docs/sdks/authentication/README.md +15 -27
- package/docs/sdks/certs/README.md +12 -23
- package/docs/sdks/checks/README.md +15 -30
- package/docs/sdks/deployments/README.md +30 -56
- package/docs/sdks/dns/README.md +12 -24
- package/docs/sdks/domains/README.md +41 -67
- package/docs/sdks/domainsregistrar/README.md +132 -116
- package/docs/sdks/edgecache/README.md +6 -12
- package/docs/sdks/edgeconfig/README.md +51 -100
- package/docs/sdks/environment/README.md +15 -26
- package/docs/sdks/integrations/README.md +24 -47
- package/docs/sdks/logdrains/README.md +9 -16
- package/docs/sdks/logs/README.md +3 -5
- package/docs/sdks/marketplace/README.md +60 -119
- package/docs/sdks/projectmembers/README.md +9 -15
- package/docs/sdks/projects/README.md +79 -145
- package/docs/sdks/rollingrelease/README.md +21 -42
- package/docs/sdks/security/README.md +24 -48
- package/docs/sdks/teams/README.md +39 -73
- package/docs/sdks/user/README.md +9 -15
- package/docs/sdks/webhooks/README.md +12 -20
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +7 -5
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/accessGroupsCreateAccessGroup.d.ts +1 -3
- package/esm/funcs/accessGroupsCreateAccessGroup.d.ts.map +1 -1
- package/esm/funcs/accessGroupsCreateAccessGroup.js +1 -6
- package/esm/funcs/accessGroupsCreateAccessGroup.js.map +1 -1
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts +1 -3
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts.map +1 -1
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js +1 -6
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js.map +1 -1
- package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts +1 -3
- package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts.map +1 -1
- package/esm/funcs/accessGroupsDeleteAccessGroup.js +2 -7
- package/esm/funcs/accessGroupsDeleteAccessGroup.js.map +1 -1
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts +1 -3
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts.map +1 -1
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.js +2 -7
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.js.map +1 -1
- package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts +1 -3
- package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts.map +1 -1
- package/esm/funcs/accessGroupsListAccessGroupMembers.js +1 -6
- package/esm/funcs/accessGroupsListAccessGroupMembers.js.map +1 -1
- package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts +1 -3
- package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts.map +1 -1
- package/esm/funcs/accessGroupsListAccessGroupProjects.js +1 -6
- package/esm/funcs/accessGroupsListAccessGroupProjects.js.map +1 -1
- package/esm/funcs/accessGroupsListAccessGroups.d.ts +1 -3
- package/esm/funcs/accessGroupsListAccessGroups.d.ts.map +1 -1
- package/esm/funcs/accessGroupsListAccessGroups.js +1 -6
- package/esm/funcs/accessGroupsListAccessGroups.js.map +1 -1
- package/esm/funcs/accessGroupsReadAccessGroup.d.ts +1 -3
- package/esm/funcs/accessGroupsReadAccessGroup.d.ts.map +1 -1
- package/esm/funcs/accessGroupsReadAccessGroup.js +1 -6
- package/esm/funcs/accessGroupsReadAccessGroup.js.map +1 -1
- package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts +1 -3
- package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts.map +1 -1
- package/esm/funcs/accessGroupsReadAccessGroupProject.js +1 -6
- package/esm/funcs/accessGroupsReadAccessGroupProject.js.map +1 -1
- package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts +1 -3
- package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts.map +1 -1
- package/esm/funcs/accessGroupsUpdateAccessGroup.js +1 -6
- package/esm/funcs/accessGroupsUpdateAccessGroup.js.map +1 -1
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts +1 -3
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts.map +1 -1
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.js +1 -6
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.js.map +1 -1
- package/esm/funcs/aliasesAssignAlias.d.ts +1 -4
- package/esm/funcs/aliasesAssignAlias.d.ts.map +1 -1
- package/esm/funcs/aliasesAssignAlias.js +1 -7
- package/esm/funcs/aliasesAssignAlias.js.map +1 -1
- package/esm/funcs/aliasesDeleteAlias.d.ts +1 -4
- package/esm/funcs/aliasesDeleteAlias.d.ts.map +1 -1
- package/esm/funcs/aliasesDeleteAlias.js +1 -7
- package/esm/funcs/aliasesDeleteAlias.js.map +1 -1
- package/esm/funcs/aliasesGetAlias.d.ts +1 -4
- package/esm/funcs/aliasesGetAlias.d.ts.map +1 -1
- package/esm/funcs/aliasesGetAlias.js +1 -7
- package/esm/funcs/aliasesGetAlias.js.map +1 -1
- package/esm/funcs/aliasesListAliases.d.ts +1 -4
- package/esm/funcs/aliasesListAliases.d.ts.map +1 -1
- package/esm/funcs/aliasesListAliases.js +1 -7
- package/esm/funcs/aliasesListAliases.js.map +1 -1
- package/esm/funcs/aliasesListDeploymentAliases.d.ts +1 -4
- package/esm/funcs/aliasesListDeploymentAliases.d.ts.map +1 -1
- package/esm/funcs/aliasesListDeploymentAliases.js +1 -7
- package/esm/funcs/aliasesListDeploymentAliases.js.map +1 -1
- package/esm/funcs/aliasesPatchUrlProtectionBypass.d.ts +1 -4
- package/esm/funcs/aliasesPatchUrlProtectionBypass.d.ts.map +1 -1
- package/esm/funcs/aliasesPatchUrlProtectionBypass.js +1 -7
- package/esm/funcs/aliasesPatchUrlProtectionBypass.js.map +1 -1
- package/esm/funcs/artifactsArtifactExists.d.ts +1 -4
- package/esm/funcs/artifactsArtifactExists.d.ts.map +1 -1
- package/esm/funcs/artifactsArtifactExists.js +2 -8
- package/esm/funcs/artifactsArtifactExists.js.map +1 -1
- package/esm/funcs/artifactsArtifactQuery.d.ts +1 -3
- package/esm/funcs/artifactsArtifactQuery.d.ts.map +1 -1
- package/esm/funcs/artifactsArtifactQuery.js +1 -6
- package/esm/funcs/artifactsArtifactQuery.js.map +1 -1
- package/esm/funcs/artifactsDownloadArtifact.d.ts +1 -4
- package/esm/funcs/artifactsDownloadArtifact.d.ts.map +1 -1
- package/esm/funcs/artifactsDownloadArtifact.js +1 -7
- package/esm/funcs/artifactsDownloadArtifact.js.map +1 -1
- package/esm/funcs/artifactsRecordEvents.d.ts +1 -3
- package/esm/funcs/artifactsRecordEvents.d.ts.map +1 -1
- package/esm/funcs/artifactsRecordEvents.js +2 -7
- package/esm/funcs/artifactsRecordEvents.js.map +1 -1
- package/esm/funcs/artifactsStatus.d.ts +1 -3
- package/esm/funcs/artifactsStatus.d.ts.map +1 -1
- package/esm/funcs/artifactsStatus.js +1 -6
- package/esm/funcs/artifactsStatus.js.map +1 -1
- package/esm/funcs/artifactsUploadArtifact.d.ts +1 -3
- package/esm/funcs/artifactsUploadArtifact.d.ts.map +1 -1
- package/esm/funcs/artifactsUploadArtifact.js +1 -6
- package/esm/funcs/artifactsUploadArtifact.js.map +1 -1
- package/esm/funcs/authenticationCreateAuthToken.d.ts +1 -3
- package/esm/funcs/authenticationCreateAuthToken.d.ts.map +1 -1
- package/esm/funcs/authenticationCreateAuthToken.js +1 -6
- package/esm/funcs/authenticationCreateAuthToken.js.map +1 -1
- package/esm/funcs/authenticationDeleteAuthToken.d.ts +1 -4
- package/esm/funcs/authenticationDeleteAuthToken.d.ts.map +1 -1
- package/esm/funcs/authenticationDeleteAuthToken.js +1 -7
- package/esm/funcs/authenticationDeleteAuthToken.js.map +1 -1
- package/esm/funcs/authenticationGetAuthToken.d.ts +1 -4
- package/esm/funcs/authenticationGetAuthToken.d.ts.map +1 -1
- package/esm/funcs/authenticationGetAuthToken.js +1 -7
- package/esm/funcs/authenticationGetAuthToken.js.map +1 -1
- package/esm/funcs/authenticationListAuthTokens.d.ts +1 -3
- package/esm/funcs/authenticationListAuthTokens.d.ts.map +1 -1
- package/esm/funcs/authenticationListAuthTokens.js +1 -6
- package/esm/funcs/authenticationListAuthTokens.js.map +1 -1
- package/esm/funcs/certsGetCertById.d.ts +1 -4
- package/esm/funcs/certsGetCertById.d.ts.map +1 -1
- package/esm/funcs/certsGetCertById.js +1 -7
- package/esm/funcs/certsGetCertById.js.map +1 -1
- package/esm/funcs/certsIssueCert.d.ts +1 -4
- package/esm/funcs/certsIssueCert.d.ts.map +1 -1
- package/esm/funcs/certsIssueCert.js +1 -7
- package/esm/funcs/certsIssueCert.js.map +1 -1
- package/esm/funcs/certsRemoveCert.d.ts +1 -4
- package/esm/funcs/certsRemoveCert.d.ts.map +1 -1
- package/esm/funcs/certsRemoveCert.js +1 -7
- package/esm/funcs/certsRemoveCert.js.map +1 -1
- package/esm/funcs/certsUploadCert.d.ts +1 -3
- package/esm/funcs/certsUploadCert.d.ts.map +1 -1
- package/esm/funcs/certsUploadCert.js +1 -6
- package/esm/funcs/certsUploadCert.js.map +1 -1
- package/esm/funcs/checksCreateCheck.d.ts +1 -4
- package/esm/funcs/checksCreateCheck.d.ts.map +1 -1
- package/esm/funcs/checksCreateCheck.js +1 -7
- package/esm/funcs/checksCreateCheck.js.map +1 -1
- package/esm/funcs/checksGetAllChecks.d.ts +1 -4
- package/esm/funcs/checksGetAllChecks.d.ts.map +1 -1
- package/esm/funcs/checksGetAllChecks.js +1 -7
- package/esm/funcs/checksGetAllChecks.js.map +1 -1
- package/esm/funcs/checksGetCheck.d.ts +1 -4
- package/esm/funcs/checksGetCheck.d.ts.map +1 -1
- package/esm/funcs/checksGetCheck.js +1 -7
- package/esm/funcs/checksGetCheck.js.map +1 -1
- package/esm/funcs/checksRerequestCheck.d.ts +1 -4
- package/esm/funcs/checksRerequestCheck.d.ts.map +1 -1
- package/esm/funcs/checksRerequestCheck.js +1 -7
- package/esm/funcs/checksRerequestCheck.js.map +1 -1
- package/esm/funcs/checksUpdateCheck.d.ts +1 -4
- package/esm/funcs/checksUpdateCheck.d.ts.map +1 -1
- package/esm/funcs/checksUpdateCheck.js +1 -7
- package/esm/funcs/checksUpdateCheck.js.map +1 -1
- package/esm/funcs/deploymentsCancelDeployment.d.ts +1 -4
- package/esm/funcs/deploymentsCancelDeployment.d.ts.map +1 -1
- package/esm/funcs/deploymentsCancelDeployment.js +1 -7
- package/esm/funcs/deploymentsCancelDeployment.js.map +1 -1
- package/esm/funcs/deploymentsCreateDeployment.d.ts +1 -4
- package/esm/funcs/deploymentsCreateDeployment.d.ts.map +1 -1
- package/esm/funcs/deploymentsCreateDeployment.js +1 -7
- package/esm/funcs/deploymentsCreateDeployment.js.map +1 -1
- package/esm/funcs/deploymentsDeleteDeployment.d.ts +1 -4
- package/esm/funcs/deploymentsDeleteDeployment.d.ts.map +1 -1
- package/esm/funcs/deploymentsDeleteDeployment.js +1 -7
- package/esm/funcs/deploymentsDeleteDeployment.js.map +1 -1
- package/esm/funcs/deploymentsGetDeployment.d.ts +1 -3
- package/esm/funcs/deploymentsGetDeployment.d.ts.map +1 -1
- package/esm/funcs/deploymentsGetDeployment.js +1 -6
- package/esm/funcs/deploymentsGetDeployment.js.map +1 -1
- package/esm/funcs/deploymentsGetDeploymentEvents.d.ts +1 -3
- package/esm/funcs/deploymentsGetDeploymentEvents.d.ts.map +1 -1
- package/esm/funcs/deploymentsGetDeploymentEvents.js +1 -6
- package/esm/funcs/deploymentsGetDeploymentEvents.js.map +1 -1
- package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts +1 -4
- package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +1 -1
- package/esm/funcs/deploymentsGetDeploymentFileContents.js +2 -8
- package/esm/funcs/deploymentsGetDeploymentFileContents.js.map +1 -1
- package/esm/funcs/deploymentsGetDeployments.d.ts +1 -4
- package/esm/funcs/deploymentsGetDeployments.d.ts.map +1 -1
- package/esm/funcs/deploymentsGetDeployments.js +1 -7
- package/esm/funcs/deploymentsGetDeployments.js.map +1 -1
- package/esm/funcs/deploymentsListDeploymentFiles.d.ts +1 -4
- package/esm/funcs/deploymentsListDeploymentFiles.d.ts.map +1 -1
- package/esm/funcs/deploymentsListDeploymentFiles.js +1 -7
- package/esm/funcs/deploymentsListDeploymentFiles.js.map +1 -1
- package/esm/funcs/deploymentsUpdateIntegrationDeploymentAction.d.ts +1 -3
- package/esm/funcs/deploymentsUpdateIntegrationDeploymentAction.d.ts.map +1 -1
- package/esm/funcs/deploymentsUpdateIntegrationDeploymentAction.js +2 -7
- package/esm/funcs/deploymentsUpdateIntegrationDeploymentAction.js.map +1 -1
- package/esm/funcs/deploymentsUploadFile.d.ts +1 -3
- package/esm/funcs/deploymentsUploadFile.d.ts.map +1 -1
- package/esm/funcs/deploymentsUploadFile.js +1 -6
- package/esm/funcs/deploymentsUploadFile.js.map +1 -1
- package/esm/funcs/dnsCreateRecord.d.ts +1 -4
- package/esm/funcs/dnsCreateRecord.d.ts.map +1 -1
- package/esm/funcs/dnsCreateRecord.js +1 -7
- package/esm/funcs/dnsCreateRecord.js.map +1 -1
- package/esm/funcs/dnsGetRecords.d.ts +1 -4
- package/esm/funcs/dnsGetRecords.d.ts.map +1 -1
- package/esm/funcs/dnsGetRecords.js +1 -7
- package/esm/funcs/dnsGetRecords.js.map +1 -1
- package/esm/funcs/dnsRemoveRecord.d.ts +1 -4
- package/esm/funcs/dnsRemoveRecord.d.ts.map +1 -1
- package/esm/funcs/dnsRemoveRecord.js +1 -7
- package/esm/funcs/dnsRemoveRecord.js.map +1 -1
- package/esm/funcs/dnsUpdateRecord.d.ts +1 -4
- package/esm/funcs/dnsUpdateRecord.d.ts.map +1 -1
- package/esm/funcs/dnsUpdateRecord.js +1 -7
- package/esm/funcs/dnsUpdateRecord.js.map +1 -1
- package/esm/funcs/domainsBuyDomain.d.ts +3 -6
- package/esm/funcs/domainsBuyDomain.d.ts.map +1 -1
- package/esm/funcs/domainsBuyDomain.js +3 -9
- package/esm/funcs/domainsBuyDomain.js.map +1 -1
- package/esm/funcs/domainsCheckDomainPrice.d.ts +3 -6
- package/esm/funcs/domainsCheckDomainPrice.d.ts.map +1 -1
- package/esm/funcs/domainsCheckDomainPrice.js +3 -9
- package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
- package/esm/funcs/domainsCheckDomainStatus.d.ts +3 -5
- package/esm/funcs/domainsCheckDomainStatus.d.ts.map +1 -1
- package/esm/funcs/domainsCheckDomainStatus.js +3 -8
- package/esm/funcs/domainsCheckDomainStatus.js.map +1 -1
- package/esm/funcs/domainsCreateOrTransferDomain.d.ts +3 -6
- package/esm/funcs/domainsCreateOrTransferDomain.d.ts.map +1 -1
- package/esm/funcs/domainsCreateOrTransferDomain.js +3 -9
- package/esm/funcs/domainsCreateOrTransferDomain.js.map +1 -1
- package/esm/funcs/domainsDeleteDomain.d.ts +1 -4
- package/esm/funcs/domainsDeleteDomain.d.ts.map +1 -1
- package/esm/funcs/domainsDeleteDomain.js +1 -7
- package/esm/funcs/domainsDeleteDomain.js.map +1 -1
- package/esm/funcs/domainsGetDomain.d.ts +1 -4
- package/esm/funcs/domainsGetDomain.d.ts.map +1 -1
- package/esm/funcs/domainsGetDomain.js +1 -7
- package/esm/funcs/domainsGetDomain.js.map +1 -1
- package/esm/funcs/domainsGetDomainConfig.d.ts +1 -3
- package/esm/funcs/domainsGetDomainConfig.d.ts.map +1 -1
- package/esm/funcs/domainsGetDomainConfig.js +1 -6
- package/esm/funcs/domainsGetDomainConfig.js.map +1 -1
- package/esm/funcs/domainsGetDomainTransfer.d.ts +3 -5
- package/esm/funcs/domainsGetDomainTransfer.d.ts.map +1 -1
- package/esm/funcs/domainsGetDomainTransfer.js +3 -8
- package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
- package/esm/funcs/domainsGetDomains.d.ts +1 -3
- package/esm/funcs/domainsGetDomains.d.ts.map +1 -1
- package/esm/funcs/domainsGetDomains.js +1 -6
- package/esm/funcs/domainsGetDomains.js.map +1 -1
- package/esm/funcs/domainsPatchDomain.d.ts +2 -5
- package/esm/funcs/domainsPatchDomain.d.ts.map +1 -1
- package/esm/funcs/domainsPatchDomain.js +2 -8
- package/esm/funcs/domainsPatchDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarBuyDomains.d.ts +7 -8
- package/esm/funcs/domainsRegistrarBuyDomains.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarBuyDomains.js +7 -8
- package/esm/funcs/domainsRegistrarBuyDomains.js.map +1 -1
- package/esm/funcs/domainsRegistrarBuySingleDomain.d.ts +5 -6
- package/esm/funcs/domainsRegistrarBuySingleDomain.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarBuySingleDomain.js +5 -6
- package/esm/funcs/domainsRegistrarBuySingleDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +8 -6
- package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarGetBulkAvailability.js +9 -7
- package/esm/funcs/domainsRegistrarGetBulkAvailability.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.d.ts +7 -6
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +8 -7
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.d.ts +7 -8
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +7 -8
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAvailability.d.ts +10 -8
- package/esm/funcs/domainsRegistrarGetDomainAvailability.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAvailability.js +11 -9
- package/esm/funcs/domainsRegistrarGetDomainAvailability.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainPrice.d.ts +6 -5
- package/esm/funcs/domainsRegistrarGetDomainPrice.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainPrice.js +7 -6
- package/esm/funcs/domainsRegistrarGetDomainPrice.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.d.ts +8 -8
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +8 -8
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetOrder.d.ts +8 -8
- package/esm/funcs/domainsRegistrarGetOrder.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarGetOrder.js +8 -8
- package/esm/funcs/domainsRegistrarGetOrder.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +8 -7
- package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarGetSupportedTlds.js +9 -8
- package/esm/funcs/domainsRegistrarGetSupportedTlds.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetTldPrice.d.ts +7 -7
- package/esm/funcs/domainsRegistrarGetTldPrice.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarGetTldPrice.js +8 -8
- package/esm/funcs/domainsRegistrarGetTldPrice.js.map +1 -1
- package/esm/funcs/domainsRegistrarRenewDomain.d.ts +6 -7
- package/esm/funcs/domainsRegistrarRenewDomain.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarRenewDomain.js +6 -7
- package/esm/funcs/domainsRegistrarRenewDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarTransferInDomain.d.ts +7 -8
- package/esm/funcs/domainsRegistrarTransferInDomain.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarTransferInDomain.js +7 -8
- package/esm/funcs/domainsRegistrarTransferInDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.d.ts +8 -9
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +8 -9
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -1
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.d.ts +8 -9
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +8 -9
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js.map +1 -1
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts +1 -4
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts.map +1 -1
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js +2 -8
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js.map +1 -1
- package/esm/funcs/edgeCacheInvalidateByTags.d.ts +1 -4
- package/esm/funcs/edgeCacheInvalidateByTags.d.ts.map +1 -1
- package/esm/funcs/edgeCacheInvalidateByTags.js +2 -8
- package/esm/funcs/edgeCacheInvalidateByTags.js.map +1 -1
- package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts +1 -3
- package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts.map +1 -1
- package/esm/funcs/edgeConfigCreateEdgeConfig.js +1 -6
- package/esm/funcs/edgeConfigCreateEdgeConfig.js.map +1 -1
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts +1 -4
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts.map +1 -1
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.js +1 -7
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts +1 -4
- package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfig.js +2 -8
- package/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts +1 -4
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +2 -8
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts +1 -4
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +2 -8
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfig.d.ts +1 -4
- package/esm/funcs/edgeConfigGetEdgeConfig.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfig.js +1 -7
- package/esm/funcs/edgeConfigGetEdgeConfig.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts +1 -4
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.js +1 -7
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts +1 -4
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.js +1 -7
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts +1 -4
- package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItem.js +1 -7
- package/esm/funcs/edgeConfigGetEdgeConfigItem.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts +1 -4
- package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItems.js +1 -7
- package/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts +1 -4
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.js +1 -7
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts +1 -4
- package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigToken.js +1 -7
- package/esm/funcs/edgeConfigGetEdgeConfigToken.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts +1 -4
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.js +1 -7
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts +1 -3
- package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigs.js +1 -6
- package/esm/funcs/edgeConfigGetEdgeConfigs.js.map +1 -1
- package/esm/funcs/edgeConfigPatchEdgeConfigItems.d.ts +1 -4
- package/esm/funcs/edgeConfigPatchEdgeConfigItems.d.ts.map +1 -1
- package/esm/funcs/edgeConfigPatchEdgeConfigItems.js +1 -7
- package/esm/funcs/edgeConfigPatchEdgeConfigItems.js.map +1 -1
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts +1 -4
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts.map +1 -1
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +1 -7
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +1 -1
- package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts +1 -4
- package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts.map +1 -1
- package/esm/funcs/edgeConfigUpdateEdgeConfig.js +1 -7
- package/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +1 -1
- package/esm/funcs/environmentCreateCustomEnvironment.d.ts +1 -3
- package/esm/funcs/environmentCreateCustomEnvironment.d.ts.map +1 -1
- package/esm/funcs/environmentCreateCustomEnvironment.js +1 -6
- package/esm/funcs/environmentCreateCustomEnvironment.js.map +1 -1
- package/esm/funcs/environmentGetCustomEnvironment.d.ts +1 -4
- package/esm/funcs/environmentGetCustomEnvironment.d.ts.map +1 -1
- package/esm/funcs/environmentGetCustomEnvironment.js +1 -7
- package/esm/funcs/environmentGetCustomEnvironment.js.map +1 -1
- package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.d.ts +1 -3
- package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.d.ts.map +1 -1
- package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.js +1 -6
- package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.js.map +1 -1
- package/esm/funcs/environmentRemoveCustomEnvironment.d.ts +1 -3
- package/esm/funcs/environmentRemoveCustomEnvironment.d.ts.map +1 -1
- package/esm/funcs/environmentRemoveCustomEnvironment.js +1 -6
- package/esm/funcs/environmentRemoveCustomEnvironment.js.map +1 -1
- package/esm/funcs/environmentUpdateCustomEnvironment.d.ts +1 -3
- package/esm/funcs/environmentUpdateCustomEnvironment.d.ts.map +1 -1
- package/esm/funcs/environmentUpdateCustomEnvironment.js +1 -6
- package/esm/funcs/environmentUpdateCustomEnvironment.js.map +1 -1
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts +1 -4
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -1
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.js +2 -8
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.js.map +1 -1
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts +1 -5
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -1
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.js +1 -8
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.js.map +1 -1
- package/esm/funcs/integrationsDeleteConfiguration.d.ts +1 -4
- package/esm/funcs/integrationsDeleteConfiguration.d.ts.map +1 -1
- package/esm/funcs/integrationsDeleteConfiguration.js +2 -8
- package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -1
- package/esm/funcs/integrationsGetBillingPlans.d.ts +1 -4
- package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -1
- package/esm/funcs/integrationsGetBillingPlans.js +1 -7
- package/esm/funcs/integrationsGetBillingPlans.js.map +1 -1
- package/esm/funcs/integrationsGetConfiguration.d.ts +1 -4
- package/esm/funcs/integrationsGetConfiguration.d.ts.map +1 -1
- package/esm/funcs/integrationsGetConfiguration.js +1 -7
- package/esm/funcs/integrationsGetConfiguration.js.map +1 -1
- package/esm/funcs/integrationsGetConfigurationProducts.d.ts +1 -4
- package/esm/funcs/integrationsGetConfigurationProducts.d.ts.map +1 -1
- package/esm/funcs/integrationsGetConfigurationProducts.js +1 -7
- package/esm/funcs/integrationsGetConfigurationProducts.js.map +1 -1
- package/esm/funcs/integrationsGetConfigurations.d.ts +1 -3
- package/esm/funcs/integrationsGetConfigurations.d.ts.map +1 -1
- package/esm/funcs/integrationsGetConfigurations.js +1 -6
- package/esm/funcs/integrationsGetConfigurations.js.map +1 -1
- package/esm/funcs/logDrainsCreateLogDrain.d.ts +1 -3
- package/esm/funcs/logDrainsCreateLogDrain.d.ts.map +1 -1
- package/esm/funcs/logDrainsCreateLogDrain.js +1 -6
- package/esm/funcs/logDrainsCreateLogDrain.js.map +1 -1
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +1 -4
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts.map +1 -1
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +2 -8
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js.map +1 -1
- package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts +1 -3
- package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts.map +1 -1
- package/esm/funcs/logDrainsGetIntegrationLogDrains.js +1 -6
- package/esm/funcs/logDrainsGetIntegrationLogDrains.js.map +1 -1
- package/esm/funcs/logsGetRuntimeLogs.d.ts +1 -3
- package/esm/funcs/logsGetRuntimeLogs.d.ts.map +1 -1
- package/esm/funcs/logsGetRuntimeLogs.js +1 -6
- package/esm/funcs/logsGetRuntimeLogs.js.map +1 -1
- package/esm/funcs/marketplaceCreateEvent.d.ts +1 -4
- package/esm/funcs/marketplaceCreateEvent.d.ts.map +1 -1
- package/esm/funcs/marketplaceCreateEvent.js +2 -8
- package/esm/funcs/marketplaceCreateEvent.js.map +1 -1
- package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.d.ts +1 -4
- package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.d.ts.map +1 -1
- package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.js +2 -8
- package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.js.map +1 -1
- package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.d.ts +1 -4
- package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.d.ts.map +1 -1
- package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.js +1 -7
- package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.js.map +1 -1
- package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.d.ts +1 -4
- package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.d.ts.map +1 -1
- package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.js +2 -8
- package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.js.map +1 -1
- package/esm/funcs/marketplaceDeleteIntegrationResource.d.ts +1 -4
- package/esm/funcs/marketplaceDeleteIntegrationResource.d.ts.map +1 -1
- package/esm/funcs/marketplaceDeleteIntegrationResource.js +2 -8
- package/esm/funcs/marketplaceDeleteIntegrationResource.js.map +1 -1
- package/esm/funcs/marketplaceExchangeSsoToken.d.ts +1 -3
- package/esm/funcs/marketplaceExchangeSsoToken.d.ts.map +1 -1
- package/esm/funcs/marketplaceExchangeSsoToken.js +1 -6
- package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -1
- package/esm/funcs/marketplaceGetAccountInfo.d.ts +1 -4
- package/esm/funcs/marketplaceGetAccountInfo.d.ts.map +1 -1
- package/esm/funcs/marketplaceGetAccountInfo.js +1 -7
- package/esm/funcs/marketplaceGetAccountInfo.js.map +1 -1
- package/esm/funcs/marketplaceGetIntegrationResource.d.ts +1 -4
- package/esm/funcs/marketplaceGetIntegrationResource.d.ts.map +1 -1
- package/esm/funcs/marketplaceGetIntegrationResource.js +1 -7
- package/esm/funcs/marketplaceGetIntegrationResource.js.map +1 -1
- package/esm/funcs/marketplaceGetIntegrationResources.d.ts +1 -4
- package/esm/funcs/marketplaceGetIntegrationResources.d.ts.map +1 -1
- package/esm/funcs/marketplaceGetIntegrationResources.js +1 -7
- package/esm/funcs/marketplaceGetIntegrationResources.js.map +1 -1
- package/esm/funcs/marketplaceGetInvoice.d.ts +1 -4
- package/esm/funcs/marketplaceGetInvoice.d.ts.map +1 -1
- package/esm/funcs/marketplaceGetInvoice.js +1 -7
- package/esm/funcs/marketplaceGetInvoice.js.map +1 -1
- package/esm/funcs/marketplaceGetMember.d.ts +1 -4
- package/esm/funcs/marketplaceGetMember.d.ts.map +1 -1
- package/esm/funcs/marketplaceGetMember.js +1 -7
- package/esm/funcs/marketplaceGetMember.js.map +1 -1
- package/esm/funcs/marketplaceImportResource.d.ts +1 -4
- package/esm/funcs/marketplaceImportResource.d.ts.map +1 -1
- package/esm/funcs/marketplaceImportResource.js +1 -7
- package/esm/funcs/marketplaceImportResource.js.map +1 -1
- package/esm/funcs/marketplaceSubmitBillingData.d.ts +1 -4
- package/esm/funcs/marketplaceSubmitBillingData.d.ts.map +1 -1
- package/esm/funcs/marketplaceSubmitBillingData.js +2 -8
- package/esm/funcs/marketplaceSubmitBillingData.js.map +1 -1
- package/esm/funcs/marketplaceSubmitInvoice.d.ts +1 -4
- package/esm/funcs/marketplaceSubmitInvoice.d.ts.map +1 -1
- package/esm/funcs/marketplaceSubmitInvoice.js +1 -7
- package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -1
- package/esm/funcs/marketplaceSubmitPrepaymentBalances.d.ts +1 -4
- package/esm/funcs/marketplaceSubmitPrepaymentBalances.d.ts.map +1 -1
- package/esm/funcs/marketplaceSubmitPrepaymentBalances.js +2 -8
- package/esm/funcs/marketplaceSubmitPrepaymentBalances.js.map +1 -1
- package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.d.ts +1 -4
- package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.d.ts.map +1 -1
- package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.js +2 -8
- package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.js.map +1 -1
- package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.d.ts +1 -4
- package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.d.ts.map +1 -1
- package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js +1 -7
- package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js.map +1 -1
- package/esm/funcs/marketplaceUpdateInvoice.d.ts +1 -4
- package/esm/funcs/marketplaceUpdateInvoice.d.ts.map +1 -1
- package/esm/funcs/marketplaceUpdateInvoice.js +2 -8
- package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts +1 -4
- package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -8
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecretsById.d.ts +1 -4
- package/esm/funcs/marketplaceUpdateResourceSecretsById.d.ts.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecretsById.js +2 -8
- package/esm/funcs/marketplaceUpdateResourceSecretsById.js.map +1 -1
- package/esm/funcs/projectMembersAddProjectMember.d.ts +1 -3
- package/esm/funcs/projectMembersAddProjectMember.d.ts.map +1 -1
- package/esm/funcs/projectMembersAddProjectMember.js +1 -6
- package/esm/funcs/projectMembersAddProjectMember.js.map +1 -1
- package/esm/funcs/projectMembersGetProjectMembers.d.ts +1 -3
- package/esm/funcs/projectMembersGetProjectMembers.d.ts.map +1 -1
- package/esm/funcs/projectMembersGetProjectMembers.js +1 -6
- package/esm/funcs/projectMembersGetProjectMembers.js.map +1 -1
- package/esm/funcs/projectMembersRemoveProjectMember.d.ts +1 -3
- package/esm/funcs/projectMembersRemoveProjectMember.d.ts.map +1 -1
- package/esm/funcs/projectMembersRemoveProjectMember.js +1 -6
- package/esm/funcs/projectMembersRemoveProjectMember.js.map +1 -1
- package/esm/funcs/projectsAcceptProjectTransferRequest.d.ts +1 -4
- package/esm/funcs/projectsAcceptProjectTransferRequest.d.ts.map +1 -1
- package/esm/funcs/projectsAcceptProjectTransferRequest.js +1 -7
- package/esm/funcs/projectsAcceptProjectTransferRequest.js.map +1 -1
- package/esm/funcs/projectsAddProjectDomain.d.ts +1 -3
- package/esm/funcs/projectsAddProjectDomain.d.ts.map +1 -1
- package/esm/funcs/projectsAddProjectDomain.js +1 -6
- package/esm/funcs/projectsAddProjectDomain.js.map +1 -1
- package/esm/funcs/projectsBatchRemoveProjectEnv.d.ts +1 -4
- package/esm/funcs/projectsBatchRemoveProjectEnv.d.ts.map +1 -1
- package/esm/funcs/projectsBatchRemoveProjectEnv.js +1 -7
- package/esm/funcs/projectsBatchRemoveProjectEnv.js.map +1 -1
- package/esm/funcs/projectsCreateProject.d.ts +1 -5
- package/esm/funcs/projectsCreateProject.d.ts.map +1 -1
- package/esm/funcs/projectsCreateProject.js +1 -8
- package/esm/funcs/projectsCreateProject.js.map +1 -1
- package/esm/funcs/projectsCreateProjectEnv.d.ts +1 -5
- package/esm/funcs/projectsCreateProjectEnv.d.ts.map +1 -1
- package/esm/funcs/projectsCreateProjectEnv.js +1 -8
- package/esm/funcs/projectsCreateProjectEnv.js.map +1 -1
- package/esm/funcs/projectsCreateProjectTransferRequest.d.ts +1 -3
- package/esm/funcs/projectsCreateProjectTransferRequest.d.ts.map +1 -1
- package/esm/funcs/projectsCreateProjectTransferRequest.js +1 -6
- package/esm/funcs/projectsCreateProjectTransferRequest.js.map +1 -1
- package/esm/funcs/projectsDeleteProject.d.ts +1 -3
- package/esm/funcs/projectsDeleteProject.d.ts.map +1 -1
- package/esm/funcs/projectsDeleteProject.js +2 -7
- package/esm/funcs/projectsDeleteProject.js.map +1 -1
- package/esm/funcs/projectsEditProjectEnv.d.ts +1 -5
- package/esm/funcs/projectsEditProjectEnv.d.ts.map +1 -1
- package/esm/funcs/projectsEditProjectEnv.js +1 -8
- package/esm/funcs/projectsEditProjectEnv.js.map +1 -1
- package/esm/funcs/projectsFilterProjectEnvs.d.ts +1 -3
- package/esm/funcs/projectsFilterProjectEnvs.d.ts.map +1 -1
- package/esm/funcs/projectsFilterProjectEnvs.js +1 -6
- package/esm/funcs/projectsFilterProjectEnvs.js.map +1 -1
- package/esm/funcs/projectsGetProjectDomain.d.ts +1 -3
- package/esm/funcs/projectsGetProjectDomain.d.ts.map +1 -1
- package/esm/funcs/projectsGetProjectDomain.js +1 -6
- package/esm/funcs/projectsGetProjectDomain.js.map +1 -1
- package/esm/funcs/projectsGetProjectDomains.d.ts +1 -3
- package/esm/funcs/projectsGetProjectDomains.d.ts.map +1 -1
- package/esm/funcs/projectsGetProjectDomains.js +1 -6
- package/esm/funcs/projectsGetProjectDomains.js.map +1 -1
- package/esm/funcs/projectsGetProjectEnv.d.ts +1 -3
- package/esm/funcs/projectsGetProjectEnv.d.ts.map +1 -1
- package/esm/funcs/projectsGetProjectEnv.js +1 -6
- package/esm/funcs/projectsGetProjectEnv.js.map +1 -1
- package/esm/funcs/projectsGetProjects.d.ts +1 -3
- package/esm/funcs/projectsGetProjects.d.ts.map +1 -1
- package/esm/funcs/projectsGetProjects.js +1 -6
- package/esm/funcs/projectsGetProjects.js.map +1 -1
- package/esm/funcs/projectsListPromoteAliases.d.ts +1 -4
- package/esm/funcs/projectsListPromoteAliases.d.ts.map +1 -1
- package/esm/funcs/projectsListPromoteAliases.js +1 -7
- package/esm/funcs/projectsListPromoteAliases.js.map +1 -1
- package/esm/funcs/projectsMoveProjectDomain.d.ts +1 -3
- package/esm/funcs/projectsMoveProjectDomain.d.ts.map +1 -1
- package/esm/funcs/projectsMoveProjectDomain.js +1 -6
- package/esm/funcs/projectsMoveProjectDomain.js.map +1 -1
- package/esm/funcs/projectsPauseProject.d.ts +1 -3
- package/esm/funcs/projectsPauseProject.d.ts.map +1 -1
- package/esm/funcs/projectsPauseProject.js +2 -7
- package/esm/funcs/projectsPauseProject.js.map +1 -1
- package/esm/funcs/projectsRemoveProjectDomain.d.ts +1 -4
- package/esm/funcs/projectsRemoveProjectDomain.d.ts.map +1 -1
- package/esm/funcs/projectsRemoveProjectDomain.js +1 -7
- package/esm/funcs/projectsRemoveProjectDomain.js.map +1 -1
- package/esm/funcs/projectsRemoveProjectEnv.d.ts +1 -4
- package/esm/funcs/projectsRemoveProjectEnv.d.ts.map +1 -1
- package/esm/funcs/projectsRemoveProjectEnv.js +1 -7
- package/esm/funcs/projectsRemoveProjectEnv.js.map +1 -1
- package/esm/funcs/projectsRequestPromote.d.ts +1 -3
- package/esm/funcs/projectsRequestPromote.d.ts.map +1 -1
- package/esm/funcs/projectsRequestPromote.js +2 -7
- package/esm/funcs/projectsRequestPromote.js.map +1 -1
- package/esm/funcs/projectsUnpauseProject.d.ts +1 -3
- package/esm/funcs/projectsUnpauseProject.d.ts.map +1 -1
- package/esm/funcs/projectsUnpauseProject.js +2 -7
- package/esm/funcs/projectsUnpauseProject.js.map +1 -1
- package/esm/funcs/projectsUpdateProject.d.ts +1 -4
- package/esm/funcs/projectsUpdateProject.d.ts.map +1 -1
- package/esm/funcs/projectsUpdateProject.js +1 -7
- package/esm/funcs/projectsUpdateProject.js.map +1 -1
- package/esm/funcs/projectsUpdateProjectDataCache.d.ts +1 -4
- package/esm/funcs/projectsUpdateProjectDataCache.d.ts.map +1 -1
- package/esm/funcs/projectsUpdateProjectDataCache.js +1 -7
- package/esm/funcs/projectsUpdateProjectDataCache.js.map +1 -1
- package/esm/funcs/projectsUpdateProjectDomain.d.ts +1 -3
- package/esm/funcs/projectsUpdateProjectDomain.d.ts.map +1 -1
- package/esm/funcs/projectsUpdateProjectDomain.js +1 -6
- package/esm/funcs/projectsUpdateProjectDomain.js.map +1 -1
- package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts +1 -4
- package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts.map +1 -1
- package/esm/funcs/projectsUpdateProjectProtectionBypass.js +1 -7
- package/esm/funcs/projectsUpdateProjectProtectionBypass.js.map +1 -1
- package/esm/funcs/projectsUploadProjectClientCert.d.ts +2 -4
- package/esm/funcs/projectsUploadProjectClientCert.d.ts.map +1 -1
- package/esm/funcs/projectsUploadProjectClientCert.js +3 -8
- package/esm/funcs/projectsUploadProjectClientCert.js.map +1 -1
- package/esm/funcs/projectsVerifyProjectDomain.d.ts +1 -3
- package/esm/funcs/projectsVerifyProjectDomain.d.ts.map +1 -1
- package/esm/funcs/projectsVerifyProjectDomain.js +1 -6
- package/esm/funcs/projectsVerifyProjectDomain.js.map +1 -1
- package/esm/funcs/rollingReleaseApproveRollingReleaseStage.d.ts +1 -4
- package/esm/funcs/rollingReleaseApproveRollingReleaseStage.d.ts.map +1 -1
- package/esm/funcs/rollingReleaseApproveRollingReleaseStage.js +1 -7
- package/esm/funcs/rollingReleaseApproveRollingReleaseStage.js.map +1 -1
- package/esm/funcs/rollingReleaseCompleteRollingRelease.d.ts +1 -4
- package/esm/funcs/rollingReleaseCompleteRollingRelease.d.ts.map +1 -1
- package/esm/funcs/rollingReleaseCompleteRollingRelease.js +1 -7
- package/esm/funcs/rollingReleaseCompleteRollingRelease.js.map +1 -1
- package/esm/funcs/rollingReleaseDeleteRollingReleaseConfig.d.ts +1 -4
- package/esm/funcs/rollingReleaseDeleteRollingReleaseConfig.d.ts.map +1 -1
- package/esm/funcs/rollingReleaseDeleteRollingReleaseConfig.js +1 -7
- package/esm/funcs/rollingReleaseDeleteRollingReleaseConfig.js.map +1 -1
- package/esm/funcs/rollingReleaseGetRollingRelease.d.ts +1 -4
- package/esm/funcs/rollingReleaseGetRollingRelease.d.ts.map +1 -1
- package/esm/funcs/rollingReleaseGetRollingRelease.js +1 -7
- package/esm/funcs/rollingReleaseGetRollingRelease.js.map +1 -1
- package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.d.ts +1 -4
- package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.d.ts.map +1 -1
- package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.js +1 -7
- package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.js.map +1 -1
- package/esm/funcs/rollingReleaseGetRollingReleaseConfig.d.ts +1 -4
- package/esm/funcs/rollingReleaseGetRollingReleaseConfig.d.ts.map +1 -1
- package/esm/funcs/rollingReleaseGetRollingReleaseConfig.js +1 -7
- package/esm/funcs/rollingReleaseGetRollingReleaseConfig.js.map +1 -1
- package/esm/funcs/rollingReleaseUpdateRollingReleaseConfig.d.ts +1 -4
- package/esm/funcs/rollingReleaseUpdateRollingReleaseConfig.d.ts.map +1 -1
- package/esm/funcs/rollingReleaseUpdateRollingReleaseConfig.js +1 -7
- package/esm/funcs/rollingReleaseUpdateRollingReleaseConfig.js.map +1 -1
- package/esm/funcs/securityAddBypassIp.d.ts +1 -4
- package/esm/funcs/securityAddBypassIp.d.ts.map +1 -1
- package/esm/funcs/securityAddBypassIp.js +1 -7
- package/esm/funcs/securityAddBypassIp.js.map +1 -1
- package/esm/funcs/securityGetActiveAttackStatus.d.ts +1 -4
- package/esm/funcs/securityGetActiveAttackStatus.d.ts.map +1 -1
- package/esm/funcs/securityGetActiveAttackStatus.js +1 -7
- package/esm/funcs/securityGetActiveAttackStatus.js.map +1 -1
- package/esm/funcs/securityGetBypassIp.d.ts +1 -4
- package/esm/funcs/securityGetBypassIp.d.ts.map +1 -1
- package/esm/funcs/securityGetBypassIp.js +1 -7
- package/esm/funcs/securityGetBypassIp.js.map +1 -1
- package/esm/funcs/securityGetFirewallConfig.d.ts +1 -4
- package/esm/funcs/securityGetFirewallConfig.d.ts.map +1 -1
- package/esm/funcs/securityGetFirewallConfig.js +1 -7
- package/esm/funcs/securityGetFirewallConfig.js.map +1 -1
- package/esm/funcs/securityPutFirewallConfig.d.ts +1 -4
- package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -1
- package/esm/funcs/securityPutFirewallConfig.js +1 -7
- package/esm/funcs/securityPutFirewallConfig.js.map +1 -1
- package/esm/funcs/securityRemoveBypassIp.d.ts +1 -4
- package/esm/funcs/securityRemoveBypassIp.d.ts.map +1 -1
- package/esm/funcs/securityRemoveBypassIp.js +1 -7
- package/esm/funcs/securityRemoveBypassIp.js.map +1 -1
- package/esm/funcs/securityUpdateAttackChallengeMode.d.ts +1 -4
- package/esm/funcs/securityUpdateAttackChallengeMode.d.ts.map +1 -1
- package/esm/funcs/securityUpdateAttackChallengeMode.js +1 -7
- package/esm/funcs/securityUpdateAttackChallengeMode.js.map +1 -1
- package/esm/funcs/securityUpdateFirewallConfig.d.ts +1 -4
- package/esm/funcs/securityUpdateFirewallConfig.d.ts.map +1 -1
- package/esm/funcs/securityUpdateFirewallConfig.js +1 -7
- package/esm/funcs/securityUpdateFirewallConfig.js.map +1 -1
- package/esm/funcs/teamsCreateTeam.d.ts +1 -3
- package/esm/funcs/teamsCreateTeam.d.ts.map +1 -1
- package/esm/funcs/teamsCreateTeam.js +1 -6
- package/esm/funcs/teamsCreateTeam.js.map +1 -1
- package/esm/funcs/teamsDeleteTeam.d.ts +1 -3
- package/esm/funcs/teamsDeleteTeam.d.ts.map +1 -1
- package/esm/funcs/teamsDeleteTeam.js +1 -6
- package/esm/funcs/teamsDeleteTeam.js.map +1 -1
- package/esm/funcs/teamsDeleteTeamInviteCode.d.ts +1 -4
- package/esm/funcs/teamsDeleteTeamInviteCode.d.ts.map +1 -1
- package/esm/funcs/teamsDeleteTeamInviteCode.js +1 -7
- package/esm/funcs/teamsDeleteTeamInviteCode.js.map +1 -1
- package/esm/funcs/teamsGetTeam.d.ts +1 -4
- package/esm/funcs/teamsGetTeam.d.ts.map +1 -1
- package/esm/funcs/teamsGetTeam.js +1 -7
- package/esm/funcs/teamsGetTeam.js.map +1 -1
- package/esm/funcs/teamsGetTeamAccessRequest.d.ts +1 -4
- package/esm/funcs/teamsGetTeamAccessRequest.d.ts.map +1 -1
- package/esm/funcs/teamsGetTeamAccessRequest.js +1 -7
- package/esm/funcs/teamsGetTeamAccessRequest.js.map +1 -1
- package/esm/funcs/teamsGetTeamMembers.d.ts +1 -4
- package/esm/funcs/teamsGetTeamMembers.d.ts.map +1 -1
- package/esm/funcs/teamsGetTeamMembers.js +1 -7
- package/esm/funcs/teamsGetTeamMembers.js.map +1 -1
- package/esm/funcs/teamsGetTeams.d.ts +1 -3
- package/esm/funcs/teamsGetTeams.d.ts.map +1 -1
- package/esm/funcs/teamsGetTeams.js +1 -6
- package/esm/funcs/teamsGetTeams.js.map +1 -1
- package/esm/funcs/teamsInviteUserToTeam.d.ts +1 -3
- package/esm/funcs/teamsInviteUserToTeam.d.ts.map +1 -1
- package/esm/funcs/teamsInviteUserToTeam.js +1 -6
- package/esm/funcs/teamsInviteUserToTeam.js.map +1 -1
- package/esm/funcs/teamsJoinTeam.d.ts +1 -4
- package/esm/funcs/teamsJoinTeam.d.ts.map +1 -1
- package/esm/funcs/teamsJoinTeam.js +1 -7
- package/esm/funcs/teamsJoinTeam.js.map +1 -1
- package/esm/funcs/teamsPatchTeam.d.ts +1 -3
- package/esm/funcs/teamsPatchTeam.d.ts.map +1 -1
- package/esm/funcs/teamsPatchTeam.js +1 -6
- package/esm/funcs/teamsPatchTeam.js.map +1 -1
- package/esm/funcs/teamsRemoveTeamMember.d.ts +1 -4
- package/esm/funcs/teamsRemoveTeamMember.d.ts.map +1 -1
- package/esm/funcs/teamsRemoveTeamMember.js +1 -7
- package/esm/funcs/teamsRemoveTeamMember.js.map +1 -1
- package/esm/funcs/teamsRequestAccessToTeam.d.ts +1 -4
- package/esm/funcs/teamsRequestAccessToTeam.d.ts.map +1 -1
- package/esm/funcs/teamsRequestAccessToTeam.js +1 -7
- package/esm/funcs/teamsRequestAccessToTeam.js.map +1 -1
- package/esm/funcs/teamsUpdateTeamMember.d.ts +1 -4
- package/esm/funcs/teamsUpdateTeamMember.d.ts.map +1 -1
- package/esm/funcs/teamsUpdateTeamMember.js +1 -7
- package/esm/funcs/teamsUpdateTeamMember.js.map +1 -1
- package/esm/funcs/userGetAuthUser.d.ts +1 -3
- package/esm/funcs/userGetAuthUser.d.ts.map +1 -1
- package/esm/funcs/userGetAuthUser.js +1 -6
- package/esm/funcs/userGetAuthUser.js.map +1 -1
- package/esm/funcs/userListUserEvents.d.ts +1 -3
- package/esm/funcs/userListUserEvents.d.ts.map +1 -1
- package/esm/funcs/userListUserEvents.js +1 -6
- package/esm/funcs/userListUserEvents.js.map +1 -1
- package/esm/funcs/userRequestDelete.d.ts +1 -3
- package/esm/funcs/userRequestDelete.d.ts.map +1 -1
- package/esm/funcs/userRequestDelete.js +1 -6
- package/esm/funcs/userRequestDelete.js.map +1 -1
- package/esm/funcs/webhooksCreateWebhook.d.ts +1 -3
- package/esm/funcs/webhooksCreateWebhook.d.ts.map +1 -1
- package/esm/funcs/webhooksCreateWebhook.js +1 -6
- package/esm/funcs/webhooksCreateWebhook.js.map +1 -1
- package/esm/funcs/webhooksDeleteWebhook.d.ts +1 -3
- package/esm/funcs/webhooksDeleteWebhook.d.ts.map +1 -1
- package/esm/funcs/webhooksDeleteWebhook.js +2 -7
- package/esm/funcs/webhooksDeleteWebhook.js.map +1 -1
- package/esm/funcs/webhooksGetWebhook.d.ts +1 -3
- package/esm/funcs/webhooksGetWebhook.d.ts.map +1 -1
- package/esm/funcs/webhooksGetWebhook.js +1 -6
- package/esm/funcs/webhooksGetWebhook.js.map +1 -1
- package/esm/funcs/webhooksGetWebhooks.d.ts +1 -3
- package/esm/funcs/webhooksGetWebhooks.d.ts.map +1 -1
- package/esm/funcs/webhooksGetWebhooks.js +1 -6
- package/esm/funcs/webhooksGetWebhooks.js.map +1 -1
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/mcp-server/tools/domainsBuyDomain.js +2 -2
- package/esm/mcp-server/tools/domainsBuyDomain.js.map +1 -1
- package/esm/mcp-server/tools/domainsCheckDomainPrice.js +2 -2
- package/esm/mcp-server/tools/domainsCheckDomainPrice.js.map +1 -1
- package/esm/mcp-server/tools/domainsCheckDomainStatus.js +2 -2
- package/esm/mcp-server/tools/domainsCheckDomainStatus.js.map +1 -1
- package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js +2 -2
- package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js.map +1 -1
- package/esm/mcp-server/tools/domainsGetDomainTransfer.js +2 -2
- package/esm/mcp-server/tools/domainsGetDomainTransfer.js.map +1 -1
- package/esm/mcp-server/tools/domainsPatchDomain.js +1 -1
- package/esm/mcp-server/tools/domainsPatchDomain.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.d.ts.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.js +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetOrder.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetOrder.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js.map +1 -1
- package/esm/mcp-server/tools/projectsUploadProjectClientCert.js +1 -1
- package/esm/mcp-server/tools/projectsUploadProjectClientCert.js.map +1 -1
- package/esm/models/additionalcontactinforequired.d.ts +70 -0
- package/esm/models/additionalcontactinforequired.d.ts.map +1 -0
- package/esm/models/additionalcontactinforequired.js +72 -0
- package/esm/models/additionalcontactinforequired.js.map +1 -0
- package/esm/models/badrequest.d.ts +64 -0
- package/esm/models/badrequest.d.ts.map +1 -0
- package/esm/models/badrequest.js +69 -0
- package/esm/models/badrequest.js.map +1 -0
- package/esm/models/buydomainsop.d.ts +50 -6
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buydomainsop.js +49 -8
- package/esm/models/buydomainsop.js.map +1 -1
- package/esm/models/buysingledomainop.d.ts +48 -6
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +43 -8
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/createortransferdomainop.d.ts +5 -3
- package/esm/models/createortransferdomainop.d.ts.map +1 -1
- package/esm/models/createortransferdomainop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/domainalreadyrenewing.d.ts +70 -0
- package/esm/models/domainalreadyrenewing.d.ts.map +1 -0
- package/esm/models/domainalreadyrenewing.js +72 -0
- package/esm/models/domainalreadyrenewing.js.map +1 -0
- package/esm/models/domainnotavailable.d.ts +70 -0
- package/esm/models/domainnotavailable.d.ts.map +1 -0
- package/esm/models/domainnotavailable.js +72 -0
- package/esm/models/domainnotavailable.js.map +1 -0
- package/esm/models/domainnotfound.d.ts +70 -0
- package/esm/models/domainnotfound.d.ts.map +1 -0
- package/esm/models/domainnotfound.js +72 -0
- package/esm/models/domainnotfound.js.map +1 -0
- package/esm/models/domainnotregistered.d.ts +70 -0
- package/esm/models/domainnotregistered.d.ts.map +1 -0
- package/esm/models/domainnotregistered.js +72 -0
- package/esm/models/domainnotregistered.js.map +1 -0
- package/esm/models/domainnotrenewable.d.ts +70 -0
- package/esm/models/domainnotrenewable.d.ts.map +1 -0
- package/esm/models/domainnotrenewable.js +72 -0
- package/esm/models/domainnotrenewable.js.map +1 -0
- package/esm/models/duplicatedomains.d.ts +70 -0
- package/esm/models/duplicatedomains.d.ts.map +1 -0
- package/esm/models/duplicatedomains.js +72 -0
- package/esm/models/duplicatedomains.js.map +1 -0
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/expectedpricemismatch.d.ts +70 -0
- package/esm/models/expectedpricemismatch.d.ts.map +1 -0
- package/esm/models/expectedpricemismatch.js +72 -0
- package/esm/models/expectedpricemismatch.js.map +1 -0
- package/esm/models/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/forbidden.d.ts +0 -25
- package/esm/models/forbidden.d.ts.map +1 -1
- package/esm/models/forbidden.js +1 -30
- package/esm/models/forbidden.js.map +1 -1
- package/esm/models/getbulkavailabilityop.d.ts +0 -27
- package/esm/models/getbulkavailabilityop.d.ts.map +1 -1
- package/esm/models/getbulkavailabilityop.js +0 -32
- package/esm/models/getbulkavailabilityop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getcontactinfoschemaop.d.ts +5 -6
- package/esm/models/getcontactinfoschemaop.d.ts.map +1 -1
- package/esm/models/getcontactinfoschemaop.js +4 -13
- package/esm/models/getcontactinfoschemaop.js.map +1 -1
- package/esm/models/getdomainauthcodeop.d.ts +30 -5
- package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
- package/esm/models/getdomainauthcodeop.js +28 -8
- package/esm/models/getdomainauthcodeop.js.map +1 -1
- package/esm/models/getdomainavailabilityop.d.ts +0 -27
- package/esm/models/getdomainavailabilityop.d.ts.map +1 -1
- package/esm/models/getdomainavailabilityop.js +0 -32
- package/esm/models/getdomainavailabilityop.js.map +1 -1
- package/esm/models/getdomainpriceop.d.ts +9 -9
- package/esm/models/getdomainpriceop.d.ts.map +1 -1
- package/esm/models/getdomainpriceop.js +9 -9
- package/esm/models/getdomainpriceop.js.map +1 -1
- package/esm/models/getdomaintransferinop.d.ts +4 -5
- package/esm/models/getdomaintransferinop.d.ts.map +1 -1
- package/esm/models/getdomaintransferinop.js +3 -12
- package/esm/models/getdomaintransferinop.js.map +1 -1
- package/esm/models/getorderop.d.ts +20 -21
- package/esm/models/getorderop.d.ts.map +1 -1
- package/esm/models/getorderop.js +17 -25
- package/esm/models/getorderop.js.map +1 -1
- package/esm/models/getprojectenvop.d.ts +9 -9
- package/esm/models/getprojectenvop.js +3 -3
- package/esm/models/getprojectenvop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +3 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +1 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/gettldpriceop.d.ts +11 -9
- package/esm/models/gettldpriceop.d.ts.map +1 -1
- package/esm/models/gettldpriceop.js +5 -11
- package/esm/models/gettldpriceop.js.map +1 -1
- package/esm/models/httpapidecodeerror.d.ts +45 -0
- package/esm/models/httpapidecodeerror.d.ts.map +1 -0
- package/esm/models/httpapidecodeerror.js +52 -0
- package/esm/models/httpapidecodeerror.js.map +1 -0
- package/esm/models/internalservererror.d.ts +0 -25
- package/esm/models/internalservererror.d.ts.map +1 -1
- package/esm/models/internalservererror.js +1 -30
- package/esm/models/internalservererror.js.map +1 -1
- package/esm/models/invalidadditionalcontactinfo.d.ts +70 -0
- package/esm/models/invalidadditionalcontactinfo.d.ts.map +1 -0
- package/esm/models/invalidadditionalcontactinfo.js +72 -0
- package/esm/models/invalidadditionalcontactinfo.js.map +1 -0
- package/esm/models/issue.d.ts +41 -0
- package/esm/models/issue.d.ts.map +1 -0
- package/esm/models/issue.js +35 -0
- package/esm/models/issue.js.map +1 -0
- package/esm/models/notauthorizedforscope.d.ts +0 -25
- package/esm/models/notauthorizedforscope.d.ts.map +1 -1
- package/esm/models/notauthorizedforscope.js +1 -30
- package/esm/models/notauthorizedforscope.js.map +1 -1
- package/esm/models/notfound.d.ts +64 -0
- package/esm/models/notfound.d.ts.map +1 -0
- package/esm/models/notfound.js +69 -0
- package/esm/models/notfound.js.map +1 -0
- package/esm/models/ordertooexpensive.d.ts +70 -0
- package/esm/models/ordertooexpensive.d.ts.map +1 -0
- package/esm/models/ordertooexpensive.js +72 -0
- package/esm/models/ordertooexpensive.js.map +1 -0
- package/esm/models/patchdomainop.d.ts +6 -2
- package/esm/models/patchdomainop.d.ts.map +1 -1
- package/esm/models/patchdomainop.js.map +1 -1
- package/esm/models/propertykey.d.ts +78 -0
- package/esm/models/propertykey.d.ts.map +1 -0
- package/esm/models/propertykey.js +85 -0
- package/esm/models/propertykey.js.map +1 -0
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +38 -6
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js +40 -8
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/tldnotsupported.d.ts +70 -0
- package/esm/models/tldnotsupported.d.ts.map +1 -0
- package/esm/models/tldnotsupported.js +72 -0
- package/esm/models/tldnotsupported.js.map +1 -0
- package/esm/models/toomanydomains.d.ts +70 -0
- package/esm/models/toomanydomains.d.ts.map +1 -0
- package/esm/models/toomanydomains.js +72 -0
- package/esm/models/toomanydomains.js.map +1 -0
- package/esm/models/toomanyrequests.d.ts +128 -0
- package/esm/models/toomanyrequests.d.ts.map +1 -0
- package/esm/models/toomanyrequests.js +133 -0
- package/esm/models/toomanyrequests.js.map +1 -0
- package/esm/models/transferindomainop.d.ts +40 -6
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/transferindomainop.js +37 -8
- package/esm/models/transferindomainop.js.map +1 -1
- package/esm/models/unauthorized.d.ts +0 -25
- package/esm/models/unauthorized.d.ts.map +1 -1
- package/esm/models/unauthorized.js +1 -30
- package/esm/models/unauthorized.js.map +1 -1
- package/esm/models/updatedomainautorenewop.d.ts +32 -5
- package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
- package/esm/models/updatedomainautorenewop.js +34 -8
- package/esm/models/updatedomainautorenewop.js.map +1 -1
- package/esm/models/updatedomainnameserversop.d.ts +30 -5
- package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
- package/esm/models/updatedomainnameserversop.js +28 -8
- package/esm/models/updatedomainnameserversop.js.map +1 -1
- package/esm/sdk/domains.d.ts +11 -11
- package/esm/sdk/domains.js +11 -11
- package/esm/sdk/domainsregistrar.d.ts +23 -23
- package/esm/sdk/domainsregistrar.js +23 -23
- package/esm/sdk/projects.d.ts +1 -1
- package/esm/sdk/projects.js +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +7 -5
- package/src/__tests__/security.test.ts +4 -4
- package/src/funcs/accessGroupsCreateAccessGroup.ts +2 -22
- package/src/funcs/accessGroupsCreateAccessGroupProject.ts +2 -22
- package/src/funcs/accessGroupsDeleteAccessGroup.ts +3 -23
- package/src/funcs/accessGroupsDeleteAccessGroupProject.ts +3 -23
- package/src/funcs/accessGroupsListAccessGroupMembers.ts +2 -22
- package/src/funcs/accessGroupsListAccessGroupProjects.ts +2 -22
- package/src/funcs/accessGroupsListAccessGroups.ts +2 -22
- package/src/funcs/accessGroupsReadAccessGroup.ts +2 -22
- package/src/funcs/accessGroupsReadAccessGroupProject.ts +2 -22
- package/src/funcs/accessGroupsUpdateAccessGroup.ts +2 -22
- package/src/funcs/accessGroupsUpdateAccessGroupProject.ts +2 -22
- package/src/funcs/aliasesAssignAlias.ts +2 -30
- package/src/funcs/aliasesDeleteAlias.ts +2 -30
- package/src/funcs/aliasesGetAlias.ts +2 -30
- package/src/funcs/aliasesListAliases.ts +2 -30
- package/src/funcs/aliasesListDeploymentAliases.ts +2 -30
- package/src/funcs/aliasesPatchUrlProtectionBypass.ts +2 -30
- package/src/funcs/artifactsArtifactExists.ts +3 -31
- package/src/funcs/artifactsArtifactQuery.ts +2 -22
- package/src/funcs/artifactsDownloadArtifact.ts +2 -30
- package/src/funcs/artifactsRecordEvents.ts +3 -23
- package/src/funcs/artifactsStatus.ts +2 -22
- package/src/funcs/artifactsUploadArtifact.ts +2 -22
- package/src/funcs/authenticationCreateAuthToken.ts +2 -22
- package/src/funcs/authenticationDeleteAuthToken.ts +2 -30
- package/src/funcs/authenticationGetAuthToken.ts +2 -30
- package/src/funcs/authenticationListAuthTokens.ts +2 -22
- package/src/funcs/certsGetCertById.ts +2 -30
- package/src/funcs/certsIssueCert.ts +2 -30
- package/src/funcs/certsRemoveCert.ts +2 -30
- package/src/funcs/certsUploadCert.ts +2 -22
- package/src/funcs/checksCreateCheck.ts +2 -30
- package/src/funcs/checksGetAllChecks.ts +2 -30
- package/src/funcs/checksGetCheck.ts +2 -30
- package/src/funcs/checksRerequestCheck.ts +2 -30
- package/src/funcs/checksUpdateCheck.ts +2 -30
- package/src/funcs/deploymentsCancelDeployment.ts +2 -30
- package/src/funcs/deploymentsCreateDeployment.ts +2 -30
- package/src/funcs/deploymentsDeleteDeployment.ts +2 -30
- package/src/funcs/deploymentsGetDeployment.ts +2 -22
- package/src/funcs/deploymentsGetDeploymentEvents.ts +2 -22
- package/src/funcs/deploymentsGetDeploymentFileContents.ts +3 -31
- package/src/funcs/deploymentsGetDeployments.ts +2 -30
- package/src/funcs/deploymentsListDeploymentFiles.ts +2 -30
- package/src/funcs/deploymentsUpdateIntegrationDeploymentAction.ts +3 -23
- package/src/funcs/deploymentsUploadFile.ts +2 -22
- package/src/funcs/dnsCreateRecord.ts +2 -30
- package/src/funcs/dnsGetRecords.ts +2 -30
- package/src/funcs/dnsRemoveRecord.ts +2 -30
- package/src/funcs/dnsUpdateRecord.ts +2 -30
- package/src/funcs/domainsBuyDomain.ts +4 -32
- package/src/funcs/domainsCheckDomainPrice.ts +4 -32
- package/src/funcs/domainsCheckDomainStatus.ts +4 -24
- package/src/funcs/domainsCreateOrTransferDomain.ts +4 -32
- package/src/funcs/domainsDeleteDomain.ts +2 -30
- package/src/funcs/domainsGetDomain.ts +2 -30
- package/src/funcs/domainsGetDomainConfig.ts +2 -22
- package/src/funcs/domainsGetDomainTransfer.ts +4 -24
- package/src/funcs/domainsGetDomains.ts +2 -22
- package/src/funcs/domainsPatchDomain.ts +3 -31
- package/src/funcs/domainsRegistrarBuyDomains.ts +35 -31
- package/src/funcs/domainsRegistrarBuySingleDomain.ts +33 -29
- package/src/funcs/domainsRegistrarGetBulkAvailability.ts +41 -34
- package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +35 -27
- package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +42 -38
- package/src/funcs/domainsRegistrarGetDomainAvailability.ts +47 -43
- package/src/funcs/domainsRegistrarGetDomainPrice.ts +34 -26
- package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +39 -39
- package/src/funcs/domainsRegistrarGetOrder.ts +39 -39
- package/src/funcs/domainsRegistrarGetSupportedTlds.ts +41 -33
- package/src/funcs/domainsRegistrarGetTldPrice.ts +35 -35
- package/src/funcs/domainsRegistrarRenewDomain.ts +41 -37
- package/src/funcs/domainsRegistrarTransferInDomain.ts +35 -31
- package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +44 -40
- package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +44 -40
- package/src/funcs/edgeCacheDangerouslyDeleteByTags.ts +3 -31
- package/src/funcs/edgeCacheInvalidateByTags.ts +3 -31
- package/src/funcs/edgeConfigCreateEdgeConfig.ts +2 -22
- package/src/funcs/edgeConfigCreateEdgeConfigToken.ts +2 -30
- package/src/funcs/edgeConfigDeleteEdgeConfig.ts +3 -31
- package/src/funcs/edgeConfigDeleteEdgeConfigSchema.ts +3 -31
- package/src/funcs/edgeConfigDeleteEdgeConfigTokens.ts +3 -31
- package/src/funcs/edgeConfigGetEdgeConfig.ts +2 -30
- package/src/funcs/edgeConfigGetEdgeConfigBackup.ts +2 -30
- package/src/funcs/edgeConfigGetEdgeConfigBackups.ts +2 -30
- package/src/funcs/edgeConfigGetEdgeConfigItem.ts +2 -30
- package/src/funcs/edgeConfigGetEdgeConfigItems.ts +2 -30
- package/src/funcs/edgeConfigGetEdgeConfigSchema.ts +2 -30
- package/src/funcs/edgeConfigGetEdgeConfigToken.ts +2 -30
- package/src/funcs/edgeConfigGetEdgeConfigTokens.ts +2 -30
- package/src/funcs/edgeConfigGetEdgeConfigs.ts +2 -22
- package/src/funcs/edgeConfigPatchEdgeConfigItems.ts +2 -30
- package/src/funcs/edgeConfigPatchEdgeConfigSchema.ts +2 -30
- package/src/funcs/edgeConfigUpdateEdgeConfig.ts +2 -30
- package/src/funcs/environmentCreateCustomEnvironment.ts +2 -22
- package/src/funcs/environmentGetCustomEnvironment.ts +2 -30
- package/src/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.ts +2 -22
- package/src/funcs/environmentRemoveCustomEnvironment.ts +2 -22
- package/src/funcs/environmentUpdateCustomEnvironment.ts +2 -22
- package/src/funcs/integrationsConnectIntegrationResourceToProject.ts +3 -31
- package/src/funcs/integrationsCreateIntegrationStoreDirect.ts +2 -38
- package/src/funcs/integrationsDeleteConfiguration.ts +3 -31
- package/src/funcs/integrationsGetBillingPlans.ts +2 -30
- package/src/funcs/integrationsGetConfiguration.ts +2 -30
- package/src/funcs/integrationsGetConfigurationProducts.ts +2 -30
- package/src/funcs/integrationsGetConfigurations.ts +2 -22
- package/src/funcs/logDrainsCreateLogDrain.ts +2 -22
- package/src/funcs/logDrainsDeleteIntegrationLogDrain.ts +3 -31
- package/src/funcs/logDrainsGetIntegrationLogDrains.ts +2 -22
- package/src/funcs/logsGetRuntimeLogs.ts +2 -22
- package/src/funcs/marketplaceCreateEvent.ts +3 -31
- package/src/funcs/marketplaceCreateInstallationIntegrationConfiguration.ts +3 -31
- package/src/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.ts +2 -30
- package/src/funcs/marketplaceDeleteInstallationIntegrationConfiguration.ts +3 -31
- package/src/funcs/marketplaceDeleteIntegrationResource.ts +3 -31
- package/src/funcs/marketplaceExchangeSsoToken.ts +2 -22
- package/src/funcs/marketplaceGetAccountInfo.ts +2 -30
- package/src/funcs/marketplaceGetIntegrationResource.ts +2 -30
- package/src/funcs/marketplaceGetIntegrationResources.ts +2 -30
- package/src/funcs/marketplaceGetInvoice.ts +2 -30
- package/src/funcs/marketplaceGetMember.ts +2 -30
- package/src/funcs/marketplaceImportResource.ts +2 -30
- package/src/funcs/marketplaceSubmitBillingData.ts +3 -31
- package/src/funcs/marketplaceSubmitInvoice.ts +2 -30
- package/src/funcs/marketplaceSubmitPrepaymentBalances.ts +3 -31
- package/src/funcs/marketplaceUpdateInstallationIntegrationConfiguration.ts +3 -31
- package/src/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.ts +2 -30
- package/src/funcs/marketplaceUpdateInvoice.ts +3 -31
- package/src/funcs/marketplaceUpdateResourceSecrets.ts +3 -31
- package/src/funcs/marketplaceUpdateResourceSecretsById.ts +3 -31
- package/src/funcs/projectMembersAddProjectMember.ts +2 -22
- package/src/funcs/projectMembersGetProjectMembers.ts +2 -22
- package/src/funcs/projectMembersRemoveProjectMember.ts +2 -22
- package/src/funcs/projectsAcceptProjectTransferRequest.ts +2 -30
- package/src/funcs/projectsAddProjectDomain.ts +2 -22
- package/src/funcs/projectsBatchRemoveProjectEnv.ts +2 -30
- package/src/funcs/projectsCreateProject.ts +2 -38
- package/src/funcs/projectsCreateProjectEnv.ts +2 -38
- package/src/funcs/projectsCreateProjectTransferRequest.ts +2 -22
- package/src/funcs/projectsDeleteProject.ts +3 -23
- package/src/funcs/projectsEditProjectEnv.ts +2 -38
- package/src/funcs/projectsFilterProjectEnvs.ts +2 -22
- package/src/funcs/projectsGetProjectDomain.ts +2 -22
- package/src/funcs/projectsGetProjectDomains.ts +2 -22
- package/src/funcs/projectsGetProjectEnv.ts +2 -22
- package/src/funcs/projectsGetProjects.ts +2 -22
- package/src/funcs/projectsListPromoteAliases.ts +2 -30
- package/src/funcs/projectsMoveProjectDomain.ts +2 -22
- package/src/funcs/projectsPauseProject.ts +3 -23
- package/src/funcs/projectsRemoveProjectDomain.ts +2 -30
- package/src/funcs/projectsRemoveProjectEnv.ts +2 -30
- package/src/funcs/projectsRequestPromote.ts +3 -23
- package/src/funcs/projectsUnpauseProject.ts +3 -23
- package/src/funcs/projectsUpdateProject.ts +2 -30
- package/src/funcs/projectsUpdateProjectDataCache.ts +2 -30
- package/src/funcs/projectsUpdateProjectDomain.ts +2 -22
- package/src/funcs/projectsUpdateProjectProtectionBypass.ts +2 -30
- package/src/funcs/projectsUploadProjectClientCert.ts +4 -24
- package/src/funcs/projectsVerifyProjectDomain.ts +2 -22
- package/src/funcs/rollingReleaseApproveRollingReleaseStage.ts +2 -30
- package/src/funcs/rollingReleaseCompleteRollingRelease.ts +2 -30
- package/src/funcs/rollingReleaseDeleteRollingReleaseConfig.ts +2 -30
- package/src/funcs/rollingReleaseGetRollingRelease.ts +2 -30
- package/src/funcs/rollingReleaseGetRollingReleaseBillingStatus.ts +2 -30
- package/src/funcs/rollingReleaseGetRollingReleaseConfig.ts +2 -30
- package/src/funcs/rollingReleaseUpdateRollingReleaseConfig.ts +2 -30
- package/src/funcs/securityAddBypassIp.ts +2 -30
- package/src/funcs/securityGetActiveAttackStatus.ts +2 -30
- package/src/funcs/securityGetBypassIp.ts +2 -30
- package/src/funcs/securityGetFirewallConfig.ts +2 -30
- package/src/funcs/securityPutFirewallConfig.ts +2 -30
- package/src/funcs/securityRemoveBypassIp.ts +2 -30
- package/src/funcs/securityUpdateAttackChallengeMode.ts +2 -30
- package/src/funcs/securityUpdateFirewallConfig.ts +2 -30
- package/src/funcs/teamsCreateTeam.ts +2 -22
- package/src/funcs/teamsDeleteTeam.ts +2 -22
- package/src/funcs/teamsDeleteTeamInviteCode.ts +2 -30
- package/src/funcs/teamsGetTeam.ts +2 -30
- package/src/funcs/teamsGetTeamAccessRequest.ts +2 -30
- package/src/funcs/teamsGetTeamMembers.ts +2 -30
- package/src/funcs/teamsGetTeams.ts +2 -22
- package/src/funcs/teamsInviteUserToTeam.ts +2 -22
- package/src/funcs/teamsJoinTeam.ts +2 -30
- package/src/funcs/teamsPatchTeam.ts +2 -22
- package/src/funcs/teamsRemoveTeamMember.ts +2 -30
- package/src/funcs/teamsRequestAccessToTeam.ts +2 -30
- package/src/funcs/teamsUpdateTeamMember.ts +2 -30
- package/src/funcs/userGetAuthUser.ts +2 -22
- package/src/funcs/userListUserEvents.ts +2 -22
- package/src/funcs/userRequestDelete.ts +2 -22
- package/src/funcs/webhooksCreateWebhook.ts +2 -22
- package/src/funcs/webhooksDeleteWebhook.ts +3 -23
- package/src/funcs/webhooksGetWebhook.ts +2 -22
- package/src/funcs/webhooksGetWebhooks.ts +2 -22
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/domainsBuyDomain.ts +2 -2
- package/src/mcp-server/tools/domainsCheckDomainPrice.ts +2 -2
- package/src/mcp-server/tools/domainsCheckDomainStatus.ts +2 -2
- package/src/mcp-server/tools/domainsCreateOrTransferDomain.ts +2 -2
- package/src/mcp-server/tools/domainsGetDomainTransfer.ts +2 -2
- package/src/mcp-server/tools/domainsPatchDomain.ts +1 -1
- package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +1 -1
- package/src/mcp-server/tools/domainsRegistrarGetContactInfoSchema.ts +2 -3
- package/src/mcp-server/tools/domainsRegistrarGetDomainAuthCode.ts +1 -1
- package/src/mcp-server/tools/domainsRegistrarGetDomainAvailability.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetDomainPrice.ts +1 -1
- package/src/mcp-server/tools/domainsRegistrarGetDomainTransferIn.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetOrder.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetTldPrice.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarTransferInDomain.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.ts +2 -2
- package/src/mcp-server/tools/projectsUploadProjectClientCert.ts +1 -1
- package/src/models/additionalcontactinforequired.ts +123 -0
- package/src/models/badrequest.ts +114 -0
- package/src/models/buydomainsop.ts +179 -24
- package/src/models/buysingledomainop.ts +159 -24
- package/src/models/createortransferdomainop.ts +5 -3
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/domainalreadyrenewing.ts +122 -0
- package/src/models/domainnotavailable.ts +120 -0
- package/src/models/domainnotfound.ts +120 -0
- package/src/models/domainnotregistered.ts +122 -0
- package/src/models/domainnotrenewable.ts +120 -0
- package/src/models/duplicatedomains.ts +120 -0
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/expectedpricemismatch.ts +122 -0
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/forbidden.ts +6 -47
- package/src/models/getbulkavailabilityop.ts +0 -99
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getcontactinfoschemaop.ts +17 -33
- package/src/models/getdomainauthcodeop.ts +97 -24
- package/src/models/getdomainavailabilityop.ts +0 -99
- package/src/models/getdomainpriceop.ts +31 -31
- package/src/models/getdomaintransferinop.ts +10 -26
- package/src/models/getorderop.ts +38 -57
- package/src/models/getprojectenvop.ts +3 -3
- package/src/models/getprojectsop.ts +1 -0
- package/src/models/gettldpriceop.ts +24 -34
- package/src/models/httpapidecodeerror.ts +93 -0
- package/src/models/internalservererror.ts +6 -49
- package/src/models/invalidadditionalcontactinfo.ts +122 -0
- package/src/models/issue.ts +78 -0
- package/src/models/notauthorizedforscope.ts +6 -51
- package/src/models/notfound.ts +112 -0
- package/src/models/ordertooexpensive.ts +120 -0
- package/src/models/patchdomainop.ts +6 -2
- package/src/models/propertykey.ts +152 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/renewdomainop.ts +140 -24
- package/src/models/tldnotsupported.ts +120 -0
- package/src/models/toomanydomains.ts +120 -0
- package/src/models/toomanyrequests.ts +246 -0
- package/src/models/transferindomainop.ts +133 -24
- package/src/models/unauthorized.ts +6 -46
- package/src/models/updatedomainautorenewop.ts +117 -24
- package/src/models/updatedomainnameserversop.ts +97 -24
- package/src/sdk/domains.ts +11 -11
- package/src/sdk/domainsregistrar.ts +23 -23
- package/src/sdk/projects.ts +1 -1
- package/vercel-spec.json +1513 -4726
- package/esm/models/getsupportedtldsop.d.ts +0 -31
- package/esm/models/getsupportedtldsop.d.ts.map +0 -1
- package/esm/models/getsupportedtldsop.js +0 -38
- package/esm/models/getsupportedtldsop.js.map +0 -1
- package/esm/models/ratelimitnotice.d.ts +0 -35
- package/esm/models/ratelimitnotice.d.ts.map +0 -1
- package/esm/models/ratelimitnotice.js +0 -37
- package/esm/models/ratelimitnotice.js.map +0 -1
- package/esm/models/vercelbadrequesterror.d.ts +0 -65
- package/esm/models/vercelbadrequesterror.d.ts.map +0 -1
- package/esm/models/vercelbadrequesterror.js +0 -76
- package/esm/models/vercelbadrequesterror.js.map +0 -1
- package/esm/models/vercelforbiddenerror.d.ts +0 -65
- package/esm/models/vercelforbiddenerror.d.ts.map +0 -1
- package/esm/models/vercelforbiddenerror.js +0 -75
- package/esm/models/vercelforbiddenerror.js.map +0 -1
- package/esm/models/vercelnotfounderror.d.ts +0 -65
- package/esm/models/vercelnotfounderror.d.ts.map +0 -1
- package/esm/models/vercelnotfounderror.js +0 -75
- package/esm/models/vercelnotfounderror.js.map +0 -1
- package/esm/models/vercelratelimiterror.d.ts +0 -68
- package/esm/models/vercelratelimiterror.d.ts.map +0 -1
- package/esm/models/vercelratelimiterror.js +0 -78
- package/esm/models/vercelratelimiterror.js.map +0 -1
- package/src/models/getsupportedtldsop.ts +0 -95
- package/src/models/ratelimitnotice.ts +0 -76
- package/src/models/vercelbadrequesterror.ts +0 -136
- package/src/models/vercelforbiddenerror.ts +0 -143
- package/src/models/vercelnotfounderror.ts +0 -143
- package/src/models/vercelratelimiterror.ts +0 -153
|
@@ -8,8 +8,6 @@ import { safeParse } from "../lib/schemas.js";
|
|
|
8
8
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
9
9
|
import { pathToFunc } from "../lib/url.js";
|
|
10
10
|
import { GetWebhookRequest$outboundSchema, GetWebhookResponseBody$inboundSchema, } from "../models/getwebhookop.js";
|
|
11
|
-
import { VercelBadRequestError$inboundSchema, } from "../models/vercelbadrequesterror.js";
|
|
12
|
-
import { VercelForbiddenError$inboundSchema, } from "../models/vercelforbiddenerror.js";
|
|
13
11
|
import { APIPromise } from "../types/async.js";
|
|
14
12
|
/**
|
|
15
13
|
* Get a webhook
|
|
@@ -81,10 +79,7 @@ async function $do(client, request, options) {
|
|
|
81
79
|
return [doResult, { status: "request-error", request: req }];
|
|
82
80
|
}
|
|
83
81
|
const response = doResult.value;
|
|
84
|
-
const
|
|
85
|
-
HttpMeta: { Response: response, Request: req },
|
|
86
|
-
};
|
|
87
|
-
const [result] = await M.match(M.json(200, GetWebhookResponseBody$inboundSchema), M.jsonErr(400, VercelBadRequestError$inboundSchema), M.jsonErr(401, VercelForbiddenError$inboundSchema), M.fail([403, "4XX"]), M.fail("5XX"))(response, req, { extraFields: responseFields });
|
|
82
|
+
const [result] = await M.match(M.json(200, GetWebhookResponseBody$inboundSchema), M.fail([400, 401, 403, "4XX"]), M.fail("5XX"))(response, req);
|
|
88
83
|
if (!result.ok) {
|
|
89
84
|
return [result, { status: "complete", request: req, response }];
|
|
90
85
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhooksGetWebhook.js","sourceRoot":"","sources":["../../src/funcs/webhooksGetWebhook.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACpE,OAAO,KAAK,CAAC,MAAM,oBAAoB,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAEL,gCAAgC,EAEhC,oCAAoC,GACrC,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"webhooksGetWebhook.js","sourceRoot":"","sources":["../../src/funcs/webhooksGetWebhook.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,9 +4,7 @@ import { GetWebhooksRequest, GetWebhooksResponseBody } from "../models/getwebhoo
|
|
|
4
4
|
import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/httpclienterrors.js";
|
|
5
5
|
import { ResponseValidationError } from "../models/responsevalidationerror.js";
|
|
6
6
|
import { SDKValidationError } from "../models/sdkvalidationerror.js";
|
|
7
|
-
import { VercelBadRequestError } from "../models/vercelbadrequesterror.js";
|
|
8
7
|
import { VercelError } from "../models/vercelerror.js";
|
|
9
|
-
import { VercelForbiddenError } from "../models/vercelforbiddenerror.js";
|
|
10
8
|
import { APIPromise } from "../types/async.js";
|
|
11
9
|
import { Result } from "../types/fp.js";
|
|
12
10
|
/**
|
|
@@ -15,5 +13,5 @@ import { Result } from "../types/fp.js";
|
|
|
15
13
|
* @remarks
|
|
16
14
|
* Get a list of webhooks
|
|
17
15
|
*/
|
|
18
|
-
export declare function webhooksGetWebhooks(client: VercelCore, request: GetWebhooksRequest, options?: RequestOptions): APIPromise<Result<GetWebhooksResponseBody,
|
|
16
|
+
export declare function webhooksGetWebhooks(client: VercelCore, request: GetWebhooksRequest, options?: RequestOptions): APIPromise<Result<GetWebhooksResponseBody, VercelError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
19
17
|
//# sourceMappingURL=webhooksGetWebhooks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhooksGetWebhooks.d.ts","sourceRoot":"","sources":["../../src/funcs/webhooksGetWebhooks.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAKxC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAGhD,OAAO,EACL,kBAAkB,EAElB,uBAAuB,EAExB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;AAC/E,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,
|
|
1
|
+
{"version":3,"file":"webhooksGetWebhooks.d.ts","sourceRoot":"","sources":["../../src/funcs/webhooksGetWebhooks.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAKxC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAGhD,OAAO,EACL,kBAAkB,EAElB,uBAAuB,EAExB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;AAC/E,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAW,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC;;;;;GAKG;AACH,wBAAgB,mBAAmB,CACjC,MAAM,EAAE,UAAU,EAClB,OAAO,EAAE,kBAAkB,EAC3B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CACX,MAAM,CACJ,uBAAuB,EACrB,WAAW,GACX,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CACrB,CACF,CAMA"}
|
|
@@ -8,8 +8,6 @@ import { safeParse } from "../lib/schemas.js";
|
|
|
8
8
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
9
9
|
import { pathToFunc } from "../lib/url.js";
|
|
10
10
|
import { GetWebhooksRequest$outboundSchema, GetWebhooksResponseBody$inboundSchema, } from "../models/getwebhooksop.js";
|
|
11
|
-
import { VercelBadRequestError$inboundSchema, } from "../models/vercelbadrequesterror.js";
|
|
12
|
-
import { VercelForbiddenError$inboundSchema, } from "../models/vercelforbiddenerror.js";
|
|
13
11
|
import { APIPromise } from "../types/async.js";
|
|
14
12
|
/**
|
|
15
13
|
* Get a list of webhooks
|
|
@@ -76,10 +74,7 @@ async function $do(client, request, options) {
|
|
|
76
74
|
return [doResult, { status: "request-error", request: req }];
|
|
77
75
|
}
|
|
78
76
|
const response = doResult.value;
|
|
79
|
-
const
|
|
80
|
-
HttpMeta: { Response: response, Request: req },
|
|
81
|
-
};
|
|
82
|
-
const [result] = await M.match(M.json(200, GetWebhooksResponseBody$inboundSchema), M.jsonErr(400, VercelBadRequestError$inboundSchema), M.jsonErr(401, VercelForbiddenError$inboundSchema), M.fail([403, "4XX"]), M.fail("5XX"))(response, req, { extraFields: responseFields });
|
|
77
|
+
const [result] = await M.match(M.json(200, GetWebhooksResponseBody$inboundSchema), M.fail([400, 401, 403, "4XX"]), M.fail("5XX"))(response, req);
|
|
83
78
|
if (!result.ok) {
|
|
84
79
|
return [result, { status: "complete", request: req, response }];
|
|
85
80
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhooksGetWebhooks.js","sourceRoot":"","sources":["../../src/funcs/webhooksGetWebhooks.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,CAAC,MAAM,oBAAoB,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAEL,iCAAiC,EAEjC,qCAAqC,GACtC,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"webhooksGetWebhooks.js","sourceRoot":"","sources":["../../src/funcs/webhooksGetWebhooks.ts"],"names":[],"mappings":"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"}
|
package/esm/lib/config.d.ts
CHANGED
|
@@ -31,8 +31,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
31
31
|
export declare const SDK_METADATA: {
|
|
32
32
|
readonly language: "typescript";
|
|
33
33
|
readonly openapiDocVersion: "0.0.1";
|
|
34
|
-
readonly sdkVersion: "1.13.
|
|
34
|
+
readonly sdkVersion: "1.13.5";
|
|
35
35
|
readonly genVersion: "2.723.2";
|
|
36
|
-
readonly userAgent: "speakeasy-sdk/typescript 1.13.
|
|
36
|
+
readonly userAgent: "speakeasy-sdk/typescript 1.13.5 2.723.2 0.0.1 @vercel/sdk";
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.d.ts.map
|
package/esm/lib/config.js
CHANGED
|
@@ -27,8 +27,8 @@ export function serverURLFromOptions(options) {
|
|
|
27
27
|
export const SDK_METADATA = {
|
|
28
28
|
language: "typescript",
|
|
29
29
|
openapiDocVersion: "0.0.1",
|
|
30
|
-
sdkVersion: "1.13.
|
|
30
|
+
sdkVersion: "1.13.5",
|
|
31
31
|
genVersion: "2.723.2",
|
|
32
|
-
userAgent: "speakeasy-sdk/typescript 1.13.
|
|
32
|
+
userAgent: "speakeasy-sdk/typescript 1.13.5 2.723.2 0.0.1 @vercel/sdk",
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=config.js.map
|
package/esm/mcp-server/server.js
CHANGED
|
@@ -203,7 +203,7 @@ import { tool$webhooksGetWebhooks } from "./tools/webhooksGetWebhooks.js";
|
|
|
203
203
|
export function createMCPServer(deps) {
|
|
204
204
|
const server = new McpServer({
|
|
205
205
|
name: "Vercel",
|
|
206
|
-
version: "1.13.
|
|
206
|
+
version: "1.13.5",
|
|
207
207
|
});
|
|
208
208
|
const client = new VercelCore({
|
|
209
209
|
bearerToken: deps.bearerToken,
|
|
@@ -9,9 +9,9 @@ const args = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool$domainsBuyDomain = {
|
|
11
11
|
name: "domains-buy-domain",
|
|
12
|
-
description: `Purchase a domain
|
|
12
|
+
description: `Purchase a domain (deprecated)
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
This endpoint is deprecated and replaced with the endpoint [Buy a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-a-domain). Purchases the specified domain.`,
|
|
15
15
|
args,
|
|
16
16
|
tool: async (client, args, ctx) => {
|
|
17
17
|
const [result, apiCall] = await domainsBuyDomain(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainsBuyDomain.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsBuyDomain.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAE,8BAA8B,EAAE,MAAM,6BAA6B,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,8BAA8B;CACxC,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAgC;IAChE,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE;;
|
|
1
|
+
{"version":3,"file":"domainsBuyDomain.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsBuyDomain.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAE,8BAA8B,EAAE,MAAM,6BAA6B,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,8BAA8B;CACxC,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAgC;IAChE,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE;;gMAEiL;IAC9L,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,gBAAgB,CAC9C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
|
|
@@ -9,9 +9,9 @@ const args = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool$domainsCheckDomainPrice = {
|
|
11
11
|
name: "domains-check-domain-price",
|
|
12
|
-
description: `Check the price for a domain
|
|
12
|
+
description: `Check the price for a domain (deprecated)
|
|
13
13
|
|
|
14
|
-
Check the price to purchase a domain and how long a single purchase period is.`,
|
|
14
|
+
This endpoint is deprecated and replaced with the endpoint [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain). Check the price to purchase a domain and how long a single purchase period is.`,
|
|
15
15
|
args,
|
|
16
16
|
tool: async (client, args, ctx) => {
|
|
17
17
|
const [result, apiCall] = await domainsCheckDomainPrice(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainsCheckDomainPrice.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsCheckDomainPrice.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AACjF,OAAO,EAAE,qCAAqC,EAAE,MAAM,oCAAoC,CAAC;AAC3F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,qCAAqC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAgC;IACvE,IAAI,EAAE,4BAA4B;IAClC,WAAW,EAAE
|
|
1
|
+
{"version":3,"file":"domainsCheckDomainPrice.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsCheckDomainPrice.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AACjF,OAAO,EAAE,qCAAqC,EAAE,MAAM,oCAAoC,CAAC;AAC3F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,qCAAqC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAgC;IACvE,IAAI,EAAE,4BAA4B;IAClC,WAAW,EAAE;;6QAE8P;IAC3Q,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,uBAAuB,CACrD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
|
|
@@ -9,9 +9,9 @@ const args = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool$domainsCheckDomainStatus = {
|
|
11
11
|
name: "domains-check-domain-status",
|
|
12
|
-
description: `Check a Domain Availability
|
|
12
|
+
description: `Check a Domain Availability (deprecated)
|
|
13
13
|
|
|
14
|
-
Check if a domain name is available for purchase.`,
|
|
14
|
+
This endpoint is deprecated and replaced with the endpoint [Get availability for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-availability-for-a-domain). Check if a domain name is available for purchase.`,
|
|
15
15
|
args,
|
|
16
16
|
tool: async (client, args, ctx) => {
|
|
17
17
|
const [result, apiCall] = await domainsCheckDomainStatus(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainsCheckDomainStatus.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsCheckDomainStatus.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AACnF,OAAO,EAAE,sCAAsC,EAAE,MAAM,qCAAqC,CAAC;AAC7F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,sCAAsC;CAChD,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAAgC;IACxE,IAAI,EAAE,6BAA6B;IACnC,WAAW,EAAE;;
|
|
1
|
+
{"version":3,"file":"domainsCheckDomainStatus.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsCheckDomainStatus.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AACnF,OAAO,EAAE,sCAAsC,EAAE,MAAM,qCAAqC,CAAC;AAC7F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,sCAAsC;CAChD,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAAgC;IACxE,IAAI,EAAE,6BAA6B;IACnC,WAAW,EAAE;;oPAEqO;IAClP,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,wBAAwB,CACtD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
|
|
@@ -9,9 +9,9 @@ const args = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool$domainsCreateOrTransferDomain = {
|
|
11
11
|
name: "domains-create-or-transfer-domain",
|
|
12
|
-
description: `
|
|
12
|
+
description: `Add an existing domain to the Vercel platform
|
|
13
13
|
|
|
14
|
-
This endpoint is used for adding a new apex domain name with Vercel for the authenticating user.
|
|
14
|
+
This endpoint is used for adding a new apex domain name with Vercel for the authenticating user. Note: This endpoint is no longer used for initiating domain transfers from external registrars to Vercel. For this, please use the endpoint [Transfer-in a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/transfer-in-a-domain).`,
|
|
15
15
|
args,
|
|
16
16
|
tool: async (client, args, ctx) => {
|
|
17
17
|
const [result, apiCall] = await domainsCreateOrTransferDomain(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainsCreateOrTransferDomain.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsCreateOrTransferDomain.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,EAAE,2CAA2C,EAAE,MAAM,0CAA0C,CAAC;AACvG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,2CAA2C;CACrD,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAgC;IAC7E,IAAI,EAAE,mCAAmC;IACzC,WAAW,EAAE;;
|
|
1
|
+
{"version":3,"file":"domainsCreateOrTransferDomain.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsCreateOrTransferDomain.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,EAAE,2CAA2C,EAAE,MAAM,0CAA0C,CAAC;AACvG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,2CAA2C;CACrD,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAgC;IAC7E,IAAI,EAAE,mCAAmC;IACzC,WAAW,EAAE;;kWAEmV;IAChW,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,6BAA6B,CAC3D,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
|
|
@@ -9,9 +9,9 @@ const args = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool$domainsGetDomainTransfer = {
|
|
11
11
|
name: "domains-get-domain-transfer",
|
|
12
|
-
description: `Get domain transfer info
|
|
12
|
+
description: `Get domain transfer info (deprecated)
|
|
13
13
|
|
|
14
|
-
Fetch domain transfer availability or transfer status if a transfer is in progress.`,
|
|
14
|
+
This endpoint is deprecated and replaced with the endpoint [Get a domain's transfer status](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-a-domain-s-transfer-status). Fetch domain transfer availability or transfer status if a transfer is in progress.`,
|
|
15
15
|
args,
|
|
16
16
|
tool: async (client, args, ctx) => {
|
|
17
17
|
const [result, apiCall] = await domainsGetDomainTransfer(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainsGetDomainTransfer.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsGetDomainTransfer.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AACnF,OAAO,EAAE,sCAAsC,EAAE,MAAM,qCAAqC,CAAC;AAC7F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,sCAAsC;CAChD,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAAgC;IACxE,IAAI,EAAE,6BAA6B;IACnC,WAAW,EAAE;;
|
|
1
|
+
{"version":3,"file":"domainsGetDomainTransfer.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsGetDomainTransfer.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AACnF,OAAO,EAAE,sCAAsC,EAAE,MAAM,qCAAqC,CAAC;AAC7F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,sCAAsC;CAChD,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAAgC;IACxE,IAAI,EAAE,6BAA6B;IACnC,WAAW,EAAE;;wRAEyQ;IACtR,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,wBAAwB,CACtD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
|
|
@@ -11,7 +11,7 @@ export const tool$domainsPatchDomain = {
|
|
|
11
11
|
name: "domains-patch-domain",
|
|
12
12
|
description: `Update or move apex domain
|
|
13
13
|
|
|
14
|
-
Update or move apex domain.`,
|
|
14
|
+
Update or move apex domain. Note: This endpoint is no longer used for updating auto-renew or nameservers. For this, please use the endpoints [Update auto-renew for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/update-auto-renew-for-a-domain) and [Update nameservers for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/update-nameservers-for-a-domain).`,
|
|
15
15
|
args,
|
|
16
16
|
tool: async (client, args, ctx) => {
|
|
17
17
|
const [result, apiCall] = await domainsPatchDomain(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainsPatchDomain.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsPatchDomain.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,EAAE,gCAAgC,EAAE,MAAM,+BAA+B,CAAC;AACjF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,gCAAgC;CAC1C,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAAgC;IAClE,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EAAE;;
|
|
1
|
+
{"version":3,"file":"domainsPatchDomain.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsPatchDomain.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,EAAE,gCAAgC,EAAE,MAAM,+BAA+B,CAAC;AACjF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,gCAAgC;CAC1C,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAAgC;IAClE,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EAAE;;oaAEqZ;IACla,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,kBAAkB,CAChD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
|
|
@@ -9,9 +9,9 @@ const args = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool$domainsRegistrarBuyDomains = {
|
|
11
11
|
name: "domains-registrar-buy-domains",
|
|
12
|
-
description: `Buy multiple domains
|
|
12
|
+
description: `Buy multiple domains
|
|
13
13
|
|
|
14
|
-
Buy multiple domains`,
|
|
14
|
+
Buy multiple domains at once`,
|
|
15
15
|
args,
|
|
16
16
|
tool: async (client, args, ctx) => {
|
|
17
17
|
const [result, apiCall] = await domainsRegistrarBuyDomains(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainsRegistrarBuyDomains.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarBuyDomains.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,0BAA0B,EAAE,MAAM,2CAA2C,CAAC;AACvF,OAAO,EAAE,mCAAmC,EAAE,MAAM,8BAA8B,CAAC;AACnF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,mCAAmC;CAC7C,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAAgC;IAC1E,IAAI,EAAE,+BAA+B;IACrC,WAAW,EAAE;;
|
|
1
|
+
{"version":3,"file":"domainsRegistrarBuyDomains.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarBuyDomains.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,0BAA0B,EAAE,MAAM,2CAA2C,CAAC;AACvF,OAAO,EAAE,mCAAmC,EAAE,MAAM,8BAA8B,CAAC;AACnF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,mCAAmC;CAC7C,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAAgC;IAC1E,IAAI,EAAE,+BAA+B;IACrC,WAAW,EAAE;;6BAEc;IAC3B,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,0BAA0B,CACxD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
|
|
@@ -11,7 +11,7 @@ export const tool$domainsRegistrarGetBulkAvailability = {
|
|
|
11
11
|
name: "domains-registrar-get-bulk-availability",
|
|
12
12
|
description: `Get availability for multiple domains
|
|
13
13
|
|
|
14
|
-
Get availability for multiple domains
|
|
14
|
+
Get availability for multiple domains. If the domains are available, they can be purchased using the [Buy a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-a-domain) endpoint or the [Buy multiple domains](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-multiple-domains) endpoint.`,
|
|
15
15
|
args,
|
|
16
16
|
tool: async (client, args, ctx) => {
|
|
17
17
|
const [result, apiCall] = await domainsRegistrarGetBulkAvailability(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainsRegistrarGetBulkAvailability.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mCAAmC,EAAE,MAAM,oDAAoD,CAAC;AACzG,OAAO,EAAE,4CAA4C,EAAE,MAAM,uCAAuC,CAAC;AACrG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,4CAA4C;CACtD,CAAC;AAEF,MAAM,CAAC,MAAM,wCAAwC,GAEjD;IACF,IAAI,EAAE,yCAAyC;IAC/C,WAAW,EAAE;;
|
|
1
|
+
{"version":3,"file":"domainsRegistrarGetBulkAvailability.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mCAAmC,EAAE,MAAM,oDAAoD,CAAC;AACzG,OAAO,EAAE,4CAA4C,EAAE,MAAM,uCAAuC,CAAC;AACrG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,4CAA4C;CACtD,CAAC;AAEF,MAAM,CAAC,MAAM,wCAAwC,GAEjD;IACF,IAAI,EAAE,yCAAyC;IAC/C,WAAW,EAAE;;uVAEwU;IACrV,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,mCAAmC,CACjE,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainsRegistrarGetContactInfoSchema.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarGetContactInfoSchema.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,yCAAyC,EAAE,cAAc,CACpE,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"domainsRegistrarGetContactInfoSchema.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarGetContactInfoSchema.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,yCAAyC,EAAE,cAAc,CACpE,OAAO,IAAI,CAyBZ,CAAC"}
|
|
@@ -9,9 +9,9 @@ const args = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool$domainsRegistrarGetContactInfoSchema = {
|
|
11
11
|
name: "domains-registrar-get-contact-info-schema",
|
|
12
|
-
description: `Get
|
|
12
|
+
description: `Get contact info schema
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
Some TLDs require additional contact information. Use this endpoint to get the schema for the tld-specific contact information for a domain.`,
|
|
15
15
|
args,
|
|
16
16
|
tool: async (client, args, ctx) => {
|
|
17
17
|
const [result, apiCall] = await domainsRegistrarGetContactInfoSchema(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainsRegistrarGetContactInfoSchema.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarGetContactInfoSchema.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,oCAAoC,EAAE,MAAM,qDAAqD,CAAC;AAC3G,OAAO,EAAE,yCAAyC,EAAE,MAAM,wCAAwC,CAAC;AACnG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,yCAAyC;CACnD,CAAC;AAEF,MAAM,CAAC,MAAM,yCAAyC,GAElD;IACF,IAAI,EAAE,2CAA2C;IACjD,WAAW,
|
|
1
|
+
{"version":3,"file":"domainsRegistrarGetContactInfoSchema.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarGetContactInfoSchema.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,oCAAoC,EAAE,MAAM,qDAAqD,CAAC;AAC3G,OAAO,EAAE,yCAAyC,EAAE,MAAM,wCAAwC,CAAC;AACnG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,yCAAyC;CACnD,CAAC;AAEF,MAAM,CAAC,MAAM,yCAAyC,GAElD;IACF,IAAI,EAAE,2CAA2C;IACjD,WAAW,EAAE;;6IAE8H;IAC3I,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,oCAAoC,CAClE,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
|
|
@@ -11,7 +11,7 @@ export const tool$domainsRegistrarGetDomainAuthCode = {
|
|
|
11
11
|
name: "domains-registrar-get-domain-auth-code",
|
|
12
12
|
description: `Get the auth code for a domain
|
|
13
13
|
|
|
14
|
-
Get the auth code for a domain
|
|
14
|
+
Get the auth code for a domain. This is required to transfer a domain from Vercel to another registrar.`,
|
|
15
15
|
args,
|
|
16
16
|
tool: async (client, args, ctx) => {
|
|
17
17
|
const [result, apiCall] = await domainsRegistrarGetDomainAuthCode(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainsRegistrarGetDomainAuthCode.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarGetDomainAuthCode.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,iCAAiC,EAAE,MAAM,kDAAkD,CAAC;AACrG,OAAO,EAAE,sCAAsC,EAAE,MAAM,qCAAqC,CAAC;AAC7F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,sCAAsC;CAChD,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GAE/C;IACF,IAAI,EAAE,wCAAwC;IAC9C,WAAW,EAAE
|
|
1
|
+
{"version":3,"file":"domainsRegistrarGetDomainAuthCode.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarGetDomainAuthCode.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,iCAAiC,EAAE,MAAM,kDAAkD,CAAC;AACrG,OAAO,EAAE,sCAAsC,EAAE,MAAM,qCAAqC,CAAC;AAC7F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,sCAAsC;CAChD,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GAE/C;IACF,IAAI,EAAE,wCAAwC;IAC9C,WAAW,EAAE;;wGAEyF;IACtG,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,iCAAiC,CAC/D,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
|
|
@@ -9,9 +9,9 @@ const args = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool$domainsRegistrarGetDomainAvailability = {
|
|
11
11
|
name: "domains-registrar-get-domain-availability",
|
|
12
|
-
description: `Get availability for a
|
|
12
|
+
description: `Get availability for a domain
|
|
13
13
|
|
|
14
|
-
Get availability for a specific domain
|
|
14
|
+
Get availability for a specific domain. If the domain is available, it can be purchased using the [Buy a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-a-domain) endpoint or the [Buy multiple domains](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-multiple-domains) endpoint.`,
|
|
15
15
|
args,
|
|
16
16
|
tool: async (client, args, ctx) => {
|
|
17
17
|
const [result, apiCall] = await domainsRegistrarGetDomainAvailability(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainsRegistrarGetDomainAvailability.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarGetDomainAvailability.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qCAAqC,EAAE,MAAM,sDAAsD,CAAC;AAC7G,OAAO,EAAE,0CAA0C,EAAE,MAAM,yCAAyC,CAAC;AACrG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,0CAA0C;CACpD,CAAC;AAEF,MAAM,CAAC,MAAM,0CAA0C,GAEnD;IACF,IAAI,EAAE,2CAA2C;IACjD,WAAW,EAAE;;
|
|
1
|
+
{"version":3,"file":"domainsRegistrarGetDomainAvailability.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarGetDomainAvailability.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qCAAqC,EAAE,MAAM,sDAAsD,CAAC;AAC7G,OAAO,EAAE,0CAA0C,EAAE,MAAM,yCAAyC,CAAC;AACrG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,0CAA0C;CACpD,CAAC;AAEF,MAAM,CAAC,MAAM,0CAA0C,GAEnD;IACF,IAAI,EAAE,2CAA2C;IACjD,WAAW,EAAE;;oVAEqU;IAClV,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,qCAAqC,CACnE,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
|
|
@@ -9,7 +9,7 @@ const args = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool$domainsRegistrarGetDomainPrice = {
|
|
11
11
|
name: "domains-registrar-get-domain-price",
|
|
12
|
-
description: `Get price data for a
|
|
12
|
+
description: `Get price data for a domain
|
|
13
13
|
|
|
14
14
|
Get price data for a specific domain`,
|
|
15
15
|
args,
|
|
@@ -9,9 +9,9 @@ const args = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool$domainsRegistrarGetDomainTransferIn = {
|
|
11
11
|
name: "domains-registrar-get-domain-transfer-in",
|
|
12
|
-
description: `Get
|
|
12
|
+
description: `Get a domain's transfer status
|
|
13
13
|
|
|
14
|
-
Get
|
|
14
|
+
Get the transfer status for a domain`,
|
|
15
15
|
args,
|
|
16
16
|
tool: async (client, args, ctx) => {
|
|
17
17
|
const [result, apiCall] = await domainsRegistrarGetDomainTransferIn(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainsRegistrarGetDomainTransferIn.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarGetDomainTransferIn.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mCAAmC,EAAE,MAAM,oDAAoD,CAAC;AACzG,OAAO,EAAE,wCAAwC,EAAE,MAAM,uCAAuC,CAAC;AACjG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,wCAAwC;CAClD,CAAC;AAEF,MAAM,CAAC,MAAM,wCAAwC,GAEjD;IACF,IAAI,EAAE,0CAA0C;IAChD,WAAW,EAAE
|
|
1
|
+
{"version":3,"file":"domainsRegistrarGetDomainTransferIn.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarGetDomainTransferIn.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mCAAmC,EAAE,MAAM,oDAAoD,CAAC;AACzG,OAAO,EAAE,wCAAwC,EAAE,MAAM,uCAAuC,CAAC;AACjG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,wCAAwC;CAClD,CAAC;AAEF,MAAM,CAAC,MAAM,wCAAwC,GAEjD;IACF,IAAI,EAAE,0CAA0C;IAChD,WAAW,EAAE;;qCAEsB;IACnC,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,mCAAmC,CACjE,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
|
|
@@ -9,9 +9,9 @@ const args = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool$domainsRegistrarGetOrder = {
|
|
11
11
|
name: "domains-registrar-get-order",
|
|
12
|
-
description: `Get
|
|
12
|
+
description: `Get a domain order
|
|
13
13
|
|
|
14
|
-
Get a domain order`,
|
|
14
|
+
Get information about a domain order by its ID`,
|
|
15
15
|
args,
|
|
16
16
|
tool: async (client, args, ctx) => {
|
|
17
17
|
const [result, apiCall] = await domainsRegistrarGetOrder(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainsRegistrarGetOrder.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarGetOrder.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AACnF,OAAO,EAAE,6BAA6B,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,6BAA6B;CACvC,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAAgC;IACxE,IAAI,EAAE,6BAA6B;IACnC,WAAW,EAAE
|
|
1
|
+
{"version":3,"file":"domainsRegistrarGetOrder.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarGetOrder.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AACnF,OAAO,EAAE,6BAA6B,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,6BAA6B;CACvC,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAAgC;IACxE,IAAI,EAAE,6BAA6B;IACnC,WAAW,EAAE;;+CAEgC;IAC7C,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,wBAAwB,CACtD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
|
|
@@ -5,9 +5,9 @@ import { domainsRegistrarGetSupportedTlds } from "../../funcs/domainsRegistrarGe
|
|
|
5
5
|
import { formatResult } from "../tools.js";
|
|
6
6
|
export const tool$domainsRegistrarGetSupportedTlds = {
|
|
7
7
|
name: "domains-registrar-get-supported-tlds",
|
|
8
|
-
description: `Get
|
|
8
|
+
description: `Get supported TLDs
|
|
9
9
|
|
|
10
|
-
Get supported
|
|
10
|
+
Get a list of TLDs supported by Vercel`,
|
|
11
11
|
tool: async (client, ctx) => {
|
|
12
12
|
const [result, apiCall] = await domainsRegistrarGetSupportedTlds(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
13
13
|
if (!result.ok) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainsRegistrarGetSupportedTlds.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,iDAAiD,CAAC;AACnG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,CAAC,MAAM,qCAAqC,GAAmB;IACnE,IAAI,EAAE,sCAAsC;IAC5C,WAAW,EAAE;;
|
|
1
|
+
{"version":3,"file":"domainsRegistrarGetSupportedTlds.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,iDAAiD,CAAC;AACnG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,CAAC,MAAM,qCAAqC,GAAmB;IACnE,IAAI,EAAE,sCAAsC;IAC5C,WAAW,EAAE;;uCAEwB;IACrC,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,EAAE;QAC1B,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,gCAAgC,CAC9D,MAAM,EACN,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
|
|
@@ -9,9 +9,9 @@ const args = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool$domainsRegistrarGetTldPrice = {
|
|
11
11
|
name: "domains-registrar-get-tld-price",
|
|
12
|
-
description: `Get price data
|
|
12
|
+
description: `Get TLD price data
|
|
13
13
|
|
|
14
|
-
Get TLD price data
|
|
14
|
+
Get price data for a specific TLD. This only reflects base prices for the given TLD. Premium domains may have different prices. Use the [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain) endpoint to get the price data for a specific domain.`,
|
|
15
15
|
args,
|
|
16
16
|
tool: async (client, args, ctx) => {
|
|
17
17
|
const [result, apiCall] = await domainsRegistrarGetTldPrice(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainsRegistrarGetTldPrice.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarGetTldPrice.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,2BAA2B,EAAE,MAAM,4CAA4C,CAAC;AACzF,OAAO,EAAE,gCAAgC,EAAE,MAAM,+BAA+B,CAAC;AACjF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,gCAAgC;CAC1C,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAAgC;IAC3E,IAAI,EAAE,iCAAiC;IACvC,WAAW,EAAE;;
|
|
1
|
+
{"version":3,"file":"domainsRegistrarGetTldPrice.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarGetTldPrice.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,2BAA2B,EAAE,MAAM,4CAA4C,CAAC;AACzF,OAAO,EAAE,gCAAgC,EAAE,MAAM,+BAA+B,CAAC;AACjF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,gCAAgC;CAC1C,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAAgC;IAC3E,IAAI,EAAE,iCAAiC;IACvC,WAAW,EAAE;;gUAEiT;IAC9T,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,2BAA2B,CACzD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
|
|
@@ -9,9 +9,9 @@ const args = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool$domainsRegistrarTransferInDomain = {
|
|
11
11
|
name: "domains-registrar-transfer-in-domain",
|
|
12
|
-
description: `Transfer a domain
|
|
12
|
+
description: `Transfer-in a domain
|
|
13
13
|
|
|
14
|
-
Transfer
|
|
14
|
+
Transfer a domain in from another registrar`,
|
|
15
15
|
args,
|
|
16
16
|
tool: async (client, args, ctx) => {
|
|
17
17
|
const [result, apiCall] = await domainsRegistrarTransferInDomain(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainsRegistrarTransferInDomain.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarTransferInDomain.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,iDAAiD,CAAC;AACnG,OAAO,EAAE,qCAAqC,EAAE,MAAM,oCAAoC,CAAC;AAC3F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,qCAAqC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,qCAAqC,GAE9C;IACF,IAAI,EAAE,sCAAsC;IAC5C,WAAW,EAAE;;
|
|
1
|
+
{"version":3,"file":"domainsRegistrarTransferInDomain.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarTransferInDomain.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,iDAAiD,CAAC;AACnG,OAAO,EAAE,qCAAqC,EAAE,MAAM,oCAAoC,CAAC;AAC3F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,qCAAqC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,qCAAqC,GAE9C;IACF,IAAI,EAAE,sCAAsC;IAC5C,WAAW,EAAE;;4CAE6B;IAC1C,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,gCAAgC,CAC9D,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
|
|
@@ -9,9 +9,9 @@ const args = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool$domainsRegistrarUpdateDomainAutoRenew = {
|
|
11
11
|
name: "domains-registrar-update-domain-auto-renew",
|
|
12
|
-
description: `Update
|
|
12
|
+
description: `Update auto-renew for a domain
|
|
13
13
|
|
|
14
|
-
Update auto-renew for a domain`,
|
|
14
|
+
Update the auto-renew setting for a domain`,
|
|
15
15
|
args,
|
|
16
16
|
tool: async (client, args, ctx) => {
|
|
17
17
|
const [result, apiCall] = await domainsRegistrarUpdateDomainAutoRenew(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainsRegistrarUpdateDomainAutoRenew.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qCAAqC,EAAE,MAAM,sDAAsD,CAAC;AAC7G,OAAO,EAAE,0CAA0C,EAAE,MAAM,yCAAyC,CAAC;AACrG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,0CAA0C;CACpD,CAAC;AAEF,MAAM,CAAC,MAAM,0CAA0C,GAEnD;IACF,IAAI,EAAE,4CAA4C;IAClD,WAAW,EAAE
|
|
1
|
+
{"version":3,"file":"domainsRegistrarUpdateDomainAutoRenew.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qCAAqC,EAAE,MAAM,sDAAsD,CAAC;AAC7G,OAAO,EAAE,0CAA0C,EAAE,MAAM,yCAAyC,CAAC;AACrG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,0CAA0C;CACpD,CAAC;AAEF,MAAM,CAAC,MAAM,0CAA0C,GAEnD;IACF,IAAI,EAAE,4CAA4C;IAClD,WAAW,EAAE;;2CAE4B;IACzC,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,qCAAqC,CACnE,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC,CAAC;IACvC,CAAC;CACF,CAAC"}
|
|
@@ -9,9 +9,9 @@ const args = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool$domainsRegistrarUpdateDomainNameservers = {
|
|
11
11
|
name: "domains-registrar-update-domain-nameservers",
|
|
12
|
-
description: `Update
|
|
12
|
+
description: `Update nameservers for a domain
|
|
13
13
|
|
|
14
|
-
Update nameservers for a domain
|
|
14
|
+
Update the nameservers for a domain. Pass an empty array to use Vercel's default nameservers.`,
|
|
15
15
|
args,
|
|
16
16
|
tool: async (client, args, ctx) => {
|
|
17
17
|
const [result, apiCall] = await domainsRegistrarUpdateDomainNameservers(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainsRegistrarUpdateDomainNameservers.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uCAAuC,EAAE,MAAM,wDAAwD,CAAC;AACjH,OAAO,EAAE,4CAA4C,EAAE,MAAM,2CAA2C,CAAC;AACzG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,4CAA4C;CACtD,CAAC;AAEF,MAAM,CAAC,MAAM,4CAA4C,GAErD;IACF,IAAI,EAAE,6CAA6C;IACnD,WAAW,EAAE;;
|
|
1
|
+
{"version":3,"file":"domainsRegistrarUpdateDomainNameservers.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uCAAuC,EAAE,MAAM,wDAAwD,CAAC;AACjH,OAAO,EAAE,4CAA4C,EAAE,MAAM,2CAA2C,CAAC;AACzG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,4CAA4C;CACtD,CAAC;AAEF,MAAM,CAAC,MAAM,4CAA4C,GAErD;IACF,IAAI,EAAE,6CAA6C;IACnD,WAAW,EAAE;;8FAE+E;IAC5F,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,uCAAuC,CACrE,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC,CAAC;IACvC,CAAC;CACF,CAAC"}
|
|
@@ -11,7 +11,7 @@ export const tool$projectsUploadProjectClientCert = {
|
|
|
11
11
|
name: "projects-upload-project-client-cert",
|
|
12
12
|
description: `Upload client certificate for egress mTLS
|
|
13
13
|
|
|
14
|
-
Upload
|
|
14
|
+
Upload a client certificate for mTLS authentication to external origins.`,
|
|
15
15
|
args,
|
|
16
16
|
tool: async (client, args, ctx) => {
|
|
17
17
|
const [result, apiCall] = await projectsUploadProjectClientCert(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projectsUploadProjectClientCert.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/projectsUploadProjectClientCert.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,+BAA+B,EAAE,MAAM,gDAAgD,CAAC;AACjG,OAAO,EAAE,4CAA4C,EAAE,MAAM,2CAA2C,CAAC;AACzG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,4CAA4C;CACtD,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,IAAI,EAAE,qCAAqC;IAC3C,WAAW,EAAE;;
|
|
1
|
+
{"version":3,"file":"projectsUploadProjectClientCert.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/projectsUploadProjectClientCert.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,+BAA+B,EAAE,MAAM,gDAAgD,CAAC;AACjG,OAAO,EAAE,4CAA4C,EAAE,MAAM,2CAA2C,CAAC;AACzG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,4CAA4C;CACtD,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,IAAI,EAAE,qCAAqC;IAC3C,WAAW,EAAE;;yEAEwD;IACrE,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,+BAA+B,CAC7D,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
|