@vercel/sdk 14.0.0-canary.6 → 14.0.0-canary.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.devcontainer/README.md +1 -1
- package/LICENSE +201 -0
- package/README.md +8 -4
- package/docs/sdks/accessgroups/README.md +326 -0
- package/docs/sdks/projects/README.md +0 -150
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js +77 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/{projectsPauseProject.js → accessGroupsDeleteAccessGroupProject.js} +12 -11
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/{projectsUnpauseProject.js → accessGroupsReadAccessGroupProject.js} +13 -13
- package/esm/funcs/accessGroupsReadAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.js +81 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.js.map +1 -0
- package/esm/lib/base64.d.ts +2 -2
- package/esm/lib/base64.d.ts.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/matchers.js +1 -1
- package/esm/lib/matchers.js.map +1 -1
- package/esm/models/components/authtoken.d.ts +10 -0
- package/esm/models/components/authtoken.d.ts.map +1 -1
- package/esm/models/components/authtoken.js +25 -0
- package/esm/models/components/authtoken.js.map +1 -1
- package/esm/models/components/authuser.d.ts +50 -0
- package/esm/models/components/authuser.d.ts.map +1 -1
- package/esm/models/components/authuser.js +119 -0
- package/esm/models/components/authuser.js.map +1 -1
- package/esm/models/components/authuserlimited.d.ts +4 -0
- package/esm/models/components/authuserlimited.d.ts.map +1 -1
- package/esm/models/components/authuserlimited.js +7 -0
- package/esm/models/components/authuserlimited.js.map +1 -1
- package/esm/models/components/edgeconfigitem.d.ts +4 -0
- package/esm/models/components/edgeconfigitem.d.ts.map +1 -1
- package/esm/models/components/edgeconfigitem.js +7 -0
- package/esm/models/components/edgeconfigitem.js.map +1 -1
- package/esm/models/components/edgeconfigitemvalue.d.ts +4 -0
- package/esm/models/components/edgeconfigitemvalue.d.ts.map +1 -1
- package/esm/models/components/edgeconfigitemvalue.js +7 -0
- package/esm/models/components/edgeconfigitemvalue.js.map +1 -1
- package/esm/models/components/edgeconfigtoken.d.ts +4 -0
- package/esm/models/components/edgeconfigtoken.d.ts.map +1 -1
- package/esm/models/components/edgeconfigtoken.js +7 -0
- package/esm/models/components/edgeconfigtoken.js.map +1 -1
- package/esm/models/components/filetree.d.ts +4 -0
- package/esm/models/components/filetree.d.ts.map +1 -1
- package/esm/models/components/filetree.js +7 -0
- package/esm/models/components/filetree.js.map +1 -1
- package/esm/models/components/flagjsonvalue.d.ts +4 -0
- package/esm/models/components/flagjsonvalue.d.ts.map +1 -1
- package/esm/models/components/flagjsonvalue.js +7 -0
- package/esm/models/components/flagjsonvalue.js.map +1 -1
- package/esm/models/components/pagination.d.ts +4 -0
- package/esm/models/components/pagination.d.ts.map +1 -1
- package/esm/models/components/pagination.js +7 -0
- package/esm/models/components/pagination.js.map +1 -1
- package/esm/models/components/security.d.ts +4 -0
- package/esm/models/components/security.d.ts.map +1 -1
- package/esm/models/components/security.js +7 -0
- package/esm/models/components/security.js.map +1 -1
- package/esm/models/components/teamlimited.d.ts +18 -0
- package/esm/models/components/teamlimited.d.ts.map +1 -1
- package/esm/models/components/teamlimited.js +49 -0
- package/esm/models/components/teamlimited.js.map +1 -1
- package/esm/models/components/userevent.d.ts +4 -0
- package/esm/models/components/userevent.d.ts.map +1 -1
- package/esm/models/components/userevent.js +7 -0
- package/esm/models/components/userevent.js.map +1 -1
- package/esm/models/operations/addprojectdomain.d.ts +10 -0
- package/esm/models/operations/addprojectdomain.d.ts.map +1 -1
- package/esm/models/operations/addprojectdomain.js +25 -0
- package/esm/models/operations/addprojectdomain.js.map +1 -1
- package/esm/models/operations/addprojectmember.d.ts +14 -0
- package/esm/models/operations/addprojectmember.d.ts.map +1 -1
- package/esm/models/operations/addprojectmember.js +37 -0
- package/esm/models/operations/addprojectmember.js.map +1 -1
- package/esm/models/operations/artifactexists.d.ts +4 -0
- package/esm/models/operations/artifactexists.d.ts.map +1 -1
- package/esm/models/operations/artifactexists.js +7 -0
- package/esm/models/operations/artifactexists.js.map +1 -1
- package/esm/models/operations/artifactquery.d.ts +14 -0
- package/esm/models/operations/artifactquery.d.ts.map +1 -1
- package/esm/models/operations/artifactquery.js +37 -0
- package/esm/models/operations/artifactquery.js.map +1 -1
- package/esm/models/operations/assignalias.d.ts +8 -0
- package/esm/models/operations/assignalias.d.ts.map +1 -1
- package/esm/models/operations/assignalias.js +19 -0
- package/esm/models/operations/assignalias.js.map +1 -1
- package/esm/models/operations/buydomain.d.ts +16 -0
- package/esm/models/operations/buydomain.d.ts.map +1 -1
- package/esm/models/operations/buydomain.js +43 -0
- package/esm/models/operations/buydomain.js.map +1 -1
- package/esm/models/operations/canceldeployment.d.ts +259 -0
- package/esm/models/operations/canceldeployment.d.ts.map +1 -1
- package/esm/models/operations/canceldeployment.js +451 -0
- package/esm/models/operations/canceldeployment.js.map +1 -1
- package/esm/models/operations/checkdomainprice.d.ts +6 -0
- package/esm/models/operations/checkdomainprice.d.ts.map +1 -1
- package/esm/models/operations/checkdomainprice.js +13 -0
- package/esm/models/operations/checkdomainprice.js.map +1 -1
- package/esm/models/operations/checkdomainstatus.d.ts +6 -0
- package/esm/models/operations/checkdomainstatus.d.ts.map +1 -1
- package/esm/models/operations/checkdomainstatus.js +13 -0
- package/esm/models/operations/checkdomainstatus.js.map +1 -1
- package/esm/models/operations/createaccessgroup.d.ts +10 -0
- package/esm/models/operations/createaccessgroup.d.ts.map +1 -1
- package/esm/models/operations/createaccessgroup.js +25 -0
- package/esm/models/operations/createaccessgroup.js.map +1 -1
- package/esm/models/operations/createaccessgroupproject.d.ts +172 -0
- package/esm/models/operations/createaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/createaccessgroupproject.js +154 -0
- package/esm/models/operations/createaccessgroupproject.js.map +1 -0
- package/esm/models/operations/createauthtoken.d.ts +8 -0
- package/esm/models/operations/createauthtoken.d.ts.map +1 -1
- package/esm/models/operations/createauthtoken.js +19 -0
- package/esm/models/operations/createauthtoken.js.map +1 -1
- package/esm/models/operations/createcheck.d.ts +22 -0
- package/esm/models/operations/createcheck.d.ts.map +1 -1
- package/esm/models/operations/createcheck.js +61 -0
- package/esm/models/operations/createcheck.js.map +1 -1
- package/esm/models/operations/createconfigurablelogdrain.d.ts +8 -0
- package/esm/models/operations/createconfigurablelogdrain.d.ts.map +1 -1
- package/esm/models/operations/createconfigurablelogdrain.js +19 -0
- package/esm/models/operations/createconfigurablelogdrain.js.map +1 -1
- package/esm/models/operations/createdeployment.d.ts +287 -0
- package/esm/models/operations/createdeployment.d.ts.map +1 -1
- package/esm/models/operations/createdeployment.js +534 -0
- package/esm/models/operations/createdeployment.js.map +1 -1
- package/esm/models/operations/createedgeconfig.d.ts +24 -0
- package/esm/models/operations/createedgeconfig.d.ts.map +1 -1
- package/esm/models/operations/createedgeconfig.js +67 -0
- package/esm/models/operations/createedgeconfig.js.map +1 -1
- package/esm/models/operations/createedgeconfigtoken.d.ts +8 -0
- package/esm/models/operations/createedgeconfigtoken.d.ts.map +1 -1
- package/esm/models/operations/createedgeconfigtoken.js +19 -0
- package/esm/models/operations/createedgeconfigtoken.js.map +1 -1
- package/esm/models/operations/createlogdrain.d.ts +8 -0
- package/esm/models/operations/createlogdrain.d.ts.map +1 -1
- package/esm/models/operations/createlogdrain.js +19 -0
- package/esm/models/operations/createlogdrain.js.map +1 -1
- package/esm/models/operations/createortransferdomain.d.ts +18 -0
- package/esm/models/operations/createortransferdomain.d.ts.map +1 -1
- package/esm/models/operations/createortransferdomain.js +49 -0
- package/esm/models/operations/createortransferdomain.js.map +1 -1
- package/esm/models/operations/createproject.d.ts +190 -46
- package/esm/models/operations/createproject.d.ts.map +1 -1
- package/esm/models/operations/createproject.js +518 -26
- package/esm/models/operations/createproject.js.map +1 -1
- package/esm/models/operations/createprojectenv.d.ts +112 -6
- package/esm/models/operations/createprojectenv.d.ts.map +1 -1
- package/esm/models/operations/createprojectenv.js +315 -2
- package/esm/models/operations/createprojectenv.js.map +1 -1
- package/esm/models/operations/createrecord.d.ts +36 -0
- package/esm/models/operations/createrecord.d.ts.map +1 -1
- package/esm/models/operations/createrecord.js +103 -0
- package/esm/models/operations/createrecord.js.map +1 -1
- package/esm/models/operations/createteam.d.ts +12 -0
- package/esm/models/operations/createteam.d.ts.map +1 -1
- package/esm/models/operations/createteam.js +31 -0
- package/esm/models/operations/createteam.js.map +1 -1
- package/esm/models/operations/createwebhook.d.ts +8 -0
- package/esm/models/operations/createwebhook.d.ts.map +1 -1
- package/esm/models/operations/createwebhook.js +19 -0
- package/esm/models/operations/createwebhook.js.map +1 -1
- package/esm/models/operations/deleteaccessgroup.d.ts +4 -0
- package/esm/models/operations/deleteaccessgroup.d.ts.map +1 -1
- package/esm/models/operations/deleteaccessgroup.js +7 -0
- package/esm/models/operations/deleteaccessgroup.js.map +1 -1
- package/esm/models/operations/deleteaccessgroupproject.d.ts +41 -0
- package/esm/models/operations/deleteaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/deleteaccessgroupproject.js +37 -0
- package/esm/models/operations/deleteaccessgroupproject.js.map +1 -0
- package/esm/models/operations/deletealias.d.ts +6 -0
- package/esm/models/operations/deletealias.d.ts.map +1 -1
- package/esm/models/operations/deletealias.js +13 -0
- package/esm/models/operations/deletealias.js.map +1 -1
- package/esm/models/operations/deleteauthtoken.d.ts +6 -0
- package/esm/models/operations/deleteauthtoken.d.ts.map +1 -1
- package/esm/models/operations/deleteauthtoken.js +13 -0
- package/esm/models/operations/deleteauthtoken.js.map +1 -1
- package/esm/models/operations/deleteconfigurablelogdrain.d.ts +4 -0
- package/esm/models/operations/deleteconfigurablelogdrain.d.ts.map +1 -1
- package/esm/models/operations/deleteconfigurablelogdrain.js +7 -0
- package/esm/models/operations/deleteconfigurablelogdrain.js.map +1 -1
- package/esm/models/operations/deleteconfiguration.d.ts +4 -0
- package/esm/models/operations/deleteconfiguration.d.ts.map +1 -1
- package/esm/models/operations/deleteconfiguration.js +7 -0
- package/esm/models/operations/deleteconfiguration.js.map +1 -1
- package/esm/models/operations/deletedeployment.d.ts +6 -0
- package/esm/models/operations/deletedeployment.d.ts.map +1 -1
- package/esm/models/operations/deletedeployment.js +13 -0
- package/esm/models/operations/deletedeployment.js.map +1 -1
- package/esm/models/operations/deletedomain.d.ts +6 -0
- package/esm/models/operations/deletedomain.d.ts.map +1 -1
- package/esm/models/operations/deletedomain.js +13 -0
- package/esm/models/operations/deletedomain.js.map +1 -1
- package/esm/models/operations/deleteedgeconfig.d.ts +4 -0
- package/esm/models/operations/deleteedgeconfig.d.ts.map +1 -1
- package/esm/models/operations/deleteedgeconfig.js +7 -0
- package/esm/models/operations/deleteedgeconfig.js.map +1 -1
- package/esm/models/operations/deleteedgeconfigschema.d.ts +4 -0
- package/esm/models/operations/deleteedgeconfigschema.d.ts.map +1 -1
- package/esm/models/operations/deleteedgeconfigschema.js +7 -0
- package/esm/models/operations/deleteedgeconfigschema.js.map +1 -1
- package/esm/models/operations/deleteedgeconfigtokens.d.ts +6 -0
- package/esm/models/operations/deleteedgeconfigtokens.d.ts.map +1 -1
- package/esm/models/operations/deleteedgeconfigtokens.js +13 -0
- package/esm/models/operations/deleteedgeconfigtokens.js.map +1 -1
- package/esm/models/operations/deleteintegrationlogdrain.d.ts +4 -0
- package/esm/models/operations/deleteintegrationlogdrain.d.ts.map +1 -1
- package/esm/models/operations/deleteintegrationlogdrain.js +7 -0
- package/esm/models/operations/deleteintegrationlogdrain.js.map +1 -1
- package/esm/models/operations/deleteproject.d.ts +4 -0
- package/esm/models/operations/deleteproject.d.ts.map +1 -1
- package/esm/models/operations/deleteproject.js +7 -0
- package/esm/models/operations/deleteproject.js.map +1 -1
- package/esm/models/operations/deleteteam.d.ts +10 -0
- package/esm/models/operations/deleteteam.d.ts.map +1 -1
- package/esm/models/operations/deleteteam.js +25 -0
- package/esm/models/operations/deleteteam.js.map +1 -1
- package/esm/models/operations/deleteteaminvitecode.d.ts +6 -0
- package/esm/models/operations/deleteteaminvitecode.d.ts.map +1 -1
- package/esm/models/operations/deleteteaminvitecode.js +13 -0
- package/esm/models/operations/deleteteaminvitecode.js.map +1 -1
- package/esm/models/operations/deletewebhook.d.ts +4 -0
- package/esm/models/operations/deletewebhook.d.ts.map +1 -1
- package/esm/models/operations/deletewebhook.js +7 -0
- package/esm/models/operations/deletewebhook.js.map +1 -1
- package/esm/models/operations/downloadartifact.d.ts +4 -0
- package/esm/models/operations/downloadartifact.d.ts.map +1 -1
- package/esm/models/operations/downloadartifact.js +7 -0
- package/esm/models/operations/downloadartifact.js.map +1 -1
- package/esm/models/operations/editprojectenv.d.ts +51 -3
- package/esm/models/operations/editprojectenv.d.ts.map +1 -1
- package/esm/models/operations/editprojectenv.js +140 -1
- package/esm/models/operations/editprojectenv.js.map +1 -1
- package/esm/models/operations/filterprojectenvs.d.ts +124 -0
- package/esm/models/operations/filterprojectenvs.d.ts.map +1 -1
- package/esm/models/operations/filterprojectenvs.js +369 -0
- package/esm/models/operations/filterprojectenvs.js.map +1 -1
- package/esm/models/operations/getalias.d.ts +20 -0
- package/esm/models/operations/getalias.d.ts.map +1 -1
- package/esm/models/operations/getalias.js +55 -0
- package/esm/models/operations/getalias.js.map +1 -1
- package/esm/models/operations/getallchecks.d.ts +22 -0
- package/esm/models/operations/getallchecks.d.ts.map +1 -1
- package/esm/models/operations/getallchecks.js +61 -0
- package/esm/models/operations/getallchecks.js.map +1 -1
- package/esm/models/operations/getalllogdrains.d.ts +6 -0
- package/esm/models/operations/getalllogdrains.d.ts.map +1 -1
- package/esm/models/operations/getalllogdrains.js +13 -0
- package/esm/models/operations/getalllogdrains.js.map +1 -1
- package/esm/models/operations/getauthtoken.d.ts +6 -0
- package/esm/models/operations/getauthtoken.d.ts.map +1 -1
- package/esm/models/operations/getauthtoken.js +13 -0
- package/esm/models/operations/getauthtoken.js.map +1 -1
- package/esm/models/operations/getauthuser.d.ts +6 -0
- package/esm/models/operations/getauthuser.d.ts.map +1 -1
- package/esm/models/operations/getauthuser.js +13 -0
- package/esm/models/operations/getauthuser.js.map +1 -1
- package/esm/models/operations/getcertbyid.d.ts +6 -0
- package/esm/models/operations/getcertbyid.d.ts.map +1 -1
- package/esm/models/operations/getcertbyid.js +13 -0
- package/esm/models/operations/getcertbyid.js.map +1 -1
- package/esm/models/operations/getcheck.d.ts +20 -0
- package/esm/models/operations/getcheck.d.ts.map +1 -1
- package/esm/models/operations/getcheck.js +55 -0
- package/esm/models/operations/getcheck.js.map +1 -1
- package/esm/models/operations/getconfigurablelogdrain.d.ts +6 -0
- package/esm/models/operations/getconfigurablelogdrain.d.ts.map +1 -1
- package/esm/models/operations/getconfigurablelogdrain.js +13 -0
- package/esm/models/operations/getconfigurablelogdrain.js.map +1 -1
- package/esm/models/operations/getconfiguration.d.ts +18 -0
- package/esm/models/operations/getconfiguration.d.ts.map +1 -1
- package/esm/models/operations/getconfiguration.js +49 -0
- package/esm/models/operations/getconfiguration.js.map +1 -1
- package/esm/models/operations/getconfigurations.d.ts +28 -0
- package/esm/models/operations/getconfigurations.d.ts.map +1 -1
- package/esm/models/operations/getconfigurations.js +79 -0
- package/esm/models/operations/getconfigurations.js.map +1 -1
- package/esm/models/operations/getdeployment.d.ts +315 -0
- package/esm/models/operations/getdeployment.d.ts.map +1 -1
- package/esm/models/operations/getdeployment.js +601 -0
- package/esm/models/operations/getdeployment.js.map +1 -1
- package/esm/models/operations/getdeploymentevents.d.ts +6 -0
- package/esm/models/operations/getdeploymentevents.d.ts.map +1 -1
- package/esm/models/operations/getdeploymentevents.js +13 -0
- package/esm/models/operations/getdeploymentevents.js.map +1 -1
- package/esm/models/operations/getdeploymentfilecontents.d.ts +4 -0
- package/esm/models/operations/getdeploymentfilecontents.d.ts.map +1 -1
- package/esm/models/operations/getdeploymentfilecontents.js +7 -0
- package/esm/models/operations/getdeploymentfilecontents.js.map +1 -1
- package/esm/models/operations/getdeployments.d.ts +27 -0
- package/esm/models/operations/getdeployments.d.ts.map +1 -1
- package/esm/models/operations/getdeployments.js +68 -0
- package/esm/models/operations/getdeployments.js.map +1 -1
- package/esm/models/operations/getdomain.d.ts +10 -0
- package/esm/models/operations/getdomain.d.ts.map +1 -1
- package/esm/models/operations/getdomain.js +25 -0
- package/esm/models/operations/getdomain.js.map +1 -1
- package/esm/models/operations/getdomainconfig.d.ts +6 -0
- package/esm/models/operations/getdomainconfig.d.ts.map +1 -1
- package/esm/models/operations/getdomainconfig.js +13 -0
- package/esm/models/operations/getdomainconfig.js.map +1 -1
- package/esm/models/operations/getdomains.d.ts +10 -0
- package/esm/models/operations/getdomains.d.ts.map +1 -1
- package/esm/models/operations/getdomains.js +25 -0
- package/esm/models/operations/getdomains.js.map +1 -1
- package/esm/models/operations/getdomaintransfer.d.ts +6 -0
- package/esm/models/operations/getdomaintransfer.d.ts.map +1 -1
- package/esm/models/operations/getdomaintransfer.js +13 -0
- package/esm/models/operations/getdomaintransfer.js.map +1 -1
- package/esm/models/operations/getedgeconfig.d.ts +12 -0
- package/esm/models/operations/getedgeconfig.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfig.js +31 -0
- package/esm/models/operations/getedgeconfig.js.map +1 -1
- package/esm/models/operations/getedgeconfigbackup.d.ts +26 -0
- package/esm/models/operations/getedgeconfigbackup.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigbackup.js +73 -0
- package/esm/models/operations/getedgeconfigbackup.js.map +1 -1
- package/esm/models/operations/getedgeconfigbackups.d.ts +12 -0
- package/esm/models/operations/getedgeconfigbackups.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigbackups.js +31 -0
- package/esm/models/operations/getedgeconfigbackups.js.map +1 -1
- package/esm/models/operations/getedgeconfigitem.d.ts +4 -0
- package/esm/models/operations/getedgeconfigitem.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigitem.js +7 -0
- package/esm/models/operations/getedgeconfigitem.js.map +1 -1
- package/esm/models/operations/getedgeconfigitems.d.ts +4 -0
- package/esm/models/operations/getedgeconfigitems.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigitems.js +7 -0
- package/esm/models/operations/getedgeconfigitems.js.map +1 -1
- package/esm/models/operations/getedgeconfigs.d.ts +12 -0
- package/esm/models/operations/getedgeconfigs.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigs.js +31 -0
- package/esm/models/operations/getedgeconfigs.js.map +1 -1
- package/esm/models/operations/getedgeconfigschema.d.ts +6 -0
- package/esm/models/operations/getedgeconfigschema.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigschema.js +13 -0
- package/esm/models/operations/getedgeconfigschema.js.map +1 -1
- package/esm/models/operations/getedgeconfigtoken.d.ts +4 -0
- package/esm/models/operations/getedgeconfigtoken.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigtoken.js +7 -0
- package/esm/models/operations/getedgeconfigtoken.js.map +1 -1
- package/esm/models/operations/getedgeconfigtokens.d.ts +4 -0
- package/esm/models/operations/getedgeconfigtokens.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigtokens.js +7 -0
- package/esm/models/operations/getedgeconfigtokens.js.map +1 -1
- package/esm/models/operations/getfirewallconfig.d.ts +56 -0
- package/esm/models/operations/getfirewallconfig.d.ts.map +1 -1
- package/esm/models/operations/getfirewallconfig.js +163 -0
- package/esm/models/operations/getfirewallconfig.js.map +1 -1
- package/esm/models/operations/getintegrationlogdrains.d.ts +6 -0
- package/esm/models/operations/getintegrationlogdrains.d.ts.map +1 -1
- package/esm/models/operations/getintegrationlogdrains.js +13 -0
- package/esm/models/operations/getintegrationlogdrains.js.map +1 -1
- package/esm/models/operations/getprojectdomain.d.ts +8 -0
- package/esm/models/operations/getprojectdomain.d.ts.map +1 -1
- package/esm/models/operations/getprojectdomain.js +19 -0
- package/esm/models/operations/getprojectdomain.js.map +1 -1
- package/esm/models/operations/getprojectenv.d.ts +120 -0
- package/esm/models/operations/getprojectenv.d.ts.map +1 -1
- package/esm/models/operations/getprojectenv.js +357 -0
- package/esm/models/operations/getprojectenv.js.map +1 -1
- package/esm/models/operations/getprojectmembers.d.ts +14 -0
- package/esm/models/operations/getprojectmembers.d.ts.map +1 -1
- package/esm/models/operations/getprojectmembers.js +37 -0
- package/esm/models/operations/getprojectmembers.js.map +1 -1
- package/esm/models/operations/getprojects.d.ts +173 -37
- package/esm/models/operations/getprojects.d.ts.map +1 -1
- package/esm/models/operations/getprojects.js +491 -23
- package/esm/models/operations/getprojects.js.map +1 -1
- package/esm/models/operations/getrecords.d.ts +14 -0
- package/esm/models/operations/getrecords.d.ts.map +1 -1
- package/esm/models/operations/getrecords.js +37 -0
- package/esm/models/operations/getrecords.js.map +1 -1
- package/esm/models/operations/getteam.d.ts +4 -0
- package/esm/models/operations/getteam.d.ts.map +1 -1
- package/esm/models/operations/getteam.js +7 -0
- package/esm/models/operations/getteam.js.map +1 -1
- package/esm/models/operations/getteamaccessrequest.d.ts +16 -0
- package/esm/models/operations/getteamaccessrequest.d.ts.map +1 -1
- package/esm/models/operations/getteamaccessrequest.js +43 -0
- package/esm/models/operations/getteamaccessrequest.js.map +1 -1
- package/esm/models/operations/getteammembers.d.ts +24 -0
- package/esm/models/operations/getteammembers.d.ts.map +1 -1
- package/esm/models/operations/getteammembers.js +67 -0
- package/esm/models/operations/getteammembers.js.map +1 -1
- package/esm/models/operations/getteams.d.ts +8 -0
- package/esm/models/operations/getteams.d.ts.map +1 -1
- package/esm/models/operations/getteams.js +19 -0
- package/esm/models/operations/getteams.js.map +1 -1
- package/esm/models/operations/getwebhook.d.ts +6 -0
- package/esm/models/operations/getwebhook.d.ts.map +1 -1
- package/esm/models/operations/getwebhook.js +13 -0
- package/esm/models/operations/getwebhook.js.map +1 -1
- package/esm/models/operations/getwebhooks.d.ts +12 -0
- package/esm/models/operations/getwebhooks.d.ts.map +1 -1
- package/esm/models/operations/getwebhooks.js +31 -0
- package/esm/models/operations/getwebhooks.js.map +1 -1
- package/esm/models/operations/gitnamespaces.d.ts +8 -0
- package/esm/models/operations/gitnamespaces.d.ts.map +1 -1
- package/esm/models/operations/gitnamespaces.js +19 -0
- package/esm/models/operations/gitnamespaces.js.map +1 -1
- package/esm/models/operations/inviteusertoteam.d.ts +14 -0
- package/esm/models/operations/inviteusertoteam.d.ts.map +1 -1
- package/esm/models/operations/inviteusertoteam.js +37 -0
- package/esm/models/operations/inviteusertoteam.js.map +1 -1
- package/esm/models/operations/issuecert.d.ts +8 -0
- package/esm/models/operations/issuecert.d.ts.map +1 -1
- package/esm/models/operations/issuecert.js +19 -0
- package/esm/models/operations/issuecert.js.map +1 -1
- package/esm/models/operations/jointeam.d.ts +8 -0
- package/esm/models/operations/jointeam.d.ts.map +1 -1
- package/esm/models/operations/jointeam.js +19 -0
- package/esm/models/operations/jointeam.js.map +1 -1
- package/esm/models/operations/listaccessgroupmembers.d.ts +10 -0
- package/esm/models/operations/listaccessgroupmembers.d.ts.map +1 -1
- package/esm/models/operations/listaccessgroupmembers.js +25 -0
- package/esm/models/operations/listaccessgroupmembers.js.map +1 -1
- package/esm/models/operations/listaccessgroupprojects.d.ts +12 -0
- package/esm/models/operations/listaccessgroupprojects.d.ts.map +1 -1
- package/esm/models/operations/listaccessgroupprojects.js +31 -0
- package/esm/models/operations/listaccessgroupprojects.js.map +1 -1
- package/esm/models/operations/listaccessgroups.d.ts +14 -0
- package/esm/models/operations/listaccessgroups.d.ts.map +1 -1
- package/esm/models/operations/listaccessgroups.js +37 -0
- package/esm/models/operations/listaccessgroups.js.map +1 -1
- package/esm/models/operations/listaliases.d.ts +24 -0
- package/esm/models/operations/listaliases.d.ts.map +1 -1
- package/esm/models/operations/listaliases.js +67 -0
- package/esm/models/operations/listaliases.js.map +1 -1
- package/esm/models/operations/listauthtokens.d.ts +4 -0
- package/esm/models/operations/listauthtokens.d.ts.map +1 -1
- package/esm/models/operations/listauthtokens.js +7 -0
- package/esm/models/operations/listauthtokens.js.map +1 -1
- package/esm/models/operations/listdeploymentaliases.d.ts +18 -0
- package/esm/models/operations/listdeploymentaliases.d.ts.map +1 -1
- package/esm/models/operations/listdeploymentaliases.js +49 -0
- package/esm/models/operations/listdeploymentaliases.js.map +1 -1
- package/esm/models/operations/listdeploymentfiles.d.ts +4 -0
- package/esm/models/operations/listdeploymentfiles.d.ts.map +1 -1
- package/esm/models/operations/listdeploymentfiles.js +7 -0
- package/esm/models/operations/listdeploymentfiles.js.map +1 -1
- package/esm/models/operations/listpromotealiases.d.ts +12 -0
- package/esm/models/operations/listpromotealiases.d.ts.map +1 -1
- package/esm/models/operations/listpromotealiases.js +31 -0
- package/esm/models/operations/listpromotealiases.js.map +1 -1
- package/esm/models/operations/listuserevents.d.ts +6 -0
- package/esm/models/operations/listuserevents.d.ts.map +1 -1
- package/esm/models/operations/listuserevents.js +13 -0
- package/esm/models/operations/listuserevents.js.map +1 -1
- package/esm/models/operations/patchdomain.d.ts +18 -0
- package/esm/models/operations/patchdomain.d.ts.map +1 -1
- package/esm/models/operations/patchdomain.js +49 -0
- package/esm/models/operations/patchdomain.js.map +1 -1
- package/esm/models/operations/patchedgeconfigschema.d.ts +8 -0
- package/esm/models/operations/patchedgeconfigschema.d.ts.map +1 -1
- package/esm/models/operations/patchedgeconfigschema.js +19 -0
- package/esm/models/operations/patchedgeconfigschema.js.map +1 -1
- package/esm/models/operations/patchteam.d.ts +14 -0
- package/esm/models/operations/patchteam.d.ts.map +1 -1
- package/esm/models/operations/patchteam.js +37 -0
- package/esm/models/operations/patchteam.js.map +1 -1
- package/esm/models/operations/putfirewallconfig.d.ts +112 -0
- package/esm/models/operations/putfirewallconfig.d.ts.map +1 -1
- package/esm/models/operations/putfirewallconfig.js +332 -0
- package/esm/models/operations/putfirewallconfig.js.map +1 -1
- package/esm/models/operations/readaccessgroup.d.ts +6 -0
- package/esm/models/operations/readaccessgroup.d.ts.map +1 -1
- package/esm/models/operations/readaccessgroup.js +13 -0
- package/esm/models/operations/readaccessgroup.js.map +1 -1
- package/esm/models/operations/readaccessgroupproject.d.ts +105 -0
- package/esm/models/operations/readaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/readaccessgroupproject.js +92 -0
- package/esm/models/operations/readaccessgroupproject.js.map +1 -0
- package/esm/models/operations/recordevents.d.ts +6 -0
- package/esm/models/operations/recordevents.d.ts.map +1 -1
- package/esm/models/operations/recordevents.js +13 -0
- package/esm/models/operations/recordevents.js.map +1 -1
- package/esm/models/operations/removecert.d.ts +6 -0
- package/esm/models/operations/removecert.d.ts.map +1 -1
- package/esm/models/operations/removecert.js +13 -0
- package/esm/models/operations/removecert.js.map +1 -1
- package/esm/models/operations/removeprojectdomain.d.ts +6 -0
- package/esm/models/operations/removeprojectdomain.d.ts.map +1 -1
- package/esm/models/operations/removeprojectdomain.js +13 -0
- package/esm/models/operations/removeprojectdomain.js.map +1 -1
- package/esm/models/operations/removeprojectenv.d.ts +129 -9
- package/esm/models/operations/removeprojectenv.d.ts.map +1 -1
- package/esm/models/operations/removeprojectenv.js +364 -3
- package/esm/models/operations/removeprojectenv.js.map +1 -1
- package/esm/models/operations/removeprojectmember.d.ts +6 -0
- package/esm/models/operations/removeprojectmember.d.ts.map +1 -1
- package/esm/models/operations/removeprojectmember.js +13 -0
- package/esm/models/operations/removeprojectmember.js.map +1 -1
- package/esm/models/operations/removerecord.d.ts +6 -0
- package/esm/models/operations/removerecord.d.ts.map +1 -1
- package/esm/models/operations/removerecord.js +13 -0
- package/esm/models/operations/removerecord.js.map +1 -1
- package/esm/models/operations/removeteammember.d.ts +6 -0
- package/esm/models/operations/removeteammember.d.ts.map +1 -1
- package/esm/models/operations/removeteammember.js +13 -0
- package/esm/models/operations/removeteammember.js.map +1 -1
- package/esm/models/operations/requestaccesstoteam.d.ts +22 -0
- package/esm/models/operations/requestaccesstoteam.d.ts.map +1 -1
- package/esm/models/operations/requestaccesstoteam.js +61 -0
- package/esm/models/operations/requestaccesstoteam.js.map +1 -1
- package/esm/models/operations/requestdelete.d.ts +8 -0
- package/esm/models/operations/requestdelete.d.ts.map +1 -1
- package/esm/models/operations/requestdelete.js +19 -0
- package/esm/models/operations/requestdelete.js.map +1 -1
- package/esm/models/operations/requestpromote.d.ts +4 -0
- package/esm/models/operations/requestpromote.d.ts.map +1 -1
- package/esm/models/operations/requestpromote.js +7 -0
- package/esm/models/operations/requestpromote.js.map +1 -1
- package/esm/models/operations/rerequestcheck.d.ts +6 -0
- package/esm/models/operations/rerequestcheck.d.ts.map +1 -1
- package/esm/models/operations/rerequestcheck.js +13 -0
- package/esm/models/operations/rerequestcheck.js.map +1 -1
- package/esm/models/operations/searchrepo.d.ts +24 -0
- package/esm/models/operations/searchrepo.d.ts.map +1 -1
- package/esm/models/operations/searchrepo.js +67 -0
- package/esm/models/operations/searchrepo.js.map +1 -1
- package/esm/models/operations/status.d.ts +6 -0
- package/esm/models/operations/status.d.ts.map +1 -1
- package/esm/models/operations/status.js +13 -0
- package/esm/models/operations/status.js.map +1 -1
- package/esm/models/operations/updateaccessgroup.d.ts +10 -0
- package/esm/models/operations/updateaccessgroup.d.ts.map +1 -1
- package/esm/models/operations/updateaccessgroup.js +25 -0
- package/esm/models/operations/updateaccessgroup.js.map +1 -1
- package/esm/models/operations/updateaccessgroupproject.d.ts +169 -0
- package/esm/models/operations/updateaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/updateaccessgroupproject.js +154 -0
- package/esm/models/operations/updateaccessgroupproject.js.map +1 -0
- package/esm/models/operations/updateattackchallengemode.d.ts +8 -0
- package/esm/models/operations/updateattackchallengemode.d.ts.map +1 -1
- package/esm/models/operations/updateattackchallengemode.js +19 -0
- package/esm/models/operations/updateattackchallengemode.js.map +1 -1
- package/esm/models/operations/updatecheck.d.ts +36 -0
- package/esm/models/operations/updatecheck.d.ts.map +1 -1
- package/esm/models/operations/updatecheck.js +103 -0
- package/esm/models/operations/updatecheck.js.map +1 -1
- package/esm/models/operations/updateedgeconfig.d.ts +14 -0
- package/esm/models/operations/updateedgeconfig.d.ts.map +1 -1
- package/esm/models/operations/updateedgeconfig.js +37 -0
- package/esm/models/operations/updateedgeconfig.js.map +1 -1
- package/esm/models/operations/updatefirewallconfig.d.ts +82 -0
- package/esm/models/operations/updatefirewallconfig.d.ts.map +1 -1
- package/esm/models/operations/updatefirewallconfig.js +241 -0
- package/esm/models/operations/updatefirewallconfig.js.map +1 -1
- package/esm/models/operations/updateproject.d.ts +196 -46
- package/esm/models/operations/updateproject.d.ts.map +1 -1
- package/esm/models/operations/updateproject.js +536 -26
- package/esm/models/operations/updateproject.js.map +1 -1
- package/esm/models/operations/updateprojectdatacache.d.ts +173 -37
- package/esm/models/operations/updateprojectdatacache.d.ts.map +1 -1
- package/esm/models/operations/updateprojectdatacache.js +491 -24
- package/esm/models/operations/updateprojectdatacache.js.map +1 -1
- package/esm/models/operations/updateprojectdomain.d.ts +10 -0
- package/esm/models/operations/updateprojectdomain.d.ts.map +1 -1
- package/esm/models/operations/updateprojectdomain.js +25 -0
- package/esm/models/operations/updateprojectdomain.js.map +1 -1
- package/esm/models/operations/updateprojectprotectionbypass.d.ts +14 -0
- package/esm/models/operations/updateprojectprotectionbypass.d.ts.map +1 -1
- package/esm/models/operations/updateprojectprotectionbypass.js +37 -0
- package/esm/models/operations/updateprojectprotectionbypass.js.map +1 -1
- package/esm/models/operations/updaterecord.d.ts +12 -0
- package/esm/models/operations/updaterecord.d.ts.map +1 -1
- package/esm/models/operations/updaterecord.js +31 -0
- package/esm/models/operations/updaterecord.js.map +1 -1
- package/esm/models/operations/updateteammember.d.ts +12 -0
- package/esm/models/operations/updateteammember.d.ts.map +1 -1
- package/esm/models/operations/updateteammember.js +31 -0
- package/esm/models/operations/updateteammember.js.map +1 -1
- package/esm/models/operations/uploadartifact.d.ts +6 -0
- package/esm/models/operations/uploadartifact.d.ts.map +1 -1
- package/esm/models/operations/uploadartifact.js +13 -0
- package/esm/models/operations/uploadartifact.js.map +1 -1
- package/esm/models/operations/uploadcert.d.ts +8 -0
- package/esm/models/operations/uploadcert.d.ts.map +1 -1
- package/esm/models/operations/uploadcert.js +19 -0
- package/esm/models/operations/uploadcert.js.map +1 -1
- package/esm/models/operations/uploadfile.d.ts +10 -0
- package/esm/models/operations/uploadfile.d.ts.map +1 -1
- package/esm/models/operations/uploadfile.js +25 -0
- package/esm/models/operations/uploadfile.js.map +1 -1
- package/esm/models/operations/verifyprojectdomain.d.ts +8 -0
- package/esm/models/operations/verifyprojectdomain.d.ts.map +1 -1
- package/esm/models/operations/verifyprojectdomain.js +19 -0
- package/esm/models/operations/verifyprojectdomain.js.map +1 -1
- package/esm/sdk/accessgroups.d.ts +32 -0
- package/esm/sdk/accessgroups.d.ts.map +1 -1
- package/esm/sdk/accessgroups.js +40 -0
- package/esm/sdk/accessgroups.js.map +1 -1
- package/esm/sdk/projects.d.ts +0 -16
- package/esm/sdk/projects.d.ts.map +1 -1
- package/esm/sdk/projects.js +0 -20
- package/esm/sdk/projects.js.map +1 -1
- package/package.json +2 -2
- package/src/funcs/accessGroupsCreateAccessGroupProject.ts +144 -0
- package/src/funcs/{projectsPauseProject.ts → accessGroupsDeleteAccessGroupProject.ts} +20 -13
- package/src/funcs/{projectsUnpauseProject.ts → accessGroupsReadAccessGroupProject.ts} +26 -18
- package/src/funcs/accessGroupsUpdateAccessGroupProject.ts +148 -0
- package/src/lib/config.ts +3 -3
- package/src/lib/matchers.ts +1 -1
- package/src/models/components/authtoken.ts +59 -0
- package/src/models/components/authuser.ts +311 -0
- package/src/models/components/authuserlimited.ts +19 -0
- package/src/models/components/edgeconfigitem.ts +17 -0
- package/src/models/components/edgeconfigitemvalue.ts +21 -0
- package/src/models/components/edgeconfigtoken.ts +19 -0
- package/src/models/components/filetree.ts +17 -0
- package/src/models/components/flagjsonvalue.ts +17 -0
- package/src/models/components/pagination.ts +17 -0
- package/src/models/components/security.ts +17 -0
- package/src/models/components/teamlimited.ts +115 -0
- package/src/models/components/userevent.ts +17 -0
- package/src/models/operations/addprojectdomain.ts +81 -0
- package/src/models/operations/addprojectmember.ts +121 -0
- package/src/models/operations/artifactexists.ts +21 -0
- package/src/models/operations/artifactquery.ts +95 -0
- package/src/models/operations/assignalias.ts +57 -0
- package/src/models/operations/buydomain.ts +129 -0
- package/src/models/operations/canceldeployment.ts +1304 -0
- package/src/models/operations/checkdomainprice.ts +41 -0
- package/src/models/operations/checkdomainstatus.ts +41 -0
- package/src/models/operations/createaccessgroup.ts +79 -0
- package/src/models/operations/createaccessgroupproject.ts +322 -0
- package/src/models/operations/createauthtoken.ts +59 -0
- package/src/models/operations/createcheck.ts +169 -0
- package/src/models/operations/createconfigurablelogdrain.ts +66 -0
- package/src/models/operations/createdeployment.ts +1343 -0
- package/src/models/operations/createedgeconfig.ts +185 -0
- package/src/models/operations/createedgeconfigtoken.ts +63 -0
- package/src/models/operations/createlogdrain.ts +57 -0
- package/src/models/operations/createortransferdomain.ts +167 -0
- package/src/models/operations/createproject.ts +1572 -59
- package/src/models/operations/createprojectenv.ts +1010 -2
- package/src/models/operations/createrecord.ts +265 -0
- package/src/models/operations/createteam.ts +81 -0
- package/src/models/operations/createwebhook.ts +57 -0
- package/src/models/operations/deleteaccessgroup.ts +21 -0
- package/src/models/operations/deleteaccessgroupproject.ts +86 -0
- package/src/models/operations/deletealias.ts +39 -0
- package/src/models/operations/deleteauthtoken.ts +41 -0
- package/src/models/operations/deleteconfigurablelogdrain.ts +23 -0
- package/src/models/operations/deleteconfiguration.ts +21 -0
- package/src/models/operations/deletedeployment.ts +41 -0
- package/src/models/operations/deletedomain.ts +39 -0
- package/src/models/operations/deleteedgeconfig.ts +21 -0
- package/src/models/operations/deleteedgeconfigschema.ts +23 -0
- package/src/models/operations/deleteedgeconfigtokens.ts +43 -0
- package/src/models/operations/deleteintegrationlogdrain.ts +23 -0
- package/src/models/operations/deleteproject.ts +21 -0
- package/src/models/operations/deleteteam.ts +71 -0
- package/src/models/operations/deleteteaminvitecode.ts +43 -0
- package/src/models/operations/deletewebhook.ts +21 -0
- package/src/models/operations/downloadartifact.ts +21 -0
- package/src/models/operations/editprojectenv.ts +448 -1
- package/src/models/operations/filterprojectenvs.ts +1378 -0
- package/src/models/operations/getalias.ts +157 -0
- package/src/models/operations/getallchecks.ts +174 -0
- package/src/models/operations/getalllogdrains.ts +41 -0
- package/src/models/operations/getauthtoken.ts +39 -0
- package/src/models/operations/getauthuser.ts +35 -0
- package/src/models/operations/getcertbyid.ts +39 -0
- package/src/models/operations/getcheck.ts +143 -0
- package/src/models/operations/getconfigurablelogdrain.ts +44 -0
- package/src/models/operations/getconfiguration.ts +176 -0
- package/src/models/operations/getconfigurations.ts +229 -0
- package/src/models/operations/getdeployment.ts +1881 -2
- package/src/models/operations/getdeploymentevents.ts +35 -0
- package/src/models/operations/getdeploymentfilecontents.ts +23 -0
- package/src/models/operations/getdeployments.ts +206 -0
- package/src/models/operations/getdomain.ts +73 -0
- package/src/models/operations/getdomainconfig.ts +41 -0
- package/src/models/operations/getdomains.ts +71 -0
- package/src/models/operations/getdomaintransfer.ts +41 -0
- package/src/models/operations/getedgeconfig.ts +93 -0
- package/src/models/operations/getedgeconfigbackup.ts +223 -0
- package/src/models/operations/getedgeconfigbackups.ts +97 -0
- package/src/models/operations/getedgeconfigitem.ts +21 -0
- package/src/models/operations/getedgeconfigitems.ts +21 -0
- package/src/models/operations/getedgeconfigs.ts +81 -0
- package/src/models/operations/getedgeconfigschema.ts +41 -0
- package/src/models/operations/getedgeconfigtoken.ts +21 -0
- package/src/models/operations/getedgeconfigtokens.ts +21 -0
- package/src/models/operations/getfirewallconfig.ts +493 -0
- package/src/models/operations/getintegrationlogdrains.ts +44 -0
- package/src/models/operations/getprojectdomain.ts +55 -0
- package/src/models/operations/getprojectenv.ts +1302 -0
- package/src/models/operations/getprojectmembers.ts +126 -0
- package/src/models/operations/getprojects.ts +1482 -55
- package/src/models/operations/getrecords.ts +103 -0
- package/src/models/operations/getteam.ts +17 -0
- package/src/models/operations/getteamaccessrequest.ts +139 -0
- package/src/models/operations/getteammembers.ts +201 -0
- package/src/models/operations/getteams.ts +51 -0
- package/src/models/operations/getwebhook.ts +39 -0
- package/src/models/operations/getwebhooks.ts +93 -0
- package/src/models/operations/gitnamespaces.ts +55 -0
- package/src/models/operations/inviteusertoteam.ts +119 -0
- package/src/models/operations/issuecert.ts +57 -0
- package/src/models/operations/jointeam.ts +55 -0
- package/src/models/operations/listaccessgroupmembers.ts +72 -0
- package/src/models/operations/listaccessgroupprojects.ts +104 -0
- package/src/models/operations/listaccessgroups.ts +113 -0
- package/src/models/operations/listaliases.ts +203 -0
- package/src/models/operations/listauthtokens.ts +21 -0
- package/src/models/operations/listdeploymentaliases.ts +172 -0
- package/src/models/operations/listdeploymentfiles.ts +21 -0
- package/src/models/operations/listpromotealiases.ts +99 -0
- package/src/models/operations/listuserevents.ts +39 -0
- package/src/models/operations/patchdomain.ts +147 -0
- package/src/models/operations/patchedgeconfigschema.ts +63 -0
- package/src/models/operations/patchteam.ts +95 -0
- package/src/models/operations/putfirewallconfig.ts +927 -0
- package/src/models/operations/readaccessgroup.ts +41 -0
- package/src/models/operations/readaccessgroupproject.ts +199 -0
- package/src/models/operations/recordevents.ts +35 -0
- package/src/models/operations/removecert.ts +39 -0
- package/src/models/operations/removeprojectdomain.ts +41 -0
- package/src/models/operations/removeprojectenv.ts +1355 -3
- package/src/models/operations/removeprojectmember.ts +41 -0
- package/src/models/operations/removerecord.ts +39 -0
- package/src/models/operations/removeteammember.ts +41 -0
- package/src/models/operations/requestaccesstoteam.ts +171 -0
- package/src/models/operations/requestdelete.ts +57 -0
- package/src/models/operations/requestpromote.ts +21 -0
- package/src/models/operations/rerequestcheck.ts +39 -0
- package/src/models/operations/searchrepo.ts +181 -0
- package/src/models/operations/status.ts +35 -0
- package/src/models/operations/updateaccessgroup.ts +75 -0
- package/src/models/operations/updateaccessgroupproject.ts +319 -0
- package/src/models/operations/updateattackchallengemode.ts +65 -0
- package/src/models/operations/updatecheck.ts +271 -0
- package/src/models/operations/updateedgeconfig.ts +115 -0
- package/src/models/operations/updatefirewallconfig.ts +858 -0
- package/src/models/operations/updateproject.ts +1643 -63
- package/src/models/operations/updateprojectdatacache.ts +1381 -52
- package/src/models/operations/updateprojectdomain.ts +81 -0
- package/src/models/operations/updateprojectprotectionbypass.ts +133 -0
- package/src/models/operations/updaterecord.ts +85 -0
- package/src/models/operations/updateteammember.ts +97 -0
- package/src/models/operations/uploadartifact.ts +39 -0
- package/src/models/operations/uploadcert.ts +57 -0
- package/src/models/operations/uploadfile.ts +75 -0
- package/src/models/operations/verifyprojectdomain.ts +61 -0
- package/src/sdk/accessgroups.ts +85 -0
- package/src/sdk/projects.ts +0 -38
- package/esm/funcs/projectsPauseProject.d.ts +0 -15
- package/esm/funcs/projectsPauseProject.d.ts.map +0 -1
- package/esm/funcs/projectsPauseProject.js.map +0 -1
- package/esm/funcs/projectsUnpauseProject.d.ts +0 -15
- package/esm/funcs/projectsUnpauseProject.d.ts.map +0 -1
- package/esm/funcs/projectsUnpauseProject.js.map +0 -1
- package/esm/models/operations/pauseproject.d.ts +0 -38
- package/esm/models/operations/pauseproject.d.ts.map +0 -1
- package/esm/models/operations/pauseproject.js +0 -28
- package/esm/models/operations/pauseproject.js.map +0 -1
- package/esm/models/operations/unpauseproject.d.ts +0 -38
- package/esm/models/operations/unpauseproject.d.ts.map +0 -1
- package/esm/models/operations/unpauseproject.js +0 -28
- package/esm/models/operations/unpauseproject.js.map +0 -1
- package/src/models/operations/pauseproject.ts +0 -62
- package/src/models/operations/unpauseproject.ts +0 -62
|
@@ -4,12 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
8
|
import { ClosedEnum } from "../../types/enums.js";
|
|
9
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
10
|
import {
|
|
9
11
|
ACLAction,
|
|
10
12
|
ACLAction$inboundSchema,
|
|
11
13
|
ACLAction$outboundSchema,
|
|
12
14
|
} from "../components/aclaction.js";
|
|
15
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
13
16
|
|
|
14
17
|
export const Target2 = {
|
|
15
18
|
Production: "production",
|
|
@@ -332,10 +335,10 @@ export type CreateProjectProjectsTarget = Array<string> | CreateProjectTarget2;
|
|
|
332
335
|
|
|
333
336
|
export const CreateProjectProjectsResponseType = {
|
|
334
337
|
System: "system",
|
|
335
|
-
Secret: "secret",
|
|
336
338
|
Encrypted: "encrypted",
|
|
337
339
|
Plain: "plain",
|
|
338
340
|
Sensitive: "sensitive",
|
|
341
|
+
Secret: "secret",
|
|
339
342
|
} as const;
|
|
340
343
|
export type CreateProjectProjectsResponseType = ClosedEnum<
|
|
341
344
|
typeof CreateProjectProjectsResponseType
|
|
@@ -943,29 +946,15 @@ export type CreateProjectLink =
|
|
|
943
946
|
| CreateProjectLink3
|
|
944
947
|
| CreateProjectLink2;
|
|
945
948
|
|
|
946
|
-
/**
|
|
947
|
-
* The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
948
|
-
*/
|
|
949
|
-
export type CreateProjectGroup = {
|
|
950
|
-
/**
|
|
951
|
-
* A unique identifier for the group of microfrontends. All related microfrontend projects will share this group ID. Example: mfe_12HKQaOmR5t5Uy6vdcQsNIiZgHGB
|
|
952
|
-
*/
|
|
953
|
-
id: string;
|
|
954
|
-
/**
|
|
955
|
-
* A human readable name for the microfrontends group. This will be used to display the microfrontends group in the UI.
|
|
956
|
-
*/
|
|
957
|
-
slug: string;
|
|
958
|
-
};
|
|
959
|
-
|
|
960
949
|
export type CreateProjectMicrofrontends = {
|
|
961
950
|
/**
|
|
962
951
|
* Timestamp when the microfrontends settings were last updated.
|
|
963
952
|
*/
|
|
964
953
|
updatedAt: number;
|
|
965
954
|
/**
|
|
966
|
-
* The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
955
|
+
* The group IDs of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
967
956
|
*/
|
|
968
|
-
|
|
957
|
+
groupIds: Array<string>;
|
|
969
958
|
/**
|
|
970
959
|
* Whether microfrontends are enabled for this project.
|
|
971
960
|
*/
|
|
@@ -1286,6 +1275,7 @@ export type CreateProjectPermissions = {
|
|
|
1286
1275
|
teamInvite?: Array<ACLAction> | undefined;
|
|
1287
1276
|
teamInviteCode?: Array<ACLAction> | undefined;
|
|
1288
1277
|
teamJoin?: Array<ACLAction> | undefined;
|
|
1278
|
+
teamMicrofrontends?: Array<ACLAction> | undefined;
|
|
1289
1279
|
teamOwnMembership?: Array<ACLAction> | undefined;
|
|
1290
1280
|
teamOwnMembershipDisconnectSAML?: Array<ACLAction> | undefined;
|
|
1291
1281
|
token?: Array<ACLAction> | undefined;
|
|
@@ -1315,6 +1305,7 @@ export type CreateProjectPermissions = {
|
|
|
1315
1305
|
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1316
1306
|
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1317
1307
|
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1308
|
+
deploymentV0?: Array<ACLAction> | undefined;
|
|
1318
1309
|
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1319
1310
|
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1320
1311
|
deploymentPromote?: Array<ACLAction> | undefined;
|
|
@@ -1326,6 +1317,7 @@ export type CreateProjectPermissions = {
|
|
|
1326
1317
|
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1327
1318
|
job?: Array<ACLAction> | undefined;
|
|
1328
1319
|
project?: Array<ACLAction> | undefined;
|
|
1320
|
+
projectFromV0?: Array<ACLAction> | undefined;
|
|
1329
1321
|
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1330
1322
|
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1331
1323
|
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
@@ -1364,11 +1356,11 @@ export type CreateProjectPermissions = {
|
|
|
1364
1356
|
export type CreateProjectLastRollbackTarget = {};
|
|
1365
1357
|
|
|
1366
1358
|
export const CreateProjectJobStatus = {
|
|
1359
|
+
Pending: "pending",
|
|
1360
|
+
InProgress: "in-progress",
|
|
1367
1361
|
Succeeded: "succeeded",
|
|
1368
1362
|
Failed: "failed",
|
|
1369
1363
|
Skipped: "skipped",
|
|
1370
|
-
Pending: "pending",
|
|
1371
|
-
InProgress: "in-progress",
|
|
1372
1364
|
} as const;
|
|
1373
1365
|
export type CreateProjectJobStatus = ClosedEnum<typeof CreateProjectJobStatus>;
|
|
1374
1366
|
|
|
@@ -1622,6 +1614,7 @@ export type CreateProjectSecurity = {
|
|
|
1622
1614
|
firewallSeawallEnabled?: boolean | undefined;
|
|
1623
1615
|
ja3Enabled?: boolean | undefined;
|
|
1624
1616
|
ja4Enabled?: boolean | undefined;
|
|
1617
|
+
firewallBypassIps?: Array<string> | undefined;
|
|
1625
1618
|
};
|
|
1626
1619
|
|
|
1627
1620
|
/**
|
|
@@ -1804,6 +1797,24 @@ export namespace CreateProjectTarget$ {
|
|
|
1804
1797
|
export type Outbound = CreateProjectTarget$Outbound;
|
|
1805
1798
|
}
|
|
1806
1799
|
|
|
1800
|
+
export function createProjectTargetToJSON(
|
|
1801
|
+
createProjectTarget: CreateProjectTarget,
|
|
1802
|
+
): string {
|
|
1803
|
+
return JSON.stringify(
|
|
1804
|
+
CreateProjectTarget$outboundSchema.parse(createProjectTarget),
|
|
1805
|
+
);
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
export function createProjectTargetFromJSON(
|
|
1809
|
+
jsonString: string,
|
|
1810
|
+
): SafeParseResult<CreateProjectTarget, SDKValidationError> {
|
|
1811
|
+
return safeParse(
|
|
1812
|
+
jsonString,
|
|
1813
|
+
(x) => CreateProjectTarget$inboundSchema.parse(JSON.parse(x)),
|
|
1814
|
+
`Failed to parse 'CreateProjectTarget' from JSON`,
|
|
1815
|
+
);
|
|
1816
|
+
}
|
|
1817
|
+
|
|
1807
1818
|
/** @internal */
|
|
1808
1819
|
export const CreateProjectType$inboundSchema: z.ZodNativeEnum<
|
|
1809
1820
|
typeof CreateProjectType
|
|
@@ -1873,6 +1884,24 @@ export namespace EnvironmentVariables$ {
|
|
|
1873
1884
|
export type Outbound = EnvironmentVariables$Outbound;
|
|
1874
1885
|
}
|
|
1875
1886
|
|
|
1887
|
+
export function environmentVariablesToJSON(
|
|
1888
|
+
environmentVariables: EnvironmentVariables,
|
|
1889
|
+
): string {
|
|
1890
|
+
return JSON.stringify(
|
|
1891
|
+
EnvironmentVariables$outboundSchema.parse(environmentVariables),
|
|
1892
|
+
);
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1895
|
+
export function environmentVariablesFromJSON(
|
|
1896
|
+
jsonString: string,
|
|
1897
|
+
): SafeParseResult<EnvironmentVariables, SDKValidationError> {
|
|
1898
|
+
return safeParse(
|
|
1899
|
+
jsonString,
|
|
1900
|
+
(x) => EnvironmentVariables$inboundSchema.parse(JSON.parse(x)),
|
|
1901
|
+
`Failed to parse 'EnvironmentVariables' from JSON`,
|
|
1902
|
+
);
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1876
1905
|
/** @internal */
|
|
1877
1906
|
export const CreateProjectFramework$inboundSchema: z.ZodNativeEnum<
|
|
1878
1907
|
typeof CreateProjectFramework
|
|
@@ -1954,6 +1983,20 @@ export namespace GitRepository$ {
|
|
|
1954
1983
|
export type Outbound = GitRepository$Outbound;
|
|
1955
1984
|
}
|
|
1956
1985
|
|
|
1986
|
+
export function gitRepositoryToJSON(gitRepository: GitRepository): string {
|
|
1987
|
+
return JSON.stringify(GitRepository$outboundSchema.parse(gitRepository));
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1990
|
+
export function gitRepositoryFromJSON(
|
|
1991
|
+
jsonString: string,
|
|
1992
|
+
): SafeParseResult<GitRepository, SDKValidationError> {
|
|
1993
|
+
return safeParse(
|
|
1994
|
+
jsonString,
|
|
1995
|
+
(x) => GitRepository$inboundSchema.parse(JSON.parse(x)),
|
|
1996
|
+
`Failed to parse 'GitRepository' from JSON`,
|
|
1997
|
+
);
|
|
1998
|
+
}
|
|
1999
|
+
|
|
1957
2000
|
/** @internal */
|
|
1958
2001
|
export const IssuerMode$inboundSchema: z.ZodNativeEnum<typeof IssuerMode> = z
|
|
1959
2002
|
.nativeEnum(IssuerMode);
|
|
@@ -2012,6 +2055,22 @@ export namespace OidcTokenConfig$ {
|
|
|
2012
2055
|
export type Outbound = OidcTokenConfig$Outbound;
|
|
2013
2056
|
}
|
|
2014
2057
|
|
|
2058
|
+
export function oidcTokenConfigToJSON(
|
|
2059
|
+
oidcTokenConfig: OidcTokenConfig,
|
|
2060
|
+
): string {
|
|
2061
|
+
return JSON.stringify(OidcTokenConfig$outboundSchema.parse(oidcTokenConfig));
|
|
2062
|
+
}
|
|
2063
|
+
|
|
2064
|
+
export function oidcTokenConfigFromJSON(
|
|
2065
|
+
jsonString: string,
|
|
2066
|
+
): SafeParseResult<OidcTokenConfig, SDKValidationError> {
|
|
2067
|
+
return safeParse(
|
|
2068
|
+
jsonString,
|
|
2069
|
+
(x) => OidcTokenConfig$inboundSchema.parse(JSON.parse(x)),
|
|
2070
|
+
`Failed to parse 'OidcTokenConfig' from JSON`,
|
|
2071
|
+
);
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2015
2074
|
/** @internal */
|
|
2016
2075
|
export const CreateProjectRequestBody$inboundSchema: z.ZodType<
|
|
2017
2076
|
CreateProjectRequestBody,
|
|
@@ -2097,6 +2156,24 @@ export namespace CreateProjectRequestBody$ {
|
|
|
2097
2156
|
export type Outbound = CreateProjectRequestBody$Outbound;
|
|
2098
2157
|
}
|
|
2099
2158
|
|
|
2159
|
+
export function createProjectRequestBodyToJSON(
|
|
2160
|
+
createProjectRequestBody: CreateProjectRequestBody,
|
|
2161
|
+
): string {
|
|
2162
|
+
return JSON.stringify(
|
|
2163
|
+
CreateProjectRequestBody$outboundSchema.parse(createProjectRequestBody),
|
|
2164
|
+
);
|
|
2165
|
+
}
|
|
2166
|
+
|
|
2167
|
+
export function createProjectRequestBodyFromJSON(
|
|
2168
|
+
jsonString: string,
|
|
2169
|
+
): SafeParseResult<CreateProjectRequestBody, SDKValidationError> {
|
|
2170
|
+
return safeParse(
|
|
2171
|
+
jsonString,
|
|
2172
|
+
(x) => CreateProjectRequestBody$inboundSchema.parse(JSON.parse(x)),
|
|
2173
|
+
`Failed to parse 'CreateProjectRequestBody' from JSON`,
|
|
2174
|
+
);
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2100
2177
|
/** @internal */
|
|
2101
2178
|
export const CreateProjectRequest$inboundSchema: z.ZodType<
|
|
2102
2179
|
CreateProjectRequest,
|
|
@@ -2147,6 +2224,24 @@ export namespace CreateProjectRequest$ {
|
|
|
2147
2224
|
export type Outbound = CreateProjectRequest$Outbound;
|
|
2148
2225
|
}
|
|
2149
2226
|
|
|
2227
|
+
export function createProjectRequestToJSON(
|
|
2228
|
+
createProjectRequest: CreateProjectRequest,
|
|
2229
|
+
): string {
|
|
2230
|
+
return JSON.stringify(
|
|
2231
|
+
CreateProjectRequest$outboundSchema.parse(createProjectRequest),
|
|
2232
|
+
);
|
|
2233
|
+
}
|
|
2234
|
+
|
|
2235
|
+
export function createProjectRequestFromJSON(
|
|
2236
|
+
jsonString: string,
|
|
2237
|
+
): SafeParseResult<CreateProjectRequest, SDKValidationError> {
|
|
2238
|
+
return safeParse(
|
|
2239
|
+
jsonString,
|
|
2240
|
+
(x) => CreateProjectRequest$inboundSchema.parse(JSON.parse(x)),
|
|
2241
|
+
`Failed to parse 'CreateProjectRequest' from JSON`,
|
|
2242
|
+
);
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2150
2245
|
/** @internal */
|
|
2151
2246
|
export const CreateProjectAnalytics$inboundSchema: z.ZodType<
|
|
2152
2247
|
CreateProjectAnalytics,
|
|
@@ -2201,6 +2296,24 @@ export namespace CreateProjectAnalytics$ {
|
|
|
2201
2296
|
export type Outbound = CreateProjectAnalytics$Outbound;
|
|
2202
2297
|
}
|
|
2203
2298
|
|
|
2299
|
+
export function createProjectAnalyticsToJSON(
|
|
2300
|
+
createProjectAnalytics: CreateProjectAnalytics,
|
|
2301
|
+
): string {
|
|
2302
|
+
return JSON.stringify(
|
|
2303
|
+
CreateProjectAnalytics$outboundSchema.parse(createProjectAnalytics),
|
|
2304
|
+
);
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2307
|
+
export function createProjectAnalyticsFromJSON(
|
|
2308
|
+
jsonString: string,
|
|
2309
|
+
): SafeParseResult<CreateProjectAnalytics, SDKValidationError> {
|
|
2310
|
+
return safeParse(
|
|
2311
|
+
jsonString,
|
|
2312
|
+
(x) => CreateProjectAnalytics$inboundSchema.parse(JSON.parse(x)),
|
|
2313
|
+
`Failed to parse 'CreateProjectAnalytics' from JSON`,
|
|
2314
|
+
);
|
|
2315
|
+
}
|
|
2316
|
+
|
|
2204
2317
|
/** @internal */
|
|
2205
2318
|
export const CreateProjectSpeedInsights$inboundSchema: z.ZodType<
|
|
2206
2319
|
CreateProjectSpeedInsights,
|
|
@@ -2252,6 +2365,24 @@ export namespace CreateProjectSpeedInsights$ {
|
|
|
2252
2365
|
export type Outbound = CreateProjectSpeedInsights$Outbound;
|
|
2253
2366
|
}
|
|
2254
2367
|
|
|
2368
|
+
export function createProjectSpeedInsightsToJSON(
|
|
2369
|
+
createProjectSpeedInsights: CreateProjectSpeedInsights,
|
|
2370
|
+
): string {
|
|
2371
|
+
return JSON.stringify(
|
|
2372
|
+
CreateProjectSpeedInsights$outboundSchema.parse(createProjectSpeedInsights),
|
|
2373
|
+
);
|
|
2374
|
+
}
|
|
2375
|
+
|
|
2376
|
+
export function createProjectSpeedInsightsFromJSON(
|
|
2377
|
+
jsonString: string,
|
|
2378
|
+
): SafeParseResult<CreateProjectSpeedInsights, SDKValidationError> {
|
|
2379
|
+
return safeParse(
|
|
2380
|
+
jsonString,
|
|
2381
|
+
(x) => CreateProjectSpeedInsights$inboundSchema.parse(JSON.parse(x)),
|
|
2382
|
+
`Failed to parse 'CreateProjectSpeedInsights' from JSON`,
|
|
2383
|
+
);
|
|
2384
|
+
}
|
|
2385
|
+
|
|
2255
2386
|
/** @internal */
|
|
2256
2387
|
export const CreateProjectDefinitions$inboundSchema: z.ZodType<
|
|
2257
2388
|
CreateProjectDefinitions,
|
|
@@ -2294,6 +2425,24 @@ export namespace CreateProjectDefinitions$ {
|
|
|
2294
2425
|
export type Outbound = CreateProjectDefinitions$Outbound;
|
|
2295
2426
|
}
|
|
2296
2427
|
|
|
2428
|
+
export function createProjectDefinitionsToJSON(
|
|
2429
|
+
createProjectDefinitions: CreateProjectDefinitions,
|
|
2430
|
+
): string {
|
|
2431
|
+
return JSON.stringify(
|
|
2432
|
+
CreateProjectDefinitions$outboundSchema.parse(createProjectDefinitions),
|
|
2433
|
+
);
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
export function createProjectDefinitionsFromJSON(
|
|
2437
|
+
jsonString: string,
|
|
2438
|
+
): SafeParseResult<CreateProjectDefinitions, SDKValidationError> {
|
|
2439
|
+
return safeParse(
|
|
2440
|
+
jsonString,
|
|
2441
|
+
(x) => CreateProjectDefinitions$inboundSchema.parse(JSON.parse(x)),
|
|
2442
|
+
`Failed to parse 'CreateProjectDefinitions' from JSON`,
|
|
2443
|
+
);
|
|
2444
|
+
}
|
|
2445
|
+
|
|
2297
2446
|
/** @internal */
|
|
2298
2447
|
export const CreateProjectCrons$inboundSchema: z.ZodType<
|
|
2299
2448
|
CreateProjectCrons,
|
|
@@ -2342,6 +2491,24 @@ export namespace CreateProjectCrons$ {
|
|
|
2342
2491
|
export type Outbound = CreateProjectCrons$Outbound;
|
|
2343
2492
|
}
|
|
2344
2493
|
|
|
2494
|
+
export function createProjectCronsToJSON(
|
|
2495
|
+
createProjectCrons: CreateProjectCrons,
|
|
2496
|
+
): string {
|
|
2497
|
+
return JSON.stringify(
|
|
2498
|
+
CreateProjectCrons$outboundSchema.parse(createProjectCrons),
|
|
2499
|
+
);
|
|
2500
|
+
}
|
|
2501
|
+
|
|
2502
|
+
export function createProjectCronsFromJSON(
|
|
2503
|
+
jsonString: string,
|
|
2504
|
+
): SafeParseResult<CreateProjectCrons, SDKValidationError> {
|
|
2505
|
+
return safeParse(
|
|
2506
|
+
jsonString,
|
|
2507
|
+
(x) => CreateProjectCrons$inboundSchema.parse(JSON.parse(x)),
|
|
2508
|
+
`Failed to parse 'CreateProjectCrons' from JSON`,
|
|
2509
|
+
);
|
|
2510
|
+
}
|
|
2511
|
+
|
|
2345
2512
|
/** @internal */
|
|
2346
2513
|
export const CreateProjectDataCache$inboundSchema: z.ZodType<
|
|
2347
2514
|
CreateProjectDataCache,
|
|
@@ -2384,6 +2551,24 @@ export namespace CreateProjectDataCache$ {
|
|
|
2384
2551
|
export type Outbound = CreateProjectDataCache$Outbound;
|
|
2385
2552
|
}
|
|
2386
2553
|
|
|
2554
|
+
export function createProjectDataCacheToJSON(
|
|
2555
|
+
createProjectDataCache: CreateProjectDataCache,
|
|
2556
|
+
): string {
|
|
2557
|
+
return JSON.stringify(
|
|
2558
|
+
CreateProjectDataCache$outboundSchema.parse(createProjectDataCache),
|
|
2559
|
+
);
|
|
2560
|
+
}
|
|
2561
|
+
|
|
2562
|
+
export function createProjectDataCacheFromJSON(
|
|
2563
|
+
jsonString: string,
|
|
2564
|
+
): SafeParseResult<CreateProjectDataCache, SDKValidationError> {
|
|
2565
|
+
return safeParse(
|
|
2566
|
+
jsonString,
|
|
2567
|
+
(x) => CreateProjectDataCache$inboundSchema.parse(JSON.parse(x)),
|
|
2568
|
+
`Failed to parse 'CreateProjectDataCache' from JSON`,
|
|
2569
|
+
);
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2387
2572
|
/** @internal */
|
|
2388
2573
|
export const CreateProjectDeploymentExpiration$inboundSchema: z.ZodType<
|
|
2389
2574
|
CreateProjectDeploymentExpiration,
|
|
@@ -2433,6 +2618,26 @@ export namespace CreateProjectDeploymentExpiration$ {
|
|
|
2433
2618
|
export type Outbound = CreateProjectDeploymentExpiration$Outbound;
|
|
2434
2619
|
}
|
|
2435
2620
|
|
|
2621
|
+
export function createProjectDeploymentExpirationToJSON(
|
|
2622
|
+
createProjectDeploymentExpiration: CreateProjectDeploymentExpiration,
|
|
2623
|
+
): string {
|
|
2624
|
+
return JSON.stringify(
|
|
2625
|
+
CreateProjectDeploymentExpiration$outboundSchema.parse(
|
|
2626
|
+
createProjectDeploymentExpiration,
|
|
2627
|
+
),
|
|
2628
|
+
);
|
|
2629
|
+
}
|
|
2630
|
+
|
|
2631
|
+
export function createProjectDeploymentExpirationFromJSON(
|
|
2632
|
+
jsonString: string,
|
|
2633
|
+
): SafeParseResult<CreateProjectDeploymentExpiration, SDKValidationError> {
|
|
2634
|
+
return safeParse(
|
|
2635
|
+
jsonString,
|
|
2636
|
+
(x) => CreateProjectDeploymentExpiration$inboundSchema.parse(JSON.parse(x)),
|
|
2637
|
+
`Failed to parse 'CreateProjectDeploymentExpiration' from JSON`,
|
|
2638
|
+
);
|
|
2639
|
+
}
|
|
2640
|
+
|
|
2436
2641
|
/** @internal */
|
|
2437
2642
|
export const CreateProjectTarget2$inboundSchema: z.ZodNativeEnum<
|
|
2438
2643
|
typeof CreateProjectTarget2
|
|
@@ -2484,6 +2689,26 @@ export namespace CreateProjectProjectsTarget$ {
|
|
|
2484
2689
|
export type Outbound = CreateProjectProjectsTarget$Outbound;
|
|
2485
2690
|
}
|
|
2486
2691
|
|
|
2692
|
+
export function createProjectProjectsTargetToJSON(
|
|
2693
|
+
createProjectProjectsTarget: CreateProjectProjectsTarget,
|
|
2694
|
+
): string {
|
|
2695
|
+
return JSON.stringify(
|
|
2696
|
+
CreateProjectProjectsTarget$outboundSchema.parse(
|
|
2697
|
+
createProjectProjectsTarget,
|
|
2698
|
+
),
|
|
2699
|
+
);
|
|
2700
|
+
}
|
|
2701
|
+
|
|
2702
|
+
export function createProjectProjectsTargetFromJSON(
|
|
2703
|
+
jsonString: string,
|
|
2704
|
+
): SafeParseResult<CreateProjectProjectsTarget, SDKValidationError> {
|
|
2705
|
+
return safeParse(
|
|
2706
|
+
jsonString,
|
|
2707
|
+
(x) => CreateProjectProjectsTarget$inboundSchema.parse(JSON.parse(x)),
|
|
2708
|
+
`Failed to parse 'CreateProjectProjectsTarget' from JSON`,
|
|
2709
|
+
);
|
|
2710
|
+
}
|
|
2711
|
+
|
|
2487
2712
|
/** @internal */
|
|
2488
2713
|
export const CreateProjectProjectsResponseType$inboundSchema: z.ZodNativeEnum<
|
|
2489
2714
|
typeof CreateProjectProjectsResponseType
|
|
@@ -2575,6 +2800,20 @@ export namespace ContentHint15$ {
|
|
|
2575
2800
|
export type Outbound = ContentHint15$Outbound;
|
|
2576
2801
|
}
|
|
2577
2802
|
|
|
2803
|
+
export function contentHint15ToJSON(contentHint15: ContentHint15): string {
|
|
2804
|
+
return JSON.stringify(ContentHint15$outboundSchema.parse(contentHint15));
|
|
2805
|
+
}
|
|
2806
|
+
|
|
2807
|
+
export function contentHint15FromJSON(
|
|
2808
|
+
jsonString: string,
|
|
2809
|
+
): SafeParseResult<ContentHint15, SDKValidationError> {
|
|
2810
|
+
return safeParse(
|
|
2811
|
+
jsonString,
|
|
2812
|
+
(x) => ContentHint15$inboundSchema.parse(JSON.parse(x)),
|
|
2813
|
+
`Failed to parse 'ContentHint15' from JSON`,
|
|
2814
|
+
);
|
|
2815
|
+
}
|
|
2816
|
+
|
|
2578
2817
|
/** @internal */
|
|
2579
2818
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema:
|
|
2580
2819
|
z.ZodNativeEnum<
|
|
@@ -2653,6 +2892,20 @@ export namespace ContentHint14$ {
|
|
|
2653
2892
|
export type Outbound = ContentHint14$Outbound;
|
|
2654
2893
|
}
|
|
2655
2894
|
|
|
2895
|
+
export function contentHint14ToJSON(contentHint14: ContentHint14): string {
|
|
2896
|
+
return JSON.stringify(ContentHint14$outboundSchema.parse(contentHint14));
|
|
2897
|
+
}
|
|
2898
|
+
|
|
2899
|
+
export function contentHint14FromJSON(
|
|
2900
|
+
jsonString: string,
|
|
2901
|
+
): SafeParseResult<ContentHint14, SDKValidationError> {
|
|
2902
|
+
return safeParse(
|
|
2903
|
+
jsonString,
|
|
2904
|
+
(x) => ContentHint14$inboundSchema.parse(JSON.parse(x)),
|
|
2905
|
+
`Failed to parse 'ContentHint14' from JSON`,
|
|
2906
|
+
);
|
|
2907
|
+
}
|
|
2908
|
+
|
|
2656
2909
|
/** @internal */
|
|
2657
2910
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema:
|
|
2658
2911
|
z.ZodNativeEnum<
|
|
@@ -2722,6 +2975,20 @@ export namespace ContentHint13$ {
|
|
|
2722
2975
|
export type Outbound = ContentHint13$Outbound;
|
|
2723
2976
|
}
|
|
2724
2977
|
|
|
2978
|
+
export function contentHint13ToJSON(contentHint13: ContentHint13): string {
|
|
2979
|
+
return JSON.stringify(ContentHint13$outboundSchema.parse(contentHint13));
|
|
2980
|
+
}
|
|
2981
|
+
|
|
2982
|
+
export function contentHint13FromJSON(
|
|
2983
|
+
jsonString: string,
|
|
2984
|
+
): SafeParseResult<ContentHint13, SDKValidationError> {
|
|
2985
|
+
return safeParse(
|
|
2986
|
+
jsonString,
|
|
2987
|
+
(x) => ContentHint13$inboundSchema.parse(JSON.parse(x)),
|
|
2988
|
+
`Failed to parse 'ContentHint13' from JSON`,
|
|
2989
|
+
);
|
|
2990
|
+
}
|
|
2991
|
+
|
|
2725
2992
|
/** @internal */
|
|
2726
2993
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema:
|
|
2727
2994
|
z.ZodNativeEnum<
|
|
@@ -2791,6 +3058,20 @@ export namespace ContentHint12$ {
|
|
|
2791
3058
|
export type Outbound = ContentHint12$Outbound;
|
|
2792
3059
|
}
|
|
2793
3060
|
|
|
3061
|
+
export function contentHint12ToJSON(contentHint12: ContentHint12): string {
|
|
3062
|
+
return JSON.stringify(ContentHint12$outboundSchema.parse(contentHint12));
|
|
3063
|
+
}
|
|
3064
|
+
|
|
3065
|
+
export function contentHint12FromJSON(
|
|
3066
|
+
jsonString: string,
|
|
3067
|
+
): SafeParseResult<ContentHint12, SDKValidationError> {
|
|
3068
|
+
return safeParse(
|
|
3069
|
+
jsonString,
|
|
3070
|
+
(x) => ContentHint12$inboundSchema.parse(JSON.parse(x)),
|
|
3071
|
+
`Failed to parse 'ContentHint12' from JSON`,
|
|
3072
|
+
);
|
|
3073
|
+
}
|
|
3074
|
+
|
|
2794
3075
|
/** @internal */
|
|
2795
3076
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema:
|
|
2796
3077
|
z.ZodNativeEnum<
|
|
@@ -2860,6 +3141,20 @@ export namespace ContentHint11$ {
|
|
|
2860
3141
|
export type Outbound = ContentHint11$Outbound;
|
|
2861
3142
|
}
|
|
2862
3143
|
|
|
3144
|
+
export function contentHint11ToJSON(contentHint11: ContentHint11): string {
|
|
3145
|
+
return JSON.stringify(ContentHint11$outboundSchema.parse(contentHint11));
|
|
3146
|
+
}
|
|
3147
|
+
|
|
3148
|
+
export function contentHint11FromJSON(
|
|
3149
|
+
jsonString: string,
|
|
3150
|
+
): SafeParseResult<ContentHint11, SDKValidationError> {
|
|
3151
|
+
return safeParse(
|
|
3152
|
+
jsonString,
|
|
3153
|
+
(x) => ContentHint11$inboundSchema.parse(JSON.parse(x)),
|
|
3154
|
+
`Failed to parse 'ContentHint11' from JSON`,
|
|
3155
|
+
);
|
|
3156
|
+
}
|
|
3157
|
+
|
|
2863
3158
|
/** @internal */
|
|
2864
3159
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema:
|
|
2865
3160
|
z.ZodNativeEnum<
|
|
@@ -2929,6 +3224,24 @@ export namespace CreateProjectContentHint10$ {
|
|
|
2929
3224
|
export type Outbound = CreateProjectContentHint10$Outbound;
|
|
2930
3225
|
}
|
|
2931
3226
|
|
|
3227
|
+
export function createProjectContentHint10ToJSON(
|
|
3228
|
+
createProjectContentHint10: CreateProjectContentHint10,
|
|
3229
|
+
): string {
|
|
3230
|
+
return JSON.stringify(
|
|
3231
|
+
CreateProjectContentHint10$outboundSchema.parse(createProjectContentHint10),
|
|
3232
|
+
);
|
|
3233
|
+
}
|
|
3234
|
+
|
|
3235
|
+
export function createProjectContentHint10FromJSON(
|
|
3236
|
+
jsonString: string,
|
|
3237
|
+
): SafeParseResult<CreateProjectContentHint10, SDKValidationError> {
|
|
3238
|
+
return safeParse(
|
|
3239
|
+
jsonString,
|
|
3240
|
+
(x) => CreateProjectContentHint10$inboundSchema.parse(JSON.parse(x)),
|
|
3241
|
+
`Failed to parse 'CreateProjectContentHint10' from JSON`,
|
|
3242
|
+
);
|
|
3243
|
+
}
|
|
3244
|
+
|
|
2932
3245
|
/** @internal */
|
|
2933
3246
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema:
|
|
2934
3247
|
z.ZodNativeEnum<
|
|
@@ -2998,6 +3311,24 @@ export namespace CreateProjectContentHint9$ {
|
|
|
2998
3311
|
export type Outbound = CreateProjectContentHint9$Outbound;
|
|
2999
3312
|
}
|
|
3000
3313
|
|
|
3314
|
+
export function createProjectContentHint9ToJSON(
|
|
3315
|
+
createProjectContentHint9: CreateProjectContentHint9,
|
|
3316
|
+
): string {
|
|
3317
|
+
return JSON.stringify(
|
|
3318
|
+
CreateProjectContentHint9$outboundSchema.parse(createProjectContentHint9),
|
|
3319
|
+
);
|
|
3320
|
+
}
|
|
3321
|
+
|
|
3322
|
+
export function createProjectContentHint9FromJSON(
|
|
3323
|
+
jsonString: string,
|
|
3324
|
+
): SafeParseResult<CreateProjectContentHint9, SDKValidationError> {
|
|
3325
|
+
return safeParse(
|
|
3326
|
+
jsonString,
|
|
3327
|
+
(x) => CreateProjectContentHint9$inboundSchema.parse(JSON.parse(x)),
|
|
3328
|
+
`Failed to parse 'CreateProjectContentHint9' from JSON`,
|
|
3329
|
+
);
|
|
3330
|
+
}
|
|
3331
|
+
|
|
3001
3332
|
/** @internal */
|
|
3002
3333
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema:
|
|
3003
3334
|
z.ZodNativeEnum<
|
|
@@ -3067,6 +3398,24 @@ export namespace CreateProjectContentHint8$ {
|
|
|
3067
3398
|
export type Outbound = CreateProjectContentHint8$Outbound;
|
|
3068
3399
|
}
|
|
3069
3400
|
|
|
3401
|
+
export function createProjectContentHint8ToJSON(
|
|
3402
|
+
createProjectContentHint8: CreateProjectContentHint8,
|
|
3403
|
+
): string {
|
|
3404
|
+
return JSON.stringify(
|
|
3405
|
+
CreateProjectContentHint8$outboundSchema.parse(createProjectContentHint8),
|
|
3406
|
+
);
|
|
3407
|
+
}
|
|
3408
|
+
|
|
3409
|
+
export function createProjectContentHint8FromJSON(
|
|
3410
|
+
jsonString: string,
|
|
3411
|
+
): SafeParseResult<CreateProjectContentHint8, SDKValidationError> {
|
|
3412
|
+
return safeParse(
|
|
3413
|
+
jsonString,
|
|
3414
|
+
(x) => CreateProjectContentHint8$inboundSchema.parse(JSON.parse(x)),
|
|
3415
|
+
`Failed to parse 'CreateProjectContentHint8' from JSON`,
|
|
3416
|
+
);
|
|
3417
|
+
}
|
|
3418
|
+
|
|
3070
3419
|
/** @internal */
|
|
3071
3420
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema:
|
|
3072
3421
|
z.ZodNativeEnum<
|
|
@@ -3136,6 +3485,24 @@ export namespace CreateProjectContentHint7$ {
|
|
|
3136
3485
|
export type Outbound = CreateProjectContentHint7$Outbound;
|
|
3137
3486
|
}
|
|
3138
3487
|
|
|
3488
|
+
export function createProjectContentHint7ToJSON(
|
|
3489
|
+
createProjectContentHint7: CreateProjectContentHint7,
|
|
3490
|
+
): string {
|
|
3491
|
+
return JSON.stringify(
|
|
3492
|
+
CreateProjectContentHint7$outboundSchema.parse(createProjectContentHint7),
|
|
3493
|
+
);
|
|
3494
|
+
}
|
|
3495
|
+
|
|
3496
|
+
export function createProjectContentHint7FromJSON(
|
|
3497
|
+
jsonString: string,
|
|
3498
|
+
): SafeParseResult<CreateProjectContentHint7, SDKValidationError> {
|
|
3499
|
+
return safeParse(
|
|
3500
|
+
jsonString,
|
|
3501
|
+
(x) => CreateProjectContentHint7$inboundSchema.parse(JSON.parse(x)),
|
|
3502
|
+
`Failed to parse 'CreateProjectContentHint7' from JSON`,
|
|
3503
|
+
);
|
|
3504
|
+
}
|
|
3505
|
+
|
|
3139
3506
|
/** @internal */
|
|
3140
3507
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
3141
3508
|
z.ZodNativeEnum<
|
|
@@ -3205,6 +3572,24 @@ export namespace CreateProjectContentHint6$ {
|
|
|
3205
3572
|
export type Outbound = CreateProjectContentHint6$Outbound;
|
|
3206
3573
|
}
|
|
3207
3574
|
|
|
3575
|
+
export function createProjectContentHint6ToJSON(
|
|
3576
|
+
createProjectContentHint6: CreateProjectContentHint6,
|
|
3577
|
+
): string {
|
|
3578
|
+
return JSON.stringify(
|
|
3579
|
+
CreateProjectContentHint6$outboundSchema.parse(createProjectContentHint6),
|
|
3580
|
+
);
|
|
3581
|
+
}
|
|
3582
|
+
|
|
3583
|
+
export function createProjectContentHint6FromJSON(
|
|
3584
|
+
jsonString: string,
|
|
3585
|
+
): SafeParseResult<CreateProjectContentHint6, SDKValidationError> {
|
|
3586
|
+
return safeParse(
|
|
3587
|
+
jsonString,
|
|
3588
|
+
(x) => CreateProjectContentHint6$inboundSchema.parse(JSON.parse(x)),
|
|
3589
|
+
`Failed to parse 'CreateProjectContentHint6' from JSON`,
|
|
3590
|
+
);
|
|
3591
|
+
}
|
|
3592
|
+
|
|
3208
3593
|
/** @internal */
|
|
3209
3594
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
3210
3595
|
z.ZodNativeEnum<
|
|
@@ -3274,6 +3659,24 @@ export namespace CreateProjectContentHint5$ {
|
|
|
3274
3659
|
export type Outbound = CreateProjectContentHint5$Outbound;
|
|
3275
3660
|
}
|
|
3276
3661
|
|
|
3662
|
+
export function createProjectContentHint5ToJSON(
|
|
3663
|
+
createProjectContentHint5: CreateProjectContentHint5,
|
|
3664
|
+
): string {
|
|
3665
|
+
return JSON.stringify(
|
|
3666
|
+
CreateProjectContentHint5$outboundSchema.parse(createProjectContentHint5),
|
|
3667
|
+
);
|
|
3668
|
+
}
|
|
3669
|
+
|
|
3670
|
+
export function createProjectContentHint5FromJSON(
|
|
3671
|
+
jsonString: string,
|
|
3672
|
+
): SafeParseResult<CreateProjectContentHint5, SDKValidationError> {
|
|
3673
|
+
return safeParse(
|
|
3674
|
+
jsonString,
|
|
3675
|
+
(x) => CreateProjectContentHint5$inboundSchema.parse(JSON.parse(x)),
|
|
3676
|
+
`Failed to parse 'CreateProjectContentHint5' from JSON`,
|
|
3677
|
+
);
|
|
3678
|
+
}
|
|
3679
|
+
|
|
3277
3680
|
/** @internal */
|
|
3278
3681
|
export const CreateProjectContentHintProjectsResponse200Type$inboundSchema:
|
|
3279
3682
|
z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200Type> = z
|
|
@@ -3336,6 +3739,24 @@ export namespace CreateProjectContentHint4$ {
|
|
|
3336
3739
|
export type Outbound = CreateProjectContentHint4$Outbound;
|
|
3337
3740
|
}
|
|
3338
3741
|
|
|
3742
|
+
export function createProjectContentHint4ToJSON(
|
|
3743
|
+
createProjectContentHint4: CreateProjectContentHint4,
|
|
3744
|
+
): string {
|
|
3745
|
+
return JSON.stringify(
|
|
3746
|
+
CreateProjectContentHint4$outboundSchema.parse(createProjectContentHint4),
|
|
3747
|
+
);
|
|
3748
|
+
}
|
|
3749
|
+
|
|
3750
|
+
export function createProjectContentHint4FromJSON(
|
|
3751
|
+
jsonString: string,
|
|
3752
|
+
): SafeParseResult<CreateProjectContentHint4, SDKValidationError> {
|
|
3753
|
+
return safeParse(
|
|
3754
|
+
jsonString,
|
|
3755
|
+
(x) => CreateProjectContentHint4$inboundSchema.parse(JSON.parse(x)),
|
|
3756
|
+
`Failed to parse 'CreateProjectContentHint4' from JSON`,
|
|
3757
|
+
);
|
|
3758
|
+
}
|
|
3759
|
+
|
|
3339
3760
|
/** @internal */
|
|
3340
3761
|
export const CreateProjectContentHintProjectsResponseType$inboundSchema:
|
|
3341
3762
|
z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponseType> = z
|
|
@@ -3398,6 +3819,24 @@ export namespace CreateProjectContentHint3$ {
|
|
|
3398
3819
|
export type Outbound = CreateProjectContentHint3$Outbound;
|
|
3399
3820
|
}
|
|
3400
3821
|
|
|
3822
|
+
export function createProjectContentHint3ToJSON(
|
|
3823
|
+
createProjectContentHint3: CreateProjectContentHint3,
|
|
3824
|
+
): string {
|
|
3825
|
+
return JSON.stringify(
|
|
3826
|
+
CreateProjectContentHint3$outboundSchema.parse(createProjectContentHint3),
|
|
3827
|
+
);
|
|
3828
|
+
}
|
|
3829
|
+
|
|
3830
|
+
export function createProjectContentHint3FromJSON(
|
|
3831
|
+
jsonString: string,
|
|
3832
|
+
): SafeParseResult<CreateProjectContentHint3, SDKValidationError> {
|
|
3833
|
+
return safeParse(
|
|
3834
|
+
jsonString,
|
|
3835
|
+
(x) => CreateProjectContentHint3$inboundSchema.parse(JSON.parse(x)),
|
|
3836
|
+
`Failed to parse 'CreateProjectContentHint3' from JSON`,
|
|
3837
|
+
);
|
|
3838
|
+
}
|
|
3839
|
+
|
|
3401
3840
|
/** @internal */
|
|
3402
3841
|
export const CreateProjectContentHintProjectsType$inboundSchema:
|
|
3403
3842
|
z.ZodNativeEnum<typeof CreateProjectContentHintProjectsType> = z.nativeEnum(
|
|
@@ -3461,6 +3900,24 @@ export namespace CreateProjectContentHint2$ {
|
|
|
3461
3900
|
export type Outbound = CreateProjectContentHint2$Outbound;
|
|
3462
3901
|
}
|
|
3463
3902
|
|
|
3903
|
+
export function createProjectContentHint2ToJSON(
|
|
3904
|
+
createProjectContentHint2: CreateProjectContentHint2,
|
|
3905
|
+
): string {
|
|
3906
|
+
return JSON.stringify(
|
|
3907
|
+
CreateProjectContentHint2$outboundSchema.parse(createProjectContentHint2),
|
|
3908
|
+
);
|
|
3909
|
+
}
|
|
3910
|
+
|
|
3911
|
+
export function createProjectContentHint2FromJSON(
|
|
3912
|
+
jsonString: string,
|
|
3913
|
+
): SafeParseResult<CreateProjectContentHint2, SDKValidationError> {
|
|
3914
|
+
return safeParse(
|
|
3915
|
+
jsonString,
|
|
3916
|
+
(x) => CreateProjectContentHint2$inboundSchema.parse(JSON.parse(x)),
|
|
3917
|
+
`Failed to parse 'CreateProjectContentHint2' from JSON`,
|
|
3918
|
+
);
|
|
3919
|
+
}
|
|
3920
|
+
|
|
3464
3921
|
/** @internal */
|
|
3465
3922
|
export const CreateProjectContentHintType$inboundSchema: z.ZodNativeEnum<
|
|
3466
3923
|
typeof CreateProjectContentHintType
|
|
@@ -3521,6 +3978,24 @@ export namespace CreateProjectContentHint1$ {
|
|
|
3521
3978
|
export type Outbound = CreateProjectContentHint1$Outbound;
|
|
3522
3979
|
}
|
|
3523
3980
|
|
|
3981
|
+
export function createProjectContentHint1ToJSON(
|
|
3982
|
+
createProjectContentHint1: CreateProjectContentHint1,
|
|
3983
|
+
): string {
|
|
3984
|
+
return JSON.stringify(
|
|
3985
|
+
CreateProjectContentHint1$outboundSchema.parse(createProjectContentHint1),
|
|
3986
|
+
);
|
|
3987
|
+
}
|
|
3988
|
+
|
|
3989
|
+
export function createProjectContentHint1FromJSON(
|
|
3990
|
+
jsonString: string,
|
|
3991
|
+
): SafeParseResult<CreateProjectContentHint1, SDKValidationError> {
|
|
3992
|
+
return safeParse(
|
|
3993
|
+
jsonString,
|
|
3994
|
+
(x) => CreateProjectContentHint1$inboundSchema.parse(JSON.parse(x)),
|
|
3995
|
+
`Failed to parse 'CreateProjectContentHint1' from JSON`,
|
|
3996
|
+
);
|
|
3997
|
+
}
|
|
3998
|
+
|
|
3524
3999
|
/** @internal */
|
|
3525
4000
|
export const CreateProjectContentHint$inboundSchema: z.ZodType<
|
|
3526
4001
|
CreateProjectContentHint,
|
|
@@ -3598,6 +4073,24 @@ export namespace CreateProjectContentHint$ {
|
|
|
3598
4073
|
export type Outbound = CreateProjectContentHint$Outbound;
|
|
3599
4074
|
}
|
|
3600
4075
|
|
|
4076
|
+
export function createProjectContentHintToJSON(
|
|
4077
|
+
createProjectContentHint: CreateProjectContentHint,
|
|
4078
|
+
): string {
|
|
4079
|
+
return JSON.stringify(
|
|
4080
|
+
CreateProjectContentHint$outboundSchema.parse(createProjectContentHint),
|
|
4081
|
+
);
|
|
4082
|
+
}
|
|
4083
|
+
|
|
4084
|
+
export function createProjectContentHintFromJSON(
|
|
4085
|
+
jsonString: string,
|
|
4086
|
+
): SafeParseResult<CreateProjectContentHint, SDKValidationError> {
|
|
4087
|
+
return safeParse(
|
|
4088
|
+
jsonString,
|
|
4089
|
+
(x) => CreateProjectContentHint$inboundSchema.parse(JSON.parse(x)),
|
|
4090
|
+
`Failed to parse 'CreateProjectContentHint' from JSON`,
|
|
4091
|
+
);
|
|
4092
|
+
}
|
|
4093
|
+
|
|
3601
4094
|
/** @internal */
|
|
3602
4095
|
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema:
|
|
3603
4096
|
z.ZodNativeEnum<
|
|
@@ -3667,6 +4160,26 @@ export namespace CreateProjectInternalContentHint$ {
|
|
|
3667
4160
|
export type Outbound = CreateProjectInternalContentHint$Outbound;
|
|
3668
4161
|
}
|
|
3669
4162
|
|
|
4163
|
+
export function createProjectInternalContentHintToJSON(
|
|
4164
|
+
createProjectInternalContentHint: CreateProjectInternalContentHint,
|
|
4165
|
+
): string {
|
|
4166
|
+
return JSON.stringify(
|
|
4167
|
+
CreateProjectInternalContentHint$outboundSchema.parse(
|
|
4168
|
+
createProjectInternalContentHint,
|
|
4169
|
+
),
|
|
4170
|
+
);
|
|
4171
|
+
}
|
|
4172
|
+
|
|
4173
|
+
export function createProjectInternalContentHintFromJSON(
|
|
4174
|
+
jsonString: string,
|
|
4175
|
+
): SafeParseResult<CreateProjectInternalContentHint, SDKValidationError> {
|
|
4176
|
+
return safeParse(
|
|
4177
|
+
jsonString,
|
|
4178
|
+
(x) => CreateProjectInternalContentHint$inboundSchema.parse(JSON.parse(x)),
|
|
4179
|
+
`Failed to parse 'CreateProjectInternalContentHint' from JSON`,
|
|
4180
|
+
);
|
|
4181
|
+
}
|
|
4182
|
+
|
|
3670
4183
|
/** @internal */
|
|
3671
4184
|
export const CreateProjectEnv$inboundSchema: z.ZodType<
|
|
3672
4185
|
CreateProjectEnv,
|
|
@@ -3822,6 +4335,24 @@ export namespace CreateProjectEnv$ {
|
|
|
3822
4335
|
export type Outbound = CreateProjectEnv$Outbound;
|
|
3823
4336
|
}
|
|
3824
4337
|
|
|
4338
|
+
export function createProjectEnvToJSON(
|
|
4339
|
+
createProjectEnv: CreateProjectEnv,
|
|
4340
|
+
): string {
|
|
4341
|
+
return JSON.stringify(
|
|
4342
|
+
CreateProjectEnv$outboundSchema.parse(createProjectEnv),
|
|
4343
|
+
);
|
|
4344
|
+
}
|
|
4345
|
+
|
|
4346
|
+
export function createProjectEnvFromJSON(
|
|
4347
|
+
jsonString: string,
|
|
4348
|
+
): SafeParseResult<CreateProjectEnv, SDKValidationError> {
|
|
4349
|
+
return safeParse(
|
|
4350
|
+
jsonString,
|
|
4351
|
+
(x) => CreateProjectEnv$inboundSchema.parse(JSON.parse(x)),
|
|
4352
|
+
`Failed to parse 'CreateProjectEnv' from JSON`,
|
|
4353
|
+
);
|
|
4354
|
+
}
|
|
4355
|
+
|
|
3825
4356
|
/** @internal */
|
|
3826
4357
|
export const CreateProjectCustomEnvironments$inboundSchema: z.ZodType<
|
|
3827
4358
|
CreateProjectCustomEnvironments,
|
|
@@ -3852,6 +4383,26 @@ export namespace CreateProjectCustomEnvironments$ {
|
|
|
3852
4383
|
export type Outbound = CreateProjectCustomEnvironments$Outbound;
|
|
3853
4384
|
}
|
|
3854
4385
|
|
|
4386
|
+
export function createProjectCustomEnvironmentsToJSON(
|
|
4387
|
+
createProjectCustomEnvironments: CreateProjectCustomEnvironments,
|
|
4388
|
+
): string {
|
|
4389
|
+
return JSON.stringify(
|
|
4390
|
+
CreateProjectCustomEnvironments$outboundSchema.parse(
|
|
4391
|
+
createProjectCustomEnvironments,
|
|
4392
|
+
),
|
|
4393
|
+
);
|
|
4394
|
+
}
|
|
4395
|
+
|
|
4396
|
+
export function createProjectCustomEnvironmentsFromJSON(
|
|
4397
|
+
jsonString: string,
|
|
4398
|
+
): SafeParseResult<CreateProjectCustomEnvironments, SDKValidationError> {
|
|
4399
|
+
return safeParse(
|
|
4400
|
+
jsonString,
|
|
4401
|
+
(x) => CreateProjectCustomEnvironments$inboundSchema.parse(JSON.parse(x)),
|
|
4402
|
+
`Failed to parse 'CreateProjectCustomEnvironments' from JSON`,
|
|
4403
|
+
);
|
|
4404
|
+
}
|
|
4405
|
+
|
|
3855
4406
|
/** @internal */
|
|
3856
4407
|
export const CreateProjectProjectsFramework$inboundSchema: z.ZodNativeEnum<
|
|
3857
4408
|
typeof CreateProjectProjectsFramework
|
|
@@ -3912,6 +4463,24 @@ export namespace CreateProjectIpBuckets$ {
|
|
|
3912
4463
|
export type Outbound = CreateProjectIpBuckets$Outbound;
|
|
3913
4464
|
}
|
|
3914
4465
|
|
|
4466
|
+
export function createProjectIpBucketsToJSON(
|
|
4467
|
+
createProjectIpBuckets: CreateProjectIpBuckets,
|
|
4468
|
+
): string {
|
|
4469
|
+
return JSON.stringify(
|
|
4470
|
+
CreateProjectIpBuckets$outboundSchema.parse(createProjectIpBuckets),
|
|
4471
|
+
);
|
|
4472
|
+
}
|
|
4473
|
+
|
|
4474
|
+
export function createProjectIpBucketsFromJSON(
|
|
4475
|
+
jsonString: string,
|
|
4476
|
+
): SafeParseResult<CreateProjectIpBuckets, SDKValidationError> {
|
|
4477
|
+
return safeParse(
|
|
4478
|
+
jsonString,
|
|
4479
|
+
(x) => CreateProjectIpBuckets$inboundSchema.parse(JSON.parse(x)),
|
|
4480
|
+
`Failed to parse 'CreateProjectIpBuckets' from JSON`,
|
|
4481
|
+
);
|
|
4482
|
+
}
|
|
4483
|
+
|
|
3915
4484
|
/** @internal */
|
|
3916
4485
|
export const CreateProjectAliasAssigned$inboundSchema: z.ZodType<
|
|
3917
4486
|
CreateProjectAliasAssigned,
|
|
@@ -3942,6 +4511,24 @@ export namespace CreateProjectAliasAssigned$ {
|
|
|
3942
4511
|
export type Outbound = CreateProjectAliasAssigned$Outbound;
|
|
3943
4512
|
}
|
|
3944
4513
|
|
|
4514
|
+
export function createProjectAliasAssignedToJSON(
|
|
4515
|
+
createProjectAliasAssigned: CreateProjectAliasAssigned,
|
|
4516
|
+
): string {
|
|
4517
|
+
return JSON.stringify(
|
|
4518
|
+
CreateProjectAliasAssigned$outboundSchema.parse(createProjectAliasAssigned),
|
|
4519
|
+
);
|
|
4520
|
+
}
|
|
4521
|
+
|
|
4522
|
+
export function createProjectAliasAssignedFromJSON(
|
|
4523
|
+
jsonString: string,
|
|
4524
|
+
): SafeParseResult<CreateProjectAliasAssigned, SDKValidationError> {
|
|
4525
|
+
return safeParse(
|
|
4526
|
+
jsonString,
|
|
4527
|
+
(x) => CreateProjectAliasAssigned$inboundSchema.parse(JSON.parse(x)),
|
|
4528
|
+
`Failed to parse 'CreateProjectAliasAssigned' from JSON`,
|
|
4529
|
+
);
|
|
4530
|
+
}
|
|
4531
|
+
|
|
3945
4532
|
/** @internal */
|
|
3946
4533
|
export const CreateProjectAliasError$inboundSchema: z.ZodType<
|
|
3947
4534
|
CreateProjectAliasError,
|
|
@@ -3981,6 +4568,24 @@ export namespace CreateProjectAliasError$ {
|
|
|
3981
4568
|
export type Outbound = CreateProjectAliasError$Outbound;
|
|
3982
4569
|
}
|
|
3983
4570
|
|
|
4571
|
+
export function createProjectAliasErrorToJSON(
|
|
4572
|
+
createProjectAliasError: CreateProjectAliasError,
|
|
4573
|
+
): string {
|
|
4574
|
+
return JSON.stringify(
|
|
4575
|
+
CreateProjectAliasError$outboundSchema.parse(createProjectAliasError),
|
|
4576
|
+
);
|
|
4577
|
+
}
|
|
4578
|
+
|
|
4579
|
+
export function createProjectAliasErrorFromJSON(
|
|
4580
|
+
jsonString: string,
|
|
4581
|
+
): SafeParseResult<CreateProjectAliasError, SDKValidationError> {
|
|
4582
|
+
return safeParse(
|
|
4583
|
+
jsonString,
|
|
4584
|
+
(x) => CreateProjectAliasError$inboundSchema.parse(JSON.parse(x)),
|
|
4585
|
+
`Failed to parse 'CreateProjectAliasError' from JSON`,
|
|
4586
|
+
);
|
|
4587
|
+
}
|
|
4588
|
+
|
|
3984
4589
|
/** @internal */
|
|
3985
4590
|
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema:
|
|
3986
4591
|
z.ZodNativeEnum<
|
|
@@ -4050,6 +4655,24 @@ export namespace CreateProjectBranchMatcher$ {
|
|
|
4050
4655
|
export type Outbound = CreateProjectBranchMatcher$Outbound;
|
|
4051
4656
|
}
|
|
4052
4657
|
|
|
4658
|
+
export function createProjectBranchMatcherToJSON(
|
|
4659
|
+
createProjectBranchMatcher: CreateProjectBranchMatcher,
|
|
4660
|
+
): string {
|
|
4661
|
+
return JSON.stringify(
|
|
4662
|
+
CreateProjectBranchMatcher$outboundSchema.parse(createProjectBranchMatcher),
|
|
4663
|
+
);
|
|
4664
|
+
}
|
|
4665
|
+
|
|
4666
|
+
export function createProjectBranchMatcherFromJSON(
|
|
4667
|
+
jsonString: string,
|
|
4668
|
+
): SafeParseResult<CreateProjectBranchMatcher, SDKValidationError> {
|
|
4669
|
+
return safeParse(
|
|
4670
|
+
jsonString,
|
|
4671
|
+
(x) => CreateProjectBranchMatcher$inboundSchema.parse(JSON.parse(x)),
|
|
4672
|
+
`Failed to parse 'CreateProjectBranchMatcher' from JSON`,
|
|
4673
|
+
);
|
|
4674
|
+
}
|
|
4675
|
+
|
|
4053
4676
|
/** @internal */
|
|
4054
4677
|
export const CreateProjectBuilds$inboundSchema: z.ZodType<
|
|
4055
4678
|
CreateProjectBuilds,
|
|
@@ -4092,6 +4715,24 @@ export namespace CreateProjectBuilds$ {
|
|
|
4092
4715
|
export type Outbound = CreateProjectBuilds$Outbound;
|
|
4093
4716
|
}
|
|
4094
4717
|
|
|
4718
|
+
export function createProjectBuildsToJSON(
|
|
4719
|
+
createProjectBuilds: CreateProjectBuilds,
|
|
4720
|
+
): string {
|
|
4721
|
+
return JSON.stringify(
|
|
4722
|
+
CreateProjectBuilds$outboundSchema.parse(createProjectBuilds),
|
|
4723
|
+
);
|
|
4724
|
+
}
|
|
4725
|
+
|
|
4726
|
+
export function createProjectBuildsFromJSON(
|
|
4727
|
+
jsonString: string,
|
|
4728
|
+
): SafeParseResult<CreateProjectBuilds, SDKValidationError> {
|
|
4729
|
+
return safeParse(
|
|
4730
|
+
jsonString,
|
|
4731
|
+
(x) => CreateProjectBuilds$inboundSchema.parse(JSON.parse(x)),
|
|
4732
|
+
`Failed to parse 'CreateProjectBuilds' from JSON`,
|
|
4733
|
+
);
|
|
4734
|
+
}
|
|
4735
|
+
|
|
4095
4736
|
/** @internal */
|
|
4096
4737
|
export const CreateProjectChecksConclusion$inboundSchema: z.ZodNativeEnum<
|
|
4097
4738
|
typeof CreateProjectChecksConclusion
|
|
@@ -4182,6 +4823,24 @@ export namespace CreateProjectCreator$ {
|
|
|
4182
4823
|
export type Outbound = CreateProjectCreator$Outbound;
|
|
4183
4824
|
}
|
|
4184
4825
|
|
|
4826
|
+
export function createProjectCreatorToJSON(
|
|
4827
|
+
createProjectCreator: CreateProjectCreator,
|
|
4828
|
+
): string {
|
|
4829
|
+
return JSON.stringify(
|
|
4830
|
+
CreateProjectCreator$outboundSchema.parse(createProjectCreator),
|
|
4831
|
+
);
|
|
4832
|
+
}
|
|
4833
|
+
|
|
4834
|
+
export function createProjectCreatorFromJSON(
|
|
4835
|
+
jsonString: string,
|
|
4836
|
+
): SafeParseResult<CreateProjectCreator, SDKValidationError> {
|
|
4837
|
+
return safeParse(
|
|
4838
|
+
jsonString,
|
|
4839
|
+
(x) => CreateProjectCreator$inboundSchema.parse(JSON.parse(x)),
|
|
4840
|
+
`Failed to parse 'CreateProjectCreator' from JSON`,
|
|
4841
|
+
);
|
|
4842
|
+
}
|
|
4843
|
+
|
|
4185
4844
|
/** @internal */
|
|
4186
4845
|
export const CreateProjectOidcTokenClaims$inboundSchema: z.ZodType<
|
|
4187
4846
|
CreateProjectOidcTokenClaims,
|
|
@@ -4252,6 +4911,26 @@ export namespace CreateProjectOidcTokenClaims$ {
|
|
|
4252
4911
|
export type Outbound = CreateProjectOidcTokenClaims$Outbound;
|
|
4253
4912
|
}
|
|
4254
4913
|
|
|
4914
|
+
export function createProjectOidcTokenClaimsToJSON(
|
|
4915
|
+
createProjectOidcTokenClaims: CreateProjectOidcTokenClaims,
|
|
4916
|
+
): string {
|
|
4917
|
+
return JSON.stringify(
|
|
4918
|
+
CreateProjectOidcTokenClaims$outboundSchema.parse(
|
|
4919
|
+
createProjectOidcTokenClaims,
|
|
4920
|
+
),
|
|
4921
|
+
);
|
|
4922
|
+
}
|
|
4923
|
+
|
|
4924
|
+
export function createProjectOidcTokenClaimsFromJSON(
|
|
4925
|
+
jsonString: string,
|
|
4926
|
+
): SafeParseResult<CreateProjectOidcTokenClaims, SDKValidationError> {
|
|
4927
|
+
return safeParse(
|
|
4928
|
+
jsonString,
|
|
4929
|
+
(x) => CreateProjectOidcTokenClaims$inboundSchema.parse(JSON.parse(x)),
|
|
4930
|
+
`Failed to parse 'CreateProjectOidcTokenClaims' from JSON`,
|
|
4931
|
+
);
|
|
4932
|
+
}
|
|
4933
|
+
|
|
4255
4934
|
/** @internal */
|
|
4256
4935
|
export const CreateProjectPlan$inboundSchema: z.ZodNativeEnum<
|
|
4257
4936
|
typeof CreateProjectPlan
|
|
@@ -4486,6 +5165,26 @@ export namespace CreateProjectLatestDeployments$ {
|
|
|
4486
5165
|
export type Outbound = CreateProjectLatestDeployments$Outbound;
|
|
4487
5166
|
}
|
|
4488
5167
|
|
|
5168
|
+
export function createProjectLatestDeploymentsToJSON(
|
|
5169
|
+
createProjectLatestDeployments: CreateProjectLatestDeployments,
|
|
5170
|
+
): string {
|
|
5171
|
+
return JSON.stringify(
|
|
5172
|
+
CreateProjectLatestDeployments$outboundSchema.parse(
|
|
5173
|
+
createProjectLatestDeployments,
|
|
5174
|
+
),
|
|
5175
|
+
);
|
|
5176
|
+
}
|
|
5177
|
+
|
|
5178
|
+
export function createProjectLatestDeploymentsFromJSON(
|
|
5179
|
+
jsonString: string,
|
|
5180
|
+
): SafeParseResult<CreateProjectLatestDeployments, SDKValidationError> {
|
|
5181
|
+
return safeParse(
|
|
5182
|
+
jsonString,
|
|
5183
|
+
(x) => CreateProjectLatestDeployments$inboundSchema.parse(JSON.parse(x)),
|
|
5184
|
+
`Failed to parse 'CreateProjectLatestDeployments' from JSON`,
|
|
5185
|
+
);
|
|
5186
|
+
}
|
|
5187
|
+
|
|
4489
5188
|
/** @internal */
|
|
4490
5189
|
export const CreateProjectLinkProjectsResponseType$inboundSchema:
|
|
4491
5190
|
z.ZodNativeEnum<typeof CreateProjectLinkProjectsResponseType> = z.nativeEnum(
|
|
@@ -4562,6 +5261,33 @@ export namespace CreateProjectLinkProjectsResponseDeployHooks$ {
|
|
|
4562
5261
|
export type Outbound = CreateProjectLinkProjectsResponseDeployHooks$Outbound;
|
|
4563
5262
|
}
|
|
4564
5263
|
|
|
5264
|
+
export function createProjectLinkProjectsResponseDeployHooksToJSON(
|
|
5265
|
+
createProjectLinkProjectsResponseDeployHooks:
|
|
5266
|
+
CreateProjectLinkProjectsResponseDeployHooks,
|
|
5267
|
+
): string {
|
|
5268
|
+
return JSON.stringify(
|
|
5269
|
+
CreateProjectLinkProjectsResponseDeployHooks$outboundSchema.parse(
|
|
5270
|
+
createProjectLinkProjectsResponseDeployHooks,
|
|
5271
|
+
),
|
|
5272
|
+
);
|
|
5273
|
+
}
|
|
5274
|
+
|
|
5275
|
+
export function createProjectLinkProjectsResponseDeployHooksFromJSON(
|
|
5276
|
+
jsonString: string,
|
|
5277
|
+
): SafeParseResult<
|
|
5278
|
+
CreateProjectLinkProjectsResponseDeployHooks,
|
|
5279
|
+
SDKValidationError
|
|
5280
|
+
> {
|
|
5281
|
+
return safeParse(
|
|
5282
|
+
jsonString,
|
|
5283
|
+
(x) =>
|
|
5284
|
+
CreateProjectLinkProjectsResponseDeployHooks$inboundSchema.parse(
|
|
5285
|
+
JSON.parse(x),
|
|
5286
|
+
),
|
|
5287
|
+
`Failed to parse 'CreateProjectLinkProjectsResponseDeployHooks' from JSON`,
|
|
5288
|
+
);
|
|
5289
|
+
}
|
|
5290
|
+
|
|
4565
5291
|
/** @internal */
|
|
4566
5292
|
export const CreateProjectLink3$inboundSchema: z.ZodType<
|
|
4567
5293
|
CreateProjectLink3,
|
|
@@ -4635,7 +5361,25 @@ export namespace CreateProjectLink3$ {
|
|
|
4635
5361
|
export type Outbound = CreateProjectLink3$Outbound;
|
|
4636
5362
|
}
|
|
4637
5363
|
|
|
4638
|
-
|
|
5364
|
+
export function createProjectLink3ToJSON(
|
|
5365
|
+
createProjectLink3: CreateProjectLink3,
|
|
5366
|
+
): string {
|
|
5367
|
+
return JSON.stringify(
|
|
5368
|
+
CreateProjectLink3$outboundSchema.parse(createProjectLink3),
|
|
5369
|
+
);
|
|
5370
|
+
}
|
|
5371
|
+
|
|
5372
|
+
export function createProjectLink3FromJSON(
|
|
5373
|
+
jsonString: string,
|
|
5374
|
+
): SafeParseResult<CreateProjectLink3, SDKValidationError> {
|
|
5375
|
+
return safeParse(
|
|
5376
|
+
jsonString,
|
|
5377
|
+
(x) => CreateProjectLink3$inboundSchema.parse(JSON.parse(x)),
|
|
5378
|
+
`Failed to parse 'CreateProjectLink3' from JSON`,
|
|
5379
|
+
);
|
|
5380
|
+
}
|
|
5381
|
+
|
|
5382
|
+
/** @internal */
|
|
4639
5383
|
export const CreateProjectLinkProjectsType$inboundSchema: z.ZodNativeEnum<
|
|
4640
5384
|
typeof CreateProjectLinkProjectsType
|
|
4641
5385
|
> = z.nativeEnum(CreateProjectLinkProjectsType);
|
|
@@ -4706,6 +5450,27 @@ export namespace CreateProjectLinkProjectsDeployHooks$ {
|
|
|
4706
5450
|
export type Outbound = CreateProjectLinkProjectsDeployHooks$Outbound;
|
|
4707
5451
|
}
|
|
4708
5452
|
|
|
5453
|
+
export function createProjectLinkProjectsDeployHooksToJSON(
|
|
5454
|
+
createProjectLinkProjectsDeployHooks: CreateProjectLinkProjectsDeployHooks,
|
|
5455
|
+
): string {
|
|
5456
|
+
return JSON.stringify(
|
|
5457
|
+
CreateProjectLinkProjectsDeployHooks$outboundSchema.parse(
|
|
5458
|
+
createProjectLinkProjectsDeployHooks,
|
|
5459
|
+
),
|
|
5460
|
+
);
|
|
5461
|
+
}
|
|
5462
|
+
|
|
5463
|
+
export function createProjectLinkProjectsDeployHooksFromJSON(
|
|
5464
|
+
jsonString: string,
|
|
5465
|
+
): SafeParseResult<CreateProjectLinkProjectsDeployHooks, SDKValidationError> {
|
|
5466
|
+
return safeParse(
|
|
5467
|
+
jsonString,
|
|
5468
|
+
(x) =>
|
|
5469
|
+
CreateProjectLinkProjectsDeployHooks$inboundSchema.parse(JSON.parse(x)),
|
|
5470
|
+
`Failed to parse 'CreateProjectLinkProjectsDeployHooks' from JSON`,
|
|
5471
|
+
);
|
|
5472
|
+
}
|
|
5473
|
+
|
|
4709
5474
|
/** @internal */
|
|
4710
5475
|
export const CreateProjectLink2$inboundSchema: z.ZodType<
|
|
4711
5476
|
CreateProjectLink2,
|
|
@@ -4782,6 +5547,24 @@ export namespace CreateProjectLink2$ {
|
|
|
4782
5547
|
export type Outbound = CreateProjectLink2$Outbound;
|
|
4783
5548
|
}
|
|
4784
5549
|
|
|
5550
|
+
export function createProjectLink2ToJSON(
|
|
5551
|
+
createProjectLink2: CreateProjectLink2,
|
|
5552
|
+
): string {
|
|
5553
|
+
return JSON.stringify(
|
|
5554
|
+
CreateProjectLink2$outboundSchema.parse(createProjectLink2),
|
|
5555
|
+
);
|
|
5556
|
+
}
|
|
5557
|
+
|
|
5558
|
+
export function createProjectLink2FromJSON(
|
|
5559
|
+
jsonString: string,
|
|
5560
|
+
): SafeParseResult<CreateProjectLink2, SDKValidationError> {
|
|
5561
|
+
return safeParse(
|
|
5562
|
+
jsonString,
|
|
5563
|
+
(x) => CreateProjectLink2$inboundSchema.parse(JSON.parse(x)),
|
|
5564
|
+
`Failed to parse 'CreateProjectLink2' from JSON`,
|
|
5565
|
+
);
|
|
5566
|
+
}
|
|
5567
|
+
|
|
4785
5568
|
/** @internal */
|
|
4786
5569
|
export const CreateProjectLinkType$inboundSchema: z.ZodNativeEnum<
|
|
4787
5570
|
typeof CreateProjectLinkType
|
|
@@ -4851,6 +5634,26 @@ export namespace CreateProjectLinkDeployHooks$ {
|
|
|
4851
5634
|
export type Outbound = CreateProjectLinkDeployHooks$Outbound;
|
|
4852
5635
|
}
|
|
4853
5636
|
|
|
5637
|
+
export function createProjectLinkDeployHooksToJSON(
|
|
5638
|
+
createProjectLinkDeployHooks: CreateProjectLinkDeployHooks,
|
|
5639
|
+
): string {
|
|
5640
|
+
return JSON.stringify(
|
|
5641
|
+
CreateProjectLinkDeployHooks$outboundSchema.parse(
|
|
5642
|
+
createProjectLinkDeployHooks,
|
|
5643
|
+
),
|
|
5644
|
+
);
|
|
5645
|
+
}
|
|
5646
|
+
|
|
5647
|
+
export function createProjectLinkDeployHooksFromJSON(
|
|
5648
|
+
jsonString: string,
|
|
5649
|
+
): SafeParseResult<CreateProjectLinkDeployHooks, SDKValidationError> {
|
|
5650
|
+
return safeParse(
|
|
5651
|
+
jsonString,
|
|
5652
|
+
(x) => CreateProjectLinkDeployHooks$inboundSchema.parse(JSON.parse(x)),
|
|
5653
|
+
`Failed to parse 'CreateProjectLinkDeployHooks' from JSON`,
|
|
5654
|
+
);
|
|
5655
|
+
}
|
|
5656
|
+
|
|
4854
5657
|
/** @internal */
|
|
4855
5658
|
export const CreateProjectLink1$inboundSchema: z.ZodType<
|
|
4856
5659
|
CreateProjectLink1,
|
|
@@ -4921,6 +5724,24 @@ export namespace CreateProjectLink1$ {
|
|
|
4921
5724
|
export type Outbound = CreateProjectLink1$Outbound;
|
|
4922
5725
|
}
|
|
4923
5726
|
|
|
5727
|
+
export function createProjectLink1ToJSON(
|
|
5728
|
+
createProjectLink1: CreateProjectLink1,
|
|
5729
|
+
): string {
|
|
5730
|
+
return JSON.stringify(
|
|
5731
|
+
CreateProjectLink1$outboundSchema.parse(createProjectLink1),
|
|
5732
|
+
);
|
|
5733
|
+
}
|
|
5734
|
+
|
|
5735
|
+
export function createProjectLink1FromJSON(
|
|
5736
|
+
jsonString: string,
|
|
5737
|
+
): SafeParseResult<CreateProjectLink1, SDKValidationError> {
|
|
5738
|
+
return safeParse(
|
|
5739
|
+
jsonString,
|
|
5740
|
+
(x) => CreateProjectLink1$inboundSchema.parse(JSON.parse(x)),
|
|
5741
|
+
`Failed to parse 'CreateProjectLink1' from JSON`,
|
|
5742
|
+
);
|
|
5743
|
+
}
|
|
5744
|
+
|
|
4924
5745
|
/** @internal */
|
|
4925
5746
|
export const CreateProjectLink$inboundSchema: z.ZodType<
|
|
4926
5747
|
CreateProjectLink,
|
|
@@ -4962,43 +5783,22 @@ export namespace CreateProjectLink$ {
|
|
|
4962
5783
|
export type Outbound = CreateProjectLink$Outbound;
|
|
4963
5784
|
}
|
|
4964
5785
|
|
|
4965
|
-
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
|
|
4971
|
-
|
|
4972
|
-
slug: z.string(),
|
|
4973
|
-
});
|
|
4974
|
-
|
|
4975
|
-
/** @internal */
|
|
4976
|
-
export type CreateProjectGroup$Outbound = {
|
|
4977
|
-
id: string;
|
|
4978
|
-
slug: string;
|
|
4979
|
-
};
|
|
4980
|
-
|
|
4981
|
-
/** @internal */
|
|
4982
|
-
export const CreateProjectGroup$outboundSchema: z.ZodType<
|
|
4983
|
-
CreateProjectGroup$Outbound,
|
|
4984
|
-
z.ZodTypeDef,
|
|
4985
|
-
CreateProjectGroup
|
|
4986
|
-
> = z.object({
|
|
4987
|
-
id: z.string(),
|
|
4988
|
-
slug: z.string(),
|
|
4989
|
-
});
|
|
5786
|
+
export function createProjectLinkToJSON(
|
|
5787
|
+
createProjectLink: CreateProjectLink,
|
|
5788
|
+
): string {
|
|
5789
|
+
return JSON.stringify(
|
|
5790
|
+
CreateProjectLink$outboundSchema.parse(createProjectLink),
|
|
5791
|
+
);
|
|
5792
|
+
}
|
|
4990
5793
|
|
|
4991
|
-
|
|
4992
|
-
|
|
4993
|
-
|
|
4994
|
-
|
|
4995
|
-
|
|
4996
|
-
|
|
4997
|
-
|
|
4998
|
-
|
|
4999
|
-
export const outboundSchema = CreateProjectGroup$outboundSchema;
|
|
5000
|
-
/** @deprecated use `CreateProjectGroup$Outbound` instead. */
|
|
5001
|
-
export type Outbound = CreateProjectGroup$Outbound;
|
|
5794
|
+
export function createProjectLinkFromJSON(
|
|
5795
|
+
jsonString: string,
|
|
5796
|
+
): SafeParseResult<CreateProjectLink, SDKValidationError> {
|
|
5797
|
+
return safeParse(
|
|
5798
|
+
jsonString,
|
|
5799
|
+
(x) => CreateProjectLink$inboundSchema.parse(JSON.parse(x)),
|
|
5800
|
+
`Failed to parse 'CreateProjectLink' from JSON`,
|
|
5801
|
+
);
|
|
5002
5802
|
}
|
|
5003
5803
|
|
|
5004
5804
|
/** @internal */
|
|
@@ -5008,7 +5808,7 @@ export const CreateProjectMicrofrontends$inboundSchema: z.ZodType<
|
|
|
5008
5808
|
unknown
|
|
5009
5809
|
> = z.object({
|
|
5010
5810
|
updatedAt: z.number(),
|
|
5011
|
-
|
|
5811
|
+
groupIds: z.array(z.string()),
|
|
5012
5812
|
enabled: z.boolean(),
|
|
5013
5813
|
isDefaultApp: z.boolean().optional(),
|
|
5014
5814
|
defaultRoute: z.string().optional(),
|
|
@@ -5017,7 +5817,7 @@ export const CreateProjectMicrofrontends$inboundSchema: z.ZodType<
|
|
|
5017
5817
|
/** @internal */
|
|
5018
5818
|
export type CreateProjectMicrofrontends$Outbound = {
|
|
5019
5819
|
updatedAt: number;
|
|
5020
|
-
|
|
5820
|
+
groupIds: Array<string>;
|
|
5021
5821
|
enabled: boolean;
|
|
5022
5822
|
isDefaultApp?: boolean | undefined;
|
|
5023
5823
|
defaultRoute?: string | undefined;
|
|
@@ -5030,7 +5830,7 @@ export const CreateProjectMicrofrontends$outboundSchema: z.ZodType<
|
|
|
5030
5830
|
CreateProjectMicrofrontends
|
|
5031
5831
|
> = z.object({
|
|
5032
5832
|
updatedAt: z.number(),
|
|
5033
|
-
|
|
5833
|
+
groupIds: z.array(z.string()),
|
|
5034
5834
|
enabled: z.boolean(),
|
|
5035
5835
|
isDefaultApp: z.boolean().optional(),
|
|
5036
5836
|
defaultRoute: z.string().optional(),
|
|
@@ -5049,6 +5849,26 @@ export namespace CreateProjectMicrofrontends$ {
|
|
|
5049
5849
|
export type Outbound = CreateProjectMicrofrontends$Outbound;
|
|
5050
5850
|
}
|
|
5051
5851
|
|
|
5852
|
+
export function createProjectMicrofrontendsToJSON(
|
|
5853
|
+
createProjectMicrofrontends: CreateProjectMicrofrontends,
|
|
5854
|
+
): string {
|
|
5855
|
+
return JSON.stringify(
|
|
5856
|
+
CreateProjectMicrofrontends$outboundSchema.parse(
|
|
5857
|
+
createProjectMicrofrontends,
|
|
5858
|
+
),
|
|
5859
|
+
);
|
|
5860
|
+
}
|
|
5861
|
+
|
|
5862
|
+
export function createProjectMicrofrontendsFromJSON(
|
|
5863
|
+
jsonString: string,
|
|
5864
|
+
): SafeParseResult<CreateProjectMicrofrontends, SDKValidationError> {
|
|
5865
|
+
return safeParse(
|
|
5866
|
+
jsonString,
|
|
5867
|
+
(x) => CreateProjectMicrofrontends$inboundSchema.parse(JSON.parse(x)),
|
|
5868
|
+
`Failed to parse 'CreateProjectMicrofrontends' from JSON`,
|
|
5869
|
+
);
|
|
5870
|
+
}
|
|
5871
|
+
|
|
5052
5872
|
/** @internal */
|
|
5053
5873
|
export const CreateProjectNodeVersion$inboundSchema: z.ZodNativeEnum<
|
|
5054
5874
|
typeof CreateProjectNodeVersion
|
|
@@ -5106,6 +5926,24 @@ export namespace CreateProjectPaths$ {
|
|
|
5106
5926
|
export type Outbound = CreateProjectPaths$Outbound;
|
|
5107
5927
|
}
|
|
5108
5928
|
|
|
5929
|
+
export function createProjectPathsToJSON(
|
|
5930
|
+
createProjectPaths: CreateProjectPaths,
|
|
5931
|
+
): string {
|
|
5932
|
+
return JSON.stringify(
|
|
5933
|
+
CreateProjectPaths$outboundSchema.parse(createProjectPaths),
|
|
5934
|
+
);
|
|
5935
|
+
}
|
|
5936
|
+
|
|
5937
|
+
export function createProjectPathsFromJSON(
|
|
5938
|
+
jsonString: string,
|
|
5939
|
+
): SafeParseResult<CreateProjectPaths, SDKValidationError> {
|
|
5940
|
+
return safeParse(
|
|
5941
|
+
jsonString,
|
|
5942
|
+
(x) => CreateProjectPaths$inboundSchema.parse(JSON.parse(x)),
|
|
5943
|
+
`Failed to parse 'CreateProjectPaths' from JSON`,
|
|
5944
|
+
);
|
|
5945
|
+
}
|
|
5946
|
+
|
|
5109
5947
|
/** @internal */
|
|
5110
5948
|
export const CreateProjectOptionsAllowlist$inboundSchema: z.ZodType<
|
|
5111
5949
|
CreateProjectOptionsAllowlist,
|
|
@@ -5142,6 +5980,26 @@ export namespace CreateProjectOptionsAllowlist$ {
|
|
|
5142
5980
|
export type Outbound = CreateProjectOptionsAllowlist$Outbound;
|
|
5143
5981
|
}
|
|
5144
5982
|
|
|
5983
|
+
export function createProjectOptionsAllowlistToJSON(
|
|
5984
|
+
createProjectOptionsAllowlist: CreateProjectOptionsAllowlist,
|
|
5985
|
+
): string {
|
|
5986
|
+
return JSON.stringify(
|
|
5987
|
+
CreateProjectOptionsAllowlist$outboundSchema.parse(
|
|
5988
|
+
createProjectOptionsAllowlist,
|
|
5989
|
+
),
|
|
5990
|
+
);
|
|
5991
|
+
}
|
|
5992
|
+
|
|
5993
|
+
export function createProjectOptionsAllowlistFromJSON(
|
|
5994
|
+
jsonString: string,
|
|
5995
|
+
): SafeParseResult<CreateProjectOptionsAllowlist, SDKValidationError> {
|
|
5996
|
+
return safeParse(
|
|
5997
|
+
jsonString,
|
|
5998
|
+
(x) => CreateProjectOptionsAllowlist$inboundSchema.parse(JSON.parse(x)),
|
|
5999
|
+
`Failed to parse 'CreateProjectOptionsAllowlist' from JSON`,
|
|
6000
|
+
);
|
|
6001
|
+
}
|
|
6002
|
+
|
|
5145
6003
|
/** @internal */
|
|
5146
6004
|
export const CreateProjectPasswordProtection$inboundSchema: z.ZodType<
|
|
5147
6005
|
CreateProjectPasswordProtection,
|
|
@@ -5172,6 +6030,26 @@ export namespace CreateProjectPasswordProtection$ {
|
|
|
5172
6030
|
export type Outbound = CreateProjectPasswordProtection$Outbound;
|
|
5173
6031
|
}
|
|
5174
6032
|
|
|
6033
|
+
export function createProjectPasswordProtectionToJSON(
|
|
6034
|
+
createProjectPasswordProtection: CreateProjectPasswordProtection,
|
|
6035
|
+
): string {
|
|
6036
|
+
return JSON.stringify(
|
|
6037
|
+
CreateProjectPasswordProtection$outboundSchema.parse(
|
|
6038
|
+
createProjectPasswordProtection,
|
|
6039
|
+
),
|
|
6040
|
+
);
|
|
6041
|
+
}
|
|
6042
|
+
|
|
6043
|
+
export function createProjectPasswordProtectionFromJSON(
|
|
6044
|
+
jsonString: string,
|
|
6045
|
+
): SafeParseResult<CreateProjectPasswordProtection, SDKValidationError> {
|
|
6046
|
+
return safeParse(
|
|
6047
|
+
jsonString,
|
|
6048
|
+
(x) => CreateProjectPasswordProtection$inboundSchema.parse(JSON.parse(x)),
|
|
6049
|
+
`Failed to parse 'CreateProjectPasswordProtection' from JSON`,
|
|
6050
|
+
);
|
|
6051
|
+
}
|
|
6052
|
+
|
|
5175
6053
|
/** @internal */
|
|
5176
6054
|
export const CreateProjectFunctionDefaultMemoryType$inboundSchema:
|
|
5177
6055
|
z.ZodNativeEnum<typeof CreateProjectFunctionDefaultMemoryType> = z.nativeEnum(
|
|
@@ -5243,6 +6121,26 @@ export namespace CreateProjectResourceConfig$ {
|
|
|
5243
6121
|
export type Outbound = CreateProjectResourceConfig$Outbound;
|
|
5244
6122
|
}
|
|
5245
6123
|
|
|
6124
|
+
export function createProjectResourceConfigToJSON(
|
|
6125
|
+
createProjectResourceConfig: CreateProjectResourceConfig,
|
|
6126
|
+
): string {
|
|
6127
|
+
return JSON.stringify(
|
|
6128
|
+
CreateProjectResourceConfig$outboundSchema.parse(
|
|
6129
|
+
createProjectResourceConfig,
|
|
6130
|
+
),
|
|
6131
|
+
);
|
|
6132
|
+
}
|
|
6133
|
+
|
|
6134
|
+
export function createProjectResourceConfigFromJSON(
|
|
6135
|
+
jsonString: string,
|
|
6136
|
+
): SafeParseResult<CreateProjectResourceConfig, SDKValidationError> {
|
|
6137
|
+
return safeParse(
|
|
6138
|
+
jsonString,
|
|
6139
|
+
(x) => CreateProjectResourceConfig$inboundSchema.parse(JSON.parse(x)),
|
|
6140
|
+
`Failed to parse 'CreateProjectResourceConfig' from JSON`,
|
|
6141
|
+
);
|
|
6142
|
+
}
|
|
6143
|
+
|
|
5246
6144
|
/** @internal */
|
|
5247
6145
|
export const CreateProjectDeploymentType$inboundSchema: z.ZodNativeEnum<
|
|
5248
6146
|
typeof CreateProjectDeploymentType
|
|
@@ -5300,6 +6198,24 @@ export namespace CreateProjectSsoProtection$ {
|
|
|
5300
6198
|
export type Outbound = CreateProjectSsoProtection$Outbound;
|
|
5301
6199
|
}
|
|
5302
6200
|
|
|
6201
|
+
export function createProjectSsoProtectionToJSON(
|
|
6202
|
+
createProjectSsoProtection: CreateProjectSsoProtection,
|
|
6203
|
+
): string {
|
|
6204
|
+
return JSON.stringify(
|
|
6205
|
+
CreateProjectSsoProtection$outboundSchema.parse(createProjectSsoProtection),
|
|
6206
|
+
);
|
|
6207
|
+
}
|
|
6208
|
+
|
|
6209
|
+
export function createProjectSsoProtectionFromJSON(
|
|
6210
|
+
jsonString: string,
|
|
6211
|
+
): SafeParseResult<CreateProjectSsoProtection, SDKValidationError> {
|
|
6212
|
+
return safeParse(
|
|
6213
|
+
jsonString,
|
|
6214
|
+
(x) => CreateProjectSsoProtection$inboundSchema.parse(JSON.parse(x)),
|
|
6215
|
+
`Failed to parse 'CreateProjectSsoProtection' from JSON`,
|
|
6216
|
+
);
|
|
6217
|
+
}
|
|
6218
|
+
|
|
5303
6219
|
/** @internal */
|
|
5304
6220
|
export const CreateProjectProjectsAliasAssigned$inboundSchema: z.ZodType<
|
|
5305
6221
|
CreateProjectProjectsAliasAssigned,
|
|
@@ -5331,6 +6247,27 @@ export namespace CreateProjectProjectsAliasAssigned$ {
|
|
|
5331
6247
|
export type Outbound = CreateProjectProjectsAliasAssigned$Outbound;
|
|
5332
6248
|
}
|
|
5333
6249
|
|
|
6250
|
+
export function createProjectProjectsAliasAssignedToJSON(
|
|
6251
|
+
createProjectProjectsAliasAssigned: CreateProjectProjectsAliasAssigned,
|
|
6252
|
+
): string {
|
|
6253
|
+
return JSON.stringify(
|
|
6254
|
+
CreateProjectProjectsAliasAssigned$outboundSchema.parse(
|
|
6255
|
+
createProjectProjectsAliasAssigned,
|
|
6256
|
+
),
|
|
6257
|
+
);
|
|
6258
|
+
}
|
|
6259
|
+
|
|
6260
|
+
export function createProjectProjectsAliasAssignedFromJSON(
|
|
6261
|
+
jsonString: string,
|
|
6262
|
+
): SafeParseResult<CreateProjectProjectsAliasAssigned, SDKValidationError> {
|
|
6263
|
+
return safeParse(
|
|
6264
|
+
jsonString,
|
|
6265
|
+
(x) =>
|
|
6266
|
+
CreateProjectProjectsAliasAssigned$inboundSchema.parse(JSON.parse(x)),
|
|
6267
|
+
`Failed to parse 'CreateProjectProjectsAliasAssigned' from JSON`,
|
|
6268
|
+
);
|
|
6269
|
+
}
|
|
6270
|
+
|
|
5334
6271
|
/** @internal */
|
|
5335
6272
|
export const CreateProjectProjectsAliasError$inboundSchema: z.ZodType<
|
|
5336
6273
|
CreateProjectProjectsAliasError,
|
|
@@ -5370,6 +6307,26 @@ export namespace CreateProjectProjectsAliasError$ {
|
|
|
5370
6307
|
export type Outbound = CreateProjectProjectsAliasError$Outbound;
|
|
5371
6308
|
}
|
|
5372
6309
|
|
|
6310
|
+
export function createProjectProjectsAliasErrorToJSON(
|
|
6311
|
+
createProjectProjectsAliasError: CreateProjectProjectsAliasError,
|
|
6312
|
+
): string {
|
|
6313
|
+
return JSON.stringify(
|
|
6314
|
+
CreateProjectProjectsAliasError$outboundSchema.parse(
|
|
6315
|
+
createProjectProjectsAliasError,
|
|
6316
|
+
),
|
|
6317
|
+
);
|
|
6318
|
+
}
|
|
6319
|
+
|
|
6320
|
+
export function createProjectProjectsAliasErrorFromJSON(
|
|
6321
|
+
jsonString: string,
|
|
6322
|
+
): SafeParseResult<CreateProjectProjectsAliasError, SDKValidationError> {
|
|
6323
|
+
return safeParse(
|
|
6324
|
+
jsonString,
|
|
6325
|
+
(x) => CreateProjectProjectsAliasError$inboundSchema.parse(JSON.parse(x)),
|
|
6326
|
+
`Failed to parse 'CreateProjectProjectsAliasError' from JSON`,
|
|
6327
|
+
);
|
|
6328
|
+
}
|
|
6329
|
+
|
|
5373
6330
|
/** @internal */
|
|
5374
6331
|
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema:
|
|
5375
6332
|
z.ZodNativeEnum<
|
|
@@ -5440,6 +6397,27 @@ export namespace CreateProjectProjectsBranchMatcher$ {
|
|
|
5440
6397
|
export type Outbound = CreateProjectProjectsBranchMatcher$Outbound;
|
|
5441
6398
|
}
|
|
5442
6399
|
|
|
6400
|
+
export function createProjectProjectsBranchMatcherToJSON(
|
|
6401
|
+
createProjectProjectsBranchMatcher: CreateProjectProjectsBranchMatcher,
|
|
6402
|
+
): string {
|
|
6403
|
+
return JSON.stringify(
|
|
6404
|
+
CreateProjectProjectsBranchMatcher$outboundSchema.parse(
|
|
6405
|
+
createProjectProjectsBranchMatcher,
|
|
6406
|
+
),
|
|
6407
|
+
);
|
|
6408
|
+
}
|
|
6409
|
+
|
|
6410
|
+
export function createProjectProjectsBranchMatcherFromJSON(
|
|
6411
|
+
jsonString: string,
|
|
6412
|
+
): SafeParseResult<CreateProjectProjectsBranchMatcher, SDKValidationError> {
|
|
6413
|
+
return safeParse(
|
|
6414
|
+
jsonString,
|
|
6415
|
+
(x) =>
|
|
6416
|
+
CreateProjectProjectsBranchMatcher$inboundSchema.parse(JSON.parse(x)),
|
|
6417
|
+
`Failed to parse 'CreateProjectProjectsBranchMatcher' from JSON`,
|
|
6418
|
+
);
|
|
6419
|
+
}
|
|
6420
|
+
|
|
5443
6421
|
/** @internal */
|
|
5444
6422
|
export const CreateProjectProjectsBuilds$inboundSchema: z.ZodType<
|
|
5445
6423
|
CreateProjectProjectsBuilds,
|
|
@@ -5482,6 +6460,26 @@ export namespace CreateProjectProjectsBuilds$ {
|
|
|
5482
6460
|
export type Outbound = CreateProjectProjectsBuilds$Outbound;
|
|
5483
6461
|
}
|
|
5484
6462
|
|
|
6463
|
+
export function createProjectProjectsBuildsToJSON(
|
|
6464
|
+
createProjectProjectsBuilds: CreateProjectProjectsBuilds,
|
|
6465
|
+
): string {
|
|
6466
|
+
return JSON.stringify(
|
|
6467
|
+
CreateProjectProjectsBuilds$outboundSchema.parse(
|
|
6468
|
+
createProjectProjectsBuilds,
|
|
6469
|
+
),
|
|
6470
|
+
);
|
|
6471
|
+
}
|
|
6472
|
+
|
|
6473
|
+
export function createProjectProjectsBuildsFromJSON(
|
|
6474
|
+
jsonString: string,
|
|
6475
|
+
): SafeParseResult<CreateProjectProjectsBuilds, SDKValidationError> {
|
|
6476
|
+
return safeParse(
|
|
6477
|
+
jsonString,
|
|
6478
|
+
(x) => CreateProjectProjectsBuilds$inboundSchema.parse(JSON.parse(x)),
|
|
6479
|
+
`Failed to parse 'CreateProjectProjectsBuilds' from JSON`,
|
|
6480
|
+
);
|
|
6481
|
+
}
|
|
6482
|
+
|
|
5485
6483
|
/** @internal */
|
|
5486
6484
|
export const CreateProjectProjectsChecksConclusion$inboundSchema:
|
|
5487
6485
|
z.ZodNativeEnum<typeof CreateProjectProjectsChecksConclusion> = z.nativeEnum(
|
|
@@ -5575,6 +6573,26 @@ export namespace CreateProjectProjectsCreator$ {
|
|
|
5575
6573
|
export type Outbound = CreateProjectProjectsCreator$Outbound;
|
|
5576
6574
|
}
|
|
5577
6575
|
|
|
6576
|
+
export function createProjectProjectsCreatorToJSON(
|
|
6577
|
+
createProjectProjectsCreator: CreateProjectProjectsCreator,
|
|
6578
|
+
): string {
|
|
6579
|
+
return JSON.stringify(
|
|
6580
|
+
CreateProjectProjectsCreator$outboundSchema.parse(
|
|
6581
|
+
createProjectProjectsCreator,
|
|
6582
|
+
),
|
|
6583
|
+
);
|
|
6584
|
+
}
|
|
6585
|
+
|
|
6586
|
+
export function createProjectProjectsCreatorFromJSON(
|
|
6587
|
+
jsonString: string,
|
|
6588
|
+
): SafeParseResult<CreateProjectProjectsCreator, SDKValidationError> {
|
|
6589
|
+
return safeParse(
|
|
6590
|
+
jsonString,
|
|
6591
|
+
(x) => CreateProjectProjectsCreator$inboundSchema.parse(JSON.parse(x)),
|
|
6592
|
+
`Failed to parse 'CreateProjectProjectsCreator' from JSON`,
|
|
6593
|
+
);
|
|
6594
|
+
}
|
|
6595
|
+
|
|
5578
6596
|
/** @internal */
|
|
5579
6597
|
export const CreateProjectProjectsOidcTokenClaims$inboundSchema: z.ZodType<
|
|
5580
6598
|
CreateProjectProjectsOidcTokenClaims,
|
|
@@ -5647,6 +6665,27 @@ export namespace CreateProjectProjectsOidcTokenClaims$ {
|
|
|
5647
6665
|
export type Outbound = CreateProjectProjectsOidcTokenClaims$Outbound;
|
|
5648
6666
|
}
|
|
5649
6667
|
|
|
6668
|
+
export function createProjectProjectsOidcTokenClaimsToJSON(
|
|
6669
|
+
createProjectProjectsOidcTokenClaims: CreateProjectProjectsOidcTokenClaims,
|
|
6670
|
+
): string {
|
|
6671
|
+
return JSON.stringify(
|
|
6672
|
+
CreateProjectProjectsOidcTokenClaims$outboundSchema.parse(
|
|
6673
|
+
createProjectProjectsOidcTokenClaims,
|
|
6674
|
+
),
|
|
6675
|
+
);
|
|
6676
|
+
}
|
|
6677
|
+
|
|
6678
|
+
export function createProjectProjectsOidcTokenClaimsFromJSON(
|
|
6679
|
+
jsonString: string,
|
|
6680
|
+
): SafeParseResult<CreateProjectProjectsOidcTokenClaims, SDKValidationError> {
|
|
6681
|
+
return safeParse(
|
|
6682
|
+
jsonString,
|
|
6683
|
+
(x) =>
|
|
6684
|
+
CreateProjectProjectsOidcTokenClaims$inboundSchema.parse(JSON.parse(x)),
|
|
6685
|
+
`Failed to parse 'CreateProjectProjectsOidcTokenClaims' from JSON`,
|
|
6686
|
+
);
|
|
6687
|
+
}
|
|
6688
|
+
|
|
5650
6689
|
/** @internal */
|
|
5651
6690
|
export const CreateProjectProjectsPlan$inboundSchema: z.ZodNativeEnum<
|
|
5652
6691
|
typeof CreateProjectProjectsPlan
|
|
@@ -5891,6 +6930,24 @@ export namespace CreateProjectTargets$ {
|
|
|
5891
6930
|
export type Outbound = CreateProjectTargets$Outbound;
|
|
5892
6931
|
}
|
|
5893
6932
|
|
|
6933
|
+
export function createProjectTargetsToJSON(
|
|
6934
|
+
createProjectTargets: CreateProjectTargets,
|
|
6935
|
+
): string {
|
|
6936
|
+
return JSON.stringify(
|
|
6937
|
+
CreateProjectTargets$outboundSchema.parse(createProjectTargets),
|
|
6938
|
+
);
|
|
6939
|
+
}
|
|
6940
|
+
|
|
6941
|
+
export function createProjectTargetsFromJSON(
|
|
6942
|
+
jsonString: string,
|
|
6943
|
+
): SafeParseResult<CreateProjectTargets, SDKValidationError> {
|
|
6944
|
+
return safeParse(
|
|
6945
|
+
jsonString,
|
|
6946
|
+
(x) => CreateProjectTargets$inboundSchema.parse(JSON.parse(x)),
|
|
6947
|
+
`Failed to parse 'CreateProjectTargets' from JSON`,
|
|
6948
|
+
);
|
|
6949
|
+
}
|
|
6950
|
+
|
|
5894
6951
|
/** @internal */
|
|
5895
6952
|
export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
5896
6953
|
CreateProjectPermissions,
|
|
@@ -6003,6 +7060,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
6003
7060
|
teamInvite: z.array(ACLAction$inboundSchema).optional(),
|
|
6004
7061
|
teamInviteCode: z.array(ACLAction$inboundSchema).optional(),
|
|
6005
7062
|
teamJoin: z.array(ACLAction$inboundSchema).optional(),
|
|
7063
|
+
teamMicrofrontends: z.array(ACLAction$inboundSchema).optional(),
|
|
6006
7064
|
teamOwnMembership: z.array(ACLAction$inboundSchema).optional(),
|
|
6007
7065
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$inboundSchema).optional(),
|
|
6008
7066
|
token: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -6033,6 +7091,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
6033
7091
|
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
|
|
6034
7092
|
.optional(),
|
|
6035
7093
|
deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
|
|
7094
|
+
deploymentV0: z.array(ACLAction$inboundSchema).optional(),
|
|
6036
7095
|
deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
6037
7096
|
deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
|
|
6038
7097
|
deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -6044,6 +7103,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
6044
7103
|
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
6045
7104
|
job: z.array(ACLAction$inboundSchema).optional(),
|
|
6046
7105
|
project: z.array(ACLAction$inboundSchema).optional(),
|
|
7106
|
+
projectFromV0: z.array(ACLAction$inboundSchema).optional(),
|
|
6047
7107
|
projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
6048
7108
|
projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
6049
7109
|
projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -6192,6 +7252,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
6192
7252
|
teamInvite?: Array<string> | undefined;
|
|
6193
7253
|
teamInviteCode?: Array<string> | undefined;
|
|
6194
7254
|
teamJoin?: Array<string> | undefined;
|
|
7255
|
+
teamMicrofrontends?: Array<string> | undefined;
|
|
6195
7256
|
teamOwnMembership?: Array<string> | undefined;
|
|
6196
7257
|
teamOwnMembershipDisconnectSAML?: Array<string> | undefined;
|
|
6197
7258
|
token?: Array<string> | undefined;
|
|
@@ -6221,6 +7282,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
6221
7282
|
deploymentCheckPreview?: Array<string> | undefined;
|
|
6222
7283
|
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
6223
7284
|
deploymentProductionGit?: Array<string> | undefined;
|
|
7285
|
+
deploymentV0?: Array<string> | undefined;
|
|
6224
7286
|
deploymentPreview?: Array<string> | undefined;
|
|
6225
7287
|
deploymentPrivate?: Array<string> | undefined;
|
|
6226
7288
|
deploymentPromote?: Array<string> | undefined;
|
|
@@ -6232,6 +7294,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
6232
7294
|
optionsAllowlist?: Array<string> | undefined;
|
|
6233
7295
|
job?: Array<string> | undefined;
|
|
6234
7296
|
project?: Array<string> | undefined;
|
|
7297
|
+
projectFromV0?: Array<string> | undefined;
|
|
6235
7298
|
projectAccessGroup?: Array<string> | undefined;
|
|
6236
7299
|
projectAnalyticsSampling?: Array<string> | undefined;
|
|
6237
7300
|
projectDeploymentHook?: Array<string> | undefined;
|
|
@@ -6381,6 +7444,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
6381
7444
|
teamInvite: z.array(ACLAction$outboundSchema).optional(),
|
|
6382
7445
|
teamInviteCode: z.array(ACLAction$outboundSchema).optional(),
|
|
6383
7446
|
teamJoin: z.array(ACLAction$outboundSchema).optional(),
|
|
7447
|
+
teamMicrofrontends: z.array(ACLAction$outboundSchema).optional(),
|
|
6384
7448
|
teamOwnMembership: z.array(ACLAction$outboundSchema).optional(),
|
|
6385
7449
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$outboundSchema).optional(),
|
|
6386
7450
|
token: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -6411,6 +7475,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
6411
7475
|
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
|
|
6412
7476
|
.optional(),
|
|
6413
7477
|
deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
|
|
7478
|
+
deploymentV0: z.array(ACLAction$outboundSchema).optional(),
|
|
6414
7479
|
deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
6415
7480
|
deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
|
|
6416
7481
|
deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -6422,6 +7487,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
6422
7487
|
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
6423
7488
|
job: z.array(ACLAction$outboundSchema).optional(),
|
|
6424
7489
|
project: z.array(ACLAction$outboundSchema).optional(),
|
|
7490
|
+
projectFromV0: z.array(ACLAction$outboundSchema).optional(),
|
|
6425
7491
|
projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
6426
7492
|
projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
6427
7493
|
projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -6477,6 +7543,24 @@ export namespace CreateProjectPermissions$ {
|
|
|
6477
7543
|
export type Outbound = CreateProjectPermissions$Outbound;
|
|
6478
7544
|
}
|
|
6479
7545
|
|
|
7546
|
+
export function createProjectPermissionsToJSON(
|
|
7547
|
+
createProjectPermissions: CreateProjectPermissions,
|
|
7548
|
+
): string {
|
|
7549
|
+
return JSON.stringify(
|
|
7550
|
+
CreateProjectPermissions$outboundSchema.parse(createProjectPermissions),
|
|
7551
|
+
);
|
|
7552
|
+
}
|
|
7553
|
+
|
|
7554
|
+
export function createProjectPermissionsFromJSON(
|
|
7555
|
+
jsonString: string,
|
|
7556
|
+
): SafeParseResult<CreateProjectPermissions, SDKValidationError> {
|
|
7557
|
+
return safeParse(
|
|
7558
|
+
jsonString,
|
|
7559
|
+
(x) => CreateProjectPermissions$inboundSchema.parse(JSON.parse(x)),
|
|
7560
|
+
`Failed to parse 'CreateProjectPermissions' from JSON`,
|
|
7561
|
+
);
|
|
7562
|
+
}
|
|
7563
|
+
|
|
6480
7564
|
/** @internal */
|
|
6481
7565
|
export const CreateProjectLastRollbackTarget$inboundSchema: z.ZodType<
|
|
6482
7566
|
CreateProjectLastRollbackTarget,
|
|
@@ -6507,6 +7591,26 @@ export namespace CreateProjectLastRollbackTarget$ {
|
|
|
6507
7591
|
export type Outbound = CreateProjectLastRollbackTarget$Outbound;
|
|
6508
7592
|
}
|
|
6509
7593
|
|
|
7594
|
+
export function createProjectLastRollbackTargetToJSON(
|
|
7595
|
+
createProjectLastRollbackTarget: CreateProjectLastRollbackTarget,
|
|
7596
|
+
): string {
|
|
7597
|
+
return JSON.stringify(
|
|
7598
|
+
CreateProjectLastRollbackTarget$outboundSchema.parse(
|
|
7599
|
+
createProjectLastRollbackTarget,
|
|
7600
|
+
),
|
|
7601
|
+
);
|
|
7602
|
+
}
|
|
7603
|
+
|
|
7604
|
+
export function createProjectLastRollbackTargetFromJSON(
|
|
7605
|
+
jsonString: string,
|
|
7606
|
+
): SafeParseResult<CreateProjectLastRollbackTarget, SDKValidationError> {
|
|
7607
|
+
return safeParse(
|
|
7608
|
+
jsonString,
|
|
7609
|
+
(x) => CreateProjectLastRollbackTarget$inboundSchema.parse(JSON.parse(x)),
|
|
7610
|
+
`Failed to parse 'CreateProjectLastRollbackTarget' from JSON`,
|
|
7611
|
+
);
|
|
7612
|
+
}
|
|
7613
|
+
|
|
6510
7614
|
/** @internal */
|
|
6511
7615
|
export const CreateProjectJobStatus$inboundSchema: z.ZodNativeEnum<
|
|
6512
7616
|
typeof CreateProjectJobStatus
|
|
@@ -6606,6 +7710,26 @@ export namespace CreateProjectLastAliasRequest$ {
|
|
|
6606
7710
|
export type Outbound = CreateProjectLastAliasRequest$Outbound;
|
|
6607
7711
|
}
|
|
6608
7712
|
|
|
7713
|
+
export function createProjectLastAliasRequestToJSON(
|
|
7714
|
+
createProjectLastAliasRequest: CreateProjectLastAliasRequest,
|
|
7715
|
+
): string {
|
|
7716
|
+
return JSON.stringify(
|
|
7717
|
+
CreateProjectLastAliasRequest$outboundSchema.parse(
|
|
7718
|
+
createProjectLastAliasRequest,
|
|
7719
|
+
),
|
|
7720
|
+
);
|
|
7721
|
+
}
|
|
7722
|
+
|
|
7723
|
+
export function createProjectLastAliasRequestFromJSON(
|
|
7724
|
+
jsonString: string,
|
|
7725
|
+
): SafeParseResult<CreateProjectLastAliasRequest, SDKValidationError> {
|
|
7726
|
+
return safeParse(
|
|
7727
|
+
jsonString,
|
|
7728
|
+
(x) => CreateProjectLastAliasRequest$inboundSchema.parse(JSON.parse(x)),
|
|
7729
|
+
`Failed to parse 'CreateProjectLastAliasRequest' from JSON`,
|
|
7730
|
+
);
|
|
7731
|
+
}
|
|
7732
|
+
|
|
6609
7733
|
/** @internal */
|
|
6610
7734
|
export const CreateProjectScope$inboundSchema: z.ZodNativeEnum<
|
|
6611
7735
|
typeof CreateProjectScope
|
|
@@ -6669,6 +7793,26 @@ export namespace CreateProjectProtectionBypass$ {
|
|
|
6669
7793
|
export type Outbound = CreateProjectProtectionBypass$Outbound;
|
|
6670
7794
|
}
|
|
6671
7795
|
|
|
7796
|
+
export function createProjectProtectionBypassToJSON(
|
|
7797
|
+
createProjectProtectionBypass: CreateProjectProtectionBypass,
|
|
7798
|
+
): string {
|
|
7799
|
+
return JSON.stringify(
|
|
7800
|
+
CreateProjectProtectionBypass$outboundSchema.parse(
|
|
7801
|
+
createProjectProtectionBypass,
|
|
7802
|
+
),
|
|
7803
|
+
);
|
|
7804
|
+
}
|
|
7805
|
+
|
|
7806
|
+
export function createProjectProtectionBypassFromJSON(
|
|
7807
|
+
jsonString: string,
|
|
7808
|
+
): SafeParseResult<CreateProjectProtectionBypass, SDKValidationError> {
|
|
7809
|
+
return safeParse(
|
|
7810
|
+
jsonString,
|
|
7811
|
+
(x) => CreateProjectProtectionBypass$inboundSchema.parse(JSON.parse(x)),
|
|
7812
|
+
`Failed to parse 'CreateProjectProtectionBypass' from JSON`,
|
|
7813
|
+
);
|
|
7814
|
+
}
|
|
7815
|
+
|
|
6672
7816
|
/** @internal */
|
|
6673
7817
|
export const CreateProjectTrustedIpsProjectsDeploymentType$inboundSchema:
|
|
6674
7818
|
z.ZodNativeEnum<typeof CreateProjectTrustedIpsProjectsDeploymentType> = z
|
|
@@ -6728,6 +7872,24 @@ export namespace CreateProjectTrustedIps2$ {
|
|
|
6728
7872
|
export type Outbound = CreateProjectTrustedIps2$Outbound;
|
|
6729
7873
|
}
|
|
6730
7874
|
|
|
7875
|
+
export function createProjectTrustedIps2ToJSON(
|
|
7876
|
+
createProjectTrustedIps2: CreateProjectTrustedIps2,
|
|
7877
|
+
): string {
|
|
7878
|
+
return JSON.stringify(
|
|
7879
|
+
CreateProjectTrustedIps2$outboundSchema.parse(createProjectTrustedIps2),
|
|
7880
|
+
);
|
|
7881
|
+
}
|
|
7882
|
+
|
|
7883
|
+
export function createProjectTrustedIps2FromJSON(
|
|
7884
|
+
jsonString: string,
|
|
7885
|
+
): SafeParseResult<CreateProjectTrustedIps2, SDKValidationError> {
|
|
7886
|
+
return safeParse(
|
|
7887
|
+
jsonString,
|
|
7888
|
+
(x) => CreateProjectTrustedIps2$inboundSchema.parse(JSON.parse(x)),
|
|
7889
|
+
`Failed to parse 'CreateProjectTrustedIps2' from JSON`,
|
|
7890
|
+
);
|
|
7891
|
+
}
|
|
7892
|
+
|
|
6731
7893
|
/** @internal */
|
|
6732
7894
|
export const CreateProjectTrustedIpsDeploymentType$inboundSchema:
|
|
6733
7895
|
z.ZodNativeEnum<typeof CreateProjectTrustedIpsDeploymentType> = z.nativeEnum(
|
|
@@ -6791,6 +7953,24 @@ export namespace TrustedIpsAddresses$ {
|
|
|
6791
7953
|
export type Outbound = TrustedIpsAddresses$Outbound;
|
|
6792
7954
|
}
|
|
6793
7955
|
|
|
7956
|
+
export function trustedIpsAddressesToJSON(
|
|
7957
|
+
trustedIpsAddresses: TrustedIpsAddresses,
|
|
7958
|
+
): string {
|
|
7959
|
+
return JSON.stringify(
|
|
7960
|
+
TrustedIpsAddresses$outboundSchema.parse(trustedIpsAddresses),
|
|
7961
|
+
);
|
|
7962
|
+
}
|
|
7963
|
+
|
|
7964
|
+
export function trustedIpsAddressesFromJSON(
|
|
7965
|
+
jsonString: string,
|
|
7966
|
+
): SafeParseResult<TrustedIpsAddresses, SDKValidationError> {
|
|
7967
|
+
return safeParse(
|
|
7968
|
+
jsonString,
|
|
7969
|
+
(x) => TrustedIpsAddresses$inboundSchema.parse(JSON.parse(x)),
|
|
7970
|
+
`Failed to parse 'TrustedIpsAddresses' from JSON`,
|
|
7971
|
+
);
|
|
7972
|
+
}
|
|
7973
|
+
|
|
6794
7974
|
/** @internal */
|
|
6795
7975
|
export const TrustedIpsProtectionMode$inboundSchema: z.ZodNativeEnum<
|
|
6796
7976
|
typeof TrustedIpsProtectionMode
|
|
@@ -6854,6 +8034,24 @@ export namespace CreateProjectTrustedIps1$ {
|
|
|
6854
8034
|
export type Outbound = CreateProjectTrustedIps1$Outbound;
|
|
6855
8035
|
}
|
|
6856
8036
|
|
|
8037
|
+
export function createProjectTrustedIps1ToJSON(
|
|
8038
|
+
createProjectTrustedIps1: CreateProjectTrustedIps1,
|
|
8039
|
+
): string {
|
|
8040
|
+
return JSON.stringify(
|
|
8041
|
+
CreateProjectTrustedIps1$outboundSchema.parse(createProjectTrustedIps1),
|
|
8042
|
+
);
|
|
8043
|
+
}
|
|
8044
|
+
|
|
8045
|
+
export function createProjectTrustedIps1FromJSON(
|
|
8046
|
+
jsonString: string,
|
|
8047
|
+
): SafeParseResult<CreateProjectTrustedIps1, SDKValidationError> {
|
|
8048
|
+
return safeParse(
|
|
8049
|
+
jsonString,
|
|
8050
|
+
(x) => CreateProjectTrustedIps1$inboundSchema.parse(JSON.parse(x)),
|
|
8051
|
+
`Failed to parse 'CreateProjectTrustedIps1' from JSON`,
|
|
8052
|
+
);
|
|
8053
|
+
}
|
|
8054
|
+
|
|
6857
8055
|
/** @internal */
|
|
6858
8056
|
export const CreateProjectTrustedIps$inboundSchema: z.ZodType<
|
|
6859
8057
|
CreateProjectTrustedIps,
|
|
@@ -6892,6 +8090,24 @@ export namespace CreateProjectTrustedIps$ {
|
|
|
6892
8090
|
export type Outbound = CreateProjectTrustedIps$Outbound;
|
|
6893
8091
|
}
|
|
6894
8092
|
|
|
8093
|
+
export function createProjectTrustedIpsToJSON(
|
|
8094
|
+
createProjectTrustedIps: CreateProjectTrustedIps,
|
|
8095
|
+
): string {
|
|
8096
|
+
return JSON.stringify(
|
|
8097
|
+
CreateProjectTrustedIps$outboundSchema.parse(createProjectTrustedIps),
|
|
8098
|
+
);
|
|
8099
|
+
}
|
|
8100
|
+
|
|
8101
|
+
export function createProjectTrustedIpsFromJSON(
|
|
8102
|
+
jsonString: string,
|
|
8103
|
+
): SafeParseResult<CreateProjectTrustedIps, SDKValidationError> {
|
|
8104
|
+
return safeParse(
|
|
8105
|
+
jsonString,
|
|
8106
|
+
(x) => CreateProjectTrustedIps$inboundSchema.parse(JSON.parse(x)),
|
|
8107
|
+
`Failed to parse 'CreateProjectTrustedIps' from JSON`,
|
|
8108
|
+
);
|
|
8109
|
+
}
|
|
8110
|
+
|
|
6895
8111
|
/** @internal */
|
|
6896
8112
|
export const CreateProjectGitComments$inboundSchema: z.ZodType<
|
|
6897
8113
|
CreateProjectGitComments,
|
|
@@ -6931,6 +8147,24 @@ export namespace CreateProjectGitComments$ {
|
|
|
6931
8147
|
export type Outbound = CreateProjectGitComments$Outbound;
|
|
6932
8148
|
}
|
|
6933
8149
|
|
|
8150
|
+
export function createProjectGitCommentsToJSON(
|
|
8151
|
+
createProjectGitComments: CreateProjectGitComments,
|
|
8152
|
+
): string {
|
|
8153
|
+
return JSON.stringify(
|
|
8154
|
+
CreateProjectGitComments$outboundSchema.parse(createProjectGitComments),
|
|
8155
|
+
);
|
|
8156
|
+
}
|
|
8157
|
+
|
|
8158
|
+
export function createProjectGitCommentsFromJSON(
|
|
8159
|
+
jsonString: string,
|
|
8160
|
+
): SafeParseResult<CreateProjectGitComments, SDKValidationError> {
|
|
8161
|
+
return safeParse(
|
|
8162
|
+
jsonString,
|
|
8163
|
+
(x) => CreateProjectGitComments$inboundSchema.parse(JSON.parse(x)),
|
|
8164
|
+
`Failed to parse 'CreateProjectGitComments' from JSON`,
|
|
8165
|
+
);
|
|
8166
|
+
}
|
|
8167
|
+
|
|
6934
8168
|
/** @internal */
|
|
6935
8169
|
export const CreateProjectWebAnalytics$inboundSchema: z.ZodType<
|
|
6936
8170
|
CreateProjectWebAnalytics,
|
|
@@ -6979,6 +8213,24 @@ export namespace CreateProjectWebAnalytics$ {
|
|
|
6979
8213
|
export type Outbound = CreateProjectWebAnalytics$Outbound;
|
|
6980
8214
|
}
|
|
6981
8215
|
|
|
8216
|
+
export function createProjectWebAnalyticsToJSON(
|
|
8217
|
+
createProjectWebAnalytics: CreateProjectWebAnalytics,
|
|
8218
|
+
): string {
|
|
8219
|
+
return JSON.stringify(
|
|
8220
|
+
CreateProjectWebAnalytics$outboundSchema.parse(createProjectWebAnalytics),
|
|
8221
|
+
);
|
|
8222
|
+
}
|
|
8223
|
+
|
|
8224
|
+
export function createProjectWebAnalyticsFromJSON(
|
|
8225
|
+
jsonString: string,
|
|
8226
|
+
): SafeParseResult<CreateProjectWebAnalytics, SDKValidationError> {
|
|
8227
|
+
return safeParse(
|
|
8228
|
+
jsonString,
|
|
8229
|
+
(x) => CreateProjectWebAnalytics$inboundSchema.parse(JSON.parse(x)),
|
|
8230
|
+
`Failed to parse 'CreateProjectWebAnalytics' from JSON`,
|
|
8231
|
+
);
|
|
8232
|
+
}
|
|
8233
|
+
|
|
6982
8234
|
/** @internal */
|
|
6983
8235
|
export const CreateProjectSrc2$inboundSchema: z.ZodType<
|
|
6984
8236
|
CreateProjectSrc2,
|
|
@@ -7045,6 +8297,24 @@ export namespace CreateProjectSrc2$ {
|
|
|
7045
8297
|
export type Outbound = CreateProjectSrc2$Outbound;
|
|
7046
8298
|
}
|
|
7047
8299
|
|
|
8300
|
+
export function createProjectSrc2ToJSON(
|
|
8301
|
+
createProjectSrc2: CreateProjectSrc2,
|
|
8302
|
+
): string {
|
|
8303
|
+
return JSON.stringify(
|
|
8304
|
+
CreateProjectSrc2$outboundSchema.parse(createProjectSrc2),
|
|
8305
|
+
);
|
|
8306
|
+
}
|
|
8307
|
+
|
|
8308
|
+
export function createProjectSrc2FromJSON(
|
|
8309
|
+
jsonString: string,
|
|
8310
|
+
): SafeParseResult<CreateProjectSrc2, SDKValidationError> {
|
|
8311
|
+
return safeParse(
|
|
8312
|
+
jsonString,
|
|
8313
|
+
(x) => CreateProjectSrc2$inboundSchema.parse(JSON.parse(x)),
|
|
8314
|
+
`Failed to parse 'CreateProjectSrc2' from JSON`,
|
|
8315
|
+
);
|
|
8316
|
+
}
|
|
8317
|
+
|
|
7048
8318
|
/** @internal */
|
|
7049
8319
|
export const CreateProjectSrc$inboundSchema: z.ZodType<
|
|
7050
8320
|
CreateProjectSrc,
|
|
@@ -7075,6 +8345,24 @@ export namespace CreateProjectSrc$ {
|
|
|
7075
8345
|
export type Outbound = CreateProjectSrc$Outbound;
|
|
7076
8346
|
}
|
|
7077
8347
|
|
|
8348
|
+
export function createProjectSrcToJSON(
|
|
8349
|
+
createProjectSrc: CreateProjectSrc,
|
|
8350
|
+
): string {
|
|
8351
|
+
return JSON.stringify(
|
|
8352
|
+
CreateProjectSrc$outboundSchema.parse(createProjectSrc),
|
|
8353
|
+
);
|
|
8354
|
+
}
|
|
8355
|
+
|
|
8356
|
+
export function createProjectSrcFromJSON(
|
|
8357
|
+
jsonString: string,
|
|
8358
|
+
): SafeParseResult<CreateProjectSrc, SDKValidationError> {
|
|
8359
|
+
return safeParse(
|
|
8360
|
+
jsonString,
|
|
8361
|
+
(x) => CreateProjectSrc$inboundSchema.parse(JSON.parse(x)),
|
|
8362
|
+
`Failed to parse 'CreateProjectSrc' from JSON`,
|
|
8363
|
+
);
|
|
8364
|
+
}
|
|
8365
|
+
|
|
7078
8366
|
/** @internal */
|
|
7079
8367
|
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema:
|
|
7080
8368
|
z.ZodNativeEnum<
|
|
@@ -7169,6 +8457,24 @@ export namespace CreateProjectValue2$ {
|
|
|
7169
8457
|
export type Outbound = CreateProjectValue2$Outbound;
|
|
7170
8458
|
}
|
|
7171
8459
|
|
|
8460
|
+
export function createProjectValue2ToJSON(
|
|
8461
|
+
createProjectValue2: CreateProjectValue2,
|
|
8462
|
+
): string {
|
|
8463
|
+
return JSON.stringify(
|
|
8464
|
+
CreateProjectValue2$outboundSchema.parse(createProjectValue2),
|
|
8465
|
+
);
|
|
8466
|
+
}
|
|
8467
|
+
|
|
8468
|
+
export function createProjectValue2FromJSON(
|
|
8469
|
+
jsonString: string,
|
|
8470
|
+
): SafeParseResult<CreateProjectValue2, SDKValidationError> {
|
|
8471
|
+
return safeParse(
|
|
8472
|
+
jsonString,
|
|
8473
|
+
(x) => CreateProjectValue2$inboundSchema.parse(JSON.parse(x)),
|
|
8474
|
+
`Failed to parse 'CreateProjectValue2' from JSON`,
|
|
8475
|
+
);
|
|
8476
|
+
}
|
|
8477
|
+
|
|
7172
8478
|
/** @internal */
|
|
7173
8479
|
export const CreateProjectValue$inboundSchema: z.ZodType<
|
|
7174
8480
|
CreateProjectValue,
|
|
@@ -7199,6 +8505,24 @@ export namespace CreateProjectValue$ {
|
|
|
7199
8505
|
export type Outbound = CreateProjectValue$Outbound;
|
|
7200
8506
|
}
|
|
7201
8507
|
|
|
8508
|
+
export function createProjectValueToJSON(
|
|
8509
|
+
createProjectValue: CreateProjectValue,
|
|
8510
|
+
): string {
|
|
8511
|
+
return JSON.stringify(
|
|
8512
|
+
CreateProjectValue$outboundSchema.parse(createProjectValue),
|
|
8513
|
+
);
|
|
8514
|
+
}
|
|
8515
|
+
|
|
8516
|
+
export function createProjectValueFromJSON(
|
|
8517
|
+
jsonString: string,
|
|
8518
|
+
): SafeParseResult<CreateProjectValue, SDKValidationError> {
|
|
8519
|
+
return safeParse(
|
|
8520
|
+
jsonString,
|
|
8521
|
+
(x) => CreateProjectValue$inboundSchema.parse(JSON.parse(x)),
|
|
8522
|
+
`Failed to parse 'CreateProjectValue' from JSON`,
|
|
8523
|
+
);
|
|
8524
|
+
}
|
|
8525
|
+
|
|
7202
8526
|
/** @internal */
|
|
7203
8527
|
export const CreateProjectHas$inboundSchema: z.ZodType<
|
|
7204
8528
|
CreateProjectHas,
|
|
@@ -7245,6 +8569,24 @@ export namespace CreateProjectHas$ {
|
|
|
7245
8569
|
export type Outbound = CreateProjectHas$Outbound;
|
|
7246
8570
|
}
|
|
7247
8571
|
|
|
8572
|
+
export function createProjectHasToJSON(
|
|
8573
|
+
createProjectHas: CreateProjectHas,
|
|
8574
|
+
): string {
|
|
8575
|
+
return JSON.stringify(
|
|
8576
|
+
CreateProjectHas$outboundSchema.parse(createProjectHas),
|
|
8577
|
+
);
|
|
8578
|
+
}
|
|
8579
|
+
|
|
8580
|
+
export function createProjectHasFromJSON(
|
|
8581
|
+
jsonString: string,
|
|
8582
|
+
): SafeParseResult<CreateProjectHas, SDKValidationError> {
|
|
8583
|
+
return safeParse(
|
|
8584
|
+
jsonString,
|
|
8585
|
+
(x) => CreateProjectHas$inboundSchema.parse(JSON.parse(x)),
|
|
8586
|
+
`Failed to parse 'CreateProjectHas' from JSON`,
|
|
8587
|
+
);
|
|
8588
|
+
}
|
|
8589
|
+
|
|
7248
8590
|
/** @internal */
|
|
7249
8591
|
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema:
|
|
7250
8592
|
z.ZodNativeEnum<
|
|
@@ -7339,6 +8681,26 @@ export namespace CreateProjectValueProjects2$ {
|
|
|
7339
8681
|
export type Outbound = CreateProjectValueProjects2$Outbound;
|
|
7340
8682
|
}
|
|
7341
8683
|
|
|
8684
|
+
export function createProjectValueProjects2ToJSON(
|
|
8685
|
+
createProjectValueProjects2: CreateProjectValueProjects2,
|
|
8686
|
+
): string {
|
|
8687
|
+
return JSON.stringify(
|
|
8688
|
+
CreateProjectValueProjects2$outboundSchema.parse(
|
|
8689
|
+
createProjectValueProjects2,
|
|
8690
|
+
),
|
|
8691
|
+
);
|
|
8692
|
+
}
|
|
8693
|
+
|
|
8694
|
+
export function createProjectValueProjects2FromJSON(
|
|
8695
|
+
jsonString: string,
|
|
8696
|
+
): SafeParseResult<CreateProjectValueProjects2, SDKValidationError> {
|
|
8697
|
+
return safeParse(
|
|
8698
|
+
jsonString,
|
|
8699
|
+
(x) => CreateProjectValueProjects2$inboundSchema.parse(JSON.parse(x)),
|
|
8700
|
+
`Failed to parse 'CreateProjectValueProjects2' from JSON`,
|
|
8701
|
+
);
|
|
8702
|
+
}
|
|
8703
|
+
|
|
7342
8704
|
/** @internal */
|
|
7343
8705
|
export const CreateProjectProjectsValue$inboundSchema: z.ZodType<
|
|
7344
8706
|
CreateProjectProjectsValue,
|
|
@@ -7377,6 +8739,24 @@ export namespace CreateProjectProjectsValue$ {
|
|
|
7377
8739
|
export type Outbound = CreateProjectProjectsValue$Outbound;
|
|
7378
8740
|
}
|
|
7379
8741
|
|
|
8742
|
+
export function createProjectProjectsValueToJSON(
|
|
8743
|
+
createProjectProjectsValue: CreateProjectProjectsValue,
|
|
8744
|
+
): string {
|
|
8745
|
+
return JSON.stringify(
|
|
8746
|
+
CreateProjectProjectsValue$outboundSchema.parse(createProjectProjectsValue),
|
|
8747
|
+
);
|
|
8748
|
+
}
|
|
8749
|
+
|
|
8750
|
+
export function createProjectProjectsValueFromJSON(
|
|
8751
|
+
jsonString: string,
|
|
8752
|
+
): SafeParseResult<CreateProjectProjectsValue, SDKValidationError> {
|
|
8753
|
+
return safeParse(
|
|
8754
|
+
jsonString,
|
|
8755
|
+
(x) => CreateProjectProjectsValue$inboundSchema.parse(JSON.parse(x)),
|
|
8756
|
+
`Failed to parse 'CreateProjectProjectsValue' from JSON`,
|
|
8757
|
+
);
|
|
8758
|
+
}
|
|
8759
|
+
|
|
7380
8760
|
/** @internal */
|
|
7381
8761
|
export const CreateProjectMissing$inboundSchema: z.ZodType<
|
|
7382
8762
|
CreateProjectMissing,
|
|
@@ -7427,6 +8807,24 @@ export namespace CreateProjectMissing$ {
|
|
|
7427
8807
|
export type Outbound = CreateProjectMissing$Outbound;
|
|
7428
8808
|
}
|
|
7429
8809
|
|
|
8810
|
+
export function createProjectMissingToJSON(
|
|
8811
|
+
createProjectMissing: CreateProjectMissing,
|
|
8812
|
+
): string {
|
|
8813
|
+
return JSON.stringify(
|
|
8814
|
+
CreateProjectMissing$outboundSchema.parse(createProjectMissing),
|
|
8815
|
+
);
|
|
8816
|
+
}
|
|
8817
|
+
|
|
8818
|
+
export function createProjectMissingFromJSON(
|
|
8819
|
+
jsonString: string,
|
|
8820
|
+
): SafeParseResult<CreateProjectMissing, SDKValidationError> {
|
|
8821
|
+
return safeParse(
|
|
8822
|
+
jsonString,
|
|
8823
|
+
(x) => CreateProjectMissing$inboundSchema.parse(JSON.parse(x)),
|
|
8824
|
+
`Failed to parse 'CreateProjectMissing' from JSON`,
|
|
8825
|
+
);
|
|
8826
|
+
}
|
|
8827
|
+
|
|
7430
8828
|
/** @internal */
|
|
7431
8829
|
export const CreateProjectHandle$inboundSchema: z.ZodNativeEnum<
|
|
7432
8830
|
typeof CreateProjectHandle
|
|
@@ -7535,6 +8933,24 @@ export namespace CreateProjectErl$ {
|
|
|
7535
8933
|
export type Outbound = CreateProjectErl$Outbound;
|
|
7536
8934
|
}
|
|
7537
8935
|
|
|
8936
|
+
export function createProjectErlToJSON(
|
|
8937
|
+
createProjectErl: CreateProjectErl,
|
|
8938
|
+
): string {
|
|
8939
|
+
return JSON.stringify(
|
|
8940
|
+
CreateProjectErl$outboundSchema.parse(createProjectErl),
|
|
8941
|
+
);
|
|
8942
|
+
}
|
|
8943
|
+
|
|
8944
|
+
export function createProjectErlFromJSON(
|
|
8945
|
+
jsonString: string,
|
|
8946
|
+
): SafeParseResult<CreateProjectErl, SDKValidationError> {
|
|
8947
|
+
return safeParse(
|
|
8948
|
+
jsonString,
|
|
8949
|
+
(x) => CreateProjectErl$inboundSchema.parse(JSON.parse(x)),
|
|
8950
|
+
`Failed to parse 'CreateProjectErl' from JSON`,
|
|
8951
|
+
);
|
|
8952
|
+
}
|
|
8953
|
+
|
|
7538
8954
|
/** @internal */
|
|
7539
8955
|
export const CreateProjectMitigate$inboundSchema: z.ZodType<
|
|
7540
8956
|
CreateProjectMitigate,
|
|
@@ -7588,6 +9004,24 @@ export namespace CreateProjectMitigate$ {
|
|
|
7588
9004
|
export type Outbound = CreateProjectMitigate$Outbound;
|
|
7589
9005
|
}
|
|
7590
9006
|
|
|
9007
|
+
export function createProjectMitigateToJSON(
|
|
9008
|
+
createProjectMitigate: CreateProjectMitigate,
|
|
9009
|
+
): string {
|
|
9010
|
+
return JSON.stringify(
|
|
9011
|
+
CreateProjectMitigate$outboundSchema.parse(createProjectMitigate),
|
|
9012
|
+
);
|
|
9013
|
+
}
|
|
9014
|
+
|
|
9015
|
+
export function createProjectMitigateFromJSON(
|
|
9016
|
+
jsonString: string,
|
|
9017
|
+
): SafeParseResult<CreateProjectMitigate, SDKValidationError> {
|
|
9018
|
+
return safeParse(
|
|
9019
|
+
jsonString,
|
|
9020
|
+
(x) => CreateProjectMitigate$inboundSchema.parse(JSON.parse(x)),
|
|
9021
|
+
`Failed to parse 'CreateProjectMitigate' from JSON`,
|
|
9022
|
+
);
|
|
9023
|
+
}
|
|
9024
|
+
|
|
7591
9025
|
/** @internal */
|
|
7592
9026
|
export const CreateProjectFirewallRoutes$inboundSchema: z.ZodType<
|
|
7593
9027
|
CreateProjectFirewallRoutes,
|
|
@@ -7645,6 +9079,26 @@ export namespace CreateProjectFirewallRoutes$ {
|
|
|
7645
9079
|
export type Outbound = CreateProjectFirewallRoutes$Outbound;
|
|
7646
9080
|
}
|
|
7647
9081
|
|
|
9082
|
+
export function createProjectFirewallRoutesToJSON(
|
|
9083
|
+
createProjectFirewallRoutes: CreateProjectFirewallRoutes,
|
|
9084
|
+
): string {
|
|
9085
|
+
return JSON.stringify(
|
|
9086
|
+
CreateProjectFirewallRoutes$outboundSchema.parse(
|
|
9087
|
+
createProjectFirewallRoutes,
|
|
9088
|
+
),
|
|
9089
|
+
);
|
|
9090
|
+
}
|
|
9091
|
+
|
|
9092
|
+
export function createProjectFirewallRoutesFromJSON(
|
|
9093
|
+
jsonString: string,
|
|
9094
|
+
): SafeParseResult<CreateProjectFirewallRoutes, SDKValidationError> {
|
|
9095
|
+
return safeParse(
|
|
9096
|
+
jsonString,
|
|
9097
|
+
(x) => CreateProjectFirewallRoutes$inboundSchema.parse(JSON.parse(x)),
|
|
9098
|
+
`Failed to parse 'CreateProjectFirewallRoutes' from JSON`,
|
|
9099
|
+
);
|
|
9100
|
+
}
|
|
9101
|
+
|
|
7648
9102
|
/** @internal */
|
|
7649
9103
|
export const CreateProjectSecurity$inboundSchema: z.ZodType<
|
|
7650
9104
|
CreateProjectSecurity,
|
|
@@ -7663,6 +9117,7 @@ export const CreateProjectSecurity$inboundSchema: z.ZodType<
|
|
|
7663
9117
|
firewallSeawallEnabled: z.boolean().optional(),
|
|
7664
9118
|
ja3Enabled: z.boolean().optional(),
|
|
7665
9119
|
ja4Enabled: z.boolean().optional(),
|
|
9120
|
+
firewallBypassIps: z.array(z.string()).optional(),
|
|
7666
9121
|
});
|
|
7667
9122
|
|
|
7668
9123
|
/** @internal */
|
|
@@ -7677,6 +9132,7 @@ export type CreateProjectSecurity$Outbound = {
|
|
|
7677
9132
|
firewallSeawallEnabled?: boolean | undefined;
|
|
7678
9133
|
ja3Enabled?: boolean | undefined;
|
|
7679
9134
|
ja4Enabled?: boolean | undefined;
|
|
9135
|
+
firewallBypassIps?: Array<string> | undefined;
|
|
7680
9136
|
};
|
|
7681
9137
|
|
|
7682
9138
|
/** @internal */
|
|
@@ -7697,6 +9153,7 @@ export const CreateProjectSecurity$outboundSchema: z.ZodType<
|
|
|
7697
9153
|
firewallSeawallEnabled: z.boolean().optional(),
|
|
7698
9154
|
ja3Enabled: z.boolean().optional(),
|
|
7699
9155
|
ja4Enabled: z.boolean().optional(),
|
|
9156
|
+
firewallBypassIps: z.array(z.string()).optional(),
|
|
7700
9157
|
});
|
|
7701
9158
|
|
|
7702
9159
|
/**
|
|
@@ -7712,6 +9169,24 @@ export namespace CreateProjectSecurity$ {
|
|
|
7712
9169
|
export type Outbound = CreateProjectSecurity$Outbound;
|
|
7713
9170
|
}
|
|
7714
9171
|
|
|
9172
|
+
export function createProjectSecurityToJSON(
|
|
9173
|
+
createProjectSecurity: CreateProjectSecurity,
|
|
9174
|
+
): string {
|
|
9175
|
+
return JSON.stringify(
|
|
9176
|
+
CreateProjectSecurity$outboundSchema.parse(createProjectSecurity),
|
|
9177
|
+
);
|
|
9178
|
+
}
|
|
9179
|
+
|
|
9180
|
+
export function createProjectSecurityFromJSON(
|
|
9181
|
+
jsonString: string,
|
|
9182
|
+
): SafeParseResult<CreateProjectSecurity, SDKValidationError> {
|
|
9183
|
+
return safeParse(
|
|
9184
|
+
jsonString,
|
|
9185
|
+
(x) => CreateProjectSecurity$inboundSchema.parse(JSON.parse(x)),
|
|
9186
|
+
`Failed to parse 'CreateProjectSecurity' from JSON`,
|
|
9187
|
+
);
|
|
9188
|
+
}
|
|
9189
|
+
|
|
7715
9190
|
/** @internal */
|
|
7716
9191
|
export const CreateProjectIssuerMode$inboundSchema: z.ZodNativeEnum<
|
|
7717
9192
|
typeof CreateProjectIssuerMode
|
|
@@ -7772,6 +9247,26 @@ export namespace CreateProjectOidcTokenConfig$ {
|
|
|
7772
9247
|
export type Outbound = CreateProjectOidcTokenConfig$Outbound;
|
|
7773
9248
|
}
|
|
7774
9249
|
|
|
9250
|
+
export function createProjectOidcTokenConfigToJSON(
|
|
9251
|
+
createProjectOidcTokenConfig: CreateProjectOidcTokenConfig,
|
|
9252
|
+
): string {
|
|
9253
|
+
return JSON.stringify(
|
|
9254
|
+
CreateProjectOidcTokenConfig$outboundSchema.parse(
|
|
9255
|
+
createProjectOidcTokenConfig,
|
|
9256
|
+
),
|
|
9257
|
+
);
|
|
9258
|
+
}
|
|
9259
|
+
|
|
9260
|
+
export function createProjectOidcTokenConfigFromJSON(
|
|
9261
|
+
jsonString: string,
|
|
9262
|
+
): SafeParseResult<CreateProjectOidcTokenConfig, SDKValidationError> {
|
|
9263
|
+
return safeParse(
|
|
9264
|
+
jsonString,
|
|
9265
|
+
(x) => CreateProjectOidcTokenConfig$inboundSchema.parse(JSON.parse(x)),
|
|
9266
|
+
`Failed to parse 'CreateProjectOidcTokenConfig' from JSON`,
|
|
9267
|
+
);
|
|
9268
|
+
}
|
|
9269
|
+
|
|
7775
9270
|
/** @internal */
|
|
7776
9271
|
export const CreateProjectTier$inboundSchema: z.ZodNativeEnum<
|
|
7777
9272
|
typeof CreateProjectTier
|
|
@@ -8125,3 +9620,21 @@ export namespace CreateProjectResponseBody$ {
|
|
|
8125
9620
|
/** @deprecated use `CreateProjectResponseBody$Outbound` instead. */
|
|
8126
9621
|
export type Outbound = CreateProjectResponseBody$Outbound;
|
|
8127
9622
|
}
|
|
9623
|
+
|
|
9624
|
+
export function createProjectResponseBodyToJSON(
|
|
9625
|
+
createProjectResponseBody: CreateProjectResponseBody,
|
|
9626
|
+
): string {
|
|
9627
|
+
return JSON.stringify(
|
|
9628
|
+
CreateProjectResponseBody$outboundSchema.parse(createProjectResponseBody),
|
|
9629
|
+
);
|
|
9630
|
+
}
|
|
9631
|
+
|
|
9632
|
+
export function createProjectResponseBodyFromJSON(
|
|
9633
|
+
jsonString: string,
|
|
9634
|
+
): SafeParseResult<CreateProjectResponseBody, SDKValidationError> {
|
|
9635
|
+
return safeParse(
|
|
9636
|
+
jsonString,
|
|
9637
|
+
(x) => CreateProjectResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
9638
|
+
`Failed to parse 'CreateProjectResponseBody' from JSON`,
|
|
9639
|
+
);
|
|
9640
|
+
}
|