@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
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { Result as SafeParseResult } from "../types/fp.js";
|
|
3
|
-
import { RateLimitNotice, RateLimitNotice$Outbound } from "./ratelimitnotice.js";
|
|
4
|
-
import { SDKValidationError } from "./sdkvalidationerror.js";
|
|
5
|
-
import { VercelError } from "./vercelerror.js";
|
|
6
|
-
export type VercelRateLimitErrorError = {
|
|
7
|
-
code: string;
|
|
8
|
-
message: string;
|
|
9
|
-
limit?: RateLimitNotice | undefined;
|
|
10
|
-
};
|
|
11
|
-
export type VercelRateLimitErrorData = {
|
|
12
|
-
error: VercelRateLimitErrorError;
|
|
13
|
-
};
|
|
14
|
-
export declare class VercelRateLimitError extends VercelError {
|
|
15
|
-
error: VercelRateLimitErrorError;
|
|
16
|
-
/** The original data that was passed to this error instance. */
|
|
17
|
-
data$: VercelRateLimitErrorData;
|
|
18
|
-
constructor(err: VercelRateLimitErrorData, httpMeta: {
|
|
19
|
-
response: Response;
|
|
20
|
-
request: Request;
|
|
21
|
-
body: string;
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
/** @internal */
|
|
25
|
-
export declare const VercelRateLimitErrorError$inboundSchema: z.ZodType<VercelRateLimitErrorError, z.ZodTypeDef, unknown>;
|
|
26
|
-
/** @internal */
|
|
27
|
-
export type VercelRateLimitErrorError$Outbound = {
|
|
28
|
-
code: string;
|
|
29
|
-
message: string;
|
|
30
|
-
limit?: RateLimitNotice$Outbound | undefined;
|
|
31
|
-
};
|
|
32
|
-
/** @internal */
|
|
33
|
-
export declare const VercelRateLimitErrorError$outboundSchema: z.ZodType<VercelRateLimitErrorError$Outbound, z.ZodTypeDef, VercelRateLimitErrorError>;
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
37
|
-
*/
|
|
38
|
-
export declare namespace VercelRateLimitErrorError$ {
|
|
39
|
-
/** @deprecated use `VercelRateLimitErrorError$inboundSchema` instead. */
|
|
40
|
-
const inboundSchema: z.ZodType<VercelRateLimitErrorError, z.ZodTypeDef, unknown>;
|
|
41
|
-
/** @deprecated use `VercelRateLimitErrorError$outboundSchema` instead. */
|
|
42
|
-
const outboundSchema: z.ZodType<VercelRateLimitErrorError$Outbound, z.ZodTypeDef, VercelRateLimitErrorError>;
|
|
43
|
-
/** @deprecated use `VercelRateLimitErrorError$Outbound` instead. */
|
|
44
|
-
type Outbound = VercelRateLimitErrorError$Outbound;
|
|
45
|
-
}
|
|
46
|
-
export declare function vercelRateLimitErrorErrorToJSON(vercelRateLimitErrorError: VercelRateLimitErrorError): string;
|
|
47
|
-
export declare function vercelRateLimitErrorErrorFromJSON(jsonString: string): SafeParseResult<VercelRateLimitErrorError, SDKValidationError>;
|
|
48
|
-
/** @internal */
|
|
49
|
-
export declare const VercelRateLimitError$inboundSchema: z.ZodType<VercelRateLimitError, z.ZodTypeDef, unknown>;
|
|
50
|
-
/** @internal */
|
|
51
|
-
export type VercelRateLimitError$Outbound = {
|
|
52
|
-
error: VercelRateLimitErrorError$Outbound;
|
|
53
|
-
};
|
|
54
|
-
/** @internal */
|
|
55
|
-
export declare const VercelRateLimitError$outboundSchema: z.ZodType<VercelRateLimitError$Outbound, z.ZodTypeDef, VercelRateLimitError>;
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
59
|
-
*/
|
|
60
|
-
export declare namespace VercelRateLimitError$ {
|
|
61
|
-
/** @deprecated use `VercelRateLimitError$inboundSchema` instead. */
|
|
62
|
-
const inboundSchema: z.ZodType<VercelRateLimitError, z.ZodTypeDef, unknown>;
|
|
63
|
-
/** @deprecated use `VercelRateLimitError$outboundSchema` instead. */
|
|
64
|
-
const outboundSchema: z.ZodType<VercelRateLimitError$Outbound, z.ZodTypeDef, VercelRateLimitError>;
|
|
65
|
-
/** @deprecated use `VercelRateLimitError$Outbound` instead. */
|
|
66
|
-
type Outbound = VercelRateLimitError$Outbound;
|
|
67
|
-
}
|
|
68
|
-
//# sourceMappingURL=vercelratelimiterror.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vercelratelimiterror.d.ts","sourceRoot":"","sources":["../../src/models/vercelratelimiterror.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EACL,eAAe,EAEf,wBAAwB,EAEzB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,MAAM,MAAM,yBAAyB,GAAG;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;CACrC,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,EAAE,yBAAyB,CAAC;CAClC,CAAC;AAEF,qBAAa,oBAAqB,SAAQ,WAAW;IACnD,KAAK,EAAE,yBAAyB,CAAC;IAEjC,gEAAgE;IAChE,KAAK,EAAE,wBAAwB,CAAC;gBAG9B,GAAG,EAAE,wBAAwB,EAC7B,QAAQ,EAAE;QAAE,QAAQ,EAAE,QAAQ,CAAC;QAAC,OAAO,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE;CAUnE;AAED,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,yBAAyB,EACzB,CAAC,CAAC,UAAU,EACZ,OAAO,CAKP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,kCAAkC,GAAG;IAC/C,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;CAC9C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC9D,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,yBAAyB,CAKzB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,0BAA0B,CAAC;IAC1C,yEAAyE;IAClE,MAAM,aAAa,6DAA0C,CAAC;IACrE,0EAA0E;IACnE,MAAM,cAAc,wFAA2C,CAAC;IACvE,oEAAoE;IACpE,KAAY,QAAQ,GAAG,kCAAkC,CAAC;CAC3D;AAED,wBAAgB,+BAA+B,CAC7C,yBAAyB,EAAE,yBAAyB,GACnD,MAAM,CAIR;AAED,wBAAgB,iCAAiC,CAC/C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,yBAAyB,EAAE,kBAAkB,CAAC,CAMhE;AAED,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,oBAAoB,EACpB,CAAC,CAAC,UAAU,EACZ,OAAO,CAaL,CAAC;AAEL,gBAAgB;AAChB,MAAM,MAAM,6BAA6B,GAAG;IAC1C,KAAK,EAAE,kCAAkC,CAAC;CAC3C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,6BAA6B,EAC7B,CAAC,CAAC,UAAU,EACZ,oBAAoB,CAKjB,CAAC;AAEN;;;GAGG;AACH,yBAAiB,qBAAqB,CAAC;IACrC,oEAAoE;IAC7D,MAAM,aAAa,wDAAqC,CAAC;IAChE,qEAAqE;IAC9D,MAAM,cAAc,8EAAsC,CAAC;IAClE,+DAA+D;IAC/D,KAAY,QAAQ,GAAG,6BAA6B,CAAC;CACtD"}
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
import * as z from "zod";
|
|
5
|
-
import { safeParse } from "../lib/schemas.js";
|
|
6
|
-
import { RateLimitNotice$inboundSchema, RateLimitNotice$outboundSchema, } from "./ratelimitnotice.js";
|
|
7
|
-
import { VercelError } from "./vercelerror.js";
|
|
8
|
-
export class VercelRateLimitError extends VercelError {
|
|
9
|
-
constructor(err, httpMeta) {
|
|
10
|
-
const message = err.error?.message
|
|
11
|
-
|| `API error occurred: ${JSON.stringify(err)}`;
|
|
12
|
-
super(message, httpMeta);
|
|
13
|
-
this.data$ = err;
|
|
14
|
-
this.error = err.error;
|
|
15
|
-
this.name = "VercelRateLimitError";
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
/** @internal */
|
|
19
|
-
export const VercelRateLimitErrorError$inboundSchema = z.object({
|
|
20
|
-
code: z.string(),
|
|
21
|
-
message: z.string(),
|
|
22
|
-
limit: RateLimitNotice$inboundSchema.optional(),
|
|
23
|
-
});
|
|
24
|
-
/** @internal */
|
|
25
|
-
export const VercelRateLimitErrorError$outboundSchema = z.object({
|
|
26
|
-
code: z.string(),
|
|
27
|
-
message: z.string(),
|
|
28
|
-
limit: RateLimitNotice$outboundSchema.optional(),
|
|
29
|
-
});
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
33
|
-
*/
|
|
34
|
-
export var VercelRateLimitErrorError$;
|
|
35
|
-
(function (VercelRateLimitErrorError$) {
|
|
36
|
-
/** @deprecated use `VercelRateLimitErrorError$inboundSchema` instead. */
|
|
37
|
-
VercelRateLimitErrorError$.inboundSchema = VercelRateLimitErrorError$inboundSchema;
|
|
38
|
-
/** @deprecated use `VercelRateLimitErrorError$outboundSchema` instead. */
|
|
39
|
-
VercelRateLimitErrorError$.outboundSchema = VercelRateLimitErrorError$outboundSchema;
|
|
40
|
-
})(VercelRateLimitErrorError$ || (VercelRateLimitErrorError$ = {}));
|
|
41
|
-
export function vercelRateLimitErrorErrorToJSON(vercelRateLimitErrorError) {
|
|
42
|
-
return JSON.stringify(VercelRateLimitErrorError$outboundSchema.parse(vercelRateLimitErrorError));
|
|
43
|
-
}
|
|
44
|
-
export function vercelRateLimitErrorErrorFromJSON(jsonString) {
|
|
45
|
-
return safeParse(jsonString, (x) => VercelRateLimitErrorError$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'VercelRateLimitErrorError' from JSON`);
|
|
46
|
-
}
|
|
47
|
-
/** @internal */
|
|
48
|
-
export const VercelRateLimitError$inboundSchema = z.object({
|
|
49
|
-
error: z.lazy(() => VercelRateLimitErrorError$inboundSchema),
|
|
50
|
-
request$: z.instanceof(Request),
|
|
51
|
-
response$: z.instanceof(Response),
|
|
52
|
-
body$: z.string(),
|
|
53
|
-
})
|
|
54
|
-
.transform((v) => {
|
|
55
|
-
return new VercelRateLimitError(v, {
|
|
56
|
-
request: v.request$,
|
|
57
|
-
response: v.response$,
|
|
58
|
-
body: v.body$,
|
|
59
|
-
});
|
|
60
|
-
});
|
|
61
|
-
/** @internal */
|
|
62
|
-
export const VercelRateLimitError$outboundSchema = z.instanceof(VercelRateLimitError)
|
|
63
|
-
.transform(v => v.data$)
|
|
64
|
-
.pipe(z.object({
|
|
65
|
-
error: z.lazy(() => VercelRateLimitErrorError$outboundSchema),
|
|
66
|
-
}));
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
70
|
-
*/
|
|
71
|
-
export var VercelRateLimitError$;
|
|
72
|
-
(function (VercelRateLimitError$) {
|
|
73
|
-
/** @deprecated use `VercelRateLimitError$inboundSchema` instead. */
|
|
74
|
-
VercelRateLimitError$.inboundSchema = VercelRateLimitError$inboundSchema;
|
|
75
|
-
/** @deprecated use `VercelRateLimitError$outboundSchema` instead. */
|
|
76
|
-
VercelRateLimitError$.outboundSchema = VercelRateLimitError$outboundSchema;
|
|
77
|
-
})(VercelRateLimitError$ || (VercelRateLimitError$ = {}));
|
|
78
|
-
//# sourceMappingURL=vercelratelimiterror.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vercelratelimiterror.js","sourceRoot":"","sources":["../../src/models/vercelratelimiterror.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,OAAO,EAEL,6BAA6B,EAE7B,8BAA8B,GAC/B,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAY/C,MAAM,OAAO,oBAAqB,SAAQ,WAAW;IAMnD,YACE,GAA6B,EAC7B,QAAgE;QAEhE,MAAM,OAAO,GAAG,GAAG,CAAC,KAAK,EAAE,OAAO;eAC7B,uBAAuB,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC;QAClD,KAAK,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;QACzB,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC;QACjB,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC;QAEvB,IAAI,CAAC,IAAI,GAAG,sBAAsB,CAAC;IACrC,CAAC;CACF;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,KAAK,EAAE,6BAA6B,CAAC,QAAQ,EAAE;CAChD,CAAC,CAAC;AASH,gBAAgB;AAChB,MAAM,CAAC,MAAM,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,KAAK,EAAE,8BAA8B,CAAC,QAAQ,EAAE;CACjD,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,0BAA0B,CAO1C;AAPD,WAAiB,0BAA0B;IACzC,yEAAyE;IAC5D,wCAAa,GAAG,uCAAuC,CAAC;IACrE,0EAA0E;IAC7D,yCAAc,GAAG,wCAAwC,CAAC;AAGzE,CAAC,EAPgB,0BAA0B,KAA1B,0BAA0B,QAO1C;AAED,MAAM,UAAU,+BAA+B,CAC7C,yBAAoD;IAEpD,OAAO,IAAI,CAAC,SAAS,CACnB,wCAAwC,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAC1E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iCAAiC,CAC/C,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,uCAAuC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACnE,uDAAuD,CACxD,CAAC;AACJ,CAAC;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,uCAAuC,CAAC;IAC5D,QAAQ,EAAE,CAAC,CAAC,UAAU,CAAC,OAAO,CAAC;IAC/B,SAAS,EAAE,CAAC,CAAC,UAAU,CAAC,QAAQ,CAAC;IACjC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC;KACC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACf,OAAO,IAAI,oBAAoB,CAAC,CAAC,EAAE;QACjC,OAAO,EAAE,CAAC,CAAC,QAAQ;QACnB,QAAQ,EAAE,CAAC,CAAC,SAAS;QACrB,IAAI,EAAE,CAAC,CAAC,KAAK;KACd,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAOL,gBAAgB;AAChB,MAAM,CAAC,MAAM,mCAAmC,GAI5C,CAAC,CAAC,UAAU,CAAC,oBAAoB,CAAC;KACnC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC;KACvB,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC;IACb,KAAK,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,wCAAwC,CAAC;CAC9D,CAAC,CAAC,CAAC;AAEN;;;GAGG;AACH,MAAM,KAAW,qBAAqB,CAOrC;AAPD,WAAiB,qBAAqB;IACpC,oEAAoE;IACvD,mCAAa,GAAG,kCAAkC,CAAC;IAChE,qEAAqE;IACxD,oCAAc,GAAG,mCAAmC,CAAC;AAGpE,CAAC,EAPgB,qBAAqB,KAArB,qBAAqB,QAOrC"}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import * as z from "zod";
|
|
6
|
-
import { safeParse } from "../lib/schemas.js";
|
|
7
|
-
import { Result as SafeParseResult } from "../types/fp.js";
|
|
8
|
-
import {
|
|
9
|
-
InternalServerError,
|
|
10
|
-
InternalServerError$inboundSchema,
|
|
11
|
-
InternalServerError$Outbound,
|
|
12
|
-
InternalServerError$outboundSchema,
|
|
13
|
-
} from "./internalservererror.js";
|
|
14
|
-
import {
|
|
15
|
-
NotAuthorizedForScope,
|
|
16
|
-
NotAuthorizedForScope$inboundSchema,
|
|
17
|
-
NotAuthorizedForScope$Outbound,
|
|
18
|
-
NotAuthorizedForScope$outboundSchema,
|
|
19
|
-
} from "./notauthorizedforscope.js";
|
|
20
|
-
import { SDKValidationError } from "./sdkvalidationerror.js";
|
|
21
|
-
import {
|
|
22
|
-
Unauthorized,
|
|
23
|
-
Unauthorized$inboundSchema,
|
|
24
|
-
Unauthorized$Outbound,
|
|
25
|
-
Unauthorized$outboundSchema,
|
|
26
|
-
} from "./unauthorized.js";
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* Unauthorized
|
|
30
|
-
*/
|
|
31
|
-
export type GetSupportedTldsResponseBody =
|
|
32
|
-
| Unauthorized
|
|
33
|
-
| NotAuthorizedForScope
|
|
34
|
-
| InternalServerError;
|
|
35
|
-
|
|
36
|
-
/** @internal */
|
|
37
|
-
export const GetSupportedTldsResponseBody$inboundSchema: z.ZodType<
|
|
38
|
-
GetSupportedTldsResponseBody,
|
|
39
|
-
z.ZodTypeDef,
|
|
40
|
-
unknown
|
|
41
|
-
> = z.union([
|
|
42
|
-
Unauthorized$inboundSchema,
|
|
43
|
-
NotAuthorizedForScope$inboundSchema,
|
|
44
|
-
InternalServerError$inboundSchema,
|
|
45
|
-
]);
|
|
46
|
-
|
|
47
|
-
/** @internal */
|
|
48
|
-
export type GetSupportedTldsResponseBody$Outbound =
|
|
49
|
-
| Unauthorized$Outbound
|
|
50
|
-
| NotAuthorizedForScope$Outbound
|
|
51
|
-
| InternalServerError$Outbound;
|
|
52
|
-
|
|
53
|
-
/** @internal */
|
|
54
|
-
export const GetSupportedTldsResponseBody$outboundSchema: z.ZodType<
|
|
55
|
-
GetSupportedTldsResponseBody$Outbound,
|
|
56
|
-
z.ZodTypeDef,
|
|
57
|
-
GetSupportedTldsResponseBody
|
|
58
|
-
> = z.union([
|
|
59
|
-
Unauthorized$outboundSchema,
|
|
60
|
-
NotAuthorizedForScope$outboundSchema,
|
|
61
|
-
InternalServerError$outboundSchema,
|
|
62
|
-
]);
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* @internal
|
|
66
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
67
|
-
*/
|
|
68
|
-
export namespace GetSupportedTldsResponseBody$ {
|
|
69
|
-
/** @deprecated use `GetSupportedTldsResponseBody$inboundSchema` instead. */
|
|
70
|
-
export const inboundSchema = GetSupportedTldsResponseBody$inboundSchema;
|
|
71
|
-
/** @deprecated use `GetSupportedTldsResponseBody$outboundSchema` instead. */
|
|
72
|
-
export const outboundSchema = GetSupportedTldsResponseBody$outboundSchema;
|
|
73
|
-
/** @deprecated use `GetSupportedTldsResponseBody$Outbound` instead. */
|
|
74
|
-
export type Outbound = GetSupportedTldsResponseBody$Outbound;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
export function getSupportedTldsResponseBodyToJSON(
|
|
78
|
-
getSupportedTldsResponseBody: GetSupportedTldsResponseBody,
|
|
79
|
-
): string {
|
|
80
|
-
return JSON.stringify(
|
|
81
|
-
GetSupportedTldsResponseBody$outboundSchema.parse(
|
|
82
|
-
getSupportedTldsResponseBody,
|
|
83
|
-
),
|
|
84
|
-
);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
export function getSupportedTldsResponseBodyFromJSON(
|
|
88
|
-
jsonString: string,
|
|
89
|
-
): SafeParseResult<GetSupportedTldsResponseBody, SDKValidationError> {
|
|
90
|
-
return safeParse(
|
|
91
|
-
jsonString,
|
|
92
|
-
(x) => GetSupportedTldsResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
93
|
-
`Failed to parse 'GetSupportedTldsResponseBody' from JSON`,
|
|
94
|
-
);
|
|
95
|
-
}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import * as z from "zod";
|
|
6
|
-
import { safeParse } from "../lib/schemas.js";
|
|
7
|
-
import { Result as SafeParseResult } from "../types/fp.js";
|
|
8
|
-
import { SDKValidationError } from "./sdkvalidationerror.js";
|
|
9
|
-
|
|
10
|
-
export type RateLimitNotice = {
|
|
11
|
-
remaining: number;
|
|
12
|
-
reset: number;
|
|
13
|
-
resetMs: number;
|
|
14
|
-
total: number;
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
/** @internal */
|
|
18
|
-
export const RateLimitNotice$inboundSchema: z.ZodType<
|
|
19
|
-
RateLimitNotice,
|
|
20
|
-
z.ZodTypeDef,
|
|
21
|
-
unknown
|
|
22
|
-
> = z.object({
|
|
23
|
-
remaining: z.number().int(),
|
|
24
|
-
reset: z.number().int(),
|
|
25
|
-
resetMs: z.number().int(),
|
|
26
|
-
total: z.number().int(),
|
|
27
|
-
});
|
|
28
|
-
|
|
29
|
-
/** @internal */
|
|
30
|
-
export type RateLimitNotice$Outbound = {
|
|
31
|
-
remaining: number;
|
|
32
|
-
reset: number;
|
|
33
|
-
resetMs: number;
|
|
34
|
-
total: number;
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
/** @internal */
|
|
38
|
-
export const RateLimitNotice$outboundSchema: z.ZodType<
|
|
39
|
-
RateLimitNotice$Outbound,
|
|
40
|
-
z.ZodTypeDef,
|
|
41
|
-
RateLimitNotice
|
|
42
|
-
> = z.object({
|
|
43
|
-
remaining: z.number().int(),
|
|
44
|
-
reset: z.number().int(),
|
|
45
|
-
resetMs: z.number().int(),
|
|
46
|
-
total: z.number().int(),
|
|
47
|
-
});
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
52
|
-
*/
|
|
53
|
-
export namespace RateLimitNotice$ {
|
|
54
|
-
/** @deprecated use `RateLimitNotice$inboundSchema` instead. */
|
|
55
|
-
export const inboundSchema = RateLimitNotice$inboundSchema;
|
|
56
|
-
/** @deprecated use `RateLimitNotice$outboundSchema` instead. */
|
|
57
|
-
export const outboundSchema = RateLimitNotice$outboundSchema;
|
|
58
|
-
/** @deprecated use `RateLimitNotice$Outbound` instead. */
|
|
59
|
-
export type Outbound = RateLimitNotice$Outbound;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
export function rateLimitNoticeToJSON(
|
|
63
|
-
rateLimitNotice: RateLimitNotice,
|
|
64
|
-
): string {
|
|
65
|
-
return JSON.stringify(RateLimitNotice$outboundSchema.parse(rateLimitNotice));
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
export function rateLimitNoticeFromJSON(
|
|
69
|
-
jsonString: string,
|
|
70
|
-
): SafeParseResult<RateLimitNotice, SDKValidationError> {
|
|
71
|
-
return safeParse(
|
|
72
|
-
jsonString,
|
|
73
|
-
(x) => RateLimitNotice$inboundSchema.parse(JSON.parse(x)),
|
|
74
|
-
`Failed to parse 'RateLimitNotice' from JSON`,
|
|
75
|
-
);
|
|
76
|
-
}
|
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import * as z from "zod";
|
|
6
|
-
import { safeParse } from "../lib/schemas.js";
|
|
7
|
-
import { Result as SafeParseResult } from "../types/fp.js";
|
|
8
|
-
import { SDKValidationError } from "./sdkvalidationerror.js";
|
|
9
|
-
import { VercelError } from "./vercelerror.js";
|
|
10
|
-
|
|
11
|
-
export type ErrorT = {
|
|
12
|
-
code: string;
|
|
13
|
-
message: string;
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
export type VercelBadRequestErrorData = {
|
|
17
|
-
error: ErrorT;
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
export class VercelBadRequestError extends VercelError {
|
|
21
|
-
error: ErrorT;
|
|
22
|
-
|
|
23
|
-
/** The original data that was passed to this error instance. */
|
|
24
|
-
data$: VercelBadRequestErrorData;
|
|
25
|
-
|
|
26
|
-
constructor(
|
|
27
|
-
err: VercelBadRequestErrorData,
|
|
28
|
-
httpMeta: { response: Response; request: Request; body: string },
|
|
29
|
-
) {
|
|
30
|
-
const message = err.error?.message
|
|
31
|
-
|| `API error occurred: ${JSON.stringify(err)}`;
|
|
32
|
-
super(message, httpMeta);
|
|
33
|
-
this.data$ = err;
|
|
34
|
-
this.error = err.error;
|
|
35
|
-
|
|
36
|
-
this.name = "VercelBadRequestError";
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
/** @internal */
|
|
41
|
-
export const ErrorT$inboundSchema: z.ZodType<ErrorT, z.ZodTypeDef, unknown> = z
|
|
42
|
-
.object({
|
|
43
|
-
code: z.string(),
|
|
44
|
-
message: z.string(),
|
|
45
|
-
});
|
|
46
|
-
|
|
47
|
-
/** @internal */
|
|
48
|
-
export type ErrorT$Outbound = {
|
|
49
|
-
code: string;
|
|
50
|
-
message: string;
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
/** @internal */
|
|
54
|
-
export const ErrorT$outboundSchema: z.ZodType<
|
|
55
|
-
ErrorT$Outbound,
|
|
56
|
-
z.ZodTypeDef,
|
|
57
|
-
ErrorT
|
|
58
|
-
> = z.object({
|
|
59
|
-
code: z.string(),
|
|
60
|
-
message: z.string(),
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
66
|
-
*/
|
|
67
|
-
export namespace ErrorT$ {
|
|
68
|
-
/** @deprecated use `ErrorT$inboundSchema` instead. */
|
|
69
|
-
export const inboundSchema = ErrorT$inboundSchema;
|
|
70
|
-
/** @deprecated use `ErrorT$outboundSchema` instead. */
|
|
71
|
-
export const outboundSchema = ErrorT$outboundSchema;
|
|
72
|
-
/** @deprecated use `ErrorT$Outbound` instead. */
|
|
73
|
-
export type Outbound = ErrorT$Outbound;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
export function errorToJSON(errorT: ErrorT): string {
|
|
77
|
-
return JSON.stringify(ErrorT$outboundSchema.parse(errorT));
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
export function errorFromJSON(
|
|
81
|
-
jsonString: string,
|
|
82
|
-
): SafeParseResult<ErrorT, SDKValidationError> {
|
|
83
|
-
return safeParse(
|
|
84
|
-
jsonString,
|
|
85
|
-
(x) => ErrorT$inboundSchema.parse(JSON.parse(x)),
|
|
86
|
-
`Failed to parse 'ErrorT' from JSON`,
|
|
87
|
-
);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
/** @internal */
|
|
91
|
-
export const VercelBadRequestError$inboundSchema: z.ZodType<
|
|
92
|
-
VercelBadRequestError,
|
|
93
|
-
z.ZodTypeDef,
|
|
94
|
-
unknown
|
|
95
|
-
> = z.object({
|
|
96
|
-
error: z.lazy(() => ErrorT$inboundSchema),
|
|
97
|
-
request$: z.instanceof(Request),
|
|
98
|
-
response$: z.instanceof(Response),
|
|
99
|
-
body$: z.string(),
|
|
100
|
-
})
|
|
101
|
-
.transform((v) => {
|
|
102
|
-
return new VercelBadRequestError(v, {
|
|
103
|
-
request: v.request$,
|
|
104
|
-
response: v.response$,
|
|
105
|
-
body: v.body$,
|
|
106
|
-
});
|
|
107
|
-
});
|
|
108
|
-
|
|
109
|
-
/** @internal */
|
|
110
|
-
export type VercelBadRequestError$Outbound = {
|
|
111
|
-
error: ErrorT$Outbound;
|
|
112
|
-
};
|
|
113
|
-
|
|
114
|
-
/** @internal */
|
|
115
|
-
export const VercelBadRequestError$outboundSchema: z.ZodType<
|
|
116
|
-
VercelBadRequestError$Outbound,
|
|
117
|
-
z.ZodTypeDef,
|
|
118
|
-
VercelBadRequestError
|
|
119
|
-
> = z.instanceof(VercelBadRequestError)
|
|
120
|
-
.transform(v => v.data$)
|
|
121
|
-
.pipe(z.object({
|
|
122
|
-
error: z.lazy(() => ErrorT$outboundSchema),
|
|
123
|
-
}));
|
|
124
|
-
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
128
|
-
*/
|
|
129
|
-
export namespace VercelBadRequestError$ {
|
|
130
|
-
/** @deprecated use `VercelBadRequestError$inboundSchema` instead. */
|
|
131
|
-
export const inboundSchema = VercelBadRequestError$inboundSchema;
|
|
132
|
-
/** @deprecated use `VercelBadRequestError$outboundSchema` instead. */
|
|
133
|
-
export const outboundSchema = VercelBadRequestError$outboundSchema;
|
|
134
|
-
/** @deprecated use `VercelBadRequestError$Outbound` instead. */
|
|
135
|
-
export type Outbound = VercelBadRequestError$Outbound;
|
|
136
|
-
}
|
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import * as z from "zod";
|
|
6
|
-
import { safeParse } from "../lib/schemas.js";
|
|
7
|
-
import { Result as SafeParseResult } from "../types/fp.js";
|
|
8
|
-
import { SDKValidationError } from "./sdkvalidationerror.js";
|
|
9
|
-
import { VercelError } from "./vercelerror.js";
|
|
10
|
-
|
|
11
|
-
export type VercelForbiddenErrorError = {
|
|
12
|
-
code: string;
|
|
13
|
-
message: string;
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
export type VercelForbiddenErrorData = {
|
|
17
|
-
error: VercelForbiddenErrorError;
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
export class VercelForbiddenError extends VercelError {
|
|
21
|
-
error: VercelForbiddenErrorError;
|
|
22
|
-
|
|
23
|
-
/** The original data that was passed to this error instance. */
|
|
24
|
-
data$: VercelForbiddenErrorData;
|
|
25
|
-
|
|
26
|
-
constructor(
|
|
27
|
-
err: VercelForbiddenErrorData,
|
|
28
|
-
httpMeta: { response: Response; request: Request; body: string },
|
|
29
|
-
) {
|
|
30
|
-
const message = err.error?.message
|
|
31
|
-
|| `API error occurred: ${JSON.stringify(err)}`;
|
|
32
|
-
super(message, httpMeta);
|
|
33
|
-
this.data$ = err;
|
|
34
|
-
this.error = err.error;
|
|
35
|
-
|
|
36
|
-
this.name = "VercelForbiddenError";
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
/** @internal */
|
|
41
|
-
export const VercelForbiddenErrorError$inboundSchema: z.ZodType<
|
|
42
|
-
VercelForbiddenErrorError,
|
|
43
|
-
z.ZodTypeDef,
|
|
44
|
-
unknown
|
|
45
|
-
> = z.object({
|
|
46
|
-
code: z.string(),
|
|
47
|
-
message: z.string(),
|
|
48
|
-
});
|
|
49
|
-
|
|
50
|
-
/** @internal */
|
|
51
|
-
export type VercelForbiddenErrorError$Outbound = {
|
|
52
|
-
code: string;
|
|
53
|
-
message: string;
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
/** @internal */
|
|
57
|
-
export const VercelForbiddenErrorError$outboundSchema: z.ZodType<
|
|
58
|
-
VercelForbiddenErrorError$Outbound,
|
|
59
|
-
z.ZodTypeDef,
|
|
60
|
-
VercelForbiddenErrorError
|
|
61
|
-
> = z.object({
|
|
62
|
-
code: z.string(),
|
|
63
|
-
message: z.string(),
|
|
64
|
-
});
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
69
|
-
*/
|
|
70
|
-
export namespace VercelForbiddenErrorError$ {
|
|
71
|
-
/** @deprecated use `VercelForbiddenErrorError$inboundSchema` instead. */
|
|
72
|
-
export const inboundSchema = VercelForbiddenErrorError$inboundSchema;
|
|
73
|
-
/** @deprecated use `VercelForbiddenErrorError$outboundSchema` instead. */
|
|
74
|
-
export const outboundSchema = VercelForbiddenErrorError$outboundSchema;
|
|
75
|
-
/** @deprecated use `VercelForbiddenErrorError$Outbound` instead. */
|
|
76
|
-
export type Outbound = VercelForbiddenErrorError$Outbound;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
export function vercelForbiddenErrorErrorToJSON(
|
|
80
|
-
vercelForbiddenErrorError: VercelForbiddenErrorError,
|
|
81
|
-
): string {
|
|
82
|
-
return JSON.stringify(
|
|
83
|
-
VercelForbiddenErrorError$outboundSchema.parse(vercelForbiddenErrorError),
|
|
84
|
-
);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
export function vercelForbiddenErrorErrorFromJSON(
|
|
88
|
-
jsonString: string,
|
|
89
|
-
): SafeParseResult<VercelForbiddenErrorError, SDKValidationError> {
|
|
90
|
-
return safeParse(
|
|
91
|
-
jsonString,
|
|
92
|
-
(x) => VercelForbiddenErrorError$inboundSchema.parse(JSON.parse(x)),
|
|
93
|
-
`Failed to parse 'VercelForbiddenErrorError' from JSON`,
|
|
94
|
-
);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
/** @internal */
|
|
98
|
-
export const VercelForbiddenError$inboundSchema: z.ZodType<
|
|
99
|
-
VercelForbiddenError,
|
|
100
|
-
z.ZodTypeDef,
|
|
101
|
-
unknown
|
|
102
|
-
> = z.object({
|
|
103
|
-
error: z.lazy(() => VercelForbiddenErrorError$inboundSchema),
|
|
104
|
-
request$: z.instanceof(Request),
|
|
105
|
-
response$: z.instanceof(Response),
|
|
106
|
-
body$: z.string(),
|
|
107
|
-
})
|
|
108
|
-
.transform((v) => {
|
|
109
|
-
return new VercelForbiddenError(v, {
|
|
110
|
-
request: v.request$,
|
|
111
|
-
response: v.response$,
|
|
112
|
-
body: v.body$,
|
|
113
|
-
});
|
|
114
|
-
});
|
|
115
|
-
|
|
116
|
-
/** @internal */
|
|
117
|
-
export type VercelForbiddenError$Outbound = {
|
|
118
|
-
error: VercelForbiddenErrorError$Outbound;
|
|
119
|
-
};
|
|
120
|
-
|
|
121
|
-
/** @internal */
|
|
122
|
-
export const VercelForbiddenError$outboundSchema: z.ZodType<
|
|
123
|
-
VercelForbiddenError$Outbound,
|
|
124
|
-
z.ZodTypeDef,
|
|
125
|
-
VercelForbiddenError
|
|
126
|
-
> = z.instanceof(VercelForbiddenError)
|
|
127
|
-
.transform(v => v.data$)
|
|
128
|
-
.pipe(z.object({
|
|
129
|
-
error: z.lazy(() => VercelForbiddenErrorError$outboundSchema),
|
|
130
|
-
}));
|
|
131
|
-
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
135
|
-
*/
|
|
136
|
-
export namespace VercelForbiddenError$ {
|
|
137
|
-
/** @deprecated use `VercelForbiddenError$inboundSchema` instead. */
|
|
138
|
-
export const inboundSchema = VercelForbiddenError$inboundSchema;
|
|
139
|
-
/** @deprecated use `VercelForbiddenError$outboundSchema` instead. */
|
|
140
|
-
export const outboundSchema = VercelForbiddenError$outboundSchema;
|
|
141
|
-
/** @deprecated use `VercelForbiddenError$Outbound` instead. */
|
|
142
|
-
export type Outbound = VercelForbiddenError$Outbound;
|
|
143
|
-
}
|