@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,1771 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod";
|
|
5
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
6
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest11Action = {
|
|
8
|
+
ManagedRulesUpdate: "managedRules.update",
|
|
9
|
+
};
|
|
10
|
+
export const RequestBodyId = {
|
|
11
|
+
Owasp: "owasp",
|
|
12
|
+
};
|
|
13
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest10Action = {
|
|
14
|
+
IpRemove: "ip.remove",
|
|
15
|
+
};
|
|
16
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest9Action = {
|
|
17
|
+
IpUpdate: "ip.update",
|
|
18
|
+
};
|
|
19
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest9ValueAction = {
|
|
20
|
+
Deny: "deny",
|
|
21
|
+
Challenge: "challenge",
|
|
22
|
+
Log: "log",
|
|
23
|
+
Bypass: "bypass",
|
|
24
|
+
};
|
|
25
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest8Action = {
|
|
26
|
+
IpInsert: "ip.insert",
|
|
27
|
+
};
|
|
28
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest8ValueAction = {
|
|
29
|
+
Deny: "deny",
|
|
30
|
+
Challenge: "challenge",
|
|
31
|
+
Log: "log",
|
|
32
|
+
Bypass: "bypass",
|
|
33
|
+
};
|
|
34
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest7Action = {
|
|
35
|
+
CrsDisable: "crs.disable",
|
|
36
|
+
};
|
|
37
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest6Action = {
|
|
38
|
+
CrsUpdate: "crs.update",
|
|
39
|
+
};
|
|
40
|
+
export const Id = {
|
|
41
|
+
Sd: "sd",
|
|
42
|
+
Ma: "ma",
|
|
43
|
+
Lfi: "lfi",
|
|
44
|
+
Rfi: "rfi",
|
|
45
|
+
Rce: "rce",
|
|
46
|
+
Php: "php",
|
|
47
|
+
Gen: "gen",
|
|
48
|
+
Xss: "xss",
|
|
49
|
+
Sqli: "sqli",
|
|
50
|
+
Sf: "sf",
|
|
51
|
+
Java: "java",
|
|
52
|
+
};
|
|
53
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest6ValueAction = {
|
|
54
|
+
Deny: "deny",
|
|
55
|
+
Log: "log",
|
|
56
|
+
};
|
|
57
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest5Action = {
|
|
58
|
+
RulesPriority: "rules.priority",
|
|
59
|
+
};
|
|
60
|
+
export const UpdateFirewallConfigRequestBodySecurityRequestAction = {
|
|
61
|
+
RulesRemove: "rules.remove",
|
|
62
|
+
};
|
|
63
|
+
export const UpdateFirewallConfigRequestBodySecurityAction = {
|
|
64
|
+
RulesUpdate: "rules.update",
|
|
65
|
+
};
|
|
66
|
+
export const UpdateFirewallConfigRequestBodySecurityType = {
|
|
67
|
+
Host: "host",
|
|
68
|
+
Path: "path",
|
|
69
|
+
Method: "method",
|
|
70
|
+
Header: "header",
|
|
71
|
+
Query: "query",
|
|
72
|
+
Cookie: "cookie",
|
|
73
|
+
TargetPath: "target_path",
|
|
74
|
+
IpAddress: "ip_address",
|
|
75
|
+
Region: "region",
|
|
76
|
+
Protocol: "protocol",
|
|
77
|
+
Scheme: "scheme",
|
|
78
|
+
Environment: "environment",
|
|
79
|
+
UserAgent: "user_agent",
|
|
80
|
+
GeoContinent: "geo_continent",
|
|
81
|
+
GeoCountry: "geo_country",
|
|
82
|
+
GeoCountryRegion: "geo_country_region",
|
|
83
|
+
GeoCity: "geo_city",
|
|
84
|
+
GeoAsNumber: "geo_as_number",
|
|
85
|
+
Ja4Digest: "ja4_digest",
|
|
86
|
+
Ja3Digest: "ja3_digest",
|
|
87
|
+
RateLimitApiId: "rate_limit_api_id",
|
|
88
|
+
};
|
|
89
|
+
export const UpdateFirewallConfigRequestBodyOp = {
|
|
90
|
+
Re: "re",
|
|
91
|
+
Eq: "eq",
|
|
92
|
+
Neq: "neq",
|
|
93
|
+
Ex: "ex",
|
|
94
|
+
Nex: "nex",
|
|
95
|
+
Inc: "inc",
|
|
96
|
+
Ninc: "ninc",
|
|
97
|
+
Pre: "pre",
|
|
98
|
+
Suf: "suf",
|
|
99
|
+
Sub: "sub",
|
|
100
|
+
Gt: "gt",
|
|
101
|
+
Gte: "gte",
|
|
102
|
+
Lt: "lt",
|
|
103
|
+
Lte: "lte",
|
|
104
|
+
};
|
|
105
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest3ValueAction = {
|
|
106
|
+
Log: "log",
|
|
107
|
+
Challenge: "challenge",
|
|
108
|
+
Deny: "deny",
|
|
109
|
+
Bypass: "bypass",
|
|
110
|
+
RateLimit: "rate_limit",
|
|
111
|
+
Redirect: "redirect",
|
|
112
|
+
};
|
|
113
|
+
export const UpdateFirewallConfigRateLimitAlgo = {
|
|
114
|
+
FixedWindow: "fixed_window",
|
|
115
|
+
TokenBucket: "token_bucket",
|
|
116
|
+
};
|
|
117
|
+
export const UpdateFirewallConfigActionSecurity1 = {
|
|
118
|
+
Log: "log",
|
|
119
|
+
Challenge: "challenge",
|
|
120
|
+
Deny: "deny",
|
|
121
|
+
RateLimit: "rate_limit",
|
|
122
|
+
};
|
|
123
|
+
export const UpdateFirewallConfigRequestBodyAction = {
|
|
124
|
+
RulesInsert: "rules.insert",
|
|
125
|
+
};
|
|
126
|
+
export const UpdateFirewallConfigRequestBodyType = {
|
|
127
|
+
Host: "host",
|
|
128
|
+
Path: "path",
|
|
129
|
+
Method: "method",
|
|
130
|
+
Header: "header",
|
|
131
|
+
Query: "query",
|
|
132
|
+
Cookie: "cookie",
|
|
133
|
+
TargetPath: "target_path",
|
|
134
|
+
IpAddress: "ip_address",
|
|
135
|
+
Region: "region",
|
|
136
|
+
Protocol: "protocol",
|
|
137
|
+
Scheme: "scheme",
|
|
138
|
+
Environment: "environment",
|
|
139
|
+
UserAgent: "user_agent",
|
|
140
|
+
GeoContinent: "geo_continent",
|
|
141
|
+
GeoCountry: "geo_country",
|
|
142
|
+
GeoCountryRegion: "geo_country_region",
|
|
143
|
+
GeoCity: "geo_city",
|
|
144
|
+
GeoAsNumber: "geo_as_number",
|
|
145
|
+
Ja4Digest: "ja4_digest",
|
|
146
|
+
Ja3Digest: "ja3_digest",
|
|
147
|
+
RateLimitApiId: "rate_limit_api_id",
|
|
148
|
+
};
|
|
149
|
+
export const RequestBodyOp = {
|
|
150
|
+
Re: "re",
|
|
151
|
+
Eq: "eq",
|
|
152
|
+
Neq: "neq",
|
|
153
|
+
Ex: "ex",
|
|
154
|
+
Nex: "nex",
|
|
155
|
+
Inc: "inc",
|
|
156
|
+
Ninc: "ninc",
|
|
157
|
+
Pre: "pre",
|
|
158
|
+
Suf: "suf",
|
|
159
|
+
Sub: "sub",
|
|
160
|
+
Gt: "gt",
|
|
161
|
+
Gte: "gte",
|
|
162
|
+
Lt: "lt",
|
|
163
|
+
Lte: "lte",
|
|
164
|
+
};
|
|
165
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest2ValueAction = {
|
|
166
|
+
Log: "log",
|
|
167
|
+
Challenge: "challenge",
|
|
168
|
+
Deny: "deny",
|
|
169
|
+
Bypass: "bypass",
|
|
170
|
+
RateLimit: "rate_limit",
|
|
171
|
+
Redirect: "redirect",
|
|
172
|
+
};
|
|
173
|
+
export const RateLimitAlgo = {
|
|
174
|
+
FixedWindow: "fixed_window",
|
|
175
|
+
TokenBucket: "token_bucket",
|
|
176
|
+
};
|
|
177
|
+
export const UpdateFirewallConfigAction1 = {
|
|
178
|
+
Log: "log",
|
|
179
|
+
Challenge: "challenge",
|
|
180
|
+
Deny: "deny",
|
|
181
|
+
RateLimit: "rate_limit",
|
|
182
|
+
};
|
|
183
|
+
export const RequestBodyAction = {
|
|
184
|
+
FirewallEnabled: "firewallEnabled",
|
|
185
|
+
};
|
|
186
|
+
/** @internal */
|
|
187
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest11Action$inboundSchema = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest11Action);
|
|
188
|
+
/** @internal */
|
|
189
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest11Action$outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest11Action$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 UpdateFirewallConfigRequestBodySecurityRequest11Action$;
|
|
195
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequest11Action$) {
|
|
196
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest11Action$inboundSchema` instead. */
|
|
197
|
+
UpdateFirewallConfigRequestBodySecurityRequest11Action$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequest11Action$inboundSchema;
|
|
198
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest11Action$outboundSchema` instead. */
|
|
199
|
+
UpdateFirewallConfigRequestBodySecurityRequest11Action$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest11Action$outboundSchema;
|
|
200
|
+
})(UpdateFirewallConfigRequestBodySecurityRequest11Action$ || (UpdateFirewallConfigRequestBodySecurityRequest11Action$ = {}));
|
|
201
|
+
/** @internal */
|
|
202
|
+
export const RequestBodyId$inboundSchema = z.nativeEnum(RequestBodyId);
|
|
203
|
+
/** @internal */
|
|
204
|
+
export const RequestBodyId$outboundSchema = RequestBodyId$inboundSchema;
|
|
205
|
+
/**
|
|
206
|
+
* @internal
|
|
207
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
208
|
+
*/
|
|
209
|
+
export var RequestBodyId$;
|
|
210
|
+
(function (RequestBodyId$) {
|
|
211
|
+
/** @deprecated use `RequestBodyId$inboundSchema` instead. */
|
|
212
|
+
RequestBodyId$.inboundSchema = RequestBodyId$inboundSchema;
|
|
213
|
+
/** @deprecated use `RequestBodyId$outboundSchema` instead. */
|
|
214
|
+
RequestBodyId$.outboundSchema = RequestBodyId$outboundSchema;
|
|
215
|
+
})(RequestBodyId$ || (RequestBodyId$ = {}));
|
|
216
|
+
/** @internal */
|
|
217
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest11Value$inboundSchema = z.object({
|
|
218
|
+
active: z.boolean(),
|
|
219
|
+
});
|
|
220
|
+
/** @internal */
|
|
221
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest11Value$outboundSchema = z.object({
|
|
222
|
+
active: z.boolean(),
|
|
223
|
+
});
|
|
224
|
+
/**
|
|
225
|
+
* @internal
|
|
226
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
227
|
+
*/
|
|
228
|
+
export var UpdateFirewallConfigRequestBodySecurityRequest11Value$;
|
|
229
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequest11Value$) {
|
|
230
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest11Value$inboundSchema` instead. */
|
|
231
|
+
UpdateFirewallConfigRequestBodySecurityRequest11Value$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequest11Value$inboundSchema;
|
|
232
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest11Value$outboundSchema` instead. */
|
|
233
|
+
UpdateFirewallConfigRequestBodySecurityRequest11Value$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest11Value$outboundSchema;
|
|
234
|
+
})(UpdateFirewallConfigRequestBodySecurityRequest11Value$ || (UpdateFirewallConfigRequestBodySecurityRequest11Value$ = {}));
|
|
235
|
+
export function updateFirewallConfigRequestBodySecurityRequest11ValueToJSON(updateFirewallConfigRequestBodySecurityRequest11Value) {
|
|
236
|
+
return JSON.stringify(UpdateFirewallConfigRequestBodySecurityRequest11Value$outboundSchema.parse(updateFirewallConfigRequestBodySecurityRequest11Value));
|
|
237
|
+
}
|
|
238
|
+
export function updateFirewallConfigRequestBodySecurityRequest11ValueFromJSON(jsonString) {
|
|
239
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBodySecurityRequest11Value$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBodySecurityRequest11Value' from JSON`);
|
|
240
|
+
}
|
|
241
|
+
/** @internal */
|
|
242
|
+
export const Eleven$inboundSchema = z
|
|
243
|
+
.object({
|
|
244
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest11Action$inboundSchema,
|
|
245
|
+
id: RequestBodyId$inboundSchema,
|
|
246
|
+
value: z.lazy(() => UpdateFirewallConfigRequestBodySecurityRequest11Value$inboundSchema),
|
|
247
|
+
});
|
|
248
|
+
/** @internal */
|
|
249
|
+
export const Eleven$outboundSchema = z.object({
|
|
250
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest11Action$outboundSchema,
|
|
251
|
+
id: RequestBodyId$outboundSchema,
|
|
252
|
+
value: z.lazy(() => UpdateFirewallConfigRequestBodySecurityRequest11Value$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 Eleven$;
|
|
259
|
+
(function (Eleven$) {
|
|
260
|
+
/** @deprecated use `Eleven$inboundSchema` instead. */
|
|
261
|
+
Eleven$.inboundSchema = Eleven$inboundSchema;
|
|
262
|
+
/** @deprecated use `Eleven$outboundSchema` instead. */
|
|
263
|
+
Eleven$.outboundSchema = Eleven$outboundSchema;
|
|
264
|
+
})(Eleven$ || (Eleven$ = {}));
|
|
265
|
+
export function elevenToJSON(eleven) {
|
|
266
|
+
return JSON.stringify(Eleven$outboundSchema.parse(eleven));
|
|
267
|
+
}
|
|
268
|
+
export function elevenFromJSON(jsonString) {
|
|
269
|
+
return safeParse(jsonString, (x) => Eleven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Eleven' from JSON`);
|
|
270
|
+
}
|
|
271
|
+
/** @internal */
|
|
272
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest10Action$inboundSchema = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest10Action);
|
|
273
|
+
/** @internal */
|
|
274
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest10Action$outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest10Action$inboundSchema;
|
|
275
|
+
/**
|
|
276
|
+
* @internal
|
|
277
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
278
|
+
*/
|
|
279
|
+
export var UpdateFirewallConfigRequestBodySecurityRequest10Action$;
|
|
280
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequest10Action$) {
|
|
281
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest10Action$inboundSchema` instead. */
|
|
282
|
+
UpdateFirewallConfigRequestBodySecurityRequest10Action$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequest10Action$inboundSchema;
|
|
283
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest10Action$outboundSchema` instead. */
|
|
284
|
+
UpdateFirewallConfigRequestBodySecurityRequest10Action$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest10Action$outboundSchema;
|
|
285
|
+
})(UpdateFirewallConfigRequestBodySecurityRequest10Action$ || (UpdateFirewallConfigRequestBodySecurityRequest10Action$ = {}));
|
|
286
|
+
/** @internal */
|
|
287
|
+
export const RequestBody10$inboundSchema = z.object({
|
|
288
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest10Action$inboundSchema,
|
|
289
|
+
id: z.string(),
|
|
290
|
+
value: z.nullable(z.any()).optional(),
|
|
291
|
+
});
|
|
292
|
+
/** @internal */
|
|
293
|
+
export const RequestBody10$outboundSchema = z.object({
|
|
294
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest10Action$outboundSchema,
|
|
295
|
+
id: z.string(),
|
|
296
|
+
value: z.nullable(z.any()).optional(),
|
|
297
|
+
});
|
|
298
|
+
/**
|
|
299
|
+
* @internal
|
|
300
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
301
|
+
*/
|
|
302
|
+
export var RequestBody10$;
|
|
303
|
+
(function (RequestBody10$) {
|
|
304
|
+
/** @deprecated use `RequestBody10$inboundSchema` instead. */
|
|
305
|
+
RequestBody10$.inboundSchema = RequestBody10$inboundSchema;
|
|
306
|
+
/** @deprecated use `RequestBody10$outboundSchema` instead. */
|
|
307
|
+
RequestBody10$.outboundSchema = RequestBody10$outboundSchema;
|
|
308
|
+
})(RequestBody10$ || (RequestBody10$ = {}));
|
|
309
|
+
export function requestBody10ToJSON(requestBody10) {
|
|
310
|
+
return JSON.stringify(RequestBody10$outboundSchema.parse(requestBody10));
|
|
311
|
+
}
|
|
312
|
+
export function requestBody10FromJSON(jsonString) {
|
|
313
|
+
return safeParse(jsonString, (x) => RequestBody10$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RequestBody10' from JSON`);
|
|
314
|
+
}
|
|
315
|
+
/** @internal */
|
|
316
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest9Action$inboundSchema = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest9Action);
|
|
317
|
+
/** @internal */
|
|
318
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest9Action$outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest9Action$inboundSchema;
|
|
319
|
+
/**
|
|
320
|
+
* @internal
|
|
321
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
322
|
+
*/
|
|
323
|
+
export var UpdateFirewallConfigRequestBodySecurityRequest9Action$;
|
|
324
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequest9Action$) {
|
|
325
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest9Action$inboundSchema` instead. */
|
|
326
|
+
UpdateFirewallConfigRequestBodySecurityRequest9Action$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequest9Action$inboundSchema;
|
|
327
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest9Action$outboundSchema` instead. */
|
|
328
|
+
UpdateFirewallConfigRequestBodySecurityRequest9Action$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest9Action$outboundSchema;
|
|
329
|
+
})(UpdateFirewallConfigRequestBodySecurityRequest9Action$ || (UpdateFirewallConfigRequestBodySecurityRequest9Action$ = {}));
|
|
330
|
+
/** @internal */
|
|
331
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$inboundSchema = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest9ValueAction);
|
|
332
|
+
/** @internal */
|
|
333
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$inboundSchema;
|
|
334
|
+
/**
|
|
335
|
+
* @internal
|
|
336
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
337
|
+
*/
|
|
338
|
+
export var UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$;
|
|
339
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$) {
|
|
340
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$inboundSchema` instead. */
|
|
341
|
+
UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$inboundSchema;
|
|
342
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$outboundSchema` instead. */
|
|
343
|
+
UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$outboundSchema;
|
|
344
|
+
})(UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$ || (UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$ = {}));
|
|
345
|
+
/** @internal */
|
|
346
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest9Value$inboundSchema = z.object({
|
|
347
|
+
hostname: z.string(),
|
|
348
|
+
ip: z.string(),
|
|
349
|
+
notes: z.string().optional(),
|
|
350
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$inboundSchema,
|
|
351
|
+
});
|
|
352
|
+
/** @internal */
|
|
353
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest9Value$outboundSchema = z.object({
|
|
354
|
+
hostname: z.string(),
|
|
355
|
+
ip: z.string(),
|
|
356
|
+
notes: z.string().optional(),
|
|
357
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$outboundSchema,
|
|
358
|
+
});
|
|
359
|
+
/**
|
|
360
|
+
* @internal
|
|
361
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
362
|
+
*/
|
|
363
|
+
export var UpdateFirewallConfigRequestBodySecurityRequest9Value$;
|
|
364
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequest9Value$) {
|
|
365
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest9Value$inboundSchema` instead. */
|
|
366
|
+
UpdateFirewallConfigRequestBodySecurityRequest9Value$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequest9Value$inboundSchema;
|
|
367
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest9Value$outboundSchema` instead. */
|
|
368
|
+
UpdateFirewallConfigRequestBodySecurityRequest9Value$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest9Value$outboundSchema;
|
|
369
|
+
})(UpdateFirewallConfigRequestBodySecurityRequest9Value$ || (UpdateFirewallConfigRequestBodySecurityRequest9Value$ = {}));
|
|
370
|
+
export function updateFirewallConfigRequestBodySecurityRequest9ValueToJSON(updateFirewallConfigRequestBodySecurityRequest9Value) {
|
|
371
|
+
return JSON.stringify(UpdateFirewallConfigRequestBodySecurityRequest9Value$outboundSchema.parse(updateFirewallConfigRequestBodySecurityRequest9Value));
|
|
372
|
+
}
|
|
373
|
+
export function updateFirewallConfigRequestBodySecurityRequest9ValueFromJSON(jsonString) {
|
|
374
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBodySecurityRequest9Value$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBodySecurityRequest9Value' from JSON`);
|
|
375
|
+
}
|
|
376
|
+
/** @internal */
|
|
377
|
+
export const RequestBody9$inboundSchema = z.object({
|
|
378
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest9Action$inboundSchema,
|
|
379
|
+
id: z.string(),
|
|
380
|
+
value: z.lazy(() => UpdateFirewallConfigRequestBodySecurityRequest9Value$inboundSchema),
|
|
381
|
+
});
|
|
382
|
+
/** @internal */
|
|
383
|
+
export const RequestBody9$outboundSchema = z.object({
|
|
384
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest9Action$outboundSchema,
|
|
385
|
+
id: z.string(),
|
|
386
|
+
value: z.lazy(() => UpdateFirewallConfigRequestBodySecurityRequest9Value$outboundSchema),
|
|
387
|
+
});
|
|
388
|
+
/**
|
|
389
|
+
* @internal
|
|
390
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
391
|
+
*/
|
|
392
|
+
export var RequestBody9$;
|
|
393
|
+
(function (RequestBody9$) {
|
|
394
|
+
/** @deprecated use `RequestBody9$inboundSchema` instead. */
|
|
395
|
+
RequestBody9$.inboundSchema = RequestBody9$inboundSchema;
|
|
396
|
+
/** @deprecated use `RequestBody9$outboundSchema` instead. */
|
|
397
|
+
RequestBody9$.outboundSchema = RequestBody9$outboundSchema;
|
|
398
|
+
})(RequestBody9$ || (RequestBody9$ = {}));
|
|
399
|
+
export function requestBody9ToJSON(requestBody9) {
|
|
400
|
+
return JSON.stringify(RequestBody9$outboundSchema.parse(requestBody9));
|
|
401
|
+
}
|
|
402
|
+
export function requestBody9FromJSON(jsonString) {
|
|
403
|
+
return safeParse(jsonString, (x) => RequestBody9$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RequestBody9' from JSON`);
|
|
404
|
+
}
|
|
405
|
+
/** @internal */
|
|
406
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest8Action$inboundSchema = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest8Action);
|
|
407
|
+
/** @internal */
|
|
408
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest8Action$outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest8Action$inboundSchema;
|
|
409
|
+
/**
|
|
410
|
+
* @internal
|
|
411
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
412
|
+
*/
|
|
413
|
+
export var UpdateFirewallConfigRequestBodySecurityRequest8Action$;
|
|
414
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequest8Action$) {
|
|
415
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest8Action$inboundSchema` instead. */
|
|
416
|
+
UpdateFirewallConfigRequestBodySecurityRequest8Action$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequest8Action$inboundSchema;
|
|
417
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest8Action$outboundSchema` instead. */
|
|
418
|
+
UpdateFirewallConfigRequestBodySecurityRequest8Action$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest8Action$outboundSchema;
|
|
419
|
+
})(UpdateFirewallConfigRequestBodySecurityRequest8Action$ || (UpdateFirewallConfigRequestBodySecurityRequest8Action$ = {}));
|
|
420
|
+
/** @internal */
|
|
421
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$inboundSchema = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest8ValueAction);
|
|
422
|
+
/** @internal */
|
|
423
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$inboundSchema;
|
|
424
|
+
/**
|
|
425
|
+
* @internal
|
|
426
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
427
|
+
*/
|
|
428
|
+
export var UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$;
|
|
429
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$) {
|
|
430
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$inboundSchema` instead. */
|
|
431
|
+
UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$inboundSchema;
|
|
432
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$outboundSchema` instead. */
|
|
433
|
+
UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$outboundSchema;
|
|
434
|
+
})(UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$ || (UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$ = {}));
|
|
435
|
+
/** @internal */
|
|
436
|
+
export const UpdateFirewallConfigRequestBodySecurityRequestValue$inboundSchema = z.object({
|
|
437
|
+
hostname: z.string(),
|
|
438
|
+
ip: z.string(),
|
|
439
|
+
notes: z.string().optional(),
|
|
440
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$inboundSchema,
|
|
441
|
+
});
|
|
442
|
+
/** @internal */
|
|
443
|
+
export const UpdateFirewallConfigRequestBodySecurityRequestValue$outboundSchema = z.object({
|
|
444
|
+
hostname: z.string(),
|
|
445
|
+
ip: z.string(),
|
|
446
|
+
notes: z.string().optional(),
|
|
447
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$outboundSchema,
|
|
448
|
+
});
|
|
449
|
+
/**
|
|
450
|
+
* @internal
|
|
451
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
452
|
+
*/
|
|
453
|
+
export var UpdateFirewallConfigRequestBodySecurityRequestValue$;
|
|
454
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequestValue$) {
|
|
455
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequestValue$inboundSchema` instead. */
|
|
456
|
+
UpdateFirewallConfigRequestBodySecurityRequestValue$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequestValue$inboundSchema;
|
|
457
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequestValue$outboundSchema` instead. */
|
|
458
|
+
UpdateFirewallConfigRequestBodySecurityRequestValue$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequestValue$outboundSchema;
|
|
459
|
+
})(UpdateFirewallConfigRequestBodySecurityRequestValue$ || (UpdateFirewallConfigRequestBodySecurityRequestValue$ = {}));
|
|
460
|
+
export function updateFirewallConfigRequestBodySecurityRequestValueToJSON(updateFirewallConfigRequestBodySecurityRequestValue) {
|
|
461
|
+
return JSON.stringify(UpdateFirewallConfigRequestBodySecurityRequestValue$outboundSchema.parse(updateFirewallConfigRequestBodySecurityRequestValue));
|
|
462
|
+
}
|
|
463
|
+
export function updateFirewallConfigRequestBodySecurityRequestValueFromJSON(jsonString) {
|
|
464
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBodySecurityRequestValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBodySecurityRequestValue' from JSON`);
|
|
465
|
+
}
|
|
466
|
+
/** @internal */
|
|
467
|
+
export const RequestBody8$inboundSchema = z.object({
|
|
468
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest8Action$inboundSchema,
|
|
469
|
+
id: z.nullable(z.any()).optional(),
|
|
470
|
+
value: z.lazy(() => UpdateFirewallConfigRequestBodySecurityRequestValue$inboundSchema),
|
|
471
|
+
});
|
|
472
|
+
/** @internal */
|
|
473
|
+
export const RequestBody8$outboundSchema = z.object({
|
|
474
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest8Action$outboundSchema,
|
|
475
|
+
id: z.nullable(z.any()).optional(),
|
|
476
|
+
value: z.lazy(() => UpdateFirewallConfigRequestBodySecurityRequestValue$outboundSchema),
|
|
477
|
+
});
|
|
478
|
+
/**
|
|
479
|
+
* @internal
|
|
480
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
481
|
+
*/
|
|
482
|
+
export var RequestBody8$;
|
|
483
|
+
(function (RequestBody8$) {
|
|
484
|
+
/** @deprecated use `RequestBody8$inboundSchema` instead. */
|
|
485
|
+
RequestBody8$.inboundSchema = RequestBody8$inboundSchema;
|
|
486
|
+
/** @deprecated use `RequestBody8$outboundSchema` instead. */
|
|
487
|
+
RequestBody8$.outboundSchema = RequestBody8$outboundSchema;
|
|
488
|
+
})(RequestBody8$ || (RequestBody8$ = {}));
|
|
489
|
+
export function requestBody8ToJSON(requestBody8) {
|
|
490
|
+
return JSON.stringify(RequestBody8$outboundSchema.parse(requestBody8));
|
|
491
|
+
}
|
|
492
|
+
export function requestBody8FromJSON(jsonString) {
|
|
493
|
+
return safeParse(jsonString, (x) => RequestBody8$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RequestBody8' from JSON`);
|
|
494
|
+
}
|
|
495
|
+
/** @internal */
|
|
496
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest7Action$inboundSchema = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest7Action);
|
|
497
|
+
/** @internal */
|
|
498
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest7Action$outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest7Action$inboundSchema;
|
|
499
|
+
/**
|
|
500
|
+
* @internal
|
|
501
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
502
|
+
*/
|
|
503
|
+
export var UpdateFirewallConfigRequestBodySecurityRequest7Action$;
|
|
504
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequest7Action$) {
|
|
505
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest7Action$inboundSchema` instead. */
|
|
506
|
+
UpdateFirewallConfigRequestBodySecurityRequest7Action$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequest7Action$inboundSchema;
|
|
507
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest7Action$outboundSchema` instead. */
|
|
508
|
+
UpdateFirewallConfigRequestBodySecurityRequest7Action$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest7Action$outboundSchema;
|
|
509
|
+
})(UpdateFirewallConfigRequestBodySecurityRequest7Action$ || (UpdateFirewallConfigRequestBodySecurityRequest7Action$ = {}));
|
|
510
|
+
/** @internal */
|
|
511
|
+
export const RequestBody7$inboundSchema = z.object({
|
|
512
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest7Action$inboundSchema,
|
|
513
|
+
id: z.nullable(z.any()).optional(),
|
|
514
|
+
value: z.nullable(z.any()).optional(),
|
|
515
|
+
});
|
|
516
|
+
/** @internal */
|
|
517
|
+
export const RequestBody7$outboundSchema = z.object({
|
|
518
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest7Action$outboundSchema,
|
|
519
|
+
id: z.nullable(z.any()).optional(),
|
|
520
|
+
value: z.nullable(z.any()).optional(),
|
|
521
|
+
});
|
|
522
|
+
/**
|
|
523
|
+
* @internal
|
|
524
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
525
|
+
*/
|
|
526
|
+
export var RequestBody7$;
|
|
527
|
+
(function (RequestBody7$) {
|
|
528
|
+
/** @deprecated use `RequestBody7$inboundSchema` instead. */
|
|
529
|
+
RequestBody7$.inboundSchema = RequestBody7$inboundSchema;
|
|
530
|
+
/** @deprecated use `RequestBody7$outboundSchema` instead. */
|
|
531
|
+
RequestBody7$.outboundSchema = RequestBody7$outboundSchema;
|
|
532
|
+
})(RequestBody7$ || (RequestBody7$ = {}));
|
|
533
|
+
export function requestBody7ToJSON(requestBody7) {
|
|
534
|
+
return JSON.stringify(RequestBody7$outboundSchema.parse(requestBody7));
|
|
535
|
+
}
|
|
536
|
+
export function requestBody7FromJSON(jsonString) {
|
|
537
|
+
return safeParse(jsonString, (x) => RequestBody7$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RequestBody7' from JSON`);
|
|
538
|
+
}
|
|
539
|
+
/** @internal */
|
|
540
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest6Action$inboundSchema = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest6Action);
|
|
541
|
+
/** @internal */
|
|
542
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest6Action$outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest6Action$inboundSchema;
|
|
543
|
+
/**
|
|
544
|
+
* @internal
|
|
545
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
546
|
+
*/
|
|
547
|
+
export var UpdateFirewallConfigRequestBodySecurityRequest6Action$;
|
|
548
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequest6Action$) {
|
|
549
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest6Action$inboundSchema` instead. */
|
|
550
|
+
UpdateFirewallConfigRequestBodySecurityRequest6Action$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequest6Action$inboundSchema;
|
|
551
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest6Action$outboundSchema` instead. */
|
|
552
|
+
UpdateFirewallConfigRequestBodySecurityRequest6Action$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest6Action$outboundSchema;
|
|
553
|
+
})(UpdateFirewallConfigRequestBodySecurityRequest6Action$ || (UpdateFirewallConfigRequestBodySecurityRequest6Action$ = {}));
|
|
554
|
+
/** @internal */
|
|
555
|
+
export const Id$inboundSchema = z.nativeEnum(Id);
|
|
556
|
+
/** @internal */
|
|
557
|
+
export const Id$outboundSchema = Id$inboundSchema;
|
|
558
|
+
/**
|
|
559
|
+
* @internal
|
|
560
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
561
|
+
*/
|
|
562
|
+
export var Id$;
|
|
563
|
+
(function (Id$) {
|
|
564
|
+
/** @deprecated use `Id$inboundSchema` instead. */
|
|
565
|
+
Id$.inboundSchema = Id$inboundSchema;
|
|
566
|
+
/** @deprecated use `Id$outboundSchema` instead. */
|
|
567
|
+
Id$.outboundSchema = Id$outboundSchema;
|
|
568
|
+
})(Id$ || (Id$ = {}));
|
|
569
|
+
/** @internal */
|
|
570
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$inboundSchema = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest6ValueAction);
|
|
571
|
+
/** @internal */
|
|
572
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$inboundSchema;
|
|
573
|
+
/**
|
|
574
|
+
* @internal
|
|
575
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
576
|
+
*/
|
|
577
|
+
export var UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$;
|
|
578
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$) {
|
|
579
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$inboundSchema` instead. */
|
|
580
|
+
UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$inboundSchema;
|
|
581
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$outboundSchema` instead. */
|
|
582
|
+
UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$outboundSchema;
|
|
583
|
+
})(UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$ || (UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$ = {}));
|
|
584
|
+
/** @internal */
|
|
585
|
+
export const UpdateFirewallConfigRequestBodySecurityValue$inboundSchema = z.object({
|
|
586
|
+
active: z.boolean(),
|
|
587
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$inboundSchema,
|
|
588
|
+
});
|
|
589
|
+
/** @internal */
|
|
590
|
+
export const UpdateFirewallConfigRequestBodySecurityValue$outboundSchema = z.object({
|
|
591
|
+
active: z.boolean(),
|
|
592
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$outboundSchema,
|
|
593
|
+
});
|
|
594
|
+
/**
|
|
595
|
+
* @internal
|
|
596
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
597
|
+
*/
|
|
598
|
+
export var UpdateFirewallConfigRequestBodySecurityValue$;
|
|
599
|
+
(function (UpdateFirewallConfigRequestBodySecurityValue$) {
|
|
600
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityValue$inboundSchema` instead. */
|
|
601
|
+
UpdateFirewallConfigRequestBodySecurityValue$.inboundSchema = UpdateFirewallConfigRequestBodySecurityValue$inboundSchema;
|
|
602
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityValue$outboundSchema` instead. */
|
|
603
|
+
UpdateFirewallConfigRequestBodySecurityValue$.outboundSchema = UpdateFirewallConfigRequestBodySecurityValue$outboundSchema;
|
|
604
|
+
})(UpdateFirewallConfigRequestBodySecurityValue$ || (UpdateFirewallConfigRequestBodySecurityValue$ = {}));
|
|
605
|
+
export function updateFirewallConfigRequestBodySecurityValueToJSON(updateFirewallConfigRequestBodySecurityValue) {
|
|
606
|
+
return JSON.stringify(UpdateFirewallConfigRequestBodySecurityValue$outboundSchema.parse(updateFirewallConfigRequestBodySecurityValue));
|
|
607
|
+
}
|
|
608
|
+
export function updateFirewallConfigRequestBodySecurityValueFromJSON(jsonString) {
|
|
609
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBodySecurityValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBodySecurityValue' from JSON`);
|
|
610
|
+
}
|
|
611
|
+
/** @internal */
|
|
612
|
+
export const RequestBody6$inboundSchema = z.object({
|
|
613
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest6Action$inboundSchema,
|
|
614
|
+
id: Id$inboundSchema,
|
|
615
|
+
value: z.lazy(() => UpdateFirewallConfigRequestBodySecurityValue$inboundSchema),
|
|
616
|
+
});
|
|
617
|
+
/** @internal */
|
|
618
|
+
export const RequestBody6$outboundSchema = z.object({
|
|
619
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest6Action$outboundSchema,
|
|
620
|
+
id: Id$outboundSchema,
|
|
621
|
+
value: z.lazy(() => UpdateFirewallConfigRequestBodySecurityValue$outboundSchema),
|
|
622
|
+
});
|
|
623
|
+
/**
|
|
624
|
+
* @internal
|
|
625
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
626
|
+
*/
|
|
627
|
+
export var RequestBody6$;
|
|
628
|
+
(function (RequestBody6$) {
|
|
629
|
+
/** @deprecated use `RequestBody6$inboundSchema` instead. */
|
|
630
|
+
RequestBody6$.inboundSchema = RequestBody6$inboundSchema;
|
|
631
|
+
/** @deprecated use `RequestBody6$outboundSchema` instead. */
|
|
632
|
+
RequestBody6$.outboundSchema = RequestBody6$outboundSchema;
|
|
633
|
+
})(RequestBody6$ || (RequestBody6$ = {}));
|
|
634
|
+
export function requestBody6ToJSON(requestBody6) {
|
|
635
|
+
return JSON.stringify(RequestBody6$outboundSchema.parse(requestBody6));
|
|
636
|
+
}
|
|
637
|
+
export function requestBody6FromJSON(jsonString) {
|
|
638
|
+
return safeParse(jsonString, (x) => RequestBody6$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RequestBody6' from JSON`);
|
|
639
|
+
}
|
|
640
|
+
/** @internal */
|
|
641
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest5Action$inboundSchema = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest5Action);
|
|
642
|
+
/** @internal */
|
|
643
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest5Action$outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest5Action$inboundSchema;
|
|
644
|
+
/**
|
|
645
|
+
* @internal
|
|
646
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
647
|
+
*/
|
|
648
|
+
export var UpdateFirewallConfigRequestBodySecurityRequest5Action$;
|
|
649
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequest5Action$) {
|
|
650
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest5Action$inboundSchema` instead. */
|
|
651
|
+
UpdateFirewallConfigRequestBodySecurityRequest5Action$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequest5Action$inboundSchema;
|
|
652
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest5Action$outboundSchema` instead. */
|
|
653
|
+
UpdateFirewallConfigRequestBodySecurityRequest5Action$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest5Action$outboundSchema;
|
|
654
|
+
})(UpdateFirewallConfigRequestBodySecurityRequest5Action$ || (UpdateFirewallConfigRequestBodySecurityRequest5Action$ = {}));
|
|
655
|
+
/** @internal */
|
|
656
|
+
export const UpdateFirewallConfigRequestBody5$inboundSchema = z.object({
|
|
657
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest5Action$inboundSchema,
|
|
658
|
+
id: z.string(),
|
|
659
|
+
value: z.number(),
|
|
660
|
+
});
|
|
661
|
+
/** @internal */
|
|
662
|
+
export const UpdateFirewallConfigRequestBody5$outboundSchema = z.object({
|
|
663
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest5Action$outboundSchema,
|
|
664
|
+
id: z.string(),
|
|
665
|
+
value: z.number(),
|
|
666
|
+
});
|
|
667
|
+
/**
|
|
668
|
+
* @internal
|
|
669
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
670
|
+
*/
|
|
671
|
+
export var UpdateFirewallConfigRequestBody5$;
|
|
672
|
+
(function (UpdateFirewallConfigRequestBody5$) {
|
|
673
|
+
/** @deprecated use `UpdateFirewallConfigRequestBody5$inboundSchema` instead. */
|
|
674
|
+
UpdateFirewallConfigRequestBody5$.inboundSchema = UpdateFirewallConfigRequestBody5$inboundSchema;
|
|
675
|
+
/** @deprecated use `UpdateFirewallConfigRequestBody5$outboundSchema` instead. */
|
|
676
|
+
UpdateFirewallConfigRequestBody5$.outboundSchema = UpdateFirewallConfigRequestBody5$outboundSchema;
|
|
677
|
+
})(UpdateFirewallConfigRequestBody5$ || (UpdateFirewallConfigRequestBody5$ = {}));
|
|
678
|
+
export function updateFirewallConfigRequestBody5ToJSON(updateFirewallConfigRequestBody5) {
|
|
679
|
+
return JSON.stringify(UpdateFirewallConfigRequestBody5$outboundSchema.parse(updateFirewallConfigRequestBody5));
|
|
680
|
+
}
|
|
681
|
+
export function updateFirewallConfigRequestBody5FromJSON(jsonString) {
|
|
682
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBody5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBody5' from JSON`);
|
|
683
|
+
}
|
|
684
|
+
/** @internal */
|
|
685
|
+
export const UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequestAction);
|
|
686
|
+
/** @internal */
|
|
687
|
+
export const UpdateFirewallConfigRequestBodySecurityRequestAction$outboundSchema = UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema;
|
|
688
|
+
/**
|
|
689
|
+
* @internal
|
|
690
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
691
|
+
*/
|
|
692
|
+
export var UpdateFirewallConfigRequestBodySecurityRequestAction$;
|
|
693
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequestAction$) {
|
|
694
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema` instead. */
|
|
695
|
+
UpdateFirewallConfigRequestBodySecurityRequestAction$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema;
|
|
696
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequestAction$outboundSchema` instead. */
|
|
697
|
+
UpdateFirewallConfigRequestBodySecurityRequestAction$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequestAction$outboundSchema;
|
|
698
|
+
})(UpdateFirewallConfigRequestBodySecurityRequestAction$ || (UpdateFirewallConfigRequestBodySecurityRequestAction$ = {}));
|
|
699
|
+
/** @internal */
|
|
700
|
+
export const UpdateFirewallConfigRequestBody4$inboundSchema = z.object({
|
|
701
|
+
action: UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema,
|
|
702
|
+
id: z.string(),
|
|
703
|
+
value: z.nullable(z.any()).optional(),
|
|
704
|
+
});
|
|
705
|
+
/** @internal */
|
|
706
|
+
export const UpdateFirewallConfigRequestBody4$outboundSchema = z.object({
|
|
707
|
+
action: UpdateFirewallConfigRequestBodySecurityRequestAction$outboundSchema,
|
|
708
|
+
id: z.string(),
|
|
709
|
+
value: z.nullable(z.any()).optional(),
|
|
710
|
+
});
|
|
711
|
+
/**
|
|
712
|
+
* @internal
|
|
713
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
714
|
+
*/
|
|
715
|
+
export var UpdateFirewallConfigRequestBody4$;
|
|
716
|
+
(function (UpdateFirewallConfigRequestBody4$) {
|
|
717
|
+
/** @deprecated use `UpdateFirewallConfigRequestBody4$inboundSchema` instead. */
|
|
718
|
+
UpdateFirewallConfigRequestBody4$.inboundSchema = UpdateFirewallConfigRequestBody4$inboundSchema;
|
|
719
|
+
/** @deprecated use `UpdateFirewallConfigRequestBody4$outboundSchema` instead. */
|
|
720
|
+
UpdateFirewallConfigRequestBody4$.outboundSchema = UpdateFirewallConfigRequestBody4$outboundSchema;
|
|
721
|
+
})(UpdateFirewallConfigRequestBody4$ || (UpdateFirewallConfigRequestBody4$ = {}));
|
|
722
|
+
export function updateFirewallConfigRequestBody4ToJSON(updateFirewallConfigRequestBody4) {
|
|
723
|
+
return JSON.stringify(UpdateFirewallConfigRequestBody4$outboundSchema.parse(updateFirewallConfigRequestBody4));
|
|
724
|
+
}
|
|
725
|
+
export function updateFirewallConfigRequestBody4FromJSON(jsonString) {
|
|
726
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBody4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBody4' from JSON`);
|
|
727
|
+
}
|
|
728
|
+
/** @internal */
|
|
729
|
+
export const UpdateFirewallConfigRequestBodySecurityAction$inboundSchema = z
|
|
730
|
+
.nativeEnum(UpdateFirewallConfigRequestBodySecurityAction);
|
|
731
|
+
/** @internal */
|
|
732
|
+
export const UpdateFirewallConfigRequestBodySecurityAction$outboundSchema = UpdateFirewallConfigRequestBodySecurityAction$inboundSchema;
|
|
733
|
+
/**
|
|
734
|
+
* @internal
|
|
735
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
736
|
+
*/
|
|
737
|
+
export var UpdateFirewallConfigRequestBodySecurityAction$;
|
|
738
|
+
(function (UpdateFirewallConfigRequestBodySecurityAction$) {
|
|
739
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityAction$inboundSchema` instead. */
|
|
740
|
+
UpdateFirewallConfigRequestBodySecurityAction$.inboundSchema = UpdateFirewallConfigRequestBodySecurityAction$inboundSchema;
|
|
741
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityAction$outboundSchema` instead. */
|
|
742
|
+
UpdateFirewallConfigRequestBodySecurityAction$.outboundSchema = UpdateFirewallConfigRequestBodySecurityAction$outboundSchema;
|
|
743
|
+
})(UpdateFirewallConfigRequestBodySecurityAction$ || (UpdateFirewallConfigRequestBodySecurityAction$ = {}));
|
|
744
|
+
/** @internal */
|
|
745
|
+
export const UpdateFirewallConfigRequestBodySecurityType$inboundSchema = z
|
|
746
|
+
.nativeEnum(UpdateFirewallConfigRequestBodySecurityType);
|
|
747
|
+
/** @internal */
|
|
748
|
+
export const UpdateFirewallConfigRequestBodySecurityType$outboundSchema = UpdateFirewallConfigRequestBodySecurityType$inboundSchema;
|
|
749
|
+
/**
|
|
750
|
+
* @internal
|
|
751
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
752
|
+
*/
|
|
753
|
+
export var UpdateFirewallConfigRequestBodySecurityType$;
|
|
754
|
+
(function (UpdateFirewallConfigRequestBodySecurityType$) {
|
|
755
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityType$inboundSchema` instead. */
|
|
756
|
+
UpdateFirewallConfigRequestBodySecurityType$.inboundSchema = UpdateFirewallConfigRequestBodySecurityType$inboundSchema;
|
|
757
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityType$outboundSchema` instead. */
|
|
758
|
+
UpdateFirewallConfigRequestBodySecurityType$.outboundSchema = UpdateFirewallConfigRequestBodySecurityType$outboundSchema;
|
|
759
|
+
})(UpdateFirewallConfigRequestBodySecurityType$ || (UpdateFirewallConfigRequestBodySecurityType$ = {}));
|
|
760
|
+
/** @internal */
|
|
761
|
+
export const UpdateFirewallConfigRequestBodyOp$inboundSchema = z.nativeEnum(UpdateFirewallConfigRequestBodyOp);
|
|
762
|
+
/** @internal */
|
|
763
|
+
export const UpdateFirewallConfigRequestBodyOp$outboundSchema = UpdateFirewallConfigRequestBodyOp$inboundSchema;
|
|
764
|
+
/**
|
|
765
|
+
* @internal
|
|
766
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
767
|
+
*/
|
|
768
|
+
export var UpdateFirewallConfigRequestBodyOp$;
|
|
769
|
+
(function (UpdateFirewallConfigRequestBodyOp$) {
|
|
770
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyOp$inboundSchema` instead. */
|
|
771
|
+
UpdateFirewallConfigRequestBodyOp$.inboundSchema = UpdateFirewallConfigRequestBodyOp$inboundSchema;
|
|
772
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyOp$outboundSchema` instead. */
|
|
773
|
+
UpdateFirewallConfigRequestBodyOp$.outboundSchema = UpdateFirewallConfigRequestBodyOp$outboundSchema;
|
|
774
|
+
})(UpdateFirewallConfigRequestBodyOp$ || (UpdateFirewallConfigRequestBodyOp$ = {}));
|
|
775
|
+
/** @internal */
|
|
776
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest3Value$inboundSchema = z.union([z.string(), z.array(z.string()), z.number()]);
|
|
777
|
+
/** @internal */
|
|
778
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest3Value$outboundSchema = z.union([z.string(), z.array(z.string()), z.number()]);
|
|
779
|
+
/**
|
|
780
|
+
* @internal
|
|
781
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
782
|
+
*/
|
|
783
|
+
export var UpdateFirewallConfigRequestBodySecurityRequest3Value$;
|
|
784
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequest3Value$) {
|
|
785
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest3Value$inboundSchema` instead. */
|
|
786
|
+
UpdateFirewallConfigRequestBodySecurityRequest3Value$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequest3Value$inboundSchema;
|
|
787
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest3Value$outboundSchema` instead. */
|
|
788
|
+
UpdateFirewallConfigRequestBodySecurityRequest3Value$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest3Value$outboundSchema;
|
|
789
|
+
})(UpdateFirewallConfigRequestBodySecurityRequest3Value$ || (UpdateFirewallConfigRequestBodySecurityRequest3Value$ = {}));
|
|
790
|
+
export function updateFirewallConfigRequestBodySecurityRequest3ValueToJSON(updateFirewallConfigRequestBodySecurityRequest3Value) {
|
|
791
|
+
return JSON.stringify(UpdateFirewallConfigRequestBodySecurityRequest3Value$outboundSchema.parse(updateFirewallConfigRequestBodySecurityRequest3Value));
|
|
792
|
+
}
|
|
793
|
+
export function updateFirewallConfigRequestBodySecurityRequest3ValueFromJSON(jsonString) {
|
|
794
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBodySecurityRequest3Value$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBodySecurityRequest3Value' from JSON`);
|
|
795
|
+
}
|
|
796
|
+
/** @internal */
|
|
797
|
+
export const UpdateFirewallConfigRequestBodyConditions$inboundSchema = z.object({
|
|
798
|
+
type: UpdateFirewallConfigRequestBodySecurityType$inboundSchema,
|
|
799
|
+
op: UpdateFirewallConfigRequestBodyOp$inboundSchema,
|
|
800
|
+
neg: z.boolean().optional(),
|
|
801
|
+
key: z.string().optional(),
|
|
802
|
+
value: z.union([z.string(), z.array(z.string()), z.number()]).optional(),
|
|
803
|
+
});
|
|
804
|
+
/** @internal */
|
|
805
|
+
export const UpdateFirewallConfigRequestBodyConditions$outboundSchema = z.object({
|
|
806
|
+
type: UpdateFirewallConfigRequestBodySecurityType$outboundSchema,
|
|
807
|
+
op: UpdateFirewallConfigRequestBodyOp$outboundSchema,
|
|
808
|
+
neg: z.boolean().optional(),
|
|
809
|
+
key: z.string().optional(),
|
|
810
|
+
value: z.union([z.string(), z.array(z.string()), z.number()]).optional(),
|
|
811
|
+
});
|
|
812
|
+
/**
|
|
813
|
+
* @internal
|
|
814
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
815
|
+
*/
|
|
816
|
+
export var UpdateFirewallConfigRequestBodyConditions$;
|
|
817
|
+
(function (UpdateFirewallConfigRequestBodyConditions$) {
|
|
818
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyConditions$inboundSchema` instead. */
|
|
819
|
+
UpdateFirewallConfigRequestBodyConditions$.inboundSchema = UpdateFirewallConfigRequestBodyConditions$inboundSchema;
|
|
820
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyConditions$outboundSchema` instead. */
|
|
821
|
+
UpdateFirewallConfigRequestBodyConditions$.outboundSchema = UpdateFirewallConfigRequestBodyConditions$outboundSchema;
|
|
822
|
+
})(UpdateFirewallConfigRequestBodyConditions$ || (UpdateFirewallConfigRequestBodyConditions$ = {}));
|
|
823
|
+
export function updateFirewallConfigRequestBodyConditionsToJSON(updateFirewallConfigRequestBodyConditions) {
|
|
824
|
+
return JSON.stringify(UpdateFirewallConfigRequestBodyConditions$outboundSchema.parse(updateFirewallConfigRequestBodyConditions));
|
|
825
|
+
}
|
|
826
|
+
export function updateFirewallConfigRequestBodyConditionsFromJSON(jsonString) {
|
|
827
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBodyConditions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBodyConditions' from JSON`);
|
|
828
|
+
}
|
|
829
|
+
/** @internal */
|
|
830
|
+
export const UpdateFirewallConfigRequestBodyConditionGroup$inboundSchema = z.object({
|
|
831
|
+
conditions: z.array(z.lazy(() => UpdateFirewallConfigRequestBodyConditions$inboundSchema)),
|
|
832
|
+
});
|
|
833
|
+
/** @internal */
|
|
834
|
+
export const UpdateFirewallConfigRequestBodyConditionGroup$outboundSchema = z.object({
|
|
835
|
+
conditions: z.array(z.lazy(() => UpdateFirewallConfigRequestBodyConditions$outboundSchema)),
|
|
836
|
+
});
|
|
837
|
+
/**
|
|
838
|
+
* @internal
|
|
839
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
840
|
+
*/
|
|
841
|
+
export var UpdateFirewallConfigRequestBodyConditionGroup$;
|
|
842
|
+
(function (UpdateFirewallConfigRequestBodyConditionGroup$) {
|
|
843
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyConditionGroup$inboundSchema` instead. */
|
|
844
|
+
UpdateFirewallConfigRequestBodyConditionGroup$.inboundSchema = UpdateFirewallConfigRequestBodyConditionGroup$inboundSchema;
|
|
845
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyConditionGroup$outboundSchema` instead. */
|
|
846
|
+
UpdateFirewallConfigRequestBodyConditionGroup$.outboundSchema = UpdateFirewallConfigRequestBodyConditionGroup$outboundSchema;
|
|
847
|
+
})(UpdateFirewallConfigRequestBodyConditionGroup$ || (UpdateFirewallConfigRequestBodyConditionGroup$ = {}));
|
|
848
|
+
export function updateFirewallConfigRequestBodyConditionGroupToJSON(updateFirewallConfigRequestBodyConditionGroup) {
|
|
849
|
+
return JSON.stringify(UpdateFirewallConfigRequestBodyConditionGroup$outboundSchema.parse(updateFirewallConfigRequestBodyConditionGroup));
|
|
850
|
+
}
|
|
851
|
+
export function updateFirewallConfigRequestBodyConditionGroupFromJSON(jsonString) {
|
|
852
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBodyConditionGroup$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBodyConditionGroup' from JSON`);
|
|
853
|
+
}
|
|
854
|
+
/** @internal */
|
|
855
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$inboundSchema = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest3ValueAction);
|
|
856
|
+
/** @internal */
|
|
857
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$inboundSchema;
|
|
858
|
+
/**
|
|
859
|
+
* @internal
|
|
860
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
861
|
+
*/
|
|
862
|
+
export var UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$;
|
|
863
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$) {
|
|
864
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$inboundSchema` instead. */
|
|
865
|
+
UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$inboundSchema;
|
|
866
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$outboundSchema` instead. */
|
|
867
|
+
UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$outboundSchema;
|
|
868
|
+
})(UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$ || (UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$ = {}));
|
|
869
|
+
/** @internal */
|
|
870
|
+
export const UpdateFirewallConfigRateLimitAlgo$inboundSchema = z.nativeEnum(UpdateFirewallConfigRateLimitAlgo);
|
|
871
|
+
/** @internal */
|
|
872
|
+
export const UpdateFirewallConfigRateLimitAlgo$outboundSchema = UpdateFirewallConfigRateLimitAlgo$inboundSchema;
|
|
873
|
+
/**
|
|
874
|
+
* @internal
|
|
875
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
876
|
+
*/
|
|
877
|
+
export var UpdateFirewallConfigRateLimitAlgo$;
|
|
878
|
+
(function (UpdateFirewallConfigRateLimitAlgo$) {
|
|
879
|
+
/** @deprecated use `UpdateFirewallConfigRateLimitAlgo$inboundSchema` instead. */
|
|
880
|
+
UpdateFirewallConfigRateLimitAlgo$.inboundSchema = UpdateFirewallConfigRateLimitAlgo$inboundSchema;
|
|
881
|
+
/** @deprecated use `UpdateFirewallConfigRateLimitAlgo$outboundSchema` instead. */
|
|
882
|
+
UpdateFirewallConfigRateLimitAlgo$.outboundSchema = UpdateFirewallConfigRateLimitAlgo$outboundSchema;
|
|
883
|
+
})(UpdateFirewallConfigRateLimitAlgo$ || (UpdateFirewallConfigRateLimitAlgo$ = {}));
|
|
884
|
+
/** @internal */
|
|
885
|
+
export const UpdateFirewallConfigActionSecurity1$inboundSchema = z.nativeEnum(UpdateFirewallConfigActionSecurity1);
|
|
886
|
+
/** @internal */
|
|
887
|
+
export const UpdateFirewallConfigActionSecurity1$outboundSchema = UpdateFirewallConfigActionSecurity1$inboundSchema;
|
|
888
|
+
/**
|
|
889
|
+
* @internal
|
|
890
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
891
|
+
*/
|
|
892
|
+
export var UpdateFirewallConfigActionSecurity1$;
|
|
893
|
+
(function (UpdateFirewallConfigActionSecurity1$) {
|
|
894
|
+
/** @deprecated use `UpdateFirewallConfigActionSecurity1$inboundSchema` instead. */
|
|
895
|
+
UpdateFirewallConfigActionSecurity1$.inboundSchema = UpdateFirewallConfigActionSecurity1$inboundSchema;
|
|
896
|
+
/** @deprecated use `UpdateFirewallConfigActionSecurity1$outboundSchema` instead. */
|
|
897
|
+
UpdateFirewallConfigActionSecurity1$.outboundSchema = UpdateFirewallConfigActionSecurity1$outboundSchema;
|
|
898
|
+
})(UpdateFirewallConfigActionSecurity1$ || (UpdateFirewallConfigActionSecurity1$ = {}));
|
|
899
|
+
/** @internal */
|
|
900
|
+
export const UpdateFirewallConfigRateLimitSecurityAction$inboundSchema = z.union([UpdateFirewallConfigActionSecurity1$inboundSchema, z.any()]);
|
|
901
|
+
/** @internal */
|
|
902
|
+
export const UpdateFirewallConfigRateLimitSecurityAction$outboundSchema = z.union([UpdateFirewallConfigActionSecurity1$outboundSchema, z.any()]);
|
|
903
|
+
/**
|
|
904
|
+
* @internal
|
|
905
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
906
|
+
*/
|
|
907
|
+
export var UpdateFirewallConfigRateLimitSecurityAction$;
|
|
908
|
+
(function (UpdateFirewallConfigRateLimitSecurityAction$) {
|
|
909
|
+
/** @deprecated use `UpdateFirewallConfigRateLimitSecurityAction$inboundSchema` instead. */
|
|
910
|
+
UpdateFirewallConfigRateLimitSecurityAction$.inboundSchema = UpdateFirewallConfigRateLimitSecurityAction$inboundSchema;
|
|
911
|
+
/** @deprecated use `UpdateFirewallConfigRateLimitSecurityAction$outboundSchema` instead. */
|
|
912
|
+
UpdateFirewallConfigRateLimitSecurityAction$.outboundSchema = UpdateFirewallConfigRateLimitSecurityAction$outboundSchema;
|
|
913
|
+
})(UpdateFirewallConfigRateLimitSecurityAction$ || (UpdateFirewallConfigRateLimitSecurityAction$ = {}));
|
|
914
|
+
export function updateFirewallConfigRateLimitSecurityActionToJSON(updateFirewallConfigRateLimitSecurityAction) {
|
|
915
|
+
return JSON.stringify(UpdateFirewallConfigRateLimitSecurityAction$outboundSchema.parse(updateFirewallConfigRateLimitSecurityAction));
|
|
916
|
+
}
|
|
917
|
+
export function updateFirewallConfigRateLimitSecurityActionFromJSON(jsonString) {
|
|
918
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRateLimitSecurityAction$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRateLimitSecurityAction' from JSON`);
|
|
919
|
+
}
|
|
920
|
+
/** @internal */
|
|
921
|
+
export const UpdateFirewallConfigRateLimitSecurity1$inboundSchema = z.object({
|
|
922
|
+
algo: UpdateFirewallConfigRateLimitAlgo$inboundSchema,
|
|
923
|
+
window: z.number(),
|
|
924
|
+
limit: z.number(),
|
|
925
|
+
keys: z.array(z.string()),
|
|
926
|
+
action: z.nullable(z.union([UpdateFirewallConfigActionSecurity1$inboundSchema, z.any()])).optional(),
|
|
927
|
+
});
|
|
928
|
+
/** @internal */
|
|
929
|
+
export const UpdateFirewallConfigRateLimitSecurity1$outboundSchema = z.object({
|
|
930
|
+
algo: UpdateFirewallConfigRateLimitAlgo$outboundSchema,
|
|
931
|
+
window: z.number(),
|
|
932
|
+
limit: z.number(),
|
|
933
|
+
keys: z.array(z.string()),
|
|
934
|
+
action: z.nullable(z.union([UpdateFirewallConfigActionSecurity1$outboundSchema, z.any()])).optional(),
|
|
935
|
+
});
|
|
936
|
+
/**
|
|
937
|
+
* @internal
|
|
938
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
939
|
+
*/
|
|
940
|
+
export var UpdateFirewallConfigRateLimitSecurity1$;
|
|
941
|
+
(function (UpdateFirewallConfigRateLimitSecurity1$) {
|
|
942
|
+
/** @deprecated use `UpdateFirewallConfigRateLimitSecurity1$inboundSchema` instead. */
|
|
943
|
+
UpdateFirewallConfigRateLimitSecurity1$.inboundSchema = UpdateFirewallConfigRateLimitSecurity1$inboundSchema;
|
|
944
|
+
/** @deprecated use `UpdateFirewallConfigRateLimitSecurity1$outboundSchema` instead. */
|
|
945
|
+
UpdateFirewallConfigRateLimitSecurity1$.outboundSchema = UpdateFirewallConfigRateLimitSecurity1$outboundSchema;
|
|
946
|
+
})(UpdateFirewallConfigRateLimitSecurity1$ || (UpdateFirewallConfigRateLimitSecurity1$ = {}));
|
|
947
|
+
export function updateFirewallConfigRateLimitSecurity1ToJSON(updateFirewallConfigRateLimitSecurity1) {
|
|
948
|
+
return JSON.stringify(UpdateFirewallConfigRateLimitSecurity1$outboundSchema.parse(updateFirewallConfigRateLimitSecurity1));
|
|
949
|
+
}
|
|
950
|
+
export function updateFirewallConfigRateLimitSecurity1FromJSON(jsonString) {
|
|
951
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRateLimitSecurity1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRateLimitSecurity1' from JSON`);
|
|
952
|
+
}
|
|
953
|
+
/** @internal */
|
|
954
|
+
export const UpdateFirewallConfigRequestBodyRateLimit$inboundSchema = z.union([
|
|
955
|
+
z.lazy(() => UpdateFirewallConfigRateLimitSecurity1$inboundSchema),
|
|
956
|
+
z.any(),
|
|
957
|
+
]);
|
|
958
|
+
/** @internal */
|
|
959
|
+
export const UpdateFirewallConfigRequestBodyRateLimit$outboundSchema = z.union([
|
|
960
|
+
z.lazy(() => UpdateFirewallConfigRateLimitSecurity1$outboundSchema),
|
|
961
|
+
z.any(),
|
|
962
|
+
]);
|
|
963
|
+
/**
|
|
964
|
+
* @internal
|
|
965
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
966
|
+
*/
|
|
967
|
+
export var UpdateFirewallConfigRequestBodyRateLimit$;
|
|
968
|
+
(function (UpdateFirewallConfigRequestBodyRateLimit$) {
|
|
969
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyRateLimit$inboundSchema` instead. */
|
|
970
|
+
UpdateFirewallConfigRequestBodyRateLimit$.inboundSchema = UpdateFirewallConfigRequestBodyRateLimit$inboundSchema;
|
|
971
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyRateLimit$outboundSchema` instead. */
|
|
972
|
+
UpdateFirewallConfigRequestBodyRateLimit$.outboundSchema = UpdateFirewallConfigRequestBodyRateLimit$outboundSchema;
|
|
973
|
+
})(UpdateFirewallConfigRequestBodyRateLimit$ || (UpdateFirewallConfigRequestBodyRateLimit$ = {}));
|
|
974
|
+
export function updateFirewallConfigRequestBodyRateLimitToJSON(updateFirewallConfigRequestBodyRateLimit) {
|
|
975
|
+
return JSON.stringify(UpdateFirewallConfigRequestBodyRateLimit$outboundSchema.parse(updateFirewallConfigRequestBodyRateLimit));
|
|
976
|
+
}
|
|
977
|
+
export function updateFirewallConfigRequestBodyRateLimitFromJSON(jsonString) {
|
|
978
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBodyRateLimit$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBodyRateLimit' from JSON`);
|
|
979
|
+
}
|
|
980
|
+
/** @internal */
|
|
981
|
+
export const UpdateFirewallConfigRedirectSecurity1$inboundSchema = z.object({
|
|
982
|
+
location: z.string(),
|
|
983
|
+
permanent: z.boolean(),
|
|
984
|
+
});
|
|
985
|
+
/** @internal */
|
|
986
|
+
export const UpdateFirewallConfigRedirectSecurity1$outboundSchema = z.object({
|
|
987
|
+
location: z.string(),
|
|
988
|
+
permanent: z.boolean(),
|
|
989
|
+
});
|
|
990
|
+
/**
|
|
991
|
+
* @internal
|
|
992
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
993
|
+
*/
|
|
994
|
+
export var UpdateFirewallConfigRedirectSecurity1$;
|
|
995
|
+
(function (UpdateFirewallConfigRedirectSecurity1$) {
|
|
996
|
+
/** @deprecated use `UpdateFirewallConfigRedirectSecurity1$inboundSchema` instead. */
|
|
997
|
+
UpdateFirewallConfigRedirectSecurity1$.inboundSchema = UpdateFirewallConfigRedirectSecurity1$inboundSchema;
|
|
998
|
+
/** @deprecated use `UpdateFirewallConfigRedirectSecurity1$outboundSchema` instead. */
|
|
999
|
+
UpdateFirewallConfigRedirectSecurity1$.outboundSchema = UpdateFirewallConfigRedirectSecurity1$outboundSchema;
|
|
1000
|
+
})(UpdateFirewallConfigRedirectSecurity1$ || (UpdateFirewallConfigRedirectSecurity1$ = {}));
|
|
1001
|
+
export function updateFirewallConfigRedirectSecurity1ToJSON(updateFirewallConfigRedirectSecurity1) {
|
|
1002
|
+
return JSON.stringify(UpdateFirewallConfigRedirectSecurity1$outboundSchema.parse(updateFirewallConfigRedirectSecurity1));
|
|
1003
|
+
}
|
|
1004
|
+
export function updateFirewallConfigRedirectSecurity1FromJSON(jsonString) {
|
|
1005
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRedirectSecurity1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRedirectSecurity1' from JSON`);
|
|
1006
|
+
}
|
|
1007
|
+
/** @internal */
|
|
1008
|
+
export const UpdateFirewallConfigRequestBodyRedirect$inboundSchema = z.union([
|
|
1009
|
+
z.lazy(() => UpdateFirewallConfigRedirectSecurity1$inboundSchema),
|
|
1010
|
+
z.any(),
|
|
1011
|
+
]);
|
|
1012
|
+
/** @internal */
|
|
1013
|
+
export const UpdateFirewallConfigRequestBodyRedirect$outboundSchema = z.union([
|
|
1014
|
+
z.lazy(() => UpdateFirewallConfigRedirectSecurity1$outboundSchema),
|
|
1015
|
+
z.any(),
|
|
1016
|
+
]);
|
|
1017
|
+
/**
|
|
1018
|
+
* @internal
|
|
1019
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1020
|
+
*/
|
|
1021
|
+
export var UpdateFirewallConfigRequestBodyRedirect$;
|
|
1022
|
+
(function (UpdateFirewallConfigRequestBodyRedirect$) {
|
|
1023
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyRedirect$inboundSchema` instead. */
|
|
1024
|
+
UpdateFirewallConfigRequestBodyRedirect$.inboundSchema = UpdateFirewallConfigRequestBodyRedirect$inboundSchema;
|
|
1025
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyRedirect$outboundSchema` instead. */
|
|
1026
|
+
UpdateFirewallConfigRequestBodyRedirect$.outboundSchema = UpdateFirewallConfigRequestBodyRedirect$outboundSchema;
|
|
1027
|
+
})(UpdateFirewallConfigRequestBodyRedirect$ || (UpdateFirewallConfigRequestBodyRedirect$ = {}));
|
|
1028
|
+
export function updateFirewallConfigRequestBodyRedirectToJSON(updateFirewallConfigRequestBodyRedirect) {
|
|
1029
|
+
return JSON.stringify(UpdateFirewallConfigRequestBodyRedirect$outboundSchema.parse(updateFirewallConfigRequestBodyRedirect));
|
|
1030
|
+
}
|
|
1031
|
+
export function updateFirewallConfigRequestBodyRedirectFromJSON(jsonString) {
|
|
1032
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBodyRedirect$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBodyRedirect' from JSON`);
|
|
1033
|
+
}
|
|
1034
|
+
/** @internal */
|
|
1035
|
+
export const UpdateFirewallConfigRequestBodyMitigate$inboundSchema = z.object({
|
|
1036
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$inboundSchema,
|
|
1037
|
+
rateLimit: z.nullable(z.union([
|
|
1038
|
+
z.lazy(() => UpdateFirewallConfigRateLimitSecurity1$inboundSchema),
|
|
1039
|
+
z.any(),
|
|
1040
|
+
])).optional(),
|
|
1041
|
+
redirect: z.nullable(z.union([
|
|
1042
|
+
z.lazy(() => UpdateFirewallConfigRedirectSecurity1$inboundSchema),
|
|
1043
|
+
z.any(),
|
|
1044
|
+
])).optional(),
|
|
1045
|
+
actionDuration: z.nullable(z.string()).optional(),
|
|
1046
|
+
});
|
|
1047
|
+
/** @internal */
|
|
1048
|
+
export const UpdateFirewallConfigRequestBodyMitigate$outboundSchema = z.object({
|
|
1049
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$outboundSchema,
|
|
1050
|
+
rateLimit: z.nullable(z.union([
|
|
1051
|
+
z.lazy(() => UpdateFirewallConfigRateLimitSecurity1$outboundSchema),
|
|
1052
|
+
z.any(),
|
|
1053
|
+
])).optional(),
|
|
1054
|
+
redirect: z.nullable(z.union([
|
|
1055
|
+
z.lazy(() => UpdateFirewallConfigRedirectSecurity1$outboundSchema),
|
|
1056
|
+
z.any(),
|
|
1057
|
+
])).optional(),
|
|
1058
|
+
actionDuration: z.nullable(z.string()).optional(),
|
|
1059
|
+
});
|
|
1060
|
+
/**
|
|
1061
|
+
* @internal
|
|
1062
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1063
|
+
*/
|
|
1064
|
+
export var UpdateFirewallConfigRequestBodyMitigate$;
|
|
1065
|
+
(function (UpdateFirewallConfigRequestBodyMitigate$) {
|
|
1066
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyMitigate$inboundSchema` instead. */
|
|
1067
|
+
UpdateFirewallConfigRequestBodyMitigate$.inboundSchema = UpdateFirewallConfigRequestBodyMitigate$inboundSchema;
|
|
1068
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyMitigate$outboundSchema` instead. */
|
|
1069
|
+
UpdateFirewallConfigRequestBodyMitigate$.outboundSchema = UpdateFirewallConfigRequestBodyMitigate$outboundSchema;
|
|
1070
|
+
})(UpdateFirewallConfigRequestBodyMitigate$ || (UpdateFirewallConfigRequestBodyMitigate$ = {}));
|
|
1071
|
+
export function updateFirewallConfigRequestBodyMitigateToJSON(updateFirewallConfigRequestBodyMitigate) {
|
|
1072
|
+
return JSON.stringify(UpdateFirewallConfigRequestBodyMitigate$outboundSchema.parse(updateFirewallConfigRequestBodyMitigate));
|
|
1073
|
+
}
|
|
1074
|
+
export function updateFirewallConfigRequestBodyMitigateFromJSON(jsonString) {
|
|
1075
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBodyMitigate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBodyMitigate' from JSON`);
|
|
1076
|
+
}
|
|
1077
|
+
/** @internal */
|
|
1078
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest3Action$inboundSchema = z.object({
|
|
1079
|
+
mitigate: z.lazy(() => UpdateFirewallConfigRequestBodyMitigate$inboundSchema).optional(),
|
|
1080
|
+
});
|
|
1081
|
+
/** @internal */
|
|
1082
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest3Action$outboundSchema = z.object({
|
|
1083
|
+
mitigate: z.lazy(() => UpdateFirewallConfigRequestBodyMitigate$outboundSchema).optional(),
|
|
1084
|
+
});
|
|
1085
|
+
/**
|
|
1086
|
+
* @internal
|
|
1087
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1088
|
+
*/
|
|
1089
|
+
export var UpdateFirewallConfigRequestBodySecurityRequest3Action$;
|
|
1090
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequest3Action$) {
|
|
1091
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest3Action$inboundSchema` instead. */
|
|
1092
|
+
UpdateFirewallConfigRequestBodySecurityRequest3Action$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequest3Action$inboundSchema;
|
|
1093
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest3Action$outboundSchema` instead. */
|
|
1094
|
+
UpdateFirewallConfigRequestBodySecurityRequest3Action$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest3Action$outboundSchema;
|
|
1095
|
+
})(UpdateFirewallConfigRequestBodySecurityRequest3Action$ || (UpdateFirewallConfigRequestBodySecurityRequest3Action$ = {}));
|
|
1096
|
+
export function updateFirewallConfigRequestBodySecurityRequest3ActionToJSON(updateFirewallConfigRequestBodySecurityRequest3Action) {
|
|
1097
|
+
return JSON.stringify(UpdateFirewallConfigRequestBodySecurityRequest3Action$outboundSchema.parse(updateFirewallConfigRequestBodySecurityRequest3Action));
|
|
1098
|
+
}
|
|
1099
|
+
export function updateFirewallConfigRequestBodySecurityRequest3ActionFromJSON(jsonString) {
|
|
1100
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBodySecurityRequest3Action$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBodySecurityRequest3Action' from JSON`);
|
|
1101
|
+
}
|
|
1102
|
+
/** @internal */
|
|
1103
|
+
export const UpdateFirewallConfigRequestBodyValue$inboundSchema = z.object({
|
|
1104
|
+
name: z.string(),
|
|
1105
|
+
description: z.string().optional(),
|
|
1106
|
+
active: z.boolean(),
|
|
1107
|
+
conditionGroup: z.array(z.lazy(() => UpdateFirewallConfigRequestBodyConditionGroup$inboundSchema)),
|
|
1108
|
+
action: z.lazy(() => UpdateFirewallConfigRequestBodySecurityRequest3Action$inboundSchema),
|
|
1109
|
+
});
|
|
1110
|
+
/** @internal */
|
|
1111
|
+
export const UpdateFirewallConfigRequestBodyValue$outboundSchema = z.object({
|
|
1112
|
+
name: z.string(),
|
|
1113
|
+
description: z.string().optional(),
|
|
1114
|
+
active: z.boolean(),
|
|
1115
|
+
conditionGroup: z.array(z.lazy(() => UpdateFirewallConfigRequestBodyConditionGroup$outboundSchema)),
|
|
1116
|
+
action: z.lazy(() => UpdateFirewallConfigRequestBodySecurityRequest3Action$outboundSchema),
|
|
1117
|
+
});
|
|
1118
|
+
/**
|
|
1119
|
+
* @internal
|
|
1120
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1121
|
+
*/
|
|
1122
|
+
export var UpdateFirewallConfigRequestBodyValue$;
|
|
1123
|
+
(function (UpdateFirewallConfigRequestBodyValue$) {
|
|
1124
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyValue$inboundSchema` instead. */
|
|
1125
|
+
UpdateFirewallConfigRequestBodyValue$.inboundSchema = UpdateFirewallConfigRequestBodyValue$inboundSchema;
|
|
1126
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyValue$outboundSchema` instead. */
|
|
1127
|
+
UpdateFirewallConfigRequestBodyValue$.outboundSchema = UpdateFirewallConfigRequestBodyValue$outboundSchema;
|
|
1128
|
+
})(UpdateFirewallConfigRequestBodyValue$ || (UpdateFirewallConfigRequestBodyValue$ = {}));
|
|
1129
|
+
export function updateFirewallConfigRequestBodyValueToJSON(updateFirewallConfigRequestBodyValue) {
|
|
1130
|
+
return JSON.stringify(UpdateFirewallConfigRequestBodyValue$outboundSchema.parse(updateFirewallConfigRequestBodyValue));
|
|
1131
|
+
}
|
|
1132
|
+
export function updateFirewallConfigRequestBodyValueFromJSON(jsonString) {
|
|
1133
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBodyValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBodyValue' from JSON`);
|
|
1134
|
+
}
|
|
1135
|
+
/** @internal */
|
|
1136
|
+
export const UpdateFirewallConfigRequestBody3$inboundSchema = z.object({
|
|
1137
|
+
action: UpdateFirewallConfigRequestBodySecurityAction$inboundSchema,
|
|
1138
|
+
id: z.string(),
|
|
1139
|
+
value: z.lazy(() => UpdateFirewallConfigRequestBodyValue$inboundSchema),
|
|
1140
|
+
});
|
|
1141
|
+
/** @internal */
|
|
1142
|
+
export const UpdateFirewallConfigRequestBody3$outboundSchema = z.object({
|
|
1143
|
+
action: UpdateFirewallConfigRequestBodySecurityAction$outboundSchema,
|
|
1144
|
+
id: z.string(),
|
|
1145
|
+
value: z.lazy(() => UpdateFirewallConfigRequestBodyValue$outboundSchema),
|
|
1146
|
+
});
|
|
1147
|
+
/**
|
|
1148
|
+
* @internal
|
|
1149
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1150
|
+
*/
|
|
1151
|
+
export var UpdateFirewallConfigRequestBody3$;
|
|
1152
|
+
(function (UpdateFirewallConfigRequestBody3$) {
|
|
1153
|
+
/** @deprecated use `UpdateFirewallConfigRequestBody3$inboundSchema` instead. */
|
|
1154
|
+
UpdateFirewallConfigRequestBody3$.inboundSchema = UpdateFirewallConfigRequestBody3$inboundSchema;
|
|
1155
|
+
/** @deprecated use `UpdateFirewallConfigRequestBody3$outboundSchema` instead. */
|
|
1156
|
+
UpdateFirewallConfigRequestBody3$.outboundSchema = UpdateFirewallConfigRequestBody3$outboundSchema;
|
|
1157
|
+
})(UpdateFirewallConfigRequestBody3$ || (UpdateFirewallConfigRequestBody3$ = {}));
|
|
1158
|
+
export function updateFirewallConfigRequestBody3ToJSON(updateFirewallConfigRequestBody3) {
|
|
1159
|
+
return JSON.stringify(UpdateFirewallConfigRequestBody3$outboundSchema.parse(updateFirewallConfigRequestBody3));
|
|
1160
|
+
}
|
|
1161
|
+
export function updateFirewallConfigRequestBody3FromJSON(jsonString) {
|
|
1162
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBody3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBody3' from JSON`);
|
|
1163
|
+
}
|
|
1164
|
+
/** @internal */
|
|
1165
|
+
export const UpdateFirewallConfigRequestBodyAction$inboundSchema = z.nativeEnum(UpdateFirewallConfigRequestBodyAction);
|
|
1166
|
+
/** @internal */
|
|
1167
|
+
export const UpdateFirewallConfigRequestBodyAction$outboundSchema = UpdateFirewallConfigRequestBodyAction$inboundSchema;
|
|
1168
|
+
/**
|
|
1169
|
+
* @internal
|
|
1170
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1171
|
+
*/
|
|
1172
|
+
export var UpdateFirewallConfigRequestBodyAction$;
|
|
1173
|
+
(function (UpdateFirewallConfigRequestBodyAction$) {
|
|
1174
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyAction$inboundSchema` instead. */
|
|
1175
|
+
UpdateFirewallConfigRequestBodyAction$.inboundSchema = UpdateFirewallConfigRequestBodyAction$inboundSchema;
|
|
1176
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyAction$outboundSchema` instead. */
|
|
1177
|
+
UpdateFirewallConfigRequestBodyAction$.outboundSchema = UpdateFirewallConfigRequestBodyAction$outboundSchema;
|
|
1178
|
+
})(UpdateFirewallConfigRequestBodyAction$ || (UpdateFirewallConfigRequestBodyAction$ = {}));
|
|
1179
|
+
/** @internal */
|
|
1180
|
+
export const UpdateFirewallConfigRequestBodyType$inboundSchema = z.nativeEnum(UpdateFirewallConfigRequestBodyType);
|
|
1181
|
+
/** @internal */
|
|
1182
|
+
export const UpdateFirewallConfigRequestBodyType$outboundSchema = UpdateFirewallConfigRequestBodyType$inboundSchema;
|
|
1183
|
+
/**
|
|
1184
|
+
* @internal
|
|
1185
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1186
|
+
*/
|
|
1187
|
+
export var UpdateFirewallConfigRequestBodyType$;
|
|
1188
|
+
(function (UpdateFirewallConfigRequestBodyType$) {
|
|
1189
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyType$inboundSchema` instead. */
|
|
1190
|
+
UpdateFirewallConfigRequestBodyType$.inboundSchema = UpdateFirewallConfigRequestBodyType$inboundSchema;
|
|
1191
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyType$outboundSchema` instead. */
|
|
1192
|
+
UpdateFirewallConfigRequestBodyType$.outboundSchema = UpdateFirewallConfigRequestBodyType$outboundSchema;
|
|
1193
|
+
})(UpdateFirewallConfigRequestBodyType$ || (UpdateFirewallConfigRequestBodyType$ = {}));
|
|
1194
|
+
/** @internal */
|
|
1195
|
+
export const RequestBodyOp$inboundSchema = z.nativeEnum(RequestBodyOp);
|
|
1196
|
+
/** @internal */
|
|
1197
|
+
export const RequestBodyOp$outboundSchema = RequestBodyOp$inboundSchema;
|
|
1198
|
+
/**
|
|
1199
|
+
* @internal
|
|
1200
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1201
|
+
*/
|
|
1202
|
+
export var RequestBodyOp$;
|
|
1203
|
+
(function (RequestBodyOp$) {
|
|
1204
|
+
/** @deprecated use `RequestBodyOp$inboundSchema` instead. */
|
|
1205
|
+
RequestBodyOp$.inboundSchema = RequestBodyOp$inboundSchema;
|
|
1206
|
+
/** @deprecated use `RequestBodyOp$outboundSchema` instead. */
|
|
1207
|
+
RequestBodyOp$.outboundSchema = RequestBodyOp$outboundSchema;
|
|
1208
|
+
})(RequestBodyOp$ || (RequestBodyOp$ = {}));
|
|
1209
|
+
/** @internal */
|
|
1210
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest2Value$inboundSchema = z.union([z.string(), z.array(z.string()), z.number()]);
|
|
1211
|
+
/** @internal */
|
|
1212
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest2Value$outboundSchema = z.union([z.string(), z.array(z.string()), z.number()]);
|
|
1213
|
+
/**
|
|
1214
|
+
* @internal
|
|
1215
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1216
|
+
*/
|
|
1217
|
+
export var UpdateFirewallConfigRequestBodySecurityRequest2Value$;
|
|
1218
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequest2Value$) {
|
|
1219
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest2Value$inboundSchema` instead. */
|
|
1220
|
+
UpdateFirewallConfigRequestBodySecurityRequest2Value$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequest2Value$inboundSchema;
|
|
1221
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest2Value$outboundSchema` instead. */
|
|
1222
|
+
UpdateFirewallConfigRequestBodySecurityRequest2Value$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest2Value$outboundSchema;
|
|
1223
|
+
})(UpdateFirewallConfigRequestBodySecurityRequest2Value$ || (UpdateFirewallConfigRequestBodySecurityRequest2Value$ = {}));
|
|
1224
|
+
export function updateFirewallConfigRequestBodySecurityRequest2ValueToJSON(updateFirewallConfigRequestBodySecurityRequest2Value) {
|
|
1225
|
+
return JSON.stringify(UpdateFirewallConfigRequestBodySecurityRequest2Value$outboundSchema.parse(updateFirewallConfigRequestBodySecurityRequest2Value));
|
|
1226
|
+
}
|
|
1227
|
+
export function updateFirewallConfigRequestBodySecurityRequest2ValueFromJSON(jsonString) {
|
|
1228
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBodySecurityRequest2Value$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBodySecurityRequest2Value' from JSON`);
|
|
1229
|
+
}
|
|
1230
|
+
/** @internal */
|
|
1231
|
+
export const RequestBodyConditions$inboundSchema = z.object({
|
|
1232
|
+
type: UpdateFirewallConfigRequestBodyType$inboundSchema,
|
|
1233
|
+
op: RequestBodyOp$inboundSchema,
|
|
1234
|
+
neg: z.boolean().optional(),
|
|
1235
|
+
key: z.string().optional(),
|
|
1236
|
+
value: z.union([z.string(), z.array(z.string()), z.number()]).optional(),
|
|
1237
|
+
});
|
|
1238
|
+
/** @internal */
|
|
1239
|
+
export const RequestBodyConditions$outboundSchema = z.object({
|
|
1240
|
+
type: UpdateFirewallConfigRequestBodyType$outboundSchema,
|
|
1241
|
+
op: RequestBodyOp$outboundSchema,
|
|
1242
|
+
neg: z.boolean().optional(),
|
|
1243
|
+
key: z.string().optional(),
|
|
1244
|
+
value: z.union([z.string(), z.array(z.string()), z.number()]).optional(),
|
|
1245
|
+
});
|
|
1246
|
+
/**
|
|
1247
|
+
* @internal
|
|
1248
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1249
|
+
*/
|
|
1250
|
+
export var RequestBodyConditions$;
|
|
1251
|
+
(function (RequestBodyConditions$) {
|
|
1252
|
+
/** @deprecated use `RequestBodyConditions$inboundSchema` instead. */
|
|
1253
|
+
RequestBodyConditions$.inboundSchema = RequestBodyConditions$inboundSchema;
|
|
1254
|
+
/** @deprecated use `RequestBodyConditions$outboundSchema` instead. */
|
|
1255
|
+
RequestBodyConditions$.outboundSchema = RequestBodyConditions$outboundSchema;
|
|
1256
|
+
})(RequestBodyConditions$ || (RequestBodyConditions$ = {}));
|
|
1257
|
+
export function requestBodyConditionsToJSON(requestBodyConditions) {
|
|
1258
|
+
return JSON.stringify(RequestBodyConditions$outboundSchema.parse(requestBodyConditions));
|
|
1259
|
+
}
|
|
1260
|
+
export function requestBodyConditionsFromJSON(jsonString) {
|
|
1261
|
+
return safeParse(jsonString, (x) => RequestBodyConditions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RequestBodyConditions' from JSON`);
|
|
1262
|
+
}
|
|
1263
|
+
/** @internal */
|
|
1264
|
+
export const RequestBodyConditionGroup$inboundSchema = z.object({
|
|
1265
|
+
conditions: z.array(z.lazy(() => RequestBodyConditions$inboundSchema)),
|
|
1266
|
+
});
|
|
1267
|
+
/** @internal */
|
|
1268
|
+
export const RequestBodyConditionGroup$outboundSchema = z.object({
|
|
1269
|
+
conditions: z.array(z.lazy(() => RequestBodyConditions$outboundSchema)),
|
|
1270
|
+
});
|
|
1271
|
+
/**
|
|
1272
|
+
* @internal
|
|
1273
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1274
|
+
*/
|
|
1275
|
+
export var RequestBodyConditionGroup$;
|
|
1276
|
+
(function (RequestBodyConditionGroup$) {
|
|
1277
|
+
/** @deprecated use `RequestBodyConditionGroup$inboundSchema` instead. */
|
|
1278
|
+
RequestBodyConditionGroup$.inboundSchema = RequestBodyConditionGroup$inboundSchema;
|
|
1279
|
+
/** @deprecated use `RequestBodyConditionGroup$outboundSchema` instead. */
|
|
1280
|
+
RequestBodyConditionGroup$.outboundSchema = RequestBodyConditionGroup$outboundSchema;
|
|
1281
|
+
})(RequestBodyConditionGroup$ || (RequestBodyConditionGroup$ = {}));
|
|
1282
|
+
export function requestBodyConditionGroupToJSON(requestBodyConditionGroup) {
|
|
1283
|
+
return JSON.stringify(RequestBodyConditionGroup$outboundSchema.parse(requestBodyConditionGroup));
|
|
1284
|
+
}
|
|
1285
|
+
export function requestBodyConditionGroupFromJSON(jsonString) {
|
|
1286
|
+
return safeParse(jsonString, (x) => RequestBodyConditionGroup$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RequestBodyConditionGroup' from JSON`);
|
|
1287
|
+
}
|
|
1288
|
+
/** @internal */
|
|
1289
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$inboundSchema = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest2ValueAction);
|
|
1290
|
+
/** @internal */
|
|
1291
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$inboundSchema;
|
|
1292
|
+
/**
|
|
1293
|
+
* @internal
|
|
1294
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1295
|
+
*/
|
|
1296
|
+
export var UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$;
|
|
1297
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$) {
|
|
1298
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$inboundSchema` instead. */
|
|
1299
|
+
UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$inboundSchema;
|
|
1300
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$outboundSchema` instead. */
|
|
1301
|
+
UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$outboundSchema;
|
|
1302
|
+
})(UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$ || (UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$ = {}));
|
|
1303
|
+
/** @internal */
|
|
1304
|
+
export const RateLimitAlgo$inboundSchema = z.nativeEnum(RateLimitAlgo);
|
|
1305
|
+
/** @internal */
|
|
1306
|
+
export const RateLimitAlgo$outboundSchema = RateLimitAlgo$inboundSchema;
|
|
1307
|
+
/**
|
|
1308
|
+
* @internal
|
|
1309
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1310
|
+
*/
|
|
1311
|
+
export var RateLimitAlgo$;
|
|
1312
|
+
(function (RateLimitAlgo$) {
|
|
1313
|
+
/** @deprecated use `RateLimitAlgo$inboundSchema` instead. */
|
|
1314
|
+
RateLimitAlgo$.inboundSchema = RateLimitAlgo$inboundSchema;
|
|
1315
|
+
/** @deprecated use `RateLimitAlgo$outboundSchema` instead. */
|
|
1316
|
+
RateLimitAlgo$.outboundSchema = RateLimitAlgo$outboundSchema;
|
|
1317
|
+
})(RateLimitAlgo$ || (RateLimitAlgo$ = {}));
|
|
1318
|
+
/** @internal */
|
|
1319
|
+
export const UpdateFirewallConfigAction1$inboundSchema = z.nativeEnum(UpdateFirewallConfigAction1);
|
|
1320
|
+
/** @internal */
|
|
1321
|
+
export const UpdateFirewallConfigAction1$outboundSchema = UpdateFirewallConfigAction1$inboundSchema;
|
|
1322
|
+
/**
|
|
1323
|
+
* @internal
|
|
1324
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1325
|
+
*/
|
|
1326
|
+
export var UpdateFirewallConfigAction1$;
|
|
1327
|
+
(function (UpdateFirewallConfigAction1$) {
|
|
1328
|
+
/** @deprecated use `UpdateFirewallConfigAction1$inboundSchema` instead. */
|
|
1329
|
+
UpdateFirewallConfigAction1$.inboundSchema = UpdateFirewallConfigAction1$inboundSchema;
|
|
1330
|
+
/** @deprecated use `UpdateFirewallConfigAction1$outboundSchema` instead. */
|
|
1331
|
+
UpdateFirewallConfigAction1$.outboundSchema = UpdateFirewallConfigAction1$outboundSchema;
|
|
1332
|
+
})(UpdateFirewallConfigAction1$ || (UpdateFirewallConfigAction1$ = {}));
|
|
1333
|
+
/** @internal */
|
|
1334
|
+
export const UpdateFirewallConfigRateLimitAction$inboundSchema = z.union([UpdateFirewallConfigAction1$inboundSchema, z.any()]);
|
|
1335
|
+
/** @internal */
|
|
1336
|
+
export const UpdateFirewallConfigRateLimitAction$outboundSchema = z.union([UpdateFirewallConfigAction1$outboundSchema, z.any()]);
|
|
1337
|
+
/**
|
|
1338
|
+
* @internal
|
|
1339
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1340
|
+
*/
|
|
1341
|
+
export var UpdateFirewallConfigRateLimitAction$;
|
|
1342
|
+
(function (UpdateFirewallConfigRateLimitAction$) {
|
|
1343
|
+
/** @deprecated use `UpdateFirewallConfigRateLimitAction$inboundSchema` instead. */
|
|
1344
|
+
UpdateFirewallConfigRateLimitAction$.inboundSchema = UpdateFirewallConfigRateLimitAction$inboundSchema;
|
|
1345
|
+
/** @deprecated use `UpdateFirewallConfigRateLimitAction$outboundSchema` instead. */
|
|
1346
|
+
UpdateFirewallConfigRateLimitAction$.outboundSchema = UpdateFirewallConfigRateLimitAction$outboundSchema;
|
|
1347
|
+
})(UpdateFirewallConfigRateLimitAction$ || (UpdateFirewallConfigRateLimitAction$ = {}));
|
|
1348
|
+
export function updateFirewallConfigRateLimitActionToJSON(updateFirewallConfigRateLimitAction) {
|
|
1349
|
+
return JSON.stringify(UpdateFirewallConfigRateLimitAction$outboundSchema.parse(updateFirewallConfigRateLimitAction));
|
|
1350
|
+
}
|
|
1351
|
+
export function updateFirewallConfigRateLimitActionFromJSON(jsonString) {
|
|
1352
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRateLimitAction$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRateLimitAction' from JSON`);
|
|
1353
|
+
}
|
|
1354
|
+
/** @internal */
|
|
1355
|
+
export const UpdateFirewallConfigRateLimit1$inboundSchema = z.object({
|
|
1356
|
+
algo: RateLimitAlgo$inboundSchema,
|
|
1357
|
+
window: z.number(),
|
|
1358
|
+
limit: z.number(),
|
|
1359
|
+
keys: z.array(z.string()),
|
|
1360
|
+
action: z.nullable(z.union([UpdateFirewallConfigAction1$inboundSchema, z.any()])).optional(),
|
|
1361
|
+
});
|
|
1362
|
+
/** @internal */
|
|
1363
|
+
export const UpdateFirewallConfigRateLimit1$outboundSchema = z.object({
|
|
1364
|
+
algo: RateLimitAlgo$outboundSchema,
|
|
1365
|
+
window: z.number(),
|
|
1366
|
+
limit: z.number(),
|
|
1367
|
+
keys: z.array(z.string()),
|
|
1368
|
+
action: z.nullable(z.union([UpdateFirewallConfigAction1$outboundSchema, z.any()])).optional(),
|
|
1369
|
+
});
|
|
1370
|
+
/**
|
|
1371
|
+
* @internal
|
|
1372
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1373
|
+
*/
|
|
1374
|
+
export var UpdateFirewallConfigRateLimit1$;
|
|
1375
|
+
(function (UpdateFirewallConfigRateLimit1$) {
|
|
1376
|
+
/** @deprecated use `UpdateFirewallConfigRateLimit1$inboundSchema` instead. */
|
|
1377
|
+
UpdateFirewallConfigRateLimit1$.inboundSchema = UpdateFirewallConfigRateLimit1$inboundSchema;
|
|
1378
|
+
/** @deprecated use `UpdateFirewallConfigRateLimit1$outboundSchema` instead. */
|
|
1379
|
+
UpdateFirewallConfigRateLimit1$.outboundSchema = UpdateFirewallConfigRateLimit1$outboundSchema;
|
|
1380
|
+
})(UpdateFirewallConfigRateLimit1$ || (UpdateFirewallConfigRateLimit1$ = {}));
|
|
1381
|
+
export function updateFirewallConfigRateLimit1ToJSON(updateFirewallConfigRateLimit1) {
|
|
1382
|
+
return JSON.stringify(UpdateFirewallConfigRateLimit1$outboundSchema.parse(updateFirewallConfigRateLimit1));
|
|
1383
|
+
}
|
|
1384
|
+
export function updateFirewallConfigRateLimit1FromJSON(jsonString) {
|
|
1385
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRateLimit1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRateLimit1' from JSON`);
|
|
1386
|
+
}
|
|
1387
|
+
/** @internal */
|
|
1388
|
+
export const RequestBodyRateLimit$inboundSchema = z.union([
|
|
1389
|
+
z.lazy(() => UpdateFirewallConfigRateLimit1$inboundSchema),
|
|
1390
|
+
z.any(),
|
|
1391
|
+
]);
|
|
1392
|
+
/** @internal */
|
|
1393
|
+
export const RequestBodyRateLimit$outboundSchema = z.union([
|
|
1394
|
+
z.lazy(() => UpdateFirewallConfigRateLimit1$outboundSchema),
|
|
1395
|
+
z.any(),
|
|
1396
|
+
]);
|
|
1397
|
+
/**
|
|
1398
|
+
* @internal
|
|
1399
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1400
|
+
*/
|
|
1401
|
+
export var RequestBodyRateLimit$;
|
|
1402
|
+
(function (RequestBodyRateLimit$) {
|
|
1403
|
+
/** @deprecated use `RequestBodyRateLimit$inboundSchema` instead. */
|
|
1404
|
+
RequestBodyRateLimit$.inboundSchema = RequestBodyRateLimit$inboundSchema;
|
|
1405
|
+
/** @deprecated use `RequestBodyRateLimit$outboundSchema` instead. */
|
|
1406
|
+
RequestBodyRateLimit$.outboundSchema = RequestBodyRateLimit$outboundSchema;
|
|
1407
|
+
})(RequestBodyRateLimit$ || (RequestBodyRateLimit$ = {}));
|
|
1408
|
+
export function requestBodyRateLimitToJSON(requestBodyRateLimit) {
|
|
1409
|
+
return JSON.stringify(RequestBodyRateLimit$outboundSchema.parse(requestBodyRateLimit));
|
|
1410
|
+
}
|
|
1411
|
+
export function requestBodyRateLimitFromJSON(jsonString) {
|
|
1412
|
+
return safeParse(jsonString, (x) => RequestBodyRateLimit$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RequestBodyRateLimit' from JSON`);
|
|
1413
|
+
}
|
|
1414
|
+
/** @internal */
|
|
1415
|
+
export const UpdateFirewallConfigRedirect1$inboundSchema = z.object({
|
|
1416
|
+
location: z.string(),
|
|
1417
|
+
permanent: z.boolean(),
|
|
1418
|
+
});
|
|
1419
|
+
/** @internal */
|
|
1420
|
+
export const UpdateFirewallConfigRedirect1$outboundSchema = z.object({
|
|
1421
|
+
location: z.string(),
|
|
1422
|
+
permanent: z.boolean(),
|
|
1423
|
+
});
|
|
1424
|
+
/**
|
|
1425
|
+
* @internal
|
|
1426
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1427
|
+
*/
|
|
1428
|
+
export var UpdateFirewallConfigRedirect1$;
|
|
1429
|
+
(function (UpdateFirewallConfigRedirect1$) {
|
|
1430
|
+
/** @deprecated use `UpdateFirewallConfigRedirect1$inboundSchema` instead. */
|
|
1431
|
+
UpdateFirewallConfigRedirect1$.inboundSchema = UpdateFirewallConfigRedirect1$inboundSchema;
|
|
1432
|
+
/** @deprecated use `UpdateFirewallConfigRedirect1$outboundSchema` instead. */
|
|
1433
|
+
UpdateFirewallConfigRedirect1$.outboundSchema = UpdateFirewallConfigRedirect1$outboundSchema;
|
|
1434
|
+
})(UpdateFirewallConfigRedirect1$ || (UpdateFirewallConfigRedirect1$ = {}));
|
|
1435
|
+
export function updateFirewallConfigRedirect1ToJSON(updateFirewallConfigRedirect1) {
|
|
1436
|
+
return JSON.stringify(UpdateFirewallConfigRedirect1$outboundSchema.parse(updateFirewallConfigRedirect1));
|
|
1437
|
+
}
|
|
1438
|
+
export function updateFirewallConfigRedirect1FromJSON(jsonString) {
|
|
1439
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRedirect1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRedirect1' from JSON`);
|
|
1440
|
+
}
|
|
1441
|
+
/** @internal */
|
|
1442
|
+
export const RequestBodyRedirect$inboundSchema = z.union([
|
|
1443
|
+
z.lazy(() => UpdateFirewallConfigRedirect1$inboundSchema),
|
|
1444
|
+
z.any(),
|
|
1445
|
+
]);
|
|
1446
|
+
/** @internal */
|
|
1447
|
+
export const RequestBodyRedirect$outboundSchema = z.union([
|
|
1448
|
+
z.lazy(() => UpdateFirewallConfigRedirect1$outboundSchema),
|
|
1449
|
+
z.any(),
|
|
1450
|
+
]);
|
|
1451
|
+
/**
|
|
1452
|
+
* @internal
|
|
1453
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1454
|
+
*/
|
|
1455
|
+
export var RequestBodyRedirect$;
|
|
1456
|
+
(function (RequestBodyRedirect$) {
|
|
1457
|
+
/** @deprecated use `RequestBodyRedirect$inboundSchema` instead. */
|
|
1458
|
+
RequestBodyRedirect$.inboundSchema = RequestBodyRedirect$inboundSchema;
|
|
1459
|
+
/** @deprecated use `RequestBodyRedirect$outboundSchema` instead. */
|
|
1460
|
+
RequestBodyRedirect$.outboundSchema = RequestBodyRedirect$outboundSchema;
|
|
1461
|
+
})(RequestBodyRedirect$ || (RequestBodyRedirect$ = {}));
|
|
1462
|
+
export function requestBodyRedirectToJSON(requestBodyRedirect) {
|
|
1463
|
+
return JSON.stringify(RequestBodyRedirect$outboundSchema.parse(requestBodyRedirect));
|
|
1464
|
+
}
|
|
1465
|
+
export function requestBodyRedirectFromJSON(jsonString) {
|
|
1466
|
+
return safeParse(jsonString, (x) => RequestBodyRedirect$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RequestBodyRedirect' from JSON`);
|
|
1467
|
+
}
|
|
1468
|
+
/** @internal */
|
|
1469
|
+
export const RequestBodyMitigate$inboundSchema = z.object({
|
|
1470
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$inboundSchema,
|
|
1471
|
+
rateLimit: z.nullable(z.union([
|
|
1472
|
+
z.lazy(() => UpdateFirewallConfigRateLimit1$inboundSchema),
|
|
1473
|
+
z.any(),
|
|
1474
|
+
])).optional(),
|
|
1475
|
+
redirect: z.nullable(z.union([
|
|
1476
|
+
z.lazy(() => UpdateFirewallConfigRedirect1$inboundSchema),
|
|
1477
|
+
z.any(),
|
|
1478
|
+
])).optional(),
|
|
1479
|
+
actionDuration: z.nullable(z.string()).optional(),
|
|
1480
|
+
});
|
|
1481
|
+
/** @internal */
|
|
1482
|
+
export const RequestBodyMitigate$outboundSchema = z.object({
|
|
1483
|
+
action: UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$outboundSchema,
|
|
1484
|
+
rateLimit: z.nullable(z.union([
|
|
1485
|
+
z.lazy(() => UpdateFirewallConfigRateLimit1$outboundSchema),
|
|
1486
|
+
z.any(),
|
|
1487
|
+
])).optional(),
|
|
1488
|
+
redirect: z.nullable(z.union([
|
|
1489
|
+
z.lazy(() => UpdateFirewallConfigRedirect1$outboundSchema),
|
|
1490
|
+
z.any(),
|
|
1491
|
+
])).optional(),
|
|
1492
|
+
actionDuration: z.nullable(z.string()).optional(),
|
|
1493
|
+
});
|
|
1494
|
+
/**
|
|
1495
|
+
* @internal
|
|
1496
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1497
|
+
*/
|
|
1498
|
+
export var RequestBodyMitigate$;
|
|
1499
|
+
(function (RequestBodyMitigate$) {
|
|
1500
|
+
/** @deprecated use `RequestBodyMitigate$inboundSchema` instead. */
|
|
1501
|
+
RequestBodyMitigate$.inboundSchema = RequestBodyMitigate$inboundSchema;
|
|
1502
|
+
/** @deprecated use `RequestBodyMitigate$outboundSchema` instead. */
|
|
1503
|
+
RequestBodyMitigate$.outboundSchema = RequestBodyMitigate$outboundSchema;
|
|
1504
|
+
})(RequestBodyMitigate$ || (RequestBodyMitigate$ = {}));
|
|
1505
|
+
export function requestBodyMitigateToJSON(requestBodyMitigate) {
|
|
1506
|
+
return JSON.stringify(RequestBodyMitigate$outboundSchema.parse(requestBodyMitigate));
|
|
1507
|
+
}
|
|
1508
|
+
export function requestBodyMitigateFromJSON(jsonString) {
|
|
1509
|
+
return safeParse(jsonString, (x) => RequestBodyMitigate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RequestBodyMitigate' from JSON`);
|
|
1510
|
+
}
|
|
1511
|
+
/** @internal */
|
|
1512
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest2Action$inboundSchema = z.object({
|
|
1513
|
+
mitigate: z.lazy(() => RequestBodyMitigate$inboundSchema).optional(),
|
|
1514
|
+
});
|
|
1515
|
+
/** @internal */
|
|
1516
|
+
export const UpdateFirewallConfigRequestBodySecurityRequest2Action$outboundSchema = z.object({
|
|
1517
|
+
mitigate: z.lazy(() => RequestBodyMitigate$outboundSchema).optional(),
|
|
1518
|
+
});
|
|
1519
|
+
/**
|
|
1520
|
+
* @internal
|
|
1521
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1522
|
+
*/
|
|
1523
|
+
export var UpdateFirewallConfigRequestBodySecurityRequest2Action$;
|
|
1524
|
+
(function (UpdateFirewallConfigRequestBodySecurityRequest2Action$) {
|
|
1525
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest2Action$inboundSchema` instead. */
|
|
1526
|
+
UpdateFirewallConfigRequestBodySecurityRequest2Action$.inboundSchema = UpdateFirewallConfigRequestBodySecurityRequest2Action$inboundSchema;
|
|
1527
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest2Action$outboundSchema` instead. */
|
|
1528
|
+
UpdateFirewallConfigRequestBodySecurityRequest2Action$.outboundSchema = UpdateFirewallConfigRequestBodySecurityRequest2Action$outboundSchema;
|
|
1529
|
+
})(UpdateFirewallConfigRequestBodySecurityRequest2Action$ || (UpdateFirewallConfigRequestBodySecurityRequest2Action$ = {}));
|
|
1530
|
+
export function updateFirewallConfigRequestBodySecurityRequest2ActionToJSON(updateFirewallConfigRequestBodySecurityRequest2Action) {
|
|
1531
|
+
return JSON.stringify(UpdateFirewallConfigRequestBodySecurityRequest2Action$outboundSchema.parse(updateFirewallConfigRequestBodySecurityRequest2Action));
|
|
1532
|
+
}
|
|
1533
|
+
export function updateFirewallConfigRequestBodySecurityRequest2ActionFromJSON(jsonString) {
|
|
1534
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBodySecurityRequest2Action$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBodySecurityRequest2Action' from JSON`);
|
|
1535
|
+
}
|
|
1536
|
+
/** @internal */
|
|
1537
|
+
export const RequestBodyValue$inboundSchema = z.object({
|
|
1538
|
+
name: z.string(),
|
|
1539
|
+
description: z.string().optional(),
|
|
1540
|
+
active: z.boolean(),
|
|
1541
|
+
conditionGroup: z.array(z.lazy(() => RequestBodyConditionGroup$inboundSchema)),
|
|
1542
|
+
action: z.lazy(() => UpdateFirewallConfigRequestBodySecurityRequest2Action$inboundSchema),
|
|
1543
|
+
});
|
|
1544
|
+
/** @internal */
|
|
1545
|
+
export const RequestBodyValue$outboundSchema = z.object({
|
|
1546
|
+
name: z.string(),
|
|
1547
|
+
description: z.string().optional(),
|
|
1548
|
+
active: z.boolean(),
|
|
1549
|
+
conditionGroup: z.array(z.lazy(() => RequestBodyConditionGroup$outboundSchema)),
|
|
1550
|
+
action: z.lazy(() => UpdateFirewallConfigRequestBodySecurityRequest2Action$outboundSchema),
|
|
1551
|
+
});
|
|
1552
|
+
/**
|
|
1553
|
+
* @internal
|
|
1554
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1555
|
+
*/
|
|
1556
|
+
export var RequestBodyValue$;
|
|
1557
|
+
(function (RequestBodyValue$) {
|
|
1558
|
+
/** @deprecated use `RequestBodyValue$inboundSchema` instead. */
|
|
1559
|
+
RequestBodyValue$.inboundSchema = RequestBodyValue$inboundSchema;
|
|
1560
|
+
/** @deprecated use `RequestBodyValue$outboundSchema` instead. */
|
|
1561
|
+
RequestBodyValue$.outboundSchema = RequestBodyValue$outboundSchema;
|
|
1562
|
+
})(RequestBodyValue$ || (RequestBodyValue$ = {}));
|
|
1563
|
+
export function requestBodyValueToJSON(requestBodyValue) {
|
|
1564
|
+
return JSON.stringify(RequestBodyValue$outboundSchema.parse(requestBodyValue));
|
|
1565
|
+
}
|
|
1566
|
+
export function requestBodyValueFromJSON(jsonString) {
|
|
1567
|
+
return safeParse(jsonString, (x) => RequestBodyValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RequestBodyValue' from JSON`);
|
|
1568
|
+
}
|
|
1569
|
+
/** @internal */
|
|
1570
|
+
export const UpdateFirewallConfigRequestBody2$inboundSchema = z.object({
|
|
1571
|
+
action: UpdateFirewallConfigRequestBodyAction$inboundSchema,
|
|
1572
|
+
id: z.nullable(z.any()).optional(),
|
|
1573
|
+
value: z.lazy(() => RequestBodyValue$inboundSchema),
|
|
1574
|
+
});
|
|
1575
|
+
/** @internal */
|
|
1576
|
+
export const UpdateFirewallConfigRequestBody2$outboundSchema = z.object({
|
|
1577
|
+
action: UpdateFirewallConfigRequestBodyAction$outboundSchema,
|
|
1578
|
+
id: z.nullable(z.any()).optional(),
|
|
1579
|
+
value: z.lazy(() => RequestBodyValue$outboundSchema),
|
|
1580
|
+
});
|
|
1581
|
+
/**
|
|
1582
|
+
* @internal
|
|
1583
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1584
|
+
*/
|
|
1585
|
+
export var UpdateFirewallConfigRequestBody2$;
|
|
1586
|
+
(function (UpdateFirewallConfigRequestBody2$) {
|
|
1587
|
+
/** @deprecated use `UpdateFirewallConfigRequestBody2$inboundSchema` instead. */
|
|
1588
|
+
UpdateFirewallConfigRequestBody2$.inboundSchema = UpdateFirewallConfigRequestBody2$inboundSchema;
|
|
1589
|
+
/** @deprecated use `UpdateFirewallConfigRequestBody2$outboundSchema` instead. */
|
|
1590
|
+
UpdateFirewallConfigRequestBody2$.outboundSchema = UpdateFirewallConfigRequestBody2$outboundSchema;
|
|
1591
|
+
})(UpdateFirewallConfigRequestBody2$ || (UpdateFirewallConfigRequestBody2$ = {}));
|
|
1592
|
+
export function updateFirewallConfigRequestBody2ToJSON(updateFirewallConfigRequestBody2) {
|
|
1593
|
+
return JSON.stringify(UpdateFirewallConfigRequestBody2$outboundSchema.parse(updateFirewallConfigRequestBody2));
|
|
1594
|
+
}
|
|
1595
|
+
export function updateFirewallConfigRequestBody2FromJSON(jsonString) {
|
|
1596
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBody2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBody2' from JSON`);
|
|
1597
|
+
}
|
|
1598
|
+
/** @internal */
|
|
1599
|
+
export const RequestBodyAction$inboundSchema = z.nativeEnum(RequestBodyAction);
|
|
1600
|
+
/** @internal */
|
|
1601
|
+
export const RequestBodyAction$outboundSchema = RequestBodyAction$inboundSchema;
|
|
1602
|
+
/**
|
|
1603
|
+
* @internal
|
|
1604
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1605
|
+
*/
|
|
1606
|
+
export var RequestBodyAction$;
|
|
1607
|
+
(function (RequestBodyAction$) {
|
|
1608
|
+
/** @deprecated use `RequestBodyAction$inboundSchema` instead. */
|
|
1609
|
+
RequestBodyAction$.inboundSchema = RequestBodyAction$inboundSchema;
|
|
1610
|
+
/** @deprecated use `RequestBodyAction$outboundSchema` instead. */
|
|
1611
|
+
RequestBodyAction$.outboundSchema = RequestBodyAction$outboundSchema;
|
|
1612
|
+
})(RequestBodyAction$ || (RequestBodyAction$ = {}));
|
|
1613
|
+
/** @internal */
|
|
1614
|
+
export const UpdateFirewallConfigRequestBody1$inboundSchema = z.object({
|
|
1615
|
+
action: RequestBodyAction$inboundSchema,
|
|
1616
|
+
id: z.nullable(z.any()).optional(),
|
|
1617
|
+
value: z.boolean(),
|
|
1618
|
+
});
|
|
1619
|
+
/** @internal */
|
|
1620
|
+
export const UpdateFirewallConfigRequestBody1$outboundSchema = z.object({
|
|
1621
|
+
action: RequestBodyAction$outboundSchema,
|
|
1622
|
+
id: z.nullable(z.any()).optional(),
|
|
1623
|
+
value: z.boolean(),
|
|
1624
|
+
});
|
|
1625
|
+
/**
|
|
1626
|
+
* @internal
|
|
1627
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1628
|
+
*/
|
|
1629
|
+
export var UpdateFirewallConfigRequestBody1$;
|
|
1630
|
+
(function (UpdateFirewallConfigRequestBody1$) {
|
|
1631
|
+
/** @deprecated use `UpdateFirewallConfigRequestBody1$inboundSchema` instead. */
|
|
1632
|
+
UpdateFirewallConfigRequestBody1$.inboundSchema = UpdateFirewallConfigRequestBody1$inboundSchema;
|
|
1633
|
+
/** @deprecated use `UpdateFirewallConfigRequestBody1$outboundSchema` instead. */
|
|
1634
|
+
UpdateFirewallConfigRequestBody1$.outboundSchema = UpdateFirewallConfigRequestBody1$outboundSchema;
|
|
1635
|
+
})(UpdateFirewallConfigRequestBody1$ || (UpdateFirewallConfigRequestBody1$ = {}));
|
|
1636
|
+
export function updateFirewallConfigRequestBody1ToJSON(updateFirewallConfigRequestBody1) {
|
|
1637
|
+
return JSON.stringify(UpdateFirewallConfigRequestBody1$outboundSchema.parse(updateFirewallConfigRequestBody1));
|
|
1638
|
+
}
|
|
1639
|
+
export function updateFirewallConfigRequestBody1FromJSON(jsonString) {
|
|
1640
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBody1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBody1' from JSON`);
|
|
1641
|
+
}
|
|
1642
|
+
/** @internal */
|
|
1643
|
+
export const UpdateFirewallConfigRequestBody$inboundSchema = z.union([
|
|
1644
|
+
z.lazy(() => UpdateFirewallConfigRequestBody1$inboundSchema),
|
|
1645
|
+
z.lazy(() => UpdateFirewallConfigRequestBody2$inboundSchema),
|
|
1646
|
+
z.lazy(() => UpdateFirewallConfigRequestBody3$inboundSchema),
|
|
1647
|
+
z.lazy(() => UpdateFirewallConfigRequestBody4$inboundSchema),
|
|
1648
|
+
z.lazy(() => UpdateFirewallConfigRequestBody5$inboundSchema),
|
|
1649
|
+
z.lazy(() => RequestBody6$inboundSchema),
|
|
1650
|
+
z.lazy(() => RequestBody7$inboundSchema),
|
|
1651
|
+
z.lazy(() => RequestBody8$inboundSchema),
|
|
1652
|
+
z.lazy(() => RequestBody9$inboundSchema),
|
|
1653
|
+
z.lazy(() => RequestBody10$inboundSchema),
|
|
1654
|
+
z.lazy(() => Eleven$inboundSchema),
|
|
1655
|
+
]);
|
|
1656
|
+
/** @internal */
|
|
1657
|
+
export const UpdateFirewallConfigRequestBody$outboundSchema = z.union([
|
|
1658
|
+
z.lazy(() => UpdateFirewallConfigRequestBody1$outboundSchema),
|
|
1659
|
+
z.lazy(() => UpdateFirewallConfigRequestBody2$outboundSchema),
|
|
1660
|
+
z.lazy(() => UpdateFirewallConfigRequestBody3$outboundSchema),
|
|
1661
|
+
z.lazy(() => UpdateFirewallConfigRequestBody4$outboundSchema),
|
|
1662
|
+
z.lazy(() => UpdateFirewallConfigRequestBody5$outboundSchema),
|
|
1663
|
+
z.lazy(() => RequestBody6$outboundSchema),
|
|
1664
|
+
z.lazy(() => RequestBody7$outboundSchema),
|
|
1665
|
+
z.lazy(() => RequestBody8$outboundSchema),
|
|
1666
|
+
z.lazy(() => RequestBody9$outboundSchema),
|
|
1667
|
+
z.lazy(() => RequestBody10$outboundSchema),
|
|
1668
|
+
z.lazy(() => Eleven$outboundSchema),
|
|
1669
|
+
]);
|
|
1670
|
+
/**
|
|
1671
|
+
* @internal
|
|
1672
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1673
|
+
*/
|
|
1674
|
+
export var UpdateFirewallConfigRequestBody$;
|
|
1675
|
+
(function (UpdateFirewallConfigRequestBody$) {
|
|
1676
|
+
/** @deprecated use `UpdateFirewallConfigRequestBody$inboundSchema` instead. */
|
|
1677
|
+
UpdateFirewallConfigRequestBody$.inboundSchema = UpdateFirewallConfigRequestBody$inboundSchema;
|
|
1678
|
+
/** @deprecated use `UpdateFirewallConfigRequestBody$outboundSchema` instead. */
|
|
1679
|
+
UpdateFirewallConfigRequestBody$.outboundSchema = UpdateFirewallConfigRequestBody$outboundSchema;
|
|
1680
|
+
})(UpdateFirewallConfigRequestBody$ || (UpdateFirewallConfigRequestBody$ = {}));
|
|
1681
|
+
export function updateFirewallConfigRequestBodyToJSON(updateFirewallConfigRequestBody) {
|
|
1682
|
+
return JSON.stringify(UpdateFirewallConfigRequestBody$outboundSchema.parse(updateFirewallConfigRequestBody));
|
|
1683
|
+
}
|
|
1684
|
+
export function updateFirewallConfigRequestBodyFromJSON(jsonString) {
|
|
1685
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequestBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequestBody' from JSON`);
|
|
1686
|
+
}
|
|
1687
|
+
/** @internal */
|
|
1688
|
+
export const UpdateFirewallConfigRequest$inboundSchema = z.object({
|
|
1689
|
+
projectId: z.string(),
|
|
1690
|
+
teamId: z.string().optional(),
|
|
1691
|
+
slug: z.string().optional(),
|
|
1692
|
+
RequestBody: z.union([
|
|
1693
|
+
z.lazy(() => UpdateFirewallConfigRequestBody1$inboundSchema),
|
|
1694
|
+
z.lazy(() => UpdateFirewallConfigRequestBody2$inboundSchema),
|
|
1695
|
+
z.lazy(() => UpdateFirewallConfigRequestBody3$inboundSchema),
|
|
1696
|
+
z.lazy(() => UpdateFirewallConfigRequestBody4$inboundSchema),
|
|
1697
|
+
z.lazy(() => UpdateFirewallConfigRequestBody5$inboundSchema),
|
|
1698
|
+
z.lazy(() => RequestBody6$inboundSchema),
|
|
1699
|
+
z.lazy(() => RequestBody7$inboundSchema),
|
|
1700
|
+
z.lazy(() => RequestBody8$inboundSchema),
|
|
1701
|
+
z.lazy(() => RequestBody9$inboundSchema),
|
|
1702
|
+
z.lazy(() => RequestBody10$inboundSchema),
|
|
1703
|
+
z.lazy(() => Eleven$inboundSchema),
|
|
1704
|
+
]).optional(),
|
|
1705
|
+
}).transform((v) => {
|
|
1706
|
+
return remap$(v, {
|
|
1707
|
+
"RequestBody": "requestBody",
|
|
1708
|
+
});
|
|
1709
|
+
});
|
|
1710
|
+
/** @internal */
|
|
1711
|
+
export const UpdateFirewallConfigRequest$outboundSchema = z.object({
|
|
1712
|
+
projectId: z.string(),
|
|
1713
|
+
teamId: z.string().optional(),
|
|
1714
|
+
slug: z.string().optional(),
|
|
1715
|
+
requestBody: z.union([
|
|
1716
|
+
z.lazy(() => UpdateFirewallConfigRequestBody1$outboundSchema),
|
|
1717
|
+
z.lazy(() => UpdateFirewallConfigRequestBody2$outboundSchema),
|
|
1718
|
+
z.lazy(() => UpdateFirewallConfigRequestBody3$outboundSchema),
|
|
1719
|
+
z.lazy(() => UpdateFirewallConfigRequestBody4$outboundSchema),
|
|
1720
|
+
z.lazy(() => UpdateFirewallConfigRequestBody5$outboundSchema),
|
|
1721
|
+
z.lazy(() => RequestBody6$outboundSchema),
|
|
1722
|
+
z.lazy(() => RequestBody7$outboundSchema),
|
|
1723
|
+
z.lazy(() => RequestBody8$outboundSchema),
|
|
1724
|
+
z.lazy(() => RequestBody9$outboundSchema),
|
|
1725
|
+
z.lazy(() => RequestBody10$outboundSchema),
|
|
1726
|
+
z.lazy(() => Eleven$outboundSchema),
|
|
1727
|
+
]).optional(),
|
|
1728
|
+
}).transform((v) => {
|
|
1729
|
+
return remap$(v, {
|
|
1730
|
+
requestBody: "RequestBody",
|
|
1731
|
+
});
|
|
1732
|
+
});
|
|
1733
|
+
/**
|
|
1734
|
+
* @internal
|
|
1735
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1736
|
+
*/
|
|
1737
|
+
export var UpdateFirewallConfigRequest$;
|
|
1738
|
+
(function (UpdateFirewallConfigRequest$) {
|
|
1739
|
+
/** @deprecated use `UpdateFirewallConfigRequest$inboundSchema` instead. */
|
|
1740
|
+
UpdateFirewallConfigRequest$.inboundSchema = UpdateFirewallConfigRequest$inboundSchema;
|
|
1741
|
+
/** @deprecated use `UpdateFirewallConfigRequest$outboundSchema` instead. */
|
|
1742
|
+
UpdateFirewallConfigRequest$.outboundSchema = UpdateFirewallConfigRequest$outboundSchema;
|
|
1743
|
+
})(UpdateFirewallConfigRequest$ || (UpdateFirewallConfigRequest$ = {}));
|
|
1744
|
+
export function updateFirewallConfigRequestToJSON(updateFirewallConfigRequest) {
|
|
1745
|
+
return JSON.stringify(UpdateFirewallConfigRequest$outboundSchema.parse(updateFirewallConfigRequest));
|
|
1746
|
+
}
|
|
1747
|
+
export function updateFirewallConfigRequestFromJSON(jsonString) {
|
|
1748
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigRequest' from JSON`);
|
|
1749
|
+
}
|
|
1750
|
+
/** @internal */
|
|
1751
|
+
export const UpdateFirewallConfigResponseBody$inboundSchema = z.object({});
|
|
1752
|
+
/** @internal */
|
|
1753
|
+
export const UpdateFirewallConfigResponseBody$outboundSchema = z.object({});
|
|
1754
|
+
/**
|
|
1755
|
+
* @internal
|
|
1756
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1757
|
+
*/
|
|
1758
|
+
export var UpdateFirewallConfigResponseBody$;
|
|
1759
|
+
(function (UpdateFirewallConfigResponseBody$) {
|
|
1760
|
+
/** @deprecated use `UpdateFirewallConfigResponseBody$inboundSchema` instead. */
|
|
1761
|
+
UpdateFirewallConfigResponseBody$.inboundSchema = UpdateFirewallConfigResponseBody$inboundSchema;
|
|
1762
|
+
/** @deprecated use `UpdateFirewallConfigResponseBody$outboundSchema` instead. */
|
|
1763
|
+
UpdateFirewallConfigResponseBody$.outboundSchema = UpdateFirewallConfigResponseBody$outboundSchema;
|
|
1764
|
+
})(UpdateFirewallConfigResponseBody$ || (UpdateFirewallConfigResponseBody$ = {}));
|
|
1765
|
+
export function updateFirewallConfigResponseBodyToJSON(updateFirewallConfigResponseBody) {
|
|
1766
|
+
return JSON.stringify(UpdateFirewallConfigResponseBody$outboundSchema.parse(updateFirewallConfigResponseBody));
|
|
1767
|
+
}
|
|
1768
|
+
export function updateFirewallConfigResponseBodyFromJSON(jsonString) {
|
|
1769
|
+
return safeParse(jsonString, (x) => UpdateFirewallConfigResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateFirewallConfigResponseBody' from JSON`);
|
|
1770
|
+
}
|
|
1771
|
+
//# sourceMappingURL=updatefirewallconfig.js.map
|