@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,1057 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
+
export declare const Reason: {
|
|
6
|
+
readonly SubscriptionCanceled: "SUBSCRIPTION_CANCELED";
|
|
7
|
+
readonly SubscriptionExpired: "SUBSCRIPTION_EXPIRED";
|
|
8
|
+
readonly UnpaidInvoice: "UNPAID_INVOICE";
|
|
9
|
+
readonly EnterpriseTrialEnded: "ENTERPRISE_TRIAL_ENDED";
|
|
10
|
+
readonly FairUseLimitsExceeded: "FAIR_USE_LIMITS_EXCEEDED";
|
|
11
|
+
readonly BlockedForPlatformAbuse: "BLOCKED_FOR_PLATFORM_ABUSE";
|
|
12
|
+
};
|
|
13
|
+
export type Reason = ClosedEnum<typeof Reason>;
|
|
14
|
+
export declare const BlockedDueToOverageType: {
|
|
15
|
+
readonly AnalyticsUsage: "analyticsUsage";
|
|
16
|
+
readonly Artifacts: "artifacts";
|
|
17
|
+
readonly Bandwidth: "bandwidth";
|
|
18
|
+
readonly BlobStores: "blobStores";
|
|
19
|
+
readonly BlobTotalAdvancedRequests: "blobTotalAdvancedRequests";
|
|
20
|
+
readonly BlobTotalAvgSizeInBytes: "blobTotalAvgSizeInBytes";
|
|
21
|
+
readonly BlobTotalGetResponseObjectSizeInBytes: "blobTotalGetResponseObjectSizeInBytes";
|
|
22
|
+
readonly BlobTotalSimpleRequests: "blobTotalSimpleRequests";
|
|
23
|
+
readonly BuildMinute: "buildMinute";
|
|
24
|
+
readonly DataCacheRead: "dataCacheRead";
|
|
25
|
+
readonly DataCacheRevalidation: "dataCacheRevalidation";
|
|
26
|
+
readonly DataCacheWrite: "dataCacheWrite";
|
|
27
|
+
readonly EdgeConfigRead: "edgeConfigRead";
|
|
28
|
+
readonly EdgeConfigWrite: "edgeConfigWrite";
|
|
29
|
+
readonly EdgeFunctionExecutionUnits: "edgeFunctionExecutionUnits";
|
|
30
|
+
readonly EdgeMiddlewareInvocations: "edgeMiddlewareInvocations";
|
|
31
|
+
readonly EdgeRequestAdditionalCpuDuration: "edgeRequestAdditionalCpuDuration";
|
|
32
|
+
readonly EdgeRequest: "edgeRequest";
|
|
33
|
+
readonly FastDataTransfer: "fastDataTransfer";
|
|
34
|
+
readonly FastOriginTransfer: "fastOriginTransfer";
|
|
35
|
+
readonly FunctionDuration: "functionDuration";
|
|
36
|
+
readonly FunctionInvocation: "functionInvocation";
|
|
37
|
+
readonly LogDrainsVolume: "logDrainsVolume";
|
|
38
|
+
readonly MonitoringMetric: "monitoringMetric";
|
|
39
|
+
readonly ObservabilityEvent: "observabilityEvent";
|
|
40
|
+
readonly PostgresComputeTime: "postgresComputeTime";
|
|
41
|
+
readonly PostgresDataStorage: "postgresDataStorage";
|
|
42
|
+
readonly PostgresDataTransfer: "postgresDataTransfer";
|
|
43
|
+
readonly PostgresDatabase: "postgresDatabase";
|
|
44
|
+
readonly PostgresWrittenData: "postgresWrittenData";
|
|
45
|
+
readonly ServerlessFunctionExecution: "serverlessFunctionExecution";
|
|
46
|
+
readonly SourceImages: "sourceImages";
|
|
47
|
+
readonly StorageRedisTotalBandwidthInBytes: "storageRedisTotalBandwidthInBytes";
|
|
48
|
+
readonly StorageRedisTotalCommands: "storageRedisTotalCommands";
|
|
49
|
+
readonly StorageRedisTotalDailyAvgStorageInBytes: "storageRedisTotalDailyAvgStorageInBytes";
|
|
50
|
+
readonly StorageRedisTotalDatabases: "storageRedisTotalDatabases";
|
|
51
|
+
readonly WafOwaspExcessBytes: "wafOwaspExcessBytes";
|
|
52
|
+
readonly WafOwaspRequests: "wafOwaspRequests";
|
|
53
|
+
readonly WafRateLimitRequest: "wafRateLimitRequest";
|
|
54
|
+
readonly WebAnalyticsEvent: "webAnalyticsEvent";
|
|
55
|
+
};
|
|
56
|
+
export type BlockedDueToOverageType = ClosedEnum<typeof BlockedDueToOverageType>;
|
|
57
|
+
/**
|
|
58
|
+
* When the User account has been "soft blocked", this property will contain the date when the restriction was enacted, and the identifier for why.
|
|
59
|
+
*/
|
|
60
|
+
export type SoftBlock = {
|
|
61
|
+
blockedAt: number;
|
|
62
|
+
reason: Reason;
|
|
63
|
+
blockedDueToOverageType?: BlockedDueToOverageType | undefined;
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* An object containing billing infomation associated with the User account.
|
|
67
|
+
*/
|
|
68
|
+
export type Billing = {};
|
|
69
|
+
/**
|
|
70
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
71
|
+
*/
|
|
72
|
+
export type ResourceConfig = {
|
|
73
|
+
/**
|
|
74
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
75
|
+
*/
|
|
76
|
+
blobStores?: number | undefined;
|
|
77
|
+
/**
|
|
78
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
79
|
+
*/
|
|
80
|
+
nodeType?: string | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
83
|
+
*/
|
|
84
|
+
concurrentBuilds?: number | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
87
|
+
*/
|
|
88
|
+
awsAccountType?: string | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
91
|
+
*/
|
|
92
|
+
awsAccountIds?: Array<string> | undefined;
|
|
93
|
+
/**
|
|
94
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
95
|
+
*/
|
|
96
|
+
cfZoneName?: string | undefined;
|
|
97
|
+
/**
|
|
98
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
99
|
+
*/
|
|
100
|
+
imageOptimizationType?: string | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
103
|
+
*/
|
|
104
|
+
edgeConfigs?: number | undefined;
|
|
105
|
+
/**
|
|
106
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
107
|
+
*/
|
|
108
|
+
edgeConfigSize?: number | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
111
|
+
*/
|
|
112
|
+
edgeFunctionMaxSizeBytes?: number | undefined;
|
|
113
|
+
/**
|
|
114
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
115
|
+
*/
|
|
116
|
+
edgeFunctionExecutionTimeoutMs?: number | undefined;
|
|
117
|
+
/**
|
|
118
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
119
|
+
*/
|
|
120
|
+
serverlessFunctionDefaultMaxExecutionTime?: number | undefined;
|
|
121
|
+
/**
|
|
122
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
123
|
+
*/
|
|
124
|
+
kvDatabases?: number | undefined;
|
|
125
|
+
/**
|
|
126
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
127
|
+
*/
|
|
128
|
+
postgresDatabases?: number | undefined;
|
|
129
|
+
/**
|
|
130
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
131
|
+
*/
|
|
132
|
+
integrationStores?: number | undefined;
|
|
133
|
+
/**
|
|
134
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
135
|
+
*/
|
|
136
|
+
cronJobs?: number | undefined;
|
|
137
|
+
/**
|
|
138
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
139
|
+
*/
|
|
140
|
+
cronJobsPerProject?: number | undefined;
|
|
141
|
+
/**
|
|
142
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
143
|
+
*/
|
|
144
|
+
microfrontendGroupsPerTeam?: number | undefined;
|
|
145
|
+
/**
|
|
146
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
147
|
+
*/
|
|
148
|
+
microfrontendProjectsPerGroup?: number | undefined;
|
|
149
|
+
};
|
|
150
|
+
export declare const ViewPreference: {
|
|
151
|
+
readonly List: "list";
|
|
152
|
+
readonly Cards: "cards";
|
|
153
|
+
};
|
|
154
|
+
export type ViewPreference = ClosedEnum<typeof ViewPreference>;
|
|
155
|
+
export declare const FavoritesViewPreference: {
|
|
156
|
+
readonly Open: "open";
|
|
157
|
+
readonly Closed: "closed";
|
|
158
|
+
};
|
|
159
|
+
export type FavoritesViewPreference = ClosedEnum<typeof FavoritesViewPreference>;
|
|
160
|
+
export declare const RecentsViewPreference: {
|
|
161
|
+
readonly Open: "open";
|
|
162
|
+
readonly Closed: "closed";
|
|
163
|
+
};
|
|
164
|
+
export type RecentsViewPreference = ClosedEnum<typeof RecentsViewPreference>;
|
|
165
|
+
/**
|
|
166
|
+
* set of dashboard view preferences (cards or list) per scopeId
|
|
167
|
+
*/
|
|
168
|
+
export type ActiveDashboardViews = {
|
|
169
|
+
scopeId: string;
|
|
170
|
+
viewPreference?: ViewPreference | undefined;
|
|
171
|
+
favoritesViewPreference?: FavoritesViewPreference | undefined;
|
|
172
|
+
recentsViewPreference?: RecentsViewPreference | undefined;
|
|
173
|
+
};
|
|
174
|
+
export type ImportFlowGitNamespace = string | number;
|
|
175
|
+
export type ImportFlowGitNamespaceId = string | number;
|
|
176
|
+
export declare const ImportFlowGitProvider: {
|
|
177
|
+
readonly Github: "github";
|
|
178
|
+
readonly Gitlab: "gitlab";
|
|
179
|
+
readonly Bitbucket: "bitbucket";
|
|
180
|
+
};
|
|
181
|
+
export type ImportFlowGitProvider = ClosedEnum<typeof ImportFlowGitProvider>;
|
|
182
|
+
export type GitNamespaceId = string | number;
|
|
183
|
+
export type PreferredScopesAndGitNamespaces = {
|
|
184
|
+
scopeId: string;
|
|
185
|
+
gitNamespaceId: string | number | null;
|
|
186
|
+
};
|
|
187
|
+
export type Dismissals = {
|
|
188
|
+
scopeId: string;
|
|
189
|
+
createdAt: number;
|
|
190
|
+
};
|
|
191
|
+
/**
|
|
192
|
+
* A record of when, under a certain scopeId, a toast was dismissed
|
|
193
|
+
*/
|
|
194
|
+
export type DismissedToasts = {
|
|
195
|
+
name: string;
|
|
196
|
+
dismissals: Array<Dismissals>;
|
|
197
|
+
};
|
|
198
|
+
/**
|
|
199
|
+
* A list of projects and spaces across teams that a user has marked as a favorite.
|
|
200
|
+
*/
|
|
201
|
+
export type Two = {
|
|
202
|
+
spaceId: string;
|
|
203
|
+
scopeSlug: string;
|
|
204
|
+
scopeId: string;
|
|
205
|
+
};
|
|
206
|
+
/**
|
|
207
|
+
* A list of projects and spaces across teams that a user has marked as a favorite.
|
|
208
|
+
*/
|
|
209
|
+
export type One = {
|
|
210
|
+
projectId: string;
|
|
211
|
+
scopeSlug: string;
|
|
212
|
+
scopeId: string;
|
|
213
|
+
};
|
|
214
|
+
export type FavoriteProjectsAndSpaces = One | Two;
|
|
215
|
+
/**
|
|
216
|
+
* remote caching settings
|
|
217
|
+
*/
|
|
218
|
+
export type RemoteCaching = {
|
|
219
|
+
enabled?: boolean | undefined;
|
|
220
|
+
};
|
|
221
|
+
/**
|
|
222
|
+
* data cache settings
|
|
223
|
+
*/
|
|
224
|
+
export type DataCache = {
|
|
225
|
+
excessBillingEnabled?: boolean | undefined;
|
|
226
|
+
};
|
|
227
|
+
export type WebAnalytics = {
|
|
228
|
+
blockedFrom?: number | undefined;
|
|
229
|
+
blockedUntil?: number | undefined;
|
|
230
|
+
isCurrentlyBlocked: boolean;
|
|
231
|
+
};
|
|
232
|
+
/**
|
|
233
|
+
* Feature blocks for the user
|
|
234
|
+
*/
|
|
235
|
+
export type FeatureBlocks = {
|
|
236
|
+
webAnalytics?: WebAnalytics | undefined;
|
|
237
|
+
};
|
|
238
|
+
export type NorthstarMigration = {
|
|
239
|
+
/**
|
|
240
|
+
* The ID of the team we created for this user.
|
|
241
|
+
*/
|
|
242
|
+
teamId: string;
|
|
243
|
+
/**
|
|
244
|
+
* The number of projects migrated for this user.
|
|
245
|
+
*/
|
|
246
|
+
projects: number;
|
|
247
|
+
/**
|
|
248
|
+
* The number of stores migrated for this user.
|
|
249
|
+
*/
|
|
250
|
+
stores: number;
|
|
251
|
+
/**
|
|
252
|
+
* The number of integration configurations migrated for this user.
|
|
253
|
+
*/
|
|
254
|
+
integrationConfigurations: number;
|
|
255
|
+
/**
|
|
256
|
+
* The number of integration clients migrated for this user.
|
|
257
|
+
*/
|
|
258
|
+
integrationClients: number;
|
|
259
|
+
/**
|
|
260
|
+
* The migration start time timestamp for this user.
|
|
261
|
+
*/
|
|
262
|
+
startTime: number;
|
|
263
|
+
/**
|
|
264
|
+
* The migration end time timestamp for this user.
|
|
265
|
+
*/
|
|
266
|
+
endTime: number;
|
|
267
|
+
};
|
|
268
|
+
/**
|
|
269
|
+
* The user's version. Will either be unset or `northstar`.
|
|
270
|
+
*/
|
|
271
|
+
export declare const Version: {
|
|
272
|
+
readonly Northstar: "northstar";
|
|
273
|
+
};
|
|
274
|
+
/**
|
|
275
|
+
* The user's version. Will either be unset or `northstar`.
|
|
276
|
+
*/
|
|
277
|
+
export type Version = ClosedEnum<typeof Version>;
|
|
278
|
+
/**
|
|
279
|
+
* Data for the currently authenticated User.
|
|
280
|
+
*/
|
|
281
|
+
export type AuthUser = {
|
|
282
|
+
/**
|
|
283
|
+
* UNIX timestamp (in milliseconds) when the User account was created.
|
|
284
|
+
*/
|
|
285
|
+
createdAt: number;
|
|
286
|
+
/**
|
|
287
|
+
* When the User account has been "soft blocked", this property will contain the date when the restriction was enacted, and the identifier for why.
|
|
288
|
+
*/
|
|
289
|
+
softBlock: SoftBlock | null;
|
|
290
|
+
/**
|
|
291
|
+
* An object containing billing infomation associated with the User account.
|
|
292
|
+
*/
|
|
293
|
+
billing: Billing | null;
|
|
294
|
+
/**
|
|
295
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
296
|
+
*/
|
|
297
|
+
resourceConfig: ResourceConfig;
|
|
298
|
+
/**
|
|
299
|
+
* Prefix that will be used in the URL of "Preview" deployments created by the User account.
|
|
300
|
+
*/
|
|
301
|
+
stagingPrefix: string;
|
|
302
|
+
/**
|
|
303
|
+
* set of dashboard view preferences (cards or list) per scopeId
|
|
304
|
+
*/
|
|
305
|
+
activeDashboardViews?: Array<ActiveDashboardViews> | undefined;
|
|
306
|
+
importFlowGitNamespace?: string | number | null | undefined;
|
|
307
|
+
importFlowGitNamespaceId?: string | number | null | undefined;
|
|
308
|
+
importFlowGitProvider?: ImportFlowGitProvider | undefined;
|
|
309
|
+
preferredScopesAndGitNamespaces?: Array<PreferredScopesAndGitNamespaces> | undefined;
|
|
310
|
+
/**
|
|
311
|
+
* A record of when, under a certain scopeId, a toast was dismissed
|
|
312
|
+
*/
|
|
313
|
+
dismissedToasts?: Array<DismissedToasts> | undefined;
|
|
314
|
+
/**
|
|
315
|
+
* A list of projects and spaces across teams that a user has marked as a favorite.
|
|
316
|
+
*/
|
|
317
|
+
favoriteProjectsAndSpaces?: Array<One | Two> | undefined;
|
|
318
|
+
/**
|
|
319
|
+
* Whether the user has a trial available for a paid plan subscription.
|
|
320
|
+
*/
|
|
321
|
+
hasTrialAvailable: boolean;
|
|
322
|
+
/**
|
|
323
|
+
* remote caching settings
|
|
324
|
+
*/
|
|
325
|
+
remoteCaching?: RemoteCaching | undefined;
|
|
326
|
+
/**
|
|
327
|
+
* data cache settings
|
|
328
|
+
*/
|
|
329
|
+
dataCache?: DataCache | undefined;
|
|
330
|
+
/**
|
|
331
|
+
* Feature blocks for the user
|
|
332
|
+
*/
|
|
333
|
+
featureBlocks?: FeatureBlocks | undefined;
|
|
334
|
+
northstarMigration?: NorthstarMigration | undefined;
|
|
335
|
+
/**
|
|
336
|
+
* The User's unique identifier.
|
|
337
|
+
*/
|
|
338
|
+
id: string;
|
|
339
|
+
/**
|
|
340
|
+
* Email address associated with the User account.
|
|
341
|
+
*/
|
|
342
|
+
email: string;
|
|
343
|
+
/**
|
|
344
|
+
* Name associated with the User account, or `null` if none has been provided.
|
|
345
|
+
*/
|
|
346
|
+
name: string | null;
|
|
347
|
+
/**
|
|
348
|
+
* Unique username associated with the User account.
|
|
349
|
+
*/
|
|
350
|
+
username: string;
|
|
351
|
+
/**
|
|
352
|
+
* SHA1 hash of the avatar for the User account. Can be used in conjuction with the ... endpoint to retrieve the avatar image.
|
|
353
|
+
*/
|
|
354
|
+
avatar: string | null;
|
|
355
|
+
/**
|
|
356
|
+
* The user's default team. Only applies if the user's `version` is `'northstar'`.
|
|
357
|
+
*/
|
|
358
|
+
defaultTeamId: string | null;
|
|
359
|
+
/**
|
|
360
|
+
* The user's version. Will either be unset or `northstar`.
|
|
361
|
+
*/
|
|
362
|
+
version: Version | null;
|
|
363
|
+
};
|
|
364
|
+
/** @internal */
|
|
365
|
+
export declare const Reason$inboundSchema: z.ZodNativeEnum<typeof Reason>;
|
|
366
|
+
/** @internal */
|
|
367
|
+
export declare const Reason$outboundSchema: z.ZodNativeEnum<typeof Reason>;
|
|
368
|
+
/**
|
|
369
|
+
* @internal
|
|
370
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
371
|
+
*/
|
|
372
|
+
export declare namespace Reason$ {
|
|
373
|
+
/** @deprecated use `Reason$inboundSchema` instead. */
|
|
374
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
375
|
+
readonly SubscriptionCanceled: "SUBSCRIPTION_CANCELED";
|
|
376
|
+
readonly SubscriptionExpired: "SUBSCRIPTION_EXPIRED";
|
|
377
|
+
readonly UnpaidInvoice: "UNPAID_INVOICE";
|
|
378
|
+
readonly EnterpriseTrialEnded: "ENTERPRISE_TRIAL_ENDED";
|
|
379
|
+
readonly FairUseLimitsExceeded: "FAIR_USE_LIMITS_EXCEEDED";
|
|
380
|
+
readonly BlockedForPlatformAbuse: "BLOCKED_FOR_PLATFORM_ABUSE";
|
|
381
|
+
}>;
|
|
382
|
+
/** @deprecated use `Reason$outboundSchema` instead. */
|
|
383
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
384
|
+
readonly SubscriptionCanceled: "SUBSCRIPTION_CANCELED";
|
|
385
|
+
readonly SubscriptionExpired: "SUBSCRIPTION_EXPIRED";
|
|
386
|
+
readonly UnpaidInvoice: "UNPAID_INVOICE";
|
|
387
|
+
readonly EnterpriseTrialEnded: "ENTERPRISE_TRIAL_ENDED";
|
|
388
|
+
readonly FairUseLimitsExceeded: "FAIR_USE_LIMITS_EXCEEDED";
|
|
389
|
+
readonly BlockedForPlatformAbuse: "BLOCKED_FOR_PLATFORM_ABUSE";
|
|
390
|
+
}>;
|
|
391
|
+
}
|
|
392
|
+
/** @internal */
|
|
393
|
+
export declare const BlockedDueToOverageType$inboundSchema: z.ZodNativeEnum<typeof BlockedDueToOverageType>;
|
|
394
|
+
/** @internal */
|
|
395
|
+
export declare const BlockedDueToOverageType$outboundSchema: z.ZodNativeEnum<typeof BlockedDueToOverageType>;
|
|
396
|
+
/**
|
|
397
|
+
* @internal
|
|
398
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
399
|
+
*/
|
|
400
|
+
export declare namespace BlockedDueToOverageType$ {
|
|
401
|
+
/** @deprecated use `BlockedDueToOverageType$inboundSchema` instead. */
|
|
402
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
403
|
+
readonly AnalyticsUsage: "analyticsUsage";
|
|
404
|
+
readonly Artifacts: "artifacts";
|
|
405
|
+
readonly Bandwidth: "bandwidth";
|
|
406
|
+
readonly BlobStores: "blobStores";
|
|
407
|
+
readonly BlobTotalAdvancedRequests: "blobTotalAdvancedRequests";
|
|
408
|
+
readonly BlobTotalAvgSizeInBytes: "blobTotalAvgSizeInBytes";
|
|
409
|
+
readonly BlobTotalGetResponseObjectSizeInBytes: "blobTotalGetResponseObjectSizeInBytes";
|
|
410
|
+
readonly BlobTotalSimpleRequests: "blobTotalSimpleRequests";
|
|
411
|
+
readonly BuildMinute: "buildMinute";
|
|
412
|
+
readonly DataCacheRead: "dataCacheRead";
|
|
413
|
+
readonly DataCacheRevalidation: "dataCacheRevalidation";
|
|
414
|
+
readonly DataCacheWrite: "dataCacheWrite";
|
|
415
|
+
readonly EdgeConfigRead: "edgeConfigRead";
|
|
416
|
+
readonly EdgeConfigWrite: "edgeConfigWrite";
|
|
417
|
+
readonly EdgeFunctionExecutionUnits: "edgeFunctionExecutionUnits";
|
|
418
|
+
readonly EdgeMiddlewareInvocations: "edgeMiddlewareInvocations";
|
|
419
|
+
readonly EdgeRequestAdditionalCpuDuration: "edgeRequestAdditionalCpuDuration";
|
|
420
|
+
readonly EdgeRequest: "edgeRequest";
|
|
421
|
+
readonly FastDataTransfer: "fastDataTransfer";
|
|
422
|
+
readonly FastOriginTransfer: "fastOriginTransfer";
|
|
423
|
+
readonly FunctionDuration: "functionDuration";
|
|
424
|
+
readonly FunctionInvocation: "functionInvocation";
|
|
425
|
+
readonly LogDrainsVolume: "logDrainsVolume";
|
|
426
|
+
readonly MonitoringMetric: "monitoringMetric";
|
|
427
|
+
readonly ObservabilityEvent: "observabilityEvent";
|
|
428
|
+
readonly PostgresComputeTime: "postgresComputeTime";
|
|
429
|
+
readonly PostgresDataStorage: "postgresDataStorage";
|
|
430
|
+
readonly PostgresDataTransfer: "postgresDataTransfer";
|
|
431
|
+
readonly PostgresDatabase: "postgresDatabase";
|
|
432
|
+
readonly PostgresWrittenData: "postgresWrittenData";
|
|
433
|
+
readonly ServerlessFunctionExecution: "serverlessFunctionExecution";
|
|
434
|
+
readonly SourceImages: "sourceImages";
|
|
435
|
+
readonly StorageRedisTotalBandwidthInBytes: "storageRedisTotalBandwidthInBytes";
|
|
436
|
+
readonly StorageRedisTotalCommands: "storageRedisTotalCommands";
|
|
437
|
+
readonly StorageRedisTotalDailyAvgStorageInBytes: "storageRedisTotalDailyAvgStorageInBytes";
|
|
438
|
+
readonly StorageRedisTotalDatabases: "storageRedisTotalDatabases";
|
|
439
|
+
readonly WafOwaspExcessBytes: "wafOwaspExcessBytes";
|
|
440
|
+
readonly WafOwaspRequests: "wafOwaspRequests";
|
|
441
|
+
readonly WafRateLimitRequest: "wafRateLimitRequest";
|
|
442
|
+
readonly WebAnalyticsEvent: "webAnalyticsEvent";
|
|
443
|
+
}>;
|
|
444
|
+
/** @deprecated use `BlockedDueToOverageType$outboundSchema` instead. */
|
|
445
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
446
|
+
readonly AnalyticsUsage: "analyticsUsage";
|
|
447
|
+
readonly Artifacts: "artifacts";
|
|
448
|
+
readonly Bandwidth: "bandwidth";
|
|
449
|
+
readonly BlobStores: "blobStores";
|
|
450
|
+
readonly BlobTotalAdvancedRequests: "blobTotalAdvancedRequests";
|
|
451
|
+
readonly BlobTotalAvgSizeInBytes: "blobTotalAvgSizeInBytes";
|
|
452
|
+
readonly BlobTotalGetResponseObjectSizeInBytes: "blobTotalGetResponseObjectSizeInBytes";
|
|
453
|
+
readonly BlobTotalSimpleRequests: "blobTotalSimpleRequests";
|
|
454
|
+
readonly BuildMinute: "buildMinute";
|
|
455
|
+
readonly DataCacheRead: "dataCacheRead";
|
|
456
|
+
readonly DataCacheRevalidation: "dataCacheRevalidation";
|
|
457
|
+
readonly DataCacheWrite: "dataCacheWrite";
|
|
458
|
+
readonly EdgeConfigRead: "edgeConfigRead";
|
|
459
|
+
readonly EdgeConfigWrite: "edgeConfigWrite";
|
|
460
|
+
readonly EdgeFunctionExecutionUnits: "edgeFunctionExecutionUnits";
|
|
461
|
+
readonly EdgeMiddlewareInvocations: "edgeMiddlewareInvocations";
|
|
462
|
+
readonly EdgeRequestAdditionalCpuDuration: "edgeRequestAdditionalCpuDuration";
|
|
463
|
+
readonly EdgeRequest: "edgeRequest";
|
|
464
|
+
readonly FastDataTransfer: "fastDataTransfer";
|
|
465
|
+
readonly FastOriginTransfer: "fastOriginTransfer";
|
|
466
|
+
readonly FunctionDuration: "functionDuration";
|
|
467
|
+
readonly FunctionInvocation: "functionInvocation";
|
|
468
|
+
readonly LogDrainsVolume: "logDrainsVolume";
|
|
469
|
+
readonly MonitoringMetric: "monitoringMetric";
|
|
470
|
+
readonly ObservabilityEvent: "observabilityEvent";
|
|
471
|
+
readonly PostgresComputeTime: "postgresComputeTime";
|
|
472
|
+
readonly PostgresDataStorage: "postgresDataStorage";
|
|
473
|
+
readonly PostgresDataTransfer: "postgresDataTransfer";
|
|
474
|
+
readonly PostgresDatabase: "postgresDatabase";
|
|
475
|
+
readonly PostgresWrittenData: "postgresWrittenData";
|
|
476
|
+
readonly ServerlessFunctionExecution: "serverlessFunctionExecution";
|
|
477
|
+
readonly SourceImages: "sourceImages";
|
|
478
|
+
readonly StorageRedisTotalBandwidthInBytes: "storageRedisTotalBandwidthInBytes";
|
|
479
|
+
readonly StorageRedisTotalCommands: "storageRedisTotalCommands";
|
|
480
|
+
readonly StorageRedisTotalDailyAvgStorageInBytes: "storageRedisTotalDailyAvgStorageInBytes";
|
|
481
|
+
readonly StorageRedisTotalDatabases: "storageRedisTotalDatabases";
|
|
482
|
+
readonly WafOwaspExcessBytes: "wafOwaspExcessBytes";
|
|
483
|
+
readonly WafOwaspRequests: "wafOwaspRequests";
|
|
484
|
+
readonly WafRateLimitRequest: "wafRateLimitRequest";
|
|
485
|
+
readonly WebAnalyticsEvent: "webAnalyticsEvent";
|
|
486
|
+
}>;
|
|
487
|
+
}
|
|
488
|
+
/** @internal */
|
|
489
|
+
export declare const SoftBlock$inboundSchema: z.ZodType<SoftBlock, z.ZodTypeDef, unknown>;
|
|
490
|
+
/** @internal */
|
|
491
|
+
export type SoftBlock$Outbound = {
|
|
492
|
+
blockedAt: number;
|
|
493
|
+
reason: string;
|
|
494
|
+
blockedDueToOverageType?: string | undefined;
|
|
495
|
+
};
|
|
496
|
+
/** @internal */
|
|
497
|
+
export declare const SoftBlock$outboundSchema: z.ZodType<SoftBlock$Outbound, z.ZodTypeDef, SoftBlock>;
|
|
498
|
+
/**
|
|
499
|
+
* @internal
|
|
500
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
501
|
+
*/
|
|
502
|
+
export declare namespace SoftBlock$ {
|
|
503
|
+
/** @deprecated use `SoftBlock$inboundSchema` instead. */
|
|
504
|
+
const inboundSchema: z.ZodType<SoftBlock, z.ZodTypeDef, unknown>;
|
|
505
|
+
/** @deprecated use `SoftBlock$outboundSchema` instead. */
|
|
506
|
+
const outboundSchema: z.ZodType<SoftBlock$Outbound, z.ZodTypeDef, SoftBlock>;
|
|
507
|
+
/** @deprecated use `SoftBlock$Outbound` instead. */
|
|
508
|
+
type Outbound = SoftBlock$Outbound;
|
|
509
|
+
}
|
|
510
|
+
export declare function softBlockToJSON(softBlock: SoftBlock): string;
|
|
511
|
+
export declare function softBlockFromJSON(jsonString: string): SafeParseResult<SoftBlock, SDKValidationError>;
|
|
512
|
+
/** @internal */
|
|
513
|
+
export declare const Billing$inboundSchema: z.ZodType<Billing, z.ZodTypeDef, unknown>;
|
|
514
|
+
/** @internal */
|
|
515
|
+
export type Billing$Outbound = {};
|
|
516
|
+
/** @internal */
|
|
517
|
+
export declare const Billing$outboundSchema: z.ZodType<Billing$Outbound, z.ZodTypeDef, Billing>;
|
|
518
|
+
/**
|
|
519
|
+
* @internal
|
|
520
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
521
|
+
*/
|
|
522
|
+
export declare namespace Billing$ {
|
|
523
|
+
/** @deprecated use `Billing$inboundSchema` instead. */
|
|
524
|
+
const inboundSchema: z.ZodType<Billing, z.ZodTypeDef, unknown>;
|
|
525
|
+
/** @deprecated use `Billing$outboundSchema` instead. */
|
|
526
|
+
const outboundSchema: z.ZodType<Billing$Outbound, z.ZodTypeDef, Billing>;
|
|
527
|
+
/** @deprecated use `Billing$Outbound` instead. */
|
|
528
|
+
type Outbound = Billing$Outbound;
|
|
529
|
+
}
|
|
530
|
+
export declare function billingToJSON(billing: Billing): string;
|
|
531
|
+
export declare function billingFromJSON(jsonString: string): SafeParseResult<Billing, SDKValidationError>;
|
|
532
|
+
/** @internal */
|
|
533
|
+
export declare const ResourceConfig$inboundSchema: z.ZodType<ResourceConfig, z.ZodTypeDef, unknown>;
|
|
534
|
+
/** @internal */
|
|
535
|
+
export type ResourceConfig$Outbound = {
|
|
536
|
+
blobStores?: number | undefined;
|
|
537
|
+
nodeType?: string | undefined;
|
|
538
|
+
concurrentBuilds?: number | undefined;
|
|
539
|
+
awsAccountType?: string | undefined;
|
|
540
|
+
awsAccountIds?: Array<string> | undefined;
|
|
541
|
+
cfZoneName?: string | undefined;
|
|
542
|
+
imageOptimizationType?: string | undefined;
|
|
543
|
+
edgeConfigs?: number | undefined;
|
|
544
|
+
edgeConfigSize?: number | undefined;
|
|
545
|
+
edgeFunctionMaxSizeBytes?: number | undefined;
|
|
546
|
+
edgeFunctionExecutionTimeoutMs?: number | undefined;
|
|
547
|
+
serverlessFunctionDefaultMaxExecutionTime?: number | undefined;
|
|
548
|
+
kvDatabases?: number | undefined;
|
|
549
|
+
postgresDatabases?: number | undefined;
|
|
550
|
+
integrationStores?: number | undefined;
|
|
551
|
+
cronJobs?: number | undefined;
|
|
552
|
+
cronJobsPerProject?: number | undefined;
|
|
553
|
+
microfrontendGroupsPerTeam?: number | undefined;
|
|
554
|
+
microfrontendProjectsPerGroup?: number | undefined;
|
|
555
|
+
};
|
|
556
|
+
/** @internal */
|
|
557
|
+
export declare const ResourceConfig$outboundSchema: z.ZodType<ResourceConfig$Outbound, z.ZodTypeDef, ResourceConfig>;
|
|
558
|
+
/**
|
|
559
|
+
* @internal
|
|
560
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
561
|
+
*/
|
|
562
|
+
export declare namespace ResourceConfig$ {
|
|
563
|
+
/** @deprecated use `ResourceConfig$inboundSchema` instead. */
|
|
564
|
+
const inboundSchema: z.ZodType<ResourceConfig, z.ZodTypeDef, unknown>;
|
|
565
|
+
/** @deprecated use `ResourceConfig$outboundSchema` instead. */
|
|
566
|
+
const outboundSchema: z.ZodType<ResourceConfig$Outbound, z.ZodTypeDef, ResourceConfig>;
|
|
567
|
+
/** @deprecated use `ResourceConfig$Outbound` instead. */
|
|
568
|
+
type Outbound = ResourceConfig$Outbound;
|
|
569
|
+
}
|
|
570
|
+
export declare function resourceConfigToJSON(resourceConfig: ResourceConfig): string;
|
|
571
|
+
export declare function resourceConfigFromJSON(jsonString: string): SafeParseResult<ResourceConfig, SDKValidationError>;
|
|
572
|
+
/** @internal */
|
|
573
|
+
export declare const ViewPreference$inboundSchema: z.ZodNativeEnum<typeof ViewPreference>;
|
|
574
|
+
/** @internal */
|
|
575
|
+
export declare const ViewPreference$outboundSchema: z.ZodNativeEnum<typeof ViewPreference>;
|
|
576
|
+
/**
|
|
577
|
+
* @internal
|
|
578
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
579
|
+
*/
|
|
580
|
+
export declare namespace ViewPreference$ {
|
|
581
|
+
/** @deprecated use `ViewPreference$inboundSchema` instead. */
|
|
582
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
583
|
+
readonly List: "list";
|
|
584
|
+
readonly Cards: "cards";
|
|
585
|
+
}>;
|
|
586
|
+
/** @deprecated use `ViewPreference$outboundSchema` instead. */
|
|
587
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
588
|
+
readonly List: "list";
|
|
589
|
+
readonly Cards: "cards";
|
|
590
|
+
}>;
|
|
591
|
+
}
|
|
592
|
+
/** @internal */
|
|
593
|
+
export declare const FavoritesViewPreference$inboundSchema: z.ZodNativeEnum<typeof FavoritesViewPreference>;
|
|
594
|
+
/** @internal */
|
|
595
|
+
export declare const FavoritesViewPreference$outboundSchema: z.ZodNativeEnum<typeof FavoritesViewPreference>;
|
|
596
|
+
/**
|
|
597
|
+
* @internal
|
|
598
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
599
|
+
*/
|
|
600
|
+
export declare namespace FavoritesViewPreference$ {
|
|
601
|
+
/** @deprecated use `FavoritesViewPreference$inboundSchema` instead. */
|
|
602
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
603
|
+
readonly Open: "open";
|
|
604
|
+
readonly Closed: "closed";
|
|
605
|
+
}>;
|
|
606
|
+
/** @deprecated use `FavoritesViewPreference$outboundSchema` instead. */
|
|
607
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
608
|
+
readonly Open: "open";
|
|
609
|
+
readonly Closed: "closed";
|
|
610
|
+
}>;
|
|
611
|
+
}
|
|
612
|
+
/** @internal */
|
|
613
|
+
export declare const RecentsViewPreference$inboundSchema: z.ZodNativeEnum<typeof RecentsViewPreference>;
|
|
614
|
+
/** @internal */
|
|
615
|
+
export declare const RecentsViewPreference$outboundSchema: z.ZodNativeEnum<typeof RecentsViewPreference>;
|
|
616
|
+
/**
|
|
617
|
+
* @internal
|
|
618
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
619
|
+
*/
|
|
620
|
+
export declare namespace RecentsViewPreference$ {
|
|
621
|
+
/** @deprecated use `RecentsViewPreference$inboundSchema` instead. */
|
|
622
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
623
|
+
readonly Open: "open";
|
|
624
|
+
readonly Closed: "closed";
|
|
625
|
+
}>;
|
|
626
|
+
/** @deprecated use `RecentsViewPreference$outboundSchema` instead. */
|
|
627
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
628
|
+
readonly Open: "open";
|
|
629
|
+
readonly Closed: "closed";
|
|
630
|
+
}>;
|
|
631
|
+
}
|
|
632
|
+
/** @internal */
|
|
633
|
+
export declare const ActiveDashboardViews$inboundSchema: z.ZodType<ActiveDashboardViews, z.ZodTypeDef, unknown>;
|
|
634
|
+
/** @internal */
|
|
635
|
+
export type ActiveDashboardViews$Outbound = {
|
|
636
|
+
scopeId: string;
|
|
637
|
+
viewPreference?: string | undefined;
|
|
638
|
+
favoritesViewPreference?: string | undefined;
|
|
639
|
+
recentsViewPreference?: string | undefined;
|
|
640
|
+
};
|
|
641
|
+
/** @internal */
|
|
642
|
+
export declare const ActiveDashboardViews$outboundSchema: z.ZodType<ActiveDashboardViews$Outbound, z.ZodTypeDef, ActiveDashboardViews>;
|
|
643
|
+
/**
|
|
644
|
+
* @internal
|
|
645
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
646
|
+
*/
|
|
647
|
+
export declare namespace ActiveDashboardViews$ {
|
|
648
|
+
/** @deprecated use `ActiveDashboardViews$inboundSchema` instead. */
|
|
649
|
+
const inboundSchema: z.ZodType<ActiveDashboardViews, z.ZodTypeDef, unknown>;
|
|
650
|
+
/** @deprecated use `ActiveDashboardViews$outboundSchema` instead. */
|
|
651
|
+
const outboundSchema: z.ZodType<ActiveDashboardViews$Outbound, z.ZodTypeDef, ActiveDashboardViews>;
|
|
652
|
+
/** @deprecated use `ActiveDashboardViews$Outbound` instead. */
|
|
653
|
+
type Outbound = ActiveDashboardViews$Outbound;
|
|
654
|
+
}
|
|
655
|
+
export declare function activeDashboardViewsToJSON(activeDashboardViews: ActiveDashboardViews): string;
|
|
656
|
+
export declare function activeDashboardViewsFromJSON(jsonString: string): SafeParseResult<ActiveDashboardViews, SDKValidationError>;
|
|
657
|
+
/** @internal */
|
|
658
|
+
export declare const ImportFlowGitNamespace$inboundSchema: z.ZodType<ImportFlowGitNamespace, z.ZodTypeDef, unknown>;
|
|
659
|
+
/** @internal */
|
|
660
|
+
export type ImportFlowGitNamespace$Outbound = string | number;
|
|
661
|
+
/** @internal */
|
|
662
|
+
export declare const ImportFlowGitNamespace$outboundSchema: z.ZodType<ImportFlowGitNamespace$Outbound, z.ZodTypeDef, ImportFlowGitNamespace>;
|
|
663
|
+
/**
|
|
664
|
+
* @internal
|
|
665
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
666
|
+
*/
|
|
667
|
+
export declare namespace ImportFlowGitNamespace$ {
|
|
668
|
+
/** @deprecated use `ImportFlowGitNamespace$inboundSchema` instead. */
|
|
669
|
+
const inboundSchema: z.ZodType<ImportFlowGitNamespace, z.ZodTypeDef, unknown>;
|
|
670
|
+
/** @deprecated use `ImportFlowGitNamespace$outboundSchema` instead. */
|
|
671
|
+
const outboundSchema: z.ZodType<ImportFlowGitNamespace$Outbound, z.ZodTypeDef, ImportFlowGitNamespace>;
|
|
672
|
+
/** @deprecated use `ImportFlowGitNamespace$Outbound` instead. */
|
|
673
|
+
type Outbound = ImportFlowGitNamespace$Outbound;
|
|
674
|
+
}
|
|
675
|
+
export declare function importFlowGitNamespaceToJSON(importFlowGitNamespace: ImportFlowGitNamespace): string;
|
|
676
|
+
export declare function importFlowGitNamespaceFromJSON(jsonString: string): SafeParseResult<ImportFlowGitNamespace, SDKValidationError>;
|
|
677
|
+
/** @internal */
|
|
678
|
+
export declare const ImportFlowGitNamespaceId$inboundSchema: z.ZodType<ImportFlowGitNamespaceId, z.ZodTypeDef, unknown>;
|
|
679
|
+
/** @internal */
|
|
680
|
+
export type ImportFlowGitNamespaceId$Outbound = string | number;
|
|
681
|
+
/** @internal */
|
|
682
|
+
export declare const ImportFlowGitNamespaceId$outboundSchema: z.ZodType<ImportFlowGitNamespaceId$Outbound, z.ZodTypeDef, ImportFlowGitNamespaceId>;
|
|
683
|
+
/**
|
|
684
|
+
* @internal
|
|
685
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
686
|
+
*/
|
|
687
|
+
export declare namespace ImportFlowGitNamespaceId$ {
|
|
688
|
+
/** @deprecated use `ImportFlowGitNamespaceId$inboundSchema` instead. */
|
|
689
|
+
const inboundSchema: z.ZodType<ImportFlowGitNamespaceId, z.ZodTypeDef, unknown>;
|
|
690
|
+
/** @deprecated use `ImportFlowGitNamespaceId$outboundSchema` instead. */
|
|
691
|
+
const outboundSchema: z.ZodType<ImportFlowGitNamespaceId$Outbound, z.ZodTypeDef, ImportFlowGitNamespaceId>;
|
|
692
|
+
/** @deprecated use `ImportFlowGitNamespaceId$Outbound` instead. */
|
|
693
|
+
type Outbound = ImportFlowGitNamespaceId$Outbound;
|
|
694
|
+
}
|
|
695
|
+
export declare function importFlowGitNamespaceIdToJSON(importFlowGitNamespaceId: ImportFlowGitNamespaceId): string;
|
|
696
|
+
export declare function importFlowGitNamespaceIdFromJSON(jsonString: string): SafeParseResult<ImportFlowGitNamespaceId, SDKValidationError>;
|
|
697
|
+
/** @internal */
|
|
698
|
+
export declare const ImportFlowGitProvider$inboundSchema: z.ZodNativeEnum<typeof ImportFlowGitProvider>;
|
|
699
|
+
/** @internal */
|
|
700
|
+
export declare const ImportFlowGitProvider$outboundSchema: z.ZodNativeEnum<typeof ImportFlowGitProvider>;
|
|
701
|
+
/**
|
|
702
|
+
* @internal
|
|
703
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
704
|
+
*/
|
|
705
|
+
export declare namespace ImportFlowGitProvider$ {
|
|
706
|
+
/** @deprecated use `ImportFlowGitProvider$inboundSchema` instead. */
|
|
707
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
708
|
+
readonly Github: "github";
|
|
709
|
+
readonly Gitlab: "gitlab";
|
|
710
|
+
readonly Bitbucket: "bitbucket";
|
|
711
|
+
}>;
|
|
712
|
+
/** @deprecated use `ImportFlowGitProvider$outboundSchema` instead. */
|
|
713
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
714
|
+
readonly Github: "github";
|
|
715
|
+
readonly Gitlab: "gitlab";
|
|
716
|
+
readonly Bitbucket: "bitbucket";
|
|
717
|
+
}>;
|
|
718
|
+
}
|
|
719
|
+
/** @internal */
|
|
720
|
+
export declare const GitNamespaceId$inboundSchema: z.ZodType<GitNamespaceId, z.ZodTypeDef, unknown>;
|
|
721
|
+
/** @internal */
|
|
722
|
+
export type GitNamespaceId$Outbound = string | number;
|
|
723
|
+
/** @internal */
|
|
724
|
+
export declare const GitNamespaceId$outboundSchema: z.ZodType<GitNamespaceId$Outbound, z.ZodTypeDef, GitNamespaceId>;
|
|
725
|
+
/**
|
|
726
|
+
* @internal
|
|
727
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
728
|
+
*/
|
|
729
|
+
export declare namespace GitNamespaceId$ {
|
|
730
|
+
/** @deprecated use `GitNamespaceId$inboundSchema` instead. */
|
|
731
|
+
const inboundSchema: z.ZodType<GitNamespaceId, z.ZodTypeDef, unknown>;
|
|
732
|
+
/** @deprecated use `GitNamespaceId$outboundSchema` instead. */
|
|
733
|
+
const outboundSchema: z.ZodType<GitNamespaceId$Outbound, z.ZodTypeDef, GitNamespaceId>;
|
|
734
|
+
/** @deprecated use `GitNamespaceId$Outbound` instead. */
|
|
735
|
+
type Outbound = GitNamespaceId$Outbound;
|
|
736
|
+
}
|
|
737
|
+
export declare function gitNamespaceIdToJSON(gitNamespaceId: GitNamespaceId): string;
|
|
738
|
+
export declare function gitNamespaceIdFromJSON(jsonString: string): SafeParseResult<GitNamespaceId, SDKValidationError>;
|
|
739
|
+
/** @internal */
|
|
740
|
+
export declare const PreferredScopesAndGitNamespaces$inboundSchema: z.ZodType<PreferredScopesAndGitNamespaces, z.ZodTypeDef, unknown>;
|
|
741
|
+
/** @internal */
|
|
742
|
+
export type PreferredScopesAndGitNamespaces$Outbound = {
|
|
743
|
+
scopeId: string;
|
|
744
|
+
gitNamespaceId: string | number | null;
|
|
745
|
+
};
|
|
746
|
+
/** @internal */
|
|
747
|
+
export declare const PreferredScopesAndGitNamespaces$outboundSchema: z.ZodType<PreferredScopesAndGitNamespaces$Outbound, z.ZodTypeDef, PreferredScopesAndGitNamespaces>;
|
|
748
|
+
/**
|
|
749
|
+
* @internal
|
|
750
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
751
|
+
*/
|
|
752
|
+
export declare namespace PreferredScopesAndGitNamespaces$ {
|
|
753
|
+
/** @deprecated use `PreferredScopesAndGitNamespaces$inboundSchema` instead. */
|
|
754
|
+
const inboundSchema: z.ZodType<PreferredScopesAndGitNamespaces, z.ZodTypeDef, unknown>;
|
|
755
|
+
/** @deprecated use `PreferredScopesAndGitNamespaces$outboundSchema` instead. */
|
|
756
|
+
const outboundSchema: z.ZodType<PreferredScopesAndGitNamespaces$Outbound, z.ZodTypeDef, PreferredScopesAndGitNamespaces>;
|
|
757
|
+
/** @deprecated use `PreferredScopesAndGitNamespaces$Outbound` instead. */
|
|
758
|
+
type Outbound = PreferredScopesAndGitNamespaces$Outbound;
|
|
759
|
+
}
|
|
760
|
+
export declare function preferredScopesAndGitNamespacesToJSON(preferredScopesAndGitNamespaces: PreferredScopesAndGitNamespaces): string;
|
|
761
|
+
export declare function preferredScopesAndGitNamespacesFromJSON(jsonString: string): SafeParseResult<PreferredScopesAndGitNamespaces, SDKValidationError>;
|
|
762
|
+
/** @internal */
|
|
763
|
+
export declare const Dismissals$inboundSchema: z.ZodType<Dismissals, z.ZodTypeDef, unknown>;
|
|
764
|
+
/** @internal */
|
|
765
|
+
export type Dismissals$Outbound = {
|
|
766
|
+
scopeId: string;
|
|
767
|
+
createdAt: number;
|
|
768
|
+
};
|
|
769
|
+
/** @internal */
|
|
770
|
+
export declare const Dismissals$outboundSchema: z.ZodType<Dismissals$Outbound, z.ZodTypeDef, Dismissals>;
|
|
771
|
+
/**
|
|
772
|
+
* @internal
|
|
773
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
774
|
+
*/
|
|
775
|
+
export declare namespace Dismissals$ {
|
|
776
|
+
/** @deprecated use `Dismissals$inboundSchema` instead. */
|
|
777
|
+
const inboundSchema: z.ZodType<Dismissals, z.ZodTypeDef, unknown>;
|
|
778
|
+
/** @deprecated use `Dismissals$outboundSchema` instead. */
|
|
779
|
+
const outboundSchema: z.ZodType<Dismissals$Outbound, z.ZodTypeDef, Dismissals>;
|
|
780
|
+
/** @deprecated use `Dismissals$Outbound` instead. */
|
|
781
|
+
type Outbound = Dismissals$Outbound;
|
|
782
|
+
}
|
|
783
|
+
export declare function dismissalsToJSON(dismissals: Dismissals): string;
|
|
784
|
+
export declare function dismissalsFromJSON(jsonString: string): SafeParseResult<Dismissals, SDKValidationError>;
|
|
785
|
+
/** @internal */
|
|
786
|
+
export declare const DismissedToasts$inboundSchema: z.ZodType<DismissedToasts, z.ZodTypeDef, unknown>;
|
|
787
|
+
/** @internal */
|
|
788
|
+
export type DismissedToasts$Outbound = {
|
|
789
|
+
name: string;
|
|
790
|
+
dismissals: Array<Dismissals$Outbound>;
|
|
791
|
+
};
|
|
792
|
+
/** @internal */
|
|
793
|
+
export declare const DismissedToasts$outboundSchema: z.ZodType<DismissedToasts$Outbound, z.ZodTypeDef, DismissedToasts>;
|
|
794
|
+
/**
|
|
795
|
+
* @internal
|
|
796
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
797
|
+
*/
|
|
798
|
+
export declare namespace DismissedToasts$ {
|
|
799
|
+
/** @deprecated use `DismissedToasts$inboundSchema` instead. */
|
|
800
|
+
const inboundSchema: z.ZodType<DismissedToasts, z.ZodTypeDef, unknown>;
|
|
801
|
+
/** @deprecated use `DismissedToasts$outboundSchema` instead. */
|
|
802
|
+
const outboundSchema: z.ZodType<DismissedToasts$Outbound, z.ZodTypeDef, DismissedToasts>;
|
|
803
|
+
/** @deprecated use `DismissedToasts$Outbound` instead. */
|
|
804
|
+
type Outbound = DismissedToasts$Outbound;
|
|
805
|
+
}
|
|
806
|
+
export declare function dismissedToastsToJSON(dismissedToasts: DismissedToasts): string;
|
|
807
|
+
export declare function dismissedToastsFromJSON(jsonString: string): SafeParseResult<DismissedToasts, SDKValidationError>;
|
|
808
|
+
/** @internal */
|
|
809
|
+
export declare const Two$inboundSchema: z.ZodType<Two, z.ZodTypeDef, unknown>;
|
|
810
|
+
/** @internal */
|
|
811
|
+
export type Two$Outbound = {
|
|
812
|
+
spaceId: string;
|
|
813
|
+
scopeSlug: string;
|
|
814
|
+
scopeId: string;
|
|
815
|
+
};
|
|
816
|
+
/** @internal */
|
|
817
|
+
export declare const Two$outboundSchema: z.ZodType<Two$Outbound, z.ZodTypeDef, Two>;
|
|
818
|
+
/**
|
|
819
|
+
* @internal
|
|
820
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
821
|
+
*/
|
|
822
|
+
export declare namespace Two$ {
|
|
823
|
+
/** @deprecated use `Two$inboundSchema` instead. */
|
|
824
|
+
const inboundSchema: z.ZodType<Two, z.ZodTypeDef, unknown>;
|
|
825
|
+
/** @deprecated use `Two$outboundSchema` instead. */
|
|
826
|
+
const outboundSchema: z.ZodType<Two$Outbound, z.ZodTypeDef, Two>;
|
|
827
|
+
/** @deprecated use `Two$Outbound` instead. */
|
|
828
|
+
type Outbound = Two$Outbound;
|
|
829
|
+
}
|
|
830
|
+
export declare function twoToJSON(two: Two): string;
|
|
831
|
+
export declare function twoFromJSON(jsonString: string): SafeParseResult<Two, SDKValidationError>;
|
|
832
|
+
/** @internal */
|
|
833
|
+
export declare const One$inboundSchema: z.ZodType<One, z.ZodTypeDef, unknown>;
|
|
834
|
+
/** @internal */
|
|
835
|
+
export type One$Outbound = {
|
|
836
|
+
projectId: string;
|
|
837
|
+
scopeSlug: string;
|
|
838
|
+
scopeId: string;
|
|
839
|
+
};
|
|
840
|
+
/** @internal */
|
|
841
|
+
export declare const One$outboundSchema: z.ZodType<One$Outbound, z.ZodTypeDef, One>;
|
|
842
|
+
/**
|
|
843
|
+
* @internal
|
|
844
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
845
|
+
*/
|
|
846
|
+
export declare namespace One$ {
|
|
847
|
+
/** @deprecated use `One$inboundSchema` instead. */
|
|
848
|
+
const inboundSchema: z.ZodType<One, z.ZodTypeDef, unknown>;
|
|
849
|
+
/** @deprecated use `One$outboundSchema` instead. */
|
|
850
|
+
const outboundSchema: z.ZodType<One$Outbound, z.ZodTypeDef, One>;
|
|
851
|
+
/** @deprecated use `One$Outbound` instead. */
|
|
852
|
+
type Outbound = One$Outbound;
|
|
853
|
+
}
|
|
854
|
+
export declare function oneToJSON(one: One): string;
|
|
855
|
+
export declare function oneFromJSON(jsonString: string): SafeParseResult<One, SDKValidationError>;
|
|
856
|
+
/** @internal */
|
|
857
|
+
export declare const FavoriteProjectsAndSpaces$inboundSchema: z.ZodType<FavoriteProjectsAndSpaces, z.ZodTypeDef, unknown>;
|
|
858
|
+
/** @internal */
|
|
859
|
+
export type FavoriteProjectsAndSpaces$Outbound = One$Outbound | Two$Outbound;
|
|
860
|
+
/** @internal */
|
|
861
|
+
export declare const FavoriteProjectsAndSpaces$outboundSchema: z.ZodType<FavoriteProjectsAndSpaces$Outbound, z.ZodTypeDef, FavoriteProjectsAndSpaces>;
|
|
862
|
+
/**
|
|
863
|
+
* @internal
|
|
864
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
865
|
+
*/
|
|
866
|
+
export declare namespace FavoriteProjectsAndSpaces$ {
|
|
867
|
+
/** @deprecated use `FavoriteProjectsAndSpaces$inboundSchema` instead. */
|
|
868
|
+
const inboundSchema: z.ZodType<FavoriteProjectsAndSpaces, z.ZodTypeDef, unknown>;
|
|
869
|
+
/** @deprecated use `FavoriteProjectsAndSpaces$outboundSchema` instead. */
|
|
870
|
+
const outboundSchema: z.ZodType<FavoriteProjectsAndSpaces$Outbound, z.ZodTypeDef, FavoriteProjectsAndSpaces>;
|
|
871
|
+
/** @deprecated use `FavoriteProjectsAndSpaces$Outbound` instead. */
|
|
872
|
+
type Outbound = FavoriteProjectsAndSpaces$Outbound;
|
|
873
|
+
}
|
|
874
|
+
export declare function favoriteProjectsAndSpacesToJSON(favoriteProjectsAndSpaces: FavoriteProjectsAndSpaces): string;
|
|
875
|
+
export declare function favoriteProjectsAndSpacesFromJSON(jsonString: string): SafeParseResult<FavoriteProjectsAndSpaces, SDKValidationError>;
|
|
876
|
+
/** @internal */
|
|
877
|
+
export declare const RemoteCaching$inboundSchema: z.ZodType<RemoteCaching, z.ZodTypeDef, unknown>;
|
|
878
|
+
/** @internal */
|
|
879
|
+
export type RemoteCaching$Outbound = {
|
|
880
|
+
enabled?: boolean | undefined;
|
|
881
|
+
};
|
|
882
|
+
/** @internal */
|
|
883
|
+
export declare const RemoteCaching$outboundSchema: z.ZodType<RemoteCaching$Outbound, z.ZodTypeDef, RemoteCaching>;
|
|
884
|
+
/**
|
|
885
|
+
* @internal
|
|
886
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
887
|
+
*/
|
|
888
|
+
export declare namespace RemoteCaching$ {
|
|
889
|
+
/** @deprecated use `RemoteCaching$inboundSchema` instead. */
|
|
890
|
+
const inboundSchema: z.ZodType<RemoteCaching, z.ZodTypeDef, unknown>;
|
|
891
|
+
/** @deprecated use `RemoteCaching$outboundSchema` instead. */
|
|
892
|
+
const outboundSchema: z.ZodType<RemoteCaching$Outbound, z.ZodTypeDef, RemoteCaching>;
|
|
893
|
+
/** @deprecated use `RemoteCaching$Outbound` instead. */
|
|
894
|
+
type Outbound = RemoteCaching$Outbound;
|
|
895
|
+
}
|
|
896
|
+
export declare function remoteCachingToJSON(remoteCaching: RemoteCaching): string;
|
|
897
|
+
export declare function remoteCachingFromJSON(jsonString: string): SafeParseResult<RemoteCaching, SDKValidationError>;
|
|
898
|
+
/** @internal */
|
|
899
|
+
export declare const DataCache$inboundSchema: z.ZodType<DataCache, z.ZodTypeDef, unknown>;
|
|
900
|
+
/** @internal */
|
|
901
|
+
export type DataCache$Outbound = {
|
|
902
|
+
excessBillingEnabled?: boolean | undefined;
|
|
903
|
+
};
|
|
904
|
+
/** @internal */
|
|
905
|
+
export declare const DataCache$outboundSchema: z.ZodType<DataCache$Outbound, z.ZodTypeDef, DataCache>;
|
|
906
|
+
/**
|
|
907
|
+
* @internal
|
|
908
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
909
|
+
*/
|
|
910
|
+
export declare namespace DataCache$ {
|
|
911
|
+
/** @deprecated use `DataCache$inboundSchema` instead. */
|
|
912
|
+
const inboundSchema: z.ZodType<DataCache, z.ZodTypeDef, unknown>;
|
|
913
|
+
/** @deprecated use `DataCache$outboundSchema` instead. */
|
|
914
|
+
const outboundSchema: z.ZodType<DataCache$Outbound, z.ZodTypeDef, DataCache>;
|
|
915
|
+
/** @deprecated use `DataCache$Outbound` instead. */
|
|
916
|
+
type Outbound = DataCache$Outbound;
|
|
917
|
+
}
|
|
918
|
+
export declare function dataCacheToJSON(dataCache: DataCache): string;
|
|
919
|
+
export declare function dataCacheFromJSON(jsonString: string): SafeParseResult<DataCache, SDKValidationError>;
|
|
920
|
+
/** @internal */
|
|
921
|
+
export declare const WebAnalytics$inboundSchema: z.ZodType<WebAnalytics, z.ZodTypeDef, unknown>;
|
|
922
|
+
/** @internal */
|
|
923
|
+
export type WebAnalytics$Outbound = {
|
|
924
|
+
blockedFrom?: number | undefined;
|
|
925
|
+
blockedUntil?: number | undefined;
|
|
926
|
+
isCurrentlyBlocked: boolean;
|
|
927
|
+
};
|
|
928
|
+
/** @internal */
|
|
929
|
+
export declare const WebAnalytics$outboundSchema: z.ZodType<WebAnalytics$Outbound, z.ZodTypeDef, WebAnalytics>;
|
|
930
|
+
/**
|
|
931
|
+
* @internal
|
|
932
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
933
|
+
*/
|
|
934
|
+
export declare namespace WebAnalytics$ {
|
|
935
|
+
/** @deprecated use `WebAnalytics$inboundSchema` instead. */
|
|
936
|
+
const inboundSchema: z.ZodType<WebAnalytics, z.ZodTypeDef, unknown>;
|
|
937
|
+
/** @deprecated use `WebAnalytics$outboundSchema` instead. */
|
|
938
|
+
const outboundSchema: z.ZodType<WebAnalytics$Outbound, z.ZodTypeDef, WebAnalytics>;
|
|
939
|
+
/** @deprecated use `WebAnalytics$Outbound` instead. */
|
|
940
|
+
type Outbound = WebAnalytics$Outbound;
|
|
941
|
+
}
|
|
942
|
+
export declare function webAnalyticsToJSON(webAnalytics: WebAnalytics): string;
|
|
943
|
+
export declare function webAnalyticsFromJSON(jsonString: string): SafeParseResult<WebAnalytics, SDKValidationError>;
|
|
944
|
+
/** @internal */
|
|
945
|
+
export declare const FeatureBlocks$inboundSchema: z.ZodType<FeatureBlocks, z.ZodTypeDef, unknown>;
|
|
946
|
+
/** @internal */
|
|
947
|
+
export type FeatureBlocks$Outbound = {
|
|
948
|
+
webAnalytics?: WebAnalytics$Outbound | undefined;
|
|
949
|
+
};
|
|
950
|
+
/** @internal */
|
|
951
|
+
export declare const FeatureBlocks$outboundSchema: z.ZodType<FeatureBlocks$Outbound, z.ZodTypeDef, FeatureBlocks>;
|
|
952
|
+
/**
|
|
953
|
+
* @internal
|
|
954
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
955
|
+
*/
|
|
956
|
+
export declare namespace FeatureBlocks$ {
|
|
957
|
+
/** @deprecated use `FeatureBlocks$inboundSchema` instead. */
|
|
958
|
+
const inboundSchema: z.ZodType<FeatureBlocks, z.ZodTypeDef, unknown>;
|
|
959
|
+
/** @deprecated use `FeatureBlocks$outboundSchema` instead. */
|
|
960
|
+
const outboundSchema: z.ZodType<FeatureBlocks$Outbound, z.ZodTypeDef, FeatureBlocks>;
|
|
961
|
+
/** @deprecated use `FeatureBlocks$Outbound` instead. */
|
|
962
|
+
type Outbound = FeatureBlocks$Outbound;
|
|
963
|
+
}
|
|
964
|
+
export declare function featureBlocksToJSON(featureBlocks: FeatureBlocks): string;
|
|
965
|
+
export declare function featureBlocksFromJSON(jsonString: string): SafeParseResult<FeatureBlocks, SDKValidationError>;
|
|
966
|
+
/** @internal */
|
|
967
|
+
export declare const NorthstarMigration$inboundSchema: z.ZodType<NorthstarMigration, z.ZodTypeDef, unknown>;
|
|
968
|
+
/** @internal */
|
|
969
|
+
export type NorthstarMigration$Outbound = {
|
|
970
|
+
teamId: string;
|
|
971
|
+
projects: number;
|
|
972
|
+
stores: number;
|
|
973
|
+
integrationConfigurations: number;
|
|
974
|
+
integrationClients: number;
|
|
975
|
+
startTime: number;
|
|
976
|
+
endTime: number;
|
|
977
|
+
};
|
|
978
|
+
/** @internal */
|
|
979
|
+
export declare const NorthstarMigration$outboundSchema: z.ZodType<NorthstarMigration$Outbound, z.ZodTypeDef, NorthstarMigration>;
|
|
980
|
+
/**
|
|
981
|
+
* @internal
|
|
982
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
983
|
+
*/
|
|
984
|
+
export declare namespace NorthstarMigration$ {
|
|
985
|
+
/** @deprecated use `NorthstarMigration$inboundSchema` instead. */
|
|
986
|
+
const inboundSchema: z.ZodType<NorthstarMigration, z.ZodTypeDef, unknown>;
|
|
987
|
+
/** @deprecated use `NorthstarMigration$outboundSchema` instead. */
|
|
988
|
+
const outboundSchema: z.ZodType<NorthstarMigration$Outbound, z.ZodTypeDef, NorthstarMigration>;
|
|
989
|
+
/** @deprecated use `NorthstarMigration$Outbound` instead. */
|
|
990
|
+
type Outbound = NorthstarMigration$Outbound;
|
|
991
|
+
}
|
|
992
|
+
export declare function northstarMigrationToJSON(northstarMigration: NorthstarMigration): string;
|
|
993
|
+
export declare function northstarMigrationFromJSON(jsonString: string): SafeParseResult<NorthstarMigration, SDKValidationError>;
|
|
994
|
+
/** @internal */
|
|
995
|
+
export declare const Version$inboundSchema: z.ZodNativeEnum<typeof Version>;
|
|
996
|
+
/** @internal */
|
|
997
|
+
export declare const Version$outboundSchema: z.ZodNativeEnum<typeof Version>;
|
|
998
|
+
/**
|
|
999
|
+
* @internal
|
|
1000
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1001
|
+
*/
|
|
1002
|
+
export declare namespace Version$ {
|
|
1003
|
+
/** @deprecated use `Version$inboundSchema` instead. */
|
|
1004
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1005
|
+
readonly Northstar: "northstar";
|
|
1006
|
+
}>;
|
|
1007
|
+
/** @deprecated use `Version$outboundSchema` instead. */
|
|
1008
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1009
|
+
readonly Northstar: "northstar";
|
|
1010
|
+
}>;
|
|
1011
|
+
}
|
|
1012
|
+
/** @internal */
|
|
1013
|
+
export declare const AuthUser$inboundSchema: z.ZodType<AuthUser, z.ZodTypeDef, unknown>;
|
|
1014
|
+
/** @internal */
|
|
1015
|
+
export type AuthUser$Outbound = {
|
|
1016
|
+
createdAt: number;
|
|
1017
|
+
softBlock: SoftBlock$Outbound | null;
|
|
1018
|
+
billing: Billing$Outbound | null;
|
|
1019
|
+
resourceConfig: ResourceConfig$Outbound;
|
|
1020
|
+
stagingPrefix: string;
|
|
1021
|
+
activeDashboardViews?: Array<ActiveDashboardViews$Outbound> | undefined;
|
|
1022
|
+
importFlowGitNamespace?: string | number | null | undefined;
|
|
1023
|
+
importFlowGitNamespaceId?: string | number | null | undefined;
|
|
1024
|
+
importFlowGitProvider?: string | undefined;
|
|
1025
|
+
preferredScopesAndGitNamespaces?: Array<PreferredScopesAndGitNamespaces$Outbound> | undefined;
|
|
1026
|
+
dismissedToasts?: Array<DismissedToasts$Outbound> | undefined;
|
|
1027
|
+
favoriteProjectsAndSpaces?: Array<One$Outbound | Two$Outbound> | undefined;
|
|
1028
|
+
hasTrialAvailable: boolean;
|
|
1029
|
+
remoteCaching?: RemoteCaching$Outbound | undefined;
|
|
1030
|
+
dataCache?: DataCache$Outbound | undefined;
|
|
1031
|
+
featureBlocks?: FeatureBlocks$Outbound | undefined;
|
|
1032
|
+
northstarMigration?: NorthstarMigration$Outbound | undefined;
|
|
1033
|
+
id: string;
|
|
1034
|
+
email: string;
|
|
1035
|
+
name: string | null;
|
|
1036
|
+
username: string;
|
|
1037
|
+
avatar: string | null;
|
|
1038
|
+
defaultTeamId: string | null;
|
|
1039
|
+
version: string | null;
|
|
1040
|
+
};
|
|
1041
|
+
/** @internal */
|
|
1042
|
+
export declare const AuthUser$outboundSchema: z.ZodType<AuthUser$Outbound, z.ZodTypeDef, AuthUser>;
|
|
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 declare namespace AuthUser$ {
|
|
1048
|
+
/** @deprecated use `AuthUser$inboundSchema` instead. */
|
|
1049
|
+
const inboundSchema: z.ZodType<AuthUser, z.ZodTypeDef, unknown>;
|
|
1050
|
+
/** @deprecated use `AuthUser$outboundSchema` instead. */
|
|
1051
|
+
const outboundSchema: z.ZodType<AuthUser$Outbound, z.ZodTypeDef, AuthUser>;
|
|
1052
|
+
/** @deprecated use `AuthUser$Outbound` instead. */
|
|
1053
|
+
type Outbound = AuthUser$Outbound;
|
|
1054
|
+
}
|
|
1055
|
+
export declare function authUserToJSON(authUser: AuthUser): string;
|
|
1056
|
+
export declare function authUserFromJSON(jsonString: string): SafeParseResult<AuthUser, SDKValidationError>;
|
|
1057
|
+
//# sourceMappingURL=authuser.d.ts.map
|