@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,7 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
8
|
import { ClosedEnum } from "../../types/enums.js";
|
|
9
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
10
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
8
11
|
|
|
9
12
|
/**
|
|
10
13
|
* The type of environment variable
|
|
@@ -256,10 +259,10 @@ export type CreateProjectEnvCreatedTarget =
|
|
|
256
259
|
|
|
257
260
|
export const CreateProjectEnvCreatedType = {
|
|
258
261
|
System: "system",
|
|
259
|
-
Secret: "secret",
|
|
260
262
|
Encrypted: "encrypted",
|
|
261
263
|
Plain: "plain",
|
|
262
264
|
Sensitive: "sensitive",
|
|
265
|
+
Secret: "secret",
|
|
263
266
|
} as const;
|
|
264
267
|
export type CreateProjectEnvCreatedType = ClosedEnum<
|
|
265
268
|
typeof CreateProjectEnvCreatedType
|
|
@@ -605,10 +608,10 @@ export type CreatedTarget =
|
|
|
605
608
|
|
|
606
609
|
export const CreatedType = {
|
|
607
610
|
System: "system",
|
|
608
|
-
Secret: "secret",
|
|
609
611
|
Encrypted: "encrypted",
|
|
610
612
|
Plain: "plain",
|
|
611
613
|
Sensitive: "sensitive",
|
|
614
|
+
Secret: "secret",
|
|
612
615
|
} as const;
|
|
613
616
|
export type CreatedType = ClosedEnum<typeof CreatedType>;
|
|
614
617
|
|
|
@@ -1061,6 +1064,20 @@ export namespace Two2$ {
|
|
|
1061
1064
|
export type Outbound = Two2$Outbound;
|
|
1062
1065
|
}
|
|
1063
1066
|
|
|
1067
|
+
export function two2ToJSON(two2: Two2): string {
|
|
1068
|
+
return JSON.stringify(Two2$outboundSchema.parse(two2));
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
export function two2FromJSON(
|
|
1072
|
+
jsonString: string,
|
|
1073
|
+
): SafeParseResult<Two2, SDKValidationError> {
|
|
1074
|
+
return safeParse(
|
|
1075
|
+
jsonString,
|
|
1076
|
+
(x) => Two2$inboundSchema.parse(JSON.parse(x)),
|
|
1077
|
+
`Failed to parse 'Two2' from JSON`,
|
|
1078
|
+
);
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1064
1081
|
/** @internal */
|
|
1065
1082
|
export const TwoType$inboundSchema: z.ZodNativeEnum<typeof TwoType> = z
|
|
1066
1083
|
.nativeEnum(TwoType);
|
|
@@ -1144,6 +1161,20 @@ export namespace Two1$ {
|
|
|
1144
1161
|
export type Outbound = Two1$Outbound;
|
|
1145
1162
|
}
|
|
1146
1163
|
|
|
1164
|
+
export function two1ToJSON(two1: Two1): string {
|
|
1165
|
+
return JSON.stringify(Two1$outboundSchema.parse(two1));
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
export function two1FromJSON(
|
|
1169
|
+
jsonString: string,
|
|
1170
|
+
): SafeParseResult<Two1, SDKValidationError> {
|
|
1171
|
+
return safeParse(
|
|
1172
|
+
jsonString,
|
|
1173
|
+
(x) => Two1$inboundSchema.parse(JSON.parse(x)),
|
|
1174
|
+
`Failed to parse 'Two1' from JSON`,
|
|
1175
|
+
);
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1147
1178
|
/** @internal */
|
|
1148
1179
|
export const CreateProjectEnvRequestBody2$inboundSchema: z.ZodType<
|
|
1149
1180
|
CreateProjectEnvRequestBody2,
|
|
@@ -1182,6 +1213,26 @@ export namespace CreateProjectEnvRequestBody2$ {
|
|
|
1182
1213
|
export type Outbound = CreateProjectEnvRequestBody2$Outbound;
|
|
1183
1214
|
}
|
|
1184
1215
|
|
|
1216
|
+
export function createProjectEnvRequestBody2ToJSON(
|
|
1217
|
+
createProjectEnvRequestBody2: CreateProjectEnvRequestBody2,
|
|
1218
|
+
): string {
|
|
1219
|
+
return JSON.stringify(
|
|
1220
|
+
CreateProjectEnvRequestBody2$outboundSchema.parse(
|
|
1221
|
+
createProjectEnvRequestBody2,
|
|
1222
|
+
),
|
|
1223
|
+
);
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
export function createProjectEnvRequestBody2FromJSON(
|
|
1227
|
+
jsonString: string,
|
|
1228
|
+
): SafeParseResult<CreateProjectEnvRequestBody2, SDKValidationError> {
|
|
1229
|
+
return safeParse(
|
|
1230
|
+
jsonString,
|
|
1231
|
+
(x) => CreateProjectEnvRequestBody2$inboundSchema.parse(JSON.parse(x)),
|
|
1232
|
+
`Failed to parse 'CreateProjectEnvRequestBody2' from JSON`,
|
|
1233
|
+
);
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1185
1236
|
/** @internal */
|
|
1186
1237
|
export const CreateProjectEnv1Type$inboundSchema: z.ZodNativeEnum<
|
|
1187
1238
|
typeof CreateProjectEnv1Type
|
|
@@ -1275,6 +1326,24 @@ export namespace CreateProjectEnv12$ {
|
|
|
1275
1326
|
export type Outbound = CreateProjectEnv12$Outbound;
|
|
1276
1327
|
}
|
|
1277
1328
|
|
|
1329
|
+
export function createProjectEnv12ToJSON(
|
|
1330
|
+
createProjectEnv12: CreateProjectEnv12,
|
|
1331
|
+
): string {
|
|
1332
|
+
return JSON.stringify(
|
|
1333
|
+
CreateProjectEnv12$outboundSchema.parse(createProjectEnv12),
|
|
1334
|
+
);
|
|
1335
|
+
}
|
|
1336
|
+
|
|
1337
|
+
export function createProjectEnv12FromJSON(
|
|
1338
|
+
jsonString: string,
|
|
1339
|
+
): SafeParseResult<CreateProjectEnv12, SDKValidationError> {
|
|
1340
|
+
return safeParse(
|
|
1341
|
+
jsonString,
|
|
1342
|
+
(x) => CreateProjectEnv12$inboundSchema.parse(JSON.parse(x)),
|
|
1343
|
+
`Failed to parse 'CreateProjectEnv12' from JSON`,
|
|
1344
|
+
);
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1278
1347
|
/** @internal */
|
|
1279
1348
|
export const OneType$inboundSchema: z.ZodNativeEnum<typeof OneType> = z
|
|
1280
1349
|
.nativeEnum(OneType);
|
|
@@ -1364,6 +1433,24 @@ export namespace CreateProjectEnv11$ {
|
|
|
1364
1433
|
export type Outbound = CreateProjectEnv11$Outbound;
|
|
1365
1434
|
}
|
|
1366
1435
|
|
|
1436
|
+
export function createProjectEnv11ToJSON(
|
|
1437
|
+
createProjectEnv11: CreateProjectEnv11,
|
|
1438
|
+
): string {
|
|
1439
|
+
return JSON.stringify(
|
|
1440
|
+
CreateProjectEnv11$outboundSchema.parse(createProjectEnv11),
|
|
1441
|
+
);
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
export function createProjectEnv11FromJSON(
|
|
1445
|
+
jsonString: string,
|
|
1446
|
+
): SafeParseResult<CreateProjectEnv11, SDKValidationError> {
|
|
1447
|
+
return safeParse(
|
|
1448
|
+
jsonString,
|
|
1449
|
+
(x) => CreateProjectEnv11$inboundSchema.parse(JSON.parse(x)),
|
|
1450
|
+
`Failed to parse 'CreateProjectEnv11' from JSON`,
|
|
1451
|
+
);
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1367
1454
|
/** @internal */
|
|
1368
1455
|
export const CreateProjectEnvRequestBody1$inboundSchema: z.ZodType<
|
|
1369
1456
|
CreateProjectEnvRequestBody1,
|
|
@@ -1402,6 +1489,26 @@ export namespace CreateProjectEnvRequestBody1$ {
|
|
|
1402
1489
|
export type Outbound = CreateProjectEnvRequestBody1$Outbound;
|
|
1403
1490
|
}
|
|
1404
1491
|
|
|
1492
|
+
export function createProjectEnvRequestBody1ToJSON(
|
|
1493
|
+
createProjectEnvRequestBody1: CreateProjectEnvRequestBody1,
|
|
1494
|
+
): string {
|
|
1495
|
+
return JSON.stringify(
|
|
1496
|
+
CreateProjectEnvRequestBody1$outboundSchema.parse(
|
|
1497
|
+
createProjectEnvRequestBody1,
|
|
1498
|
+
),
|
|
1499
|
+
);
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1502
|
+
export function createProjectEnvRequestBody1FromJSON(
|
|
1503
|
+
jsonString: string,
|
|
1504
|
+
): SafeParseResult<CreateProjectEnvRequestBody1, SDKValidationError> {
|
|
1505
|
+
return safeParse(
|
|
1506
|
+
jsonString,
|
|
1507
|
+
(x) => CreateProjectEnvRequestBody1$inboundSchema.parse(JSON.parse(x)),
|
|
1508
|
+
`Failed to parse 'CreateProjectEnvRequestBody1' from JSON`,
|
|
1509
|
+
);
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1405
1512
|
/** @internal */
|
|
1406
1513
|
export const CreateProjectEnvRequestBody$inboundSchema: z.ZodType<
|
|
1407
1514
|
CreateProjectEnvRequestBody,
|
|
@@ -1457,6 +1564,26 @@ export namespace CreateProjectEnvRequestBody$ {
|
|
|
1457
1564
|
export type Outbound = CreateProjectEnvRequestBody$Outbound;
|
|
1458
1565
|
}
|
|
1459
1566
|
|
|
1567
|
+
export function createProjectEnvRequestBodyToJSON(
|
|
1568
|
+
createProjectEnvRequestBody: CreateProjectEnvRequestBody,
|
|
1569
|
+
): string {
|
|
1570
|
+
return JSON.stringify(
|
|
1571
|
+
CreateProjectEnvRequestBody$outboundSchema.parse(
|
|
1572
|
+
createProjectEnvRequestBody,
|
|
1573
|
+
),
|
|
1574
|
+
);
|
|
1575
|
+
}
|
|
1576
|
+
|
|
1577
|
+
export function createProjectEnvRequestBodyFromJSON(
|
|
1578
|
+
jsonString: string,
|
|
1579
|
+
): SafeParseResult<CreateProjectEnvRequestBody, SDKValidationError> {
|
|
1580
|
+
return safeParse(
|
|
1581
|
+
jsonString,
|
|
1582
|
+
(x) => CreateProjectEnvRequestBody$inboundSchema.parse(JSON.parse(x)),
|
|
1583
|
+
`Failed to parse 'CreateProjectEnvRequestBody' from JSON`,
|
|
1584
|
+
);
|
|
1585
|
+
}
|
|
1586
|
+
|
|
1460
1587
|
/** @internal */
|
|
1461
1588
|
export const CreateProjectEnvRequest$inboundSchema: z.ZodType<
|
|
1462
1589
|
CreateProjectEnvRequest,
|
|
@@ -1539,6 +1666,24 @@ export namespace CreateProjectEnvRequest$ {
|
|
|
1539
1666
|
export type Outbound = CreateProjectEnvRequest$Outbound;
|
|
1540
1667
|
}
|
|
1541
1668
|
|
|
1669
|
+
export function createProjectEnvRequestToJSON(
|
|
1670
|
+
createProjectEnvRequest: CreateProjectEnvRequest,
|
|
1671
|
+
): string {
|
|
1672
|
+
return JSON.stringify(
|
|
1673
|
+
CreateProjectEnvRequest$outboundSchema.parse(createProjectEnvRequest),
|
|
1674
|
+
);
|
|
1675
|
+
}
|
|
1676
|
+
|
|
1677
|
+
export function createProjectEnvRequestFromJSON(
|
|
1678
|
+
jsonString: string,
|
|
1679
|
+
): SafeParseResult<CreateProjectEnvRequest, SDKValidationError> {
|
|
1680
|
+
return safeParse(
|
|
1681
|
+
jsonString,
|
|
1682
|
+
(x) => CreateProjectEnvRequest$inboundSchema.parse(JSON.parse(x)),
|
|
1683
|
+
`Failed to parse 'CreateProjectEnvRequest' from JSON`,
|
|
1684
|
+
);
|
|
1685
|
+
}
|
|
1686
|
+
|
|
1542
1687
|
/** @internal */
|
|
1543
1688
|
export const CreateProjectEnvTargetProjects2$inboundSchema: z.ZodNativeEnum<
|
|
1544
1689
|
typeof CreateProjectEnvTargetProjects2
|
|
@@ -1596,6 +1741,26 @@ export namespace CreateProjectEnvCreatedTarget$ {
|
|
|
1596
1741
|
export type Outbound = CreateProjectEnvCreatedTarget$Outbound;
|
|
1597
1742
|
}
|
|
1598
1743
|
|
|
1744
|
+
export function createProjectEnvCreatedTargetToJSON(
|
|
1745
|
+
createProjectEnvCreatedTarget: CreateProjectEnvCreatedTarget,
|
|
1746
|
+
): string {
|
|
1747
|
+
return JSON.stringify(
|
|
1748
|
+
CreateProjectEnvCreatedTarget$outboundSchema.parse(
|
|
1749
|
+
createProjectEnvCreatedTarget,
|
|
1750
|
+
),
|
|
1751
|
+
);
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1754
|
+
export function createProjectEnvCreatedTargetFromJSON(
|
|
1755
|
+
jsonString: string,
|
|
1756
|
+
): SafeParseResult<CreateProjectEnvCreatedTarget, SDKValidationError> {
|
|
1757
|
+
return safeParse(
|
|
1758
|
+
jsonString,
|
|
1759
|
+
(x) => CreateProjectEnvCreatedTarget$inboundSchema.parse(JSON.parse(x)),
|
|
1760
|
+
`Failed to parse 'CreateProjectEnvCreatedTarget' from JSON`,
|
|
1761
|
+
);
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1599
1764
|
/** @internal */
|
|
1600
1765
|
export const CreateProjectEnvCreatedType$inboundSchema: z.ZodNativeEnum<
|
|
1601
1766
|
typeof CreateProjectEnvCreatedType
|
|
@@ -1688,6 +1853,27 @@ export namespace CreateProjectEnvContentHintProjects15$ {
|
|
|
1688
1853
|
export type Outbound = CreateProjectEnvContentHintProjects15$Outbound;
|
|
1689
1854
|
}
|
|
1690
1855
|
|
|
1856
|
+
export function createProjectEnvContentHintProjects15ToJSON(
|
|
1857
|
+
createProjectEnvContentHintProjects15: CreateProjectEnvContentHintProjects15,
|
|
1858
|
+
): string {
|
|
1859
|
+
return JSON.stringify(
|
|
1860
|
+
CreateProjectEnvContentHintProjects15$outboundSchema.parse(
|
|
1861
|
+
createProjectEnvContentHintProjects15,
|
|
1862
|
+
),
|
|
1863
|
+
);
|
|
1864
|
+
}
|
|
1865
|
+
|
|
1866
|
+
export function createProjectEnvContentHintProjects15FromJSON(
|
|
1867
|
+
jsonString: string,
|
|
1868
|
+
): SafeParseResult<CreateProjectEnvContentHintProjects15, SDKValidationError> {
|
|
1869
|
+
return safeParse(
|
|
1870
|
+
jsonString,
|
|
1871
|
+
(x) =>
|
|
1872
|
+
CreateProjectEnvContentHintProjects15$inboundSchema.parse(JSON.parse(x)),
|
|
1873
|
+
`Failed to parse 'CreateProjectEnvContentHintProjects15' from JSON`,
|
|
1874
|
+
);
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1691
1877
|
/** @internal */
|
|
1692
1878
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated214Type$inboundSchema:
|
|
1693
1879
|
z.ZodNativeEnum<
|
|
@@ -1768,6 +1954,27 @@ export namespace CreateProjectEnvContentHintProjects14$ {
|
|
|
1768
1954
|
export type Outbound = CreateProjectEnvContentHintProjects14$Outbound;
|
|
1769
1955
|
}
|
|
1770
1956
|
|
|
1957
|
+
export function createProjectEnvContentHintProjects14ToJSON(
|
|
1958
|
+
createProjectEnvContentHintProjects14: CreateProjectEnvContentHintProjects14,
|
|
1959
|
+
): string {
|
|
1960
|
+
return JSON.stringify(
|
|
1961
|
+
CreateProjectEnvContentHintProjects14$outboundSchema.parse(
|
|
1962
|
+
createProjectEnvContentHintProjects14,
|
|
1963
|
+
),
|
|
1964
|
+
);
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1967
|
+
export function createProjectEnvContentHintProjects14FromJSON(
|
|
1968
|
+
jsonString: string,
|
|
1969
|
+
): SafeParseResult<CreateProjectEnvContentHintProjects14, SDKValidationError> {
|
|
1970
|
+
return safeParse(
|
|
1971
|
+
jsonString,
|
|
1972
|
+
(x) =>
|
|
1973
|
+
CreateProjectEnvContentHintProjects14$inboundSchema.parse(JSON.parse(x)),
|
|
1974
|
+
`Failed to parse 'CreateProjectEnvContentHintProjects14' from JSON`,
|
|
1975
|
+
);
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1771
1978
|
/** @internal */
|
|
1772
1979
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated213Type$inboundSchema:
|
|
1773
1980
|
z.ZodNativeEnum<
|
|
@@ -1839,6 +2046,27 @@ export namespace CreateProjectEnvContentHintProjects13$ {
|
|
|
1839
2046
|
export type Outbound = CreateProjectEnvContentHintProjects13$Outbound;
|
|
1840
2047
|
}
|
|
1841
2048
|
|
|
2049
|
+
export function createProjectEnvContentHintProjects13ToJSON(
|
|
2050
|
+
createProjectEnvContentHintProjects13: CreateProjectEnvContentHintProjects13,
|
|
2051
|
+
): string {
|
|
2052
|
+
return JSON.stringify(
|
|
2053
|
+
CreateProjectEnvContentHintProjects13$outboundSchema.parse(
|
|
2054
|
+
createProjectEnvContentHintProjects13,
|
|
2055
|
+
),
|
|
2056
|
+
);
|
|
2057
|
+
}
|
|
2058
|
+
|
|
2059
|
+
export function createProjectEnvContentHintProjects13FromJSON(
|
|
2060
|
+
jsonString: string,
|
|
2061
|
+
): SafeParseResult<CreateProjectEnvContentHintProjects13, SDKValidationError> {
|
|
2062
|
+
return safeParse(
|
|
2063
|
+
jsonString,
|
|
2064
|
+
(x) =>
|
|
2065
|
+
CreateProjectEnvContentHintProjects13$inboundSchema.parse(JSON.parse(x)),
|
|
2066
|
+
`Failed to parse 'CreateProjectEnvContentHintProjects13' from JSON`,
|
|
2067
|
+
);
|
|
2068
|
+
}
|
|
2069
|
+
|
|
1842
2070
|
/** @internal */
|
|
1843
2071
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated212Type$inboundSchema:
|
|
1844
2072
|
z.ZodNativeEnum<
|
|
@@ -1910,6 +2138,27 @@ export namespace CreateProjectEnvContentHintProjects12$ {
|
|
|
1910
2138
|
export type Outbound = CreateProjectEnvContentHintProjects12$Outbound;
|
|
1911
2139
|
}
|
|
1912
2140
|
|
|
2141
|
+
export function createProjectEnvContentHintProjects12ToJSON(
|
|
2142
|
+
createProjectEnvContentHintProjects12: CreateProjectEnvContentHintProjects12,
|
|
2143
|
+
): string {
|
|
2144
|
+
return JSON.stringify(
|
|
2145
|
+
CreateProjectEnvContentHintProjects12$outboundSchema.parse(
|
|
2146
|
+
createProjectEnvContentHintProjects12,
|
|
2147
|
+
),
|
|
2148
|
+
);
|
|
2149
|
+
}
|
|
2150
|
+
|
|
2151
|
+
export function createProjectEnvContentHintProjects12FromJSON(
|
|
2152
|
+
jsonString: string,
|
|
2153
|
+
): SafeParseResult<CreateProjectEnvContentHintProjects12, SDKValidationError> {
|
|
2154
|
+
return safeParse(
|
|
2155
|
+
jsonString,
|
|
2156
|
+
(x) =>
|
|
2157
|
+
CreateProjectEnvContentHintProjects12$inboundSchema.parse(JSON.parse(x)),
|
|
2158
|
+
`Failed to parse 'CreateProjectEnvContentHintProjects12' from JSON`,
|
|
2159
|
+
);
|
|
2160
|
+
}
|
|
2161
|
+
|
|
1913
2162
|
/** @internal */
|
|
1914
2163
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated211Type$inboundSchema:
|
|
1915
2164
|
z.ZodNativeEnum<
|
|
@@ -1981,6 +2230,27 @@ export namespace CreateProjectEnvContentHintProjects11$ {
|
|
|
1981
2230
|
export type Outbound = CreateProjectEnvContentHintProjects11$Outbound;
|
|
1982
2231
|
}
|
|
1983
2232
|
|
|
2233
|
+
export function createProjectEnvContentHintProjects11ToJSON(
|
|
2234
|
+
createProjectEnvContentHintProjects11: CreateProjectEnvContentHintProjects11,
|
|
2235
|
+
): string {
|
|
2236
|
+
return JSON.stringify(
|
|
2237
|
+
CreateProjectEnvContentHintProjects11$outboundSchema.parse(
|
|
2238
|
+
createProjectEnvContentHintProjects11,
|
|
2239
|
+
),
|
|
2240
|
+
);
|
|
2241
|
+
}
|
|
2242
|
+
|
|
2243
|
+
export function createProjectEnvContentHintProjects11FromJSON(
|
|
2244
|
+
jsonString: string,
|
|
2245
|
+
): SafeParseResult<CreateProjectEnvContentHintProjects11, SDKValidationError> {
|
|
2246
|
+
return safeParse(
|
|
2247
|
+
jsonString,
|
|
2248
|
+
(x) =>
|
|
2249
|
+
CreateProjectEnvContentHintProjects11$inboundSchema.parse(JSON.parse(x)),
|
|
2250
|
+
`Failed to parse 'CreateProjectEnvContentHintProjects11' from JSON`,
|
|
2251
|
+
);
|
|
2252
|
+
}
|
|
2253
|
+
|
|
1984
2254
|
/** @internal */
|
|
1985
2255
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated210Type$inboundSchema:
|
|
1986
2256
|
z.ZodNativeEnum<
|
|
@@ -2052,6 +2322,27 @@ export namespace CreateProjectEnvContentHintProjects10$ {
|
|
|
2052
2322
|
export type Outbound = CreateProjectEnvContentHintProjects10$Outbound;
|
|
2053
2323
|
}
|
|
2054
2324
|
|
|
2325
|
+
export function createProjectEnvContentHintProjects10ToJSON(
|
|
2326
|
+
createProjectEnvContentHintProjects10: CreateProjectEnvContentHintProjects10,
|
|
2327
|
+
): string {
|
|
2328
|
+
return JSON.stringify(
|
|
2329
|
+
CreateProjectEnvContentHintProjects10$outboundSchema.parse(
|
|
2330
|
+
createProjectEnvContentHintProjects10,
|
|
2331
|
+
),
|
|
2332
|
+
);
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
export function createProjectEnvContentHintProjects10FromJSON(
|
|
2336
|
+
jsonString: string,
|
|
2337
|
+
): SafeParseResult<CreateProjectEnvContentHintProjects10, SDKValidationError> {
|
|
2338
|
+
return safeParse(
|
|
2339
|
+
jsonString,
|
|
2340
|
+
(x) =>
|
|
2341
|
+
CreateProjectEnvContentHintProjects10$inboundSchema.parse(JSON.parse(x)),
|
|
2342
|
+
`Failed to parse 'CreateProjectEnvContentHintProjects10' from JSON`,
|
|
2343
|
+
);
|
|
2344
|
+
}
|
|
2345
|
+
|
|
2055
2346
|
/** @internal */
|
|
2056
2347
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated29Type$inboundSchema:
|
|
2057
2348
|
z.ZodNativeEnum<
|
|
@@ -2123,6 +2414,27 @@ export namespace CreateProjectEnvContentHintProjects9$ {
|
|
|
2123
2414
|
export type Outbound = CreateProjectEnvContentHintProjects9$Outbound;
|
|
2124
2415
|
}
|
|
2125
2416
|
|
|
2417
|
+
export function createProjectEnvContentHintProjects9ToJSON(
|
|
2418
|
+
createProjectEnvContentHintProjects9: CreateProjectEnvContentHintProjects9,
|
|
2419
|
+
): string {
|
|
2420
|
+
return JSON.stringify(
|
|
2421
|
+
CreateProjectEnvContentHintProjects9$outboundSchema.parse(
|
|
2422
|
+
createProjectEnvContentHintProjects9,
|
|
2423
|
+
),
|
|
2424
|
+
);
|
|
2425
|
+
}
|
|
2426
|
+
|
|
2427
|
+
export function createProjectEnvContentHintProjects9FromJSON(
|
|
2428
|
+
jsonString: string,
|
|
2429
|
+
): SafeParseResult<CreateProjectEnvContentHintProjects9, SDKValidationError> {
|
|
2430
|
+
return safeParse(
|
|
2431
|
+
jsonString,
|
|
2432
|
+
(x) =>
|
|
2433
|
+
CreateProjectEnvContentHintProjects9$inboundSchema.parse(JSON.parse(x)),
|
|
2434
|
+
`Failed to parse 'CreateProjectEnvContentHintProjects9' from JSON`,
|
|
2435
|
+
);
|
|
2436
|
+
}
|
|
2437
|
+
|
|
2126
2438
|
/** @internal */
|
|
2127
2439
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated28Type$inboundSchema:
|
|
2128
2440
|
z.ZodNativeEnum<
|
|
@@ -2194,6 +2506,27 @@ export namespace CreateProjectEnvContentHintProjects8$ {
|
|
|
2194
2506
|
export type Outbound = CreateProjectEnvContentHintProjects8$Outbound;
|
|
2195
2507
|
}
|
|
2196
2508
|
|
|
2509
|
+
export function createProjectEnvContentHintProjects8ToJSON(
|
|
2510
|
+
createProjectEnvContentHintProjects8: CreateProjectEnvContentHintProjects8,
|
|
2511
|
+
): string {
|
|
2512
|
+
return JSON.stringify(
|
|
2513
|
+
CreateProjectEnvContentHintProjects8$outboundSchema.parse(
|
|
2514
|
+
createProjectEnvContentHintProjects8,
|
|
2515
|
+
),
|
|
2516
|
+
);
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2519
|
+
export function createProjectEnvContentHintProjects8FromJSON(
|
|
2520
|
+
jsonString: string,
|
|
2521
|
+
): SafeParseResult<CreateProjectEnvContentHintProjects8, SDKValidationError> {
|
|
2522
|
+
return safeParse(
|
|
2523
|
+
jsonString,
|
|
2524
|
+
(x) =>
|
|
2525
|
+
CreateProjectEnvContentHintProjects8$inboundSchema.parse(JSON.parse(x)),
|
|
2526
|
+
`Failed to parse 'CreateProjectEnvContentHintProjects8' from JSON`,
|
|
2527
|
+
);
|
|
2528
|
+
}
|
|
2529
|
+
|
|
2197
2530
|
/** @internal */
|
|
2198
2531
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated27Type$inboundSchema:
|
|
2199
2532
|
z.ZodNativeEnum<
|
|
@@ -2265,6 +2598,27 @@ export namespace CreateProjectEnvContentHintProjects7$ {
|
|
|
2265
2598
|
export type Outbound = CreateProjectEnvContentHintProjects7$Outbound;
|
|
2266
2599
|
}
|
|
2267
2600
|
|
|
2601
|
+
export function createProjectEnvContentHintProjects7ToJSON(
|
|
2602
|
+
createProjectEnvContentHintProjects7: CreateProjectEnvContentHintProjects7,
|
|
2603
|
+
): string {
|
|
2604
|
+
return JSON.stringify(
|
|
2605
|
+
CreateProjectEnvContentHintProjects7$outboundSchema.parse(
|
|
2606
|
+
createProjectEnvContentHintProjects7,
|
|
2607
|
+
),
|
|
2608
|
+
);
|
|
2609
|
+
}
|
|
2610
|
+
|
|
2611
|
+
export function createProjectEnvContentHintProjects7FromJSON(
|
|
2612
|
+
jsonString: string,
|
|
2613
|
+
): SafeParseResult<CreateProjectEnvContentHintProjects7, SDKValidationError> {
|
|
2614
|
+
return safeParse(
|
|
2615
|
+
jsonString,
|
|
2616
|
+
(x) =>
|
|
2617
|
+
CreateProjectEnvContentHintProjects7$inboundSchema.parse(JSON.parse(x)),
|
|
2618
|
+
`Failed to parse 'CreateProjectEnvContentHintProjects7' from JSON`,
|
|
2619
|
+
);
|
|
2620
|
+
}
|
|
2621
|
+
|
|
2268
2622
|
/** @internal */
|
|
2269
2623
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated26Type$inboundSchema:
|
|
2270
2624
|
z.ZodNativeEnum<
|
|
@@ -2336,6 +2690,27 @@ export namespace CreateProjectEnvContentHintProjects6$ {
|
|
|
2336
2690
|
export type Outbound = CreateProjectEnvContentHintProjects6$Outbound;
|
|
2337
2691
|
}
|
|
2338
2692
|
|
|
2693
|
+
export function createProjectEnvContentHintProjects6ToJSON(
|
|
2694
|
+
createProjectEnvContentHintProjects6: CreateProjectEnvContentHintProjects6,
|
|
2695
|
+
): string {
|
|
2696
|
+
return JSON.stringify(
|
|
2697
|
+
CreateProjectEnvContentHintProjects6$outboundSchema.parse(
|
|
2698
|
+
createProjectEnvContentHintProjects6,
|
|
2699
|
+
),
|
|
2700
|
+
);
|
|
2701
|
+
}
|
|
2702
|
+
|
|
2703
|
+
export function createProjectEnvContentHintProjects6FromJSON(
|
|
2704
|
+
jsonString: string,
|
|
2705
|
+
): SafeParseResult<CreateProjectEnvContentHintProjects6, SDKValidationError> {
|
|
2706
|
+
return safeParse(
|
|
2707
|
+
jsonString,
|
|
2708
|
+
(x) =>
|
|
2709
|
+
CreateProjectEnvContentHintProjects6$inboundSchema.parse(JSON.parse(x)),
|
|
2710
|
+
`Failed to parse 'CreateProjectEnvContentHintProjects6' from JSON`,
|
|
2711
|
+
);
|
|
2712
|
+
}
|
|
2713
|
+
|
|
2339
2714
|
/** @internal */
|
|
2340
2715
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated25Type$inboundSchema:
|
|
2341
2716
|
z.ZodNativeEnum<
|
|
@@ -2407,6 +2782,27 @@ export namespace CreateProjectEnvContentHintProjects5$ {
|
|
|
2407
2782
|
export type Outbound = CreateProjectEnvContentHintProjects5$Outbound;
|
|
2408
2783
|
}
|
|
2409
2784
|
|
|
2785
|
+
export function createProjectEnvContentHintProjects5ToJSON(
|
|
2786
|
+
createProjectEnvContentHintProjects5: CreateProjectEnvContentHintProjects5,
|
|
2787
|
+
): string {
|
|
2788
|
+
return JSON.stringify(
|
|
2789
|
+
CreateProjectEnvContentHintProjects5$outboundSchema.parse(
|
|
2790
|
+
createProjectEnvContentHintProjects5,
|
|
2791
|
+
),
|
|
2792
|
+
);
|
|
2793
|
+
}
|
|
2794
|
+
|
|
2795
|
+
export function createProjectEnvContentHintProjects5FromJSON(
|
|
2796
|
+
jsonString: string,
|
|
2797
|
+
): SafeParseResult<CreateProjectEnvContentHintProjects5, SDKValidationError> {
|
|
2798
|
+
return safeParse(
|
|
2799
|
+
jsonString,
|
|
2800
|
+
(x) =>
|
|
2801
|
+
CreateProjectEnvContentHintProjects5$inboundSchema.parse(JSON.parse(x)),
|
|
2802
|
+
`Failed to parse 'CreateProjectEnvContentHintProjects5' from JSON`,
|
|
2803
|
+
);
|
|
2804
|
+
}
|
|
2805
|
+
|
|
2410
2806
|
/** @internal */
|
|
2411
2807
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated24Type$inboundSchema:
|
|
2412
2808
|
z.ZodNativeEnum<
|
|
@@ -2478,6 +2874,27 @@ export namespace CreateProjectEnvContentHintProjects4$ {
|
|
|
2478
2874
|
export type Outbound = CreateProjectEnvContentHintProjects4$Outbound;
|
|
2479
2875
|
}
|
|
2480
2876
|
|
|
2877
|
+
export function createProjectEnvContentHintProjects4ToJSON(
|
|
2878
|
+
createProjectEnvContentHintProjects4: CreateProjectEnvContentHintProjects4,
|
|
2879
|
+
): string {
|
|
2880
|
+
return JSON.stringify(
|
|
2881
|
+
CreateProjectEnvContentHintProjects4$outboundSchema.parse(
|
|
2882
|
+
createProjectEnvContentHintProjects4,
|
|
2883
|
+
),
|
|
2884
|
+
);
|
|
2885
|
+
}
|
|
2886
|
+
|
|
2887
|
+
export function createProjectEnvContentHintProjects4FromJSON(
|
|
2888
|
+
jsonString: string,
|
|
2889
|
+
): SafeParseResult<CreateProjectEnvContentHintProjects4, SDKValidationError> {
|
|
2890
|
+
return safeParse(
|
|
2891
|
+
jsonString,
|
|
2892
|
+
(x) =>
|
|
2893
|
+
CreateProjectEnvContentHintProjects4$inboundSchema.parse(JSON.parse(x)),
|
|
2894
|
+
`Failed to parse 'CreateProjectEnvContentHintProjects4' from JSON`,
|
|
2895
|
+
);
|
|
2896
|
+
}
|
|
2897
|
+
|
|
2481
2898
|
/** @internal */
|
|
2482
2899
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated23Type$inboundSchema:
|
|
2483
2900
|
z.ZodNativeEnum<
|
|
@@ -2549,6 +2966,27 @@ export namespace CreateProjectEnvContentHintProjects3$ {
|
|
|
2549
2966
|
export type Outbound = CreateProjectEnvContentHintProjects3$Outbound;
|
|
2550
2967
|
}
|
|
2551
2968
|
|
|
2969
|
+
export function createProjectEnvContentHintProjects3ToJSON(
|
|
2970
|
+
createProjectEnvContentHintProjects3: CreateProjectEnvContentHintProjects3,
|
|
2971
|
+
): string {
|
|
2972
|
+
return JSON.stringify(
|
|
2973
|
+
CreateProjectEnvContentHintProjects3$outboundSchema.parse(
|
|
2974
|
+
createProjectEnvContentHintProjects3,
|
|
2975
|
+
),
|
|
2976
|
+
);
|
|
2977
|
+
}
|
|
2978
|
+
|
|
2979
|
+
export function createProjectEnvContentHintProjects3FromJSON(
|
|
2980
|
+
jsonString: string,
|
|
2981
|
+
): SafeParseResult<CreateProjectEnvContentHintProjects3, SDKValidationError> {
|
|
2982
|
+
return safeParse(
|
|
2983
|
+
jsonString,
|
|
2984
|
+
(x) =>
|
|
2985
|
+
CreateProjectEnvContentHintProjects3$inboundSchema.parse(JSON.parse(x)),
|
|
2986
|
+
`Failed to parse 'CreateProjectEnvContentHintProjects3' from JSON`,
|
|
2987
|
+
);
|
|
2988
|
+
}
|
|
2989
|
+
|
|
2552
2990
|
/** @internal */
|
|
2553
2991
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated22Type$inboundSchema:
|
|
2554
2992
|
z.ZodNativeEnum<
|
|
@@ -2620,6 +3058,27 @@ export namespace CreateProjectEnvContentHintProjects2$ {
|
|
|
2620
3058
|
export type Outbound = CreateProjectEnvContentHintProjects2$Outbound;
|
|
2621
3059
|
}
|
|
2622
3060
|
|
|
3061
|
+
export function createProjectEnvContentHintProjects2ToJSON(
|
|
3062
|
+
createProjectEnvContentHintProjects2: CreateProjectEnvContentHintProjects2,
|
|
3063
|
+
): string {
|
|
3064
|
+
return JSON.stringify(
|
|
3065
|
+
CreateProjectEnvContentHintProjects2$outboundSchema.parse(
|
|
3066
|
+
createProjectEnvContentHintProjects2,
|
|
3067
|
+
),
|
|
3068
|
+
);
|
|
3069
|
+
}
|
|
3070
|
+
|
|
3071
|
+
export function createProjectEnvContentHintProjects2FromJSON(
|
|
3072
|
+
jsonString: string,
|
|
3073
|
+
): SafeParseResult<CreateProjectEnvContentHintProjects2, SDKValidationError> {
|
|
3074
|
+
return safeParse(
|
|
3075
|
+
jsonString,
|
|
3076
|
+
(x) =>
|
|
3077
|
+
CreateProjectEnvContentHintProjects2$inboundSchema.parse(JSON.parse(x)),
|
|
3078
|
+
`Failed to parse 'CreateProjectEnvContentHintProjects2' from JSON`,
|
|
3079
|
+
);
|
|
3080
|
+
}
|
|
3081
|
+
|
|
2623
3082
|
/** @internal */
|
|
2624
3083
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated2Type$inboundSchema:
|
|
2625
3084
|
z.ZodNativeEnum<
|
|
@@ -2691,6 +3150,27 @@ export namespace CreateProjectEnvContentHintProjects1$ {
|
|
|
2691
3150
|
export type Outbound = CreateProjectEnvContentHintProjects1$Outbound;
|
|
2692
3151
|
}
|
|
2693
3152
|
|
|
3153
|
+
export function createProjectEnvContentHintProjects1ToJSON(
|
|
3154
|
+
createProjectEnvContentHintProjects1: CreateProjectEnvContentHintProjects1,
|
|
3155
|
+
): string {
|
|
3156
|
+
return JSON.stringify(
|
|
3157
|
+
CreateProjectEnvContentHintProjects1$outboundSchema.parse(
|
|
3158
|
+
createProjectEnvContentHintProjects1,
|
|
3159
|
+
),
|
|
3160
|
+
);
|
|
3161
|
+
}
|
|
3162
|
+
|
|
3163
|
+
export function createProjectEnvContentHintProjects1FromJSON(
|
|
3164
|
+
jsonString: string,
|
|
3165
|
+
): SafeParseResult<CreateProjectEnvContentHintProjects1, SDKValidationError> {
|
|
3166
|
+
return safeParse(
|
|
3167
|
+
jsonString,
|
|
3168
|
+
(x) =>
|
|
3169
|
+
CreateProjectEnvContentHintProjects1$inboundSchema.parse(JSON.parse(x)),
|
|
3170
|
+
`Failed to parse 'CreateProjectEnvContentHintProjects1' from JSON`,
|
|
3171
|
+
);
|
|
3172
|
+
}
|
|
3173
|
+
|
|
2694
3174
|
/** @internal */
|
|
2695
3175
|
export const CreateProjectEnvCreatedContentHint$inboundSchema: z.ZodType<
|
|
2696
3176
|
CreateProjectEnvCreatedContentHint,
|
|
@@ -2769,6 +3249,27 @@ export namespace CreateProjectEnvCreatedContentHint$ {
|
|
|
2769
3249
|
export type Outbound = CreateProjectEnvCreatedContentHint$Outbound;
|
|
2770
3250
|
}
|
|
2771
3251
|
|
|
3252
|
+
export function createProjectEnvCreatedContentHintToJSON(
|
|
3253
|
+
createProjectEnvCreatedContentHint: CreateProjectEnvCreatedContentHint,
|
|
3254
|
+
): string {
|
|
3255
|
+
return JSON.stringify(
|
|
3256
|
+
CreateProjectEnvCreatedContentHint$outboundSchema.parse(
|
|
3257
|
+
createProjectEnvCreatedContentHint,
|
|
3258
|
+
),
|
|
3259
|
+
);
|
|
3260
|
+
}
|
|
3261
|
+
|
|
3262
|
+
export function createProjectEnvCreatedContentHintFromJSON(
|
|
3263
|
+
jsonString: string,
|
|
3264
|
+
): SafeParseResult<CreateProjectEnvCreatedContentHint, SDKValidationError> {
|
|
3265
|
+
return safeParse(
|
|
3266
|
+
jsonString,
|
|
3267
|
+
(x) =>
|
|
3268
|
+
CreateProjectEnvCreatedContentHint$inboundSchema.parse(JSON.parse(x)),
|
|
3269
|
+
`Failed to parse 'CreateProjectEnvCreatedContentHint' from JSON`,
|
|
3270
|
+
);
|
|
3271
|
+
}
|
|
3272
|
+
|
|
2772
3273
|
/** @internal */
|
|
2773
3274
|
export const CreateProjectEnvCreatedProjectsResponseType$inboundSchema:
|
|
2774
3275
|
z.ZodNativeEnum<typeof CreateProjectEnvCreatedProjectsResponseType> = z
|
|
@@ -2832,6 +3333,33 @@ export namespace CreateProjectEnvCreatedInternalContentHint$ {
|
|
|
2832
3333
|
export type Outbound = CreateProjectEnvCreatedInternalContentHint$Outbound;
|
|
2833
3334
|
}
|
|
2834
3335
|
|
|
3336
|
+
export function createProjectEnvCreatedInternalContentHintToJSON(
|
|
3337
|
+
createProjectEnvCreatedInternalContentHint:
|
|
3338
|
+
CreateProjectEnvCreatedInternalContentHint,
|
|
3339
|
+
): string {
|
|
3340
|
+
return JSON.stringify(
|
|
3341
|
+
CreateProjectEnvCreatedInternalContentHint$outboundSchema.parse(
|
|
3342
|
+
createProjectEnvCreatedInternalContentHint,
|
|
3343
|
+
),
|
|
3344
|
+
);
|
|
3345
|
+
}
|
|
3346
|
+
|
|
3347
|
+
export function createProjectEnvCreatedInternalContentHintFromJSON(
|
|
3348
|
+
jsonString: string,
|
|
3349
|
+
): SafeParseResult<
|
|
3350
|
+
CreateProjectEnvCreatedInternalContentHint,
|
|
3351
|
+
SDKValidationError
|
|
3352
|
+
> {
|
|
3353
|
+
return safeParse(
|
|
3354
|
+
jsonString,
|
|
3355
|
+
(x) =>
|
|
3356
|
+
CreateProjectEnvCreatedInternalContentHint$inboundSchema.parse(
|
|
3357
|
+
JSON.parse(x),
|
|
3358
|
+
),
|
|
3359
|
+
`Failed to parse 'CreateProjectEnvCreatedInternalContentHint' from JSON`,
|
|
3360
|
+
);
|
|
3361
|
+
}
|
|
3362
|
+
|
|
2835
3363
|
/** @internal */
|
|
2836
3364
|
export const Created2$inboundSchema: z.ZodType<
|
|
2837
3365
|
Created2,
|
|
@@ -2994,6 +3522,20 @@ export namespace Created2$ {
|
|
|
2994
3522
|
export type Outbound = Created2$Outbound;
|
|
2995
3523
|
}
|
|
2996
3524
|
|
|
3525
|
+
export function created2ToJSON(created2: Created2): string {
|
|
3526
|
+
return JSON.stringify(Created2$outboundSchema.parse(created2));
|
|
3527
|
+
}
|
|
3528
|
+
|
|
3529
|
+
export function created2FromJSON(
|
|
3530
|
+
jsonString: string,
|
|
3531
|
+
): SafeParseResult<Created2, SDKValidationError> {
|
|
3532
|
+
return safeParse(
|
|
3533
|
+
jsonString,
|
|
3534
|
+
(x) => Created2$inboundSchema.parse(JSON.parse(x)),
|
|
3535
|
+
`Failed to parse 'Created2' from JSON`,
|
|
3536
|
+
);
|
|
3537
|
+
}
|
|
3538
|
+
|
|
2997
3539
|
/** @internal */
|
|
2998
3540
|
export const CreateProjectEnvTarget2$inboundSchema: z.ZodNativeEnum<
|
|
2999
3541
|
typeof CreateProjectEnvTarget2
|
|
@@ -3072,6 +3614,20 @@ export namespace CreatedTarget$ {
|
|
|
3072
3614
|
export type Outbound = CreatedTarget$Outbound;
|
|
3073
3615
|
}
|
|
3074
3616
|
|
|
3617
|
+
export function createdTargetToJSON(createdTarget: CreatedTarget): string {
|
|
3618
|
+
return JSON.stringify(CreatedTarget$outboundSchema.parse(createdTarget));
|
|
3619
|
+
}
|
|
3620
|
+
|
|
3621
|
+
export function createdTargetFromJSON(
|
|
3622
|
+
jsonString: string,
|
|
3623
|
+
): SafeParseResult<CreatedTarget, SDKValidationError> {
|
|
3624
|
+
return safeParse(
|
|
3625
|
+
jsonString,
|
|
3626
|
+
(x) => CreatedTarget$inboundSchema.parse(JSON.parse(x)),
|
|
3627
|
+
`Failed to parse 'CreatedTarget' from JSON`,
|
|
3628
|
+
);
|
|
3629
|
+
}
|
|
3630
|
+
|
|
3075
3631
|
/** @internal */
|
|
3076
3632
|
export const CreatedType$inboundSchema: z.ZodNativeEnum<typeof CreatedType> = z
|
|
3077
3633
|
.nativeEnum(CreatedType);
|
|
@@ -3160,6 +3716,26 @@ export namespace CreateProjectEnvContentHint15$ {
|
|
|
3160
3716
|
export type Outbound = CreateProjectEnvContentHint15$Outbound;
|
|
3161
3717
|
}
|
|
3162
3718
|
|
|
3719
|
+
export function createProjectEnvContentHint15ToJSON(
|
|
3720
|
+
createProjectEnvContentHint15: CreateProjectEnvContentHint15,
|
|
3721
|
+
): string {
|
|
3722
|
+
return JSON.stringify(
|
|
3723
|
+
CreateProjectEnvContentHint15$outboundSchema.parse(
|
|
3724
|
+
createProjectEnvContentHint15,
|
|
3725
|
+
),
|
|
3726
|
+
);
|
|
3727
|
+
}
|
|
3728
|
+
|
|
3729
|
+
export function createProjectEnvContentHint15FromJSON(
|
|
3730
|
+
jsonString: string,
|
|
3731
|
+
): SafeParseResult<CreateProjectEnvContentHint15, SDKValidationError> {
|
|
3732
|
+
return safeParse(
|
|
3733
|
+
jsonString,
|
|
3734
|
+
(x) => CreateProjectEnvContentHint15$inboundSchema.parse(JSON.parse(x)),
|
|
3735
|
+
`Failed to parse 'CreateProjectEnvContentHint15' from JSON`,
|
|
3736
|
+
);
|
|
3737
|
+
}
|
|
3738
|
+
|
|
3163
3739
|
/** @internal */
|
|
3164
3740
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated114Type$inboundSchema:
|
|
3165
3741
|
z.ZodNativeEnum<
|
|
@@ -3238,6 +3814,26 @@ export namespace CreateProjectEnvContentHint14$ {
|
|
|
3238
3814
|
export type Outbound = CreateProjectEnvContentHint14$Outbound;
|
|
3239
3815
|
}
|
|
3240
3816
|
|
|
3817
|
+
export function createProjectEnvContentHint14ToJSON(
|
|
3818
|
+
createProjectEnvContentHint14: CreateProjectEnvContentHint14,
|
|
3819
|
+
): string {
|
|
3820
|
+
return JSON.stringify(
|
|
3821
|
+
CreateProjectEnvContentHint14$outboundSchema.parse(
|
|
3822
|
+
createProjectEnvContentHint14,
|
|
3823
|
+
),
|
|
3824
|
+
);
|
|
3825
|
+
}
|
|
3826
|
+
|
|
3827
|
+
export function createProjectEnvContentHint14FromJSON(
|
|
3828
|
+
jsonString: string,
|
|
3829
|
+
): SafeParseResult<CreateProjectEnvContentHint14, SDKValidationError> {
|
|
3830
|
+
return safeParse(
|
|
3831
|
+
jsonString,
|
|
3832
|
+
(x) => CreateProjectEnvContentHint14$inboundSchema.parse(JSON.parse(x)),
|
|
3833
|
+
`Failed to parse 'CreateProjectEnvContentHint14' from JSON`,
|
|
3834
|
+
);
|
|
3835
|
+
}
|
|
3836
|
+
|
|
3241
3837
|
/** @internal */
|
|
3242
3838
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated113Type$inboundSchema:
|
|
3243
3839
|
z.ZodNativeEnum<
|
|
@@ -3307,6 +3903,26 @@ export namespace CreateProjectEnvContentHint13$ {
|
|
|
3307
3903
|
export type Outbound = CreateProjectEnvContentHint13$Outbound;
|
|
3308
3904
|
}
|
|
3309
3905
|
|
|
3906
|
+
export function createProjectEnvContentHint13ToJSON(
|
|
3907
|
+
createProjectEnvContentHint13: CreateProjectEnvContentHint13,
|
|
3908
|
+
): string {
|
|
3909
|
+
return JSON.stringify(
|
|
3910
|
+
CreateProjectEnvContentHint13$outboundSchema.parse(
|
|
3911
|
+
createProjectEnvContentHint13,
|
|
3912
|
+
),
|
|
3913
|
+
);
|
|
3914
|
+
}
|
|
3915
|
+
|
|
3916
|
+
export function createProjectEnvContentHint13FromJSON(
|
|
3917
|
+
jsonString: string,
|
|
3918
|
+
): SafeParseResult<CreateProjectEnvContentHint13, SDKValidationError> {
|
|
3919
|
+
return safeParse(
|
|
3920
|
+
jsonString,
|
|
3921
|
+
(x) => CreateProjectEnvContentHint13$inboundSchema.parse(JSON.parse(x)),
|
|
3922
|
+
`Failed to parse 'CreateProjectEnvContentHint13' from JSON`,
|
|
3923
|
+
);
|
|
3924
|
+
}
|
|
3925
|
+
|
|
3310
3926
|
/** @internal */
|
|
3311
3927
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated112Type$inboundSchema:
|
|
3312
3928
|
z.ZodNativeEnum<
|
|
@@ -3376,6 +3992,26 @@ export namespace CreateProjectEnvContentHint12$ {
|
|
|
3376
3992
|
export type Outbound = CreateProjectEnvContentHint12$Outbound;
|
|
3377
3993
|
}
|
|
3378
3994
|
|
|
3995
|
+
export function createProjectEnvContentHint12ToJSON(
|
|
3996
|
+
createProjectEnvContentHint12: CreateProjectEnvContentHint12,
|
|
3997
|
+
): string {
|
|
3998
|
+
return JSON.stringify(
|
|
3999
|
+
CreateProjectEnvContentHint12$outboundSchema.parse(
|
|
4000
|
+
createProjectEnvContentHint12,
|
|
4001
|
+
),
|
|
4002
|
+
);
|
|
4003
|
+
}
|
|
4004
|
+
|
|
4005
|
+
export function createProjectEnvContentHint12FromJSON(
|
|
4006
|
+
jsonString: string,
|
|
4007
|
+
): SafeParseResult<CreateProjectEnvContentHint12, SDKValidationError> {
|
|
4008
|
+
return safeParse(
|
|
4009
|
+
jsonString,
|
|
4010
|
+
(x) => CreateProjectEnvContentHint12$inboundSchema.parse(JSON.parse(x)),
|
|
4011
|
+
`Failed to parse 'CreateProjectEnvContentHint12' from JSON`,
|
|
4012
|
+
);
|
|
4013
|
+
}
|
|
4014
|
+
|
|
3379
4015
|
/** @internal */
|
|
3380
4016
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated111Type$inboundSchema:
|
|
3381
4017
|
z.ZodNativeEnum<
|
|
@@ -3445,6 +4081,26 @@ export namespace CreateProjectEnvContentHint11$ {
|
|
|
3445
4081
|
export type Outbound = CreateProjectEnvContentHint11$Outbound;
|
|
3446
4082
|
}
|
|
3447
4083
|
|
|
4084
|
+
export function createProjectEnvContentHint11ToJSON(
|
|
4085
|
+
createProjectEnvContentHint11: CreateProjectEnvContentHint11,
|
|
4086
|
+
): string {
|
|
4087
|
+
return JSON.stringify(
|
|
4088
|
+
CreateProjectEnvContentHint11$outboundSchema.parse(
|
|
4089
|
+
createProjectEnvContentHint11,
|
|
4090
|
+
),
|
|
4091
|
+
);
|
|
4092
|
+
}
|
|
4093
|
+
|
|
4094
|
+
export function createProjectEnvContentHint11FromJSON(
|
|
4095
|
+
jsonString: string,
|
|
4096
|
+
): SafeParseResult<CreateProjectEnvContentHint11, SDKValidationError> {
|
|
4097
|
+
return safeParse(
|
|
4098
|
+
jsonString,
|
|
4099
|
+
(x) => CreateProjectEnvContentHint11$inboundSchema.parse(JSON.parse(x)),
|
|
4100
|
+
`Failed to parse 'CreateProjectEnvContentHint11' from JSON`,
|
|
4101
|
+
);
|
|
4102
|
+
}
|
|
4103
|
+
|
|
3448
4104
|
/** @internal */
|
|
3449
4105
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated110Type$inboundSchema:
|
|
3450
4106
|
z.ZodNativeEnum<
|
|
@@ -3514,6 +4170,26 @@ export namespace CreateProjectEnvContentHint10$ {
|
|
|
3514
4170
|
export type Outbound = CreateProjectEnvContentHint10$Outbound;
|
|
3515
4171
|
}
|
|
3516
4172
|
|
|
4173
|
+
export function createProjectEnvContentHint10ToJSON(
|
|
4174
|
+
createProjectEnvContentHint10: CreateProjectEnvContentHint10,
|
|
4175
|
+
): string {
|
|
4176
|
+
return JSON.stringify(
|
|
4177
|
+
CreateProjectEnvContentHint10$outboundSchema.parse(
|
|
4178
|
+
createProjectEnvContentHint10,
|
|
4179
|
+
),
|
|
4180
|
+
);
|
|
4181
|
+
}
|
|
4182
|
+
|
|
4183
|
+
export function createProjectEnvContentHint10FromJSON(
|
|
4184
|
+
jsonString: string,
|
|
4185
|
+
): SafeParseResult<CreateProjectEnvContentHint10, SDKValidationError> {
|
|
4186
|
+
return safeParse(
|
|
4187
|
+
jsonString,
|
|
4188
|
+
(x) => CreateProjectEnvContentHint10$inboundSchema.parse(JSON.parse(x)),
|
|
4189
|
+
`Failed to parse 'CreateProjectEnvContentHint10' from JSON`,
|
|
4190
|
+
);
|
|
4191
|
+
}
|
|
4192
|
+
|
|
3517
4193
|
/** @internal */
|
|
3518
4194
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated19Type$inboundSchema:
|
|
3519
4195
|
z.ZodNativeEnum<
|
|
@@ -3583,6 +4259,26 @@ export namespace CreateProjectEnvContentHint9$ {
|
|
|
3583
4259
|
export type Outbound = CreateProjectEnvContentHint9$Outbound;
|
|
3584
4260
|
}
|
|
3585
4261
|
|
|
4262
|
+
export function createProjectEnvContentHint9ToJSON(
|
|
4263
|
+
createProjectEnvContentHint9: CreateProjectEnvContentHint9,
|
|
4264
|
+
): string {
|
|
4265
|
+
return JSON.stringify(
|
|
4266
|
+
CreateProjectEnvContentHint9$outboundSchema.parse(
|
|
4267
|
+
createProjectEnvContentHint9,
|
|
4268
|
+
),
|
|
4269
|
+
);
|
|
4270
|
+
}
|
|
4271
|
+
|
|
4272
|
+
export function createProjectEnvContentHint9FromJSON(
|
|
4273
|
+
jsonString: string,
|
|
4274
|
+
): SafeParseResult<CreateProjectEnvContentHint9, SDKValidationError> {
|
|
4275
|
+
return safeParse(
|
|
4276
|
+
jsonString,
|
|
4277
|
+
(x) => CreateProjectEnvContentHint9$inboundSchema.parse(JSON.parse(x)),
|
|
4278
|
+
`Failed to parse 'CreateProjectEnvContentHint9' from JSON`,
|
|
4279
|
+
);
|
|
4280
|
+
}
|
|
4281
|
+
|
|
3586
4282
|
/** @internal */
|
|
3587
4283
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated1Type$inboundSchema:
|
|
3588
4284
|
z.ZodNativeEnum<
|
|
@@ -3652,6 +4348,26 @@ export namespace CreateProjectEnvContentHint8$ {
|
|
|
3652
4348
|
export type Outbound = CreateProjectEnvContentHint8$Outbound;
|
|
3653
4349
|
}
|
|
3654
4350
|
|
|
4351
|
+
export function createProjectEnvContentHint8ToJSON(
|
|
4352
|
+
createProjectEnvContentHint8: CreateProjectEnvContentHint8,
|
|
4353
|
+
): string {
|
|
4354
|
+
return JSON.stringify(
|
|
4355
|
+
CreateProjectEnvContentHint8$outboundSchema.parse(
|
|
4356
|
+
createProjectEnvContentHint8,
|
|
4357
|
+
),
|
|
4358
|
+
);
|
|
4359
|
+
}
|
|
4360
|
+
|
|
4361
|
+
export function createProjectEnvContentHint8FromJSON(
|
|
4362
|
+
jsonString: string,
|
|
4363
|
+
): SafeParseResult<CreateProjectEnvContentHint8, SDKValidationError> {
|
|
4364
|
+
return safeParse(
|
|
4365
|
+
jsonString,
|
|
4366
|
+
(x) => CreateProjectEnvContentHint8$inboundSchema.parse(JSON.parse(x)),
|
|
4367
|
+
`Failed to parse 'CreateProjectEnvContentHint8' from JSON`,
|
|
4368
|
+
);
|
|
4369
|
+
}
|
|
4370
|
+
|
|
3655
4371
|
/** @internal */
|
|
3656
4372
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreatedType$inboundSchema:
|
|
3657
4373
|
z.ZodNativeEnum<
|
|
@@ -3721,6 +4437,26 @@ export namespace CreateProjectEnvContentHint7$ {
|
|
|
3721
4437
|
export type Outbound = CreateProjectEnvContentHint7$Outbound;
|
|
3722
4438
|
}
|
|
3723
4439
|
|
|
4440
|
+
export function createProjectEnvContentHint7ToJSON(
|
|
4441
|
+
createProjectEnvContentHint7: CreateProjectEnvContentHint7,
|
|
4442
|
+
): string {
|
|
4443
|
+
return JSON.stringify(
|
|
4444
|
+
CreateProjectEnvContentHint7$outboundSchema.parse(
|
|
4445
|
+
createProjectEnvContentHint7,
|
|
4446
|
+
),
|
|
4447
|
+
);
|
|
4448
|
+
}
|
|
4449
|
+
|
|
4450
|
+
export function createProjectEnvContentHint7FromJSON(
|
|
4451
|
+
jsonString: string,
|
|
4452
|
+
): SafeParseResult<CreateProjectEnvContentHint7, SDKValidationError> {
|
|
4453
|
+
return safeParse(
|
|
4454
|
+
jsonString,
|
|
4455
|
+
(x) => CreateProjectEnvContentHint7$inboundSchema.parse(JSON.parse(x)),
|
|
4456
|
+
`Failed to parse 'CreateProjectEnvContentHint7' from JSON`,
|
|
4457
|
+
);
|
|
4458
|
+
}
|
|
4459
|
+
|
|
3724
4460
|
/** @internal */
|
|
3725
4461
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyType$inboundSchema:
|
|
3726
4462
|
z.ZodNativeEnum<
|
|
@@ -3790,6 +4526,26 @@ export namespace CreateProjectEnvContentHint6$ {
|
|
|
3790
4526
|
export type Outbound = CreateProjectEnvContentHint6$Outbound;
|
|
3791
4527
|
}
|
|
3792
4528
|
|
|
4529
|
+
export function createProjectEnvContentHint6ToJSON(
|
|
4530
|
+
createProjectEnvContentHint6: CreateProjectEnvContentHint6,
|
|
4531
|
+
): string {
|
|
4532
|
+
return JSON.stringify(
|
|
4533
|
+
CreateProjectEnvContentHint6$outboundSchema.parse(
|
|
4534
|
+
createProjectEnvContentHint6,
|
|
4535
|
+
),
|
|
4536
|
+
);
|
|
4537
|
+
}
|
|
4538
|
+
|
|
4539
|
+
export function createProjectEnvContentHint6FromJSON(
|
|
4540
|
+
jsonString: string,
|
|
4541
|
+
): SafeParseResult<CreateProjectEnvContentHint6, SDKValidationError> {
|
|
4542
|
+
return safeParse(
|
|
4543
|
+
jsonString,
|
|
4544
|
+
(x) => CreateProjectEnvContentHint6$inboundSchema.parse(JSON.parse(x)),
|
|
4545
|
+
`Failed to parse 'CreateProjectEnvContentHint6' from JSON`,
|
|
4546
|
+
);
|
|
4547
|
+
}
|
|
4548
|
+
|
|
3793
4549
|
/** @internal */
|
|
3794
4550
|
export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONType$inboundSchema:
|
|
3795
4551
|
z.ZodNativeEnum<
|
|
@@ -3859,6 +4615,26 @@ export namespace CreateProjectEnvContentHint5$ {
|
|
|
3859
4615
|
export type Outbound = CreateProjectEnvContentHint5$Outbound;
|
|
3860
4616
|
}
|
|
3861
4617
|
|
|
4618
|
+
export function createProjectEnvContentHint5ToJSON(
|
|
4619
|
+
createProjectEnvContentHint5: CreateProjectEnvContentHint5,
|
|
4620
|
+
): string {
|
|
4621
|
+
return JSON.stringify(
|
|
4622
|
+
CreateProjectEnvContentHint5$outboundSchema.parse(
|
|
4623
|
+
createProjectEnvContentHint5,
|
|
4624
|
+
),
|
|
4625
|
+
);
|
|
4626
|
+
}
|
|
4627
|
+
|
|
4628
|
+
export function createProjectEnvContentHint5FromJSON(
|
|
4629
|
+
jsonString: string,
|
|
4630
|
+
): SafeParseResult<CreateProjectEnvContentHint5, SDKValidationError> {
|
|
4631
|
+
return safeParse(
|
|
4632
|
+
jsonString,
|
|
4633
|
+
(x) => CreateProjectEnvContentHint5$inboundSchema.parse(JSON.parse(x)),
|
|
4634
|
+
`Failed to parse 'CreateProjectEnvContentHint5' from JSON`,
|
|
4635
|
+
);
|
|
4636
|
+
}
|
|
4637
|
+
|
|
3862
4638
|
/** @internal */
|
|
3863
4639
|
export const CreateProjectEnvContentHintProjectsResponse201Type$inboundSchema:
|
|
3864
4640
|
z.ZodNativeEnum<typeof CreateProjectEnvContentHintProjectsResponse201Type> = z
|
|
@@ -3921,6 +4697,26 @@ export namespace CreateProjectEnvContentHint4$ {
|
|
|
3921
4697
|
export type Outbound = CreateProjectEnvContentHint4$Outbound;
|
|
3922
4698
|
}
|
|
3923
4699
|
|
|
4700
|
+
export function createProjectEnvContentHint4ToJSON(
|
|
4701
|
+
createProjectEnvContentHint4: CreateProjectEnvContentHint4,
|
|
4702
|
+
): string {
|
|
4703
|
+
return JSON.stringify(
|
|
4704
|
+
CreateProjectEnvContentHint4$outboundSchema.parse(
|
|
4705
|
+
createProjectEnvContentHint4,
|
|
4706
|
+
),
|
|
4707
|
+
);
|
|
4708
|
+
}
|
|
4709
|
+
|
|
4710
|
+
export function createProjectEnvContentHint4FromJSON(
|
|
4711
|
+
jsonString: string,
|
|
4712
|
+
): SafeParseResult<CreateProjectEnvContentHint4, SDKValidationError> {
|
|
4713
|
+
return safeParse(
|
|
4714
|
+
jsonString,
|
|
4715
|
+
(x) => CreateProjectEnvContentHint4$inboundSchema.parse(JSON.parse(x)),
|
|
4716
|
+
`Failed to parse 'CreateProjectEnvContentHint4' from JSON`,
|
|
4717
|
+
);
|
|
4718
|
+
}
|
|
4719
|
+
|
|
3924
4720
|
/** @internal */
|
|
3925
4721
|
export const CreateProjectEnvContentHintProjectsResponseType$inboundSchema:
|
|
3926
4722
|
z.ZodNativeEnum<typeof CreateProjectEnvContentHintProjectsResponseType> = z
|
|
@@ -3983,6 +4779,26 @@ export namespace CreateProjectEnvContentHint3$ {
|
|
|
3983
4779
|
export type Outbound = CreateProjectEnvContentHint3$Outbound;
|
|
3984
4780
|
}
|
|
3985
4781
|
|
|
4782
|
+
export function createProjectEnvContentHint3ToJSON(
|
|
4783
|
+
createProjectEnvContentHint3: CreateProjectEnvContentHint3,
|
|
4784
|
+
): string {
|
|
4785
|
+
return JSON.stringify(
|
|
4786
|
+
CreateProjectEnvContentHint3$outboundSchema.parse(
|
|
4787
|
+
createProjectEnvContentHint3,
|
|
4788
|
+
),
|
|
4789
|
+
);
|
|
4790
|
+
}
|
|
4791
|
+
|
|
4792
|
+
export function createProjectEnvContentHint3FromJSON(
|
|
4793
|
+
jsonString: string,
|
|
4794
|
+
): SafeParseResult<CreateProjectEnvContentHint3, SDKValidationError> {
|
|
4795
|
+
return safeParse(
|
|
4796
|
+
jsonString,
|
|
4797
|
+
(x) => CreateProjectEnvContentHint3$inboundSchema.parse(JSON.parse(x)),
|
|
4798
|
+
`Failed to parse 'CreateProjectEnvContentHint3' from JSON`,
|
|
4799
|
+
);
|
|
4800
|
+
}
|
|
4801
|
+
|
|
3986
4802
|
/** @internal */
|
|
3987
4803
|
export const CreateProjectEnvContentHintProjectsType$inboundSchema:
|
|
3988
4804
|
z.ZodNativeEnum<typeof CreateProjectEnvContentHintProjectsType> = z
|
|
@@ -4045,6 +4861,26 @@ export namespace CreateProjectEnvContentHint2$ {
|
|
|
4045
4861
|
export type Outbound = CreateProjectEnvContentHint2$Outbound;
|
|
4046
4862
|
}
|
|
4047
4863
|
|
|
4864
|
+
export function createProjectEnvContentHint2ToJSON(
|
|
4865
|
+
createProjectEnvContentHint2: CreateProjectEnvContentHint2,
|
|
4866
|
+
): string {
|
|
4867
|
+
return JSON.stringify(
|
|
4868
|
+
CreateProjectEnvContentHint2$outboundSchema.parse(
|
|
4869
|
+
createProjectEnvContentHint2,
|
|
4870
|
+
),
|
|
4871
|
+
);
|
|
4872
|
+
}
|
|
4873
|
+
|
|
4874
|
+
export function createProjectEnvContentHint2FromJSON(
|
|
4875
|
+
jsonString: string,
|
|
4876
|
+
): SafeParseResult<CreateProjectEnvContentHint2, SDKValidationError> {
|
|
4877
|
+
return safeParse(
|
|
4878
|
+
jsonString,
|
|
4879
|
+
(x) => CreateProjectEnvContentHint2$inboundSchema.parse(JSON.parse(x)),
|
|
4880
|
+
`Failed to parse 'CreateProjectEnvContentHint2' from JSON`,
|
|
4881
|
+
);
|
|
4882
|
+
}
|
|
4883
|
+
|
|
4048
4884
|
/** @internal */
|
|
4049
4885
|
export const CreateProjectEnvContentHintType$inboundSchema: z.ZodNativeEnum<
|
|
4050
4886
|
typeof CreateProjectEnvContentHintType
|
|
@@ -4105,6 +4941,26 @@ export namespace CreateProjectEnvContentHint1$ {
|
|
|
4105
4941
|
export type Outbound = CreateProjectEnvContentHint1$Outbound;
|
|
4106
4942
|
}
|
|
4107
4943
|
|
|
4944
|
+
export function createProjectEnvContentHint1ToJSON(
|
|
4945
|
+
createProjectEnvContentHint1: CreateProjectEnvContentHint1,
|
|
4946
|
+
): string {
|
|
4947
|
+
return JSON.stringify(
|
|
4948
|
+
CreateProjectEnvContentHint1$outboundSchema.parse(
|
|
4949
|
+
createProjectEnvContentHint1,
|
|
4950
|
+
),
|
|
4951
|
+
);
|
|
4952
|
+
}
|
|
4953
|
+
|
|
4954
|
+
export function createProjectEnvContentHint1FromJSON(
|
|
4955
|
+
jsonString: string,
|
|
4956
|
+
): SafeParseResult<CreateProjectEnvContentHint1, SDKValidationError> {
|
|
4957
|
+
return safeParse(
|
|
4958
|
+
jsonString,
|
|
4959
|
+
(x) => CreateProjectEnvContentHint1$inboundSchema.parse(JSON.parse(x)),
|
|
4960
|
+
`Failed to parse 'CreateProjectEnvContentHint1' from JSON`,
|
|
4961
|
+
);
|
|
4962
|
+
}
|
|
4963
|
+
|
|
4108
4964
|
/** @internal */
|
|
4109
4965
|
export const CreatedContentHint$inboundSchema: z.ZodType<
|
|
4110
4966
|
CreatedContentHint,
|
|
@@ -4182,6 +5038,24 @@ export namespace CreatedContentHint$ {
|
|
|
4182
5038
|
export type Outbound = CreatedContentHint$Outbound;
|
|
4183
5039
|
}
|
|
4184
5040
|
|
|
5041
|
+
export function createdContentHintToJSON(
|
|
5042
|
+
createdContentHint: CreatedContentHint,
|
|
5043
|
+
): string {
|
|
5044
|
+
return JSON.stringify(
|
|
5045
|
+
CreatedContentHint$outboundSchema.parse(createdContentHint),
|
|
5046
|
+
);
|
|
5047
|
+
}
|
|
5048
|
+
|
|
5049
|
+
export function createdContentHintFromJSON(
|
|
5050
|
+
jsonString: string,
|
|
5051
|
+
): SafeParseResult<CreatedContentHint, SDKValidationError> {
|
|
5052
|
+
return safeParse(
|
|
5053
|
+
jsonString,
|
|
5054
|
+
(x) => CreatedContentHint$inboundSchema.parse(JSON.parse(x)),
|
|
5055
|
+
`Failed to parse 'CreatedContentHint' from JSON`,
|
|
5056
|
+
);
|
|
5057
|
+
}
|
|
5058
|
+
|
|
4185
5059
|
/** @internal */
|
|
4186
5060
|
export const CreateProjectEnvCreatedProjectsType$inboundSchema: z.ZodNativeEnum<
|
|
4187
5061
|
typeof CreateProjectEnvCreatedProjectsType
|
|
@@ -4244,6 +5118,24 @@ export namespace CreatedInternalContentHint$ {
|
|
|
4244
5118
|
export type Outbound = CreatedInternalContentHint$Outbound;
|
|
4245
5119
|
}
|
|
4246
5120
|
|
|
5121
|
+
export function createdInternalContentHintToJSON(
|
|
5122
|
+
createdInternalContentHint: CreatedInternalContentHint,
|
|
5123
|
+
): string {
|
|
5124
|
+
return JSON.stringify(
|
|
5125
|
+
CreatedInternalContentHint$outboundSchema.parse(createdInternalContentHint),
|
|
5126
|
+
);
|
|
5127
|
+
}
|
|
5128
|
+
|
|
5129
|
+
export function createdInternalContentHintFromJSON(
|
|
5130
|
+
jsonString: string,
|
|
5131
|
+
): SafeParseResult<CreatedInternalContentHint, SDKValidationError> {
|
|
5132
|
+
return safeParse(
|
|
5133
|
+
jsonString,
|
|
5134
|
+
(x) => CreatedInternalContentHint$inboundSchema.parse(JSON.parse(x)),
|
|
5135
|
+
`Failed to parse 'CreatedInternalContentHint' from JSON`,
|
|
5136
|
+
);
|
|
5137
|
+
}
|
|
5138
|
+
|
|
4247
5139
|
/** @internal */
|
|
4248
5140
|
export const Created1$inboundSchema: z.ZodType<
|
|
4249
5141
|
Created1,
|
|
@@ -4403,6 +5295,20 @@ export namespace Created1$ {
|
|
|
4403
5295
|
export type Outbound = Created1$Outbound;
|
|
4404
5296
|
}
|
|
4405
5297
|
|
|
5298
|
+
export function created1ToJSON(created1: Created1): string {
|
|
5299
|
+
return JSON.stringify(Created1$outboundSchema.parse(created1));
|
|
5300
|
+
}
|
|
5301
|
+
|
|
5302
|
+
export function created1FromJSON(
|
|
5303
|
+
jsonString: string,
|
|
5304
|
+
): SafeParseResult<Created1, SDKValidationError> {
|
|
5305
|
+
return safeParse(
|
|
5306
|
+
jsonString,
|
|
5307
|
+
(x) => Created1$inboundSchema.parse(JSON.parse(x)),
|
|
5308
|
+
`Failed to parse 'Created1' from JSON`,
|
|
5309
|
+
);
|
|
5310
|
+
}
|
|
5311
|
+
|
|
4406
5312
|
/** @internal */
|
|
4407
5313
|
export const Created$inboundSchema: z.ZodType<Created, z.ZodTypeDef, unknown> =
|
|
4408
5314
|
z.union([
|
|
@@ -4436,6 +5342,20 @@ export namespace Created$ {
|
|
|
4436
5342
|
export type Outbound = Created$Outbound;
|
|
4437
5343
|
}
|
|
4438
5344
|
|
|
5345
|
+
export function createdToJSON(created: Created): string {
|
|
5346
|
+
return JSON.stringify(Created$outboundSchema.parse(created));
|
|
5347
|
+
}
|
|
5348
|
+
|
|
5349
|
+
export function createdFromJSON(
|
|
5350
|
+
jsonString: string,
|
|
5351
|
+
): SafeParseResult<Created, SDKValidationError> {
|
|
5352
|
+
return safeParse(
|
|
5353
|
+
jsonString,
|
|
5354
|
+
(x) => Created$inboundSchema.parse(JSON.parse(x)),
|
|
5355
|
+
`Failed to parse 'Created' from JSON`,
|
|
5356
|
+
);
|
|
5357
|
+
}
|
|
5358
|
+
|
|
4439
5359
|
/** @internal */
|
|
4440
5360
|
export const CreateProjectEnvValue2$inboundSchema: z.ZodNativeEnum<
|
|
4441
5361
|
typeof CreateProjectEnvValue2
|
|
@@ -4487,6 +5407,24 @@ export namespace CreateProjectEnvValue$ {
|
|
|
4487
5407
|
export type Outbound = CreateProjectEnvValue$Outbound;
|
|
4488
5408
|
}
|
|
4489
5409
|
|
|
5410
|
+
export function createProjectEnvValueToJSON(
|
|
5411
|
+
createProjectEnvValue: CreateProjectEnvValue,
|
|
5412
|
+
): string {
|
|
5413
|
+
return JSON.stringify(
|
|
5414
|
+
CreateProjectEnvValue$outboundSchema.parse(createProjectEnvValue),
|
|
5415
|
+
);
|
|
5416
|
+
}
|
|
5417
|
+
|
|
5418
|
+
export function createProjectEnvValueFromJSON(
|
|
5419
|
+
jsonString: string,
|
|
5420
|
+
): SafeParseResult<CreateProjectEnvValue, SDKValidationError> {
|
|
5421
|
+
return safeParse(
|
|
5422
|
+
jsonString,
|
|
5423
|
+
(x) => CreateProjectEnvValue$inboundSchema.parse(JSON.parse(x)),
|
|
5424
|
+
`Failed to parse 'CreateProjectEnvValue' from JSON`,
|
|
5425
|
+
);
|
|
5426
|
+
}
|
|
5427
|
+
|
|
4490
5428
|
/** @internal */
|
|
4491
5429
|
export const CreateProjectEnvTargetProjectsResponse2$inboundSchema:
|
|
4492
5430
|
z.ZodNativeEnum<typeof CreateProjectEnvTargetProjectsResponse2> = z
|
|
@@ -4567,6 +5505,24 @@ export namespace CreateProjectEnvTarget$ {
|
|
|
4567
5505
|
export type Outbound = CreateProjectEnvTarget$Outbound;
|
|
4568
5506
|
}
|
|
4569
5507
|
|
|
5508
|
+
export function createProjectEnvTargetToJSON(
|
|
5509
|
+
createProjectEnvTarget: CreateProjectEnvTarget,
|
|
5510
|
+
): string {
|
|
5511
|
+
return JSON.stringify(
|
|
5512
|
+
CreateProjectEnvTarget$outboundSchema.parse(createProjectEnvTarget),
|
|
5513
|
+
);
|
|
5514
|
+
}
|
|
5515
|
+
|
|
5516
|
+
export function createProjectEnvTargetFromJSON(
|
|
5517
|
+
jsonString: string,
|
|
5518
|
+
): SafeParseResult<CreateProjectEnvTarget, SDKValidationError> {
|
|
5519
|
+
return safeParse(
|
|
5520
|
+
jsonString,
|
|
5521
|
+
(x) => CreateProjectEnvTarget$inboundSchema.parse(JSON.parse(x)),
|
|
5522
|
+
`Failed to parse 'CreateProjectEnvTarget' from JSON`,
|
|
5523
|
+
);
|
|
5524
|
+
}
|
|
5525
|
+
|
|
4570
5526
|
/** @internal */
|
|
4571
5527
|
export const CreateProjectEnvError$inboundSchema: z.ZodType<
|
|
4572
5528
|
CreateProjectEnvError,
|
|
@@ -4641,6 +5597,24 @@ export namespace CreateProjectEnvError$ {
|
|
|
4641
5597
|
export type Outbound = CreateProjectEnvError$Outbound;
|
|
4642
5598
|
}
|
|
4643
5599
|
|
|
5600
|
+
export function createProjectEnvErrorToJSON(
|
|
5601
|
+
createProjectEnvError: CreateProjectEnvError,
|
|
5602
|
+
): string {
|
|
5603
|
+
return JSON.stringify(
|
|
5604
|
+
CreateProjectEnvError$outboundSchema.parse(createProjectEnvError),
|
|
5605
|
+
);
|
|
5606
|
+
}
|
|
5607
|
+
|
|
5608
|
+
export function createProjectEnvErrorFromJSON(
|
|
5609
|
+
jsonString: string,
|
|
5610
|
+
): SafeParseResult<CreateProjectEnvError, SDKValidationError> {
|
|
5611
|
+
return safeParse(
|
|
5612
|
+
jsonString,
|
|
5613
|
+
(x) => CreateProjectEnvError$inboundSchema.parse(JSON.parse(x)),
|
|
5614
|
+
`Failed to parse 'CreateProjectEnvError' from JSON`,
|
|
5615
|
+
);
|
|
5616
|
+
}
|
|
5617
|
+
|
|
4644
5618
|
/** @internal */
|
|
4645
5619
|
export const Failed$inboundSchema: z.ZodType<Failed, z.ZodTypeDef, unknown> = z
|
|
4646
5620
|
.object({
|
|
@@ -4674,6 +5648,20 @@ export namespace Failed$ {
|
|
|
4674
5648
|
export type Outbound = Failed$Outbound;
|
|
4675
5649
|
}
|
|
4676
5650
|
|
|
5651
|
+
export function failedToJSON(failed: Failed): string {
|
|
5652
|
+
return JSON.stringify(Failed$outboundSchema.parse(failed));
|
|
5653
|
+
}
|
|
5654
|
+
|
|
5655
|
+
export function failedFromJSON(
|
|
5656
|
+
jsonString: string,
|
|
5657
|
+
): SafeParseResult<Failed, SDKValidationError> {
|
|
5658
|
+
return safeParse(
|
|
5659
|
+
jsonString,
|
|
5660
|
+
(x) => Failed$inboundSchema.parse(JSON.parse(x)),
|
|
5661
|
+
`Failed to parse 'Failed' from JSON`,
|
|
5662
|
+
);
|
|
5663
|
+
}
|
|
5664
|
+
|
|
4677
5665
|
/** @internal */
|
|
4678
5666
|
export const CreateProjectEnvResponseBody$inboundSchema: z.ZodType<
|
|
4679
5667
|
CreateProjectEnvResponseBody,
|
|
@@ -4718,3 +5706,23 @@ export namespace CreateProjectEnvResponseBody$ {
|
|
|
4718
5706
|
/** @deprecated use `CreateProjectEnvResponseBody$Outbound` instead. */
|
|
4719
5707
|
export type Outbound = CreateProjectEnvResponseBody$Outbound;
|
|
4720
5708
|
}
|
|
5709
|
+
|
|
5710
|
+
export function createProjectEnvResponseBodyToJSON(
|
|
5711
|
+
createProjectEnvResponseBody: CreateProjectEnvResponseBody,
|
|
5712
|
+
): string {
|
|
5713
|
+
return JSON.stringify(
|
|
5714
|
+
CreateProjectEnvResponseBody$outboundSchema.parse(
|
|
5715
|
+
createProjectEnvResponseBody,
|
|
5716
|
+
),
|
|
5717
|
+
);
|
|
5718
|
+
}
|
|
5719
|
+
|
|
5720
|
+
export function createProjectEnvResponseBodyFromJSON(
|
|
5721
|
+
jsonString: string,
|
|
5722
|
+
): SafeParseResult<CreateProjectEnvResponseBody, SDKValidationError> {
|
|
5723
|
+
return safeParse(
|
|
5724
|
+
jsonString,
|
|
5725
|
+
(x) => CreateProjectEnvResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
5726
|
+
`Failed to parse 'CreateProjectEnvResponseBody' from JSON`,
|
|
5727
|
+
);
|
|
5728
|
+
}
|