@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,1168 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod";
|
|
5
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
6
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction = {
|
|
7
|
+
Deny: "deny",
|
|
8
|
+
Log: "log",
|
|
9
|
+
};
|
|
10
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction = {
|
|
11
|
+
Deny: "deny",
|
|
12
|
+
Log: "log",
|
|
13
|
+
};
|
|
14
|
+
export const GetFirewallConfigSecurityResponseAction = {
|
|
15
|
+
Deny: "deny",
|
|
16
|
+
Log: "log",
|
|
17
|
+
};
|
|
18
|
+
export const GetFirewallConfigSecurityResponse200Action = {
|
|
19
|
+
Deny: "deny",
|
|
20
|
+
Log: "log",
|
|
21
|
+
};
|
|
22
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONAction = {
|
|
23
|
+
Deny: "deny",
|
|
24
|
+
Log: "log",
|
|
25
|
+
};
|
|
26
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction = {
|
|
27
|
+
Deny: "deny",
|
|
28
|
+
Log: "log",
|
|
29
|
+
};
|
|
30
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction = {
|
|
31
|
+
Deny: "deny",
|
|
32
|
+
Log: "log",
|
|
33
|
+
};
|
|
34
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction = {
|
|
35
|
+
Deny: "deny",
|
|
36
|
+
Log: "log",
|
|
37
|
+
};
|
|
38
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction = {
|
|
39
|
+
Deny: "deny",
|
|
40
|
+
Log: "log",
|
|
41
|
+
};
|
|
42
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction = {
|
|
43
|
+
Deny: "deny",
|
|
44
|
+
Log: "log",
|
|
45
|
+
};
|
|
46
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction = {
|
|
47
|
+
Deny: "deny",
|
|
48
|
+
Log: "log",
|
|
49
|
+
};
|
|
50
|
+
export const GetFirewallConfigType = {
|
|
51
|
+
Host: "host",
|
|
52
|
+
Path: "path",
|
|
53
|
+
Method: "method",
|
|
54
|
+
Header: "header",
|
|
55
|
+
Query: "query",
|
|
56
|
+
Cookie: "cookie",
|
|
57
|
+
TargetPath: "target_path",
|
|
58
|
+
IpAddress: "ip_address",
|
|
59
|
+
Protocol: "protocol",
|
|
60
|
+
Region: "region",
|
|
61
|
+
Scheme: "scheme",
|
|
62
|
+
Environment: "environment",
|
|
63
|
+
UserAgent: "user_agent",
|
|
64
|
+
GeoContinent: "geo_continent",
|
|
65
|
+
GeoCountry: "geo_country",
|
|
66
|
+
GeoCountryRegion: "geo_country_region",
|
|
67
|
+
GeoCity: "geo_city",
|
|
68
|
+
GeoAsNumber: "geo_as_number",
|
|
69
|
+
Ja4Digest: "ja4_digest",
|
|
70
|
+
Ja3Digest: "ja3_digest",
|
|
71
|
+
RateLimitApiId: "rate_limit_api_id",
|
|
72
|
+
};
|
|
73
|
+
export const GetFirewallConfigOp = {
|
|
74
|
+
Re: "re",
|
|
75
|
+
Eq: "eq",
|
|
76
|
+
Ex: "ex",
|
|
77
|
+
Inc: "inc",
|
|
78
|
+
Pre: "pre",
|
|
79
|
+
Suf: "suf",
|
|
80
|
+
Sub: "sub",
|
|
81
|
+
Gt: "gt",
|
|
82
|
+
Gte: "gte",
|
|
83
|
+
Lt: "lt",
|
|
84
|
+
Lte: "lte",
|
|
85
|
+
Nex: "nex",
|
|
86
|
+
Ninc: "ninc",
|
|
87
|
+
Neq: "neq",
|
|
88
|
+
};
|
|
89
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction = {
|
|
90
|
+
Deny: "deny",
|
|
91
|
+
Log: "log",
|
|
92
|
+
Challenge: "challenge",
|
|
93
|
+
Bypass: "bypass",
|
|
94
|
+
RateLimit: "rate_limit",
|
|
95
|
+
Redirect: "redirect",
|
|
96
|
+
};
|
|
97
|
+
export const GetFirewallConfigAlgo = {
|
|
98
|
+
FixedWindow: "fixed_window",
|
|
99
|
+
TokenBucket: "token_bucket",
|
|
100
|
+
};
|
|
101
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction = {
|
|
102
|
+
Deny: "deny",
|
|
103
|
+
Log: "log",
|
|
104
|
+
Challenge: "challenge",
|
|
105
|
+
RateLimit: "rate_limit",
|
|
106
|
+
};
|
|
107
|
+
export const GetFirewallConfigSecurityAction = {
|
|
108
|
+
Deny: "deny",
|
|
109
|
+
Log: "log",
|
|
110
|
+
Challenge: "challenge",
|
|
111
|
+
Bypass: "bypass",
|
|
112
|
+
};
|
|
113
|
+
/** @internal */
|
|
114
|
+
export const GetFirewallConfigRequest$inboundSchema = z.object({
|
|
115
|
+
projectId: z.string(),
|
|
116
|
+
teamId: z.string().optional(),
|
|
117
|
+
slug: z.string().optional(),
|
|
118
|
+
configVersion: z.string(),
|
|
119
|
+
});
|
|
120
|
+
/** @internal */
|
|
121
|
+
export const GetFirewallConfigRequest$outboundSchema = z.object({
|
|
122
|
+
projectId: z.string(),
|
|
123
|
+
teamId: z.string().optional(),
|
|
124
|
+
slug: z.string().optional(),
|
|
125
|
+
configVersion: z.string(),
|
|
126
|
+
});
|
|
127
|
+
/**
|
|
128
|
+
* @internal
|
|
129
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
130
|
+
*/
|
|
131
|
+
export var GetFirewallConfigRequest$;
|
|
132
|
+
(function (GetFirewallConfigRequest$) {
|
|
133
|
+
/** @deprecated use `GetFirewallConfigRequest$inboundSchema` instead. */
|
|
134
|
+
GetFirewallConfigRequest$.inboundSchema = GetFirewallConfigRequest$inboundSchema;
|
|
135
|
+
/** @deprecated use `GetFirewallConfigRequest$outboundSchema` instead. */
|
|
136
|
+
GetFirewallConfigRequest$.outboundSchema = GetFirewallConfigRequest$outboundSchema;
|
|
137
|
+
})(GetFirewallConfigRequest$ || (GetFirewallConfigRequest$ = {}));
|
|
138
|
+
export function getFirewallConfigRequestToJSON(getFirewallConfigRequest) {
|
|
139
|
+
return JSON.stringify(GetFirewallConfigRequest$outboundSchema.parse(getFirewallConfigRequest));
|
|
140
|
+
}
|
|
141
|
+
export function getFirewallConfigRequestFromJSON(jsonString) {
|
|
142
|
+
return safeParse(jsonString, (x) => GetFirewallConfigRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigRequest' from JSON`);
|
|
143
|
+
}
|
|
144
|
+
/** @internal */
|
|
145
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$inboundSchema = z.nativeEnum(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction);
|
|
146
|
+
/** @internal */
|
|
147
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$inboundSchema;
|
|
148
|
+
/**
|
|
149
|
+
* @internal
|
|
150
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
151
|
+
*/
|
|
152
|
+
export var GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$;
|
|
153
|
+
(function (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$) {
|
|
154
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$inboundSchema` instead. */
|
|
155
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$.inboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$inboundSchema;
|
|
156
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$outboundSchema` instead. */
|
|
157
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$.outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$outboundSchema;
|
|
158
|
+
})(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$ || (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$ = {}));
|
|
159
|
+
/** @internal */
|
|
160
|
+
export const GetFirewallConfigSd$inboundSchema = z.object({
|
|
161
|
+
active: z.boolean(),
|
|
162
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$inboundSchema,
|
|
163
|
+
});
|
|
164
|
+
/** @internal */
|
|
165
|
+
export const GetFirewallConfigSd$outboundSchema = z.object({
|
|
166
|
+
active: z.boolean(),
|
|
167
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$outboundSchema,
|
|
168
|
+
});
|
|
169
|
+
/**
|
|
170
|
+
* @internal
|
|
171
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
172
|
+
*/
|
|
173
|
+
export var GetFirewallConfigSd$;
|
|
174
|
+
(function (GetFirewallConfigSd$) {
|
|
175
|
+
/** @deprecated use `GetFirewallConfigSd$inboundSchema` instead. */
|
|
176
|
+
GetFirewallConfigSd$.inboundSchema = GetFirewallConfigSd$inboundSchema;
|
|
177
|
+
/** @deprecated use `GetFirewallConfigSd$outboundSchema` instead. */
|
|
178
|
+
GetFirewallConfigSd$.outboundSchema = GetFirewallConfigSd$outboundSchema;
|
|
179
|
+
})(GetFirewallConfigSd$ || (GetFirewallConfigSd$ = {}));
|
|
180
|
+
export function getFirewallConfigSdToJSON(getFirewallConfigSd) {
|
|
181
|
+
return JSON.stringify(GetFirewallConfigSd$outboundSchema.parse(getFirewallConfigSd));
|
|
182
|
+
}
|
|
183
|
+
export function getFirewallConfigSdFromJSON(jsonString) {
|
|
184
|
+
return safeParse(jsonString, (x) => GetFirewallConfigSd$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigSd' from JSON`);
|
|
185
|
+
}
|
|
186
|
+
/** @internal */
|
|
187
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$inboundSchema = z.nativeEnum(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction);
|
|
188
|
+
/** @internal */
|
|
189
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$inboundSchema;
|
|
190
|
+
/**
|
|
191
|
+
* @internal
|
|
192
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
193
|
+
*/
|
|
194
|
+
export var GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$;
|
|
195
|
+
(function (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$) {
|
|
196
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$inboundSchema` instead. */
|
|
197
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$.inboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$inboundSchema;
|
|
198
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$outboundSchema` instead. */
|
|
199
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$.outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$outboundSchema;
|
|
200
|
+
})(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$ || (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$ = {}));
|
|
201
|
+
/** @internal */
|
|
202
|
+
export const GetFirewallConfigMa$inboundSchema = z.object({
|
|
203
|
+
active: z.boolean(),
|
|
204
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$inboundSchema,
|
|
205
|
+
});
|
|
206
|
+
/** @internal */
|
|
207
|
+
export const GetFirewallConfigMa$outboundSchema = z.object({
|
|
208
|
+
active: z.boolean(),
|
|
209
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$outboundSchema,
|
|
210
|
+
});
|
|
211
|
+
/**
|
|
212
|
+
* @internal
|
|
213
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
214
|
+
*/
|
|
215
|
+
export var GetFirewallConfigMa$;
|
|
216
|
+
(function (GetFirewallConfigMa$) {
|
|
217
|
+
/** @deprecated use `GetFirewallConfigMa$inboundSchema` instead. */
|
|
218
|
+
GetFirewallConfigMa$.inboundSchema = GetFirewallConfigMa$inboundSchema;
|
|
219
|
+
/** @deprecated use `GetFirewallConfigMa$outboundSchema` instead. */
|
|
220
|
+
GetFirewallConfigMa$.outboundSchema = GetFirewallConfigMa$outboundSchema;
|
|
221
|
+
})(GetFirewallConfigMa$ || (GetFirewallConfigMa$ = {}));
|
|
222
|
+
export function getFirewallConfigMaToJSON(getFirewallConfigMa) {
|
|
223
|
+
return JSON.stringify(GetFirewallConfigMa$outboundSchema.parse(getFirewallConfigMa));
|
|
224
|
+
}
|
|
225
|
+
export function getFirewallConfigMaFromJSON(jsonString) {
|
|
226
|
+
return safeParse(jsonString, (x) => GetFirewallConfigMa$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigMa' from JSON`);
|
|
227
|
+
}
|
|
228
|
+
/** @internal */
|
|
229
|
+
export const GetFirewallConfigSecurityResponseAction$inboundSchema = z
|
|
230
|
+
.nativeEnum(GetFirewallConfigSecurityResponseAction);
|
|
231
|
+
/** @internal */
|
|
232
|
+
export const GetFirewallConfigSecurityResponseAction$outboundSchema = GetFirewallConfigSecurityResponseAction$inboundSchema;
|
|
233
|
+
/**
|
|
234
|
+
* @internal
|
|
235
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
236
|
+
*/
|
|
237
|
+
export var GetFirewallConfigSecurityResponseAction$;
|
|
238
|
+
(function (GetFirewallConfigSecurityResponseAction$) {
|
|
239
|
+
/** @deprecated use `GetFirewallConfigSecurityResponseAction$inboundSchema` instead. */
|
|
240
|
+
GetFirewallConfigSecurityResponseAction$.inboundSchema = GetFirewallConfigSecurityResponseAction$inboundSchema;
|
|
241
|
+
/** @deprecated use `GetFirewallConfigSecurityResponseAction$outboundSchema` instead. */
|
|
242
|
+
GetFirewallConfigSecurityResponseAction$.outboundSchema = GetFirewallConfigSecurityResponseAction$outboundSchema;
|
|
243
|
+
})(GetFirewallConfigSecurityResponseAction$ || (GetFirewallConfigSecurityResponseAction$ = {}));
|
|
244
|
+
/** @internal */
|
|
245
|
+
export const GetFirewallConfigLfi$inboundSchema = z.object({
|
|
246
|
+
active: z.boolean(),
|
|
247
|
+
action: GetFirewallConfigSecurityResponseAction$inboundSchema,
|
|
248
|
+
});
|
|
249
|
+
/** @internal */
|
|
250
|
+
export const GetFirewallConfigLfi$outboundSchema = z.object({
|
|
251
|
+
active: z.boolean(),
|
|
252
|
+
action: GetFirewallConfigSecurityResponseAction$outboundSchema,
|
|
253
|
+
});
|
|
254
|
+
/**
|
|
255
|
+
* @internal
|
|
256
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
257
|
+
*/
|
|
258
|
+
export var GetFirewallConfigLfi$;
|
|
259
|
+
(function (GetFirewallConfigLfi$) {
|
|
260
|
+
/** @deprecated use `GetFirewallConfigLfi$inboundSchema` instead. */
|
|
261
|
+
GetFirewallConfigLfi$.inboundSchema = GetFirewallConfigLfi$inboundSchema;
|
|
262
|
+
/** @deprecated use `GetFirewallConfigLfi$outboundSchema` instead. */
|
|
263
|
+
GetFirewallConfigLfi$.outboundSchema = GetFirewallConfigLfi$outboundSchema;
|
|
264
|
+
})(GetFirewallConfigLfi$ || (GetFirewallConfigLfi$ = {}));
|
|
265
|
+
export function getFirewallConfigLfiToJSON(getFirewallConfigLfi) {
|
|
266
|
+
return JSON.stringify(GetFirewallConfigLfi$outboundSchema.parse(getFirewallConfigLfi));
|
|
267
|
+
}
|
|
268
|
+
export function getFirewallConfigLfiFromJSON(jsonString) {
|
|
269
|
+
return safeParse(jsonString, (x) => GetFirewallConfigLfi$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigLfi' from JSON`);
|
|
270
|
+
}
|
|
271
|
+
/** @internal */
|
|
272
|
+
export const GetFirewallConfigSecurityResponse200Action$inboundSchema = z
|
|
273
|
+
.nativeEnum(GetFirewallConfigSecurityResponse200Action);
|
|
274
|
+
/** @internal */
|
|
275
|
+
export const GetFirewallConfigSecurityResponse200Action$outboundSchema = GetFirewallConfigSecurityResponse200Action$inboundSchema;
|
|
276
|
+
/**
|
|
277
|
+
* @internal
|
|
278
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
279
|
+
*/
|
|
280
|
+
export var GetFirewallConfigSecurityResponse200Action$;
|
|
281
|
+
(function (GetFirewallConfigSecurityResponse200Action$) {
|
|
282
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200Action$inboundSchema` instead. */
|
|
283
|
+
GetFirewallConfigSecurityResponse200Action$.inboundSchema = GetFirewallConfigSecurityResponse200Action$inboundSchema;
|
|
284
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200Action$outboundSchema` instead. */
|
|
285
|
+
GetFirewallConfigSecurityResponse200Action$.outboundSchema = GetFirewallConfigSecurityResponse200Action$outboundSchema;
|
|
286
|
+
})(GetFirewallConfigSecurityResponse200Action$ || (GetFirewallConfigSecurityResponse200Action$ = {}));
|
|
287
|
+
/** @internal */
|
|
288
|
+
export const GetFirewallConfigRfi$inboundSchema = z.object({
|
|
289
|
+
active: z.boolean(),
|
|
290
|
+
action: GetFirewallConfigSecurityResponse200Action$inboundSchema,
|
|
291
|
+
});
|
|
292
|
+
/** @internal */
|
|
293
|
+
export const GetFirewallConfigRfi$outboundSchema = z.object({
|
|
294
|
+
active: z.boolean(),
|
|
295
|
+
action: GetFirewallConfigSecurityResponse200Action$outboundSchema,
|
|
296
|
+
});
|
|
297
|
+
/**
|
|
298
|
+
* @internal
|
|
299
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
300
|
+
*/
|
|
301
|
+
export var GetFirewallConfigRfi$;
|
|
302
|
+
(function (GetFirewallConfigRfi$) {
|
|
303
|
+
/** @deprecated use `GetFirewallConfigRfi$inboundSchema` instead. */
|
|
304
|
+
GetFirewallConfigRfi$.inboundSchema = GetFirewallConfigRfi$inboundSchema;
|
|
305
|
+
/** @deprecated use `GetFirewallConfigRfi$outboundSchema` instead. */
|
|
306
|
+
GetFirewallConfigRfi$.outboundSchema = GetFirewallConfigRfi$outboundSchema;
|
|
307
|
+
})(GetFirewallConfigRfi$ || (GetFirewallConfigRfi$ = {}));
|
|
308
|
+
export function getFirewallConfigRfiToJSON(getFirewallConfigRfi) {
|
|
309
|
+
return JSON.stringify(GetFirewallConfigRfi$outboundSchema.parse(getFirewallConfigRfi));
|
|
310
|
+
}
|
|
311
|
+
export function getFirewallConfigRfiFromJSON(jsonString) {
|
|
312
|
+
return safeParse(jsonString, (x) => GetFirewallConfigRfi$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigRfi' from JSON`);
|
|
313
|
+
}
|
|
314
|
+
/** @internal */
|
|
315
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema = z.nativeEnum(GetFirewallConfigSecurityResponse200ApplicationJSONAction);
|
|
316
|
+
/** @internal */
|
|
317
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema;
|
|
318
|
+
/**
|
|
319
|
+
* @internal
|
|
320
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
321
|
+
*/
|
|
322
|
+
export var GetFirewallConfigSecurityResponse200ApplicationJSONAction$;
|
|
323
|
+
(function (GetFirewallConfigSecurityResponse200ApplicationJSONAction$) {
|
|
324
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema` instead. */
|
|
325
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONAction$.inboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema;
|
|
326
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema` instead. */
|
|
327
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONAction$.outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema;
|
|
328
|
+
})(GetFirewallConfigSecurityResponse200ApplicationJSONAction$ || (GetFirewallConfigSecurityResponse200ApplicationJSONAction$ = {}));
|
|
329
|
+
/** @internal */
|
|
330
|
+
export const GetFirewallConfigRce$inboundSchema = z.object({
|
|
331
|
+
active: z.boolean(),
|
|
332
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema,
|
|
333
|
+
});
|
|
334
|
+
/** @internal */
|
|
335
|
+
export const GetFirewallConfigRce$outboundSchema = z.object({
|
|
336
|
+
active: z.boolean(),
|
|
337
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema,
|
|
338
|
+
});
|
|
339
|
+
/**
|
|
340
|
+
* @internal
|
|
341
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
342
|
+
*/
|
|
343
|
+
export var GetFirewallConfigRce$;
|
|
344
|
+
(function (GetFirewallConfigRce$) {
|
|
345
|
+
/** @deprecated use `GetFirewallConfigRce$inboundSchema` instead. */
|
|
346
|
+
GetFirewallConfigRce$.inboundSchema = GetFirewallConfigRce$inboundSchema;
|
|
347
|
+
/** @deprecated use `GetFirewallConfigRce$outboundSchema` instead. */
|
|
348
|
+
GetFirewallConfigRce$.outboundSchema = GetFirewallConfigRce$outboundSchema;
|
|
349
|
+
})(GetFirewallConfigRce$ || (GetFirewallConfigRce$ = {}));
|
|
350
|
+
export function getFirewallConfigRceToJSON(getFirewallConfigRce) {
|
|
351
|
+
return JSON.stringify(GetFirewallConfigRce$outboundSchema.parse(getFirewallConfigRce));
|
|
352
|
+
}
|
|
353
|
+
export function getFirewallConfigRceFromJSON(jsonString) {
|
|
354
|
+
return safeParse(jsonString, (x) => GetFirewallConfigRce$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigRce' from JSON`);
|
|
355
|
+
}
|
|
356
|
+
/** @internal */
|
|
357
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema = z.nativeEnum(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction);
|
|
358
|
+
/** @internal */
|
|
359
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema;
|
|
360
|
+
/**
|
|
361
|
+
* @internal
|
|
362
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
363
|
+
*/
|
|
364
|
+
export var GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$;
|
|
365
|
+
(function (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$) {
|
|
366
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema` instead. */
|
|
367
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$.inboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema;
|
|
368
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema` instead. */
|
|
369
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$.outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema;
|
|
370
|
+
})(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$ || (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$ = {}));
|
|
371
|
+
/** @internal */
|
|
372
|
+
export const GetFirewallConfigPhp$inboundSchema = z.object({
|
|
373
|
+
active: z.boolean(),
|
|
374
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema,
|
|
375
|
+
});
|
|
376
|
+
/** @internal */
|
|
377
|
+
export const GetFirewallConfigPhp$outboundSchema = z.object({
|
|
378
|
+
active: z.boolean(),
|
|
379
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema,
|
|
380
|
+
});
|
|
381
|
+
/**
|
|
382
|
+
* @internal
|
|
383
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
384
|
+
*/
|
|
385
|
+
export var GetFirewallConfigPhp$;
|
|
386
|
+
(function (GetFirewallConfigPhp$) {
|
|
387
|
+
/** @deprecated use `GetFirewallConfigPhp$inboundSchema` instead. */
|
|
388
|
+
GetFirewallConfigPhp$.inboundSchema = GetFirewallConfigPhp$inboundSchema;
|
|
389
|
+
/** @deprecated use `GetFirewallConfigPhp$outboundSchema` instead. */
|
|
390
|
+
GetFirewallConfigPhp$.outboundSchema = GetFirewallConfigPhp$outboundSchema;
|
|
391
|
+
})(GetFirewallConfigPhp$ || (GetFirewallConfigPhp$ = {}));
|
|
392
|
+
export function getFirewallConfigPhpToJSON(getFirewallConfigPhp) {
|
|
393
|
+
return JSON.stringify(GetFirewallConfigPhp$outboundSchema.parse(getFirewallConfigPhp));
|
|
394
|
+
}
|
|
395
|
+
export function getFirewallConfigPhpFromJSON(jsonString) {
|
|
396
|
+
return safeParse(jsonString, (x) => GetFirewallConfigPhp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigPhp' from JSON`);
|
|
397
|
+
}
|
|
398
|
+
/** @internal */
|
|
399
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$inboundSchema = z.nativeEnum(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction);
|
|
400
|
+
/** @internal */
|
|
401
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$inboundSchema;
|
|
402
|
+
/**
|
|
403
|
+
* @internal
|
|
404
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
405
|
+
*/
|
|
406
|
+
export var GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$;
|
|
407
|
+
(function (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$) {
|
|
408
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$inboundSchema` instead. */
|
|
409
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$.inboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$inboundSchema;
|
|
410
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$outboundSchema` instead. */
|
|
411
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$.outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$outboundSchema;
|
|
412
|
+
})(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$ || (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$ = {}));
|
|
413
|
+
/** @internal */
|
|
414
|
+
export const GetFirewallConfigGen$inboundSchema = z.object({
|
|
415
|
+
active: z.boolean(),
|
|
416
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$inboundSchema,
|
|
417
|
+
});
|
|
418
|
+
/** @internal */
|
|
419
|
+
export const GetFirewallConfigGen$outboundSchema = z.object({
|
|
420
|
+
active: z.boolean(),
|
|
421
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$outboundSchema,
|
|
422
|
+
});
|
|
423
|
+
/**
|
|
424
|
+
* @internal
|
|
425
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
426
|
+
*/
|
|
427
|
+
export var GetFirewallConfigGen$;
|
|
428
|
+
(function (GetFirewallConfigGen$) {
|
|
429
|
+
/** @deprecated use `GetFirewallConfigGen$inboundSchema` instead. */
|
|
430
|
+
GetFirewallConfigGen$.inboundSchema = GetFirewallConfigGen$inboundSchema;
|
|
431
|
+
/** @deprecated use `GetFirewallConfigGen$outboundSchema` instead. */
|
|
432
|
+
GetFirewallConfigGen$.outboundSchema = GetFirewallConfigGen$outboundSchema;
|
|
433
|
+
})(GetFirewallConfigGen$ || (GetFirewallConfigGen$ = {}));
|
|
434
|
+
export function getFirewallConfigGenToJSON(getFirewallConfigGen) {
|
|
435
|
+
return JSON.stringify(GetFirewallConfigGen$outboundSchema.parse(getFirewallConfigGen));
|
|
436
|
+
}
|
|
437
|
+
export function getFirewallConfigGenFromJSON(jsonString) {
|
|
438
|
+
return safeParse(jsonString, (x) => GetFirewallConfigGen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigGen' from JSON`);
|
|
439
|
+
}
|
|
440
|
+
/** @internal */
|
|
441
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$inboundSchema = z.nativeEnum(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction);
|
|
442
|
+
/** @internal */
|
|
443
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$inboundSchema;
|
|
444
|
+
/**
|
|
445
|
+
* @internal
|
|
446
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
447
|
+
*/
|
|
448
|
+
export var GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$;
|
|
449
|
+
(function (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$) {
|
|
450
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$inboundSchema` instead. */
|
|
451
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$.inboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$inboundSchema;
|
|
452
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$outboundSchema` instead. */
|
|
453
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$.outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$outboundSchema;
|
|
454
|
+
})(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$ || (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$ = {}));
|
|
455
|
+
/** @internal */
|
|
456
|
+
export const GetFirewallConfigXss$inboundSchema = z.object({
|
|
457
|
+
active: z.boolean(),
|
|
458
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$inboundSchema,
|
|
459
|
+
});
|
|
460
|
+
/** @internal */
|
|
461
|
+
export const GetFirewallConfigXss$outboundSchema = z.object({
|
|
462
|
+
active: z.boolean(),
|
|
463
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$outboundSchema,
|
|
464
|
+
});
|
|
465
|
+
/**
|
|
466
|
+
* @internal
|
|
467
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
468
|
+
*/
|
|
469
|
+
export var GetFirewallConfigXss$;
|
|
470
|
+
(function (GetFirewallConfigXss$) {
|
|
471
|
+
/** @deprecated use `GetFirewallConfigXss$inboundSchema` instead. */
|
|
472
|
+
GetFirewallConfigXss$.inboundSchema = GetFirewallConfigXss$inboundSchema;
|
|
473
|
+
/** @deprecated use `GetFirewallConfigXss$outboundSchema` instead. */
|
|
474
|
+
GetFirewallConfigXss$.outboundSchema = GetFirewallConfigXss$outboundSchema;
|
|
475
|
+
})(GetFirewallConfigXss$ || (GetFirewallConfigXss$ = {}));
|
|
476
|
+
export function getFirewallConfigXssToJSON(getFirewallConfigXss) {
|
|
477
|
+
return JSON.stringify(GetFirewallConfigXss$outboundSchema.parse(getFirewallConfigXss));
|
|
478
|
+
}
|
|
479
|
+
export function getFirewallConfigXssFromJSON(jsonString) {
|
|
480
|
+
return safeParse(jsonString, (x) => GetFirewallConfigXss$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigXss' from JSON`);
|
|
481
|
+
}
|
|
482
|
+
/** @internal */
|
|
483
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$inboundSchema = z.nativeEnum(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction);
|
|
484
|
+
/** @internal */
|
|
485
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$inboundSchema;
|
|
486
|
+
/**
|
|
487
|
+
* @internal
|
|
488
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
489
|
+
*/
|
|
490
|
+
export var GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$;
|
|
491
|
+
(function (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$) {
|
|
492
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$inboundSchema` instead. */
|
|
493
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$.inboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$inboundSchema;
|
|
494
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$outboundSchema` instead. */
|
|
495
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$.outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$outboundSchema;
|
|
496
|
+
})(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$ || (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$ = {}));
|
|
497
|
+
/** @internal */
|
|
498
|
+
export const GetFirewallConfigSqli$inboundSchema = z.object({
|
|
499
|
+
active: z.boolean(),
|
|
500
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$inboundSchema,
|
|
501
|
+
});
|
|
502
|
+
/** @internal */
|
|
503
|
+
export const GetFirewallConfigSqli$outboundSchema = z.object({
|
|
504
|
+
active: z.boolean(),
|
|
505
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$outboundSchema,
|
|
506
|
+
});
|
|
507
|
+
/**
|
|
508
|
+
* @internal
|
|
509
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
510
|
+
*/
|
|
511
|
+
export var GetFirewallConfigSqli$;
|
|
512
|
+
(function (GetFirewallConfigSqli$) {
|
|
513
|
+
/** @deprecated use `GetFirewallConfigSqli$inboundSchema` instead. */
|
|
514
|
+
GetFirewallConfigSqli$.inboundSchema = GetFirewallConfigSqli$inboundSchema;
|
|
515
|
+
/** @deprecated use `GetFirewallConfigSqli$outboundSchema` instead. */
|
|
516
|
+
GetFirewallConfigSqli$.outboundSchema = GetFirewallConfigSqli$outboundSchema;
|
|
517
|
+
})(GetFirewallConfigSqli$ || (GetFirewallConfigSqli$ = {}));
|
|
518
|
+
export function getFirewallConfigSqliToJSON(getFirewallConfigSqli) {
|
|
519
|
+
return JSON.stringify(GetFirewallConfigSqli$outboundSchema.parse(getFirewallConfigSqli));
|
|
520
|
+
}
|
|
521
|
+
export function getFirewallConfigSqliFromJSON(jsonString) {
|
|
522
|
+
return safeParse(jsonString, (x) => GetFirewallConfigSqli$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigSqli' from JSON`);
|
|
523
|
+
}
|
|
524
|
+
/** @internal */
|
|
525
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$inboundSchema = z.nativeEnum(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction);
|
|
526
|
+
/** @internal */
|
|
527
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$inboundSchema;
|
|
528
|
+
/**
|
|
529
|
+
* @internal
|
|
530
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
531
|
+
*/
|
|
532
|
+
export var GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$;
|
|
533
|
+
(function (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$) {
|
|
534
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$inboundSchema` instead. */
|
|
535
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$.inboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$inboundSchema;
|
|
536
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$outboundSchema` instead. */
|
|
537
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$.outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$outboundSchema;
|
|
538
|
+
})(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$ || (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$ = {}));
|
|
539
|
+
/** @internal */
|
|
540
|
+
export const GetFirewallConfigSf$inboundSchema = z.object({
|
|
541
|
+
active: z.boolean(),
|
|
542
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$inboundSchema,
|
|
543
|
+
});
|
|
544
|
+
/** @internal */
|
|
545
|
+
export const GetFirewallConfigSf$outboundSchema = z.object({
|
|
546
|
+
active: z.boolean(),
|
|
547
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$outboundSchema,
|
|
548
|
+
});
|
|
549
|
+
/**
|
|
550
|
+
* @internal
|
|
551
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
552
|
+
*/
|
|
553
|
+
export var GetFirewallConfigSf$;
|
|
554
|
+
(function (GetFirewallConfigSf$) {
|
|
555
|
+
/** @deprecated use `GetFirewallConfigSf$inboundSchema` instead. */
|
|
556
|
+
GetFirewallConfigSf$.inboundSchema = GetFirewallConfigSf$inboundSchema;
|
|
557
|
+
/** @deprecated use `GetFirewallConfigSf$outboundSchema` instead. */
|
|
558
|
+
GetFirewallConfigSf$.outboundSchema = GetFirewallConfigSf$outboundSchema;
|
|
559
|
+
})(GetFirewallConfigSf$ || (GetFirewallConfigSf$ = {}));
|
|
560
|
+
export function getFirewallConfigSfToJSON(getFirewallConfigSf) {
|
|
561
|
+
return JSON.stringify(GetFirewallConfigSf$outboundSchema.parse(getFirewallConfigSf));
|
|
562
|
+
}
|
|
563
|
+
export function getFirewallConfigSfFromJSON(jsonString) {
|
|
564
|
+
return safeParse(jsonString, (x) => GetFirewallConfigSf$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigSf' from JSON`);
|
|
565
|
+
}
|
|
566
|
+
/** @internal */
|
|
567
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$inboundSchema = z.nativeEnum(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction);
|
|
568
|
+
/** @internal */
|
|
569
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$inboundSchema;
|
|
570
|
+
/**
|
|
571
|
+
* @internal
|
|
572
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
573
|
+
*/
|
|
574
|
+
export var GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$;
|
|
575
|
+
(function (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$) {
|
|
576
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$inboundSchema` instead. */
|
|
577
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$.inboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$inboundSchema;
|
|
578
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$outboundSchema` instead. */
|
|
579
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$.outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$outboundSchema;
|
|
580
|
+
})(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$ || (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$ = {}));
|
|
581
|
+
/** @internal */
|
|
582
|
+
export const GetFirewallConfigJava$inboundSchema = z.object({
|
|
583
|
+
active: z.boolean(),
|
|
584
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$inboundSchema,
|
|
585
|
+
});
|
|
586
|
+
/** @internal */
|
|
587
|
+
export const GetFirewallConfigJava$outboundSchema = z.object({
|
|
588
|
+
active: z.boolean(),
|
|
589
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$outboundSchema,
|
|
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 var GetFirewallConfigJava$;
|
|
596
|
+
(function (GetFirewallConfigJava$) {
|
|
597
|
+
/** @deprecated use `GetFirewallConfigJava$inboundSchema` instead. */
|
|
598
|
+
GetFirewallConfigJava$.inboundSchema = GetFirewallConfigJava$inboundSchema;
|
|
599
|
+
/** @deprecated use `GetFirewallConfigJava$outboundSchema` instead. */
|
|
600
|
+
GetFirewallConfigJava$.outboundSchema = GetFirewallConfigJava$outboundSchema;
|
|
601
|
+
})(GetFirewallConfigJava$ || (GetFirewallConfigJava$ = {}));
|
|
602
|
+
export function getFirewallConfigJavaToJSON(getFirewallConfigJava) {
|
|
603
|
+
return JSON.stringify(GetFirewallConfigJava$outboundSchema.parse(getFirewallConfigJava));
|
|
604
|
+
}
|
|
605
|
+
export function getFirewallConfigJavaFromJSON(jsonString) {
|
|
606
|
+
return safeParse(jsonString, (x) => GetFirewallConfigJava$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigJava' from JSON`);
|
|
607
|
+
}
|
|
608
|
+
/** @internal */
|
|
609
|
+
export const GetFirewallConfigCrs$inboundSchema = z.object({
|
|
610
|
+
sd: z.lazy(() => GetFirewallConfigSd$inboundSchema),
|
|
611
|
+
ma: z.lazy(() => GetFirewallConfigMa$inboundSchema),
|
|
612
|
+
lfi: z.lazy(() => GetFirewallConfigLfi$inboundSchema),
|
|
613
|
+
rfi: z.lazy(() => GetFirewallConfigRfi$inboundSchema),
|
|
614
|
+
rce: z.lazy(() => GetFirewallConfigRce$inboundSchema),
|
|
615
|
+
php: z.lazy(() => GetFirewallConfigPhp$inboundSchema),
|
|
616
|
+
gen: z.lazy(() => GetFirewallConfigGen$inboundSchema),
|
|
617
|
+
xss: z.lazy(() => GetFirewallConfigXss$inboundSchema),
|
|
618
|
+
sqli: z.lazy(() => GetFirewallConfigSqli$inboundSchema),
|
|
619
|
+
sf: z.lazy(() => GetFirewallConfigSf$inboundSchema),
|
|
620
|
+
java: z.lazy(() => GetFirewallConfigJava$inboundSchema),
|
|
621
|
+
});
|
|
622
|
+
/** @internal */
|
|
623
|
+
export const GetFirewallConfigCrs$outboundSchema = z.object({
|
|
624
|
+
sd: z.lazy(() => GetFirewallConfigSd$outboundSchema),
|
|
625
|
+
ma: z.lazy(() => GetFirewallConfigMa$outboundSchema),
|
|
626
|
+
lfi: z.lazy(() => GetFirewallConfigLfi$outboundSchema),
|
|
627
|
+
rfi: z.lazy(() => GetFirewallConfigRfi$outboundSchema),
|
|
628
|
+
rce: z.lazy(() => GetFirewallConfigRce$outboundSchema),
|
|
629
|
+
php: z.lazy(() => GetFirewallConfigPhp$outboundSchema),
|
|
630
|
+
gen: z.lazy(() => GetFirewallConfigGen$outboundSchema),
|
|
631
|
+
xss: z.lazy(() => GetFirewallConfigXss$outboundSchema),
|
|
632
|
+
sqli: z.lazy(() => GetFirewallConfigSqli$outboundSchema),
|
|
633
|
+
sf: z.lazy(() => GetFirewallConfigSf$outboundSchema),
|
|
634
|
+
java: z.lazy(() => GetFirewallConfigJava$outboundSchema),
|
|
635
|
+
});
|
|
636
|
+
/**
|
|
637
|
+
* @internal
|
|
638
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
639
|
+
*/
|
|
640
|
+
export var GetFirewallConfigCrs$;
|
|
641
|
+
(function (GetFirewallConfigCrs$) {
|
|
642
|
+
/** @deprecated use `GetFirewallConfigCrs$inboundSchema` instead. */
|
|
643
|
+
GetFirewallConfigCrs$.inboundSchema = GetFirewallConfigCrs$inboundSchema;
|
|
644
|
+
/** @deprecated use `GetFirewallConfigCrs$outboundSchema` instead. */
|
|
645
|
+
GetFirewallConfigCrs$.outboundSchema = GetFirewallConfigCrs$outboundSchema;
|
|
646
|
+
})(GetFirewallConfigCrs$ || (GetFirewallConfigCrs$ = {}));
|
|
647
|
+
export function getFirewallConfigCrsToJSON(getFirewallConfigCrs) {
|
|
648
|
+
return JSON.stringify(GetFirewallConfigCrs$outboundSchema.parse(getFirewallConfigCrs));
|
|
649
|
+
}
|
|
650
|
+
export function getFirewallConfigCrsFromJSON(jsonString) {
|
|
651
|
+
return safeParse(jsonString, (x) => GetFirewallConfigCrs$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigCrs' from JSON`);
|
|
652
|
+
}
|
|
653
|
+
/** @internal */
|
|
654
|
+
export const GetFirewallConfigType$inboundSchema = z.nativeEnum(GetFirewallConfigType);
|
|
655
|
+
/** @internal */
|
|
656
|
+
export const GetFirewallConfigType$outboundSchema = GetFirewallConfigType$inboundSchema;
|
|
657
|
+
/**
|
|
658
|
+
* @internal
|
|
659
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
660
|
+
*/
|
|
661
|
+
export var GetFirewallConfigType$;
|
|
662
|
+
(function (GetFirewallConfigType$) {
|
|
663
|
+
/** @deprecated use `GetFirewallConfigType$inboundSchema` instead. */
|
|
664
|
+
GetFirewallConfigType$.inboundSchema = GetFirewallConfigType$inboundSchema;
|
|
665
|
+
/** @deprecated use `GetFirewallConfigType$outboundSchema` instead. */
|
|
666
|
+
GetFirewallConfigType$.outboundSchema = GetFirewallConfigType$outboundSchema;
|
|
667
|
+
})(GetFirewallConfigType$ || (GetFirewallConfigType$ = {}));
|
|
668
|
+
/** @internal */
|
|
669
|
+
export const GetFirewallConfigOp$inboundSchema = z.nativeEnum(GetFirewallConfigOp);
|
|
670
|
+
/** @internal */
|
|
671
|
+
export const GetFirewallConfigOp$outboundSchema = GetFirewallConfigOp$inboundSchema;
|
|
672
|
+
/**
|
|
673
|
+
* @internal
|
|
674
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
675
|
+
*/
|
|
676
|
+
export var GetFirewallConfigOp$;
|
|
677
|
+
(function (GetFirewallConfigOp$) {
|
|
678
|
+
/** @deprecated use `GetFirewallConfigOp$inboundSchema` instead. */
|
|
679
|
+
GetFirewallConfigOp$.inboundSchema = GetFirewallConfigOp$inboundSchema;
|
|
680
|
+
/** @deprecated use `GetFirewallConfigOp$outboundSchema` instead. */
|
|
681
|
+
GetFirewallConfigOp$.outboundSchema = GetFirewallConfigOp$outboundSchema;
|
|
682
|
+
})(GetFirewallConfigOp$ || (GetFirewallConfigOp$ = {}));
|
|
683
|
+
/** @internal */
|
|
684
|
+
export const GetFirewallConfigValue$inboundSchema = z.union([z.string(), z.number(), z.array(z.string())]);
|
|
685
|
+
/** @internal */
|
|
686
|
+
export const GetFirewallConfigValue$outboundSchema = z.union([z.string(), z.number(), z.array(z.string())]);
|
|
687
|
+
/**
|
|
688
|
+
* @internal
|
|
689
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
690
|
+
*/
|
|
691
|
+
export var GetFirewallConfigValue$;
|
|
692
|
+
(function (GetFirewallConfigValue$) {
|
|
693
|
+
/** @deprecated use `GetFirewallConfigValue$inboundSchema` instead. */
|
|
694
|
+
GetFirewallConfigValue$.inboundSchema = GetFirewallConfigValue$inboundSchema;
|
|
695
|
+
/** @deprecated use `GetFirewallConfigValue$outboundSchema` instead. */
|
|
696
|
+
GetFirewallConfigValue$.outboundSchema = GetFirewallConfigValue$outboundSchema;
|
|
697
|
+
})(GetFirewallConfigValue$ || (GetFirewallConfigValue$ = {}));
|
|
698
|
+
export function getFirewallConfigValueToJSON(getFirewallConfigValue) {
|
|
699
|
+
return JSON.stringify(GetFirewallConfigValue$outboundSchema.parse(getFirewallConfigValue));
|
|
700
|
+
}
|
|
701
|
+
export function getFirewallConfigValueFromJSON(jsonString) {
|
|
702
|
+
return safeParse(jsonString, (x) => GetFirewallConfigValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigValue' from JSON`);
|
|
703
|
+
}
|
|
704
|
+
/** @internal */
|
|
705
|
+
export const GetFirewallConfigConditions$inboundSchema = z.object({
|
|
706
|
+
type: GetFirewallConfigType$inboundSchema,
|
|
707
|
+
op: GetFirewallConfigOp$inboundSchema,
|
|
708
|
+
neg: z.boolean().optional(),
|
|
709
|
+
key: z.string().optional(),
|
|
710
|
+
value: z.union([z.string(), z.number(), z.array(z.string())]).optional(),
|
|
711
|
+
});
|
|
712
|
+
/** @internal */
|
|
713
|
+
export const GetFirewallConfigConditions$outboundSchema = z.object({
|
|
714
|
+
type: GetFirewallConfigType$outboundSchema,
|
|
715
|
+
op: GetFirewallConfigOp$outboundSchema,
|
|
716
|
+
neg: z.boolean().optional(),
|
|
717
|
+
key: z.string().optional(),
|
|
718
|
+
value: z.union([z.string(), z.number(), z.array(z.string())]).optional(),
|
|
719
|
+
});
|
|
720
|
+
/**
|
|
721
|
+
* @internal
|
|
722
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
723
|
+
*/
|
|
724
|
+
export var GetFirewallConfigConditions$;
|
|
725
|
+
(function (GetFirewallConfigConditions$) {
|
|
726
|
+
/** @deprecated use `GetFirewallConfigConditions$inboundSchema` instead. */
|
|
727
|
+
GetFirewallConfigConditions$.inboundSchema = GetFirewallConfigConditions$inboundSchema;
|
|
728
|
+
/** @deprecated use `GetFirewallConfigConditions$outboundSchema` instead. */
|
|
729
|
+
GetFirewallConfigConditions$.outboundSchema = GetFirewallConfigConditions$outboundSchema;
|
|
730
|
+
})(GetFirewallConfigConditions$ || (GetFirewallConfigConditions$ = {}));
|
|
731
|
+
export function getFirewallConfigConditionsToJSON(getFirewallConfigConditions) {
|
|
732
|
+
return JSON.stringify(GetFirewallConfigConditions$outboundSchema.parse(getFirewallConfigConditions));
|
|
733
|
+
}
|
|
734
|
+
export function getFirewallConfigConditionsFromJSON(jsonString) {
|
|
735
|
+
return safeParse(jsonString, (x) => GetFirewallConfigConditions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigConditions' from JSON`);
|
|
736
|
+
}
|
|
737
|
+
/** @internal */
|
|
738
|
+
export const GetFirewallConfigConditionGroup$inboundSchema = z.object({
|
|
739
|
+
conditions: z.array(z.lazy(() => GetFirewallConfigConditions$inboundSchema)),
|
|
740
|
+
});
|
|
741
|
+
/** @internal */
|
|
742
|
+
export const GetFirewallConfigConditionGroup$outboundSchema = z.object({
|
|
743
|
+
conditions: z.array(z.lazy(() => GetFirewallConfigConditions$outboundSchema)),
|
|
744
|
+
});
|
|
745
|
+
/**
|
|
746
|
+
* @internal
|
|
747
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
748
|
+
*/
|
|
749
|
+
export var GetFirewallConfigConditionGroup$;
|
|
750
|
+
(function (GetFirewallConfigConditionGroup$) {
|
|
751
|
+
/** @deprecated use `GetFirewallConfigConditionGroup$inboundSchema` instead. */
|
|
752
|
+
GetFirewallConfigConditionGroup$.inboundSchema = GetFirewallConfigConditionGroup$inboundSchema;
|
|
753
|
+
/** @deprecated use `GetFirewallConfigConditionGroup$outboundSchema` instead. */
|
|
754
|
+
GetFirewallConfigConditionGroup$.outboundSchema = GetFirewallConfigConditionGroup$outboundSchema;
|
|
755
|
+
})(GetFirewallConfigConditionGroup$ || (GetFirewallConfigConditionGroup$ = {}));
|
|
756
|
+
export function getFirewallConfigConditionGroupToJSON(getFirewallConfigConditionGroup) {
|
|
757
|
+
return JSON.stringify(GetFirewallConfigConditionGroup$outboundSchema.parse(getFirewallConfigConditionGroup));
|
|
758
|
+
}
|
|
759
|
+
export function getFirewallConfigConditionGroupFromJSON(jsonString) {
|
|
760
|
+
return safeParse(jsonString, (x) => GetFirewallConfigConditionGroup$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigConditionGroup' from JSON`);
|
|
761
|
+
}
|
|
762
|
+
/** @internal */
|
|
763
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$inboundSchema = z.nativeEnum(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction);
|
|
764
|
+
/** @internal */
|
|
765
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$inboundSchema;
|
|
766
|
+
/**
|
|
767
|
+
* @internal
|
|
768
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
769
|
+
*/
|
|
770
|
+
export var GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$;
|
|
771
|
+
(function (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$) {
|
|
772
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$inboundSchema` instead. */
|
|
773
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$.inboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$inboundSchema;
|
|
774
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$outboundSchema` instead. */
|
|
775
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$.outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$outboundSchema;
|
|
776
|
+
})(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$ || (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$ = {}));
|
|
777
|
+
/** @internal */
|
|
778
|
+
export const GetFirewallConfigAlgo$inboundSchema = z.nativeEnum(GetFirewallConfigAlgo);
|
|
779
|
+
/** @internal */
|
|
780
|
+
export const GetFirewallConfigAlgo$outboundSchema = GetFirewallConfigAlgo$inboundSchema;
|
|
781
|
+
/**
|
|
782
|
+
* @internal
|
|
783
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
784
|
+
*/
|
|
785
|
+
export var GetFirewallConfigAlgo$;
|
|
786
|
+
(function (GetFirewallConfigAlgo$) {
|
|
787
|
+
/** @deprecated use `GetFirewallConfigAlgo$inboundSchema` instead. */
|
|
788
|
+
GetFirewallConfigAlgo$.inboundSchema = GetFirewallConfigAlgo$inboundSchema;
|
|
789
|
+
/** @deprecated use `GetFirewallConfigAlgo$outboundSchema` instead. */
|
|
790
|
+
GetFirewallConfigAlgo$.outboundSchema = GetFirewallConfigAlgo$outboundSchema;
|
|
791
|
+
})(GetFirewallConfigAlgo$ || (GetFirewallConfigAlgo$ = {}));
|
|
792
|
+
/** @internal */
|
|
793
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$inboundSchema = z.nativeEnum(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction);
|
|
794
|
+
/** @internal */
|
|
795
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$inboundSchema;
|
|
796
|
+
/**
|
|
797
|
+
* @internal
|
|
798
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
799
|
+
*/
|
|
800
|
+
export var GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$;
|
|
801
|
+
(function (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$) {
|
|
802
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$inboundSchema` instead. */
|
|
803
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$.inboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$inboundSchema;
|
|
804
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$outboundSchema` instead. */
|
|
805
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$.outboundSchema = GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$outboundSchema;
|
|
806
|
+
})(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$ || (GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$ = {}));
|
|
807
|
+
/** @internal */
|
|
808
|
+
export const GetFirewallConfigRateLimit$inboundSchema = z.object({
|
|
809
|
+
algo: GetFirewallConfigAlgo$inboundSchema,
|
|
810
|
+
window: z.number(),
|
|
811
|
+
limit: z.number(),
|
|
812
|
+
keys: z.array(z.string()),
|
|
813
|
+
action: z.nullable(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$inboundSchema).optional(),
|
|
814
|
+
});
|
|
815
|
+
/** @internal */
|
|
816
|
+
export const GetFirewallConfigRateLimit$outboundSchema = z.object({
|
|
817
|
+
algo: GetFirewallConfigAlgo$outboundSchema,
|
|
818
|
+
window: z.number(),
|
|
819
|
+
limit: z.number(),
|
|
820
|
+
keys: z.array(z.string()),
|
|
821
|
+
action: z.nullable(GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$outboundSchema).optional(),
|
|
822
|
+
});
|
|
823
|
+
/**
|
|
824
|
+
* @internal
|
|
825
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
826
|
+
*/
|
|
827
|
+
export var GetFirewallConfigRateLimit$;
|
|
828
|
+
(function (GetFirewallConfigRateLimit$) {
|
|
829
|
+
/** @deprecated use `GetFirewallConfigRateLimit$inboundSchema` instead. */
|
|
830
|
+
GetFirewallConfigRateLimit$.inboundSchema = GetFirewallConfigRateLimit$inboundSchema;
|
|
831
|
+
/** @deprecated use `GetFirewallConfigRateLimit$outboundSchema` instead. */
|
|
832
|
+
GetFirewallConfigRateLimit$.outboundSchema = GetFirewallConfigRateLimit$outboundSchema;
|
|
833
|
+
})(GetFirewallConfigRateLimit$ || (GetFirewallConfigRateLimit$ = {}));
|
|
834
|
+
export function getFirewallConfigRateLimitToJSON(getFirewallConfigRateLimit) {
|
|
835
|
+
return JSON.stringify(GetFirewallConfigRateLimit$outboundSchema.parse(getFirewallConfigRateLimit));
|
|
836
|
+
}
|
|
837
|
+
export function getFirewallConfigRateLimitFromJSON(jsonString) {
|
|
838
|
+
return safeParse(jsonString, (x) => GetFirewallConfigRateLimit$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigRateLimit' from JSON`);
|
|
839
|
+
}
|
|
840
|
+
/** @internal */
|
|
841
|
+
export const GetFirewallConfigRedirect$inboundSchema = z.object({
|
|
842
|
+
location: z.string(),
|
|
843
|
+
permanent: z.boolean(),
|
|
844
|
+
});
|
|
845
|
+
/** @internal */
|
|
846
|
+
export const GetFirewallConfigRedirect$outboundSchema = z.object({
|
|
847
|
+
location: z.string(),
|
|
848
|
+
permanent: z.boolean(),
|
|
849
|
+
});
|
|
850
|
+
/**
|
|
851
|
+
* @internal
|
|
852
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
853
|
+
*/
|
|
854
|
+
export var GetFirewallConfigRedirect$;
|
|
855
|
+
(function (GetFirewallConfigRedirect$) {
|
|
856
|
+
/** @deprecated use `GetFirewallConfigRedirect$inboundSchema` instead. */
|
|
857
|
+
GetFirewallConfigRedirect$.inboundSchema = GetFirewallConfigRedirect$inboundSchema;
|
|
858
|
+
/** @deprecated use `GetFirewallConfigRedirect$outboundSchema` instead. */
|
|
859
|
+
GetFirewallConfigRedirect$.outboundSchema = GetFirewallConfigRedirect$outboundSchema;
|
|
860
|
+
})(GetFirewallConfigRedirect$ || (GetFirewallConfigRedirect$ = {}));
|
|
861
|
+
export function getFirewallConfigRedirectToJSON(getFirewallConfigRedirect) {
|
|
862
|
+
return JSON.stringify(GetFirewallConfigRedirect$outboundSchema.parse(getFirewallConfigRedirect));
|
|
863
|
+
}
|
|
864
|
+
export function getFirewallConfigRedirectFromJSON(jsonString) {
|
|
865
|
+
return safeParse(jsonString, (x) => GetFirewallConfigRedirect$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigRedirect' from JSON`);
|
|
866
|
+
}
|
|
867
|
+
/** @internal */
|
|
868
|
+
export const GetFirewallConfigMitigate$inboundSchema = z.object({
|
|
869
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$inboundSchema,
|
|
870
|
+
rateLimit: z.nullable(z.lazy(() => GetFirewallConfigRateLimit$inboundSchema))
|
|
871
|
+
.optional(),
|
|
872
|
+
redirect: z.nullable(z.lazy(() => GetFirewallConfigRedirect$inboundSchema))
|
|
873
|
+
.optional(),
|
|
874
|
+
actionDuration: z.nullable(z.string()).optional(),
|
|
875
|
+
});
|
|
876
|
+
/** @internal */
|
|
877
|
+
export const GetFirewallConfigMitigate$outboundSchema = z.object({
|
|
878
|
+
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$outboundSchema,
|
|
879
|
+
rateLimit: z.nullable(z.lazy(() => GetFirewallConfigRateLimit$outboundSchema))
|
|
880
|
+
.optional(),
|
|
881
|
+
redirect: z.nullable(z.lazy(() => GetFirewallConfigRedirect$outboundSchema))
|
|
882
|
+
.optional(),
|
|
883
|
+
actionDuration: z.nullable(z.string()).optional(),
|
|
884
|
+
});
|
|
885
|
+
/**
|
|
886
|
+
* @internal
|
|
887
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
888
|
+
*/
|
|
889
|
+
export var GetFirewallConfigMitigate$;
|
|
890
|
+
(function (GetFirewallConfigMitigate$) {
|
|
891
|
+
/** @deprecated use `GetFirewallConfigMitigate$inboundSchema` instead. */
|
|
892
|
+
GetFirewallConfigMitigate$.inboundSchema = GetFirewallConfigMitigate$inboundSchema;
|
|
893
|
+
/** @deprecated use `GetFirewallConfigMitigate$outboundSchema` instead. */
|
|
894
|
+
GetFirewallConfigMitigate$.outboundSchema = GetFirewallConfigMitigate$outboundSchema;
|
|
895
|
+
})(GetFirewallConfigMitigate$ || (GetFirewallConfigMitigate$ = {}));
|
|
896
|
+
export function getFirewallConfigMitigateToJSON(getFirewallConfigMitigate) {
|
|
897
|
+
return JSON.stringify(GetFirewallConfigMitigate$outboundSchema.parse(getFirewallConfigMitigate));
|
|
898
|
+
}
|
|
899
|
+
export function getFirewallConfigMitigateFromJSON(jsonString) {
|
|
900
|
+
return safeParse(jsonString, (x) => GetFirewallConfigMitigate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigMitigate' from JSON`);
|
|
901
|
+
}
|
|
902
|
+
/** @internal */
|
|
903
|
+
export const GetFirewallConfigAction$inboundSchema = z.object({
|
|
904
|
+
mitigate: z.lazy(() => GetFirewallConfigMitigate$inboundSchema).optional(),
|
|
905
|
+
});
|
|
906
|
+
/** @internal */
|
|
907
|
+
export const GetFirewallConfigAction$outboundSchema = z.object({
|
|
908
|
+
mitigate: z.lazy(() => GetFirewallConfigMitigate$outboundSchema).optional(),
|
|
909
|
+
});
|
|
910
|
+
/**
|
|
911
|
+
* @internal
|
|
912
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
913
|
+
*/
|
|
914
|
+
export var GetFirewallConfigAction$;
|
|
915
|
+
(function (GetFirewallConfigAction$) {
|
|
916
|
+
/** @deprecated use `GetFirewallConfigAction$inboundSchema` instead. */
|
|
917
|
+
GetFirewallConfigAction$.inboundSchema = GetFirewallConfigAction$inboundSchema;
|
|
918
|
+
/** @deprecated use `GetFirewallConfigAction$outboundSchema` instead. */
|
|
919
|
+
GetFirewallConfigAction$.outboundSchema = GetFirewallConfigAction$outboundSchema;
|
|
920
|
+
})(GetFirewallConfigAction$ || (GetFirewallConfigAction$ = {}));
|
|
921
|
+
export function getFirewallConfigActionToJSON(getFirewallConfigAction) {
|
|
922
|
+
return JSON.stringify(GetFirewallConfigAction$outboundSchema.parse(getFirewallConfigAction));
|
|
923
|
+
}
|
|
924
|
+
export function getFirewallConfigActionFromJSON(jsonString) {
|
|
925
|
+
return safeParse(jsonString, (x) => GetFirewallConfigAction$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigAction' from JSON`);
|
|
926
|
+
}
|
|
927
|
+
/** @internal */
|
|
928
|
+
export const GetFirewallConfigRules$inboundSchema = z.object({
|
|
929
|
+
id: z.string(),
|
|
930
|
+
name: z.string(),
|
|
931
|
+
description: z.string().optional(),
|
|
932
|
+
active: z.boolean(),
|
|
933
|
+
conditionGroup: z.array(z.lazy(() => GetFirewallConfigConditionGroup$inboundSchema)),
|
|
934
|
+
action: z.lazy(() => GetFirewallConfigAction$inboundSchema),
|
|
935
|
+
});
|
|
936
|
+
/** @internal */
|
|
937
|
+
export const GetFirewallConfigRules$outboundSchema = z.object({
|
|
938
|
+
id: z.string(),
|
|
939
|
+
name: z.string(),
|
|
940
|
+
description: z.string().optional(),
|
|
941
|
+
active: z.boolean(),
|
|
942
|
+
conditionGroup: z.array(z.lazy(() => GetFirewallConfigConditionGroup$outboundSchema)),
|
|
943
|
+
action: z.lazy(() => GetFirewallConfigAction$outboundSchema),
|
|
944
|
+
});
|
|
945
|
+
/**
|
|
946
|
+
* @internal
|
|
947
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
948
|
+
*/
|
|
949
|
+
export var GetFirewallConfigRules$;
|
|
950
|
+
(function (GetFirewallConfigRules$) {
|
|
951
|
+
/** @deprecated use `GetFirewallConfigRules$inboundSchema` instead. */
|
|
952
|
+
GetFirewallConfigRules$.inboundSchema = GetFirewallConfigRules$inboundSchema;
|
|
953
|
+
/** @deprecated use `GetFirewallConfigRules$outboundSchema` instead. */
|
|
954
|
+
GetFirewallConfigRules$.outboundSchema = GetFirewallConfigRules$outboundSchema;
|
|
955
|
+
})(GetFirewallConfigRules$ || (GetFirewallConfigRules$ = {}));
|
|
956
|
+
export function getFirewallConfigRulesToJSON(getFirewallConfigRules) {
|
|
957
|
+
return JSON.stringify(GetFirewallConfigRules$outboundSchema.parse(getFirewallConfigRules));
|
|
958
|
+
}
|
|
959
|
+
export function getFirewallConfigRulesFromJSON(jsonString) {
|
|
960
|
+
return safeParse(jsonString, (x) => GetFirewallConfigRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigRules' from JSON`);
|
|
961
|
+
}
|
|
962
|
+
/** @internal */
|
|
963
|
+
export const GetFirewallConfigSecurityAction$inboundSchema = z.nativeEnum(GetFirewallConfigSecurityAction);
|
|
964
|
+
/** @internal */
|
|
965
|
+
export const GetFirewallConfigSecurityAction$outboundSchema = GetFirewallConfigSecurityAction$inboundSchema;
|
|
966
|
+
/**
|
|
967
|
+
* @internal
|
|
968
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
969
|
+
*/
|
|
970
|
+
export var GetFirewallConfigSecurityAction$;
|
|
971
|
+
(function (GetFirewallConfigSecurityAction$) {
|
|
972
|
+
/** @deprecated use `GetFirewallConfigSecurityAction$inboundSchema` instead. */
|
|
973
|
+
GetFirewallConfigSecurityAction$.inboundSchema = GetFirewallConfigSecurityAction$inboundSchema;
|
|
974
|
+
/** @deprecated use `GetFirewallConfigSecurityAction$outboundSchema` instead. */
|
|
975
|
+
GetFirewallConfigSecurityAction$.outboundSchema = GetFirewallConfigSecurityAction$outboundSchema;
|
|
976
|
+
})(GetFirewallConfigSecurityAction$ || (GetFirewallConfigSecurityAction$ = {}));
|
|
977
|
+
/** @internal */
|
|
978
|
+
export const GetFirewallConfigIps$inboundSchema = z.object({
|
|
979
|
+
id: z.string(),
|
|
980
|
+
hostname: z.string(),
|
|
981
|
+
ip: z.string(),
|
|
982
|
+
notes: z.string().optional(),
|
|
983
|
+
action: GetFirewallConfigSecurityAction$inboundSchema,
|
|
984
|
+
});
|
|
985
|
+
/** @internal */
|
|
986
|
+
export const GetFirewallConfigIps$outboundSchema = z.object({
|
|
987
|
+
id: z.string(),
|
|
988
|
+
hostname: z.string(),
|
|
989
|
+
ip: z.string(),
|
|
990
|
+
notes: z.string().optional(),
|
|
991
|
+
action: GetFirewallConfigSecurityAction$outboundSchema,
|
|
992
|
+
});
|
|
993
|
+
/**
|
|
994
|
+
* @internal
|
|
995
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
996
|
+
*/
|
|
997
|
+
export var GetFirewallConfigIps$;
|
|
998
|
+
(function (GetFirewallConfigIps$) {
|
|
999
|
+
/** @deprecated use `GetFirewallConfigIps$inboundSchema` instead. */
|
|
1000
|
+
GetFirewallConfigIps$.inboundSchema = GetFirewallConfigIps$inboundSchema;
|
|
1001
|
+
/** @deprecated use `GetFirewallConfigIps$outboundSchema` instead. */
|
|
1002
|
+
GetFirewallConfigIps$.outboundSchema = GetFirewallConfigIps$outboundSchema;
|
|
1003
|
+
})(GetFirewallConfigIps$ || (GetFirewallConfigIps$ = {}));
|
|
1004
|
+
export function getFirewallConfigIpsToJSON(getFirewallConfigIps) {
|
|
1005
|
+
return JSON.stringify(GetFirewallConfigIps$outboundSchema.parse(getFirewallConfigIps));
|
|
1006
|
+
}
|
|
1007
|
+
export function getFirewallConfigIpsFromJSON(jsonString) {
|
|
1008
|
+
return safeParse(jsonString, (x) => GetFirewallConfigIps$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigIps' from JSON`);
|
|
1009
|
+
}
|
|
1010
|
+
/** @internal */
|
|
1011
|
+
export const Changes$inboundSchema = z.object({});
|
|
1012
|
+
/** @internal */
|
|
1013
|
+
export const Changes$outboundSchema = z.object({});
|
|
1014
|
+
/**
|
|
1015
|
+
* @internal
|
|
1016
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1017
|
+
*/
|
|
1018
|
+
export var Changes$;
|
|
1019
|
+
(function (Changes$) {
|
|
1020
|
+
/** @deprecated use `Changes$inboundSchema` instead. */
|
|
1021
|
+
Changes$.inboundSchema = Changes$inboundSchema;
|
|
1022
|
+
/** @deprecated use `Changes$outboundSchema` instead. */
|
|
1023
|
+
Changes$.outboundSchema = Changes$outboundSchema;
|
|
1024
|
+
})(Changes$ || (Changes$ = {}));
|
|
1025
|
+
export function changesToJSON(changes) {
|
|
1026
|
+
return JSON.stringify(Changes$outboundSchema.parse(changes));
|
|
1027
|
+
}
|
|
1028
|
+
export function changesFromJSON(jsonString) {
|
|
1029
|
+
return safeParse(jsonString, (x) => Changes$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Changes' from JSON`);
|
|
1030
|
+
}
|
|
1031
|
+
/** @internal */
|
|
1032
|
+
export const GetFirewallConfigOwasp$inboundSchema = z.object({
|
|
1033
|
+
active: z.boolean(),
|
|
1034
|
+
updatedAt: z.string().optional(),
|
|
1035
|
+
userId: z.string().optional(),
|
|
1036
|
+
username: z.string().optional(),
|
|
1037
|
+
});
|
|
1038
|
+
/** @internal */
|
|
1039
|
+
export const GetFirewallConfigOwasp$outboundSchema = z.object({
|
|
1040
|
+
active: z.boolean(),
|
|
1041
|
+
updatedAt: z.string().optional(),
|
|
1042
|
+
userId: z.string().optional(),
|
|
1043
|
+
username: z.string().optional(),
|
|
1044
|
+
});
|
|
1045
|
+
/**
|
|
1046
|
+
* @internal
|
|
1047
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1048
|
+
*/
|
|
1049
|
+
export var GetFirewallConfigOwasp$;
|
|
1050
|
+
(function (GetFirewallConfigOwasp$) {
|
|
1051
|
+
/** @deprecated use `GetFirewallConfigOwasp$inboundSchema` instead. */
|
|
1052
|
+
GetFirewallConfigOwasp$.inboundSchema = GetFirewallConfigOwasp$inboundSchema;
|
|
1053
|
+
/** @deprecated use `GetFirewallConfigOwasp$outboundSchema` instead. */
|
|
1054
|
+
GetFirewallConfigOwasp$.outboundSchema = GetFirewallConfigOwasp$outboundSchema;
|
|
1055
|
+
})(GetFirewallConfigOwasp$ || (GetFirewallConfigOwasp$ = {}));
|
|
1056
|
+
export function getFirewallConfigOwaspToJSON(getFirewallConfigOwasp) {
|
|
1057
|
+
return JSON.stringify(GetFirewallConfigOwasp$outboundSchema.parse(getFirewallConfigOwasp));
|
|
1058
|
+
}
|
|
1059
|
+
export function getFirewallConfigOwaspFromJSON(jsonString) {
|
|
1060
|
+
return safeParse(jsonString, (x) => GetFirewallConfigOwasp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigOwasp' from JSON`);
|
|
1061
|
+
}
|
|
1062
|
+
/** @internal */
|
|
1063
|
+
export const VerifiedBotsBypass$inboundSchema = z.object({
|
|
1064
|
+
active: z.boolean(),
|
|
1065
|
+
updatedAt: z.string().optional(),
|
|
1066
|
+
userId: z.string().optional(),
|
|
1067
|
+
username: z.string().optional(),
|
|
1068
|
+
});
|
|
1069
|
+
/** @internal */
|
|
1070
|
+
export const VerifiedBotsBypass$outboundSchema = z.object({
|
|
1071
|
+
active: z.boolean(),
|
|
1072
|
+
updatedAt: z.string().optional(),
|
|
1073
|
+
userId: z.string().optional(),
|
|
1074
|
+
username: z.string().optional(),
|
|
1075
|
+
});
|
|
1076
|
+
/**
|
|
1077
|
+
* @internal
|
|
1078
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1079
|
+
*/
|
|
1080
|
+
export var VerifiedBotsBypass$;
|
|
1081
|
+
(function (VerifiedBotsBypass$) {
|
|
1082
|
+
/** @deprecated use `VerifiedBotsBypass$inboundSchema` instead. */
|
|
1083
|
+
VerifiedBotsBypass$.inboundSchema = VerifiedBotsBypass$inboundSchema;
|
|
1084
|
+
/** @deprecated use `VerifiedBotsBypass$outboundSchema` instead. */
|
|
1085
|
+
VerifiedBotsBypass$.outboundSchema = VerifiedBotsBypass$outboundSchema;
|
|
1086
|
+
})(VerifiedBotsBypass$ || (VerifiedBotsBypass$ = {}));
|
|
1087
|
+
export function verifiedBotsBypassToJSON(verifiedBotsBypass) {
|
|
1088
|
+
return JSON.stringify(VerifiedBotsBypass$outboundSchema.parse(verifiedBotsBypass));
|
|
1089
|
+
}
|
|
1090
|
+
export function verifiedBotsBypassFromJSON(jsonString) {
|
|
1091
|
+
return safeParse(jsonString, (x) => VerifiedBotsBypass$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'VerifiedBotsBypass' from JSON`);
|
|
1092
|
+
}
|
|
1093
|
+
/** @internal */
|
|
1094
|
+
export const GetFirewallConfigManagedRules$inboundSchema = z.object({
|
|
1095
|
+
owasp: z.lazy(() => GetFirewallConfigOwasp$inboundSchema).optional(),
|
|
1096
|
+
verifiedBotsBypass: z.lazy(() => VerifiedBotsBypass$inboundSchema).optional(),
|
|
1097
|
+
});
|
|
1098
|
+
/** @internal */
|
|
1099
|
+
export const GetFirewallConfigManagedRules$outboundSchema = z.object({
|
|
1100
|
+
owasp: z.lazy(() => GetFirewallConfigOwasp$outboundSchema).optional(),
|
|
1101
|
+
verifiedBotsBypass: z.lazy(() => VerifiedBotsBypass$outboundSchema)
|
|
1102
|
+
.optional(),
|
|
1103
|
+
});
|
|
1104
|
+
/**
|
|
1105
|
+
* @internal
|
|
1106
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1107
|
+
*/
|
|
1108
|
+
export var GetFirewallConfigManagedRules$;
|
|
1109
|
+
(function (GetFirewallConfigManagedRules$) {
|
|
1110
|
+
/** @deprecated use `GetFirewallConfigManagedRules$inboundSchema` instead. */
|
|
1111
|
+
GetFirewallConfigManagedRules$.inboundSchema = GetFirewallConfigManagedRules$inboundSchema;
|
|
1112
|
+
/** @deprecated use `GetFirewallConfigManagedRules$outboundSchema` instead. */
|
|
1113
|
+
GetFirewallConfigManagedRules$.outboundSchema = GetFirewallConfigManagedRules$outboundSchema;
|
|
1114
|
+
})(GetFirewallConfigManagedRules$ || (GetFirewallConfigManagedRules$ = {}));
|
|
1115
|
+
export function getFirewallConfigManagedRulesToJSON(getFirewallConfigManagedRules) {
|
|
1116
|
+
return JSON.stringify(GetFirewallConfigManagedRules$outboundSchema.parse(getFirewallConfigManagedRules));
|
|
1117
|
+
}
|
|
1118
|
+
export function getFirewallConfigManagedRulesFromJSON(jsonString) {
|
|
1119
|
+
return safeParse(jsonString, (x) => GetFirewallConfigManagedRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigManagedRules' from JSON`);
|
|
1120
|
+
}
|
|
1121
|
+
/** @internal */
|
|
1122
|
+
export const GetFirewallConfigResponseBody$inboundSchema = z.object({
|
|
1123
|
+
ownerId: z.string(),
|
|
1124
|
+
projectKey: z.string(),
|
|
1125
|
+
id: z.string(),
|
|
1126
|
+
version: z.number(),
|
|
1127
|
+
updatedAt: z.string(),
|
|
1128
|
+
firewallEnabled: z.boolean(),
|
|
1129
|
+
crs: z.lazy(() => GetFirewallConfigCrs$inboundSchema),
|
|
1130
|
+
rules: z.array(z.lazy(() => GetFirewallConfigRules$inboundSchema)),
|
|
1131
|
+
ips: z.array(z.lazy(() => GetFirewallConfigIps$inboundSchema)),
|
|
1132
|
+
changes: z.array(z.lazy(() => Changes$inboundSchema)),
|
|
1133
|
+
managedRules: z.lazy(() => GetFirewallConfigManagedRules$inboundSchema)
|
|
1134
|
+
.optional(),
|
|
1135
|
+
});
|
|
1136
|
+
/** @internal */
|
|
1137
|
+
export const GetFirewallConfigResponseBody$outboundSchema = z.object({
|
|
1138
|
+
ownerId: z.string(),
|
|
1139
|
+
projectKey: z.string(),
|
|
1140
|
+
id: z.string(),
|
|
1141
|
+
version: z.number(),
|
|
1142
|
+
updatedAt: z.string(),
|
|
1143
|
+
firewallEnabled: z.boolean(),
|
|
1144
|
+
crs: z.lazy(() => GetFirewallConfigCrs$outboundSchema),
|
|
1145
|
+
rules: z.array(z.lazy(() => GetFirewallConfigRules$outboundSchema)),
|
|
1146
|
+
ips: z.array(z.lazy(() => GetFirewallConfigIps$outboundSchema)),
|
|
1147
|
+
changes: z.array(z.lazy(() => Changes$outboundSchema)),
|
|
1148
|
+
managedRules: z.lazy(() => GetFirewallConfigManagedRules$outboundSchema)
|
|
1149
|
+
.optional(),
|
|
1150
|
+
});
|
|
1151
|
+
/**
|
|
1152
|
+
* @internal
|
|
1153
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1154
|
+
*/
|
|
1155
|
+
export var GetFirewallConfigResponseBody$;
|
|
1156
|
+
(function (GetFirewallConfigResponseBody$) {
|
|
1157
|
+
/** @deprecated use `GetFirewallConfigResponseBody$inboundSchema` instead. */
|
|
1158
|
+
GetFirewallConfigResponseBody$.inboundSchema = GetFirewallConfigResponseBody$inboundSchema;
|
|
1159
|
+
/** @deprecated use `GetFirewallConfigResponseBody$outboundSchema` instead. */
|
|
1160
|
+
GetFirewallConfigResponseBody$.outboundSchema = GetFirewallConfigResponseBody$outboundSchema;
|
|
1161
|
+
})(GetFirewallConfigResponseBody$ || (GetFirewallConfigResponseBody$ = {}));
|
|
1162
|
+
export function getFirewallConfigResponseBodyToJSON(getFirewallConfigResponseBody) {
|
|
1163
|
+
return JSON.stringify(GetFirewallConfigResponseBody$outboundSchema.parse(getFirewallConfigResponseBody));
|
|
1164
|
+
}
|
|
1165
|
+
export function getFirewallConfigResponseBodyFromJSON(jsonString) {
|
|
1166
|
+
return safeParse(jsonString, (x) => GetFirewallConfigResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetFirewallConfigResponseBody' from JSON`);
|
|
1167
|
+
}
|
|
1168
|
+
//# sourceMappingURL=getfirewallconfig.js.map
|