@vercel/sdk 14.0.0-canary.4 → 14.0.0-canary.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +202 -0
- package/README.md +91 -62
- package/docs/sdks/secrets/README.md +0 -81
- package/docs/sdks/vercel/README.md +1 -206
- package/esm/core.d.ts.map +1 -0
- package/esm/core.js.map +1 -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/accessGroupsDeleteAccessGroup.d.ts.map +1 -0
- package/esm/funcs/accessGroupsDeleteAccessGroup.js +80 -0
- package/esm/funcs/accessGroupsDeleteAccessGroup.js.map +1 -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.map +1 -0
- package/esm/funcs/accessGroupsListAccessGroupProjects.js +81 -0
- package/esm/funcs/accessGroupsListAccessGroupProjects.js.map +1 -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.map +1 -0
- package/esm/funcs/accessGroupsReadAccessGroup.js +79 -0
- package/esm/funcs/accessGroupsReadAccessGroup.js.map +1 -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/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.map +1 -0
- package/esm/funcs/aliasesDeleteAlias.js +79 -0
- package/esm/funcs/aliasesDeleteAlias.js.map +1 -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.map +1 -0
- package/esm/funcs/aliasesListAliases.js +80 -0
- package/esm/funcs/aliasesListAliases.js.map +1 -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.map +1 -0
- package/esm/funcs/artifactsArtifactExists.js +80 -0
- package/esm/funcs/artifactsArtifactExists.js.map +1 -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.map +1 -0
- package/esm/funcs/artifactsDownloadArtifact.js +84 -0
- package/esm/funcs/artifactsDownloadArtifact.js.map +1 -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.map +1 -0
- package/esm/funcs/artifactsStatus.js +73 -0
- package/esm/funcs/artifactsStatus.js.map +1 -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.map +1 -0
- package/esm/funcs/authenticationCreateAuthToken.js +74 -0
- package/esm/funcs/authenticationCreateAuthToken.js.map +1 -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/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.map +1 -0
- package/esm/funcs/authenticationListAuthTokens.js +59 -0
- package/esm/funcs/authenticationListAuthTokens.js.map +1 -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.map +1 -0
- package/esm/funcs/certsIssueCert.js +74 -0
- package/esm/funcs/certsIssueCert.js.map +1 -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.map +1 -0
- package/esm/funcs/certsUploadCert.js +74 -0
- package/esm/funcs/certsUploadCert.js.map +1 -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.map +1 -0
- package/esm/funcs/checksGetAllChecks.js +79 -0
- package/esm/funcs/checksGetAllChecks.js.map +1 -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.map +1 -0
- package/esm/funcs/checksRerequestCheck.js +83 -0
- package/esm/funcs/checksRerequestCheck.js.map +1 -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.map +1 -0
- package/esm/funcs/deploymentsCancelDeployment.js +79 -0
- package/esm/funcs/deploymentsCancelDeployment.js.map +1 -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.map +1 -0
- package/esm/funcs/deploymentsDeleteDeployment.js +80 -0
- package/esm/funcs/deploymentsDeleteDeployment.js.map +1 -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.map +1 -0
- package/esm/funcs/deploymentsGetDeploymentEvents.js +89 -0
- package/esm/funcs/deploymentsGetDeploymentEvents.js.map +1 -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.map +1 -0
- package/esm/funcs/deploymentsGetDeployments.js +84 -0
- package/esm/funcs/deploymentsGetDeployments.js.map +1 -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.map +1 -0
- package/esm/funcs/deploymentsUploadFile.js +83 -0
- package/esm/funcs/deploymentsUploadFile.js.map +1 -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.map +1 -0
- package/esm/funcs/dnsGetRecords.js +82 -0
- package/esm/funcs/dnsGetRecords.js.map +1 -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.map +1 -0
- package/esm/funcs/dnsUpdateRecord.js +80 -0
- package/esm/funcs/dnsUpdateRecord.js.map +1 -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.map +1 -0
- package/esm/funcs/domainsCheckDomainPrice.js +75 -0
- package/esm/funcs/domainsCheckDomainPrice.js.map +1 -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.map +1 -0
- package/esm/funcs/domainsCreateOrTransferDomain.js +74 -0
- package/esm/funcs/domainsCreateOrTransferDomain.js.map +1 -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.map +1 -0
- package/esm/funcs/domainsGetDomain.js +79 -0
- package/esm/funcs/domainsGetDomain.js.map +1 -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.map +1 -0
- package/esm/funcs/domainsGetDomainTransfer.js +79 -0
- package/esm/funcs/domainsGetDomainTransfer.js.map +1 -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.map +1 -0
- package/esm/funcs/domainsPatchDomain.js +80 -0
- package/esm/funcs/domainsPatchDomain.js.map +1 -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.map +1 -0
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.js +80 -0
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +1 -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.map +1 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +80 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +1 -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.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfig.js +79 -0
- package/esm/funcs/edgeConfigGetEdgeConfig.js.map +1 -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.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.js +82 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.js.map +1 -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.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItems.js +80 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +1 -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.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigToken.js +84 -0
- package/esm/funcs/edgeConfigGetEdgeConfigToken.js.map +1 -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.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigs.js +74 -0
- package/esm/funcs/edgeConfigGetEdgeConfigs.js.map +1 -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.map +1 -0
- package/esm/funcs/edgeConfigUpdateEdgeConfig.js +80 -0
- package/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +1 -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.map +1 -0
- package/esm/funcs/integrationsGetConfiguration.js +79 -0
- package/esm/funcs/integrationsGetConfiguration.js.map +1 -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.map +1 -0
- package/esm/funcs/integrationsGitNamespaces.js +74 -0
- package/esm/funcs/integrationsGitNamespaces.js.map +1 -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.map +1 -0
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +74 -0
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +1 -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.map +1 -0
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +80 -0
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +1 -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.map +1 -0
- package/esm/funcs/logDrainsGetAllLogDrains.js +75 -0
- package/esm/funcs/logDrainsGetAllLogDrains.js.map +1 -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.map +1 -0
- package/esm/funcs/logDrainsGetIntegrationLogDrains.js +74 -0
- package/esm/funcs/logDrainsGetIntegrationLogDrains.js.map +1 -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.map +1 -0
- package/esm/funcs/projectMembersGetProjectMembers.js +83 -0
- package/esm/funcs/projectMembersGetProjectMembers.js.map +1 -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.map +1 -0
- package/esm/funcs/projectsAddProjectDomain.js +80 -0
- package/esm/funcs/projectsAddProjectDomain.js.map +1 -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.map +1 -0
- package/esm/funcs/projectsCreateProjectEnv.js +81 -0
- package/esm/funcs/projectsCreateProjectEnv.js.map +1 -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.map +1 -0
- package/esm/funcs/projectsEditProjectEnv.js +84 -0
- package/esm/funcs/projectsEditProjectEnv.js.map +1 -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.map +1 -0
- package/esm/funcs/projectsGetProjectDomain.js +83 -0
- package/esm/funcs/projectsGetProjectDomain.js.map +1 -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.map +1 -0
- package/esm/funcs/projectsGetProjects.js +84 -0
- package/esm/funcs/projectsGetProjects.js.map +1 -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/projectsPauseProject.d.ts.map +1 -0
- package/esm/funcs/projectsPauseProject.js +79 -0
- package/esm/funcs/projectsPauseProject.js.map +1 -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.map +1 -0
- package/esm/funcs/projectsRemoveProjectEnv.js +83 -0
- package/esm/funcs/projectsRemoveProjectEnv.js.map +1 -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/projectsUnpauseProject.d.ts.map +1 -0
- package/esm/funcs/projectsUnpauseProject.js +79 -0
- package/esm/funcs/projectsUnpauseProject.js.map +1 -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.map +1 -0
- package/esm/funcs/projectsUpdateProjectDataCache.js +80 -0
- package/esm/funcs/projectsUpdateProjectDataCache.js.map +1 -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.map +1 -0
- package/esm/funcs/projectsUpdateProjectProtectionBypass.js +80 -0
- package/esm/funcs/projectsUpdateProjectProtectionBypass.js.map +1 -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/secretsCreateSecret.d.ts.map +1 -0
- package/esm/funcs/secretsCreateSecret.js +74 -0
- package/esm/funcs/secretsCreateSecret.js.map +1 -0
- package/esm/funcs/secretsDeleteSecret.d.ts.map +1 -0
- package/esm/funcs/secretsDeleteSecret.js +79 -0
- package/esm/funcs/secretsDeleteSecret.js.map +1 -0
- package/esm/funcs/secretsGetSecret.d.ts.map +1 -0
- package/esm/funcs/secretsGetSecret.js +80 -0
- package/esm/funcs/secretsGetSecret.js.map +1 -0
- package/esm/funcs/secretsRenameSecret.d.ts.map +1 -0
- package/esm/funcs/secretsRenameSecret.js +80 -0
- package/esm/funcs/secretsRenameSecret.js.map +1 -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.map +1 -0
- package/esm/funcs/securityPutFirewallConfig.js +75 -0
- package/esm/funcs/securityPutFirewallConfig.js.map +1 -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.map +1 -0
- package/esm/funcs/securityUpdateFirewallConfig.js +75 -0
- package/esm/funcs/securityUpdateFirewallConfig.js.map +1 -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.map +1 -0
- package/esm/funcs/teamsDeleteTeam.js +80 -0
- package/esm/funcs/teamsDeleteTeam.js.map +1 -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.map +1 -0
- package/esm/funcs/teamsGetTeam.js +79 -0
- package/esm/funcs/teamsGetTeam.js.map +1 -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.map +1 -0
- package/esm/funcs/teamsGetTeamMembers.js +84 -0
- package/esm/funcs/teamsGetTeamMembers.js.map +1 -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.map +1 -0
- package/esm/funcs/teamsInviteUserToTeam.js +75 -0
- package/esm/funcs/teamsInviteUserToTeam.js.map +1 -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.map +1 -0
- package/esm/funcs/teamsPatchTeam.js +80 -0
- package/esm/funcs/teamsPatchTeam.js.map +1 -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.map +1 -0
- package/esm/funcs/teamsRequestAccessToTeam.js +75 -0
- package/esm/funcs/teamsRequestAccessToTeam.js.map +1 -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.map +1 -0
- package/esm/funcs/userGetAuthUser.js +59 -0
- package/esm/funcs/userGetAuthUser.js.map +1 -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.map +1 -0
- package/esm/funcs/userRequestDelete.js +71 -0
- package/esm/funcs/userRequestDelete.js.map +1 -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.map +1 -0
- package/esm/funcs/webhooksDeleteWebhook.js +80 -0
- package/esm/funcs/webhooksDeleteWebhook.js.map +1 -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.map +1 -0
- package/esm/funcs/webhooksGetWebhooks.js +74 -0
- package/esm/funcs/webhooksGetWebhooks.js.map +1 -0
- package/esm/hooks/hooks.d.ts.map +1 -0
- package/esm/hooks/hooks.js.map +1 -0
- package/esm/hooks/registration.d.ts.map +1 -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.map +1 -0
- package/esm/index.d.ts.map +1 -0
- package/esm/index.js.map +1 -0
- package/esm/lib/base64.d.ts.map +1 -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.map +1 -0
- package/esm/lib/dlv.js.map +1 -0
- package/esm/lib/encodings.d.ts.map +1 -0
- package/esm/lib/encodings.js.map +1 -0
- package/esm/lib/files.d.ts.map +1 -0
- package/esm/lib/files.js.map +1 -0
- package/esm/lib/http.d.ts.map +1 -0
- package/esm/lib/http.js.map +1 -0
- package/esm/lib/is-plain-object.d.ts.map +1 -0
- package/esm/lib/is-plain-object.js.map +1 -0
- package/esm/lib/logger.d.ts.map +1 -0
- package/esm/lib/logger.js.map +1 -0
- package/esm/lib/matchers.d.ts.map +1 -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.map +1 -0
- package/esm/lib/retries.js.map +1 -0
- package/esm/lib/schemas.d.ts.map +1 -0
- package/esm/lib/schemas.js.map +1 -0
- package/esm/lib/sdks.d.ts.map +1 -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.map +1 -0
- package/esm/lib/url.js.map +1 -0
- package/esm/models/components/aclaction.d.ts.map +1 -0
- package/esm/models/components/aclaction.js.map +1 -0
- package/esm/models/components/authtoken.d.ts +288 -0
- package/esm/models/components/authtoken.d.ts.map +1 -0
- package/esm/models/components/authtoken.js +207 -0
- package/esm/models/components/authtoken.js.map +1 -0
- package/esm/models/components/authuser.d.ts.map +1 -0
- package/esm/models/components/authuser.js.map +1 -0
- package/esm/models/components/authuserlimited.d.ts.map +1 -0
- package/esm/models/components/authuserlimited.js.map +1 -0
- package/esm/models/components/edgeconfigitem.d.ts.map +1 -0
- package/esm/models/components/edgeconfigitem.js.map +1 -0
- package/esm/models/components/edgeconfigitemvalue.d.ts.map +1 -0
- package/esm/models/components/edgeconfigitemvalue.js.map +1 -0
- package/esm/models/components/edgeconfigtoken.d.ts.map +1 -0
- package/esm/models/components/edgeconfigtoken.js.map +1 -0
- package/esm/models/components/filetree.d.ts.map +1 -0
- package/esm/models/components/filetree.js.map +1 -0
- package/esm/models/components/flagjsonvalue.d.ts.map +1 -0
- package/esm/models/components/flagjsonvalue.js.map +1 -0
- package/esm/models/components/pagination.d.ts.map +1 -0
- package/esm/models/components/pagination.js.map +1 -0
- package/esm/models/components/security.d.ts +25 -0
- package/esm/models/components/security.d.ts.map +1 -0
- package/esm/models/components/security.js +24 -0
- package/esm/models/components/security.js.map +1 -0
- package/esm/models/components/teamlimited.d.ts.map +1 -0
- package/esm/models/components/teamlimited.js.map +1 -0
- package/esm/models/components/userevent.d.ts +24 -0
- package/esm/models/components/userevent.d.ts.map +1 -0
- package/esm/models/components/userevent.js +20 -0
- package/esm/models/components/userevent.js.map +1 -0
- package/esm/models/errors/httpclienterrors.d.ts.map +1 -0
- package/esm/models/errors/httpclienterrors.js.map +1 -0
- package/esm/models/errors/sdkerror.d.ts.map +1 -0
- package/esm/models/errors/sdkerror.js.map +1 -0
- package/esm/models/errors/sdkvalidationerror.d.ts.map +1 -0
- package/esm/models/errors/sdkvalidationerror.js.map +1 -0
- package/esm/models/operations/addprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/addprojectdomain.js.map +1 -0
- package/esm/models/operations/addprojectmember.d.ts.map +1 -0
- package/esm/models/operations/addprojectmember.js.map +1 -0
- package/esm/models/operations/artifactexists.d.ts.map +1 -0
- package/esm/models/operations/artifactexists.js.map +1 -0
- package/esm/models/operations/artifactquery.d.ts.map +1 -0
- package/esm/models/operations/artifactquery.js.map +1 -0
- package/esm/models/operations/assignalias.d.ts.map +1 -0
- package/esm/models/operations/assignalias.js.map +1 -0
- package/esm/models/operations/buydomain.d.ts.map +1 -0
- package/esm/models/operations/buydomain.js.map +1 -0
- package/esm/models/operations/canceldeployment.d.ts +2677 -0
- package/esm/models/operations/canceldeployment.d.ts.map +1 -0
- package/esm/models/operations/canceldeployment.js +2239 -0
- package/esm/models/operations/canceldeployment.js.map +1 -0
- package/esm/models/operations/checkdomainprice.d.ts +103 -0
- package/esm/models/operations/checkdomainprice.d.ts.map +1 -0
- package/esm/models/operations/checkdomainprice.js +69 -0
- package/esm/models/operations/checkdomainprice.js.map +1 -0
- package/esm/models/operations/checkdomainstatus.d.ts.map +1 -0
- package/esm/models/operations/checkdomainstatus.js.map +1 -0
- package/esm/models/operations/createaccessgroup.d.ts.map +1 -0
- package/esm/models/operations/createaccessgroup.js.map +1 -0
- package/esm/models/operations/createauthtoken.d.ts.map +1 -0
- package/esm/models/operations/createauthtoken.js.map +1 -0
- package/esm/models/operations/createcheck.d.ts.map +1 -0
- package/esm/models/operations/createcheck.js.map +1 -0
- package/esm/models/operations/createconfigurablelogdrain.d.ts.map +1 -0
- package/esm/models/operations/createconfigurablelogdrain.js.map +1 -0
- package/esm/models/operations/createdeployment.d.ts.map +1 -0
- package/esm/models/operations/createdeployment.js.map +1 -0
- package/esm/models/operations/createedgeconfig.d.ts.map +1 -0
- package/esm/models/operations/createedgeconfig.js.map +1 -0
- package/esm/models/operations/createedgeconfigtoken.d.ts.map +1 -0
- package/esm/models/operations/createedgeconfigtoken.js.map +1 -0
- package/esm/models/operations/createlogdrain.d.ts.map +1 -0
- package/esm/models/operations/createlogdrain.js.map +1 -0
- package/esm/models/operations/createortransferdomain.d.ts.map +1 -0
- package/esm/models/operations/createortransferdomain.js.map +1 -0
- package/esm/models/operations/createproject.d.ts +4989 -0
- package/esm/models/operations/createproject.d.ts.map +1 -0
- package/esm/models/operations/createproject.js +4076 -0
- package/esm/models/operations/createproject.js.map +1 -0
- package/esm/models/operations/createprojectenv.d.ts +2714 -0
- package/esm/models/operations/createprojectenv.d.ts.map +1 -0
- package/esm/models/operations/createprojectenv.js +2347 -0
- package/esm/models/operations/createprojectenv.js.map +1 -0
- package/esm/models/operations/createrecord.d.ts.map +1 -0
- package/esm/models/operations/createrecord.js.map +1 -0
- package/esm/models/operations/createsecret.d.ts +192 -0
- package/esm/models/operations/createsecret.d.ts.map +1 -0
- package/esm/models/operations/createsecret.js +136 -0
- package/esm/models/operations/createsecret.js.map +1 -0
- package/esm/models/operations/createteam.d.ts.map +1 -0
- package/esm/models/operations/createteam.js.map +1 -0
- package/esm/models/operations/createwebhook.d.ts.map +1 -0
- package/esm/models/operations/createwebhook.js.map +1 -0
- package/esm/models/operations/deleteaccessgroup.d.ts.map +1 -0
- package/esm/models/operations/deleteaccessgroup.js.map +1 -0
- package/esm/models/operations/deletealias.d.ts.map +1 -0
- package/esm/models/operations/deletealias.js.map +1 -0
- package/esm/models/operations/deleteauthtoken.d.ts.map +1 -0
- package/esm/models/operations/deleteauthtoken.js.map +1 -0
- package/esm/models/operations/deleteconfigurablelogdrain.d.ts.map +1 -0
- package/esm/models/operations/deleteconfigurablelogdrain.js.map +1 -0
- package/esm/models/operations/deleteconfiguration.d.ts.map +1 -0
- package/esm/models/operations/deleteconfiguration.js.map +1 -0
- package/esm/models/operations/deletedeployment.d.ts.map +1 -0
- package/esm/models/operations/deletedeployment.js.map +1 -0
- package/esm/models/operations/deletedomain.d.ts.map +1 -0
- package/esm/models/operations/deletedomain.js.map +1 -0
- package/esm/models/operations/deleteedgeconfig.d.ts.map +1 -0
- package/esm/models/operations/deleteedgeconfig.js.map +1 -0
- package/esm/models/operations/deleteedgeconfigschema.d.ts.map +1 -0
- package/esm/models/operations/deleteedgeconfigschema.js.map +1 -0
- package/esm/models/operations/deleteedgeconfigtokens.d.ts.map +1 -0
- package/esm/models/operations/deleteedgeconfigtokens.js.map +1 -0
- package/esm/models/operations/deleteintegrationlogdrain.d.ts.map +1 -0
- package/esm/models/operations/deleteintegrationlogdrain.js.map +1 -0
- package/esm/models/operations/deleteproject.d.ts.map +1 -0
- package/esm/models/operations/deleteproject.js.map +1 -0
- package/esm/models/operations/deletesecret.d.ts.map +1 -0
- package/esm/models/operations/deletesecret.js.map +1 -0
- package/esm/models/operations/deleteteam.d.ts.map +1 -0
- package/esm/models/operations/deleteteam.js.map +1 -0
- package/esm/models/operations/deleteteaminvitecode.d.ts.map +1 -0
- package/esm/models/operations/deleteteaminvitecode.js.map +1 -0
- package/esm/models/operations/deletewebhook.d.ts.map +1 -0
- package/esm/models/operations/deletewebhook.js.map +1 -0
- package/esm/models/operations/downloadartifact.d.ts.map +1 -0
- package/esm/models/operations/downloadartifact.js.map +1 -0
- package/esm/models/operations/editprojectenv.d.ts +1140 -0
- package/esm/models/operations/editprojectenv.d.ts.map +1 -0
- package/esm/models/operations/editprojectenv.js +979 -0
- package/esm/models/operations/editprojectenv.js.map +1 -0
- package/esm/models/operations/filterprojectenvs.d.ts.map +1 -0
- package/esm/models/operations/filterprojectenvs.js.map +1 -0
- package/esm/models/operations/getalias.d.ts +488 -0
- package/esm/models/operations/getalias.d.ts.map +1 -0
- package/esm/models/operations/getalias.js +351 -0
- package/esm/models/operations/getalias.js.map +1 -0
- package/esm/models/operations/getallchecks.d.ts.map +1 -0
- package/esm/models/operations/getallchecks.js.map +1 -0
- package/esm/models/operations/getalllogdrains.d.ts.map +1 -0
- package/esm/models/operations/getalllogdrains.js.map +1 -0
- package/esm/models/operations/getauthtoken.d.ts.map +1 -0
- package/esm/models/operations/getauthtoken.js.map +1 -0
- package/esm/models/operations/getauthuser.d.ts.map +1 -0
- package/esm/models/operations/getauthuser.js.map +1 -0
- package/esm/models/operations/getcertbyid.d.ts.map +1 -0
- package/esm/models/operations/getcertbyid.js.map +1 -0
- package/esm/models/operations/getcheck.d.ts.map +1 -0
- package/esm/models/operations/getcheck.js.map +1 -0
- package/esm/models/operations/getconfigurablelogdrain.d.ts.map +1 -0
- package/esm/models/operations/getconfigurablelogdrain.js.map +1 -0
- package/esm/models/operations/getconfiguration.d.ts.map +1 -0
- package/esm/models/operations/getconfiguration.js.map +1 -0
- package/esm/models/operations/getconfigurations.d.ts.map +1 -0
- package/esm/models/operations/getconfigurations.js.map +1 -0
- package/esm/models/operations/getdeployment.d.ts.map +1 -0
- package/esm/models/operations/getdeployment.js.map +1 -0
- package/esm/models/operations/getdeploymentevents.d.ts.map +1 -0
- package/esm/models/operations/getdeploymentevents.js.map +1 -0
- package/esm/models/operations/getdeploymentfilecontents.d.ts.map +1 -0
- package/esm/models/operations/getdeploymentfilecontents.js.map +1 -0
- package/esm/models/operations/getdeployments.d.ts.map +1 -0
- package/esm/models/operations/getdeployments.js.map +1 -0
- package/esm/models/operations/getdomain.d.ts.map +1 -0
- package/esm/models/operations/getdomain.js.map +1 -0
- package/esm/models/operations/getdomainconfig.d.ts.map +1 -0
- package/esm/models/operations/getdomainconfig.js.map +1 -0
- package/esm/models/operations/getdomains.d.ts.map +1 -0
- package/esm/models/operations/getdomains.js.map +1 -0
- package/esm/models/operations/getdomaintransfer.d.ts.map +1 -0
- package/esm/models/operations/getdomaintransfer.js.map +1 -0
- package/esm/models/operations/getedgeconfig.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfig.js.map +1 -0
- package/esm/models/operations/getedgeconfigbackup.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigbackup.js.map +1 -0
- package/esm/models/operations/getedgeconfigbackups.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigbackups.js.map +1 -0
- package/esm/models/operations/getedgeconfigitem.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigitem.js.map +1 -0
- package/esm/models/operations/getedgeconfigitems.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigitems.js.map +1 -0
- package/esm/models/operations/getedgeconfigs.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigs.js.map +1 -0
- package/esm/models/operations/getedgeconfigschema.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigschema.js.map +1 -0
- package/esm/models/operations/getedgeconfigtoken.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigtoken.js.map +1 -0
- package/esm/models/operations/getedgeconfigtokens.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigtokens.js.map +1 -0
- package/esm/models/operations/getfirewallconfig.d.ts.map +1 -0
- package/esm/models/operations/getfirewallconfig.js.map +1 -0
- package/esm/models/operations/getintegrationlogdrains.d.ts.map +1 -0
- package/esm/models/operations/getintegrationlogdrains.js.map +1 -0
- package/esm/models/operations/getprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/getprojectdomain.js.map +1 -0
- package/esm/models/operations/getprojectenv.d.ts.map +1 -0
- package/esm/models/operations/getprojectenv.js.map +1 -0
- package/esm/models/operations/getprojectmembers.d.ts.map +1 -0
- package/esm/models/operations/getprojectmembers.js.map +1 -0
- package/esm/models/operations/getprojects.d.ts +4570 -0
- package/esm/models/operations/getprojects.d.ts.map +1 -0
- package/esm/models/operations/getprojects.js +3848 -0
- package/esm/models/operations/getprojects.js.map +1 -0
- package/esm/models/operations/getrecords.d.ts.map +1 -0
- package/esm/models/operations/getrecords.js.map +1 -0
- package/esm/models/operations/getsecret.d.ts.map +1 -0
- package/esm/models/operations/getsecret.js.map +1 -0
- package/esm/models/operations/getteam.d.ts.map +1 -0
- package/esm/models/operations/getteam.js.map +1 -0
- package/esm/models/operations/getteamaccessrequest.d.ts.map +1 -0
- package/esm/models/operations/getteamaccessrequest.js.map +1 -0
- package/esm/models/operations/getteammembers.d.ts.map +1 -0
- package/esm/models/operations/getteammembers.js.map +1 -0
- package/esm/models/operations/getteams.d.ts.map +1 -0
- package/esm/models/operations/getteams.js.map +1 -0
- package/esm/models/operations/getwebhook.d.ts.map +1 -0
- package/esm/models/operations/getwebhook.js.map +1 -0
- package/esm/models/operations/getwebhooks.d.ts.map +1 -0
- package/esm/models/operations/getwebhooks.js.map +1 -0
- package/esm/models/operations/gitnamespaces.d.ts.map +1 -0
- package/esm/models/operations/gitnamespaces.js.map +1 -0
- package/esm/models/operations/inviteusertoteam.d.ts.map +1 -0
- package/esm/models/operations/inviteusertoteam.js.map +1 -0
- package/esm/models/operations/issuecert.d.ts.map +1 -0
- package/esm/models/operations/issuecert.js.map +1 -0
- package/esm/models/operations/jointeam.d.ts.map +1 -0
- package/esm/models/operations/jointeam.js.map +1 -0
- package/esm/models/operations/listaccessgroupmembers.d.ts.map +1 -0
- package/esm/models/operations/listaccessgroupmembers.js.map +1 -0
- package/esm/models/operations/listaccessgroupprojects.d.ts.map +1 -0
- package/esm/models/operations/listaccessgroupprojects.js.map +1 -0
- package/esm/models/operations/listaccessgroups.d.ts.map +1 -0
- package/esm/models/operations/listaccessgroups.js.map +1 -0
- package/esm/models/operations/listaliases.d.ts.map +1 -0
- package/esm/models/operations/listaliases.js.map +1 -0
- package/esm/models/operations/listauthtokens.d.ts.map +1 -0
- package/esm/models/operations/listauthtokens.js.map +1 -0
- package/esm/models/operations/listdeploymentaliases.d.ts.map +1 -0
- package/esm/models/operations/listdeploymentaliases.js.map +1 -0
- package/esm/models/operations/listdeploymentfiles.d.ts.map +1 -0
- package/esm/models/operations/listdeploymentfiles.js.map +1 -0
- package/esm/models/operations/listpromotealiases.d.ts.map +1 -0
- package/esm/models/operations/listpromotealiases.js.map +1 -0
- package/esm/models/operations/listuserevents.d.ts.map +1 -0
- package/esm/models/operations/listuserevents.js.map +1 -0
- package/esm/models/operations/patchdomain.d.ts.map +1 -0
- package/esm/models/operations/patchdomain.js.map +1 -0
- package/esm/models/operations/patchedgeconfigschema.d.ts.map +1 -0
- package/esm/models/operations/patchedgeconfigschema.js.map +1 -0
- package/esm/models/operations/patchteam.d.ts.map +1 -0
- package/esm/models/operations/patchteam.js.map +1 -0
- package/esm/models/operations/pauseproject.d.ts.map +1 -0
- package/esm/models/operations/pauseproject.js.map +1 -0
- package/esm/models/operations/putfirewallconfig.d.ts.map +1 -0
- package/esm/models/operations/putfirewallconfig.js.map +1 -0
- package/esm/models/operations/readaccessgroup.d.ts.map +1 -0
- package/esm/models/operations/readaccessgroup.js.map +1 -0
- package/esm/models/operations/recordevents.d.ts.map +1 -0
- package/esm/models/operations/recordevents.js.map +1 -0
- package/esm/models/operations/removecert.d.ts.map +1 -0
- package/esm/models/operations/removecert.js.map +1 -0
- package/esm/models/operations/removeprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/removeprojectdomain.js.map +1 -0
- package/esm/models/operations/removeprojectenv.d.ts +2954 -0
- package/esm/models/operations/removeprojectenv.d.ts.map +1 -0
- package/esm/models/operations/removeprojectenv.js +2627 -0
- package/esm/models/operations/removeprojectenv.js.map +1 -0
- package/esm/models/operations/removeprojectmember.d.ts.map +1 -0
- package/esm/models/operations/removeprojectmember.js.map +1 -0
- package/esm/models/operations/removerecord.d.ts.map +1 -0
- package/esm/models/operations/removerecord.js.map +1 -0
- package/esm/models/operations/removeteammember.d.ts.map +1 -0
- package/esm/models/operations/removeteammember.js.map +1 -0
- package/esm/models/operations/renamesecret.d.ts.map +1 -0
- package/esm/models/operations/renamesecret.js.map +1 -0
- package/esm/models/operations/requestaccesstoteam.d.ts.map +1 -0
- package/esm/models/operations/requestaccesstoteam.js.map +1 -0
- package/esm/models/operations/requestdelete.d.ts.map +1 -0
- package/esm/models/operations/requestdelete.js.map +1 -0
- package/esm/models/operations/requestpromote.d.ts.map +1 -0
- package/esm/models/operations/requestpromote.js.map +1 -0
- package/esm/models/operations/rerequestcheck.d.ts.map +1 -0
- package/esm/models/operations/rerequestcheck.js.map +1 -0
- package/esm/models/operations/searchrepo.d.ts.map +1 -0
- package/esm/models/operations/searchrepo.js.map +1 -0
- package/esm/models/operations/status.d.ts.map +1 -0
- package/esm/models/operations/status.js.map +1 -0
- package/esm/models/operations/unpauseproject.d.ts.map +1 -0
- package/esm/models/operations/unpauseproject.js.map +1 -0
- package/esm/models/operations/updateaccessgroup.d.ts.map +1 -0
- package/esm/models/operations/updateaccessgroup.js.map +1 -0
- package/esm/models/operations/updateattackchallengemode.d.ts.map +1 -0
- package/esm/models/operations/updateattackchallengemode.js.map +1 -0
- package/esm/models/operations/updatecheck.d.ts.map +1 -0
- package/esm/models/operations/updatecheck.js.map +1 -0
- package/esm/models/operations/updateedgeconfig.d.ts.map +1 -0
- package/esm/models/operations/updateedgeconfig.js.map +1 -0
- package/esm/models/operations/updatefirewallconfig.d.ts.map +1 -0
- package/esm/models/operations/updatefirewallconfig.js.map +1 -0
- package/esm/models/operations/updateproject.d.ts +5185 -0
- package/esm/models/operations/updateproject.d.ts.map +1 -0
- package/esm/models/operations/updateproject.js +4201 -0
- package/esm/models/operations/updateproject.js.map +1 -0
- package/esm/models/operations/updateprojectdatacache.d.ts +4488 -0
- package/esm/models/operations/updateprojectdatacache.d.ts.map +1 -0
- package/esm/models/operations/updateprojectdatacache.js +3847 -0
- package/esm/models/operations/updateprojectdatacache.js.map +1 -0
- package/esm/models/operations/updateprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/updateprojectdomain.js.map +1 -0
- package/esm/models/operations/updateprojectprotectionbypass.d.ts.map +1 -0
- package/esm/models/operations/updateprojectprotectionbypass.js.map +1 -0
- package/esm/models/operations/updaterecord.d.ts.map +1 -0
- package/esm/models/operations/updaterecord.js.map +1 -0
- package/esm/models/operations/updateteammember.d.ts.map +1 -0
- package/esm/models/operations/updateteammember.js.map +1 -0
- package/esm/models/operations/uploadartifact.d.ts.map +1 -0
- package/esm/models/operations/uploadartifact.js.map +1 -0
- package/esm/models/operations/uploadcert.d.ts.map +1 -0
- package/esm/models/operations/uploadcert.js.map +1 -0
- package/esm/models/operations/uploadfile.d.ts.map +1 -0
- package/esm/models/operations/uploadfile.js.map +1 -0
- package/esm/models/operations/verifyprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/verifyprojectdomain.js.map +1 -0
- package/esm/sdk/accessgroups.d.ts.map +1 -0
- package/esm/sdk/accessgroups.js.map +1 -0
- package/esm/sdk/aliases.d.ts.map +1 -0
- package/esm/sdk/aliases.js.map +1 -0
- package/esm/sdk/artifacts.d.ts.map +1 -0
- package/esm/sdk/artifacts.js.map +1 -0
- package/esm/sdk/authentication.d.ts.map +1 -0
- package/esm/sdk/authentication.js.map +1 -0
- package/esm/sdk/certs.d.ts.map +1 -0
- package/esm/sdk/certs.js.map +1 -0
- package/esm/sdk/checks.d.ts.map +1 -0
- package/esm/sdk/checks.js.map +1 -0
- package/esm/sdk/deployments.d.ts.map +1 -0
- package/esm/sdk/deployments.js.map +1 -0
- package/esm/sdk/dns.d.ts.map +1 -0
- package/esm/sdk/dns.js.map +1 -0
- package/esm/sdk/domains.d.ts.map +1 -0
- package/esm/sdk/domains.js.map +1 -0
- package/esm/sdk/edgeconfig.d.ts.map +1 -0
- package/esm/sdk/edgeconfig.js.map +1 -0
- package/esm/sdk/integrations.d.ts.map +1 -0
- package/esm/sdk/integrations.js.map +1 -0
- package/esm/sdk/logdrains.d.ts.map +1 -0
- package/esm/sdk/logdrains.js.map +1 -0
- package/esm/sdk/projectmembers.d.ts.map +1 -0
- package/esm/sdk/projectmembers.js.map +1 -0
- package/esm/sdk/projects.d.ts.map +1 -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/secrets.d.ts +36 -0
- package/esm/sdk/secrets.d.ts.map +1 -0
- package/esm/sdk/secrets.js +48 -0
- package/esm/sdk/secrets.js.map +1 -0
- package/esm/sdk/security.d.ts.map +1 -0
- package/esm/sdk/security.js.map +1 -0
- package/esm/sdk/teams.d.ts.map +1 -0
- package/esm/sdk/teams.js.map +1 -0
- package/esm/sdk/user.d.ts.map +1 -0
- package/esm/sdk/user.js.map +1 -0
- package/esm/sdk/webhooks.d.ts.map +1 -0
- package/esm/sdk/webhooks.js.map +1 -0
- package/esm/types/blobs.d.ts.map +1 -0
- package/esm/types/blobs.js.map +1 -0
- package/esm/types/constdatetime.d.ts.map +1 -0
- package/esm/types/constdatetime.js.map +1 -0
- package/esm/types/enums.d.ts.map +1 -0
- package/esm/types/enums.js.map +1 -0
- package/esm/types/fp.d.ts.map +1 -0
- package/esm/types/fp.js.map +1 -0
- package/esm/types/operations.d.ts.map +1 -0
- package/esm/types/operations.js.map +1 -0
- package/esm/types/rfcdate.d.ts.map +1 -0
- package/esm/types/rfcdate.js.map +1 -0
- package/esm/types/streams.d.ts.map +1 -0
- package/esm/types/streams.js.map +1 -0
- package/package.json +24 -57
- package/src/funcs/accessGroupsCreateAccessGroup.ts +3 -0
- package/src/funcs/accessGroupsDeleteAccessGroup.ts +3 -0
- package/src/funcs/accessGroupsListAccessGroupMembers.ts +3 -0
- package/src/funcs/accessGroupsListAccessGroupProjects.ts +3 -0
- package/src/funcs/accessGroupsListAccessGroups.ts +3 -0
- package/src/funcs/accessGroupsReadAccessGroup.ts +3 -0
- package/src/funcs/accessGroupsUpdateAccessGroup.ts +3 -0
- package/src/funcs/aliasesAssignAlias.ts +3 -0
- package/src/funcs/aliasesDeleteAlias.ts +3 -0
- package/src/funcs/aliasesGetAlias.ts +3 -0
- package/src/funcs/aliasesListAliases.ts +3 -0
- package/src/funcs/aliasesListDeploymentAliases.ts +3 -0
- package/src/funcs/artifactsArtifactExists.ts +3 -0
- package/src/funcs/artifactsArtifactQuery.ts +3 -0
- package/src/funcs/artifactsDownloadArtifact.ts +3 -0
- package/src/funcs/artifactsRecordEvents.ts +3 -0
- package/src/funcs/artifactsStatus.ts +3 -0
- package/src/funcs/artifactsUploadArtifact.ts +3 -0
- package/src/funcs/authenticationCreateAuthToken.ts +3 -0
- package/src/funcs/authenticationDeleteAuthToken.ts +3 -0
- package/src/funcs/authenticationGetAuthToken.ts +3 -0
- package/src/funcs/authenticationListAuthTokens.ts +3 -0
- package/src/funcs/certsGetCertById.ts +3 -0
- package/src/funcs/certsIssueCert.ts +3 -0
- package/src/funcs/certsRemoveCert.ts +3 -0
- package/src/funcs/certsUploadCert.ts +3 -0
- package/src/funcs/checksCreateCheck.ts +3 -0
- package/src/funcs/checksGetAllChecks.ts +3 -0
- package/src/funcs/checksGetCheck.ts +3 -0
- package/src/funcs/checksRerequestCheck.ts +3 -0
- package/src/funcs/checksUpdateCheck.ts +3 -0
- package/src/funcs/deploymentsCancelDeployment.ts +3 -0
- package/src/funcs/deploymentsCreateDeployment.ts +3 -0
- package/src/funcs/deploymentsDeleteDeployment.ts +3 -0
- package/src/funcs/deploymentsGetDeployment.ts +3 -0
- package/src/funcs/deploymentsGetDeploymentEvents.ts +3 -0
- package/src/funcs/deploymentsGetDeploymentFileContents.ts +3 -0
- package/src/funcs/deploymentsGetDeployments.ts +3 -0
- package/src/funcs/deploymentsListDeploymentFiles.ts +3 -0
- package/src/funcs/deploymentsUploadFile.ts +3 -0
- package/src/funcs/dnsCreateRecord.ts +3 -0
- package/src/funcs/dnsGetRecords.ts +3 -0
- package/src/funcs/dnsRemoveRecord.ts +3 -0
- package/src/funcs/dnsUpdateRecord.ts +3 -0
- package/src/funcs/domainsBuyDomain.ts +3 -0
- package/src/funcs/domainsCheckDomainPrice.ts +3 -0
- package/src/funcs/domainsCheckDomainStatus.ts +3 -0
- package/src/funcs/domainsCreateOrTransferDomain.ts +3 -0
- package/src/funcs/domainsDeleteDomain.ts +3 -0
- package/src/funcs/domainsGetDomain.ts +3 -0
- package/src/funcs/domainsGetDomainConfig.ts +3 -0
- package/src/funcs/domainsGetDomainTransfer.ts +3 -0
- package/src/funcs/domainsGetDomains.ts +3 -0
- package/src/funcs/domainsPatchDomain.ts +3 -0
- package/src/funcs/edgeConfigCreateEdgeConfig.ts +3 -0
- package/src/funcs/edgeConfigCreateEdgeConfigToken.ts +3 -0
- package/src/funcs/edgeConfigDeleteEdgeConfig.ts +3 -0
- package/src/funcs/edgeConfigDeleteEdgeConfigSchema.ts +3 -0
- package/src/funcs/edgeConfigDeleteEdgeConfigTokens.ts +3 -0
- package/src/funcs/edgeConfigGetEdgeConfig.ts +3 -0
- package/src/funcs/edgeConfigGetEdgeConfigBackup.ts +3 -0
- package/src/funcs/edgeConfigGetEdgeConfigBackups.ts +3 -0
- package/src/funcs/edgeConfigGetEdgeConfigItem.ts +3 -0
- package/src/funcs/edgeConfigGetEdgeConfigItems.ts +3 -0
- package/src/funcs/edgeConfigGetEdgeConfigSchema.ts +3 -0
- package/src/funcs/edgeConfigGetEdgeConfigToken.ts +3 -0
- package/src/funcs/edgeConfigGetEdgeConfigTokens.ts +3 -0
- package/src/funcs/edgeConfigGetEdgeConfigs.ts +3 -0
- package/src/funcs/edgeConfigPatchEdgeConfigSchema.ts +3 -0
- package/src/funcs/edgeConfigUpdateEdgeConfig.ts +3 -0
- package/src/funcs/integrationsDeleteConfiguration.ts +3 -0
- package/src/funcs/integrationsGetConfiguration.ts +3 -0
- package/src/funcs/integrationsGetConfigurations.ts +3 -0
- package/src/funcs/integrationsGitNamespaces.ts +3 -0
- package/src/funcs/integrationsSearchRepo.ts +3 -0
- package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +3 -0
- package/src/funcs/logDrainsCreateLogDrain.ts +3 -0
- package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +3 -0
- package/src/funcs/logDrainsDeleteIntegrationLogDrain.ts +3 -0
- package/src/funcs/logDrainsGetAllLogDrains.ts +3 -0
- package/src/funcs/logDrainsGetConfigurableLogDrain.ts +3 -0
- package/src/funcs/logDrainsGetIntegrationLogDrains.ts +3 -0
- package/src/funcs/projectMembersAddProjectMember.ts +3 -0
- package/src/funcs/projectMembersGetProjectMembers.ts +3 -0
- package/src/funcs/projectMembersRemoveProjectMember.ts +3 -0
- package/src/funcs/projectsAddProjectDomain.ts +3 -0
- package/src/funcs/projectsCreateProject.ts +3 -0
- package/src/funcs/projectsCreateProjectEnv.ts +3 -0
- package/src/funcs/projectsDeleteProject.ts +3 -0
- package/src/funcs/projectsEditProjectEnv.ts +3 -0
- package/src/funcs/projectsFilterProjectEnvs.ts +3 -0
- package/src/funcs/projectsGetProjectDomain.ts +3 -0
- package/src/funcs/projectsGetProjectEnv.ts +3 -0
- package/src/funcs/projectsGetProjects.ts +3 -0
- package/src/funcs/projectsListPromoteAliases.ts +3 -0
- package/src/funcs/projectsPauseProject.ts +3 -0
- package/src/funcs/projectsRemoveProjectDomain.ts +3 -0
- package/src/funcs/projectsRemoveProjectEnv.ts +3 -0
- package/src/funcs/projectsRequestPromote.ts +3 -0
- package/src/funcs/projectsUnpauseProject.ts +3 -0
- package/src/funcs/projectsUpdateProject.ts +3 -0
- package/src/funcs/projectsUpdateProjectDataCache.ts +3 -0
- package/src/funcs/projectsUpdateProjectDomain.ts +3 -0
- package/src/funcs/projectsUpdateProjectProtectionBypass.ts +3 -0
- package/src/funcs/projectsVerifyProjectDomain.ts +3 -0
- package/src/funcs/secretsCreateSecret.ts +5 -9
- package/src/funcs/secretsDeleteSecret.ts +3 -0
- package/src/funcs/secretsGetSecret.ts +3 -0
- package/src/funcs/secretsRenameSecret.ts +3 -0
- package/src/funcs/securityGetFirewallConfig.ts +3 -0
- package/src/funcs/securityPutFirewallConfig.ts +5 -2
- package/src/funcs/securityUpdateAttackChallengeMode.ts +3 -0
- package/src/funcs/securityUpdateFirewallConfig.ts +5 -2
- package/src/funcs/teamsCreateTeam.ts +3 -0
- package/src/funcs/teamsDeleteTeam.ts +3 -0
- package/src/funcs/teamsDeleteTeamInviteCode.ts +3 -0
- package/src/funcs/teamsGetTeam.ts +3 -0
- package/src/funcs/teamsGetTeamAccessRequest.ts +3 -0
- package/src/funcs/teamsGetTeamMembers.ts +3 -0
- package/src/funcs/teamsGetTeams.ts +3 -0
- package/src/funcs/teamsInviteUserToTeam.ts +3 -0
- package/src/funcs/teamsJoinTeam.ts +3 -0
- package/src/funcs/teamsPatchTeam.ts +3 -0
- package/src/funcs/teamsRemoveTeamMember.ts +3 -0
- package/src/funcs/teamsRequestAccessToTeam.ts +3 -0
- package/src/funcs/teamsUpdateTeamMember.ts +3 -0
- package/src/funcs/userGetAuthUser.ts +3 -0
- package/src/funcs/userListUserEvents.ts +3 -0
- package/src/funcs/userRequestDelete.ts +3 -0
- package/src/funcs/webhooksCreateWebhook.ts +3 -0
- package/src/funcs/webhooksDeleteWebhook.ts +3 -0
- package/src/funcs/webhooksGetWebhook.ts +3 -0
- package/src/funcs/webhooksGetWebhooks.ts +3 -0
- package/src/hooks/types.ts +2 -0
- package/src/lib/config.ts +3 -3
- package/src/lib/primitives.ts +20 -0
- package/src/lib/security.ts +39 -3
- package/src/models/components/authtoken.ts +34 -30
- package/src/models/components/security.ts +4 -4
- package/src/models/components/userevent.ts +4 -216
- package/src/models/operations/canceldeployment.ts +1 -1
- package/src/models/operations/checkdomainprice.ts +5 -22
- package/src/models/operations/createproject.ts +12 -8
- package/src/models/operations/createprojectenv.ts +2 -2
- package/src/models/operations/createsecret.ts +0 -7
- package/src/models/operations/editprojectenv.ts +1 -1
- package/src/models/operations/getalias.ts +12 -12
- package/src/models/operations/getprojects.ts +9 -5
- package/src/models/operations/removeprojectenv.ts +3 -3
- package/src/models/operations/updateproject.ts +12 -8
- package/src/models/operations/updateprojectdatacache.ts +9 -5
- package/src/sdk/sdk.ts +1 -42
- package/src/sdk/secrets.ts +0 -22
- package/dist/commonjs/core.d.ts.map +0 -1
- package/dist/commonjs/core.js +0 -17
- package/dist/commonjs/core.js.map +0 -1
- package/dist/commonjs/funcs/accessGroupsCreateAccessGroup.d.ts.map +0 -1
- package/dist/commonjs/funcs/accessGroupsCreateAccessGroup.js +0 -99
- package/dist/commonjs/funcs/accessGroupsCreateAccessGroup.js.map +0 -1
- package/dist/commonjs/funcs/accessGroupsDeleteAccessGroup.d.ts.map +0 -1
- package/dist/commonjs/funcs/accessGroupsDeleteAccessGroup.js +0 -105
- package/dist/commonjs/funcs/accessGroupsDeleteAccessGroup.js.map +0 -1
- package/dist/commonjs/funcs/accessGroupsListAccessGroupMembers.d.ts.map +0 -1
- package/dist/commonjs/funcs/accessGroupsListAccessGroupMembers.js +0 -107
- package/dist/commonjs/funcs/accessGroupsListAccessGroupMembers.js.map +0 -1
- package/dist/commonjs/funcs/accessGroupsListAccessGroupProjects.d.ts.map +0 -1
- package/dist/commonjs/funcs/accessGroupsListAccessGroupProjects.js +0 -106
- package/dist/commonjs/funcs/accessGroupsListAccessGroupProjects.js.map +0 -1
- package/dist/commonjs/funcs/accessGroupsListAccessGroups.d.ts.map +0 -1
- package/dist/commonjs/funcs/accessGroupsListAccessGroups.js +0 -104
- package/dist/commonjs/funcs/accessGroupsListAccessGroups.js.map +0 -1
- package/dist/commonjs/funcs/accessGroupsReadAccessGroup.d.ts.map +0 -1
- package/dist/commonjs/funcs/accessGroupsReadAccessGroup.js +0 -104
- package/dist/commonjs/funcs/accessGroupsReadAccessGroup.js.map +0 -1
- package/dist/commonjs/funcs/accessGroupsUpdateAccessGroup.d.ts.map +0 -1
- package/dist/commonjs/funcs/accessGroupsUpdateAccessGroup.js +0 -105
- package/dist/commonjs/funcs/accessGroupsUpdateAccessGroup.js.map +0 -1
- package/dist/commonjs/funcs/aliasesAssignAlias.d.ts.map +0 -1
- package/dist/commonjs/funcs/aliasesAssignAlias.js +0 -105
- package/dist/commonjs/funcs/aliasesAssignAlias.js.map +0 -1
- package/dist/commonjs/funcs/aliasesDeleteAlias.d.ts.map +0 -1
- package/dist/commonjs/funcs/aliasesDeleteAlias.js +0 -104
- package/dist/commonjs/funcs/aliasesDeleteAlias.js.map +0 -1
- package/dist/commonjs/funcs/aliasesGetAlias.d.ts.map +0 -1
- package/dist/commonjs/funcs/aliasesGetAlias.js +0 -108
- package/dist/commonjs/funcs/aliasesGetAlias.js.map +0 -1
- package/dist/commonjs/funcs/aliasesListAliases.d.ts.map +0 -1
- package/dist/commonjs/funcs/aliasesListAliases.js +0 -105
- package/dist/commonjs/funcs/aliasesListAliases.js.map +0 -1
- package/dist/commonjs/funcs/aliasesListDeploymentAliases.d.ts.map +0 -1
- package/dist/commonjs/funcs/aliasesListDeploymentAliases.js +0 -104
- package/dist/commonjs/funcs/aliasesListDeploymentAliases.js.map +0 -1
- package/dist/commonjs/funcs/artifactsArtifactExists.d.ts.map +0 -1
- package/dist/commonjs/funcs/artifactsArtifactExists.js +0 -105
- package/dist/commonjs/funcs/artifactsArtifactExists.js.map +0 -1
- package/dist/commonjs/funcs/artifactsArtifactQuery.d.ts.map +0 -1
- package/dist/commonjs/funcs/artifactsArtifactQuery.js +0 -100
- package/dist/commonjs/funcs/artifactsArtifactQuery.js.map +0 -1
- package/dist/commonjs/funcs/artifactsDownloadArtifact.d.ts.map +0 -1
- package/dist/commonjs/funcs/artifactsDownloadArtifact.js +0 -109
- package/dist/commonjs/funcs/artifactsDownloadArtifact.js.map +0 -1
- package/dist/commonjs/funcs/artifactsRecordEvents.d.ts.map +0 -1
- package/dist/commonjs/funcs/artifactsRecordEvents.js +0 -102
- package/dist/commonjs/funcs/artifactsRecordEvents.js.map +0 -1
- package/dist/commonjs/funcs/artifactsStatus.d.ts.map +0 -1
- package/dist/commonjs/funcs/artifactsStatus.js +0 -98
- package/dist/commonjs/funcs/artifactsStatus.js.map +0 -1
- package/dist/commonjs/funcs/artifactsUploadArtifact.d.ts.map +0 -1
- package/dist/commonjs/funcs/artifactsUploadArtifact.js +0 -110
- package/dist/commonjs/funcs/artifactsUploadArtifact.js.map +0 -1
- package/dist/commonjs/funcs/authenticationCreateAuthToken.d.ts.map +0 -1
- package/dist/commonjs/funcs/authenticationCreateAuthToken.js +0 -99
- package/dist/commonjs/funcs/authenticationCreateAuthToken.js.map +0 -1
- package/dist/commonjs/funcs/authenticationDeleteAuthToken.d.ts.map +0 -1
- package/dist/commonjs/funcs/authenticationDeleteAuthToken.js +0 -99
- package/dist/commonjs/funcs/authenticationDeleteAuthToken.js.map +0 -1
- package/dist/commonjs/funcs/authenticationGetAuthToken.d.ts.map +0 -1
- package/dist/commonjs/funcs/authenticationGetAuthToken.js +0 -99
- package/dist/commonjs/funcs/authenticationGetAuthToken.js.map +0 -1
- package/dist/commonjs/funcs/authenticationListAuthTokens.d.ts.map +0 -1
- package/dist/commonjs/funcs/authenticationListAuthTokens.js +0 -84
- package/dist/commonjs/funcs/authenticationListAuthTokens.js.map +0 -1
- package/dist/commonjs/funcs/certsGetCertById.d.ts.map +0 -1
- package/dist/commonjs/funcs/certsGetCertById.js +0 -104
- package/dist/commonjs/funcs/certsGetCertById.js.map +0 -1
- package/dist/commonjs/funcs/certsIssueCert.d.ts.map +0 -1
- package/dist/commonjs/funcs/certsIssueCert.js +0 -99
- package/dist/commonjs/funcs/certsIssueCert.js.map +0 -1
- package/dist/commonjs/funcs/certsRemoveCert.d.ts.map +0 -1
- package/dist/commonjs/funcs/certsRemoveCert.js +0 -104
- package/dist/commonjs/funcs/certsRemoveCert.js.map +0 -1
- package/dist/commonjs/funcs/certsUploadCert.d.ts.map +0 -1
- package/dist/commonjs/funcs/certsUploadCert.js +0 -99
- package/dist/commonjs/funcs/certsUploadCert.js.map +0 -1
- package/dist/commonjs/funcs/checksCreateCheck.d.ts.map +0 -1
- package/dist/commonjs/funcs/checksCreateCheck.js +0 -105
- package/dist/commonjs/funcs/checksCreateCheck.js.map +0 -1
- package/dist/commonjs/funcs/checksGetAllChecks.d.ts.map +0 -1
- package/dist/commonjs/funcs/checksGetAllChecks.js +0 -104
- package/dist/commonjs/funcs/checksGetAllChecks.js.map +0 -1
- package/dist/commonjs/funcs/checksGetCheck.d.ts.map +0 -1
- package/dist/commonjs/funcs/checksGetCheck.js +0 -108
- package/dist/commonjs/funcs/checksGetCheck.js.map +0 -1
- package/dist/commonjs/funcs/checksRerequestCheck.d.ts.map +0 -1
- package/dist/commonjs/funcs/checksRerequestCheck.js +0 -108
- package/dist/commonjs/funcs/checksRerequestCheck.js.map +0 -1
- package/dist/commonjs/funcs/checksUpdateCheck.d.ts.map +0 -1
- package/dist/commonjs/funcs/checksUpdateCheck.js +0 -109
- package/dist/commonjs/funcs/checksUpdateCheck.js.map +0 -1
- package/dist/commonjs/funcs/dataCacheBillingSettings.d.ts +0 -9
- package/dist/commonjs/funcs/dataCacheBillingSettings.d.ts.map +0 -1
- package/dist/commonjs/funcs/dataCacheBillingSettings.js +0 -85
- package/dist/commonjs/funcs/dataCacheBillingSettings.js.map +0 -1
- package/dist/commonjs/funcs/datacachePurgeall.d.ts +0 -9
- package/dist/commonjs/funcs/datacachePurgeall.d.ts.map +0 -1
- package/dist/commonjs/funcs/datacachePurgeall.js +0 -87
- package/dist/commonjs/funcs/datacachePurgeall.js.map +0 -1
- package/dist/commonjs/funcs/deploymentsCancelDeployment.d.ts.map +0 -1
- package/dist/commonjs/funcs/deploymentsCancelDeployment.js +0 -104
- package/dist/commonjs/funcs/deploymentsCancelDeployment.js.map +0 -1
- package/dist/commonjs/funcs/deploymentsCreateDeployment.d.ts.map +0 -1
- package/dist/commonjs/funcs/deploymentsCreateDeployment.js +0 -101
- package/dist/commonjs/funcs/deploymentsCreateDeployment.js.map +0 -1
- package/dist/commonjs/funcs/deploymentsDeleteDeployment.d.ts.map +0 -1
- package/dist/commonjs/funcs/deploymentsDeleteDeployment.js +0 -105
- package/dist/commonjs/funcs/deploymentsDeleteDeployment.js.map +0 -1
- package/dist/commonjs/funcs/deploymentsGetDeployment.d.ts.map +0 -1
- package/dist/commonjs/funcs/deploymentsGetDeployment.js +0 -105
- package/dist/commonjs/funcs/deploymentsGetDeployment.js.map +0 -1
- package/dist/commonjs/funcs/deploymentsGetDeploymentEvents.d.ts.map +0 -1
- package/dist/commonjs/funcs/deploymentsGetDeploymentEvents.js +0 -114
- package/dist/commonjs/funcs/deploymentsGetDeploymentEvents.js.map +0 -1
- package/dist/commonjs/funcs/deploymentsGetDeploymentFileContents.d.ts.map +0 -1
- package/dist/commonjs/funcs/deploymentsGetDeploymentFileContents.js +0 -110
- package/dist/commonjs/funcs/deploymentsGetDeploymentFileContents.js.map +0 -1
- package/dist/commonjs/funcs/deploymentsGetDeployments.d.ts.map +0 -1
- package/dist/commonjs/funcs/deploymentsGetDeployments.js +0 -109
- package/dist/commonjs/funcs/deploymentsGetDeployments.js.map +0 -1
- package/dist/commonjs/funcs/deploymentsListDeploymentFiles.d.ts.map +0 -1
- package/dist/commonjs/funcs/deploymentsListDeploymentFiles.js +0 -106
- package/dist/commonjs/funcs/deploymentsListDeploymentFiles.js.map +0 -1
- package/dist/commonjs/funcs/deploymentsUploadFile.d.ts.map +0 -1
- package/dist/commonjs/funcs/deploymentsUploadFile.js +0 -108
- package/dist/commonjs/funcs/deploymentsUploadFile.js.map +0 -1
- package/dist/commonjs/funcs/dnsCreateRecord.d.ts.map +0 -1
- package/dist/commonjs/funcs/dnsCreateRecord.js +0 -105
- package/dist/commonjs/funcs/dnsCreateRecord.js.map +0 -1
- package/dist/commonjs/funcs/dnsGetRecords.d.ts.map +0 -1
- package/dist/commonjs/funcs/dnsGetRecords.js +0 -107
- package/dist/commonjs/funcs/dnsGetRecords.js.map +0 -1
- package/dist/commonjs/funcs/dnsRemoveRecord.d.ts.map +0 -1
- package/dist/commonjs/funcs/dnsRemoveRecord.js +0 -108
- package/dist/commonjs/funcs/dnsRemoveRecord.js.map +0 -1
- package/dist/commonjs/funcs/dnsUpdateRecord.d.ts.map +0 -1
- package/dist/commonjs/funcs/dnsUpdateRecord.js +0 -105
- package/dist/commonjs/funcs/dnsUpdateRecord.js.map +0 -1
- package/dist/commonjs/funcs/domainsBuyDomain.d.ts.map +0 -1
- package/dist/commonjs/funcs/domainsBuyDomain.js +0 -99
- package/dist/commonjs/funcs/domainsBuyDomain.js.map +0 -1
- package/dist/commonjs/funcs/domainsCheckDomainPrice.d.ts.map +0 -1
- package/dist/commonjs/funcs/domainsCheckDomainPrice.js +0 -100
- package/dist/commonjs/funcs/domainsCheckDomainPrice.js.map +0 -1
- package/dist/commonjs/funcs/domainsCheckDomainStatus.d.ts.map +0 -1
- package/dist/commonjs/funcs/domainsCheckDomainStatus.js +0 -99
- package/dist/commonjs/funcs/domainsCheckDomainStatus.js.map +0 -1
- package/dist/commonjs/funcs/domainsCreateOrTransferDomain.d.ts.map +0 -1
- package/dist/commonjs/funcs/domainsCreateOrTransferDomain.js +0 -99
- package/dist/commonjs/funcs/domainsCreateOrTransferDomain.js.map +0 -1
- package/dist/commonjs/funcs/domainsDeleteDomain.d.ts.map +0 -1
- package/dist/commonjs/funcs/domainsDeleteDomain.js +0 -104
- package/dist/commonjs/funcs/domainsDeleteDomain.js.map +0 -1
- package/dist/commonjs/funcs/domainsGetDomain.d.ts.map +0 -1
- package/dist/commonjs/funcs/domainsGetDomain.js +0 -104
- package/dist/commonjs/funcs/domainsGetDomain.js.map +0 -1
- package/dist/commonjs/funcs/domainsGetDomainConfig.d.ts.map +0 -1
- package/dist/commonjs/funcs/domainsGetDomainConfig.js +0 -105
- package/dist/commonjs/funcs/domainsGetDomainConfig.js.map +0 -1
- package/dist/commonjs/funcs/domainsGetDomainTransfer.d.ts.map +0 -1
- package/dist/commonjs/funcs/domainsGetDomainTransfer.js +0 -104
- package/dist/commonjs/funcs/domainsGetDomainTransfer.js.map +0 -1
- package/dist/commonjs/funcs/domainsGetDomains.d.ts.map +0 -1
- package/dist/commonjs/funcs/domainsGetDomains.js +0 -101
- package/dist/commonjs/funcs/domainsGetDomains.js.map +0 -1
- package/dist/commonjs/funcs/domainsPatchDomain.d.ts.map +0 -1
- package/dist/commonjs/funcs/domainsPatchDomain.js +0 -105
- package/dist/commonjs/funcs/domainsPatchDomain.js.map +0 -1
- package/dist/commonjs/funcs/edgeConfigCreateEdgeConfig.d.ts.map +0 -1
- package/dist/commonjs/funcs/edgeConfigCreateEdgeConfig.js +0 -99
- package/dist/commonjs/funcs/edgeConfigCreateEdgeConfig.js.map +0 -1
- package/dist/commonjs/funcs/edgeConfigCreateEdgeConfigToken.d.ts.map +0 -1
- package/dist/commonjs/funcs/edgeConfigCreateEdgeConfigToken.js +0 -105
- package/dist/commonjs/funcs/edgeConfigCreateEdgeConfigToken.js.map +0 -1
- package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfig.d.ts.map +0 -1
- package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfig.js +0 -105
- package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfig.js.map +0 -1
- package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts.map +0 -1
- package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfigSchema.js +0 -105
- package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +0 -1
- package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts.map +0 -1
- package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfigTokens.js +0 -106
- package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +0 -1
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfig.d.ts.map +0 -1
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfig.js +0 -104
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfig.js.map +0 -1
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigBackup.d.ts.map +0 -1
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigBackup.js +0 -105
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigBackup.js.map +0 -1
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigBackups.d.ts.map +0 -1
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigBackups.js +0 -107
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigBackups.js.map +0 -1
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigItem.d.ts.map +0 -1
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigItem.js +0 -106
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigItem.js.map +0 -1
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +0 -1
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigItems.js +0 -105
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigItems.js.map +0 -1
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigSchema.d.ts.map +0 -1
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigSchema.js +0 -104
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigSchema.js.map +0 -1
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigToken.d.ts.map +0 -1
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigToken.js +0 -109
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigToken.js.map +0 -1
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigTokens.d.ts.map +0 -1
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigTokens.js +0 -105
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigTokens.js.map +0 -1
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigs.d.ts.map +0 -1
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigs.js +0 -99
- package/dist/commonjs/funcs/edgeConfigGetEdgeConfigs.js.map +0 -1
- package/dist/commonjs/funcs/edgeConfigPatchEdgeConfigSchema.d.ts.map +0 -1
- package/dist/commonjs/funcs/edgeConfigPatchEdgeConfigSchema.js +0 -106
- package/dist/commonjs/funcs/edgeConfigPatchEdgeConfigSchema.js.map +0 -1
- package/dist/commonjs/funcs/edgeConfigUpdateEdgeConfig.d.ts.map +0 -1
- package/dist/commonjs/funcs/edgeConfigUpdateEdgeConfig.js +0 -105
- package/dist/commonjs/funcs/edgeConfigUpdateEdgeConfig.js.map +0 -1
- package/dist/commonjs/funcs/getCerts.d.ts +0 -9
- package/dist/commonjs/funcs/getCerts.d.ts.map +0 -1
- package/dist/commonjs/funcs/getCerts.js +0 -73
- package/dist/commonjs/funcs/getCerts.js.map +0 -1
- package/dist/commonjs/funcs/integrationsDeleteConfiguration.d.ts.map +0 -1
- package/dist/commonjs/funcs/integrationsDeleteConfiguration.js +0 -105
- package/dist/commonjs/funcs/integrationsDeleteConfiguration.js.map +0 -1
- package/dist/commonjs/funcs/integrationsGetConfiguration.d.ts.map +0 -1
- package/dist/commonjs/funcs/integrationsGetConfiguration.js +0 -104
- package/dist/commonjs/funcs/integrationsGetConfiguration.js.map +0 -1
- package/dist/commonjs/funcs/integrationsGetConfigurations.d.ts.map +0 -1
- package/dist/commonjs/funcs/integrationsGetConfigurations.js +0 -101
- package/dist/commonjs/funcs/integrationsGetConfigurations.js.map +0 -1
- package/dist/commonjs/funcs/integrationsGitNamespaces.d.ts.map +0 -1
- package/dist/commonjs/funcs/integrationsGitNamespaces.js +0 -99
- package/dist/commonjs/funcs/integrationsGitNamespaces.js.map +0 -1
- package/dist/commonjs/funcs/integrationsSearchRepo.d.ts.map +0 -1
- package/dist/commonjs/funcs/integrationsSearchRepo.js +0 -103
- package/dist/commonjs/funcs/integrationsSearchRepo.js.map +0 -1
- package/dist/commonjs/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
- package/dist/commonjs/funcs/logDrainsCreateConfigurableLogDrain.js +0 -99
- package/dist/commonjs/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
- package/dist/commonjs/funcs/logDrainsCreateLogDrain.d.ts.map +0 -1
- package/dist/commonjs/funcs/logDrainsCreateLogDrain.js +0 -99
- package/dist/commonjs/funcs/logDrainsCreateLogDrain.js.map +0 -1
- package/dist/commonjs/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
- package/dist/commonjs/funcs/logDrainsDeleteConfigurableLogDrain.js +0 -105
- package/dist/commonjs/funcs/logDrainsDeleteConfigurableLogDrain.js.map +0 -1
- package/dist/commonjs/funcs/logDrainsDeleteIntegrationLogDrain.d.ts.map +0 -1
- package/dist/commonjs/funcs/logDrainsDeleteIntegrationLogDrain.js +0 -105
- package/dist/commonjs/funcs/logDrainsDeleteIntegrationLogDrain.js.map +0 -1
- package/dist/commonjs/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
- package/dist/commonjs/funcs/logDrainsGetAllLogDrains.js +0 -100
- package/dist/commonjs/funcs/logDrainsGetAllLogDrains.js.map +0 -1
- package/dist/commonjs/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
- package/dist/commonjs/funcs/logDrainsGetConfigurableLogDrain.js +0 -104
- package/dist/commonjs/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
- package/dist/commonjs/funcs/logDrainsGetIntegrationLogDrains.d.ts.map +0 -1
- package/dist/commonjs/funcs/logDrainsGetIntegrationLogDrains.js +0 -99
- package/dist/commonjs/funcs/logDrainsGetIntegrationLogDrains.js.map +0 -1
- package/dist/commonjs/funcs/projectMembersAddProjectMember.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectMembersAddProjectMember.js +0 -105
- package/dist/commonjs/funcs/projectMembersAddProjectMember.js.map +0 -1
- package/dist/commonjs/funcs/projectMembersGetProjectMembers.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectMembersGetProjectMembers.js +0 -108
- package/dist/commonjs/funcs/projectMembersGetProjectMembers.js.map +0 -1
- package/dist/commonjs/funcs/projectMembersRemoveProjectMember.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectMembersRemoveProjectMember.js +0 -108
- package/dist/commonjs/funcs/projectMembersRemoveProjectMember.js.map +0 -1
- package/dist/commonjs/funcs/projectsAddProjectDomain.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsAddProjectDomain.js +0 -105
- package/dist/commonjs/funcs/projectsAddProjectDomain.js.map +0 -1
- package/dist/commonjs/funcs/projectsCreateProject.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsCreateProject.js +0 -99
- package/dist/commonjs/funcs/projectsCreateProject.js.map +0 -1
- package/dist/commonjs/funcs/projectsCreateProjectEnv.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsCreateProjectEnv.js +0 -106
- package/dist/commonjs/funcs/projectsCreateProjectEnv.js.map +0 -1
- package/dist/commonjs/funcs/projectsDeleteProject.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsDeleteProject.js +0 -105
- package/dist/commonjs/funcs/projectsDeleteProject.js.map +0 -1
- package/dist/commonjs/funcs/projectsEditProjectEnv.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsEditProjectEnv.js +0 -109
- package/dist/commonjs/funcs/projectsEditProjectEnv.js.map +0 -1
- package/dist/commonjs/funcs/projectsFilterProjectEnvs.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsFilterProjectEnvs.js +0 -107
- package/dist/commonjs/funcs/projectsFilterProjectEnvs.js.map +0 -1
- package/dist/commonjs/funcs/projectsGetProjectDomain.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsGetProjectDomain.js +0 -108
- package/dist/commonjs/funcs/projectsGetProjectDomain.js.map +0 -1
- package/dist/commonjs/funcs/projectsGetProjectEnv.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsGetProjectEnv.js +0 -108
- package/dist/commonjs/funcs/projectsGetProjectEnv.js.map +0 -1
- package/dist/commonjs/funcs/projectsGetProjects.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsGetProjects.js +0 -109
- package/dist/commonjs/funcs/projectsGetProjects.js.map +0 -1
- package/dist/commonjs/funcs/projectsListPromoteAliases.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsListPromoteAliases.js +0 -108
- package/dist/commonjs/funcs/projectsListPromoteAliases.js.map +0 -1
- package/dist/commonjs/funcs/projectsPauseProject.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsPauseProject.js +0 -104
- package/dist/commonjs/funcs/projectsPauseProject.js.map +0 -1
- package/dist/commonjs/funcs/projectsRemoveProjectDomain.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsRemoveProjectDomain.js +0 -108
- package/dist/commonjs/funcs/projectsRemoveProjectDomain.js.map +0 -1
- package/dist/commonjs/funcs/projectsRemoveProjectEnv.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsRemoveProjectEnv.js +0 -108
- package/dist/commonjs/funcs/projectsRemoveProjectEnv.js.map +0 -1
- package/dist/commonjs/funcs/projectsRequestPromote.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsRequestPromote.js +0 -109
- package/dist/commonjs/funcs/projectsRequestPromote.js.map +0 -1
- package/dist/commonjs/funcs/projectsUnpauseProject.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsUnpauseProject.js +0 -104
- package/dist/commonjs/funcs/projectsUnpauseProject.js.map +0 -1
- package/dist/commonjs/funcs/projectsUpdateProject.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsUpdateProject.js +0 -105
- package/dist/commonjs/funcs/projectsUpdateProject.js.map +0 -1
- package/dist/commonjs/funcs/projectsUpdateProjectDataCache.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsUpdateProjectDataCache.js +0 -105
- package/dist/commonjs/funcs/projectsUpdateProjectDataCache.js.map +0 -1
- package/dist/commonjs/funcs/projectsUpdateProjectDomain.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsUpdateProjectDomain.js +0 -109
- package/dist/commonjs/funcs/projectsUpdateProjectDomain.js.map +0 -1
- package/dist/commonjs/funcs/projectsUpdateProjectProtectionBypass.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsUpdateProjectProtectionBypass.js +0 -105
- package/dist/commonjs/funcs/projectsUpdateProjectProtectionBypass.js.map +0 -1
- package/dist/commonjs/funcs/projectsVerifyProjectDomain.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsVerifyProjectDomain.js +0 -108
- package/dist/commonjs/funcs/projectsVerifyProjectDomain.js.map +0 -1
- package/dist/commonjs/funcs/secretsCreateSecret.d.ts.map +0 -1
- package/dist/commonjs/funcs/secretsCreateSecret.js +0 -105
- package/dist/commonjs/funcs/secretsCreateSecret.js.map +0 -1
- package/dist/commonjs/funcs/secretsDeleteSecret.d.ts.map +0 -1
- package/dist/commonjs/funcs/secretsDeleteSecret.js +0 -104
- package/dist/commonjs/funcs/secretsDeleteSecret.js.map +0 -1
- package/dist/commonjs/funcs/secretsGetSecret.d.ts.map +0 -1
- package/dist/commonjs/funcs/secretsGetSecret.js +0 -105
- package/dist/commonjs/funcs/secretsGetSecret.js.map +0 -1
- package/dist/commonjs/funcs/secretsGetSecrets.d.ts +0 -15
- package/dist/commonjs/funcs/secretsGetSecrets.d.ts.map +0 -1
- package/dist/commonjs/funcs/secretsGetSecrets.js +0 -100
- package/dist/commonjs/funcs/secretsGetSecrets.js.map +0 -1
- package/dist/commonjs/funcs/secretsRenameSecret.d.ts.map +0 -1
- package/dist/commonjs/funcs/secretsRenameSecret.js +0 -105
- package/dist/commonjs/funcs/secretsRenameSecret.js.map +0 -1
- package/dist/commonjs/funcs/securityGetFirewallConfig.d.ts.map +0 -1
- package/dist/commonjs/funcs/securityGetFirewallConfig.js +0 -105
- package/dist/commonjs/funcs/securityGetFirewallConfig.js.map +0 -1
- package/dist/commonjs/funcs/securityPutFirewallConfig.d.ts.map +0 -1
- package/dist/commonjs/funcs/securityPutFirewallConfig.js +0 -100
- package/dist/commonjs/funcs/securityPutFirewallConfig.js.map +0 -1
- package/dist/commonjs/funcs/securityUpdateAttackChallengeMode.d.ts.map +0 -1
- package/dist/commonjs/funcs/securityUpdateAttackChallengeMode.js +0 -99
- package/dist/commonjs/funcs/securityUpdateAttackChallengeMode.js.map +0 -1
- package/dist/commonjs/funcs/securityUpdateFirewallConfig.d.ts.map +0 -1
- package/dist/commonjs/funcs/securityUpdateFirewallConfig.js +0 -100
- package/dist/commonjs/funcs/securityUpdateFirewallConfig.js.map +0 -1
- package/dist/commonjs/funcs/teamsCreateTeam.d.ts.map +0 -1
- package/dist/commonjs/funcs/teamsCreateTeam.js +0 -96
- package/dist/commonjs/funcs/teamsCreateTeam.js.map +0 -1
- package/dist/commonjs/funcs/teamsDeleteTeam.d.ts.map +0 -1
- package/dist/commonjs/funcs/teamsDeleteTeam.js +0 -105
- package/dist/commonjs/funcs/teamsDeleteTeam.js.map +0 -1
- package/dist/commonjs/funcs/teamsDeleteTeamInviteCode.d.ts.map +0 -1
- package/dist/commonjs/funcs/teamsDeleteTeamInviteCode.js +0 -103
- package/dist/commonjs/funcs/teamsDeleteTeamInviteCode.js.map +0 -1
- package/dist/commonjs/funcs/teamsGetTeam.d.ts.map +0 -1
- package/dist/commonjs/funcs/teamsGetTeam.js +0 -104
- package/dist/commonjs/funcs/teamsGetTeam.js.map +0 -1
- package/dist/commonjs/funcs/teamsGetTeamAccessRequest.d.ts.map +0 -1
- package/dist/commonjs/funcs/teamsGetTeamAccessRequest.js +0 -103
- package/dist/commonjs/funcs/teamsGetTeamAccessRequest.js.map +0 -1
- package/dist/commonjs/funcs/teamsGetTeamMembers.d.ts.map +0 -1
- package/dist/commonjs/funcs/teamsGetTeamMembers.js +0 -109
- package/dist/commonjs/funcs/teamsGetTeamMembers.js.map +0 -1
- package/dist/commonjs/funcs/teamsGetTeams.d.ts.map +0 -1
- package/dist/commonjs/funcs/teamsGetTeams.js +0 -99
- package/dist/commonjs/funcs/teamsGetTeams.js.map +0 -1
- package/dist/commonjs/funcs/teamsInviteUserToTeam.d.ts.map +0 -1
- package/dist/commonjs/funcs/teamsInviteUserToTeam.js +0 -100
- package/dist/commonjs/funcs/teamsInviteUserToTeam.js.map +0 -1
- package/dist/commonjs/funcs/teamsJoinTeam.d.ts.map +0 -1
- package/dist/commonjs/funcs/teamsJoinTeam.js +0 -100
- package/dist/commonjs/funcs/teamsJoinTeam.js.map +0 -1
- package/dist/commonjs/funcs/teamsPatchTeam.d.ts.map +0 -1
- package/dist/commonjs/funcs/teamsPatchTeam.js +0 -105
- package/dist/commonjs/funcs/teamsPatchTeam.js.map +0 -1
- package/dist/commonjs/funcs/teamsRemoveTeamMember.d.ts.map +0 -1
- package/dist/commonjs/funcs/teamsRemoveTeamMember.js +0 -107
- package/dist/commonjs/funcs/teamsRemoveTeamMember.js.map +0 -1
- package/dist/commonjs/funcs/teamsRequestAccessToTeam.d.ts.map +0 -1
- package/dist/commonjs/funcs/teamsRequestAccessToTeam.js +0 -100
- package/dist/commonjs/funcs/teamsRequestAccessToTeam.js.map +0 -1
- package/dist/commonjs/funcs/teamsUpdateTeamMember.d.ts.map +0 -1
- package/dist/commonjs/funcs/teamsUpdateTeamMember.js +0 -104
- package/dist/commonjs/funcs/teamsUpdateTeamMember.js.map +0 -1
- package/dist/commonjs/funcs/userGetAuthUser.d.ts.map +0 -1
- package/dist/commonjs/funcs/userGetAuthUser.js +0 -84
- package/dist/commonjs/funcs/userGetAuthUser.js.map +0 -1
- package/dist/commonjs/funcs/userListUserEvents.d.ts.map +0 -1
- package/dist/commonjs/funcs/userListUserEvents.js +0 -104
- package/dist/commonjs/funcs/userListUserEvents.js.map +0 -1
- package/dist/commonjs/funcs/userRequestDelete.d.ts.map +0 -1
- package/dist/commonjs/funcs/userRequestDelete.js +0 -96
- package/dist/commonjs/funcs/userRequestDelete.js.map +0 -1
- package/dist/commonjs/funcs/webhooksCreateWebhook.d.ts.map +0 -1
- package/dist/commonjs/funcs/webhooksCreateWebhook.js +0 -99
- package/dist/commonjs/funcs/webhooksCreateWebhook.js.map +0 -1
- package/dist/commonjs/funcs/webhooksDeleteWebhook.d.ts.map +0 -1
- package/dist/commonjs/funcs/webhooksDeleteWebhook.js +0 -105
- package/dist/commonjs/funcs/webhooksDeleteWebhook.js.map +0 -1
- package/dist/commonjs/funcs/webhooksGetWebhook.d.ts.map +0 -1
- package/dist/commonjs/funcs/webhooksGetWebhook.js +0 -104
- package/dist/commonjs/funcs/webhooksGetWebhook.js.map +0 -1
- package/dist/commonjs/funcs/webhooksGetWebhooks.d.ts.map +0 -1
- package/dist/commonjs/funcs/webhooksGetWebhooks.js +0 -99
- package/dist/commonjs/funcs/webhooksGetWebhooks.js.map +0 -1
- package/dist/commonjs/hooks/hooks.d.ts.map +0 -1
- package/dist/commonjs/hooks/hooks.js +0 -68
- package/dist/commonjs/hooks/hooks.js.map +0 -1
- package/dist/commonjs/hooks/registration.d.ts.map +0 -1
- package/dist/commonjs/hooks/registration.js +0 -15
- package/dist/commonjs/hooks/registration.js.map +0 -1
- package/dist/commonjs/hooks/types.d.ts +0 -74
- package/dist/commonjs/hooks/types.d.ts.map +0 -1
- package/dist/commonjs/hooks/types.js +0 -6
- package/dist/commonjs/hooks/types.js.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/index.js +0 -36
- package/dist/commonjs/index.js.map +0 -1
- package/dist/commonjs/lib/base64.d.ts.map +0 -1
- package/dist/commonjs/lib/base64.js +0 -61
- package/dist/commonjs/lib/base64.js.map +0 -1
- package/dist/commonjs/lib/config.d.ts +0 -34
- package/dist/commonjs/lib/config.d.ts.map +0 -1
- package/dist/commonjs/lib/config.js +0 -39
- package/dist/commonjs/lib/config.js.map +0 -1
- package/dist/commonjs/lib/dlv.d.ts.map +0 -1
- package/dist/commonjs/lib/dlv.js +0 -49
- package/dist/commonjs/lib/dlv.js.map +0 -1
- package/dist/commonjs/lib/encodings.d.ts.map +0 -1
- package/dist/commonjs/lib/encodings.js +0 -343
- package/dist/commonjs/lib/encodings.js.map +0 -1
- package/dist/commonjs/lib/files.d.ts.map +0 -1
- package/dist/commonjs/lib/files.js +0 -36
- package/dist/commonjs/lib/files.js.map +0 -1
- package/dist/commonjs/lib/http.d.ts.map +0 -1
- package/dist/commonjs/lib/http.js +0 -218
- package/dist/commonjs/lib/http.js.map +0 -1
- package/dist/commonjs/lib/is-plain-object.d.ts.map +0 -1
- package/dist/commonjs/lib/is-plain-object.js +0 -41
- package/dist/commonjs/lib/is-plain-object.js.map +0 -1
- package/dist/commonjs/lib/logger.d.ts.map +0 -1
- package/dist/commonjs/lib/logger.js +0 -6
- package/dist/commonjs/lib/logger.js.map +0 -1
- package/dist/commonjs/lib/matchers.d.ts.map +0 -1
- package/dist/commonjs/lib/matchers.js +0 -205
- package/dist/commonjs/lib/matchers.js.map +0 -1
- package/dist/commonjs/lib/primitives.d.ts +0 -16
- package/dist/commonjs/lib/primitives.d.ts.map +0 -1
- package/dist/commonjs/lib/primitives.js +0 -29
- package/dist/commonjs/lib/primitives.js.map +0 -1
- package/dist/commonjs/lib/retries.d.ts.map +0 -1
- package/dist/commonjs/lib/retries.js +0 -155
- package/dist/commonjs/lib/retries.js.map +0 -1
- package/dist/commonjs/lib/schemas.d.ts.map +0 -1
- package/dist/commonjs/lib/schemas.js +0 -59
- package/dist/commonjs/lib/schemas.js.map +0 -1
- package/dist/commonjs/lib/sdks.d.ts.map +0 -1
- package/dist/commonjs/lib/sdks.js +0 -273
- package/dist/commonjs/lib/sdks.js.map +0 -1
- package/dist/commonjs/lib/security.d.ts +0 -63
- package/dist/commonjs/lib/security.d.ts.map +0 -1
- package/dist/commonjs/lib/security.js +0 -128
- package/dist/commonjs/lib/security.js.map +0 -1
- package/dist/commonjs/lib/url.d.ts.map +0 -1
- package/dist/commonjs/lib/url.js +0 -25
- package/dist/commonjs/lib/url.js.map +0 -1
- package/dist/commonjs/models/components/aclaction.d.ts.map +0 -1
- package/dist/commonjs/models/components/aclaction.js +0 -57
- package/dist/commonjs/models/components/aclaction.js.map +0 -1
- package/dist/commonjs/models/components/authtoken.d.ts +0 -276
- package/dist/commonjs/models/components/authtoken.d.ts.map +0 -1
- package/dist/commonjs/models/components/authtoken.js +0 -229
- package/dist/commonjs/models/components/authtoken.js.map +0 -1
- package/dist/commonjs/models/components/authuser.d.ts.map +0 -1
- package/dist/commonjs/models/components/authuser.js +0 -687
- package/dist/commonjs/models/components/authuser.js.map +0 -1
- package/dist/commonjs/models/components/authuserlimited.d.ts.map +0 -1
- package/dist/commonjs/models/components/authuserlimited.js +0 -85
- package/dist/commonjs/models/components/authuserlimited.js.map +0 -1
- package/dist/commonjs/models/components/edgeconfigitem.d.ts.map +0 -1
- package/dist/commonjs/models/components/edgeconfigitem.js +0 -61
- package/dist/commonjs/models/components/edgeconfigitem.js.map +0 -1
- package/dist/commonjs/models/components/edgeconfigitemvalue.d.ts.map +0 -1
- package/dist/commonjs/models/components/edgeconfigitemvalue.js +0 -58
- package/dist/commonjs/models/components/edgeconfigitemvalue.js.map +0 -1
- package/dist/commonjs/models/components/edgeconfigtoken.d.ts.map +0 -1
- package/dist/commonjs/models/components/edgeconfigtoken.js +0 -58
- package/dist/commonjs/models/components/edgeconfigtoken.js.map +0 -1
- package/dist/commonjs/models/components/filetree.d.ts.map +0 -1
- package/dist/commonjs/models/components/filetree.js +0 -88
- package/dist/commonjs/models/components/filetree.js.map +0 -1
- package/dist/commonjs/models/components/flagjsonvalue.d.ts.map +0 -1
- package/dist/commonjs/models/components/flagjsonvalue.js +0 -58
- package/dist/commonjs/models/components/flagjsonvalue.js.map +0 -1
- package/dist/commonjs/models/components/pagination.d.ts.map +0 -1
- package/dist/commonjs/models/components/pagination.js +0 -54
- package/dist/commonjs/models/components/pagination.js.map +0 -1
- package/dist/commonjs/models/components/security.d.ts +0 -25
- package/dist/commonjs/models/components/security.d.ts.map +0 -1
- package/dist/commonjs/models/components/security.js +0 -50
- package/dist/commonjs/models/components/security.js.map +0 -1
- package/dist/commonjs/models/components/teamlimited.d.ts.map +0 -1
- package/dist/commonjs/models/components/teamlimited.js +0 -304
- package/dist/commonjs/models/components/teamlimited.js.map +0 -1
- package/dist/commonjs/models/components/userevent.d.ts +0 -218
- package/dist/commonjs/models/components/userevent.d.ts.map +0 -1
- package/dist/commonjs/models/components/userevent.js +0 -152
- package/dist/commonjs/models/components/userevent.js.map +0 -1
- package/dist/commonjs/models/errors/httpclienterrors.d.ts.map +0 -1
- package/dist/commonjs/models/errors/httpclienterrors.js +0 -78
- package/dist/commonjs/models/errors/httpclienterrors.js.map +0 -1
- package/dist/commonjs/models/errors/sdkerror.d.ts.map +0 -1
- package/dist/commonjs/models/errors/sdkerror.js +0 -21
- package/dist/commonjs/models/errors/sdkerror.js.map +0 -1
- package/dist/commonjs/models/errors/sdkvalidationerror.d.ts.map +0 -1
- package/dist/commonjs/models/errors/sdkvalidationerror.js +0 -105
- package/dist/commonjs/models/errors/sdkvalidationerror.js.map +0 -1
- package/dist/commonjs/models/operations/addprojectdomain.d.ts.map +0 -1
- package/dist/commonjs/models/operations/addprojectdomain.js +0 -180
- package/dist/commonjs/models/operations/addprojectdomain.js.map +0 -1
- package/dist/commonjs/models/operations/addprojectmember.d.ts.map +0 -1
- package/dist/commonjs/models/operations/addprojectmember.js +0 -260
- package/dist/commonjs/models/operations/addprojectmember.js.map +0 -1
- package/dist/commonjs/models/operations/artifactexists.d.ts.map +0 -1
- package/dist/commonjs/models/operations/artifactexists.js +0 -54
- package/dist/commonjs/models/operations/artifactexists.js.map +0 -1
- package/dist/commonjs/models/operations/artifactquery.d.ts.map +0 -1
- package/dist/commonjs/models/operations/artifactquery.js +0 -165
- package/dist/commonjs/models/operations/artifactquery.js.map +0 -1
- package/dist/commonjs/models/operations/assignalias.d.ts.map +0 -1
- package/dist/commonjs/models/operations/assignalias.js +0 -111
- package/dist/commonjs/models/operations/assignalias.js.map +0 -1
- package/dist/commonjs/models/operations/buydomain.d.ts.map +0 -1
- package/dist/commonjs/models/operations/buydomain.js +0 -219
- package/dist/commonjs/models/operations/buydomain.js.map +0 -1
- package/dist/commonjs/models/operations/canceldeployment.d.ts +0 -2677
- package/dist/commonjs/models/operations/canceldeployment.d.ts.map +0 -1
- package/dist/commonjs/models/operations/canceldeployment.js +0 -2270
- package/dist/commonjs/models/operations/canceldeployment.js.map +0 -1
- package/dist/commonjs/models/operations/checkdomainprice.d.ts +0 -112
- package/dist/commonjs/models/operations/checkdomainprice.d.ts.map +0 -1
- package/dist/commonjs/models/operations/checkdomainprice.js +0 -100
- package/dist/commonjs/models/operations/checkdomainprice.js.map +0 -1
- package/dist/commonjs/models/operations/checkdomainstatus.d.ts.map +0 -1
- package/dist/commonjs/models/operations/checkdomainstatus.js +0 -73
- package/dist/commonjs/models/operations/checkdomainstatus.js.map +0 -1
- package/dist/commonjs/models/operations/createaccessgroup.d.ts.map +0 -1
- package/dist/commonjs/models/operations/createaccessgroup.js +0 -165
- package/dist/commonjs/models/operations/createaccessgroup.js.map +0 -1
- package/dist/commonjs/models/operations/createauthtoken.d.ts.map +0 -1
- package/dist/commonjs/models/operations/createauthtoken.js +0 -108
- package/dist/commonjs/models/operations/createauthtoken.js.map +0 -1
- package/dist/commonjs/models/operations/createcheck.d.ts.map +0 -1
- package/dist/commonjs/models/operations/createcheck.js +0 -453
- package/dist/commonjs/models/operations/createcheck.js.map +0 -1
- package/dist/commonjs/models/operations/createconfigurablelogdrain.d.ts.map +0 -1
- package/dist/commonjs/models/operations/createconfigurablelogdrain.js +0 -360
- package/dist/commonjs/models/operations/createconfigurablelogdrain.js.map +0 -1
- package/dist/commonjs/models/operations/createdeployment.d.ts.map +0 -1
- package/dist/commonjs/models/operations/createdeployment.js +0 -2962
- package/dist/commonjs/models/operations/createdeployment.js.map +0 -1
- package/dist/commonjs/models/operations/createedgeconfig.d.ts.map +0 -1
- package/dist/commonjs/models/operations/createedgeconfig.js +0 -366
- package/dist/commonjs/models/operations/createedgeconfig.js.map +0 -1
- package/dist/commonjs/models/operations/createedgeconfigtoken.d.ts.map +0 -1
- package/dist/commonjs/models/operations/createedgeconfigtoken.js +0 -107
- package/dist/commonjs/models/operations/createedgeconfigtoken.js.map +0 -1
- package/dist/commonjs/models/operations/createlogdrain.d.ts.map +0 -1
- package/dist/commonjs/models/operations/createlogdrain.js +0 -305
- package/dist/commonjs/models/operations/createlogdrain.js.map +0 -1
- package/dist/commonjs/models/operations/createortransferdomain.d.ts.map +0 -1
- package/dist/commonjs/models/operations/createortransferdomain.js +0 -287
- package/dist/commonjs/models/operations/createortransferdomain.js.map +0 -1
- package/dist/commonjs/models/operations/createproject.d.ts +0 -4987
- package/dist/commonjs/models/operations/createproject.d.ts.map +0 -1
- package/dist/commonjs/models/operations/createproject.js +0 -4109
- package/dist/commonjs/models/operations/createproject.js.map +0 -1
- package/dist/commonjs/models/operations/createprojectenv.d.ts +0 -2714
- package/dist/commonjs/models/operations/createprojectenv.d.ts.map +0 -1
- package/dist/commonjs/models/operations/createprojectenv.js +0 -2379
- package/dist/commonjs/models/operations/createprojectenv.js.map +0 -1
- package/dist/commonjs/models/operations/createrecord.d.ts.map +0 -1
- package/dist/commonjs/models/operations/createrecord.js +0 -808
- package/dist/commonjs/models/operations/createrecord.js.map +0 -1
- package/dist/commonjs/models/operations/createsecret.d.ts +0 -197
- package/dist/commonjs/models/operations/createsecret.d.ts.map +0 -1
- package/dist/commonjs/models/operations/createsecret.js +0 -164
- package/dist/commonjs/models/operations/createsecret.js.map +0 -1
- package/dist/commonjs/models/operations/createteam.d.ts.map +0 -1
- package/dist/commonjs/models/operations/createteam.js +0 -144
- package/dist/commonjs/models/operations/createteam.js.map +0 -1
- package/dist/commonjs/models/operations/createwebhook.d.ts.map +0 -1
- package/dist/commonjs/models/operations/createwebhook.js +0 -237
- package/dist/commonjs/models/operations/createwebhook.js.map +0 -1
- package/dist/commonjs/models/operations/datacachebillingsettings.d.ts +0 -48
- package/dist/commonjs/models/operations/datacachebillingsettings.d.ts.map +0 -1
- package/dist/commonjs/models/operations/datacachebillingsettings.js +0 -69
- package/dist/commonjs/models/operations/datacachebillingsettings.js.map +0 -1
- package/dist/commonjs/models/operations/datacachepurgeall.d.ts +0 -25
- package/dist/commonjs/models/operations/datacachepurgeall.d.ts.map +0 -1
- package/dist/commonjs/models/operations/datacachepurgeall.js +0 -50
- package/dist/commonjs/models/operations/datacachepurgeall.js.map +0 -1
- package/dist/commonjs/models/operations/deleteaccessgroup.d.ts.map +0 -1
- package/dist/commonjs/models/operations/deleteaccessgroup.js +0 -54
- package/dist/commonjs/models/operations/deleteaccessgroup.js.map +0 -1
- package/dist/commonjs/models/operations/deletealias.d.ts.map +0 -1
- package/dist/commonjs/models/operations/deletealias.js +0 -91
- package/dist/commonjs/models/operations/deletealias.js.map +0 -1
- package/dist/commonjs/models/operations/deleteauthtoken.d.ts.map +0 -1
- package/dist/commonjs/models/operations/deleteauthtoken.js +0 -69
- package/dist/commonjs/models/operations/deleteauthtoken.js.map +0 -1
- package/dist/commonjs/models/operations/deleteconfigurablelogdrain.d.ts.map +0 -1
- package/dist/commonjs/models/operations/deleteconfigurablelogdrain.js +0 -54
- package/dist/commonjs/models/operations/deleteconfigurablelogdrain.js.map +0 -1
- package/dist/commonjs/models/operations/deleteconfiguration.d.ts.map +0 -1
- package/dist/commonjs/models/operations/deleteconfiguration.js +0 -54
- package/dist/commonjs/models/operations/deleteconfiguration.js.map +0 -1
- package/dist/commonjs/models/operations/deletedeployment.d.ts.map +0 -1
- package/dist/commonjs/models/operations/deletedeployment.js +0 -98
- package/dist/commonjs/models/operations/deletedeployment.js.map +0 -1
- package/dist/commonjs/models/operations/deletedomain.d.ts.map +0 -1
- package/dist/commonjs/models/operations/deletedomain.js +0 -73
- package/dist/commonjs/models/operations/deletedomain.js.map +0 -1
- package/dist/commonjs/models/operations/deleteedgeconfig.d.ts.map +0 -1
- package/dist/commonjs/models/operations/deleteedgeconfig.js +0 -54
- package/dist/commonjs/models/operations/deleteedgeconfig.js.map +0 -1
- package/dist/commonjs/models/operations/deleteedgeconfigschema.d.ts.map +0 -1
- package/dist/commonjs/models/operations/deleteedgeconfigschema.js +0 -54
- package/dist/commonjs/models/operations/deleteedgeconfigschema.js.map +0 -1
- package/dist/commonjs/models/operations/deleteedgeconfigtokens.d.ts.map +0 -1
- package/dist/commonjs/models/operations/deleteedgeconfigtokens.js +0 -86
- package/dist/commonjs/models/operations/deleteedgeconfigtokens.js.map +0 -1
- package/dist/commonjs/models/operations/deleteintegrationlogdrain.d.ts.map +0 -1
- package/dist/commonjs/models/operations/deleteintegrationlogdrain.js +0 -54
- package/dist/commonjs/models/operations/deleteintegrationlogdrain.js.map +0 -1
- package/dist/commonjs/models/operations/deleteproject.d.ts.map +0 -1
- package/dist/commonjs/models/operations/deleteproject.js +0 -54
- package/dist/commonjs/models/operations/deleteproject.js.map +0 -1
- package/dist/commonjs/models/operations/deletesecret.d.ts.map +0 -1
- package/dist/commonjs/models/operations/deletesecret.js +0 -77
- package/dist/commonjs/models/operations/deletesecret.js.map +0 -1
- package/dist/commonjs/models/operations/deleteteam.d.ts.map +0 -1
- package/dist/commonjs/models/operations/deleteteam.js +0 -126
- package/dist/commonjs/models/operations/deleteteam.js.map +0 -1
- package/dist/commonjs/models/operations/deleteteaminvitecode.d.ts.map +0 -1
- package/dist/commonjs/models/operations/deleteteaminvitecode.js +0 -71
- package/dist/commonjs/models/operations/deleteteaminvitecode.js.map +0 -1
- package/dist/commonjs/models/operations/deletewebhook.d.ts.map +0 -1
- package/dist/commonjs/models/operations/deletewebhook.js +0 -54
- package/dist/commonjs/models/operations/deletewebhook.js.map +0 -1
- package/dist/commonjs/models/operations/downloadartifact.d.ts.map +0 -1
- package/dist/commonjs/models/operations/downloadartifact.js +0 -69
- package/dist/commonjs/models/operations/downloadartifact.js.map +0 -1
- package/dist/commonjs/models/operations/editprojectenv.d.ts +0 -1140
- package/dist/commonjs/models/operations/editprojectenv.d.ts.map +0 -1
- package/dist/commonjs/models/operations/editprojectenv.js +0 -1007
- package/dist/commonjs/models/operations/editprojectenv.js.map +0 -1
- package/dist/commonjs/models/operations/filterprojectenvs.d.ts.map +0 -1
- package/dist/commonjs/models/operations/filterprojectenvs.js +0 -2710
- package/dist/commonjs/models/operations/filterprojectenvs.js.map +0 -1
- package/dist/commonjs/models/operations/getalias.d.ts +0 -488
- package/dist/commonjs/models/operations/getalias.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getalias.js +0 -377
- package/dist/commonjs/models/operations/getalias.js.map +0 -1
- package/dist/commonjs/models/operations/getallchecks.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getallchecks.js +0 -428
- package/dist/commonjs/models/operations/getallchecks.js.map +0 -1
- package/dist/commonjs/models/operations/getalllogdrains.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getalllogdrains.js +0 -241
- package/dist/commonjs/models/operations/getalllogdrains.js.map +0 -1
- package/dist/commonjs/models/operations/getauthtoken.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getauthtoken.js +0 -70
- package/dist/commonjs/models/operations/getauthtoken.js.map +0 -1
- package/dist/commonjs/models/operations/getauthuser.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getauthuser.js +0 -68
- package/dist/commonjs/models/operations/getauthuser.js.map +0 -1
- package/dist/commonjs/models/operations/getcertbyid.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getcertbyid.js +0 -81
- package/dist/commonjs/models/operations/getcertbyid.js.map +0 -1
- package/dist/commonjs/models/operations/getcerts.d.ts +0 -56
- package/dist/commonjs/models/operations/getcerts.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getcerts.js +0 -78
- package/dist/commonjs/models/operations/getcerts.js.map +0 -1
- package/dist/commonjs/models/operations/getcheck.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getcheck.js +0 -416
- package/dist/commonjs/models/operations/getcheck.js.map +0 -1
- package/dist/commonjs/models/operations/getconfigurablelogdrain.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getconfigurablelogdrain.js +0 -240
- package/dist/commonjs/models/operations/getconfigurablelogdrain.js.map +0 -1
- package/dist/commonjs/models/operations/getconfiguration.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getconfiguration.js +0 -546
- package/dist/commonjs/models/operations/getconfiguration.js.map +0 -1
- package/dist/commonjs/models/operations/getconfigurations.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getconfigurations.js +0 -738
- package/dist/commonjs/models/operations/getconfigurations.js.map +0 -1
- package/dist/commonjs/models/operations/getdeployment.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getdeployment.js +0 -3388
- package/dist/commonjs/models/operations/getdeployment.js.map +0 -1
- package/dist/commonjs/models/operations/getdeploymentevents.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getdeploymentevents.js +0 -110
- package/dist/commonjs/models/operations/getdeploymentevents.js.map +0 -1
- package/dist/commonjs/models/operations/getdeploymentfilecontents.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getdeploymentfilecontents.js +0 -58
- package/dist/commonjs/models/operations/getdeploymentfilecontents.js.map +0 -1
- package/dist/commonjs/models/operations/getdeployments.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getdeployments.js +0 -682
- package/dist/commonjs/models/operations/getdeployments.js.map +0 -1
- package/dist/commonjs/models/operations/getdomain.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getdomain.js +0 -177
- package/dist/commonjs/models/operations/getdomain.js.map +0 -1
- package/dist/commonjs/models/operations/getdomainconfig.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getdomainconfig.js +0 -148
- package/dist/commonjs/models/operations/getdomainconfig.js.map +0 -1
- package/dist/commonjs/models/operations/getdomains.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getdomains.js +0 -181
- package/dist/commonjs/models/operations/getdomains.js.map +0 -1
- package/dist/commonjs/models/operations/getdomaintransfer.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getdomaintransfer.js +0 -131
- package/dist/commonjs/models/operations/getdomaintransfer.js.map +0 -1
- package/dist/commonjs/models/operations/getedgeconfig.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getedgeconfig.js +0 -170
- package/dist/commonjs/models/operations/getedgeconfig.js.map +0 -1
- package/dist/commonjs/models/operations/getedgeconfigbackup.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getedgeconfigbackup.js +0 -339
- package/dist/commonjs/models/operations/getedgeconfigbackup.js.map +0 -1
- package/dist/commonjs/models/operations/getedgeconfigbackups.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getedgeconfigbackups.js +0 -152
- package/dist/commonjs/models/operations/getedgeconfigbackups.js.map +0 -1
- package/dist/commonjs/models/operations/getedgeconfigitem.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getedgeconfigitem.js +0 -56
- package/dist/commonjs/models/operations/getedgeconfigitem.js.map +0 -1
- package/dist/commonjs/models/operations/getedgeconfigitems.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getedgeconfigitems.js +0 -54
- package/dist/commonjs/models/operations/getedgeconfigitems.js.map +0 -1
- package/dist/commonjs/models/operations/getedgeconfigs.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getedgeconfigs.js +0 -169
- package/dist/commonjs/models/operations/getedgeconfigs.js.map +0 -1
- package/dist/commonjs/models/operations/getedgeconfigschema.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getedgeconfigschema.js +0 -69
- package/dist/commonjs/models/operations/getedgeconfigschema.js.map +0 -1
- package/dist/commonjs/models/operations/getedgeconfigtoken.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getedgeconfigtoken.js +0 -56
- package/dist/commonjs/models/operations/getedgeconfigtoken.js.map +0 -1
- package/dist/commonjs/models/operations/getedgeconfigtokens.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getedgeconfigtokens.js +0 -54
- package/dist/commonjs/models/operations/getedgeconfigtokens.js.map +0 -1
- package/dist/commonjs/models/operations/getfirewallconfig.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getfirewallconfig.js +0 -1033
- package/dist/commonjs/models/operations/getfirewallconfig.js.map +0 -1
- package/dist/commonjs/models/operations/getintegrationlogdrains.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getintegrationlogdrains.js +0 -197
- package/dist/commonjs/models/operations/getintegrationlogdrains.js.map +0 -1
- package/dist/commonjs/models/operations/getprojectdomain.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getprojectdomain.js +0 -120
- package/dist/commonjs/models/operations/getprojectdomain.js.map +0 -1
- package/dist/commonjs/models/operations/getprojectenv.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getprojectenv.js +0 -2632
- package/dist/commonjs/models/operations/getprojectenv.js.map +0 -1
- package/dist/commonjs/models/operations/getprojectmembers.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getprojectmembers.js +0 -251
- package/dist/commonjs/models/operations/getprojectmembers.js.map +0 -1
- package/dist/commonjs/models/operations/getprojects.d.ts +0 -4568
- package/dist/commonjs/models/operations/getprojects.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getprojects.js +0 -3881
- package/dist/commonjs/models/operations/getprojects.js.map +0 -1
- package/dist/commonjs/models/operations/getrecords.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getrecords.js +0 -260
- package/dist/commonjs/models/operations/getrecords.js.map +0 -1
- package/dist/commonjs/models/operations/getsecret.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getsecret.js +0 -113
- package/dist/commonjs/models/operations/getsecret.js.map +0 -1
- package/dist/commonjs/models/operations/getsecrets.d.ts +0 -144
- package/dist/commonjs/models/operations/getsecrets.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getsecrets.js +0 -113
- package/dist/commonjs/models/operations/getsecrets.js.map +0 -1
- package/dist/commonjs/models/operations/getteam.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getteam.js +0 -52
- package/dist/commonjs/models/operations/getteam.js.map +0 -1
- package/dist/commonjs/models/operations/getteamaccessrequest.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getteamaccessrequest.js +0 -224
- package/dist/commonjs/models/operations/getteamaccessrequest.js.map +0 -1
- package/dist/commonjs/models/operations/getteammembers.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getteammembers.js +0 -474
- package/dist/commonjs/models/operations/getteammembers.js.map +0 -1
- package/dist/commonjs/models/operations/getteams.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getteams.js +0 -93
- package/dist/commonjs/models/operations/getteams.js.map +0 -1
- package/dist/commonjs/models/operations/getwebhook.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getwebhook.js +0 -145
- package/dist/commonjs/models/operations/getwebhook.js.map +0 -1
- package/dist/commonjs/models/operations/getwebhooks.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getwebhooks.js +0 -348
- package/dist/commonjs/models/operations/getwebhooks.js.map +0 -1
- package/dist/commonjs/models/operations/gitnamespaces.d.ts.map +0 -1
- package/dist/commonjs/models/operations/gitnamespaces.js +0 -122
- package/dist/commonjs/models/operations/gitnamespaces.js.map +0 -1
- package/dist/commonjs/models/operations/inviteusertoteam.d.ts.map +0 -1
- package/dist/commonjs/models/operations/inviteusertoteam.js +0 -278
- package/dist/commonjs/models/operations/inviteusertoteam.js.map +0 -1
- package/dist/commonjs/models/operations/issuecert.d.ts.map +0 -1
- package/dist/commonjs/models/operations/issuecert.js +0 -109
- package/dist/commonjs/models/operations/issuecert.js.map +0 -1
- package/dist/commonjs/models/operations/jointeam.d.ts.map +0 -1
- package/dist/commonjs/models/operations/jointeam.js +0 -105
- package/dist/commonjs/models/operations/jointeam.js.map +0 -1
- package/dist/commonjs/models/operations/listaccessgroupmembers.d.ts.map +0 -1
- package/dist/commonjs/models/operations/listaccessgroupmembers.js +0 -157
- package/dist/commonjs/models/operations/listaccessgroupmembers.js.map +0 -1
- package/dist/commonjs/models/operations/listaccessgroupprojects.d.ts.map +0 -1
- package/dist/commonjs/models/operations/listaccessgroupprojects.js +0 -170
- package/dist/commonjs/models/operations/listaccessgroupprojects.js.map +0 -1
- package/dist/commonjs/models/operations/listaccessgroups.d.ts.map +0 -1
- package/dist/commonjs/models/operations/listaccessgroups.js +0 -181
- package/dist/commonjs/models/operations/listaccessgroups.js.map +0 -1
- package/dist/commonjs/models/operations/listaliases.d.ts.map +0 -1
- package/dist/commonjs/models/operations/listaliases.js +0 -421
- package/dist/commonjs/models/operations/listaliases.js.map +0 -1
- package/dist/commonjs/models/operations/listauthtokens.d.ts.map +0 -1
- package/dist/commonjs/models/operations/listauthtokens.js +0 -56
- package/dist/commonjs/models/operations/listauthtokens.js.map +0 -1
- package/dist/commonjs/models/operations/listdeploymentaliases.d.ts.map +0 -1
- package/dist/commonjs/models/operations/listdeploymentaliases.js +0 -327
- package/dist/commonjs/models/operations/listdeploymentaliases.js.map +0 -1
- package/dist/commonjs/models/operations/listdeploymentfiles.d.ts.map +0 -1
- package/dist/commonjs/models/operations/listdeploymentfiles.js +0 -54
- package/dist/commonjs/models/operations/listdeploymentfiles.js.map +0 -1
- package/dist/commonjs/models/operations/listpromotealiases.d.ts.map +0 -1
- package/dist/commonjs/models/operations/listpromotealiases.js +0 -143
- package/dist/commonjs/models/operations/listpromotealiases.js.map +0 -1
- package/dist/commonjs/models/operations/listuserevents.d.ts.map +0 -1
- package/dist/commonjs/models/operations/listuserevents.js +0 -84
- package/dist/commonjs/models/operations/listuserevents.js.map +0 -1
- package/dist/commonjs/models/operations/patchdomain.d.ts.map +0 -1
- package/dist/commonjs/models/operations/patchdomain.js +0 -224
- package/dist/commonjs/models/operations/patchdomain.js.map +0 -1
- package/dist/commonjs/models/operations/patchedgeconfigschema.d.ts.map +0 -1
- package/dist/commonjs/models/operations/patchedgeconfigschema.js +0 -103
- package/dist/commonjs/models/operations/patchedgeconfigschema.js.map +0 -1
- package/dist/commonjs/models/operations/patchteam.d.ts.map +0 -1
- package/dist/commonjs/models/operations/patchteam.js +0 -209
- package/dist/commonjs/models/operations/patchteam.js.map +0 -1
- package/dist/commonjs/models/operations/pauseproject.d.ts.map +0 -1
- package/dist/commonjs/models/operations/pauseproject.js +0 -79
- package/dist/commonjs/models/operations/pauseproject.js.map +0 -1
- package/dist/commonjs/models/operations/putfirewallconfig.d.ts.map +0 -1
- package/dist/commonjs/models/operations/putfirewallconfig.js +0 -2043
- package/dist/commonjs/models/operations/putfirewallconfig.js.map +0 -1
- package/dist/commonjs/models/operations/readaccessgroup.d.ts.map +0 -1
- package/dist/commonjs/models/operations/readaccessgroup.js +0 -107
- package/dist/commonjs/models/operations/readaccessgroup.js.map +0 -1
- package/dist/commonjs/models/operations/recordevents.d.ts.map +0 -1
- package/dist/commonjs/models/operations/recordevents.js +0 -143
- package/dist/commonjs/models/operations/recordevents.js.map +0 -1
- package/dist/commonjs/models/operations/removecert.d.ts.map +0 -1
- package/dist/commonjs/models/operations/removecert.js +0 -69
- package/dist/commonjs/models/operations/removecert.js.map +0 -1
- package/dist/commonjs/models/operations/removeprojectdomain.d.ts.map +0 -1
- package/dist/commonjs/models/operations/removeprojectdomain.js +0 -71
- package/dist/commonjs/models/operations/removeprojectdomain.js.map +0 -1
- package/dist/commonjs/models/operations/removeprojectenv.d.ts +0 -2954
- package/dist/commonjs/models/operations/removeprojectenv.d.ts.map +0 -1
- package/dist/commonjs/models/operations/removeprojectenv.js +0 -2661
- package/dist/commonjs/models/operations/removeprojectenv.js.map +0 -1
- package/dist/commonjs/models/operations/removeprojectmember.d.ts.map +0 -1
- package/dist/commonjs/models/operations/removeprojectmember.js +0 -75
- package/dist/commonjs/models/operations/removeprojectmember.js.map +0 -1
- package/dist/commonjs/models/operations/removerecord.d.ts.map +0 -1
- package/dist/commonjs/models/operations/removerecord.js +0 -71
- package/dist/commonjs/models/operations/removerecord.js.map +0 -1
- package/dist/commonjs/models/operations/removeteammember.d.ts.map +0 -1
- package/dist/commonjs/models/operations/removeteammember.js +0 -73
- package/dist/commonjs/models/operations/removeteammember.js.map +0 -1
- package/dist/commonjs/models/operations/renamesecret.d.ts.map +0 -1
- package/dist/commonjs/models/operations/renamesecret.js +0 -109
- package/dist/commonjs/models/operations/renamesecret.js.map +0 -1
- package/dist/commonjs/models/operations/requestaccesstoteam.d.ts.map +0 -1
- package/dist/commonjs/models/operations/requestaccesstoteam.js +0 -330
- package/dist/commonjs/models/operations/requestaccesstoteam.js.map +0 -1
- package/dist/commonjs/models/operations/requestdelete.d.ts.map +0 -1
- package/dist/commonjs/models/operations/requestdelete.js +0 -95
- package/dist/commonjs/models/operations/requestdelete.js.map +0 -1
- package/dist/commonjs/models/operations/requestpromote.d.ts.map +0 -1
- package/dist/commonjs/models/operations/requestpromote.js +0 -56
- package/dist/commonjs/models/operations/requestpromote.js.map +0 -1
- package/dist/commonjs/models/operations/rerequestcheck.d.ts.map +0 -1
- package/dist/commonjs/models/operations/rerequestcheck.js +0 -71
- package/dist/commonjs/models/operations/rerequestcheck.js.map +0 -1
- package/dist/commonjs/models/operations/searchrepo.d.ts.map +0 -1
- package/dist/commonjs/models/operations/searchrepo.js +0 -344
- package/dist/commonjs/models/operations/searchrepo.js.map +0 -1
- package/dist/commonjs/models/operations/status.d.ts.map +0 -1
- package/dist/commonjs/models/operations/status.js +0 -92
- package/dist/commonjs/models/operations/status.js.map +0 -1
- package/dist/commonjs/models/operations/unpauseproject.d.ts.map +0 -1
- package/dist/commonjs/models/operations/unpauseproject.js +0 -79
- package/dist/commonjs/models/operations/unpauseproject.js.map +0 -1
- package/dist/commonjs/models/operations/updateaccessgroup.d.ts.map +0 -1
- package/dist/commonjs/models/operations/updateaccessgroup.js +0 -188
- package/dist/commonjs/models/operations/updateaccessgroup.js.map +0 -1
- package/dist/commonjs/models/operations/updateattackchallengemode.d.ts.map +0 -1
- package/dist/commonjs/models/operations/updateattackchallengemode.js +0 -109
- package/dist/commonjs/models/operations/updateattackchallengemode.js.map +0 -1
- package/dist/commonjs/models/operations/updatecheck.d.ts.map +0 -1
- package/dist/commonjs/models/operations/updatecheck.js +0 -785
- package/dist/commonjs/models/operations/updatecheck.js.map +0 -1
- package/dist/commonjs/models/operations/updateedgeconfig.d.ts.map +0 -1
- package/dist/commonjs/models/operations/updateedgeconfig.js +0 -202
- package/dist/commonjs/models/operations/updateedgeconfig.js.map +0 -1
- package/dist/commonjs/models/operations/updatefirewallconfig.d.ts.map +0 -1
- package/dist/commonjs/models/operations/updatefirewallconfig.js +0 -1560
- package/dist/commonjs/models/operations/updatefirewallconfig.js.map +0 -1
- package/dist/commonjs/models/operations/updateproject.d.ts +0 -5183
- package/dist/commonjs/models/operations/updateproject.d.ts.map +0 -1
- package/dist/commonjs/models/operations/updateproject.js +0 -4234
- package/dist/commonjs/models/operations/updateproject.js.map +0 -1
- package/dist/commonjs/models/operations/updateprojectdatacache.d.ts +0 -4486
- package/dist/commonjs/models/operations/updateprojectdatacache.d.ts.map +0 -1
- package/dist/commonjs/models/operations/updateprojectdatacache.js +0 -3879
- package/dist/commonjs/models/operations/updateprojectdatacache.js.map +0 -1
- package/dist/commonjs/models/operations/updateprojectdomain.d.ts.map +0 -1
- package/dist/commonjs/models/operations/updateprojectdomain.js +0 -180
- package/dist/commonjs/models/operations/updateprojectdomain.js.map +0 -1
- package/dist/commonjs/models/operations/updateprojectprotectionbypass.d.ts.map +0 -1
- package/dist/commonjs/models/operations/updateprojectprotectionbypass.js +0 -187
- package/dist/commonjs/models/operations/updateprojectprotectionbypass.js.map +0 -1
- package/dist/commonjs/models/operations/updaterecord.d.ts.map +0 -1
- package/dist/commonjs/models/operations/updaterecord.js +0 -263
- package/dist/commonjs/models/operations/updaterecord.js.map +0 -1
- package/dist/commonjs/models/operations/updateteammember.d.ts.map +0 -1
- package/dist/commonjs/models/operations/updateteammember.js +0 -175
- package/dist/commonjs/models/operations/updateteammember.js.map +0 -1
- package/dist/commonjs/models/operations/uploadartifact.d.ts.map +0 -1
- package/dist/commonjs/models/operations/uploadartifact.js +0 -114
- package/dist/commonjs/models/operations/uploadartifact.js.map +0 -1
- package/dist/commonjs/models/operations/uploadcert.d.ts.map +0 -1
- package/dist/commonjs/models/operations/uploadcert.js +0 -115
- package/dist/commonjs/models/operations/uploadcert.js.map +0 -1
- package/dist/commonjs/models/operations/uploadfile.d.ts.map +0 -1
- package/dist/commonjs/models/operations/uploadfile.js +0 -130
- package/dist/commonjs/models/operations/uploadfile.js.map +0 -1
- package/dist/commonjs/models/operations/verifyprojectdomain.d.ts.map +0 -1
- package/dist/commonjs/models/operations/verifyprojectdomain.js +0 -120
- package/dist/commonjs/models/operations/verifyprojectdomain.js.map +0 -1
- package/dist/commonjs/sdk/accessgroups.d.ts.map +0 -1
- package/dist/commonjs/sdk/accessgroups.js +0 -82
- package/dist/commonjs/sdk/accessgroups.js.map +0 -1
- package/dist/commonjs/sdk/aliases.d.ts.map +0 -1
- package/dist/commonjs/sdk/aliases.js +0 -62
- package/dist/commonjs/sdk/aliases.js.map +0 -1
- package/dist/commonjs/sdk/artifacts.d.ts.map +0 -1
- package/dist/commonjs/sdk/artifacts.js +0 -72
- package/dist/commonjs/sdk/artifacts.js.map +0 -1
- package/dist/commonjs/sdk/authentication.d.ts.map +0 -1
- package/dist/commonjs/sdk/authentication.js +0 -52
- package/dist/commonjs/sdk/authentication.js.map +0 -1
- package/dist/commonjs/sdk/certs.d.ts.map +0 -1
- package/dist/commonjs/sdk/certs.js +0 -52
- package/dist/commonjs/sdk/certs.js.map +0 -1
- package/dist/commonjs/sdk/checks.d.ts.map +0 -1
- package/dist/commonjs/sdk/checks.js +0 -62
- package/dist/commonjs/sdk/checks.js.map +0 -1
- package/dist/commonjs/sdk/deployments.d.ts.map +0 -1
- package/dist/commonjs/sdk/deployments.js +0 -102
- package/dist/commonjs/sdk/deployments.js.map +0 -1
- package/dist/commonjs/sdk/dns.d.ts.map +0 -1
- package/dist/commonjs/sdk/dns.js +0 -52
- package/dist/commonjs/sdk/dns.js.map +0 -1
- package/dist/commonjs/sdk/domains.d.ts.map +0 -1
- package/dist/commonjs/sdk/domains.js +0 -112
- package/dist/commonjs/sdk/domains.js.map +0 -1
- package/dist/commonjs/sdk/edgeconfig.d.ts.map +0 -1
- package/dist/commonjs/sdk/edgeconfig.js +0 -172
- package/dist/commonjs/sdk/edgeconfig.js.map +0 -1
- package/dist/commonjs/sdk/integrations.d.ts.map +0 -1
- package/dist/commonjs/sdk/integrations.js +0 -62
- package/dist/commonjs/sdk/integrations.js.map +0 -1
- package/dist/commonjs/sdk/logdrains.d.ts.map +0 -1
- package/dist/commonjs/sdk/logdrains.js +0 -82
- package/dist/commonjs/sdk/logdrains.js.map +0 -1
- package/dist/commonjs/sdk/projectmembers.d.ts.map +0 -1
- package/dist/commonjs/sdk/projectmembers.js +0 -42
- package/dist/commonjs/sdk/projectmembers.js.map +0 -1
- package/dist/commonjs/sdk/projects.d.ts.map +0 -1
- package/dist/commonjs/sdk/projects.js +0 -212
- package/dist/commonjs/sdk/projects.js.map +0 -1
- package/dist/commonjs/sdk/sdk.d.ts +0 -67
- package/dist/commonjs/sdk/sdk.d.ts.map +0 -1
- package/dist/commonjs/sdk/sdk.js +0 -119
- package/dist/commonjs/sdk/sdk.js.map +0 -1
- package/dist/commonjs/sdk/secrets.d.ts +0 -44
- package/dist/commonjs/sdk/secrets.d.ts.map +0 -1
- package/dist/commonjs/sdk/secrets.js +0 -62
- package/dist/commonjs/sdk/secrets.js.map +0 -1
- package/dist/commonjs/sdk/security.d.ts.map +0 -1
- package/dist/commonjs/sdk/security.js +0 -52
- package/dist/commonjs/sdk/security.js.map +0 -1
- package/dist/commonjs/sdk/teams.d.ts.map +0 -1
- package/dist/commonjs/sdk/teams.js +0 -142
- package/dist/commonjs/sdk/teams.js.map +0 -1
- package/dist/commonjs/sdk/user.d.ts.map +0 -1
- package/dist/commonjs/sdk/user.js +0 -42
- package/dist/commonjs/sdk/user.js.map +0 -1
- package/dist/commonjs/sdk/webhooks.d.ts.map +0 -1
- package/dist/commonjs/sdk/webhooks.js +0 -52
- package/dist/commonjs/sdk/webhooks.js.map +0 -1
- package/dist/commonjs/types/blobs.d.ts.map +0 -1
- package/dist/commonjs/types/blobs.js +0 -52
- package/dist/commonjs/types/blobs.js.map +0 -1
- package/dist/commonjs/types/constdatetime.d.ts.map +0 -1
- package/dist/commonjs/types/constdatetime.js +0 -36
- package/dist/commonjs/types/constdatetime.js.map +0 -1
- package/dist/commonjs/types/enums.d.ts.map +0 -1
- package/dist/commonjs/types/enums.js +0 -10
- package/dist/commonjs/types/enums.js.map +0 -1
- package/dist/commonjs/types/fp.d.ts.map +0 -1
- package/dist/commonjs/types/fp.js +0 -37
- package/dist/commonjs/types/fp.js.map +0 -1
- package/dist/commonjs/types/operations.d.ts.map +0 -1
- package/dist/commonjs/types/operations.js +0 -80
- package/dist/commonjs/types/operations.js.map +0 -1
- package/dist/commonjs/types/rfcdate.d.ts.map +0 -1
- package/dist/commonjs/types/rfcdate.js +0 -46
- package/dist/commonjs/types/rfcdate.js.map +0 -1
- package/dist/commonjs/types/streams.d.ts.map +0 -1
- package/dist/commonjs/types/streams.js +0 -18
- package/dist/commonjs/types/streams.js.map +0 -1
- package/dist/esm/core.d.ts +0 -10
- package/dist/esm/core.d.ts.map +0 -1
- package/dist/esm/core.js.map +0 -1
- package/dist/esm/funcs/accessGroupsCreateAccessGroup.d.ts +0 -15
- package/dist/esm/funcs/accessGroupsCreateAccessGroup.d.ts.map +0 -1
- package/dist/esm/funcs/accessGroupsCreateAccessGroup.js +0 -73
- package/dist/esm/funcs/accessGroupsCreateAccessGroup.js.map +0 -1
- package/dist/esm/funcs/accessGroupsDeleteAccessGroup.d.ts +0 -15
- package/dist/esm/funcs/accessGroupsDeleteAccessGroup.d.ts.map +0 -1
- package/dist/esm/funcs/accessGroupsDeleteAccessGroup.js +0 -79
- package/dist/esm/funcs/accessGroupsDeleteAccessGroup.js.map +0 -1
- package/dist/esm/funcs/accessGroupsListAccessGroupMembers.d.ts +0 -15
- package/dist/esm/funcs/accessGroupsListAccessGroupMembers.d.ts.map +0 -1
- package/dist/esm/funcs/accessGroupsListAccessGroupMembers.js +0 -81
- package/dist/esm/funcs/accessGroupsListAccessGroupMembers.js.map +0 -1
- package/dist/esm/funcs/accessGroupsListAccessGroupProjects.d.ts +0 -15
- package/dist/esm/funcs/accessGroupsListAccessGroupProjects.d.ts.map +0 -1
- package/dist/esm/funcs/accessGroupsListAccessGroupProjects.js +0 -80
- package/dist/esm/funcs/accessGroupsListAccessGroupProjects.js.map +0 -1
- package/dist/esm/funcs/accessGroupsListAccessGroups.d.ts +0 -15
- package/dist/esm/funcs/accessGroupsListAccessGroups.d.ts.map +0 -1
- package/dist/esm/funcs/accessGroupsListAccessGroups.js +0 -78
- package/dist/esm/funcs/accessGroupsListAccessGroups.js.map +0 -1
- package/dist/esm/funcs/accessGroupsReadAccessGroup.d.ts +0 -15
- package/dist/esm/funcs/accessGroupsReadAccessGroup.d.ts.map +0 -1
- package/dist/esm/funcs/accessGroupsReadAccessGroup.js +0 -78
- package/dist/esm/funcs/accessGroupsReadAccessGroup.js.map +0 -1
- package/dist/esm/funcs/accessGroupsUpdateAccessGroup.d.ts +0 -15
- package/dist/esm/funcs/accessGroupsUpdateAccessGroup.d.ts.map +0 -1
- package/dist/esm/funcs/accessGroupsUpdateAccessGroup.js +0 -79
- package/dist/esm/funcs/accessGroupsUpdateAccessGroup.js.map +0 -1
- package/dist/esm/funcs/aliasesAssignAlias.d.ts +0 -15
- package/dist/esm/funcs/aliasesAssignAlias.d.ts.map +0 -1
- package/dist/esm/funcs/aliasesAssignAlias.js +0 -79
- package/dist/esm/funcs/aliasesAssignAlias.js.map +0 -1
- package/dist/esm/funcs/aliasesDeleteAlias.d.ts +0 -15
- package/dist/esm/funcs/aliasesDeleteAlias.d.ts.map +0 -1
- package/dist/esm/funcs/aliasesDeleteAlias.js +0 -78
- package/dist/esm/funcs/aliasesDeleteAlias.js.map +0 -1
- package/dist/esm/funcs/aliasesGetAlias.d.ts +0 -15
- package/dist/esm/funcs/aliasesGetAlias.d.ts.map +0 -1
- package/dist/esm/funcs/aliasesGetAlias.js +0 -82
- package/dist/esm/funcs/aliasesGetAlias.js.map +0 -1
- package/dist/esm/funcs/aliasesListAliases.d.ts +0 -15
- package/dist/esm/funcs/aliasesListAliases.d.ts.map +0 -1
- package/dist/esm/funcs/aliasesListAliases.js +0 -79
- package/dist/esm/funcs/aliasesListAliases.js.map +0 -1
- package/dist/esm/funcs/aliasesListDeploymentAliases.d.ts +0 -15
- package/dist/esm/funcs/aliasesListDeploymentAliases.d.ts.map +0 -1
- package/dist/esm/funcs/aliasesListDeploymentAliases.js +0 -78
- package/dist/esm/funcs/aliasesListDeploymentAliases.js.map +0 -1
- package/dist/esm/funcs/artifactsArtifactExists.d.ts +0 -15
- package/dist/esm/funcs/artifactsArtifactExists.d.ts.map +0 -1
- package/dist/esm/funcs/artifactsArtifactExists.js +0 -79
- package/dist/esm/funcs/artifactsArtifactExists.js.map +0 -1
- package/dist/esm/funcs/artifactsArtifactQuery.d.ts +0 -17
- package/dist/esm/funcs/artifactsArtifactQuery.d.ts.map +0 -1
- package/dist/esm/funcs/artifactsArtifactQuery.js +0 -74
- package/dist/esm/funcs/artifactsArtifactQuery.js.map +0 -1
- package/dist/esm/funcs/artifactsDownloadArtifact.d.ts +0 -15
- package/dist/esm/funcs/artifactsDownloadArtifact.d.ts.map +0 -1
- package/dist/esm/funcs/artifactsDownloadArtifact.js +0 -83
- package/dist/esm/funcs/artifactsDownloadArtifact.js.map +0 -1
- package/dist/esm/funcs/artifactsRecordEvents.d.ts +0 -15
- package/dist/esm/funcs/artifactsRecordEvents.d.ts.map +0 -1
- package/dist/esm/funcs/artifactsRecordEvents.js +0 -76
- package/dist/esm/funcs/artifactsRecordEvents.js.map +0 -1
- package/dist/esm/funcs/artifactsStatus.d.ts +0 -15
- package/dist/esm/funcs/artifactsStatus.d.ts.map +0 -1
- package/dist/esm/funcs/artifactsStatus.js +0 -72
- package/dist/esm/funcs/artifactsStatus.js.map +0 -1
- package/dist/esm/funcs/artifactsUploadArtifact.d.ts +0 -15
- package/dist/esm/funcs/artifactsUploadArtifact.d.ts.map +0 -1
- package/dist/esm/funcs/artifactsUploadArtifact.js +0 -84
- package/dist/esm/funcs/artifactsUploadArtifact.js.map +0 -1
- package/dist/esm/funcs/authenticationCreateAuthToken.d.ts +0 -15
- package/dist/esm/funcs/authenticationCreateAuthToken.d.ts.map +0 -1
- package/dist/esm/funcs/authenticationCreateAuthToken.js +0 -73
- package/dist/esm/funcs/authenticationCreateAuthToken.js.map +0 -1
- package/dist/esm/funcs/authenticationDeleteAuthToken.d.ts +0 -15
- package/dist/esm/funcs/authenticationDeleteAuthToken.d.ts.map +0 -1
- package/dist/esm/funcs/authenticationDeleteAuthToken.js +0 -73
- package/dist/esm/funcs/authenticationDeleteAuthToken.js.map +0 -1
- package/dist/esm/funcs/authenticationGetAuthToken.d.ts +0 -15
- package/dist/esm/funcs/authenticationGetAuthToken.d.ts.map +0 -1
- package/dist/esm/funcs/authenticationGetAuthToken.js +0 -73
- package/dist/esm/funcs/authenticationGetAuthToken.js.map +0 -1
- package/dist/esm/funcs/authenticationListAuthTokens.d.ts +0 -15
- package/dist/esm/funcs/authenticationListAuthTokens.d.ts.map +0 -1
- package/dist/esm/funcs/authenticationListAuthTokens.js +0 -58
- package/dist/esm/funcs/authenticationListAuthTokens.js.map +0 -1
- package/dist/esm/funcs/certsGetCertById.d.ts +0 -15
- package/dist/esm/funcs/certsGetCertById.d.ts.map +0 -1
- package/dist/esm/funcs/certsGetCertById.js +0 -78
- package/dist/esm/funcs/certsGetCertById.js.map +0 -1
- package/dist/esm/funcs/certsIssueCert.d.ts +0 -15
- package/dist/esm/funcs/certsIssueCert.d.ts.map +0 -1
- package/dist/esm/funcs/certsIssueCert.js +0 -73
- package/dist/esm/funcs/certsIssueCert.js.map +0 -1
- package/dist/esm/funcs/certsRemoveCert.d.ts +0 -15
- package/dist/esm/funcs/certsRemoveCert.d.ts.map +0 -1
- package/dist/esm/funcs/certsRemoveCert.js +0 -78
- package/dist/esm/funcs/certsRemoveCert.js.map +0 -1
- package/dist/esm/funcs/certsUploadCert.d.ts +0 -15
- package/dist/esm/funcs/certsUploadCert.d.ts.map +0 -1
- package/dist/esm/funcs/certsUploadCert.js +0 -73
- package/dist/esm/funcs/certsUploadCert.js.map +0 -1
- package/dist/esm/funcs/checksCreateCheck.d.ts +0 -15
- package/dist/esm/funcs/checksCreateCheck.d.ts.map +0 -1
- package/dist/esm/funcs/checksCreateCheck.js +0 -79
- package/dist/esm/funcs/checksCreateCheck.js.map +0 -1
- package/dist/esm/funcs/checksGetAllChecks.d.ts +0 -15
- package/dist/esm/funcs/checksGetAllChecks.d.ts.map +0 -1
- package/dist/esm/funcs/checksGetAllChecks.js +0 -78
- package/dist/esm/funcs/checksGetAllChecks.js.map +0 -1
- package/dist/esm/funcs/checksGetCheck.d.ts +0 -15
- package/dist/esm/funcs/checksGetCheck.d.ts.map +0 -1
- package/dist/esm/funcs/checksGetCheck.js +0 -82
- package/dist/esm/funcs/checksGetCheck.js.map +0 -1
- package/dist/esm/funcs/checksRerequestCheck.d.ts +0 -15
- package/dist/esm/funcs/checksRerequestCheck.d.ts.map +0 -1
- package/dist/esm/funcs/checksRerequestCheck.js +0 -82
- package/dist/esm/funcs/checksRerequestCheck.js.map +0 -1
- package/dist/esm/funcs/checksUpdateCheck.d.ts +0 -15
- package/dist/esm/funcs/checksUpdateCheck.d.ts.map +0 -1
- package/dist/esm/funcs/checksUpdateCheck.js +0 -83
- package/dist/esm/funcs/checksUpdateCheck.js.map +0 -1
- package/dist/esm/funcs/dataCacheBillingSettings.d.ts +0 -9
- package/dist/esm/funcs/dataCacheBillingSettings.d.ts.map +0 -1
- package/dist/esm/funcs/dataCacheBillingSettings.js +0 -59
- package/dist/esm/funcs/dataCacheBillingSettings.js.map +0 -1
- package/dist/esm/funcs/datacachePurgeall.d.ts +0 -9
- package/dist/esm/funcs/datacachePurgeall.d.ts.map +0 -1
- package/dist/esm/funcs/datacachePurgeall.js +0 -61
- package/dist/esm/funcs/datacachePurgeall.js.map +0 -1
- package/dist/esm/funcs/deploymentsCancelDeployment.d.ts +0 -15
- package/dist/esm/funcs/deploymentsCancelDeployment.d.ts.map +0 -1
- package/dist/esm/funcs/deploymentsCancelDeployment.js +0 -78
- package/dist/esm/funcs/deploymentsCancelDeployment.js.map +0 -1
- package/dist/esm/funcs/deploymentsCreateDeployment.d.ts +0 -15
- package/dist/esm/funcs/deploymentsCreateDeployment.d.ts.map +0 -1
- package/dist/esm/funcs/deploymentsCreateDeployment.js +0 -75
- package/dist/esm/funcs/deploymentsCreateDeployment.js.map +0 -1
- package/dist/esm/funcs/deploymentsDeleteDeployment.d.ts +0 -15
- package/dist/esm/funcs/deploymentsDeleteDeployment.d.ts.map +0 -1
- package/dist/esm/funcs/deploymentsDeleteDeployment.js +0 -79
- package/dist/esm/funcs/deploymentsDeleteDeployment.js.map +0 -1
- package/dist/esm/funcs/deploymentsGetDeployment.d.ts +0 -15
- package/dist/esm/funcs/deploymentsGetDeployment.d.ts.map +0 -1
- package/dist/esm/funcs/deploymentsGetDeployment.js +0 -79
- package/dist/esm/funcs/deploymentsGetDeployment.js.map +0 -1
- package/dist/esm/funcs/deploymentsGetDeploymentEvents.d.ts +0 -15
- package/dist/esm/funcs/deploymentsGetDeploymentEvents.d.ts.map +0 -1
- package/dist/esm/funcs/deploymentsGetDeploymentEvents.js +0 -88
- package/dist/esm/funcs/deploymentsGetDeploymentEvents.js.map +0 -1
- package/dist/esm/funcs/deploymentsGetDeploymentFileContents.d.ts +0 -15
- package/dist/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +0 -1
- package/dist/esm/funcs/deploymentsGetDeploymentFileContents.js +0 -84
- package/dist/esm/funcs/deploymentsGetDeploymentFileContents.js.map +0 -1
- package/dist/esm/funcs/deploymentsGetDeployments.d.ts +0 -15
- package/dist/esm/funcs/deploymentsGetDeployments.d.ts.map +0 -1
- package/dist/esm/funcs/deploymentsGetDeployments.js +0 -83
- package/dist/esm/funcs/deploymentsGetDeployments.js.map +0 -1
- package/dist/esm/funcs/deploymentsListDeploymentFiles.d.ts +0 -16
- package/dist/esm/funcs/deploymentsListDeploymentFiles.d.ts.map +0 -1
- package/dist/esm/funcs/deploymentsListDeploymentFiles.js +0 -80
- package/dist/esm/funcs/deploymentsListDeploymentFiles.js.map +0 -1
- package/dist/esm/funcs/deploymentsUploadFile.d.ts +0 -15
- package/dist/esm/funcs/deploymentsUploadFile.d.ts.map +0 -1
- package/dist/esm/funcs/deploymentsUploadFile.js +0 -82
- package/dist/esm/funcs/deploymentsUploadFile.js.map +0 -1
- package/dist/esm/funcs/dnsCreateRecord.d.ts +0 -15
- package/dist/esm/funcs/dnsCreateRecord.d.ts.map +0 -1
- package/dist/esm/funcs/dnsCreateRecord.js +0 -79
- package/dist/esm/funcs/dnsCreateRecord.js.map +0 -1
- package/dist/esm/funcs/dnsGetRecords.d.ts +0 -15
- package/dist/esm/funcs/dnsGetRecords.d.ts.map +0 -1
- package/dist/esm/funcs/dnsGetRecords.js +0 -81
- package/dist/esm/funcs/dnsGetRecords.js.map +0 -1
- package/dist/esm/funcs/dnsRemoveRecord.d.ts +0 -15
- package/dist/esm/funcs/dnsRemoveRecord.d.ts.map +0 -1
- package/dist/esm/funcs/dnsRemoveRecord.js +0 -82
- package/dist/esm/funcs/dnsRemoveRecord.js.map +0 -1
- package/dist/esm/funcs/dnsUpdateRecord.d.ts +0 -15
- package/dist/esm/funcs/dnsUpdateRecord.d.ts.map +0 -1
- package/dist/esm/funcs/dnsUpdateRecord.js +0 -79
- package/dist/esm/funcs/dnsUpdateRecord.js.map +0 -1
- package/dist/esm/funcs/domainsBuyDomain.d.ts +0 -15
- package/dist/esm/funcs/domainsBuyDomain.d.ts.map +0 -1
- package/dist/esm/funcs/domainsBuyDomain.js +0 -73
- package/dist/esm/funcs/domainsBuyDomain.js.map +0 -1
- package/dist/esm/funcs/domainsCheckDomainPrice.d.ts +0 -15
- package/dist/esm/funcs/domainsCheckDomainPrice.d.ts.map +0 -1
- package/dist/esm/funcs/domainsCheckDomainPrice.js +0 -74
- package/dist/esm/funcs/domainsCheckDomainPrice.js.map +0 -1
- package/dist/esm/funcs/domainsCheckDomainStatus.d.ts +0 -15
- package/dist/esm/funcs/domainsCheckDomainStatus.d.ts.map +0 -1
- package/dist/esm/funcs/domainsCheckDomainStatus.js +0 -73
- package/dist/esm/funcs/domainsCheckDomainStatus.js.map +0 -1
- package/dist/esm/funcs/domainsCreateOrTransferDomain.d.ts +0 -15
- package/dist/esm/funcs/domainsCreateOrTransferDomain.d.ts.map +0 -1
- package/dist/esm/funcs/domainsCreateOrTransferDomain.js +0 -73
- package/dist/esm/funcs/domainsCreateOrTransferDomain.js.map +0 -1
- package/dist/esm/funcs/domainsDeleteDomain.d.ts +0 -15
- package/dist/esm/funcs/domainsDeleteDomain.d.ts.map +0 -1
- package/dist/esm/funcs/domainsDeleteDomain.js +0 -78
- package/dist/esm/funcs/domainsDeleteDomain.js.map +0 -1
- package/dist/esm/funcs/domainsGetDomain.d.ts +0 -15
- package/dist/esm/funcs/domainsGetDomain.d.ts.map +0 -1
- package/dist/esm/funcs/domainsGetDomain.js +0 -78
- package/dist/esm/funcs/domainsGetDomain.js.map +0 -1
- package/dist/esm/funcs/domainsGetDomainConfig.d.ts +0 -15
- package/dist/esm/funcs/domainsGetDomainConfig.d.ts.map +0 -1
- package/dist/esm/funcs/domainsGetDomainConfig.js +0 -79
- package/dist/esm/funcs/domainsGetDomainConfig.js.map +0 -1
- package/dist/esm/funcs/domainsGetDomainTransfer.d.ts +0 -15
- package/dist/esm/funcs/domainsGetDomainTransfer.d.ts.map +0 -1
- package/dist/esm/funcs/domainsGetDomainTransfer.js +0 -78
- package/dist/esm/funcs/domainsGetDomainTransfer.js.map +0 -1
- package/dist/esm/funcs/domainsGetDomains.d.ts +0 -15
- package/dist/esm/funcs/domainsGetDomains.d.ts.map +0 -1
- package/dist/esm/funcs/domainsGetDomains.js +0 -75
- package/dist/esm/funcs/domainsGetDomains.js.map +0 -1
- package/dist/esm/funcs/domainsPatchDomain.d.ts +0 -15
- package/dist/esm/funcs/domainsPatchDomain.d.ts.map +0 -1
- package/dist/esm/funcs/domainsPatchDomain.js +0 -79
- package/dist/esm/funcs/domainsPatchDomain.js.map +0 -1
- package/dist/esm/funcs/edgeConfigCreateEdgeConfig.d.ts +0 -15
- package/dist/esm/funcs/edgeConfigCreateEdgeConfig.d.ts.map +0 -1
- package/dist/esm/funcs/edgeConfigCreateEdgeConfig.js +0 -73
- package/dist/esm/funcs/edgeConfigCreateEdgeConfig.js.map +0 -1
- package/dist/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts +0 -15
- package/dist/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts.map +0 -1
- package/dist/esm/funcs/edgeConfigCreateEdgeConfigToken.js +0 -79
- package/dist/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +0 -1
- package/dist/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts +0 -15
- package/dist/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts.map +0 -1
- package/dist/esm/funcs/edgeConfigDeleteEdgeConfig.js +0 -79
- package/dist/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +0 -1
- package/dist/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts +0 -15
- package/dist/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts.map +0 -1
- package/dist/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +0 -79
- package/dist/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +0 -1
- package/dist/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts +0 -15
- package/dist/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts.map +0 -1
- package/dist/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +0 -80
- package/dist/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +0 -1
- package/dist/esm/funcs/edgeConfigGetEdgeConfig.d.ts +0 -15
- package/dist/esm/funcs/edgeConfigGetEdgeConfig.d.ts.map +0 -1
- package/dist/esm/funcs/edgeConfigGetEdgeConfig.js +0 -78
- package/dist/esm/funcs/edgeConfigGetEdgeConfig.js.map +0 -1
- package/dist/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts +0 -15
- package/dist/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts.map +0 -1
- package/dist/esm/funcs/edgeConfigGetEdgeConfigBackup.js +0 -79
- package/dist/esm/funcs/edgeConfigGetEdgeConfigBackup.js.map +0 -1
- package/dist/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts +0 -15
- package/dist/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts.map +0 -1
- package/dist/esm/funcs/edgeConfigGetEdgeConfigBackups.js +0 -81
- package/dist/esm/funcs/edgeConfigGetEdgeConfigBackups.js.map +0 -1
- package/dist/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts +0 -16
- package/dist/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts.map +0 -1
- package/dist/esm/funcs/edgeConfigGetEdgeConfigItem.js +0 -80
- package/dist/esm/funcs/edgeConfigGetEdgeConfigItem.js.map +0 -1
- package/dist/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts +0 -16
- package/dist/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +0 -1
- package/dist/esm/funcs/edgeConfigGetEdgeConfigItems.js +0 -79
- package/dist/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +0 -1
- package/dist/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts +0 -15
- package/dist/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts.map +0 -1
- package/dist/esm/funcs/edgeConfigGetEdgeConfigSchema.js +0 -78
- package/dist/esm/funcs/edgeConfigGetEdgeConfigSchema.js.map +0 -1
- package/dist/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts +0 -16
- package/dist/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts.map +0 -1
- package/dist/esm/funcs/edgeConfigGetEdgeConfigToken.js +0 -83
- package/dist/esm/funcs/edgeConfigGetEdgeConfigToken.js.map +0 -1
- package/dist/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts +0 -16
- package/dist/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts.map +0 -1
- package/dist/esm/funcs/edgeConfigGetEdgeConfigTokens.js +0 -79
- package/dist/esm/funcs/edgeConfigGetEdgeConfigTokens.js.map +0 -1
- package/dist/esm/funcs/edgeConfigGetEdgeConfigs.d.ts +0 -15
- package/dist/esm/funcs/edgeConfigGetEdgeConfigs.d.ts.map +0 -1
- package/dist/esm/funcs/edgeConfigGetEdgeConfigs.js +0 -73
- package/dist/esm/funcs/edgeConfigGetEdgeConfigs.js.map +0 -1
- package/dist/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts +0 -15
- package/dist/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts.map +0 -1
- package/dist/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +0 -80
- package/dist/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +0 -1
- package/dist/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts +0 -15
- package/dist/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts.map +0 -1
- package/dist/esm/funcs/edgeConfigUpdateEdgeConfig.js +0 -79
- package/dist/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +0 -1
- package/dist/esm/funcs/getCerts.d.ts +0 -9
- package/dist/esm/funcs/getCerts.d.ts.map +0 -1
- package/dist/esm/funcs/getCerts.js +0 -47
- package/dist/esm/funcs/getCerts.js.map +0 -1
- package/dist/esm/funcs/integrationsDeleteConfiguration.d.ts +0 -15
- package/dist/esm/funcs/integrationsDeleteConfiguration.d.ts.map +0 -1
- package/dist/esm/funcs/integrationsDeleteConfiguration.js +0 -79
- package/dist/esm/funcs/integrationsDeleteConfiguration.js.map +0 -1
- package/dist/esm/funcs/integrationsGetConfiguration.d.ts +0 -15
- package/dist/esm/funcs/integrationsGetConfiguration.d.ts.map +0 -1
- package/dist/esm/funcs/integrationsGetConfiguration.js +0 -78
- package/dist/esm/funcs/integrationsGetConfiguration.js.map +0 -1
- package/dist/esm/funcs/integrationsGetConfigurations.d.ts +0 -15
- package/dist/esm/funcs/integrationsGetConfigurations.d.ts.map +0 -1
- package/dist/esm/funcs/integrationsGetConfigurations.js +0 -75
- package/dist/esm/funcs/integrationsGetConfigurations.js.map +0 -1
- package/dist/esm/funcs/integrationsGitNamespaces.d.ts +0 -15
- package/dist/esm/funcs/integrationsGitNamespaces.d.ts.map +0 -1
- package/dist/esm/funcs/integrationsGitNamespaces.js +0 -73
- package/dist/esm/funcs/integrationsGitNamespaces.js.map +0 -1
- package/dist/esm/funcs/integrationsSearchRepo.d.ts +0 -15
- package/dist/esm/funcs/integrationsSearchRepo.d.ts.map +0 -1
- package/dist/esm/funcs/integrationsSearchRepo.js +0 -77
- package/dist/esm/funcs/integrationsSearchRepo.js.map +0 -1
- package/dist/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -15
- package/dist/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
- package/dist/esm/funcs/logDrainsCreateConfigurableLogDrain.js +0 -73
- package/dist/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
- package/dist/esm/funcs/logDrainsCreateLogDrain.d.ts +0 -15
- package/dist/esm/funcs/logDrainsCreateLogDrain.d.ts.map +0 -1
- package/dist/esm/funcs/logDrainsCreateLogDrain.js +0 -73
- package/dist/esm/funcs/logDrainsCreateLogDrain.js.map +0 -1
- package/dist/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +0 -15
- package/dist/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
- package/dist/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +0 -79
- package/dist/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +0 -1
- package/dist/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +0 -15
- package/dist/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts.map +0 -1
- package/dist/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +0 -79
- package/dist/esm/funcs/logDrainsDeleteIntegrationLogDrain.js.map +0 -1
- package/dist/esm/funcs/logDrainsGetAllLogDrains.d.ts +0 -15
- package/dist/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
- package/dist/esm/funcs/logDrainsGetAllLogDrains.js +0 -74
- package/dist/esm/funcs/logDrainsGetAllLogDrains.js.map +0 -1
- package/dist/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -15
- package/dist/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
- package/dist/esm/funcs/logDrainsGetConfigurableLogDrain.js +0 -78
- package/dist/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
- package/dist/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts +0 -15
- package/dist/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts.map +0 -1
- package/dist/esm/funcs/logDrainsGetIntegrationLogDrains.js +0 -73
- package/dist/esm/funcs/logDrainsGetIntegrationLogDrains.js.map +0 -1
- package/dist/esm/funcs/projectMembersAddProjectMember.d.ts +0 -15
- package/dist/esm/funcs/projectMembersAddProjectMember.d.ts.map +0 -1
- package/dist/esm/funcs/projectMembersAddProjectMember.js +0 -79
- package/dist/esm/funcs/projectMembersAddProjectMember.js.map +0 -1
- package/dist/esm/funcs/projectMembersGetProjectMembers.d.ts +0 -15
- package/dist/esm/funcs/projectMembersGetProjectMembers.d.ts.map +0 -1
- package/dist/esm/funcs/projectMembersGetProjectMembers.js +0 -82
- package/dist/esm/funcs/projectMembersGetProjectMembers.js.map +0 -1
- package/dist/esm/funcs/projectMembersRemoveProjectMember.d.ts +0 -15
- package/dist/esm/funcs/projectMembersRemoveProjectMember.d.ts.map +0 -1
- package/dist/esm/funcs/projectMembersRemoveProjectMember.js +0 -82
- package/dist/esm/funcs/projectMembersRemoveProjectMember.js.map +0 -1
- package/dist/esm/funcs/projectsAddProjectDomain.d.ts +0 -15
- package/dist/esm/funcs/projectsAddProjectDomain.d.ts.map +0 -1
- package/dist/esm/funcs/projectsAddProjectDomain.js +0 -79
- package/dist/esm/funcs/projectsAddProjectDomain.js.map +0 -1
- package/dist/esm/funcs/projectsCreateProject.d.ts +0 -15
- package/dist/esm/funcs/projectsCreateProject.d.ts.map +0 -1
- package/dist/esm/funcs/projectsCreateProject.js +0 -73
- package/dist/esm/funcs/projectsCreateProject.js.map +0 -1
- package/dist/esm/funcs/projectsCreateProjectEnv.d.ts +0 -15
- package/dist/esm/funcs/projectsCreateProjectEnv.d.ts.map +0 -1
- package/dist/esm/funcs/projectsCreateProjectEnv.js +0 -80
- package/dist/esm/funcs/projectsCreateProjectEnv.js.map +0 -1
- package/dist/esm/funcs/projectsDeleteProject.d.ts +0 -15
- package/dist/esm/funcs/projectsDeleteProject.d.ts.map +0 -1
- package/dist/esm/funcs/projectsDeleteProject.js +0 -79
- package/dist/esm/funcs/projectsDeleteProject.js.map +0 -1
- package/dist/esm/funcs/projectsEditProjectEnv.d.ts +0 -15
- package/dist/esm/funcs/projectsEditProjectEnv.d.ts.map +0 -1
- package/dist/esm/funcs/projectsEditProjectEnv.js +0 -83
- package/dist/esm/funcs/projectsEditProjectEnv.js.map +0 -1
- package/dist/esm/funcs/projectsFilterProjectEnvs.d.ts +0 -15
- package/dist/esm/funcs/projectsFilterProjectEnvs.d.ts.map +0 -1
- package/dist/esm/funcs/projectsFilterProjectEnvs.js +0 -81
- package/dist/esm/funcs/projectsFilterProjectEnvs.js.map +0 -1
- package/dist/esm/funcs/projectsGetProjectDomain.d.ts +0 -15
- package/dist/esm/funcs/projectsGetProjectDomain.d.ts.map +0 -1
- package/dist/esm/funcs/projectsGetProjectDomain.js +0 -82
- package/dist/esm/funcs/projectsGetProjectDomain.js.map +0 -1
- package/dist/esm/funcs/projectsGetProjectEnv.d.ts +0 -15
- package/dist/esm/funcs/projectsGetProjectEnv.d.ts.map +0 -1
- package/dist/esm/funcs/projectsGetProjectEnv.js +0 -82
- package/dist/esm/funcs/projectsGetProjectEnv.js.map +0 -1
- package/dist/esm/funcs/projectsGetProjects.d.ts +0 -15
- package/dist/esm/funcs/projectsGetProjects.d.ts.map +0 -1
- package/dist/esm/funcs/projectsGetProjects.js +0 -83
- package/dist/esm/funcs/projectsGetProjects.js.map +0 -1
- package/dist/esm/funcs/projectsListPromoteAliases.d.ts +0 -15
- package/dist/esm/funcs/projectsListPromoteAliases.d.ts.map +0 -1
- package/dist/esm/funcs/projectsListPromoteAliases.js +0 -82
- package/dist/esm/funcs/projectsListPromoteAliases.js.map +0 -1
- package/dist/esm/funcs/projectsPauseProject.d.ts +0 -15
- package/dist/esm/funcs/projectsPauseProject.d.ts.map +0 -1
- package/dist/esm/funcs/projectsPauseProject.js +0 -78
- package/dist/esm/funcs/projectsPauseProject.js.map +0 -1
- package/dist/esm/funcs/projectsRemoveProjectDomain.d.ts +0 -15
- package/dist/esm/funcs/projectsRemoveProjectDomain.d.ts.map +0 -1
- package/dist/esm/funcs/projectsRemoveProjectDomain.js +0 -82
- package/dist/esm/funcs/projectsRemoveProjectDomain.js.map +0 -1
- package/dist/esm/funcs/projectsRemoveProjectEnv.d.ts +0 -15
- package/dist/esm/funcs/projectsRemoveProjectEnv.d.ts.map +0 -1
- package/dist/esm/funcs/projectsRemoveProjectEnv.js +0 -82
- package/dist/esm/funcs/projectsRemoveProjectEnv.js.map +0 -1
- package/dist/esm/funcs/projectsRequestPromote.d.ts +0 -15
- package/dist/esm/funcs/projectsRequestPromote.d.ts.map +0 -1
- package/dist/esm/funcs/projectsRequestPromote.js +0 -83
- package/dist/esm/funcs/projectsRequestPromote.js.map +0 -1
- package/dist/esm/funcs/projectsUnpauseProject.d.ts +0 -15
- package/dist/esm/funcs/projectsUnpauseProject.d.ts.map +0 -1
- package/dist/esm/funcs/projectsUnpauseProject.js +0 -78
- package/dist/esm/funcs/projectsUnpauseProject.js.map +0 -1
- package/dist/esm/funcs/projectsUpdateProject.d.ts +0 -15
- package/dist/esm/funcs/projectsUpdateProject.d.ts.map +0 -1
- package/dist/esm/funcs/projectsUpdateProject.js +0 -79
- package/dist/esm/funcs/projectsUpdateProject.js.map +0 -1
- package/dist/esm/funcs/projectsUpdateProjectDataCache.d.ts +0 -15
- package/dist/esm/funcs/projectsUpdateProjectDataCache.d.ts.map +0 -1
- package/dist/esm/funcs/projectsUpdateProjectDataCache.js +0 -79
- package/dist/esm/funcs/projectsUpdateProjectDataCache.js.map +0 -1
- package/dist/esm/funcs/projectsUpdateProjectDomain.d.ts +0 -15
- package/dist/esm/funcs/projectsUpdateProjectDomain.d.ts.map +0 -1
- package/dist/esm/funcs/projectsUpdateProjectDomain.js +0 -83
- package/dist/esm/funcs/projectsUpdateProjectDomain.js.map +0 -1
- package/dist/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts +0 -15
- package/dist/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts.map +0 -1
- package/dist/esm/funcs/projectsUpdateProjectProtectionBypass.js +0 -79
- package/dist/esm/funcs/projectsUpdateProjectProtectionBypass.js.map +0 -1
- package/dist/esm/funcs/projectsVerifyProjectDomain.d.ts +0 -15
- package/dist/esm/funcs/projectsVerifyProjectDomain.d.ts.map +0 -1
- package/dist/esm/funcs/projectsVerifyProjectDomain.js +0 -82
- package/dist/esm/funcs/projectsVerifyProjectDomain.js.map +0 -1
- package/dist/esm/funcs/secretsCreateSecret.d.ts +0 -15
- package/dist/esm/funcs/secretsCreateSecret.d.ts.map +0 -1
- package/dist/esm/funcs/secretsCreateSecret.js +0 -79
- package/dist/esm/funcs/secretsCreateSecret.js.map +0 -1
- package/dist/esm/funcs/secretsDeleteSecret.d.ts +0 -15
- package/dist/esm/funcs/secretsDeleteSecret.d.ts.map +0 -1
- package/dist/esm/funcs/secretsDeleteSecret.js +0 -78
- package/dist/esm/funcs/secretsDeleteSecret.js.map +0 -1
- package/dist/esm/funcs/secretsGetSecret.d.ts +0 -15
- package/dist/esm/funcs/secretsGetSecret.d.ts.map +0 -1
- package/dist/esm/funcs/secretsGetSecret.js +0 -79
- package/dist/esm/funcs/secretsGetSecret.js.map +0 -1
- package/dist/esm/funcs/secretsGetSecrets.d.ts +0 -15
- package/dist/esm/funcs/secretsGetSecrets.d.ts.map +0 -1
- package/dist/esm/funcs/secretsGetSecrets.js +0 -74
- package/dist/esm/funcs/secretsGetSecrets.js.map +0 -1
- package/dist/esm/funcs/secretsRenameSecret.d.ts +0 -15
- package/dist/esm/funcs/secretsRenameSecret.d.ts.map +0 -1
- package/dist/esm/funcs/secretsRenameSecret.js +0 -79
- package/dist/esm/funcs/secretsRenameSecret.js.map +0 -1
- package/dist/esm/funcs/securityGetFirewallConfig.d.ts +0 -15
- package/dist/esm/funcs/securityGetFirewallConfig.d.ts.map +0 -1
- package/dist/esm/funcs/securityGetFirewallConfig.js +0 -79
- package/dist/esm/funcs/securityGetFirewallConfig.js.map +0 -1
- package/dist/esm/funcs/securityPutFirewallConfig.d.ts +0 -15
- package/dist/esm/funcs/securityPutFirewallConfig.d.ts.map +0 -1
- package/dist/esm/funcs/securityPutFirewallConfig.js +0 -74
- package/dist/esm/funcs/securityPutFirewallConfig.js.map +0 -1
- package/dist/esm/funcs/securityUpdateAttackChallengeMode.d.ts +0 -15
- package/dist/esm/funcs/securityUpdateAttackChallengeMode.d.ts.map +0 -1
- package/dist/esm/funcs/securityUpdateAttackChallengeMode.js +0 -73
- package/dist/esm/funcs/securityUpdateAttackChallengeMode.js.map +0 -1
- package/dist/esm/funcs/securityUpdateFirewallConfig.d.ts +0 -15
- package/dist/esm/funcs/securityUpdateFirewallConfig.d.ts.map +0 -1
- package/dist/esm/funcs/securityUpdateFirewallConfig.js +0 -74
- package/dist/esm/funcs/securityUpdateFirewallConfig.js.map +0 -1
- package/dist/esm/funcs/teamsCreateTeam.d.ts +0 -15
- package/dist/esm/funcs/teamsCreateTeam.d.ts.map +0 -1
- package/dist/esm/funcs/teamsCreateTeam.js +0 -70
- package/dist/esm/funcs/teamsCreateTeam.js.map +0 -1
- package/dist/esm/funcs/teamsDeleteTeam.d.ts +0 -15
- package/dist/esm/funcs/teamsDeleteTeam.d.ts.map +0 -1
- package/dist/esm/funcs/teamsDeleteTeam.js +0 -79
- package/dist/esm/funcs/teamsDeleteTeam.js.map +0 -1
- package/dist/esm/funcs/teamsDeleteTeamInviteCode.d.ts +0 -15
- package/dist/esm/funcs/teamsDeleteTeamInviteCode.d.ts.map +0 -1
- package/dist/esm/funcs/teamsDeleteTeamInviteCode.js +0 -77
- package/dist/esm/funcs/teamsDeleteTeamInviteCode.js.map +0 -1
- package/dist/esm/funcs/teamsGetTeam.d.ts +0 -17
- package/dist/esm/funcs/teamsGetTeam.d.ts.map +0 -1
- package/dist/esm/funcs/teamsGetTeam.js +0 -78
- package/dist/esm/funcs/teamsGetTeam.js.map +0 -1
- package/dist/esm/funcs/teamsGetTeamAccessRequest.d.ts +0 -15
- package/dist/esm/funcs/teamsGetTeamAccessRequest.d.ts.map +0 -1
- package/dist/esm/funcs/teamsGetTeamAccessRequest.js +0 -77
- package/dist/esm/funcs/teamsGetTeamAccessRequest.js.map +0 -1
- package/dist/esm/funcs/teamsGetTeamMembers.d.ts +0 -15
- package/dist/esm/funcs/teamsGetTeamMembers.d.ts.map +0 -1
- package/dist/esm/funcs/teamsGetTeamMembers.js +0 -83
- package/dist/esm/funcs/teamsGetTeamMembers.js.map +0 -1
- package/dist/esm/funcs/teamsGetTeams.d.ts +0 -15
- package/dist/esm/funcs/teamsGetTeams.d.ts.map +0 -1
- package/dist/esm/funcs/teamsGetTeams.js +0 -73
- package/dist/esm/funcs/teamsGetTeams.js.map +0 -1
- package/dist/esm/funcs/teamsInviteUserToTeam.d.ts +0 -15
- package/dist/esm/funcs/teamsInviteUserToTeam.d.ts.map +0 -1
- package/dist/esm/funcs/teamsInviteUserToTeam.js +0 -74
- package/dist/esm/funcs/teamsInviteUserToTeam.js.map +0 -1
- package/dist/esm/funcs/teamsJoinTeam.d.ts +0 -15
- package/dist/esm/funcs/teamsJoinTeam.d.ts.map +0 -1
- package/dist/esm/funcs/teamsJoinTeam.js +0 -74
- package/dist/esm/funcs/teamsJoinTeam.js.map +0 -1
- package/dist/esm/funcs/teamsPatchTeam.d.ts +0 -17
- package/dist/esm/funcs/teamsPatchTeam.d.ts.map +0 -1
- package/dist/esm/funcs/teamsPatchTeam.js +0 -79
- package/dist/esm/funcs/teamsPatchTeam.js.map +0 -1
- package/dist/esm/funcs/teamsRemoveTeamMember.d.ts +0 -15
- package/dist/esm/funcs/teamsRemoveTeamMember.d.ts.map +0 -1
- package/dist/esm/funcs/teamsRemoveTeamMember.js +0 -81
- package/dist/esm/funcs/teamsRemoveTeamMember.js.map +0 -1
- package/dist/esm/funcs/teamsRequestAccessToTeam.d.ts +0 -15
- package/dist/esm/funcs/teamsRequestAccessToTeam.d.ts.map +0 -1
- package/dist/esm/funcs/teamsRequestAccessToTeam.js +0 -74
- package/dist/esm/funcs/teamsRequestAccessToTeam.js.map +0 -1
- package/dist/esm/funcs/teamsUpdateTeamMember.d.ts +0 -15
- package/dist/esm/funcs/teamsUpdateTeamMember.d.ts.map +0 -1
- package/dist/esm/funcs/teamsUpdateTeamMember.js +0 -78
- package/dist/esm/funcs/teamsUpdateTeamMember.js.map +0 -1
- package/dist/esm/funcs/userGetAuthUser.d.ts +0 -15
- package/dist/esm/funcs/userGetAuthUser.d.ts.map +0 -1
- package/dist/esm/funcs/userGetAuthUser.js +0 -58
- package/dist/esm/funcs/userGetAuthUser.js.map +0 -1
- package/dist/esm/funcs/userListUserEvents.d.ts +0 -15
- package/dist/esm/funcs/userListUserEvents.d.ts.map +0 -1
- package/dist/esm/funcs/userListUserEvents.js +0 -78
- package/dist/esm/funcs/userListUserEvents.js.map +0 -1
- package/dist/esm/funcs/userRequestDelete.d.ts +0 -15
- package/dist/esm/funcs/userRequestDelete.d.ts.map +0 -1
- package/dist/esm/funcs/userRequestDelete.js +0 -70
- package/dist/esm/funcs/userRequestDelete.js.map +0 -1
- package/dist/esm/funcs/webhooksCreateWebhook.d.ts +0 -15
- package/dist/esm/funcs/webhooksCreateWebhook.d.ts.map +0 -1
- package/dist/esm/funcs/webhooksCreateWebhook.js +0 -73
- package/dist/esm/funcs/webhooksCreateWebhook.js.map +0 -1
- package/dist/esm/funcs/webhooksDeleteWebhook.d.ts +0 -15
- package/dist/esm/funcs/webhooksDeleteWebhook.d.ts.map +0 -1
- package/dist/esm/funcs/webhooksDeleteWebhook.js +0 -79
- package/dist/esm/funcs/webhooksDeleteWebhook.js.map +0 -1
- package/dist/esm/funcs/webhooksGetWebhook.d.ts +0 -15
- package/dist/esm/funcs/webhooksGetWebhook.d.ts.map +0 -1
- package/dist/esm/funcs/webhooksGetWebhook.js +0 -78
- package/dist/esm/funcs/webhooksGetWebhook.js.map +0 -1
- package/dist/esm/funcs/webhooksGetWebhooks.d.ts +0 -15
- package/dist/esm/funcs/webhooksGetWebhooks.d.ts.map +0 -1
- package/dist/esm/funcs/webhooksGetWebhooks.js +0 -73
- package/dist/esm/funcs/webhooksGetWebhooks.js.map +0 -1
- package/dist/esm/hooks/hooks.d.ts +0 -24
- package/dist/esm/hooks/hooks.d.ts.map +0 -1
- package/dist/esm/hooks/hooks.js.map +0 -1
- package/dist/esm/hooks/registration.d.ts +0 -3
- package/dist/esm/hooks/registration.d.ts.map +0 -1
- package/dist/esm/hooks/registration.js.map +0 -1
- package/dist/esm/hooks/types.d.ts +0 -74
- package/dist/esm/hooks/types.d.ts.map +0 -1
- package/dist/esm/hooks/types.js.map +0 -1
- package/dist/esm/index.d.ts +0 -4
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/lib/base64.d.ts +0 -10
- package/dist/esm/lib/base64.d.ts.map +0 -1
- package/dist/esm/lib/base64.js.map +0 -1
- package/dist/esm/lib/config.d.ts +0 -34
- package/dist/esm/lib/config.d.ts.map +0 -1
- package/dist/esm/lib/config.js +0 -35
- package/dist/esm/lib/config.js.map +0 -1
- package/dist/esm/lib/dlv.d.ts +0 -14
- package/dist/esm/lib/dlv.d.ts.map +0 -1
- package/dist/esm/lib/dlv.js.map +0 -1
- package/dist/esm/lib/encodings.d.ts +0 -51
- package/dist/esm/lib/encodings.d.ts.map +0 -1
- package/dist/esm/lib/encodings.js.map +0 -1
- package/dist/esm/lib/files.d.ts +0 -8
- package/dist/esm/lib/files.d.ts.map +0 -1
- package/dist/esm/lib/files.js.map +0 -1
- package/dist/esm/lib/http.d.ts +0 -67
- package/dist/esm/lib/http.d.ts.map +0 -1
- package/dist/esm/lib/http.js.map +0 -1
- package/dist/esm/lib/is-plain-object.d.ts +0 -2
- package/dist/esm/lib/is-plain-object.d.ts.map +0 -1
- package/dist/esm/lib/is-plain-object.js.map +0 -1
- package/dist/esm/lib/logger.d.ts +0 -6
- package/dist/esm/lib/logger.d.ts.map +0 -1
- package/dist/esm/lib/logger.js.map +0 -1
- package/dist/esm/lib/matchers.d.ts +0 -64
- package/dist/esm/lib/matchers.d.ts.map +0 -1
- package/dist/esm/lib/matchers.js.map +0 -1
- package/dist/esm/lib/primitives.d.ts +0 -16
- package/dist/esm/lib/primitives.d.ts.map +0 -1
- package/dist/esm/lib/primitives.js +0 -26
- package/dist/esm/lib/primitives.js.map +0 -1
- package/dist/esm/lib/retries.d.ts +0 -38
- package/dist/esm/lib/retries.d.ts.map +0 -1
- package/dist/esm/lib/retries.js.map +0 -1
- package/dist/esm/lib/schemas.d.ts +0 -19
- package/dist/esm/lib/schemas.d.ts.map +0 -1
- package/dist/esm/lib/schemas.js.map +0 -1
- package/dist/esm/lib/sdks.d.ts +0 -56
- package/dist/esm/lib/sdks.d.ts.map +0 -1
- package/dist/esm/lib/sdks.js.map +0 -1
- package/dist/esm/lib/security.d.ts +0 -63
- package/dist/esm/lib/security.d.ts.map +0 -1
- package/dist/esm/lib/security.js +0 -121
- package/dist/esm/lib/security.js.map +0 -1
- package/dist/esm/lib/url.d.ts +0 -5
- package/dist/esm/lib/url.d.ts.map +0 -1
- package/dist/esm/lib/url.js.map +0 -1
- package/dist/esm/models/components/aclaction.d.ts +0 -43
- package/dist/esm/models/components/aclaction.d.ts.map +0 -1
- package/dist/esm/models/components/aclaction.js.map +0 -1
- package/dist/esm/models/components/authtoken.d.ts +0 -276
- package/dist/esm/models/components/authtoken.d.ts.map +0 -1
- package/dist/esm/models/components/authtoken.js +0 -203
- package/dist/esm/models/components/authtoken.js.map +0 -1
- package/dist/esm/models/components/authuser.d.ts +0 -1004
- package/dist/esm/models/components/authuser.d.ts.map +0 -1
- package/dist/esm/models/components/authuser.js.map +0 -1
- package/dist/esm/models/components/authuserlimited.d.ts +0 -95
- package/dist/esm/models/components/authuserlimited.d.ts.map +0 -1
- package/dist/esm/models/components/authuserlimited.js.map +0 -1
- package/dist/esm/models/components/edgeconfigitem.d.ts +0 -39
- package/dist/esm/models/components/edgeconfigitem.d.ts.map +0 -1
- package/dist/esm/models/components/edgeconfigitem.js.map +0 -1
- package/dist/esm/models/components/edgeconfigitemvalue.d.ts +0 -25
- package/dist/esm/models/components/edgeconfigitemvalue.d.ts.map +0 -1
- package/dist/esm/models/components/edgeconfigitemvalue.js.map +0 -1
- package/dist/esm/models/components/edgeconfigtoken.d.ts +0 -39
- package/dist/esm/models/components/edgeconfigtoken.d.ts.map +0 -1
- package/dist/esm/models/components/edgeconfigtoken.js.map +0 -1
- package/dist/esm/models/components/filetree.d.ts +0 -105
- package/dist/esm/models/components/filetree.d.ts.map +0 -1
- package/dist/esm/models/components/filetree.js.map +0 -1
- package/dist/esm/models/components/flagjsonvalue.d.ts +0 -25
- package/dist/esm/models/components/flagjsonvalue.d.ts.map +0 -1
- package/dist/esm/models/components/flagjsonvalue.js.map +0 -1
- package/dist/esm/models/components/pagination.d.ts +0 -41
- package/dist/esm/models/components/pagination.d.ts.map +0 -1
- package/dist/esm/models/components/pagination.js.map +0 -1
- package/dist/esm/models/components/security.d.ts +0 -25
- package/dist/esm/models/components/security.d.ts.map +0 -1
- package/dist/esm/models/components/security.js +0 -24
- package/dist/esm/models/components/security.js.map +0 -1
- package/dist/esm/models/components/teamlimited.d.ts +0 -422
- package/dist/esm/models/components/teamlimited.d.ts.map +0 -1
- package/dist/esm/models/components/teamlimited.js.map +0 -1
- package/dist/esm/models/components/userevent.d.ts +0 -218
- package/dist/esm/models/components/userevent.d.ts.map +0 -1
- package/dist/esm/models/components/userevent.js +0 -126
- package/dist/esm/models/components/userevent.js.map +0 -1
- package/dist/esm/models/errors/httpclienterrors.d.ts +0 -44
- package/dist/esm/models/errors/httpclienterrors.d.ts.map +0 -1
- package/dist/esm/models/errors/httpclienterrors.js.map +0 -1
- package/dist/esm/models/errors/sdkerror.d.ts +0 -8
- package/dist/esm/models/errors/sdkerror.d.ts.map +0 -1
- package/dist/esm/models/errors/sdkerror.js.map +0 -1
- package/dist/esm/models/errors/sdkvalidationerror.d.ts +0 -20
- package/dist/esm/models/errors/sdkvalidationerror.d.ts.map +0 -1
- package/dist/esm/models/errors/sdkvalidationerror.js.map +0 -1
- package/dist/esm/models/operations/addprojectdomain.d.ts +0 -203
- package/dist/esm/models/operations/addprojectdomain.d.ts.map +0 -1
- package/dist/esm/models/operations/addprojectdomain.js.map +0 -1
- package/dist/esm/models/operations/addprojectmember.d.ts +0 -311
- package/dist/esm/models/operations/addprojectmember.d.ts.map +0 -1
- package/dist/esm/models/operations/addprojectmember.js.map +0 -1
- package/dist/esm/models/operations/artifactexists.d.ts +0 -38
- package/dist/esm/models/operations/artifactexists.d.ts.map +0 -1
- package/dist/esm/models/operations/artifactexists.js.map +0 -1
- package/dist/esm/models/operations/artifactquery.d.ts +0 -153
- package/dist/esm/models/operations/artifactquery.d.ts.map +0 -1
- package/dist/esm/models/operations/artifactquery.js.map +0 -1
- package/dist/esm/models/operations/assignalias.d.ts +0 -115
- package/dist/esm/models/operations/assignalias.d.ts.map +0 -1
- package/dist/esm/models/operations/assignalias.js.map +0 -1
- package/dist/esm/models/operations/buydomain.d.ts +0 -248
- package/dist/esm/models/operations/buydomain.d.ts.map +0 -1
- package/dist/esm/models/operations/buydomain.js.map +0 -1
- package/dist/esm/models/operations/canceldeployment.d.ts +0 -2677
- package/dist/esm/models/operations/canceldeployment.d.ts.map +0 -1
- package/dist/esm/models/operations/canceldeployment.js +0 -2239
- package/dist/esm/models/operations/canceldeployment.js.map +0 -1
- package/dist/esm/models/operations/checkdomainprice.d.ts +0 -112
- package/dist/esm/models/operations/checkdomainprice.d.ts.map +0 -1
- package/dist/esm/models/operations/checkdomainprice.js +0 -74
- package/dist/esm/models/operations/checkdomainprice.js.map +0 -1
- package/dist/esm/models/operations/checkdomainstatus.d.ts +0 -64
- package/dist/esm/models/operations/checkdomainstatus.d.ts.map +0 -1
- package/dist/esm/models/operations/checkdomainstatus.js.map +0 -1
- package/dist/esm/models/operations/createaccessgroup.d.ts +0 -184
- package/dist/esm/models/operations/createaccessgroup.d.ts.map +0 -1
- package/dist/esm/models/operations/createaccessgroup.js.map +0 -1
- package/dist/esm/models/operations/createauthtoken.d.ts +0 -95
- package/dist/esm/models/operations/createauthtoken.d.ts.map +0 -1
- package/dist/esm/models/operations/createauthtoken.js.map +0 -1
- package/dist/esm/models/operations/createcheck.d.ts +0 -509
- package/dist/esm/models/operations/createcheck.d.ts.map +0 -1
- package/dist/esm/models/operations/createcheck.js.map +0 -1
- package/dist/esm/models/operations/createconfigurablelogdrain.d.ts +0 -437
- package/dist/esm/models/operations/createconfigurablelogdrain.d.ts.map +0 -1
- package/dist/esm/models/operations/createconfigurablelogdrain.js.map +0 -1
- package/dist/esm/models/operations/createdeployment.d.ts +0 -3647
- package/dist/esm/models/operations/createdeployment.d.ts.map +0 -1
- package/dist/esm/models/operations/createdeployment.js.map +0 -1
- package/dist/esm/models/operations/createedgeconfig.d.ts +0 -308
- package/dist/esm/models/operations/createedgeconfig.d.ts.map +0 -1
- package/dist/esm/models/operations/createedgeconfig.js.map +0 -1
- package/dist/esm/models/operations/createedgeconfigtoken.d.ts +0 -85
- package/dist/esm/models/operations/createedgeconfigtoken.d.ts.map +0 -1
- package/dist/esm/models/operations/createedgeconfigtoken.js.map +0 -1
- package/dist/esm/models/operations/createlogdrain.d.ts +0 -432
- package/dist/esm/models/operations/createlogdrain.d.ts.map +0 -1
- package/dist/esm/models/operations/createlogdrain.js.map +0 -1
- package/dist/esm/models/operations/createortransferdomain.d.ts +0 -370
- package/dist/esm/models/operations/createortransferdomain.d.ts.map +0 -1
- package/dist/esm/models/operations/createortransferdomain.js.map +0 -1
- package/dist/esm/models/operations/createproject.d.ts +0 -4987
- package/dist/esm/models/operations/createproject.d.ts.map +0 -1
- package/dist/esm/models/operations/createproject.js +0 -4074
- package/dist/esm/models/operations/createproject.js.map +0 -1
- package/dist/esm/models/operations/createprojectenv.d.ts +0 -2714
- package/dist/esm/models/operations/createprojectenv.d.ts.map +0 -1
- package/dist/esm/models/operations/createprojectenv.js +0 -2347
- package/dist/esm/models/operations/createprojectenv.js.map +0 -1
- package/dist/esm/models/operations/createrecord.d.ts +0 -1180
- package/dist/esm/models/operations/createrecord.d.ts.map +0 -1
- package/dist/esm/models/operations/createrecord.js.map +0 -1
- package/dist/esm/models/operations/createsecret.d.ts +0 -197
- package/dist/esm/models/operations/createsecret.d.ts.map +0 -1
- package/dist/esm/models/operations/createsecret.js +0 -138
- package/dist/esm/models/operations/createsecret.js.map +0 -1
- package/dist/esm/models/operations/createteam.d.ts +0 -178
- package/dist/esm/models/operations/createteam.d.ts.map +0 -1
- package/dist/esm/models/operations/createteam.js.map +0 -1
- package/dist/esm/models/operations/createwebhook.d.ts +0 -408
- package/dist/esm/models/operations/createwebhook.d.ts.map +0 -1
- package/dist/esm/models/operations/createwebhook.js.map +0 -1
- package/dist/esm/models/operations/datacachebillingsettings.d.ts +0 -48
- package/dist/esm/models/operations/datacachebillingsettings.d.ts.map +0 -1
- package/dist/esm/models/operations/datacachebillingsettings.js +0 -43
- package/dist/esm/models/operations/datacachebillingsettings.js.map +0 -1
- package/dist/esm/models/operations/datacachepurgeall.d.ts +0 -25
- package/dist/esm/models/operations/datacachepurgeall.d.ts.map +0 -1
- package/dist/esm/models/operations/datacachepurgeall.js +0 -24
- package/dist/esm/models/operations/datacachepurgeall.js.map +0 -1
- package/dist/esm/models/operations/deleteaccessgroup.d.ts +0 -35
- package/dist/esm/models/operations/deleteaccessgroup.d.ts.map +0 -1
- package/dist/esm/models/operations/deleteaccessgroup.js.map +0 -1
- package/dist/esm/models/operations/deletealias.d.ts +0 -87
- package/dist/esm/models/operations/deletealias.d.ts.map +0 -1
- package/dist/esm/models/operations/deletealias.js.map +0 -1
- package/dist/esm/models/operations/deleteauthtoken.d.ts +0 -57
- package/dist/esm/models/operations/deleteauthtoken.d.ts.map +0 -1
- package/dist/esm/models/operations/deleteauthtoken.js.map +0 -1
- package/dist/esm/models/operations/deleteconfigurablelogdrain.d.ts +0 -35
- package/dist/esm/models/operations/deleteconfigurablelogdrain.d.ts.map +0 -1
- package/dist/esm/models/operations/deleteconfigurablelogdrain.js.map +0 -1
- package/dist/esm/models/operations/deleteconfiguration.d.ts +0 -35
- package/dist/esm/models/operations/deleteconfiguration.d.ts.map +0 -1
- package/dist/esm/models/operations/deleteconfiguration.js.map +0 -1
- package/dist/esm/models/operations/deletedeployment.d.ts +0 -106
- package/dist/esm/models/operations/deletedeployment.d.ts.map +0 -1
- package/dist/esm/models/operations/deletedeployment.js.map +0 -1
- package/dist/esm/models/operations/deletedomain.d.ts +0 -67
- package/dist/esm/models/operations/deletedomain.d.ts.map +0 -1
- package/dist/esm/models/operations/deletedomain.js.map +0 -1
- package/dist/esm/models/operations/deleteedgeconfig.d.ts +0 -35
- package/dist/esm/models/operations/deleteedgeconfig.d.ts.map +0 -1
- package/dist/esm/models/operations/deleteedgeconfig.js.map +0 -1
- package/dist/esm/models/operations/deleteedgeconfigschema.d.ts +0 -35
- package/dist/esm/models/operations/deleteedgeconfigschema.d.ts.map +0 -1
- package/dist/esm/models/operations/deleteedgeconfigschema.js.map +0 -1
- package/dist/esm/models/operations/deleteedgeconfigtokens.d.ts +0 -60
- package/dist/esm/models/operations/deleteedgeconfigtokens.d.ts.map +0 -1
- package/dist/esm/models/operations/deleteedgeconfigtokens.js.map +0 -1
- package/dist/esm/models/operations/deleteintegrationlogdrain.d.ts +0 -38
- package/dist/esm/models/operations/deleteintegrationlogdrain.d.ts.map +0 -1
- package/dist/esm/models/operations/deleteintegrationlogdrain.js.map +0 -1
- package/dist/esm/models/operations/deleteproject.d.ts +0 -38
- package/dist/esm/models/operations/deleteproject.d.ts.map +0 -1
- package/dist/esm/models/operations/deleteproject.js.map +0 -1
- package/dist/esm/models/operations/deletesecret.d.ts +0 -74
- package/dist/esm/models/operations/deletesecret.d.ts.map +0 -1
- package/dist/esm/models/operations/deletesecret.js.map +0 -1
- package/dist/esm/models/operations/deleteteam.d.ts +0 -134
- package/dist/esm/models/operations/deleteteam.d.ts.map +0 -1
- package/dist/esm/models/operations/deleteteam.js.map +0 -1
- package/dist/esm/models/operations/deleteteaminvitecode.d.ts +0 -62
- package/dist/esm/models/operations/deleteteaminvitecode.d.ts.map +0 -1
- package/dist/esm/models/operations/deleteteaminvitecode.js.map +0 -1
- package/dist/esm/models/operations/deletewebhook.d.ts +0 -35
- package/dist/esm/models/operations/deletewebhook.d.ts.map +0 -1
- package/dist/esm/models/operations/deletewebhook.js.map +0 -1
- package/dist/esm/models/operations/downloadartifact.d.ts +0 -48
- package/dist/esm/models/operations/downloadartifact.d.ts.map +0 -1
- package/dist/esm/models/operations/downloadartifact.js.map +0 -1
- package/dist/esm/models/operations/editprojectenv.d.ts +0 -1140
- package/dist/esm/models/operations/editprojectenv.d.ts.map +0 -1
- package/dist/esm/models/operations/editprojectenv.js +0 -979
- package/dist/esm/models/operations/editprojectenv.js.map +0 -1
- package/dist/esm/models/operations/filterprojectenvs.d.ts +0 -3030
- package/dist/esm/models/operations/filterprojectenvs.d.ts.map +0 -1
- package/dist/esm/models/operations/filterprojectenvs.js.map +0 -1
- package/dist/esm/models/operations/getalias.d.ts +0 -488
- package/dist/esm/models/operations/getalias.d.ts.map +0 -1
- package/dist/esm/models/operations/getalias.js +0 -351
- package/dist/esm/models/operations/getalias.js.map +0 -1
- package/dist/esm/models/operations/getallchecks.d.ts +0 -473
- package/dist/esm/models/operations/getallchecks.d.ts.map +0 -1
- package/dist/esm/models/operations/getallchecks.js.map +0 -1
- package/dist/esm/models/operations/getalllogdrains.d.ts +0 -283
- package/dist/esm/models/operations/getalllogdrains.d.ts.map +0 -1
- package/dist/esm/models/operations/getalllogdrains.js.map +0 -1
- package/dist/esm/models/operations/getauthtoken.d.ts +0 -58
- package/dist/esm/models/operations/getauthtoken.d.ts.map +0 -1
- package/dist/esm/models/operations/getauthtoken.js.map +0 -1
- package/dist/esm/models/operations/getauthuser.d.ts +0 -49
- package/dist/esm/models/operations/getauthuser.d.ts.map +0 -1
- package/dist/esm/models/operations/getauthuser.js.map +0 -1
- package/dist/esm/models/operations/getcertbyid.d.ts +0 -69
- package/dist/esm/models/operations/getcertbyid.d.ts.map +0 -1
- package/dist/esm/models/operations/getcertbyid.js.map +0 -1
- package/dist/esm/models/operations/getcerts.d.ts +0 -56
- package/dist/esm/models/operations/getcerts.d.ts.map +0 -1
- package/dist/esm/models/operations/getcerts.js +0 -52
- package/dist/esm/models/operations/getcerts.js.map +0 -1
- package/dist/esm/models/operations/getcheck.d.ts +0 -461
- package/dist/esm/models/operations/getcheck.d.ts.map +0 -1
- package/dist/esm/models/operations/getcheck.js.map +0 -1
- package/dist/esm/models/operations/getconfigurablelogdrain.d.ts +0 -280
- package/dist/esm/models/operations/getconfigurablelogdrain.d.ts.map +0 -1
- package/dist/esm/models/operations/getconfigurablelogdrain.js.map +0 -1
- package/dist/esm/models/operations/getconfiguration.d.ts +0 -738
- package/dist/esm/models/operations/getconfiguration.d.ts.map +0 -1
- package/dist/esm/models/operations/getconfiguration.js.map +0 -1
- package/dist/esm/models/operations/getconfigurations.d.ts +0 -967
- package/dist/esm/models/operations/getconfigurations.d.ts.map +0 -1
- package/dist/esm/models/operations/getconfigurations.js.map +0 -1
- package/dist/esm/models/operations/getdeployment.d.ts +0 -3969
- package/dist/esm/models/operations/getdeployment.d.ts.map +0 -1
- package/dist/esm/models/operations/getdeployment.js.map +0 -1
- package/dist/esm/models/operations/getdeploymentevents.d.ts +0 -131
- package/dist/esm/models/operations/getdeploymentevents.d.ts.map +0 -1
- package/dist/esm/models/operations/getdeploymentevents.js.map +0 -1
- package/dist/esm/models/operations/getdeploymentfilecontents.d.ts +0 -48
- package/dist/esm/models/operations/getdeploymentfilecontents.d.ts.map +0 -1
- package/dist/esm/models/operations/getdeploymentfilecontents.js.map +0 -1
- package/dist/esm/models/operations/getdeployments.d.ts +0 -1078
- package/dist/esm/models/operations/getdeployments.d.ts.map +0 -1
- package/dist/esm/models/operations/getdeployments.js.map +0 -1
- package/dist/esm/models/operations/getdomain.d.ts +0 -235
- package/dist/esm/models/operations/getdomain.d.ts.map +0 -1
- package/dist/esm/models/operations/getdomain.js.map +0 -1
- package/dist/esm/models/operations/getdomainconfig.d.ts +0 -179
- package/dist/esm/models/operations/getdomainconfig.d.ts.map +0 -1
- package/dist/esm/models/operations/getdomainconfig.js.map +0 -1
- package/dist/esm/models/operations/getdomains.d.ts +0 -249
- package/dist/esm/models/operations/getdomains.d.ts.map +0 -1
- package/dist/esm/models/operations/getdomains.js.map +0 -1
- package/dist/esm/models/operations/getdomaintransfer.d.ts +0 -163
- package/dist/esm/models/operations/getdomaintransfer.d.ts.map +0 -1
- package/dist/esm/models/operations/getdomaintransfer.js.map +0 -1
- package/dist/esm/models/operations/getedgeconfig.d.ts +0 -184
- package/dist/esm/models/operations/getedgeconfig.d.ts.map +0 -1
- package/dist/esm/models/operations/getedgeconfig.js.map +0 -1
- package/dist/esm/models/operations/getedgeconfigbackup.d.ts +0 -372
- package/dist/esm/models/operations/getedgeconfigbackup.d.ts.map +0 -1
- package/dist/esm/models/operations/getedgeconfigbackup.js.map +0 -1
- package/dist/esm/models/operations/getedgeconfigbackups.d.ts +0 -147
- package/dist/esm/models/operations/getedgeconfigbackups.d.ts.map +0 -1
- package/dist/esm/models/operations/getedgeconfigbackups.js.map +0 -1
- package/dist/esm/models/operations/getedgeconfigitem.d.ts +0 -37
- package/dist/esm/models/operations/getedgeconfigitem.d.ts.map +0 -1
- package/dist/esm/models/operations/getedgeconfigitem.js.map +0 -1
- package/dist/esm/models/operations/getedgeconfigitems.d.ts +0 -35
- package/dist/esm/models/operations/getedgeconfigitems.d.ts.map +0 -1
- package/dist/esm/models/operations/getedgeconfigitems.js.map +0 -1
- package/dist/esm/models/operations/getedgeconfigs.d.ts +0 -179
- package/dist/esm/models/operations/getedgeconfigs.d.ts.map +0 -1
- package/dist/esm/models/operations/getedgeconfigs.js.map +0 -1
- package/dist/esm/models/operations/getedgeconfigschema.d.ts +0 -57
- package/dist/esm/models/operations/getedgeconfigschema.d.ts.map +0 -1
- package/dist/esm/models/operations/getedgeconfigschema.js.map +0 -1
- package/dist/esm/models/operations/getedgeconfigtoken.d.ts +0 -37
- package/dist/esm/models/operations/getedgeconfigtoken.d.ts.map +0 -1
- package/dist/esm/models/operations/getedgeconfigtoken.js.map +0 -1
- package/dist/esm/models/operations/getedgeconfigtokens.d.ts +0 -35
- package/dist/esm/models/operations/getedgeconfigtokens.d.ts.map +0 -1
- package/dist/esm/models/operations/getedgeconfigtokens.js.map +0 -1
- package/dist/esm/models/operations/getfirewallconfig.d.ts +0 -1291
- package/dist/esm/models/operations/getfirewallconfig.d.ts.map +0 -1
- package/dist/esm/models/operations/getfirewallconfig.js.map +0 -1
- package/dist/esm/models/operations/getintegrationlogdrains.d.ts +0 -275
- package/dist/esm/models/operations/getintegrationlogdrains.d.ts.map +0 -1
- package/dist/esm/models/operations/getintegrationlogdrains.js.map +0 -1
- package/dist/esm/models/operations/getprojectdomain.d.ts +0 -124
- package/dist/esm/models/operations/getprojectdomain.d.ts.map +0 -1
- package/dist/esm/models/operations/getprojectdomain.js.map +0 -1
- package/dist/esm/models/operations/getprojectenv.d.ts +0 -2914
- package/dist/esm/models/operations/getprojectenv.d.ts.map +0 -1
- package/dist/esm/models/operations/getprojectenv.js.map +0 -1
- package/dist/esm/models/operations/getprojectmembers.d.ts +0 -343
- package/dist/esm/models/operations/getprojectmembers.d.ts.map +0 -1
- package/dist/esm/models/operations/getprojectmembers.js.map +0 -1
- package/dist/esm/models/operations/getprojects.d.ts +0 -4568
- package/dist/esm/models/operations/getprojects.d.ts.map +0 -1
- package/dist/esm/models/operations/getprojects.js +0 -3846
- package/dist/esm/models/operations/getprojects.js.map +0 -1
- package/dist/esm/models/operations/getrecords.d.ts +0 -316
- package/dist/esm/models/operations/getrecords.d.ts.map +0 -1
- package/dist/esm/models/operations/getrecords.js.map +0 -1
- package/dist/esm/models/operations/getsecret.d.ts +0 -144
- package/dist/esm/models/operations/getsecret.d.ts.map +0 -1
- package/dist/esm/models/operations/getsecret.js.map +0 -1
- package/dist/esm/models/operations/getsecrets.d.ts +0 -144
- package/dist/esm/models/operations/getsecrets.d.ts.map +0 -1
- package/dist/esm/models/operations/getsecrets.js +0 -87
- package/dist/esm/models/operations/getsecrets.js.map +0 -1
- package/dist/esm/models/operations/getteam.d.ts +0 -33
- package/dist/esm/models/operations/getteam.d.ts.map +0 -1
- package/dist/esm/models/operations/getteam.js.map +0 -1
- package/dist/esm/models/operations/getteamaccessrequest.d.ts +0 -287
- package/dist/esm/models/operations/getteamaccessrequest.d.ts.map +0 -1
- package/dist/esm/models/operations/getteamaccessrequest.js.map +0 -1
- package/dist/esm/models/operations/getteammembers.d.ts +0 -667
- package/dist/esm/models/operations/getteammembers.d.ts.map +0 -1
- package/dist/esm/models/operations/getteammembers.js.map +0 -1
- package/dist/esm/models/operations/getteams.d.ts +0 -98
- package/dist/esm/models/operations/getteams.d.ts.map +0 -1
- package/dist/esm/models/operations/getteams.js.map +0 -1
- package/dist/esm/models/operations/getwebhook.d.ts +0 -237
- package/dist/esm/models/operations/getwebhook.d.ts.map +0 -1
- package/dist/esm/models/operations/getwebhook.js.map +0 -1
- package/dist/esm/models/operations/getwebhooks.d.ts +0 -642
- package/dist/esm/models/operations/getwebhooks.d.ts.map +0 -1
- package/dist/esm/models/operations/getwebhooks.js.map +0 -1
- package/dist/esm/models/operations/gitnamespaces.d.ts +0 -118
- package/dist/esm/models/operations/gitnamespaces.d.ts.map +0 -1
- package/dist/esm/models/operations/gitnamespaces.js.map +0 -1
- package/dist/esm/models/operations/inviteusertoteam.d.ts +0 -347
- package/dist/esm/models/operations/inviteusertoteam.d.ts.map +0 -1
- package/dist/esm/models/operations/inviteusertoteam.js.map +0 -1
- package/dist/esm/models/operations/issuecert.d.ts +0 -92
- package/dist/esm/models/operations/issuecert.d.ts.map +0 -1
- package/dist/esm/models/operations/issuecert.js.map +0 -1
- package/dist/esm/models/operations/jointeam.d.ts +0 -97
- package/dist/esm/models/operations/jointeam.d.ts.map +0 -1
- package/dist/esm/models/operations/jointeam.js.map +0 -1
- package/dist/esm/models/operations/listaccessgroupmembers.d.ts +0 -176
- package/dist/esm/models/operations/listaccessgroupmembers.d.ts.map +0 -1
- package/dist/esm/models/operations/listaccessgroupmembers.js.map +0 -1
- package/dist/esm/models/operations/listaccessgroupprojects.d.ts +0 -185
- package/dist/esm/models/operations/listaccessgroupprojects.d.ts.map +0 -1
- package/dist/esm/models/operations/listaccessgroupprojects.js.map +0 -1
- package/dist/esm/models/operations/listaccessgroups.d.ts +0 -215
- package/dist/esm/models/operations/listaccessgroups.d.ts.map +0 -1
- package/dist/esm/models/operations/listaccessgroups.js.map +0 -1
- package/dist/esm/models/operations/listaliases.d.ts +0 -549
- package/dist/esm/models/operations/listaliases.d.ts.map +0 -1
- package/dist/esm/models/operations/listaliases.js.map +0 -1
- package/dist/esm/models/operations/listauthtokens.d.ts +0 -37
- package/dist/esm/models/operations/listauthtokens.d.ts.map +0 -1
- package/dist/esm/models/operations/listauthtokens.js.map +0 -1
- package/dist/esm/models/operations/listdeploymentaliases.d.ts +0 -379
- package/dist/esm/models/operations/listdeploymentaliases.d.ts.map +0 -1
- package/dist/esm/models/operations/listdeploymentaliases.js.map +0 -1
- package/dist/esm/models/operations/listdeploymentfiles.d.ts +0 -38
- package/dist/esm/models/operations/listdeploymentfiles.d.ts.map +0 -1
- package/dist/esm/models/operations/listdeploymentfiles.js.map +0 -1
- package/dist/esm/models/operations/listpromotealiases.d.ts +0 -149
- package/dist/esm/models/operations/listpromotealiases.d.ts.map +0 -1
- package/dist/esm/models/operations/listpromotealiases.js.map +0 -1
- package/dist/esm/models/operations/listuserevents.d.ts +0 -93
- package/dist/esm/models/operations/listuserevents.d.ts.map +0 -1
- package/dist/esm/models/operations/listuserevents.js.map +0 -1
- package/dist/esm/models/operations/patchdomain.d.ts +0 -222
- package/dist/esm/models/operations/patchdomain.d.ts.map +0 -1
- package/dist/esm/models/operations/patchdomain.js.map +0 -1
- package/dist/esm/models/operations/patchedgeconfigschema.d.ts +0 -84
- package/dist/esm/models/operations/patchedgeconfigschema.d.ts.map +0 -1
- package/dist/esm/models/operations/patchedgeconfigschema.js.map +0 -1
- package/dist/esm/models/operations/patchteam.d.ts +0 -264
- package/dist/esm/models/operations/patchteam.d.ts.map +0 -1
- package/dist/esm/models/operations/patchteam.js.map +0 -1
- package/dist/esm/models/operations/pauseproject.d.ts +0 -70
- package/dist/esm/models/operations/pauseproject.d.ts.map +0 -1
- package/dist/esm/models/operations/pauseproject.js.map +0 -1
- package/dist/esm/models/operations/putfirewallconfig.d.ts +0 -2550
- package/dist/esm/models/operations/putfirewallconfig.d.ts.map +0 -1
- package/dist/esm/models/operations/putfirewallconfig.js.map +0 -1
- package/dist/esm/models/operations/readaccessgroup.d.ts +0 -118
- package/dist/esm/models/operations/readaccessgroup.d.ts.map +0 -1
- package/dist/esm/models/operations/readaccessgroup.js.map +0 -1
- package/dist/esm/models/operations/recordevents.d.ts +0 -154
- package/dist/esm/models/operations/recordevents.d.ts.map +0 -1
- package/dist/esm/models/operations/recordevents.js.map +0 -1
- package/dist/esm/models/operations/removecert.d.ts +0 -57
- package/dist/esm/models/operations/removecert.d.ts.map +0 -1
- package/dist/esm/models/operations/removecert.js.map +0 -1
- package/dist/esm/models/operations/removeprojectdomain.d.ts +0 -65
- package/dist/esm/models/operations/removeprojectdomain.d.ts.map +0 -1
- package/dist/esm/models/operations/removeprojectdomain.js.map +0 -1
- package/dist/esm/models/operations/removeprojectenv.d.ts +0 -2954
- package/dist/esm/models/operations/removeprojectenv.d.ts.map +0 -1
- package/dist/esm/models/operations/removeprojectenv.js +0 -2627
- package/dist/esm/models/operations/removeprojectenv.js.map +0 -1
- package/dist/esm/models/operations/removeprojectmember.d.ts +0 -66
- package/dist/esm/models/operations/removeprojectmember.d.ts.map +0 -1
- package/dist/esm/models/operations/removeprojectmember.js.map +0 -1
- package/dist/esm/models/operations/removerecord.d.ts +0 -59
- package/dist/esm/models/operations/removerecord.d.ts.map +0 -1
- package/dist/esm/models/operations/removerecord.js.map +0 -1
- package/dist/esm/models/operations/removeteammember.d.ts +0 -64
- package/dist/esm/models/operations/removeteammember.d.ts.map +0 -1
- package/dist/esm/models/operations/removeteammember.js.map +0 -1
- package/dist/esm/models/operations/renamesecret.d.ts +0 -95
- package/dist/esm/models/operations/renamesecret.d.ts.map +0 -1
- package/dist/esm/models/operations/renamesecret.js.map +0 -1
- package/dist/esm/models/operations/requestaccesstoteam.d.ts +0 -393
- package/dist/esm/models/operations/requestaccesstoteam.d.ts.map +0 -1
- package/dist/esm/models/operations/requestaccesstoteam.js.map +0 -1
- package/dist/esm/models/operations/requestdelete.d.ts +0 -101
- package/dist/esm/models/operations/requestdelete.d.ts.map +0 -1
- package/dist/esm/models/operations/requestdelete.js.map +0 -1
- package/dist/esm/models/operations/requestpromote.d.ts +0 -37
- package/dist/esm/models/operations/requestpromote.d.ts.map +0 -1
- package/dist/esm/models/operations/requestpromote.js.map +0 -1
- package/dist/esm/models/operations/rerequestcheck.d.ts +0 -62
- package/dist/esm/models/operations/rerequestcheck.d.ts.map +0 -1
- package/dist/esm/models/operations/rerequestcheck.js.map +0 -1
- package/dist/esm/models/operations/searchrepo.d.ts +0 -397
- package/dist/esm/models/operations/searchrepo.d.ts.map +0 -1
- package/dist/esm/models/operations/searchrepo.js.map +0 -1
- package/dist/esm/models/operations/status.d.ts +0 -88
- package/dist/esm/models/operations/status.d.ts.map +0 -1
- package/dist/esm/models/operations/status.js.map +0 -1
- package/dist/esm/models/operations/unpauseproject.d.ts +0 -70
- package/dist/esm/models/operations/unpauseproject.d.ts.map +0 -1
- package/dist/esm/models/operations/unpauseproject.js.map +0 -1
- package/dist/esm/models/operations/updateaccessgroup.d.ts +0 -221
- package/dist/esm/models/operations/updateaccessgroup.d.ts.map +0 -1
- package/dist/esm/models/operations/updateaccessgroup.js.map +0 -1
- package/dist/esm/models/operations/updateattackchallengemode.d.ts +0 -87
- package/dist/esm/models/operations/updateattackchallengemode.d.ts.map +0 -1
- package/dist/esm/models/operations/updateattackchallengemode.js.map +0 -1
- package/dist/esm/models/operations/updatecheck.d.ts +0 -928
- package/dist/esm/models/operations/updatecheck.d.ts.map +0 -1
- package/dist/esm/models/operations/updatecheck.js.map +0 -1
- package/dist/esm/models/operations/updateedgeconfig.d.ts +0 -209
- package/dist/esm/models/operations/updateedgeconfig.d.ts.map +0 -1
- package/dist/esm/models/operations/updateedgeconfig.js.map +0 -1
- package/dist/esm/models/operations/updatefirewallconfig.d.ts +0 -1925
- package/dist/esm/models/operations/updatefirewallconfig.d.ts.map +0 -1
- package/dist/esm/models/operations/updatefirewallconfig.js.map +0 -1
- package/dist/esm/models/operations/updateproject.d.ts +0 -5183
- package/dist/esm/models/operations/updateproject.d.ts.map +0 -1
- package/dist/esm/models/operations/updateproject.js +0 -4199
- package/dist/esm/models/operations/updateproject.js.map +0 -1
- package/dist/esm/models/operations/updateprojectdatacache.d.ts +0 -4486
- package/dist/esm/models/operations/updateprojectdatacache.d.ts.map +0 -1
- package/dist/esm/models/operations/updateprojectdatacache.js +0 -3845
- package/dist/esm/models/operations/updateprojectdatacache.js.map +0 -1
- package/dist/esm/models/operations/updateprojectdomain.d.ts +0 -203
- package/dist/esm/models/operations/updateprojectdomain.d.ts.map +0 -1
- package/dist/esm/models/operations/updateprojectdomain.js.map +0 -1
- package/dist/esm/models/operations/updateprojectprotectionbypass.d.ts +0 -211
- package/dist/esm/models/operations/updateprojectprotectionbypass.d.ts.map +0 -1
- package/dist/esm/models/operations/updateprojectprotectionbypass.js.map +0 -1
- package/dist/esm/models/operations/updaterecord.d.ts +0 -322
- package/dist/esm/models/operations/updaterecord.d.ts.map +0 -1
- package/dist/esm/models/operations/updaterecord.js.map +0 -1
- package/dist/esm/models/operations/updateteammember.d.ts +0 -185
- package/dist/esm/models/operations/updateteammember.d.ts.map +0 -1
- package/dist/esm/models/operations/updateteammember.js.map +0 -1
- package/dist/esm/models/operations/uploadartifact.d.ts +0 -94
- package/dist/esm/models/operations/uploadartifact.d.ts.map +0 -1
- package/dist/esm/models/operations/uploadartifact.js.map +0 -1
- package/dist/esm/models/operations/uploadcert.d.ts +0 -107
- package/dist/esm/models/operations/uploadcert.d.ts.map +0 -1
- package/dist/esm/models/operations/uploadcert.js.map +0 -1
- package/dist/esm/models/operations/uploadfile.d.ts +0 -123
- package/dist/esm/models/operations/uploadfile.d.ts.map +0 -1
- package/dist/esm/models/operations/uploadfile.js.map +0 -1
- package/dist/esm/models/operations/verifyprojectdomain.d.ts +0 -130
- package/dist/esm/models/operations/verifyprojectdomain.d.ts.map +0 -1
- package/dist/esm/models/operations/verifyprojectdomain.js.map +0 -1
- package/dist/esm/sdk/accessgroups.d.ts +0 -60
- package/dist/esm/sdk/accessgroups.d.ts.map +0 -1
- package/dist/esm/sdk/accessgroups.js.map +0 -1
- package/dist/esm/sdk/aliases.d.ts +0 -44
- package/dist/esm/sdk/aliases.d.ts.map +0 -1
- package/dist/esm/sdk/aliases.js.map +0 -1
- package/dist/esm/sdk/artifacts.d.ts +0 -54
- package/dist/esm/sdk/artifacts.d.ts.map +0 -1
- package/dist/esm/sdk/artifacts.js.map +0 -1
- package/dist/esm/sdk/authentication.d.ts +0 -36
- package/dist/esm/sdk/authentication.d.ts.map +0 -1
- package/dist/esm/sdk/authentication.js.map +0 -1
- package/dist/esm/sdk/certs.d.ts +0 -36
- package/dist/esm/sdk/certs.d.ts.map +0 -1
- package/dist/esm/sdk/certs.js.map +0 -1
- package/dist/esm/sdk/checks.d.ts +0 -44
- package/dist/esm/sdk/checks.d.ts.map +0 -1
- package/dist/esm/sdk/checks.js.map +0 -1
- package/dist/esm/sdk/deployments.d.ts +0 -77
- package/dist/esm/sdk/deployments.d.ts.map +0 -1
- package/dist/esm/sdk/deployments.js.map +0 -1
- package/dist/esm/sdk/dns.d.ts +0 -36
- package/dist/esm/sdk/dns.d.ts.map +0 -1
- package/dist/esm/sdk/dns.js.map +0 -1
- package/dist/esm/sdk/domains.d.ts +0 -84
- package/dist/esm/sdk/domains.d.ts.map +0 -1
- package/dist/esm/sdk/domains.js.map +0 -1
- package/dist/esm/sdk/edgeconfig.d.ts +0 -134
- package/dist/esm/sdk/edgeconfig.d.ts.map +0 -1
- package/dist/esm/sdk/edgeconfig.js.map +0 -1
- package/dist/esm/sdk/integrations.d.ts +0 -44
- package/dist/esm/sdk/integrations.d.ts.map +0 -1
- package/dist/esm/sdk/integrations.js.map +0 -1
- package/dist/esm/sdk/logdrains.d.ts +0 -60
- package/dist/esm/sdk/logdrains.d.ts.map +0 -1
- package/dist/esm/sdk/logdrains.js.map +0 -1
- package/dist/esm/sdk/projectmembers.d.ts +0 -28
- package/dist/esm/sdk/projectmembers.d.ts.map +0 -1
- package/dist/esm/sdk/projectmembers.js.map +0 -1
- package/dist/esm/sdk/projects.d.ts +0 -164
- package/dist/esm/sdk/projects.d.ts.map +0 -1
- package/dist/esm/sdk/projects.js.map +0 -1
- package/dist/esm/sdk/sdk.d.ts +0 -67
- package/dist/esm/sdk/sdk.d.ts.map +0 -1
- package/dist/esm/sdk/sdk.js +0 -115
- package/dist/esm/sdk/sdk.js.map +0 -1
- package/dist/esm/sdk/secrets.d.ts +0 -44
- package/dist/esm/sdk/secrets.d.ts.map +0 -1
- package/dist/esm/sdk/secrets.js +0 -58
- package/dist/esm/sdk/secrets.js.map +0 -1
- package/dist/esm/sdk/security.d.ts +0 -36
- package/dist/esm/sdk/security.d.ts.map +0 -1
- package/dist/esm/sdk/security.js.map +0 -1
- package/dist/esm/sdk/teams.d.ts +0 -112
- package/dist/esm/sdk/teams.d.ts.map +0 -1
- package/dist/esm/sdk/teams.js.map +0 -1
- package/dist/esm/sdk/user.d.ts +0 -28
- package/dist/esm/sdk/user.d.ts.map +0 -1
- package/dist/esm/sdk/user.js.map +0 -1
- package/dist/esm/sdk/webhooks.d.ts +0 -36
- package/dist/esm/sdk/webhooks.d.ts.map +0 -1
- package/dist/esm/sdk/webhooks.js.map +0 -1
- package/dist/esm/types/blobs.d.ts +0 -4
- package/dist/esm/types/blobs.d.ts.map +0 -1
- package/dist/esm/types/blobs.js.map +0 -1
- package/dist/esm/types/constdatetime.d.ts +0 -3
- package/dist/esm/types/constdatetime.d.ts.map +0 -1
- package/dist/esm/types/constdatetime.js.map +0 -1
- package/dist/esm/types/enums.d.ts +0 -12
- package/dist/esm/types/enums.d.ts.map +0 -1
- package/dist/esm/types/enums.js.map +0 -1
- package/dist/esm/types/fp.d.ts +0 -31
- package/dist/esm/types/fp.d.ts.map +0 -1
- package/dist/esm/types/fp.js.map +0 -1
- package/dist/esm/types/operations.d.ts +0 -25
- package/dist/esm/types/operations.d.ts.map +0 -1
- package/dist/esm/types/operations.js.map +0 -1
- package/dist/esm/types/rfcdate.d.ts +0 -21
- package/dist/esm/types/rfcdate.d.ts.map +0 -1
- package/dist/esm/types/rfcdate.js.map +0 -1
- package/dist/esm/types/streams.d.ts +0 -2
- package/dist/esm/types/streams.d.ts.map +0 -1
- package/dist/esm/types/streams.js.map +0 -1
- package/src/funcs/dataCacheBillingSettings.ts +0 -118
- package/src/funcs/datacachePurgeall.ts +0 -116
- package/src/funcs/getCerts.ts +0 -95
- package/src/funcs/secretsGetSecrets.ts +0 -132
- package/src/models/operations/datacachebillingsettings.ts +0 -89
- package/src/models/operations/datacachepurgeall.ts +0 -45
- package/src/models/operations/getcerts.ts +0 -100
- package/src/models/operations/getsecrets.ts +0 -224
- /package/{dist/commonjs → esm}/core.d.ts +0 -0
- /package/{dist/esm → esm}/core.js +0 -0
- /package/{dist/commonjs → esm}/funcs/accessGroupsCreateAccessGroup.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/accessGroupsDeleteAccessGroup.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/accessGroupsListAccessGroupMembers.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/accessGroupsListAccessGroupProjects.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/accessGroupsListAccessGroups.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/accessGroupsReadAccessGroup.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/accessGroupsUpdateAccessGroup.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/aliasesAssignAlias.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/aliasesDeleteAlias.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/aliasesGetAlias.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/aliasesListAliases.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/aliasesListDeploymentAliases.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/artifactsArtifactExists.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/artifactsArtifactQuery.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/artifactsDownloadArtifact.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/artifactsRecordEvents.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/artifactsStatus.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/artifactsUploadArtifact.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/authenticationCreateAuthToken.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/authenticationDeleteAuthToken.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/authenticationGetAuthToken.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/authenticationListAuthTokens.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/certsGetCertById.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/certsIssueCert.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/certsRemoveCert.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/certsUploadCert.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/checksCreateCheck.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/checksGetAllChecks.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/checksGetCheck.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/checksRerequestCheck.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/checksUpdateCheck.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/deploymentsCancelDeployment.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/deploymentsCreateDeployment.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/deploymentsDeleteDeployment.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/deploymentsGetDeployment.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/deploymentsGetDeploymentEvents.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/deploymentsGetDeploymentFileContents.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/deploymentsGetDeployments.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/deploymentsListDeploymentFiles.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/deploymentsUploadFile.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/dnsCreateRecord.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/dnsGetRecords.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/dnsRemoveRecord.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/dnsUpdateRecord.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/domainsBuyDomain.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/domainsCheckDomainPrice.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/domainsCheckDomainStatus.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/domainsCreateOrTransferDomain.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/domainsDeleteDomain.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/domainsGetDomain.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/domainsGetDomainConfig.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/domainsGetDomainTransfer.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/domainsGetDomains.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/domainsPatchDomain.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/edgeConfigCreateEdgeConfig.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/edgeConfigCreateEdgeConfigToken.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/edgeConfigDeleteEdgeConfig.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfig.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigBackup.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigBackups.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigItem.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigItems.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigSchema.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigToken.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigTokens.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigs.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/edgeConfigPatchEdgeConfigSchema.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/edgeConfigUpdateEdgeConfig.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/integrationsDeleteConfiguration.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/integrationsGetConfiguration.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/integrationsGetConfigurations.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/integrationsGitNamespaces.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/integrationsSearchRepo.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/logDrainsCreateLogDrain.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/logDrainsGetAllLogDrains.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/logDrainsGetIntegrationLogDrains.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectMembersAddProjectMember.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectMembersGetProjectMembers.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectMembersRemoveProjectMember.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsAddProjectDomain.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsCreateProject.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsCreateProjectEnv.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsDeleteProject.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsEditProjectEnv.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsFilterProjectEnvs.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsGetProjectDomain.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsGetProjectEnv.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsGetProjects.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsListPromoteAliases.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsPauseProject.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsRemoveProjectDomain.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsRemoveProjectEnv.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsRequestPromote.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsUnpauseProject.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsUpdateProject.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsUpdateProjectDataCache.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsUpdateProjectDomain.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsUpdateProjectProtectionBypass.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/projectsVerifyProjectDomain.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/secretsCreateSecret.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/secretsDeleteSecret.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/secretsGetSecret.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/secretsRenameSecret.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/securityGetFirewallConfig.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/securityPutFirewallConfig.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/securityUpdateAttackChallengeMode.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/securityUpdateFirewallConfig.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/teamsCreateTeam.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/teamsDeleteTeam.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/teamsDeleteTeamInviteCode.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/teamsGetTeam.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/teamsGetTeamAccessRequest.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/teamsGetTeamMembers.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/teamsGetTeams.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/teamsInviteUserToTeam.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/teamsJoinTeam.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/teamsPatchTeam.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/teamsRemoveTeamMember.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/teamsRequestAccessToTeam.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/teamsUpdateTeamMember.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/userGetAuthUser.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/userListUserEvents.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/userRequestDelete.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/webhooksCreateWebhook.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/webhooksDeleteWebhook.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/webhooksGetWebhook.d.ts +0 -0
- /package/{dist/commonjs → esm}/funcs/webhooksGetWebhooks.d.ts +0 -0
- /package/{dist/commonjs → esm}/hooks/hooks.d.ts +0 -0
- /package/{dist/esm → esm}/hooks/hooks.js +0 -0
- /package/{dist/commonjs → esm}/hooks/registration.d.ts +0 -0
- /package/{dist/esm → esm}/hooks/registration.js +0 -0
- /package/{dist/esm → esm}/hooks/types.js +0 -0
- /package/{dist/commonjs → esm}/index.d.ts +0 -0
- /package/{dist/esm → esm}/index.js +0 -0
- /package/{dist/commonjs → esm}/lib/base64.d.ts +0 -0
- /package/{dist/esm → esm}/lib/base64.js +0 -0
- /package/{dist/commonjs → esm}/lib/dlv.d.ts +0 -0
- /package/{dist/esm → esm}/lib/dlv.js +0 -0
- /package/{dist/commonjs → esm}/lib/encodings.d.ts +0 -0
- /package/{dist/esm → esm}/lib/encodings.js +0 -0
- /package/{dist/commonjs → esm}/lib/files.d.ts +0 -0
- /package/{dist/esm → esm}/lib/files.js +0 -0
- /package/{dist/commonjs → esm}/lib/http.d.ts +0 -0
- /package/{dist/esm → esm}/lib/http.js +0 -0
- /package/{dist/commonjs → esm}/lib/is-plain-object.d.ts +0 -0
- /package/{dist/esm → esm}/lib/is-plain-object.js +0 -0
- /package/{dist/commonjs → esm}/lib/logger.d.ts +0 -0
- /package/{dist/esm → esm}/lib/logger.js +0 -0
- /package/{dist/commonjs → esm}/lib/matchers.d.ts +0 -0
- /package/{dist/esm → esm}/lib/matchers.js +0 -0
- /package/{dist/commonjs → esm}/lib/retries.d.ts +0 -0
- /package/{dist/esm → esm}/lib/retries.js +0 -0
- /package/{dist/commonjs → esm}/lib/schemas.d.ts +0 -0
- /package/{dist/esm → esm}/lib/schemas.js +0 -0
- /package/{dist/commonjs → esm}/lib/sdks.d.ts +0 -0
- /package/{dist/esm → esm}/lib/sdks.js +0 -0
- /package/{dist/commonjs → esm}/lib/url.d.ts +0 -0
- /package/{dist/esm → esm}/lib/url.js +0 -0
- /package/{dist/commonjs → esm}/models/components/aclaction.d.ts +0 -0
- /package/{dist/esm → esm}/models/components/aclaction.js +0 -0
- /package/{dist/commonjs → esm}/models/components/authuser.d.ts +0 -0
- /package/{dist/esm → esm}/models/components/authuser.js +0 -0
- /package/{dist/commonjs → esm}/models/components/authuserlimited.d.ts +0 -0
- /package/{dist/esm → esm}/models/components/authuserlimited.js +0 -0
- /package/{dist/commonjs → esm}/models/components/edgeconfigitem.d.ts +0 -0
- /package/{dist/esm → esm}/models/components/edgeconfigitem.js +0 -0
- /package/{dist/commonjs → esm}/models/components/edgeconfigitemvalue.d.ts +0 -0
- /package/{dist/esm → esm}/models/components/edgeconfigitemvalue.js +0 -0
- /package/{dist/commonjs → esm}/models/components/edgeconfigtoken.d.ts +0 -0
- /package/{dist/esm → esm}/models/components/edgeconfigtoken.js +0 -0
- /package/{dist/commonjs → esm}/models/components/filetree.d.ts +0 -0
- /package/{dist/esm → esm}/models/components/filetree.js +0 -0
- /package/{dist/commonjs → esm}/models/components/flagjsonvalue.d.ts +0 -0
- /package/{dist/esm → esm}/models/components/flagjsonvalue.js +0 -0
- /package/{dist/commonjs → esm}/models/components/pagination.d.ts +0 -0
- /package/{dist/esm → esm}/models/components/pagination.js +0 -0
- /package/{dist/commonjs → esm}/models/components/teamlimited.d.ts +0 -0
- /package/{dist/esm → esm}/models/components/teamlimited.js +0 -0
- /package/{dist/commonjs → esm}/models/errors/httpclienterrors.d.ts +0 -0
- /package/{dist/esm → esm}/models/errors/httpclienterrors.js +0 -0
- /package/{dist/commonjs → esm}/models/errors/sdkerror.d.ts +0 -0
- /package/{dist/esm → esm}/models/errors/sdkerror.js +0 -0
- /package/{dist/commonjs → esm}/models/errors/sdkvalidationerror.d.ts +0 -0
- /package/{dist/esm → esm}/models/errors/sdkvalidationerror.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/addprojectdomain.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/addprojectdomain.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/addprojectmember.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/addprojectmember.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/artifactexists.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/artifactexists.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/artifactquery.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/artifactquery.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/assignalias.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/assignalias.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/buydomain.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/buydomain.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/checkdomainstatus.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/checkdomainstatus.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/createaccessgroup.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/createaccessgroup.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/createauthtoken.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/createauthtoken.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/createcheck.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/createcheck.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/createconfigurablelogdrain.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/createconfigurablelogdrain.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/createdeployment.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/createdeployment.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/createedgeconfig.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/createedgeconfig.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/createedgeconfigtoken.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/createedgeconfigtoken.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/createlogdrain.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/createlogdrain.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/createortransferdomain.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/createortransferdomain.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/createrecord.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/createrecord.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/createteam.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/createteam.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/createwebhook.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/createwebhook.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/deleteaccessgroup.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/deleteaccessgroup.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/deletealias.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/deletealias.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/deleteauthtoken.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/deleteauthtoken.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/deleteconfigurablelogdrain.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/deleteconfigurablelogdrain.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/deleteconfiguration.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/deleteconfiguration.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/deletedeployment.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/deletedeployment.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/deletedomain.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/deletedomain.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/deleteedgeconfig.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/deleteedgeconfig.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/deleteedgeconfigschema.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/deleteedgeconfigschema.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/deleteedgeconfigtokens.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/deleteedgeconfigtokens.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/deleteintegrationlogdrain.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/deleteintegrationlogdrain.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/deleteproject.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/deleteproject.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/deletesecret.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/deletesecret.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/deleteteam.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/deleteteam.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/deleteteaminvitecode.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/deleteteaminvitecode.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/deletewebhook.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/deletewebhook.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/downloadartifact.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/downloadartifact.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/filterprojectenvs.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/filterprojectenvs.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getallchecks.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getallchecks.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getalllogdrains.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getalllogdrains.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getauthtoken.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getauthtoken.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getauthuser.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getauthuser.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getcertbyid.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getcertbyid.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getcheck.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getcheck.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getconfigurablelogdrain.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getconfigurablelogdrain.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getconfiguration.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getconfiguration.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getconfigurations.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getconfigurations.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getdeployment.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getdeployment.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getdeploymentevents.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getdeploymentevents.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getdeploymentfilecontents.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getdeploymentfilecontents.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getdeployments.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getdeployments.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getdomain.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getdomain.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getdomainconfig.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getdomainconfig.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getdomains.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getdomains.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getdomaintransfer.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getdomaintransfer.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getedgeconfig.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getedgeconfig.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getedgeconfigbackup.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getedgeconfigbackup.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getedgeconfigbackups.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getedgeconfigbackups.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getedgeconfigitem.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getedgeconfigitem.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getedgeconfigitems.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getedgeconfigitems.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getedgeconfigs.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getedgeconfigs.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getedgeconfigschema.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getedgeconfigschema.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getedgeconfigtoken.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getedgeconfigtoken.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getedgeconfigtokens.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getedgeconfigtokens.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getfirewallconfig.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getfirewallconfig.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getintegrationlogdrains.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getintegrationlogdrains.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getprojectdomain.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getprojectdomain.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getprojectenv.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getprojectenv.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getprojectmembers.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getprojectmembers.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getrecords.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getrecords.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getsecret.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getsecret.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getteam.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getteam.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getteamaccessrequest.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getteamaccessrequest.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getteammembers.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getteammembers.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getteams.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getteams.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getwebhook.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getwebhook.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/getwebhooks.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/getwebhooks.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/gitnamespaces.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/gitnamespaces.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/inviteusertoteam.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/inviteusertoteam.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/issuecert.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/issuecert.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/jointeam.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/jointeam.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/listaccessgroupmembers.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/listaccessgroupmembers.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/listaccessgroupprojects.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/listaccessgroupprojects.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/listaccessgroups.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/listaccessgroups.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/listaliases.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/listaliases.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/listauthtokens.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/listauthtokens.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/listdeploymentaliases.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/listdeploymentaliases.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/listdeploymentfiles.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/listdeploymentfiles.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/listpromotealiases.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/listpromotealiases.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/listuserevents.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/listuserevents.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/patchdomain.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/patchdomain.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/patchedgeconfigschema.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/patchedgeconfigschema.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/patchteam.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/patchteam.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/pauseproject.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/pauseproject.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/putfirewallconfig.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/putfirewallconfig.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/readaccessgroup.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/readaccessgroup.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/recordevents.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/recordevents.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/removecert.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/removecert.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/removeprojectdomain.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/removeprojectdomain.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/removeprojectmember.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/removeprojectmember.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/removerecord.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/removerecord.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/removeteammember.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/removeteammember.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/renamesecret.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/renamesecret.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/requestaccesstoteam.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/requestaccesstoteam.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/requestdelete.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/requestdelete.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/requestpromote.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/requestpromote.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/rerequestcheck.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/rerequestcheck.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/searchrepo.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/searchrepo.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/status.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/status.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/unpauseproject.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/unpauseproject.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/updateaccessgroup.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/updateaccessgroup.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/updateattackchallengemode.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/updateattackchallengemode.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/updatecheck.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/updatecheck.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/updateedgeconfig.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/updateedgeconfig.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/updatefirewallconfig.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/updatefirewallconfig.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/updateprojectdomain.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/updateprojectdomain.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/updateprojectprotectionbypass.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/updateprojectprotectionbypass.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/updaterecord.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/updaterecord.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/updateteammember.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/updateteammember.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/uploadartifact.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/uploadartifact.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/uploadcert.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/uploadcert.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/uploadfile.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/uploadfile.js +0 -0
- /package/{dist/commonjs → esm}/models/operations/verifyprojectdomain.d.ts +0 -0
- /package/{dist/esm → esm}/models/operations/verifyprojectdomain.js +0 -0
- /package/{dist/commonjs → esm}/sdk/accessgroups.d.ts +0 -0
- /package/{dist/esm → esm}/sdk/accessgroups.js +0 -0
- /package/{dist/commonjs → esm}/sdk/aliases.d.ts +0 -0
- /package/{dist/esm → esm}/sdk/aliases.js +0 -0
- /package/{dist/commonjs → esm}/sdk/artifacts.d.ts +0 -0
- /package/{dist/esm → esm}/sdk/artifacts.js +0 -0
- /package/{dist/commonjs → esm}/sdk/authentication.d.ts +0 -0
- /package/{dist/esm → esm}/sdk/authentication.js +0 -0
- /package/{dist/commonjs → esm}/sdk/certs.d.ts +0 -0
- /package/{dist/esm → esm}/sdk/certs.js +0 -0
- /package/{dist/commonjs → esm}/sdk/checks.d.ts +0 -0
- /package/{dist/esm → esm}/sdk/checks.js +0 -0
- /package/{dist/commonjs → esm}/sdk/deployments.d.ts +0 -0
- /package/{dist/esm → esm}/sdk/deployments.js +0 -0
- /package/{dist/commonjs → esm}/sdk/dns.d.ts +0 -0
- /package/{dist/esm → esm}/sdk/dns.js +0 -0
- /package/{dist/commonjs → esm}/sdk/domains.d.ts +0 -0
- /package/{dist/esm → esm}/sdk/domains.js +0 -0
- /package/{dist/commonjs → esm}/sdk/edgeconfig.d.ts +0 -0
- /package/{dist/esm → esm}/sdk/edgeconfig.js +0 -0
- /package/{dist/commonjs → esm}/sdk/integrations.d.ts +0 -0
- /package/{dist/esm → esm}/sdk/integrations.js +0 -0
- /package/{dist/commonjs → esm}/sdk/logdrains.d.ts +0 -0
- /package/{dist/esm → esm}/sdk/logdrains.js +0 -0
- /package/{dist/commonjs → esm}/sdk/projectmembers.d.ts +0 -0
- /package/{dist/esm → esm}/sdk/projectmembers.js +0 -0
- /package/{dist/commonjs → esm}/sdk/projects.d.ts +0 -0
- /package/{dist/esm → esm}/sdk/projects.js +0 -0
- /package/{dist/commonjs → esm}/sdk/security.d.ts +0 -0
- /package/{dist/esm → esm}/sdk/security.js +0 -0
- /package/{dist/commonjs → esm}/sdk/teams.d.ts +0 -0
- /package/{dist/esm → esm}/sdk/teams.js +0 -0
- /package/{dist/commonjs → esm}/sdk/user.d.ts +0 -0
- /package/{dist/esm → esm}/sdk/user.js +0 -0
- /package/{dist/commonjs → esm}/sdk/webhooks.d.ts +0 -0
- /package/{dist/esm → esm}/sdk/webhooks.js +0 -0
- /package/{dist/commonjs → esm}/types/blobs.d.ts +0 -0
- /package/{dist/esm → esm}/types/blobs.js +0 -0
- /package/{dist/commonjs → esm}/types/constdatetime.d.ts +0 -0
- /package/{dist/esm → esm}/types/constdatetime.js +0 -0
- /package/{dist/commonjs → esm}/types/enums.d.ts +0 -0
- /package/{dist/esm → esm}/types/enums.js +0 -0
- /package/{dist/commonjs → esm}/types/fp.d.ts +0 -0
- /package/{dist/esm → esm}/types/fp.js +0 -0
- /package/{dist/commonjs → esm}/types/operations.d.ts +0 -0
- /package/{dist/esm → esm}/types/operations.js +0 -0
- /package/{dist/commonjs → esm}/types/rfcdate.d.ts +0 -0
- /package/{dist/esm → esm}/types/rfcdate.js +0 -0
- /package/{dist/commonjs → esm}/types/streams.d.ts +0 -0
- /package/{dist/esm → esm}/types/streams.js +0 -0
|
@@ -0,0 +1,4488 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
import { ACLAction } from "../components/aclaction.js";
|
|
4
|
+
export type UpdateProjectDataCacheRequestBody = {
|
|
5
|
+
/**
|
|
6
|
+
* Enable or disable data cache for the project - default: false
|
|
7
|
+
*/
|
|
8
|
+
disabled?: boolean | undefined;
|
|
9
|
+
};
|
|
10
|
+
export type UpdateProjectDataCacheRequest = {
|
|
11
|
+
/**
|
|
12
|
+
* The unique project identifier
|
|
13
|
+
*/
|
|
14
|
+
projectId: string;
|
|
15
|
+
/**
|
|
16
|
+
* The Team identifier to perform the request on behalf of.
|
|
17
|
+
*/
|
|
18
|
+
teamId?: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* The Team slug to perform the request on behalf of.
|
|
21
|
+
*/
|
|
22
|
+
slug?: string | undefined;
|
|
23
|
+
requestBody?: UpdateProjectDataCacheRequestBody | undefined;
|
|
24
|
+
};
|
|
25
|
+
export type Analytics = {
|
|
26
|
+
id: string;
|
|
27
|
+
canceledAt?: number | null | undefined;
|
|
28
|
+
disabledAt: number;
|
|
29
|
+
enabledAt: number;
|
|
30
|
+
paidAt?: number | undefined;
|
|
31
|
+
sampleRatePercent?: number | null | undefined;
|
|
32
|
+
spendLimitInDollars?: number | null | undefined;
|
|
33
|
+
};
|
|
34
|
+
export type SpeedInsights = {
|
|
35
|
+
id: string;
|
|
36
|
+
enabledAt?: number | undefined;
|
|
37
|
+
disabledAt?: number | undefined;
|
|
38
|
+
canceledAt?: number | undefined;
|
|
39
|
+
hasData?: boolean | undefined;
|
|
40
|
+
paidAt?: number | undefined;
|
|
41
|
+
};
|
|
42
|
+
export type Definitions = {
|
|
43
|
+
/**
|
|
44
|
+
* The hostname that should be used.
|
|
45
|
+
*/
|
|
46
|
+
host: string;
|
|
47
|
+
/**
|
|
48
|
+
* The path that should be called for the cronjob.
|
|
49
|
+
*/
|
|
50
|
+
path: string;
|
|
51
|
+
/**
|
|
52
|
+
* The cron expression.
|
|
53
|
+
*/
|
|
54
|
+
schedule: string;
|
|
55
|
+
};
|
|
56
|
+
export type Crons = {
|
|
57
|
+
/**
|
|
58
|
+
* The time the feature was enabled for this project. Note: It enables automatically with the first Deployment that outputs cronjobs.
|
|
59
|
+
*/
|
|
60
|
+
enabledAt: number;
|
|
61
|
+
/**
|
|
62
|
+
* The time the feature was disabled for this project.
|
|
63
|
+
*/
|
|
64
|
+
disabledAt: number | null;
|
|
65
|
+
updatedAt: number;
|
|
66
|
+
/**
|
|
67
|
+
* The ID of the Deployment from which the definitions originated.
|
|
68
|
+
*/
|
|
69
|
+
deploymentId: string | null;
|
|
70
|
+
definitions: Array<Definitions>;
|
|
71
|
+
};
|
|
72
|
+
export type DataCache = {
|
|
73
|
+
userDisabled: boolean;
|
|
74
|
+
storageSizeBytes?: number | null | undefined;
|
|
75
|
+
unlimited?: boolean | undefined;
|
|
76
|
+
};
|
|
77
|
+
export type DeploymentExpiration = {
|
|
78
|
+
expirationDays?: number | undefined;
|
|
79
|
+
expirationDaysProduction?: number | undefined;
|
|
80
|
+
expirationDaysCanceled?: number | undefined;
|
|
81
|
+
expirationDaysErrored?: number | undefined;
|
|
82
|
+
deploymentsToKeep?: number | undefined;
|
|
83
|
+
};
|
|
84
|
+
export declare const UpdateProjectDataCacheTarget2: {
|
|
85
|
+
readonly Production: "production";
|
|
86
|
+
readonly Preview: "preview";
|
|
87
|
+
readonly Development: "development";
|
|
88
|
+
};
|
|
89
|
+
export type UpdateProjectDataCacheTarget2 = ClosedEnum<typeof UpdateProjectDataCacheTarget2>;
|
|
90
|
+
export declare const UpdateProjectDataCacheTarget1: {
|
|
91
|
+
readonly Production: "production";
|
|
92
|
+
readonly Preview: "preview";
|
|
93
|
+
readonly Development: "development";
|
|
94
|
+
};
|
|
95
|
+
export type UpdateProjectDataCacheTarget1 = ClosedEnum<typeof UpdateProjectDataCacheTarget1>;
|
|
96
|
+
export type UpdateProjectDataCacheTarget = Array<UpdateProjectDataCacheTarget1> | UpdateProjectDataCacheTarget2;
|
|
97
|
+
export declare const UpdateProjectDataCacheProjectsResponse200Type: {
|
|
98
|
+
readonly Secret: "secret";
|
|
99
|
+
readonly System: "system";
|
|
100
|
+
readonly Encrypted: "encrypted";
|
|
101
|
+
readonly Plain: "plain";
|
|
102
|
+
readonly Sensitive: "sensitive";
|
|
103
|
+
};
|
|
104
|
+
export type UpdateProjectDataCacheProjectsResponse200Type = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
|
|
105
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type: {
|
|
106
|
+
readonly FlagsConnectionString: "flags-connection-string";
|
|
107
|
+
};
|
|
108
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type>;
|
|
109
|
+
export type Fifteen = {
|
|
110
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type;
|
|
111
|
+
projectId: string;
|
|
112
|
+
};
|
|
113
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type: {
|
|
114
|
+
readonly IntegrationStoreSecret: "integration-store-secret";
|
|
115
|
+
};
|
|
116
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
|
|
117
|
+
export type Fourteen = {
|
|
118
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type;
|
|
119
|
+
storeId: string;
|
|
120
|
+
integrationId: string;
|
|
121
|
+
integrationProductId: string;
|
|
122
|
+
integrationConfigurationId: string;
|
|
123
|
+
};
|
|
124
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type: {
|
|
125
|
+
readonly PostgresUrlNoSsl: "postgres-url-no-ssl";
|
|
126
|
+
};
|
|
127
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
|
|
128
|
+
export type Thirteen = {
|
|
129
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type;
|
|
130
|
+
storeId: string;
|
|
131
|
+
};
|
|
132
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type: {
|
|
133
|
+
readonly PostgresDatabase: "postgres-database";
|
|
134
|
+
};
|
|
135
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
|
|
136
|
+
export type Twelve = {
|
|
137
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type;
|
|
138
|
+
storeId: string;
|
|
139
|
+
};
|
|
140
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type: {
|
|
141
|
+
readonly PostgresPassword: "postgres-password";
|
|
142
|
+
};
|
|
143
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
|
|
144
|
+
export type UpdateProjectDataCacheContentHint11 = {
|
|
145
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type;
|
|
146
|
+
storeId: string;
|
|
147
|
+
};
|
|
148
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type: {
|
|
149
|
+
readonly PostgresHost: "postgres-host";
|
|
150
|
+
};
|
|
151
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
|
|
152
|
+
export type ContentHint10 = {
|
|
153
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type;
|
|
154
|
+
storeId: string;
|
|
155
|
+
};
|
|
156
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type: {
|
|
157
|
+
readonly PostgresUser: "postgres-user";
|
|
158
|
+
};
|
|
159
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
|
|
160
|
+
export type ContentHint9 = {
|
|
161
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type;
|
|
162
|
+
storeId: string;
|
|
163
|
+
};
|
|
164
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType: {
|
|
165
|
+
readonly PostgresPrismaUrl: "postgres-prisma-url";
|
|
166
|
+
};
|
|
167
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
|
|
168
|
+
export type ContentHint8 = {
|
|
169
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType;
|
|
170
|
+
storeId: string;
|
|
171
|
+
};
|
|
172
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType: {
|
|
173
|
+
readonly PostgresUrlNonPooling: "postgres-url-non-pooling";
|
|
174
|
+
};
|
|
175
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
176
|
+
export type ContentHint7 = {
|
|
177
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType;
|
|
178
|
+
storeId: string;
|
|
179
|
+
};
|
|
180
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType: {
|
|
181
|
+
readonly PostgresUrl: "postgres-url";
|
|
182
|
+
};
|
|
183
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType>;
|
|
184
|
+
export type ContentHint6 = {
|
|
185
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType;
|
|
186
|
+
storeId: string;
|
|
187
|
+
};
|
|
188
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200Type: {
|
|
189
|
+
readonly BlobReadWriteToken: "blob-read-write-token";
|
|
190
|
+
};
|
|
191
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200Type>;
|
|
192
|
+
export type ContentHint5 = {
|
|
193
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200Type;
|
|
194
|
+
storeId: string;
|
|
195
|
+
};
|
|
196
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponseType: {
|
|
197
|
+
readonly RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token";
|
|
198
|
+
};
|
|
199
|
+
export type UpdateProjectDataCacheContentHintProjectsResponseType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponseType>;
|
|
200
|
+
export type ContentHint4 = {
|
|
201
|
+
type: UpdateProjectDataCacheContentHintProjectsResponseType;
|
|
202
|
+
storeId: string;
|
|
203
|
+
};
|
|
204
|
+
export declare const UpdateProjectDataCacheContentHintProjectsType: {
|
|
205
|
+
readonly RedisRestApiToken: "redis-rest-api-token";
|
|
206
|
+
};
|
|
207
|
+
export type UpdateProjectDataCacheContentHintProjectsType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsType>;
|
|
208
|
+
export type ContentHint3 = {
|
|
209
|
+
type: UpdateProjectDataCacheContentHintProjectsType;
|
|
210
|
+
storeId: string;
|
|
211
|
+
};
|
|
212
|
+
export declare const UpdateProjectDataCacheContentHintType: {
|
|
213
|
+
readonly RedisRestApiUrl: "redis-rest-api-url";
|
|
214
|
+
};
|
|
215
|
+
export type UpdateProjectDataCacheContentHintType = ClosedEnum<typeof UpdateProjectDataCacheContentHintType>;
|
|
216
|
+
export type ContentHint2 = {
|
|
217
|
+
type: UpdateProjectDataCacheContentHintType;
|
|
218
|
+
storeId: string;
|
|
219
|
+
};
|
|
220
|
+
export declare const ContentHintType: {
|
|
221
|
+
readonly RedisUrl: "redis-url";
|
|
222
|
+
};
|
|
223
|
+
export type ContentHintType = ClosedEnum<typeof ContentHintType>;
|
|
224
|
+
export type ContentHint1 = {
|
|
225
|
+
type: ContentHintType;
|
|
226
|
+
storeId: string;
|
|
227
|
+
};
|
|
228
|
+
export type ContentHint = ContentHint1 | ContentHint2 | ContentHint3 | ContentHint4 | ContentHint5 | ContentHint6 | ContentHint7 | ContentHint8 | ContentHint9 | ContentHint10 | UpdateProjectDataCacheContentHint11 | Twelve | Thirteen | Fifteen | Fourteen;
|
|
229
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType: {
|
|
230
|
+
readonly FlagsSecret: "flags-secret";
|
|
231
|
+
};
|
|
232
|
+
export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
233
|
+
/**
|
|
234
|
+
* Similar to `contentHints`, but should not be exposed to the user.
|
|
235
|
+
*/
|
|
236
|
+
export type InternalContentHint = {
|
|
237
|
+
type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType;
|
|
238
|
+
/**
|
|
239
|
+
* Contains the `value` of the env variable, encrypted with a special key to make decryption possible in the subscriber Lambda.
|
|
240
|
+
*/
|
|
241
|
+
encryptedValue: string;
|
|
242
|
+
};
|
|
243
|
+
export type Env = {
|
|
244
|
+
target?: Array<UpdateProjectDataCacheTarget1> | UpdateProjectDataCacheTarget2 | undefined;
|
|
245
|
+
type: UpdateProjectDataCacheProjectsResponse200Type;
|
|
246
|
+
/**
|
|
247
|
+
* This is used to identiy variables that have been migrated from type secret to sensitive.
|
|
248
|
+
*/
|
|
249
|
+
sunsetSecretId?: string | undefined;
|
|
250
|
+
id?: string | undefined;
|
|
251
|
+
key: string;
|
|
252
|
+
value: string;
|
|
253
|
+
configurationId?: string | null | undefined;
|
|
254
|
+
createdAt?: number | undefined;
|
|
255
|
+
updatedAt?: number | undefined;
|
|
256
|
+
createdBy?: string | null | undefined;
|
|
257
|
+
updatedBy?: string | null | undefined;
|
|
258
|
+
gitBranch?: string | undefined;
|
|
259
|
+
edgeConfigId?: string | null | undefined;
|
|
260
|
+
edgeConfigTokenId?: string | null | undefined;
|
|
261
|
+
contentHint?: ContentHint1 | ContentHint2 | ContentHint3 | ContentHint4 | ContentHint5 | ContentHint6 | ContentHint7 | ContentHint8 | ContentHint9 | ContentHint10 | UpdateProjectDataCacheContentHint11 | Twelve | Thirteen | Fifteen | Fourteen | null | undefined;
|
|
262
|
+
/**
|
|
263
|
+
* Similar to `contentHints`, but should not be exposed to the user.
|
|
264
|
+
*/
|
|
265
|
+
internalContentHint?: InternalContentHint | null | undefined;
|
|
266
|
+
/**
|
|
267
|
+
* Whether `value` and `vsmValue` are decrypted.
|
|
268
|
+
*/
|
|
269
|
+
decrypted?: boolean | undefined;
|
|
270
|
+
comment?: string | undefined;
|
|
271
|
+
customEnvironmentIds?: Array<string> | undefined;
|
|
272
|
+
vsmValue?: string | undefined;
|
|
273
|
+
};
|
|
274
|
+
export type CustomEnvironments = {};
|
|
275
|
+
export declare const UpdateProjectDataCacheFramework: {
|
|
276
|
+
readonly Blitzjs: "blitzjs";
|
|
277
|
+
readonly Nextjs: "nextjs";
|
|
278
|
+
readonly Gatsby: "gatsby";
|
|
279
|
+
readonly Remix: "remix";
|
|
280
|
+
readonly Astro: "astro";
|
|
281
|
+
readonly Hexo: "hexo";
|
|
282
|
+
readonly Eleventy: "eleventy";
|
|
283
|
+
readonly Docusaurus2: "docusaurus-2";
|
|
284
|
+
readonly Docusaurus: "docusaurus";
|
|
285
|
+
readonly Preact: "preact";
|
|
286
|
+
readonly Solidstart1: "solidstart-1";
|
|
287
|
+
readonly Solidstart: "solidstart";
|
|
288
|
+
readonly Dojo: "dojo";
|
|
289
|
+
readonly Ember: "ember";
|
|
290
|
+
readonly Vue: "vue";
|
|
291
|
+
readonly Scully: "scully";
|
|
292
|
+
readonly IonicAngular: "ionic-angular";
|
|
293
|
+
readonly Angular: "angular";
|
|
294
|
+
readonly Polymer: "polymer";
|
|
295
|
+
readonly Svelte: "svelte";
|
|
296
|
+
readonly Sveltekit: "sveltekit";
|
|
297
|
+
readonly Sveltekit1: "sveltekit-1";
|
|
298
|
+
readonly IonicReact: "ionic-react";
|
|
299
|
+
readonly CreateReactApp: "create-react-app";
|
|
300
|
+
readonly Gridsome: "gridsome";
|
|
301
|
+
readonly Umijs: "umijs";
|
|
302
|
+
readonly Sapper: "sapper";
|
|
303
|
+
readonly Saber: "saber";
|
|
304
|
+
readonly Stencil: "stencil";
|
|
305
|
+
readonly Nuxtjs: "nuxtjs";
|
|
306
|
+
readonly Redwoodjs: "redwoodjs";
|
|
307
|
+
readonly Hugo: "hugo";
|
|
308
|
+
readonly Jekyll: "jekyll";
|
|
309
|
+
readonly Brunch: "brunch";
|
|
310
|
+
readonly Middleman: "middleman";
|
|
311
|
+
readonly Zola: "zola";
|
|
312
|
+
readonly Hydrogen: "hydrogen";
|
|
313
|
+
readonly Vite: "vite";
|
|
314
|
+
readonly Vitepress: "vitepress";
|
|
315
|
+
readonly Vuepress: "vuepress";
|
|
316
|
+
readonly Parcel: "parcel";
|
|
317
|
+
readonly Fasthtml: "fasthtml";
|
|
318
|
+
readonly SanityV3: "sanity-v3";
|
|
319
|
+
readonly Sanity: "sanity";
|
|
320
|
+
readonly Storybook: "storybook";
|
|
321
|
+
};
|
|
322
|
+
export type UpdateProjectDataCacheFramework = ClosedEnum<typeof UpdateProjectDataCacheFramework>;
|
|
323
|
+
export type IpBuckets = {
|
|
324
|
+
bucket: string;
|
|
325
|
+
supportUntil?: number | undefined;
|
|
326
|
+
};
|
|
327
|
+
export type AliasAssigned = number | boolean;
|
|
328
|
+
export type UpdateProjectDataCacheProjectsAliasError = {
|
|
329
|
+
code: string;
|
|
330
|
+
message: string;
|
|
331
|
+
};
|
|
332
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType: {
|
|
333
|
+
readonly EndsWith: "endsWith";
|
|
334
|
+
readonly StartsWith: "startsWith";
|
|
335
|
+
readonly Equals: "equals";
|
|
336
|
+
};
|
|
337
|
+
export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
|
|
338
|
+
export type BranchMatcher = {
|
|
339
|
+
type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONType;
|
|
340
|
+
pattern: string;
|
|
341
|
+
};
|
|
342
|
+
export type UpdateProjectDataCacheProjectsBuilds = {
|
|
343
|
+
use: string;
|
|
344
|
+
src?: string | undefined;
|
|
345
|
+
dest?: string | undefined;
|
|
346
|
+
};
|
|
347
|
+
export declare const UpdateProjectDataCacheProjectsChecksConclusion: {
|
|
348
|
+
readonly Succeeded: "succeeded";
|
|
349
|
+
readonly Failed: "failed";
|
|
350
|
+
readonly Skipped: "skipped";
|
|
351
|
+
readonly Canceled: "canceled";
|
|
352
|
+
};
|
|
353
|
+
export type UpdateProjectDataCacheProjectsChecksConclusion = ClosedEnum<typeof UpdateProjectDataCacheProjectsChecksConclusion>;
|
|
354
|
+
export declare const UpdateProjectDataCacheProjectsChecksState: {
|
|
355
|
+
readonly Registered: "registered";
|
|
356
|
+
readonly Running: "running";
|
|
357
|
+
readonly Completed: "completed";
|
|
358
|
+
};
|
|
359
|
+
export type UpdateProjectDataCacheProjectsChecksState = ClosedEnum<typeof UpdateProjectDataCacheProjectsChecksState>;
|
|
360
|
+
export type UpdateProjectDataCacheProjectsCreator = {
|
|
361
|
+
email: string;
|
|
362
|
+
githubLogin?: string | undefined;
|
|
363
|
+
gitlabLogin?: string | undefined;
|
|
364
|
+
uid: string;
|
|
365
|
+
username: string;
|
|
366
|
+
};
|
|
367
|
+
export type UpdateProjectDataCacheProjectsOidcTokenClaims = {
|
|
368
|
+
iss: string;
|
|
369
|
+
sub: string;
|
|
370
|
+
scope: string;
|
|
371
|
+
aud: string;
|
|
372
|
+
owner: string;
|
|
373
|
+
ownerId: string;
|
|
374
|
+
project: string;
|
|
375
|
+
projectId: string;
|
|
376
|
+
environment: string;
|
|
377
|
+
};
|
|
378
|
+
export declare const UpdateProjectDataCacheProjectsPlan: {
|
|
379
|
+
readonly Pro: "pro";
|
|
380
|
+
readonly Enterprise: "enterprise";
|
|
381
|
+
readonly Hobby: "hobby";
|
|
382
|
+
};
|
|
383
|
+
export type UpdateProjectDataCacheProjectsPlan = ClosedEnum<typeof UpdateProjectDataCacheProjectsPlan>;
|
|
384
|
+
export declare const UpdateProjectDataCacheProjectsReadyState: {
|
|
385
|
+
readonly Building: "BUILDING";
|
|
386
|
+
readonly Error: "ERROR";
|
|
387
|
+
readonly Initializing: "INITIALIZING";
|
|
388
|
+
readonly Queued: "QUEUED";
|
|
389
|
+
readonly Ready: "READY";
|
|
390
|
+
readonly Canceled: "CANCELED";
|
|
391
|
+
};
|
|
392
|
+
export type UpdateProjectDataCacheProjectsReadyState = ClosedEnum<typeof UpdateProjectDataCacheProjectsReadyState>;
|
|
393
|
+
export declare const UpdateProjectDataCacheProjectsReadySubstate: {
|
|
394
|
+
readonly Staged: "STAGED";
|
|
395
|
+
readonly Promoted: "PROMOTED";
|
|
396
|
+
};
|
|
397
|
+
export type UpdateProjectDataCacheProjectsReadySubstate = ClosedEnum<typeof UpdateProjectDataCacheProjectsReadySubstate>;
|
|
398
|
+
export declare const UpdateProjectDataCacheType: {
|
|
399
|
+
readonly Lambdas: "LAMBDAS";
|
|
400
|
+
};
|
|
401
|
+
export type UpdateProjectDataCacheType = ClosedEnum<typeof UpdateProjectDataCacheType>;
|
|
402
|
+
export type LatestDeployments = {
|
|
403
|
+
id: string;
|
|
404
|
+
alias?: Array<string> | undefined;
|
|
405
|
+
aliasAssigned?: number | boolean | null | undefined;
|
|
406
|
+
aliasError?: UpdateProjectDataCacheProjectsAliasError | null | undefined;
|
|
407
|
+
aliasFinal?: string | null | undefined;
|
|
408
|
+
automaticAliases?: Array<string> | undefined;
|
|
409
|
+
branchMatcher?: BranchMatcher | undefined;
|
|
410
|
+
buildingAt?: number | undefined;
|
|
411
|
+
builds?: Array<UpdateProjectDataCacheProjectsBuilds> | undefined;
|
|
412
|
+
checksConclusion?: UpdateProjectDataCacheProjectsChecksConclusion | undefined;
|
|
413
|
+
checksState?: UpdateProjectDataCacheProjectsChecksState | undefined;
|
|
414
|
+
connectBuildsEnabled?: boolean | undefined;
|
|
415
|
+
connectConfigurationId?: string | undefined;
|
|
416
|
+
createdAt: number;
|
|
417
|
+
createdIn: string;
|
|
418
|
+
creator: UpdateProjectDataCacheProjectsCreator | null;
|
|
419
|
+
deletedAt?: number | undefined;
|
|
420
|
+
deploymentHostname: string;
|
|
421
|
+
forced?: boolean | undefined;
|
|
422
|
+
name: string;
|
|
423
|
+
meta?: {
|
|
424
|
+
[k: string]: string;
|
|
425
|
+
} | undefined;
|
|
426
|
+
monorepoManager?: string | null | undefined;
|
|
427
|
+
oidcTokenClaims?: UpdateProjectDataCacheProjectsOidcTokenClaims | undefined;
|
|
428
|
+
plan: UpdateProjectDataCacheProjectsPlan;
|
|
429
|
+
/**
|
|
430
|
+
* Whether or not preview comments are enabled for the deployment
|
|
431
|
+
*/
|
|
432
|
+
previewCommentsEnabled?: boolean | undefined;
|
|
433
|
+
private: boolean;
|
|
434
|
+
readyAt?: number | undefined;
|
|
435
|
+
readyState: UpdateProjectDataCacheProjectsReadyState;
|
|
436
|
+
readySubstate?: UpdateProjectDataCacheProjectsReadySubstate | undefined;
|
|
437
|
+
requestedAt?: number | undefined;
|
|
438
|
+
target?: string | null | undefined;
|
|
439
|
+
teamId?: string | null | undefined;
|
|
440
|
+
type: UpdateProjectDataCacheType;
|
|
441
|
+
url: string;
|
|
442
|
+
userId: string;
|
|
443
|
+
withCache?: boolean | undefined;
|
|
444
|
+
};
|
|
445
|
+
export declare const UpdateProjectDataCacheLinkProjectsType: {
|
|
446
|
+
readonly Bitbucket: "bitbucket";
|
|
447
|
+
};
|
|
448
|
+
export type UpdateProjectDataCacheLinkProjectsType = ClosedEnum<typeof UpdateProjectDataCacheLinkProjectsType>;
|
|
449
|
+
export type UpdateProjectDataCacheLinkDeployHooks = {
|
|
450
|
+
createdAt?: number | undefined;
|
|
451
|
+
id: string;
|
|
452
|
+
name: string;
|
|
453
|
+
ref: string;
|
|
454
|
+
url: string;
|
|
455
|
+
};
|
|
456
|
+
export type Link3 = {
|
|
457
|
+
name?: string | undefined;
|
|
458
|
+
slug?: string | undefined;
|
|
459
|
+
owner?: string | undefined;
|
|
460
|
+
type?: UpdateProjectDataCacheLinkProjectsType | undefined;
|
|
461
|
+
uuid?: string | undefined;
|
|
462
|
+
workspaceUuid?: string | undefined;
|
|
463
|
+
createdAt?: number | undefined;
|
|
464
|
+
deployHooks: Array<UpdateProjectDataCacheLinkDeployHooks>;
|
|
465
|
+
gitCredentialId?: string | undefined;
|
|
466
|
+
updatedAt?: number | undefined;
|
|
467
|
+
sourceless?: boolean | undefined;
|
|
468
|
+
productionBranch?: string | undefined;
|
|
469
|
+
};
|
|
470
|
+
export declare const UpdateProjectDataCacheLinkType: {
|
|
471
|
+
readonly Gitlab: "gitlab";
|
|
472
|
+
};
|
|
473
|
+
export type UpdateProjectDataCacheLinkType = ClosedEnum<typeof UpdateProjectDataCacheLinkType>;
|
|
474
|
+
export type LinkDeployHooks = {
|
|
475
|
+
createdAt?: number | undefined;
|
|
476
|
+
id: string;
|
|
477
|
+
name: string;
|
|
478
|
+
ref: string;
|
|
479
|
+
url: string;
|
|
480
|
+
};
|
|
481
|
+
export type Link2 = {
|
|
482
|
+
projectId?: string | undefined;
|
|
483
|
+
projectName?: string | undefined;
|
|
484
|
+
projectNameWithNamespace?: string | undefined;
|
|
485
|
+
projectNamespace?: string | undefined;
|
|
486
|
+
/**
|
|
487
|
+
* A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes. This is the id of the top level group that a namespace belongs to. Gitlab supports group nesting (up to 20 levels).
|
|
488
|
+
*/
|
|
489
|
+
projectOwnerId?: number | undefined;
|
|
490
|
+
projectUrl?: string | undefined;
|
|
491
|
+
type?: UpdateProjectDataCacheLinkType | undefined;
|
|
492
|
+
createdAt?: number | undefined;
|
|
493
|
+
deployHooks: Array<LinkDeployHooks>;
|
|
494
|
+
gitCredentialId?: string | undefined;
|
|
495
|
+
updatedAt?: number | undefined;
|
|
496
|
+
sourceless?: boolean | undefined;
|
|
497
|
+
productionBranch?: string | undefined;
|
|
498
|
+
};
|
|
499
|
+
export declare const LinkType: {
|
|
500
|
+
readonly Github: "github";
|
|
501
|
+
};
|
|
502
|
+
export type LinkType = ClosedEnum<typeof LinkType>;
|
|
503
|
+
export type DeployHooks = {
|
|
504
|
+
createdAt?: number | undefined;
|
|
505
|
+
id: string;
|
|
506
|
+
name: string;
|
|
507
|
+
ref: string;
|
|
508
|
+
url: string;
|
|
509
|
+
};
|
|
510
|
+
export type Link1 = {
|
|
511
|
+
org?: string | undefined;
|
|
512
|
+
/**
|
|
513
|
+
* A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
|
|
514
|
+
*/
|
|
515
|
+
repoOwnerId?: number | undefined;
|
|
516
|
+
repo?: string | undefined;
|
|
517
|
+
repoId?: number | undefined;
|
|
518
|
+
type?: LinkType | undefined;
|
|
519
|
+
createdAt?: number | undefined;
|
|
520
|
+
deployHooks: Array<DeployHooks>;
|
|
521
|
+
gitCredentialId?: string | undefined;
|
|
522
|
+
updatedAt?: number | undefined;
|
|
523
|
+
sourceless?: boolean | undefined;
|
|
524
|
+
productionBranch?: string | undefined;
|
|
525
|
+
};
|
|
526
|
+
export type Link = Link1 | Link3 | Link2;
|
|
527
|
+
export declare const UpdateProjectDataCacheNodeVersion: {
|
|
528
|
+
readonly TwentyTwoX: "22.x";
|
|
529
|
+
readonly TwentyX: "20.x";
|
|
530
|
+
readonly EighteenX: "18.x";
|
|
531
|
+
readonly SixteenX: "16.x";
|
|
532
|
+
readonly FourteenX: "14.x";
|
|
533
|
+
readonly TwelveX: "12.x";
|
|
534
|
+
readonly TenX: "10.x";
|
|
535
|
+
readonly Eight10X: "8.10.x";
|
|
536
|
+
};
|
|
537
|
+
export type UpdateProjectDataCacheNodeVersion = ClosedEnum<typeof UpdateProjectDataCacheNodeVersion>;
|
|
538
|
+
export type UpdateProjectDataCachePaths = {
|
|
539
|
+
value: string;
|
|
540
|
+
};
|
|
541
|
+
export type UpdateProjectDataCacheOptionsAllowlist = {
|
|
542
|
+
paths: Array<UpdateProjectDataCachePaths>;
|
|
543
|
+
};
|
|
544
|
+
export type UpdateProjectDataCachePasswordProtection = {};
|
|
545
|
+
export declare const FunctionDefaultMemoryType: {
|
|
546
|
+
readonly StandardLegacy: "standard_legacy";
|
|
547
|
+
readonly Standard: "standard";
|
|
548
|
+
readonly Performance: "performance";
|
|
549
|
+
};
|
|
550
|
+
export type FunctionDefaultMemoryType = ClosedEnum<typeof FunctionDefaultMemoryType>;
|
|
551
|
+
export type ResourceConfig = {
|
|
552
|
+
functionDefaultTimeout?: number | undefined;
|
|
553
|
+
functionDefaultMemoryType?: FunctionDefaultMemoryType | undefined;
|
|
554
|
+
allowServerlessConcurrency?: boolean | undefined;
|
|
555
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
556
|
+
};
|
|
557
|
+
export declare const UpdateProjectDataCacheDeploymentType: {
|
|
558
|
+
readonly Preview: "preview";
|
|
559
|
+
readonly All: "all";
|
|
560
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
561
|
+
};
|
|
562
|
+
export type UpdateProjectDataCacheDeploymentType = ClosedEnum<typeof UpdateProjectDataCacheDeploymentType>;
|
|
563
|
+
export type UpdateProjectDataCacheSsoProtection = {
|
|
564
|
+
deploymentType: UpdateProjectDataCacheDeploymentType;
|
|
565
|
+
};
|
|
566
|
+
export type UpdateProjectDataCacheAliasAssigned = number | boolean;
|
|
567
|
+
export type UpdateProjectDataCacheAliasError = {
|
|
568
|
+
code: string;
|
|
569
|
+
message: string;
|
|
570
|
+
};
|
|
571
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType: {
|
|
572
|
+
readonly EndsWith: "endsWith";
|
|
573
|
+
readonly StartsWith: "startsWith";
|
|
574
|
+
readonly Equals: "equals";
|
|
575
|
+
};
|
|
576
|
+
export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
|
|
577
|
+
export type UpdateProjectDataCacheBranchMatcher = {
|
|
578
|
+
type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType;
|
|
579
|
+
pattern: string;
|
|
580
|
+
};
|
|
581
|
+
export type UpdateProjectDataCacheBuilds = {
|
|
582
|
+
use: string;
|
|
583
|
+
src?: string | undefined;
|
|
584
|
+
dest?: string | undefined;
|
|
585
|
+
};
|
|
586
|
+
export declare const UpdateProjectDataCacheChecksConclusion: {
|
|
587
|
+
readonly Succeeded: "succeeded";
|
|
588
|
+
readonly Failed: "failed";
|
|
589
|
+
readonly Skipped: "skipped";
|
|
590
|
+
readonly Canceled: "canceled";
|
|
591
|
+
};
|
|
592
|
+
export type UpdateProjectDataCacheChecksConclusion = ClosedEnum<typeof UpdateProjectDataCacheChecksConclusion>;
|
|
593
|
+
export declare const UpdateProjectDataCacheChecksState: {
|
|
594
|
+
readonly Registered: "registered";
|
|
595
|
+
readonly Running: "running";
|
|
596
|
+
readonly Completed: "completed";
|
|
597
|
+
};
|
|
598
|
+
export type UpdateProjectDataCacheChecksState = ClosedEnum<typeof UpdateProjectDataCacheChecksState>;
|
|
599
|
+
export type UpdateProjectDataCacheCreator = {
|
|
600
|
+
email: string;
|
|
601
|
+
githubLogin?: string | undefined;
|
|
602
|
+
gitlabLogin?: string | undefined;
|
|
603
|
+
uid: string;
|
|
604
|
+
username: string;
|
|
605
|
+
};
|
|
606
|
+
export type UpdateProjectDataCacheOidcTokenClaims = {
|
|
607
|
+
iss: string;
|
|
608
|
+
sub: string;
|
|
609
|
+
scope: string;
|
|
610
|
+
aud: string;
|
|
611
|
+
owner: string;
|
|
612
|
+
ownerId: string;
|
|
613
|
+
project: string;
|
|
614
|
+
projectId: string;
|
|
615
|
+
environment: string;
|
|
616
|
+
};
|
|
617
|
+
export declare const UpdateProjectDataCachePlan: {
|
|
618
|
+
readonly Pro: "pro";
|
|
619
|
+
readonly Enterprise: "enterprise";
|
|
620
|
+
readonly Hobby: "hobby";
|
|
621
|
+
};
|
|
622
|
+
export type UpdateProjectDataCachePlan = ClosedEnum<typeof UpdateProjectDataCachePlan>;
|
|
623
|
+
export declare const UpdateProjectDataCacheReadyState: {
|
|
624
|
+
readonly Building: "BUILDING";
|
|
625
|
+
readonly Error: "ERROR";
|
|
626
|
+
readonly Initializing: "INITIALIZING";
|
|
627
|
+
readonly Queued: "QUEUED";
|
|
628
|
+
readonly Ready: "READY";
|
|
629
|
+
readonly Canceled: "CANCELED";
|
|
630
|
+
};
|
|
631
|
+
export type UpdateProjectDataCacheReadyState = ClosedEnum<typeof UpdateProjectDataCacheReadyState>;
|
|
632
|
+
export declare const UpdateProjectDataCacheReadySubstate: {
|
|
633
|
+
readonly Staged: "STAGED";
|
|
634
|
+
readonly Promoted: "PROMOTED";
|
|
635
|
+
};
|
|
636
|
+
export type UpdateProjectDataCacheReadySubstate = ClosedEnum<typeof UpdateProjectDataCacheReadySubstate>;
|
|
637
|
+
export declare const UpdateProjectDataCacheProjectsType: {
|
|
638
|
+
readonly Lambdas: "LAMBDAS";
|
|
639
|
+
};
|
|
640
|
+
export type UpdateProjectDataCacheProjectsType = ClosedEnum<typeof UpdateProjectDataCacheProjectsType>;
|
|
641
|
+
export type Targets = {
|
|
642
|
+
id: string;
|
|
643
|
+
alias?: Array<string> | undefined;
|
|
644
|
+
aliasAssigned?: number | boolean | null | undefined;
|
|
645
|
+
aliasError?: UpdateProjectDataCacheAliasError | null | undefined;
|
|
646
|
+
aliasFinal?: string | null | undefined;
|
|
647
|
+
automaticAliases?: Array<string> | undefined;
|
|
648
|
+
branchMatcher?: UpdateProjectDataCacheBranchMatcher | undefined;
|
|
649
|
+
buildingAt?: number | undefined;
|
|
650
|
+
builds?: Array<UpdateProjectDataCacheBuilds> | undefined;
|
|
651
|
+
checksConclusion?: UpdateProjectDataCacheChecksConclusion | undefined;
|
|
652
|
+
checksState?: UpdateProjectDataCacheChecksState | undefined;
|
|
653
|
+
connectBuildsEnabled?: boolean | undefined;
|
|
654
|
+
connectConfigurationId?: string | undefined;
|
|
655
|
+
createdAt: number;
|
|
656
|
+
createdIn: string;
|
|
657
|
+
creator: UpdateProjectDataCacheCreator | null;
|
|
658
|
+
deletedAt?: number | undefined;
|
|
659
|
+
deploymentHostname: string;
|
|
660
|
+
forced?: boolean | undefined;
|
|
661
|
+
name: string;
|
|
662
|
+
meta?: {
|
|
663
|
+
[k: string]: string;
|
|
664
|
+
} | undefined;
|
|
665
|
+
monorepoManager?: string | null | undefined;
|
|
666
|
+
oidcTokenClaims?: UpdateProjectDataCacheOidcTokenClaims | undefined;
|
|
667
|
+
plan: UpdateProjectDataCachePlan;
|
|
668
|
+
/**
|
|
669
|
+
* Whether or not preview comments are enabled for the deployment
|
|
670
|
+
*/
|
|
671
|
+
previewCommentsEnabled?: boolean | undefined;
|
|
672
|
+
private: boolean;
|
|
673
|
+
readyAt?: number | undefined;
|
|
674
|
+
readyState: UpdateProjectDataCacheReadyState;
|
|
675
|
+
readySubstate?: UpdateProjectDataCacheReadySubstate | undefined;
|
|
676
|
+
requestedAt?: number | undefined;
|
|
677
|
+
target?: string | null | undefined;
|
|
678
|
+
teamId?: string | null | undefined;
|
|
679
|
+
type: UpdateProjectDataCacheProjectsType;
|
|
680
|
+
url: string;
|
|
681
|
+
userId: string;
|
|
682
|
+
withCache?: boolean | undefined;
|
|
683
|
+
};
|
|
684
|
+
export type Permissions = {
|
|
685
|
+
accessGroup?: Array<ACLAction> | undefined;
|
|
686
|
+
aliasGlobal?: Array<ACLAction> | undefined;
|
|
687
|
+
analyticsSampling?: Array<ACLAction> | undefined;
|
|
688
|
+
analyticsUsage?: Array<ACLAction> | undefined;
|
|
689
|
+
auditLog?: Array<ACLAction> | undefined;
|
|
690
|
+
billingAddress?: Array<ACLAction> | undefined;
|
|
691
|
+
billingInformation?: Array<ACLAction> | undefined;
|
|
692
|
+
billingInvoice?: Array<ACLAction> | undefined;
|
|
693
|
+
billingInvoiceEmailRecipient?: Array<ACLAction> | undefined;
|
|
694
|
+
billingInvoiceLanguage?: Array<ACLAction> | undefined;
|
|
695
|
+
billingPlan?: Array<ACLAction> | undefined;
|
|
696
|
+
billingPurchaseOrder?: Array<ACLAction> | undefined;
|
|
697
|
+
billingTaxId?: Array<ACLAction> | undefined;
|
|
698
|
+
blob?: Array<ACLAction> | undefined;
|
|
699
|
+
budget?: Array<ACLAction> | undefined;
|
|
700
|
+
cacheArtifact?: Array<ACLAction> | undefined;
|
|
701
|
+
cacheArtifactUsageEvent?: Array<ACLAction> | undefined;
|
|
702
|
+
codeChecks?: Array<ACLAction> | undefined;
|
|
703
|
+
concurrentBuilds?: Array<ACLAction> | undefined;
|
|
704
|
+
connect?: Array<ACLAction> | undefined;
|
|
705
|
+
connectConfiguration?: Array<ACLAction> | undefined;
|
|
706
|
+
domain?: Array<ACLAction> | undefined;
|
|
707
|
+
domainAcceptDelegation?: Array<ACLAction> | undefined;
|
|
708
|
+
domainAuthCodes?: Array<ACLAction> | undefined;
|
|
709
|
+
domainCertificate?: Array<ACLAction> | undefined;
|
|
710
|
+
domainCheckConfig?: Array<ACLAction> | undefined;
|
|
711
|
+
domainMove?: Array<ACLAction> | undefined;
|
|
712
|
+
domainPurchase?: Array<ACLAction> | undefined;
|
|
713
|
+
domainRecord?: Array<ACLAction> | undefined;
|
|
714
|
+
domainTransferIn?: Array<ACLAction> | undefined;
|
|
715
|
+
event?: Array<ACLAction> | undefined;
|
|
716
|
+
ownEvent?: Array<ACLAction> | undefined;
|
|
717
|
+
sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
|
|
718
|
+
fileUpload?: Array<ACLAction> | undefined;
|
|
719
|
+
gitRepository?: Array<ACLAction> | undefined;
|
|
720
|
+
ipBlocking?: Array<ACLAction> | undefined;
|
|
721
|
+
integration?: Array<ACLAction> | undefined;
|
|
722
|
+
integrationAccount?: Array<ACLAction> | undefined;
|
|
723
|
+
integrationConfiguration?: Array<ACLAction> | undefined;
|
|
724
|
+
integrationConfigurationTransfer?: Array<ACLAction> | undefined;
|
|
725
|
+
integrationConfigurationProjects?: Array<ACLAction> | undefined;
|
|
726
|
+
integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
|
|
727
|
+
integrationConfigurationRole?: Array<ACLAction> | undefined;
|
|
728
|
+
integrationResource?: Array<ACLAction> | undefined;
|
|
729
|
+
integrationEvent?: Array<ACLAction> | undefined;
|
|
730
|
+
integrationResourceSecrets?: Array<ACLAction> | undefined;
|
|
731
|
+
integrationDeploymentAction?: Array<ACLAction> | undefined;
|
|
732
|
+
marketplaceInstallationMember?: Array<ACLAction> | undefined;
|
|
733
|
+
marketplaceBillingData?: Array<ACLAction> | undefined;
|
|
734
|
+
marketplaceInvoice?: Array<ACLAction> | undefined;
|
|
735
|
+
jobGlobal?: Array<ACLAction> | undefined;
|
|
736
|
+
logDrain?: Array<ACLAction> | undefined;
|
|
737
|
+
monitoring?: Array<ACLAction> | undefined;
|
|
738
|
+
monitoringSettings?: Array<ACLAction> | undefined;
|
|
739
|
+
monitoringQuery?: Array<ACLAction> | undefined;
|
|
740
|
+
monitoringChart?: Array<ACLAction> | undefined;
|
|
741
|
+
monitoringAlert?: Array<ACLAction> | undefined;
|
|
742
|
+
notificationDeploymentFailed?: Array<ACLAction> | undefined;
|
|
743
|
+
notificationDomainConfiguration?: Array<ACLAction> | undefined;
|
|
744
|
+
notificationDomainExpire?: Array<ACLAction> | undefined;
|
|
745
|
+
notificationDomainMoved?: Array<ACLAction> | undefined;
|
|
746
|
+
notificationDomainPurchase?: Array<ACLAction> | undefined;
|
|
747
|
+
notificationDomainRenewal?: Array<ACLAction> | undefined;
|
|
748
|
+
notificationDomainTransfer?: Array<ACLAction> | undefined;
|
|
749
|
+
notificationDomainUnverified?: Array<ACLAction> | undefined;
|
|
750
|
+
notificationMonitoringAlert?: Array<ACLAction> | undefined;
|
|
751
|
+
notificationPaymentFailed?: Array<ACLAction> | undefined;
|
|
752
|
+
notificationUsageAlert?: Array<ACLAction> | undefined;
|
|
753
|
+
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
754
|
+
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
755
|
+
oauth2Connection?: Array<ACLAction> | undefined;
|
|
756
|
+
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
757
|
+
paymentMethod?: Array<ACLAction> | undefined;
|
|
758
|
+
permissions?: Array<ACLAction> | undefined;
|
|
759
|
+
postgres?: Array<ACLAction> | undefined;
|
|
760
|
+
previewDeploymentSuffix?: Array<ACLAction> | undefined;
|
|
761
|
+
proTrialOnboarding?: Array<ACLAction> | undefined;
|
|
762
|
+
sharedEnvVars?: Array<ACLAction> | undefined;
|
|
763
|
+
sharedEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
764
|
+
space?: Array<ACLAction> | undefined;
|
|
765
|
+
spaceRun?: Array<ACLAction> | undefined;
|
|
766
|
+
passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
|
|
767
|
+
rateLimit?: Array<ACLAction> | undefined;
|
|
768
|
+
redis?: Array<ACLAction> | undefined;
|
|
769
|
+
repository?: Array<ACLAction> | undefined;
|
|
770
|
+
remoteCaching?: Array<ACLAction> | undefined;
|
|
771
|
+
samlConfig?: Array<ACLAction> | undefined;
|
|
772
|
+
secret?: Array<ACLAction> | undefined;
|
|
773
|
+
redisStoreTokenSet?: Array<ACLAction> | undefined;
|
|
774
|
+
blobStoreTokenSet?: Array<ACLAction> | undefined;
|
|
775
|
+
postgresStoreTokenSet?: Array<ACLAction> | undefined;
|
|
776
|
+
integrationStoreTokenSet?: Array<ACLAction> | undefined;
|
|
777
|
+
integrationResourceReplCommand?: Array<ACLAction> | undefined;
|
|
778
|
+
storeTransfer?: Array<ACLAction> | undefined;
|
|
779
|
+
supportCase?: Array<ACLAction> | undefined;
|
|
780
|
+
supportCaseComment?: Array<ACLAction> | undefined;
|
|
781
|
+
dataCacheBillingSettings?: Array<ACLAction> | undefined;
|
|
782
|
+
team?: Array<ACLAction> | undefined;
|
|
783
|
+
teamAccessRequest?: Array<ACLAction> | undefined;
|
|
784
|
+
teamFellowMembership?: Array<ACLAction> | undefined;
|
|
785
|
+
teamGitExclusivity?: Array<ACLAction> | undefined;
|
|
786
|
+
teamInvite?: Array<ACLAction> | undefined;
|
|
787
|
+
teamInviteCode?: Array<ACLAction> | undefined;
|
|
788
|
+
teamJoin?: Array<ACLAction> | undefined;
|
|
789
|
+
teamOwnMembership?: Array<ACLAction> | undefined;
|
|
790
|
+
teamOwnMembershipDisconnectSAML?: Array<ACLAction> | undefined;
|
|
791
|
+
token?: Array<ACLAction> | undefined;
|
|
792
|
+
usage?: Array<ACLAction> | undefined;
|
|
793
|
+
usageCycle?: Array<ACLAction> | undefined;
|
|
794
|
+
user?: Array<ACLAction> | undefined;
|
|
795
|
+
userConnection?: Array<ACLAction> | undefined;
|
|
796
|
+
vpcPeeringConnection?: Array<ACLAction> | undefined;
|
|
797
|
+
webAnalyticsPlan?: Array<ACLAction> | undefined;
|
|
798
|
+
webAuthn?: Array<ACLAction> | undefined;
|
|
799
|
+
edgeConfig?: Array<ACLAction> | undefined;
|
|
800
|
+
edgeConfigItem?: Array<ACLAction> | undefined;
|
|
801
|
+
edgeConfigSchema?: Array<ACLAction> | undefined;
|
|
802
|
+
edgeConfigToken?: Array<ACLAction> | undefined;
|
|
803
|
+
webhook?: Array<ACLAction> | undefined;
|
|
804
|
+
webhookEvent?: Array<ACLAction> | undefined;
|
|
805
|
+
endpointVerification?: Array<ACLAction> | undefined;
|
|
806
|
+
projectTransferIn?: Array<ACLAction> | undefined;
|
|
807
|
+
oauth2Application?: Array<ACLAction> | undefined;
|
|
808
|
+
aliasProject?: Array<ACLAction> | undefined;
|
|
809
|
+
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
810
|
+
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
811
|
+
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
812
|
+
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
813
|
+
deployment?: Array<ACLAction> | undefined;
|
|
814
|
+
deploymentCheck?: Array<ACLAction> | undefined;
|
|
815
|
+
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
816
|
+
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
817
|
+
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
818
|
+
deploymentPreview?: Array<ACLAction> | undefined;
|
|
819
|
+
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
820
|
+
deploymentPromote?: Array<ACLAction> | undefined;
|
|
821
|
+
deploymentRollback?: Array<ACLAction> | undefined;
|
|
822
|
+
environments?: Array<ACLAction> | undefined;
|
|
823
|
+
logs?: Array<ACLAction> | undefined;
|
|
824
|
+
logsPreset?: Array<ACLAction> | undefined;
|
|
825
|
+
passwordProtection?: Array<ACLAction> | undefined;
|
|
826
|
+
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
827
|
+
job?: Array<ACLAction> | undefined;
|
|
828
|
+
project?: Array<ACLAction> | undefined;
|
|
829
|
+
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
830
|
+
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
831
|
+
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
832
|
+
projectDomain?: Array<ACLAction> | undefined;
|
|
833
|
+
projectDomainMove?: Array<ACLAction> | undefined;
|
|
834
|
+
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
835
|
+
projectEnvVars?: Array<ACLAction> | undefined;
|
|
836
|
+
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
837
|
+
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
838
|
+
projectFlags?: Array<ACLAction> | undefined;
|
|
839
|
+
projectId?: Array<ACLAction> | undefined;
|
|
840
|
+
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
841
|
+
projectLink?: Array<ACLAction> | undefined;
|
|
842
|
+
projectMember?: Array<ACLAction> | undefined;
|
|
843
|
+
projectMonitoring?: Array<ACLAction> | undefined;
|
|
844
|
+
projectPermissions?: Array<ACLAction> | undefined;
|
|
845
|
+
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
846
|
+
projectTransfer?: Array<ACLAction> | undefined;
|
|
847
|
+
projectTransferOut?: Array<ACLAction> | undefined;
|
|
848
|
+
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
849
|
+
projectUsage?: Array<ACLAction> | undefined;
|
|
850
|
+
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
851
|
+
projectSupportCase?: Array<ACLAction> | undefined;
|
|
852
|
+
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
853
|
+
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
854
|
+
projectTier?: Array<ACLAction> | undefined;
|
|
855
|
+
seawallConfig?: Array<ACLAction> | undefined;
|
|
856
|
+
skewProtection?: Array<ACLAction> | undefined;
|
|
857
|
+
analytics?: Array<ACLAction> | undefined;
|
|
858
|
+
trustedIps?: Array<ACLAction> | undefined;
|
|
859
|
+
webAnalytics?: Array<ACLAction> | undefined;
|
|
860
|
+
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
861
|
+
sonar?: Array<ACLAction> | undefined;
|
|
862
|
+
};
|
|
863
|
+
export type LastRollbackTarget = {};
|
|
864
|
+
export declare const JobStatus: {
|
|
865
|
+
readonly Succeeded: "succeeded";
|
|
866
|
+
readonly Failed: "failed";
|
|
867
|
+
readonly Skipped: "skipped";
|
|
868
|
+
readonly Pending: "pending";
|
|
869
|
+
readonly InProgress: "in-progress";
|
|
870
|
+
};
|
|
871
|
+
export type JobStatus = ClosedEnum<typeof JobStatus>;
|
|
872
|
+
export declare const UpdateProjectDataCacheProjectsResponseType: {
|
|
873
|
+
readonly Promote: "promote";
|
|
874
|
+
readonly Rollback: "rollback";
|
|
875
|
+
};
|
|
876
|
+
export type UpdateProjectDataCacheProjectsResponseType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
|
|
877
|
+
export type LastAliasRequest = {
|
|
878
|
+
fromDeploymentId: string;
|
|
879
|
+
toDeploymentId: string;
|
|
880
|
+
jobStatus: JobStatus;
|
|
881
|
+
requestedAt: number;
|
|
882
|
+
type: UpdateProjectDataCacheProjectsResponseType;
|
|
883
|
+
};
|
|
884
|
+
export declare const Scope: {
|
|
885
|
+
readonly AutomationBypass: "automation-bypass";
|
|
886
|
+
};
|
|
887
|
+
export type Scope = ClosedEnum<typeof Scope>;
|
|
888
|
+
export type ProtectionBypass = {
|
|
889
|
+
createdAt: number;
|
|
890
|
+
createdBy: string;
|
|
891
|
+
scope: Scope;
|
|
892
|
+
};
|
|
893
|
+
export declare const UpdateProjectDataCacheTrustedIpsDeploymentType: {
|
|
894
|
+
readonly Production: "production";
|
|
895
|
+
readonly Preview: "preview";
|
|
896
|
+
readonly All: "all";
|
|
897
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
898
|
+
};
|
|
899
|
+
export type UpdateProjectDataCacheTrustedIpsDeploymentType = ClosedEnum<typeof UpdateProjectDataCacheTrustedIpsDeploymentType>;
|
|
900
|
+
export type TrustedIps2 = {
|
|
901
|
+
deploymentType: UpdateProjectDataCacheTrustedIpsDeploymentType;
|
|
902
|
+
};
|
|
903
|
+
export declare const TrustedIpsDeploymentType: {
|
|
904
|
+
readonly Production: "production";
|
|
905
|
+
readonly Preview: "preview";
|
|
906
|
+
readonly All: "all";
|
|
907
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
908
|
+
};
|
|
909
|
+
export type TrustedIpsDeploymentType = ClosedEnum<typeof TrustedIpsDeploymentType>;
|
|
910
|
+
export type UpdateProjectDataCacheTrustedIpsAddresses = {
|
|
911
|
+
value: string;
|
|
912
|
+
note?: string | undefined;
|
|
913
|
+
};
|
|
914
|
+
export declare const UpdateProjectDataCacheTrustedIpsProtectionMode: {
|
|
915
|
+
readonly Additional: "additional";
|
|
916
|
+
readonly Exclusive: "exclusive";
|
|
917
|
+
};
|
|
918
|
+
export type UpdateProjectDataCacheTrustedIpsProtectionMode = ClosedEnum<typeof UpdateProjectDataCacheTrustedIpsProtectionMode>;
|
|
919
|
+
export type TrustedIps1 = {
|
|
920
|
+
deploymentType: TrustedIpsDeploymentType;
|
|
921
|
+
addresses: Array<UpdateProjectDataCacheTrustedIpsAddresses>;
|
|
922
|
+
protectionMode: UpdateProjectDataCacheTrustedIpsProtectionMode;
|
|
923
|
+
};
|
|
924
|
+
export type UpdateProjectDataCacheTrustedIps = TrustedIps2 | TrustedIps1;
|
|
925
|
+
export type GitComments = {
|
|
926
|
+
/**
|
|
927
|
+
* Whether the Vercel bot should comment on PRs
|
|
928
|
+
*/
|
|
929
|
+
onPullRequest: boolean;
|
|
930
|
+
/**
|
|
931
|
+
* Whether the Vercel bot should comment on commits
|
|
932
|
+
*/
|
|
933
|
+
onCommit: boolean;
|
|
934
|
+
};
|
|
935
|
+
export type WebAnalytics = {
|
|
936
|
+
id: string;
|
|
937
|
+
disabledAt?: number | undefined;
|
|
938
|
+
canceledAt?: number | undefined;
|
|
939
|
+
enabledAt?: number | undefined;
|
|
940
|
+
hasData?: boolean | undefined;
|
|
941
|
+
};
|
|
942
|
+
export type Src2 = {
|
|
943
|
+
re?: string | undefined;
|
|
944
|
+
eq?: string | undefined;
|
|
945
|
+
neq?: string | undefined;
|
|
946
|
+
inc?: Array<string> | undefined;
|
|
947
|
+
ninc?: Array<string> | undefined;
|
|
948
|
+
pre?: string | undefined;
|
|
949
|
+
suf?: string | undefined;
|
|
950
|
+
gt?: number | undefined;
|
|
951
|
+
gte?: number | undefined;
|
|
952
|
+
lt?: number | undefined;
|
|
953
|
+
lte?: number | undefined;
|
|
954
|
+
};
|
|
955
|
+
export type Src = Src2 | string;
|
|
956
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType: {
|
|
957
|
+
readonly Path: "path";
|
|
958
|
+
readonly Host: "host";
|
|
959
|
+
readonly Method: "method";
|
|
960
|
+
readonly Header: "header";
|
|
961
|
+
readonly Cookie: "cookie";
|
|
962
|
+
readonly Query: "query";
|
|
963
|
+
readonly IpAddress: "ip_address";
|
|
964
|
+
readonly Protocol: "protocol";
|
|
965
|
+
readonly Scheme: "scheme";
|
|
966
|
+
readonly Environment: "environment";
|
|
967
|
+
readonly Region: "region";
|
|
968
|
+
};
|
|
969
|
+
export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType>;
|
|
970
|
+
export type UpdateProjectDataCacheValueProjects2 = {
|
|
971
|
+
re?: string | undefined;
|
|
972
|
+
eq?: string | undefined;
|
|
973
|
+
neq?: string | undefined;
|
|
974
|
+
inc?: Array<string> | undefined;
|
|
975
|
+
ninc?: Array<string> | undefined;
|
|
976
|
+
pre?: string | undefined;
|
|
977
|
+
suf?: string | undefined;
|
|
978
|
+
gt?: number | undefined;
|
|
979
|
+
gte?: number | undefined;
|
|
980
|
+
lt?: number | undefined;
|
|
981
|
+
lte?: number | undefined;
|
|
982
|
+
};
|
|
983
|
+
export type UpdateProjectDataCacheProjectsValue = UpdateProjectDataCacheValueProjects2 | string;
|
|
984
|
+
export type Has = {
|
|
985
|
+
type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType;
|
|
986
|
+
key?: string | undefined;
|
|
987
|
+
value?: UpdateProjectDataCacheValueProjects2 | string | undefined;
|
|
988
|
+
};
|
|
989
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType: {
|
|
990
|
+
readonly Path: "path";
|
|
991
|
+
readonly Host: "host";
|
|
992
|
+
readonly Method: "method";
|
|
993
|
+
readonly Header: "header";
|
|
994
|
+
readonly Cookie: "cookie";
|
|
995
|
+
readonly Query: "query";
|
|
996
|
+
readonly IpAddress: "ip_address";
|
|
997
|
+
readonly Protocol: "protocol";
|
|
998
|
+
readonly Scheme: "scheme";
|
|
999
|
+
readonly Environment: "environment";
|
|
1000
|
+
readonly Region: "region";
|
|
1001
|
+
};
|
|
1002
|
+
export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
|
|
1003
|
+
export type UpdateProjectDataCacheValue2 = {
|
|
1004
|
+
re?: string | undefined;
|
|
1005
|
+
eq?: string | undefined;
|
|
1006
|
+
neq?: string | undefined;
|
|
1007
|
+
inc?: Array<string> | undefined;
|
|
1008
|
+
ninc?: Array<string> | undefined;
|
|
1009
|
+
pre?: string | undefined;
|
|
1010
|
+
suf?: string | undefined;
|
|
1011
|
+
gt?: number | undefined;
|
|
1012
|
+
gte?: number | undefined;
|
|
1013
|
+
lt?: number | undefined;
|
|
1014
|
+
lte?: number | undefined;
|
|
1015
|
+
};
|
|
1016
|
+
export type UpdateProjectDataCacheValue = UpdateProjectDataCacheValue2 | string;
|
|
1017
|
+
export type Missing = {
|
|
1018
|
+
type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType;
|
|
1019
|
+
key?: string | undefined;
|
|
1020
|
+
value?: UpdateProjectDataCacheValue2 | string | undefined;
|
|
1021
|
+
};
|
|
1022
|
+
export declare const Handle: {
|
|
1023
|
+
readonly Init: "init";
|
|
1024
|
+
readonly Finalize: "finalize";
|
|
1025
|
+
};
|
|
1026
|
+
export type Handle = ClosedEnum<typeof Handle>;
|
|
1027
|
+
export declare const UpdateProjectDataCacheAction: {
|
|
1028
|
+
readonly Deny: "deny";
|
|
1029
|
+
readonly Challenge: "challenge";
|
|
1030
|
+
readonly Log: "log";
|
|
1031
|
+
readonly Bypass: "bypass";
|
|
1032
|
+
readonly RateLimit: "rate_limit";
|
|
1033
|
+
readonly Redirect: "redirect";
|
|
1034
|
+
};
|
|
1035
|
+
export type UpdateProjectDataCacheAction = ClosedEnum<typeof UpdateProjectDataCacheAction>;
|
|
1036
|
+
export declare const UpdateProjectDataCacheAlgo: {
|
|
1037
|
+
readonly FixedWindow: "fixed_window";
|
|
1038
|
+
readonly TokenBucket: "token_bucket";
|
|
1039
|
+
};
|
|
1040
|
+
export type UpdateProjectDataCacheAlgo = ClosedEnum<typeof UpdateProjectDataCacheAlgo>;
|
|
1041
|
+
export type Erl = {
|
|
1042
|
+
algo: UpdateProjectDataCacheAlgo;
|
|
1043
|
+
window: number;
|
|
1044
|
+
limit: number;
|
|
1045
|
+
keys: Array<string>;
|
|
1046
|
+
};
|
|
1047
|
+
export type UpdateProjectDataCacheMitigate = {
|
|
1048
|
+
action: UpdateProjectDataCacheAction;
|
|
1049
|
+
ruleId: string;
|
|
1050
|
+
ttl?: number | undefined;
|
|
1051
|
+
erl?: Erl | undefined;
|
|
1052
|
+
};
|
|
1053
|
+
export type FirewallRoutes = {
|
|
1054
|
+
src?: Src2 | string | undefined;
|
|
1055
|
+
has?: Array<Has> | undefined;
|
|
1056
|
+
missing?: Array<Missing> | undefined;
|
|
1057
|
+
dest?: string | undefined;
|
|
1058
|
+
status?: number | undefined;
|
|
1059
|
+
handle?: Handle | undefined;
|
|
1060
|
+
mitigate?: UpdateProjectDataCacheMitigate | undefined;
|
|
1061
|
+
};
|
|
1062
|
+
export type Security = {
|
|
1063
|
+
attackModeEnabled?: boolean | undefined;
|
|
1064
|
+
attackModeUpdatedAt?: number | undefined;
|
|
1065
|
+
firewallEnabled?: boolean | undefined;
|
|
1066
|
+
firewallUpdatedAt?: number | undefined;
|
|
1067
|
+
attackModeActiveUntil?: number | null | undefined;
|
|
1068
|
+
firewallConfigVersion?: number | undefined;
|
|
1069
|
+
firewallRoutes?: Array<FirewallRoutes> | undefined;
|
|
1070
|
+
firewallSeawallEnabled?: boolean | undefined;
|
|
1071
|
+
ja3Enabled?: boolean | undefined;
|
|
1072
|
+
ja4Enabled?: boolean | undefined;
|
|
1073
|
+
};
|
|
1074
|
+
/**
|
|
1075
|
+
* - team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com`
|
|
1076
|
+
*/
|
|
1077
|
+
export declare const UpdateProjectDataCacheIssuerMode: {
|
|
1078
|
+
readonly Team: "team";
|
|
1079
|
+
readonly Global: "global";
|
|
1080
|
+
};
|
|
1081
|
+
/**
|
|
1082
|
+
* - team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com`
|
|
1083
|
+
*/
|
|
1084
|
+
export type UpdateProjectDataCacheIssuerMode = ClosedEnum<typeof UpdateProjectDataCacheIssuerMode>;
|
|
1085
|
+
export type UpdateProjectDataCacheOidcTokenConfig = {
|
|
1086
|
+
enabled: boolean;
|
|
1087
|
+
/**
|
|
1088
|
+
* - team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com`
|
|
1089
|
+
*/
|
|
1090
|
+
issuerMode?: UpdateProjectDataCacheIssuerMode | undefined;
|
|
1091
|
+
};
|
|
1092
|
+
export declare const Tier: {
|
|
1093
|
+
readonly Standard: "standard";
|
|
1094
|
+
readonly Advanced: "advanced";
|
|
1095
|
+
readonly Critical: "critical";
|
|
1096
|
+
};
|
|
1097
|
+
export type Tier = ClosedEnum<typeof Tier>;
|
|
1098
|
+
export type UpdateProjectDataCacheResponseBody = {
|
|
1099
|
+
accountId: string;
|
|
1100
|
+
analytics?: Analytics | undefined;
|
|
1101
|
+
speedInsights?: SpeedInsights | undefined;
|
|
1102
|
+
autoExposeSystemEnvs?: boolean | undefined;
|
|
1103
|
+
autoAssignCustomDomains?: boolean | undefined;
|
|
1104
|
+
autoAssignCustomDomainsUpdatedBy?: string | undefined;
|
|
1105
|
+
buildCommand?: string | null | undefined;
|
|
1106
|
+
commandForIgnoringBuildStep?: string | null | undefined;
|
|
1107
|
+
connectConfigurationId?: string | null | undefined;
|
|
1108
|
+
connectBuildsEnabled?: boolean | undefined;
|
|
1109
|
+
createdAt?: number | undefined;
|
|
1110
|
+
customerSupportCodeVisibility?: boolean | undefined;
|
|
1111
|
+
crons?: Crons | undefined;
|
|
1112
|
+
dataCache?: DataCache | undefined;
|
|
1113
|
+
deploymentExpiration?: DeploymentExpiration | null | undefined;
|
|
1114
|
+
devCommand?: string | null | undefined;
|
|
1115
|
+
directoryListing: boolean;
|
|
1116
|
+
installCommand?: string | null | undefined;
|
|
1117
|
+
env?: Array<Env> | undefined;
|
|
1118
|
+
customEnvironments?: Array<CustomEnvironments> | undefined;
|
|
1119
|
+
framework?: UpdateProjectDataCacheFramework | null | undefined;
|
|
1120
|
+
gitForkProtection?: boolean | undefined;
|
|
1121
|
+
gitLFS?: boolean | undefined;
|
|
1122
|
+
id: string;
|
|
1123
|
+
ipBuckets?: Array<IpBuckets> | undefined;
|
|
1124
|
+
latestDeployments?: Array<LatestDeployments> | undefined;
|
|
1125
|
+
link?: Link1 | Link3 | Link2 | undefined;
|
|
1126
|
+
name: string;
|
|
1127
|
+
nodeVersion: UpdateProjectDataCacheNodeVersion;
|
|
1128
|
+
optionsAllowlist?: UpdateProjectDataCacheOptionsAllowlist | null | undefined;
|
|
1129
|
+
outputDirectory?: string | null | undefined;
|
|
1130
|
+
passiveConnectConfigurationId?: string | null | undefined;
|
|
1131
|
+
passwordProtection?: UpdateProjectDataCachePasswordProtection | null | undefined;
|
|
1132
|
+
productionDeploymentsFastLane?: boolean | undefined;
|
|
1133
|
+
publicSource?: boolean | null | undefined;
|
|
1134
|
+
resourceConfig?: ResourceConfig | undefined;
|
|
1135
|
+
rootDirectory?: string | null | undefined;
|
|
1136
|
+
serverlessFunctionRegion?: string | null | undefined;
|
|
1137
|
+
serverlessFunctionZeroConfigFailover?: boolean | undefined;
|
|
1138
|
+
skewProtectionBoundaryAt?: number | undefined;
|
|
1139
|
+
skewProtectionMaxAge?: number | undefined;
|
|
1140
|
+
skipGitConnectDuringLink?: boolean | undefined;
|
|
1141
|
+
sourceFilesOutsideRootDirectory?: boolean | undefined;
|
|
1142
|
+
enableAffectedProjectsDeployments?: boolean | undefined;
|
|
1143
|
+
ssoProtection?: UpdateProjectDataCacheSsoProtection | null | undefined;
|
|
1144
|
+
targets?: {
|
|
1145
|
+
[k: string]: Targets;
|
|
1146
|
+
} | undefined;
|
|
1147
|
+
transferCompletedAt?: number | undefined;
|
|
1148
|
+
transferStartedAt?: number | undefined;
|
|
1149
|
+
transferToAccountId?: string | undefined;
|
|
1150
|
+
transferredFromAccountId?: string | undefined;
|
|
1151
|
+
updatedAt?: number | undefined;
|
|
1152
|
+
live?: boolean | undefined;
|
|
1153
|
+
enablePreviewFeedback?: boolean | null | undefined;
|
|
1154
|
+
enableProductionFeedback?: boolean | null | undefined;
|
|
1155
|
+
permissions?: Permissions | undefined;
|
|
1156
|
+
lastRollbackTarget?: LastRollbackTarget | null | undefined;
|
|
1157
|
+
lastAliasRequest?: LastAliasRequest | null | undefined;
|
|
1158
|
+
hasFloatingAliases?: boolean | undefined;
|
|
1159
|
+
protectionBypass?: {
|
|
1160
|
+
[k: string]: ProtectionBypass;
|
|
1161
|
+
} | undefined;
|
|
1162
|
+
hasActiveBranches?: boolean | undefined;
|
|
1163
|
+
trustedIps?: TrustedIps2 | TrustedIps1 | null | undefined;
|
|
1164
|
+
gitComments?: GitComments | undefined;
|
|
1165
|
+
paused?: boolean | undefined;
|
|
1166
|
+
concurrencyBucketName?: string | undefined;
|
|
1167
|
+
webAnalytics?: WebAnalytics | undefined;
|
|
1168
|
+
security?: Security | undefined;
|
|
1169
|
+
oidcTokenConfig?: UpdateProjectDataCacheOidcTokenConfig | undefined;
|
|
1170
|
+
tier?: Tier | undefined;
|
|
1171
|
+
};
|
|
1172
|
+
/** @internal */
|
|
1173
|
+
export declare const UpdateProjectDataCacheRequestBody$inboundSchema: z.ZodType<UpdateProjectDataCacheRequestBody, z.ZodTypeDef, unknown>;
|
|
1174
|
+
/** @internal */
|
|
1175
|
+
export type UpdateProjectDataCacheRequestBody$Outbound = {
|
|
1176
|
+
disabled?: boolean | undefined;
|
|
1177
|
+
};
|
|
1178
|
+
/** @internal */
|
|
1179
|
+
export declare const UpdateProjectDataCacheRequestBody$outboundSchema: z.ZodType<UpdateProjectDataCacheRequestBody$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRequestBody>;
|
|
1180
|
+
/**
|
|
1181
|
+
* @internal
|
|
1182
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1183
|
+
*/
|
|
1184
|
+
export declare namespace UpdateProjectDataCacheRequestBody$ {
|
|
1185
|
+
/** @deprecated use `UpdateProjectDataCacheRequestBody$inboundSchema` instead. */
|
|
1186
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheRequestBody, z.ZodTypeDef, unknown>;
|
|
1187
|
+
/** @deprecated use `UpdateProjectDataCacheRequestBody$outboundSchema` instead. */
|
|
1188
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheRequestBody$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRequestBody>;
|
|
1189
|
+
/** @deprecated use `UpdateProjectDataCacheRequestBody$Outbound` instead. */
|
|
1190
|
+
type Outbound = UpdateProjectDataCacheRequestBody$Outbound;
|
|
1191
|
+
}
|
|
1192
|
+
/** @internal */
|
|
1193
|
+
export declare const UpdateProjectDataCacheRequest$inboundSchema: z.ZodType<UpdateProjectDataCacheRequest, z.ZodTypeDef, unknown>;
|
|
1194
|
+
/** @internal */
|
|
1195
|
+
export type UpdateProjectDataCacheRequest$Outbound = {
|
|
1196
|
+
projectId: string;
|
|
1197
|
+
teamId?: string | undefined;
|
|
1198
|
+
slug?: string | undefined;
|
|
1199
|
+
RequestBody?: UpdateProjectDataCacheRequestBody$Outbound | undefined;
|
|
1200
|
+
};
|
|
1201
|
+
/** @internal */
|
|
1202
|
+
export declare const UpdateProjectDataCacheRequest$outboundSchema: z.ZodType<UpdateProjectDataCacheRequest$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRequest>;
|
|
1203
|
+
/**
|
|
1204
|
+
* @internal
|
|
1205
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1206
|
+
*/
|
|
1207
|
+
export declare namespace UpdateProjectDataCacheRequest$ {
|
|
1208
|
+
/** @deprecated use `UpdateProjectDataCacheRequest$inboundSchema` instead. */
|
|
1209
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheRequest, z.ZodTypeDef, unknown>;
|
|
1210
|
+
/** @deprecated use `UpdateProjectDataCacheRequest$outboundSchema` instead. */
|
|
1211
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheRequest$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRequest>;
|
|
1212
|
+
/** @deprecated use `UpdateProjectDataCacheRequest$Outbound` instead. */
|
|
1213
|
+
type Outbound = UpdateProjectDataCacheRequest$Outbound;
|
|
1214
|
+
}
|
|
1215
|
+
/** @internal */
|
|
1216
|
+
export declare const Analytics$inboundSchema: z.ZodType<Analytics, z.ZodTypeDef, unknown>;
|
|
1217
|
+
/** @internal */
|
|
1218
|
+
export type Analytics$Outbound = {
|
|
1219
|
+
id: string;
|
|
1220
|
+
canceledAt?: number | null | undefined;
|
|
1221
|
+
disabledAt: number;
|
|
1222
|
+
enabledAt: number;
|
|
1223
|
+
paidAt?: number | undefined;
|
|
1224
|
+
sampleRatePercent?: number | null | undefined;
|
|
1225
|
+
spendLimitInDollars?: number | null | undefined;
|
|
1226
|
+
};
|
|
1227
|
+
/** @internal */
|
|
1228
|
+
export declare const Analytics$outboundSchema: z.ZodType<Analytics$Outbound, z.ZodTypeDef, Analytics>;
|
|
1229
|
+
/**
|
|
1230
|
+
* @internal
|
|
1231
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1232
|
+
*/
|
|
1233
|
+
export declare namespace Analytics$ {
|
|
1234
|
+
/** @deprecated use `Analytics$inboundSchema` instead. */
|
|
1235
|
+
const inboundSchema: z.ZodType<Analytics, z.ZodTypeDef, unknown>;
|
|
1236
|
+
/** @deprecated use `Analytics$outboundSchema` instead. */
|
|
1237
|
+
const outboundSchema: z.ZodType<Analytics$Outbound, z.ZodTypeDef, Analytics>;
|
|
1238
|
+
/** @deprecated use `Analytics$Outbound` instead. */
|
|
1239
|
+
type Outbound = Analytics$Outbound;
|
|
1240
|
+
}
|
|
1241
|
+
/** @internal */
|
|
1242
|
+
export declare const SpeedInsights$inboundSchema: z.ZodType<SpeedInsights, z.ZodTypeDef, unknown>;
|
|
1243
|
+
/** @internal */
|
|
1244
|
+
export type SpeedInsights$Outbound = {
|
|
1245
|
+
id: string;
|
|
1246
|
+
enabledAt?: number | undefined;
|
|
1247
|
+
disabledAt?: number | undefined;
|
|
1248
|
+
canceledAt?: number | undefined;
|
|
1249
|
+
hasData?: boolean | undefined;
|
|
1250
|
+
paidAt?: number | undefined;
|
|
1251
|
+
};
|
|
1252
|
+
/** @internal */
|
|
1253
|
+
export declare const SpeedInsights$outboundSchema: z.ZodType<SpeedInsights$Outbound, z.ZodTypeDef, SpeedInsights>;
|
|
1254
|
+
/**
|
|
1255
|
+
* @internal
|
|
1256
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1257
|
+
*/
|
|
1258
|
+
export declare namespace SpeedInsights$ {
|
|
1259
|
+
/** @deprecated use `SpeedInsights$inboundSchema` instead. */
|
|
1260
|
+
const inboundSchema: z.ZodType<SpeedInsights, z.ZodTypeDef, unknown>;
|
|
1261
|
+
/** @deprecated use `SpeedInsights$outboundSchema` instead. */
|
|
1262
|
+
const outboundSchema: z.ZodType<SpeedInsights$Outbound, z.ZodTypeDef, SpeedInsights>;
|
|
1263
|
+
/** @deprecated use `SpeedInsights$Outbound` instead. */
|
|
1264
|
+
type Outbound = SpeedInsights$Outbound;
|
|
1265
|
+
}
|
|
1266
|
+
/** @internal */
|
|
1267
|
+
export declare const Definitions$inboundSchema: z.ZodType<Definitions, z.ZodTypeDef, unknown>;
|
|
1268
|
+
/** @internal */
|
|
1269
|
+
export type Definitions$Outbound = {
|
|
1270
|
+
host: string;
|
|
1271
|
+
path: string;
|
|
1272
|
+
schedule: string;
|
|
1273
|
+
};
|
|
1274
|
+
/** @internal */
|
|
1275
|
+
export declare const Definitions$outboundSchema: z.ZodType<Definitions$Outbound, z.ZodTypeDef, Definitions>;
|
|
1276
|
+
/**
|
|
1277
|
+
* @internal
|
|
1278
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1279
|
+
*/
|
|
1280
|
+
export declare namespace Definitions$ {
|
|
1281
|
+
/** @deprecated use `Definitions$inboundSchema` instead. */
|
|
1282
|
+
const inboundSchema: z.ZodType<Definitions, z.ZodTypeDef, unknown>;
|
|
1283
|
+
/** @deprecated use `Definitions$outboundSchema` instead. */
|
|
1284
|
+
const outboundSchema: z.ZodType<Definitions$Outbound, z.ZodTypeDef, Definitions>;
|
|
1285
|
+
/** @deprecated use `Definitions$Outbound` instead. */
|
|
1286
|
+
type Outbound = Definitions$Outbound;
|
|
1287
|
+
}
|
|
1288
|
+
/** @internal */
|
|
1289
|
+
export declare const Crons$inboundSchema: z.ZodType<Crons, z.ZodTypeDef, unknown>;
|
|
1290
|
+
/** @internal */
|
|
1291
|
+
export type Crons$Outbound = {
|
|
1292
|
+
enabledAt: number;
|
|
1293
|
+
disabledAt: number | null;
|
|
1294
|
+
updatedAt: number;
|
|
1295
|
+
deploymentId: string | null;
|
|
1296
|
+
definitions: Array<Definitions$Outbound>;
|
|
1297
|
+
};
|
|
1298
|
+
/** @internal */
|
|
1299
|
+
export declare const Crons$outboundSchema: z.ZodType<Crons$Outbound, z.ZodTypeDef, Crons>;
|
|
1300
|
+
/**
|
|
1301
|
+
* @internal
|
|
1302
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1303
|
+
*/
|
|
1304
|
+
export declare namespace Crons$ {
|
|
1305
|
+
/** @deprecated use `Crons$inboundSchema` instead. */
|
|
1306
|
+
const inboundSchema: z.ZodType<Crons, z.ZodTypeDef, unknown>;
|
|
1307
|
+
/** @deprecated use `Crons$outboundSchema` instead. */
|
|
1308
|
+
const outboundSchema: z.ZodType<Crons$Outbound, z.ZodTypeDef, Crons>;
|
|
1309
|
+
/** @deprecated use `Crons$Outbound` instead. */
|
|
1310
|
+
type Outbound = Crons$Outbound;
|
|
1311
|
+
}
|
|
1312
|
+
/** @internal */
|
|
1313
|
+
export declare const DataCache$inboundSchema: z.ZodType<DataCache, z.ZodTypeDef, unknown>;
|
|
1314
|
+
/** @internal */
|
|
1315
|
+
export type DataCache$Outbound = {
|
|
1316
|
+
userDisabled: boolean;
|
|
1317
|
+
storageSizeBytes?: number | null | undefined;
|
|
1318
|
+
unlimited?: boolean | undefined;
|
|
1319
|
+
};
|
|
1320
|
+
/** @internal */
|
|
1321
|
+
export declare const DataCache$outboundSchema: z.ZodType<DataCache$Outbound, z.ZodTypeDef, DataCache>;
|
|
1322
|
+
/**
|
|
1323
|
+
* @internal
|
|
1324
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1325
|
+
*/
|
|
1326
|
+
export declare namespace DataCache$ {
|
|
1327
|
+
/** @deprecated use `DataCache$inboundSchema` instead. */
|
|
1328
|
+
const inboundSchema: z.ZodType<DataCache, z.ZodTypeDef, unknown>;
|
|
1329
|
+
/** @deprecated use `DataCache$outboundSchema` instead. */
|
|
1330
|
+
const outboundSchema: z.ZodType<DataCache$Outbound, z.ZodTypeDef, DataCache>;
|
|
1331
|
+
/** @deprecated use `DataCache$Outbound` instead. */
|
|
1332
|
+
type Outbound = DataCache$Outbound;
|
|
1333
|
+
}
|
|
1334
|
+
/** @internal */
|
|
1335
|
+
export declare const DeploymentExpiration$inboundSchema: z.ZodType<DeploymentExpiration, z.ZodTypeDef, unknown>;
|
|
1336
|
+
/** @internal */
|
|
1337
|
+
export type DeploymentExpiration$Outbound = {
|
|
1338
|
+
expirationDays?: number | undefined;
|
|
1339
|
+
expirationDaysProduction?: number | undefined;
|
|
1340
|
+
expirationDaysCanceled?: number | undefined;
|
|
1341
|
+
expirationDaysErrored?: number | undefined;
|
|
1342
|
+
deploymentsToKeep?: number | undefined;
|
|
1343
|
+
};
|
|
1344
|
+
/** @internal */
|
|
1345
|
+
export declare const DeploymentExpiration$outboundSchema: z.ZodType<DeploymentExpiration$Outbound, z.ZodTypeDef, DeploymentExpiration>;
|
|
1346
|
+
/**
|
|
1347
|
+
* @internal
|
|
1348
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1349
|
+
*/
|
|
1350
|
+
export declare namespace DeploymentExpiration$ {
|
|
1351
|
+
/** @deprecated use `DeploymentExpiration$inboundSchema` instead. */
|
|
1352
|
+
const inboundSchema: z.ZodType<DeploymentExpiration, z.ZodTypeDef, unknown>;
|
|
1353
|
+
/** @deprecated use `DeploymentExpiration$outboundSchema` instead. */
|
|
1354
|
+
const outboundSchema: z.ZodType<DeploymentExpiration$Outbound, z.ZodTypeDef, DeploymentExpiration>;
|
|
1355
|
+
/** @deprecated use `DeploymentExpiration$Outbound` instead. */
|
|
1356
|
+
type Outbound = DeploymentExpiration$Outbound;
|
|
1357
|
+
}
|
|
1358
|
+
/** @internal */
|
|
1359
|
+
export declare const UpdateProjectDataCacheTarget2$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTarget2>;
|
|
1360
|
+
/** @internal */
|
|
1361
|
+
export declare const UpdateProjectDataCacheTarget2$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTarget2>;
|
|
1362
|
+
/**
|
|
1363
|
+
* @internal
|
|
1364
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1365
|
+
*/
|
|
1366
|
+
export declare namespace UpdateProjectDataCacheTarget2$ {
|
|
1367
|
+
/** @deprecated use `UpdateProjectDataCacheTarget2$inboundSchema` instead. */
|
|
1368
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1369
|
+
readonly Production: "production";
|
|
1370
|
+
readonly Preview: "preview";
|
|
1371
|
+
readonly Development: "development";
|
|
1372
|
+
}>;
|
|
1373
|
+
/** @deprecated use `UpdateProjectDataCacheTarget2$outboundSchema` instead. */
|
|
1374
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1375
|
+
readonly Production: "production";
|
|
1376
|
+
readonly Preview: "preview";
|
|
1377
|
+
readonly Development: "development";
|
|
1378
|
+
}>;
|
|
1379
|
+
}
|
|
1380
|
+
/** @internal */
|
|
1381
|
+
export declare const UpdateProjectDataCacheTarget1$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTarget1>;
|
|
1382
|
+
/** @internal */
|
|
1383
|
+
export declare const UpdateProjectDataCacheTarget1$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTarget1>;
|
|
1384
|
+
/**
|
|
1385
|
+
* @internal
|
|
1386
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1387
|
+
*/
|
|
1388
|
+
export declare namespace UpdateProjectDataCacheTarget1$ {
|
|
1389
|
+
/** @deprecated use `UpdateProjectDataCacheTarget1$inboundSchema` instead. */
|
|
1390
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1391
|
+
readonly Production: "production";
|
|
1392
|
+
readonly Preview: "preview";
|
|
1393
|
+
readonly Development: "development";
|
|
1394
|
+
}>;
|
|
1395
|
+
/** @deprecated use `UpdateProjectDataCacheTarget1$outboundSchema` instead. */
|
|
1396
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1397
|
+
readonly Production: "production";
|
|
1398
|
+
readonly Preview: "preview";
|
|
1399
|
+
readonly Development: "development";
|
|
1400
|
+
}>;
|
|
1401
|
+
}
|
|
1402
|
+
/** @internal */
|
|
1403
|
+
export declare const UpdateProjectDataCacheTarget$inboundSchema: z.ZodType<UpdateProjectDataCacheTarget, z.ZodTypeDef, unknown>;
|
|
1404
|
+
/** @internal */
|
|
1405
|
+
export type UpdateProjectDataCacheTarget$Outbound = Array<string> | string;
|
|
1406
|
+
/** @internal */
|
|
1407
|
+
export declare const UpdateProjectDataCacheTarget$outboundSchema: z.ZodType<UpdateProjectDataCacheTarget$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTarget>;
|
|
1408
|
+
/**
|
|
1409
|
+
* @internal
|
|
1410
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1411
|
+
*/
|
|
1412
|
+
export declare namespace UpdateProjectDataCacheTarget$ {
|
|
1413
|
+
/** @deprecated use `UpdateProjectDataCacheTarget$inboundSchema` instead. */
|
|
1414
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheTarget, z.ZodTypeDef, unknown>;
|
|
1415
|
+
/** @deprecated use `UpdateProjectDataCacheTarget$outboundSchema` instead. */
|
|
1416
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheTarget$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTarget>;
|
|
1417
|
+
/** @deprecated use `UpdateProjectDataCacheTarget$Outbound` instead. */
|
|
1418
|
+
type Outbound = UpdateProjectDataCacheTarget$Outbound;
|
|
1419
|
+
}
|
|
1420
|
+
/** @internal */
|
|
1421
|
+
export declare const UpdateProjectDataCacheProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
|
|
1422
|
+
/** @internal */
|
|
1423
|
+
export declare const UpdateProjectDataCacheProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
|
|
1424
|
+
/**
|
|
1425
|
+
* @internal
|
|
1426
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1427
|
+
*/
|
|
1428
|
+
export declare namespace UpdateProjectDataCacheProjectsResponse200Type$ {
|
|
1429
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200Type$inboundSchema` instead. */
|
|
1430
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1431
|
+
readonly Secret: "secret";
|
|
1432
|
+
readonly System: "system";
|
|
1433
|
+
readonly Encrypted: "encrypted";
|
|
1434
|
+
readonly Plain: "plain";
|
|
1435
|
+
readonly Sensitive: "sensitive";
|
|
1436
|
+
}>;
|
|
1437
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200Type$outboundSchema` instead. */
|
|
1438
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1439
|
+
readonly Secret: "secret";
|
|
1440
|
+
readonly System: "system";
|
|
1441
|
+
readonly Encrypted: "encrypted";
|
|
1442
|
+
readonly Plain: "plain";
|
|
1443
|
+
readonly Sensitive: "sensitive";
|
|
1444
|
+
}>;
|
|
1445
|
+
}
|
|
1446
|
+
/** @internal */
|
|
1447
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type>;
|
|
1448
|
+
/** @internal */
|
|
1449
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type>;
|
|
1450
|
+
/**
|
|
1451
|
+
* @internal
|
|
1452
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1453
|
+
*/
|
|
1454
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$ {
|
|
1455
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema` instead. */
|
|
1456
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1457
|
+
readonly FlagsConnectionString: "flags-connection-string";
|
|
1458
|
+
}>;
|
|
1459
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema` instead. */
|
|
1460
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1461
|
+
readonly FlagsConnectionString: "flags-connection-string";
|
|
1462
|
+
}>;
|
|
1463
|
+
}
|
|
1464
|
+
/** @internal */
|
|
1465
|
+
export declare const Fifteen$inboundSchema: z.ZodType<Fifteen, z.ZodTypeDef, unknown>;
|
|
1466
|
+
/** @internal */
|
|
1467
|
+
export type Fifteen$Outbound = {
|
|
1468
|
+
type: string;
|
|
1469
|
+
projectId: string;
|
|
1470
|
+
};
|
|
1471
|
+
/** @internal */
|
|
1472
|
+
export declare const Fifteen$outboundSchema: z.ZodType<Fifteen$Outbound, z.ZodTypeDef, Fifteen>;
|
|
1473
|
+
/**
|
|
1474
|
+
* @internal
|
|
1475
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1476
|
+
*/
|
|
1477
|
+
export declare namespace Fifteen$ {
|
|
1478
|
+
/** @deprecated use `Fifteen$inboundSchema` instead. */
|
|
1479
|
+
const inboundSchema: z.ZodType<Fifteen, z.ZodTypeDef, unknown>;
|
|
1480
|
+
/** @deprecated use `Fifteen$outboundSchema` instead. */
|
|
1481
|
+
const outboundSchema: z.ZodType<Fifteen$Outbound, z.ZodTypeDef, Fifteen>;
|
|
1482
|
+
/** @deprecated use `Fifteen$Outbound` instead. */
|
|
1483
|
+
type Outbound = Fifteen$Outbound;
|
|
1484
|
+
}
|
|
1485
|
+
/** @internal */
|
|
1486
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
|
|
1487
|
+
/** @internal */
|
|
1488
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
|
|
1489
|
+
/**
|
|
1490
|
+
* @internal
|
|
1491
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1492
|
+
*/
|
|
1493
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$ {
|
|
1494
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema` instead. */
|
|
1495
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1496
|
+
readonly IntegrationStoreSecret: "integration-store-secret";
|
|
1497
|
+
}>;
|
|
1498
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema` instead. */
|
|
1499
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1500
|
+
readonly IntegrationStoreSecret: "integration-store-secret";
|
|
1501
|
+
}>;
|
|
1502
|
+
}
|
|
1503
|
+
/** @internal */
|
|
1504
|
+
export declare const Fourteen$inboundSchema: z.ZodType<Fourteen, z.ZodTypeDef, unknown>;
|
|
1505
|
+
/** @internal */
|
|
1506
|
+
export type Fourteen$Outbound = {
|
|
1507
|
+
type: string;
|
|
1508
|
+
storeId: string;
|
|
1509
|
+
integrationId: string;
|
|
1510
|
+
integrationProductId: string;
|
|
1511
|
+
integrationConfigurationId: string;
|
|
1512
|
+
};
|
|
1513
|
+
/** @internal */
|
|
1514
|
+
export declare const Fourteen$outboundSchema: z.ZodType<Fourteen$Outbound, z.ZodTypeDef, Fourteen>;
|
|
1515
|
+
/**
|
|
1516
|
+
* @internal
|
|
1517
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1518
|
+
*/
|
|
1519
|
+
export declare namespace Fourteen$ {
|
|
1520
|
+
/** @deprecated use `Fourteen$inboundSchema` instead. */
|
|
1521
|
+
const inboundSchema: z.ZodType<Fourteen, z.ZodTypeDef, unknown>;
|
|
1522
|
+
/** @deprecated use `Fourteen$outboundSchema` instead. */
|
|
1523
|
+
const outboundSchema: z.ZodType<Fourteen$Outbound, z.ZodTypeDef, Fourteen>;
|
|
1524
|
+
/** @deprecated use `Fourteen$Outbound` instead. */
|
|
1525
|
+
type Outbound = Fourteen$Outbound;
|
|
1526
|
+
}
|
|
1527
|
+
/** @internal */
|
|
1528
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
|
|
1529
|
+
/** @internal */
|
|
1530
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
|
|
1531
|
+
/**
|
|
1532
|
+
* @internal
|
|
1533
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1534
|
+
*/
|
|
1535
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$ {
|
|
1536
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema` instead. */
|
|
1537
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1538
|
+
readonly PostgresUrlNoSsl: "postgres-url-no-ssl";
|
|
1539
|
+
}>;
|
|
1540
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema` instead. */
|
|
1541
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1542
|
+
readonly PostgresUrlNoSsl: "postgres-url-no-ssl";
|
|
1543
|
+
}>;
|
|
1544
|
+
}
|
|
1545
|
+
/** @internal */
|
|
1546
|
+
export declare const Thirteen$inboundSchema: z.ZodType<Thirteen, z.ZodTypeDef, unknown>;
|
|
1547
|
+
/** @internal */
|
|
1548
|
+
export type Thirteen$Outbound = {
|
|
1549
|
+
type: string;
|
|
1550
|
+
storeId: string;
|
|
1551
|
+
};
|
|
1552
|
+
/** @internal */
|
|
1553
|
+
export declare const Thirteen$outboundSchema: z.ZodType<Thirteen$Outbound, z.ZodTypeDef, Thirteen>;
|
|
1554
|
+
/**
|
|
1555
|
+
* @internal
|
|
1556
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1557
|
+
*/
|
|
1558
|
+
export declare namespace Thirteen$ {
|
|
1559
|
+
/** @deprecated use `Thirteen$inboundSchema` instead. */
|
|
1560
|
+
const inboundSchema: z.ZodType<Thirteen, z.ZodTypeDef, unknown>;
|
|
1561
|
+
/** @deprecated use `Thirteen$outboundSchema` instead. */
|
|
1562
|
+
const outboundSchema: z.ZodType<Thirteen$Outbound, z.ZodTypeDef, Thirteen>;
|
|
1563
|
+
/** @deprecated use `Thirteen$Outbound` instead. */
|
|
1564
|
+
type Outbound = Thirteen$Outbound;
|
|
1565
|
+
}
|
|
1566
|
+
/** @internal */
|
|
1567
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
|
|
1568
|
+
/** @internal */
|
|
1569
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
|
|
1570
|
+
/**
|
|
1571
|
+
* @internal
|
|
1572
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1573
|
+
*/
|
|
1574
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$ {
|
|
1575
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema` instead. */
|
|
1576
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1577
|
+
readonly PostgresDatabase: "postgres-database";
|
|
1578
|
+
}>;
|
|
1579
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema` instead. */
|
|
1580
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1581
|
+
readonly PostgresDatabase: "postgres-database";
|
|
1582
|
+
}>;
|
|
1583
|
+
}
|
|
1584
|
+
/** @internal */
|
|
1585
|
+
export declare const Twelve$inboundSchema: z.ZodType<Twelve, z.ZodTypeDef, unknown>;
|
|
1586
|
+
/** @internal */
|
|
1587
|
+
export type Twelve$Outbound = {
|
|
1588
|
+
type: string;
|
|
1589
|
+
storeId: string;
|
|
1590
|
+
};
|
|
1591
|
+
/** @internal */
|
|
1592
|
+
export declare const Twelve$outboundSchema: z.ZodType<Twelve$Outbound, z.ZodTypeDef, Twelve>;
|
|
1593
|
+
/**
|
|
1594
|
+
* @internal
|
|
1595
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1596
|
+
*/
|
|
1597
|
+
export declare namespace Twelve$ {
|
|
1598
|
+
/** @deprecated use `Twelve$inboundSchema` instead. */
|
|
1599
|
+
const inboundSchema: z.ZodType<Twelve, z.ZodTypeDef, unknown>;
|
|
1600
|
+
/** @deprecated use `Twelve$outboundSchema` instead. */
|
|
1601
|
+
const outboundSchema: z.ZodType<Twelve$Outbound, z.ZodTypeDef, Twelve>;
|
|
1602
|
+
/** @deprecated use `Twelve$Outbound` instead. */
|
|
1603
|
+
type Outbound = Twelve$Outbound;
|
|
1604
|
+
}
|
|
1605
|
+
/** @internal */
|
|
1606
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
|
|
1607
|
+
/** @internal */
|
|
1608
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
|
|
1609
|
+
/**
|
|
1610
|
+
* @internal
|
|
1611
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1612
|
+
*/
|
|
1613
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$ {
|
|
1614
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema` instead. */
|
|
1615
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1616
|
+
readonly PostgresPassword: "postgres-password";
|
|
1617
|
+
}>;
|
|
1618
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema` instead. */
|
|
1619
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1620
|
+
readonly PostgresPassword: "postgres-password";
|
|
1621
|
+
}>;
|
|
1622
|
+
}
|
|
1623
|
+
/** @internal */
|
|
1624
|
+
export declare const UpdateProjectDataCacheContentHint11$inboundSchema: z.ZodType<UpdateProjectDataCacheContentHint11, z.ZodTypeDef, unknown>;
|
|
1625
|
+
/** @internal */
|
|
1626
|
+
export type UpdateProjectDataCacheContentHint11$Outbound = {
|
|
1627
|
+
type: string;
|
|
1628
|
+
storeId: string;
|
|
1629
|
+
};
|
|
1630
|
+
/** @internal */
|
|
1631
|
+
export declare const UpdateProjectDataCacheContentHint11$outboundSchema: z.ZodType<UpdateProjectDataCacheContentHint11$Outbound, z.ZodTypeDef, UpdateProjectDataCacheContentHint11>;
|
|
1632
|
+
/**
|
|
1633
|
+
* @internal
|
|
1634
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1635
|
+
*/
|
|
1636
|
+
export declare namespace UpdateProjectDataCacheContentHint11$ {
|
|
1637
|
+
/** @deprecated use `UpdateProjectDataCacheContentHint11$inboundSchema` instead. */
|
|
1638
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheContentHint11, z.ZodTypeDef, unknown>;
|
|
1639
|
+
/** @deprecated use `UpdateProjectDataCacheContentHint11$outboundSchema` instead. */
|
|
1640
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheContentHint11$Outbound, z.ZodTypeDef, UpdateProjectDataCacheContentHint11>;
|
|
1641
|
+
/** @deprecated use `UpdateProjectDataCacheContentHint11$Outbound` instead. */
|
|
1642
|
+
type Outbound = UpdateProjectDataCacheContentHint11$Outbound;
|
|
1643
|
+
}
|
|
1644
|
+
/** @internal */
|
|
1645
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
|
|
1646
|
+
/** @internal */
|
|
1647
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
|
|
1648
|
+
/**
|
|
1649
|
+
* @internal
|
|
1650
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1651
|
+
*/
|
|
1652
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$ {
|
|
1653
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema` instead. */
|
|
1654
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1655
|
+
readonly PostgresHost: "postgres-host";
|
|
1656
|
+
}>;
|
|
1657
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema` instead. */
|
|
1658
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1659
|
+
readonly PostgresHost: "postgres-host";
|
|
1660
|
+
}>;
|
|
1661
|
+
}
|
|
1662
|
+
/** @internal */
|
|
1663
|
+
export declare const ContentHint10$inboundSchema: z.ZodType<ContentHint10, z.ZodTypeDef, unknown>;
|
|
1664
|
+
/** @internal */
|
|
1665
|
+
export type ContentHint10$Outbound = {
|
|
1666
|
+
type: string;
|
|
1667
|
+
storeId: string;
|
|
1668
|
+
};
|
|
1669
|
+
/** @internal */
|
|
1670
|
+
export declare const ContentHint10$outboundSchema: z.ZodType<ContentHint10$Outbound, z.ZodTypeDef, ContentHint10>;
|
|
1671
|
+
/**
|
|
1672
|
+
* @internal
|
|
1673
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1674
|
+
*/
|
|
1675
|
+
export declare namespace ContentHint10$ {
|
|
1676
|
+
/** @deprecated use `ContentHint10$inboundSchema` instead. */
|
|
1677
|
+
const inboundSchema: z.ZodType<ContentHint10, z.ZodTypeDef, unknown>;
|
|
1678
|
+
/** @deprecated use `ContentHint10$outboundSchema` instead. */
|
|
1679
|
+
const outboundSchema: z.ZodType<ContentHint10$Outbound, z.ZodTypeDef, ContentHint10>;
|
|
1680
|
+
/** @deprecated use `ContentHint10$Outbound` instead. */
|
|
1681
|
+
type Outbound = ContentHint10$Outbound;
|
|
1682
|
+
}
|
|
1683
|
+
/** @internal */
|
|
1684
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
|
|
1685
|
+
/** @internal */
|
|
1686
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
|
|
1687
|
+
/**
|
|
1688
|
+
* @internal
|
|
1689
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1690
|
+
*/
|
|
1691
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$ {
|
|
1692
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema` instead. */
|
|
1693
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1694
|
+
readonly PostgresUser: "postgres-user";
|
|
1695
|
+
}>;
|
|
1696
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema` instead. */
|
|
1697
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1698
|
+
readonly PostgresUser: "postgres-user";
|
|
1699
|
+
}>;
|
|
1700
|
+
}
|
|
1701
|
+
/** @internal */
|
|
1702
|
+
export declare const ContentHint9$inboundSchema: z.ZodType<ContentHint9, z.ZodTypeDef, unknown>;
|
|
1703
|
+
/** @internal */
|
|
1704
|
+
export type ContentHint9$Outbound = {
|
|
1705
|
+
type: string;
|
|
1706
|
+
storeId: string;
|
|
1707
|
+
};
|
|
1708
|
+
/** @internal */
|
|
1709
|
+
export declare const ContentHint9$outboundSchema: z.ZodType<ContentHint9$Outbound, z.ZodTypeDef, ContentHint9>;
|
|
1710
|
+
/**
|
|
1711
|
+
* @internal
|
|
1712
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1713
|
+
*/
|
|
1714
|
+
export declare namespace ContentHint9$ {
|
|
1715
|
+
/** @deprecated use `ContentHint9$inboundSchema` instead. */
|
|
1716
|
+
const inboundSchema: z.ZodType<ContentHint9, z.ZodTypeDef, unknown>;
|
|
1717
|
+
/** @deprecated use `ContentHint9$outboundSchema` instead. */
|
|
1718
|
+
const outboundSchema: z.ZodType<ContentHint9$Outbound, z.ZodTypeDef, ContentHint9>;
|
|
1719
|
+
/** @deprecated use `ContentHint9$Outbound` instead. */
|
|
1720
|
+
type Outbound = ContentHint9$Outbound;
|
|
1721
|
+
}
|
|
1722
|
+
/** @internal */
|
|
1723
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
|
|
1724
|
+
/** @internal */
|
|
1725
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
|
|
1726
|
+
/**
|
|
1727
|
+
* @internal
|
|
1728
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1729
|
+
*/
|
|
1730
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$ {
|
|
1731
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema` instead. */
|
|
1732
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1733
|
+
readonly PostgresPrismaUrl: "postgres-prisma-url";
|
|
1734
|
+
}>;
|
|
1735
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema` instead. */
|
|
1736
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1737
|
+
readonly PostgresPrismaUrl: "postgres-prisma-url";
|
|
1738
|
+
}>;
|
|
1739
|
+
}
|
|
1740
|
+
/** @internal */
|
|
1741
|
+
export declare const ContentHint8$inboundSchema: z.ZodType<ContentHint8, z.ZodTypeDef, unknown>;
|
|
1742
|
+
/** @internal */
|
|
1743
|
+
export type ContentHint8$Outbound = {
|
|
1744
|
+
type: string;
|
|
1745
|
+
storeId: string;
|
|
1746
|
+
};
|
|
1747
|
+
/** @internal */
|
|
1748
|
+
export declare const ContentHint8$outboundSchema: z.ZodType<ContentHint8$Outbound, z.ZodTypeDef, ContentHint8>;
|
|
1749
|
+
/**
|
|
1750
|
+
* @internal
|
|
1751
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1752
|
+
*/
|
|
1753
|
+
export declare namespace ContentHint8$ {
|
|
1754
|
+
/** @deprecated use `ContentHint8$inboundSchema` instead. */
|
|
1755
|
+
const inboundSchema: z.ZodType<ContentHint8, z.ZodTypeDef, unknown>;
|
|
1756
|
+
/** @deprecated use `ContentHint8$outboundSchema` instead. */
|
|
1757
|
+
const outboundSchema: z.ZodType<ContentHint8$Outbound, z.ZodTypeDef, ContentHint8>;
|
|
1758
|
+
/** @deprecated use `ContentHint8$Outbound` instead. */
|
|
1759
|
+
type Outbound = ContentHint8$Outbound;
|
|
1760
|
+
}
|
|
1761
|
+
/** @internal */
|
|
1762
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
1763
|
+
/** @internal */
|
|
1764
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
1765
|
+
/**
|
|
1766
|
+
* @internal
|
|
1767
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1768
|
+
*/
|
|
1769
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$ {
|
|
1770
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
|
|
1771
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1772
|
+
readonly PostgresUrlNonPooling: "postgres-url-non-pooling";
|
|
1773
|
+
}>;
|
|
1774
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
|
|
1775
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1776
|
+
readonly PostgresUrlNonPooling: "postgres-url-non-pooling";
|
|
1777
|
+
}>;
|
|
1778
|
+
}
|
|
1779
|
+
/** @internal */
|
|
1780
|
+
export declare const ContentHint7$inboundSchema: z.ZodType<ContentHint7, z.ZodTypeDef, unknown>;
|
|
1781
|
+
/** @internal */
|
|
1782
|
+
export type ContentHint7$Outbound = {
|
|
1783
|
+
type: string;
|
|
1784
|
+
storeId: string;
|
|
1785
|
+
};
|
|
1786
|
+
/** @internal */
|
|
1787
|
+
export declare const ContentHint7$outboundSchema: z.ZodType<ContentHint7$Outbound, z.ZodTypeDef, ContentHint7>;
|
|
1788
|
+
/**
|
|
1789
|
+
* @internal
|
|
1790
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1791
|
+
*/
|
|
1792
|
+
export declare namespace ContentHint7$ {
|
|
1793
|
+
/** @deprecated use `ContentHint7$inboundSchema` instead. */
|
|
1794
|
+
const inboundSchema: z.ZodType<ContentHint7, z.ZodTypeDef, unknown>;
|
|
1795
|
+
/** @deprecated use `ContentHint7$outboundSchema` instead. */
|
|
1796
|
+
const outboundSchema: z.ZodType<ContentHint7$Outbound, z.ZodTypeDef, ContentHint7>;
|
|
1797
|
+
/** @deprecated use `ContentHint7$Outbound` instead. */
|
|
1798
|
+
type Outbound = ContentHint7$Outbound;
|
|
1799
|
+
}
|
|
1800
|
+
/** @internal */
|
|
1801
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType>;
|
|
1802
|
+
/** @internal */
|
|
1803
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType>;
|
|
1804
|
+
/**
|
|
1805
|
+
* @internal
|
|
1806
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1807
|
+
*/
|
|
1808
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$ {
|
|
1809
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
1810
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1811
|
+
readonly PostgresUrl: "postgres-url";
|
|
1812
|
+
}>;
|
|
1813
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
1814
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1815
|
+
readonly PostgresUrl: "postgres-url";
|
|
1816
|
+
}>;
|
|
1817
|
+
}
|
|
1818
|
+
/** @internal */
|
|
1819
|
+
export declare const ContentHint6$inboundSchema: z.ZodType<ContentHint6, z.ZodTypeDef, unknown>;
|
|
1820
|
+
/** @internal */
|
|
1821
|
+
export type ContentHint6$Outbound = {
|
|
1822
|
+
type: string;
|
|
1823
|
+
storeId: string;
|
|
1824
|
+
};
|
|
1825
|
+
/** @internal */
|
|
1826
|
+
export declare const ContentHint6$outboundSchema: z.ZodType<ContentHint6$Outbound, z.ZodTypeDef, ContentHint6>;
|
|
1827
|
+
/**
|
|
1828
|
+
* @internal
|
|
1829
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1830
|
+
*/
|
|
1831
|
+
export declare namespace ContentHint6$ {
|
|
1832
|
+
/** @deprecated use `ContentHint6$inboundSchema` instead. */
|
|
1833
|
+
const inboundSchema: z.ZodType<ContentHint6, z.ZodTypeDef, unknown>;
|
|
1834
|
+
/** @deprecated use `ContentHint6$outboundSchema` instead. */
|
|
1835
|
+
const outboundSchema: z.ZodType<ContentHint6$Outbound, z.ZodTypeDef, ContentHint6>;
|
|
1836
|
+
/** @deprecated use `ContentHint6$Outbound` instead. */
|
|
1837
|
+
type Outbound = ContentHint6$Outbound;
|
|
1838
|
+
}
|
|
1839
|
+
/** @internal */
|
|
1840
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200Type>;
|
|
1841
|
+
/** @internal */
|
|
1842
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200Type>;
|
|
1843
|
+
/**
|
|
1844
|
+
* @internal
|
|
1845
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1846
|
+
*/
|
|
1847
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200Type$ {
|
|
1848
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200Type$inboundSchema` instead. */
|
|
1849
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1850
|
+
readonly BlobReadWriteToken: "blob-read-write-token";
|
|
1851
|
+
}>;
|
|
1852
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200Type$outboundSchema` instead. */
|
|
1853
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1854
|
+
readonly BlobReadWriteToken: "blob-read-write-token";
|
|
1855
|
+
}>;
|
|
1856
|
+
}
|
|
1857
|
+
/** @internal */
|
|
1858
|
+
export declare const ContentHint5$inboundSchema: z.ZodType<ContentHint5, z.ZodTypeDef, unknown>;
|
|
1859
|
+
/** @internal */
|
|
1860
|
+
export type ContentHint5$Outbound = {
|
|
1861
|
+
type: string;
|
|
1862
|
+
storeId: string;
|
|
1863
|
+
};
|
|
1864
|
+
/** @internal */
|
|
1865
|
+
export declare const ContentHint5$outboundSchema: z.ZodType<ContentHint5$Outbound, z.ZodTypeDef, ContentHint5>;
|
|
1866
|
+
/**
|
|
1867
|
+
* @internal
|
|
1868
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1869
|
+
*/
|
|
1870
|
+
export declare namespace ContentHint5$ {
|
|
1871
|
+
/** @deprecated use `ContentHint5$inboundSchema` instead. */
|
|
1872
|
+
const inboundSchema: z.ZodType<ContentHint5, z.ZodTypeDef, unknown>;
|
|
1873
|
+
/** @deprecated use `ContentHint5$outboundSchema` instead. */
|
|
1874
|
+
const outboundSchema: z.ZodType<ContentHint5$Outbound, z.ZodTypeDef, ContentHint5>;
|
|
1875
|
+
/** @deprecated use `ContentHint5$Outbound` instead. */
|
|
1876
|
+
type Outbound = ContentHint5$Outbound;
|
|
1877
|
+
}
|
|
1878
|
+
/** @internal */
|
|
1879
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponseType>;
|
|
1880
|
+
/** @internal */
|
|
1881
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponseType>;
|
|
1882
|
+
/**
|
|
1883
|
+
* @internal
|
|
1884
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1885
|
+
*/
|
|
1886
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponseType$ {
|
|
1887
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponseType$inboundSchema` instead. */
|
|
1888
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1889
|
+
readonly RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token";
|
|
1890
|
+
}>;
|
|
1891
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponseType$outboundSchema` instead. */
|
|
1892
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1893
|
+
readonly RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token";
|
|
1894
|
+
}>;
|
|
1895
|
+
}
|
|
1896
|
+
/** @internal */
|
|
1897
|
+
export declare const ContentHint4$inboundSchema: z.ZodType<ContentHint4, z.ZodTypeDef, unknown>;
|
|
1898
|
+
/** @internal */
|
|
1899
|
+
export type ContentHint4$Outbound = {
|
|
1900
|
+
type: string;
|
|
1901
|
+
storeId: string;
|
|
1902
|
+
};
|
|
1903
|
+
/** @internal */
|
|
1904
|
+
export declare const ContentHint4$outboundSchema: z.ZodType<ContentHint4$Outbound, z.ZodTypeDef, ContentHint4>;
|
|
1905
|
+
/**
|
|
1906
|
+
* @internal
|
|
1907
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1908
|
+
*/
|
|
1909
|
+
export declare namespace ContentHint4$ {
|
|
1910
|
+
/** @deprecated use `ContentHint4$inboundSchema` instead. */
|
|
1911
|
+
const inboundSchema: z.ZodType<ContentHint4, z.ZodTypeDef, unknown>;
|
|
1912
|
+
/** @deprecated use `ContentHint4$outboundSchema` instead. */
|
|
1913
|
+
const outboundSchema: z.ZodType<ContentHint4$Outbound, z.ZodTypeDef, ContentHint4>;
|
|
1914
|
+
/** @deprecated use `ContentHint4$Outbound` instead. */
|
|
1915
|
+
type Outbound = ContentHint4$Outbound;
|
|
1916
|
+
}
|
|
1917
|
+
/** @internal */
|
|
1918
|
+
export declare const UpdateProjectDataCacheContentHintProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsType>;
|
|
1919
|
+
/** @internal */
|
|
1920
|
+
export declare const UpdateProjectDataCacheContentHintProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsType>;
|
|
1921
|
+
/**
|
|
1922
|
+
* @internal
|
|
1923
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1924
|
+
*/
|
|
1925
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsType$ {
|
|
1926
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsType$inboundSchema` instead. */
|
|
1927
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1928
|
+
readonly RedisRestApiToken: "redis-rest-api-token";
|
|
1929
|
+
}>;
|
|
1930
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsType$outboundSchema` instead. */
|
|
1931
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1932
|
+
readonly RedisRestApiToken: "redis-rest-api-token";
|
|
1933
|
+
}>;
|
|
1934
|
+
}
|
|
1935
|
+
/** @internal */
|
|
1936
|
+
export declare const ContentHint3$inboundSchema: z.ZodType<ContentHint3, z.ZodTypeDef, unknown>;
|
|
1937
|
+
/** @internal */
|
|
1938
|
+
export type ContentHint3$Outbound = {
|
|
1939
|
+
type: string;
|
|
1940
|
+
storeId: string;
|
|
1941
|
+
};
|
|
1942
|
+
/** @internal */
|
|
1943
|
+
export declare const ContentHint3$outboundSchema: z.ZodType<ContentHint3$Outbound, z.ZodTypeDef, ContentHint3>;
|
|
1944
|
+
/**
|
|
1945
|
+
* @internal
|
|
1946
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1947
|
+
*/
|
|
1948
|
+
export declare namespace ContentHint3$ {
|
|
1949
|
+
/** @deprecated use `ContentHint3$inboundSchema` instead. */
|
|
1950
|
+
const inboundSchema: z.ZodType<ContentHint3, z.ZodTypeDef, unknown>;
|
|
1951
|
+
/** @deprecated use `ContentHint3$outboundSchema` instead. */
|
|
1952
|
+
const outboundSchema: z.ZodType<ContentHint3$Outbound, z.ZodTypeDef, ContentHint3>;
|
|
1953
|
+
/** @deprecated use `ContentHint3$Outbound` instead. */
|
|
1954
|
+
type Outbound = ContentHint3$Outbound;
|
|
1955
|
+
}
|
|
1956
|
+
/** @internal */
|
|
1957
|
+
export declare const UpdateProjectDataCacheContentHintType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintType>;
|
|
1958
|
+
/** @internal */
|
|
1959
|
+
export declare const UpdateProjectDataCacheContentHintType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintType>;
|
|
1960
|
+
/**
|
|
1961
|
+
* @internal
|
|
1962
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1963
|
+
*/
|
|
1964
|
+
export declare namespace UpdateProjectDataCacheContentHintType$ {
|
|
1965
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintType$inboundSchema` instead. */
|
|
1966
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1967
|
+
readonly RedisRestApiUrl: "redis-rest-api-url";
|
|
1968
|
+
}>;
|
|
1969
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintType$outboundSchema` instead. */
|
|
1970
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1971
|
+
readonly RedisRestApiUrl: "redis-rest-api-url";
|
|
1972
|
+
}>;
|
|
1973
|
+
}
|
|
1974
|
+
/** @internal */
|
|
1975
|
+
export declare const ContentHint2$inboundSchema: z.ZodType<ContentHint2, z.ZodTypeDef, unknown>;
|
|
1976
|
+
/** @internal */
|
|
1977
|
+
export type ContentHint2$Outbound = {
|
|
1978
|
+
type: string;
|
|
1979
|
+
storeId: string;
|
|
1980
|
+
};
|
|
1981
|
+
/** @internal */
|
|
1982
|
+
export declare const ContentHint2$outboundSchema: z.ZodType<ContentHint2$Outbound, z.ZodTypeDef, ContentHint2>;
|
|
1983
|
+
/**
|
|
1984
|
+
* @internal
|
|
1985
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1986
|
+
*/
|
|
1987
|
+
export declare namespace ContentHint2$ {
|
|
1988
|
+
/** @deprecated use `ContentHint2$inboundSchema` instead. */
|
|
1989
|
+
const inboundSchema: z.ZodType<ContentHint2, z.ZodTypeDef, unknown>;
|
|
1990
|
+
/** @deprecated use `ContentHint2$outboundSchema` instead. */
|
|
1991
|
+
const outboundSchema: z.ZodType<ContentHint2$Outbound, z.ZodTypeDef, ContentHint2>;
|
|
1992
|
+
/** @deprecated use `ContentHint2$Outbound` instead. */
|
|
1993
|
+
type Outbound = ContentHint2$Outbound;
|
|
1994
|
+
}
|
|
1995
|
+
/** @internal */
|
|
1996
|
+
export declare const ContentHintType$inboundSchema: z.ZodNativeEnum<typeof ContentHintType>;
|
|
1997
|
+
/** @internal */
|
|
1998
|
+
export declare const ContentHintType$outboundSchema: z.ZodNativeEnum<typeof ContentHintType>;
|
|
1999
|
+
/**
|
|
2000
|
+
* @internal
|
|
2001
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2002
|
+
*/
|
|
2003
|
+
export declare namespace ContentHintType$ {
|
|
2004
|
+
/** @deprecated use `ContentHintType$inboundSchema` instead. */
|
|
2005
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2006
|
+
readonly RedisUrl: "redis-url";
|
|
2007
|
+
}>;
|
|
2008
|
+
/** @deprecated use `ContentHintType$outboundSchema` instead. */
|
|
2009
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2010
|
+
readonly RedisUrl: "redis-url";
|
|
2011
|
+
}>;
|
|
2012
|
+
}
|
|
2013
|
+
/** @internal */
|
|
2014
|
+
export declare const ContentHint1$inboundSchema: z.ZodType<ContentHint1, z.ZodTypeDef, unknown>;
|
|
2015
|
+
/** @internal */
|
|
2016
|
+
export type ContentHint1$Outbound = {
|
|
2017
|
+
type: string;
|
|
2018
|
+
storeId: string;
|
|
2019
|
+
};
|
|
2020
|
+
/** @internal */
|
|
2021
|
+
export declare const ContentHint1$outboundSchema: z.ZodType<ContentHint1$Outbound, z.ZodTypeDef, ContentHint1>;
|
|
2022
|
+
/**
|
|
2023
|
+
* @internal
|
|
2024
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2025
|
+
*/
|
|
2026
|
+
export declare namespace ContentHint1$ {
|
|
2027
|
+
/** @deprecated use `ContentHint1$inboundSchema` instead. */
|
|
2028
|
+
const inboundSchema: z.ZodType<ContentHint1, z.ZodTypeDef, unknown>;
|
|
2029
|
+
/** @deprecated use `ContentHint1$outboundSchema` instead. */
|
|
2030
|
+
const outboundSchema: z.ZodType<ContentHint1$Outbound, z.ZodTypeDef, ContentHint1>;
|
|
2031
|
+
/** @deprecated use `ContentHint1$Outbound` instead. */
|
|
2032
|
+
type Outbound = ContentHint1$Outbound;
|
|
2033
|
+
}
|
|
2034
|
+
/** @internal */
|
|
2035
|
+
export declare const ContentHint$inboundSchema: z.ZodType<ContentHint, z.ZodTypeDef, unknown>;
|
|
2036
|
+
/** @internal */
|
|
2037
|
+
export type ContentHint$Outbound = ContentHint1$Outbound | ContentHint2$Outbound | ContentHint3$Outbound | ContentHint4$Outbound | ContentHint5$Outbound | ContentHint6$Outbound | ContentHint7$Outbound | ContentHint8$Outbound | ContentHint9$Outbound | ContentHint10$Outbound | UpdateProjectDataCacheContentHint11$Outbound | Twelve$Outbound | Thirteen$Outbound | Fifteen$Outbound | Fourteen$Outbound;
|
|
2038
|
+
/** @internal */
|
|
2039
|
+
export declare const ContentHint$outboundSchema: z.ZodType<ContentHint$Outbound, z.ZodTypeDef, ContentHint>;
|
|
2040
|
+
/**
|
|
2041
|
+
* @internal
|
|
2042
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2043
|
+
*/
|
|
2044
|
+
export declare namespace ContentHint$ {
|
|
2045
|
+
/** @deprecated use `ContentHint$inboundSchema` instead. */
|
|
2046
|
+
const inboundSchema: z.ZodType<ContentHint, z.ZodTypeDef, unknown>;
|
|
2047
|
+
/** @deprecated use `ContentHint$outboundSchema` instead. */
|
|
2048
|
+
const outboundSchema: z.ZodType<ContentHint$Outbound, z.ZodTypeDef, ContentHint>;
|
|
2049
|
+
/** @deprecated use `ContentHint$Outbound` instead. */
|
|
2050
|
+
type Outbound = ContentHint$Outbound;
|
|
2051
|
+
}
|
|
2052
|
+
/** @internal */
|
|
2053
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
2054
|
+
/** @internal */
|
|
2055
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
2056
|
+
/**
|
|
2057
|
+
* @internal
|
|
2058
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2059
|
+
*/
|
|
2060
|
+
export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$ {
|
|
2061
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
|
|
2062
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2063
|
+
readonly FlagsSecret: "flags-secret";
|
|
2064
|
+
}>;
|
|
2065
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
|
|
2066
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2067
|
+
readonly FlagsSecret: "flags-secret";
|
|
2068
|
+
}>;
|
|
2069
|
+
}
|
|
2070
|
+
/** @internal */
|
|
2071
|
+
export declare const InternalContentHint$inboundSchema: z.ZodType<InternalContentHint, z.ZodTypeDef, unknown>;
|
|
2072
|
+
/** @internal */
|
|
2073
|
+
export type InternalContentHint$Outbound = {
|
|
2074
|
+
type: string;
|
|
2075
|
+
encryptedValue: string;
|
|
2076
|
+
};
|
|
2077
|
+
/** @internal */
|
|
2078
|
+
export declare const InternalContentHint$outboundSchema: z.ZodType<InternalContentHint$Outbound, z.ZodTypeDef, InternalContentHint>;
|
|
2079
|
+
/**
|
|
2080
|
+
* @internal
|
|
2081
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2082
|
+
*/
|
|
2083
|
+
export declare namespace InternalContentHint$ {
|
|
2084
|
+
/** @deprecated use `InternalContentHint$inboundSchema` instead. */
|
|
2085
|
+
const inboundSchema: z.ZodType<InternalContentHint, z.ZodTypeDef, unknown>;
|
|
2086
|
+
/** @deprecated use `InternalContentHint$outboundSchema` instead. */
|
|
2087
|
+
const outboundSchema: z.ZodType<InternalContentHint$Outbound, z.ZodTypeDef, InternalContentHint>;
|
|
2088
|
+
/** @deprecated use `InternalContentHint$Outbound` instead. */
|
|
2089
|
+
type Outbound = InternalContentHint$Outbound;
|
|
2090
|
+
}
|
|
2091
|
+
/** @internal */
|
|
2092
|
+
export declare const Env$inboundSchema: z.ZodType<Env, z.ZodTypeDef, unknown>;
|
|
2093
|
+
/** @internal */
|
|
2094
|
+
export type Env$Outbound = {
|
|
2095
|
+
target?: Array<string> | string | undefined;
|
|
2096
|
+
type: string;
|
|
2097
|
+
sunsetSecretId?: string | undefined;
|
|
2098
|
+
id?: string | undefined;
|
|
2099
|
+
key: string;
|
|
2100
|
+
value: string;
|
|
2101
|
+
configurationId?: string | null | undefined;
|
|
2102
|
+
createdAt?: number | undefined;
|
|
2103
|
+
updatedAt?: number | undefined;
|
|
2104
|
+
createdBy?: string | null | undefined;
|
|
2105
|
+
updatedBy?: string | null | undefined;
|
|
2106
|
+
gitBranch?: string | undefined;
|
|
2107
|
+
edgeConfigId?: string | null | undefined;
|
|
2108
|
+
edgeConfigTokenId?: string | null | undefined;
|
|
2109
|
+
contentHint?: ContentHint1$Outbound | ContentHint2$Outbound | ContentHint3$Outbound | ContentHint4$Outbound | ContentHint5$Outbound | ContentHint6$Outbound | ContentHint7$Outbound | ContentHint8$Outbound | ContentHint9$Outbound | ContentHint10$Outbound | UpdateProjectDataCacheContentHint11$Outbound | Twelve$Outbound | Thirteen$Outbound | Fifteen$Outbound | Fourteen$Outbound | null | undefined;
|
|
2110
|
+
internalContentHint?: InternalContentHint$Outbound | null | undefined;
|
|
2111
|
+
decrypted?: boolean | undefined;
|
|
2112
|
+
comment?: string | undefined;
|
|
2113
|
+
customEnvironmentIds?: Array<string> | undefined;
|
|
2114
|
+
vsmValue?: string | undefined;
|
|
2115
|
+
};
|
|
2116
|
+
/** @internal */
|
|
2117
|
+
export declare const Env$outboundSchema: z.ZodType<Env$Outbound, z.ZodTypeDef, Env>;
|
|
2118
|
+
/**
|
|
2119
|
+
* @internal
|
|
2120
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2121
|
+
*/
|
|
2122
|
+
export declare namespace Env$ {
|
|
2123
|
+
/** @deprecated use `Env$inboundSchema` instead. */
|
|
2124
|
+
const inboundSchema: z.ZodType<Env, z.ZodTypeDef, unknown>;
|
|
2125
|
+
/** @deprecated use `Env$outboundSchema` instead. */
|
|
2126
|
+
const outboundSchema: z.ZodType<Env$Outbound, z.ZodTypeDef, Env>;
|
|
2127
|
+
/** @deprecated use `Env$Outbound` instead. */
|
|
2128
|
+
type Outbound = Env$Outbound;
|
|
2129
|
+
}
|
|
2130
|
+
/** @internal */
|
|
2131
|
+
export declare const CustomEnvironments$inboundSchema: z.ZodType<CustomEnvironments, z.ZodTypeDef, unknown>;
|
|
2132
|
+
/** @internal */
|
|
2133
|
+
export type CustomEnvironments$Outbound = {};
|
|
2134
|
+
/** @internal */
|
|
2135
|
+
export declare const CustomEnvironments$outboundSchema: z.ZodType<CustomEnvironments$Outbound, z.ZodTypeDef, CustomEnvironments>;
|
|
2136
|
+
/**
|
|
2137
|
+
* @internal
|
|
2138
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2139
|
+
*/
|
|
2140
|
+
export declare namespace CustomEnvironments$ {
|
|
2141
|
+
/** @deprecated use `CustomEnvironments$inboundSchema` instead. */
|
|
2142
|
+
const inboundSchema: z.ZodType<CustomEnvironments, z.ZodTypeDef, unknown>;
|
|
2143
|
+
/** @deprecated use `CustomEnvironments$outboundSchema` instead. */
|
|
2144
|
+
const outboundSchema: z.ZodType<CustomEnvironments$Outbound, z.ZodTypeDef, CustomEnvironments>;
|
|
2145
|
+
/** @deprecated use `CustomEnvironments$Outbound` instead. */
|
|
2146
|
+
type Outbound = CustomEnvironments$Outbound;
|
|
2147
|
+
}
|
|
2148
|
+
/** @internal */
|
|
2149
|
+
export declare const UpdateProjectDataCacheFramework$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheFramework>;
|
|
2150
|
+
/** @internal */
|
|
2151
|
+
export declare const UpdateProjectDataCacheFramework$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheFramework>;
|
|
2152
|
+
/**
|
|
2153
|
+
* @internal
|
|
2154
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2155
|
+
*/
|
|
2156
|
+
export declare namespace UpdateProjectDataCacheFramework$ {
|
|
2157
|
+
/** @deprecated use `UpdateProjectDataCacheFramework$inboundSchema` instead. */
|
|
2158
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2159
|
+
readonly Blitzjs: "blitzjs";
|
|
2160
|
+
readonly Nextjs: "nextjs";
|
|
2161
|
+
readonly Gatsby: "gatsby";
|
|
2162
|
+
readonly Remix: "remix";
|
|
2163
|
+
readonly Astro: "astro";
|
|
2164
|
+
readonly Hexo: "hexo";
|
|
2165
|
+
readonly Eleventy: "eleventy";
|
|
2166
|
+
readonly Docusaurus2: "docusaurus-2";
|
|
2167
|
+
readonly Docusaurus: "docusaurus";
|
|
2168
|
+
readonly Preact: "preact";
|
|
2169
|
+
readonly Solidstart1: "solidstart-1";
|
|
2170
|
+
readonly Solidstart: "solidstart";
|
|
2171
|
+
readonly Dojo: "dojo";
|
|
2172
|
+
readonly Ember: "ember";
|
|
2173
|
+
readonly Vue: "vue";
|
|
2174
|
+
readonly Scully: "scully";
|
|
2175
|
+
readonly IonicAngular: "ionic-angular";
|
|
2176
|
+
readonly Angular: "angular";
|
|
2177
|
+
readonly Polymer: "polymer";
|
|
2178
|
+
readonly Svelte: "svelte";
|
|
2179
|
+
readonly Sveltekit: "sveltekit";
|
|
2180
|
+
readonly Sveltekit1: "sveltekit-1";
|
|
2181
|
+
readonly IonicReact: "ionic-react";
|
|
2182
|
+
readonly CreateReactApp: "create-react-app";
|
|
2183
|
+
readonly Gridsome: "gridsome";
|
|
2184
|
+
readonly Umijs: "umijs";
|
|
2185
|
+
readonly Sapper: "sapper";
|
|
2186
|
+
readonly Saber: "saber";
|
|
2187
|
+
readonly Stencil: "stencil";
|
|
2188
|
+
readonly Nuxtjs: "nuxtjs";
|
|
2189
|
+
readonly Redwoodjs: "redwoodjs";
|
|
2190
|
+
readonly Hugo: "hugo";
|
|
2191
|
+
readonly Jekyll: "jekyll";
|
|
2192
|
+
readonly Brunch: "brunch";
|
|
2193
|
+
readonly Middleman: "middleman";
|
|
2194
|
+
readonly Zola: "zola";
|
|
2195
|
+
readonly Hydrogen: "hydrogen";
|
|
2196
|
+
readonly Vite: "vite";
|
|
2197
|
+
readonly Vitepress: "vitepress";
|
|
2198
|
+
readonly Vuepress: "vuepress";
|
|
2199
|
+
readonly Parcel: "parcel";
|
|
2200
|
+
readonly Fasthtml: "fasthtml";
|
|
2201
|
+
readonly SanityV3: "sanity-v3";
|
|
2202
|
+
readonly Sanity: "sanity";
|
|
2203
|
+
readonly Storybook: "storybook";
|
|
2204
|
+
}>;
|
|
2205
|
+
/** @deprecated use `UpdateProjectDataCacheFramework$outboundSchema` instead. */
|
|
2206
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2207
|
+
readonly Blitzjs: "blitzjs";
|
|
2208
|
+
readonly Nextjs: "nextjs";
|
|
2209
|
+
readonly Gatsby: "gatsby";
|
|
2210
|
+
readonly Remix: "remix";
|
|
2211
|
+
readonly Astro: "astro";
|
|
2212
|
+
readonly Hexo: "hexo";
|
|
2213
|
+
readonly Eleventy: "eleventy";
|
|
2214
|
+
readonly Docusaurus2: "docusaurus-2";
|
|
2215
|
+
readonly Docusaurus: "docusaurus";
|
|
2216
|
+
readonly Preact: "preact";
|
|
2217
|
+
readonly Solidstart1: "solidstart-1";
|
|
2218
|
+
readonly Solidstart: "solidstart";
|
|
2219
|
+
readonly Dojo: "dojo";
|
|
2220
|
+
readonly Ember: "ember";
|
|
2221
|
+
readonly Vue: "vue";
|
|
2222
|
+
readonly Scully: "scully";
|
|
2223
|
+
readonly IonicAngular: "ionic-angular";
|
|
2224
|
+
readonly Angular: "angular";
|
|
2225
|
+
readonly Polymer: "polymer";
|
|
2226
|
+
readonly Svelte: "svelte";
|
|
2227
|
+
readonly Sveltekit: "sveltekit";
|
|
2228
|
+
readonly Sveltekit1: "sveltekit-1";
|
|
2229
|
+
readonly IonicReact: "ionic-react";
|
|
2230
|
+
readonly CreateReactApp: "create-react-app";
|
|
2231
|
+
readonly Gridsome: "gridsome";
|
|
2232
|
+
readonly Umijs: "umijs";
|
|
2233
|
+
readonly Sapper: "sapper";
|
|
2234
|
+
readonly Saber: "saber";
|
|
2235
|
+
readonly Stencil: "stencil";
|
|
2236
|
+
readonly Nuxtjs: "nuxtjs";
|
|
2237
|
+
readonly Redwoodjs: "redwoodjs";
|
|
2238
|
+
readonly Hugo: "hugo";
|
|
2239
|
+
readonly Jekyll: "jekyll";
|
|
2240
|
+
readonly Brunch: "brunch";
|
|
2241
|
+
readonly Middleman: "middleman";
|
|
2242
|
+
readonly Zola: "zola";
|
|
2243
|
+
readonly Hydrogen: "hydrogen";
|
|
2244
|
+
readonly Vite: "vite";
|
|
2245
|
+
readonly Vitepress: "vitepress";
|
|
2246
|
+
readonly Vuepress: "vuepress";
|
|
2247
|
+
readonly Parcel: "parcel";
|
|
2248
|
+
readonly Fasthtml: "fasthtml";
|
|
2249
|
+
readonly SanityV3: "sanity-v3";
|
|
2250
|
+
readonly Sanity: "sanity";
|
|
2251
|
+
readonly Storybook: "storybook";
|
|
2252
|
+
}>;
|
|
2253
|
+
}
|
|
2254
|
+
/** @internal */
|
|
2255
|
+
export declare const IpBuckets$inboundSchema: z.ZodType<IpBuckets, z.ZodTypeDef, unknown>;
|
|
2256
|
+
/** @internal */
|
|
2257
|
+
export type IpBuckets$Outbound = {
|
|
2258
|
+
bucket: string;
|
|
2259
|
+
supportUntil?: number | undefined;
|
|
2260
|
+
};
|
|
2261
|
+
/** @internal */
|
|
2262
|
+
export declare const IpBuckets$outboundSchema: z.ZodType<IpBuckets$Outbound, z.ZodTypeDef, IpBuckets>;
|
|
2263
|
+
/**
|
|
2264
|
+
* @internal
|
|
2265
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2266
|
+
*/
|
|
2267
|
+
export declare namespace IpBuckets$ {
|
|
2268
|
+
/** @deprecated use `IpBuckets$inboundSchema` instead. */
|
|
2269
|
+
const inboundSchema: z.ZodType<IpBuckets, z.ZodTypeDef, unknown>;
|
|
2270
|
+
/** @deprecated use `IpBuckets$outboundSchema` instead. */
|
|
2271
|
+
const outboundSchema: z.ZodType<IpBuckets$Outbound, z.ZodTypeDef, IpBuckets>;
|
|
2272
|
+
/** @deprecated use `IpBuckets$Outbound` instead. */
|
|
2273
|
+
type Outbound = IpBuckets$Outbound;
|
|
2274
|
+
}
|
|
2275
|
+
/** @internal */
|
|
2276
|
+
export declare const AliasAssigned$inboundSchema: z.ZodType<AliasAssigned, z.ZodTypeDef, unknown>;
|
|
2277
|
+
/** @internal */
|
|
2278
|
+
export type AliasAssigned$Outbound = number | boolean;
|
|
2279
|
+
/** @internal */
|
|
2280
|
+
export declare const AliasAssigned$outboundSchema: z.ZodType<AliasAssigned$Outbound, z.ZodTypeDef, AliasAssigned>;
|
|
2281
|
+
/**
|
|
2282
|
+
* @internal
|
|
2283
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2284
|
+
*/
|
|
2285
|
+
export declare namespace AliasAssigned$ {
|
|
2286
|
+
/** @deprecated use `AliasAssigned$inboundSchema` instead. */
|
|
2287
|
+
const inboundSchema: z.ZodType<AliasAssigned, z.ZodTypeDef, unknown>;
|
|
2288
|
+
/** @deprecated use `AliasAssigned$outboundSchema` instead. */
|
|
2289
|
+
const outboundSchema: z.ZodType<AliasAssigned$Outbound, z.ZodTypeDef, AliasAssigned>;
|
|
2290
|
+
/** @deprecated use `AliasAssigned$Outbound` instead. */
|
|
2291
|
+
type Outbound = AliasAssigned$Outbound;
|
|
2292
|
+
}
|
|
2293
|
+
/** @internal */
|
|
2294
|
+
export declare const UpdateProjectDataCacheProjectsAliasError$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsAliasError, z.ZodTypeDef, unknown>;
|
|
2295
|
+
/** @internal */
|
|
2296
|
+
export type UpdateProjectDataCacheProjectsAliasError$Outbound = {
|
|
2297
|
+
code: string;
|
|
2298
|
+
message: string;
|
|
2299
|
+
};
|
|
2300
|
+
/** @internal */
|
|
2301
|
+
export declare const UpdateProjectDataCacheProjectsAliasError$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsAliasError$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsAliasError>;
|
|
2302
|
+
/**
|
|
2303
|
+
* @internal
|
|
2304
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2305
|
+
*/
|
|
2306
|
+
export declare namespace UpdateProjectDataCacheProjectsAliasError$ {
|
|
2307
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsAliasError$inboundSchema` instead. */
|
|
2308
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsAliasError, z.ZodTypeDef, unknown>;
|
|
2309
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsAliasError$outboundSchema` instead. */
|
|
2310
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsAliasError$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsAliasError>;
|
|
2311
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsAliasError$Outbound` instead. */
|
|
2312
|
+
type Outbound = UpdateProjectDataCacheProjectsAliasError$Outbound;
|
|
2313
|
+
}
|
|
2314
|
+
/** @internal */
|
|
2315
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
|
|
2316
|
+
/** @internal */
|
|
2317
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
|
|
2318
|
+
/**
|
|
2319
|
+
* @internal
|
|
2320
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2321
|
+
*/
|
|
2322
|
+
export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$ {
|
|
2323
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
2324
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2325
|
+
readonly EndsWith: "endsWith";
|
|
2326
|
+
readonly StartsWith: "startsWith";
|
|
2327
|
+
readonly Equals: "equals";
|
|
2328
|
+
}>;
|
|
2329
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
2330
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2331
|
+
readonly EndsWith: "endsWith";
|
|
2332
|
+
readonly StartsWith: "startsWith";
|
|
2333
|
+
readonly Equals: "equals";
|
|
2334
|
+
}>;
|
|
2335
|
+
}
|
|
2336
|
+
/** @internal */
|
|
2337
|
+
export declare const BranchMatcher$inboundSchema: z.ZodType<BranchMatcher, z.ZodTypeDef, unknown>;
|
|
2338
|
+
/** @internal */
|
|
2339
|
+
export type BranchMatcher$Outbound = {
|
|
2340
|
+
type: string;
|
|
2341
|
+
pattern: string;
|
|
2342
|
+
};
|
|
2343
|
+
/** @internal */
|
|
2344
|
+
export declare const BranchMatcher$outboundSchema: z.ZodType<BranchMatcher$Outbound, z.ZodTypeDef, BranchMatcher>;
|
|
2345
|
+
/**
|
|
2346
|
+
* @internal
|
|
2347
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2348
|
+
*/
|
|
2349
|
+
export declare namespace BranchMatcher$ {
|
|
2350
|
+
/** @deprecated use `BranchMatcher$inboundSchema` instead. */
|
|
2351
|
+
const inboundSchema: z.ZodType<BranchMatcher, z.ZodTypeDef, unknown>;
|
|
2352
|
+
/** @deprecated use `BranchMatcher$outboundSchema` instead. */
|
|
2353
|
+
const outboundSchema: z.ZodType<BranchMatcher$Outbound, z.ZodTypeDef, BranchMatcher>;
|
|
2354
|
+
/** @deprecated use `BranchMatcher$Outbound` instead. */
|
|
2355
|
+
type Outbound = BranchMatcher$Outbound;
|
|
2356
|
+
}
|
|
2357
|
+
/** @internal */
|
|
2358
|
+
export declare const UpdateProjectDataCacheProjectsBuilds$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBuilds, z.ZodTypeDef, unknown>;
|
|
2359
|
+
/** @internal */
|
|
2360
|
+
export type UpdateProjectDataCacheProjectsBuilds$Outbound = {
|
|
2361
|
+
use: string;
|
|
2362
|
+
src?: string | undefined;
|
|
2363
|
+
dest?: string | undefined;
|
|
2364
|
+
};
|
|
2365
|
+
/** @internal */
|
|
2366
|
+
export declare const UpdateProjectDataCacheProjectsBuilds$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBuilds$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsBuilds>;
|
|
2367
|
+
/**
|
|
2368
|
+
* @internal
|
|
2369
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2370
|
+
*/
|
|
2371
|
+
export declare namespace UpdateProjectDataCacheProjectsBuilds$ {
|
|
2372
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsBuilds$inboundSchema` instead. */
|
|
2373
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBuilds, z.ZodTypeDef, unknown>;
|
|
2374
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsBuilds$outboundSchema` instead. */
|
|
2375
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBuilds$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsBuilds>;
|
|
2376
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsBuilds$Outbound` instead. */
|
|
2377
|
+
type Outbound = UpdateProjectDataCacheProjectsBuilds$Outbound;
|
|
2378
|
+
}
|
|
2379
|
+
/** @internal */
|
|
2380
|
+
export declare const UpdateProjectDataCacheProjectsChecksConclusion$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsChecksConclusion>;
|
|
2381
|
+
/** @internal */
|
|
2382
|
+
export declare const UpdateProjectDataCacheProjectsChecksConclusion$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsChecksConclusion>;
|
|
2383
|
+
/**
|
|
2384
|
+
* @internal
|
|
2385
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2386
|
+
*/
|
|
2387
|
+
export declare namespace UpdateProjectDataCacheProjectsChecksConclusion$ {
|
|
2388
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsChecksConclusion$inboundSchema` instead. */
|
|
2389
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2390
|
+
readonly Succeeded: "succeeded";
|
|
2391
|
+
readonly Failed: "failed";
|
|
2392
|
+
readonly Skipped: "skipped";
|
|
2393
|
+
readonly Canceled: "canceled";
|
|
2394
|
+
}>;
|
|
2395
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsChecksConclusion$outboundSchema` instead. */
|
|
2396
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2397
|
+
readonly Succeeded: "succeeded";
|
|
2398
|
+
readonly Failed: "failed";
|
|
2399
|
+
readonly Skipped: "skipped";
|
|
2400
|
+
readonly Canceled: "canceled";
|
|
2401
|
+
}>;
|
|
2402
|
+
}
|
|
2403
|
+
/** @internal */
|
|
2404
|
+
export declare const UpdateProjectDataCacheProjectsChecksState$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsChecksState>;
|
|
2405
|
+
/** @internal */
|
|
2406
|
+
export declare const UpdateProjectDataCacheProjectsChecksState$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsChecksState>;
|
|
2407
|
+
/**
|
|
2408
|
+
* @internal
|
|
2409
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2410
|
+
*/
|
|
2411
|
+
export declare namespace UpdateProjectDataCacheProjectsChecksState$ {
|
|
2412
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsChecksState$inboundSchema` instead. */
|
|
2413
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2414
|
+
readonly Registered: "registered";
|
|
2415
|
+
readonly Running: "running";
|
|
2416
|
+
readonly Completed: "completed";
|
|
2417
|
+
}>;
|
|
2418
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsChecksState$outboundSchema` instead. */
|
|
2419
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2420
|
+
readonly Registered: "registered";
|
|
2421
|
+
readonly Running: "running";
|
|
2422
|
+
readonly Completed: "completed";
|
|
2423
|
+
}>;
|
|
2424
|
+
}
|
|
2425
|
+
/** @internal */
|
|
2426
|
+
export declare const UpdateProjectDataCacheProjectsCreator$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsCreator, z.ZodTypeDef, unknown>;
|
|
2427
|
+
/** @internal */
|
|
2428
|
+
export type UpdateProjectDataCacheProjectsCreator$Outbound = {
|
|
2429
|
+
email: string;
|
|
2430
|
+
githubLogin?: string | undefined;
|
|
2431
|
+
gitlabLogin?: string | undefined;
|
|
2432
|
+
uid: string;
|
|
2433
|
+
username: string;
|
|
2434
|
+
};
|
|
2435
|
+
/** @internal */
|
|
2436
|
+
export declare const UpdateProjectDataCacheProjectsCreator$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsCreator$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsCreator>;
|
|
2437
|
+
/**
|
|
2438
|
+
* @internal
|
|
2439
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2440
|
+
*/
|
|
2441
|
+
export declare namespace UpdateProjectDataCacheProjectsCreator$ {
|
|
2442
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsCreator$inboundSchema` instead. */
|
|
2443
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsCreator, z.ZodTypeDef, unknown>;
|
|
2444
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsCreator$outboundSchema` instead. */
|
|
2445
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsCreator$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsCreator>;
|
|
2446
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsCreator$Outbound` instead. */
|
|
2447
|
+
type Outbound = UpdateProjectDataCacheProjectsCreator$Outbound;
|
|
2448
|
+
}
|
|
2449
|
+
/** @internal */
|
|
2450
|
+
export declare const UpdateProjectDataCacheProjectsOidcTokenClaims$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsOidcTokenClaims, z.ZodTypeDef, unknown>;
|
|
2451
|
+
/** @internal */
|
|
2452
|
+
export type UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound = {
|
|
2453
|
+
iss: string;
|
|
2454
|
+
sub: string;
|
|
2455
|
+
scope: string;
|
|
2456
|
+
aud: string;
|
|
2457
|
+
owner: string;
|
|
2458
|
+
owner_id: string;
|
|
2459
|
+
project: string;
|
|
2460
|
+
project_id: string;
|
|
2461
|
+
environment: string;
|
|
2462
|
+
};
|
|
2463
|
+
/** @internal */
|
|
2464
|
+
export declare const UpdateProjectDataCacheProjectsOidcTokenClaims$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsOidcTokenClaims>;
|
|
2465
|
+
/**
|
|
2466
|
+
* @internal
|
|
2467
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2468
|
+
*/
|
|
2469
|
+
export declare namespace UpdateProjectDataCacheProjectsOidcTokenClaims$ {
|
|
2470
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsOidcTokenClaims$inboundSchema` instead. */
|
|
2471
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsOidcTokenClaims, z.ZodTypeDef, unknown>;
|
|
2472
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsOidcTokenClaims$outboundSchema` instead. */
|
|
2473
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsOidcTokenClaims>;
|
|
2474
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound` instead. */
|
|
2475
|
+
type Outbound = UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound;
|
|
2476
|
+
}
|
|
2477
|
+
/** @internal */
|
|
2478
|
+
export declare const UpdateProjectDataCacheProjectsPlan$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsPlan>;
|
|
2479
|
+
/** @internal */
|
|
2480
|
+
export declare const UpdateProjectDataCacheProjectsPlan$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsPlan>;
|
|
2481
|
+
/**
|
|
2482
|
+
* @internal
|
|
2483
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2484
|
+
*/
|
|
2485
|
+
export declare namespace UpdateProjectDataCacheProjectsPlan$ {
|
|
2486
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsPlan$inboundSchema` instead. */
|
|
2487
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2488
|
+
readonly Pro: "pro";
|
|
2489
|
+
readonly Enterprise: "enterprise";
|
|
2490
|
+
readonly Hobby: "hobby";
|
|
2491
|
+
}>;
|
|
2492
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsPlan$outboundSchema` instead. */
|
|
2493
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2494
|
+
readonly Pro: "pro";
|
|
2495
|
+
readonly Enterprise: "enterprise";
|
|
2496
|
+
readonly Hobby: "hobby";
|
|
2497
|
+
}>;
|
|
2498
|
+
}
|
|
2499
|
+
/** @internal */
|
|
2500
|
+
export declare const UpdateProjectDataCacheProjectsReadyState$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsReadyState>;
|
|
2501
|
+
/** @internal */
|
|
2502
|
+
export declare const UpdateProjectDataCacheProjectsReadyState$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsReadyState>;
|
|
2503
|
+
/**
|
|
2504
|
+
* @internal
|
|
2505
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2506
|
+
*/
|
|
2507
|
+
export declare namespace UpdateProjectDataCacheProjectsReadyState$ {
|
|
2508
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsReadyState$inboundSchema` instead. */
|
|
2509
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2510
|
+
readonly Building: "BUILDING";
|
|
2511
|
+
readonly Error: "ERROR";
|
|
2512
|
+
readonly Initializing: "INITIALIZING";
|
|
2513
|
+
readonly Queued: "QUEUED";
|
|
2514
|
+
readonly Ready: "READY";
|
|
2515
|
+
readonly Canceled: "CANCELED";
|
|
2516
|
+
}>;
|
|
2517
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsReadyState$outboundSchema` instead. */
|
|
2518
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2519
|
+
readonly Building: "BUILDING";
|
|
2520
|
+
readonly Error: "ERROR";
|
|
2521
|
+
readonly Initializing: "INITIALIZING";
|
|
2522
|
+
readonly Queued: "QUEUED";
|
|
2523
|
+
readonly Ready: "READY";
|
|
2524
|
+
readonly Canceled: "CANCELED";
|
|
2525
|
+
}>;
|
|
2526
|
+
}
|
|
2527
|
+
/** @internal */
|
|
2528
|
+
export declare const UpdateProjectDataCacheProjectsReadySubstate$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsReadySubstate>;
|
|
2529
|
+
/** @internal */
|
|
2530
|
+
export declare const UpdateProjectDataCacheProjectsReadySubstate$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsReadySubstate>;
|
|
2531
|
+
/**
|
|
2532
|
+
* @internal
|
|
2533
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2534
|
+
*/
|
|
2535
|
+
export declare namespace UpdateProjectDataCacheProjectsReadySubstate$ {
|
|
2536
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsReadySubstate$inboundSchema` instead. */
|
|
2537
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2538
|
+
readonly Staged: "STAGED";
|
|
2539
|
+
readonly Promoted: "PROMOTED";
|
|
2540
|
+
}>;
|
|
2541
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsReadySubstate$outboundSchema` instead. */
|
|
2542
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2543
|
+
readonly Staged: "STAGED";
|
|
2544
|
+
readonly Promoted: "PROMOTED";
|
|
2545
|
+
}>;
|
|
2546
|
+
}
|
|
2547
|
+
/** @internal */
|
|
2548
|
+
export declare const UpdateProjectDataCacheType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheType>;
|
|
2549
|
+
/** @internal */
|
|
2550
|
+
export declare const UpdateProjectDataCacheType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheType>;
|
|
2551
|
+
/**
|
|
2552
|
+
* @internal
|
|
2553
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2554
|
+
*/
|
|
2555
|
+
export declare namespace UpdateProjectDataCacheType$ {
|
|
2556
|
+
/** @deprecated use `UpdateProjectDataCacheType$inboundSchema` instead. */
|
|
2557
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2558
|
+
readonly Lambdas: "LAMBDAS";
|
|
2559
|
+
}>;
|
|
2560
|
+
/** @deprecated use `UpdateProjectDataCacheType$outboundSchema` instead. */
|
|
2561
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2562
|
+
readonly Lambdas: "LAMBDAS";
|
|
2563
|
+
}>;
|
|
2564
|
+
}
|
|
2565
|
+
/** @internal */
|
|
2566
|
+
export declare const LatestDeployments$inboundSchema: z.ZodType<LatestDeployments, z.ZodTypeDef, unknown>;
|
|
2567
|
+
/** @internal */
|
|
2568
|
+
export type LatestDeployments$Outbound = {
|
|
2569
|
+
id: string;
|
|
2570
|
+
alias?: Array<string> | undefined;
|
|
2571
|
+
aliasAssigned?: number | boolean | null | undefined;
|
|
2572
|
+
aliasError?: UpdateProjectDataCacheProjectsAliasError$Outbound | null | undefined;
|
|
2573
|
+
aliasFinal?: string | null | undefined;
|
|
2574
|
+
automaticAliases?: Array<string> | undefined;
|
|
2575
|
+
branchMatcher?: BranchMatcher$Outbound | undefined;
|
|
2576
|
+
buildingAt?: number | undefined;
|
|
2577
|
+
builds?: Array<UpdateProjectDataCacheProjectsBuilds$Outbound> | undefined;
|
|
2578
|
+
checksConclusion?: string | undefined;
|
|
2579
|
+
checksState?: string | undefined;
|
|
2580
|
+
connectBuildsEnabled?: boolean | undefined;
|
|
2581
|
+
connectConfigurationId?: string | undefined;
|
|
2582
|
+
createdAt: number;
|
|
2583
|
+
createdIn: string;
|
|
2584
|
+
creator: UpdateProjectDataCacheProjectsCreator$Outbound | null;
|
|
2585
|
+
deletedAt?: number | undefined;
|
|
2586
|
+
deploymentHostname: string;
|
|
2587
|
+
forced?: boolean | undefined;
|
|
2588
|
+
name: string;
|
|
2589
|
+
meta?: {
|
|
2590
|
+
[k: string]: string;
|
|
2591
|
+
} | undefined;
|
|
2592
|
+
monorepoManager?: string | null | undefined;
|
|
2593
|
+
oidcTokenClaims?: UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound | undefined;
|
|
2594
|
+
plan: string;
|
|
2595
|
+
previewCommentsEnabled?: boolean | undefined;
|
|
2596
|
+
private: boolean;
|
|
2597
|
+
readyAt?: number | undefined;
|
|
2598
|
+
readyState: string;
|
|
2599
|
+
readySubstate?: string | undefined;
|
|
2600
|
+
requestedAt?: number | undefined;
|
|
2601
|
+
target?: string | null | undefined;
|
|
2602
|
+
teamId?: string | null | undefined;
|
|
2603
|
+
type: string;
|
|
2604
|
+
url: string;
|
|
2605
|
+
userId: string;
|
|
2606
|
+
withCache?: boolean | undefined;
|
|
2607
|
+
};
|
|
2608
|
+
/** @internal */
|
|
2609
|
+
export declare const LatestDeployments$outboundSchema: z.ZodType<LatestDeployments$Outbound, z.ZodTypeDef, LatestDeployments>;
|
|
2610
|
+
/**
|
|
2611
|
+
* @internal
|
|
2612
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2613
|
+
*/
|
|
2614
|
+
export declare namespace LatestDeployments$ {
|
|
2615
|
+
/** @deprecated use `LatestDeployments$inboundSchema` instead. */
|
|
2616
|
+
const inboundSchema: z.ZodType<LatestDeployments, z.ZodTypeDef, unknown>;
|
|
2617
|
+
/** @deprecated use `LatestDeployments$outboundSchema` instead. */
|
|
2618
|
+
const outboundSchema: z.ZodType<LatestDeployments$Outbound, z.ZodTypeDef, LatestDeployments>;
|
|
2619
|
+
/** @deprecated use `LatestDeployments$Outbound` instead. */
|
|
2620
|
+
type Outbound = LatestDeployments$Outbound;
|
|
2621
|
+
}
|
|
2622
|
+
/** @internal */
|
|
2623
|
+
export declare const UpdateProjectDataCacheLinkProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsType>;
|
|
2624
|
+
/** @internal */
|
|
2625
|
+
export declare const UpdateProjectDataCacheLinkProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsType>;
|
|
2626
|
+
/**
|
|
2627
|
+
* @internal
|
|
2628
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2629
|
+
*/
|
|
2630
|
+
export declare namespace UpdateProjectDataCacheLinkProjectsType$ {
|
|
2631
|
+
/** @deprecated use `UpdateProjectDataCacheLinkProjectsType$inboundSchema` instead. */
|
|
2632
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2633
|
+
readonly Bitbucket: "bitbucket";
|
|
2634
|
+
}>;
|
|
2635
|
+
/** @deprecated use `UpdateProjectDataCacheLinkProjectsType$outboundSchema` instead. */
|
|
2636
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2637
|
+
readonly Bitbucket: "bitbucket";
|
|
2638
|
+
}>;
|
|
2639
|
+
}
|
|
2640
|
+
/** @internal */
|
|
2641
|
+
export declare const UpdateProjectDataCacheLinkDeployHooks$inboundSchema: z.ZodType<UpdateProjectDataCacheLinkDeployHooks, z.ZodTypeDef, unknown>;
|
|
2642
|
+
/** @internal */
|
|
2643
|
+
export type UpdateProjectDataCacheLinkDeployHooks$Outbound = {
|
|
2644
|
+
createdAt?: number | undefined;
|
|
2645
|
+
id: string;
|
|
2646
|
+
name: string;
|
|
2647
|
+
ref: string;
|
|
2648
|
+
url: string;
|
|
2649
|
+
};
|
|
2650
|
+
/** @internal */
|
|
2651
|
+
export declare const UpdateProjectDataCacheLinkDeployHooks$outboundSchema: z.ZodType<UpdateProjectDataCacheLinkDeployHooks$Outbound, z.ZodTypeDef, UpdateProjectDataCacheLinkDeployHooks>;
|
|
2652
|
+
/**
|
|
2653
|
+
* @internal
|
|
2654
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2655
|
+
*/
|
|
2656
|
+
export declare namespace UpdateProjectDataCacheLinkDeployHooks$ {
|
|
2657
|
+
/** @deprecated use `UpdateProjectDataCacheLinkDeployHooks$inboundSchema` instead. */
|
|
2658
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheLinkDeployHooks, z.ZodTypeDef, unknown>;
|
|
2659
|
+
/** @deprecated use `UpdateProjectDataCacheLinkDeployHooks$outboundSchema` instead. */
|
|
2660
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheLinkDeployHooks$Outbound, z.ZodTypeDef, UpdateProjectDataCacheLinkDeployHooks>;
|
|
2661
|
+
/** @deprecated use `UpdateProjectDataCacheLinkDeployHooks$Outbound` instead. */
|
|
2662
|
+
type Outbound = UpdateProjectDataCacheLinkDeployHooks$Outbound;
|
|
2663
|
+
}
|
|
2664
|
+
/** @internal */
|
|
2665
|
+
export declare const Link3$inboundSchema: z.ZodType<Link3, z.ZodTypeDef, unknown>;
|
|
2666
|
+
/** @internal */
|
|
2667
|
+
export type Link3$Outbound = {
|
|
2668
|
+
name?: string | undefined;
|
|
2669
|
+
slug?: string | undefined;
|
|
2670
|
+
owner?: string | undefined;
|
|
2671
|
+
type?: string | undefined;
|
|
2672
|
+
uuid?: string | undefined;
|
|
2673
|
+
workspaceUuid?: string | undefined;
|
|
2674
|
+
createdAt?: number | undefined;
|
|
2675
|
+
deployHooks: Array<UpdateProjectDataCacheLinkDeployHooks$Outbound>;
|
|
2676
|
+
gitCredentialId?: string | undefined;
|
|
2677
|
+
updatedAt?: number | undefined;
|
|
2678
|
+
sourceless?: boolean | undefined;
|
|
2679
|
+
productionBranch?: string | undefined;
|
|
2680
|
+
};
|
|
2681
|
+
/** @internal */
|
|
2682
|
+
export declare const Link3$outboundSchema: z.ZodType<Link3$Outbound, z.ZodTypeDef, Link3>;
|
|
2683
|
+
/**
|
|
2684
|
+
* @internal
|
|
2685
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2686
|
+
*/
|
|
2687
|
+
export declare namespace Link3$ {
|
|
2688
|
+
/** @deprecated use `Link3$inboundSchema` instead. */
|
|
2689
|
+
const inboundSchema: z.ZodType<Link3, z.ZodTypeDef, unknown>;
|
|
2690
|
+
/** @deprecated use `Link3$outboundSchema` instead. */
|
|
2691
|
+
const outboundSchema: z.ZodType<Link3$Outbound, z.ZodTypeDef, Link3>;
|
|
2692
|
+
/** @deprecated use `Link3$Outbound` instead. */
|
|
2693
|
+
type Outbound = Link3$Outbound;
|
|
2694
|
+
}
|
|
2695
|
+
/** @internal */
|
|
2696
|
+
export declare const UpdateProjectDataCacheLinkType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkType>;
|
|
2697
|
+
/** @internal */
|
|
2698
|
+
export declare const UpdateProjectDataCacheLinkType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkType>;
|
|
2699
|
+
/**
|
|
2700
|
+
* @internal
|
|
2701
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2702
|
+
*/
|
|
2703
|
+
export declare namespace UpdateProjectDataCacheLinkType$ {
|
|
2704
|
+
/** @deprecated use `UpdateProjectDataCacheLinkType$inboundSchema` instead. */
|
|
2705
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2706
|
+
readonly Gitlab: "gitlab";
|
|
2707
|
+
}>;
|
|
2708
|
+
/** @deprecated use `UpdateProjectDataCacheLinkType$outboundSchema` instead. */
|
|
2709
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2710
|
+
readonly Gitlab: "gitlab";
|
|
2711
|
+
}>;
|
|
2712
|
+
}
|
|
2713
|
+
/** @internal */
|
|
2714
|
+
export declare const LinkDeployHooks$inboundSchema: z.ZodType<LinkDeployHooks, z.ZodTypeDef, unknown>;
|
|
2715
|
+
/** @internal */
|
|
2716
|
+
export type LinkDeployHooks$Outbound = {
|
|
2717
|
+
createdAt?: number | undefined;
|
|
2718
|
+
id: string;
|
|
2719
|
+
name: string;
|
|
2720
|
+
ref: string;
|
|
2721
|
+
url: string;
|
|
2722
|
+
};
|
|
2723
|
+
/** @internal */
|
|
2724
|
+
export declare const LinkDeployHooks$outboundSchema: z.ZodType<LinkDeployHooks$Outbound, z.ZodTypeDef, LinkDeployHooks>;
|
|
2725
|
+
/**
|
|
2726
|
+
* @internal
|
|
2727
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2728
|
+
*/
|
|
2729
|
+
export declare namespace LinkDeployHooks$ {
|
|
2730
|
+
/** @deprecated use `LinkDeployHooks$inboundSchema` instead. */
|
|
2731
|
+
const inboundSchema: z.ZodType<LinkDeployHooks, z.ZodTypeDef, unknown>;
|
|
2732
|
+
/** @deprecated use `LinkDeployHooks$outboundSchema` instead. */
|
|
2733
|
+
const outboundSchema: z.ZodType<LinkDeployHooks$Outbound, z.ZodTypeDef, LinkDeployHooks>;
|
|
2734
|
+
/** @deprecated use `LinkDeployHooks$Outbound` instead. */
|
|
2735
|
+
type Outbound = LinkDeployHooks$Outbound;
|
|
2736
|
+
}
|
|
2737
|
+
/** @internal */
|
|
2738
|
+
export declare const Link2$inboundSchema: z.ZodType<Link2, z.ZodTypeDef, unknown>;
|
|
2739
|
+
/** @internal */
|
|
2740
|
+
export type Link2$Outbound = {
|
|
2741
|
+
projectId?: string | undefined;
|
|
2742
|
+
projectName?: string | undefined;
|
|
2743
|
+
projectNameWithNamespace?: string | undefined;
|
|
2744
|
+
projectNamespace?: string | undefined;
|
|
2745
|
+
projectOwnerId?: number | undefined;
|
|
2746
|
+
projectUrl?: string | undefined;
|
|
2747
|
+
type?: string | undefined;
|
|
2748
|
+
createdAt?: number | undefined;
|
|
2749
|
+
deployHooks: Array<LinkDeployHooks$Outbound>;
|
|
2750
|
+
gitCredentialId?: string | undefined;
|
|
2751
|
+
updatedAt?: number | undefined;
|
|
2752
|
+
sourceless?: boolean | undefined;
|
|
2753
|
+
productionBranch?: string | undefined;
|
|
2754
|
+
};
|
|
2755
|
+
/** @internal */
|
|
2756
|
+
export declare const Link2$outboundSchema: z.ZodType<Link2$Outbound, z.ZodTypeDef, Link2>;
|
|
2757
|
+
/**
|
|
2758
|
+
* @internal
|
|
2759
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2760
|
+
*/
|
|
2761
|
+
export declare namespace Link2$ {
|
|
2762
|
+
/** @deprecated use `Link2$inboundSchema` instead. */
|
|
2763
|
+
const inboundSchema: z.ZodType<Link2, z.ZodTypeDef, unknown>;
|
|
2764
|
+
/** @deprecated use `Link2$outboundSchema` instead. */
|
|
2765
|
+
const outboundSchema: z.ZodType<Link2$Outbound, z.ZodTypeDef, Link2>;
|
|
2766
|
+
/** @deprecated use `Link2$Outbound` instead. */
|
|
2767
|
+
type Outbound = Link2$Outbound;
|
|
2768
|
+
}
|
|
2769
|
+
/** @internal */
|
|
2770
|
+
export declare const LinkType$inboundSchema: z.ZodNativeEnum<typeof LinkType>;
|
|
2771
|
+
/** @internal */
|
|
2772
|
+
export declare const LinkType$outboundSchema: z.ZodNativeEnum<typeof LinkType>;
|
|
2773
|
+
/**
|
|
2774
|
+
* @internal
|
|
2775
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2776
|
+
*/
|
|
2777
|
+
export declare namespace LinkType$ {
|
|
2778
|
+
/** @deprecated use `LinkType$inboundSchema` instead. */
|
|
2779
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2780
|
+
readonly Github: "github";
|
|
2781
|
+
}>;
|
|
2782
|
+
/** @deprecated use `LinkType$outboundSchema` instead. */
|
|
2783
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2784
|
+
readonly Github: "github";
|
|
2785
|
+
}>;
|
|
2786
|
+
}
|
|
2787
|
+
/** @internal */
|
|
2788
|
+
export declare const DeployHooks$inboundSchema: z.ZodType<DeployHooks, z.ZodTypeDef, unknown>;
|
|
2789
|
+
/** @internal */
|
|
2790
|
+
export type DeployHooks$Outbound = {
|
|
2791
|
+
createdAt?: number | undefined;
|
|
2792
|
+
id: string;
|
|
2793
|
+
name: string;
|
|
2794
|
+
ref: string;
|
|
2795
|
+
url: string;
|
|
2796
|
+
};
|
|
2797
|
+
/** @internal */
|
|
2798
|
+
export declare const DeployHooks$outboundSchema: z.ZodType<DeployHooks$Outbound, z.ZodTypeDef, DeployHooks>;
|
|
2799
|
+
/**
|
|
2800
|
+
* @internal
|
|
2801
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2802
|
+
*/
|
|
2803
|
+
export declare namespace DeployHooks$ {
|
|
2804
|
+
/** @deprecated use `DeployHooks$inboundSchema` instead. */
|
|
2805
|
+
const inboundSchema: z.ZodType<DeployHooks, z.ZodTypeDef, unknown>;
|
|
2806
|
+
/** @deprecated use `DeployHooks$outboundSchema` instead. */
|
|
2807
|
+
const outboundSchema: z.ZodType<DeployHooks$Outbound, z.ZodTypeDef, DeployHooks>;
|
|
2808
|
+
/** @deprecated use `DeployHooks$Outbound` instead. */
|
|
2809
|
+
type Outbound = DeployHooks$Outbound;
|
|
2810
|
+
}
|
|
2811
|
+
/** @internal */
|
|
2812
|
+
export declare const Link1$inboundSchema: z.ZodType<Link1, z.ZodTypeDef, unknown>;
|
|
2813
|
+
/** @internal */
|
|
2814
|
+
export type Link1$Outbound = {
|
|
2815
|
+
org?: string | undefined;
|
|
2816
|
+
repoOwnerId?: number | undefined;
|
|
2817
|
+
repo?: string | undefined;
|
|
2818
|
+
repoId?: number | undefined;
|
|
2819
|
+
type?: string | undefined;
|
|
2820
|
+
createdAt?: number | undefined;
|
|
2821
|
+
deployHooks: Array<DeployHooks$Outbound>;
|
|
2822
|
+
gitCredentialId?: string | undefined;
|
|
2823
|
+
updatedAt?: number | undefined;
|
|
2824
|
+
sourceless?: boolean | undefined;
|
|
2825
|
+
productionBranch?: string | undefined;
|
|
2826
|
+
};
|
|
2827
|
+
/** @internal */
|
|
2828
|
+
export declare const Link1$outboundSchema: z.ZodType<Link1$Outbound, z.ZodTypeDef, Link1>;
|
|
2829
|
+
/**
|
|
2830
|
+
* @internal
|
|
2831
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2832
|
+
*/
|
|
2833
|
+
export declare namespace Link1$ {
|
|
2834
|
+
/** @deprecated use `Link1$inboundSchema` instead. */
|
|
2835
|
+
const inboundSchema: z.ZodType<Link1, z.ZodTypeDef, unknown>;
|
|
2836
|
+
/** @deprecated use `Link1$outboundSchema` instead. */
|
|
2837
|
+
const outboundSchema: z.ZodType<Link1$Outbound, z.ZodTypeDef, Link1>;
|
|
2838
|
+
/** @deprecated use `Link1$Outbound` instead. */
|
|
2839
|
+
type Outbound = Link1$Outbound;
|
|
2840
|
+
}
|
|
2841
|
+
/** @internal */
|
|
2842
|
+
export declare const Link$inboundSchema: z.ZodType<Link, z.ZodTypeDef, unknown>;
|
|
2843
|
+
/** @internal */
|
|
2844
|
+
export type Link$Outbound = Link1$Outbound | Link3$Outbound | Link2$Outbound;
|
|
2845
|
+
/** @internal */
|
|
2846
|
+
export declare const Link$outboundSchema: z.ZodType<Link$Outbound, z.ZodTypeDef, Link>;
|
|
2847
|
+
/**
|
|
2848
|
+
* @internal
|
|
2849
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2850
|
+
*/
|
|
2851
|
+
export declare namespace Link$ {
|
|
2852
|
+
/** @deprecated use `Link$inboundSchema` instead. */
|
|
2853
|
+
const inboundSchema: z.ZodType<Link, z.ZodTypeDef, unknown>;
|
|
2854
|
+
/** @deprecated use `Link$outboundSchema` instead. */
|
|
2855
|
+
const outboundSchema: z.ZodType<Link$Outbound, z.ZodTypeDef, Link>;
|
|
2856
|
+
/** @deprecated use `Link$Outbound` instead. */
|
|
2857
|
+
type Outbound = Link$Outbound;
|
|
2858
|
+
}
|
|
2859
|
+
/** @internal */
|
|
2860
|
+
export declare const UpdateProjectDataCacheNodeVersion$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheNodeVersion>;
|
|
2861
|
+
/** @internal */
|
|
2862
|
+
export declare const UpdateProjectDataCacheNodeVersion$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheNodeVersion>;
|
|
2863
|
+
/**
|
|
2864
|
+
* @internal
|
|
2865
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2866
|
+
*/
|
|
2867
|
+
export declare namespace UpdateProjectDataCacheNodeVersion$ {
|
|
2868
|
+
/** @deprecated use `UpdateProjectDataCacheNodeVersion$inboundSchema` instead. */
|
|
2869
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2870
|
+
readonly TwentyTwoX: "22.x";
|
|
2871
|
+
readonly TwentyX: "20.x";
|
|
2872
|
+
readonly EighteenX: "18.x";
|
|
2873
|
+
readonly SixteenX: "16.x";
|
|
2874
|
+
readonly FourteenX: "14.x";
|
|
2875
|
+
readonly TwelveX: "12.x";
|
|
2876
|
+
readonly TenX: "10.x";
|
|
2877
|
+
readonly Eight10X: "8.10.x";
|
|
2878
|
+
}>;
|
|
2879
|
+
/** @deprecated use `UpdateProjectDataCacheNodeVersion$outboundSchema` instead. */
|
|
2880
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2881
|
+
readonly TwentyTwoX: "22.x";
|
|
2882
|
+
readonly TwentyX: "20.x";
|
|
2883
|
+
readonly EighteenX: "18.x";
|
|
2884
|
+
readonly SixteenX: "16.x";
|
|
2885
|
+
readonly FourteenX: "14.x";
|
|
2886
|
+
readonly TwelveX: "12.x";
|
|
2887
|
+
readonly TenX: "10.x";
|
|
2888
|
+
readonly Eight10X: "8.10.x";
|
|
2889
|
+
}>;
|
|
2890
|
+
}
|
|
2891
|
+
/** @internal */
|
|
2892
|
+
export declare const UpdateProjectDataCachePaths$inboundSchema: z.ZodType<UpdateProjectDataCachePaths, z.ZodTypeDef, unknown>;
|
|
2893
|
+
/** @internal */
|
|
2894
|
+
export type UpdateProjectDataCachePaths$Outbound = {
|
|
2895
|
+
value: string;
|
|
2896
|
+
};
|
|
2897
|
+
/** @internal */
|
|
2898
|
+
export declare const UpdateProjectDataCachePaths$outboundSchema: z.ZodType<UpdateProjectDataCachePaths$Outbound, z.ZodTypeDef, UpdateProjectDataCachePaths>;
|
|
2899
|
+
/**
|
|
2900
|
+
* @internal
|
|
2901
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2902
|
+
*/
|
|
2903
|
+
export declare namespace UpdateProjectDataCachePaths$ {
|
|
2904
|
+
/** @deprecated use `UpdateProjectDataCachePaths$inboundSchema` instead. */
|
|
2905
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCachePaths, z.ZodTypeDef, unknown>;
|
|
2906
|
+
/** @deprecated use `UpdateProjectDataCachePaths$outboundSchema` instead. */
|
|
2907
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCachePaths$Outbound, z.ZodTypeDef, UpdateProjectDataCachePaths>;
|
|
2908
|
+
/** @deprecated use `UpdateProjectDataCachePaths$Outbound` instead. */
|
|
2909
|
+
type Outbound = UpdateProjectDataCachePaths$Outbound;
|
|
2910
|
+
}
|
|
2911
|
+
/** @internal */
|
|
2912
|
+
export declare const UpdateProjectDataCacheOptionsAllowlist$inboundSchema: z.ZodType<UpdateProjectDataCacheOptionsAllowlist, z.ZodTypeDef, unknown>;
|
|
2913
|
+
/** @internal */
|
|
2914
|
+
export type UpdateProjectDataCacheOptionsAllowlist$Outbound = {
|
|
2915
|
+
paths: Array<UpdateProjectDataCachePaths$Outbound>;
|
|
2916
|
+
};
|
|
2917
|
+
/** @internal */
|
|
2918
|
+
export declare const UpdateProjectDataCacheOptionsAllowlist$outboundSchema: z.ZodType<UpdateProjectDataCacheOptionsAllowlist$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOptionsAllowlist>;
|
|
2919
|
+
/**
|
|
2920
|
+
* @internal
|
|
2921
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2922
|
+
*/
|
|
2923
|
+
export declare namespace UpdateProjectDataCacheOptionsAllowlist$ {
|
|
2924
|
+
/** @deprecated use `UpdateProjectDataCacheOptionsAllowlist$inboundSchema` instead. */
|
|
2925
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheOptionsAllowlist, z.ZodTypeDef, unknown>;
|
|
2926
|
+
/** @deprecated use `UpdateProjectDataCacheOptionsAllowlist$outboundSchema` instead. */
|
|
2927
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheOptionsAllowlist$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOptionsAllowlist>;
|
|
2928
|
+
/** @deprecated use `UpdateProjectDataCacheOptionsAllowlist$Outbound` instead. */
|
|
2929
|
+
type Outbound = UpdateProjectDataCacheOptionsAllowlist$Outbound;
|
|
2930
|
+
}
|
|
2931
|
+
/** @internal */
|
|
2932
|
+
export declare const UpdateProjectDataCachePasswordProtection$inboundSchema: z.ZodType<UpdateProjectDataCachePasswordProtection, z.ZodTypeDef, unknown>;
|
|
2933
|
+
/** @internal */
|
|
2934
|
+
export type UpdateProjectDataCachePasswordProtection$Outbound = {};
|
|
2935
|
+
/** @internal */
|
|
2936
|
+
export declare const UpdateProjectDataCachePasswordProtection$outboundSchema: z.ZodType<UpdateProjectDataCachePasswordProtection$Outbound, z.ZodTypeDef, UpdateProjectDataCachePasswordProtection>;
|
|
2937
|
+
/**
|
|
2938
|
+
* @internal
|
|
2939
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2940
|
+
*/
|
|
2941
|
+
export declare namespace UpdateProjectDataCachePasswordProtection$ {
|
|
2942
|
+
/** @deprecated use `UpdateProjectDataCachePasswordProtection$inboundSchema` instead. */
|
|
2943
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCachePasswordProtection, z.ZodTypeDef, unknown>;
|
|
2944
|
+
/** @deprecated use `UpdateProjectDataCachePasswordProtection$outboundSchema` instead. */
|
|
2945
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCachePasswordProtection$Outbound, z.ZodTypeDef, UpdateProjectDataCachePasswordProtection>;
|
|
2946
|
+
/** @deprecated use `UpdateProjectDataCachePasswordProtection$Outbound` instead. */
|
|
2947
|
+
type Outbound = UpdateProjectDataCachePasswordProtection$Outbound;
|
|
2948
|
+
}
|
|
2949
|
+
/** @internal */
|
|
2950
|
+
export declare const FunctionDefaultMemoryType$inboundSchema: z.ZodNativeEnum<typeof FunctionDefaultMemoryType>;
|
|
2951
|
+
/** @internal */
|
|
2952
|
+
export declare const FunctionDefaultMemoryType$outboundSchema: z.ZodNativeEnum<typeof FunctionDefaultMemoryType>;
|
|
2953
|
+
/**
|
|
2954
|
+
* @internal
|
|
2955
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2956
|
+
*/
|
|
2957
|
+
export declare namespace FunctionDefaultMemoryType$ {
|
|
2958
|
+
/** @deprecated use `FunctionDefaultMemoryType$inboundSchema` instead. */
|
|
2959
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2960
|
+
readonly StandardLegacy: "standard_legacy";
|
|
2961
|
+
readonly Standard: "standard";
|
|
2962
|
+
readonly Performance: "performance";
|
|
2963
|
+
}>;
|
|
2964
|
+
/** @deprecated use `FunctionDefaultMemoryType$outboundSchema` instead. */
|
|
2965
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2966
|
+
readonly StandardLegacy: "standard_legacy";
|
|
2967
|
+
readonly Standard: "standard";
|
|
2968
|
+
readonly Performance: "performance";
|
|
2969
|
+
}>;
|
|
2970
|
+
}
|
|
2971
|
+
/** @internal */
|
|
2972
|
+
export declare const ResourceConfig$inboundSchema: z.ZodType<ResourceConfig, z.ZodTypeDef, unknown>;
|
|
2973
|
+
/** @internal */
|
|
2974
|
+
export type ResourceConfig$Outbound = {
|
|
2975
|
+
functionDefaultTimeout?: number | undefined;
|
|
2976
|
+
functionDefaultMemoryType?: string | undefined;
|
|
2977
|
+
allowServerlessConcurrency?: boolean | undefined;
|
|
2978
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
2979
|
+
};
|
|
2980
|
+
/** @internal */
|
|
2981
|
+
export declare const ResourceConfig$outboundSchema: z.ZodType<ResourceConfig$Outbound, z.ZodTypeDef, ResourceConfig>;
|
|
2982
|
+
/**
|
|
2983
|
+
* @internal
|
|
2984
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2985
|
+
*/
|
|
2986
|
+
export declare namespace ResourceConfig$ {
|
|
2987
|
+
/** @deprecated use `ResourceConfig$inboundSchema` instead. */
|
|
2988
|
+
const inboundSchema: z.ZodType<ResourceConfig, z.ZodTypeDef, unknown>;
|
|
2989
|
+
/** @deprecated use `ResourceConfig$outboundSchema` instead. */
|
|
2990
|
+
const outboundSchema: z.ZodType<ResourceConfig$Outbound, z.ZodTypeDef, ResourceConfig>;
|
|
2991
|
+
/** @deprecated use `ResourceConfig$Outbound` instead. */
|
|
2992
|
+
type Outbound = ResourceConfig$Outbound;
|
|
2993
|
+
}
|
|
2994
|
+
/** @internal */
|
|
2995
|
+
export declare const UpdateProjectDataCacheDeploymentType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheDeploymentType>;
|
|
2996
|
+
/** @internal */
|
|
2997
|
+
export declare const UpdateProjectDataCacheDeploymentType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheDeploymentType>;
|
|
2998
|
+
/**
|
|
2999
|
+
* @internal
|
|
3000
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3001
|
+
*/
|
|
3002
|
+
export declare namespace UpdateProjectDataCacheDeploymentType$ {
|
|
3003
|
+
/** @deprecated use `UpdateProjectDataCacheDeploymentType$inboundSchema` instead. */
|
|
3004
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3005
|
+
readonly Preview: "preview";
|
|
3006
|
+
readonly All: "all";
|
|
3007
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
3008
|
+
}>;
|
|
3009
|
+
/** @deprecated use `UpdateProjectDataCacheDeploymentType$outboundSchema` instead. */
|
|
3010
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3011
|
+
readonly Preview: "preview";
|
|
3012
|
+
readonly All: "all";
|
|
3013
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
3014
|
+
}>;
|
|
3015
|
+
}
|
|
3016
|
+
/** @internal */
|
|
3017
|
+
export declare const UpdateProjectDataCacheSsoProtection$inboundSchema: z.ZodType<UpdateProjectDataCacheSsoProtection, z.ZodTypeDef, unknown>;
|
|
3018
|
+
/** @internal */
|
|
3019
|
+
export type UpdateProjectDataCacheSsoProtection$Outbound = {
|
|
3020
|
+
deploymentType: string;
|
|
3021
|
+
};
|
|
3022
|
+
/** @internal */
|
|
3023
|
+
export declare const UpdateProjectDataCacheSsoProtection$outboundSchema: z.ZodType<UpdateProjectDataCacheSsoProtection$Outbound, z.ZodTypeDef, UpdateProjectDataCacheSsoProtection>;
|
|
3024
|
+
/**
|
|
3025
|
+
* @internal
|
|
3026
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3027
|
+
*/
|
|
3028
|
+
export declare namespace UpdateProjectDataCacheSsoProtection$ {
|
|
3029
|
+
/** @deprecated use `UpdateProjectDataCacheSsoProtection$inboundSchema` instead. */
|
|
3030
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheSsoProtection, z.ZodTypeDef, unknown>;
|
|
3031
|
+
/** @deprecated use `UpdateProjectDataCacheSsoProtection$outboundSchema` instead. */
|
|
3032
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheSsoProtection$Outbound, z.ZodTypeDef, UpdateProjectDataCacheSsoProtection>;
|
|
3033
|
+
/** @deprecated use `UpdateProjectDataCacheSsoProtection$Outbound` instead. */
|
|
3034
|
+
type Outbound = UpdateProjectDataCacheSsoProtection$Outbound;
|
|
3035
|
+
}
|
|
3036
|
+
/** @internal */
|
|
3037
|
+
export declare const UpdateProjectDataCacheAliasAssigned$inboundSchema: z.ZodType<UpdateProjectDataCacheAliasAssigned, z.ZodTypeDef, unknown>;
|
|
3038
|
+
/** @internal */
|
|
3039
|
+
export type UpdateProjectDataCacheAliasAssigned$Outbound = number | boolean;
|
|
3040
|
+
/** @internal */
|
|
3041
|
+
export declare const UpdateProjectDataCacheAliasAssigned$outboundSchema: z.ZodType<UpdateProjectDataCacheAliasAssigned$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAliasAssigned>;
|
|
3042
|
+
/**
|
|
3043
|
+
* @internal
|
|
3044
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3045
|
+
*/
|
|
3046
|
+
export declare namespace UpdateProjectDataCacheAliasAssigned$ {
|
|
3047
|
+
/** @deprecated use `UpdateProjectDataCacheAliasAssigned$inboundSchema` instead. */
|
|
3048
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheAliasAssigned, z.ZodTypeDef, unknown>;
|
|
3049
|
+
/** @deprecated use `UpdateProjectDataCacheAliasAssigned$outboundSchema` instead. */
|
|
3050
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheAliasAssigned$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAliasAssigned>;
|
|
3051
|
+
/** @deprecated use `UpdateProjectDataCacheAliasAssigned$Outbound` instead. */
|
|
3052
|
+
type Outbound = UpdateProjectDataCacheAliasAssigned$Outbound;
|
|
3053
|
+
}
|
|
3054
|
+
/** @internal */
|
|
3055
|
+
export declare const UpdateProjectDataCacheAliasError$inboundSchema: z.ZodType<UpdateProjectDataCacheAliasError, z.ZodTypeDef, unknown>;
|
|
3056
|
+
/** @internal */
|
|
3057
|
+
export type UpdateProjectDataCacheAliasError$Outbound = {
|
|
3058
|
+
code: string;
|
|
3059
|
+
message: string;
|
|
3060
|
+
};
|
|
3061
|
+
/** @internal */
|
|
3062
|
+
export declare const UpdateProjectDataCacheAliasError$outboundSchema: z.ZodType<UpdateProjectDataCacheAliasError$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAliasError>;
|
|
3063
|
+
/**
|
|
3064
|
+
* @internal
|
|
3065
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3066
|
+
*/
|
|
3067
|
+
export declare namespace UpdateProjectDataCacheAliasError$ {
|
|
3068
|
+
/** @deprecated use `UpdateProjectDataCacheAliasError$inboundSchema` instead. */
|
|
3069
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheAliasError, z.ZodTypeDef, unknown>;
|
|
3070
|
+
/** @deprecated use `UpdateProjectDataCacheAliasError$outboundSchema` instead. */
|
|
3071
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheAliasError$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAliasError>;
|
|
3072
|
+
/** @deprecated use `UpdateProjectDataCacheAliasError$Outbound` instead. */
|
|
3073
|
+
type Outbound = UpdateProjectDataCacheAliasError$Outbound;
|
|
3074
|
+
}
|
|
3075
|
+
/** @internal */
|
|
3076
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
|
|
3077
|
+
/** @internal */
|
|
3078
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
|
|
3079
|
+
/**
|
|
3080
|
+
* @internal
|
|
3081
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3082
|
+
*/
|
|
3083
|
+
export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$ {
|
|
3084
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema` instead. */
|
|
3085
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3086
|
+
readonly EndsWith: "endsWith";
|
|
3087
|
+
readonly StartsWith: "startsWith";
|
|
3088
|
+
readonly Equals: "equals";
|
|
3089
|
+
}>;
|
|
3090
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema` instead. */
|
|
3091
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3092
|
+
readonly EndsWith: "endsWith";
|
|
3093
|
+
readonly StartsWith: "startsWith";
|
|
3094
|
+
readonly Equals: "equals";
|
|
3095
|
+
}>;
|
|
3096
|
+
}
|
|
3097
|
+
/** @internal */
|
|
3098
|
+
export declare const UpdateProjectDataCacheBranchMatcher$inboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher, z.ZodTypeDef, unknown>;
|
|
3099
|
+
/** @internal */
|
|
3100
|
+
export type UpdateProjectDataCacheBranchMatcher$Outbound = {
|
|
3101
|
+
type: string;
|
|
3102
|
+
pattern: string;
|
|
3103
|
+
};
|
|
3104
|
+
/** @internal */
|
|
3105
|
+
export declare const UpdateProjectDataCacheBranchMatcher$outboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBranchMatcher>;
|
|
3106
|
+
/**
|
|
3107
|
+
* @internal
|
|
3108
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3109
|
+
*/
|
|
3110
|
+
export declare namespace UpdateProjectDataCacheBranchMatcher$ {
|
|
3111
|
+
/** @deprecated use `UpdateProjectDataCacheBranchMatcher$inboundSchema` instead. */
|
|
3112
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher, z.ZodTypeDef, unknown>;
|
|
3113
|
+
/** @deprecated use `UpdateProjectDataCacheBranchMatcher$outboundSchema` instead. */
|
|
3114
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBranchMatcher>;
|
|
3115
|
+
/** @deprecated use `UpdateProjectDataCacheBranchMatcher$Outbound` instead. */
|
|
3116
|
+
type Outbound = UpdateProjectDataCacheBranchMatcher$Outbound;
|
|
3117
|
+
}
|
|
3118
|
+
/** @internal */
|
|
3119
|
+
export declare const UpdateProjectDataCacheBuilds$inboundSchema: z.ZodType<UpdateProjectDataCacheBuilds, z.ZodTypeDef, unknown>;
|
|
3120
|
+
/** @internal */
|
|
3121
|
+
export type UpdateProjectDataCacheBuilds$Outbound = {
|
|
3122
|
+
use: string;
|
|
3123
|
+
src?: string | undefined;
|
|
3124
|
+
dest?: string | undefined;
|
|
3125
|
+
};
|
|
3126
|
+
/** @internal */
|
|
3127
|
+
export declare const UpdateProjectDataCacheBuilds$outboundSchema: z.ZodType<UpdateProjectDataCacheBuilds$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBuilds>;
|
|
3128
|
+
/**
|
|
3129
|
+
* @internal
|
|
3130
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3131
|
+
*/
|
|
3132
|
+
export declare namespace UpdateProjectDataCacheBuilds$ {
|
|
3133
|
+
/** @deprecated use `UpdateProjectDataCacheBuilds$inboundSchema` instead. */
|
|
3134
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheBuilds, z.ZodTypeDef, unknown>;
|
|
3135
|
+
/** @deprecated use `UpdateProjectDataCacheBuilds$outboundSchema` instead. */
|
|
3136
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheBuilds$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBuilds>;
|
|
3137
|
+
/** @deprecated use `UpdateProjectDataCacheBuilds$Outbound` instead. */
|
|
3138
|
+
type Outbound = UpdateProjectDataCacheBuilds$Outbound;
|
|
3139
|
+
}
|
|
3140
|
+
/** @internal */
|
|
3141
|
+
export declare const UpdateProjectDataCacheChecksConclusion$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheChecksConclusion>;
|
|
3142
|
+
/** @internal */
|
|
3143
|
+
export declare const UpdateProjectDataCacheChecksConclusion$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheChecksConclusion>;
|
|
3144
|
+
/**
|
|
3145
|
+
* @internal
|
|
3146
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3147
|
+
*/
|
|
3148
|
+
export declare namespace UpdateProjectDataCacheChecksConclusion$ {
|
|
3149
|
+
/** @deprecated use `UpdateProjectDataCacheChecksConclusion$inboundSchema` instead. */
|
|
3150
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3151
|
+
readonly Succeeded: "succeeded";
|
|
3152
|
+
readonly Failed: "failed";
|
|
3153
|
+
readonly Skipped: "skipped";
|
|
3154
|
+
readonly Canceled: "canceled";
|
|
3155
|
+
}>;
|
|
3156
|
+
/** @deprecated use `UpdateProjectDataCacheChecksConclusion$outboundSchema` instead. */
|
|
3157
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3158
|
+
readonly Succeeded: "succeeded";
|
|
3159
|
+
readonly Failed: "failed";
|
|
3160
|
+
readonly Skipped: "skipped";
|
|
3161
|
+
readonly Canceled: "canceled";
|
|
3162
|
+
}>;
|
|
3163
|
+
}
|
|
3164
|
+
/** @internal */
|
|
3165
|
+
export declare const UpdateProjectDataCacheChecksState$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheChecksState>;
|
|
3166
|
+
/** @internal */
|
|
3167
|
+
export declare const UpdateProjectDataCacheChecksState$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheChecksState>;
|
|
3168
|
+
/**
|
|
3169
|
+
* @internal
|
|
3170
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3171
|
+
*/
|
|
3172
|
+
export declare namespace UpdateProjectDataCacheChecksState$ {
|
|
3173
|
+
/** @deprecated use `UpdateProjectDataCacheChecksState$inboundSchema` instead. */
|
|
3174
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3175
|
+
readonly Registered: "registered";
|
|
3176
|
+
readonly Running: "running";
|
|
3177
|
+
readonly Completed: "completed";
|
|
3178
|
+
}>;
|
|
3179
|
+
/** @deprecated use `UpdateProjectDataCacheChecksState$outboundSchema` instead. */
|
|
3180
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3181
|
+
readonly Registered: "registered";
|
|
3182
|
+
readonly Running: "running";
|
|
3183
|
+
readonly Completed: "completed";
|
|
3184
|
+
}>;
|
|
3185
|
+
}
|
|
3186
|
+
/** @internal */
|
|
3187
|
+
export declare const UpdateProjectDataCacheCreator$inboundSchema: z.ZodType<UpdateProjectDataCacheCreator, z.ZodTypeDef, unknown>;
|
|
3188
|
+
/** @internal */
|
|
3189
|
+
export type UpdateProjectDataCacheCreator$Outbound = {
|
|
3190
|
+
email: string;
|
|
3191
|
+
githubLogin?: string | undefined;
|
|
3192
|
+
gitlabLogin?: string | undefined;
|
|
3193
|
+
uid: string;
|
|
3194
|
+
username: string;
|
|
3195
|
+
};
|
|
3196
|
+
/** @internal */
|
|
3197
|
+
export declare const UpdateProjectDataCacheCreator$outboundSchema: z.ZodType<UpdateProjectDataCacheCreator$Outbound, z.ZodTypeDef, UpdateProjectDataCacheCreator>;
|
|
3198
|
+
/**
|
|
3199
|
+
* @internal
|
|
3200
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3201
|
+
*/
|
|
3202
|
+
export declare namespace UpdateProjectDataCacheCreator$ {
|
|
3203
|
+
/** @deprecated use `UpdateProjectDataCacheCreator$inboundSchema` instead. */
|
|
3204
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheCreator, z.ZodTypeDef, unknown>;
|
|
3205
|
+
/** @deprecated use `UpdateProjectDataCacheCreator$outboundSchema` instead. */
|
|
3206
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheCreator$Outbound, z.ZodTypeDef, UpdateProjectDataCacheCreator>;
|
|
3207
|
+
/** @deprecated use `UpdateProjectDataCacheCreator$Outbound` instead. */
|
|
3208
|
+
type Outbound = UpdateProjectDataCacheCreator$Outbound;
|
|
3209
|
+
}
|
|
3210
|
+
/** @internal */
|
|
3211
|
+
export declare const UpdateProjectDataCacheOidcTokenClaims$inboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenClaims, z.ZodTypeDef, unknown>;
|
|
3212
|
+
/** @internal */
|
|
3213
|
+
export type UpdateProjectDataCacheOidcTokenClaims$Outbound = {
|
|
3214
|
+
iss: string;
|
|
3215
|
+
sub: string;
|
|
3216
|
+
scope: string;
|
|
3217
|
+
aud: string;
|
|
3218
|
+
owner: string;
|
|
3219
|
+
owner_id: string;
|
|
3220
|
+
project: string;
|
|
3221
|
+
project_id: string;
|
|
3222
|
+
environment: string;
|
|
3223
|
+
};
|
|
3224
|
+
/** @internal */
|
|
3225
|
+
export declare const UpdateProjectDataCacheOidcTokenClaims$outboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenClaims$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOidcTokenClaims>;
|
|
3226
|
+
/**
|
|
3227
|
+
* @internal
|
|
3228
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3229
|
+
*/
|
|
3230
|
+
export declare namespace UpdateProjectDataCacheOidcTokenClaims$ {
|
|
3231
|
+
/** @deprecated use `UpdateProjectDataCacheOidcTokenClaims$inboundSchema` instead. */
|
|
3232
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenClaims, z.ZodTypeDef, unknown>;
|
|
3233
|
+
/** @deprecated use `UpdateProjectDataCacheOidcTokenClaims$outboundSchema` instead. */
|
|
3234
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenClaims$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOidcTokenClaims>;
|
|
3235
|
+
/** @deprecated use `UpdateProjectDataCacheOidcTokenClaims$Outbound` instead. */
|
|
3236
|
+
type Outbound = UpdateProjectDataCacheOidcTokenClaims$Outbound;
|
|
3237
|
+
}
|
|
3238
|
+
/** @internal */
|
|
3239
|
+
export declare const UpdateProjectDataCachePlan$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCachePlan>;
|
|
3240
|
+
/** @internal */
|
|
3241
|
+
export declare const UpdateProjectDataCachePlan$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCachePlan>;
|
|
3242
|
+
/**
|
|
3243
|
+
* @internal
|
|
3244
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3245
|
+
*/
|
|
3246
|
+
export declare namespace UpdateProjectDataCachePlan$ {
|
|
3247
|
+
/** @deprecated use `UpdateProjectDataCachePlan$inboundSchema` instead. */
|
|
3248
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3249
|
+
readonly Pro: "pro";
|
|
3250
|
+
readonly Enterprise: "enterprise";
|
|
3251
|
+
readonly Hobby: "hobby";
|
|
3252
|
+
}>;
|
|
3253
|
+
/** @deprecated use `UpdateProjectDataCachePlan$outboundSchema` instead. */
|
|
3254
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3255
|
+
readonly Pro: "pro";
|
|
3256
|
+
readonly Enterprise: "enterprise";
|
|
3257
|
+
readonly Hobby: "hobby";
|
|
3258
|
+
}>;
|
|
3259
|
+
}
|
|
3260
|
+
/** @internal */
|
|
3261
|
+
export declare const UpdateProjectDataCacheReadyState$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheReadyState>;
|
|
3262
|
+
/** @internal */
|
|
3263
|
+
export declare const UpdateProjectDataCacheReadyState$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheReadyState>;
|
|
3264
|
+
/**
|
|
3265
|
+
* @internal
|
|
3266
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3267
|
+
*/
|
|
3268
|
+
export declare namespace UpdateProjectDataCacheReadyState$ {
|
|
3269
|
+
/** @deprecated use `UpdateProjectDataCacheReadyState$inboundSchema` instead. */
|
|
3270
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3271
|
+
readonly Building: "BUILDING";
|
|
3272
|
+
readonly Error: "ERROR";
|
|
3273
|
+
readonly Initializing: "INITIALIZING";
|
|
3274
|
+
readonly Queued: "QUEUED";
|
|
3275
|
+
readonly Ready: "READY";
|
|
3276
|
+
readonly Canceled: "CANCELED";
|
|
3277
|
+
}>;
|
|
3278
|
+
/** @deprecated use `UpdateProjectDataCacheReadyState$outboundSchema` instead. */
|
|
3279
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3280
|
+
readonly Building: "BUILDING";
|
|
3281
|
+
readonly Error: "ERROR";
|
|
3282
|
+
readonly Initializing: "INITIALIZING";
|
|
3283
|
+
readonly Queued: "QUEUED";
|
|
3284
|
+
readonly Ready: "READY";
|
|
3285
|
+
readonly Canceled: "CANCELED";
|
|
3286
|
+
}>;
|
|
3287
|
+
}
|
|
3288
|
+
/** @internal */
|
|
3289
|
+
export declare const UpdateProjectDataCacheReadySubstate$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheReadySubstate>;
|
|
3290
|
+
/** @internal */
|
|
3291
|
+
export declare const UpdateProjectDataCacheReadySubstate$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheReadySubstate>;
|
|
3292
|
+
/**
|
|
3293
|
+
* @internal
|
|
3294
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3295
|
+
*/
|
|
3296
|
+
export declare namespace UpdateProjectDataCacheReadySubstate$ {
|
|
3297
|
+
/** @deprecated use `UpdateProjectDataCacheReadySubstate$inboundSchema` instead. */
|
|
3298
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3299
|
+
readonly Staged: "STAGED";
|
|
3300
|
+
readonly Promoted: "PROMOTED";
|
|
3301
|
+
}>;
|
|
3302
|
+
/** @deprecated use `UpdateProjectDataCacheReadySubstate$outboundSchema` instead. */
|
|
3303
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3304
|
+
readonly Staged: "STAGED";
|
|
3305
|
+
readonly Promoted: "PROMOTED";
|
|
3306
|
+
}>;
|
|
3307
|
+
}
|
|
3308
|
+
/** @internal */
|
|
3309
|
+
export declare const UpdateProjectDataCacheProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsType>;
|
|
3310
|
+
/** @internal */
|
|
3311
|
+
export declare const UpdateProjectDataCacheProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsType>;
|
|
3312
|
+
/**
|
|
3313
|
+
* @internal
|
|
3314
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3315
|
+
*/
|
|
3316
|
+
export declare namespace UpdateProjectDataCacheProjectsType$ {
|
|
3317
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsType$inboundSchema` instead. */
|
|
3318
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3319
|
+
readonly Lambdas: "LAMBDAS";
|
|
3320
|
+
}>;
|
|
3321
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsType$outboundSchema` instead. */
|
|
3322
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3323
|
+
readonly Lambdas: "LAMBDAS";
|
|
3324
|
+
}>;
|
|
3325
|
+
}
|
|
3326
|
+
/** @internal */
|
|
3327
|
+
export declare const Targets$inboundSchema: z.ZodType<Targets, z.ZodTypeDef, unknown>;
|
|
3328
|
+
/** @internal */
|
|
3329
|
+
export type Targets$Outbound = {
|
|
3330
|
+
id: string;
|
|
3331
|
+
alias?: Array<string> | undefined;
|
|
3332
|
+
aliasAssigned?: number | boolean | null | undefined;
|
|
3333
|
+
aliasError?: UpdateProjectDataCacheAliasError$Outbound | null | undefined;
|
|
3334
|
+
aliasFinal?: string | null | undefined;
|
|
3335
|
+
automaticAliases?: Array<string> | undefined;
|
|
3336
|
+
branchMatcher?: UpdateProjectDataCacheBranchMatcher$Outbound | undefined;
|
|
3337
|
+
buildingAt?: number | undefined;
|
|
3338
|
+
builds?: Array<UpdateProjectDataCacheBuilds$Outbound> | undefined;
|
|
3339
|
+
checksConclusion?: string | undefined;
|
|
3340
|
+
checksState?: string | undefined;
|
|
3341
|
+
connectBuildsEnabled?: boolean | undefined;
|
|
3342
|
+
connectConfigurationId?: string | undefined;
|
|
3343
|
+
createdAt: number;
|
|
3344
|
+
createdIn: string;
|
|
3345
|
+
creator: UpdateProjectDataCacheCreator$Outbound | null;
|
|
3346
|
+
deletedAt?: number | undefined;
|
|
3347
|
+
deploymentHostname: string;
|
|
3348
|
+
forced?: boolean | undefined;
|
|
3349
|
+
name: string;
|
|
3350
|
+
meta?: {
|
|
3351
|
+
[k: string]: string;
|
|
3352
|
+
} | undefined;
|
|
3353
|
+
monorepoManager?: string | null | undefined;
|
|
3354
|
+
oidcTokenClaims?: UpdateProjectDataCacheOidcTokenClaims$Outbound | undefined;
|
|
3355
|
+
plan: string;
|
|
3356
|
+
previewCommentsEnabled?: boolean | undefined;
|
|
3357
|
+
private: boolean;
|
|
3358
|
+
readyAt?: number | undefined;
|
|
3359
|
+
readyState: string;
|
|
3360
|
+
readySubstate?: string | undefined;
|
|
3361
|
+
requestedAt?: number | undefined;
|
|
3362
|
+
target?: string | null | undefined;
|
|
3363
|
+
teamId?: string | null | undefined;
|
|
3364
|
+
type: string;
|
|
3365
|
+
url: string;
|
|
3366
|
+
userId: string;
|
|
3367
|
+
withCache?: boolean | undefined;
|
|
3368
|
+
};
|
|
3369
|
+
/** @internal */
|
|
3370
|
+
export declare const Targets$outboundSchema: z.ZodType<Targets$Outbound, z.ZodTypeDef, Targets>;
|
|
3371
|
+
/**
|
|
3372
|
+
* @internal
|
|
3373
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3374
|
+
*/
|
|
3375
|
+
export declare namespace Targets$ {
|
|
3376
|
+
/** @deprecated use `Targets$inboundSchema` instead. */
|
|
3377
|
+
const inboundSchema: z.ZodType<Targets, z.ZodTypeDef, unknown>;
|
|
3378
|
+
/** @deprecated use `Targets$outboundSchema` instead. */
|
|
3379
|
+
const outboundSchema: z.ZodType<Targets$Outbound, z.ZodTypeDef, Targets>;
|
|
3380
|
+
/** @deprecated use `Targets$Outbound` instead. */
|
|
3381
|
+
type Outbound = Targets$Outbound;
|
|
3382
|
+
}
|
|
3383
|
+
/** @internal */
|
|
3384
|
+
export declare const Permissions$inboundSchema: z.ZodType<Permissions, z.ZodTypeDef, unknown>;
|
|
3385
|
+
/** @internal */
|
|
3386
|
+
export type Permissions$Outbound = {
|
|
3387
|
+
accessGroup?: Array<string> | undefined;
|
|
3388
|
+
aliasGlobal?: Array<string> | undefined;
|
|
3389
|
+
analyticsSampling?: Array<string> | undefined;
|
|
3390
|
+
analyticsUsage?: Array<string> | undefined;
|
|
3391
|
+
auditLog?: Array<string> | undefined;
|
|
3392
|
+
billingAddress?: Array<string> | undefined;
|
|
3393
|
+
billingInformation?: Array<string> | undefined;
|
|
3394
|
+
billingInvoice?: Array<string> | undefined;
|
|
3395
|
+
billingInvoiceEmailRecipient?: Array<string> | undefined;
|
|
3396
|
+
billingInvoiceLanguage?: Array<string> | undefined;
|
|
3397
|
+
billingPlan?: Array<string> | undefined;
|
|
3398
|
+
billingPurchaseOrder?: Array<string> | undefined;
|
|
3399
|
+
billingTaxId?: Array<string> | undefined;
|
|
3400
|
+
blob?: Array<string> | undefined;
|
|
3401
|
+
budget?: Array<string> | undefined;
|
|
3402
|
+
cacheArtifact?: Array<string> | undefined;
|
|
3403
|
+
cacheArtifactUsageEvent?: Array<string> | undefined;
|
|
3404
|
+
codeChecks?: Array<string> | undefined;
|
|
3405
|
+
concurrentBuilds?: Array<string> | undefined;
|
|
3406
|
+
connect?: Array<string> | undefined;
|
|
3407
|
+
connectConfiguration?: Array<string> | undefined;
|
|
3408
|
+
domain?: Array<string> | undefined;
|
|
3409
|
+
domainAcceptDelegation?: Array<string> | undefined;
|
|
3410
|
+
domainAuthCodes?: Array<string> | undefined;
|
|
3411
|
+
domainCertificate?: Array<string> | undefined;
|
|
3412
|
+
domainCheckConfig?: Array<string> | undefined;
|
|
3413
|
+
domainMove?: Array<string> | undefined;
|
|
3414
|
+
domainPurchase?: Array<string> | undefined;
|
|
3415
|
+
domainRecord?: Array<string> | undefined;
|
|
3416
|
+
domainTransferIn?: Array<string> | undefined;
|
|
3417
|
+
event?: Array<string> | undefined;
|
|
3418
|
+
ownEvent?: Array<string> | undefined;
|
|
3419
|
+
sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
|
|
3420
|
+
fileUpload?: Array<string> | undefined;
|
|
3421
|
+
gitRepository?: Array<string> | undefined;
|
|
3422
|
+
ipBlocking?: Array<string> | undefined;
|
|
3423
|
+
integration?: Array<string> | undefined;
|
|
3424
|
+
integrationAccount?: Array<string> | undefined;
|
|
3425
|
+
integrationConfiguration?: Array<string> | undefined;
|
|
3426
|
+
integrationConfigurationTransfer?: Array<string> | undefined;
|
|
3427
|
+
integrationConfigurationProjects?: Array<string> | undefined;
|
|
3428
|
+
integrationVercelConfigurationOverride?: Array<string> | undefined;
|
|
3429
|
+
integrationConfigurationRole?: Array<string> | undefined;
|
|
3430
|
+
integrationResource?: Array<string> | undefined;
|
|
3431
|
+
integrationEvent?: Array<string> | undefined;
|
|
3432
|
+
integrationResourceSecrets?: Array<string> | undefined;
|
|
3433
|
+
integrationDeploymentAction?: Array<string> | undefined;
|
|
3434
|
+
marketplaceInstallationMember?: Array<string> | undefined;
|
|
3435
|
+
marketplaceBillingData?: Array<string> | undefined;
|
|
3436
|
+
marketplaceInvoice?: Array<string> | undefined;
|
|
3437
|
+
jobGlobal?: Array<string> | undefined;
|
|
3438
|
+
logDrain?: Array<string> | undefined;
|
|
3439
|
+
Monitoring?: Array<string> | undefined;
|
|
3440
|
+
monitoringSettings?: Array<string> | undefined;
|
|
3441
|
+
monitoringQuery?: Array<string> | undefined;
|
|
3442
|
+
monitoringChart?: Array<string> | undefined;
|
|
3443
|
+
monitoringAlert?: Array<string> | undefined;
|
|
3444
|
+
notificationDeploymentFailed?: Array<string> | undefined;
|
|
3445
|
+
notificationDomainConfiguration?: Array<string> | undefined;
|
|
3446
|
+
notificationDomainExpire?: Array<string> | undefined;
|
|
3447
|
+
notificationDomainMoved?: Array<string> | undefined;
|
|
3448
|
+
notificationDomainPurchase?: Array<string> | undefined;
|
|
3449
|
+
notificationDomainRenewal?: Array<string> | undefined;
|
|
3450
|
+
notificationDomainTransfer?: Array<string> | undefined;
|
|
3451
|
+
notificationDomainUnverified?: Array<string> | undefined;
|
|
3452
|
+
NotificationMonitoringAlert?: Array<string> | undefined;
|
|
3453
|
+
notificationPaymentFailed?: Array<string> | undefined;
|
|
3454
|
+
notificationUsageAlert?: Array<string> | undefined;
|
|
3455
|
+
notificationCustomerBudget?: Array<string> | undefined;
|
|
3456
|
+
notificationStatementOfReasons?: Array<string> | undefined;
|
|
3457
|
+
oauth2Connection?: Array<string> | undefined;
|
|
3458
|
+
openTelemetryEndpoint?: Array<string> | undefined;
|
|
3459
|
+
paymentMethod?: Array<string> | undefined;
|
|
3460
|
+
permissions?: Array<string> | undefined;
|
|
3461
|
+
postgres?: Array<string> | undefined;
|
|
3462
|
+
previewDeploymentSuffix?: Array<string> | undefined;
|
|
3463
|
+
proTrialOnboarding?: Array<string> | undefined;
|
|
3464
|
+
sharedEnvVars?: Array<string> | undefined;
|
|
3465
|
+
sharedEnvVarsProduction?: Array<string> | undefined;
|
|
3466
|
+
space?: Array<string> | undefined;
|
|
3467
|
+
spaceRun?: Array<string> | undefined;
|
|
3468
|
+
passwordProtectionInvoiceItem?: Array<string> | undefined;
|
|
3469
|
+
rateLimit?: Array<string> | undefined;
|
|
3470
|
+
redis?: Array<string> | undefined;
|
|
3471
|
+
repository?: Array<string> | undefined;
|
|
3472
|
+
remoteCaching?: Array<string> | undefined;
|
|
3473
|
+
samlConfig?: Array<string> | undefined;
|
|
3474
|
+
secret?: Array<string> | undefined;
|
|
3475
|
+
redisStoreTokenSet?: Array<string> | undefined;
|
|
3476
|
+
blobStoreTokenSet?: Array<string> | undefined;
|
|
3477
|
+
postgresStoreTokenSet?: Array<string> | undefined;
|
|
3478
|
+
integrationStoreTokenSet?: Array<string> | undefined;
|
|
3479
|
+
integrationResourceReplCommand?: Array<string> | undefined;
|
|
3480
|
+
storeTransfer?: Array<string> | undefined;
|
|
3481
|
+
supportCase?: Array<string> | undefined;
|
|
3482
|
+
supportCaseComment?: Array<string> | undefined;
|
|
3483
|
+
dataCacheBillingSettings?: Array<string> | undefined;
|
|
3484
|
+
team?: Array<string> | undefined;
|
|
3485
|
+
teamAccessRequest?: Array<string> | undefined;
|
|
3486
|
+
teamFellowMembership?: Array<string> | undefined;
|
|
3487
|
+
teamGitExclusivity?: Array<string> | undefined;
|
|
3488
|
+
teamInvite?: Array<string> | undefined;
|
|
3489
|
+
teamInviteCode?: Array<string> | undefined;
|
|
3490
|
+
teamJoin?: Array<string> | undefined;
|
|
3491
|
+
teamOwnMembership?: Array<string> | undefined;
|
|
3492
|
+
teamOwnMembershipDisconnectSAML?: Array<string> | undefined;
|
|
3493
|
+
token?: Array<string> | undefined;
|
|
3494
|
+
usage?: Array<string> | undefined;
|
|
3495
|
+
usageCycle?: Array<string> | undefined;
|
|
3496
|
+
user?: Array<string> | undefined;
|
|
3497
|
+
userConnection?: Array<string> | undefined;
|
|
3498
|
+
vpcPeeringConnection?: Array<string> | undefined;
|
|
3499
|
+
webAnalyticsPlan?: Array<string> | undefined;
|
|
3500
|
+
webAuthn?: Array<string> | undefined;
|
|
3501
|
+
edgeConfig?: Array<string> | undefined;
|
|
3502
|
+
edgeConfigItem?: Array<string> | undefined;
|
|
3503
|
+
edgeConfigSchema?: Array<string> | undefined;
|
|
3504
|
+
edgeConfigToken?: Array<string> | undefined;
|
|
3505
|
+
webhook?: Array<string> | undefined;
|
|
3506
|
+
"webhook-event"?: Array<string> | undefined;
|
|
3507
|
+
endpointVerification?: Array<string> | undefined;
|
|
3508
|
+
projectTransferIn?: Array<string> | undefined;
|
|
3509
|
+
oauth2Application?: Array<string> | undefined;
|
|
3510
|
+
aliasProject?: Array<string> | undefined;
|
|
3511
|
+
aliasProtectionBypass?: Array<string> | undefined;
|
|
3512
|
+
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
3513
|
+
connectConfigurationLink?: Array<string> | undefined;
|
|
3514
|
+
dataCacheNamespace?: Array<string> | undefined;
|
|
3515
|
+
deployment?: Array<string> | undefined;
|
|
3516
|
+
deploymentCheck?: Array<string> | undefined;
|
|
3517
|
+
deploymentCheckPreview?: Array<string> | undefined;
|
|
3518
|
+
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
3519
|
+
deploymentProductionGit?: Array<string> | undefined;
|
|
3520
|
+
deploymentPreview?: Array<string> | undefined;
|
|
3521
|
+
deploymentPrivate?: Array<string> | undefined;
|
|
3522
|
+
deploymentPromote?: Array<string> | undefined;
|
|
3523
|
+
deploymentRollback?: Array<string> | undefined;
|
|
3524
|
+
environments?: Array<string> | undefined;
|
|
3525
|
+
logs?: Array<string> | undefined;
|
|
3526
|
+
logsPreset?: Array<string> | undefined;
|
|
3527
|
+
passwordProtection?: Array<string> | undefined;
|
|
3528
|
+
optionsAllowlist?: Array<string> | undefined;
|
|
3529
|
+
job?: Array<string> | undefined;
|
|
3530
|
+
project?: Array<string> | undefined;
|
|
3531
|
+
projectAccessGroup?: Array<string> | undefined;
|
|
3532
|
+
projectAnalyticsSampling?: Array<string> | undefined;
|
|
3533
|
+
projectDeploymentHook?: Array<string> | undefined;
|
|
3534
|
+
projectDomain?: Array<string> | undefined;
|
|
3535
|
+
projectDomainMove?: Array<string> | undefined;
|
|
3536
|
+
projectDomainCheckConfig?: Array<string> | undefined;
|
|
3537
|
+
projectEnvVars?: Array<string> | undefined;
|
|
3538
|
+
projectEnvVarsProduction?: Array<string> | undefined;
|
|
3539
|
+
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
3540
|
+
projectFlags?: Array<string> | undefined;
|
|
3541
|
+
projectId?: Array<string> | undefined;
|
|
3542
|
+
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
3543
|
+
projectLink?: Array<string> | undefined;
|
|
3544
|
+
projectMember?: Array<string> | undefined;
|
|
3545
|
+
projectMonitoring?: Array<string> | undefined;
|
|
3546
|
+
projectPermissions?: Array<string> | undefined;
|
|
3547
|
+
projectProductionBranch?: Array<string> | undefined;
|
|
3548
|
+
projectTransfer?: Array<string> | undefined;
|
|
3549
|
+
projectTransferOut?: Array<string> | undefined;
|
|
3550
|
+
projectProtectionBypass?: Array<string> | undefined;
|
|
3551
|
+
projectUsage?: Array<string> | undefined;
|
|
3552
|
+
projectAnalyticsUsage?: Array<string> | undefined;
|
|
3553
|
+
projectSupportCase?: Array<string> | undefined;
|
|
3554
|
+
projectSupportCaseComment?: Array<string> | undefined;
|
|
3555
|
+
projectDeploymentExpiration?: Array<string> | undefined;
|
|
3556
|
+
projectTier?: Array<string> | undefined;
|
|
3557
|
+
seawallConfig?: Array<string> | undefined;
|
|
3558
|
+
skewProtection?: Array<string> | undefined;
|
|
3559
|
+
analytics?: Array<string> | undefined;
|
|
3560
|
+
trustedIps?: Array<string> | undefined;
|
|
3561
|
+
webAnalytics?: Array<string> | undefined;
|
|
3562
|
+
sharedEnvVarConnection?: Array<string> | undefined;
|
|
3563
|
+
sonar?: Array<string> | undefined;
|
|
3564
|
+
};
|
|
3565
|
+
/** @internal */
|
|
3566
|
+
export declare const Permissions$outboundSchema: z.ZodType<Permissions$Outbound, z.ZodTypeDef, Permissions>;
|
|
3567
|
+
/**
|
|
3568
|
+
* @internal
|
|
3569
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3570
|
+
*/
|
|
3571
|
+
export declare namespace Permissions$ {
|
|
3572
|
+
/** @deprecated use `Permissions$inboundSchema` instead. */
|
|
3573
|
+
const inboundSchema: z.ZodType<Permissions, z.ZodTypeDef, unknown>;
|
|
3574
|
+
/** @deprecated use `Permissions$outboundSchema` instead. */
|
|
3575
|
+
const outboundSchema: z.ZodType<Permissions$Outbound, z.ZodTypeDef, Permissions>;
|
|
3576
|
+
/** @deprecated use `Permissions$Outbound` instead. */
|
|
3577
|
+
type Outbound = Permissions$Outbound;
|
|
3578
|
+
}
|
|
3579
|
+
/** @internal */
|
|
3580
|
+
export declare const LastRollbackTarget$inboundSchema: z.ZodType<LastRollbackTarget, z.ZodTypeDef, unknown>;
|
|
3581
|
+
/** @internal */
|
|
3582
|
+
export type LastRollbackTarget$Outbound = {};
|
|
3583
|
+
/** @internal */
|
|
3584
|
+
export declare const LastRollbackTarget$outboundSchema: z.ZodType<LastRollbackTarget$Outbound, z.ZodTypeDef, LastRollbackTarget>;
|
|
3585
|
+
/**
|
|
3586
|
+
* @internal
|
|
3587
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3588
|
+
*/
|
|
3589
|
+
export declare namespace LastRollbackTarget$ {
|
|
3590
|
+
/** @deprecated use `LastRollbackTarget$inboundSchema` instead. */
|
|
3591
|
+
const inboundSchema: z.ZodType<LastRollbackTarget, z.ZodTypeDef, unknown>;
|
|
3592
|
+
/** @deprecated use `LastRollbackTarget$outboundSchema` instead. */
|
|
3593
|
+
const outboundSchema: z.ZodType<LastRollbackTarget$Outbound, z.ZodTypeDef, LastRollbackTarget>;
|
|
3594
|
+
/** @deprecated use `LastRollbackTarget$Outbound` instead. */
|
|
3595
|
+
type Outbound = LastRollbackTarget$Outbound;
|
|
3596
|
+
}
|
|
3597
|
+
/** @internal */
|
|
3598
|
+
export declare const JobStatus$inboundSchema: z.ZodNativeEnum<typeof JobStatus>;
|
|
3599
|
+
/** @internal */
|
|
3600
|
+
export declare const JobStatus$outboundSchema: z.ZodNativeEnum<typeof JobStatus>;
|
|
3601
|
+
/**
|
|
3602
|
+
* @internal
|
|
3603
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3604
|
+
*/
|
|
3605
|
+
export declare namespace JobStatus$ {
|
|
3606
|
+
/** @deprecated use `JobStatus$inboundSchema` instead. */
|
|
3607
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3608
|
+
readonly Succeeded: "succeeded";
|
|
3609
|
+
readonly Failed: "failed";
|
|
3610
|
+
readonly Skipped: "skipped";
|
|
3611
|
+
readonly Pending: "pending";
|
|
3612
|
+
readonly InProgress: "in-progress";
|
|
3613
|
+
}>;
|
|
3614
|
+
/** @deprecated use `JobStatus$outboundSchema` instead. */
|
|
3615
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3616
|
+
readonly Succeeded: "succeeded";
|
|
3617
|
+
readonly Failed: "failed";
|
|
3618
|
+
readonly Skipped: "skipped";
|
|
3619
|
+
readonly Pending: "pending";
|
|
3620
|
+
readonly InProgress: "in-progress";
|
|
3621
|
+
}>;
|
|
3622
|
+
}
|
|
3623
|
+
/** @internal */
|
|
3624
|
+
export declare const UpdateProjectDataCacheProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
|
|
3625
|
+
/** @internal */
|
|
3626
|
+
export declare const UpdateProjectDataCacheProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
|
|
3627
|
+
/**
|
|
3628
|
+
* @internal
|
|
3629
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3630
|
+
*/
|
|
3631
|
+
export declare namespace UpdateProjectDataCacheProjectsResponseType$ {
|
|
3632
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponseType$inboundSchema` instead. */
|
|
3633
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3634
|
+
readonly Promote: "promote";
|
|
3635
|
+
readonly Rollback: "rollback";
|
|
3636
|
+
}>;
|
|
3637
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponseType$outboundSchema` instead. */
|
|
3638
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3639
|
+
readonly Promote: "promote";
|
|
3640
|
+
readonly Rollback: "rollback";
|
|
3641
|
+
}>;
|
|
3642
|
+
}
|
|
3643
|
+
/** @internal */
|
|
3644
|
+
export declare const LastAliasRequest$inboundSchema: z.ZodType<LastAliasRequest, z.ZodTypeDef, unknown>;
|
|
3645
|
+
/** @internal */
|
|
3646
|
+
export type LastAliasRequest$Outbound = {
|
|
3647
|
+
fromDeploymentId: string;
|
|
3648
|
+
toDeploymentId: string;
|
|
3649
|
+
jobStatus: string;
|
|
3650
|
+
requestedAt: number;
|
|
3651
|
+
type: string;
|
|
3652
|
+
};
|
|
3653
|
+
/** @internal */
|
|
3654
|
+
export declare const LastAliasRequest$outboundSchema: z.ZodType<LastAliasRequest$Outbound, z.ZodTypeDef, LastAliasRequest>;
|
|
3655
|
+
/**
|
|
3656
|
+
* @internal
|
|
3657
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3658
|
+
*/
|
|
3659
|
+
export declare namespace LastAliasRequest$ {
|
|
3660
|
+
/** @deprecated use `LastAliasRequest$inboundSchema` instead. */
|
|
3661
|
+
const inboundSchema: z.ZodType<LastAliasRequest, z.ZodTypeDef, unknown>;
|
|
3662
|
+
/** @deprecated use `LastAliasRequest$outboundSchema` instead. */
|
|
3663
|
+
const outboundSchema: z.ZodType<LastAliasRequest$Outbound, z.ZodTypeDef, LastAliasRequest>;
|
|
3664
|
+
/** @deprecated use `LastAliasRequest$Outbound` instead. */
|
|
3665
|
+
type Outbound = LastAliasRequest$Outbound;
|
|
3666
|
+
}
|
|
3667
|
+
/** @internal */
|
|
3668
|
+
export declare const Scope$inboundSchema: z.ZodNativeEnum<typeof Scope>;
|
|
3669
|
+
/** @internal */
|
|
3670
|
+
export declare const Scope$outboundSchema: z.ZodNativeEnum<typeof Scope>;
|
|
3671
|
+
/**
|
|
3672
|
+
* @internal
|
|
3673
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3674
|
+
*/
|
|
3675
|
+
export declare namespace Scope$ {
|
|
3676
|
+
/** @deprecated use `Scope$inboundSchema` instead. */
|
|
3677
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3678
|
+
readonly AutomationBypass: "automation-bypass";
|
|
3679
|
+
}>;
|
|
3680
|
+
/** @deprecated use `Scope$outboundSchema` instead. */
|
|
3681
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3682
|
+
readonly AutomationBypass: "automation-bypass";
|
|
3683
|
+
}>;
|
|
3684
|
+
}
|
|
3685
|
+
/** @internal */
|
|
3686
|
+
export declare const ProtectionBypass$inboundSchema: z.ZodType<ProtectionBypass, z.ZodTypeDef, unknown>;
|
|
3687
|
+
/** @internal */
|
|
3688
|
+
export type ProtectionBypass$Outbound = {
|
|
3689
|
+
createdAt: number;
|
|
3690
|
+
createdBy: string;
|
|
3691
|
+
scope: string;
|
|
3692
|
+
};
|
|
3693
|
+
/** @internal */
|
|
3694
|
+
export declare const ProtectionBypass$outboundSchema: z.ZodType<ProtectionBypass$Outbound, z.ZodTypeDef, ProtectionBypass>;
|
|
3695
|
+
/**
|
|
3696
|
+
* @internal
|
|
3697
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3698
|
+
*/
|
|
3699
|
+
export declare namespace ProtectionBypass$ {
|
|
3700
|
+
/** @deprecated use `ProtectionBypass$inboundSchema` instead. */
|
|
3701
|
+
const inboundSchema: z.ZodType<ProtectionBypass, z.ZodTypeDef, unknown>;
|
|
3702
|
+
/** @deprecated use `ProtectionBypass$outboundSchema` instead. */
|
|
3703
|
+
const outboundSchema: z.ZodType<ProtectionBypass$Outbound, z.ZodTypeDef, ProtectionBypass>;
|
|
3704
|
+
/** @deprecated use `ProtectionBypass$Outbound` instead. */
|
|
3705
|
+
type Outbound = ProtectionBypass$Outbound;
|
|
3706
|
+
}
|
|
3707
|
+
/** @internal */
|
|
3708
|
+
export declare const UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsDeploymentType>;
|
|
3709
|
+
/** @internal */
|
|
3710
|
+
export declare const UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsDeploymentType>;
|
|
3711
|
+
/**
|
|
3712
|
+
* @internal
|
|
3713
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3714
|
+
*/
|
|
3715
|
+
export declare namespace UpdateProjectDataCacheTrustedIpsDeploymentType$ {
|
|
3716
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema` instead. */
|
|
3717
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3718
|
+
readonly Production: "production";
|
|
3719
|
+
readonly Preview: "preview";
|
|
3720
|
+
readonly All: "all";
|
|
3721
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
3722
|
+
}>;
|
|
3723
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSchema` instead. */
|
|
3724
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3725
|
+
readonly Production: "production";
|
|
3726
|
+
readonly Preview: "preview";
|
|
3727
|
+
readonly All: "all";
|
|
3728
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
3729
|
+
}>;
|
|
3730
|
+
}
|
|
3731
|
+
/** @internal */
|
|
3732
|
+
export declare const TrustedIps2$inboundSchema: z.ZodType<TrustedIps2, z.ZodTypeDef, unknown>;
|
|
3733
|
+
/** @internal */
|
|
3734
|
+
export type TrustedIps2$Outbound = {
|
|
3735
|
+
deploymentType: string;
|
|
3736
|
+
};
|
|
3737
|
+
/** @internal */
|
|
3738
|
+
export declare const TrustedIps2$outboundSchema: z.ZodType<TrustedIps2$Outbound, z.ZodTypeDef, TrustedIps2>;
|
|
3739
|
+
/**
|
|
3740
|
+
* @internal
|
|
3741
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3742
|
+
*/
|
|
3743
|
+
export declare namespace TrustedIps2$ {
|
|
3744
|
+
/** @deprecated use `TrustedIps2$inboundSchema` instead. */
|
|
3745
|
+
const inboundSchema: z.ZodType<TrustedIps2, z.ZodTypeDef, unknown>;
|
|
3746
|
+
/** @deprecated use `TrustedIps2$outboundSchema` instead. */
|
|
3747
|
+
const outboundSchema: z.ZodType<TrustedIps2$Outbound, z.ZodTypeDef, TrustedIps2>;
|
|
3748
|
+
/** @deprecated use `TrustedIps2$Outbound` instead. */
|
|
3749
|
+
type Outbound = TrustedIps2$Outbound;
|
|
3750
|
+
}
|
|
3751
|
+
/** @internal */
|
|
3752
|
+
export declare const TrustedIpsDeploymentType$inboundSchema: z.ZodNativeEnum<typeof TrustedIpsDeploymentType>;
|
|
3753
|
+
/** @internal */
|
|
3754
|
+
export declare const TrustedIpsDeploymentType$outboundSchema: z.ZodNativeEnum<typeof TrustedIpsDeploymentType>;
|
|
3755
|
+
/**
|
|
3756
|
+
* @internal
|
|
3757
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3758
|
+
*/
|
|
3759
|
+
export declare namespace TrustedIpsDeploymentType$ {
|
|
3760
|
+
/** @deprecated use `TrustedIpsDeploymentType$inboundSchema` instead. */
|
|
3761
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3762
|
+
readonly Production: "production";
|
|
3763
|
+
readonly Preview: "preview";
|
|
3764
|
+
readonly All: "all";
|
|
3765
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
3766
|
+
}>;
|
|
3767
|
+
/** @deprecated use `TrustedIpsDeploymentType$outboundSchema` instead. */
|
|
3768
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3769
|
+
readonly Production: "production";
|
|
3770
|
+
readonly Preview: "preview";
|
|
3771
|
+
readonly All: "all";
|
|
3772
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
3773
|
+
}>;
|
|
3774
|
+
}
|
|
3775
|
+
/** @internal */
|
|
3776
|
+
export declare const UpdateProjectDataCacheTrustedIpsAddresses$inboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIpsAddresses, z.ZodTypeDef, unknown>;
|
|
3777
|
+
/** @internal */
|
|
3778
|
+
export type UpdateProjectDataCacheTrustedIpsAddresses$Outbound = {
|
|
3779
|
+
value: string;
|
|
3780
|
+
note?: string | undefined;
|
|
3781
|
+
};
|
|
3782
|
+
/** @internal */
|
|
3783
|
+
export declare const UpdateProjectDataCacheTrustedIpsAddresses$outboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIpsAddresses$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTrustedIpsAddresses>;
|
|
3784
|
+
/**
|
|
3785
|
+
* @internal
|
|
3786
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3787
|
+
*/
|
|
3788
|
+
export declare namespace UpdateProjectDataCacheTrustedIpsAddresses$ {
|
|
3789
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIpsAddresses$inboundSchema` instead. */
|
|
3790
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIpsAddresses, z.ZodTypeDef, unknown>;
|
|
3791
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIpsAddresses$outboundSchema` instead. */
|
|
3792
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIpsAddresses$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTrustedIpsAddresses>;
|
|
3793
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIpsAddresses$Outbound` instead. */
|
|
3794
|
+
type Outbound = UpdateProjectDataCacheTrustedIpsAddresses$Outbound;
|
|
3795
|
+
}
|
|
3796
|
+
/** @internal */
|
|
3797
|
+
export declare const UpdateProjectDataCacheTrustedIpsProtectionMode$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsProtectionMode>;
|
|
3798
|
+
/** @internal */
|
|
3799
|
+
export declare const UpdateProjectDataCacheTrustedIpsProtectionMode$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsProtectionMode>;
|
|
3800
|
+
/**
|
|
3801
|
+
* @internal
|
|
3802
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3803
|
+
*/
|
|
3804
|
+
export declare namespace UpdateProjectDataCacheTrustedIpsProtectionMode$ {
|
|
3805
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIpsProtectionMode$inboundSchema` instead. */
|
|
3806
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3807
|
+
readonly Additional: "additional";
|
|
3808
|
+
readonly Exclusive: "exclusive";
|
|
3809
|
+
}>;
|
|
3810
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIpsProtectionMode$outboundSchema` instead. */
|
|
3811
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3812
|
+
readonly Additional: "additional";
|
|
3813
|
+
readonly Exclusive: "exclusive";
|
|
3814
|
+
}>;
|
|
3815
|
+
}
|
|
3816
|
+
/** @internal */
|
|
3817
|
+
export declare const TrustedIps1$inboundSchema: z.ZodType<TrustedIps1, z.ZodTypeDef, unknown>;
|
|
3818
|
+
/** @internal */
|
|
3819
|
+
export type TrustedIps1$Outbound = {
|
|
3820
|
+
deploymentType: string;
|
|
3821
|
+
addresses: Array<UpdateProjectDataCacheTrustedIpsAddresses$Outbound>;
|
|
3822
|
+
protectionMode: string;
|
|
3823
|
+
};
|
|
3824
|
+
/** @internal */
|
|
3825
|
+
export declare const TrustedIps1$outboundSchema: z.ZodType<TrustedIps1$Outbound, z.ZodTypeDef, TrustedIps1>;
|
|
3826
|
+
/**
|
|
3827
|
+
* @internal
|
|
3828
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3829
|
+
*/
|
|
3830
|
+
export declare namespace TrustedIps1$ {
|
|
3831
|
+
/** @deprecated use `TrustedIps1$inboundSchema` instead. */
|
|
3832
|
+
const inboundSchema: z.ZodType<TrustedIps1, z.ZodTypeDef, unknown>;
|
|
3833
|
+
/** @deprecated use `TrustedIps1$outboundSchema` instead. */
|
|
3834
|
+
const outboundSchema: z.ZodType<TrustedIps1$Outbound, z.ZodTypeDef, TrustedIps1>;
|
|
3835
|
+
/** @deprecated use `TrustedIps1$Outbound` instead. */
|
|
3836
|
+
type Outbound = TrustedIps1$Outbound;
|
|
3837
|
+
}
|
|
3838
|
+
/** @internal */
|
|
3839
|
+
export declare const UpdateProjectDataCacheTrustedIps$inboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIps, z.ZodTypeDef, unknown>;
|
|
3840
|
+
/** @internal */
|
|
3841
|
+
export type UpdateProjectDataCacheTrustedIps$Outbound = TrustedIps2$Outbound | TrustedIps1$Outbound;
|
|
3842
|
+
/** @internal */
|
|
3843
|
+
export declare const UpdateProjectDataCacheTrustedIps$outboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIps$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTrustedIps>;
|
|
3844
|
+
/**
|
|
3845
|
+
* @internal
|
|
3846
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3847
|
+
*/
|
|
3848
|
+
export declare namespace UpdateProjectDataCacheTrustedIps$ {
|
|
3849
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIps$inboundSchema` instead. */
|
|
3850
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIps, z.ZodTypeDef, unknown>;
|
|
3851
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIps$outboundSchema` instead. */
|
|
3852
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIps$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTrustedIps>;
|
|
3853
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIps$Outbound` instead. */
|
|
3854
|
+
type Outbound = UpdateProjectDataCacheTrustedIps$Outbound;
|
|
3855
|
+
}
|
|
3856
|
+
/** @internal */
|
|
3857
|
+
export declare const GitComments$inboundSchema: z.ZodType<GitComments, z.ZodTypeDef, unknown>;
|
|
3858
|
+
/** @internal */
|
|
3859
|
+
export type GitComments$Outbound = {
|
|
3860
|
+
onPullRequest: boolean;
|
|
3861
|
+
onCommit: boolean;
|
|
3862
|
+
};
|
|
3863
|
+
/** @internal */
|
|
3864
|
+
export declare const GitComments$outboundSchema: z.ZodType<GitComments$Outbound, z.ZodTypeDef, GitComments>;
|
|
3865
|
+
/**
|
|
3866
|
+
* @internal
|
|
3867
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3868
|
+
*/
|
|
3869
|
+
export declare namespace GitComments$ {
|
|
3870
|
+
/** @deprecated use `GitComments$inboundSchema` instead. */
|
|
3871
|
+
const inboundSchema: z.ZodType<GitComments, z.ZodTypeDef, unknown>;
|
|
3872
|
+
/** @deprecated use `GitComments$outboundSchema` instead. */
|
|
3873
|
+
const outboundSchema: z.ZodType<GitComments$Outbound, z.ZodTypeDef, GitComments>;
|
|
3874
|
+
/** @deprecated use `GitComments$Outbound` instead. */
|
|
3875
|
+
type Outbound = GitComments$Outbound;
|
|
3876
|
+
}
|
|
3877
|
+
/** @internal */
|
|
3878
|
+
export declare const WebAnalytics$inboundSchema: z.ZodType<WebAnalytics, z.ZodTypeDef, unknown>;
|
|
3879
|
+
/** @internal */
|
|
3880
|
+
export type WebAnalytics$Outbound = {
|
|
3881
|
+
id: string;
|
|
3882
|
+
disabledAt?: number | undefined;
|
|
3883
|
+
canceledAt?: number | undefined;
|
|
3884
|
+
enabledAt?: number | undefined;
|
|
3885
|
+
hasData?: boolean | undefined;
|
|
3886
|
+
};
|
|
3887
|
+
/** @internal */
|
|
3888
|
+
export declare const WebAnalytics$outboundSchema: z.ZodType<WebAnalytics$Outbound, z.ZodTypeDef, WebAnalytics>;
|
|
3889
|
+
/**
|
|
3890
|
+
* @internal
|
|
3891
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3892
|
+
*/
|
|
3893
|
+
export declare namespace WebAnalytics$ {
|
|
3894
|
+
/** @deprecated use `WebAnalytics$inboundSchema` instead. */
|
|
3895
|
+
const inboundSchema: z.ZodType<WebAnalytics, z.ZodTypeDef, unknown>;
|
|
3896
|
+
/** @deprecated use `WebAnalytics$outboundSchema` instead. */
|
|
3897
|
+
const outboundSchema: z.ZodType<WebAnalytics$Outbound, z.ZodTypeDef, WebAnalytics>;
|
|
3898
|
+
/** @deprecated use `WebAnalytics$Outbound` instead. */
|
|
3899
|
+
type Outbound = WebAnalytics$Outbound;
|
|
3900
|
+
}
|
|
3901
|
+
/** @internal */
|
|
3902
|
+
export declare const Src2$inboundSchema: z.ZodType<Src2, z.ZodTypeDef, unknown>;
|
|
3903
|
+
/** @internal */
|
|
3904
|
+
export type Src2$Outbound = {
|
|
3905
|
+
re?: string | undefined;
|
|
3906
|
+
eq?: string | undefined;
|
|
3907
|
+
neq?: string | undefined;
|
|
3908
|
+
inc?: Array<string> | undefined;
|
|
3909
|
+
ninc?: Array<string> | undefined;
|
|
3910
|
+
pre?: string | undefined;
|
|
3911
|
+
suf?: string | undefined;
|
|
3912
|
+
gt?: number | undefined;
|
|
3913
|
+
gte?: number | undefined;
|
|
3914
|
+
lt?: number | undefined;
|
|
3915
|
+
lte?: number | undefined;
|
|
3916
|
+
};
|
|
3917
|
+
/** @internal */
|
|
3918
|
+
export declare const Src2$outboundSchema: z.ZodType<Src2$Outbound, z.ZodTypeDef, Src2>;
|
|
3919
|
+
/**
|
|
3920
|
+
* @internal
|
|
3921
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3922
|
+
*/
|
|
3923
|
+
export declare namespace Src2$ {
|
|
3924
|
+
/** @deprecated use `Src2$inboundSchema` instead. */
|
|
3925
|
+
const inboundSchema: z.ZodType<Src2, z.ZodTypeDef, unknown>;
|
|
3926
|
+
/** @deprecated use `Src2$outboundSchema` instead. */
|
|
3927
|
+
const outboundSchema: z.ZodType<Src2$Outbound, z.ZodTypeDef, Src2>;
|
|
3928
|
+
/** @deprecated use `Src2$Outbound` instead. */
|
|
3929
|
+
type Outbound = Src2$Outbound;
|
|
3930
|
+
}
|
|
3931
|
+
/** @internal */
|
|
3932
|
+
export declare const Src$inboundSchema: z.ZodType<Src, z.ZodTypeDef, unknown>;
|
|
3933
|
+
/** @internal */
|
|
3934
|
+
export type Src$Outbound = Src2$Outbound | string;
|
|
3935
|
+
/** @internal */
|
|
3936
|
+
export declare const Src$outboundSchema: z.ZodType<Src$Outbound, z.ZodTypeDef, Src>;
|
|
3937
|
+
/**
|
|
3938
|
+
* @internal
|
|
3939
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3940
|
+
*/
|
|
3941
|
+
export declare namespace Src$ {
|
|
3942
|
+
/** @deprecated use `Src$inboundSchema` instead. */
|
|
3943
|
+
const inboundSchema: z.ZodType<Src, z.ZodTypeDef, unknown>;
|
|
3944
|
+
/** @deprecated use `Src$outboundSchema` instead. */
|
|
3945
|
+
const outboundSchema: z.ZodType<Src$Outbound, z.ZodTypeDef, Src>;
|
|
3946
|
+
/** @deprecated use `Src$Outbound` instead. */
|
|
3947
|
+
type Outbound = Src$Outbound;
|
|
3948
|
+
}
|
|
3949
|
+
/** @internal */
|
|
3950
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType>;
|
|
3951
|
+
/** @internal */
|
|
3952
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType>;
|
|
3953
|
+
/**
|
|
3954
|
+
* @internal
|
|
3955
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3956
|
+
*/
|
|
3957
|
+
export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$ {
|
|
3958
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema` instead. */
|
|
3959
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3960
|
+
readonly Path: "path";
|
|
3961
|
+
readonly Host: "host";
|
|
3962
|
+
readonly Method: "method";
|
|
3963
|
+
readonly Header: "header";
|
|
3964
|
+
readonly Cookie: "cookie";
|
|
3965
|
+
readonly Query: "query";
|
|
3966
|
+
readonly IpAddress: "ip_address";
|
|
3967
|
+
readonly Protocol: "protocol";
|
|
3968
|
+
readonly Scheme: "scheme";
|
|
3969
|
+
readonly Environment: "environment";
|
|
3970
|
+
readonly Region: "region";
|
|
3971
|
+
}>;
|
|
3972
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema` instead. */
|
|
3973
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3974
|
+
readonly Path: "path";
|
|
3975
|
+
readonly Host: "host";
|
|
3976
|
+
readonly Method: "method";
|
|
3977
|
+
readonly Header: "header";
|
|
3978
|
+
readonly Cookie: "cookie";
|
|
3979
|
+
readonly Query: "query";
|
|
3980
|
+
readonly IpAddress: "ip_address";
|
|
3981
|
+
readonly Protocol: "protocol";
|
|
3982
|
+
readonly Scheme: "scheme";
|
|
3983
|
+
readonly Environment: "environment";
|
|
3984
|
+
readonly Region: "region";
|
|
3985
|
+
}>;
|
|
3986
|
+
}
|
|
3987
|
+
/** @internal */
|
|
3988
|
+
export declare const UpdateProjectDataCacheValueProjects2$inboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2, z.ZodTypeDef, unknown>;
|
|
3989
|
+
/** @internal */
|
|
3990
|
+
export type UpdateProjectDataCacheValueProjects2$Outbound = {
|
|
3991
|
+
re?: string | undefined;
|
|
3992
|
+
eq?: string | undefined;
|
|
3993
|
+
neq?: string | undefined;
|
|
3994
|
+
inc?: Array<string> | undefined;
|
|
3995
|
+
ninc?: Array<string> | undefined;
|
|
3996
|
+
pre?: string | undefined;
|
|
3997
|
+
suf?: string | undefined;
|
|
3998
|
+
gt?: number | undefined;
|
|
3999
|
+
gte?: number | undefined;
|
|
4000
|
+
lt?: number | undefined;
|
|
4001
|
+
lte?: number | undefined;
|
|
4002
|
+
};
|
|
4003
|
+
/** @internal */
|
|
4004
|
+
export declare const UpdateProjectDataCacheValueProjects2$outboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValueProjects2>;
|
|
4005
|
+
/**
|
|
4006
|
+
* @internal
|
|
4007
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4008
|
+
*/
|
|
4009
|
+
export declare namespace UpdateProjectDataCacheValueProjects2$ {
|
|
4010
|
+
/** @deprecated use `UpdateProjectDataCacheValueProjects2$inboundSchema` instead. */
|
|
4011
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2, z.ZodTypeDef, unknown>;
|
|
4012
|
+
/** @deprecated use `UpdateProjectDataCacheValueProjects2$outboundSchema` instead. */
|
|
4013
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValueProjects2>;
|
|
4014
|
+
/** @deprecated use `UpdateProjectDataCacheValueProjects2$Outbound` instead. */
|
|
4015
|
+
type Outbound = UpdateProjectDataCacheValueProjects2$Outbound;
|
|
4016
|
+
}
|
|
4017
|
+
/** @internal */
|
|
4018
|
+
export declare const UpdateProjectDataCacheProjectsValue$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue, z.ZodTypeDef, unknown>;
|
|
4019
|
+
/** @internal */
|
|
4020
|
+
export type UpdateProjectDataCacheProjectsValue$Outbound = UpdateProjectDataCacheValueProjects2$Outbound | string;
|
|
4021
|
+
/** @internal */
|
|
4022
|
+
export declare const UpdateProjectDataCacheProjectsValue$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsValue>;
|
|
4023
|
+
/**
|
|
4024
|
+
* @internal
|
|
4025
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4026
|
+
*/
|
|
4027
|
+
export declare namespace UpdateProjectDataCacheProjectsValue$ {
|
|
4028
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsValue$inboundSchema` instead. */
|
|
4029
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue, z.ZodTypeDef, unknown>;
|
|
4030
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsValue$outboundSchema` instead. */
|
|
4031
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsValue>;
|
|
4032
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsValue$Outbound` instead. */
|
|
4033
|
+
type Outbound = UpdateProjectDataCacheProjectsValue$Outbound;
|
|
4034
|
+
}
|
|
4035
|
+
/** @internal */
|
|
4036
|
+
export declare const Has$inboundSchema: z.ZodType<Has, z.ZodTypeDef, unknown>;
|
|
4037
|
+
/** @internal */
|
|
4038
|
+
export type Has$Outbound = {
|
|
4039
|
+
type: string;
|
|
4040
|
+
key?: string | undefined;
|
|
4041
|
+
value?: UpdateProjectDataCacheValueProjects2$Outbound | string | undefined;
|
|
4042
|
+
};
|
|
4043
|
+
/** @internal */
|
|
4044
|
+
export declare const Has$outboundSchema: z.ZodType<Has$Outbound, z.ZodTypeDef, Has>;
|
|
4045
|
+
/**
|
|
4046
|
+
* @internal
|
|
4047
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4048
|
+
*/
|
|
4049
|
+
export declare namespace Has$ {
|
|
4050
|
+
/** @deprecated use `Has$inboundSchema` instead. */
|
|
4051
|
+
const inboundSchema: z.ZodType<Has, z.ZodTypeDef, unknown>;
|
|
4052
|
+
/** @deprecated use `Has$outboundSchema` instead. */
|
|
4053
|
+
const outboundSchema: z.ZodType<Has$Outbound, z.ZodTypeDef, Has>;
|
|
4054
|
+
/** @deprecated use `Has$Outbound` instead. */
|
|
4055
|
+
type Outbound = Has$Outbound;
|
|
4056
|
+
}
|
|
4057
|
+
/** @internal */
|
|
4058
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
|
|
4059
|
+
/** @internal */
|
|
4060
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
|
|
4061
|
+
/**
|
|
4062
|
+
* @internal
|
|
4063
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4064
|
+
*/
|
|
4065
|
+
export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$ {
|
|
4066
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema` instead. */
|
|
4067
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4068
|
+
readonly Path: "path";
|
|
4069
|
+
readonly Host: "host";
|
|
4070
|
+
readonly Method: "method";
|
|
4071
|
+
readonly Header: "header";
|
|
4072
|
+
readonly Cookie: "cookie";
|
|
4073
|
+
readonly Query: "query";
|
|
4074
|
+
readonly IpAddress: "ip_address";
|
|
4075
|
+
readonly Protocol: "protocol";
|
|
4076
|
+
readonly Scheme: "scheme";
|
|
4077
|
+
readonly Environment: "environment";
|
|
4078
|
+
readonly Region: "region";
|
|
4079
|
+
}>;
|
|
4080
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema` instead. */
|
|
4081
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4082
|
+
readonly Path: "path";
|
|
4083
|
+
readonly Host: "host";
|
|
4084
|
+
readonly Method: "method";
|
|
4085
|
+
readonly Header: "header";
|
|
4086
|
+
readonly Cookie: "cookie";
|
|
4087
|
+
readonly Query: "query";
|
|
4088
|
+
readonly IpAddress: "ip_address";
|
|
4089
|
+
readonly Protocol: "protocol";
|
|
4090
|
+
readonly Scheme: "scheme";
|
|
4091
|
+
readonly Environment: "environment";
|
|
4092
|
+
readonly Region: "region";
|
|
4093
|
+
}>;
|
|
4094
|
+
}
|
|
4095
|
+
/** @internal */
|
|
4096
|
+
export declare const UpdateProjectDataCacheValue2$inboundSchema: z.ZodType<UpdateProjectDataCacheValue2, z.ZodTypeDef, unknown>;
|
|
4097
|
+
/** @internal */
|
|
4098
|
+
export type UpdateProjectDataCacheValue2$Outbound = {
|
|
4099
|
+
re?: string | undefined;
|
|
4100
|
+
eq?: string | undefined;
|
|
4101
|
+
neq?: string | undefined;
|
|
4102
|
+
inc?: Array<string> | undefined;
|
|
4103
|
+
ninc?: Array<string> | undefined;
|
|
4104
|
+
pre?: string | undefined;
|
|
4105
|
+
suf?: string | undefined;
|
|
4106
|
+
gt?: number | undefined;
|
|
4107
|
+
gte?: number | undefined;
|
|
4108
|
+
lt?: number | undefined;
|
|
4109
|
+
lte?: number | undefined;
|
|
4110
|
+
};
|
|
4111
|
+
/** @internal */
|
|
4112
|
+
export declare const UpdateProjectDataCacheValue2$outboundSchema: z.ZodType<UpdateProjectDataCacheValue2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue2>;
|
|
4113
|
+
/**
|
|
4114
|
+
* @internal
|
|
4115
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4116
|
+
*/
|
|
4117
|
+
export declare namespace UpdateProjectDataCacheValue2$ {
|
|
4118
|
+
/** @deprecated use `UpdateProjectDataCacheValue2$inboundSchema` instead. */
|
|
4119
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheValue2, z.ZodTypeDef, unknown>;
|
|
4120
|
+
/** @deprecated use `UpdateProjectDataCacheValue2$outboundSchema` instead. */
|
|
4121
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheValue2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue2>;
|
|
4122
|
+
/** @deprecated use `UpdateProjectDataCacheValue2$Outbound` instead. */
|
|
4123
|
+
type Outbound = UpdateProjectDataCacheValue2$Outbound;
|
|
4124
|
+
}
|
|
4125
|
+
/** @internal */
|
|
4126
|
+
export declare const UpdateProjectDataCacheValue$inboundSchema: z.ZodType<UpdateProjectDataCacheValue, z.ZodTypeDef, unknown>;
|
|
4127
|
+
/** @internal */
|
|
4128
|
+
export type UpdateProjectDataCacheValue$Outbound = UpdateProjectDataCacheValue2$Outbound | string;
|
|
4129
|
+
/** @internal */
|
|
4130
|
+
export declare const UpdateProjectDataCacheValue$outboundSchema: z.ZodType<UpdateProjectDataCacheValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue>;
|
|
4131
|
+
/**
|
|
4132
|
+
* @internal
|
|
4133
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4134
|
+
*/
|
|
4135
|
+
export declare namespace UpdateProjectDataCacheValue$ {
|
|
4136
|
+
/** @deprecated use `UpdateProjectDataCacheValue$inboundSchema` instead. */
|
|
4137
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheValue, z.ZodTypeDef, unknown>;
|
|
4138
|
+
/** @deprecated use `UpdateProjectDataCacheValue$outboundSchema` instead. */
|
|
4139
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue>;
|
|
4140
|
+
/** @deprecated use `UpdateProjectDataCacheValue$Outbound` instead. */
|
|
4141
|
+
type Outbound = UpdateProjectDataCacheValue$Outbound;
|
|
4142
|
+
}
|
|
4143
|
+
/** @internal */
|
|
4144
|
+
export declare const Missing$inboundSchema: z.ZodType<Missing, z.ZodTypeDef, unknown>;
|
|
4145
|
+
/** @internal */
|
|
4146
|
+
export type Missing$Outbound = {
|
|
4147
|
+
type: string;
|
|
4148
|
+
key?: string | undefined;
|
|
4149
|
+
value?: UpdateProjectDataCacheValue2$Outbound | string | undefined;
|
|
4150
|
+
};
|
|
4151
|
+
/** @internal */
|
|
4152
|
+
export declare const Missing$outboundSchema: z.ZodType<Missing$Outbound, z.ZodTypeDef, Missing>;
|
|
4153
|
+
/**
|
|
4154
|
+
* @internal
|
|
4155
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4156
|
+
*/
|
|
4157
|
+
export declare namespace Missing$ {
|
|
4158
|
+
/** @deprecated use `Missing$inboundSchema` instead. */
|
|
4159
|
+
const inboundSchema: z.ZodType<Missing, z.ZodTypeDef, unknown>;
|
|
4160
|
+
/** @deprecated use `Missing$outboundSchema` instead. */
|
|
4161
|
+
const outboundSchema: z.ZodType<Missing$Outbound, z.ZodTypeDef, Missing>;
|
|
4162
|
+
/** @deprecated use `Missing$Outbound` instead. */
|
|
4163
|
+
type Outbound = Missing$Outbound;
|
|
4164
|
+
}
|
|
4165
|
+
/** @internal */
|
|
4166
|
+
export declare const Handle$inboundSchema: z.ZodNativeEnum<typeof Handle>;
|
|
4167
|
+
/** @internal */
|
|
4168
|
+
export declare const Handle$outboundSchema: z.ZodNativeEnum<typeof Handle>;
|
|
4169
|
+
/**
|
|
4170
|
+
* @internal
|
|
4171
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4172
|
+
*/
|
|
4173
|
+
export declare namespace Handle$ {
|
|
4174
|
+
/** @deprecated use `Handle$inboundSchema` instead. */
|
|
4175
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4176
|
+
readonly Init: "init";
|
|
4177
|
+
readonly Finalize: "finalize";
|
|
4178
|
+
}>;
|
|
4179
|
+
/** @deprecated use `Handle$outboundSchema` instead. */
|
|
4180
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4181
|
+
readonly Init: "init";
|
|
4182
|
+
readonly Finalize: "finalize";
|
|
4183
|
+
}>;
|
|
4184
|
+
}
|
|
4185
|
+
/** @internal */
|
|
4186
|
+
export declare const UpdateProjectDataCacheAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAction>;
|
|
4187
|
+
/** @internal */
|
|
4188
|
+
export declare const UpdateProjectDataCacheAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAction>;
|
|
4189
|
+
/**
|
|
4190
|
+
* @internal
|
|
4191
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4192
|
+
*/
|
|
4193
|
+
export declare namespace UpdateProjectDataCacheAction$ {
|
|
4194
|
+
/** @deprecated use `UpdateProjectDataCacheAction$inboundSchema` instead. */
|
|
4195
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4196
|
+
readonly Deny: "deny";
|
|
4197
|
+
readonly Challenge: "challenge";
|
|
4198
|
+
readonly Log: "log";
|
|
4199
|
+
readonly Bypass: "bypass";
|
|
4200
|
+
readonly RateLimit: "rate_limit";
|
|
4201
|
+
readonly Redirect: "redirect";
|
|
4202
|
+
}>;
|
|
4203
|
+
/** @deprecated use `UpdateProjectDataCacheAction$outboundSchema` instead. */
|
|
4204
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4205
|
+
readonly Deny: "deny";
|
|
4206
|
+
readonly Challenge: "challenge";
|
|
4207
|
+
readonly Log: "log";
|
|
4208
|
+
readonly Bypass: "bypass";
|
|
4209
|
+
readonly RateLimit: "rate_limit";
|
|
4210
|
+
readonly Redirect: "redirect";
|
|
4211
|
+
}>;
|
|
4212
|
+
}
|
|
4213
|
+
/** @internal */
|
|
4214
|
+
export declare const UpdateProjectDataCacheAlgo$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAlgo>;
|
|
4215
|
+
/** @internal */
|
|
4216
|
+
export declare const UpdateProjectDataCacheAlgo$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAlgo>;
|
|
4217
|
+
/**
|
|
4218
|
+
* @internal
|
|
4219
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4220
|
+
*/
|
|
4221
|
+
export declare namespace UpdateProjectDataCacheAlgo$ {
|
|
4222
|
+
/** @deprecated use `UpdateProjectDataCacheAlgo$inboundSchema` instead. */
|
|
4223
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4224
|
+
readonly FixedWindow: "fixed_window";
|
|
4225
|
+
readonly TokenBucket: "token_bucket";
|
|
4226
|
+
}>;
|
|
4227
|
+
/** @deprecated use `UpdateProjectDataCacheAlgo$outboundSchema` instead. */
|
|
4228
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4229
|
+
readonly FixedWindow: "fixed_window";
|
|
4230
|
+
readonly TokenBucket: "token_bucket";
|
|
4231
|
+
}>;
|
|
4232
|
+
}
|
|
4233
|
+
/** @internal */
|
|
4234
|
+
export declare const Erl$inboundSchema: z.ZodType<Erl, z.ZodTypeDef, unknown>;
|
|
4235
|
+
/** @internal */
|
|
4236
|
+
export type Erl$Outbound = {
|
|
4237
|
+
algo: string;
|
|
4238
|
+
window: number;
|
|
4239
|
+
limit: number;
|
|
4240
|
+
keys: Array<string>;
|
|
4241
|
+
};
|
|
4242
|
+
/** @internal */
|
|
4243
|
+
export declare const Erl$outboundSchema: z.ZodType<Erl$Outbound, z.ZodTypeDef, Erl>;
|
|
4244
|
+
/**
|
|
4245
|
+
* @internal
|
|
4246
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4247
|
+
*/
|
|
4248
|
+
export declare namespace Erl$ {
|
|
4249
|
+
/** @deprecated use `Erl$inboundSchema` instead. */
|
|
4250
|
+
const inboundSchema: z.ZodType<Erl, z.ZodTypeDef, unknown>;
|
|
4251
|
+
/** @deprecated use `Erl$outboundSchema` instead. */
|
|
4252
|
+
const outboundSchema: z.ZodType<Erl$Outbound, z.ZodTypeDef, Erl>;
|
|
4253
|
+
/** @deprecated use `Erl$Outbound` instead. */
|
|
4254
|
+
type Outbound = Erl$Outbound;
|
|
4255
|
+
}
|
|
4256
|
+
/** @internal */
|
|
4257
|
+
export declare const UpdateProjectDataCacheMitigate$inboundSchema: z.ZodType<UpdateProjectDataCacheMitigate, z.ZodTypeDef, unknown>;
|
|
4258
|
+
/** @internal */
|
|
4259
|
+
export type UpdateProjectDataCacheMitigate$Outbound = {
|
|
4260
|
+
action: string;
|
|
4261
|
+
rule_id: string;
|
|
4262
|
+
ttl?: number | undefined;
|
|
4263
|
+
erl?: Erl$Outbound | undefined;
|
|
4264
|
+
};
|
|
4265
|
+
/** @internal */
|
|
4266
|
+
export declare const UpdateProjectDataCacheMitigate$outboundSchema: z.ZodType<UpdateProjectDataCacheMitigate$Outbound, z.ZodTypeDef, UpdateProjectDataCacheMitigate>;
|
|
4267
|
+
/**
|
|
4268
|
+
* @internal
|
|
4269
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4270
|
+
*/
|
|
4271
|
+
export declare namespace UpdateProjectDataCacheMitigate$ {
|
|
4272
|
+
/** @deprecated use `UpdateProjectDataCacheMitigate$inboundSchema` instead. */
|
|
4273
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheMitigate, z.ZodTypeDef, unknown>;
|
|
4274
|
+
/** @deprecated use `UpdateProjectDataCacheMitigate$outboundSchema` instead. */
|
|
4275
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheMitigate$Outbound, z.ZodTypeDef, UpdateProjectDataCacheMitigate>;
|
|
4276
|
+
/** @deprecated use `UpdateProjectDataCacheMitigate$Outbound` instead. */
|
|
4277
|
+
type Outbound = UpdateProjectDataCacheMitigate$Outbound;
|
|
4278
|
+
}
|
|
4279
|
+
/** @internal */
|
|
4280
|
+
export declare const FirewallRoutes$inboundSchema: z.ZodType<FirewallRoutes, z.ZodTypeDef, unknown>;
|
|
4281
|
+
/** @internal */
|
|
4282
|
+
export type FirewallRoutes$Outbound = {
|
|
4283
|
+
src?: Src2$Outbound | string | undefined;
|
|
4284
|
+
has?: Array<Has$Outbound> | undefined;
|
|
4285
|
+
missing?: Array<Missing$Outbound> | undefined;
|
|
4286
|
+
dest?: string | undefined;
|
|
4287
|
+
status?: number | undefined;
|
|
4288
|
+
handle?: string | undefined;
|
|
4289
|
+
mitigate?: UpdateProjectDataCacheMitigate$Outbound | undefined;
|
|
4290
|
+
};
|
|
4291
|
+
/** @internal */
|
|
4292
|
+
export declare const FirewallRoutes$outboundSchema: z.ZodType<FirewallRoutes$Outbound, z.ZodTypeDef, FirewallRoutes>;
|
|
4293
|
+
/**
|
|
4294
|
+
* @internal
|
|
4295
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4296
|
+
*/
|
|
4297
|
+
export declare namespace FirewallRoutes$ {
|
|
4298
|
+
/** @deprecated use `FirewallRoutes$inboundSchema` instead. */
|
|
4299
|
+
const inboundSchema: z.ZodType<FirewallRoutes, z.ZodTypeDef, unknown>;
|
|
4300
|
+
/** @deprecated use `FirewallRoutes$outboundSchema` instead. */
|
|
4301
|
+
const outboundSchema: z.ZodType<FirewallRoutes$Outbound, z.ZodTypeDef, FirewallRoutes>;
|
|
4302
|
+
/** @deprecated use `FirewallRoutes$Outbound` instead. */
|
|
4303
|
+
type Outbound = FirewallRoutes$Outbound;
|
|
4304
|
+
}
|
|
4305
|
+
/** @internal */
|
|
4306
|
+
export declare const Security$inboundSchema: z.ZodType<Security, z.ZodTypeDef, unknown>;
|
|
4307
|
+
/** @internal */
|
|
4308
|
+
export type Security$Outbound = {
|
|
4309
|
+
attackModeEnabled?: boolean | undefined;
|
|
4310
|
+
attackModeUpdatedAt?: number | undefined;
|
|
4311
|
+
firewallEnabled?: boolean | undefined;
|
|
4312
|
+
firewallUpdatedAt?: number | undefined;
|
|
4313
|
+
attackModeActiveUntil?: number | null | undefined;
|
|
4314
|
+
firewallConfigVersion?: number | undefined;
|
|
4315
|
+
firewallRoutes?: Array<FirewallRoutes$Outbound> | undefined;
|
|
4316
|
+
firewallSeawallEnabled?: boolean | undefined;
|
|
4317
|
+
ja3Enabled?: boolean | undefined;
|
|
4318
|
+
ja4Enabled?: boolean | undefined;
|
|
4319
|
+
};
|
|
4320
|
+
/** @internal */
|
|
4321
|
+
export declare const Security$outboundSchema: z.ZodType<Security$Outbound, z.ZodTypeDef, Security>;
|
|
4322
|
+
/**
|
|
4323
|
+
* @internal
|
|
4324
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4325
|
+
*/
|
|
4326
|
+
export declare namespace Security$ {
|
|
4327
|
+
/** @deprecated use `Security$inboundSchema` instead. */
|
|
4328
|
+
const inboundSchema: z.ZodType<Security, z.ZodTypeDef, unknown>;
|
|
4329
|
+
/** @deprecated use `Security$outboundSchema` instead. */
|
|
4330
|
+
const outboundSchema: z.ZodType<Security$Outbound, z.ZodTypeDef, Security>;
|
|
4331
|
+
/** @deprecated use `Security$Outbound` instead. */
|
|
4332
|
+
type Outbound = Security$Outbound;
|
|
4333
|
+
}
|
|
4334
|
+
/** @internal */
|
|
4335
|
+
export declare const UpdateProjectDataCacheIssuerMode$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheIssuerMode>;
|
|
4336
|
+
/** @internal */
|
|
4337
|
+
export declare const UpdateProjectDataCacheIssuerMode$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheIssuerMode>;
|
|
4338
|
+
/**
|
|
4339
|
+
* @internal
|
|
4340
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4341
|
+
*/
|
|
4342
|
+
export declare namespace UpdateProjectDataCacheIssuerMode$ {
|
|
4343
|
+
/** @deprecated use `UpdateProjectDataCacheIssuerMode$inboundSchema` instead. */
|
|
4344
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4345
|
+
readonly Team: "team";
|
|
4346
|
+
readonly Global: "global";
|
|
4347
|
+
}>;
|
|
4348
|
+
/** @deprecated use `UpdateProjectDataCacheIssuerMode$outboundSchema` instead. */
|
|
4349
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4350
|
+
readonly Team: "team";
|
|
4351
|
+
readonly Global: "global";
|
|
4352
|
+
}>;
|
|
4353
|
+
}
|
|
4354
|
+
/** @internal */
|
|
4355
|
+
export declare const UpdateProjectDataCacheOidcTokenConfig$inboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenConfig, z.ZodTypeDef, unknown>;
|
|
4356
|
+
/** @internal */
|
|
4357
|
+
export type UpdateProjectDataCacheOidcTokenConfig$Outbound = {
|
|
4358
|
+
enabled: boolean;
|
|
4359
|
+
issuerMode?: string | undefined;
|
|
4360
|
+
};
|
|
4361
|
+
/** @internal */
|
|
4362
|
+
export declare const UpdateProjectDataCacheOidcTokenConfig$outboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenConfig$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOidcTokenConfig>;
|
|
4363
|
+
/**
|
|
4364
|
+
* @internal
|
|
4365
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4366
|
+
*/
|
|
4367
|
+
export declare namespace UpdateProjectDataCacheOidcTokenConfig$ {
|
|
4368
|
+
/** @deprecated use `UpdateProjectDataCacheOidcTokenConfig$inboundSchema` instead. */
|
|
4369
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenConfig, z.ZodTypeDef, unknown>;
|
|
4370
|
+
/** @deprecated use `UpdateProjectDataCacheOidcTokenConfig$outboundSchema` instead. */
|
|
4371
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenConfig$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOidcTokenConfig>;
|
|
4372
|
+
/** @deprecated use `UpdateProjectDataCacheOidcTokenConfig$Outbound` instead. */
|
|
4373
|
+
type Outbound = UpdateProjectDataCacheOidcTokenConfig$Outbound;
|
|
4374
|
+
}
|
|
4375
|
+
/** @internal */
|
|
4376
|
+
export declare const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier>;
|
|
4377
|
+
/** @internal */
|
|
4378
|
+
export declare const Tier$outboundSchema: z.ZodNativeEnum<typeof Tier>;
|
|
4379
|
+
/**
|
|
4380
|
+
* @internal
|
|
4381
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4382
|
+
*/
|
|
4383
|
+
export declare namespace Tier$ {
|
|
4384
|
+
/** @deprecated use `Tier$inboundSchema` instead. */
|
|
4385
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4386
|
+
readonly Standard: "standard";
|
|
4387
|
+
readonly Advanced: "advanced";
|
|
4388
|
+
readonly Critical: "critical";
|
|
4389
|
+
}>;
|
|
4390
|
+
/** @deprecated use `Tier$outboundSchema` instead. */
|
|
4391
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4392
|
+
readonly Standard: "standard";
|
|
4393
|
+
readonly Advanced: "advanced";
|
|
4394
|
+
readonly Critical: "critical";
|
|
4395
|
+
}>;
|
|
4396
|
+
}
|
|
4397
|
+
/** @internal */
|
|
4398
|
+
export declare const UpdateProjectDataCacheResponseBody$inboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody, z.ZodTypeDef, unknown>;
|
|
4399
|
+
/** @internal */
|
|
4400
|
+
export type UpdateProjectDataCacheResponseBody$Outbound = {
|
|
4401
|
+
accountId: string;
|
|
4402
|
+
analytics?: Analytics$Outbound | undefined;
|
|
4403
|
+
speedInsights?: SpeedInsights$Outbound | undefined;
|
|
4404
|
+
autoExposeSystemEnvs?: boolean | undefined;
|
|
4405
|
+
autoAssignCustomDomains?: boolean | undefined;
|
|
4406
|
+
autoAssignCustomDomainsUpdatedBy?: string | undefined;
|
|
4407
|
+
buildCommand?: string | null | undefined;
|
|
4408
|
+
commandForIgnoringBuildStep?: string | null | undefined;
|
|
4409
|
+
connectConfigurationId?: string | null | undefined;
|
|
4410
|
+
connectBuildsEnabled?: boolean | undefined;
|
|
4411
|
+
createdAt?: number | undefined;
|
|
4412
|
+
customerSupportCodeVisibility?: boolean | undefined;
|
|
4413
|
+
crons?: Crons$Outbound | undefined;
|
|
4414
|
+
dataCache?: DataCache$Outbound | undefined;
|
|
4415
|
+
deploymentExpiration?: DeploymentExpiration$Outbound | null | undefined;
|
|
4416
|
+
devCommand?: string | null | undefined;
|
|
4417
|
+
directoryListing: boolean;
|
|
4418
|
+
installCommand?: string | null | undefined;
|
|
4419
|
+
env?: Array<Env$Outbound> | undefined;
|
|
4420
|
+
customEnvironments?: Array<CustomEnvironments$Outbound> | undefined;
|
|
4421
|
+
framework?: string | null | undefined;
|
|
4422
|
+
gitForkProtection?: boolean | undefined;
|
|
4423
|
+
gitLFS?: boolean | undefined;
|
|
4424
|
+
id: string;
|
|
4425
|
+
ipBuckets?: Array<IpBuckets$Outbound> | undefined;
|
|
4426
|
+
latestDeployments?: Array<LatestDeployments$Outbound> | undefined;
|
|
4427
|
+
link?: Link1$Outbound | Link3$Outbound | Link2$Outbound | undefined;
|
|
4428
|
+
name: string;
|
|
4429
|
+
nodeVersion: string;
|
|
4430
|
+
optionsAllowlist?: UpdateProjectDataCacheOptionsAllowlist$Outbound | null | undefined;
|
|
4431
|
+
outputDirectory?: string | null | undefined;
|
|
4432
|
+
passiveConnectConfigurationId?: string | null | undefined;
|
|
4433
|
+
passwordProtection?: UpdateProjectDataCachePasswordProtection$Outbound | null | undefined;
|
|
4434
|
+
productionDeploymentsFastLane?: boolean | undefined;
|
|
4435
|
+
publicSource?: boolean | null | undefined;
|
|
4436
|
+
resourceConfig?: ResourceConfig$Outbound | undefined;
|
|
4437
|
+
rootDirectory?: string | null | undefined;
|
|
4438
|
+
serverlessFunctionRegion?: string | null | undefined;
|
|
4439
|
+
serverlessFunctionZeroConfigFailover?: boolean | undefined;
|
|
4440
|
+
skewProtectionBoundaryAt?: number | undefined;
|
|
4441
|
+
skewProtectionMaxAge?: number | undefined;
|
|
4442
|
+
skipGitConnectDuringLink?: boolean | undefined;
|
|
4443
|
+
sourceFilesOutsideRootDirectory?: boolean | undefined;
|
|
4444
|
+
enableAffectedProjectsDeployments?: boolean | undefined;
|
|
4445
|
+
ssoProtection?: UpdateProjectDataCacheSsoProtection$Outbound | null | undefined;
|
|
4446
|
+
targets?: {
|
|
4447
|
+
[k: string]: Targets$Outbound;
|
|
4448
|
+
} | undefined;
|
|
4449
|
+
transferCompletedAt?: number | undefined;
|
|
4450
|
+
transferStartedAt?: number | undefined;
|
|
4451
|
+
transferToAccountId?: string | undefined;
|
|
4452
|
+
transferredFromAccountId?: string | undefined;
|
|
4453
|
+
updatedAt?: number | undefined;
|
|
4454
|
+
live?: boolean | undefined;
|
|
4455
|
+
enablePreviewFeedback?: boolean | null | undefined;
|
|
4456
|
+
enableProductionFeedback?: boolean | null | undefined;
|
|
4457
|
+
permissions?: Permissions$Outbound | undefined;
|
|
4458
|
+
lastRollbackTarget?: LastRollbackTarget$Outbound | null | undefined;
|
|
4459
|
+
lastAliasRequest?: LastAliasRequest$Outbound | null | undefined;
|
|
4460
|
+
hasFloatingAliases?: boolean | undefined;
|
|
4461
|
+
protectionBypass?: {
|
|
4462
|
+
[k: string]: ProtectionBypass$Outbound;
|
|
4463
|
+
} | undefined;
|
|
4464
|
+
hasActiveBranches?: boolean | undefined;
|
|
4465
|
+
trustedIps?: TrustedIps2$Outbound | TrustedIps1$Outbound | null | undefined;
|
|
4466
|
+
gitComments?: GitComments$Outbound | undefined;
|
|
4467
|
+
paused?: boolean | undefined;
|
|
4468
|
+
concurrencyBucketName?: string | undefined;
|
|
4469
|
+
webAnalytics?: WebAnalytics$Outbound | undefined;
|
|
4470
|
+
security?: Security$Outbound | undefined;
|
|
4471
|
+
oidcTokenConfig?: UpdateProjectDataCacheOidcTokenConfig$Outbound | undefined;
|
|
4472
|
+
tier?: string | undefined;
|
|
4473
|
+
};
|
|
4474
|
+
/** @internal */
|
|
4475
|
+
export declare const UpdateProjectDataCacheResponseBody$outboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody$Outbound, z.ZodTypeDef, UpdateProjectDataCacheResponseBody>;
|
|
4476
|
+
/**
|
|
4477
|
+
* @internal
|
|
4478
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4479
|
+
*/
|
|
4480
|
+
export declare namespace UpdateProjectDataCacheResponseBody$ {
|
|
4481
|
+
/** @deprecated use `UpdateProjectDataCacheResponseBody$inboundSchema` instead. */
|
|
4482
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody, z.ZodTypeDef, unknown>;
|
|
4483
|
+
/** @deprecated use `UpdateProjectDataCacheResponseBody$outboundSchema` instead. */
|
|
4484
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody$Outbound, z.ZodTypeDef, UpdateProjectDataCacheResponseBody>;
|
|
4485
|
+
/** @deprecated use `UpdateProjectDataCacheResponseBody$Outbound` instead. */
|
|
4486
|
+
type Outbound = UpdateProjectDataCacheResponseBody$Outbound;
|
|
4487
|
+
}
|
|
4488
|
+
//# sourceMappingURL=updateprojectdatacache.d.ts.map
|