@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
|
@@ -3,13 +3,16 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
6
7
|
import { ClosedEnum } from "../../types/enums.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
7
9
|
import {
|
|
8
10
|
Pagination,
|
|
9
11
|
Pagination$inboundSchema,
|
|
10
12
|
Pagination$Outbound,
|
|
11
13
|
Pagination$outboundSchema,
|
|
12
14
|
} from "../components/pagination.js";
|
|
15
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
13
16
|
|
|
14
17
|
/**
|
|
15
18
|
* If true, the environment variable value will be decrypted
|
|
@@ -1179,6 +1182,24 @@ export namespace FilterProjectEnvsRequest$ {
|
|
|
1179
1182
|
export type Outbound = FilterProjectEnvsRequest$Outbound;
|
|
1180
1183
|
}
|
|
1181
1184
|
|
|
1185
|
+
export function filterProjectEnvsRequestToJSON(
|
|
1186
|
+
filterProjectEnvsRequest: FilterProjectEnvsRequest,
|
|
1187
|
+
): string {
|
|
1188
|
+
return JSON.stringify(
|
|
1189
|
+
FilterProjectEnvsRequest$outboundSchema.parse(filterProjectEnvsRequest),
|
|
1190
|
+
);
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
export function filterProjectEnvsRequestFromJSON(
|
|
1194
|
+
jsonString: string,
|
|
1195
|
+
): SafeParseResult<FilterProjectEnvsRequest, SDKValidationError> {
|
|
1196
|
+
return safeParse(
|
|
1197
|
+
jsonString,
|
|
1198
|
+
(x) => FilterProjectEnvsRequest$inboundSchema.parse(JSON.parse(x)),
|
|
1199
|
+
`Failed to parse 'FilterProjectEnvsRequest' from JSON`,
|
|
1200
|
+
);
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1182
1203
|
/** @internal */
|
|
1183
1204
|
export const FilterProjectEnvsTargetProjectsResponse2$inboundSchema:
|
|
1184
1205
|
z.ZodNativeEnum<typeof FilterProjectEnvsTargetProjectsResponse2> = z
|
|
@@ -1266,6 +1287,33 @@ export namespace FilterProjectEnvsResponseBodyProjectsResponseTarget$ {
|
|
|
1266
1287
|
FilterProjectEnvsResponseBodyProjectsResponseTarget$Outbound;
|
|
1267
1288
|
}
|
|
1268
1289
|
|
|
1290
|
+
export function filterProjectEnvsResponseBodyProjectsResponseTargetToJSON(
|
|
1291
|
+
filterProjectEnvsResponseBodyProjectsResponseTarget:
|
|
1292
|
+
FilterProjectEnvsResponseBodyProjectsResponseTarget,
|
|
1293
|
+
): string {
|
|
1294
|
+
return JSON.stringify(
|
|
1295
|
+
FilterProjectEnvsResponseBodyProjectsResponseTarget$outboundSchema.parse(
|
|
1296
|
+
filterProjectEnvsResponseBodyProjectsResponseTarget,
|
|
1297
|
+
),
|
|
1298
|
+
);
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
|
+
export function filterProjectEnvsResponseBodyProjectsResponseTargetFromJSON(
|
|
1302
|
+
jsonString: string,
|
|
1303
|
+
): SafeParseResult<
|
|
1304
|
+
FilterProjectEnvsResponseBodyProjectsResponseTarget,
|
|
1305
|
+
SDKValidationError
|
|
1306
|
+
> {
|
|
1307
|
+
return safeParse(
|
|
1308
|
+
jsonString,
|
|
1309
|
+
(x) =>
|
|
1310
|
+
FilterProjectEnvsResponseBodyProjectsResponseTarget$inboundSchema.parse(
|
|
1311
|
+
JSON.parse(x),
|
|
1312
|
+
),
|
|
1313
|
+
`Failed to parse 'FilterProjectEnvsResponseBodyProjectsResponseTarget' from JSON`,
|
|
1314
|
+
);
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1269
1317
|
/** @internal */
|
|
1270
1318
|
export const FilterProjectEnvsResponseBodyProjectsResponse200Type$inboundSchema:
|
|
1271
1319
|
z.ZodNativeEnum<typeof FilterProjectEnvsResponseBodyProjectsResponse200Type> =
|
|
@@ -1363,6 +1411,33 @@ export namespace FilterProjectEnvsContentHintProjectsResponse15$ {
|
|
|
1363
1411
|
FilterProjectEnvsContentHintProjectsResponse15$Outbound;
|
|
1364
1412
|
}
|
|
1365
1413
|
|
|
1414
|
+
export function filterProjectEnvsContentHintProjectsResponse15ToJSON(
|
|
1415
|
+
filterProjectEnvsContentHintProjectsResponse15:
|
|
1416
|
+
FilterProjectEnvsContentHintProjectsResponse15,
|
|
1417
|
+
): string {
|
|
1418
|
+
return JSON.stringify(
|
|
1419
|
+
FilterProjectEnvsContentHintProjectsResponse15$outboundSchema.parse(
|
|
1420
|
+
filterProjectEnvsContentHintProjectsResponse15,
|
|
1421
|
+
),
|
|
1422
|
+
);
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
export function filterProjectEnvsContentHintProjectsResponse15FromJSON(
|
|
1426
|
+
jsonString: string,
|
|
1427
|
+
): SafeParseResult<
|
|
1428
|
+
FilterProjectEnvsContentHintProjectsResponse15,
|
|
1429
|
+
SDKValidationError
|
|
1430
|
+
> {
|
|
1431
|
+
return safeParse(
|
|
1432
|
+
jsonString,
|
|
1433
|
+
(x) =>
|
|
1434
|
+
FilterProjectEnvsContentHintProjectsResponse15$inboundSchema.parse(
|
|
1435
|
+
JSON.parse(x),
|
|
1436
|
+
),
|
|
1437
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjectsResponse15' from JSON`,
|
|
1438
|
+
);
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1366
1441
|
/** @internal */
|
|
1367
1442
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$inboundSchema:
|
|
1368
1443
|
z.ZodNativeEnum<
|
|
@@ -1446,6 +1521,33 @@ export namespace FilterProjectEnvsContentHintProjectsResponse14$ {
|
|
|
1446
1521
|
FilterProjectEnvsContentHintProjectsResponse14$Outbound;
|
|
1447
1522
|
}
|
|
1448
1523
|
|
|
1524
|
+
export function filterProjectEnvsContentHintProjectsResponse14ToJSON(
|
|
1525
|
+
filterProjectEnvsContentHintProjectsResponse14:
|
|
1526
|
+
FilterProjectEnvsContentHintProjectsResponse14,
|
|
1527
|
+
): string {
|
|
1528
|
+
return JSON.stringify(
|
|
1529
|
+
FilterProjectEnvsContentHintProjectsResponse14$outboundSchema.parse(
|
|
1530
|
+
filterProjectEnvsContentHintProjectsResponse14,
|
|
1531
|
+
),
|
|
1532
|
+
);
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
export function filterProjectEnvsContentHintProjectsResponse14FromJSON(
|
|
1536
|
+
jsonString: string,
|
|
1537
|
+
): SafeParseResult<
|
|
1538
|
+
FilterProjectEnvsContentHintProjectsResponse14,
|
|
1539
|
+
SDKValidationError
|
|
1540
|
+
> {
|
|
1541
|
+
return safeParse(
|
|
1542
|
+
jsonString,
|
|
1543
|
+
(x) =>
|
|
1544
|
+
FilterProjectEnvsContentHintProjectsResponse14$inboundSchema.parse(
|
|
1545
|
+
JSON.parse(x),
|
|
1546
|
+
),
|
|
1547
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjectsResponse14' from JSON`,
|
|
1548
|
+
);
|
|
1549
|
+
}
|
|
1550
|
+
|
|
1449
1551
|
/** @internal */
|
|
1450
1552
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$inboundSchema:
|
|
1451
1553
|
z.ZodNativeEnum<
|
|
@@ -1520,6 +1622,33 @@ export namespace FilterProjectEnvsContentHintProjectsResponse13$ {
|
|
|
1520
1622
|
FilterProjectEnvsContentHintProjectsResponse13$Outbound;
|
|
1521
1623
|
}
|
|
1522
1624
|
|
|
1625
|
+
export function filterProjectEnvsContentHintProjectsResponse13ToJSON(
|
|
1626
|
+
filterProjectEnvsContentHintProjectsResponse13:
|
|
1627
|
+
FilterProjectEnvsContentHintProjectsResponse13,
|
|
1628
|
+
): string {
|
|
1629
|
+
return JSON.stringify(
|
|
1630
|
+
FilterProjectEnvsContentHintProjectsResponse13$outboundSchema.parse(
|
|
1631
|
+
filterProjectEnvsContentHintProjectsResponse13,
|
|
1632
|
+
),
|
|
1633
|
+
);
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
export function filterProjectEnvsContentHintProjectsResponse13FromJSON(
|
|
1637
|
+
jsonString: string,
|
|
1638
|
+
): SafeParseResult<
|
|
1639
|
+
FilterProjectEnvsContentHintProjectsResponse13,
|
|
1640
|
+
SDKValidationError
|
|
1641
|
+
> {
|
|
1642
|
+
return safeParse(
|
|
1643
|
+
jsonString,
|
|
1644
|
+
(x) =>
|
|
1645
|
+
FilterProjectEnvsContentHintProjectsResponse13$inboundSchema.parse(
|
|
1646
|
+
JSON.parse(x),
|
|
1647
|
+
),
|
|
1648
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjectsResponse13' from JSON`,
|
|
1649
|
+
);
|
|
1650
|
+
}
|
|
1651
|
+
|
|
1523
1652
|
/** @internal */
|
|
1524
1653
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$inboundSchema:
|
|
1525
1654
|
z.ZodNativeEnum<
|
|
@@ -1594,6 +1723,33 @@ export namespace FilterProjectEnvsContentHintProjectsResponse12$ {
|
|
|
1594
1723
|
FilterProjectEnvsContentHintProjectsResponse12$Outbound;
|
|
1595
1724
|
}
|
|
1596
1725
|
|
|
1726
|
+
export function filterProjectEnvsContentHintProjectsResponse12ToJSON(
|
|
1727
|
+
filterProjectEnvsContentHintProjectsResponse12:
|
|
1728
|
+
FilterProjectEnvsContentHintProjectsResponse12,
|
|
1729
|
+
): string {
|
|
1730
|
+
return JSON.stringify(
|
|
1731
|
+
FilterProjectEnvsContentHintProjectsResponse12$outboundSchema.parse(
|
|
1732
|
+
filterProjectEnvsContentHintProjectsResponse12,
|
|
1733
|
+
),
|
|
1734
|
+
);
|
|
1735
|
+
}
|
|
1736
|
+
|
|
1737
|
+
export function filterProjectEnvsContentHintProjectsResponse12FromJSON(
|
|
1738
|
+
jsonString: string,
|
|
1739
|
+
): SafeParseResult<
|
|
1740
|
+
FilterProjectEnvsContentHintProjectsResponse12,
|
|
1741
|
+
SDKValidationError
|
|
1742
|
+
> {
|
|
1743
|
+
return safeParse(
|
|
1744
|
+
jsonString,
|
|
1745
|
+
(x) =>
|
|
1746
|
+
FilterProjectEnvsContentHintProjectsResponse12$inboundSchema.parse(
|
|
1747
|
+
JSON.parse(x),
|
|
1748
|
+
),
|
|
1749
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjectsResponse12' from JSON`,
|
|
1750
|
+
);
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1597
1753
|
/** @internal */
|
|
1598
1754
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$inboundSchema:
|
|
1599
1755
|
z.ZodNativeEnum<
|
|
@@ -1668,6 +1824,33 @@ export namespace FilterProjectEnvsContentHintProjectsResponse11$ {
|
|
|
1668
1824
|
FilterProjectEnvsContentHintProjectsResponse11$Outbound;
|
|
1669
1825
|
}
|
|
1670
1826
|
|
|
1827
|
+
export function filterProjectEnvsContentHintProjectsResponse11ToJSON(
|
|
1828
|
+
filterProjectEnvsContentHintProjectsResponse11:
|
|
1829
|
+
FilterProjectEnvsContentHintProjectsResponse11,
|
|
1830
|
+
): string {
|
|
1831
|
+
return JSON.stringify(
|
|
1832
|
+
FilterProjectEnvsContentHintProjectsResponse11$outboundSchema.parse(
|
|
1833
|
+
filterProjectEnvsContentHintProjectsResponse11,
|
|
1834
|
+
),
|
|
1835
|
+
);
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
export function filterProjectEnvsContentHintProjectsResponse11FromJSON(
|
|
1839
|
+
jsonString: string,
|
|
1840
|
+
): SafeParseResult<
|
|
1841
|
+
FilterProjectEnvsContentHintProjectsResponse11,
|
|
1842
|
+
SDKValidationError
|
|
1843
|
+
> {
|
|
1844
|
+
return safeParse(
|
|
1845
|
+
jsonString,
|
|
1846
|
+
(x) =>
|
|
1847
|
+
FilterProjectEnvsContentHintProjectsResponse11$inboundSchema.parse(
|
|
1848
|
+
JSON.parse(x),
|
|
1849
|
+
),
|
|
1850
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjectsResponse11' from JSON`,
|
|
1851
|
+
);
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1671
1854
|
/** @internal */
|
|
1672
1855
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$inboundSchema:
|
|
1673
1856
|
z.ZodNativeEnum<
|
|
@@ -1742,6 +1925,33 @@ export namespace FilterProjectEnvsContentHintProjectsResponse10$ {
|
|
|
1742
1925
|
FilterProjectEnvsContentHintProjectsResponse10$Outbound;
|
|
1743
1926
|
}
|
|
1744
1927
|
|
|
1928
|
+
export function filterProjectEnvsContentHintProjectsResponse10ToJSON(
|
|
1929
|
+
filterProjectEnvsContentHintProjectsResponse10:
|
|
1930
|
+
FilterProjectEnvsContentHintProjectsResponse10,
|
|
1931
|
+
): string {
|
|
1932
|
+
return JSON.stringify(
|
|
1933
|
+
FilterProjectEnvsContentHintProjectsResponse10$outboundSchema.parse(
|
|
1934
|
+
filterProjectEnvsContentHintProjectsResponse10,
|
|
1935
|
+
),
|
|
1936
|
+
);
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
export function filterProjectEnvsContentHintProjectsResponse10FromJSON(
|
|
1940
|
+
jsonString: string,
|
|
1941
|
+
): SafeParseResult<
|
|
1942
|
+
FilterProjectEnvsContentHintProjectsResponse10,
|
|
1943
|
+
SDKValidationError
|
|
1944
|
+
> {
|
|
1945
|
+
return safeParse(
|
|
1946
|
+
jsonString,
|
|
1947
|
+
(x) =>
|
|
1948
|
+
FilterProjectEnvsContentHintProjectsResponse10$inboundSchema.parse(
|
|
1949
|
+
JSON.parse(x),
|
|
1950
|
+
),
|
|
1951
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjectsResponse10' from JSON`,
|
|
1952
|
+
);
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1745
1955
|
/** @internal */
|
|
1746
1956
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$inboundSchema:
|
|
1747
1957
|
z.ZodNativeEnum<
|
|
@@ -1815,6 +2025,33 @@ export namespace FilterProjectEnvsContentHintProjectsResponse9$ {
|
|
|
1815
2025
|
export type Outbound = FilterProjectEnvsContentHintProjectsResponse9$Outbound;
|
|
1816
2026
|
}
|
|
1817
2027
|
|
|
2028
|
+
export function filterProjectEnvsContentHintProjectsResponse9ToJSON(
|
|
2029
|
+
filterProjectEnvsContentHintProjectsResponse9:
|
|
2030
|
+
FilterProjectEnvsContentHintProjectsResponse9,
|
|
2031
|
+
): string {
|
|
2032
|
+
return JSON.stringify(
|
|
2033
|
+
FilterProjectEnvsContentHintProjectsResponse9$outboundSchema.parse(
|
|
2034
|
+
filterProjectEnvsContentHintProjectsResponse9,
|
|
2035
|
+
),
|
|
2036
|
+
);
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
export function filterProjectEnvsContentHintProjectsResponse9FromJSON(
|
|
2040
|
+
jsonString: string,
|
|
2041
|
+
): SafeParseResult<
|
|
2042
|
+
FilterProjectEnvsContentHintProjectsResponse9,
|
|
2043
|
+
SDKValidationError
|
|
2044
|
+
> {
|
|
2045
|
+
return safeParse(
|
|
2046
|
+
jsonString,
|
|
2047
|
+
(x) =>
|
|
2048
|
+
FilterProjectEnvsContentHintProjectsResponse9$inboundSchema.parse(
|
|
2049
|
+
JSON.parse(x),
|
|
2050
|
+
),
|
|
2051
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjectsResponse9' from JSON`,
|
|
2052
|
+
);
|
|
2053
|
+
}
|
|
2054
|
+
|
|
1818
2055
|
/** @internal */
|
|
1819
2056
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$inboundSchema:
|
|
1820
2057
|
z.ZodNativeEnum<
|
|
@@ -1888,6 +2125,33 @@ export namespace FilterProjectEnvsContentHintProjectsResponse8$ {
|
|
|
1888
2125
|
export type Outbound = FilterProjectEnvsContentHintProjectsResponse8$Outbound;
|
|
1889
2126
|
}
|
|
1890
2127
|
|
|
2128
|
+
export function filterProjectEnvsContentHintProjectsResponse8ToJSON(
|
|
2129
|
+
filterProjectEnvsContentHintProjectsResponse8:
|
|
2130
|
+
FilterProjectEnvsContentHintProjectsResponse8,
|
|
2131
|
+
): string {
|
|
2132
|
+
return JSON.stringify(
|
|
2133
|
+
FilterProjectEnvsContentHintProjectsResponse8$outboundSchema.parse(
|
|
2134
|
+
filterProjectEnvsContentHintProjectsResponse8,
|
|
2135
|
+
),
|
|
2136
|
+
);
|
|
2137
|
+
}
|
|
2138
|
+
|
|
2139
|
+
export function filterProjectEnvsContentHintProjectsResponse8FromJSON(
|
|
2140
|
+
jsonString: string,
|
|
2141
|
+
): SafeParseResult<
|
|
2142
|
+
FilterProjectEnvsContentHintProjectsResponse8,
|
|
2143
|
+
SDKValidationError
|
|
2144
|
+
> {
|
|
2145
|
+
return safeParse(
|
|
2146
|
+
jsonString,
|
|
2147
|
+
(x) =>
|
|
2148
|
+
FilterProjectEnvsContentHintProjectsResponse8$inboundSchema.parse(
|
|
2149
|
+
JSON.parse(x),
|
|
2150
|
+
),
|
|
2151
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjectsResponse8' from JSON`,
|
|
2152
|
+
);
|
|
2153
|
+
}
|
|
2154
|
+
|
|
1891
2155
|
/** @internal */
|
|
1892
2156
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$inboundSchema:
|
|
1893
2157
|
z.ZodNativeEnum<
|
|
@@ -1961,6 +2225,33 @@ export namespace FilterProjectEnvsContentHintProjectsResponse7$ {
|
|
|
1961
2225
|
export type Outbound = FilterProjectEnvsContentHintProjectsResponse7$Outbound;
|
|
1962
2226
|
}
|
|
1963
2227
|
|
|
2228
|
+
export function filterProjectEnvsContentHintProjectsResponse7ToJSON(
|
|
2229
|
+
filterProjectEnvsContentHintProjectsResponse7:
|
|
2230
|
+
FilterProjectEnvsContentHintProjectsResponse7,
|
|
2231
|
+
): string {
|
|
2232
|
+
return JSON.stringify(
|
|
2233
|
+
FilterProjectEnvsContentHintProjectsResponse7$outboundSchema.parse(
|
|
2234
|
+
filterProjectEnvsContentHintProjectsResponse7,
|
|
2235
|
+
),
|
|
2236
|
+
);
|
|
2237
|
+
}
|
|
2238
|
+
|
|
2239
|
+
export function filterProjectEnvsContentHintProjectsResponse7FromJSON(
|
|
2240
|
+
jsonString: string,
|
|
2241
|
+
): SafeParseResult<
|
|
2242
|
+
FilterProjectEnvsContentHintProjectsResponse7,
|
|
2243
|
+
SDKValidationError
|
|
2244
|
+
> {
|
|
2245
|
+
return safeParse(
|
|
2246
|
+
jsonString,
|
|
2247
|
+
(x) =>
|
|
2248
|
+
FilterProjectEnvsContentHintProjectsResponse7$inboundSchema.parse(
|
|
2249
|
+
JSON.parse(x),
|
|
2250
|
+
),
|
|
2251
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjectsResponse7' from JSON`,
|
|
2252
|
+
);
|
|
2253
|
+
}
|
|
2254
|
+
|
|
1964
2255
|
/** @internal */
|
|
1965
2256
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$inboundSchema:
|
|
1966
2257
|
z.ZodNativeEnum<
|
|
@@ -2034,6 +2325,33 @@ export namespace FilterProjectEnvsContentHintProjectsResponse6$ {
|
|
|
2034
2325
|
export type Outbound = FilterProjectEnvsContentHintProjectsResponse6$Outbound;
|
|
2035
2326
|
}
|
|
2036
2327
|
|
|
2328
|
+
export function filterProjectEnvsContentHintProjectsResponse6ToJSON(
|
|
2329
|
+
filterProjectEnvsContentHintProjectsResponse6:
|
|
2330
|
+
FilterProjectEnvsContentHintProjectsResponse6,
|
|
2331
|
+
): string {
|
|
2332
|
+
return JSON.stringify(
|
|
2333
|
+
FilterProjectEnvsContentHintProjectsResponse6$outboundSchema.parse(
|
|
2334
|
+
filterProjectEnvsContentHintProjectsResponse6,
|
|
2335
|
+
),
|
|
2336
|
+
);
|
|
2337
|
+
}
|
|
2338
|
+
|
|
2339
|
+
export function filterProjectEnvsContentHintProjectsResponse6FromJSON(
|
|
2340
|
+
jsonString: string,
|
|
2341
|
+
): SafeParseResult<
|
|
2342
|
+
FilterProjectEnvsContentHintProjectsResponse6,
|
|
2343
|
+
SDKValidationError
|
|
2344
|
+
> {
|
|
2345
|
+
return safeParse(
|
|
2346
|
+
jsonString,
|
|
2347
|
+
(x) =>
|
|
2348
|
+
FilterProjectEnvsContentHintProjectsResponse6$inboundSchema.parse(
|
|
2349
|
+
JSON.parse(x),
|
|
2350
|
+
),
|
|
2351
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjectsResponse6' from JSON`,
|
|
2352
|
+
);
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2037
2355
|
/** @internal */
|
|
2038
2356
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$inboundSchema:
|
|
2039
2357
|
z.ZodNativeEnum<
|
|
@@ -2107,6 +2425,33 @@ export namespace FilterProjectEnvsContentHintProjectsResponse5$ {
|
|
|
2107
2425
|
export type Outbound = FilterProjectEnvsContentHintProjectsResponse5$Outbound;
|
|
2108
2426
|
}
|
|
2109
2427
|
|
|
2428
|
+
export function filterProjectEnvsContentHintProjectsResponse5ToJSON(
|
|
2429
|
+
filterProjectEnvsContentHintProjectsResponse5:
|
|
2430
|
+
FilterProjectEnvsContentHintProjectsResponse5,
|
|
2431
|
+
): string {
|
|
2432
|
+
return JSON.stringify(
|
|
2433
|
+
FilterProjectEnvsContentHintProjectsResponse5$outboundSchema.parse(
|
|
2434
|
+
filterProjectEnvsContentHintProjectsResponse5,
|
|
2435
|
+
),
|
|
2436
|
+
);
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2439
|
+
export function filterProjectEnvsContentHintProjectsResponse5FromJSON(
|
|
2440
|
+
jsonString: string,
|
|
2441
|
+
): SafeParseResult<
|
|
2442
|
+
FilterProjectEnvsContentHintProjectsResponse5,
|
|
2443
|
+
SDKValidationError
|
|
2444
|
+
> {
|
|
2445
|
+
return safeParse(
|
|
2446
|
+
jsonString,
|
|
2447
|
+
(x) =>
|
|
2448
|
+
FilterProjectEnvsContentHintProjectsResponse5$inboundSchema.parse(
|
|
2449
|
+
JSON.parse(x),
|
|
2450
|
+
),
|
|
2451
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjectsResponse5' from JSON`,
|
|
2452
|
+
);
|
|
2453
|
+
}
|
|
2454
|
+
|
|
2110
2455
|
/** @internal */
|
|
2111
2456
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$inboundSchema:
|
|
2112
2457
|
z.ZodNativeEnum<
|
|
@@ -2180,6 +2525,33 @@ export namespace FilterProjectEnvsContentHintProjectsResponse4$ {
|
|
|
2180
2525
|
export type Outbound = FilterProjectEnvsContentHintProjectsResponse4$Outbound;
|
|
2181
2526
|
}
|
|
2182
2527
|
|
|
2528
|
+
export function filterProjectEnvsContentHintProjectsResponse4ToJSON(
|
|
2529
|
+
filterProjectEnvsContentHintProjectsResponse4:
|
|
2530
|
+
FilterProjectEnvsContentHintProjectsResponse4,
|
|
2531
|
+
): string {
|
|
2532
|
+
return JSON.stringify(
|
|
2533
|
+
FilterProjectEnvsContentHintProjectsResponse4$outboundSchema.parse(
|
|
2534
|
+
filterProjectEnvsContentHintProjectsResponse4,
|
|
2535
|
+
),
|
|
2536
|
+
);
|
|
2537
|
+
}
|
|
2538
|
+
|
|
2539
|
+
export function filterProjectEnvsContentHintProjectsResponse4FromJSON(
|
|
2540
|
+
jsonString: string,
|
|
2541
|
+
): SafeParseResult<
|
|
2542
|
+
FilterProjectEnvsContentHintProjectsResponse4,
|
|
2543
|
+
SDKValidationError
|
|
2544
|
+
> {
|
|
2545
|
+
return safeParse(
|
|
2546
|
+
jsonString,
|
|
2547
|
+
(x) =>
|
|
2548
|
+
FilterProjectEnvsContentHintProjectsResponse4$inboundSchema.parse(
|
|
2549
|
+
JSON.parse(x),
|
|
2550
|
+
),
|
|
2551
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjectsResponse4' from JSON`,
|
|
2552
|
+
);
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2183
2555
|
/** @internal */
|
|
2184
2556
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$inboundSchema:
|
|
2185
2557
|
z.ZodNativeEnum<
|
|
@@ -2253,6 +2625,33 @@ export namespace FilterProjectEnvsContentHintProjectsResponse3$ {
|
|
|
2253
2625
|
export type Outbound = FilterProjectEnvsContentHintProjectsResponse3$Outbound;
|
|
2254
2626
|
}
|
|
2255
2627
|
|
|
2628
|
+
export function filterProjectEnvsContentHintProjectsResponse3ToJSON(
|
|
2629
|
+
filterProjectEnvsContentHintProjectsResponse3:
|
|
2630
|
+
FilterProjectEnvsContentHintProjectsResponse3,
|
|
2631
|
+
): string {
|
|
2632
|
+
return JSON.stringify(
|
|
2633
|
+
FilterProjectEnvsContentHintProjectsResponse3$outboundSchema.parse(
|
|
2634
|
+
filterProjectEnvsContentHintProjectsResponse3,
|
|
2635
|
+
),
|
|
2636
|
+
);
|
|
2637
|
+
}
|
|
2638
|
+
|
|
2639
|
+
export function filterProjectEnvsContentHintProjectsResponse3FromJSON(
|
|
2640
|
+
jsonString: string,
|
|
2641
|
+
): SafeParseResult<
|
|
2642
|
+
FilterProjectEnvsContentHintProjectsResponse3,
|
|
2643
|
+
SDKValidationError
|
|
2644
|
+
> {
|
|
2645
|
+
return safeParse(
|
|
2646
|
+
jsonString,
|
|
2647
|
+
(x) =>
|
|
2648
|
+
FilterProjectEnvsContentHintProjectsResponse3$inboundSchema.parse(
|
|
2649
|
+
JSON.parse(x),
|
|
2650
|
+
),
|
|
2651
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjectsResponse3' from JSON`,
|
|
2652
|
+
);
|
|
2653
|
+
}
|
|
2654
|
+
|
|
2256
2655
|
/** @internal */
|
|
2257
2656
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$inboundSchema:
|
|
2258
2657
|
z.ZodNativeEnum<
|
|
@@ -2326,6 +2725,33 @@ export namespace FilterProjectEnvsContentHintProjectsResponse2$ {
|
|
|
2326
2725
|
export type Outbound = FilterProjectEnvsContentHintProjectsResponse2$Outbound;
|
|
2327
2726
|
}
|
|
2328
2727
|
|
|
2728
|
+
export function filterProjectEnvsContentHintProjectsResponse2ToJSON(
|
|
2729
|
+
filterProjectEnvsContentHintProjectsResponse2:
|
|
2730
|
+
FilterProjectEnvsContentHintProjectsResponse2,
|
|
2731
|
+
): string {
|
|
2732
|
+
return JSON.stringify(
|
|
2733
|
+
FilterProjectEnvsContentHintProjectsResponse2$outboundSchema.parse(
|
|
2734
|
+
filterProjectEnvsContentHintProjectsResponse2,
|
|
2735
|
+
),
|
|
2736
|
+
);
|
|
2737
|
+
}
|
|
2738
|
+
|
|
2739
|
+
export function filterProjectEnvsContentHintProjectsResponse2FromJSON(
|
|
2740
|
+
jsonString: string,
|
|
2741
|
+
): SafeParseResult<
|
|
2742
|
+
FilterProjectEnvsContentHintProjectsResponse2,
|
|
2743
|
+
SDKValidationError
|
|
2744
|
+
> {
|
|
2745
|
+
return safeParse(
|
|
2746
|
+
jsonString,
|
|
2747
|
+
(x) =>
|
|
2748
|
+
FilterProjectEnvsContentHintProjectsResponse2$inboundSchema.parse(
|
|
2749
|
+
JSON.parse(x),
|
|
2750
|
+
),
|
|
2751
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjectsResponse2' from JSON`,
|
|
2752
|
+
);
|
|
2753
|
+
}
|
|
2754
|
+
|
|
2329
2755
|
/** @internal */
|
|
2330
2756
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema:
|
|
2331
2757
|
z.ZodNativeEnum<
|
|
@@ -2399,6 +2825,33 @@ export namespace FilterProjectEnvsContentHintProjectsResponse1$ {
|
|
|
2399
2825
|
export type Outbound = FilterProjectEnvsContentHintProjectsResponse1$Outbound;
|
|
2400
2826
|
}
|
|
2401
2827
|
|
|
2828
|
+
export function filterProjectEnvsContentHintProjectsResponse1ToJSON(
|
|
2829
|
+
filterProjectEnvsContentHintProjectsResponse1:
|
|
2830
|
+
FilterProjectEnvsContentHintProjectsResponse1,
|
|
2831
|
+
): string {
|
|
2832
|
+
return JSON.stringify(
|
|
2833
|
+
FilterProjectEnvsContentHintProjectsResponse1$outboundSchema.parse(
|
|
2834
|
+
filterProjectEnvsContentHintProjectsResponse1,
|
|
2835
|
+
),
|
|
2836
|
+
);
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2839
|
+
export function filterProjectEnvsContentHintProjectsResponse1FromJSON(
|
|
2840
|
+
jsonString: string,
|
|
2841
|
+
): SafeParseResult<
|
|
2842
|
+
FilterProjectEnvsContentHintProjectsResponse1,
|
|
2843
|
+
SDKValidationError
|
|
2844
|
+
> {
|
|
2845
|
+
return safeParse(
|
|
2846
|
+
jsonString,
|
|
2847
|
+
(x) =>
|
|
2848
|
+
FilterProjectEnvsContentHintProjectsResponse1$inboundSchema.parse(
|
|
2849
|
+
JSON.parse(x),
|
|
2850
|
+
),
|
|
2851
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjectsResponse1' from JSON`,
|
|
2852
|
+
);
|
|
2853
|
+
}
|
|
2854
|
+
|
|
2402
2855
|
/** @internal */
|
|
2403
2856
|
export const FilterProjectEnvsResponseBodyProjectsContentHint$inboundSchema:
|
|
2404
2857
|
z.ZodType<
|
|
@@ -2481,6 +2934,33 @@ export namespace FilterProjectEnvsResponseBodyProjectsContentHint$ {
|
|
|
2481
2934
|
FilterProjectEnvsResponseBodyProjectsContentHint$Outbound;
|
|
2482
2935
|
}
|
|
2483
2936
|
|
|
2937
|
+
export function filterProjectEnvsResponseBodyProjectsContentHintToJSON(
|
|
2938
|
+
filterProjectEnvsResponseBodyProjectsContentHint:
|
|
2939
|
+
FilterProjectEnvsResponseBodyProjectsContentHint,
|
|
2940
|
+
): string {
|
|
2941
|
+
return JSON.stringify(
|
|
2942
|
+
FilterProjectEnvsResponseBodyProjectsContentHint$outboundSchema.parse(
|
|
2943
|
+
filterProjectEnvsResponseBodyProjectsContentHint,
|
|
2944
|
+
),
|
|
2945
|
+
);
|
|
2946
|
+
}
|
|
2947
|
+
|
|
2948
|
+
export function filterProjectEnvsResponseBodyProjectsContentHintFromJSON(
|
|
2949
|
+
jsonString: string,
|
|
2950
|
+
): SafeParseResult<
|
|
2951
|
+
FilterProjectEnvsResponseBodyProjectsContentHint,
|
|
2952
|
+
SDKValidationError
|
|
2953
|
+
> {
|
|
2954
|
+
return safeParse(
|
|
2955
|
+
jsonString,
|
|
2956
|
+
(x) =>
|
|
2957
|
+
FilterProjectEnvsResponseBodyProjectsContentHint$inboundSchema.parse(
|
|
2958
|
+
JSON.parse(x),
|
|
2959
|
+
),
|
|
2960
|
+
`Failed to parse 'FilterProjectEnvsResponseBodyProjectsContentHint' from JSON`,
|
|
2961
|
+
);
|
|
2962
|
+
}
|
|
2963
|
+
|
|
2484
2964
|
/** @internal */
|
|
2485
2965
|
export const FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJson3Type$inboundSchema:
|
|
2486
2966
|
z.ZodNativeEnum<
|
|
@@ -2556,6 +3036,31 @@ export namespace FilterProjectEnvsResponseBodyProjectsInternalContentHint$ {
|
|
|
2556
3036
|
FilterProjectEnvsResponseBodyProjectsInternalContentHint$Outbound;
|
|
2557
3037
|
}
|
|
2558
3038
|
|
|
3039
|
+
export function filterProjectEnvsResponseBodyProjectsInternalContentHintToJSON(
|
|
3040
|
+
filterProjectEnvsResponseBodyProjectsInternalContentHint:
|
|
3041
|
+
FilterProjectEnvsResponseBodyProjectsInternalContentHint,
|
|
3042
|
+
): string {
|
|
3043
|
+
return JSON.stringify(
|
|
3044
|
+
FilterProjectEnvsResponseBodyProjectsInternalContentHint$outboundSchema
|
|
3045
|
+
.parse(filterProjectEnvsResponseBodyProjectsInternalContentHint),
|
|
3046
|
+
);
|
|
3047
|
+
}
|
|
3048
|
+
|
|
3049
|
+
export function filterProjectEnvsResponseBodyProjectsInternalContentHintFromJSON(
|
|
3050
|
+
jsonString: string,
|
|
3051
|
+
): SafeParseResult<
|
|
3052
|
+
FilterProjectEnvsResponseBodyProjectsInternalContentHint,
|
|
3053
|
+
SDKValidationError
|
|
3054
|
+
> {
|
|
3055
|
+
return safeParse(
|
|
3056
|
+
jsonString,
|
|
3057
|
+
(x) =>
|
|
3058
|
+
FilterProjectEnvsResponseBodyProjectsInternalContentHint$inboundSchema
|
|
3059
|
+
.parse(JSON.parse(x)),
|
|
3060
|
+
`Failed to parse 'FilterProjectEnvsResponseBodyProjectsInternalContentHint' from JSON`,
|
|
3061
|
+
);
|
|
3062
|
+
}
|
|
3063
|
+
|
|
2559
3064
|
/** @internal */
|
|
2560
3065
|
export const ResponseBodyEnvs$inboundSchema: z.ZodType<
|
|
2561
3066
|
ResponseBodyEnvs,
|
|
@@ -2768,6 +3273,24 @@ export namespace ResponseBodyEnvs$ {
|
|
|
2768
3273
|
export type Outbound = ResponseBodyEnvs$Outbound;
|
|
2769
3274
|
}
|
|
2770
3275
|
|
|
3276
|
+
export function responseBodyEnvsToJSON(
|
|
3277
|
+
responseBodyEnvs: ResponseBodyEnvs,
|
|
3278
|
+
): string {
|
|
3279
|
+
return JSON.stringify(
|
|
3280
|
+
ResponseBodyEnvs$outboundSchema.parse(responseBodyEnvs),
|
|
3281
|
+
);
|
|
3282
|
+
}
|
|
3283
|
+
|
|
3284
|
+
export function responseBodyEnvsFromJSON(
|
|
3285
|
+
jsonString: string,
|
|
3286
|
+
): SafeParseResult<ResponseBodyEnvs, SDKValidationError> {
|
|
3287
|
+
return safeParse(
|
|
3288
|
+
jsonString,
|
|
3289
|
+
(x) => ResponseBodyEnvs$inboundSchema.parse(JSON.parse(x)),
|
|
3290
|
+
`Failed to parse 'ResponseBodyEnvs' from JSON`,
|
|
3291
|
+
);
|
|
3292
|
+
}
|
|
3293
|
+
|
|
2771
3294
|
/** @internal */
|
|
2772
3295
|
export const FilterProjectEnvsResponseBody3$inboundSchema: z.ZodType<
|
|
2773
3296
|
FilterProjectEnvsResponseBody3,
|
|
@@ -2804,6 +3327,26 @@ export namespace FilterProjectEnvsResponseBody3$ {
|
|
|
2804
3327
|
export type Outbound = FilterProjectEnvsResponseBody3$Outbound;
|
|
2805
3328
|
}
|
|
2806
3329
|
|
|
3330
|
+
export function filterProjectEnvsResponseBody3ToJSON(
|
|
3331
|
+
filterProjectEnvsResponseBody3: FilterProjectEnvsResponseBody3,
|
|
3332
|
+
): string {
|
|
3333
|
+
return JSON.stringify(
|
|
3334
|
+
FilterProjectEnvsResponseBody3$outboundSchema.parse(
|
|
3335
|
+
filterProjectEnvsResponseBody3,
|
|
3336
|
+
),
|
|
3337
|
+
);
|
|
3338
|
+
}
|
|
3339
|
+
|
|
3340
|
+
export function filterProjectEnvsResponseBody3FromJSON(
|
|
3341
|
+
jsonString: string,
|
|
3342
|
+
): SafeParseResult<FilterProjectEnvsResponseBody3, SDKValidationError> {
|
|
3343
|
+
return safeParse(
|
|
3344
|
+
jsonString,
|
|
3345
|
+
(x) => FilterProjectEnvsResponseBody3$inboundSchema.parse(JSON.parse(x)),
|
|
3346
|
+
`Failed to parse 'FilterProjectEnvsResponseBody3' from JSON`,
|
|
3347
|
+
);
|
|
3348
|
+
}
|
|
3349
|
+
|
|
2807
3350
|
/** @internal */
|
|
2808
3351
|
export const FilterProjectEnvsTargetProjects2$inboundSchema: z.ZodNativeEnum<
|
|
2809
3352
|
typeof FilterProjectEnvsTargetProjects2
|
|
@@ -2888,6 +3431,33 @@ export namespace FilterProjectEnvsResponseBodyProjectsTarget$ {
|
|
|
2888
3431
|
export type Outbound = FilterProjectEnvsResponseBodyProjectsTarget$Outbound;
|
|
2889
3432
|
}
|
|
2890
3433
|
|
|
3434
|
+
export function filterProjectEnvsResponseBodyProjectsTargetToJSON(
|
|
3435
|
+
filterProjectEnvsResponseBodyProjectsTarget:
|
|
3436
|
+
FilterProjectEnvsResponseBodyProjectsTarget,
|
|
3437
|
+
): string {
|
|
3438
|
+
return JSON.stringify(
|
|
3439
|
+
FilterProjectEnvsResponseBodyProjectsTarget$outboundSchema.parse(
|
|
3440
|
+
filterProjectEnvsResponseBodyProjectsTarget,
|
|
3441
|
+
),
|
|
3442
|
+
);
|
|
3443
|
+
}
|
|
3444
|
+
|
|
3445
|
+
export function filterProjectEnvsResponseBodyProjectsTargetFromJSON(
|
|
3446
|
+
jsonString: string,
|
|
3447
|
+
): SafeParseResult<
|
|
3448
|
+
FilterProjectEnvsResponseBodyProjectsTarget,
|
|
3449
|
+
SDKValidationError
|
|
3450
|
+
> {
|
|
3451
|
+
return safeParse(
|
|
3452
|
+
jsonString,
|
|
3453
|
+
(x) =>
|
|
3454
|
+
FilterProjectEnvsResponseBodyProjectsTarget$inboundSchema.parse(
|
|
3455
|
+
JSON.parse(x),
|
|
3456
|
+
),
|
|
3457
|
+
`Failed to parse 'FilterProjectEnvsResponseBodyProjectsTarget' from JSON`,
|
|
3458
|
+
);
|
|
3459
|
+
}
|
|
3460
|
+
|
|
2891
3461
|
/** @internal */
|
|
2892
3462
|
export const FilterProjectEnvsResponseBodyProjectsResponseType$inboundSchema:
|
|
2893
3463
|
z.ZodNativeEnum<typeof FilterProjectEnvsResponseBodyProjectsResponseType> = z
|
|
@@ -2982,6 +3552,28 @@ export namespace FilterProjectEnvsContentHintProjects15$ {
|
|
|
2982
3552
|
export type Outbound = FilterProjectEnvsContentHintProjects15$Outbound;
|
|
2983
3553
|
}
|
|
2984
3554
|
|
|
3555
|
+
export function filterProjectEnvsContentHintProjects15ToJSON(
|
|
3556
|
+
filterProjectEnvsContentHintProjects15:
|
|
3557
|
+
FilterProjectEnvsContentHintProjects15,
|
|
3558
|
+
): string {
|
|
3559
|
+
return JSON.stringify(
|
|
3560
|
+
FilterProjectEnvsContentHintProjects15$outboundSchema.parse(
|
|
3561
|
+
filterProjectEnvsContentHintProjects15,
|
|
3562
|
+
),
|
|
3563
|
+
);
|
|
3564
|
+
}
|
|
3565
|
+
|
|
3566
|
+
export function filterProjectEnvsContentHintProjects15FromJSON(
|
|
3567
|
+
jsonString: string,
|
|
3568
|
+
): SafeParseResult<FilterProjectEnvsContentHintProjects15, SDKValidationError> {
|
|
3569
|
+
return safeParse(
|
|
3570
|
+
jsonString,
|
|
3571
|
+
(x) =>
|
|
3572
|
+
FilterProjectEnvsContentHintProjects15$inboundSchema.parse(JSON.parse(x)),
|
|
3573
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjects15' from JSON`,
|
|
3574
|
+
);
|
|
3575
|
+
}
|
|
3576
|
+
|
|
2985
3577
|
/** @internal */
|
|
2986
3578
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$inboundSchema:
|
|
2987
3579
|
z.ZodNativeEnum<
|
|
@@ -3062,6 +3654,28 @@ export namespace FilterProjectEnvsContentHintProjects14$ {
|
|
|
3062
3654
|
export type Outbound = FilterProjectEnvsContentHintProjects14$Outbound;
|
|
3063
3655
|
}
|
|
3064
3656
|
|
|
3657
|
+
export function filterProjectEnvsContentHintProjects14ToJSON(
|
|
3658
|
+
filterProjectEnvsContentHintProjects14:
|
|
3659
|
+
FilterProjectEnvsContentHintProjects14,
|
|
3660
|
+
): string {
|
|
3661
|
+
return JSON.stringify(
|
|
3662
|
+
FilterProjectEnvsContentHintProjects14$outboundSchema.parse(
|
|
3663
|
+
filterProjectEnvsContentHintProjects14,
|
|
3664
|
+
),
|
|
3665
|
+
);
|
|
3666
|
+
}
|
|
3667
|
+
|
|
3668
|
+
export function filterProjectEnvsContentHintProjects14FromJSON(
|
|
3669
|
+
jsonString: string,
|
|
3670
|
+
): SafeParseResult<FilterProjectEnvsContentHintProjects14, SDKValidationError> {
|
|
3671
|
+
return safeParse(
|
|
3672
|
+
jsonString,
|
|
3673
|
+
(x) =>
|
|
3674
|
+
FilterProjectEnvsContentHintProjects14$inboundSchema.parse(JSON.parse(x)),
|
|
3675
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjects14' from JSON`,
|
|
3676
|
+
);
|
|
3677
|
+
}
|
|
3678
|
+
|
|
3065
3679
|
/** @internal */
|
|
3066
3680
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$inboundSchema:
|
|
3067
3681
|
z.ZodNativeEnum<
|
|
@@ -3133,6 +3747,28 @@ export namespace FilterProjectEnvsContentHintProjects13$ {
|
|
|
3133
3747
|
export type Outbound = FilterProjectEnvsContentHintProjects13$Outbound;
|
|
3134
3748
|
}
|
|
3135
3749
|
|
|
3750
|
+
export function filterProjectEnvsContentHintProjects13ToJSON(
|
|
3751
|
+
filterProjectEnvsContentHintProjects13:
|
|
3752
|
+
FilterProjectEnvsContentHintProjects13,
|
|
3753
|
+
): string {
|
|
3754
|
+
return JSON.stringify(
|
|
3755
|
+
FilterProjectEnvsContentHintProjects13$outboundSchema.parse(
|
|
3756
|
+
filterProjectEnvsContentHintProjects13,
|
|
3757
|
+
),
|
|
3758
|
+
);
|
|
3759
|
+
}
|
|
3760
|
+
|
|
3761
|
+
export function filterProjectEnvsContentHintProjects13FromJSON(
|
|
3762
|
+
jsonString: string,
|
|
3763
|
+
): SafeParseResult<FilterProjectEnvsContentHintProjects13, SDKValidationError> {
|
|
3764
|
+
return safeParse(
|
|
3765
|
+
jsonString,
|
|
3766
|
+
(x) =>
|
|
3767
|
+
FilterProjectEnvsContentHintProjects13$inboundSchema.parse(JSON.parse(x)),
|
|
3768
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjects13' from JSON`,
|
|
3769
|
+
);
|
|
3770
|
+
}
|
|
3771
|
+
|
|
3136
3772
|
/** @internal */
|
|
3137
3773
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$inboundSchema:
|
|
3138
3774
|
z.ZodNativeEnum<
|
|
@@ -3204,6 +3840,28 @@ export namespace FilterProjectEnvsContentHintProjects12$ {
|
|
|
3204
3840
|
export type Outbound = FilterProjectEnvsContentHintProjects12$Outbound;
|
|
3205
3841
|
}
|
|
3206
3842
|
|
|
3843
|
+
export function filterProjectEnvsContentHintProjects12ToJSON(
|
|
3844
|
+
filterProjectEnvsContentHintProjects12:
|
|
3845
|
+
FilterProjectEnvsContentHintProjects12,
|
|
3846
|
+
): string {
|
|
3847
|
+
return JSON.stringify(
|
|
3848
|
+
FilterProjectEnvsContentHintProjects12$outboundSchema.parse(
|
|
3849
|
+
filterProjectEnvsContentHintProjects12,
|
|
3850
|
+
),
|
|
3851
|
+
);
|
|
3852
|
+
}
|
|
3853
|
+
|
|
3854
|
+
export function filterProjectEnvsContentHintProjects12FromJSON(
|
|
3855
|
+
jsonString: string,
|
|
3856
|
+
): SafeParseResult<FilterProjectEnvsContentHintProjects12, SDKValidationError> {
|
|
3857
|
+
return safeParse(
|
|
3858
|
+
jsonString,
|
|
3859
|
+
(x) =>
|
|
3860
|
+
FilterProjectEnvsContentHintProjects12$inboundSchema.parse(JSON.parse(x)),
|
|
3861
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjects12' from JSON`,
|
|
3862
|
+
);
|
|
3863
|
+
}
|
|
3864
|
+
|
|
3207
3865
|
/** @internal */
|
|
3208
3866
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$inboundSchema:
|
|
3209
3867
|
z.ZodNativeEnum<
|
|
@@ -3275,6 +3933,28 @@ export namespace FilterProjectEnvsContentHintProjects11$ {
|
|
|
3275
3933
|
export type Outbound = FilterProjectEnvsContentHintProjects11$Outbound;
|
|
3276
3934
|
}
|
|
3277
3935
|
|
|
3936
|
+
export function filterProjectEnvsContentHintProjects11ToJSON(
|
|
3937
|
+
filterProjectEnvsContentHintProjects11:
|
|
3938
|
+
FilterProjectEnvsContentHintProjects11,
|
|
3939
|
+
): string {
|
|
3940
|
+
return JSON.stringify(
|
|
3941
|
+
FilterProjectEnvsContentHintProjects11$outboundSchema.parse(
|
|
3942
|
+
filterProjectEnvsContentHintProjects11,
|
|
3943
|
+
),
|
|
3944
|
+
);
|
|
3945
|
+
}
|
|
3946
|
+
|
|
3947
|
+
export function filterProjectEnvsContentHintProjects11FromJSON(
|
|
3948
|
+
jsonString: string,
|
|
3949
|
+
): SafeParseResult<FilterProjectEnvsContentHintProjects11, SDKValidationError> {
|
|
3950
|
+
return safeParse(
|
|
3951
|
+
jsonString,
|
|
3952
|
+
(x) =>
|
|
3953
|
+
FilterProjectEnvsContentHintProjects11$inboundSchema.parse(JSON.parse(x)),
|
|
3954
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjects11' from JSON`,
|
|
3955
|
+
);
|
|
3956
|
+
}
|
|
3957
|
+
|
|
3278
3958
|
/** @internal */
|
|
3279
3959
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$inboundSchema:
|
|
3280
3960
|
z.ZodNativeEnum<
|
|
@@ -3346,6 +4026,28 @@ export namespace FilterProjectEnvsContentHintProjects10$ {
|
|
|
3346
4026
|
export type Outbound = FilterProjectEnvsContentHintProjects10$Outbound;
|
|
3347
4027
|
}
|
|
3348
4028
|
|
|
4029
|
+
export function filterProjectEnvsContentHintProjects10ToJSON(
|
|
4030
|
+
filterProjectEnvsContentHintProjects10:
|
|
4031
|
+
FilterProjectEnvsContentHintProjects10,
|
|
4032
|
+
): string {
|
|
4033
|
+
return JSON.stringify(
|
|
4034
|
+
FilterProjectEnvsContentHintProjects10$outboundSchema.parse(
|
|
4035
|
+
filterProjectEnvsContentHintProjects10,
|
|
4036
|
+
),
|
|
4037
|
+
);
|
|
4038
|
+
}
|
|
4039
|
+
|
|
4040
|
+
export function filterProjectEnvsContentHintProjects10FromJSON(
|
|
4041
|
+
jsonString: string,
|
|
4042
|
+
): SafeParseResult<FilterProjectEnvsContentHintProjects10, SDKValidationError> {
|
|
4043
|
+
return safeParse(
|
|
4044
|
+
jsonString,
|
|
4045
|
+
(x) =>
|
|
4046
|
+
FilterProjectEnvsContentHintProjects10$inboundSchema.parse(JSON.parse(x)),
|
|
4047
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjects10' from JSON`,
|
|
4048
|
+
);
|
|
4049
|
+
}
|
|
4050
|
+
|
|
3349
4051
|
/** @internal */
|
|
3350
4052
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$inboundSchema:
|
|
3351
4053
|
z.ZodNativeEnum<
|
|
@@ -3417,6 +4119,27 @@ export namespace FilterProjectEnvsContentHintProjects9$ {
|
|
|
3417
4119
|
export type Outbound = FilterProjectEnvsContentHintProjects9$Outbound;
|
|
3418
4120
|
}
|
|
3419
4121
|
|
|
4122
|
+
export function filterProjectEnvsContentHintProjects9ToJSON(
|
|
4123
|
+
filterProjectEnvsContentHintProjects9: FilterProjectEnvsContentHintProjects9,
|
|
4124
|
+
): string {
|
|
4125
|
+
return JSON.stringify(
|
|
4126
|
+
FilterProjectEnvsContentHintProjects9$outboundSchema.parse(
|
|
4127
|
+
filterProjectEnvsContentHintProjects9,
|
|
4128
|
+
),
|
|
4129
|
+
);
|
|
4130
|
+
}
|
|
4131
|
+
|
|
4132
|
+
export function filterProjectEnvsContentHintProjects9FromJSON(
|
|
4133
|
+
jsonString: string,
|
|
4134
|
+
): SafeParseResult<FilterProjectEnvsContentHintProjects9, SDKValidationError> {
|
|
4135
|
+
return safeParse(
|
|
4136
|
+
jsonString,
|
|
4137
|
+
(x) =>
|
|
4138
|
+
FilterProjectEnvsContentHintProjects9$inboundSchema.parse(JSON.parse(x)),
|
|
4139
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjects9' from JSON`,
|
|
4140
|
+
);
|
|
4141
|
+
}
|
|
4142
|
+
|
|
3420
4143
|
/** @internal */
|
|
3421
4144
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$inboundSchema:
|
|
3422
4145
|
z.ZodNativeEnum<
|
|
@@ -3488,6 +4211,27 @@ export namespace FilterProjectEnvsContentHintProjects8$ {
|
|
|
3488
4211
|
export type Outbound = FilterProjectEnvsContentHintProjects8$Outbound;
|
|
3489
4212
|
}
|
|
3490
4213
|
|
|
4214
|
+
export function filterProjectEnvsContentHintProjects8ToJSON(
|
|
4215
|
+
filterProjectEnvsContentHintProjects8: FilterProjectEnvsContentHintProjects8,
|
|
4216
|
+
): string {
|
|
4217
|
+
return JSON.stringify(
|
|
4218
|
+
FilterProjectEnvsContentHintProjects8$outboundSchema.parse(
|
|
4219
|
+
filterProjectEnvsContentHintProjects8,
|
|
4220
|
+
),
|
|
4221
|
+
);
|
|
4222
|
+
}
|
|
4223
|
+
|
|
4224
|
+
export function filterProjectEnvsContentHintProjects8FromJSON(
|
|
4225
|
+
jsonString: string,
|
|
4226
|
+
): SafeParseResult<FilterProjectEnvsContentHintProjects8, SDKValidationError> {
|
|
4227
|
+
return safeParse(
|
|
4228
|
+
jsonString,
|
|
4229
|
+
(x) =>
|
|
4230
|
+
FilterProjectEnvsContentHintProjects8$inboundSchema.parse(JSON.parse(x)),
|
|
4231
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjects8' from JSON`,
|
|
4232
|
+
);
|
|
4233
|
+
}
|
|
4234
|
+
|
|
3491
4235
|
/** @internal */
|
|
3492
4236
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$inboundSchema:
|
|
3493
4237
|
z.ZodNativeEnum<
|
|
@@ -3559,6 +4303,27 @@ export namespace FilterProjectEnvsContentHintProjects7$ {
|
|
|
3559
4303
|
export type Outbound = FilterProjectEnvsContentHintProjects7$Outbound;
|
|
3560
4304
|
}
|
|
3561
4305
|
|
|
4306
|
+
export function filterProjectEnvsContentHintProjects7ToJSON(
|
|
4307
|
+
filterProjectEnvsContentHintProjects7: FilterProjectEnvsContentHintProjects7,
|
|
4308
|
+
): string {
|
|
4309
|
+
return JSON.stringify(
|
|
4310
|
+
FilterProjectEnvsContentHintProjects7$outboundSchema.parse(
|
|
4311
|
+
filterProjectEnvsContentHintProjects7,
|
|
4312
|
+
),
|
|
4313
|
+
);
|
|
4314
|
+
}
|
|
4315
|
+
|
|
4316
|
+
export function filterProjectEnvsContentHintProjects7FromJSON(
|
|
4317
|
+
jsonString: string,
|
|
4318
|
+
): SafeParseResult<FilterProjectEnvsContentHintProjects7, SDKValidationError> {
|
|
4319
|
+
return safeParse(
|
|
4320
|
+
jsonString,
|
|
4321
|
+
(x) =>
|
|
4322
|
+
FilterProjectEnvsContentHintProjects7$inboundSchema.parse(JSON.parse(x)),
|
|
4323
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjects7' from JSON`,
|
|
4324
|
+
);
|
|
4325
|
+
}
|
|
4326
|
+
|
|
3562
4327
|
/** @internal */
|
|
3563
4328
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$inboundSchema:
|
|
3564
4329
|
z.ZodNativeEnum<
|
|
@@ -3630,6 +4395,27 @@ export namespace FilterProjectEnvsContentHintProjects6$ {
|
|
|
3630
4395
|
export type Outbound = FilterProjectEnvsContentHintProjects6$Outbound;
|
|
3631
4396
|
}
|
|
3632
4397
|
|
|
4398
|
+
export function filterProjectEnvsContentHintProjects6ToJSON(
|
|
4399
|
+
filterProjectEnvsContentHintProjects6: FilterProjectEnvsContentHintProjects6,
|
|
4400
|
+
): string {
|
|
4401
|
+
return JSON.stringify(
|
|
4402
|
+
FilterProjectEnvsContentHintProjects6$outboundSchema.parse(
|
|
4403
|
+
filterProjectEnvsContentHintProjects6,
|
|
4404
|
+
),
|
|
4405
|
+
);
|
|
4406
|
+
}
|
|
4407
|
+
|
|
4408
|
+
export function filterProjectEnvsContentHintProjects6FromJSON(
|
|
4409
|
+
jsonString: string,
|
|
4410
|
+
): SafeParseResult<FilterProjectEnvsContentHintProjects6, SDKValidationError> {
|
|
4411
|
+
return safeParse(
|
|
4412
|
+
jsonString,
|
|
4413
|
+
(x) =>
|
|
4414
|
+
FilterProjectEnvsContentHintProjects6$inboundSchema.parse(JSON.parse(x)),
|
|
4415
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjects6' from JSON`,
|
|
4416
|
+
);
|
|
4417
|
+
}
|
|
4418
|
+
|
|
3633
4419
|
/** @internal */
|
|
3634
4420
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$inboundSchema:
|
|
3635
4421
|
z.ZodNativeEnum<
|
|
@@ -3701,6 +4487,27 @@ export namespace FilterProjectEnvsContentHintProjects5$ {
|
|
|
3701
4487
|
export type Outbound = FilterProjectEnvsContentHintProjects5$Outbound;
|
|
3702
4488
|
}
|
|
3703
4489
|
|
|
4490
|
+
export function filterProjectEnvsContentHintProjects5ToJSON(
|
|
4491
|
+
filterProjectEnvsContentHintProjects5: FilterProjectEnvsContentHintProjects5,
|
|
4492
|
+
): string {
|
|
4493
|
+
return JSON.stringify(
|
|
4494
|
+
FilterProjectEnvsContentHintProjects5$outboundSchema.parse(
|
|
4495
|
+
filterProjectEnvsContentHintProjects5,
|
|
4496
|
+
),
|
|
4497
|
+
);
|
|
4498
|
+
}
|
|
4499
|
+
|
|
4500
|
+
export function filterProjectEnvsContentHintProjects5FromJSON(
|
|
4501
|
+
jsonString: string,
|
|
4502
|
+
): SafeParseResult<FilterProjectEnvsContentHintProjects5, SDKValidationError> {
|
|
4503
|
+
return safeParse(
|
|
4504
|
+
jsonString,
|
|
4505
|
+
(x) =>
|
|
4506
|
+
FilterProjectEnvsContentHintProjects5$inboundSchema.parse(JSON.parse(x)),
|
|
4507
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjects5' from JSON`,
|
|
4508
|
+
);
|
|
4509
|
+
}
|
|
4510
|
+
|
|
3704
4511
|
/** @internal */
|
|
3705
4512
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$inboundSchema:
|
|
3706
4513
|
z.ZodNativeEnum<
|
|
@@ -3772,6 +4579,27 @@ export namespace FilterProjectEnvsContentHintProjects4$ {
|
|
|
3772
4579
|
export type Outbound = FilterProjectEnvsContentHintProjects4$Outbound;
|
|
3773
4580
|
}
|
|
3774
4581
|
|
|
4582
|
+
export function filterProjectEnvsContentHintProjects4ToJSON(
|
|
4583
|
+
filterProjectEnvsContentHintProjects4: FilterProjectEnvsContentHintProjects4,
|
|
4584
|
+
): string {
|
|
4585
|
+
return JSON.stringify(
|
|
4586
|
+
FilterProjectEnvsContentHintProjects4$outboundSchema.parse(
|
|
4587
|
+
filterProjectEnvsContentHintProjects4,
|
|
4588
|
+
),
|
|
4589
|
+
);
|
|
4590
|
+
}
|
|
4591
|
+
|
|
4592
|
+
export function filterProjectEnvsContentHintProjects4FromJSON(
|
|
4593
|
+
jsonString: string,
|
|
4594
|
+
): SafeParseResult<FilterProjectEnvsContentHintProjects4, SDKValidationError> {
|
|
4595
|
+
return safeParse(
|
|
4596
|
+
jsonString,
|
|
4597
|
+
(x) =>
|
|
4598
|
+
FilterProjectEnvsContentHintProjects4$inboundSchema.parse(JSON.parse(x)),
|
|
4599
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjects4' from JSON`,
|
|
4600
|
+
);
|
|
4601
|
+
}
|
|
4602
|
+
|
|
3775
4603
|
/** @internal */
|
|
3776
4604
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$inboundSchema:
|
|
3777
4605
|
z.ZodNativeEnum<
|
|
@@ -3843,6 +4671,27 @@ export namespace FilterProjectEnvsContentHintProjects3$ {
|
|
|
3843
4671
|
export type Outbound = FilterProjectEnvsContentHintProjects3$Outbound;
|
|
3844
4672
|
}
|
|
3845
4673
|
|
|
4674
|
+
export function filterProjectEnvsContentHintProjects3ToJSON(
|
|
4675
|
+
filterProjectEnvsContentHintProjects3: FilterProjectEnvsContentHintProjects3,
|
|
4676
|
+
): string {
|
|
4677
|
+
return JSON.stringify(
|
|
4678
|
+
FilterProjectEnvsContentHintProjects3$outboundSchema.parse(
|
|
4679
|
+
filterProjectEnvsContentHintProjects3,
|
|
4680
|
+
),
|
|
4681
|
+
);
|
|
4682
|
+
}
|
|
4683
|
+
|
|
4684
|
+
export function filterProjectEnvsContentHintProjects3FromJSON(
|
|
4685
|
+
jsonString: string,
|
|
4686
|
+
): SafeParseResult<FilterProjectEnvsContentHintProjects3, SDKValidationError> {
|
|
4687
|
+
return safeParse(
|
|
4688
|
+
jsonString,
|
|
4689
|
+
(x) =>
|
|
4690
|
+
FilterProjectEnvsContentHintProjects3$inboundSchema.parse(JSON.parse(x)),
|
|
4691
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjects3' from JSON`,
|
|
4692
|
+
);
|
|
4693
|
+
}
|
|
4694
|
+
|
|
3846
4695
|
/** @internal */
|
|
3847
4696
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$inboundSchema:
|
|
3848
4697
|
z.ZodNativeEnum<
|
|
@@ -3914,6 +4763,27 @@ export namespace FilterProjectEnvsContentHintProjects2$ {
|
|
|
3914
4763
|
export type Outbound = FilterProjectEnvsContentHintProjects2$Outbound;
|
|
3915
4764
|
}
|
|
3916
4765
|
|
|
4766
|
+
export function filterProjectEnvsContentHintProjects2ToJSON(
|
|
4767
|
+
filterProjectEnvsContentHintProjects2: FilterProjectEnvsContentHintProjects2,
|
|
4768
|
+
): string {
|
|
4769
|
+
return JSON.stringify(
|
|
4770
|
+
FilterProjectEnvsContentHintProjects2$outboundSchema.parse(
|
|
4771
|
+
filterProjectEnvsContentHintProjects2,
|
|
4772
|
+
),
|
|
4773
|
+
);
|
|
4774
|
+
}
|
|
4775
|
+
|
|
4776
|
+
export function filterProjectEnvsContentHintProjects2FromJSON(
|
|
4777
|
+
jsonString: string,
|
|
4778
|
+
): SafeParseResult<FilterProjectEnvsContentHintProjects2, SDKValidationError> {
|
|
4779
|
+
return safeParse(
|
|
4780
|
+
jsonString,
|
|
4781
|
+
(x) =>
|
|
4782
|
+
FilterProjectEnvsContentHintProjects2$inboundSchema.parse(JSON.parse(x)),
|
|
4783
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjects2' from JSON`,
|
|
4784
|
+
);
|
|
4785
|
+
}
|
|
4786
|
+
|
|
3917
4787
|
/** @internal */
|
|
3918
4788
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema:
|
|
3919
4789
|
z.ZodNativeEnum<
|
|
@@ -3985,6 +4855,27 @@ export namespace FilterProjectEnvsContentHintProjects1$ {
|
|
|
3985
4855
|
export type Outbound = FilterProjectEnvsContentHintProjects1$Outbound;
|
|
3986
4856
|
}
|
|
3987
4857
|
|
|
4858
|
+
export function filterProjectEnvsContentHintProjects1ToJSON(
|
|
4859
|
+
filterProjectEnvsContentHintProjects1: FilterProjectEnvsContentHintProjects1,
|
|
4860
|
+
): string {
|
|
4861
|
+
return JSON.stringify(
|
|
4862
|
+
FilterProjectEnvsContentHintProjects1$outboundSchema.parse(
|
|
4863
|
+
filterProjectEnvsContentHintProjects1,
|
|
4864
|
+
),
|
|
4865
|
+
);
|
|
4866
|
+
}
|
|
4867
|
+
|
|
4868
|
+
export function filterProjectEnvsContentHintProjects1FromJSON(
|
|
4869
|
+
jsonString: string,
|
|
4870
|
+
): SafeParseResult<FilterProjectEnvsContentHintProjects1, SDKValidationError> {
|
|
4871
|
+
return safeParse(
|
|
4872
|
+
jsonString,
|
|
4873
|
+
(x) =>
|
|
4874
|
+
FilterProjectEnvsContentHintProjects1$inboundSchema.parse(JSON.parse(x)),
|
|
4875
|
+
`Failed to parse 'FilterProjectEnvsContentHintProjects1' from JSON`,
|
|
4876
|
+
);
|
|
4877
|
+
}
|
|
4878
|
+
|
|
3988
4879
|
/** @internal */
|
|
3989
4880
|
export const FilterProjectEnvsResponseBodyContentHint$inboundSchema: z.ZodType<
|
|
3990
4881
|
FilterProjectEnvsResponseBodyContentHint,
|
|
@@ -4064,6 +4955,33 @@ export namespace FilterProjectEnvsResponseBodyContentHint$ {
|
|
|
4064
4955
|
export type Outbound = FilterProjectEnvsResponseBodyContentHint$Outbound;
|
|
4065
4956
|
}
|
|
4066
4957
|
|
|
4958
|
+
export function filterProjectEnvsResponseBodyContentHintToJSON(
|
|
4959
|
+
filterProjectEnvsResponseBodyContentHint:
|
|
4960
|
+
FilterProjectEnvsResponseBodyContentHint,
|
|
4961
|
+
): string {
|
|
4962
|
+
return JSON.stringify(
|
|
4963
|
+
FilterProjectEnvsResponseBodyContentHint$outboundSchema.parse(
|
|
4964
|
+
filterProjectEnvsResponseBodyContentHint,
|
|
4965
|
+
),
|
|
4966
|
+
);
|
|
4967
|
+
}
|
|
4968
|
+
|
|
4969
|
+
export function filterProjectEnvsResponseBodyContentHintFromJSON(
|
|
4970
|
+
jsonString: string,
|
|
4971
|
+
): SafeParseResult<
|
|
4972
|
+
FilterProjectEnvsResponseBodyContentHint,
|
|
4973
|
+
SDKValidationError
|
|
4974
|
+
> {
|
|
4975
|
+
return safeParse(
|
|
4976
|
+
jsonString,
|
|
4977
|
+
(x) =>
|
|
4978
|
+
FilterProjectEnvsResponseBodyContentHint$inboundSchema.parse(
|
|
4979
|
+
JSON.parse(x),
|
|
4980
|
+
),
|
|
4981
|
+
`Failed to parse 'FilterProjectEnvsResponseBodyContentHint' from JSON`,
|
|
4982
|
+
);
|
|
4983
|
+
}
|
|
4984
|
+
|
|
4067
4985
|
/** @internal */
|
|
4068
4986
|
export const FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
4069
4987
|
z.ZodNativeEnum<
|
|
@@ -4138,6 +5056,33 @@ export namespace FilterProjectEnvsResponseBodyInternalContentHint$ {
|
|
|
4138
5056
|
FilterProjectEnvsResponseBodyInternalContentHint$Outbound;
|
|
4139
5057
|
}
|
|
4140
5058
|
|
|
5059
|
+
export function filterProjectEnvsResponseBodyInternalContentHintToJSON(
|
|
5060
|
+
filterProjectEnvsResponseBodyInternalContentHint:
|
|
5061
|
+
FilterProjectEnvsResponseBodyInternalContentHint,
|
|
5062
|
+
): string {
|
|
5063
|
+
return JSON.stringify(
|
|
5064
|
+
FilterProjectEnvsResponseBodyInternalContentHint$outboundSchema.parse(
|
|
5065
|
+
filterProjectEnvsResponseBodyInternalContentHint,
|
|
5066
|
+
),
|
|
5067
|
+
);
|
|
5068
|
+
}
|
|
5069
|
+
|
|
5070
|
+
export function filterProjectEnvsResponseBodyInternalContentHintFromJSON(
|
|
5071
|
+
jsonString: string,
|
|
5072
|
+
): SafeParseResult<
|
|
5073
|
+
FilterProjectEnvsResponseBodyInternalContentHint,
|
|
5074
|
+
SDKValidationError
|
|
5075
|
+
> {
|
|
5076
|
+
return safeParse(
|
|
5077
|
+
jsonString,
|
|
5078
|
+
(x) =>
|
|
5079
|
+
FilterProjectEnvsResponseBodyInternalContentHint$inboundSchema.parse(
|
|
5080
|
+
JSON.parse(x),
|
|
5081
|
+
),
|
|
5082
|
+
`Failed to parse 'FilterProjectEnvsResponseBodyInternalContentHint' from JSON`,
|
|
5083
|
+
);
|
|
5084
|
+
}
|
|
5085
|
+
|
|
4141
5086
|
/** @internal */
|
|
4142
5087
|
export const Envs$inboundSchema: z.ZodType<Envs, z.ZodTypeDef, unknown> = z
|
|
4143
5088
|
.object({
|
|
@@ -4300,6 +5245,20 @@ export namespace Envs$ {
|
|
|
4300
5245
|
export type Outbound = Envs$Outbound;
|
|
4301
5246
|
}
|
|
4302
5247
|
|
|
5248
|
+
export function envsToJSON(envs: Envs): string {
|
|
5249
|
+
return JSON.stringify(Envs$outboundSchema.parse(envs));
|
|
5250
|
+
}
|
|
5251
|
+
|
|
5252
|
+
export function envsFromJSON(
|
|
5253
|
+
jsonString: string,
|
|
5254
|
+
): SafeParseResult<Envs, SDKValidationError> {
|
|
5255
|
+
return safeParse(
|
|
5256
|
+
jsonString,
|
|
5257
|
+
(x) => Envs$inboundSchema.parse(JSON.parse(x)),
|
|
5258
|
+
`Failed to parse 'Envs' from JSON`,
|
|
5259
|
+
);
|
|
5260
|
+
}
|
|
5261
|
+
|
|
4303
5262
|
/** @internal */
|
|
4304
5263
|
export const FilterProjectEnvsResponseBody2$inboundSchema: z.ZodType<
|
|
4305
5264
|
FilterProjectEnvsResponseBody2,
|
|
@@ -4339,6 +5298,26 @@ export namespace FilterProjectEnvsResponseBody2$ {
|
|
|
4339
5298
|
export type Outbound = FilterProjectEnvsResponseBody2$Outbound;
|
|
4340
5299
|
}
|
|
4341
5300
|
|
|
5301
|
+
export function filterProjectEnvsResponseBody2ToJSON(
|
|
5302
|
+
filterProjectEnvsResponseBody2: FilterProjectEnvsResponseBody2,
|
|
5303
|
+
): string {
|
|
5304
|
+
return JSON.stringify(
|
|
5305
|
+
FilterProjectEnvsResponseBody2$outboundSchema.parse(
|
|
5306
|
+
filterProjectEnvsResponseBody2,
|
|
5307
|
+
),
|
|
5308
|
+
);
|
|
5309
|
+
}
|
|
5310
|
+
|
|
5311
|
+
export function filterProjectEnvsResponseBody2FromJSON(
|
|
5312
|
+
jsonString: string,
|
|
5313
|
+
): SafeParseResult<FilterProjectEnvsResponseBody2, SDKValidationError> {
|
|
5314
|
+
return safeParse(
|
|
5315
|
+
jsonString,
|
|
5316
|
+
(x) => FilterProjectEnvsResponseBody2$inboundSchema.parse(JSON.parse(x)),
|
|
5317
|
+
`Failed to parse 'FilterProjectEnvsResponseBody2' from JSON`,
|
|
5318
|
+
);
|
|
5319
|
+
}
|
|
5320
|
+
|
|
4342
5321
|
/** @internal */
|
|
4343
5322
|
export const FilterProjectEnvsTarget2$inboundSchema: z.ZodNativeEnum<
|
|
4344
5323
|
typeof FilterProjectEnvsTarget2
|
|
@@ -4394,6 +5373,27 @@ export namespace FilterProjectEnvsResponseBodyTarget$ {
|
|
|
4394
5373
|
export type Outbound = FilterProjectEnvsResponseBodyTarget$Outbound;
|
|
4395
5374
|
}
|
|
4396
5375
|
|
|
5376
|
+
export function filterProjectEnvsResponseBodyTargetToJSON(
|
|
5377
|
+
filterProjectEnvsResponseBodyTarget: FilterProjectEnvsResponseBodyTarget,
|
|
5378
|
+
): string {
|
|
5379
|
+
return JSON.stringify(
|
|
5380
|
+
FilterProjectEnvsResponseBodyTarget$outboundSchema.parse(
|
|
5381
|
+
filterProjectEnvsResponseBodyTarget,
|
|
5382
|
+
),
|
|
5383
|
+
);
|
|
5384
|
+
}
|
|
5385
|
+
|
|
5386
|
+
export function filterProjectEnvsResponseBodyTargetFromJSON(
|
|
5387
|
+
jsonString: string,
|
|
5388
|
+
): SafeParseResult<FilterProjectEnvsResponseBodyTarget, SDKValidationError> {
|
|
5389
|
+
return safeParse(
|
|
5390
|
+
jsonString,
|
|
5391
|
+
(x) =>
|
|
5392
|
+
FilterProjectEnvsResponseBodyTarget$inboundSchema.parse(JSON.parse(x)),
|
|
5393
|
+
`Failed to parse 'FilterProjectEnvsResponseBodyTarget' from JSON`,
|
|
5394
|
+
);
|
|
5395
|
+
}
|
|
5396
|
+
|
|
4397
5397
|
/** @internal */
|
|
4398
5398
|
export const FilterProjectEnvsResponseBodyType$inboundSchema: z.ZodNativeEnum<
|
|
4399
5399
|
typeof FilterProjectEnvsResponseBodyType
|
|
@@ -4485,6 +5485,26 @@ export namespace FilterProjectEnvsContentHint15$ {
|
|
|
4485
5485
|
export type Outbound = FilterProjectEnvsContentHint15$Outbound;
|
|
4486
5486
|
}
|
|
4487
5487
|
|
|
5488
|
+
export function filterProjectEnvsContentHint15ToJSON(
|
|
5489
|
+
filterProjectEnvsContentHint15: FilterProjectEnvsContentHint15,
|
|
5490
|
+
): string {
|
|
5491
|
+
return JSON.stringify(
|
|
5492
|
+
FilterProjectEnvsContentHint15$outboundSchema.parse(
|
|
5493
|
+
filterProjectEnvsContentHint15,
|
|
5494
|
+
),
|
|
5495
|
+
);
|
|
5496
|
+
}
|
|
5497
|
+
|
|
5498
|
+
export function filterProjectEnvsContentHint15FromJSON(
|
|
5499
|
+
jsonString: string,
|
|
5500
|
+
): SafeParseResult<FilterProjectEnvsContentHint15, SDKValidationError> {
|
|
5501
|
+
return safeParse(
|
|
5502
|
+
jsonString,
|
|
5503
|
+
(x) => FilterProjectEnvsContentHint15$inboundSchema.parse(JSON.parse(x)),
|
|
5504
|
+
`Failed to parse 'FilterProjectEnvsContentHint15' from JSON`,
|
|
5505
|
+
);
|
|
5506
|
+
}
|
|
5507
|
+
|
|
4488
5508
|
/** @internal */
|
|
4489
5509
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema:
|
|
4490
5510
|
z.ZodNativeEnum<
|
|
@@ -4563,6 +5583,26 @@ export namespace FilterProjectEnvsContentHint14$ {
|
|
|
4563
5583
|
export type Outbound = FilterProjectEnvsContentHint14$Outbound;
|
|
4564
5584
|
}
|
|
4565
5585
|
|
|
5586
|
+
export function filterProjectEnvsContentHint14ToJSON(
|
|
5587
|
+
filterProjectEnvsContentHint14: FilterProjectEnvsContentHint14,
|
|
5588
|
+
): string {
|
|
5589
|
+
return JSON.stringify(
|
|
5590
|
+
FilterProjectEnvsContentHint14$outboundSchema.parse(
|
|
5591
|
+
filterProjectEnvsContentHint14,
|
|
5592
|
+
),
|
|
5593
|
+
);
|
|
5594
|
+
}
|
|
5595
|
+
|
|
5596
|
+
export function filterProjectEnvsContentHint14FromJSON(
|
|
5597
|
+
jsonString: string,
|
|
5598
|
+
): SafeParseResult<FilterProjectEnvsContentHint14, SDKValidationError> {
|
|
5599
|
+
return safeParse(
|
|
5600
|
+
jsonString,
|
|
5601
|
+
(x) => FilterProjectEnvsContentHint14$inboundSchema.parse(JSON.parse(x)),
|
|
5602
|
+
`Failed to parse 'FilterProjectEnvsContentHint14' from JSON`,
|
|
5603
|
+
);
|
|
5604
|
+
}
|
|
5605
|
+
|
|
4566
5606
|
/** @internal */
|
|
4567
5607
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema:
|
|
4568
5608
|
z.ZodNativeEnum<
|
|
@@ -4632,6 +5672,26 @@ export namespace FilterProjectEnvsContentHint13$ {
|
|
|
4632
5672
|
export type Outbound = FilterProjectEnvsContentHint13$Outbound;
|
|
4633
5673
|
}
|
|
4634
5674
|
|
|
5675
|
+
export function filterProjectEnvsContentHint13ToJSON(
|
|
5676
|
+
filterProjectEnvsContentHint13: FilterProjectEnvsContentHint13,
|
|
5677
|
+
): string {
|
|
5678
|
+
return JSON.stringify(
|
|
5679
|
+
FilterProjectEnvsContentHint13$outboundSchema.parse(
|
|
5680
|
+
filterProjectEnvsContentHint13,
|
|
5681
|
+
),
|
|
5682
|
+
);
|
|
5683
|
+
}
|
|
5684
|
+
|
|
5685
|
+
export function filterProjectEnvsContentHint13FromJSON(
|
|
5686
|
+
jsonString: string,
|
|
5687
|
+
): SafeParseResult<FilterProjectEnvsContentHint13, SDKValidationError> {
|
|
5688
|
+
return safeParse(
|
|
5689
|
+
jsonString,
|
|
5690
|
+
(x) => FilterProjectEnvsContentHint13$inboundSchema.parse(JSON.parse(x)),
|
|
5691
|
+
`Failed to parse 'FilterProjectEnvsContentHint13' from JSON`,
|
|
5692
|
+
);
|
|
5693
|
+
}
|
|
5694
|
+
|
|
4635
5695
|
/** @internal */
|
|
4636
5696
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema:
|
|
4637
5697
|
z.ZodNativeEnum<
|
|
@@ -4701,6 +5761,26 @@ export namespace FilterProjectEnvsContentHint12$ {
|
|
|
4701
5761
|
export type Outbound = FilterProjectEnvsContentHint12$Outbound;
|
|
4702
5762
|
}
|
|
4703
5763
|
|
|
5764
|
+
export function filterProjectEnvsContentHint12ToJSON(
|
|
5765
|
+
filterProjectEnvsContentHint12: FilterProjectEnvsContentHint12,
|
|
5766
|
+
): string {
|
|
5767
|
+
return JSON.stringify(
|
|
5768
|
+
FilterProjectEnvsContentHint12$outboundSchema.parse(
|
|
5769
|
+
filterProjectEnvsContentHint12,
|
|
5770
|
+
),
|
|
5771
|
+
);
|
|
5772
|
+
}
|
|
5773
|
+
|
|
5774
|
+
export function filterProjectEnvsContentHint12FromJSON(
|
|
5775
|
+
jsonString: string,
|
|
5776
|
+
): SafeParseResult<FilterProjectEnvsContentHint12, SDKValidationError> {
|
|
5777
|
+
return safeParse(
|
|
5778
|
+
jsonString,
|
|
5779
|
+
(x) => FilterProjectEnvsContentHint12$inboundSchema.parse(JSON.parse(x)),
|
|
5780
|
+
`Failed to parse 'FilterProjectEnvsContentHint12' from JSON`,
|
|
5781
|
+
);
|
|
5782
|
+
}
|
|
5783
|
+
|
|
4704
5784
|
/** @internal */
|
|
4705
5785
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema:
|
|
4706
5786
|
z.ZodNativeEnum<
|
|
@@ -4770,6 +5850,26 @@ export namespace FilterProjectEnvsContentHint11$ {
|
|
|
4770
5850
|
export type Outbound = FilterProjectEnvsContentHint11$Outbound;
|
|
4771
5851
|
}
|
|
4772
5852
|
|
|
5853
|
+
export function filterProjectEnvsContentHint11ToJSON(
|
|
5854
|
+
filterProjectEnvsContentHint11: FilterProjectEnvsContentHint11,
|
|
5855
|
+
): string {
|
|
5856
|
+
return JSON.stringify(
|
|
5857
|
+
FilterProjectEnvsContentHint11$outboundSchema.parse(
|
|
5858
|
+
filterProjectEnvsContentHint11,
|
|
5859
|
+
),
|
|
5860
|
+
);
|
|
5861
|
+
}
|
|
5862
|
+
|
|
5863
|
+
export function filterProjectEnvsContentHint11FromJSON(
|
|
5864
|
+
jsonString: string,
|
|
5865
|
+
): SafeParseResult<FilterProjectEnvsContentHint11, SDKValidationError> {
|
|
5866
|
+
return safeParse(
|
|
5867
|
+
jsonString,
|
|
5868
|
+
(x) => FilterProjectEnvsContentHint11$inboundSchema.parse(JSON.parse(x)),
|
|
5869
|
+
`Failed to parse 'FilterProjectEnvsContentHint11' from JSON`,
|
|
5870
|
+
);
|
|
5871
|
+
}
|
|
5872
|
+
|
|
4773
5873
|
/** @internal */
|
|
4774
5874
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema:
|
|
4775
5875
|
z.ZodNativeEnum<
|
|
@@ -4839,6 +5939,26 @@ export namespace FilterProjectEnvsContentHint10$ {
|
|
|
4839
5939
|
export type Outbound = FilterProjectEnvsContentHint10$Outbound;
|
|
4840
5940
|
}
|
|
4841
5941
|
|
|
5942
|
+
export function filterProjectEnvsContentHint10ToJSON(
|
|
5943
|
+
filterProjectEnvsContentHint10: FilterProjectEnvsContentHint10,
|
|
5944
|
+
): string {
|
|
5945
|
+
return JSON.stringify(
|
|
5946
|
+
FilterProjectEnvsContentHint10$outboundSchema.parse(
|
|
5947
|
+
filterProjectEnvsContentHint10,
|
|
5948
|
+
),
|
|
5949
|
+
);
|
|
5950
|
+
}
|
|
5951
|
+
|
|
5952
|
+
export function filterProjectEnvsContentHint10FromJSON(
|
|
5953
|
+
jsonString: string,
|
|
5954
|
+
): SafeParseResult<FilterProjectEnvsContentHint10, SDKValidationError> {
|
|
5955
|
+
return safeParse(
|
|
5956
|
+
jsonString,
|
|
5957
|
+
(x) => FilterProjectEnvsContentHint10$inboundSchema.parse(JSON.parse(x)),
|
|
5958
|
+
`Failed to parse 'FilterProjectEnvsContentHint10' from JSON`,
|
|
5959
|
+
);
|
|
5960
|
+
}
|
|
5961
|
+
|
|
4842
5962
|
/** @internal */
|
|
4843
5963
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema:
|
|
4844
5964
|
z.ZodNativeEnum<
|
|
@@ -4908,6 +6028,26 @@ export namespace FilterProjectEnvsContentHint9$ {
|
|
|
4908
6028
|
export type Outbound = FilterProjectEnvsContentHint9$Outbound;
|
|
4909
6029
|
}
|
|
4910
6030
|
|
|
6031
|
+
export function filterProjectEnvsContentHint9ToJSON(
|
|
6032
|
+
filterProjectEnvsContentHint9: FilterProjectEnvsContentHint9,
|
|
6033
|
+
): string {
|
|
6034
|
+
return JSON.stringify(
|
|
6035
|
+
FilterProjectEnvsContentHint9$outboundSchema.parse(
|
|
6036
|
+
filterProjectEnvsContentHint9,
|
|
6037
|
+
),
|
|
6038
|
+
);
|
|
6039
|
+
}
|
|
6040
|
+
|
|
6041
|
+
export function filterProjectEnvsContentHint9FromJSON(
|
|
6042
|
+
jsonString: string,
|
|
6043
|
+
): SafeParseResult<FilterProjectEnvsContentHint9, SDKValidationError> {
|
|
6044
|
+
return safeParse(
|
|
6045
|
+
jsonString,
|
|
6046
|
+
(x) => FilterProjectEnvsContentHint9$inboundSchema.parse(JSON.parse(x)),
|
|
6047
|
+
`Failed to parse 'FilterProjectEnvsContentHint9' from JSON`,
|
|
6048
|
+
);
|
|
6049
|
+
}
|
|
6050
|
+
|
|
4911
6051
|
/** @internal */
|
|
4912
6052
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema:
|
|
4913
6053
|
z.ZodNativeEnum<
|
|
@@ -4977,6 +6117,26 @@ export namespace FilterProjectEnvsContentHint8$ {
|
|
|
4977
6117
|
export type Outbound = FilterProjectEnvsContentHint8$Outbound;
|
|
4978
6118
|
}
|
|
4979
6119
|
|
|
6120
|
+
export function filterProjectEnvsContentHint8ToJSON(
|
|
6121
|
+
filterProjectEnvsContentHint8: FilterProjectEnvsContentHint8,
|
|
6122
|
+
): string {
|
|
6123
|
+
return JSON.stringify(
|
|
6124
|
+
FilterProjectEnvsContentHint8$outboundSchema.parse(
|
|
6125
|
+
filterProjectEnvsContentHint8,
|
|
6126
|
+
),
|
|
6127
|
+
);
|
|
6128
|
+
}
|
|
6129
|
+
|
|
6130
|
+
export function filterProjectEnvsContentHint8FromJSON(
|
|
6131
|
+
jsonString: string,
|
|
6132
|
+
): SafeParseResult<FilterProjectEnvsContentHint8, SDKValidationError> {
|
|
6133
|
+
return safeParse(
|
|
6134
|
+
jsonString,
|
|
6135
|
+
(x) => FilterProjectEnvsContentHint8$inboundSchema.parse(JSON.parse(x)),
|
|
6136
|
+
`Failed to parse 'FilterProjectEnvsContentHint8' from JSON`,
|
|
6137
|
+
);
|
|
6138
|
+
}
|
|
6139
|
+
|
|
4980
6140
|
/** @internal */
|
|
4981
6141
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema:
|
|
4982
6142
|
z.ZodNativeEnum<
|
|
@@ -5046,6 +6206,26 @@ export namespace FilterProjectEnvsContentHint7$ {
|
|
|
5046
6206
|
export type Outbound = FilterProjectEnvsContentHint7$Outbound;
|
|
5047
6207
|
}
|
|
5048
6208
|
|
|
6209
|
+
export function filterProjectEnvsContentHint7ToJSON(
|
|
6210
|
+
filterProjectEnvsContentHint7: FilterProjectEnvsContentHint7,
|
|
6211
|
+
): string {
|
|
6212
|
+
return JSON.stringify(
|
|
6213
|
+
FilterProjectEnvsContentHint7$outboundSchema.parse(
|
|
6214
|
+
filterProjectEnvsContentHint7,
|
|
6215
|
+
),
|
|
6216
|
+
);
|
|
6217
|
+
}
|
|
6218
|
+
|
|
6219
|
+
export function filterProjectEnvsContentHint7FromJSON(
|
|
6220
|
+
jsonString: string,
|
|
6221
|
+
): SafeParseResult<FilterProjectEnvsContentHint7, SDKValidationError> {
|
|
6222
|
+
return safeParse(
|
|
6223
|
+
jsonString,
|
|
6224
|
+
(x) => FilterProjectEnvsContentHint7$inboundSchema.parse(JSON.parse(x)),
|
|
6225
|
+
`Failed to parse 'FilterProjectEnvsContentHint7' from JSON`,
|
|
6226
|
+
);
|
|
6227
|
+
}
|
|
6228
|
+
|
|
5049
6229
|
/** @internal */
|
|
5050
6230
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
5051
6231
|
z.ZodNativeEnum<
|
|
@@ -5115,6 +6295,26 @@ export namespace FilterProjectEnvsContentHint6$ {
|
|
|
5115
6295
|
export type Outbound = FilterProjectEnvsContentHint6$Outbound;
|
|
5116
6296
|
}
|
|
5117
6297
|
|
|
6298
|
+
export function filterProjectEnvsContentHint6ToJSON(
|
|
6299
|
+
filterProjectEnvsContentHint6: FilterProjectEnvsContentHint6,
|
|
6300
|
+
): string {
|
|
6301
|
+
return JSON.stringify(
|
|
6302
|
+
FilterProjectEnvsContentHint6$outboundSchema.parse(
|
|
6303
|
+
filterProjectEnvsContentHint6,
|
|
6304
|
+
),
|
|
6305
|
+
);
|
|
6306
|
+
}
|
|
6307
|
+
|
|
6308
|
+
export function filterProjectEnvsContentHint6FromJSON(
|
|
6309
|
+
jsonString: string,
|
|
6310
|
+
): SafeParseResult<FilterProjectEnvsContentHint6, SDKValidationError> {
|
|
6311
|
+
return safeParse(
|
|
6312
|
+
jsonString,
|
|
6313
|
+
(x) => FilterProjectEnvsContentHint6$inboundSchema.parse(JSON.parse(x)),
|
|
6314
|
+
`Failed to parse 'FilterProjectEnvsContentHint6' from JSON`,
|
|
6315
|
+
);
|
|
6316
|
+
}
|
|
6317
|
+
|
|
5118
6318
|
/** @internal */
|
|
5119
6319
|
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
5120
6320
|
z.ZodNativeEnum<
|
|
@@ -5184,6 +6384,26 @@ export namespace FilterProjectEnvsContentHint5$ {
|
|
|
5184
6384
|
export type Outbound = FilterProjectEnvsContentHint5$Outbound;
|
|
5185
6385
|
}
|
|
5186
6386
|
|
|
6387
|
+
export function filterProjectEnvsContentHint5ToJSON(
|
|
6388
|
+
filterProjectEnvsContentHint5: FilterProjectEnvsContentHint5,
|
|
6389
|
+
): string {
|
|
6390
|
+
return JSON.stringify(
|
|
6391
|
+
FilterProjectEnvsContentHint5$outboundSchema.parse(
|
|
6392
|
+
filterProjectEnvsContentHint5,
|
|
6393
|
+
),
|
|
6394
|
+
);
|
|
6395
|
+
}
|
|
6396
|
+
|
|
6397
|
+
export function filterProjectEnvsContentHint5FromJSON(
|
|
6398
|
+
jsonString: string,
|
|
6399
|
+
): SafeParseResult<FilterProjectEnvsContentHint5, SDKValidationError> {
|
|
6400
|
+
return safeParse(
|
|
6401
|
+
jsonString,
|
|
6402
|
+
(x) => FilterProjectEnvsContentHint5$inboundSchema.parse(JSON.parse(x)),
|
|
6403
|
+
`Failed to parse 'FilterProjectEnvsContentHint5' from JSON`,
|
|
6404
|
+
);
|
|
6405
|
+
}
|
|
6406
|
+
|
|
5187
6407
|
/** @internal */
|
|
5188
6408
|
export const FilterProjectEnvsContentHintProjectsResponse200Type$inboundSchema:
|
|
5189
6409
|
z.ZodNativeEnum<typeof FilterProjectEnvsContentHintProjectsResponse200Type> =
|
|
@@ -5246,6 +6466,26 @@ export namespace FilterProjectEnvsContentHint4$ {
|
|
|
5246
6466
|
export type Outbound = FilterProjectEnvsContentHint4$Outbound;
|
|
5247
6467
|
}
|
|
5248
6468
|
|
|
6469
|
+
export function filterProjectEnvsContentHint4ToJSON(
|
|
6470
|
+
filterProjectEnvsContentHint4: FilterProjectEnvsContentHint4,
|
|
6471
|
+
): string {
|
|
6472
|
+
return JSON.stringify(
|
|
6473
|
+
FilterProjectEnvsContentHint4$outboundSchema.parse(
|
|
6474
|
+
filterProjectEnvsContentHint4,
|
|
6475
|
+
),
|
|
6476
|
+
);
|
|
6477
|
+
}
|
|
6478
|
+
|
|
6479
|
+
export function filterProjectEnvsContentHint4FromJSON(
|
|
6480
|
+
jsonString: string,
|
|
6481
|
+
): SafeParseResult<FilterProjectEnvsContentHint4, SDKValidationError> {
|
|
6482
|
+
return safeParse(
|
|
6483
|
+
jsonString,
|
|
6484
|
+
(x) => FilterProjectEnvsContentHint4$inboundSchema.parse(JSON.parse(x)),
|
|
6485
|
+
`Failed to parse 'FilterProjectEnvsContentHint4' from JSON`,
|
|
6486
|
+
);
|
|
6487
|
+
}
|
|
6488
|
+
|
|
5249
6489
|
/** @internal */
|
|
5250
6490
|
export const FilterProjectEnvsContentHintProjectsResponseType$inboundSchema:
|
|
5251
6491
|
z.ZodNativeEnum<typeof FilterProjectEnvsContentHintProjectsResponseType> = z
|
|
@@ -5308,6 +6548,26 @@ export namespace FilterProjectEnvsContentHint3$ {
|
|
|
5308
6548
|
export type Outbound = FilterProjectEnvsContentHint3$Outbound;
|
|
5309
6549
|
}
|
|
5310
6550
|
|
|
6551
|
+
export function filterProjectEnvsContentHint3ToJSON(
|
|
6552
|
+
filterProjectEnvsContentHint3: FilterProjectEnvsContentHint3,
|
|
6553
|
+
): string {
|
|
6554
|
+
return JSON.stringify(
|
|
6555
|
+
FilterProjectEnvsContentHint3$outboundSchema.parse(
|
|
6556
|
+
filterProjectEnvsContentHint3,
|
|
6557
|
+
),
|
|
6558
|
+
);
|
|
6559
|
+
}
|
|
6560
|
+
|
|
6561
|
+
export function filterProjectEnvsContentHint3FromJSON(
|
|
6562
|
+
jsonString: string,
|
|
6563
|
+
): SafeParseResult<FilterProjectEnvsContentHint3, SDKValidationError> {
|
|
6564
|
+
return safeParse(
|
|
6565
|
+
jsonString,
|
|
6566
|
+
(x) => FilterProjectEnvsContentHint3$inboundSchema.parse(JSON.parse(x)),
|
|
6567
|
+
`Failed to parse 'FilterProjectEnvsContentHint3' from JSON`,
|
|
6568
|
+
);
|
|
6569
|
+
}
|
|
6570
|
+
|
|
5311
6571
|
/** @internal */
|
|
5312
6572
|
export const FilterProjectEnvsContentHintProjectsType$inboundSchema:
|
|
5313
6573
|
z.ZodNativeEnum<typeof FilterProjectEnvsContentHintProjectsType> = z
|
|
@@ -5370,6 +6630,26 @@ export namespace FilterProjectEnvsContentHint2$ {
|
|
|
5370
6630
|
export type Outbound = FilterProjectEnvsContentHint2$Outbound;
|
|
5371
6631
|
}
|
|
5372
6632
|
|
|
6633
|
+
export function filterProjectEnvsContentHint2ToJSON(
|
|
6634
|
+
filterProjectEnvsContentHint2: FilterProjectEnvsContentHint2,
|
|
6635
|
+
): string {
|
|
6636
|
+
return JSON.stringify(
|
|
6637
|
+
FilterProjectEnvsContentHint2$outboundSchema.parse(
|
|
6638
|
+
filterProjectEnvsContentHint2,
|
|
6639
|
+
),
|
|
6640
|
+
);
|
|
6641
|
+
}
|
|
6642
|
+
|
|
6643
|
+
export function filterProjectEnvsContentHint2FromJSON(
|
|
6644
|
+
jsonString: string,
|
|
6645
|
+
): SafeParseResult<FilterProjectEnvsContentHint2, SDKValidationError> {
|
|
6646
|
+
return safeParse(
|
|
6647
|
+
jsonString,
|
|
6648
|
+
(x) => FilterProjectEnvsContentHint2$inboundSchema.parse(JSON.parse(x)),
|
|
6649
|
+
`Failed to parse 'FilterProjectEnvsContentHint2' from JSON`,
|
|
6650
|
+
);
|
|
6651
|
+
}
|
|
6652
|
+
|
|
5373
6653
|
/** @internal */
|
|
5374
6654
|
export const FilterProjectEnvsContentHintType$inboundSchema: z.ZodNativeEnum<
|
|
5375
6655
|
typeof FilterProjectEnvsContentHintType
|
|
@@ -5430,6 +6710,26 @@ export namespace FilterProjectEnvsContentHint1$ {
|
|
|
5430
6710
|
export type Outbound = FilterProjectEnvsContentHint1$Outbound;
|
|
5431
6711
|
}
|
|
5432
6712
|
|
|
6713
|
+
export function filterProjectEnvsContentHint1ToJSON(
|
|
6714
|
+
filterProjectEnvsContentHint1: FilterProjectEnvsContentHint1,
|
|
6715
|
+
): string {
|
|
6716
|
+
return JSON.stringify(
|
|
6717
|
+
FilterProjectEnvsContentHint1$outboundSchema.parse(
|
|
6718
|
+
filterProjectEnvsContentHint1,
|
|
6719
|
+
),
|
|
6720
|
+
);
|
|
6721
|
+
}
|
|
6722
|
+
|
|
6723
|
+
export function filterProjectEnvsContentHint1FromJSON(
|
|
6724
|
+
jsonString: string,
|
|
6725
|
+
): SafeParseResult<FilterProjectEnvsContentHint1, SDKValidationError> {
|
|
6726
|
+
return safeParse(
|
|
6727
|
+
jsonString,
|
|
6728
|
+
(x) => FilterProjectEnvsContentHint1$inboundSchema.parse(JSON.parse(x)),
|
|
6729
|
+
`Failed to parse 'FilterProjectEnvsContentHint1' from JSON`,
|
|
6730
|
+
);
|
|
6731
|
+
}
|
|
6732
|
+
|
|
5433
6733
|
/** @internal */
|
|
5434
6734
|
export const ResponseBodyContentHint$inboundSchema: z.ZodType<
|
|
5435
6735
|
ResponseBodyContentHint,
|
|
@@ -5507,6 +6807,24 @@ export namespace ResponseBodyContentHint$ {
|
|
|
5507
6807
|
export type Outbound = ResponseBodyContentHint$Outbound;
|
|
5508
6808
|
}
|
|
5509
6809
|
|
|
6810
|
+
export function responseBodyContentHintToJSON(
|
|
6811
|
+
responseBodyContentHint: ResponseBodyContentHint,
|
|
6812
|
+
): string {
|
|
6813
|
+
return JSON.stringify(
|
|
6814
|
+
ResponseBodyContentHint$outboundSchema.parse(responseBodyContentHint),
|
|
6815
|
+
);
|
|
6816
|
+
}
|
|
6817
|
+
|
|
6818
|
+
export function responseBodyContentHintFromJSON(
|
|
6819
|
+
jsonString: string,
|
|
6820
|
+
): SafeParseResult<ResponseBodyContentHint, SDKValidationError> {
|
|
6821
|
+
return safeParse(
|
|
6822
|
+
jsonString,
|
|
6823
|
+
(x) => ResponseBodyContentHint$inboundSchema.parse(JSON.parse(x)),
|
|
6824
|
+
`Failed to parse 'ResponseBodyContentHint' from JSON`,
|
|
6825
|
+
);
|
|
6826
|
+
}
|
|
6827
|
+
|
|
5510
6828
|
/** @internal */
|
|
5511
6829
|
export const FilterProjectEnvsResponseBodyProjectsType$inboundSchema:
|
|
5512
6830
|
z.ZodNativeEnum<typeof FilterProjectEnvsResponseBodyProjectsType> = z
|
|
@@ -5569,6 +6887,26 @@ export namespace ResponseBodyInternalContentHint$ {
|
|
|
5569
6887
|
export type Outbound = ResponseBodyInternalContentHint$Outbound;
|
|
5570
6888
|
}
|
|
5571
6889
|
|
|
6890
|
+
export function responseBodyInternalContentHintToJSON(
|
|
6891
|
+
responseBodyInternalContentHint: ResponseBodyInternalContentHint,
|
|
6892
|
+
): string {
|
|
6893
|
+
return JSON.stringify(
|
|
6894
|
+
ResponseBodyInternalContentHint$outboundSchema.parse(
|
|
6895
|
+
responseBodyInternalContentHint,
|
|
6896
|
+
),
|
|
6897
|
+
);
|
|
6898
|
+
}
|
|
6899
|
+
|
|
6900
|
+
export function responseBodyInternalContentHintFromJSON(
|
|
6901
|
+
jsonString: string,
|
|
6902
|
+
): SafeParseResult<ResponseBodyInternalContentHint, SDKValidationError> {
|
|
6903
|
+
return safeParse(
|
|
6904
|
+
jsonString,
|
|
6905
|
+
(x) => ResponseBodyInternalContentHint$inboundSchema.parse(JSON.parse(x)),
|
|
6906
|
+
`Failed to parse 'ResponseBodyInternalContentHint' from JSON`,
|
|
6907
|
+
);
|
|
6908
|
+
}
|
|
6909
|
+
|
|
5572
6910
|
/** @internal */
|
|
5573
6911
|
export const FilterProjectEnvsResponseBody1$inboundSchema: z.ZodType<
|
|
5574
6912
|
FilterProjectEnvsResponseBody1,
|
|
@@ -5729,6 +7067,26 @@ export namespace FilterProjectEnvsResponseBody1$ {
|
|
|
5729
7067
|
export type Outbound = FilterProjectEnvsResponseBody1$Outbound;
|
|
5730
7068
|
}
|
|
5731
7069
|
|
|
7070
|
+
export function filterProjectEnvsResponseBody1ToJSON(
|
|
7071
|
+
filterProjectEnvsResponseBody1: FilterProjectEnvsResponseBody1,
|
|
7072
|
+
): string {
|
|
7073
|
+
return JSON.stringify(
|
|
7074
|
+
FilterProjectEnvsResponseBody1$outboundSchema.parse(
|
|
7075
|
+
filterProjectEnvsResponseBody1,
|
|
7076
|
+
),
|
|
7077
|
+
);
|
|
7078
|
+
}
|
|
7079
|
+
|
|
7080
|
+
export function filterProjectEnvsResponseBody1FromJSON(
|
|
7081
|
+
jsonString: string,
|
|
7082
|
+
): SafeParseResult<FilterProjectEnvsResponseBody1, SDKValidationError> {
|
|
7083
|
+
return safeParse(
|
|
7084
|
+
jsonString,
|
|
7085
|
+
(x) => FilterProjectEnvsResponseBody1$inboundSchema.parse(JSON.parse(x)),
|
|
7086
|
+
`Failed to parse 'FilterProjectEnvsResponseBody1' from JSON`,
|
|
7087
|
+
);
|
|
7088
|
+
}
|
|
7089
|
+
|
|
5732
7090
|
/** @internal */
|
|
5733
7091
|
export const FilterProjectEnvsResponseBody$inboundSchema: z.ZodType<
|
|
5734
7092
|
FilterProjectEnvsResponseBody,
|
|
@@ -5769,3 +7127,23 @@ export namespace FilterProjectEnvsResponseBody$ {
|
|
|
5769
7127
|
/** @deprecated use `FilterProjectEnvsResponseBody$Outbound` instead. */
|
|
5770
7128
|
export type Outbound = FilterProjectEnvsResponseBody$Outbound;
|
|
5771
7129
|
}
|
|
7130
|
+
|
|
7131
|
+
export function filterProjectEnvsResponseBodyToJSON(
|
|
7132
|
+
filterProjectEnvsResponseBody: FilterProjectEnvsResponseBody,
|
|
7133
|
+
): string {
|
|
7134
|
+
return JSON.stringify(
|
|
7135
|
+
FilterProjectEnvsResponseBody$outboundSchema.parse(
|
|
7136
|
+
filterProjectEnvsResponseBody,
|
|
7137
|
+
),
|
|
7138
|
+
);
|
|
7139
|
+
}
|
|
7140
|
+
|
|
7141
|
+
export function filterProjectEnvsResponseBodyFromJSON(
|
|
7142
|
+
jsonString: string,
|
|
7143
|
+
): SafeParseResult<FilterProjectEnvsResponseBody, SDKValidationError> {
|
|
7144
|
+
return safeParse(
|
|
7145
|
+
jsonString,
|
|
7146
|
+
(x) => FilterProjectEnvsResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
7147
|
+
`Failed to parse 'FilterProjectEnvsResponseBody' from JSON`,
|
|
7148
|
+
);
|
|
7149
|
+
}
|