@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,3045 @@
|
|
|
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
|
+
import { Pagination$inboundSchema, Pagination$outboundSchema, } from "../components/pagination.js";
|
|
7
|
+
/**
|
|
8
|
+
* If true, the environment variable value will be decrypted
|
|
9
|
+
*
|
|
10
|
+
* @deprecated enum: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
11
|
+
*/
|
|
12
|
+
export const Decrypt = {
|
|
13
|
+
True: "true",
|
|
14
|
+
False: "false",
|
|
15
|
+
};
|
|
16
|
+
export const FilterProjectEnvsTargetProjectsResponse2 = {
|
|
17
|
+
Production: "production",
|
|
18
|
+
Preview: "preview",
|
|
19
|
+
Development: "development",
|
|
20
|
+
};
|
|
21
|
+
export const FilterProjectEnvsTargetProjects1 = {
|
|
22
|
+
Production: "production",
|
|
23
|
+
Preview: "preview",
|
|
24
|
+
Development: "development",
|
|
25
|
+
};
|
|
26
|
+
export const FilterProjectEnvsResponseBodyProjectsResponse200Type = {
|
|
27
|
+
System: "system",
|
|
28
|
+
Encrypted: "encrypted",
|
|
29
|
+
Plain: "plain",
|
|
30
|
+
Sensitive: "sensitive",
|
|
31
|
+
Secret: "secret",
|
|
32
|
+
};
|
|
33
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type = {
|
|
34
|
+
FlagsConnectionString: "flags-connection-string",
|
|
35
|
+
};
|
|
36
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type = {
|
|
37
|
+
IntegrationStoreSecret: "integration-store-secret",
|
|
38
|
+
};
|
|
39
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type = {
|
|
40
|
+
PostgresUrlNoSsl: "postgres-url-no-ssl",
|
|
41
|
+
};
|
|
42
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type = {
|
|
43
|
+
PostgresDatabase: "postgres-database",
|
|
44
|
+
};
|
|
45
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type = {
|
|
46
|
+
PostgresPassword: "postgres-password",
|
|
47
|
+
};
|
|
48
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type = {
|
|
49
|
+
PostgresHost: "postgres-host",
|
|
50
|
+
};
|
|
51
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type = {
|
|
52
|
+
PostgresUser: "postgres-user",
|
|
53
|
+
};
|
|
54
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type = {
|
|
55
|
+
PostgresPrismaUrl: "postgres-prisma-url",
|
|
56
|
+
};
|
|
57
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type = {
|
|
58
|
+
PostgresUrlNonPooling: "postgres-url-non-pooling",
|
|
59
|
+
};
|
|
60
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type = {
|
|
61
|
+
PostgresUrl: "postgres-url",
|
|
62
|
+
};
|
|
63
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type = {
|
|
64
|
+
BlobReadWriteToken: "blob-read-write-token",
|
|
65
|
+
};
|
|
66
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type = {
|
|
67
|
+
RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
|
|
68
|
+
};
|
|
69
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type = {
|
|
70
|
+
RedisRestApiToken: "redis-rest-api-token",
|
|
71
|
+
};
|
|
72
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType = {
|
|
73
|
+
RedisRestApiUrl: "redis-rest-api-url",
|
|
74
|
+
};
|
|
75
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type = {
|
|
76
|
+
RedisUrl: "redis-url",
|
|
77
|
+
};
|
|
78
|
+
export const FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJson3Type = {
|
|
79
|
+
FlagsSecret: "flags-secret",
|
|
80
|
+
};
|
|
81
|
+
export const FilterProjectEnvsTargetProjects2 = {
|
|
82
|
+
Production: "production",
|
|
83
|
+
Preview: "preview",
|
|
84
|
+
Development: "development",
|
|
85
|
+
};
|
|
86
|
+
export const FilterProjectEnvsTarget1 = {
|
|
87
|
+
Production: "production",
|
|
88
|
+
Preview: "preview",
|
|
89
|
+
Development: "development",
|
|
90
|
+
};
|
|
91
|
+
export const FilterProjectEnvsResponseBodyProjectsResponseType = {
|
|
92
|
+
System: "system",
|
|
93
|
+
Encrypted: "encrypted",
|
|
94
|
+
Plain: "plain",
|
|
95
|
+
Sensitive: "sensitive",
|
|
96
|
+
Secret: "secret",
|
|
97
|
+
};
|
|
98
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type = {
|
|
99
|
+
FlagsConnectionString: "flags-connection-string",
|
|
100
|
+
};
|
|
101
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type = {
|
|
102
|
+
IntegrationStoreSecret: "integration-store-secret",
|
|
103
|
+
};
|
|
104
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type = {
|
|
105
|
+
PostgresUrlNoSsl: "postgres-url-no-ssl",
|
|
106
|
+
};
|
|
107
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type = {
|
|
108
|
+
PostgresDatabase: "postgres-database",
|
|
109
|
+
};
|
|
110
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type = {
|
|
111
|
+
PostgresPassword: "postgres-password",
|
|
112
|
+
};
|
|
113
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type = {
|
|
114
|
+
PostgresHost: "postgres-host",
|
|
115
|
+
};
|
|
116
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type = {
|
|
117
|
+
PostgresUser: "postgres-user",
|
|
118
|
+
};
|
|
119
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type = {
|
|
120
|
+
PostgresPrismaUrl: "postgres-prisma-url",
|
|
121
|
+
};
|
|
122
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type = {
|
|
123
|
+
PostgresUrlNonPooling: "postgres-url-non-pooling",
|
|
124
|
+
};
|
|
125
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type = {
|
|
126
|
+
PostgresUrl: "postgres-url",
|
|
127
|
+
};
|
|
128
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type = {
|
|
129
|
+
BlobReadWriteToken: "blob-read-write-token",
|
|
130
|
+
};
|
|
131
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type = {
|
|
132
|
+
RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
|
|
133
|
+
};
|
|
134
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type = {
|
|
135
|
+
RedisRestApiToken: "redis-rest-api-token",
|
|
136
|
+
};
|
|
137
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType = {
|
|
138
|
+
RedisRestApiUrl: "redis-rest-api-url",
|
|
139
|
+
};
|
|
140
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type = {
|
|
141
|
+
RedisUrl: "redis-url",
|
|
142
|
+
};
|
|
143
|
+
export const FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJSONType = {
|
|
144
|
+
FlagsSecret: "flags-secret",
|
|
145
|
+
};
|
|
146
|
+
export const FilterProjectEnvsTarget2 = {
|
|
147
|
+
Production: "production",
|
|
148
|
+
Preview: "preview",
|
|
149
|
+
Development: "development",
|
|
150
|
+
};
|
|
151
|
+
export const FilterProjectEnvsResponseBodyType = {
|
|
152
|
+
System: "system",
|
|
153
|
+
Encrypted: "encrypted",
|
|
154
|
+
Plain: "plain",
|
|
155
|
+
Sensitive: "sensitive",
|
|
156
|
+
Secret: "secret",
|
|
157
|
+
};
|
|
158
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type = {
|
|
159
|
+
FlagsConnectionString: "flags-connection-string",
|
|
160
|
+
};
|
|
161
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type = {
|
|
162
|
+
IntegrationStoreSecret: "integration-store-secret",
|
|
163
|
+
};
|
|
164
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type = {
|
|
165
|
+
PostgresUrlNoSsl: "postgres-url-no-ssl",
|
|
166
|
+
};
|
|
167
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type = {
|
|
168
|
+
PostgresDatabase: "postgres-database",
|
|
169
|
+
};
|
|
170
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type = {
|
|
171
|
+
PostgresPassword: "postgres-password",
|
|
172
|
+
};
|
|
173
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type = {
|
|
174
|
+
PostgresHost: "postgres-host",
|
|
175
|
+
};
|
|
176
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type = {
|
|
177
|
+
PostgresUser: "postgres-user",
|
|
178
|
+
};
|
|
179
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type = {
|
|
180
|
+
PostgresPrismaUrl: "postgres-prisma-url",
|
|
181
|
+
};
|
|
182
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type = {
|
|
183
|
+
PostgresUrlNonPooling: "postgres-url-non-pooling",
|
|
184
|
+
};
|
|
185
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType = {
|
|
186
|
+
PostgresUrl: "postgres-url",
|
|
187
|
+
};
|
|
188
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType = {
|
|
189
|
+
BlobReadWriteToken: "blob-read-write-token",
|
|
190
|
+
};
|
|
191
|
+
export const FilterProjectEnvsContentHintProjectsResponse200Type = {
|
|
192
|
+
RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
|
|
193
|
+
};
|
|
194
|
+
export const FilterProjectEnvsContentHintProjectsResponseType = {
|
|
195
|
+
RedisRestApiToken: "redis-rest-api-token",
|
|
196
|
+
};
|
|
197
|
+
export const FilterProjectEnvsContentHintProjectsType = {
|
|
198
|
+
RedisRestApiUrl: "redis-rest-api-url",
|
|
199
|
+
};
|
|
200
|
+
export const FilterProjectEnvsContentHintType = {
|
|
201
|
+
RedisUrl: "redis-url",
|
|
202
|
+
};
|
|
203
|
+
export const FilterProjectEnvsResponseBodyProjectsType = {
|
|
204
|
+
FlagsSecret: "flags-secret",
|
|
205
|
+
};
|
|
206
|
+
/** @internal */
|
|
207
|
+
export const Decrypt$inboundSchema = z
|
|
208
|
+
.nativeEnum(Decrypt);
|
|
209
|
+
/** @internal */
|
|
210
|
+
export const Decrypt$outboundSchema = Decrypt$inboundSchema;
|
|
211
|
+
/**
|
|
212
|
+
* @internal
|
|
213
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
214
|
+
*/
|
|
215
|
+
export var Decrypt$;
|
|
216
|
+
(function (Decrypt$) {
|
|
217
|
+
/** @deprecated use `Decrypt$inboundSchema` instead. */
|
|
218
|
+
Decrypt$.inboundSchema = Decrypt$inboundSchema;
|
|
219
|
+
/** @deprecated use `Decrypt$outboundSchema` instead. */
|
|
220
|
+
Decrypt$.outboundSchema = Decrypt$outboundSchema;
|
|
221
|
+
})(Decrypt$ || (Decrypt$ = {}));
|
|
222
|
+
/** @internal */
|
|
223
|
+
export const FilterProjectEnvsRequest$inboundSchema = z.object({
|
|
224
|
+
idOrName: z.string(),
|
|
225
|
+
gitBranch: z.string().optional(),
|
|
226
|
+
decrypt: Decrypt$inboundSchema.optional(),
|
|
227
|
+
source: z.string().optional(),
|
|
228
|
+
teamId: z.string().optional(),
|
|
229
|
+
slug: z.string().optional(),
|
|
230
|
+
});
|
|
231
|
+
/** @internal */
|
|
232
|
+
export const FilterProjectEnvsRequest$outboundSchema = z.object({
|
|
233
|
+
idOrName: z.string(),
|
|
234
|
+
gitBranch: z.string().optional(),
|
|
235
|
+
decrypt: Decrypt$outboundSchema.optional(),
|
|
236
|
+
source: z.string().optional(),
|
|
237
|
+
teamId: z.string().optional(),
|
|
238
|
+
slug: z.string().optional(),
|
|
239
|
+
});
|
|
240
|
+
/**
|
|
241
|
+
* @internal
|
|
242
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
243
|
+
*/
|
|
244
|
+
export var FilterProjectEnvsRequest$;
|
|
245
|
+
(function (FilterProjectEnvsRequest$) {
|
|
246
|
+
/** @deprecated use `FilterProjectEnvsRequest$inboundSchema` instead. */
|
|
247
|
+
FilterProjectEnvsRequest$.inboundSchema = FilterProjectEnvsRequest$inboundSchema;
|
|
248
|
+
/** @deprecated use `FilterProjectEnvsRequest$outboundSchema` instead. */
|
|
249
|
+
FilterProjectEnvsRequest$.outboundSchema = FilterProjectEnvsRequest$outboundSchema;
|
|
250
|
+
})(FilterProjectEnvsRequest$ || (FilterProjectEnvsRequest$ = {}));
|
|
251
|
+
export function filterProjectEnvsRequestToJSON(filterProjectEnvsRequest) {
|
|
252
|
+
return JSON.stringify(FilterProjectEnvsRequest$outboundSchema.parse(filterProjectEnvsRequest));
|
|
253
|
+
}
|
|
254
|
+
export function filterProjectEnvsRequestFromJSON(jsonString) {
|
|
255
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsRequest' from JSON`);
|
|
256
|
+
}
|
|
257
|
+
/** @internal */
|
|
258
|
+
export const FilterProjectEnvsTargetProjectsResponse2$inboundSchema = z
|
|
259
|
+
.nativeEnum(FilterProjectEnvsTargetProjectsResponse2);
|
|
260
|
+
/** @internal */
|
|
261
|
+
export const FilterProjectEnvsTargetProjectsResponse2$outboundSchema = FilterProjectEnvsTargetProjectsResponse2$inboundSchema;
|
|
262
|
+
/**
|
|
263
|
+
* @internal
|
|
264
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
265
|
+
*/
|
|
266
|
+
export var FilterProjectEnvsTargetProjectsResponse2$;
|
|
267
|
+
(function (FilterProjectEnvsTargetProjectsResponse2$) {
|
|
268
|
+
/** @deprecated use `FilterProjectEnvsTargetProjectsResponse2$inboundSchema` instead. */
|
|
269
|
+
FilterProjectEnvsTargetProjectsResponse2$.inboundSchema = FilterProjectEnvsTargetProjectsResponse2$inboundSchema;
|
|
270
|
+
/** @deprecated use `FilterProjectEnvsTargetProjectsResponse2$outboundSchema` instead. */
|
|
271
|
+
FilterProjectEnvsTargetProjectsResponse2$.outboundSchema = FilterProjectEnvsTargetProjectsResponse2$outboundSchema;
|
|
272
|
+
})(FilterProjectEnvsTargetProjectsResponse2$ || (FilterProjectEnvsTargetProjectsResponse2$ = {}));
|
|
273
|
+
/** @internal */
|
|
274
|
+
export const FilterProjectEnvsTargetProjects1$inboundSchema = z.nativeEnum(FilterProjectEnvsTargetProjects1);
|
|
275
|
+
/** @internal */
|
|
276
|
+
export const FilterProjectEnvsTargetProjects1$outboundSchema = FilterProjectEnvsTargetProjects1$inboundSchema;
|
|
277
|
+
/**
|
|
278
|
+
* @internal
|
|
279
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
280
|
+
*/
|
|
281
|
+
export var FilterProjectEnvsTargetProjects1$;
|
|
282
|
+
(function (FilterProjectEnvsTargetProjects1$) {
|
|
283
|
+
/** @deprecated use `FilterProjectEnvsTargetProjects1$inboundSchema` instead. */
|
|
284
|
+
FilterProjectEnvsTargetProjects1$.inboundSchema = FilterProjectEnvsTargetProjects1$inboundSchema;
|
|
285
|
+
/** @deprecated use `FilterProjectEnvsTargetProjects1$outboundSchema` instead. */
|
|
286
|
+
FilterProjectEnvsTargetProjects1$.outboundSchema = FilterProjectEnvsTargetProjects1$outboundSchema;
|
|
287
|
+
})(FilterProjectEnvsTargetProjects1$ || (FilterProjectEnvsTargetProjects1$ = {}));
|
|
288
|
+
/** @internal */
|
|
289
|
+
export const FilterProjectEnvsResponseBodyProjectsResponseTarget$inboundSchema = z.union([
|
|
290
|
+
z.array(FilterProjectEnvsTargetProjects1$inboundSchema),
|
|
291
|
+
FilterProjectEnvsTargetProjectsResponse2$inboundSchema,
|
|
292
|
+
]);
|
|
293
|
+
/** @internal */
|
|
294
|
+
export const FilterProjectEnvsResponseBodyProjectsResponseTarget$outboundSchema = z.union([
|
|
295
|
+
z.array(FilterProjectEnvsTargetProjects1$outboundSchema),
|
|
296
|
+
FilterProjectEnvsTargetProjectsResponse2$outboundSchema,
|
|
297
|
+
]);
|
|
298
|
+
/**
|
|
299
|
+
* @internal
|
|
300
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
301
|
+
*/
|
|
302
|
+
export var FilterProjectEnvsResponseBodyProjectsResponseTarget$;
|
|
303
|
+
(function (FilterProjectEnvsResponseBodyProjectsResponseTarget$) {
|
|
304
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyProjectsResponseTarget$inboundSchema` instead. */
|
|
305
|
+
FilterProjectEnvsResponseBodyProjectsResponseTarget$.inboundSchema = FilterProjectEnvsResponseBodyProjectsResponseTarget$inboundSchema;
|
|
306
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyProjectsResponseTarget$outboundSchema` instead. */
|
|
307
|
+
FilterProjectEnvsResponseBodyProjectsResponseTarget$.outboundSchema = FilterProjectEnvsResponseBodyProjectsResponseTarget$outboundSchema;
|
|
308
|
+
})(FilterProjectEnvsResponseBodyProjectsResponseTarget$ || (FilterProjectEnvsResponseBodyProjectsResponseTarget$ = {}));
|
|
309
|
+
export function filterProjectEnvsResponseBodyProjectsResponseTargetToJSON(filterProjectEnvsResponseBodyProjectsResponseTarget) {
|
|
310
|
+
return JSON.stringify(FilterProjectEnvsResponseBodyProjectsResponseTarget$outboundSchema.parse(filterProjectEnvsResponseBodyProjectsResponseTarget));
|
|
311
|
+
}
|
|
312
|
+
export function filterProjectEnvsResponseBodyProjectsResponseTargetFromJSON(jsonString) {
|
|
313
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsResponseBodyProjectsResponseTarget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsResponseBodyProjectsResponseTarget' from JSON`);
|
|
314
|
+
}
|
|
315
|
+
/** @internal */
|
|
316
|
+
export const FilterProjectEnvsResponseBodyProjectsResponse200Type$inboundSchema = z.nativeEnum(FilterProjectEnvsResponseBodyProjectsResponse200Type);
|
|
317
|
+
/** @internal */
|
|
318
|
+
export const FilterProjectEnvsResponseBodyProjectsResponse200Type$outboundSchema = FilterProjectEnvsResponseBodyProjectsResponse200Type$inboundSchema;
|
|
319
|
+
/**
|
|
320
|
+
* @internal
|
|
321
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
322
|
+
*/
|
|
323
|
+
export var FilterProjectEnvsResponseBodyProjectsResponse200Type$;
|
|
324
|
+
(function (FilterProjectEnvsResponseBodyProjectsResponse200Type$) {
|
|
325
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyProjectsResponse200Type$inboundSchema` instead. */
|
|
326
|
+
FilterProjectEnvsResponseBodyProjectsResponse200Type$.inboundSchema = FilterProjectEnvsResponseBodyProjectsResponse200Type$inboundSchema;
|
|
327
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyProjectsResponse200Type$outboundSchema` instead. */
|
|
328
|
+
FilterProjectEnvsResponseBodyProjectsResponse200Type$.outboundSchema = FilterProjectEnvsResponseBodyProjectsResponse200Type$outboundSchema;
|
|
329
|
+
})(FilterProjectEnvsResponseBodyProjectsResponse200Type$ || (FilterProjectEnvsResponseBodyProjectsResponse200Type$ = {}));
|
|
330
|
+
/** @internal */
|
|
331
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type);
|
|
332
|
+
/** @internal */
|
|
333
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$inboundSchema;
|
|
334
|
+
/**
|
|
335
|
+
* @internal
|
|
336
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
337
|
+
*/
|
|
338
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$;
|
|
339
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$) {
|
|
340
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$inboundSchema` instead. */
|
|
341
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$inboundSchema;
|
|
342
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$outboundSchema` instead. */
|
|
343
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$outboundSchema;
|
|
344
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$ = {}));
|
|
345
|
+
/** @internal */
|
|
346
|
+
export const FilterProjectEnvsContentHintProjectsResponse15$inboundSchema = z.object({
|
|
347
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$inboundSchema,
|
|
348
|
+
projectId: z.string(),
|
|
349
|
+
});
|
|
350
|
+
/** @internal */
|
|
351
|
+
export const FilterProjectEnvsContentHintProjectsResponse15$outboundSchema = z.object({
|
|
352
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$outboundSchema,
|
|
353
|
+
projectId: z.string(),
|
|
354
|
+
});
|
|
355
|
+
/**
|
|
356
|
+
* @internal
|
|
357
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
358
|
+
*/
|
|
359
|
+
export var FilterProjectEnvsContentHintProjectsResponse15$;
|
|
360
|
+
(function (FilterProjectEnvsContentHintProjectsResponse15$) {
|
|
361
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse15$inboundSchema` instead. */
|
|
362
|
+
FilterProjectEnvsContentHintProjectsResponse15$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse15$inboundSchema;
|
|
363
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse15$outboundSchema` instead. */
|
|
364
|
+
FilterProjectEnvsContentHintProjectsResponse15$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse15$outboundSchema;
|
|
365
|
+
})(FilterProjectEnvsContentHintProjectsResponse15$ || (FilterProjectEnvsContentHintProjectsResponse15$ = {}));
|
|
366
|
+
export function filterProjectEnvsContentHintProjectsResponse15ToJSON(filterProjectEnvsContentHintProjectsResponse15) {
|
|
367
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjectsResponse15$outboundSchema.parse(filterProjectEnvsContentHintProjectsResponse15));
|
|
368
|
+
}
|
|
369
|
+
export function filterProjectEnvsContentHintProjectsResponse15FromJSON(jsonString) {
|
|
370
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjectsResponse15$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjectsResponse15' from JSON`);
|
|
371
|
+
}
|
|
372
|
+
/** @internal */
|
|
373
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type);
|
|
374
|
+
/** @internal */
|
|
375
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$inboundSchema;
|
|
376
|
+
/**
|
|
377
|
+
* @internal
|
|
378
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
379
|
+
*/
|
|
380
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$;
|
|
381
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$) {
|
|
382
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$inboundSchema` instead. */
|
|
383
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$inboundSchema;
|
|
384
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$outboundSchema` instead. */
|
|
385
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$outboundSchema;
|
|
386
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$ = {}));
|
|
387
|
+
/** @internal */
|
|
388
|
+
export const FilterProjectEnvsContentHintProjectsResponse14$inboundSchema = z.object({
|
|
389
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$inboundSchema,
|
|
390
|
+
storeId: z.string(),
|
|
391
|
+
integrationId: z.string(),
|
|
392
|
+
integrationProductId: z.string(),
|
|
393
|
+
integrationConfigurationId: z.string(),
|
|
394
|
+
});
|
|
395
|
+
/** @internal */
|
|
396
|
+
export const FilterProjectEnvsContentHintProjectsResponse14$outboundSchema = z.object({
|
|
397
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$outboundSchema,
|
|
398
|
+
storeId: z.string(),
|
|
399
|
+
integrationId: z.string(),
|
|
400
|
+
integrationProductId: z.string(),
|
|
401
|
+
integrationConfigurationId: z.string(),
|
|
402
|
+
});
|
|
403
|
+
/**
|
|
404
|
+
* @internal
|
|
405
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
406
|
+
*/
|
|
407
|
+
export var FilterProjectEnvsContentHintProjectsResponse14$;
|
|
408
|
+
(function (FilterProjectEnvsContentHintProjectsResponse14$) {
|
|
409
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse14$inboundSchema` instead. */
|
|
410
|
+
FilterProjectEnvsContentHintProjectsResponse14$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse14$inboundSchema;
|
|
411
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse14$outboundSchema` instead. */
|
|
412
|
+
FilterProjectEnvsContentHintProjectsResponse14$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse14$outboundSchema;
|
|
413
|
+
})(FilterProjectEnvsContentHintProjectsResponse14$ || (FilterProjectEnvsContentHintProjectsResponse14$ = {}));
|
|
414
|
+
export function filterProjectEnvsContentHintProjectsResponse14ToJSON(filterProjectEnvsContentHintProjectsResponse14) {
|
|
415
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjectsResponse14$outboundSchema.parse(filterProjectEnvsContentHintProjectsResponse14));
|
|
416
|
+
}
|
|
417
|
+
export function filterProjectEnvsContentHintProjectsResponse14FromJSON(jsonString) {
|
|
418
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjectsResponse14$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjectsResponse14' from JSON`);
|
|
419
|
+
}
|
|
420
|
+
/** @internal */
|
|
421
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type);
|
|
422
|
+
/** @internal */
|
|
423
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$inboundSchema;
|
|
424
|
+
/**
|
|
425
|
+
* @internal
|
|
426
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
427
|
+
*/
|
|
428
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$;
|
|
429
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$) {
|
|
430
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$inboundSchema` instead. */
|
|
431
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$inboundSchema;
|
|
432
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$outboundSchema` instead. */
|
|
433
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$outboundSchema;
|
|
434
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$ = {}));
|
|
435
|
+
/** @internal */
|
|
436
|
+
export const FilterProjectEnvsContentHintProjectsResponse13$inboundSchema = z.object({
|
|
437
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$inboundSchema,
|
|
438
|
+
storeId: z.string(),
|
|
439
|
+
});
|
|
440
|
+
/** @internal */
|
|
441
|
+
export const FilterProjectEnvsContentHintProjectsResponse13$outboundSchema = z.object({
|
|
442
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$outboundSchema,
|
|
443
|
+
storeId: z.string(),
|
|
444
|
+
});
|
|
445
|
+
/**
|
|
446
|
+
* @internal
|
|
447
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
448
|
+
*/
|
|
449
|
+
export var FilterProjectEnvsContentHintProjectsResponse13$;
|
|
450
|
+
(function (FilterProjectEnvsContentHintProjectsResponse13$) {
|
|
451
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse13$inboundSchema` instead. */
|
|
452
|
+
FilterProjectEnvsContentHintProjectsResponse13$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse13$inboundSchema;
|
|
453
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse13$outboundSchema` instead. */
|
|
454
|
+
FilterProjectEnvsContentHintProjectsResponse13$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse13$outboundSchema;
|
|
455
|
+
})(FilterProjectEnvsContentHintProjectsResponse13$ || (FilterProjectEnvsContentHintProjectsResponse13$ = {}));
|
|
456
|
+
export function filterProjectEnvsContentHintProjectsResponse13ToJSON(filterProjectEnvsContentHintProjectsResponse13) {
|
|
457
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjectsResponse13$outboundSchema.parse(filterProjectEnvsContentHintProjectsResponse13));
|
|
458
|
+
}
|
|
459
|
+
export function filterProjectEnvsContentHintProjectsResponse13FromJSON(jsonString) {
|
|
460
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjectsResponse13$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjectsResponse13' from JSON`);
|
|
461
|
+
}
|
|
462
|
+
/** @internal */
|
|
463
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type);
|
|
464
|
+
/** @internal */
|
|
465
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$inboundSchema;
|
|
466
|
+
/**
|
|
467
|
+
* @internal
|
|
468
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
469
|
+
*/
|
|
470
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$;
|
|
471
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$) {
|
|
472
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$inboundSchema` instead. */
|
|
473
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$inboundSchema;
|
|
474
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$outboundSchema` instead. */
|
|
475
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$outboundSchema;
|
|
476
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$ = {}));
|
|
477
|
+
/** @internal */
|
|
478
|
+
export const FilterProjectEnvsContentHintProjectsResponse12$inboundSchema = z.object({
|
|
479
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$inboundSchema,
|
|
480
|
+
storeId: z.string(),
|
|
481
|
+
});
|
|
482
|
+
/** @internal */
|
|
483
|
+
export const FilterProjectEnvsContentHintProjectsResponse12$outboundSchema = z.object({
|
|
484
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$outboundSchema,
|
|
485
|
+
storeId: z.string(),
|
|
486
|
+
});
|
|
487
|
+
/**
|
|
488
|
+
* @internal
|
|
489
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
490
|
+
*/
|
|
491
|
+
export var FilterProjectEnvsContentHintProjectsResponse12$;
|
|
492
|
+
(function (FilterProjectEnvsContentHintProjectsResponse12$) {
|
|
493
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse12$inboundSchema` instead. */
|
|
494
|
+
FilterProjectEnvsContentHintProjectsResponse12$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse12$inboundSchema;
|
|
495
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse12$outboundSchema` instead. */
|
|
496
|
+
FilterProjectEnvsContentHintProjectsResponse12$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse12$outboundSchema;
|
|
497
|
+
})(FilterProjectEnvsContentHintProjectsResponse12$ || (FilterProjectEnvsContentHintProjectsResponse12$ = {}));
|
|
498
|
+
export function filterProjectEnvsContentHintProjectsResponse12ToJSON(filterProjectEnvsContentHintProjectsResponse12) {
|
|
499
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjectsResponse12$outboundSchema.parse(filterProjectEnvsContentHintProjectsResponse12));
|
|
500
|
+
}
|
|
501
|
+
export function filterProjectEnvsContentHintProjectsResponse12FromJSON(jsonString) {
|
|
502
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjectsResponse12$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjectsResponse12' from JSON`);
|
|
503
|
+
}
|
|
504
|
+
/** @internal */
|
|
505
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type);
|
|
506
|
+
/** @internal */
|
|
507
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$inboundSchema;
|
|
508
|
+
/**
|
|
509
|
+
* @internal
|
|
510
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
511
|
+
*/
|
|
512
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$;
|
|
513
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$) {
|
|
514
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$inboundSchema` instead. */
|
|
515
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$inboundSchema;
|
|
516
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$outboundSchema` instead. */
|
|
517
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$outboundSchema;
|
|
518
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$ = {}));
|
|
519
|
+
/** @internal */
|
|
520
|
+
export const FilterProjectEnvsContentHintProjectsResponse11$inboundSchema = z.object({
|
|
521
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$inboundSchema,
|
|
522
|
+
storeId: z.string(),
|
|
523
|
+
});
|
|
524
|
+
/** @internal */
|
|
525
|
+
export const FilterProjectEnvsContentHintProjectsResponse11$outboundSchema = z.object({
|
|
526
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$outboundSchema,
|
|
527
|
+
storeId: z.string(),
|
|
528
|
+
});
|
|
529
|
+
/**
|
|
530
|
+
* @internal
|
|
531
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
532
|
+
*/
|
|
533
|
+
export var FilterProjectEnvsContentHintProjectsResponse11$;
|
|
534
|
+
(function (FilterProjectEnvsContentHintProjectsResponse11$) {
|
|
535
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse11$inboundSchema` instead. */
|
|
536
|
+
FilterProjectEnvsContentHintProjectsResponse11$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse11$inboundSchema;
|
|
537
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse11$outboundSchema` instead. */
|
|
538
|
+
FilterProjectEnvsContentHintProjectsResponse11$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse11$outboundSchema;
|
|
539
|
+
})(FilterProjectEnvsContentHintProjectsResponse11$ || (FilterProjectEnvsContentHintProjectsResponse11$ = {}));
|
|
540
|
+
export function filterProjectEnvsContentHintProjectsResponse11ToJSON(filterProjectEnvsContentHintProjectsResponse11) {
|
|
541
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjectsResponse11$outboundSchema.parse(filterProjectEnvsContentHintProjectsResponse11));
|
|
542
|
+
}
|
|
543
|
+
export function filterProjectEnvsContentHintProjectsResponse11FromJSON(jsonString) {
|
|
544
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjectsResponse11$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjectsResponse11' from JSON`);
|
|
545
|
+
}
|
|
546
|
+
/** @internal */
|
|
547
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type);
|
|
548
|
+
/** @internal */
|
|
549
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$inboundSchema;
|
|
550
|
+
/**
|
|
551
|
+
* @internal
|
|
552
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
553
|
+
*/
|
|
554
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$;
|
|
555
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$) {
|
|
556
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$inboundSchema` instead. */
|
|
557
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$inboundSchema;
|
|
558
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$outboundSchema` instead. */
|
|
559
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$outboundSchema;
|
|
560
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$ = {}));
|
|
561
|
+
/** @internal */
|
|
562
|
+
export const FilterProjectEnvsContentHintProjectsResponse10$inboundSchema = z.object({
|
|
563
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$inboundSchema,
|
|
564
|
+
storeId: z.string(),
|
|
565
|
+
});
|
|
566
|
+
/** @internal */
|
|
567
|
+
export const FilterProjectEnvsContentHintProjectsResponse10$outboundSchema = z.object({
|
|
568
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$outboundSchema,
|
|
569
|
+
storeId: z.string(),
|
|
570
|
+
});
|
|
571
|
+
/**
|
|
572
|
+
* @internal
|
|
573
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
574
|
+
*/
|
|
575
|
+
export var FilterProjectEnvsContentHintProjectsResponse10$;
|
|
576
|
+
(function (FilterProjectEnvsContentHintProjectsResponse10$) {
|
|
577
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse10$inboundSchema` instead. */
|
|
578
|
+
FilterProjectEnvsContentHintProjectsResponse10$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse10$inboundSchema;
|
|
579
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse10$outboundSchema` instead. */
|
|
580
|
+
FilterProjectEnvsContentHintProjectsResponse10$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse10$outboundSchema;
|
|
581
|
+
})(FilterProjectEnvsContentHintProjectsResponse10$ || (FilterProjectEnvsContentHintProjectsResponse10$ = {}));
|
|
582
|
+
export function filterProjectEnvsContentHintProjectsResponse10ToJSON(filterProjectEnvsContentHintProjectsResponse10) {
|
|
583
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjectsResponse10$outboundSchema.parse(filterProjectEnvsContentHintProjectsResponse10));
|
|
584
|
+
}
|
|
585
|
+
export function filterProjectEnvsContentHintProjectsResponse10FromJSON(jsonString) {
|
|
586
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjectsResponse10$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjectsResponse10' from JSON`);
|
|
587
|
+
}
|
|
588
|
+
/** @internal */
|
|
589
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type);
|
|
590
|
+
/** @internal */
|
|
591
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$inboundSchema;
|
|
592
|
+
/**
|
|
593
|
+
* @internal
|
|
594
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
595
|
+
*/
|
|
596
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$;
|
|
597
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$) {
|
|
598
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$inboundSchema` instead. */
|
|
599
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$inboundSchema;
|
|
600
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$outboundSchema` instead. */
|
|
601
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$outboundSchema;
|
|
602
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$ = {}));
|
|
603
|
+
/** @internal */
|
|
604
|
+
export const FilterProjectEnvsContentHintProjectsResponse9$inboundSchema = z.object({
|
|
605
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$inboundSchema,
|
|
606
|
+
storeId: z.string(),
|
|
607
|
+
});
|
|
608
|
+
/** @internal */
|
|
609
|
+
export const FilterProjectEnvsContentHintProjectsResponse9$outboundSchema = z.object({
|
|
610
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$outboundSchema,
|
|
611
|
+
storeId: z.string(),
|
|
612
|
+
});
|
|
613
|
+
/**
|
|
614
|
+
* @internal
|
|
615
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
616
|
+
*/
|
|
617
|
+
export var FilterProjectEnvsContentHintProjectsResponse9$;
|
|
618
|
+
(function (FilterProjectEnvsContentHintProjectsResponse9$) {
|
|
619
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse9$inboundSchema` instead. */
|
|
620
|
+
FilterProjectEnvsContentHintProjectsResponse9$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse9$inboundSchema;
|
|
621
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse9$outboundSchema` instead. */
|
|
622
|
+
FilterProjectEnvsContentHintProjectsResponse9$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse9$outboundSchema;
|
|
623
|
+
})(FilterProjectEnvsContentHintProjectsResponse9$ || (FilterProjectEnvsContentHintProjectsResponse9$ = {}));
|
|
624
|
+
export function filterProjectEnvsContentHintProjectsResponse9ToJSON(filterProjectEnvsContentHintProjectsResponse9) {
|
|
625
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjectsResponse9$outboundSchema.parse(filterProjectEnvsContentHintProjectsResponse9));
|
|
626
|
+
}
|
|
627
|
+
export function filterProjectEnvsContentHintProjectsResponse9FromJSON(jsonString) {
|
|
628
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjectsResponse9$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjectsResponse9' from JSON`);
|
|
629
|
+
}
|
|
630
|
+
/** @internal */
|
|
631
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type);
|
|
632
|
+
/** @internal */
|
|
633
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$inboundSchema;
|
|
634
|
+
/**
|
|
635
|
+
* @internal
|
|
636
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
637
|
+
*/
|
|
638
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$;
|
|
639
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$) {
|
|
640
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$inboundSchema` instead. */
|
|
641
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$inboundSchema;
|
|
642
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$outboundSchema` instead. */
|
|
643
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$outboundSchema;
|
|
644
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$ = {}));
|
|
645
|
+
/** @internal */
|
|
646
|
+
export const FilterProjectEnvsContentHintProjectsResponse8$inboundSchema = z.object({
|
|
647
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$inboundSchema,
|
|
648
|
+
storeId: z.string(),
|
|
649
|
+
});
|
|
650
|
+
/** @internal */
|
|
651
|
+
export const FilterProjectEnvsContentHintProjectsResponse8$outboundSchema = z.object({
|
|
652
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$outboundSchema,
|
|
653
|
+
storeId: z.string(),
|
|
654
|
+
});
|
|
655
|
+
/**
|
|
656
|
+
* @internal
|
|
657
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
658
|
+
*/
|
|
659
|
+
export var FilterProjectEnvsContentHintProjectsResponse8$;
|
|
660
|
+
(function (FilterProjectEnvsContentHintProjectsResponse8$) {
|
|
661
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse8$inboundSchema` instead. */
|
|
662
|
+
FilterProjectEnvsContentHintProjectsResponse8$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse8$inboundSchema;
|
|
663
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse8$outboundSchema` instead. */
|
|
664
|
+
FilterProjectEnvsContentHintProjectsResponse8$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse8$outboundSchema;
|
|
665
|
+
})(FilterProjectEnvsContentHintProjectsResponse8$ || (FilterProjectEnvsContentHintProjectsResponse8$ = {}));
|
|
666
|
+
export function filterProjectEnvsContentHintProjectsResponse8ToJSON(filterProjectEnvsContentHintProjectsResponse8) {
|
|
667
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjectsResponse8$outboundSchema.parse(filterProjectEnvsContentHintProjectsResponse8));
|
|
668
|
+
}
|
|
669
|
+
export function filterProjectEnvsContentHintProjectsResponse8FromJSON(jsonString) {
|
|
670
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjectsResponse8$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjectsResponse8' from JSON`);
|
|
671
|
+
}
|
|
672
|
+
/** @internal */
|
|
673
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type);
|
|
674
|
+
/** @internal */
|
|
675
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$inboundSchema;
|
|
676
|
+
/**
|
|
677
|
+
* @internal
|
|
678
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
679
|
+
*/
|
|
680
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$;
|
|
681
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$) {
|
|
682
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$inboundSchema` instead. */
|
|
683
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$inboundSchema;
|
|
684
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$outboundSchema` instead. */
|
|
685
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$outboundSchema;
|
|
686
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$ = {}));
|
|
687
|
+
/** @internal */
|
|
688
|
+
export const FilterProjectEnvsContentHintProjectsResponse7$inboundSchema = z.object({
|
|
689
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$inboundSchema,
|
|
690
|
+
storeId: z.string(),
|
|
691
|
+
});
|
|
692
|
+
/** @internal */
|
|
693
|
+
export const FilterProjectEnvsContentHintProjectsResponse7$outboundSchema = z.object({
|
|
694
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$outboundSchema,
|
|
695
|
+
storeId: z.string(),
|
|
696
|
+
});
|
|
697
|
+
/**
|
|
698
|
+
* @internal
|
|
699
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
700
|
+
*/
|
|
701
|
+
export var FilterProjectEnvsContentHintProjectsResponse7$;
|
|
702
|
+
(function (FilterProjectEnvsContentHintProjectsResponse7$) {
|
|
703
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse7$inboundSchema` instead. */
|
|
704
|
+
FilterProjectEnvsContentHintProjectsResponse7$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse7$inboundSchema;
|
|
705
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse7$outboundSchema` instead. */
|
|
706
|
+
FilterProjectEnvsContentHintProjectsResponse7$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse7$outboundSchema;
|
|
707
|
+
})(FilterProjectEnvsContentHintProjectsResponse7$ || (FilterProjectEnvsContentHintProjectsResponse7$ = {}));
|
|
708
|
+
export function filterProjectEnvsContentHintProjectsResponse7ToJSON(filterProjectEnvsContentHintProjectsResponse7) {
|
|
709
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjectsResponse7$outboundSchema.parse(filterProjectEnvsContentHintProjectsResponse7));
|
|
710
|
+
}
|
|
711
|
+
export function filterProjectEnvsContentHintProjectsResponse7FromJSON(jsonString) {
|
|
712
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjectsResponse7$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjectsResponse7' from JSON`);
|
|
713
|
+
}
|
|
714
|
+
/** @internal */
|
|
715
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type);
|
|
716
|
+
/** @internal */
|
|
717
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$inboundSchema;
|
|
718
|
+
/**
|
|
719
|
+
* @internal
|
|
720
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
721
|
+
*/
|
|
722
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$;
|
|
723
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$) {
|
|
724
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$inboundSchema` instead. */
|
|
725
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$inboundSchema;
|
|
726
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$outboundSchema` instead. */
|
|
727
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$outboundSchema;
|
|
728
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$ = {}));
|
|
729
|
+
/** @internal */
|
|
730
|
+
export const FilterProjectEnvsContentHintProjectsResponse6$inboundSchema = z.object({
|
|
731
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$inboundSchema,
|
|
732
|
+
storeId: z.string(),
|
|
733
|
+
});
|
|
734
|
+
/** @internal */
|
|
735
|
+
export const FilterProjectEnvsContentHintProjectsResponse6$outboundSchema = z.object({
|
|
736
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$outboundSchema,
|
|
737
|
+
storeId: z.string(),
|
|
738
|
+
});
|
|
739
|
+
/**
|
|
740
|
+
* @internal
|
|
741
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
742
|
+
*/
|
|
743
|
+
export var FilterProjectEnvsContentHintProjectsResponse6$;
|
|
744
|
+
(function (FilterProjectEnvsContentHintProjectsResponse6$) {
|
|
745
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse6$inboundSchema` instead. */
|
|
746
|
+
FilterProjectEnvsContentHintProjectsResponse6$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse6$inboundSchema;
|
|
747
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse6$outboundSchema` instead. */
|
|
748
|
+
FilterProjectEnvsContentHintProjectsResponse6$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse6$outboundSchema;
|
|
749
|
+
})(FilterProjectEnvsContentHintProjectsResponse6$ || (FilterProjectEnvsContentHintProjectsResponse6$ = {}));
|
|
750
|
+
export function filterProjectEnvsContentHintProjectsResponse6ToJSON(filterProjectEnvsContentHintProjectsResponse6) {
|
|
751
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjectsResponse6$outboundSchema.parse(filterProjectEnvsContentHintProjectsResponse6));
|
|
752
|
+
}
|
|
753
|
+
export function filterProjectEnvsContentHintProjectsResponse6FromJSON(jsonString) {
|
|
754
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjectsResponse6$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjectsResponse6' from JSON`);
|
|
755
|
+
}
|
|
756
|
+
/** @internal */
|
|
757
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type);
|
|
758
|
+
/** @internal */
|
|
759
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$inboundSchema;
|
|
760
|
+
/**
|
|
761
|
+
* @internal
|
|
762
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
763
|
+
*/
|
|
764
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$;
|
|
765
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$) {
|
|
766
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$inboundSchema` instead. */
|
|
767
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$inboundSchema;
|
|
768
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$outboundSchema` instead. */
|
|
769
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$outboundSchema;
|
|
770
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$ = {}));
|
|
771
|
+
/** @internal */
|
|
772
|
+
export const FilterProjectEnvsContentHintProjectsResponse5$inboundSchema = z.object({
|
|
773
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$inboundSchema,
|
|
774
|
+
storeId: z.string(),
|
|
775
|
+
});
|
|
776
|
+
/** @internal */
|
|
777
|
+
export const FilterProjectEnvsContentHintProjectsResponse5$outboundSchema = z.object({
|
|
778
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$outboundSchema,
|
|
779
|
+
storeId: z.string(),
|
|
780
|
+
});
|
|
781
|
+
/**
|
|
782
|
+
* @internal
|
|
783
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
784
|
+
*/
|
|
785
|
+
export var FilterProjectEnvsContentHintProjectsResponse5$;
|
|
786
|
+
(function (FilterProjectEnvsContentHintProjectsResponse5$) {
|
|
787
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse5$inboundSchema` instead. */
|
|
788
|
+
FilterProjectEnvsContentHintProjectsResponse5$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse5$inboundSchema;
|
|
789
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse5$outboundSchema` instead. */
|
|
790
|
+
FilterProjectEnvsContentHintProjectsResponse5$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse5$outboundSchema;
|
|
791
|
+
})(FilterProjectEnvsContentHintProjectsResponse5$ || (FilterProjectEnvsContentHintProjectsResponse5$ = {}));
|
|
792
|
+
export function filterProjectEnvsContentHintProjectsResponse5ToJSON(filterProjectEnvsContentHintProjectsResponse5) {
|
|
793
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjectsResponse5$outboundSchema.parse(filterProjectEnvsContentHintProjectsResponse5));
|
|
794
|
+
}
|
|
795
|
+
export function filterProjectEnvsContentHintProjectsResponse5FromJSON(jsonString) {
|
|
796
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjectsResponse5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjectsResponse5' from JSON`);
|
|
797
|
+
}
|
|
798
|
+
/** @internal */
|
|
799
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type);
|
|
800
|
+
/** @internal */
|
|
801
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$inboundSchema;
|
|
802
|
+
/**
|
|
803
|
+
* @internal
|
|
804
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
805
|
+
*/
|
|
806
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$;
|
|
807
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$) {
|
|
808
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$inboundSchema` instead. */
|
|
809
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$inboundSchema;
|
|
810
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$outboundSchema` instead. */
|
|
811
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$outboundSchema;
|
|
812
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$ = {}));
|
|
813
|
+
/** @internal */
|
|
814
|
+
export const FilterProjectEnvsContentHintProjectsResponse4$inboundSchema = z.object({
|
|
815
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$inboundSchema,
|
|
816
|
+
storeId: z.string(),
|
|
817
|
+
});
|
|
818
|
+
/** @internal */
|
|
819
|
+
export const FilterProjectEnvsContentHintProjectsResponse4$outboundSchema = z.object({
|
|
820
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$outboundSchema,
|
|
821
|
+
storeId: z.string(),
|
|
822
|
+
});
|
|
823
|
+
/**
|
|
824
|
+
* @internal
|
|
825
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
826
|
+
*/
|
|
827
|
+
export var FilterProjectEnvsContentHintProjectsResponse4$;
|
|
828
|
+
(function (FilterProjectEnvsContentHintProjectsResponse4$) {
|
|
829
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse4$inboundSchema` instead. */
|
|
830
|
+
FilterProjectEnvsContentHintProjectsResponse4$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse4$inboundSchema;
|
|
831
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse4$outboundSchema` instead. */
|
|
832
|
+
FilterProjectEnvsContentHintProjectsResponse4$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse4$outboundSchema;
|
|
833
|
+
})(FilterProjectEnvsContentHintProjectsResponse4$ || (FilterProjectEnvsContentHintProjectsResponse4$ = {}));
|
|
834
|
+
export function filterProjectEnvsContentHintProjectsResponse4ToJSON(filterProjectEnvsContentHintProjectsResponse4) {
|
|
835
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjectsResponse4$outboundSchema.parse(filterProjectEnvsContentHintProjectsResponse4));
|
|
836
|
+
}
|
|
837
|
+
export function filterProjectEnvsContentHintProjectsResponse4FromJSON(jsonString) {
|
|
838
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjectsResponse4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjectsResponse4' from JSON`);
|
|
839
|
+
}
|
|
840
|
+
/** @internal */
|
|
841
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type);
|
|
842
|
+
/** @internal */
|
|
843
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$inboundSchema;
|
|
844
|
+
/**
|
|
845
|
+
* @internal
|
|
846
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
847
|
+
*/
|
|
848
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$;
|
|
849
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$) {
|
|
850
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$inboundSchema` instead. */
|
|
851
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$inboundSchema;
|
|
852
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$outboundSchema` instead. */
|
|
853
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$outboundSchema;
|
|
854
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$ = {}));
|
|
855
|
+
/** @internal */
|
|
856
|
+
export const FilterProjectEnvsContentHintProjectsResponse3$inboundSchema = z.object({
|
|
857
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$inboundSchema,
|
|
858
|
+
storeId: z.string(),
|
|
859
|
+
});
|
|
860
|
+
/** @internal */
|
|
861
|
+
export const FilterProjectEnvsContentHintProjectsResponse3$outboundSchema = z.object({
|
|
862
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$outboundSchema,
|
|
863
|
+
storeId: z.string(),
|
|
864
|
+
});
|
|
865
|
+
/**
|
|
866
|
+
* @internal
|
|
867
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
868
|
+
*/
|
|
869
|
+
export var FilterProjectEnvsContentHintProjectsResponse3$;
|
|
870
|
+
(function (FilterProjectEnvsContentHintProjectsResponse3$) {
|
|
871
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse3$inboundSchema` instead. */
|
|
872
|
+
FilterProjectEnvsContentHintProjectsResponse3$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse3$inboundSchema;
|
|
873
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse3$outboundSchema` instead. */
|
|
874
|
+
FilterProjectEnvsContentHintProjectsResponse3$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse3$outboundSchema;
|
|
875
|
+
})(FilterProjectEnvsContentHintProjectsResponse3$ || (FilterProjectEnvsContentHintProjectsResponse3$ = {}));
|
|
876
|
+
export function filterProjectEnvsContentHintProjectsResponse3ToJSON(filterProjectEnvsContentHintProjectsResponse3) {
|
|
877
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjectsResponse3$outboundSchema.parse(filterProjectEnvsContentHintProjectsResponse3));
|
|
878
|
+
}
|
|
879
|
+
export function filterProjectEnvsContentHintProjectsResponse3FromJSON(jsonString) {
|
|
880
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjectsResponse3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjectsResponse3' from JSON`);
|
|
881
|
+
}
|
|
882
|
+
/** @internal */
|
|
883
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType);
|
|
884
|
+
/** @internal */
|
|
885
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$inboundSchema;
|
|
886
|
+
/**
|
|
887
|
+
* @internal
|
|
888
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
889
|
+
*/
|
|
890
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$;
|
|
891
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$) {
|
|
892
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$inboundSchema` instead. */
|
|
893
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$inboundSchema;
|
|
894
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$outboundSchema` instead. */
|
|
895
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$outboundSchema;
|
|
896
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$ = {}));
|
|
897
|
+
/** @internal */
|
|
898
|
+
export const FilterProjectEnvsContentHintProjectsResponse2$inboundSchema = z.object({
|
|
899
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$inboundSchema,
|
|
900
|
+
storeId: z.string(),
|
|
901
|
+
});
|
|
902
|
+
/** @internal */
|
|
903
|
+
export const FilterProjectEnvsContentHintProjectsResponse2$outboundSchema = z.object({
|
|
904
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$outboundSchema,
|
|
905
|
+
storeId: z.string(),
|
|
906
|
+
});
|
|
907
|
+
/**
|
|
908
|
+
* @internal
|
|
909
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
910
|
+
*/
|
|
911
|
+
export var FilterProjectEnvsContentHintProjectsResponse2$;
|
|
912
|
+
(function (FilterProjectEnvsContentHintProjectsResponse2$) {
|
|
913
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse2$inboundSchema` instead. */
|
|
914
|
+
FilterProjectEnvsContentHintProjectsResponse2$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse2$inboundSchema;
|
|
915
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse2$outboundSchema` instead. */
|
|
916
|
+
FilterProjectEnvsContentHintProjectsResponse2$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse2$outboundSchema;
|
|
917
|
+
})(FilterProjectEnvsContentHintProjectsResponse2$ || (FilterProjectEnvsContentHintProjectsResponse2$ = {}));
|
|
918
|
+
export function filterProjectEnvsContentHintProjectsResponse2ToJSON(filterProjectEnvsContentHintProjectsResponse2) {
|
|
919
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjectsResponse2$outboundSchema.parse(filterProjectEnvsContentHintProjectsResponse2));
|
|
920
|
+
}
|
|
921
|
+
export function filterProjectEnvsContentHintProjectsResponse2FromJSON(jsonString) {
|
|
922
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjectsResponse2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjectsResponse2' from JSON`);
|
|
923
|
+
}
|
|
924
|
+
/** @internal */
|
|
925
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type);
|
|
926
|
+
/** @internal */
|
|
927
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema;
|
|
928
|
+
/**
|
|
929
|
+
* @internal
|
|
930
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
931
|
+
*/
|
|
932
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$;
|
|
933
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$) {
|
|
934
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema` instead. */
|
|
935
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema;
|
|
936
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$outboundSchema` instead. */
|
|
937
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$outboundSchema;
|
|
938
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$ = {}));
|
|
939
|
+
/** @internal */
|
|
940
|
+
export const FilterProjectEnvsContentHintProjectsResponse1$inboundSchema = z.object({
|
|
941
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema,
|
|
942
|
+
storeId: z.string(),
|
|
943
|
+
});
|
|
944
|
+
/** @internal */
|
|
945
|
+
export const FilterProjectEnvsContentHintProjectsResponse1$outboundSchema = z.object({
|
|
946
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$outboundSchema,
|
|
947
|
+
storeId: z.string(),
|
|
948
|
+
});
|
|
949
|
+
/**
|
|
950
|
+
* @internal
|
|
951
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
952
|
+
*/
|
|
953
|
+
export var FilterProjectEnvsContentHintProjectsResponse1$;
|
|
954
|
+
(function (FilterProjectEnvsContentHintProjectsResponse1$) {
|
|
955
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse1$inboundSchema` instead. */
|
|
956
|
+
FilterProjectEnvsContentHintProjectsResponse1$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse1$inboundSchema;
|
|
957
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse1$outboundSchema` instead. */
|
|
958
|
+
FilterProjectEnvsContentHintProjectsResponse1$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse1$outboundSchema;
|
|
959
|
+
})(FilterProjectEnvsContentHintProjectsResponse1$ || (FilterProjectEnvsContentHintProjectsResponse1$ = {}));
|
|
960
|
+
export function filterProjectEnvsContentHintProjectsResponse1ToJSON(filterProjectEnvsContentHintProjectsResponse1) {
|
|
961
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjectsResponse1$outboundSchema.parse(filterProjectEnvsContentHintProjectsResponse1));
|
|
962
|
+
}
|
|
963
|
+
export function filterProjectEnvsContentHintProjectsResponse1FromJSON(jsonString) {
|
|
964
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjectsResponse1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjectsResponse1' from JSON`);
|
|
965
|
+
}
|
|
966
|
+
/** @internal */
|
|
967
|
+
export const FilterProjectEnvsResponseBodyProjectsContentHint$inboundSchema = z.union([
|
|
968
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse1$inboundSchema),
|
|
969
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse2$inboundSchema),
|
|
970
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse3$inboundSchema),
|
|
971
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse4$inboundSchema),
|
|
972
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse5$inboundSchema),
|
|
973
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse6$inboundSchema),
|
|
974
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse7$inboundSchema),
|
|
975
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse8$inboundSchema),
|
|
976
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse9$inboundSchema),
|
|
977
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse10$inboundSchema),
|
|
978
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse11$inboundSchema),
|
|
979
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse12$inboundSchema),
|
|
980
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse13$inboundSchema),
|
|
981
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse15$inboundSchema),
|
|
982
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse14$inboundSchema),
|
|
983
|
+
]);
|
|
984
|
+
/** @internal */
|
|
985
|
+
export const FilterProjectEnvsResponseBodyProjectsContentHint$outboundSchema = z.union([
|
|
986
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse1$outboundSchema),
|
|
987
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse2$outboundSchema),
|
|
988
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse3$outboundSchema),
|
|
989
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse4$outboundSchema),
|
|
990
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse5$outboundSchema),
|
|
991
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse6$outboundSchema),
|
|
992
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse7$outboundSchema),
|
|
993
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse8$outboundSchema),
|
|
994
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse9$outboundSchema),
|
|
995
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse10$outboundSchema),
|
|
996
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse11$outboundSchema),
|
|
997
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse12$outboundSchema),
|
|
998
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse13$outboundSchema),
|
|
999
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse15$outboundSchema),
|
|
1000
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse14$outboundSchema),
|
|
1001
|
+
]);
|
|
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 FilterProjectEnvsResponseBodyProjectsContentHint$;
|
|
1007
|
+
(function (FilterProjectEnvsResponseBodyProjectsContentHint$) {
|
|
1008
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyProjectsContentHint$inboundSchema` instead. */
|
|
1009
|
+
FilterProjectEnvsResponseBodyProjectsContentHint$.inboundSchema = FilterProjectEnvsResponseBodyProjectsContentHint$inboundSchema;
|
|
1010
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyProjectsContentHint$outboundSchema` instead. */
|
|
1011
|
+
FilterProjectEnvsResponseBodyProjectsContentHint$.outboundSchema = FilterProjectEnvsResponseBodyProjectsContentHint$outboundSchema;
|
|
1012
|
+
})(FilterProjectEnvsResponseBodyProjectsContentHint$ || (FilterProjectEnvsResponseBodyProjectsContentHint$ = {}));
|
|
1013
|
+
export function filterProjectEnvsResponseBodyProjectsContentHintToJSON(filterProjectEnvsResponseBodyProjectsContentHint) {
|
|
1014
|
+
return JSON.stringify(FilterProjectEnvsResponseBodyProjectsContentHint$outboundSchema.parse(filterProjectEnvsResponseBodyProjectsContentHint));
|
|
1015
|
+
}
|
|
1016
|
+
export function filterProjectEnvsResponseBodyProjectsContentHintFromJSON(jsonString) {
|
|
1017
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsResponseBodyProjectsContentHint$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsResponseBodyProjectsContentHint' from JSON`);
|
|
1018
|
+
}
|
|
1019
|
+
/** @internal */
|
|
1020
|
+
export const FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJson3Type$inboundSchema = z.nativeEnum(FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJson3Type);
|
|
1021
|
+
/** @internal */
|
|
1022
|
+
export const FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJson3Type$outboundSchema = FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJson3Type$inboundSchema;
|
|
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 FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJson3Type$;
|
|
1028
|
+
(function (FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJson3Type$) {
|
|
1029
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJson3Type$inboundSchema` instead. */
|
|
1030
|
+
FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJson3Type$.inboundSchema = FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJson3Type$inboundSchema;
|
|
1031
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJson3Type$outboundSchema` instead. */
|
|
1032
|
+
FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJson3Type$.outboundSchema = FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJson3Type$outboundSchema;
|
|
1033
|
+
})(FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJson3Type$ || (FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJson3Type$ = {}));
|
|
1034
|
+
/** @internal */
|
|
1035
|
+
export const FilterProjectEnvsResponseBodyProjectsInternalContentHint$inboundSchema = z.object({
|
|
1036
|
+
type: FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJson3Type$inboundSchema,
|
|
1037
|
+
encryptedValue: z.string(),
|
|
1038
|
+
});
|
|
1039
|
+
/** @internal */
|
|
1040
|
+
export const FilterProjectEnvsResponseBodyProjectsInternalContentHint$outboundSchema = z.object({
|
|
1041
|
+
type: FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJson3Type$outboundSchema,
|
|
1042
|
+
encryptedValue: z.string(),
|
|
1043
|
+
});
|
|
1044
|
+
/**
|
|
1045
|
+
* @internal
|
|
1046
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1047
|
+
*/
|
|
1048
|
+
export var FilterProjectEnvsResponseBodyProjectsInternalContentHint$;
|
|
1049
|
+
(function (FilterProjectEnvsResponseBodyProjectsInternalContentHint$) {
|
|
1050
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyProjectsInternalContentHint$inboundSchema` instead. */
|
|
1051
|
+
FilterProjectEnvsResponseBodyProjectsInternalContentHint$.inboundSchema = FilterProjectEnvsResponseBodyProjectsInternalContentHint$inboundSchema;
|
|
1052
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyProjectsInternalContentHint$outboundSchema` instead. */
|
|
1053
|
+
FilterProjectEnvsResponseBodyProjectsInternalContentHint$.outboundSchema = FilterProjectEnvsResponseBodyProjectsInternalContentHint$outboundSchema;
|
|
1054
|
+
})(FilterProjectEnvsResponseBodyProjectsInternalContentHint$ || (FilterProjectEnvsResponseBodyProjectsInternalContentHint$ = {}));
|
|
1055
|
+
export function filterProjectEnvsResponseBodyProjectsInternalContentHintToJSON(filterProjectEnvsResponseBodyProjectsInternalContentHint) {
|
|
1056
|
+
return JSON.stringify(FilterProjectEnvsResponseBodyProjectsInternalContentHint$outboundSchema
|
|
1057
|
+
.parse(filterProjectEnvsResponseBodyProjectsInternalContentHint));
|
|
1058
|
+
}
|
|
1059
|
+
export function filterProjectEnvsResponseBodyProjectsInternalContentHintFromJSON(jsonString) {
|
|
1060
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsResponseBodyProjectsInternalContentHint$inboundSchema
|
|
1061
|
+
.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsResponseBodyProjectsInternalContentHint' from JSON`);
|
|
1062
|
+
}
|
|
1063
|
+
/** @internal */
|
|
1064
|
+
export const ResponseBodyEnvs$inboundSchema = z.object({
|
|
1065
|
+
target: z.union([
|
|
1066
|
+
z.array(FilterProjectEnvsTargetProjects1$inboundSchema),
|
|
1067
|
+
FilterProjectEnvsTargetProjectsResponse2$inboundSchema,
|
|
1068
|
+
]).optional(),
|
|
1069
|
+
type: FilterProjectEnvsResponseBodyProjectsResponse200Type$inboundSchema
|
|
1070
|
+
.optional(),
|
|
1071
|
+
sunsetSecretId: z.string().optional(),
|
|
1072
|
+
id: z.string().optional(),
|
|
1073
|
+
key: z.string().optional(),
|
|
1074
|
+
value: z.string().optional(),
|
|
1075
|
+
configurationId: z.nullable(z.string()).optional(),
|
|
1076
|
+
createdAt: z.number().optional(),
|
|
1077
|
+
updatedAt: z.number().optional(),
|
|
1078
|
+
createdBy: z.nullable(z.string()).optional(),
|
|
1079
|
+
updatedBy: z.nullable(z.string()).optional(),
|
|
1080
|
+
gitBranch: z.string().optional(),
|
|
1081
|
+
edgeConfigId: z.nullable(z.string()).optional(),
|
|
1082
|
+
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
1083
|
+
contentHint: z.nullable(z.union([
|
|
1084
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse1$inboundSchema),
|
|
1085
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse2$inboundSchema),
|
|
1086
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse3$inboundSchema),
|
|
1087
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse4$inboundSchema),
|
|
1088
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse5$inboundSchema),
|
|
1089
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse6$inboundSchema),
|
|
1090
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse7$inboundSchema),
|
|
1091
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse8$inboundSchema),
|
|
1092
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse9$inboundSchema),
|
|
1093
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse10$inboundSchema),
|
|
1094
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse11$inboundSchema),
|
|
1095
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse12$inboundSchema),
|
|
1096
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse13$inboundSchema),
|
|
1097
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse15$inboundSchema),
|
|
1098
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse14$inboundSchema),
|
|
1099
|
+
])).optional(),
|
|
1100
|
+
internalContentHint: z.nullable(z.lazy(() => FilterProjectEnvsResponseBodyProjectsInternalContentHint$inboundSchema)).optional(),
|
|
1101
|
+
decrypted: z.boolean().optional(),
|
|
1102
|
+
comment: z.string().optional(),
|
|
1103
|
+
customEnvironmentIds: z.array(z.string()).optional(),
|
|
1104
|
+
vsmValue: z.string().optional(),
|
|
1105
|
+
system: z.boolean().optional(),
|
|
1106
|
+
});
|
|
1107
|
+
/** @internal */
|
|
1108
|
+
export const ResponseBodyEnvs$outboundSchema = z.object({
|
|
1109
|
+
target: z.union([
|
|
1110
|
+
z.array(FilterProjectEnvsTargetProjects1$outboundSchema),
|
|
1111
|
+
FilterProjectEnvsTargetProjectsResponse2$outboundSchema,
|
|
1112
|
+
]).optional(),
|
|
1113
|
+
type: FilterProjectEnvsResponseBodyProjectsResponse200Type$outboundSchema
|
|
1114
|
+
.optional(),
|
|
1115
|
+
sunsetSecretId: z.string().optional(),
|
|
1116
|
+
id: z.string().optional(),
|
|
1117
|
+
key: z.string().optional(),
|
|
1118
|
+
value: z.string().optional(),
|
|
1119
|
+
configurationId: z.nullable(z.string()).optional(),
|
|
1120
|
+
createdAt: z.number().optional(),
|
|
1121
|
+
updatedAt: z.number().optional(),
|
|
1122
|
+
createdBy: z.nullable(z.string()).optional(),
|
|
1123
|
+
updatedBy: z.nullable(z.string()).optional(),
|
|
1124
|
+
gitBranch: z.string().optional(),
|
|
1125
|
+
edgeConfigId: z.nullable(z.string()).optional(),
|
|
1126
|
+
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
1127
|
+
contentHint: z.nullable(z.union([
|
|
1128
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse1$outboundSchema),
|
|
1129
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse2$outboundSchema),
|
|
1130
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse3$outboundSchema),
|
|
1131
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse4$outboundSchema),
|
|
1132
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse5$outboundSchema),
|
|
1133
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse6$outboundSchema),
|
|
1134
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse7$outboundSchema),
|
|
1135
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse8$outboundSchema),
|
|
1136
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse9$outboundSchema),
|
|
1137
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse10$outboundSchema),
|
|
1138
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse11$outboundSchema),
|
|
1139
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse12$outboundSchema),
|
|
1140
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse13$outboundSchema),
|
|
1141
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse15$outboundSchema),
|
|
1142
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse14$outboundSchema),
|
|
1143
|
+
])).optional(),
|
|
1144
|
+
internalContentHint: z.nullable(z.lazy(() => FilterProjectEnvsResponseBodyProjectsInternalContentHint$outboundSchema)).optional(),
|
|
1145
|
+
decrypted: z.boolean().optional(),
|
|
1146
|
+
comment: z.string().optional(),
|
|
1147
|
+
customEnvironmentIds: z.array(z.string()).optional(),
|
|
1148
|
+
vsmValue: z.string().optional(),
|
|
1149
|
+
system: z.boolean().optional(),
|
|
1150
|
+
});
|
|
1151
|
+
/**
|
|
1152
|
+
* @internal
|
|
1153
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1154
|
+
*/
|
|
1155
|
+
export var ResponseBodyEnvs$;
|
|
1156
|
+
(function (ResponseBodyEnvs$) {
|
|
1157
|
+
/** @deprecated use `ResponseBodyEnvs$inboundSchema` instead. */
|
|
1158
|
+
ResponseBodyEnvs$.inboundSchema = ResponseBodyEnvs$inboundSchema;
|
|
1159
|
+
/** @deprecated use `ResponseBodyEnvs$outboundSchema` instead. */
|
|
1160
|
+
ResponseBodyEnvs$.outboundSchema = ResponseBodyEnvs$outboundSchema;
|
|
1161
|
+
})(ResponseBodyEnvs$ || (ResponseBodyEnvs$ = {}));
|
|
1162
|
+
export function responseBodyEnvsToJSON(responseBodyEnvs) {
|
|
1163
|
+
return JSON.stringify(ResponseBodyEnvs$outboundSchema.parse(responseBodyEnvs));
|
|
1164
|
+
}
|
|
1165
|
+
export function responseBodyEnvsFromJSON(jsonString) {
|
|
1166
|
+
return safeParse(jsonString, (x) => ResponseBodyEnvs$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResponseBodyEnvs' from JSON`);
|
|
1167
|
+
}
|
|
1168
|
+
/** @internal */
|
|
1169
|
+
export const FilterProjectEnvsResponseBody3$inboundSchema = z.object({
|
|
1170
|
+
envs: z.array(z.lazy(() => ResponseBodyEnvs$inboundSchema)),
|
|
1171
|
+
});
|
|
1172
|
+
/** @internal */
|
|
1173
|
+
export const FilterProjectEnvsResponseBody3$outboundSchema = z.object({
|
|
1174
|
+
envs: z.array(z.lazy(() => ResponseBodyEnvs$outboundSchema)),
|
|
1175
|
+
});
|
|
1176
|
+
/**
|
|
1177
|
+
* @internal
|
|
1178
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1179
|
+
*/
|
|
1180
|
+
export var FilterProjectEnvsResponseBody3$;
|
|
1181
|
+
(function (FilterProjectEnvsResponseBody3$) {
|
|
1182
|
+
/** @deprecated use `FilterProjectEnvsResponseBody3$inboundSchema` instead. */
|
|
1183
|
+
FilterProjectEnvsResponseBody3$.inboundSchema = FilterProjectEnvsResponseBody3$inboundSchema;
|
|
1184
|
+
/** @deprecated use `FilterProjectEnvsResponseBody3$outboundSchema` instead. */
|
|
1185
|
+
FilterProjectEnvsResponseBody3$.outboundSchema = FilterProjectEnvsResponseBody3$outboundSchema;
|
|
1186
|
+
})(FilterProjectEnvsResponseBody3$ || (FilterProjectEnvsResponseBody3$ = {}));
|
|
1187
|
+
export function filterProjectEnvsResponseBody3ToJSON(filterProjectEnvsResponseBody3) {
|
|
1188
|
+
return JSON.stringify(FilterProjectEnvsResponseBody3$outboundSchema.parse(filterProjectEnvsResponseBody3));
|
|
1189
|
+
}
|
|
1190
|
+
export function filterProjectEnvsResponseBody3FromJSON(jsonString) {
|
|
1191
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsResponseBody3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsResponseBody3' from JSON`);
|
|
1192
|
+
}
|
|
1193
|
+
/** @internal */
|
|
1194
|
+
export const FilterProjectEnvsTargetProjects2$inboundSchema = z.nativeEnum(FilterProjectEnvsTargetProjects2);
|
|
1195
|
+
/** @internal */
|
|
1196
|
+
export const FilterProjectEnvsTargetProjects2$outboundSchema = FilterProjectEnvsTargetProjects2$inboundSchema;
|
|
1197
|
+
/**
|
|
1198
|
+
* @internal
|
|
1199
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1200
|
+
*/
|
|
1201
|
+
export var FilterProjectEnvsTargetProjects2$;
|
|
1202
|
+
(function (FilterProjectEnvsTargetProjects2$) {
|
|
1203
|
+
/** @deprecated use `FilterProjectEnvsTargetProjects2$inboundSchema` instead. */
|
|
1204
|
+
FilterProjectEnvsTargetProjects2$.inboundSchema = FilterProjectEnvsTargetProjects2$inboundSchema;
|
|
1205
|
+
/** @deprecated use `FilterProjectEnvsTargetProjects2$outboundSchema` instead. */
|
|
1206
|
+
FilterProjectEnvsTargetProjects2$.outboundSchema = FilterProjectEnvsTargetProjects2$outboundSchema;
|
|
1207
|
+
})(FilterProjectEnvsTargetProjects2$ || (FilterProjectEnvsTargetProjects2$ = {}));
|
|
1208
|
+
/** @internal */
|
|
1209
|
+
export const FilterProjectEnvsTarget1$inboundSchema = z.nativeEnum(FilterProjectEnvsTarget1);
|
|
1210
|
+
/** @internal */
|
|
1211
|
+
export const FilterProjectEnvsTarget1$outboundSchema = FilterProjectEnvsTarget1$inboundSchema;
|
|
1212
|
+
/**
|
|
1213
|
+
* @internal
|
|
1214
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1215
|
+
*/
|
|
1216
|
+
export var FilterProjectEnvsTarget1$;
|
|
1217
|
+
(function (FilterProjectEnvsTarget1$) {
|
|
1218
|
+
/** @deprecated use `FilterProjectEnvsTarget1$inboundSchema` instead. */
|
|
1219
|
+
FilterProjectEnvsTarget1$.inboundSchema = FilterProjectEnvsTarget1$inboundSchema;
|
|
1220
|
+
/** @deprecated use `FilterProjectEnvsTarget1$outboundSchema` instead. */
|
|
1221
|
+
FilterProjectEnvsTarget1$.outboundSchema = FilterProjectEnvsTarget1$outboundSchema;
|
|
1222
|
+
})(FilterProjectEnvsTarget1$ || (FilterProjectEnvsTarget1$ = {}));
|
|
1223
|
+
/** @internal */
|
|
1224
|
+
export const FilterProjectEnvsResponseBodyProjectsTarget$inboundSchema = z.union([
|
|
1225
|
+
z.array(FilterProjectEnvsTarget1$inboundSchema),
|
|
1226
|
+
FilterProjectEnvsTargetProjects2$inboundSchema,
|
|
1227
|
+
]);
|
|
1228
|
+
/** @internal */
|
|
1229
|
+
export const FilterProjectEnvsResponseBodyProjectsTarget$outboundSchema = z.union([
|
|
1230
|
+
z.array(FilterProjectEnvsTarget1$outboundSchema),
|
|
1231
|
+
FilterProjectEnvsTargetProjects2$outboundSchema,
|
|
1232
|
+
]);
|
|
1233
|
+
/**
|
|
1234
|
+
* @internal
|
|
1235
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1236
|
+
*/
|
|
1237
|
+
export var FilterProjectEnvsResponseBodyProjectsTarget$;
|
|
1238
|
+
(function (FilterProjectEnvsResponseBodyProjectsTarget$) {
|
|
1239
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyProjectsTarget$inboundSchema` instead. */
|
|
1240
|
+
FilterProjectEnvsResponseBodyProjectsTarget$.inboundSchema = FilterProjectEnvsResponseBodyProjectsTarget$inboundSchema;
|
|
1241
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyProjectsTarget$outboundSchema` instead. */
|
|
1242
|
+
FilterProjectEnvsResponseBodyProjectsTarget$.outboundSchema = FilterProjectEnvsResponseBodyProjectsTarget$outboundSchema;
|
|
1243
|
+
})(FilterProjectEnvsResponseBodyProjectsTarget$ || (FilterProjectEnvsResponseBodyProjectsTarget$ = {}));
|
|
1244
|
+
export function filterProjectEnvsResponseBodyProjectsTargetToJSON(filterProjectEnvsResponseBodyProjectsTarget) {
|
|
1245
|
+
return JSON.stringify(FilterProjectEnvsResponseBodyProjectsTarget$outboundSchema.parse(filterProjectEnvsResponseBodyProjectsTarget));
|
|
1246
|
+
}
|
|
1247
|
+
export function filterProjectEnvsResponseBodyProjectsTargetFromJSON(jsonString) {
|
|
1248
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsResponseBodyProjectsTarget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsResponseBodyProjectsTarget' from JSON`);
|
|
1249
|
+
}
|
|
1250
|
+
/** @internal */
|
|
1251
|
+
export const FilterProjectEnvsResponseBodyProjectsResponseType$inboundSchema = z
|
|
1252
|
+
.nativeEnum(FilterProjectEnvsResponseBodyProjectsResponseType);
|
|
1253
|
+
/** @internal */
|
|
1254
|
+
export const FilterProjectEnvsResponseBodyProjectsResponseType$outboundSchema = FilterProjectEnvsResponseBodyProjectsResponseType$inboundSchema;
|
|
1255
|
+
/**
|
|
1256
|
+
* @internal
|
|
1257
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1258
|
+
*/
|
|
1259
|
+
export var FilterProjectEnvsResponseBodyProjectsResponseType$;
|
|
1260
|
+
(function (FilterProjectEnvsResponseBodyProjectsResponseType$) {
|
|
1261
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyProjectsResponseType$inboundSchema` instead. */
|
|
1262
|
+
FilterProjectEnvsResponseBodyProjectsResponseType$.inboundSchema = FilterProjectEnvsResponseBodyProjectsResponseType$inboundSchema;
|
|
1263
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyProjectsResponseType$outboundSchema` instead. */
|
|
1264
|
+
FilterProjectEnvsResponseBodyProjectsResponseType$.outboundSchema = FilterProjectEnvsResponseBodyProjectsResponseType$outboundSchema;
|
|
1265
|
+
})(FilterProjectEnvsResponseBodyProjectsResponseType$ || (FilterProjectEnvsResponseBodyProjectsResponseType$ = {}));
|
|
1266
|
+
/** @internal */
|
|
1267
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type);
|
|
1268
|
+
/** @internal */
|
|
1269
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$inboundSchema;
|
|
1270
|
+
/**
|
|
1271
|
+
* @internal
|
|
1272
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1273
|
+
*/
|
|
1274
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$;
|
|
1275
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$) {
|
|
1276
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$inboundSchema` instead. */
|
|
1277
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$inboundSchema;
|
|
1278
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$outboundSchema` instead. */
|
|
1279
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$outboundSchema;
|
|
1280
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$ = {}));
|
|
1281
|
+
/** @internal */
|
|
1282
|
+
export const FilterProjectEnvsContentHintProjects15$inboundSchema = z.object({
|
|
1283
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$inboundSchema,
|
|
1284
|
+
projectId: z.string(),
|
|
1285
|
+
});
|
|
1286
|
+
/** @internal */
|
|
1287
|
+
export const FilterProjectEnvsContentHintProjects15$outboundSchema = z.object({
|
|
1288
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$outboundSchema,
|
|
1289
|
+
projectId: z.string(),
|
|
1290
|
+
});
|
|
1291
|
+
/**
|
|
1292
|
+
* @internal
|
|
1293
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1294
|
+
*/
|
|
1295
|
+
export var FilterProjectEnvsContentHintProjects15$;
|
|
1296
|
+
(function (FilterProjectEnvsContentHintProjects15$) {
|
|
1297
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects15$inboundSchema` instead. */
|
|
1298
|
+
FilterProjectEnvsContentHintProjects15$.inboundSchema = FilterProjectEnvsContentHintProjects15$inboundSchema;
|
|
1299
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects15$outboundSchema` instead. */
|
|
1300
|
+
FilterProjectEnvsContentHintProjects15$.outboundSchema = FilterProjectEnvsContentHintProjects15$outboundSchema;
|
|
1301
|
+
})(FilterProjectEnvsContentHintProjects15$ || (FilterProjectEnvsContentHintProjects15$ = {}));
|
|
1302
|
+
export function filterProjectEnvsContentHintProjects15ToJSON(filterProjectEnvsContentHintProjects15) {
|
|
1303
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjects15$outboundSchema.parse(filterProjectEnvsContentHintProjects15));
|
|
1304
|
+
}
|
|
1305
|
+
export function filterProjectEnvsContentHintProjects15FromJSON(jsonString) {
|
|
1306
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjects15$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjects15' from JSON`);
|
|
1307
|
+
}
|
|
1308
|
+
/** @internal */
|
|
1309
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type);
|
|
1310
|
+
/** @internal */
|
|
1311
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$inboundSchema;
|
|
1312
|
+
/**
|
|
1313
|
+
* @internal
|
|
1314
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1315
|
+
*/
|
|
1316
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$;
|
|
1317
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$) {
|
|
1318
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$inboundSchema` instead. */
|
|
1319
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$inboundSchema;
|
|
1320
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$outboundSchema` instead. */
|
|
1321
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$outboundSchema;
|
|
1322
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$ = {}));
|
|
1323
|
+
/** @internal */
|
|
1324
|
+
export const FilterProjectEnvsContentHintProjects14$inboundSchema = z.object({
|
|
1325
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$inboundSchema,
|
|
1326
|
+
storeId: z.string(),
|
|
1327
|
+
integrationId: z.string(),
|
|
1328
|
+
integrationProductId: z.string(),
|
|
1329
|
+
integrationConfigurationId: z.string(),
|
|
1330
|
+
});
|
|
1331
|
+
/** @internal */
|
|
1332
|
+
export const FilterProjectEnvsContentHintProjects14$outboundSchema = z.object({
|
|
1333
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$outboundSchema,
|
|
1334
|
+
storeId: z.string(),
|
|
1335
|
+
integrationId: z.string(),
|
|
1336
|
+
integrationProductId: z.string(),
|
|
1337
|
+
integrationConfigurationId: z.string(),
|
|
1338
|
+
});
|
|
1339
|
+
/**
|
|
1340
|
+
* @internal
|
|
1341
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1342
|
+
*/
|
|
1343
|
+
export var FilterProjectEnvsContentHintProjects14$;
|
|
1344
|
+
(function (FilterProjectEnvsContentHintProjects14$) {
|
|
1345
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects14$inboundSchema` instead. */
|
|
1346
|
+
FilterProjectEnvsContentHintProjects14$.inboundSchema = FilterProjectEnvsContentHintProjects14$inboundSchema;
|
|
1347
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects14$outboundSchema` instead. */
|
|
1348
|
+
FilterProjectEnvsContentHintProjects14$.outboundSchema = FilterProjectEnvsContentHintProjects14$outboundSchema;
|
|
1349
|
+
})(FilterProjectEnvsContentHintProjects14$ || (FilterProjectEnvsContentHintProjects14$ = {}));
|
|
1350
|
+
export function filterProjectEnvsContentHintProjects14ToJSON(filterProjectEnvsContentHintProjects14) {
|
|
1351
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjects14$outboundSchema.parse(filterProjectEnvsContentHintProjects14));
|
|
1352
|
+
}
|
|
1353
|
+
export function filterProjectEnvsContentHintProjects14FromJSON(jsonString) {
|
|
1354
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjects14$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjects14' from JSON`);
|
|
1355
|
+
}
|
|
1356
|
+
/** @internal */
|
|
1357
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type);
|
|
1358
|
+
/** @internal */
|
|
1359
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$inboundSchema;
|
|
1360
|
+
/**
|
|
1361
|
+
* @internal
|
|
1362
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1363
|
+
*/
|
|
1364
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$;
|
|
1365
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$) {
|
|
1366
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$inboundSchema` instead. */
|
|
1367
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$inboundSchema;
|
|
1368
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$outboundSchema` instead. */
|
|
1369
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$outboundSchema;
|
|
1370
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$ = {}));
|
|
1371
|
+
/** @internal */
|
|
1372
|
+
export const FilterProjectEnvsContentHintProjects13$inboundSchema = z.object({
|
|
1373
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$inboundSchema,
|
|
1374
|
+
storeId: z.string(),
|
|
1375
|
+
});
|
|
1376
|
+
/** @internal */
|
|
1377
|
+
export const FilterProjectEnvsContentHintProjects13$outboundSchema = z.object({
|
|
1378
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$outboundSchema,
|
|
1379
|
+
storeId: z.string(),
|
|
1380
|
+
});
|
|
1381
|
+
/**
|
|
1382
|
+
* @internal
|
|
1383
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1384
|
+
*/
|
|
1385
|
+
export var FilterProjectEnvsContentHintProjects13$;
|
|
1386
|
+
(function (FilterProjectEnvsContentHintProjects13$) {
|
|
1387
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects13$inboundSchema` instead. */
|
|
1388
|
+
FilterProjectEnvsContentHintProjects13$.inboundSchema = FilterProjectEnvsContentHintProjects13$inboundSchema;
|
|
1389
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects13$outboundSchema` instead. */
|
|
1390
|
+
FilterProjectEnvsContentHintProjects13$.outboundSchema = FilterProjectEnvsContentHintProjects13$outboundSchema;
|
|
1391
|
+
})(FilterProjectEnvsContentHintProjects13$ || (FilterProjectEnvsContentHintProjects13$ = {}));
|
|
1392
|
+
export function filterProjectEnvsContentHintProjects13ToJSON(filterProjectEnvsContentHintProjects13) {
|
|
1393
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjects13$outboundSchema.parse(filterProjectEnvsContentHintProjects13));
|
|
1394
|
+
}
|
|
1395
|
+
export function filterProjectEnvsContentHintProjects13FromJSON(jsonString) {
|
|
1396
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjects13$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjects13' from JSON`);
|
|
1397
|
+
}
|
|
1398
|
+
/** @internal */
|
|
1399
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type);
|
|
1400
|
+
/** @internal */
|
|
1401
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$inboundSchema;
|
|
1402
|
+
/**
|
|
1403
|
+
* @internal
|
|
1404
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1405
|
+
*/
|
|
1406
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$;
|
|
1407
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$) {
|
|
1408
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$inboundSchema` instead. */
|
|
1409
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$inboundSchema;
|
|
1410
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$outboundSchema` instead. */
|
|
1411
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$outboundSchema;
|
|
1412
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$ = {}));
|
|
1413
|
+
/** @internal */
|
|
1414
|
+
export const FilterProjectEnvsContentHintProjects12$inboundSchema = z.object({
|
|
1415
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$inboundSchema,
|
|
1416
|
+
storeId: z.string(),
|
|
1417
|
+
});
|
|
1418
|
+
/** @internal */
|
|
1419
|
+
export const FilterProjectEnvsContentHintProjects12$outboundSchema = z.object({
|
|
1420
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$outboundSchema,
|
|
1421
|
+
storeId: z.string(),
|
|
1422
|
+
});
|
|
1423
|
+
/**
|
|
1424
|
+
* @internal
|
|
1425
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1426
|
+
*/
|
|
1427
|
+
export var FilterProjectEnvsContentHintProjects12$;
|
|
1428
|
+
(function (FilterProjectEnvsContentHintProjects12$) {
|
|
1429
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects12$inboundSchema` instead. */
|
|
1430
|
+
FilterProjectEnvsContentHintProjects12$.inboundSchema = FilterProjectEnvsContentHintProjects12$inboundSchema;
|
|
1431
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects12$outboundSchema` instead. */
|
|
1432
|
+
FilterProjectEnvsContentHintProjects12$.outboundSchema = FilterProjectEnvsContentHintProjects12$outboundSchema;
|
|
1433
|
+
})(FilterProjectEnvsContentHintProjects12$ || (FilterProjectEnvsContentHintProjects12$ = {}));
|
|
1434
|
+
export function filterProjectEnvsContentHintProjects12ToJSON(filterProjectEnvsContentHintProjects12) {
|
|
1435
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjects12$outboundSchema.parse(filterProjectEnvsContentHintProjects12));
|
|
1436
|
+
}
|
|
1437
|
+
export function filterProjectEnvsContentHintProjects12FromJSON(jsonString) {
|
|
1438
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjects12$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjects12' from JSON`);
|
|
1439
|
+
}
|
|
1440
|
+
/** @internal */
|
|
1441
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type);
|
|
1442
|
+
/** @internal */
|
|
1443
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$inboundSchema;
|
|
1444
|
+
/**
|
|
1445
|
+
* @internal
|
|
1446
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1447
|
+
*/
|
|
1448
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$;
|
|
1449
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$) {
|
|
1450
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$inboundSchema` instead. */
|
|
1451
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$inboundSchema;
|
|
1452
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$outboundSchema` instead. */
|
|
1453
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$outboundSchema;
|
|
1454
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$ = {}));
|
|
1455
|
+
/** @internal */
|
|
1456
|
+
export const FilterProjectEnvsContentHintProjects11$inboundSchema = z.object({
|
|
1457
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$inboundSchema,
|
|
1458
|
+
storeId: z.string(),
|
|
1459
|
+
});
|
|
1460
|
+
/** @internal */
|
|
1461
|
+
export const FilterProjectEnvsContentHintProjects11$outboundSchema = z.object({
|
|
1462
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$outboundSchema,
|
|
1463
|
+
storeId: z.string(),
|
|
1464
|
+
});
|
|
1465
|
+
/**
|
|
1466
|
+
* @internal
|
|
1467
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1468
|
+
*/
|
|
1469
|
+
export var FilterProjectEnvsContentHintProjects11$;
|
|
1470
|
+
(function (FilterProjectEnvsContentHintProjects11$) {
|
|
1471
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects11$inboundSchema` instead. */
|
|
1472
|
+
FilterProjectEnvsContentHintProjects11$.inboundSchema = FilterProjectEnvsContentHintProjects11$inboundSchema;
|
|
1473
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects11$outboundSchema` instead. */
|
|
1474
|
+
FilterProjectEnvsContentHintProjects11$.outboundSchema = FilterProjectEnvsContentHintProjects11$outboundSchema;
|
|
1475
|
+
})(FilterProjectEnvsContentHintProjects11$ || (FilterProjectEnvsContentHintProjects11$ = {}));
|
|
1476
|
+
export function filterProjectEnvsContentHintProjects11ToJSON(filterProjectEnvsContentHintProjects11) {
|
|
1477
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjects11$outboundSchema.parse(filterProjectEnvsContentHintProjects11));
|
|
1478
|
+
}
|
|
1479
|
+
export function filterProjectEnvsContentHintProjects11FromJSON(jsonString) {
|
|
1480
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjects11$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjects11' from JSON`);
|
|
1481
|
+
}
|
|
1482
|
+
/** @internal */
|
|
1483
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type);
|
|
1484
|
+
/** @internal */
|
|
1485
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$inboundSchema;
|
|
1486
|
+
/**
|
|
1487
|
+
* @internal
|
|
1488
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1489
|
+
*/
|
|
1490
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$;
|
|
1491
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$) {
|
|
1492
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$inboundSchema` instead. */
|
|
1493
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$inboundSchema;
|
|
1494
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$outboundSchema` instead. */
|
|
1495
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$outboundSchema;
|
|
1496
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$ = {}));
|
|
1497
|
+
/** @internal */
|
|
1498
|
+
export const FilterProjectEnvsContentHintProjects10$inboundSchema = z.object({
|
|
1499
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$inboundSchema,
|
|
1500
|
+
storeId: z.string(),
|
|
1501
|
+
});
|
|
1502
|
+
/** @internal */
|
|
1503
|
+
export const FilterProjectEnvsContentHintProjects10$outboundSchema = z.object({
|
|
1504
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$outboundSchema,
|
|
1505
|
+
storeId: z.string(),
|
|
1506
|
+
});
|
|
1507
|
+
/**
|
|
1508
|
+
* @internal
|
|
1509
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1510
|
+
*/
|
|
1511
|
+
export var FilterProjectEnvsContentHintProjects10$;
|
|
1512
|
+
(function (FilterProjectEnvsContentHintProjects10$) {
|
|
1513
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects10$inboundSchema` instead. */
|
|
1514
|
+
FilterProjectEnvsContentHintProjects10$.inboundSchema = FilterProjectEnvsContentHintProjects10$inboundSchema;
|
|
1515
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects10$outboundSchema` instead. */
|
|
1516
|
+
FilterProjectEnvsContentHintProjects10$.outboundSchema = FilterProjectEnvsContentHintProjects10$outboundSchema;
|
|
1517
|
+
})(FilterProjectEnvsContentHintProjects10$ || (FilterProjectEnvsContentHintProjects10$ = {}));
|
|
1518
|
+
export function filterProjectEnvsContentHintProjects10ToJSON(filterProjectEnvsContentHintProjects10) {
|
|
1519
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjects10$outboundSchema.parse(filterProjectEnvsContentHintProjects10));
|
|
1520
|
+
}
|
|
1521
|
+
export function filterProjectEnvsContentHintProjects10FromJSON(jsonString) {
|
|
1522
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjects10$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjects10' from JSON`);
|
|
1523
|
+
}
|
|
1524
|
+
/** @internal */
|
|
1525
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type);
|
|
1526
|
+
/** @internal */
|
|
1527
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$inboundSchema;
|
|
1528
|
+
/**
|
|
1529
|
+
* @internal
|
|
1530
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1531
|
+
*/
|
|
1532
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$;
|
|
1533
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$) {
|
|
1534
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$inboundSchema` instead. */
|
|
1535
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$inboundSchema;
|
|
1536
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$outboundSchema` instead. */
|
|
1537
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$outboundSchema;
|
|
1538
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$ = {}));
|
|
1539
|
+
/** @internal */
|
|
1540
|
+
export const FilterProjectEnvsContentHintProjects9$inboundSchema = z.object({
|
|
1541
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$inboundSchema,
|
|
1542
|
+
storeId: z.string(),
|
|
1543
|
+
});
|
|
1544
|
+
/** @internal */
|
|
1545
|
+
export const FilterProjectEnvsContentHintProjects9$outboundSchema = z.object({
|
|
1546
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$outboundSchema,
|
|
1547
|
+
storeId: z.string(),
|
|
1548
|
+
});
|
|
1549
|
+
/**
|
|
1550
|
+
* @internal
|
|
1551
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1552
|
+
*/
|
|
1553
|
+
export var FilterProjectEnvsContentHintProjects9$;
|
|
1554
|
+
(function (FilterProjectEnvsContentHintProjects9$) {
|
|
1555
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects9$inboundSchema` instead. */
|
|
1556
|
+
FilterProjectEnvsContentHintProjects9$.inboundSchema = FilterProjectEnvsContentHintProjects9$inboundSchema;
|
|
1557
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects9$outboundSchema` instead. */
|
|
1558
|
+
FilterProjectEnvsContentHintProjects9$.outboundSchema = FilterProjectEnvsContentHintProjects9$outboundSchema;
|
|
1559
|
+
})(FilterProjectEnvsContentHintProjects9$ || (FilterProjectEnvsContentHintProjects9$ = {}));
|
|
1560
|
+
export function filterProjectEnvsContentHintProjects9ToJSON(filterProjectEnvsContentHintProjects9) {
|
|
1561
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjects9$outboundSchema.parse(filterProjectEnvsContentHintProjects9));
|
|
1562
|
+
}
|
|
1563
|
+
export function filterProjectEnvsContentHintProjects9FromJSON(jsonString) {
|
|
1564
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjects9$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjects9' from JSON`);
|
|
1565
|
+
}
|
|
1566
|
+
/** @internal */
|
|
1567
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type);
|
|
1568
|
+
/** @internal */
|
|
1569
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$inboundSchema;
|
|
1570
|
+
/**
|
|
1571
|
+
* @internal
|
|
1572
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1573
|
+
*/
|
|
1574
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$;
|
|
1575
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$) {
|
|
1576
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$inboundSchema` instead. */
|
|
1577
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$inboundSchema;
|
|
1578
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$outboundSchema` instead. */
|
|
1579
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$outboundSchema;
|
|
1580
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$ = {}));
|
|
1581
|
+
/** @internal */
|
|
1582
|
+
export const FilterProjectEnvsContentHintProjects8$inboundSchema = z.object({
|
|
1583
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$inboundSchema,
|
|
1584
|
+
storeId: z.string(),
|
|
1585
|
+
});
|
|
1586
|
+
/** @internal */
|
|
1587
|
+
export const FilterProjectEnvsContentHintProjects8$outboundSchema = z.object({
|
|
1588
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$outboundSchema,
|
|
1589
|
+
storeId: z.string(),
|
|
1590
|
+
});
|
|
1591
|
+
/**
|
|
1592
|
+
* @internal
|
|
1593
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1594
|
+
*/
|
|
1595
|
+
export var FilterProjectEnvsContentHintProjects8$;
|
|
1596
|
+
(function (FilterProjectEnvsContentHintProjects8$) {
|
|
1597
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects8$inboundSchema` instead. */
|
|
1598
|
+
FilterProjectEnvsContentHintProjects8$.inboundSchema = FilterProjectEnvsContentHintProjects8$inboundSchema;
|
|
1599
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects8$outboundSchema` instead. */
|
|
1600
|
+
FilterProjectEnvsContentHintProjects8$.outboundSchema = FilterProjectEnvsContentHintProjects8$outboundSchema;
|
|
1601
|
+
})(FilterProjectEnvsContentHintProjects8$ || (FilterProjectEnvsContentHintProjects8$ = {}));
|
|
1602
|
+
export function filterProjectEnvsContentHintProjects8ToJSON(filterProjectEnvsContentHintProjects8) {
|
|
1603
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjects8$outboundSchema.parse(filterProjectEnvsContentHintProjects8));
|
|
1604
|
+
}
|
|
1605
|
+
export function filterProjectEnvsContentHintProjects8FromJSON(jsonString) {
|
|
1606
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjects8$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjects8' from JSON`);
|
|
1607
|
+
}
|
|
1608
|
+
/** @internal */
|
|
1609
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type);
|
|
1610
|
+
/** @internal */
|
|
1611
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$inboundSchema;
|
|
1612
|
+
/**
|
|
1613
|
+
* @internal
|
|
1614
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1615
|
+
*/
|
|
1616
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$;
|
|
1617
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$) {
|
|
1618
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$inboundSchema` instead. */
|
|
1619
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$inboundSchema;
|
|
1620
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$outboundSchema` instead. */
|
|
1621
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$outboundSchema;
|
|
1622
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$ = {}));
|
|
1623
|
+
/** @internal */
|
|
1624
|
+
export const FilterProjectEnvsContentHintProjects7$inboundSchema = z.object({
|
|
1625
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$inboundSchema,
|
|
1626
|
+
storeId: z.string(),
|
|
1627
|
+
});
|
|
1628
|
+
/** @internal */
|
|
1629
|
+
export const FilterProjectEnvsContentHintProjects7$outboundSchema = z.object({
|
|
1630
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$outboundSchema,
|
|
1631
|
+
storeId: z.string(),
|
|
1632
|
+
});
|
|
1633
|
+
/**
|
|
1634
|
+
* @internal
|
|
1635
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1636
|
+
*/
|
|
1637
|
+
export var FilterProjectEnvsContentHintProjects7$;
|
|
1638
|
+
(function (FilterProjectEnvsContentHintProjects7$) {
|
|
1639
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects7$inboundSchema` instead. */
|
|
1640
|
+
FilterProjectEnvsContentHintProjects7$.inboundSchema = FilterProjectEnvsContentHintProjects7$inboundSchema;
|
|
1641
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects7$outboundSchema` instead. */
|
|
1642
|
+
FilterProjectEnvsContentHintProjects7$.outboundSchema = FilterProjectEnvsContentHintProjects7$outboundSchema;
|
|
1643
|
+
})(FilterProjectEnvsContentHintProjects7$ || (FilterProjectEnvsContentHintProjects7$ = {}));
|
|
1644
|
+
export function filterProjectEnvsContentHintProjects7ToJSON(filterProjectEnvsContentHintProjects7) {
|
|
1645
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjects7$outboundSchema.parse(filterProjectEnvsContentHintProjects7));
|
|
1646
|
+
}
|
|
1647
|
+
export function filterProjectEnvsContentHintProjects7FromJSON(jsonString) {
|
|
1648
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjects7$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjects7' from JSON`);
|
|
1649
|
+
}
|
|
1650
|
+
/** @internal */
|
|
1651
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type);
|
|
1652
|
+
/** @internal */
|
|
1653
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$inboundSchema;
|
|
1654
|
+
/**
|
|
1655
|
+
* @internal
|
|
1656
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1657
|
+
*/
|
|
1658
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$;
|
|
1659
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$) {
|
|
1660
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$inboundSchema` instead. */
|
|
1661
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$inboundSchema;
|
|
1662
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$outboundSchema` instead. */
|
|
1663
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$outboundSchema;
|
|
1664
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$ = {}));
|
|
1665
|
+
/** @internal */
|
|
1666
|
+
export const FilterProjectEnvsContentHintProjects6$inboundSchema = z.object({
|
|
1667
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$inboundSchema,
|
|
1668
|
+
storeId: z.string(),
|
|
1669
|
+
});
|
|
1670
|
+
/** @internal */
|
|
1671
|
+
export const FilterProjectEnvsContentHintProjects6$outboundSchema = z.object({
|
|
1672
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$outboundSchema,
|
|
1673
|
+
storeId: z.string(),
|
|
1674
|
+
});
|
|
1675
|
+
/**
|
|
1676
|
+
* @internal
|
|
1677
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1678
|
+
*/
|
|
1679
|
+
export var FilterProjectEnvsContentHintProjects6$;
|
|
1680
|
+
(function (FilterProjectEnvsContentHintProjects6$) {
|
|
1681
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects6$inboundSchema` instead. */
|
|
1682
|
+
FilterProjectEnvsContentHintProjects6$.inboundSchema = FilterProjectEnvsContentHintProjects6$inboundSchema;
|
|
1683
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects6$outboundSchema` instead. */
|
|
1684
|
+
FilterProjectEnvsContentHintProjects6$.outboundSchema = FilterProjectEnvsContentHintProjects6$outboundSchema;
|
|
1685
|
+
})(FilterProjectEnvsContentHintProjects6$ || (FilterProjectEnvsContentHintProjects6$ = {}));
|
|
1686
|
+
export function filterProjectEnvsContentHintProjects6ToJSON(filterProjectEnvsContentHintProjects6) {
|
|
1687
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjects6$outboundSchema.parse(filterProjectEnvsContentHintProjects6));
|
|
1688
|
+
}
|
|
1689
|
+
export function filterProjectEnvsContentHintProjects6FromJSON(jsonString) {
|
|
1690
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjects6$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjects6' from JSON`);
|
|
1691
|
+
}
|
|
1692
|
+
/** @internal */
|
|
1693
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type);
|
|
1694
|
+
/** @internal */
|
|
1695
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$inboundSchema;
|
|
1696
|
+
/**
|
|
1697
|
+
* @internal
|
|
1698
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1699
|
+
*/
|
|
1700
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$;
|
|
1701
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$) {
|
|
1702
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$inboundSchema` instead. */
|
|
1703
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$inboundSchema;
|
|
1704
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$outboundSchema` instead. */
|
|
1705
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$outboundSchema;
|
|
1706
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$ = {}));
|
|
1707
|
+
/** @internal */
|
|
1708
|
+
export const FilterProjectEnvsContentHintProjects5$inboundSchema = z.object({
|
|
1709
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$inboundSchema,
|
|
1710
|
+
storeId: z.string(),
|
|
1711
|
+
});
|
|
1712
|
+
/** @internal */
|
|
1713
|
+
export const FilterProjectEnvsContentHintProjects5$outboundSchema = z.object({
|
|
1714
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$outboundSchema,
|
|
1715
|
+
storeId: z.string(),
|
|
1716
|
+
});
|
|
1717
|
+
/**
|
|
1718
|
+
* @internal
|
|
1719
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1720
|
+
*/
|
|
1721
|
+
export var FilterProjectEnvsContentHintProjects5$;
|
|
1722
|
+
(function (FilterProjectEnvsContentHintProjects5$) {
|
|
1723
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects5$inboundSchema` instead. */
|
|
1724
|
+
FilterProjectEnvsContentHintProjects5$.inboundSchema = FilterProjectEnvsContentHintProjects5$inboundSchema;
|
|
1725
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects5$outboundSchema` instead. */
|
|
1726
|
+
FilterProjectEnvsContentHintProjects5$.outboundSchema = FilterProjectEnvsContentHintProjects5$outboundSchema;
|
|
1727
|
+
})(FilterProjectEnvsContentHintProjects5$ || (FilterProjectEnvsContentHintProjects5$ = {}));
|
|
1728
|
+
export function filterProjectEnvsContentHintProjects5ToJSON(filterProjectEnvsContentHintProjects5) {
|
|
1729
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjects5$outboundSchema.parse(filterProjectEnvsContentHintProjects5));
|
|
1730
|
+
}
|
|
1731
|
+
export function filterProjectEnvsContentHintProjects5FromJSON(jsonString) {
|
|
1732
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjects5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjects5' from JSON`);
|
|
1733
|
+
}
|
|
1734
|
+
/** @internal */
|
|
1735
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type);
|
|
1736
|
+
/** @internal */
|
|
1737
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$inboundSchema;
|
|
1738
|
+
/**
|
|
1739
|
+
* @internal
|
|
1740
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1741
|
+
*/
|
|
1742
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$;
|
|
1743
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$) {
|
|
1744
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$inboundSchema` instead. */
|
|
1745
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$inboundSchema;
|
|
1746
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$outboundSchema` instead. */
|
|
1747
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$outboundSchema;
|
|
1748
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$ = {}));
|
|
1749
|
+
/** @internal */
|
|
1750
|
+
export const FilterProjectEnvsContentHintProjects4$inboundSchema = z.object({
|
|
1751
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$inboundSchema,
|
|
1752
|
+
storeId: z.string(),
|
|
1753
|
+
});
|
|
1754
|
+
/** @internal */
|
|
1755
|
+
export const FilterProjectEnvsContentHintProjects4$outboundSchema = z.object({
|
|
1756
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$outboundSchema,
|
|
1757
|
+
storeId: z.string(),
|
|
1758
|
+
});
|
|
1759
|
+
/**
|
|
1760
|
+
* @internal
|
|
1761
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1762
|
+
*/
|
|
1763
|
+
export var FilterProjectEnvsContentHintProjects4$;
|
|
1764
|
+
(function (FilterProjectEnvsContentHintProjects4$) {
|
|
1765
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects4$inboundSchema` instead. */
|
|
1766
|
+
FilterProjectEnvsContentHintProjects4$.inboundSchema = FilterProjectEnvsContentHintProjects4$inboundSchema;
|
|
1767
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects4$outboundSchema` instead. */
|
|
1768
|
+
FilterProjectEnvsContentHintProjects4$.outboundSchema = FilterProjectEnvsContentHintProjects4$outboundSchema;
|
|
1769
|
+
})(FilterProjectEnvsContentHintProjects4$ || (FilterProjectEnvsContentHintProjects4$ = {}));
|
|
1770
|
+
export function filterProjectEnvsContentHintProjects4ToJSON(filterProjectEnvsContentHintProjects4) {
|
|
1771
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjects4$outboundSchema.parse(filterProjectEnvsContentHintProjects4));
|
|
1772
|
+
}
|
|
1773
|
+
export function filterProjectEnvsContentHintProjects4FromJSON(jsonString) {
|
|
1774
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjects4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjects4' from JSON`);
|
|
1775
|
+
}
|
|
1776
|
+
/** @internal */
|
|
1777
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type);
|
|
1778
|
+
/** @internal */
|
|
1779
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$inboundSchema;
|
|
1780
|
+
/**
|
|
1781
|
+
* @internal
|
|
1782
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1783
|
+
*/
|
|
1784
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$;
|
|
1785
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$) {
|
|
1786
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$inboundSchema` instead. */
|
|
1787
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$inboundSchema;
|
|
1788
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$outboundSchema` instead. */
|
|
1789
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$outboundSchema;
|
|
1790
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$ = {}));
|
|
1791
|
+
/** @internal */
|
|
1792
|
+
export const FilterProjectEnvsContentHintProjects3$inboundSchema = z.object({
|
|
1793
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$inboundSchema,
|
|
1794
|
+
storeId: z.string(),
|
|
1795
|
+
});
|
|
1796
|
+
/** @internal */
|
|
1797
|
+
export const FilterProjectEnvsContentHintProjects3$outboundSchema = z.object({
|
|
1798
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$outboundSchema,
|
|
1799
|
+
storeId: z.string(),
|
|
1800
|
+
});
|
|
1801
|
+
/**
|
|
1802
|
+
* @internal
|
|
1803
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1804
|
+
*/
|
|
1805
|
+
export var FilterProjectEnvsContentHintProjects3$;
|
|
1806
|
+
(function (FilterProjectEnvsContentHintProjects3$) {
|
|
1807
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects3$inboundSchema` instead. */
|
|
1808
|
+
FilterProjectEnvsContentHintProjects3$.inboundSchema = FilterProjectEnvsContentHintProjects3$inboundSchema;
|
|
1809
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects3$outboundSchema` instead. */
|
|
1810
|
+
FilterProjectEnvsContentHintProjects3$.outboundSchema = FilterProjectEnvsContentHintProjects3$outboundSchema;
|
|
1811
|
+
})(FilterProjectEnvsContentHintProjects3$ || (FilterProjectEnvsContentHintProjects3$ = {}));
|
|
1812
|
+
export function filterProjectEnvsContentHintProjects3ToJSON(filterProjectEnvsContentHintProjects3) {
|
|
1813
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjects3$outboundSchema.parse(filterProjectEnvsContentHintProjects3));
|
|
1814
|
+
}
|
|
1815
|
+
export function filterProjectEnvsContentHintProjects3FromJSON(jsonString) {
|
|
1816
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjects3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjects3' from JSON`);
|
|
1817
|
+
}
|
|
1818
|
+
/** @internal */
|
|
1819
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType);
|
|
1820
|
+
/** @internal */
|
|
1821
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$inboundSchema;
|
|
1822
|
+
/**
|
|
1823
|
+
* @internal
|
|
1824
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1825
|
+
*/
|
|
1826
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$;
|
|
1827
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$) {
|
|
1828
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$inboundSchema` instead. */
|
|
1829
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$inboundSchema;
|
|
1830
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$outboundSchema` instead. */
|
|
1831
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$outboundSchema;
|
|
1832
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$ = {}));
|
|
1833
|
+
/** @internal */
|
|
1834
|
+
export const FilterProjectEnvsContentHintProjects2$inboundSchema = z.object({
|
|
1835
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$inboundSchema,
|
|
1836
|
+
storeId: z.string(),
|
|
1837
|
+
});
|
|
1838
|
+
/** @internal */
|
|
1839
|
+
export const FilterProjectEnvsContentHintProjects2$outboundSchema = z.object({
|
|
1840
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$outboundSchema,
|
|
1841
|
+
storeId: z.string(),
|
|
1842
|
+
});
|
|
1843
|
+
/**
|
|
1844
|
+
* @internal
|
|
1845
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1846
|
+
*/
|
|
1847
|
+
export var FilterProjectEnvsContentHintProjects2$;
|
|
1848
|
+
(function (FilterProjectEnvsContentHintProjects2$) {
|
|
1849
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects2$inboundSchema` instead. */
|
|
1850
|
+
FilterProjectEnvsContentHintProjects2$.inboundSchema = FilterProjectEnvsContentHintProjects2$inboundSchema;
|
|
1851
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects2$outboundSchema` instead. */
|
|
1852
|
+
FilterProjectEnvsContentHintProjects2$.outboundSchema = FilterProjectEnvsContentHintProjects2$outboundSchema;
|
|
1853
|
+
})(FilterProjectEnvsContentHintProjects2$ || (FilterProjectEnvsContentHintProjects2$ = {}));
|
|
1854
|
+
export function filterProjectEnvsContentHintProjects2ToJSON(filterProjectEnvsContentHintProjects2) {
|
|
1855
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjects2$outboundSchema.parse(filterProjectEnvsContentHintProjects2));
|
|
1856
|
+
}
|
|
1857
|
+
export function filterProjectEnvsContentHintProjects2FromJSON(jsonString) {
|
|
1858
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjects2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjects2' from JSON`);
|
|
1859
|
+
}
|
|
1860
|
+
/** @internal */
|
|
1861
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type);
|
|
1862
|
+
/** @internal */
|
|
1863
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema;
|
|
1864
|
+
/**
|
|
1865
|
+
* @internal
|
|
1866
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1867
|
+
*/
|
|
1868
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$;
|
|
1869
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$) {
|
|
1870
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema` instead. */
|
|
1871
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema;
|
|
1872
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$outboundSchema` instead. */
|
|
1873
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$outboundSchema;
|
|
1874
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$ = {}));
|
|
1875
|
+
/** @internal */
|
|
1876
|
+
export const FilterProjectEnvsContentHintProjects1$inboundSchema = z.object({
|
|
1877
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema,
|
|
1878
|
+
storeId: z.string(),
|
|
1879
|
+
});
|
|
1880
|
+
/** @internal */
|
|
1881
|
+
export const FilterProjectEnvsContentHintProjects1$outboundSchema = z.object({
|
|
1882
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$outboundSchema,
|
|
1883
|
+
storeId: z.string(),
|
|
1884
|
+
});
|
|
1885
|
+
/**
|
|
1886
|
+
* @internal
|
|
1887
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1888
|
+
*/
|
|
1889
|
+
export var FilterProjectEnvsContentHintProjects1$;
|
|
1890
|
+
(function (FilterProjectEnvsContentHintProjects1$) {
|
|
1891
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects1$inboundSchema` instead. */
|
|
1892
|
+
FilterProjectEnvsContentHintProjects1$.inboundSchema = FilterProjectEnvsContentHintProjects1$inboundSchema;
|
|
1893
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjects1$outboundSchema` instead. */
|
|
1894
|
+
FilterProjectEnvsContentHintProjects1$.outboundSchema = FilterProjectEnvsContentHintProjects1$outboundSchema;
|
|
1895
|
+
})(FilterProjectEnvsContentHintProjects1$ || (FilterProjectEnvsContentHintProjects1$ = {}));
|
|
1896
|
+
export function filterProjectEnvsContentHintProjects1ToJSON(filterProjectEnvsContentHintProjects1) {
|
|
1897
|
+
return JSON.stringify(FilterProjectEnvsContentHintProjects1$outboundSchema.parse(filterProjectEnvsContentHintProjects1));
|
|
1898
|
+
}
|
|
1899
|
+
export function filterProjectEnvsContentHintProjects1FromJSON(jsonString) {
|
|
1900
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHintProjects1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHintProjects1' from JSON`);
|
|
1901
|
+
}
|
|
1902
|
+
/** @internal */
|
|
1903
|
+
export const FilterProjectEnvsResponseBodyContentHint$inboundSchema = z.union([
|
|
1904
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects1$inboundSchema),
|
|
1905
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects2$inboundSchema),
|
|
1906
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects3$inboundSchema),
|
|
1907
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects4$inboundSchema),
|
|
1908
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects5$inboundSchema),
|
|
1909
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects6$inboundSchema),
|
|
1910
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects7$inboundSchema),
|
|
1911
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects8$inboundSchema),
|
|
1912
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects9$inboundSchema),
|
|
1913
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects10$inboundSchema),
|
|
1914
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects11$inboundSchema),
|
|
1915
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects12$inboundSchema),
|
|
1916
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects13$inboundSchema),
|
|
1917
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects15$inboundSchema),
|
|
1918
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects14$inboundSchema),
|
|
1919
|
+
]);
|
|
1920
|
+
/** @internal */
|
|
1921
|
+
export const FilterProjectEnvsResponseBodyContentHint$outboundSchema = z.union([
|
|
1922
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects1$outboundSchema),
|
|
1923
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects2$outboundSchema),
|
|
1924
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects3$outboundSchema),
|
|
1925
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects4$outboundSchema),
|
|
1926
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects5$outboundSchema),
|
|
1927
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects6$outboundSchema),
|
|
1928
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects7$outboundSchema),
|
|
1929
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects8$outboundSchema),
|
|
1930
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects9$outboundSchema),
|
|
1931
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects10$outboundSchema),
|
|
1932
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects11$outboundSchema),
|
|
1933
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects12$outboundSchema),
|
|
1934
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects13$outboundSchema),
|
|
1935
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects15$outboundSchema),
|
|
1936
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects14$outboundSchema),
|
|
1937
|
+
]);
|
|
1938
|
+
/**
|
|
1939
|
+
* @internal
|
|
1940
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1941
|
+
*/
|
|
1942
|
+
export var FilterProjectEnvsResponseBodyContentHint$;
|
|
1943
|
+
(function (FilterProjectEnvsResponseBodyContentHint$) {
|
|
1944
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyContentHint$inboundSchema` instead. */
|
|
1945
|
+
FilterProjectEnvsResponseBodyContentHint$.inboundSchema = FilterProjectEnvsResponseBodyContentHint$inboundSchema;
|
|
1946
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyContentHint$outboundSchema` instead. */
|
|
1947
|
+
FilterProjectEnvsResponseBodyContentHint$.outboundSchema = FilterProjectEnvsResponseBodyContentHint$outboundSchema;
|
|
1948
|
+
})(FilterProjectEnvsResponseBodyContentHint$ || (FilterProjectEnvsResponseBodyContentHint$ = {}));
|
|
1949
|
+
export function filterProjectEnvsResponseBodyContentHintToJSON(filterProjectEnvsResponseBodyContentHint) {
|
|
1950
|
+
return JSON.stringify(FilterProjectEnvsResponseBodyContentHint$outboundSchema.parse(filterProjectEnvsResponseBodyContentHint));
|
|
1951
|
+
}
|
|
1952
|
+
export function filterProjectEnvsResponseBodyContentHintFromJSON(jsonString) {
|
|
1953
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsResponseBodyContentHint$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsResponseBodyContentHint' from JSON`);
|
|
1954
|
+
}
|
|
1955
|
+
/** @internal */
|
|
1956
|
+
export const FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJSONType$inboundSchema = z.nativeEnum(FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJSONType);
|
|
1957
|
+
/** @internal */
|
|
1958
|
+
export const FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJSONType$outboundSchema = FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
1959
|
+
/**
|
|
1960
|
+
* @internal
|
|
1961
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1962
|
+
*/
|
|
1963
|
+
export var FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJSONType$;
|
|
1964
|
+
(function (FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJSONType$) {
|
|
1965
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
1966
|
+
FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJSONType$.inboundSchema = FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
1967
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
1968
|
+
FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJSONType$.outboundSchema = FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJSONType$outboundSchema;
|
|
1969
|
+
})(FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJSONType$ || (FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJSONType$ = {}));
|
|
1970
|
+
/** @internal */
|
|
1971
|
+
export const FilterProjectEnvsResponseBodyInternalContentHint$inboundSchema = z.object({
|
|
1972
|
+
type: FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJSONType$inboundSchema,
|
|
1973
|
+
encryptedValue: z.string(),
|
|
1974
|
+
});
|
|
1975
|
+
/** @internal */
|
|
1976
|
+
export const FilterProjectEnvsResponseBodyInternalContentHint$outboundSchema = z.object({
|
|
1977
|
+
type: FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJSONType$outboundSchema,
|
|
1978
|
+
encryptedValue: z.string(),
|
|
1979
|
+
});
|
|
1980
|
+
/**
|
|
1981
|
+
* @internal
|
|
1982
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1983
|
+
*/
|
|
1984
|
+
export var FilterProjectEnvsResponseBodyInternalContentHint$;
|
|
1985
|
+
(function (FilterProjectEnvsResponseBodyInternalContentHint$) {
|
|
1986
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyInternalContentHint$inboundSchema` instead. */
|
|
1987
|
+
FilterProjectEnvsResponseBodyInternalContentHint$.inboundSchema = FilterProjectEnvsResponseBodyInternalContentHint$inboundSchema;
|
|
1988
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyInternalContentHint$outboundSchema` instead. */
|
|
1989
|
+
FilterProjectEnvsResponseBodyInternalContentHint$.outboundSchema = FilterProjectEnvsResponseBodyInternalContentHint$outboundSchema;
|
|
1990
|
+
})(FilterProjectEnvsResponseBodyInternalContentHint$ || (FilterProjectEnvsResponseBodyInternalContentHint$ = {}));
|
|
1991
|
+
export function filterProjectEnvsResponseBodyInternalContentHintToJSON(filterProjectEnvsResponseBodyInternalContentHint) {
|
|
1992
|
+
return JSON.stringify(FilterProjectEnvsResponseBodyInternalContentHint$outboundSchema.parse(filterProjectEnvsResponseBodyInternalContentHint));
|
|
1993
|
+
}
|
|
1994
|
+
export function filterProjectEnvsResponseBodyInternalContentHintFromJSON(jsonString) {
|
|
1995
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsResponseBodyInternalContentHint$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsResponseBodyInternalContentHint' from JSON`);
|
|
1996
|
+
}
|
|
1997
|
+
/** @internal */
|
|
1998
|
+
export const Envs$inboundSchema = z
|
|
1999
|
+
.object({
|
|
2000
|
+
target: z.union([
|
|
2001
|
+
z.array(FilterProjectEnvsTarget1$inboundSchema),
|
|
2002
|
+
FilterProjectEnvsTargetProjects2$inboundSchema,
|
|
2003
|
+
]).optional(),
|
|
2004
|
+
type: FilterProjectEnvsResponseBodyProjectsResponseType$inboundSchema
|
|
2005
|
+
.optional(),
|
|
2006
|
+
sunsetSecretId: z.string().optional(),
|
|
2007
|
+
id: z.string().optional(),
|
|
2008
|
+
key: z.string().optional(),
|
|
2009
|
+
value: z.string().optional(),
|
|
2010
|
+
configurationId: z.nullable(z.string()).optional(),
|
|
2011
|
+
createdAt: z.number().optional(),
|
|
2012
|
+
updatedAt: z.number().optional(),
|
|
2013
|
+
createdBy: z.nullable(z.string()).optional(),
|
|
2014
|
+
updatedBy: z.nullable(z.string()).optional(),
|
|
2015
|
+
gitBranch: z.string().optional(),
|
|
2016
|
+
edgeConfigId: z.nullable(z.string()).optional(),
|
|
2017
|
+
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
2018
|
+
contentHint: z.nullable(z.union([
|
|
2019
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects1$inboundSchema),
|
|
2020
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects2$inboundSchema),
|
|
2021
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects3$inboundSchema),
|
|
2022
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects4$inboundSchema),
|
|
2023
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects5$inboundSchema),
|
|
2024
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects6$inboundSchema),
|
|
2025
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects7$inboundSchema),
|
|
2026
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects8$inboundSchema),
|
|
2027
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects9$inboundSchema),
|
|
2028
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects10$inboundSchema),
|
|
2029
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects11$inboundSchema),
|
|
2030
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects12$inboundSchema),
|
|
2031
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects13$inboundSchema),
|
|
2032
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects15$inboundSchema),
|
|
2033
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects14$inboundSchema),
|
|
2034
|
+
])).optional(),
|
|
2035
|
+
internalContentHint: z.nullable(z.lazy(() => FilterProjectEnvsResponseBodyInternalContentHint$inboundSchema)).optional(),
|
|
2036
|
+
decrypted: z.boolean().optional(),
|
|
2037
|
+
comment: z.string().optional(),
|
|
2038
|
+
customEnvironmentIds: z.array(z.string()).optional(),
|
|
2039
|
+
vsmValue: z.string().optional(),
|
|
2040
|
+
system: z.boolean().optional(),
|
|
2041
|
+
});
|
|
2042
|
+
/** @internal */
|
|
2043
|
+
export const Envs$outboundSchema = z.object({
|
|
2044
|
+
target: z.union([
|
|
2045
|
+
z.array(FilterProjectEnvsTarget1$outboundSchema),
|
|
2046
|
+
FilterProjectEnvsTargetProjects2$outboundSchema,
|
|
2047
|
+
]).optional(),
|
|
2048
|
+
type: FilterProjectEnvsResponseBodyProjectsResponseType$outboundSchema
|
|
2049
|
+
.optional(),
|
|
2050
|
+
sunsetSecretId: z.string().optional(),
|
|
2051
|
+
id: z.string().optional(),
|
|
2052
|
+
key: z.string().optional(),
|
|
2053
|
+
value: z.string().optional(),
|
|
2054
|
+
configurationId: z.nullable(z.string()).optional(),
|
|
2055
|
+
createdAt: z.number().optional(),
|
|
2056
|
+
updatedAt: z.number().optional(),
|
|
2057
|
+
createdBy: z.nullable(z.string()).optional(),
|
|
2058
|
+
updatedBy: z.nullable(z.string()).optional(),
|
|
2059
|
+
gitBranch: z.string().optional(),
|
|
2060
|
+
edgeConfigId: z.nullable(z.string()).optional(),
|
|
2061
|
+
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
2062
|
+
contentHint: z.nullable(z.union([
|
|
2063
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects1$outboundSchema),
|
|
2064
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects2$outboundSchema),
|
|
2065
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects3$outboundSchema),
|
|
2066
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects4$outboundSchema),
|
|
2067
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects5$outboundSchema),
|
|
2068
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects6$outboundSchema),
|
|
2069
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects7$outboundSchema),
|
|
2070
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects8$outboundSchema),
|
|
2071
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects9$outboundSchema),
|
|
2072
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects10$outboundSchema),
|
|
2073
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects11$outboundSchema),
|
|
2074
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects12$outboundSchema),
|
|
2075
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects13$outboundSchema),
|
|
2076
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects15$outboundSchema),
|
|
2077
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects14$outboundSchema),
|
|
2078
|
+
])).optional(),
|
|
2079
|
+
internalContentHint: z.nullable(z.lazy(() => FilterProjectEnvsResponseBodyInternalContentHint$outboundSchema)).optional(),
|
|
2080
|
+
decrypted: z.boolean().optional(),
|
|
2081
|
+
comment: z.string().optional(),
|
|
2082
|
+
customEnvironmentIds: z.array(z.string()).optional(),
|
|
2083
|
+
vsmValue: z.string().optional(),
|
|
2084
|
+
system: z.boolean().optional(),
|
|
2085
|
+
});
|
|
2086
|
+
/**
|
|
2087
|
+
* @internal
|
|
2088
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2089
|
+
*/
|
|
2090
|
+
export var Envs$;
|
|
2091
|
+
(function (Envs$) {
|
|
2092
|
+
/** @deprecated use `Envs$inboundSchema` instead. */
|
|
2093
|
+
Envs$.inboundSchema = Envs$inboundSchema;
|
|
2094
|
+
/** @deprecated use `Envs$outboundSchema` instead. */
|
|
2095
|
+
Envs$.outboundSchema = Envs$outboundSchema;
|
|
2096
|
+
})(Envs$ || (Envs$ = {}));
|
|
2097
|
+
export function envsToJSON(envs) {
|
|
2098
|
+
return JSON.stringify(Envs$outboundSchema.parse(envs));
|
|
2099
|
+
}
|
|
2100
|
+
export function envsFromJSON(jsonString) {
|
|
2101
|
+
return safeParse(jsonString, (x) => Envs$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Envs' from JSON`);
|
|
2102
|
+
}
|
|
2103
|
+
/** @internal */
|
|
2104
|
+
export const FilterProjectEnvsResponseBody2$inboundSchema = z.object({
|
|
2105
|
+
envs: z.array(z.lazy(() => Envs$inboundSchema)),
|
|
2106
|
+
pagination: Pagination$inboundSchema,
|
|
2107
|
+
});
|
|
2108
|
+
/** @internal */
|
|
2109
|
+
export const FilterProjectEnvsResponseBody2$outboundSchema = z.object({
|
|
2110
|
+
envs: z.array(z.lazy(() => Envs$outboundSchema)),
|
|
2111
|
+
pagination: Pagination$outboundSchema,
|
|
2112
|
+
});
|
|
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 FilterProjectEnvsResponseBody2$;
|
|
2118
|
+
(function (FilterProjectEnvsResponseBody2$) {
|
|
2119
|
+
/** @deprecated use `FilterProjectEnvsResponseBody2$inboundSchema` instead. */
|
|
2120
|
+
FilterProjectEnvsResponseBody2$.inboundSchema = FilterProjectEnvsResponseBody2$inboundSchema;
|
|
2121
|
+
/** @deprecated use `FilterProjectEnvsResponseBody2$outboundSchema` instead. */
|
|
2122
|
+
FilterProjectEnvsResponseBody2$.outboundSchema = FilterProjectEnvsResponseBody2$outboundSchema;
|
|
2123
|
+
})(FilterProjectEnvsResponseBody2$ || (FilterProjectEnvsResponseBody2$ = {}));
|
|
2124
|
+
export function filterProjectEnvsResponseBody2ToJSON(filterProjectEnvsResponseBody2) {
|
|
2125
|
+
return JSON.stringify(FilterProjectEnvsResponseBody2$outboundSchema.parse(filterProjectEnvsResponseBody2));
|
|
2126
|
+
}
|
|
2127
|
+
export function filterProjectEnvsResponseBody2FromJSON(jsonString) {
|
|
2128
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsResponseBody2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsResponseBody2' from JSON`);
|
|
2129
|
+
}
|
|
2130
|
+
/** @internal */
|
|
2131
|
+
export const FilterProjectEnvsTarget2$inboundSchema = z.nativeEnum(FilterProjectEnvsTarget2);
|
|
2132
|
+
/** @internal */
|
|
2133
|
+
export const FilterProjectEnvsTarget2$outboundSchema = FilterProjectEnvsTarget2$inboundSchema;
|
|
2134
|
+
/**
|
|
2135
|
+
* @internal
|
|
2136
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2137
|
+
*/
|
|
2138
|
+
export var FilterProjectEnvsTarget2$;
|
|
2139
|
+
(function (FilterProjectEnvsTarget2$) {
|
|
2140
|
+
/** @deprecated use `FilterProjectEnvsTarget2$inboundSchema` instead. */
|
|
2141
|
+
FilterProjectEnvsTarget2$.inboundSchema = FilterProjectEnvsTarget2$inboundSchema;
|
|
2142
|
+
/** @deprecated use `FilterProjectEnvsTarget2$outboundSchema` instead. */
|
|
2143
|
+
FilterProjectEnvsTarget2$.outboundSchema = FilterProjectEnvsTarget2$outboundSchema;
|
|
2144
|
+
})(FilterProjectEnvsTarget2$ || (FilterProjectEnvsTarget2$ = {}));
|
|
2145
|
+
/** @internal */
|
|
2146
|
+
export const FilterProjectEnvsResponseBodyTarget$inboundSchema = z.union([z.array(z.string()), FilterProjectEnvsTarget2$inboundSchema]);
|
|
2147
|
+
/** @internal */
|
|
2148
|
+
export const FilterProjectEnvsResponseBodyTarget$outboundSchema = z.union([z.array(z.string()), FilterProjectEnvsTarget2$outboundSchema]);
|
|
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 FilterProjectEnvsResponseBodyTarget$;
|
|
2154
|
+
(function (FilterProjectEnvsResponseBodyTarget$) {
|
|
2155
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyTarget$inboundSchema` instead. */
|
|
2156
|
+
FilterProjectEnvsResponseBodyTarget$.inboundSchema = FilterProjectEnvsResponseBodyTarget$inboundSchema;
|
|
2157
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyTarget$outboundSchema` instead. */
|
|
2158
|
+
FilterProjectEnvsResponseBodyTarget$.outboundSchema = FilterProjectEnvsResponseBodyTarget$outboundSchema;
|
|
2159
|
+
})(FilterProjectEnvsResponseBodyTarget$ || (FilterProjectEnvsResponseBodyTarget$ = {}));
|
|
2160
|
+
export function filterProjectEnvsResponseBodyTargetToJSON(filterProjectEnvsResponseBodyTarget) {
|
|
2161
|
+
return JSON.stringify(FilterProjectEnvsResponseBodyTarget$outboundSchema.parse(filterProjectEnvsResponseBodyTarget));
|
|
2162
|
+
}
|
|
2163
|
+
export function filterProjectEnvsResponseBodyTargetFromJSON(jsonString) {
|
|
2164
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsResponseBodyTarget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsResponseBodyTarget' from JSON`);
|
|
2165
|
+
}
|
|
2166
|
+
/** @internal */
|
|
2167
|
+
export const FilterProjectEnvsResponseBodyType$inboundSchema = z.nativeEnum(FilterProjectEnvsResponseBodyType);
|
|
2168
|
+
/** @internal */
|
|
2169
|
+
export const FilterProjectEnvsResponseBodyType$outboundSchema = FilterProjectEnvsResponseBodyType$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 FilterProjectEnvsResponseBodyType$;
|
|
2175
|
+
(function (FilterProjectEnvsResponseBodyType$) {
|
|
2176
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyType$inboundSchema` instead. */
|
|
2177
|
+
FilterProjectEnvsResponseBodyType$.inboundSchema = FilterProjectEnvsResponseBodyType$inboundSchema;
|
|
2178
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyType$outboundSchema` instead. */
|
|
2179
|
+
FilterProjectEnvsResponseBodyType$.outboundSchema = FilterProjectEnvsResponseBodyType$outboundSchema;
|
|
2180
|
+
})(FilterProjectEnvsResponseBodyType$ || (FilterProjectEnvsResponseBodyType$ = {}));
|
|
2181
|
+
/** @internal */
|
|
2182
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type);
|
|
2183
|
+
/** @internal */
|
|
2184
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema;
|
|
2185
|
+
/**
|
|
2186
|
+
* @internal
|
|
2187
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2188
|
+
*/
|
|
2189
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$;
|
|
2190
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$) {
|
|
2191
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema` instead. */
|
|
2192
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema;
|
|
2193
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$outboundSchema` instead. */
|
|
2194
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$outboundSchema;
|
|
2195
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$ = {}));
|
|
2196
|
+
/** @internal */
|
|
2197
|
+
export const FilterProjectEnvsContentHint15$inboundSchema = z.object({
|
|
2198
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema,
|
|
2199
|
+
projectId: z.string(),
|
|
2200
|
+
});
|
|
2201
|
+
/** @internal */
|
|
2202
|
+
export const FilterProjectEnvsContentHint15$outboundSchema = z.object({
|
|
2203
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$outboundSchema,
|
|
2204
|
+
projectId: z.string(),
|
|
2205
|
+
});
|
|
2206
|
+
/**
|
|
2207
|
+
* @internal
|
|
2208
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2209
|
+
*/
|
|
2210
|
+
export var FilterProjectEnvsContentHint15$;
|
|
2211
|
+
(function (FilterProjectEnvsContentHint15$) {
|
|
2212
|
+
/** @deprecated use `FilterProjectEnvsContentHint15$inboundSchema` instead. */
|
|
2213
|
+
FilterProjectEnvsContentHint15$.inboundSchema = FilterProjectEnvsContentHint15$inboundSchema;
|
|
2214
|
+
/** @deprecated use `FilterProjectEnvsContentHint15$outboundSchema` instead. */
|
|
2215
|
+
FilterProjectEnvsContentHint15$.outboundSchema = FilterProjectEnvsContentHint15$outboundSchema;
|
|
2216
|
+
})(FilterProjectEnvsContentHint15$ || (FilterProjectEnvsContentHint15$ = {}));
|
|
2217
|
+
export function filterProjectEnvsContentHint15ToJSON(filterProjectEnvsContentHint15) {
|
|
2218
|
+
return JSON.stringify(FilterProjectEnvsContentHint15$outboundSchema.parse(filterProjectEnvsContentHint15));
|
|
2219
|
+
}
|
|
2220
|
+
export function filterProjectEnvsContentHint15FromJSON(jsonString) {
|
|
2221
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHint15$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHint15' from JSON`);
|
|
2222
|
+
}
|
|
2223
|
+
/** @internal */
|
|
2224
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type);
|
|
2225
|
+
/** @internal */
|
|
2226
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema;
|
|
2227
|
+
/**
|
|
2228
|
+
* @internal
|
|
2229
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2230
|
+
*/
|
|
2231
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$;
|
|
2232
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$) {
|
|
2233
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema` instead. */
|
|
2234
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema;
|
|
2235
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$outboundSchema` instead. */
|
|
2236
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$outboundSchema;
|
|
2237
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$ = {}));
|
|
2238
|
+
/** @internal */
|
|
2239
|
+
export const FilterProjectEnvsContentHint14$inboundSchema = z.object({
|
|
2240
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema,
|
|
2241
|
+
storeId: z.string(),
|
|
2242
|
+
integrationId: z.string(),
|
|
2243
|
+
integrationProductId: z.string(),
|
|
2244
|
+
integrationConfigurationId: z.string(),
|
|
2245
|
+
});
|
|
2246
|
+
/** @internal */
|
|
2247
|
+
export const FilterProjectEnvsContentHint14$outboundSchema = z.object({
|
|
2248
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$outboundSchema,
|
|
2249
|
+
storeId: z.string(),
|
|
2250
|
+
integrationId: z.string(),
|
|
2251
|
+
integrationProductId: z.string(),
|
|
2252
|
+
integrationConfigurationId: z.string(),
|
|
2253
|
+
});
|
|
2254
|
+
/**
|
|
2255
|
+
* @internal
|
|
2256
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2257
|
+
*/
|
|
2258
|
+
export var FilterProjectEnvsContentHint14$;
|
|
2259
|
+
(function (FilterProjectEnvsContentHint14$) {
|
|
2260
|
+
/** @deprecated use `FilterProjectEnvsContentHint14$inboundSchema` instead. */
|
|
2261
|
+
FilterProjectEnvsContentHint14$.inboundSchema = FilterProjectEnvsContentHint14$inboundSchema;
|
|
2262
|
+
/** @deprecated use `FilterProjectEnvsContentHint14$outboundSchema` instead. */
|
|
2263
|
+
FilterProjectEnvsContentHint14$.outboundSchema = FilterProjectEnvsContentHint14$outboundSchema;
|
|
2264
|
+
})(FilterProjectEnvsContentHint14$ || (FilterProjectEnvsContentHint14$ = {}));
|
|
2265
|
+
export function filterProjectEnvsContentHint14ToJSON(filterProjectEnvsContentHint14) {
|
|
2266
|
+
return JSON.stringify(FilterProjectEnvsContentHint14$outboundSchema.parse(filterProjectEnvsContentHint14));
|
|
2267
|
+
}
|
|
2268
|
+
export function filterProjectEnvsContentHint14FromJSON(jsonString) {
|
|
2269
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHint14$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHint14' from JSON`);
|
|
2270
|
+
}
|
|
2271
|
+
/** @internal */
|
|
2272
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type);
|
|
2273
|
+
/** @internal */
|
|
2274
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema;
|
|
2275
|
+
/**
|
|
2276
|
+
* @internal
|
|
2277
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2278
|
+
*/
|
|
2279
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$;
|
|
2280
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$) {
|
|
2281
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema` instead. */
|
|
2282
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema;
|
|
2283
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$outboundSchema` instead. */
|
|
2284
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$outboundSchema;
|
|
2285
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$ = {}));
|
|
2286
|
+
/** @internal */
|
|
2287
|
+
export const FilterProjectEnvsContentHint13$inboundSchema = z.object({
|
|
2288
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema,
|
|
2289
|
+
storeId: z.string(),
|
|
2290
|
+
});
|
|
2291
|
+
/** @internal */
|
|
2292
|
+
export const FilterProjectEnvsContentHint13$outboundSchema = z.object({
|
|
2293
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$outboundSchema,
|
|
2294
|
+
storeId: z.string(),
|
|
2295
|
+
});
|
|
2296
|
+
/**
|
|
2297
|
+
* @internal
|
|
2298
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2299
|
+
*/
|
|
2300
|
+
export var FilterProjectEnvsContentHint13$;
|
|
2301
|
+
(function (FilterProjectEnvsContentHint13$) {
|
|
2302
|
+
/** @deprecated use `FilterProjectEnvsContentHint13$inboundSchema` instead. */
|
|
2303
|
+
FilterProjectEnvsContentHint13$.inboundSchema = FilterProjectEnvsContentHint13$inboundSchema;
|
|
2304
|
+
/** @deprecated use `FilterProjectEnvsContentHint13$outboundSchema` instead. */
|
|
2305
|
+
FilterProjectEnvsContentHint13$.outboundSchema = FilterProjectEnvsContentHint13$outboundSchema;
|
|
2306
|
+
})(FilterProjectEnvsContentHint13$ || (FilterProjectEnvsContentHint13$ = {}));
|
|
2307
|
+
export function filterProjectEnvsContentHint13ToJSON(filterProjectEnvsContentHint13) {
|
|
2308
|
+
return JSON.stringify(FilterProjectEnvsContentHint13$outboundSchema.parse(filterProjectEnvsContentHint13));
|
|
2309
|
+
}
|
|
2310
|
+
export function filterProjectEnvsContentHint13FromJSON(jsonString) {
|
|
2311
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHint13$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHint13' from JSON`);
|
|
2312
|
+
}
|
|
2313
|
+
/** @internal */
|
|
2314
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type);
|
|
2315
|
+
/** @internal */
|
|
2316
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema;
|
|
2317
|
+
/**
|
|
2318
|
+
* @internal
|
|
2319
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2320
|
+
*/
|
|
2321
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$;
|
|
2322
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$) {
|
|
2323
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema` instead. */
|
|
2324
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema;
|
|
2325
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$outboundSchema` instead. */
|
|
2326
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$outboundSchema;
|
|
2327
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$ = {}));
|
|
2328
|
+
/** @internal */
|
|
2329
|
+
export const FilterProjectEnvsContentHint12$inboundSchema = z.object({
|
|
2330
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema,
|
|
2331
|
+
storeId: z.string(),
|
|
2332
|
+
});
|
|
2333
|
+
/** @internal */
|
|
2334
|
+
export const FilterProjectEnvsContentHint12$outboundSchema = z.object({
|
|
2335
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$outboundSchema,
|
|
2336
|
+
storeId: z.string(),
|
|
2337
|
+
});
|
|
2338
|
+
/**
|
|
2339
|
+
* @internal
|
|
2340
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2341
|
+
*/
|
|
2342
|
+
export var FilterProjectEnvsContentHint12$;
|
|
2343
|
+
(function (FilterProjectEnvsContentHint12$) {
|
|
2344
|
+
/** @deprecated use `FilterProjectEnvsContentHint12$inboundSchema` instead. */
|
|
2345
|
+
FilterProjectEnvsContentHint12$.inboundSchema = FilterProjectEnvsContentHint12$inboundSchema;
|
|
2346
|
+
/** @deprecated use `FilterProjectEnvsContentHint12$outboundSchema` instead. */
|
|
2347
|
+
FilterProjectEnvsContentHint12$.outboundSchema = FilterProjectEnvsContentHint12$outboundSchema;
|
|
2348
|
+
})(FilterProjectEnvsContentHint12$ || (FilterProjectEnvsContentHint12$ = {}));
|
|
2349
|
+
export function filterProjectEnvsContentHint12ToJSON(filterProjectEnvsContentHint12) {
|
|
2350
|
+
return JSON.stringify(FilterProjectEnvsContentHint12$outboundSchema.parse(filterProjectEnvsContentHint12));
|
|
2351
|
+
}
|
|
2352
|
+
export function filterProjectEnvsContentHint12FromJSON(jsonString) {
|
|
2353
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHint12$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHint12' from JSON`);
|
|
2354
|
+
}
|
|
2355
|
+
/** @internal */
|
|
2356
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type);
|
|
2357
|
+
/** @internal */
|
|
2358
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema;
|
|
2359
|
+
/**
|
|
2360
|
+
* @internal
|
|
2361
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2362
|
+
*/
|
|
2363
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$;
|
|
2364
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$) {
|
|
2365
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema` instead. */
|
|
2366
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema;
|
|
2367
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$outboundSchema` instead. */
|
|
2368
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$outboundSchema;
|
|
2369
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$ = {}));
|
|
2370
|
+
/** @internal */
|
|
2371
|
+
export const FilterProjectEnvsContentHint11$inboundSchema = z.object({
|
|
2372
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema,
|
|
2373
|
+
storeId: z.string(),
|
|
2374
|
+
});
|
|
2375
|
+
/** @internal */
|
|
2376
|
+
export const FilterProjectEnvsContentHint11$outboundSchema = z.object({
|
|
2377
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$outboundSchema,
|
|
2378
|
+
storeId: z.string(),
|
|
2379
|
+
});
|
|
2380
|
+
/**
|
|
2381
|
+
* @internal
|
|
2382
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2383
|
+
*/
|
|
2384
|
+
export var FilterProjectEnvsContentHint11$;
|
|
2385
|
+
(function (FilterProjectEnvsContentHint11$) {
|
|
2386
|
+
/** @deprecated use `FilterProjectEnvsContentHint11$inboundSchema` instead. */
|
|
2387
|
+
FilterProjectEnvsContentHint11$.inboundSchema = FilterProjectEnvsContentHint11$inboundSchema;
|
|
2388
|
+
/** @deprecated use `FilterProjectEnvsContentHint11$outboundSchema` instead. */
|
|
2389
|
+
FilterProjectEnvsContentHint11$.outboundSchema = FilterProjectEnvsContentHint11$outboundSchema;
|
|
2390
|
+
})(FilterProjectEnvsContentHint11$ || (FilterProjectEnvsContentHint11$ = {}));
|
|
2391
|
+
export function filterProjectEnvsContentHint11ToJSON(filterProjectEnvsContentHint11) {
|
|
2392
|
+
return JSON.stringify(FilterProjectEnvsContentHint11$outboundSchema.parse(filterProjectEnvsContentHint11));
|
|
2393
|
+
}
|
|
2394
|
+
export function filterProjectEnvsContentHint11FromJSON(jsonString) {
|
|
2395
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHint11$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHint11' from JSON`);
|
|
2396
|
+
}
|
|
2397
|
+
/** @internal */
|
|
2398
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type);
|
|
2399
|
+
/** @internal */
|
|
2400
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema;
|
|
2401
|
+
/**
|
|
2402
|
+
* @internal
|
|
2403
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2404
|
+
*/
|
|
2405
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$;
|
|
2406
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$) {
|
|
2407
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema` instead. */
|
|
2408
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema;
|
|
2409
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$outboundSchema` instead. */
|
|
2410
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$outboundSchema;
|
|
2411
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$ = {}));
|
|
2412
|
+
/** @internal */
|
|
2413
|
+
export const FilterProjectEnvsContentHint10$inboundSchema = z.object({
|
|
2414
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema,
|
|
2415
|
+
storeId: z.string(),
|
|
2416
|
+
});
|
|
2417
|
+
/** @internal */
|
|
2418
|
+
export const FilterProjectEnvsContentHint10$outboundSchema = z.object({
|
|
2419
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$outboundSchema,
|
|
2420
|
+
storeId: z.string(),
|
|
2421
|
+
});
|
|
2422
|
+
/**
|
|
2423
|
+
* @internal
|
|
2424
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2425
|
+
*/
|
|
2426
|
+
export var FilterProjectEnvsContentHint10$;
|
|
2427
|
+
(function (FilterProjectEnvsContentHint10$) {
|
|
2428
|
+
/** @deprecated use `FilterProjectEnvsContentHint10$inboundSchema` instead. */
|
|
2429
|
+
FilterProjectEnvsContentHint10$.inboundSchema = FilterProjectEnvsContentHint10$inboundSchema;
|
|
2430
|
+
/** @deprecated use `FilterProjectEnvsContentHint10$outboundSchema` instead. */
|
|
2431
|
+
FilterProjectEnvsContentHint10$.outboundSchema = FilterProjectEnvsContentHint10$outboundSchema;
|
|
2432
|
+
})(FilterProjectEnvsContentHint10$ || (FilterProjectEnvsContentHint10$ = {}));
|
|
2433
|
+
export function filterProjectEnvsContentHint10ToJSON(filterProjectEnvsContentHint10) {
|
|
2434
|
+
return JSON.stringify(FilterProjectEnvsContentHint10$outboundSchema.parse(filterProjectEnvsContentHint10));
|
|
2435
|
+
}
|
|
2436
|
+
export function filterProjectEnvsContentHint10FromJSON(jsonString) {
|
|
2437
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHint10$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHint10' from JSON`);
|
|
2438
|
+
}
|
|
2439
|
+
/** @internal */
|
|
2440
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type);
|
|
2441
|
+
/** @internal */
|
|
2442
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema;
|
|
2443
|
+
/**
|
|
2444
|
+
* @internal
|
|
2445
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2446
|
+
*/
|
|
2447
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$;
|
|
2448
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$) {
|
|
2449
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema` instead. */
|
|
2450
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema;
|
|
2451
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$outboundSchema` instead. */
|
|
2452
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$outboundSchema;
|
|
2453
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$ = {}));
|
|
2454
|
+
/** @internal */
|
|
2455
|
+
export const FilterProjectEnvsContentHint9$inboundSchema = z.object({
|
|
2456
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema,
|
|
2457
|
+
storeId: z.string(),
|
|
2458
|
+
});
|
|
2459
|
+
/** @internal */
|
|
2460
|
+
export const FilterProjectEnvsContentHint9$outboundSchema = z.object({
|
|
2461
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$outboundSchema,
|
|
2462
|
+
storeId: z.string(),
|
|
2463
|
+
});
|
|
2464
|
+
/**
|
|
2465
|
+
* @internal
|
|
2466
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2467
|
+
*/
|
|
2468
|
+
export var FilterProjectEnvsContentHint9$;
|
|
2469
|
+
(function (FilterProjectEnvsContentHint9$) {
|
|
2470
|
+
/** @deprecated use `FilterProjectEnvsContentHint9$inboundSchema` instead. */
|
|
2471
|
+
FilterProjectEnvsContentHint9$.inboundSchema = FilterProjectEnvsContentHint9$inboundSchema;
|
|
2472
|
+
/** @deprecated use `FilterProjectEnvsContentHint9$outboundSchema` instead. */
|
|
2473
|
+
FilterProjectEnvsContentHint9$.outboundSchema = FilterProjectEnvsContentHint9$outboundSchema;
|
|
2474
|
+
})(FilterProjectEnvsContentHint9$ || (FilterProjectEnvsContentHint9$ = {}));
|
|
2475
|
+
export function filterProjectEnvsContentHint9ToJSON(filterProjectEnvsContentHint9) {
|
|
2476
|
+
return JSON.stringify(FilterProjectEnvsContentHint9$outboundSchema.parse(filterProjectEnvsContentHint9));
|
|
2477
|
+
}
|
|
2478
|
+
export function filterProjectEnvsContentHint9FromJSON(jsonString) {
|
|
2479
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHint9$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHint9' from JSON`);
|
|
2480
|
+
}
|
|
2481
|
+
/** @internal */
|
|
2482
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type);
|
|
2483
|
+
/** @internal */
|
|
2484
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema;
|
|
2485
|
+
/**
|
|
2486
|
+
* @internal
|
|
2487
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2488
|
+
*/
|
|
2489
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$;
|
|
2490
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$) {
|
|
2491
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema` instead. */
|
|
2492
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema;
|
|
2493
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$outboundSchema` instead. */
|
|
2494
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$outboundSchema;
|
|
2495
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$ = {}));
|
|
2496
|
+
/** @internal */
|
|
2497
|
+
export const FilterProjectEnvsContentHint8$inboundSchema = z.object({
|
|
2498
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema,
|
|
2499
|
+
storeId: z.string(),
|
|
2500
|
+
});
|
|
2501
|
+
/** @internal */
|
|
2502
|
+
export const FilterProjectEnvsContentHint8$outboundSchema = z.object({
|
|
2503
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$outboundSchema,
|
|
2504
|
+
storeId: z.string(),
|
|
2505
|
+
});
|
|
2506
|
+
/**
|
|
2507
|
+
* @internal
|
|
2508
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2509
|
+
*/
|
|
2510
|
+
export var FilterProjectEnvsContentHint8$;
|
|
2511
|
+
(function (FilterProjectEnvsContentHint8$) {
|
|
2512
|
+
/** @deprecated use `FilterProjectEnvsContentHint8$inboundSchema` instead. */
|
|
2513
|
+
FilterProjectEnvsContentHint8$.inboundSchema = FilterProjectEnvsContentHint8$inboundSchema;
|
|
2514
|
+
/** @deprecated use `FilterProjectEnvsContentHint8$outboundSchema` instead. */
|
|
2515
|
+
FilterProjectEnvsContentHint8$.outboundSchema = FilterProjectEnvsContentHint8$outboundSchema;
|
|
2516
|
+
})(FilterProjectEnvsContentHint8$ || (FilterProjectEnvsContentHint8$ = {}));
|
|
2517
|
+
export function filterProjectEnvsContentHint8ToJSON(filterProjectEnvsContentHint8) {
|
|
2518
|
+
return JSON.stringify(FilterProjectEnvsContentHint8$outboundSchema.parse(filterProjectEnvsContentHint8));
|
|
2519
|
+
}
|
|
2520
|
+
export function filterProjectEnvsContentHint8FromJSON(jsonString) {
|
|
2521
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHint8$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHint8' from JSON`);
|
|
2522
|
+
}
|
|
2523
|
+
/** @internal */
|
|
2524
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type);
|
|
2525
|
+
/** @internal */
|
|
2526
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema;
|
|
2527
|
+
/**
|
|
2528
|
+
* @internal
|
|
2529
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2530
|
+
*/
|
|
2531
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$;
|
|
2532
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$) {
|
|
2533
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema` instead. */
|
|
2534
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema;
|
|
2535
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$outboundSchema` instead. */
|
|
2536
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$outboundSchema;
|
|
2537
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$ = {}));
|
|
2538
|
+
/** @internal */
|
|
2539
|
+
export const FilterProjectEnvsContentHint7$inboundSchema = z.object({
|
|
2540
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema,
|
|
2541
|
+
storeId: z.string(),
|
|
2542
|
+
});
|
|
2543
|
+
/** @internal */
|
|
2544
|
+
export const FilterProjectEnvsContentHint7$outboundSchema = z.object({
|
|
2545
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$outboundSchema,
|
|
2546
|
+
storeId: z.string(),
|
|
2547
|
+
});
|
|
2548
|
+
/**
|
|
2549
|
+
* @internal
|
|
2550
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2551
|
+
*/
|
|
2552
|
+
export var FilterProjectEnvsContentHint7$;
|
|
2553
|
+
(function (FilterProjectEnvsContentHint7$) {
|
|
2554
|
+
/** @deprecated use `FilterProjectEnvsContentHint7$inboundSchema` instead. */
|
|
2555
|
+
FilterProjectEnvsContentHint7$.inboundSchema = FilterProjectEnvsContentHint7$inboundSchema;
|
|
2556
|
+
/** @deprecated use `FilterProjectEnvsContentHint7$outboundSchema` instead. */
|
|
2557
|
+
FilterProjectEnvsContentHint7$.outboundSchema = FilterProjectEnvsContentHint7$outboundSchema;
|
|
2558
|
+
})(FilterProjectEnvsContentHint7$ || (FilterProjectEnvsContentHint7$ = {}));
|
|
2559
|
+
export function filterProjectEnvsContentHint7ToJSON(filterProjectEnvsContentHint7) {
|
|
2560
|
+
return JSON.stringify(FilterProjectEnvsContentHint7$outboundSchema.parse(filterProjectEnvsContentHint7));
|
|
2561
|
+
}
|
|
2562
|
+
export function filterProjectEnvsContentHint7FromJSON(jsonString) {
|
|
2563
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHint7$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHint7' from JSON`);
|
|
2564
|
+
}
|
|
2565
|
+
/** @internal */
|
|
2566
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType);
|
|
2567
|
+
/** @internal */
|
|
2568
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
2569
|
+
/**
|
|
2570
|
+
* @internal
|
|
2571
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2572
|
+
*/
|
|
2573
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$;
|
|
2574
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$) {
|
|
2575
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
|
|
2576
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
2577
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
|
|
2578
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema;
|
|
2579
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$ = {}));
|
|
2580
|
+
/** @internal */
|
|
2581
|
+
export const FilterProjectEnvsContentHint6$inboundSchema = z.object({
|
|
2582
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
2583
|
+
storeId: z.string(),
|
|
2584
|
+
});
|
|
2585
|
+
/** @internal */
|
|
2586
|
+
export const FilterProjectEnvsContentHint6$outboundSchema = z.object({
|
|
2587
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
2588
|
+
storeId: z.string(),
|
|
2589
|
+
});
|
|
2590
|
+
/**
|
|
2591
|
+
* @internal
|
|
2592
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2593
|
+
*/
|
|
2594
|
+
export var FilterProjectEnvsContentHint6$;
|
|
2595
|
+
(function (FilterProjectEnvsContentHint6$) {
|
|
2596
|
+
/** @deprecated use `FilterProjectEnvsContentHint6$inboundSchema` instead. */
|
|
2597
|
+
FilterProjectEnvsContentHint6$.inboundSchema = FilterProjectEnvsContentHint6$inboundSchema;
|
|
2598
|
+
/** @deprecated use `FilterProjectEnvsContentHint6$outboundSchema` instead. */
|
|
2599
|
+
FilterProjectEnvsContentHint6$.outboundSchema = FilterProjectEnvsContentHint6$outboundSchema;
|
|
2600
|
+
})(FilterProjectEnvsContentHint6$ || (FilterProjectEnvsContentHint6$ = {}));
|
|
2601
|
+
export function filterProjectEnvsContentHint6ToJSON(filterProjectEnvsContentHint6) {
|
|
2602
|
+
return JSON.stringify(FilterProjectEnvsContentHint6$outboundSchema.parse(filterProjectEnvsContentHint6));
|
|
2603
|
+
}
|
|
2604
|
+
export function filterProjectEnvsContentHint6FromJSON(jsonString) {
|
|
2605
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHint6$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHint6' from JSON`);
|
|
2606
|
+
}
|
|
2607
|
+
/** @internal */
|
|
2608
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType);
|
|
2609
|
+
/** @internal */
|
|
2610
|
+
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
2611
|
+
/**
|
|
2612
|
+
* @internal
|
|
2613
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2614
|
+
*/
|
|
2615
|
+
export var FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$;
|
|
2616
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$) {
|
|
2617
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
2618
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
2619
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
2620
|
+
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$outboundSchema;
|
|
2621
|
+
})(FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$ || (FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$ = {}));
|
|
2622
|
+
/** @internal */
|
|
2623
|
+
export const FilterProjectEnvsContentHint5$inboundSchema = z.object({
|
|
2624
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$inboundSchema,
|
|
2625
|
+
storeId: z.string(),
|
|
2626
|
+
});
|
|
2627
|
+
/** @internal */
|
|
2628
|
+
export const FilterProjectEnvsContentHint5$outboundSchema = z.object({
|
|
2629
|
+
type: FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$outboundSchema,
|
|
2630
|
+
storeId: z.string(),
|
|
2631
|
+
});
|
|
2632
|
+
/**
|
|
2633
|
+
* @internal
|
|
2634
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2635
|
+
*/
|
|
2636
|
+
export var FilterProjectEnvsContentHint5$;
|
|
2637
|
+
(function (FilterProjectEnvsContentHint5$) {
|
|
2638
|
+
/** @deprecated use `FilterProjectEnvsContentHint5$inboundSchema` instead. */
|
|
2639
|
+
FilterProjectEnvsContentHint5$.inboundSchema = FilterProjectEnvsContentHint5$inboundSchema;
|
|
2640
|
+
/** @deprecated use `FilterProjectEnvsContentHint5$outboundSchema` instead. */
|
|
2641
|
+
FilterProjectEnvsContentHint5$.outboundSchema = FilterProjectEnvsContentHint5$outboundSchema;
|
|
2642
|
+
})(FilterProjectEnvsContentHint5$ || (FilterProjectEnvsContentHint5$ = {}));
|
|
2643
|
+
export function filterProjectEnvsContentHint5ToJSON(filterProjectEnvsContentHint5) {
|
|
2644
|
+
return JSON.stringify(FilterProjectEnvsContentHint5$outboundSchema.parse(filterProjectEnvsContentHint5));
|
|
2645
|
+
}
|
|
2646
|
+
export function filterProjectEnvsContentHint5FromJSON(jsonString) {
|
|
2647
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHint5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHint5' from JSON`);
|
|
2648
|
+
}
|
|
2649
|
+
/** @internal */
|
|
2650
|
+
export const FilterProjectEnvsContentHintProjectsResponse200Type$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200Type);
|
|
2651
|
+
/** @internal */
|
|
2652
|
+
export const FilterProjectEnvsContentHintProjectsResponse200Type$outboundSchema = FilterProjectEnvsContentHintProjectsResponse200Type$inboundSchema;
|
|
2653
|
+
/**
|
|
2654
|
+
* @internal
|
|
2655
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2656
|
+
*/
|
|
2657
|
+
export var FilterProjectEnvsContentHintProjectsResponse200Type$;
|
|
2658
|
+
(function (FilterProjectEnvsContentHintProjectsResponse200Type$) {
|
|
2659
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200Type$inboundSchema` instead. */
|
|
2660
|
+
FilterProjectEnvsContentHintProjectsResponse200Type$.inboundSchema = FilterProjectEnvsContentHintProjectsResponse200Type$inboundSchema;
|
|
2661
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponse200Type$outboundSchema` instead. */
|
|
2662
|
+
FilterProjectEnvsContentHintProjectsResponse200Type$.outboundSchema = FilterProjectEnvsContentHintProjectsResponse200Type$outboundSchema;
|
|
2663
|
+
})(FilterProjectEnvsContentHintProjectsResponse200Type$ || (FilterProjectEnvsContentHintProjectsResponse200Type$ = {}));
|
|
2664
|
+
/** @internal */
|
|
2665
|
+
export const FilterProjectEnvsContentHint4$inboundSchema = z.object({
|
|
2666
|
+
type: FilterProjectEnvsContentHintProjectsResponse200Type$inboundSchema,
|
|
2667
|
+
storeId: z.string(),
|
|
2668
|
+
});
|
|
2669
|
+
/** @internal */
|
|
2670
|
+
export const FilterProjectEnvsContentHint4$outboundSchema = z.object({
|
|
2671
|
+
type: FilterProjectEnvsContentHintProjectsResponse200Type$outboundSchema,
|
|
2672
|
+
storeId: z.string(),
|
|
2673
|
+
});
|
|
2674
|
+
/**
|
|
2675
|
+
* @internal
|
|
2676
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2677
|
+
*/
|
|
2678
|
+
export var FilterProjectEnvsContentHint4$;
|
|
2679
|
+
(function (FilterProjectEnvsContentHint4$) {
|
|
2680
|
+
/** @deprecated use `FilterProjectEnvsContentHint4$inboundSchema` instead. */
|
|
2681
|
+
FilterProjectEnvsContentHint4$.inboundSchema = FilterProjectEnvsContentHint4$inboundSchema;
|
|
2682
|
+
/** @deprecated use `FilterProjectEnvsContentHint4$outboundSchema` instead. */
|
|
2683
|
+
FilterProjectEnvsContentHint4$.outboundSchema = FilterProjectEnvsContentHint4$outboundSchema;
|
|
2684
|
+
})(FilterProjectEnvsContentHint4$ || (FilterProjectEnvsContentHint4$ = {}));
|
|
2685
|
+
export function filterProjectEnvsContentHint4ToJSON(filterProjectEnvsContentHint4) {
|
|
2686
|
+
return JSON.stringify(FilterProjectEnvsContentHint4$outboundSchema.parse(filterProjectEnvsContentHint4));
|
|
2687
|
+
}
|
|
2688
|
+
export function filterProjectEnvsContentHint4FromJSON(jsonString) {
|
|
2689
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHint4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHint4' from JSON`);
|
|
2690
|
+
}
|
|
2691
|
+
/** @internal */
|
|
2692
|
+
export const FilterProjectEnvsContentHintProjectsResponseType$inboundSchema = z
|
|
2693
|
+
.nativeEnum(FilterProjectEnvsContentHintProjectsResponseType);
|
|
2694
|
+
/** @internal */
|
|
2695
|
+
export const FilterProjectEnvsContentHintProjectsResponseType$outboundSchema = FilterProjectEnvsContentHintProjectsResponseType$inboundSchema;
|
|
2696
|
+
/**
|
|
2697
|
+
* @internal
|
|
2698
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2699
|
+
*/
|
|
2700
|
+
export var FilterProjectEnvsContentHintProjectsResponseType$;
|
|
2701
|
+
(function (FilterProjectEnvsContentHintProjectsResponseType$) {
|
|
2702
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponseType$inboundSchema` instead. */
|
|
2703
|
+
FilterProjectEnvsContentHintProjectsResponseType$.inboundSchema = FilterProjectEnvsContentHintProjectsResponseType$inboundSchema;
|
|
2704
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsResponseType$outboundSchema` instead. */
|
|
2705
|
+
FilterProjectEnvsContentHintProjectsResponseType$.outboundSchema = FilterProjectEnvsContentHintProjectsResponseType$outboundSchema;
|
|
2706
|
+
})(FilterProjectEnvsContentHintProjectsResponseType$ || (FilterProjectEnvsContentHintProjectsResponseType$ = {}));
|
|
2707
|
+
/** @internal */
|
|
2708
|
+
export const FilterProjectEnvsContentHint3$inboundSchema = z.object({
|
|
2709
|
+
type: FilterProjectEnvsContentHintProjectsResponseType$inboundSchema,
|
|
2710
|
+
storeId: z.string(),
|
|
2711
|
+
});
|
|
2712
|
+
/** @internal */
|
|
2713
|
+
export const FilterProjectEnvsContentHint3$outboundSchema = z.object({
|
|
2714
|
+
type: FilterProjectEnvsContentHintProjectsResponseType$outboundSchema,
|
|
2715
|
+
storeId: z.string(),
|
|
2716
|
+
});
|
|
2717
|
+
/**
|
|
2718
|
+
* @internal
|
|
2719
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2720
|
+
*/
|
|
2721
|
+
export var FilterProjectEnvsContentHint3$;
|
|
2722
|
+
(function (FilterProjectEnvsContentHint3$) {
|
|
2723
|
+
/** @deprecated use `FilterProjectEnvsContentHint3$inboundSchema` instead. */
|
|
2724
|
+
FilterProjectEnvsContentHint3$.inboundSchema = FilterProjectEnvsContentHint3$inboundSchema;
|
|
2725
|
+
/** @deprecated use `FilterProjectEnvsContentHint3$outboundSchema` instead. */
|
|
2726
|
+
FilterProjectEnvsContentHint3$.outboundSchema = FilterProjectEnvsContentHint3$outboundSchema;
|
|
2727
|
+
})(FilterProjectEnvsContentHint3$ || (FilterProjectEnvsContentHint3$ = {}));
|
|
2728
|
+
export function filterProjectEnvsContentHint3ToJSON(filterProjectEnvsContentHint3) {
|
|
2729
|
+
return JSON.stringify(FilterProjectEnvsContentHint3$outboundSchema.parse(filterProjectEnvsContentHint3));
|
|
2730
|
+
}
|
|
2731
|
+
export function filterProjectEnvsContentHint3FromJSON(jsonString) {
|
|
2732
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHint3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHint3' from JSON`);
|
|
2733
|
+
}
|
|
2734
|
+
/** @internal */
|
|
2735
|
+
export const FilterProjectEnvsContentHintProjectsType$inboundSchema = z
|
|
2736
|
+
.nativeEnum(FilterProjectEnvsContentHintProjectsType);
|
|
2737
|
+
/** @internal */
|
|
2738
|
+
export const FilterProjectEnvsContentHintProjectsType$outboundSchema = FilterProjectEnvsContentHintProjectsType$inboundSchema;
|
|
2739
|
+
/**
|
|
2740
|
+
* @internal
|
|
2741
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2742
|
+
*/
|
|
2743
|
+
export var FilterProjectEnvsContentHintProjectsType$;
|
|
2744
|
+
(function (FilterProjectEnvsContentHintProjectsType$) {
|
|
2745
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsType$inboundSchema` instead. */
|
|
2746
|
+
FilterProjectEnvsContentHintProjectsType$.inboundSchema = FilterProjectEnvsContentHintProjectsType$inboundSchema;
|
|
2747
|
+
/** @deprecated use `FilterProjectEnvsContentHintProjectsType$outboundSchema` instead. */
|
|
2748
|
+
FilterProjectEnvsContentHintProjectsType$.outboundSchema = FilterProjectEnvsContentHintProjectsType$outboundSchema;
|
|
2749
|
+
})(FilterProjectEnvsContentHintProjectsType$ || (FilterProjectEnvsContentHintProjectsType$ = {}));
|
|
2750
|
+
/** @internal */
|
|
2751
|
+
export const FilterProjectEnvsContentHint2$inboundSchema = z.object({
|
|
2752
|
+
type: FilterProjectEnvsContentHintProjectsType$inboundSchema,
|
|
2753
|
+
storeId: z.string(),
|
|
2754
|
+
});
|
|
2755
|
+
/** @internal */
|
|
2756
|
+
export const FilterProjectEnvsContentHint2$outboundSchema = z.object({
|
|
2757
|
+
type: FilterProjectEnvsContentHintProjectsType$outboundSchema,
|
|
2758
|
+
storeId: z.string(),
|
|
2759
|
+
});
|
|
2760
|
+
/**
|
|
2761
|
+
* @internal
|
|
2762
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2763
|
+
*/
|
|
2764
|
+
export var FilterProjectEnvsContentHint2$;
|
|
2765
|
+
(function (FilterProjectEnvsContentHint2$) {
|
|
2766
|
+
/** @deprecated use `FilterProjectEnvsContentHint2$inboundSchema` instead. */
|
|
2767
|
+
FilterProjectEnvsContentHint2$.inboundSchema = FilterProjectEnvsContentHint2$inboundSchema;
|
|
2768
|
+
/** @deprecated use `FilterProjectEnvsContentHint2$outboundSchema` instead. */
|
|
2769
|
+
FilterProjectEnvsContentHint2$.outboundSchema = FilterProjectEnvsContentHint2$outboundSchema;
|
|
2770
|
+
})(FilterProjectEnvsContentHint2$ || (FilterProjectEnvsContentHint2$ = {}));
|
|
2771
|
+
export function filterProjectEnvsContentHint2ToJSON(filterProjectEnvsContentHint2) {
|
|
2772
|
+
return JSON.stringify(FilterProjectEnvsContentHint2$outboundSchema.parse(filterProjectEnvsContentHint2));
|
|
2773
|
+
}
|
|
2774
|
+
export function filterProjectEnvsContentHint2FromJSON(jsonString) {
|
|
2775
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHint2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHint2' from JSON`);
|
|
2776
|
+
}
|
|
2777
|
+
/** @internal */
|
|
2778
|
+
export const FilterProjectEnvsContentHintType$inboundSchema = z.nativeEnum(FilterProjectEnvsContentHintType);
|
|
2779
|
+
/** @internal */
|
|
2780
|
+
export const FilterProjectEnvsContentHintType$outboundSchema = FilterProjectEnvsContentHintType$inboundSchema;
|
|
2781
|
+
/**
|
|
2782
|
+
* @internal
|
|
2783
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2784
|
+
*/
|
|
2785
|
+
export var FilterProjectEnvsContentHintType$;
|
|
2786
|
+
(function (FilterProjectEnvsContentHintType$) {
|
|
2787
|
+
/** @deprecated use `FilterProjectEnvsContentHintType$inboundSchema` instead. */
|
|
2788
|
+
FilterProjectEnvsContentHintType$.inboundSchema = FilterProjectEnvsContentHintType$inboundSchema;
|
|
2789
|
+
/** @deprecated use `FilterProjectEnvsContentHintType$outboundSchema` instead. */
|
|
2790
|
+
FilterProjectEnvsContentHintType$.outboundSchema = FilterProjectEnvsContentHintType$outboundSchema;
|
|
2791
|
+
})(FilterProjectEnvsContentHintType$ || (FilterProjectEnvsContentHintType$ = {}));
|
|
2792
|
+
/** @internal */
|
|
2793
|
+
export const FilterProjectEnvsContentHint1$inboundSchema = z.object({
|
|
2794
|
+
type: FilterProjectEnvsContentHintType$inboundSchema,
|
|
2795
|
+
storeId: z.string(),
|
|
2796
|
+
});
|
|
2797
|
+
/** @internal */
|
|
2798
|
+
export const FilterProjectEnvsContentHint1$outboundSchema = z.object({
|
|
2799
|
+
type: FilterProjectEnvsContentHintType$outboundSchema,
|
|
2800
|
+
storeId: z.string(),
|
|
2801
|
+
});
|
|
2802
|
+
/**
|
|
2803
|
+
* @internal
|
|
2804
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2805
|
+
*/
|
|
2806
|
+
export var FilterProjectEnvsContentHint1$;
|
|
2807
|
+
(function (FilterProjectEnvsContentHint1$) {
|
|
2808
|
+
/** @deprecated use `FilterProjectEnvsContentHint1$inboundSchema` instead. */
|
|
2809
|
+
FilterProjectEnvsContentHint1$.inboundSchema = FilterProjectEnvsContentHint1$inboundSchema;
|
|
2810
|
+
/** @deprecated use `FilterProjectEnvsContentHint1$outboundSchema` instead. */
|
|
2811
|
+
FilterProjectEnvsContentHint1$.outboundSchema = FilterProjectEnvsContentHint1$outboundSchema;
|
|
2812
|
+
})(FilterProjectEnvsContentHint1$ || (FilterProjectEnvsContentHint1$ = {}));
|
|
2813
|
+
export function filterProjectEnvsContentHint1ToJSON(filterProjectEnvsContentHint1) {
|
|
2814
|
+
return JSON.stringify(FilterProjectEnvsContentHint1$outboundSchema.parse(filterProjectEnvsContentHint1));
|
|
2815
|
+
}
|
|
2816
|
+
export function filterProjectEnvsContentHint1FromJSON(jsonString) {
|
|
2817
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsContentHint1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsContentHint1' from JSON`);
|
|
2818
|
+
}
|
|
2819
|
+
/** @internal */
|
|
2820
|
+
export const ResponseBodyContentHint$inboundSchema = z.union([
|
|
2821
|
+
z.lazy(() => FilterProjectEnvsContentHint1$inboundSchema),
|
|
2822
|
+
z.lazy(() => FilterProjectEnvsContentHint2$inboundSchema),
|
|
2823
|
+
z.lazy(() => FilterProjectEnvsContentHint3$inboundSchema),
|
|
2824
|
+
z.lazy(() => FilterProjectEnvsContentHint4$inboundSchema),
|
|
2825
|
+
z.lazy(() => FilterProjectEnvsContentHint5$inboundSchema),
|
|
2826
|
+
z.lazy(() => FilterProjectEnvsContentHint6$inboundSchema),
|
|
2827
|
+
z.lazy(() => FilterProjectEnvsContentHint7$inboundSchema),
|
|
2828
|
+
z.lazy(() => FilterProjectEnvsContentHint8$inboundSchema),
|
|
2829
|
+
z.lazy(() => FilterProjectEnvsContentHint9$inboundSchema),
|
|
2830
|
+
z.lazy(() => FilterProjectEnvsContentHint10$inboundSchema),
|
|
2831
|
+
z.lazy(() => FilterProjectEnvsContentHint11$inboundSchema),
|
|
2832
|
+
z.lazy(() => FilterProjectEnvsContentHint12$inboundSchema),
|
|
2833
|
+
z.lazy(() => FilterProjectEnvsContentHint13$inboundSchema),
|
|
2834
|
+
z.lazy(() => FilterProjectEnvsContentHint15$inboundSchema),
|
|
2835
|
+
z.lazy(() => FilterProjectEnvsContentHint14$inboundSchema),
|
|
2836
|
+
]);
|
|
2837
|
+
/** @internal */
|
|
2838
|
+
export const ResponseBodyContentHint$outboundSchema = z.union([
|
|
2839
|
+
z.lazy(() => FilterProjectEnvsContentHint1$outboundSchema),
|
|
2840
|
+
z.lazy(() => FilterProjectEnvsContentHint2$outboundSchema),
|
|
2841
|
+
z.lazy(() => FilterProjectEnvsContentHint3$outboundSchema),
|
|
2842
|
+
z.lazy(() => FilterProjectEnvsContentHint4$outboundSchema),
|
|
2843
|
+
z.lazy(() => FilterProjectEnvsContentHint5$outboundSchema),
|
|
2844
|
+
z.lazy(() => FilterProjectEnvsContentHint6$outboundSchema),
|
|
2845
|
+
z.lazy(() => FilterProjectEnvsContentHint7$outboundSchema),
|
|
2846
|
+
z.lazy(() => FilterProjectEnvsContentHint8$outboundSchema),
|
|
2847
|
+
z.lazy(() => FilterProjectEnvsContentHint9$outboundSchema),
|
|
2848
|
+
z.lazy(() => FilterProjectEnvsContentHint10$outboundSchema),
|
|
2849
|
+
z.lazy(() => FilterProjectEnvsContentHint11$outboundSchema),
|
|
2850
|
+
z.lazy(() => FilterProjectEnvsContentHint12$outboundSchema),
|
|
2851
|
+
z.lazy(() => FilterProjectEnvsContentHint13$outboundSchema),
|
|
2852
|
+
z.lazy(() => FilterProjectEnvsContentHint15$outboundSchema),
|
|
2853
|
+
z.lazy(() => FilterProjectEnvsContentHint14$outboundSchema),
|
|
2854
|
+
]);
|
|
2855
|
+
/**
|
|
2856
|
+
* @internal
|
|
2857
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2858
|
+
*/
|
|
2859
|
+
export var ResponseBodyContentHint$;
|
|
2860
|
+
(function (ResponseBodyContentHint$) {
|
|
2861
|
+
/** @deprecated use `ResponseBodyContentHint$inboundSchema` instead. */
|
|
2862
|
+
ResponseBodyContentHint$.inboundSchema = ResponseBodyContentHint$inboundSchema;
|
|
2863
|
+
/** @deprecated use `ResponseBodyContentHint$outboundSchema` instead. */
|
|
2864
|
+
ResponseBodyContentHint$.outboundSchema = ResponseBodyContentHint$outboundSchema;
|
|
2865
|
+
})(ResponseBodyContentHint$ || (ResponseBodyContentHint$ = {}));
|
|
2866
|
+
export function responseBodyContentHintToJSON(responseBodyContentHint) {
|
|
2867
|
+
return JSON.stringify(ResponseBodyContentHint$outboundSchema.parse(responseBodyContentHint));
|
|
2868
|
+
}
|
|
2869
|
+
export function responseBodyContentHintFromJSON(jsonString) {
|
|
2870
|
+
return safeParse(jsonString, (x) => ResponseBodyContentHint$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResponseBodyContentHint' from JSON`);
|
|
2871
|
+
}
|
|
2872
|
+
/** @internal */
|
|
2873
|
+
export const FilterProjectEnvsResponseBodyProjectsType$inboundSchema = z
|
|
2874
|
+
.nativeEnum(FilterProjectEnvsResponseBodyProjectsType);
|
|
2875
|
+
/** @internal */
|
|
2876
|
+
export const FilterProjectEnvsResponseBodyProjectsType$outboundSchema = FilterProjectEnvsResponseBodyProjectsType$inboundSchema;
|
|
2877
|
+
/**
|
|
2878
|
+
* @internal
|
|
2879
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2880
|
+
*/
|
|
2881
|
+
export var FilterProjectEnvsResponseBodyProjectsType$;
|
|
2882
|
+
(function (FilterProjectEnvsResponseBodyProjectsType$) {
|
|
2883
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyProjectsType$inboundSchema` instead. */
|
|
2884
|
+
FilterProjectEnvsResponseBodyProjectsType$.inboundSchema = FilterProjectEnvsResponseBodyProjectsType$inboundSchema;
|
|
2885
|
+
/** @deprecated use `FilterProjectEnvsResponseBodyProjectsType$outboundSchema` instead. */
|
|
2886
|
+
FilterProjectEnvsResponseBodyProjectsType$.outboundSchema = FilterProjectEnvsResponseBodyProjectsType$outboundSchema;
|
|
2887
|
+
})(FilterProjectEnvsResponseBodyProjectsType$ || (FilterProjectEnvsResponseBodyProjectsType$ = {}));
|
|
2888
|
+
/** @internal */
|
|
2889
|
+
export const ResponseBodyInternalContentHint$inboundSchema = z.object({
|
|
2890
|
+
type: FilterProjectEnvsResponseBodyProjectsType$inboundSchema,
|
|
2891
|
+
encryptedValue: z.string(),
|
|
2892
|
+
});
|
|
2893
|
+
/** @internal */
|
|
2894
|
+
export const ResponseBodyInternalContentHint$outboundSchema = z.object({
|
|
2895
|
+
type: FilterProjectEnvsResponseBodyProjectsType$outboundSchema,
|
|
2896
|
+
encryptedValue: z.string(),
|
|
2897
|
+
});
|
|
2898
|
+
/**
|
|
2899
|
+
* @internal
|
|
2900
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2901
|
+
*/
|
|
2902
|
+
export var ResponseBodyInternalContentHint$;
|
|
2903
|
+
(function (ResponseBodyInternalContentHint$) {
|
|
2904
|
+
/** @deprecated use `ResponseBodyInternalContentHint$inboundSchema` instead. */
|
|
2905
|
+
ResponseBodyInternalContentHint$.inboundSchema = ResponseBodyInternalContentHint$inboundSchema;
|
|
2906
|
+
/** @deprecated use `ResponseBodyInternalContentHint$outboundSchema` instead. */
|
|
2907
|
+
ResponseBodyInternalContentHint$.outboundSchema = ResponseBodyInternalContentHint$outboundSchema;
|
|
2908
|
+
})(ResponseBodyInternalContentHint$ || (ResponseBodyInternalContentHint$ = {}));
|
|
2909
|
+
export function responseBodyInternalContentHintToJSON(responseBodyInternalContentHint) {
|
|
2910
|
+
return JSON.stringify(ResponseBodyInternalContentHint$outboundSchema.parse(responseBodyInternalContentHint));
|
|
2911
|
+
}
|
|
2912
|
+
export function responseBodyInternalContentHintFromJSON(jsonString) {
|
|
2913
|
+
return safeParse(jsonString, (x) => ResponseBodyInternalContentHint$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResponseBodyInternalContentHint' from JSON`);
|
|
2914
|
+
}
|
|
2915
|
+
/** @internal */
|
|
2916
|
+
export const FilterProjectEnvsResponseBody1$inboundSchema = z.object({
|
|
2917
|
+
target: z.union([z.array(z.string()), FilterProjectEnvsTarget2$inboundSchema])
|
|
2918
|
+
.optional(),
|
|
2919
|
+
type: FilterProjectEnvsResponseBodyType$inboundSchema.optional(),
|
|
2920
|
+
sunsetSecretId: z.string().optional(),
|
|
2921
|
+
id: z.string().optional(),
|
|
2922
|
+
key: z.string().optional(),
|
|
2923
|
+
value: z.string().optional(),
|
|
2924
|
+
configurationId: z.nullable(z.string()).optional(),
|
|
2925
|
+
createdAt: z.number().optional(),
|
|
2926
|
+
updatedAt: z.number().optional(),
|
|
2927
|
+
createdBy: z.nullable(z.string()).optional(),
|
|
2928
|
+
updatedBy: z.nullable(z.string()).optional(),
|
|
2929
|
+
gitBranch: z.string().optional(),
|
|
2930
|
+
edgeConfigId: z.nullable(z.string()).optional(),
|
|
2931
|
+
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
2932
|
+
contentHint: z.nullable(z.union([
|
|
2933
|
+
z.lazy(() => FilterProjectEnvsContentHint1$inboundSchema),
|
|
2934
|
+
z.lazy(() => FilterProjectEnvsContentHint2$inboundSchema),
|
|
2935
|
+
z.lazy(() => FilterProjectEnvsContentHint3$inboundSchema),
|
|
2936
|
+
z.lazy(() => FilterProjectEnvsContentHint4$inboundSchema),
|
|
2937
|
+
z.lazy(() => FilterProjectEnvsContentHint5$inboundSchema),
|
|
2938
|
+
z.lazy(() => FilterProjectEnvsContentHint6$inboundSchema),
|
|
2939
|
+
z.lazy(() => FilterProjectEnvsContentHint7$inboundSchema),
|
|
2940
|
+
z.lazy(() => FilterProjectEnvsContentHint8$inboundSchema),
|
|
2941
|
+
z.lazy(() => FilterProjectEnvsContentHint9$inboundSchema),
|
|
2942
|
+
z.lazy(() => FilterProjectEnvsContentHint10$inboundSchema),
|
|
2943
|
+
z.lazy(() => FilterProjectEnvsContentHint11$inboundSchema),
|
|
2944
|
+
z.lazy(() => FilterProjectEnvsContentHint12$inboundSchema),
|
|
2945
|
+
z.lazy(() => FilterProjectEnvsContentHint13$inboundSchema),
|
|
2946
|
+
z.lazy(() => FilterProjectEnvsContentHint15$inboundSchema),
|
|
2947
|
+
z.lazy(() => FilterProjectEnvsContentHint14$inboundSchema),
|
|
2948
|
+
])).optional(),
|
|
2949
|
+
internalContentHint: z.nullable(z.lazy(() => ResponseBodyInternalContentHint$inboundSchema)).optional(),
|
|
2950
|
+
decrypted: z.boolean().optional(),
|
|
2951
|
+
comment: z.string().optional(),
|
|
2952
|
+
customEnvironmentIds: z.array(z.string()).optional(),
|
|
2953
|
+
vsmValue: z.string().optional(),
|
|
2954
|
+
system: z.boolean().optional(),
|
|
2955
|
+
});
|
|
2956
|
+
/** @internal */
|
|
2957
|
+
export const FilterProjectEnvsResponseBody1$outboundSchema = z.object({
|
|
2958
|
+
target: z.union([
|
|
2959
|
+
z.array(z.string()),
|
|
2960
|
+
FilterProjectEnvsTarget2$outboundSchema,
|
|
2961
|
+
]).optional(),
|
|
2962
|
+
type: FilterProjectEnvsResponseBodyType$outboundSchema.optional(),
|
|
2963
|
+
sunsetSecretId: z.string().optional(),
|
|
2964
|
+
id: z.string().optional(),
|
|
2965
|
+
key: z.string().optional(),
|
|
2966
|
+
value: z.string().optional(),
|
|
2967
|
+
configurationId: z.nullable(z.string()).optional(),
|
|
2968
|
+
createdAt: z.number().optional(),
|
|
2969
|
+
updatedAt: z.number().optional(),
|
|
2970
|
+
createdBy: z.nullable(z.string()).optional(),
|
|
2971
|
+
updatedBy: z.nullable(z.string()).optional(),
|
|
2972
|
+
gitBranch: z.string().optional(),
|
|
2973
|
+
edgeConfigId: z.nullable(z.string()).optional(),
|
|
2974
|
+
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
2975
|
+
contentHint: z.nullable(z.union([
|
|
2976
|
+
z.lazy(() => FilterProjectEnvsContentHint1$outboundSchema),
|
|
2977
|
+
z.lazy(() => FilterProjectEnvsContentHint2$outboundSchema),
|
|
2978
|
+
z.lazy(() => FilterProjectEnvsContentHint3$outboundSchema),
|
|
2979
|
+
z.lazy(() => FilterProjectEnvsContentHint4$outboundSchema),
|
|
2980
|
+
z.lazy(() => FilterProjectEnvsContentHint5$outboundSchema),
|
|
2981
|
+
z.lazy(() => FilterProjectEnvsContentHint6$outboundSchema),
|
|
2982
|
+
z.lazy(() => FilterProjectEnvsContentHint7$outboundSchema),
|
|
2983
|
+
z.lazy(() => FilterProjectEnvsContentHint8$outboundSchema),
|
|
2984
|
+
z.lazy(() => FilterProjectEnvsContentHint9$outboundSchema),
|
|
2985
|
+
z.lazy(() => FilterProjectEnvsContentHint10$outboundSchema),
|
|
2986
|
+
z.lazy(() => FilterProjectEnvsContentHint11$outboundSchema),
|
|
2987
|
+
z.lazy(() => FilterProjectEnvsContentHint12$outboundSchema),
|
|
2988
|
+
z.lazy(() => FilterProjectEnvsContentHint13$outboundSchema),
|
|
2989
|
+
z.lazy(() => FilterProjectEnvsContentHint15$outboundSchema),
|
|
2990
|
+
z.lazy(() => FilterProjectEnvsContentHint14$outboundSchema),
|
|
2991
|
+
])).optional(),
|
|
2992
|
+
internalContentHint: z.nullable(z.lazy(() => ResponseBodyInternalContentHint$outboundSchema)).optional(),
|
|
2993
|
+
decrypted: z.boolean().optional(),
|
|
2994
|
+
comment: z.string().optional(),
|
|
2995
|
+
customEnvironmentIds: z.array(z.string()).optional(),
|
|
2996
|
+
vsmValue: z.string().optional(),
|
|
2997
|
+
system: z.boolean().optional(),
|
|
2998
|
+
});
|
|
2999
|
+
/**
|
|
3000
|
+
* @internal
|
|
3001
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3002
|
+
*/
|
|
3003
|
+
export var FilterProjectEnvsResponseBody1$;
|
|
3004
|
+
(function (FilterProjectEnvsResponseBody1$) {
|
|
3005
|
+
/** @deprecated use `FilterProjectEnvsResponseBody1$inboundSchema` instead. */
|
|
3006
|
+
FilterProjectEnvsResponseBody1$.inboundSchema = FilterProjectEnvsResponseBody1$inboundSchema;
|
|
3007
|
+
/** @deprecated use `FilterProjectEnvsResponseBody1$outboundSchema` instead. */
|
|
3008
|
+
FilterProjectEnvsResponseBody1$.outboundSchema = FilterProjectEnvsResponseBody1$outboundSchema;
|
|
3009
|
+
})(FilterProjectEnvsResponseBody1$ || (FilterProjectEnvsResponseBody1$ = {}));
|
|
3010
|
+
export function filterProjectEnvsResponseBody1ToJSON(filterProjectEnvsResponseBody1) {
|
|
3011
|
+
return JSON.stringify(FilterProjectEnvsResponseBody1$outboundSchema.parse(filterProjectEnvsResponseBody1));
|
|
3012
|
+
}
|
|
3013
|
+
export function filterProjectEnvsResponseBody1FromJSON(jsonString) {
|
|
3014
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsResponseBody1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsResponseBody1' from JSON`);
|
|
3015
|
+
}
|
|
3016
|
+
/** @internal */
|
|
3017
|
+
export const FilterProjectEnvsResponseBody$inboundSchema = z.union([
|
|
3018
|
+
z.lazy(() => FilterProjectEnvsResponseBody3$inboundSchema),
|
|
3019
|
+
z.lazy(() => FilterProjectEnvsResponseBody2$inboundSchema),
|
|
3020
|
+
z.lazy(() => FilterProjectEnvsResponseBody1$inboundSchema),
|
|
3021
|
+
]);
|
|
3022
|
+
/** @internal */
|
|
3023
|
+
export const FilterProjectEnvsResponseBody$outboundSchema = z.union([
|
|
3024
|
+
z.lazy(() => FilterProjectEnvsResponseBody3$outboundSchema),
|
|
3025
|
+
z.lazy(() => FilterProjectEnvsResponseBody2$outboundSchema),
|
|
3026
|
+
z.lazy(() => FilterProjectEnvsResponseBody1$outboundSchema),
|
|
3027
|
+
]);
|
|
3028
|
+
/**
|
|
3029
|
+
* @internal
|
|
3030
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3031
|
+
*/
|
|
3032
|
+
export var FilterProjectEnvsResponseBody$;
|
|
3033
|
+
(function (FilterProjectEnvsResponseBody$) {
|
|
3034
|
+
/** @deprecated use `FilterProjectEnvsResponseBody$inboundSchema` instead. */
|
|
3035
|
+
FilterProjectEnvsResponseBody$.inboundSchema = FilterProjectEnvsResponseBody$inboundSchema;
|
|
3036
|
+
/** @deprecated use `FilterProjectEnvsResponseBody$outboundSchema` instead. */
|
|
3037
|
+
FilterProjectEnvsResponseBody$.outboundSchema = FilterProjectEnvsResponseBody$outboundSchema;
|
|
3038
|
+
})(FilterProjectEnvsResponseBody$ || (FilterProjectEnvsResponseBody$ = {}));
|
|
3039
|
+
export function filterProjectEnvsResponseBodyToJSON(filterProjectEnvsResponseBody) {
|
|
3040
|
+
return JSON.stringify(FilterProjectEnvsResponseBody$outboundSchema.parse(filterProjectEnvsResponseBody));
|
|
3041
|
+
}
|
|
3042
|
+
export function filterProjectEnvsResponseBodyFromJSON(jsonString) {
|
|
3043
|
+
return safeParse(jsonString, (x) => FilterProjectEnvsResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FilterProjectEnvsResponseBody' from JSON`);
|
|
3044
|
+
}
|
|
3045
|
+
//# sourceMappingURL=filterprojectenvs.js.map
|