@vercel/sdk 14.0.0-canary.6 → 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 +201 -0
- package/README.md +8 -4
- package/docs/sdks/accessgroups/README.md +326 -0
- package/docs/sdks/projects/README.md +0 -150
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js +77 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/{projectsPauseProject.js → accessGroupsDeleteAccessGroupProject.js} +12 -11
- 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/{projectsUnpauseProject.js → accessGroupsReadAccessGroupProject.js} +13 -13
- 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/accessGroupsUpdateAccessGroupProject.js +81 -0
- 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 +190 -46
- package/esm/models/operations/createproject.d.ts.map +1 -1
- package/esm/models/operations/createproject.js +518 -26
- package/esm/models/operations/createproject.js.map +1 -1
- package/esm/models/operations/createprojectenv.d.ts +112 -6
- package/esm/models/operations/createprojectenv.d.ts.map +1 -1
- package/esm/models/operations/createprojectenv.js +315 -2
- 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 +8 -0
- package/esm/models/operations/createwebhook.d.ts.map +1 -1
- package/esm/models/operations/createwebhook.js +19 -0
- 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 +51 -3
- package/esm/models/operations/editprojectenv.d.ts.map +1 -1
- package/esm/models/operations/editprojectenv.js +140 -1
- 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 +173 -37
- package/esm/models/operations/getprojects.d.ts.map +1 -1
- package/esm/models/operations/getprojects.js +491 -23
- 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 +6 -0
- package/esm/models/operations/getwebhook.d.ts.map +1 -1
- package/esm/models/operations/getwebhook.js +13 -0
- package/esm/models/operations/getwebhook.js.map +1 -1
- package/esm/models/operations/getwebhooks.d.ts +12 -0
- package/esm/models/operations/getwebhooks.d.ts.map +1 -1
- package/esm/models/operations/getwebhooks.js +31 -0
- 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 +129 -9
- package/esm/models/operations/removeprojectenv.d.ts.map +1 -1
- package/esm/models/operations/removeprojectenv.js +364 -3
- 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 +196 -46
- package/esm/models/operations/updateproject.d.ts.map +1 -1
- package/esm/models/operations/updateproject.js +536 -26
- package/esm/models/operations/updateproject.js.map +1 -1
- package/esm/models/operations/updateprojectdatacache.d.ts +173 -37
- package/esm/models/operations/updateprojectdatacache.d.ts.map +1 -1
- package/esm/models/operations/updateprojectdatacache.js +491 -24
- 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/package.json +2 -2
- package/src/funcs/accessGroupsCreateAccessGroupProject.ts +144 -0
- package/src/funcs/{projectsPauseProject.ts → accessGroupsDeleteAccessGroupProject.ts} +20 -13
- package/src/funcs/{projectsUnpauseProject.ts → accessGroupsReadAccessGroupProject.ts} +26 -18
- package/src/funcs/accessGroupsUpdateAccessGroupProject.ts +148 -0
- 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 +1572 -59
- package/src/models/operations/createprojectenv.ts +1010 -2
- package/src/models/operations/createrecord.ts +265 -0
- package/src/models/operations/createteam.ts +81 -0
- package/src/models/operations/createwebhook.ts +57 -0
- 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 +448 -1
- 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 +1482 -55
- 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 +39 -0
- package/src/models/operations/getwebhooks.ts +93 -0
- 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 +1355 -3
- 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 +1643 -63
- package/src/models/operations/updateprojectdatacache.ts +1381 -52
- 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 -38
- 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/models/operations/pauseproject.d.ts +0 -38
- package/esm/models/operations/pauseproject.d.ts.map +0 -1
- package/esm/models/operations/pauseproject.js +0 -28
- package/esm/models/operations/pauseproject.js.map +0 -1
- package/esm/models/operations/unpauseproject.d.ts +0 -38
- package/esm/models/operations/unpauseproject.d.ts.map +0 -1
- package/esm/models/operations/unpauseproject.js +0 -28
- package/esm/models/operations/unpauseproject.js.map +0 -1
- package/src/models/operations/pauseproject.ts +0 -62
- package/src/models/operations/unpauseproject.ts +0 -62
|
@@ -4,12 +4,15 @@
|
|
|
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";
|
|
8
10
|
import {
|
|
9
11
|
ACLAction,
|
|
10
12
|
ACLAction$inboundSchema,
|
|
11
13
|
ACLAction$outboundSchema,
|
|
12
14
|
} from "../components/aclaction.js";
|
|
15
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
13
16
|
|
|
14
17
|
export type UpdateProjectDataCacheRequestBody = {
|
|
15
18
|
/**
|
|
@@ -730,29 +733,15 @@ export type Link1 = {
|
|
|
730
733
|
|
|
731
734
|
export type Link = Link1 | Link3 | Link2;
|
|
732
735
|
|
|
733
|
-
/**
|
|
734
|
-
* The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
735
|
-
*/
|
|
736
|
-
export type Group = {
|
|
737
|
-
/**
|
|
738
|
-
* A unique identifier for the group of microfrontends. All related microfrontend projects will share this group ID. Example: mfe_12HKQaOmR5t5Uy6vdcQsNIiZgHGB
|
|
739
|
-
*/
|
|
740
|
-
id: string;
|
|
741
|
-
/**
|
|
742
|
-
* A human readable name for the microfrontends group. This will be used to display the microfrontends group in the UI.
|
|
743
|
-
*/
|
|
744
|
-
slug: string;
|
|
745
|
-
};
|
|
746
|
-
|
|
747
736
|
export type Microfrontends = {
|
|
748
737
|
/**
|
|
749
738
|
* Timestamp when the microfrontends settings were last updated.
|
|
750
739
|
*/
|
|
751
740
|
updatedAt: number;
|
|
752
741
|
/**
|
|
753
|
-
* The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
742
|
+
* The group IDs of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
754
743
|
*/
|
|
755
|
-
|
|
744
|
+
groupIds: Array<string>;
|
|
756
745
|
/**
|
|
757
746
|
* Whether microfrontends are enabled for this project.
|
|
758
747
|
*/
|
|
@@ -1072,6 +1061,7 @@ export type Permissions = {
|
|
|
1072
1061
|
teamInvite?: Array<ACLAction> | undefined;
|
|
1073
1062
|
teamInviteCode?: Array<ACLAction> | undefined;
|
|
1074
1063
|
teamJoin?: Array<ACLAction> | undefined;
|
|
1064
|
+
teamMicrofrontends?: Array<ACLAction> | undefined;
|
|
1075
1065
|
teamOwnMembership?: Array<ACLAction> | undefined;
|
|
1076
1066
|
teamOwnMembershipDisconnectSAML?: Array<ACLAction> | undefined;
|
|
1077
1067
|
token?: Array<ACLAction> | undefined;
|
|
@@ -1101,6 +1091,7 @@ export type Permissions = {
|
|
|
1101
1091
|
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1102
1092
|
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1103
1093
|
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1094
|
+
deploymentV0?: Array<ACLAction> | undefined;
|
|
1104
1095
|
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1105
1096
|
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1106
1097
|
deploymentPromote?: Array<ACLAction> | undefined;
|
|
@@ -1112,6 +1103,7 @@ export type Permissions = {
|
|
|
1112
1103
|
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1113
1104
|
job?: Array<ACLAction> | undefined;
|
|
1114
1105
|
project?: Array<ACLAction> | undefined;
|
|
1106
|
+
projectFromV0?: Array<ACLAction> | undefined;
|
|
1115
1107
|
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1116
1108
|
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1117
1109
|
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
@@ -1412,6 +1404,7 @@ export type Security = {
|
|
|
1412
1404
|
firewallSeawallEnabled?: boolean | undefined;
|
|
1413
1405
|
ja3Enabled?: boolean | undefined;
|
|
1414
1406
|
ja4Enabled?: boolean | undefined;
|
|
1407
|
+
firewallBypassIps?: Array<string> | undefined;
|
|
1415
1408
|
};
|
|
1416
1409
|
|
|
1417
1410
|
/**
|
|
@@ -1555,6 +1548,26 @@ export namespace UpdateProjectDataCacheRequestBody$ {
|
|
|
1555
1548
|
export type Outbound = UpdateProjectDataCacheRequestBody$Outbound;
|
|
1556
1549
|
}
|
|
1557
1550
|
|
|
1551
|
+
export function updateProjectDataCacheRequestBodyToJSON(
|
|
1552
|
+
updateProjectDataCacheRequestBody: UpdateProjectDataCacheRequestBody,
|
|
1553
|
+
): string {
|
|
1554
|
+
return JSON.stringify(
|
|
1555
|
+
UpdateProjectDataCacheRequestBody$outboundSchema.parse(
|
|
1556
|
+
updateProjectDataCacheRequestBody,
|
|
1557
|
+
),
|
|
1558
|
+
);
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1561
|
+
export function updateProjectDataCacheRequestBodyFromJSON(
|
|
1562
|
+
jsonString: string,
|
|
1563
|
+
): SafeParseResult<UpdateProjectDataCacheRequestBody, SDKValidationError> {
|
|
1564
|
+
return safeParse(
|
|
1565
|
+
jsonString,
|
|
1566
|
+
(x) => UpdateProjectDataCacheRequestBody$inboundSchema.parse(JSON.parse(x)),
|
|
1567
|
+
`Failed to parse 'UpdateProjectDataCacheRequestBody' from JSON`,
|
|
1568
|
+
);
|
|
1569
|
+
}
|
|
1570
|
+
|
|
1558
1571
|
/** @internal */
|
|
1559
1572
|
export const UpdateProjectDataCacheRequest$inboundSchema: z.ZodType<
|
|
1560
1573
|
UpdateProjectDataCacheRequest,
|
|
@@ -1610,6 +1623,26 @@ export namespace UpdateProjectDataCacheRequest$ {
|
|
|
1610
1623
|
export type Outbound = UpdateProjectDataCacheRequest$Outbound;
|
|
1611
1624
|
}
|
|
1612
1625
|
|
|
1626
|
+
export function updateProjectDataCacheRequestToJSON(
|
|
1627
|
+
updateProjectDataCacheRequest: UpdateProjectDataCacheRequest,
|
|
1628
|
+
): string {
|
|
1629
|
+
return JSON.stringify(
|
|
1630
|
+
UpdateProjectDataCacheRequest$outboundSchema.parse(
|
|
1631
|
+
updateProjectDataCacheRequest,
|
|
1632
|
+
),
|
|
1633
|
+
);
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
export function updateProjectDataCacheRequestFromJSON(
|
|
1637
|
+
jsonString: string,
|
|
1638
|
+
): SafeParseResult<UpdateProjectDataCacheRequest, SDKValidationError> {
|
|
1639
|
+
return safeParse(
|
|
1640
|
+
jsonString,
|
|
1641
|
+
(x) => UpdateProjectDataCacheRequest$inboundSchema.parse(JSON.parse(x)),
|
|
1642
|
+
`Failed to parse 'UpdateProjectDataCacheRequest' from JSON`,
|
|
1643
|
+
);
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1613
1646
|
/** @internal */
|
|
1614
1647
|
export const Analytics$inboundSchema: z.ZodType<
|
|
1615
1648
|
Analytics,
|
|
@@ -1664,6 +1697,20 @@ export namespace Analytics$ {
|
|
|
1664
1697
|
export type Outbound = Analytics$Outbound;
|
|
1665
1698
|
}
|
|
1666
1699
|
|
|
1700
|
+
export function analyticsToJSON(analytics: Analytics): string {
|
|
1701
|
+
return JSON.stringify(Analytics$outboundSchema.parse(analytics));
|
|
1702
|
+
}
|
|
1703
|
+
|
|
1704
|
+
export function analyticsFromJSON(
|
|
1705
|
+
jsonString: string,
|
|
1706
|
+
): SafeParseResult<Analytics, SDKValidationError> {
|
|
1707
|
+
return safeParse(
|
|
1708
|
+
jsonString,
|
|
1709
|
+
(x) => Analytics$inboundSchema.parse(JSON.parse(x)),
|
|
1710
|
+
`Failed to parse 'Analytics' from JSON`,
|
|
1711
|
+
);
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1667
1714
|
/** @internal */
|
|
1668
1715
|
export const SpeedInsights$inboundSchema: z.ZodType<
|
|
1669
1716
|
SpeedInsights,
|
|
@@ -1715,6 +1762,20 @@ export namespace SpeedInsights$ {
|
|
|
1715
1762
|
export type Outbound = SpeedInsights$Outbound;
|
|
1716
1763
|
}
|
|
1717
1764
|
|
|
1765
|
+
export function speedInsightsToJSON(speedInsights: SpeedInsights): string {
|
|
1766
|
+
return JSON.stringify(SpeedInsights$outboundSchema.parse(speedInsights));
|
|
1767
|
+
}
|
|
1768
|
+
|
|
1769
|
+
export function speedInsightsFromJSON(
|
|
1770
|
+
jsonString: string,
|
|
1771
|
+
): SafeParseResult<SpeedInsights, SDKValidationError> {
|
|
1772
|
+
return safeParse(
|
|
1773
|
+
jsonString,
|
|
1774
|
+
(x) => SpeedInsights$inboundSchema.parse(JSON.parse(x)),
|
|
1775
|
+
`Failed to parse 'SpeedInsights' from JSON`,
|
|
1776
|
+
);
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1718
1779
|
/** @internal */
|
|
1719
1780
|
export const Definitions$inboundSchema: z.ZodType<
|
|
1720
1781
|
Definitions,
|
|
@@ -1757,6 +1818,20 @@ export namespace Definitions$ {
|
|
|
1757
1818
|
export type Outbound = Definitions$Outbound;
|
|
1758
1819
|
}
|
|
1759
1820
|
|
|
1821
|
+
export function definitionsToJSON(definitions: Definitions): string {
|
|
1822
|
+
return JSON.stringify(Definitions$outboundSchema.parse(definitions));
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
export function definitionsFromJSON(
|
|
1826
|
+
jsonString: string,
|
|
1827
|
+
): SafeParseResult<Definitions, SDKValidationError> {
|
|
1828
|
+
return safeParse(
|
|
1829
|
+
jsonString,
|
|
1830
|
+
(x) => Definitions$inboundSchema.parse(JSON.parse(x)),
|
|
1831
|
+
`Failed to parse 'Definitions' from JSON`,
|
|
1832
|
+
);
|
|
1833
|
+
}
|
|
1834
|
+
|
|
1760
1835
|
/** @internal */
|
|
1761
1836
|
export const Crons$inboundSchema: z.ZodType<Crons, z.ZodTypeDef, unknown> = z
|
|
1762
1837
|
.object({
|
|
@@ -1802,6 +1877,20 @@ export namespace Crons$ {
|
|
|
1802
1877
|
export type Outbound = Crons$Outbound;
|
|
1803
1878
|
}
|
|
1804
1879
|
|
|
1880
|
+
export function cronsToJSON(crons: Crons): string {
|
|
1881
|
+
return JSON.stringify(Crons$outboundSchema.parse(crons));
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
export function cronsFromJSON(
|
|
1885
|
+
jsonString: string,
|
|
1886
|
+
): SafeParseResult<Crons, SDKValidationError> {
|
|
1887
|
+
return safeParse(
|
|
1888
|
+
jsonString,
|
|
1889
|
+
(x) => Crons$inboundSchema.parse(JSON.parse(x)),
|
|
1890
|
+
`Failed to parse 'Crons' from JSON`,
|
|
1891
|
+
);
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1805
1894
|
/** @internal */
|
|
1806
1895
|
export const DataCache$inboundSchema: z.ZodType<
|
|
1807
1896
|
DataCache,
|
|
@@ -1844,6 +1933,20 @@ export namespace DataCache$ {
|
|
|
1844
1933
|
export type Outbound = DataCache$Outbound;
|
|
1845
1934
|
}
|
|
1846
1935
|
|
|
1936
|
+
export function dataCacheToJSON(dataCache: DataCache): string {
|
|
1937
|
+
return JSON.stringify(DataCache$outboundSchema.parse(dataCache));
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1940
|
+
export function dataCacheFromJSON(
|
|
1941
|
+
jsonString: string,
|
|
1942
|
+
): SafeParseResult<DataCache, SDKValidationError> {
|
|
1943
|
+
return safeParse(
|
|
1944
|
+
jsonString,
|
|
1945
|
+
(x) => DataCache$inboundSchema.parse(JSON.parse(x)),
|
|
1946
|
+
`Failed to parse 'DataCache' from JSON`,
|
|
1947
|
+
);
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1847
1950
|
/** @internal */
|
|
1848
1951
|
export const DeploymentExpiration$inboundSchema: z.ZodType<
|
|
1849
1952
|
DeploymentExpiration,
|
|
@@ -1892,6 +1995,24 @@ export namespace DeploymentExpiration$ {
|
|
|
1892
1995
|
export type Outbound = DeploymentExpiration$Outbound;
|
|
1893
1996
|
}
|
|
1894
1997
|
|
|
1998
|
+
export function deploymentExpirationToJSON(
|
|
1999
|
+
deploymentExpiration: DeploymentExpiration,
|
|
2000
|
+
): string {
|
|
2001
|
+
return JSON.stringify(
|
|
2002
|
+
DeploymentExpiration$outboundSchema.parse(deploymentExpiration),
|
|
2003
|
+
);
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
export function deploymentExpirationFromJSON(
|
|
2007
|
+
jsonString: string,
|
|
2008
|
+
): SafeParseResult<DeploymentExpiration, SDKValidationError> {
|
|
2009
|
+
return safeParse(
|
|
2010
|
+
jsonString,
|
|
2011
|
+
(x) => DeploymentExpiration$inboundSchema.parse(JSON.parse(x)),
|
|
2012
|
+
`Failed to parse 'DeploymentExpiration' from JSON`,
|
|
2013
|
+
);
|
|
2014
|
+
}
|
|
2015
|
+
|
|
1895
2016
|
/** @internal */
|
|
1896
2017
|
export const UpdateProjectDataCacheTarget2$inboundSchema: z.ZodNativeEnum<
|
|
1897
2018
|
typeof UpdateProjectDataCacheTarget2
|
|
@@ -1970,6 +2091,26 @@ export namespace UpdateProjectDataCacheTarget$ {
|
|
|
1970
2091
|
export type Outbound = UpdateProjectDataCacheTarget$Outbound;
|
|
1971
2092
|
}
|
|
1972
2093
|
|
|
2094
|
+
export function updateProjectDataCacheTargetToJSON(
|
|
2095
|
+
updateProjectDataCacheTarget: UpdateProjectDataCacheTarget,
|
|
2096
|
+
): string {
|
|
2097
|
+
return JSON.stringify(
|
|
2098
|
+
UpdateProjectDataCacheTarget$outboundSchema.parse(
|
|
2099
|
+
updateProjectDataCacheTarget,
|
|
2100
|
+
),
|
|
2101
|
+
);
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2104
|
+
export function updateProjectDataCacheTargetFromJSON(
|
|
2105
|
+
jsonString: string,
|
|
2106
|
+
): SafeParseResult<UpdateProjectDataCacheTarget, SDKValidationError> {
|
|
2107
|
+
return safeParse(
|
|
2108
|
+
jsonString,
|
|
2109
|
+
(x) => UpdateProjectDataCacheTarget$inboundSchema.parse(JSON.parse(x)),
|
|
2110
|
+
`Failed to parse 'UpdateProjectDataCacheTarget' from JSON`,
|
|
2111
|
+
);
|
|
2112
|
+
}
|
|
2113
|
+
|
|
1973
2114
|
/** @internal */
|
|
1974
2115
|
export const UpdateProjectDataCacheProjectsResponse200Type$inboundSchema:
|
|
1975
2116
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Type> = z
|
|
@@ -2059,6 +2200,20 @@ export namespace Fifteen$ {
|
|
|
2059
2200
|
export type Outbound = Fifteen$Outbound;
|
|
2060
2201
|
}
|
|
2061
2202
|
|
|
2203
|
+
export function fifteenToJSON(fifteen: Fifteen): string {
|
|
2204
|
+
return JSON.stringify(Fifteen$outboundSchema.parse(fifteen));
|
|
2205
|
+
}
|
|
2206
|
+
|
|
2207
|
+
export function fifteenFromJSON(
|
|
2208
|
+
jsonString: string,
|
|
2209
|
+
): SafeParseResult<Fifteen, SDKValidationError> {
|
|
2210
|
+
return safeParse(
|
|
2211
|
+
jsonString,
|
|
2212
|
+
(x) => Fifteen$inboundSchema.parse(JSON.parse(x)),
|
|
2213
|
+
`Failed to parse 'Fifteen' from JSON`,
|
|
2214
|
+
);
|
|
2215
|
+
}
|
|
2216
|
+
|
|
2062
2217
|
/** @internal */
|
|
2063
2218
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema:
|
|
2064
2219
|
z.ZodNativeEnum<
|
|
@@ -2137,6 +2292,20 @@ export namespace Fourteen$ {
|
|
|
2137
2292
|
export type Outbound = Fourteen$Outbound;
|
|
2138
2293
|
}
|
|
2139
2294
|
|
|
2295
|
+
export function fourteenToJSON(fourteen: Fourteen): string {
|
|
2296
|
+
return JSON.stringify(Fourteen$outboundSchema.parse(fourteen));
|
|
2297
|
+
}
|
|
2298
|
+
|
|
2299
|
+
export function fourteenFromJSON(
|
|
2300
|
+
jsonString: string,
|
|
2301
|
+
): SafeParseResult<Fourteen, SDKValidationError> {
|
|
2302
|
+
return safeParse(
|
|
2303
|
+
jsonString,
|
|
2304
|
+
(x) => Fourteen$inboundSchema.parse(JSON.parse(x)),
|
|
2305
|
+
`Failed to parse 'Fourteen' from JSON`,
|
|
2306
|
+
);
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2140
2309
|
/** @internal */
|
|
2141
2310
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema:
|
|
2142
2311
|
z.ZodNativeEnum<
|
|
@@ -2206,6 +2375,20 @@ export namespace Thirteen$ {
|
|
|
2206
2375
|
export type Outbound = Thirteen$Outbound;
|
|
2207
2376
|
}
|
|
2208
2377
|
|
|
2378
|
+
export function thirteenToJSON(thirteen: Thirteen): string {
|
|
2379
|
+
return JSON.stringify(Thirteen$outboundSchema.parse(thirteen));
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
export function thirteenFromJSON(
|
|
2383
|
+
jsonString: string,
|
|
2384
|
+
): SafeParseResult<Thirteen, SDKValidationError> {
|
|
2385
|
+
return safeParse(
|
|
2386
|
+
jsonString,
|
|
2387
|
+
(x) => Thirteen$inboundSchema.parse(JSON.parse(x)),
|
|
2388
|
+
`Failed to parse 'Thirteen' from JSON`,
|
|
2389
|
+
);
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2209
2392
|
/** @internal */
|
|
2210
2393
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema:
|
|
2211
2394
|
z.ZodNativeEnum<
|
|
@@ -2272,6 +2455,20 @@ export namespace Twelve$ {
|
|
|
2272
2455
|
export type Outbound = Twelve$Outbound;
|
|
2273
2456
|
}
|
|
2274
2457
|
|
|
2458
|
+
export function twelveToJSON(twelve: Twelve): string {
|
|
2459
|
+
return JSON.stringify(Twelve$outboundSchema.parse(twelve));
|
|
2460
|
+
}
|
|
2461
|
+
|
|
2462
|
+
export function twelveFromJSON(
|
|
2463
|
+
jsonString: string,
|
|
2464
|
+
): SafeParseResult<Twelve, SDKValidationError> {
|
|
2465
|
+
return safeParse(
|
|
2466
|
+
jsonString,
|
|
2467
|
+
(x) => Twelve$inboundSchema.parse(JSON.parse(x)),
|
|
2468
|
+
`Failed to parse 'Twelve' from JSON`,
|
|
2469
|
+
);
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2275
2472
|
/** @internal */
|
|
2276
2473
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema:
|
|
2277
2474
|
z.ZodNativeEnum<
|
|
@@ -2343,6 +2540,27 @@ export namespace UpdateProjectDataCacheContentHint11$ {
|
|
|
2343
2540
|
export type Outbound = UpdateProjectDataCacheContentHint11$Outbound;
|
|
2344
2541
|
}
|
|
2345
2542
|
|
|
2543
|
+
export function updateProjectDataCacheContentHint11ToJSON(
|
|
2544
|
+
updateProjectDataCacheContentHint11: UpdateProjectDataCacheContentHint11,
|
|
2545
|
+
): string {
|
|
2546
|
+
return JSON.stringify(
|
|
2547
|
+
UpdateProjectDataCacheContentHint11$outboundSchema.parse(
|
|
2548
|
+
updateProjectDataCacheContentHint11,
|
|
2549
|
+
),
|
|
2550
|
+
);
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2553
|
+
export function updateProjectDataCacheContentHint11FromJSON(
|
|
2554
|
+
jsonString: string,
|
|
2555
|
+
): SafeParseResult<UpdateProjectDataCacheContentHint11, SDKValidationError> {
|
|
2556
|
+
return safeParse(
|
|
2557
|
+
jsonString,
|
|
2558
|
+
(x) =>
|
|
2559
|
+
UpdateProjectDataCacheContentHint11$inboundSchema.parse(JSON.parse(x)),
|
|
2560
|
+
`Failed to parse 'UpdateProjectDataCacheContentHint11' from JSON`,
|
|
2561
|
+
);
|
|
2562
|
+
}
|
|
2563
|
+
|
|
2346
2564
|
/** @internal */
|
|
2347
2565
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema:
|
|
2348
2566
|
z.ZodNativeEnum<
|
|
@@ -2412,6 +2630,20 @@ export namespace ContentHint10$ {
|
|
|
2412
2630
|
export type Outbound = ContentHint10$Outbound;
|
|
2413
2631
|
}
|
|
2414
2632
|
|
|
2633
|
+
export function contentHint10ToJSON(contentHint10: ContentHint10): string {
|
|
2634
|
+
return JSON.stringify(ContentHint10$outboundSchema.parse(contentHint10));
|
|
2635
|
+
}
|
|
2636
|
+
|
|
2637
|
+
export function contentHint10FromJSON(
|
|
2638
|
+
jsonString: string,
|
|
2639
|
+
): SafeParseResult<ContentHint10, SDKValidationError> {
|
|
2640
|
+
return safeParse(
|
|
2641
|
+
jsonString,
|
|
2642
|
+
(x) => ContentHint10$inboundSchema.parse(JSON.parse(x)),
|
|
2643
|
+
`Failed to parse 'ContentHint10' from JSON`,
|
|
2644
|
+
);
|
|
2645
|
+
}
|
|
2646
|
+
|
|
2415
2647
|
/** @internal */
|
|
2416
2648
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema:
|
|
2417
2649
|
z.ZodNativeEnum<
|
|
@@ -2481,6 +2713,20 @@ export namespace ContentHint9$ {
|
|
|
2481
2713
|
export type Outbound = ContentHint9$Outbound;
|
|
2482
2714
|
}
|
|
2483
2715
|
|
|
2716
|
+
export function contentHint9ToJSON(contentHint9: ContentHint9): string {
|
|
2717
|
+
return JSON.stringify(ContentHint9$outboundSchema.parse(contentHint9));
|
|
2718
|
+
}
|
|
2719
|
+
|
|
2720
|
+
export function contentHint9FromJSON(
|
|
2721
|
+
jsonString: string,
|
|
2722
|
+
): SafeParseResult<ContentHint9, SDKValidationError> {
|
|
2723
|
+
return safeParse(
|
|
2724
|
+
jsonString,
|
|
2725
|
+
(x) => ContentHint9$inboundSchema.parse(JSON.parse(x)),
|
|
2726
|
+
`Failed to parse 'ContentHint9' from JSON`,
|
|
2727
|
+
);
|
|
2728
|
+
}
|
|
2729
|
+
|
|
2484
2730
|
/** @internal */
|
|
2485
2731
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema:
|
|
2486
2732
|
z.ZodNativeEnum<
|
|
@@ -2550,6 +2796,20 @@ export namespace ContentHint8$ {
|
|
|
2550
2796
|
export type Outbound = ContentHint8$Outbound;
|
|
2551
2797
|
}
|
|
2552
2798
|
|
|
2799
|
+
export function contentHint8ToJSON(contentHint8: ContentHint8): string {
|
|
2800
|
+
return JSON.stringify(ContentHint8$outboundSchema.parse(contentHint8));
|
|
2801
|
+
}
|
|
2802
|
+
|
|
2803
|
+
export function contentHint8FromJSON(
|
|
2804
|
+
jsonString: string,
|
|
2805
|
+
): SafeParseResult<ContentHint8, SDKValidationError> {
|
|
2806
|
+
return safeParse(
|
|
2807
|
+
jsonString,
|
|
2808
|
+
(x) => ContentHint8$inboundSchema.parse(JSON.parse(x)),
|
|
2809
|
+
`Failed to parse 'ContentHint8' from JSON`,
|
|
2810
|
+
);
|
|
2811
|
+
}
|
|
2812
|
+
|
|
2553
2813
|
/** @internal */
|
|
2554
2814
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
2555
2815
|
z.ZodNativeEnum<
|
|
@@ -2619,6 +2879,20 @@ export namespace ContentHint7$ {
|
|
|
2619
2879
|
export type Outbound = ContentHint7$Outbound;
|
|
2620
2880
|
}
|
|
2621
2881
|
|
|
2882
|
+
export function contentHint7ToJSON(contentHint7: ContentHint7): string {
|
|
2883
|
+
return JSON.stringify(ContentHint7$outboundSchema.parse(contentHint7));
|
|
2884
|
+
}
|
|
2885
|
+
|
|
2886
|
+
export function contentHint7FromJSON(
|
|
2887
|
+
jsonString: string,
|
|
2888
|
+
): SafeParseResult<ContentHint7, SDKValidationError> {
|
|
2889
|
+
return safeParse(
|
|
2890
|
+
jsonString,
|
|
2891
|
+
(x) => ContentHint7$inboundSchema.parse(JSON.parse(x)),
|
|
2892
|
+
`Failed to parse 'ContentHint7' from JSON`,
|
|
2893
|
+
);
|
|
2894
|
+
}
|
|
2895
|
+
|
|
2622
2896
|
/** @internal */
|
|
2623
2897
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
2624
2898
|
z.ZodNativeEnum<
|
|
@@ -2688,6 +2962,20 @@ export namespace ContentHint6$ {
|
|
|
2688
2962
|
export type Outbound = ContentHint6$Outbound;
|
|
2689
2963
|
}
|
|
2690
2964
|
|
|
2965
|
+
export function contentHint6ToJSON(contentHint6: ContentHint6): string {
|
|
2966
|
+
return JSON.stringify(ContentHint6$outboundSchema.parse(contentHint6));
|
|
2967
|
+
}
|
|
2968
|
+
|
|
2969
|
+
export function contentHint6FromJSON(
|
|
2970
|
+
jsonString: string,
|
|
2971
|
+
): SafeParseResult<ContentHint6, SDKValidationError> {
|
|
2972
|
+
return safeParse(
|
|
2973
|
+
jsonString,
|
|
2974
|
+
(x) => ContentHint6$inboundSchema.parse(JSON.parse(x)),
|
|
2975
|
+
`Failed to parse 'ContentHint6' from JSON`,
|
|
2976
|
+
);
|
|
2977
|
+
}
|
|
2978
|
+
|
|
2691
2979
|
/** @internal */
|
|
2692
2980
|
export const UpdateProjectDataCacheContentHintProjectsResponse200Type$inboundSchema:
|
|
2693
2981
|
z.ZodNativeEnum<
|
|
@@ -2752,6 +3040,20 @@ export namespace ContentHint5$ {
|
|
|
2752
3040
|
export type Outbound = ContentHint5$Outbound;
|
|
2753
3041
|
}
|
|
2754
3042
|
|
|
3043
|
+
export function contentHint5ToJSON(contentHint5: ContentHint5): string {
|
|
3044
|
+
return JSON.stringify(ContentHint5$outboundSchema.parse(contentHint5));
|
|
3045
|
+
}
|
|
3046
|
+
|
|
3047
|
+
export function contentHint5FromJSON(
|
|
3048
|
+
jsonString: string,
|
|
3049
|
+
): SafeParseResult<ContentHint5, SDKValidationError> {
|
|
3050
|
+
return safeParse(
|
|
3051
|
+
jsonString,
|
|
3052
|
+
(x) => ContentHint5$inboundSchema.parse(JSON.parse(x)),
|
|
3053
|
+
`Failed to parse 'ContentHint5' from JSON`,
|
|
3054
|
+
);
|
|
3055
|
+
}
|
|
3056
|
+
|
|
2755
3057
|
/** @internal */
|
|
2756
3058
|
export const UpdateProjectDataCacheContentHintProjectsResponseType$inboundSchema:
|
|
2757
3059
|
z.ZodNativeEnum<
|
|
@@ -2816,6 +3118,20 @@ export namespace ContentHint4$ {
|
|
|
2816
3118
|
export type Outbound = ContentHint4$Outbound;
|
|
2817
3119
|
}
|
|
2818
3120
|
|
|
3121
|
+
export function contentHint4ToJSON(contentHint4: ContentHint4): string {
|
|
3122
|
+
return JSON.stringify(ContentHint4$outboundSchema.parse(contentHint4));
|
|
3123
|
+
}
|
|
3124
|
+
|
|
3125
|
+
export function contentHint4FromJSON(
|
|
3126
|
+
jsonString: string,
|
|
3127
|
+
): SafeParseResult<ContentHint4, SDKValidationError> {
|
|
3128
|
+
return safeParse(
|
|
3129
|
+
jsonString,
|
|
3130
|
+
(x) => ContentHint4$inboundSchema.parse(JSON.parse(x)),
|
|
3131
|
+
`Failed to parse 'ContentHint4' from JSON`,
|
|
3132
|
+
);
|
|
3133
|
+
}
|
|
3134
|
+
|
|
2819
3135
|
/** @internal */
|
|
2820
3136
|
export const UpdateProjectDataCacheContentHintProjectsType$inboundSchema:
|
|
2821
3137
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsType> = z
|
|
@@ -2878,6 +3194,20 @@ export namespace ContentHint3$ {
|
|
|
2878
3194
|
export type Outbound = ContentHint3$Outbound;
|
|
2879
3195
|
}
|
|
2880
3196
|
|
|
3197
|
+
export function contentHint3ToJSON(contentHint3: ContentHint3): string {
|
|
3198
|
+
return JSON.stringify(ContentHint3$outboundSchema.parse(contentHint3));
|
|
3199
|
+
}
|
|
3200
|
+
|
|
3201
|
+
export function contentHint3FromJSON(
|
|
3202
|
+
jsonString: string,
|
|
3203
|
+
): SafeParseResult<ContentHint3, SDKValidationError> {
|
|
3204
|
+
return safeParse(
|
|
3205
|
+
jsonString,
|
|
3206
|
+
(x) => ContentHint3$inboundSchema.parse(JSON.parse(x)),
|
|
3207
|
+
`Failed to parse 'ContentHint3' from JSON`,
|
|
3208
|
+
);
|
|
3209
|
+
}
|
|
3210
|
+
|
|
2881
3211
|
/** @internal */
|
|
2882
3212
|
export const UpdateProjectDataCacheContentHintType$inboundSchema:
|
|
2883
3213
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintType> = z.nativeEnum(
|
|
@@ -2941,6 +3271,20 @@ export namespace ContentHint2$ {
|
|
|
2941
3271
|
export type Outbound = ContentHint2$Outbound;
|
|
2942
3272
|
}
|
|
2943
3273
|
|
|
3274
|
+
export function contentHint2ToJSON(contentHint2: ContentHint2): string {
|
|
3275
|
+
return JSON.stringify(ContentHint2$outboundSchema.parse(contentHint2));
|
|
3276
|
+
}
|
|
3277
|
+
|
|
3278
|
+
export function contentHint2FromJSON(
|
|
3279
|
+
jsonString: string,
|
|
3280
|
+
): SafeParseResult<ContentHint2, SDKValidationError> {
|
|
3281
|
+
return safeParse(
|
|
3282
|
+
jsonString,
|
|
3283
|
+
(x) => ContentHint2$inboundSchema.parse(JSON.parse(x)),
|
|
3284
|
+
`Failed to parse 'ContentHint2' from JSON`,
|
|
3285
|
+
);
|
|
3286
|
+
}
|
|
3287
|
+
|
|
2944
3288
|
/** @internal */
|
|
2945
3289
|
export const ContentHintType$inboundSchema: z.ZodNativeEnum<
|
|
2946
3290
|
typeof ContentHintType
|
|
@@ -3001,6 +3345,20 @@ export namespace ContentHint1$ {
|
|
|
3001
3345
|
export type Outbound = ContentHint1$Outbound;
|
|
3002
3346
|
}
|
|
3003
3347
|
|
|
3348
|
+
export function contentHint1ToJSON(contentHint1: ContentHint1): string {
|
|
3349
|
+
return JSON.stringify(ContentHint1$outboundSchema.parse(contentHint1));
|
|
3350
|
+
}
|
|
3351
|
+
|
|
3352
|
+
export function contentHint1FromJSON(
|
|
3353
|
+
jsonString: string,
|
|
3354
|
+
): SafeParseResult<ContentHint1, SDKValidationError> {
|
|
3355
|
+
return safeParse(
|
|
3356
|
+
jsonString,
|
|
3357
|
+
(x) => ContentHint1$inboundSchema.parse(JSON.parse(x)),
|
|
3358
|
+
`Failed to parse 'ContentHint1' from JSON`,
|
|
3359
|
+
);
|
|
3360
|
+
}
|
|
3361
|
+
|
|
3004
3362
|
/** @internal */
|
|
3005
3363
|
export const ContentHint$inboundSchema: z.ZodType<
|
|
3006
3364
|
ContentHint,
|
|
@@ -3078,6 +3436,20 @@ export namespace ContentHint$ {
|
|
|
3078
3436
|
export type Outbound = ContentHint$Outbound;
|
|
3079
3437
|
}
|
|
3080
3438
|
|
|
3439
|
+
export function contentHintToJSON(contentHint: ContentHint): string {
|
|
3440
|
+
return JSON.stringify(ContentHint$outboundSchema.parse(contentHint));
|
|
3441
|
+
}
|
|
3442
|
+
|
|
3443
|
+
export function contentHintFromJSON(
|
|
3444
|
+
jsonString: string,
|
|
3445
|
+
): SafeParseResult<ContentHint, SDKValidationError> {
|
|
3446
|
+
return safeParse(
|
|
3447
|
+
jsonString,
|
|
3448
|
+
(x) => ContentHint$inboundSchema.parse(JSON.parse(x)),
|
|
3449
|
+
`Failed to parse 'ContentHint' from JSON`,
|
|
3450
|
+
);
|
|
3451
|
+
}
|
|
3452
|
+
|
|
3081
3453
|
/** @internal */
|
|
3082
3454
|
export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
3083
3455
|
z.ZodNativeEnum<
|
|
@@ -3147,6 +3519,24 @@ export namespace InternalContentHint$ {
|
|
|
3147
3519
|
export type Outbound = InternalContentHint$Outbound;
|
|
3148
3520
|
}
|
|
3149
3521
|
|
|
3522
|
+
export function internalContentHintToJSON(
|
|
3523
|
+
internalContentHint: InternalContentHint,
|
|
3524
|
+
): string {
|
|
3525
|
+
return JSON.stringify(
|
|
3526
|
+
InternalContentHint$outboundSchema.parse(internalContentHint),
|
|
3527
|
+
);
|
|
3528
|
+
}
|
|
3529
|
+
|
|
3530
|
+
export function internalContentHintFromJSON(
|
|
3531
|
+
jsonString: string,
|
|
3532
|
+
): SafeParseResult<InternalContentHint, SDKValidationError> {
|
|
3533
|
+
return safeParse(
|
|
3534
|
+
jsonString,
|
|
3535
|
+
(x) => InternalContentHint$inboundSchema.parse(JSON.parse(x)),
|
|
3536
|
+
`Failed to parse 'InternalContentHint' from JSON`,
|
|
3537
|
+
);
|
|
3538
|
+
}
|
|
3539
|
+
|
|
3150
3540
|
/** @internal */
|
|
3151
3541
|
export const Env$inboundSchema: z.ZodType<Env, z.ZodTypeDef, unknown> = z
|
|
3152
3542
|
.object({
|
|
@@ -3297,6 +3687,20 @@ export namespace Env$ {
|
|
|
3297
3687
|
export type Outbound = Env$Outbound;
|
|
3298
3688
|
}
|
|
3299
3689
|
|
|
3690
|
+
export function envToJSON(env: Env): string {
|
|
3691
|
+
return JSON.stringify(Env$outboundSchema.parse(env));
|
|
3692
|
+
}
|
|
3693
|
+
|
|
3694
|
+
export function envFromJSON(
|
|
3695
|
+
jsonString: string,
|
|
3696
|
+
): SafeParseResult<Env, SDKValidationError> {
|
|
3697
|
+
return safeParse(
|
|
3698
|
+
jsonString,
|
|
3699
|
+
(x) => Env$inboundSchema.parse(JSON.parse(x)),
|
|
3700
|
+
`Failed to parse 'Env' from JSON`,
|
|
3701
|
+
);
|
|
3702
|
+
}
|
|
3703
|
+
|
|
3300
3704
|
/** @internal */
|
|
3301
3705
|
export const CustomEnvironments$inboundSchema: z.ZodType<
|
|
3302
3706
|
CustomEnvironments,
|
|
@@ -3327,6 +3731,24 @@ export namespace CustomEnvironments$ {
|
|
|
3327
3731
|
export type Outbound = CustomEnvironments$Outbound;
|
|
3328
3732
|
}
|
|
3329
3733
|
|
|
3734
|
+
export function customEnvironmentsToJSON(
|
|
3735
|
+
customEnvironments: CustomEnvironments,
|
|
3736
|
+
): string {
|
|
3737
|
+
return JSON.stringify(
|
|
3738
|
+
CustomEnvironments$outboundSchema.parse(customEnvironments),
|
|
3739
|
+
);
|
|
3740
|
+
}
|
|
3741
|
+
|
|
3742
|
+
export function customEnvironmentsFromJSON(
|
|
3743
|
+
jsonString: string,
|
|
3744
|
+
): SafeParseResult<CustomEnvironments, SDKValidationError> {
|
|
3745
|
+
return safeParse(
|
|
3746
|
+
jsonString,
|
|
3747
|
+
(x) => CustomEnvironments$inboundSchema.parse(JSON.parse(x)),
|
|
3748
|
+
`Failed to parse 'CustomEnvironments' from JSON`,
|
|
3749
|
+
);
|
|
3750
|
+
}
|
|
3751
|
+
|
|
3330
3752
|
/** @internal */
|
|
3331
3753
|
export const UpdateProjectDataCacheFramework$inboundSchema: z.ZodNativeEnum<
|
|
3332
3754
|
typeof UpdateProjectDataCacheFramework
|
|
@@ -3387,6 +3809,20 @@ export namespace IpBuckets$ {
|
|
|
3387
3809
|
export type Outbound = IpBuckets$Outbound;
|
|
3388
3810
|
}
|
|
3389
3811
|
|
|
3812
|
+
export function ipBucketsToJSON(ipBuckets: IpBuckets): string {
|
|
3813
|
+
return JSON.stringify(IpBuckets$outboundSchema.parse(ipBuckets));
|
|
3814
|
+
}
|
|
3815
|
+
|
|
3816
|
+
export function ipBucketsFromJSON(
|
|
3817
|
+
jsonString: string,
|
|
3818
|
+
): SafeParseResult<IpBuckets, SDKValidationError> {
|
|
3819
|
+
return safeParse(
|
|
3820
|
+
jsonString,
|
|
3821
|
+
(x) => IpBuckets$inboundSchema.parse(JSON.parse(x)),
|
|
3822
|
+
`Failed to parse 'IpBuckets' from JSON`,
|
|
3823
|
+
);
|
|
3824
|
+
}
|
|
3825
|
+
|
|
3390
3826
|
/** @internal */
|
|
3391
3827
|
export const AliasAssigned$inboundSchema: z.ZodType<
|
|
3392
3828
|
AliasAssigned,
|
|
@@ -3417,6 +3853,20 @@ export namespace AliasAssigned$ {
|
|
|
3417
3853
|
export type Outbound = AliasAssigned$Outbound;
|
|
3418
3854
|
}
|
|
3419
3855
|
|
|
3856
|
+
export function aliasAssignedToJSON(aliasAssigned: AliasAssigned): string {
|
|
3857
|
+
return JSON.stringify(AliasAssigned$outboundSchema.parse(aliasAssigned));
|
|
3858
|
+
}
|
|
3859
|
+
|
|
3860
|
+
export function aliasAssignedFromJSON(
|
|
3861
|
+
jsonString: string,
|
|
3862
|
+
): SafeParseResult<AliasAssigned, SDKValidationError> {
|
|
3863
|
+
return safeParse(
|
|
3864
|
+
jsonString,
|
|
3865
|
+
(x) => AliasAssigned$inboundSchema.parse(JSON.parse(x)),
|
|
3866
|
+
`Failed to parse 'AliasAssigned' from JSON`,
|
|
3867
|
+
);
|
|
3868
|
+
}
|
|
3869
|
+
|
|
3420
3870
|
/** @internal */
|
|
3421
3871
|
export const UpdateProjectDataCacheProjectsAliasError$inboundSchema: z.ZodType<
|
|
3422
3872
|
UpdateProjectDataCacheProjectsAliasError,
|
|
@@ -3458,6 +3908,33 @@ export namespace UpdateProjectDataCacheProjectsAliasError$ {
|
|
|
3458
3908
|
export type Outbound = UpdateProjectDataCacheProjectsAliasError$Outbound;
|
|
3459
3909
|
}
|
|
3460
3910
|
|
|
3911
|
+
export function updateProjectDataCacheProjectsAliasErrorToJSON(
|
|
3912
|
+
updateProjectDataCacheProjectsAliasError:
|
|
3913
|
+
UpdateProjectDataCacheProjectsAliasError,
|
|
3914
|
+
): string {
|
|
3915
|
+
return JSON.stringify(
|
|
3916
|
+
UpdateProjectDataCacheProjectsAliasError$outboundSchema.parse(
|
|
3917
|
+
updateProjectDataCacheProjectsAliasError,
|
|
3918
|
+
),
|
|
3919
|
+
);
|
|
3920
|
+
}
|
|
3921
|
+
|
|
3922
|
+
export function updateProjectDataCacheProjectsAliasErrorFromJSON(
|
|
3923
|
+
jsonString: string,
|
|
3924
|
+
): SafeParseResult<
|
|
3925
|
+
UpdateProjectDataCacheProjectsAliasError,
|
|
3926
|
+
SDKValidationError
|
|
3927
|
+
> {
|
|
3928
|
+
return safeParse(
|
|
3929
|
+
jsonString,
|
|
3930
|
+
(x) =>
|
|
3931
|
+
UpdateProjectDataCacheProjectsAliasError$inboundSchema.parse(
|
|
3932
|
+
JSON.parse(x),
|
|
3933
|
+
),
|
|
3934
|
+
`Failed to parse 'UpdateProjectDataCacheProjectsAliasError' from JSON`,
|
|
3935
|
+
);
|
|
3936
|
+
}
|
|
3937
|
+
|
|
3461
3938
|
/** @internal */
|
|
3462
3939
|
export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
3463
3940
|
z.ZodNativeEnum<
|
|
@@ -3527,6 +4004,20 @@ export namespace BranchMatcher$ {
|
|
|
3527
4004
|
export type Outbound = BranchMatcher$Outbound;
|
|
3528
4005
|
}
|
|
3529
4006
|
|
|
4007
|
+
export function branchMatcherToJSON(branchMatcher: BranchMatcher): string {
|
|
4008
|
+
return JSON.stringify(BranchMatcher$outboundSchema.parse(branchMatcher));
|
|
4009
|
+
}
|
|
4010
|
+
|
|
4011
|
+
export function branchMatcherFromJSON(
|
|
4012
|
+
jsonString: string,
|
|
4013
|
+
): SafeParseResult<BranchMatcher, SDKValidationError> {
|
|
4014
|
+
return safeParse(
|
|
4015
|
+
jsonString,
|
|
4016
|
+
(x) => BranchMatcher$inboundSchema.parse(JSON.parse(x)),
|
|
4017
|
+
`Failed to parse 'BranchMatcher' from JSON`,
|
|
4018
|
+
);
|
|
4019
|
+
}
|
|
4020
|
+
|
|
3530
4021
|
/** @internal */
|
|
3531
4022
|
export const UpdateProjectDataCacheProjectsBuilds$inboundSchema: z.ZodType<
|
|
3532
4023
|
UpdateProjectDataCacheProjectsBuilds,
|
|
@@ -3571,6 +4062,27 @@ export namespace UpdateProjectDataCacheProjectsBuilds$ {
|
|
|
3571
4062
|
export type Outbound = UpdateProjectDataCacheProjectsBuilds$Outbound;
|
|
3572
4063
|
}
|
|
3573
4064
|
|
|
4065
|
+
export function updateProjectDataCacheProjectsBuildsToJSON(
|
|
4066
|
+
updateProjectDataCacheProjectsBuilds: UpdateProjectDataCacheProjectsBuilds,
|
|
4067
|
+
): string {
|
|
4068
|
+
return JSON.stringify(
|
|
4069
|
+
UpdateProjectDataCacheProjectsBuilds$outboundSchema.parse(
|
|
4070
|
+
updateProjectDataCacheProjectsBuilds,
|
|
4071
|
+
),
|
|
4072
|
+
);
|
|
4073
|
+
}
|
|
4074
|
+
|
|
4075
|
+
export function updateProjectDataCacheProjectsBuildsFromJSON(
|
|
4076
|
+
jsonString: string,
|
|
4077
|
+
): SafeParseResult<UpdateProjectDataCacheProjectsBuilds, SDKValidationError> {
|
|
4078
|
+
return safeParse(
|
|
4079
|
+
jsonString,
|
|
4080
|
+
(x) =>
|
|
4081
|
+
UpdateProjectDataCacheProjectsBuilds$inboundSchema.parse(JSON.parse(x)),
|
|
4082
|
+
`Failed to parse 'UpdateProjectDataCacheProjectsBuilds' from JSON`,
|
|
4083
|
+
);
|
|
4084
|
+
}
|
|
4085
|
+
|
|
3574
4086
|
/** @internal */
|
|
3575
4087
|
export const UpdateProjectDataCacheProjectsChecksConclusion$inboundSchema:
|
|
3576
4088
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsChecksConclusion> = z
|
|
@@ -3667,6 +4179,27 @@ export namespace UpdateProjectDataCacheProjectsCreator$ {
|
|
|
3667
4179
|
export type Outbound = UpdateProjectDataCacheProjectsCreator$Outbound;
|
|
3668
4180
|
}
|
|
3669
4181
|
|
|
4182
|
+
export function updateProjectDataCacheProjectsCreatorToJSON(
|
|
4183
|
+
updateProjectDataCacheProjectsCreator: UpdateProjectDataCacheProjectsCreator,
|
|
4184
|
+
): string {
|
|
4185
|
+
return JSON.stringify(
|
|
4186
|
+
UpdateProjectDataCacheProjectsCreator$outboundSchema.parse(
|
|
4187
|
+
updateProjectDataCacheProjectsCreator,
|
|
4188
|
+
),
|
|
4189
|
+
);
|
|
4190
|
+
}
|
|
4191
|
+
|
|
4192
|
+
export function updateProjectDataCacheProjectsCreatorFromJSON(
|
|
4193
|
+
jsonString: string,
|
|
4194
|
+
): SafeParseResult<UpdateProjectDataCacheProjectsCreator, SDKValidationError> {
|
|
4195
|
+
return safeParse(
|
|
4196
|
+
jsonString,
|
|
4197
|
+
(x) =>
|
|
4198
|
+
UpdateProjectDataCacheProjectsCreator$inboundSchema.parse(JSON.parse(x)),
|
|
4199
|
+
`Failed to parse 'UpdateProjectDataCacheProjectsCreator' from JSON`,
|
|
4200
|
+
);
|
|
4201
|
+
}
|
|
4202
|
+
|
|
3670
4203
|
/** @internal */
|
|
3671
4204
|
export const UpdateProjectDataCacheProjectsOidcTokenClaims$inboundSchema:
|
|
3672
4205
|
z.ZodType<
|
|
@@ -3741,6 +4274,33 @@ export namespace UpdateProjectDataCacheProjectsOidcTokenClaims$ {
|
|
|
3741
4274
|
export type Outbound = UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound;
|
|
3742
4275
|
}
|
|
3743
4276
|
|
|
4277
|
+
export function updateProjectDataCacheProjectsOidcTokenClaimsToJSON(
|
|
4278
|
+
updateProjectDataCacheProjectsOidcTokenClaims:
|
|
4279
|
+
UpdateProjectDataCacheProjectsOidcTokenClaims,
|
|
4280
|
+
): string {
|
|
4281
|
+
return JSON.stringify(
|
|
4282
|
+
UpdateProjectDataCacheProjectsOidcTokenClaims$outboundSchema.parse(
|
|
4283
|
+
updateProjectDataCacheProjectsOidcTokenClaims,
|
|
4284
|
+
),
|
|
4285
|
+
);
|
|
4286
|
+
}
|
|
4287
|
+
|
|
4288
|
+
export function updateProjectDataCacheProjectsOidcTokenClaimsFromJSON(
|
|
4289
|
+
jsonString: string,
|
|
4290
|
+
): SafeParseResult<
|
|
4291
|
+
UpdateProjectDataCacheProjectsOidcTokenClaims,
|
|
4292
|
+
SDKValidationError
|
|
4293
|
+
> {
|
|
4294
|
+
return safeParse(
|
|
4295
|
+
jsonString,
|
|
4296
|
+
(x) =>
|
|
4297
|
+
UpdateProjectDataCacheProjectsOidcTokenClaims$inboundSchema.parse(
|
|
4298
|
+
JSON.parse(x),
|
|
4299
|
+
),
|
|
4300
|
+
`Failed to parse 'UpdateProjectDataCacheProjectsOidcTokenClaims' from JSON`,
|
|
4301
|
+
);
|
|
4302
|
+
}
|
|
4303
|
+
|
|
3744
4304
|
/** @internal */
|
|
3745
4305
|
export const UpdateProjectDataCacheProjectsPlan$inboundSchema: z.ZodNativeEnum<
|
|
3746
4306
|
typeof UpdateProjectDataCacheProjectsPlan
|
|
@@ -3998,6 +4558,24 @@ export namespace LatestDeployments$ {
|
|
|
3998
4558
|
export type Outbound = LatestDeployments$Outbound;
|
|
3999
4559
|
}
|
|
4000
4560
|
|
|
4561
|
+
export function latestDeploymentsToJSON(
|
|
4562
|
+
latestDeployments: LatestDeployments,
|
|
4563
|
+
): string {
|
|
4564
|
+
return JSON.stringify(
|
|
4565
|
+
LatestDeployments$outboundSchema.parse(latestDeployments),
|
|
4566
|
+
);
|
|
4567
|
+
}
|
|
4568
|
+
|
|
4569
|
+
export function latestDeploymentsFromJSON(
|
|
4570
|
+
jsonString: string,
|
|
4571
|
+
): SafeParseResult<LatestDeployments, SDKValidationError> {
|
|
4572
|
+
return safeParse(
|
|
4573
|
+
jsonString,
|
|
4574
|
+
(x) => LatestDeployments$inboundSchema.parse(JSON.parse(x)),
|
|
4575
|
+
`Failed to parse 'LatestDeployments' from JSON`,
|
|
4576
|
+
);
|
|
4577
|
+
}
|
|
4578
|
+
|
|
4001
4579
|
/** @internal */
|
|
4002
4580
|
export const UpdateProjectDataCacheLinkProjectsType$inboundSchema:
|
|
4003
4581
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsType> = z.nativeEnum(
|
|
@@ -4072,6 +4650,27 @@ export namespace UpdateProjectDataCacheLinkDeployHooks$ {
|
|
|
4072
4650
|
export type Outbound = UpdateProjectDataCacheLinkDeployHooks$Outbound;
|
|
4073
4651
|
}
|
|
4074
4652
|
|
|
4653
|
+
export function updateProjectDataCacheLinkDeployHooksToJSON(
|
|
4654
|
+
updateProjectDataCacheLinkDeployHooks: UpdateProjectDataCacheLinkDeployHooks,
|
|
4655
|
+
): string {
|
|
4656
|
+
return JSON.stringify(
|
|
4657
|
+
UpdateProjectDataCacheLinkDeployHooks$outboundSchema.parse(
|
|
4658
|
+
updateProjectDataCacheLinkDeployHooks,
|
|
4659
|
+
),
|
|
4660
|
+
);
|
|
4661
|
+
}
|
|
4662
|
+
|
|
4663
|
+
export function updateProjectDataCacheLinkDeployHooksFromJSON(
|
|
4664
|
+
jsonString: string,
|
|
4665
|
+
): SafeParseResult<UpdateProjectDataCacheLinkDeployHooks, SDKValidationError> {
|
|
4666
|
+
return safeParse(
|
|
4667
|
+
jsonString,
|
|
4668
|
+
(x) =>
|
|
4669
|
+
UpdateProjectDataCacheLinkDeployHooks$inboundSchema.parse(JSON.parse(x)),
|
|
4670
|
+
`Failed to parse 'UpdateProjectDataCacheLinkDeployHooks' from JSON`,
|
|
4671
|
+
);
|
|
4672
|
+
}
|
|
4673
|
+
|
|
4075
4674
|
/** @internal */
|
|
4076
4675
|
export const Link3$inboundSchema: z.ZodType<Link3, z.ZodTypeDef, unknown> = z
|
|
4077
4676
|
.object({
|
|
@@ -4142,6 +4741,20 @@ export namespace Link3$ {
|
|
|
4142
4741
|
export type Outbound = Link3$Outbound;
|
|
4143
4742
|
}
|
|
4144
4743
|
|
|
4744
|
+
export function link3ToJSON(link3: Link3): string {
|
|
4745
|
+
return JSON.stringify(Link3$outboundSchema.parse(link3));
|
|
4746
|
+
}
|
|
4747
|
+
|
|
4748
|
+
export function link3FromJSON(
|
|
4749
|
+
jsonString: string,
|
|
4750
|
+
): SafeParseResult<Link3, SDKValidationError> {
|
|
4751
|
+
return safeParse(
|
|
4752
|
+
jsonString,
|
|
4753
|
+
(x) => Link3$inboundSchema.parse(JSON.parse(x)),
|
|
4754
|
+
`Failed to parse 'Link3' from JSON`,
|
|
4755
|
+
);
|
|
4756
|
+
}
|
|
4757
|
+
|
|
4145
4758
|
/** @internal */
|
|
4146
4759
|
export const UpdateProjectDataCacheLinkType$inboundSchema: z.ZodNativeEnum<
|
|
4147
4760
|
typeof UpdateProjectDataCacheLinkType
|
|
@@ -4211,6 +4824,22 @@ export namespace LinkDeployHooks$ {
|
|
|
4211
4824
|
export type Outbound = LinkDeployHooks$Outbound;
|
|
4212
4825
|
}
|
|
4213
4826
|
|
|
4827
|
+
export function linkDeployHooksToJSON(
|
|
4828
|
+
linkDeployHooks: LinkDeployHooks,
|
|
4829
|
+
): string {
|
|
4830
|
+
return JSON.stringify(LinkDeployHooks$outboundSchema.parse(linkDeployHooks));
|
|
4831
|
+
}
|
|
4832
|
+
|
|
4833
|
+
export function linkDeployHooksFromJSON(
|
|
4834
|
+
jsonString: string,
|
|
4835
|
+
): SafeParseResult<LinkDeployHooks, SDKValidationError> {
|
|
4836
|
+
return safeParse(
|
|
4837
|
+
jsonString,
|
|
4838
|
+
(x) => LinkDeployHooks$inboundSchema.parse(JSON.parse(x)),
|
|
4839
|
+
`Failed to parse 'LinkDeployHooks' from JSON`,
|
|
4840
|
+
);
|
|
4841
|
+
}
|
|
4842
|
+
|
|
4214
4843
|
/** @internal */
|
|
4215
4844
|
export const Link2$inboundSchema: z.ZodType<Link2, z.ZodTypeDef, unknown> = z
|
|
4216
4845
|
.object({
|
|
@@ -4280,6 +4909,20 @@ export namespace Link2$ {
|
|
|
4280
4909
|
export type Outbound = Link2$Outbound;
|
|
4281
4910
|
}
|
|
4282
4911
|
|
|
4912
|
+
export function link2ToJSON(link2: Link2): string {
|
|
4913
|
+
return JSON.stringify(Link2$outboundSchema.parse(link2));
|
|
4914
|
+
}
|
|
4915
|
+
|
|
4916
|
+
export function link2FromJSON(
|
|
4917
|
+
jsonString: string,
|
|
4918
|
+
): SafeParseResult<Link2, SDKValidationError> {
|
|
4919
|
+
return safeParse(
|
|
4920
|
+
jsonString,
|
|
4921
|
+
(x) => Link2$inboundSchema.parse(JSON.parse(x)),
|
|
4922
|
+
`Failed to parse 'Link2' from JSON`,
|
|
4923
|
+
);
|
|
4924
|
+
}
|
|
4925
|
+
|
|
4283
4926
|
/** @internal */
|
|
4284
4927
|
export const LinkType$inboundSchema: z.ZodNativeEnum<typeof LinkType> = z
|
|
4285
4928
|
.nativeEnum(LinkType);
|
|
@@ -4347,6 +4990,20 @@ export namespace DeployHooks$ {
|
|
|
4347
4990
|
export type Outbound = DeployHooks$Outbound;
|
|
4348
4991
|
}
|
|
4349
4992
|
|
|
4993
|
+
export function deployHooksToJSON(deployHooks: DeployHooks): string {
|
|
4994
|
+
return JSON.stringify(DeployHooks$outboundSchema.parse(deployHooks));
|
|
4995
|
+
}
|
|
4996
|
+
|
|
4997
|
+
export function deployHooksFromJSON(
|
|
4998
|
+
jsonString: string,
|
|
4999
|
+
): SafeParseResult<DeployHooks, SDKValidationError> {
|
|
5000
|
+
return safeParse(
|
|
5001
|
+
jsonString,
|
|
5002
|
+
(x) => DeployHooks$inboundSchema.parse(JSON.parse(x)),
|
|
5003
|
+
`Failed to parse 'DeployHooks' from JSON`,
|
|
5004
|
+
);
|
|
5005
|
+
}
|
|
5006
|
+
|
|
4350
5007
|
/** @internal */
|
|
4351
5008
|
export const Link1$inboundSchema: z.ZodType<Link1, z.ZodTypeDef, unknown> = z
|
|
4352
5009
|
.object({
|
|
@@ -4410,6 +5067,20 @@ export namespace Link1$ {
|
|
|
4410
5067
|
export type Outbound = Link1$Outbound;
|
|
4411
5068
|
}
|
|
4412
5069
|
|
|
5070
|
+
export function link1ToJSON(link1: Link1): string {
|
|
5071
|
+
return JSON.stringify(Link1$outboundSchema.parse(link1));
|
|
5072
|
+
}
|
|
5073
|
+
|
|
5074
|
+
export function link1FromJSON(
|
|
5075
|
+
jsonString: string,
|
|
5076
|
+
): SafeParseResult<Link1, SDKValidationError> {
|
|
5077
|
+
return safeParse(
|
|
5078
|
+
jsonString,
|
|
5079
|
+
(x) => Link1$inboundSchema.parse(JSON.parse(x)),
|
|
5080
|
+
`Failed to parse 'Link1' from JSON`,
|
|
5081
|
+
);
|
|
5082
|
+
}
|
|
5083
|
+
|
|
4413
5084
|
/** @internal */
|
|
4414
5085
|
export const Link$inboundSchema: z.ZodType<Link, z.ZodTypeDef, unknown> = z
|
|
4415
5086
|
.union([
|
|
@@ -4442,40 +5113,18 @@ export namespace Link$ {
|
|
|
4442
5113
|
export type Outbound = Link$Outbound;
|
|
4443
5114
|
}
|
|
4444
5115
|
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
id: z.string(),
|
|
4449
|
-
slug: z.string(),
|
|
4450
|
-
});
|
|
4451
|
-
|
|
4452
|
-
/** @internal */
|
|
4453
|
-
export type Group$Outbound = {
|
|
4454
|
-
id: string;
|
|
4455
|
-
slug: string;
|
|
4456
|
-
};
|
|
4457
|
-
|
|
4458
|
-
/** @internal */
|
|
4459
|
-
export const Group$outboundSchema: z.ZodType<
|
|
4460
|
-
Group$Outbound,
|
|
4461
|
-
z.ZodTypeDef,
|
|
4462
|
-
Group
|
|
4463
|
-
> = z.object({
|
|
4464
|
-
id: z.string(),
|
|
4465
|
-
slug: z.string(),
|
|
4466
|
-
});
|
|
5116
|
+
export function linkToJSON(link: Link): string {
|
|
5117
|
+
return JSON.stringify(Link$outboundSchema.parse(link));
|
|
5118
|
+
}
|
|
4467
5119
|
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
export const outboundSchema = Group$outboundSchema;
|
|
4477
|
-
/** @deprecated use `Group$Outbound` instead. */
|
|
4478
|
-
export type Outbound = Group$Outbound;
|
|
5120
|
+
export function linkFromJSON(
|
|
5121
|
+
jsonString: string,
|
|
5122
|
+
): SafeParseResult<Link, SDKValidationError> {
|
|
5123
|
+
return safeParse(
|
|
5124
|
+
jsonString,
|
|
5125
|
+
(x) => Link$inboundSchema.parse(JSON.parse(x)),
|
|
5126
|
+
`Failed to parse 'Link' from JSON`,
|
|
5127
|
+
);
|
|
4479
5128
|
}
|
|
4480
5129
|
|
|
4481
5130
|
/** @internal */
|
|
@@ -4485,7 +5134,7 @@ export const Microfrontends$inboundSchema: z.ZodType<
|
|
|
4485
5134
|
unknown
|
|
4486
5135
|
> = z.object({
|
|
4487
5136
|
updatedAt: z.number(),
|
|
4488
|
-
|
|
5137
|
+
groupIds: z.array(z.string()),
|
|
4489
5138
|
enabled: z.boolean(),
|
|
4490
5139
|
isDefaultApp: z.boolean().optional(),
|
|
4491
5140
|
defaultRoute: z.string().optional(),
|
|
@@ -4494,7 +5143,7 @@ export const Microfrontends$inboundSchema: z.ZodType<
|
|
|
4494
5143
|
/** @internal */
|
|
4495
5144
|
export type Microfrontends$Outbound = {
|
|
4496
5145
|
updatedAt: number;
|
|
4497
|
-
|
|
5146
|
+
groupIds: Array<string>;
|
|
4498
5147
|
enabled: boolean;
|
|
4499
5148
|
isDefaultApp?: boolean | undefined;
|
|
4500
5149
|
defaultRoute?: string | undefined;
|
|
@@ -4507,7 +5156,7 @@ export const Microfrontends$outboundSchema: z.ZodType<
|
|
|
4507
5156
|
Microfrontends
|
|
4508
5157
|
> = z.object({
|
|
4509
5158
|
updatedAt: z.number(),
|
|
4510
|
-
|
|
5159
|
+
groupIds: z.array(z.string()),
|
|
4511
5160
|
enabled: z.boolean(),
|
|
4512
5161
|
isDefaultApp: z.boolean().optional(),
|
|
4513
5162
|
defaultRoute: z.string().optional(),
|
|
@@ -4526,6 +5175,20 @@ export namespace Microfrontends$ {
|
|
|
4526
5175
|
export type Outbound = Microfrontends$Outbound;
|
|
4527
5176
|
}
|
|
4528
5177
|
|
|
5178
|
+
export function microfrontendsToJSON(microfrontends: Microfrontends): string {
|
|
5179
|
+
return JSON.stringify(Microfrontends$outboundSchema.parse(microfrontends));
|
|
5180
|
+
}
|
|
5181
|
+
|
|
5182
|
+
export function microfrontendsFromJSON(
|
|
5183
|
+
jsonString: string,
|
|
5184
|
+
): SafeParseResult<Microfrontends, SDKValidationError> {
|
|
5185
|
+
return safeParse(
|
|
5186
|
+
jsonString,
|
|
5187
|
+
(x) => Microfrontends$inboundSchema.parse(JSON.parse(x)),
|
|
5188
|
+
`Failed to parse 'Microfrontends' from JSON`,
|
|
5189
|
+
);
|
|
5190
|
+
}
|
|
5191
|
+
|
|
4529
5192
|
/** @internal */
|
|
4530
5193
|
export const UpdateProjectDataCacheNodeVersion$inboundSchema: z.ZodNativeEnum<
|
|
4531
5194
|
typeof UpdateProjectDataCacheNodeVersion
|
|
@@ -4584,6 +5247,26 @@ export namespace UpdateProjectDataCachePaths$ {
|
|
|
4584
5247
|
export type Outbound = UpdateProjectDataCachePaths$Outbound;
|
|
4585
5248
|
}
|
|
4586
5249
|
|
|
5250
|
+
export function updateProjectDataCachePathsToJSON(
|
|
5251
|
+
updateProjectDataCachePaths: UpdateProjectDataCachePaths,
|
|
5252
|
+
): string {
|
|
5253
|
+
return JSON.stringify(
|
|
5254
|
+
UpdateProjectDataCachePaths$outboundSchema.parse(
|
|
5255
|
+
updateProjectDataCachePaths,
|
|
5256
|
+
),
|
|
5257
|
+
);
|
|
5258
|
+
}
|
|
5259
|
+
|
|
5260
|
+
export function updateProjectDataCachePathsFromJSON(
|
|
5261
|
+
jsonString: string,
|
|
5262
|
+
): SafeParseResult<UpdateProjectDataCachePaths, SDKValidationError> {
|
|
5263
|
+
return safeParse(
|
|
5264
|
+
jsonString,
|
|
5265
|
+
(x) => UpdateProjectDataCachePaths$inboundSchema.parse(JSON.parse(x)),
|
|
5266
|
+
`Failed to parse 'UpdateProjectDataCachePaths' from JSON`,
|
|
5267
|
+
);
|
|
5268
|
+
}
|
|
5269
|
+
|
|
4587
5270
|
/** @internal */
|
|
4588
5271
|
export const UpdateProjectDataCacheOptionsAllowlist$inboundSchema: z.ZodType<
|
|
4589
5272
|
UpdateProjectDataCacheOptionsAllowlist,
|
|
@@ -4622,6 +5305,28 @@ export namespace UpdateProjectDataCacheOptionsAllowlist$ {
|
|
|
4622
5305
|
export type Outbound = UpdateProjectDataCacheOptionsAllowlist$Outbound;
|
|
4623
5306
|
}
|
|
4624
5307
|
|
|
5308
|
+
export function updateProjectDataCacheOptionsAllowlistToJSON(
|
|
5309
|
+
updateProjectDataCacheOptionsAllowlist:
|
|
5310
|
+
UpdateProjectDataCacheOptionsAllowlist,
|
|
5311
|
+
): string {
|
|
5312
|
+
return JSON.stringify(
|
|
5313
|
+
UpdateProjectDataCacheOptionsAllowlist$outboundSchema.parse(
|
|
5314
|
+
updateProjectDataCacheOptionsAllowlist,
|
|
5315
|
+
),
|
|
5316
|
+
);
|
|
5317
|
+
}
|
|
5318
|
+
|
|
5319
|
+
export function updateProjectDataCacheOptionsAllowlistFromJSON(
|
|
5320
|
+
jsonString: string,
|
|
5321
|
+
): SafeParseResult<UpdateProjectDataCacheOptionsAllowlist, SDKValidationError> {
|
|
5322
|
+
return safeParse(
|
|
5323
|
+
jsonString,
|
|
5324
|
+
(x) =>
|
|
5325
|
+
UpdateProjectDataCacheOptionsAllowlist$inboundSchema.parse(JSON.parse(x)),
|
|
5326
|
+
`Failed to parse 'UpdateProjectDataCacheOptionsAllowlist' from JSON`,
|
|
5327
|
+
);
|
|
5328
|
+
}
|
|
5329
|
+
|
|
4625
5330
|
/** @internal */
|
|
4626
5331
|
export const UpdateProjectDataCachePasswordProtection$inboundSchema: z.ZodType<
|
|
4627
5332
|
UpdateProjectDataCachePasswordProtection,
|
|
@@ -4654,6 +5359,33 @@ export namespace UpdateProjectDataCachePasswordProtection$ {
|
|
|
4654
5359
|
export type Outbound = UpdateProjectDataCachePasswordProtection$Outbound;
|
|
4655
5360
|
}
|
|
4656
5361
|
|
|
5362
|
+
export function updateProjectDataCachePasswordProtectionToJSON(
|
|
5363
|
+
updateProjectDataCachePasswordProtection:
|
|
5364
|
+
UpdateProjectDataCachePasswordProtection,
|
|
5365
|
+
): string {
|
|
5366
|
+
return JSON.stringify(
|
|
5367
|
+
UpdateProjectDataCachePasswordProtection$outboundSchema.parse(
|
|
5368
|
+
updateProjectDataCachePasswordProtection,
|
|
5369
|
+
),
|
|
5370
|
+
);
|
|
5371
|
+
}
|
|
5372
|
+
|
|
5373
|
+
export function updateProjectDataCachePasswordProtectionFromJSON(
|
|
5374
|
+
jsonString: string,
|
|
5375
|
+
): SafeParseResult<
|
|
5376
|
+
UpdateProjectDataCachePasswordProtection,
|
|
5377
|
+
SDKValidationError
|
|
5378
|
+
> {
|
|
5379
|
+
return safeParse(
|
|
5380
|
+
jsonString,
|
|
5381
|
+
(x) =>
|
|
5382
|
+
UpdateProjectDataCachePasswordProtection$inboundSchema.parse(
|
|
5383
|
+
JSON.parse(x),
|
|
5384
|
+
),
|
|
5385
|
+
`Failed to parse 'UpdateProjectDataCachePasswordProtection' from JSON`,
|
|
5386
|
+
);
|
|
5387
|
+
}
|
|
5388
|
+
|
|
4657
5389
|
/** @internal */
|
|
4658
5390
|
export const FunctionDefaultMemoryType$inboundSchema: z.ZodNativeEnum<
|
|
4659
5391
|
typeof FunctionDefaultMemoryType
|
|
@@ -4721,6 +5453,20 @@ export namespace ResourceConfig$ {
|
|
|
4721
5453
|
export type Outbound = ResourceConfig$Outbound;
|
|
4722
5454
|
}
|
|
4723
5455
|
|
|
5456
|
+
export function resourceConfigToJSON(resourceConfig: ResourceConfig): string {
|
|
5457
|
+
return JSON.stringify(ResourceConfig$outboundSchema.parse(resourceConfig));
|
|
5458
|
+
}
|
|
5459
|
+
|
|
5460
|
+
export function resourceConfigFromJSON(
|
|
5461
|
+
jsonString: string,
|
|
5462
|
+
): SafeParseResult<ResourceConfig, SDKValidationError> {
|
|
5463
|
+
return safeParse(
|
|
5464
|
+
jsonString,
|
|
5465
|
+
(x) => ResourceConfig$inboundSchema.parse(JSON.parse(x)),
|
|
5466
|
+
`Failed to parse 'ResourceConfig' from JSON`,
|
|
5467
|
+
);
|
|
5468
|
+
}
|
|
5469
|
+
|
|
4724
5470
|
/** @internal */
|
|
4725
5471
|
export const UpdateProjectDataCacheDeploymentType$inboundSchema:
|
|
4726
5472
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheDeploymentType> = z.nativeEnum(
|
|
@@ -4783,6 +5529,27 @@ export namespace UpdateProjectDataCacheSsoProtection$ {
|
|
|
4783
5529
|
export type Outbound = UpdateProjectDataCacheSsoProtection$Outbound;
|
|
4784
5530
|
}
|
|
4785
5531
|
|
|
5532
|
+
export function updateProjectDataCacheSsoProtectionToJSON(
|
|
5533
|
+
updateProjectDataCacheSsoProtection: UpdateProjectDataCacheSsoProtection,
|
|
5534
|
+
): string {
|
|
5535
|
+
return JSON.stringify(
|
|
5536
|
+
UpdateProjectDataCacheSsoProtection$outboundSchema.parse(
|
|
5537
|
+
updateProjectDataCacheSsoProtection,
|
|
5538
|
+
),
|
|
5539
|
+
);
|
|
5540
|
+
}
|
|
5541
|
+
|
|
5542
|
+
export function updateProjectDataCacheSsoProtectionFromJSON(
|
|
5543
|
+
jsonString: string,
|
|
5544
|
+
): SafeParseResult<UpdateProjectDataCacheSsoProtection, SDKValidationError> {
|
|
5545
|
+
return safeParse(
|
|
5546
|
+
jsonString,
|
|
5547
|
+
(x) =>
|
|
5548
|
+
UpdateProjectDataCacheSsoProtection$inboundSchema.parse(JSON.parse(x)),
|
|
5549
|
+
`Failed to parse 'UpdateProjectDataCacheSsoProtection' from JSON`,
|
|
5550
|
+
);
|
|
5551
|
+
}
|
|
5552
|
+
|
|
4786
5553
|
/** @internal */
|
|
4787
5554
|
export const UpdateProjectDataCacheAliasAssigned$inboundSchema: z.ZodType<
|
|
4788
5555
|
UpdateProjectDataCacheAliasAssigned,
|
|
@@ -4815,6 +5582,27 @@ export namespace UpdateProjectDataCacheAliasAssigned$ {
|
|
|
4815
5582
|
export type Outbound = UpdateProjectDataCacheAliasAssigned$Outbound;
|
|
4816
5583
|
}
|
|
4817
5584
|
|
|
5585
|
+
export function updateProjectDataCacheAliasAssignedToJSON(
|
|
5586
|
+
updateProjectDataCacheAliasAssigned: UpdateProjectDataCacheAliasAssigned,
|
|
5587
|
+
): string {
|
|
5588
|
+
return JSON.stringify(
|
|
5589
|
+
UpdateProjectDataCacheAliasAssigned$outboundSchema.parse(
|
|
5590
|
+
updateProjectDataCacheAliasAssigned,
|
|
5591
|
+
),
|
|
5592
|
+
);
|
|
5593
|
+
}
|
|
5594
|
+
|
|
5595
|
+
export function updateProjectDataCacheAliasAssignedFromJSON(
|
|
5596
|
+
jsonString: string,
|
|
5597
|
+
): SafeParseResult<UpdateProjectDataCacheAliasAssigned, SDKValidationError> {
|
|
5598
|
+
return safeParse(
|
|
5599
|
+
jsonString,
|
|
5600
|
+
(x) =>
|
|
5601
|
+
UpdateProjectDataCacheAliasAssigned$inboundSchema.parse(JSON.parse(x)),
|
|
5602
|
+
`Failed to parse 'UpdateProjectDataCacheAliasAssigned' from JSON`,
|
|
5603
|
+
);
|
|
5604
|
+
}
|
|
5605
|
+
|
|
4818
5606
|
/** @internal */
|
|
4819
5607
|
export const UpdateProjectDataCacheAliasError$inboundSchema: z.ZodType<
|
|
4820
5608
|
UpdateProjectDataCacheAliasError,
|
|
@@ -4854,6 +5642,26 @@ export namespace UpdateProjectDataCacheAliasError$ {
|
|
|
4854
5642
|
export type Outbound = UpdateProjectDataCacheAliasError$Outbound;
|
|
4855
5643
|
}
|
|
4856
5644
|
|
|
5645
|
+
export function updateProjectDataCacheAliasErrorToJSON(
|
|
5646
|
+
updateProjectDataCacheAliasError: UpdateProjectDataCacheAliasError,
|
|
5647
|
+
): string {
|
|
5648
|
+
return JSON.stringify(
|
|
5649
|
+
UpdateProjectDataCacheAliasError$outboundSchema.parse(
|
|
5650
|
+
updateProjectDataCacheAliasError,
|
|
5651
|
+
),
|
|
5652
|
+
);
|
|
5653
|
+
}
|
|
5654
|
+
|
|
5655
|
+
export function updateProjectDataCacheAliasErrorFromJSON(
|
|
5656
|
+
jsonString: string,
|
|
5657
|
+
): SafeParseResult<UpdateProjectDataCacheAliasError, SDKValidationError> {
|
|
5658
|
+
return safeParse(
|
|
5659
|
+
jsonString,
|
|
5660
|
+
(x) => UpdateProjectDataCacheAliasError$inboundSchema.parse(JSON.parse(x)),
|
|
5661
|
+
`Failed to parse 'UpdateProjectDataCacheAliasError' from JSON`,
|
|
5662
|
+
);
|
|
5663
|
+
}
|
|
5664
|
+
|
|
4857
5665
|
/** @internal */
|
|
4858
5666
|
export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema:
|
|
4859
5667
|
z.ZodNativeEnum<
|
|
@@ -4925,6 +5733,27 @@ export namespace UpdateProjectDataCacheBranchMatcher$ {
|
|
|
4925
5733
|
export type Outbound = UpdateProjectDataCacheBranchMatcher$Outbound;
|
|
4926
5734
|
}
|
|
4927
5735
|
|
|
5736
|
+
export function updateProjectDataCacheBranchMatcherToJSON(
|
|
5737
|
+
updateProjectDataCacheBranchMatcher: UpdateProjectDataCacheBranchMatcher,
|
|
5738
|
+
): string {
|
|
5739
|
+
return JSON.stringify(
|
|
5740
|
+
UpdateProjectDataCacheBranchMatcher$outboundSchema.parse(
|
|
5741
|
+
updateProjectDataCacheBranchMatcher,
|
|
5742
|
+
),
|
|
5743
|
+
);
|
|
5744
|
+
}
|
|
5745
|
+
|
|
5746
|
+
export function updateProjectDataCacheBranchMatcherFromJSON(
|
|
5747
|
+
jsonString: string,
|
|
5748
|
+
): SafeParseResult<UpdateProjectDataCacheBranchMatcher, SDKValidationError> {
|
|
5749
|
+
return safeParse(
|
|
5750
|
+
jsonString,
|
|
5751
|
+
(x) =>
|
|
5752
|
+
UpdateProjectDataCacheBranchMatcher$inboundSchema.parse(JSON.parse(x)),
|
|
5753
|
+
`Failed to parse 'UpdateProjectDataCacheBranchMatcher' from JSON`,
|
|
5754
|
+
);
|
|
5755
|
+
}
|
|
5756
|
+
|
|
4928
5757
|
/** @internal */
|
|
4929
5758
|
export const UpdateProjectDataCacheBuilds$inboundSchema: z.ZodType<
|
|
4930
5759
|
UpdateProjectDataCacheBuilds,
|
|
@@ -4967,6 +5796,26 @@ export namespace UpdateProjectDataCacheBuilds$ {
|
|
|
4967
5796
|
export type Outbound = UpdateProjectDataCacheBuilds$Outbound;
|
|
4968
5797
|
}
|
|
4969
5798
|
|
|
5799
|
+
export function updateProjectDataCacheBuildsToJSON(
|
|
5800
|
+
updateProjectDataCacheBuilds: UpdateProjectDataCacheBuilds,
|
|
5801
|
+
): string {
|
|
5802
|
+
return JSON.stringify(
|
|
5803
|
+
UpdateProjectDataCacheBuilds$outboundSchema.parse(
|
|
5804
|
+
updateProjectDataCacheBuilds,
|
|
5805
|
+
),
|
|
5806
|
+
);
|
|
5807
|
+
}
|
|
5808
|
+
|
|
5809
|
+
export function updateProjectDataCacheBuildsFromJSON(
|
|
5810
|
+
jsonString: string,
|
|
5811
|
+
): SafeParseResult<UpdateProjectDataCacheBuilds, SDKValidationError> {
|
|
5812
|
+
return safeParse(
|
|
5813
|
+
jsonString,
|
|
5814
|
+
(x) => UpdateProjectDataCacheBuilds$inboundSchema.parse(JSON.parse(x)),
|
|
5815
|
+
`Failed to parse 'UpdateProjectDataCacheBuilds' from JSON`,
|
|
5816
|
+
);
|
|
5817
|
+
}
|
|
5818
|
+
|
|
4970
5819
|
/** @internal */
|
|
4971
5820
|
export const UpdateProjectDataCacheChecksConclusion$inboundSchema:
|
|
4972
5821
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheChecksConclusion> = z.nativeEnum(
|
|
@@ -5061,6 +5910,26 @@ export namespace UpdateProjectDataCacheCreator$ {
|
|
|
5061
5910
|
export type Outbound = UpdateProjectDataCacheCreator$Outbound;
|
|
5062
5911
|
}
|
|
5063
5912
|
|
|
5913
|
+
export function updateProjectDataCacheCreatorToJSON(
|
|
5914
|
+
updateProjectDataCacheCreator: UpdateProjectDataCacheCreator,
|
|
5915
|
+
): string {
|
|
5916
|
+
return JSON.stringify(
|
|
5917
|
+
UpdateProjectDataCacheCreator$outboundSchema.parse(
|
|
5918
|
+
updateProjectDataCacheCreator,
|
|
5919
|
+
),
|
|
5920
|
+
);
|
|
5921
|
+
}
|
|
5922
|
+
|
|
5923
|
+
export function updateProjectDataCacheCreatorFromJSON(
|
|
5924
|
+
jsonString: string,
|
|
5925
|
+
): SafeParseResult<UpdateProjectDataCacheCreator, SDKValidationError> {
|
|
5926
|
+
return safeParse(
|
|
5927
|
+
jsonString,
|
|
5928
|
+
(x) => UpdateProjectDataCacheCreator$inboundSchema.parse(JSON.parse(x)),
|
|
5929
|
+
`Failed to parse 'UpdateProjectDataCacheCreator' from JSON`,
|
|
5930
|
+
);
|
|
5931
|
+
}
|
|
5932
|
+
|
|
5064
5933
|
/** @internal */
|
|
5065
5934
|
export const UpdateProjectDataCacheOidcTokenClaims$inboundSchema: z.ZodType<
|
|
5066
5935
|
UpdateProjectDataCacheOidcTokenClaims,
|
|
@@ -5133,6 +6002,27 @@ export namespace UpdateProjectDataCacheOidcTokenClaims$ {
|
|
|
5133
6002
|
export type Outbound = UpdateProjectDataCacheOidcTokenClaims$Outbound;
|
|
5134
6003
|
}
|
|
5135
6004
|
|
|
6005
|
+
export function updateProjectDataCacheOidcTokenClaimsToJSON(
|
|
6006
|
+
updateProjectDataCacheOidcTokenClaims: UpdateProjectDataCacheOidcTokenClaims,
|
|
6007
|
+
): string {
|
|
6008
|
+
return JSON.stringify(
|
|
6009
|
+
UpdateProjectDataCacheOidcTokenClaims$outboundSchema.parse(
|
|
6010
|
+
updateProjectDataCacheOidcTokenClaims,
|
|
6011
|
+
),
|
|
6012
|
+
);
|
|
6013
|
+
}
|
|
6014
|
+
|
|
6015
|
+
export function updateProjectDataCacheOidcTokenClaimsFromJSON(
|
|
6016
|
+
jsonString: string,
|
|
6017
|
+
): SafeParseResult<UpdateProjectDataCacheOidcTokenClaims, SDKValidationError> {
|
|
6018
|
+
return safeParse(
|
|
6019
|
+
jsonString,
|
|
6020
|
+
(x) =>
|
|
6021
|
+
UpdateProjectDataCacheOidcTokenClaims$inboundSchema.parse(JSON.parse(x)),
|
|
6022
|
+
`Failed to parse 'UpdateProjectDataCacheOidcTokenClaims' from JSON`,
|
|
6023
|
+
);
|
|
6024
|
+
}
|
|
6025
|
+
|
|
5136
6026
|
/** @internal */
|
|
5137
6027
|
export const UpdateProjectDataCachePlan$inboundSchema: z.ZodNativeEnum<
|
|
5138
6028
|
typeof UpdateProjectDataCachePlan
|
|
@@ -5378,6 +6268,20 @@ export namespace Targets$ {
|
|
|
5378
6268
|
export type Outbound = Targets$Outbound;
|
|
5379
6269
|
}
|
|
5380
6270
|
|
|
6271
|
+
export function targetsToJSON(targets: Targets): string {
|
|
6272
|
+
return JSON.stringify(Targets$outboundSchema.parse(targets));
|
|
6273
|
+
}
|
|
6274
|
+
|
|
6275
|
+
export function targetsFromJSON(
|
|
6276
|
+
jsonString: string,
|
|
6277
|
+
): SafeParseResult<Targets, SDKValidationError> {
|
|
6278
|
+
return safeParse(
|
|
6279
|
+
jsonString,
|
|
6280
|
+
(x) => Targets$inboundSchema.parse(JSON.parse(x)),
|
|
6281
|
+
`Failed to parse 'Targets' from JSON`,
|
|
6282
|
+
);
|
|
6283
|
+
}
|
|
6284
|
+
|
|
5381
6285
|
/** @internal */
|
|
5382
6286
|
export const Permissions$inboundSchema: z.ZodType<
|
|
5383
6287
|
Permissions,
|
|
@@ -5490,6 +6394,7 @@ export const Permissions$inboundSchema: z.ZodType<
|
|
|
5490
6394
|
teamInvite: z.array(ACLAction$inboundSchema).optional(),
|
|
5491
6395
|
teamInviteCode: z.array(ACLAction$inboundSchema).optional(),
|
|
5492
6396
|
teamJoin: z.array(ACLAction$inboundSchema).optional(),
|
|
6397
|
+
teamMicrofrontends: z.array(ACLAction$inboundSchema).optional(),
|
|
5493
6398
|
teamOwnMembership: z.array(ACLAction$inboundSchema).optional(),
|
|
5494
6399
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$inboundSchema).optional(),
|
|
5495
6400
|
token: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -5520,6 +6425,7 @@ export const Permissions$inboundSchema: z.ZodType<
|
|
|
5520
6425
|
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
|
|
5521
6426
|
.optional(),
|
|
5522
6427
|
deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
|
|
6428
|
+
deploymentV0: z.array(ACLAction$inboundSchema).optional(),
|
|
5523
6429
|
deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
5524
6430
|
deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
|
|
5525
6431
|
deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -5531,6 +6437,7 @@ export const Permissions$inboundSchema: z.ZodType<
|
|
|
5531
6437
|
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
5532
6438
|
job: z.array(ACLAction$inboundSchema).optional(),
|
|
5533
6439
|
project: z.array(ACLAction$inboundSchema).optional(),
|
|
6440
|
+
projectFromV0: z.array(ACLAction$inboundSchema).optional(),
|
|
5534
6441
|
projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
5535
6442
|
projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
5536
6443
|
projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -5679,6 +6586,7 @@ export type Permissions$Outbound = {
|
|
|
5679
6586
|
teamInvite?: Array<string> | undefined;
|
|
5680
6587
|
teamInviteCode?: Array<string> | undefined;
|
|
5681
6588
|
teamJoin?: Array<string> | undefined;
|
|
6589
|
+
teamMicrofrontends?: Array<string> | undefined;
|
|
5682
6590
|
teamOwnMembership?: Array<string> | undefined;
|
|
5683
6591
|
teamOwnMembershipDisconnectSAML?: Array<string> | undefined;
|
|
5684
6592
|
token?: Array<string> | undefined;
|
|
@@ -5708,6 +6616,7 @@ export type Permissions$Outbound = {
|
|
|
5708
6616
|
deploymentCheckPreview?: Array<string> | undefined;
|
|
5709
6617
|
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
5710
6618
|
deploymentProductionGit?: Array<string> | undefined;
|
|
6619
|
+
deploymentV0?: Array<string> | undefined;
|
|
5711
6620
|
deploymentPreview?: Array<string> | undefined;
|
|
5712
6621
|
deploymentPrivate?: Array<string> | undefined;
|
|
5713
6622
|
deploymentPromote?: Array<string> | undefined;
|
|
@@ -5719,6 +6628,7 @@ export type Permissions$Outbound = {
|
|
|
5719
6628
|
optionsAllowlist?: Array<string> | undefined;
|
|
5720
6629
|
job?: Array<string> | undefined;
|
|
5721
6630
|
project?: Array<string> | undefined;
|
|
6631
|
+
projectFromV0?: Array<string> | undefined;
|
|
5722
6632
|
projectAccessGroup?: Array<string> | undefined;
|
|
5723
6633
|
projectAnalyticsSampling?: Array<string> | undefined;
|
|
5724
6634
|
projectDeploymentHook?: Array<string> | undefined;
|
|
@@ -5868,6 +6778,7 @@ export const Permissions$outboundSchema: z.ZodType<
|
|
|
5868
6778
|
teamInvite: z.array(ACLAction$outboundSchema).optional(),
|
|
5869
6779
|
teamInviteCode: z.array(ACLAction$outboundSchema).optional(),
|
|
5870
6780
|
teamJoin: z.array(ACLAction$outboundSchema).optional(),
|
|
6781
|
+
teamMicrofrontends: z.array(ACLAction$outboundSchema).optional(),
|
|
5871
6782
|
teamOwnMembership: z.array(ACLAction$outboundSchema).optional(),
|
|
5872
6783
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$outboundSchema).optional(),
|
|
5873
6784
|
token: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -5898,6 +6809,7 @@ export const Permissions$outboundSchema: z.ZodType<
|
|
|
5898
6809
|
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
|
|
5899
6810
|
.optional(),
|
|
5900
6811
|
deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
|
|
6812
|
+
deploymentV0: z.array(ACLAction$outboundSchema).optional(),
|
|
5901
6813
|
deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
5902
6814
|
deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
|
|
5903
6815
|
deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -5909,6 +6821,7 @@ export const Permissions$outboundSchema: z.ZodType<
|
|
|
5909
6821
|
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
5910
6822
|
job: z.array(ACLAction$outboundSchema).optional(),
|
|
5911
6823
|
project: z.array(ACLAction$outboundSchema).optional(),
|
|
6824
|
+
projectFromV0: z.array(ACLAction$outboundSchema).optional(),
|
|
5912
6825
|
projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
5913
6826
|
projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
5914
6827
|
projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -5964,6 +6877,20 @@ export namespace Permissions$ {
|
|
|
5964
6877
|
export type Outbound = Permissions$Outbound;
|
|
5965
6878
|
}
|
|
5966
6879
|
|
|
6880
|
+
export function permissionsToJSON(permissions: Permissions): string {
|
|
6881
|
+
return JSON.stringify(Permissions$outboundSchema.parse(permissions));
|
|
6882
|
+
}
|
|
6883
|
+
|
|
6884
|
+
export function permissionsFromJSON(
|
|
6885
|
+
jsonString: string,
|
|
6886
|
+
): SafeParseResult<Permissions, SDKValidationError> {
|
|
6887
|
+
return safeParse(
|
|
6888
|
+
jsonString,
|
|
6889
|
+
(x) => Permissions$inboundSchema.parse(JSON.parse(x)),
|
|
6890
|
+
`Failed to parse 'Permissions' from JSON`,
|
|
6891
|
+
);
|
|
6892
|
+
}
|
|
6893
|
+
|
|
5967
6894
|
/** @internal */
|
|
5968
6895
|
export const LastRollbackTarget$inboundSchema: z.ZodType<
|
|
5969
6896
|
LastRollbackTarget,
|
|
@@ -5994,6 +6921,24 @@ export namespace LastRollbackTarget$ {
|
|
|
5994
6921
|
export type Outbound = LastRollbackTarget$Outbound;
|
|
5995
6922
|
}
|
|
5996
6923
|
|
|
6924
|
+
export function lastRollbackTargetToJSON(
|
|
6925
|
+
lastRollbackTarget: LastRollbackTarget,
|
|
6926
|
+
): string {
|
|
6927
|
+
return JSON.stringify(
|
|
6928
|
+
LastRollbackTarget$outboundSchema.parse(lastRollbackTarget),
|
|
6929
|
+
);
|
|
6930
|
+
}
|
|
6931
|
+
|
|
6932
|
+
export function lastRollbackTargetFromJSON(
|
|
6933
|
+
jsonString: string,
|
|
6934
|
+
): SafeParseResult<LastRollbackTarget, SDKValidationError> {
|
|
6935
|
+
return safeParse(
|
|
6936
|
+
jsonString,
|
|
6937
|
+
(x) => LastRollbackTarget$inboundSchema.parse(JSON.parse(x)),
|
|
6938
|
+
`Failed to parse 'LastRollbackTarget' from JSON`,
|
|
6939
|
+
);
|
|
6940
|
+
}
|
|
6941
|
+
|
|
5997
6942
|
/** @internal */
|
|
5998
6943
|
export const JobStatus$inboundSchema: z.ZodNativeEnum<typeof JobStatus> = z
|
|
5999
6944
|
.nativeEnum(JobStatus);
|
|
@@ -6084,6 +7029,24 @@ export namespace LastAliasRequest$ {
|
|
|
6084
7029
|
export type Outbound = LastAliasRequest$Outbound;
|
|
6085
7030
|
}
|
|
6086
7031
|
|
|
7032
|
+
export function lastAliasRequestToJSON(
|
|
7033
|
+
lastAliasRequest: LastAliasRequest,
|
|
7034
|
+
): string {
|
|
7035
|
+
return JSON.stringify(
|
|
7036
|
+
LastAliasRequest$outboundSchema.parse(lastAliasRequest),
|
|
7037
|
+
);
|
|
7038
|
+
}
|
|
7039
|
+
|
|
7040
|
+
export function lastAliasRequestFromJSON(
|
|
7041
|
+
jsonString: string,
|
|
7042
|
+
): SafeParseResult<LastAliasRequest, SDKValidationError> {
|
|
7043
|
+
return safeParse(
|
|
7044
|
+
jsonString,
|
|
7045
|
+
(x) => LastAliasRequest$inboundSchema.parse(JSON.parse(x)),
|
|
7046
|
+
`Failed to parse 'LastAliasRequest' from JSON`,
|
|
7047
|
+
);
|
|
7048
|
+
}
|
|
7049
|
+
|
|
6087
7050
|
/** @internal */
|
|
6088
7051
|
export const Scope$inboundSchema: z.ZodNativeEnum<typeof Scope> = z.nativeEnum(
|
|
6089
7052
|
Scope,
|
|
@@ -6146,6 +7109,24 @@ export namespace ProtectionBypass$ {
|
|
|
6146
7109
|
export type Outbound = ProtectionBypass$Outbound;
|
|
6147
7110
|
}
|
|
6148
7111
|
|
|
7112
|
+
export function protectionBypassToJSON(
|
|
7113
|
+
protectionBypass: ProtectionBypass,
|
|
7114
|
+
): string {
|
|
7115
|
+
return JSON.stringify(
|
|
7116
|
+
ProtectionBypass$outboundSchema.parse(protectionBypass),
|
|
7117
|
+
);
|
|
7118
|
+
}
|
|
7119
|
+
|
|
7120
|
+
export function protectionBypassFromJSON(
|
|
7121
|
+
jsonString: string,
|
|
7122
|
+
): SafeParseResult<ProtectionBypass, SDKValidationError> {
|
|
7123
|
+
return safeParse(
|
|
7124
|
+
jsonString,
|
|
7125
|
+
(x) => ProtectionBypass$inboundSchema.parse(JSON.parse(x)),
|
|
7126
|
+
`Failed to parse 'ProtectionBypass' from JSON`,
|
|
7127
|
+
);
|
|
7128
|
+
}
|
|
7129
|
+
|
|
6149
7130
|
/** @internal */
|
|
6150
7131
|
export const UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema:
|
|
6151
7132
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsDeploymentType> = z
|
|
@@ -6205,6 +7186,20 @@ export namespace TrustedIps2$ {
|
|
|
6205
7186
|
export type Outbound = TrustedIps2$Outbound;
|
|
6206
7187
|
}
|
|
6207
7188
|
|
|
7189
|
+
export function trustedIps2ToJSON(trustedIps2: TrustedIps2): string {
|
|
7190
|
+
return JSON.stringify(TrustedIps2$outboundSchema.parse(trustedIps2));
|
|
7191
|
+
}
|
|
7192
|
+
|
|
7193
|
+
export function trustedIps2FromJSON(
|
|
7194
|
+
jsonString: string,
|
|
7195
|
+
): SafeParseResult<TrustedIps2, SDKValidationError> {
|
|
7196
|
+
return safeParse(
|
|
7197
|
+
jsonString,
|
|
7198
|
+
(x) => TrustedIps2$inboundSchema.parse(JSON.parse(x)),
|
|
7199
|
+
`Failed to parse 'TrustedIps2' from JSON`,
|
|
7200
|
+
);
|
|
7201
|
+
}
|
|
7202
|
+
|
|
6208
7203
|
/** @internal */
|
|
6209
7204
|
export const TrustedIpsDeploymentType$inboundSchema: z.ZodNativeEnum<
|
|
6210
7205
|
typeof TrustedIpsDeploymentType
|
|
@@ -6268,6 +7263,33 @@ export namespace UpdateProjectDataCacheTrustedIpsAddresses$ {
|
|
|
6268
7263
|
export type Outbound = UpdateProjectDataCacheTrustedIpsAddresses$Outbound;
|
|
6269
7264
|
}
|
|
6270
7265
|
|
|
7266
|
+
export function updateProjectDataCacheTrustedIpsAddressesToJSON(
|
|
7267
|
+
updateProjectDataCacheTrustedIpsAddresses:
|
|
7268
|
+
UpdateProjectDataCacheTrustedIpsAddresses,
|
|
7269
|
+
): string {
|
|
7270
|
+
return JSON.stringify(
|
|
7271
|
+
UpdateProjectDataCacheTrustedIpsAddresses$outboundSchema.parse(
|
|
7272
|
+
updateProjectDataCacheTrustedIpsAddresses,
|
|
7273
|
+
),
|
|
7274
|
+
);
|
|
7275
|
+
}
|
|
7276
|
+
|
|
7277
|
+
export function updateProjectDataCacheTrustedIpsAddressesFromJSON(
|
|
7278
|
+
jsonString: string,
|
|
7279
|
+
): SafeParseResult<
|
|
7280
|
+
UpdateProjectDataCacheTrustedIpsAddresses,
|
|
7281
|
+
SDKValidationError
|
|
7282
|
+
> {
|
|
7283
|
+
return safeParse(
|
|
7284
|
+
jsonString,
|
|
7285
|
+
(x) =>
|
|
7286
|
+
UpdateProjectDataCacheTrustedIpsAddresses$inboundSchema.parse(
|
|
7287
|
+
JSON.parse(x),
|
|
7288
|
+
),
|
|
7289
|
+
`Failed to parse 'UpdateProjectDataCacheTrustedIpsAddresses' from JSON`,
|
|
7290
|
+
);
|
|
7291
|
+
}
|
|
7292
|
+
|
|
6271
7293
|
/** @internal */
|
|
6272
7294
|
export const UpdateProjectDataCacheTrustedIpsProtectionMode$inboundSchema:
|
|
6273
7295
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsProtectionMode> = z
|
|
@@ -6337,6 +7359,20 @@ export namespace TrustedIps1$ {
|
|
|
6337
7359
|
export type Outbound = TrustedIps1$Outbound;
|
|
6338
7360
|
}
|
|
6339
7361
|
|
|
7362
|
+
export function trustedIps1ToJSON(trustedIps1: TrustedIps1): string {
|
|
7363
|
+
return JSON.stringify(TrustedIps1$outboundSchema.parse(trustedIps1));
|
|
7364
|
+
}
|
|
7365
|
+
|
|
7366
|
+
export function trustedIps1FromJSON(
|
|
7367
|
+
jsonString: string,
|
|
7368
|
+
): SafeParseResult<TrustedIps1, SDKValidationError> {
|
|
7369
|
+
return safeParse(
|
|
7370
|
+
jsonString,
|
|
7371
|
+
(x) => TrustedIps1$inboundSchema.parse(JSON.parse(x)),
|
|
7372
|
+
`Failed to parse 'TrustedIps1' from JSON`,
|
|
7373
|
+
);
|
|
7374
|
+
}
|
|
7375
|
+
|
|
6340
7376
|
/** @internal */
|
|
6341
7377
|
export const UpdateProjectDataCacheTrustedIps$inboundSchema: z.ZodType<
|
|
6342
7378
|
UpdateProjectDataCacheTrustedIps,
|
|
@@ -6375,6 +7411,26 @@ export namespace UpdateProjectDataCacheTrustedIps$ {
|
|
|
6375
7411
|
export type Outbound = UpdateProjectDataCacheTrustedIps$Outbound;
|
|
6376
7412
|
}
|
|
6377
7413
|
|
|
7414
|
+
export function updateProjectDataCacheTrustedIpsToJSON(
|
|
7415
|
+
updateProjectDataCacheTrustedIps: UpdateProjectDataCacheTrustedIps,
|
|
7416
|
+
): string {
|
|
7417
|
+
return JSON.stringify(
|
|
7418
|
+
UpdateProjectDataCacheTrustedIps$outboundSchema.parse(
|
|
7419
|
+
updateProjectDataCacheTrustedIps,
|
|
7420
|
+
),
|
|
7421
|
+
);
|
|
7422
|
+
}
|
|
7423
|
+
|
|
7424
|
+
export function updateProjectDataCacheTrustedIpsFromJSON(
|
|
7425
|
+
jsonString: string,
|
|
7426
|
+
): SafeParseResult<UpdateProjectDataCacheTrustedIps, SDKValidationError> {
|
|
7427
|
+
return safeParse(
|
|
7428
|
+
jsonString,
|
|
7429
|
+
(x) => UpdateProjectDataCacheTrustedIps$inboundSchema.parse(JSON.parse(x)),
|
|
7430
|
+
`Failed to parse 'UpdateProjectDataCacheTrustedIps' from JSON`,
|
|
7431
|
+
);
|
|
7432
|
+
}
|
|
7433
|
+
|
|
6378
7434
|
/** @internal */
|
|
6379
7435
|
export const GitComments$inboundSchema: z.ZodType<
|
|
6380
7436
|
GitComments,
|
|
@@ -6414,6 +7470,20 @@ export namespace GitComments$ {
|
|
|
6414
7470
|
export type Outbound = GitComments$Outbound;
|
|
6415
7471
|
}
|
|
6416
7472
|
|
|
7473
|
+
export function gitCommentsToJSON(gitComments: GitComments): string {
|
|
7474
|
+
return JSON.stringify(GitComments$outboundSchema.parse(gitComments));
|
|
7475
|
+
}
|
|
7476
|
+
|
|
7477
|
+
export function gitCommentsFromJSON(
|
|
7478
|
+
jsonString: string,
|
|
7479
|
+
): SafeParseResult<GitComments, SDKValidationError> {
|
|
7480
|
+
return safeParse(
|
|
7481
|
+
jsonString,
|
|
7482
|
+
(x) => GitComments$inboundSchema.parse(JSON.parse(x)),
|
|
7483
|
+
`Failed to parse 'GitComments' from JSON`,
|
|
7484
|
+
);
|
|
7485
|
+
}
|
|
7486
|
+
|
|
6417
7487
|
/** @internal */
|
|
6418
7488
|
export const WebAnalytics$inboundSchema: z.ZodType<
|
|
6419
7489
|
WebAnalytics,
|
|
@@ -6462,6 +7532,20 @@ export namespace WebAnalytics$ {
|
|
|
6462
7532
|
export type Outbound = WebAnalytics$Outbound;
|
|
6463
7533
|
}
|
|
6464
7534
|
|
|
7535
|
+
export function webAnalyticsToJSON(webAnalytics: WebAnalytics): string {
|
|
7536
|
+
return JSON.stringify(WebAnalytics$outboundSchema.parse(webAnalytics));
|
|
7537
|
+
}
|
|
7538
|
+
|
|
7539
|
+
export function webAnalyticsFromJSON(
|
|
7540
|
+
jsonString: string,
|
|
7541
|
+
): SafeParseResult<WebAnalytics, SDKValidationError> {
|
|
7542
|
+
return safeParse(
|
|
7543
|
+
jsonString,
|
|
7544
|
+
(x) => WebAnalytics$inboundSchema.parse(JSON.parse(x)),
|
|
7545
|
+
`Failed to parse 'WebAnalytics' from JSON`,
|
|
7546
|
+
);
|
|
7547
|
+
}
|
|
7548
|
+
|
|
6465
7549
|
/** @internal */
|
|
6466
7550
|
export const Src2$inboundSchema: z.ZodType<Src2, z.ZodTypeDef, unknown> = z
|
|
6467
7551
|
.object({
|
|
@@ -6522,6 +7606,20 @@ export namespace Src2$ {
|
|
|
6522
7606
|
export type Outbound = Src2$Outbound;
|
|
6523
7607
|
}
|
|
6524
7608
|
|
|
7609
|
+
export function src2ToJSON(src2: Src2): string {
|
|
7610
|
+
return JSON.stringify(Src2$outboundSchema.parse(src2));
|
|
7611
|
+
}
|
|
7612
|
+
|
|
7613
|
+
export function src2FromJSON(
|
|
7614
|
+
jsonString: string,
|
|
7615
|
+
): SafeParseResult<Src2, SDKValidationError> {
|
|
7616
|
+
return safeParse(
|
|
7617
|
+
jsonString,
|
|
7618
|
+
(x) => Src2$inboundSchema.parse(JSON.parse(x)),
|
|
7619
|
+
`Failed to parse 'Src2' from JSON`,
|
|
7620
|
+
);
|
|
7621
|
+
}
|
|
7622
|
+
|
|
6525
7623
|
/** @internal */
|
|
6526
7624
|
export const Src$inboundSchema: z.ZodType<Src, z.ZodTypeDef, unknown> = z.union(
|
|
6527
7625
|
[z.lazy(() => Src2$inboundSchema), z.string()],
|
|
@@ -6547,6 +7645,20 @@ export namespace Src$ {
|
|
|
6547
7645
|
export type Outbound = Src$Outbound;
|
|
6548
7646
|
}
|
|
6549
7647
|
|
|
7648
|
+
export function srcToJSON(src: Src): string {
|
|
7649
|
+
return JSON.stringify(Src$outboundSchema.parse(src));
|
|
7650
|
+
}
|
|
7651
|
+
|
|
7652
|
+
export function srcFromJSON(
|
|
7653
|
+
jsonString: string,
|
|
7654
|
+
): SafeParseResult<Src, SDKValidationError> {
|
|
7655
|
+
return safeParse(
|
|
7656
|
+
jsonString,
|
|
7657
|
+
(x) => Src$inboundSchema.parse(JSON.parse(x)),
|
|
7658
|
+
`Failed to parse 'Src' from JSON`,
|
|
7659
|
+
);
|
|
7660
|
+
}
|
|
7661
|
+
|
|
6550
7662
|
/** @internal */
|
|
6551
7663
|
export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema:
|
|
6552
7664
|
z.ZodNativeEnum<
|
|
@@ -6643,6 +7755,27 @@ export namespace UpdateProjectDataCacheValueProjects2$ {
|
|
|
6643
7755
|
export type Outbound = UpdateProjectDataCacheValueProjects2$Outbound;
|
|
6644
7756
|
}
|
|
6645
7757
|
|
|
7758
|
+
export function updateProjectDataCacheValueProjects2ToJSON(
|
|
7759
|
+
updateProjectDataCacheValueProjects2: UpdateProjectDataCacheValueProjects2,
|
|
7760
|
+
): string {
|
|
7761
|
+
return JSON.stringify(
|
|
7762
|
+
UpdateProjectDataCacheValueProjects2$outboundSchema.parse(
|
|
7763
|
+
updateProjectDataCacheValueProjects2,
|
|
7764
|
+
),
|
|
7765
|
+
);
|
|
7766
|
+
}
|
|
7767
|
+
|
|
7768
|
+
export function updateProjectDataCacheValueProjects2FromJSON(
|
|
7769
|
+
jsonString: string,
|
|
7770
|
+
): SafeParseResult<UpdateProjectDataCacheValueProjects2, SDKValidationError> {
|
|
7771
|
+
return safeParse(
|
|
7772
|
+
jsonString,
|
|
7773
|
+
(x) =>
|
|
7774
|
+
UpdateProjectDataCacheValueProjects2$inboundSchema.parse(JSON.parse(x)),
|
|
7775
|
+
`Failed to parse 'UpdateProjectDataCacheValueProjects2' from JSON`,
|
|
7776
|
+
);
|
|
7777
|
+
}
|
|
7778
|
+
|
|
6646
7779
|
/** @internal */
|
|
6647
7780
|
export const UpdateProjectDataCacheProjectsValue$inboundSchema: z.ZodType<
|
|
6648
7781
|
UpdateProjectDataCacheProjectsValue,
|
|
@@ -6683,6 +7816,27 @@ export namespace UpdateProjectDataCacheProjectsValue$ {
|
|
|
6683
7816
|
export type Outbound = UpdateProjectDataCacheProjectsValue$Outbound;
|
|
6684
7817
|
}
|
|
6685
7818
|
|
|
7819
|
+
export function updateProjectDataCacheProjectsValueToJSON(
|
|
7820
|
+
updateProjectDataCacheProjectsValue: UpdateProjectDataCacheProjectsValue,
|
|
7821
|
+
): string {
|
|
7822
|
+
return JSON.stringify(
|
|
7823
|
+
UpdateProjectDataCacheProjectsValue$outboundSchema.parse(
|
|
7824
|
+
updateProjectDataCacheProjectsValue,
|
|
7825
|
+
),
|
|
7826
|
+
);
|
|
7827
|
+
}
|
|
7828
|
+
|
|
7829
|
+
export function updateProjectDataCacheProjectsValueFromJSON(
|
|
7830
|
+
jsonString: string,
|
|
7831
|
+
): SafeParseResult<UpdateProjectDataCacheProjectsValue, SDKValidationError> {
|
|
7832
|
+
return safeParse(
|
|
7833
|
+
jsonString,
|
|
7834
|
+
(x) =>
|
|
7835
|
+
UpdateProjectDataCacheProjectsValue$inboundSchema.parse(JSON.parse(x)),
|
|
7836
|
+
`Failed to parse 'UpdateProjectDataCacheProjectsValue' from JSON`,
|
|
7837
|
+
);
|
|
7838
|
+
}
|
|
7839
|
+
|
|
6686
7840
|
/** @internal */
|
|
6687
7841
|
export const Has$inboundSchema: z.ZodType<Has, z.ZodTypeDef, unknown> = z
|
|
6688
7842
|
.object({
|
|
@@ -6727,6 +7881,20 @@ export namespace Has$ {
|
|
|
6727
7881
|
export type Outbound = Has$Outbound;
|
|
6728
7882
|
}
|
|
6729
7883
|
|
|
7884
|
+
export function hasToJSON(has: Has): string {
|
|
7885
|
+
return JSON.stringify(Has$outboundSchema.parse(has));
|
|
7886
|
+
}
|
|
7887
|
+
|
|
7888
|
+
export function hasFromJSON(
|
|
7889
|
+
jsonString: string,
|
|
7890
|
+
): SafeParseResult<Has, SDKValidationError> {
|
|
7891
|
+
return safeParse(
|
|
7892
|
+
jsonString,
|
|
7893
|
+
(x) => Has$inboundSchema.parse(JSON.parse(x)),
|
|
7894
|
+
`Failed to parse 'Has' from JSON`,
|
|
7895
|
+
);
|
|
7896
|
+
}
|
|
7897
|
+
|
|
6730
7898
|
/** @internal */
|
|
6731
7899
|
export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema:
|
|
6732
7900
|
z.ZodNativeEnum<
|
|
@@ -6821,6 +7989,26 @@ export namespace UpdateProjectDataCacheValue2$ {
|
|
|
6821
7989
|
export type Outbound = UpdateProjectDataCacheValue2$Outbound;
|
|
6822
7990
|
}
|
|
6823
7991
|
|
|
7992
|
+
export function updateProjectDataCacheValue2ToJSON(
|
|
7993
|
+
updateProjectDataCacheValue2: UpdateProjectDataCacheValue2,
|
|
7994
|
+
): string {
|
|
7995
|
+
return JSON.stringify(
|
|
7996
|
+
UpdateProjectDataCacheValue2$outboundSchema.parse(
|
|
7997
|
+
updateProjectDataCacheValue2,
|
|
7998
|
+
),
|
|
7999
|
+
);
|
|
8000
|
+
}
|
|
8001
|
+
|
|
8002
|
+
export function updateProjectDataCacheValue2FromJSON(
|
|
8003
|
+
jsonString: string,
|
|
8004
|
+
): SafeParseResult<UpdateProjectDataCacheValue2, SDKValidationError> {
|
|
8005
|
+
return safeParse(
|
|
8006
|
+
jsonString,
|
|
8007
|
+
(x) => UpdateProjectDataCacheValue2$inboundSchema.parse(JSON.parse(x)),
|
|
8008
|
+
`Failed to parse 'UpdateProjectDataCacheValue2' from JSON`,
|
|
8009
|
+
);
|
|
8010
|
+
}
|
|
8011
|
+
|
|
6824
8012
|
/** @internal */
|
|
6825
8013
|
export const UpdateProjectDataCacheValue$inboundSchema: z.ZodType<
|
|
6826
8014
|
UpdateProjectDataCacheValue,
|
|
@@ -6859,6 +8047,26 @@ export namespace UpdateProjectDataCacheValue$ {
|
|
|
6859
8047
|
export type Outbound = UpdateProjectDataCacheValue$Outbound;
|
|
6860
8048
|
}
|
|
6861
8049
|
|
|
8050
|
+
export function updateProjectDataCacheValueToJSON(
|
|
8051
|
+
updateProjectDataCacheValue: UpdateProjectDataCacheValue,
|
|
8052
|
+
): string {
|
|
8053
|
+
return JSON.stringify(
|
|
8054
|
+
UpdateProjectDataCacheValue$outboundSchema.parse(
|
|
8055
|
+
updateProjectDataCacheValue,
|
|
8056
|
+
),
|
|
8057
|
+
);
|
|
8058
|
+
}
|
|
8059
|
+
|
|
8060
|
+
export function updateProjectDataCacheValueFromJSON(
|
|
8061
|
+
jsonString: string,
|
|
8062
|
+
): SafeParseResult<UpdateProjectDataCacheValue, SDKValidationError> {
|
|
8063
|
+
return safeParse(
|
|
8064
|
+
jsonString,
|
|
8065
|
+
(x) => UpdateProjectDataCacheValue$inboundSchema.parse(JSON.parse(x)),
|
|
8066
|
+
`Failed to parse 'UpdateProjectDataCacheValue' from JSON`,
|
|
8067
|
+
);
|
|
8068
|
+
}
|
|
8069
|
+
|
|
6862
8070
|
/** @internal */
|
|
6863
8071
|
export const Missing$inboundSchema: z.ZodType<Missing, z.ZodTypeDef, unknown> =
|
|
6864
8072
|
z.object({
|
|
@@ -6906,6 +8114,20 @@ export namespace Missing$ {
|
|
|
6906
8114
|
export type Outbound = Missing$Outbound;
|
|
6907
8115
|
}
|
|
6908
8116
|
|
|
8117
|
+
export function missingToJSON(missing: Missing): string {
|
|
8118
|
+
return JSON.stringify(Missing$outboundSchema.parse(missing));
|
|
8119
|
+
}
|
|
8120
|
+
|
|
8121
|
+
export function missingFromJSON(
|
|
8122
|
+
jsonString: string,
|
|
8123
|
+
): SafeParseResult<Missing, SDKValidationError> {
|
|
8124
|
+
return safeParse(
|
|
8125
|
+
jsonString,
|
|
8126
|
+
(x) => Missing$inboundSchema.parse(JSON.parse(x)),
|
|
8127
|
+
`Failed to parse 'Missing' from JSON`,
|
|
8128
|
+
);
|
|
8129
|
+
}
|
|
8130
|
+
|
|
6909
8131
|
/** @internal */
|
|
6910
8132
|
export const Handle$inboundSchema: z.ZodNativeEnum<typeof Handle> = z
|
|
6911
8133
|
.nativeEnum(Handle);
|
|
@@ -7006,6 +8228,20 @@ export namespace Erl$ {
|
|
|
7006
8228
|
export type Outbound = Erl$Outbound;
|
|
7007
8229
|
}
|
|
7008
8230
|
|
|
8231
|
+
export function erlToJSON(erl: Erl): string {
|
|
8232
|
+
return JSON.stringify(Erl$outboundSchema.parse(erl));
|
|
8233
|
+
}
|
|
8234
|
+
|
|
8235
|
+
export function erlFromJSON(
|
|
8236
|
+
jsonString: string,
|
|
8237
|
+
): SafeParseResult<Erl, SDKValidationError> {
|
|
8238
|
+
return safeParse(
|
|
8239
|
+
jsonString,
|
|
8240
|
+
(x) => Erl$inboundSchema.parse(JSON.parse(x)),
|
|
8241
|
+
`Failed to parse 'Erl' from JSON`,
|
|
8242
|
+
);
|
|
8243
|
+
}
|
|
8244
|
+
|
|
7009
8245
|
/** @internal */
|
|
7010
8246
|
export const UpdateProjectDataCacheMitigate$inboundSchema: z.ZodType<
|
|
7011
8247
|
UpdateProjectDataCacheMitigate,
|
|
@@ -7059,6 +8295,26 @@ export namespace UpdateProjectDataCacheMitigate$ {
|
|
|
7059
8295
|
export type Outbound = UpdateProjectDataCacheMitigate$Outbound;
|
|
7060
8296
|
}
|
|
7061
8297
|
|
|
8298
|
+
export function updateProjectDataCacheMitigateToJSON(
|
|
8299
|
+
updateProjectDataCacheMitigate: UpdateProjectDataCacheMitigate,
|
|
8300
|
+
): string {
|
|
8301
|
+
return JSON.stringify(
|
|
8302
|
+
UpdateProjectDataCacheMitigate$outboundSchema.parse(
|
|
8303
|
+
updateProjectDataCacheMitigate,
|
|
8304
|
+
),
|
|
8305
|
+
);
|
|
8306
|
+
}
|
|
8307
|
+
|
|
8308
|
+
export function updateProjectDataCacheMitigateFromJSON(
|
|
8309
|
+
jsonString: string,
|
|
8310
|
+
): SafeParseResult<UpdateProjectDataCacheMitigate, SDKValidationError> {
|
|
8311
|
+
return safeParse(
|
|
8312
|
+
jsonString,
|
|
8313
|
+
(x) => UpdateProjectDataCacheMitigate$inboundSchema.parse(JSON.parse(x)),
|
|
8314
|
+
`Failed to parse 'UpdateProjectDataCacheMitigate' from JSON`,
|
|
8315
|
+
);
|
|
8316
|
+
}
|
|
8317
|
+
|
|
7062
8318
|
/** @internal */
|
|
7063
8319
|
export const FirewallRoutes$inboundSchema: z.ZodType<
|
|
7064
8320
|
FirewallRoutes,
|
|
@@ -7115,6 +8371,20 @@ export namespace FirewallRoutes$ {
|
|
|
7115
8371
|
export type Outbound = FirewallRoutes$Outbound;
|
|
7116
8372
|
}
|
|
7117
8373
|
|
|
8374
|
+
export function firewallRoutesToJSON(firewallRoutes: FirewallRoutes): string {
|
|
8375
|
+
return JSON.stringify(FirewallRoutes$outboundSchema.parse(firewallRoutes));
|
|
8376
|
+
}
|
|
8377
|
+
|
|
8378
|
+
export function firewallRoutesFromJSON(
|
|
8379
|
+
jsonString: string,
|
|
8380
|
+
): SafeParseResult<FirewallRoutes, SDKValidationError> {
|
|
8381
|
+
return safeParse(
|
|
8382
|
+
jsonString,
|
|
8383
|
+
(x) => FirewallRoutes$inboundSchema.parse(JSON.parse(x)),
|
|
8384
|
+
`Failed to parse 'FirewallRoutes' from JSON`,
|
|
8385
|
+
);
|
|
8386
|
+
}
|
|
8387
|
+
|
|
7118
8388
|
/** @internal */
|
|
7119
8389
|
export const Security$inboundSchema: z.ZodType<
|
|
7120
8390
|
Security,
|
|
@@ -7132,6 +8402,7 @@ export const Security$inboundSchema: z.ZodType<
|
|
|
7132
8402
|
firewallSeawallEnabled: z.boolean().optional(),
|
|
7133
8403
|
ja3Enabled: z.boolean().optional(),
|
|
7134
8404
|
ja4Enabled: z.boolean().optional(),
|
|
8405
|
+
firewallBypassIps: z.array(z.string()).optional(),
|
|
7135
8406
|
});
|
|
7136
8407
|
|
|
7137
8408
|
/** @internal */
|
|
@@ -7146,6 +8417,7 @@ export type Security$Outbound = {
|
|
|
7146
8417
|
firewallSeawallEnabled?: boolean | undefined;
|
|
7147
8418
|
ja3Enabled?: boolean | undefined;
|
|
7148
8419
|
ja4Enabled?: boolean | undefined;
|
|
8420
|
+
firewallBypassIps?: Array<string> | undefined;
|
|
7149
8421
|
};
|
|
7150
8422
|
|
|
7151
8423
|
/** @internal */
|
|
@@ -7165,6 +8437,7 @@ export const Security$outboundSchema: z.ZodType<
|
|
|
7165
8437
|
firewallSeawallEnabled: z.boolean().optional(),
|
|
7166
8438
|
ja3Enabled: z.boolean().optional(),
|
|
7167
8439
|
ja4Enabled: z.boolean().optional(),
|
|
8440
|
+
firewallBypassIps: z.array(z.string()).optional(),
|
|
7168
8441
|
});
|
|
7169
8442
|
|
|
7170
8443
|
/**
|
|
@@ -7180,6 +8453,20 @@ export namespace Security$ {
|
|
|
7180
8453
|
export type Outbound = Security$Outbound;
|
|
7181
8454
|
}
|
|
7182
8455
|
|
|
8456
|
+
export function securityToJSON(security: Security): string {
|
|
8457
|
+
return JSON.stringify(Security$outboundSchema.parse(security));
|
|
8458
|
+
}
|
|
8459
|
+
|
|
8460
|
+
export function securityFromJSON(
|
|
8461
|
+
jsonString: string,
|
|
8462
|
+
): SafeParseResult<Security, SDKValidationError> {
|
|
8463
|
+
return safeParse(
|
|
8464
|
+
jsonString,
|
|
8465
|
+
(x) => Security$inboundSchema.parse(JSON.parse(x)),
|
|
8466
|
+
`Failed to parse 'Security' from JSON`,
|
|
8467
|
+
);
|
|
8468
|
+
}
|
|
8469
|
+
|
|
7183
8470
|
/** @internal */
|
|
7184
8471
|
export const UpdateProjectDataCacheIssuerMode$inboundSchema: z.ZodNativeEnum<
|
|
7185
8472
|
typeof UpdateProjectDataCacheIssuerMode
|
|
@@ -7242,6 +8529,27 @@ export namespace UpdateProjectDataCacheOidcTokenConfig$ {
|
|
|
7242
8529
|
export type Outbound = UpdateProjectDataCacheOidcTokenConfig$Outbound;
|
|
7243
8530
|
}
|
|
7244
8531
|
|
|
8532
|
+
export function updateProjectDataCacheOidcTokenConfigToJSON(
|
|
8533
|
+
updateProjectDataCacheOidcTokenConfig: UpdateProjectDataCacheOidcTokenConfig,
|
|
8534
|
+
): string {
|
|
8535
|
+
return JSON.stringify(
|
|
8536
|
+
UpdateProjectDataCacheOidcTokenConfig$outboundSchema.parse(
|
|
8537
|
+
updateProjectDataCacheOidcTokenConfig,
|
|
8538
|
+
),
|
|
8539
|
+
);
|
|
8540
|
+
}
|
|
8541
|
+
|
|
8542
|
+
export function updateProjectDataCacheOidcTokenConfigFromJSON(
|
|
8543
|
+
jsonString: string,
|
|
8544
|
+
): SafeParseResult<UpdateProjectDataCacheOidcTokenConfig, SDKValidationError> {
|
|
8545
|
+
return safeParse(
|
|
8546
|
+
jsonString,
|
|
8547
|
+
(x) =>
|
|
8548
|
+
UpdateProjectDataCacheOidcTokenConfig$inboundSchema.parse(JSON.parse(x)),
|
|
8549
|
+
`Failed to parse 'UpdateProjectDataCacheOidcTokenConfig' from JSON`,
|
|
8550
|
+
);
|
|
8551
|
+
}
|
|
8552
|
+
|
|
7245
8553
|
/** @internal */
|
|
7246
8554
|
export const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier> = z.nativeEnum(
|
|
7247
8555
|
Tier,
|
|
@@ -7562,3 +8870,24 @@ export namespace UpdateProjectDataCacheResponseBody$ {
|
|
|
7562
8870
|
/** @deprecated use `UpdateProjectDataCacheResponseBody$Outbound` instead. */
|
|
7563
8871
|
export type Outbound = UpdateProjectDataCacheResponseBody$Outbound;
|
|
7564
8872
|
}
|
|
8873
|
+
|
|
8874
|
+
export function updateProjectDataCacheResponseBodyToJSON(
|
|
8875
|
+
updateProjectDataCacheResponseBody: UpdateProjectDataCacheResponseBody,
|
|
8876
|
+
): string {
|
|
8877
|
+
return JSON.stringify(
|
|
8878
|
+
UpdateProjectDataCacheResponseBody$outboundSchema.parse(
|
|
8879
|
+
updateProjectDataCacheResponseBody,
|
|
8880
|
+
),
|
|
8881
|
+
);
|
|
8882
|
+
}
|
|
8883
|
+
|
|
8884
|
+
export function updateProjectDataCacheResponseBodyFromJSON(
|
|
8885
|
+
jsonString: string,
|
|
8886
|
+
): SafeParseResult<UpdateProjectDataCacheResponseBody, SDKValidationError> {
|
|
8887
|
+
return safeParse(
|
|
8888
|
+
jsonString,
|
|
8889
|
+
(x) =>
|
|
8890
|
+
UpdateProjectDataCacheResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
8891
|
+
`Failed to parse 'UpdateProjectDataCacheResponseBody' from JSON`,
|
|
8892
|
+
);
|
|
8893
|
+
}
|