@vercel/sdk 1.0.0-canary.10
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/.devcontainer/README.md +35 -0
- package/LICENSE +201 -0
- package/README.md +838 -0
- package/docs/sdks/accessgroups/README.md +916 -0
- package/docs/sdks/aliases/README.md +420 -0
- package/docs/sdks/artifacts/README.md +491 -0
- package/docs/sdks/authentication/README.md +375 -0
- package/docs/sdks/certs/README.md +307 -0
- package/docs/sdks/checks/README.md +484 -0
- package/docs/sdks/deployments/README.md +778 -0
- package/docs/sdks/dns/README.md +377 -0
- package/docs/sdks/domains/README.md +827 -0
- package/docs/sdks/edgeconfig/README.md +1231 -0
- package/docs/sdks/integrations/README.md +390 -0
- package/docs/sdks/logdrains/README.md +556 -0
- package/docs/sdks/marketplace/README.md +694 -0
- package/docs/sdks/projectmembers/README.md +258 -0
- package/docs/sdks/projects/README.md +1590 -0
- package/docs/sdks/security/README.md +313 -0
- package/docs/sdks/teams/README.md +1148 -0
- package/docs/sdks/user/README.md +239 -0
- package/docs/sdks/vercel/README.md +5 -0
- package/docs/sdks/webhooks/README.md +305 -0
- package/esm/core.d.ts +10 -0
- package/esm/core.d.ts.map +1 -0
- package/esm/core.js +13 -0
- package/esm/core.js.map +1 -0
- package/esm/funcs/accessGroupsCreateAccessGroup.d.ts +15 -0
- package/esm/funcs/accessGroupsCreateAccessGroup.d.ts.map +1 -0
- package/esm/funcs/accessGroupsCreateAccessGroup.js +74 -0
- package/esm/funcs/accessGroupsCreateAccessGroup.js.map +1 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js +77 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts +15 -0
- package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts.map +1 -0
- package/esm/funcs/accessGroupsDeleteAccessGroup.js +80 -0
- package/esm/funcs/accessGroupsDeleteAccessGroup.js.map +1 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.js +81 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts +15 -0
- package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts.map +1 -0
- package/esm/funcs/accessGroupsListAccessGroupMembers.js +82 -0
- package/esm/funcs/accessGroupsListAccessGroupMembers.js.map +1 -0
- package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts +15 -0
- package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts.map +1 -0
- package/esm/funcs/accessGroupsListAccessGroupProjects.js +81 -0
- package/esm/funcs/accessGroupsListAccessGroupProjects.js.map +1 -0
- package/esm/funcs/accessGroupsListAccessGroups.d.ts +15 -0
- package/esm/funcs/accessGroupsListAccessGroups.d.ts.map +1 -0
- package/esm/funcs/accessGroupsListAccessGroups.js +79 -0
- package/esm/funcs/accessGroupsListAccessGroups.js.map +1 -0
- package/esm/funcs/accessGroupsReadAccessGroup.d.ts +15 -0
- package/esm/funcs/accessGroupsReadAccessGroup.d.ts.map +1 -0
- package/esm/funcs/accessGroupsReadAccessGroup.js +79 -0
- package/esm/funcs/accessGroupsReadAccessGroup.js.map +1 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.js +80 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts +15 -0
- package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts.map +1 -0
- package/esm/funcs/accessGroupsUpdateAccessGroup.js +80 -0
- package/esm/funcs/accessGroupsUpdateAccessGroup.js.map +1 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.js +81 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.js.map +1 -0
- package/esm/funcs/aliasesAssignAlias.d.ts +15 -0
- package/esm/funcs/aliasesAssignAlias.d.ts.map +1 -0
- package/esm/funcs/aliasesAssignAlias.js +80 -0
- package/esm/funcs/aliasesAssignAlias.js.map +1 -0
- package/esm/funcs/aliasesDeleteAlias.d.ts +15 -0
- package/esm/funcs/aliasesDeleteAlias.d.ts.map +1 -0
- package/esm/funcs/aliasesDeleteAlias.js +79 -0
- package/esm/funcs/aliasesDeleteAlias.js.map +1 -0
- package/esm/funcs/aliasesGetAlias.d.ts +15 -0
- package/esm/funcs/aliasesGetAlias.d.ts.map +1 -0
- package/esm/funcs/aliasesGetAlias.js +83 -0
- package/esm/funcs/aliasesGetAlias.js.map +1 -0
- package/esm/funcs/aliasesListAliases.d.ts +15 -0
- package/esm/funcs/aliasesListAliases.d.ts.map +1 -0
- package/esm/funcs/aliasesListAliases.js +80 -0
- package/esm/funcs/aliasesListAliases.js.map +1 -0
- package/esm/funcs/aliasesListDeploymentAliases.d.ts +15 -0
- package/esm/funcs/aliasesListDeploymentAliases.d.ts.map +1 -0
- package/esm/funcs/aliasesListDeploymentAliases.js +79 -0
- package/esm/funcs/aliasesListDeploymentAliases.js.map +1 -0
- package/esm/funcs/artifactsArtifactExists.d.ts +15 -0
- package/esm/funcs/artifactsArtifactExists.d.ts.map +1 -0
- package/esm/funcs/artifactsArtifactExists.js +80 -0
- package/esm/funcs/artifactsArtifactExists.js.map +1 -0
- package/esm/funcs/artifactsArtifactQuery.d.ts +17 -0
- package/esm/funcs/artifactsArtifactQuery.d.ts.map +1 -0
- package/esm/funcs/artifactsArtifactQuery.js +75 -0
- package/esm/funcs/artifactsArtifactQuery.js.map +1 -0
- package/esm/funcs/artifactsDownloadArtifact.d.ts +15 -0
- package/esm/funcs/artifactsDownloadArtifact.d.ts.map +1 -0
- package/esm/funcs/artifactsDownloadArtifact.js +84 -0
- package/esm/funcs/artifactsDownloadArtifact.js.map +1 -0
- package/esm/funcs/artifactsRecordEvents.d.ts +15 -0
- package/esm/funcs/artifactsRecordEvents.d.ts.map +1 -0
- package/esm/funcs/artifactsRecordEvents.js +77 -0
- package/esm/funcs/artifactsRecordEvents.js.map +1 -0
- package/esm/funcs/artifactsStatus.d.ts +15 -0
- package/esm/funcs/artifactsStatus.d.ts.map +1 -0
- package/esm/funcs/artifactsStatus.js +73 -0
- package/esm/funcs/artifactsStatus.js.map +1 -0
- package/esm/funcs/artifactsUploadArtifact.d.ts +15 -0
- package/esm/funcs/artifactsUploadArtifact.d.ts.map +1 -0
- package/esm/funcs/artifactsUploadArtifact.js +85 -0
- package/esm/funcs/artifactsUploadArtifact.js.map +1 -0
- package/esm/funcs/authenticationCreateAuthToken.d.ts +15 -0
- package/esm/funcs/authenticationCreateAuthToken.d.ts.map +1 -0
- package/esm/funcs/authenticationCreateAuthToken.js +74 -0
- package/esm/funcs/authenticationCreateAuthToken.js.map +1 -0
- package/esm/funcs/authenticationDeleteAuthToken.d.ts +15 -0
- package/esm/funcs/authenticationDeleteAuthToken.d.ts.map +1 -0
- package/esm/funcs/authenticationDeleteAuthToken.js +74 -0
- package/esm/funcs/authenticationDeleteAuthToken.js.map +1 -0
- package/esm/funcs/authenticationExchangeSsoToken.d.ts +15 -0
- package/esm/funcs/authenticationExchangeSsoToken.d.ts.map +1 -0
- package/esm/funcs/authenticationExchangeSsoToken.js +66 -0
- package/esm/funcs/authenticationExchangeSsoToken.js.map +1 -0
- package/esm/funcs/authenticationGetAuthToken.d.ts +15 -0
- package/esm/funcs/authenticationGetAuthToken.d.ts.map +1 -0
- package/esm/funcs/authenticationGetAuthToken.js +74 -0
- package/esm/funcs/authenticationGetAuthToken.js.map +1 -0
- package/esm/funcs/authenticationListAuthTokens.d.ts +15 -0
- package/esm/funcs/authenticationListAuthTokens.d.ts.map +1 -0
- package/esm/funcs/authenticationListAuthTokens.js +59 -0
- package/esm/funcs/authenticationListAuthTokens.js.map +1 -0
- package/esm/funcs/certsGetCertById.d.ts +15 -0
- package/esm/funcs/certsGetCertById.d.ts.map +1 -0
- package/esm/funcs/certsGetCertById.js +79 -0
- package/esm/funcs/certsGetCertById.js.map +1 -0
- package/esm/funcs/certsIssueCert.d.ts +15 -0
- package/esm/funcs/certsIssueCert.d.ts.map +1 -0
- package/esm/funcs/certsIssueCert.js +74 -0
- package/esm/funcs/certsIssueCert.js.map +1 -0
- package/esm/funcs/certsRemoveCert.d.ts +15 -0
- package/esm/funcs/certsRemoveCert.d.ts.map +1 -0
- package/esm/funcs/certsRemoveCert.js +79 -0
- package/esm/funcs/certsRemoveCert.js.map +1 -0
- package/esm/funcs/certsUploadCert.d.ts +15 -0
- package/esm/funcs/certsUploadCert.d.ts.map +1 -0
- package/esm/funcs/certsUploadCert.js +74 -0
- package/esm/funcs/certsUploadCert.js.map +1 -0
- package/esm/funcs/checksCreateCheck.d.ts +15 -0
- package/esm/funcs/checksCreateCheck.d.ts.map +1 -0
- package/esm/funcs/checksCreateCheck.js +80 -0
- package/esm/funcs/checksCreateCheck.js.map +1 -0
- package/esm/funcs/checksGetAllChecks.d.ts +15 -0
- package/esm/funcs/checksGetAllChecks.d.ts.map +1 -0
- package/esm/funcs/checksGetAllChecks.js +79 -0
- package/esm/funcs/checksGetAllChecks.js.map +1 -0
- package/esm/funcs/checksGetCheck.d.ts +15 -0
- package/esm/funcs/checksGetCheck.d.ts.map +1 -0
- package/esm/funcs/checksGetCheck.js +83 -0
- package/esm/funcs/checksGetCheck.js.map +1 -0
- package/esm/funcs/checksRerequestCheck.d.ts +15 -0
- package/esm/funcs/checksRerequestCheck.d.ts.map +1 -0
- package/esm/funcs/checksRerequestCheck.js +83 -0
- package/esm/funcs/checksRerequestCheck.js.map +1 -0
- package/esm/funcs/checksUpdateCheck.d.ts +15 -0
- package/esm/funcs/checksUpdateCheck.d.ts.map +1 -0
- package/esm/funcs/checksUpdateCheck.js +84 -0
- package/esm/funcs/checksUpdateCheck.js.map +1 -0
- package/esm/funcs/deploymentsCancelDeployment.d.ts +15 -0
- package/esm/funcs/deploymentsCancelDeployment.d.ts.map +1 -0
- package/esm/funcs/deploymentsCancelDeployment.js +79 -0
- package/esm/funcs/deploymentsCancelDeployment.js.map +1 -0
- package/esm/funcs/deploymentsCreateDeployment.d.ts +15 -0
- package/esm/funcs/deploymentsCreateDeployment.d.ts.map +1 -0
- package/esm/funcs/deploymentsCreateDeployment.js +76 -0
- package/esm/funcs/deploymentsCreateDeployment.js.map +1 -0
- package/esm/funcs/deploymentsDeleteDeployment.d.ts +15 -0
- package/esm/funcs/deploymentsDeleteDeployment.d.ts.map +1 -0
- package/esm/funcs/deploymentsDeleteDeployment.js +80 -0
- package/esm/funcs/deploymentsDeleteDeployment.js.map +1 -0
- package/esm/funcs/deploymentsGetDeployment.d.ts +15 -0
- package/esm/funcs/deploymentsGetDeployment.d.ts.map +1 -0
- package/esm/funcs/deploymentsGetDeployment.js +80 -0
- package/esm/funcs/deploymentsGetDeployment.js.map +1 -0
- package/esm/funcs/deploymentsGetDeploymentEvents.d.ts +15 -0
- package/esm/funcs/deploymentsGetDeploymentEvents.d.ts.map +1 -0
- package/esm/funcs/deploymentsGetDeploymentEvents.js +89 -0
- package/esm/funcs/deploymentsGetDeploymentEvents.js.map +1 -0
- package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts +15 -0
- package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +1 -0
- package/esm/funcs/deploymentsGetDeploymentFileContents.js +85 -0
- package/esm/funcs/deploymentsGetDeploymentFileContents.js.map +1 -0
- package/esm/funcs/deploymentsGetDeployments.d.ts +15 -0
- package/esm/funcs/deploymentsGetDeployments.d.ts.map +1 -0
- package/esm/funcs/deploymentsGetDeployments.js +84 -0
- package/esm/funcs/deploymentsGetDeployments.js.map +1 -0
- package/esm/funcs/deploymentsListDeploymentFiles.d.ts +16 -0
- package/esm/funcs/deploymentsListDeploymentFiles.d.ts.map +1 -0
- package/esm/funcs/deploymentsListDeploymentFiles.js +81 -0
- package/esm/funcs/deploymentsListDeploymentFiles.js.map +1 -0
- package/esm/funcs/deploymentsUploadFile.d.ts +15 -0
- package/esm/funcs/deploymentsUploadFile.d.ts.map +1 -0
- package/esm/funcs/deploymentsUploadFile.js +83 -0
- package/esm/funcs/deploymentsUploadFile.js.map +1 -0
- package/esm/funcs/dnsCreateRecord.d.ts +15 -0
- package/esm/funcs/dnsCreateRecord.d.ts.map +1 -0
- package/esm/funcs/dnsCreateRecord.js +80 -0
- package/esm/funcs/dnsCreateRecord.js.map +1 -0
- package/esm/funcs/dnsGetRecords.d.ts +15 -0
- package/esm/funcs/dnsGetRecords.d.ts.map +1 -0
- package/esm/funcs/dnsGetRecords.js +82 -0
- package/esm/funcs/dnsGetRecords.js.map +1 -0
- package/esm/funcs/dnsRemoveRecord.d.ts +15 -0
- package/esm/funcs/dnsRemoveRecord.d.ts.map +1 -0
- package/esm/funcs/dnsRemoveRecord.js +83 -0
- package/esm/funcs/dnsRemoveRecord.js.map +1 -0
- package/esm/funcs/dnsUpdateRecord.d.ts +15 -0
- package/esm/funcs/dnsUpdateRecord.d.ts.map +1 -0
- package/esm/funcs/dnsUpdateRecord.js +80 -0
- package/esm/funcs/dnsUpdateRecord.js.map +1 -0
- package/esm/funcs/domainsBuyDomain.d.ts +15 -0
- package/esm/funcs/domainsBuyDomain.d.ts.map +1 -0
- package/esm/funcs/domainsBuyDomain.js +74 -0
- package/esm/funcs/domainsBuyDomain.js.map +1 -0
- package/esm/funcs/domainsCheckDomainPrice.d.ts +15 -0
- package/esm/funcs/domainsCheckDomainPrice.d.ts.map +1 -0
- package/esm/funcs/domainsCheckDomainPrice.js +75 -0
- package/esm/funcs/domainsCheckDomainPrice.js.map +1 -0
- package/esm/funcs/domainsCheckDomainStatus.d.ts +15 -0
- package/esm/funcs/domainsCheckDomainStatus.d.ts.map +1 -0
- package/esm/funcs/domainsCheckDomainStatus.js +74 -0
- package/esm/funcs/domainsCheckDomainStatus.js.map +1 -0
- package/esm/funcs/domainsCreateOrTransferDomain.d.ts +15 -0
- package/esm/funcs/domainsCreateOrTransferDomain.d.ts.map +1 -0
- package/esm/funcs/domainsCreateOrTransferDomain.js +74 -0
- package/esm/funcs/domainsCreateOrTransferDomain.js.map +1 -0
- package/esm/funcs/domainsDeleteDomain.d.ts +15 -0
- package/esm/funcs/domainsDeleteDomain.d.ts.map +1 -0
- package/esm/funcs/domainsDeleteDomain.js +79 -0
- package/esm/funcs/domainsDeleteDomain.js.map +1 -0
- package/esm/funcs/domainsGetDomain.d.ts +15 -0
- package/esm/funcs/domainsGetDomain.d.ts.map +1 -0
- package/esm/funcs/domainsGetDomain.js +79 -0
- package/esm/funcs/domainsGetDomain.js.map +1 -0
- package/esm/funcs/domainsGetDomainConfig.d.ts +15 -0
- package/esm/funcs/domainsGetDomainConfig.d.ts.map +1 -0
- package/esm/funcs/domainsGetDomainConfig.js +80 -0
- package/esm/funcs/domainsGetDomainConfig.js.map +1 -0
- package/esm/funcs/domainsGetDomainTransfer.d.ts +15 -0
- package/esm/funcs/domainsGetDomainTransfer.d.ts.map +1 -0
- package/esm/funcs/domainsGetDomainTransfer.js +79 -0
- package/esm/funcs/domainsGetDomainTransfer.js.map +1 -0
- package/esm/funcs/domainsGetDomains.d.ts +15 -0
- package/esm/funcs/domainsGetDomains.d.ts.map +1 -0
- package/esm/funcs/domainsGetDomains.js +76 -0
- package/esm/funcs/domainsGetDomains.js.map +1 -0
- package/esm/funcs/domainsPatchDomain.d.ts +15 -0
- package/esm/funcs/domainsPatchDomain.d.ts.map +1 -0
- package/esm/funcs/domainsPatchDomain.js +80 -0
- package/esm/funcs/domainsPatchDomain.js.map +1 -0
- package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts +15 -0
- package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts.map +1 -0
- package/esm/funcs/edgeConfigCreateEdgeConfig.js +74 -0
- package/esm/funcs/edgeConfigCreateEdgeConfig.js.map +1 -0
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts +15 -0
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts.map +1 -0
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.js +80 -0
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +1 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts +15 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts.map +1 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfig.js +80 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +1 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts +15 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts.map +1 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +80 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +1 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts +15 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts.map +1 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +81 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfig.d.ts +15 -0
- package/esm/funcs/edgeConfigGetEdgeConfig.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfig.js +79 -0
- package/esm/funcs/edgeConfigGetEdgeConfig.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts +15 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.js +80 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts +15 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.js +82 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts +16 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItem.js +81 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItem.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts +16 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItems.js +80 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts +15 -0
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.js +79 -0
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts +16 -0
- package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigToken.js +84 -0
- package/esm/funcs/edgeConfigGetEdgeConfigToken.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts +16 -0
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.js +80 -0
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts +15 -0
- package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigs.js +74 -0
- package/esm/funcs/edgeConfigGetEdgeConfigs.js.map +1 -0
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts +15 -0
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts.map +1 -0
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +81 -0
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +1 -0
- package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts +15 -0
- package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts.map +1 -0
- package/esm/funcs/edgeConfigUpdateEdgeConfig.js +80 -0
- package/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +1 -0
- package/esm/funcs/integrationsDeleteConfiguration.d.ts +15 -0
- package/esm/funcs/integrationsDeleteConfiguration.d.ts.map +1 -0
- package/esm/funcs/integrationsDeleteConfiguration.js +80 -0
- package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -0
- package/esm/funcs/integrationsGetConfiguration.d.ts +15 -0
- package/esm/funcs/integrationsGetConfiguration.d.ts.map +1 -0
- package/esm/funcs/integrationsGetConfiguration.js +79 -0
- package/esm/funcs/integrationsGetConfiguration.js.map +1 -0
- package/esm/funcs/integrationsGetConfigurations.d.ts +15 -0
- package/esm/funcs/integrationsGetConfigurations.d.ts.map +1 -0
- package/esm/funcs/integrationsGetConfigurations.js +76 -0
- package/esm/funcs/integrationsGetConfigurations.js.map +1 -0
- package/esm/funcs/integrationsGitNamespaces.d.ts +15 -0
- package/esm/funcs/integrationsGitNamespaces.d.ts.map +1 -0
- package/esm/funcs/integrationsGitNamespaces.js +74 -0
- package/esm/funcs/integrationsGitNamespaces.js.map +1 -0
- package/esm/funcs/integrationsSearchRepo.d.ts +15 -0
- package/esm/funcs/integrationsSearchRepo.d.ts.map +1 -0
- package/esm/funcs/integrationsSearchRepo.js +78 -0
- package/esm/funcs/integrationsSearchRepo.js.map +1 -0
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +15 -0
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +1 -0
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +74 -0
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +1 -0
- package/esm/funcs/logDrainsCreateLogDrain.d.ts +15 -0
- package/esm/funcs/logDrainsCreateLogDrain.d.ts.map +1 -0
- package/esm/funcs/logDrainsCreateLogDrain.js +74 -0
- package/esm/funcs/logDrainsCreateLogDrain.js.map +1 -0
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +15 -0
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +1 -0
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +80 -0
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +1 -0
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +15 -0
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts.map +1 -0
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +80 -0
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js.map +1 -0
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts +15 -0
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +1 -0
- package/esm/funcs/logDrainsGetAllLogDrains.js +75 -0
- package/esm/funcs/logDrainsGetAllLogDrains.js.map +1 -0
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +15 -0
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +1 -0
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js +79 -0
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +1 -0
- package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts +15 -0
- package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts.map +1 -0
- package/esm/funcs/logDrainsGetIntegrationLogDrains.js +74 -0
- package/esm/funcs/logDrainsGetIntegrationLogDrains.js.map +1 -0
- package/esm/funcs/marketplaceCreateEvent.d.ts +15 -0
- package/esm/funcs/marketplaceCreateEvent.d.ts.map +1 -0
- package/esm/funcs/marketplaceCreateEvent.js +73 -0
- package/esm/funcs/marketplaceCreateEvent.js.map +1 -0
- package/esm/funcs/marketplaceExchangeSsoToken.d.ts +15 -0
- package/esm/funcs/marketplaceExchangeSsoToken.d.ts.map +1 -0
- package/esm/funcs/marketplaceExchangeSsoToken.js +66 -0
- package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -0
- package/esm/funcs/marketplaceGetAccountInfo.d.ts +15 -0
- package/esm/funcs/marketplaceGetAccountInfo.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetAccountInfo.js +71 -0
- package/esm/funcs/marketplaceGetAccountInfo.js.map +1 -0
- package/esm/funcs/marketplaceGetInvoice.d.ts +15 -0
- package/esm/funcs/marketplaceGetInvoice.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetInvoice.js +75 -0
- package/esm/funcs/marketplaceGetInvoice.js.map +1 -0
- package/esm/funcs/marketplaceGetMember.d.ts +15 -0
- package/esm/funcs/marketplaceGetMember.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetMember.js +75 -0
- package/esm/funcs/marketplaceGetMember.js.map +1 -0
- package/esm/funcs/marketplaceSubmitBillingData.d.ts +15 -0
- package/esm/funcs/marketplaceSubmitBillingData.d.ts.map +1 -0
- package/esm/funcs/marketplaceSubmitBillingData.js +73 -0
- package/esm/funcs/marketplaceSubmitBillingData.js.map +1 -0
- package/esm/funcs/marketplaceSubmitInvoice.d.ts +15 -0
- package/esm/funcs/marketplaceSubmitInvoice.d.ts.map +1 -0
- package/esm/funcs/marketplaceSubmitInvoice.js +72 -0
- package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -0
- package/esm/funcs/marketplaceUpdateInvoice.d.ts +15 -0
- package/esm/funcs/marketplaceUpdateInvoice.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateInvoice.js +77 -0
- package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts +15 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +78 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -0
- package/esm/funcs/projectMembersAddProjectMember.d.ts +15 -0
- package/esm/funcs/projectMembersAddProjectMember.d.ts.map +1 -0
- package/esm/funcs/projectMembersAddProjectMember.js +80 -0
- package/esm/funcs/projectMembersAddProjectMember.js.map +1 -0
- package/esm/funcs/projectMembersGetProjectMembers.d.ts +15 -0
- package/esm/funcs/projectMembersGetProjectMembers.d.ts.map +1 -0
- package/esm/funcs/projectMembersGetProjectMembers.js +83 -0
- package/esm/funcs/projectMembersGetProjectMembers.js.map +1 -0
- package/esm/funcs/projectMembersRemoveProjectMember.d.ts +15 -0
- package/esm/funcs/projectMembersRemoveProjectMember.d.ts.map +1 -0
- package/esm/funcs/projectMembersRemoveProjectMember.js +83 -0
- package/esm/funcs/projectMembersRemoveProjectMember.js.map +1 -0
- package/esm/funcs/projectsAddProjectDomain.d.ts +15 -0
- package/esm/funcs/projectsAddProjectDomain.d.ts.map +1 -0
- package/esm/funcs/projectsAddProjectDomain.js +80 -0
- package/esm/funcs/projectsAddProjectDomain.js.map +1 -0
- package/esm/funcs/projectsCreateProject.d.ts +15 -0
- package/esm/funcs/projectsCreateProject.d.ts.map +1 -0
- package/esm/funcs/projectsCreateProject.js +74 -0
- package/esm/funcs/projectsCreateProject.js.map +1 -0
- package/esm/funcs/projectsCreateProjectEnv.d.ts +15 -0
- package/esm/funcs/projectsCreateProjectEnv.d.ts.map +1 -0
- package/esm/funcs/projectsCreateProjectEnv.js +81 -0
- package/esm/funcs/projectsCreateProjectEnv.js.map +1 -0
- package/esm/funcs/projectsDeleteProject.d.ts +15 -0
- package/esm/funcs/projectsDeleteProject.d.ts.map +1 -0
- package/esm/funcs/projectsDeleteProject.js +80 -0
- package/esm/funcs/projectsDeleteProject.js.map +1 -0
- package/esm/funcs/projectsEditProjectEnv.d.ts +15 -0
- package/esm/funcs/projectsEditProjectEnv.d.ts.map +1 -0
- package/esm/funcs/projectsEditProjectEnv.js +84 -0
- package/esm/funcs/projectsEditProjectEnv.js.map +1 -0
- package/esm/funcs/projectsFilterProjectEnvs.d.ts +15 -0
- package/esm/funcs/projectsFilterProjectEnvs.d.ts.map +1 -0
- package/esm/funcs/projectsFilterProjectEnvs.js +82 -0
- package/esm/funcs/projectsFilterProjectEnvs.js.map +1 -0
- package/esm/funcs/projectsGetProjectDomain.d.ts +15 -0
- package/esm/funcs/projectsGetProjectDomain.d.ts.map +1 -0
- package/esm/funcs/projectsGetProjectDomain.js +83 -0
- package/esm/funcs/projectsGetProjectDomain.js.map +1 -0
- package/esm/funcs/projectsGetProjectDomains.d.ts +15 -0
- package/esm/funcs/projectsGetProjectDomains.d.ts.map +1 -0
- package/esm/funcs/projectsGetProjectDomains.js +89 -0
- package/esm/funcs/projectsGetProjectDomains.js.map +1 -0
- package/esm/funcs/projectsGetProjectEnv.d.ts +15 -0
- package/esm/funcs/projectsGetProjectEnv.d.ts.map +1 -0
- package/esm/funcs/projectsGetProjectEnv.js +83 -0
- package/esm/funcs/projectsGetProjectEnv.js.map +1 -0
- package/esm/funcs/projectsGetProjects.d.ts +15 -0
- package/esm/funcs/projectsGetProjects.d.ts.map +1 -0
- package/esm/funcs/projectsGetProjects.js +84 -0
- package/esm/funcs/projectsGetProjects.js.map +1 -0
- package/esm/funcs/projectsListPromoteAliases.d.ts +15 -0
- package/esm/funcs/projectsListPromoteAliases.d.ts.map +1 -0
- package/esm/funcs/projectsListPromoteAliases.js +83 -0
- package/esm/funcs/projectsListPromoteAliases.js.map +1 -0
- package/esm/funcs/projectsRemoveProjectDomain.d.ts +15 -0
- package/esm/funcs/projectsRemoveProjectDomain.d.ts.map +1 -0
- package/esm/funcs/projectsRemoveProjectDomain.js +83 -0
- package/esm/funcs/projectsRemoveProjectDomain.js.map +1 -0
- package/esm/funcs/projectsRemoveProjectEnv.d.ts +15 -0
- package/esm/funcs/projectsRemoveProjectEnv.d.ts.map +1 -0
- package/esm/funcs/projectsRemoveProjectEnv.js +83 -0
- package/esm/funcs/projectsRemoveProjectEnv.js.map +1 -0
- package/esm/funcs/projectsRequestPromote.d.ts +15 -0
- package/esm/funcs/projectsRequestPromote.d.ts.map +1 -0
- package/esm/funcs/projectsRequestPromote.js +84 -0
- package/esm/funcs/projectsRequestPromote.js.map +1 -0
- package/esm/funcs/projectsUpdateProject.d.ts +15 -0
- package/esm/funcs/projectsUpdateProject.d.ts.map +1 -0
- package/esm/funcs/projectsUpdateProject.js +80 -0
- package/esm/funcs/projectsUpdateProject.js.map +1 -0
- package/esm/funcs/projectsUpdateProjectDataCache.d.ts +15 -0
- package/esm/funcs/projectsUpdateProjectDataCache.d.ts.map +1 -0
- package/esm/funcs/projectsUpdateProjectDataCache.js +80 -0
- package/esm/funcs/projectsUpdateProjectDataCache.js.map +1 -0
- package/esm/funcs/projectsUpdateProjectDomain.d.ts +15 -0
- package/esm/funcs/projectsUpdateProjectDomain.d.ts.map +1 -0
- package/esm/funcs/projectsUpdateProjectDomain.js +84 -0
- package/esm/funcs/projectsUpdateProjectDomain.js.map +1 -0
- package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts +15 -0
- package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts.map +1 -0
- package/esm/funcs/projectsUpdateProjectProtectionBypass.js +80 -0
- package/esm/funcs/projectsUpdateProjectProtectionBypass.js.map +1 -0
- package/esm/funcs/projectsVerifyProjectDomain.d.ts +15 -0
- package/esm/funcs/projectsVerifyProjectDomain.d.ts.map +1 -0
- package/esm/funcs/projectsVerifyProjectDomain.js +83 -0
- package/esm/funcs/projectsVerifyProjectDomain.js.map +1 -0
- package/esm/funcs/securityGetFirewallConfig.d.ts +15 -0
- package/esm/funcs/securityGetFirewallConfig.d.ts.map +1 -0
- package/esm/funcs/securityGetFirewallConfig.js +80 -0
- package/esm/funcs/securityGetFirewallConfig.js.map +1 -0
- package/esm/funcs/securityPutFirewallConfig.d.ts +15 -0
- package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
- package/esm/funcs/securityPutFirewallConfig.js +75 -0
- package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
- package/esm/funcs/securityUpdateAttackChallengeMode.d.ts +15 -0
- package/esm/funcs/securityUpdateAttackChallengeMode.d.ts.map +1 -0
- package/esm/funcs/securityUpdateAttackChallengeMode.js +74 -0
- package/esm/funcs/securityUpdateAttackChallengeMode.js.map +1 -0
- package/esm/funcs/securityUpdateFirewallConfig.d.ts +15 -0
- package/esm/funcs/securityUpdateFirewallConfig.d.ts.map +1 -0
- package/esm/funcs/securityUpdateFirewallConfig.js +75 -0
- package/esm/funcs/securityUpdateFirewallConfig.js.map +1 -0
- package/esm/funcs/teamsCreateTeam.d.ts +15 -0
- package/esm/funcs/teamsCreateTeam.d.ts.map +1 -0
- package/esm/funcs/teamsCreateTeam.js +71 -0
- package/esm/funcs/teamsCreateTeam.js.map +1 -0
- package/esm/funcs/teamsDeleteTeam.d.ts +15 -0
- package/esm/funcs/teamsDeleteTeam.d.ts.map +1 -0
- package/esm/funcs/teamsDeleteTeam.js +80 -0
- package/esm/funcs/teamsDeleteTeam.js.map +1 -0
- package/esm/funcs/teamsDeleteTeamInviteCode.d.ts +15 -0
- package/esm/funcs/teamsDeleteTeamInviteCode.d.ts.map +1 -0
- package/esm/funcs/teamsDeleteTeamInviteCode.js +78 -0
- package/esm/funcs/teamsDeleteTeamInviteCode.js.map +1 -0
- package/esm/funcs/teamsGetTeam.d.ts +17 -0
- package/esm/funcs/teamsGetTeam.d.ts.map +1 -0
- package/esm/funcs/teamsGetTeam.js +79 -0
- package/esm/funcs/teamsGetTeam.js.map +1 -0
- package/esm/funcs/teamsGetTeamAccessRequest.d.ts +15 -0
- package/esm/funcs/teamsGetTeamAccessRequest.d.ts.map +1 -0
- package/esm/funcs/teamsGetTeamAccessRequest.js +78 -0
- package/esm/funcs/teamsGetTeamAccessRequest.js.map +1 -0
- package/esm/funcs/teamsGetTeamMembers.d.ts +15 -0
- package/esm/funcs/teamsGetTeamMembers.d.ts.map +1 -0
- package/esm/funcs/teamsGetTeamMembers.js +84 -0
- package/esm/funcs/teamsGetTeamMembers.js.map +1 -0
- package/esm/funcs/teamsGetTeams.d.ts +15 -0
- package/esm/funcs/teamsGetTeams.d.ts.map +1 -0
- package/esm/funcs/teamsGetTeams.js +74 -0
- package/esm/funcs/teamsGetTeams.js.map +1 -0
- package/esm/funcs/teamsInviteUserToTeam.d.ts +15 -0
- package/esm/funcs/teamsInviteUserToTeam.d.ts.map +1 -0
- package/esm/funcs/teamsInviteUserToTeam.js +75 -0
- package/esm/funcs/teamsInviteUserToTeam.js.map +1 -0
- package/esm/funcs/teamsJoinTeam.d.ts +15 -0
- package/esm/funcs/teamsJoinTeam.d.ts.map +1 -0
- package/esm/funcs/teamsJoinTeam.js +75 -0
- package/esm/funcs/teamsJoinTeam.js.map +1 -0
- package/esm/funcs/teamsPatchTeam.d.ts +17 -0
- package/esm/funcs/teamsPatchTeam.d.ts.map +1 -0
- package/esm/funcs/teamsPatchTeam.js +80 -0
- package/esm/funcs/teamsPatchTeam.js.map +1 -0
- package/esm/funcs/teamsRemoveTeamMember.d.ts +15 -0
- package/esm/funcs/teamsRemoveTeamMember.d.ts.map +1 -0
- package/esm/funcs/teamsRemoveTeamMember.js +82 -0
- package/esm/funcs/teamsRemoveTeamMember.js.map +1 -0
- package/esm/funcs/teamsRequestAccessToTeam.d.ts +15 -0
- package/esm/funcs/teamsRequestAccessToTeam.d.ts.map +1 -0
- package/esm/funcs/teamsRequestAccessToTeam.js +75 -0
- package/esm/funcs/teamsRequestAccessToTeam.js.map +1 -0
- package/esm/funcs/teamsUpdateTeamMember.d.ts +15 -0
- package/esm/funcs/teamsUpdateTeamMember.d.ts.map +1 -0
- package/esm/funcs/teamsUpdateTeamMember.js +79 -0
- package/esm/funcs/teamsUpdateTeamMember.js.map +1 -0
- package/esm/funcs/userGetAuthUser.d.ts +15 -0
- package/esm/funcs/userGetAuthUser.d.ts.map +1 -0
- package/esm/funcs/userGetAuthUser.js +59 -0
- package/esm/funcs/userGetAuthUser.js.map +1 -0
- package/esm/funcs/userListUserEvents.d.ts +15 -0
- package/esm/funcs/userListUserEvents.d.ts.map +1 -0
- package/esm/funcs/userListUserEvents.js +79 -0
- package/esm/funcs/userListUserEvents.js.map +1 -0
- package/esm/funcs/userRequestDelete.d.ts +15 -0
- package/esm/funcs/userRequestDelete.d.ts.map +1 -0
- package/esm/funcs/userRequestDelete.js +71 -0
- package/esm/funcs/userRequestDelete.js.map +1 -0
- package/esm/funcs/webhooksCreateWebhook.d.ts +15 -0
- package/esm/funcs/webhooksCreateWebhook.d.ts.map +1 -0
- package/esm/funcs/webhooksCreateWebhook.js +74 -0
- package/esm/funcs/webhooksCreateWebhook.js.map +1 -0
- package/esm/funcs/webhooksDeleteWebhook.d.ts +15 -0
- package/esm/funcs/webhooksDeleteWebhook.d.ts.map +1 -0
- package/esm/funcs/webhooksDeleteWebhook.js +80 -0
- package/esm/funcs/webhooksDeleteWebhook.js.map +1 -0
- package/esm/funcs/webhooksGetWebhook.d.ts +15 -0
- package/esm/funcs/webhooksGetWebhook.d.ts.map +1 -0
- package/esm/funcs/webhooksGetWebhook.js +79 -0
- package/esm/funcs/webhooksGetWebhook.js.map +1 -0
- package/esm/funcs/webhooksGetWebhooks.d.ts +15 -0
- package/esm/funcs/webhooksGetWebhooks.d.ts.map +1 -0
- package/esm/funcs/webhooksGetWebhooks.js +74 -0
- package/esm/funcs/webhooksGetWebhooks.js.map +1 -0
- package/esm/hooks/hooks.d.ts +24 -0
- package/esm/hooks/hooks.d.ts.map +1 -0
- package/esm/hooks/hooks.js +64 -0
- package/esm/hooks/hooks.js.map +1 -0
- package/esm/hooks/registration.d.ts +3 -0
- package/esm/hooks/registration.d.ts.map +1 -0
- package/esm/hooks/registration.js +12 -0
- package/esm/hooks/registration.js.map +1 -0
- package/esm/hooks/types.d.ts +76 -0
- package/esm/hooks/types.d.ts.map +1 -0
- package/esm/hooks/types.js +5 -0
- package/esm/hooks/types.js.map +1 -0
- package/esm/index.d.ts +4 -0
- package/esm/index.d.ts.map +1 -0
- package/esm/index.js +7 -0
- package/esm/index.js.map +1 -0
- package/esm/lib/base64.d.ts +10 -0
- package/esm/lib/base64.d.ts.map +1 -0
- package/esm/lib/base64.js +29 -0
- package/esm/lib/base64.js.map +1 -0
- package/esm/lib/config.d.ts +34 -0
- package/esm/lib/config.d.ts.map +1 -0
- package/esm/lib/config.js +35 -0
- package/esm/lib/config.js.map +1 -0
- package/esm/lib/dlv.d.ts +14 -0
- package/esm/lib/dlv.d.ts.map +1 -0
- package/esm/lib/dlv.js +46 -0
- package/esm/lib/dlv.js.map +1 -0
- package/esm/lib/encodings.d.ts +51 -0
- package/esm/lib/encodings.d.ts.map +1 -0
- package/esm/lib/encodings.js +330 -0
- package/esm/lib/encodings.js.map +1 -0
- package/esm/lib/files.d.ts +8 -0
- package/esm/lib/files.d.ts.map +1 -0
- package/esm/lib/files.js +33 -0
- package/esm/lib/files.js.map +1 -0
- package/esm/lib/http.d.ts +67 -0
- package/esm/lib/http.d.ts.map +1 -0
- package/esm/lib/http.js +208 -0
- package/esm/lib/http.js.map +1 -0
- package/esm/lib/is-plain-object.d.ts +2 -0
- package/esm/lib/is-plain-object.d.ts.map +1 -0
- package/esm/lib/is-plain-object.js +38 -0
- package/esm/lib/is-plain-object.js.map +1 -0
- package/esm/lib/logger.d.ts +6 -0
- package/esm/lib/logger.d.ts.map +1 -0
- package/esm/lib/logger.js +5 -0
- package/esm/lib/logger.js.map +1 -0
- package/esm/lib/matchers.d.ts +64 -0
- package/esm/lib/matchers.d.ts.map +1 -0
- package/esm/lib/matchers.js +187 -0
- package/esm/lib/matchers.js.map +1 -0
- package/esm/lib/primitives.d.ts +20 -0
- package/esm/lib/primitives.d.ts.map +1 -0
- package/esm/lib/primitives.js +37 -0
- package/esm/lib/primitives.js.map +1 -0
- package/esm/lib/retries.d.ts +38 -0
- package/esm/lib/retries.d.ts.map +1 -0
- package/esm/lib/retries.js +149 -0
- package/esm/lib/retries.js.map +1 -0
- package/esm/lib/schemas.d.ts +19 -0
- package/esm/lib/schemas.d.ts.map +1 -0
- package/esm/lib/schemas.js +54 -0
- package/esm/lib/schemas.js.map +1 -0
- package/esm/lib/sdks.d.ts +56 -0
- package/esm/lib/sdks.d.ts.map +1 -0
- package/esm/lib/sdks.js +269 -0
- package/esm/lib/sdks.js.map +1 -0
- package/esm/lib/security.d.ts +82 -0
- package/esm/lib/security.d.ts.map +1 -0
- package/esm/lib/security.js +131 -0
- package/esm/lib/security.js.map +1 -0
- package/esm/lib/url.d.ts +5 -0
- package/esm/lib/url.d.ts.map +1 -0
- package/esm/lib/url.js +22 -0
- package/esm/lib/url.js.map +1 -0
- package/esm/models/components/aclaction.d.ts +43 -0
- package/esm/models/components/aclaction.d.ts.map +1 -0
- package/esm/models/components/aclaction.js +31 -0
- package/esm/models/components/aclaction.js.map +1 -0
- package/esm/models/components/authtoken.d.ts +304 -0
- package/esm/models/components/authtoken.d.ts.map +1 -0
- package/esm/models/components/authtoken.js +234 -0
- package/esm/models/components/authtoken.js.map +1 -0
- package/esm/models/components/authuser.d.ts +1057 -0
- package/esm/models/components/authuser.d.ts.map +1 -0
- package/esm/models/components/authuser.js +780 -0
- package/esm/models/components/authuser.js.map +1 -0
- package/esm/models/components/authuserlimited.d.ts +99 -0
- package/esm/models/components/authuserlimited.d.ts.map +1 -0
- package/esm/models/components/authuserlimited.js +66 -0
- package/esm/models/components/authuserlimited.js.map +1 -0
- package/esm/models/components/edgeconfigitem.d.ts +43 -0
- package/esm/models/components/edgeconfigitem.d.ts.map +1 -0
- package/esm/models/components/edgeconfigitem.js +42 -0
- package/esm/models/components/edgeconfigitem.js.map +1 -0
- package/esm/models/components/edgeconfigitemvalue.d.ts +29 -0
- package/esm/models/components/edgeconfigitemvalue.d.ts.map +1 -0
- package/esm/models/components/edgeconfigitemvalue.js +39 -0
- package/esm/models/components/edgeconfigitemvalue.js.map +1 -0
- package/esm/models/components/edgeconfigtoken.d.ts +43 -0
- package/esm/models/components/edgeconfigtoken.d.ts.map +1 -0
- package/esm/models/components/edgeconfigtoken.js +39 -0
- package/esm/models/components/edgeconfigtoken.js.map +1 -0
- package/esm/models/components/filetree.d.ts +109 -0
- package/esm/models/components/filetree.d.ts.map +1 -0
- package/esm/models/components/filetree.js +69 -0
- package/esm/models/components/filetree.js.map +1 -0
- package/esm/models/components/flagjsonvalue.d.ts +29 -0
- package/esm/models/components/flagjsonvalue.d.ts.map +1 -0
- package/esm/models/components/flagjsonvalue.js +39 -0
- package/esm/models/components/flagjsonvalue.js.map +1 -0
- package/esm/models/components/pagination.d.ts +45 -0
- package/esm/models/components/pagination.d.ts.map +1 -0
- package/esm/models/components/pagination.js +35 -0
- package/esm/models/components/pagination.js.map +1 -0
- package/esm/models/components/security.d.ts +29 -0
- package/esm/models/components/security.d.ts.map +1 -0
- package/esm/models/components/security.js +31 -0
- package/esm/models/components/security.js.map +1 -0
- package/esm/models/components/teamlimited.d.ts +440 -0
- package/esm/models/components/teamlimited.d.ts.map +1 -0
- package/esm/models/components/teamlimited.js +327 -0
- package/esm/models/components/teamlimited.js.map +1 -0
- package/esm/models/components/userevent.d.ts +28 -0
- package/esm/models/components/userevent.d.ts.map +1 -0
- package/esm/models/components/userevent.js +27 -0
- package/esm/models/components/userevent.js.map +1 -0
- package/esm/models/errors/httpclienterrors.d.ts +44 -0
- package/esm/models/errors/httpclienterrors.d.ts.map +1 -0
- package/esm/models/errors/httpclienterrors.js +69 -0
- package/esm/models/errors/httpclienterrors.js.map +1 -0
- package/esm/models/errors/sdkerror.d.ts +8 -0
- package/esm/models/errors/sdkerror.d.ts.map +1 -0
- package/esm/models/errors/sdkerror.js +17 -0
- package/esm/models/errors/sdkerror.js.map +1 -0
- package/esm/models/errors/sdkvalidationerror.d.ts +20 -0
- package/esm/models/errors/sdkvalidationerror.d.ts.map +1 -0
- package/esm/models/errors/sdkvalidationerror.js +77 -0
- package/esm/models/errors/sdkvalidationerror.js.map +1 -0
- package/esm/models/operations/addprojectdomain.d.ts +213 -0
- package/esm/models/operations/addprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/addprojectdomain.js +179 -0
- package/esm/models/operations/addprojectdomain.js.map +1 -0
- package/esm/models/operations/addprojectmember.d.ts +325 -0
- package/esm/models/operations/addprojectmember.d.ts.map +1 -0
- package/esm/models/operations/addprojectmember.js +271 -0
- package/esm/models/operations/addprojectmember.js.map +1 -0
- package/esm/models/operations/artifactexists.d.ts +42 -0
- package/esm/models/operations/artifactexists.d.ts.map +1 -0
- package/esm/models/operations/artifactexists.js +35 -0
- package/esm/models/operations/artifactexists.js.map +1 -0
- package/esm/models/operations/artifactquery.d.ts +167 -0
- package/esm/models/operations/artifactquery.d.ts.map +1 -0
- package/esm/models/operations/artifactquery.js +176 -0
- package/esm/models/operations/artifactquery.js.map +1 -0
- package/esm/models/operations/assignalias.d.ts +123 -0
- package/esm/models/operations/assignalias.d.ts.map +1 -0
- package/esm/models/operations/assignalias.js +104 -0
- package/esm/models/operations/assignalias.js.map +1 -0
- package/esm/models/operations/buydomain.d.ts +264 -0
- package/esm/models/operations/buydomain.d.ts.map +1 -0
- package/esm/models/operations/buydomain.js +236 -0
- package/esm/models/operations/buydomain.js.map +1 -0
- package/esm/models/operations/canceldeployment.d.ts +2936 -0
- package/esm/models/operations/canceldeployment.d.ts.map +1 -0
- package/esm/models/operations/canceldeployment.js +2690 -0
- package/esm/models/operations/canceldeployment.js.map +1 -0
- package/esm/models/operations/checkdomainprice.d.ts +109 -0
- package/esm/models/operations/checkdomainprice.d.ts.map +1 -0
- package/esm/models/operations/checkdomainprice.js +82 -0
- package/esm/models/operations/checkdomainprice.js.map +1 -0
- package/esm/models/operations/checkdomainstatus.d.ts +70 -0
- package/esm/models/operations/checkdomainstatus.d.ts.map +1 -0
- package/esm/models/operations/checkdomainstatus.js +60 -0
- package/esm/models/operations/checkdomainstatus.js.map +1 -0
- package/esm/models/operations/createaccessgroup.d.ts +194 -0
- package/esm/models/operations/createaccessgroup.d.ts.map +1 -0
- package/esm/models/operations/createaccessgroup.js +164 -0
- package/esm/models/operations/createaccessgroup.js.map +1 -0
- package/esm/models/operations/createaccessgroupproject.d.ts +172 -0
- package/esm/models/operations/createaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/createaccessgroupproject.js +154 -0
- package/esm/models/operations/createaccessgroupproject.js.map +1 -0
- package/esm/models/operations/createauthtoken.d.ts +103 -0
- package/esm/models/operations/createauthtoken.d.ts.map +1 -0
- package/esm/models/operations/createauthtoken.js +101 -0
- package/esm/models/operations/createauthtoken.js.map +1 -0
- package/esm/models/operations/createcheck.d.ts +531 -0
- package/esm/models/operations/createcheck.d.ts.map +1 -0
- package/esm/models/operations/createcheck.js +487 -0
- package/esm/models/operations/createcheck.js.map +1 -0
- package/esm/models/operations/createconfigurablelogdrain.d.ts +445 -0
- package/esm/models/operations/createconfigurablelogdrain.d.ts.map +1 -0
- package/esm/models/operations/createconfigurablelogdrain.js +353 -0
- package/esm/models/operations/createconfigurablelogdrain.js.map +1 -0
- package/esm/models/operations/createdeployment.d.ts +3934 -0
- package/esm/models/operations/createdeployment.d.ts.map +1 -0
- package/esm/models/operations/createdeployment.js +3463 -0
- package/esm/models/operations/createdeployment.js.map +1 -0
- package/esm/models/operations/createedgeconfig.d.ts +332 -0
- package/esm/models/operations/createedgeconfig.d.ts.map +1 -0
- package/esm/models/operations/createedgeconfig.js +407 -0
- package/esm/models/operations/createedgeconfig.js.map +1 -0
- package/esm/models/operations/createedgeconfigtoken.d.ts +93 -0
- package/esm/models/operations/createedgeconfigtoken.d.ts.map +1 -0
- package/esm/models/operations/createedgeconfigtoken.js +100 -0
- package/esm/models/operations/createedgeconfigtoken.js.map +1 -0
- package/esm/models/operations/createevent.d.ts +187 -0
- package/esm/models/operations/createevent.d.ts.map +1 -0
- package/esm/models/operations/createevent.js +195 -0
- package/esm/models/operations/createevent.js.map +1 -0
- package/esm/models/operations/createlogdrain.d.ts +440 -0
- package/esm/models/operations/createlogdrain.d.ts.map +1 -0
- package/esm/models/operations/createlogdrain.js +298 -0
- package/esm/models/operations/createlogdrain.js.map +1 -0
- package/esm/models/operations/createortransferdomain.d.ts +388 -0
- package/esm/models/operations/createortransferdomain.d.ts.map +1 -0
- package/esm/models/operations/createortransferdomain.js +310 -0
- package/esm/models/operations/createortransferdomain.js.map +1 -0
- package/esm/models/operations/createproject.d.ts +5219 -0
- package/esm/models/operations/createproject.d.ts.map +1 -0
- package/esm/models/operations/createproject.js +4624 -0
- package/esm/models/operations/createproject.js.map +1 -0
- package/esm/models/operations/createprojectenv.d.ts +2820 -0
- package/esm/models/operations/createprojectenv.d.ts.map +1 -0
- package/esm/models/operations/createprojectenv.js +2660 -0
- package/esm/models/operations/createprojectenv.js.map +1 -0
- package/esm/models/operations/createrecord.d.ts +1216 -0
- package/esm/models/operations/createrecord.d.ts.map +1 -0
- package/esm/models/operations/createrecord.js +884 -0
- package/esm/models/operations/createrecord.js.map +1 -0
- package/esm/models/operations/createteam.d.ts +190 -0
- package/esm/models/operations/createteam.d.ts.map +1 -0
- package/esm/models/operations/createteam.js +149 -0
- package/esm/models/operations/createteam.js.map +1 -0
- package/esm/models/operations/createwebhook.d.ts +422 -0
- package/esm/models/operations/createwebhook.d.ts.map +1 -0
- package/esm/models/operations/createwebhook.js +232 -0
- package/esm/models/operations/createwebhook.js.map +1 -0
- package/esm/models/operations/deleteaccessgroup.d.ts +39 -0
- package/esm/models/operations/deleteaccessgroup.d.ts.map +1 -0
- package/esm/models/operations/deleteaccessgroup.js +35 -0
- package/esm/models/operations/deleteaccessgroup.js.map +1 -0
- package/esm/models/operations/deleteaccessgroupproject.d.ts +41 -0
- package/esm/models/operations/deleteaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/deleteaccessgroupproject.js +37 -0
- package/esm/models/operations/deleteaccessgroupproject.js.map +1 -0
- package/esm/models/operations/deletealias.d.ts +93 -0
- package/esm/models/operations/deletealias.d.ts.map +1 -0
- package/esm/models/operations/deletealias.js +78 -0
- package/esm/models/operations/deletealias.js.map +1 -0
- package/esm/models/operations/deleteauthtoken.d.ts +63 -0
- package/esm/models/operations/deleteauthtoken.d.ts.map +1 -0
- package/esm/models/operations/deleteauthtoken.js +56 -0
- package/esm/models/operations/deleteauthtoken.js.map +1 -0
- package/esm/models/operations/deleteconfigurablelogdrain.d.ts +39 -0
- package/esm/models/operations/deleteconfigurablelogdrain.d.ts.map +1 -0
- package/esm/models/operations/deleteconfigurablelogdrain.js +35 -0
- package/esm/models/operations/deleteconfigurablelogdrain.js.map +1 -0
- package/esm/models/operations/deleteconfiguration.d.ts +39 -0
- package/esm/models/operations/deleteconfiguration.d.ts.map +1 -0
- package/esm/models/operations/deleteconfiguration.js +35 -0
- package/esm/models/operations/deleteconfiguration.js.map +1 -0
- package/esm/models/operations/deletedeployment.d.ts +112 -0
- package/esm/models/operations/deletedeployment.d.ts.map +1 -0
- package/esm/models/operations/deletedeployment.js +85 -0
- package/esm/models/operations/deletedeployment.js.map +1 -0
- package/esm/models/operations/deletedomain.d.ts +73 -0
- package/esm/models/operations/deletedomain.d.ts.map +1 -0
- package/esm/models/operations/deletedomain.js +60 -0
- package/esm/models/operations/deletedomain.js.map +1 -0
- package/esm/models/operations/deleteedgeconfig.d.ts +39 -0
- package/esm/models/operations/deleteedgeconfig.d.ts.map +1 -0
- package/esm/models/operations/deleteedgeconfig.js +35 -0
- package/esm/models/operations/deleteedgeconfig.js.map +1 -0
- package/esm/models/operations/deleteedgeconfigschema.d.ts +39 -0
- package/esm/models/operations/deleteedgeconfigschema.d.ts.map +1 -0
- package/esm/models/operations/deleteedgeconfigschema.js +35 -0
- package/esm/models/operations/deleteedgeconfigschema.js.map +1 -0
- package/esm/models/operations/deleteedgeconfigtokens.d.ts +66 -0
- package/esm/models/operations/deleteedgeconfigtokens.d.ts.map +1 -0
- package/esm/models/operations/deleteedgeconfigtokens.js +73 -0
- package/esm/models/operations/deleteedgeconfigtokens.js.map +1 -0
- package/esm/models/operations/deleteintegrationlogdrain.d.ts +42 -0
- package/esm/models/operations/deleteintegrationlogdrain.d.ts.map +1 -0
- package/esm/models/operations/deleteintegrationlogdrain.js +35 -0
- package/esm/models/operations/deleteintegrationlogdrain.js.map +1 -0
- package/esm/models/operations/deleteproject.d.ts +42 -0
- package/esm/models/operations/deleteproject.d.ts.map +1 -0
- package/esm/models/operations/deleteproject.js +35 -0
- package/esm/models/operations/deleteproject.js.map +1 -0
- package/esm/models/operations/deleteteam.d.ts +144 -0
- package/esm/models/operations/deleteteam.d.ts.map +1 -0
- package/esm/models/operations/deleteteam.js +125 -0
- package/esm/models/operations/deleteteam.js.map +1 -0
- package/esm/models/operations/deleteteaminvitecode.d.ts +68 -0
- package/esm/models/operations/deleteteaminvitecode.d.ts.map +1 -0
- package/esm/models/operations/deleteteaminvitecode.js +58 -0
- package/esm/models/operations/deleteteaminvitecode.js.map +1 -0
- package/esm/models/operations/deletewebhook.d.ts +39 -0
- package/esm/models/operations/deletewebhook.d.ts.map +1 -0
- package/esm/models/operations/deletewebhook.js +35 -0
- package/esm/models/operations/deletewebhook.js.map +1 -0
- package/esm/models/operations/downloadartifact.d.ts +52 -0
- package/esm/models/operations/downloadartifact.d.ts.map +1 -0
- package/esm/models/operations/downloadartifact.js +50 -0
- package/esm/models/operations/downloadartifact.js.map +1 -0
- package/esm/models/operations/editprojectenv.d.ts +1188 -0
- package/esm/models/operations/editprojectenv.d.ts.map +1 -0
- package/esm/models/operations/editprojectenv.js +1118 -0
- package/esm/models/operations/editprojectenv.js.map +1 -0
- package/esm/models/operations/exchangessotoken.d.ts +81 -0
- package/esm/models/operations/exchangessotoken.d.ts.map +1 -0
- package/esm/models/operations/exchangessotoken.js +93 -0
- package/esm/models/operations/exchangessotoken.js.map +1 -0
- package/esm/models/operations/filterprojectenvs.d.ts +3154 -0
- package/esm/models/operations/filterprojectenvs.d.ts.map +1 -0
- package/esm/models/operations/filterprojectenvs.js +3045 -0
- package/esm/models/operations/filterprojectenvs.js.map +1 -0
- package/esm/models/operations/getaccountinfo.d.ts +85 -0
- package/esm/models/operations/getaccountinfo.d.ts.map +1 -0
- package/esm/models/operations/getaccountinfo.js +87 -0
- package/esm/models/operations/getaccountinfo.js.map +1 -0
- package/esm/models/operations/getalias.d.ts +508 -0
- package/esm/models/operations/getalias.d.ts.map +1 -0
- package/esm/models/operations/getalias.js +406 -0
- package/esm/models/operations/getalias.js.map +1 -0
- package/esm/models/operations/getallchecks.d.ts +495 -0
- package/esm/models/operations/getallchecks.d.ts.map +1 -0
- package/esm/models/operations/getallchecks.js +462 -0
- package/esm/models/operations/getallchecks.js.map +1 -0
- package/esm/models/operations/getalllogdrains.d.ts +289 -0
- package/esm/models/operations/getalllogdrains.d.ts.map +1 -0
- package/esm/models/operations/getalllogdrains.js +228 -0
- package/esm/models/operations/getalllogdrains.js.map +1 -0
- package/esm/models/operations/getauthtoken.d.ts +64 -0
- package/esm/models/operations/getauthtoken.d.ts.map +1 -0
- package/esm/models/operations/getauthtoken.js +57 -0
- package/esm/models/operations/getauthtoken.js.map +1 -0
- package/esm/models/operations/getauthuser.d.ts +55 -0
- package/esm/models/operations/getauthuser.d.ts.map +1 -0
- package/esm/models/operations/getauthuser.js +55 -0
- package/esm/models/operations/getauthuser.js.map +1 -0
- package/esm/models/operations/getcertbyid.d.ts +75 -0
- package/esm/models/operations/getcertbyid.d.ts.map +1 -0
- package/esm/models/operations/getcertbyid.js +68 -0
- package/esm/models/operations/getcertbyid.js.map +1 -0
- package/esm/models/operations/getcheck.d.ts +481 -0
- package/esm/models/operations/getcheck.d.ts.map +1 -0
- package/esm/models/operations/getcheck.js +444 -0
- package/esm/models/operations/getcheck.js.map +1 -0
- package/esm/models/operations/getconfigurablelogdrain.d.ts +286 -0
- package/esm/models/operations/getconfigurablelogdrain.d.ts.map +1 -0
- package/esm/models/operations/getconfigurablelogdrain.js +227 -0
- package/esm/models/operations/getconfigurablelogdrain.js.map +1 -0
- package/esm/models/operations/getconfiguration.d.ts +756 -0
- package/esm/models/operations/getconfiguration.d.ts.map +1 -0
- package/esm/models/operations/getconfiguration.js +568 -0
- package/esm/models/operations/getconfiguration.js.map +1 -0
- package/esm/models/operations/getconfigurations.d.ts +995 -0
- package/esm/models/operations/getconfigurations.d.ts.map +1 -0
- package/esm/models/operations/getconfigurations.js +790 -0
- package/esm/models/operations/getconfigurations.js.map +1 -0
- package/esm/models/operations/getdeployment.d.ts +4284 -0
- package/esm/models/operations/getdeployment.d.ts.map +1 -0
- package/esm/models/operations/getdeployment.js +3955 -0
- package/esm/models/operations/getdeployment.js.map +1 -0
- package/esm/models/operations/getdeploymentevents.d.ts +137 -0
- package/esm/models/operations/getdeploymentevents.d.ts.map +1 -0
- package/esm/models/operations/getdeploymentevents.js +97 -0
- package/esm/models/operations/getdeploymentevents.js.map +1 -0
- package/esm/models/operations/getdeploymentfilecontents.d.ts +52 -0
- package/esm/models/operations/getdeploymentfilecontents.d.ts.map +1 -0
- package/esm/models/operations/getdeploymentfilecontents.js +39 -0
- package/esm/models/operations/getdeploymentfilecontents.js.map +1 -0
- package/esm/models/operations/getdeployments.d.ts +1105 -0
- package/esm/models/operations/getdeployments.d.ts.map +1 -0
- package/esm/models/operations/getdeployments.js +723 -0
- package/esm/models/operations/getdeployments.js.map +1 -0
- package/esm/models/operations/getdomain.d.ts +245 -0
- package/esm/models/operations/getdomain.d.ts.map +1 -0
- package/esm/models/operations/getdomain.js +176 -0
- package/esm/models/operations/getdomain.js.map +1 -0
- package/esm/models/operations/getdomainconfig.d.ts +185 -0
- package/esm/models/operations/getdomainconfig.d.ts.map +1 -0
- package/esm/models/operations/getdomainconfig.js +135 -0
- package/esm/models/operations/getdomainconfig.js.map +1 -0
- package/esm/models/operations/getdomains.d.ts +259 -0
- package/esm/models/operations/getdomains.d.ts.map +1 -0
- package/esm/models/operations/getdomains.js +180 -0
- package/esm/models/operations/getdomains.js.map +1 -0
- package/esm/models/operations/getdomaintransfer.d.ts +169 -0
- package/esm/models/operations/getdomaintransfer.d.ts.map +1 -0
- package/esm/models/operations/getdomaintransfer.js +118 -0
- package/esm/models/operations/getdomaintransfer.js.map +1 -0
- package/esm/models/operations/getedgeconfig.d.ts +196 -0
- package/esm/models/operations/getedgeconfig.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfig.js +175 -0
- package/esm/models/operations/getedgeconfig.js.map +1 -0
- package/esm/models/operations/getedgeconfigbackup.d.ts +398 -0
- package/esm/models/operations/getedgeconfigbackup.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigbackup.js +386 -0
- package/esm/models/operations/getedgeconfigbackup.js.map +1 -0
- package/esm/models/operations/getedgeconfigbackups.d.ts +159 -0
- package/esm/models/operations/getedgeconfigbackups.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigbackups.js +157 -0
- package/esm/models/operations/getedgeconfigbackups.js.map +1 -0
- package/esm/models/operations/getedgeconfigitem.d.ts +41 -0
- package/esm/models/operations/getedgeconfigitem.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigitem.js +37 -0
- package/esm/models/operations/getedgeconfigitem.js.map +1 -0
- package/esm/models/operations/getedgeconfigitems.d.ts +39 -0
- package/esm/models/operations/getedgeconfigitems.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigitems.js +35 -0
- package/esm/models/operations/getedgeconfigitems.js.map +1 -0
- package/esm/models/operations/getedgeconfigs.d.ts +191 -0
- package/esm/models/operations/getedgeconfigs.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigs.js +174 -0
- package/esm/models/operations/getedgeconfigs.js.map +1 -0
- package/esm/models/operations/getedgeconfigschema.d.ts +63 -0
- package/esm/models/operations/getedgeconfigschema.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigschema.js +56 -0
- package/esm/models/operations/getedgeconfigschema.js.map +1 -0
- package/esm/models/operations/getedgeconfigtoken.d.ts +41 -0
- package/esm/models/operations/getedgeconfigtoken.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigtoken.js +37 -0
- package/esm/models/operations/getedgeconfigtoken.js.map +1 -0
- package/esm/models/operations/getedgeconfigtokens.d.ts +39 -0
- package/esm/models/operations/getedgeconfigtokens.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigtokens.js +35 -0
- package/esm/models/operations/getedgeconfigtokens.js.map +1 -0
- package/esm/models/operations/getfirewallconfig.d.ts +1347 -0
- package/esm/models/operations/getfirewallconfig.d.ts.map +1 -0
- package/esm/models/operations/getfirewallconfig.js +1168 -0
- package/esm/models/operations/getfirewallconfig.js.map +1 -0
- package/esm/models/operations/getintegrationlogdrains.d.ts +281 -0
- package/esm/models/operations/getintegrationlogdrains.d.ts.map +1 -0
- package/esm/models/operations/getintegrationlogdrains.js +184 -0
- package/esm/models/operations/getintegrationlogdrains.js.map +1 -0
- package/esm/models/operations/getinvoice.d.ts +232 -0
- package/esm/models/operations/getinvoice.d.ts.map +1 -0
- package/esm/models/operations/getinvoice.js +219 -0
- package/esm/models/operations/getinvoice.js.map +1 -0
- package/esm/models/operations/getmember.d.ts +84 -0
- package/esm/models/operations/getmember.d.ts.map +1 -0
- package/esm/models/operations/getmember.js +79 -0
- package/esm/models/operations/getmember.js.map +1 -0
- package/esm/models/operations/getprojectdomain.d.ts +132 -0
- package/esm/models/operations/getprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/getprojectdomain.js +113 -0
- package/esm/models/operations/getprojectdomain.js.map +1 -0
- package/esm/models/operations/getprojectdomains.d.ts +367 -0
- package/esm/models/operations/getprojectdomains.d.ts.map +1 -0
- package/esm/models/operations/getprojectdomains.js +272 -0
- package/esm/models/operations/getprojectdomains.js.map +1 -0
- package/esm/models/operations/getprojectenv.d.ts +3034 -0
- package/esm/models/operations/getprojectenv.d.ts.map +1 -0
- package/esm/models/operations/getprojectenv.js +2955 -0
- package/esm/models/operations/getprojectenv.js.map +1 -0
- package/esm/models/operations/getprojectmembers.d.ts +357 -0
- package/esm/models/operations/getprojectmembers.d.ts.map +1 -0
- package/esm/models/operations/getprojectmembers.js +262 -0
- package/esm/models/operations/getprojectmembers.js.map +1 -0
- package/esm/models/operations/getprojects.d.ts +4792 -0
- package/esm/models/operations/getprojects.d.ts.map +1 -0
- package/esm/models/operations/getprojects.js +4372 -0
- package/esm/models/operations/getprojects.js.map +1 -0
- package/esm/models/operations/getrecords.d.ts +330 -0
- package/esm/models/operations/getrecords.d.ts.map +1 -0
- package/esm/models/operations/getrecords.js +271 -0
- package/esm/models/operations/getrecords.js.map +1 -0
- package/esm/models/operations/getteam.d.ts +37 -0
- package/esm/models/operations/getteam.d.ts.map +1 -0
- package/esm/models/operations/getteam.js +33 -0
- package/esm/models/operations/getteam.js.map +1 -0
- package/esm/models/operations/getteamaccessrequest.d.ts +303 -0
- package/esm/models/operations/getteamaccessrequest.d.ts.map +1 -0
- package/esm/models/operations/getteamaccessrequest.js +241 -0
- package/esm/models/operations/getteamaccessrequest.js.map +1 -0
- package/esm/models/operations/getteammembers.d.ts +691 -0
- package/esm/models/operations/getteammembers.d.ts.map +1 -0
- package/esm/models/operations/getteammembers.js +514 -0
- package/esm/models/operations/getteammembers.js.map +1 -0
- package/esm/models/operations/getteams.d.ts +106 -0
- package/esm/models/operations/getteams.d.ts.map +1 -0
- package/esm/models/operations/getteams.js +86 -0
- package/esm/models/operations/getteams.js.map +1 -0
- package/esm/models/operations/getwebhook.d.ts +246 -0
- package/esm/models/operations/getwebhook.d.ts.map +1 -0
- package/esm/models/operations/getwebhook.js +133 -0
- package/esm/models/operations/getwebhook.js.map +1 -0
- package/esm/models/operations/getwebhooks.d.ts +660 -0
- package/esm/models/operations/getwebhooks.d.ts.map +1 -0
- package/esm/models/operations/getwebhooks.js +355 -0
- package/esm/models/operations/getwebhooks.js.map +1 -0
- package/esm/models/operations/gitnamespaces.d.ts +126 -0
- package/esm/models/operations/gitnamespaces.d.ts.map +1 -0
- package/esm/models/operations/gitnamespaces.js +115 -0
- package/esm/models/operations/gitnamespaces.js.map +1 -0
- package/esm/models/operations/inviteusertoteam.d.ts +361 -0
- package/esm/models/operations/inviteusertoteam.d.ts.map +1 -0
- package/esm/models/operations/inviteusertoteam.js +289 -0
- package/esm/models/operations/inviteusertoteam.js.map +1 -0
- package/esm/models/operations/issuecert.d.ts +100 -0
- package/esm/models/operations/issuecert.d.ts.map +1 -0
- package/esm/models/operations/issuecert.js +102 -0
- package/esm/models/operations/issuecert.js.map +1 -0
- package/esm/models/operations/jointeam.d.ts +105 -0
- package/esm/models/operations/jointeam.d.ts.map +1 -0
- package/esm/models/operations/jointeam.js +98 -0
- package/esm/models/operations/jointeam.js.map +1 -0
- package/esm/models/operations/listaccessgroupmembers.d.ts +186 -0
- package/esm/models/operations/listaccessgroupmembers.d.ts.map +1 -0
- package/esm/models/operations/listaccessgroupmembers.js +156 -0
- package/esm/models/operations/listaccessgroupmembers.js.map +1 -0
- package/esm/models/operations/listaccessgroupprojects.d.ts +197 -0
- package/esm/models/operations/listaccessgroupprojects.d.ts.map +1 -0
- package/esm/models/operations/listaccessgroupprojects.js +175 -0
- package/esm/models/operations/listaccessgroupprojects.js.map +1 -0
- package/esm/models/operations/listaccessgroups.d.ts +229 -0
- package/esm/models/operations/listaccessgroups.d.ts.map +1 -0
- package/esm/models/operations/listaccessgroups.js +192 -0
- package/esm/models/operations/listaccessgroups.js.map +1 -0
- package/esm/models/operations/listaliases.d.ts +573 -0
- package/esm/models/operations/listaliases.d.ts.map +1 -0
- package/esm/models/operations/listaliases.js +461 -0
- package/esm/models/operations/listaliases.js.map +1 -0
- package/esm/models/operations/listauthtokens.d.ts +41 -0
- package/esm/models/operations/listauthtokens.d.ts.map +1 -0
- package/esm/models/operations/listauthtokens.js +37 -0
- package/esm/models/operations/listauthtokens.js.map +1 -0
- package/esm/models/operations/listdeploymentaliases.d.ts +397 -0
- package/esm/models/operations/listdeploymentaliases.d.ts.map +1 -0
- package/esm/models/operations/listdeploymentaliases.js +350 -0
- package/esm/models/operations/listdeploymentaliases.js.map +1 -0
- package/esm/models/operations/listdeploymentfiles.d.ts +42 -0
- package/esm/models/operations/listdeploymentfiles.d.ts.map +1 -0
- package/esm/models/operations/listdeploymentfiles.js +35 -0
- package/esm/models/operations/listdeploymentfiles.js.map +1 -0
- package/esm/models/operations/listpromotealiases.d.ts +161 -0
- package/esm/models/operations/listpromotealiases.d.ts.map +1 -0
- package/esm/models/operations/listpromotealiases.js +148 -0
- package/esm/models/operations/listpromotealiases.js.map +1 -0
- package/esm/models/operations/listuserevents.d.ts +99 -0
- package/esm/models/operations/listuserevents.d.ts.map +1 -0
- package/esm/models/operations/listuserevents.js +71 -0
- package/esm/models/operations/listuserevents.js.map +1 -0
- package/esm/models/operations/patchdomain.d.ts +240 -0
- package/esm/models/operations/patchdomain.d.ts.map +1 -0
- package/esm/models/operations/patchdomain.js +247 -0
- package/esm/models/operations/patchdomain.js.map +1 -0
- package/esm/models/operations/patchedgeconfigschema.d.ts +92 -0
- package/esm/models/operations/patchedgeconfigschema.d.ts.map +1 -0
- package/esm/models/operations/patchedgeconfigschema.js +96 -0
- package/esm/models/operations/patchedgeconfigschema.js.map +1 -0
- package/esm/models/operations/patchteam.d.ts +278 -0
- package/esm/models/operations/patchteam.d.ts.map +1 -0
- package/esm/models/operations/patchteam.js +220 -0
- package/esm/models/operations/patchteam.js.map +1 -0
- package/esm/models/operations/putfirewallconfig.d.ts +2662 -0
- package/esm/models/operations/putfirewallconfig.d.ts.map +1 -0
- package/esm/models/operations/putfirewallconfig.js +2342 -0
- package/esm/models/operations/putfirewallconfig.js.map +1 -0
- package/esm/models/operations/readaccessgroup.d.ts +124 -0
- package/esm/models/operations/readaccessgroup.d.ts.map +1 -0
- package/esm/models/operations/readaccessgroup.js +94 -0
- package/esm/models/operations/readaccessgroup.js.map +1 -0
- package/esm/models/operations/readaccessgroupproject.d.ts +105 -0
- package/esm/models/operations/readaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/readaccessgroupproject.js +92 -0
- package/esm/models/operations/readaccessgroupproject.js.map +1 -0
- package/esm/models/operations/recordevents.d.ts +160 -0
- package/esm/models/operations/recordevents.d.ts.map +1 -0
- package/esm/models/operations/recordevents.js +130 -0
- package/esm/models/operations/recordevents.js.map +1 -0
- package/esm/models/operations/removecert.d.ts +63 -0
- package/esm/models/operations/removecert.d.ts.map +1 -0
- package/esm/models/operations/removecert.js +56 -0
- package/esm/models/operations/removecert.js.map +1 -0
- package/esm/models/operations/removeprojectdomain.d.ts +71 -0
- package/esm/models/operations/removeprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/removeprojectdomain.js +58 -0
- package/esm/models/operations/removeprojectdomain.js.map +1 -0
- package/esm/models/operations/removeprojectenv.d.ts +3074 -0
- package/esm/models/operations/removeprojectenv.d.ts.map +1 -0
- package/esm/models/operations/removeprojectenv.js +2988 -0
- package/esm/models/operations/removeprojectenv.js.map +1 -0
- package/esm/models/operations/removeprojectmember.d.ts +72 -0
- package/esm/models/operations/removeprojectmember.d.ts.map +1 -0
- package/esm/models/operations/removeprojectmember.js +62 -0
- package/esm/models/operations/removeprojectmember.js.map +1 -0
- package/esm/models/operations/removerecord.d.ts +65 -0
- package/esm/models/operations/removerecord.d.ts.map +1 -0
- package/esm/models/operations/removerecord.js +58 -0
- package/esm/models/operations/removerecord.js.map +1 -0
- package/esm/models/operations/removeteammember.d.ts +70 -0
- package/esm/models/operations/removeteammember.d.ts.map +1 -0
- package/esm/models/operations/removeteammember.js +60 -0
- package/esm/models/operations/removeteammember.js.map +1 -0
- package/esm/models/operations/requestaccesstoteam.d.ts +415 -0
- package/esm/models/operations/requestaccesstoteam.d.ts.map +1 -0
- package/esm/models/operations/requestaccesstoteam.js +365 -0
- package/esm/models/operations/requestaccesstoteam.js.map +1 -0
- package/esm/models/operations/requestdelete.d.ts +109 -0
- package/esm/models/operations/requestdelete.d.ts.map +1 -0
- package/esm/models/operations/requestdelete.js +88 -0
- package/esm/models/operations/requestdelete.js.map +1 -0
- package/esm/models/operations/requestpromote.d.ts +41 -0
- package/esm/models/operations/requestpromote.d.ts.map +1 -0
- package/esm/models/operations/requestpromote.js +37 -0
- package/esm/models/operations/requestpromote.js.map +1 -0
- package/esm/models/operations/rerequestcheck.d.ts +68 -0
- package/esm/models/operations/rerequestcheck.d.ts.map +1 -0
- package/esm/models/operations/rerequestcheck.js +58 -0
- package/esm/models/operations/rerequestcheck.js.map +1 -0
- package/esm/models/operations/searchrepo.d.ts +421 -0
- package/esm/models/operations/searchrepo.d.ts.map +1 -0
- package/esm/models/operations/searchrepo.js +385 -0
- package/esm/models/operations/searchrepo.js.map +1 -0
- package/esm/models/operations/status.d.ts +94 -0
- package/esm/models/operations/status.d.ts.map +1 -0
- package/esm/models/operations/status.js +79 -0
- package/esm/models/operations/status.js.map +1 -0
- package/esm/models/operations/submitbillingdata.d.ts +448 -0
- package/esm/models/operations/submitbillingdata.d.ts.map +1 -0
- package/esm/models/operations/submitbillingdata.js +355 -0
- package/esm/models/operations/submitbillingdata.js.map +1 -0
- package/esm/models/operations/submitinvoice.d.ts +299 -0
- package/esm/models/operations/submitinvoice.d.ts.map +1 -0
- package/esm/models/operations/submitinvoice.js +269 -0
- package/esm/models/operations/submitinvoice.js.map +1 -0
- package/esm/models/operations/updateaccessgroup.d.ts +231 -0
- package/esm/models/operations/updateaccessgroup.d.ts.map +1 -0
- package/esm/models/operations/updateaccessgroup.js +187 -0
- package/esm/models/operations/updateaccessgroup.js.map +1 -0
- package/esm/models/operations/updateaccessgroupproject.d.ts +169 -0
- package/esm/models/operations/updateaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/updateaccessgroupproject.js +154 -0
- package/esm/models/operations/updateaccessgroupproject.js.map +1 -0
- package/esm/models/operations/updateattackchallengemode.d.ts +95 -0
- package/esm/models/operations/updateattackchallengemode.d.ts.map +1 -0
- package/esm/models/operations/updateattackchallengemode.js +102 -0
- package/esm/models/operations/updateattackchallengemode.js.map +1 -0
- package/esm/models/operations/updatecheck.d.ts +964 -0
- package/esm/models/operations/updatecheck.d.ts.map +1 -0
- package/esm/models/operations/updatecheck.js +860 -0
- package/esm/models/operations/updatecheck.js.map +1 -0
- package/esm/models/operations/updateedgeconfig.d.ts +223 -0
- package/esm/models/operations/updateedgeconfig.d.ts.map +1 -0
- package/esm/models/operations/updateedgeconfig.js +213 -0
- package/esm/models/operations/updateedgeconfig.js.map +1 -0
- package/esm/models/operations/updatefirewallconfig.d.ts +2007 -0
- package/esm/models/operations/updatefirewallconfig.d.ts.map +1 -0
- package/esm/models/operations/updatefirewallconfig.js +1771 -0
- package/esm/models/operations/updatefirewallconfig.js.map +1 -0
- package/esm/models/operations/updateinvoice.d.ts +91 -0
- package/esm/models/operations/updateinvoice.d.ts.map +1 -0
- package/esm/models/operations/updateinvoice.js +92 -0
- package/esm/models/operations/updateinvoice.js.map +1 -0
- package/esm/models/operations/updateproject.d.ts +5421 -0
- package/esm/models/operations/updateproject.d.ts.map +1 -0
- package/esm/models/operations/updateproject.js +4767 -0
- package/esm/models/operations/updateproject.js.map +1 -0
- package/esm/models/operations/updateprojectdatacache.d.ts +4710 -0
- package/esm/models/operations/updateprojectdatacache.d.ts.map +1 -0
- package/esm/models/operations/updateprojectdatacache.js +4369 -0
- package/esm/models/operations/updateprojectdatacache.js.map +1 -0
- package/esm/models/operations/updateprojectdomain.d.ts +213 -0
- package/esm/models/operations/updateprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/updateprojectdomain.js +179 -0
- package/esm/models/operations/updateprojectdomain.js.map +1 -0
- package/esm/models/operations/updateprojectprotectionbypass.d.ts +225 -0
- package/esm/models/operations/updateprojectprotectionbypass.d.ts.map +1 -0
- package/esm/models/operations/updateprojectprotectionbypass.js +198 -0
- package/esm/models/operations/updateprojectprotectionbypass.js.map +1 -0
- package/esm/models/operations/updaterecord.d.ts +334 -0
- package/esm/models/operations/updaterecord.d.ts.map +1 -0
- package/esm/models/operations/updaterecord.js +268 -0
- package/esm/models/operations/updaterecord.js.map +1 -0
- package/esm/models/operations/updateresourcesecrets.d.ts +87 -0
- package/esm/models/operations/updateresourcesecrets.d.ts.map +1 -0
- package/esm/models/operations/updateresourcesecrets.js +100 -0
- package/esm/models/operations/updateresourcesecrets.js.map +1 -0
- package/esm/models/operations/updateteammember.d.ts +197 -0
- package/esm/models/operations/updateteammember.d.ts.map +1 -0
- package/esm/models/operations/updateteammember.js +180 -0
- package/esm/models/operations/updateteammember.js.map +1 -0
- package/esm/models/operations/uploadartifact.d.ts +100 -0
- package/esm/models/operations/uploadartifact.d.ts.map +1 -0
- package/esm/models/operations/uploadartifact.js +101 -0
- package/esm/models/operations/uploadartifact.js.map +1 -0
- package/esm/models/operations/uploadcert.d.ts +115 -0
- package/esm/models/operations/uploadcert.d.ts.map +1 -0
- package/esm/models/operations/uploadcert.js +108 -0
- package/esm/models/operations/uploadcert.js.map +1 -0
- package/esm/models/operations/uploadfile.d.ts +133 -0
- package/esm/models/operations/uploadfile.d.ts.map +1 -0
- package/esm/models/operations/uploadfile.js +129 -0
- package/esm/models/operations/uploadfile.js.map +1 -0
- package/esm/models/operations/verifyprojectdomain.d.ts +138 -0
- package/esm/models/operations/verifyprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/verifyprojectdomain.js +113 -0
- package/esm/models/operations/verifyprojectdomain.js.map +1 -0
- package/esm/sdk/accessgroups.d.ts +92 -0
- package/esm/sdk/accessgroups.d.ts.map +1 -0
- package/esm/sdk/accessgroups.js +118 -0
- package/esm/sdk/accessgroups.js.map +1 -0
- package/esm/sdk/aliases.d.ts +44 -0
- package/esm/sdk/aliases.d.ts.map +1 -0
- package/esm/sdk/aliases.js +58 -0
- package/esm/sdk/aliases.js.map +1 -0
- package/esm/sdk/artifacts.d.ts +54 -0
- package/esm/sdk/artifacts.d.ts.map +1 -0
- package/esm/sdk/artifacts.js +68 -0
- package/esm/sdk/artifacts.js.map +1 -0
- package/esm/sdk/authentication.d.ts +44 -0
- package/esm/sdk/authentication.d.ts.map +1 -0
- package/esm/sdk/authentication.js +58 -0
- package/esm/sdk/authentication.js.map +1 -0
- package/esm/sdk/certs.d.ts +36 -0
- package/esm/sdk/certs.d.ts.map +1 -0
- package/esm/sdk/certs.js +48 -0
- package/esm/sdk/certs.js.map +1 -0
- package/esm/sdk/checks.d.ts +44 -0
- package/esm/sdk/checks.d.ts.map +1 -0
- package/esm/sdk/checks.js +58 -0
- package/esm/sdk/checks.js.map +1 -0
- package/esm/sdk/deployments.d.ts +77 -0
- package/esm/sdk/deployments.d.ts.map +1 -0
- package/esm/sdk/deployments.js +98 -0
- package/esm/sdk/deployments.js.map +1 -0
- package/esm/sdk/dns.d.ts +36 -0
- package/esm/sdk/dns.d.ts.map +1 -0
- package/esm/sdk/dns.js +48 -0
- package/esm/sdk/dns.js.map +1 -0
- package/esm/sdk/domains.d.ts +84 -0
- package/esm/sdk/domains.d.ts.map +1 -0
- package/esm/sdk/domains.js +108 -0
- package/esm/sdk/domains.js.map +1 -0
- package/esm/sdk/edgeconfig.d.ts +134 -0
- package/esm/sdk/edgeconfig.d.ts.map +1 -0
- package/esm/sdk/edgeconfig.js +168 -0
- package/esm/sdk/edgeconfig.js.map +1 -0
- package/esm/sdk/integrations.d.ts +44 -0
- package/esm/sdk/integrations.d.ts.map +1 -0
- package/esm/sdk/integrations.js +58 -0
- package/esm/sdk/integrations.js.map +1 -0
- package/esm/sdk/logdrains.d.ts +60 -0
- package/esm/sdk/logdrains.d.ts.map +1 -0
- package/esm/sdk/logdrains.js +78 -0
- package/esm/sdk/logdrains.js.map +1 -0
- package/esm/sdk/marketplace.d.ts +76 -0
- package/esm/sdk/marketplace.d.ts.map +1 -0
- package/esm/sdk/marketplace.js +98 -0
- package/esm/sdk/marketplace.js.map +1 -0
- package/esm/sdk/projectmembers.d.ts +28 -0
- package/esm/sdk/projectmembers.d.ts.map +1 -0
- package/esm/sdk/projectmembers.js +38 -0
- package/esm/sdk/projectmembers.js.map +1 -0
- package/esm/sdk/projects.d.ts +156 -0
- package/esm/sdk/projects.d.ts.map +1 -0
- package/esm/sdk/projects.js +198 -0
- package/esm/sdk/projects.js.map +1 -0
- package/esm/sdk/sdk.d.ts +61 -0
- package/esm/sdk/sdk.d.ts.map +1 -0
- package/esm/sdk/sdk.js +102 -0
- package/esm/sdk/sdk.js.map +1 -0
- package/esm/sdk/security.d.ts +36 -0
- package/esm/sdk/security.d.ts.map +1 -0
- package/esm/sdk/security.js +48 -0
- package/esm/sdk/security.js.map +1 -0
- package/esm/sdk/teams.d.ts +112 -0
- package/esm/sdk/teams.d.ts.map +1 -0
- package/esm/sdk/teams.js +138 -0
- package/esm/sdk/teams.js.map +1 -0
- package/esm/sdk/user.d.ts +28 -0
- package/esm/sdk/user.d.ts.map +1 -0
- package/esm/sdk/user.js +38 -0
- package/esm/sdk/user.js.map +1 -0
- package/esm/sdk/webhooks.d.ts +36 -0
- package/esm/sdk/webhooks.d.ts.map +1 -0
- package/esm/sdk/webhooks.js +48 -0
- package/esm/sdk/webhooks.js.map +1 -0
- package/esm/types/blobs.d.ts +4 -0
- package/esm/types/blobs.d.ts.map +1 -0
- package/esm/types/blobs.js +25 -0
- package/esm/types/blobs.js.map +1 -0
- package/esm/types/constdatetime.d.ts +3 -0
- package/esm/types/constdatetime.d.ts.map +1 -0
- package/esm/types/constdatetime.js +10 -0
- package/esm/types/constdatetime.js.map +1 -0
- package/esm/types/enums.d.ts +12 -0
- package/esm/types/enums.d.ts.map +1 -0
- package/esm/types/enums.js +7 -0
- package/esm/types/enums.js.map +1 -0
- package/esm/types/fp.d.ts +31 -0
- package/esm/types/fp.d.ts.map +1 -0
- package/esm/types/fp.js +31 -0
- package/esm/types/fp.js.map +1 -0
- package/esm/types/operations.d.ts +25 -0
- package/esm/types/operations.d.ts.map +1 -0
- package/esm/types/operations.js +75 -0
- package/esm/types/operations.js.map +1 -0
- package/esm/types/rfcdate.d.ts +21 -0
- package/esm/types/rfcdate.d.ts.map +1 -0
- package/esm/types/rfcdate.js +42 -0
- package/esm/types/rfcdate.js.map +1 -0
- package/esm/types/streams.d.ts +2 -0
- package/esm/types/streams.d.ts.map +1 -0
- package/esm/types/streams.js +15 -0
- package/esm/types/streams.js.map +1 -0
- package/package.json +50 -0
- package/src/core.ts +13 -0
- package/src/funcs/accessGroupsCreateAccessGroup.ts +134 -0
- package/src/funcs/accessGroupsCreateAccessGroupProject.ts +144 -0
- package/src/funcs/accessGroupsDeleteAccessGroup.ts +139 -0
- package/src/funcs/accessGroupsDeleteAccessGroupProject.ts +146 -0
- package/src/funcs/accessGroupsListAccessGroupMembers.ts +143 -0
- package/src/funcs/accessGroupsListAccessGroupProjects.ts +142 -0
- package/src/funcs/accessGroupsListAccessGroups.ts +139 -0
- package/src/funcs/accessGroupsReadAccessGroup.ts +140 -0
- package/src/funcs/accessGroupsReadAccessGroupProject.ts +147 -0
- package/src/funcs/accessGroupsUpdateAccessGroup.ts +141 -0
- package/src/funcs/accessGroupsUpdateAccessGroupProject.ts +148 -0
- package/src/funcs/aliasesAssignAlias.ts +141 -0
- package/src/funcs/aliasesDeleteAlias.ts +140 -0
- package/src/funcs/aliasesGetAlias.ts +144 -0
- package/src/funcs/aliasesListAliases.ts +140 -0
- package/src/funcs/aliasesListDeploymentAliases.ts +140 -0
- package/src/funcs/artifactsArtifactExists.ts +139 -0
- package/src/funcs/artifactsArtifactQuery.ts +135 -0
- package/src/funcs/artifactsDownloadArtifact.ts +151 -0
- package/src/funcs/artifactsRecordEvents.ts +143 -0
- package/src/funcs/artifactsStatus.ts +133 -0
- package/src/funcs/artifactsUploadArtifact.ts +166 -0
- package/src/funcs/authenticationCreateAuthToken.ts +134 -0
- package/src/funcs/authenticationDeleteAuthToken.ts +134 -0
- package/src/funcs/authenticationExchangeSsoToken.ts +125 -0
- package/src/funcs/authenticationGetAuthToken.ts +134 -0
- package/src/funcs/authenticationListAuthTokens.ts +110 -0
- package/src/funcs/certsGetCertById.ts +140 -0
- package/src/funcs/certsIssueCert.ts +134 -0
- package/src/funcs/certsRemoveCert.ts +140 -0
- package/src/funcs/certsUploadCert.ts +134 -0
- package/src/funcs/checksCreateCheck.ts +141 -0
- package/src/funcs/checksGetAllChecks.ts +140 -0
- package/src/funcs/checksGetCheck.ts +146 -0
- package/src/funcs/checksRerequestCheck.ts +146 -0
- package/src/funcs/checksUpdateCheck.ts +147 -0
- package/src/funcs/deploymentsCancelDeployment.ts +140 -0
- package/src/funcs/deploymentsCreateDeployment.ts +136 -0
- package/src/funcs/deploymentsDeleteDeployment.ts +141 -0
- package/src/funcs/deploymentsGetDeployment.ts +141 -0
- package/src/funcs/deploymentsGetDeploymentEvents.ts +148 -0
- package/src/funcs/deploymentsGetDeploymentFileContents.ts +144 -0
- package/src/funcs/deploymentsGetDeployments.ts +144 -0
- package/src/funcs/deploymentsListDeploymentFiles.ts +143 -0
- package/src/funcs/deploymentsUploadFile.ts +151 -0
- package/src/funcs/dnsCreateRecord.ts +141 -0
- package/src/funcs/dnsGetRecords.ts +143 -0
- package/src/funcs/dnsRemoveRecord.ts +146 -0
- package/src/funcs/dnsUpdateRecord.ts +141 -0
- package/src/funcs/domainsBuyDomain.ts +135 -0
- package/src/funcs/domainsCheckDomainPrice.ts +135 -0
- package/src/funcs/domainsCheckDomainStatus.ts +134 -0
- package/src/funcs/domainsCreateOrTransferDomain.ts +134 -0
- package/src/funcs/domainsDeleteDomain.ts +140 -0
- package/src/funcs/domainsGetDomain.ts +140 -0
- package/src/funcs/domainsGetDomainConfig.ts +141 -0
- package/src/funcs/domainsGetDomainTransfer.ts +140 -0
- package/src/funcs/domainsGetDomains.ts +136 -0
- package/src/funcs/domainsPatchDomain.ts +141 -0
- package/src/funcs/edgeConfigCreateEdgeConfig.ts +134 -0
- package/src/funcs/edgeConfigCreateEdgeConfigToken.ts +141 -0
- package/src/funcs/edgeConfigDeleteEdgeConfig.ts +139 -0
- package/src/funcs/edgeConfigDeleteEdgeConfigSchema.ts +139 -0
- package/src/funcs/edgeConfigDeleteEdgeConfigTokens.ts +140 -0
- package/src/funcs/edgeConfigGetEdgeConfig.ts +140 -0
- package/src/funcs/edgeConfigGetEdgeConfigBackup.ts +147 -0
- package/src/funcs/edgeConfigGetEdgeConfigBackups.ts +143 -0
- package/src/funcs/edgeConfigGetEdgeConfigItem.ts +149 -0
- package/src/funcs/edgeConfigGetEdgeConfigItems.ts +142 -0
- package/src/funcs/edgeConfigGetEdgeConfigSchema.ts +140 -0
- package/src/funcs/edgeConfigGetEdgeConfigToken.ts +148 -0
- package/src/funcs/edgeConfigGetEdgeConfigTokens.ts +142 -0
- package/src/funcs/edgeConfigGetEdgeConfigs.ts +134 -0
- package/src/funcs/edgeConfigPatchEdgeConfigSchema.ts +142 -0
- package/src/funcs/edgeConfigUpdateEdgeConfig.ts +141 -0
- package/src/funcs/integrationsDeleteConfiguration.ts +139 -0
- package/src/funcs/integrationsGetConfiguration.ts +140 -0
- package/src/funcs/integrationsGetConfigurations.ts +136 -0
- package/src/funcs/integrationsGitNamespaces.ts +134 -0
- package/src/funcs/integrationsSearchRepo.ts +138 -0
- package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +134 -0
- package/src/funcs/logDrainsCreateLogDrain.ts +134 -0
- package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +139 -0
- package/src/funcs/logDrainsDeleteIntegrationLogDrain.ts +139 -0
- package/src/funcs/logDrainsGetAllLogDrains.ts +135 -0
- package/src/funcs/logDrainsGetConfigurableLogDrain.ts +140 -0
- package/src/funcs/logDrainsGetIntegrationLogDrains.ts +134 -0
- package/src/funcs/marketplaceCreateEvent.ts +137 -0
- package/src/funcs/marketplaceExchangeSsoToken.ts +125 -0
- package/src/funcs/marketplaceGetAccountInfo.ts +137 -0
- package/src/funcs/marketplaceGetInvoice.ts +141 -0
- package/src/funcs/marketplaceGetMember.ts +141 -0
- package/src/funcs/marketplaceSubmitBillingData.ts +137 -0
- package/src/funcs/marketplaceSubmitInvoice.ts +138 -0
- package/src/funcs/marketplaceUpdateInvoice.ts +141 -0
- package/src/funcs/marketplaceUpdateResourceSecrets.ts +146 -0
- package/src/funcs/projectMembersAddProjectMember.ts +141 -0
- package/src/funcs/projectMembersGetProjectMembers.ts +144 -0
- package/src/funcs/projectMembersRemoveProjectMember.ts +144 -0
- package/src/funcs/projectsAddProjectDomain.ts +141 -0
- package/src/funcs/projectsCreateProject.ts +134 -0
- package/src/funcs/projectsCreateProjectEnv.ts +142 -0
- package/src/funcs/projectsDeleteProject.ts +139 -0
- package/src/funcs/projectsEditProjectEnv.ts +145 -0
- package/src/funcs/projectsFilterProjectEnvs.ts +143 -0
- package/src/funcs/projectsGetProjectDomain.ts +146 -0
- package/src/funcs/projectsGetProjectDomains.ts +150 -0
- package/src/funcs/projectsGetProjectEnv.ts +144 -0
- package/src/funcs/projectsGetProjects.ts +144 -0
- package/src/funcs/projectsListPromoteAliases.ts +146 -0
- package/src/funcs/projectsRemoveProjectDomain.ts +146 -0
- package/src/funcs/projectsRemoveProjectEnv.ts +144 -0
- package/src/funcs/projectsRequestPromote.ts +145 -0
- package/src/funcs/projectsUpdateProject.ts +141 -0
- package/src/funcs/projectsUpdateProjectDataCache.ts +141 -0
- package/src/funcs/projectsUpdateProjectDomain.ts +147 -0
- package/src/funcs/projectsUpdateProjectProtectionBypass.ts +143 -0
- package/src/funcs/projectsVerifyProjectDomain.ts +146 -0
- package/src/funcs/securityGetFirewallConfig.ts +143 -0
- package/src/funcs/securityPutFirewallConfig.ts +135 -0
- package/src/funcs/securityUpdateAttackChallengeMode.ts +134 -0
- package/src/funcs/securityUpdateFirewallConfig.ts +135 -0
- package/src/funcs/teamsCreateTeam.ts +130 -0
- package/src/funcs/teamsDeleteTeam.ts +141 -0
- package/src/funcs/teamsDeleteTeamInviteCode.ts +138 -0
- package/src/funcs/teamsGetTeam.ts +138 -0
- package/src/funcs/teamsGetTeamAccessRequest.ts +138 -0
- package/src/funcs/teamsGetTeamMembers.ts +145 -0
- package/src/funcs/teamsGetTeams.ts +134 -0
- package/src/funcs/teamsInviteUserToTeam.ts +135 -0
- package/src/funcs/teamsJoinTeam.ts +135 -0
- package/src/funcs/teamsPatchTeam.ts +139 -0
- package/src/funcs/teamsRemoveTeamMember.ts +143 -0
- package/src/funcs/teamsRequestAccessToTeam.ts +135 -0
- package/src/funcs/teamsUpdateTeamMember.ts +139 -0
- package/src/funcs/userGetAuthUser.ts +111 -0
- package/src/funcs/userListUserEvents.ts +139 -0
- package/src/funcs/userRequestDelete.ts +130 -0
- package/src/funcs/webhooksCreateWebhook.ts +134 -0
- package/src/funcs/webhooksDeleteWebhook.ts +139 -0
- package/src/funcs/webhooksGetWebhook.ts +140 -0
- package/src/funcs/webhooksGetWebhooks.ts +134 -0
- package/src/hooks/hooks.ts +112 -0
- package/src/hooks/registration.ts +14 -0
- package/src/hooks/types.ts +102 -0
- package/src/index.ts +7 -0
- package/src/lib/base64.ts +37 -0
- package/src/lib/config.ts +64 -0
- package/src/lib/dlv.ts +53 -0
- package/src/lib/encodings.ts +449 -0
- package/src/lib/files.ts +40 -0
- package/src/lib/http.ts +323 -0
- package/src/lib/is-plain-object.ts +43 -0
- package/src/lib/logger.ts +9 -0
- package/src/lib/matchers.ts +322 -0
- package/src/lib/primitives.ts +60 -0
- package/src/lib/retries.ts +219 -0
- package/src/lib/schemas.ts +86 -0
- package/src/lib/sdks.ts +388 -0
- package/src/lib/security.ts +253 -0
- package/src/lib/url.ts +33 -0
- package/src/models/components/aclaction.ts +40 -0
- package/src/models/components/authtoken.ts +431 -0
- package/src/models/components/authuser.ts +1688 -0
- package/src/models/components/authuserlimited.ts +152 -0
- package/src/models/components/edgeconfigitem.ts +91 -0
- package/src/models/components/edgeconfigitemvalue.ts +74 -0
- package/src/models/components/edgeconfigtoken.ts +86 -0
- package/src/models/components/filetree.ts +147 -0
- package/src/models/components/flagjsonvalue.ts +73 -0
- package/src/models/components/pagination.ts +82 -0
- package/src/models/components/security.ts +62 -0
- package/src/models/components/teamlimited.ts +713 -0
- package/src/models/components/userevent.ts +57 -0
- package/src/models/errors/httpclienterrors.ts +62 -0
- package/src/models/errors/sdkerror.ts +27 -0
- package/src/models/errors/sdkvalidationerror.ts +97 -0
- package/src/models/operations/addprojectdomain.ts +413 -0
- package/src/models/operations/addprojectmember.ts +602 -0
- package/src/models/operations/artifactexists.ts +83 -0
- package/src/models/operations/artifactquery.ts +371 -0
- package/src/models/operations/assignalias.ts +249 -0
- package/src/models/operations/buydomain.ts +558 -0
- package/src/models/operations/canceldeployment.ts +5657 -0
- package/src/models/operations/checkdomainprice.ts +181 -0
- package/src/models/operations/checkdomainstatus.ts +146 -0
- package/src/models/operations/createaccessgroup.ts +369 -0
- package/src/models/operations/createaccessgroupproject.ts +322 -0
- package/src/models/operations/createauthtoken.ts +232 -0
- package/src/models/operations/createcheck.ts +980 -0
- package/src/models/operations/createconfigurablelogdrain.ts +675 -0
- package/src/models/operations/createdeployment.ts +6780 -0
- package/src/models/operations/createedgeconfig.ts +805 -0
- package/src/models/operations/createedgeconfigtoken.ts +222 -0
- package/src/models/operations/createevent.ts +373 -0
- package/src/models/operations/createlogdrain.ts +589 -0
- package/src/models/operations/createortransferdomain.ts +779 -0
- package/src/models/operations/createproject.ts +9648 -0
- package/src/models/operations/createprojectenv.ts +5728 -0
- package/src/models/operations/createrecord.ts +1802 -0
- package/src/models/operations/createteam.ts +361 -0
- package/src/models/operations/createwebhook.ts +410 -0
- package/src/models/operations/deleteaccessgroup.ts +80 -0
- package/src/models/operations/deleteaccessgroupproject.ts +86 -0
- package/src/models/operations/deletealias.ts +171 -0
- package/src/models/operations/deleteauthtoken.ts +135 -0
- package/src/models/operations/deleteconfigurablelogdrain.ts +83 -0
- package/src/models/operations/deleteconfiguration.ts +80 -0
- package/src/models/operations/deletedeployment.ts +196 -0
- package/src/models/operations/deletedomain.ts +147 -0
- package/src/models/operations/deleteedgeconfig.ts +80 -0
- package/src/models/operations/deleteedgeconfigschema.ts +82 -0
- package/src/models/operations/deleteedgeconfigtokens.ts +158 -0
- package/src/models/operations/deleteintegrationlogdrain.ts +85 -0
- package/src/models/operations/deleteproject.ts +83 -0
- package/src/models/operations/deleteteam.ts +292 -0
- package/src/models/operations/deleteteaminvitecode.ts +144 -0
- package/src/models/operations/deletewebhook.ts +80 -0
- package/src/models/operations/downloadartifact.ts +108 -0
- package/src/models/operations/editprojectenv.ts +2461 -0
- package/src/models/operations/exchangessotoken.ts +192 -0
- package/src/models/operations/filterprojectenvs.ts +7149 -0
- package/src/models/operations/getaccountinfo.ts +187 -0
- package/src/models/operations/getalias.ts +930 -0
- package/src/models/operations/getallchecks.ts +921 -0
- package/src/models/operations/getalllogdrains.ts +411 -0
- package/src/models/operations/getauthtoken.ts +139 -0
- package/src/models/operations/getauthuser.ts +121 -0
- package/src/models/operations/getcertbyid.ts +157 -0
- package/src/models/operations/getcheck.ts +865 -0
- package/src/models/operations/getconfigurablelogdrain.ts +423 -0
- package/src/models/operations/getconfiguration.ts +1266 -0
- package/src/models/operations/getconfigurations.ts +1648 -0
- package/src/models/operations/getdeployment.ts +8478 -0
- package/src/models/operations/getdeploymentevents.ts +221 -0
- package/src/models/operations/getdeploymentfilecontents.ts +99 -0
- package/src/models/operations/getdeployments.ts +1537 -0
- package/src/models/operations/getdomain.ts +423 -0
- package/src/models/operations/getdomainconfig.ts +265 -0
- package/src/models/operations/getdomains.ts +443 -0
- package/src/models/operations/getdomaintransfer.ts +241 -0
- package/src/models/operations/getedgeconfig.ts +395 -0
- package/src/models/operations/getedgeconfigbackup.ts +886 -0
- package/src/models/operations/getedgeconfigbackups.ts +355 -0
- package/src/models/operations/getedgeconfigitem.ts +84 -0
- package/src/models/operations/getedgeconfigitems.ts +80 -0
- package/src/models/operations/getedgeconfigs.ts +370 -0
- package/src/models/operations/getedgeconfigschema.ts +135 -0
- package/src/models/operations/getedgeconfigtoken.ts +84 -0
- package/src/models/operations/getedgeconfigtokens.ts +80 -0
- package/src/models/operations/getfirewallconfig.ts +2486 -0
- package/src/models/operations/getintegrationlogdrains.ts +395 -0
- package/src/models/operations/getinvoice.ts +454 -0
- package/src/models/operations/getmember.ts +160 -0
- package/src/models/operations/getprojectdomain.ts +265 -0
- package/src/models/operations/getprojectdomains.ts +571 -0
- package/src/models/operations/getprojectenv.ts +6818 -0
- package/src/models/operations/getprojectmembers.ts +615 -0
- package/src/models/operations/getprojects.ts +9087 -0
- package/src/models/operations/getrecords.ts +568 -0
- package/src/models/operations/getteam.ts +72 -0
- package/src/models/operations/getteamaccessrequest.ts +570 -0
- package/src/models/operations/getteammembers.ts +1116 -0
- package/src/models/operations/getteams.ts +204 -0
- package/src/models/operations/getwebhook.ts +260 -0
- package/src/models/operations/getwebhooks.ts +653 -0
- package/src/models/operations/gitnamespaces.ts +235 -0
- package/src/models/operations/inviteusertoteam.ts +596 -0
- package/src/models/operations/issuecert.ts +224 -0
- package/src/models/operations/jointeam.ts +223 -0
- package/src/models/operations/listaccessgroupmembers.ts +335 -0
- package/src/models/operations/listaccessgroupprojects.ts +410 -0
- package/src/models/operations/listaccessgroups.ts +473 -0
- package/src/models/operations/listaliases.ts +1077 -0
- package/src/models/operations/listauthtokens.ts +92 -0
- package/src/models/operations/listdeploymentaliases.ts +820 -0
- package/src/models/operations/listdeploymentfiles.ts +83 -0
- package/src/models/operations/listpromotealiases.ts +361 -0
- package/src/models/operations/listuserevents.ts +188 -0
- package/src/models/operations/patchdomain.ts +562 -0
- package/src/models/operations/patchedgeconfigschema.ts +217 -0
- package/src/models/operations/patchteam.ts +481 -0
- package/src/models/operations/putfirewallconfig.ts +4730 -0
- package/src/models/operations/readaccessgroup.ts +218 -0
- package/src/models/operations/readaccessgroupproject.ts +199 -0
- package/src/models/operations/recordevents.ts +256 -0
- package/src/models/operations/removecert.ts +133 -0
- package/src/models/operations/removeprojectdomain.ts +145 -0
- package/src/models/operations/removeprojectenv.ts +6986 -0
- package/src/models/operations/removeprojectmember.ts +150 -0
- package/src/models/operations/removerecord.ts +137 -0
- package/src/models/operations/removeteammember.ts +146 -0
- package/src/models/operations/requestaccesstoteam.ts +758 -0
- package/src/models/operations/requestdelete.ts +219 -0
- package/src/models/operations/requestpromote.ts +84 -0
- package/src/models/operations/rerequestcheck.ts +140 -0
- package/src/models/operations/searchrepo.ts +784 -0
- package/src/models/operations/status.ts +158 -0
- package/src/models/operations/submitbillingdata.ts +813 -0
- package/src/models/operations/submitinvoice.ts +593 -0
- package/src/models/operations/updateaccessgroup.ts +412 -0
- package/src/models/operations/updateaccessgroupproject.ts +319 -0
- package/src/models/operations/updateattackchallengemode.ts +231 -0
- package/src/models/operations/updatecheck.ts +1687 -0
- package/src/models/operations/updateedgeconfig.ts +472 -0
- package/src/models/operations/updatefirewallconfig.ts +3875 -0
- package/src/models/operations/updateinvoice.ts +180 -0
- package/src/models/operations/updateproject.ts +9998 -0
- package/src/models/operations/updateprojectdatacache.ts +8901 -0
- package/src/models/operations/updateprojectdomain.ts +406 -0
- package/src/models/operations/updateprojectprotectionbypass.ts +497 -0
- package/src/models/operations/updaterecord.ts +515 -0
- package/src/models/operations/updateresourcesecrets.ts +206 -0
- package/src/models/operations/updateteammember.ts +396 -0
- package/src/models/operations/uploadartifact.ts +225 -0
- package/src/models/operations/uploadcert.ts +245 -0
- package/src/models/operations/uploadfile.ts +296 -0
- package/src/models/operations/verifyprojectdomain.ts +281 -0
- package/src/sdk/accessgroups.ts +244 -0
- package/src/sdk/aliases.ts +118 -0
- package/src/sdk/artifacts.ts +131 -0
- package/src/sdk/authentication.ts +113 -0
- package/src/sdk/certs.ts +96 -0
- package/src/sdk/checks.ts +118 -0
- package/src/sdk/deployments.ts +198 -0
- package/src/sdk/dns.ts +96 -0
- package/src/sdk/domains.ts +228 -0
- package/src/sdk/edgeconfig.ts +341 -0
- package/src/sdk/integrations.ts +115 -0
- package/src/sdk/logdrains.ts +156 -0
- package/src/sdk/marketplace.ts +194 -0
- package/src/sdk/projectmembers.ts +74 -0
- package/src/sdk/projects.ts +420 -0
- package/src/sdk/sdk.ts +121 -0
- package/src/sdk/security.ts +96 -0
- package/src/sdk/teams.ts +288 -0
- package/src/sdk/user.ts +69 -0
- package/src/sdk/webhooks.ts +93 -0
- package/src/types/blobs.ts +31 -0
- package/src/types/constdatetime.ts +15 -0
- package/src/types/enums.ts +16 -0
- package/src/types/fp.ts +50 -0
- package/src/types/operations.ts +99 -0
- package/src/types/rfcdate.ts +54 -0
- package/src/types/streams.ts +21 -0
|
@@ -0,0 +1,1802 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
9
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
10
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* The type of record, it could be one of the valid DNS records.
|
|
14
|
+
*/
|
|
15
|
+
export const CreateRecordRequestBodyDnsRequest10Type = {
|
|
16
|
+
A: "A",
|
|
17
|
+
Aaaa: "AAAA",
|
|
18
|
+
Alias: "ALIAS",
|
|
19
|
+
Caa: "CAA",
|
|
20
|
+
Cname: "CNAME",
|
|
21
|
+
Https: "HTTPS",
|
|
22
|
+
Mx: "MX",
|
|
23
|
+
Srv: "SRV",
|
|
24
|
+
Txt: "TXT",
|
|
25
|
+
Ns: "NS",
|
|
26
|
+
} as const;
|
|
27
|
+
/**
|
|
28
|
+
* The type of record, it could be one of the valid DNS records.
|
|
29
|
+
*/
|
|
30
|
+
export type CreateRecordRequestBodyDnsRequest10Type = ClosedEnum<
|
|
31
|
+
typeof CreateRecordRequestBodyDnsRequest10Type
|
|
32
|
+
>;
|
|
33
|
+
|
|
34
|
+
export type RequestBodyHttps = {
|
|
35
|
+
priority: number | null;
|
|
36
|
+
target: string;
|
|
37
|
+
params?: string | undefined;
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export type Ten = {
|
|
41
|
+
/**
|
|
42
|
+
* The type of record, it could be one of the valid DNS records.
|
|
43
|
+
*/
|
|
44
|
+
type: CreateRecordRequestBodyDnsRequest10Type;
|
|
45
|
+
/**
|
|
46
|
+
* The TTL value. Must be a number between 60 and 2147483647. Default value is 60.
|
|
47
|
+
*/
|
|
48
|
+
ttl?: number | undefined;
|
|
49
|
+
https: RequestBodyHttps;
|
|
50
|
+
/**
|
|
51
|
+
* A comment to add context on what this DNS record is for
|
|
52
|
+
*/
|
|
53
|
+
comment?: string | undefined;
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* The type of record, it could be one of the valid DNS records.
|
|
58
|
+
*/
|
|
59
|
+
export const CreateRecordRequestBodyDnsRequest9Type = {
|
|
60
|
+
A: "A",
|
|
61
|
+
Aaaa: "AAAA",
|
|
62
|
+
Alias: "ALIAS",
|
|
63
|
+
Caa: "CAA",
|
|
64
|
+
Cname: "CNAME",
|
|
65
|
+
Https: "HTTPS",
|
|
66
|
+
Mx: "MX",
|
|
67
|
+
Srv: "SRV",
|
|
68
|
+
Txt: "TXT",
|
|
69
|
+
Ns: "NS",
|
|
70
|
+
} as const;
|
|
71
|
+
/**
|
|
72
|
+
* The type of record, it could be one of the valid DNS records.
|
|
73
|
+
*/
|
|
74
|
+
export type CreateRecordRequestBodyDnsRequest9Type = ClosedEnum<
|
|
75
|
+
typeof CreateRecordRequestBodyDnsRequest9Type
|
|
76
|
+
>;
|
|
77
|
+
|
|
78
|
+
export type Nine = {
|
|
79
|
+
/**
|
|
80
|
+
* A subdomain name.
|
|
81
|
+
*/
|
|
82
|
+
name: string;
|
|
83
|
+
/**
|
|
84
|
+
* The type of record, it could be one of the valid DNS records.
|
|
85
|
+
*/
|
|
86
|
+
type: CreateRecordRequestBodyDnsRequest9Type;
|
|
87
|
+
/**
|
|
88
|
+
* The TTL value. Must be a number between 60 and 2147483647. Default value is 60.
|
|
89
|
+
*/
|
|
90
|
+
ttl?: number | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* An NS domain value.
|
|
93
|
+
*/
|
|
94
|
+
value?: string | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* A comment to add context on what this DNS record is for
|
|
97
|
+
*/
|
|
98
|
+
comment?: string | undefined;
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* The type of record, it could be one of the valid DNS records.
|
|
103
|
+
*/
|
|
104
|
+
export const CreateRecordRequestBodyDnsRequest8Type = {
|
|
105
|
+
A: "A",
|
|
106
|
+
Aaaa: "AAAA",
|
|
107
|
+
Alias: "ALIAS",
|
|
108
|
+
Caa: "CAA",
|
|
109
|
+
Cname: "CNAME",
|
|
110
|
+
Https: "HTTPS",
|
|
111
|
+
Mx: "MX",
|
|
112
|
+
Srv: "SRV",
|
|
113
|
+
Txt: "TXT",
|
|
114
|
+
Ns: "NS",
|
|
115
|
+
} as const;
|
|
116
|
+
/**
|
|
117
|
+
* The type of record, it could be one of the valid DNS records.
|
|
118
|
+
*/
|
|
119
|
+
export type CreateRecordRequestBodyDnsRequest8Type = ClosedEnum<
|
|
120
|
+
typeof CreateRecordRequestBodyDnsRequest8Type
|
|
121
|
+
>;
|
|
122
|
+
|
|
123
|
+
export type Eight = {
|
|
124
|
+
/**
|
|
125
|
+
* The type of record, it could be one of the valid DNS records.
|
|
126
|
+
*/
|
|
127
|
+
type: CreateRecordRequestBodyDnsRequest8Type;
|
|
128
|
+
/**
|
|
129
|
+
* The TTL value. Must be a number between 60 and 2147483647. Default value is 60.
|
|
130
|
+
*/
|
|
131
|
+
ttl?: number | undefined;
|
|
132
|
+
/**
|
|
133
|
+
* A TXT record containing arbitrary text.
|
|
134
|
+
*/
|
|
135
|
+
value: string;
|
|
136
|
+
/**
|
|
137
|
+
* A comment to add context on what this DNS record is for
|
|
138
|
+
*/
|
|
139
|
+
comment?: string | undefined;
|
|
140
|
+
};
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* The type of record, it could be one of the valid DNS records.
|
|
144
|
+
*/
|
|
145
|
+
export const CreateRecordRequestBodyDnsRequest7Type = {
|
|
146
|
+
A: "A",
|
|
147
|
+
Aaaa: "AAAA",
|
|
148
|
+
Alias: "ALIAS",
|
|
149
|
+
Caa: "CAA",
|
|
150
|
+
Cname: "CNAME",
|
|
151
|
+
Https: "HTTPS",
|
|
152
|
+
Mx: "MX",
|
|
153
|
+
Srv: "SRV",
|
|
154
|
+
Txt: "TXT",
|
|
155
|
+
Ns: "NS",
|
|
156
|
+
} as const;
|
|
157
|
+
/**
|
|
158
|
+
* The type of record, it could be one of the valid DNS records.
|
|
159
|
+
*/
|
|
160
|
+
export type CreateRecordRequestBodyDnsRequest7Type = ClosedEnum<
|
|
161
|
+
typeof CreateRecordRequestBodyDnsRequest7Type
|
|
162
|
+
>;
|
|
163
|
+
|
|
164
|
+
export type RequestBodySrv = {
|
|
165
|
+
priority: number | null;
|
|
166
|
+
weight: number | null;
|
|
167
|
+
port: number | null;
|
|
168
|
+
target: string;
|
|
169
|
+
};
|
|
170
|
+
|
|
171
|
+
export type Seven = {
|
|
172
|
+
/**
|
|
173
|
+
* The type of record, it could be one of the valid DNS records.
|
|
174
|
+
*/
|
|
175
|
+
type: CreateRecordRequestBodyDnsRequest7Type;
|
|
176
|
+
/**
|
|
177
|
+
* The TTL value. Must be a number between 60 and 2147483647. Default value is 60.
|
|
178
|
+
*/
|
|
179
|
+
ttl?: number | undefined;
|
|
180
|
+
srv: RequestBodySrv;
|
|
181
|
+
/**
|
|
182
|
+
* A comment to add context on what this DNS record is for
|
|
183
|
+
*/
|
|
184
|
+
comment?: string | undefined;
|
|
185
|
+
};
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* The type of record, it could be one of the valid DNS records.
|
|
189
|
+
*/
|
|
190
|
+
export const CreateRecordRequestBodyDnsRequest6Type = {
|
|
191
|
+
A: "A",
|
|
192
|
+
Aaaa: "AAAA",
|
|
193
|
+
Alias: "ALIAS",
|
|
194
|
+
Caa: "CAA",
|
|
195
|
+
Cname: "CNAME",
|
|
196
|
+
Https: "HTTPS",
|
|
197
|
+
Mx: "MX",
|
|
198
|
+
Srv: "SRV",
|
|
199
|
+
Txt: "TXT",
|
|
200
|
+
Ns: "NS",
|
|
201
|
+
} as const;
|
|
202
|
+
/**
|
|
203
|
+
* The type of record, it could be one of the valid DNS records.
|
|
204
|
+
*/
|
|
205
|
+
export type CreateRecordRequestBodyDnsRequest6Type = ClosedEnum<
|
|
206
|
+
typeof CreateRecordRequestBodyDnsRequest6Type
|
|
207
|
+
>;
|
|
208
|
+
|
|
209
|
+
export type Six = {
|
|
210
|
+
/**
|
|
211
|
+
* A subdomain name or an empty string for the root domain.
|
|
212
|
+
*/
|
|
213
|
+
name: string;
|
|
214
|
+
/**
|
|
215
|
+
* The type of record, it could be one of the valid DNS records.
|
|
216
|
+
*/
|
|
217
|
+
type: CreateRecordRequestBodyDnsRequest6Type;
|
|
218
|
+
/**
|
|
219
|
+
* The TTL value. Must be a number between 60 and 2147483647. Default value is 60.
|
|
220
|
+
*/
|
|
221
|
+
ttl?: number | undefined;
|
|
222
|
+
/**
|
|
223
|
+
* An MX record specifying the mail server responsible for accepting messages on behalf of the domain name.
|
|
224
|
+
*/
|
|
225
|
+
value: string;
|
|
226
|
+
mxPriority: number;
|
|
227
|
+
/**
|
|
228
|
+
* A comment to add context on what this DNS record is for
|
|
229
|
+
*/
|
|
230
|
+
comment?: string | undefined;
|
|
231
|
+
};
|
|
232
|
+
|
|
233
|
+
/**
|
|
234
|
+
* The type of record, it could be one of the valid DNS records.
|
|
235
|
+
*/
|
|
236
|
+
export const CreateRecordRequestBodyDnsRequest5Type = {
|
|
237
|
+
A: "A",
|
|
238
|
+
Aaaa: "AAAA",
|
|
239
|
+
Alias: "ALIAS",
|
|
240
|
+
Caa: "CAA",
|
|
241
|
+
Cname: "CNAME",
|
|
242
|
+
Https: "HTTPS",
|
|
243
|
+
Mx: "MX",
|
|
244
|
+
Srv: "SRV",
|
|
245
|
+
Txt: "TXT",
|
|
246
|
+
Ns: "NS",
|
|
247
|
+
} as const;
|
|
248
|
+
/**
|
|
249
|
+
* The type of record, it could be one of the valid DNS records.
|
|
250
|
+
*/
|
|
251
|
+
export type CreateRecordRequestBodyDnsRequest5Type = ClosedEnum<
|
|
252
|
+
typeof CreateRecordRequestBodyDnsRequest5Type
|
|
253
|
+
>;
|
|
254
|
+
|
|
255
|
+
export type RequestBody5 = {
|
|
256
|
+
/**
|
|
257
|
+
* A subdomain name or an empty string for the root domain.
|
|
258
|
+
*/
|
|
259
|
+
name: string;
|
|
260
|
+
/**
|
|
261
|
+
* The type of record, it could be one of the valid DNS records.
|
|
262
|
+
*/
|
|
263
|
+
type: CreateRecordRequestBodyDnsRequest5Type;
|
|
264
|
+
/**
|
|
265
|
+
* The TTL value. Must be a number between 60 and 2147483647. Default value is 60.
|
|
266
|
+
*/
|
|
267
|
+
ttl?: number | undefined;
|
|
268
|
+
/**
|
|
269
|
+
* A CNAME record mapping to another domain name.
|
|
270
|
+
*/
|
|
271
|
+
value?: string | undefined;
|
|
272
|
+
/**
|
|
273
|
+
* A comment to add context on what this DNS record is for
|
|
274
|
+
*/
|
|
275
|
+
comment?: string | undefined;
|
|
276
|
+
};
|
|
277
|
+
|
|
278
|
+
/**
|
|
279
|
+
* The type of record, it could be one of the valid DNS records.
|
|
280
|
+
*/
|
|
281
|
+
export const CreateRecordRequestBodyDnsRequestType = {
|
|
282
|
+
A: "A",
|
|
283
|
+
Aaaa: "AAAA",
|
|
284
|
+
Alias: "ALIAS",
|
|
285
|
+
Caa: "CAA",
|
|
286
|
+
Cname: "CNAME",
|
|
287
|
+
Https: "HTTPS",
|
|
288
|
+
Mx: "MX",
|
|
289
|
+
Srv: "SRV",
|
|
290
|
+
Txt: "TXT",
|
|
291
|
+
Ns: "NS",
|
|
292
|
+
} as const;
|
|
293
|
+
/**
|
|
294
|
+
* The type of record, it could be one of the valid DNS records.
|
|
295
|
+
*/
|
|
296
|
+
export type CreateRecordRequestBodyDnsRequestType = ClosedEnum<
|
|
297
|
+
typeof CreateRecordRequestBodyDnsRequestType
|
|
298
|
+
>;
|
|
299
|
+
|
|
300
|
+
export type RequestBody4 = {
|
|
301
|
+
/**
|
|
302
|
+
* A subdomain name or an empty string for the root domain.
|
|
303
|
+
*/
|
|
304
|
+
name: string;
|
|
305
|
+
/**
|
|
306
|
+
* The type of record, it could be one of the valid DNS records.
|
|
307
|
+
*/
|
|
308
|
+
type: CreateRecordRequestBodyDnsRequestType;
|
|
309
|
+
/**
|
|
310
|
+
* The TTL value. Must be a number between 60 and 2147483647. Default value is 60.
|
|
311
|
+
*/
|
|
312
|
+
ttl?: number | undefined;
|
|
313
|
+
/**
|
|
314
|
+
* A CAA record to specify which Certificate Authorities (CAs) are allowed to issue certificates for the domain.
|
|
315
|
+
*/
|
|
316
|
+
value: string;
|
|
317
|
+
/**
|
|
318
|
+
* A comment to add context on what this DNS record is for
|
|
319
|
+
*/
|
|
320
|
+
comment?: string | undefined;
|
|
321
|
+
};
|
|
322
|
+
|
|
323
|
+
/**
|
|
324
|
+
* The type of record, it could be one of the valid DNS records.
|
|
325
|
+
*/
|
|
326
|
+
export const CreateRecordRequestBodyDnsType = {
|
|
327
|
+
A: "A",
|
|
328
|
+
Aaaa: "AAAA",
|
|
329
|
+
Alias: "ALIAS",
|
|
330
|
+
Caa: "CAA",
|
|
331
|
+
Cname: "CNAME",
|
|
332
|
+
Https: "HTTPS",
|
|
333
|
+
Mx: "MX",
|
|
334
|
+
Srv: "SRV",
|
|
335
|
+
Txt: "TXT",
|
|
336
|
+
Ns: "NS",
|
|
337
|
+
} as const;
|
|
338
|
+
/**
|
|
339
|
+
* The type of record, it could be one of the valid DNS records.
|
|
340
|
+
*/
|
|
341
|
+
export type CreateRecordRequestBodyDnsType = ClosedEnum<
|
|
342
|
+
typeof CreateRecordRequestBodyDnsType
|
|
343
|
+
>;
|
|
344
|
+
|
|
345
|
+
export type RequestBody3 = {
|
|
346
|
+
/**
|
|
347
|
+
* A subdomain name or an empty string for the root domain.
|
|
348
|
+
*/
|
|
349
|
+
name: string;
|
|
350
|
+
/**
|
|
351
|
+
* The type of record, it could be one of the valid DNS records.
|
|
352
|
+
*/
|
|
353
|
+
type: CreateRecordRequestBodyDnsType;
|
|
354
|
+
/**
|
|
355
|
+
* The TTL value. Must be a number between 60 and 2147483647. Default value is 60.
|
|
356
|
+
*/
|
|
357
|
+
ttl?: number | undefined;
|
|
358
|
+
/**
|
|
359
|
+
* An ALIAS virtual record pointing to a hostname resolved to an A record on server side.
|
|
360
|
+
*/
|
|
361
|
+
value: string;
|
|
362
|
+
/**
|
|
363
|
+
* A comment to add context on what this DNS record is for
|
|
364
|
+
*/
|
|
365
|
+
comment?: string | undefined;
|
|
366
|
+
};
|
|
367
|
+
|
|
368
|
+
/**
|
|
369
|
+
* The type of record, it could be one of the valid DNS records.
|
|
370
|
+
*/
|
|
371
|
+
export const CreateRecordRequestBodyType = {
|
|
372
|
+
A: "A",
|
|
373
|
+
Aaaa: "AAAA",
|
|
374
|
+
Alias: "ALIAS",
|
|
375
|
+
Caa: "CAA",
|
|
376
|
+
Cname: "CNAME",
|
|
377
|
+
Https: "HTTPS",
|
|
378
|
+
Mx: "MX",
|
|
379
|
+
Srv: "SRV",
|
|
380
|
+
Txt: "TXT",
|
|
381
|
+
Ns: "NS",
|
|
382
|
+
} as const;
|
|
383
|
+
/**
|
|
384
|
+
* The type of record, it could be one of the valid DNS records.
|
|
385
|
+
*/
|
|
386
|
+
export type CreateRecordRequestBodyType = ClosedEnum<
|
|
387
|
+
typeof CreateRecordRequestBodyType
|
|
388
|
+
>;
|
|
389
|
+
|
|
390
|
+
export type RequestBody2 = {
|
|
391
|
+
/**
|
|
392
|
+
* A subdomain name or an empty string for the root domain.
|
|
393
|
+
*/
|
|
394
|
+
name: string;
|
|
395
|
+
/**
|
|
396
|
+
* The type of record, it could be one of the valid DNS records.
|
|
397
|
+
*/
|
|
398
|
+
type: CreateRecordRequestBodyType;
|
|
399
|
+
/**
|
|
400
|
+
* The TTL value. Must be a number between 60 and 2147483647. Default value is 60.
|
|
401
|
+
*/
|
|
402
|
+
ttl?: number | undefined;
|
|
403
|
+
/**
|
|
404
|
+
* An AAAA record pointing to an IPv6 address.
|
|
405
|
+
*/
|
|
406
|
+
value: string;
|
|
407
|
+
/**
|
|
408
|
+
* A comment to add context on what this DNS record is for
|
|
409
|
+
*/
|
|
410
|
+
comment?: string | undefined;
|
|
411
|
+
};
|
|
412
|
+
|
|
413
|
+
/**
|
|
414
|
+
* The type of record, it could be one of the valid DNS records.
|
|
415
|
+
*/
|
|
416
|
+
export const RequestBodyType = {
|
|
417
|
+
A: "A",
|
|
418
|
+
Aaaa: "AAAA",
|
|
419
|
+
Alias: "ALIAS",
|
|
420
|
+
Caa: "CAA",
|
|
421
|
+
Cname: "CNAME",
|
|
422
|
+
Https: "HTTPS",
|
|
423
|
+
Mx: "MX",
|
|
424
|
+
Srv: "SRV",
|
|
425
|
+
Txt: "TXT",
|
|
426
|
+
Ns: "NS",
|
|
427
|
+
} as const;
|
|
428
|
+
/**
|
|
429
|
+
* The type of record, it could be one of the valid DNS records.
|
|
430
|
+
*/
|
|
431
|
+
export type RequestBodyType = ClosedEnum<typeof RequestBodyType>;
|
|
432
|
+
|
|
433
|
+
export type RequestBody1 = {
|
|
434
|
+
/**
|
|
435
|
+
* A subdomain name or an empty string for the root domain.
|
|
436
|
+
*/
|
|
437
|
+
name: string;
|
|
438
|
+
/**
|
|
439
|
+
* The type of record, it could be one of the valid DNS records.
|
|
440
|
+
*/
|
|
441
|
+
type: RequestBodyType;
|
|
442
|
+
/**
|
|
443
|
+
* The TTL value. Must be a number between 60 and 2147483647. Default value is 60.
|
|
444
|
+
*/
|
|
445
|
+
ttl?: number | undefined;
|
|
446
|
+
/**
|
|
447
|
+
* The record value must be a valid IPv4 address.
|
|
448
|
+
*/
|
|
449
|
+
value: string;
|
|
450
|
+
/**
|
|
451
|
+
* A comment to add context on what this DNS record is for
|
|
452
|
+
*/
|
|
453
|
+
comment?: string | undefined;
|
|
454
|
+
};
|
|
455
|
+
|
|
456
|
+
export type CreateRecordRequestBody =
|
|
457
|
+
| Seven
|
|
458
|
+
| Eight
|
|
459
|
+
| Ten
|
|
460
|
+
| RequestBody1
|
|
461
|
+
| RequestBody2
|
|
462
|
+
| RequestBody3
|
|
463
|
+
| RequestBody4
|
|
464
|
+
| RequestBody5
|
|
465
|
+
| Nine
|
|
466
|
+
| Six;
|
|
467
|
+
|
|
468
|
+
export type CreateRecordRequest = {
|
|
469
|
+
/**
|
|
470
|
+
* The domain used to create the DNS record.
|
|
471
|
+
*/
|
|
472
|
+
domain: string;
|
|
473
|
+
/**
|
|
474
|
+
* The Team identifier to perform the request on behalf of.
|
|
475
|
+
*/
|
|
476
|
+
teamId?: string | undefined;
|
|
477
|
+
/**
|
|
478
|
+
* The Team slug to perform the request on behalf of.
|
|
479
|
+
*/
|
|
480
|
+
slug?: string | undefined;
|
|
481
|
+
requestBody?:
|
|
482
|
+
| Seven
|
|
483
|
+
| Eight
|
|
484
|
+
| Ten
|
|
485
|
+
| RequestBody1
|
|
486
|
+
| RequestBody2
|
|
487
|
+
| RequestBody3
|
|
488
|
+
| RequestBody4
|
|
489
|
+
| RequestBody5
|
|
490
|
+
| Nine
|
|
491
|
+
| Six
|
|
492
|
+
| undefined;
|
|
493
|
+
};
|
|
494
|
+
|
|
495
|
+
export type CreateRecordResponseBody2 = {
|
|
496
|
+
/**
|
|
497
|
+
* The id of the newly created DNS record
|
|
498
|
+
*/
|
|
499
|
+
uid: string;
|
|
500
|
+
};
|
|
501
|
+
|
|
502
|
+
export type CreateRecordResponseBody1 = {
|
|
503
|
+
uid: string;
|
|
504
|
+
updated: number;
|
|
505
|
+
};
|
|
506
|
+
|
|
507
|
+
/**
|
|
508
|
+
* Successful response showing the uid of the newly created DNS record.
|
|
509
|
+
*/
|
|
510
|
+
export type CreateRecordResponseBody =
|
|
511
|
+
| CreateRecordResponseBody2
|
|
512
|
+
| CreateRecordResponseBody1;
|
|
513
|
+
|
|
514
|
+
/** @internal */
|
|
515
|
+
export const CreateRecordRequestBodyDnsRequest10Type$inboundSchema:
|
|
516
|
+
z.ZodNativeEnum<typeof CreateRecordRequestBodyDnsRequest10Type> = z
|
|
517
|
+
.nativeEnum(CreateRecordRequestBodyDnsRequest10Type);
|
|
518
|
+
|
|
519
|
+
/** @internal */
|
|
520
|
+
export const CreateRecordRequestBodyDnsRequest10Type$outboundSchema:
|
|
521
|
+
z.ZodNativeEnum<typeof CreateRecordRequestBodyDnsRequest10Type> =
|
|
522
|
+
CreateRecordRequestBodyDnsRequest10Type$inboundSchema;
|
|
523
|
+
|
|
524
|
+
/**
|
|
525
|
+
* @internal
|
|
526
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
527
|
+
*/
|
|
528
|
+
export namespace CreateRecordRequestBodyDnsRequest10Type$ {
|
|
529
|
+
/** @deprecated use `CreateRecordRequestBodyDnsRequest10Type$inboundSchema` instead. */
|
|
530
|
+
export const inboundSchema =
|
|
531
|
+
CreateRecordRequestBodyDnsRequest10Type$inboundSchema;
|
|
532
|
+
/** @deprecated use `CreateRecordRequestBodyDnsRequest10Type$outboundSchema` instead. */
|
|
533
|
+
export const outboundSchema =
|
|
534
|
+
CreateRecordRequestBodyDnsRequest10Type$outboundSchema;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
/** @internal */
|
|
538
|
+
export const RequestBodyHttps$inboundSchema: z.ZodType<
|
|
539
|
+
RequestBodyHttps,
|
|
540
|
+
z.ZodTypeDef,
|
|
541
|
+
unknown
|
|
542
|
+
> = z.object({
|
|
543
|
+
priority: z.nullable(z.number()),
|
|
544
|
+
target: z.string(),
|
|
545
|
+
params: z.string().optional(),
|
|
546
|
+
});
|
|
547
|
+
|
|
548
|
+
/** @internal */
|
|
549
|
+
export type RequestBodyHttps$Outbound = {
|
|
550
|
+
priority: number | null;
|
|
551
|
+
target: string;
|
|
552
|
+
params?: string | undefined;
|
|
553
|
+
};
|
|
554
|
+
|
|
555
|
+
/** @internal */
|
|
556
|
+
export const RequestBodyHttps$outboundSchema: z.ZodType<
|
|
557
|
+
RequestBodyHttps$Outbound,
|
|
558
|
+
z.ZodTypeDef,
|
|
559
|
+
RequestBodyHttps
|
|
560
|
+
> = z.object({
|
|
561
|
+
priority: z.nullable(z.number()),
|
|
562
|
+
target: z.string(),
|
|
563
|
+
params: z.string().optional(),
|
|
564
|
+
});
|
|
565
|
+
|
|
566
|
+
/**
|
|
567
|
+
* @internal
|
|
568
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
569
|
+
*/
|
|
570
|
+
export namespace RequestBodyHttps$ {
|
|
571
|
+
/** @deprecated use `RequestBodyHttps$inboundSchema` instead. */
|
|
572
|
+
export const inboundSchema = RequestBodyHttps$inboundSchema;
|
|
573
|
+
/** @deprecated use `RequestBodyHttps$outboundSchema` instead. */
|
|
574
|
+
export const outboundSchema = RequestBodyHttps$outboundSchema;
|
|
575
|
+
/** @deprecated use `RequestBodyHttps$Outbound` instead. */
|
|
576
|
+
export type Outbound = RequestBodyHttps$Outbound;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
export function requestBodyHttpsToJSON(
|
|
580
|
+
requestBodyHttps: RequestBodyHttps,
|
|
581
|
+
): string {
|
|
582
|
+
return JSON.stringify(
|
|
583
|
+
RequestBodyHttps$outboundSchema.parse(requestBodyHttps),
|
|
584
|
+
);
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
export function requestBodyHttpsFromJSON(
|
|
588
|
+
jsonString: string,
|
|
589
|
+
): SafeParseResult<RequestBodyHttps, SDKValidationError> {
|
|
590
|
+
return safeParse(
|
|
591
|
+
jsonString,
|
|
592
|
+
(x) => RequestBodyHttps$inboundSchema.parse(JSON.parse(x)),
|
|
593
|
+
`Failed to parse 'RequestBodyHttps' from JSON`,
|
|
594
|
+
);
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
/** @internal */
|
|
598
|
+
export const Ten$inboundSchema: z.ZodType<Ten, z.ZodTypeDef, unknown> = z
|
|
599
|
+
.object({
|
|
600
|
+
type: CreateRecordRequestBodyDnsRequest10Type$inboundSchema,
|
|
601
|
+
ttl: z.number().optional(),
|
|
602
|
+
https: z.lazy(() => RequestBodyHttps$inboundSchema),
|
|
603
|
+
comment: z.string().optional(),
|
|
604
|
+
});
|
|
605
|
+
|
|
606
|
+
/** @internal */
|
|
607
|
+
export type Ten$Outbound = {
|
|
608
|
+
type: string;
|
|
609
|
+
ttl?: number | undefined;
|
|
610
|
+
https: RequestBodyHttps$Outbound;
|
|
611
|
+
comment?: string | undefined;
|
|
612
|
+
};
|
|
613
|
+
|
|
614
|
+
/** @internal */
|
|
615
|
+
export const Ten$outboundSchema: z.ZodType<Ten$Outbound, z.ZodTypeDef, Ten> = z
|
|
616
|
+
.object({
|
|
617
|
+
type: CreateRecordRequestBodyDnsRequest10Type$outboundSchema,
|
|
618
|
+
ttl: z.number().optional(),
|
|
619
|
+
https: z.lazy(() => RequestBodyHttps$outboundSchema),
|
|
620
|
+
comment: z.string().optional(),
|
|
621
|
+
});
|
|
622
|
+
|
|
623
|
+
/**
|
|
624
|
+
* @internal
|
|
625
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
626
|
+
*/
|
|
627
|
+
export namespace Ten$ {
|
|
628
|
+
/** @deprecated use `Ten$inboundSchema` instead. */
|
|
629
|
+
export const inboundSchema = Ten$inboundSchema;
|
|
630
|
+
/** @deprecated use `Ten$outboundSchema` instead. */
|
|
631
|
+
export const outboundSchema = Ten$outboundSchema;
|
|
632
|
+
/** @deprecated use `Ten$Outbound` instead. */
|
|
633
|
+
export type Outbound = Ten$Outbound;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
export function tenToJSON(ten: Ten): string {
|
|
637
|
+
return JSON.stringify(Ten$outboundSchema.parse(ten));
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
export function tenFromJSON(
|
|
641
|
+
jsonString: string,
|
|
642
|
+
): SafeParseResult<Ten, SDKValidationError> {
|
|
643
|
+
return safeParse(
|
|
644
|
+
jsonString,
|
|
645
|
+
(x) => Ten$inboundSchema.parse(JSON.parse(x)),
|
|
646
|
+
`Failed to parse 'Ten' from JSON`,
|
|
647
|
+
);
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
/** @internal */
|
|
651
|
+
export const CreateRecordRequestBodyDnsRequest9Type$inboundSchema:
|
|
652
|
+
z.ZodNativeEnum<typeof CreateRecordRequestBodyDnsRequest9Type> = z.nativeEnum(
|
|
653
|
+
CreateRecordRequestBodyDnsRequest9Type,
|
|
654
|
+
);
|
|
655
|
+
|
|
656
|
+
/** @internal */
|
|
657
|
+
export const CreateRecordRequestBodyDnsRequest9Type$outboundSchema:
|
|
658
|
+
z.ZodNativeEnum<typeof CreateRecordRequestBodyDnsRequest9Type> =
|
|
659
|
+
CreateRecordRequestBodyDnsRequest9Type$inboundSchema;
|
|
660
|
+
|
|
661
|
+
/**
|
|
662
|
+
* @internal
|
|
663
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
664
|
+
*/
|
|
665
|
+
export namespace CreateRecordRequestBodyDnsRequest9Type$ {
|
|
666
|
+
/** @deprecated use `CreateRecordRequestBodyDnsRequest9Type$inboundSchema` instead. */
|
|
667
|
+
export const inboundSchema =
|
|
668
|
+
CreateRecordRequestBodyDnsRequest9Type$inboundSchema;
|
|
669
|
+
/** @deprecated use `CreateRecordRequestBodyDnsRequest9Type$outboundSchema` instead. */
|
|
670
|
+
export const outboundSchema =
|
|
671
|
+
CreateRecordRequestBodyDnsRequest9Type$outboundSchema;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
/** @internal */
|
|
675
|
+
export const Nine$inboundSchema: z.ZodType<Nine, z.ZodTypeDef, unknown> = z
|
|
676
|
+
.object({
|
|
677
|
+
name: z.string(),
|
|
678
|
+
type: CreateRecordRequestBodyDnsRequest9Type$inboundSchema,
|
|
679
|
+
ttl: z.number().optional(),
|
|
680
|
+
value: z.string().optional(),
|
|
681
|
+
comment: z.string().optional(),
|
|
682
|
+
});
|
|
683
|
+
|
|
684
|
+
/** @internal */
|
|
685
|
+
export type Nine$Outbound = {
|
|
686
|
+
name: string;
|
|
687
|
+
type: string;
|
|
688
|
+
ttl?: number | undefined;
|
|
689
|
+
value?: string | undefined;
|
|
690
|
+
comment?: string | undefined;
|
|
691
|
+
};
|
|
692
|
+
|
|
693
|
+
/** @internal */
|
|
694
|
+
export const Nine$outboundSchema: z.ZodType<Nine$Outbound, z.ZodTypeDef, Nine> =
|
|
695
|
+
z.object({
|
|
696
|
+
name: z.string(),
|
|
697
|
+
type: CreateRecordRequestBodyDnsRequest9Type$outboundSchema,
|
|
698
|
+
ttl: z.number().optional(),
|
|
699
|
+
value: z.string().optional(),
|
|
700
|
+
comment: z.string().optional(),
|
|
701
|
+
});
|
|
702
|
+
|
|
703
|
+
/**
|
|
704
|
+
* @internal
|
|
705
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
706
|
+
*/
|
|
707
|
+
export namespace Nine$ {
|
|
708
|
+
/** @deprecated use `Nine$inboundSchema` instead. */
|
|
709
|
+
export const inboundSchema = Nine$inboundSchema;
|
|
710
|
+
/** @deprecated use `Nine$outboundSchema` instead. */
|
|
711
|
+
export const outboundSchema = Nine$outboundSchema;
|
|
712
|
+
/** @deprecated use `Nine$Outbound` instead. */
|
|
713
|
+
export type Outbound = Nine$Outbound;
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
export function nineToJSON(nine: Nine): string {
|
|
717
|
+
return JSON.stringify(Nine$outboundSchema.parse(nine));
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
export function nineFromJSON(
|
|
721
|
+
jsonString: string,
|
|
722
|
+
): SafeParseResult<Nine, SDKValidationError> {
|
|
723
|
+
return safeParse(
|
|
724
|
+
jsonString,
|
|
725
|
+
(x) => Nine$inboundSchema.parse(JSON.parse(x)),
|
|
726
|
+
`Failed to parse 'Nine' from JSON`,
|
|
727
|
+
);
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
/** @internal */
|
|
731
|
+
export const CreateRecordRequestBodyDnsRequest8Type$inboundSchema:
|
|
732
|
+
z.ZodNativeEnum<typeof CreateRecordRequestBodyDnsRequest8Type> = z.nativeEnum(
|
|
733
|
+
CreateRecordRequestBodyDnsRequest8Type,
|
|
734
|
+
);
|
|
735
|
+
|
|
736
|
+
/** @internal */
|
|
737
|
+
export const CreateRecordRequestBodyDnsRequest8Type$outboundSchema:
|
|
738
|
+
z.ZodNativeEnum<typeof CreateRecordRequestBodyDnsRequest8Type> =
|
|
739
|
+
CreateRecordRequestBodyDnsRequest8Type$inboundSchema;
|
|
740
|
+
|
|
741
|
+
/**
|
|
742
|
+
* @internal
|
|
743
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
744
|
+
*/
|
|
745
|
+
export namespace CreateRecordRequestBodyDnsRequest8Type$ {
|
|
746
|
+
/** @deprecated use `CreateRecordRequestBodyDnsRequest8Type$inboundSchema` instead. */
|
|
747
|
+
export const inboundSchema =
|
|
748
|
+
CreateRecordRequestBodyDnsRequest8Type$inboundSchema;
|
|
749
|
+
/** @deprecated use `CreateRecordRequestBodyDnsRequest8Type$outboundSchema` instead. */
|
|
750
|
+
export const outboundSchema =
|
|
751
|
+
CreateRecordRequestBodyDnsRequest8Type$outboundSchema;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
/** @internal */
|
|
755
|
+
export const Eight$inboundSchema: z.ZodType<Eight, z.ZodTypeDef, unknown> = z
|
|
756
|
+
.object({
|
|
757
|
+
type: CreateRecordRequestBodyDnsRequest8Type$inboundSchema,
|
|
758
|
+
ttl: z.number().optional(),
|
|
759
|
+
value: z.string(),
|
|
760
|
+
comment: z.string().optional(),
|
|
761
|
+
});
|
|
762
|
+
|
|
763
|
+
/** @internal */
|
|
764
|
+
export type Eight$Outbound = {
|
|
765
|
+
type: string;
|
|
766
|
+
ttl?: number | undefined;
|
|
767
|
+
value: string;
|
|
768
|
+
comment?: string | undefined;
|
|
769
|
+
};
|
|
770
|
+
|
|
771
|
+
/** @internal */
|
|
772
|
+
export const Eight$outboundSchema: z.ZodType<
|
|
773
|
+
Eight$Outbound,
|
|
774
|
+
z.ZodTypeDef,
|
|
775
|
+
Eight
|
|
776
|
+
> = z.object({
|
|
777
|
+
type: CreateRecordRequestBodyDnsRequest8Type$outboundSchema,
|
|
778
|
+
ttl: z.number().optional(),
|
|
779
|
+
value: z.string(),
|
|
780
|
+
comment: z.string().optional(),
|
|
781
|
+
});
|
|
782
|
+
|
|
783
|
+
/**
|
|
784
|
+
* @internal
|
|
785
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
786
|
+
*/
|
|
787
|
+
export namespace Eight$ {
|
|
788
|
+
/** @deprecated use `Eight$inboundSchema` instead. */
|
|
789
|
+
export const inboundSchema = Eight$inboundSchema;
|
|
790
|
+
/** @deprecated use `Eight$outboundSchema` instead. */
|
|
791
|
+
export const outboundSchema = Eight$outboundSchema;
|
|
792
|
+
/** @deprecated use `Eight$Outbound` instead. */
|
|
793
|
+
export type Outbound = Eight$Outbound;
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
export function eightToJSON(eight: Eight): string {
|
|
797
|
+
return JSON.stringify(Eight$outboundSchema.parse(eight));
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
export function eightFromJSON(
|
|
801
|
+
jsonString: string,
|
|
802
|
+
): SafeParseResult<Eight, SDKValidationError> {
|
|
803
|
+
return safeParse(
|
|
804
|
+
jsonString,
|
|
805
|
+
(x) => Eight$inboundSchema.parse(JSON.parse(x)),
|
|
806
|
+
`Failed to parse 'Eight' from JSON`,
|
|
807
|
+
);
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
/** @internal */
|
|
811
|
+
export const CreateRecordRequestBodyDnsRequest7Type$inboundSchema:
|
|
812
|
+
z.ZodNativeEnum<typeof CreateRecordRequestBodyDnsRequest7Type> = z.nativeEnum(
|
|
813
|
+
CreateRecordRequestBodyDnsRequest7Type,
|
|
814
|
+
);
|
|
815
|
+
|
|
816
|
+
/** @internal */
|
|
817
|
+
export const CreateRecordRequestBodyDnsRequest7Type$outboundSchema:
|
|
818
|
+
z.ZodNativeEnum<typeof CreateRecordRequestBodyDnsRequest7Type> =
|
|
819
|
+
CreateRecordRequestBodyDnsRequest7Type$inboundSchema;
|
|
820
|
+
|
|
821
|
+
/**
|
|
822
|
+
* @internal
|
|
823
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
824
|
+
*/
|
|
825
|
+
export namespace CreateRecordRequestBodyDnsRequest7Type$ {
|
|
826
|
+
/** @deprecated use `CreateRecordRequestBodyDnsRequest7Type$inboundSchema` instead. */
|
|
827
|
+
export const inboundSchema =
|
|
828
|
+
CreateRecordRequestBodyDnsRequest7Type$inboundSchema;
|
|
829
|
+
/** @deprecated use `CreateRecordRequestBodyDnsRequest7Type$outboundSchema` instead. */
|
|
830
|
+
export const outboundSchema =
|
|
831
|
+
CreateRecordRequestBodyDnsRequest7Type$outboundSchema;
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
/** @internal */
|
|
835
|
+
export const RequestBodySrv$inboundSchema: z.ZodType<
|
|
836
|
+
RequestBodySrv,
|
|
837
|
+
z.ZodTypeDef,
|
|
838
|
+
unknown
|
|
839
|
+
> = z.object({
|
|
840
|
+
priority: z.nullable(z.number()),
|
|
841
|
+
weight: z.nullable(z.number()),
|
|
842
|
+
port: z.nullable(z.number()),
|
|
843
|
+
target: z.string(),
|
|
844
|
+
});
|
|
845
|
+
|
|
846
|
+
/** @internal */
|
|
847
|
+
export type RequestBodySrv$Outbound = {
|
|
848
|
+
priority: number | null;
|
|
849
|
+
weight: number | null;
|
|
850
|
+
port: number | null;
|
|
851
|
+
target: string;
|
|
852
|
+
};
|
|
853
|
+
|
|
854
|
+
/** @internal */
|
|
855
|
+
export const RequestBodySrv$outboundSchema: z.ZodType<
|
|
856
|
+
RequestBodySrv$Outbound,
|
|
857
|
+
z.ZodTypeDef,
|
|
858
|
+
RequestBodySrv
|
|
859
|
+
> = z.object({
|
|
860
|
+
priority: z.nullable(z.number()),
|
|
861
|
+
weight: z.nullable(z.number()),
|
|
862
|
+
port: z.nullable(z.number()),
|
|
863
|
+
target: z.string(),
|
|
864
|
+
});
|
|
865
|
+
|
|
866
|
+
/**
|
|
867
|
+
* @internal
|
|
868
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
869
|
+
*/
|
|
870
|
+
export namespace RequestBodySrv$ {
|
|
871
|
+
/** @deprecated use `RequestBodySrv$inboundSchema` instead. */
|
|
872
|
+
export const inboundSchema = RequestBodySrv$inboundSchema;
|
|
873
|
+
/** @deprecated use `RequestBodySrv$outboundSchema` instead. */
|
|
874
|
+
export const outboundSchema = RequestBodySrv$outboundSchema;
|
|
875
|
+
/** @deprecated use `RequestBodySrv$Outbound` instead. */
|
|
876
|
+
export type Outbound = RequestBodySrv$Outbound;
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
export function requestBodySrvToJSON(requestBodySrv: RequestBodySrv): string {
|
|
880
|
+
return JSON.stringify(RequestBodySrv$outboundSchema.parse(requestBodySrv));
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
export function requestBodySrvFromJSON(
|
|
884
|
+
jsonString: string,
|
|
885
|
+
): SafeParseResult<RequestBodySrv, SDKValidationError> {
|
|
886
|
+
return safeParse(
|
|
887
|
+
jsonString,
|
|
888
|
+
(x) => RequestBodySrv$inboundSchema.parse(JSON.parse(x)),
|
|
889
|
+
`Failed to parse 'RequestBodySrv' from JSON`,
|
|
890
|
+
);
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
/** @internal */
|
|
894
|
+
export const Seven$inboundSchema: z.ZodType<Seven, z.ZodTypeDef, unknown> = z
|
|
895
|
+
.object({
|
|
896
|
+
type: CreateRecordRequestBodyDnsRequest7Type$inboundSchema,
|
|
897
|
+
ttl: z.number().optional(),
|
|
898
|
+
srv: z.lazy(() => RequestBodySrv$inboundSchema),
|
|
899
|
+
comment: z.string().optional(),
|
|
900
|
+
});
|
|
901
|
+
|
|
902
|
+
/** @internal */
|
|
903
|
+
export type Seven$Outbound = {
|
|
904
|
+
type: string;
|
|
905
|
+
ttl?: number | undefined;
|
|
906
|
+
srv: RequestBodySrv$Outbound;
|
|
907
|
+
comment?: string | undefined;
|
|
908
|
+
};
|
|
909
|
+
|
|
910
|
+
/** @internal */
|
|
911
|
+
export const Seven$outboundSchema: z.ZodType<
|
|
912
|
+
Seven$Outbound,
|
|
913
|
+
z.ZodTypeDef,
|
|
914
|
+
Seven
|
|
915
|
+
> = z.object({
|
|
916
|
+
type: CreateRecordRequestBodyDnsRequest7Type$outboundSchema,
|
|
917
|
+
ttl: z.number().optional(),
|
|
918
|
+
srv: z.lazy(() => RequestBodySrv$outboundSchema),
|
|
919
|
+
comment: z.string().optional(),
|
|
920
|
+
});
|
|
921
|
+
|
|
922
|
+
/**
|
|
923
|
+
* @internal
|
|
924
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
925
|
+
*/
|
|
926
|
+
export namespace Seven$ {
|
|
927
|
+
/** @deprecated use `Seven$inboundSchema` instead. */
|
|
928
|
+
export const inboundSchema = Seven$inboundSchema;
|
|
929
|
+
/** @deprecated use `Seven$outboundSchema` instead. */
|
|
930
|
+
export const outboundSchema = Seven$outboundSchema;
|
|
931
|
+
/** @deprecated use `Seven$Outbound` instead. */
|
|
932
|
+
export type Outbound = Seven$Outbound;
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
export function sevenToJSON(seven: Seven): string {
|
|
936
|
+
return JSON.stringify(Seven$outboundSchema.parse(seven));
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
export function sevenFromJSON(
|
|
940
|
+
jsonString: string,
|
|
941
|
+
): SafeParseResult<Seven, SDKValidationError> {
|
|
942
|
+
return safeParse(
|
|
943
|
+
jsonString,
|
|
944
|
+
(x) => Seven$inboundSchema.parse(JSON.parse(x)),
|
|
945
|
+
`Failed to parse 'Seven' from JSON`,
|
|
946
|
+
);
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
/** @internal */
|
|
950
|
+
export const CreateRecordRequestBodyDnsRequest6Type$inboundSchema:
|
|
951
|
+
z.ZodNativeEnum<typeof CreateRecordRequestBodyDnsRequest6Type> = z.nativeEnum(
|
|
952
|
+
CreateRecordRequestBodyDnsRequest6Type,
|
|
953
|
+
);
|
|
954
|
+
|
|
955
|
+
/** @internal */
|
|
956
|
+
export const CreateRecordRequestBodyDnsRequest6Type$outboundSchema:
|
|
957
|
+
z.ZodNativeEnum<typeof CreateRecordRequestBodyDnsRequest6Type> =
|
|
958
|
+
CreateRecordRequestBodyDnsRequest6Type$inboundSchema;
|
|
959
|
+
|
|
960
|
+
/**
|
|
961
|
+
* @internal
|
|
962
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
963
|
+
*/
|
|
964
|
+
export namespace CreateRecordRequestBodyDnsRequest6Type$ {
|
|
965
|
+
/** @deprecated use `CreateRecordRequestBodyDnsRequest6Type$inboundSchema` instead. */
|
|
966
|
+
export const inboundSchema =
|
|
967
|
+
CreateRecordRequestBodyDnsRequest6Type$inboundSchema;
|
|
968
|
+
/** @deprecated use `CreateRecordRequestBodyDnsRequest6Type$outboundSchema` instead. */
|
|
969
|
+
export const outboundSchema =
|
|
970
|
+
CreateRecordRequestBodyDnsRequest6Type$outboundSchema;
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
/** @internal */
|
|
974
|
+
export const Six$inboundSchema: z.ZodType<Six, z.ZodTypeDef, unknown> = z
|
|
975
|
+
.object({
|
|
976
|
+
name: z.string(),
|
|
977
|
+
type: CreateRecordRequestBodyDnsRequest6Type$inboundSchema,
|
|
978
|
+
ttl: z.number().optional(),
|
|
979
|
+
value: z.string(),
|
|
980
|
+
mxPriority: z.number(),
|
|
981
|
+
comment: z.string().optional(),
|
|
982
|
+
});
|
|
983
|
+
|
|
984
|
+
/** @internal */
|
|
985
|
+
export type Six$Outbound = {
|
|
986
|
+
name: string;
|
|
987
|
+
type: string;
|
|
988
|
+
ttl?: number | undefined;
|
|
989
|
+
value: string;
|
|
990
|
+
mxPriority: number;
|
|
991
|
+
comment?: string | undefined;
|
|
992
|
+
};
|
|
993
|
+
|
|
994
|
+
/** @internal */
|
|
995
|
+
export const Six$outboundSchema: z.ZodType<Six$Outbound, z.ZodTypeDef, Six> = z
|
|
996
|
+
.object({
|
|
997
|
+
name: z.string(),
|
|
998
|
+
type: CreateRecordRequestBodyDnsRequest6Type$outboundSchema,
|
|
999
|
+
ttl: z.number().optional(),
|
|
1000
|
+
value: z.string(),
|
|
1001
|
+
mxPriority: z.number(),
|
|
1002
|
+
comment: z.string().optional(),
|
|
1003
|
+
});
|
|
1004
|
+
|
|
1005
|
+
/**
|
|
1006
|
+
* @internal
|
|
1007
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1008
|
+
*/
|
|
1009
|
+
export namespace Six$ {
|
|
1010
|
+
/** @deprecated use `Six$inboundSchema` instead. */
|
|
1011
|
+
export const inboundSchema = Six$inboundSchema;
|
|
1012
|
+
/** @deprecated use `Six$outboundSchema` instead. */
|
|
1013
|
+
export const outboundSchema = Six$outboundSchema;
|
|
1014
|
+
/** @deprecated use `Six$Outbound` instead. */
|
|
1015
|
+
export type Outbound = Six$Outbound;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
export function sixToJSON(six: Six): string {
|
|
1019
|
+
return JSON.stringify(Six$outboundSchema.parse(six));
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
export function sixFromJSON(
|
|
1023
|
+
jsonString: string,
|
|
1024
|
+
): SafeParseResult<Six, SDKValidationError> {
|
|
1025
|
+
return safeParse(
|
|
1026
|
+
jsonString,
|
|
1027
|
+
(x) => Six$inboundSchema.parse(JSON.parse(x)),
|
|
1028
|
+
`Failed to parse 'Six' from JSON`,
|
|
1029
|
+
);
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
/** @internal */
|
|
1033
|
+
export const CreateRecordRequestBodyDnsRequest5Type$inboundSchema:
|
|
1034
|
+
z.ZodNativeEnum<typeof CreateRecordRequestBodyDnsRequest5Type> = z.nativeEnum(
|
|
1035
|
+
CreateRecordRequestBodyDnsRequest5Type,
|
|
1036
|
+
);
|
|
1037
|
+
|
|
1038
|
+
/** @internal */
|
|
1039
|
+
export const CreateRecordRequestBodyDnsRequest5Type$outboundSchema:
|
|
1040
|
+
z.ZodNativeEnum<typeof CreateRecordRequestBodyDnsRequest5Type> =
|
|
1041
|
+
CreateRecordRequestBodyDnsRequest5Type$inboundSchema;
|
|
1042
|
+
|
|
1043
|
+
/**
|
|
1044
|
+
* @internal
|
|
1045
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1046
|
+
*/
|
|
1047
|
+
export namespace CreateRecordRequestBodyDnsRequest5Type$ {
|
|
1048
|
+
/** @deprecated use `CreateRecordRequestBodyDnsRequest5Type$inboundSchema` instead. */
|
|
1049
|
+
export const inboundSchema =
|
|
1050
|
+
CreateRecordRequestBodyDnsRequest5Type$inboundSchema;
|
|
1051
|
+
/** @deprecated use `CreateRecordRequestBodyDnsRequest5Type$outboundSchema` instead. */
|
|
1052
|
+
export const outboundSchema =
|
|
1053
|
+
CreateRecordRequestBodyDnsRequest5Type$outboundSchema;
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
/** @internal */
|
|
1057
|
+
export const RequestBody5$inboundSchema: z.ZodType<
|
|
1058
|
+
RequestBody5,
|
|
1059
|
+
z.ZodTypeDef,
|
|
1060
|
+
unknown
|
|
1061
|
+
> = z.object({
|
|
1062
|
+
name: z.string(),
|
|
1063
|
+
type: CreateRecordRequestBodyDnsRequest5Type$inboundSchema,
|
|
1064
|
+
ttl: z.number().optional(),
|
|
1065
|
+
value: z.string().optional(),
|
|
1066
|
+
comment: z.string().optional(),
|
|
1067
|
+
});
|
|
1068
|
+
|
|
1069
|
+
/** @internal */
|
|
1070
|
+
export type RequestBody5$Outbound = {
|
|
1071
|
+
name: string;
|
|
1072
|
+
type: string;
|
|
1073
|
+
ttl?: number | undefined;
|
|
1074
|
+
value?: string | undefined;
|
|
1075
|
+
comment?: string | undefined;
|
|
1076
|
+
};
|
|
1077
|
+
|
|
1078
|
+
/** @internal */
|
|
1079
|
+
export const RequestBody5$outboundSchema: z.ZodType<
|
|
1080
|
+
RequestBody5$Outbound,
|
|
1081
|
+
z.ZodTypeDef,
|
|
1082
|
+
RequestBody5
|
|
1083
|
+
> = z.object({
|
|
1084
|
+
name: z.string(),
|
|
1085
|
+
type: CreateRecordRequestBodyDnsRequest5Type$outboundSchema,
|
|
1086
|
+
ttl: z.number().optional(),
|
|
1087
|
+
value: z.string().optional(),
|
|
1088
|
+
comment: z.string().optional(),
|
|
1089
|
+
});
|
|
1090
|
+
|
|
1091
|
+
/**
|
|
1092
|
+
* @internal
|
|
1093
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1094
|
+
*/
|
|
1095
|
+
export namespace RequestBody5$ {
|
|
1096
|
+
/** @deprecated use `RequestBody5$inboundSchema` instead. */
|
|
1097
|
+
export const inboundSchema = RequestBody5$inboundSchema;
|
|
1098
|
+
/** @deprecated use `RequestBody5$outboundSchema` instead. */
|
|
1099
|
+
export const outboundSchema = RequestBody5$outboundSchema;
|
|
1100
|
+
/** @deprecated use `RequestBody5$Outbound` instead. */
|
|
1101
|
+
export type Outbound = RequestBody5$Outbound;
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
export function requestBody5ToJSON(requestBody5: RequestBody5): string {
|
|
1105
|
+
return JSON.stringify(RequestBody5$outboundSchema.parse(requestBody5));
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
export function requestBody5FromJSON(
|
|
1109
|
+
jsonString: string,
|
|
1110
|
+
): SafeParseResult<RequestBody5, SDKValidationError> {
|
|
1111
|
+
return safeParse(
|
|
1112
|
+
jsonString,
|
|
1113
|
+
(x) => RequestBody5$inboundSchema.parse(JSON.parse(x)),
|
|
1114
|
+
`Failed to parse 'RequestBody5' from JSON`,
|
|
1115
|
+
);
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
/** @internal */
|
|
1119
|
+
export const CreateRecordRequestBodyDnsRequestType$inboundSchema:
|
|
1120
|
+
z.ZodNativeEnum<typeof CreateRecordRequestBodyDnsRequestType> = z.nativeEnum(
|
|
1121
|
+
CreateRecordRequestBodyDnsRequestType,
|
|
1122
|
+
);
|
|
1123
|
+
|
|
1124
|
+
/** @internal */
|
|
1125
|
+
export const CreateRecordRequestBodyDnsRequestType$outboundSchema:
|
|
1126
|
+
z.ZodNativeEnum<typeof CreateRecordRequestBodyDnsRequestType> =
|
|
1127
|
+
CreateRecordRequestBodyDnsRequestType$inboundSchema;
|
|
1128
|
+
|
|
1129
|
+
/**
|
|
1130
|
+
* @internal
|
|
1131
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1132
|
+
*/
|
|
1133
|
+
export namespace CreateRecordRequestBodyDnsRequestType$ {
|
|
1134
|
+
/** @deprecated use `CreateRecordRequestBodyDnsRequestType$inboundSchema` instead. */
|
|
1135
|
+
export const inboundSchema =
|
|
1136
|
+
CreateRecordRequestBodyDnsRequestType$inboundSchema;
|
|
1137
|
+
/** @deprecated use `CreateRecordRequestBodyDnsRequestType$outboundSchema` instead. */
|
|
1138
|
+
export const outboundSchema =
|
|
1139
|
+
CreateRecordRequestBodyDnsRequestType$outboundSchema;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
/** @internal */
|
|
1143
|
+
export const RequestBody4$inboundSchema: z.ZodType<
|
|
1144
|
+
RequestBody4,
|
|
1145
|
+
z.ZodTypeDef,
|
|
1146
|
+
unknown
|
|
1147
|
+
> = z.object({
|
|
1148
|
+
name: z.string(),
|
|
1149
|
+
type: CreateRecordRequestBodyDnsRequestType$inboundSchema,
|
|
1150
|
+
ttl: z.number().optional(),
|
|
1151
|
+
value: z.string(),
|
|
1152
|
+
comment: z.string().optional(),
|
|
1153
|
+
});
|
|
1154
|
+
|
|
1155
|
+
/** @internal */
|
|
1156
|
+
export type RequestBody4$Outbound = {
|
|
1157
|
+
name: string;
|
|
1158
|
+
type: string;
|
|
1159
|
+
ttl?: number | undefined;
|
|
1160
|
+
value: string;
|
|
1161
|
+
comment?: string | undefined;
|
|
1162
|
+
};
|
|
1163
|
+
|
|
1164
|
+
/** @internal */
|
|
1165
|
+
export const RequestBody4$outboundSchema: z.ZodType<
|
|
1166
|
+
RequestBody4$Outbound,
|
|
1167
|
+
z.ZodTypeDef,
|
|
1168
|
+
RequestBody4
|
|
1169
|
+
> = z.object({
|
|
1170
|
+
name: z.string(),
|
|
1171
|
+
type: CreateRecordRequestBodyDnsRequestType$outboundSchema,
|
|
1172
|
+
ttl: z.number().optional(),
|
|
1173
|
+
value: z.string(),
|
|
1174
|
+
comment: z.string().optional(),
|
|
1175
|
+
});
|
|
1176
|
+
|
|
1177
|
+
/**
|
|
1178
|
+
* @internal
|
|
1179
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1180
|
+
*/
|
|
1181
|
+
export namespace RequestBody4$ {
|
|
1182
|
+
/** @deprecated use `RequestBody4$inboundSchema` instead. */
|
|
1183
|
+
export const inboundSchema = RequestBody4$inboundSchema;
|
|
1184
|
+
/** @deprecated use `RequestBody4$outboundSchema` instead. */
|
|
1185
|
+
export const outboundSchema = RequestBody4$outboundSchema;
|
|
1186
|
+
/** @deprecated use `RequestBody4$Outbound` instead. */
|
|
1187
|
+
export type Outbound = RequestBody4$Outbound;
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
export function requestBody4ToJSON(requestBody4: RequestBody4): string {
|
|
1191
|
+
return JSON.stringify(RequestBody4$outboundSchema.parse(requestBody4));
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
export function requestBody4FromJSON(
|
|
1195
|
+
jsonString: string,
|
|
1196
|
+
): SafeParseResult<RequestBody4, SDKValidationError> {
|
|
1197
|
+
return safeParse(
|
|
1198
|
+
jsonString,
|
|
1199
|
+
(x) => RequestBody4$inboundSchema.parse(JSON.parse(x)),
|
|
1200
|
+
`Failed to parse 'RequestBody4' from JSON`,
|
|
1201
|
+
);
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
/** @internal */
|
|
1205
|
+
export const CreateRecordRequestBodyDnsType$inboundSchema: z.ZodNativeEnum<
|
|
1206
|
+
typeof CreateRecordRequestBodyDnsType
|
|
1207
|
+
> = z.nativeEnum(CreateRecordRequestBodyDnsType);
|
|
1208
|
+
|
|
1209
|
+
/** @internal */
|
|
1210
|
+
export const CreateRecordRequestBodyDnsType$outboundSchema: z.ZodNativeEnum<
|
|
1211
|
+
typeof CreateRecordRequestBodyDnsType
|
|
1212
|
+
> = CreateRecordRequestBodyDnsType$inboundSchema;
|
|
1213
|
+
|
|
1214
|
+
/**
|
|
1215
|
+
* @internal
|
|
1216
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1217
|
+
*/
|
|
1218
|
+
export namespace CreateRecordRequestBodyDnsType$ {
|
|
1219
|
+
/** @deprecated use `CreateRecordRequestBodyDnsType$inboundSchema` instead. */
|
|
1220
|
+
export const inboundSchema = CreateRecordRequestBodyDnsType$inboundSchema;
|
|
1221
|
+
/** @deprecated use `CreateRecordRequestBodyDnsType$outboundSchema` instead. */
|
|
1222
|
+
export const outboundSchema = CreateRecordRequestBodyDnsType$outboundSchema;
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
/** @internal */
|
|
1226
|
+
export const RequestBody3$inboundSchema: z.ZodType<
|
|
1227
|
+
RequestBody3,
|
|
1228
|
+
z.ZodTypeDef,
|
|
1229
|
+
unknown
|
|
1230
|
+
> = z.object({
|
|
1231
|
+
name: z.string(),
|
|
1232
|
+
type: CreateRecordRequestBodyDnsType$inboundSchema,
|
|
1233
|
+
ttl: z.number().optional(),
|
|
1234
|
+
value: z.string(),
|
|
1235
|
+
comment: z.string().optional(),
|
|
1236
|
+
});
|
|
1237
|
+
|
|
1238
|
+
/** @internal */
|
|
1239
|
+
export type RequestBody3$Outbound = {
|
|
1240
|
+
name: string;
|
|
1241
|
+
type: string;
|
|
1242
|
+
ttl?: number | undefined;
|
|
1243
|
+
value: string;
|
|
1244
|
+
comment?: string | undefined;
|
|
1245
|
+
};
|
|
1246
|
+
|
|
1247
|
+
/** @internal */
|
|
1248
|
+
export const RequestBody3$outboundSchema: z.ZodType<
|
|
1249
|
+
RequestBody3$Outbound,
|
|
1250
|
+
z.ZodTypeDef,
|
|
1251
|
+
RequestBody3
|
|
1252
|
+
> = z.object({
|
|
1253
|
+
name: z.string(),
|
|
1254
|
+
type: CreateRecordRequestBodyDnsType$outboundSchema,
|
|
1255
|
+
ttl: z.number().optional(),
|
|
1256
|
+
value: z.string(),
|
|
1257
|
+
comment: z.string().optional(),
|
|
1258
|
+
});
|
|
1259
|
+
|
|
1260
|
+
/**
|
|
1261
|
+
* @internal
|
|
1262
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1263
|
+
*/
|
|
1264
|
+
export namespace RequestBody3$ {
|
|
1265
|
+
/** @deprecated use `RequestBody3$inboundSchema` instead. */
|
|
1266
|
+
export const inboundSchema = RequestBody3$inboundSchema;
|
|
1267
|
+
/** @deprecated use `RequestBody3$outboundSchema` instead. */
|
|
1268
|
+
export const outboundSchema = RequestBody3$outboundSchema;
|
|
1269
|
+
/** @deprecated use `RequestBody3$Outbound` instead. */
|
|
1270
|
+
export type Outbound = RequestBody3$Outbound;
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
export function requestBody3ToJSON(requestBody3: RequestBody3): string {
|
|
1274
|
+
return JSON.stringify(RequestBody3$outboundSchema.parse(requestBody3));
|
|
1275
|
+
}
|
|
1276
|
+
|
|
1277
|
+
export function requestBody3FromJSON(
|
|
1278
|
+
jsonString: string,
|
|
1279
|
+
): SafeParseResult<RequestBody3, SDKValidationError> {
|
|
1280
|
+
return safeParse(
|
|
1281
|
+
jsonString,
|
|
1282
|
+
(x) => RequestBody3$inboundSchema.parse(JSON.parse(x)),
|
|
1283
|
+
`Failed to parse 'RequestBody3' from JSON`,
|
|
1284
|
+
);
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
/** @internal */
|
|
1288
|
+
export const CreateRecordRequestBodyType$inboundSchema: z.ZodNativeEnum<
|
|
1289
|
+
typeof CreateRecordRequestBodyType
|
|
1290
|
+
> = z.nativeEnum(CreateRecordRequestBodyType);
|
|
1291
|
+
|
|
1292
|
+
/** @internal */
|
|
1293
|
+
export const CreateRecordRequestBodyType$outboundSchema: z.ZodNativeEnum<
|
|
1294
|
+
typeof CreateRecordRequestBodyType
|
|
1295
|
+
> = CreateRecordRequestBodyType$inboundSchema;
|
|
1296
|
+
|
|
1297
|
+
/**
|
|
1298
|
+
* @internal
|
|
1299
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1300
|
+
*/
|
|
1301
|
+
export namespace CreateRecordRequestBodyType$ {
|
|
1302
|
+
/** @deprecated use `CreateRecordRequestBodyType$inboundSchema` instead. */
|
|
1303
|
+
export const inboundSchema = CreateRecordRequestBodyType$inboundSchema;
|
|
1304
|
+
/** @deprecated use `CreateRecordRequestBodyType$outboundSchema` instead. */
|
|
1305
|
+
export const outboundSchema = CreateRecordRequestBodyType$outboundSchema;
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
/** @internal */
|
|
1309
|
+
export const RequestBody2$inboundSchema: z.ZodType<
|
|
1310
|
+
RequestBody2,
|
|
1311
|
+
z.ZodTypeDef,
|
|
1312
|
+
unknown
|
|
1313
|
+
> = z.object({
|
|
1314
|
+
name: z.string(),
|
|
1315
|
+
type: CreateRecordRequestBodyType$inboundSchema,
|
|
1316
|
+
ttl: z.number().optional(),
|
|
1317
|
+
value: z.string(),
|
|
1318
|
+
comment: z.string().optional(),
|
|
1319
|
+
});
|
|
1320
|
+
|
|
1321
|
+
/** @internal */
|
|
1322
|
+
export type RequestBody2$Outbound = {
|
|
1323
|
+
name: string;
|
|
1324
|
+
type: string;
|
|
1325
|
+
ttl?: number | undefined;
|
|
1326
|
+
value: string;
|
|
1327
|
+
comment?: string | undefined;
|
|
1328
|
+
};
|
|
1329
|
+
|
|
1330
|
+
/** @internal */
|
|
1331
|
+
export const RequestBody2$outboundSchema: z.ZodType<
|
|
1332
|
+
RequestBody2$Outbound,
|
|
1333
|
+
z.ZodTypeDef,
|
|
1334
|
+
RequestBody2
|
|
1335
|
+
> = z.object({
|
|
1336
|
+
name: z.string(),
|
|
1337
|
+
type: CreateRecordRequestBodyType$outboundSchema,
|
|
1338
|
+
ttl: z.number().optional(),
|
|
1339
|
+
value: z.string(),
|
|
1340
|
+
comment: z.string().optional(),
|
|
1341
|
+
});
|
|
1342
|
+
|
|
1343
|
+
/**
|
|
1344
|
+
* @internal
|
|
1345
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1346
|
+
*/
|
|
1347
|
+
export namespace RequestBody2$ {
|
|
1348
|
+
/** @deprecated use `RequestBody2$inboundSchema` instead. */
|
|
1349
|
+
export const inboundSchema = RequestBody2$inboundSchema;
|
|
1350
|
+
/** @deprecated use `RequestBody2$outboundSchema` instead. */
|
|
1351
|
+
export const outboundSchema = RequestBody2$outboundSchema;
|
|
1352
|
+
/** @deprecated use `RequestBody2$Outbound` instead. */
|
|
1353
|
+
export type Outbound = RequestBody2$Outbound;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
export function requestBody2ToJSON(requestBody2: RequestBody2): string {
|
|
1357
|
+
return JSON.stringify(RequestBody2$outboundSchema.parse(requestBody2));
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
export function requestBody2FromJSON(
|
|
1361
|
+
jsonString: string,
|
|
1362
|
+
): SafeParseResult<RequestBody2, SDKValidationError> {
|
|
1363
|
+
return safeParse(
|
|
1364
|
+
jsonString,
|
|
1365
|
+
(x) => RequestBody2$inboundSchema.parse(JSON.parse(x)),
|
|
1366
|
+
`Failed to parse 'RequestBody2' from JSON`,
|
|
1367
|
+
);
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1370
|
+
/** @internal */
|
|
1371
|
+
export const RequestBodyType$inboundSchema: z.ZodNativeEnum<
|
|
1372
|
+
typeof RequestBodyType
|
|
1373
|
+
> = z.nativeEnum(RequestBodyType);
|
|
1374
|
+
|
|
1375
|
+
/** @internal */
|
|
1376
|
+
export const RequestBodyType$outboundSchema: z.ZodNativeEnum<
|
|
1377
|
+
typeof RequestBodyType
|
|
1378
|
+
> = RequestBodyType$inboundSchema;
|
|
1379
|
+
|
|
1380
|
+
/**
|
|
1381
|
+
* @internal
|
|
1382
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1383
|
+
*/
|
|
1384
|
+
export namespace RequestBodyType$ {
|
|
1385
|
+
/** @deprecated use `RequestBodyType$inboundSchema` instead. */
|
|
1386
|
+
export const inboundSchema = RequestBodyType$inboundSchema;
|
|
1387
|
+
/** @deprecated use `RequestBodyType$outboundSchema` instead. */
|
|
1388
|
+
export const outboundSchema = RequestBodyType$outboundSchema;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
/** @internal */
|
|
1392
|
+
export const RequestBody1$inboundSchema: z.ZodType<
|
|
1393
|
+
RequestBody1,
|
|
1394
|
+
z.ZodTypeDef,
|
|
1395
|
+
unknown
|
|
1396
|
+
> = z.object({
|
|
1397
|
+
name: z.string(),
|
|
1398
|
+
type: RequestBodyType$inboundSchema,
|
|
1399
|
+
ttl: z.number().optional(),
|
|
1400
|
+
value: z.string(),
|
|
1401
|
+
comment: z.string().optional(),
|
|
1402
|
+
});
|
|
1403
|
+
|
|
1404
|
+
/** @internal */
|
|
1405
|
+
export type RequestBody1$Outbound = {
|
|
1406
|
+
name: string;
|
|
1407
|
+
type: string;
|
|
1408
|
+
ttl?: number | undefined;
|
|
1409
|
+
value: string;
|
|
1410
|
+
comment?: string | undefined;
|
|
1411
|
+
};
|
|
1412
|
+
|
|
1413
|
+
/** @internal */
|
|
1414
|
+
export const RequestBody1$outboundSchema: z.ZodType<
|
|
1415
|
+
RequestBody1$Outbound,
|
|
1416
|
+
z.ZodTypeDef,
|
|
1417
|
+
RequestBody1
|
|
1418
|
+
> = z.object({
|
|
1419
|
+
name: z.string(),
|
|
1420
|
+
type: RequestBodyType$outboundSchema,
|
|
1421
|
+
ttl: z.number().optional(),
|
|
1422
|
+
value: z.string(),
|
|
1423
|
+
comment: z.string().optional(),
|
|
1424
|
+
});
|
|
1425
|
+
|
|
1426
|
+
/**
|
|
1427
|
+
* @internal
|
|
1428
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1429
|
+
*/
|
|
1430
|
+
export namespace RequestBody1$ {
|
|
1431
|
+
/** @deprecated use `RequestBody1$inboundSchema` instead. */
|
|
1432
|
+
export const inboundSchema = RequestBody1$inboundSchema;
|
|
1433
|
+
/** @deprecated use `RequestBody1$outboundSchema` instead. */
|
|
1434
|
+
export const outboundSchema = RequestBody1$outboundSchema;
|
|
1435
|
+
/** @deprecated use `RequestBody1$Outbound` instead. */
|
|
1436
|
+
export type Outbound = RequestBody1$Outbound;
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
export function requestBody1ToJSON(requestBody1: RequestBody1): string {
|
|
1440
|
+
return JSON.stringify(RequestBody1$outboundSchema.parse(requestBody1));
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1443
|
+
export function requestBody1FromJSON(
|
|
1444
|
+
jsonString: string,
|
|
1445
|
+
): SafeParseResult<RequestBody1, SDKValidationError> {
|
|
1446
|
+
return safeParse(
|
|
1447
|
+
jsonString,
|
|
1448
|
+
(x) => RequestBody1$inboundSchema.parse(JSON.parse(x)),
|
|
1449
|
+
`Failed to parse 'RequestBody1' from JSON`,
|
|
1450
|
+
);
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
/** @internal */
|
|
1454
|
+
export const CreateRecordRequestBody$inboundSchema: z.ZodType<
|
|
1455
|
+
CreateRecordRequestBody,
|
|
1456
|
+
z.ZodTypeDef,
|
|
1457
|
+
unknown
|
|
1458
|
+
> = z.union([
|
|
1459
|
+
z.lazy(() => Seven$inboundSchema),
|
|
1460
|
+
z.lazy(() => Eight$inboundSchema),
|
|
1461
|
+
z.lazy(() => Ten$inboundSchema),
|
|
1462
|
+
z.lazy(() => RequestBody1$inboundSchema),
|
|
1463
|
+
z.lazy(() => RequestBody2$inboundSchema),
|
|
1464
|
+
z.lazy(() => RequestBody3$inboundSchema),
|
|
1465
|
+
z.lazy(() => RequestBody4$inboundSchema),
|
|
1466
|
+
z.lazy(() => RequestBody5$inboundSchema),
|
|
1467
|
+
z.lazy(() => Nine$inboundSchema),
|
|
1468
|
+
z.lazy(() => Six$inboundSchema),
|
|
1469
|
+
]);
|
|
1470
|
+
|
|
1471
|
+
/** @internal */
|
|
1472
|
+
export type CreateRecordRequestBody$Outbound =
|
|
1473
|
+
| Seven$Outbound
|
|
1474
|
+
| Eight$Outbound
|
|
1475
|
+
| Ten$Outbound
|
|
1476
|
+
| RequestBody1$Outbound
|
|
1477
|
+
| RequestBody2$Outbound
|
|
1478
|
+
| RequestBody3$Outbound
|
|
1479
|
+
| RequestBody4$Outbound
|
|
1480
|
+
| RequestBody5$Outbound
|
|
1481
|
+
| Nine$Outbound
|
|
1482
|
+
| Six$Outbound;
|
|
1483
|
+
|
|
1484
|
+
/** @internal */
|
|
1485
|
+
export const CreateRecordRequestBody$outboundSchema: z.ZodType<
|
|
1486
|
+
CreateRecordRequestBody$Outbound,
|
|
1487
|
+
z.ZodTypeDef,
|
|
1488
|
+
CreateRecordRequestBody
|
|
1489
|
+
> = z.union([
|
|
1490
|
+
z.lazy(() => Seven$outboundSchema),
|
|
1491
|
+
z.lazy(() => Eight$outboundSchema),
|
|
1492
|
+
z.lazy(() => Ten$outboundSchema),
|
|
1493
|
+
z.lazy(() => RequestBody1$outboundSchema),
|
|
1494
|
+
z.lazy(() => RequestBody2$outboundSchema),
|
|
1495
|
+
z.lazy(() => RequestBody3$outboundSchema),
|
|
1496
|
+
z.lazy(() => RequestBody4$outboundSchema),
|
|
1497
|
+
z.lazy(() => RequestBody5$outboundSchema),
|
|
1498
|
+
z.lazy(() => Nine$outboundSchema),
|
|
1499
|
+
z.lazy(() => Six$outboundSchema),
|
|
1500
|
+
]);
|
|
1501
|
+
|
|
1502
|
+
/**
|
|
1503
|
+
* @internal
|
|
1504
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1505
|
+
*/
|
|
1506
|
+
export namespace CreateRecordRequestBody$ {
|
|
1507
|
+
/** @deprecated use `CreateRecordRequestBody$inboundSchema` instead. */
|
|
1508
|
+
export const inboundSchema = CreateRecordRequestBody$inboundSchema;
|
|
1509
|
+
/** @deprecated use `CreateRecordRequestBody$outboundSchema` instead. */
|
|
1510
|
+
export const outboundSchema = CreateRecordRequestBody$outboundSchema;
|
|
1511
|
+
/** @deprecated use `CreateRecordRequestBody$Outbound` instead. */
|
|
1512
|
+
export type Outbound = CreateRecordRequestBody$Outbound;
|
|
1513
|
+
}
|
|
1514
|
+
|
|
1515
|
+
export function createRecordRequestBodyToJSON(
|
|
1516
|
+
createRecordRequestBody: CreateRecordRequestBody,
|
|
1517
|
+
): string {
|
|
1518
|
+
return JSON.stringify(
|
|
1519
|
+
CreateRecordRequestBody$outboundSchema.parse(createRecordRequestBody),
|
|
1520
|
+
);
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
export function createRecordRequestBodyFromJSON(
|
|
1524
|
+
jsonString: string,
|
|
1525
|
+
): SafeParseResult<CreateRecordRequestBody, SDKValidationError> {
|
|
1526
|
+
return safeParse(
|
|
1527
|
+
jsonString,
|
|
1528
|
+
(x) => CreateRecordRequestBody$inboundSchema.parse(JSON.parse(x)),
|
|
1529
|
+
`Failed to parse 'CreateRecordRequestBody' from JSON`,
|
|
1530
|
+
);
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1533
|
+
/** @internal */
|
|
1534
|
+
export const CreateRecordRequest$inboundSchema: z.ZodType<
|
|
1535
|
+
CreateRecordRequest,
|
|
1536
|
+
z.ZodTypeDef,
|
|
1537
|
+
unknown
|
|
1538
|
+
> = z.object({
|
|
1539
|
+
domain: z.string(),
|
|
1540
|
+
teamId: z.string().optional(),
|
|
1541
|
+
slug: z.string().optional(),
|
|
1542
|
+
RequestBody: z.union([
|
|
1543
|
+
z.lazy(() => Seven$inboundSchema),
|
|
1544
|
+
z.lazy(() => Eight$inboundSchema),
|
|
1545
|
+
z.lazy(() => Ten$inboundSchema),
|
|
1546
|
+
z.lazy(() => RequestBody1$inboundSchema),
|
|
1547
|
+
z.lazy(() => RequestBody2$inboundSchema),
|
|
1548
|
+
z.lazy(() => RequestBody3$inboundSchema),
|
|
1549
|
+
z.lazy(() => RequestBody4$inboundSchema),
|
|
1550
|
+
z.lazy(() => RequestBody5$inboundSchema),
|
|
1551
|
+
z.lazy(() => Nine$inboundSchema),
|
|
1552
|
+
z.lazy(() => Six$inboundSchema),
|
|
1553
|
+
]).optional(),
|
|
1554
|
+
}).transform((v) => {
|
|
1555
|
+
return remap$(v, {
|
|
1556
|
+
"RequestBody": "requestBody",
|
|
1557
|
+
});
|
|
1558
|
+
});
|
|
1559
|
+
|
|
1560
|
+
/** @internal */
|
|
1561
|
+
export type CreateRecordRequest$Outbound = {
|
|
1562
|
+
domain: string;
|
|
1563
|
+
teamId?: string | undefined;
|
|
1564
|
+
slug?: string | undefined;
|
|
1565
|
+
RequestBody?:
|
|
1566
|
+
| Seven$Outbound
|
|
1567
|
+
| Eight$Outbound
|
|
1568
|
+
| Ten$Outbound
|
|
1569
|
+
| RequestBody1$Outbound
|
|
1570
|
+
| RequestBody2$Outbound
|
|
1571
|
+
| RequestBody3$Outbound
|
|
1572
|
+
| RequestBody4$Outbound
|
|
1573
|
+
| RequestBody5$Outbound
|
|
1574
|
+
| Nine$Outbound
|
|
1575
|
+
| Six$Outbound
|
|
1576
|
+
| undefined;
|
|
1577
|
+
};
|
|
1578
|
+
|
|
1579
|
+
/** @internal */
|
|
1580
|
+
export const CreateRecordRequest$outboundSchema: z.ZodType<
|
|
1581
|
+
CreateRecordRequest$Outbound,
|
|
1582
|
+
z.ZodTypeDef,
|
|
1583
|
+
CreateRecordRequest
|
|
1584
|
+
> = z.object({
|
|
1585
|
+
domain: z.string(),
|
|
1586
|
+
teamId: z.string().optional(),
|
|
1587
|
+
slug: z.string().optional(),
|
|
1588
|
+
requestBody: z.union([
|
|
1589
|
+
z.lazy(() => Seven$outboundSchema),
|
|
1590
|
+
z.lazy(() => Eight$outboundSchema),
|
|
1591
|
+
z.lazy(() => Ten$outboundSchema),
|
|
1592
|
+
z.lazy(() => RequestBody1$outboundSchema),
|
|
1593
|
+
z.lazy(() => RequestBody2$outboundSchema),
|
|
1594
|
+
z.lazy(() => RequestBody3$outboundSchema),
|
|
1595
|
+
z.lazy(() => RequestBody4$outboundSchema),
|
|
1596
|
+
z.lazy(() => RequestBody5$outboundSchema),
|
|
1597
|
+
z.lazy(() => Nine$outboundSchema),
|
|
1598
|
+
z.lazy(() => Six$outboundSchema),
|
|
1599
|
+
]).optional(),
|
|
1600
|
+
}).transform((v) => {
|
|
1601
|
+
return remap$(v, {
|
|
1602
|
+
requestBody: "RequestBody",
|
|
1603
|
+
});
|
|
1604
|
+
});
|
|
1605
|
+
|
|
1606
|
+
/**
|
|
1607
|
+
* @internal
|
|
1608
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1609
|
+
*/
|
|
1610
|
+
export namespace CreateRecordRequest$ {
|
|
1611
|
+
/** @deprecated use `CreateRecordRequest$inboundSchema` instead. */
|
|
1612
|
+
export const inboundSchema = CreateRecordRequest$inboundSchema;
|
|
1613
|
+
/** @deprecated use `CreateRecordRequest$outboundSchema` instead. */
|
|
1614
|
+
export const outboundSchema = CreateRecordRequest$outboundSchema;
|
|
1615
|
+
/** @deprecated use `CreateRecordRequest$Outbound` instead. */
|
|
1616
|
+
export type Outbound = CreateRecordRequest$Outbound;
|
|
1617
|
+
}
|
|
1618
|
+
|
|
1619
|
+
export function createRecordRequestToJSON(
|
|
1620
|
+
createRecordRequest: CreateRecordRequest,
|
|
1621
|
+
): string {
|
|
1622
|
+
return JSON.stringify(
|
|
1623
|
+
CreateRecordRequest$outboundSchema.parse(createRecordRequest),
|
|
1624
|
+
);
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1627
|
+
export function createRecordRequestFromJSON(
|
|
1628
|
+
jsonString: string,
|
|
1629
|
+
): SafeParseResult<CreateRecordRequest, SDKValidationError> {
|
|
1630
|
+
return safeParse(
|
|
1631
|
+
jsonString,
|
|
1632
|
+
(x) => CreateRecordRequest$inboundSchema.parse(JSON.parse(x)),
|
|
1633
|
+
`Failed to parse 'CreateRecordRequest' from JSON`,
|
|
1634
|
+
);
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
/** @internal */
|
|
1638
|
+
export const CreateRecordResponseBody2$inboundSchema: z.ZodType<
|
|
1639
|
+
CreateRecordResponseBody2,
|
|
1640
|
+
z.ZodTypeDef,
|
|
1641
|
+
unknown
|
|
1642
|
+
> = z.object({
|
|
1643
|
+
uid: z.string(),
|
|
1644
|
+
});
|
|
1645
|
+
|
|
1646
|
+
/** @internal */
|
|
1647
|
+
export type CreateRecordResponseBody2$Outbound = {
|
|
1648
|
+
uid: string;
|
|
1649
|
+
};
|
|
1650
|
+
|
|
1651
|
+
/** @internal */
|
|
1652
|
+
export const CreateRecordResponseBody2$outboundSchema: z.ZodType<
|
|
1653
|
+
CreateRecordResponseBody2$Outbound,
|
|
1654
|
+
z.ZodTypeDef,
|
|
1655
|
+
CreateRecordResponseBody2
|
|
1656
|
+
> = z.object({
|
|
1657
|
+
uid: z.string(),
|
|
1658
|
+
});
|
|
1659
|
+
|
|
1660
|
+
/**
|
|
1661
|
+
* @internal
|
|
1662
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1663
|
+
*/
|
|
1664
|
+
export namespace CreateRecordResponseBody2$ {
|
|
1665
|
+
/** @deprecated use `CreateRecordResponseBody2$inboundSchema` instead. */
|
|
1666
|
+
export const inboundSchema = CreateRecordResponseBody2$inboundSchema;
|
|
1667
|
+
/** @deprecated use `CreateRecordResponseBody2$outboundSchema` instead. */
|
|
1668
|
+
export const outboundSchema = CreateRecordResponseBody2$outboundSchema;
|
|
1669
|
+
/** @deprecated use `CreateRecordResponseBody2$Outbound` instead. */
|
|
1670
|
+
export type Outbound = CreateRecordResponseBody2$Outbound;
|
|
1671
|
+
}
|
|
1672
|
+
|
|
1673
|
+
export function createRecordResponseBody2ToJSON(
|
|
1674
|
+
createRecordResponseBody2: CreateRecordResponseBody2,
|
|
1675
|
+
): string {
|
|
1676
|
+
return JSON.stringify(
|
|
1677
|
+
CreateRecordResponseBody2$outboundSchema.parse(createRecordResponseBody2),
|
|
1678
|
+
);
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1681
|
+
export function createRecordResponseBody2FromJSON(
|
|
1682
|
+
jsonString: string,
|
|
1683
|
+
): SafeParseResult<CreateRecordResponseBody2, SDKValidationError> {
|
|
1684
|
+
return safeParse(
|
|
1685
|
+
jsonString,
|
|
1686
|
+
(x) => CreateRecordResponseBody2$inboundSchema.parse(JSON.parse(x)),
|
|
1687
|
+
`Failed to parse 'CreateRecordResponseBody2' from JSON`,
|
|
1688
|
+
);
|
|
1689
|
+
}
|
|
1690
|
+
|
|
1691
|
+
/** @internal */
|
|
1692
|
+
export const CreateRecordResponseBody1$inboundSchema: z.ZodType<
|
|
1693
|
+
CreateRecordResponseBody1,
|
|
1694
|
+
z.ZodTypeDef,
|
|
1695
|
+
unknown
|
|
1696
|
+
> = z.object({
|
|
1697
|
+
uid: z.string(),
|
|
1698
|
+
updated: z.number(),
|
|
1699
|
+
});
|
|
1700
|
+
|
|
1701
|
+
/** @internal */
|
|
1702
|
+
export type CreateRecordResponseBody1$Outbound = {
|
|
1703
|
+
uid: string;
|
|
1704
|
+
updated: number;
|
|
1705
|
+
};
|
|
1706
|
+
|
|
1707
|
+
/** @internal */
|
|
1708
|
+
export const CreateRecordResponseBody1$outboundSchema: z.ZodType<
|
|
1709
|
+
CreateRecordResponseBody1$Outbound,
|
|
1710
|
+
z.ZodTypeDef,
|
|
1711
|
+
CreateRecordResponseBody1
|
|
1712
|
+
> = z.object({
|
|
1713
|
+
uid: z.string(),
|
|
1714
|
+
updated: z.number(),
|
|
1715
|
+
});
|
|
1716
|
+
|
|
1717
|
+
/**
|
|
1718
|
+
* @internal
|
|
1719
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1720
|
+
*/
|
|
1721
|
+
export namespace CreateRecordResponseBody1$ {
|
|
1722
|
+
/** @deprecated use `CreateRecordResponseBody1$inboundSchema` instead. */
|
|
1723
|
+
export const inboundSchema = CreateRecordResponseBody1$inboundSchema;
|
|
1724
|
+
/** @deprecated use `CreateRecordResponseBody1$outboundSchema` instead. */
|
|
1725
|
+
export const outboundSchema = CreateRecordResponseBody1$outboundSchema;
|
|
1726
|
+
/** @deprecated use `CreateRecordResponseBody1$Outbound` instead. */
|
|
1727
|
+
export type Outbound = CreateRecordResponseBody1$Outbound;
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
export function createRecordResponseBody1ToJSON(
|
|
1731
|
+
createRecordResponseBody1: CreateRecordResponseBody1,
|
|
1732
|
+
): string {
|
|
1733
|
+
return JSON.stringify(
|
|
1734
|
+
CreateRecordResponseBody1$outboundSchema.parse(createRecordResponseBody1),
|
|
1735
|
+
);
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
export function createRecordResponseBody1FromJSON(
|
|
1739
|
+
jsonString: string,
|
|
1740
|
+
): SafeParseResult<CreateRecordResponseBody1, SDKValidationError> {
|
|
1741
|
+
return safeParse(
|
|
1742
|
+
jsonString,
|
|
1743
|
+
(x) => CreateRecordResponseBody1$inboundSchema.parse(JSON.parse(x)),
|
|
1744
|
+
`Failed to parse 'CreateRecordResponseBody1' from JSON`,
|
|
1745
|
+
);
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
/** @internal */
|
|
1749
|
+
export const CreateRecordResponseBody$inboundSchema: z.ZodType<
|
|
1750
|
+
CreateRecordResponseBody,
|
|
1751
|
+
z.ZodTypeDef,
|
|
1752
|
+
unknown
|
|
1753
|
+
> = z.union([
|
|
1754
|
+
z.lazy(() => CreateRecordResponseBody2$inboundSchema),
|
|
1755
|
+
z.lazy(() => CreateRecordResponseBody1$inboundSchema),
|
|
1756
|
+
]);
|
|
1757
|
+
|
|
1758
|
+
/** @internal */
|
|
1759
|
+
export type CreateRecordResponseBody$Outbound =
|
|
1760
|
+
| CreateRecordResponseBody2$Outbound
|
|
1761
|
+
| CreateRecordResponseBody1$Outbound;
|
|
1762
|
+
|
|
1763
|
+
/** @internal */
|
|
1764
|
+
export const CreateRecordResponseBody$outboundSchema: z.ZodType<
|
|
1765
|
+
CreateRecordResponseBody$Outbound,
|
|
1766
|
+
z.ZodTypeDef,
|
|
1767
|
+
CreateRecordResponseBody
|
|
1768
|
+
> = z.union([
|
|
1769
|
+
z.lazy(() => CreateRecordResponseBody2$outboundSchema),
|
|
1770
|
+
z.lazy(() => CreateRecordResponseBody1$outboundSchema),
|
|
1771
|
+
]);
|
|
1772
|
+
|
|
1773
|
+
/**
|
|
1774
|
+
* @internal
|
|
1775
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1776
|
+
*/
|
|
1777
|
+
export namespace CreateRecordResponseBody$ {
|
|
1778
|
+
/** @deprecated use `CreateRecordResponseBody$inboundSchema` instead. */
|
|
1779
|
+
export const inboundSchema = CreateRecordResponseBody$inboundSchema;
|
|
1780
|
+
/** @deprecated use `CreateRecordResponseBody$outboundSchema` instead. */
|
|
1781
|
+
export const outboundSchema = CreateRecordResponseBody$outboundSchema;
|
|
1782
|
+
/** @deprecated use `CreateRecordResponseBody$Outbound` instead. */
|
|
1783
|
+
export type Outbound = CreateRecordResponseBody$Outbound;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
export function createRecordResponseBodyToJSON(
|
|
1787
|
+
createRecordResponseBody: CreateRecordResponseBody,
|
|
1788
|
+
): string {
|
|
1789
|
+
return JSON.stringify(
|
|
1790
|
+
CreateRecordResponseBody$outboundSchema.parse(createRecordResponseBody),
|
|
1791
|
+
);
|
|
1792
|
+
}
|
|
1793
|
+
|
|
1794
|
+
export function createRecordResponseBodyFromJSON(
|
|
1795
|
+
jsonString: string,
|
|
1796
|
+
): SafeParseResult<CreateRecordResponseBody, SDKValidationError> {
|
|
1797
|
+
return safeParse(
|
|
1798
|
+
jsonString,
|
|
1799
|
+
(x) => CreateRecordResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
1800
|
+
`Failed to parse 'CreateRecordResponseBody' from JSON`,
|
|
1801
|
+
);
|
|
1802
|
+
}
|