@vercel/sdk 1.0.0-canary.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.devcontainer/README.md +35 -0
- package/LICENSE +201 -0
- package/README.md +838 -0
- package/docs/sdks/accessgroups/README.md +916 -0
- package/docs/sdks/aliases/README.md +420 -0
- package/docs/sdks/artifacts/README.md +491 -0
- package/docs/sdks/authentication/README.md +375 -0
- package/docs/sdks/certs/README.md +307 -0
- package/docs/sdks/checks/README.md +484 -0
- package/docs/sdks/deployments/README.md +778 -0
- package/docs/sdks/dns/README.md +377 -0
- package/docs/sdks/domains/README.md +827 -0
- package/docs/sdks/edgeconfig/README.md +1231 -0
- package/docs/sdks/integrations/README.md +390 -0
- package/docs/sdks/logdrains/README.md +556 -0
- package/docs/sdks/marketplace/README.md +694 -0
- package/docs/sdks/projectmembers/README.md +258 -0
- package/docs/sdks/projects/README.md +1590 -0
- package/docs/sdks/security/README.md +313 -0
- package/docs/sdks/teams/README.md +1148 -0
- package/docs/sdks/user/README.md +239 -0
- package/docs/sdks/vercel/README.md +5 -0
- package/docs/sdks/webhooks/README.md +305 -0
- package/esm/core.d.ts +10 -0
- package/esm/core.d.ts.map +1 -0
- package/esm/core.js +13 -0
- package/esm/core.js.map +1 -0
- package/esm/funcs/accessGroupsCreateAccessGroup.d.ts +15 -0
- package/esm/funcs/accessGroupsCreateAccessGroup.d.ts.map +1 -0
- package/esm/funcs/accessGroupsCreateAccessGroup.js +74 -0
- package/esm/funcs/accessGroupsCreateAccessGroup.js.map +1 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js +77 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts +15 -0
- package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts.map +1 -0
- package/esm/funcs/accessGroupsDeleteAccessGroup.js +80 -0
- package/esm/funcs/accessGroupsDeleteAccessGroup.js.map +1 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.js +81 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts +15 -0
- package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts.map +1 -0
- package/esm/funcs/accessGroupsListAccessGroupMembers.js +82 -0
- package/esm/funcs/accessGroupsListAccessGroupMembers.js.map +1 -0
- package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts +15 -0
- package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts.map +1 -0
- package/esm/funcs/accessGroupsListAccessGroupProjects.js +81 -0
- package/esm/funcs/accessGroupsListAccessGroupProjects.js.map +1 -0
- package/esm/funcs/accessGroupsListAccessGroups.d.ts +15 -0
- package/esm/funcs/accessGroupsListAccessGroups.d.ts.map +1 -0
- package/esm/funcs/accessGroupsListAccessGroups.js +79 -0
- package/esm/funcs/accessGroupsListAccessGroups.js.map +1 -0
- package/esm/funcs/accessGroupsReadAccessGroup.d.ts +15 -0
- package/esm/funcs/accessGroupsReadAccessGroup.d.ts.map +1 -0
- package/esm/funcs/accessGroupsReadAccessGroup.js +79 -0
- package/esm/funcs/accessGroupsReadAccessGroup.js.map +1 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.js +80 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts +15 -0
- package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts.map +1 -0
- package/esm/funcs/accessGroupsUpdateAccessGroup.js +80 -0
- package/esm/funcs/accessGroupsUpdateAccessGroup.js.map +1 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.js +81 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.js.map +1 -0
- package/esm/funcs/aliasesAssignAlias.d.ts +15 -0
- package/esm/funcs/aliasesAssignAlias.d.ts.map +1 -0
- package/esm/funcs/aliasesAssignAlias.js +80 -0
- package/esm/funcs/aliasesAssignAlias.js.map +1 -0
- package/esm/funcs/aliasesDeleteAlias.d.ts +15 -0
- package/esm/funcs/aliasesDeleteAlias.d.ts.map +1 -0
- package/esm/funcs/aliasesDeleteAlias.js +79 -0
- package/esm/funcs/aliasesDeleteAlias.js.map +1 -0
- package/esm/funcs/aliasesGetAlias.d.ts +15 -0
- package/esm/funcs/aliasesGetAlias.d.ts.map +1 -0
- package/esm/funcs/aliasesGetAlias.js +83 -0
- package/esm/funcs/aliasesGetAlias.js.map +1 -0
- package/esm/funcs/aliasesListAliases.d.ts +15 -0
- package/esm/funcs/aliasesListAliases.d.ts.map +1 -0
- package/esm/funcs/aliasesListAliases.js +80 -0
- package/esm/funcs/aliasesListAliases.js.map +1 -0
- package/esm/funcs/aliasesListDeploymentAliases.d.ts +15 -0
- package/esm/funcs/aliasesListDeploymentAliases.d.ts.map +1 -0
- package/esm/funcs/aliasesListDeploymentAliases.js +79 -0
- package/esm/funcs/aliasesListDeploymentAliases.js.map +1 -0
- package/esm/funcs/artifactsArtifactExists.d.ts +15 -0
- package/esm/funcs/artifactsArtifactExists.d.ts.map +1 -0
- package/esm/funcs/artifactsArtifactExists.js +80 -0
- package/esm/funcs/artifactsArtifactExists.js.map +1 -0
- package/esm/funcs/artifactsArtifactQuery.d.ts +17 -0
- package/esm/funcs/artifactsArtifactQuery.d.ts.map +1 -0
- package/esm/funcs/artifactsArtifactQuery.js +75 -0
- package/esm/funcs/artifactsArtifactQuery.js.map +1 -0
- package/esm/funcs/artifactsDownloadArtifact.d.ts +15 -0
- package/esm/funcs/artifactsDownloadArtifact.d.ts.map +1 -0
- package/esm/funcs/artifactsDownloadArtifact.js +84 -0
- package/esm/funcs/artifactsDownloadArtifact.js.map +1 -0
- package/esm/funcs/artifactsRecordEvents.d.ts +15 -0
- package/esm/funcs/artifactsRecordEvents.d.ts.map +1 -0
- package/esm/funcs/artifactsRecordEvents.js +77 -0
- package/esm/funcs/artifactsRecordEvents.js.map +1 -0
- package/esm/funcs/artifactsStatus.d.ts +15 -0
- package/esm/funcs/artifactsStatus.d.ts.map +1 -0
- package/esm/funcs/artifactsStatus.js +73 -0
- package/esm/funcs/artifactsStatus.js.map +1 -0
- package/esm/funcs/artifactsUploadArtifact.d.ts +15 -0
- package/esm/funcs/artifactsUploadArtifact.d.ts.map +1 -0
- package/esm/funcs/artifactsUploadArtifact.js +85 -0
- package/esm/funcs/artifactsUploadArtifact.js.map +1 -0
- package/esm/funcs/authenticationCreateAuthToken.d.ts +15 -0
- package/esm/funcs/authenticationCreateAuthToken.d.ts.map +1 -0
- package/esm/funcs/authenticationCreateAuthToken.js +74 -0
- package/esm/funcs/authenticationCreateAuthToken.js.map +1 -0
- package/esm/funcs/authenticationDeleteAuthToken.d.ts +15 -0
- package/esm/funcs/authenticationDeleteAuthToken.d.ts.map +1 -0
- package/esm/funcs/authenticationDeleteAuthToken.js +74 -0
- package/esm/funcs/authenticationDeleteAuthToken.js.map +1 -0
- package/esm/funcs/authenticationExchangeSsoToken.d.ts +15 -0
- package/esm/funcs/authenticationExchangeSsoToken.d.ts.map +1 -0
- package/esm/funcs/authenticationExchangeSsoToken.js +66 -0
- package/esm/funcs/authenticationExchangeSsoToken.js.map +1 -0
- package/esm/funcs/authenticationGetAuthToken.d.ts +15 -0
- package/esm/funcs/authenticationGetAuthToken.d.ts.map +1 -0
- package/esm/funcs/authenticationGetAuthToken.js +74 -0
- package/esm/funcs/authenticationGetAuthToken.js.map +1 -0
- package/esm/funcs/authenticationListAuthTokens.d.ts +15 -0
- package/esm/funcs/authenticationListAuthTokens.d.ts.map +1 -0
- package/esm/funcs/authenticationListAuthTokens.js +59 -0
- package/esm/funcs/authenticationListAuthTokens.js.map +1 -0
- package/esm/funcs/certsGetCertById.d.ts +15 -0
- package/esm/funcs/certsGetCertById.d.ts.map +1 -0
- package/esm/funcs/certsGetCertById.js +79 -0
- package/esm/funcs/certsGetCertById.js.map +1 -0
- package/esm/funcs/certsIssueCert.d.ts +15 -0
- package/esm/funcs/certsIssueCert.d.ts.map +1 -0
- package/esm/funcs/certsIssueCert.js +74 -0
- package/esm/funcs/certsIssueCert.js.map +1 -0
- package/esm/funcs/certsRemoveCert.d.ts +15 -0
- package/esm/funcs/certsRemoveCert.d.ts.map +1 -0
- package/esm/funcs/certsRemoveCert.js +79 -0
- package/esm/funcs/certsRemoveCert.js.map +1 -0
- package/esm/funcs/certsUploadCert.d.ts +15 -0
- package/esm/funcs/certsUploadCert.d.ts.map +1 -0
- package/esm/funcs/certsUploadCert.js +74 -0
- package/esm/funcs/certsUploadCert.js.map +1 -0
- package/esm/funcs/checksCreateCheck.d.ts +15 -0
- package/esm/funcs/checksCreateCheck.d.ts.map +1 -0
- package/esm/funcs/checksCreateCheck.js +80 -0
- package/esm/funcs/checksCreateCheck.js.map +1 -0
- package/esm/funcs/checksGetAllChecks.d.ts +15 -0
- package/esm/funcs/checksGetAllChecks.d.ts.map +1 -0
- package/esm/funcs/checksGetAllChecks.js +79 -0
- package/esm/funcs/checksGetAllChecks.js.map +1 -0
- package/esm/funcs/checksGetCheck.d.ts +15 -0
- package/esm/funcs/checksGetCheck.d.ts.map +1 -0
- package/esm/funcs/checksGetCheck.js +83 -0
- package/esm/funcs/checksGetCheck.js.map +1 -0
- package/esm/funcs/checksRerequestCheck.d.ts +15 -0
- package/esm/funcs/checksRerequestCheck.d.ts.map +1 -0
- package/esm/funcs/checksRerequestCheck.js +83 -0
- package/esm/funcs/checksRerequestCheck.js.map +1 -0
- package/esm/funcs/checksUpdateCheck.d.ts +15 -0
- package/esm/funcs/checksUpdateCheck.d.ts.map +1 -0
- package/esm/funcs/checksUpdateCheck.js +84 -0
- package/esm/funcs/checksUpdateCheck.js.map +1 -0
- package/esm/funcs/deploymentsCancelDeployment.d.ts +15 -0
- package/esm/funcs/deploymentsCancelDeployment.d.ts.map +1 -0
- package/esm/funcs/deploymentsCancelDeployment.js +79 -0
- package/esm/funcs/deploymentsCancelDeployment.js.map +1 -0
- package/esm/funcs/deploymentsCreateDeployment.d.ts +15 -0
- package/esm/funcs/deploymentsCreateDeployment.d.ts.map +1 -0
- package/esm/funcs/deploymentsCreateDeployment.js +76 -0
- package/esm/funcs/deploymentsCreateDeployment.js.map +1 -0
- package/esm/funcs/deploymentsDeleteDeployment.d.ts +15 -0
- package/esm/funcs/deploymentsDeleteDeployment.d.ts.map +1 -0
- package/esm/funcs/deploymentsDeleteDeployment.js +80 -0
- package/esm/funcs/deploymentsDeleteDeployment.js.map +1 -0
- package/esm/funcs/deploymentsGetDeployment.d.ts +15 -0
- package/esm/funcs/deploymentsGetDeployment.d.ts.map +1 -0
- package/esm/funcs/deploymentsGetDeployment.js +80 -0
- package/esm/funcs/deploymentsGetDeployment.js.map +1 -0
- package/esm/funcs/deploymentsGetDeploymentEvents.d.ts +15 -0
- package/esm/funcs/deploymentsGetDeploymentEvents.d.ts.map +1 -0
- package/esm/funcs/deploymentsGetDeploymentEvents.js +89 -0
- package/esm/funcs/deploymentsGetDeploymentEvents.js.map +1 -0
- package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts +15 -0
- package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +1 -0
- package/esm/funcs/deploymentsGetDeploymentFileContents.js +85 -0
- package/esm/funcs/deploymentsGetDeploymentFileContents.js.map +1 -0
- package/esm/funcs/deploymentsGetDeployments.d.ts +15 -0
- package/esm/funcs/deploymentsGetDeployments.d.ts.map +1 -0
- package/esm/funcs/deploymentsGetDeployments.js +84 -0
- package/esm/funcs/deploymentsGetDeployments.js.map +1 -0
- package/esm/funcs/deploymentsListDeploymentFiles.d.ts +16 -0
- package/esm/funcs/deploymentsListDeploymentFiles.d.ts.map +1 -0
- package/esm/funcs/deploymentsListDeploymentFiles.js +81 -0
- package/esm/funcs/deploymentsListDeploymentFiles.js.map +1 -0
- package/esm/funcs/deploymentsUploadFile.d.ts +15 -0
- package/esm/funcs/deploymentsUploadFile.d.ts.map +1 -0
- package/esm/funcs/deploymentsUploadFile.js +83 -0
- package/esm/funcs/deploymentsUploadFile.js.map +1 -0
- package/esm/funcs/dnsCreateRecord.d.ts +15 -0
- package/esm/funcs/dnsCreateRecord.d.ts.map +1 -0
- package/esm/funcs/dnsCreateRecord.js +80 -0
- package/esm/funcs/dnsCreateRecord.js.map +1 -0
- package/esm/funcs/dnsGetRecords.d.ts +15 -0
- package/esm/funcs/dnsGetRecords.d.ts.map +1 -0
- package/esm/funcs/dnsGetRecords.js +82 -0
- package/esm/funcs/dnsGetRecords.js.map +1 -0
- package/esm/funcs/dnsRemoveRecord.d.ts +15 -0
- package/esm/funcs/dnsRemoveRecord.d.ts.map +1 -0
- package/esm/funcs/dnsRemoveRecord.js +83 -0
- package/esm/funcs/dnsRemoveRecord.js.map +1 -0
- package/esm/funcs/dnsUpdateRecord.d.ts +15 -0
- package/esm/funcs/dnsUpdateRecord.d.ts.map +1 -0
- package/esm/funcs/dnsUpdateRecord.js +80 -0
- package/esm/funcs/dnsUpdateRecord.js.map +1 -0
- package/esm/funcs/domainsBuyDomain.d.ts +15 -0
- package/esm/funcs/domainsBuyDomain.d.ts.map +1 -0
- package/esm/funcs/domainsBuyDomain.js +74 -0
- package/esm/funcs/domainsBuyDomain.js.map +1 -0
- package/esm/funcs/domainsCheckDomainPrice.d.ts +15 -0
- package/esm/funcs/domainsCheckDomainPrice.d.ts.map +1 -0
- package/esm/funcs/domainsCheckDomainPrice.js +75 -0
- package/esm/funcs/domainsCheckDomainPrice.js.map +1 -0
- package/esm/funcs/domainsCheckDomainStatus.d.ts +15 -0
- package/esm/funcs/domainsCheckDomainStatus.d.ts.map +1 -0
- package/esm/funcs/domainsCheckDomainStatus.js +74 -0
- package/esm/funcs/domainsCheckDomainStatus.js.map +1 -0
- package/esm/funcs/domainsCreateOrTransferDomain.d.ts +15 -0
- package/esm/funcs/domainsCreateOrTransferDomain.d.ts.map +1 -0
- package/esm/funcs/domainsCreateOrTransferDomain.js +74 -0
- package/esm/funcs/domainsCreateOrTransferDomain.js.map +1 -0
- package/esm/funcs/domainsDeleteDomain.d.ts +15 -0
- package/esm/funcs/domainsDeleteDomain.d.ts.map +1 -0
- package/esm/funcs/domainsDeleteDomain.js +79 -0
- package/esm/funcs/domainsDeleteDomain.js.map +1 -0
- package/esm/funcs/domainsGetDomain.d.ts +15 -0
- package/esm/funcs/domainsGetDomain.d.ts.map +1 -0
- package/esm/funcs/domainsGetDomain.js +79 -0
- package/esm/funcs/domainsGetDomain.js.map +1 -0
- package/esm/funcs/domainsGetDomainConfig.d.ts +15 -0
- package/esm/funcs/domainsGetDomainConfig.d.ts.map +1 -0
- package/esm/funcs/domainsGetDomainConfig.js +80 -0
- package/esm/funcs/domainsGetDomainConfig.js.map +1 -0
- package/esm/funcs/domainsGetDomainTransfer.d.ts +15 -0
- package/esm/funcs/domainsGetDomainTransfer.d.ts.map +1 -0
- package/esm/funcs/domainsGetDomainTransfer.js +79 -0
- package/esm/funcs/domainsGetDomainTransfer.js.map +1 -0
- package/esm/funcs/domainsGetDomains.d.ts +15 -0
- package/esm/funcs/domainsGetDomains.d.ts.map +1 -0
- package/esm/funcs/domainsGetDomains.js +76 -0
- package/esm/funcs/domainsGetDomains.js.map +1 -0
- package/esm/funcs/domainsPatchDomain.d.ts +15 -0
- package/esm/funcs/domainsPatchDomain.d.ts.map +1 -0
- package/esm/funcs/domainsPatchDomain.js +80 -0
- package/esm/funcs/domainsPatchDomain.js.map +1 -0
- package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts +15 -0
- package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts.map +1 -0
- package/esm/funcs/edgeConfigCreateEdgeConfig.js +74 -0
- package/esm/funcs/edgeConfigCreateEdgeConfig.js.map +1 -0
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts +15 -0
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts.map +1 -0
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.js +80 -0
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +1 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts +15 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts.map +1 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfig.js +80 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +1 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts +15 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts.map +1 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +80 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +1 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts +15 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts.map +1 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +81 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfig.d.ts +15 -0
- package/esm/funcs/edgeConfigGetEdgeConfig.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfig.js +79 -0
- package/esm/funcs/edgeConfigGetEdgeConfig.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts +15 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.js +80 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts +15 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.js +82 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts +16 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItem.js +81 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItem.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts +16 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItems.js +80 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts +15 -0
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.js +79 -0
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts +16 -0
- package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigToken.js +84 -0
- package/esm/funcs/edgeConfigGetEdgeConfigToken.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts +16 -0
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.js +80 -0
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts +15 -0
- package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigs.js +74 -0
- package/esm/funcs/edgeConfigGetEdgeConfigs.js.map +1 -0
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts +15 -0
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts.map +1 -0
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +81 -0
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +1 -0
- package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts +15 -0
- package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts.map +1 -0
- package/esm/funcs/edgeConfigUpdateEdgeConfig.js +80 -0
- package/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +1 -0
- package/esm/funcs/integrationsDeleteConfiguration.d.ts +15 -0
- package/esm/funcs/integrationsDeleteConfiguration.d.ts.map +1 -0
- package/esm/funcs/integrationsDeleteConfiguration.js +80 -0
- package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -0
- package/esm/funcs/integrationsGetConfiguration.d.ts +15 -0
- package/esm/funcs/integrationsGetConfiguration.d.ts.map +1 -0
- package/esm/funcs/integrationsGetConfiguration.js +79 -0
- package/esm/funcs/integrationsGetConfiguration.js.map +1 -0
- package/esm/funcs/integrationsGetConfigurations.d.ts +15 -0
- package/esm/funcs/integrationsGetConfigurations.d.ts.map +1 -0
- package/esm/funcs/integrationsGetConfigurations.js +76 -0
- package/esm/funcs/integrationsGetConfigurations.js.map +1 -0
- package/esm/funcs/integrationsGitNamespaces.d.ts +15 -0
- package/esm/funcs/integrationsGitNamespaces.d.ts.map +1 -0
- package/esm/funcs/integrationsGitNamespaces.js +74 -0
- package/esm/funcs/integrationsGitNamespaces.js.map +1 -0
- package/esm/funcs/integrationsSearchRepo.d.ts +15 -0
- package/esm/funcs/integrationsSearchRepo.d.ts.map +1 -0
- package/esm/funcs/integrationsSearchRepo.js +78 -0
- package/esm/funcs/integrationsSearchRepo.js.map +1 -0
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +15 -0
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +1 -0
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +74 -0
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +1 -0
- package/esm/funcs/logDrainsCreateLogDrain.d.ts +15 -0
- package/esm/funcs/logDrainsCreateLogDrain.d.ts.map +1 -0
- package/esm/funcs/logDrainsCreateLogDrain.js +74 -0
- package/esm/funcs/logDrainsCreateLogDrain.js.map +1 -0
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +15 -0
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +1 -0
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +80 -0
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +1 -0
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +15 -0
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts.map +1 -0
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +80 -0
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js.map +1 -0
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts +15 -0
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +1 -0
- package/esm/funcs/logDrainsGetAllLogDrains.js +75 -0
- package/esm/funcs/logDrainsGetAllLogDrains.js.map +1 -0
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +15 -0
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +1 -0
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js +79 -0
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +1 -0
- package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts +15 -0
- package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts.map +1 -0
- package/esm/funcs/logDrainsGetIntegrationLogDrains.js +74 -0
- package/esm/funcs/logDrainsGetIntegrationLogDrains.js.map +1 -0
- package/esm/funcs/marketplaceCreateEvent.d.ts +15 -0
- package/esm/funcs/marketplaceCreateEvent.d.ts.map +1 -0
- package/esm/funcs/marketplaceCreateEvent.js +73 -0
- package/esm/funcs/marketplaceCreateEvent.js.map +1 -0
- package/esm/funcs/marketplaceExchangeSsoToken.d.ts +15 -0
- package/esm/funcs/marketplaceExchangeSsoToken.d.ts.map +1 -0
- package/esm/funcs/marketplaceExchangeSsoToken.js +66 -0
- package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -0
- package/esm/funcs/marketplaceGetAccountInfo.d.ts +15 -0
- package/esm/funcs/marketplaceGetAccountInfo.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetAccountInfo.js +71 -0
- package/esm/funcs/marketplaceGetAccountInfo.js.map +1 -0
- package/esm/funcs/marketplaceGetInvoice.d.ts +15 -0
- package/esm/funcs/marketplaceGetInvoice.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetInvoice.js +75 -0
- package/esm/funcs/marketplaceGetInvoice.js.map +1 -0
- package/esm/funcs/marketplaceGetMember.d.ts +15 -0
- package/esm/funcs/marketplaceGetMember.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetMember.js +75 -0
- package/esm/funcs/marketplaceGetMember.js.map +1 -0
- package/esm/funcs/marketplaceSubmitBillingData.d.ts +15 -0
- package/esm/funcs/marketplaceSubmitBillingData.d.ts.map +1 -0
- package/esm/funcs/marketplaceSubmitBillingData.js +73 -0
- package/esm/funcs/marketplaceSubmitBillingData.js.map +1 -0
- package/esm/funcs/marketplaceSubmitInvoice.d.ts +15 -0
- package/esm/funcs/marketplaceSubmitInvoice.d.ts.map +1 -0
- package/esm/funcs/marketplaceSubmitInvoice.js +72 -0
- package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -0
- package/esm/funcs/marketplaceUpdateInvoice.d.ts +15 -0
- package/esm/funcs/marketplaceUpdateInvoice.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateInvoice.js +77 -0
- package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts +15 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +78 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -0
- package/esm/funcs/projectMembersAddProjectMember.d.ts +15 -0
- package/esm/funcs/projectMembersAddProjectMember.d.ts.map +1 -0
- package/esm/funcs/projectMembersAddProjectMember.js +80 -0
- package/esm/funcs/projectMembersAddProjectMember.js.map +1 -0
- package/esm/funcs/projectMembersGetProjectMembers.d.ts +15 -0
- package/esm/funcs/projectMembersGetProjectMembers.d.ts.map +1 -0
- package/esm/funcs/projectMembersGetProjectMembers.js +83 -0
- package/esm/funcs/projectMembersGetProjectMembers.js.map +1 -0
- package/esm/funcs/projectMembersRemoveProjectMember.d.ts +15 -0
- package/esm/funcs/projectMembersRemoveProjectMember.d.ts.map +1 -0
- package/esm/funcs/projectMembersRemoveProjectMember.js +83 -0
- package/esm/funcs/projectMembersRemoveProjectMember.js.map +1 -0
- package/esm/funcs/projectsAddProjectDomain.d.ts +15 -0
- package/esm/funcs/projectsAddProjectDomain.d.ts.map +1 -0
- package/esm/funcs/projectsAddProjectDomain.js +80 -0
- package/esm/funcs/projectsAddProjectDomain.js.map +1 -0
- package/esm/funcs/projectsCreateProject.d.ts +15 -0
- package/esm/funcs/projectsCreateProject.d.ts.map +1 -0
- package/esm/funcs/projectsCreateProject.js +74 -0
- package/esm/funcs/projectsCreateProject.js.map +1 -0
- package/esm/funcs/projectsCreateProjectEnv.d.ts +15 -0
- package/esm/funcs/projectsCreateProjectEnv.d.ts.map +1 -0
- package/esm/funcs/projectsCreateProjectEnv.js +81 -0
- package/esm/funcs/projectsCreateProjectEnv.js.map +1 -0
- package/esm/funcs/projectsDeleteProject.d.ts +15 -0
- package/esm/funcs/projectsDeleteProject.d.ts.map +1 -0
- package/esm/funcs/projectsDeleteProject.js +80 -0
- package/esm/funcs/projectsDeleteProject.js.map +1 -0
- package/esm/funcs/projectsEditProjectEnv.d.ts +15 -0
- package/esm/funcs/projectsEditProjectEnv.d.ts.map +1 -0
- package/esm/funcs/projectsEditProjectEnv.js +84 -0
- package/esm/funcs/projectsEditProjectEnv.js.map +1 -0
- package/esm/funcs/projectsFilterProjectEnvs.d.ts +15 -0
- package/esm/funcs/projectsFilterProjectEnvs.d.ts.map +1 -0
- package/esm/funcs/projectsFilterProjectEnvs.js +82 -0
- package/esm/funcs/projectsFilterProjectEnvs.js.map +1 -0
- package/esm/funcs/projectsGetProjectDomain.d.ts +15 -0
- package/esm/funcs/projectsGetProjectDomain.d.ts.map +1 -0
- package/esm/funcs/projectsGetProjectDomain.js +83 -0
- package/esm/funcs/projectsGetProjectDomain.js.map +1 -0
- package/esm/funcs/projectsGetProjectDomains.d.ts +15 -0
- package/esm/funcs/projectsGetProjectDomains.d.ts.map +1 -0
- package/esm/funcs/projectsGetProjectDomains.js +89 -0
- package/esm/funcs/projectsGetProjectDomains.js.map +1 -0
- package/esm/funcs/projectsGetProjectEnv.d.ts +15 -0
- package/esm/funcs/projectsGetProjectEnv.d.ts.map +1 -0
- package/esm/funcs/projectsGetProjectEnv.js +83 -0
- package/esm/funcs/projectsGetProjectEnv.js.map +1 -0
- package/esm/funcs/projectsGetProjects.d.ts +15 -0
- package/esm/funcs/projectsGetProjects.d.ts.map +1 -0
- package/esm/funcs/projectsGetProjects.js +84 -0
- package/esm/funcs/projectsGetProjects.js.map +1 -0
- package/esm/funcs/projectsListPromoteAliases.d.ts +15 -0
- package/esm/funcs/projectsListPromoteAliases.d.ts.map +1 -0
- package/esm/funcs/projectsListPromoteAliases.js +83 -0
- package/esm/funcs/projectsListPromoteAliases.js.map +1 -0
- package/esm/funcs/projectsRemoveProjectDomain.d.ts +15 -0
- package/esm/funcs/projectsRemoveProjectDomain.d.ts.map +1 -0
- package/esm/funcs/projectsRemoveProjectDomain.js +83 -0
- package/esm/funcs/projectsRemoveProjectDomain.js.map +1 -0
- package/esm/funcs/projectsRemoveProjectEnv.d.ts +15 -0
- package/esm/funcs/projectsRemoveProjectEnv.d.ts.map +1 -0
- package/esm/funcs/projectsRemoveProjectEnv.js +83 -0
- package/esm/funcs/projectsRemoveProjectEnv.js.map +1 -0
- package/esm/funcs/projectsRequestPromote.d.ts +15 -0
- package/esm/funcs/projectsRequestPromote.d.ts.map +1 -0
- package/esm/funcs/projectsRequestPromote.js +84 -0
- package/esm/funcs/projectsRequestPromote.js.map +1 -0
- package/esm/funcs/projectsUpdateProject.d.ts +15 -0
- package/esm/funcs/projectsUpdateProject.d.ts.map +1 -0
- package/esm/funcs/projectsUpdateProject.js +80 -0
- package/esm/funcs/projectsUpdateProject.js.map +1 -0
- package/esm/funcs/projectsUpdateProjectDataCache.d.ts +15 -0
- package/esm/funcs/projectsUpdateProjectDataCache.d.ts.map +1 -0
- package/esm/funcs/projectsUpdateProjectDataCache.js +80 -0
- package/esm/funcs/projectsUpdateProjectDataCache.js.map +1 -0
- package/esm/funcs/projectsUpdateProjectDomain.d.ts +15 -0
- package/esm/funcs/projectsUpdateProjectDomain.d.ts.map +1 -0
- package/esm/funcs/projectsUpdateProjectDomain.js +84 -0
- package/esm/funcs/projectsUpdateProjectDomain.js.map +1 -0
- package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts +15 -0
- package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts.map +1 -0
- package/esm/funcs/projectsUpdateProjectProtectionBypass.js +80 -0
- package/esm/funcs/projectsUpdateProjectProtectionBypass.js.map +1 -0
- package/esm/funcs/projectsVerifyProjectDomain.d.ts +15 -0
- package/esm/funcs/projectsVerifyProjectDomain.d.ts.map +1 -0
- package/esm/funcs/projectsVerifyProjectDomain.js +83 -0
- package/esm/funcs/projectsVerifyProjectDomain.js.map +1 -0
- package/esm/funcs/securityGetFirewallConfig.d.ts +15 -0
- package/esm/funcs/securityGetFirewallConfig.d.ts.map +1 -0
- package/esm/funcs/securityGetFirewallConfig.js +80 -0
- package/esm/funcs/securityGetFirewallConfig.js.map +1 -0
- package/esm/funcs/securityPutFirewallConfig.d.ts +15 -0
- package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
- package/esm/funcs/securityPutFirewallConfig.js +75 -0
- package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
- package/esm/funcs/securityUpdateAttackChallengeMode.d.ts +15 -0
- package/esm/funcs/securityUpdateAttackChallengeMode.d.ts.map +1 -0
- package/esm/funcs/securityUpdateAttackChallengeMode.js +74 -0
- package/esm/funcs/securityUpdateAttackChallengeMode.js.map +1 -0
- package/esm/funcs/securityUpdateFirewallConfig.d.ts +15 -0
- package/esm/funcs/securityUpdateFirewallConfig.d.ts.map +1 -0
- package/esm/funcs/securityUpdateFirewallConfig.js +75 -0
- package/esm/funcs/securityUpdateFirewallConfig.js.map +1 -0
- package/esm/funcs/teamsCreateTeam.d.ts +15 -0
- package/esm/funcs/teamsCreateTeam.d.ts.map +1 -0
- package/esm/funcs/teamsCreateTeam.js +71 -0
- package/esm/funcs/teamsCreateTeam.js.map +1 -0
- package/esm/funcs/teamsDeleteTeam.d.ts +15 -0
- package/esm/funcs/teamsDeleteTeam.d.ts.map +1 -0
- package/esm/funcs/teamsDeleteTeam.js +80 -0
- package/esm/funcs/teamsDeleteTeam.js.map +1 -0
- package/esm/funcs/teamsDeleteTeamInviteCode.d.ts +15 -0
- package/esm/funcs/teamsDeleteTeamInviteCode.d.ts.map +1 -0
- package/esm/funcs/teamsDeleteTeamInviteCode.js +78 -0
- package/esm/funcs/teamsDeleteTeamInviteCode.js.map +1 -0
- package/esm/funcs/teamsGetTeam.d.ts +17 -0
- package/esm/funcs/teamsGetTeam.d.ts.map +1 -0
- package/esm/funcs/teamsGetTeam.js +79 -0
- package/esm/funcs/teamsGetTeam.js.map +1 -0
- package/esm/funcs/teamsGetTeamAccessRequest.d.ts +15 -0
- package/esm/funcs/teamsGetTeamAccessRequest.d.ts.map +1 -0
- package/esm/funcs/teamsGetTeamAccessRequest.js +78 -0
- package/esm/funcs/teamsGetTeamAccessRequest.js.map +1 -0
- package/esm/funcs/teamsGetTeamMembers.d.ts +15 -0
- package/esm/funcs/teamsGetTeamMembers.d.ts.map +1 -0
- package/esm/funcs/teamsGetTeamMembers.js +84 -0
- package/esm/funcs/teamsGetTeamMembers.js.map +1 -0
- package/esm/funcs/teamsGetTeams.d.ts +15 -0
- package/esm/funcs/teamsGetTeams.d.ts.map +1 -0
- package/esm/funcs/teamsGetTeams.js +74 -0
- package/esm/funcs/teamsGetTeams.js.map +1 -0
- package/esm/funcs/teamsInviteUserToTeam.d.ts +15 -0
- package/esm/funcs/teamsInviteUserToTeam.d.ts.map +1 -0
- package/esm/funcs/teamsInviteUserToTeam.js +75 -0
- package/esm/funcs/teamsInviteUserToTeam.js.map +1 -0
- package/esm/funcs/teamsJoinTeam.d.ts +15 -0
- package/esm/funcs/teamsJoinTeam.d.ts.map +1 -0
- package/esm/funcs/teamsJoinTeam.js +75 -0
- package/esm/funcs/teamsJoinTeam.js.map +1 -0
- package/esm/funcs/teamsPatchTeam.d.ts +17 -0
- package/esm/funcs/teamsPatchTeam.d.ts.map +1 -0
- package/esm/funcs/teamsPatchTeam.js +80 -0
- package/esm/funcs/teamsPatchTeam.js.map +1 -0
- package/esm/funcs/teamsRemoveTeamMember.d.ts +15 -0
- package/esm/funcs/teamsRemoveTeamMember.d.ts.map +1 -0
- package/esm/funcs/teamsRemoveTeamMember.js +82 -0
- package/esm/funcs/teamsRemoveTeamMember.js.map +1 -0
- package/esm/funcs/teamsRequestAccessToTeam.d.ts +15 -0
- package/esm/funcs/teamsRequestAccessToTeam.d.ts.map +1 -0
- package/esm/funcs/teamsRequestAccessToTeam.js +75 -0
- package/esm/funcs/teamsRequestAccessToTeam.js.map +1 -0
- package/esm/funcs/teamsUpdateTeamMember.d.ts +15 -0
- package/esm/funcs/teamsUpdateTeamMember.d.ts.map +1 -0
- package/esm/funcs/teamsUpdateTeamMember.js +79 -0
- package/esm/funcs/teamsUpdateTeamMember.js.map +1 -0
- package/esm/funcs/userGetAuthUser.d.ts +15 -0
- package/esm/funcs/userGetAuthUser.d.ts.map +1 -0
- package/esm/funcs/userGetAuthUser.js +59 -0
- package/esm/funcs/userGetAuthUser.js.map +1 -0
- package/esm/funcs/userListUserEvents.d.ts +15 -0
- package/esm/funcs/userListUserEvents.d.ts.map +1 -0
- package/esm/funcs/userListUserEvents.js +79 -0
- package/esm/funcs/userListUserEvents.js.map +1 -0
- package/esm/funcs/userRequestDelete.d.ts +15 -0
- package/esm/funcs/userRequestDelete.d.ts.map +1 -0
- package/esm/funcs/userRequestDelete.js +71 -0
- package/esm/funcs/userRequestDelete.js.map +1 -0
- package/esm/funcs/webhooksCreateWebhook.d.ts +15 -0
- package/esm/funcs/webhooksCreateWebhook.d.ts.map +1 -0
- package/esm/funcs/webhooksCreateWebhook.js +74 -0
- package/esm/funcs/webhooksCreateWebhook.js.map +1 -0
- package/esm/funcs/webhooksDeleteWebhook.d.ts +15 -0
- package/esm/funcs/webhooksDeleteWebhook.d.ts.map +1 -0
- package/esm/funcs/webhooksDeleteWebhook.js +80 -0
- package/esm/funcs/webhooksDeleteWebhook.js.map +1 -0
- package/esm/funcs/webhooksGetWebhook.d.ts +15 -0
- package/esm/funcs/webhooksGetWebhook.d.ts.map +1 -0
- package/esm/funcs/webhooksGetWebhook.js +79 -0
- package/esm/funcs/webhooksGetWebhook.js.map +1 -0
- package/esm/funcs/webhooksGetWebhooks.d.ts +15 -0
- package/esm/funcs/webhooksGetWebhooks.d.ts.map +1 -0
- package/esm/funcs/webhooksGetWebhooks.js +74 -0
- package/esm/funcs/webhooksGetWebhooks.js.map +1 -0
- package/esm/hooks/hooks.d.ts +24 -0
- package/esm/hooks/hooks.d.ts.map +1 -0
- package/esm/hooks/hooks.js +64 -0
- package/esm/hooks/hooks.js.map +1 -0
- package/esm/hooks/registration.d.ts +3 -0
- package/esm/hooks/registration.d.ts.map +1 -0
- package/esm/hooks/registration.js +12 -0
- package/esm/hooks/registration.js.map +1 -0
- package/esm/hooks/types.d.ts +76 -0
- package/esm/hooks/types.d.ts.map +1 -0
- package/esm/hooks/types.js +5 -0
- package/esm/hooks/types.js.map +1 -0
- package/esm/index.d.ts +4 -0
- package/esm/index.d.ts.map +1 -0
- package/esm/index.js +7 -0
- package/esm/index.js.map +1 -0
- package/esm/lib/base64.d.ts +10 -0
- package/esm/lib/base64.d.ts.map +1 -0
- package/esm/lib/base64.js +29 -0
- package/esm/lib/base64.js.map +1 -0
- package/esm/lib/config.d.ts +34 -0
- package/esm/lib/config.d.ts.map +1 -0
- package/esm/lib/config.js +35 -0
- package/esm/lib/config.js.map +1 -0
- package/esm/lib/dlv.d.ts +14 -0
- package/esm/lib/dlv.d.ts.map +1 -0
- package/esm/lib/dlv.js +46 -0
- package/esm/lib/dlv.js.map +1 -0
- package/esm/lib/encodings.d.ts +51 -0
- package/esm/lib/encodings.d.ts.map +1 -0
- package/esm/lib/encodings.js +330 -0
- package/esm/lib/encodings.js.map +1 -0
- package/esm/lib/files.d.ts +8 -0
- package/esm/lib/files.d.ts.map +1 -0
- package/esm/lib/files.js +33 -0
- package/esm/lib/files.js.map +1 -0
- package/esm/lib/http.d.ts +67 -0
- package/esm/lib/http.d.ts.map +1 -0
- package/esm/lib/http.js +208 -0
- package/esm/lib/http.js.map +1 -0
- package/esm/lib/is-plain-object.d.ts +2 -0
- package/esm/lib/is-plain-object.d.ts.map +1 -0
- package/esm/lib/is-plain-object.js +38 -0
- package/esm/lib/is-plain-object.js.map +1 -0
- package/esm/lib/logger.d.ts +6 -0
- package/esm/lib/logger.d.ts.map +1 -0
- package/esm/lib/logger.js +5 -0
- package/esm/lib/logger.js.map +1 -0
- package/esm/lib/matchers.d.ts +64 -0
- package/esm/lib/matchers.d.ts.map +1 -0
- package/esm/lib/matchers.js +187 -0
- package/esm/lib/matchers.js.map +1 -0
- package/esm/lib/primitives.d.ts +20 -0
- package/esm/lib/primitives.d.ts.map +1 -0
- package/esm/lib/primitives.js +37 -0
- package/esm/lib/primitives.js.map +1 -0
- package/esm/lib/retries.d.ts +38 -0
- package/esm/lib/retries.d.ts.map +1 -0
- package/esm/lib/retries.js +149 -0
- package/esm/lib/retries.js.map +1 -0
- package/esm/lib/schemas.d.ts +19 -0
- package/esm/lib/schemas.d.ts.map +1 -0
- package/esm/lib/schemas.js +54 -0
- package/esm/lib/schemas.js.map +1 -0
- package/esm/lib/sdks.d.ts +56 -0
- package/esm/lib/sdks.d.ts.map +1 -0
- package/esm/lib/sdks.js +269 -0
- package/esm/lib/sdks.js.map +1 -0
- package/esm/lib/security.d.ts +82 -0
- package/esm/lib/security.d.ts.map +1 -0
- package/esm/lib/security.js +131 -0
- package/esm/lib/security.js.map +1 -0
- package/esm/lib/url.d.ts +5 -0
- package/esm/lib/url.d.ts.map +1 -0
- package/esm/lib/url.js +22 -0
- package/esm/lib/url.js.map +1 -0
- package/esm/models/components/aclaction.d.ts +43 -0
- package/esm/models/components/aclaction.d.ts.map +1 -0
- package/esm/models/components/aclaction.js +31 -0
- package/esm/models/components/aclaction.js.map +1 -0
- package/esm/models/components/authtoken.d.ts +304 -0
- package/esm/models/components/authtoken.d.ts.map +1 -0
- package/esm/models/components/authtoken.js +234 -0
- package/esm/models/components/authtoken.js.map +1 -0
- package/esm/models/components/authuser.d.ts +1057 -0
- package/esm/models/components/authuser.d.ts.map +1 -0
- package/esm/models/components/authuser.js +780 -0
- package/esm/models/components/authuser.js.map +1 -0
- package/esm/models/components/authuserlimited.d.ts +99 -0
- package/esm/models/components/authuserlimited.d.ts.map +1 -0
- package/esm/models/components/authuserlimited.js +66 -0
- package/esm/models/components/authuserlimited.js.map +1 -0
- package/esm/models/components/edgeconfigitem.d.ts +43 -0
- package/esm/models/components/edgeconfigitem.d.ts.map +1 -0
- package/esm/models/components/edgeconfigitem.js +42 -0
- package/esm/models/components/edgeconfigitem.js.map +1 -0
- package/esm/models/components/edgeconfigitemvalue.d.ts +29 -0
- package/esm/models/components/edgeconfigitemvalue.d.ts.map +1 -0
- package/esm/models/components/edgeconfigitemvalue.js +39 -0
- package/esm/models/components/edgeconfigitemvalue.js.map +1 -0
- package/esm/models/components/edgeconfigtoken.d.ts +43 -0
- package/esm/models/components/edgeconfigtoken.d.ts.map +1 -0
- package/esm/models/components/edgeconfigtoken.js +39 -0
- package/esm/models/components/edgeconfigtoken.js.map +1 -0
- package/esm/models/components/filetree.d.ts +109 -0
- package/esm/models/components/filetree.d.ts.map +1 -0
- package/esm/models/components/filetree.js +69 -0
- package/esm/models/components/filetree.js.map +1 -0
- package/esm/models/components/flagjsonvalue.d.ts +29 -0
- package/esm/models/components/flagjsonvalue.d.ts.map +1 -0
- package/esm/models/components/flagjsonvalue.js +39 -0
- package/esm/models/components/flagjsonvalue.js.map +1 -0
- package/esm/models/components/pagination.d.ts +45 -0
- package/esm/models/components/pagination.d.ts.map +1 -0
- package/esm/models/components/pagination.js +35 -0
- package/esm/models/components/pagination.js.map +1 -0
- package/esm/models/components/security.d.ts +29 -0
- package/esm/models/components/security.d.ts.map +1 -0
- package/esm/models/components/security.js +31 -0
- package/esm/models/components/security.js.map +1 -0
- package/esm/models/components/teamlimited.d.ts +440 -0
- package/esm/models/components/teamlimited.d.ts.map +1 -0
- package/esm/models/components/teamlimited.js +327 -0
- package/esm/models/components/teamlimited.js.map +1 -0
- package/esm/models/components/userevent.d.ts +28 -0
- package/esm/models/components/userevent.d.ts.map +1 -0
- package/esm/models/components/userevent.js +27 -0
- package/esm/models/components/userevent.js.map +1 -0
- package/esm/models/errors/httpclienterrors.d.ts +44 -0
- package/esm/models/errors/httpclienterrors.d.ts.map +1 -0
- package/esm/models/errors/httpclienterrors.js +69 -0
- package/esm/models/errors/httpclienterrors.js.map +1 -0
- package/esm/models/errors/sdkerror.d.ts +8 -0
- package/esm/models/errors/sdkerror.d.ts.map +1 -0
- package/esm/models/errors/sdkerror.js +17 -0
- package/esm/models/errors/sdkerror.js.map +1 -0
- package/esm/models/errors/sdkvalidationerror.d.ts +20 -0
- package/esm/models/errors/sdkvalidationerror.d.ts.map +1 -0
- package/esm/models/errors/sdkvalidationerror.js +77 -0
- package/esm/models/errors/sdkvalidationerror.js.map +1 -0
- package/esm/models/operations/addprojectdomain.d.ts +213 -0
- package/esm/models/operations/addprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/addprojectdomain.js +179 -0
- package/esm/models/operations/addprojectdomain.js.map +1 -0
- package/esm/models/operations/addprojectmember.d.ts +325 -0
- package/esm/models/operations/addprojectmember.d.ts.map +1 -0
- package/esm/models/operations/addprojectmember.js +271 -0
- package/esm/models/operations/addprojectmember.js.map +1 -0
- package/esm/models/operations/artifactexists.d.ts +42 -0
- package/esm/models/operations/artifactexists.d.ts.map +1 -0
- package/esm/models/operations/artifactexists.js +35 -0
- package/esm/models/operations/artifactexists.js.map +1 -0
- package/esm/models/operations/artifactquery.d.ts +167 -0
- package/esm/models/operations/artifactquery.d.ts.map +1 -0
- package/esm/models/operations/artifactquery.js +176 -0
- package/esm/models/operations/artifactquery.js.map +1 -0
- package/esm/models/operations/assignalias.d.ts +123 -0
- package/esm/models/operations/assignalias.d.ts.map +1 -0
- package/esm/models/operations/assignalias.js +104 -0
- package/esm/models/operations/assignalias.js.map +1 -0
- package/esm/models/operations/buydomain.d.ts +264 -0
- package/esm/models/operations/buydomain.d.ts.map +1 -0
- package/esm/models/operations/buydomain.js +236 -0
- package/esm/models/operations/buydomain.js.map +1 -0
- package/esm/models/operations/canceldeployment.d.ts +2936 -0
- package/esm/models/operations/canceldeployment.d.ts.map +1 -0
- package/esm/models/operations/canceldeployment.js +2690 -0
- package/esm/models/operations/canceldeployment.js.map +1 -0
- package/esm/models/operations/checkdomainprice.d.ts +109 -0
- package/esm/models/operations/checkdomainprice.d.ts.map +1 -0
- package/esm/models/operations/checkdomainprice.js +82 -0
- package/esm/models/operations/checkdomainprice.js.map +1 -0
- package/esm/models/operations/checkdomainstatus.d.ts +70 -0
- package/esm/models/operations/checkdomainstatus.d.ts.map +1 -0
- package/esm/models/operations/checkdomainstatus.js +60 -0
- package/esm/models/operations/checkdomainstatus.js.map +1 -0
- package/esm/models/operations/createaccessgroup.d.ts +194 -0
- package/esm/models/operations/createaccessgroup.d.ts.map +1 -0
- package/esm/models/operations/createaccessgroup.js +164 -0
- package/esm/models/operations/createaccessgroup.js.map +1 -0
- package/esm/models/operations/createaccessgroupproject.d.ts +172 -0
- package/esm/models/operations/createaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/createaccessgroupproject.js +154 -0
- package/esm/models/operations/createaccessgroupproject.js.map +1 -0
- package/esm/models/operations/createauthtoken.d.ts +103 -0
- package/esm/models/operations/createauthtoken.d.ts.map +1 -0
- package/esm/models/operations/createauthtoken.js +101 -0
- package/esm/models/operations/createauthtoken.js.map +1 -0
- package/esm/models/operations/createcheck.d.ts +531 -0
- package/esm/models/operations/createcheck.d.ts.map +1 -0
- package/esm/models/operations/createcheck.js +487 -0
- package/esm/models/operations/createcheck.js.map +1 -0
- package/esm/models/operations/createconfigurablelogdrain.d.ts +445 -0
- package/esm/models/operations/createconfigurablelogdrain.d.ts.map +1 -0
- package/esm/models/operations/createconfigurablelogdrain.js +353 -0
- package/esm/models/operations/createconfigurablelogdrain.js.map +1 -0
- package/esm/models/operations/createdeployment.d.ts +3934 -0
- package/esm/models/operations/createdeployment.d.ts.map +1 -0
- package/esm/models/operations/createdeployment.js +3463 -0
- package/esm/models/operations/createdeployment.js.map +1 -0
- package/esm/models/operations/createedgeconfig.d.ts +332 -0
- package/esm/models/operations/createedgeconfig.d.ts.map +1 -0
- package/esm/models/operations/createedgeconfig.js +407 -0
- package/esm/models/operations/createedgeconfig.js.map +1 -0
- package/esm/models/operations/createedgeconfigtoken.d.ts +93 -0
- package/esm/models/operations/createedgeconfigtoken.d.ts.map +1 -0
- package/esm/models/operations/createedgeconfigtoken.js +100 -0
- package/esm/models/operations/createedgeconfigtoken.js.map +1 -0
- package/esm/models/operations/createevent.d.ts +187 -0
- package/esm/models/operations/createevent.d.ts.map +1 -0
- package/esm/models/operations/createevent.js +195 -0
- package/esm/models/operations/createevent.js.map +1 -0
- package/esm/models/operations/createlogdrain.d.ts +440 -0
- package/esm/models/operations/createlogdrain.d.ts.map +1 -0
- package/esm/models/operations/createlogdrain.js +298 -0
- package/esm/models/operations/createlogdrain.js.map +1 -0
- package/esm/models/operations/createortransferdomain.d.ts +388 -0
- package/esm/models/operations/createortransferdomain.d.ts.map +1 -0
- package/esm/models/operations/createortransferdomain.js +310 -0
- package/esm/models/operations/createortransferdomain.js.map +1 -0
- package/esm/models/operations/createproject.d.ts +5219 -0
- package/esm/models/operations/createproject.d.ts.map +1 -0
- package/esm/models/operations/createproject.js +4624 -0
- package/esm/models/operations/createproject.js.map +1 -0
- package/esm/models/operations/createprojectenv.d.ts +2820 -0
- package/esm/models/operations/createprojectenv.d.ts.map +1 -0
- package/esm/models/operations/createprojectenv.js +2660 -0
- package/esm/models/operations/createprojectenv.js.map +1 -0
- package/esm/models/operations/createrecord.d.ts +1216 -0
- package/esm/models/operations/createrecord.d.ts.map +1 -0
- package/esm/models/operations/createrecord.js +884 -0
- package/esm/models/operations/createrecord.js.map +1 -0
- package/esm/models/operations/createteam.d.ts +190 -0
- package/esm/models/operations/createteam.d.ts.map +1 -0
- package/esm/models/operations/createteam.js +149 -0
- package/esm/models/operations/createteam.js.map +1 -0
- package/esm/models/operations/createwebhook.d.ts +422 -0
- package/esm/models/operations/createwebhook.d.ts.map +1 -0
- package/esm/models/operations/createwebhook.js +232 -0
- package/esm/models/operations/createwebhook.js.map +1 -0
- package/esm/models/operations/deleteaccessgroup.d.ts +39 -0
- package/esm/models/operations/deleteaccessgroup.d.ts.map +1 -0
- package/esm/models/operations/deleteaccessgroup.js +35 -0
- package/esm/models/operations/deleteaccessgroup.js.map +1 -0
- package/esm/models/operations/deleteaccessgroupproject.d.ts +41 -0
- package/esm/models/operations/deleteaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/deleteaccessgroupproject.js +37 -0
- package/esm/models/operations/deleteaccessgroupproject.js.map +1 -0
- package/esm/models/operations/deletealias.d.ts +93 -0
- package/esm/models/operations/deletealias.d.ts.map +1 -0
- package/esm/models/operations/deletealias.js +78 -0
- package/esm/models/operations/deletealias.js.map +1 -0
- package/esm/models/operations/deleteauthtoken.d.ts +63 -0
- package/esm/models/operations/deleteauthtoken.d.ts.map +1 -0
- package/esm/models/operations/deleteauthtoken.js +56 -0
- package/esm/models/operations/deleteauthtoken.js.map +1 -0
- package/esm/models/operations/deleteconfigurablelogdrain.d.ts +39 -0
- package/esm/models/operations/deleteconfigurablelogdrain.d.ts.map +1 -0
- package/esm/models/operations/deleteconfigurablelogdrain.js +35 -0
- package/esm/models/operations/deleteconfigurablelogdrain.js.map +1 -0
- package/esm/models/operations/deleteconfiguration.d.ts +39 -0
- package/esm/models/operations/deleteconfiguration.d.ts.map +1 -0
- package/esm/models/operations/deleteconfiguration.js +35 -0
- package/esm/models/operations/deleteconfiguration.js.map +1 -0
- package/esm/models/operations/deletedeployment.d.ts +112 -0
- package/esm/models/operations/deletedeployment.d.ts.map +1 -0
- package/esm/models/operations/deletedeployment.js +85 -0
- package/esm/models/operations/deletedeployment.js.map +1 -0
- package/esm/models/operations/deletedomain.d.ts +73 -0
- package/esm/models/operations/deletedomain.d.ts.map +1 -0
- package/esm/models/operations/deletedomain.js +60 -0
- package/esm/models/operations/deletedomain.js.map +1 -0
- package/esm/models/operations/deleteedgeconfig.d.ts +39 -0
- package/esm/models/operations/deleteedgeconfig.d.ts.map +1 -0
- package/esm/models/operations/deleteedgeconfig.js +35 -0
- package/esm/models/operations/deleteedgeconfig.js.map +1 -0
- package/esm/models/operations/deleteedgeconfigschema.d.ts +39 -0
- package/esm/models/operations/deleteedgeconfigschema.d.ts.map +1 -0
- package/esm/models/operations/deleteedgeconfigschema.js +35 -0
- package/esm/models/operations/deleteedgeconfigschema.js.map +1 -0
- package/esm/models/operations/deleteedgeconfigtokens.d.ts +66 -0
- package/esm/models/operations/deleteedgeconfigtokens.d.ts.map +1 -0
- package/esm/models/operations/deleteedgeconfigtokens.js +73 -0
- package/esm/models/operations/deleteedgeconfigtokens.js.map +1 -0
- package/esm/models/operations/deleteintegrationlogdrain.d.ts +42 -0
- package/esm/models/operations/deleteintegrationlogdrain.d.ts.map +1 -0
- package/esm/models/operations/deleteintegrationlogdrain.js +35 -0
- package/esm/models/operations/deleteintegrationlogdrain.js.map +1 -0
- package/esm/models/operations/deleteproject.d.ts +42 -0
- package/esm/models/operations/deleteproject.d.ts.map +1 -0
- package/esm/models/operations/deleteproject.js +35 -0
- package/esm/models/operations/deleteproject.js.map +1 -0
- package/esm/models/operations/deleteteam.d.ts +144 -0
- package/esm/models/operations/deleteteam.d.ts.map +1 -0
- package/esm/models/operations/deleteteam.js +125 -0
- package/esm/models/operations/deleteteam.js.map +1 -0
- package/esm/models/operations/deleteteaminvitecode.d.ts +68 -0
- package/esm/models/operations/deleteteaminvitecode.d.ts.map +1 -0
- package/esm/models/operations/deleteteaminvitecode.js +58 -0
- package/esm/models/operations/deleteteaminvitecode.js.map +1 -0
- package/esm/models/operations/deletewebhook.d.ts +39 -0
- package/esm/models/operations/deletewebhook.d.ts.map +1 -0
- package/esm/models/operations/deletewebhook.js +35 -0
- package/esm/models/operations/deletewebhook.js.map +1 -0
- package/esm/models/operations/downloadartifact.d.ts +52 -0
- package/esm/models/operations/downloadartifact.d.ts.map +1 -0
- package/esm/models/operations/downloadartifact.js +50 -0
- package/esm/models/operations/downloadartifact.js.map +1 -0
- package/esm/models/operations/editprojectenv.d.ts +1188 -0
- package/esm/models/operations/editprojectenv.d.ts.map +1 -0
- package/esm/models/operations/editprojectenv.js +1118 -0
- package/esm/models/operations/editprojectenv.js.map +1 -0
- package/esm/models/operations/exchangessotoken.d.ts +81 -0
- package/esm/models/operations/exchangessotoken.d.ts.map +1 -0
- package/esm/models/operations/exchangessotoken.js +93 -0
- package/esm/models/operations/exchangessotoken.js.map +1 -0
- package/esm/models/operations/filterprojectenvs.d.ts +3154 -0
- package/esm/models/operations/filterprojectenvs.d.ts.map +1 -0
- package/esm/models/operations/filterprojectenvs.js +3045 -0
- package/esm/models/operations/filterprojectenvs.js.map +1 -0
- package/esm/models/operations/getaccountinfo.d.ts +85 -0
- package/esm/models/operations/getaccountinfo.d.ts.map +1 -0
- package/esm/models/operations/getaccountinfo.js +87 -0
- package/esm/models/operations/getaccountinfo.js.map +1 -0
- package/esm/models/operations/getalias.d.ts +508 -0
- package/esm/models/operations/getalias.d.ts.map +1 -0
- package/esm/models/operations/getalias.js +406 -0
- package/esm/models/operations/getalias.js.map +1 -0
- package/esm/models/operations/getallchecks.d.ts +495 -0
- package/esm/models/operations/getallchecks.d.ts.map +1 -0
- package/esm/models/operations/getallchecks.js +462 -0
- package/esm/models/operations/getallchecks.js.map +1 -0
- package/esm/models/operations/getalllogdrains.d.ts +289 -0
- package/esm/models/operations/getalllogdrains.d.ts.map +1 -0
- package/esm/models/operations/getalllogdrains.js +228 -0
- package/esm/models/operations/getalllogdrains.js.map +1 -0
- package/esm/models/operations/getauthtoken.d.ts +64 -0
- package/esm/models/operations/getauthtoken.d.ts.map +1 -0
- package/esm/models/operations/getauthtoken.js +57 -0
- package/esm/models/operations/getauthtoken.js.map +1 -0
- package/esm/models/operations/getauthuser.d.ts +55 -0
- package/esm/models/operations/getauthuser.d.ts.map +1 -0
- package/esm/models/operations/getauthuser.js +55 -0
- package/esm/models/operations/getauthuser.js.map +1 -0
- package/esm/models/operations/getcertbyid.d.ts +75 -0
- package/esm/models/operations/getcertbyid.d.ts.map +1 -0
- package/esm/models/operations/getcertbyid.js +68 -0
- package/esm/models/operations/getcertbyid.js.map +1 -0
- package/esm/models/operations/getcheck.d.ts +481 -0
- package/esm/models/operations/getcheck.d.ts.map +1 -0
- package/esm/models/operations/getcheck.js +444 -0
- package/esm/models/operations/getcheck.js.map +1 -0
- package/esm/models/operations/getconfigurablelogdrain.d.ts +286 -0
- package/esm/models/operations/getconfigurablelogdrain.d.ts.map +1 -0
- package/esm/models/operations/getconfigurablelogdrain.js +227 -0
- package/esm/models/operations/getconfigurablelogdrain.js.map +1 -0
- package/esm/models/operations/getconfiguration.d.ts +756 -0
- package/esm/models/operations/getconfiguration.d.ts.map +1 -0
- package/esm/models/operations/getconfiguration.js +568 -0
- package/esm/models/operations/getconfiguration.js.map +1 -0
- package/esm/models/operations/getconfigurations.d.ts +995 -0
- package/esm/models/operations/getconfigurations.d.ts.map +1 -0
- package/esm/models/operations/getconfigurations.js +790 -0
- package/esm/models/operations/getconfigurations.js.map +1 -0
- package/esm/models/operations/getdeployment.d.ts +4284 -0
- package/esm/models/operations/getdeployment.d.ts.map +1 -0
- package/esm/models/operations/getdeployment.js +3955 -0
- package/esm/models/operations/getdeployment.js.map +1 -0
- package/esm/models/operations/getdeploymentevents.d.ts +137 -0
- package/esm/models/operations/getdeploymentevents.d.ts.map +1 -0
- package/esm/models/operations/getdeploymentevents.js +97 -0
- package/esm/models/operations/getdeploymentevents.js.map +1 -0
- package/esm/models/operations/getdeploymentfilecontents.d.ts +52 -0
- package/esm/models/operations/getdeploymentfilecontents.d.ts.map +1 -0
- package/esm/models/operations/getdeploymentfilecontents.js +39 -0
- package/esm/models/operations/getdeploymentfilecontents.js.map +1 -0
- package/esm/models/operations/getdeployments.d.ts +1105 -0
- package/esm/models/operations/getdeployments.d.ts.map +1 -0
- package/esm/models/operations/getdeployments.js +723 -0
- package/esm/models/operations/getdeployments.js.map +1 -0
- package/esm/models/operations/getdomain.d.ts +245 -0
- package/esm/models/operations/getdomain.d.ts.map +1 -0
- package/esm/models/operations/getdomain.js +176 -0
- package/esm/models/operations/getdomain.js.map +1 -0
- package/esm/models/operations/getdomainconfig.d.ts +185 -0
- package/esm/models/operations/getdomainconfig.d.ts.map +1 -0
- package/esm/models/operations/getdomainconfig.js +135 -0
- package/esm/models/operations/getdomainconfig.js.map +1 -0
- package/esm/models/operations/getdomains.d.ts +259 -0
- package/esm/models/operations/getdomains.d.ts.map +1 -0
- package/esm/models/operations/getdomains.js +180 -0
- package/esm/models/operations/getdomains.js.map +1 -0
- package/esm/models/operations/getdomaintransfer.d.ts +169 -0
- package/esm/models/operations/getdomaintransfer.d.ts.map +1 -0
- package/esm/models/operations/getdomaintransfer.js +118 -0
- package/esm/models/operations/getdomaintransfer.js.map +1 -0
- package/esm/models/operations/getedgeconfig.d.ts +196 -0
- package/esm/models/operations/getedgeconfig.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfig.js +175 -0
- package/esm/models/operations/getedgeconfig.js.map +1 -0
- package/esm/models/operations/getedgeconfigbackup.d.ts +398 -0
- package/esm/models/operations/getedgeconfigbackup.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigbackup.js +386 -0
- package/esm/models/operations/getedgeconfigbackup.js.map +1 -0
- package/esm/models/operations/getedgeconfigbackups.d.ts +159 -0
- package/esm/models/operations/getedgeconfigbackups.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigbackups.js +157 -0
- package/esm/models/operations/getedgeconfigbackups.js.map +1 -0
- package/esm/models/operations/getedgeconfigitem.d.ts +41 -0
- package/esm/models/operations/getedgeconfigitem.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigitem.js +37 -0
- package/esm/models/operations/getedgeconfigitem.js.map +1 -0
- package/esm/models/operations/getedgeconfigitems.d.ts +39 -0
- package/esm/models/operations/getedgeconfigitems.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigitems.js +35 -0
- package/esm/models/operations/getedgeconfigitems.js.map +1 -0
- package/esm/models/operations/getedgeconfigs.d.ts +191 -0
- package/esm/models/operations/getedgeconfigs.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigs.js +174 -0
- package/esm/models/operations/getedgeconfigs.js.map +1 -0
- package/esm/models/operations/getedgeconfigschema.d.ts +63 -0
- package/esm/models/operations/getedgeconfigschema.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigschema.js +56 -0
- package/esm/models/operations/getedgeconfigschema.js.map +1 -0
- package/esm/models/operations/getedgeconfigtoken.d.ts +41 -0
- package/esm/models/operations/getedgeconfigtoken.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigtoken.js +37 -0
- package/esm/models/operations/getedgeconfigtoken.js.map +1 -0
- package/esm/models/operations/getedgeconfigtokens.d.ts +39 -0
- package/esm/models/operations/getedgeconfigtokens.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigtokens.js +35 -0
- package/esm/models/operations/getedgeconfigtokens.js.map +1 -0
- package/esm/models/operations/getfirewallconfig.d.ts +1347 -0
- package/esm/models/operations/getfirewallconfig.d.ts.map +1 -0
- package/esm/models/operations/getfirewallconfig.js +1168 -0
- package/esm/models/operations/getfirewallconfig.js.map +1 -0
- package/esm/models/operations/getintegrationlogdrains.d.ts +281 -0
- package/esm/models/operations/getintegrationlogdrains.d.ts.map +1 -0
- package/esm/models/operations/getintegrationlogdrains.js +184 -0
- package/esm/models/operations/getintegrationlogdrains.js.map +1 -0
- package/esm/models/operations/getinvoice.d.ts +232 -0
- package/esm/models/operations/getinvoice.d.ts.map +1 -0
- package/esm/models/operations/getinvoice.js +219 -0
- package/esm/models/operations/getinvoice.js.map +1 -0
- package/esm/models/operations/getmember.d.ts +84 -0
- package/esm/models/operations/getmember.d.ts.map +1 -0
- package/esm/models/operations/getmember.js +79 -0
- package/esm/models/operations/getmember.js.map +1 -0
- package/esm/models/operations/getprojectdomain.d.ts +132 -0
- package/esm/models/operations/getprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/getprojectdomain.js +113 -0
- package/esm/models/operations/getprojectdomain.js.map +1 -0
- package/esm/models/operations/getprojectdomains.d.ts +367 -0
- package/esm/models/operations/getprojectdomains.d.ts.map +1 -0
- package/esm/models/operations/getprojectdomains.js +272 -0
- package/esm/models/operations/getprojectdomains.js.map +1 -0
- package/esm/models/operations/getprojectenv.d.ts +3034 -0
- package/esm/models/operations/getprojectenv.d.ts.map +1 -0
- package/esm/models/operations/getprojectenv.js +2955 -0
- package/esm/models/operations/getprojectenv.js.map +1 -0
- package/esm/models/operations/getprojectmembers.d.ts +357 -0
- package/esm/models/operations/getprojectmembers.d.ts.map +1 -0
- package/esm/models/operations/getprojectmembers.js +262 -0
- package/esm/models/operations/getprojectmembers.js.map +1 -0
- package/esm/models/operations/getprojects.d.ts +4792 -0
- package/esm/models/operations/getprojects.d.ts.map +1 -0
- package/esm/models/operations/getprojects.js +4372 -0
- package/esm/models/operations/getprojects.js.map +1 -0
- package/esm/models/operations/getrecords.d.ts +330 -0
- package/esm/models/operations/getrecords.d.ts.map +1 -0
- package/esm/models/operations/getrecords.js +271 -0
- package/esm/models/operations/getrecords.js.map +1 -0
- package/esm/models/operations/getteam.d.ts +37 -0
- package/esm/models/operations/getteam.d.ts.map +1 -0
- package/esm/models/operations/getteam.js +33 -0
- package/esm/models/operations/getteam.js.map +1 -0
- package/esm/models/operations/getteamaccessrequest.d.ts +303 -0
- package/esm/models/operations/getteamaccessrequest.d.ts.map +1 -0
- package/esm/models/operations/getteamaccessrequest.js +241 -0
- package/esm/models/operations/getteamaccessrequest.js.map +1 -0
- package/esm/models/operations/getteammembers.d.ts +691 -0
- package/esm/models/operations/getteammembers.d.ts.map +1 -0
- package/esm/models/operations/getteammembers.js +514 -0
- package/esm/models/operations/getteammembers.js.map +1 -0
- package/esm/models/operations/getteams.d.ts +106 -0
- package/esm/models/operations/getteams.d.ts.map +1 -0
- package/esm/models/operations/getteams.js +86 -0
- package/esm/models/operations/getteams.js.map +1 -0
- package/esm/models/operations/getwebhook.d.ts +246 -0
- package/esm/models/operations/getwebhook.d.ts.map +1 -0
- package/esm/models/operations/getwebhook.js +133 -0
- package/esm/models/operations/getwebhook.js.map +1 -0
- package/esm/models/operations/getwebhooks.d.ts +660 -0
- package/esm/models/operations/getwebhooks.d.ts.map +1 -0
- package/esm/models/operations/getwebhooks.js +355 -0
- package/esm/models/operations/getwebhooks.js.map +1 -0
- package/esm/models/operations/gitnamespaces.d.ts +126 -0
- package/esm/models/operations/gitnamespaces.d.ts.map +1 -0
- package/esm/models/operations/gitnamespaces.js +115 -0
- package/esm/models/operations/gitnamespaces.js.map +1 -0
- package/esm/models/operations/inviteusertoteam.d.ts +361 -0
- package/esm/models/operations/inviteusertoteam.d.ts.map +1 -0
- package/esm/models/operations/inviteusertoteam.js +289 -0
- package/esm/models/operations/inviteusertoteam.js.map +1 -0
- package/esm/models/operations/issuecert.d.ts +100 -0
- package/esm/models/operations/issuecert.d.ts.map +1 -0
- package/esm/models/operations/issuecert.js +102 -0
- package/esm/models/operations/issuecert.js.map +1 -0
- package/esm/models/operations/jointeam.d.ts +105 -0
- package/esm/models/operations/jointeam.d.ts.map +1 -0
- package/esm/models/operations/jointeam.js +98 -0
- package/esm/models/operations/jointeam.js.map +1 -0
- package/esm/models/operations/listaccessgroupmembers.d.ts +186 -0
- package/esm/models/operations/listaccessgroupmembers.d.ts.map +1 -0
- package/esm/models/operations/listaccessgroupmembers.js +156 -0
- package/esm/models/operations/listaccessgroupmembers.js.map +1 -0
- package/esm/models/operations/listaccessgroupprojects.d.ts +197 -0
- package/esm/models/operations/listaccessgroupprojects.d.ts.map +1 -0
- package/esm/models/operations/listaccessgroupprojects.js +175 -0
- package/esm/models/operations/listaccessgroupprojects.js.map +1 -0
- package/esm/models/operations/listaccessgroups.d.ts +229 -0
- package/esm/models/operations/listaccessgroups.d.ts.map +1 -0
- package/esm/models/operations/listaccessgroups.js +192 -0
- package/esm/models/operations/listaccessgroups.js.map +1 -0
- package/esm/models/operations/listaliases.d.ts +573 -0
- package/esm/models/operations/listaliases.d.ts.map +1 -0
- package/esm/models/operations/listaliases.js +461 -0
- package/esm/models/operations/listaliases.js.map +1 -0
- package/esm/models/operations/listauthtokens.d.ts +41 -0
- package/esm/models/operations/listauthtokens.d.ts.map +1 -0
- package/esm/models/operations/listauthtokens.js +37 -0
- package/esm/models/operations/listauthtokens.js.map +1 -0
- package/esm/models/operations/listdeploymentaliases.d.ts +397 -0
- package/esm/models/operations/listdeploymentaliases.d.ts.map +1 -0
- package/esm/models/operations/listdeploymentaliases.js +350 -0
- package/esm/models/operations/listdeploymentaliases.js.map +1 -0
- package/esm/models/operations/listdeploymentfiles.d.ts +42 -0
- package/esm/models/operations/listdeploymentfiles.d.ts.map +1 -0
- package/esm/models/operations/listdeploymentfiles.js +35 -0
- package/esm/models/operations/listdeploymentfiles.js.map +1 -0
- package/esm/models/operations/listpromotealiases.d.ts +161 -0
- package/esm/models/operations/listpromotealiases.d.ts.map +1 -0
- package/esm/models/operations/listpromotealiases.js +148 -0
- package/esm/models/operations/listpromotealiases.js.map +1 -0
- package/esm/models/operations/listuserevents.d.ts +99 -0
- package/esm/models/operations/listuserevents.d.ts.map +1 -0
- package/esm/models/operations/listuserevents.js +71 -0
- package/esm/models/operations/listuserevents.js.map +1 -0
- package/esm/models/operations/patchdomain.d.ts +240 -0
- package/esm/models/operations/patchdomain.d.ts.map +1 -0
- package/esm/models/operations/patchdomain.js +247 -0
- package/esm/models/operations/patchdomain.js.map +1 -0
- package/esm/models/operations/patchedgeconfigschema.d.ts +92 -0
- package/esm/models/operations/patchedgeconfigschema.d.ts.map +1 -0
- package/esm/models/operations/patchedgeconfigschema.js +96 -0
- package/esm/models/operations/patchedgeconfigschema.js.map +1 -0
- package/esm/models/operations/patchteam.d.ts +278 -0
- package/esm/models/operations/patchteam.d.ts.map +1 -0
- package/esm/models/operations/patchteam.js +220 -0
- package/esm/models/operations/patchteam.js.map +1 -0
- package/esm/models/operations/putfirewallconfig.d.ts +2662 -0
- package/esm/models/operations/putfirewallconfig.d.ts.map +1 -0
- package/esm/models/operations/putfirewallconfig.js +2342 -0
- package/esm/models/operations/putfirewallconfig.js.map +1 -0
- package/esm/models/operations/readaccessgroup.d.ts +124 -0
- package/esm/models/operations/readaccessgroup.d.ts.map +1 -0
- package/esm/models/operations/readaccessgroup.js +94 -0
- package/esm/models/operations/readaccessgroup.js.map +1 -0
- package/esm/models/operations/readaccessgroupproject.d.ts +105 -0
- package/esm/models/operations/readaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/readaccessgroupproject.js +92 -0
- package/esm/models/operations/readaccessgroupproject.js.map +1 -0
- package/esm/models/operations/recordevents.d.ts +160 -0
- package/esm/models/operations/recordevents.d.ts.map +1 -0
- package/esm/models/operations/recordevents.js +130 -0
- package/esm/models/operations/recordevents.js.map +1 -0
- package/esm/models/operations/removecert.d.ts +63 -0
- package/esm/models/operations/removecert.d.ts.map +1 -0
- package/esm/models/operations/removecert.js +56 -0
- package/esm/models/operations/removecert.js.map +1 -0
- package/esm/models/operations/removeprojectdomain.d.ts +71 -0
- package/esm/models/operations/removeprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/removeprojectdomain.js +58 -0
- package/esm/models/operations/removeprojectdomain.js.map +1 -0
- package/esm/models/operations/removeprojectenv.d.ts +3074 -0
- package/esm/models/operations/removeprojectenv.d.ts.map +1 -0
- package/esm/models/operations/removeprojectenv.js +2988 -0
- package/esm/models/operations/removeprojectenv.js.map +1 -0
- package/esm/models/operations/removeprojectmember.d.ts +72 -0
- package/esm/models/operations/removeprojectmember.d.ts.map +1 -0
- package/esm/models/operations/removeprojectmember.js +62 -0
- package/esm/models/operations/removeprojectmember.js.map +1 -0
- package/esm/models/operations/removerecord.d.ts +65 -0
- package/esm/models/operations/removerecord.d.ts.map +1 -0
- package/esm/models/operations/removerecord.js +58 -0
- package/esm/models/operations/removerecord.js.map +1 -0
- package/esm/models/operations/removeteammember.d.ts +70 -0
- package/esm/models/operations/removeteammember.d.ts.map +1 -0
- package/esm/models/operations/removeteammember.js +60 -0
- package/esm/models/operations/removeteammember.js.map +1 -0
- package/esm/models/operations/requestaccesstoteam.d.ts +415 -0
- package/esm/models/operations/requestaccesstoteam.d.ts.map +1 -0
- package/esm/models/operations/requestaccesstoteam.js +365 -0
- package/esm/models/operations/requestaccesstoteam.js.map +1 -0
- package/esm/models/operations/requestdelete.d.ts +109 -0
- package/esm/models/operations/requestdelete.d.ts.map +1 -0
- package/esm/models/operations/requestdelete.js +88 -0
- package/esm/models/operations/requestdelete.js.map +1 -0
- package/esm/models/operations/requestpromote.d.ts +41 -0
- package/esm/models/operations/requestpromote.d.ts.map +1 -0
- package/esm/models/operations/requestpromote.js +37 -0
- package/esm/models/operations/requestpromote.js.map +1 -0
- package/esm/models/operations/rerequestcheck.d.ts +68 -0
- package/esm/models/operations/rerequestcheck.d.ts.map +1 -0
- package/esm/models/operations/rerequestcheck.js +58 -0
- package/esm/models/operations/rerequestcheck.js.map +1 -0
- package/esm/models/operations/searchrepo.d.ts +421 -0
- package/esm/models/operations/searchrepo.d.ts.map +1 -0
- package/esm/models/operations/searchrepo.js +385 -0
- package/esm/models/operations/searchrepo.js.map +1 -0
- package/esm/models/operations/status.d.ts +94 -0
- package/esm/models/operations/status.d.ts.map +1 -0
- package/esm/models/operations/status.js +79 -0
- package/esm/models/operations/status.js.map +1 -0
- package/esm/models/operations/submitbillingdata.d.ts +448 -0
- package/esm/models/operations/submitbillingdata.d.ts.map +1 -0
- package/esm/models/operations/submitbillingdata.js +355 -0
- package/esm/models/operations/submitbillingdata.js.map +1 -0
- package/esm/models/operations/submitinvoice.d.ts +299 -0
- package/esm/models/operations/submitinvoice.d.ts.map +1 -0
- package/esm/models/operations/submitinvoice.js +269 -0
- package/esm/models/operations/submitinvoice.js.map +1 -0
- package/esm/models/operations/updateaccessgroup.d.ts +231 -0
- package/esm/models/operations/updateaccessgroup.d.ts.map +1 -0
- package/esm/models/operations/updateaccessgroup.js +187 -0
- package/esm/models/operations/updateaccessgroup.js.map +1 -0
- package/esm/models/operations/updateaccessgroupproject.d.ts +169 -0
- package/esm/models/operations/updateaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/updateaccessgroupproject.js +154 -0
- package/esm/models/operations/updateaccessgroupproject.js.map +1 -0
- package/esm/models/operations/updateattackchallengemode.d.ts +95 -0
- package/esm/models/operations/updateattackchallengemode.d.ts.map +1 -0
- package/esm/models/operations/updateattackchallengemode.js +102 -0
- package/esm/models/operations/updateattackchallengemode.js.map +1 -0
- package/esm/models/operations/updatecheck.d.ts +964 -0
- package/esm/models/operations/updatecheck.d.ts.map +1 -0
- package/esm/models/operations/updatecheck.js +860 -0
- package/esm/models/operations/updatecheck.js.map +1 -0
- package/esm/models/operations/updateedgeconfig.d.ts +223 -0
- package/esm/models/operations/updateedgeconfig.d.ts.map +1 -0
- package/esm/models/operations/updateedgeconfig.js +213 -0
- package/esm/models/operations/updateedgeconfig.js.map +1 -0
- package/esm/models/operations/updatefirewallconfig.d.ts +2007 -0
- package/esm/models/operations/updatefirewallconfig.d.ts.map +1 -0
- package/esm/models/operations/updatefirewallconfig.js +1771 -0
- package/esm/models/operations/updatefirewallconfig.js.map +1 -0
- package/esm/models/operations/updateinvoice.d.ts +91 -0
- package/esm/models/operations/updateinvoice.d.ts.map +1 -0
- package/esm/models/operations/updateinvoice.js +92 -0
- package/esm/models/operations/updateinvoice.js.map +1 -0
- package/esm/models/operations/updateproject.d.ts +5421 -0
- package/esm/models/operations/updateproject.d.ts.map +1 -0
- package/esm/models/operations/updateproject.js +4767 -0
- package/esm/models/operations/updateproject.js.map +1 -0
- package/esm/models/operations/updateprojectdatacache.d.ts +4710 -0
- package/esm/models/operations/updateprojectdatacache.d.ts.map +1 -0
- package/esm/models/operations/updateprojectdatacache.js +4369 -0
- package/esm/models/operations/updateprojectdatacache.js.map +1 -0
- package/esm/models/operations/updateprojectdomain.d.ts +213 -0
- package/esm/models/operations/updateprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/updateprojectdomain.js +179 -0
- package/esm/models/operations/updateprojectdomain.js.map +1 -0
- package/esm/models/operations/updateprojectprotectionbypass.d.ts +225 -0
- package/esm/models/operations/updateprojectprotectionbypass.d.ts.map +1 -0
- package/esm/models/operations/updateprojectprotectionbypass.js +198 -0
- package/esm/models/operations/updateprojectprotectionbypass.js.map +1 -0
- package/esm/models/operations/updaterecord.d.ts +334 -0
- package/esm/models/operations/updaterecord.d.ts.map +1 -0
- package/esm/models/operations/updaterecord.js +268 -0
- package/esm/models/operations/updaterecord.js.map +1 -0
- package/esm/models/operations/updateresourcesecrets.d.ts +87 -0
- package/esm/models/operations/updateresourcesecrets.d.ts.map +1 -0
- package/esm/models/operations/updateresourcesecrets.js +100 -0
- package/esm/models/operations/updateresourcesecrets.js.map +1 -0
- package/esm/models/operations/updateteammember.d.ts +197 -0
- package/esm/models/operations/updateteammember.d.ts.map +1 -0
- package/esm/models/operations/updateteammember.js +180 -0
- package/esm/models/operations/updateteammember.js.map +1 -0
- package/esm/models/operations/uploadartifact.d.ts +100 -0
- package/esm/models/operations/uploadartifact.d.ts.map +1 -0
- package/esm/models/operations/uploadartifact.js +101 -0
- package/esm/models/operations/uploadartifact.js.map +1 -0
- package/esm/models/operations/uploadcert.d.ts +115 -0
- package/esm/models/operations/uploadcert.d.ts.map +1 -0
- package/esm/models/operations/uploadcert.js +108 -0
- package/esm/models/operations/uploadcert.js.map +1 -0
- package/esm/models/operations/uploadfile.d.ts +133 -0
- package/esm/models/operations/uploadfile.d.ts.map +1 -0
- package/esm/models/operations/uploadfile.js +129 -0
- package/esm/models/operations/uploadfile.js.map +1 -0
- package/esm/models/operations/verifyprojectdomain.d.ts +138 -0
- package/esm/models/operations/verifyprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/verifyprojectdomain.js +113 -0
- package/esm/models/operations/verifyprojectdomain.js.map +1 -0
- package/esm/sdk/accessgroups.d.ts +92 -0
- package/esm/sdk/accessgroups.d.ts.map +1 -0
- package/esm/sdk/accessgroups.js +118 -0
- package/esm/sdk/accessgroups.js.map +1 -0
- package/esm/sdk/aliases.d.ts +44 -0
- package/esm/sdk/aliases.d.ts.map +1 -0
- package/esm/sdk/aliases.js +58 -0
- package/esm/sdk/aliases.js.map +1 -0
- package/esm/sdk/artifacts.d.ts +54 -0
- package/esm/sdk/artifacts.d.ts.map +1 -0
- package/esm/sdk/artifacts.js +68 -0
- package/esm/sdk/artifacts.js.map +1 -0
- package/esm/sdk/authentication.d.ts +44 -0
- package/esm/sdk/authentication.d.ts.map +1 -0
- package/esm/sdk/authentication.js +58 -0
- package/esm/sdk/authentication.js.map +1 -0
- package/esm/sdk/certs.d.ts +36 -0
- package/esm/sdk/certs.d.ts.map +1 -0
- package/esm/sdk/certs.js +48 -0
- package/esm/sdk/certs.js.map +1 -0
- package/esm/sdk/checks.d.ts +44 -0
- package/esm/sdk/checks.d.ts.map +1 -0
- package/esm/sdk/checks.js +58 -0
- package/esm/sdk/checks.js.map +1 -0
- package/esm/sdk/deployments.d.ts +77 -0
- package/esm/sdk/deployments.d.ts.map +1 -0
- package/esm/sdk/deployments.js +98 -0
- package/esm/sdk/deployments.js.map +1 -0
- package/esm/sdk/dns.d.ts +36 -0
- package/esm/sdk/dns.d.ts.map +1 -0
- package/esm/sdk/dns.js +48 -0
- package/esm/sdk/dns.js.map +1 -0
- package/esm/sdk/domains.d.ts +84 -0
- package/esm/sdk/domains.d.ts.map +1 -0
- package/esm/sdk/domains.js +108 -0
- package/esm/sdk/domains.js.map +1 -0
- package/esm/sdk/edgeconfig.d.ts +134 -0
- package/esm/sdk/edgeconfig.d.ts.map +1 -0
- package/esm/sdk/edgeconfig.js +168 -0
- package/esm/sdk/edgeconfig.js.map +1 -0
- package/esm/sdk/integrations.d.ts +44 -0
- package/esm/sdk/integrations.d.ts.map +1 -0
- package/esm/sdk/integrations.js +58 -0
- package/esm/sdk/integrations.js.map +1 -0
- package/esm/sdk/logdrains.d.ts +60 -0
- package/esm/sdk/logdrains.d.ts.map +1 -0
- package/esm/sdk/logdrains.js +78 -0
- package/esm/sdk/logdrains.js.map +1 -0
- package/esm/sdk/marketplace.d.ts +76 -0
- package/esm/sdk/marketplace.d.ts.map +1 -0
- package/esm/sdk/marketplace.js +98 -0
- package/esm/sdk/marketplace.js.map +1 -0
- package/esm/sdk/projectmembers.d.ts +28 -0
- package/esm/sdk/projectmembers.d.ts.map +1 -0
- package/esm/sdk/projectmembers.js +38 -0
- package/esm/sdk/projectmembers.js.map +1 -0
- package/esm/sdk/projects.d.ts +156 -0
- package/esm/sdk/projects.d.ts.map +1 -0
- package/esm/sdk/projects.js +198 -0
- package/esm/sdk/projects.js.map +1 -0
- package/esm/sdk/sdk.d.ts +61 -0
- package/esm/sdk/sdk.d.ts.map +1 -0
- package/esm/sdk/sdk.js +102 -0
- package/esm/sdk/sdk.js.map +1 -0
- package/esm/sdk/security.d.ts +36 -0
- package/esm/sdk/security.d.ts.map +1 -0
- package/esm/sdk/security.js +48 -0
- package/esm/sdk/security.js.map +1 -0
- package/esm/sdk/teams.d.ts +112 -0
- package/esm/sdk/teams.d.ts.map +1 -0
- package/esm/sdk/teams.js +138 -0
- package/esm/sdk/teams.js.map +1 -0
- package/esm/sdk/user.d.ts +28 -0
- package/esm/sdk/user.d.ts.map +1 -0
- package/esm/sdk/user.js +38 -0
- package/esm/sdk/user.js.map +1 -0
- package/esm/sdk/webhooks.d.ts +36 -0
- package/esm/sdk/webhooks.d.ts.map +1 -0
- package/esm/sdk/webhooks.js +48 -0
- package/esm/sdk/webhooks.js.map +1 -0
- package/esm/types/blobs.d.ts +4 -0
- package/esm/types/blobs.d.ts.map +1 -0
- package/esm/types/blobs.js +25 -0
- package/esm/types/blobs.js.map +1 -0
- package/esm/types/constdatetime.d.ts +3 -0
- package/esm/types/constdatetime.d.ts.map +1 -0
- package/esm/types/constdatetime.js +10 -0
- package/esm/types/constdatetime.js.map +1 -0
- package/esm/types/enums.d.ts +12 -0
- package/esm/types/enums.d.ts.map +1 -0
- package/esm/types/enums.js +7 -0
- package/esm/types/enums.js.map +1 -0
- package/esm/types/fp.d.ts +31 -0
- package/esm/types/fp.d.ts.map +1 -0
- package/esm/types/fp.js +31 -0
- package/esm/types/fp.js.map +1 -0
- package/esm/types/operations.d.ts +25 -0
- package/esm/types/operations.d.ts.map +1 -0
- package/esm/types/operations.js +75 -0
- package/esm/types/operations.js.map +1 -0
- package/esm/types/rfcdate.d.ts +21 -0
- package/esm/types/rfcdate.d.ts.map +1 -0
- package/esm/types/rfcdate.js +42 -0
- package/esm/types/rfcdate.js.map +1 -0
- package/esm/types/streams.d.ts +2 -0
- package/esm/types/streams.d.ts.map +1 -0
- package/esm/types/streams.js +15 -0
- package/esm/types/streams.js.map +1 -0
- package/package.json +50 -0
- package/src/core.ts +13 -0
- package/src/funcs/accessGroupsCreateAccessGroup.ts +134 -0
- package/src/funcs/accessGroupsCreateAccessGroupProject.ts +144 -0
- package/src/funcs/accessGroupsDeleteAccessGroup.ts +139 -0
- package/src/funcs/accessGroupsDeleteAccessGroupProject.ts +146 -0
- package/src/funcs/accessGroupsListAccessGroupMembers.ts +143 -0
- package/src/funcs/accessGroupsListAccessGroupProjects.ts +142 -0
- package/src/funcs/accessGroupsListAccessGroups.ts +139 -0
- package/src/funcs/accessGroupsReadAccessGroup.ts +140 -0
- package/src/funcs/accessGroupsReadAccessGroupProject.ts +147 -0
- package/src/funcs/accessGroupsUpdateAccessGroup.ts +141 -0
- package/src/funcs/accessGroupsUpdateAccessGroupProject.ts +148 -0
- package/src/funcs/aliasesAssignAlias.ts +141 -0
- package/src/funcs/aliasesDeleteAlias.ts +140 -0
- package/src/funcs/aliasesGetAlias.ts +144 -0
- package/src/funcs/aliasesListAliases.ts +140 -0
- package/src/funcs/aliasesListDeploymentAliases.ts +140 -0
- package/src/funcs/artifactsArtifactExists.ts +139 -0
- package/src/funcs/artifactsArtifactQuery.ts +135 -0
- package/src/funcs/artifactsDownloadArtifact.ts +151 -0
- package/src/funcs/artifactsRecordEvents.ts +143 -0
- package/src/funcs/artifactsStatus.ts +133 -0
- package/src/funcs/artifactsUploadArtifact.ts +166 -0
- package/src/funcs/authenticationCreateAuthToken.ts +134 -0
- package/src/funcs/authenticationDeleteAuthToken.ts +134 -0
- package/src/funcs/authenticationExchangeSsoToken.ts +125 -0
- package/src/funcs/authenticationGetAuthToken.ts +134 -0
- package/src/funcs/authenticationListAuthTokens.ts +110 -0
- package/src/funcs/certsGetCertById.ts +140 -0
- package/src/funcs/certsIssueCert.ts +134 -0
- package/src/funcs/certsRemoveCert.ts +140 -0
- package/src/funcs/certsUploadCert.ts +134 -0
- package/src/funcs/checksCreateCheck.ts +141 -0
- package/src/funcs/checksGetAllChecks.ts +140 -0
- package/src/funcs/checksGetCheck.ts +146 -0
- package/src/funcs/checksRerequestCheck.ts +146 -0
- package/src/funcs/checksUpdateCheck.ts +147 -0
- package/src/funcs/deploymentsCancelDeployment.ts +140 -0
- package/src/funcs/deploymentsCreateDeployment.ts +136 -0
- package/src/funcs/deploymentsDeleteDeployment.ts +141 -0
- package/src/funcs/deploymentsGetDeployment.ts +141 -0
- package/src/funcs/deploymentsGetDeploymentEvents.ts +148 -0
- package/src/funcs/deploymentsGetDeploymentFileContents.ts +144 -0
- package/src/funcs/deploymentsGetDeployments.ts +144 -0
- package/src/funcs/deploymentsListDeploymentFiles.ts +143 -0
- package/src/funcs/deploymentsUploadFile.ts +151 -0
- package/src/funcs/dnsCreateRecord.ts +141 -0
- package/src/funcs/dnsGetRecords.ts +143 -0
- package/src/funcs/dnsRemoveRecord.ts +146 -0
- package/src/funcs/dnsUpdateRecord.ts +141 -0
- package/src/funcs/domainsBuyDomain.ts +135 -0
- package/src/funcs/domainsCheckDomainPrice.ts +135 -0
- package/src/funcs/domainsCheckDomainStatus.ts +134 -0
- package/src/funcs/domainsCreateOrTransferDomain.ts +134 -0
- package/src/funcs/domainsDeleteDomain.ts +140 -0
- package/src/funcs/domainsGetDomain.ts +140 -0
- package/src/funcs/domainsGetDomainConfig.ts +141 -0
- package/src/funcs/domainsGetDomainTransfer.ts +140 -0
- package/src/funcs/domainsGetDomains.ts +136 -0
- package/src/funcs/domainsPatchDomain.ts +141 -0
- package/src/funcs/edgeConfigCreateEdgeConfig.ts +134 -0
- package/src/funcs/edgeConfigCreateEdgeConfigToken.ts +141 -0
- package/src/funcs/edgeConfigDeleteEdgeConfig.ts +139 -0
- package/src/funcs/edgeConfigDeleteEdgeConfigSchema.ts +139 -0
- package/src/funcs/edgeConfigDeleteEdgeConfigTokens.ts +140 -0
- package/src/funcs/edgeConfigGetEdgeConfig.ts +140 -0
- package/src/funcs/edgeConfigGetEdgeConfigBackup.ts +147 -0
- package/src/funcs/edgeConfigGetEdgeConfigBackups.ts +143 -0
- package/src/funcs/edgeConfigGetEdgeConfigItem.ts +149 -0
- package/src/funcs/edgeConfigGetEdgeConfigItems.ts +142 -0
- package/src/funcs/edgeConfigGetEdgeConfigSchema.ts +140 -0
- package/src/funcs/edgeConfigGetEdgeConfigToken.ts +148 -0
- package/src/funcs/edgeConfigGetEdgeConfigTokens.ts +142 -0
- package/src/funcs/edgeConfigGetEdgeConfigs.ts +134 -0
- package/src/funcs/edgeConfigPatchEdgeConfigSchema.ts +142 -0
- package/src/funcs/edgeConfigUpdateEdgeConfig.ts +141 -0
- package/src/funcs/integrationsDeleteConfiguration.ts +139 -0
- package/src/funcs/integrationsGetConfiguration.ts +140 -0
- package/src/funcs/integrationsGetConfigurations.ts +136 -0
- package/src/funcs/integrationsGitNamespaces.ts +134 -0
- package/src/funcs/integrationsSearchRepo.ts +138 -0
- package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +134 -0
- package/src/funcs/logDrainsCreateLogDrain.ts +134 -0
- package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +139 -0
- package/src/funcs/logDrainsDeleteIntegrationLogDrain.ts +139 -0
- package/src/funcs/logDrainsGetAllLogDrains.ts +135 -0
- package/src/funcs/logDrainsGetConfigurableLogDrain.ts +140 -0
- package/src/funcs/logDrainsGetIntegrationLogDrains.ts +134 -0
- package/src/funcs/marketplaceCreateEvent.ts +137 -0
- package/src/funcs/marketplaceExchangeSsoToken.ts +125 -0
- package/src/funcs/marketplaceGetAccountInfo.ts +137 -0
- package/src/funcs/marketplaceGetInvoice.ts +141 -0
- package/src/funcs/marketplaceGetMember.ts +141 -0
- package/src/funcs/marketplaceSubmitBillingData.ts +137 -0
- package/src/funcs/marketplaceSubmitInvoice.ts +138 -0
- package/src/funcs/marketplaceUpdateInvoice.ts +141 -0
- package/src/funcs/marketplaceUpdateResourceSecrets.ts +146 -0
- package/src/funcs/projectMembersAddProjectMember.ts +141 -0
- package/src/funcs/projectMembersGetProjectMembers.ts +144 -0
- package/src/funcs/projectMembersRemoveProjectMember.ts +144 -0
- package/src/funcs/projectsAddProjectDomain.ts +141 -0
- package/src/funcs/projectsCreateProject.ts +134 -0
- package/src/funcs/projectsCreateProjectEnv.ts +142 -0
- package/src/funcs/projectsDeleteProject.ts +139 -0
- package/src/funcs/projectsEditProjectEnv.ts +145 -0
- package/src/funcs/projectsFilterProjectEnvs.ts +143 -0
- package/src/funcs/projectsGetProjectDomain.ts +146 -0
- package/src/funcs/projectsGetProjectDomains.ts +150 -0
- package/src/funcs/projectsGetProjectEnv.ts +144 -0
- package/src/funcs/projectsGetProjects.ts +144 -0
- package/src/funcs/projectsListPromoteAliases.ts +146 -0
- package/src/funcs/projectsRemoveProjectDomain.ts +146 -0
- package/src/funcs/projectsRemoveProjectEnv.ts +144 -0
- package/src/funcs/projectsRequestPromote.ts +145 -0
- package/src/funcs/projectsUpdateProject.ts +141 -0
- package/src/funcs/projectsUpdateProjectDataCache.ts +141 -0
- package/src/funcs/projectsUpdateProjectDomain.ts +147 -0
- package/src/funcs/projectsUpdateProjectProtectionBypass.ts +143 -0
- package/src/funcs/projectsVerifyProjectDomain.ts +146 -0
- package/src/funcs/securityGetFirewallConfig.ts +143 -0
- package/src/funcs/securityPutFirewallConfig.ts +135 -0
- package/src/funcs/securityUpdateAttackChallengeMode.ts +134 -0
- package/src/funcs/securityUpdateFirewallConfig.ts +135 -0
- package/src/funcs/teamsCreateTeam.ts +130 -0
- package/src/funcs/teamsDeleteTeam.ts +141 -0
- package/src/funcs/teamsDeleteTeamInviteCode.ts +138 -0
- package/src/funcs/teamsGetTeam.ts +138 -0
- package/src/funcs/teamsGetTeamAccessRequest.ts +138 -0
- package/src/funcs/teamsGetTeamMembers.ts +145 -0
- package/src/funcs/teamsGetTeams.ts +134 -0
- package/src/funcs/teamsInviteUserToTeam.ts +135 -0
- package/src/funcs/teamsJoinTeam.ts +135 -0
- package/src/funcs/teamsPatchTeam.ts +139 -0
- package/src/funcs/teamsRemoveTeamMember.ts +143 -0
- package/src/funcs/teamsRequestAccessToTeam.ts +135 -0
- package/src/funcs/teamsUpdateTeamMember.ts +139 -0
- package/src/funcs/userGetAuthUser.ts +111 -0
- package/src/funcs/userListUserEvents.ts +139 -0
- package/src/funcs/userRequestDelete.ts +130 -0
- package/src/funcs/webhooksCreateWebhook.ts +134 -0
- package/src/funcs/webhooksDeleteWebhook.ts +139 -0
- package/src/funcs/webhooksGetWebhook.ts +140 -0
- package/src/funcs/webhooksGetWebhooks.ts +134 -0
- package/src/hooks/hooks.ts +112 -0
- package/src/hooks/registration.ts +14 -0
- package/src/hooks/types.ts +102 -0
- package/src/index.ts +7 -0
- package/src/lib/base64.ts +37 -0
- package/src/lib/config.ts +64 -0
- package/src/lib/dlv.ts +53 -0
- package/src/lib/encodings.ts +449 -0
- package/src/lib/files.ts +40 -0
- package/src/lib/http.ts +323 -0
- package/src/lib/is-plain-object.ts +43 -0
- package/src/lib/logger.ts +9 -0
- package/src/lib/matchers.ts +322 -0
- package/src/lib/primitives.ts +60 -0
- package/src/lib/retries.ts +219 -0
- package/src/lib/schemas.ts +86 -0
- package/src/lib/sdks.ts +388 -0
- package/src/lib/security.ts +253 -0
- package/src/lib/url.ts +33 -0
- package/src/models/components/aclaction.ts +40 -0
- package/src/models/components/authtoken.ts +431 -0
- package/src/models/components/authuser.ts +1688 -0
- package/src/models/components/authuserlimited.ts +152 -0
- package/src/models/components/edgeconfigitem.ts +91 -0
- package/src/models/components/edgeconfigitemvalue.ts +74 -0
- package/src/models/components/edgeconfigtoken.ts +86 -0
- package/src/models/components/filetree.ts +147 -0
- package/src/models/components/flagjsonvalue.ts +73 -0
- package/src/models/components/pagination.ts +82 -0
- package/src/models/components/security.ts +62 -0
- package/src/models/components/teamlimited.ts +713 -0
- package/src/models/components/userevent.ts +57 -0
- package/src/models/errors/httpclienterrors.ts +62 -0
- package/src/models/errors/sdkerror.ts +27 -0
- package/src/models/errors/sdkvalidationerror.ts +97 -0
- package/src/models/operations/addprojectdomain.ts +413 -0
- package/src/models/operations/addprojectmember.ts +602 -0
- package/src/models/operations/artifactexists.ts +83 -0
- package/src/models/operations/artifactquery.ts +371 -0
- package/src/models/operations/assignalias.ts +249 -0
- package/src/models/operations/buydomain.ts +558 -0
- package/src/models/operations/canceldeployment.ts +5657 -0
- package/src/models/operations/checkdomainprice.ts +181 -0
- package/src/models/operations/checkdomainstatus.ts +146 -0
- package/src/models/operations/createaccessgroup.ts +369 -0
- package/src/models/operations/createaccessgroupproject.ts +322 -0
- package/src/models/operations/createauthtoken.ts +232 -0
- package/src/models/operations/createcheck.ts +980 -0
- package/src/models/operations/createconfigurablelogdrain.ts +675 -0
- package/src/models/operations/createdeployment.ts +6780 -0
- package/src/models/operations/createedgeconfig.ts +805 -0
- package/src/models/operations/createedgeconfigtoken.ts +222 -0
- package/src/models/operations/createevent.ts +373 -0
- package/src/models/operations/createlogdrain.ts +589 -0
- package/src/models/operations/createortransferdomain.ts +779 -0
- package/src/models/operations/createproject.ts +9648 -0
- package/src/models/operations/createprojectenv.ts +5728 -0
- package/src/models/operations/createrecord.ts +1802 -0
- package/src/models/operations/createteam.ts +361 -0
- package/src/models/operations/createwebhook.ts +410 -0
- package/src/models/operations/deleteaccessgroup.ts +80 -0
- package/src/models/operations/deleteaccessgroupproject.ts +86 -0
- package/src/models/operations/deletealias.ts +171 -0
- package/src/models/operations/deleteauthtoken.ts +135 -0
- package/src/models/operations/deleteconfigurablelogdrain.ts +83 -0
- package/src/models/operations/deleteconfiguration.ts +80 -0
- package/src/models/operations/deletedeployment.ts +196 -0
- package/src/models/operations/deletedomain.ts +147 -0
- package/src/models/operations/deleteedgeconfig.ts +80 -0
- package/src/models/operations/deleteedgeconfigschema.ts +82 -0
- package/src/models/operations/deleteedgeconfigtokens.ts +158 -0
- package/src/models/operations/deleteintegrationlogdrain.ts +85 -0
- package/src/models/operations/deleteproject.ts +83 -0
- package/src/models/operations/deleteteam.ts +292 -0
- package/src/models/operations/deleteteaminvitecode.ts +144 -0
- package/src/models/operations/deletewebhook.ts +80 -0
- package/src/models/operations/downloadartifact.ts +108 -0
- package/src/models/operations/editprojectenv.ts +2461 -0
- package/src/models/operations/exchangessotoken.ts +192 -0
- package/src/models/operations/filterprojectenvs.ts +7149 -0
- package/src/models/operations/getaccountinfo.ts +187 -0
- package/src/models/operations/getalias.ts +930 -0
- package/src/models/operations/getallchecks.ts +921 -0
- package/src/models/operations/getalllogdrains.ts +411 -0
- package/src/models/operations/getauthtoken.ts +139 -0
- package/src/models/operations/getauthuser.ts +121 -0
- package/src/models/operations/getcertbyid.ts +157 -0
- package/src/models/operations/getcheck.ts +865 -0
- package/src/models/operations/getconfigurablelogdrain.ts +423 -0
- package/src/models/operations/getconfiguration.ts +1266 -0
- package/src/models/operations/getconfigurations.ts +1648 -0
- package/src/models/operations/getdeployment.ts +8478 -0
- package/src/models/operations/getdeploymentevents.ts +221 -0
- package/src/models/operations/getdeploymentfilecontents.ts +99 -0
- package/src/models/operations/getdeployments.ts +1537 -0
- package/src/models/operations/getdomain.ts +423 -0
- package/src/models/operations/getdomainconfig.ts +265 -0
- package/src/models/operations/getdomains.ts +443 -0
- package/src/models/operations/getdomaintransfer.ts +241 -0
- package/src/models/operations/getedgeconfig.ts +395 -0
- package/src/models/operations/getedgeconfigbackup.ts +886 -0
- package/src/models/operations/getedgeconfigbackups.ts +355 -0
- package/src/models/operations/getedgeconfigitem.ts +84 -0
- package/src/models/operations/getedgeconfigitems.ts +80 -0
- package/src/models/operations/getedgeconfigs.ts +370 -0
- package/src/models/operations/getedgeconfigschema.ts +135 -0
- package/src/models/operations/getedgeconfigtoken.ts +84 -0
- package/src/models/operations/getedgeconfigtokens.ts +80 -0
- package/src/models/operations/getfirewallconfig.ts +2486 -0
- package/src/models/operations/getintegrationlogdrains.ts +395 -0
- package/src/models/operations/getinvoice.ts +454 -0
- package/src/models/operations/getmember.ts +160 -0
- package/src/models/operations/getprojectdomain.ts +265 -0
- package/src/models/operations/getprojectdomains.ts +571 -0
- package/src/models/operations/getprojectenv.ts +6818 -0
- package/src/models/operations/getprojectmembers.ts +615 -0
- package/src/models/operations/getprojects.ts +9087 -0
- package/src/models/operations/getrecords.ts +568 -0
- package/src/models/operations/getteam.ts +72 -0
- package/src/models/operations/getteamaccessrequest.ts +570 -0
- package/src/models/operations/getteammembers.ts +1116 -0
- package/src/models/operations/getteams.ts +204 -0
- package/src/models/operations/getwebhook.ts +260 -0
- package/src/models/operations/getwebhooks.ts +653 -0
- package/src/models/operations/gitnamespaces.ts +235 -0
- package/src/models/operations/inviteusertoteam.ts +596 -0
- package/src/models/operations/issuecert.ts +224 -0
- package/src/models/operations/jointeam.ts +223 -0
- package/src/models/operations/listaccessgroupmembers.ts +335 -0
- package/src/models/operations/listaccessgroupprojects.ts +410 -0
- package/src/models/operations/listaccessgroups.ts +473 -0
- package/src/models/operations/listaliases.ts +1077 -0
- package/src/models/operations/listauthtokens.ts +92 -0
- package/src/models/operations/listdeploymentaliases.ts +820 -0
- package/src/models/operations/listdeploymentfiles.ts +83 -0
- package/src/models/operations/listpromotealiases.ts +361 -0
- package/src/models/operations/listuserevents.ts +188 -0
- package/src/models/operations/patchdomain.ts +562 -0
- package/src/models/operations/patchedgeconfigschema.ts +217 -0
- package/src/models/operations/patchteam.ts +481 -0
- package/src/models/operations/putfirewallconfig.ts +4730 -0
- package/src/models/operations/readaccessgroup.ts +218 -0
- package/src/models/operations/readaccessgroupproject.ts +199 -0
- package/src/models/operations/recordevents.ts +256 -0
- package/src/models/operations/removecert.ts +133 -0
- package/src/models/operations/removeprojectdomain.ts +145 -0
- package/src/models/operations/removeprojectenv.ts +6986 -0
- package/src/models/operations/removeprojectmember.ts +150 -0
- package/src/models/operations/removerecord.ts +137 -0
- package/src/models/operations/removeteammember.ts +146 -0
- package/src/models/operations/requestaccesstoteam.ts +758 -0
- package/src/models/operations/requestdelete.ts +219 -0
- package/src/models/operations/requestpromote.ts +84 -0
- package/src/models/operations/rerequestcheck.ts +140 -0
- package/src/models/operations/searchrepo.ts +784 -0
- package/src/models/operations/status.ts +158 -0
- package/src/models/operations/submitbillingdata.ts +813 -0
- package/src/models/operations/submitinvoice.ts +593 -0
- package/src/models/operations/updateaccessgroup.ts +412 -0
- package/src/models/operations/updateaccessgroupproject.ts +319 -0
- package/src/models/operations/updateattackchallengemode.ts +231 -0
- package/src/models/operations/updatecheck.ts +1687 -0
- package/src/models/operations/updateedgeconfig.ts +472 -0
- package/src/models/operations/updatefirewallconfig.ts +3875 -0
- package/src/models/operations/updateinvoice.ts +180 -0
- package/src/models/operations/updateproject.ts +9998 -0
- package/src/models/operations/updateprojectdatacache.ts +8901 -0
- package/src/models/operations/updateprojectdomain.ts +406 -0
- package/src/models/operations/updateprojectprotectionbypass.ts +497 -0
- package/src/models/operations/updaterecord.ts +515 -0
- package/src/models/operations/updateresourcesecrets.ts +206 -0
- package/src/models/operations/updateteammember.ts +396 -0
- package/src/models/operations/uploadartifact.ts +225 -0
- package/src/models/operations/uploadcert.ts +245 -0
- package/src/models/operations/uploadfile.ts +296 -0
- package/src/models/operations/verifyprojectdomain.ts +281 -0
- package/src/sdk/accessgroups.ts +244 -0
- package/src/sdk/aliases.ts +118 -0
- package/src/sdk/artifacts.ts +131 -0
- package/src/sdk/authentication.ts +113 -0
- package/src/sdk/certs.ts +96 -0
- package/src/sdk/checks.ts +118 -0
- package/src/sdk/deployments.ts +198 -0
- package/src/sdk/dns.ts +96 -0
- package/src/sdk/domains.ts +228 -0
- package/src/sdk/edgeconfig.ts +341 -0
- package/src/sdk/integrations.ts +115 -0
- package/src/sdk/logdrains.ts +156 -0
- package/src/sdk/marketplace.ts +194 -0
- package/src/sdk/projectmembers.ts +74 -0
- package/src/sdk/projects.ts +420 -0
- package/src/sdk/sdk.ts +121 -0
- package/src/sdk/security.ts +96 -0
- package/src/sdk/teams.ts +288 -0
- package/src/sdk/user.ts +69 -0
- package/src/sdk/webhooks.ts +93 -0
- package/src/types/blobs.ts +31 -0
- package/src/types/constdatetime.ts +15 -0
- package/src/types/enums.ts +16 -0
- package/src/types/fp.ts +50 -0
- package/src/types/operations.ts +99 -0
- package/src/types/rfcdate.ts +54 -0
- package/src/types/streams.ts +21 -0
|
@@ -0,0 +1,2988 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod";
|
|
5
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
6
|
+
export const RemoveProjectEnvTargetProjectsResponse2 = {
|
|
7
|
+
Production: "production",
|
|
8
|
+
Preview: "preview",
|
|
9
|
+
Development: "development",
|
|
10
|
+
};
|
|
11
|
+
export const RemoveProjectEnvTargetProjectsResponse1 = {
|
|
12
|
+
Production: "production",
|
|
13
|
+
Preview: "preview",
|
|
14
|
+
Development: "development",
|
|
15
|
+
};
|
|
16
|
+
export const RemoveProjectEnvResponseBodyProjectsResponseType = {
|
|
17
|
+
System: "system",
|
|
18
|
+
Encrypted: "encrypted",
|
|
19
|
+
Plain: "plain",
|
|
20
|
+
Sensitive: "sensitive",
|
|
21
|
+
Secret: "secret",
|
|
22
|
+
};
|
|
23
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type = {
|
|
24
|
+
FlagsConnectionString: "flags-connection-string",
|
|
25
|
+
};
|
|
26
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type = {
|
|
27
|
+
IntegrationStoreSecret: "integration-store-secret",
|
|
28
|
+
};
|
|
29
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type = {
|
|
30
|
+
PostgresUrlNoSsl: "postgres-url-no-ssl",
|
|
31
|
+
};
|
|
32
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type = {
|
|
33
|
+
PostgresDatabase: "postgres-database",
|
|
34
|
+
};
|
|
35
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type = {
|
|
36
|
+
PostgresPassword: "postgres-password",
|
|
37
|
+
};
|
|
38
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type = {
|
|
39
|
+
PostgresHost: "postgres-host",
|
|
40
|
+
};
|
|
41
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type = {
|
|
42
|
+
PostgresUser: "postgres-user",
|
|
43
|
+
};
|
|
44
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type = {
|
|
45
|
+
PostgresPrismaUrl: "postgres-prisma-url",
|
|
46
|
+
};
|
|
47
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type = {
|
|
48
|
+
PostgresUrlNonPooling: "postgres-url-non-pooling",
|
|
49
|
+
};
|
|
50
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type = {
|
|
51
|
+
PostgresUrl: "postgres-url",
|
|
52
|
+
};
|
|
53
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type = {
|
|
54
|
+
BlobReadWriteToken: "blob-read-write-token",
|
|
55
|
+
};
|
|
56
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type = {
|
|
57
|
+
RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
|
|
58
|
+
};
|
|
59
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type = {
|
|
60
|
+
RedisRestApiToken: "redis-rest-api-token",
|
|
61
|
+
};
|
|
62
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type = {
|
|
63
|
+
RedisRestApiUrl: "redis-rest-api-url",
|
|
64
|
+
};
|
|
65
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type = {
|
|
66
|
+
RedisUrl: "redis-url",
|
|
67
|
+
};
|
|
68
|
+
export const RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type = {
|
|
69
|
+
FlagsSecret: "flags-secret",
|
|
70
|
+
};
|
|
71
|
+
export const RemoveProjectEnvTargetProjects2 = {
|
|
72
|
+
Production: "production",
|
|
73
|
+
Preview: "preview",
|
|
74
|
+
Development: "development",
|
|
75
|
+
};
|
|
76
|
+
export const RemoveProjectEnvTargetProjects1 = {
|
|
77
|
+
Production: "production",
|
|
78
|
+
Preview: "preview",
|
|
79
|
+
Development: "development",
|
|
80
|
+
};
|
|
81
|
+
export const RemoveProjectEnvResponseBodyProjectsType = {
|
|
82
|
+
System: "system",
|
|
83
|
+
Encrypted: "encrypted",
|
|
84
|
+
Plain: "plain",
|
|
85
|
+
Sensitive: "sensitive",
|
|
86
|
+
Secret: "secret",
|
|
87
|
+
};
|
|
88
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type = {
|
|
89
|
+
FlagsConnectionString: "flags-connection-string",
|
|
90
|
+
};
|
|
91
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type = {
|
|
92
|
+
IntegrationStoreSecret: "integration-store-secret",
|
|
93
|
+
};
|
|
94
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type = {
|
|
95
|
+
PostgresUrlNoSsl: "postgres-url-no-ssl",
|
|
96
|
+
};
|
|
97
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type = {
|
|
98
|
+
PostgresDatabase: "postgres-database",
|
|
99
|
+
};
|
|
100
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type = {
|
|
101
|
+
PostgresPassword: "postgres-password",
|
|
102
|
+
};
|
|
103
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type = {
|
|
104
|
+
PostgresHost: "postgres-host",
|
|
105
|
+
};
|
|
106
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type = {
|
|
107
|
+
PostgresUser: "postgres-user",
|
|
108
|
+
};
|
|
109
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type = {
|
|
110
|
+
PostgresPrismaUrl: "postgres-prisma-url",
|
|
111
|
+
};
|
|
112
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type = {
|
|
113
|
+
PostgresUrlNonPooling: "postgres-url-non-pooling",
|
|
114
|
+
};
|
|
115
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type = {
|
|
116
|
+
PostgresUrl: "postgres-url",
|
|
117
|
+
};
|
|
118
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type = {
|
|
119
|
+
BlobReadWriteToken: "blob-read-write-token",
|
|
120
|
+
};
|
|
121
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type = {
|
|
122
|
+
RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
|
|
123
|
+
};
|
|
124
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type = {
|
|
125
|
+
RedisRestApiToken: "redis-rest-api-token",
|
|
126
|
+
};
|
|
127
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type = {
|
|
128
|
+
RedisRestApiUrl: "redis-rest-api-url",
|
|
129
|
+
};
|
|
130
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type = {
|
|
131
|
+
RedisUrl: "redis-url",
|
|
132
|
+
};
|
|
133
|
+
export const RemoveProjectEnvResponseBodyProjectsResponse200Type = {
|
|
134
|
+
FlagsSecret: "flags-secret",
|
|
135
|
+
};
|
|
136
|
+
export const RemoveProjectEnvTarget2 = {
|
|
137
|
+
Production: "production",
|
|
138
|
+
Preview: "preview",
|
|
139
|
+
Development: "development",
|
|
140
|
+
};
|
|
141
|
+
export const RemoveProjectEnvTarget1 = {
|
|
142
|
+
Production: "production",
|
|
143
|
+
Preview: "preview",
|
|
144
|
+
Development: "development",
|
|
145
|
+
};
|
|
146
|
+
export const RemoveProjectEnvResponseBodyType = {
|
|
147
|
+
System: "system",
|
|
148
|
+
Encrypted: "encrypted",
|
|
149
|
+
Plain: "plain",
|
|
150
|
+
Sensitive: "sensitive",
|
|
151
|
+
Secret: "secret",
|
|
152
|
+
};
|
|
153
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type = {
|
|
154
|
+
FlagsConnectionString: "flags-connection-string",
|
|
155
|
+
};
|
|
156
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type = {
|
|
157
|
+
IntegrationStoreSecret: "integration-store-secret",
|
|
158
|
+
};
|
|
159
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type = {
|
|
160
|
+
PostgresUrlNoSsl: "postgres-url-no-ssl",
|
|
161
|
+
};
|
|
162
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type = {
|
|
163
|
+
PostgresDatabase: "postgres-database",
|
|
164
|
+
};
|
|
165
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type = {
|
|
166
|
+
PostgresPassword: "postgres-password",
|
|
167
|
+
};
|
|
168
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type = {
|
|
169
|
+
PostgresHost: "postgres-host",
|
|
170
|
+
};
|
|
171
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type = {
|
|
172
|
+
PostgresUser: "postgres-user",
|
|
173
|
+
};
|
|
174
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type = {
|
|
175
|
+
PostgresPrismaUrl: "postgres-prisma-url",
|
|
176
|
+
};
|
|
177
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type = {
|
|
178
|
+
PostgresUrlNonPooling: "postgres-url-non-pooling",
|
|
179
|
+
};
|
|
180
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType = {
|
|
181
|
+
PostgresUrl: "postgres-url",
|
|
182
|
+
};
|
|
183
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType = {
|
|
184
|
+
BlobReadWriteToken: "blob-read-write-token",
|
|
185
|
+
};
|
|
186
|
+
export const RemoveProjectEnvContentHintProjectsResponse200Type = {
|
|
187
|
+
RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
|
|
188
|
+
};
|
|
189
|
+
export const RemoveProjectEnvContentHintProjectsResponseType = {
|
|
190
|
+
RedisRestApiToken: "redis-rest-api-token",
|
|
191
|
+
};
|
|
192
|
+
export const RemoveProjectEnvContentHintProjectsType = {
|
|
193
|
+
RedisRestApiUrl: "redis-rest-api-url",
|
|
194
|
+
};
|
|
195
|
+
export const RemoveProjectEnvContentHintType = {
|
|
196
|
+
RedisUrl: "redis-url",
|
|
197
|
+
};
|
|
198
|
+
export const RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJSONType = {
|
|
199
|
+
FlagsSecret: "flags-secret",
|
|
200
|
+
};
|
|
201
|
+
/** @internal */
|
|
202
|
+
export const RemoveProjectEnvRequest$inboundSchema = z.object({
|
|
203
|
+
idOrName: z.string(),
|
|
204
|
+
id: z.string(),
|
|
205
|
+
teamId: z.string().optional(),
|
|
206
|
+
slug: z.string().optional(),
|
|
207
|
+
});
|
|
208
|
+
/** @internal */
|
|
209
|
+
export const RemoveProjectEnvRequest$outboundSchema = z.object({
|
|
210
|
+
idOrName: z.string(),
|
|
211
|
+
id: z.string(),
|
|
212
|
+
teamId: z.string().optional(),
|
|
213
|
+
slug: z.string().optional(),
|
|
214
|
+
});
|
|
215
|
+
/**
|
|
216
|
+
* @internal
|
|
217
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
218
|
+
*/
|
|
219
|
+
export var RemoveProjectEnvRequest$;
|
|
220
|
+
(function (RemoveProjectEnvRequest$) {
|
|
221
|
+
/** @deprecated use `RemoveProjectEnvRequest$inboundSchema` instead. */
|
|
222
|
+
RemoveProjectEnvRequest$.inboundSchema = RemoveProjectEnvRequest$inboundSchema;
|
|
223
|
+
/** @deprecated use `RemoveProjectEnvRequest$outboundSchema` instead. */
|
|
224
|
+
RemoveProjectEnvRequest$.outboundSchema = RemoveProjectEnvRequest$outboundSchema;
|
|
225
|
+
})(RemoveProjectEnvRequest$ || (RemoveProjectEnvRequest$ = {}));
|
|
226
|
+
export function removeProjectEnvRequestToJSON(removeProjectEnvRequest) {
|
|
227
|
+
return JSON.stringify(RemoveProjectEnvRequest$outboundSchema.parse(removeProjectEnvRequest));
|
|
228
|
+
}
|
|
229
|
+
export function removeProjectEnvRequestFromJSON(jsonString) {
|
|
230
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvRequest' from JSON`);
|
|
231
|
+
}
|
|
232
|
+
/** @internal */
|
|
233
|
+
export const RemoveProjectEnvTargetProjectsResponse2$inboundSchema = z
|
|
234
|
+
.nativeEnum(RemoveProjectEnvTargetProjectsResponse2);
|
|
235
|
+
/** @internal */
|
|
236
|
+
export const RemoveProjectEnvTargetProjectsResponse2$outboundSchema = RemoveProjectEnvTargetProjectsResponse2$inboundSchema;
|
|
237
|
+
/**
|
|
238
|
+
* @internal
|
|
239
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
240
|
+
*/
|
|
241
|
+
export var RemoveProjectEnvTargetProjectsResponse2$;
|
|
242
|
+
(function (RemoveProjectEnvTargetProjectsResponse2$) {
|
|
243
|
+
/** @deprecated use `RemoveProjectEnvTargetProjectsResponse2$inboundSchema` instead. */
|
|
244
|
+
RemoveProjectEnvTargetProjectsResponse2$.inboundSchema = RemoveProjectEnvTargetProjectsResponse2$inboundSchema;
|
|
245
|
+
/** @deprecated use `RemoveProjectEnvTargetProjectsResponse2$outboundSchema` instead. */
|
|
246
|
+
RemoveProjectEnvTargetProjectsResponse2$.outboundSchema = RemoveProjectEnvTargetProjectsResponse2$outboundSchema;
|
|
247
|
+
})(RemoveProjectEnvTargetProjectsResponse2$ || (RemoveProjectEnvTargetProjectsResponse2$ = {}));
|
|
248
|
+
/** @internal */
|
|
249
|
+
export const RemoveProjectEnvTargetProjectsResponse1$inboundSchema = z
|
|
250
|
+
.nativeEnum(RemoveProjectEnvTargetProjectsResponse1);
|
|
251
|
+
/** @internal */
|
|
252
|
+
export const RemoveProjectEnvTargetProjectsResponse1$outboundSchema = RemoveProjectEnvTargetProjectsResponse1$inboundSchema;
|
|
253
|
+
/**
|
|
254
|
+
* @internal
|
|
255
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
256
|
+
*/
|
|
257
|
+
export var RemoveProjectEnvTargetProjectsResponse1$;
|
|
258
|
+
(function (RemoveProjectEnvTargetProjectsResponse1$) {
|
|
259
|
+
/** @deprecated use `RemoveProjectEnvTargetProjectsResponse1$inboundSchema` instead. */
|
|
260
|
+
RemoveProjectEnvTargetProjectsResponse1$.inboundSchema = RemoveProjectEnvTargetProjectsResponse1$inboundSchema;
|
|
261
|
+
/** @deprecated use `RemoveProjectEnvTargetProjectsResponse1$outboundSchema` instead. */
|
|
262
|
+
RemoveProjectEnvTargetProjectsResponse1$.outboundSchema = RemoveProjectEnvTargetProjectsResponse1$outboundSchema;
|
|
263
|
+
})(RemoveProjectEnvTargetProjectsResponse1$ || (RemoveProjectEnvTargetProjectsResponse1$ = {}));
|
|
264
|
+
/** @internal */
|
|
265
|
+
export const RemoveProjectEnvResponseBodyProjectsResponseTarget$inboundSchema = z.union([
|
|
266
|
+
z.array(RemoveProjectEnvTargetProjectsResponse1$inboundSchema),
|
|
267
|
+
RemoveProjectEnvTargetProjectsResponse2$inboundSchema,
|
|
268
|
+
]);
|
|
269
|
+
/** @internal */
|
|
270
|
+
export const RemoveProjectEnvResponseBodyProjectsResponseTarget$outboundSchema = z.union([
|
|
271
|
+
z.array(RemoveProjectEnvTargetProjectsResponse1$outboundSchema),
|
|
272
|
+
RemoveProjectEnvTargetProjectsResponse2$outboundSchema,
|
|
273
|
+
]);
|
|
274
|
+
/**
|
|
275
|
+
* @internal
|
|
276
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
277
|
+
*/
|
|
278
|
+
export var RemoveProjectEnvResponseBodyProjectsResponseTarget$;
|
|
279
|
+
(function (RemoveProjectEnvResponseBodyProjectsResponseTarget$) {
|
|
280
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsResponseTarget$inboundSchema` instead. */
|
|
281
|
+
RemoveProjectEnvResponseBodyProjectsResponseTarget$.inboundSchema = RemoveProjectEnvResponseBodyProjectsResponseTarget$inboundSchema;
|
|
282
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsResponseTarget$outboundSchema` instead. */
|
|
283
|
+
RemoveProjectEnvResponseBodyProjectsResponseTarget$.outboundSchema = RemoveProjectEnvResponseBodyProjectsResponseTarget$outboundSchema;
|
|
284
|
+
})(RemoveProjectEnvResponseBodyProjectsResponseTarget$ || (RemoveProjectEnvResponseBodyProjectsResponseTarget$ = {}));
|
|
285
|
+
export function removeProjectEnvResponseBodyProjectsResponseTargetToJSON(removeProjectEnvResponseBodyProjectsResponseTarget) {
|
|
286
|
+
return JSON.stringify(RemoveProjectEnvResponseBodyProjectsResponseTarget$outboundSchema.parse(removeProjectEnvResponseBodyProjectsResponseTarget));
|
|
287
|
+
}
|
|
288
|
+
export function removeProjectEnvResponseBodyProjectsResponseTargetFromJSON(jsonString) {
|
|
289
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvResponseBodyProjectsResponseTarget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvResponseBodyProjectsResponseTarget' from JSON`);
|
|
290
|
+
}
|
|
291
|
+
/** @internal */
|
|
292
|
+
export const RemoveProjectEnvResponseBodyProjectsResponseType$inboundSchema = z
|
|
293
|
+
.nativeEnum(RemoveProjectEnvResponseBodyProjectsResponseType);
|
|
294
|
+
/** @internal */
|
|
295
|
+
export const RemoveProjectEnvResponseBodyProjectsResponseType$outboundSchema = RemoveProjectEnvResponseBodyProjectsResponseType$inboundSchema;
|
|
296
|
+
/**
|
|
297
|
+
* @internal
|
|
298
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
299
|
+
*/
|
|
300
|
+
export var RemoveProjectEnvResponseBodyProjectsResponseType$;
|
|
301
|
+
(function (RemoveProjectEnvResponseBodyProjectsResponseType$) {
|
|
302
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsResponseType$inboundSchema` instead. */
|
|
303
|
+
RemoveProjectEnvResponseBodyProjectsResponseType$.inboundSchema = RemoveProjectEnvResponseBodyProjectsResponseType$inboundSchema;
|
|
304
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsResponseType$outboundSchema` instead. */
|
|
305
|
+
RemoveProjectEnvResponseBodyProjectsResponseType$.outboundSchema = RemoveProjectEnvResponseBodyProjectsResponseType$outboundSchema;
|
|
306
|
+
})(RemoveProjectEnvResponseBodyProjectsResponseType$ || (RemoveProjectEnvResponseBodyProjectsResponseType$ = {}));
|
|
307
|
+
/** @internal */
|
|
308
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type);
|
|
309
|
+
/** @internal */
|
|
310
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$inboundSchema;
|
|
311
|
+
/**
|
|
312
|
+
* @internal
|
|
313
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
314
|
+
*/
|
|
315
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$;
|
|
316
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$) {
|
|
317
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$inboundSchema` instead. */
|
|
318
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$inboundSchema;
|
|
319
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$outboundSchema` instead. */
|
|
320
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$outboundSchema;
|
|
321
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$ = {}));
|
|
322
|
+
/** @internal */
|
|
323
|
+
export const RemoveProjectEnvContentHintProjectsResponse15$inboundSchema = z.object({
|
|
324
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$inboundSchema,
|
|
325
|
+
projectId: z.string(),
|
|
326
|
+
});
|
|
327
|
+
/** @internal */
|
|
328
|
+
export const RemoveProjectEnvContentHintProjectsResponse15$outboundSchema = z.object({
|
|
329
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$outboundSchema,
|
|
330
|
+
projectId: z.string(),
|
|
331
|
+
});
|
|
332
|
+
/**
|
|
333
|
+
* @internal
|
|
334
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
335
|
+
*/
|
|
336
|
+
export var RemoveProjectEnvContentHintProjectsResponse15$;
|
|
337
|
+
(function (RemoveProjectEnvContentHintProjectsResponse15$) {
|
|
338
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse15$inboundSchema` instead. */
|
|
339
|
+
RemoveProjectEnvContentHintProjectsResponse15$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse15$inboundSchema;
|
|
340
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse15$outboundSchema` instead. */
|
|
341
|
+
RemoveProjectEnvContentHintProjectsResponse15$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse15$outboundSchema;
|
|
342
|
+
})(RemoveProjectEnvContentHintProjectsResponse15$ || (RemoveProjectEnvContentHintProjectsResponse15$ = {}));
|
|
343
|
+
export function removeProjectEnvContentHintProjectsResponse15ToJSON(removeProjectEnvContentHintProjectsResponse15) {
|
|
344
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjectsResponse15$outboundSchema.parse(removeProjectEnvContentHintProjectsResponse15));
|
|
345
|
+
}
|
|
346
|
+
export function removeProjectEnvContentHintProjectsResponse15FromJSON(jsonString) {
|
|
347
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjectsResponse15$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjectsResponse15' from JSON`);
|
|
348
|
+
}
|
|
349
|
+
/** @internal */
|
|
350
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type);
|
|
351
|
+
/** @internal */
|
|
352
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$inboundSchema;
|
|
353
|
+
/**
|
|
354
|
+
* @internal
|
|
355
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
356
|
+
*/
|
|
357
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$;
|
|
358
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$) {
|
|
359
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$inboundSchema` instead. */
|
|
360
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$inboundSchema;
|
|
361
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$outboundSchema` instead. */
|
|
362
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$outboundSchema;
|
|
363
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$ = {}));
|
|
364
|
+
/** @internal */
|
|
365
|
+
export const RemoveProjectEnvContentHintProjectsResponse14$inboundSchema = z.object({
|
|
366
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$inboundSchema,
|
|
367
|
+
storeId: z.string(),
|
|
368
|
+
integrationId: z.string(),
|
|
369
|
+
integrationProductId: z.string(),
|
|
370
|
+
integrationConfigurationId: z.string(),
|
|
371
|
+
});
|
|
372
|
+
/** @internal */
|
|
373
|
+
export const RemoveProjectEnvContentHintProjectsResponse14$outboundSchema = z.object({
|
|
374
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$outboundSchema,
|
|
375
|
+
storeId: z.string(),
|
|
376
|
+
integrationId: z.string(),
|
|
377
|
+
integrationProductId: z.string(),
|
|
378
|
+
integrationConfigurationId: z.string(),
|
|
379
|
+
});
|
|
380
|
+
/**
|
|
381
|
+
* @internal
|
|
382
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
383
|
+
*/
|
|
384
|
+
export var RemoveProjectEnvContentHintProjectsResponse14$;
|
|
385
|
+
(function (RemoveProjectEnvContentHintProjectsResponse14$) {
|
|
386
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse14$inboundSchema` instead. */
|
|
387
|
+
RemoveProjectEnvContentHintProjectsResponse14$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse14$inboundSchema;
|
|
388
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse14$outboundSchema` instead. */
|
|
389
|
+
RemoveProjectEnvContentHintProjectsResponse14$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse14$outboundSchema;
|
|
390
|
+
})(RemoveProjectEnvContentHintProjectsResponse14$ || (RemoveProjectEnvContentHintProjectsResponse14$ = {}));
|
|
391
|
+
export function removeProjectEnvContentHintProjectsResponse14ToJSON(removeProjectEnvContentHintProjectsResponse14) {
|
|
392
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjectsResponse14$outboundSchema.parse(removeProjectEnvContentHintProjectsResponse14));
|
|
393
|
+
}
|
|
394
|
+
export function removeProjectEnvContentHintProjectsResponse14FromJSON(jsonString) {
|
|
395
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjectsResponse14$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjectsResponse14' from JSON`);
|
|
396
|
+
}
|
|
397
|
+
/** @internal */
|
|
398
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type);
|
|
399
|
+
/** @internal */
|
|
400
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$inboundSchema;
|
|
401
|
+
/**
|
|
402
|
+
* @internal
|
|
403
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
404
|
+
*/
|
|
405
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$;
|
|
406
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$) {
|
|
407
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$inboundSchema` instead. */
|
|
408
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$inboundSchema;
|
|
409
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$outboundSchema` instead. */
|
|
410
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$outboundSchema;
|
|
411
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$ = {}));
|
|
412
|
+
/** @internal */
|
|
413
|
+
export const RemoveProjectEnvContentHintProjectsResponse13$inboundSchema = z.object({
|
|
414
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$inboundSchema,
|
|
415
|
+
storeId: z.string(),
|
|
416
|
+
});
|
|
417
|
+
/** @internal */
|
|
418
|
+
export const RemoveProjectEnvContentHintProjectsResponse13$outboundSchema = z.object({
|
|
419
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$outboundSchema,
|
|
420
|
+
storeId: z.string(),
|
|
421
|
+
});
|
|
422
|
+
/**
|
|
423
|
+
* @internal
|
|
424
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
425
|
+
*/
|
|
426
|
+
export var RemoveProjectEnvContentHintProjectsResponse13$;
|
|
427
|
+
(function (RemoveProjectEnvContentHintProjectsResponse13$) {
|
|
428
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse13$inboundSchema` instead. */
|
|
429
|
+
RemoveProjectEnvContentHintProjectsResponse13$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse13$inboundSchema;
|
|
430
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse13$outboundSchema` instead. */
|
|
431
|
+
RemoveProjectEnvContentHintProjectsResponse13$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse13$outboundSchema;
|
|
432
|
+
})(RemoveProjectEnvContentHintProjectsResponse13$ || (RemoveProjectEnvContentHintProjectsResponse13$ = {}));
|
|
433
|
+
export function removeProjectEnvContentHintProjectsResponse13ToJSON(removeProjectEnvContentHintProjectsResponse13) {
|
|
434
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjectsResponse13$outboundSchema.parse(removeProjectEnvContentHintProjectsResponse13));
|
|
435
|
+
}
|
|
436
|
+
export function removeProjectEnvContentHintProjectsResponse13FromJSON(jsonString) {
|
|
437
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjectsResponse13$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjectsResponse13' from JSON`);
|
|
438
|
+
}
|
|
439
|
+
/** @internal */
|
|
440
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type);
|
|
441
|
+
/** @internal */
|
|
442
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$inboundSchema;
|
|
443
|
+
/**
|
|
444
|
+
* @internal
|
|
445
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
446
|
+
*/
|
|
447
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$;
|
|
448
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$) {
|
|
449
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$inboundSchema` instead. */
|
|
450
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$inboundSchema;
|
|
451
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$outboundSchema` instead. */
|
|
452
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$outboundSchema;
|
|
453
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$ = {}));
|
|
454
|
+
/** @internal */
|
|
455
|
+
export const RemoveProjectEnvContentHintProjectsResponse12$inboundSchema = z.object({
|
|
456
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$inboundSchema,
|
|
457
|
+
storeId: z.string(),
|
|
458
|
+
});
|
|
459
|
+
/** @internal */
|
|
460
|
+
export const RemoveProjectEnvContentHintProjectsResponse12$outboundSchema = z.object({
|
|
461
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$outboundSchema,
|
|
462
|
+
storeId: z.string(),
|
|
463
|
+
});
|
|
464
|
+
/**
|
|
465
|
+
* @internal
|
|
466
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
467
|
+
*/
|
|
468
|
+
export var RemoveProjectEnvContentHintProjectsResponse12$;
|
|
469
|
+
(function (RemoveProjectEnvContentHintProjectsResponse12$) {
|
|
470
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse12$inboundSchema` instead. */
|
|
471
|
+
RemoveProjectEnvContentHintProjectsResponse12$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse12$inboundSchema;
|
|
472
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse12$outboundSchema` instead. */
|
|
473
|
+
RemoveProjectEnvContentHintProjectsResponse12$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse12$outboundSchema;
|
|
474
|
+
})(RemoveProjectEnvContentHintProjectsResponse12$ || (RemoveProjectEnvContentHintProjectsResponse12$ = {}));
|
|
475
|
+
export function removeProjectEnvContentHintProjectsResponse12ToJSON(removeProjectEnvContentHintProjectsResponse12) {
|
|
476
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjectsResponse12$outboundSchema.parse(removeProjectEnvContentHintProjectsResponse12));
|
|
477
|
+
}
|
|
478
|
+
export function removeProjectEnvContentHintProjectsResponse12FromJSON(jsonString) {
|
|
479
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjectsResponse12$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjectsResponse12' from JSON`);
|
|
480
|
+
}
|
|
481
|
+
/** @internal */
|
|
482
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type);
|
|
483
|
+
/** @internal */
|
|
484
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$inboundSchema;
|
|
485
|
+
/**
|
|
486
|
+
* @internal
|
|
487
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
488
|
+
*/
|
|
489
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$;
|
|
490
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$) {
|
|
491
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$inboundSchema` instead. */
|
|
492
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$inboundSchema;
|
|
493
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$outboundSchema` instead. */
|
|
494
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$outboundSchema;
|
|
495
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$ = {}));
|
|
496
|
+
/** @internal */
|
|
497
|
+
export const RemoveProjectEnvContentHintProjectsResponse11$inboundSchema = z.object({
|
|
498
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$inboundSchema,
|
|
499
|
+
storeId: z.string(),
|
|
500
|
+
});
|
|
501
|
+
/** @internal */
|
|
502
|
+
export const RemoveProjectEnvContentHintProjectsResponse11$outboundSchema = z.object({
|
|
503
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$outboundSchema,
|
|
504
|
+
storeId: z.string(),
|
|
505
|
+
});
|
|
506
|
+
/**
|
|
507
|
+
* @internal
|
|
508
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
509
|
+
*/
|
|
510
|
+
export var RemoveProjectEnvContentHintProjectsResponse11$;
|
|
511
|
+
(function (RemoveProjectEnvContentHintProjectsResponse11$) {
|
|
512
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse11$inboundSchema` instead. */
|
|
513
|
+
RemoveProjectEnvContentHintProjectsResponse11$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse11$inboundSchema;
|
|
514
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse11$outboundSchema` instead. */
|
|
515
|
+
RemoveProjectEnvContentHintProjectsResponse11$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse11$outboundSchema;
|
|
516
|
+
})(RemoveProjectEnvContentHintProjectsResponse11$ || (RemoveProjectEnvContentHintProjectsResponse11$ = {}));
|
|
517
|
+
export function removeProjectEnvContentHintProjectsResponse11ToJSON(removeProjectEnvContentHintProjectsResponse11) {
|
|
518
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjectsResponse11$outboundSchema.parse(removeProjectEnvContentHintProjectsResponse11));
|
|
519
|
+
}
|
|
520
|
+
export function removeProjectEnvContentHintProjectsResponse11FromJSON(jsonString) {
|
|
521
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjectsResponse11$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjectsResponse11' from JSON`);
|
|
522
|
+
}
|
|
523
|
+
/** @internal */
|
|
524
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type);
|
|
525
|
+
/** @internal */
|
|
526
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$inboundSchema;
|
|
527
|
+
/**
|
|
528
|
+
* @internal
|
|
529
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
530
|
+
*/
|
|
531
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$;
|
|
532
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$) {
|
|
533
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$inboundSchema` instead. */
|
|
534
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$inboundSchema;
|
|
535
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$outboundSchema` instead. */
|
|
536
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$outboundSchema;
|
|
537
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$ = {}));
|
|
538
|
+
/** @internal */
|
|
539
|
+
export const RemoveProjectEnvContentHintProjectsResponse10$inboundSchema = z.object({
|
|
540
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$inboundSchema,
|
|
541
|
+
storeId: z.string(),
|
|
542
|
+
});
|
|
543
|
+
/** @internal */
|
|
544
|
+
export const RemoveProjectEnvContentHintProjectsResponse10$outboundSchema = z.object({
|
|
545
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$outboundSchema,
|
|
546
|
+
storeId: z.string(),
|
|
547
|
+
});
|
|
548
|
+
/**
|
|
549
|
+
* @internal
|
|
550
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
551
|
+
*/
|
|
552
|
+
export var RemoveProjectEnvContentHintProjectsResponse10$;
|
|
553
|
+
(function (RemoveProjectEnvContentHintProjectsResponse10$) {
|
|
554
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse10$inboundSchema` instead. */
|
|
555
|
+
RemoveProjectEnvContentHintProjectsResponse10$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse10$inboundSchema;
|
|
556
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse10$outboundSchema` instead. */
|
|
557
|
+
RemoveProjectEnvContentHintProjectsResponse10$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse10$outboundSchema;
|
|
558
|
+
})(RemoveProjectEnvContentHintProjectsResponse10$ || (RemoveProjectEnvContentHintProjectsResponse10$ = {}));
|
|
559
|
+
export function removeProjectEnvContentHintProjectsResponse10ToJSON(removeProjectEnvContentHintProjectsResponse10) {
|
|
560
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjectsResponse10$outboundSchema.parse(removeProjectEnvContentHintProjectsResponse10));
|
|
561
|
+
}
|
|
562
|
+
export function removeProjectEnvContentHintProjectsResponse10FromJSON(jsonString) {
|
|
563
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjectsResponse10$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjectsResponse10' from JSON`);
|
|
564
|
+
}
|
|
565
|
+
/** @internal */
|
|
566
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type);
|
|
567
|
+
/** @internal */
|
|
568
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$inboundSchema;
|
|
569
|
+
/**
|
|
570
|
+
* @internal
|
|
571
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
572
|
+
*/
|
|
573
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$;
|
|
574
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$) {
|
|
575
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$inboundSchema` instead. */
|
|
576
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$inboundSchema;
|
|
577
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$outboundSchema` instead. */
|
|
578
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$outboundSchema;
|
|
579
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$ = {}));
|
|
580
|
+
/** @internal */
|
|
581
|
+
export const RemoveProjectEnvContentHintProjectsResponse9$inboundSchema = z.object({
|
|
582
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$inboundSchema,
|
|
583
|
+
storeId: z.string(),
|
|
584
|
+
});
|
|
585
|
+
/** @internal */
|
|
586
|
+
export const RemoveProjectEnvContentHintProjectsResponse9$outboundSchema = z.object({
|
|
587
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$outboundSchema,
|
|
588
|
+
storeId: z.string(),
|
|
589
|
+
});
|
|
590
|
+
/**
|
|
591
|
+
* @internal
|
|
592
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
593
|
+
*/
|
|
594
|
+
export var RemoveProjectEnvContentHintProjectsResponse9$;
|
|
595
|
+
(function (RemoveProjectEnvContentHintProjectsResponse9$) {
|
|
596
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse9$inboundSchema` instead. */
|
|
597
|
+
RemoveProjectEnvContentHintProjectsResponse9$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse9$inboundSchema;
|
|
598
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse9$outboundSchema` instead. */
|
|
599
|
+
RemoveProjectEnvContentHintProjectsResponse9$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse9$outboundSchema;
|
|
600
|
+
})(RemoveProjectEnvContentHintProjectsResponse9$ || (RemoveProjectEnvContentHintProjectsResponse9$ = {}));
|
|
601
|
+
export function removeProjectEnvContentHintProjectsResponse9ToJSON(removeProjectEnvContentHintProjectsResponse9) {
|
|
602
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjectsResponse9$outboundSchema.parse(removeProjectEnvContentHintProjectsResponse9));
|
|
603
|
+
}
|
|
604
|
+
export function removeProjectEnvContentHintProjectsResponse9FromJSON(jsonString) {
|
|
605
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjectsResponse9$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjectsResponse9' from JSON`);
|
|
606
|
+
}
|
|
607
|
+
/** @internal */
|
|
608
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type);
|
|
609
|
+
/** @internal */
|
|
610
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$inboundSchema;
|
|
611
|
+
/**
|
|
612
|
+
* @internal
|
|
613
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
614
|
+
*/
|
|
615
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$;
|
|
616
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$) {
|
|
617
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$inboundSchema` instead. */
|
|
618
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$inboundSchema;
|
|
619
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$outboundSchema` instead. */
|
|
620
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$outboundSchema;
|
|
621
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$ = {}));
|
|
622
|
+
/** @internal */
|
|
623
|
+
export const RemoveProjectEnvContentHintProjectsResponse8$inboundSchema = z.object({
|
|
624
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$inboundSchema,
|
|
625
|
+
storeId: z.string(),
|
|
626
|
+
});
|
|
627
|
+
/** @internal */
|
|
628
|
+
export const RemoveProjectEnvContentHintProjectsResponse8$outboundSchema = z.object({
|
|
629
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$outboundSchema,
|
|
630
|
+
storeId: z.string(),
|
|
631
|
+
});
|
|
632
|
+
/**
|
|
633
|
+
* @internal
|
|
634
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
635
|
+
*/
|
|
636
|
+
export var RemoveProjectEnvContentHintProjectsResponse8$;
|
|
637
|
+
(function (RemoveProjectEnvContentHintProjectsResponse8$) {
|
|
638
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse8$inboundSchema` instead. */
|
|
639
|
+
RemoveProjectEnvContentHintProjectsResponse8$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse8$inboundSchema;
|
|
640
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse8$outboundSchema` instead. */
|
|
641
|
+
RemoveProjectEnvContentHintProjectsResponse8$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse8$outboundSchema;
|
|
642
|
+
})(RemoveProjectEnvContentHintProjectsResponse8$ || (RemoveProjectEnvContentHintProjectsResponse8$ = {}));
|
|
643
|
+
export function removeProjectEnvContentHintProjectsResponse8ToJSON(removeProjectEnvContentHintProjectsResponse8) {
|
|
644
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjectsResponse8$outboundSchema.parse(removeProjectEnvContentHintProjectsResponse8));
|
|
645
|
+
}
|
|
646
|
+
export function removeProjectEnvContentHintProjectsResponse8FromJSON(jsonString) {
|
|
647
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjectsResponse8$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjectsResponse8' from JSON`);
|
|
648
|
+
}
|
|
649
|
+
/** @internal */
|
|
650
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type);
|
|
651
|
+
/** @internal */
|
|
652
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$inboundSchema;
|
|
653
|
+
/**
|
|
654
|
+
* @internal
|
|
655
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
656
|
+
*/
|
|
657
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$;
|
|
658
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$) {
|
|
659
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$inboundSchema` instead. */
|
|
660
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$inboundSchema;
|
|
661
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$outboundSchema` instead. */
|
|
662
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$outboundSchema;
|
|
663
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$ = {}));
|
|
664
|
+
/** @internal */
|
|
665
|
+
export const RemoveProjectEnvContentHintProjectsResponse7$inboundSchema = z.object({
|
|
666
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$inboundSchema,
|
|
667
|
+
storeId: z.string(),
|
|
668
|
+
});
|
|
669
|
+
/** @internal */
|
|
670
|
+
export const RemoveProjectEnvContentHintProjectsResponse7$outboundSchema = z.object({
|
|
671
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$outboundSchema,
|
|
672
|
+
storeId: z.string(),
|
|
673
|
+
});
|
|
674
|
+
/**
|
|
675
|
+
* @internal
|
|
676
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
677
|
+
*/
|
|
678
|
+
export var RemoveProjectEnvContentHintProjectsResponse7$;
|
|
679
|
+
(function (RemoveProjectEnvContentHintProjectsResponse7$) {
|
|
680
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse7$inboundSchema` instead. */
|
|
681
|
+
RemoveProjectEnvContentHintProjectsResponse7$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse7$inboundSchema;
|
|
682
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse7$outboundSchema` instead. */
|
|
683
|
+
RemoveProjectEnvContentHintProjectsResponse7$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse7$outboundSchema;
|
|
684
|
+
})(RemoveProjectEnvContentHintProjectsResponse7$ || (RemoveProjectEnvContentHintProjectsResponse7$ = {}));
|
|
685
|
+
export function removeProjectEnvContentHintProjectsResponse7ToJSON(removeProjectEnvContentHintProjectsResponse7) {
|
|
686
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjectsResponse7$outboundSchema.parse(removeProjectEnvContentHintProjectsResponse7));
|
|
687
|
+
}
|
|
688
|
+
export function removeProjectEnvContentHintProjectsResponse7FromJSON(jsonString) {
|
|
689
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjectsResponse7$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjectsResponse7' from JSON`);
|
|
690
|
+
}
|
|
691
|
+
/** @internal */
|
|
692
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type);
|
|
693
|
+
/** @internal */
|
|
694
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$inboundSchema;
|
|
695
|
+
/**
|
|
696
|
+
* @internal
|
|
697
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
698
|
+
*/
|
|
699
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$;
|
|
700
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$) {
|
|
701
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$inboundSchema` instead. */
|
|
702
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$inboundSchema;
|
|
703
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$outboundSchema` instead. */
|
|
704
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$outboundSchema;
|
|
705
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$ = {}));
|
|
706
|
+
/** @internal */
|
|
707
|
+
export const RemoveProjectEnvContentHintProjectsResponse6$inboundSchema = z.object({
|
|
708
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$inboundSchema,
|
|
709
|
+
storeId: z.string(),
|
|
710
|
+
});
|
|
711
|
+
/** @internal */
|
|
712
|
+
export const RemoveProjectEnvContentHintProjectsResponse6$outboundSchema = z.object({
|
|
713
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$outboundSchema,
|
|
714
|
+
storeId: z.string(),
|
|
715
|
+
});
|
|
716
|
+
/**
|
|
717
|
+
* @internal
|
|
718
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
719
|
+
*/
|
|
720
|
+
export var RemoveProjectEnvContentHintProjectsResponse6$;
|
|
721
|
+
(function (RemoveProjectEnvContentHintProjectsResponse6$) {
|
|
722
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse6$inboundSchema` instead. */
|
|
723
|
+
RemoveProjectEnvContentHintProjectsResponse6$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse6$inboundSchema;
|
|
724
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse6$outboundSchema` instead. */
|
|
725
|
+
RemoveProjectEnvContentHintProjectsResponse6$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse6$outboundSchema;
|
|
726
|
+
})(RemoveProjectEnvContentHintProjectsResponse6$ || (RemoveProjectEnvContentHintProjectsResponse6$ = {}));
|
|
727
|
+
export function removeProjectEnvContentHintProjectsResponse6ToJSON(removeProjectEnvContentHintProjectsResponse6) {
|
|
728
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjectsResponse6$outboundSchema.parse(removeProjectEnvContentHintProjectsResponse6));
|
|
729
|
+
}
|
|
730
|
+
export function removeProjectEnvContentHintProjectsResponse6FromJSON(jsonString) {
|
|
731
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjectsResponse6$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjectsResponse6' from JSON`);
|
|
732
|
+
}
|
|
733
|
+
/** @internal */
|
|
734
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type);
|
|
735
|
+
/** @internal */
|
|
736
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$inboundSchema;
|
|
737
|
+
/**
|
|
738
|
+
* @internal
|
|
739
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
740
|
+
*/
|
|
741
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$;
|
|
742
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$) {
|
|
743
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$inboundSchema` instead. */
|
|
744
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$inboundSchema;
|
|
745
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$outboundSchema` instead. */
|
|
746
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$outboundSchema;
|
|
747
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$ = {}));
|
|
748
|
+
/** @internal */
|
|
749
|
+
export const RemoveProjectEnvContentHintProjectsResponse5$inboundSchema = z.object({
|
|
750
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$inboundSchema,
|
|
751
|
+
storeId: z.string(),
|
|
752
|
+
});
|
|
753
|
+
/** @internal */
|
|
754
|
+
export const RemoveProjectEnvContentHintProjectsResponse5$outboundSchema = z.object({
|
|
755
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$outboundSchema,
|
|
756
|
+
storeId: z.string(),
|
|
757
|
+
});
|
|
758
|
+
/**
|
|
759
|
+
* @internal
|
|
760
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
761
|
+
*/
|
|
762
|
+
export var RemoveProjectEnvContentHintProjectsResponse5$;
|
|
763
|
+
(function (RemoveProjectEnvContentHintProjectsResponse5$) {
|
|
764
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse5$inboundSchema` instead. */
|
|
765
|
+
RemoveProjectEnvContentHintProjectsResponse5$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse5$inboundSchema;
|
|
766
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse5$outboundSchema` instead. */
|
|
767
|
+
RemoveProjectEnvContentHintProjectsResponse5$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse5$outboundSchema;
|
|
768
|
+
})(RemoveProjectEnvContentHintProjectsResponse5$ || (RemoveProjectEnvContentHintProjectsResponse5$ = {}));
|
|
769
|
+
export function removeProjectEnvContentHintProjectsResponse5ToJSON(removeProjectEnvContentHintProjectsResponse5) {
|
|
770
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjectsResponse5$outboundSchema.parse(removeProjectEnvContentHintProjectsResponse5));
|
|
771
|
+
}
|
|
772
|
+
export function removeProjectEnvContentHintProjectsResponse5FromJSON(jsonString) {
|
|
773
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjectsResponse5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjectsResponse5' from JSON`);
|
|
774
|
+
}
|
|
775
|
+
/** @internal */
|
|
776
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type);
|
|
777
|
+
/** @internal */
|
|
778
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$inboundSchema;
|
|
779
|
+
/**
|
|
780
|
+
* @internal
|
|
781
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
782
|
+
*/
|
|
783
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$;
|
|
784
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$) {
|
|
785
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$inboundSchema` instead. */
|
|
786
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$inboundSchema;
|
|
787
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$outboundSchema` instead. */
|
|
788
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$outboundSchema;
|
|
789
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$ = {}));
|
|
790
|
+
/** @internal */
|
|
791
|
+
export const RemoveProjectEnvContentHintProjectsResponse4$inboundSchema = z.object({
|
|
792
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$inboundSchema,
|
|
793
|
+
storeId: z.string(),
|
|
794
|
+
});
|
|
795
|
+
/** @internal */
|
|
796
|
+
export const RemoveProjectEnvContentHintProjectsResponse4$outboundSchema = z.object({
|
|
797
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$outboundSchema,
|
|
798
|
+
storeId: z.string(),
|
|
799
|
+
});
|
|
800
|
+
/**
|
|
801
|
+
* @internal
|
|
802
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
803
|
+
*/
|
|
804
|
+
export var RemoveProjectEnvContentHintProjectsResponse4$;
|
|
805
|
+
(function (RemoveProjectEnvContentHintProjectsResponse4$) {
|
|
806
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse4$inboundSchema` instead. */
|
|
807
|
+
RemoveProjectEnvContentHintProjectsResponse4$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse4$inboundSchema;
|
|
808
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse4$outboundSchema` instead. */
|
|
809
|
+
RemoveProjectEnvContentHintProjectsResponse4$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse4$outboundSchema;
|
|
810
|
+
})(RemoveProjectEnvContentHintProjectsResponse4$ || (RemoveProjectEnvContentHintProjectsResponse4$ = {}));
|
|
811
|
+
export function removeProjectEnvContentHintProjectsResponse4ToJSON(removeProjectEnvContentHintProjectsResponse4) {
|
|
812
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjectsResponse4$outboundSchema.parse(removeProjectEnvContentHintProjectsResponse4));
|
|
813
|
+
}
|
|
814
|
+
export function removeProjectEnvContentHintProjectsResponse4FromJSON(jsonString) {
|
|
815
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjectsResponse4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjectsResponse4' from JSON`);
|
|
816
|
+
}
|
|
817
|
+
/** @internal */
|
|
818
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type);
|
|
819
|
+
/** @internal */
|
|
820
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$inboundSchema;
|
|
821
|
+
/**
|
|
822
|
+
* @internal
|
|
823
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
824
|
+
*/
|
|
825
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$;
|
|
826
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$) {
|
|
827
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$inboundSchema` instead. */
|
|
828
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$inboundSchema;
|
|
829
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$outboundSchema` instead. */
|
|
830
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$outboundSchema;
|
|
831
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$ = {}));
|
|
832
|
+
/** @internal */
|
|
833
|
+
export const RemoveProjectEnvContentHintProjectsResponse3$inboundSchema = z.object({
|
|
834
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$inboundSchema,
|
|
835
|
+
storeId: z.string(),
|
|
836
|
+
});
|
|
837
|
+
/** @internal */
|
|
838
|
+
export const RemoveProjectEnvContentHintProjectsResponse3$outboundSchema = z.object({
|
|
839
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$outboundSchema,
|
|
840
|
+
storeId: z.string(),
|
|
841
|
+
});
|
|
842
|
+
/**
|
|
843
|
+
* @internal
|
|
844
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
845
|
+
*/
|
|
846
|
+
export var RemoveProjectEnvContentHintProjectsResponse3$;
|
|
847
|
+
(function (RemoveProjectEnvContentHintProjectsResponse3$) {
|
|
848
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse3$inboundSchema` instead. */
|
|
849
|
+
RemoveProjectEnvContentHintProjectsResponse3$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse3$inboundSchema;
|
|
850
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse3$outboundSchema` instead. */
|
|
851
|
+
RemoveProjectEnvContentHintProjectsResponse3$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse3$outboundSchema;
|
|
852
|
+
})(RemoveProjectEnvContentHintProjectsResponse3$ || (RemoveProjectEnvContentHintProjectsResponse3$ = {}));
|
|
853
|
+
export function removeProjectEnvContentHintProjectsResponse3ToJSON(removeProjectEnvContentHintProjectsResponse3) {
|
|
854
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjectsResponse3$outboundSchema.parse(removeProjectEnvContentHintProjectsResponse3));
|
|
855
|
+
}
|
|
856
|
+
export function removeProjectEnvContentHintProjectsResponse3FromJSON(jsonString) {
|
|
857
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjectsResponse3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjectsResponse3' from JSON`);
|
|
858
|
+
}
|
|
859
|
+
/** @internal */
|
|
860
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type);
|
|
861
|
+
/** @internal */
|
|
862
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$inboundSchema;
|
|
863
|
+
/**
|
|
864
|
+
* @internal
|
|
865
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
866
|
+
*/
|
|
867
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$;
|
|
868
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$) {
|
|
869
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$inboundSchema` instead. */
|
|
870
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$inboundSchema;
|
|
871
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$outboundSchema` instead. */
|
|
872
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$outboundSchema;
|
|
873
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$ = {}));
|
|
874
|
+
/** @internal */
|
|
875
|
+
export const RemoveProjectEnvContentHintProjectsResponse2$inboundSchema = z.object({
|
|
876
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$inboundSchema,
|
|
877
|
+
storeId: z.string(),
|
|
878
|
+
});
|
|
879
|
+
/** @internal */
|
|
880
|
+
export const RemoveProjectEnvContentHintProjectsResponse2$outboundSchema = z.object({
|
|
881
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$outboundSchema,
|
|
882
|
+
storeId: z.string(),
|
|
883
|
+
});
|
|
884
|
+
/**
|
|
885
|
+
* @internal
|
|
886
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
887
|
+
*/
|
|
888
|
+
export var RemoveProjectEnvContentHintProjectsResponse2$;
|
|
889
|
+
(function (RemoveProjectEnvContentHintProjectsResponse2$) {
|
|
890
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse2$inboundSchema` instead. */
|
|
891
|
+
RemoveProjectEnvContentHintProjectsResponse2$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse2$inboundSchema;
|
|
892
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse2$outboundSchema` instead. */
|
|
893
|
+
RemoveProjectEnvContentHintProjectsResponse2$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse2$outboundSchema;
|
|
894
|
+
})(RemoveProjectEnvContentHintProjectsResponse2$ || (RemoveProjectEnvContentHintProjectsResponse2$ = {}));
|
|
895
|
+
export function removeProjectEnvContentHintProjectsResponse2ToJSON(removeProjectEnvContentHintProjectsResponse2) {
|
|
896
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjectsResponse2$outboundSchema.parse(removeProjectEnvContentHintProjectsResponse2));
|
|
897
|
+
}
|
|
898
|
+
export function removeProjectEnvContentHintProjectsResponse2FromJSON(jsonString) {
|
|
899
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjectsResponse2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjectsResponse2' from JSON`);
|
|
900
|
+
}
|
|
901
|
+
/** @internal */
|
|
902
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type);
|
|
903
|
+
/** @internal */
|
|
904
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema;
|
|
905
|
+
/**
|
|
906
|
+
* @internal
|
|
907
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
908
|
+
*/
|
|
909
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$;
|
|
910
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$) {
|
|
911
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema` instead. */
|
|
912
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema;
|
|
913
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$outboundSchema` instead. */
|
|
914
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$outboundSchema;
|
|
915
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$ = {}));
|
|
916
|
+
/** @internal */
|
|
917
|
+
export const RemoveProjectEnvContentHintProjectsResponse1$inboundSchema = z.object({
|
|
918
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema,
|
|
919
|
+
storeId: z.string(),
|
|
920
|
+
});
|
|
921
|
+
/** @internal */
|
|
922
|
+
export const RemoveProjectEnvContentHintProjectsResponse1$outboundSchema = z.object({
|
|
923
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$outboundSchema,
|
|
924
|
+
storeId: z.string(),
|
|
925
|
+
});
|
|
926
|
+
/**
|
|
927
|
+
* @internal
|
|
928
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
929
|
+
*/
|
|
930
|
+
export var RemoveProjectEnvContentHintProjectsResponse1$;
|
|
931
|
+
(function (RemoveProjectEnvContentHintProjectsResponse1$) {
|
|
932
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse1$inboundSchema` instead. */
|
|
933
|
+
RemoveProjectEnvContentHintProjectsResponse1$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse1$inboundSchema;
|
|
934
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse1$outboundSchema` instead. */
|
|
935
|
+
RemoveProjectEnvContentHintProjectsResponse1$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse1$outboundSchema;
|
|
936
|
+
})(RemoveProjectEnvContentHintProjectsResponse1$ || (RemoveProjectEnvContentHintProjectsResponse1$ = {}));
|
|
937
|
+
export function removeProjectEnvContentHintProjectsResponse1ToJSON(removeProjectEnvContentHintProjectsResponse1) {
|
|
938
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjectsResponse1$outboundSchema.parse(removeProjectEnvContentHintProjectsResponse1));
|
|
939
|
+
}
|
|
940
|
+
export function removeProjectEnvContentHintProjectsResponse1FromJSON(jsonString) {
|
|
941
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjectsResponse1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjectsResponse1' from JSON`);
|
|
942
|
+
}
|
|
943
|
+
/** @internal */
|
|
944
|
+
export const RemoveProjectEnvResponseBodyProjectsResponseContentHint$inboundSchema = z.union([
|
|
945
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse1$inboundSchema),
|
|
946
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse2$inboundSchema),
|
|
947
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse3$inboundSchema),
|
|
948
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse4$inboundSchema),
|
|
949
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse5$inboundSchema),
|
|
950
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse6$inboundSchema),
|
|
951
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse7$inboundSchema),
|
|
952
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse8$inboundSchema),
|
|
953
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse9$inboundSchema),
|
|
954
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse10$inboundSchema),
|
|
955
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse11$inboundSchema),
|
|
956
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse12$inboundSchema),
|
|
957
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse13$inboundSchema),
|
|
958
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse15$inboundSchema),
|
|
959
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse14$inboundSchema),
|
|
960
|
+
]);
|
|
961
|
+
/** @internal */
|
|
962
|
+
export const RemoveProjectEnvResponseBodyProjectsResponseContentHint$outboundSchema = z.union([
|
|
963
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse1$outboundSchema),
|
|
964
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse2$outboundSchema),
|
|
965
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse3$outboundSchema),
|
|
966
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse4$outboundSchema),
|
|
967
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse5$outboundSchema),
|
|
968
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse6$outboundSchema),
|
|
969
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse7$outboundSchema),
|
|
970
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse8$outboundSchema),
|
|
971
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse9$outboundSchema),
|
|
972
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse10$outboundSchema),
|
|
973
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse11$outboundSchema),
|
|
974
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse12$outboundSchema),
|
|
975
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse13$outboundSchema),
|
|
976
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse15$outboundSchema),
|
|
977
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse14$outboundSchema),
|
|
978
|
+
]);
|
|
979
|
+
/**
|
|
980
|
+
* @internal
|
|
981
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
982
|
+
*/
|
|
983
|
+
export var RemoveProjectEnvResponseBodyProjectsResponseContentHint$;
|
|
984
|
+
(function (RemoveProjectEnvResponseBodyProjectsResponseContentHint$) {
|
|
985
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsResponseContentHint$inboundSchema` instead. */
|
|
986
|
+
RemoveProjectEnvResponseBodyProjectsResponseContentHint$.inboundSchema = RemoveProjectEnvResponseBodyProjectsResponseContentHint$inboundSchema;
|
|
987
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsResponseContentHint$outboundSchema` instead. */
|
|
988
|
+
RemoveProjectEnvResponseBodyProjectsResponseContentHint$.outboundSchema = RemoveProjectEnvResponseBodyProjectsResponseContentHint$outboundSchema;
|
|
989
|
+
})(RemoveProjectEnvResponseBodyProjectsResponseContentHint$ || (RemoveProjectEnvResponseBodyProjectsResponseContentHint$ = {}));
|
|
990
|
+
export function removeProjectEnvResponseBodyProjectsResponseContentHintToJSON(removeProjectEnvResponseBodyProjectsResponseContentHint) {
|
|
991
|
+
return JSON.stringify(RemoveProjectEnvResponseBodyProjectsResponseContentHint$outboundSchema
|
|
992
|
+
.parse(removeProjectEnvResponseBodyProjectsResponseContentHint));
|
|
993
|
+
}
|
|
994
|
+
export function removeProjectEnvResponseBodyProjectsResponseContentHintFromJSON(jsonString) {
|
|
995
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvResponseBodyProjectsResponseContentHint$inboundSchema
|
|
996
|
+
.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvResponseBodyProjectsResponseContentHint' from JSON`);
|
|
997
|
+
}
|
|
998
|
+
/** @internal */
|
|
999
|
+
export const RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type$inboundSchema = z.nativeEnum(RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type);
|
|
1000
|
+
/** @internal */
|
|
1001
|
+
export const RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type$outboundSchema = RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type$inboundSchema;
|
|
1002
|
+
/**
|
|
1003
|
+
* @internal
|
|
1004
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1005
|
+
*/
|
|
1006
|
+
export var RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type$;
|
|
1007
|
+
(function (RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type$) {
|
|
1008
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type$inboundSchema` instead. */
|
|
1009
|
+
RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type$.inboundSchema = RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type$inboundSchema;
|
|
1010
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type$outboundSchema` instead. */
|
|
1011
|
+
RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type$.outboundSchema = RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type$outboundSchema;
|
|
1012
|
+
})(RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type$ || (RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type$ = {}));
|
|
1013
|
+
/** @internal */
|
|
1014
|
+
export const RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$inboundSchema = z.object({
|
|
1015
|
+
type: RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type$inboundSchema,
|
|
1016
|
+
encryptedValue: z.string(),
|
|
1017
|
+
});
|
|
1018
|
+
/** @internal */
|
|
1019
|
+
export const RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$outboundSchema = z.object({
|
|
1020
|
+
type: RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type$outboundSchema,
|
|
1021
|
+
encryptedValue: z.string(),
|
|
1022
|
+
});
|
|
1023
|
+
/**
|
|
1024
|
+
* @internal
|
|
1025
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1026
|
+
*/
|
|
1027
|
+
export var RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$;
|
|
1028
|
+
(function (RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$) {
|
|
1029
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$inboundSchema` instead. */
|
|
1030
|
+
RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$.inboundSchema = RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$inboundSchema;
|
|
1031
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$outboundSchema` instead. */
|
|
1032
|
+
RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$.outboundSchema = RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$outboundSchema;
|
|
1033
|
+
})(RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$ || (RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$ = {}));
|
|
1034
|
+
export function removeProjectEnvResponseBodyProjectsResponseInternalContentHintToJSON(removeProjectEnvResponseBodyProjectsResponseInternalContentHint) {
|
|
1035
|
+
return JSON.stringify(RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$outboundSchema
|
|
1036
|
+
.parse(removeProjectEnvResponseBodyProjectsResponseInternalContentHint));
|
|
1037
|
+
}
|
|
1038
|
+
export function removeProjectEnvResponseBodyProjectsResponseInternalContentHintFromJSON(jsonString) {
|
|
1039
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$inboundSchema
|
|
1040
|
+
.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint' from JSON`);
|
|
1041
|
+
}
|
|
1042
|
+
/** @internal */
|
|
1043
|
+
export const RemoveProjectEnvResponseBody3$inboundSchema = z.object({
|
|
1044
|
+
target: z.union([
|
|
1045
|
+
z.array(RemoveProjectEnvTargetProjectsResponse1$inboundSchema),
|
|
1046
|
+
RemoveProjectEnvTargetProjectsResponse2$inboundSchema,
|
|
1047
|
+
]).optional(),
|
|
1048
|
+
type: RemoveProjectEnvResponseBodyProjectsResponseType$inboundSchema,
|
|
1049
|
+
sunsetSecretId: z.string().optional(),
|
|
1050
|
+
id: z.string().optional(),
|
|
1051
|
+
key: z.string(),
|
|
1052
|
+
value: z.string(),
|
|
1053
|
+
configurationId: z.nullable(z.string()).optional(),
|
|
1054
|
+
createdAt: z.number().optional(),
|
|
1055
|
+
updatedAt: z.number().optional(),
|
|
1056
|
+
createdBy: z.nullable(z.string()).optional(),
|
|
1057
|
+
updatedBy: z.nullable(z.string()).optional(),
|
|
1058
|
+
gitBranch: z.string().optional(),
|
|
1059
|
+
edgeConfigId: z.nullable(z.string()).optional(),
|
|
1060
|
+
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
1061
|
+
contentHint: z.nullable(z.union([
|
|
1062
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse1$inboundSchema),
|
|
1063
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse2$inboundSchema),
|
|
1064
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse3$inboundSchema),
|
|
1065
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse4$inboundSchema),
|
|
1066
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse5$inboundSchema),
|
|
1067
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse6$inboundSchema),
|
|
1068
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse7$inboundSchema),
|
|
1069
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse8$inboundSchema),
|
|
1070
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse9$inboundSchema),
|
|
1071
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse10$inboundSchema),
|
|
1072
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse11$inboundSchema),
|
|
1073
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse12$inboundSchema),
|
|
1074
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse13$inboundSchema),
|
|
1075
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse15$inboundSchema),
|
|
1076
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse14$inboundSchema),
|
|
1077
|
+
])).optional(),
|
|
1078
|
+
internalContentHint: z.nullable(z.lazy(() => RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$inboundSchema)).optional(),
|
|
1079
|
+
decrypted: z.boolean().optional(),
|
|
1080
|
+
comment: z.string().optional(),
|
|
1081
|
+
customEnvironmentIds: z.array(z.string()).optional(),
|
|
1082
|
+
vsmValue: z.string().optional(),
|
|
1083
|
+
});
|
|
1084
|
+
/** @internal */
|
|
1085
|
+
export const RemoveProjectEnvResponseBody3$outboundSchema = z.object({
|
|
1086
|
+
target: z.union([
|
|
1087
|
+
z.array(RemoveProjectEnvTargetProjectsResponse1$outboundSchema),
|
|
1088
|
+
RemoveProjectEnvTargetProjectsResponse2$outboundSchema,
|
|
1089
|
+
]).optional(),
|
|
1090
|
+
type: RemoveProjectEnvResponseBodyProjectsResponseType$outboundSchema,
|
|
1091
|
+
sunsetSecretId: z.string().optional(),
|
|
1092
|
+
id: z.string().optional(),
|
|
1093
|
+
key: z.string(),
|
|
1094
|
+
value: z.string(),
|
|
1095
|
+
configurationId: z.nullable(z.string()).optional(),
|
|
1096
|
+
createdAt: z.number().optional(),
|
|
1097
|
+
updatedAt: z.number().optional(),
|
|
1098
|
+
createdBy: z.nullable(z.string()).optional(),
|
|
1099
|
+
updatedBy: z.nullable(z.string()).optional(),
|
|
1100
|
+
gitBranch: z.string().optional(),
|
|
1101
|
+
edgeConfigId: z.nullable(z.string()).optional(),
|
|
1102
|
+
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
1103
|
+
contentHint: z.nullable(z.union([
|
|
1104
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse1$outboundSchema),
|
|
1105
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse2$outboundSchema),
|
|
1106
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse3$outboundSchema),
|
|
1107
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse4$outboundSchema),
|
|
1108
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse5$outboundSchema),
|
|
1109
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse6$outboundSchema),
|
|
1110
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse7$outboundSchema),
|
|
1111
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse8$outboundSchema),
|
|
1112
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse9$outboundSchema),
|
|
1113
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse10$outboundSchema),
|
|
1114
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse11$outboundSchema),
|
|
1115
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse12$outboundSchema),
|
|
1116
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse13$outboundSchema),
|
|
1117
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse15$outboundSchema),
|
|
1118
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse14$outboundSchema),
|
|
1119
|
+
])).optional(),
|
|
1120
|
+
internalContentHint: z.nullable(z.lazy(() => RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$outboundSchema)).optional(),
|
|
1121
|
+
decrypted: z.boolean().optional(),
|
|
1122
|
+
comment: z.string().optional(),
|
|
1123
|
+
customEnvironmentIds: z.array(z.string()).optional(),
|
|
1124
|
+
vsmValue: z.string().optional(),
|
|
1125
|
+
});
|
|
1126
|
+
/**
|
|
1127
|
+
* @internal
|
|
1128
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1129
|
+
*/
|
|
1130
|
+
export var RemoveProjectEnvResponseBody3$;
|
|
1131
|
+
(function (RemoveProjectEnvResponseBody3$) {
|
|
1132
|
+
/** @deprecated use `RemoveProjectEnvResponseBody3$inboundSchema` instead. */
|
|
1133
|
+
RemoveProjectEnvResponseBody3$.inboundSchema = RemoveProjectEnvResponseBody3$inboundSchema;
|
|
1134
|
+
/** @deprecated use `RemoveProjectEnvResponseBody3$outboundSchema` instead. */
|
|
1135
|
+
RemoveProjectEnvResponseBody3$.outboundSchema = RemoveProjectEnvResponseBody3$outboundSchema;
|
|
1136
|
+
})(RemoveProjectEnvResponseBody3$ || (RemoveProjectEnvResponseBody3$ = {}));
|
|
1137
|
+
export function removeProjectEnvResponseBody3ToJSON(removeProjectEnvResponseBody3) {
|
|
1138
|
+
return JSON.stringify(RemoveProjectEnvResponseBody3$outboundSchema.parse(removeProjectEnvResponseBody3));
|
|
1139
|
+
}
|
|
1140
|
+
export function removeProjectEnvResponseBody3FromJSON(jsonString) {
|
|
1141
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvResponseBody3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvResponseBody3' from JSON`);
|
|
1142
|
+
}
|
|
1143
|
+
/** @internal */
|
|
1144
|
+
export const RemoveProjectEnvTargetProjects2$inboundSchema = z.nativeEnum(RemoveProjectEnvTargetProjects2);
|
|
1145
|
+
/** @internal */
|
|
1146
|
+
export const RemoveProjectEnvTargetProjects2$outboundSchema = RemoveProjectEnvTargetProjects2$inboundSchema;
|
|
1147
|
+
/**
|
|
1148
|
+
* @internal
|
|
1149
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1150
|
+
*/
|
|
1151
|
+
export var RemoveProjectEnvTargetProjects2$;
|
|
1152
|
+
(function (RemoveProjectEnvTargetProjects2$) {
|
|
1153
|
+
/** @deprecated use `RemoveProjectEnvTargetProjects2$inboundSchema` instead. */
|
|
1154
|
+
RemoveProjectEnvTargetProjects2$.inboundSchema = RemoveProjectEnvTargetProjects2$inboundSchema;
|
|
1155
|
+
/** @deprecated use `RemoveProjectEnvTargetProjects2$outboundSchema` instead. */
|
|
1156
|
+
RemoveProjectEnvTargetProjects2$.outboundSchema = RemoveProjectEnvTargetProjects2$outboundSchema;
|
|
1157
|
+
})(RemoveProjectEnvTargetProjects2$ || (RemoveProjectEnvTargetProjects2$ = {}));
|
|
1158
|
+
/** @internal */
|
|
1159
|
+
export const RemoveProjectEnvTargetProjects1$inboundSchema = z.nativeEnum(RemoveProjectEnvTargetProjects1);
|
|
1160
|
+
/** @internal */
|
|
1161
|
+
export const RemoveProjectEnvTargetProjects1$outboundSchema = RemoveProjectEnvTargetProjects1$inboundSchema;
|
|
1162
|
+
/**
|
|
1163
|
+
* @internal
|
|
1164
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1165
|
+
*/
|
|
1166
|
+
export var RemoveProjectEnvTargetProjects1$;
|
|
1167
|
+
(function (RemoveProjectEnvTargetProjects1$) {
|
|
1168
|
+
/** @deprecated use `RemoveProjectEnvTargetProjects1$inboundSchema` instead. */
|
|
1169
|
+
RemoveProjectEnvTargetProjects1$.inboundSchema = RemoveProjectEnvTargetProjects1$inboundSchema;
|
|
1170
|
+
/** @deprecated use `RemoveProjectEnvTargetProjects1$outboundSchema` instead. */
|
|
1171
|
+
RemoveProjectEnvTargetProjects1$.outboundSchema = RemoveProjectEnvTargetProjects1$outboundSchema;
|
|
1172
|
+
})(RemoveProjectEnvTargetProjects1$ || (RemoveProjectEnvTargetProjects1$ = {}));
|
|
1173
|
+
/** @internal */
|
|
1174
|
+
export const RemoveProjectEnvResponseBodyProjectsTarget$inboundSchema = z.union([
|
|
1175
|
+
z.array(RemoveProjectEnvTargetProjects1$inboundSchema),
|
|
1176
|
+
RemoveProjectEnvTargetProjects2$inboundSchema,
|
|
1177
|
+
]);
|
|
1178
|
+
/** @internal */
|
|
1179
|
+
export const RemoveProjectEnvResponseBodyProjectsTarget$outboundSchema = z.union([
|
|
1180
|
+
z.array(RemoveProjectEnvTargetProjects1$outboundSchema),
|
|
1181
|
+
RemoveProjectEnvTargetProjects2$outboundSchema,
|
|
1182
|
+
]);
|
|
1183
|
+
/**
|
|
1184
|
+
* @internal
|
|
1185
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1186
|
+
*/
|
|
1187
|
+
export var RemoveProjectEnvResponseBodyProjectsTarget$;
|
|
1188
|
+
(function (RemoveProjectEnvResponseBodyProjectsTarget$) {
|
|
1189
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsTarget$inboundSchema` instead. */
|
|
1190
|
+
RemoveProjectEnvResponseBodyProjectsTarget$.inboundSchema = RemoveProjectEnvResponseBodyProjectsTarget$inboundSchema;
|
|
1191
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsTarget$outboundSchema` instead. */
|
|
1192
|
+
RemoveProjectEnvResponseBodyProjectsTarget$.outboundSchema = RemoveProjectEnvResponseBodyProjectsTarget$outboundSchema;
|
|
1193
|
+
})(RemoveProjectEnvResponseBodyProjectsTarget$ || (RemoveProjectEnvResponseBodyProjectsTarget$ = {}));
|
|
1194
|
+
export function removeProjectEnvResponseBodyProjectsTargetToJSON(removeProjectEnvResponseBodyProjectsTarget) {
|
|
1195
|
+
return JSON.stringify(RemoveProjectEnvResponseBodyProjectsTarget$outboundSchema.parse(removeProjectEnvResponseBodyProjectsTarget));
|
|
1196
|
+
}
|
|
1197
|
+
export function removeProjectEnvResponseBodyProjectsTargetFromJSON(jsonString) {
|
|
1198
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvResponseBodyProjectsTarget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvResponseBodyProjectsTarget' from JSON`);
|
|
1199
|
+
}
|
|
1200
|
+
/** @internal */
|
|
1201
|
+
export const RemoveProjectEnvResponseBodyProjectsType$inboundSchema = z
|
|
1202
|
+
.nativeEnum(RemoveProjectEnvResponseBodyProjectsType);
|
|
1203
|
+
/** @internal */
|
|
1204
|
+
export const RemoveProjectEnvResponseBodyProjectsType$outboundSchema = RemoveProjectEnvResponseBodyProjectsType$inboundSchema;
|
|
1205
|
+
/**
|
|
1206
|
+
* @internal
|
|
1207
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1208
|
+
*/
|
|
1209
|
+
export var RemoveProjectEnvResponseBodyProjectsType$;
|
|
1210
|
+
(function (RemoveProjectEnvResponseBodyProjectsType$) {
|
|
1211
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsType$inboundSchema` instead. */
|
|
1212
|
+
RemoveProjectEnvResponseBodyProjectsType$.inboundSchema = RemoveProjectEnvResponseBodyProjectsType$inboundSchema;
|
|
1213
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsType$outboundSchema` instead. */
|
|
1214
|
+
RemoveProjectEnvResponseBodyProjectsType$.outboundSchema = RemoveProjectEnvResponseBodyProjectsType$outboundSchema;
|
|
1215
|
+
})(RemoveProjectEnvResponseBodyProjectsType$ || (RemoveProjectEnvResponseBodyProjectsType$ = {}));
|
|
1216
|
+
/** @internal */
|
|
1217
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type);
|
|
1218
|
+
/** @internal */
|
|
1219
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$inboundSchema;
|
|
1220
|
+
/**
|
|
1221
|
+
* @internal
|
|
1222
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1223
|
+
*/
|
|
1224
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$;
|
|
1225
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$) {
|
|
1226
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$inboundSchema` instead. */
|
|
1227
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$inboundSchema;
|
|
1228
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$outboundSchema` instead. */
|
|
1229
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$outboundSchema;
|
|
1230
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$ = {}));
|
|
1231
|
+
/** @internal */
|
|
1232
|
+
export const RemoveProjectEnvContentHintProjects15$inboundSchema = z.object({
|
|
1233
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$inboundSchema,
|
|
1234
|
+
projectId: z.string(),
|
|
1235
|
+
});
|
|
1236
|
+
/** @internal */
|
|
1237
|
+
export const RemoveProjectEnvContentHintProjects15$outboundSchema = z.object({
|
|
1238
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$outboundSchema,
|
|
1239
|
+
projectId: z.string(),
|
|
1240
|
+
});
|
|
1241
|
+
/**
|
|
1242
|
+
* @internal
|
|
1243
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1244
|
+
*/
|
|
1245
|
+
export var RemoveProjectEnvContentHintProjects15$;
|
|
1246
|
+
(function (RemoveProjectEnvContentHintProjects15$) {
|
|
1247
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects15$inboundSchema` instead. */
|
|
1248
|
+
RemoveProjectEnvContentHintProjects15$.inboundSchema = RemoveProjectEnvContentHintProjects15$inboundSchema;
|
|
1249
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects15$outboundSchema` instead. */
|
|
1250
|
+
RemoveProjectEnvContentHintProjects15$.outboundSchema = RemoveProjectEnvContentHintProjects15$outboundSchema;
|
|
1251
|
+
})(RemoveProjectEnvContentHintProjects15$ || (RemoveProjectEnvContentHintProjects15$ = {}));
|
|
1252
|
+
export function removeProjectEnvContentHintProjects15ToJSON(removeProjectEnvContentHintProjects15) {
|
|
1253
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjects15$outboundSchema.parse(removeProjectEnvContentHintProjects15));
|
|
1254
|
+
}
|
|
1255
|
+
export function removeProjectEnvContentHintProjects15FromJSON(jsonString) {
|
|
1256
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjects15$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjects15' from JSON`);
|
|
1257
|
+
}
|
|
1258
|
+
/** @internal */
|
|
1259
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type);
|
|
1260
|
+
/** @internal */
|
|
1261
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$inboundSchema;
|
|
1262
|
+
/**
|
|
1263
|
+
* @internal
|
|
1264
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1265
|
+
*/
|
|
1266
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$;
|
|
1267
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$) {
|
|
1268
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$inboundSchema` instead. */
|
|
1269
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$inboundSchema;
|
|
1270
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$outboundSchema` instead. */
|
|
1271
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$outboundSchema;
|
|
1272
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$ = {}));
|
|
1273
|
+
/** @internal */
|
|
1274
|
+
export const RemoveProjectEnvContentHintProjects14$inboundSchema = z.object({
|
|
1275
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$inboundSchema,
|
|
1276
|
+
storeId: z.string(),
|
|
1277
|
+
integrationId: z.string(),
|
|
1278
|
+
integrationProductId: z.string(),
|
|
1279
|
+
integrationConfigurationId: z.string(),
|
|
1280
|
+
});
|
|
1281
|
+
/** @internal */
|
|
1282
|
+
export const RemoveProjectEnvContentHintProjects14$outboundSchema = z.object({
|
|
1283
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$outboundSchema,
|
|
1284
|
+
storeId: z.string(),
|
|
1285
|
+
integrationId: z.string(),
|
|
1286
|
+
integrationProductId: z.string(),
|
|
1287
|
+
integrationConfigurationId: z.string(),
|
|
1288
|
+
});
|
|
1289
|
+
/**
|
|
1290
|
+
* @internal
|
|
1291
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1292
|
+
*/
|
|
1293
|
+
export var RemoveProjectEnvContentHintProjects14$;
|
|
1294
|
+
(function (RemoveProjectEnvContentHintProjects14$) {
|
|
1295
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects14$inboundSchema` instead. */
|
|
1296
|
+
RemoveProjectEnvContentHintProjects14$.inboundSchema = RemoveProjectEnvContentHintProjects14$inboundSchema;
|
|
1297
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects14$outboundSchema` instead. */
|
|
1298
|
+
RemoveProjectEnvContentHintProjects14$.outboundSchema = RemoveProjectEnvContentHintProjects14$outboundSchema;
|
|
1299
|
+
})(RemoveProjectEnvContentHintProjects14$ || (RemoveProjectEnvContentHintProjects14$ = {}));
|
|
1300
|
+
export function removeProjectEnvContentHintProjects14ToJSON(removeProjectEnvContentHintProjects14) {
|
|
1301
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjects14$outboundSchema.parse(removeProjectEnvContentHintProjects14));
|
|
1302
|
+
}
|
|
1303
|
+
export function removeProjectEnvContentHintProjects14FromJSON(jsonString) {
|
|
1304
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjects14$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjects14' from JSON`);
|
|
1305
|
+
}
|
|
1306
|
+
/** @internal */
|
|
1307
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type);
|
|
1308
|
+
/** @internal */
|
|
1309
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$inboundSchema;
|
|
1310
|
+
/**
|
|
1311
|
+
* @internal
|
|
1312
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1313
|
+
*/
|
|
1314
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$;
|
|
1315
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$) {
|
|
1316
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$inboundSchema` instead. */
|
|
1317
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$inboundSchema;
|
|
1318
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$outboundSchema` instead. */
|
|
1319
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$outboundSchema;
|
|
1320
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$ = {}));
|
|
1321
|
+
/** @internal */
|
|
1322
|
+
export const RemoveProjectEnvContentHintProjects13$inboundSchema = z.object({
|
|
1323
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$inboundSchema,
|
|
1324
|
+
storeId: z.string(),
|
|
1325
|
+
});
|
|
1326
|
+
/** @internal */
|
|
1327
|
+
export const RemoveProjectEnvContentHintProjects13$outboundSchema = z.object({
|
|
1328
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$outboundSchema,
|
|
1329
|
+
storeId: z.string(),
|
|
1330
|
+
});
|
|
1331
|
+
/**
|
|
1332
|
+
* @internal
|
|
1333
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1334
|
+
*/
|
|
1335
|
+
export var RemoveProjectEnvContentHintProjects13$;
|
|
1336
|
+
(function (RemoveProjectEnvContentHintProjects13$) {
|
|
1337
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects13$inboundSchema` instead. */
|
|
1338
|
+
RemoveProjectEnvContentHintProjects13$.inboundSchema = RemoveProjectEnvContentHintProjects13$inboundSchema;
|
|
1339
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects13$outboundSchema` instead. */
|
|
1340
|
+
RemoveProjectEnvContentHintProjects13$.outboundSchema = RemoveProjectEnvContentHintProjects13$outboundSchema;
|
|
1341
|
+
})(RemoveProjectEnvContentHintProjects13$ || (RemoveProjectEnvContentHintProjects13$ = {}));
|
|
1342
|
+
export function removeProjectEnvContentHintProjects13ToJSON(removeProjectEnvContentHintProjects13) {
|
|
1343
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjects13$outboundSchema.parse(removeProjectEnvContentHintProjects13));
|
|
1344
|
+
}
|
|
1345
|
+
export function removeProjectEnvContentHintProjects13FromJSON(jsonString) {
|
|
1346
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjects13$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjects13' from JSON`);
|
|
1347
|
+
}
|
|
1348
|
+
/** @internal */
|
|
1349
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type);
|
|
1350
|
+
/** @internal */
|
|
1351
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$inboundSchema;
|
|
1352
|
+
/**
|
|
1353
|
+
* @internal
|
|
1354
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1355
|
+
*/
|
|
1356
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$;
|
|
1357
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$) {
|
|
1358
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$inboundSchema` instead. */
|
|
1359
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$inboundSchema;
|
|
1360
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$outboundSchema` instead. */
|
|
1361
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$outboundSchema;
|
|
1362
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$ = {}));
|
|
1363
|
+
/** @internal */
|
|
1364
|
+
export const RemoveProjectEnvContentHintProjects12$inboundSchema = z.object({
|
|
1365
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$inboundSchema,
|
|
1366
|
+
storeId: z.string(),
|
|
1367
|
+
});
|
|
1368
|
+
/** @internal */
|
|
1369
|
+
export const RemoveProjectEnvContentHintProjects12$outboundSchema = z.object({
|
|
1370
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$outboundSchema,
|
|
1371
|
+
storeId: z.string(),
|
|
1372
|
+
});
|
|
1373
|
+
/**
|
|
1374
|
+
* @internal
|
|
1375
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1376
|
+
*/
|
|
1377
|
+
export var RemoveProjectEnvContentHintProjects12$;
|
|
1378
|
+
(function (RemoveProjectEnvContentHintProjects12$) {
|
|
1379
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects12$inboundSchema` instead. */
|
|
1380
|
+
RemoveProjectEnvContentHintProjects12$.inboundSchema = RemoveProjectEnvContentHintProjects12$inboundSchema;
|
|
1381
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects12$outboundSchema` instead. */
|
|
1382
|
+
RemoveProjectEnvContentHintProjects12$.outboundSchema = RemoveProjectEnvContentHintProjects12$outboundSchema;
|
|
1383
|
+
})(RemoveProjectEnvContentHintProjects12$ || (RemoveProjectEnvContentHintProjects12$ = {}));
|
|
1384
|
+
export function removeProjectEnvContentHintProjects12ToJSON(removeProjectEnvContentHintProjects12) {
|
|
1385
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjects12$outboundSchema.parse(removeProjectEnvContentHintProjects12));
|
|
1386
|
+
}
|
|
1387
|
+
export function removeProjectEnvContentHintProjects12FromJSON(jsonString) {
|
|
1388
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjects12$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjects12' from JSON`);
|
|
1389
|
+
}
|
|
1390
|
+
/** @internal */
|
|
1391
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type);
|
|
1392
|
+
/** @internal */
|
|
1393
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$inboundSchema;
|
|
1394
|
+
/**
|
|
1395
|
+
* @internal
|
|
1396
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1397
|
+
*/
|
|
1398
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$;
|
|
1399
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$) {
|
|
1400
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$inboundSchema` instead. */
|
|
1401
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$inboundSchema;
|
|
1402
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$outboundSchema` instead. */
|
|
1403
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$outboundSchema;
|
|
1404
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$ = {}));
|
|
1405
|
+
/** @internal */
|
|
1406
|
+
export const RemoveProjectEnvContentHintProjects11$inboundSchema = z.object({
|
|
1407
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$inboundSchema,
|
|
1408
|
+
storeId: z.string(),
|
|
1409
|
+
});
|
|
1410
|
+
/** @internal */
|
|
1411
|
+
export const RemoveProjectEnvContentHintProjects11$outboundSchema = z.object({
|
|
1412
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$outboundSchema,
|
|
1413
|
+
storeId: z.string(),
|
|
1414
|
+
});
|
|
1415
|
+
/**
|
|
1416
|
+
* @internal
|
|
1417
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1418
|
+
*/
|
|
1419
|
+
export var RemoveProjectEnvContentHintProjects11$;
|
|
1420
|
+
(function (RemoveProjectEnvContentHintProjects11$) {
|
|
1421
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects11$inboundSchema` instead. */
|
|
1422
|
+
RemoveProjectEnvContentHintProjects11$.inboundSchema = RemoveProjectEnvContentHintProjects11$inboundSchema;
|
|
1423
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects11$outboundSchema` instead. */
|
|
1424
|
+
RemoveProjectEnvContentHintProjects11$.outboundSchema = RemoveProjectEnvContentHintProjects11$outboundSchema;
|
|
1425
|
+
})(RemoveProjectEnvContentHintProjects11$ || (RemoveProjectEnvContentHintProjects11$ = {}));
|
|
1426
|
+
export function removeProjectEnvContentHintProjects11ToJSON(removeProjectEnvContentHintProjects11) {
|
|
1427
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjects11$outboundSchema.parse(removeProjectEnvContentHintProjects11));
|
|
1428
|
+
}
|
|
1429
|
+
export function removeProjectEnvContentHintProjects11FromJSON(jsonString) {
|
|
1430
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjects11$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjects11' from JSON`);
|
|
1431
|
+
}
|
|
1432
|
+
/** @internal */
|
|
1433
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type);
|
|
1434
|
+
/** @internal */
|
|
1435
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$inboundSchema;
|
|
1436
|
+
/**
|
|
1437
|
+
* @internal
|
|
1438
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1439
|
+
*/
|
|
1440
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$;
|
|
1441
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$) {
|
|
1442
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$inboundSchema` instead. */
|
|
1443
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$inboundSchema;
|
|
1444
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$outboundSchema` instead. */
|
|
1445
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$outboundSchema;
|
|
1446
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$ = {}));
|
|
1447
|
+
/** @internal */
|
|
1448
|
+
export const RemoveProjectEnvContentHintProjects10$inboundSchema = z.object({
|
|
1449
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$inboundSchema,
|
|
1450
|
+
storeId: z.string(),
|
|
1451
|
+
});
|
|
1452
|
+
/** @internal */
|
|
1453
|
+
export const RemoveProjectEnvContentHintProjects10$outboundSchema = z.object({
|
|
1454
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$outboundSchema,
|
|
1455
|
+
storeId: z.string(),
|
|
1456
|
+
});
|
|
1457
|
+
/**
|
|
1458
|
+
* @internal
|
|
1459
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1460
|
+
*/
|
|
1461
|
+
export var RemoveProjectEnvContentHintProjects10$;
|
|
1462
|
+
(function (RemoveProjectEnvContentHintProjects10$) {
|
|
1463
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects10$inboundSchema` instead. */
|
|
1464
|
+
RemoveProjectEnvContentHintProjects10$.inboundSchema = RemoveProjectEnvContentHintProjects10$inboundSchema;
|
|
1465
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects10$outboundSchema` instead. */
|
|
1466
|
+
RemoveProjectEnvContentHintProjects10$.outboundSchema = RemoveProjectEnvContentHintProjects10$outboundSchema;
|
|
1467
|
+
})(RemoveProjectEnvContentHintProjects10$ || (RemoveProjectEnvContentHintProjects10$ = {}));
|
|
1468
|
+
export function removeProjectEnvContentHintProjects10ToJSON(removeProjectEnvContentHintProjects10) {
|
|
1469
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjects10$outboundSchema.parse(removeProjectEnvContentHintProjects10));
|
|
1470
|
+
}
|
|
1471
|
+
export function removeProjectEnvContentHintProjects10FromJSON(jsonString) {
|
|
1472
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjects10$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjects10' from JSON`);
|
|
1473
|
+
}
|
|
1474
|
+
/** @internal */
|
|
1475
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type);
|
|
1476
|
+
/** @internal */
|
|
1477
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$inboundSchema;
|
|
1478
|
+
/**
|
|
1479
|
+
* @internal
|
|
1480
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1481
|
+
*/
|
|
1482
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$;
|
|
1483
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$) {
|
|
1484
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$inboundSchema` instead. */
|
|
1485
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$inboundSchema;
|
|
1486
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$outboundSchema` instead. */
|
|
1487
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$outboundSchema;
|
|
1488
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$ = {}));
|
|
1489
|
+
/** @internal */
|
|
1490
|
+
export const RemoveProjectEnvContentHintProjects9$inboundSchema = z.object({
|
|
1491
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$inboundSchema,
|
|
1492
|
+
storeId: z.string(),
|
|
1493
|
+
});
|
|
1494
|
+
/** @internal */
|
|
1495
|
+
export const RemoveProjectEnvContentHintProjects9$outboundSchema = z.object({
|
|
1496
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$outboundSchema,
|
|
1497
|
+
storeId: z.string(),
|
|
1498
|
+
});
|
|
1499
|
+
/**
|
|
1500
|
+
* @internal
|
|
1501
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1502
|
+
*/
|
|
1503
|
+
export var RemoveProjectEnvContentHintProjects9$;
|
|
1504
|
+
(function (RemoveProjectEnvContentHintProjects9$) {
|
|
1505
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects9$inboundSchema` instead. */
|
|
1506
|
+
RemoveProjectEnvContentHintProjects9$.inboundSchema = RemoveProjectEnvContentHintProjects9$inboundSchema;
|
|
1507
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects9$outboundSchema` instead. */
|
|
1508
|
+
RemoveProjectEnvContentHintProjects9$.outboundSchema = RemoveProjectEnvContentHintProjects9$outboundSchema;
|
|
1509
|
+
})(RemoveProjectEnvContentHintProjects9$ || (RemoveProjectEnvContentHintProjects9$ = {}));
|
|
1510
|
+
export function removeProjectEnvContentHintProjects9ToJSON(removeProjectEnvContentHintProjects9) {
|
|
1511
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjects9$outboundSchema.parse(removeProjectEnvContentHintProjects9));
|
|
1512
|
+
}
|
|
1513
|
+
export function removeProjectEnvContentHintProjects9FromJSON(jsonString) {
|
|
1514
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjects9$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjects9' from JSON`);
|
|
1515
|
+
}
|
|
1516
|
+
/** @internal */
|
|
1517
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type);
|
|
1518
|
+
/** @internal */
|
|
1519
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$inboundSchema;
|
|
1520
|
+
/**
|
|
1521
|
+
* @internal
|
|
1522
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1523
|
+
*/
|
|
1524
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$;
|
|
1525
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$) {
|
|
1526
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$inboundSchema` instead. */
|
|
1527
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$inboundSchema;
|
|
1528
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$outboundSchema` instead. */
|
|
1529
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$outboundSchema;
|
|
1530
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$ = {}));
|
|
1531
|
+
/** @internal */
|
|
1532
|
+
export const RemoveProjectEnvContentHintProjects8$inboundSchema = z.object({
|
|
1533
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$inboundSchema,
|
|
1534
|
+
storeId: z.string(),
|
|
1535
|
+
});
|
|
1536
|
+
/** @internal */
|
|
1537
|
+
export const RemoveProjectEnvContentHintProjects8$outboundSchema = z.object({
|
|
1538
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$outboundSchema,
|
|
1539
|
+
storeId: z.string(),
|
|
1540
|
+
});
|
|
1541
|
+
/**
|
|
1542
|
+
* @internal
|
|
1543
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1544
|
+
*/
|
|
1545
|
+
export var RemoveProjectEnvContentHintProjects8$;
|
|
1546
|
+
(function (RemoveProjectEnvContentHintProjects8$) {
|
|
1547
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects8$inboundSchema` instead. */
|
|
1548
|
+
RemoveProjectEnvContentHintProjects8$.inboundSchema = RemoveProjectEnvContentHintProjects8$inboundSchema;
|
|
1549
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects8$outboundSchema` instead. */
|
|
1550
|
+
RemoveProjectEnvContentHintProjects8$.outboundSchema = RemoveProjectEnvContentHintProjects8$outboundSchema;
|
|
1551
|
+
})(RemoveProjectEnvContentHintProjects8$ || (RemoveProjectEnvContentHintProjects8$ = {}));
|
|
1552
|
+
export function removeProjectEnvContentHintProjects8ToJSON(removeProjectEnvContentHintProjects8) {
|
|
1553
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjects8$outboundSchema.parse(removeProjectEnvContentHintProjects8));
|
|
1554
|
+
}
|
|
1555
|
+
export function removeProjectEnvContentHintProjects8FromJSON(jsonString) {
|
|
1556
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjects8$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjects8' from JSON`);
|
|
1557
|
+
}
|
|
1558
|
+
/** @internal */
|
|
1559
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type);
|
|
1560
|
+
/** @internal */
|
|
1561
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$inboundSchema;
|
|
1562
|
+
/**
|
|
1563
|
+
* @internal
|
|
1564
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1565
|
+
*/
|
|
1566
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$;
|
|
1567
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$) {
|
|
1568
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$inboundSchema` instead. */
|
|
1569
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$inboundSchema;
|
|
1570
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$outboundSchema` instead. */
|
|
1571
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$outboundSchema;
|
|
1572
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$ = {}));
|
|
1573
|
+
/** @internal */
|
|
1574
|
+
export const RemoveProjectEnvContentHintProjects7$inboundSchema = z.object({
|
|
1575
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$inboundSchema,
|
|
1576
|
+
storeId: z.string(),
|
|
1577
|
+
});
|
|
1578
|
+
/** @internal */
|
|
1579
|
+
export const RemoveProjectEnvContentHintProjects7$outboundSchema = z.object({
|
|
1580
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$outboundSchema,
|
|
1581
|
+
storeId: z.string(),
|
|
1582
|
+
});
|
|
1583
|
+
/**
|
|
1584
|
+
* @internal
|
|
1585
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1586
|
+
*/
|
|
1587
|
+
export var RemoveProjectEnvContentHintProjects7$;
|
|
1588
|
+
(function (RemoveProjectEnvContentHintProjects7$) {
|
|
1589
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects7$inboundSchema` instead. */
|
|
1590
|
+
RemoveProjectEnvContentHintProjects7$.inboundSchema = RemoveProjectEnvContentHintProjects7$inboundSchema;
|
|
1591
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects7$outboundSchema` instead. */
|
|
1592
|
+
RemoveProjectEnvContentHintProjects7$.outboundSchema = RemoveProjectEnvContentHintProjects7$outboundSchema;
|
|
1593
|
+
})(RemoveProjectEnvContentHintProjects7$ || (RemoveProjectEnvContentHintProjects7$ = {}));
|
|
1594
|
+
export function removeProjectEnvContentHintProjects7ToJSON(removeProjectEnvContentHintProjects7) {
|
|
1595
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjects7$outboundSchema.parse(removeProjectEnvContentHintProjects7));
|
|
1596
|
+
}
|
|
1597
|
+
export function removeProjectEnvContentHintProjects7FromJSON(jsonString) {
|
|
1598
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjects7$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjects7' from JSON`);
|
|
1599
|
+
}
|
|
1600
|
+
/** @internal */
|
|
1601
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type);
|
|
1602
|
+
/** @internal */
|
|
1603
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$inboundSchema;
|
|
1604
|
+
/**
|
|
1605
|
+
* @internal
|
|
1606
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1607
|
+
*/
|
|
1608
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$;
|
|
1609
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$) {
|
|
1610
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$inboundSchema` instead. */
|
|
1611
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$inboundSchema;
|
|
1612
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$outboundSchema` instead. */
|
|
1613
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$outboundSchema;
|
|
1614
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$ = {}));
|
|
1615
|
+
/** @internal */
|
|
1616
|
+
export const RemoveProjectEnvContentHintProjects6$inboundSchema = z.object({
|
|
1617
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$inboundSchema,
|
|
1618
|
+
storeId: z.string(),
|
|
1619
|
+
});
|
|
1620
|
+
/** @internal */
|
|
1621
|
+
export const RemoveProjectEnvContentHintProjects6$outboundSchema = z.object({
|
|
1622
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$outboundSchema,
|
|
1623
|
+
storeId: z.string(),
|
|
1624
|
+
});
|
|
1625
|
+
/**
|
|
1626
|
+
* @internal
|
|
1627
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1628
|
+
*/
|
|
1629
|
+
export var RemoveProjectEnvContentHintProjects6$;
|
|
1630
|
+
(function (RemoveProjectEnvContentHintProjects6$) {
|
|
1631
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects6$inboundSchema` instead. */
|
|
1632
|
+
RemoveProjectEnvContentHintProjects6$.inboundSchema = RemoveProjectEnvContentHintProjects6$inboundSchema;
|
|
1633
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects6$outboundSchema` instead. */
|
|
1634
|
+
RemoveProjectEnvContentHintProjects6$.outboundSchema = RemoveProjectEnvContentHintProjects6$outboundSchema;
|
|
1635
|
+
})(RemoveProjectEnvContentHintProjects6$ || (RemoveProjectEnvContentHintProjects6$ = {}));
|
|
1636
|
+
export function removeProjectEnvContentHintProjects6ToJSON(removeProjectEnvContentHintProjects6) {
|
|
1637
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjects6$outboundSchema.parse(removeProjectEnvContentHintProjects6));
|
|
1638
|
+
}
|
|
1639
|
+
export function removeProjectEnvContentHintProjects6FromJSON(jsonString) {
|
|
1640
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjects6$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjects6' from JSON`);
|
|
1641
|
+
}
|
|
1642
|
+
/** @internal */
|
|
1643
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type);
|
|
1644
|
+
/** @internal */
|
|
1645
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$inboundSchema;
|
|
1646
|
+
/**
|
|
1647
|
+
* @internal
|
|
1648
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1649
|
+
*/
|
|
1650
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$;
|
|
1651
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$) {
|
|
1652
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$inboundSchema` instead. */
|
|
1653
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$inboundSchema;
|
|
1654
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$outboundSchema` instead. */
|
|
1655
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$outboundSchema;
|
|
1656
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$ = {}));
|
|
1657
|
+
/** @internal */
|
|
1658
|
+
export const RemoveProjectEnvContentHintProjects5$inboundSchema = z.object({
|
|
1659
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$inboundSchema,
|
|
1660
|
+
storeId: z.string(),
|
|
1661
|
+
});
|
|
1662
|
+
/** @internal */
|
|
1663
|
+
export const RemoveProjectEnvContentHintProjects5$outboundSchema = z.object({
|
|
1664
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$outboundSchema,
|
|
1665
|
+
storeId: z.string(),
|
|
1666
|
+
});
|
|
1667
|
+
/**
|
|
1668
|
+
* @internal
|
|
1669
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1670
|
+
*/
|
|
1671
|
+
export var RemoveProjectEnvContentHintProjects5$;
|
|
1672
|
+
(function (RemoveProjectEnvContentHintProjects5$) {
|
|
1673
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects5$inboundSchema` instead. */
|
|
1674
|
+
RemoveProjectEnvContentHintProjects5$.inboundSchema = RemoveProjectEnvContentHintProjects5$inboundSchema;
|
|
1675
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects5$outboundSchema` instead. */
|
|
1676
|
+
RemoveProjectEnvContentHintProjects5$.outboundSchema = RemoveProjectEnvContentHintProjects5$outboundSchema;
|
|
1677
|
+
})(RemoveProjectEnvContentHintProjects5$ || (RemoveProjectEnvContentHintProjects5$ = {}));
|
|
1678
|
+
export function removeProjectEnvContentHintProjects5ToJSON(removeProjectEnvContentHintProjects5) {
|
|
1679
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjects5$outboundSchema.parse(removeProjectEnvContentHintProjects5));
|
|
1680
|
+
}
|
|
1681
|
+
export function removeProjectEnvContentHintProjects5FromJSON(jsonString) {
|
|
1682
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjects5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjects5' from JSON`);
|
|
1683
|
+
}
|
|
1684
|
+
/** @internal */
|
|
1685
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type);
|
|
1686
|
+
/** @internal */
|
|
1687
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$inboundSchema;
|
|
1688
|
+
/**
|
|
1689
|
+
* @internal
|
|
1690
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1691
|
+
*/
|
|
1692
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$;
|
|
1693
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$) {
|
|
1694
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$inboundSchema` instead. */
|
|
1695
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$inboundSchema;
|
|
1696
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$outboundSchema` instead. */
|
|
1697
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$outboundSchema;
|
|
1698
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$ = {}));
|
|
1699
|
+
/** @internal */
|
|
1700
|
+
export const RemoveProjectEnvContentHintProjects4$inboundSchema = z.object({
|
|
1701
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$inboundSchema,
|
|
1702
|
+
storeId: z.string(),
|
|
1703
|
+
});
|
|
1704
|
+
/** @internal */
|
|
1705
|
+
export const RemoveProjectEnvContentHintProjects4$outboundSchema = z.object({
|
|
1706
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$outboundSchema,
|
|
1707
|
+
storeId: z.string(),
|
|
1708
|
+
});
|
|
1709
|
+
/**
|
|
1710
|
+
* @internal
|
|
1711
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1712
|
+
*/
|
|
1713
|
+
export var RemoveProjectEnvContentHintProjects4$;
|
|
1714
|
+
(function (RemoveProjectEnvContentHintProjects4$) {
|
|
1715
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects4$inboundSchema` instead. */
|
|
1716
|
+
RemoveProjectEnvContentHintProjects4$.inboundSchema = RemoveProjectEnvContentHintProjects4$inboundSchema;
|
|
1717
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects4$outboundSchema` instead. */
|
|
1718
|
+
RemoveProjectEnvContentHintProjects4$.outboundSchema = RemoveProjectEnvContentHintProjects4$outboundSchema;
|
|
1719
|
+
})(RemoveProjectEnvContentHintProjects4$ || (RemoveProjectEnvContentHintProjects4$ = {}));
|
|
1720
|
+
export function removeProjectEnvContentHintProjects4ToJSON(removeProjectEnvContentHintProjects4) {
|
|
1721
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjects4$outboundSchema.parse(removeProjectEnvContentHintProjects4));
|
|
1722
|
+
}
|
|
1723
|
+
export function removeProjectEnvContentHintProjects4FromJSON(jsonString) {
|
|
1724
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjects4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjects4' from JSON`);
|
|
1725
|
+
}
|
|
1726
|
+
/** @internal */
|
|
1727
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type);
|
|
1728
|
+
/** @internal */
|
|
1729
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$inboundSchema;
|
|
1730
|
+
/**
|
|
1731
|
+
* @internal
|
|
1732
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1733
|
+
*/
|
|
1734
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$;
|
|
1735
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$) {
|
|
1736
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$inboundSchema` instead. */
|
|
1737
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$inboundSchema;
|
|
1738
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$outboundSchema` instead. */
|
|
1739
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$outboundSchema;
|
|
1740
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$ = {}));
|
|
1741
|
+
/** @internal */
|
|
1742
|
+
export const RemoveProjectEnvContentHintProjects3$inboundSchema = z.object({
|
|
1743
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$inboundSchema,
|
|
1744
|
+
storeId: z.string(),
|
|
1745
|
+
});
|
|
1746
|
+
/** @internal */
|
|
1747
|
+
export const RemoveProjectEnvContentHintProjects3$outboundSchema = z.object({
|
|
1748
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$outboundSchema,
|
|
1749
|
+
storeId: z.string(),
|
|
1750
|
+
});
|
|
1751
|
+
/**
|
|
1752
|
+
* @internal
|
|
1753
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1754
|
+
*/
|
|
1755
|
+
export var RemoveProjectEnvContentHintProjects3$;
|
|
1756
|
+
(function (RemoveProjectEnvContentHintProjects3$) {
|
|
1757
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects3$inboundSchema` instead. */
|
|
1758
|
+
RemoveProjectEnvContentHintProjects3$.inboundSchema = RemoveProjectEnvContentHintProjects3$inboundSchema;
|
|
1759
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects3$outboundSchema` instead. */
|
|
1760
|
+
RemoveProjectEnvContentHintProjects3$.outboundSchema = RemoveProjectEnvContentHintProjects3$outboundSchema;
|
|
1761
|
+
})(RemoveProjectEnvContentHintProjects3$ || (RemoveProjectEnvContentHintProjects3$ = {}));
|
|
1762
|
+
export function removeProjectEnvContentHintProjects3ToJSON(removeProjectEnvContentHintProjects3) {
|
|
1763
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjects3$outboundSchema.parse(removeProjectEnvContentHintProjects3));
|
|
1764
|
+
}
|
|
1765
|
+
export function removeProjectEnvContentHintProjects3FromJSON(jsonString) {
|
|
1766
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjects3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjects3' from JSON`);
|
|
1767
|
+
}
|
|
1768
|
+
/** @internal */
|
|
1769
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type);
|
|
1770
|
+
/** @internal */
|
|
1771
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$inboundSchema;
|
|
1772
|
+
/**
|
|
1773
|
+
* @internal
|
|
1774
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1775
|
+
*/
|
|
1776
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$;
|
|
1777
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$) {
|
|
1778
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$inboundSchema` instead. */
|
|
1779
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$inboundSchema;
|
|
1780
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$outboundSchema` instead. */
|
|
1781
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$outboundSchema;
|
|
1782
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$ = {}));
|
|
1783
|
+
/** @internal */
|
|
1784
|
+
export const RemoveProjectEnvContentHintProjects2$inboundSchema = z.object({
|
|
1785
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$inboundSchema,
|
|
1786
|
+
storeId: z.string(),
|
|
1787
|
+
});
|
|
1788
|
+
/** @internal */
|
|
1789
|
+
export const RemoveProjectEnvContentHintProjects2$outboundSchema = z.object({
|
|
1790
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$outboundSchema,
|
|
1791
|
+
storeId: z.string(),
|
|
1792
|
+
});
|
|
1793
|
+
/**
|
|
1794
|
+
* @internal
|
|
1795
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1796
|
+
*/
|
|
1797
|
+
export var RemoveProjectEnvContentHintProjects2$;
|
|
1798
|
+
(function (RemoveProjectEnvContentHintProjects2$) {
|
|
1799
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects2$inboundSchema` instead. */
|
|
1800
|
+
RemoveProjectEnvContentHintProjects2$.inboundSchema = RemoveProjectEnvContentHintProjects2$inboundSchema;
|
|
1801
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects2$outboundSchema` instead. */
|
|
1802
|
+
RemoveProjectEnvContentHintProjects2$.outboundSchema = RemoveProjectEnvContentHintProjects2$outboundSchema;
|
|
1803
|
+
})(RemoveProjectEnvContentHintProjects2$ || (RemoveProjectEnvContentHintProjects2$ = {}));
|
|
1804
|
+
export function removeProjectEnvContentHintProjects2ToJSON(removeProjectEnvContentHintProjects2) {
|
|
1805
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjects2$outboundSchema.parse(removeProjectEnvContentHintProjects2));
|
|
1806
|
+
}
|
|
1807
|
+
export function removeProjectEnvContentHintProjects2FromJSON(jsonString) {
|
|
1808
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjects2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjects2' from JSON`);
|
|
1809
|
+
}
|
|
1810
|
+
/** @internal */
|
|
1811
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type);
|
|
1812
|
+
/** @internal */
|
|
1813
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema;
|
|
1814
|
+
/**
|
|
1815
|
+
* @internal
|
|
1816
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1817
|
+
*/
|
|
1818
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$;
|
|
1819
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$) {
|
|
1820
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema` instead. */
|
|
1821
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema;
|
|
1822
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$outboundSchema` instead. */
|
|
1823
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$outboundSchema;
|
|
1824
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$ = {}));
|
|
1825
|
+
/** @internal */
|
|
1826
|
+
export const RemoveProjectEnvContentHintProjects1$inboundSchema = z.object({
|
|
1827
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema,
|
|
1828
|
+
storeId: z.string(),
|
|
1829
|
+
});
|
|
1830
|
+
/** @internal */
|
|
1831
|
+
export const RemoveProjectEnvContentHintProjects1$outboundSchema = z.object({
|
|
1832
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$outboundSchema,
|
|
1833
|
+
storeId: z.string(),
|
|
1834
|
+
});
|
|
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 RemoveProjectEnvContentHintProjects1$;
|
|
1840
|
+
(function (RemoveProjectEnvContentHintProjects1$) {
|
|
1841
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects1$inboundSchema` instead. */
|
|
1842
|
+
RemoveProjectEnvContentHintProjects1$.inboundSchema = RemoveProjectEnvContentHintProjects1$inboundSchema;
|
|
1843
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjects1$outboundSchema` instead. */
|
|
1844
|
+
RemoveProjectEnvContentHintProjects1$.outboundSchema = RemoveProjectEnvContentHintProjects1$outboundSchema;
|
|
1845
|
+
})(RemoveProjectEnvContentHintProjects1$ || (RemoveProjectEnvContentHintProjects1$ = {}));
|
|
1846
|
+
export function removeProjectEnvContentHintProjects1ToJSON(removeProjectEnvContentHintProjects1) {
|
|
1847
|
+
return JSON.stringify(RemoveProjectEnvContentHintProjects1$outboundSchema.parse(removeProjectEnvContentHintProjects1));
|
|
1848
|
+
}
|
|
1849
|
+
export function removeProjectEnvContentHintProjects1FromJSON(jsonString) {
|
|
1850
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHintProjects1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHintProjects1' from JSON`);
|
|
1851
|
+
}
|
|
1852
|
+
/** @internal */
|
|
1853
|
+
export const RemoveProjectEnvResponseBodyProjectsContentHint$inboundSchema = z.union([
|
|
1854
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects1$inboundSchema),
|
|
1855
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects2$inboundSchema),
|
|
1856
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects3$inboundSchema),
|
|
1857
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects4$inboundSchema),
|
|
1858
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects5$inboundSchema),
|
|
1859
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects6$inboundSchema),
|
|
1860
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects7$inboundSchema),
|
|
1861
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects8$inboundSchema),
|
|
1862
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects9$inboundSchema),
|
|
1863
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects10$inboundSchema),
|
|
1864
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects11$inboundSchema),
|
|
1865
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects12$inboundSchema),
|
|
1866
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects13$inboundSchema),
|
|
1867
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects15$inboundSchema),
|
|
1868
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects14$inboundSchema),
|
|
1869
|
+
]);
|
|
1870
|
+
/** @internal */
|
|
1871
|
+
export const RemoveProjectEnvResponseBodyProjectsContentHint$outboundSchema = z.union([
|
|
1872
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects1$outboundSchema),
|
|
1873
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects2$outboundSchema),
|
|
1874
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects3$outboundSchema),
|
|
1875
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects4$outboundSchema),
|
|
1876
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects5$outboundSchema),
|
|
1877
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects6$outboundSchema),
|
|
1878
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects7$outboundSchema),
|
|
1879
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects8$outboundSchema),
|
|
1880
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects9$outboundSchema),
|
|
1881
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects10$outboundSchema),
|
|
1882
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects11$outboundSchema),
|
|
1883
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects12$outboundSchema),
|
|
1884
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects13$outboundSchema),
|
|
1885
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects15$outboundSchema),
|
|
1886
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects14$outboundSchema),
|
|
1887
|
+
]);
|
|
1888
|
+
/**
|
|
1889
|
+
* @internal
|
|
1890
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1891
|
+
*/
|
|
1892
|
+
export var RemoveProjectEnvResponseBodyProjectsContentHint$;
|
|
1893
|
+
(function (RemoveProjectEnvResponseBodyProjectsContentHint$) {
|
|
1894
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsContentHint$inboundSchema` instead. */
|
|
1895
|
+
RemoveProjectEnvResponseBodyProjectsContentHint$.inboundSchema = RemoveProjectEnvResponseBodyProjectsContentHint$inboundSchema;
|
|
1896
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsContentHint$outboundSchema` instead. */
|
|
1897
|
+
RemoveProjectEnvResponseBodyProjectsContentHint$.outboundSchema = RemoveProjectEnvResponseBodyProjectsContentHint$outboundSchema;
|
|
1898
|
+
})(RemoveProjectEnvResponseBodyProjectsContentHint$ || (RemoveProjectEnvResponseBodyProjectsContentHint$ = {}));
|
|
1899
|
+
export function removeProjectEnvResponseBodyProjectsContentHintToJSON(removeProjectEnvResponseBodyProjectsContentHint) {
|
|
1900
|
+
return JSON.stringify(RemoveProjectEnvResponseBodyProjectsContentHint$outboundSchema.parse(removeProjectEnvResponseBodyProjectsContentHint));
|
|
1901
|
+
}
|
|
1902
|
+
export function removeProjectEnvResponseBodyProjectsContentHintFromJSON(jsonString) {
|
|
1903
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvResponseBodyProjectsContentHint$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvResponseBodyProjectsContentHint' from JSON`);
|
|
1904
|
+
}
|
|
1905
|
+
/** @internal */
|
|
1906
|
+
export const RemoveProjectEnvResponseBodyProjectsResponse200Type$inboundSchema = z.nativeEnum(RemoveProjectEnvResponseBodyProjectsResponse200Type);
|
|
1907
|
+
/** @internal */
|
|
1908
|
+
export const RemoveProjectEnvResponseBodyProjectsResponse200Type$outboundSchema = RemoveProjectEnvResponseBodyProjectsResponse200Type$inboundSchema;
|
|
1909
|
+
/**
|
|
1910
|
+
* @internal
|
|
1911
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1912
|
+
*/
|
|
1913
|
+
export var RemoveProjectEnvResponseBodyProjectsResponse200Type$;
|
|
1914
|
+
(function (RemoveProjectEnvResponseBodyProjectsResponse200Type$) {
|
|
1915
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsResponse200Type$inboundSchema` instead. */
|
|
1916
|
+
RemoveProjectEnvResponseBodyProjectsResponse200Type$.inboundSchema = RemoveProjectEnvResponseBodyProjectsResponse200Type$inboundSchema;
|
|
1917
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsResponse200Type$outboundSchema` instead. */
|
|
1918
|
+
RemoveProjectEnvResponseBodyProjectsResponse200Type$.outboundSchema = RemoveProjectEnvResponseBodyProjectsResponse200Type$outboundSchema;
|
|
1919
|
+
})(RemoveProjectEnvResponseBodyProjectsResponse200Type$ || (RemoveProjectEnvResponseBodyProjectsResponse200Type$ = {}));
|
|
1920
|
+
/** @internal */
|
|
1921
|
+
export const RemoveProjectEnvResponseBodyProjectsInternalContentHint$inboundSchema = z.object({
|
|
1922
|
+
type: RemoveProjectEnvResponseBodyProjectsResponse200Type$inboundSchema,
|
|
1923
|
+
encryptedValue: z.string(),
|
|
1924
|
+
});
|
|
1925
|
+
/** @internal */
|
|
1926
|
+
export const RemoveProjectEnvResponseBodyProjectsInternalContentHint$outboundSchema = z.object({
|
|
1927
|
+
type: RemoveProjectEnvResponseBodyProjectsResponse200Type$outboundSchema,
|
|
1928
|
+
encryptedValue: z.string(),
|
|
1929
|
+
});
|
|
1930
|
+
/**
|
|
1931
|
+
* @internal
|
|
1932
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1933
|
+
*/
|
|
1934
|
+
export var RemoveProjectEnvResponseBodyProjectsInternalContentHint$;
|
|
1935
|
+
(function (RemoveProjectEnvResponseBodyProjectsInternalContentHint$) {
|
|
1936
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsInternalContentHint$inboundSchema` instead. */
|
|
1937
|
+
RemoveProjectEnvResponseBodyProjectsInternalContentHint$.inboundSchema = RemoveProjectEnvResponseBodyProjectsInternalContentHint$inboundSchema;
|
|
1938
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsInternalContentHint$outboundSchema` instead. */
|
|
1939
|
+
RemoveProjectEnvResponseBodyProjectsInternalContentHint$.outboundSchema = RemoveProjectEnvResponseBodyProjectsInternalContentHint$outboundSchema;
|
|
1940
|
+
})(RemoveProjectEnvResponseBodyProjectsInternalContentHint$ || (RemoveProjectEnvResponseBodyProjectsInternalContentHint$ = {}));
|
|
1941
|
+
export function removeProjectEnvResponseBodyProjectsInternalContentHintToJSON(removeProjectEnvResponseBodyProjectsInternalContentHint) {
|
|
1942
|
+
return JSON.stringify(RemoveProjectEnvResponseBodyProjectsInternalContentHint$outboundSchema
|
|
1943
|
+
.parse(removeProjectEnvResponseBodyProjectsInternalContentHint));
|
|
1944
|
+
}
|
|
1945
|
+
export function removeProjectEnvResponseBodyProjectsInternalContentHintFromJSON(jsonString) {
|
|
1946
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvResponseBodyProjectsInternalContentHint$inboundSchema
|
|
1947
|
+
.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvResponseBodyProjectsInternalContentHint' from JSON`);
|
|
1948
|
+
}
|
|
1949
|
+
/** @internal */
|
|
1950
|
+
export const RemoveProjectEnvResponseBody2$inboundSchema = z.object({
|
|
1951
|
+
system: z.boolean().optional(),
|
|
1952
|
+
target: z.union([
|
|
1953
|
+
z.array(RemoveProjectEnvTargetProjects1$inboundSchema),
|
|
1954
|
+
RemoveProjectEnvTargetProjects2$inboundSchema,
|
|
1955
|
+
]).optional(),
|
|
1956
|
+
type: RemoveProjectEnvResponseBodyProjectsType$inboundSchema,
|
|
1957
|
+
sunsetSecretId: z.string().optional(),
|
|
1958
|
+
id: z.string().optional(),
|
|
1959
|
+
key: z.string(),
|
|
1960
|
+
value: z.string(),
|
|
1961
|
+
configurationId: z.nullable(z.string()).optional(),
|
|
1962
|
+
createdAt: z.number().optional(),
|
|
1963
|
+
updatedAt: z.number().optional(),
|
|
1964
|
+
createdBy: z.nullable(z.string()).optional(),
|
|
1965
|
+
updatedBy: z.nullable(z.string()).optional(),
|
|
1966
|
+
gitBranch: z.string().optional(),
|
|
1967
|
+
edgeConfigId: z.nullable(z.string()).optional(),
|
|
1968
|
+
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
1969
|
+
contentHint: z.nullable(z.union([
|
|
1970
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects1$inboundSchema),
|
|
1971
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects2$inboundSchema),
|
|
1972
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects3$inboundSchema),
|
|
1973
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects4$inboundSchema),
|
|
1974
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects5$inboundSchema),
|
|
1975
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects6$inboundSchema),
|
|
1976
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects7$inboundSchema),
|
|
1977
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects8$inboundSchema),
|
|
1978
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects9$inboundSchema),
|
|
1979
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects10$inboundSchema),
|
|
1980
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects11$inboundSchema),
|
|
1981
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects12$inboundSchema),
|
|
1982
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects13$inboundSchema),
|
|
1983
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects15$inboundSchema),
|
|
1984
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects14$inboundSchema),
|
|
1985
|
+
])).optional(),
|
|
1986
|
+
internalContentHint: z.nullable(z.lazy(() => RemoveProjectEnvResponseBodyProjectsInternalContentHint$inboundSchema)).optional(),
|
|
1987
|
+
decrypted: z.boolean().optional(),
|
|
1988
|
+
comment: z.string().optional(),
|
|
1989
|
+
customEnvironmentIds: z.array(z.string()).optional(),
|
|
1990
|
+
vsmValue: z.string().optional(),
|
|
1991
|
+
});
|
|
1992
|
+
/** @internal */
|
|
1993
|
+
export const RemoveProjectEnvResponseBody2$outboundSchema = z.object({
|
|
1994
|
+
system: z.boolean().optional(),
|
|
1995
|
+
target: z.union([
|
|
1996
|
+
z.array(RemoveProjectEnvTargetProjects1$outboundSchema),
|
|
1997
|
+
RemoveProjectEnvTargetProjects2$outboundSchema,
|
|
1998
|
+
]).optional(),
|
|
1999
|
+
type: RemoveProjectEnvResponseBodyProjectsType$outboundSchema,
|
|
2000
|
+
sunsetSecretId: z.string().optional(),
|
|
2001
|
+
id: z.string().optional(),
|
|
2002
|
+
key: z.string(),
|
|
2003
|
+
value: z.string(),
|
|
2004
|
+
configurationId: z.nullable(z.string()).optional(),
|
|
2005
|
+
createdAt: z.number().optional(),
|
|
2006
|
+
updatedAt: z.number().optional(),
|
|
2007
|
+
createdBy: z.nullable(z.string()).optional(),
|
|
2008
|
+
updatedBy: z.nullable(z.string()).optional(),
|
|
2009
|
+
gitBranch: z.string().optional(),
|
|
2010
|
+
edgeConfigId: z.nullable(z.string()).optional(),
|
|
2011
|
+
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
2012
|
+
contentHint: z.nullable(z.union([
|
|
2013
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects1$outboundSchema),
|
|
2014
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects2$outboundSchema),
|
|
2015
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects3$outboundSchema),
|
|
2016
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects4$outboundSchema),
|
|
2017
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects5$outboundSchema),
|
|
2018
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects6$outboundSchema),
|
|
2019
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects7$outboundSchema),
|
|
2020
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects8$outboundSchema),
|
|
2021
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects9$outboundSchema),
|
|
2022
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects10$outboundSchema),
|
|
2023
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects11$outboundSchema),
|
|
2024
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects12$outboundSchema),
|
|
2025
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects13$outboundSchema),
|
|
2026
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects15$outboundSchema),
|
|
2027
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects14$outboundSchema),
|
|
2028
|
+
])).optional(),
|
|
2029
|
+
internalContentHint: z.nullable(z.lazy(() => RemoveProjectEnvResponseBodyProjectsInternalContentHint$outboundSchema)).optional(),
|
|
2030
|
+
decrypted: z.boolean().optional(),
|
|
2031
|
+
comment: z.string().optional(),
|
|
2032
|
+
customEnvironmentIds: z.array(z.string()).optional(),
|
|
2033
|
+
vsmValue: z.string().optional(),
|
|
2034
|
+
});
|
|
2035
|
+
/**
|
|
2036
|
+
* @internal
|
|
2037
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2038
|
+
*/
|
|
2039
|
+
export var RemoveProjectEnvResponseBody2$;
|
|
2040
|
+
(function (RemoveProjectEnvResponseBody2$) {
|
|
2041
|
+
/** @deprecated use `RemoveProjectEnvResponseBody2$inboundSchema` instead. */
|
|
2042
|
+
RemoveProjectEnvResponseBody2$.inboundSchema = RemoveProjectEnvResponseBody2$inboundSchema;
|
|
2043
|
+
/** @deprecated use `RemoveProjectEnvResponseBody2$outboundSchema` instead. */
|
|
2044
|
+
RemoveProjectEnvResponseBody2$.outboundSchema = RemoveProjectEnvResponseBody2$outboundSchema;
|
|
2045
|
+
})(RemoveProjectEnvResponseBody2$ || (RemoveProjectEnvResponseBody2$ = {}));
|
|
2046
|
+
export function removeProjectEnvResponseBody2ToJSON(removeProjectEnvResponseBody2) {
|
|
2047
|
+
return JSON.stringify(RemoveProjectEnvResponseBody2$outboundSchema.parse(removeProjectEnvResponseBody2));
|
|
2048
|
+
}
|
|
2049
|
+
export function removeProjectEnvResponseBody2FromJSON(jsonString) {
|
|
2050
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvResponseBody2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvResponseBody2' from JSON`);
|
|
2051
|
+
}
|
|
2052
|
+
/** @internal */
|
|
2053
|
+
export const RemoveProjectEnvTarget2$inboundSchema = z.nativeEnum(RemoveProjectEnvTarget2);
|
|
2054
|
+
/** @internal */
|
|
2055
|
+
export const RemoveProjectEnvTarget2$outboundSchema = RemoveProjectEnvTarget2$inboundSchema;
|
|
2056
|
+
/**
|
|
2057
|
+
* @internal
|
|
2058
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2059
|
+
*/
|
|
2060
|
+
export var RemoveProjectEnvTarget2$;
|
|
2061
|
+
(function (RemoveProjectEnvTarget2$) {
|
|
2062
|
+
/** @deprecated use `RemoveProjectEnvTarget2$inboundSchema` instead. */
|
|
2063
|
+
RemoveProjectEnvTarget2$.inboundSchema = RemoveProjectEnvTarget2$inboundSchema;
|
|
2064
|
+
/** @deprecated use `RemoveProjectEnvTarget2$outboundSchema` instead. */
|
|
2065
|
+
RemoveProjectEnvTarget2$.outboundSchema = RemoveProjectEnvTarget2$outboundSchema;
|
|
2066
|
+
})(RemoveProjectEnvTarget2$ || (RemoveProjectEnvTarget2$ = {}));
|
|
2067
|
+
/** @internal */
|
|
2068
|
+
export const RemoveProjectEnvTarget1$inboundSchema = z.nativeEnum(RemoveProjectEnvTarget1);
|
|
2069
|
+
/** @internal */
|
|
2070
|
+
export const RemoveProjectEnvTarget1$outboundSchema = RemoveProjectEnvTarget1$inboundSchema;
|
|
2071
|
+
/**
|
|
2072
|
+
* @internal
|
|
2073
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2074
|
+
*/
|
|
2075
|
+
export var RemoveProjectEnvTarget1$;
|
|
2076
|
+
(function (RemoveProjectEnvTarget1$) {
|
|
2077
|
+
/** @deprecated use `RemoveProjectEnvTarget1$inboundSchema` instead. */
|
|
2078
|
+
RemoveProjectEnvTarget1$.inboundSchema = RemoveProjectEnvTarget1$inboundSchema;
|
|
2079
|
+
/** @deprecated use `RemoveProjectEnvTarget1$outboundSchema` instead. */
|
|
2080
|
+
RemoveProjectEnvTarget1$.outboundSchema = RemoveProjectEnvTarget1$outboundSchema;
|
|
2081
|
+
})(RemoveProjectEnvTarget1$ || (RemoveProjectEnvTarget1$ = {}));
|
|
2082
|
+
/** @internal */
|
|
2083
|
+
export const RemoveProjectEnvResponseBodyTarget$inboundSchema = z.union([
|
|
2084
|
+
z.array(RemoveProjectEnvTarget1$inboundSchema),
|
|
2085
|
+
RemoveProjectEnvTarget2$inboundSchema,
|
|
2086
|
+
]);
|
|
2087
|
+
/** @internal */
|
|
2088
|
+
export const RemoveProjectEnvResponseBodyTarget$outboundSchema = z.union([
|
|
2089
|
+
z.array(RemoveProjectEnvTarget1$outboundSchema),
|
|
2090
|
+
RemoveProjectEnvTarget2$outboundSchema,
|
|
2091
|
+
]);
|
|
2092
|
+
/**
|
|
2093
|
+
* @internal
|
|
2094
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2095
|
+
*/
|
|
2096
|
+
export var RemoveProjectEnvResponseBodyTarget$;
|
|
2097
|
+
(function (RemoveProjectEnvResponseBodyTarget$) {
|
|
2098
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyTarget$inboundSchema` instead. */
|
|
2099
|
+
RemoveProjectEnvResponseBodyTarget$.inboundSchema = RemoveProjectEnvResponseBodyTarget$inboundSchema;
|
|
2100
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyTarget$outboundSchema` instead. */
|
|
2101
|
+
RemoveProjectEnvResponseBodyTarget$.outboundSchema = RemoveProjectEnvResponseBodyTarget$outboundSchema;
|
|
2102
|
+
})(RemoveProjectEnvResponseBodyTarget$ || (RemoveProjectEnvResponseBodyTarget$ = {}));
|
|
2103
|
+
export function removeProjectEnvResponseBodyTargetToJSON(removeProjectEnvResponseBodyTarget) {
|
|
2104
|
+
return JSON.stringify(RemoveProjectEnvResponseBodyTarget$outboundSchema.parse(removeProjectEnvResponseBodyTarget));
|
|
2105
|
+
}
|
|
2106
|
+
export function removeProjectEnvResponseBodyTargetFromJSON(jsonString) {
|
|
2107
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvResponseBodyTarget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvResponseBodyTarget' from JSON`);
|
|
2108
|
+
}
|
|
2109
|
+
/** @internal */
|
|
2110
|
+
export const RemoveProjectEnvResponseBodyType$inboundSchema = z.nativeEnum(RemoveProjectEnvResponseBodyType);
|
|
2111
|
+
/** @internal */
|
|
2112
|
+
export const RemoveProjectEnvResponseBodyType$outboundSchema = RemoveProjectEnvResponseBodyType$inboundSchema;
|
|
2113
|
+
/**
|
|
2114
|
+
* @internal
|
|
2115
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2116
|
+
*/
|
|
2117
|
+
export var RemoveProjectEnvResponseBodyType$;
|
|
2118
|
+
(function (RemoveProjectEnvResponseBodyType$) {
|
|
2119
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyType$inboundSchema` instead. */
|
|
2120
|
+
RemoveProjectEnvResponseBodyType$.inboundSchema = RemoveProjectEnvResponseBodyType$inboundSchema;
|
|
2121
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyType$outboundSchema` instead. */
|
|
2122
|
+
RemoveProjectEnvResponseBodyType$.outboundSchema = RemoveProjectEnvResponseBodyType$outboundSchema;
|
|
2123
|
+
})(RemoveProjectEnvResponseBodyType$ || (RemoveProjectEnvResponseBodyType$ = {}));
|
|
2124
|
+
/** @internal */
|
|
2125
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type);
|
|
2126
|
+
/** @internal */
|
|
2127
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema;
|
|
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 RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$;
|
|
2133
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$) {
|
|
2134
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema` instead. */
|
|
2135
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema;
|
|
2136
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$outboundSchema` instead. */
|
|
2137
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$outboundSchema;
|
|
2138
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$ = {}));
|
|
2139
|
+
/** @internal */
|
|
2140
|
+
export const RemoveProjectEnvContentHint15$inboundSchema = z.object({
|
|
2141
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema,
|
|
2142
|
+
projectId: z.string(),
|
|
2143
|
+
});
|
|
2144
|
+
/** @internal */
|
|
2145
|
+
export const RemoveProjectEnvContentHint15$outboundSchema = z.object({
|
|
2146
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$outboundSchema,
|
|
2147
|
+
projectId: z.string(),
|
|
2148
|
+
});
|
|
2149
|
+
/**
|
|
2150
|
+
* @internal
|
|
2151
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2152
|
+
*/
|
|
2153
|
+
export var RemoveProjectEnvContentHint15$;
|
|
2154
|
+
(function (RemoveProjectEnvContentHint15$) {
|
|
2155
|
+
/** @deprecated use `RemoveProjectEnvContentHint15$inboundSchema` instead. */
|
|
2156
|
+
RemoveProjectEnvContentHint15$.inboundSchema = RemoveProjectEnvContentHint15$inboundSchema;
|
|
2157
|
+
/** @deprecated use `RemoveProjectEnvContentHint15$outboundSchema` instead. */
|
|
2158
|
+
RemoveProjectEnvContentHint15$.outboundSchema = RemoveProjectEnvContentHint15$outboundSchema;
|
|
2159
|
+
})(RemoveProjectEnvContentHint15$ || (RemoveProjectEnvContentHint15$ = {}));
|
|
2160
|
+
export function removeProjectEnvContentHint15ToJSON(removeProjectEnvContentHint15) {
|
|
2161
|
+
return JSON.stringify(RemoveProjectEnvContentHint15$outboundSchema.parse(removeProjectEnvContentHint15));
|
|
2162
|
+
}
|
|
2163
|
+
export function removeProjectEnvContentHint15FromJSON(jsonString) {
|
|
2164
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHint15$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHint15' from JSON`);
|
|
2165
|
+
}
|
|
2166
|
+
/** @internal */
|
|
2167
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type);
|
|
2168
|
+
/** @internal */
|
|
2169
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema;
|
|
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 RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$;
|
|
2175
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$) {
|
|
2176
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema` instead. */
|
|
2177
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema;
|
|
2178
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$outboundSchema` instead. */
|
|
2179
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$outboundSchema;
|
|
2180
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$ = {}));
|
|
2181
|
+
/** @internal */
|
|
2182
|
+
export const RemoveProjectEnvContentHint14$inboundSchema = z.object({
|
|
2183
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema,
|
|
2184
|
+
storeId: z.string(),
|
|
2185
|
+
integrationId: z.string(),
|
|
2186
|
+
integrationProductId: z.string(),
|
|
2187
|
+
integrationConfigurationId: z.string(),
|
|
2188
|
+
});
|
|
2189
|
+
/** @internal */
|
|
2190
|
+
export const RemoveProjectEnvContentHint14$outboundSchema = z.object({
|
|
2191
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$outboundSchema,
|
|
2192
|
+
storeId: z.string(),
|
|
2193
|
+
integrationId: z.string(),
|
|
2194
|
+
integrationProductId: z.string(),
|
|
2195
|
+
integrationConfigurationId: z.string(),
|
|
2196
|
+
});
|
|
2197
|
+
/**
|
|
2198
|
+
* @internal
|
|
2199
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2200
|
+
*/
|
|
2201
|
+
export var RemoveProjectEnvContentHint14$;
|
|
2202
|
+
(function (RemoveProjectEnvContentHint14$) {
|
|
2203
|
+
/** @deprecated use `RemoveProjectEnvContentHint14$inboundSchema` instead. */
|
|
2204
|
+
RemoveProjectEnvContentHint14$.inboundSchema = RemoveProjectEnvContentHint14$inboundSchema;
|
|
2205
|
+
/** @deprecated use `RemoveProjectEnvContentHint14$outboundSchema` instead. */
|
|
2206
|
+
RemoveProjectEnvContentHint14$.outboundSchema = RemoveProjectEnvContentHint14$outboundSchema;
|
|
2207
|
+
})(RemoveProjectEnvContentHint14$ || (RemoveProjectEnvContentHint14$ = {}));
|
|
2208
|
+
export function removeProjectEnvContentHint14ToJSON(removeProjectEnvContentHint14) {
|
|
2209
|
+
return JSON.stringify(RemoveProjectEnvContentHint14$outboundSchema.parse(removeProjectEnvContentHint14));
|
|
2210
|
+
}
|
|
2211
|
+
export function removeProjectEnvContentHint14FromJSON(jsonString) {
|
|
2212
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHint14$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHint14' from JSON`);
|
|
2213
|
+
}
|
|
2214
|
+
/** @internal */
|
|
2215
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type);
|
|
2216
|
+
/** @internal */
|
|
2217
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema;
|
|
2218
|
+
/**
|
|
2219
|
+
* @internal
|
|
2220
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2221
|
+
*/
|
|
2222
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$;
|
|
2223
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$) {
|
|
2224
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema` instead. */
|
|
2225
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema;
|
|
2226
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$outboundSchema` instead. */
|
|
2227
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$outboundSchema;
|
|
2228
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$ = {}));
|
|
2229
|
+
/** @internal */
|
|
2230
|
+
export const RemoveProjectEnvContentHint13$inboundSchema = z.object({
|
|
2231
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema,
|
|
2232
|
+
storeId: z.string(),
|
|
2233
|
+
});
|
|
2234
|
+
/** @internal */
|
|
2235
|
+
export const RemoveProjectEnvContentHint13$outboundSchema = z.object({
|
|
2236
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$outboundSchema,
|
|
2237
|
+
storeId: z.string(),
|
|
2238
|
+
});
|
|
2239
|
+
/**
|
|
2240
|
+
* @internal
|
|
2241
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2242
|
+
*/
|
|
2243
|
+
export var RemoveProjectEnvContentHint13$;
|
|
2244
|
+
(function (RemoveProjectEnvContentHint13$) {
|
|
2245
|
+
/** @deprecated use `RemoveProjectEnvContentHint13$inboundSchema` instead. */
|
|
2246
|
+
RemoveProjectEnvContentHint13$.inboundSchema = RemoveProjectEnvContentHint13$inboundSchema;
|
|
2247
|
+
/** @deprecated use `RemoveProjectEnvContentHint13$outboundSchema` instead. */
|
|
2248
|
+
RemoveProjectEnvContentHint13$.outboundSchema = RemoveProjectEnvContentHint13$outboundSchema;
|
|
2249
|
+
})(RemoveProjectEnvContentHint13$ || (RemoveProjectEnvContentHint13$ = {}));
|
|
2250
|
+
export function removeProjectEnvContentHint13ToJSON(removeProjectEnvContentHint13) {
|
|
2251
|
+
return JSON.stringify(RemoveProjectEnvContentHint13$outboundSchema.parse(removeProjectEnvContentHint13));
|
|
2252
|
+
}
|
|
2253
|
+
export function removeProjectEnvContentHint13FromJSON(jsonString) {
|
|
2254
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHint13$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHint13' from JSON`);
|
|
2255
|
+
}
|
|
2256
|
+
/** @internal */
|
|
2257
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type);
|
|
2258
|
+
/** @internal */
|
|
2259
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema;
|
|
2260
|
+
/**
|
|
2261
|
+
* @internal
|
|
2262
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2263
|
+
*/
|
|
2264
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$;
|
|
2265
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$) {
|
|
2266
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema` instead. */
|
|
2267
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema;
|
|
2268
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$outboundSchema` instead. */
|
|
2269
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$outboundSchema;
|
|
2270
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$ = {}));
|
|
2271
|
+
/** @internal */
|
|
2272
|
+
export const RemoveProjectEnvContentHint12$inboundSchema = z.object({
|
|
2273
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema,
|
|
2274
|
+
storeId: z.string(),
|
|
2275
|
+
});
|
|
2276
|
+
/** @internal */
|
|
2277
|
+
export const RemoveProjectEnvContentHint12$outboundSchema = z.object({
|
|
2278
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$outboundSchema,
|
|
2279
|
+
storeId: z.string(),
|
|
2280
|
+
});
|
|
2281
|
+
/**
|
|
2282
|
+
* @internal
|
|
2283
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2284
|
+
*/
|
|
2285
|
+
export var RemoveProjectEnvContentHint12$;
|
|
2286
|
+
(function (RemoveProjectEnvContentHint12$) {
|
|
2287
|
+
/** @deprecated use `RemoveProjectEnvContentHint12$inboundSchema` instead. */
|
|
2288
|
+
RemoveProjectEnvContentHint12$.inboundSchema = RemoveProjectEnvContentHint12$inboundSchema;
|
|
2289
|
+
/** @deprecated use `RemoveProjectEnvContentHint12$outboundSchema` instead. */
|
|
2290
|
+
RemoveProjectEnvContentHint12$.outboundSchema = RemoveProjectEnvContentHint12$outboundSchema;
|
|
2291
|
+
})(RemoveProjectEnvContentHint12$ || (RemoveProjectEnvContentHint12$ = {}));
|
|
2292
|
+
export function removeProjectEnvContentHint12ToJSON(removeProjectEnvContentHint12) {
|
|
2293
|
+
return JSON.stringify(RemoveProjectEnvContentHint12$outboundSchema.parse(removeProjectEnvContentHint12));
|
|
2294
|
+
}
|
|
2295
|
+
export function removeProjectEnvContentHint12FromJSON(jsonString) {
|
|
2296
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHint12$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHint12' from JSON`);
|
|
2297
|
+
}
|
|
2298
|
+
/** @internal */
|
|
2299
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type);
|
|
2300
|
+
/** @internal */
|
|
2301
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema;
|
|
2302
|
+
/**
|
|
2303
|
+
* @internal
|
|
2304
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2305
|
+
*/
|
|
2306
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$;
|
|
2307
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$) {
|
|
2308
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema` instead. */
|
|
2309
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema;
|
|
2310
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$outboundSchema` instead. */
|
|
2311
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$outboundSchema;
|
|
2312
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$ = {}));
|
|
2313
|
+
/** @internal */
|
|
2314
|
+
export const RemoveProjectEnvContentHint11$inboundSchema = z.object({
|
|
2315
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema,
|
|
2316
|
+
storeId: z.string(),
|
|
2317
|
+
});
|
|
2318
|
+
/** @internal */
|
|
2319
|
+
export const RemoveProjectEnvContentHint11$outboundSchema = z.object({
|
|
2320
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$outboundSchema,
|
|
2321
|
+
storeId: z.string(),
|
|
2322
|
+
});
|
|
2323
|
+
/**
|
|
2324
|
+
* @internal
|
|
2325
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2326
|
+
*/
|
|
2327
|
+
export var RemoveProjectEnvContentHint11$;
|
|
2328
|
+
(function (RemoveProjectEnvContentHint11$) {
|
|
2329
|
+
/** @deprecated use `RemoveProjectEnvContentHint11$inboundSchema` instead. */
|
|
2330
|
+
RemoveProjectEnvContentHint11$.inboundSchema = RemoveProjectEnvContentHint11$inboundSchema;
|
|
2331
|
+
/** @deprecated use `RemoveProjectEnvContentHint11$outboundSchema` instead. */
|
|
2332
|
+
RemoveProjectEnvContentHint11$.outboundSchema = RemoveProjectEnvContentHint11$outboundSchema;
|
|
2333
|
+
})(RemoveProjectEnvContentHint11$ || (RemoveProjectEnvContentHint11$ = {}));
|
|
2334
|
+
export function removeProjectEnvContentHint11ToJSON(removeProjectEnvContentHint11) {
|
|
2335
|
+
return JSON.stringify(RemoveProjectEnvContentHint11$outboundSchema.parse(removeProjectEnvContentHint11));
|
|
2336
|
+
}
|
|
2337
|
+
export function removeProjectEnvContentHint11FromJSON(jsonString) {
|
|
2338
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHint11$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHint11' from JSON`);
|
|
2339
|
+
}
|
|
2340
|
+
/** @internal */
|
|
2341
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type);
|
|
2342
|
+
/** @internal */
|
|
2343
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema;
|
|
2344
|
+
/**
|
|
2345
|
+
* @internal
|
|
2346
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2347
|
+
*/
|
|
2348
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$;
|
|
2349
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$) {
|
|
2350
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema` instead. */
|
|
2351
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema;
|
|
2352
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$outboundSchema` instead. */
|
|
2353
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$outboundSchema;
|
|
2354
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$ = {}));
|
|
2355
|
+
/** @internal */
|
|
2356
|
+
export const RemoveProjectEnvContentHint10$inboundSchema = z.object({
|
|
2357
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema,
|
|
2358
|
+
storeId: z.string(),
|
|
2359
|
+
});
|
|
2360
|
+
/** @internal */
|
|
2361
|
+
export const RemoveProjectEnvContentHint10$outboundSchema = z.object({
|
|
2362
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$outboundSchema,
|
|
2363
|
+
storeId: z.string(),
|
|
2364
|
+
});
|
|
2365
|
+
/**
|
|
2366
|
+
* @internal
|
|
2367
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2368
|
+
*/
|
|
2369
|
+
export var RemoveProjectEnvContentHint10$;
|
|
2370
|
+
(function (RemoveProjectEnvContentHint10$) {
|
|
2371
|
+
/** @deprecated use `RemoveProjectEnvContentHint10$inboundSchema` instead. */
|
|
2372
|
+
RemoveProjectEnvContentHint10$.inboundSchema = RemoveProjectEnvContentHint10$inboundSchema;
|
|
2373
|
+
/** @deprecated use `RemoveProjectEnvContentHint10$outboundSchema` instead. */
|
|
2374
|
+
RemoveProjectEnvContentHint10$.outboundSchema = RemoveProjectEnvContentHint10$outboundSchema;
|
|
2375
|
+
})(RemoveProjectEnvContentHint10$ || (RemoveProjectEnvContentHint10$ = {}));
|
|
2376
|
+
export function removeProjectEnvContentHint10ToJSON(removeProjectEnvContentHint10) {
|
|
2377
|
+
return JSON.stringify(RemoveProjectEnvContentHint10$outboundSchema.parse(removeProjectEnvContentHint10));
|
|
2378
|
+
}
|
|
2379
|
+
export function removeProjectEnvContentHint10FromJSON(jsonString) {
|
|
2380
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHint10$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHint10' from JSON`);
|
|
2381
|
+
}
|
|
2382
|
+
/** @internal */
|
|
2383
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type);
|
|
2384
|
+
/** @internal */
|
|
2385
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema;
|
|
2386
|
+
/**
|
|
2387
|
+
* @internal
|
|
2388
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2389
|
+
*/
|
|
2390
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$;
|
|
2391
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$) {
|
|
2392
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema` instead. */
|
|
2393
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema;
|
|
2394
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$outboundSchema` instead. */
|
|
2395
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$outboundSchema;
|
|
2396
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$ = {}));
|
|
2397
|
+
/** @internal */
|
|
2398
|
+
export const RemoveProjectEnvContentHint9$inboundSchema = z.object({
|
|
2399
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema,
|
|
2400
|
+
storeId: z.string(),
|
|
2401
|
+
});
|
|
2402
|
+
/** @internal */
|
|
2403
|
+
export const RemoveProjectEnvContentHint9$outboundSchema = z.object({
|
|
2404
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$outboundSchema,
|
|
2405
|
+
storeId: z.string(),
|
|
2406
|
+
});
|
|
2407
|
+
/**
|
|
2408
|
+
* @internal
|
|
2409
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2410
|
+
*/
|
|
2411
|
+
export var RemoveProjectEnvContentHint9$;
|
|
2412
|
+
(function (RemoveProjectEnvContentHint9$) {
|
|
2413
|
+
/** @deprecated use `RemoveProjectEnvContentHint9$inboundSchema` instead. */
|
|
2414
|
+
RemoveProjectEnvContentHint9$.inboundSchema = RemoveProjectEnvContentHint9$inboundSchema;
|
|
2415
|
+
/** @deprecated use `RemoveProjectEnvContentHint9$outboundSchema` instead. */
|
|
2416
|
+
RemoveProjectEnvContentHint9$.outboundSchema = RemoveProjectEnvContentHint9$outboundSchema;
|
|
2417
|
+
})(RemoveProjectEnvContentHint9$ || (RemoveProjectEnvContentHint9$ = {}));
|
|
2418
|
+
export function removeProjectEnvContentHint9ToJSON(removeProjectEnvContentHint9) {
|
|
2419
|
+
return JSON.stringify(RemoveProjectEnvContentHint9$outboundSchema.parse(removeProjectEnvContentHint9));
|
|
2420
|
+
}
|
|
2421
|
+
export function removeProjectEnvContentHint9FromJSON(jsonString) {
|
|
2422
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHint9$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHint9' from JSON`);
|
|
2423
|
+
}
|
|
2424
|
+
/** @internal */
|
|
2425
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type);
|
|
2426
|
+
/** @internal */
|
|
2427
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema;
|
|
2428
|
+
/**
|
|
2429
|
+
* @internal
|
|
2430
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2431
|
+
*/
|
|
2432
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$;
|
|
2433
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$) {
|
|
2434
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema` instead. */
|
|
2435
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema;
|
|
2436
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$outboundSchema` instead. */
|
|
2437
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$outboundSchema;
|
|
2438
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$ = {}));
|
|
2439
|
+
/** @internal */
|
|
2440
|
+
export const RemoveProjectEnvContentHint8$inboundSchema = z.object({
|
|
2441
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema,
|
|
2442
|
+
storeId: z.string(),
|
|
2443
|
+
});
|
|
2444
|
+
/** @internal */
|
|
2445
|
+
export const RemoveProjectEnvContentHint8$outboundSchema = z.object({
|
|
2446
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$outboundSchema,
|
|
2447
|
+
storeId: z.string(),
|
|
2448
|
+
});
|
|
2449
|
+
/**
|
|
2450
|
+
* @internal
|
|
2451
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2452
|
+
*/
|
|
2453
|
+
export var RemoveProjectEnvContentHint8$;
|
|
2454
|
+
(function (RemoveProjectEnvContentHint8$) {
|
|
2455
|
+
/** @deprecated use `RemoveProjectEnvContentHint8$inboundSchema` instead. */
|
|
2456
|
+
RemoveProjectEnvContentHint8$.inboundSchema = RemoveProjectEnvContentHint8$inboundSchema;
|
|
2457
|
+
/** @deprecated use `RemoveProjectEnvContentHint8$outboundSchema` instead. */
|
|
2458
|
+
RemoveProjectEnvContentHint8$.outboundSchema = RemoveProjectEnvContentHint8$outboundSchema;
|
|
2459
|
+
})(RemoveProjectEnvContentHint8$ || (RemoveProjectEnvContentHint8$ = {}));
|
|
2460
|
+
export function removeProjectEnvContentHint8ToJSON(removeProjectEnvContentHint8) {
|
|
2461
|
+
return JSON.stringify(RemoveProjectEnvContentHint8$outboundSchema.parse(removeProjectEnvContentHint8));
|
|
2462
|
+
}
|
|
2463
|
+
export function removeProjectEnvContentHint8FromJSON(jsonString) {
|
|
2464
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHint8$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHint8' from JSON`);
|
|
2465
|
+
}
|
|
2466
|
+
/** @internal */
|
|
2467
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type);
|
|
2468
|
+
/** @internal */
|
|
2469
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema;
|
|
2470
|
+
/**
|
|
2471
|
+
* @internal
|
|
2472
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2473
|
+
*/
|
|
2474
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$;
|
|
2475
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$) {
|
|
2476
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema` instead. */
|
|
2477
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema;
|
|
2478
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$outboundSchema` instead. */
|
|
2479
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$outboundSchema;
|
|
2480
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$ = {}));
|
|
2481
|
+
/** @internal */
|
|
2482
|
+
export const RemoveProjectEnvContentHint7$inboundSchema = z.object({
|
|
2483
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema,
|
|
2484
|
+
storeId: z.string(),
|
|
2485
|
+
});
|
|
2486
|
+
/** @internal */
|
|
2487
|
+
export const RemoveProjectEnvContentHint7$outboundSchema = z.object({
|
|
2488
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$outboundSchema,
|
|
2489
|
+
storeId: z.string(),
|
|
2490
|
+
});
|
|
2491
|
+
/**
|
|
2492
|
+
* @internal
|
|
2493
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2494
|
+
*/
|
|
2495
|
+
export var RemoveProjectEnvContentHint7$;
|
|
2496
|
+
(function (RemoveProjectEnvContentHint7$) {
|
|
2497
|
+
/** @deprecated use `RemoveProjectEnvContentHint7$inboundSchema` instead. */
|
|
2498
|
+
RemoveProjectEnvContentHint7$.inboundSchema = RemoveProjectEnvContentHint7$inboundSchema;
|
|
2499
|
+
/** @deprecated use `RemoveProjectEnvContentHint7$outboundSchema` instead. */
|
|
2500
|
+
RemoveProjectEnvContentHint7$.outboundSchema = RemoveProjectEnvContentHint7$outboundSchema;
|
|
2501
|
+
})(RemoveProjectEnvContentHint7$ || (RemoveProjectEnvContentHint7$ = {}));
|
|
2502
|
+
export function removeProjectEnvContentHint7ToJSON(removeProjectEnvContentHint7) {
|
|
2503
|
+
return JSON.stringify(RemoveProjectEnvContentHint7$outboundSchema.parse(removeProjectEnvContentHint7));
|
|
2504
|
+
}
|
|
2505
|
+
export function removeProjectEnvContentHint7FromJSON(jsonString) {
|
|
2506
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHint7$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHint7' from JSON`);
|
|
2507
|
+
}
|
|
2508
|
+
/** @internal */
|
|
2509
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType);
|
|
2510
|
+
/** @internal */
|
|
2511
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
2512
|
+
/**
|
|
2513
|
+
* @internal
|
|
2514
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2515
|
+
*/
|
|
2516
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$;
|
|
2517
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$) {
|
|
2518
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
|
|
2519
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
2520
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
|
|
2521
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema;
|
|
2522
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$ = {}));
|
|
2523
|
+
/** @internal */
|
|
2524
|
+
export const RemoveProjectEnvContentHint6$inboundSchema = z.object({
|
|
2525
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
2526
|
+
storeId: z.string(),
|
|
2527
|
+
});
|
|
2528
|
+
/** @internal */
|
|
2529
|
+
export const RemoveProjectEnvContentHint6$outboundSchema = z.object({
|
|
2530
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
2531
|
+
storeId: z.string(),
|
|
2532
|
+
});
|
|
2533
|
+
/**
|
|
2534
|
+
* @internal
|
|
2535
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2536
|
+
*/
|
|
2537
|
+
export var RemoveProjectEnvContentHint6$;
|
|
2538
|
+
(function (RemoveProjectEnvContentHint6$) {
|
|
2539
|
+
/** @deprecated use `RemoveProjectEnvContentHint6$inboundSchema` instead. */
|
|
2540
|
+
RemoveProjectEnvContentHint6$.inboundSchema = RemoveProjectEnvContentHint6$inboundSchema;
|
|
2541
|
+
/** @deprecated use `RemoveProjectEnvContentHint6$outboundSchema` instead. */
|
|
2542
|
+
RemoveProjectEnvContentHint6$.outboundSchema = RemoveProjectEnvContentHint6$outboundSchema;
|
|
2543
|
+
})(RemoveProjectEnvContentHint6$ || (RemoveProjectEnvContentHint6$ = {}));
|
|
2544
|
+
export function removeProjectEnvContentHint6ToJSON(removeProjectEnvContentHint6) {
|
|
2545
|
+
return JSON.stringify(RemoveProjectEnvContentHint6$outboundSchema.parse(removeProjectEnvContentHint6));
|
|
2546
|
+
}
|
|
2547
|
+
export function removeProjectEnvContentHint6FromJSON(jsonString) {
|
|
2548
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHint6$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHint6' from JSON`);
|
|
2549
|
+
}
|
|
2550
|
+
/** @internal */
|
|
2551
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType);
|
|
2552
|
+
/** @internal */
|
|
2553
|
+
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
2554
|
+
/**
|
|
2555
|
+
* @internal
|
|
2556
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2557
|
+
*/
|
|
2558
|
+
export var RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$;
|
|
2559
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$) {
|
|
2560
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
2561
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
2562
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
2563
|
+
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$outboundSchema;
|
|
2564
|
+
})(RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$ || (RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$ = {}));
|
|
2565
|
+
/** @internal */
|
|
2566
|
+
export const RemoveProjectEnvContentHint5$inboundSchema = z.object({
|
|
2567
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$inboundSchema,
|
|
2568
|
+
storeId: z.string(),
|
|
2569
|
+
});
|
|
2570
|
+
/** @internal */
|
|
2571
|
+
export const RemoveProjectEnvContentHint5$outboundSchema = z.object({
|
|
2572
|
+
type: RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$outboundSchema,
|
|
2573
|
+
storeId: z.string(),
|
|
2574
|
+
});
|
|
2575
|
+
/**
|
|
2576
|
+
* @internal
|
|
2577
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2578
|
+
*/
|
|
2579
|
+
export var RemoveProjectEnvContentHint5$;
|
|
2580
|
+
(function (RemoveProjectEnvContentHint5$) {
|
|
2581
|
+
/** @deprecated use `RemoveProjectEnvContentHint5$inboundSchema` instead. */
|
|
2582
|
+
RemoveProjectEnvContentHint5$.inboundSchema = RemoveProjectEnvContentHint5$inboundSchema;
|
|
2583
|
+
/** @deprecated use `RemoveProjectEnvContentHint5$outboundSchema` instead. */
|
|
2584
|
+
RemoveProjectEnvContentHint5$.outboundSchema = RemoveProjectEnvContentHint5$outboundSchema;
|
|
2585
|
+
})(RemoveProjectEnvContentHint5$ || (RemoveProjectEnvContentHint5$ = {}));
|
|
2586
|
+
export function removeProjectEnvContentHint5ToJSON(removeProjectEnvContentHint5) {
|
|
2587
|
+
return JSON.stringify(RemoveProjectEnvContentHint5$outboundSchema.parse(removeProjectEnvContentHint5));
|
|
2588
|
+
}
|
|
2589
|
+
export function removeProjectEnvContentHint5FromJSON(jsonString) {
|
|
2590
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHint5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHint5' from JSON`);
|
|
2591
|
+
}
|
|
2592
|
+
/** @internal */
|
|
2593
|
+
export const RemoveProjectEnvContentHintProjectsResponse200Type$inboundSchema = z
|
|
2594
|
+
.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200Type);
|
|
2595
|
+
/** @internal */
|
|
2596
|
+
export const RemoveProjectEnvContentHintProjectsResponse200Type$outboundSchema = RemoveProjectEnvContentHintProjectsResponse200Type$inboundSchema;
|
|
2597
|
+
/**
|
|
2598
|
+
* @internal
|
|
2599
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2600
|
+
*/
|
|
2601
|
+
export var RemoveProjectEnvContentHintProjectsResponse200Type$;
|
|
2602
|
+
(function (RemoveProjectEnvContentHintProjectsResponse200Type$) {
|
|
2603
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200Type$inboundSchema` instead. */
|
|
2604
|
+
RemoveProjectEnvContentHintProjectsResponse200Type$.inboundSchema = RemoveProjectEnvContentHintProjectsResponse200Type$inboundSchema;
|
|
2605
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponse200Type$outboundSchema` instead. */
|
|
2606
|
+
RemoveProjectEnvContentHintProjectsResponse200Type$.outboundSchema = RemoveProjectEnvContentHintProjectsResponse200Type$outboundSchema;
|
|
2607
|
+
})(RemoveProjectEnvContentHintProjectsResponse200Type$ || (RemoveProjectEnvContentHintProjectsResponse200Type$ = {}));
|
|
2608
|
+
/** @internal */
|
|
2609
|
+
export const RemoveProjectEnvContentHint4$inboundSchema = z.object({
|
|
2610
|
+
type: RemoveProjectEnvContentHintProjectsResponse200Type$inboundSchema,
|
|
2611
|
+
storeId: z.string(),
|
|
2612
|
+
});
|
|
2613
|
+
/** @internal */
|
|
2614
|
+
export const RemoveProjectEnvContentHint4$outboundSchema = z.object({
|
|
2615
|
+
type: RemoveProjectEnvContentHintProjectsResponse200Type$outboundSchema,
|
|
2616
|
+
storeId: z.string(),
|
|
2617
|
+
});
|
|
2618
|
+
/**
|
|
2619
|
+
* @internal
|
|
2620
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2621
|
+
*/
|
|
2622
|
+
export var RemoveProjectEnvContentHint4$;
|
|
2623
|
+
(function (RemoveProjectEnvContentHint4$) {
|
|
2624
|
+
/** @deprecated use `RemoveProjectEnvContentHint4$inboundSchema` instead. */
|
|
2625
|
+
RemoveProjectEnvContentHint4$.inboundSchema = RemoveProjectEnvContentHint4$inboundSchema;
|
|
2626
|
+
/** @deprecated use `RemoveProjectEnvContentHint4$outboundSchema` instead. */
|
|
2627
|
+
RemoveProjectEnvContentHint4$.outboundSchema = RemoveProjectEnvContentHint4$outboundSchema;
|
|
2628
|
+
})(RemoveProjectEnvContentHint4$ || (RemoveProjectEnvContentHint4$ = {}));
|
|
2629
|
+
export function removeProjectEnvContentHint4ToJSON(removeProjectEnvContentHint4) {
|
|
2630
|
+
return JSON.stringify(RemoveProjectEnvContentHint4$outboundSchema.parse(removeProjectEnvContentHint4));
|
|
2631
|
+
}
|
|
2632
|
+
export function removeProjectEnvContentHint4FromJSON(jsonString) {
|
|
2633
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHint4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHint4' from JSON`);
|
|
2634
|
+
}
|
|
2635
|
+
/** @internal */
|
|
2636
|
+
export const RemoveProjectEnvContentHintProjectsResponseType$inboundSchema = z
|
|
2637
|
+
.nativeEnum(RemoveProjectEnvContentHintProjectsResponseType);
|
|
2638
|
+
/** @internal */
|
|
2639
|
+
export const RemoveProjectEnvContentHintProjectsResponseType$outboundSchema = RemoveProjectEnvContentHintProjectsResponseType$inboundSchema;
|
|
2640
|
+
/**
|
|
2641
|
+
* @internal
|
|
2642
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2643
|
+
*/
|
|
2644
|
+
export var RemoveProjectEnvContentHintProjectsResponseType$;
|
|
2645
|
+
(function (RemoveProjectEnvContentHintProjectsResponseType$) {
|
|
2646
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponseType$inboundSchema` instead. */
|
|
2647
|
+
RemoveProjectEnvContentHintProjectsResponseType$.inboundSchema = RemoveProjectEnvContentHintProjectsResponseType$inboundSchema;
|
|
2648
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsResponseType$outboundSchema` instead. */
|
|
2649
|
+
RemoveProjectEnvContentHintProjectsResponseType$.outboundSchema = RemoveProjectEnvContentHintProjectsResponseType$outboundSchema;
|
|
2650
|
+
})(RemoveProjectEnvContentHintProjectsResponseType$ || (RemoveProjectEnvContentHintProjectsResponseType$ = {}));
|
|
2651
|
+
/** @internal */
|
|
2652
|
+
export const RemoveProjectEnvContentHint3$inboundSchema = z.object({
|
|
2653
|
+
type: RemoveProjectEnvContentHintProjectsResponseType$inboundSchema,
|
|
2654
|
+
storeId: z.string(),
|
|
2655
|
+
});
|
|
2656
|
+
/** @internal */
|
|
2657
|
+
export const RemoveProjectEnvContentHint3$outboundSchema = z.object({
|
|
2658
|
+
type: RemoveProjectEnvContentHintProjectsResponseType$outboundSchema,
|
|
2659
|
+
storeId: z.string(),
|
|
2660
|
+
});
|
|
2661
|
+
/**
|
|
2662
|
+
* @internal
|
|
2663
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2664
|
+
*/
|
|
2665
|
+
export var RemoveProjectEnvContentHint3$;
|
|
2666
|
+
(function (RemoveProjectEnvContentHint3$) {
|
|
2667
|
+
/** @deprecated use `RemoveProjectEnvContentHint3$inboundSchema` instead. */
|
|
2668
|
+
RemoveProjectEnvContentHint3$.inboundSchema = RemoveProjectEnvContentHint3$inboundSchema;
|
|
2669
|
+
/** @deprecated use `RemoveProjectEnvContentHint3$outboundSchema` instead. */
|
|
2670
|
+
RemoveProjectEnvContentHint3$.outboundSchema = RemoveProjectEnvContentHint3$outboundSchema;
|
|
2671
|
+
})(RemoveProjectEnvContentHint3$ || (RemoveProjectEnvContentHint3$ = {}));
|
|
2672
|
+
export function removeProjectEnvContentHint3ToJSON(removeProjectEnvContentHint3) {
|
|
2673
|
+
return JSON.stringify(RemoveProjectEnvContentHint3$outboundSchema.parse(removeProjectEnvContentHint3));
|
|
2674
|
+
}
|
|
2675
|
+
export function removeProjectEnvContentHint3FromJSON(jsonString) {
|
|
2676
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHint3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHint3' from JSON`);
|
|
2677
|
+
}
|
|
2678
|
+
/** @internal */
|
|
2679
|
+
export const RemoveProjectEnvContentHintProjectsType$inboundSchema = z
|
|
2680
|
+
.nativeEnum(RemoveProjectEnvContentHintProjectsType);
|
|
2681
|
+
/** @internal */
|
|
2682
|
+
export const RemoveProjectEnvContentHintProjectsType$outboundSchema = RemoveProjectEnvContentHintProjectsType$inboundSchema;
|
|
2683
|
+
/**
|
|
2684
|
+
* @internal
|
|
2685
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2686
|
+
*/
|
|
2687
|
+
export var RemoveProjectEnvContentHintProjectsType$;
|
|
2688
|
+
(function (RemoveProjectEnvContentHintProjectsType$) {
|
|
2689
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsType$inboundSchema` instead. */
|
|
2690
|
+
RemoveProjectEnvContentHintProjectsType$.inboundSchema = RemoveProjectEnvContentHintProjectsType$inboundSchema;
|
|
2691
|
+
/** @deprecated use `RemoveProjectEnvContentHintProjectsType$outboundSchema` instead. */
|
|
2692
|
+
RemoveProjectEnvContentHintProjectsType$.outboundSchema = RemoveProjectEnvContentHintProjectsType$outboundSchema;
|
|
2693
|
+
})(RemoveProjectEnvContentHintProjectsType$ || (RemoveProjectEnvContentHintProjectsType$ = {}));
|
|
2694
|
+
/** @internal */
|
|
2695
|
+
export const RemoveProjectEnvContentHint2$inboundSchema = z.object({
|
|
2696
|
+
type: RemoveProjectEnvContentHintProjectsType$inboundSchema,
|
|
2697
|
+
storeId: z.string(),
|
|
2698
|
+
});
|
|
2699
|
+
/** @internal */
|
|
2700
|
+
export const RemoveProjectEnvContentHint2$outboundSchema = z.object({
|
|
2701
|
+
type: RemoveProjectEnvContentHintProjectsType$outboundSchema,
|
|
2702
|
+
storeId: z.string(),
|
|
2703
|
+
});
|
|
2704
|
+
/**
|
|
2705
|
+
* @internal
|
|
2706
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2707
|
+
*/
|
|
2708
|
+
export var RemoveProjectEnvContentHint2$;
|
|
2709
|
+
(function (RemoveProjectEnvContentHint2$) {
|
|
2710
|
+
/** @deprecated use `RemoveProjectEnvContentHint2$inboundSchema` instead. */
|
|
2711
|
+
RemoveProjectEnvContentHint2$.inboundSchema = RemoveProjectEnvContentHint2$inboundSchema;
|
|
2712
|
+
/** @deprecated use `RemoveProjectEnvContentHint2$outboundSchema` instead. */
|
|
2713
|
+
RemoveProjectEnvContentHint2$.outboundSchema = RemoveProjectEnvContentHint2$outboundSchema;
|
|
2714
|
+
})(RemoveProjectEnvContentHint2$ || (RemoveProjectEnvContentHint2$ = {}));
|
|
2715
|
+
export function removeProjectEnvContentHint2ToJSON(removeProjectEnvContentHint2) {
|
|
2716
|
+
return JSON.stringify(RemoveProjectEnvContentHint2$outboundSchema.parse(removeProjectEnvContentHint2));
|
|
2717
|
+
}
|
|
2718
|
+
export function removeProjectEnvContentHint2FromJSON(jsonString) {
|
|
2719
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHint2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHint2' from JSON`);
|
|
2720
|
+
}
|
|
2721
|
+
/** @internal */
|
|
2722
|
+
export const RemoveProjectEnvContentHintType$inboundSchema = z.nativeEnum(RemoveProjectEnvContentHintType);
|
|
2723
|
+
/** @internal */
|
|
2724
|
+
export const RemoveProjectEnvContentHintType$outboundSchema = RemoveProjectEnvContentHintType$inboundSchema;
|
|
2725
|
+
/**
|
|
2726
|
+
* @internal
|
|
2727
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2728
|
+
*/
|
|
2729
|
+
export var RemoveProjectEnvContentHintType$;
|
|
2730
|
+
(function (RemoveProjectEnvContentHintType$) {
|
|
2731
|
+
/** @deprecated use `RemoveProjectEnvContentHintType$inboundSchema` instead. */
|
|
2732
|
+
RemoveProjectEnvContentHintType$.inboundSchema = RemoveProjectEnvContentHintType$inboundSchema;
|
|
2733
|
+
/** @deprecated use `RemoveProjectEnvContentHintType$outboundSchema` instead. */
|
|
2734
|
+
RemoveProjectEnvContentHintType$.outboundSchema = RemoveProjectEnvContentHintType$outboundSchema;
|
|
2735
|
+
})(RemoveProjectEnvContentHintType$ || (RemoveProjectEnvContentHintType$ = {}));
|
|
2736
|
+
/** @internal */
|
|
2737
|
+
export const RemoveProjectEnvContentHint1$inboundSchema = z.object({
|
|
2738
|
+
type: RemoveProjectEnvContentHintType$inboundSchema,
|
|
2739
|
+
storeId: z.string(),
|
|
2740
|
+
});
|
|
2741
|
+
/** @internal */
|
|
2742
|
+
export const RemoveProjectEnvContentHint1$outboundSchema = z.object({
|
|
2743
|
+
type: RemoveProjectEnvContentHintType$outboundSchema,
|
|
2744
|
+
storeId: z.string(),
|
|
2745
|
+
});
|
|
2746
|
+
/**
|
|
2747
|
+
* @internal
|
|
2748
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2749
|
+
*/
|
|
2750
|
+
export var RemoveProjectEnvContentHint1$;
|
|
2751
|
+
(function (RemoveProjectEnvContentHint1$) {
|
|
2752
|
+
/** @deprecated use `RemoveProjectEnvContentHint1$inboundSchema` instead. */
|
|
2753
|
+
RemoveProjectEnvContentHint1$.inboundSchema = RemoveProjectEnvContentHint1$inboundSchema;
|
|
2754
|
+
/** @deprecated use `RemoveProjectEnvContentHint1$outboundSchema` instead. */
|
|
2755
|
+
RemoveProjectEnvContentHint1$.outboundSchema = RemoveProjectEnvContentHint1$outboundSchema;
|
|
2756
|
+
})(RemoveProjectEnvContentHint1$ || (RemoveProjectEnvContentHint1$ = {}));
|
|
2757
|
+
export function removeProjectEnvContentHint1ToJSON(removeProjectEnvContentHint1) {
|
|
2758
|
+
return JSON.stringify(RemoveProjectEnvContentHint1$outboundSchema.parse(removeProjectEnvContentHint1));
|
|
2759
|
+
}
|
|
2760
|
+
export function removeProjectEnvContentHint1FromJSON(jsonString) {
|
|
2761
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvContentHint1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvContentHint1' from JSON`);
|
|
2762
|
+
}
|
|
2763
|
+
/** @internal */
|
|
2764
|
+
export const RemoveProjectEnvResponseBodyContentHint$inboundSchema = z.union([
|
|
2765
|
+
z.lazy(() => RemoveProjectEnvContentHint1$inboundSchema),
|
|
2766
|
+
z.lazy(() => RemoveProjectEnvContentHint2$inboundSchema),
|
|
2767
|
+
z.lazy(() => RemoveProjectEnvContentHint3$inboundSchema),
|
|
2768
|
+
z.lazy(() => RemoveProjectEnvContentHint4$inboundSchema),
|
|
2769
|
+
z.lazy(() => RemoveProjectEnvContentHint5$inboundSchema),
|
|
2770
|
+
z.lazy(() => RemoveProjectEnvContentHint6$inboundSchema),
|
|
2771
|
+
z.lazy(() => RemoveProjectEnvContentHint7$inboundSchema),
|
|
2772
|
+
z.lazy(() => RemoveProjectEnvContentHint8$inboundSchema),
|
|
2773
|
+
z.lazy(() => RemoveProjectEnvContentHint9$inboundSchema),
|
|
2774
|
+
z.lazy(() => RemoveProjectEnvContentHint10$inboundSchema),
|
|
2775
|
+
z.lazy(() => RemoveProjectEnvContentHint11$inboundSchema),
|
|
2776
|
+
z.lazy(() => RemoveProjectEnvContentHint12$inboundSchema),
|
|
2777
|
+
z.lazy(() => RemoveProjectEnvContentHint13$inboundSchema),
|
|
2778
|
+
z.lazy(() => RemoveProjectEnvContentHint15$inboundSchema),
|
|
2779
|
+
z.lazy(() => RemoveProjectEnvContentHint14$inboundSchema),
|
|
2780
|
+
]);
|
|
2781
|
+
/** @internal */
|
|
2782
|
+
export const RemoveProjectEnvResponseBodyContentHint$outboundSchema = z.union([
|
|
2783
|
+
z.lazy(() => RemoveProjectEnvContentHint1$outboundSchema),
|
|
2784
|
+
z.lazy(() => RemoveProjectEnvContentHint2$outboundSchema),
|
|
2785
|
+
z.lazy(() => RemoveProjectEnvContentHint3$outboundSchema),
|
|
2786
|
+
z.lazy(() => RemoveProjectEnvContentHint4$outboundSchema),
|
|
2787
|
+
z.lazy(() => RemoveProjectEnvContentHint5$outboundSchema),
|
|
2788
|
+
z.lazy(() => RemoveProjectEnvContentHint6$outboundSchema),
|
|
2789
|
+
z.lazy(() => RemoveProjectEnvContentHint7$outboundSchema),
|
|
2790
|
+
z.lazy(() => RemoveProjectEnvContentHint8$outboundSchema),
|
|
2791
|
+
z.lazy(() => RemoveProjectEnvContentHint9$outboundSchema),
|
|
2792
|
+
z.lazy(() => RemoveProjectEnvContentHint10$outboundSchema),
|
|
2793
|
+
z.lazy(() => RemoveProjectEnvContentHint11$outboundSchema),
|
|
2794
|
+
z.lazy(() => RemoveProjectEnvContentHint12$outboundSchema),
|
|
2795
|
+
z.lazy(() => RemoveProjectEnvContentHint13$outboundSchema),
|
|
2796
|
+
z.lazy(() => RemoveProjectEnvContentHint15$outboundSchema),
|
|
2797
|
+
z.lazy(() => RemoveProjectEnvContentHint14$outboundSchema),
|
|
2798
|
+
]);
|
|
2799
|
+
/**
|
|
2800
|
+
* @internal
|
|
2801
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2802
|
+
*/
|
|
2803
|
+
export var RemoveProjectEnvResponseBodyContentHint$;
|
|
2804
|
+
(function (RemoveProjectEnvResponseBodyContentHint$) {
|
|
2805
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyContentHint$inboundSchema` instead. */
|
|
2806
|
+
RemoveProjectEnvResponseBodyContentHint$.inboundSchema = RemoveProjectEnvResponseBodyContentHint$inboundSchema;
|
|
2807
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyContentHint$outboundSchema` instead. */
|
|
2808
|
+
RemoveProjectEnvResponseBodyContentHint$.outboundSchema = RemoveProjectEnvResponseBodyContentHint$outboundSchema;
|
|
2809
|
+
})(RemoveProjectEnvResponseBodyContentHint$ || (RemoveProjectEnvResponseBodyContentHint$ = {}));
|
|
2810
|
+
export function removeProjectEnvResponseBodyContentHintToJSON(removeProjectEnvResponseBodyContentHint) {
|
|
2811
|
+
return JSON.stringify(RemoveProjectEnvResponseBodyContentHint$outboundSchema.parse(removeProjectEnvResponseBodyContentHint));
|
|
2812
|
+
}
|
|
2813
|
+
export function removeProjectEnvResponseBodyContentHintFromJSON(jsonString) {
|
|
2814
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvResponseBodyContentHint$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvResponseBodyContentHint' from JSON`);
|
|
2815
|
+
}
|
|
2816
|
+
/** @internal */
|
|
2817
|
+
export const RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJSONType$inboundSchema = z.nativeEnum(RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJSONType);
|
|
2818
|
+
/** @internal */
|
|
2819
|
+
export const RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJSONType$outboundSchema = RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
2820
|
+
/**
|
|
2821
|
+
* @internal
|
|
2822
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2823
|
+
*/
|
|
2824
|
+
export var RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJSONType$;
|
|
2825
|
+
(function (RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJSONType$) {
|
|
2826
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
2827
|
+
RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJSONType$.inboundSchema = RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
2828
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
2829
|
+
RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJSONType$.outboundSchema = RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJSONType$outboundSchema;
|
|
2830
|
+
})(RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJSONType$ || (RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJSONType$ = {}));
|
|
2831
|
+
/** @internal */
|
|
2832
|
+
export const RemoveProjectEnvResponseBodyInternalContentHint$inboundSchema = z.object({
|
|
2833
|
+
type: RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJSONType$inboundSchema,
|
|
2834
|
+
encryptedValue: z.string(),
|
|
2835
|
+
});
|
|
2836
|
+
/** @internal */
|
|
2837
|
+
export const RemoveProjectEnvResponseBodyInternalContentHint$outboundSchema = z.object({
|
|
2838
|
+
type: RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJSONType$outboundSchema,
|
|
2839
|
+
encryptedValue: z.string(),
|
|
2840
|
+
});
|
|
2841
|
+
/**
|
|
2842
|
+
* @internal
|
|
2843
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2844
|
+
*/
|
|
2845
|
+
export var RemoveProjectEnvResponseBodyInternalContentHint$;
|
|
2846
|
+
(function (RemoveProjectEnvResponseBodyInternalContentHint$) {
|
|
2847
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyInternalContentHint$inboundSchema` instead. */
|
|
2848
|
+
RemoveProjectEnvResponseBodyInternalContentHint$.inboundSchema = RemoveProjectEnvResponseBodyInternalContentHint$inboundSchema;
|
|
2849
|
+
/** @deprecated use `RemoveProjectEnvResponseBodyInternalContentHint$outboundSchema` instead. */
|
|
2850
|
+
RemoveProjectEnvResponseBodyInternalContentHint$.outboundSchema = RemoveProjectEnvResponseBodyInternalContentHint$outboundSchema;
|
|
2851
|
+
})(RemoveProjectEnvResponseBodyInternalContentHint$ || (RemoveProjectEnvResponseBodyInternalContentHint$ = {}));
|
|
2852
|
+
export function removeProjectEnvResponseBodyInternalContentHintToJSON(removeProjectEnvResponseBodyInternalContentHint) {
|
|
2853
|
+
return JSON.stringify(RemoveProjectEnvResponseBodyInternalContentHint$outboundSchema.parse(removeProjectEnvResponseBodyInternalContentHint));
|
|
2854
|
+
}
|
|
2855
|
+
export function removeProjectEnvResponseBodyInternalContentHintFromJSON(jsonString) {
|
|
2856
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvResponseBodyInternalContentHint$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvResponseBodyInternalContentHint' from JSON`);
|
|
2857
|
+
}
|
|
2858
|
+
/** @internal */
|
|
2859
|
+
export const RemoveProjectEnvResponseBody1$inboundSchema = z.object({
|
|
2860
|
+
target: z.union([
|
|
2861
|
+
z.array(RemoveProjectEnvTarget1$inboundSchema),
|
|
2862
|
+
RemoveProjectEnvTarget2$inboundSchema,
|
|
2863
|
+
]).optional(),
|
|
2864
|
+
type: RemoveProjectEnvResponseBodyType$inboundSchema,
|
|
2865
|
+
sunsetSecretId: z.string().optional(),
|
|
2866
|
+
id: z.string().optional(),
|
|
2867
|
+
key: z.string(),
|
|
2868
|
+
value: z.string(),
|
|
2869
|
+
configurationId: z.nullable(z.string()).optional(),
|
|
2870
|
+
createdAt: z.number().optional(),
|
|
2871
|
+
updatedAt: z.number().optional(),
|
|
2872
|
+
createdBy: z.nullable(z.string()).optional(),
|
|
2873
|
+
updatedBy: z.nullable(z.string()).optional(),
|
|
2874
|
+
gitBranch: z.string().optional(),
|
|
2875
|
+
edgeConfigId: z.nullable(z.string()).optional(),
|
|
2876
|
+
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
2877
|
+
contentHint: z.nullable(z.union([
|
|
2878
|
+
z.lazy(() => RemoveProjectEnvContentHint1$inboundSchema),
|
|
2879
|
+
z.lazy(() => RemoveProjectEnvContentHint2$inboundSchema),
|
|
2880
|
+
z.lazy(() => RemoveProjectEnvContentHint3$inboundSchema),
|
|
2881
|
+
z.lazy(() => RemoveProjectEnvContentHint4$inboundSchema),
|
|
2882
|
+
z.lazy(() => RemoveProjectEnvContentHint5$inboundSchema),
|
|
2883
|
+
z.lazy(() => RemoveProjectEnvContentHint6$inboundSchema),
|
|
2884
|
+
z.lazy(() => RemoveProjectEnvContentHint7$inboundSchema),
|
|
2885
|
+
z.lazy(() => RemoveProjectEnvContentHint8$inboundSchema),
|
|
2886
|
+
z.lazy(() => RemoveProjectEnvContentHint9$inboundSchema),
|
|
2887
|
+
z.lazy(() => RemoveProjectEnvContentHint10$inboundSchema),
|
|
2888
|
+
z.lazy(() => RemoveProjectEnvContentHint11$inboundSchema),
|
|
2889
|
+
z.lazy(() => RemoveProjectEnvContentHint12$inboundSchema),
|
|
2890
|
+
z.lazy(() => RemoveProjectEnvContentHint13$inboundSchema),
|
|
2891
|
+
z.lazy(() => RemoveProjectEnvContentHint15$inboundSchema),
|
|
2892
|
+
z.lazy(() => RemoveProjectEnvContentHint14$inboundSchema),
|
|
2893
|
+
])).optional(),
|
|
2894
|
+
internalContentHint: z.nullable(z.lazy(() => RemoveProjectEnvResponseBodyInternalContentHint$inboundSchema)).optional(),
|
|
2895
|
+
decrypted: z.boolean().optional(),
|
|
2896
|
+
comment: z.string().optional(),
|
|
2897
|
+
customEnvironmentIds: z.array(z.string()).optional(),
|
|
2898
|
+
vsmValue: z.string().optional(),
|
|
2899
|
+
});
|
|
2900
|
+
/** @internal */
|
|
2901
|
+
export const RemoveProjectEnvResponseBody1$outboundSchema = z.object({
|
|
2902
|
+
target: z.union([
|
|
2903
|
+
z.array(RemoveProjectEnvTarget1$outboundSchema),
|
|
2904
|
+
RemoveProjectEnvTarget2$outboundSchema,
|
|
2905
|
+
]).optional(),
|
|
2906
|
+
type: RemoveProjectEnvResponseBodyType$outboundSchema,
|
|
2907
|
+
sunsetSecretId: z.string().optional(),
|
|
2908
|
+
id: z.string().optional(),
|
|
2909
|
+
key: z.string(),
|
|
2910
|
+
value: z.string(),
|
|
2911
|
+
configurationId: z.nullable(z.string()).optional(),
|
|
2912
|
+
createdAt: z.number().optional(),
|
|
2913
|
+
updatedAt: z.number().optional(),
|
|
2914
|
+
createdBy: z.nullable(z.string()).optional(),
|
|
2915
|
+
updatedBy: z.nullable(z.string()).optional(),
|
|
2916
|
+
gitBranch: z.string().optional(),
|
|
2917
|
+
edgeConfigId: z.nullable(z.string()).optional(),
|
|
2918
|
+
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
2919
|
+
contentHint: z.nullable(z.union([
|
|
2920
|
+
z.lazy(() => RemoveProjectEnvContentHint1$outboundSchema),
|
|
2921
|
+
z.lazy(() => RemoveProjectEnvContentHint2$outboundSchema),
|
|
2922
|
+
z.lazy(() => RemoveProjectEnvContentHint3$outboundSchema),
|
|
2923
|
+
z.lazy(() => RemoveProjectEnvContentHint4$outboundSchema),
|
|
2924
|
+
z.lazy(() => RemoveProjectEnvContentHint5$outboundSchema),
|
|
2925
|
+
z.lazy(() => RemoveProjectEnvContentHint6$outboundSchema),
|
|
2926
|
+
z.lazy(() => RemoveProjectEnvContentHint7$outboundSchema),
|
|
2927
|
+
z.lazy(() => RemoveProjectEnvContentHint8$outboundSchema),
|
|
2928
|
+
z.lazy(() => RemoveProjectEnvContentHint9$outboundSchema),
|
|
2929
|
+
z.lazy(() => RemoveProjectEnvContentHint10$outboundSchema),
|
|
2930
|
+
z.lazy(() => RemoveProjectEnvContentHint11$outboundSchema),
|
|
2931
|
+
z.lazy(() => RemoveProjectEnvContentHint12$outboundSchema),
|
|
2932
|
+
z.lazy(() => RemoveProjectEnvContentHint13$outboundSchema),
|
|
2933
|
+
z.lazy(() => RemoveProjectEnvContentHint15$outboundSchema),
|
|
2934
|
+
z.lazy(() => RemoveProjectEnvContentHint14$outboundSchema),
|
|
2935
|
+
])).optional(),
|
|
2936
|
+
internalContentHint: z.nullable(z.lazy(() => RemoveProjectEnvResponseBodyInternalContentHint$outboundSchema)).optional(),
|
|
2937
|
+
decrypted: z.boolean().optional(),
|
|
2938
|
+
comment: z.string().optional(),
|
|
2939
|
+
customEnvironmentIds: z.array(z.string()).optional(),
|
|
2940
|
+
vsmValue: z.string().optional(),
|
|
2941
|
+
});
|
|
2942
|
+
/**
|
|
2943
|
+
* @internal
|
|
2944
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2945
|
+
*/
|
|
2946
|
+
export var RemoveProjectEnvResponseBody1$;
|
|
2947
|
+
(function (RemoveProjectEnvResponseBody1$) {
|
|
2948
|
+
/** @deprecated use `RemoveProjectEnvResponseBody1$inboundSchema` instead. */
|
|
2949
|
+
RemoveProjectEnvResponseBody1$.inboundSchema = RemoveProjectEnvResponseBody1$inboundSchema;
|
|
2950
|
+
/** @deprecated use `RemoveProjectEnvResponseBody1$outboundSchema` instead. */
|
|
2951
|
+
RemoveProjectEnvResponseBody1$.outboundSchema = RemoveProjectEnvResponseBody1$outboundSchema;
|
|
2952
|
+
})(RemoveProjectEnvResponseBody1$ || (RemoveProjectEnvResponseBody1$ = {}));
|
|
2953
|
+
export function removeProjectEnvResponseBody1ToJSON(removeProjectEnvResponseBody1) {
|
|
2954
|
+
return JSON.stringify(RemoveProjectEnvResponseBody1$outboundSchema.parse(removeProjectEnvResponseBody1));
|
|
2955
|
+
}
|
|
2956
|
+
export function removeProjectEnvResponseBody1FromJSON(jsonString) {
|
|
2957
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvResponseBody1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvResponseBody1' from JSON`);
|
|
2958
|
+
}
|
|
2959
|
+
/** @internal */
|
|
2960
|
+
export const RemoveProjectEnvResponseBody$inboundSchema = z.union([
|
|
2961
|
+
z.lazy(() => RemoveProjectEnvResponseBody3$inboundSchema),
|
|
2962
|
+
z.lazy(() => RemoveProjectEnvResponseBody2$inboundSchema),
|
|
2963
|
+
z.array(z.lazy(() => RemoveProjectEnvResponseBody1$inboundSchema)),
|
|
2964
|
+
]);
|
|
2965
|
+
/** @internal */
|
|
2966
|
+
export const RemoveProjectEnvResponseBody$outboundSchema = z.union([
|
|
2967
|
+
z.lazy(() => RemoveProjectEnvResponseBody3$outboundSchema),
|
|
2968
|
+
z.lazy(() => RemoveProjectEnvResponseBody2$outboundSchema),
|
|
2969
|
+
z.array(z.lazy(() => RemoveProjectEnvResponseBody1$outboundSchema)),
|
|
2970
|
+
]);
|
|
2971
|
+
/**
|
|
2972
|
+
* @internal
|
|
2973
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2974
|
+
*/
|
|
2975
|
+
export var RemoveProjectEnvResponseBody$;
|
|
2976
|
+
(function (RemoveProjectEnvResponseBody$) {
|
|
2977
|
+
/** @deprecated use `RemoveProjectEnvResponseBody$inboundSchema` instead. */
|
|
2978
|
+
RemoveProjectEnvResponseBody$.inboundSchema = RemoveProjectEnvResponseBody$inboundSchema;
|
|
2979
|
+
/** @deprecated use `RemoveProjectEnvResponseBody$outboundSchema` instead. */
|
|
2980
|
+
RemoveProjectEnvResponseBody$.outboundSchema = RemoveProjectEnvResponseBody$outboundSchema;
|
|
2981
|
+
})(RemoveProjectEnvResponseBody$ || (RemoveProjectEnvResponseBody$ = {}));
|
|
2982
|
+
export function removeProjectEnvResponseBodyToJSON(removeProjectEnvResponseBody) {
|
|
2983
|
+
return JSON.stringify(RemoveProjectEnvResponseBody$outboundSchema.parse(removeProjectEnvResponseBody));
|
|
2984
|
+
}
|
|
2985
|
+
export function removeProjectEnvResponseBodyFromJSON(jsonString) {
|
|
2986
|
+
return safeParse(jsonString, (x) => RemoveProjectEnvResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemoveProjectEnvResponseBody' from JSON`);
|
|
2987
|
+
}
|
|
2988
|
+
//# sourceMappingURL=removeprojectenv.js.map
|