@vercel/sdk 14.0.0-canary.5 → 14.0.0-canary.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.devcontainer/README.md +1 -1
- package/LICENSE +1 -2
- package/README.md +8 -15
- package/docs/sdks/accessgroups/README.md +326 -0
- package/docs/sdks/projects/README.md +0 -154
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/{secretsRenameSecret.js → accessGroupsCreateAccessGroupProject.js} +12 -15
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/{secretsDeleteSecret.js → accessGroupsDeleteAccessGroupProject.js} +14 -12
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/{projectsPauseProject.js → accessGroupsReadAccessGroupProject.js} +12 -11
- package/esm/funcs/accessGroupsReadAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/{projectsUnpauseProject.js → accessGroupsUpdateAccessGroupProject.js} +15 -13
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.js.map +1 -0
- package/esm/lib/base64.d.ts +2 -2
- package/esm/lib/base64.d.ts.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/matchers.js +1 -1
- package/esm/lib/matchers.js.map +1 -1
- package/esm/models/components/authtoken.d.ts +10 -0
- package/esm/models/components/authtoken.d.ts.map +1 -1
- package/esm/models/components/authtoken.js +25 -0
- package/esm/models/components/authtoken.js.map +1 -1
- package/esm/models/components/authuser.d.ts +50 -0
- package/esm/models/components/authuser.d.ts.map +1 -1
- package/esm/models/components/authuser.js +119 -0
- package/esm/models/components/authuser.js.map +1 -1
- package/esm/models/components/authuserlimited.d.ts +4 -0
- package/esm/models/components/authuserlimited.d.ts.map +1 -1
- package/esm/models/components/authuserlimited.js +7 -0
- package/esm/models/components/authuserlimited.js.map +1 -1
- package/esm/models/components/edgeconfigitem.d.ts +4 -0
- package/esm/models/components/edgeconfigitem.d.ts.map +1 -1
- package/esm/models/components/edgeconfigitem.js +7 -0
- package/esm/models/components/edgeconfigitem.js.map +1 -1
- package/esm/models/components/edgeconfigitemvalue.d.ts +4 -0
- package/esm/models/components/edgeconfigitemvalue.d.ts.map +1 -1
- package/esm/models/components/edgeconfigitemvalue.js +7 -0
- package/esm/models/components/edgeconfigitemvalue.js.map +1 -1
- package/esm/models/components/edgeconfigtoken.d.ts +4 -0
- package/esm/models/components/edgeconfigtoken.d.ts.map +1 -1
- package/esm/models/components/edgeconfigtoken.js +7 -0
- package/esm/models/components/edgeconfigtoken.js.map +1 -1
- package/esm/models/components/filetree.d.ts +4 -0
- package/esm/models/components/filetree.d.ts.map +1 -1
- package/esm/models/components/filetree.js +7 -0
- package/esm/models/components/filetree.js.map +1 -1
- package/esm/models/components/flagjsonvalue.d.ts +4 -0
- package/esm/models/components/flagjsonvalue.d.ts.map +1 -1
- package/esm/models/components/flagjsonvalue.js +7 -0
- package/esm/models/components/flagjsonvalue.js.map +1 -1
- package/esm/models/components/pagination.d.ts +4 -0
- package/esm/models/components/pagination.d.ts.map +1 -1
- package/esm/models/components/pagination.js +7 -0
- package/esm/models/components/pagination.js.map +1 -1
- package/esm/models/components/security.d.ts +4 -0
- package/esm/models/components/security.d.ts.map +1 -1
- package/esm/models/components/security.js +7 -0
- package/esm/models/components/security.js.map +1 -1
- package/esm/models/components/teamlimited.d.ts +18 -0
- package/esm/models/components/teamlimited.d.ts.map +1 -1
- package/esm/models/components/teamlimited.js +49 -0
- package/esm/models/components/teamlimited.js.map +1 -1
- package/esm/models/components/userevent.d.ts +4 -0
- package/esm/models/components/userevent.d.ts.map +1 -1
- package/esm/models/components/userevent.js +7 -0
- package/esm/models/components/userevent.js.map +1 -1
- package/esm/models/operations/addprojectdomain.d.ts +10 -0
- package/esm/models/operations/addprojectdomain.d.ts.map +1 -1
- package/esm/models/operations/addprojectdomain.js +25 -0
- package/esm/models/operations/addprojectdomain.js.map +1 -1
- package/esm/models/operations/addprojectmember.d.ts +14 -0
- package/esm/models/operations/addprojectmember.d.ts.map +1 -1
- package/esm/models/operations/addprojectmember.js +37 -0
- package/esm/models/operations/addprojectmember.js.map +1 -1
- package/esm/models/operations/artifactexists.d.ts +4 -0
- package/esm/models/operations/artifactexists.d.ts.map +1 -1
- package/esm/models/operations/artifactexists.js +7 -0
- package/esm/models/operations/artifactexists.js.map +1 -1
- package/esm/models/operations/artifactquery.d.ts +14 -0
- package/esm/models/operations/artifactquery.d.ts.map +1 -1
- package/esm/models/operations/artifactquery.js +37 -0
- package/esm/models/operations/artifactquery.js.map +1 -1
- package/esm/models/operations/assignalias.d.ts +8 -0
- package/esm/models/operations/assignalias.d.ts.map +1 -1
- package/esm/models/operations/assignalias.js +19 -0
- package/esm/models/operations/assignalias.js.map +1 -1
- package/esm/models/operations/buydomain.d.ts +16 -0
- package/esm/models/operations/buydomain.d.ts.map +1 -1
- package/esm/models/operations/buydomain.js +43 -0
- package/esm/models/operations/buydomain.js.map +1 -1
- package/esm/models/operations/canceldeployment.d.ts +259 -0
- package/esm/models/operations/canceldeployment.d.ts.map +1 -1
- package/esm/models/operations/canceldeployment.js +451 -0
- package/esm/models/operations/canceldeployment.js.map +1 -1
- package/esm/models/operations/checkdomainprice.d.ts +6 -0
- package/esm/models/operations/checkdomainprice.d.ts.map +1 -1
- package/esm/models/operations/checkdomainprice.js +13 -0
- package/esm/models/operations/checkdomainprice.js.map +1 -1
- package/esm/models/operations/checkdomainstatus.d.ts +6 -0
- package/esm/models/operations/checkdomainstatus.d.ts.map +1 -1
- package/esm/models/operations/checkdomainstatus.js +13 -0
- package/esm/models/operations/checkdomainstatus.js.map +1 -1
- package/esm/models/operations/createaccessgroup.d.ts +10 -0
- package/esm/models/operations/createaccessgroup.d.ts.map +1 -1
- package/esm/models/operations/createaccessgroup.js +25 -0
- package/esm/models/operations/createaccessgroup.js.map +1 -1
- package/esm/models/operations/createaccessgroupproject.d.ts +172 -0
- package/esm/models/operations/createaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/createaccessgroupproject.js +154 -0
- package/esm/models/operations/createaccessgroupproject.js.map +1 -0
- package/esm/models/operations/createauthtoken.d.ts +8 -0
- package/esm/models/operations/createauthtoken.d.ts.map +1 -1
- package/esm/models/operations/createauthtoken.js +19 -0
- package/esm/models/operations/createauthtoken.js.map +1 -1
- package/esm/models/operations/createcheck.d.ts +22 -0
- package/esm/models/operations/createcheck.d.ts.map +1 -1
- package/esm/models/operations/createcheck.js +61 -0
- package/esm/models/operations/createcheck.js.map +1 -1
- package/esm/models/operations/createconfigurablelogdrain.d.ts +8 -0
- package/esm/models/operations/createconfigurablelogdrain.d.ts.map +1 -1
- package/esm/models/operations/createconfigurablelogdrain.js +19 -0
- package/esm/models/operations/createconfigurablelogdrain.js.map +1 -1
- package/esm/models/operations/createdeployment.d.ts +287 -0
- package/esm/models/operations/createdeployment.d.ts.map +1 -1
- package/esm/models/operations/createdeployment.js +534 -0
- package/esm/models/operations/createdeployment.js.map +1 -1
- package/esm/models/operations/createedgeconfig.d.ts +24 -0
- package/esm/models/operations/createedgeconfig.d.ts.map +1 -1
- package/esm/models/operations/createedgeconfig.js +67 -0
- package/esm/models/operations/createedgeconfig.js.map +1 -1
- package/esm/models/operations/createedgeconfigtoken.d.ts +8 -0
- package/esm/models/operations/createedgeconfigtoken.d.ts.map +1 -1
- package/esm/models/operations/createedgeconfigtoken.js +19 -0
- package/esm/models/operations/createedgeconfigtoken.js.map +1 -1
- package/esm/models/operations/createlogdrain.d.ts +8 -0
- package/esm/models/operations/createlogdrain.d.ts.map +1 -1
- package/esm/models/operations/createlogdrain.js +19 -0
- package/esm/models/operations/createlogdrain.js.map +1 -1
- package/esm/models/operations/createortransferdomain.d.ts +18 -0
- package/esm/models/operations/createortransferdomain.d.ts.map +1 -1
- package/esm/models/operations/createortransferdomain.js +49 -0
- package/esm/models/operations/createortransferdomain.js.map +1 -1
- package/esm/models/operations/createproject.d.ts +226 -0
- package/esm/models/operations/createproject.d.ts.map +1 -1
- package/esm/models/operations/createproject.js +544 -0
- package/esm/models/operations/createproject.js.map +1 -1
- package/esm/models/operations/createprojectenv.d.ts +106 -0
- package/esm/models/operations/createprojectenv.d.ts.map +1 -1
- package/esm/models/operations/createprojectenv.js +313 -0
- package/esm/models/operations/createprojectenv.js.map +1 -1
- package/esm/models/operations/createrecord.d.ts +36 -0
- package/esm/models/operations/createrecord.d.ts.map +1 -1
- package/esm/models/operations/createrecord.js +103 -0
- package/esm/models/operations/createrecord.js.map +1 -1
- package/esm/models/operations/createteam.d.ts +12 -0
- package/esm/models/operations/createteam.d.ts.map +1 -1
- package/esm/models/operations/createteam.js +31 -0
- package/esm/models/operations/createteam.js.map +1 -1
- package/esm/models/operations/createwebhook.d.ts +20 -6
- package/esm/models/operations/createwebhook.d.ts.map +1 -1
- package/esm/models/operations/createwebhook.js +23 -2
- package/esm/models/operations/createwebhook.js.map +1 -1
- package/esm/models/operations/deleteaccessgroup.d.ts +4 -0
- package/esm/models/operations/deleteaccessgroup.d.ts.map +1 -1
- package/esm/models/operations/deleteaccessgroup.js +7 -0
- package/esm/models/operations/deleteaccessgroup.js.map +1 -1
- package/esm/models/operations/deleteaccessgroupproject.d.ts +41 -0
- package/esm/models/operations/deleteaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/deleteaccessgroupproject.js +37 -0
- package/esm/models/operations/deleteaccessgroupproject.js.map +1 -0
- package/esm/models/operations/deletealias.d.ts +6 -0
- package/esm/models/operations/deletealias.d.ts.map +1 -1
- package/esm/models/operations/deletealias.js +13 -0
- package/esm/models/operations/deletealias.js.map +1 -1
- package/esm/models/operations/deleteauthtoken.d.ts +6 -0
- package/esm/models/operations/deleteauthtoken.d.ts.map +1 -1
- package/esm/models/operations/deleteauthtoken.js +13 -0
- package/esm/models/operations/deleteauthtoken.js.map +1 -1
- package/esm/models/operations/deleteconfigurablelogdrain.d.ts +4 -0
- package/esm/models/operations/deleteconfigurablelogdrain.d.ts.map +1 -1
- package/esm/models/operations/deleteconfigurablelogdrain.js +7 -0
- package/esm/models/operations/deleteconfigurablelogdrain.js.map +1 -1
- package/esm/models/operations/deleteconfiguration.d.ts +4 -0
- package/esm/models/operations/deleteconfiguration.d.ts.map +1 -1
- package/esm/models/operations/deleteconfiguration.js +7 -0
- package/esm/models/operations/deleteconfiguration.js.map +1 -1
- package/esm/models/operations/deletedeployment.d.ts +6 -0
- package/esm/models/operations/deletedeployment.d.ts.map +1 -1
- package/esm/models/operations/deletedeployment.js +13 -0
- package/esm/models/operations/deletedeployment.js.map +1 -1
- package/esm/models/operations/deletedomain.d.ts +6 -0
- package/esm/models/operations/deletedomain.d.ts.map +1 -1
- package/esm/models/operations/deletedomain.js +13 -0
- package/esm/models/operations/deletedomain.js.map +1 -1
- package/esm/models/operations/deleteedgeconfig.d.ts +4 -0
- package/esm/models/operations/deleteedgeconfig.d.ts.map +1 -1
- package/esm/models/operations/deleteedgeconfig.js +7 -0
- package/esm/models/operations/deleteedgeconfig.js.map +1 -1
- package/esm/models/operations/deleteedgeconfigschema.d.ts +4 -0
- package/esm/models/operations/deleteedgeconfigschema.d.ts.map +1 -1
- package/esm/models/operations/deleteedgeconfigschema.js +7 -0
- package/esm/models/operations/deleteedgeconfigschema.js.map +1 -1
- package/esm/models/operations/deleteedgeconfigtokens.d.ts +6 -0
- package/esm/models/operations/deleteedgeconfigtokens.d.ts.map +1 -1
- package/esm/models/operations/deleteedgeconfigtokens.js +13 -0
- package/esm/models/operations/deleteedgeconfigtokens.js.map +1 -1
- package/esm/models/operations/deleteintegrationlogdrain.d.ts +4 -0
- package/esm/models/operations/deleteintegrationlogdrain.d.ts.map +1 -1
- package/esm/models/operations/deleteintegrationlogdrain.js +7 -0
- package/esm/models/operations/deleteintegrationlogdrain.js.map +1 -1
- package/esm/models/operations/deleteproject.d.ts +4 -0
- package/esm/models/operations/deleteproject.d.ts.map +1 -1
- package/esm/models/operations/deleteproject.js +7 -0
- package/esm/models/operations/deleteproject.js.map +1 -1
- package/esm/models/operations/deleteteam.d.ts +10 -0
- package/esm/models/operations/deleteteam.d.ts.map +1 -1
- package/esm/models/operations/deleteteam.js +25 -0
- package/esm/models/operations/deleteteam.js.map +1 -1
- package/esm/models/operations/deleteteaminvitecode.d.ts +6 -0
- package/esm/models/operations/deleteteaminvitecode.d.ts.map +1 -1
- package/esm/models/operations/deleteteaminvitecode.js +13 -0
- package/esm/models/operations/deleteteaminvitecode.js.map +1 -1
- package/esm/models/operations/deletewebhook.d.ts +4 -0
- package/esm/models/operations/deletewebhook.d.ts.map +1 -1
- package/esm/models/operations/deletewebhook.js +7 -0
- package/esm/models/operations/deletewebhook.js.map +1 -1
- package/esm/models/operations/downloadartifact.d.ts +4 -0
- package/esm/models/operations/downloadartifact.d.ts.map +1 -1
- package/esm/models/operations/downloadartifact.js +7 -0
- package/esm/models/operations/downloadartifact.js.map +1 -1
- package/esm/models/operations/editprojectenv.d.ts +48 -0
- package/esm/models/operations/editprojectenv.d.ts.map +1 -1
- package/esm/models/operations/editprojectenv.js +139 -0
- package/esm/models/operations/editprojectenv.js.map +1 -1
- package/esm/models/operations/filterprojectenvs.d.ts +124 -0
- package/esm/models/operations/filterprojectenvs.d.ts.map +1 -1
- package/esm/models/operations/filterprojectenvs.js +369 -0
- package/esm/models/operations/filterprojectenvs.js.map +1 -1
- package/esm/models/operations/getalias.d.ts +20 -0
- package/esm/models/operations/getalias.d.ts.map +1 -1
- package/esm/models/operations/getalias.js +55 -0
- package/esm/models/operations/getalias.js.map +1 -1
- package/esm/models/operations/getallchecks.d.ts +22 -0
- package/esm/models/operations/getallchecks.d.ts.map +1 -1
- package/esm/models/operations/getallchecks.js +61 -0
- package/esm/models/operations/getallchecks.js.map +1 -1
- package/esm/models/operations/getalllogdrains.d.ts +6 -0
- package/esm/models/operations/getalllogdrains.d.ts.map +1 -1
- package/esm/models/operations/getalllogdrains.js +13 -0
- package/esm/models/operations/getalllogdrains.js.map +1 -1
- package/esm/models/operations/getauthtoken.d.ts +6 -0
- package/esm/models/operations/getauthtoken.d.ts.map +1 -1
- package/esm/models/operations/getauthtoken.js +13 -0
- package/esm/models/operations/getauthtoken.js.map +1 -1
- package/esm/models/operations/getauthuser.d.ts +6 -0
- package/esm/models/operations/getauthuser.d.ts.map +1 -1
- package/esm/models/operations/getauthuser.js +13 -0
- package/esm/models/operations/getauthuser.js.map +1 -1
- package/esm/models/operations/getcertbyid.d.ts +6 -0
- package/esm/models/operations/getcertbyid.d.ts.map +1 -1
- package/esm/models/operations/getcertbyid.js +13 -0
- package/esm/models/operations/getcertbyid.js.map +1 -1
- package/esm/models/operations/getcheck.d.ts +20 -0
- package/esm/models/operations/getcheck.d.ts.map +1 -1
- package/esm/models/operations/getcheck.js +55 -0
- package/esm/models/operations/getcheck.js.map +1 -1
- package/esm/models/operations/getconfigurablelogdrain.d.ts +6 -0
- package/esm/models/operations/getconfigurablelogdrain.d.ts.map +1 -1
- package/esm/models/operations/getconfigurablelogdrain.js +13 -0
- package/esm/models/operations/getconfigurablelogdrain.js.map +1 -1
- package/esm/models/operations/getconfiguration.d.ts +18 -0
- package/esm/models/operations/getconfiguration.d.ts.map +1 -1
- package/esm/models/operations/getconfiguration.js +49 -0
- package/esm/models/operations/getconfiguration.js.map +1 -1
- package/esm/models/operations/getconfigurations.d.ts +28 -0
- package/esm/models/operations/getconfigurations.d.ts.map +1 -1
- package/esm/models/operations/getconfigurations.js +79 -0
- package/esm/models/operations/getconfigurations.js.map +1 -1
- package/esm/models/operations/getdeployment.d.ts +315 -0
- package/esm/models/operations/getdeployment.d.ts.map +1 -1
- package/esm/models/operations/getdeployment.js +601 -0
- package/esm/models/operations/getdeployment.js.map +1 -1
- package/esm/models/operations/getdeploymentevents.d.ts +6 -0
- package/esm/models/operations/getdeploymentevents.d.ts.map +1 -1
- package/esm/models/operations/getdeploymentevents.js +13 -0
- package/esm/models/operations/getdeploymentevents.js.map +1 -1
- package/esm/models/operations/getdeploymentfilecontents.d.ts +4 -0
- package/esm/models/operations/getdeploymentfilecontents.d.ts.map +1 -1
- package/esm/models/operations/getdeploymentfilecontents.js +7 -0
- package/esm/models/operations/getdeploymentfilecontents.js.map +1 -1
- package/esm/models/operations/getdeployments.d.ts +27 -0
- package/esm/models/operations/getdeployments.d.ts.map +1 -1
- package/esm/models/operations/getdeployments.js +68 -0
- package/esm/models/operations/getdeployments.js.map +1 -1
- package/esm/models/operations/getdomain.d.ts +10 -0
- package/esm/models/operations/getdomain.d.ts.map +1 -1
- package/esm/models/operations/getdomain.js +25 -0
- package/esm/models/operations/getdomain.js.map +1 -1
- package/esm/models/operations/getdomainconfig.d.ts +6 -0
- package/esm/models/operations/getdomainconfig.d.ts.map +1 -1
- package/esm/models/operations/getdomainconfig.js +13 -0
- package/esm/models/operations/getdomainconfig.js.map +1 -1
- package/esm/models/operations/getdomains.d.ts +10 -0
- package/esm/models/operations/getdomains.d.ts.map +1 -1
- package/esm/models/operations/getdomains.js +25 -0
- package/esm/models/operations/getdomains.js.map +1 -1
- package/esm/models/operations/getdomaintransfer.d.ts +6 -0
- package/esm/models/operations/getdomaintransfer.d.ts.map +1 -1
- package/esm/models/operations/getdomaintransfer.js +13 -0
- package/esm/models/operations/getdomaintransfer.js.map +1 -1
- package/esm/models/operations/getedgeconfig.d.ts +12 -0
- package/esm/models/operations/getedgeconfig.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfig.js +31 -0
- package/esm/models/operations/getedgeconfig.js.map +1 -1
- package/esm/models/operations/getedgeconfigbackup.d.ts +26 -0
- package/esm/models/operations/getedgeconfigbackup.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigbackup.js +73 -0
- package/esm/models/operations/getedgeconfigbackup.js.map +1 -1
- package/esm/models/operations/getedgeconfigbackups.d.ts +12 -0
- package/esm/models/operations/getedgeconfigbackups.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigbackups.js +31 -0
- package/esm/models/operations/getedgeconfigbackups.js.map +1 -1
- package/esm/models/operations/getedgeconfigitem.d.ts +4 -0
- package/esm/models/operations/getedgeconfigitem.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigitem.js +7 -0
- package/esm/models/operations/getedgeconfigitem.js.map +1 -1
- package/esm/models/operations/getedgeconfigitems.d.ts +4 -0
- package/esm/models/operations/getedgeconfigitems.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigitems.js +7 -0
- package/esm/models/operations/getedgeconfigitems.js.map +1 -1
- package/esm/models/operations/getedgeconfigs.d.ts +12 -0
- package/esm/models/operations/getedgeconfigs.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigs.js +31 -0
- package/esm/models/operations/getedgeconfigs.js.map +1 -1
- package/esm/models/operations/getedgeconfigschema.d.ts +6 -0
- package/esm/models/operations/getedgeconfigschema.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigschema.js +13 -0
- package/esm/models/operations/getedgeconfigschema.js.map +1 -1
- package/esm/models/operations/getedgeconfigtoken.d.ts +4 -0
- package/esm/models/operations/getedgeconfigtoken.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigtoken.js +7 -0
- package/esm/models/operations/getedgeconfigtoken.js.map +1 -1
- package/esm/models/operations/getedgeconfigtokens.d.ts +4 -0
- package/esm/models/operations/getedgeconfigtokens.d.ts.map +1 -1
- package/esm/models/operations/getedgeconfigtokens.js +7 -0
- package/esm/models/operations/getedgeconfigtokens.js.map +1 -1
- package/esm/models/operations/getfirewallconfig.d.ts +56 -0
- package/esm/models/operations/getfirewallconfig.d.ts.map +1 -1
- package/esm/models/operations/getfirewallconfig.js +163 -0
- package/esm/models/operations/getfirewallconfig.js.map +1 -1
- package/esm/models/operations/getintegrationlogdrains.d.ts +6 -0
- package/esm/models/operations/getintegrationlogdrains.d.ts.map +1 -1
- package/esm/models/operations/getintegrationlogdrains.js +13 -0
- package/esm/models/operations/getintegrationlogdrains.js.map +1 -1
- package/esm/models/operations/getprojectdomain.d.ts +8 -0
- package/esm/models/operations/getprojectdomain.d.ts.map +1 -1
- package/esm/models/operations/getprojectdomain.js +19 -0
- package/esm/models/operations/getprojectdomain.js.map +1 -1
- package/esm/models/operations/getprojectenv.d.ts +120 -0
- package/esm/models/operations/getprojectenv.d.ts.map +1 -1
- package/esm/models/operations/getprojectenv.js +357 -0
- package/esm/models/operations/getprojectenv.js.map +1 -1
- package/esm/models/operations/getprojectmembers.d.ts +14 -0
- package/esm/models/operations/getprojectmembers.d.ts.map +1 -1
- package/esm/models/operations/getprojectmembers.js +37 -0
- package/esm/models/operations/getprojectmembers.js.map +1 -1
- package/esm/models/operations/getprojects.d.ts +218 -0
- package/esm/models/operations/getprojects.d.ts.map +1 -1
- package/esm/models/operations/getprojects.js +520 -0
- package/esm/models/operations/getprojects.js.map +1 -1
- package/esm/models/operations/getrecords.d.ts +14 -0
- package/esm/models/operations/getrecords.d.ts.map +1 -1
- package/esm/models/operations/getrecords.js +37 -0
- package/esm/models/operations/getrecords.js.map +1 -1
- package/esm/models/operations/getteam.d.ts +4 -0
- package/esm/models/operations/getteam.d.ts.map +1 -1
- package/esm/models/operations/getteam.js +7 -0
- package/esm/models/operations/getteam.js.map +1 -1
- package/esm/models/operations/getteamaccessrequest.d.ts +16 -0
- package/esm/models/operations/getteamaccessrequest.d.ts.map +1 -1
- package/esm/models/operations/getteamaccessrequest.js +43 -0
- package/esm/models/operations/getteamaccessrequest.js.map +1 -1
- package/esm/models/operations/getteammembers.d.ts +24 -0
- package/esm/models/operations/getteammembers.d.ts.map +1 -1
- package/esm/models/operations/getteammembers.js +67 -0
- package/esm/models/operations/getteammembers.js.map +1 -1
- package/esm/models/operations/getteams.d.ts +8 -0
- package/esm/models/operations/getteams.d.ts.map +1 -1
- package/esm/models/operations/getteams.js +19 -0
- package/esm/models/operations/getteams.js.map +1 -1
- package/esm/models/operations/getwebhook.d.ts +12 -3
- package/esm/models/operations/getwebhook.d.ts.map +1 -1
- package/esm/models/operations/getwebhook.js +15 -1
- package/esm/models/operations/getwebhook.js.map +1 -1
- package/esm/models/operations/getwebhooks.d.ts +24 -6
- package/esm/models/operations/getwebhooks.d.ts.map +1 -1
- package/esm/models/operations/getwebhooks.js +35 -2
- package/esm/models/operations/getwebhooks.js.map +1 -1
- package/esm/models/operations/gitnamespaces.d.ts +8 -0
- package/esm/models/operations/gitnamespaces.d.ts.map +1 -1
- package/esm/models/operations/gitnamespaces.js +19 -0
- package/esm/models/operations/gitnamespaces.js.map +1 -1
- package/esm/models/operations/inviteusertoteam.d.ts +14 -0
- package/esm/models/operations/inviteusertoteam.d.ts.map +1 -1
- package/esm/models/operations/inviteusertoteam.js +37 -0
- package/esm/models/operations/inviteusertoteam.js.map +1 -1
- package/esm/models/operations/issuecert.d.ts +8 -0
- package/esm/models/operations/issuecert.d.ts.map +1 -1
- package/esm/models/operations/issuecert.js +19 -0
- package/esm/models/operations/issuecert.js.map +1 -1
- package/esm/models/operations/jointeam.d.ts +8 -0
- package/esm/models/operations/jointeam.d.ts.map +1 -1
- package/esm/models/operations/jointeam.js +19 -0
- package/esm/models/operations/jointeam.js.map +1 -1
- package/esm/models/operations/listaccessgroupmembers.d.ts +10 -0
- package/esm/models/operations/listaccessgroupmembers.d.ts.map +1 -1
- package/esm/models/operations/listaccessgroupmembers.js +25 -0
- package/esm/models/operations/listaccessgroupmembers.js.map +1 -1
- package/esm/models/operations/listaccessgroupprojects.d.ts +12 -0
- package/esm/models/operations/listaccessgroupprojects.d.ts.map +1 -1
- package/esm/models/operations/listaccessgroupprojects.js +31 -0
- package/esm/models/operations/listaccessgroupprojects.js.map +1 -1
- package/esm/models/operations/listaccessgroups.d.ts +14 -0
- package/esm/models/operations/listaccessgroups.d.ts.map +1 -1
- package/esm/models/operations/listaccessgroups.js +37 -0
- package/esm/models/operations/listaccessgroups.js.map +1 -1
- package/esm/models/operations/listaliases.d.ts +24 -0
- package/esm/models/operations/listaliases.d.ts.map +1 -1
- package/esm/models/operations/listaliases.js +67 -0
- package/esm/models/operations/listaliases.js.map +1 -1
- package/esm/models/operations/listauthtokens.d.ts +4 -0
- package/esm/models/operations/listauthtokens.d.ts.map +1 -1
- package/esm/models/operations/listauthtokens.js +7 -0
- package/esm/models/operations/listauthtokens.js.map +1 -1
- package/esm/models/operations/listdeploymentaliases.d.ts +18 -0
- package/esm/models/operations/listdeploymentaliases.d.ts.map +1 -1
- package/esm/models/operations/listdeploymentaliases.js +49 -0
- package/esm/models/operations/listdeploymentaliases.js.map +1 -1
- package/esm/models/operations/listdeploymentfiles.d.ts +4 -0
- package/esm/models/operations/listdeploymentfiles.d.ts.map +1 -1
- package/esm/models/operations/listdeploymentfiles.js +7 -0
- package/esm/models/operations/listdeploymentfiles.js.map +1 -1
- package/esm/models/operations/listpromotealiases.d.ts +12 -0
- package/esm/models/operations/listpromotealiases.d.ts.map +1 -1
- package/esm/models/operations/listpromotealiases.js +31 -0
- package/esm/models/operations/listpromotealiases.js.map +1 -1
- package/esm/models/operations/listuserevents.d.ts +6 -0
- package/esm/models/operations/listuserevents.d.ts.map +1 -1
- package/esm/models/operations/listuserevents.js +13 -0
- package/esm/models/operations/listuserevents.js.map +1 -1
- package/esm/models/operations/patchdomain.d.ts +18 -0
- package/esm/models/operations/patchdomain.d.ts.map +1 -1
- package/esm/models/operations/patchdomain.js +49 -0
- package/esm/models/operations/patchdomain.js.map +1 -1
- package/esm/models/operations/patchedgeconfigschema.d.ts +8 -0
- package/esm/models/operations/patchedgeconfigschema.d.ts.map +1 -1
- package/esm/models/operations/patchedgeconfigschema.js +19 -0
- package/esm/models/operations/patchedgeconfigschema.js.map +1 -1
- package/esm/models/operations/patchteam.d.ts +14 -0
- package/esm/models/operations/patchteam.d.ts.map +1 -1
- package/esm/models/operations/patchteam.js +37 -0
- package/esm/models/operations/patchteam.js.map +1 -1
- package/esm/models/operations/putfirewallconfig.d.ts +112 -0
- package/esm/models/operations/putfirewallconfig.d.ts.map +1 -1
- package/esm/models/operations/putfirewallconfig.js +332 -0
- package/esm/models/operations/putfirewallconfig.js.map +1 -1
- package/esm/models/operations/readaccessgroup.d.ts +6 -0
- package/esm/models/operations/readaccessgroup.d.ts.map +1 -1
- package/esm/models/operations/readaccessgroup.js +13 -0
- package/esm/models/operations/readaccessgroup.js.map +1 -1
- package/esm/models/operations/readaccessgroupproject.d.ts +105 -0
- package/esm/models/operations/readaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/readaccessgroupproject.js +92 -0
- package/esm/models/operations/readaccessgroupproject.js.map +1 -0
- package/esm/models/operations/recordevents.d.ts +6 -0
- package/esm/models/operations/recordevents.d.ts.map +1 -1
- package/esm/models/operations/recordevents.js +13 -0
- package/esm/models/operations/recordevents.js.map +1 -1
- package/esm/models/operations/removecert.d.ts +6 -0
- package/esm/models/operations/removecert.d.ts.map +1 -1
- package/esm/models/operations/removecert.js +13 -0
- package/esm/models/operations/removecert.js.map +1 -1
- package/esm/models/operations/removeprojectdomain.d.ts +6 -0
- package/esm/models/operations/removeprojectdomain.d.ts.map +1 -1
- package/esm/models/operations/removeprojectdomain.js +13 -0
- package/esm/models/operations/removeprojectdomain.js.map +1 -1
- package/esm/models/operations/removeprojectenv.d.ts +120 -0
- package/esm/models/operations/removeprojectenv.d.ts.map +1 -1
- package/esm/models/operations/removeprojectenv.js +361 -0
- package/esm/models/operations/removeprojectenv.js.map +1 -1
- package/esm/models/operations/removeprojectmember.d.ts +6 -0
- package/esm/models/operations/removeprojectmember.d.ts.map +1 -1
- package/esm/models/operations/removeprojectmember.js +13 -0
- package/esm/models/operations/removeprojectmember.js.map +1 -1
- package/esm/models/operations/removerecord.d.ts +6 -0
- package/esm/models/operations/removerecord.d.ts.map +1 -1
- package/esm/models/operations/removerecord.js +13 -0
- package/esm/models/operations/removerecord.js.map +1 -1
- package/esm/models/operations/removeteammember.d.ts +6 -0
- package/esm/models/operations/removeteammember.d.ts.map +1 -1
- package/esm/models/operations/removeteammember.js +13 -0
- package/esm/models/operations/removeteammember.js.map +1 -1
- package/esm/models/operations/requestaccesstoteam.d.ts +22 -0
- package/esm/models/operations/requestaccesstoteam.d.ts.map +1 -1
- package/esm/models/operations/requestaccesstoteam.js +61 -0
- package/esm/models/operations/requestaccesstoteam.js.map +1 -1
- package/esm/models/operations/requestdelete.d.ts +8 -0
- package/esm/models/operations/requestdelete.d.ts.map +1 -1
- package/esm/models/operations/requestdelete.js +19 -0
- package/esm/models/operations/requestdelete.js.map +1 -1
- package/esm/models/operations/requestpromote.d.ts +4 -0
- package/esm/models/operations/requestpromote.d.ts.map +1 -1
- package/esm/models/operations/requestpromote.js +7 -0
- package/esm/models/operations/requestpromote.js.map +1 -1
- package/esm/models/operations/rerequestcheck.d.ts +6 -0
- package/esm/models/operations/rerequestcheck.d.ts.map +1 -1
- package/esm/models/operations/rerequestcheck.js +13 -0
- package/esm/models/operations/rerequestcheck.js.map +1 -1
- package/esm/models/operations/searchrepo.d.ts +24 -0
- package/esm/models/operations/searchrepo.d.ts.map +1 -1
- package/esm/models/operations/searchrepo.js +67 -0
- package/esm/models/operations/searchrepo.js.map +1 -1
- package/esm/models/operations/status.d.ts +6 -0
- package/esm/models/operations/status.d.ts.map +1 -1
- package/esm/models/operations/status.js +13 -0
- package/esm/models/operations/status.js.map +1 -1
- package/esm/models/operations/updateaccessgroup.d.ts +10 -0
- package/esm/models/operations/updateaccessgroup.d.ts.map +1 -1
- package/esm/models/operations/updateaccessgroup.js +25 -0
- package/esm/models/operations/updateaccessgroup.js.map +1 -1
- package/esm/models/operations/updateaccessgroupproject.d.ts +169 -0
- package/esm/models/operations/updateaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/updateaccessgroupproject.js +154 -0
- package/esm/models/operations/updateaccessgroupproject.js.map +1 -0
- package/esm/models/operations/updateattackchallengemode.d.ts +8 -0
- package/esm/models/operations/updateattackchallengemode.d.ts.map +1 -1
- package/esm/models/operations/updateattackchallengemode.js +19 -0
- package/esm/models/operations/updateattackchallengemode.js.map +1 -1
- package/esm/models/operations/updatecheck.d.ts +36 -0
- package/esm/models/operations/updatecheck.d.ts.map +1 -1
- package/esm/models/operations/updatecheck.js +103 -0
- package/esm/models/operations/updatecheck.js.map +1 -1
- package/esm/models/operations/updateedgeconfig.d.ts +14 -0
- package/esm/models/operations/updateedgeconfig.d.ts.map +1 -1
- package/esm/models/operations/updateedgeconfig.js +37 -0
- package/esm/models/operations/updateedgeconfig.js.map +1 -1
- package/esm/models/operations/updatefirewallconfig.d.ts +82 -0
- package/esm/models/operations/updatefirewallconfig.d.ts.map +1 -1
- package/esm/models/operations/updatefirewallconfig.js +241 -0
- package/esm/models/operations/updatefirewallconfig.js.map +1 -1
- package/esm/models/operations/updateproject.d.ts +232 -0
- package/esm/models/operations/updateproject.d.ts.map +1 -1
- package/esm/models/operations/updateproject.js +562 -0
- package/esm/models/operations/updateproject.js.map +1 -1
- package/esm/models/operations/updateprojectdatacache.d.ts +218 -0
- package/esm/models/operations/updateprojectdatacache.d.ts.map +1 -1
- package/esm/models/operations/updateprojectdatacache.js +518 -0
- package/esm/models/operations/updateprojectdatacache.js.map +1 -1
- package/esm/models/operations/updateprojectdomain.d.ts +10 -0
- package/esm/models/operations/updateprojectdomain.d.ts.map +1 -1
- package/esm/models/operations/updateprojectdomain.js +25 -0
- package/esm/models/operations/updateprojectdomain.js.map +1 -1
- package/esm/models/operations/updateprojectprotectionbypass.d.ts +14 -0
- package/esm/models/operations/updateprojectprotectionbypass.d.ts.map +1 -1
- package/esm/models/operations/updateprojectprotectionbypass.js +37 -0
- package/esm/models/operations/updateprojectprotectionbypass.js.map +1 -1
- package/esm/models/operations/updaterecord.d.ts +12 -0
- package/esm/models/operations/updaterecord.d.ts.map +1 -1
- package/esm/models/operations/updaterecord.js +31 -0
- package/esm/models/operations/updaterecord.js.map +1 -1
- package/esm/models/operations/updateteammember.d.ts +12 -0
- package/esm/models/operations/updateteammember.d.ts.map +1 -1
- package/esm/models/operations/updateteammember.js +31 -0
- package/esm/models/operations/updateteammember.js.map +1 -1
- package/esm/models/operations/uploadartifact.d.ts +6 -0
- package/esm/models/operations/uploadartifact.d.ts.map +1 -1
- package/esm/models/operations/uploadartifact.js +13 -0
- package/esm/models/operations/uploadartifact.js.map +1 -1
- package/esm/models/operations/uploadcert.d.ts +8 -0
- package/esm/models/operations/uploadcert.d.ts.map +1 -1
- package/esm/models/operations/uploadcert.js +19 -0
- package/esm/models/operations/uploadcert.js.map +1 -1
- package/esm/models/operations/uploadfile.d.ts +10 -0
- package/esm/models/operations/uploadfile.d.ts.map +1 -1
- package/esm/models/operations/uploadfile.js +25 -0
- package/esm/models/operations/uploadfile.js.map +1 -1
- package/esm/models/operations/verifyprojectdomain.d.ts +8 -0
- package/esm/models/operations/verifyprojectdomain.d.ts.map +1 -1
- package/esm/models/operations/verifyprojectdomain.js +19 -0
- package/esm/models/operations/verifyprojectdomain.js.map +1 -1
- package/esm/sdk/accessgroups.d.ts +32 -0
- package/esm/sdk/accessgroups.d.ts.map +1 -1
- package/esm/sdk/accessgroups.js +40 -0
- package/esm/sdk/accessgroups.js.map +1 -1
- package/esm/sdk/projects.d.ts +0 -16
- package/esm/sdk/projects.d.ts.map +1 -1
- package/esm/sdk/projects.js +0 -20
- package/esm/sdk/projects.js.map +1 -1
- package/esm/sdk/sdk.d.ts +0 -3
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +0 -5
- package/esm/sdk/sdk.js.map +1 -1
- package/package.json +10 -7
- package/src/funcs/{secretsRenameSecret.ts → accessGroupsCreateAccessGroupProject.ts} +25 -22
- package/src/funcs/{secretsDeleteSecret.ts → accessGroupsDeleteAccessGroupProject.ts} +25 -19
- package/src/funcs/{projectsPauseProject.ts → accessGroupsReadAccessGroupProject.ts} +25 -18
- package/src/funcs/{projectsUnpauseProject.ts → accessGroupsUpdateAccessGroupProject.ts} +28 -20
- package/src/lib/config.ts +3 -3
- package/src/lib/matchers.ts +1 -1
- package/src/models/components/authtoken.ts +59 -0
- package/src/models/components/authuser.ts +311 -0
- package/src/models/components/authuserlimited.ts +19 -0
- package/src/models/components/edgeconfigitem.ts +17 -0
- package/src/models/components/edgeconfigitemvalue.ts +21 -0
- package/src/models/components/edgeconfigtoken.ts +19 -0
- package/src/models/components/filetree.ts +17 -0
- package/src/models/components/flagjsonvalue.ts +17 -0
- package/src/models/components/pagination.ts +17 -0
- package/src/models/components/security.ts +17 -0
- package/src/models/components/teamlimited.ts +115 -0
- package/src/models/components/userevent.ts +17 -0
- package/src/models/operations/addprojectdomain.ts +81 -0
- package/src/models/operations/addprojectmember.ts +121 -0
- package/src/models/operations/artifactexists.ts +21 -0
- package/src/models/operations/artifactquery.ts +95 -0
- package/src/models/operations/assignalias.ts +57 -0
- package/src/models/operations/buydomain.ts +129 -0
- package/src/models/operations/canceldeployment.ts +1304 -0
- package/src/models/operations/checkdomainprice.ts +41 -0
- package/src/models/operations/checkdomainstatus.ts +41 -0
- package/src/models/operations/createaccessgroup.ts +79 -0
- package/src/models/operations/createaccessgroupproject.ts +322 -0
- package/src/models/operations/createauthtoken.ts +59 -0
- package/src/models/operations/createcheck.ts +169 -0
- package/src/models/operations/createconfigurablelogdrain.ts +66 -0
- package/src/models/operations/createdeployment.ts +1343 -0
- package/src/models/operations/createedgeconfig.ts +185 -0
- package/src/models/operations/createedgeconfigtoken.ts +63 -0
- package/src/models/operations/createlogdrain.ts +57 -0
- package/src/models/operations/createortransferdomain.ts +167 -0
- package/src/models/operations/createproject.ts +1645 -2
- package/src/models/operations/createprojectenv.ts +1008 -0
- package/src/models/operations/createrecord.ts +265 -0
- package/src/models/operations/createteam.ts +81 -0
- package/src/models/operations/createwebhook.ts +61 -2
- package/src/models/operations/deleteaccessgroup.ts +21 -0
- package/src/models/operations/deleteaccessgroupproject.ts +86 -0
- package/src/models/operations/deletealias.ts +39 -0
- package/src/models/operations/deleteauthtoken.ts +41 -0
- package/src/models/operations/deleteconfigurablelogdrain.ts +23 -0
- package/src/models/operations/deleteconfiguration.ts +21 -0
- package/src/models/operations/deletedeployment.ts +41 -0
- package/src/models/operations/deletedomain.ts +39 -0
- package/src/models/operations/deleteedgeconfig.ts +21 -0
- package/src/models/operations/deleteedgeconfigschema.ts +23 -0
- package/src/models/operations/deleteedgeconfigtokens.ts +43 -0
- package/src/models/operations/deleteintegrationlogdrain.ts +23 -0
- package/src/models/operations/deleteproject.ts +21 -0
- package/src/models/operations/deleteteam.ts +71 -0
- package/src/models/operations/deleteteaminvitecode.ts +43 -0
- package/src/models/operations/deletewebhook.ts +21 -0
- package/src/models/operations/downloadartifact.ts +21 -0
- package/src/models/operations/editprojectenv.ts +447 -0
- package/src/models/operations/filterprojectenvs.ts +1378 -0
- package/src/models/operations/getalias.ts +157 -0
- package/src/models/operations/getallchecks.ts +174 -0
- package/src/models/operations/getalllogdrains.ts +41 -0
- package/src/models/operations/getauthtoken.ts +39 -0
- package/src/models/operations/getauthuser.ts +35 -0
- package/src/models/operations/getcertbyid.ts +39 -0
- package/src/models/operations/getcheck.ts +143 -0
- package/src/models/operations/getconfigurablelogdrain.ts +44 -0
- package/src/models/operations/getconfiguration.ts +176 -0
- package/src/models/operations/getconfigurations.ts +229 -0
- package/src/models/operations/getdeployment.ts +1881 -2
- package/src/models/operations/getdeploymentevents.ts +35 -0
- package/src/models/operations/getdeploymentfilecontents.ts +23 -0
- package/src/models/operations/getdeployments.ts +206 -0
- package/src/models/operations/getdomain.ts +73 -0
- package/src/models/operations/getdomainconfig.ts +41 -0
- package/src/models/operations/getdomains.ts +71 -0
- package/src/models/operations/getdomaintransfer.ts +41 -0
- package/src/models/operations/getedgeconfig.ts +93 -0
- package/src/models/operations/getedgeconfigbackup.ts +223 -0
- package/src/models/operations/getedgeconfigbackups.ts +97 -0
- package/src/models/operations/getedgeconfigitem.ts +21 -0
- package/src/models/operations/getedgeconfigitems.ts +21 -0
- package/src/models/operations/getedgeconfigs.ts +81 -0
- package/src/models/operations/getedgeconfigschema.ts +41 -0
- package/src/models/operations/getedgeconfigtoken.ts +21 -0
- package/src/models/operations/getedgeconfigtokens.ts +21 -0
- package/src/models/operations/getfirewallconfig.ts +493 -0
- package/src/models/operations/getintegrationlogdrains.ts +44 -0
- package/src/models/operations/getprojectdomain.ts +55 -0
- package/src/models/operations/getprojectenv.ts +1302 -0
- package/src/models/operations/getprojectmembers.ts +126 -0
- package/src/models/operations/getprojects.ts +1560 -3
- package/src/models/operations/getrecords.ts +103 -0
- package/src/models/operations/getteam.ts +17 -0
- package/src/models/operations/getteamaccessrequest.ts +139 -0
- package/src/models/operations/getteammembers.ts +201 -0
- package/src/models/operations/getteams.ts +51 -0
- package/src/models/operations/getwebhook.ts +41 -1
- package/src/models/operations/getwebhooks.ts +97 -2
- package/src/models/operations/gitnamespaces.ts +55 -0
- package/src/models/operations/inviteusertoteam.ts +119 -0
- package/src/models/operations/issuecert.ts +57 -0
- package/src/models/operations/jointeam.ts +55 -0
- package/src/models/operations/listaccessgroupmembers.ts +72 -0
- package/src/models/operations/listaccessgroupprojects.ts +104 -0
- package/src/models/operations/listaccessgroups.ts +113 -0
- package/src/models/operations/listaliases.ts +203 -0
- package/src/models/operations/listauthtokens.ts +21 -0
- package/src/models/operations/listdeploymentaliases.ts +172 -0
- package/src/models/operations/listdeploymentfiles.ts +21 -0
- package/src/models/operations/listpromotealiases.ts +99 -0
- package/src/models/operations/listuserevents.ts +39 -0
- package/src/models/operations/patchdomain.ts +147 -0
- package/src/models/operations/patchedgeconfigschema.ts +63 -0
- package/src/models/operations/patchteam.ts +95 -0
- package/src/models/operations/putfirewallconfig.ts +927 -0
- package/src/models/operations/readaccessgroup.ts +41 -0
- package/src/models/operations/readaccessgroupproject.ts +199 -0
- package/src/models/operations/recordevents.ts +35 -0
- package/src/models/operations/removecert.ts +39 -0
- package/src/models/operations/removeprojectdomain.ts +41 -0
- package/src/models/operations/removeprojectenv.ts +1352 -0
- package/src/models/operations/removeprojectmember.ts +41 -0
- package/src/models/operations/removerecord.ts +39 -0
- package/src/models/operations/removeteammember.ts +41 -0
- package/src/models/operations/requestaccesstoteam.ts +171 -0
- package/src/models/operations/requestdelete.ts +57 -0
- package/src/models/operations/requestpromote.ts +21 -0
- package/src/models/operations/rerequestcheck.ts +39 -0
- package/src/models/operations/searchrepo.ts +181 -0
- package/src/models/operations/status.ts +35 -0
- package/src/models/operations/updateaccessgroup.ts +75 -0
- package/src/models/operations/updateaccessgroupproject.ts +319 -0
- package/src/models/operations/updateattackchallengemode.ts +65 -0
- package/src/models/operations/updatecheck.ts +271 -0
- package/src/models/operations/updateedgeconfig.ts +115 -0
- package/src/models/operations/updatefirewallconfig.ts +858 -0
- package/src/models/operations/updateproject.ts +1710 -0
- package/src/models/operations/updateprojectdatacache.ts +1454 -0
- package/src/models/operations/updateprojectdomain.ts +81 -0
- package/src/models/operations/updateprojectprotectionbypass.ts +133 -0
- package/src/models/operations/updaterecord.ts +85 -0
- package/src/models/operations/updateteammember.ts +97 -0
- package/src/models/operations/uploadartifact.ts +39 -0
- package/src/models/operations/uploadcert.ts +57 -0
- package/src/models/operations/uploadfile.ts +75 -0
- package/src/models/operations/verifyprojectdomain.ts +61 -0
- package/src/sdk/accessgroups.ts +85 -0
- package/src/sdk/projects.ts +0 -44
- package/src/sdk/sdk.ts +0 -6
- package/docs/sdks/secrets/README.md +0 -331
- package/esm/funcs/projectsPauseProject.d.ts +0 -15
- package/esm/funcs/projectsPauseProject.d.ts.map +0 -1
- package/esm/funcs/projectsPauseProject.js.map +0 -1
- package/esm/funcs/projectsUnpauseProject.d.ts +0 -15
- package/esm/funcs/projectsUnpauseProject.d.ts.map +0 -1
- package/esm/funcs/projectsUnpauseProject.js.map +0 -1
- package/esm/funcs/secretsCreateSecret.d.ts +0 -15
- package/esm/funcs/secretsCreateSecret.d.ts.map +0 -1
- package/esm/funcs/secretsCreateSecret.js +0 -74
- package/esm/funcs/secretsCreateSecret.js.map +0 -1
- package/esm/funcs/secretsDeleteSecret.d.ts +0 -15
- package/esm/funcs/secretsDeleteSecret.d.ts.map +0 -1
- package/esm/funcs/secretsDeleteSecret.js.map +0 -1
- package/esm/funcs/secretsGetSecret.d.ts +0 -15
- package/esm/funcs/secretsGetSecret.d.ts.map +0 -1
- package/esm/funcs/secretsGetSecret.js +0 -80
- package/esm/funcs/secretsGetSecret.js.map +0 -1
- package/esm/funcs/secretsRenameSecret.d.ts +0 -15
- package/esm/funcs/secretsRenameSecret.d.ts.map +0 -1
- package/esm/funcs/secretsRenameSecret.js.map +0 -1
- package/esm/models/operations/createsecret.d.ts +0 -192
- package/esm/models/operations/createsecret.d.ts.map +0 -1
- package/esm/models/operations/createsecret.js +0 -136
- package/esm/models/operations/createsecret.js.map +0 -1
- package/esm/models/operations/deletesecret.d.ts +0 -74
- package/esm/models/operations/deletesecret.d.ts.map +0 -1
- package/esm/models/operations/deletesecret.js +0 -51
- package/esm/models/operations/deletesecret.js.map +0 -1
- package/esm/models/operations/getsecret.d.ts +0 -144
- package/esm/models/operations/getsecret.d.ts.map +0 -1
- package/esm/models/operations/getsecret.js +0 -87
- package/esm/models/operations/getsecret.js.map +0 -1
- package/esm/models/operations/pauseproject.d.ts +0 -70
- package/esm/models/operations/pauseproject.d.ts.map +0 -1
- package/esm/models/operations/pauseproject.js +0 -53
- package/esm/models/operations/pauseproject.js.map +0 -1
- package/esm/models/operations/renamesecret.d.ts +0 -95
- package/esm/models/operations/renamesecret.d.ts.map +0 -1
- package/esm/models/operations/renamesecret.js +0 -83
- package/esm/models/operations/renamesecret.js.map +0 -1
- package/esm/models/operations/unpauseproject.d.ts +0 -70
- package/esm/models/operations/unpauseproject.d.ts.map +0 -1
- package/esm/models/operations/unpauseproject.js +0 -53
- package/esm/models/operations/unpauseproject.js.map +0 -1
- package/esm/sdk/secrets.d.ts +0 -36
- package/esm/sdk/secrets.d.ts.map +0 -1
- package/esm/sdk/secrets.js +0 -48
- package/esm/sdk/secrets.js.map +0 -1
- package/src/funcs/secretsCreateSecret.ts +0 -134
- package/src/funcs/secretsGetSecret.ts +0 -141
- package/src/models/operations/createsecret.ts +0 -304
- package/src/models/operations/deletesecret.ts +0 -119
- package/src/models/operations/getsecret.ts +0 -205
- package/src/models/operations/pauseproject.ts +0 -117
- package/src/models/operations/renamesecret.ts +0 -170
- package/src/models/operations/unpauseproject.ts +0 -117
- package/src/sdk/secrets.ts +0 -96
|
@@ -4,12 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
8
|
import { ClosedEnum } from "../../types/enums.js";
|
|
9
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
10
|
import {
|
|
9
11
|
ACLAction,
|
|
10
12
|
ACLAction$inboundSchema,
|
|
11
13
|
ACLAction$outboundSchema,
|
|
12
14
|
} from "../components/aclaction.js";
|
|
15
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
13
16
|
|
|
14
17
|
export type UpdateProjectDataCacheRequestBody = {
|
|
15
18
|
/**
|
|
@@ -730,6 +733,29 @@ export type Link1 = {
|
|
|
730
733
|
|
|
731
734
|
export type Link = Link1 | Link3 | Link2;
|
|
732
735
|
|
|
736
|
+
export type Microfrontends = {
|
|
737
|
+
/**
|
|
738
|
+
* Timestamp when the microfrontends settings were last updated.
|
|
739
|
+
*/
|
|
740
|
+
updatedAt: number;
|
|
741
|
+
/**
|
|
742
|
+
* The group IDs of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
743
|
+
*/
|
|
744
|
+
groupIds: Array<string>;
|
|
745
|
+
/**
|
|
746
|
+
* Whether microfrontends are enabled for this project.
|
|
747
|
+
*/
|
|
748
|
+
enabled: boolean;
|
|
749
|
+
/**
|
|
750
|
+
* Whether this project is the default application for the microfrontends group. The default application is the one that is used as the top level shell for the microfrontends group and hosts the other microfrontends.
|
|
751
|
+
*/
|
|
752
|
+
isDefaultApp?: boolean | undefined;
|
|
753
|
+
/**
|
|
754
|
+
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
|
|
755
|
+
*/
|
|
756
|
+
defaultRoute?: string | undefined;
|
|
757
|
+
};
|
|
758
|
+
|
|
733
759
|
export const UpdateProjectDataCacheNodeVersion = {
|
|
734
760
|
TwentyTwoX: "22.x",
|
|
735
761
|
TwentyX: "20.x",
|
|
@@ -1035,6 +1061,7 @@ export type Permissions = {
|
|
|
1035
1061
|
teamInvite?: Array<ACLAction> | undefined;
|
|
1036
1062
|
teamInviteCode?: Array<ACLAction> | undefined;
|
|
1037
1063
|
teamJoin?: Array<ACLAction> | undefined;
|
|
1064
|
+
teamMicrofrontends?: Array<ACLAction> | undefined;
|
|
1038
1065
|
teamOwnMembership?: Array<ACLAction> | undefined;
|
|
1039
1066
|
teamOwnMembershipDisconnectSAML?: Array<ACLAction> | undefined;
|
|
1040
1067
|
token?: Array<ACLAction> | undefined;
|
|
@@ -1064,6 +1091,7 @@ export type Permissions = {
|
|
|
1064
1091
|
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1065
1092
|
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1066
1093
|
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1094
|
+
deploymentV0?: Array<ACLAction> | undefined;
|
|
1067
1095
|
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1068
1096
|
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1069
1097
|
deploymentPromote?: Array<ACLAction> | undefined;
|
|
@@ -1075,6 +1103,7 @@ export type Permissions = {
|
|
|
1075
1103
|
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1076
1104
|
job?: Array<ACLAction> | undefined;
|
|
1077
1105
|
project?: Array<ACLAction> | undefined;
|
|
1106
|
+
projectFromV0?: Array<ACLAction> | undefined;
|
|
1078
1107
|
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1079
1108
|
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1080
1109
|
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
@@ -1375,6 +1404,7 @@ export type Security = {
|
|
|
1375
1404
|
firewallSeawallEnabled?: boolean | undefined;
|
|
1376
1405
|
ja3Enabled?: boolean | undefined;
|
|
1377
1406
|
ja4Enabled?: boolean | undefined;
|
|
1407
|
+
firewallBypassIps?: Array<string> | undefined;
|
|
1378
1408
|
};
|
|
1379
1409
|
|
|
1380
1410
|
/**
|
|
@@ -1434,6 +1464,7 @@ export type UpdateProjectDataCacheResponseBody = {
|
|
|
1434
1464
|
ipBuckets?: Array<IpBuckets> | undefined;
|
|
1435
1465
|
latestDeployments?: Array<LatestDeployments> | undefined;
|
|
1436
1466
|
link?: Link1 | Link3 | Link2 | undefined;
|
|
1467
|
+
microfrontends?: Microfrontends | undefined;
|
|
1437
1468
|
name: string;
|
|
1438
1469
|
nodeVersion: UpdateProjectDataCacheNodeVersion;
|
|
1439
1470
|
optionsAllowlist?: UpdateProjectDataCacheOptionsAllowlist | null | undefined;
|
|
@@ -1517,6 +1548,26 @@ export namespace UpdateProjectDataCacheRequestBody$ {
|
|
|
1517
1548
|
export type Outbound = UpdateProjectDataCacheRequestBody$Outbound;
|
|
1518
1549
|
}
|
|
1519
1550
|
|
|
1551
|
+
export function updateProjectDataCacheRequestBodyToJSON(
|
|
1552
|
+
updateProjectDataCacheRequestBody: UpdateProjectDataCacheRequestBody,
|
|
1553
|
+
): string {
|
|
1554
|
+
return JSON.stringify(
|
|
1555
|
+
UpdateProjectDataCacheRequestBody$outboundSchema.parse(
|
|
1556
|
+
updateProjectDataCacheRequestBody,
|
|
1557
|
+
),
|
|
1558
|
+
);
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1561
|
+
export function updateProjectDataCacheRequestBodyFromJSON(
|
|
1562
|
+
jsonString: string,
|
|
1563
|
+
): SafeParseResult<UpdateProjectDataCacheRequestBody, SDKValidationError> {
|
|
1564
|
+
return safeParse(
|
|
1565
|
+
jsonString,
|
|
1566
|
+
(x) => UpdateProjectDataCacheRequestBody$inboundSchema.parse(JSON.parse(x)),
|
|
1567
|
+
`Failed to parse 'UpdateProjectDataCacheRequestBody' from JSON`,
|
|
1568
|
+
);
|
|
1569
|
+
}
|
|
1570
|
+
|
|
1520
1571
|
/** @internal */
|
|
1521
1572
|
export const UpdateProjectDataCacheRequest$inboundSchema: z.ZodType<
|
|
1522
1573
|
UpdateProjectDataCacheRequest,
|
|
@@ -1572,6 +1623,26 @@ export namespace UpdateProjectDataCacheRequest$ {
|
|
|
1572
1623
|
export type Outbound = UpdateProjectDataCacheRequest$Outbound;
|
|
1573
1624
|
}
|
|
1574
1625
|
|
|
1626
|
+
export function updateProjectDataCacheRequestToJSON(
|
|
1627
|
+
updateProjectDataCacheRequest: UpdateProjectDataCacheRequest,
|
|
1628
|
+
): string {
|
|
1629
|
+
return JSON.stringify(
|
|
1630
|
+
UpdateProjectDataCacheRequest$outboundSchema.parse(
|
|
1631
|
+
updateProjectDataCacheRequest,
|
|
1632
|
+
),
|
|
1633
|
+
);
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
export function updateProjectDataCacheRequestFromJSON(
|
|
1637
|
+
jsonString: string,
|
|
1638
|
+
): SafeParseResult<UpdateProjectDataCacheRequest, SDKValidationError> {
|
|
1639
|
+
return safeParse(
|
|
1640
|
+
jsonString,
|
|
1641
|
+
(x) => UpdateProjectDataCacheRequest$inboundSchema.parse(JSON.parse(x)),
|
|
1642
|
+
`Failed to parse 'UpdateProjectDataCacheRequest' from JSON`,
|
|
1643
|
+
);
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1575
1646
|
/** @internal */
|
|
1576
1647
|
export const Analytics$inboundSchema: z.ZodType<
|
|
1577
1648
|
Analytics,
|
|
@@ -1626,6 +1697,20 @@ export namespace Analytics$ {
|
|
|
1626
1697
|
export type Outbound = Analytics$Outbound;
|
|
1627
1698
|
}
|
|
1628
1699
|
|
|
1700
|
+
export function analyticsToJSON(analytics: Analytics): string {
|
|
1701
|
+
return JSON.stringify(Analytics$outboundSchema.parse(analytics));
|
|
1702
|
+
}
|
|
1703
|
+
|
|
1704
|
+
export function analyticsFromJSON(
|
|
1705
|
+
jsonString: string,
|
|
1706
|
+
): SafeParseResult<Analytics, SDKValidationError> {
|
|
1707
|
+
return safeParse(
|
|
1708
|
+
jsonString,
|
|
1709
|
+
(x) => Analytics$inboundSchema.parse(JSON.parse(x)),
|
|
1710
|
+
`Failed to parse 'Analytics' from JSON`,
|
|
1711
|
+
);
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1629
1714
|
/** @internal */
|
|
1630
1715
|
export const SpeedInsights$inboundSchema: z.ZodType<
|
|
1631
1716
|
SpeedInsights,
|
|
@@ -1677,6 +1762,20 @@ export namespace SpeedInsights$ {
|
|
|
1677
1762
|
export type Outbound = SpeedInsights$Outbound;
|
|
1678
1763
|
}
|
|
1679
1764
|
|
|
1765
|
+
export function speedInsightsToJSON(speedInsights: SpeedInsights): string {
|
|
1766
|
+
return JSON.stringify(SpeedInsights$outboundSchema.parse(speedInsights));
|
|
1767
|
+
}
|
|
1768
|
+
|
|
1769
|
+
export function speedInsightsFromJSON(
|
|
1770
|
+
jsonString: string,
|
|
1771
|
+
): SafeParseResult<SpeedInsights, SDKValidationError> {
|
|
1772
|
+
return safeParse(
|
|
1773
|
+
jsonString,
|
|
1774
|
+
(x) => SpeedInsights$inboundSchema.parse(JSON.parse(x)),
|
|
1775
|
+
`Failed to parse 'SpeedInsights' from JSON`,
|
|
1776
|
+
);
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1680
1779
|
/** @internal */
|
|
1681
1780
|
export const Definitions$inboundSchema: z.ZodType<
|
|
1682
1781
|
Definitions,
|
|
@@ -1719,6 +1818,20 @@ export namespace Definitions$ {
|
|
|
1719
1818
|
export type Outbound = Definitions$Outbound;
|
|
1720
1819
|
}
|
|
1721
1820
|
|
|
1821
|
+
export function definitionsToJSON(definitions: Definitions): string {
|
|
1822
|
+
return JSON.stringify(Definitions$outboundSchema.parse(definitions));
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
export function definitionsFromJSON(
|
|
1826
|
+
jsonString: string,
|
|
1827
|
+
): SafeParseResult<Definitions, SDKValidationError> {
|
|
1828
|
+
return safeParse(
|
|
1829
|
+
jsonString,
|
|
1830
|
+
(x) => Definitions$inboundSchema.parse(JSON.parse(x)),
|
|
1831
|
+
`Failed to parse 'Definitions' from JSON`,
|
|
1832
|
+
);
|
|
1833
|
+
}
|
|
1834
|
+
|
|
1722
1835
|
/** @internal */
|
|
1723
1836
|
export const Crons$inboundSchema: z.ZodType<Crons, z.ZodTypeDef, unknown> = z
|
|
1724
1837
|
.object({
|
|
@@ -1764,6 +1877,20 @@ export namespace Crons$ {
|
|
|
1764
1877
|
export type Outbound = Crons$Outbound;
|
|
1765
1878
|
}
|
|
1766
1879
|
|
|
1880
|
+
export function cronsToJSON(crons: Crons): string {
|
|
1881
|
+
return JSON.stringify(Crons$outboundSchema.parse(crons));
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
export function cronsFromJSON(
|
|
1885
|
+
jsonString: string,
|
|
1886
|
+
): SafeParseResult<Crons, SDKValidationError> {
|
|
1887
|
+
return safeParse(
|
|
1888
|
+
jsonString,
|
|
1889
|
+
(x) => Crons$inboundSchema.parse(JSON.parse(x)),
|
|
1890
|
+
`Failed to parse 'Crons' from JSON`,
|
|
1891
|
+
);
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1767
1894
|
/** @internal */
|
|
1768
1895
|
export const DataCache$inboundSchema: z.ZodType<
|
|
1769
1896
|
DataCache,
|
|
@@ -1806,6 +1933,20 @@ export namespace DataCache$ {
|
|
|
1806
1933
|
export type Outbound = DataCache$Outbound;
|
|
1807
1934
|
}
|
|
1808
1935
|
|
|
1936
|
+
export function dataCacheToJSON(dataCache: DataCache): string {
|
|
1937
|
+
return JSON.stringify(DataCache$outboundSchema.parse(dataCache));
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1940
|
+
export function dataCacheFromJSON(
|
|
1941
|
+
jsonString: string,
|
|
1942
|
+
): SafeParseResult<DataCache, SDKValidationError> {
|
|
1943
|
+
return safeParse(
|
|
1944
|
+
jsonString,
|
|
1945
|
+
(x) => DataCache$inboundSchema.parse(JSON.parse(x)),
|
|
1946
|
+
`Failed to parse 'DataCache' from JSON`,
|
|
1947
|
+
);
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1809
1950
|
/** @internal */
|
|
1810
1951
|
export const DeploymentExpiration$inboundSchema: z.ZodType<
|
|
1811
1952
|
DeploymentExpiration,
|
|
@@ -1854,6 +1995,24 @@ export namespace DeploymentExpiration$ {
|
|
|
1854
1995
|
export type Outbound = DeploymentExpiration$Outbound;
|
|
1855
1996
|
}
|
|
1856
1997
|
|
|
1998
|
+
export function deploymentExpirationToJSON(
|
|
1999
|
+
deploymentExpiration: DeploymentExpiration,
|
|
2000
|
+
): string {
|
|
2001
|
+
return JSON.stringify(
|
|
2002
|
+
DeploymentExpiration$outboundSchema.parse(deploymentExpiration),
|
|
2003
|
+
);
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
export function deploymentExpirationFromJSON(
|
|
2007
|
+
jsonString: string,
|
|
2008
|
+
): SafeParseResult<DeploymentExpiration, SDKValidationError> {
|
|
2009
|
+
return safeParse(
|
|
2010
|
+
jsonString,
|
|
2011
|
+
(x) => DeploymentExpiration$inboundSchema.parse(JSON.parse(x)),
|
|
2012
|
+
`Failed to parse 'DeploymentExpiration' from JSON`,
|
|
2013
|
+
);
|
|
2014
|
+
}
|
|
2015
|
+
|
|
1857
2016
|
/** @internal */
|
|
1858
2017
|
export const UpdateProjectDataCacheTarget2$inboundSchema: z.ZodNativeEnum<
|
|
1859
2018
|
typeof UpdateProjectDataCacheTarget2
|
|
@@ -1932,6 +2091,26 @@ export namespace UpdateProjectDataCacheTarget$ {
|
|
|
1932
2091
|
export type Outbound = UpdateProjectDataCacheTarget$Outbound;
|
|
1933
2092
|
}
|
|
1934
2093
|
|
|
2094
|
+
export function updateProjectDataCacheTargetToJSON(
|
|
2095
|
+
updateProjectDataCacheTarget: UpdateProjectDataCacheTarget,
|
|
2096
|
+
): string {
|
|
2097
|
+
return JSON.stringify(
|
|
2098
|
+
UpdateProjectDataCacheTarget$outboundSchema.parse(
|
|
2099
|
+
updateProjectDataCacheTarget,
|
|
2100
|
+
),
|
|
2101
|
+
);
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2104
|
+
export function updateProjectDataCacheTargetFromJSON(
|
|
2105
|
+
jsonString: string,
|
|
2106
|
+
): SafeParseResult<UpdateProjectDataCacheTarget, SDKValidationError> {
|
|
2107
|
+
return safeParse(
|
|
2108
|
+
jsonString,
|
|
2109
|
+
(x) => UpdateProjectDataCacheTarget$inboundSchema.parse(JSON.parse(x)),
|
|
2110
|
+
`Failed to parse 'UpdateProjectDataCacheTarget' from JSON`,
|
|
2111
|
+
);
|
|
2112
|
+
}
|
|
2113
|
+
|
|
1935
2114
|
/** @internal */
|
|
1936
2115
|
export const UpdateProjectDataCacheProjectsResponse200Type$inboundSchema:
|
|
1937
2116
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Type> = z
|
|
@@ -2021,6 +2200,20 @@ export namespace Fifteen$ {
|
|
|
2021
2200
|
export type Outbound = Fifteen$Outbound;
|
|
2022
2201
|
}
|
|
2023
2202
|
|
|
2203
|
+
export function fifteenToJSON(fifteen: Fifteen): string {
|
|
2204
|
+
return JSON.stringify(Fifteen$outboundSchema.parse(fifteen));
|
|
2205
|
+
}
|
|
2206
|
+
|
|
2207
|
+
export function fifteenFromJSON(
|
|
2208
|
+
jsonString: string,
|
|
2209
|
+
): SafeParseResult<Fifteen, SDKValidationError> {
|
|
2210
|
+
return safeParse(
|
|
2211
|
+
jsonString,
|
|
2212
|
+
(x) => Fifteen$inboundSchema.parse(JSON.parse(x)),
|
|
2213
|
+
`Failed to parse 'Fifteen' from JSON`,
|
|
2214
|
+
);
|
|
2215
|
+
}
|
|
2216
|
+
|
|
2024
2217
|
/** @internal */
|
|
2025
2218
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema:
|
|
2026
2219
|
z.ZodNativeEnum<
|
|
@@ -2099,6 +2292,20 @@ export namespace Fourteen$ {
|
|
|
2099
2292
|
export type Outbound = Fourteen$Outbound;
|
|
2100
2293
|
}
|
|
2101
2294
|
|
|
2295
|
+
export function fourteenToJSON(fourteen: Fourteen): string {
|
|
2296
|
+
return JSON.stringify(Fourteen$outboundSchema.parse(fourteen));
|
|
2297
|
+
}
|
|
2298
|
+
|
|
2299
|
+
export function fourteenFromJSON(
|
|
2300
|
+
jsonString: string,
|
|
2301
|
+
): SafeParseResult<Fourteen, SDKValidationError> {
|
|
2302
|
+
return safeParse(
|
|
2303
|
+
jsonString,
|
|
2304
|
+
(x) => Fourteen$inboundSchema.parse(JSON.parse(x)),
|
|
2305
|
+
`Failed to parse 'Fourteen' from JSON`,
|
|
2306
|
+
);
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2102
2309
|
/** @internal */
|
|
2103
2310
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema:
|
|
2104
2311
|
z.ZodNativeEnum<
|
|
@@ -2168,6 +2375,20 @@ export namespace Thirteen$ {
|
|
|
2168
2375
|
export type Outbound = Thirteen$Outbound;
|
|
2169
2376
|
}
|
|
2170
2377
|
|
|
2378
|
+
export function thirteenToJSON(thirteen: Thirteen): string {
|
|
2379
|
+
return JSON.stringify(Thirteen$outboundSchema.parse(thirteen));
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
export function thirteenFromJSON(
|
|
2383
|
+
jsonString: string,
|
|
2384
|
+
): SafeParseResult<Thirteen, SDKValidationError> {
|
|
2385
|
+
return safeParse(
|
|
2386
|
+
jsonString,
|
|
2387
|
+
(x) => Thirteen$inboundSchema.parse(JSON.parse(x)),
|
|
2388
|
+
`Failed to parse 'Thirteen' from JSON`,
|
|
2389
|
+
);
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2171
2392
|
/** @internal */
|
|
2172
2393
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema:
|
|
2173
2394
|
z.ZodNativeEnum<
|
|
@@ -2234,6 +2455,20 @@ export namespace Twelve$ {
|
|
|
2234
2455
|
export type Outbound = Twelve$Outbound;
|
|
2235
2456
|
}
|
|
2236
2457
|
|
|
2458
|
+
export function twelveToJSON(twelve: Twelve): string {
|
|
2459
|
+
return JSON.stringify(Twelve$outboundSchema.parse(twelve));
|
|
2460
|
+
}
|
|
2461
|
+
|
|
2462
|
+
export function twelveFromJSON(
|
|
2463
|
+
jsonString: string,
|
|
2464
|
+
): SafeParseResult<Twelve, SDKValidationError> {
|
|
2465
|
+
return safeParse(
|
|
2466
|
+
jsonString,
|
|
2467
|
+
(x) => Twelve$inboundSchema.parse(JSON.parse(x)),
|
|
2468
|
+
`Failed to parse 'Twelve' from JSON`,
|
|
2469
|
+
);
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2237
2472
|
/** @internal */
|
|
2238
2473
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema:
|
|
2239
2474
|
z.ZodNativeEnum<
|
|
@@ -2305,6 +2540,27 @@ export namespace UpdateProjectDataCacheContentHint11$ {
|
|
|
2305
2540
|
export type Outbound = UpdateProjectDataCacheContentHint11$Outbound;
|
|
2306
2541
|
}
|
|
2307
2542
|
|
|
2543
|
+
export function updateProjectDataCacheContentHint11ToJSON(
|
|
2544
|
+
updateProjectDataCacheContentHint11: UpdateProjectDataCacheContentHint11,
|
|
2545
|
+
): string {
|
|
2546
|
+
return JSON.stringify(
|
|
2547
|
+
UpdateProjectDataCacheContentHint11$outboundSchema.parse(
|
|
2548
|
+
updateProjectDataCacheContentHint11,
|
|
2549
|
+
),
|
|
2550
|
+
);
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2553
|
+
export function updateProjectDataCacheContentHint11FromJSON(
|
|
2554
|
+
jsonString: string,
|
|
2555
|
+
): SafeParseResult<UpdateProjectDataCacheContentHint11, SDKValidationError> {
|
|
2556
|
+
return safeParse(
|
|
2557
|
+
jsonString,
|
|
2558
|
+
(x) =>
|
|
2559
|
+
UpdateProjectDataCacheContentHint11$inboundSchema.parse(JSON.parse(x)),
|
|
2560
|
+
`Failed to parse 'UpdateProjectDataCacheContentHint11' from JSON`,
|
|
2561
|
+
);
|
|
2562
|
+
}
|
|
2563
|
+
|
|
2308
2564
|
/** @internal */
|
|
2309
2565
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema:
|
|
2310
2566
|
z.ZodNativeEnum<
|
|
@@ -2374,6 +2630,20 @@ export namespace ContentHint10$ {
|
|
|
2374
2630
|
export type Outbound = ContentHint10$Outbound;
|
|
2375
2631
|
}
|
|
2376
2632
|
|
|
2633
|
+
export function contentHint10ToJSON(contentHint10: ContentHint10): string {
|
|
2634
|
+
return JSON.stringify(ContentHint10$outboundSchema.parse(contentHint10));
|
|
2635
|
+
}
|
|
2636
|
+
|
|
2637
|
+
export function contentHint10FromJSON(
|
|
2638
|
+
jsonString: string,
|
|
2639
|
+
): SafeParseResult<ContentHint10, SDKValidationError> {
|
|
2640
|
+
return safeParse(
|
|
2641
|
+
jsonString,
|
|
2642
|
+
(x) => ContentHint10$inboundSchema.parse(JSON.parse(x)),
|
|
2643
|
+
`Failed to parse 'ContentHint10' from JSON`,
|
|
2644
|
+
);
|
|
2645
|
+
}
|
|
2646
|
+
|
|
2377
2647
|
/** @internal */
|
|
2378
2648
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema:
|
|
2379
2649
|
z.ZodNativeEnum<
|
|
@@ -2443,6 +2713,20 @@ export namespace ContentHint9$ {
|
|
|
2443
2713
|
export type Outbound = ContentHint9$Outbound;
|
|
2444
2714
|
}
|
|
2445
2715
|
|
|
2716
|
+
export function contentHint9ToJSON(contentHint9: ContentHint9): string {
|
|
2717
|
+
return JSON.stringify(ContentHint9$outboundSchema.parse(contentHint9));
|
|
2718
|
+
}
|
|
2719
|
+
|
|
2720
|
+
export function contentHint9FromJSON(
|
|
2721
|
+
jsonString: string,
|
|
2722
|
+
): SafeParseResult<ContentHint9, SDKValidationError> {
|
|
2723
|
+
return safeParse(
|
|
2724
|
+
jsonString,
|
|
2725
|
+
(x) => ContentHint9$inboundSchema.parse(JSON.parse(x)),
|
|
2726
|
+
`Failed to parse 'ContentHint9' from JSON`,
|
|
2727
|
+
);
|
|
2728
|
+
}
|
|
2729
|
+
|
|
2446
2730
|
/** @internal */
|
|
2447
2731
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema:
|
|
2448
2732
|
z.ZodNativeEnum<
|
|
@@ -2512,6 +2796,20 @@ export namespace ContentHint8$ {
|
|
|
2512
2796
|
export type Outbound = ContentHint8$Outbound;
|
|
2513
2797
|
}
|
|
2514
2798
|
|
|
2799
|
+
export function contentHint8ToJSON(contentHint8: ContentHint8): string {
|
|
2800
|
+
return JSON.stringify(ContentHint8$outboundSchema.parse(contentHint8));
|
|
2801
|
+
}
|
|
2802
|
+
|
|
2803
|
+
export function contentHint8FromJSON(
|
|
2804
|
+
jsonString: string,
|
|
2805
|
+
): SafeParseResult<ContentHint8, SDKValidationError> {
|
|
2806
|
+
return safeParse(
|
|
2807
|
+
jsonString,
|
|
2808
|
+
(x) => ContentHint8$inboundSchema.parse(JSON.parse(x)),
|
|
2809
|
+
`Failed to parse 'ContentHint8' from JSON`,
|
|
2810
|
+
);
|
|
2811
|
+
}
|
|
2812
|
+
|
|
2515
2813
|
/** @internal */
|
|
2516
2814
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
2517
2815
|
z.ZodNativeEnum<
|
|
@@ -2581,6 +2879,20 @@ export namespace ContentHint7$ {
|
|
|
2581
2879
|
export type Outbound = ContentHint7$Outbound;
|
|
2582
2880
|
}
|
|
2583
2881
|
|
|
2882
|
+
export function contentHint7ToJSON(contentHint7: ContentHint7): string {
|
|
2883
|
+
return JSON.stringify(ContentHint7$outboundSchema.parse(contentHint7));
|
|
2884
|
+
}
|
|
2885
|
+
|
|
2886
|
+
export function contentHint7FromJSON(
|
|
2887
|
+
jsonString: string,
|
|
2888
|
+
): SafeParseResult<ContentHint7, SDKValidationError> {
|
|
2889
|
+
return safeParse(
|
|
2890
|
+
jsonString,
|
|
2891
|
+
(x) => ContentHint7$inboundSchema.parse(JSON.parse(x)),
|
|
2892
|
+
`Failed to parse 'ContentHint7' from JSON`,
|
|
2893
|
+
);
|
|
2894
|
+
}
|
|
2895
|
+
|
|
2584
2896
|
/** @internal */
|
|
2585
2897
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
2586
2898
|
z.ZodNativeEnum<
|
|
@@ -2650,6 +2962,20 @@ export namespace ContentHint6$ {
|
|
|
2650
2962
|
export type Outbound = ContentHint6$Outbound;
|
|
2651
2963
|
}
|
|
2652
2964
|
|
|
2965
|
+
export function contentHint6ToJSON(contentHint6: ContentHint6): string {
|
|
2966
|
+
return JSON.stringify(ContentHint6$outboundSchema.parse(contentHint6));
|
|
2967
|
+
}
|
|
2968
|
+
|
|
2969
|
+
export function contentHint6FromJSON(
|
|
2970
|
+
jsonString: string,
|
|
2971
|
+
): SafeParseResult<ContentHint6, SDKValidationError> {
|
|
2972
|
+
return safeParse(
|
|
2973
|
+
jsonString,
|
|
2974
|
+
(x) => ContentHint6$inboundSchema.parse(JSON.parse(x)),
|
|
2975
|
+
`Failed to parse 'ContentHint6' from JSON`,
|
|
2976
|
+
);
|
|
2977
|
+
}
|
|
2978
|
+
|
|
2653
2979
|
/** @internal */
|
|
2654
2980
|
export const UpdateProjectDataCacheContentHintProjectsResponse200Type$inboundSchema:
|
|
2655
2981
|
z.ZodNativeEnum<
|
|
@@ -2714,6 +3040,20 @@ export namespace ContentHint5$ {
|
|
|
2714
3040
|
export type Outbound = ContentHint5$Outbound;
|
|
2715
3041
|
}
|
|
2716
3042
|
|
|
3043
|
+
export function contentHint5ToJSON(contentHint5: ContentHint5): string {
|
|
3044
|
+
return JSON.stringify(ContentHint5$outboundSchema.parse(contentHint5));
|
|
3045
|
+
}
|
|
3046
|
+
|
|
3047
|
+
export function contentHint5FromJSON(
|
|
3048
|
+
jsonString: string,
|
|
3049
|
+
): SafeParseResult<ContentHint5, SDKValidationError> {
|
|
3050
|
+
return safeParse(
|
|
3051
|
+
jsonString,
|
|
3052
|
+
(x) => ContentHint5$inboundSchema.parse(JSON.parse(x)),
|
|
3053
|
+
`Failed to parse 'ContentHint5' from JSON`,
|
|
3054
|
+
);
|
|
3055
|
+
}
|
|
3056
|
+
|
|
2717
3057
|
/** @internal */
|
|
2718
3058
|
export const UpdateProjectDataCacheContentHintProjectsResponseType$inboundSchema:
|
|
2719
3059
|
z.ZodNativeEnum<
|
|
@@ -2778,6 +3118,20 @@ export namespace ContentHint4$ {
|
|
|
2778
3118
|
export type Outbound = ContentHint4$Outbound;
|
|
2779
3119
|
}
|
|
2780
3120
|
|
|
3121
|
+
export function contentHint4ToJSON(contentHint4: ContentHint4): string {
|
|
3122
|
+
return JSON.stringify(ContentHint4$outboundSchema.parse(contentHint4));
|
|
3123
|
+
}
|
|
3124
|
+
|
|
3125
|
+
export function contentHint4FromJSON(
|
|
3126
|
+
jsonString: string,
|
|
3127
|
+
): SafeParseResult<ContentHint4, SDKValidationError> {
|
|
3128
|
+
return safeParse(
|
|
3129
|
+
jsonString,
|
|
3130
|
+
(x) => ContentHint4$inboundSchema.parse(JSON.parse(x)),
|
|
3131
|
+
`Failed to parse 'ContentHint4' from JSON`,
|
|
3132
|
+
);
|
|
3133
|
+
}
|
|
3134
|
+
|
|
2781
3135
|
/** @internal */
|
|
2782
3136
|
export const UpdateProjectDataCacheContentHintProjectsType$inboundSchema:
|
|
2783
3137
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsType> = z
|
|
@@ -2840,6 +3194,20 @@ export namespace ContentHint3$ {
|
|
|
2840
3194
|
export type Outbound = ContentHint3$Outbound;
|
|
2841
3195
|
}
|
|
2842
3196
|
|
|
3197
|
+
export function contentHint3ToJSON(contentHint3: ContentHint3): string {
|
|
3198
|
+
return JSON.stringify(ContentHint3$outboundSchema.parse(contentHint3));
|
|
3199
|
+
}
|
|
3200
|
+
|
|
3201
|
+
export function contentHint3FromJSON(
|
|
3202
|
+
jsonString: string,
|
|
3203
|
+
): SafeParseResult<ContentHint3, SDKValidationError> {
|
|
3204
|
+
return safeParse(
|
|
3205
|
+
jsonString,
|
|
3206
|
+
(x) => ContentHint3$inboundSchema.parse(JSON.parse(x)),
|
|
3207
|
+
`Failed to parse 'ContentHint3' from JSON`,
|
|
3208
|
+
);
|
|
3209
|
+
}
|
|
3210
|
+
|
|
2843
3211
|
/** @internal */
|
|
2844
3212
|
export const UpdateProjectDataCacheContentHintType$inboundSchema:
|
|
2845
3213
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintType> = z.nativeEnum(
|
|
@@ -2903,6 +3271,20 @@ export namespace ContentHint2$ {
|
|
|
2903
3271
|
export type Outbound = ContentHint2$Outbound;
|
|
2904
3272
|
}
|
|
2905
3273
|
|
|
3274
|
+
export function contentHint2ToJSON(contentHint2: ContentHint2): string {
|
|
3275
|
+
return JSON.stringify(ContentHint2$outboundSchema.parse(contentHint2));
|
|
3276
|
+
}
|
|
3277
|
+
|
|
3278
|
+
export function contentHint2FromJSON(
|
|
3279
|
+
jsonString: string,
|
|
3280
|
+
): SafeParseResult<ContentHint2, SDKValidationError> {
|
|
3281
|
+
return safeParse(
|
|
3282
|
+
jsonString,
|
|
3283
|
+
(x) => ContentHint2$inboundSchema.parse(JSON.parse(x)),
|
|
3284
|
+
`Failed to parse 'ContentHint2' from JSON`,
|
|
3285
|
+
);
|
|
3286
|
+
}
|
|
3287
|
+
|
|
2906
3288
|
/** @internal */
|
|
2907
3289
|
export const ContentHintType$inboundSchema: z.ZodNativeEnum<
|
|
2908
3290
|
typeof ContentHintType
|
|
@@ -2963,6 +3345,20 @@ export namespace ContentHint1$ {
|
|
|
2963
3345
|
export type Outbound = ContentHint1$Outbound;
|
|
2964
3346
|
}
|
|
2965
3347
|
|
|
3348
|
+
export function contentHint1ToJSON(contentHint1: ContentHint1): string {
|
|
3349
|
+
return JSON.stringify(ContentHint1$outboundSchema.parse(contentHint1));
|
|
3350
|
+
}
|
|
3351
|
+
|
|
3352
|
+
export function contentHint1FromJSON(
|
|
3353
|
+
jsonString: string,
|
|
3354
|
+
): SafeParseResult<ContentHint1, SDKValidationError> {
|
|
3355
|
+
return safeParse(
|
|
3356
|
+
jsonString,
|
|
3357
|
+
(x) => ContentHint1$inboundSchema.parse(JSON.parse(x)),
|
|
3358
|
+
`Failed to parse 'ContentHint1' from JSON`,
|
|
3359
|
+
);
|
|
3360
|
+
}
|
|
3361
|
+
|
|
2966
3362
|
/** @internal */
|
|
2967
3363
|
export const ContentHint$inboundSchema: z.ZodType<
|
|
2968
3364
|
ContentHint,
|
|
@@ -3040,6 +3436,20 @@ export namespace ContentHint$ {
|
|
|
3040
3436
|
export type Outbound = ContentHint$Outbound;
|
|
3041
3437
|
}
|
|
3042
3438
|
|
|
3439
|
+
export function contentHintToJSON(contentHint: ContentHint): string {
|
|
3440
|
+
return JSON.stringify(ContentHint$outboundSchema.parse(contentHint));
|
|
3441
|
+
}
|
|
3442
|
+
|
|
3443
|
+
export function contentHintFromJSON(
|
|
3444
|
+
jsonString: string,
|
|
3445
|
+
): SafeParseResult<ContentHint, SDKValidationError> {
|
|
3446
|
+
return safeParse(
|
|
3447
|
+
jsonString,
|
|
3448
|
+
(x) => ContentHint$inboundSchema.parse(JSON.parse(x)),
|
|
3449
|
+
`Failed to parse 'ContentHint' from JSON`,
|
|
3450
|
+
);
|
|
3451
|
+
}
|
|
3452
|
+
|
|
3043
3453
|
/** @internal */
|
|
3044
3454
|
export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
3045
3455
|
z.ZodNativeEnum<
|
|
@@ -3109,6 +3519,24 @@ export namespace InternalContentHint$ {
|
|
|
3109
3519
|
export type Outbound = InternalContentHint$Outbound;
|
|
3110
3520
|
}
|
|
3111
3521
|
|
|
3522
|
+
export function internalContentHintToJSON(
|
|
3523
|
+
internalContentHint: InternalContentHint,
|
|
3524
|
+
): string {
|
|
3525
|
+
return JSON.stringify(
|
|
3526
|
+
InternalContentHint$outboundSchema.parse(internalContentHint),
|
|
3527
|
+
);
|
|
3528
|
+
}
|
|
3529
|
+
|
|
3530
|
+
export function internalContentHintFromJSON(
|
|
3531
|
+
jsonString: string,
|
|
3532
|
+
): SafeParseResult<InternalContentHint, SDKValidationError> {
|
|
3533
|
+
return safeParse(
|
|
3534
|
+
jsonString,
|
|
3535
|
+
(x) => InternalContentHint$inboundSchema.parse(JSON.parse(x)),
|
|
3536
|
+
`Failed to parse 'InternalContentHint' from JSON`,
|
|
3537
|
+
);
|
|
3538
|
+
}
|
|
3539
|
+
|
|
3112
3540
|
/** @internal */
|
|
3113
3541
|
export const Env$inboundSchema: z.ZodType<Env, z.ZodTypeDef, unknown> = z
|
|
3114
3542
|
.object({
|
|
@@ -3259,6 +3687,20 @@ export namespace Env$ {
|
|
|
3259
3687
|
export type Outbound = Env$Outbound;
|
|
3260
3688
|
}
|
|
3261
3689
|
|
|
3690
|
+
export function envToJSON(env: Env): string {
|
|
3691
|
+
return JSON.stringify(Env$outboundSchema.parse(env));
|
|
3692
|
+
}
|
|
3693
|
+
|
|
3694
|
+
export function envFromJSON(
|
|
3695
|
+
jsonString: string,
|
|
3696
|
+
): SafeParseResult<Env, SDKValidationError> {
|
|
3697
|
+
return safeParse(
|
|
3698
|
+
jsonString,
|
|
3699
|
+
(x) => Env$inboundSchema.parse(JSON.parse(x)),
|
|
3700
|
+
`Failed to parse 'Env' from JSON`,
|
|
3701
|
+
);
|
|
3702
|
+
}
|
|
3703
|
+
|
|
3262
3704
|
/** @internal */
|
|
3263
3705
|
export const CustomEnvironments$inboundSchema: z.ZodType<
|
|
3264
3706
|
CustomEnvironments,
|
|
@@ -3289,6 +3731,24 @@ export namespace CustomEnvironments$ {
|
|
|
3289
3731
|
export type Outbound = CustomEnvironments$Outbound;
|
|
3290
3732
|
}
|
|
3291
3733
|
|
|
3734
|
+
export function customEnvironmentsToJSON(
|
|
3735
|
+
customEnvironments: CustomEnvironments,
|
|
3736
|
+
): string {
|
|
3737
|
+
return JSON.stringify(
|
|
3738
|
+
CustomEnvironments$outboundSchema.parse(customEnvironments),
|
|
3739
|
+
);
|
|
3740
|
+
}
|
|
3741
|
+
|
|
3742
|
+
export function customEnvironmentsFromJSON(
|
|
3743
|
+
jsonString: string,
|
|
3744
|
+
): SafeParseResult<CustomEnvironments, SDKValidationError> {
|
|
3745
|
+
return safeParse(
|
|
3746
|
+
jsonString,
|
|
3747
|
+
(x) => CustomEnvironments$inboundSchema.parse(JSON.parse(x)),
|
|
3748
|
+
`Failed to parse 'CustomEnvironments' from JSON`,
|
|
3749
|
+
);
|
|
3750
|
+
}
|
|
3751
|
+
|
|
3292
3752
|
/** @internal */
|
|
3293
3753
|
export const UpdateProjectDataCacheFramework$inboundSchema: z.ZodNativeEnum<
|
|
3294
3754
|
typeof UpdateProjectDataCacheFramework
|
|
@@ -3349,6 +3809,20 @@ export namespace IpBuckets$ {
|
|
|
3349
3809
|
export type Outbound = IpBuckets$Outbound;
|
|
3350
3810
|
}
|
|
3351
3811
|
|
|
3812
|
+
export function ipBucketsToJSON(ipBuckets: IpBuckets): string {
|
|
3813
|
+
return JSON.stringify(IpBuckets$outboundSchema.parse(ipBuckets));
|
|
3814
|
+
}
|
|
3815
|
+
|
|
3816
|
+
export function ipBucketsFromJSON(
|
|
3817
|
+
jsonString: string,
|
|
3818
|
+
): SafeParseResult<IpBuckets, SDKValidationError> {
|
|
3819
|
+
return safeParse(
|
|
3820
|
+
jsonString,
|
|
3821
|
+
(x) => IpBuckets$inboundSchema.parse(JSON.parse(x)),
|
|
3822
|
+
`Failed to parse 'IpBuckets' from JSON`,
|
|
3823
|
+
);
|
|
3824
|
+
}
|
|
3825
|
+
|
|
3352
3826
|
/** @internal */
|
|
3353
3827
|
export const AliasAssigned$inboundSchema: z.ZodType<
|
|
3354
3828
|
AliasAssigned,
|
|
@@ -3379,6 +3853,20 @@ export namespace AliasAssigned$ {
|
|
|
3379
3853
|
export type Outbound = AliasAssigned$Outbound;
|
|
3380
3854
|
}
|
|
3381
3855
|
|
|
3856
|
+
export function aliasAssignedToJSON(aliasAssigned: AliasAssigned): string {
|
|
3857
|
+
return JSON.stringify(AliasAssigned$outboundSchema.parse(aliasAssigned));
|
|
3858
|
+
}
|
|
3859
|
+
|
|
3860
|
+
export function aliasAssignedFromJSON(
|
|
3861
|
+
jsonString: string,
|
|
3862
|
+
): SafeParseResult<AliasAssigned, SDKValidationError> {
|
|
3863
|
+
return safeParse(
|
|
3864
|
+
jsonString,
|
|
3865
|
+
(x) => AliasAssigned$inboundSchema.parse(JSON.parse(x)),
|
|
3866
|
+
`Failed to parse 'AliasAssigned' from JSON`,
|
|
3867
|
+
);
|
|
3868
|
+
}
|
|
3869
|
+
|
|
3382
3870
|
/** @internal */
|
|
3383
3871
|
export const UpdateProjectDataCacheProjectsAliasError$inboundSchema: z.ZodType<
|
|
3384
3872
|
UpdateProjectDataCacheProjectsAliasError,
|
|
@@ -3420,6 +3908,33 @@ export namespace UpdateProjectDataCacheProjectsAliasError$ {
|
|
|
3420
3908
|
export type Outbound = UpdateProjectDataCacheProjectsAliasError$Outbound;
|
|
3421
3909
|
}
|
|
3422
3910
|
|
|
3911
|
+
export function updateProjectDataCacheProjectsAliasErrorToJSON(
|
|
3912
|
+
updateProjectDataCacheProjectsAliasError:
|
|
3913
|
+
UpdateProjectDataCacheProjectsAliasError,
|
|
3914
|
+
): string {
|
|
3915
|
+
return JSON.stringify(
|
|
3916
|
+
UpdateProjectDataCacheProjectsAliasError$outboundSchema.parse(
|
|
3917
|
+
updateProjectDataCacheProjectsAliasError,
|
|
3918
|
+
),
|
|
3919
|
+
);
|
|
3920
|
+
}
|
|
3921
|
+
|
|
3922
|
+
export function updateProjectDataCacheProjectsAliasErrorFromJSON(
|
|
3923
|
+
jsonString: string,
|
|
3924
|
+
): SafeParseResult<
|
|
3925
|
+
UpdateProjectDataCacheProjectsAliasError,
|
|
3926
|
+
SDKValidationError
|
|
3927
|
+
> {
|
|
3928
|
+
return safeParse(
|
|
3929
|
+
jsonString,
|
|
3930
|
+
(x) =>
|
|
3931
|
+
UpdateProjectDataCacheProjectsAliasError$inboundSchema.parse(
|
|
3932
|
+
JSON.parse(x),
|
|
3933
|
+
),
|
|
3934
|
+
`Failed to parse 'UpdateProjectDataCacheProjectsAliasError' from JSON`,
|
|
3935
|
+
);
|
|
3936
|
+
}
|
|
3937
|
+
|
|
3423
3938
|
/** @internal */
|
|
3424
3939
|
export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
3425
3940
|
z.ZodNativeEnum<
|
|
@@ -3489,6 +4004,20 @@ export namespace BranchMatcher$ {
|
|
|
3489
4004
|
export type Outbound = BranchMatcher$Outbound;
|
|
3490
4005
|
}
|
|
3491
4006
|
|
|
4007
|
+
export function branchMatcherToJSON(branchMatcher: BranchMatcher): string {
|
|
4008
|
+
return JSON.stringify(BranchMatcher$outboundSchema.parse(branchMatcher));
|
|
4009
|
+
}
|
|
4010
|
+
|
|
4011
|
+
export function branchMatcherFromJSON(
|
|
4012
|
+
jsonString: string,
|
|
4013
|
+
): SafeParseResult<BranchMatcher, SDKValidationError> {
|
|
4014
|
+
return safeParse(
|
|
4015
|
+
jsonString,
|
|
4016
|
+
(x) => BranchMatcher$inboundSchema.parse(JSON.parse(x)),
|
|
4017
|
+
`Failed to parse 'BranchMatcher' from JSON`,
|
|
4018
|
+
);
|
|
4019
|
+
}
|
|
4020
|
+
|
|
3492
4021
|
/** @internal */
|
|
3493
4022
|
export const UpdateProjectDataCacheProjectsBuilds$inboundSchema: z.ZodType<
|
|
3494
4023
|
UpdateProjectDataCacheProjectsBuilds,
|
|
@@ -3533,6 +4062,27 @@ export namespace UpdateProjectDataCacheProjectsBuilds$ {
|
|
|
3533
4062
|
export type Outbound = UpdateProjectDataCacheProjectsBuilds$Outbound;
|
|
3534
4063
|
}
|
|
3535
4064
|
|
|
4065
|
+
export function updateProjectDataCacheProjectsBuildsToJSON(
|
|
4066
|
+
updateProjectDataCacheProjectsBuilds: UpdateProjectDataCacheProjectsBuilds,
|
|
4067
|
+
): string {
|
|
4068
|
+
return JSON.stringify(
|
|
4069
|
+
UpdateProjectDataCacheProjectsBuilds$outboundSchema.parse(
|
|
4070
|
+
updateProjectDataCacheProjectsBuilds,
|
|
4071
|
+
),
|
|
4072
|
+
);
|
|
4073
|
+
}
|
|
4074
|
+
|
|
4075
|
+
export function updateProjectDataCacheProjectsBuildsFromJSON(
|
|
4076
|
+
jsonString: string,
|
|
4077
|
+
): SafeParseResult<UpdateProjectDataCacheProjectsBuilds, SDKValidationError> {
|
|
4078
|
+
return safeParse(
|
|
4079
|
+
jsonString,
|
|
4080
|
+
(x) =>
|
|
4081
|
+
UpdateProjectDataCacheProjectsBuilds$inboundSchema.parse(JSON.parse(x)),
|
|
4082
|
+
`Failed to parse 'UpdateProjectDataCacheProjectsBuilds' from JSON`,
|
|
4083
|
+
);
|
|
4084
|
+
}
|
|
4085
|
+
|
|
3536
4086
|
/** @internal */
|
|
3537
4087
|
export const UpdateProjectDataCacheProjectsChecksConclusion$inboundSchema:
|
|
3538
4088
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsChecksConclusion> = z
|
|
@@ -3629,6 +4179,27 @@ export namespace UpdateProjectDataCacheProjectsCreator$ {
|
|
|
3629
4179
|
export type Outbound = UpdateProjectDataCacheProjectsCreator$Outbound;
|
|
3630
4180
|
}
|
|
3631
4181
|
|
|
4182
|
+
export function updateProjectDataCacheProjectsCreatorToJSON(
|
|
4183
|
+
updateProjectDataCacheProjectsCreator: UpdateProjectDataCacheProjectsCreator,
|
|
4184
|
+
): string {
|
|
4185
|
+
return JSON.stringify(
|
|
4186
|
+
UpdateProjectDataCacheProjectsCreator$outboundSchema.parse(
|
|
4187
|
+
updateProjectDataCacheProjectsCreator,
|
|
4188
|
+
),
|
|
4189
|
+
);
|
|
4190
|
+
}
|
|
4191
|
+
|
|
4192
|
+
export function updateProjectDataCacheProjectsCreatorFromJSON(
|
|
4193
|
+
jsonString: string,
|
|
4194
|
+
): SafeParseResult<UpdateProjectDataCacheProjectsCreator, SDKValidationError> {
|
|
4195
|
+
return safeParse(
|
|
4196
|
+
jsonString,
|
|
4197
|
+
(x) =>
|
|
4198
|
+
UpdateProjectDataCacheProjectsCreator$inboundSchema.parse(JSON.parse(x)),
|
|
4199
|
+
`Failed to parse 'UpdateProjectDataCacheProjectsCreator' from JSON`,
|
|
4200
|
+
);
|
|
4201
|
+
}
|
|
4202
|
+
|
|
3632
4203
|
/** @internal */
|
|
3633
4204
|
export const UpdateProjectDataCacheProjectsOidcTokenClaims$inboundSchema:
|
|
3634
4205
|
z.ZodType<
|
|
@@ -3703,6 +4274,33 @@ export namespace UpdateProjectDataCacheProjectsOidcTokenClaims$ {
|
|
|
3703
4274
|
export type Outbound = UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound;
|
|
3704
4275
|
}
|
|
3705
4276
|
|
|
4277
|
+
export function updateProjectDataCacheProjectsOidcTokenClaimsToJSON(
|
|
4278
|
+
updateProjectDataCacheProjectsOidcTokenClaims:
|
|
4279
|
+
UpdateProjectDataCacheProjectsOidcTokenClaims,
|
|
4280
|
+
): string {
|
|
4281
|
+
return JSON.stringify(
|
|
4282
|
+
UpdateProjectDataCacheProjectsOidcTokenClaims$outboundSchema.parse(
|
|
4283
|
+
updateProjectDataCacheProjectsOidcTokenClaims,
|
|
4284
|
+
),
|
|
4285
|
+
);
|
|
4286
|
+
}
|
|
4287
|
+
|
|
4288
|
+
export function updateProjectDataCacheProjectsOidcTokenClaimsFromJSON(
|
|
4289
|
+
jsonString: string,
|
|
4290
|
+
): SafeParseResult<
|
|
4291
|
+
UpdateProjectDataCacheProjectsOidcTokenClaims,
|
|
4292
|
+
SDKValidationError
|
|
4293
|
+
> {
|
|
4294
|
+
return safeParse(
|
|
4295
|
+
jsonString,
|
|
4296
|
+
(x) =>
|
|
4297
|
+
UpdateProjectDataCacheProjectsOidcTokenClaims$inboundSchema.parse(
|
|
4298
|
+
JSON.parse(x),
|
|
4299
|
+
),
|
|
4300
|
+
`Failed to parse 'UpdateProjectDataCacheProjectsOidcTokenClaims' from JSON`,
|
|
4301
|
+
);
|
|
4302
|
+
}
|
|
4303
|
+
|
|
3706
4304
|
/** @internal */
|
|
3707
4305
|
export const UpdateProjectDataCacheProjectsPlan$inboundSchema: z.ZodNativeEnum<
|
|
3708
4306
|
typeof UpdateProjectDataCacheProjectsPlan
|
|
@@ -3960,6 +4558,24 @@ export namespace LatestDeployments$ {
|
|
|
3960
4558
|
export type Outbound = LatestDeployments$Outbound;
|
|
3961
4559
|
}
|
|
3962
4560
|
|
|
4561
|
+
export function latestDeploymentsToJSON(
|
|
4562
|
+
latestDeployments: LatestDeployments,
|
|
4563
|
+
): string {
|
|
4564
|
+
return JSON.stringify(
|
|
4565
|
+
LatestDeployments$outboundSchema.parse(latestDeployments),
|
|
4566
|
+
);
|
|
4567
|
+
}
|
|
4568
|
+
|
|
4569
|
+
export function latestDeploymentsFromJSON(
|
|
4570
|
+
jsonString: string,
|
|
4571
|
+
): SafeParseResult<LatestDeployments, SDKValidationError> {
|
|
4572
|
+
return safeParse(
|
|
4573
|
+
jsonString,
|
|
4574
|
+
(x) => LatestDeployments$inboundSchema.parse(JSON.parse(x)),
|
|
4575
|
+
`Failed to parse 'LatestDeployments' from JSON`,
|
|
4576
|
+
);
|
|
4577
|
+
}
|
|
4578
|
+
|
|
3963
4579
|
/** @internal */
|
|
3964
4580
|
export const UpdateProjectDataCacheLinkProjectsType$inboundSchema:
|
|
3965
4581
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsType> = z.nativeEnum(
|
|
@@ -4034,6 +4650,27 @@ export namespace UpdateProjectDataCacheLinkDeployHooks$ {
|
|
|
4034
4650
|
export type Outbound = UpdateProjectDataCacheLinkDeployHooks$Outbound;
|
|
4035
4651
|
}
|
|
4036
4652
|
|
|
4653
|
+
export function updateProjectDataCacheLinkDeployHooksToJSON(
|
|
4654
|
+
updateProjectDataCacheLinkDeployHooks: UpdateProjectDataCacheLinkDeployHooks,
|
|
4655
|
+
): string {
|
|
4656
|
+
return JSON.stringify(
|
|
4657
|
+
UpdateProjectDataCacheLinkDeployHooks$outboundSchema.parse(
|
|
4658
|
+
updateProjectDataCacheLinkDeployHooks,
|
|
4659
|
+
),
|
|
4660
|
+
);
|
|
4661
|
+
}
|
|
4662
|
+
|
|
4663
|
+
export function updateProjectDataCacheLinkDeployHooksFromJSON(
|
|
4664
|
+
jsonString: string,
|
|
4665
|
+
): SafeParseResult<UpdateProjectDataCacheLinkDeployHooks, SDKValidationError> {
|
|
4666
|
+
return safeParse(
|
|
4667
|
+
jsonString,
|
|
4668
|
+
(x) =>
|
|
4669
|
+
UpdateProjectDataCacheLinkDeployHooks$inboundSchema.parse(JSON.parse(x)),
|
|
4670
|
+
`Failed to parse 'UpdateProjectDataCacheLinkDeployHooks' from JSON`,
|
|
4671
|
+
);
|
|
4672
|
+
}
|
|
4673
|
+
|
|
4037
4674
|
/** @internal */
|
|
4038
4675
|
export const Link3$inboundSchema: z.ZodType<Link3, z.ZodTypeDef, unknown> = z
|
|
4039
4676
|
.object({
|
|
@@ -4104,6 +4741,20 @@ export namespace Link3$ {
|
|
|
4104
4741
|
export type Outbound = Link3$Outbound;
|
|
4105
4742
|
}
|
|
4106
4743
|
|
|
4744
|
+
export function link3ToJSON(link3: Link3): string {
|
|
4745
|
+
return JSON.stringify(Link3$outboundSchema.parse(link3));
|
|
4746
|
+
}
|
|
4747
|
+
|
|
4748
|
+
export function link3FromJSON(
|
|
4749
|
+
jsonString: string,
|
|
4750
|
+
): SafeParseResult<Link3, SDKValidationError> {
|
|
4751
|
+
return safeParse(
|
|
4752
|
+
jsonString,
|
|
4753
|
+
(x) => Link3$inboundSchema.parse(JSON.parse(x)),
|
|
4754
|
+
`Failed to parse 'Link3' from JSON`,
|
|
4755
|
+
);
|
|
4756
|
+
}
|
|
4757
|
+
|
|
4107
4758
|
/** @internal */
|
|
4108
4759
|
export const UpdateProjectDataCacheLinkType$inboundSchema: z.ZodNativeEnum<
|
|
4109
4760
|
typeof UpdateProjectDataCacheLinkType
|
|
@@ -4173,6 +4824,22 @@ export namespace LinkDeployHooks$ {
|
|
|
4173
4824
|
export type Outbound = LinkDeployHooks$Outbound;
|
|
4174
4825
|
}
|
|
4175
4826
|
|
|
4827
|
+
export function linkDeployHooksToJSON(
|
|
4828
|
+
linkDeployHooks: LinkDeployHooks,
|
|
4829
|
+
): string {
|
|
4830
|
+
return JSON.stringify(LinkDeployHooks$outboundSchema.parse(linkDeployHooks));
|
|
4831
|
+
}
|
|
4832
|
+
|
|
4833
|
+
export function linkDeployHooksFromJSON(
|
|
4834
|
+
jsonString: string,
|
|
4835
|
+
): SafeParseResult<LinkDeployHooks, SDKValidationError> {
|
|
4836
|
+
return safeParse(
|
|
4837
|
+
jsonString,
|
|
4838
|
+
(x) => LinkDeployHooks$inboundSchema.parse(JSON.parse(x)),
|
|
4839
|
+
`Failed to parse 'LinkDeployHooks' from JSON`,
|
|
4840
|
+
);
|
|
4841
|
+
}
|
|
4842
|
+
|
|
4176
4843
|
/** @internal */
|
|
4177
4844
|
export const Link2$inboundSchema: z.ZodType<Link2, z.ZodTypeDef, unknown> = z
|
|
4178
4845
|
.object({
|
|
@@ -4242,6 +4909,20 @@ export namespace Link2$ {
|
|
|
4242
4909
|
export type Outbound = Link2$Outbound;
|
|
4243
4910
|
}
|
|
4244
4911
|
|
|
4912
|
+
export function link2ToJSON(link2: Link2): string {
|
|
4913
|
+
return JSON.stringify(Link2$outboundSchema.parse(link2));
|
|
4914
|
+
}
|
|
4915
|
+
|
|
4916
|
+
export function link2FromJSON(
|
|
4917
|
+
jsonString: string,
|
|
4918
|
+
): SafeParseResult<Link2, SDKValidationError> {
|
|
4919
|
+
return safeParse(
|
|
4920
|
+
jsonString,
|
|
4921
|
+
(x) => Link2$inboundSchema.parse(JSON.parse(x)),
|
|
4922
|
+
`Failed to parse 'Link2' from JSON`,
|
|
4923
|
+
);
|
|
4924
|
+
}
|
|
4925
|
+
|
|
4245
4926
|
/** @internal */
|
|
4246
4927
|
export const LinkType$inboundSchema: z.ZodNativeEnum<typeof LinkType> = z
|
|
4247
4928
|
.nativeEnum(LinkType);
|
|
@@ -4309,6 +4990,20 @@ export namespace DeployHooks$ {
|
|
|
4309
4990
|
export type Outbound = DeployHooks$Outbound;
|
|
4310
4991
|
}
|
|
4311
4992
|
|
|
4993
|
+
export function deployHooksToJSON(deployHooks: DeployHooks): string {
|
|
4994
|
+
return JSON.stringify(DeployHooks$outboundSchema.parse(deployHooks));
|
|
4995
|
+
}
|
|
4996
|
+
|
|
4997
|
+
export function deployHooksFromJSON(
|
|
4998
|
+
jsonString: string,
|
|
4999
|
+
): SafeParseResult<DeployHooks, SDKValidationError> {
|
|
5000
|
+
return safeParse(
|
|
5001
|
+
jsonString,
|
|
5002
|
+
(x) => DeployHooks$inboundSchema.parse(JSON.parse(x)),
|
|
5003
|
+
`Failed to parse 'DeployHooks' from JSON`,
|
|
5004
|
+
);
|
|
5005
|
+
}
|
|
5006
|
+
|
|
4312
5007
|
/** @internal */
|
|
4313
5008
|
export const Link1$inboundSchema: z.ZodType<Link1, z.ZodTypeDef, unknown> = z
|
|
4314
5009
|
.object({
|
|
@@ -4372,6 +5067,20 @@ export namespace Link1$ {
|
|
|
4372
5067
|
export type Outbound = Link1$Outbound;
|
|
4373
5068
|
}
|
|
4374
5069
|
|
|
5070
|
+
export function link1ToJSON(link1: Link1): string {
|
|
5071
|
+
return JSON.stringify(Link1$outboundSchema.parse(link1));
|
|
5072
|
+
}
|
|
5073
|
+
|
|
5074
|
+
export function link1FromJSON(
|
|
5075
|
+
jsonString: string,
|
|
5076
|
+
): SafeParseResult<Link1, SDKValidationError> {
|
|
5077
|
+
return safeParse(
|
|
5078
|
+
jsonString,
|
|
5079
|
+
(x) => Link1$inboundSchema.parse(JSON.parse(x)),
|
|
5080
|
+
`Failed to parse 'Link1' from JSON`,
|
|
5081
|
+
);
|
|
5082
|
+
}
|
|
5083
|
+
|
|
4375
5084
|
/** @internal */
|
|
4376
5085
|
export const Link$inboundSchema: z.ZodType<Link, z.ZodTypeDef, unknown> = z
|
|
4377
5086
|
.union([
|
|
@@ -4404,6 +5113,82 @@ export namespace Link$ {
|
|
|
4404
5113
|
export type Outbound = Link$Outbound;
|
|
4405
5114
|
}
|
|
4406
5115
|
|
|
5116
|
+
export function linkToJSON(link: Link): string {
|
|
5117
|
+
return JSON.stringify(Link$outboundSchema.parse(link));
|
|
5118
|
+
}
|
|
5119
|
+
|
|
5120
|
+
export function linkFromJSON(
|
|
5121
|
+
jsonString: string,
|
|
5122
|
+
): SafeParseResult<Link, SDKValidationError> {
|
|
5123
|
+
return safeParse(
|
|
5124
|
+
jsonString,
|
|
5125
|
+
(x) => Link$inboundSchema.parse(JSON.parse(x)),
|
|
5126
|
+
`Failed to parse 'Link' from JSON`,
|
|
5127
|
+
);
|
|
5128
|
+
}
|
|
5129
|
+
|
|
5130
|
+
/** @internal */
|
|
5131
|
+
export const Microfrontends$inboundSchema: z.ZodType<
|
|
5132
|
+
Microfrontends,
|
|
5133
|
+
z.ZodTypeDef,
|
|
5134
|
+
unknown
|
|
5135
|
+
> = z.object({
|
|
5136
|
+
updatedAt: z.number(),
|
|
5137
|
+
groupIds: z.array(z.string()),
|
|
5138
|
+
enabled: z.boolean(),
|
|
5139
|
+
isDefaultApp: z.boolean().optional(),
|
|
5140
|
+
defaultRoute: z.string().optional(),
|
|
5141
|
+
});
|
|
5142
|
+
|
|
5143
|
+
/** @internal */
|
|
5144
|
+
export type Microfrontends$Outbound = {
|
|
5145
|
+
updatedAt: number;
|
|
5146
|
+
groupIds: Array<string>;
|
|
5147
|
+
enabled: boolean;
|
|
5148
|
+
isDefaultApp?: boolean | undefined;
|
|
5149
|
+
defaultRoute?: string | undefined;
|
|
5150
|
+
};
|
|
5151
|
+
|
|
5152
|
+
/** @internal */
|
|
5153
|
+
export const Microfrontends$outboundSchema: z.ZodType<
|
|
5154
|
+
Microfrontends$Outbound,
|
|
5155
|
+
z.ZodTypeDef,
|
|
5156
|
+
Microfrontends
|
|
5157
|
+
> = z.object({
|
|
5158
|
+
updatedAt: z.number(),
|
|
5159
|
+
groupIds: z.array(z.string()),
|
|
5160
|
+
enabled: z.boolean(),
|
|
5161
|
+
isDefaultApp: z.boolean().optional(),
|
|
5162
|
+
defaultRoute: z.string().optional(),
|
|
5163
|
+
});
|
|
5164
|
+
|
|
5165
|
+
/**
|
|
5166
|
+
* @internal
|
|
5167
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5168
|
+
*/
|
|
5169
|
+
export namespace Microfrontends$ {
|
|
5170
|
+
/** @deprecated use `Microfrontends$inboundSchema` instead. */
|
|
5171
|
+
export const inboundSchema = Microfrontends$inboundSchema;
|
|
5172
|
+
/** @deprecated use `Microfrontends$outboundSchema` instead. */
|
|
5173
|
+
export const outboundSchema = Microfrontends$outboundSchema;
|
|
5174
|
+
/** @deprecated use `Microfrontends$Outbound` instead. */
|
|
5175
|
+
export type Outbound = Microfrontends$Outbound;
|
|
5176
|
+
}
|
|
5177
|
+
|
|
5178
|
+
export function microfrontendsToJSON(microfrontends: Microfrontends): string {
|
|
5179
|
+
return JSON.stringify(Microfrontends$outboundSchema.parse(microfrontends));
|
|
5180
|
+
}
|
|
5181
|
+
|
|
5182
|
+
export function microfrontendsFromJSON(
|
|
5183
|
+
jsonString: string,
|
|
5184
|
+
): SafeParseResult<Microfrontends, SDKValidationError> {
|
|
5185
|
+
return safeParse(
|
|
5186
|
+
jsonString,
|
|
5187
|
+
(x) => Microfrontends$inboundSchema.parse(JSON.parse(x)),
|
|
5188
|
+
`Failed to parse 'Microfrontends' from JSON`,
|
|
5189
|
+
);
|
|
5190
|
+
}
|
|
5191
|
+
|
|
4407
5192
|
/** @internal */
|
|
4408
5193
|
export const UpdateProjectDataCacheNodeVersion$inboundSchema: z.ZodNativeEnum<
|
|
4409
5194
|
typeof UpdateProjectDataCacheNodeVersion
|
|
@@ -4462,6 +5247,26 @@ export namespace UpdateProjectDataCachePaths$ {
|
|
|
4462
5247
|
export type Outbound = UpdateProjectDataCachePaths$Outbound;
|
|
4463
5248
|
}
|
|
4464
5249
|
|
|
5250
|
+
export function updateProjectDataCachePathsToJSON(
|
|
5251
|
+
updateProjectDataCachePaths: UpdateProjectDataCachePaths,
|
|
5252
|
+
): string {
|
|
5253
|
+
return JSON.stringify(
|
|
5254
|
+
UpdateProjectDataCachePaths$outboundSchema.parse(
|
|
5255
|
+
updateProjectDataCachePaths,
|
|
5256
|
+
),
|
|
5257
|
+
);
|
|
5258
|
+
}
|
|
5259
|
+
|
|
5260
|
+
export function updateProjectDataCachePathsFromJSON(
|
|
5261
|
+
jsonString: string,
|
|
5262
|
+
): SafeParseResult<UpdateProjectDataCachePaths, SDKValidationError> {
|
|
5263
|
+
return safeParse(
|
|
5264
|
+
jsonString,
|
|
5265
|
+
(x) => UpdateProjectDataCachePaths$inboundSchema.parse(JSON.parse(x)),
|
|
5266
|
+
`Failed to parse 'UpdateProjectDataCachePaths' from JSON`,
|
|
5267
|
+
);
|
|
5268
|
+
}
|
|
5269
|
+
|
|
4465
5270
|
/** @internal */
|
|
4466
5271
|
export const UpdateProjectDataCacheOptionsAllowlist$inboundSchema: z.ZodType<
|
|
4467
5272
|
UpdateProjectDataCacheOptionsAllowlist,
|
|
@@ -4500,6 +5305,28 @@ export namespace UpdateProjectDataCacheOptionsAllowlist$ {
|
|
|
4500
5305
|
export type Outbound = UpdateProjectDataCacheOptionsAllowlist$Outbound;
|
|
4501
5306
|
}
|
|
4502
5307
|
|
|
5308
|
+
export function updateProjectDataCacheOptionsAllowlistToJSON(
|
|
5309
|
+
updateProjectDataCacheOptionsAllowlist:
|
|
5310
|
+
UpdateProjectDataCacheOptionsAllowlist,
|
|
5311
|
+
): string {
|
|
5312
|
+
return JSON.stringify(
|
|
5313
|
+
UpdateProjectDataCacheOptionsAllowlist$outboundSchema.parse(
|
|
5314
|
+
updateProjectDataCacheOptionsAllowlist,
|
|
5315
|
+
),
|
|
5316
|
+
);
|
|
5317
|
+
}
|
|
5318
|
+
|
|
5319
|
+
export function updateProjectDataCacheOptionsAllowlistFromJSON(
|
|
5320
|
+
jsonString: string,
|
|
5321
|
+
): SafeParseResult<UpdateProjectDataCacheOptionsAllowlist, SDKValidationError> {
|
|
5322
|
+
return safeParse(
|
|
5323
|
+
jsonString,
|
|
5324
|
+
(x) =>
|
|
5325
|
+
UpdateProjectDataCacheOptionsAllowlist$inboundSchema.parse(JSON.parse(x)),
|
|
5326
|
+
`Failed to parse 'UpdateProjectDataCacheOptionsAllowlist' from JSON`,
|
|
5327
|
+
);
|
|
5328
|
+
}
|
|
5329
|
+
|
|
4503
5330
|
/** @internal */
|
|
4504
5331
|
export const UpdateProjectDataCachePasswordProtection$inboundSchema: z.ZodType<
|
|
4505
5332
|
UpdateProjectDataCachePasswordProtection,
|
|
@@ -4532,6 +5359,33 @@ export namespace UpdateProjectDataCachePasswordProtection$ {
|
|
|
4532
5359
|
export type Outbound = UpdateProjectDataCachePasswordProtection$Outbound;
|
|
4533
5360
|
}
|
|
4534
5361
|
|
|
5362
|
+
export function updateProjectDataCachePasswordProtectionToJSON(
|
|
5363
|
+
updateProjectDataCachePasswordProtection:
|
|
5364
|
+
UpdateProjectDataCachePasswordProtection,
|
|
5365
|
+
): string {
|
|
5366
|
+
return JSON.stringify(
|
|
5367
|
+
UpdateProjectDataCachePasswordProtection$outboundSchema.parse(
|
|
5368
|
+
updateProjectDataCachePasswordProtection,
|
|
5369
|
+
),
|
|
5370
|
+
);
|
|
5371
|
+
}
|
|
5372
|
+
|
|
5373
|
+
export function updateProjectDataCachePasswordProtectionFromJSON(
|
|
5374
|
+
jsonString: string,
|
|
5375
|
+
): SafeParseResult<
|
|
5376
|
+
UpdateProjectDataCachePasswordProtection,
|
|
5377
|
+
SDKValidationError
|
|
5378
|
+
> {
|
|
5379
|
+
return safeParse(
|
|
5380
|
+
jsonString,
|
|
5381
|
+
(x) =>
|
|
5382
|
+
UpdateProjectDataCachePasswordProtection$inboundSchema.parse(
|
|
5383
|
+
JSON.parse(x),
|
|
5384
|
+
),
|
|
5385
|
+
`Failed to parse 'UpdateProjectDataCachePasswordProtection' from JSON`,
|
|
5386
|
+
);
|
|
5387
|
+
}
|
|
5388
|
+
|
|
4535
5389
|
/** @internal */
|
|
4536
5390
|
export const FunctionDefaultMemoryType$inboundSchema: z.ZodNativeEnum<
|
|
4537
5391
|
typeof FunctionDefaultMemoryType
|
|
@@ -4599,6 +5453,20 @@ export namespace ResourceConfig$ {
|
|
|
4599
5453
|
export type Outbound = ResourceConfig$Outbound;
|
|
4600
5454
|
}
|
|
4601
5455
|
|
|
5456
|
+
export function resourceConfigToJSON(resourceConfig: ResourceConfig): string {
|
|
5457
|
+
return JSON.stringify(ResourceConfig$outboundSchema.parse(resourceConfig));
|
|
5458
|
+
}
|
|
5459
|
+
|
|
5460
|
+
export function resourceConfigFromJSON(
|
|
5461
|
+
jsonString: string,
|
|
5462
|
+
): SafeParseResult<ResourceConfig, SDKValidationError> {
|
|
5463
|
+
return safeParse(
|
|
5464
|
+
jsonString,
|
|
5465
|
+
(x) => ResourceConfig$inboundSchema.parse(JSON.parse(x)),
|
|
5466
|
+
`Failed to parse 'ResourceConfig' from JSON`,
|
|
5467
|
+
);
|
|
5468
|
+
}
|
|
5469
|
+
|
|
4602
5470
|
/** @internal */
|
|
4603
5471
|
export const UpdateProjectDataCacheDeploymentType$inboundSchema:
|
|
4604
5472
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheDeploymentType> = z.nativeEnum(
|
|
@@ -4661,6 +5529,27 @@ export namespace UpdateProjectDataCacheSsoProtection$ {
|
|
|
4661
5529
|
export type Outbound = UpdateProjectDataCacheSsoProtection$Outbound;
|
|
4662
5530
|
}
|
|
4663
5531
|
|
|
5532
|
+
export function updateProjectDataCacheSsoProtectionToJSON(
|
|
5533
|
+
updateProjectDataCacheSsoProtection: UpdateProjectDataCacheSsoProtection,
|
|
5534
|
+
): string {
|
|
5535
|
+
return JSON.stringify(
|
|
5536
|
+
UpdateProjectDataCacheSsoProtection$outboundSchema.parse(
|
|
5537
|
+
updateProjectDataCacheSsoProtection,
|
|
5538
|
+
),
|
|
5539
|
+
);
|
|
5540
|
+
}
|
|
5541
|
+
|
|
5542
|
+
export function updateProjectDataCacheSsoProtectionFromJSON(
|
|
5543
|
+
jsonString: string,
|
|
5544
|
+
): SafeParseResult<UpdateProjectDataCacheSsoProtection, SDKValidationError> {
|
|
5545
|
+
return safeParse(
|
|
5546
|
+
jsonString,
|
|
5547
|
+
(x) =>
|
|
5548
|
+
UpdateProjectDataCacheSsoProtection$inboundSchema.parse(JSON.parse(x)),
|
|
5549
|
+
`Failed to parse 'UpdateProjectDataCacheSsoProtection' from JSON`,
|
|
5550
|
+
);
|
|
5551
|
+
}
|
|
5552
|
+
|
|
4664
5553
|
/** @internal */
|
|
4665
5554
|
export const UpdateProjectDataCacheAliasAssigned$inboundSchema: z.ZodType<
|
|
4666
5555
|
UpdateProjectDataCacheAliasAssigned,
|
|
@@ -4693,6 +5582,27 @@ export namespace UpdateProjectDataCacheAliasAssigned$ {
|
|
|
4693
5582
|
export type Outbound = UpdateProjectDataCacheAliasAssigned$Outbound;
|
|
4694
5583
|
}
|
|
4695
5584
|
|
|
5585
|
+
export function updateProjectDataCacheAliasAssignedToJSON(
|
|
5586
|
+
updateProjectDataCacheAliasAssigned: UpdateProjectDataCacheAliasAssigned,
|
|
5587
|
+
): string {
|
|
5588
|
+
return JSON.stringify(
|
|
5589
|
+
UpdateProjectDataCacheAliasAssigned$outboundSchema.parse(
|
|
5590
|
+
updateProjectDataCacheAliasAssigned,
|
|
5591
|
+
),
|
|
5592
|
+
);
|
|
5593
|
+
}
|
|
5594
|
+
|
|
5595
|
+
export function updateProjectDataCacheAliasAssignedFromJSON(
|
|
5596
|
+
jsonString: string,
|
|
5597
|
+
): SafeParseResult<UpdateProjectDataCacheAliasAssigned, SDKValidationError> {
|
|
5598
|
+
return safeParse(
|
|
5599
|
+
jsonString,
|
|
5600
|
+
(x) =>
|
|
5601
|
+
UpdateProjectDataCacheAliasAssigned$inboundSchema.parse(JSON.parse(x)),
|
|
5602
|
+
`Failed to parse 'UpdateProjectDataCacheAliasAssigned' from JSON`,
|
|
5603
|
+
);
|
|
5604
|
+
}
|
|
5605
|
+
|
|
4696
5606
|
/** @internal */
|
|
4697
5607
|
export const UpdateProjectDataCacheAliasError$inboundSchema: z.ZodType<
|
|
4698
5608
|
UpdateProjectDataCacheAliasError,
|
|
@@ -4732,6 +5642,26 @@ export namespace UpdateProjectDataCacheAliasError$ {
|
|
|
4732
5642
|
export type Outbound = UpdateProjectDataCacheAliasError$Outbound;
|
|
4733
5643
|
}
|
|
4734
5644
|
|
|
5645
|
+
export function updateProjectDataCacheAliasErrorToJSON(
|
|
5646
|
+
updateProjectDataCacheAliasError: UpdateProjectDataCacheAliasError,
|
|
5647
|
+
): string {
|
|
5648
|
+
return JSON.stringify(
|
|
5649
|
+
UpdateProjectDataCacheAliasError$outboundSchema.parse(
|
|
5650
|
+
updateProjectDataCacheAliasError,
|
|
5651
|
+
),
|
|
5652
|
+
);
|
|
5653
|
+
}
|
|
5654
|
+
|
|
5655
|
+
export function updateProjectDataCacheAliasErrorFromJSON(
|
|
5656
|
+
jsonString: string,
|
|
5657
|
+
): SafeParseResult<UpdateProjectDataCacheAliasError, SDKValidationError> {
|
|
5658
|
+
return safeParse(
|
|
5659
|
+
jsonString,
|
|
5660
|
+
(x) => UpdateProjectDataCacheAliasError$inboundSchema.parse(JSON.parse(x)),
|
|
5661
|
+
`Failed to parse 'UpdateProjectDataCacheAliasError' from JSON`,
|
|
5662
|
+
);
|
|
5663
|
+
}
|
|
5664
|
+
|
|
4735
5665
|
/** @internal */
|
|
4736
5666
|
export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema:
|
|
4737
5667
|
z.ZodNativeEnum<
|
|
@@ -4803,6 +5733,27 @@ export namespace UpdateProjectDataCacheBranchMatcher$ {
|
|
|
4803
5733
|
export type Outbound = UpdateProjectDataCacheBranchMatcher$Outbound;
|
|
4804
5734
|
}
|
|
4805
5735
|
|
|
5736
|
+
export function updateProjectDataCacheBranchMatcherToJSON(
|
|
5737
|
+
updateProjectDataCacheBranchMatcher: UpdateProjectDataCacheBranchMatcher,
|
|
5738
|
+
): string {
|
|
5739
|
+
return JSON.stringify(
|
|
5740
|
+
UpdateProjectDataCacheBranchMatcher$outboundSchema.parse(
|
|
5741
|
+
updateProjectDataCacheBranchMatcher,
|
|
5742
|
+
),
|
|
5743
|
+
);
|
|
5744
|
+
}
|
|
5745
|
+
|
|
5746
|
+
export function updateProjectDataCacheBranchMatcherFromJSON(
|
|
5747
|
+
jsonString: string,
|
|
5748
|
+
): SafeParseResult<UpdateProjectDataCacheBranchMatcher, SDKValidationError> {
|
|
5749
|
+
return safeParse(
|
|
5750
|
+
jsonString,
|
|
5751
|
+
(x) =>
|
|
5752
|
+
UpdateProjectDataCacheBranchMatcher$inboundSchema.parse(JSON.parse(x)),
|
|
5753
|
+
`Failed to parse 'UpdateProjectDataCacheBranchMatcher' from JSON`,
|
|
5754
|
+
);
|
|
5755
|
+
}
|
|
5756
|
+
|
|
4806
5757
|
/** @internal */
|
|
4807
5758
|
export const UpdateProjectDataCacheBuilds$inboundSchema: z.ZodType<
|
|
4808
5759
|
UpdateProjectDataCacheBuilds,
|
|
@@ -4845,6 +5796,26 @@ export namespace UpdateProjectDataCacheBuilds$ {
|
|
|
4845
5796
|
export type Outbound = UpdateProjectDataCacheBuilds$Outbound;
|
|
4846
5797
|
}
|
|
4847
5798
|
|
|
5799
|
+
export function updateProjectDataCacheBuildsToJSON(
|
|
5800
|
+
updateProjectDataCacheBuilds: UpdateProjectDataCacheBuilds,
|
|
5801
|
+
): string {
|
|
5802
|
+
return JSON.stringify(
|
|
5803
|
+
UpdateProjectDataCacheBuilds$outboundSchema.parse(
|
|
5804
|
+
updateProjectDataCacheBuilds,
|
|
5805
|
+
),
|
|
5806
|
+
);
|
|
5807
|
+
}
|
|
5808
|
+
|
|
5809
|
+
export function updateProjectDataCacheBuildsFromJSON(
|
|
5810
|
+
jsonString: string,
|
|
5811
|
+
): SafeParseResult<UpdateProjectDataCacheBuilds, SDKValidationError> {
|
|
5812
|
+
return safeParse(
|
|
5813
|
+
jsonString,
|
|
5814
|
+
(x) => UpdateProjectDataCacheBuilds$inboundSchema.parse(JSON.parse(x)),
|
|
5815
|
+
`Failed to parse 'UpdateProjectDataCacheBuilds' from JSON`,
|
|
5816
|
+
);
|
|
5817
|
+
}
|
|
5818
|
+
|
|
4848
5819
|
/** @internal */
|
|
4849
5820
|
export const UpdateProjectDataCacheChecksConclusion$inboundSchema:
|
|
4850
5821
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheChecksConclusion> = z.nativeEnum(
|
|
@@ -4939,6 +5910,26 @@ export namespace UpdateProjectDataCacheCreator$ {
|
|
|
4939
5910
|
export type Outbound = UpdateProjectDataCacheCreator$Outbound;
|
|
4940
5911
|
}
|
|
4941
5912
|
|
|
5913
|
+
export function updateProjectDataCacheCreatorToJSON(
|
|
5914
|
+
updateProjectDataCacheCreator: UpdateProjectDataCacheCreator,
|
|
5915
|
+
): string {
|
|
5916
|
+
return JSON.stringify(
|
|
5917
|
+
UpdateProjectDataCacheCreator$outboundSchema.parse(
|
|
5918
|
+
updateProjectDataCacheCreator,
|
|
5919
|
+
),
|
|
5920
|
+
);
|
|
5921
|
+
}
|
|
5922
|
+
|
|
5923
|
+
export function updateProjectDataCacheCreatorFromJSON(
|
|
5924
|
+
jsonString: string,
|
|
5925
|
+
): SafeParseResult<UpdateProjectDataCacheCreator, SDKValidationError> {
|
|
5926
|
+
return safeParse(
|
|
5927
|
+
jsonString,
|
|
5928
|
+
(x) => UpdateProjectDataCacheCreator$inboundSchema.parse(JSON.parse(x)),
|
|
5929
|
+
`Failed to parse 'UpdateProjectDataCacheCreator' from JSON`,
|
|
5930
|
+
);
|
|
5931
|
+
}
|
|
5932
|
+
|
|
4942
5933
|
/** @internal */
|
|
4943
5934
|
export const UpdateProjectDataCacheOidcTokenClaims$inboundSchema: z.ZodType<
|
|
4944
5935
|
UpdateProjectDataCacheOidcTokenClaims,
|
|
@@ -5011,6 +6002,27 @@ export namespace UpdateProjectDataCacheOidcTokenClaims$ {
|
|
|
5011
6002
|
export type Outbound = UpdateProjectDataCacheOidcTokenClaims$Outbound;
|
|
5012
6003
|
}
|
|
5013
6004
|
|
|
6005
|
+
export function updateProjectDataCacheOidcTokenClaimsToJSON(
|
|
6006
|
+
updateProjectDataCacheOidcTokenClaims: UpdateProjectDataCacheOidcTokenClaims,
|
|
6007
|
+
): string {
|
|
6008
|
+
return JSON.stringify(
|
|
6009
|
+
UpdateProjectDataCacheOidcTokenClaims$outboundSchema.parse(
|
|
6010
|
+
updateProjectDataCacheOidcTokenClaims,
|
|
6011
|
+
),
|
|
6012
|
+
);
|
|
6013
|
+
}
|
|
6014
|
+
|
|
6015
|
+
export function updateProjectDataCacheOidcTokenClaimsFromJSON(
|
|
6016
|
+
jsonString: string,
|
|
6017
|
+
): SafeParseResult<UpdateProjectDataCacheOidcTokenClaims, SDKValidationError> {
|
|
6018
|
+
return safeParse(
|
|
6019
|
+
jsonString,
|
|
6020
|
+
(x) =>
|
|
6021
|
+
UpdateProjectDataCacheOidcTokenClaims$inboundSchema.parse(JSON.parse(x)),
|
|
6022
|
+
`Failed to parse 'UpdateProjectDataCacheOidcTokenClaims' from JSON`,
|
|
6023
|
+
);
|
|
6024
|
+
}
|
|
6025
|
+
|
|
5014
6026
|
/** @internal */
|
|
5015
6027
|
export const UpdateProjectDataCachePlan$inboundSchema: z.ZodNativeEnum<
|
|
5016
6028
|
typeof UpdateProjectDataCachePlan
|
|
@@ -5256,6 +6268,20 @@ export namespace Targets$ {
|
|
|
5256
6268
|
export type Outbound = Targets$Outbound;
|
|
5257
6269
|
}
|
|
5258
6270
|
|
|
6271
|
+
export function targetsToJSON(targets: Targets): string {
|
|
6272
|
+
return JSON.stringify(Targets$outboundSchema.parse(targets));
|
|
6273
|
+
}
|
|
6274
|
+
|
|
6275
|
+
export function targetsFromJSON(
|
|
6276
|
+
jsonString: string,
|
|
6277
|
+
): SafeParseResult<Targets, SDKValidationError> {
|
|
6278
|
+
return safeParse(
|
|
6279
|
+
jsonString,
|
|
6280
|
+
(x) => Targets$inboundSchema.parse(JSON.parse(x)),
|
|
6281
|
+
`Failed to parse 'Targets' from JSON`,
|
|
6282
|
+
);
|
|
6283
|
+
}
|
|
6284
|
+
|
|
5259
6285
|
/** @internal */
|
|
5260
6286
|
export const Permissions$inboundSchema: z.ZodType<
|
|
5261
6287
|
Permissions,
|
|
@@ -5368,6 +6394,7 @@ export const Permissions$inboundSchema: z.ZodType<
|
|
|
5368
6394
|
teamInvite: z.array(ACLAction$inboundSchema).optional(),
|
|
5369
6395
|
teamInviteCode: z.array(ACLAction$inboundSchema).optional(),
|
|
5370
6396
|
teamJoin: z.array(ACLAction$inboundSchema).optional(),
|
|
6397
|
+
teamMicrofrontends: z.array(ACLAction$inboundSchema).optional(),
|
|
5371
6398
|
teamOwnMembership: z.array(ACLAction$inboundSchema).optional(),
|
|
5372
6399
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$inboundSchema).optional(),
|
|
5373
6400
|
token: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -5398,6 +6425,7 @@ export const Permissions$inboundSchema: z.ZodType<
|
|
|
5398
6425
|
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
|
|
5399
6426
|
.optional(),
|
|
5400
6427
|
deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
|
|
6428
|
+
deploymentV0: z.array(ACLAction$inboundSchema).optional(),
|
|
5401
6429
|
deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
5402
6430
|
deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
|
|
5403
6431
|
deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -5409,6 +6437,7 @@ export const Permissions$inboundSchema: z.ZodType<
|
|
|
5409
6437
|
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
5410
6438
|
job: z.array(ACLAction$inboundSchema).optional(),
|
|
5411
6439
|
project: z.array(ACLAction$inboundSchema).optional(),
|
|
6440
|
+
projectFromV0: z.array(ACLAction$inboundSchema).optional(),
|
|
5412
6441
|
projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
5413
6442
|
projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
5414
6443
|
projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -5557,6 +6586,7 @@ export type Permissions$Outbound = {
|
|
|
5557
6586
|
teamInvite?: Array<string> | undefined;
|
|
5558
6587
|
teamInviteCode?: Array<string> | undefined;
|
|
5559
6588
|
teamJoin?: Array<string> | undefined;
|
|
6589
|
+
teamMicrofrontends?: Array<string> | undefined;
|
|
5560
6590
|
teamOwnMembership?: Array<string> | undefined;
|
|
5561
6591
|
teamOwnMembershipDisconnectSAML?: Array<string> | undefined;
|
|
5562
6592
|
token?: Array<string> | undefined;
|
|
@@ -5586,6 +6616,7 @@ export type Permissions$Outbound = {
|
|
|
5586
6616
|
deploymentCheckPreview?: Array<string> | undefined;
|
|
5587
6617
|
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
5588
6618
|
deploymentProductionGit?: Array<string> | undefined;
|
|
6619
|
+
deploymentV0?: Array<string> | undefined;
|
|
5589
6620
|
deploymentPreview?: Array<string> | undefined;
|
|
5590
6621
|
deploymentPrivate?: Array<string> | undefined;
|
|
5591
6622
|
deploymentPromote?: Array<string> | undefined;
|
|
@@ -5597,6 +6628,7 @@ export type Permissions$Outbound = {
|
|
|
5597
6628
|
optionsAllowlist?: Array<string> | undefined;
|
|
5598
6629
|
job?: Array<string> | undefined;
|
|
5599
6630
|
project?: Array<string> | undefined;
|
|
6631
|
+
projectFromV0?: Array<string> | undefined;
|
|
5600
6632
|
projectAccessGroup?: Array<string> | undefined;
|
|
5601
6633
|
projectAnalyticsSampling?: Array<string> | undefined;
|
|
5602
6634
|
projectDeploymentHook?: Array<string> | undefined;
|
|
@@ -5746,6 +6778,7 @@ export const Permissions$outboundSchema: z.ZodType<
|
|
|
5746
6778
|
teamInvite: z.array(ACLAction$outboundSchema).optional(),
|
|
5747
6779
|
teamInviteCode: z.array(ACLAction$outboundSchema).optional(),
|
|
5748
6780
|
teamJoin: z.array(ACLAction$outboundSchema).optional(),
|
|
6781
|
+
teamMicrofrontends: z.array(ACLAction$outboundSchema).optional(),
|
|
5749
6782
|
teamOwnMembership: z.array(ACLAction$outboundSchema).optional(),
|
|
5750
6783
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$outboundSchema).optional(),
|
|
5751
6784
|
token: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -5776,6 +6809,7 @@ export const Permissions$outboundSchema: z.ZodType<
|
|
|
5776
6809
|
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
|
|
5777
6810
|
.optional(),
|
|
5778
6811
|
deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
|
|
6812
|
+
deploymentV0: z.array(ACLAction$outboundSchema).optional(),
|
|
5779
6813
|
deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
5780
6814
|
deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
|
|
5781
6815
|
deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -5787,6 +6821,7 @@ export const Permissions$outboundSchema: z.ZodType<
|
|
|
5787
6821
|
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
5788
6822
|
job: z.array(ACLAction$outboundSchema).optional(),
|
|
5789
6823
|
project: z.array(ACLAction$outboundSchema).optional(),
|
|
6824
|
+
projectFromV0: z.array(ACLAction$outboundSchema).optional(),
|
|
5790
6825
|
projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
5791
6826
|
projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
5792
6827
|
projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -5842,6 +6877,20 @@ export namespace Permissions$ {
|
|
|
5842
6877
|
export type Outbound = Permissions$Outbound;
|
|
5843
6878
|
}
|
|
5844
6879
|
|
|
6880
|
+
export function permissionsToJSON(permissions: Permissions): string {
|
|
6881
|
+
return JSON.stringify(Permissions$outboundSchema.parse(permissions));
|
|
6882
|
+
}
|
|
6883
|
+
|
|
6884
|
+
export function permissionsFromJSON(
|
|
6885
|
+
jsonString: string,
|
|
6886
|
+
): SafeParseResult<Permissions, SDKValidationError> {
|
|
6887
|
+
return safeParse(
|
|
6888
|
+
jsonString,
|
|
6889
|
+
(x) => Permissions$inboundSchema.parse(JSON.parse(x)),
|
|
6890
|
+
`Failed to parse 'Permissions' from JSON`,
|
|
6891
|
+
);
|
|
6892
|
+
}
|
|
6893
|
+
|
|
5845
6894
|
/** @internal */
|
|
5846
6895
|
export const LastRollbackTarget$inboundSchema: z.ZodType<
|
|
5847
6896
|
LastRollbackTarget,
|
|
@@ -5872,6 +6921,24 @@ export namespace LastRollbackTarget$ {
|
|
|
5872
6921
|
export type Outbound = LastRollbackTarget$Outbound;
|
|
5873
6922
|
}
|
|
5874
6923
|
|
|
6924
|
+
export function lastRollbackTargetToJSON(
|
|
6925
|
+
lastRollbackTarget: LastRollbackTarget,
|
|
6926
|
+
): string {
|
|
6927
|
+
return JSON.stringify(
|
|
6928
|
+
LastRollbackTarget$outboundSchema.parse(lastRollbackTarget),
|
|
6929
|
+
);
|
|
6930
|
+
}
|
|
6931
|
+
|
|
6932
|
+
export function lastRollbackTargetFromJSON(
|
|
6933
|
+
jsonString: string,
|
|
6934
|
+
): SafeParseResult<LastRollbackTarget, SDKValidationError> {
|
|
6935
|
+
return safeParse(
|
|
6936
|
+
jsonString,
|
|
6937
|
+
(x) => LastRollbackTarget$inboundSchema.parse(JSON.parse(x)),
|
|
6938
|
+
`Failed to parse 'LastRollbackTarget' from JSON`,
|
|
6939
|
+
);
|
|
6940
|
+
}
|
|
6941
|
+
|
|
5875
6942
|
/** @internal */
|
|
5876
6943
|
export const JobStatus$inboundSchema: z.ZodNativeEnum<typeof JobStatus> = z
|
|
5877
6944
|
.nativeEnum(JobStatus);
|
|
@@ -5962,6 +7029,24 @@ export namespace LastAliasRequest$ {
|
|
|
5962
7029
|
export type Outbound = LastAliasRequest$Outbound;
|
|
5963
7030
|
}
|
|
5964
7031
|
|
|
7032
|
+
export function lastAliasRequestToJSON(
|
|
7033
|
+
lastAliasRequest: LastAliasRequest,
|
|
7034
|
+
): string {
|
|
7035
|
+
return JSON.stringify(
|
|
7036
|
+
LastAliasRequest$outboundSchema.parse(lastAliasRequest),
|
|
7037
|
+
);
|
|
7038
|
+
}
|
|
7039
|
+
|
|
7040
|
+
export function lastAliasRequestFromJSON(
|
|
7041
|
+
jsonString: string,
|
|
7042
|
+
): SafeParseResult<LastAliasRequest, SDKValidationError> {
|
|
7043
|
+
return safeParse(
|
|
7044
|
+
jsonString,
|
|
7045
|
+
(x) => LastAliasRequest$inboundSchema.parse(JSON.parse(x)),
|
|
7046
|
+
`Failed to parse 'LastAliasRequest' from JSON`,
|
|
7047
|
+
);
|
|
7048
|
+
}
|
|
7049
|
+
|
|
5965
7050
|
/** @internal */
|
|
5966
7051
|
export const Scope$inboundSchema: z.ZodNativeEnum<typeof Scope> = z.nativeEnum(
|
|
5967
7052
|
Scope,
|
|
@@ -6024,6 +7109,24 @@ export namespace ProtectionBypass$ {
|
|
|
6024
7109
|
export type Outbound = ProtectionBypass$Outbound;
|
|
6025
7110
|
}
|
|
6026
7111
|
|
|
7112
|
+
export function protectionBypassToJSON(
|
|
7113
|
+
protectionBypass: ProtectionBypass,
|
|
7114
|
+
): string {
|
|
7115
|
+
return JSON.stringify(
|
|
7116
|
+
ProtectionBypass$outboundSchema.parse(protectionBypass),
|
|
7117
|
+
);
|
|
7118
|
+
}
|
|
7119
|
+
|
|
7120
|
+
export function protectionBypassFromJSON(
|
|
7121
|
+
jsonString: string,
|
|
7122
|
+
): SafeParseResult<ProtectionBypass, SDKValidationError> {
|
|
7123
|
+
return safeParse(
|
|
7124
|
+
jsonString,
|
|
7125
|
+
(x) => ProtectionBypass$inboundSchema.parse(JSON.parse(x)),
|
|
7126
|
+
`Failed to parse 'ProtectionBypass' from JSON`,
|
|
7127
|
+
);
|
|
7128
|
+
}
|
|
7129
|
+
|
|
6027
7130
|
/** @internal */
|
|
6028
7131
|
export const UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema:
|
|
6029
7132
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsDeploymentType> = z
|
|
@@ -6083,6 +7186,20 @@ export namespace TrustedIps2$ {
|
|
|
6083
7186
|
export type Outbound = TrustedIps2$Outbound;
|
|
6084
7187
|
}
|
|
6085
7188
|
|
|
7189
|
+
export function trustedIps2ToJSON(trustedIps2: TrustedIps2): string {
|
|
7190
|
+
return JSON.stringify(TrustedIps2$outboundSchema.parse(trustedIps2));
|
|
7191
|
+
}
|
|
7192
|
+
|
|
7193
|
+
export function trustedIps2FromJSON(
|
|
7194
|
+
jsonString: string,
|
|
7195
|
+
): SafeParseResult<TrustedIps2, SDKValidationError> {
|
|
7196
|
+
return safeParse(
|
|
7197
|
+
jsonString,
|
|
7198
|
+
(x) => TrustedIps2$inboundSchema.parse(JSON.parse(x)),
|
|
7199
|
+
`Failed to parse 'TrustedIps2' from JSON`,
|
|
7200
|
+
);
|
|
7201
|
+
}
|
|
7202
|
+
|
|
6086
7203
|
/** @internal */
|
|
6087
7204
|
export const TrustedIpsDeploymentType$inboundSchema: z.ZodNativeEnum<
|
|
6088
7205
|
typeof TrustedIpsDeploymentType
|
|
@@ -6146,6 +7263,33 @@ export namespace UpdateProjectDataCacheTrustedIpsAddresses$ {
|
|
|
6146
7263
|
export type Outbound = UpdateProjectDataCacheTrustedIpsAddresses$Outbound;
|
|
6147
7264
|
}
|
|
6148
7265
|
|
|
7266
|
+
export function updateProjectDataCacheTrustedIpsAddressesToJSON(
|
|
7267
|
+
updateProjectDataCacheTrustedIpsAddresses:
|
|
7268
|
+
UpdateProjectDataCacheTrustedIpsAddresses,
|
|
7269
|
+
): string {
|
|
7270
|
+
return JSON.stringify(
|
|
7271
|
+
UpdateProjectDataCacheTrustedIpsAddresses$outboundSchema.parse(
|
|
7272
|
+
updateProjectDataCacheTrustedIpsAddresses,
|
|
7273
|
+
),
|
|
7274
|
+
);
|
|
7275
|
+
}
|
|
7276
|
+
|
|
7277
|
+
export function updateProjectDataCacheTrustedIpsAddressesFromJSON(
|
|
7278
|
+
jsonString: string,
|
|
7279
|
+
): SafeParseResult<
|
|
7280
|
+
UpdateProjectDataCacheTrustedIpsAddresses,
|
|
7281
|
+
SDKValidationError
|
|
7282
|
+
> {
|
|
7283
|
+
return safeParse(
|
|
7284
|
+
jsonString,
|
|
7285
|
+
(x) =>
|
|
7286
|
+
UpdateProjectDataCacheTrustedIpsAddresses$inboundSchema.parse(
|
|
7287
|
+
JSON.parse(x),
|
|
7288
|
+
),
|
|
7289
|
+
`Failed to parse 'UpdateProjectDataCacheTrustedIpsAddresses' from JSON`,
|
|
7290
|
+
);
|
|
7291
|
+
}
|
|
7292
|
+
|
|
6149
7293
|
/** @internal */
|
|
6150
7294
|
export const UpdateProjectDataCacheTrustedIpsProtectionMode$inboundSchema:
|
|
6151
7295
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsProtectionMode> = z
|
|
@@ -6215,6 +7359,20 @@ export namespace TrustedIps1$ {
|
|
|
6215
7359
|
export type Outbound = TrustedIps1$Outbound;
|
|
6216
7360
|
}
|
|
6217
7361
|
|
|
7362
|
+
export function trustedIps1ToJSON(trustedIps1: TrustedIps1): string {
|
|
7363
|
+
return JSON.stringify(TrustedIps1$outboundSchema.parse(trustedIps1));
|
|
7364
|
+
}
|
|
7365
|
+
|
|
7366
|
+
export function trustedIps1FromJSON(
|
|
7367
|
+
jsonString: string,
|
|
7368
|
+
): SafeParseResult<TrustedIps1, SDKValidationError> {
|
|
7369
|
+
return safeParse(
|
|
7370
|
+
jsonString,
|
|
7371
|
+
(x) => TrustedIps1$inboundSchema.parse(JSON.parse(x)),
|
|
7372
|
+
`Failed to parse 'TrustedIps1' from JSON`,
|
|
7373
|
+
);
|
|
7374
|
+
}
|
|
7375
|
+
|
|
6218
7376
|
/** @internal */
|
|
6219
7377
|
export const UpdateProjectDataCacheTrustedIps$inboundSchema: z.ZodType<
|
|
6220
7378
|
UpdateProjectDataCacheTrustedIps,
|
|
@@ -6253,6 +7411,26 @@ export namespace UpdateProjectDataCacheTrustedIps$ {
|
|
|
6253
7411
|
export type Outbound = UpdateProjectDataCacheTrustedIps$Outbound;
|
|
6254
7412
|
}
|
|
6255
7413
|
|
|
7414
|
+
export function updateProjectDataCacheTrustedIpsToJSON(
|
|
7415
|
+
updateProjectDataCacheTrustedIps: UpdateProjectDataCacheTrustedIps,
|
|
7416
|
+
): string {
|
|
7417
|
+
return JSON.stringify(
|
|
7418
|
+
UpdateProjectDataCacheTrustedIps$outboundSchema.parse(
|
|
7419
|
+
updateProjectDataCacheTrustedIps,
|
|
7420
|
+
),
|
|
7421
|
+
);
|
|
7422
|
+
}
|
|
7423
|
+
|
|
7424
|
+
export function updateProjectDataCacheTrustedIpsFromJSON(
|
|
7425
|
+
jsonString: string,
|
|
7426
|
+
): SafeParseResult<UpdateProjectDataCacheTrustedIps, SDKValidationError> {
|
|
7427
|
+
return safeParse(
|
|
7428
|
+
jsonString,
|
|
7429
|
+
(x) => UpdateProjectDataCacheTrustedIps$inboundSchema.parse(JSON.parse(x)),
|
|
7430
|
+
`Failed to parse 'UpdateProjectDataCacheTrustedIps' from JSON`,
|
|
7431
|
+
);
|
|
7432
|
+
}
|
|
7433
|
+
|
|
6256
7434
|
/** @internal */
|
|
6257
7435
|
export const GitComments$inboundSchema: z.ZodType<
|
|
6258
7436
|
GitComments,
|
|
@@ -6292,6 +7470,20 @@ export namespace GitComments$ {
|
|
|
6292
7470
|
export type Outbound = GitComments$Outbound;
|
|
6293
7471
|
}
|
|
6294
7472
|
|
|
7473
|
+
export function gitCommentsToJSON(gitComments: GitComments): string {
|
|
7474
|
+
return JSON.stringify(GitComments$outboundSchema.parse(gitComments));
|
|
7475
|
+
}
|
|
7476
|
+
|
|
7477
|
+
export function gitCommentsFromJSON(
|
|
7478
|
+
jsonString: string,
|
|
7479
|
+
): SafeParseResult<GitComments, SDKValidationError> {
|
|
7480
|
+
return safeParse(
|
|
7481
|
+
jsonString,
|
|
7482
|
+
(x) => GitComments$inboundSchema.parse(JSON.parse(x)),
|
|
7483
|
+
`Failed to parse 'GitComments' from JSON`,
|
|
7484
|
+
);
|
|
7485
|
+
}
|
|
7486
|
+
|
|
6295
7487
|
/** @internal */
|
|
6296
7488
|
export const WebAnalytics$inboundSchema: z.ZodType<
|
|
6297
7489
|
WebAnalytics,
|
|
@@ -6340,6 +7532,20 @@ export namespace WebAnalytics$ {
|
|
|
6340
7532
|
export type Outbound = WebAnalytics$Outbound;
|
|
6341
7533
|
}
|
|
6342
7534
|
|
|
7535
|
+
export function webAnalyticsToJSON(webAnalytics: WebAnalytics): string {
|
|
7536
|
+
return JSON.stringify(WebAnalytics$outboundSchema.parse(webAnalytics));
|
|
7537
|
+
}
|
|
7538
|
+
|
|
7539
|
+
export function webAnalyticsFromJSON(
|
|
7540
|
+
jsonString: string,
|
|
7541
|
+
): SafeParseResult<WebAnalytics, SDKValidationError> {
|
|
7542
|
+
return safeParse(
|
|
7543
|
+
jsonString,
|
|
7544
|
+
(x) => WebAnalytics$inboundSchema.parse(JSON.parse(x)),
|
|
7545
|
+
`Failed to parse 'WebAnalytics' from JSON`,
|
|
7546
|
+
);
|
|
7547
|
+
}
|
|
7548
|
+
|
|
6343
7549
|
/** @internal */
|
|
6344
7550
|
export const Src2$inboundSchema: z.ZodType<Src2, z.ZodTypeDef, unknown> = z
|
|
6345
7551
|
.object({
|
|
@@ -6400,6 +7606,20 @@ export namespace Src2$ {
|
|
|
6400
7606
|
export type Outbound = Src2$Outbound;
|
|
6401
7607
|
}
|
|
6402
7608
|
|
|
7609
|
+
export function src2ToJSON(src2: Src2): string {
|
|
7610
|
+
return JSON.stringify(Src2$outboundSchema.parse(src2));
|
|
7611
|
+
}
|
|
7612
|
+
|
|
7613
|
+
export function src2FromJSON(
|
|
7614
|
+
jsonString: string,
|
|
7615
|
+
): SafeParseResult<Src2, SDKValidationError> {
|
|
7616
|
+
return safeParse(
|
|
7617
|
+
jsonString,
|
|
7618
|
+
(x) => Src2$inboundSchema.parse(JSON.parse(x)),
|
|
7619
|
+
`Failed to parse 'Src2' from JSON`,
|
|
7620
|
+
);
|
|
7621
|
+
}
|
|
7622
|
+
|
|
6403
7623
|
/** @internal */
|
|
6404
7624
|
export const Src$inboundSchema: z.ZodType<Src, z.ZodTypeDef, unknown> = z.union(
|
|
6405
7625
|
[z.lazy(() => Src2$inboundSchema), z.string()],
|
|
@@ -6425,6 +7645,20 @@ export namespace Src$ {
|
|
|
6425
7645
|
export type Outbound = Src$Outbound;
|
|
6426
7646
|
}
|
|
6427
7647
|
|
|
7648
|
+
export function srcToJSON(src: Src): string {
|
|
7649
|
+
return JSON.stringify(Src$outboundSchema.parse(src));
|
|
7650
|
+
}
|
|
7651
|
+
|
|
7652
|
+
export function srcFromJSON(
|
|
7653
|
+
jsonString: string,
|
|
7654
|
+
): SafeParseResult<Src, SDKValidationError> {
|
|
7655
|
+
return safeParse(
|
|
7656
|
+
jsonString,
|
|
7657
|
+
(x) => Src$inboundSchema.parse(JSON.parse(x)),
|
|
7658
|
+
`Failed to parse 'Src' from JSON`,
|
|
7659
|
+
);
|
|
7660
|
+
}
|
|
7661
|
+
|
|
6428
7662
|
/** @internal */
|
|
6429
7663
|
export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema:
|
|
6430
7664
|
z.ZodNativeEnum<
|
|
@@ -6521,6 +7755,27 @@ export namespace UpdateProjectDataCacheValueProjects2$ {
|
|
|
6521
7755
|
export type Outbound = UpdateProjectDataCacheValueProjects2$Outbound;
|
|
6522
7756
|
}
|
|
6523
7757
|
|
|
7758
|
+
export function updateProjectDataCacheValueProjects2ToJSON(
|
|
7759
|
+
updateProjectDataCacheValueProjects2: UpdateProjectDataCacheValueProjects2,
|
|
7760
|
+
): string {
|
|
7761
|
+
return JSON.stringify(
|
|
7762
|
+
UpdateProjectDataCacheValueProjects2$outboundSchema.parse(
|
|
7763
|
+
updateProjectDataCacheValueProjects2,
|
|
7764
|
+
),
|
|
7765
|
+
);
|
|
7766
|
+
}
|
|
7767
|
+
|
|
7768
|
+
export function updateProjectDataCacheValueProjects2FromJSON(
|
|
7769
|
+
jsonString: string,
|
|
7770
|
+
): SafeParseResult<UpdateProjectDataCacheValueProjects2, SDKValidationError> {
|
|
7771
|
+
return safeParse(
|
|
7772
|
+
jsonString,
|
|
7773
|
+
(x) =>
|
|
7774
|
+
UpdateProjectDataCacheValueProjects2$inboundSchema.parse(JSON.parse(x)),
|
|
7775
|
+
`Failed to parse 'UpdateProjectDataCacheValueProjects2' from JSON`,
|
|
7776
|
+
);
|
|
7777
|
+
}
|
|
7778
|
+
|
|
6524
7779
|
/** @internal */
|
|
6525
7780
|
export const UpdateProjectDataCacheProjectsValue$inboundSchema: z.ZodType<
|
|
6526
7781
|
UpdateProjectDataCacheProjectsValue,
|
|
@@ -6561,6 +7816,27 @@ export namespace UpdateProjectDataCacheProjectsValue$ {
|
|
|
6561
7816
|
export type Outbound = UpdateProjectDataCacheProjectsValue$Outbound;
|
|
6562
7817
|
}
|
|
6563
7818
|
|
|
7819
|
+
export function updateProjectDataCacheProjectsValueToJSON(
|
|
7820
|
+
updateProjectDataCacheProjectsValue: UpdateProjectDataCacheProjectsValue,
|
|
7821
|
+
): string {
|
|
7822
|
+
return JSON.stringify(
|
|
7823
|
+
UpdateProjectDataCacheProjectsValue$outboundSchema.parse(
|
|
7824
|
+
updateProjectDataCacheProjectsValue,
|
|
7825
|
+
),
|
|
7826
|
+
);
|
|
7827
|
+
}
|
|
7828
|
+
|
|
7829
|
+
export function updateProjectDataCacheProjectsValueFromJSON(
|
|
7830
|
+
jsonString: string,
|
|
7831
|
+
): SafeParseResult<UpdateProjectDataCacheProjectsValue, SDKValidationError> {
|
|
7832
|
+
return safeParse(
|
|
7833
|
+
jsonString,
|
|
7834
|
+
(x) =>
|
|
7835
|
+
UpdateProjectDataCacheProjectsValue$inboundSchema.parse(JSON.parse(x)),
|
|
7836
|
+
`Failed to parse 'UpdateProjectDataCacheProjectsValue' from JSON`,
|
|
7837
|
+
);
|
|
7838
|
+
}
|
|
7839
|
+
|
|
6564
7840
|
/** @internal */
|
|
6565
7841
|
export const Has$inboundSchema: z.ZodType<Has, z.ZodTypeDef, unknown> = z
|
|
6566
7842
|
.object({
|
|
@@ -6605,6 +7881,20 @@ export namespace Has$ {
|
|
|
6605
7881
|
export type Outbound = Has$Outbound;
|
|
6606
7882
|
}
|
|
6607
7883
|
|
|
7884
|
+
export function hasToJSON(has: Has): string {
|
|
7885
|
+
return JSON.stringify(Has$outboundSchema.parse(has));
|
|
7886
|
+
}
|
|
7887
|
+
|
|
7888
|
+
export function hasFromJSON(
|
|
7889
|
+
jsonString: string,
|
|
7890
|
+
): SafeParseResult<Has, SDKValidationError> {
|
|
7891
|
+
return safeParse(
|
|
7892
|
+
jsonString,
|
|
7893
|
+
(x) => Has$inboundSchema.parse(JSON.parse(x)),
|
|
7894
|
+
`Failed to parse 'Has' from JSON`,
|
|
7895
|
+
);
|
|
7896
|
+
}
|
|
7897
|
+
|
|
6608
7898
|
/** @internal */
|
|
6609
7899
|
export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema:
|
|
6610
7900
|
z.ZodNativeEnum<
|
|
@@ -6699,6 +7989,26 @@ export namespace UpdateProjectDataCacheValue2$ {
|
|
|
6699
7989
|
export type Outbound = UpdateProjectDataCacheValue2$Outbound;
|
|
6700
7990
|
}
|
|
6701
7991
|
|
|
7992
|
+
export function updateProjectDataCacheValue2ToJSON(
|
|
7993
|
+
updateProjectDataCacheValue2: UpdateProjectDataCacheValue2,
|
|
7994
|
+
): string {
|
|
7995
|
+
return JSON.stringify(
|
|
7996
|
+
UpdateProjectDataCacheValue2$outboundSchema.parse(
|
|
7997
|
+
updateProjectDataCacheValue2,
|
|
7998
|
+
),
|
|
7999
|
+
);
|
|
8000
|
+
}
|
|
8001
|
+
|
|
8002
|
+
export function updateProjectDataCacheValue2FromJSON(
|
|
8003
|
+
jsonString: string,
|
|
8004
|
+
): SafeParseResult<UpdateProjectDataCacheValue2, SDKValidationError> {
|
|
8005
|
+
return safeParse(
|
|
8006
|
+
jsonString,
|
|
8007
|
+
(x) => UpdateProjectDataCacheValue2$inboundSchema.parse(JSON.parse(x)),
|
|
8008
|
+
`Failed to parse 'UpdateProjectDataCacheValue2' from JSON`,
|
|
8009
|
+
);
|
|
8010
|
+
}
|
|
8011
|
+
|
|
6702
8012
|
/** @internal */
|
|
6703
8013
|
export const UpdateProjectDataCacheValue$inboundSchema: z.ZodType<
|
|
6704
8014
|
UpdateProjectDataCacheValue,
|
|
@@ -6737,6 +8047,26 @@ export namespace UpdateProjectDataCacheValue$ {
|
|
|
6737
8047
|
export type Outbound = UpdateProjectDataCacheValue$Outbound;
|
|
6738
8048
|
}
|
|
6739
8049
|
|
|
8050
|
+
export function updateProjectDataCacheValueToJSON(
|
|
8051
|
+
updateProjectDataCacheValue: UpdateProjectDataCacheValue,
|
|
8052
|
+
): string {
|
|
8053
|
+
return JSON.stringify(
|
|
8054
|
+
UpdateProjectDataCacheValue$outboundSchema.parse(
|
|
8055
|
+
updateProjectDataCacheValue,
|
|
8056
|
+
),
|
|
8057
|
+
);
|
|
8058
|
+
}
|
|
8059
|
+
|
|
8060
|
+
export function updateProjectDataCacheValueFromJSON(
|
|
8061
|
+
jsonString: string,
|
|
8062
|
+
): SafeParseResult<UpdateProjectDataCacheValue, SDKValidationError> {
|
|
8063
|
+
return safeParse(
|
|
8064
|
+
jsonString,
|
|
8065
|
+
(x) => UpdateProjectDataCacheValue$inboundSchema.parse(JSON.parse(x)),
|
|
8066
|
+
`Failed to parse 'UpdateProjectDataCacheValue' from JSON`,
|
|
8067
|
+
);
|
|
8068
|
+
}
|
|
8069
|
+
|
|
6740
8070
|
/** @internal */
|
|
6741
8071
|
export const Missing$inboundSchema: z.ZodType<Missing, z.ZodTypeDef, unknown> =
|
|
6742
8072
|
z.object({
|
|
@@ -6784,6 +8114,20 @@ export namespace Missing$ {
|
|
|
6784
8114
|
export type Outbound = Missing$Outbound;
|
|
6785
8115
|
}
|
|
6786
8116
|
|
|
8117
|
+
export function missingToJSON(missing: Missing): string {
|
|
8118
|
+
return JSON.stringify(Missing$outboundSchema.parse(missing));
|
|
8119
|
+
}
|
|
8120
|
+
|
|
8121
|
+
export function missingFromJSON(
|
|
8122
|
+
jsonString: string,
|
|
8123
|
+
): SafeParseResult<Missing, SDKValidationError> {
|
|
8124
|
+
return safeParse(
|
|
8125
|
+
jsonString,
|
|
8126
|
+
(x) => Missing$inboundSchema.parse(JSON.parse(x)),
|
|
8127
|
+
`Failed to parse 'Missing' from JSON`,
|
|
8128
|
+
);
|
|
8129
|
+
}
|
|
8130
|
+
|
|
6787
8131
|
/** @internal */
|
|
6788
8132
|
export const Handle$inboundSchema: z.ZodNativeEnum<typeof Handle> = z
|
|
6789
8133
|
.nativeEnum(Handle);
|
|
@@ -6884,6 +8228,20 @@ export namespace Erl$ {
|
|
|
6884
8228
|
export type Outbound = Erl$Outbound;
|
|
6885
8229
|
}
|
|
6886
8230
|
|
|
8231
|
+
export function erlToJSON(erl: Erl): string {
|
|
8232
|
+
return JSON.stringify(Erl$outboundSchema.parse(erl));
|
|
8233
|
+
}
|
|
8234
|
+
|
|
8235
|
+
export function erlFromJSON(
|
|
8236
|
+
jsonString: string,
|
|
8237
|
+
): SafeParseResult<Erl, SDKValidationError> {
|
|
8238
|
+
return safeParse(
|
|
8239
|
+
jsonString,
|
|
8240
|
+
(x) => Erl$inboundSchema.parse(JSON.parse(x)),
|
|
8241
|
+
`Failed to parse 'Erl' from JSON`,
|
|
8242
|
+
);
|
|
8243
|
+
}
|
|
8244
|
+
|
|
6887
8245
|
/** @internal */
|
|
6888
8246
|
export const UpdateProjectDataCacheMitigate$inboundSchema: z.ZodType<
|
|
6889
8247
|
UpdateProjectDataCacheMitigate,
|
|
@@ -6937,6 +8295,26 @@ export namespace UpdateProjectDataCacheMitigate$ {
|
|
|
6937
8295
|
export type Outbound = UpdateProjectDataCacheMitigate$Outbound;
|
|
6938
8296
|
}
|
|
6939
8297
|
|
|
8298
|
+
export function updateProjectDataCacheMitigateToJSON(
|
|
8299
|
+
updateProjectDataCacheMitigate: UpdateProjectDataCacheMitigate,
|
|
8300
|
+
): string {
|
|
8301
|
+
return JSON.stringify(
|
|
8302
|
+
UpdateProjectDataCacheMitigate$outboundSchema.parse(
|
|
8303
|
+
updateProjectDataCacheMitigate,
|
|
8304
|
+
),
|
|
8305
|
+
);
|
|
8306
|
+
}
|
|
8307
|
+
|
|
8308
|
+
export function updateProjectDataCacheMitigateFromJSON(
|
|
8309
|
+
jsonString: string,
|
|
8310
|
+
): SafeParseResult<UpdateProjectDataCacheMitigate, SDKValidationError> {
|
|
8311
|
+
return safeParse(
|
|
8312
|
+
jsonString,
|
|
8313
|
+
(x) => UpdateProjectDataCacheMitigate$inboundSchema.parse(JSON.parse(x)),
|
|
8314
|
+
`Failed to parse 'UpdateProjectDataCacheMitigate' from JSON`,
|
|
8315
|
+
);
|
|
8316
|
+
}
|
|
8317
|
+
|
|
6940
8318
|
/** @internal */
|
|
6941
8319
|
export const FirewallRoutes$inboundSchema: z.ZodType<
|
|
6942
8320
|
FirewallRoutes,
|
|
@@ -6993,6 +8371,20 @@ export namespace FirewallRoutes$ {
|
|
|
6993
8371
|
export type Outbound = FirewallRoutes$Outbound;
|
|
6994
8372
|
}
|
|
6995
8373
|
|
|
8374
|
+
export function firewallRoutesToJSON(firewallRoutes: FirewallRoutes): string {
|
|
8375
|
+
return JSON.stringify(FirewallRoutes$outboundSchema.parse(firewallRoutes));
|
|
8376
|
+
}
|
|
8377
|
+
|
|
8378
|
+
export function firewallRoutesFromJSON(
|
|
8379
|
+
jsonString: string,
|
|
8380
|
+
): SafeParseResult<FirewallRoutes, SDKValidationError> {
|
|
8381
|
+
return safeParse(
|
|
8382
|
+
jsonString,
|
|
8383
|
+
(x) => FirewallRoutes$inboundSchema.parse(JSON.parse(x)),
|
|
8384
|
+
`Failed to parse 'FirewallRoutes' from JSON`,
|
|
8385
|
+
);
|
|
8386
|
+
}
|
|
8387
|
+
|
|
6996
8388
|
/** @internal */
|
|
6997
8389
|
export const Security$inboundSchema: z.ZodType<
|
|
6998
8390
|
Security,
|
|
@@ -7010,6 +8402,7 @@ export const Security$inboundSchema: z.ZodType<
|
|
|
7010
8402
|
firewallSeawallEnabled: z.boolean().optional(),
|
|
7011
8403
|
ja3Enabled: z.boolean().optional(),
|
|
7012
8404
|
ja4Enabled: z.boolean().optional(),
|
|
8405
|
+
firewallBypassIps: z.array(z.string()).optional(),
|
|
7013
8406
|
});
|
|
7014
8407
|
|
|
7015
8408
|
/** @internal */
|
|
@@ -7024,6 +8417,7 @@ export type Security$Outbound = {
|
|
|
7024
8417
|
firewallSeawallEnabled?: boolean | undefined;
|
|
7025
8418
|
ja3Enabled?: boolean | undefined;
|
|
7026
8419
|
ja4Enabled?: boolean | undefined;
|
|
8420
|
+
firewallBypassIps?: Array<string> | undefined;
|
|
7027
8421
|
};
|
|
7028
8422
|
|
|
7029
8423
|
/** @internal */
|
|
@@ -7043,6 +8437,7 @@ export const Security$outboundSchema: z.ZodType<
|
|
|
7043
8437
|
firewallSeawallEnabled: z.boolean().optional(),
|
|
7044
8438
|
ja3Enabled: z.boolean().optional(),
|
|
7045
8439
|
ja4Enabled: z.boolean().optional(),
|
|
8440
|
+
firewallBypassIps: z.array(z.string()).optional(),
|
|
7046
8441
|
});
|
|
7047
8442
|
|
|
7048
8443
|
/**
|
|
@@ -7058,6 +8453,20 @@ export namespace Security$ {
|
|
|
7058
8453
|
export type Outbound = Security$Outbound;
|
|
7059
8454
|
}
|
|
7060
8455
|
|
|
8456
|
+
export function securityToJSON(security: Security): string {
|
|
8457
|
+
return JSON.stringify(Security$outboundSchema.parse(security));
|
|
8458
|
+
}
|
|
8459
|
+
|
|
8460
|
+
export function securityFromJSON(
|
|
8461
|
+
jsonString: string,
|
|
8462
|
+
): SafeParseResult<Security, SDKValidationError> {
|
|
8463
|
+
return safeParse(
|
|
8464
|
+
jsonString,
|
|
8465
|
+
(x) => Security$inboundSchema.parse(JSON.parse(x)),
|
|
8466
|
+
`Failed to parse 'Security' from JSON`,
|
|
8467
|
+
);
|
|
8468
|
+
}
|
|
8469
|
+
|
|
7061
8470
|
/** @internal */
|
|
7062
8471
|
export const UpdateProjectDataCacheIssuerMode$inboundSchema: z.ZodNativeEnum<
|
|
7063
8472
|
typeof UpdateProjectDataCacheIssuerMode
|
|
@@ -7120,6 +8529,27 @@ export namespace UpdateProjectDataCacheOidcTokenConfig$ {
|
|
|
7120
8529
|
export type Outbound = UpdateProjectDataCacheOidcTokenConfig$Outbound;
|
|
7121
8530
|
}
|
|
7122
8531
|
|
|
8532
|
+
export function updateProjectDataCacheOidcTokenConfigToJSON(
|
|
8533
|
+
updateProjectDataCacheOidcTokenConfig: UpdateProjectDataCacheOidcTokenConfig,
|
|
8534
|
+
): string {
|
|
8535
|
+
return JSON.stringify(
|
|
8536
|
+
UpdateProjectDataCacheOidcTokenConfig$outboundSchema.parse(
|
|
8537
|
+
updateProjectDataCacheOidcTokenConfig,
|
|
8538
|
+
),
|
|
8539
|
+
);
|
|
8540
|
+
}
|
|
8541
|
+
|
|
8542
|
+
export function updateProjectDataCacheOidcTokenConfigFromJSON(
|
|
8543
|
+
jsonString: string,
|
|
8544
|
+
): SafeParseResult<UpdateProjectDataCacheOidcTokenConfig, SDKValidationError> {
|
|
8545
|
+
return safeParse(
|
|
8546
|
+
jsonString,
|
|
8547
|
+
(x) =>
|
|
8548
|
+
UpdateProjectDataCacheOidcTokenConfig$inboundSchema.parse(JSON.parse(x)),
|
|
8549
|
+
`Failed to parse 'UpdateProjectDataCacheOidcTokenConfig' from JSON`,
|
|
8550
|
+
);
|
|
8551
|
+
}
|
|
8552
|
+
|
|
7123
8553
|
/** @internal */
|
|
7124
8554
|
export const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier> = z.nativeEnum(
|
|
7125
8555
|
Tier,
|
|
@@ -7182,6 +8612,7 @@ export const UpdateProjectDataCacheResponseBody$inboundSchema: z.ZodType<
|
|
|
7182
8612
|
z.lazy(() => Link3$inboundSchema),
|
|
7183
8613
|
z.lazy(() => Link2$inboundSchema),
|
|
7184
8614
|
]).optional(),
|
|
8615
|
+
microfrontends: z.lazy(() => Microfrontends$inboundSchema).optional(),
|
|
7185
8616
|
name: z.string(),
|
|
7186
8617
|
nodeVersion: UpdateProjectDataCacheNodeVersion$inboundSchema,
|
|
7187
8618
|
optionsAllowlist: z.nullable(
|
|
@@ -7270,6 +8701,7 @@ export type UpdateProjectDataCacheResponseBody$Outbound = {
|
|
|
7270
8701
|
ipBuckets?: Array<IpBuckets$Outbound> | undefined;
|
|
7271
8702
|
latestDeployments?: Array<LatestDeployments$Outbound> | undefined;
|
|
7272
8703
|
link?: Link1$Outbound | Link3$Outbound | Link2$Outbound | undefined;
|
|
8704
|
+
microfrontends?: Microfrontends$Outbound | undefined;
|
|
7273
8705
|
name: string;
|
|
7274
8706
|
nodeVersion: string;
|
|
7275
8707
|
optionsAllowlist?:
|
|
@@ -7364,6 +8796,7 @@ export const UpdateProjectDataCacheResponseBody$outboundSchema: z.ZodType<
|
|
|
7364
8796
|
z.lazy(() => Link3$outboundSchema),
|
|
7365
8797
|
z.lazy(() => Link2$outboundSchema),
|
|
7366
8798
|
]).optional(),
|
|
8799
|
+
microfrontends: z.lazy(() => Microfrontends$outboundSchema).optional(),
|
|
7367
8800
|
name: z.string(),
|
|
7368
8801
|
nodeVersion: UpdateProjectDataCacheNodeVersion$outboundSchema,
|
|
7369
8802
|
optionsAllowlist: z.nullable(
|
|
@@ -7437,3 +8870,24 @@ export namespace UpdateProjectDataCacheResponseBody$ {
|
|
|
7437
8870
|
/** @deprecated use `UpdateProjectDataCacheResponseBody$Outbound` instead. */
|
|
7438
8871
|
export type Outbound = UpdateProjectDataCacheResponseBody$Outbound;
|
|
7439
8872
|
}
|
|
8873
|
+
|
|
8874
|
+
export function updateProjectDataCacheResponseBodyToJSON(
|
|
8875
|
+
updateProjectDataCacheResponseBody: UpdateProjectDataCacheResponseBody,
|
|
8876
|
+
): string {
|
|
8877
|
+
return JSON.stringify(
|
|
8878
|
+
UpdateProjectDataCacheResponseBody$outboundSchema.parse(
|
|
8879
|
+
updateProjectDataCacheResponseBody,
|
|
8880
|
+
),
|
|
8881
|
+
);
|
|
8882
|
+
}
|
|
8883
|
+
|
|
8884
|
+
export function updateProjectDataCacheResponseBodyFromJSON(
|
|
8885
|
+
jsonString: string,
|
|
8886
|
+
): SafeParseResult<UpdateProjectDataCacheResponseBody, SDKValidationError> {
|
|
8887
|
+
return safeParse(
|
|
8888
|
+
jsonString,
|
|
8889
|
+
(x) =>
|
|
8890
|
+
UpdateProjectDataCacheResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
8891
|
+
`Failed to parse 'UpdateProjectDataCacheResponseBody' from JSON`,
|
|
8892
|
+
);
|
|
8893
|
+
}
|