@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
|
@@ -1,4074 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
import * as z from "zod";
|
|
5
|
-
import { remap as remap$ } from "../../lib/primitives.js";
|
|
6
|
-
import { ACLAction$inboundSchema, ACLAction$outboundSchema, } from "../components/aclaction.js";
|
|
7
|
-
export const Target2 = {
|
|
8
|
-
Production: "production",
|
|
9
|
-
Preview: "preview",
|
|
10
|
-
Development: "development",
|
|
11
|
-
};
|
|
12
|
-
export const Target1 = {
|
|
13
|
-
Production: "production",
|
|
14
|
-
Preview: "preview",
|
|
15
|
-
Development: "development",
|
|
16
|
-
};
|
|
17
|
-
/**
|
|
18
|
-
* Type of the ENV variable
|
|
19
|
-
*/
|
|
20
|
-
export const CreateProjectType = {
|
|
21
|
-
System: "system",
|
|
22
|
-
Secret: "secret",
|
|
23
|
-
Encrypted: "encrypted",
|
|
24
|
-
Plain: "plain",
|
|
25
|
-
Sensitive: "sensitive",
|
|
26
|
-
};
|
|
27
|
-
/**
|
|
28
|
-
* The framework that is being used for this project. When `null` is used no framework is selected
|
|
29
|
-
*/
|
|
30
|
-
export const CreateProjectFramework = {
|
|
31
|
-
Blitzjs: "blitzjs",
|
|
32
|
-
Nextjs: "nextjs",
|
|
33
|
-
Gatsby: "gatsby",
|
|
34
|
-
Remix: "remix",
|
|
35
|
-
Astro: "astro",
|
|
36
|
-
Hexo: "hexo",
|
|
37
|
-
Eleventy: "eleventy",
|
|
38
|
-
Docusaurus2: "docusaurus-2",
|
|
39
|
-
Docusaurus: "docusaurus",
|
|
40
|
-
Preact: "preact",
|
|
41
|
-
Solidstart1: "solidstart-1",
|
|
42
|
-
Solidstart: "solidstart",
|
|
43
|
-
Dojo: "dojo",
|
|
44
|
-
Ember: "ember",
|
|
45
|
-
Vue: "vue",
|
|
46
|
-
Scully: "scully",
|
|
47
|
-
IonicAngular: "ionic-angular",
|
|
48
|
-
Angular: "angular",
|
|
49
|
-
Polymer: "polymer",
|
|
50
|
-
Svelte: "svelte",
|
|
51
|
-
Sveltekit: "sveltekit",
|
|
52
|
-
Sveltekit1: "sveltekit-1",
|
|
53
|
-
IonicReact: "ionic-react",
|
|
54
|
-
CreateReactApp: "create-react-app",
|
|
55
|
-
Gridsome: "gridsome",
|
|
56
|
-
Umijs: "umijs",
|
|
57
|
-
Sapper: "sapper",
|
|
58
|
-
Saber: "saber",
|
|
59
|
-
Stencil: "stencil",
|
|
60
|
-
Nuxtjs: "nuxtjs",
|
|
61
|
-
Redwoodjs: "redwoodjs",
|
|
62
|
-
Hugo: "hugo",
|
|
63
|
-
Jekyll: "jekyll",
|
|
64
|
-
Brunch: "brunch",
|
|
65
|
-
Middleman: "middleman",
|
|
66
|
-
Zola: "zola",
|
|
67
|
-
Hydrogen: "hydrogen",
|
|
68
|
-
Vite: "vite",
|
|
69
|
-
Vitepress: "vitepress",
|
|
70
|
-
Vuepress: "vuepress",
|
|
71
|
-
Parcel: "parcel",
|
|
72
|
-
Fasthtml: "fasthtml",
|
|
73
|
-
SanityV3: "sanity-v3",
|
|
74
|
-
Sanity: "sanity",
|
|
75
|
-
Storybook: "storybook",
|
|
76
|
-
};
|
|
77
|
-
/**
|
|
78
|
-
* The Git Provider of the repository
|
|
79
|
-
*/
|
|
80
|
-
export const CreateProjectProjectsType = {
|
|
81
|
-
Github: "github",
|
|
82
|
-
Gitlab: "gitlab",
|
|
83
|
-
Bitbucket: "bitbucket",
|
|
84
|
-
};
|
|
85
|
-
/**
|
|
86
|
-
* team: `https://oidc.vercel.com/[team_slug]` global: `https://oidc.vercel.com`
|
|
87
|
-
*/
|
|
88
|
-
export const IssuerMode = {
|
|
89
|
-
Team: "team",
|
|
90
|
-
Global: "global",
|
|
91
|
-
};
|
|
92
|
-
export const CreateProjectTarget2 = {
|
|
93
|
-
Production: "production",
|
|
94
|
-
Preview: "preview",
|
|
95
|
-
Development: "development",
|
|
96
|
-
};
|
|
97
|
-
export const CreateProjectProjectsResponseType = {
|
|
98
|
-
System: "system",
|
|
99
|
-
Secret: "secret",
|
|
100
|
-
Encrypted: "encrypted",
|
|
101
|
-
Plain: "plain",
|
|
102
|
-
Sensitive: "sensitive",
|
|
103
|
-
};
|
|
104
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type = {
|
|
105
|
-
FlagsConnectionString: "flags-connection-string",
|
|
106
|
-
};
|
|
107
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type = {
|
|
108
|
-
IntegrationStoreSecret: "integration-store-secret",
|
|
109
|
-
};
|
|
110
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type = {
|
|
111
|
-
PostgresUrlNoSsl: "postgres-url-no-ssl",
|
|
112
|
-
};
|
|
113
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type = {
|
|
114
|
-
PostgresDatabase: "postgres-database",
|
|
115
|
-
};
|
|
116
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type = {
|
|
117
|
-
PostgresPassword: "postgres-password",
|
|
118
|
-
};
|
|
119
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type = {
|
|
120
|
-
PostgresHost: "postgres-host",
|
|
121
|
-
};
|
|
122
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type = {
|
|
123
|
-
PostgresUser: "postgres-user",
|
|
124
|
-
};
|
|
125
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type = {
|
|
126
|
-
PostgresPrismaUrl: "postgres-prisma-url",
|
|
127
|
-
};
|
|
128
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType = {
|
|
129
|
-
PostgresUrlNonPooling: "postgres-url-non-pooling",
|
|
130
|
-
};
|
|
131
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType = {
|
|
132
|
-
PostgresUrl: "postgres-url",
|
|
133
|
-
};
|
|
134
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONType = {
|
|
135
|
-
BlobReadWriteToken: "blob-read-write-token",
|
|
136
|
-
};
|
|
137
|
-
export const CreateProjectContentHintProjectsResponse200Type = {
|
|
138
|
-
RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
|
|
139
|
-
};
|
|
140
|
-
export const CreateProjectContentHintProjectsResponseType = {
|
|
141
|
-
RedisRestApiToken: "redis-rest-api-token",
|
|
142
|
-
};
|
|
143
|
-
export const CreateProjectContentHintProjectsType = {
|
|
144
|
-
RedisRestApiUrl: "redis-rest-api-url",
|
|
145
|
-
};
|
|
146
|
-
export const CreateProjectContentHintType = {
|
|
147
|
-
RedisUrl: "redis-url",
|
|
148
|
-
};
|
|
149
|
-
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType = {
|
|
150
|
-
FlagsSecret: "flags-secret",
|
|
151
|
-
};
|
|
152
|
-
export const CreateProjectProjectsFramework = {
|
|
153
|
-
Blitzjs: "blitzjs",
|
|
154
|
-
Nextjs: "nextjs",
|
|
155
|
-
Gatsby: "gatsby",
|
|
156
|
-
Remix: "remix",
|
|
157
|
-
Astro: "astro",
|
|
158
|
-
Hexo: "hexo",
|
|
159
|
-
Eleventy: "eleventy",
|
|
160
|
-
Docusaurus2: "docusaurus-2",
|
|
161
|
-
Docusaurus: "docusaurus",
|
|
162
|
-
Preact: "preact",
|
|
163
|
-
Solidstart1: "solidstart-1",
|
|
164
|
-
Solidstart: "solidstart",
|
|
165
|
-
Dojo: "dojo",
|
|
166
|
-
Ember: "ember",
|
|
167
|
-
Vue: "vue",
|
|
168
|
-
Scully: "scully",
|
|
169
|
-
IonicAngular: "ionic-angular",
|
|
170
|
-
Angular: "angular",
|
|
171
|
-
Polymer: "polymer",
|
|
172
|
-
Svelte: "svelte",
|
|
173
|
-
Sveltekit: "sveltekit",
|
|
174
|
-
Sveltekit1: "sveltekit-1",
|
|
175
|
-
IonicReact: "ionic-react",
|
|
176
|
-
CreateReactApp: "create-react-app",
|
|
177
|
-
Gridsome: "gridsome",
|
|
178
|
-
Umijs: "umijs",
|
|
179
|
-
Sapper: "sapper",
|
|
180
|
-
Saber: "saber",
|
|
181
|
-
Stencil: "stencil",
|
|
182
|
-
Nuxtjs: "nuxtjs",
|
|
183
|
-
Redwoodjs: "redwoodjs",
|
|
184
|
-
Hugo: "hugo",
|
|
185
|
-
Jekyll: "jekyll",
|
|
186
|
-
Brunch: "brunch",
|
|
187
|
-
Middleman: "middleman",
|
|
188
|
-
Zola: "zola",
|
|
189
|
-
Hydrogen: "hydrogen",
|
|
190
|
-
Vite: "vite",
|
|
191
|
-
Vitepress: "vitepress",
|
|
192
|
-
Vuepress: "vuepress",
|
|
193
|
-
Parcel: "parcel",
|
|
194
|
-
Fasthtml: "fasthtml",
|
|
195
|
-
SanityV3: "sanity-v3",
|
|
196
|
-
Sanity: "sanity",
|
|
197
|
-
Storybook: "storybook",
|
|
198
|
-
};
|
|
199
|
-
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType = {
|
|
200
|
-
EndsWith: "endsWith",
|
|
201
|
-
StartsWith: "startsWith",
|
|
202
|
-
Equals: "equals",
|
|
203
|
-
};
|
|
204
|
-
export const CreateProjectChecksConclusion = {
|
|
205
|
-
Succeeded: "succeeded",
|
|
206
|
-
Failed: "failed",
|
|
207
|
-
Skipped: "skipped",
|
|
208
|
-
Canceled: "canceled",
|
|
209
|
-
};
|
|
210
|
-
export const CreateProjectChecksState = {
|
|
211
|
-
Registered: "registered",
|
|
212
|
-
Running: "running",
|
|
213
|
-
Completed: "completed",
|
|
214
|
-
};
|
|
215
|
-
export const CreateProjectPlan = {
|
|
216
|
-
Pro: "pro",
|
|
217
|
-
Enterprise: "enterprise",
|
|
218
|
-
Hobby: "hobby",
|
|
219
|
-
};
|
|
220
|
-
export const CreateProjectReadyState = {
|
|
221
|
-
Building: "BUILDING",
|
|
222
|
-
Error: "ERROR",
|
|
223
|
-
Initializing: "INITIALIZING",
|
|
224
|
-
Queued: "QUEUED",
|
|
225
|
-
Ready: "READY",
|
|
226
|
-
Canceled: "CANCELED",
|
|
227
|
-
};
|
|
228
|
-
export const CreateProjectReadySubstate = {
|
|
229
|
-
Staged: "STAGED",
|
|
230
|
-
Promoted: "PROMOTED",
|
|
231
|
-
};
|
|
232
|
-
export const CreateProjectProjectsResponse200Type = {
|
|
233
|
-
Lambdas: "LAMBDAS",
|
|
234
|
-
};
|
|
235
|
-
export const CreateProjectLinkProjectsResponseType = {
|
|
236
|
-
Bitbucket: "bitbucket",
|
|
237
|
-
};
|
|
238
|
-
export const CreateProjectLinkProjectsType = {
|
|
239
|
-
Gitlab: "gitlab",
|
|
240
|
-
};
|
|
241
|
-
export const CreateProjectLinkType = {
|
|
242
|
-
Github: "github",
|
|
243
|
-
};
|
|
244
|
-
export const CreateProjectNodeVersion = {
|
|
245
|
-
TwentyTwoX: "22.x",
|
|
246
|
-
TwentyX: "20.x",
|
|
247
|
-
EighteenX: "18.x",
|
|
248
|
-
SixteenX: "16.x",
|
|
249
|
-
FourteenX: "14.x",
|
|
250
|
-
TwelveX: "12.x",
|
|
251
|
-
TenX: "10.x",
|
|
252
|
-
Eight10X: "8.10.x",
|
|
253
|
-
};
|
|
254
|
-
export const CreateProjectFunctionDefaultMemoryType = {
|
|
255
|
-
StandardLegacy: "standard_legacy",
|
|
256
|
-
Standard: "standard",
|
|
257
|
-
Performance: "performance",
|
|
258
|
-
};
|
|
259
|
-
export const CreateProjectDeploymentType = {
|
|
260
|
-
All: "all",
|
|
261
|
-
Preview: "preview",
|
|
262
|
-
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
263
|
-
};
|
|
264
|
-
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType = {
|
|
265
|
-
EndsWith: "endsWith",
|
|
266
|
-
StartsWith: "startsWith",
|
|
267
|
-
Equals: "equals",
|
|
268
|
-
};
|
|
269
|
-
export const CreateProjectProjectsChecksConclusion = {
|
|
270
|
-
Succeeded: "succeeded",
|
|
271
|
-
Failed: "failed",
|
|
272
|
-
Skipped: "skipped",
|
|
273
|
-
Canceled: "canceled",
|
|
274
|
-
};
|
|
275
|
-
export const CreateProjectProjectsChecksState = {
|
|
276
|
-
Registered: "registered",
|
|
277
|
-
Running: "running",
|
|
278
|
-
Completed: "completed",
|
|
279
|
-
};
|
|
280
|
-
export const CreateProjectProjectsPlan = {
|
|
281
|
-
Pro: "pro",
|
|
282
|
-
Enterprise: "enterprise",
|
|
283
|
-
Hobby: "hobby",
|
|
284
|
-
};
|
|
285
|
-
export const CreateProjectProjectsReadyState = {
|
|
286
|
-
Building: "BUILDING",
|
|
287
|
-
Error: "ERROR",
|
|
288
|
-
Initializing: "INITIALIZING",
|
|
289
|
-
Queued: "QUEUED",
|
|
290
|
-
Ready: "READY",
|
|
291
|
-
Canceled: "CANCELED",
|
|
292
|
-
};
|
|
293
|
-
export const CreateProjectProjectsReadySubstate = {
|
|
294
|
-
Staged: "STAGED",
|
|
295
|
-
Promoted: "PROMOTED",
|
|
296
|
-
};
|
|
297
|
-
export const CreateProjectProjectsResponse200ApplicationJSONType = {
|
|
298
|
-
Lambdas: "LAMBDAS",
|
|
299
|
-
};
|
|
300
|
-
export const CreateProjectJobStatus = {
|
|
301
|
-
Succeeded: "succeeded",
|
|
302
|
-
Failed: "failed",
|
|
303
|
-
Skipped: "skipped",
|
|
304
|
-
Pending: "pending",
|
|
305
|
-
InProgress: "in-progress",
|
|
306
|
-
};
|
|
307
|
-
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyType = {
|
|
308
|
-
Promote: "promote",
|
|
309
|
-
Rollback: "rollback",
|
|
310
|
-
};
|
|
311
|
-
export const CreateProjectScope = {
|
|
312
|
-
AutomationBypass: "automation-bypass",
|
|
313
|
-
};
|
|
314
|
-
export const CreateProjectTrustedIpsProjectsDeploymentType = {
|
|
315
|
-
All: "all",
|
|
316
|
-
Preview: "preview",
|
|
317
|
-
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
318
|
-
Production: "production",
|
|
319
|
-
};
|
|
320
|
-
export const CreateProjectTrustedIpsDeploymentType = {
|
|
321
|
-
All: "all",
|
|
322
|
-
Preview: "preview",
|
|
323
|
-
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
324
|
-
Production: "production",
|
|
325
|
-
};
|
|
326
|
-
export const TrustedIpsProtectionMode = {
|
|
327
|
-
Additional: "additional",
|
|
328
|
-
Exclusive: "exclusive",
|
|
329
|
-
};
|
|
330
|
-
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType = {
|
|
331
|
-
Path: "path",
|
|
332
|
-
Host: "host",
|
|
333
|
-
Method: "method",
|
|
334
|
-
Header: "header",
|
|
335
|
-
Cookie: "cookie",
|
|
336
|
-
Query: "query",
|
|
337
|
-
IpAddress: "ip_address",
|
|
338
|
-
Protocol: "protocol",
|
|
339
|
-
Scheme: "scheme",
|
|
340
|
-
Environment: "environment",
|
|
341
|
-
Region: "region",
|
|
342
|
-
};
|
|
343
|
-
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType = {
|
|
344
|
-
Path: "path",
|
|
345
|
-
Host: "host",
|
|
346
|
-
Method: "method",
|
|
347
|
-
Header: "header",
|
|
348
|
-
Cookie: "cookie",
|
|
349
|
-
Query: "query",
|
|
350
|
-
IpAddress: "ip_address",
|
|
351
|
-
Protocol: "protocol",
|
|
352
|
-
Scheme: "scheme",
|
|
353
|
-
Environment: "environment",
|
|
354
|
-
Region: "region",
|
|
355
|
-
};
|
|
356
|
-
export const CreateProjectHandle = {
|
|
357
|
-
Init: "init",
|
|
358
|
-
Finalize: "finalize",
|
|
359
|
-
};
|
|
360
|
-
export const CreateProjectAction = {
|
|
361
|
-
Deny: "deny",
|
|
362
|
-
Challenge: "challenge",
|
|
363
|
-
Log: "log",
|
|
364
|
-
Bypass: "bypass",
|
|
365
|
-
RateLimit: "rate_limit",
|
|
366
|
-
Redirect: "redirect",
|
|
367
|
-
};
|
|
368
|
-
export const CreateProjectAlgo = {
|
|
369
|
-
FixedWindow: "fixed_window",
|
|
370
|
-
TokenBucket: "token_bucket",
|
|
371
|
-
};
|
|
372
|
-
/**
|
|
373
|
-
* - team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com`
|
|
374
|
-
*/
|
|
375
|
-
export const CreateProjectIssuerMode = {
|
|
376
|
-
Team: "team",
|
|
377
|
-
Global: "global",
|
|
378
|
-
};
|
|
379
|
-
export const CreateProjectTier = {
|
|
380
|
-
Standard: "standard",
|
|
381
|
-
Advanced: "advanced",
|
|
382
|
-
Critical: "critical",
|
|
383
|
-
};
|
|
384
|
-
/** @internal */
|
|
385
|
-
export const Target2$inboundSchema = z
|
|
386
|
-
.nativeEnum(Target2);
|
|
387
|
-
/** @internal */
|
|
388
|
-
export const Target2$outboundSchema = Target2$inboundSchema;
|
|
389
|
-
/**
|
|
390
|
-
* @internal
|
|
391
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
392
|
-
*/
|
|
393
|
-
export var Target2$;
|
|
394
|
-
(function (Target2$) {
|
|
395
|
-
/** @deprecated use `Target2$inboundSchema` instead. */
|
|
396
|
-
Target2$.inboundSchema = Target2$inboundSchema;
|
|
397
|
-
/** @deprecated use `Target2$outboundSchema` instead. */
|
|
398
|
-
Target2$.outboundSchema = Target2$outboundSchema;
|
|
399
|
-
})(Target2$ || (Target2$ = {}));
|
|
400
|
-
/** @internal */
|
|
401
|
-
export const Target1$inboundSchema = z
|
|
402
|
-
.nativeEnum(Target1);
|
|
403
|
-
/** @internal */
|
|
404
|
-
export const Target1$outboundSchema = Target1$inboundSchema;
|
|
405
|
-
/**
|
|
406
|
-
* @internal
|
|
407
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
408
|
-
*/
|
|
409
|
-
export var Target1$;
|
|
410
|
-
(function (Target1$) {
|
|
411
|
-
/** @deprecated use `Target1$inboundSchema` instead. */
|
|
412
|
-
Target1$.inboundSchema = Target1$inboundSchema;
|
|
413
|
-
/** @deprecated use `Target1$outboundSchema` instead. */
|
|
414
|
-
Target1$.outboundSchema = Target1$outboundSchema;
|
|
415
|
-
})(Target1$ || (Target1$ = {}));
|
|
416
|
-
/** @internal */
|
|
417
|
-
export const CreateProjectTarget$inboundSchema = z.union([Target1$inboundSchema, z.array(Target2$inboundSchema)]);
|
|
418
|
-
/** @internal */
|
|
419
|
-
export const CreateProjectTarget$outboundSchema = z.union([Target1$outboundSchema, z.array(Target2$outboundSchema)]);
|
|
420
|
-
/**
|
|
421
|
-
* @internal
|
|
422
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
423
|
-
*/
|
|
424
|
-
export var CreateProjectTarget$;
|
|
425
|
-
(function (CreateProjectTarget$) {
|
|
426
|
-
/** @deprecated use `CreateProjectTarget$inboundSchema` instead. */
|
|
427
|
-
CreateProjectTarget$.inboundSchema = CreateProjectTarget$inboundSchema;
|
|
428
|
-
/** @deprecated use `CreateProjectTarget$outboundSchema` instead. */
|
|
429
|
-
CreateProjectTarget$.outboundSchema = CreateProjectTarget$outboundSchema;
|
|
430
|
-
})(CreateProjectTarget$ || (CreateProjectTarget$ = {}));
|
|
431
|
-
/** @internal */
|
|
432
|
-
export const CreateProjectType$inboundSchema = z.nativeEnum(CreateProjectType);
|
|
433
|
-
/** @internal */
|
|
434
|
-
export const CreateProjectType$outboundSchema = CreateProjectType$inboundSchema;
|
|
435
|
-
/**
|
|
436
|
-
* @internal
|
|
437
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
438
|
-
*/
|
|
439
|
-
export var CreateProjectType$;
|
|
440
|
-
(function (CreateProjectType$) {
|
|
441
|
-
/** @deprecated use `CreateProjectType$inboundSchema` instead. */
|
|
442
|
-
CreateProjectType$.inboundSchema = CreateProjectType$inboundSchema;
|
|
443
|
-
/** @deprecated use `CreateProjectType$outboundSchema` instead. */
|
|
444
|
-
CreateProjectType$.outboundSchema = CreateProjectType$outboundSchema;
|
|
445
|
-
})(CreateProjectType$ || (CreateProjectType$ = {}));
|
|
446
|
-
/** @internal */
|
|
447
|
-
export const EnvironmentVariables$inboundSchema = z.object({
|
|
448
|
-
key: z.string(),
|
|
449
|
-
target: z.union([Target1$inboundSchema, z.array(Target2$inboundSchema)]),
|
|
450
|
-
gitBranch: z.string().optional(),
|
|
451
|
-
type: CreateProjectType$inboundSchema.optional(),
|
|
452
|
-
value: z.string(),
|
|
453
|
-
});
|
|
454
|
-
/** @internal */
|
|
455
|
-
export const EnvironmentVariables$outboundSchema = z.object({
|
|
456
|
-
key: z.string(),
|
|
457
|
-
target: z.union([Target1$outboundSchema, z.array(Target2$outboundSchema)]),
|
|
458
|
-
gitBranch: z.string().optional(),
|
|
459
|
-
type: CreateProjectType$outboundSchema.optional(),
|
|
460
|
-
value: z.string(),
|
|
461
|
-
});
|
|
462
|
-
/**
|
|
463
|
-
* @internal
|
|
464
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
465
|
-
*/
|
|
466
|
-
export var EnvironmentVariables$;
|
|
467
|
-
(function (EnvironmentVariables$) {
|
|
468
|
-
/** @deprecated use `EnvironmentVariables$inboundSchema` instead. */
|
|
469
|
-
EnvironmentVariables$.inboundSchema = EnvironmentVariables$inboundSchema;
|
|
470
|
-
/** @deprecated use `EnvironmentVariables$outboundSchema` instead. */
|
|
471
|
-
EnvironmentVariables$.outboundSchema = EnvironmentVariables$outboundSchema;
|
|
472
|
-
})(EnvironmentVariables$ || (EnvironmentVariables$ = {}));
|
|
473
|
-
/** @internal */
|
|
474
|
-
export const CreateProjectFramework$inboundSchema = z.nativeEnum(CreateProjectFramework);
|
|
475
|
-
/** @internal */
|
|
476
|
-
export const CreateProjectFramework$outboundSchema = CreateProjectFramework$inboundSchema;
|
|
477
|
-
/**
|
|
478
|
-
* @internal
|
|
479
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
480
|
-
*/
|
|
481
|
-
export var CreateProjectFramework$;
|
|
482
|
-
(function (CreateProjectFramework$) {
|
|
483
|
-
/** @deprecated use `CreateProjectFramework$inboundSchema` instead. */
|
|
484
|
-
CreateProjectFramework$.inboundSchema = CreateProjectFramework$inboundSchema;
|
|
485
|
-
/** @deprecated use `CreateProjectFramework$outboundSchema` instead. */
|
|
486
|
-
CreateProjectFramework$.outboundSchema = CreateProjectFramework$outboundSchema;
|
|
487
|
-
})(CreateProjectFramework$ || (CreateProjectFramework$ = {}));
|
|
488
|
-
/** @internal */
|
|
489
|
-
export const CreateProjectProjectsType$inboundSchema = z.nativeEnum(CreateProjectProjectsType);
|
|
490
|
-
/** @internal */
|
|
491
|
-
export const CreateProjectProjectsType$outboundSchema = CreateProjectProjectsType$inboundSchema;
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
495
|
-
*/
|
|
496
|
-
export var CreateProjectProjectsType$;
|
|
497
|
-
(function (CreateProjectProjectsType$) {
|
|
498
|
-
/** @deprecated use `CreateProjectProjectsType$inboundSchema` instead. */
|
|
499
|
-
CreateProjectProjectsType$.inboundSchema = CreateProjectProjectsType$inboundSchema;
|
|
500
|
-
/** @deprecated use `CreateProjectProjectsType$outboundSchema` instead. */
|
|
501
|
-
CreateProjectProjectsType$.outboundSchema = CreateProjectProjectsType$outboundSchema;
|
|
502
|
-
})(CreateProjectProjectsType$ || (CreateProjectProjectsType$ = {}));
|
|
503
|
-
/** @internal */
|
|
504
|
-
export const GitRepository$inboundSchema = z.object({
|
|
505
|
-
repo: z.string(),
|
|
506
|
-
type: CreateProjectProjectsType$inboundSchema,
|
|
507
|
-
});
|
|
508
|
-
/** @internal */
|
|
509
|
-
export const GitRepository$outboundSchema = z.object({
|
|
510
|
-
repo: z.string(),
|
|
511
|
-
type: CreateProjectProjectsType$outboundSchema,
|
|
512
|
-
});
|
|
513
|
-
/**
|
|
514
|
-
* @internal
|
|
515
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
516
|
-
*/
|
|
517
|
-
export var GitRepository$;
|
|
518
|
-
(function (GitRepository$) {
|
|
519
|
-
/** @deprecated use `GitRepository$inboundSchema` instead. */
|
|
520
|
-
GitRepository$.inboundSchema = GitRepository$inboundSchema;
|
|
521
|
-
/** @deprecated use `GitRepository$outboundSchema` instead. */
|
|
522
|
-
GitRepository$.outboundSchema = GitRepository$outboundSchema;
|
|
523
|
-
})(GitRepository$ || (GitRepository$ = {}));
|
|
524
|
-
/** @internal */
|
|
525
|
-
export const IssuerMode$inboundSchema = z
|
|
526
|
-
.nativeEnum(IssuerMode);
|
|
527
|
-
/** @internal */
|
|
528
|
-
export const IssuerMode$outboundSchema = IssuerMode$inboundSchema;
|
|
529
|
-
/**
|
|
530
|
-
* @internal
|
|
531
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
532
|
-
*/
|
|
533
|
-
export var IssuerMode$;
|
|
534
|
-
(function (IssuerMode$) {
|
|
535
|
-
/** @deprecated use `IssuerMode$inboundSchema` instead. */
|
|
536
|
-
IssuerMode$.inboundSchema = IssuerMode$inboundSchema;
|
|
537
|
-
/** @deprecated use `IssuerMode$outboundSchema` instead. */
|
|
538
|
-
IssuerMode$.outboundSchema = IssuerMode$outboundSchema;
|
|
539
|
-
})(IssuerMode$ || (IssuerMode$ = {}));
|
|
540
|
-
/** @internal */
|
|
541
|
-
export const OidcTokenConfig$inboundSchema = z.object({
|
|
542
|
-
enabled: z.boolean(),
|
|
543
|
-
issuerMode: IssuerMode$inboundSchema.default("global"),
|
|
544
|
-
});
|
|
545
|
-
/** @internal */
|
|
546
|
-
export const OidcTokenConfig$outboundSchema = z.object({
|
|
547
|
-
enabled: z.boolean(),
|
|
548
|
-
issuerMode: IssuerMode$outboundSchema.default("global"),
|
|
549
|
-
});
|
|
550
|
-
/**
|
|
551
|
-
* @internal
|
|
552
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
553
|
-
*/
|
|
554
|
-
export var OidcTokenConfig$;
|
|
555
|
-
(function (OidcTokenConfig$) {
|
|
556
|
-
/** @deprecated use `OidcTokenConfig$inboundSchema` instead. */
|
|
557
|
-
OidcTokenConfig$.inboundSchema = OidcTokenConfig$inboundSchema;
|
|
558
|
-
/** @deprecated use `OidcTokenConfig$outboundSchema` instead. */
|
|
559
|
-
OidcTokenConfig$.outboundSchema = OidcTokenConfig$outboundSchema;
|
|
560
|
-
})(OidcTokenConfig$ || (OidcTokenConfig$ = {}));
|
|
561
|
-
/** @internal */
|
|
562
|
-
export const CreateProjectRequestBody$inboundSchema = z.object({
|
|
563
|
-
buildCommand: z.nullable(z.string()).optional(),
|
|
564
|
-
commandForIgnoringBuildStep: z.nullable(z.string()).optional(),
|
|
565
|
-
devCommand: z.nullable(z.string()).optional(),
|
|
566
|
-
environmentVariables: z.array(z.lazy(() => EnvironmentVariables$inboundSchema)).optional(),
|
|
567
|
-
framework: CreateProjectFramework$inboundSchema.optional(),
|
|
568
|
-
gitRepository: z.lazy(() => GitRepository$inboundSchema).optional(),
|
|
569
|
-
installCommand: z.nullable(z.string()).optional(),
|
|
570
|
-
name: z.string(),
|
|
571
|
-
skipGitConnectDuringLink: z.boolean().optional(),
|
|
572
|
-
outputDirectory: z.nullable(z.string()).optional(),
|
|
573
|
-
publicSource: z.nullable(z.boolean()).optional(),
|
|
574
|
-
rootDirectory: z.nullable(z.string()).optional(),
|
|
575
|
-
serverlessFunctionRegion: z.nullable(z.string()).optional(),
|
|
576
|
-
serverlessFunctionZeroConfigFailover: z.boolean().optional(),
|
|
577
|
-
oidcTokenConfig: z.lazy(() => OidcTokenConfig$inboundSchema).optional(),
|
|
578
|
-
enableAffectedProjectsDeployments: z.boolean().optional(),
|
|
579
|
-
});
|
|
580
|
-
/** @internal */
|
|
581
|
-
export const CreateProjectRequestBody$outboundSchema = z.object({
|
|
582
|
-
buildCommand: z.nullable(z.string()).optional(),
|
|
583
|
-
commandForIgnoringBuildStep: z.nullable(z.string()).optional(),
|
|
584
|
-
devCommand: z.nullable(z.string()).optional(),
|
|
585
|
-
environmentVariables: z.array(z.lazy(() => EnvironmentVariables$outboundSchema)).optional(),
|
|
586
|
-
framework: CreateProjectFramework$outboundSchema.optional(),
|
|
587
|
-
gitRepository: z.lazy(() => GitRepository$outboundSchema).optional(),
|
|
588
|
-
installCommand: z.nullable(z.string()).optional(),
|
|
589
|
-
name: z.string(),
|
|
590
|
-
skipGitConnectDuringLink: z.boolean().optional(),
|
|
591
|
-
outputDirectory: z.nullable(z.string()).optional(),
|
|
592
|
-
publicSource: z.nullable(z.boolean()).optional(),
|
|
593
|
-
rootDirectory: z.nullable(z.string()).optional(),
|
|
594
|
-
serverlessFunctionRegion: z.nullable(z.string()).optional(),
|
|
595
|
-
serverlessFunctionZeroConfigFailover: z.boolean().optional(),
|
|
596
|
-
oidcTokenConfig: z.lazy(() => OidcTokenConfig$outboundSchema).optional(),
|
|
597
|
-
enableAffectedProjectsDeployments: z.boolean().optional(),
|
|
598
|
-
});
|
|
599
|
-
/**
|
|
600
|
-
* @internal
|
|
601
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
602
|
-
*/
|
|
603
|
-
export var CreateProjectRequestBody$;
|
|
604
|
-
(function (CreateProjectRequestBody$) {
|
|
605
|
-
/** @deprecated use `CreateProjectRequestBody$inboundSchema` instead. */
|
|
606
|
-
CreateProjectRequestBody$.inboundSchema = CreateProjectRequestBody$inboundSchema;
|
|
607
|
-
/** @deprecated use `CreateProjectRequestBody$outboundSchema` instead. */
|
|
608
|
-
CreateProjectRequestBody$.outboundSchema = CreateProjectRequestBody$outboundSchema;
|
|
609
|
-
})(CreateProjectRequestBody$ || (CreateProjectRequestBody$ = {}));
|
|
610
|
-
/** @internal */
|
|
611
|
-
export const CreateProjectRequest$inboundSchema = z.object({
|
|
612
|
-
teamId: z.string().optional(),
|
|
613
|
-
slug: z.string().optional(),
|
|
614
|
-
RequestBody: z.lazy(() => CreateProjectRequestBody$inboundSchema).optional(),
|
|
615
|
-
}).transform((v) => {
|
|
616
|
-
return remap$(v, {
|
|
617
|
-
"RequestBody": "requestBody",
|
|
618
|
-
});
|
|
619
|
-
});
|
|
620
|
-
/** @internal */
|
|
621
|
-
export const CreateProjectRequest$outboundSchema = z.object({
|
|
622
|
-
teamId: z.string().optional(),
|
|
623
|
-
slug: z.string().optional(),
|
|
624
|
-
requestBody: z.lazy(() => CreateProjectRequestBody$outboundSchema).optional(),
|
|
625
|
-
}).transform((v) => {
|
|
626
|
-
return remap$(v, {
|
|
627
|
-
requestBody: "RequestBody",
|
|
628
|
-
});
|
|
629
|
-
});
|
|
630
|
-
/**
|
|
631
|
-
* @internal
|
|
632
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
633
|
-
*/
|
|
634
|
-
export var CreateProjectRequest$;
|
|
635
|
-
(function (CreateProjectRequest$) {
|
|
636
|
-
/** @deprecated use `CreateProjectRequest$inboundSchema` instead. */
|
|
637
|
-
CreateProjectRequest$.inboundSchema = CreateProjectRequest$inboundSchema;
|
|
638
|
-
/** @deprecated use `CreateProjectRequest$outboundSchema` instead. */
|
|
639
|
-
CreateProjectRequest$.outboundSchema = CreateProjectRequest$outboundSchema;
|
|
640
|
-
})(CreateProjectRequest$ || (CreateProjectRequest$ = {}));
|
|
641
|
-
/** @internal */
|
|
642
|
-
export const CreateProjectAnalytics$inboundSchema = z.object({
|
|
643
|
-
id: z.string(),
|
|
644
|
-
canceledAt: z.nullable(z.number()).optional(),
|
|
645
|
-
disabledAt: z.number(),
|
|
646
|
-
enabledAt: z.number(),
|
|
647
|
-
paidAt: z.number().optional(),
|
|
648
|
-
sampleRatePercent: z.nullable(z.number()).optional(),
|
|
649
|
-
spendLimitInDollars: z.nullable(z.number()).optional(),
|
|
650
|
-
});
|
|
651
|
-
/** @internal */
|
|
652
|
-
export const CreateProjectAnalytics$outboundSchema = z.object({
|
|
653
|
-
id: z.string(),
|
|
654
|
-
canceledAt: z.nullable(z.number()).optional(),
|
|
655
|
-
disabledAt: z.number(),
|
|
656
|
-
enabledAt: z.number(),
|
|
657
|
-
paidAt: z.number().optional(),
|
|
658
|
-
sampleRatePercent: z.nullable(z.number()).optional(),
|
|
659
|
-
spendLimitInDollars: z.nullable(z.number()).optional(),
|
|
660
|
-
});
|
|
661
|
-
/**
|
|
662
|
-
* @internal
|
|
663
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
664
|
-
*/
|
|
665
|
-
export var CreateProjectAnalytics$;
|
|
666
|
-
(function (CreateProjectAnalytics$) {
|
|
667
|
-
/** @deprecated use `CreateProjectAnalytics$inboundSchema` instead. */
|
|
668
|
-
CreateProjectAnalytics$.inboundSchema = CreateProjectAnalytics$inboundSchema;
|
|
669
|
-
/** @deprecated use `CreateProjectAnalytics$outboundSchema` instead. */
|
|
670
|
-
CreateProjectAnalytics$.outboundSchema = CreateProjectAnalytics$outboundSchema;
|
|
671
|
-
})(CreateProjectAnalytics$ || (CreateProjectAnalytics$ = {}));
|
|
672
|
-
/** @internal */
|
|
673
|
-
export const CreateProjectSpeedInsights$inboundSchema = z.object({
|
|
674
|
-
id: z.string(),
|
|
675
|
-
enabledAt: z.number().optional(),
|
|
676
|
-
disabledAt: z.number().optional(),
|
|
677
|
-
canceledAt: z.number().optional(),
|
|
678
|
-
hasData: z.boolean().optional(),
|
|
679
|
-
paidAt: z.number().optional(),
|
|
680
|
-
});
|
|
681
|
-
/** @internal */
|
|
682
|
-
export const CreateProjectSpeedInsights$outboundSchema = z.object({
|
|
683
|
-
id: z.string(),
|
|
684
|
-
enabledAt: z.number().optional(),
|
|
685
|
-
disabledAt: z.number().optional(),
|
|
686
|
-
canceledAt: z.number().optional(),
|
|
687
|
-
hasData: z.boolean().optional(),
|
|
688
|
-
paidAt: z.number().optional(),
|
|
689
|
-
});
|
|
690
|
-
/**
|
|
691
|
-
* @internal
|
|
692
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
693
|
-
*/
|
|
694
|
-
export var CreateProjectSpeedInsights$;
|
|
695
|
-
(function (CreateProjectSpeedInsights$) {
|
|
696
|
-
/** @deprecated use `CreateProjectSpeedInsights$inboundSchema` instead. */
|
|
697
|
-
CreateProjectSpeedInsights$.inboundSchema = CreateProjectSpeedInsights$inboundSchema;
|
|
698
|
-
/** @deprecated use `CreateProjectSpeedInsights$outboundSchema` instead. */
|
|
699
|
-
CreateProjectSpeedInsights$.outboundSchema = CreateProjectSpeedInsights$outboundSchema;
|
|
700
|
-
})(CreateProjectSpeedInsights$ || (CreateProjectSpeedInsights$ = {}));
|
|
701
|
-
/** @internal */
|
|
702
|
-
export const CreateProjectDefinitions$inboundSchema = z.object({
|
|
703
|
-
host: z.string(),
|
|
704
|
-
path: z.string(),
|
|
705
|
-
schedule: z.string(),
|
|
706
|
-
});
|
|
707
|
-
/** @internal */
|
|
708
|
-
export const CreateProjectDefinitions$outboundSchema = z.object({
|
|
709
|
-
host: z.string(),
|
|
710
|
-
path: z.string(),
|
|
711
|
-
schedule: z.string(),
|
|
712
|
-
});
|
|
713
|
-
/**
|
|
714
|
-
* @internal
|
|
715
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
716
|
-
*/
|
|
717
|
-
export var CreateProjectDefinitions$;
|
|
718
|
-
(function (CreateProjectDefinitions$) {
|
|
719
|
-
/** @deprecated use `CreateProjectDefinitions$inboundSchema` instead. */
|
|
720
|
-
CreateProjectDefinitions$.inboundSchema = CreateProjectDefinitions$inboundSchema;
|
|
721
|
-
/** @deprecated use `CreateProjectDefinitions$outboundSchema` instead. */
|
|
722
|
-
CreateProjectDefinitions$.outboundSchema = CreateProjectDefinitions$outboundSchema;
|
|
723
|
-
})(CreateProjectDefinitions$ || (CreateProjectDefinitions$ = {}));
|
|
724
|
-
/** @internal */
|
|
725
|
-
export const CreateProjectCrons$inboundSchema = z.object({
|
|
726
|
-
enabledAt: z.number(),
|
|
727
|
-
disabledAt: z.nullable(z.number()),
|
|
728
|
-
updatedAt: z.number(),
|
|
729
|
-
deploymentId: z.nullable(z.string()),
|
|
730
|
-
definitions: z.array(z.lazy(() => CreateProjectDefinitions$inboundSchema)),
|
|
731
|
-
});
|
|
732
|
-
/** @internal */
|
|
733
|
-
export const CreateProjectCrons$outboundSchema = z.object({
|
|
734
|
-
enabledAt: z.number(),
|
|
735
|
-
disabledAt: z.nullable(z.number()),
|
|
736
|
-
updatedAt: z.number(),
|
|
737
|
-
deploymentId: z.nullable(z.string()),
|
|
738
|
-
definitions: z.array(z.lazy(() => CreateProjectDefinitions$outboundSchema)),
|
|
739
|
-
});
|
|
740
|
-
/**
|
|
741
|
-
* @internal
|
|
742
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
743
|
-
*/
|
|
744
|
-
export var CreateProjectCrons$;
|
|
745
|
-
(function (CreateProjectCrons$) {
|
|
746
|
-
/** @deprecated use `CreateProjectCrons$inboundSchema` instead. */
|
|
747
|
-
CreateProjectCrons$.inboundSchema = CreateProjectCrons$inboundSchema;
|
|
748
|
-
/** @deprecated use `CreateProjectCrons$outboundSchema` instead. */
|
|
749
|
-
CreateProjectCrons$.outboundSchema = CreateProjectCrons$outboundSchema;
|
|
750
|
-
})(CreateProjectCrons$ || (CreateProjectCrons$ = {}));
|
|
751
|
-
/** @internal */
|
|
752
|
-
export const CreateProjectDataCache$inboundSchema = z.object({
|
|
753
|
-
userDisabled: z.boolean(),
|
|
754
|
-
storageSizeBytes: z.nullable(z.number()).optional(),
|
|
755
|
-
unlimited: z.boolean().optional(),
|
|
756
|
-
});
|
|
757
|
-
/** @internal */
|
|
758
|
-
export const CreateProjectDataCache$outboundSchema = z.object({
|
|
759
|
-
userDisabled: z.boolean(),
|
|
760
|
-
storageSizeBytes: z.nullable(z.number()).optional(),
|
|
761
|
-
unlimited: z.boolean().optional(),
|
|
762
|
-
});
|
|
763
|
-
/**
|
|
764
|
-
* @internal
|
|
765
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
766
|
-
*/
|
|
767
|
-
export var CreateProjectDataCache$;
|
|
768
|
-
(function (CreateProjectDataCache$) {
|
|
769
|
-
/** @deprecated use `CreateProjectDataCache$inboundSchema` instead. */
|
|
770
|
-
CreateProjectDataCache$.inboundSchema = CreateProjectDataCache$inboundSchema;
|
|
771
|
-
/** @deprecated use `CreateProjectDataCache$outboundSchema` instead. */
|
|
772
|
-
CreateProjectDataCache$.outboundSchema = CreateProjectDataCache$outboundSchema;
|
|
773
|
-
})(CreateProjectDataCache$ || (CreateProjectDataCache$ = {}));
|
|
774
|
-
/** @internal */
|
|
775
|
-
export const CreateProjectDeploymentExpiration$inboundSchema = z.object({
|
|
776
|
-
expirationDays: z.number().optional(),
|
|
777
|
-
expirationDaysProduction: z.number().optional(),
|
|
778
|
-
expirationDaysCanceled: z.number().optional(),
|
|
779
|
-
expirationDaysErrored: z.number().optional(),
|
|
780
|
-
deploymentsToKeep: z.number().optional(),
|
|
781
|
-
});
|
|
782
|
-
/** @internal */
|
|
783
|
-
export const CreateProjectDeploymentExpiration$outboundSchema = z.object({
|
|
784
|
-
expirationDays: z.number().optional(),
|
|
785
|
-
expirationDaysProduction: z.number().optional(),
|
|
786
|
-
expirationDaysCanceled: z.number().optional(),
|
|
787
|
-
expirationDaysErrored: z.number().optional(),
|
|
788
|
-
deploymentsToKeep: z.number().optional(),
|
|
789
|
-
});
|
|
790
|
-
/**
|
|
791
|
-
* @internal
|
|
792
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
793
|
-
*/
|
|
794
|
-
export var CreateProjectDeploymentExpiration$;
|
|
795
|
-
(function (CreateProjectDeploymentExpiration$) {
|
|
796
|
-
/** @deprecated use `CreateProjectDeploymentExpiration$inboundSchema` instead. */
|
|
797
|
-
CreateProjectDeploymentExpiration$.inboundSchema = CreateProjectDeploymentExpiration$inboundSchema;
|
|
798
|
-
/** @deprecated use `CreateProjectDeploymentExpiration$outboundSchema` instead. */
|
|
799
|
-
CreateProjectDeploymentExpiration$.outboundSchema = CreateProjectDeploymentExpiration$outboundSchema;
|
|
800
|
-
})(CreateProjectDeploymentExpiration$ || (CreateProjectDeploymentExpiration$ = {}));
|
|
801
|
-
/** @internal */
|
|
802
|
-
export const CreateProjectTarget2$inboundSchema = z.nativeEnum(CreateProjectTarget2);
|
|
803
|
-
/** @internal */
|
|
804
|
-
export const CreateProjectTarget2$outboundSchema = CreateProjectTarget2$inboundSchema;
|
|
805
|
-
/**
|
|
806
|
-
* @internal
|
|
807
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
808
|
-
*/
|
|
809
|
-
export var CreateProjectTarget2$;
|
|
810
|
-
(function (CreateProjectTarget2$) {
|
|
811
|
-
/** @deprecated use `CreateProjectTarget2$inboundSchema` instead. */
|
|
812
|
-
CreateProjectTarget2$.inboundSchema = CreateProjectTarget2$inboundSchema;
|
|
813
|
-
/** @deprecated use `CreateProjectTarget2$outboundSchema` instead. */
|
|
814
|
-
CreateProjectTarget2$.outboundSchema = CreateProjectTarget2$outboundSchema;
|
|
815
|
-
})(CreateProjectTarget2$ || (CreateProjectTarget2$ = {}));
|
|
816
|
-
/** @internal */
|
|
817
|
-
export const CreateProjectProjectsTarget$inboundSchema = z.union([z.array(z.string()), CreateProjectTarget2$inboundSchema]);
|
|
818
|
-
/** @internal */
|
|
819
|
-
export const CreateProjectProjectsTarget$outboundSchema = z.union([z.array(z.string()), CreateProjectTarget2$outboundSchema]);
|
|
820
|
-
/**
|
|
821
|
-
* @internal
|
|
822
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
823
|
-
*/
|
|
824
|
-
export var CreateProjectProjectsTarget$;
|
|
825
|
-
(function (CreateProjectProjectsTarget$) {
|
|
826
|
-
/** @deprecated use `CreateProjectProjectsTarget$inboundSchema` instead. */
|
|
827
|
-
CreateProjectProjectsTarget$.inboundSchema = CreateProjectProjectsTarget$inboundSchema;
|
|
828
|
-
/** @deprecated use `CreateProjectProjectsTarget$outboundSchema` instead. */
|
|
829
|
-
CreateProjectProjectsTarget$.outboundSchema = CreateProjectProjectsTarget$outboundSchema;
|
|
830
|
-
})(CreateProjectProjectsTarget$ || (CreateProjectProjectsTarget$ = {}));
|
|
831
|
-
/** @internal */
|
|
832
|
-
export const CreateProjectProjectsResponseType$inboundSchema = z.nativeEnum(CreateProjectProjectsResponseType);
|
|
833
|
-
/** @internal */
|
|
834
|
-
export const CreateProjectProjectsResponseType$outboundSchema = CreateProjectProjectsResponseType$inboundSchema;
|
|
835
|
-
/**
|
|
836
|
-
* @internal
|
|
837
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
838
|
-
*/
|
|
839
|
-
export var CreateProjectProjectsResponseType$;
|
|
840
|
-
(function (CreateProjectProjectsResponseType$) {
|
|
841
|
-
/** @deprecated use `CreateProjectProjectsResponseType$inboundSchema` instead. */
|
|
842
|
-
CreateProjectProjectsResponseType$.inboundSchema = CreateProjectProjectsResponseType$inboundSchema;
|
|
843
|
-
/** @deprecated use `CreateProjectProjectsResponseType$outboundSchema` instead. */
|
|
844
|
-
CreateProjectProjectsResponseType$.outboundSchema = CreateProjectProjectsResponseType$outboundSchema;
|
|
845
|
-
})(CreateProjectProjectsResponseType$ || (CreateProjectProjectsResponseType$ = {}));
|
|
846
|
-
/** @internal */
|
|
847
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type);
|
|
848
|
-
/** @internal */
|
|
849
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema;
|
|
850
|
-
/**
|
|
851
|
-
* @internal
|
|
852
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
853
|
-
*/
|
|
854
|
-
export var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$;
|
|
855
|
-
(function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$) {
|
|
856
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema` instead. */
|
|
857
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema;
|
|
858
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema` instead. */
|
|
859
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema;
|
|
860
|
-
})(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$ = {}));
|
|
861
|
-
/** @internal */
|
|
862
|
-
export const ContentHint15$inboundSchema = z.object({
|
|
863
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema,
|
|
864
|
-
projectId: z.string(),
|
|
865
|
-
});
|
|
866
|
-
/** @internal */
|
|
867
|
-
export const ContentHint15$outboundSchema = z.object({
|
|
868
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema,
|
|
869
|
-
projectId: z.string(),
|
|
870
|
-
});
|
|
871
|
-
/**
|
|
872
|
-
* @internal
|
|
873
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
874
|
-
*/
|
|
875
|
-
export var ContentHint15$;
|
|
876
|
-
(function (ContentHint15$) {
|
|
877
|
-
/** @deprecated use `ContentHint15$inboundSchema` instead. */
|
|
878
|
-
ContentHint15$.inboundSchema = ContentHint15$inboundSchema;
|
|
879
|
-
/** @deprecated use `ContentHint15$outboundSchema` instead. */
|
|
880
|
-
ContentHint15$.outboundSchema = ContentHint15$outboundSchema;
|
|
881
|
-
})(ContentHint15$ || (ContentHint15$ = {}));
|
|
882
|
-
/** @internal */
|
|
883
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type);
|
|
884
|
-
/** @internal */
|
|
885
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema;
|
|
886
|
-
/**
|
|
887
|
-
* @internal
|
|
888
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
889
|
-
*/
|
|
890
|
-
export var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$;
|
|
891
|
-
(function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$) {
|
|
892
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema` instead. */
|
|
893
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema;
|
|
894
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema` instead. */
|
|
895
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema;
|
|
896
|
-
})(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$ = {}));
|
|
897
|
-
/** @internal */
|
|
898
|
-
export const ContentHint14$inboundSchema = z.object({
|
|
899
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema,
|
|
900
|
-
storeId: z.string(),
|
|
901
|
-
integrationId: z.string(),
|
|
902
|
-
integrationProductId: z.string(),
|
|
903
|
-
integrationConfigurationId: z.string(),
|
|
904
|
-
});
|
|
905
|
-
/** @internal */
|
|
906
|
-
export const ContentHint14$outboundSchema = z.object({
|
|
907
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema,
|
|
908
|
-
storeId: z.string(),
|
|
909
|
-
integrationId: z.string(),
|
|
910
|
-
integrationProductId: z.string(),
|
|
911
|
-
integrationConfigurationId: z.string(),
|
|
912
|
-
});
|
|
913
|
-
/**
|
|
914
|
-
* @internal
|
|
915
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
916
|
-
*/
|
|
917
|
-
export var ContentHint14$;
|
|
918
|
-
(function (ContentHint14$) {
|
|
919
|
-
/** @deprecated use `ContentHint14$inboundSchema` instead. */
|
|
920
|
-
ContentHint14$.inboundSchema = ContentHint14$inboundSchema;
|
|
921
|
-
/** @deprecated use `ContentHint14$outboundSchema` instead. */
|
|
922
|
-
ContentHint14$.outboundSchema = ContentHint14$outboundSchema;
|
|
923
|
-
})(ContentHint14$ || (ContentHint14$ = {}));
|
|
924
|
-
/** @internal */
|
|
925
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type);
|
|
926
|
-
/** @internal */
|
|
927
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema;
|
|
928
|
-
/**
|
|
929
|
-
* @internal
|
|
930
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
931
|
-
*/
|
|
932
|
-
export var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$;
|
|
933
|
-
(function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$) {
|
|
934
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema` instead. */
|
|
935
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema;
|
|
936
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema` instead. */
|
|
937
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema;
|
|
938
|
-
})(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$ = {}));
|
|
939
|
-
/** @internal */
|
|
940
|
-
export const ContentHint13$inboundSchema = z.object({
|
|
941
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema,
|
|
942
|
-
storeId: z.string(),
|
|
943
|
-
});
|
|
944
|
-
/** @internal */
|
|
945
|
-
export const ContentHint13$outboundSchema = z.object({
|
|
946
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema,
|
|
947
|
-
storeId: z.string(),
|
|
948
|
-
});
|
|
949
|
-
/**
|
|
950
|
-
* @internal
|
|
951
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
952
|
-
*/
|
|
953
|
-
export var ContentHint13$;
|
|
954
|
-
(function (ContentHint13$) {
|
|
955
|
-
/** @deprecated use `ContentHint13$inboundSchema` instead. */
|
|
956
|
-
ContentHint13$.inboundSchema = ContentHint13$inboundSchema;
|
|
957
|
-
/** @deprecated use `ContentHint13$outboundSchema` instead. */
|
|
958
|
-
ContentHint13$.outboundSchema = ContentHint13$outboundSchema;
|
|
959
|
-
})(ContentHint13$ || (ContentHint13$ = {}));
|
|
960
|
-
/** @internal */
|
|
961
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type);
|
|
962
|
-
/** @internal */
|
|
963
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema;
|
|
964
|
-
/**
|
|
965
|
-
* @internal
|
|
966
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
967
|
-
*/
|
|
968
|
-
export var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$;
|
|
969
|
-
(function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$) {
|
|
970
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema` instead. */
|
|
971
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema;
|
|
972
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema` instead. */
|
|
973
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema;
|
|
974
|
-
})(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$ = {}));
|
|
975
|
-
/** @internal */
|
|
976
|
-
export const ContentHint12$inboundSchema = z.object({
|
|
977
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema,
|
|
978
|
-
storeId: z.string(),
|
|
979
|
-
});
|
|
980
|
-
/** @internal */
|
|
981
|
-
export const ContentHint12$outboundSchema = z.object({
|
|
982
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema,
|
|
983
|
-
storeId: z.string(),
|
|
984
|
-
});
|
|
985
|
-
/**
|
|
986
|
-
* @internal
|
|
987
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
988
|
-
*/
|
|
989
|
-
export var ContentHint12$;
|
|
990
|
-
(function (ContentHint12$) {
|
|
991
|
-
/** @deprecated use `ContentHint12$inboundSchema` instead. */
|
|
992
|
-
ContentHint12$.inboundSchema = ContentHint12$inboundSchema;
|
|
993
|
-
/** @deprecated use `ContentHint12$outboundSchema` instead. */
|
|
994
|
-
ContentHint12$.outboundSchema = ContentHint12$outboundSchema;
|
|
995
|
-
})(ContentHint12$ || (ContentHint12$ = {}));
|
|
996
|
-
/** @internal */
|
|
997
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type);
|
|
998
|
-
/** @internal */
|
|
999
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema;
|
|
1000
|
-
/**
|
|
1001
|
-
* @internal
|
|
1002
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1003
|
-
*/
|
|
1004
|
-
export var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$;
|
|
1005
|
-
(function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$) {
|
|
1006
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema` instead. */
|
|
1007
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema;
|
|
1008
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema` instead. */
|
|
1009
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema;
|
|
1010
|
-
})(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$ = {}));
|
|
1011
|
-
/** @internal */
|
|
1012
|
-
export const ContentHint11$inboundSchema = z.object({
|
|
1013
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema,
|
|
1014
|
-
storeId: z.string(),
|
|
1015
|
-
});
|
|
1016
|
-
/** @internal */
|
|
1017
|
-
export const ContentHint11$outboundSchema = z.object({
|
|
1018
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema,
|
|
1019
|
-
storeId: z.string(),
|
|
1020
|
-
});
|
|
1021
|
-
/**
|
|
1022
|
-
* @internal
|
|
1023
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1024
|
-
*/
|
|
1025
|
-
export var ContentHint11$;
|
|
1026
|
-
(function (ContentHint11$) {
|
|
1027
|
-
/** @deprecated use `ContentHint11$inboundSchema` instead. */
|
|
1028
|
-
ContentHint11$.inboundSchema = ContentHint11$inboundSchema;
|
|
1029
|
-
/** @deprecated use `ContentHint11$outboundSchema` instead. */
|
|
1030
|
-
ContentHint11$.outboundSchema = ContentHint11$outboundSchema;
|
|
1031
|
-
})(ContentHint11$ || (ContentHint11$ = {}));
|
|
1032
|
-
/** @internal */
|
|
1033
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type);
|
|
1034
|
-
/** @internal */
|
|
1035
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema;
|
|
1036
|
-
/**
|
|
1037
|
-
* @internal
|
|
1038
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1039
|
-
*/
|
|
1040
|
-
export var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$;
|
|
1041
|
-
(function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$) {
|
|
1042
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema` instead. */
|
|
1043
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema;
|
|
1044
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema` instead. */
|
|
1045
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema;
|
|
1046
|
-
})(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$ = {}));
|
|
1047
|
-
/** @internal */
|
|
1048
|
-
export const CreateProjectContentHint10$inboundSchema = z.object({
|
|
1049
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema,
|
|
1050
|
-
storeId: z.string(),
|
|
1051
|
-
});
|
|
1052
|
-
/** @internal */
|
|
1053
|
-
export const CreateProjectContentHint10$outboundSchema = z.object({
|
|
1054
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema,
|
|
1055
|
-
storeId: z.string(),
|
|
1056
|
-
});
|
|
1057
|
-
/**
|
|
1058
|
-
* @internal
|
|
1059
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1060
|
-
*/
|
|
1061
|
-
export var CreateProjectContentHint10$;
|
|
1062
|
-
(function (CreateProjectContentHint10$) {
|
|
1063
|
-
/** @deprecated use `CreateProjectContentHint10$inboundSchema` instead. */
|
|
1064
|
-
CreateProjectContentHint10$.inboundSchema = CreateProjectContentHint10$inboundSchema;
|
|
1065
|
-
/** @deprecated use `CreateProjectContentHint10$outboundSchema` instead. */
|
|
1066
|
-
CreateProjectContentHint10$.outboundSchema = CreateProjectContentHint10$outboundSchema;
|
|
1067
|
-
})(CreateProjectContentHint10$ || (CreateProjectContentHint10$ = {}));
|
|
1068
|
-
/** @internal */
|
|
1069
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type);
|
|
1070
|
-
/** @internal */
|
|
1071
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema;
|
|
1072
|
-
/**
|
|
1073
|
-
* @internal
|
|
1074
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1075
|
-
*/
|
|
1076
|
-
export var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$;
|
|
1077
|
-
(function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$) {
|
|
1078
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema` instead. */
|
|
1079
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema;
|
|
1080
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema` instead. */
|
|
1081
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema;
|
|
1082
|
-
})(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$ = {}));
|
|
1083
|
-
/** @internal */
|
|
1084
|
-
export const CreateProjectContentHint9$inboundSchema = z.object({
|
|
1085
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema,
|
|
1086
|
-
storeId: z.string(),
|
|
1087
|
-
});
|
|
1088
|
-
/** @internal */
|
|
1089
|
-
export const CreateProjectContentHint9$outboundSchema = z.object({
|
|
1090
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema,
|
|
1091
|
-
storeId: z.string(),
|
|
1092
|
-
});
|
|
1093
|
-
/**
|
|
1094
|
-
* @internal
|
|
1095
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1096
|
-
*/
|
|
1097
|
-
export var CreateProjectContentHint9$;
|
|
1098
|
-
(function (CreateProjectContentHint9$) {
|
|
1099
|
-
/** @deprecated use `CreateProjectContentHint9$inboundSchema` instead. */
|
|
1100
|
-
CreateProjectContentHint9$.inboundSchema = CreateProjectContentHint9$inboundSchema;
|
|
1101
|
-
/** @deprecated use `CreateProjectContentHint9$outboundSchema` instead. */
|
|
1102
|
-
CreateProjectContentHint9$.outboundSchema = CreateProjectContentHint9$outboundSchema;
|
|
1103
|
-
})(CreateProjectContentHint9$ || (CreateProjectContentHint9$ = {}));
|
|
1104
|
-
/** @internal */
|
|
1105
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type);
|
|
1106
|
-
/** @internal */
|
|
1107
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema;
|
|
1108
|
-
/**
|
|
1109
|
-
* @internal
|
|
1110
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1111
|
-
*/
|
|
1112
|
-
export var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$;
|
|
1113
|
-
(function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$) {
|
|
1114
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema` instead. */
|
|
1115
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema;
|
|
1116
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$outboundSchema` instead. */
|
|
1117
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$outboundSchema;
|
|
1118
|
-
})(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$ = {}));
|
|
1119
|
-
/** @internal */
|
|
1120
|
-
export const CreateProjectContentHint8$inboundSchema = z.object({
|
|
1121
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema,
|
|
1122
|
-
storeId: z.string(),
|
|
1123
|
-
});
|
|
1124
|
-
/** @internal */
|
|
1125
|
-
export const CreateProjectContentHint8$outboundSchema = z.object({
|
|
1126
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$outboundSchema,
|
|
1127
|
-
storeId: z.string(),
|
|
1128
|
-
});
|
|
1129
|
-
/**
|
|
1130
|
-
* @internal
|
|
1131
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1132
|
-
*/
|
|
1133
|
-
export var CreateProjectContentHint8$;
|
|
1134
|
-
(function (CreateProjectContentHint8$) {
|
|
1135
|
-
/** @deprecated use `CreateProjectContentHint8$inboundSchema` instead. */
|
|
1136
|
-
CreateProjectContentHint8$.inboundSchema = CreateProjectContentHint8$inboundSchema;
|
|
1137
|
-
/** @deprecated use `CreateProjectContentHint8$outboundSchema` instead. */
|
|
1138
|
-
CreateProjectContentHint8$.outboundSchema = CreateProjectContentHint8$outboundSchema;
|
|
1139
|
-
})(CreateProjectContentHint8$ || (CreateProjectContentHint8$ = {}));
|
|
1140
|
-
/** @internal */
|
|
1141
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType);
|
|
1142
|
-
/** @internal */
|
|
1143
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema;
|
|
1144
|
-
/**
|
|
1145
|
-
* @internal
|
|
1146
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1147
|
-
*/
|
|
1148
|
-
export var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$;
|
|
1149
|
-
(function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$) {
|
|
1150
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema` instead. */
|
|
1151
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema;
|
|
1152
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema` instead. */
|
|
1153
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema;
|
|
1154
|
-
})(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$ = {}));
|
|
1155
|
-
/** @internal */
|
|
1156
|
-
export const CreateProjectContentHint7$inboundSchema = z.object({
|
|
1157
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema,
|
|
1158
|
-
storeId: z.string(),
|
|
1159
|
-
});
|
|
1160
|
-
/** @internal */
|
|
1161
|
-
export const CreateProjectContentHint7$outboundSchema = z.object({
|
|
1162
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema,
|
|
1163
|
-
storeId: z.string(),
|
|
1164
|
-
});
|
|
1165
|
-
/**
|
|
1166
|
-
* @internal
|
|
1167
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1168
|
-
*/
|
|
1169
|
-
export var CreateProjectContentHint7$;
|
|
1170
|
-
(function (CreateProjectContentHint7$) {
|
|
1171
|
-
/** @deprecated use `CreateProjectContentHint7$inboundSchema` instead. */
|
|
1172
|
-
CreateProjectContentHint7$.inboundSchema = CreateProjectContentHint7$inboundSchema;
|
|
1173
|
-
/** @deprecated use `CreateProjectContentHint7$outboundSchema` instead. */
|
|
1174
|
-
CreateProjectContentHint7$.outboundSchema = CreateProjectContentHint7$outboundSchema;
|
|
1175
|
-
})(CreateProjectContentHint7$ || (CreateProjectContentHint7$ = {}));
|
|
1176
|
-
/** @internal */
|
|
1177
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType);
|
|
1178
|
-
/** @internal */
|
|
1179
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
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 var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$;
|
|
1185
|
-
(function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$) {
|
|
1186
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
|
|
1187
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
1188
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
|
|
1189
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema;
|
|
1190
|
-
})(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$ = {}));
|
|
1191
|
-
/** @internal */
|
|
1192
|
-
export const CreateProjectContentHint6$inboundSchema = z.object({
|
|
1193
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
1194
|
-
storeId: z.string(),
|
|
1195
|
-
});
|
|
1196
|
-
/** @internal */
|
|
1197
|
-
export const CreateProjectContentHint6$outboundSchema = z.object({
|
|
1198
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
1199
|
-
storeId: z.string(),
|
|
1200
|
-
});
|
|
1201
|
-
/**
|
|
1202
|
-
* @internal
|
|
1203
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1204
|
-
*/
|
|
1205
|
-
export var CreateProjectContentHint6$;
|
|
1206
|
-
(function (CreateProjectContentHint6$) {
|
|
1207
|
-
/** @deprecated use `CreateProjectContentHint6$inboundSchema` instead. */
|
|
1208
|
-
CreateProjectContentHint6$.inboundSchema = CreateProjectContentHint6$inboundSchema;
|
|
1209
|
-
/** @deprecated use `CreateProjectContentHint6$outboundSchema` instead. */
|
|
1210
|
-
CreateProjectContentHint6$.outboundSchema = CreateProjectContentHint6$outboundSchema;
|
|
1211
|
-
})(CreateProjectContentHint6$ || (CreateProjectContentHint6$ = {}));
|
|
1212
|
-
/** @internal */
|
|
1213
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONType);
|
|
1214
|
-
/** @internal */
|
|
1215
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONType$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
1216
|
-
/**
|
|
1217
|
-
* @internal
|
|
1218
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1219
|
-
*/
|
|
1220
|
-
export var CreateProjectContentHintProjectsResponse200ApplicationJSONType$;
|
|
1221
|
-
(function (CreateProjectContentHintProjectsResponse200ApplicationJSONType$) {
|
|
1222
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
1223
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONType$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
1224
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
1225
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONType$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONType$outboundSchema;
|
|
1226
|
-
})(CreateProjectContentHintProjectsResponse200ApplicationJSONType$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONType$ = {}));
|
|
1227
|
-
/** @internal */
|
|
1228
|
-
export const CreateProjectContentHint5$inboundSchema = z.object({
|
|
1229
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema,
|
|
1230
|
-
storeId: z.string(),
|
|
1231
|
-
});
|
|
1232
|
-
/** @internal */
|
|
1233
|
-
export const CreateProjectContentHint5$outboundSchema = z.object({
|
|
1234
|
-
type: CreateProjectContentHintProjectsResponse200ApplicationJSONType$outboundSchema,
|
|
1235
|
-
storeId: z.string(),
|
|
1236
|
-
});
|
|
1237
|
-
/**
|
|
1238
|
-
* @internal
|
|
1239
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1240
|
-
*/
|
|
1241
|
-
export var CreateProjectContentHint5$;
|
|
1242
|
-
(function (CreateProjectContentHint5$) {
|
|
1243
|
-
/** @deprecated use `CreateProjectContentHint5$inboundSchema` instead. */
|
|
1244
|
-
CreateProjectContentHint5$.inboundSchema = CreateProjectContentHint5$inboundSchema;
|
|
1245
|
-
/** @deprecated use `CreateProjectContentHint5$outboundSchema` instead. */
|
|
1246
|
-
CreateProjectContentHint5$.outboundSchema = CreateProjectContentHint5$outboundSchema;
|
|
1247
|
-
})(CreateProjectContentHint5$ || (CreateProjectContentHint5$ = {}));
|
|
1248
|
-
/** @internal */
|
|
1249
|
-
export const CreateProjectContentHintProjectsResponse200Type$inboundSchema = z
|
|
1250
|
-
.nativeEnum(CreateProjectContentHintProjectsResponse200Type);
|
|
1251
|
-
/** @internal */
|
|
1252
|
-
export const CreateProjectContentHintProjectsResponse200Type$outboundSchema = CreateProjectContentHintProjectsResponse200Type$inboundSchema;
|
|
1253
|
-
/**
|
|
1254
|
-
* @internal
|
|
1255
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1256
|
-
*/
|
|
1257
|
-
export var CreateProjectContentHintProjectsResponse200Type$;
|
|
1258
|
-
(function (CreateProjectContentHintProjectsResponse200Type$) {
|
|
1259
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200Type$inboundSchema` instead. */
|
|
1260
|
-
CreateProjectContentHintProjectsResponse200Type$.inboundSchema = CreateProjectContentHintProjectsResponse200Type$inboundSchema;
|
|
1261
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponse200Type$outboundSchema` instead. */
|
|
1262
|
-
CreateProjectContentHintProjectsResponse200Type$.outboundSchema = CreateProjectContentHintProjectsResponse200Type$outboundSchema;
|
|
1263
|
-
})(CreateProjectContentHintProjectsResponse200Type$ || (CreateProjectContentHintProjectsResponse200Type$ = {}));
|
|
1264
|
-
/** @internal */
|
|
1265
|
-
export const CreateProjectContentHint4$inboundSchema = z.object({
|
|
1266
|
-
type: CreateProjectContentHintProjectsResponse200Type$inboundSchema,
|
|
1267
|
-
storeId: z.string(),
|
|
1268
|
-
});
|
|
1269
|
-
/** @internal */
|
|
1270
|
-
export const CreateProjectContentHint4$outboundSchema = z.object({
|
|
1271
|
-
type: CreateProjectContentHintProjectsResponse200Type$outboundSchema,
|
|
1272
|
-
storeId: z.string(),
|
|
1273
|
-
});
|
|
1274
|
-
/**
|
|
1275
|
-
* @internal
|
|
1276
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1277
|
-
*/
|
|
1278
|
-
export var CreateProjectContentHint4$;
|
|
1279
|
-
(function (CreateProjectContentHint4$) {
|
|
1280
|
-
/** @deprecated use `CreateProjectContentHint4$inboundSchema` instead. */
|
|
1281
|
-
CreateProjectContentHint4$.inboundSchema = CreateProjectContentHint4$inboundSchema;
|
|
1282
|
-
/** @deprecated use `CreateProjectContentHint4$outboundSchema` instead. */
|
|
1283
|
-
CreateProjectContentHint4$.outboundSchema = CreateProjectContentHint4$outboundSchema;
|
|
1284
|
-
})(CreateProjectContentHint4$ || (CreateProjectContentHint4$ = {}));
|
|
1285
|
-
/** @internal */
|
|
1286
|
-
export const CreateProjectContentHintProjectsResponseType$inboundSchema = z
|
|
1287
|
-
.nativeEnum(CreateProjectContentHintProjectsResponseType);
|
|
1288
|
-
/** @internal */
|
|
1289
|
-
export const CreateProjectContentHintProjectsResponseType$outboundSchema = CreateProjectContentHintProjectsResponseType$inboundSchema;
|
|
1290
|
-
/**
|
|
1291
|
-
* @internal
|
|
1292
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1293
|
-
*/
|
|
1294
|
-
export var CreateProjectContentHintProjectsResponseType$;
|
|
1295
|
-
(function (CreateProjectContentHintProjectsResponseType$) {
|
|
1296
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponseType$inboundSchema` instead. */
|
|
1297
|
-
CreateProjectContentHintProjectsResponseType$.inboundSchema = CreateProjectContentHintProjectsResponseType$inboundSchema;
|
|
1298
|
-
/** @deprecated use `CreateProjectContentHintProjectsResponseType$outboundSchema` instead. */
|
|
1299
|
-
CreateProjectContentHintProjectsResponseType$.outboundSchema = CreateProjectContentHintProjectsResponseType$outboundSchema;
|
|
1300
|
-
})(CreateProjectContentHintProjectsResponseType$ || (CreateProjectContentHintProjectsResponseType$ = {}));
|
|
1301
|
-
/** @internal */
|
|
1302
|
-
export const CreateProjectContentHint3$inboundSchema = z.object({
|
|
1303
|
-
type: CreateProjectContentHintProjectsResponseType$inboundSchema,
|
|
1304
|
-
storeId: z.string(),
|
|
1305
|
-
});
|
|
1306
|
-
/** @internal */
|
|
1307
|
-
export const CreateProjectContentHint3$outboundSchema = z.object({
|
|
1308
|
-
type: CreateProjectContentHintProjectsResponseType$outboundSchema,
|
|
1309
|
-
storeId: z.string(),
|
|
1310
|
-
});
|
|
1311
|
-
/**
|
|
1312
|
-
* @internal
|
|
1313
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1314
|
-
*/
|
|
1315
|
-
export var CreateProjectContentHint3$;
|
|
1316
|
-
(function (CreateProjectContentHint3$) {
|
|
1317
|
-
/** @deprecated use `CreateProjectContentHint3$inboundSchema` instead. */
|
|
1318
|
-
CreateProjectContentHint3$.inboundSchema = CreateProjectContentHint3$inboundSchema;
|
|
1319
|
-
/** @deprecated use `CreateProjectContentHint3$outboundSchema` instead. */
|
|
1320
|
-
CreateProjectContentHint3$.outboundSchema = CreateProjectContentHint3$outboundSchema;
|
|
1321
|
-
})(CreateProjectContentHint3$ || (CreateProjectContentHint3$ = {}));
|
|
1322
|
-
/** @internal */
|
|
1323
|
-
export const CreateProjectContentHintProjectsType$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsType);
|
|
1324
|
-
/** @internal */
|
|
1325
|
-
export const CreateProjectContentHintProjectsType$outboundSchema = CreateProjectContentHintProjectsType$inboundSchema;
|
|
1326
|
-
/**
|
|
1327
|
-
* @internal
|
|
1328
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1329
|
-
*/
|
|
1330
|
-
export var CreateProjectContentHintProjectsType$;
|
|
1331
|
-
(function (CreateProjectContentHintProjectsType$) {
|
|
1332
|
-
/** @deprecated use `CreateProjectContentHintProjectsType$inboundSchema` instead. */
|
|
1333
|
-
CreateProjectContentHintProjectsType$.inboundSchema = CreateProjectContentHintProjectsType$inboundSchema;
|
|
1334
|
-
/** @deprecated use `CreateProjectContentHintProjectsType$outboundSchema` instead. */
|
|
1335
|
-
CreateProjectContentHintProjectsType$.outboundSchema = CreateProjectContentHintProjectsType$outboundSchema;
|
|
1336
|
-
})(CreateProjectContentHintProjectsType$ || (CreateProjectContentHintProjectsType$ = {}));
|
|
1337
|
-
/** @internal */
|
|
1338
|
-
export const CreateProjectContentHint2$inboundSchema = z.object({
|
|
1339
|
-
type: CreateProjectContentHintProjectsType$inboundSchema,
|
|
1340
|
-
storeId: z.string(),
|
|
1341
|
-
});
|
|
1342
|
-
/** @internal */
|
|
1343
|
-
export const CreateProjectContentHint2$outboundSchema = z.object({
|
|
1344
|
-
type: CreateProjectContentHintProjectsType$outboundSchema,
|
|
1345
|
-
storeId: z.string(),
|
|
1346
|
-
});
|
|
1347
|
-
/**
|
|
1348
|
-
* @internal
|
|
1349
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1350
|
-
*/
|
|
1351
|
-
export var CreateProjectContentHint2$;
|
|
1352
|
-
(function (CreateProjectContentHint2$) {
|
|
1353
|
-
/** @deprecated use `CreateProjectContentHint2$inboundSchema` instead. */
|
|
1354
|
-
CreateProjectContentHint2$.inboundSchema = CreateProjectContentHint2$inboundSchema;
|
|
1355
|
-
/** @deprecated use `CreateProjectContentHint2$outboundSchema` instead. */
|
|
1356
|
-
CreateProjectContentHint2$.outboundSchema = CreateProjectContentHint2$outboundSchema;
|
|
1357
|
-
})(CreateProjectContentHint2$ || (CreateProjectContentHint2$ = {}));
|
|
1358
|
-
/** @internal */
|
|
1359
|
-
export const CreateProjectContentHintType$inboundSchema = z.nativeEnum(CreateProjectContentHintType);
|
|
1360
|
-
/** @internal */
|
|
1361
|
-
export const CreateProjectContentHintType$outboundSchema = CreateProjectContentHintType$inboundSchema;
|
|
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 var CreateProjectContentHintType$;
|
|
1367
|
-
(function (CreateProjectContentHintType$) {
|
|
1368
|
-
/** @deprecated use `CreateProjectContentHintType$inboundSchema` instead. */
|
|
1369
|
-
CreateProjectContentHintType$.inboundSchema = CreateProjectContentHintType$inboundSchema;
|
|
1370
|
-
/** @deprecated use `CreateProjectContentHintType$outboundSchema` instead. */
|
|
1371
|
-
CreateProjectContentHintType$.outboundSchema = CreateProjectContentHintType$outboundSchema;
|
|
1372
|
-
})(CreateProjectContentHintType$ || (CreateProjectContentHintType$ = {}));
|
|
1373
|
-
/** @internal */
|
|
1374
|
-
export const CreateProjectContentHint1$inboundSchema = z.object({
|
|
1375
|
-
type: CreateProjectContentHintType$inboundSchema,
|
|
1376
|
-
storeId: z.string(),
|
|
1377
|
-
});
|
|
1378
|
-
/** @internal */
|
|
1379
|
-
export const CreateProjectContentHint1$outboundSchema = z.object({
|
|
1380
|
-
type: CreateProjectContentHintType$outboundSchema,
|
|
1381
|
-
storeId: z.string(),
|
|
1382
|
-
});
|
|
1383
|
-
/**
|
|
1384
|
-
* @internal
|
|
1385
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1386
|
-
*/
|
|
1387
|
-
export var CreateProjectContentHint1$;
|
|
1388
|
-
(function (CreateProjectContentHint1$) {
|
|
1389
|
-
/** @deprecated use `CreateProjectContentHint1$inboundSchema` instead. */
|
|
1390
|
-
CreateProjectContentHint1$.inboundSchema = CreateProjectContentHint1$inboundSchema;
|
|
1391
|
-
/** @deprecated use `CreateProjectContentHint1$outboundSchema` instead. */
|
|
1392
|
-
CreateProjectContentHint1$.outboundSchema = CreateProjectContentHint1$outboundSchema;
|
|
1393
|
-
})(CreateProjectContentHint1$ || (CreateProjectContentHint1$ = {}));
|
|
1394
|
-
/** @internal */
|
|
1395
|
-
export const CreateProjectContentHint$inboundSchema = z.union([
|
|
1396
|
-
z.lazy(() => CreateProjectContentHint1$inboundSchema),
|
|
1397
|
-
z.lazy(() => CreateProjectContentHint2$inboundSchema),
|
|
1398
|
-
z.lazy(() => CreateProjectContentHint3$inboundSchema),
|
|
1399
|
-
z.lazy(() => CreateProjectContentHint4$inboundSchema),
|
|
1400
|
-
z.lazy(() => CreateProjectContentHint5$inboundSchema),
|
|
1401
|
-
z.lazy(() => CreateProjectContentHint6$inboundSchema),
|
|
1402
|
-
z.lazy(() => CreateProjectContentHint7$inboundSchema),
|
|
1403
|
-
z.lazy(() => CreateProjectContentHint8$inboundSchema),
|
|
1404
|
-
z.lazy(() => CreateProjectContentHint9$inboundSchema),
|
|
1405
|
-
z.lazy(() => CreateProjectContentHint10$inboundSchema),
|
|
1406
|
-
z.lazy(() => ContentHint11$inboundSchema),
|
|
1407
|
-
z.lazy(() => ContentHint12$inboundSchema),
|
|
1408
|
-
z.lazy(() => ContentHint13$inboundSchema),
|
|
1409
|
-
z.lazy(() => ContentHint15$inboundSchema),
|
|
1410
|
-
z.lazy(() => ContentHint14$inboundSchema),
|
|
1411
|
-
]);
|
|
1412
|
-
/** @internal */
|
|
1413
|
-
export const CreateProjectContentHint$outboundSchema = z.union([
|
|
1414
|
-
z.lazy(() => CreateProjectContentHint1$outboundSchema),
|
|
1415
|
-
z.lazy(() => CreateProjectContentHint2$outboundSchema),
|
|
1416
|
-
z.lazy(() => CreateProjectContentHint3$outboundSchema),
|
|
1417
|
-
z.lazy(() => CreateProjectContentHint4$outboundSchema),
|
|
1418
|
-
z.lazy(() => CreateProjectContentHint5$outboundSchema),
|
|
1419
|
-
z.lazy(() => CreateProjectContentHint6$outboundSchema),
|
|
1420
|
-
z.lazy(() => CreateProjectContentHint7$outboundSchema),
|
|
1421
|
-
z.lazy(() => CreateProjectContentHint8$outboundSchema),
|
|
1422
|
-
z.lazy(() => CreateProjectContentHint9$outboundSchema),
|
|
1423
|
-
z.lazy(() => CreateProjectContentHint10$outboundSchema),
|
|
1424
|
-
z.lazy(() => ContentHint11$outboundSchema),
|
|
1425
|
-
z.lazy(() => ContentHint12$outboundSchema),
|
|
1426
|
-
z.lazy(() => ContentHint13$outboundSchema),
|
|
1427
|
-
z.lazy(() => ContentHint15$outboundSchema),
|
|
1428
|
-
z.lazy(() => ContentHint14$outboundSchema),
|
|
1429
|
-
]);
|
|
1430
|
-
/**
|
|
1431
|
-
* @internal
|
|
1432
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1433
|
-
*/
|
|
1434
|
-
export var CreateProjectContentHint$;
|
|
1435
|
-
(function (CreateProjectContentHint$) {
|
|
1436
|
-
/** @deprecated use `CreateProjectContentHint$inboundSchema` instead. */
|
|
1437
|
-
CreateProjectContentHint$.inboundSchema = CreateProjectContentHint$inboundSchema;
|
|
1438
|
-
/** @deprecated use `CreateProjectContentHint$outboundSchema` instead. */
|
|
1439
|
-
CreateProjectContentHint$.outboundSchema = CreateProjectContentHint$outboundSchema;
|
|
1440
|
-
})(CreateProjectContentHint$ || (CreateProjectContentHint$ = {}));
|
|
1441
|
-
/** @internal */
|
|
1442
|
-
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema = z.nativeEnum(CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType);
|
|
1443
|
-
/** @internal */
|
|
1444
|
-
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema;
|
|
1445
|
-
/**
|
|
1446
|
-
* @internal
|
|
1447
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1448
|
-
*/
|
|
1449
|
-
export var CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$;
|
|
1450
|
-
(function (CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$) {
|
|
1451
|
-
/** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema` instead. */
|
|
1452
|
-
CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$.inboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema;
|
|
1453
|
-
/** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema` instead. */
|
|
1454
|
-
CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$.outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema;
|
|
1455
|
-
})(CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$ || (CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$ = {}));
|
|
1456
|
-
/** @internal */
|
|
1457
|
-
export const CreateProjectInternalContentHint$inboundSchema = z.object({
|
|
1458
|
-
type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema,
|
|
1459
|
-
encryptedValue: z.string(),
|
|
1460
|
-
});
|
|
1461
|
-
/** @internal */
|
|
1462
|
-
export const CreateProjectInternalContentHint$outboundSchema = z.object({
|
|
1463
|
-
type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema,
|
|
1464
|
-
encryptedValue: z.string(),
|
|
1465
|
-
});
|
|
1466
|
-
/**
|
|
1467
|
-
* @internal
|
|
1468
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1469
|
-
*/
|
|
1470
|
-
export var CreateProjectInternalContentHint$;
|
|
1471
|
-
(function (CreateProjectInternalContentHint$) {
|
|
1472
|
-
/** @deprecated use `CreateProjectInternalContentHint$inboundSchema` instead. */
|
|
1473
|
-
CreateProjectInternalContentHint$.inboundSchema = CreateProjectInternalContentHint$inboundSchema;
|
|
1474
|
-
/** @deprecated use `CreateProjectInternalContentHint$outboundSchema` instead. */
|
|
1475
|
-
CreateProjectInternalContentHint$.outboundSchema = CreateProjectInternalContentHint$outboundSchema;
|
|
1476
|
-
})(CreateProjectInternalContentHint$ || (CreateProjectInternalContentHint$ = {}));
|
|
1477
|
-
/** @internal */
|
|
1478
|
-
export const CreateProjectEnv$inboundSchema = z.object({
|
|
1479
|
-
target: z.union([z.array(z.string()), CreateProjectTarget2$inboundSchema])
|
|
1480
|
-
.optional(),
|
|
1481
|
-
type: CreateProjectProjectsResponseType$inboundSchema,
|
|
1482
|
-
sunsetSecretId: z.string().optional(),
|
|
1483
|
-
id: z.string().optional(),
|
|
1484
|
-
key: z.string(),
|
|
1485
|
-
value: z.string(),
|
|
1486
|
-
configurationId: z.nullable(z.string()).optional(),
|
|
1487
|
-
createdAt: z.number().optional(),
|
|
1488
|
-
updatedAt: z.number().optional(),
|
|
1489
|
-
createdBy: z.nullable(z.string()).optional(),
|
|
1490
|
-
updatedBy: z.nullable(z.string()).optional(),
|
|
1491
|
-
gitBranch: z.string().optional(),
|
|
1492
|
-
edgeConfigId: z.nullable(z.string()).optional(),
|
|
1493
|
-
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
1494
|
-
contentHint: z.nullable(z.union([
|
|
1495
|
-
z.lazy(() => CreateProjectContentHint1$inboundSchema),
|
|
1496
|
-
z.lazy(() => CreateProjectContentHint2$inboundSchema),
|
|
1497
|
-
z.lazy(() => CreateProjectContentHint3$inboundSchema),
|
|
1498
|
-
z.lazy(() => CreateProjectContentHint4$inboundSchema),
|
|
1499
|
-
z.lazy(() => CreateProjectContentHint5$inboundSchema),
|
|
1500
|
-
z.lazy(() => CreateProjectContentHint6$inboundSchema),
|
|
1501
|
-
z.lazy(() => CreateProjectContentHint7$inboundSchema),
|
|
1502
|
-
z.lazy(() => CreateProjectContentHint8$inboundSchema),
|
|
1503
|
-
z.lazy(() => CreateProjectContentHint9$inboundSchema),
|
|
1504
|
-
z.lazy(() => CreateProjectContentHint10$inboundSchema),
|
|
1505
|
-
z.lazy(() => ContentHint11$inboundSchema),
|
|
1506
|
-
z.lazy(() => ContentHint12$inboundSchema),
|
|
1507
|
-
z.lazy(() => ContentHint13$inboundSchema),
|
|
1508
|
-
z.lazy(() => ContentHint15$inboundSchema),
|
|
1509
|
-
z.lazy(() => ContentHint14$inboundSchema),
|
|
1510
|
-
])).optional(),
|
|
1511
|
-
internalContentHint: z.nullable(z.lazy(() => CreateProjectInternalContentHint$inboundSchema)).optional(),
|
|
1512
|
-
decrypted: z.boolean().optional(),
|
|
1513
|
-
comment: z.string().optional(),
|
|
1514
|
-
customEnvironmentIds: z.array(z.string()).optional(),
|
|
1515
|
-
vsmValue: z.string().optional(),
|
|
1516
|
-
});
|
|
1517
|
-
/** @internal */
|
|
1518
|
-
export const CreateProjectEnv$outboundSchema = z.object({
|
|
1519
|
-
target: z.union([z.array(z.string()), CreateProjectTarget2$outboundSchema])
|
|
1520
|
-
.optional(),
|
|
1521
|
-
type: CreateProjectProjectsResponseType$outboundSchema,
|
|
1522
|
-
sunsetSecretId: z.string().optional(),
|
|
1523
|
-
id: z.string().optional(),
|
|
1524
|
-
key: z.string(),
|
|
1525
|
-
value: z.string(),
|
|
1526
|
-
configurationId: z.nullable(z.string()).optional(),
|
|
1527
|
-
createdAt: z.number().optional(),
|
|
1528
|
-
updatedAt: z.number().optional(),
|
|
1529
|
-
createdBy: z.nullable(z.string()).optional(),
|
|
1530
|
-
updatedBy: z.nullable(z.string()).optional(),
|
|
1531
|
-
gitBranch: z.string().optional(),
|
|
1532
|
-
edgeConfigId: z.nullable(z.string()).optional(),
|
|
1533
|
-
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
1534
|
-
contentHint: z.nullable(z.union([
|
|
1535
|
-
z.lazy(() => CreateProjectContentHint1$outboundSchema),
|
|
1536
|
-
z.lazy(() => CreateProjectContentHint2$outboundSchema),
|
|
1537
|
-
z.lazy(() => CreateProjectContentHint3$outboundSchema),
|
|
1538
|
-
z.lazy(() => CreateProjectContentHint4$outboundSchema),
|
|
1539
|
-
z.lazy(() => CreateProjectContentHint5$outboundSchema),
|
|
1540
|
-
z.lazy(() => CreateProjectContentHint6$outboundSchema),
|
|
1541
|
-
z.lazy(() => CreateProjectContentHint7$outboundSchema),
|
|
1542
|
-
z.lazy(() => CreateProjectContentHint8$outboundSchema),
|
|
1543
|
-
z.lazy(() => CreateProjectContentHint9$outboundSchema),
|
|
1544
|
-
z.lazy(() => CreateProjectContentHint10$outboundSchema),
|
|
1545
|
-
z.lazy(() => ContentHint11$outboundSchema),
|
|
1546
|
-
z.lazy(() => ContentHint12$outboundSchema),
|
|
1547
|
-
z.lazy(() => ContentHint13$outboundSchema),
|
|
1548
|
-
z.lazy(() => ContentHint15$outboundSchema),
|
|
1549
|
-
z.lazy(() => ContentHint14$outboundSchema),
|
|
1550
|
-
])).optional(),
|
|
1551
|
-
internalContentHint: z.nullable(z.lazy(() => CreateProjectInternalContentHint$outboundSchema)).optional(),
|
|
1552
|
-
decrypted: z.boolean().optional(),
|
|
1553
|
-
comment: z.string().optional(),
|
|
1554
|
-
customEnvironmentIds: z.array(z.string()).optional(),
|
|
1555
|
-
vsmValue: z.string().optional(),
|
|
1556
|
-
});
|
|
1557
|
-
/**
|
|
1558
|
-
* @internal
|
|
1559
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1560
|
-
*/
|
|
1561
|
-
export var CreateProjectEnv$;
|
|
1562
|
-
(function (CreateProjectEnv$) {
|
|
1563
|
-
/** @deprecated use `CreateProjectEnv$inboundSchema` instead. */
|
|
1564
|
-
CreateProjectEnv$.inboundSchema = CreateProjectEnv$inboundSchema;
|
|
1565
|
-
/** @deprecated use `CreateProjectEnv$outboundSchema` instead. */
|
|
1566
|
-
CreateProjectEnv$.outboundSchema = CreateProjectEnv$outboundSchema;
|
|
1567
|
-
})(CreateProjectEnv$ || (CreateProjectEnv$ = {}));
|
|
1568
|
-
/** @internal */
|
|
1569
|
-
export const CreateProjectCustomEnvironments$inboundSchema = z.object({});
|
|
1570
|
-
/** @internal */
|
|
1571
|
-
export const CreateProjectCustomEnvironments$outboundSchema = z.object({});
|
|
1572
|
-
/**
|
|
1573
|
-
* @internal
|
|
1574
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1575
|
-
*/
|
|
1576
|
-
export var CreateProjectCustomEnvironments$;
|
|
1577
|
-
(function (CreateProjectCustomEnvironments$) {
|
|
1578
|
-
/** @deprecated use `CreateProjectCustomEnvironments$inboundSchema` instead. */
|
|
1579
|
-
CreateProjectCustomEnvironments$.inboundSchema = CreateProjectCustomEnvironments$inboundSchema;
|
|
1580
|
-
/** @deprecated use `CreateProjectCustomEnvironments$outboundSchema` instead. */
|
|
1581
|
-
CreateProjectCustomEnvironments$.outboundSchema = CreateProjectCustomEnvironments$outboundSchema;
|
|
1582
|
-
})(CreateProjectCustomEnvironments$ || (CreateProjectCustomEnvironments$ = {}));
|
|
1583
|
-
/** @internal */
|
|
1584
|
-
export const CreateProjectProjectsFramework$inboundSchema = z.nativeEnum(CreateProjectProjectsFramework);
|
|
1585
|
-
/** @internal */
|
|
1586
|
-
export const CreateProjectProjectsFramework$outboundSchema = CreateProjectProjectsFramework$inboundSchema;
|
|
1587
|
-
/**
|
|
1588
|
-
* @internal
|
|
1589
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1590
|
-
*/
|
|
1591
|
-
export var CreateProjectProjectsFramework$;
|
|
1592
|
-
(function (CreateProjectProjectsFramework$) {
|
|
1593
|
-
/** @deprecated use `CreateProjectProjectsFramework$inboundSchema` instead. */
|
|
1594
|
-
CreateProjectProjectsFramework$.inboundSchema = CreateProjectProjectsFramework$inboundSchema;
|
|
1595
|
-
/** @deprecated use `CreateProjectProjectsFramework$outboundSchema` instead. */
|
|
1596
|
-
CreateProjectProjectsFramework$.outboundSchema = CreateProjectProjectsFramework$outboundSchema;
|
|
1597
|
-
})(CreateProjectProjectsFramework$ || (CreateProjectProjectsFramework$ = {}));
|
|
1598
|
-
/** @internal */
|
|
1599
|
-
export const CreateProjectIpBuckets$inboundSchema = z.object({
|
|
1600
|
-
bucket: z.string(),
|
|
1601
|
-
supportUntil: z.number().optional(),
|
|
1602
|
-
});
|
|
1603
|
-
/** @internal */
|
|
1604
|
-
export const CreateProjectIpBuckets$outboundSchema = z.object({
|
|
1605
|
-
bucket: z.string(),
|
|
1606
|
-
supportUntil: z.number().optional(),
|
|
1607
|
-
});
|
|
1608
|
-
/**
|
|
1609
|
-
* @internal
|
|
1610
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1611
|
-
*/
|
|
1612
|
-
export var CreateProjectIpBuckets$;
|
|
1613
|
-
(function (CreateProjectIpBuckets$) {
|
|
1614
|
-
/** @deprecated use `CreateProjectIpBuckets$inboundSchema` instead. */
|
|
1615
|
-
CreateProjectIpBuckets$.inboundSchema = CreateProjectIpBuckets$inboundSchema;
|
|
1616
|
-
/** @deprecated use `CreateProjectIpBuckets$outboundSchema` instead. */
|
|
1617
|
-
CreateProjectIpBuckets$.outboundSchema = CreateProjectIpBuckets$outboundSchema;
|
|
1618
|
-
})(CreateProjectIpBuckets$ || (CreateProjectIpBuckets$ = {}));
|
|
1619
|
-
/** @internal */
|
|
1620
|
-
export const CreateProjectAliasAssigned$inboundSchema = z.union([z.number(), z.boolean()]);
|
|
1621
|
-
/** @internal */
|
|
1622
|
-
export const CreateProjectAliasAssigned$outboundSchema = z.union([z.number(), z.boolean()]);
|
|
1623
|
-
/**
|
|
1624
|
-
* @internal
|
|
1625
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1626
|
-
*/
|
|
1627
|
-
export var CreateProjectAliasAssigned$;
|
|
1628
|
-
(function (CreateProjectAliasAssigned$) {
|
|
1629
|
-
/** @deprecated use `CreateProjectAliasAssigned$inboundSchema` instead. */
|
|
1630
|
-
CreateProjectAliasAssigned$.inboundSchema = CreateProjectAliasAssigned$inboundSchema;
|
|
1631
|
-
/** @deprecated use `CreateProjectAliasAssigned$outboundSchema` instead. */
|
|
1632
|
-
CreateProjectAliasAssigned$.outboundSchema = CreateProjectAliasAssigned$outboundSchema;
|
|
1633
|
-
})(CreateProjectAliasAssigned$ || (CreateProjectAliasAssigned$ = {}));
|
|
1634
|
-
/** @internal */
|
|
1635
|
-
export const CreateProjectAliasError$inboundSchema = z.object({
|
|
1636
|
-
code: z.string(),
|
|
1637
|
-
message: z.string(),
|
|
1638
|
-
});
|
|
1639
|
-
/** @internal */
|
|
1640
|
-
export const CreateProjectAliasError$outboundSchema = z.object({
|
|
1641
|
-
code: z.string(),
|
|
1642
|
-
message: z.string(),
|
|
1643
|
-
});
|
|
1644
|
-
/**
|
|
1645
|
-
* @internal
|
|
1646
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1647
|
-
*/
|
|
1648
|
-
export var CreateProjectAliasError$;
|
|
1649
|
-
(function (CreateProjectAliasError$) {
|
|
1650
|
-
/** @deprecated use `CreateProjectAliasError$inboundSchema` instead. */
|
|
1651
|
-
CreateProjectAliasError$.inboundSchema = CreateProjectAliasError$inboundSchema;
|
|
1652
|
-
/** @deprecated use `CreateProjectAliasError$outboundSchema` instead. */
|
|
1653
|
-
CreateProjectAliasError$.outboundSchema = CreateProjectAliasError$outboundSchema;
|
|
1654
|
-
})(CreateProjectAliasError$ || (CreateProjectAliasError$ = {}));
|
|
1655
|
-
/** @internal */
|
|
1656
|
-
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema = z.nativeEnum(CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType);
|
|
1657
|
-
/** @internal */
|
|
1658
|
-
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema;
|
|
1659
|
-
/**
|
|
1660
|
-
* @internal
|
|
1661
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1662
|
-
*/
|
|
1663
|
-
export var CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$;
|
|
1664
|
-
(function (CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$) {
|
|
1665
|
-
/** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema` instead. */
|
|
1666
|
-
CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$.inboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema;
|
|
1667
|
-
/** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$outboundSchema` instead. */
|
|
1668
|
-
CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$.outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$outboundSchema;
|
|
1669
|
-
})(CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$ || (CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$ = {}));
|
|
1670
|
-
/** @internal */
|
|
1671
|
-
export const CreateProjectBranchMatcher$inboundSchema = z.object({
|
|
1672
|
-
type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema,
|
|
1673
|
-
pattern: z.string(),
|
|
1674
|
-
});
|
|
1675
|
-
/** @internal */
|
|
1676
|
-
export const CreateProjectBranchMatcher$outboundSchema = z.object({
|
|
1677
|
-
type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$outboundSchema,
|
|
1678
|
-
pattern: z.string(),
|
|
1679
|
-
});
|
|
1680
|
-
/**
|
|
1681
|
-
* @internal
|
|
1682
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1683
|
-
*/
|
|
1684
|
-
export var CreateProjectBranchMatcher$;
|
|
1685
|
-
(function (CreateProjectBranchMatcher$) {
|
|
1686
|
-
/** @deprecated use `CreateProjectBranchMatcher$inboundSchema` instead. */
|
|
1687
|
-
CreateProjectBranchMatcher$.inboundSchema = CreateProjectBranchMatcher$inboundSchema;
|
|
1688
|
-
/** @deprecated use `CreateProjectBranchMatcher$outboundSchema` instead. */
|
|
1689
|
-
CreateProjectBranchMatcher$.outboundSchema = CreateProjectBranchMatcher$outboundSchema;
|
|
1690
|
-
})(CreateProjectBranchMatcher$ || (CreateProjectBranchMatcher$ = {}));
|
|
1691
|
-
/** @internal */
|
|
1692
|
-
export const CreateProjectBuilds$inboundSchema = z.object({
|
|
1693
|
-
use: z.string(),
|
|
1694
|
-
src: z.string().optional(),
|
|
1695
|
-
dest: z.string().optional(),
|
|
1696
|
-
});
|
|
1697
|
-
/** @internal */
|
|
1698
|
-
export const CreateProjectBuilds$outboundSchema = z.object({
|
|
1699
|
-
use: z.string(),
|
|
1700
|
-
src: z.string().optional(),
|
|
1701
|
-
dest: z.string().optional(),
|
|
1702
|
-
});
|
|
1703
|
-
/**
|
|
1704
|
-
* @internal
|
|
1705
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1706
|
-
*/
|
|
1707
|
-
export var CreateProjectBuilds$;
|
|
1708
|
-
(function (CreateProjectBuilds$) {
|
|
1709
|
-
/** @deprecated use `CreateProjectBuilds$inboundSchema` instead. */
|
|
1710
|
-
CreateProjectBuilds$.inboundSchema = CreateProjectBuilds$inboundSchema;
|
|
1711
|
-
/** @deprecated use `CreateProjectBuilds$outboundSchema` instead. */
|
|
1712
|
-
CreateProjectBuilds$.outboundSchema = CreateProjectBuilds$outboundSchema;
|
|
1713
|
-
})(CreateProjectBuilds$ || (CreateProjectBuilds$ = {}));
|
|
1714
|
-
/** @internal */
|
|
1715
|
-
export const CreateProjectChecksConclusion$inboundSchema = z.nativeEnum(CreateProjectChecksConclusion);
|
|
1716
|
-
/** @internal */
|
|
1717
|
-
export const CreateProjectChecksConclusion$outboundSchema = CreateProjectChecksConclusion$inboundSchema;
|
|
1718
|
-
/**
|
|
1719
|
-
* @internal
|
|
1720
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1721
|
-
*/
|
|
1722
|
-
export var CreateProjectChecksConclusion$;
|
|
1723
|
-
(function (CreateProjectChecksConclusion$) {
|
|
1724
|
-
/** @deprecated use `CreateProjectChecksConclusion$inboundSchema` instead. */
|
|
1725
|
-
CreateProjectChecksConclusion$.inboundSchema = CreateProjectChecksConclusion$inboundSchema;
|
|
1726
|
-
/** @deprecated use `CreateProjectChecksConclusion$outboundSchema` instead. */
|
|
1727
|
-
CreateProjectChecksConclusion$.outboundSchema = CreateProjectChecksConclusion$outboundSchema;
|
|
1728
|
-
})(CreateProjectChecksConclusion$ || (CreateProjectChecksConclusion$ = {}));
|
|
1729
|
-
/** @internal */
|
|
1730
|
-
export const CreateProjectChecksState$inboundSchema = z.nativeEnum(CreateProjectChecksState);
|
|
1731
|
-
/** @internal */
|
|
1732
|
-
export const CreateProjectChecksState$outboundSchema = CreateProjectChecksState$inboundSchema;
|
|
1733
|
-
/**
|
|
1734
|
-
* @internal
|
|
1735
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1736
|
-
*/
|
|
1737
|
-
export var CreateProjectChecksState$;
|
|
1738
|
-
(function (CreateProjectChecksState$) {
|
|
1739
|
-
/** @deprecated use `CreateProjectChecksState$inboundSchema` instead. */
|
|
1740
|
-
CreateProjectChecksState$.inboundSchema = CreateProjectChecksState$inboundSchema;
|
|
1741
|
-
/** @deprecated use `CreateProjectChecksState$outboundSchema` instead. */
|
|
1742
|
-
CreateProjectChecksState$.outboundSchema = CreateProjectChecksState$outboundSchema;
|
|
1743
|
-
})(CreateProjectChecksState$ || (CreateProjectChecksState$ = {}));
|
|
1744
|
-
/** @internal */
|
|
1745
|
-
export const CreateProjectCreator$inboundSchema = z.object({
|
|
1746
|
-
email: z.string(),
|
|
1747
|
-
githubLogin: z.string().optional(),
|
|
1748
|
-
gitlabLogin: z.string().optional(),
|
|
1749
|
-
uid: z.string(),
|
|
1750
|
-
username: z.string(),
|
|
1751
|
-
});
|
|
1752
|
-
/** @internal */
|
|
1753
|
-
export const CreateProjectCreator$outboundSchema = z.object({
|
|
1754
|
-
email: z.string(),
|
|
1755
|
-
githubLogin: z.string().optional(),
|
|
1756
|
-
gitlabLogin: z.string().optional(),
|
|
1757
|
-
uid: z.string(),
|
|
1758
|
-
username: z.string(),
|
|
1759
|
-
});
|
|
1760
|
-
/**
|
|
1761
|
-
* @internal
|
|
1762
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1763
|
-
*/
|
|
1764
|
-
export var CreateProjectCreator$;
|
|
1765
|
-
(function (CreateProjectCreator$) {
|
|
1766
|
-
/** @deprecated use `CreateProjectCreator$inboundSchema` instead. */
|
|
1767
|
-
CreateProjectCreator$.inboundSchema = CreateProjectCreator$inboundSchema;
|
|
1768
|
-
/** @deprecated use `CreateProjectCreator$outboundSchema` instead. */
|
|
1769
|
-
CreateProjectCreator$.outboundSchema = CreateProjectCreator$outboundSchema;
|
|
1770
|
-
})(CreateProjectCreator$ || (CreateProjectCreator$ = {}));
|
|
1771
|
-
/** @internal */
|
|
1772
|
-
export const CreateProjectOidcTokenClaims$inboundSchema = z.object({
|
|
1773
|
-
iss: z.string(),
|
|
1774
|
-
sub: z.string(),
|
|
1775
|
-
scope: z.string(),
|
|
1776
|
-
aud: z.string(),
|
|
1777
|
-
owner: z.string(),
|
|
1778
|
-
owner_id: z.string(),
|
|
1779
|
-
project: z.string(),
|
|
1780
|
-
project_id: z.string(),
|
|
1781
|
-
environment: z.string(),
|
|
1782
|
-
}).transform((v) => {
|
|
1783
|
-
return remap$(v, {
|
|
1784
|
-
"owner_id": "ownerId",
|
|
1785
|
-
"project_id": "projectId",
|
|
1786
|
-
});
|
|
1787
|
-
});
|
|
1788
|
-
/** @internal */
|
|
1789
|
-
export const CreateProjectOidcTokenClaims$outboundSchema = z.object({
|
|
1790
|
-
iss: z.string(),
|
|
1791
|
-
sub: z.string(),
|
|
1792
|
-
scope: z.string(),
|
|
1793
|
-
aud: z.string(),
|
|
1794
|
-
owner: z.string(),
|
|
1795
|
-
ownerId: z.string(),
|
|
1796
|
-
project: z.string(),
|
|
1797
|
-
projectId: z.string(),
|
|
1798
|
-
environment: z.string(),
|
|
1799
|
-
}).transform((v) => {
|
|
1800
|
-
return remap$(v, {
|
|
1801
|
-
ownerId: "owner_id",
|
|
1802
|
-
projectId: "project_id",
|
|
1803
|
-
});
|
|
1804
|
-
});
|
|
1805
|
-
/**
|
|
1806
|
-
* @internal
|
|
1807
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1808
|
-
*/
|
|
1809
|
-
export var CreateProjectOidcTokenClaims$;
|
|
1810
|
-
(function (CreateProjectOidcTokenClaims$) {
|
|
1811
|
-
/** @deprecated use `CreateProjectOidcTokenClaims$inboundSchema` instead. */
|
|
1812
|
-
CreateProjectOidcTokenClaims$.inboundSchema = CreateProjectOidcTokenClaims$inboundSchema;
|
|
1813
|
-
/** @deprecated use `CreateProjectOidcTokenClaims$outboundSchema` instead. */
|
|
1814
|
-
CreateProjectOidcTokenClaims$.outboundSchema = CreateProjectOidcTokenClaims$outboundSchema;
|
|
1815
|
-
})(CreateProjectOidcTokenClaims$ || (CreateProjectOidcTokenClaims$ = {}));
|
|
1816
|
-
/** @internal */
|
|
1817
|
-
export const CreateProjectPlan$inboundSchema = z.nativeEnum(CreateProjectPlan);
|
|
1818
|
-
/** @internal */
|
|
1819
|
-
export const CreateProjectPlan$outboundSchema = CreateProjectPlan$inboundSchema;
|
|
1820
|
-
/**
|
|
1821
|
-
* @internal
|
|
1822
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1823
|
-
*/
|
|
1824
|
-
export var CreateProjectPlan$;
|
|
1825
|
-
(function (CreateProjectPlan$) {
|
|
1826
|
-
/** @deprecated use `CreateProjectPlan$inboundSchema` instead. */
|
|
1827
|
-
CreateProjectPlan$.inboundSchema = CreateProjectPlan$inboundSchema;
|
|
1828
|
-
/** @deprecated use `CreateProjectPlan$outboundSchema` instead. */
|
|
1829
|
-
CreateProjectPlan$.outboundSchema = CreateProjectPlan$outboundSchema;
|
|
1830
|
-
})(CreateProjectPlan$ || (CreateProjectPlan$ = {}));
|
|
1831
|
-
/** @internal */
|
|
1832
|
-
export const CreateProjectReadyState$inboundSchema = z.nativeEnum(CreateProjectReadyState);
|
|
1833
|
-
/** @internal */
|
|
1834
|
-
export const CreateProjectReadyState$outboundSchema = CreateProjectReadyState$inboundSchema;
|
|
1835
|
-
/**
|
|
1836
|
-
* @internal
|
|
1837
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1838
|
-
*/
|
|
1839
|
-
export var CreateProjectReadyState$;
|
|
1840
|
-
(function (CreateProjectReadyState$) {
|
|
1841
|
-
/** @deprecated use `CreateProjectReadyState$inboundSchema` instead. */
|
|
1842
|
-
CreateProjectReadyState$.inboundSchema = CreateProjectReadyState$inboundSchema;
|
|
1843
|
-
/** @deprecated use `CreateProjectReadyState$outboundSchema` instead. */
|
|
1844
|
-
CreateProjectReadyState$.outboundSchema = CreateProjectReadyState$outboundSchema;
|
|
1845
|
-
})(CreateProjectReadyState$ || (CreateProjectReadyState$ = {}));
|
|
1846
|
-
/** @internal */
|
|
1847
|
-
export const CreateProjectReadySubstate$inboundSchema = z.nativeEnum(CreateProjectReadySubstate);
|
|
1848
|
-
/** @internal */
|
|
1849
|
-
export const CreateProjectReadySubstate$outboundSchema = CreateProjectReadySubstate$inboundSchema;
|
|
1850
|
-
/**
|
|
1851
|
-
* @internal
|
|
1852
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1853
|
-
*/
|
|
1854
|
-
export var CreateProjectReadySubstate$;
|
|
1855
|
-
(function (CreateProjectReadySubstate$) {
|
|
1856
|
-
/** @deprecated use `CreateProjectReadySubstate$inboundSchema` instead. */
|
|
1857
|
-
CreateProjectReadySubstate$.inboundSchema = CreateProjectReadySubstate$inboundSchema;
|
|
1858
|
-
/** @deprecated use `CreateProjectReadySubstate$outboundSchema` instead. */
|
|
1859
|
-
CreateProjectReadySubstate$.outboundSchema = CreateProjectReadySubstate$outboundSchema;
|
|
1860
|
-
})(CreateProjectReadySubstate$ || (CreateProjectReadySubstate$ = {}));
|
|
1861
|
-
/** @internal */
|
|
1862
|
-
export const CreateProjectProjectsResponse200Type$inboundSchema = z.nativeEnum(CreateProjectProjectsResponse200Type);
|
|
1863
|
-
/** @internal */
|
|
1864
|
-
export const CreateProjectProjectsResponse200Type$outboundSchema = CreateProjectProjectsResponse200Type$inboundSchema;
|
|
1865
|
-
/**
|
|
1866
|
-
* @internal
|
|
1867
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1868
|
-
*/
|
|
1869
|
-
export var CreateProjectProjectsResponse200Type$;
|
|
1870
|
-
(function (CreateProjectProjectsResponse200Type$) {
|
|
1871
|
-
/** @deprecated use `CreateProjectProjectsResponse200Type$inboundSchema` instead. */
|
|
1872
|
-
CreateProjectProjectsResponse200Type$.inboundSchema = CreateProjectProjectsResponse200Type$inboundSchema;
|
|
1873
|
-
/** @deprecated use `CreateProjectProjectsResponse200Type$outboundSchema` instead. */
|
|
1874
|
-
CreateProjectProjectsResponse200Type$.outboundSchema = CreateProjectProjectsResponse200Type$outboundSchema;
|
|
1875
|
-
})(CreateProjectProjectsResponse200Type$ || (CreateProjectProjectsResponse200Type$ = {}));
|
|
1876
|
-
/** @internal */
|
|
1877
|
-
export const CreateProjectLatestDeployments$inboundSchema = z.object({
|
|
1878
|
-
id: z.string(),
|
|
1879
|
-
alias: z.array(z.string()).optional(),
|
|
1880
|
-
aliasAssigned: z.nullable(z.union([z.number(), z.boolean()])).optional(),
|
|
1881
|
-
aliasError: z.nullable(z.lazy(() => CreateProjectAliasError$inboundSchema))
|
|
1882
|
-
.optional(),
|
|
1883
|
-
aliasFinal: z.nullable(z.string()).optional(),
|
|
1884
|
-
automaticAliases: z.array(z.string()).optional(),
|
|
1885
|
-
branchMatcher: z.lazy(() => CreateProjectBranchMatcher$inboundSchema)
|
|
1886
|
-
.optional(),
|
|
1887
|
-
buildingAt: z.number().optional(),
|
|
1888
|
-
builds: z.array(z.lazy(() => CreateProjectBuilds$inboundSchema)).optional(),
|
|
1889
|
-
checksConclusion: CreateProjectChecksConclusion$inboundSchema.optional(),
|
|
1890
|
-
checksState: CreateProjectChecksState$inboundSchema.optional(),
|
|
1891
|
-
connectBuildsEnabled: z.boolean().optional(),
|
|
1892
|
-
connectConfigurationId: z.string().optional(),
|
|
1893
|
-
createdAt: z.number(),
|
|
1894
|
-
createdIn: z.string(),
|
|
1895
|
-
creator: z.nullable(z.lazy(() => CreateProjectCreator$inboundSchema)),
|
|
1896
|
-
deletedAt: z.number().optional(),
|
|
1897
|
-
deploymentHostname: z.string(),
|
|
1898
|
-
forced: z.boolean().optional(),
|
|
1899
|
-
name: z.string(),
|
|
1900
|
-
meta: z.record(z.string()).optional(),
|
|
1901
|
-
monorepoManager: z.nullable(z.string()).optional(),
|
|
1902
|
-
oidcTokenClaims: z.lazy(() => CreateProjectOidcTokenClaims$inboundSchema)
|
|
1903
|
-
.optional(),
|
|
1904
|
-
plan: CreateProjectPlan$inboundSchema,
|
|
1905
|
-
previewCommentsEnabled: z.boolean().optional(),
|
|
1906
|
-
private: z.boolean(),
|
|
1907
|
-
readyAt: z.number().optional(),
|
|
1908
|
-
readyState: CreateProjectReadyState$inboundSchema,
|
|
1909
|
-
readySubstate: CreateProjectReadySubstate$inboundSchema.optional(),
|
|
1910
|
-
requestedAt: z.number().optional(),
|
|
1911
|
-
target: z.nullable(z.string()).optional(),
|
|
1912
|
-
teamId: z.nullable(z.string()).optional(),
|
|
1913
|
-
type: CreateProjectProjectsResponse200Type$inboundSchema,
|
|
1914
|
-
url: z.string(),
|
|
1915
|
-
userId: z.string(),
|
|
1916
|
-
withCache: z.boolean().optional(),
|
|
1917
|
-
});
|
|
1918
|
-
/** @internal */
|
|
1919
|
-
export const CreateProjectLatestDeployments$outboundSchema = z.object({
|
|
1920
|
-
id: z.string(),
|
|
1921
|
-
alias: z.array(z.string()).optional(),
|
|
1922
|
-
aliasAssigned: z.nullable(z.union([z.number(), z.boolean()])).optional(),
|
|
1923
|
-
aliasError: z.nullable(z.lazy(() => CreateProjectAliasError$outboundSchema))
|
|
1924
|
-
.optional(),
|
|
1925
|
-
aliasFinal: z.nullable(z.string()).optional(),
|
|
1926
|
-
automaticAliases: z.array(z.string()).optional(),
|
|
1927
|
-
branchMatcher: z.lazy(() => CreateProjectBranchMatcher$outboundSchema)
|
|
1928
|
-
.optional(),
|
|
1929
|
-
buildingAt: z.number().optional(),
|
|
1930
|
-
builds: z.array(z.lazy(() => CreateProjectBuilds$outboundSchema)).optional(),
|
|
1931
|
-
checksConclusion: CreateProjectChecksConclusion$outboundSchema.optional(),
|
|
1932
|
-
checksState: CreateProjectChecksState$outboundSchema.optional(),
|
|
1933
|
-
connectBuildsEnabled: z.boolean().optional(),
|
|
1934
|
-
connectConfigurationId: z.string().optional(),
|
|
1935
|
-
createdAt: z.number(),
|
|
1936
|
-
createdIn: z.string(),
|
|
1937
|
-
creator: z.nullable(z.lazy(() => CreateProjectCreator$outboundSchema)),
|
|
1938
|
-
deletedAt: z.number().optional(),
|
|
1939
|
-
deploymentHostname: z.string(),
|
|
1940
|
-
forced: z.boolean().optional(),
|
|
1941
|
-
name: z.string(),
|
|
1942
|
-
meta: z.record(z.string()).optional(),
|
|
1943
|
-
monorepoManager: z.nullable(z.string()).optional(),
|
|
1944
|
-
oidcTokenClaims: z.lazy(() => CreateProjectOidcTokenClaims$outboundSchema)
|
|
1945
|
-
.optional(),
|
|
1946
|
-
plan: CreateProjectPlan$outboundSchema,
|
|
1947
|
-
previewCommentsEnabled: z.boolean().optional(),
|
|
1948
|
-
private: z.boolean(),
|
|
1949
|
-
readyAt: z.number().optional(),
|
|
1950
|
-
readyState: CreateProjectReadyState$outboundSchema,
|
|
1951
|
-
readySubstate: CreateProjectReadySubstate$outboundSchema.optional(),
|
|
1952
|
-
requestedAt: z.number().optional(),
|
|
1953
|
-
target: z.nullable(z.string()).optional(),
|
|
1954
|
-
teamId: z.nullable(z.string()).optional(),
|
|
1955
|
-
type: CreateProjectProjectsResponse200Type$outboundSchema,
|
|
1956
|
-
url: z.string(),
|
|
1957
|
-
userId: z.string(),
|
|
1958
|
-
withCache: z.boolean().optional(),
|
|
1959
|
-
});
|
|
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 var CreateProjectLatestDeployments$;
|
|
1965
|
-
(function (CreateProjectLatestDeployments$) {
|
|
1966
|
-
/** @deprecated use `CreateProjectLatestDeployments$inboundSchema` instead. */
|
|
1967
|
-
CreateProjectLatestDeployments$.inboundSchema = CreateProjectLatestDeployments$inboundSchema;
|
|
1968
|
-
/** @deprecated use `CreateProjectLatestDeployments$outboundSchema` instead. */
|
|
1969
|
-
CreateProjectLatestDeployments$.outboundSchema = CreateProjectLatestDeployments$outboundSchema;
|
|
1970
|
-
})(CreateProjectLatestDeployments$ || (CreateProjectLatestDeployments$ = {}));
|
|
1971
|
-
/** @internal */
|
|
1972
|
-
export const CreateProjectLinkProjectsResponseType$inboundSchema = z.nativeEnum(CreateProjectLinkProjectsResponseType);
|
|
1973
|
-
/** @internal */
|
|
1974
|
-
export const CreateProjectLinkProjectsResponseType$outboundSchema = CreateProjectLinkProjectsResponseType$inboundSchema;
|
|
1975
|
-
/**
|
|
1976
|
-
* @internal
|
|
1977
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1978
|
-
*/
|
|
1979
|
-
export var CreateProjectLinkProjectsResponseType$;
|
|
1980
|
-
(function (CreateProjectLinkProjectsResponseType$) {
|
|
1981
|
-
/** @deprecated use `CreateProjectLinkProjectsResponseType$inboundSchema` instead. */
|
|
1982
|
-
CreateProjectLinkProjectsResponseType$.inboundSchema = CreateProjectLinkProjectsResponseType$inboundSchema;
|
|
1983
|
-
/** @deprecated use `CreateProjectLinkProjectsResponseType$outboundSchema` instead. */
|
|
1984
|
-
CreateProjectLinkProjectsResponseType$.outboundSchema = CreateProjectLinkProjectsResponseType$outboundSchema;
|
|
1985
|
-
})(CreateProjectLinkProjectsResponseType$ || (CreateProjectLinkProjectsResponseType$ = {}));
|
|
1986
|
-
/** @internal */
|
|
1987
|
-
export const CreateProjectLinkProjectsResponseDeployHooks$inboundSchema = z.object({
|
|
1988
|
-
createdAt: z.number().optional(),
|
|
1989
|
-
id: z.string(),
|
|
1990
|
-
name: z.string(),
|
|
1991
|
-
ref: z.string(),
|
|
1992
|
-
url: z.string(),
|
|
1993
|
-
});
|
|
1994
|
-
/** @internal */
|
|
1995
|
-
export const CreateProjectLinkProjectsResponseDeployHooks$outboundSchema = z.object({
|
|
1996
|
-
createdAt: z.number().optional(),
|
|
1997
|
-
id: z.string(),
|
|
1998
|
-
name: z.string(),
|
|
1999
|
-
ref: z.string(),
|
|
2000
|
-
url: z.string(),
|
|
2001
|
-
});
|
|
2002
|
-
/**
|
|
2003
|
-
* @internal
|
|
2004
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2005
|
-
*/
|
|
2006
|
-
export var CreateProjectLinkProjectsResponseDeployHooks$;
|
|
2007
|
-
(function (CreateProjectLinkProjectsResponseDeployHooks$) {
|
|
2008
|
-
/** @deprecated use `CreateProjectLinkProjectsResponseDeployHooks$inboundSchema` instead. */
|
|
2009
|
-
CreateProjectLinkProjectsResponseDeployHooks$.inboundSchema = CreateProjectLinkProjectsResponseDeployHooks$inboundSchema;
|
|
2010
|
-
/** @deprecated use `CreateProjectLinkProjectsResponseDeployHooks$outboundSchema` instead. */
|
|
2011
|
-
CreateProjectLinkProjectsResponseDeployHooks$.outboundSchema = CreateProjectLinkProjectsResponseDeployHooks$outboundSchema;
|
|
2012
|
-
})(CreateProjectLinkProjectsResponseDeployHooks$ || (CreateProjectLinkProjectsResponseDeployHooks$ = {}));
|
|
2013
|
-
/** @internal */
|
|
2014
|
-
export const CreateProjectLink3$inboundSchema = z.object({
|
|
2015
|
-
name: z.string().optional(),
|
|
2016
|
-
slug: z.string().optional(),
|
|
2017
|
-
owner: z.string().optional(),
|
|
2018
|
-
type: CreateProjectLinkProjectsResponseType$inboundSchema.optional(),
|
|
2019
|
-
uuid: z.string().optional(),
|
|
2020
|
-
workspaceUuid: z.string().optional(),
|
|
2021
|
-
createdAt: z.number().optional(),
|
|
2022
|
-
deployHooks: z.array(z.lazy(() => CreateProjectLinkProjectsResponseDeployHooks$inboundSchema)),
|
|
2023
|
-
gitCredentialId: z.string().optional(),
|
|
2024
|
-
updatedAt: z.number().optional(),
|
|
2025
|
-
sourceless: z.boolean().optional(),
|
|
2026
|
-
productionBranch: z.string().optional(),
|
|
2027
|
-
});
|
|
2028
|
-
/** @internal */
|
|
2029
|
-
export const CreateProjectLink3$outboundSchema = z.object({
|
|
2030
|
-
name: z.string().optional(),
|
|
2031
|
-
slug: z.string().optional(),
|
|
2032
|
-
owner: z.string().optional(),
|
|
2033
|
-
type: CreateProjectLinkProjectsResponseType$outboundSchema.optional(),
|
|
2034
|
-
uuid: z.string().optional(),
|
|
2035
|
-
workspaceUuid: z.string().optional(),
|
|
2036
|
-
createdAt: z.number().optional(),
|
|
2037
|
-
deployHooks: z.array(z.lazy(() => CreateProjectLinkProjectsResponseDeployHooks$outboundSchema)),
|
|
2038
|
-
gitCredentialId: z.string().optional(),
|
|
2039
|
-
updatedAt: z.number().optional(),
|
|
2040
|
-
sourceless: z.boolean().optional(),
|
|
2041
|
-
productionBranch: z.string().optional(),
|
|
2042
|
-
});
|
|
2043
|
-
/**
|
|
2044
|
-
* @internal
|
|
2045
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2046
|
-
*/
|
|
2047
|
-
export var CreateProjectLink3$;
|
|
2048
|
-
(function (CreateProjectLink3$) {
|
|
2049
|
-
/** @deprecated use `CreateProjectLink3$inboundSchema` instead. */
|
|
2050
|
-
CreateProjectLink3$.inboundSchema = CreateProjectLink3$inboundSchema;
|
|
2051
|
-
/** @deprecated use `CreateProjectLink3$outboundSchema` instead. */
|
|
2052
|
-
CreateProjectLink3$.outboundSchema = CreateProjectLink3$outboundSchema;
|
|
2053
|
-
})(CreateProjectLink3$ || (CreateProjectLink3$ = {}));
|
|
2054
|
-
/** @internal */
|
|
2055
|
-
export const CreateProjectLinkProjectsType$inboundSchema = z.nativeEnum(CreateProjectLinkProjectsType);
|
|
2056
|
-
/** @internal */
|
|
2057
|
-
export const CreateProjectLinkProjectsType$outboundSchema = CreateProjectLinkProjectsType$inboundSchema;
|
|
2058
|
-
/**
|
|
2059
|
-
* @internal
|
|
2060
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2061
|
-
*/
|
|
2062
|
-
export var CreateProjectLinkProjectsType$;
|
|
2063
|
-
(function (CreateProjectLinkProjectsType$) {
|
|
2064
|
-
/** @deprecated use `CreateProjectLinkProjectsType$inboundSchema` instead. */
|
|
2065
|
-
CreateProjectLinkProjectsType$.inboundSchema = CreateProjectLinkProjectsType$inboundSchema;
|
|
2066
|
-
/** @deprecated use `CreateProjectLinkProjectsType$outboundSchema` instead. */
|
|
2067
|
-
CreateProjectLinkProjectsType$.outboundSchema = CreateProjectLinkProjectsType$outboundSchema;
|
|
2068
|
-
})(CreateProjectLinkProjectsType$ || (CreateProjectLinkProjectsType$ = {}));
|
|
2069
|
-
/** @internal */
|
|
2070
|
-
export const CreateProjectLinkProjectsDeployHooks$inboundSchema = z.object({
|
|
2071
|
-
createdAt: z.number().optional(),
|
|
2072
|
-
id: z.string(),
|
|
2073
|
-
name: z.string(),
|
|
2074
|
-
ref: z.string(),
|
|
2075
|
-
url: z.string(),
|
|
2076
|
-
});
|
|
2077
|
-
/** @internal */
|
|
2078
|
-
export const CreateProjectLinkProjectsDeployHooks$outboundSchema = z.object({
|
|
2079
|
-
createdAt: z.number().optional(),
|
|
2080
|
-
id: z.string(),
|
|
2081
|
-
name: z.string(),
|
|
2082
|
-
ref: z.string(),
|
|
2083
|
-
url: z.string(),
|
|
2084
|
-
});
|
|
2085
|
-
/**
|
|
2086
|
-
* @internal
|
|
2087
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2088
|
-
*/
|
|
2089
|
-
export var CreateProjectLinkProjectsDeployHooks$;
|
|
2090
|
-
(function (CreateProjectLinkProjectsDeployHooks$) {
|
|
2091
|
-
/** @deprecated use `CreateProjectLinkProjectsDeployHooks$inboundSchema` instead. */
|
|
2092
|
-
CreateProjectLinkProjectsDeployHooks$.inboundSchema = CreateProjectLinkProjectsDeployHooks$inboundSchema;
|
|
2093
|
-
/** @deprecated use `CreateProjectLinkProjectsDeployHooks$outboundSchema` instead. */
|
|
2094
|
-
CreateProjectLinkProjectsDeployHooks$.outboundSchema = CreateProjectLinkProjectsDeployHooks$outboundSchema;
|
|
2095
|
-
})(CreateProjectLinkProjectsDeployHooks$ || (CreateProjectLinkProjectsDeployHooks$ = {}));
|
|
2096
|
-
/** @internal */
|
|
2097
|
-
export const CreateProjectLink2$inboundSchema = z.object({
|
|
2098
|
-
projectId: z.string().optional(),
|
|
2099
|
-
projectName: z.string().optional(),
|
|
2100
|
-
projectNameWithNamespace: z.string().optional(),
|
|
2101
|
-
projectNamespace: z.string().optional(),
|
|
2102
|
-
projectOwnerId: z.number().optional(),
|
|
2103
|
-
projectUrl: z.string().optional(),
|
|
2104
|
-
type: CreateProjectLinkProjectsType$inboundSchema.optional(),
|
|
2105
|
-
createdAt: z.number().optional(),
|
|
2106
|
-
deployHooks: z.array(z.lazy(() => CreateProjectLinkProjectsDeployHooks$inboundSchema)),
|
|
2107
|
-
gitCredentialId: z.string().optional(),
|
|
2108
|
-
updatedAt: z.number().optional(),
|
|
2109
|
-
sourceless: z.boolean().optional(),
|
|
2110
|
-
productionBranch: z.string().optional(),
|
|
2111
|
-
});
|
|
2112
|
-
/** @internal */
|
|
2113
|
-
export const CreateProjectLink2$outboundSchema = z.object({
|
|
2114
|
-
projectId: z.string().optional(),
|
|
2115
|
-
projectName: z.string().optional(),
|
|
2116
|
-
projectNameWithNamespace: z.string().optional(),
|
|
2117
|
-
projectNamespace: z.string().optional(),
|
|
2118
|
-
projectOwnerId: z.number().optional(),
|
|
2119
|
-
projectUrl: z.string().optional(),
|
|
2120
|
-
type: CreateProjectLinkProjectsType$outboundSchema.optional(),
|
|
2121
|
-
createdAt: z.number().optional(),
|
|
2122
|
-
deployHooks: z.array(z.lazy(() => CreateProjectLinkProjectsDeployHooks$outboundSchema)),
|
|
2123
|
-
gitCredentialId: z.string().optional(),
|
|
2124
|
-
updatedAt: z.number().optional(),
|
|
2125
|
-
sourceless: z.boolean().optional(),
|
|
2126
|
-
productionBranch: z.string().optional(),
|
|
2127
|
-
});
|
|
2128
|
-
/**
|
|
2129
|
-
* @internal
|
|
2130
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2131
|
-
*/
|
|
2132
|
-
export var CreateProjectLink2$;
|
|
2133
|
-
(function (CreateProjectLink2$) {
|
|
2134
|
-
/** @deprecated use `CreateProjectLink2$inboundSchema` instead. */
|
|
2135
|
-
CreateProjectLink2$.inboundSchema = CreateProjectLink2$inboundSchema;
|
|
2136
|
-
/** @deprecated use `CreateProjectLink2$outboundSchema` instead. */
|
|
2137
|
-
CreateProjectLink2$.outboundSchema = CreateProjectLink2$outboundSchema;
|
|
2138
|
-
})(CreateProjectLink2$ || (CreateProjectLink2$ = {}));
|
|
2139
|
-
/** @internal */
|
|
2140
|
-
export const CreateProjectLinkType$inboundSchema = z.nativeEnum(CreateProjectLinkType);
|
|
2141
|
-
/** @internal */
|
|
2142
|
-
export const CreateProjectLinkType$outboundSchema = CreateProjectLinkType$inboundSchema;
|
|
2143
|
-
/**
|
|
2144
|
-
* @internal
|
|
2145
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2146
|
-
*/
|
|
2147
|
-
export var CreateProjectLinkType$;
|
|
2148
|
-
(function (CreateProjectLinkType$) {
|
|
2149
|
-
/** @deprecated use `CreateProjectLinkType$inboundSchema` instead. */
|
|
2150
|
-
CreateProjectLinkType$.inboundSchema = CreateProjectLinkType$inboundSchema;
|
|
2151
|
-
/** @deprecated use `CreateProjectLinkType$outboundSchema` instead. */
|
|
2152
|
-
CreateProjectLinkType$.outboundSchema = CreateProjectLinkType$outboundSchema;
|
|
2153
|
-
})(CreateProjectLinkType$ || (CreateProjectLinkType$ = {}));
|
|
2154
|
-
/** @internal */
|
|
2155
|
-
export const CreateProjectLinkDeployHooks$inboundSchema = z.object({
|
|
2156
|
-
createdAt: z.number().optional(),
|
|
2157
|
-
id: z.string(),
|
|
2158
|
-
name: z.string(),
|
|
2159
|
-
ref: z.string(),
|
|
2160
|
-
url: z.string(),
|
|
2161
|
-
});
|
|
2162
|
-
/** @internal */
|
|
2163
|
-
export const CreateProjectLinkDeployHooks$outboundSchema = z.object({
|
|
2164
|
-
createdAt: z.number().optional(),
|
|
2165
|
-
id: z.string(),
|
|
2166
|
-
name: z.string(),
|
|
2167
|
-
ref: z.string(),
|
|
2168
|
-
url: z.string(),
|
|
2169
|
-
});
|
|
2170
|
-
/**
|
|
2171
|
-
* @internal
|
|
2172
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2173
|
-
*/
|
|
2174
|
-
export var CreateProjectLinkDeployHooks$;
|
|
2175
|
-
(function (CreateProjectLinkDeployHooks$) {
|
|
2176
|
-
/** @deprecated use `CreateProjectLinkDeployHooks$inboundSchema` instead. */
|
|
2177
|
-
CreateProjectLinkDeployHooks$.inboundSchema = CreateProjectLinkDeployHooks$inboundSchema;
|
|
2178
|
-
/** @deprecated use `CreateProjectLinkDeployHooks$outboundSchema` instead. */
|
|
2179
|
-
CreateProjectLinkDeployHooks$.outboundSchema = CreateProjectLinkDeployHooks$outboundSchema;
|
|
2180
|
-
})(CreateProjectLinkDeployHooks$ || (CreateProjectLinkDeployHooks$ = {}));
|
|
2181
|
-
/** @internal */
|
|
2182
|
-
export const CreateProjectLink1$inboundSchema = z.object({
|
|
2183
|
-
org: z.string().optional(),
|
|
2184
|
-
repoOwnerId: z.number().optional(),
|
|
2185
|
-
repo: z.string().optional(),
|
|
2186
|
-
repoId: z.number().optional(),
|
|
2187
|
-
type: CreateProjectLinkType$inboundSchema.optional(),
|
|
2188
|
-
createdAt: z.number().optional(),
|
|
2189
|
-
deployHooks: z.array(z.lazy(() => CreateProjectLinkDeployHooks$inboundSchema)),
|
|
2190
|
-
gitCredentialId: z.string().optional(),
|
|
2191
|
-
updatedAt: z.number().optional(),
|
|
2192
|
-
sourceless: z.boolean().optional(),
|
|
2193
|
-
productionBranch: z.string().optional(),
|
|
2194
|
-
});
|
|
2195
|
-
/** @internal */
|
|
2196
|
-
export const CreateProjectLink1$outboundSchema = z.object({
|
|
2197
|
-
org: z.string().optional(),
|
|
2198
|
-
repoOwnerId: z.number().optional(),
|
|
2199
|
-
repo: z.string().optional(),
|
|
2200
|
-
repoId: z.number().optional(),
|
|
2201
|
-
type: CreateProjectLinkType$outboundSchema.optional(),
|
|
2202
|
-
createdAt: z.number().optional(),
|
|
2203
|
-
deployHooks: z.array(z.lazy(() => CreateProjectLinkDeployHooks$outboundSchema)),
|
|
2204
|
-
gitCredentialId: z.string().optional(),
|
|
2205
|
-
updatedAt: z.number().optional(),
|
|
2206
|
-
sourceless: z.boolean().optional(),
|
|
2207
|
-
productionBranch: z.string().optional(),
|
|
2208
|
-
});
|
|
2209
|
-
/**
|
|
2210
|
-
* @internal
|
|
2211
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2212
|
-
*/
|
|
2213
|
-
export var CreateProjectLink1$;
|
|
2214
|
-
(function (CreateProjectLink1$) {
|
|
2215
|
-
/** @deprecated use `CreateProjectLink1$inboundSchema` instead. */
|
|
2216
|
-
CreateProjectLink1$.inboundSchema = CreateProjectLink1$inboundSchema;
|
|
2217
|
-
/** @deprecated use `CreateProjectLink1$outboundSchema` instead. */
|
|
2218
|
-
CreateProjectLink1$.outboundSchema = CreateProjectLink1$outboundSchema;
|
|
2219
|
-
})(CreateProjectLink1$ || (CreateProjectLink1$ = {}));
|
|
2220
|
-
/** @internal */
|
|
2221
|
-
export const CreateProjectLink$inboundSchema = z.union([
|
|
2222
|
-
z.lazy(() => CreateProjectLink1$inboundSchema),
|
|
2223
|
-
z.lazy(() => CreateProjectLink3$inboundSchema),
|
|
2224
|
-
z.lazy(() => CreateProjectLink2$inboundSchema),
|
|
2225
|
-
]);
|
|
2226
|
-
/** @internal */
|
|
2227
|
-
export const CreateProjectLink$outboundSchema = z.union([
|
|
2228
|
-
z.lazy(() => CreateProjectLink1$outboundSchema),
|
|
2229
|
-
z.lazy(() => CreateProjectLink3$outboundSchema),
|
|
2230
|
-
z.lazy(() => CreateProjectLink2$outboundSchema),
|
|
2231
|
-
]);
|
|
2232
|
-
/**
|
|
2233
|
-
* @internal
|
|
2234
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2235
|
-
*/
|
|
2236
|
-
export var CreateProjectLink$;
|
|
2237
|
-
(function (CreateProjectLink$) {
|
|
2238
|
-
/** @deprecated use `CreateProjectLink$inboundSchema` instead. */
|
|
2239
|
-
CreateProjectLink$.inboundSchema = CreateProjectLink$inboundSchema;
|
|
2240
|
-
/** @deprecated use `CreateProjectLink$outboundSchema` instead. */
|
|
2241
|
-
CreateProjectLink$.outboundSchema = CreateProjectLink$outboundSchema;
|
|
2242
|
-
})(CreateProjectLink$ || (CreateProjectLink$ = {}));
|
|
2243
|
-
/** @internal */
|
|
2244
|
-
export const CreateProjectNodeVersion$inboundSchema = z.nativeEnum(CreateProjectNodeVersion);
|
|
2245
|
-
/** @internal */
|
|
2246
|
-
export const CreateProjectNodeVersion$outboundSchema = CreateProjectNodeVersion$inboundSchema;
|
|
2247
|
-
/**
|
|
2248
|
-
* @internal
|
|
2249
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2250
|
-
*/
|
|
2251
|
-
export var CreateProjectNodeVersion$;
|
|
2252
|
-
(function (CreateProjectNodeVersion$) {
|
|
2253
|
-
/** @deprecated use `CreateProjectNodeVersion$inboundSchema` instead. */
|
|
2254
|
-
CreateProjectNodeVersion$.inboundSchema = CreateProjectNodeVersion$inboundSchema;
|
|
2255
|
-
/** @deprecated use `CreateProjectNodeVersion$outboundSchema` instead. */
|
|
2256
|
-
CreateProjectNodeVersion$.outboundSchema = CreateProjectNodeVersion$outboundSchema;
|
|
2257
|
-
})(CreateProjectNodeVersion$ || (CreateProjectNodeVersion$ = {}));
|
|
2258
|
-
/** @internal */
|
|
2259
|
-
export const CreateProjectPaths$inboundSchema = z.object({
|
|
2260
|
-
value: z.string(),
|
|
2261
|
-
});
|
|
2262
|
-
/** @internal */
|
|
2263
|
-
export const CreateProjectPaths$outboundSchema = z.object({
|
|
2264
|
-
value: z.string(),
|
|
2265
|
-
});
|
|
2266
|
-
/**
|
|
2267
|
-
* @internal
|
|
2268
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2269
|
-
*/
|
|
2270
|
-
export var CreateProjectPaths$;
|
|
2271
|
-
(function (CreateProjectPaths$) {
|
|
2272
|
-
/** @deprecated use `CreateProjectPaths$inboundSchema` instead. */
|
|
2273
|
-
CreateProjectPaths$.inboundSchema = CreateProjectPaths$inboundSchema;
|
|
2274
|
-
/** @deprecated use `CreateProjectPaths$outboundSchema` instead. */
|
|
2275
|
-
CreateProjectPaths$.outboundSchema = CreateProjectPaths$outboundSchema;
|
|
2276
|
-
})(CreateProjectPaths$ || (CreateProjectPaths$ = {}));
|
|
2277
|
-
/** @internal */
|
|
2278
|
-
export const CreateProjectOptionsAllowlist$inboundSchema = z.object({
|
|
2279
|
-
paths: z.array(z.lazy(() => CreateProjectPaths$inboundSchema)),
|
|
2280
|
-
});
|
|
2281
|
-
/** @internal */
|
|
2282
|
-
export const CreateProjectOptionsAllowlist$outboundSchema = z.object({
|
|
2283
|
-
paths: z.array(z.lazy(() => CreateProjectPaths$outboundSchema)),
|
|
2284
|
-
});
|
|
2285
|
-
/**
|
|
2286
|
-
* @internal
|
|
2287
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2288
|
-
*/
|
|
2289
|
-
export var CreateProjectOptionsAllowlist$;
|
|
2290
|
-
(function (CreateProjectOptionsAllowlist$) {
|
|
2291
|
-
/** @deprecated use `CreateProjectOptionsAllowlist$inboundSchema` instead. */
|
|
2292
|
-
CreateProjectOptionsAllowlist$.inboundSchema = CreateProjectOptionsAllowlist$inboundSchema;
|
|
2293
|
-
/** @deprecated use `CreateProjectOptionsAllowlist$outboundSchema` instead. */
|
|
2294
|
-
CreateProjectOptionsAllowlist$.outboundSchema = CreateProjectOptionsAllowlist$outboundSchema;
|
|
2295
|
-
})(CreateProjectOptionsAllowlist$ || (CreateProjectOptionsAllowlist$ = {}));
|
|
2296
|
-
/** @internal */
|
|
2297
|
-
export const CreateProjectPasswordProtection$inboundSchema = z.object({});
|
|
2298
|
-
/** @internal */
|
|
2299
|
-
export const CreateProjectPasswordProtection$outboundSchema = z.object({});
|
|
2300
|
-
/**
|
|
2301
|
-
* @internal
|
|
2302
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2303
|
-
*/
|
|
2304
|
-
export var CreateProjectPasswordProtection$;
|
|
2305
|
-
(function (CreateProjectPasswordProtection$) {
|
|
2306
|
-
/** @deprecated use `CreateProjectPasswordProtection$inboundSchema` instead. */
|
|
2307
|
-
CreateProjectPasswordProtection$.inboundSchema = CreateProjectPasswordProtection$inboundSchema;
|
|
2308
|
-
/** @deprecated use `CreateProjectPasswordProtection$outboundSchema` instead. */
|
|
2309
|
-
CreateProjectPasswordProtection$.outboundSchema = CreateProjectPasswordProtection$outboundSchema;
|
|
2310
|
-
})(CreateProjectPasswordProtection$ || (CreateProjectPasswordProtection$ = {}));
|
|
2311
|
-
/** @internal */
|
|
2312
|
-
export const CreateProjectFunctionDefaultMemoryType$inboundSchema = z.nativeEnum(CreateProjectFunctionDefaultMemoryType);
|
|
2313
|
-
/** @internal */
|
|
2314
|
-
export const CreateProjectFunctionDefaultMemoryType$outboundSchema = CreateProjectFunctionDefaultMemoryType$inboundSchema;
|
|
2315
|
-
/**
|
|
2316
|
-
* @internal
|
|
2317
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2318
|
-
*/
|
|
2319
|
-
export var CreateProjectFunctionDefaultMemoryType$;
|
|
2320
|
-
(function (CreateProjectFunctionDefaultMemoryType$) {
|
|
2321
|
-
/** @deprecated use `CreateProjectFunctionDefaultMemoryType$inboundSchema` instead. */
|
|
2322
|
-
CreateProjectFunctionDefaultMemoryType$.inboundSchema = CreateProjectFunctionDefaultMemoryType$inboundSchema;
|
|
2323
|
-
/** @deprecated use `CreateProjectFunctionDefaultMemoryType$outboundSchema` instead. */
|
|
2324
|
-
CreateProjectFunctionDefaultMemoryType$.outboundSchema = CreateProjectFunctionDefaultMemoryType$outboundSchema;
|
|
2325
|
-
})(CreateProjectFunctionDefaultMemoryType$ || (CreateProjectFunctionDefaultMemoryType$ = {}));
|
|
2326
|
-
/** @internal */
|
|
2327
|
-
export const CreateProjectResourceConfig$inboundSchema = z.object({
|
|
2328
|
-
functionDefaultTimeout: z.number().optional(),
|
|
2329
|
-
functionDefaultMemoryType: CreateProjectFunctionDefaultMemoryType$inboundSchema.optional(),
|
|
2330
|
-
allowServerlessConcurrency: z.boolean().optional(),
|
|
2331
|
-
});
|
|
2332
|
-
/** @internal */
|
|
2333
|
-
export const CreateProjectResourceConfig$outboundSchema = z.object({
|
|
2334
|
-
functionDefaultTimeout: z.number().optional(),
|
|
2335
|
-
functionDefaultMemoryType: CreateProjectFunctionDefaultMemoryType$outboundSchema.optional(),
|
|
2336
|
-
allowServerlessConcurrency: z.boolean().optional(),
|
|
2337
|
-
});
|
|
2338
|
-
/**
|
|
2339
|
-
* @internal
|
|
2340
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2341
|
-
*/
|
|
2342
|
-
export var CreateProjectResourceConfig$;
|
|
2343
|
-
(function (CreateProjectResourceConfig$) {
|
|
2344
|
-
/** @deprecated use `CreateProjectResourceConfig$inboundSchema` instead. */
|
|
2345
|
-
CreateProjectResourceConfig$.inboundSchema = CreateProjectResourceConfig$inboundSchema;
|
|
2346
|
-
/** @deprecated use `CreateProjectResourceConfig$outboundSchema` instead. */
|
|
2347
|
-
CreateProjectResourceConfig$.outboundSchema = CreateProjectResourceConfig$outboundSchema;
|
|
2348
|
-
})(CreateProjectResourceConfig$ || (CreateProjectResourceConfig$ = {}));
|
|
2349
|
-
/** @internal */
|
|
2350
|
-
export const CreateProjectDeploymentType$inboundSchema = z.nativeEnum(CreateProjectDeploymentType);
|
|
2351
|
-
/** @internal */
|
|
2352
|
-
export const CreateProjectDeploymentType$outboundSchema = CreateProjectDeploymentType$inboundSchema;
|
|
2353
|
-
/**
|
|
2354
|
-
* @internal
|
|
2355
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2356
|
-
*/
|
|
2357
|
-
export var CreateProjectDeploymentType$;
|
|
2358
|
-
(function (CreateProjectDeploymentType$) {
|
|
2359
|
-
/** @deprecated use `CreateProjectDeploymentType$inboundSchema` instead. */
|
|
2360
|
-
CreateProjectDeploymentType$.inboundSchema = CreateProjectDeploymentType$inboundSchema;
|
|
2361
|
-
/** @deprecated use `CreateProjectDeploymentType$outboundSchema` instead. */
|
|
2362
|
-
CreateProjectDeploymentType$.outboundSchema = CreateProjectDeploymentType$outboundSchema;
|
|
2363
|
-
})(CreateProjectDeploymentType$ || (CreateProjectDeploymentType$ = {}));
|
|
2364
|
-
/** @internal */
|
|
2365
|
-
export const CreateProjectSsoProtection$inboundSchema = z.object({
|
|
2366
|
-
deploymentType: CreateProjectDeploymentType$inboundSchema,
|
|
2367
|
-
});
|
|
2368
|
-
/** @internal */
|
|
2369
|
-
export const CreateProjectSsoProtection$outboundSchema = z.object({
|
|
2370
|
-
deploymentType: CreateProjectDeploymentType$outboundSchema,
|
|
2371
|
-
});
|
|
2372
|
-
/**
|
|
2373
|
-
* @internal
|
|
2374
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2375
|
-
*/
|
|
2376
|
-
export var CreateProjectSsoProtection$;
|
|
2377
|
-
(function (CreateProjectSsoProtection$) {
|
|
2378
|
-
/** @deprecated use `CreateProjectSsoProtection$inboundSchema` instead. */
|
|
2379
|
-
CreateProjectSsoProtection$.inboundSchema = CreateProjectSsoProtection$inboundSchema;
|
|
2380
|
-
/** @deprecated use `CreateProjectSsoProtection$outboundSchema` instead. */
|
|
2381
|
-
CreateProjectSsoProtection$.outboundSchema = CreateProjectSsoProtection$outboundSchema;
|
|
2382
|
-
})(CreateProjectSsoProtection$ || (CreateProjectSsoProtection$ = {}));
|
|
2383
|
-
/** @internal */
|
|
2384
|
-
export const CreateProjectProjectsAliasAssigned$inboundSchema = z.union([z.number(), z.boolean()]);
|
|
2385
|
-
/** @internal */
|
|
2386
|
-
export const CreateProjectProjectsAliasAssigned$outboundSchema = z.union([z.number(), z.boolean()]);
|
|
2387
|
-
/**
|
|
2388
|
-
* @internal
|
|
2389
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2390
|
-
*/
|
|
2391
|
-
export var CreateProjectProjectsAliasAssigned$;
|
|
2392
|
-
(function (CreateProjectProjectsAliasAssigned$) {
|
|
2393
|
-
/** @deprecated use `CreateProjectProjectsAliasAssigned$inboundSchema` instead. */
|
|
2394
|
-
CreateProjectProjectsAliasAssigned$.inboundSchema = CreateProjectProjectsAliasAssigned$inboundSchema;
|
|
2395
|
-
/** @deprecated use `CreateProjectProjectsAliasAssigned$outboundSchema` instead. */
|
|
2396
|
-
CreateProjectProjectsAliasAssigned$.outboundSchema = CreateProjectProjectsAliasAssigned$outboundSchema;
|
|
2397
|
-
})(CreateProjectProjectsAliasAssigned$ || (CreateProjectProjectsAliasAssigned$ = {}));
|
|
2398
|
-
/** @internal */
|
|
2399
|
-
export const CreateProjectProjectsAliasError$inboundSchema = z.object({
|
|
2400
|
-
code: z.string(),
|
|
2401
|
-
message: z.string(),
|
|
2402
|
-
});
|
|
2403
|
-
/** @internal */
|
|
2404
|
-
export const CreateProjectProjectsAliasError$outboundSchema = z.object({
|
|
2405
|
-
code: z.string(),
|
|
2406
|
-
message: z.string(),
|
|
2407
|
-
});
|
|
2408
|
-
/**
|
|
2409
|
-
* @internal
|
|
2410
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2411
|
-
*/
|
|
2412
|
-
export var CreateProjectProjectsAliasError$;
|
|
2413
|
-
(function (CreateProjectProjectsAliasError$) {
|
|
2414
|
-
/** @deprecated use `CreateProjectProjectsAliasError$inboundSchema` instead. */
|
|
2415
|
-
CreateProjectProjectsAliasError$.inboundSchema = CreateProjectProjectsAliasError$inboundSchema;
|
|
2416
|
-
/** @deprecated use `CreateProjectProjectsAliasError$outboundSchema` instead. */
|
|
2417
|
-
CreateProjectProjectsAliasError$.outboundSchema = CreateProjectProjectsAliasError$outboundSchema;
|
|
2418
|
-
})(CreateProjectProjectsAliasError$ || (CreateProjectProjectsAliasError$ = {}));
|
|
2419
|
-
/** @internal */
|
|
2420
|
-
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema = z.nativeEnum(CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType);
|
|
2421
|
-
/** @internal */
|
|
2422
|
-
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema;
|
|
2423
|
-
/**
|
|
2424
|
-
* @internal
|
|
2425
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2426
|
-
*/
|
|
2427
|
-
export var CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$;
|
|
2428
|
-
(function (CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$) {
|
|
2429
|
-
/** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema` instead. */
|
|
2430
|
-
CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$.inboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema;
|
|
2431
|
-
/** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema` instead. */
|
|
2432
|
-
CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$.outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema;
|
|
2433
|
-
})(CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$ || (CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$ = {}));
|
|
2434
|
-
/** @internal */
|
|
2435
|
-
export const CreateProjectProjectsBranchMatcher$inboundSchema = z.object({
|
|
2436
|
-
type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema,
|
|
2437
|
-
pattern: z.string(),
|
|
2438
|
-
});
|
|
2439
|
-
/** @internal */
|
|
2440
|
-
export const CreateProjectProjectsBranchMatcher$outboundSchema = z.object({
|
|
2441
|
-
type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema,
|
|
2442
|
-
pattern: z.string(),
|
|
2443
|
-
});
|
|
2444
|
-
/**
|
|
2445
|
-
* @internal
|
|
2446
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2447
|
-
*/
|
|
2448
|
-
export var CreateProjectProjectsBranchMatcher$;
|
|
2449
|
-
(function (CreateProjectProjectsBranchMatcher$) {
|
|
2450
|
-
/** @deprecated use `CreateProjectProjectsBranchMatcher$inboundSchema` instead. */
|
|
2451
|
-
CreateProjectProjectsBranchMatcher$.inboundSchema = CreateProjectProjectsBranchMatcher$inboundSchema;
|
|
2452
|
-
/** @deprecated use `CreateProjectProjectsBranchMatcher$outboundSchema` instead. */
|
|
2453
|
-
CreateProjectProjectsBranchMatcher$.outboundSchema = CreateProjectProjectsBranchMatcher$outboundSchema;
|
|
2454
|
-
})(CreateProjectProjectsBranchMatcher$ || (CreateProjectProjectsBranchMatcher$ = {}));
|
|
2455
|
-
/** @internal */
|
|
2456
|
-
export const CreateProjectProjectsBuilds$inboundSchema = z.object({
|
|
2457
|
-
use: z.string(),
|
|
2458
|
-
src: z.string().optional(),
|
|
2459
|
-
dest: z.string().optional(),
|
|
2460
|
-
});
|
|
2461
|
-
/** @internal */
|
|
2462
|
-
export const CreateProjectProjectsBuilds$outboundSchema = z.object({
|
|
2463
|
-
use: z.string(),
|
|
2464
|
-
src: z.string().optional(),
|
|
2465
|
-
dest: z.string().optional(),
|
|
2466
|
-
});
|
|
2467
|
-
/**
|
|
2468
|
-
* @internal
|
|
2469
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2470
|
-
*/
|
|
2471
|
-
export var CreateProjectProjectsBuilds$;
|
|
2472
|
-
(function (CreateProjectProjectsBuilds$) {
|
|
2473
|
-
/** @deprecated use `CreateProjectProjectsBuilds$inboundSchema` instead. */
|
|
2474
|
-
CreateProjectProjectsBuilds$.inboundSchema = CreateProjectProjectsBuilds$inboundSchema;
|
|
2475
|
-
/** @deprecated use `CreateProjectProjectsBuilds$outboundSchema` instead. */
|
|
2476
|
-
CreateProjectProjectsBuilds$.outboundSchema = CreateProjectProjectsBuilds$outboundSchema;
|
|
2477
|
-
})(CreateProjectProjectsBuilds$ || (CreateProjectProjectsBuilds$ = {}));
|
|
2478
|
-
/** @internal */
|
|
2479
|
-
export const CreateProjectProjectsChecksConclusion$inboundSchema = z.nativeEnum(CreateProjectProjectsChecksConclusion);
|
|
2480
|
-
/** @internal */
|
|
2481
|
-
export const CreateProjectProjectsChecksConclusion$outboundSchema = CreateProjectProjectsChecksConclusion$inboundSchema;
|
|
2482
|
-
/**
|
|
2483
|
-
* @internal
|
|
2484
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2485
|
-
*/
|
|
2486
|
-
export var CreateProjectProjectsChecksConclusion$;
|
|
2487
|
-
(function (CreateProjectProjectsChecksConclusion$) {
|
|
2488
|
-
/** @deprecated use `CreateProjectProjectsChecksConclusion$inboundSchema` instead. */
|
|
2489
|
-
CreateProjectProjectsChecksConclusion$.inboundSchema = CreateProjectProjectsChecksConclusion$inboundSchema;
|
|
2490
|
-
/** @deprecated use `CreateProjectProjectsChecksConclusion$outboundSchema` instead. */
|
|
2491
|
-
CreateProjectProjectsChecksConclusion$.outboundSchema = CreateProjectProjectsChecksConclusion$outboundSchema;
|
|
2492
|
-
})(CreateProjectProjectsChecksConclusion$ || (CreateProjectProjectsChecksConclusion$ = {}));
|
|
2493
|
-
/** @internal */
|
|
2494
|
-
export const CreateProjectProjectsChecksState$inboundSchema = z.nativeEnum(CreateProjectProjectsChecksState);
|
|
2495
|
-
/** @internal */
|
|
2496
|
-
export const CreateProjectProjectsChecksState$outboundSchema = CreateProjectProjectsChecksState$inboundSchema;
|
|
2497
|
-
/**
|
|
2498
|
-
* @internal
|
|
2499
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2500
|
-
*/
|
|
2501
|
-
export var CreateProjectProjectsChecksState$;
|
|
2502
|
-
(function (CreateProjectProjectsChecksState$) {
|
|
2503
|
-
/** @deprecated use `CreateProjectProjectsChecksState$inboundSchema` instead. */
|
|
2504
|
-
CreateProjectProjectsChecksState$.inboundSchema = CreateProjectProjectsChecksState$inboundSchema;
|
|
2505
|
-
/** @deprecated use `CreateProjectProjectsChecksState$outboundSchema` instead. */
|
|
2506
|
-
CreateProjectProjectsChecksState$.outboundSchema = CreateProjectProjectsChecksState$outboundSchema;
|
|
2507
|
-
})(CreateProjectProjectsChecksState$ || (CreateProjectProjectsChecksState$ = {}));
|
|
2508
|
-
/** @internal */
|
|
2509
|
-
export const CreateProjectProjectsCreator$inboundSchema = z.object({
|
|
2510
|
-
email: z.string(),
|
|
2511
|
-
githubLogin: z.string().optional(),
|
|
2512
|
-
gitlabLogin: z.string().optional(),
|
|
2513
|
-
uid: z.string(),
|
|
2514
|
-
username: z.string(),
|
|
2515
|
-
});
|
|
2516
|
-
/** @internal */
|
|
2517
|
-
export const CreateProjectProjectsCreator$outboundSchema = z.object({
|
|
2518
|
-
email: z.string(),
|
|
2519
|
-
githubLogin: z.string().optional(),
|
|
2520
|
-
gitlabLogin: z.string().optional(),
|
|
2521
|
-
uid: z.string(),
|
|
2522
|
-
username: z.string(),
|
|
2523
|
-
});
|
|
2524
|
-
/**
|
|
2525
|
-
* @internal
|
|
2526
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2527
|
-
*/
|
|
2528
|
-
export var CreateProjectProjectsCreator$;
|
|
2529
|
-
(function (CreateProjectProjectsCreator$) {
|
|
2530
|
-
/** @deprecated use `CreateProjectProjectsCreator$inboundSchema` instead. */
|
|
2531
|
-
CreateProjectProjectsCreator$.inboundSchema = CreateProjectProjectsCreator$inboundSchema;
|
|
2532
|
-
/** @deprecated use `CreateProjectProjectsCreator$outboundSchema` instead. */
|
|
2533
|
-
CreateProjectProjectsCreator$.outboundSchema = CreateProjectProjectsCreator$outboundSchema;
|
|
2534
|
-
})(CreateProjectProjectsCreator$ || (CreateProjectProjectsCreator$ = {}));
|
|
2535
|
-
/** @internal */
|
|
2536
|
-
export const CreateProjectProjectsOidcTokenClaims$inboundSchema = z.object({
|
|
2537
|
-
iss: z.string(),
|
|
2538
|
-
sub: z.string(),
|
|
2539
|
-
scope: z.string(),
|
|
2540
|
-
aud: z.string(),
|
|
2541
|
-
owner: z.string(),
|
|
2542
|
-
owner_id: z.string(),
|
|
2543
|
-
project: z.string(),
|
|
2544
|
-
project_id: z.string(),
|
|
2545
|
-
environment: z.string(),
|
|
2546
|
-
}).transform((v) => {
|
|
2547
|
-
return remap$(v, {
|
|
2548
|
-
"owner_id": "ownerId",
|
|
2549
|
-
"project_id": "projectId",
|
|
2550
|
-
});
|
|
2551
|
-
});
|
|
2552
|
-
/** @internal */
|
|
2553
|
-
export const CreateProjectProjectsOidcTokenClaims$outboundSchema = z.object({
|
|
2554
|
-
iss: z.string(),
|
|
2555
|
-
sub: z.string(),
|
|
2556
|
-
scope: z.string(),
|
|
2557
|
-
aud: z.string(),
|
|
2558
|
-
owner: z.string(),
|
|
2559
|
-
ownerId: z.string(),
|
|
2560
|
-
project: z.string(),
|
|
2561
|
-
projectId: z.string(),
|
|
2562
|
-
environment: z.string(),
|
|
2563
|
-
}).transform((v) => {
|
|
2564
|
-
return remap$(v, {
|
|
2565
|
-
ownerId: "owner_id",
|
|
2566
|
-
projectId: "project_id",
|
|
2567
|
-
});
|
|
2568
|
-
});
|
|
2569
|
-
/**
|
|
2570
|
-
* @internal
|
|
2571
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2572
|
-
*/
|
|
2573
|
-
export var CreateProjectProjectsOidcTokenClaims$;
|
|
2574
|
-
(function (CreateProjectProjectsOidcTokenClaims$) {
|
|
2575
|
-
/** @deprecated use `CreateProjectProjectsOidcTokenClaims$inboundSchema` instead. */
|
|
2576
|
-
CreateProjectProjectsOidcTokenClaims$.inboundSchema = CreateProjectProjectsOidcTokenClaims$inboundSchema;
|
|
2577
|
-
/** @deprecated use `CreateProjectProjectsOidcTokenClaims$outboundSchema` instead. */
|
|
2578
|
-
CreateProjectProjectsOidcTokenClaims$.outboundSchema = CreateProjectProjectsOidcTokenClaims$outboundSchema;
|
|
2579
|
-
})(CreateProjectProjectsOidcTokenClaims$ || (CreateProjectProjectsOidcTokenClaims$ = {}));
|
|
2580
|
-
/** @internal */
|
|
2581
|
-
export const CreateProjectProjectsPlan$inboundSchema = z.nativeEnum(CreateProjectProjectsPlan);
|
|
2582
|
-
/** @internal */
|
|
2583
|
-
export const CreateProjectProjectsPlan$outboundSchema = CreateProjectProjectsPlan$inboundSchema;
|
|
2584
|
-
/**
|
|
2585
|
-
* @internal
|
|
2586
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2587
|
-
*/
|
|
2588
|
-
export var CreateProjectProjectsPlan$;
|
|
2589
|
-
(function (CreateProjectProjectsPlan$) {
|
|
2590
|
-
/** @deprecated use `CreateProjectProjectsPlan$inboundSchema` instead. */
|
|
2591
|
-
CreateProjectProjectsPlan$.inboundSchema = CreateProjectProjectsPlan$inboundSchema;
|
|
2592
|
-
/** @deprecated use `CreateProjectProjectsPlan$outboundSchema` instead. */
|
|
2593
|
-
CreateProjectProjectsPlan$.outboundSchema = CreateProjectProjectsPlan$outboundSchema;
|
|
2594
|
-
})(CreateProjectProjectsPlan$ || (CreateProjectProjectsPlan$ = {}));
|
|
2595
|
-
/** @internal */
|
|
2596
|
-
export const CreateProjectProjectsReadyState$inboundSchema = z.nativeEnum(CreateProjectProjectsReadyState);
|
|
2597
|
-
/** @internal */
|
|
2598
|
-
export const CreateProjectProjectsReadyState$outboundSchema = CreateProjectProjectsReadyState$inboundSchema;
|
|
2599
|
-
/**
|
|
2600
|
-
* @internal
|
|
2601
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2602
|
-
*/
|
|
2603
|
-
export var CreateProjectProjectsReadyState$;
|
|
2604
|
-
(function (CreateProjectProjectsReadyState$) {
|
|
2605
|
-
/** @deprecated use `CreateProjectProjectsReadyState$inboundSchema` instead. */
|
|
2606
|
-
CreateProjectProjectsReadyState$.inboundSchema = CreateProjectProjectsReadyState$inboundSchema;
|
|
2607
|
-
/** @deprecated use `CreateProjectProjectsReadyState$outboundSchema` instead. */
|
|
2608
|
-
CreateProjectProjectsReadyState$.outboundSchema = CreateProjectProjectsReadyState$outboundSchema;
|
|
2609
|
-
})(CreateProjectProjectsReadyState$ || (CreateProjectProjectsReadyState$ = {}));
|
|
2610
|
-
/** @internal */
|
|
2611
|
-
export const CreateProjectProjectsReadySubstate$inboundSchema = z.nativeEnum(CreateProjectProjectsReadySubstate);
|
|
2612
|
-
/** @internal */
|
|
2613
|
-
export const CreateProjectProjectsReadySubstate$outboundSchema = CreateProjectProjectsReadySubstate$inboundSchema;
|
|
2614
|
-
/**
|
|
2615
|
-
* @internal
|
|
2616
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2617
|
-
*/
|
|
2618
|
-
export var CreateProjectProjectsReadySubstate$;
|
|
2619
|
-
(function (CreateProjectProjectsReadySubstate$) {
|
|
2620
|
-
/** @deprecated use `CreateProjectProjectsReadySubstate$inboundSchema` instead. */
|
|
2621
|
-
CreateProjectProjectsReadySubstate$.inboundSchema = CreateProjectProjectsReadySubstate$inboundSchema;
|
|
2622
|
-
/** @deprecated use `CreateProjectProjectsReadySubstate$outboundSchema` instead. */
|
|
2623
|
-
CreateProjectProjectsReadySubstate$.outboundSchema = CreateProjectProjectsReadySubstate$outboundSchema;
|
|
2624
|
-
})(CreateProjectProjectsReadySubstate$ || (CreateProjectProjectsReadySubstate$ = {}));
|
|
2625
|
-
/** @internal */
|
|
2626
|
-
export const CreateProjectProjectsResponse200ApplicationJSONType$inboundSchema = z.nativeEnum(CreateProjectProjectsResponse200ApplicationJSONType);
|
|
2627
|
-
/** @internal */
|
|
2628
|
-
export const CreateProjectProjectsResponse200ApplicationJSONType$outboundSchema = CreateProjectProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
2629
|
-
/**
|
|
2630
|
-
* @internal
|
|
2631
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2632
|
-
*/
|
|
2633
|
-
export var CreateProjectProjectsResponse200ApplicationJSONType$;
|
|
2634
|
-
(function (CreateProjectProjectsResponse200ApplicationJSONType$) {
|
|
2635
|
-
/** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
2636
|
-
CreateProjectProjectsResponse200ApplicationJSONType$.inboundSchema = CreateProjectProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
2637
|
-
/** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
2638
|
-
CreateProjectProjectsResponse200ApplicationJSONType$.outboundSchema = CreateProjectProjectsResponse200ApplicationJSONType$outboundSchema;
|
|
2639
|
-
})(CreateProjectProjectsResponse200ApplicationJSONType$ || (CreateProjectProjectsResponse200ApplicationJSONType$ = {}));
|
|
2640
|
-
/** @internal */
|
|
2641
|
-
export const CreateProjectTargets$inboundSchema = z.object({
|
|
2642
|
-
id: z.string(),
|
|
2643
|
-
alias: z.array(z.string()).optional(),
|
|
2644
|
-
aliasAssigned: z.nullable(z.union([z.number(), z.boolean()])).optional(),
|
|
2645
|
-
aliasError: z.nullable(z.lazy(() => CreateProjectProjectsAliasError$inboundSchema)).optional(),
|
|
2646
|
-
aliasFinal: z.nullable(z.string()).optional(),
|
|
2647
|
-
automaticAliases: z.array(z.string()).optional(),
|
|
2648
|
-
branchMatcher: z.lazy(() => CreateProjectProjectsBranchMatcher$inboundSchema)
|
|
2649
|
-
.optional(),
|
|
2650
|
-
buildingAt: z.number().optional(),
|
|
2651
|
-
builds: z.array(z.lazy(() => CreateProjectProjectsBuilds$inboundSchema))
|
|
2652
|
-
.optional(),
|
|
2653
|
-
checksConclusion: CreateProjectProjectsChecksConclusion$inboundSchema
|
|
2654
|
-
.optional(),
|
|
2655
|
-
checksState: CreateProjectProjectsChecksState$inboundSchema.optional(),
|
|
2656
|
-
connectBuildsEnabled: z.boolean().optional(),
|
|
2657
|
-
connectConfigurationId: z.string().optional(),
|
|
2658
|
-
createdAt: z.number(),
|
|
2659
|
-
createdIn: z.string(),
|
|
2660
|
-
creator: z.nullable(z.lazy(() => CreateProjectProjectsCreator$inboundSchema)),
|
|
2661
|
-
deletedAt: z.number().optional(),
|
|
2662
|
-
deploymentHostname: z.string(),
|
|
2663
|
-
forced: z.boolean().optional(),
|
|
2664
|
-
name: z.string(),
|
|
2665
|
-
meta: z.record(z.string()).optional(),
|
|
2666
|
-
monorepoManager: z.nullable(z.string()).optional(),
|
|
2667
|
-
oidcTokenClaims: z.lazy(() => CreateProjectProjectsOidcTokenClaims$inboundSchema).optional(),
|
|
2668
|
-
plan: CreateProjectProjectsPlan$inboundSchema,
|
|
2669
|
-
previewCommentsEnabled: z.boolean().optional(),
|
|
2670
|
-
private: z.boolean(),
|
|
2671
|
-
readyAt: z.number().optional(),
|
|
2672
|
-
readyState: CreateProjectProjectsReadyState$inboundSchema,
|
|
2673
|
-
readySubstate: CreateProjectProjectsReadySubstate$inboundSchema.optional(),
|
|
2674
|
-
requestedAt: z.number().optional(),
|
|
2675
|
-
target: z.nullable(z.string()).optional(),
|
|
2676
|
-
teamId: z.nullable(z.string()).optional(),
|
|
2677
|
-
type: CreateProjectProjectsResponse200ApplicationJSONType$inboundSchema,
|
|
2678
|
-
url: z.string(),
|
|
2679
|
-
userId: z.string(),
|
|
2680
|
-
withCache: z.boolean().optional(),
|
|
2681
|
-
});
|
|
2682
|
-
/** @internal */
|
|
2683
|
-
export const CreateProjectTargets$outboundSchema = z.object({
|
|
2684
|
-
id: z.string(),
|
|
2685
|
-
alias: z.array(z.string()).optional(),
|
|
2686
|
-
aliasAssigned: z.nullable(z.union([z.number(), z.boolean()])).optional(),
|
|
2687
|
-
aliasError: z.nullable(z.lazy(() => CreateProjectProjectsAliasError$outboundSchema)).optional(),
|
|
2688
|
-
aliasFinal: z.nullable(z.string()).optional(),
|
|
2689
|
-
automaticAliases: z.array(z.string()).optional(),
|
|
2690
|
-
branchMatcher: z.lazy(() => CreateProjectProjectsBranchMatcher$outboundSchema)
|
|
2691
|
-
.optional(),
|
|
2692
|
-
buildingAt: z.number().optional(),
|
|
2693
|
-
builds: z.array(z.lazy(() => CreateProjectProjectsBuilds$outboundSchema))
|
|
2694
|
-
.optional(),
|
|
2695
|
-
checksConclusion: CreateProjectProjectsChecksConclusion$outboundSchema
|
|
2696
|
-
.optional(),
|
|
2697
|
-
checksState: CreateProjectProjectsChecksState$outboundSchema.optional(),
|
|
2698
|
-
connectBuildsEnabled: z.boolean().optional(),
|
|
2699
|
-
connectConfigurationId: z.string().optional(),
|
|
2700
|
-
createdAt: z.number(),
|
|
2701
|
-
createdIn: z.string(),
|
|
2702
|
-
creator: z.nullable(z.lazy(() => CreateProjectProjectsCreator$outboundSchema)),
|
|
2703
|
-
deletedAt: z.number().optional(),
|
|
2704
|
-
deploymentHostname: z.string(),
|
|
2705
|
-
forced: z.boolean().optional(),
|
|
2706
|
-
name: z.string(),
|
|
2707
|
-
meta: z.record(z.string()).optional(),
|
|
2708
|
-
monorepoManager: z.nullable(z.string()).optional(),
|
|
2709
|
-
oidcTokenClaims: z.lazy(() => CreateProjectProjectsOidcTokenClaims$outboundSchema).optional(),
|
|
2710
|
-
plan: CreateProjectProjectsPlan$outboundSchema,
|
|
2711
|
-
previewCommentsEnabled: z.boolean().optional(),
|
|
2712
|
-
private: z.boolean(),
|
|
2713
|
-
readyAt: z.number().optional(),
|
|
2714
|
-
readyState: CreateProjectProjectsReadyState$outboundSchema,
|
|
2715
|
-
readySubstate: CreateProjectProjectsReadySubstate$outboundSchema.optional(),
|
|
2716
|
-
requestedAt: z.number().optional(),
|
|
2717
|
-
target: z.nullable(z.string()).optional(),
|
|
2718
|
-
teamId: z.nullable(z.string()).optional(),
|
|
2719
|
-
type: CreateProjectProjectsResponse200ApplicationJSONType$outboundSchema,
|
|
2720
|
-
url: z.string(),
|
|
2721
|
-
userId: z.string(),
|
|
2722
|
-
withCache: z.boolean().optional(),
|
|
2723
|
-
});
|
|
2724
|
-
/**
|
|
2725
|
-
* @internal
|
|
2726
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2727
|
-
*/
|
|
2728
|
-
export var CreateProjectTargets$;
|
|
2729
|
-
(function (CreateProjectTargets$) {
|
|
2730
|
-
/** @deprecated use `CreateProjectTargets$inboundSchema` instead. */
|
|
2731
|
-
CreateProjectTargets$.inboundSchema = CreateProjectTargets$inboundSchema;
|
|
2732
|
-
/** @deprecated use `CreateProjectTargets$outboundSchema` instead. */
|
|
2733
|
-
CreateProjectTargets$.outboundSchema = CreateProjectTargets$outboundSchema;
|
|
2734
|
-
})(CreateProjectTargets$ || (CreateProjectTargets$ = {}));
|
|
2735
|
-
/** @internal */
|
|
2736
|
-
export const CreateProjectPermissions$inboundSchema = z.object({
|
|
2737
|
-
accessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
2738
|
-
aliasGlobal: z.array(ACLAction$inboundSchema).optional(),
|
|
2739
|
-
analyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
2740
|
-
analyticsUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
2741
|
-
auditLog: z.array(ACLAction$inboundSchema).optional(),
|
|
2742
|
-
billingAddress: z.array(ACLAction$inboundSchema).optional(),
|
|
2743
|
-
billingInformation: z.array(ACLAction$inboundSchema).optional(),
|
|
2744
|
-
billingInvoice: z.array(ACLAction$inboundSchema).optional(),
|
|
2745
|
-
billingInvoiceEmailRecipient: z.array(ACLAction$inboundSchema).optional(),
|
|
2746
|
-
billingInvoiceLanguage: z.array(ACLAction$inboundSchema).optional(),
|
|
2747
|
-
billingPlan: z.array(ACLAction$inboundSchema).optional(),
|
|
2748
|
-
billingPurchaseOrder: z.array(ACLAction$inboundSchema).optional(),
|
|
2749
|
-
billingTaxId: z.array(ACLAction$inboundSchema).optional(),
|
|
2750
|
-
blob: z.array(ACLAction$inboundSchema).optional(),
|
|
2751
|
-
budget: z.array(ACLAction$inboundSchema).optional(),
|
|
2752
|
-
cacheArtifact: z.array(ACLAction$inboundSchema).optional(),
|
|
2753
|
-
cacheArtifactUsageEvent: z.array(ACLAction$inboundSchema).optional(),
|
|
2754
|
-
codeChecks: z.array(ACLAction$inboundSchema).optional(),
|
|
2755
|
-
concurrentBuilds: z.array(ACLAction$inboundSchema).optional(),
|
|
2756
|
-
connect: z.array(ACLAction$inboundSchema).optional(),
|
|
2757
|
-
connectConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
2758
|
-
domain: z.array(ACLAction$inboundSchema).optional(),
|
|
2759
|
-
domainAcceptDelegation: z.array(ACLAction$inboundSchema).optional(),
|
|
2760
|
-
domainAuthCodes: z.array(ACLAction$inboundSchema).optional(),
|
|
2761
|
-
domainCertificate: z.array(ACLAction$inboundSchema).optional(),
|
|
2762
|
-
domainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
2763
|
-
domainMove: z.array(ACLAction$inboundSchema).optional(),
|
|
2764
|
-
domainPurchase: z.array(ACLAction$inboundSchema).optional(),
|
|
2765
|
-
domainRecord: z.array(ACLAction$inboundSchema).optional(),
|
|
2766
|
-
domainTransferIn: z.array(ACLAction$inboundSchema).optional(),
|
|
2767
|
-
event: z.array(ACLAction$inboundSchema).optional(),
|
|
2768
|
-
ownEvent: z.array(ACLAction$inboundSchema).optional(),
|
|
2769
|
-
sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
|
|
2770
|
-
.optional(),
|
|
2771
|
-
fileUpload: z.array(ACLAction$inboundSchema).optional(),
|
|
2772
|
-
gitRepository: z.array(ACLAction$inboundSchema).optional(),
|
|
2773
|
-
ipBlocking: z.array(ACLAction$inboundSchema).optional(),
|
|
2774
|
-
integration: z.array(ACLAction$inboundSchema).optional(),
|
|
2775
|
-
integrationAccount: z.array(ACLAction$inboundSchema).optional(),
|
|
2776
|
-
integrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
2777
|
-
integrationConfigurationTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
2778
|
-
integrationConfigurationProjects: z.array(ACLAction$inboundSchema).optional(),
|
|
2779
|
-
integrationVercelConfigurationOverride: z.array(ACLAction$inboundSchema)
|
|
2780
|
-
.optional(),
|
|
2781
|
-
integrationConfigurationRole: z.array(ACLAction$inboundSchema).optional(),
|
|
2782
|
-
integrationResource: z.array(ACLAction$inboundSchema).optional(),
|
|
2783
|
-
integrationEvent: z.array(ACLAction$inboundSchema).optional(),
|
|
2784
|
-
integrationResourceSecrets: z.array(ACLAction$inboundSchema).optional(),
|
|
2785
|
-
integrationDeploymentAction: z.array(ACLAction$inboundSchema).optional(),
|
|
2786
|
-
marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
|
|
2787
|
-
marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
|
|
2788
|
-
marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
|
|
2789
|
-
jobGlobal: z.array(ACLAction$inboundSchema).optional(),
|
|
2790
|
-
logDrain: z.array(ACLAction$inboundSchema).optional(),
|
|
2791
|
-
Monitoring: z.array(ACLAction$inboundSchema).optional(),
|
|
2792
|
-
monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
2793
|
-
monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
|
|
2794
|
-
monitoringChart: z.array(ACLAction$inboundSchema).optional(),
|
|
2795
|
-
monitoringAlert: z.array(ACLAction$inboundSchema).optional(),
|
|
2796
|
-
notificationDeploymentFailed: z.array(ACLAction$inboundSchema).optional(),
|
|
2797
|
-
notificationDomainConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
2798
|
-
notificationDomainExpire: z.array(ACLAction$inboundSchema).optional(),
|
|
2799
|
-
notificationDomainMoved: z.array(ACLAction$inboundSchema).optional(),
|
|
2800
|
-
notificationDomainPurchase: z.array(ACLAction$inboundSchema).optional(),
|
|
2801
|
-
notificationDomainRenewal: z.array(ACLAction$inboundSchema).optional(),
|
|
2802
|
-
notificationDomainTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
2803
|
-
notificationDomainUnverified: z.array(ACLAction$inboundSchema).optional(),
|
|
2804
|
-
NotificationMonitoringAlert: z.array(ACLAction$inboundSchema).optional(),
|
|
2805
|
-
notificationPaymentFailed: z.array(ACLAction$inboundSchema).optional(),
|
|
2806
|
-
notificationUsageAlert: z.array(ACLAction$inboundSchema).optional(),
|
|
2807
|
-
notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
|
|
2808
|
-
notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
|
|
2809
|
-
oauth2Connection: z.array(ACLAction$inboundSchema).optional(),
|
|
2810
|
-
openTelemetryEndpoint: z.array(ACLAction$inboundSchema).optional(),
|
|
2811
|
-
paymentMethod: z.array(ACLAction$inboundSchema).optional(),
|
|
2812
|
-
permissions: z.array(ACLAction$inboundSchema).optional(),
|
|
2813
|
-
postgres: z.array(ACLAction$inboundSchema).optional(),
|
|
2814
|
-
previewDeploymentSuffix: z.array(ACLAction$inboundSchema).optional(),
|
|
2815
|
-
proTrialOnboarding: z.array(ACLAction$inboundSchema).optional(),
|
|
2816
|
-
sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
|
|
2817
|
-
sharedEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
|
|
2818
|
-
space: z.array(ACLAction$inboundSchema).optional(),
|
|
2819
|
-
spaceRun: z.array(ACLAction$inboundSchema).optional(),
|
|
2820
|
-
passwordProtectionInvoiceItem: z.array(ACLAction$inboundSchema).optional(),
|
|
2821
|
-
rateLimit: z.array(ACLAction$inboundSchema).optional(),
|
|
2822
|
-
redis: z.array(ACLAction$inboundSchema).optional(),
|
|
2823
|
-
repository: z.array(ACLAction$inboundSchema).optional(),
|
|
2824
|
-
remoteCaching: z.array(ACLAction$inboundSchema).optional(),
|
|
2825
|
-
samlConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
2826
|
-
secret: z.array(ACLAction$inboundSchema).optional(),
|
|
2827
|
-
redisStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
|
|
2828
|
-
blobStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
|
|
2829
|
-
postgresStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
|
|
2830
|
-
integrationStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
|
|
2831
|
-
integrationResourceReplCommand: z.array(ACLAction$inboundSchema).optional(),
|
|
2832
|
-
storeTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
2833
|
-
supportCase: z.array(ACLAction$inboundSchema).optional(),
|
|
2834
|
-
supportCaseComment: z.array(ACLAction$inboundSchema).optional(),
|
|
2835
|
-
dataCacheBillingSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
2836
|
-
team: z.array(ACLAction$inboundSchema).optional(),
|
|
2837
|
-
teamAccessRequest: z.array(ACLAction$inboundSchema).optional(),
|
|
2838
|
-
teamFellowMembership: z.array(ACLAction$inboundSchema).optional(),
|
|
2839
|
-
teamGitExclusivity: z.array(ACLAction$inboundSchema).optional(),
|
|
2840
|
-
teamInvite: z.array(ACLAction$inboundSchema).optional(),
|
|
2841
|
-
teamInviteCode: z.array(ACLAction$inboundSchema).optional(),
|
|
2842
|
-
teamJoin: z.array(ACLAction$inboundSchema).optional(),
|
|
2843
|
-
teamOwnMembership: z.array(ACLAction$inboundSchema).optional(),
|
|
2844
|
-
teamOwnMembershipDisconnectSAML: z.array(ACLAction$inboundSchema).optional(),
|
|
2845
|
-
token: z.array(ACLAction$inboundSchema).optional(),
|
|
2846
|
-
usage: z.array(ACLAction$inboundSchema).optional(),
|
|
2847
|
-
usageCycle: z.array(ACLAction$inboundSchema).optional(),
|
|
2848
|
-
user: z.array(ACLAction$inboundSchema).optional(),
|
|
2849
|
-
userConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
2850
|
-
vpcPeeringConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
2851
|
-
webAnalyticsPlan: z.array(ACLAction$inboundSchema).optional(),
|
|
2852
|
-
webAuthn: z.array(ACLAction$inboundSchema).optional(),
|
|
2853
|
-
edgeConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
2854
|
-
edgeConfigItem: z.array(ACLAction$inboundSchema).optional(),
|
|
2855
|
-
edgeConfigSchema: z.array(ACLAction$inboundSchema).optional(),
|
|
2856
|
-
edgeConfigToken: z.array(ACLAction$inboundSchema).optional(),
|
|
2857
|
-
webhook: z.array(ACLAction$inboundSchema).optional(),
|
|
2858
|
-
"webhook-event": z.array(ACLAction$inboundSchema).optional(),
|
|
2859
|
-
endpointVerification: z.array(ACLAction$inboundSchema).optional(),
|
|
2860
|
-
projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
|
|
2861
|
-
oauth2Application: z.array(ACLAction$inboundSchema).optional(),
|
|
2862
|
-
aliasProject: z.array(ACLAction$inboundSchema).optional(),
|
|
2863
|
-
aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
2864
|
-
productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
2865
|
-
connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
|
|
2866
|
-
dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
2867
|
-
deployment: z.array(ACLAction$inboundSchema).optional(),
|
|
2868
|
-
deploymentCheck: z.array(ACLAction$inboundSchema).optional(),
|
|
2869
|
-
deploymentCheckPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
2870
|
-
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
|
|
2871
|
-
.optional(),
|
|
2872
|
-
deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
|
|
2873
|
-
deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
2874
|
-
deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
|
|
2875
|
-
deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
|
|
2876
|
-
deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
|
|
2877
|
-
environments: z.array(ACLAction$inboundSchema).optional(),
|
|
2878
|
-
logs: z.array(ACLAction$inboundSchema).optional(),
|
|
2879
|
-
logsPreset: z.array(ACLAction$inboundSchema).optional(),
|
|
2880
|
-
passwordProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
2881
|
-
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
2882
|
-
job: z.array(ACLAction$inboundSchema).optional(),
|
|
2883
|
-
project: z.array(ACLAction$inboundSchema).optional(),
|
|
2884
|
-
projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
2885
|
-
projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
2886
|
-
projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
|
|
2887
|
-
projectDomain: z.array(ACLAction$inboundSchema).optional(),
|
|
2888
|
-
projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
|
|
2889
|
-
projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
2890
|
-
projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
|
|
2891
|
-
projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
|
|
2892
|
-
projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
|
|
2893
|
-
.optional(),
|
|
2894
|
-
projectFlags: z.array(ACLAction$inboundSchema).optional(),
|
|
2895
|
-
projectId: z.array(ACLAction$inboundSchema).optional(),
|
|
2896
|
-
projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
2897
|
-
projectLink: z.array(ACLAction$inboundSchema).optional(),
|
|
2898
|
-
projectMember: z.array(ACLAction$inboundSchema).optional(),
|
|
2899
|
-
projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
|
|
2900
|
-
projectPermissions: z.array(ACLAction$inboundSchema).optional(),
|
|
2901
|
-
projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
|
|
2902
|
-
projectTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
2903
|
-
projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
|
|
2904
|
-
projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
2905
|
-
projectUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
2906
|
-
projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
2907
|
-
projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
|
|
2908
|
-
projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
|
|
2909
|
-
projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
|
|
2910
|
-
projectTier: z.array(ACLAction$inboundSchema).optional(),
|
|
2911
|
-
seawallConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
2912
|
-
skewProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
2913
|
-
analytics: z.array(ACLAction$inboundSchema).optional(),
|
|
2914
|
-
trustedIps: z.array(ACLAction$inboundSchema).optional(),
|
|
2915
|
-
webAnalytics: z.array(ACLAction$inboundSchema).optional(),
|
|
2916
|
-
sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
2917
|
-
sonar: z.array(ACLAction$inboundSchema).optional(),
|
|
2918
|
-
}).transform((v) => {
|
|
2919
|
-
return remap$(v, {
|
|
2920
|
-
"Monitoring": "monitoring",
|
|
2921
|
-
"NotificationMonitoringAlert": "notificationMonitoringAlert",
|
|
2922
|
-
"webhook-event": "webhookEvent",
|
|
2923
|
-
});
|
|
2924
|
-
});
|
|
2925
|
-
/** @internal */
|
|
2926
|
-
export const CreateProjectPermissions$outboundSchema = z.object({
|
|
2927
|
-
accessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
2928
|
-
aliasGlobal: z.array(ACLAction$outboundSchema).optional(),
|
|
2929
|
-
analyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
2930
|
-
analyticsUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
2931
|
-
auditLog: z.array(ACLAction$outboundSchema).optional(),
|
|
2932
|
-
billingAddress: z.array(ACLAction$outboundSchema).optional(),
|
|
2933
|
-
billingInformation: z.array(ACLAction$outboundSchema).optional(),
|
|
2934
|
-
billingInvoice: z.array(ACLAction$outboundSchema).optional(),
|
|
2935
|
-
billingInvoiceEmailRecipient: z.array(ACLAction$outboundSchema).optional(),
|
|
2936
|
-
billingInvoiceLanguage: z.array(ACLAction$outboundSchema).optional(),
|
|
2937
|
-
billingPlan: z.array(ACLAction$outboundSchema).optional(),
|
|
2938
|
-
billingPurchaseOrder: z.array(ACLAction$outboundSchema).optional(),
|
|
2939
|
-
billingTaxId: z.array(ACLAction$outboundSchema).optional(),
|
|
2940
|
-
blob: z.array(ACLAction$outboundSchema).optional(),
|
|
2941
|
-
budget: z.array(ACLAction$outboundSchema).optional(),
|
|
2942
|
-
cacheArtifact: z.array(ACLAction$outboundSchema).optional(),
|
|
2943
|
-
cacheArtifactUsageEvent: z.array(ACLAction$outboundSchema).optional(),
|
|
2944
|
-
codeChecks: z.array(ACLAction$outboundSchema).optional(),
|
|
2945
|
-
concurrentBuilds: z.array(ACLAction$outboundSchema).optional(),
|
|
2946
|
-
connect: z.array(ACLAction$outboundSchema).optional(),
|
|
2947
|
-
connectConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
2948
|
-
domain: z.array(ACLAction$outboundSchema).optional(),
|
|
2949
|
-
domainAcceptDelegation: z.array(ACLAction$outboundSchema).optional(),
|
|
2950
|
-
domainAuthCodes: z.array(ACLAction$outboundSchema).optional(),
|
|
2951
|
-
domainCertificate: z.array(ACLAction$outboundSchema).optional(),
|
|
2952
|
-
domainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
2953
|
-
domainMove: z.array(ACLAction$outboundSchema).optional(),
|
|
2954
|
-
domainPurchase: z.array(ACLAction$outboundSchema).optional(),
|
|
2955
|
-
domainRecord: z.array(ACLAction$outboundSchema).optional(),
|
|
2956
|
-
domainTransferIn: z.array(ACLAction$outboundSchema).optional(),
|
|
2957
|
-
event: z.array(ACLAction$outboundSchema).optional(),
|
|
2958
|
-
ownEvent: z.array(ACLAction$outboundSchema).optional(),
|
|
2959
|
-
sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
|
|
2960
|
-
.optional(),
|
|
2961
|
-
fileUpload: z.array(ACLAction$outboundSchema).optional(),
|
|
2962
|
-
gitRepository: z.array(ACLAction$outboundSchema).optional(),
|
|
2963
|
-
ipBlocking: z.array(ACLAction$outboundSchema).optional(),
|
|
2964
|
-
integration: z.array(ACLAction$outboundSchema).optional(),
|
|
2965
|
-
integrationAccount: z.array(ACLAction$outboundSchema).optional(),
|
|
2966
|
-
integrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
2967
|
-
integrationConfigurationTransfer: z.array(ACLAction$outboundSchema)
|
|
2968
|
-
.optional(),
|
|
2969
|
-
integrationConfigurationProjects: z.array(ACLAction$outboundSchema)
|
|
2970
|
-
.optional(),
|
|
2971
|
-
integrationVercelConfigurationOverride: z.array(ACLAction$outboundSchema)
|
|
2972
|
-
.optional(),
|
|
2973
|
-
integrationConfigurationRole: z.array(ACLAction$outboundSchema).optional(),
|
|
2974
|
-
integrationResource: z.array(ACLAction$outboundSchema).optional(),
|
|
2975
|
-
integrationEvent: z.array(ACLAction$outboundSchema).optional(),
|
|
2976
|
-
integrationResourceSecrets: z.array(ACLAction$outboundSchema).optional(),
|
|
2977
|
-
integrationDeploymentAction: z.array(ACLAction$outboundSchema).optional(),
|
|
2978
|
-
marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
|
|
2979
|
-
marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
|
|
2980
|
-
marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
|
|
2981
|
-
jobGlobal: z.array(ACLAction$outboundSchema).optional(),
|
|
2982
|
-
logDrain: z.array(ACLAction$outboundSchema).optional(),
|
|
2983
|
-
monitoring: z.array(ACLAction$outboundSchema).optional(),
|
|
2984
|
-
monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
2985
|
-
monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
|
|
2986
|
-
monitoringChart: z.array(ACLAction$outboundSchema).optional(),
|
|
2987
|
-
monitoringAlert: z.array(ACLAction$outboundSchema).optional(),
|
|
2988
|
-
notificationDeploymentFailed: z.array(ACLAction$outboundSchema).optional(),
|
|
2989
|
-
notificationDomainConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
2990
|
-
notificationDomainExpire: z.array(ACLAction$outboundSchema).optional(),
|
|
2991
|
-
notificationDomainMoved: z.array(ACLAction$outboundSchema).optional(),
|
|
2992
|
-
notificationDomainPurchase: z.array(ACLAction$outboundSchema).optional(),
|
|
2993
|
-
notificationDomainRenewal: z.array(ACLAction$outboundSchema).optional(),
|
|
2994
|
-
notificationDomainTransfer: z.array(ACLAction$outboundSchema).optional(),
|
|
2995
|
-
notificationDomainUnverified: z.array(ACLAction$outboundSchema).optional(),
|
|
2996
|
-
notificationMonitoringAlert: z.array(ACLAction$outboundSchema).optional(),
|
|
2997
|
-
notificationPaymentFailed: z.array(ACLAction$outboundSchema).optional(),
|
|
2998
|
-
notificationUsageAlert: z.array(ACLAction$outboundSchema).optional(),
|
|
2999
|
-
notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
|
|
3000
|
-
notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
|
|
3001
|
-
oauth2Connection: z.array(ACLAction$outboundSchema).optional(),
|
|
3002
|
-
openTelemetryEndpoint: z.array(ACLAction$outboundSchema).optional(),
|
|
3003
|
-
paymentMethod: z.array(ACLAction$outboundSchema).optional(),
|
|
3004
|
-
permissions: z.array(ACLAction$outboundSchema).optional(),
|
|
3005
|
-
postgres: z.array(ACLAction$outboundSchema).optional(),
|
|
3006
|
-
previewDeploymentSuffix: z.array(ACLAction$outboundSchema).optional(),
|
|
3007
|
-
proTrialOnboarding: z.array(ACLAction$outboundSchema).optional(),
|
|
3008
|
-
sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
|
|
3009
|
-
sharedEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
|
|
3010
|
-
space: z.array(ACLAction$outboundSchema).optional(),
|
|
3011
|
-
spaceRun: z.array(ACLAction$outboundSchema).optional(),
|
|
3012
|
-
passwordProtectionInvoiceItem: z.array(ACLAction$outboundSchema).optional(),
|
|
3013
|
-
rateLimit: z.array(ACLAction$outboundSchema).optional(),
|
|
3014
|
-
redis: z.array(ACLAction$outboundSchema).optional(),
|
|
3015
|
-
repository: z.array(ACLAction$outboundSchema).optional(),
|
|
3016
|
-
remoteCaching: z.array(ACLAction$outboundSchema).optional(),
|
|
3017
|
-
samlConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
3018
|
-
secret: z.array(ACLAction$outboundSchema).optional(),
|
|
3019
|
-
redisStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
|
|
3020
|
-
blobStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
|
|
3021
|
-
postgresStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
|
|
3022
|
-
integrationStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
|
|
3023
|
-
integrationResourceReplCommand: z.array(ACLAction$outboundSchema).optional(),
|
|
3024
|
-
storeTransfer: z.array(ACLAction$outboundSchema).optional(),
|
|
3025
|
-
supportCase: z.array(ACLAction$outboundSchema).optional(),
|
|
3026
|
-
supportCaseComment: z.array(ACLAction$outboundSchema).optional(),
|
|
3027
|
-
dataCacheBillingSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
3028
|
-
team: z.array(ACLAction$outboundSchema).optional(),
|
|
3029
|
-
teamAccessRequest: z.array(ACLAction$outboundSchema).optional(),
|
|
3030
|
-
teamFellowMembership: z.array(ACLAction$outboundSchema).optional(),
|
|
3031
|
-
teamGitExclusivity: z.array(ACLAction$outboundSchema).optional(),
|
|
3032
|
-
teamInvite: z.array(ACLAction$outboundSchema).optional(),
|
|
3033
|
-
teamInviteCode: z.array(ACLAction$outboundSchema).optional(),
|
|
3034
|
-
teamJoin: z.array(ACLAction$outboundSchema).optional(),
|
|
3035
|
-
teamOwnMembership: z.array(ACLAction$outboundSchema).optional(),
|
|
3036
|
-
teamOwnMembershipDisconnectSAML: z.array(ACLAction$outboundSchema).optional(),
|
|
3037
|
-
token: z.array(ACLAction$outboundSchema).optional(),
|
|
3038
|
-
usage: z.array(ACLAction$outboundSchema).optional(),
|
|
3039
|
-
usageCycle: z.array(ACLAction$outboundSchema).optional(),
|
|
3040
|
-
user: z.array(ACLAction$outboundSchema).optional(),
|
|
3041
|
-
userConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
3042
|
-
vpcPeeringConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
3043
|
-
webAnalyticsPlan: z.array(ACLAction$outboundSchema).optional(),
|
|
3044
|
-
webAuthn: z.array(ACLAction$outboundSchema).optional(),
|
|
3045
|
-
edgeConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
3046
|
-
edgeConfigItem: z.array(ACLAction$outboundSchema).optional(),
|
|
3047
|
-
edgeConfigSchema: z.array(ACLAction$outboundSchema).optional(),
|
|
3048
|
-
edgeConfigToken: z.array(ACLAction$outboundSchema).optional(),
|
|
3049
|
-
webhook: z.array(ACLAction$outboundSchema).optional(),
|
|
3050
|
-
webhookEvent: z.array(ACLAction$outboundSchema).optional(),
|
|
3051
|
-
endpointVerification: z.array(ACLAction$outboundSchema).optional(),
|
|
3052
|
-
projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
|
|
3053
|
-
oauth2Application: z.array(ACLAction$outboundSchema).optional(),
|
|
3054
|
-
aliasProject: z.array(ACLAction$outboundSchema).optional(),
|
|
3055
|
-
aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
3056
|
-
productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
3057
|
-
connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
|
|
3058
|
-
dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
3059
|
-
deployment: z.array(ACLAction$outboundSchema).optional(),
|
|
3060
|
-
deploymentCheck: z.array(ACLAction$outboundSchema).optional(),
|
|
3061
|
-
deploymentCheckPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
3062
|
-
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
|
|
3063
|
-
.optional(),
|
|
3064
|
-
deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
|
|
3065
|
-
deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
3066
|
-
deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
|
|
3067
|
-
deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
|
|
3068
|
-
deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
|
|
3069
|
-
environments: z.array(ACLAction$outboundSchema).optional(),
|
|
3070
|
-
logs: z.array(ACLAction$outboundSchema).optional(),
|
|
3071
|
-
logsPreset: z.array(ACLAction$outboundSchema).optional(),
|
|
3072
|
-
passwordProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
3073
|
-
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
3074
|
-
job: z.array(ACLAction$outboundSchema).optional(),
|
|
3075
|
-
project: z.array(ACLAction$outboundSchema).optional(),
|
|
3076
|
-
projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
3077
|
-
projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
3078
|
-
projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
|
|
3079
|
-
projectDomain: z.array(ACLAction$outboundSchema).optional(),
|
|
3080
|
-
projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
|
|
3081
|
-
projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
3082
|
-
projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
|
|
3083
|
-
projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
|
|
3084
|
-
projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
|
|
3085
|
-
.optional(),
|
|
3086
|
-
projectFlags: z.array(ACLAction$outboundSchema).optional(),
|
|
3087
|
-
projectId: z.array(ACLAction$outboundSchema).optional(),
|
|
3088
|
-
projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
3089
|
-
projectLink: z.array(ACLAction$outboundSchema).optional(),
|
|
3090
|
-
projectMember: z.array(ACLAction$outboundSchema).optional(),
|
|
3091
|
-
projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
|
|
3092
|
-
projectPermissions: z.array(ACLAction$outboundSchema).optional(),
|
|
3093
|
-
projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
|
|
3094
|
-
projectTransfer: z.array(ACLAction$outboundSchema).optional(),
|
|
3095
|
-
projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
|
|
3096
|
-
projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
3097
|
-
projectUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
3098
|
-
projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
3099
|
-
projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
|
|
3100
|
-
projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
|
|
3101
|
-
projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
|
|
3102
|
-
projectTier: z.array(ACLAction$outboundSchema).optional(),
|
|
3103
|
-
seawallConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
3104
|
-
skewProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
3105
|
-
analytics: z.array(ACLAction$outboundSchema).optional(),
|
|
3106
|
-
trustedIps: z.array(ACLAction$outboundSchema).optional(),
|
|
3107
|
-
webAnalytics: z.array(ACLAction$outboundSchema).optional(),
|
|
3108
|
-
sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
3109
|
-
sonar: z.array(ACLAction$outboundSchema).optional(),
|
|
3110
|
-
}).transform((v) => {
|
|
3111
|
-
return remap$(v, {
|
|
3112
|
-
monitoring: "Monitoring",
|
|
3113
|
-
notificationMonitoringAlert: "NotificationMonitoringAlert",
|
|
3114
|
-
webhookEvent: "webhook-event",
|
|
3115
|
-
});
|
|
3116
|
-
});
|
|
3117
|
-
/**
|
|
3118
|
-
* @internal
|
|
3119
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3120
|
-
*/
|
|
3121
|
-
export var CreateProjectPermissions$;
|
|
3122
|
-
(function (CreateProjectPermissions$) {
|
|
3123
|
-
/** @deprecated use `CreateProjectPermissions$inboundSchema` instead. */
|
|
3124
|
-
CreateProjectPermissions$.inboundSchema = CreateProjectPermissions$inboundSchema;
|
|
3125
|
-
/** @deprecated use `CreateProjectPermissions$outboundSchema` instead. */
|
|
3126
|
-
CreateProjectPermissions$.outboundSchema = CreateProjectPermissions$outboundSchema;
|
|
3127
|
-
})(CreateProjectPermissions$ || (CreateProjectPermissions$ = {}));
|
|
3128
|
-
/** @internal */
|
|
3129
|
-
export const CreateProjectLastRollbackTarget$inboundSchema = z.object({});
|
|
3130
|
-
/** @internal */
|
|
3131
|
-
export const CreateProjectLastRollbackTarget$outboundSchema = z.object({});
|
|
3132
|
-
/**
|
|
3133
|
-
* @internal
|
|
3134
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3135
|
-
*/
|
|
3136
|
-
export var CreateProjectLastRollbackTarget$;
|
|
3137
|
-
(function (CreateProjectLastRollbackTarget$) {
|
|
3138
|
-
/** @deprecated use `CreateProjectLastRollbackTarget$inboundSchema` instead. */
|
|
3139
|
-
CreateProjectLastRollbackTarget$.inboundSchema = CreateProjectLastRollbackTarget$inboundSchema;
|
|
3140
|
-
/** @deprecated use `CreateProjectLastRollbackTarget$outboundSchema` instead. */
|
|
3141
|
-
CreateProjectLastRollbackTarget$.outboundSchema = CreateProjectLastRollbackTarget$outboundSchema;
|
|
3142
|
-
})(CreateProjectLastRollbackTarget$ || (CreateProjectLastRollbackTarget$ = {}));
|
|
3143
|
-
/** @internal */
|
|
3144
|
-
export const CreateProjectJobStatus$inboundSchema = z.nativeEnum(CreateProjectJobStatus);
|
|
3145
|
-
/** @internal */
|
|
3146
|
-
export const CreateProjectJobStatus$outboundSchema = CreateProjectJobStatus$inboundSchema;
|
|
3147
|
-
/**
|
|
3148
|
-
* @internal
|
|
3149
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3150
|
-
*/
|
|
3151
|
-
export var CreateProjectJobStatus$;
|
|
3152
|
-
(function (CreateProjectJobStatus$) {
|
|
3153
|
-
/** @deprecated use `CreateProjectJobStatus$inboundSchema` instead. */
|
|
3154
|
-
CreateProjectJobStatus$.inboundSchema = CreateProjectJobStatus$inboundSchema;
|
|
3155
|
-
/** @deprecated use `CreateProjectJobStatus$outboundSchema` instead. */
|
|
3156
|
-
CreateProjectJobStatus$.outboundSchema = CreateProjectJobStatus$outboundSchema;
|
|
3157
|
-
})(CreateProjectJobStatus$ || (CreateProjectJobStatus$ = {}));
|
|
3158
|
-
/** @internal */
|
|
3159
|
-
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema = z.nativeEnum(CreateProjectProjectsResponse200ApplicationJSONResponseBodyType);
|
|
3160
|
-
/** @internal */
|
|
3161
|
-
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
3162
|
-
/**
|
|
3163
|
-
* @internal
|
|
3164
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3165
|
-
*/
|
|
3166
|
-
export var CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$;
|
|
3167
|
-
(function (CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$) {
|
|
3168
|
-
/** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
|
|
3169
|
-
CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$.inboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
3170
|
-
/** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
|
|
3171
|
-
CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$.outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema;
|
|
3172
|
-
})(CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$ || (CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$ = {}));
|
|
3173
|
-
/** @internal */
|
|
3174
|
-
export const CreateProjectLastAliasRequest$inboundSchema = z.object({
|
|
3175
|
-
fromDeploymentId: z.string(),
|
|
3176
|
-
toDeploymentId: z.string(),
|
|
3177
|
-
jobStatus: CreateProjectJobStatus$inboundSchema,
|
|
3178
|
-
requestedAt: z.number(),
|
|
3179
|
-
type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
3180
|
-
});
|
|
3181
|
-
/** @internal */
|
|
3182
|
-
export const CreateProjectLastAliasRequest$outboundSchema = z.object({
|
|
3183
|
-
fromDeploymentId: z.string(),
|
|
3184
|
-
toDeploymentId: z.string(),
|
|
3185
|
-
jobStatus: CreateProjectJobStatus$outboundSchema,
|
|
3186
|
-
requestedAt: z.number(),
|
|
3187
|
-
type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
3188
|
-
});
|
|
3189
|
-
/**
|
|
3190
|
-
* @internal
|
|
3191
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3192
|
-
*/
|
|
3193
|
-
export var CreateProjectLastAliasRequest$;
|
|
3194
|
-
(function (CreateProjectLastAliasRequest$) {
|
|
3195
|
-
/** @deprecated use `CreateProjectLastAliasRequest$inboundSchema` instead. */
|
|
3196
|
-
CreateProjectLastAliasRequest$.inboundSchema = CreateProjectLastAliasRequest$inboundSchema;
|
|
3197
|
-
/** @deprecated use `CreateProjectLastAliasRequest$outboundSchema` instead. */
|
|
3198
|
-
CreateProjectLastAliasRequest$.outboundSchema = CreateProjectLastAliasRequest$outboundSchema;
|
|
3199
|
-
})(CreateProjectLastAliasRequest$ || (CreateProjectLastAliasRequest$ = {}));
|
|
3200
|
-
/** @internal */
|
|
3201
|
-
export const CreateProjectScope$inboundSchema = z.nativeEnum(CreateProjectScope);
|
|
3202
|
-
/** @internal */
|
|
3203
|
-
export const CreateProjectScope$outboundSchema = CreateProjectScope$inboundSchema;
|
|
3204
|
-
/**
|
|
3205
|
-
* @internal
|
|
3206
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3207
|
-
*/
|
|
3208
|
-
export var CreateProjectScope$;
|
|
3209
|
-
(function (CreateProjectScope$) {
|
|
3210
|
-
/** @deprecated use `CreateProjectScope$inboundSchema` instead. */
|
|
3211
|
-
CreateProjectScope$.inboundSchema = CreateProjectScope$inboundSchema;
|
|
3212
|
-
/** @deprecated use `CreateProjectScope$outboundSchema` instead. */
|
|
3213
|
-
CreateProjectScope$.outboundSchema = CreateProjectScope$outboundSchema;
|
|
3214
|
-
})(CreateProjectScope$ || (CreateProjectScope$ = {}));
|
|
3215
|
-
/** @internal */
|
|
3216
|
-
export const CreateProjectProtectionBypass$inboundSchema = z.object({
|
|
3217
|
-
createdAt: z.number(),
|
|
3218
|
-
createdBy: z.string(),
|
|
3219
|
-
scope: CreateProjectScope$inboundSchema,
|
|
3220
|
-
});
|
|
3221
|
-
/** @internal */
|
|
3222
|
-
export const CreateProjectProtectionBypass$outboundSchema = z.object({
|
|
3223
|
-
createdAt: z.number(),
|
|
3224
|
-
createdBy: z.string(),
|
|
3225
|
-
scope: CreateProjectScope$outboundSchema,
|
|
3226
|
-
});
|
|
3227
|
-
/**
|
|
3228
|
-
* @internal
|
|
3229
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3230
|
-
*/
|
|
3231
|
-
export var CreateProjectProtectionBypass$;
|
|
3232
|
-
(function (CreateProjectProtectionBypass$) {
|
|
3233
|
-
/** @deprecated use `CreateProjectProtectionBypass$inboundSchema` instead. */
|
|
3234
|
-
CreateProjectProtectionBypass$.inboundSchema = CreateProjectProtectionBypass$inboundSchema;
|
|
3235
|
-
/** @deprecated use `CreateProjectProtectionBypass$outboundSchema` instead. */
|
|
3236
|
-
CreateProjectProtectionBypass$.outboundSchema = CreateProjectProtectionBypass$outboundSchema;
|
|
3237
|
-
})(CreateProjectProtectionBypass$ || (CreateProjectProtectionBypass$ = {}));
|
|
3238
|
-
/** @internal */
|
|
3239
|
-
export const CreateProjectTrustedIpsProjectsDeploymentType$inboundSchema = z
|
|
3240
|
-
.nativeEnum(CreateProjectTrustedIpsProjectsDeploymentType);
|
|
3241
|
-
/** @internal */
|
|
3242
|
-
export const CreateProjectTrustedIpsProjectsDeploymentType$outboundSchema = CreateProjectTrustedIpsProjectsDeploymentType$inboundSchema;
|
|
3243
|
-
/**
|
|
3244
|
-
* @internal
|
|
3245
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3246
|
-
*/
|
|
3247
|
-
export var CreateProjectTrustedIpsProjectsDeploymentType$;
|
|
3248
|
-
(function (CreateProjectTrustedIpsProjectsDeploymentType$) {
|
|
3249
|
-
/** @deprecated use `CreateProjectTrustedIpsProjectsDeploymentType$inboundSchema` instead. */
|
|
3250
|
-
CreateProjectTrustedIpsProjectsDeploymentType$.inboundSchema = CreateProjectTrustedIpsProjectsDeploymentType$inboundSchema;
|
|
3251
|
-
/** @deprecated use `CreateProjectTrustedIpsProjectsDeploymentType$outboundSchema` instead. */
|
|
3252
|
-
CreateProjectTrustedIpsProjectsDeploymentType$.outboundSchema = CreateProjectTrustedIpsProjectsDeploymentType$outboundSchema;
|
|
3253
|
-
})(CreateProjectTrustedIpsProjectsDeploymentType$ || (CreateProjectTrustedIpsProjectsDeploymentType$ = {}));
|
|
3254
|
-
/** @internal */
|
|
3255
|
-
export const CreateProjectTrustedIps2$inboundSchema = z.object({
|
|
3256
|
-
deploymentType: CreateProjectTrustedIpsProjectsDeploymentType$inboundSchema,
|
|
3257
|
-
});
|
|
3258
|
-
/** @internal */
|
|
3259
|
-
export const CreateProjectTrustedIps2$outboundSchema = z.object({
|
|
3260
|
-
deploymentType: CreateProjectTrustedIpsProjectsDeploymentType$outboundSchema,
|
|
3261
|
-
});
|
|
3262
|
-
/**
|
|
3263
|
-
* @internal
|
|
3264
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3265
|
-
*/
|
|
3266
|
-
export var CreateProjectTrustedIps2$;
|
|
3267
|
-
(function (CreateProjectTrustedIps2$) {
|
|
3268
|
-
/** @deprecated use `CreateProjectTrustedIps2$inboundSchema` instead. */
|
|
3269
|
-
CreateProjectTrustedIps2$.inboundSchema = CreateProjectTrustedIps2$inboundSchema;
|
|
3270
|
-
/** @deprecated use `CreateProjectTrustedIps2$outboundSchema` instead. */
|
|
3271
|
-
CreateProjectTrustedIps2$.outboundSchema = CreateProjectTrustedIps2$outboundSchema;
|
|
3272
|
-
})(CreateProjectTrustedIps2$ || (CreateProjectTrustedIps2$ = {}));
|
|
3273
|
-
/** @internal */
|
|
3274
|
-
export const CreateProjectTrustedIpsDeploymentType$inboundSchema = z.nativeEnum(CreateProjectTrustedIpsDeploymentType);
|
|
3275
|
-
/** @internal */
|
|
3276
|
-
export const CreateProjectTrustedIpsDeploymentType$outboundSchema = CreateProjectTrustedIpsDeploymentType$inboundSchema;
|
|
3277
|
-
/**
|
|
3278
|
-
* @internal
|
|
3279
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3280
|
-
*/
|
|
3281
|
-
export var CreateProjectTrustedIpsDeploymentType$;
|
|
3282
|
-
(function (CreateProjectTrustedIpsDeploymentType$) {
|
|
3283
|
-
/** @deprecated use `CreateProjectTrustedIpsDeploymentType$inboundSchema` instead. */
|
|
3284
|
-
CreateProjectTrustedIpsDeploymentType$.inboundSchema = CreateProjectTrustedIpsDeploymentType$inboundSchema;
|
|
3285
|
-
/** @deprecated use `CreateProjectTrustedIpsDeploymentType$outboundSchema` instead. */
|
|
3286
|
-
CreateProjectTrustedIpsDeploymentType$.outboundSchema = CreateProjectTrustedIpsDeploymentType$outboundSchema;
|
|
3287
|
-
})(CreateProjectTrustedIpsDeploymentType$ || (CreateProjectTrustedIpsDeploymentType$ = {}));
|
|
3288
|
-
/** @internal */
|
|
3289
|
-
export const TrustedIpsAddresses$inboundSchema = z.object({
|
|
3290
|
-
value: z.string(),
|
|
3291
|
-
note: z.string().optional(),
|
|
3292
|
-
});
|
|
3293
|
-
/** @internal */
|
|
3294
|
-
export const TrustedIpsAddresses$outboundSchema = z.object({
|
|
3295
|
-
value: z.string(),
|
|
3296
|
-
note: z.string().optional(),
|
|
3297
|
-
});
|
|
3298
|
-
/**
|
|
3299
|
-
* @internal
|
|
3300
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3301
|
-
*/
|
|
3302
|
-
export var TrustedIpsAddresses$;
|
|
3303
|
-
(function (TrustedIpsAddresses$) {
|
|
3304
|
-
/** @deprecated use `TrustedIpsAddresses$inboundSchema` instead. */
|
|
3305
|
-
TrustedIpsAddresses$.inboundSchema = TrustedIpsAddresses$inboundSchema;
|
|
3306
|
-
/** @deprecated use `TrustedIpsAddresses$outboundSchema` instead. */
|
|
3307
|
-
TrustedIpsAddresses$.outboundSchema = TrustedIpsAddresses$outboundSchema;
|
|
3308
|
-
})(TrustedIpsAddresses$ || (TrustedIpsAddresses$ = {}));
|
|
3309
|
-
/** @internal */
|
|
3310
|
-
export const TrustedIpsProtectionMode$inboundSchema = z.nativeEnum(TrustedIpsProtectionMode);
|
|
3311
|
-
/** @internal */
|
|
3312
|
-
export const TrustedIpsProtectionMode$outboundSchema = TrustedIpsProtectionMode$inboundSchema;
|
|
3313
|
-
/**
|
|
3314
|
-
* @internal
|
|
3315
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3316
|
-
*/
|
|
3317
|
-
export var TrustedIpsProtectionMode$;
|
|
3318
|
-
(function (TrustedIpsProtectionMode$) {
|
|
3319
|
-
/** @deprecated use `TrustedIpsProtectionMode$inboundSchema` instead. */
|
|
3320
|
-
TrustedIpsProtectionMode$.inboundSchema = TrustedIpsProtectionMode$inboundSchema;
|
|
3321
|
-
/** @deprecated use `TrustedIpsProtectionMode$outboundSchema` instead. */
|
|
3322
|
-
TrustedIpsProtectionMode$.outboundSchema = TrustedIpsProtectionMode$outboundSchema;
|
|
3323
|
-
})(TrustedIpsProtectionMode$ || (TrustedIpsProtectionMode$ = {}));
|
|
3324
|
-
/** @internal */
|
|
3325
|
-
export const CreateProjectTrustedIps1$inboundSchema = z.object({
|
|
3326
|
-
deploymentType: CreateProjectTrustedIpsDeploymentType$inboundSchema,
|
|
3327
|
-
addresses: z.array(z.lazy(() => TrustedIpsAddresses$inboundSchema)),
|
|
3328
|
-
protectionMode: TrustedIpsProtectionMode$inboundSchema,
|
|
3329
|
-
});
|
|
3330
|
-
/** @internal */
|
|
3331
|
-
export const CreateProjectTrustedIps1$outboundSchema = z.object({
|
|
3332
|
-
deploymentType: CreateProjectTrustedIpsDeploymentType$outboundSchema,
|
|
3333
|
-
addresses: z.array(z.lazy(() => TrustedIpsAddresses$outboundSchema)),
|
|
3334
|
-
protectionMode: TrustedIpsProtectionMode$outboundSchema,
|
|
3335
|
-
});
|
|
3336
|
-
/**
|
|
3337
|
-
* @internal
|
|
3338
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3339
|
-
*/
|
|
3340
|
-
export var CreateProjectTrustedIps1$;
|
|
3341
|
-
(function (CreateProjectTrustedIps1$) {
|
|
3342
|
-
/** @deprecated use `CreateProjectTrustedIps1$inboundSchema` instead. */
|
|
3343
|
-
CreateProjectTrustedIps1$.inboundSchema = CreateProjectTrustedIps1$inboundSchema;
|
|
3344
|
-
/** @deprecated use `CreateProjectTrustedIps1$outboundSchema` instead. */
|
|
3345
|
-
CreateProjectTrustedIps1$.outboundSchema = CreateProjectTrustedIps1$outboundSchema;
|
|
3346
|
-
})(CreateProjectTrustedIps1$ || (CreateProjectTrustedIps1$ = {}));
|
|
3347
|
-
/** @internal */
|
|
3348
|
-
export const CreateProjectTrustedIps$inboundSchema = z.union([
|
|
3349
|
-
z.lazy(() => CreateProjectTrustedIps2$inboundSchema),
|
|
3350
|
-
z.lazy(() => CreateProjectTrustedIps1$inboundSchema),
|
|
3351
|
-
]);
|
|
3352
|
-
/** @internal */
|
|
3353
|
-
export const CreateProjectTrustedIps$outboundSchema = z.union([
|
|
3354
|
-
z.lazy(() => CreateProjectTrustedIps2$outboundSchema),
|
|
3355
|
-
z.lazy(() => CreateProjectTrustedIps1$outboundSchema),
|
|
3356
|
-
]);
|
|
3357
|
-
/**
|
|
3358
|
-
* @internal
|
|
3359
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3360
|
-
*/
|
|
3361
|
-
export var CreateProjectTrustedIps$;
|
|
3362
|
-
(function (CreateProjectTrustedIps$) {
|
|
3363
|
-
/** @deprecated use `CreateProjectTrustedIps$inboundSchema` instead. */
|
|
3364
|
-
CreateProjectTrustedIps$.inboundSchema = CreateProjectTrustedIps$inboundSchema;
|
|
3365
|
-
/** @deprecated use `CreateProjectTrustedIps$outboundSchema` instead. */
|
|
3366
|
-
CreateProjectTrustedIps$.outboundSchema = CreateProjectTrustedIps$outboundSchema;
|
|
3367
|
-
})(CreateProjectTrustedIps$ || (CreateProjectTrustedIps$ = {}));
|
|
3368
|
-
/** @internal */
|
|
3369
|
-
export const CreateProjectGitComments$inboundSchema = z.object({
|
|
3370
|
-
onPullRequest: z.boolean(),
|
|
3371
|
-
onCommit: z.boolean(),
|
|
3372
|
-
});
|
|
3373
|
-
/** @internal */
|
|
3374
|
-
export const CreateProjectGitComments$outboundSchema = z.object({
|
|
3375
|
-
onPullRequest: z.boolean(),
|
|
3376
|
-
onCommit: z.boolean(),
|
|
3377
|
-
});
|
|
3378
|
-
/**
|
|
3379
|
-
* @internal
|
|
3380
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3381
|
-
*/
|
|
3382
|
-
export var CreateProjectGitComments$;
|
|
3383
|
-
(function (CreateProjectGitComments$) {
|
|
3384
|
-
/** @deprecated use `CreateProjectGitComments$inboundSchema` instead. */
|
|
3385
|
-
CreateProjectGitComments$.inboundSchema = CreateProjectGitComments$inboundSchema;
|
|
3386
|
-
/** @deprecated use `CreateProjectGitComments$outboundSchema` instead. */
|
|
3387
|
-
CreateProjectGitComments$.outboundSchema = CreateProjectGitComments$outboundSchema;
|
|
3388
|
-
})(CreateProjectGitComments$ || (CreateProjectGitComments$ = {}));
|
|
3389
|
-
/** @internal */
|
|
3390
|
-
export const CreateProjectWebAnalytics$inboundSchema = z.object({
|
|
3391
|
-
id: z.string(),
|
|
3392
|
-
disabledAt: z.number().optional(),
|
|
3393
|
-
canceledAt: z.number().optional(),
|
|
3394
|
-
enabledAt: z.number().optional(),
|
|
3395
|
-
hasData: z.boolean().optional(),
|
|
3396
|
-
});
|
|
3397
|
-
/** @internal */
|
|
3398
|
-
export const CreateProjectWebAnalytics$outboundSchema = z.object({
|
|
3399
|
-
id: z.string(),
|
|
3400
|
-
disabledAt: z.number().optional(),
|
|
3401
|
-
canceledAt: z.number().optional(),
|
|
3402
|
-
enabledAt: z.number().optional(),
|
|
3403
|
-
hasData: z.boolean().optional(),
|
|
3404
|
-
});
|
|
3405
|
-
/**
|
|
3406
|
-
* @internal
|
|
3407
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3408
|
-
*/
|
|
3409
|
-
export var CreateProjectWebAnalytics$;
|
|
3410
|
-
(function (CreateProjectWebAnalytics$) {
|
|
3411
|
-
/** @deprecated use `CreateProjectWebAnalytics$inboundSchema` instead. */
|
|
3412
|
-
CreateProjectWebAnalytics$.inboundSchema = CreateProjectWebAnalytics$inboundSchema;
|
|
3413
|
-
/** @deprecated use `CreateProjectWebAnalytics$outboundSchema` instead. */
|
|
3414
|
-
CreateProjectWebAnalytics$.outboundSchema = CreateProjectWebAnalytics$outboundSchema;
|
|
3415
|
-
})(CreateProjectWebAnalytics$ || (CreateProjectWebAnalytics$ = {}));
|
|
3416
|
-
/** @internal */
|
|
3417
|
-
export const CreateProjectSrc2$inboundSchema = z.object({
|
|
3418
|
-
re: z.string().optional(),
|
|
3419
|
-
eq: z.string().optional(),
|
|
3420
|
-
neq: z.string().optional(),
|
|
3421
|
-
inc: z.array(z.string()).optional(),
|
|
3422
|
-
ninc: z.array(z.string()).optional(),
|
|
3423
|
-
pre: z.string().optional(),
|
|
3424
|
-
suf: z.string().optional(),
|
|
3425
|
-
gt: z.number().optional(),
|
|
3426
|
-
gte: z.number().optional(),
|
|
3427
|
-
lt: z.number().optional(),
|
|
3428
|
-
lte: z.number().optional(),
|
|
3429
|
-
});
|
|
3430
|
-
/** @internal */
|
|
3431
|
-
export const CreateProjectSrc2$outboundSchema = z.object({
|
|
3432
|
-
re: z.string().optional(),
|
|
3433
|
-
eq: z.string().optional(),
|
|
3434
|
-
neq: z.string().optional(),
|
|
3435
|
-
inc: z.array(z.string()).optional(),
|
|
3436
|
-
ninc: z.array(z.string()).optional(),
|
|
3437
|
-
pre: z.string().optional(),
|
|
3438
|
-
suf: z.string().optional(),
|
|
3439
|
-
gt: z.number().optional(),
|
|
3440
|
-
gte: z.number().optional(),
|
|
3441
|
-
lt: z.number().optional(),
|
|
3442
|
-
lte: z.number().optional(),
|
|
3443
|
-
});
|
|
3444
|
-
/**
|
|
3445
|
-
* @internal
|
|
3446
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3447
|
-
*/
|
|
3448
|
-
export var CreateProjectSrc2$;
|
|
3449
|
-
(function (CreateProjectSrc2$) {
|
|
3450
|
-
/** @deprecated use `CreateProjectSrc2$inboundSchema` instead. */
|
|
3451
|
-
CreateProjectSrc2$.inboundSchema = CreateProjectSrc2$inboundSchema;
|
|
3452
|
-
/** @deprecated use `CreateProjectSrc2$outboundSchema` instead. */
|
|
3453
|
-
CreateProjectSrc2$.outboundSchema = CreateProjectSrc2$outboundSchema;
|
|
3454
|
-
})(CreateProjectSrc2$ || (CreateProjectSrc2$ = {}));
|
|
3455
|
-
/** @internal */
|
|
3456
|
-
export const CreateProjectSrc$inboundSchema = z.union([z.lazy(() => CreateProjectSrc2$inboundSchema), z.string()]);
|
|
3457
|
-
/** @internal */
|
|
3458
|
-
export const CreateProjectSrc$outboundSchema = z.union([z.lazy(() => CreateProjectSrc2$outboundSchema), z.string()]);
|
|
3459
|
-
/**
|
|
3460
|
-
* @internal
|
|
3461
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3462
|
-
*/
|
|
3463
|
-
export var CreateProjectSrc$;
|
|
3464
|
-
(function (CreateProjectSrc$) {
|
|
3465
|
-
/** @deprecated use `CreateProjectSrc$inboundSchema` instead. */
|
|
3466
|
-
CreateProjectSrc$.inboundSchema = CreateProjectSrc$inboundSchema;
|
|
3467
|
-
/** @deprecated use `CreateProjectSrc$outboundSchema` instead. */
|
|
3468
|
-
CreateProjectSrc$.outboundSchema = CreateProjectSrc$outboundSchema;
|
|
3469
|
-
})(CreateProjectSrc$ || (CreateProjectSrc$ = {}));
|
|
3470
|
-
/** @internal */
|
|
3471
|
-
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema = z.nativeEnum(CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType);
|
|
3472
|
-
/** @internal */
|
|
3473
|
-
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema;
|
|
3474
|
-
/**
|
|
3475
|
-
* @internal
|
|
3476
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3477
|
-
*/
|
|
3478
|
-
export var CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$;
|
|
3479
|
-
(function (CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$) {
|
|
3480
|
-
/** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema` instead. */
|
|
3481
|
-
CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$.inboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema;
|
|
3482
|
-
/** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema` instead. */
|
|
3483
|
-
CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$.outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema;
|
|
3484
|
-
})(CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$ || (CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$ = {}));
|
|
3485
|
-
/** @internal */
|
|
3486
|
-
export const CreateProjectValue2$inboundSchema = z.object({
|
|
3487
|
-
re: z.string().optional(),
|
|
3488
|
-
eq: z.string().optional(),
|
|
3489
|
-
neq: z.string().optional(),
|
|
3490
|
-
inc: z.array(z.string()).optional(),
|
|
3491
|
-
ninc: z.array(z.string()).optional(),
|
|
3492
|
-
pre: z.string().optional(),
|
|
3493
|
-
suf: z.string().optional(),
|
|
3494
|
-
gt: z.number().optional(),
|
|
3495
|
-
gte: z.number().optional(),
|
|
3496
|
-
lt: z.number().optional(),
|
|
3497
|
-
lte: z.number().optional(),
|
|
3498
|
-
});
|
|
3499
|
-
/** @internal */
|
|
3500
|
-
export const CreateProjectValue2$outboundSchema = z.object({
|
|
3501
|
-
re: z.string().optional(),
|
|
3502
|
-
eq: z.string().optional(),
|
|
3503
|
-
neq: z.string().optional(),
|
|
3504
|
-
inc: z.array(z.string()).optional(),
|
|
3505
|
-
ninc: z.array(z.string()).optional(),
|
|
3506
|
-
pre: z.string().optional(),
|
|
3507
|
-
suf: z.string().optional(),
|
|
3508
|
-
gt: z.number().optional(),
|
|
3509
|
-
gte: z.number().optional(),
|
|
3510
|
-
lt: z.number().optional(),
|
|
3511
|
-
lte: z.number().optional(),
|
|
3512
|
-
});
|
|
3513
|
-
/**
|
|
3514
|
-
* @internal
|
|
3515
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3516
|
-
*/
|
|
3517
|
-
export var CreateProjectValue2$;
|
|
3518
|
-
(function (CreateProjectValue2$) {
|
|
3519
|
-
/** @deprecated use `CreateProjectValue2$inboundSchema` instead. */
|
|
3520
|
-
CreateProjectValue2$.inboundSchema = CreateProjectValue2$inboundSchema;
|
|
3521
|
-
/** @deprecated use `CreateProjectValue2$outboundSchema` instead. */
|
|
3522
|
-
CreateProjectValue2$.outboundSchema = CreateProjectValue2$outboundSchema;
|
|
3523
|
-
})(CreateProjectValue2$ || (CreateProjectValue2$ = {}));
|
|
3524
|
-
/** @internal */
|
|
3525
|
-
export const CreateProjectValue$inboundSchema = z.union([z.lazy(() => CreateProjectValue2$inboundSchema), z.string()]);
|
|
3526
|
-
/** @internal */
|
|
3527
|
-
export const CreateProjectValue$outboundSchema = z.union([z.lazy(() => CreateProjectValue2$outboundSchema), z.string()]);
|
|
3528
|
-
/**
|
|
3529
|
-
* @internal
|
|
3530
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3531
|
-
*/
|
|
3532
|
-
export var CreateProjectValue$;
|
|
3533
|
-
(function (CreateProjectValue$) {
|
|
3534
|
-
/** @deprecated use `CreateProjectValue$inboundSchema` instead. */
|
|
3535
|
-
CreateProjectValue$.inboundSchema = CreateProjectValue$inboundSchema;
|
|
3536
|
-
/** @deprecated use `CreateProjectValue$outboundSchema` instead. */
|
|
3537
|
-
CreateProjectValue$.outboundSchema = CreateProjectValue$outboundSchema;
|
|
3538
|
-
})(CreateProjectValue$ || (CreateProjectValue$ = {}));
|
|
3539
|
-
/** @internal */
|
|
3540
|
-
export const CreateProjectHas$inboundSchema = z.object({
|
|
3541
|
-
type: CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema,
|
|
3542
|
-
key: z.string().optional(),
|
|
3543
|
-
value: z.union([z.lazy(() => CreateProjectValue2$inboundSchema), z.string()])
|
|
3544
|
-
.optional(),
|
|
3545
|
-
});
|
|
3546
|
-
/** @internal */
|
|
3547
|
-
export const CreateProjectHas$outboundSchema = z.object({
|
|
3548
|
-
type: CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema,
|
|
3549
|
-
key: z.string().optional(),
|
|
3550
|
-
value: z.union([z.lazy(() => CreateProjectValue2$outboundSchema), z.string()])
|
|
3551
|
-
.optional(),
|
|
3552
|
-
});
|
|
3553
|
-
/**
|
|
3554
|
-
* @internal
|
|
3555
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3556
|
-
*/
|
|
3557
|
-
export var CreateProjectHas$;
|
|
3558
|
-
(function (CreateProjectHas$) {
|
|
3559
|
-
/** @deprecated use `CreateProjectHas$inboundSchema` instead. */
|
|
3560
|
-
CreateProjectHas$.inboundSchema = CreateProjectHas$inboundSchema;
|
|
3561
|
-
/** @deprecated use `CreateProjectHas$outboundSchema` instead. */
|
|
3562
|
-
CreateProjectHas$.outboundSchema = CreateProjectHas$outboundSchema;
|
|
3563
|
-
})(CreateProjectHas$ || (CreateProjectHas$ = {}));
|
|
3564
|
-
/** @internal */
|
|
3565
|
-
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema = z.nativeEnum(CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType);
|
|
3566
|
-
/** @internal */
|
|
3567
|
-
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema;
|
|
3568
|
-
/**
|
|
3569
|
-
* @internal
|
|
3570
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3571
|
-
*/
|
|
3572
|
-
export var CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$;
|
|
3573
|
-
(function (CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$) {
|
|
3574
|
-
/** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema` instead. */
|
|
3575
|
-
CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$.inboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema;
|
|
3576
|
-
/** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema` instead. */
|
|
3577
|
-
CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$.outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema;
|
|
3578
|
-
})(CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$ || (CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$ = {}));
|
|
3579
|
-
/** @internal */
|
|
3580
|
-
export const CreateProjectValueProjects2$inboundSchema = z.object({
|
|
3581
|
-
re: z.string().optional(),
|
|
3582
|
-
eq: z.string().optional(),
|
|
3583
|
-
neq: z.string().optional(),
|
|
3584
|
-
inc: z.array(z.string()).optional(),
|
|
3585
|
-
ninc: z.array(z.string()).optional(),
|
|
3586
|
-
pre: z.string().optional(),
|
|
3587
|
-
suf: z.string().optional(),
|
|
3588
|
-
gt: z.number().optional(),
|
|
3589
|
-
gte: z.number().optional(),
|
|
3590
|
-
lt: z.number().optional(),
|
|
3591
|
-
lte: z.number().optional(),
|
|
3592
|
-
});
|
|
3593
|
-
/** @internal */
|
|
3594
|
-
export const CreateProjectValueProjects2$outboundSchema = z.object({
|
|
3595
|
-
re: z.string().optional(),
|
|
3596
|
-
eq: z.string().optional(),
|
|
3597
|
-
neq: z.string().optional(),
|
|
3598
|
-
inc: z.array(z.string()).optional(),
|
|
3599
|
-
ninc: z.array(z.string()).optional(),
|
|
3600
|
-
pre: z.string().optional(),
|
|
3601
|
-
suf: z.string().optional(),
|
|
3602
|
-
gt: z.number().optional(),
|
|
3603
|
-
gte: z.number().optional(),
|
|
3604
|
-
lt: z.number().optional(),
|
|
3605
|
-
lte: z.number().optional(),
|
|
3606
|
-
});
|
|
3607
|
-
/**
|
|
3608
|
-
* @internal
|
|
3609
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3610
|
-
*/
|
|
3611
|
-
export var CreateProjectValueProjects2$;
|
|
3612
|
-
(function (CreateProjectValueProjects2$) {
|
|
3613
|
-
/** @deprecated use `CreateProjectValueProjects2$inboundSchema` instead. */
|
|
3614
|
-
CreateProjectValueProjects2$.inboundSchema = CreateProjectValueProjects2$inboundSchema;
|
|
3615
|
-
/** @deprecated use `CreateProjectValueProjects2$outboundSchema` instead. */
|
|
3616
|
-
CreateProjectValueProjects2$.outboundSchema = CreateProjectValueProjects2$outboundSchema;
|
|
3617
|
-
})(CreateProjectValueProjects2$ || (CreateProjectValueProjects2$ = {}));
|
|
3618
|
-
/** @internal */
|
|
3619
|
-
export const CreateProjectProjectsValue$inboundSchema = z.union([
|
|
3620
|
-
z.lazy(() => CreateProjectValueProjects2$inboundSchema),
|
|
3621
|
-
z.string(),
|
|
3622
|
-
]);
|
|
3623
|
-
/** @internal */
|
|
3624
|
-
export const CreateProjectProjectsValue$outboundSchema = z.union([
|
|
3625
|
-
z.lazy(() => CreateProjectValueProjects2$outboundSchema),
|
|
3626
|
-
z.string(),
|
|
3627
|
-
]);
|
|
3628
|
-
/**
|
|
3629
|
-
* @internal
|
|
3630
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3631
|
-
*/
|
|
3632
|
-
export var CreateProjectProjectsValue$;
|
|
3633
|
-
(function (CreateProjectProjectsValue$) {
|
|
3634
|
-
/** @deprecated use `CreateProjectProjectsValue$inboundSchema` instead. */
|
|
3635
|
-
CreateProjectProjectsValue$.inboundSchema = CreateProjectProjectsValue$inboundSchema;
|
|
3636
|
-
/** @deprecated use `CreateProjectProjectsValue$outboundSchema` instead. */
|
|
3637
|
-
CreateProjectProjectsValue$.outboundSchema = CreateProjectProjectsValue$outboundSchema;
|
|
3638
|
-
})(CreateProjectProjectsValue$ || (CreateProjectProjectsValue$ = {}));
|
|
3639
|
-
/** @internal */
|
|
3640
|
-
export const CreateProjectMissing$inboundSchema = z.object({
|
|
3641
|
-
type: CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema,
|
|
3642
|
-
key: z.string().optional(),
|
|
3643
|
-
value: z.union([
|
|
3644
|
-
z.lazy(() => CreateProjectValueProjects2$inboundSchema),
|
|
3645
|
-
z.string(),
|
|
3646
|
-
]).optional(),
|
|
3647
|
-
});
|
|
3648
|
-
/** @internal */
|
|
3649
|
-
export const CreateProjectMissing$outboundSchema = z.object({
|
|
3650
|
-
type: CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema,
|
|
3651
|
-
key: z.string().optional(),
|
|
3652
|
-
value: z.union([
|
|
3653
|
-
z.lazy(() => CreateProjectValueProjects2$outboundSchema),
|
|
3654
|
-
z.string(),
|
|
3655
|
-
]).optional(),
|
|
3656
|
-
});
|
|
3657
|
-
/**
|
|
3658
|
-
* @internal
|
|
3659
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3660
|
-
*/
|
|
3661
|
-
export var CreateProjectMissing$;
|
|
3662
|
-
(function (CreateProjectMissing$) {
|
|
3663
|
-
/** @deprecated use `CreateProjectMissing$inboundSchema` instead. */
|
|
3664
|
-
CreateProjectMissing$.inboundSchema = CreateProjectMissing$inboundSchema;
|
|
3665
|
-
/** @deprecated use `CreateProjectMissing$outboundSchema` instead. */
|
|
3666
|
-
CreateProjectMissing$.outboundSchema = CreateProjectMissing$outboundSchema;
|
|
3667
|
-
})(CreateProjectMissing$ || (CreateProjectMissing$ = {}));
|
|
3668
|
-
/** @internal */
|
|
3669
|
-
export const CreateProjectHandle$inboundSchema = z.nativeEnum(CreateProjectHandle);
|
|
3670
|
-
/** @internal */
|
|
3671
|
-
export const CreateProjectHandle$outboundSchema = CreateProjectHandle$inboundSchema;
|
|
3672
|
-
/**
|
|
3673
|
-
* @internal
|
|
3674
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3675
|
-
*/
|
|
3676
|
-
export var CreateProjectHandle$;
|
|
3677
|
-
(function (CreateProjectHandle$) {
|
|
3678
|
-
/** @deprecated use `CreateProjectHandle$inboundSchema` instead. */
|
|
3679
|
-
CreateProjectHandle$.inboundSchema = CreateProjectHandle$inboundSchema;
|
|
3680
|
-
/** @deprecated use `CreateProjectHandle$outboundSchema` instead. */
|
|
3681
|
-
CreateProjectHandle$.outboundSchema = CreateProjectHandle$outboundSchema;
|
|
3682
|
-
})(CreateProjectHandle$ || (CreateProjectHandle$ = {}));
|
|
3683
|
-
/** @internal */
|
|
3684
|
-
export const CreateProjectAction$inboundSchema = z.nativeEnum(CreateProjectAction);
|
|
3685
|
-
/** @internal */
|
|
3686
|
-
export const CreateProjectAction$outboundSchema = CreateProjectAction$inboundSchema;
|
|
3687
|
-
/**
|
|
3688
|
-
* @internal
|
|
3689
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3690
|
-
*/
|
|
3691
|
-
export var CreateProjectAction$;
|
|
3692
|
-
(function (CreateProjectAction$) {
|
|
3693
|
-
/** @deprecated use `CreateProjectAction$inboundSchema` instead. */
|
|
3694
|
-
CreateProjectAction$.inboundSchema = CreateProjectAction$inboundSchema;
|
|
3695
|
-
/** @deprecated use `CreateProjectAction$outboundSchema` instead. */
|
|
3696
|
-
CreateProjectAction$.outboundSchema = CreateProjectAction$outboundSchema;
|
|
3697
|
-
})(CreateProjectAction$ || (CreateProjectAction$ = {}));
|
|
3698
|
-
/** @internal */
|
|
3699
|
-
export const CreateProjectAlgo$inboundSchema = z.nativeEnum(CreateProjectAlgo);
|
|
3700
|
-
/** @internal */
|
|
3701
|
-
export const CreateProjectAlgo$outboundSchema = CreateProjectAlgo$inboundSchema;
|
|
3702
|
-
/**
|
|
3703
|
-
* @internal
|
|
3704
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3705
|
-
*/
|
|
3706
|
-
export var CreateProjectAlgo$;
|
|
3707
|
-
(function (CreateProjectAlgo$) {
|
|
3708
|
-
/** @deprecated use `CreateProjectAlgo$inboundSchema` instead. */
|
|
3709
|
-
CreateProjectAlgo$.inboundSchema = CreateProjectAlgo$inboundSchema;
|
|
3710
|
-
/** @deprecated use `CreateProjectAlgo$outboundSchema` instead. */
|
|
3711
|
-
CreateProjectAlgo$.outboundSchema = CreateProjectAlgo$outboundSchema;
|
|
3712
|
-
})(CreateProjectAlgo$ || (CreateProjectAlgo$ = {}));
|
|
3713
|
-
/** @internal */
|
|
3714
|
-
export const CreateProjectErl$inboundSchema = z.object({
|
|
3715
|
-
algo: CreateProjectAlgo$inboundSchema,
|
|
3716
|
-
window: z.number(),
|
|
3717
|
-
limit: z.number(),
|
|
3718
|
-
keys: z.array(z.string()),
|
|
3719
|
-
});
|
|
3720
|
-
/** @internal */
|
|
3721
|
-
export const CreateProjectErl$outboundSchema = z.object({
|
|
3722
|
-
algo: CreateProjectAlgo$outboundSchema,
|
|
3723
|
-
window: z.number(),
|
|
3724
|
-
limit: z.number(),
|
|
3725
|
-
keys: z.array(z.string()),
|
|
3726
|
-
});
|
|
3727
|
-
/**
|
|
3728
|
-
* @internal
|
|
3729
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3730
|
-
*/
|
|
3731
|
-
export var CreateProjectErl$;
|
|
3732
|
-
(function (CreateProjectErl$) {
|
|
3733
|
-
/** @deprecated use `CreateProjectErl$inboundSchema` instead. */
|
|
3734
|
-
CreateProjectErl$.inboundSchema = CreateProjectErl$inboundSchema;
|
|
3735
|
-
/** @deprecated use `CreateProjectErl$outboundSchema` instead. */
|
|
3736
|
-
CreateProjectErl$.outboundSchema = CreateProjectErl$outboundSchema;
|
|
3737
|
-
})(CreateProjectErl$ || (CreateProjectErl$ = {}));
|
|
3738
|
-
/** @internal */
|
|
3739
|
-
export const CreateProjectMitigate$inboundSchema = z.object({
|
|
3740
|
-
action: CreateProjectAction$inboundSchema,
|
|
3741
|
-
rule_id: z.string(),
|
|
3742
|
-
ttl: z.number().optional(),
|
|
3743
|
-
erl: z.lazy(() => CreateProjectErl$inboundSchema).optional(),
|
|
3744
|
-
}).transform((v) => {
|
|
3745
|
-
return remap$(v, {
|
|
3746
|
-
"rule_id": "ruleId",
|
|
3747
|
-
});
|
|
3748
|
-
});
|
|
3749
|
-
/** @internal */
|
|
3750
|
-
export const CreateProjectMitigate$outboundSchema = z.object({
|
|
3751
|
-
action: CreateProjectAction$outboundSchema,
|
|
3752
|
-
ruleId: z.string(),
|
|
3753
|
-
ttl: z.number().optional(),
|
|
3754
|
-
erl: z.lazy(() => CreateProjectErl$outboundSchema).optional(),
|
|
3755
|
-
}).transform((v) => {
|
|
3756
|
-
return remap$(v, {
|
|
3757
|
-
ruleId: "rule_id",
|
|
3758
|
-
});
|
|
3759
|
-
});
|
|
3760
|
-
/**
|
|
3761
|
-
* @internal
|
|
3762
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3763
|
-
*/
|
|
3764
|
-
export var CreateProjectMitigate$;
|
|
3765
|
-
(function (CreateProjectMitigate$) {
|
|
3766
|
-
/** @deprecated use `CreateProjectMitigate$inboundSchema` instead. */
|
|
3767
|
-
CreateProjectMitigate$.inboundSchema = CreateProjectMitigate$inboundSchema;
|
|
3768
|
-
/** @deprecated use `CreateProjectMitigate$outboundSchema` instead. */
|
|
3769
|
-
CreateProjectMitigate$.outboundSchema = CreateProjectMitigate$outboundSchema;
|
|
3770
|
-
})(CreateProjectMitigate$ || (CreateProjectMitigate$ = {}));
|
|
3771
|
-
/** @internal */
|
|
3772
|
-
export const CreateProjectFirewallRoutes$inboundSchema = z.object({
|
|
3773
|
-
src: z.union([z.lazy(() => CreateProjectSrc2$inboundSchema), z.string()])
|
|
3774
|
-
.optional(),
|
|
3775
|
-
has: z.array(z.lazy(() => CreateProjectHas$inboundSchema)).optional(),
|
|
3776
|
-
missing: z.array(z.lazy(() => CreateProjectMissing$inboundSchema)).optional(),
|
|
3777
|
-
dest: z.string().optional(),
|
|
3778
|
-
status: z.number().optional(),
|
|
3779
|
-
handle: CreateProjectHandle$inboundSchema.optional(),
|
|
3780
|
-
mitigate: z.lazy(() => CreateProjectMitigate$inboundSchema).optional(),
|
|
3781
|
-
});
|
|
3782
|
-
/** @internal */
|
|
3783
|
-
export const CreateProjectFirewallRoutes$outboundSchema = z.object({
|
|
3784
|
-
src: z.union([z.lazy(() => CreateProjectSrc2$outboundSchema), z.string()])
|
|
3785
|
-
.optional(),
|
|
3786
|
-
has: z.array(z.lazy(() => CreateProjectHas$outboundSchema)).optional(),
|
|
3787
|
-
missing: z.array(z.lazy(() => CreateProjectMissing$outboundSchema))
|
|
3788
|
-
.optional(),
|
|
3789
|
-
dest: z.string().optional(),
|
|
3790
|
-
status: z.number().optional(),
|
|
3791
|
-
handle: CreateProjectHandle$outboundSchema.optional(),
|
|
3792
|
-
mitigate: z.lazy(() => CreateProjectMitigate$outboundSchema).optional(),
|
|
3793
|
-
});
|
|
3794
|
-
/**
|
|
3795
|
-
* @internal
|
|
3796
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3797
|
-
*/
|
|
3798
|
-
export var CreateProjectFirewallRoutes$;
|
|
3799
|
-
(function (CreateProjectFirewallRoutes$) {
|
|
3800
|
-
/** @deprecated use `CreateProjectFirewallRoutes$inboundSchema` instead. */
|
|
3801
|
-
CreateProjectFirewallRoutes$.inboundSchema = CreateProjectFirewallRoutes$inboundSchema;
|
|
3802
|
-
/** @deprecated use `CreateProjectFirewallRoutes$outboundSchema` instead. */
|
|
3803
|
-
CreateProjectFirewallRoutes$.outboundSchema = CreateProjectFirewallRoutes$outboundSchema;
|
|
3804
|
-
})(CreateProjectFirewallRoutes$ || (CreateProjectFirewallRoutes$ = {}));
|
|
3805
|
-
/** @internal */
|
|
3806
|
-
export const CreateProjectSecurity$inboundSchema = z.object({
|
|
3807
|
-
attackModeEnabled: z.boolean().optional(),
|
|
3808
|
-
attackModeUpdatedAt: z.number().optional(),
|
|
3809
|
-
firewallEnabled: z.boolean().optional(),
|
|
3810
|
-
firewallUpdatedAt: z.number().optional(),
|
|
3811
|
-
attackModeActiveUntil: z.nullable(z.number()).optional(),
|
|
3812
|
-
firewallConfigVersion: z.number().optional(),
|
|
3813
|
-
firewallRoutes: z.array(z.lazy(() => CreateProjectFirewallRoutes$inboundSchema)).optional(),
|
|
3814
|
-
firewallSeawallEnabled: z.boolean().optional(),
|
|
3815
|
-
ja3Enabled: z.boolean().optional(),
|
|
3816
|
-
ja4Enabled: z.boolean().optional(),
|
|
3817
|
-
});
|
|
3818
|
-
/** @internal */
|
|
3819
|
-
export const CreateProjectSecurity$outboundSchema = z.object({
|
|
3820
|
-
attackModeEnabled: z.boolean().optional(),
|
|
3821
|
-
attackModeUpdatedAt: z.number().optional(),
|
|
3822
|
-
firewallEnabled: z.boolean().optional(),
|
|
3823
|
-
firewallUpdatedAt: z.number().optional(),
|
|
3824
|
-
attackModeActiveUntil: z.nullable(z.number()).optional(),
|
|
3825
|
-
firewallConfigVersion: z.number().optional(),
|
|
3826
|
-
firewallRoutes: z.array(z.lazy(() => CreateProjectFirewallRoutes$outboundSchema)).optional(),
|
|
3827
|
-
firewallSeawallEnabled: z.boolean().optional(),
|
|
3828
|
-
ja3Enabled: z.boolean().optional(),
|
|
3829
|
-
ja4Enabled: z.boolean().optional(),
|
|
3830
|
-
});
|
|
3831
|
-
/**
|
|
3832
|
-
* @internal
|
|
3833
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3834
|
-
*/
|
|
3835
|
-
export var CreateProjectSecurity$;
|
|
3836
|
-
(function (CreateProjectSecurity$) {
|
|
3837
|
-
/** @deprecated use `CreateProjectSecurity$inboundSchema` instead. */
|
|
3838
|
-
CreateProjectSecurity$.inboundSchema = CreateProjectSecurity$inboundSchema;
|
|
3839
|
-
/** @deprecated use `CreateProjectSecurity$outboundSchema` instead. */
|
|
3840
|
-
CreateProjectSecurity$.outboundSchema = CreateProjectSecurity$outboundSchema;
|
|
3841
|
-
})(CreateProjectSecurity$ || (CreateProjectSecurity$ = {}));
|
|
3842
|
-
/** @internal */
|
|
3843
|
-
export const CreateProjectIssuerMode$inboundSchema = z.nativeEnum(CreateProjectIssuerMode);
|
|
3844
|
-
/** @internal */
|
|
3845
|
-
export const CreateProjectIssuerMode$outboundSchema = CreateProjectIssuerMode$inboundSchema;
|
|
3846
|
-
/**
|
|
3847
|
-
* @internal
|
|
3848
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3849
|
-
*/
|
|
3850
|
-
export var CreateProjectIssuerMode$;
|
|
3851
|
-
(function (CreateProjectIssuerMode$) {
|
|
3852
|
-
/** @deprecated use `CreateProjectIssuerMode$inboundSchema` instead. */
|
|
3853
|
-
CreateProjectIssuerMode$.inboundSchema = CreateProjectIssuerMode$inboundSchema;
|
|
3854
|
-
/** @deprecated use `CreateProjectIssuerMode$outboundSchema` instead. */
|
|
3855
|
-
CreateProjectIssuerMode$.outboundSchema = CreateProjectIssuerMode$outboundSchema;
|
|
3856
|
-
})(CreateProjectIssuerMode$ || (CreateProjectIssuerMode$ = {}));
|
|
3857
|
-
/** @internal */
|
|
3858
|
-
export const CreateProjectOidcTokenConfig$inboundSchema = z.object({
|
|
3859
|
-
enabled: z.boolean(),
|
|
3860
|
-
issuerMode: CreateProjectIssuerMode$inboundSchema.optional(),
|
|
3861
|
-
});
|
|
3862
|
-
/** @internal */
|
|
3863
|
-
export const CreateProjectOidcTokenConfig$outboundSchema = z.object({
|
|
3864
|
-
enabled: z.boolean(),
|
|
3865
|
-
issuerMode: CreateProjectIssuerMode$outboundSchema.optional(),
|
|
3866
|
-
});
|
|
3867
|
-
/**
|
|
3868
|
-
* @internal
|
|
3869
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3870
|
-
*/
|
|
3871
|
-
export var CreateProjectOidcTokenConfig$;
|
|
3872
|
-
(function (CreateProjectOidcTokenConfig$) {
|
|
3873
|
-
/** @deprecated use `CreateProjectOidcTokenConfig$inboundSchema` instead. */
|
|
3874
|
-
CreateProjectOidcTokenConfig$.inboundSchema = CreateProjectOidcTokenConfig$inboundSchema;
|
|
3875
|
-
/** @deprecated use `CreateProjectOidcTokenConfig$outboundSchema` instead. */
|
|
3876
|
-
CreateProjectOidcTokenConfig$.outboundSchema = CreateProjectOidcTokenConfig$outboundSchema;
|
|
3877
|
-
})(CreateProjectOidcTokenConfig$ || (CreateProjectOidcTokenConfig$ = {}));
|
|
3878
|
-
/** @internal */
|
|
3879
|
-
export const CreateProjectTier$inboundSchema = z.nativeEnum(CreateProjectTier);
|
|
3880
|
-
/** @internal */
|
|
3881
|
-
export const CreateProjectTier$outboundSchema = CreateProjectTier$inboundSchema;
|
|
3882
|
-
/**
|
|
3883
|
-
* @internal
|
|
3884
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3885
|
-
*/
|
|
3886
|
-
export var CreateProjectTier$;
|
|
3887
|
-
(function (CreateProjectTier$) {
|
|
3888
|
-
/** @deprecated use `CreateProjectTier$inboundSchema` instead. */
|
|
3889
|
-
CreateProjectTier$.inboundSchema = CreateProjectTier$inboundSchema;
|
|
3890
|
-
/** @deprecated use `CreateProjectTier$outboundSchema` instead. */
|
|
3891
|
-
CreateProjectTier$.outboundSchema = CreateProjectTier$outboundSchema;
|
|
3892
|
-
})(CreateProjectTier$ || (CreateProjectTier$ = {}));
|
|
3893
|
-
/** @internal */
|
|
3894
|
-
export const CreateProjectResponseBody$inboundSchema = z.object({
|
|
3895
|
-
accountId: z.string(),
|
|
3896
|
-
analytics: z.lazy(() => CreateProjectAnalytics$inboundSchema).optional(),
|
|
3897
|
-
speedInsights: z.lazy(() => CreateProjectSpeedInsights$inboundSchema)
|
|
3898
|
-
.optional(),
|
|
3899
|
-
autoExposeSystemEnvs: z.boolean().optional(),
|
|
3900
|
-
autoAssignCustomDomains: z.boolean().optional(),
|
|
3901
|
-
autoAssignCustomDomainsUpdatedBy: z.string().optional(),
|
|
3902
|
-
buildCommand: z.nullable(z.string()).optional(),
|
|
3903
|
-
commandForIgnoringBuildStep: z.nullable(z.string()).optional(),
|
|
3904
|
-
connectConfigurationId: z.nullable(z.string()).optional(),
|
|
3905
|
-
connectBuildsEnabled: z.boolean().optional(),
|
|
3906
|
-
createdAt: z.number().optional(),
|
|
3907
|
-
customerSupportCodeVisibility: z.boolean().optional(),
|
|
3908
|
-
crons: z.lazy(() => CreateProjectCrons$inboundSchema).optional(),
|
|
3909
|
-
dataCache: z.lazy(() => CreateProjectDataCache$inboundSchema).optional(),
|
|
3910
|
-
deploymentExpiration: z.nullable(z.lazy(() => CreateProjectDeploymentExpiration$inboundSchema)).optional(),
|
|
3911
|
-
devCommand: z.nullable(z.string()).optional(),
|
|
3912
|
-
directoryListing: z.boolean(),
|
|
3913
|
-
installCommand: z.nullable(z.string()).optional(),
|
|
3914
|
-
env: z.array(z.lazy(() => CreateProjectEnv$inboundSchema)).optional(),
|
|
3915
|
-
customEnvironments: z.array(z.lazy(() => CreateProjectCustomEnvironments$inboundSchema)).optional(),
|
|
3916
|
-
framework: z.nullable(CreateProjectProjectsFramework$inboundSchema)
|
|
3917
|
-
.optional(),
|
|
3918
|
-
gitForkProtection: z.boolean().optional(),
|
|
3919
|
-
gitLFS: z.boolean().optional(),
|
|
3920
|
-
id: z.string(),
|
|
3921
|
-
ipBuckets: z.array(z.lazy(() => CreateProjectIpBuckets$inboundSchema))
|
|
3922
|
-
.optional(),
|
|
3923
|
-
latestDeployments: z.array(z.lazy(() => CreateProjectLatestDeployments$inboundSchema)).optional(),
|
|
3924
|
-
link: z.union([
|
|
3925
|
-
z.lazy(() => CreateProjectLink1$inboundSchema),
|
|
3926
|
-
z.lazy(() => CreateProjectLink3$inboundSchema),
|
|
3927
|
-
z.lazy(() => CreateProjectLink2$inboundSchema),
|
|
3928
|
-
]).optional(),
|
|
3929
|
-
name: z.string(),
|
|
3930
|
-
nodeVersion: CreateProjectNodeVersion$inboundSchema,
|
|
3931
|
-
optionsAllowlist: z.nullable(z.lazy(() => CreateProjectOptionsAllowlist$inboundSchema)).optional(),
|
|
3932
|
-
outputDirectory: z.nullable(z.string()).optional(),
|
|
3933
|
-
passiveConnectConfigurationId: z.nullable(z.string()).optional(),
|
|
3934
|
-
passwordProtection: z.nullable(z.lazy(() => CreateProjectPasswordProtection$inboundSchema)).optional(),
|
|
3935
|
-
productionDeploymentsFastLane: z.boolean().optional(),
|
|
3936
|
-
publicSource: z.nullable(z.boolean()).optional(),
|
|
3937
|
-
resourceConfig: z.lazy(() => CreateProjectResourceConfig$inboundSchema)
|
|
3938
|
-
.optional(),
|
|
3939
|
-
rootDirectory: z.nullable(z.string()).optional(),
|
|
3940
|
-
serverlessFunctionRegion: z.nullable(z.string()).optional(),
|
|
3941
|
-
serverlessFunctionZeroConfigFailover: z.boolean().optional(),
|
|
3942
|
-
skewProtectionBoundaryAt: z.number().optional(),
|
|
3943
|
-
skewProtectionMaxAge: z.number().optional(),
|
|
3944
|
-
skipGitConnectDuringLink: z.boolean().optional(),
|
|
3945
|
-
sourceFilesOutsideRootDirectory: z.boolean().optional(),
|
|
3946
|
-
enableAffectedProjectsDeployments: z.boolean().optional(),
|
|
3947
|
-
ssoProtection: z.nullable(z.lazy(() => CreateProjectSsoProtection$inboundSchema)).optional(),
|
|
3948
|
-
targets: z.record(z.lazy(() => CreateProjectTargets$inboundSchema))
|
|
3949
|
-
.optional(),
|
|
3950
|
-
transferCompletedAt: z.number().optional(),
|
|
3951
|
-
transferStartedAt: z.number().optional(),
|
|
3952
|
-
transferToAccountId: z.string().optional(),
|
|
3953
|
-
transferredFromAccountId: z.string().optional(),
|
|
3954
|
-
updatedAt: z.number().optional(),
|
|
3955
|
-
live: z.boolean().optional(),
|
|
3956
|
-
enablePreviewFeedback: z.nullable(z.boolean()).optional(),
|
|
3957
|
-
enableProductionFeedback: z.nullable(z.boolean()).optional(),
|
|
3958
|
-
permissions: z.lazy(() => CreateProjectPermissions$inboundSchema).optional(),
|
|
3959
|
-
lastRollbackTarget: z.nullable(z.lazy(() => CreateProjectLastRollbackTarget$inboundSchema)).optional(),
|
|
3960
|
-
lastAliasRequest: z.nullable(z.lazy(() => CreateProjectLastAliasRequest$inboundSchema)).optional(),
|
|
3961
|
-
hasFloatingAliases: z.boolean().optional(),
|
|
3962
|
-
protectionBypass: z.record(z.lazy(() => CreateProjectProtectionBypass$inboundSchema)).optional(),
|
|
3963
|
-
hasActiveBranches: z.boolean().optional(),
|
|
3964
|
-
trustedIps: z.nullable(z.union([
|
|
3965
|
-
z.lazy(() => CreateProjectTrustedIps2$inboundSchema),
|
|
3966
|
-
z.lazy(() => CreateProjectTrustedIps1$inboundSchema),
|
|
3967
|
-
])).optional(),
|
|
3968
|
-
gitComments: z.lazy(() => CreateProjectGitComments$inboundSchema).optional(),
|
|
3969
|
-
paused: z.boolean().optional(),
|
|
3970
|
-
concurrencyBucketName: z.string().optional(),
|
|
3971
|
-
webAnalytics: z.lazy(() => CreateProjectWebAnalytics$inboundSchema)
|
|
3972
|
-
.optional(),
|
|
3973
|
-
security: z.lazy(() => CreateProjectSecurity$inboundSchema).optional(),
|
|
3974
|
-
oidcTokenConfig: z.lazy(() => CreateProjectOidcTokenConfig$inboundSchema)
|
|
3975
|
-
.optional(),
|
|
3976
|
-
tier: CreateProjectTier$inboundSchema.optional(),
|
|
3977
|
-
});
|
|
3978
|
-
/** @internal */
|
|
3979
|
-
export const CreateProjectResponseBody$outboundSchema = z.object({
|
|
3980
|
-
accountId: z.string(),
|
|
3981
|
-
analytics: z.lazy(() => CreateProjectAnalytics$outboundSchema).optional(),
|
|
3982
|
-
speedInsights: z.lazy(() => CreateProjectSpeedInsights$outboundSchema)
|
|
3983
|
-
.optional(),
|
|
3984
|
-
autoExposeSystemEnvs: z.boolean().optional(),
|
|
3985
|
-
autoAssignCustomDomains: z.boolean().optional(),
|
|
3986
|
-
autoAssignCustomDomainsUpdatedBy: z.string().optional(),
|
|
3987
|
-
buildCommand: z.nullable(z.string()).optional(),
|
|
3988
|
-
commandForIgnoringBuildStep: z.nullable(z.string()).optional(),
|
|
3989
|
-
connectConfigurationId: z.nullable(z.string()).optional(),
|
|
3990
|
-
connectBuildsEnabled: z.boolean().optional(),
|
|
3991
|
-
createdAt: z.number().optional(),
|
|
3992
|
-
customerSupportCodeVisibility: z.boolean().optional(),
|
|
3993
|
-
crons: z.lazy(() => CreateProjectCrons$outboundSchema).optional(),
|
|
3994
|
-
dataCache: z.lazy(() => CreateProjectDataCache$outboundSchema).optional(),
|
|
3995
|
-
deploymentExpiration: z.nullable(z.lazy(() => CreateProjectDeploymentExpiration$outboundSchema)).optional(),
|
|
3996
|
-
devCommand: z.nullable(z.string()).optional(),
|
|
3997
|
-
directoryListing: z.boolean(),
|
|
3998
|
-
installCommand: z.nullable(z.string()).optional(),
|
|
3999
|
-
env: z.array(z.lazy(() => CreateProjectEnv$outboundSchema)).optional(),
|
|
4000
|
-
customEnvironments: z.array(z.lazy(() => CreateProjectCustomEnvironments$outboundSchema)).optional(),
|
|
4001
|
-
framework: z.nullable(CreateProjectProjectsFramework$outboundSchema)
|
|
4002
|
-
.optional(),
|
|
4003
|
-
gitForkProtection: z.boolean().optional(),
|
|
4004
|
-
gitLFS: z.boolean().optional(),
|
|
4005
|
-
id: z.string(),
|
|
4006
|
-
ipBuckets: z.array(z.lazy(() => CreateProjectIpBuckets$outboundSchema))
|
|
4007
|
-
.optional(),
|
|
4008
|
-
latestDeployments: z.array(z.lazy(() => CreateProjectLatestDeployments$outboundSchema)).optional(),
|
|
4009
|
-
link: z.union([
|
|
4010
|
-
z.lazy(() => CreateProjectLink1$outboundSchema),
|
|
4011
|
-
z.lazy(() => CreateProjectLink3$outboundSchema),
|
|
4012
|
-
z.lazy(() => CreateProjectLink2$outboundSchema),
|
|
4013
|
-
]).optional(),
|
|
4014
|
-
name: z.string(),
|
|
4015
|
-
nodeVersion: CreateProjectNodeVersion$outboundSchema,
|
|
4016
|
-
optionsAllowlist: z.nullable(z.lazy(() => CreateProjectOptionsAllowlist$outboundSchema)).optional(),
|
|
4017
|
-
outputDirectory: z.nullable(z.string()).optional(),
|
|
4018
|
-
passiveConnectConfigurationId: z.nullable(z.string()).optional(),
|
|
4019
|
-
passwordProtection: z.nullable(z.lazy(() => CreateProjectPasswordProtection$outboundSchema)).optional(),
|
|
4020
|
-
productionDeploymentsFastLane: z.boolean().optional(),
|
|
4021
|
-
publicSource: z.nullable(z.boolean()).optional(),
|
|
4022
|
-
resourceConfig: z.lazy(() => CreateProjectResourceConfig$outboundSchema)
|
|
4023
|
-
.optional(),
|
|
4024
|
-
rootDirectory: z.nullable(z.string()).optional(),
|
|
4025
|
-
serverlessFunctionRegion: z.nullable(z.string()).optional(),
|
|
4026
|
-
serverlessFunctionZeroConfigFailover: z.boolean().optional(),
|
|
4027
|
-
skewProtectionBoundaryAt: z.number().optional(),
|
|
4028
|
-
skewProtectionMaxAge: z.number().optional(),
|
|
4029
|
-
skipGitConnectDuringLink: z.boolean().optional(),
|
|
4030
|
-
sourceFilesOutsideRootDirectory: z.boolean().optional(),
|
|
4031
|
-
enableAffectedProjectsDeployments: z.boolean().optional(),
|
|
4032
|
-
ssoProtection: z.nullable(z.lazy(() => CreateProjectSsoProtection$outboundSchema)).optional(),
|
|
4033
|
-
targets: z.record(z.lazy(() => CreateProjectTargets$outboundSchema))
|
|
4034
|
-
.optional(),
|
|
4035
|
-
transferCompletedAt: z.number().optional(),
|
|
4036
|
-
transferStartedAt: z.number().optional(),
|
|
4037
|
-
transferToAccountId: z.string().optional(),
|
|
4038
|
-
transferredFromAccountId: z.string().optional(),
|
|
4039
|
-
updatedAt: z.number().optional(),
|
|
4040
|
-
live: z.boolean().optional(),
|
|
4041
|
-
enablePreviewFeedback: z.nullable(z.boolean()).optional(),
|
|
4042
|
-
enableProductionFeedback: z.nullable(z.boolean()).optional(),
|
|
4043
|
-
permissions: z.lazy(() => CreateProjectPermissions$outboundSchema).optional(),
|
|
4044
|
-
lastRollbackTarget: z.nullable(z.lazy(() => CreateProjectLastRollbackTarget$outboundSchema)).optional(),
|
|
4045
|
-
lastAliasRequest: z.nullable(z.lazy(() => CreateProjectLastAliasRequest$outboundSchema)).optional(),
|
|
4046
|
-
hasFloatingAliases: z.boolean().optional(),
|
|
4047
|
-
protectionBypass: z.record(z.lazy(() => CreateProjectProtectionBypass$outboundSchema)).optional(),
|
|
4048
|
-
hasActiveBranches: z.boolean().optional(),
|
|
4049
|
-
trustedIps: z.nullable(z.union([
|
|
4050
|
-
z.lazy(() => CreateProjectTrustedIps2$outboundSchema),
|
|
4051
|
-
z.lazy(() => CreateProjectTrustedIps1$outboundSchema),
|
|
4052
|
-
])).optional(),
|
|
4053
|
-
gitComments: z.lazy(() => CreateProjectGitComments$outboundSchema).optional(),
|
|
4054
|
-
paused: z.boolean().optional(),
|
|
4055
|
-
concurrencyBucketName: z.string().optional(),
|
|
4056
|
-
webAnalytics: z.lazy(() => CreateProjectWebAnalytics$outboundSchema)
|
|
4057
|
-
.optional(),
|
|
4058
|
-
security: z.lazy(() => CreateProjectSecurity$outboundSchema).optional(),
|
|
4059
|
-
oidcTokenConfig: z.lazy(() => CreateProjectOidcTokenConfig$outboundSchema)
|
|
4060
|
-
.optional(),
|
|
4061
|
-
tier: CreateProjectTier$outboundSchema.optional(),
|
|
4062
|
-
});
|
|
4063
|
-
/**
|
|
4064
|
-
* @internal
|
|
4065
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4066
|
-
*/
|
|
4067
|
-
export var CreateProjectResponseBody$;
|
|
4068
|
-
(function (CreateProjectResponseBody$) {
|
|
4069
|
-
/** @deprecated use `CreateProjectResponseBody$inboundSchema` instead. */
|
|
4070
|
-
CreateProjectResponseBody$.inboundSchema = CreateProjectResponseBody$inboundSchema;
|
|
4071
|
-
/** @deprecated use `CreateProjectResponseBody$outboundSchema` instead. */
|
|
4072
|
-
CreateProjectResponseBody$.outboundSchema = CreateProjectResponseBody$outboundSchema;
|
|
4073
|
-
})(CreateProjectResponseBody$ || (CreateProjectResponseBody$ = {}));
|
|
4074
|
-
//# sourceMappingURL=createproject.js.map
|