@vercel/sdk 14.0.0-canary.5 → 14.0.0-canary.7
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 +1 -1
- package/LICENSE +1 -2
- package/README.md +8 -15
- package/docs/sdks/accessgroups/README.md +326 -0
- package/docs/sdks/projects/README.md +0 -154
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/{secretsRenameSecret.js → accessGroupsCreateAccessGroupProject.js} +12 -15
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/{secretsDeleteSecret.js → accessGroupsDeleteAccessGroupProject.js} +14 -12
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/{projectsPauseProject.js → accessGroupsReadAccessGroupProject.js} +12 -11
- package/esm/funcs/accessGroupsReadAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/{projectsUnpauseProject.js → accessGroupsUpdateAccessGroupProject.js} +15 -13
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.js.map +1 -0
- package/esm/lib/base64.d.ts +2 -2
- package/esm/lib/base64.d.ts.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/matchers.js +1 -1
- package/esm/lib/matchers.js.map +1 -1
- package/esm/models/components/authtoken.d.ts +10 -0
- package/esm/models/components/authtoken.d.ts.map +1 -1
- package/esm/models/components/authtoken.js +25 -0
- package/esm/models/components/authtoken.js.map +1 -1
- package/esm/models/components/authuser.d.ts +50 -0
- package/esm/models/components/authuser.d.ts.map +1 -1
- package/esm/models/components/authuser.js +119 -0
- package/esm/models/components/authuser.js.map +1 -1
- package/esm/models/components/authuserlimited.d.ts +4 -0
- package/esm/models/components/authuserlimited.d.ts.map +1 -1
- package/esm/models/components/authuserlimited.js +7 -0
- package/esm/models/components/authuserlimited.js.map +1 -1
- package/esm/models/components/edgeconfigitem.d.ts +4 -0
- package/esm/models/components/edgeconfigitem.d.ts.map +1 -1
- package/esm/models/components/edgeconfigitem.js +7 -0
- package/esm/models/components/edgeconfigitem.js.map +1 -1
- package/esm/models/components/edgeconfigitemvalue.d.ts +4 -0
- package/esm/models/components/edgeconfigitemvalue.d.ts.map +1 -1
- package/esm/models/components/edgeconfigitemvalue.js +7 -0
- package/esm/models/components/edgeconfigitemvalue.js.map +1 -1
- package/esm/models/components/edgeconfigtoken.d.ts +4 -0
- package/esm/models/components/edgeconfigtoken.d.ts.map +1 -1
- package/esm/models/components/edgeconfigtoken.js +7 -0
- package/esm/models/components/edgeconfigtoken.js.map +1 -1
- package/esm/models/components/filetree.d.ts +4 -0
- package/esm/models/components/filetree.d.ts.map +1 -1
- package/esm/models/components/filetree.js +7 -0
- package/esm/models/components/filetree.js.map +1 -1
- package/esm/models/components/flagjsonvalue.d.ts +4 -0
- package/esm/models/components/flagjsonvalue.d.ts.map +1 -1
- package/esm/models/components/flagjsonvalue.js +7 -0
- package/esm/models/components/flagjsonvalue.js.map +1 -1
- package/esm/models/components/pagination.d.ts +4 -0
- package/esm/models/components/pagination.d.ts.map +1 -1
- package/esm/models/components/pagination.js +7 -0
- package/esm/models/components/pagination.js.map +1 -1
- package/esm/models/components/security.d.ts +4 -0
- package/esm/models/components/security.d.ts.map +1 -1
- package/esm/models/components/security.js +7 -0
- package/esm/models/components/security.js.map +1 -1
- package/esm/models/components/teamlimited.d.ts +18 -0
- package/esm/models/components/teamlimited.d.ts.map +1 -1
- package/esm/models/components/teamlimited.js +49 -0
- package/esm/models/components/teamlimited.js.map +1 -1
- package/esm/models/components/userevent.d.ts +4 -0
- package/esm/models/components/userevent.d.ts.map +1 -1
- package/esm/models/components/userevent.js +7 -0
- package/esm/models/components/userevent.js.map +1 -1
- package/esm/models/operations/addprojectdomain.d.ts +10 -0
- package/esm/models/operations/addprojectdomain.d.ts.map +1 -1
- package/esm/models/operations/addprojectdomain.js +25 -0
- package/esm/models/operations/addprojectdomain.js.map +1 -1
- package/esm/models/operations/addprojectmember.d.ts +14 -0
- package/esm/models/operations/addprojectmember.d.ts.map +1 -1
- package/esm/models/operations/addprojectmember.js +37 -0
- package/esm/models/operations/addprojectmember.js.map +1 -1
- package/esm/models/operations/artifactexists.d.ts +4 -0
- package/esm/models/operations/artifactexists.d.ts.map +1 -1
- package/esm/models/operations/artifactexists.js +7 -0
- package/esm/models/operations/artifactexists.js.map +1 -1
- package/esm/models/operations/artifactquery.d.ts +14 -0
- package/esm/models/operations/artifactquery.d.ts.map +1 -1
- package/esm/models/operations/artifactquery.js +37 -0
- package/esm/models/operations/artifactquery.js.map +1 -1
- package/esm/models/operations/assignalias.d.ts +8 -0
- package/esm/models/operations/assignalias.d.ts.map +1 -1
- package/esm/models/operations/assignalias.js +19 -0
- package/esm/models/operations/assignalias.js.map +1 -1
- package/esm/models/operations/buydomain.d.ts +16 -0
- package/esm/models/operations/buydomain.d.ts.map +1 -1
- package/esm/models/operations/buydomain.js +43 -0
- package/esm/models/operations/buydomain.js.map +1 -1
- package/esm/models/operations/canceldeployment.d.ts +259 -0
- package/esm/models/operations/canceldeployment.d.ts.map +1 -1
- package/esm/models/operations/canceldeployment.js +451 -0
- package/esm/models/operations/canceldeployment.js.map +1 -1
- package/esm/models/operations/checkdomainprice.d.ts +6 -0
- package/esm/models/operations/checkdomainprice.d.ts.map +1 -1
- package/esm/models/operations/checkdomainprice.js +13 -0
- package/esm/models/operations/checkdomainprice.js.map +1 -1
- package/esm/models/operations/checkdomainstatus.d.ts +6 -0
- package/esm/models/operations/checkdomainstatus.d.ts.map +1 -1
- package/esm/models/operations/checkdomainstatus.js +13 -0
- package/esm/models/operations/checkdomainstatus.js.map +1 -1
- package/esm/models/operations/createaccessgroup.d.ts +10 -0
- package/esm/models/operations/createaccessgroup.d.ts.map +1 -1
- package/esm/models/operations/createaccessgroup.js +25 -0
- package/esm/models/operations/createaccessgroup.js.map +1 -1
- 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 +8 -0
- package/esm/models/operations/createauthtoken.d.ts.map +1 -1
- package/esm/models/operations/createauthtoken.js +19 -0
- package/esm/models/operations/createauthtoken.js.map +1 -1
- package/esm/models/operations/createcheck.d.ts +22 -0
- package/esm/models/operations/createcheck.d.ts.map +1 -1
- package/esm/models/operations/createcheck.js +61 -0
- package/esm/models/operations/createcheck.js.map +1 -1
- package/esm/models/operations/createconfigurablelogdrain.d.ts +8 -0
- package/esm/models/operations/createconfigurablelogdrain.d.ts.map +1 -1
- package/esm/models/operations/createconfigurablelogdrain.js +19 -0
- package/esm/models/operations/createconfigurablelogdrain.js.map +1 -1
- package/esm/models/operations/createdeployment.d.ts +287 -0
- package/esm/models/operations/createdeployment.d.ts.map +1 -1
- package/esm/models/operations/createdeployment.js +534 -0
- package/esm/models/operations/createdeployment.js.map +1 -1
- package/esm/models/operations/createedgeconfig.d.ts +24 -0
- package/esm/models/operations/createedgeconfig.d.ts.map +1 -1
- package/esm/models/operations/createedgeconfig.js +67 -0
- package/esm/models/operations/createedgeconfig.js.map +1 -1
- package/esm/models/operations/createedgeconfigtoken.d.ts +8 -0
- package/esm/models/operations/createedgeconfigtoken.d.ts.map +1 -1
- package/esm/models/operations/createedgeconfigtoken.js +19 -0
- package/esm/models/operations/createedgeconfigtoken.js.map +1 -1
- package/esm/models/operations/createlogdrain.d.ts +8 -0
- package/esm/models/operations/createlogdrain.d.ts.map +1 -1
- package/esm/models/operations/createlogdrain.js +19 -0
- package/esm/models/operations/createlogdrain.js.map +1 -1
- package/esm/models/operations/createortransferdomain.d.ts +18 -0
- package/esm/models/operations/createortransferdomain.d.ts.map +1 -1
- package/esm/models/operations/createortransferdomain.js +49 -0
- package/esm/models/operations/createortransferdomain.js.map +1 -1
- package/esm/models/operations/createproject.d.ts +226 -0
- package/esm/models/operations/createproject.d.ts.map +1 -1
- package/esm/models/operations/createproject.js +544 -0
- package/esm/models/operations/createproject.js.map +1 -1
- package/esm/models/operations/createprojectenv.d.ts +106 -0
- package/esm/models/operations/createprojectenv.d.ts.map +1 -1
- package/esm/models/operations/createprojectenv.js +313 -0
- package/esm/models/operations/createprojectenv.js.map +1 -1
- package/esm/models/operations/createrecord.d.ts +36 -0
- package/esm/models/operations/createrecord.d.ts.map +1 -1
- package/esm/models/operations/createrecord.js +103 -0
- package/esm/models/operations/createrecord.js.map +1 -1
- package/esm/models/operations/createteam.d.ts +12 -0
- package/esm/models/operations/createteam.d.ts.map +1 -1
- package/esm/models/operations/createteam.js +31 -0
- package/esm/models/operations/createteam.js.map +1 -1
- package/esm/models/operations/createwebhook.d.ts +20 -6
- package/esm/models/operations/createwebhook.d.ts.map +1 -1
- package/esm/models/operations/createwebhook.js +23 -2
- package/esm/models/operations/createwebhook.js.map +1 -1
- package/esm/models/operations/deleteaccessgroup.d.ts +4 -0
- package/esm/models/operations/deleteaccessgroup.d.ts.map +1 -1
- package/esm/models/operations/deleteaccessgroup.js +7 -0
- package/esm/models/operations/deleteaccessgroup.js.map +1 -1
- 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 +6 -0
- package/esm/models/operations/deletealias.d.ts.map +1 -1
- package/esm/models/operations/deletealias.js +13 -0
- package/esm/models/operations/deletealias.js.map +1 -1
- package/esm/models/operations/deleteauthtoken.d.ts +6 -0
- package/esm/models/operations/deleteauthtoken.d.ts.map +1 -1
- package/esm/models/operations/deleteauthtoken.js +13 -0
- package/esm/models/operations/deleteauthtoken.js.map +1 -1
- package/esm/models/operations/deleteconfigurablelogdrain.d.ts +4 -0
- package/esm/models/operations/deleteconfigurablelogdrain.d.ts.map +1 -1
- package/esm/models/operations/deleteconfigurablelogdrain.js +7 -0
- package/esm/models/operations/deleteconfigurablelogdrain.js.map +1 -1
- package/esm/models/operations/deleteconfiguration.d.ts +4 -0
- package/esm/models/operations/deleteconfiguration.d.ts.map +1 -1
- package/esm/models/operations/deleteconfiguration.js +7 -0
- package/esm/models/operations/deleteconfiguration.js.map +1 -1
- package/esm/models/operations/deletedeployment.d.ts +6 -0
- package/esm/models/operations/deletedeployment.d.ts.map +1 -1
- package/esm/models/operations/deletedeployment.js +13 -0
- package/esm/models/operations/deletedeployment.js.map +1 -1
- package/esm/models/operations/deletedomain.d.ts +6 -0
- package/esm/models/operations/deletedomain.d.ts.map +1 -1
- package/esm/models/operations/deletedomain.js +13 -0
- package/esm/models/operations/deletedomain.js.map +1 -1
- package/esm/models/operations/deleteedgeconfig.d.ts +4 -0
- package/esm/models/operations/deleteedgeconfig.d.ts.map +1 -1
- package/esm/models/operations/deleteedgeconfig.js +7 -0
- package/esm/models/operations/deleteedgeconfig.js.map +1 -1
- package/esm/models/operations/deleteedgeconfigschema.d.ts +4 -0
- package/esm/models/operations/deleteedgeconfigschema.d.ts.map +1 -1
- package/esm/models/operations/deleteedgeconfigschema.js +7 -0
- package/esm/models/operations/deleteedgeconfigschema.js.map +1 -1
- package/esm/models/operations/deleteedgeconfigtokens.d.ts +6 -0
- package/esm/models/operations/deleteedgeconfigtokens.d.ts.map +1 -1
- package/esm/models/operations/deleteedgeconfigtokens.js +13 -0
- package/esm/models/operations/deleteedgeconfigtokens.js.map +1 -1
- package/esm/models/operations/deleteintegrationlogdrain.d.ts +4 -0
- package/esm/models/operations/deleteintegrationlogdrain.d.ts.map +1 -1
- package/esm/models/operations/deleteintegrationlogdrain.js +7 -0
- package/esm/models/operations/deleteintegrationlogdrain.js.map +1 -1
- package/esm/models/operations/deleteproject.d.ts +4 -0
- package/esm/models/operations/deleteproject.d.ts.map +1 -1
- package/esm/models/operations/deleteproject.js +7 -0
- package/esm/models/operations/deleteproject.js.map +1 -1
- package/esm/models/operations/deleteteam.d.ts +10 -0
- package/esm/models/operations/deleteteam.d.ts.map +1 -1
- package/esm/models/operations/deleteteam.js +25 -0
- package/esm/models/operations/deleteteam.js.map +1 -1
- package/esm/models/operations/deleteteaminvitecode.d.ts +6 -0
- package/esm/models/operations/deleteteaminvitecode.d.ts.map +1 -1
- package/esm/models/operations/deleteteaminvitecode.js +13 -0
- package/esm/models/operations/deleteteaminvitecode.js.map +1 -1
- package/esm/models/operations/deletewebhook.d.ts +4 -0
- package/esm/models/operations/deletewebhook.d.ts.map +1 -1
- package/esm/models/operations/deletewebhook.js +7 -0
- package/esm/models/operations/deletewebhook.js.map +1 -1
- package/esm/models/operations/downloadartifact.d.ts +4 -0
- package/esm/models/operations/downloadartifact.d.ts.map +1 -1
- package/esm/models/operations/downloadartifact.js +7 -0
- package/esm/models/operations/downloadartifact.js.map +1 -1
- package/esm/models/operations/editprojectenv.d.ts +48 -0
- package/esm/models/operations/editprojectenv.d.ts.map +1 -1
- package/esm/models/operations/editprojectenv.js +139 -0
- package/esm/models/operations/editprojectenv.js.map +1 -1
- package/esm/models/operations/filterprojectenvs.d.ts +124 -0
- package/esm/models/operations/filterprojectenvs.d.ts.map +1 -1
- package/esm/models/operations/filterprojectenvs.js +369 -0
- package/esm/models/operations/filterprojectenvs.js.map +1 -1
- package/esm/models/operations/getalias.d.ts +20 -0
- package/esm/models/operations/getalias.d.ts.map +1 -1
- package/esm/models/operations/getalias.js +55 -0
- package/esm/models/operations/getalias.js.map +1 -1
- package/esm/models/operations/getallchecks.d.ts +22 -0
- package/esm/models/operations/getallchecks.d.ts.map +1 -1
- package/esm/models/operations/getallchecks.js +61 -0
- package/esm/models/operations/getallchecks.js.map +1 -1
- package/esm/models/operations/getalllogdrains.d.ts +6 -0
- package/esm/models/operations/getalllogdrains.d.ts.map +1 -1
- package/esm/models/operations/getalllogdrains.js +13 -0
- package/esm/models/operations/getalllogdrains.js.map +1 -1
- package/esm/models/operations/getauthtoken.d.ts +6 -0
- package/esm/models/operations/getauthtoken.d.ts.map +1 -1
- package/esm/models/operations/getauthtoken.js +13 -0
- package/esm/models/operations/getauthtoken.js.map +1 -1
- package/esm/models/operations/getauthuser.d.ts +6 -0
- package/esm/models/operations/getauthuser.d.ts.map +1 -1
- package/esm/models/operations/getauthuser.js +13 -0
- package/esm/models/operations/getauthuser.js.map +1 -1
- package/esm/models/operations/getcertbyid.d.ts +6 -0
- package/esm/models/operations/getcertbyid.d.ts.map +1 -1
- package/esm/models/operations/getcertbyid.js +13 -0
- package/esm/models/operations/getcertbyid.js.map +1 -1
- package/esm/models/operations/getcheck.d.ts +20 -0
- package/esm/models/operations/getcheck.d.ts.map +1 -1
- package/esm/models/operations/getcheck.js +55 -0
- package/esm/models/operations/getcheck.js.map +1 -1
- package/esm/models/operations/getconfigurablelogdrain.d.ts +6 -0
- package/esm/models/operations/getconfigurablelogdrain.d.ts.map +1 -1
- package/esm/models/operations/getconfigurablelogdrain.js +13 -0
- package/esm/models/operations/getconfigurablelogdrain.js.map +1 -1
- package/esm/models/operations/getconfiguration.d.ts +18 -0
- package/esm/models/operations/getconfiguration.d.ts.map +1 -1
- package/esm/models/operations/getconfiguration.js +49 -0
- package/esm/models/operations/getconfiguration.js.map +1 -1
- package/esm/models/operations/getconfigurations.d.ts +28 -0
- package/esm/models/operations/getconfigurations.d.ts.map +1 -1
- package/esm/models/operations/getconfigurations.js +79 -0
- package/esm/models/operations/getconfigurations.js.map +1 -1
- package/esm/models/operations/getdeployment.d.ts +315 -0
- package/esm/models/operations/getdeployment.d.ts.map +1 -1
- package/esm/models/operations/getdeployment.js +601 -0
- package/esm/models/operations/getdeployment.js.map +1 -1
- package/esm/models/operations/getdeploymentevents.d.ts +6 -0
- package/esm/models/operations/getdeploymentevents.d.ts.map +1 -1
- package/esm/models/operations/getdeploymentevents.js +13 -0
- package/esm/models/operations/getdeploymentevents.js.map +1 -1
- package/esm/models/operations/getdeploymentfilecontents.d.ts +4 -0
- package/esm/models/operations/getdeploymentfilecontents.d.ts.map +1 -1
- package/esm/models/operations/getdeploymentfilecontents.js +7 -0
- package/esm/models/operations/getdeploymentfilecontents.js.map +1 -1
- package/esm/models/operations/getdeployments.d.ts +27 -0
- package/esm/models/operations/getdeployments.d.ts.map +1 -1
- package/esm/models/operations/getdeployments.js +68 -0
- package/esm/models/operations/getdeployments.js.map +1 -1
- package/esm/models/operations/getdomain.d.ts +10 -0
- package/esm/models/operations/getdomain.d.ts.map +1 -1
- package/esm/models/operations/getdomain.js +25 -0
- package/esm/models/operations/getdomain.js.map +1 -1
- package/esm/models/operations/getdomainconfig.d.ts +6 -0
- package/esm/models/operations/getdomainconfig.d.ts.map +1 -1
- package/esm/models/operations/getdomainconfig.js +13 -0
- package/esm/models/operations/getdomainconfig.js.map +1 -1
- package/esm/models/operations/getdomains.d.ts +10 -0
- package/esm/models/operations/getdomains.d.ts.map +1 -1
- package/esm/models/operations/getdomains.js +25 -0
- package/esm/models/operations/getdomains.js.map +1 -1
- package/esm/models/operations/getdomaintransfer.d.ts +6 -0
- package/esm/models/operations/getdomaintransfer.d.ts.map +1 -1
- package/esm/models/operations/getdomaintransfer.js +13 -0
- package/esm/models/operations/getdomaintransfer.js.map +1 -1
- package/esm/models/operations/getedgeconfig.d.ts +12 -0
- package/esm/models/operations/getedgeconfig.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfig.js +31 -0
- package/esm/models/operations/getedgeconfig.js.map +1 -1
- package/esm/models/operations/getedgeconfigbackup.d.ts +26 -0
- package/esm/models/operations/getedgeconfigbackup.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigbackup.js +73 -0
- package/esm/models/operations/getedgeconfigbackup.js.map +1 -1
- package/esm/models/operations/getedgeconfigbackups.d.ts +12 -0
- package/esm/models/operations/getedgeconfigbackups.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigbackups.js +31 -0
- package/esm/models/operations/getedgeconfigbackups.js.map +1 -1
- package/esm/models/operations/getedgeconfigitem.d.ts +4 -0
- package/esm/models/operations/getedgeconfigitem.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigitem.js +7 -0
- package/esm/models/operations/getedgeconfigitem.js.map +1 -1
- package/esm/models/operations/getedgeconfigitems.d.ts +4 -0
- package/esm/models/operations/getedgeconfigitems.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigitems.js +7 -0
- package/esm/models/operations/getedgeconfigitems.js.map +1 -1
- package/esm/models/operations/getedgeconfigs.d.ts +12 -0
- package/esm/models/operations/getedgeconfigs.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigs.js +31 -0
- package/esm/models/operations/getedgeconfigs.js.map +1 -1
- package/esm/models/operations/getedgeconfigschema.d.ts +6 -0
- package/esm/models/operations/getedgeconfigschema.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigschema.js +13 -0
- package/esm/models/operations/getedgeconfigschema.js.map +1 -1
- package/esm/models/operations/getedgeconfigtoken.d.ts +4 -0
- package/esm/models/operations/getedgeconfigtoken.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigtoken.js +7 -0
- package/esm/models/operations/getedgeconfigtoken.js.map +1 -1
- package/esm/models/operations/getedgeconfigtokens.d.ts +4 -0
- package/esm/models/operations/getedgeconfigtokens.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigtokens.js +7 -0
- package/esm/models/operations/getedgeconfigtokens.js.map +1 -1
- package/esm/models/operations/getfirewallconfig.d.ts +56 -0
- package/esm/models/operations/getfirewallconfig.d.ts.map +1 -1
- package/esm/models/operations/getfirewallconfig.js +163 -0
- package/esm/models/operations/getfirewallconfig.js.map +1 -1
- package/esm/models/operations/getintegrationlogdrains.d.ts +6 -0
- package/esm/models/operations/getintegrationlogdrains.d.ts.map +1 -1
- package/esm/models/operations/getintegrationlogdrains.js +13 -0
- package/esm/models/operations/getintegrationlogdrains.js.map +1 -1
- package/esm/models/operations/getprojectdomain.d.ts +8 -0
- package/esm/models/operations/getprojectdomain.d.ts.map +1 -1
- package/esm/models/operations/getprojectdomain.js +19 -0
- package/esm/models/operations/getprojectdomain.js.map +1 -1
- package/esm/models/operations/getprojectenv.d.ts +120 -0
- package/esm/models/operations/getprojectenv.d.ts.map +1 -1
- package/esm/models/operations/getprojectenv.js +357 -0
- package/esm/models/operations/getprojectenv.js.map +1 -1
- package/esm/models/operations/getprojectmembers.d.ts +14 -0
- package/esm/models/operations/getprojectmembers.d.ts.map +1 -1
- package/esm/models/operations/getprojectmembers.js +37 -0
- package/esm/models/operations/getprojectmembers.js.map +1 -1
- package/esm/models/operations/getprojects.d.ts +218 -0
- package/esm/models/operations/getprojects.d.ts.map +1 -1
- package/esm/models/operations/getprojects.js +520 -0
- package/esm/models/operations/getprojects.js.map +1 -1
- package/esm/models/operations/getrecords.d.ts +14 -0
- package/esm/models/operations/getrecords.d.ts.map +1 -1
- package/esm/models/operations/getrecords.js +37 -0
- package/esm/models/operations/getrecords.js.map +1 -1
- package/esm/models/operations/getteam.d.ts +4 -0
- package/esm/models/operations/getteam.d.ts.map +1 -1
- package/esm/models/operations/getteam.js +7 -0
- package/esm/models/operations/getteam.js.map +1 -1
- package/esm/models/operations/getteamaccessrequest.d.ts +16 -0
- package/esm/models/operations/getteamaccessrequest.d.ts.map +1 -1
- package/esm/models/operations/getteamaccessrequest.js +43 -0
- package/esm/models/operations/getteamaccessrequest.js.map +1 -1
- package/esm/models/operations/getteammembers.d.ts +24 -0
- package/esm/models/operations/getteammembers.d.ts.map +1 -1
- package/esm/models/operations/getteammembers.js +67 -0
- package/esm/models/operations/getteammembers.js.map +1 -1
- package/esm/models/operations/getteams.d.ts +8 -0
- package/esm/models/operations/getteams.d.ts.map +1 -1
- package/esm/models/operations/getteams.js +19 -0
- package/esm/models/operations/getteams.js.map +1 -1
- package/esm/models/operations/getwebhook.d.ts +12 -3
- package/esm/models/operations/getwebhook.d.ts.map +1 -1
- package/esm/models/operations/getwebhook.js +15 -1
- package/esm/models/operations/getwebhook.js.map +1 -1
- package/esm/models/operations/getwebhooks.d.ts +24 -6
- package/esm/models/operations/getwebhooks.d.ts.map +1 -1
- package/esm/models/operations/getwebhooks.js +35 -2
- package/esm/models/operations/getwebhooks.js.map +1 -1
- package/esm/models/operations/gitnamespaces.d.ts +8 -0
- package/esm/models/operations/gitnamespaces.d.ts.map +1 -1
- package/esm/models/operations/gitnamespaces.js +19 -0
- package/esm/models/operations/gitnamespaces.js.map +1 -1
- package/esm/models/operations/inviteusertoteam.d.ts +14 -0
- package/esm/models/operations/inviteusertoteam.d.ts.map +1 -1
- package/esm/models/operations/inviteusertoteam.js +37 -0
- package/esm/models/operations/inviteusertoteam.js.map +1 -1
- package/esm/models/operations/issuecert.d.ts +8 -0
- package/esm/models/operations/issuecert.d.ts.map +1 -1
- package/esm/models/operations/issuecert.js +19 -0
- package/esm/models/operations/issuecert.js.map +1 -1
- package/esm/models/operations/jointeam.d.ts +8 -0
- package/esm/models/operations/jointeam.d.ts.map +1 -1
- package/esm/models/operations/jointeam.js +19 -0
- package/esm/models/operations/jointeam.js.map +1 -1
- package/esm/models/operations/listaccessgroupmembers.d.ts +10 -0
- package/esm/models/operations/listaccessgroupmembers.d.ts.map +1 -1
- package/esm/models/operations/listaccessgroupmembers.js +25 -0
- package/esm/models/operations/listaccessgroupmembers.js.map +1 -1
- package/esm/models/operations/listaccessgroupprojects.d.ts +12 -0
- package/esm/models/operations/listaccessgroupprojects.d.ts.map +1 -1
- package/esm/models/operations/listaccessgroupprojects.js +31 -0
- package/esm/models/operations/listaccessgroupprojects.js.map +1 -1
- package/esm/models/operations/listaccessgroups.d.ts +14 -0
- package/esm/models/operations/listaccessgroups.d.ts.map +1 -1
- package/esm/models/operations/listaccessgroups.js +37 -0
- package/esm/models/operations/listaccessgroups.js.map +1 -1
- package/esm/models/operations/listaliases.d.ts +24 -0
- package/esm/models/operations/listaliases.d.ts.map +1 -1
- package/esm/models/operations/listaliases.js +67 -0
- package/esm/models/operations/listaliases.js.map +1 -1
- package/esm/models/operations/listauthtokens.d.ts +4 -0
- package/esm/models/operations/listauthtokens.d.ts.map +1 -1
- package/esm/models/operations/listauthtokens.js +7 -0
- package/esm/models/operations/listauthtokens.js.map +1 -1
- package/esm/models/operations/listdeploymentaliases.d.ts +18 -0
- package/esm/models/operations/listdeploymentaliases.d.ts.map +1 -1
- package/esm/models/operations/listdeploymentaliases.js +49 -0
- package/esm/models/operations/listdeploymentaliases.js.map +1 -1
- package/esm/models/operations/listdeploymentfiles.d.ts +4 -0
- package/esm/models/operations/listdeploymentfiles.d.ts.map +1 -1
- package/esm/models/operations/listdeploymentfiles.js +7 -0
- package/esm/models/operations/listdeploymentfiles.js.map +1 -1
- package/esm/models/operations/listpromotealiases.d.ts +12 -0
- package/esm/models/operations/listpromotealiases.d.ts.map +1 -1
- package/esm/models/operations/listpromotealiases.js +31 -0
- package/esm/models/operations/listpromotealiases.js.map +1 -1
- package/esm/models/operations/listuserevents.d.ts +6 -0
- package/esm/models/operations/listuserevents.d.ts.map +1 -1
- package/esm/models/operations/listuserevents.js +13 -0
- package/esm/models/operations/listuserevents.js.map +1 -1
- package/esm/models/operations/patchdomain.d.ts +18 -0
- package/esm/models/operations/patchdomain.d.ts.map +1 -1
- package/esm/models/operations/patchdomain.js +49 -0
- package/esm/models/operations/patchdomain.js.map +1 -1
- package/esm/models/operations/patchedgeconfigschema.d.ts +8 -0
- package/esm/models/operations/patchedgeconfigschema.d.ts.map +1 -1
- package/esm/models/operations/patchedgeconfigschema.js +19 -0
- package/esm/models/operations/patchedgeconfigschema.js.map +1 -1
- package/esm/models/operations/patchteam.d.ts +14 -0
- package/esm/models/operations/patchteam.d.ts.map +1 -1
- package/esm/models/operations/patchteam.js +37 -0
- package/esm/models/operations/patchteam.js.map +1 -1
- package/esm/models/operations/putfirewallconfig.d.ts +112 -0
- package/esm/models/operations/putfirewallconfig.d.ts.map +1 -1
- package/esm/models/operations/putfirewallconfig.js +332 -0
- package/esm/models/operations/putfirewallconfig.js.map +1 -1
- package/esm/models/operations/readaccessgroup.d.ts +6 -0
- package/esm/models/operations/readaccessgroup.d.ts.map +1 -1
- package/esm/models/operations/readaccessgroup.js +13 -0
- package/esm/models/operations/readaccessgroup.js.map +1 -1
- 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 +6 -0
- package/esm/models/operations/recordevents.d.ts.map +1 -1
- package/esm/models/operations/recordevents.js +13 -0
- package/esm/models/operations/recordevents.js.map +1 -1
- package/esm/models/operations/removecert.d.ts +6 -0
- package/esm/models/operations/removecert.d.ts.map +1 -1
- package/esm/models/operations/removecert.js +13 -0
- package/esm/models/operations/removecert.js.map +1 -1
- package/esm/models/operations/removeprojectdomain.d.ts +6 -0
- package/esm/models/operations/removeprojectdomain.d.ts.map +1 -1
- package/esm/models/operations/removeprojectdomain.js +13 -0
- package/esm/models/operations/removeprojectdomain.js.map +1 -1
- package/esm/models/operations/removeprojectenv.d.ts +120 -0
- package/esm/models/operations/removeprojectenv.d.ts.map +1 -1
- package/esm/models/operations/removeprojectenv.js +361 -0
- package/esm/models/operations/removeprojectenv.js.map +1 -1
- package/esm/models/operations/removeprojectmember.d.ts +6 -0
- package/esm/models/operations/removeprojectmember.d.ts.map +1 -1
- package/esm/models/operations/removeprojectmember.js +13 -0
- package/esm/models/operations/removeprojectmember.js.map +1 -1
- package/esm/models/operations/removerecord.d.ts +6 -0
- package/esm/models/operations/removerecord.d.ts.map +1 -1
- package/esm/models/operations/removerecord.js +13 -0
- package/esm/models/operations/removerecord.js.map +1 -1
- package/esm/models/operations/removeteammember.d.ts +6 -0
- package/esm/models/operations/removeteammember.d.ts.map +1 -1
- package/esm/models/operations/removeteammember.js +13 -0
- package/esm/models/operations/removeteammember.js.map +1 -1
- package/esm/models/operations/requestaccesstoteam.d.ts +22 -0
- package/esm/models/operations/requestaccesstoteam.d.ts.map +1 -1
- package/esm/models/operations/requestaccesstoteam.js +61 -0
- package/esm/models/operations/requestaccesstoteam.js.map +1 -1
- package/esm/models/operations/requestdelete.d.ts +8 -0
- package/esm/models/operations/requestdelete.d.ts.map +1 -1
- package/esm/models/operations/requestdelete.js +19 -0
- package/esm/models/operations/requestdelete.js.map +1 -1
- package/esm/models/operations/requestpromote.d.ts +4 -0
- package/esm/models/operations/requestpromote.d.ts.map +1 -1
- package/esm/models/operations/requestpromote.js +7 -0
- package/esm/models/operations/requestpromote.js.map +1 -1
- package/esm/models/operations/rerequestcheck.d.ts +6 -0
- package/esm/models/operations/rerequestcheck.d.ts.map +1 -1
- package/esm/models/operations/rerequestcheck.js +13 -0
- package/esm/models/operations/rerequestcheck.js.map +1 -1
- package/esm/models/operations/searchrepo.d.ts +24 -0
- package/esm/models/operations/searchrepo.d.ts.map +1 -1
- package/esm/models/operations/searchrepo.js +67 -0
- package/esm/models/operations/searchrepo.js.map +1 -1
- package/esm/models/operations/status.d.ts +6 -0
- package/esm/models/operations/status.d.ts.map +1 -1
- package/esm/models/operations/status.js +13 -0
- package/esm/models/operations/status.js.map +1 -1
- package/esm/models/operations/updateaccessgroup.d.ts +10 -0
- package/esm/models/operations/updateaccessgroup.d.ts.map +1 -1
- package/esm/models/operations/updateaccessgroup.js +25 -0
- package/esm/models/operations/updateaccessgroup.js.map +1 -1
- 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 +8 -0
- package/esm/models/operations/updateattackchallengemode.d.ts.map +1 -1
- package/esm/models/operations/updateattackchallengemode.js +19 -0
- package/esm/models/operations/updateattackchallengemode.js.map +1 -1
- package/esm/models/operations/updatecheck.d.ts +36 -0
- package/esm/models/operations/updatecheck.d.ts.map +1 -1
- package/esm/models/operations/updatecheck.js +103 -0
- package/esm/models/operations/updatecheck.js.map +1 -1
- package/esm/models/operations/updateedgeconfig.d.ts +14 -0
- package/esm/models/operations/updateedgeconfig.d.ts.map +1 -1
- package/esm/models/operations/updateedgeconfig.js +37 -0
- package/esm/models/operations/updateedgeconfig.js.map +1 -1
- package/esm/models/operations/updatefirewallconfig.d.ts +82 -0
- package/esm/models/operations/updatefirewallconfig.d.ts.map +1 -1
- package/esm/models/operations/updatefirewallconfig.js +241 -0
- package/esm/models/operations/updatefirewallconfig.js.map +1 -1
- package/esm/models/operations/updateproject.d.ts +232 -0
- package/esm/models/operations/updateproject.d.ts.map +1 -1
- package/esm/models/operations/updateproject.js +562 -0
- package/esm/models/operations/updateproject.js.map +1 -1
- package/esm/models/operations/updateprojectdatacache.d.ts +218 -0
- package/esm/models/operations/updateprojectdatacache.d.ts.map +1 -1
- package/esm/models/operations/updateprojectdatacache.js +518 -0
- package/esm/models/operations/updateprojectdatacache.js.map +1 -1
- package/esm/models/operations/updateprojectdomain.d.ts +10 -0
- package/esm/models/operations/updateprojectdomain.d.ts.map +1 -1
- package/esm/models/operations/updateprojectdomain.js +25 -0
- package/esm/models/operations/updateprojectdomain.js.map +1 -1
- package/esm/models/operations/updateprojectprotectionbypass.d.ts +14 -0
- package/esm/models/operations/updateprojectprotectionbypass.d.ts.map +1 -1
- package/esm/models/operations/updateprojectprotectionbypass.js +37 -0
- package/esm/models/operations/updateprojectprotectionbypass.js.map +1 -1
- package/esm/models/operations/updaterecord.d.ts +12 -0
- package/esm/models/operations/updaterecord.d.ts.map +1 -1
- package/esm/models/operations/updaterecord.js +31 -0
- package/esm/models/operations/updaterecord.js.map +1 -1
- package/esm/models/operations/updateteammember.d.ts +12 -0
- package/esm/models/operations/updateteammember.d.ts.map +1 -1
- package/esm/models/operations/updateteammember.js +31 -0
- package/esm/models/operations/updateteammember.js.map +1 -1
- package/esm/models/operations/uploadartifact.d.ts +6 -0
- package/esm/models/operations/uploadartifact.d.ts.map +1 -1
- package/esm/models/operations/uploadartifact.js +13 -0
- package/esm/models/operations/uploadartifact.js.map +1 -1
- package/esm/models/operations/uploadcert.d.ts +8 -0
- package/esm/models/operations/uploadcert.d.ts.map +1 -1
- package/esm/models/operations/uploadcert.js +19 -0
- package/esm/models/operations/uploadcert.js.map +1 -1
- package/esm/models/operations/uploadfile.d.ts +10 -0
- package/esm/models/operations/uploadfile.d.ts.map +1 -1
- package/esm/models/operations/uploadfile.js +25 -0
- package/esm/models/operations/uploadfile.js.map +1 -1
- package/esm/models/operations/verifyprojectdomain.d.ts +8 -0
- package/esm/models/operations/verifyprojectdomain.d.ts.map +1 -1
- package/esm/models/operations/verifyprojectdomain.js +19 -0
- package/esm/models/operations/verifyprojectdomain.js.map +1 -1
- package/esm/sdk/accessgroups.d.ts +32 -0
- package/esm/sdk/accessgroups.d.ts.map +1 -1
- package/esm/sdk/accessgroups.js +40 -0
- package/esm/sdk/accessgroups.js.map +1 -1
- package/esm/sdk/projects.d.ts +0 -16
- package/esm/sdk/projects.d.ts.map +1 -1
- package/esm/sdk/projects.js +0 -20
- package/esm/sdk/projects.js.map +1 -1
- package/esm/sdk/sdk.d.ts +0 -3
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +0 -5
- package/esm/sdk/sdk.js.map +1 -1
- package/package.json +10 -7
- package/src/funcs/{secretsRenameSecret.ts → accessGroupsCreateAccessGroupProject.ts} +25 -22
- package/src/funcs/{secretsDeleteSecret.ts → accessGroupsDeleteAccessGroupProject.ts} +25 -19
- package/src/funcs/{projectsPauseProject.ts → accessGroupsReadAccessGroupProject.ts} +25 -18
- package/src/funcs/{projectsUnpauseProject.ts → accessGroupsUpdateAccessGroupProject.ts} +28 -20
- package/src/lib/config.ts +3 -3
- package/src/lib/matchers.ts +1 -1
- package/src/models/components/authtoken.ts +59 -0
- package/src/models/components/authuser.ts +311 -0
- package/src/models/components/authuserlimited.ts +19 -0
- package/src/models/components/edgeconfigitem.ts +17 -0
- package/src/models/components/edgeconfigitemvalue.ts +21 -0
- package/src/models/components/edgeconfigtoken.ts +19 -0
- package/src/models/components/filetree.ts +17 -0
- package/src/models/components/flagjsonvalue.ts +17 -0
- package/src/models/components/pagination.ts +17 -0
- package/src/models/components/security.ts +17 -0
- package/src/models/components/teamlimited.ts +115 -0
- package/src/models/components/userevent.ts +17 -0
- package/src/models/operations/addprojectdomain.ts +81 -0
- package/src/models/operations/addprojectmember.ts +121 -0
- package/src/models/operations/artifactexists.ts +21 -0
- package/src/models/operations/artifactquery.ts +95 -0
- package/src/models/operations/assignalias.ts +57 -0
- package/src/models/operations/buydomain.ts +129 -0
- package/src/models/operations/canceldeployment.ts +1304 -0
- package/src/models/operations/checkdomainprice.ts +41 -0
- package/src/models/operations/checkdomainstatus.ts +41 -0
- package/src/models/operations/createaccessgroup.ts +79 -0
- package/src/models/operations/createaccessgroupproject.ts +322 -0
- package/src/models/operations/createauthtoken.ts +59 -0
- package/src/models/operations/createcheck.ts +169 -0
- package/src/models/operations/createconfigurablelogdrain.ts +66 -0
- package/src/models/operations/createdeployment.ts +1343 -0
- package/src/models/operations/createedgeconfig.ts +185 -0
- package/src/models/operations/createedgeconfigtoken.ts +63 -0
- package/src/models/operations/createlogdrain.ts +57 -0
- package/src/models/operations/createortransferdomain.ts +167 -0
- package/src/models/operations/createproject.ts +1645 -2
- package/src/models/operations/createprojectenv.ts +1008 -0
- package/src/models/operations/createrecord.ts +265 -0
- package/src/models/operations/createteam.ts +81 -0
- package/src/models/operations/createwebhook.ts +61 -2
- package/src/models/operations/deleteaccessgroup.ts +21 -0
- package/src/models/operations/deleteaccessgroupproject.ts +86 -0
- package/src/models/operations/deletealias.ts +39 -0
- package/src/models/operations/deleteauthtoken.ts +41 -0
- package/src/models/operations/deleteconfigurablelogdrain.ts +23 -0
- package/src/models/operations/deleteconfiguration.ts +21 -0
- package/src/models/operations/deletedeployment.ts +41 -0
- package/src/models/operations/deletedomain.ts +39 -0
- package/src/models/operations/deleteedgeconfig.ts +21 -0
- package/src/models/operations/deleteedgeconfigschema.ts +23 -0
- package/src/models/operations/deleteedgeconfigtokens.ts +43 -0
- package/src/models/operations/deleteintegrationlogdrain.ts +23 -0
- package/src/models/operations/deleteproject.ts +21 -0
- package/src/models/operations/deleteteam.ts +71 -0
- package/src/models/operations/deleteteaminvitecode.ts +43 -0
- package/src/models/operations/deletewebhook.ts +21 -0
- package/src/models/operations/downloadartifact.ts +21 -0
- package/src/models/operations/editprojectenv.ts +447 -0
- package/src/models/operations/filterprojectenvs.ts +1378 -0
- package/src/models/operations/getalias.ts +157 -0
- package/src/models/operations/getallchecks.ts +174 -0
- package/src/models/operations/getalllogdrains.ts +41 -0
- package/src/models/operations/getauthtoken.ts +39 -0
- package/src/models/operations/getauthuser.ts +35 -0
- package/src/models/operations/getcertbyid.ts +39 -0
- package/src/models/operations/getcheck.ts +143 -0
- package/src/models/operations/getconfigurablelogdrain.ts +44 -0
- package/src/models/operations/getconfiguration.ts +176 -0
- package/src/models/operations/getconfigurations.ts +229 -0
- package/src/models/operations/getdeployment.ts +1881 -2
- package/src/models/operations/getdeploymentevents.ts +35 -0
- package/src/models/operations/getdeploymentfilecontents.ts +23 -0
- package/src/models/operations/getdeployments.ts +206 -0
- package/src/models/operations/getdomain.ts +73 -0
- package/src/models/operations/getdomainconfig.ts +41 -0
- package/src/models/operations/getdomains.ts +71 -0
- package/src/models/operations/getdomaintransfer.ts +41 -0
- package/src/models/operations/getedgeconfig.ts +93 -0
- package/src/models/operations/getedgeconfigbackup.ts +223 -0
- package/src/models/operations/getedgeconfigbackups.ts +97 -0
- package/src/models/operations/getedgeconfigitem.ts +21 -0
- package/src/models/operations/getedgeconfigitems.ts +21 -0
- package/src/models/operations/getedgeconfigs.ts +81 -0
- package/src/models/operations/getedgeconfigschema.ts +41 -0
- package/src/models/operations/getedgeconfigtoken.ts +21 -0
- package/src/models/operations/getedgeconfigtokens.ts +21 -0
- package/src/models/operations/getfirewallconfig.ts +493 -0
- package/src/models/operations/getintegrationlogdrains.ts +44 -0
- package/src/models/operations/getprojectdomain.ts +55 -0
- package/src/models/operations/getprojectenv.ts +1302 -0
- package/src/models/operations/getprojectmembers.ts +126 -0
- package/src/models/operations/getprojects.ts +1560 -3
- package/src/models/operations/getrecords.ts +103 -0
- package/src/models/operations/getteam.ts +17 -0
- package/src/models/operations/getteamaccessrequest.ts +139 -0
- package/src/models/operations/getteammembers.ts +201 -0
- package/src/models/operations/getteams.ts +51 -0
- package/src/models/operations/getwebhook.ts +41 -1
- package/src/models/operations/getwebhooks.ts +97 -2
- package/src/models/operations/gitnamespaces.ts +55 -0
- package/src/models/operations/inviteusertoteam.ts +119 -0
- package/src/models/operations/issuecert.ts +57 -0
- package/src/models/operations/jointeam.ts +55 -0
- package/src/models/operations/listaccessgroupmembers.ts +72 -0
- package/src/models/operations/listaccessgroupprojects.ts +104 -0
- package/src/models/operations/listaccessgroups.ts +113 -0
- package/src/models/operations/listaliases.ts +203 -0
- package/src/models/operations/listauthtokens.ts +21 -0
- package/src/models/operations/listdeploymentaliases.ts +172 -0
- package/src/models/operations/listdeploymentfiles.ts +21 -0
- package/src/models/operations/listpromotealiases.ts +99 -0
- package/src/models/operations/listuserevents.ts +39 -0
- package/src/models/operations/patchdomain.ts +147 -0
- package/src/models/operations/patchedgeconfigschema.ts +63 -0
- package/src/models/operations/patchteam.ts +95 -0
- package/src/models/operations/putfirewallconfig.ts +927 -0
- package/src/models/operations/readaccessgroup.ts +41 -0
- package/src/models/operations/readaccessgroupproject.ts +199 -0
- package/src/models/operations/recordevents.ts +35 -0
- package/src/models/operations/removecert.ts +39 -0
- package/src/models/operations/removeprojectdomain.ts +41 -0
- package/src/models/operations/removeprojectenv.ts +1352 -0
- package/src/models/operations/removeprojectmember.ts +41 -0
- package/src/models/operations/removerecord.ts +39 -0
- package/src/models/operations/removeteammember.ts +41 -0
- package/src/models/operations/requestaccesstoteam.ts +171 -0
- package/src/models/operations/requestdelete.ts +57 -0
- package/src/models/operations/requestpromote.ts +21 -0
- package/src/models/operations/rerequestcheck.ts +39 -0
- package/src/models/operations/searchrepo.ts +181 -0
- package/src/models/operations/status.ts +35 -0
- package/src/models/operations/updateaccessgroup.ts +75 -0
- package/src/models/operations/updateaccessgroupproject.ts +319 -0
- package/src/models/operations/updateattackchallengemode.ts +65 -0
- package/src/models/operations/updatecheck.ts +271 -0
- package/src/models/operations/updateedgeconfig.ts +115 -0
- package/src/models/operations/updatefirewallconfig.ts +858 -0
- package/src/models/operations/updateproject.ts +1710 -0
- package/src/models/operations/updateprojectdatacache.ts +1454 -0
- package/src/models/operations/updateprojectdomain.ts +81 -0
- package/src/models/operations/updateprojectprotectionbypass.ts +133 -0
- package/src/models/operations/updaterecord.ts +85 -0
- package/src/models/operations/updateteammember.ts +97 -0
- package/src/models/operations/uploadartifact.ts +39 -0
- package/src/models/operations/uploadcert.ts +57 -0
- package/src/models/operations/uploadfile.ts +75 -0
- package/src/models/operations/verifyprojectdomain.ts +61 -0
- package/src/sdk/accessgroups.ts +85 -0
- package/src/sdk/projects.ts +0 -44
- package/src/sdk/sdk.ts +0 -6
- package/docs/sdks/secrets/README.md +0 -331
- package/esm/funcs/projectsPauseProject.d.ts +0 -15
- package/esm/funcs/projectsPauseProject.d.ts.map +0 -1
- package/esm/funcs/projectsPauseProject.js.map +0 -1
- package/esm/funcs/projectsUnpauseProject.d.ts +0 -15
- package/esm/funcs/projectsUnpauseProject.d.ts.map +0 -1
- package/esm/funcs/projectsUnpauseProject.js.map +0 -1
- package/esm/funcs/secretsCreateSecret.d.ts +0 -15
- package/esm/funcs/secretsCreateSecret.d.ts.map +0 -1
- package/esm/funcs/secretsCreateSecret.js +0 -74
- package/esm/funcs/secretsCreateSecret.js.map +0 -1
- package/esm/funcs/secretsDeleteSecret.d.ts +0 -15
- package/esm/funcs/secretsDeleteSecret.d.ts.map +0 -1
- package/esm/funcs/secretsDeleteSecret.js.map +0 -1
- package/esm/funcs/secretsGetSecret.d.ts +0 -15
- package/esm/funcs/secretsGetSecret.d.ts.map +0 -1
- package/esm/funcs/secretsGetSecret.js +0 -80
- package/esm/funcs/secretsGetSecret.js.map +0 -1
- package/esm/funcs/secretsRenameSecret.d.ts +0 -15
- package/esm/funcs/secretsRenameSecret.d.ts.map +0 -1
- package/esm/funcs/secretsRenameSecret.js.map +0 -1
- package/esm/models/operations/createsecret.d.ts +0 -192
- package/esm/models/operations/createsecret.d.ts.map +0 -1
- package/esm/models/operations/createsecret.js +0 -136
- package/esm/models/operations/createsecret.js.map +0 -1
- package/esm/models/operations/deletesecret.d.ts +0 -74
- package/esm/models/operations/deletesecret.d.ts.map +0 -1
- package/esm/models/operations/deletesecret.js +0 -51
- package/esm/models/operations/deletesecret.js.map +0 -1
- package/esm/models/operations/getsecret.d.ts +0 -144
- package/esm/models/operations/getsecret.d.ts.map +0 -1
- package/esm/models/operations/getsecret.js +0 -87
- package/esm/models/operations/getsecret.js.map +0 -1
- package/esm/models/operations/pauseproject.d.ts +0 -70
- package/esm/models/operations/pauseproject.d.ts.map +0 -1
- package/esm/models/operations/pauseproject.js +0 -53
- package/esm/models/operations/pauseproject.js.map +0 -1
- package/esm/models/operations/renamesecret.d.ts +0 -95
- package/esm/models/operations/renamesecret.d.ts.map +0 -1
- package/esm/models/operations/renamesecret.js +0 -83
- package/esm/models/operations/renamesecret.js.map +0 -1
- package/esm/models/operations/unpauseproject.d.ts +0 -70
- package/esm/models/operations/unpauseproject.d.ts.map +0 -1
- package/esm/models/operations/unpauseproject.js +0 -53
- package/esm/models/operations/unpauseproject.js.map +0 -1
- package/esm/sdk/secrets.d.ts +0 -36
- package/esm/sdk/secrets.d.ts.map +0 -1
- package/esm/sdk/secrets.js +0 -48
- package/esm/sdk/secrets.js.map +0 -1
- package/src/funcs/secretsCreateSecret.ts +0 -134
- package/src/funcs/secretsGetSecret.ts +0 -141
- package/src/models/operations/createsecret.ts +0 -304
- package/src/models/operations/deletesecret.ts +0 -119
- package/src/models/operations/getsecret.ts +0 -205
- package/src/models/operations/pauseproject.ts +0 -117
- package/src/models/operations/renamesecret.ts +0 -170
- package/src/models/operations/unpauseproject.ts +0 -117
- package/src/sdk/secrets.ts +0 -96
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
8
|
import { ClosedEnum } from "../../types/enums.js";
|
|
9
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
10
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
8
11
|
|
|
9
12
|
export type Owasp = {
|
|
10
13
|
active: boolean;
|
|
@@ -730,6 +733,20 @@ export namespace Owasp$ {
|
|
|
730
733
|
export type Outbound = Owasp$Outbound;
|
|
731
734
|
}
|
|
732
735
|
|
|
736
|
+
export function owaspToJSON(owasp: Owasp): string {
|
|
737
|
+
return JSON.stringify(Owasp$outboundSchema.parse(owasp));
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
export function owaspFromJSON(
|
|
741
|
+
jsonString: string,
|
|
742
|
+
): SafeParseResult<Owasp, SDKValidationError> {
|
|
743
|
+
return safeParse(
|
|
744
|
+
jsonString,
|
|
745
|
+
(x) => Owasp$inboundSchema.parse(JSON.parse(x)),
|
|
746
|
+
`Failed to parse 'Owasp' from JSON`,
|
|
747
|
+
);
|
|
748
|
+
}
|
|
749
|
+
|
|
733
750
|
/** @internal */
|
|
734
751
|
export const ManagedRules$inboundSchema: z.ZodType<
|
|
735
752
|
ManagedRules,
|
|
@@ -766,6 +783,20 @@ export namespace ManagedRules$ {
|
|
|
766
783
|
export type Outbound = ManagedRules$Outbound;
|
|
767
784
|
}
|
|
768
785
|
|
|
786
|
+
export function managedRulesToJSON(managedRules: ManagedRules): string {
|
|
787
|
+
return JSON.stringify(ManagedRules$outboundSchema.parse(managedRules));
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
export function managedRulesFromJSON(
|
|
791
|
+
jsonString: string,
|
|
792
|
+
): SafeParseResult<ManagedRules, SDKValidationError> {
|
|
793
|
+
return safeParse(
|
|
794
|
+
jsonString,
|
|
795
|
+
(x) => ManagedRules$inboundSchema.parse(JSON.parse(x)),
|
|
796
|
+
`Failed to parse 'ManagedRules' from JSON`,
|
|
797
|
+
);
|
|
798
|
+
}
|
|
799
|
+
|
|
769
800
|
/** @internal */
|
|
770
801
|
export const Action$inboundSchema: z.ZodNativeEnum<typeof Action> = z
|
|
771
802
|
.nativeEnum(Action);
|
|
@@ -817,6 +848,20 @@ export namespace Sd$ {
|
|
|
817
848
|
export type Outbound = Sd$Outbound;
|
|
818
849
|
}
|
|
819
850
|
|
|
851
|
+
export function sdToJSON(sd: Sd): string {
|
|
852
|
+
return JSON.stringify(Sd$outboundSchema.parse(sd));
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
export function sdFromJSON(
|
|
856
|
+
jsonString: string,
|
|
857
|
+
): SafeParseResult<Sd, SDKValidationError> {
|
|
858
|
+
return safeParse(
|
|
859
|
+
jsonString,
|
|
860
|
+
(x) => Sd$inboundSchema.parse(JSON.parse(x)),
|
|
861
|
+
`Failed to parse 'Sd' from JSON`,
|
|
862
|
+
);
|
|
863
|
+
}
|
|
864
|
+
|
|
820
865
|
/** @internal */
|
|
821
866
|
export const PutFirewallConfigAction$inboundSchema: z.ZodNativeEnum<
|
|
822
867
|
typeof PutFirewallConfigAction
|
|
@@ -870,6 +915,20 @@ export namespace Ma$ {
|
|
|
870
915
|
export type Outbound = Ma$Outbound;
|
|
871
916
|
}
|
|
872
917
|
|
|
918
|
+
export function maToJSON(ma: Ma): string {
|
|
919
|
+
return JSON.stringify(Ma$outboundSchema.parse(ma));
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
export function maFromJSON(
|
|
923
|
+
jsonString: string,
|
|
924
|
+
): SafeParseResult<Ma, SDKValidationError> {
|
|
925
|
+
return safeParse(
|
|
926
|
+
jsonString,
|
|
927
|
+
(x) => Ma$inboundSchema.parse(JSON.parse(x)),
|
|
928
|
+
`Failed to parse 'Ma' from JSON`,
|
|
929
|
+
);
|
|
930
|
+
}
|
|
931
|
+
|
|
873
932
|
/** @internal */
|
|
874
933
|
export const PutFirewallConfigSecurityAction$inboundSchema: z.ZodNativeEnum<
|
|
875
934
|
typeof PutFirewallConfigSecurityAction
|
|
@@ -924,6 +983,20 @@ export namespace Lfi$ {
|
|
|
924
983
|
export type Outbound = Lfi$Outbound;
|
|
925
984
|
}
|
|
926
985
|
|
|
986
|
+
export function lfiToJSON(lfi: Lfi): string {
|
|
987
|
+
return JSON.stringify(Lfi$outboundSchema.parse(lfi));
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
export function lfiFromJSON(
|
|
991
|
+
jsonString: string,
|
|
992
|
+
): SafeParseResult<Lfi, SDKValidationError> {
|
|
993
|
+
return safeParse(
|
|
994
|
+
jsonString,
|
|
995
|
+
(x) => Lfi$inboundSchema.parse(JSON.parse(x)),
|
|
996
|
+
`Failed to parse 'Lfi' from JSON`,
|
|
997
|
+
);
|
|
998
|
+
}
|
|
999
|
+
|
|
927
1000
|
/** @internal */
|
|
928
1001
|
export const PutFirewallConfigSecurityRequestAction$inboundSchema:
|
|
929
1002
|
z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestAction> = z.nativeEnum(
|
|
@@ -981,6 +1054,20 @@ export namespace Rfi$ {
|
|
|
981
1054
|
export type Outbound = Rfi$Outbound;
|
|
982
1055
|
}
|
|
983
1056
|
|
|
1057
|
+
export function rfiToJSON(rfi: Rfi): string {
|
|
1058
|
+
return JSON.stringify(Rfi$outboundSchema.parse(rfi));
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
export function rfiFromJSON(
|
|
1062
|
+
jsonString: string,
|
|
1063
|
+
): SafeParseResult<Rfi, SDKValidationError> {
|
|
1064
|
+
return safeParse(
|
|
1065
|
+
jsonString,
|
|
1066
|
+
(x) => Rfi$inboundSchema.parse(JSON.parse(x)),
|
|
1067
|
+
`Failed to parse 'Rfi' from JSON`,
|
|
1068
|
+
);
|
|
1069
|
+
}
|
|
1070
|
+
|
|
984
1071
|
/** @internal */
|
|
985
1072
|
export const PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema:
|
|
986
1073
|
z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyAction> = z
|
|
@@ -1037,6 +1124,20 @@ export namespace Rce$ {
|
|
|
1037
1124
|
export type Outbound = Rce$Outbound;
|
|
1038
1125
|
}
|
|
1039
1126
|
|
|
1127
|
+
export function rceToJSON(rce: Rce): string {
|
|
1128
|
+
return JSON.stringify(Rce$outboundSchema.parse(rce));
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
export function rceFromJSON(
|
|
1132
|
+
jsonString: string,
|
|
1133
|
+
): SafeParseResult<Rce, SDKValidationError> {
|
|
1134
|
+
return safeParse(
|
|
1135
|
+
jsonString,
|
|
1136
|
+
(x) => Rce$inboundSchema.parse(JSON.parse(x)),
|
|
1137
|
+
`Failed to parse 'Rce' from JSON`,
|
|
1138
|
+
);
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1040
1141
|
/** @internal */
|
|
1041
1142
|
export const PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema:
|
|
1042
1143
|
z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsAction> =
|
|
@@ -1093,6 +1194,20 @@ export namespace Php$ {
|
|
|
1093
1194
|
export type Outbound = Php$Outbound;
|
|
1094
1195
|
}
|
|
1095
1196
|
|
|
1197
|
+
export function phpToJSON(php: Php): string {
|
|
1198
|
+
return JSON.stringify(Php$outboundSchema.parse(php));
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1201
|
+
export function phpFromJSON(
|
|
1202
|
+
jsonString: string,
|
|
1203
|
+
): SafeParseResult<Php, SDKValidationError> {
|
|
1204
|
+
return safeParse(
|
|
1205
|
+
jsonString,
|
|
1206
|
+
(x) => Php$inboundSchema.parse(JSON.parse(x)),
|
|
1207
|
+
`Failed to parse 'Php' from JSON`,
|
|
1208
|
+
);
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1096
1211
|
/** @internal */
|
|
1097
1212
|
export const PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$inboundSchema:
|
|
1098
1213
|
z.ZodNativeEnum<
|
|
@@ -1153,6 +1268,20 @@ export namespace Gen$ {
|
|
|
1153
1268
|
export type Outbound = Gen$Outbound;
|
|
1154
1269
|
}
|
|
1155
1270
|
|
|
1271
|
+
export function genToJSON(gen: Gen): string {
|
|
1272
|
+
return JSON.stringify(Gen$outboundSchema.parse(gen));
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1275
|
+
export function genFromJSON(
|
|
1276
|
+
jsonString: string,
|
|
1277
|
+
): SafeParseResult<Gen, SDKValidationError> {
|
|
1278
|
+
return safeParse(
|
|
1279
|
+
jsonString,
|
|
1280
|
+
(x) => Gen$inboundSchema.parse(JSON.parse(x)),
|
|
1281
|
+
`Failed to parse 'Gen' from JSON`,
|
|
1282
|
+
);
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1156
1285
|
/** @internal */
|
|
1157
1286
|
export const PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$inboundSchema:
|
|
1158
1287
|
z.ZodNativeEnum<
|
|
@@ -1213,6 +1342,20 @@ export namespace Xss$ {
|
|
|
1213
1342
|
export type Outbound = Xss$Outbound;
|
|
1214
1343
|
}
|
|
1215
1344
|
|
|
1345
|
+
export function xssToJSON(xss: Xss): string {
|
|
1346
|
+
return JSON.stringify(Xss$outboundSchema.parse(xss));
|
|
1347
|
+
}
|
|
1348
|
+
|
|
1349
|
+
export function xssFromJSON(
|
|
1350
|
+
jsonString: string,
|
|
1351
|
+
): SafeParseResult<Xss, SDKValidationError> {
|
|
1352
|
+
return safeParse(
|
|
1353
|
+
jsonString,
|
|
1354
|
+
(x) => Xss$inboundSchema.parse(JSON.parse(x)),
|
|
1355
|
+
`Failed to parse 'Xss' from JSON`,
|
|
1356
|
+
);
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1216
1359
|
/** @internal */
|
|
1217
1360
|
export const PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$inboundSchema:
|
|
1218
1361
|
z.ZodNativeEnum<
|
|
@@ -1273,6 +1416,20 @@ export namespace Sqli$ {
|
|
|
1273
1416
|
export type Outbound = Sqli$Outbound;
|
|
1274
1417
|
}
|
|
1275
1418
|
|
|
1419
|
+
export function sqliToJSON(sqli: Sqli): string {
|
|
1420
|
+
return JSON.stringify(Sqli$outboundSchema.parse(sqli));
|
|
1421
|
+
}
|
|
1422
|
+
|
|
1423
|
+
export function sqliFromJSON(
|
|
1424
|
+
jsonString: string,
|
|
1425
|
+
): SafeParseResult<Sqli, SDKValidationError> {
|
|
1426
|
+
return safeParse(
|
|
1427
|
+
jsonString,
|
|
1428
|
+
(x) => Sqli$inboundSchema.parse(JSON.parse(x)),
|
|
1429
|
+
`Failed to parse 'Sqli' from JSON`,
|
|
1430
|
+
);
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1276
1433
|
/** @internal */
|
|
1277
1434
|
export const PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$inboundSchema:
|
|
1278
1435
|
z.ZodNativeEnum<
|
|
@@ -1331,6 +1488,20 @@ export namespace Sf$ {
|
|
|
1331
1488
|
export type Outbound = Sf$Outbound;
|
|
1332
1489
|
}
|
|
1333
1490
|
|
|
1491
|
+
export function sfToJSON(sf: Sf): string {
|
|
1492
|
+
return JSON.stringify(Sf$outboundSchema.parse(sf));
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
export function sfFromJSON(
|
|
1496
|
+
jsonString: string,
|
|
1497
|
+
): SafeParseResult<Sf, SDKValidationError> {
|
|
1498
|
+
return safeParse(
|
|
1499
|
+
jsonString,
|
|
1500
|
+
(x) => Sf$inboundSchema.parse(JSON.parse(x)),
|
|
1501
|
+
`Failed to parse 'Sf' from JSON`,
|
|
1502
|
+
);
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1334
1505
|
/** @internal */
|
|
1335
1506
|
export const PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$inboundSchema:
|
|
1336
1507
|
z.ZodNativeEnum<
|
|
@@ -1391,6 +1562,20 @@ export namespace Java$ {
|
|
|
1391
1562
|
export type Outbound = Java$Outbound;
|
|
1392
1563
|
}
|
|
1393
1564
|
|
|
1565
|
+
export function javaToJSON(java: Java): string {
|
|
1566
|
+
return JSON.stringify(Java$outboundSchema.parse(java));
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1569
|
+
export function javaFromJSON(
|
|
1570
|
+
jsonString: string,
|
|
1571
|
+
): SafeParseResult<Java, SDKValidationError> {
|
|
1572
|
+
return safeParse(
|
|
1573
|
+
jsonString,
|
|
1574
|
+
(x) => Java$inboundSchema.parse(JSON.parse(x)),
|
|
1575
|
+
`Failed to parse 'Java' from JSON`,
|
|
1576
|
+
);
|
|
1577
|
+
}
|
|
1578
|
+
|
|
1394
1579
|
/** @internal */
|
|
1395
1580
|
export const Crs$inboundSchema: z.ZodType<Crs, z.ZodTypeDef, unknown> = z
|
|
1396
1581
|
.object({
|
|
@@ -1451,6 +1636,20 @@ export namespace Crs$ {
|
|
|
1451
1636
|
export type Outbound = Crs$Outbound;
|
|
1452
1637
|
}
|
|
1453
1638
|
|
|
1639
|
+
export function crsToJSON(crs: Crs): string {
|
|
1640
|
+
return JSON.stringify(Crs$outboundSchema.parse(crs));
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
export function crsFromJSON(
|
|
1644
|
+
jsonString: string,
|
|
1645
|
+
): SafeParseResult<Crs, SDKValidationError> {
|
|
1646
|
+
return safeParse(
|
|
1647
|
+
jsonString,
|
|
1648
|
+
(x) => Crs$inboundSchema.parse(JSON.parse(x)),
|
|
1649
|
+
`Failed to parse 'Crs' from JSON`,
|
|
1650
|
+
);
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1454
1653
|
/** @internal */
|
|
1455
1654
|
export const PutFirewallConfigType$inboundSchema: z.ZodNativeEnum<
|
|
1456
1655
|
typeof PutFirewallConfigType
|
|
@@ -1519,6 +1718,24 @@ export namespace PutFirewallConfigValue$ {
|
|
|
1519
1718
|
export type Outbound = PutFirewallConfigValue$Outbound;
|
|
1520
1719
|
}
|
|
1521
1720
|
|
|
1721
|
+
export function putFirewallConfigValueToJSON(
|
|
1722
|
+
putFirewallConfigValue: PutFirewallConfigValue,
|
|
1723
|
+
): string {
|
|
1724
|
+
return JSON.stringify(
|
|
1725
|
+
PutFirewallConfigValue$outboundSchema.parse(putFirewallConfigValue),
|
|
1726
|
+
);
|
|
1727
|
+
}
|
|
1728
|
+
|
|
1729
|
+
export function putFirewallConfigValueFromJSON(
|
|
1730
|
+
jsonString: string,
|
|
1731
|
+
): SafeParseResult<PutFirewallConfigValue, SDKValidationError> {
|
|
1732
|
+
return safeParse(
|
|
1733
|
+
jsonString,
|
|
1734
|
+
(x) => PutFirewallConfigValue$inboundSchema.parse(JSON.parse(x)),
|
|
1735
|
+
`Failed to parse 'PutFirewallConfigValue' from JSON`,
|
|
1736
|
+
);
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1522
1739
|
/** @internal */
|
|
1523
1740
|
export const Conditions$inboundSchema: z.ZodType<
|
|
1524
1741
|
Conditions,
|
|
@@ -1567,6 +1784,20 @@ export namespace Conditions$ {
|
|
|
1567
1784
|
export type Outbound = Conditions$Outbound;
|
|
1568
1785
|
}
|
|
1569
1786
|
|
|
1787
|
+
export function conditionsToJSON(conditions: Conditions): string {
|
|
1788
|
+
return JSON.stringify(Conditions$outboundSchema.parse(conditions));
|
|
1789
|
+
}
|
|
1790
|
+
|
|
1791
|
+
export function conditionsFromJSON(
|
|
1792
|
+
jsonString: string,
|
|
1793
|
+
): SafeParseResult<Conditions, SDKValidationError> {
|
|
1794
|
+
return safeParse(
|
|
1795
|
+
jsonString,
|
|
1796
|
+
(x) => Conditions$inboundSchema.parse(JSON.parse(x)),
|
|
1797
|
+
`Failed to parse 'Conditions' from JSON`,
|
|
1798
|
+
);
|
|
1799
|
+
}
|
|
1800
|
+
|
|
1570
1801
|
/** @internal */
|
|
1571
1802
|
export const ConditionGroup$inboundSchema: z.ZodType<
|
|
1572
1803
|
ConditionGroup,
|
|
@@ -1603,6 +1834,20 @@ export namespace ConditionGroup$ {
|
|
|
1603
1834
|
export type Outbound = ConditionGroup$Outbound;
|
|
1604
1835
|
}
|
|
1605
1836
|
|
|
1837
|
+
export function conditionGroupToJSON(conditionGroup: ConditionGroup): string {
|
|
1838
|
+
return JSON.stringify(ConditionGroup$outboundSchema.parse(conditionGroup));
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
export function conditionGroupFromJSON(
|
|
1842
|
+
jsonString: string,
|
|
1843
|
+
): SafeParseResult<ConditionGroup, SDKValidationError> {
|
|
1844
|
+
return safeParse(
|
|
1845
|
+
jsonString,
|
|
1846
|
+
(x) => ConditionGroup$inboundSchema.parse(JSON.parse(x)),
|
|
1847
|
+
`Failed to parse 'ConditionGroup' from JSON`,
|
|
1848
|
+
);
|
|
1849
|
+
}
|
|
1850
|
+
|
|
1606
1851
|
/** @internal */
|
|
1607
1852
|
export const PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$inboundSchema:
|
|
1608
1853
|
z.ZodNativeEnum<
|
|
@@ -1700,6 +1945,22 @@ export namespace RateLimitAction$ {
|
|
|
1700
1945
|
export type Outbound = RateLimitAction$Outbound;
|
|
1701
1946
|
}
|
|
1702
1947
|
|
|
1948
|
+
export function rateLimitActionToJSON(
|
|
1949
|
+
rateLimitAction: RateLimitAction,
|
|
1950
|
+
): string {
|
|
1951
|
+
return JSON.stringify(RateLimitAction$outboundSchema.parse(rateLimitAction));
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1954
|
+
export function rateLimitActionFromJSON(
|
|
1955
|
+
jsonString: string,
|
|
1956
|
+
): SafeParseResult<RateLimitAction, SDKValidationError> {
|
|
1957
|
+
return safeParse(
|
|
1958
|
+
jsonString,
|
|
1959
|
+
(x) => RateLimitAction$inboundSchema.parse(JSON.parse(x)),
|
|
1960
|
+
`Failed to parse 'RateLimitAction' from JSON`,
|
|
1961
|
+
);
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1703
1964
|
/** @internal */
|
|
1704
1965
|
export const RateLimit1$inboundSchema: z.ZodType<
|
|
1705
1966
|
RateLimit1,
|
|
@@ -1748,6 +2009,20 @@ export namespace RateLimit1$ {
|
|
|
1748
2009
|
export type Outbound = RateLimit1$Outbound;
|
|
1749
2010
|
}
|
|
1750
2011
|
|
|
2012
|
+
export function rateLimit1ToJSON(rateLimit1: RateLimit1): string {
|
|
2013
|
+
return JSON.stringify(RateLimit1$outboundSchema.parse(rateLimit1));
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
export function rateLimit1FromJSON(
|
|
2017
|
+
jsonString: string,
|
|
2018
|
+
): SafeParseResult<RateLimit1, SDKValidationError> {
|
|
2019
|
+
return safeParse(
|
|
2020
|
+
jsonString,
|
|
2021
|
+
(x) => RateLimit1$inboundSchema.parse(JSON.parse(x)),
|
|
2022
|
+
`Failed to parse 'RateLimit1' from JSON`,
|
|
2023
|
+
);
|
|
2024
|
+
}
|
|
2025
|
+
|
|
1751
2026
|
/** @internal */
|
|
1752
2027
|
export const RateLimit$inboundSchema: z.ZodType<
|
|
1753
2028
|
RateLimit,
|
|
@@ -1778,6 +2053,20 @@ export namespace RateLimit$ {
|
|
|
1778
2053
|
export type Outbound = RateLimit$Outbound;
|
|
1779
2054
|
}
|
|
1780
2055
|
|
|
2056
|
+
export function rateLimitToJSON(rateLimit: RateLimit): string {
|
|
2057
|
+
return JSON.stringify(RateLimit$outboundSchema.parse(rateLimit));
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
export function rateLimitFromJSON(
|
|
2061
|
+
jsonString: string,
|
|
2062
|
+
): SafeParseResult<RateLimit, SDKValidationError> {
|
|
2063
|
+
return safeParse(
|
|
2064
|
+
jsonString,
|
|
2065
|
+
(x) => RateLimit$inboundSchema.parse(JSON.parse(x)),
|
|
2066
|
+
`Failed to parse 'RateLimit' from JSON`,
|
|
2067
|
+
);
|
|
2068
|
+
}
|
|
2069
|
+
|
|
1781
2070
|
/** @internal */
|
|
1782
2071
|
export const Redirect1$inboundSchema: z.ZodType<
|
|
1783
2072
|
Redirect1,
|
|
@@ -1817,6 +2106,20 @@ export namespace Redirect1$ {
|
|
|
1817
2106
|
export type Outbound = Redirect1$Outbound;
|
|
1818
2107
|
}
|
|
1819
2108
|
|
|
2109
|
+
export function redirect1ToJSON(redirect1: Redirect1): string {
|
|
2110
|
+
return JSON.stringify(Redirect1$outboundSchema.parse(redirect1));
|
|
2111
|
+
}
|
|
2112
|
+
|
|
2113
|
+
export function redirect1FromJSON(
|
|
2114
|
+
jsonString: string,
|
|
2115
|
+
): SafeParseResult<Redirect1, SDKValidationError> {
|
|
2116
|
+
return safeParse(
|
|
2117
|
+
jsonString,
|
|
2118
|
+
(x) => Redirect1$inboundSchema.parse(JSON.parse(x)),
|
|
2119
|
+
`Failed to parse 'Redirect1' from JSON`,
|
|
2120
|
+
);
|
|
2121
|
+
}
|
|
2122
|
+
|
|
1820
2123
|
/** @internal */
|
|
1821
2124
|
export const Redirect$inboundSchema: z.ZodType<
|
|
1822
2125
|
Redirect,
|
|
@@ -1847,6 +2150,20 @@ export namespace Redirect$ {
|
|
|
1847
2150
|
export type Outbound = Redirect$Outbound;
|
|
1848
2151
|
}
|
|
1849
2152
|
|
|
2153
|
+
export function redirectToJSON(redirect: Redirect): string {
|
|
2154
|
+
return JSON.stringify(Redirect$outboundSchema.parse(redirect));
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2157
|
+
export function redirectFromJSON(
|
|
2158
|
+
jsonString: string,
|
|
2159
|
+
): SafeParseResult<Redirect, SDKValidationError> {
|
|
2160
|
+
return safeParse(
|
|
2161
|
+
jsonString,
|
|
2162
|
+
(x) => Redirect$inboundSchema.parse(JSON.parse(x)),
|
|
2163
|
+
`Failed to parse 'Redirect' from JSON`,
|
|
2164
|
+
);
|
|
2165
|
+
}
|
|
2166
|
+
|
|
1850
2167
|
/** @internal */
|
|
1851
2168
|
export const Mitigate$inboundSchema: z.ZodType<
|
|
1852
2169
|
Mitigate,
|
|
@@ -1902,6 +2219,20 @@ export namespace Mitigate$ {
|
|
|
1902
2219
|
export type Outbound = Mitigate$Outbound;
|
|
1903
2220
|
}
|
|
1904
2221
|
|
|
2222
|
+
export function mitigateToJSON(mitigate: Mitigate): string {
|
|
2223
|
+
return JSON.stringify(Mitigate$outboundSchema.parse(mitigate));
|
|
2224
|
+
}
|
|
2225
|
+
|
|
2226
|
+
export function mitigateFromJSON(
|
|
2227
|
+
jsonString: string,
|
|
2228
|
+
): SafeParseResult<Mitigate, SDKValidationError> {
|
|
2229
|
+
return safeParse(
|
|
2230
|
+
jsonString,
|
|
2231
|
+
(x) => Mitigate$inboundSchema.parse(JSON.parse(x)),
|
|
2232
|
+
`Failed to parse 'Mitigate' from JSON`,
|
|
2233
|
+
);
|
|
2234
|
+
}
|
|
2235
|
+
|
|
1905
2236
|
/** @internal */
|
|
1906
2237
|
export const PutFirewallConfigSecurityRequestRequestBodyRulesAction$inboundSchema:
|
|
1907
2238
|
z.ZodType<
|
|
@@ -1943,6 +2274,32 @@ export namespace PutFirewallConfigSecurityRequestRequestBodyRulesAction$ {
|
|
|
1943
2274
|
PutFirewallConfigSecurityRequestRequestBodyRulesAction$Outbound;
|
|
1944
2275
|
}
|
|
1945
2276
|
|
|
2277
|
+
export function putFirewallConfigSecurityRequestRequestBodyRulesActionToJSON(
|
|
2278
|
+
putFirewallConfigSecurityRequestRequestBodyRulesAction:
|
|
2279
|
+
PutFirewallConfigSecurityRequestRequestBodyRulesAction,
|
|
2280
|
+
): string {
|
|
2281
|
+
return JSON.stringify(
|
|
2282
|
+
PutFirewallConfigSecurityRequestRequestBodyRulesAction$outboundSchema.parse(
|
|
2283
|
+
putFirewallConfigSecurityRequestRequestBodyRulesAction,
|
|
2284
|
+
),
|
|
2285
|
+
);
|
|
2286
|
+
}
|
|
2287
|
+
|
|
2288
|
+
export function putFirewallConfigSecurityRequestRequestBodyRulesActionFromJSON(
|
|
2289
|
+
jsonString: string,
|
|
2290
|
+
): SafeParseResult<
|
|
2291
|
+
PutFirewallConfigSecurityRequestRequestBodyRulesAction,
|
|
2292
|
+
SDKValidationError
|
|
2293
|
+
> {
|
|
2294
|
+
return safeParse(
|
|
2295
|
+
jsonString,
|
|
2296
|
+
(x) =>
|
|
2297
|
+
PutFirewallConfigSecurityRequestRequestBodyRulesAction$inboundSchema
|
|
2298
|
+
.parse(JSON.parse(x)),
|
|
2299
|
+
`Failed to parse 'PutFirewallConfigSecurityRequestRequestBodyRulesAction' from JSON`,
|
|
2300
|
+
);
|
|
2301
|
+
}
|
|
2302
|
+
|
|
1946
2303
|
/** @internal */
|
|
1947
2304
|
export const Rules$inboundSchema: z.ZodType<Rules, z.ZodTypeDef, unknown> = z
|
|
1948
2305
|
.object({
|
|
@@ -1995,6 +2352,20 @@ export namespace Rules$ {
|
|
|
1995
2352
|
export type Outbound = Rules$Outbound;
|
|
1996
2353
|
}
|
|
1997
2354
|
|
|
2355
|
+
export function rulesToJSON(rules: Rules): string {
|
|
2356
|
+
return JSON.stringify(Rules$outboundSchema.parse(rules));
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2359
|
+
export function rulesFromJSON(
|
|
2360
|
+
jsonString: string,
|
|
2361
|
+
): SafeParseResult<Rules, SDKValidationError> {
|
|
2362
|
+
return safeParse(
|
|
2363
|
+
jsonString,
|
|
2364
|
+
(x) => Rules$inboundSchema.parse(JSON.parse(x)),
|
|
2365
|
+
`Failed to parse 'Rules' from JSON`,
|
|
2366
|
+
);
|
|
2367
|
+
}
|
|
2368
|
+
|
|
1998
2369
|
/** @internal */
|
|
1999
2370
|
export const PutFirewallConfigSecurityRequestRequestBodyIpsAction$inboundSchema:
|
|
2000
2371
|
z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyIpsAction> =
|
|
@@ -2060,6 +2431,20 @@ export namespace Ips$ {
|
|
|
2060
2431
|
export type Outbound = Ips$Outbound;
|
|
2061
2432
|
}
|
|
2062
2433
|
|
|
2434
|
+
export function ipsToJSON(ips: Ips): string {
|
|
2435
|
+
return JSON.stringify(Ips$outboundSchema.parse(ips));
|
|
2436
|
+
}
|
|
2437
|
+
|
|
2438
|
+
export function ipsFromJSON(
|
|
2439
|
+
jsonString: string,
|
|
2440
|
+
): SafeParseResult<Ips, SDKValidationError> {
|
|
2441
|
+
return safeParse(
|
|
2442
|
+
jsonString,
|
|
2443
|
+
(x) => Ips$inboundSchema.parse(JSON.parse(x)),
|
|
2444
|
+
`Failed to parse 'Ips' from JSON`,
|
|
2445
|
+
);
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2063
2448
|
/** @internal */
|
|
2064
2449
|
export const PutFirewallConfigRequestBody$inboundSchema: z.ZodType<
|
|
2065
2450
|
PutFirewallConfigRequestBody,
|
|
@@ -2108,6 +2493,26 @@ export namespace PutFirewallConfigRequestBody$ {
|
|
|
2108
2493
|
export type Outbound = PutFirewallConfigRequestBody$Outbound;
|
|
2109
2494
|
}
|
|
2110
2495
|
|
|
2496
|
+
export function putFirewallConfigRequestBodyToJSON(
|
|
2497
|
+
putFirewallConfigRequestBody: PutFirewallConfigRequestBody,
|
|
2498
|
+
): string {
|
|
2499
|
+
return JSON.stringify(
|
|
2500
|
+
PutFirewallConfigRequestBody$outboundSchema.parse(
|
|
2501
|
+
putFirewallConfigRequestBody,
|
|
2502
|
+
),
|
|
2503
|
+
);
|
|
2504
|
+
}
|
|
2505
|
+
|
|
2506
|
+
export function putFirewallConfigRequestBodyFromJSON(
|
|
2507
|
+
jsonString: string,
|
|
2508
|
+
): SafeParseResult<PutFirewallConfigRequestBody, SDKValidationError> {
|
|
2509
|
+
return safeParse(
|
|
2510
|
+
jsonString,
|
|
2511
|
+
(x) => PutFirewallConfigRequestBody$inboundSchema.parse(JSON.parse(x)),
|
|
2512
|
+
`Failed to parse 'PutFirewallConfigRequestBody' from JSON`,
|
|
2513
|
+
);
|
|
2514
|
+
}
|
|
2515
|
+
|
|
2111
2516
|
/** @internal */
|
|
2112
2517
|
export const PutFirewallConfigRequest$inboundSchema: z.ZodType<
|
|
2113
2518
|
PutFirewallConfigRequest,
|
|
@@ -2163,6 +2568,24 @@ export namespace PutFirewallConfigRequest$ {
|
|
|
2163
2568
|
export type Outbound = PutFirewallConfigRequest$Outbound;
|
|
2164
2569
|
}
|
|
2165
2570
|
|
|
2571
|
+
export function putFirewallConfigRequestToJSON(
|
|
2572
|
+
putFirewallConfigRequest: PutFirewallConfigRequest,
|
|
2573
|
+
): string {
|
|
2574
|
+
return JSON.stringify(
|
|
2575
|
+
PutFirewallConfigRequest$outboundSchema.parse(putFirewallConfigRequest),
|
|
2576
|
+
);
|
|
2577
|
+
}
|
|
2578
|
+
|
|
2579
|
+
export function putFirewallConfigRequestFromJSON(
|
|
2580
|
+
jsonString: string,
|
|
2581
|
+
): SafeParseResult<PutFirewallConfigRequest, SDKValidationError> {
|
|
2582
|
+
return safeParse(
|
|
2583
|
+
jsonString,
|
|
2584
|
+
(x) => PutFirewallConfigRequest$inboundSchema.parse(JSON.parse(x)),
|
|
2585
|
+
`Failed to parse 'PutFirewallConfigRequest' from JSON`,
|
|
2586
|
+
);
|
|
2587
|
+
}
|
|
2588
|
+
|
|
2166
2589
|
/** @internal */
|
|
2167
2590
|
export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$inboundSchema:
|
|
2168
2591
|
z.ZodNativeEnum<
|
|
@@ -2232,6 +2655,24 @@ export namespace PutFirewallConfigSd$ {
|
|
|
2232
2655
|
export type Outbound = PutFirewallConfigSd$Outbound;
|
|
2233
2656
|
}
|
|
2234
2657
|
|
|
2658
|
+
export function putFirewallConfigSdToJSON(
|
|
2659
|
+
putFirewallConfigSd: PutFirewallConfigSd,
|
|
2660
|
+
): string {
|
|
2661
|
+
return JSON.stringify(
|
|
2662
|
+
PutFirewallConfigSd$outboundSchema.parse(putFirewallConfigSd),
|
|
2663
|
+
);
|
|
2664
|
+
}
|
|
2665
|
+
|
|
2666
|
+
export function putFirewallConfigSdFromJSON(
|
|
2667
|
+
jsonString: string,
|
|
2668
|
+
): SafeParseResult<PutFirewallConfigSd, SDKValidationError> {
|
|
2669
|
+
return safeParse(
|
|
2670
|
+
jsonString,
|
|
2671
|
+
(x) => PutFirewallConfigSd$inboundSchema.parse(JSON.parse(x)),
|
|
2672
|
+
`Failed to parse 'PutFirewallConfigSd' from JSON`,
|
|
2673
|
+
);
|
|
2674
|
+
}
|
|
2675
|
+
|
|
2235
2676
|
/** @internal */
|
|
2236
2677
|
export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$inboundSchema:
|
|
2237
2678
|
z.ZodNativeEnum<
|
|
@@ -2301,6 +2742,24 @@ export namespace PutFirewallConfigMa$ {
|
|
|
2301
2742
|
export type Outbound = PutFirewallConfigMa$Outbound;
|
|
2302
2743
|
}
|
|
2303
2744
|
|
|
2745
|
+
export function putFirewallConfigMaToJSON(
|
|
2746
|
+
putFirewallConfigMa: PutFirewallConfigMa,
|
|
2747
|
+
): string {
|
|
2748
|
+
return JSON.stringify(
|
|
2749
|
+
PutFirewallConfigMa$outboundSchema.parse(putFirewallConfigMa),
|
|
2750
|
+
);
|
|
2751
|
+
}
|
|
2752
|
+
|
|
2753
|
+
export function putFirewallConfigMaFromJSON(
|
|
2754
|
+
jsonString: string,
|
|
2755
|
+
): SafeParseResult<PutFirewallConfigMa, SDKValidationError> {
|
|
2756
|
+
return safeParse(
|
|
2757
|
+
jsonString,
|
|
2758
|
+
(x) => PutFirewallConfigMa$inboundSchema.parse(JSON.parse(x)),
|
|
2759
|
+
`Failed to parse 'PutFirewallConfigMa' from JSON`,
|
|
2760
|
+
);
|
|
2761
|
+
}
|
|
2762
|
+
|
|
2304
2763
|
/** @internal */
|
|
2305
2764
|
export const PutFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema:
|
|
2306
2765
|
z.ZodNativeEnum<
|
|
@@ -2367,6 +2826,24 @@ export namespace PutFirewallConfigLfi$ {
|
|
|
2367
2826
|
export type Outbound = PutFirewallConfigLfi$Outbound;
|
|
2368
2827
|
}
|
|
2369
2828
|
|
|
2829
|
+
export function putFirewallConfigLfiToJSON(
|
|
2830
|
+
putFirewallConfigLfi: PutFirewallConfigLfi,
|
|
2831
|
+
): string {
|
|
2832
|
+
return JSON.stringify(
|
|
2833
|
+
PutFirewallConfigLfi$outboundSchema.parse(putFirewallConfigLfi),
|
|
2834
|
+
);
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2837
|
+
export function putFirewallConfigLfiFromJSON(
|
|
2838
|
+
jsonString: string,
|
|
2839
|
+
): SafeParseResult<PutFirewallConfigLfi, SDKValidationError> {
|
|
2840
|
+
return safeParse(
|
|
2841
|
+
jsonString,
|
|
2842
|
+
(x) => PutFirewallConfigLfi$inboundSchema.parse(JSON.parse(x)),
|
|
2843
|
+
`Failed to parse 'PutFirewallConfigLfi' from JSON`,
|
|
2844
|
+
);
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2370
2847
|
/** @internal */
|
|
2371
2848
|
export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema:
|
|
2372
2849
|
z.ZodNativeEnum<
|
|
@@ -2436,6 +2913,24 @@ export namespace PutFirewallConfigRfi$ {
|
|
|
2436
2913
|
export type Outbound = PutFirewallConfigRfi$Outbound;
|
|
2437
2914
|
}
|
|
2438
2915
|
|
|
2916
|
+
export function putFirewallConfigRfiToJSON(
|
|
2917
|
+
putFirewallConfigRfi: PutFirewallConfigRfi,
|
|
2918
|
+
): string {
|
|
2919
|
+
return JSON.stringify(
|
|
2920
|
+
PutFirewallConfigRfi$outboundSchema.parse(putFirewallConfigRfi),
|
|
2921
|
+
);
|
|
2922
|
+
}
|
|
2923
|
+
|
|
2924
|
+
export function putFirewallConfigRfiFromJSON(
|
|
2925
|
+
jsonString: string,
|
|
2926
|
+
): SafeParseResult<PutFirewallConfigRfi, SDKValidationError> {
|
|
2927
|
+
return safeParse(
|
|
2928
|
+
jsonString,
|
|
2929
|
+
(x) => PutFirewallConfigRfi$inboundSchema.parse(JSON.parse(x)),
|
|
2930
|
+
`Failed to parse 'PutFirewallConfigRfi' from JSON`,
|
|
2931
|
+
);
|
|
2932
|
+
}
|
|
2933
|
+
|
|
2439
2934
|
/** @internal */
|
|
2440
2935
|
export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$inboundSchema:
|
|
2441
2936
|
z.ZodNativeEnum<
|
|
@@ -2505,6 +3000,24 @@ export namespace PutFirewallConfigRce$ {
|
|
|
2505
3000
|
export type Outbound = PutFirewallConfigRce$Outbound;
|
|
2506
3001
|
}
|
|
2507
3002
|
|
|
3003
|
+
export function putFirewallConfigRceToJSON(
|
|
3004
|
+
putFirewallConfigRce: PutFirewallConfigRce,
|
|
3005
|
+
): string {
|
|
3006
|
+
return JSON.stringify(
|
|
3007
|
+
PutFirewallConfigRce$outboundSchema.parse(putFirewallConfigRce),
|
|
3008
|
+
);
|
|
3009
|
+
}
|
|
3010
|
+
|
|
3011
|
+
export function putFirewallConfigRceFromJSON(
|
|
3012
|
+
jsonString: string,
|
|
3013
|
+
): SafeParseResult<PutFirewallConfigRce, SDKValidationError> {
|
|
3014
|
+
return safeParse(
|
|
3015
|
+
jsonString,
|
|
3016
|
+
(x) => PutFirewallConfigRce$inboundSchema.parse(JSON.parse(x)),
|
|
3017
|
+
`Failed to parse 'PutFirewallConfigRce' from JSON`,
|
|
3018
|
+
);
|
|
3019
|
+
}
|
|
3020
|
+
|
|
2508
3021
|
/** @internal */
|
|
2509
3022
|
export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$inboundSchema:
|
|
2510
3023
|
z.ZodNativeEnum<
|
|
@@ -2574,6 +3087,24 @@ export namespace PutFirewallConfigPhp$ {
|
|
|
2574
3087
|
export type Outbound = PutFirewallConfigPhp$Outbound;
|
|
2575
3088
|
}
|
|
2576
3089
|
|
|
3090
|
+
export function putFirewallConfigPhpToJSON(
|
|
3091
|
+
putFirewallConfigPhp: PutFirewallConfigPhp,
|
|
3092
|
+
): string {
|
|
3093
|
+
return JSON.stringify(
|
|
3094
|
+
PutFirewallConfigPhp$outboundSchema.parse(putFirewallConfigPhp),
|
|
3095
|
+
);
|
|
3096
|
+
}
|
|
3097
|
+
|
|
3098
|
+
export function putFirewallConfigPhpFromJSON(
|
|
3099
|
+
jsonString: string,
|
|
3100
|
+
): SafeParseResult<PutFirewallConfigPhp, SDKValidationError> {
|
|
3101
|
+
return safeParse(
|
|
3102
|
+
jsonString,
|
|
3103
|
+
(x) => PutFirewallConfigPhp$inboundSchema.parse(JSON.parse(x)),
|
|
3104
|
+
`Failed to parse 'PutFirewallConfigPhp' from JSON`,
|
|
3105
|
+
);
|
|
3106
|
+
}
|
|
3107
|
+
|
|
2577
3108
|
/** @internal */
|
|
2578
3109
|
export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$inboundSchema:
|
|
2579
3110
|
z.ZodNativeEnum<
|
|
@@ -2643,6 +3174,24 @@ export namespace PutFirewallConfigGen$ {
|
|
|
2643
3174
|
export type Outbound = PutFirewallConfigGen$Outbound;
|
|
2644
3175
|
}
|
|
2645
3176
|
|
|
3177
|
+
export function putFirewallConfigGenToJSON(
|
|
3178
|
+
putFirewallConfigGen: PutFirewallConfigGen,
|
|
3179
|
+
): string {
|
|
3180
|
+
return JSON.stringify(
|
|
3181
|
+
PutFirewallConfigGen$outboundSchema.parse(putFirewallConfigGen),
|
|
3182
|
+
);
|
|
3183
|
+
}
|
|
3184
|
+
|
|
3185
|
+
export function putFirewallConfigGenFromJSON(
|
|
3186
|
+
jsonString: string,
|
|
3187
|
+
): SafeParseResult<PutFirewallConfigGen, SDKValidationError> {
|
|
3188
|
+
return safeParse(
|
|
3189
|
+
jsonString,
|
|
3190
|
+
(x) => PutFirewallConfigGen$inboundSchema.parse(JSON.parse(x)),
|
|
3191
|
+
`Failed to parse 'PutFirewallConfigGen' from JSON`,
|
|
3192
|
+
);
|
|
3193
|
+
}
|
|
3194
|
+
|
|
2646
3195
|
/** @internal */
|
|
2647
3196
|
export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$inboundSchema:
|
|
2648
3197
|
z.ZodNativeEnum<
|
|
@@ -2712,6 +3261,24 @@ export namespace PutFirewallConfigXss$ {
|
|
|
2712
3261
|
export type Outbound = PutFirewallConfigXss$Outbound;
|
|
2713
3262
|
}
|
|
2714
3263
|
|
|
3264
|
+
export function putFirewallConfigXssToJSON(
|
|
3265
|
+
putFirewallConfigXss: PutFirewallConfigXss,
|
|
3266
|
+
): string {
|
|
3267
|
+
return JSON.stringify(
|
|
3268
|
+
PutFirewallConfigXss$outboundSchema.parse(putFirewallConfigXss),
|
|
3269
|
+
);
|
|
3270
|
+
}
|
|
3271
|
+
|
|
3272
|
+
export function putFirewallConfigXssFromJSON(
|
|
3273
|
+
jsonString: string,
|
|
3274
|
+
): SafeParseResult<PutFirewallConfigXss, SDKValidationError> {
|
|
3275
|
+
return safeParse(
|
|
3276
|
+
jsonString,
|
|
3277
|
+
(x) => PutFirewallConfigXss$inboundSchema.parse(JSON.parse(x)),
|
|
3278
|
+
`Failed to parse 'PutFirewallConfigXss' from JSON`,
|
|
3279
|
+
);
|
|
3280
|
+
}
|
|
3281
|
+
|
|
2715
3282
|
/** @internal */
|
|
2716
3283
|
export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$inboundSchema:
|
|
2717
3284
|
z.ZodNativeEnum<
|
|
@@ -2781,6 +3348,24 @@ export namespace PutFirewallConfigSqli$ {
|
|
|
2781
3348
|
export type Outbound = PutFirewallConfigSqli$Outbound;
|
|
2782
3349
|
}
|
|
2783
3350
|
|
|
3351
|
+
export function putFirewallConfigSqliToJSON(
|
|
3352
|
+
putFirewallConfigSqli: PutFirewallConfigSqli,
|
|
3353
|
+
): string {
|
|
3354
|
+
return JSON.stringify(
|
|
3355
|
+
PutFirewallConfigSqli$outboundSchema.parse(putFirewallConfigSqli),
|
|
3356
|
+
);
|
|
3357
|
+
}
|
|
3358
|
+
|
|
3359
|
+
export function putFirewallConfigSqliFromJSON(
|
|
3360
|
+
jsonString: string,
|
|
3361
|
+
): SafeParseResult<PutFirewallConfigSqli, SDKValidationError> {
|
|
3362
|
+
return safeParse(
|
|
3363
|
+
jsonString,
|
|
3364
|
+
(x) => PutFirewallConfigSqli$inboundSchema.parse(JSON.parse(x)),
|
|
3365
|
+
`Failed to parse 'PutFirewallConfigSqli' from JSON`,
|
|
3366
|
+
);
|
|
3367
|
+
}
|
|
3368
|
+
|
|
2784
3369
|
/** @internal */
|
|
2785
3370
|
export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$inboundSchema:
|
|
2786
3371
|
z.ZodNativeEnum<
|
|
@@ -2850,6 +3435,24 @@ export namespace PutFirewallConfigSf$ {
|
|
|
2850
3435
|
export type Outbound = PutFirewallConfigSf$Outbound;
|
|
2851
3436
|
}
|
|
2852
3437
|
|
|
3438
|
+
export function putFirewallConfigSfToJSON(
|
|
3439
|
+
putFirewallConfigSf: PutFirewallConfigSf,
|
|
3440
|
+
): string {
|
|
3441
|
+
return JSON.stringify(
|
|
3442
|
+
PutFirewallConfigSf$outboundSchema.parse(putFirewallConfigSf),
|
|
3443
|
+
);
|
|
3444
|
+
}
|
|
3445
|
+
|
|
3446
|
+
export function putFirewallConfigSfFromJSON(
|
|
3447
|
+
jsonString: string,
|
|
3448
|
+
): SafeParseResult<PutFirewallConfigSf, SDKValidationError> {
|
|
3449
|
+
return safeParse(
|
|
3450
|
+
jsonString,
|
|
3451
|
+
(x) => PutFirewallConfigSf$inboundSchema.parse(JSON.parse(x)),
|
|
3452
|
+
`Failed to parse 'PutFirewallConfigSf' from JSON`,
|
|
3453
|
+
);
|
|
3454
|
+
}
|
|
3455
|
+
|
|
2853
3456
|
/** @internal */
|
|
2854
3457
|
export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$inboundSchema:
|
|
2855
3458
|
z.ZodNativeEnum<
|
|
@@ -2919,6 +3522,24 @@ export namespace PutFirewallConfigJava$ {
|
|
|
2919
3522
|
export type Outbound = PutFirewallConfigJava$Outbound;
|
|
2920
3523
|
}
|
|
2921
3524
|
|
|
3525
|
+
export function putFirewallConfigJavaToJSON(
|
|
3526
|
+
putFirewallConfigJava: PutFirewallConfigJava,
|
|
3527
|
+
): string {
|
|
3528
|
+
return JSON.stringify(
|
|
3529
|
+
PutFirewallConfigJava$outboundSchema.parse(putFirewallConfigJava),
|
|
3530
|
+
);
|
|
3531
|
+
}
|
|
3532
|
+
|
|
3533
|
+
export function putFirewallConfigJavaFromJSON(
|
|
3534
|
+
jsonString: string,
|
|
3535
|
+
): SafeParseResult<PutFirewallConfigJava, SDKValidationError> {
|
|
3536
|
+
return safeParse(
|
|
3537
|
+
jsonString,
|
|
3538
|
+
(x) => PutFirewallConfigJava$inboundSchema.parse(JSON.parse(x)),
|
|
3539
|
+
`Failed to parse 'PutFirewallConfigJava' from JSON`,
|
|
3540
|
+
);
|
|
3541
|
+
}
|
|
3542
|
+
|
|
2922
3543
|
/** @internal */
|
|
2923
3544
|
export const PutFirewallConfigCrs$inboundSchema: z.ZodType<
|
|
2924
3545
|
PutFirewallConfigCrs,
|
|
@@ -2985,6 +3606,24 @@ export namespace PutFirewallConfigCrs$ {
|
|
|
2985
3606
|
export type Outbound = PutFirewallConfigCrs$Outbound;
|
|
2986
3607
|
}
|
|
2987
3608
|
|
|
3609
|
+
export function putFirewallConfigCrsToJSON(
|
|
3610
|
+
putFirewallConfigCrs: PutFirewallConfigCrs,
|
|
3611
|
+
): string {
|
|
3612
|
+
return JSON.stringify(
|
|
3613
|
+
PutFirewallConfigCrs$outboundSchema.parse(putFirewallConfigCrs),
|
|
3614
|
+
);
|
|
3615
|
+
}
|
|
3616
|
+
|
|
3617
|
+
export function putFirewallConfigCrsFromJSON(
|
|
3618
|
+
jsonString: string,
|
|
3619
|
+
): SafeParseResult<PutFirewallConfigCrs, SDKValidationError> {
|
|
3620
|
+
return safeParse(
|
|
3621
|
+
jsonString,
|
|
3622
|
+
(x) => PutFirewallConfigCrs$inboundSchema.parse(JSON.parse(x)),
|
|
3623
|
+
`Failed to parse 'PutFirewallConfigCrs' from JSON`,
|
|
3624
|
+
);
|
|
3625
|
+
}
|
|
3626
|
+
|
|
2988
3627
|
/** @internal */
|
|
2989
3628
|
export const PutFirewallConfigSecurityType$inboundSchema: z.ZodNativeEnum<
|
|
2990
3629
|
typeof PutFirewallConfigSecurityType
|
|
@@ -3060,6 +3699,26 @@ export namespace PutFirewallConfigSecurityValue$ {
|
|
|
3060
3699
|
export type Outbound = PutFirewallConfigSecurityValue$Outbound;
|
|
3061
3700
|
}
|
|
3062
3701
|
|
|
3702
|
+
export function putFirewallConfigSecurityValueToJSON(
|
|
3703
|
+
putFirewallConfigSecurityValue: PutFirewallConfigSecurityValue,
|
|
3704
|
+
): string {
|
|
3705
|
+
return JSON.stringify(
|
|
3706
|
+
PutFirewallConfigSecurityValue$outboundSchema.parse(
|
|
3707
|
+
putFirewallConfigSecurityValue,
|
|
3708
|
+
),
|
|
3709
|
+
);
|
|
3710
|
+
}
|
|
3711
|
+
|
|
3712
|
+
export function putFirewallConfigSecurityValueFromJSON(
|
|
3713
|
+
jsonString: string,
|
|
3714
|
+
): SafeParseResult<PutFirewallConfigSecurityValue, SDKValidationError> {
|
|
3715
|
+
return safeParse(
|
|
3716
|
+
jsonString,
|
|
3717
|
+
(x) => PutFirewallConfigSecurityValue$inboundSchema.parse(JSON.parse(x)),
|
|
3718
|
+
`Failed to parse 'PutFirewallConfigSecurityValue' from JSON`,
|
|
3719
|
+
);
|
|
3720
|
+
}
|
|
3721
|
+
|
|
3063
3722
|
/** @internal */
|
|
3064
3723
|
export const PutFirewallConfigConditions$inboundSchema: z.ZodType<
|
|
3065
3724
|
PutFirewallConfigConditions,
|
|
@@ -3108,6 +3767,26 @@ export namespace PutFirewallConfigConditions$ {
|
|
|
3108
3767
|
export type Outbound = PutFirewallConfigConditions$Outbound;
|
|
3109
3768
|
}
|
|
3110
3769
|
|
|
3770
|
+
export function putFirewallConfigConditionsToJSON(
|
|
3771
|
+
putFirewallConfigConditions: PutFirewallConfigConditions,
|
|
3772
|
+
): string {
|
|
3773
|
+
return JSON.stringify(
|
|
3774
|
+
PutFirewallConfigConditions$outboundSchema.parse(
|
|
3775
|
+
putFirewallConfigConditions,
|
|
3776
|
+
),
|
|
3777
|
+
);
|
|
3778
|
+
}
|
|
3779
|
+
|
|
3780
|
+
export function putFirewallConfigConditionsFromJSON(
|
|
3781
|
+
jsonString: string,
|
|
3782
|
+
): SafeParseResult<PutFirewallConfigConditions, SDKValidationError> {
|
|
3783
|
+
return safeParse(
|
|
3784
|
+
jsonString,
|
|
3785
|
+
(x) => PutFirewallConfigConditions$inboundSchema.parse(JSON.parse(x)),
|
|
3786
|
+
`Failed to parse 'PutFirewallConfigConditions' from JSON`,
|
|
3787
|
+
);
|
|
3788
|
+
}
|
|
3789
|
+
|
|
3111
3790
|
/** @internal */
|
|
3112
3791
|
export const PutFirewallConfigConditionGroup$inboundSchema: z.ZodType<
|
|
3113
3792
|
PutFirewallConfigConditionGroup,
|
|
@@ -3144,6 +3823,26 @@ export namespace PutFirewallConfigConditionGroup$ {
|
|
|
3144
3823
|
export type Outbound = PutFirewallConfigConditionGroup$Outbound;
|
|
3145
3824
|
}
|
|
3146
3825
|
|
|
3826
|
+
export function putFirewallConfigConditionGroupToJSON(
|
|
3827
|
+
putFirewallConfigConditionGroup: PutFirewallConfigConditionGroup,
|
|
3828
|
+
): string {
|
|
3829
|
+
return JSON.stringify(
|
|
3830
|
+
PutFirewallConfigConditionGroup$outboundSchema.parse(
|
|
3831
|
+
putFirewallConfigConditionGroup,
|
|
3832
|
+
),
|
|
3833
|
+
);
|
|
3834
|
+
}
|
|
3835
|
+
|
|
3836
|
+
export function putFirewallConfigConditionGroupFromJSON(
|
|
3837
|
+
jsonString: string,
|
|
3838
|
+
): SafeParseResult<PutFirewallConfigConditionGroup, SDKValidationError> {
|
|
3839
|
+
return safeParse(
|
|
3840
|
+
jsonString,
|
|
3841
|
+
(x) => PutFirewallConfigConditionGroup$inboundSchema.parse(JSON.parse(x)),
|
|
3842
|
+
`Failed to parse 'PutFirewallConfigConditionGroup' from JSON`,
|
|
3843
|
+
);
|
|
3844
|
+
}
|
|
3845
|
+
|
|
3147
3846
|
/** @internal */
|
|
3148
3847
|
export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$inboundSchema:
|
|
3149
3848
|
z.ZodNativeEnum<
|
|
@@ -3273,6 +3972,24 @@ export namespace PutFirewallConfigRateLimit$ {
|
|
|
3273
3972
|
export type Outbound = PutFirewallConfigRateLimit$Outbound;
|
|
3274
3973
|
}
|
|
3275
3974
|
|
|
3975
|
+
export function putFirewallConfigRateLimitToJSON(
|
|
3976
|
+
putFirewallConfigRateLimit: PutFirewallConfigRateLimit,
|
|
3977
|
+
): string {
|
|
3978
|
+
return JSON.stringify(
|
|
3979
|
+
PutFirewallConfigRateLimit$outboundSchema.parse(putFirewallConfigRateLimit),
|
|
3980
|
+
);
|
|
3981
|
+
}
|
|
3982
|
+
|
|
3983
|
+
export function putFirewallConfigRateLimitFromJSON(
|
|
3984
|
+
jsonString: string,
|
|
3985
|
+
): SafeParseResult<PutFirewallConfigRateLimit, SDKValidationError> {
|
|
3986
|
+
return safeParse(
|
|
3987
|
+
jsonString,
|
|
3988
|
+
(x) => PutFirewallConfigRateLimit$inboundSchema.parse(JSON.parse(x)),
|
|
3989
|
+
`Failed to parse 'PutFirewallConfigRateLimit' from JSON`,
|
|
3990
|
+
);
|
|
3991
|
+
}
|
|
3992
|
+
|
|
3276
3993
|
/** @internal */
|
|
3277
3994
|
export const PutFirewallConfigRedirect$inboundSchema: z.ZodType<
|
|
3278
3995
|
PutFirewallConfigRedirect,
|
|
@@ -3312,6 +4029,24 @@ export namespace PutFirewallConfigRedirect$ {
|
|
|
3312
4029
|
export type Outbound = PutFirewallConfigRedirect$Outbound;
|
|
3313
4030
|
}
|
|
3314
4031
|
|
|
4032
|
+
export function putFirewallConfigRedirectToJSON(
|
|
4033
|
+
putFirewallConfigRedirect: PutFirewallConfigRedirect,
|
|
4034
|
+
): string {
|
|
4035
|
+
return JSON.stringify(
|
|
4036
|
+
PutFirewallConfigRedirect$outboundSchema.parse(putFirewallConfigRedirect),
|
|
4037
|
+
);
|
|
4038
|
+
}
|
|
4039
|
+
|
|
4040
|
+
export function putFirewallConfigRedirectFromJSON(
|
|
4041
|
+
jsonString: string,
|
|
4042
|
+
): SafeParseResult<PutFirewallConfigRedirect, SDKValidationError> {
|
|
4043
|
+
return safeParse(
|
|
4044
|
+
jsonString,
|
|
4045
|
+
(x) => PutFirewallConfigRedirect$inboundSchema.parse(JSON.parse(x)),
|
|
4046
|
+
`Failed to parse 'PutFirewallConfigRedirect' from JSON`,
|
|
4047
|
+
);
|
|
4048
|
+
}
|
|
4049
|
+
|
|
3315
4050
|
/** @internal */
|
|
3316
4051
|
export const PutFirewallConfigMitigate$inboundSchema: z.ZodType<
|
|
3317
4052
|
PutFirewallConfigMitigate,
|
|
@@ -3363,6 +4098,24 @@ export namespace PutFirewallConfigMitigate$ {
|
|
|
3363
4098
|
export type Outbound = PutFirewallConfigMitigate$Outbound;
|
|
3364
4099
|
}
|
|
3365
4100
|
|
|
4101
|
+
export function putFirewallConfigMitigateToJSON(
|
|
4102
|
+
putFirewallConfigMitigate: PutFirewallConfigMitigate,
|
|
4103
|
+
): string {
|
|
4104
|
+
return JSON.stringify(
|
|
4105
|
+
PutFirewallConfigMitigate$outboundSchema.parse(putFirewallConfigMitigate),
|
|
4106
|
+
);
|
|
4107
|
+
}
|
|
4108
|
+
|
|
4109
|
+
export function putFirewallConfigMitigateFromJSON(
|
|
4110
|
+
jsonString: string,
|
|
4111
|
+
): SafeParseResult<PutFirewallConfigMitigate, SDKValidationError> {
|
|
4112
|
+
return safeParse(
|
|
4113
|
+
jsonString,
|
|
4114
|
+
(x) => PutFirewallConfigMitigate$inboundSchema.parse(JSON.parse(x)),
|
|
4115
|
+
`Failed to parse 'PutFirewallConfigMitigate' from JSON`,
|
|
4116
|
+
);
|
|
4117
|
+
}
|
|
4118
|
+
|
|
3366
4119
|
/** @internal */
|
|
3367
4120
|
export const PutFirewallConfigSecurityResponseAction$inboundSchema: z.ZodType<
|
|
3368
4121
|
PutFirewallConfigSecurityResponseAction,
|
|
@@ -3401,6 +4154,33 @@ export namespace PutFirewallConfigSecurityResponseAction$ {
|
|
|
3401
4154
|
export type Outbound = PutFirewallConfigSecurityResponseAction$Outbound;
|
|
3402
4155
|
}
|
|
3403
4156
|
|
|
4157
|
+
export function putFirewallConfigSecurityResponseActionToJSON(
|
|
4158
|
+
putFirewallConfigSecurityResponseAction:
|
|
4159
|
+
PutFirewallConfigSecurityResponseAction,
|
|
4160
|
+
): string {
|
|
4161
|
+
return JSON.stringify(
|
|
4162
|
+
PutFirewallConfigSecurityResponseAction$outboundSchema.parse(
|
|
4163
|
+
putFirewallConfigSecurityResponseAction,
|
|
4164
|
+
),
|
|
4165
|
+
);
|
|
4166
|
+
}
|
|
4167
|
+
|
|
4168
|
+
export function putFirewallConfigSecurityResponseActionFromJSON(
|
|
4169
|
+
jsonString: string,
|
|
4170
|
+
): SafeParseResult<
|
|
4171
|
+
PutFirewallConfigSecurityResponseAction,
|
|
4172
|
+
SDKValidationError
|
|
4173
|
+
> {
|
|
4174
|
+
return safeParse(
|
|
4175
|
+
jsonString,
|
|
4176
|
+
(x) =>
|
|
4177
|
+
PutFirewallConfigSecurityResponseAction$inboundSchema.parse(
|
|
4178
|
+
JSON.parse(x),
|
|
4179
|
+
),
|
|
4180
|
+
`Failed to parse 'PutFirewallConfigSecurityResponseAction' from JSON`,
|
|
4181
|
+
);
|
|
4182
|
+
}
|
|
4183
|
+
|
|
3404
4184
|
/** @internal */
|
|
3405
4185
|
export const PutFirewallConfigRules$inboundSchema: z.ZodType<
|
|
3406
4186
|
PutFirewallConfigRules,
|
|
@@ -3456,6 +4236,24 @@ export namespace PutFirewallConfigRules$ {
|
|
|
3456
4236
|
export type Outbound = PutFirewallConfigRules$Outbound;
|
|
3457
4237
|
}
|
|
3458
4238
|
|
|
4239
|
+
export function putFirewallConfigRulesToJSON(
|
|
4240
|
+
putFirewallConfigRules: PutFirewallConfigRules,
|
|
4241
|
+
): string {
|
|
4242
|
+
return JSON.stringify(
|
|
4243
|
+
PutFirewallConfigRules$outboundSchema.parse(putFirewallConfigRules),
|
|
4244
|
+
);
|
|
4245
|
+
}
|
|
4246
|
+
|
|
4247
|
+
export function putFirewallConfigRulesFromJSON(
|
|
4248
|
+
jsonString: string,
|
|
4249
|
+
): SafeParseResult<PutFirewallConfigRules, SDKValidationError> {
|
|
4250
|
+
return safeParse(
|
|
4251
|
+
jsonString,
|
|
4252
|
+
(x) => PutFirewallConfigRules$inboundSchema.parse(JSON.parse(x)),
|
|
4253
|
+
`Failed to parse 'PutFirewallConfigRules' from JSON`,
|
|
4254
|
+
);
|
|
4255
|
+
}
|
|
4256
|
+
|
|
3459
4257
|
/** @internal */
|
|
3460
4258
|
export const PutFirewallConfigSecurityResponse200Action$inboundSchema:
|
|
3461
4259
|
z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200Action> = z
|
|
@@ -3527,6 +4325,24 @@ export namespace PutFirewallConfigIps$ {
|
|
|
3527
4325
|
export type Outbound = PutFirewallConfigIps$Outbound;
|
|
3528
4326
|
}
|
|
3529
4327
|
|
|
4328
|
+
export function putFirewallConfigIpsToJSON(
|
|
4329
|
+
putFirewallConfigIps: PutFirewallConfigIps,
|
|
4330
|
+
): string {
|
|
4331
|
+
return JSON.stringify(
|
|
4332
|
+
PutFirewallConfigIps$outboundSchema.parse(putFirewallConfigIps),
|
|
4333
|
+
);
|
|
4334
|
+
}
|
|
4335
|
+
|
|
4336
|
+
export function putFirewallConfigIpsFromJSON(
|
|
4337
|
+
jsonString: string,
|
|
4338
|
+
): SafeParseResult<PutFirewallConfigIps, SDKValidationError> {
|
|
4339
|
+
return safeParse(
|
|
4340
|
+
jsonString,
|
|
4341
|
+
(x) => PutFirewallConfigIps$inboundSchema.parse(JSON.parse(x)),
|
|
4342
|
+
`Failed to parse 'PutFirewallConfigIps' from JSON`,
|
|
4343
|
+
);
|
|
4344
|
+
}
|
|
4345
|
+
|
|
3530
4346
|
/** @internal */
|
|
3531
4347
|
export const PutFirewallConfigChanges$inboundSchema: z.ZodType<
|
|
3532
4348
|
PutFirewallConfigChanges,
|
|
@@ -3557,6 +4373,24 @@ export namespace PutFirewallConfigChanges$ {
|
|
|
3557
4373
|
export type Outbound = PutFirewallConfigChanges$Outbound;
|
|
3558
4374
|
}
|
|
3559
4375
|
|
|
4376
|
+
export function putFirewallConfigChangesToJSON(
|
|
4377
|
+
putFirewallConfigChanges: PutFirewallConfigChanges,
|
|
4378
|
+
): string {
|
|
4379
|
+
return JSON.stringify(
|
|
4380
|
+
PutFirewallConfigChanges$outboundSchema.parse(putFirewallConfigChanges),
|
|
4381
|
+
);
|
|
4382
|
+
}
|
|
4383
|
+
|
|
4384
|
+
export function putFirewallConfigChangesFromJSON(
|
|
4385
|
+
jsonString: string,
|
|
4386
|
+
): SafeParseResult<PutFirewallConfigChanges, SDKValidationError> {
|
|
4387
|
+
return safeParse(
|
|
4388
|
+
jsonString,
|
|
4389
|
+
(x) => PutFirewallConfigChanges$inboundSchema.parse(JSON.parse(x)),
|
|
4390
|
+
`Failed to parse 'PutFirewallConfigChanges' from JSON`,
|
|
4391
|
+
);
|
|
4392
|
+
}
|
|
4393
|
+
|
|
3560
4394
|
/** @internal */
|
|
3561
4395
|
export const PutFirewallConfigOwasp$inboundSchema: z.ZodType<
|
|
3562
4396
|
PutFirewallConfigOwasp,
|
|
@@ -3602,6 +4436,24 @@ export namespace PutFirewallConfigOwasp$ {
|
|
|
3602
4436
|
export type Outbound = PutFirewallConfigOwasp$Outbound;
|
|
3603
4437
|
}
|
|
3604
4438
|
|
|
4439
|
+
export function putFirewallConfigOwaspToJSON(
|
|
4440
|
+
putFirewallConfigOwasp: PutFirewallConfigOwasp,
|
|
4441
|
+
): string {
|
|
4442
|
+
return JSON.stringify(
|
|
4443
|
+
PutFirewallConfigOwasp$outboundSchema.parse(putFirewallConfigOwasp),
|
|
4444
|
+
);
|
|
4445
|
+
}
|
|
4446
|
+
|
|
4447
|
+
export function putFirewallConfigOwaspFromJSON(
|
|
4448
|
+
jsonString: string,
|
|
4449
|
+
): SafeParseResult<PutFirewallConfigOwasp, SDKValidationError> {
|
|
4450
|
+
return safeParse(
|
|
4451
|
+
jsonString,
|
|
4452
|
+
(x) => PutFirewallConfigOwasp$inboundSchema.parse(JSON.parse(x)),
|
|
4453
|
+
`Failed to parse 'PutFirewallConfigOwasp' from JSON`,
|
|
4454
|
+
);
|
|
4455
|
+
}
|
|
4456
|
+
|
|
3605
4457
|
/** @internal */
|
|
3606
4458
|
export const PutFirewallConfigVerifiedBotsBypass$inboundSchema: z.ZodType<
|
|
3607
4459
|
PutFirewallConfigVerifiedBotsBypass,
|
|
@@ -3649,6 +4501,27 @@ export namespace PutFirewallConfigVerifiedBotsBypass$ {
|
|
|
3649
4501
|
export type Outbound = PutFirewallConfigVerifiedBotsBypass$Outbound;
|
|
3650
4502
|
}
|
|
3651
4503
|
|
|
4504
|
+
export function putFirewallConfigVerifiedBotsBypassToJSON(
|
|
4505
|
+
putFirewallConfigVerifiedBotsBypass: PutFirewallConfigVerifiedBotsBypass,
|
|
4506
|
+
): string {
|
|
4507
|
+
return JSON.stringify(
|
|
4508
|
+
PutFirewallConfigVerifiedBotsBypass$outboundSchema.parse(
|
|
4509
|
+
putFirewallConfigVerifiedBotsBypass,
|
|
4510
|
+
),
|
|
4511
|
+
);
|
|
4512
|
+
}
|
|
4513
|
+
|
|
4514
|
+
export function putFirewallConfigVerifiedBotsBypassFromJSON(
|
|
4515
|
+
jsonString: string,
|
|
4516
|
+
): SafeParseResult<PutFirewallConfigVerifiedBotsBypass, SDKValidationError> {
|
|
4517
|
+
return safeParse(
|
|
4518
|
+
jsonString,
|
|
4519
|
+
(x) =>
|
|
4520
|
+
PutFirewallConfigVerifiedBotsBypass$inboundSchema.parse(JSON.parse(x)),
|
|
4521
|
+
`Failed to parse 'PutFirewallConfigVerifiedBotsBypass' from JSON`,
|
|
4522
|
+
);
|
|
4523
|
+
}
|
|
4524
|
+
|
|
3652
4525
|
/** @internal */
|
|
3653
4526
|
export const PutFirewallConfigManagedRules$inboundSchema: z.ZodType<
|
|
3654
4527
|
PutFirewallConfigManagedRules,
|
|
@@ -3692,6 +4565,26 @@ export namespace PutFirewallConfigManagedRules$ {
|
|
|
3692
4565
|
export type Outbound = PutFirewallConfigManagedRules$Outbound;
|
|
3693
4566
|
}
|
|
3694
4567
|
|
|
4568
|
+
export function putFirewallConfigManagedRulesToJSON(
|
|
4569
|
+
putFirewallConfigManagedRules: PutFirewallConfigManagedRules,
|
|
4570
|
+
): string {
|
|
4571
|
+
return JSON.stringify(
|
|
4572
|
+
PutFirewallConfigManagedRules$outboundSchema.parse(
|
|
4573
|
+
putFirewallConfigManagedRules,
|
|
4574
|
+
),
|
|
4575
|
+
);
|
|
4576
|
+
}
|
|
4577
|
+
|
|
4578
|
+
export function putFirewallConfigManagedRulesFromJSON(
|
|
4579
|
+
jsonString: string,
|
|
4580
|
+
): SafeParseResult<PutFirewallConfigManagedRules, SDKValidationError> {
|
|
4581
|
+
return safeParse(
|
|
4582
|
+
jsonString,
|
|
4583
|
+
(x) => PutFirewallConfigManagedRules$inboundSchema.parse(JSON.parse(x)),
|
|
4584
|
+
`Failed to parse 'PutFirewallConfigManagedRules' from JSON`,
|
|
4585
|
+
);
|
|
4586
|
+
}
|
|
4587
|
+
|
|
3695
4588
|
/** @internal */
|
|
3696
4589
|
export const Active$inboundSchema: z.ZodType<Active, z.ZodTypeDef, unknown> = z
|
|
3697
4590
|
.object({
|
|
@@ -3757,6 +4650,20 @@ export namespace Active$ {
|
|
|
3757
4650
|
export type Outbound = Active$Outbound;
|
|
3758
4651
|
}
|
|
3759
4652
|
|
|
4653
|
+
export function activeToJSON(active: Active): string {
|
|
4654
|
+
return JSON.stringify(Active$outboundSchema.parse(active));
|
|
4655
|
+
}
|
|
4656
|
+
|
|
4657
|
+
export function activeFromJSON(
|
|
4658
|
+
jsonString: string,
|
|
4659
|
+
): SafeParseResult<Active, SDKValidationError> {
|
|
4660
|
+
return safeParse(
|
|
4661
|
+
jsonString,
|
|
4662
|
+
(x) => Active$inboundSchema.parse(JSON.parse(x)),
|
|
4663
|
+
`Failed to parse 'Active' from JSON`,
|
|
4664
|
+
);
|
|
4665
|
+
}
|
|
4666
|
+
|
|
3760
4667
|
/** @internal */
|
|
3761
4668
|
export const PutFirewallConfigResponseBody$inboundSchema: z.ZodType<
|
|
3762
4669
|
PutFirewallConfigResponseBody,
|
|
@@ -3792,3 +4699,23 @@ export namespace PutFirewallConfigResponseBody$ {
|
|
|
3792
4699
|
/** @deprecated use `PutFirewallConfigResponseBody$Outbound` instead. */
|
|
3793
4700
|
export type Outbound = PutFirewallConfigResponseBody$Outbound;
|
|
3794
4701
|
}
|
|
4702
|
+
|
|
4703
|
+
export function putFirewallConfigResponseBodyToJSON(
|
|
4704
|
+
putFirewallConfigResponseBody: PutFirewallConfigResponseBody,
|
|
4705
|
+
): string {
|
|
4706
|
+
return JSON.stringify(
|
|
4707
|
+
PutFirewallConfigResponseBody$outboundSchema.parse(
|
|
4708
|
+
putFirewallConfigResponseBody,
|
|
4709
|
+
),
|
|
4710
|
+
);
|
|
4711
|
+
}
|
|
4712
|
+
|
|
4713
|
+
export function putFirewallConfigResponseBodyFromJSON(
|
|
4714
|
+
jsonString: string,
|
|
4715
|
+
): SafeParseResult<PutFirewallConfigResponseBody, SDKValidationError> {
|
|
4716
|
+
return safeParse(
|
|
4717
|
+
jsonString,
|
|
4718
|
+
(x) => PutFirewallConfigResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
4719
|
+
`Failed to parse 'PutFirewallConfigResponseBody' from JSON`,
|
|
4720
|
+
);
|
|
4721
|
+
}
|