@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,2486 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
|
+
|
|
11
|
+
export type GetFirewallConfigRequest = {
|
|
12
|
+
projectId: string;
|
|
13
|
+
/**
|
|
14
|
+
* The Team identifier to perform the request on behalf of.
|
|
15
|
+
*/
|
|
16
|
+
teamId?: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* The Team slug to perform the request on behalf of.
|
|
19
|
+
*/
|
|
20
|
+
slug?: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* The deployed configVersion for the firewall configuration
|
|
23
|
+
*/
|
|
24
|
+
configVersion: string;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction =
|
|
28
|
+
{
|
|
29
|
+
Deny: "deny",
|
|
30
|
+
Log: "log",
|
|
31
|
+
} as const;
|
|
32
|
+
export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction =
|
|
33
|
+
ClosedEnum<
|
|
34
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction
|
|
35
|
+
>;
|
|
36
|
+
|
|
37
|
+
export type GetFirewallConfigSd = {
|
|
38
|
+
active: boolean;
|
|
39
|
+
action:
|
|
40
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction;
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction =
|
|
44
|
+
{
|
|
45
|
+
Deny: "deny",
|
|
46
|
+
Log: "log",
|
|
47
|
+
} as const;
|
|
48
|
+
export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction =
|
|
49
|
+
ClosedEnum<
|
|
50
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction
|
|
51
|
+
>;
|
|
52
|
+
|
|
53
|
+
export type GetFirewallConfigMa = {
|
|
54
|
+
active: boolean;
|
|
55
|
+
action:
|
|
56
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction;
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
export const GetFirewallConfigSecurityResponseAction = {
|
|
60
|
+
Deny: "deny",
|
|
61
|
+
Log: "log",
|
|
62
|
+
} as const;
|
|
63
|
+
export type GetFirewallConfigSecurityResponseAction = ClosedEnum<
|
|
64
|
+
typeof GetFirewallConfigSecurityResponseAction
|
|
65
|
+
>;
|
|
66
|
+
|
|
67
|
+
export type GetFirewallConfigLfi = {
|
|
68
|
+
active: boolean;
|
|
69
|
+
action: GetFirewallConfigSecurityResponseAction;
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
export const GetFirewallConfigSecurityResponse200Action = {
|
|
73
|
+
Deny: "deny",
|
|
74
|
+
Log: "log",
|
|
75
|
+
} as const;
|
|
76
|
+
export type GetFirewallConfigSecurityResponse200Action = ClosedEnum<
|
|
77
|
+
typeof GetFirewallConfigSecurityResponse200Action
|
|
78
|
+
>;
|
|
79
|
+
|
|
80
|
+
export type GetFirewallConfigRfi = {
|
|
81
|
+
active: boolean;
|
|
82
|
+
action: GetFirewallConfigSecurityResponse200Action;
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONAction = {
|
|
86
|
+
Deny: "deny",
|
|
87
|
+
Log: "log",
|
|
88
|
+
} as const;
|
|
89
|
+
export type GetFirewallConfigSecurityResponse200ApplicationJSONAction =
|
|
90
|
+
ClosedEnum<typeof GetFirewallConfigSecurityResponse200ApplicationJSONAction>;
|
|
91
|
+
|
|
92
|
+
export type GetFirewallConfigRce = {
|
|
93
|
+
active: boolean;
|
|
94
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONAction;
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction =
|
|
98
|
+
{
|
|
99
|
+
Deny: "deny",
|
|
100
|
+
Log: "log",
|
|
101
|
+
} as const;
|
|
102
|
+
export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction =
|
|
103
|
+
ClosedEnum<
|
|
104
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction
|
|
105
|
+
>;
|
|
106
|
+
|
|
107
|
+
export type GetFirewallConfigPhp = {
|
|
108
|
+
active: boolean;
|
|
109
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction;
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction =
|
|
113
|
+
{
|
|
114
|
+
Deny: "deny",
|
|
115
|
+
Log: "log",
|
|
116
|
+
} as const;
|
|
117
|
+
export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction =
|
|
118
|
+
ClosedEnum<
|
|
119
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction
|
|
120
|
+
>;
|
|
121
|
+
|
|
122
|
+
export type GetFirewallConfigGen = {
|
|
123
|
+
active: boolean;
|
|
124
|
+
action:
|
|
125
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction;
|
|
126
|
+
};
|
|
127
|
+
|
|
128
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction =
|
|
129
|
+
{
|
|
130
|
+
Deny: "deny",
|
|
131
|
+
Log: "log",
|
|
132
|
+
} as const;
|
|
133
|
+
export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction =
|
|
134
|
+
ClosedEnum<
|
|
135
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction
|
|
136
|
+
>;
|
|
137
|
+
|
|
138
|
+
export type GetFirewallConfigXss = {
|
|
139
|
+
active: boolean;
|
|
140
|
+
action:
|
|
141
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction;
|
|
142
|
+
};
|
|
143
|
+
|
|
144
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction =
|
|
145
|
+
{
|
|
146
|
+
Deny: "deny",
|
|
147
|
+
Log: "log",
|
|
148
|
+
} as const;
|
|
149
|
+
export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction =
|
|
150
|
+
ClosedEnum<
|
|
151
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction
|
|
152
|
+
>;
|
|
153
|
+
|
|
154
|
+
export type GetFirewallConfigSqli = {
|
|
155
|
+
active: boolean;
|
|
156
|
+
action:
|
|
157
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction;
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction =
|
|
161
|
+
{
|
|
162
|
+
Deny: "deny",
|
|
163
|
+
Log: "log",
|
|
164
|
+
} as const;
|
|
165
|
+
export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction =
|
|
166
|
+
ClosedEnum<
|
|
167
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction
|
|
168
|
+
>;
|
|
169
|
+
|
|
170
|
+
export type GetFirewallConfigSf = {
|
|
171
|
+
active: boolean;
|
|
172
|
+
action:
|
|
173
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction;
|
|
174
|
+
};
|
|
175
|
+
|
|
176
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction =
|
|
177
|
+
{
|
|
178
|
+
Deny: "deny",
|
|
179
|
+
Log: "log",
|
|
180
|
+
} as const;
|
|
181
|
+
export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction =
|
|
182
|
+
ClosedEnum<
|
|
183
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction
|
|
184
|
+
>;
|
|
185
|
+
|
|
186
|
+
export type GetFirewallConfigJava = {
|
|
187
|
+
active: boolean;
|
|
188
|
+
action:
|
|
189
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction;
|
|
190
|
+
};
|
|
191
|
+
|
|
192
|
+
export type GetFirewallConfigCrs = {
|
|
193
|
+
sd: GetFirewallConfigSd;
|
|
194
|
+
ma: GetFirewallConfigMa;
|
|
195
|
+
lfi: GetFirewallConfigLfi;
|
|
196
|
+
rfi: GetFirewallConfigRfi;
|
|
197
|
+
rce: GetFirewallConfigRce;
|
|
198
|
+
php: GetFirewallConfigPhp;
|
|
199
|
+
gen: GetFirewallConfigGen;
|
|
200
|
+
xss: GetFirewallConfigXss;
|
|
201
|
+
sqli: GetFirewallConfigSqli;
|
|
202
|
+
sf: GetFirewallConfigSf;
|
|
203
|
+
java: GetFirewallConfigJava;
|
|
204
|
+
};
|
|
205
|
+
|
|
206
|
+
export const GetFirewallConfigType = {
|
|
207
|
+
Host: "host",
|
|
208
|
+
Path: "path",
|
|
209
|
+
Method: "method",
|
|
210
|
+
Header: "header",
|
|
211
|
+
Query: "query",
|
|
212
|
+
Cookie: "cookie",
|
|
213
|
+
TargetPath: "target_path",
|
|
214
|
+
IpAddress: "ip_address",
|
|
215
|
+
Protocol: "protocol",
|
|
216
|
+
Region: "region",
|
|
217
|
+
Scheme: "scheme",
|
|
218
|
+
Environment: "environment",
|
|
219
|
+
UserAgent: "user_agent",
|
|
220
|
+
GeoContinent: "geo_continent",
|
|
221
|
+
GeoCountry: "geo_country",
|
|
222
|
+
GeoCountryRegion: "geo_country_region",
|
|
223
|
+
GeoCity: "geo_city",
|
|
224
|
+
GeoAsNumber: "geo_as_number",
|
|
225
|
+
Ja4Digest: "ja4_digest",
|
|
226
|
+
Ja3Digest: "ja3_digest",
|
|
227
|
+
RateLimitApiId: "rate_limit_api_id",
|
|
228
|
+
} as const;
|
|
229
|
+
export type GetFirewallConfigType = ClosedEnum<typeof GetFirewallConfigType>;
|
|
230
|
+
|
|
231
|
+
export const GetFirewallConfigOp = {
|
|
232
|
+
Re: "re",
|
|
233
|
+
Eq: "eq",
|
|
234
|
+
Ex: "ex",
|
|
235
|
+
Inc: "inc",
|
|
236
|
+
Pre: "pre",
|
|
237
|
+
Suf: "suf",
|
|
238
|
+
Sub: "sub",
|
|
239
|
+
Gt: "gt",
|
|
240
|
+
Gte: "gte",
|
|
241
|
+
Lt: "lt",
|
|
242
|
+
Lte: "lte",
|
|
243
|
+
Nex: "nex",
|
|
244
|
+
Ninc: "ninc",
|
|
245
|
+
Neq: "neq",
|
|
246
|
+
} as const;
|
|
247
|
+
export type GetFirewallConfigOp = ClosedEnum<typeof GetFirewallConfigOp>;
|
|
248
|
+
|
|
249
|
+
export type GetFirewallConfigValue = string | number | Array<string>;
|
|
250
|
+
|
|
251
|
+
export type GetFirewallConfigConditions = {
|
|
252
|
+
type: GetFirewallConfigType;
|
|
253
|
+
op: GetFirewallConfigOp;
|
|
254
|
+
neg?: boolean | undefined;
|
|
255
|
+
key?: string | undefined;
|
|
256
|
+
value?: string | number | Array<string> | undefined;
|
|
257
|
+
};
|
|
258
|
+
|
|
259
|
+
export type GetFirewallConfigConditionGroup = {
|
|
260
|
+
conditions: Array<GetFirewallConfigConditions>;
|
|
261
|
+
};
|
|
262
|
+
|
|
263
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction =
|
|
264
|
+
{
|
|
265
|
+
Deny: "deny",
|
|
266
|
+
Log: "log",
|
|
267
|
+
Challenge: "challenge",
|
|
268
|
+
Bypass: "bypass",
|
|
269
|
+
RateLimit: "rate_limit",
|
|
270
|
+
Redirect: "redirect",
|
|
271
|
+
} as const;
|
|
272
|
+
export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction =
|
|
273
|
+
ClosedEnum<
|
|
274
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction
|
|
275
|
+
>;
|
|
276
|
+
|
|
277
|
+
export const GetFirewallConfigAlgo = {
|
|
278
|
+
FixedWindow: "fixed_window",
|
|
279
|
+
TokenBucket: "token_bucket",
|
|
280
|
+
} as const;
|
|
281
|
+
export type GetFirewallConfigAlgo = ClosedEnum<typeof GetFirewallConfigAlgo>;
|
|
282
|
+
|
|
283
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction =
|
|
284
|
+
{
|
|
285
|
+
Deny: "deny",
|
|
286
|
+
Log: "log",
|
|
287
|
+
Challenge: "challenge",
|
|
288
|
+
RateLimit: "rate_limit",
|
|
289
|
+
} as const;
|
|
290
|
+
export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction =
|
|
291
|
+
ClosedEnum<
|
|
292
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction
|
|
293
|
+
>;
|
|
294
|
+
|
|
295
|
+
export type GetFirewallConfigRateLimit = {
|
|
296
|
+
algo: GetFirewallConfigAlgo;
|
|
297
|
+
window: number;
|
|
298
|
+
limit: number;
|
|
299
|
+
keys: Array<string>;
|
|
300
|
+
action?:
|
|
301
|
+
| GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction
|
|
302
|
+
| null
|
|
303
|
+
| undefined;
|
|
304
|
+
};
|
|
305
|
+
|
|
306
|
+
export type GetFirewallConfigRedirect = {
|
|
307
|
+
location: string;
|
|
308
|
+
permanent: boolean;
|
|
309
|
+
};
|
|
310
|
+
|
|
311
|
+
export type GetFirewallConfigMitigate = {
|
|
312
|
+
action:
|
|
313
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction;
|
|
314
|
+
rateLimit?: GetFirewallConfigRateLimit | null | undefined;
|
|
315
|
+
redirect?: GetFirewallConfigRedirect | null | undefined;
|
|
316
|
+
actionDuration?: string | null | undefined;
|
|
317
|
+
};
|
|
318
|
+
|
|
319
|
+
export type GetFirewallConfigAction = {
|
|
320
|
+
mitigate?: GetFirewallConfigMitigate | undefined;
|
|
321
|
+
};
|
|
322
|
+
|
|
323
|
+
export type GetFirewallConfigRules = {
|
|
324
|
+
id: string;
|
|
325
|
+
name: string;
|
|
326
|
+
description?: string | undefined;
|
|
327
|
+
active: boolean;
|
|
328
|
+
conditionGroup: Array<GetFirewallConfigConditionGroup>;
|
|
329
|
+
action: GetFirewallConfigAction;
|
|
330
|
+
};
|
|
331
|
+
|
|
332
|
+
export const GetFirewallConfigSecurityAction = {
|
|
333
|
+
Deny: "deny",
|
|
334
|
+
Log: "log",
|
|
335
|
+
Challenge: "challenge",
|
|
336
|
+
Bypass: "bypass",
|
|
337
|
+
} as const;
|
|
338
|
+
export type GetFirewallConfigSecurityAction = ClosedEnum<
|
|
339
|
+
typeof GetFirewallConfigSecurityAction
|
|
340
|
+
>;
|
|
341
|
+
|
|
342
|
+
export type GetFirewallConfigIps = {
|
|
343
|
+
id: string;
|
|
344
|
+
hostname: string;
|
|
345
|
+
ip: string;
|
|
346
|
+
notes?: string | undefined;
|
|
347
|
+
action: GetFirewallConfigSecurityAction;
|
|
348
|
+
};
|
|
349
|
+
|
|
350
|
+
export type Changes = {};
|
|
351
|
+
|
|
352
|
+
export type GetFirewallConfigOwasp = {
|
|
353
|
+
active: boolean;
|
|
354
|
+
updatedAt?: string | undefined;
|
|
355
|
+
userId?: string | undefined;
|
|
356
|
+
username?: string | undefined;
|
|
357
|
+
};
|
|
358
|
+
|
|
359
|
+
export type VerifiedBotsBypass = {
|
|
360
|
+
active: boolean;
|
|
361
|
+
updatedAt?: string | undefined;
|
|
362
|
+
userId?: string | undefined;
|
|
363
|
+
username?: string | undefined;
|
|
364
|
+
};
|
|
365
|
+
|
|
366
|
+
export type GetFirewallConfigManagedRules = {
|
|
367
|
+
owasp?: GetFirewallConfigOwasp | undefined;
|
|
368
|
+
verifiedBotsBypass?: VerifiedBotsBypass | undefined;
|
|
369
|
+
};
|
|
370
|
+
|
|
371
|
+
export type GetFirewallConfigResponseBody = {
|
|
372
|
+
ownerId: string;
|
|
373
|
+
projectKey: string;
|
|
374
|
+
id: string;
|
|
375
|
+
version: number;
|
|
376
|
+
updatedAt: string;
|
|
377
|
+
firewallEnabled: boolean;
|
|
378
|
+
crs: GetFirewallConfigCrs;
|
|
379
|
+
rules: Array<GetFirewallConfigRules>;
|
|
380
|
+
ips: Array<GetFirewallConfigIps>;
|
|
381
|
+
changes: Array<Changes>;
|
|
382
|
+
managedRules?: GetFirewallConfigManagedRules | undefined;
|
|
383
|
+
};
|
|
384
|
+
|
|
385
|
+
/** @internal */
|
|
386
|
+
export const GetFirewallConfigRequest$inboundSchema: z.ZodType<
|
|
387
|
+
GetFirewallConfigRequest,
|
|
388
|
+
z.ZodTypeDef,
|
|
389
|
+
unknown
|
|
390
|
+
> = z.object({
|
|
391
|
+
projectId: z.string(),
|
|
392
|
+
teamId: z.string().optional(),
|
|
393
|
+
slug: z.string().optional(),
|
|
394
|
+
configVersion: z.string(),
|
|
395
|
+
});
|
|
396
|
+
|
|
397
|
+
/** @internal */
|
|
398
|
+
export type GetFirewallConfigRequest$Outbound = {
|
|
399
|
+
projectId: string;
|
|
400
|
+
teamId?: string | undefined;
|
|
401
|
+
slug?: string | undefined;
|
|
402
|
+
configVersion: string;
|
|
403
|
+
};
|
|
404
|
+
|
|
405
|
+
/** @internal */
|
|
406
|
+
export const GetFirewallConfigRequest$outboundSchema: z.ZodType<
|
|
407
|
+
GetFirewallConfigRequest$Outbound,
|
|
408
|
+
z.ZodTypeDef,
|
|
409
|
+
GetFirewallConfigRequest
|
|
410
|
+
> = z.object({
|
|
411
|
+
projectId: z.string(),
|
|
412
|
+
teamId: z.string().optional(),
|
|
413
|
+
slug: z.string().optional(),
|
|
414
|
+
configVersion: z.string(),
|
|
415
|
+
});
|
|
416
|
+
|
|
417
|
+
/**
|
|
418
|
+
* @internal
|
|
419
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
420
|
+
*/
|
|
421
|
+
export namespace GetFirewallConfigRequest$ {
|
|
422
|
+
/** @deprecated use `GetFirewallConfigRequest$inboundSchema` instead. */
|
|
423
|
+
export const inboundSchema = GetFirewallConfigRequest$inboundSchema;
|
|
424
|
+
/** @deprecated use `GetFirewallConfigRequest$outboundSchema` instead. */
|
|
425
|
+
export const outboundSchema = GetFirewallConfigRequest$outboundSchema;
|
|
426
|
+
/** @deprecated use `GetFirewallConfigRequest$Outbound` instead. */
|
|
427
|
+
export type Outbound = GetFirewallConfigRequest$Outbound;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
export function getFirewallConfigRequestToJSON(
|
|
431
|
+
getFirewallConfigRequest: GetFirewallConfigRequest,
|
|
432
|
+
): string {
|
|
433
|
+
return JSON.stringify(
|
|
434
|
+
GetFirewallConfigRequest$outboundSchema.parse(getFirewallConfigRequest),
|
|
435
|
+
);
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
export function getFirewallConfigRequestFromJSON(
|
|
439
|
+
jsonString: string,
|
|
440
|
+
): SafeParseResult<GetFirewallConfigRequest, SDKValidationError> {
|
|
441
|
+
return safeParse(
|
|
442
|
+
jsonString,
|
|
443
|
+
(x) => GetFirewallConfigRequest$inboundSchema.parse(JSON.parse(x)),
|
|
444
|
+
`Failed to parse 'GetFirewallConfigRequest' from JSON`,
|
|
445
|
+
);
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
/** @internal */
|
|
449
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$inboundSchema:
|
|
450
|
+
z.ZodNativeEnum<
|
|
451
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction
|
|
452
|
+
> = z.nativeEnum(
|
|
453
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction,
|
|
454
|
+
);
|
|
455
|
+
|
|
456
|
+
/** @internal */
|
|
457
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$outboundSchema:
|
|
458
|
+
z.ZodNativeEnum<
|
|
459
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction
|
|
460
|
+
> =
|
|
461
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$inboundSchema;
|
|
462
|
+
|
|
463
|
+
/**
|
|
464
|
+
* @internal
|
|
465
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
466
|
+
*/
|
|
467
|
+
export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$ {
|
|
468
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$inboundSchema` instead. */
|
|
469
|
+
export const inboundSchema =
|
|
470
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$inboundSchema;
|
|
471
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$outboundSchema` instead. */
|
|
472
|
+
export const outboundSchema =
|
|
473
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$outboundSchema;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
/** @internal */
|
|
477
|
+
export const GetFirewallConfigSd$inboundSchema: z.ZodType<
|
|
478
|
+
GetFirewallConfigSd,
|
|
479
|
+
z.ZodTypeDef,
|
|
480
|
+
unknown
|
|
481
|
+
> = z.object({
|
|
482
|
+
active: z.boolean(),
|
|
483
|
+
action:
|
|
484
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$inboundSchema,
|
|
485
|
+
});
|
|
486
|
+
|
|
487
|
+
/** @internal */
|
|
488
|
+
export type GetFirewallConfigSd$Outbound = {
|
|
489
|
+
active: boolean;
|
|
490
|
+
action: string;
|
|
491
|
+
};
|
|
492
|
+
|
|
493
|
+
/** @internal */
|
|
494
|
+
export const GetFirewallConfigSd$outboundSchema: z.ZodType<
|
|
495
|
+
GetFirewallConfigSd$Outbound,
|
|
496
|
+
z.ZodTypeDef,
|
|
497
|
+
GetFirewallConfigSd
|
|
498
|
+
> = z.object({
|
|
499
|
+
active: z.boolean(),
|
|
500
|
+
action:
|
|
501
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$outboundSchema,
|
|
502
|
+
});
|
|
503
|
+
|
|
504
|
+
/**
|
|
505
|
+
* @internal
|
|
506
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
507
|
+
*/
|
|
508
|
+
export namespace GetFirewallConfigSd$ {
|
|
509
|
+
/** @deprecated use `GetFirewallConfigSd$inboundSchema` instead. */
|
|
510
|
+
export const inboundSchema = GetFirewallConfigSd$inboundSchema;
|
|
511
|
+
/** @deprecated use `GetFirewallConfigSd$outboundSchema` instead. */
|
|
512
|
+
export const outboundSchema = GetFirewallConfigSd$outboundSchema;
|
|
513
|
+
/** @deprecated use `GetFirewallConfigSd$Outbound` instead. */
|
|
514
|
+
export type Outbound = GetFirewallConfigSd$Outbound;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
export function getFirewallConfigSdToJSON(
|
|
518
|
+
getFirewallConfigSd: GetFirewallConfigSd,
|
|
519
|
+
): string {
|
|
520
|
+
return JSON.stringify(
|
|
521
|
+
GetFirewallConfigSd$outboundSchema.parse(getFirewallConfigSd),
|
|
522
|
+
);
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
export function getFirewallConfigSdFromJSON(
|
|
526
|
+
jsonString: string,
|
|
527
|
+
): SafeParseResult<GetFirewallConfigSd, SDKValidationError> {
|
|
528
|
+
return safeParse(
|
|
529
|
+
jsonString,
|
|
530
|
+
(x) => GetFirewallConfigSd$inboundSchema.parse(JSON.parse(x)),
|
|
531
|
+
`Failed to parse 'GetFirewallConfigSd' from JSON`,
|
|
532
|
+
);
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
/** @internal */
|
|
536
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$inboundSchema:
|
|
537
|
+
z.ZodNativeEnum<
|
|
538
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction
|
|
539
|
+
> = z.nativeEnum(
|
|
540
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction,
|
|
541
|
+
);
|
|
542
|
+
|
|
543
|
+
/** @internal */
|
|
544
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$outboundSchema:
|
|
545
|
+
z.ZodNativeEnum<
|
|
546
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction
|
|
547
|
+
> =
|
|
548
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$inboundSchema;
|
|
549
|
+
|
|
550
|
+
/**
|
|
551
|
+
* @internal
|
|
552
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
553
|
+
*/
|
|
554
|
+
export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$ {
|
|
555
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$inboundSchema` instead. */
|
|
556
|
+
export const inboundSchema =
|
|
557
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$inboundSchema;
|
|
558
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$outboundSchema` instead. */
|
|
559
|
+
export const outboundSchema =
|
|
560
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$outboundSchema;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
/** @internal */
|
|
564
|
+
export const GetFirewallConfigMa$inboundSchema: z.ZodType<
|
|
565
|
+
GetFirewallConfigMa,
|
|
566
|
+
z.ZodTypeDef,
|
|
567
|
+
unknown
|
|
568
|
+
> = z.object({
|
|
569
|
+
active: z.boolean(),
|
|
570
|
+
action:
|
|
571
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$inboundSchema,
|
|
572
|
+
});
|
|
573
|
+
|
|
574
|
+
/** @internal */
|
|
575
|
+
export type GetFirewallConfigMa$Outbound = {
|
|
576
|
+
active: boolean;
|
|
577
|
+
action: string;
|
|
578
|
+
};
|
|
579
|
+
|
|
580
|
+
/** @internal */
|
|
581
|
+
export const GetFirewallConfigMa$outboundSchema: z.ZodType<
|
|
582
|
+
GetFirewallConfigMa$Outbound,
|
|
583
|
+
z.ZodTypeDef,
|
|
584
|
+
GetFirewallConfigMa
|
|
585
|
+
> = z.object({
|
|
586
|
+
active: z.boolean(),
|
|
587
|
+
action:
|
|
588
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$outboundSchema,
|
|
589
|
+
});
|
|
590
|
+
|
|
591
|
+
/**
|
|
592
|
+
* @internal
|
|
593
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
594
|
+
*/
|
|
595
|
+
export namespace GetFirewallConfigMa$ {
|
|
596
|
+
/** @deprecated use `GetFirewallConfigMa$inboundSchema` instead. */
|
|
597
|
+
export const inboundSchema = GetFirewallConfigMa$inboundSchema;
|
|
598
|
+
/** @deprecated use `GetFirewallConfigMa$outboundSchema` instead. */
|
|
599
|
+
export const outboundSchema = GetFirewallConfigMa$outboundSchema;
|
|
600
|
+
/** @deprecated use `GetFirewallConfigMa$Outbound` instead. */
|
|
601
|
+
export type Outbound = GetFirewallConfigMa$Outbound;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
export function getFirewallConfigMaToJSON(
|
|
605
|
+
getFirewallConfigMa: GetFirewallConfigMa,
|
|
606
|
+
): string {
|
|
607
|
+
return JSON.stringify(
|
|
608
|
+
GetFirewallConfigMa$outboundSchema.parse(getFirewallConfigMa),
|
|
609
|
+
);
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
export function getFirewallConfigMaFromJSON(
|
|
613
|
+
jsonString: string,
|
|
614
|
+
): SafeParseResult<GetFirewallConfigMa, SDKValidationError> {
|
|
615
|
+
return safeParse(
|
|
616
|
+
jsonString,
|
|
617
|
+
(x) => GetFirewallConfigMa$inboundSchema.parse(JSON.parse(x)),
|
|
618
|
+
`Failed to parse 'GetFirewallConfigMa' from JSON`,
|
|
619
|
+
);
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
/** @internal */
|
|
623
|
+
export const GetFirewallConfigSecurityResponseAction$inboundSchema:
|
|
624
|
+
z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponseAction> = z
|
|
625
|
+
.nativeEnum(GetFirewallConfigSecurityResponseAction);
|
|
626
|
+
|
|
627
|
+
/** @internal */
|
|
628
|
+
export const GetFirewallConfigSecurityResponseAction$outboundSchema:
|
|
629
|
+
z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponseAction> =
|
|
630
|
+
GetFirewallConfigSecurityResponseAction$inboundSchema;
|
|
631
|
+
|
|
632
|
+
/**
|
|
633
|
+
* @internal
|
|
634
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
635
|
+
*/
|
|
636
|
+
export namespace GetFirewallConfigSecurityResponseAction$ {
|
|
637
|
+
/** @deprecated use `GetFirewallConfigSecurityResponseAction$inboundSchema` instead. */
|
|
638
|
+
export const inboundSchema =
|
|
639
|
+
GetFirewallConfigSecurityResponseAction$inboundSchema;
|
|
640
|
+
/** @deprecated use `GetFirewallConfigSecurityResponseAction$outboundSchema` instead. */
|
|
641
|
+
export const outboundSchema =
|
|
642
|
+
GetFirewallConfigSecurityResponseAction$outboundSchema;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
/** @internal */
|
|
646
|
+
export const GetFirewallConfigLfi$inboundSchema: z.ZodType<
|
|
647
|
+
GetFirewallConfigLfi,
|
|
648
|
+
z.ZodTypeDef,
|
|
649
|
+
unknown
|
|
650
|
+
> = z.object({
|
|
651
|
+
active: z.boolean(),
|
|
652
|
+
action: GetFirewallConfigSecurityResponseAction$inboundSchema,
|
|
653
|
+
});
|
|
654
|
+
|
|
655
|
+
/** @internal */
|
|
656
|
+
export type GetFirewallConfigLfi$Outbound = {
|
|
657
|
+
active: boolean;
|
|
658
|
+
action: string;
|
|
659
|
+
};
|
|
660
|
+
|
|
661
|
+
/** @internal */
|
|
662
|
+
export const GetFirewallConfigLfi$outboundSchema: z.ZodType<
|
|
663
|
+
GetFirewallConfigLfi$Outbound,
|
|
664
|
+
z.ZodTypeDef,
|
|
665
|
+
GetFirewallConfigLfi
|
|
666
|
+
> = z.object({
|
|
667
|
+
active: z.boolean(),
|
|
668
|
+
action: GetFirewallConfigSecurityResponseAction$outboundSchema,
|
|
669
|
+
});
|
|
670
|
+
|
|
671
|
+
/**
|
|
672
|
+
* @internal
|
|
673
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
674
|
+
*/
|
|
675
|
+
export namespace GetFirewallConfigLfi$ {
|
|
676
|
+
/** @deprecated use `GetFirewallConfigLfi$inboundSchema` instead. */
|
|
677
|
+
export const inboundSchema = GetFirewallConfigLfi$inboundSchema;
|
|
678
|
+
/** @deprecated use `GetFirewallConfigLfi$outboundSchema` instead. */
|
|
679
|
+
export const outboundSchema = GetFirewallConfigLfi$outboundSchema;
|
|
680
|
+
/** @deprecated use `GetFirewallConfigLfi$Outbound` instead. */
|
|
681
|
+
export type Outbound = GetFirewallConfigLfi$Outbound;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
export function getFirewallConfigLfiToJSON(
|
|
685
|
+
getFirewallConfigLfi: GetFirewallConfigLfi,
|
|
686
|
+
): string {
|
|
687
|
+
return JSON.stringify(
|
|
688
|
+
GetFirewallConfigLfi$outboundSchema.parse(getFirewallConfigLfi),
|
|
689
|
+
);
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
export function getFirewallConfigLfiFromJSON(
|
|
693
|
+
jsonString: string,
|
|
694
|
+
): SafeParseResult<GetFirewallConfigLfi, SDKValidationError> {
|
|
695
|
+
return safeParse(
|
|
696
|
+
jsonString,
|
|
697
|
+
(x) => GetFirewallConfigLfi$inboundSchema.parse(JSON.parse(x)),
|
|
698
|
+
`Failed to parse 'GetFirewallConfigLfi' from JSON`,
|
|
699
|
+
);
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
/** @internal */
|
|
703
|
+
export const GetFirewallConfigSecurityResponse200Action$inboundSchema:
|
|
704
|
+
z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponse200Action> = z
|
|
705
|
+
.nativeEnum(GetFirewallConfigSecurityResponse200Action);
|
|
706
|
+
|
|
707
|
+
/** @internal */
|
|
708
|
+
export const GetFirewallConfigSecurityResponse200Action$outboundSchema:
|
|
709
|
+
z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponse200Action> =
|
|
710
|
+
GetFirewallConfigSecurityResponse200Action$inboundSchema;
|
|
711
|
+
|
|
712
|
+
/**
|
|
713
|
+
* @internal
|
|
714
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
715
|
+
*/
|
|
716
|
+
export namespace GetFirewallConfigSecurityResponse200Action$ {
|
|
717
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200Action$inboundSchema` instead. */
|
|
718
|
+
export const inboundSchema =
|
|
719
|
+
GetFirewallConfigSecurityResponse200Action$inboundSchema;
|
|
720
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200Action$outboundSchema` instead. */
|
|
721
|
+
export const outboundSchema =
|
|
722
|
+
GetFirewallConfigSecurityResponse200Action$outboundSchema;
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
/** @internal */
|
|
726
|
+
export const GetFirewallConfigRfi$inboundSchema: z.ZodType<
|
|
727
|
+
GetFirewallConfigRfi,
|
|
728
|
+
z.ZodTypeDef,
|
|
729
|
+
unknown
|
|
730
|
+
> = z.object({
|
|
731
|
+
active: z.boolean(),
|
|
732
|
+
action: GetFirewallConfigSecurityResponse200Action$inboundSchema,
|
|
733
|
+
});
|
|
734
|
+
|
|
735
|
+
/** @internal */
|
|
736
|
+
export type GetFirewallConfigRfi$Outbound = {
|
|
737
|
+
active: boolean;
|
|
738
|
+
action: string;
|
|
739
|
+
};
|
|
740
|
+
|
|
741
|
+
/** @internal */
|
|
742
|
+
export const GetFirewallConfigRfi$outboundSchema: z.ZodType<
|
|
743
|
+
GetFirewallConfigRfi$Outbound,
|
|
744
|
+
z.ZodTypeDef,
|
|
745
|
+
GetFirewallConfigRfi
|
|
746
|
+
> = z.object({
|
|
747
|
+
active: z.boolean(),
|
|
748
|
+
action: GetFirewallConfigSecurityResponse200Action$outboundSchema,
|
|
749
|
+
});
|
|
750
|
+
|
|
751
|
+
/**
|
|
752
|
+
* @internal
|
|
753
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
754
|
+
*/
|
|
755
|
+
export namespace GetFirewallConfigRfi$ {
|
|
756
|
+
/** @deprecated use `GetFirewallConfigRfi$inboundSchema` instead. */
|
|
757
|
+
export const inboundSchema = GetFirewallConfigRfi$inboundSchema;
|
|
758
|
+
/** @deprecated use `GetFirewallConfigRfi$outboundSchema` instead. */
|
|
759
|
+
export const outboundSchema = GetFirewallConfigRfi$outboundSchema;
|
|
760
|
+
/** @deprecated use `GetFirewallConfigRfi$Outbound` instead. */
|
|
761
|
+
export type Outbound = GetFirewallConfigRfi$Outbound;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
export function getFirewallConfigRfiToJSON(
|
|
765
|
+
getFirewallConfigRfi: GetFirewallConfigRfi,
|
|
766
|
+
): string {
|
|
767
|
+
return JSON.stringify(
|
|
768
|
+
GetFirewallConfigRfi$outboundSchema.parse(getFirewallConfigRfi),
|
|
769
|
+
);
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
export function getFirewallConfigRfiFromJSON(
|
|
773
|
+
jsonString: string,
|
|
774
|
+
): SafeParseResult<GetFirewallConfigRfi, SDKValidationError> {
|
|
775
|
+
return safeParse(
|
|
776
|
+
jsonString,
|
|
777
|
+
(x) => GetFirewallConfigRfi$inboundSchema.parse(JSON.parse(x)),
|
|
778
|
+
`Failed to parse 'GetFirewallConfigRfi' from JSON`,
|
|
779
|
+
);
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
/** @internal */
|
|
783
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema:
|
|
784
|
+
z.ZodNativeEnum<
|
|
785
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONAction
|
|
786
|
+
> = z.nativeEnum(GetFirewallConfigSecurityResponse200ApplicationJSONAction);
|
|
787
|
+
|
|
788
|
+
/** @internal */
|
|
789
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema:
|
|
790
|
+
z.ZodNativeEnum<
|
|
791
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONAction
|
|
792
|
+
> = GetFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema;
|
|
793
|
+
|
|
794
|
+
/**
|
|
795
|
+
* @internal
|
|
796
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
797
|
+
*/
|
|
798
|
+
export namespace GetFirewallConfigSecurityResponse200ApplicationJSONAction$ {
|
|
799
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema` instead. */
|
|
800
|
+
export const inboundSchema =
|
|
801
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema;
|
|
802
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema` instead. */
|
|
803
|
+
export const outboundSchema =
|
|
804
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema;
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
/** @internal */
|
|
808
|
+
export const GetFirewallConfigRce$inboundSchema: z.ZodType<
|
|
809
|
+
GetFirewallConfigRce,
|
|
810
|
+
z.ZodTypeDef,
|
|
811
|
+
unknown
|
|
812
|
+
> = z.object({
|
|
813
|
+
active: z.boolean(),
|
|
814
|
+
action:
|
|
815
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema,
|
|
816
|
+
});
|
|
817
|
+
|
|
818
|
+
/** @internal */
|
|
819
|
+
export type GetFirewallConfigRce$Outbound = {
|
|
820
|
+
active: boolean;
|
|
821
|
+
action: string;
|
|
822
|
+
};
|
|
823
|
+
|
|
824
|
+
/** @internal */
|
|
825
|
+
export const GetFirewallConfigRce$outboundSchema: z.ZodType<
|
|
826
|
+
GetFirewallConfigRce$Outbound,
|
|
827
|
+
z.ZodTypeDef,
|
|
828
|
+
GetFirewallConfigRce
|
|
829
|
+
> = z.object({
|
|
830
|
+
active: z.boolean(),
|
|
831
|
+
action:
|
|
832
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema,
|
|
833
|
+
});
|
|
834
|
+
|
|
835
|
+
/**
|
|
836
|
+
* @internal
|
|
837
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
838
|
+
*/
|
|
839
|
+
export namespace GetFirewallConfigRce$ {
|
|
840
|
+
/** @deprecated use `GetFirewallConfigRce$inboundSchema` instead. */
|
|
841
|
+
export const inboundSchema = GetFirewallConfigRce$inboundSchema;
|
|
842
|
+
/** @deprecated use `GetFirewallConfigRce$outboundSchema` instead. */
|
|
843
|
+
export const outboundSchema = GetFirewallConfigRce$outboundSchema;
|
|
844
|
+
/** @deprecated use `GetFirewallConfigRce$Outbound` instead. */
|
|
845
|
+
export type Outbound = GetFirewallConfigRce$Outbound;
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
export function getFirewallConfigRceToJSON(
|
|
849
|
+
getFirewallConfigRce: GetFirewallConfigRce,
|
|
850
|
+
): string {
|
|
851
|
+
return JSON.stringify(
|
|
852
|
+
GetFirewallConfigRce$outboundSchema.parse(getFirewallConfigRce),
|
|
853
|
+
);
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
export function getFirewallConfigRceFromJSON(
|
|
857
|
+
jsonString: string,
|
|
858
|
+
): SafeParseResult<GetFirewallConfigRce, SDKValidationError> {
|
|
859
|
+
return safeParse(
|
|
860
|
+
jsonString,
|
|
861
|
+
(x) => GetFirewallConfigRce$inboundSchema.parse(JSON.parse(x)),
|
|
862
|
+
`Failed to parse 'GetFirewallConfigRce' from JSON`,
|
|
863
|
+
);
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
/** @internal */
|
|
867
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema:
|
|
868
|
+
z.ZodNativeEnum<
|
|
869
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction
|
|
870
|
+
> = z.nativeEnum(
|
|
871
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction,
|
|
872
|
+
);
|
|
873
|
+
|
|
874
|
+
/** @internal */
|
|
875
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema:
|
|
876
|
+
z.ZodNativeEnum<
|
|
877
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction
|
|
878
|
+
> =
|
|
879
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema;
|
|
880
|
+
|
|
881
|
+
/**
|
|
882
|
+
* @internal
|
|
883
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
884
|
+
*/
|
|
885
|
+
export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$ {
|
|
886
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema` instead. */
|
|
887
|
+
export const inboundSchema =
|
|
888
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema;
|
|
889
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema` instead. */
|
|
890
|
+
export const outboundSchema =
|
|
891
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
/** @internal */
|
|
895
|
+
export const GetFirewallConfigPhp$inboundSchema: z.ZodType<
|
|
896
|
+
GetFirewallConfigPhp,
|
|
897
|
+
z.ZodTypeDef,
|
|
898
|
+
unknown
|
|
899
|
+
> = z.object({
|
|
900
|
+
active: z.boolean(),
|
|
901
|
+
action:
|
|
902
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema,
|
|
903
|
+
});
|
|
904
|
+
|
|
905
|
+
/** @internal */
|
|
906
|
+
export type GetFirewallConfigPhp$Outbound = {
|
|
907
|
+
active: boolean;
|
|
908
|
+
action: string;
|
|
909
|
+
};
|
|
910
|
+
|
|
911
|
+
/** @internal */
|
|
912
|
+
export const GetFirewallConfigPhp$outboundSchema: z.ZodType<
|
|
913
|
+
GetFirewallConfigPhp$Outbound,
|
|
914
|
+
z.ZodTypeDef,
|
|
915
|
+
GetFirewallConfigPhp
|
|
916
|
+
> = z.object({
|
|
917
|
+
active: z.boolean(),
|
|
918
|
+
action:
|
|
919
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema,
|
|
920
|
+
});
|
|
921
|
+
|
|
922
|
+
/**
|
|
923
|
+
* @internal
|
|
924
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
925
|
+
*/
|
|
926
|
+
export namespace GetFirewallConfigPhp$ {
|
|
927
|
+
/** @deprecated use `GetFirewallConfigPhp$inboundSchema` instead. */
|
|
928
|
+
export const inboundSchema = GetFirewallConfigPhp$inboundSchema;
|
|
929
|
+
/** @deprecated use `GetFirewallConfigPhp$outboundSchema` instead. */
|
|
930
|
+
export const outboundSchema = GetFirewallConfigPhp$outboundSchema;
|
|
931
|
+
/** @deprecated use `GetFirewallConfigPhp$Outbound` instead. */
|
|
932
|
+
export type Outbound = GetFirewallConfigPhp$Outbound;
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
export function getFirewallConfigPhpToJSON(
|
|
936
|
+
getFirewallConfigPhp: GetFirewallConfigPhp,
|
|
937
|
+
): string {
|
|
938
|
+
return JSON.stringify(
|
|
939
|
+
GetFirewallConfigPhp$outboundSchema.parse(getFirewallConfigPhp),
|
|
940
|
+
);
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
export function getFirewallConfigPhpFromJSON(
|
|
944
|
+
jsonString: string,
|
|
945
|
+
): SafeParseResult<GetFirewallConfigPhp, SDKValidationError> {
|
|
946
|
+
return safeParse(
|
|
947
|
+
jsonString,
|
|
948
|
+
(x) => GetFirewallConfigPhp$inboundSchema.parse(JSON.parse(x)),
|
|
949
|
+
`Failed to parse 'GetFirewallConfigPhp' from JSON`,
|
|
950
|
+
);
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
/** @internal */
|
|
954
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$inboundSchema:
|
|
955
|
+
z.ZodNativeEnum<
|
|
956
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction
|
|
957
|
+
> = z.nativeEnum(
|
|
958
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction,
|
|
959
|
+
);
|
|
960
|
+
|
|
961
|
+
/** @internal */
|
|
962
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$outboundSchema:
|
|
963
|
+
z.ZodNativeEnum<
|
|
964
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction
|
|
965
|
+
> =
|
|
966
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$inboundSchema;
|
|
967
|
+
|
|
968
|
+
/**
|
|
969
|
+
* @internal
|
|
970
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
971
|
+
*/
|
|
972
|
+
export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$ {
|
|
973
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$inboundSchema` instead. */
|
|
974
|
+
export const inboundSchema =
|
|
975
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$inboundSchema;
|
|
976
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$outboundSchema` instead. */
|
|
977
|
+
export const outboundSchema =
|
|
978
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$outboundSchema;
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
/** @internal */
|
|
982
|
+
export const GetFirewallConfigGen$inboundSchema: z.ZodType<
|
|
983
|
+
GetFirewallConfigGen,
|
|
984
|
+
z.ZodTypeDef,
|
|
985
|
+
unknown
|
|
986
|
+
> = z.object({
|
|
987
|
+
active: z.boolean(),
|
|
988
|
+
action:
|
|
989
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$inboundSchema,
|
|
990
|
+
});
|
|
991
|
+
|
|
992
|
+
/** @internal */
|
|
993
|
+
export type GetFirewallConfigGen$Outbound = {
|
|
994
|
+
active: boolean;
|
|
995
|
+
action: string;
|
|
996
|
+
};
|
|
997
|
+
|
|
998
|
+
/** @internal */
|
|
999
|
+
export const GetFirewallConfigGen$outboundSchema: z.ZodType<
|
|
1000
|
+
GetFirewallConfigGen$Outbound,
|
|
1001
|
+
z.ZodTypeDef,
|
|
1002
|
+
GetFirewallConfigGen
|
|
1003
|
+
> = z.object({
|
|
1004
|
+
active: z.boolean(),
|
|
1005
|
+
action:
|
|
1006
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$outboundSchema,
|
|
1007
|
+
});
|
|
1008
|
+
|
|
1009
|
+
/**
|
|
1010
|
+
* @internal
|
|
1011
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1012
|
+
*/
|
|
1013
|
+
export namespace GetFirewallConfigGen$ {
|
|
1014
|
+
/** @deprecated use `GetFirewallConfigGen$inboundSchema` instead. */
|
|
1015
|
+
export const inboundSchema = GetFirewallConfigGen$inboundSchema;
|
|
1016
|
+
/** @deprecated use `GetFirewallConfigGen$outboundSchema` instead. */
|
|
1017
|
+
export const outboundSchema = GetFirewallConfigGen$outboundSchema;
|
|
1018
|
+
/** @deprecated use `GetFirewallConfigGen$Outbound` instead. */
|
|
1019
|
+
export type Outbound = GetFirewallConfigGen$Outbound;
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
export function getFirewallConfigGenToJSON(
|
|
1023
|
+
getFirewallConfigGen: GetFirewallConfigGen,
|
|
1024
|
+
): string {
|
|
1025
|
+
return JSON.stringify(
|
|
1026
|
+
GetFirewallConfigGen$outboundSchema.parse(getFirewallConfigGen),
|
|
1027
|
+
);
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
export function getFirewallConfigGenFromJSON(
|
|
1031
|
+
jsonString: string,
|
|
1032
|
+
): SafeParseResult<GetFirewallConfigGen, SDKValidationError> {
|
|
1033
|
+
return safeParse(
|
|
1034
|
+
jsonString,
|
|
1035
|
+
(x) => GetFirewallConfigGen$inboundSchema.parse(JSON.parse(x)),
|
|
1036
|
+
`Failed to parse 'GetFirewallConfigGen' from JSON`,
|
|
1037
|
+
);
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
/** @internal */
|
|
1041
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$inboundSchema:
|
|
1042
|
+
z.ZodNativeEnum<
|
|
1043
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction
|
|
1044
|
+
> = z.nativeEnum(
|
|
1045
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction,
|
|
1046
|
+
);
|
|
1047
|
+
|
|
1048
|
+
/** @internal */
|
|
1049
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$outboundSchema:
|
|
1050
|
+
z.ZodNativeEnum<
|
|
1051
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction
|
|
1052
|
+
> =
|
|
1053
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$inboundSchema;
|
|
1054
|
+
|
|
1055
|
+
/**
|
|
1056
|
+
* @internal
|
|
1057
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1058
|
+
*/
|
|
1059
|
+
export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$ {
|
|
1060
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$inboundSchema` instead. */
|
|
1061
|
+
export const inboundSchema =
|
|
1062
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$inboundSchema;
|
|
1063
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$outboundSchema` instead. */
|
|
1064
|
+
export const outboundSchema =
|
|
1065
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$outboundSchema;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
/** @internal */
|
|
1069
|
+
export const GetFirewallConfigXss$inboundSchema: z.ZodType<
|
|
1070
|
+
GetFirewallConfigXss,
|
|
1071
|
+
z.ZodTypeDef,
|
|
1072
|
+
unknown
|
|
1073
|
+
> = z.object({
|
|
1074
|
+
active: z.boolean(),
|
|
1075
|
+
action:
|
|
1076
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$inboundSchema,
|
|
1077
|
+
});
|
|
1078
|
+
|
|
1079
|
+
/** @internal */
|
|
1080
|
+
export type GetFirewallConfigXss$Outbound = {
|
|
1081
|
+
active: boolean;
|
|
1082
|
+
action: string;
|
|
1083
|
+
};
|
|
1084
|
+
|
|
1085
|
+
/** @internal */
|
|
1086
|
+
export const GetFirewallConfigXss$outboundSchema: z.ZodType<
|
|
1087
|
+
GetFirewallConfigXss$Outbound,
|
|
1088
|
+
z.ZodTypeDef,
|
|
1089
|
+
GetFirewallConfigXss
|
|
1090
|
+
> = z.object({
|
|
1091
|
+
active: z.boolean(),
|
|
1092
|
+
action:
|
|
1093
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$outboundSchema,
|
|
1094
|
+
});
|
|
1095
|
+
|
|
1096
|
+
/**
|
|
1097
|
+
* @internal
|
|
1098
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1099
|
+
*/
|
|
1100
|
+
export namespace GetFirewallConfigXss$ {
|
|
1101
|
+
/** @deprecated use `GetFirewallConfigXss$inboundSchema` instead. */
|
|
1102
|
+
export const inboundSchema = GetFirewallConfigXss$inboundSchema;
|
|
1103
|
+
/** @deprecated use `GetFirewallConfigXss$outboundSchema` instead. */
|
|
1104
|
+
export const outboundSchema = GetFirewallConfigXss$outboundSchema;
|
|
1105
|
+
/** @deprecated use `GetFirewallConfigXss$Outbound` instead. */
|
|
1106
|
+
export type Outbound = GetFirewallConfigXss$Outbound;
|
|
1107
|
+
}
|
|
1108
|
+
|
|
1109
|
+
export function getFirewallConfigXssToJSON(
|
|
1110
|
+
getFirewallConfigXss: GetFirewallConfigXss,
|
|
1111
|
+
): string {
|
|
1112
|
+
return JSON.stringify(
|
|
1113
|
+
GetFirewallConfigXss$outboundSchema.parse(getFirewallConfigXss),
|
|
1114
|
+
);
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
export function getFirewallConfigXssFromJSON(
|
|
1118
|
+
jsonString: string,
|
|
1119
|
+
): SafeParseResult<GetFirewallConfigXss, SDKValidationError> {
|
|
1120
|
+
return safeParse(
|
|
1121
|
+
jsonString,
|
|
1122
|
+
(x) => GetFirewallConfigXss$inboundSchema.parse(JSON.parse(x)),
|
|
1123
|
+
`Failed to parse 'GetFirewallConfigXss' from JSON`,
|
|
1124
|
+
);
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
/** @internal */
|
|
1128
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$inboundSchema:
|
|
1129
|
+
z.ZodNativeEnum<
|
|
1130
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction
|
|
1131
|
+
> = z.nativeEnum(
|
|
1132
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction,
|
|
1133
|
+
);
|
|
1134
|
+
|
|
1135
|
+
/** @internal */
|
|
1136
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$outboundSchema:
|
|
1137
|
+
z.ZodNativeEnum<
|
|
1138
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction
|
|
1139
|
+
> =
|
|
1140
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$inboundSchema;
|
|
1141
|
+
|
|
1142
|
+
/**
|
|
1143
|
+
* @internal
|
|
1144
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1145
|
+
*/
|
|
1146
|
+
export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$ {
|
|
1147
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$inboundSchema` instead. */
|
|
1148
|
+
export const inboundSchema =
|
|
1149
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$inboundSchema;
|
|
1150
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$outboundSchema` instead. */
|
|
1151
|
+
export const outboundSchema =
|
|
1152
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$outboundSchema;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
/** @internal */
|
|
1156
|
+
export const GetFirewallConfigSqli$inboundSchema: z.ZodType<
|
|
1157
|
+
GetFirewallConfigSqli,
|
|
1158
|
+
z.ZodTypeDef,
|
|
1159
|
+
unknown
|
|
1160
|
+
> = z.object({
|
|
1161
|
+
active: z.boolean(),
|
|
1162
|
+
action:
|
|
1163
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$inboundSchema,
|
|
1164
|
+
});
|
|
1165
|
+
|
|
1166
|
+
/** @internal */
|
|
1167
|
+
export type GetFirewallConfigSqli$Outbound = {
|
|
1168
|
+
active: boolean;
|
|
1169
|
+
action: string;
|
|
1170
|
+
};
|
|
1171
|
+
|
|
1172
|
+
/** @internal */
|
|
1173
|
+
export const GetFirewallConfigSqli$outboundSchema: z.ZodType<
|
|
1174
|
+
GetFirewallConfigSqli$Outbound,
|
|
1175
|
+
z.ZodTypeDef,
|
|
1176
|
+
GetFirewallConfigSqli
|
|
1177
|
+
> = z.object({
|
|
1178
|
+
active: z.boolean(),
|
|
1179
|
+
action:
|
|
1180
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$outboundSchema,
|
|
1181
|
+
});
|
|
1182
|
+
|
|
1183
|
+
/**
|
|
1184
|
+
* @internal
|
|
1185
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1186
|
+
*/
|
|
1187
|
+
export namespace GetFirewallConfigSqli$ {
|
|
1188
|
+
/** @deprecated use `GetFirewallConfigSqli$inboundSchema` instead. */
|
|
1189
|
+
export const inboundSchema = GetFirewallConfigSqli$inboundSchema;
|
|
1190
|
+
/** @deprecated use `GetFirewallConfigSqli$outboundSchema` instead. */
|
|
1191
|
+
export const outboundSchema = GetFirewallConfigSqli$outboundSchema;
|
|
1192
|
+
/** @deprecated use `GetFirewallConfigSqli$Outbound` instead. */
|
|
1193
|
+
export type Outbound = GetFirewallConfigSqli$Outbound;
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
export function getFirewallConfigSqliToJSON(
|
|
1197
|
+
getFirewallConfigSqli: GetFirewallConfigSqli,
|
|
1198
|
+
): string {
|
|
1199
|
+
return JSON.stringify(
|
|
1200
|
+
GetFirewallConfigSqli$outboundSchema.parse(getFirewallConfigSqli),
|
|
1201
|
+
);
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
export function getFirewallConfigSqliFromJSON(
|
|
1205
|
+
jsonString: string,
|
|
1206
|
+
): SafeParseResult<GetFirewallConfigSqli, SDKValidationError> {
|
|
1207
|
+
return safeParse(
|
|
1208
|
+
jsonString,
|
|
1209
|
+
(x) => GetFirewallConfigSqli$inboundSchema.parse(JSON.parse(x)),
|
|
1210
|
+
`Failed to parse 'GetFirewallConfigSqli' from JSON`,
|
|
1211
|
+
);
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
/** @internal */
|
|
1215
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$inboundSchema:
|
|
1216
|
+
z.ZodNativeEnum<
|
|
1217
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction
|
|
1218
|
+
> = z.nativeEnum(
|
|
1219
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction,
|
|
1220
|
+
);
|
|
1221
|
+
|
|
1222
|
+
/** @internal */
|
|
1223
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$outboundSchema:
|
|
1224
|
+
z.ZodNativeEnum<
|
|
1225
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction
|
|
1226
|
+
> =
|
|
1227
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$inboundSchema;
|
|
1228
|
+
|
|
1229
|
+
/**
|
|
1230
|
+
* @internal
|
|
1231
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1232
|
+
*/
|
|
1233
|
+
export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$ {
|
|
1234
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$inboundSchema` instead. */
|
|
1235
|
+
export const inboundSchema =
|
|
1236
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$inboundSchema;
|
|
1237
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$outboundSchema` instead. */
|
|
1238
|
+
export const outboundSchema =
|
|
1239
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$outboundSchema;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
/** @internal */
|
|
1243
|
+
export const GetFirewallConfigSf$inboundSchema: z.ZodType<
|
|
1244
|
+
GetFirewallConfigSf,
|
|
1245
|
+
z.ZodTypeDef,
|
|
1246
|
+
unknown
|
|
1247
|
+
> = z.object({
|
|
1248
|
+
active: z.boolean(),
|
|
1249
|
+
action:
|
|
1250
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$inboundSchema,
|
|
1251
|
+
});
|
|
1252
|
+
|
|
1253
|
+
/** @internal */
|
|
1254
|
+
export type GetFirewallConfigSf$Outbound = {
|
|
1255
|
+
active: boolean;
|
|
1256
|
+
action: string;
|
|
1257
|
+
};
|
|
1258
|
+
|
|
1259
|
+
/** @internal */
|
|
1260
|
+
export const GetFirewallConfigSf$outboundSchema: z.ZodType<
|
|
1261
|
+
GetFirewallConfigSf$Outbound,
|
|
1262
|
+
z.ZodTypeDef,
|
|
1263
|
+
GetFirewallConfigSf
|
|
1264
|
+
> = z.object({
|
|
1265
|
+
active: z.boolean(),
|
|
1266
|
+
action:
|
|
1267
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$outboundSchema,
|
|
1268
|
+
});
|
|
1269
|
+
|
|
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 namespace GetFirewallConfigSf$ {
|
|
1275
|
+
/** @deprecated use `GetFirewallConfigSf$inboundSchema` instead. */
|
|
1276
|
+
export const inboundSchema = GetFirewallConfigSf$inboundSchema;
|
|
1277
|
+
/** @deprecated use `GetFirewallConfigSf$outboundSchema` instead. */
|
|
1278
|
+
export const outboundSchema = GetFirewallConfigSf$outboundSchema;
|
|
1279
|
+
/** @deprecated use `GetFirewallConfigSf$Outbound` instead. */
|
|
1280
|
+
export type Outbound = GetFirewallConfigSf$Outbound;
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
export function getFirewallConfigSfToJSON(
|
|
1284
|
+
getFirewallConfigSf: GetFirewallConfigSf,
|
|
1285
|
+
): string {
|
|
1286
|
+
return JSON.stringify(
|
|
1287
|
+
GetFirewallConfigSf$outboundSchema.parse(getFirewallConfigSf),
|
|
1288
|
+
);
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
export function getFirewallConfigSfFromJSON(
|
|
1292
|
+
jsonString: string,
|
|
1293
|
+
): SafeParseResult<GetFirewallConfigSf, SDKValidationError> {
|
|
1294
|
+
return safeParse(
|
|
1295
|
+
jsonString,
|
|
1296
|
+
(x) => GetFirewallConfigSf$inboundSchema.parse(JSON.parse(x)),
|
|
1297
|
+
`Failed to parse 'GetFirewallConfigSf' from JSON`,
|
|
1298
|
+
);
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
|
+
/** @internal */
|
|
1302
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$inboundSchema:
|
|
1303
|
+
z.ZodNativeEnum<
|
|
1304
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction
|
|
1305
|
+
> = z.nativeEnum(
|
|
1306
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction,
|
|
1307
|
+
);
|
|
1308
|
+
|
|
1309
|
+
/** @internal */
|
|
1310
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$outboundSchema:
|
|
1311
|
+
z.ZodNativeEnum<
|
|
1312
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction
|
|
1313
|
+
> =
|
|
1314
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$inboundSchema;
|
|
1315
|
+
|
|
1316
|
+
/**
|
|
1317
|
+
* @internal
|
|
1318
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1319
|
+
*/
|
|
1320
|
+
export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$ {
|
|
1321
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$inboundSchema` instead. */
|
|
1322
|
+
export const inboundSchema =
|
|
1323
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$inboundSchema;
|
|
1324
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$outboundSchema` instead. */
|
|
1325
|
+
export const outboundSchema =
|
|
1326
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$outboundSchema;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
/** @internal */
|
|
1330
|
+
export const GetFirewallConfigJava$inboundSchema: z.ZodType<
|
|
1331
|
+
GetFirewallConfigJava,
|
|
1332
|
+
z.ZodTypeDef,
|
|
1333
|
+
unknown
|
|
1334
|
+
> = z.object({
|
|
1335
|
+
active: z.boolean(),
|
|
1336
|
+
action:
|
|
1337
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$inboundSchema,
|
|
1338
|
+
});
|
|
1339
|
+
|
|
1340
|
+
/** @internal */
|
|
1341
|
+
export type GetFirewallConfigJava$Outbound = {
|
|
1342
|
+
active: boolean;
|
|
1343
|
+
action: string;
|
|
1344
|
+
};
|
|
1345
|
+
|
|
1346
|
+
/** @internal */
|
|
1347
|
+
export const GetFirewallConfigJava$outboundSchema: z.ZodType<
|
|
1348
|
+
GetFirewallConfigJava$Outbound,
|
|
1349
|
+
z.ZodTypeDef,
|
|
1350
|
+
GetFirewallConfigJava
|
|
1351
|
+
> = z.object({
|
|
1352
|
+
active: z.boolean(),
|
|
1353
|
+
action:
|
|
1354
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$outboundSchema,
|
|
1355
|
+
});
|
|
1356
|
+
|
|
1357
|
+
/**
|
|
1358
|
+
* @internal
|
|
1359
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1360
|
+
*/
|
|
1361
|
+
export namespace GetFirewallConfigJava$ {
|
|
1362
|
+
/** @deprecated use `GetFirewallConfigJava$inboundSchema` instead. */
|
|
1363
|
+
export const inboundSchema = GetFirewallConfigJava$inboundSchema;
|
|
1364
|
+
/** @deprecated use `GetFirewallConfigJava$outboundSchema` instead. */
|
|
1365
|
+
export const outboundSchema = GetFirewallConfigJava$outboundSchema;
|
|
1366
|
+
/** @deprecated use `GetFirewallConfigJava$Outbound` instead. */
|
|
1367
|
+
export type Outbound = GetFirewallConfigJava$Outbound;
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1370
|
+
export function getFirewallConfigJavaToJSON(
|
|
1371
|
+
getFirewallConfigJava: GetFirewallConfigJava,
|
|
1372
|
+
): string {
|
|
1373
|
+
return JSON.stringify(
|
|
1374
|
+
GetFirewallConfigJava$outboundSchema.parse(getFirewallConfigJava),
|
|
1375
|
+
);
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
export function getFirewallConfigJavaFromJSON(
|
|
1379
|
+
jsonString: string,
|
|
1380
|
+
): SafeParseResult<GetFirewallConfigJava, SDKValidationError> {
|
|
1381
|
+
return safeParse(
|
|
1382
|
+
jsonString,
|
|
1383
|
+
(x) => GetFirewallConfigJava$inboundSchema.parse(JSON.parse(x)),
|
|
1384
|
+
`Failed to parse 'GetFirewallConfigJava' from JSON`,
|
|
1385
|
+
);
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
/** @internal */
|
|
1389
|
+
export const GetFirewallConfigCrs$inboundSchema: z.ZodType<
|
|
1390
|
+
GetFirewallConfigCrs,
|
|
1391
|
+
z.ZodTypeDef,
|
|
1392
|
+
unknown
|
|
1393
|
+
> = z.object({
|
|
1394
|
+
sd: z.lazy(() => GetFirewallConfigSd$inboundSchema),
|
|
1395
|
+
ma: z.lazy(() => GetFirewallConfigMa$inboundSchema),
|
|
1396
|
+
lfi: z.lazy(() => GetFirewallConfigLfi$inboundSchema),
|
|
1397
|
+
rfi: z.lazy(() => GetFirewallConfigRfi$inboundSchema),
|
|
1398
|
+
rce: z.lazy(() => GetFirewallConfigRce$inboundSchema),
|
|
1399
|
+
php: z.lazy(() => GetFirewallConfigPhp$inboundSchema),
|
|
1400
|
+
gen: z.lazy(() => GetFirewallConfigGen$inboundSchema),
|
|
1401
|
+
xss: z.lazy(() => GetFirewallConfigXss$inboundSchema),
|
|
1402
|
+
sqli: z.lazy(() => GetFirewallConfigSqli$inboundSchema),
|
|
1403
|
+
sf: z.lazy(() => GetFirewallConfigSf$inboundSchema),
|
|
1404
|
+
java: z.lazy(() => GetFirewallConfigJava$inboundSchema),
|
|
1405
|
+
});
|
|
1406
|
+
|
|
1407
|
+
/** @internal */
|
|
1408
|
+
export type GetFirewallConfigCrs$Outbound = {
|
|
1409
|
+
sd: GetFirewallConfigSd$Outbound;
|
|
1410
|
+
ma: GetFirewallConfigMa$Outbound;
|
|
1411
|
+
lfi: GetFirewallConfigLfi$Outbound;
|
|
1412
|
+
rfi: GetFirewallConfigRfi$Outbound;
|
|
1413
|
+
rce: GetFirewallConfigRce$Outbound;
|
|
1414
|
+
php: GetFirewallConfigPhp$Outbound;
|
|
1415
|
+
gen: GetFirewallConfigGen$Outbound;
|
|
1416
|
+
xss: GetFirewallConfigXss$Outbound;
|
|
1417
|
+
sqli: GetFirewallConfigSqli$Outbound;
|
|
1418
|
+
sf: GetFirewallConfigSf$Outbound;
|
|
1419
|
+
java: GetFirewallConfigJava$Outbound;
|
|
1420
|
+
};
|
|
1421
|
+
|
|
1422
|
+
/** @internal */
|
|
1423
|
+
export const GetFirewallConfigCrs$outboundSchema: z.ZodType<
|
|
1424
|
+
GetFirewallConfigCrs$Outbound,
|
|
1425
|
+
z.ZodTypeDef,
|
|
1426
|
+
GetFirewallConfigCrs
|
|
1427
|
+
> = z.object({
|
|
1428
|
+
sd: z.lazy(() => GetFirewallConfigSd$outboundSchema),
|
|
1429
|
+
ma: z.lazy(() => GetFirewallConfigMa$outboundSchema),
|
|
1430
|
+
lfi: z.lazy(() => GetFirewallConfigLfi$outboundSchema),
|
|
1431
|
+
rfi: z.lazy(() => GetFirewallConfigRfi$outboundSchema),
|
|
1432
|
+
rce: z.lazy(() => GetFirewallConfigRce$outboundSchema),
|
|
1433
|
+
php: z.lazy(() => GetFirewallConfigPhp$outboundSchema),
|
|
1434
|
+
gen: z.lazy(() => GetFirewallConfigGen$outboundSchema),
|
|
1435
|
+
xss: z.lazy(() => GetFirewallConfigXss$outboundSchema),
|
|
1436
|
+
sqli: z.lazy(() => GetFirewallConfigSqli$outboundSchema),
|
|
1437
|
+
sf: z.lazy(() => GetFirewallConfigSf$outboundSchema),
|
|
1438
|
+
java: z.lazy(() => GetFirewallConfigJava$outboundSchema),
|
|
1439
|
+
});
|
|
1440
|
+
|
|
1441
|
+
/**
|
|
1442
|
+
* @internal
|
|
1443
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1444
|
+
*/
|
|
1445
|
+
export namespace GetFirewallConfigCrs$ {
|
|
1446
|
+
/** @deprecated use `GetFirewallConfigCrs$inboundSchema` instead. */
|
|
1447
|
+
export const inboundSchema = GetFirewallConfigCrs$inboundSchema;
|
|
1448
|
+
/** @deprecated use `GetFirewallConfigCrs$outboundSchema` instead. */
|
|
1449
|
+
export const outboundSchema = GetFirewallConfigCrs$outboundSchema;
|
|
1450
|
+
/** @deprecated use `GetFirewallConfigCrs$Outbound` instead. */
|
|
1451
|
+
export type Outbound = GetFirewallConfigCrs$Outbound;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
export function getFirewallConfigCrsToJSON(
|
|
1455
|
+
getFirewallConfigCrs: GetFirewallConfigCrs,
|
|
1456
|
+
): string {
|
|
1457
|
+
return JSON.stringify(
|
|
1458
|
+
GetFirewallConfigCrs$outboundSchema.parse(getFirewallConfigCrs),
|
|
1459
|
+
);
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
export function getFirewallConfigCrsFromJSON(
|
|
1463
|
+
jsonString: string,
|
|
1464
|
+
): SafeParseResult<GetFirewallConfigCrs, SDKValidationError> {
|
|
1465
|
+
return safeParse(
|
|
1466
|
+
jsonString,
|
|
1467
|
+
(x) => GetFirewallConfigCrs$inboundSchema.parse(JSON.parse(x)),
|
|
1468
|
+
`Failed to parse 'GetFirewallConfigCrs' from JSON`,
|
|
1469
|
+
);
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
/** @internal */
|
|
1473
|
+
export const GetFirewallConfigType$inboundSchema: z.ZodNativeEnum<
|
|
1474
|
+
typeof GetFirewallConfigType
|
|
1475
|
+
> = z.nativeEnum(GetFirewallConfigType);
|
|
1476
|
+
|
|
1477
|
+
/** @internal */
|
|
1478
|
+
export const GetFirewallConfigType$outboundSchema: z.ZodNativeEnum<
|
|
1479
|
+
typeof GetFirewallConfigType
|
|
1480
|
+
> = GetFirewallConfigType$inboundSchema;
|
|
1481
|
+
|
|
1482
|
+
/**
|
|
1483
|
+
* @internal
|
|
1484
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1485
|
+
*/
|
|
1486
|
+
export namespace GetFirewallConfigType$ {
|
|
1487
|
+
/** @deprecated use `GetFirewallConfigType$inboundSchema` instead. */
|
|
1488
|
+
export const inboundSchema = GetFirewallConfigType$inboundSchema;
|
|
1489
|
+
/** @deprecated use `GetFirewallConfigType$outboundSchema` instead. */
|
|
1490
|
+
export const outboundSchema = GetFirewallConfigType$outboundSchema;
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
/** @internal */
|
|
1494
|
+
export const GetFirewallConfigOp$inboundSchema: z.ZodNativeEnum<
|
|
1495
|
+
typeof GetFirewallConfigOp
|
|
1496
|
+
> = z.nativeEnum(GetFirewallConfigOp);
|
|
1497
|
+
|
|
1498
|
+
/** @internal */
|
|
1499
|
+
export const GetFirewallConfigOp$outboundSchema: z.ZodNativeEnum<
|
|
1500
|
+
typeof GetFirewallConfigOp
|
|
1501
|
+
> = GetFirewallConfigOp$inboundSchema;
|
|
1502
|
+
|
|
1503
|
+
/**
|
|
1504
|
+
* @internal
|
|
1505
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1506
|
+
*/
|
|
1507
|
+
export namespace GetFirewallConfigOp$ {
|
|
1508
|
+
/** @deprecated use `GetFirewallConfigOp$inboundSchema` instead. */
|
|
1509
|
+
export const inboundSchema = GetFirewallConfigOp$inboundSchema;
|
|
1510
|
+
/** @deprecated use `GetFirewallConfigOp$outboundSchema` instead. */
|
|
1511
|
+
export const outboundSchema = GetFirewallConfigOp$outboundSchema;
|
|
1512
|
+
}
|
|
1513
|
+
|
|
1514
|
+
/** @internal */
|
|
1515
|
+
export const GetFirewallConfigValue$inboundSchema: z.ZodType<
|
|
1516
|
+
GetFirewallConfigValue,
|
|
1517
|
+
z.ZodTypeDef,
|
|
1518
|
+
unknown
|
|
1519
|
+
> = z.union([z.string(), z.number(), z.array(z.string())]);
|
|
1520
|
+
|
|
1521
|
+
/** @internal */
|
|
1522
|
+
export type GetFirewallConfigValue$Outbound = string | number | Array<string>;
|
|
1523
|
+
|
|
1524
|
+
/** @internal */
|
|
1525
|
+
export const GetFirewallConfigValue$outboundSchema: z.ZodType<
|
|
1526
|
+
GetFirewallConfigValue$Outbound,
|
|
1527
|
+
z.ZodTypeDef,
|
|
1528
|
+
GetFirewallConfigValue
|
|
1529
|
+
> = z.union([z.string(), z.number(), z.array(z.string())]);
|
|
1530
|
+
|
|
1531
|
+
/**
|
|
1532
|
+
* @internal
|
|
1533
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1534
|
+
*/
|
|
1535
|
+
export namespace GetFirewallConfigValue$ {
|
|
1536
|
+
/** @deprecated use `GetFirewallConfigValue$inboundSchema` instead. */
|
|
1537
|
+
export const inboundSchema = GetFirewallConfigValue$inboundSchema;
|
|
1538
|
+
/** @deprecated use `GetFirewallConfigValue$outboundSchema` instead. */
|
|
1539
|
+
export const outboundSchema = GetFirewallConfigValue$outboundSchema;
|
|
1540
|
+
/** @deprecated use `GetFirewallConfigValue$Outbound` instead. */
|
|
1541
|
+
export type Outbound = GetFirewallConfigValue$Outbound;
|
|
1542
|
+
}
|
|
1543
|
+
|
|
1544
|
+
export function getFirewallConfigValueToJSON(
|
|
1545
|
+
getFirewallConfigValue: GetFirewallConfigValue,
|
|
1546
|
+
): string {
|
|
1547
|
+
return JSON.stringify(
|
|
1548
|
+
GetFirewallConfigValue$outboundSchema.parse(getFirewallConfigValue),
|
|
1549
|
+
);
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
export function getFirewallConfigValueFromJSON(
|
|
1553
|
+
jsonString: string,
|
|
1554
|
+
): SafeParseResult<GetFirewallConfigValue, SDKValidationError> {
|
|
1555
|
+
return safeParse(
|
|
1556
|
+
jsonString,
|
|
1557
|
+
(x) => GetFirewallConfigValue$inboundSchema.parse(JSON.parse(x)),
|
|
1558
|
+
`Failed to parse 'GetFirewallConfigValue' from JSON`,
|
|
1559
|
+
);
|
|
1560
|
+
}
|
|
1561
|
+
|
|
1562
|
+
/** @internal */
|
|
1563
|
+
export const GetFirewallConfigConditions$inboundSchema: z.ZodType<
|
|
1564
|
+
GetFirewallConfigConditions,
|
|
1565
|
+
z.ZodTypeDef,
|
|
1566
|
+
unknown
|
|
1567
|
+
> = z.object({
|
|
1568
|
+
type: GetFirewallConfigType$inboundSchema,
|
|
1569
|
+
op: GetFirewallConfigOp$inboundSchema,
|
|
1570
|
+
neg: z.boolean().optional(),
|
|
1571
|
+
key: z.string().optional(),
|
|
1572
|
+
value: z.union([z.string(), z.number(), z.array(z.string())]).optional(),
|
|
1573
|
+
});
|
|
1574
|
+
|
|
1575
|
+
/** @internal */
|
|
1576
|
+
export type GetFirewallConfigConditions$Outbound = {
|
|
1577
|
+
type: string;
|
|
1578
|
+
op: string;
|
|
1579
|
+
neg?: boolean | undefined;
|
|
1580
|
+
key?: string | undefined;
|
|
1581
|
+
value?: string | number | Array<string> | undefined;
|
|
1582
|
+
};
|
|
1583
|
+
|
|
1584
|
+
/** @internal */
|
|
1585
|
+
export const GetFirewallConfigConditions$outboundSchema: z.ZodType<
|
|
1586
|
+
GetFirewallConfigConditions$Outbound,
|
|
1587
|
+
z.ZodTypeDef,
|
|
1588
|
+
GetFirewallConfigConditions
|
|
1589
|
+
> = z.object({
|
|
1590
|
+
type: GetFirewallConfigType$outboundSchema,
|
|
1591
|
+
op: GetFirewallConfigOp$outboundSchema,
|
|
1592
|
+
neg: z.boolean().optional(),
|
|
1593
|
+
key: z.string().optional(),
|
|
1594
|
+
value: z.union([z.string(), z.number(), z.array(z.string())]).optional(),
|
|
1595
|
+
});
|
|
1596
|
+
|
|
1597
|
+
/**
|
|
1598
|
+
* @internal
|
|
1599
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1600
|
+
*/
|
|
1601
|
+
export namespace GetFirewallConfigConditions$ {
|
|
1602
|
+
/** @deprecated use `GetFirewallConfigConditions$inboundSchema` instead. */
|
|
1603
|
+
export const inboundSchema = GetFirewallConfigConditions$inboundSchema;
|
|
1604
|
+
/** @deprecated use `GetFirewallConfigConditions$outboundSchema` instead. */
|
|
1605
|
+
export const outboundSchema = GetFirewallConfigConditions$outboundSchema;
|
|
1606
|
+
/** @deprecated use `GetFirewallConfigConditions$Outbound` instead. */
|
|
1607
|
+
export type Outbound = GetFirewallConfigConditions$Outbound;
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
export function getFirewallConfigConditionsToJSON(
|
|
1611
|
+
getFirewallConfigConditions: GetFirewallConfigConditions,
|
|
1612
|
+
): string {
|
|
1613
|
+
return JSON.stringify(
|
|
1614
|
+
GetFirewallConfigConditions$outboundSchema.parse(
|
|
1615
|
+
getFirewallConfigConditions,
|
|
1616
|
+
),
|
|
1617
|
+
);
|
|
1618
|
+
}
|
|
1619
|
+
|
|
1620
|
+
export function getFirewallConfigConditionsFromJSON(
|
|
1621
|
+
jsonString: string,
|
|
1622
|
+
): SafeParseResult<GetFirewallConfigConditions, SDKValidationError> {
|
|
1623
|
+
return safeParse(
|
|
1624
|
+
jsonString,
|
|
1625
|
+
(x) => GetFirewallConfigConditions$inboundSchema.parse(JSON.parse(x)),
|
|
1626
|
+
`Failed to parse 'GetFirewallConfigConditions' from JSON`,
|
|
1627
|
+
);
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
/** @internal */
|
|
1631
|
+
export const GetFirewallConfigConditionGroup$inboundSchema: z.ZodType<
|
|
1632
|
+
GetFirewallConfigConditionGroup,
|
|
1633
|
+
z.ZodTypeDef,
|
|
1634
|
+
unknown
|
|
1635
|
+
> = z.object({
|
|
1636
|
+
conditions: z.array(z.lazy(() => GetFirewallConfigConditions$inboundSchema)),
|
|
1637
|
+
});
|
|
1638
|
+
|
|
1639
|
+
/** @internal */
|
|
1640
|
+
export type GetFirewallConfigConditionGroup$Outbound = {
|
|
1641
|
+
conditions: Array<GetFirewallConfigConditions$Outbound>;
|
|
1642
|
+
};
|
|
1643
|
+
|
|
1644
|
+
/** @internal */
|
|
1645
|
+
export const GetFirewallConfigConditionGroup$outboundSchema: z.ZodType<
|
|
1646
|
+
GetFirewallConfigConditionGroup$Outbound,
|
|
1647
|
+
z.ZodTypeDef,
|
|
1648
|
+
GetFirewallConfigConditionGroup
|
|
1649
|
+
> = z.object({
|
|
1650
|
+
conditions: z.array(z.lazy(() => GetFirewallConfigConditions$outboundSchema)),
|
|
1651
|
+
});
|
|
1652
|
+
|
|
1653
|
+
/**
|
|
1654
|
+
* @internal
|
|
1655
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1656
|
+
*/
|
|
1657
|
+
export namespace GetFirewallConfigConditionGroup$ {
|
|
1658
|
+
/** @deprecated use `GetFirewallConfigConditionGroup$inboundSchema` instead. */
|
|
1659
|
+
export const inboundSchema = GetFirewallConfigConditionGroup$inboundSchema;
|
|
1660
|
+
/** @deprecated use `GetFirewallConfigConditionGroup$outboundSchema` instead. */
|
|
1661
|
+
export const outboundSchema = GetFirewallConfigConditionGroup$outboundSchema;
|
|
1662
|
+
/** @deprecated use `GetFirewallConfigConditionGroup$Outbound` instead. */
|
|
1663
|
+
export type Outbound = GetFirewallConfigConditionGroup$Outbound;
|
|
1664
|
+
}
|
|
1665
|
+
|
|
1666
|
+
export function getFirewallConfigConditionGroupToJSON(
|
|
1667
|
+
getFirewallConfigConditionGroup: GetFirewallConfigConditionGroup,
|
|
1668
|
+
): string {
|
|
1669
|
+
return JSON.stringify(
|
|
1670
|
+
GetFirewallConfigConditionGroup$outboundSchema.parse(
|
|
1671
|
+
getFirewallConfigConditionGroup,
|
|
1672
|
+
),
|
|
1673
|
+
);
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
export function getFirewallConfigConditionGroupFromJSON(
|
|
1677
|
+
jsonString: string,
|
|
1678
|
+
): SafeParseResult<GetFirewallConfigConditionGroup, SDKValidationError> {
|
|
1679
|
+
return safeParse(
|
|
1680
|
+
jsonString,
|
|
1681
|
+
(x) => GetFirewallConfigConditionGroup$inboundSchema.parse(JSON.parse(x)),
|
|
1682
|
+
`Failed to parse 'GetFirewallConfigConditionGroup' from JSON`,
|
|
1683
|
+
);
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
/** @internal */
|
|
1687
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$inboundSchema:
|
|
1688
|
+
z.ZodNativeEnum<
|
|
1689
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction
|
|
1690
|
+
> = z.nativeEnum(
|
|
1691
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction,
|
|
1692
|
+
);
|
|
1693
|
+
|
|
1694
|
+
/** @internal */
|
|
1695
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$outboundSchema:
|
|
1696
|
+
z.ZodNativeEnum<
|
|
1697
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction
|
|
1698
|
+
> =
|
|
1699
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$inboundSchema;
|
|
1700
|
+
|
|
1701
|
+
/**
|
|
1702
|
+
* @internal
|
|
1703
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1704
|
+
*/
|
|
1705
|
+
export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$ {
|
|
1706
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$inboundSchema` instead. */
|
|
1707
|
+
export const inboundSchema =
|
|
1708
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$inboundSchema;
|
|
1709
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$outboundSchema` instead. */
|
|
1710
|
+
export const outboundSchema =
|
|
1711
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$outboundSchema;
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1714
|
+
/** @internal */
|
|
1715
|
+
export const GetFirewallConfigAlgo$inboundSchema: z.ZodNativeEnum<
|
|
1716
|
+
typeof GetFirewallConfigAlgo
|
|
1717
|
+
> = z.nativeEnum(GetFirewallConfigAlgo);
|
|
1718
|
+
|
|
1719
|
+
/** @internal */
|
|
1720
|
+
export const GetFirewallConfigAlgo$outboundSchema: z.ZodNativeEnum<
|
|
1721
|
+
typeof GetFirewallConfigAlgo
|
|
1722
|
+
> = GetFirewallConfigAlgo$inboundSchema;
|
|
1723
|
+
|
|
1724
|
+
/**
|
|
1725
|
+
* @internal
|
|
1726
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1727
|
+
*/
|
|
1728
|
+
export namespace GetFirewallConfigAlgo$ {
|
|
1729
|
+
/** @deprecated use `GetFirewallConfigAlgo$inboundSchema` instead. */
|
|
1730
|
+
export const inboundSchema = GetFirewallConfigAlgo$inboundSchema;
|
|
1731
|
+
/** @deprecated use `GetFirewallConfigAlgo$outboundSchema` instead. */
|
|
1732
|
+
export const outboundSchema = GetFirewallConfigAlgo$outboundSchema;
|
|
1733
|
+
}
|
|
1734
|
+
|
|
1735
|
+
/** @internal */
|
|
1736
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$inboundSchema:
|
|
1737
|
+
z.ZodNativeEnum<
|
|
1738
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction
|
|
1739
|
+
> = z.nativeEnum(
|
|
1740
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction,
|
|
1741
|
+
);
|
|
1742
|
+
|
|
1743
|
+
/** @internal */
|
|
1744
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$outboundSchema:
|
|
1745
|
+
z.ZodNativeEnum<
|
|
1746
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction
|
|
1747
|
+
> =
|
|
1748
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$inboundSchema;
|
|
1749
|
+
|
|
1750
|
+
/**
|
|
1751
|
+
* @internal
|
|
1752
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1753
|
+
*/
|
|
1754
|
+
export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$ {
|
|
1755
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$inboundSchema` instead. */
|
|
1756
|
+
export const inboundSchema =
|
|
1757
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$inboundSchema;
|
|
1758
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$outboundSchema` instead. */
|
|
1759
|
+
export const outboundSchema =
|
|
1760
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$outboundSchema;
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1763
|
+
/** @internal */
|
|
1764
|
+
export const GetFirewallConfigRateLimit$inboundSchema: z.ZodType<
|
|
1765
|
+
GetFirewallConfigRateLimit,
|
|
1766
|
+
z.ZodTypeDef,
|
|
1767
|
+
unknown
|
|
1768
|
+
> = z.object({
|
|
1769
|
+
algo: GetFirewallConfigAlgo$inboundSchema,
|
|
1770
|
+
window: z.number(),
|
|
1771
|
+
limit: z.number(),
|
|
1772
|
+
keys: z.array(z.string()),
|
|
1773
|
+
action: z.nullable(
|
|
1774
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$inboundSchema,
|
|
1775
|
+
).optional(),
|
|
1776
|
+
});
|
|
1777
|
+
|
|
1778
|
+
/** @internal */
|
|
1779
|
+
export type GetFirewallConfigRateLimit$Outbound = {
|
|
1780
|
+
algo: string;
|
|
1781
|
+
window: number;
|
|
1782
|
+
limit: number;
|
|
1783
|
+
keys: Array<string>;
|
|
1784
|
+
action?: string | null | undefined;
|
|
1785
|
+
};
|
|
1786
|
+
|
|
1787
|
+
/** @internal */
|
|
1788
|
+
export const GetFirewallConfigRateLimit$outboundSchema: z.ZodType<
|
|
1789
|
+
GetFirewallConfigRateLimit$Outbound,
|
|
1790
|
+
z.ZodTypeDef,
|
|
1791
|
+
GetFirewallConfigRateLimit
|
|
1792
|
+
> = z.object({
|
|
1793
|
+
algo: GetFirewallConfigAlgo$outboundSchema,
|
|
1794
|
+
window: z.number(),
|
|
1795
|
+
limit: z.number(),
|
|
1796
|
+
keys: z.array(z.string()),
|
|
1797
|
+
action: z.nullable(
|
|
1798
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$outboundSchema,
|
|
1799
|
+
).optional(),
|
|
1800
|
+
});
|
|
1801
|
+
|
|
1802
|
+
/**
|
|
1803
|
+
* @internal
|
|
1804
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1805
|
+
*/
|
|
1806
|
+
export namespace GetFirewallConfigRateLimit$ {
|
|
1807
|
+
/** @deprecated use `GetFirewallConfigRateLimit$inboundSchema` instead. */
|
|
1808
|
+
export const inboundSchema = GetFirewallConfigRateLimit$inboundSchema;
|
|
1809
|
+
/** @deprecated use `GetFirewallConfigRateLimit$outboundSchema` instead. */
|
|
1810
|
+
export const outboundSchema = GetFirewallConfigRateLimit$outboundSchema;
|
|
1811
|
+
/** @deprecated use `GetFirewallConfigRateLimit$Outbound` instead. */
|
|
1812
|
+
export type Outbound = GetFirewallConfigRateLimit$Outbound;
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
export function getFirewallConfigRateLimitToJSON(
|
|
1816
|
+
getFirewallConfigRateLimit: GetFirewallConfigRateLimit,
|
|
1817
|
+
): string {
|
|
1818
|
+
return JSON.stringify(
|
|
1819
|
+
GetFirewallConfigRateLimit$outboundSchema.parse(getFirewallConfigRateLimit),
|
|
1820
|
+
);
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
export function getFirewallConfigRateLimitFromJSON(
|
|
1824
|
+
jsonString: string,
|
|
1825
|
+
): SafeParseResult<GetFirewallConfigRateLimit, SDKValidationError> {
|
|
1826
|
+
return safeParse(
|
|
1827
|
+
jsonString,
|
|
1828
|
+
(x) => GetFirewallConfigRateLimit$inboundSchema.parse(JSON.parse(x)),
|
|
1829
|
+
`Failed to parse 'GetFirewallConfigRateLimit' from JSON`,
|
|
1830
|
+
);
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
/** @internal */
|
|
1834
|
+
export const GetFirewallConfigRedirect$inboundSchema: z.ZodType<
|
|
1835
|
+
GetFirewallConfigRedirect,
|
|
1836
|
+
z.ZodTypeDef,
|
|
1837
|
+
unknown
|
|
1838
|
+
> = z.object({
|
|
1839
|
+
location: z.string(),
|
|
1840
|
+
permanent: z.boolean(),
|
|
1841
|
+
});
|
|
1842
|
+
|
|
1843
|
+
/** @internal */
|
|
1844
|
+
export type GetFirewallConfigRedirect$Outbound = {
|
|
1845
|
+
location: string;
|
|
1846
|
+
permanent: boolean;
|
|
1847
|
+
};
|
|
1848
|
+
|
|
1849
|
+
/** @internal */
|
|
1850
|
+
export const GetFirewallConfigRedirect$outboundSchema: z.ZodType<
|
|
1851
|
+
GetFirewallConfigRedirect$Outbound,
|
|
1852
|
+
z.ZodTypeDef,
|
|
1853
|
+
GetFirewallConfigRedirect
|
|
1854
|
+
> = z.object({
|
|
1855
|
+
location: z.string(),
|
|
1856
|
+
permanent: z.boolean(),
|
|
1857
|
+
});
|
|
1858
|
+
|
|
1859
|
+
/**
|
|
1860
|
+
* @internal
|
|
1861
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1862
|
+
*/
|
|
1863
|
+
export namespace GetFirewallConfigRedirect$ {
|
|
1864
|
+
/** @deprecated use `GetFirewallConfigRedirect$inboundSchema` instead. */
|
|
1865
|
+
export const inboundSchema = GetFirewallConfigRedirect$inboundSchema;
|
|
1866
|
+
/** @deprecated use `GetFirewallConfigRedirect$outboundSchema` instead. */
|
|
1867
|
+
export const outboundSchema = GetFirewallConfigRedirect$outboundSchema;
|
|
1868
|
+
/** @deprecated use `GetFirewallConfigRedirect$Outbound` instead. */
|
|
1869
|
+
export type Outbound = GetFirewallConfigRedirect$Outbound;
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
export function getFirewallConfigRedirectToJSON(
|
|
1873
|
+
getFirewallConfigRedirect: GetFirewallConfigRedirect,
|
|
1874
|
+
): string {
|
|
1875
|
+
return JSON.stringify(
|
|
1876
|
+
GetFirewallConfigRedirect$outboundSchema.parse(getFirewallConfigRedirect),
|
|
1877
|
+
);
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
export function getFirewallConfigRedirectFromJSON(
|
|
1881
|
+
jsonString: string,
|
|
1882
|
+
): SafeParseResult<GetFirewallConfigRedirect, SDKValidationError> {
|
|
1883
|
+
return safeParse(
|
|
1884
|
+
jsonString,
|
|
1885
|
+
(x) => GetFirewallConfigRedirect$inboundSchema.parse(JSON.parse(x)),
|
|
1886
|
+
`Failed to parse 'GetFirewallConfigRedirect' from JSON`,
|
|
1887
|
+
);
|
|
1888
|
+
}
|
|
1889
|
+
|
|
1890
|
+
/** @internal */
|
|
1891
|
+
export const GetFirewallConfigMitigate$inboundSchema: z.ZodType<
|
|
1892
|
+
GetFirewallConfigMitigate,
|
|
1893
|
+
z.ZodTypeDef,
|
|
1894
|
+
unknown
|
|
1895
|
+
> = z.object({
|
|
1896
|
+
action:
|
|
1897
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$inboundSchema,
|
|
1898
|
+
rateLimit: z.nullable(z.lazy(() => GetFirewallConfigRateLimit$inboundSchema))
|
|
1899
|
+
.optional(),
|
|
1900
|
+
redirect: z.nullable(z.lazy(() => GetFirewallConfigRedirect$inboundSchema))
|
|
1901
|
+
.optional(),
|
|
1902
|
+
actionDuration: z.nullable(z.string()).optional(),
|
|
1903
|
+
});
|
|
1904
|
+
|
|
1905
|
+
/** @internal */
|
|
1906
|
+
export type GetFirewallConfigMitigate$Outbound = {
|
|
1907
|
+
action: string;
|
|
1908
|
+
rateLimit?: GetFirewallConfigRateLimit$Outbound | null | undefined;
|
|
1909
|
+
redirect?: GetFirewallConfigRedirect$Outbound | null | undefined;
|
|
1910
|
+
actionDuration?: string | null | undefined;
|
|
1911
|
+
};
|
|
1912
|
+
|
|
1913
|
+
/** @internal */
|
|
1914
|
+
export const GetFirewallConfigMitigate$outboundSchema: z.ZodType<
|
|
1915
|
+
GetFirewallConfigMitigate$Outbound,
|
|
1916
|
+
z.ZodTypeDef,
|
|
1917
|
+
GetFirewallConfigMitigate
|
|
1918
|
+
> = z.object({
|
|
1919
|
+
action:
|
|
1920
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$outboundSchema,
|
|
1921
|
+
rateLimit: z.nullable(z.lazy(() => GetFirewallConfigRateLimit$outboundSchema))
|
|
1922
|
+
.optional(),
|
|
1923
|
+
redirect: z.nullable(z.lazy(() => GetFirewallConfigRedirect$outboundSchema))
|
|
1924
|
+
.optional(),
|
|
1925
|
+
actionDuration: z.nullable(z.string()).optional(),
|
|
1926
|
+
});
|
|
1927
|
+
|
|
1928
|
+
/**
|
|
1929
|
+
* @internal
|
|
1930
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1931
|
+
*/
|
|
1932
|
+
export namespace GetFirewallConfigMitigate$ {
|
|
1933
|
+
/** @deprecated use `GetFirewallConfigMitigate$inboundSchema` instead. */
|
|
1934
|
+
export const inboundSchema = GetFirewallConfigMitigate$inboundSchema;
|
|
1935
|
+
/** @deprecated use `GetFirewallConfigMitigate$outboundSchema` instead. */
|
|
1936
|
+
export const outboundSchema = GetFirewallConfigMitigate$outboundSchema;
|
|
1937
|
+
/** @deprecated use `GetFirewallConfigMitigate$Outbound` instead. */
|
|
1938
|
+
export type Outbound = GetFirewallConfigMitigate$Outbound;
|
|
1939
|
+
}
|
|
1940
|
+
|
|
1941
|
+
export function getFirewallConfigMitigateToJSON(
|
|
1942
|
+
getFirewallConfigMitigate: GetFirewallConfigMitigate,
|
|
1943
|
+
): string {
|
|
1944
|
+
return JSON.stringify(
|
|
1945
|
+
GetFirewallConfigMitigate$outboundSchema.parse(getFirewallConfigMitigate),
|
|
1946
|
+
);
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1949
|
+
export function getFirewallConfigMitigateFromJSON(
|
|
1950
|
+
jsonString: string,
|
|
1951
|
+
): SafeParseResult<GetFirewallConfigMitigate, SDKValidationError> {
|
|
1952
|
+
return safeParse(
|
|
1953
|
+
jsonString,
|
|
1954
|
+
(x) => GetFirewallConfigMitigate$inboundSchema.parse(JSON.parse(x)),
|
|
1955
|
+
`Failed to parse 'GetFirewallConfigMitigate' from JSON`,
|
|
1956
|
+
);
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
/** @internal */
|
|
1960
|
+
export const GetFirewallConfigAction$inboundSchema: z.ZodType<
|
|
1961
|
+
GetFirewallConfigAction,
|
|
1962
|
+
z.ZodTypeDef,
|
|
1963
|
+
unknown
|
|
1964
|
+
> = z.object({
|
|
1965
|
+
mitigate: z.lazy(() => GetFirewallConfigMitigate$inboundSchema).optional(),
|
|
1966
|
+
});
|
|
1967
|
+
|
|
1968
|
+
/** @internal */
|
|
1969
|
+
export type GetFirewallConfigAction$Outbound = {
|
|
1970
|
+
mitigate?: GetFirewallConfigMitigate$Outbound | undefined;
|
|
1971
|
+
};
|
|
1972
|
+
|
|
1973
|
+
/** @internal */
|
|
1974
|
+
export const GetFirewallConfigAction$outboundSchema: z.ZodType<
|
|
1975
|
+
GetFirewallConfigAction$Outbound,
|
|
1976
|
+
z.ZodTypeDef,
|
|
1977
|
+
GetFirewallConfigAction
|
|
1978
|
+
> = z.object({
|
|
1979
|
+
mitigate: z.lazy(() => GetFirewallConfigMitigate$outboundSchema).optional(),
|
|
1980
|
+
});
|
|
1981
|
+
|
|
1982
|
+
/**
|
|
1983
|
+
* @internal
|
|
1984
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1985
|
+
*/
|
|
1986
|
+
export namespace GetFirewallConfigAction$ {
|
|
1987
|
+
/** @deprecated use `GetFirewallConfigAction$inboundSchema` instead. */
|
|
1988
|
+
export const inboundSchema = GetFirewallConfigAction$inboundSchema;
|
|
1989
|
+
/** @deprecated use `GetFirewallConfigAction$outboundSchema` instead. */
|
|
1990
|
+
export const outboundSchema = GetFirewallConfigAction$outboundSchema;
|
|
1991
|
+
/** @deprecated use `GetFirewallConfigAction$Outbound` instead. */
|
|
1992
|
+
export type Outbound = GetFirewallConfigAction$Outbound;
|
|
1993
|
+
}
|
|
1994
|
+
|
|
1995
|
+
export function getFirewallConfigActionToJSON(
|
|
1996
|
+
getFirewallConfigAction: GetFirewallConfigAction,
|
|
1997
|
+
): string {
|
|
1998
|
+
return JSON.stringify(
|
|
1999
|
+
GetFirewallConfigAction$outboundSchema.parse(getFirewallConfigAction),
|
|
2000
|
+
);
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
export function getFirewallConfigActionFromJSON(
|
|
2004
|
+
jsonString: string,
|
|
2005
|
+
): SafeParseResult<GetFirewallConfigAction, SDKValidationError> {
|
|
2006
|
+
return safeParse(
|
|
2007
|
+
jsonString,
|
|
2008
|
+
(x) => GetFirewallConfigAction$inboundSchema.parse(JSON.parse(x)),
|
|
2009
|
+
`Failed to parse 'GetFirewallConfigAction' from JSON`,
|
|
2010
|
+
);
|
|
2011
|
+
}
|
|
2012
|
+
|
|
2013
|
+
/** @internal */
|
|
2014
|
+
export const GetFirewallConfigRules$inboundSchema: z.ZodType<
|
|
2015
|
+
GetFirewallConfigRules,
|
|
2016
|
+
z.ZodTypeDef,
|
|
2017
|
+
unknown
|
|
2018
|
+
> = z.object({
|
|
2019
|
+
id: z.string(),
|
|
2020
|
+
name: z.string(),
|
|
2021
|
+
description: z.string().optional(),
|
|
2022
|
+
active: z.boolean(),
|
|
2023
|
+
conditionGroup: z.array(
|
|
2024
|
+
z.lazy(() => GetFirewallConfigConditionGroup$inboundSchema),
|
|
2025
|
+
),
|
|
2026
|
+
action: z.lazy(() => GetFirewallConfigAction$inboundSchema),
|
|
2027
|
+
});
|
|
2028
|
+
|
|
2029
|
+
/** @internal */
|
|
2030
|
+
export type GetFirewallConfigRules$Outbound = {
|
|
2031
|
+
id: string;
|
|
2032
|
+
name: string;
|
|
2033
|
+
description?: string | undefined;
|
|
2034
|
+
active: boolean;
|
|
2035
|
+
conditionGroup: Array<GetFirewallConfigConditionGroup$Outbound>;
|
|
2036
|
+
action: GetFirewallConfigAction$Outbound;
|
|
2037
|
+
};
|
|
2038
|
+
|
|
2039
|
+
/** @internal */
|
|
2040
|
+
export const GetFirewallConfigRules$outboundSchema: z.ZodType<
|
|
2041
|
+
GetFirewallConfigRules$Outbound,
|
|
2042
|
+
z.ZodTypeDef,
|
|
2043
|
+
GetFirewallConfigRules
|
|
2044
|
+
> = z.object({
|
|
2045
|
+
id: z.string(),
|
|
2046
|
+
name: z.string(),
|
|
2047
|
+
description: z.string().optional(),
|
|
2048
|
+
active: z.boolean(),
|
|
2049
|
+
conditionGroup: z.array(
|
|
2050
|
+
z.lazy(() => GetFirewallConfigConditionGroup$outboundSchema),
|
|
2051
|
+
),
|
|
2052
|
+
action: z.lazy(() => GetFirewallConfigAction$outboundSchema),
|
|
2053
|
+
});
|
|
2054
|
+
|
|
2055
|
+
/**
|
|
2056
|
+
* @internal
|
|
2057
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2058
|
+
*/
|
|
2059
|
+
export namespace GetFirewallConfigRules$ {
|
|
2060
|
+
/** @deprecated use `GetFirewallConfigRules$inboundSchema` instead. */
|
|
2061
|
+
export const inboundSchema = GetFirewallConfigRules$inboundSchema;
|
|
2062
|
+
/** @deprecated use `GetFirewallConfigRules$outboundSchema` instead. */
|
|
2063
|
+
export const outboundSchema = GetFirewallConfigRules$outboundSchema;
|
|
2064
|
+
/** @deprecated use `GetFirewallConfigRules$Outbound` instead. */
|
|
2065
|
+
export type Outbound = GetFirewallConfigRules$Outbound;
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2068
|
+
export function getFirewallConfigRulesToJSON(
|
|
2069
|
+
getFirewallConfigRules: GetFirewallConfigRules,
|
|
2070
|
+
): string {
|
|
2071
|
+
return JSON.stringify(
|
|
2072
|
+
GetFirewallConfigRules$outboundSchema.parse(getFirewallConfigRules),
|
|
2073
|
+
);
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2076
|
+
export function getFirewallConfigRulesFromJSON(
|
|
2077
|
+
jsonString: string,
|
|
2078
|
+
): SafeParseResult<GetFirewallConfigRules, SDKValidationError> {
|
|
2079
|
+
return safeParse(
|
|
2080
|
+
jsonString,
|
|
2081
|
+
(x) => GetFirewallConfigRules$inboundSchema.parse(JSON.parse(x)),
|
|
2082
|
+
`Failed to parse 'GetFirewallConfigRules' from JSON`,
|
|
2083
|
+
);
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2086
|
+
/** @internal */
|
|
2087
|
+
export const GetFirewallConfigSecurityAction$inboundSchema: z.ZodNativeEnum<
|
|
2088
|
+
typeof GetFirewallConfigSecurityAction
|
|
2089
|
+
> = z.nativeEnum(GetFirewallConfigSecurityAction);
|
|
2090
|
+
|
|
2091
|
+
/** @internal */
|
|
2092
|
+
export const GetFirewallConfigSecurityAction$outboundSchema: z.ZodNativeEnum<
|
|
2093
|
+
typeof GetFirewallConfigSecurityAction
|
|
2094
|
+
> = GetFirewallConfigSecurityAction$inboundSchema;
|
|
2095
|
+
|
|
2096
|
+
/**
|
|
2097
|
+
* @internal
|
|
2098
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2099
|
+
*/
|
|
2100
|
+
export namespace GetFirewallConfigSecurityAction$ {
|
|
2101
|
+
/** @deprecated use `GetFirewallConfigSecurityAction$inboundSchema` instead. */
|
|
2102
|
+
export const inboundSchema = GetFirewallConfigSecurityAction$inboundSchema;
|
|
2103
|
+
/** @deprecated use `GetFirewallConfigSecurityAction$outboundSchema` instead. */
|
|
2104
|
+
export const outboundSchema = GetFirewallConfigSecurityAction$outboundSchema;
|
|
2105
|
+
}
|
|
2106
|
+
|
|
2107
|
+
/** @internal */
|
|
2108
|
+
export const GetFirewallConfigIps$inboundSchema: z.ZodType<
|
|
2109
|
+
GetFirewallConfigIps,
|
|
2110
|
+
z.ZodTypeDef,
|
|
2111
|
+
unknown
|
|
2112
|
+
> = z.object({
|
|
2113
|
+
id: z.string(),
|
|
2114
|
+
hostname: z.string(),
|
|
2115
|
+
ip: z.string(),
|
|
2116
|
+
notes: z.string().optional(),
|
|
2117
|
+
action: GetFirewallConfigSecurityAction$inboundSchema,
|
|
2118
|
+
});
|
|
2119
|
+
|
|
2120
|
+
/** @internal */
|
|
2121
|
+
export type GetFirewallConfigIps$Outbound = {
|
|
2122
|
+
id: string;
|
|
2123
|
+
hostname: string;
|
|
2124
|
+
ip: string;
|
|
2125
|
+
notes?: string | undefined;
|
|
2126
|
+
action: string;
|
|
2127
|
+
};
|
|
2128
|
+
|
|
2129
|
+
/** @internal */
|
|
2130
|
+
export const GetFirewallConfigIps$outboundSchema: z.ZodType<
|
|
2131
|
+
GetFirewallConfigIps$Outbound,
|
|
2132
|
+
z.ZodTypeDef,
|
|
2133
|
+
GetFirewallConfigIps
|
|
2134
|
+
> = z.object({
|
|
2135
|
+
id: z.string(),
|
|
2136
|
+
hostname: z.string(),
|
|
2137
|
+
ip: z.string(),
|
|
2138
|
+
notes: z.string().optional(),
|
|
2139
|
+
action: GetFirewallConfigSecurityAction$outboundSchema,
|
|
2140
|
+
});
|
|
2141
|
+
|
|
2142
|
+
/**
|
|
2143
|
+
* @internal
|
|
2144
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2145
|
+
*/
|
|
2146
|
+
export namespace GetFirewallConfigIps$ {
|
|
2147
|
+
/** @deprecated use `GetFirewallConfigIps$inboundSchema` instead. */
|
|
2148
|
+
export const inboundSchema = GetFirewallConfigIps$inboundSchema;
|
|
2149
|
+
/** @deprecated use `GetFirewallConfigIps$outboundSchema` instead. */
|
|
2150
|
+
export const outboundSchema = GetFirewallConfigIps$outboundSchema;
|
|
2151
|
+
/** @deprecated use `GetFirewallConfigIps$Outbound` instead. */
|
|
2152
|
+
export type Outbound = GetFirewallConfigIps$Outbound;
|
|
2153
|
+
}
|
|
2154
|
+
|
|
2155
|
+
export function getFirewallConfigIpsToJSON(
|
|
2156
|
+
getFirewallConfigIps: GetFirewallConfigIps,
|
|
2157
|
+
): string {
|
|
2158
|
+
return JSON.stringify(
|
|
2159
|
+
GetFirewallConfigIps$outboundSchema.parse(getFirewallConfigIps),
|
|
2160
|
+
);
|
|
2161
|
+
}
|
|
2162
|
+
|
|
2163
|
+
export function getFirewallConfigIpsFromJSON(
|
|
2164
|
+
jsonString: string,
|
|
2165
|
+
): SafeParseResult<GetFirewallConfigIps, SDKValidationError> {
|
|
2166
|
+
return safeParse(
|
|
2167
|
+
jsonString,
|
|
2168
|
+
(x) => GetFirewallConfigIps$inboundSchema.parse(JSON.parse(x)),
|
|
2169
|
+
`Failed to parse 'GetFirewallConfigIps' from JSON`,
|
|
2170
|
+
);
|
|
2171
|
+
}
|
|
2172
|
+
|
|
2173
|
+
/** @internal */
|
|
2174
|
+
export const Changes$inboundSchema: z.ZodType<Changes, z.ZodTypeDef, unknown> =
|
|
2175
|
+
z.object({});
|
|
2176
|
+
|
|
2177
|
+
/** @internal */
|
|
2178
|
+
export type Changes$Outbound = {};
|
|
2179
|
+
|
|
2180
|
+
/** @internal */
|
|
2181
|
+
export const Changes$outboundSchema: z.ZodType<
|
|
2182
|
+
Changes$Outbound,
|
|
2183
|
+
z.ZodTypeDef,
|
|
2184
|
+
Changes
|
|
2185
|
+
> = z.object({});
|
|
2186
|
+
|
|
2187
|
+
/**
|
|
2188
|
+
* @internal
|
|
2189
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2190
|
+
*/
|
|
2191
|
+
export namespace Changes$ {
|
|
2192
|
+
/** @deprecated use `Changes$inboundSchema` instead. */
|
|
2193
|
+
export const inboundSchema = Changes$inboundSchema;
|
|
2194
|
+
/** @deprecated use `Changes$outboundSchema` instead. */
|
|
2195
|
+
export const outboundSchema = Changes$outboundSchema;
|
|
2196
|
+
/** @deprecated use `Changes$Outbound` instead. */
|
|
2197
|
+
export type Outbound = Changes$Outbound;
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2200
|
+
export function changesToJSON(changes: Changes): string {
|
|
2201
|
+
return JSON.stringify(Changes$outboundSchema.parse(changes));
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2204
|
+
export function changesFromJSON(
|
|
2205
|
+
jsonString: string,
|
|
2206
|
+
): SafeParseResult<Changes, SDKValidationError> {
|
|
2207
|
+
return safeParse(
|
|
2208
|
+
jsonString,
|
|
2209
|
+
(x) => Changes$inboundSchema.parse(JSON.parse(x)),
|
|
2210
|
+
`Failed to parse 'Changes' from JSON`,
|
|
2211
|
+
);
|
|
2212
|
+
}
|
|
2213
|
+
|
|
2214
|
+
/** @internal */
|
|
2215
|
+
export const GetFirewallConfigOwasp$inboundSchema: z.ZodType<
|
|
2216
|
+
GetFirewallConfigOwasp,
|
|
2217
|
+
z.ZodTypeDef,
|
|
2218
|
+
unknown
|
|
2219
|
+
> = z.object({
|
|
2220
|
+
active: z.boolean(),
|
|
2221
|
+
updatedAt: z.string().optional(),
|
|
2222
|
+
userId: z.string().optional(),
|
|
2223
|
+
username: z.string().optional(),
|
|
2224
|
+
});
|
|
2225
|
+
|
|
2226
|
+
/** @internal */
|
|
2227
|
+
export type GetFirewallConfigOwasp$Outbound = {
|
|
2228
|
+
active: boolean;
|
|
2229
|
+
updatedAt?: string | undefined;
|
|
2230
|
+
userId?: string | undefined;
|
|
2231
|
+
username?: string | undefined;
|
|
2232
|
+
};
|
|
2233
|
+
|
|
2234
|
+
/** @internal */
|
|
2235
|
+
export const GetFirewallConfigOwasp$outboundSchema: z.ZodType<
|
|
2236
|
+
GetFirewallConfigOwasp$Outbound,
|
|
2237
|
+
z.ZodTypeDef,
|
|
2238
|
+
GetFirewallConfigOwasp
|
|
2239
|
+
> = z.object({
|
|
2240
|
+
active: z.boolean(),
|
|
2241
|
+
updatedAt: z.string().optional(),
|
|
2242
|
+
userId: z.string().optional(),
|
|
2243
|
+
username: z.string().optional(),
|
|
2244
|
+
});
|
|
2245
|
+
|
|
2246
|
+
/**
|
|
2247
|
+
* @internal
|
|
2248
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2249
|
+
*/
|
|
2250
|
+
export namespace GetFirewallConfigOwasp$ {
|
|
2251
|
+
/** @deprecated use `GetFirewallConfigOwasp$inboundSchema` instead. */
|
|
2252
|
+
export const inboundSchema = GetFirewallConfigOwasp$inboundSchema;
|
|
2253
|
+
/** @deprecated use `GetFirewallConfigOwasp$outboundSchema` instead. */
|
|
2254
|
+
export const outboundSchema = GetFirewallConfigOwasp$outboundSchema;
|
|
2255
|
+
/** @deprecated use `GetFirewallConfigOwasp$Outbound` instead. */
|
|
2256
|
+
export type Outbound = GetFirewallConfigOwasp$Outbound;
|
|
2257
|
+
}
|
|
2258
|
+
|
|
2259
|
+
export function getFirewallConfigOwaspToJSON(
|
|
2260
|
+
getFirewallConfigOwasp: GetFirewallConfigOwasp,
|
|
2261
|
+
): string {
|
|
2262
|
+
return JSON.stringify(
|
|
2263
|
+
GetFirewallConfigOwasp$outboundSchema.parse(getFirewallConfigOwasp),
|
|
2264
|
+
);
|
|
2265
|
+
}
|
|
2266
|
+
|
|
2267
|
+
export function getFirewallConfigOwaspFromJSON(
|
|
2268
|
+
jsonString: string,
|
|
2269
|
+
): SafeParseResult<GetFirewallConfigOwasp, SDKValidationError> {
|
|
2270
|
+
return safeParse(
|
|
2271
|
+
jsonString,
|
|
2272
|
+
(x) => GetFirewallConfigOwasp$inboundSchema.parse(JSON.parse(x)),
|
|
2273
|
+
`Failed to parse 'GetFirewallConfigOwasp' from JSON`,
|
|
2274
|
+
);
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2277
|
+
/** @internal */
|
|
2278
|
+
export const VerifiedBotsBypass$inboundSchema: z.ZodType<
|
|
2279
|
+
VerifiedBotsBypass,
|
|
2280
|
+
z.ZodTypeDef,
|
|
2281
|
+
unknown
|
|
2282
|
+
> = z.object({
|
|
2283
|
+
active: z.boolean(),
|
|
2284
|
+
updatedAt: z.string().optional(),
|
|
2285
|
+
userId: z.string().optional(),
|
|
2286
|
+
username: z.string().optional(),
|
|
2287
|
+
});
|
|
2288
|
+
|
|
2289
|
+
/** @internal */
|
|
2290
|
+
export type VerifiedBotsBypass$Outbound = {
|
|
2291
|
+
active: boolean;
|
|
2292
|
+
updatedAt?: string | undefined;
|
|
2293
|
+
userId?: string | undefined;
|
|
2294
|
+
username?: string | undefined;
|
|
2295
|
+
};
|
|
2296
|
+
|
|
2297
|
+
/** @internal */
|
|
2298
|
+
export const VerifiedBotsBypass$outboundSchema: z.ZodType<
|
|
2299
|
+
VerifiedBotsBypass$Outbound,
|
|
2300
|
+
z.ZodTypeDef,
|
|
2301
|
+
VerifiedBotsBypass
|
|
2302
|
+
> = z.object({
|
|
2303
|
+
active: z.boolean(),
|
|
2304
|
+
updatedAt: z.string().optional(),
|
|
2305
|
+
userId: z.string().optional(),
|
|
2306
|
+
username: z.string().optional(),
|
|
2307
|
+
});
|
|
2308
|
+
|
|
2309
|
+
/**
|
|
2310
|
+
* @internal
|
|
2311
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2312
|
+
*/
|
|
2313
|
+
export namespace VerifiedBotsBypass$ {
|
|
2314
|
+
/** @deprecated use `VerifiedBotsBypass$inboundSchema` instead. */
|
|
2315
|
+
export const inboundSchema = VerifiedBotsBypass$inboundSchema;
|
|
2316
|
+
/** @deprecated use `VerifiedBotsBypass$outboundSchema` instead. */
|
|
2317
|
+
export const outboundSchema = VerifiedBotsBypass$outboundSchema;
|
|
2318
|
+
/** @deprecated use `VerifiedBotsBypass$Outbound` instead. */
|
|
2319
|
+
export type Outbound = VerifiedBotsBypass$Outbound;
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
export function verifiedBotsBypassToJSON(
|
|
2323
|
+
verifiedBotsBypass: VerifiedBotsBypass,
|
|
2324
|
+
): string {
|
|
2325
|
+
return JSON.stringify(
|
|
2326
|
+
VerifiedBotsBypass$outboundSchema.parse(verifiedBotsBypass),
|
|
2327
|
+
);
|
|
2328
|
+
}
|
|
2329
|
+
|
|
2330
|
+
export function verifiedBotsBypassFromJSON(
|
|
2331
|
+
jsonString: string,
|
|
2332
|
+
): SafeParseResult<VerifiedBotsBypass, SDKValidationError> {
|
|
2333
|
+
return safeParse(
|
|
2334
|
+
jsonString,
|
|
2335
|
+
(x) => VerifiedBotsBypass$inboundSchema.parse(JSON.parse(x)),
|
|
2336
|
+
`Failed to parse 'VerifiedBotsBypass' from JSON`,
|
|
2337
|
+
);
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
/** @internal */
|
|
2341
|
+
export const GetFirewallConfigManagedRules$inboundSchema: z.ZodType<
|
|
2342
|
+
GetFirewallConfigManagedRules,
|
|
2343
|
+
z.ZodTypeDef,
|
|
2344
|
+
unknown
|
|
2345
|
+
> = z.object({
|
|
2346
|
+
owasp: z.lazy(() => GetFirewallConfigOwasp$inboundSchema).optional(),
|
|
2347
|
+
verifiedBotsBypass: z.lazy(() => VerifiedBotsBypass$inboundSchema).optional(),
|
|
2348
|
+
});
|
|
2349
|
+
|
|
2350
|
+
/** @internal */
|
|
2351
|
+
export type GetFirewallConfigManagedRules$Outbound = {
|
|
2352
|
+
owasp?: GetFirewallConfigOwasp$Outbound | undefined;
|
|
2353
|
+
verifiedBotsBypass?: VerifiedBotsBypass$Outbound | undefined;
|
|
2354
|
+
};
|
|
2355
|
+
|
|
2356
|
+
/** @internal */
|
|
2357
|
+
export const GetFirewallConfigManagedRules$outboundSchema: z.ZodType<
|
|
2358
|
+
GetFirewallConfigManagedRules$Outbound,
|
|
2359
|
+
z.ZodTypeDef,
|
|
2360
|
+
GetFirewallConfigManagedRules
|
|
2361
|
+
> = z.object({
|
|
2362
|
+
owasp: z.lazy(() => GetFirewallConfigOwasp$outboundSchema).optional(),
|
|
2363
|
+
verifiedBotsBypass: z.lazy(() => VerifiedBotsBypass$outboundSchema)
|
|
2364
|
+
.optional(),
|
|
2365
|
+
});
|
|
2366
|
+
|
|
2367
|
+
/**
|
|
2368
|
+
* @internal
|
|
2369
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2370
|
+
*/
|
|
2371
|
+
export namespace GetFirewallConfigManagedRules$ {
|
|
2372
|
+
/** @deprecated use `GetFirewallConfigManagedRules$inboundSchema` instead. */
|
|
2373
|
+
export const inboundSchema = GetFirewallConfigManagedRules$inboundSchema;
|
|
2374
|
+
/** @deprecated use `GetFirewallConfigManagedRules$outboundSchema` instead. */
|
|
2375
|
+
export const outboundSchema = GetFirewallConfigManagedRules$outboundSchema;
|
|
2376
|
+
/** @deprecated use `GetFirewallConfigManagedRules$Outbound` instead. */
|
|
2377
|
+
export type Outbound = GetFirewallConfigManagedRules$Outbound;
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2380
|
+
export function getFirewallConfigManagedRulesToJSON(
|
|
2381
|
+
getFirewallConfigManagedRules: GetFirewallConfigManagedRules,
|
|
2382
|
+
): string {
|
|
2383
|
+
return JSON.stringify(
|
|
2384
|
+
GetFirewallConfigManagedRules$outboundSchema.parse(
|
|
2385
|
+
getFirewallConfigManagedRules,
|
|
2386
|
+
),
|
|
2387
|
+
);
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2390
|
+
export function getFirewallConfigManagedRulesFromJSON(
|
|
2391
|
+
jsonString: string,
|
|
2392
|
+
): SafeParseResult<GetFirewallConfigManagedRules, SDKValidationError> {
|
|
2393
|
+
return safeParse(
|
|
2394
|
+
jsonString,
|
|
2395
|
+
(x) => GetFirewallConfigManagedRules$inboundSchema.parse(JSON.parse(x)),
|
|
2396
|
+
`Failed to parse 'GetFirewallConfigManagedRules' from JSON`,
|
|
2397
|
+
);
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2400
|
+
/** @internal */
|
|
2401
|
+
export const GetFirewallConfigResponseBody$inboundSchema: z.ZodType<
|
|
2402
|
+
GetFirewallConfigResponseBody,
|
|
2403
|
+
z.ZodTypeDef,
|
|
2404
|
+
unknown
|
|
2405
|
+
> = z.object({
|
|
2406
|
+
ownerId: z.string(),
|
|
2407
|
+
projectKey: z.string(),
|
|
2408
|
+
id: z.string(),
|
|
2409
|
+
version: z.number(),
|
|
2410
|
+
updatedAt: z.string(),
|
|
2411
|
+
firewallEnabled: z.boolean(),
|
|
2412
|
+
crs: z.lazy(() => GetFirewallConfigCrs$inboundSchema),
|
|
2413
|
+
rules: z.array(z.lazy(() => GetFirewallConfigRules$inboundSchema)),
|
|
2414
|
+
ips: z.array(z.lazy(() => GetFirewallConfigIps$inboundSchema)),
|
|
2415
|
+
changes: z.array(z.lazy(() => Changes$inboundSchema)),
|
|
2416
|
+
managedRules: z.lazy(() => GetFirewallConfigManagedRules$inboundSchema)
|
|
2417
|
+
.optional(),
|
|
2418
|
+
});
|
|
2419
|
+
|
|
2420
|
+
/** @internal */
|
|
2421
|
+
export type GetFirewallConfigResponseBody$Outbound = {
|
|
2422
|
+
ownerId: string;
|
|
2423
|
+
projectKey: string;
|
|
2424
|
+
id: string;
|
|
2425
|
+
version: number;
|
|
2426
|
+
updatedAt: string;
|
|
2427
|
+
firewallEnabled: boolean;
|
|
2428
|
+
crs: GetFirewallConfigCrs$Outbound;
|
|
2429
|
+
rules: Array<GetFirewallConfigRules$Outbound>;
|
|
2430
|
+
ips: Array<GetFirewallConfigIps$Outbound>;
|
|
2431
|
+
changes: Array<Changes$Outbound>;
|
|
2432
|
+
managedRules?: GetFirewallConfigManagedRules$Outbound | undefined;
|
|
2433
|
+
};
|
|
2434
|
+
|
|
2435
|
+
/** @internal */
|
|
2436
|
+
export const GetFirewallConfigResponseBody$outboundSchema: z.ZodType<
|
|
2437
|
+
GetFirewallConfigResponseBody$Outbound,
|
|
2438
|
+
z.ZodTypeDef,
|
|
2439
|
+
GetFirewallConfigResponseBody
|
|
2440
|
+
> = z.object({
|
|
2441
|
+
ownerId: z.string(),
|
|
2442
|
+
projectKey: z.string(),
|
|
2443
|
+
id: z.string(),
|
|
2444
|
+
version: z.number(),
|
|
2445
|
+
updatedAt: z.string(),
|
|
2446
|
+
firewallEnabled: z.boolean(),
|
|
2447
|
+
crs: z.lazy(() => GetFirewallConfigCrs$outboundSchema),
|
|
2448
|
+
rules: z.array(z.lazy(() => GetFirewallConfigRules$outboundSchema)),
|
|
2449
|
+
ips: z.array(z.lazy(() => GetFirewallConfigIps$outboundSchema)),
|
|
2450
|
+
changes: z.array(z.lazy(() => Changes$outboundSchema)),
|
|
2451
|
+
managedRules: z.lazy(() => GetFirewallConfigManagedRules$outboundSchema)
|
|
2452
|
+
.optional(),
|
|
2453
|
+
});
|
|
2454
|
+
|
|
2455
|
+
/**
|
|
2456
|
+
* @internal
|
|
2457
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2458
|
+
*/
|
|
2459
|
+
export namespace GetFirewallConfigResponseBody$ {
|
|
2460
|
+
/** @deprecated use `GetFirewallConfigResponseBody$inboundSchema` instead. */
|
|
2461
|
+
export const inboundSchema = GetFirewallConfigResponseBody$inboundSchema;
|
|
2462
|
+
/** @deprecated use `GetFirewallConfigResponseBody$outboundSchema` instead. */
|
|
2463
|
+
export const outboundSchema = GetFirewallConfigResponseBody$outboundSchema;
|
|
2464
|
+
/** @deprecated use `GetFirewallConfigResponseBody$Outbound` instead. */
|
|
2465
|
+
export type Outbound = GetFirewallConfigResponseBody$Outbound;
|
|
2466
|
+
}
|
|
2467
|
+
|
|
2468
|
+
export function getFirewallConfigResponseBodyToJSON(
|
|
2469
|
+
getFirewallConfigResponseBody: GetFirewallConfigResponseBody,
|
|
2470
|
+
): string {
|
|
2471
|
+
return JSON.stringify(
|
|
2472
|
+
GetFirewallConfigResponseBody$outboundSchema.parse(
|
|
2473
|
+
getFirewallConfigResponseBody,
|
|
2474
|
+
),
|
|
2475
|
+
);
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2478
|
+
export function getFirewallConfigResponseBodyFromJSON(
|
|
2479
|
+
jsonString: string,
|
|
2480
|
+
): SafeParseResult<GetFirewallConfigResponseBody, SDKValidationError> {
|
|
2481
|
+
return safeParse(
|
|
2482
|
+
jsonString,
|
|
2483
|
+
(x) => GetFirewallConfigResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
2484
|
+
`Failed to parse 'GetFirewallConfigResponseBody' from JSON`,
|
|
2485
|
+
);
|
|
2486
|
+
}
|