@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,13 +4,16 @@
|
|
|
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
|
FlagJSONValue,
|
|
10
12
|
FlagJSONValue$inboundSchema,
|
|
11
13
|
FlagJSONValue$Outbound,
|
|
12
14
|
FlagJSONValue$outboundSchema,
|
|
13
15
|
} from "../components/flagjsonvalue.js";
|
|
16
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
14
17
|
|
|
15
18
|
export type GetDeploymentRequest = {
|
|
16
19
|
/**
|
|
@@ -208,6 +211,9 @@ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseB
|
|
|
208
211
|
typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type
|
|
209
212
|
>;
|
|
210
213
|
|
|
214
|
+
/**
|
|
215
|
+
* Allows custom git sources (local folder mounted to the container) in test mode
|
|
216
|
+
*/
|
|
211
217
|
export type GetDeploymentGitSource6 = {
|
|
212
218
|
type:
|
|
213
219
|
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type;
|
|
@@ -352,6 +358,7 @@ export const GetDeploymentResponseBodySource = {
|
|
|
352
358
|
Import: "import",
|
|
353
359
|
ImportRepo: "import/repo",
|
|
354
360
|
Redeploy: "redeploy",
|
|
361
|
+
V0Web: "v0-web",
|
|
355
362
|
} as const;
|
|
356
363
|
export type GetDeploymentResponseBodySource = ClosedEnum<
|
|
357
364
|
typeof GetDeploymentResponseBodySource
|
|
@@ -734,6 +741,9 @@ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType =
|
|
|
734
741
|
typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType
|
|
735
742
|
>;
|
|
736
743
|
|
|
744
|
+
/**
|
|
745
|
+
* Allows custom git sources (local folder mounted to the container) in test mode
|
|
746
|
+
*/
|
|
737
747
|
export type GetDeploymentGitSourceDeployments6 = {
|
|
738
748
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType;
|
|
739
749
|
ref: string;
|
|
@@ -865,6 +875,7 @@ export const ResponseBodySource = {
|
|
|
865
875
|
Import: "import",
|
|
866
876
|
ImportRepo: "import/repo",
|
|
867
877
|
Redeploy: "redeploy",
|
|
878
|
+
V0Web: "v0-web",
|
|
868
879
|
} as const;
|
|
869
880
|
export type ResponseBodySource = ClosedEnum<typeof ResponseBodySource>;
|
|
870
881
|
|
|
@@ -1142,6 +1153,58 @@ export type ResponseBodyFlags =
|
|
|
1142
1153
|
| GetDeploymentFlags1
|
|
1143
1154
|
| Array<GetDeploymentFlags2>;
|
|
1144
1155
|
|
|
1156
|
+
/**
|
|
1157
|
+
* A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment.
|
|
1158
|
+
*/
|
|
1159
|
+
export type GetDeploymentMicrofrontendsApplications = {
|
|
1160
|
+
/**
|
|
1161
|
+
* This is the production alias, it will always show the most up to date of each application.
|
|
1162
|
+
*/
|
|
1163
|
+
productionHost: string;
|
|
1164
|
+
/**
|
|
1165
|
+
* Use the fixed deploymentAlias and deploymentHost so that the microfrontend preview stays in sync with the deployment. These are only present for mono-repos when a single commit creates multiple deployments. If they are not present, productionHost will be used.
|
|
1166
|
+
*/
|
|
1167
|
+
deploymentAlias?: string | undefined;
|
|
1168
|
+
deploymentHost?: string | undefined;
|
|
1169
|
+
};
|
|
1170
|
+
|
|
1171
|
+
export type GetDeploymentMicrofrontends2 = {
|
|
1172
|
+
/**
|
|
1173
|
+
* A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment.
|
|
1174
|
+
*/
|
|
1175
|
+
applications?:
|
|
1176
|
+
| { [k: string]: GetDeploymentMicrofrontendsApplications }
|
|
1177
|
+
| undefined;
|
|
1178
|
+
isDefaultApp: boolean;
|
|
1179
|
+
/**
|
|
1180
|
+
* 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.
|
|
1181
|
+
*/
|
|
1182
|
+
defaultRoute?: string | undefined;
|
|
1183
|
+
/**
|
|
1184
|
+
* The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
1185
|
+
*/
|
|
1186
|
+
groupIds: Array<string>;
|
|
1187
|
+
};
|
|
1188
|
+
|
|
1189
|
+
export type GetDeploymentMicrofrontends1 = {
|
|
1190
|
+
/**
|
|
1191
|
+
* 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.
|
|
1192
|
+
*/
|
|
1193
|
+
isDefaultApp?: boolean | undefined;
|
|
1194
|
+
/**
|
|
1195
|
+
* 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.
|
|
1196
|
+
*/
|
|
1197
|
+
defaultRoute?: string | undefined;
|
|
1198
|
+
/**
|
|
1199
|
+
* The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
1200
|
+
*/
|
|
1201
|
+
groupIds: Array<string>;
|
|
1202
|
+
};
|
|
1203
|
+
|
|
1204
|
+
export type ResponseBodyMicrofrontends =
|
|
1205
|
+
| GetDeploymentMicrofrontends1
|
|
1206
|
+
| GetDeploymentMicrofrontends2;
|
|
1207
|
+
|
|
1145
1208
|
/**
|
|
1146
1209
|
* The deployment including both public and private information
|
|
1147
1210
|
*/
|
|
@@ -1256,6 +1319,10 @@ export type GetDeploymentResponseBody1 = {
|
|
|
1256
1319
|
| null
|
|
1257
1320
|
| undefined;
|
|
1258
1321
|
flags?: GetDeploymentFlags1 | Array<GetDeploymentFlags2> | undefined;
|
|
1322
|
+
microfrontends?:
|
|
1323
|
+
| GetDeploymentMicrofrontends1
|
|
1324
|
+
| GetDeploymentMicrofrontends2
|
|
1325
|
+
| undefined;
|
|
1259
1326
|
};
|
|
1260
1327
|
|
|
1261
1328
|
/**
|
|
@@ -1313,6 +1380,24 @@ export namespace GetDeploymentRequest$ {
|
|
|
1313
1380
|
export type Outbound = GetDeploymentRequest$Outbound;
|
|
1314
1381
|
}
|
|
1315
1382
|
|
|
1383
|
+
export function getDeploymentRequestToJSON(
|
|
1384
|
+
getDeploymentRequest: GetDeploymentRequest,
|
|
1385
|
+
): string {
|
|
1386
|
+
return JSON.stringify(
|
|
1387
|
+
GetDeploymentRequest$outboundSchema.parse(getDeploymentRequest),
|
|
1388
|
+
);
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
export function getDeploymentRequestFromJSON(
|
|
1392
|
+
jsonString: string,
|
|
1393
|
+
): SafeParseResult<GetDeploymentRequest, SDKValidationError> {
|
|
1394
|
+
return safeParse(
|
|
1395
|
+
jsonString,
|
|
1396
|
+
(x) => GetDeploymentRequest$inboundSchema.parse(JSON.parse(x)),
|
|
1397
|
+
`Failed to parse 'GetDeploymentRequest' from JSON`,
|
|
1398
|
+
);
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1316
1401
|
/** @internal */
|
|
1317
1402
|
export const GetDeploymentResponseBodyCreator$inboundSchema: z.ZodType<
|
|
1318
1403
|
GetDeploymentResponseBodyCreator,
|
|
@@ -1355,6 +1440,26 @@ export namespace GetDeploymentResponseBodyCreator$ {
|
|
|
1355
1440
|
export type Outbound = GetDeploymentResponseBodyCreator$Outbound;
|
|
1356
1441
|
}
|
|
1357
1442
|
|
|
1443
|
+
export function getDeploymentResponseBodyCreatorToJSON(
|
|
1444
|
+
getDeploymentResponseBodyCreator: GetDeploymentResponseBodyCreator,
|
|
1445
|
+
): string {
|
|
1446
|
+
return JSON.stringify(
|
|
1447
|
+
GetDeploymentResponseBodyCreator$outboundSchema.parse(
|
|
1448
|
+
getDeploymentResponseBodyCreator,
|
|
1449
|
+
),
|
|
1450
|
+
);
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
export function getDeploymentResponseBodyCreatorFromJSON(
|
|
1454
|
+
jsonString: string,
|
|
1455
|
+
): SafeParseResult<GetDeploymentResponseBodyCreator, SDKValidationError> {
|
|
1456
|
+
return safeParse(
|
|
1457
|
+
jsonString,
|
|
1458
|
+
(x) => GetDeploymentResponseBodyCreator$inboundSchema.parse(JSON.parse(x)),
|
|
1459
|
+
`Failed to parse 'GetDeploymentResponseBodyCreator' from JSON`,
|
|
1460
|
+
);
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1358
1463
|
/** @internal */
|
|
1359
1464
|
export const GetDeploymentResponseBodyDeploymentsReadyState$inboundSchema:
|
|
1360
1465
|
z.ZodNativeEnum<typeof GetDeploymentResponseBodyDeploymentsReadyState> = z
|
|
@@ -1417,6 +1522,26 @@ export namespace GetDeploymentResponseBodyOutput$ {
|
|
|
1417
1522
|
export type Outbound = GetDeploymentResponseBodyOutput$Outbound;
|
|
1418
1523
|
}
|
|
1419
1524
|
|
|
1525
|
+
export function getDeploymentResponseBodyOutputToJSON(
|
|
1526
|
+
getDeploymentResponseBodyOutput: GetDeploymentResponseBodyOutput,
|
|
1527
|
+
): string {
|
|
1528
|
+
return JSON.stringify(
|
|
1529
|
+
GetDeploymentResponseBodyOutput$outboundSchema.parse(
|
|
1530
|
+
getDeploymentResponseBodyOutput,
|
|
1531
|
+
),
|
|
1532
|
+
);
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
export function getDeploymentResponseBodyOutputFromJSON(
|
|
1536
|
+
jsonString: string,
|
|
1537
|
+
): SafeParseResult<GetDeploymentResponseBodyOutput, SDKValidationError> {
|
|
1538
|
+
return safeParse(
|
|
1539
|
+
jsonString,
|
|
1540
|
+
(x) => GetDeploymentResponseBodyOutput$inboundSchema.parse(JSON.parse(x)),
|
|
1541
|
+
`Failed to parse 'GetDeploymentResponseBodyOutput' from JSON`,
|
|
1542
|
+
);
|
|
1543
|
+
}
|
|
1544
|
+
|
|
1420
1545
|
/** @internal */
|
|
1421
1546
|
export const ResponseBodyLambdas$inboundSchema: z.ZodType<
|
|
1422
1547
|
ResponseBodyLambdas,
|
|
@@ -1470,6 +1595,24 @@ export namespace ResponseBodyLambdas$ {
|
|
|
1470
1595
|
export type Outbound = ResponseBodyLambdas$Outbound;
|
|
1471
1596
|
}
|
|
1472
1597
|
|
|
1598
|
+
export function responseBodyLambdasToJSON(
|
|
1599
|
+
responseBodyLambdas: ResponseBodyLambdas,
|
|
1600
|
+
): string {
|
|
1601
|
+
return JSON.stringify(
|
|
1602
|
+
ResponseBodyLambdas$outboundSchema.parse(responseBodyLambdas),
|
|
1603
|
+
);
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
export function responseBodyLambdasFromJSON(
|
|
1607
|
+
jsonString: string,
|
|
1608
|
+
): SafeParseResult<ResponseBodyLambdas, SDKValidationError> {
|
|
1609
|
+
return safeParse(
|
|
1610
|
+
jsonString,
|
|
1611
|
+
(x) => ResponseBodyLambdas$inboundSchema.parse(JSON.parse(x)),
|
|
1612
|
+
`Failed to parse 'ResponseBodyLambdas' from JSON`,
|
|
1613
|
+
);
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1473
1616
|
/** @internal */
|
|
1474
1617
|
export const GetDeploymentResponseBodyStatus$inboundSchema: z.ZodNativeEnum<
|
|
1475
1618
|
typeof GetDeploymentResponseBodyStatus
|
|
@@ -1536,6 +1679,24 @@ export namespace ResponseBodyTeam$ {
|
|
|
1536
1679
|
export type Outbound = ResponseBodyTeam$Outbound;
|
|
1537
1680
|
}
|
|
1538
1681
|
|
|
1682
|
+
export function responseBodyTeamToJSON(
|
|
1683
|
+
responseBodyTeam: ResponseBodyTeam,
|
|
1684
|
+
): string {
|
|
1685
|
+
return JSON.stringify(
|
|
1686
|
+
ResponseBodyTeam$outboundSchema.parse(responseBodyTeam),
|
|
1687
|
+
);
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
export function responseBodyTeamFromJSON(
|
|
1691
|
+
jsonString: string,
|
|
1692
|
+
): SafeParseResult<ResponseBodyTeam, SDKValidationError> {
|
|
1693
|
+
return safeParse(
|
|
1694
|
+
jsonString,
|
|
1695
|
+
(x) => ResponseBodyTeam$inboundSchema.parse(JSON.parse(x)),
|
|
1696
|
+
`Failed to parse 'ResponseBodyTeam' from JSON`,
|
|
1697
|
+
);
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1539
1700
|
/** @internal */
|
|
1540
1701
|
export const GetDeploymentCustomEnvironment2$inboundSchema: z.ZodType<
|
|
1541
1702
|
GetDeploymentCustomEnvironment2,
|
|
@@ -1572,6 +1733,26 @@ export namespace GetDeploymentCustomEnvironment2$ {
|
|
|
1572
1733
|
export type Outbound = GetDeploymentCustomEnvironment2$Outbound;
|
|
1573
1734
|
}
|
|
1574
1735
|
|
|
1736
|
+
export function getDeploymentCustomEnvironment2ToJSON(
|
|
1737
|
+
getDeploymentCustomEnvironment2: GetDeploymentCustomEnvironment2,
|
|
1738
|
+
): string {
|
|
1739
|
+
return JSON.stringify(
|
|
1740
|
+
GetDeploymentCustomEnvironment2$outboundSchema.parse(
|
|
1741
|
+
getDeploymentCustomEnvironment2,
|
|
1742
|
+
),
|
|
1743
|
+
);
|
|
1744
|
+
}
|
|
1745
|
+
|
|
1746
|
+
export function getDeploymentCustomEnvironment2FromJSON(
|
|
1747
|
+
jsonString: string,
|
|
1748
|
+
): SafeParseResult<GetDeploymentCustomEnvironment2, SDKValidationError> {
|
|
1749
|
+
return safeParse(
|
|
1750
|
+
jsonString,
|
|
1751
|
+
(x) => GetDeploymentCustomEnvironment2$inboundSchema.parse(JSON.parse(x)),
|
|
1752
|
+
`Failed to parse 'GetDeploymentCustomEnvironment2' from JSON`,
|
|
1753
|
+
);
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1575
1756
|
/** @internal */
|
|
1576
1757
|
export const GetDeploymentCustomEnvironment1$inboundSchema: z.ZodType<
|
|
1577
1758
|
GetDeploymentCustomEnvironment1,
|
|
@@ -1602,6 +1783,26 @@ export namespace GetDeploymentCustomEnvironment1$ {
|
|
|
1602
1783
|
export type Outbound = GetDeploymentCustomEnvironment1$Outbound;
|
|
1603
1784
|
}
|
|
1604
1785
|
|
|
1786
|
+
export function getDeploymentCustomEnvironment1ToJSON(
|
|
1787
|
+
getDeploymentCustomEnvironment1: GetDeploymentCustomEnvironment1,
|
|
1788
|
+
): string {
|
|
1789
|
+
return JSON.stringify(
|
|
1790
|
+
GetDeploymentCustomEnvironment1$outboundSchema.parse(
|
|
1791
|
+
getDeploymentCustomEnvironment1,
|
|
1792
|
+
),
|
|
1793
|
+
);
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
export function getDeploymentCustomEnvironment1FromJSON(
|
|
1797
|
+
jsonString: string,
|
|
1798
|
+
): SafeParseResult<GetDeploymentCustomEnvironment1, SDKValidationError> {
|
|
1799
|
+
return safeParse(
|
|
1800
|
+
jsonString,
|
|
1801
|
+
(x) => GetDeploymentCustomEnvironment1$inboundSchema.parse(JSON.parse(x)),
|
|
1802
|
+
`Failed to parse 'GetDeploymentCustomEnvironment1' from JSON`,
|
|
1803
|
+
);
|
|
1804
|
+
}
|
|
1805
|
+
|
|
1605
1806
|
/** @internal */
|
|
1606
1807
|
export const ResponseBodyCustomEnvironment$inboundSchema: z.ZodType<
|
|
1607
1808
|
ResponseBodyCustomEnvironment,
|
|
@@ -1640,6 +1841,26 @@ export namespace ResponseBodyCustomEnvironment$ {
|
|
|
1640
1841
|
export type Outbound = ResponseBodyCustomEnvironment$Outbound;
|
|
1641
1842
|
}
|
|
1642
1843
|
|
|
1844
|
+
export function responseBodyCustomEnvironmentToJSON(
|
|
1845
|
+
responseBodyCustomEnvironment: ResponseBodyCustomEnvironment,
|
|
1846
|
+
): string {
|
|
1847
|
+
return JSON.stringify(
|
|
1848
|
+
ResponseBodyCustomEnvironment$outboundSchema.parse(
|
|
1849
|
+
responseBodyCustomEnvironment,
|
|
1850
|
+
),
|
|
1851
|
+
);
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
export function responseBodyCustomEnvironmentFromJSON(
|
|
1855
|
+
jsonString: string,
|
|
1856
|
+
): SafeParseResult<ResponseBodyCustomEnvironment, SDKValidationError> {
|
|
1857
|
+
return safeParse(
|
|
1858
|
+
jsonString,
|
|
1859
|
+
(x) => ResponseBodyCustomEnvironment$inboundSchema.parse(JSON.parse(x)),
|
|
1860
|
+
`Failed to parse 'ResponseBodyCustomEnvironment' from JSON`,
|
|
1861
|
+
);
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1643
1864
|
/** @internal */
|
|
1644
1865
|
export const ResponseBodyAliasWarning$inboundSchema: z.ZodType<
|
|
1645
1866
|
ResponseBodyAliasWarning,
|
|
@@ -1685,6 +1906,24 @@ export namespace ResponseBodyAliasWarning$ {
|
|
|
1685
1906
|
export type Outbound = ResponseBodyAliasWarning$Outbound;
|
|
1686
1907
|
}
|
|
1687
1908
|
|
|
1909
|
+
export function responseBodyAliasWarningToJSON(
|
|
1910
|
+
responseBodyAliasWarning: ResponseBodyAliasWarning,
|
|
1911
|
+
): string {
|
|
1912
|
+
return JSON.stringify(
|
|
1913
|
+
ResponseBodyAliasWarning$outboundSchema.parse(responseBodyAliasWarning),
|
|
1914
|
+
);
|
|
1915
|
+
}
|
|
1916
|
+
|
|
1917
|
+
export function responseBodyAliasWarningFromJSON(
|
|
1918
|
+
jsonString: string,
|
|
1919
|
+
): SafeParseResult<ResponseBodyAliasWarning, SDKValidationError> {
|
|
1920
|
+
return safeParse(
|
|
1921
|
+
jsonString,
|
|
1922
|
+
(x) => ResponseBodyAliasWarning$inboundSchema.parse(JSON.parse(x)),
|
|
1923
|
+
`Failed to parse 'ResponseBodyAliasWarning' from JSON`,
|
|
1924
|
+
);
|
|
1925
|
+
}
|
|
1926
|
+
|
|
1688
1927
|
/** @internal */
|
|
1689
1928
|
export const GetDeploymentResponseBodyType$inboundSchema: z.ZodNativeEnum<
|
|
1690
1929
|
typeof GetDeploymentResponseBodyType
|
|
@@ -1770,6 +2009,27 @@ export namespace GetDeploymentResponseBodyAliasError$ {
|
|
|
1770
2009
|
export type Outbound = GetDeploymentResponseBodyAliasError$Outbound;
|
|
1771
2010
|
}
|
|
1772
2011
|
|
|
2012
|
+
export function getDeploymentResponseBodyAliasErrorToJSON(
|
|
2013
|
+
getDeploymentResponseBodyAliasError: GetDeploymentResponseBodyAliasError,
|
|
2014
|
+
): string {
|
|
2015
|
+
return JSON.stringify(
|
|
2016
|
+
GetDeploymentResponseBodyAliasError$outboundSchema.parse(
|
|
2017
|
+
getDeploymentResponseBodyAliasError,
|
|
2018
|
+
),
|
|
2019
|
+
);
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
export function getDeploymentResponseBodyAliasErrorFromJSON(
|
|
2023
|
+
jsonString: string,
|
|
2024
|
+
): SafeParseResult<GetDeploymentResponseBodyAliasError, SDKValidationError> {
|
|
2025
|
+
return safeParse(
|
|
2026
|
+
jsonString,
|
|
2027
|
+
(x) =>
|
|
2028
|
+
GetDeploymentResponseBodyAliasError$inboundSchema.parse(JSON.parse(x)),
|
|
2029
|
+
`Failed to parse 'GetDeploymentResponseBodyAliasError' from JSON`,
|
|
2030
|
+
);
|
|
2031
|
+
}
|
|
2032
|
+
|
|
1773
2033
|
/** @internal */
|
|
1774
2034
|
export const GetDeploymentResponseBodyChecksState$inboundSchema:
|
|
1775
2035
|
z.ZodNativeEnum<typeof GetDeploymentResponseBodyChecksState> = z.nativeEnum(
|
|
@@ -1901,6 +2161,24 @@ export namespace GetDeploymentGitSource9$ {
|
|
|
1901
2161
|
export type Outbound = GetDeploymentGitSource9$Outbound;
|
|
1902
2162
|
}
|
|
1903
2163
|
|
|
2164
|
+
export function getDeploymentGitSource9ToJSON(
|
|
2165
|
+
getDeploymentGitSource9: GetDeploymentGitSource9,
|
|
2166
|
+
): string {
|
|
2167
|
+
return JSON.stringify(
|
|
2168
|
+
GetDeploymentGitSource9$outboundSchema.parse(getDeploymentGitSource9),
|
|
2169
|
+
);
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2172
|
+
export function getDeploymentGitSource9FromJSON(
|
|
2173
|
+
jsonString: string,
|
|
2174
|
+
): SafeParseResult<GetDeploymentGitSource9, SDKValidationError> {
|
|
2175
|
+
return safeParse(
|
|
2176
|
+
jsonString,
|
|
2177
|
+
(x) => GetDeploymentGitSource9$inboundSchema.parse(JSON.parse(x)),
|
|
2178
|
+
`Failed to parse 'GetDeploymentGitSource9' from JSON`,
|
|
2179
|
+
);
|
|
2180
|
+
}
|
|
2181
|
+
|
|
1904
2182
|
/** @internal */
|
|
1905
2183
|
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$inboundSchema:
|
|
1906
2184
|
z.ZodNativeEnum<
|
|
@@ -1976,6 +2254,24 @@ export namespace GetDeploymentGitSource8$ {
|
|
|
1976
2254
|
export type Outbound = GetDeploymentGitSource8$Outbound;
|
|
1977
2255
|
}
|
|
1978
2256
|
|
|
2257
|
+
export function getDeploymentGitSource8ToJSON(
|
|
2258
|
+
getDeploymentGitSource8: GetDeploymentGitSource8,
|
|
2259
|
+
): string {
|
|
2260
|
+
return JSON.stringify(
|
|
2261
|
+
GetDeploymentGitSource8$outboundSchema.parse(getDeploymentGitSource8),
|
|
2262
|
+
);
|
|
2263
|
+
}
|
|
2264
|
+
|
|
2265
|
+
export function getDeploymentGitSource8FromJSON(
|
|
2266
|
+
jsonString: string,
|
|
2267
|
+
): SafeParseResult<GetDeploymentGitSource8, SDKValidationError> {
|
|
2268
|
+
return safeParse(
|
|
2269
|
+
jsonString,
|
|
2270
|
+
(x) => GetDeploymentGitSource8$inboundSchema.parse(JSON.parse(x)),
|
|
2271
|
+
`Failed to parse 'GetDeploymentGitSource8' from JSON`,
|
|
2272
|
+
);
|
|
2273
|
+
}
|
|
2274
|
+
|
|
1979
2275
|
/** @internal */
|
|
1980
2276
|
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$inboundSchema:
|
|
1981
2277
|
z.ZodNativeEnum<
|
|
@@ -2057,6 +2353,24 @@ export namespace GetDeploymentGitSource7$ {
|
|
|
2057
2353
|
export type Outbound = GetDeploymentGitSource7$Outbound;
|
|
2058
2354
|
}
|
|
2059
2355
|
|
|
2356
|
+
export function getDeploymentGitSource7ToJSON(
|
|
2357
|
+
getDeploymentGitSource7: GetDeploymentGitSource7,
|
|
2358
|
+
): string {
|
|
2359
|
+
return JSON.stringify(
|
|
2360
|
+
GetDeploymentGitSource7$outboundSchema.parse(getDeploymentGitSource7),
|
|
2361
|
+
);
|
|
2362
|
+
}
|
|
2363
|
+
|
|
2364
|
+
export function getDeploymentGitSource7FromJSON(
|
|
2365
|
+
jsonString: string,
|
|
2366
|
+
): SafeParseResult<GetDeploymentGitSource7, SDKValidationError> {
|
|
2367
|
+
return safeParse(
|
|
2368
|
+
jsonString,
|
|
2369
|
+
(x) => GetDeploymentGitSource7$inboundSchema.parse(JSON.parse(x)),
|
|
2370
|
+
`Failed to parse 'GetDeploymentGitSource7' from JSON`,
|
|
2371
|
+
);
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2060
2374
|
/** @internal */
|
|
2061
2375
|
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type$inboundSchema:
|
|
2062
2376
|
z.ZodNativeEnum<
|
|
@@ -2132,6 +2446,24 @@ export namespace GetDeploymentGitSource6$ {
|
|
|
2132
2446
|
export type Outbound = GetDeploymentGitSource6$Outbound;
|
|
2133
2447
|
}
|
|
2134
2448
|
|
|
2449
|
+
export function getDeploymentGitSource6ToJSON(
|
|
2450
|
+
getDeploymentGitSource6: GetDeploymentGitSource6,
|
|
2451
|
+
): string {
|
|
2452
|
+
return JSON.stringify(
|
|
2453
|
+
GetDeploymentGitSource6$outboundSchema.parse(getDeploymentGitSource6),
|
|
2454
|
+
);
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2457
|
+
export function getDeploymentGitSource6FromJSON(
|
|
2458
|
+
jsonString: string,
|
|
2459
|
+
): SafeParseResult<GetDeploymentGitSource6, SDKValidationError> {
|
|
2460
|
+
return safeParse(
|
|
2461
|
+
jsonString,
|
|
2462
|
+
(x) => GetDeploymentGitSource6$inboundSchema.parse(JSON.parse(x)),
|
|
2463
|
+
`Failed to parse 'GetDeploymentGitSource6' from JSON`,
|
|
2464
|
+
);
|
|
2465
|
+
}
|
|
2466
|
+
|
|
2135
2467
|
/** @internal */
|
|
2136
2468
|
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type$inboundSchema:
|
|
2137
2469
|
z.ZodNativeEnum<
|
|
@@ -2213,6 +2545,24 @@ export namespace GetDeploymentGitSource5$ {
|
|
|
2213
2545
|
export type Outbound = GetDeploymentGitSource5$Outbound;
|
|
2214
2546
|
}
|
|
2215
2547
|
|
|
2548
|
+
export function getDeploymentGitSource5ToJSON(
|
|
2549
|
+
getDeploymentGitSource5: GetDeploymentGitSource5,
|
|
2550
|
+
): string {
|
|
2551
|
+
return JSON.stringify(
|
|
2552
|
+
GetDeploymentGitSource5$outboundSchema.parse(getDeploymentGitSource5),
|
|
2553
|
+
);
|
|
2554
|
+
}
|
|
2555
|
+
|
|
2556
|
+
export function getDeploymentGitSource5FromJSON(
|
|
2557
|
+
jsonString: string,
|
|
2558
|
+
): SafeParseResult<GetDeploymentGitSource5, SDKValidationError> {
|
|
2559
|
+
return safeParse(
|
|
2560
|
+
jsonString,
|
|
2561
|
+
(x) => GetDeploymentGitSource5$inboundSchema.parse(JSON.parse(x)),
|
|
2562
|
+
`Failed to parse 'GetDeploymentGitSource5' from JSON`,
|
|
2563
|
+
);
|
|
2564
|
+
}
|
|
2565
|
+
|
|
2216
2566
|
/** @internal */
|
|
2217
2567
|
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody24Type$inboundSchema:
|
|
2218
2568
|
z.ZodNativeEnum<
|
|
@@ -2294,6 +2644,24 @@ export namespace GetDeploymentGitSource4$ {
|
|
|
2294
2644
|
export type Outbound = GetDeploymentGitSource4$Outbound;
|
|
2295
2645
|
}
|
|
2296
2646
|
|
|
2647
|
+
export function getDeploymentGitSource4ToJSON(
|
|
2648
|
+
getDeploymentGitSource4: GetDeploymentGitSource4,
|
|
2649
|
+
): string {
|
|
2650
|
+
return JSON.stringify(
|
|
2651
|
+
GetDeploymentGitSource4$outboundSchema.parse(getDeploymentGitSource4),
|
|
2652
|
+
);
|
|
2653
|
+
}
|
|
2654
|
+
|
|
2655
|
+
export function getDeploymentGitSource4FromJSON(
|
|
2656
|
+
jsonString: string,
|
|
2657
|
+
): SafeParseResult<GetDeploymentGitSource4, SDKValidationError> {
|
|
2658
|
+
return safeParse(
|
|
2659
|
+
jsonString,
|
|
2660
|
+
(x) => GetDeploymentGitSource4$inboundSchema.parse(JSON.parse(x)),
|
|
2661
|
+
`Failed to parse 'GetDeploymentGitSource4' from JSON`,
|
|
2662
|
+
);
|
|
2663
|
+
}
|
|
2664
|
+
|
|
2297
2665
|
/** @internal */
|
|
2298
2666
|
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type$inboundSchema:
|
|
2299
2667
|
z.ZodNativeEnum<
|
|
@@ -2355,6 +2723,33 @@ export namespace GetDeploymentGitSourceDeploymentsProjectId$ {
|
|
|
2355
2723
|
export type Outbound = GetDeploymentGitSourceDeploymentsProjectId$Outbound;
|
|
2356
2724
|
}
|
|
2357
2725
|
|
|
2726
|
+
export function getDeploymentGitSourceDeploymentsProjectIdToJSON(
|
|
2727
|
+
getDeploymentGitSourceDeploymentsProjectId:
|
|
2728
|
+
GetDeploymentGitSourceDeploymentsProjectId,
|
|
2729
|
+
): string {
|
|
2730
|
+
return JSON.stringify(
|
|
2731
|
+
GetDeploymentGitSourceDeploymentsProjectId$outboundSchema.parse(
|
|
2732
|
+
getDeploymentGitSourceDeploymentsProjectId,
|
|
2733
|
+
),
|
|
2734
|
+
);
|
|
2735
|
+
}
|
|
2736
|
+
|
|
2737
|
+
export function getDeploymentGitSourceDeploymentsProjectIdFromJSON(
|
|
2738
|
+
jsonString: string,
|
|
2739
|
+
): SafeParseResult<
|
|
2740
|
+
GetDeploymentGitSourceDeploymentsProjectId,
|
|
2741
|
+
SDKValidationError
|
|
2742
|
+
> {
|
|
2743
|
+
return safeParse(
|
|
2744
|
+
jsonString,
|
|
2745
|
+
(x) =>
|
|
2746
|
+
GetDeploymentGitSourceDeploymentsProjectId$inboundSchema.parse(
|
|
2747
|
+
JSON.parse(x),
|
|
2748
|
+
),
|
|
2749
|
+
`Failed to parse 'GetDeploymentGitSourceDeploymentsProjectId' from JSON`,
|
|
2750
|
+
);
|
|
2751
|
+
}
|
|
2752
|
+
|
|
2358
2753
|
/** @internal */
|
|
2359
2754
|
export const GetDeploymentGitSource3$inboundSchema: z.ZodType<
|
|
2360
2755
|
GetDeploymentGitSource3,
|
|
@@ -2405,6 +2800,24 @@ export namespace GetDeploymentGitSource3$ {
|
|
|
2405
2800
|
export type Outbound = GetDeploymentGitSource3$Outbound;
|
|
2406
2801
|
}
|
|
2407
2802
|
|
|
2803
|
+
export function getDeploymentGitSource3ToJSON(
|
|
2804
|
+
getDeploymentGitSource3: GetDeploymentGitSource3,
|
|
2805
|
+
): string {
|
|
2806
|
+
return JSON.stringify(
|
|
2807
|
+
GetDeploymentGitSource3$outboundSchema.parse(getDeploymentGitSource3),
|
|
2808
|
+
);
|
|
2809
|
+
}
|
|
2810
|
+
|
|
2811
|
+
export function getDeploymentGitSource3FromJSON(
|
|
2812
|
+
jsonString: string,
|
|
2813
|
+
): SafeParseResult<GetDeploymentGitSource3, SDKValidationError> {
|
|
2814
|
+
return safeParse(
|
|
2815
|
+
jsonString,
|
|
2816
|
+
(x) => GetDeploymentGitSource3$inboundSchema.parse(JSON.parse(x)),
|
|
2817
|
+
`Failed to parse 'GetDeploymentGitSource3' from JSON`,
|
|
2818
|
+
);
|
|
2819
|
+
}
|
|
2820
|
+
|
|
2408
2821
|
/** @internal */
|
|
2409
2822
|
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody22Type$inboundSchema:
|
|
2410
2823
|
z.ZodNativeEnum<
|
|
@@ -2486,6 +2899,24 @@ export namespace GetDeploymentGitSource2$ {
|
|
|
2486
2899
|
export type Outbound = GetDeploymentGitSource2$Outbound;
|
|
2487
2900
|
}
|
|
2488
2901
|
|
|
2902
|
+
export function getDeploymentGitSource2ToJSON(
|
|
2903
|
+
getDeploymentGitSource2: GetDeploymentGitSource2,
|
|
2904
|
+
): string {
|
|
2905
|
+
return JSON.stringify(
|
|
2906
|
+
GetDeploymentGitSource2$outboundSchema.parse(getDeploymentGitSource2),
|
|
2907
|
+
);
|
|
2908
|
+
}
|
|
2909
|
+
|
|
2910
|
+
export function getDeploymentGitSource2FromJSON(
|
|
2911
|
+
jsonString: string,
|
|
2912
|
+
): SafeParseResult<GetDeploymentGitSource2, SDKValidationError> {
|
|
2913
|
+
return safeParse(
|
|
2914
|
+
jsonString,
|
|
2915
|
+
(x) => GetDeploymentGitSource2$inboundSchema.parse(JSON.parse(x)),
|
|
2916
|
+
`Failed to parse 'GetDeploymentGitSource2' from JSON`,
|
|
2917
|
+
);
|
|
2918
|
+
}
|
|
2919
|
+
|
|
2489
2920
|
/** @internal */
|
|
2490
2921
|
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody2Type$inboundSchema:
|
|
2491
2922
|
z.ZodNativeEnum<
|
|
@@ -2546,6 +2977,33 @@ export namespace GetDeploymentGitSourceDeploymentsRepoId$ {
|
|
|
2546
2977
|
export type Outbound = GetDeploymentGitSourceDeploymentsRepoId$Outbound;
|
|
2547
2978
|
}
|
|
2548
2979
|
|
|
2980
|
+
export function getDeploymentGitSourceDeploymentsRepoIdToJSON(
|
|
2981
|
+
getDeploymentGitSourceDeploymentsRepoId:
|
|
2982
|
+
GetDeploymentGitSourceDeploymentsRepoId,
|
|
2983
|
+
): string {
|
|
2984
|
+
return JSON.stringify(
|
|
2985
|
+
GetDeploymentGitSourceDeploymentsRepoId$outboundSchema.parse(
|
|
2986
|
+
getDeploymentGitSourceDeploymentsRepoId,
|
|
2987
|
+
),
|
|
2988
|
+
);
|
|
2989
|
+
}
|
|
2990
|
+
|
|
2991
|
+
export function getDeploymentGitSourceDeploymentsRepoIdFromJSON(
|
|
2992
|
+
jsonString: string,
|
|
2993
|
+
): SafeParseResult<
|
|
2994
|
+
GetDeploymentGitSourceDeploymentsRepoId,
|
|
2995
|
+
SDKValidationError
|
|
2996
|
+
> {
|
|
2997
|
+
return safeParse(
|
|
2998
|
+
jsonString,
|
|
2999
|
+
(x) =>
|
|
3000
|
+
GetDeploymentGitSourceDeploymentsRepoId$inboundSchema.parse(
|
|
3001
|
+
JSON.parse(x),
|
|
3002
|
+
),
|
|
3003
|
+
`Failed to parse 'GetDeploymentGitSourceDeploymentsRepoId' from JSON`,
|
|
3004
|
+
);
|
|
3005
|
+
}
|
|
3006
|
+
|
|
2549
3007
|
/** @internal */
|
|
2550
3008
|
export const GetDeploymentGitSource1$inboundSchema: z.ZodType<
|
|
2551
3009
|
GetDeploymentGitSource1,
|
|
@@ -2596,6 +3054,24 @@ export namespace GetDeploymentGitSource1$ {
|
|
|
2596
3054
|
export type Outbound = GetDeploymentGitSource1$Outbound;
|
|
2597
3055
|
}
|
|
2598
3056
|
|
|
3057
|
+
export function getDeploymentGitSource1ToJSON(
|
|
3058
|
+
getDeploymentGitSource1: GetDeploymentGitSource1,
|
|
3059
|
+
): string {
|
|
3060
|
+
return JSON.stringify(
|
|
3061
|
+
GetDeploymentGitSource1$outboundSchema.parse(getDeploymentGitSource1),
|
|
3062
|
+
);
|
|
3063
|
+
}
|
|
3064
|
+
|
|
3065
|
+
export function getDeploymentGitSource1FromJSON(
|
|
3066
|
+
jsonString: string,
|
|
3067
|
+
): SafeParseResult<GetDeploymentGitSource1, SDKValidationError> {
|
|
3068
|
+
return safeParse(
|
|
3069
|
+
jsonString,
|
|
3070
|
+
(x) => GetDeploymentGitSource1$inboundSchema.parse(JSON.parse(x)),
|
|
3071
|
+
`Failed to parse 'GetDeploymentGitSource1' from JSON`,
|
|
3072
|
+
);
|
|
3073
|
+
}
|
|
3074
|
+
|
|
2599
3075
|
/** @internal */
|
|
2600
3076
|
export const ResponseBodyGitSource$inboundSchema: z.ZodType<
|
|
2601
3077
|
ResponseBodyGitSource,
|
|
@@ -2655,6 +3131,24 @@ export namespace ResponseBodyGitSource$ {
|
|
|
2655
3131
|
export type Outbound = ResponseBodyGitSource$Outbound;
|
|
2656
3132
|
}
|
|
2657
3133
|
|
|
3134
|
+
export function responseBodyGitSourceToJSON(
|
|
3135
|
+
responseBodyGitSource: ResponseBodyGitSource,
|
|
3136
|
+
): string {
|
|
3137
|
+
return JSON.stringify(
|
|
3138
|
+
ResponseBodyGitSource$outboundSchema.parse(responseBodyGitSource),
|
|
3139
|
+
);
|
|
3140
|
+
}
|
|
3141
|
+
|
|
3142
|
+
export function responseBodyGitSourceFromJSON(
|
|
3143
|
+
jsonString: string,
|
|
3144
|
+
): SafeParseResult<ResponseBodyGitSource, SDKValidationError> {
|
|
3145
|
+
return safeParse(
|
|
3146
|
+
jsonString,
|
|
3147
|
+
(x) => ResponseBodyGitSource$inboundSchema.parse(JSON.parse(x)),
|
|
3148
|
+
`Failed to parse 'ResponseBodyGitSource' from JSON`,
|
|
3149
|
+
);
|
|
3150
|
+
}
|
|
3151
|
+
|
|
2658
3152
|
/** @internal */
|
|
2659
3153
|
export const GetDeploymentResponseBodyProject$inboundSchema: z.ZodType<
|
|
2660
3154
|
GetDeploymentResponseBodyProject,
|
|
@@ -2697,6 +3191,26 @@ export namespace GetDeploymentResponseBodyProject$ {
|
|
|
2697
3191
|
export type Outbound = GetDeploymentResponseBodyProject$Outbound;
|
|
2698
3192
|
}
|
|
2699
3193
|
|
|
3194
|
+
export function getDeploymentResponseBodyProjectToJSON(
|
|
3195
|
+
getDeploymentResponseBodyProject: GetDeploymentResponseBodyProject,
|
|
3196
|
+
): string {
|
|
3197
|
+
return JSON.stringify(
|
|
3198
|
+
GetDeploymentResponseBodyProject$outboundSchema.parse(
|
|
3199
|
+
getDeploymentResponseBodyProject,
|
|
3200
|
+
),
|
|
3201
|
+
);
|
|
3202
|
+
}
|
|
3203
|
+
|
|
3204
|
+
export function getDeploymentResponseBodyProjectFromJSON(
|
|
3205
|
+
jsonString: string,
|
|
3206
|
+
): SafeParseResult<GetDeploymentResponseBodyProject, SDKValidationError> {
|
|
3207
|
+
return safeParse(
|
|
3208
|
+
jsonString,
|
|
3209
|
+
(x) => GetDeploymentResponseBodyProject$inboundSchema.parse(JSON.parse(x)),
|
|
3210
|
+
`Failed to parse 'GetDeploymentResponseBodyProject' from JSON`,
|
|
3211
|
+
);
|
|
3212
|
+
}
|
|
3213
|
+
|
|
2700
3214
|
/** @internal */
|
|
2701
3215
|
export const GetDeploymentResponseBodyReadySubstate$inboundSchema:
|
|
2702
3216
|
z.ZodNativeEnum<typeof GetDeploymentResponseBodyReadySubstate> = z.nativeEnum(
|
|
@@ -2835,6 +3349,33 @@ export namespace GetDeploymentResponseBodyOidcTokenClaims$ {
|
|
|
2835
3349
|
export type Outbound = GetDeploymentResponseBodyOidcTokenClaims$Outbound;
|
|
2836
3350
|
}
|
|
2837
3351
|
|
|
3352
|
+
export function getDeploymentResponseBodyOidcTokenClaimsToJSON(
|
|
3353
|
+
getDeploymentResponseBodyOidcTokenClaims:
|
|
3354
|
+
GetDeploymentResponseBodyOidcTokenClaims,
|
|
3355
|
+
): string {
|
|
3356
|
+
return JSON.stringify(
|
|
3357
|
+
GetDeploymentResponseBodyOidcTokenClaims$outboundSchema.parse(
|
|
3358
|
+
getDeploymentResponseBodyOidcTokenClaims,
|
|
3359
|
+
),
|
|
3360
|
+
);
|
|
3361
|
+
}
|
|
3362
|
+
|
|
3363
|
+
export function getDeploymentResponseBodyOidcTokenClaimsFromJSON(
|
|
3364
|
+
jsonString: string,
|
|
3365
|
+
): SafeParseResult<
|
|
3366
|
+
GetDeploymentResponseBodyOidcTokenClaims,
|
|
3367
|
+
SDKValidationError
|
|
3368
|
+
> {
|
|
3369
|
+
return safeParse(
|
|
3370
|
+
jsonString,
|
|
3371
|
+
(x) =>
|
|
3372
|
+
GetDeploymentResponseBodyOidcTokenClaims$inboundSchema.parse(
|
|
3373
|
+
JSON.parse(x),
|
|
3374
|
+
),
|
|
3375
|
+
`Failed to parse 'GetDeploymentResponseBodyOidcTokenClaims' from JSON`,
|
|
3376
|
+
);
|
|
3377
|
+
}
|
|
3378
|
+
|
|
2838
3379
|
/** @internal */
|
|
2839
3380
|
export const GetDeploymentResponseBody2$inboundSchema: z.ZodType<
|
|
2840
3381
|
GetDeploymentResponseBody2,
|
|
@@ -3076,6 +3617,24 @@ export namespace GetDeploymentResponseBody2$ {
|
|
|
3076
3617
|
export type Outbound = GetDeploymentResponseBody2$Outbound;
|
|
3077
3618
|
}
|
|
3078
3619
|
|
|
3620
|
+
export function getDeploymentResponseBody2ToJSON(
|
|
3621
|
+
getDeploymentResponseBody2: GetDeploymentResponseBody2,
|
|
3622
|
+
): string {
|
|
3623
|
+
return JSON.stringify(
|
|
3624
|
+
GetDeploymentResponseBody2$outboundSchema.parse(getDeploymentResponseBody2),
|
|
3625
|
+
);
|
|
3626
|
+
}
|
|
3627
|
+
|
|
3628
|
+
export function getDeploymentResponseBody2FromJSON(
|
|
3629
|
+
jsonString: string,
|
|
3630
|
+
): SafeParseResult<GetDeploymentResponseBody2, SDKValidationError> {
|
|
3631
|
+
return safeParse(
|
|
3632
|
+
jsonString,
|
|
3633
|
+
(x) => GetDeploymentResponseBody2$inboundSchema.parse(JSON.parse(x)),
|
|
3634
|
+
`Failed to parse 'GetDeploymentResponseBody2' from JSON`,
|
|
3635
|
+
);
|
|
3636
|
+
}
|
|
3637
|
+
|
|
3079
3638
|
/** @internal */
|
|
3080
3639
|
export const ResponseBodyAliasAssignedAt$inboundSchema: z.ZodType<
|
|
3081
3640
|
ResponseBodyAliasAssignedAt,
|
|
@@ -3106,6 +3665,26 @@ export namespace ResponseBodyAliasAssignedAt$ {
|
|
|
3106
3665
|
export type Outbound = ResponseBodyAliasAssignedAt$Outbound;
|
|
3107
3666
|
}
|
|
3108
3667
|
|
|
3668
|
+
export function responseBodyAliasAssignedAtToJSON(
|
|
3669
|
+
responseBodyAliasAssignedAt: ResponseBodyAliasAssignedAt,
|
|
3670
|
+
): string {
|
|
3671
|
+
return JSON.stringify(
|
|
3672
|
+
ResponseBodyAliasAssignedAt$outboundSchema.parse(
|
|
3673
|
+
responseBodyAliasAssignedAt,
|
|
3674
|
+
),
|
|
3675
|
+
);
|
|
3676
|
+
}
|
|
3677
|
+
|
|
3678
|
+
export function responseBodyAliasAssignedAtFromJSON(
|
|
3679
|
+
jsonString: string,
|
|
3680
|
+
): SafeParseResult<ResponseBodyAliasAssignedAt, SDKValidationError> {
|
|
3681
|
+
return safeParse(
|
|
3682
|
+
jsonString,
|
|
3683
|
+
(x) => ResponseBodyAliasAssignedAt$inboundSchema.parse(JSON.parse(x)),
|
|
3684
|
+
`Failed to parse 'ResponseBodyAliasAssignedAt' from JSON`,
|
|
3685
|
+
);
|
|
3686
|
+
}
|
|
3687
|
+
|
|
3109
3688
|
/** @internal */
|
|
3110
3689
|
export const ResponseBodyBuild$inboundSchema: z.ZodType<
|
|
3111
3690
|
ResponseBodyBuild,
|
|
@@ -3142,6 +3721,24 @@ export namespace ResponseBodyBuild$ {
|
|
|
3142
3721
|
export type Outbound = ResponseBodyBuild$Outbound;
|
|
3143
3722
|
}
|
|
3144
3723
|
|
|
3724
|
+
export function responseBodyBuildToJSON(
|
|
3725
|
+
responseBodyBuild: ResponseBodyBuild,
|
|
3726
|
+
): string {
|
|
3727
|
+
return JSON.stringify(
|
|
3728
|
+
ResponseBodyBuild$outboundSchema.parse(responseBodyBuild),
|
|
3729
|
+
);
|
|
3730
|
+
}
|
|
3731
|
+
|
|
3732
|
+
export function responseBodyBuildFromJSON(
|
|
3733
|
+
jsonString: string,
|
|
3734
|
+
): SafeParseResult<ResponseBodyBuild, SDKValidationError> {
|
|
3735
|
+
return safeParse(
|
|
3736
|
+
jsonString,
|
|
3737
|
+
(x) => ResponseBodyBuild$inboundSchema.parse(JSON.parse(x)),
|
|
3738
|
+
`Failed to parse 'ResponseBodyBuild' from JSON`,
|
|
3739
|
+
);
|
|
3740
|
+
}
|
|
3741
|
+
|
|
3145
3742
|
/** @internal */
|
|
3146
3743
|
export const ResponseBodyBuilds$inboundSchema: z.ZodType<
|
|
3147
3744
|
ResponseBodyBuilds,
|
|
@@ -3172,6 +3769,24 @@ export namespace ResponseBodyBuilds$ {
|
|
|
3172
3769
|
export type Outbound = ResponseBodyBuilds$Outbound;
|
|
3173
3770
|
}
|
|
3174
3771
|
|
|
3772
|
+
export function responseBodyBuildsToJSON(
|
|
3773
|
+
responseBodyBuilds: ResponseBodyBuilds,
|
|
3774
|
+
): string {
|
|
3775
|
+
return JSON.stringify(
|
|
3776
|
+
ResponseBodyBuilds$outboundSchema.parse(responseBodyBuilds),
|
|
3777
|
+
);
|
|
3778
|
+
}
|
|
3779
|
+
|
|
3780
|
+
export function responseBodyBuildsFromJSON(
|
|
3781
|
+
jsonString: string,
|
|
3782
|
+
): SafeParseResult<ResponseBodyBuilds, SDKValidationError> {
|
|
3783
|
+
return safeParse(
|
|
3784
|
+
jsonString,
|
|
3785
|
+
(x) => ResponseBodyBuilds$inboundSchema.parse(JSON.parse(x)),
|
|
3786
|
+
`Failed to parse 'ResponseBodyBuilds' from JSON`,
|
|
3787
|
+
);
|
|
3788
|
+
}
|
|
3789
|
+
|
|
3175
3790
|
/** @internal */
|
|
3176
3791
|
export const ResponseBodyFramework$inboundSchema: z.ZodNativeEnum<
|
|
3177
3792
|
typeof ResponseBodyFramework
|
|
@@ -3244,6 +3859,24 @@ export namespace ResponseBodySpeedInsights$ {
|
|
|
3244
3859
|
export type Outbound = ResponseBodySpeedInsights$Outbound;
|
|
3245
3860
|
}
|
|
3246
3861
|
|
|
3862
|
+
export function responseBodySpeedInsightsToJSON(
|
|
3863
|
+
responseBodySpeedInsights: ResponseBodySpeedInsights,
|
|
3864
|
+
): string {
|
|
3865
|
+
return JSON.stringify(
|
|
3866
|
+
ResponseBodySpeedInsights$outboundSchema.parse(responseBodySpeedInsights),
|
|
3867
|
+
);
|
|
3868
|
+
}
|
|
3869
|
+
|
|
3870
|
+
export function responseBodySpeedInsightsFromJSON(
|
|
3871
|
+
jsonString: string,
|
|
3872
|
+
): SafeParseResult<ResponseBodySpeedInsights, SDKValidationError> {
|
|
3873
|
+
return safeParse(
|
|
3874
|
+
jsonString,
|
|
3875
|
+
(x) => ResponseBodySpeedInsights$inboundSchema.parse(JSON.parse(x)),
|
|
3876
|
+
`Failed to parse 'ResponseBodySpeedInsights' from JSON`,
|
|
3877
|
+
);
|
|
3878
|
+
}
|
|
3879
|
+
|
|
3247
3880
|
/** @internal */
|
|
3248
3881
|
export const ResponseBodyWebAnalytics$inboundSchema: z.ZodType<
|
|
3249
3882
|
ResponseBodyWebAnalytics,
|
|
@@ -3292,6 +3925,24 @@ export namespace ResponseBodyWebAnalytics$ {
|
|
|
3292
3925
|
export type Outbound = ResponseBodyWebAnalytics$Outbound;
|
|
3293
3926
|
}
|
|
3294
3927
|
|
|
3928
|
+
export function responseBodyWebAnalyticsToJSON(
|
|
3929
|
+
responseBodyWebAnalytics: ResponseBodyWebAnalytics,
|
|
3930
|
+
): string {
|
|
3931
|
+
return JSON.stringify(
|
|
3932
|
+
ResponseBodyWebAnalytics$outboundSchema.parse(responseBodyWebAnalytics),
|
|
3933
|
+
);
|
|
3934
|
+
}
|
|
3935
|
+
|
|
3936
|
+
export function responseBodyWebAnalyticsFromJSON(
|
|
3937
|
+
jsonString: string,
|
|
3938
|
+
): SafeParseResult<ResponseBodyWebAnalytics, SDKValidationError> {
|
|
3939
|
+
return safeParse(
|
|
3940
|
+
jsonString,
|
|
3941
|
+
(x) => ResponseBodyWebAnalytics$inboundSchema.parse(JSON.parse(x)),
|
|
3942
|
+
`Failed to parse 'ResponseBodyWebAnalytics' from JSON`,
|
|
3943
|
+
);
|
|
3944
|
+
}
|
|
3945
|
+
|
|
3295
3946
|
/** @internal */
|
|
3296
3947
|
export const ResponseBodyProjectSettings$inboundSchema: z.ZodType<
|
|
3297
3948
|
ResponseBodyProjectSettings,
|
|
@@ -3352,6 +4003,26 @@ export namespace ResponseBodyProjectSettings$ {
|
|
|
3352
4003
|
export type Outbound = ResponseBodyProjectSettings$Outbound;
|
|
3353
4004
|
}
|
|
3354
4005
|
|
|
4006
|
+
export function responseBodyProjectSettingsToJSON(
|
|
4007
|
+
responseBodyProjectSettings: ResponseBodyProjectSettings,
|
|
4008
|
+
): string {
|
|
4009
|
+
return JSON.stringify(
|
|
4010
|
+
ResponseBodyProjectSettings$outboundSchema.parse(
|
|
4011
|
+
responseBodyProjectSettings,
|
|
4012
|
+
),
|
|
4013
|
+
);
|
|
4014
|
+
}
|
|
4015
|
+
|
|
4016
|
+
export function responseBodyProjectSettingsFromJSON(
|
|
4017
|
+
jsonString: string,
|
|
4018
|
+
): SafeParseResult<ResponseBodyProjectSettings, SDKValidationError> {
|
|
4019
|
+
return safeParse(
|
|
4020
|
+
jsonString,
|
|
4021
|
+
(x) => ResponseBodyProjectSettings$inboundSchema.parse(JSON.parse(x)),
|
|
4022
|
+
`Failed to parse 'ResponseBodyProjectSettings' from JSON`,
|
|
4023
|
+
);
|
|
4024
|
+
}
|
|
4025
|
+
|
|
3355
4026
|
/** @internal */
|
|
3356
4027
|
export const GetDeploymentResponseBodyDeploymentsStatus$inboundSchema:
|
|
3357
4028
|
z.ZodNativeEnum<typeof GetDeploymentResponseBodyDeploymentsStatus> = z
|
|
@@ -3423,6 +4094,24 @@ export namespace ResponseBodyIntegrations$ {
|
|
|
3423
4094
|
export type Outbound = ResponseBodyIntegrations$Outbound;
|
|
3424
4095
|
}
|
|
3425
4096
|
|
|
4097
|
+
export function responseBodyIntegrationsToJSON(
|
|
4098
|
+
responseBodyIntegrations: ResponseBodyIntegrations,
|
|
4099
|
+
): string {
|
|
4100
|
+
return JSON.stringify(
|
|
4101
|
+
ResponseBodyIntegrations$outboundSchema.parse(responseBodyIntegrations),
|
|
4102
|
+
);
|
|
4103
|
+
}
|
|
4104
|
+
|
|
4105
|
+
export function responseBodyIntegrationsFromJSON(
|
|
4106
|
+
jsonString: string,
|
|
4107
|
+
): SafeParseResult<ResponseBodyIntegrations, SDKValidationError> {
|
|
4108
|
+
return safeParse(
|
|
4109
|
+
jsonString,
|
|
4110
|
+
(x) => ResponseBodyIntegrations$inboundSchema.parse(JSON.parse(x)),
|
|
4111
|
+
`Failed to parse 'ResponseBodyIntegrations' from JSON`,
|
|
4112
|
+
);
|
|
4113
|
+
}
|
|
4114
|
+
|
|
3426
4115
|
/** @internal */
|
|
3427
4116
|
export const ResponseBodyCreator$inboundSchema: z.ZodType<
|
|
3428
4117
|
ResponseBodyCreator,
|
|
@@ -3465,6 +4154,24 @@ export namespace ResponseBodyCreator$ {
|
|
|
3465
4154
|
export type Outbound = ResponseBodyCreator$Outbound;
|
|
3466
4155
|
}
|
|
3467
4156
|
|
|
4157
|
+
export function responseBodyCreatorToJSON(
|
|
4158
|
+
responseBodyCreator: ResponseBodyCreator,
|
|
4159
|
+
): string {
|
|
4160
|
+
return JSON.stringify(
|
|
4161
|
+
ResponseBodyCreator$outboundSchema.parse(responseBodyCreator),
|
|
4162
|
+
);
|
|
4163
|
+
}
|
|
4164
|
+
|
|
4165
|
+
export function responseBodyCreatorFromJSON(
|
|
4166
|
+
jsonString: string,
|
|
4167
|
+
): SafeParseResult<ResponseBodyCreator, SDKValidationError> {
|
|
4168
|
+
return safeParse(
|
|
4169
|
+
jsonString,
|
|
4170
|
+
(x) => ResponseBodyCreator$inboundSchema.parse(JSON.parse(x)),
|
|
4171
|
+
`Failed to parse 'ResponseBodyCreator' from JSON`,
|
|
4172
|
+
);
|
|
4173
|
+
}
|
|
4174
|
+
|
|
3468
4175
|
/** @internal */
|
|
3469
4176
|
export const GetDeploymentResponseBodyDeploymentsResponseReadyState$inboundSchema:
|
|
3470
4177
|
z.ZodNativeEnum<
|
|
@@ -3529,6 +4236,24 @@ export namespace ResponseBodyOutput$ {
|
|
|
3529
4236
|
export type Outbound = ResponseBodyOutput$Outbound;
|
|
3530
4237
|
}
|
|
3531
4238
|
|
|
4239
|
+
export function responseBodyOutputToJSON(
|
|
4240
|
+
responseBodyOutput: ResponseBodyOutput,
|
|
4241
|
+
): string {
|
|
4242
|
+
return JSON.stringify(
|
|
4243
|
+
ResponseBodyOutput$outboundSchema.parse(responseBodyOutput),
|
|
4244
|
+
);
|
|
4245
|
+
}
|
|
4246
|
+
|
|
4247
|
+
export function responseBodyOutputFromJSON(
|
|
4248
|
+
jsonString: string,
|
|
4249
|
+
): SafeParseResult<ResponseBodyOutput, SDKValidationError> {
|
|
4250
|
+
return safeParse(
|
|
4251
|
+
jsonString,
|
|
4252
|
+
(x) => ResponseBodyOutput$inboundSchema.parse(JSON.parse(x)),
|
|
4253
|
+
`Failed to parse 'ResponseBodyOutput' from JSON`,
|
|
4254
|
+
);
|
|
4255
|
+
}
|
|
4256
|
+
|
|
3532
4257
|
/** @internal */
|
|
3533
4258
|
export const GetDeploymentResponseBodyLambdas$inboundSchema: z.ZodType<
|
|
3534
4259
|
GetDeploymentResponseBodyLambdas,
|
|
@@ -3584,6 +4309,26 @@ export namespace GetDeploymentResponseBodyLambdas$ {
|
|
|
3584
4309
|
export type Outbound = GetDeploymentResponseBodyLambdas$Outbound;
|
|
3585
4310
|
}
|
|
3586
4311
|
|
|
4312
|
+
export function getDeploymentResponseBodyLambdasToJSON(
|
|
4313
|
+
getDeploymentResponseBodyLambdas: GetDeploymentResponseBodyLambdas,
|
|
4314
|
+
): string {
|
|
4315
|
+
return JSON.stringify(
|
|
4316
|
+
GetDeploymentResponseBodyLambdas$outboundSchema.parse(
|
|
4317
|
+
getDeploymentResponseBodyLambdas,
|
|
4318
|
+
),
|
|
4319
|
+
);
|
|
4320
|
+
}
|
|
4321
|
+
|
|
4322
|
+
export function getDeploymentResponseBodyLambdasFromJSON(
|
|
4323
|
+
jsonString: string,
|
|
4324
|
+
): SafeParseResult<GetDeploymentResponseBodyLambdas, SDKValidationError> {
|
|
4325
|
+
return safeParse(
|
|
4326
|
+
jsonString,
|
|
4327
|
+
(x) => GetDeploymentResponseBodyLambdas$inboundSchema.parse(JSON.parse(x)),
|
|
4328
|
+
`Failed to parse 'GetDeploymentResponseBodyLambdas' from JSON`,
|
|
4329
|
+
);
|
|
4330
|
+
}
|
|
4331
|
+
|
|
3587
4332
|
/** @internal */
|
|
3588
4333
|
export const ResponseBodyStatus$inboundSchema: z.ZodNativeEnum<
|
|
3589
4334
|
typeof ResponseBodyStatus
|
|
@@ -3650,6 +4395,26 @@ export namespace GetDeploymentResponseBodyTeam$ {
|
|
|
3650
4395
|
export type Outbound = GetDeploymentResponseBodyTeam$Outbound;
|
|
3651
4396
|
}
|
|
3652
4397
|
|
|
4398
|
+
export function getDeploymentResponseBodyTeamToJSON(
|
|
4399
|
+
getDeploymentResponseBodyTeam: GetDeploymentResponseBodyTeam,
|
|
4400
|
+
): string {
|
|
4401
|
+
return JSON.stringify(
|
|
4402
|
+
GetDeploymentResponseBodyTeam$outboundSchema.parse(
|
|
4403
|
+
getDeploymentResponseBodyTeam,
|
|
4404
|
+
),
|
|
4405
|
+
);
|
|
4406
|
+
}
|
|
4407
|
+
|
|
4408
|
+
export function getDeploymentResponseBodyTeamFromJSON(
|
|
4409
|
+
jsonString: string,
|
|
4410
|
+
): SafeParseResult<GetDeploymentResponseBodyTeam, SDKValidationError> {
|
|
4411
|
+
return safeParse(
|
|
4412
|
+
jsonString,
|
|
4413
|
+
(x) => GetDeploymentResponseBodyTeam$inboundSchema.parse(JSON.parse(x)),
|
|
4414
|
+
`Failed to parse 'GetDeploymentResponseBodyTeam' from JSON`,
|
|
4415
|
+
);
|
|
4416
|
+
}
|
|
4417
|
+
|
|
3653
4418
|
/** @internal */
|
|
3654
4419
|
export const GetDeploymentCustomEnvironmentDeployments2$inboundSchema:
|
|
3655
4420
|
z.ZodType<GetDeploymentCustomEnvironmentDeployments2, z.ZodTypeDef, unknown> =
|
|
@@ -3687,8 +4452,35 @@ export namespace GetDeploymentCustomEnvironmentDeployments2$ {
|
|
|
3687
4452
|
export type Outbound = GetDeploymentCustomEnvironmentDeployments2$Outbound;
|
|
3688
4453
|
}
|
|
3689
4454
|
|
|
3690
|
-
|
|
3691
|
-
|
|
4455
|
+
export function getDeploymentCustomEnvironmentDeployments2ToJSON(
|
|
4456
|
+
getDeploymentCustomEnvironmentDeployments2:
|
|
4457
|
+
GetDeploymentCustomEnvironmentDeployments2,
|
|
4458
|
+
): string {
|
|
4459
|
+
return JSON.stringify(
|
|
4460
|
+
GetDeploymentCustomEnvironmentDeployments2$outboundSchema.parse(
|
|
4461
|
+
getDeploymentCustomEnvironmentDeployments2,
|
|
4462
|
+
),
|
|
4463
|
+
);
|
|
4464
|
+
}
|
|
4465
|
+
|
|
4466
|
+
export function getDeploymentCustomEnvironmentDeployments2FromJSON(
|
|
4467
|
+
jsonString: string,
|
|
4468
|
+
): SafeParseResult<
|
|
4469
|
+
GetDeploymentCustomEnvironmentDeployments2,
|
|
4470
|
+
SDKValidationError
|
|
4471
|
+
> {
|
|
4472
|
+
return safeParse(
|
|
4473
|
+
jsonString,
|
|
4474
|
+
(x) =>
|
|
4475
|
+
GetDeploymentCustomEnvironmentDeployments2$inboundSchema.parse(
|
|
4476
|
+
JSON.parse(x),
|
|
4477
|
+
),
|
|
4478
|
+
`Failed to parse 'GetDeploymentCustomEnvironmentDeployments2' from JSON`,
|
|
4479
|
+
);
|
|
4480
|
+
}
|
|
4481
|
+
|
|
4482
|
+
/** @internal */
|
|
4483
|
+
export const GetDeploymentCustomEnvironmentDeployments1$inboundSchema:
|
|
3692
4484
|
z.ZodType<GetDeploymentCustomEnvironmentDeployments1, z.ZodTypeDef, unknown> =
|
|
3693
4485
|
z.object({});
|
|
3694
4486
|
|
|
@@ -3718,6 +4510,33 @@ export namespace GetDeploymentCustomEnvironmentDeployments1$ {
|
|
|
3718
4510
|
export type Outbound = GetDeploymentCustomEnvironmentDeployments1$Outbound;
|
|
3719
4511
|
}
|
|
3720
4512
|
|
|
4513
|
+
export function getDeploymentCustomEnvironmentDeployments1ToJSON(
|
|
4514
|
+
getDeploymentCustomEnvironmentDeployments1:
|
|
4515
|
+
GetDeploymentCustomEnvironmentDeployments1,
|
|
4516
|
+
): string {
|
|
4517
|
+
return JSON.stringify(
|
|
4518
|
+
GetDeploymentCustomEnvironmentDeployments1$outboundSchema.parse(
|
|
4519
|
+
getDeploymentCustomEnvironmentDeployments1,
|
|
4520
|
+
),
|
|
4521
|
+
);
|
|
4522
|
+
}
|
|
4523
|
+
|
|
4524
|
+
export function getDeploymentCustomEnvironmentDeployments1FromJSON(
|
|
4525
|
+
jsonString: string,
|
|
4526
|
+
): SafeParseResult<
|
|
4527
|
+
GetDeploymentCustomEnvironmentDeployments1,
|
|
4528
|
+
SDKValidationError
|
|
4529
|
+
> {
|
|
4530
|
+
return safeParse(
|
|
4531
|
+
jsonString,
|
|
4532
|
+
(x) =>
|
|
4533
|
+
GetDeploymentCustomEnvironmentDeployments1$inboundSchema.parse(
|
|
4534
|
+
JSON.parse(x),
|
|
4535
|
+
),
|
|
4536
|
+
`Failed to parse 'GetDeploymentCustomEnvironmentDeployments1' from JSON`,
|
|
4537
|
+
);
|
|
4538
|
+
}
|
|
4539
|
+
|
|
3721
4540
|
/** @internal */
|
|
3722
4541
|
export const GetDeploymentResponseBodyCustomEnvironment$inboundSchema:
|
|
3723
4542
|
z.ZodType<GetDeploymentResponseBodyCustomEnvironment, z.ZodTypeDef, unknown> =
|
|
@@ -3757,6 +4576,33 @@ export namespace GetDeploymentResponseBodyCustomEnvironment$ {
|
|
|
3757
4576
|
export type Outbound = GetDeploymentResponseBodyCustomEnvironment$Outbound;
|
|
3758
4577
|
}
|
|
3759
4578
|
|
|
4579
|
+
export function getDeploymentResponseBodyCustomEnvironmentToJSON(
|
|
4580
|
+
getDeploymentResponseBodyCustomEnvironment:
|
|
4581
|
+
GetDeploymentResponseBodyCustomEnvironment,
|
|
4582
|
+
): string {
|
|
4583
|
+
return JSON.stringify(
|
|
4584
|
+
GetDeploymentResponseBodyCustomEnvironment$outboundSchema.parse(
|
|
4585
|
+
getDeploymentResponseBodyCustomEnvironment,
|
|
4586
|
+
),
|
|
4587
|
+
);
|
|
4588
|
+
}
|
|
4589
|
+
|
|
4590
|
+
export function getDeploymentResponseBodyCustomEnvironmentFromJSON(
|
|
4591
|
+
jsonString: string,
|
|
4592
|
+
): SafeParseResult<
|
|
4593
|
+
GetDeploymentResponseBodyCustomEnvironment,
|
|
4594
|
+
SDKValidationError
|
|
4595
|
+
> {
|
|
4596
|
+
return safeParse(
|
|
4597
|
+
jsonString,
|
|
4598
|
+
(x) =>
|
|
4599
|
+
GetDeploymentResponseBodyCustomEnvironment$inboundSchema.parse(
|
|
4600
|
+
JSON.parse(x),
|
|
4601
|
+
),
|
|
4602
|
+
`Failed to parse 'GetDeploymentResponseBodyCustomEnvironment' from JSON`,
|
|
4603
|
+
);
|
|
4604
|
+
}
|
|
4605
|
+
|
|
3760
4606
|
/** @internal */
|
|
3761
4607
|
export const GetDeploymentResponseBodyAliasWarning$inboundSchema: z.ZodType<
|
|
3762
4608
|
GetDeploymentResponseBodyAliasWarning,
|
|
@@ -3804,6 +4650,27 @@ export namespace GetDeploymentResponseBodyAliasWarning$ {
|
|
|
3804
4650
|
export type Outbound = GetDeploymentResponseBodyAliasWarning$Outbound;
|
|
3805
4651
|
}
|
|
3806
4652
|
|
|
4653
|
+
export function getDeploymentResponseBodyAliasWarningToJSON(
|
|
4654
|
+
getDeploymentResponseBodyAliasWarning: GetDeploymentResponseBodyAliasWarning,
|
|
4655
|
+
): string {
|
|
4656
|
+
return JSON.stringify(
|
|
4657
|
+
GetDeploymentResponseBodyAliasWarning$outboundSchema.parse(
|
|
4658
|
+
getDeploymentResponseBodyAliasWarning,
|
|
4659
|
+
),
|
|
4660
|
+
);
|
|
4661
|
+
}
|
|
4662
|
+
|
|
4663
|
+
export function getDeploymentResponseBodyAliasWarningFromJSON(
|
|
4664
|
+
jsonString: string,
|
|
4665
|
+
): SafeParseResult<GetDeploymentResponseBodyAliasWarning, SDKValidationError> {
|
|
4666
|
+
return safeParse(
|
|
4667
|
+
jsonString,
|
|
4668
|
+
(x) =>
|
|
4669
|
+
GetDeploymentResponseBodyAliasWarning$inboundSchema.parse(JSON.parse(x)),
|
|
4670
|
+
`Failed to parse 'GetDeploymentResponseBodyAliasWarning' from JSON`,
|
|
4671
|
+
);
|
|
4672
|
+
}
|
|
4673
|
+
|
|
3807
4674
|
/** @internal */
|
|
3808
4675
|
export const ResponseBodyType$inboundSchema: z.ZodNativeEnum<
|
|
3809
4676
|
typeof ResponseBodyType
|
|
@@ -3885,6 +4752,24 @@ export namespace ResponseBodyAliasError$ {
|
|
|
3885
4752
|
export type Outbound = ResponseBodyAliasError$Outbound;
|
|
3886
4753
|
}
|
|
3887
4754
|
|
|
4755
|
+
export function responseBodyAliasErrorToJSON(
|
|
4756
|
+
responseBodyAliasError: ResponseBodyAliasError,
|
|
4757
|
+
): string {
|
|
4758
|
+
return JSON.stringify(
|
|
4759
|
+
ResponseBodyAliasError$outboundSchema.parse(responseBodyAliasError),
|
|
4760
|
+
);
|
|
4761
|
+
}
|
|
4762
|
+
|
|
4763
|
+
export function responseBodyAliasErrorFromJSON(
|
|
4764
|
+
jsonString: string,
|
|
4765
|
+
): SafeParseResult<ResponseBodyAliasError, SDKValidationError> {
|
|
4766
|
+
return safeParse(
|
|
4767
|
+
jsonString,
|
|
4768
|
+
(x) => ResponseBodyAliasError$inboundSchema.parse(JSON.parse(x)),
|
|
4769
|
+
`Failed to parse 'ResponseBodyAliasError' from JSON`,
|
|
4770
|
+
);
|
|
4771
|
+
}
|
|
4772
|
+
|
|
3888
4773
|
/** @internal */
|
|
3889
4774
|
export const ResponseBodyChecksState$inboundSchema: z.ZodNativeEnum<
|
|
3890
4775
|
typeof ResponseBodyChecksState
|
|
@@ -4012,6 +4897,27 @@ export namespace GetDeploymentGitSourceDeployments9$ {
|
|
|
4012
4897
|
export type Outbound = GetDeploymentGitSourceDeployments9$Outbound;
|
|
4013
4898
|
}
|
|
4014
4899
|
|
|
4900
|
+
export function getDeploymentGitSourceDeployments9ToJSON(
|
|
4901
|
+
getDeploymentGitSourceDeployments9: GetDeploymentGitSourceDeployments9,
|
|
4902
|
+
): string {
|
|
4903
|
+
return JSON.stringify(
|
|
4904
|
+
GetDeploymentGitSourceDeployments9$outboundSchema.parse(
|
|
4905
|
+
getDeploymentGitSourceDeployments9,
|
|
4906
|
+
),
|
|
4907
|
+
);
|
|
4908
|
+
}
|
|
4909
|
+
|
|
4910
|
+
export function getDeploymentGitSourceDeployments9FromJSON(
|
|
4911
|
+
jsonString: string,
|
|
4912
|
+
): SafeParseResult<GetDeploymentGitSourceDeployments9, SDKValidationError> {
|
|
4913
|
+
return safeParse(
|
|
4914
|
+
jsonString,
|
|
4915
|
+
(x) =>
|
|
4916
|
+
GetDeploymentGitSourceDeployments9$inboundSchema.parse(JSON.parse(x)),
|
|
4917
|
+
`Failed to parse 'GetDeploymentGitSourceDeployments9' from JSON`,
|
|
4918
|
+
);
|
|
4919
|
+
}
|
|
4920
|
+
|
|
4015
4921
|
/** @internal */
|
|
4016
4922
|
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type$inboundSchema:
|
|
4017
4923
|
z.ZodNativeEnum<
|
|
@@ -4088,6 +4994,27 @@ export namespace GetDeploymentGitSourceDeployments8$ {
|
|
|
4088
4994
|
export type Outbound = GetDeploymentGitSourceDeployments8$Outbound;
|
|
4089
4995
|
}
|
|
4090
4996
|
|
|
4997
|
+
export function getDeploymentGitSourceDeployments8ToJSON(
|
|
4998
|
+
getDeploymentGitSourceDeployments8: GetDeploymentGitSourceDeployments8,
|
|
4999
|
+
): string {
|
|
5000
|
+
return JSON.stringify(
|
|
5001
|
+
GetDeploymentGitSourceDeployments8$outboundSchema.parse(
|
|
5002
|
+
getDeploymentGitSourceDeployments8,
|
|
5003
|
+
),
|
|
5004
|
+
);
|
|
5005
|
+
}
|
|
5006
|
+
|
|
5007
|
+
export function getDeploymentGitSourceDeployments8FromJSON(
|
|
5008
|
+
jsonString: string,
|
|
5009
|
+
): SafeParseResult<GetDeploymentGitSourceDeployments8, SDKValidationError> {
|
|
5010
|
+
return safeParse(
|
|
5011
|
+
jsonString,
|
|
5012
|
+
(x) =>
|
|
5013
|
+
GetDeploymentGitSourceDeployments8$inboundSchema.parse(JSON.parse(x)),
|
|
5014
|
+
`Failed to parse 'GetDeploymentGitSourceDeployments8' from JSON`,
|
|
5015
|
+
);
|
|
5016
|
+
}
|
|
5017
|
+
|
|
4091
5018
|
/** @internal */
|
|
4092
5019
|
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
4093
5020
|
z.ZodNativeEnum<
|
|
@@ -4170,6 +5097,27 @@ export namespace GetDeploymentGitSourceDeployments7$ {
|
|
|
4170
5097
|
export type Outbound = GetDeploymentGitSourceDeployments7$Outbound;
|
|
4171
5098
|
}
|
|
4172
5099
|
|
|
5100
|
+
export function getDeploymentGitSourceDeployments7ToJSON(
|
|
5101
|
+
getDeploymentGitSourceDeployments7: GetDeploymentGitSourceDeployments7,
|
|
5102
|
+
): string {
|
|
5103
|
+
return JSON.stringify(
|
|
5104
|
+
GetDeploymentGitSourceDeployments7$outboundSchema.parse(
|
|
5105
|
+
getDeploymentGitSourceDeployments7,
|
|
5106
|
+
),
|
|
5107
|
+
);
|
|
5108
|
+
}
|
|
5109
|
+
|
|
5110
|
+
export function getDeploymentGitSourceDeployments7FromJSON(
|
|
5111
|
+
jsonString: string,
|
|
5112
|
+
): SafeParseResult<GetDeploymentGitSourceDeployments7, SDKValidationError> {
|
|
5113
|
+
return safeParse(
|
|
5114
|
+
jsonString,
|
|
5115
|
+
(x) =>
|
|
5116
|
+
GetDeploymentGitSourceDeployments7$inboundSchema.parse(JSON.parse(x)),
|
|
5117
|
+
`Failed to parse 'GetDeploymentGitSourceDeployments7' from JSON`,
|
|
5118
|
+
);
|
|
5119
|
+
}
|
|
5120
|
+
|
|
4173
5121
|
/** @internal */
|
|
4174
5122
|
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema:
|
|
4175
5123
|
z.ZodNativeEnum<
|
|
@@ -4246,6 +5194,27 @@ export namespace GetDeploymentGitSourceDeployments6$ {
|
|
|
4246
5194
|
export type Outbound = GetDeploymentGitSourceDeployments6$Outbound;
|
|
4247
5195
|
}
|
|
4248
5196
|
|
|
5197
|
+
export function getDeploymentGitSourceDeployments6ToJSON(
|
|
5198
|
+
getDeploymentGitSourceDeployments6: GetDeploymentGitSourceDeployments6,
|
|
5199
|
+
): string {
|
|
5200
|
+
return JSON.stringify(
|
|
5201
|
+
GetDeploymentGitSourceDeployments6$outboundSchema.parse(
|
|
5202
|
+
getDeploymentGitSourceDeployments6,
|
|
5203
|
+
),
|
|
5204
|
+
);
|
|
5205
|
+
}
|
|
5206
|
+
|
|
5207
|
+
export function getDeploymentGitSourceDeployments6FromJSON(
|
|
5208
|
+
jsonString: string,
|
|
5209
|
+
): SafeParseResult<GetDeploymentGitSourceDeployments6, SDKValidationError> {
|
|
5210
|
+
return safeParse(
|
|
5211
|
+
jsonString,
|
|
5212
|
+
(x) =>
|
|
5213
|
+
GetDeploymentGitSourceDeployments6$inboundSchema.parse(JSON.parse(x)),
|
|
5214
|
+
`Failed to parse 'GetDeploymentGitSourceDeployments6' from JSON`,
|
|
5215
|
+
);
|
|
5216
|
+
}
|
|
5217
|
+
|
|
4249
5218
|
/** @internal */
|
|
4250
5219
|
export const GetDeploymentGitSourceDeploymentsResponse200Type$inboundSchema:
|
|
4251
5220
|
z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200Type> = z
|
|
@@ -4321,6 +5290,27 @@ export namespace GetDeploymentGitSourceDeployments5$ {
|
|
|
4321
5290
|
export type Outbound = GetDeploymentGitSourceDeployments5$Outbound;
|
|
4322
5291
|
}
|
|
4323
5292
|
|
|
5293
|
+
export function getDeploymentGitSourceDeployments5ToJSON(
|
|
5294
|
+
getDeploymentGitSourceDeployments5: GetDeploymentGitSourceDeployments5,
|
|
5295
|
+
): string {
|
|
5296
|
+
return JSON.stringify(
|
|
5297
|
+
GetDeploymentGitSourceDeployments5$outboundSchema.parse(
|
|
5298
|
+
getDeploymentGitSourceDeployments5,
|
|
5299
|
+
),
|
|
5300
|
+
);
|
|
5301
|
+
}
|
|
5302
|
+
|
|
5303
|
+
export function getDeploymentGitSourceDeployments5FromJSON(
|
|
5304
|
+
jsonString: string,
|
|
5305
|
+
): SafeParseResult<GetDeploymentGitSourceDeployments5, SDKValidationError> {
|
|
5306
|
+
return safeParse(
|
|
5307
|
+
jsonString,
|
|
5308
|
+
(x) =>
|
|
5309
|
+
GetDeploymentGitSourceDeployments5$inboundSchema.parse(JSON.parse(x)),
|
|
5310
|
+
`Failed to parse 'GetDeploymentGitSourceDeployments5' from JSON`,
|
|
5311
|
+
);
|
|
5312
|
+
}
|
|
5313
|
+
|
|
4324
5314
|
/** @internal */
|
|
4325
5315
|
export const GetDeploymentGitSourceDeploymentsResponseType$inboundSchema:
|
|
4326
5316
|
z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponseType> = z
|
|
@@ -4396,6 +5386,27 @@ export namespace GetDeploymentGitSourceDeployments4$ {
|
|
|
4396
5386
|
export type Outbound = GetDeploymentGitSourceDeployments4$Outbound;
|
|
4397
5387
|
}
|
|
4398
5388
|
|
|
5389
|
+
export function getDeploymentGitSourceDeployments4ToJSON(
|
|
5390
|
+
getDeploymentGitSourceDeployments4: GetDeploymentGitSourceDeployments4,
|
|
5391
|
+
): string {
|
|
5392
|
+
return JSON.stringify(
|
|
5393
|
+
GetDeploymentGitSourceDeployments4$outboundSchema.parse(
|
|
5394
|
+
getDeploymentGitSourceDeployments4,
|
|
5395
|
+
),
|
|
5396
|
+
);
|
|
5397
|
+
}
|
|
5398
|
+
|
|
5399
|
+
export function getDeploymentGitSourceDeployments4FromJSON(
|
|
5400
|
+
jsonString: string,
|
|
5401
|
+
): SafeParseResult<GetDeploymentGitSourceDeployments4, SDKValidationError> {
|
|
5402
|
+
return safeParse(
|
|
5403
|
+
jsonString,
|
|
5404
|
+
(x) =>
|
|
5405
|
+
GetDeploymentGitSourceDeployments4$inboundSchema.parse(JSON.parse(x)),
|
|
5406
|
+
`Failed to parse 'GetDeploymentGitSourceDeployments4' from JSON`,
|
|
5407
|
+
);
|
|
5408
|
+
}
|
|
5409
|
+
|
|
4399
5410
|
/** @internal */
|
|
4400
5411
|
export const GetDeploymentGitSourceDeploymentsType$inboundSchema:
|
|
4401
5412
|
z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsType> = z.nativeEnum(
|
|
@@ -4450,6 +5461,26 @@ export namespace GetDeploymentGitSourceProjectId$ {
|
|
|
4450
5461
|
export type Outbound = GetDeploymentGitSourceProjectId$Outbound;
|
|
4451
5462
|
}
|
|
4452
5463
|
|
|
5464
|
+
export function getDeploymentGitSourceProjectIdToJSON(
|
|
5465
|
+
getDeploymentGitSourceProjectId: GetDeploymentGitSourceProjectId,
|
|
5466
|
+
): string {
|
|
5467
|
+
return JSON.stringify(
|
|
5468
|
+
GetDeploymentGitSourceProjectId$outboundSchema.parse(
|
|
5469
|
+
getDeploymentGitSourceProjectId,
|
|
5470
|
+
),
|
|
5471
|
+
);
|
|
5472
|
+
}
|
|
5473
|
+
|
|
5474
|
+
export function getDeploymentGitSourceProjectIdFromJSON(
|
|
5475
|
+
jsonString: string,
|
|
5476
|
+
): SafeParseResult<GetDeploymentGitSourceProjectId, SDKValidationError> {
|
|
5477
|
+
return safeParse(
|
|
5478
|
+
jsonString,
|
|
5479
|
+
(x) => GetDeploymentGitSourceProjectId$inboundSchema.parse(JSON.parse(x)),
|
|
5480
|
+
`Failed to parse 'GetDeploymentGitSourceProjectId' from JSON`,
|
|
5481
|
+
);
|
|
5482
|
+
}
|
|
5483
|
+
|
|
4453
5484
|
/** @internal */
|
|
4454
5485
|
export const GetDeploymentGitSourceDeployments3$inboundSchema: z.ZodType<
|
|
4455
5486
|
GetDeploymentGitSourceDeployments3,
|
|
@@ -4499,6 +5530,27 @@ export namespace GetDeploymentGitSourceDeployments3$ {
|
|
|
4499
5530
|
export type Outbound = GetDeploymentGitSourceDeployments3$Outbound;
|
|
4500
5531
|
}
|
|
4501
5532
|
|
|
5533
|
+
export function getDeploymentGitSourceDeployments3ToJSON(
|
|
5534
|
+
getDeploymentGitSourceDeployments3: GetDeploymentGitSourceDeployments3,
|
|
5535
|
+
): string {
|
|
5536
|
+
return JSON.stringify(
|
|
5537
|
+
GetDeploymentGitSourceDeployments3$outboundSchema.parse(
|
|
5538
|
+
getDeploymentGitSourceDeployments3,
|
|
5539
|
+
),
|
|
5540
|
+
);
|
|
5541
|
+
}
|
|
5542
|
+
|
|
5543
|
+
export function getDeploymentGitSourceDeployments3FromJSON(
|
|
5544
|
+
jsonString: string,
|
|
5545
|
+
): SafeParseResult<GetDeploymentGitSourceDeployments3, SDKValidationError> {
|
|
5546
|
+
return safeParse(
|
|
5547
|
+
jsonString,
|
|
5548
|
+
(x) =>
|
|
5549
|
+
GetDeploymentGitSourceDeployments3$inboundSchema.parse(JSON.parse(x)),
|
|
5550
|
+
`Failed to parse 'GetDeploymentGitSourceDeployments3' from JSON`,
|
|
5551
|
+
);
|
|
5552
|
+
}
|
|
5553
|
+
|
|
4502
5554
|
/** @internal */
|
|
4503
5555
|
export const GetDeploymentGitSourceType$inboundSchema: z.ZodNativeEnum<
|
|
4504
5556
|
typeof GetDeploymentGitSourceType
|
|
@@ -4572,6 +5624,27 @@ export namespace GetDeploymentGitSourceDeployments2$ {
|
|
|
4572
5624
|
export type Outbound = GetDeploymentGitSourceDeployments2$Outbound;
|
|
4573
5625
|
}
|
|
4574
5626
|
|
|
5627
|
+
export function getDeploymentGitSourceDeployments2ToJSON(
|
|
5628
|
+
getDeploymentGitSourceDeployments2: GetDeploymentGitSourceDeployments2,
|
|
5629
|
+
): string {
|
|
5630
|
+
return JSON.stringify(
|
|
5631
|
+
GetDeploymentGitSourceDeployments2$outboundSchema.parse(
|
|
5632
|
+
getDeploymentGitSourceDeployments2,
|
|
5633
|
+
),
|
|
5634
|
+
);
|
|
5635
|
+
}
|
|
5636
|
+
|
|
5637
|
+
export function getDeploymentGitSourceDeployments2FromJSON(
|
|
5638
|
+
jsonString: string,
|
|
5639
|
+
): SafeParseResult<GetDeploymentGitSourceDeployments2, SDKValidationError> {
|
|
5640
|
+
return safeParse(
|
|
5641
|
+
jsonString,
|
|
5642
|
+
(x) =>
|
|
5643
|
+
GetDeploymentGitSourceDeployments2$inboundSchema.parse(JSON.parse(x)),
|
|
5644
|
+
`Failed to parse 'GetDeploymentGitSourceDeployments2' from JSON`,
|
|
5645
|
+
);
|
|
5646
|
+
}
|
|
5647
|
+
|
|
4575
5648
|
/** @internal */
|
|
4576
5649
|
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema:
|
|
4577
5650
|
z.ZodNativeEnum<
|
|
@@ -4630,6 +5703,26 @@ export namespace GetDeploymentGitSourceRepoId$ {
|
|
|
4630
5703
|
export type Outbound = GetDeploymentGitSourceRepoId$Outbound;
|
|
4631
5704
|
}
|
|
4632
5705
|
|
|
5706
|
+
export function getDeploymentGitSourceRepoIdToJSON(
|
|
5707
|
+
getDeploymentGitSourceRepoId: GetDeploymentGitSourceRepoId,
|
|
5708
|
+
): string {
|
|
5709
|
+
return JSON.stringify(
|
|
5710
|
+
GetDeploymentGitSourceRepoId$outboundSchema.parse(
|
|
5711
|
+
getDeploymentGitSourceRepoId,
|
|
5712
|
+
),
|
|
5713
|
+
);
|
|
5714
|
+
}
|
|
5715
|
+
|
|
5716
|
+
export function getDeploymentGitSourceRepoIdFromJSON(
|
|
5717
|
+
jsonString: string,
|
|
5718
|
+
): SafeParseResult<GetDeploymentGitSourceRepoId, SDKValidationError> {
|
|
5719
|
+
return safeParse(
|
|
5720
|
+
jsonString,
|
|
5721
|
+
(x) => GetDeploymentGitSourceRepoId$inboundSchema.parse(JSON.parse(x)),
|
|
5722
|
+
`Failed to parse 'GetDeploymentGitSourceRepoId' from JSON`,
|
|
5723
|
+
);
|
|
5724
|
+
}
|
|
5725
|
+
|
|
4633
5726
|
/** @internal */
|
|
4634
5727
|
export const GetDeploymentGitSourceDeployments1$inboundSchema: z.ZodType<
|
|
4635
5728
|
GetDeploymentGitSourceDeployments1,
|
|
@@ -4681,6 +5774,27 @@ export namespace GetDeploymentGitSourceDeployments1$ {
|
|
|
4681
5774
|
export type Outbound = GetDeploymentGitSourceDeployments1$Outbound;
|
|
4682
5775
|
}
|
|
4683
5776
|
|
|
5777
|
+
export function getDeploymentGitSourceDeployments1ToJSON(
|
|
5778
|
+
getDeploymentGitSourceDeployments1: GetDeploymentGitSourceDeployments1,
|
|
5779
|
+
): string {
|
|
5780
|
+
return JSON.stringify(
|
|
5781
|
+
GetDeploymentGitSourceDeployments1$outboundSchema.parse(
|
|
5782
|
+
getDeploymentGitSourceDeployments1,
|
|
5783
|
+
),
|
|
5784
|
+
);
|
|
5785
|
+
}
|
|
5786
|
+
|
|
5787
|
+
export function getDeploymentGitSourceDeployments1FromJSON(
|
|
5788
|
+
jsonString: string,
|
|
5789
|
+
): SafeParseResult<GetDeploymentGitSourceDeployments1, SDKValidationError> {
|
|
5790
|
+
return safeParse(
|
|
5791
|
+
jsonString,
|
|
5792
|
+
(x) =>
|
|
5793
|
+
GetDeploymentGitSourceDeployments1$inboundSchema.parse(JSON.parse(x)),
|
|
5794
|
+
`Failed to parse 'GetDeploymentGitSourceDeployments1' from JSON`,
|
|
5795
|
+
);
|
|
5796
|
+
}
|
|
5797
|
+
|
|
4684
5798
|
/** @internal */
|
|
4685
5799
|
export const GetDeploymentResponseBodyGitSource$inboundSchema: z.ZodType<
|
|
4686
5800
|
GetDeploymentResponseBodyGitSource,
|
|
@@ -4741,6 +5855,27 @@ export namespace GetDeploymentResponseBodyGitSource$ {
|
|
|
4741
5855
|
export type Outbound = GetDeploymentResponseBodyGitSource$Outbound;
|
|
4742
5856
|
}
|
|
4743
5857
|
|
|
5858
|
+
export function getDeploymentResponseBodyGitSourceToJSON(
|
|
5859
|
+
getDeploymentResponseBodyGitSource: GetDeploymentResponseBodyGitSource,
|
|
5860
|
+
): string {
|
|
5861
|
+
return JSON.stringify(
|
|
5862
|
+
GetDeploymentResponseBodyGitSource$outboundSchema.parse(
|
|
5863
|
+
getDeploymentResponseBodyGitSource,
|
|
5864
|
+
),
|
|
5865
|
+
);
|
|
5866
|
+
}
|
|
5867
|
+
|
|
5868
|
+
export function getDeploymentResponseBodyGitSourceFromJSON(
|
|
5869
|
+
jsonString: string,
|
|
5870
|
+
): SafeParseResult<GetDeploymentResponseBodyGitSource, SDKValidationError> {
|
|
5871
|
+
return safeParse(
|
|
5872
|
+
jsonString,
|
|
5873
|
+
(x) =>
|
|
5874
|
+
GetDeploymentResponseBodyGitSource$inboundSchema.parse(JSON.parse(x)),
|
|
5875
|
+
`Failed to parse 'GetDeploymentResponseBodyGitSource' from JSON`,
|
|
5876
|
+
);
|
|
5877
|
+
}
|
|
5878
|
+
|
|
4744
5879
|
/** @internal */
|
|
4745
5880
|
export const ResponseBodyProject$inboundSchema: z.ZodType<
|
|
4746
5881
|
ResponseBodyProject,
|
|
@@ -4783,6 +5918,24 @@ export namespace ResponseBodyProject$ {
|
|
|
4783
5918
|
export type Outbound = ResponseBodyProject$Outbound;
|
|
4784
5919
|
}
|
|
4785
5920
|
|
|
5921
|
+
export function responseBodyProjectToJSON(
|
|
5922
|
+
responseBodyProject: ResponseBodyProject,
|
|
5923
|
+
): string {
|
|
5924
|
+
return JSON.stringify(
|
|
5925
|
+
ResponseBodyProject$outboundSchema.parse(responseBodyProject),
|
|
5926
|
+
);
|
|
5927
|
+
}
|
|
5928
|
+
|
|
5929
|
+
export function responseBodyProjectFromJSON(
|
|
5930
|
+
jsonString: string,
|
|
5931
|
+
): SafeParseResult<ResponseBodyProject, SDKValidationError> {
|
|
5932
|
+
return safeParse(
|
|
5933
|
+
jsonString,
|
|
5934
|
+
(x) => ResponseBodyProject$inboundSchema.parse(JSON.parse(x)),
|
|
5935
|
+
`Failed to parse 'ResponseBodyProject' from JSON`,
|
|
5936
|
+
);
|
|
5937
|
+
}
|
|
5938
|
+
|
|
4786
5939
|
/** @internal */
|
|
4787
5940
|
export const ResponseBodyReadySubstate$inboundSchema: z.ZodNativeEnum<
|
|
4788
5941
|
typeof ResponseBodyReadySubstate
|
|
@@ -4916,6 +6069,26 @@ export namespace ResponseBodyOidcTokenClaims$ {
|
|
|
4916
6069
|
export type Outbound = ResponseBodyOidcTokenClaims$Outbound;
|
|
4917
6070
|
}
|
|
4918
6071
|
|
|
6072
|
+
export function responseBodyOidcTokenClaimsToJSON(
|
|
6073
|
+
responseBodyOidcTokenClaims: ResponseBodyOidcTokenClaims,
|
|
6074
|
+
): string {
|
|
6075
|
+
return JSON.stringify(
|
|
6076
|
+
ResponseBodyOidcTokenClaims$outboundSchema.parse(
|
|
6077
|
+
responseBodyOidcTokenClaims,
|
|
6078
|
+
),
|
|
6079
|
+
);
|
|
6080
|
+
}
|
|
6081
|
+
|
|
6082
|
+
export function responseBodyOidcTokenClaimsFromJSON(
|
|
6083
|
+
jsonString: string,
|
|
6084
|
+
): SafeParseResult<ResponseBodyOidcTokenClaims, SDKValidationError> {
|
|
6085
|
+
return safeParse(
|
|
6086
|
+
jsonString,
|
|
6087
|
+
(x) => ResponseBodyOidcTokenClaims$inboundSchema.parse(JSON.parse(x)),
|
|
6088
|
+
`Failed to parse 'ResponseBodyOidcTokenClaims' from JSON`,
|
|
6089
|
+
);
|
|
6090
|
+
}
|
|
6091
|
+
|
|
4919
6092
|
/** @internal */
|
|
4920
6093
|
export const ResponseBodyPlan$inboundSchema: z.ZodNativeEnum<
|
|
4921
6094
|
typeof ResponseBodyPlan
|
|
@@ -4976,6 +6149,24 @@ export namespace ResponseBodyCrons$ {
|
|
|
4976
6149
|
export type Outbound = ResponseBodyCrons$Outbound;
|
|
4977
6150
|
}
|
|
4978
6151
|
|
|
6152
|
+
export function responseBodyCronsToJSON(
|
|
6153
|
+
responseBodyCrons: ResponseBodyCrons,
|
|
6154
|
+
): string {
|
|
6155
|
+
return JSON.stringify(
|
|
6156
|
+
ResponseBodyCrons$outboundSchema.parse(responseBodyCrons),
|
|
6157
|
+
);
|
|
6158
|
+
}
|
|
6159
|
+
|
|
6160
|
+
export function responseBodyCronsFromJSON(
|
|
6161
|
+
jsonString: string,
|
|
6162
|
+
): SafeParseResult<ResponseBodyCrons, SDKValidationError> {
|
|
6163
|
+
return safeParse(
|
|
6164
|
+
jsonString,
|
|
6165
|
+
(x) => ResponseBodyCrons$inboundSchema.parse(JSON.parse(x)),
|
|
6166
|
+
`Failed to parse 'ResponseBodyCrons' from JSON`,
|
|
6167
|
+
);
|
|
6168
|
+
}
|
|
6169
|
+
|
|
4979
6170
|
/** @internal */
|
|
4980
6171
|
export const ResponseBodyFunctions$inboundSchema: z.ZodType<
|
|
4981
6172
|
ResponseBodyFunctions,
|
|
@@ -5024,6 +6215,24 @@ export namespace ResponseBodyFunctions$ {
|
|
|
5024
6215
|
export type Outbound = ResponseBodyFunctions$Outbound;
|
|
5025
6216
|
}
|
|
5026
6217
|
|
|
6218
|
+
export function responseBodyFunctionsToJSON(
|
|
6219
|
+
responseBodyFunctions: ResponseBodyFunctions,
|
|
6220
|
+
): string {
|
|
6221
|
+
return JSON.stringify(
|
|
6222
|
+
ResponseBodyFunctions$outboundSchema.parse(responseBodyFunctions),
|
|
6223
|
+
);
|
|
6224
|
+
}
|
|
6225
|
+
|
|
6226
|
+
export function responseBodyFunctionsFromJSON(
|
|
6227
|
+
jsonString: string,
|
|
6228
|
+
): SafeParseResult<ResponseBodyFunctions, SDKValidationError> {
|
|
6229
|
+
return safeParse(
|
|
6230
|
+
jsonString,
|
|
6231
|
+
(x) => ResponseBodyFunctions$inboundSchema.parse(JSON.parse(x)),
|
|
6232
|
+
`Failed to parse 'ResponseBodyFunctions' from JSON`,
|
|
6233
|
+
);
|
|
6234
|
+
}
|
|
6235
|
+
|
|
5027
6236
|
/** @internal */
|
|
5028
6237
|
export const GetDeploymentRoutes3$inboundSchema: z.ZodType<
|
|
5029
6238
|
GetDeploymentRoutes3,
|
|
@@ -5066,6 +6275,24 @@ export namespace GetDeploymentRoutes3$ {
|
|
|
5066
6275
|
export type Outbound = GetDeploymentRoutes3$Outbound;
|
|
5067
6276
|
}
|
|
5068
6277
|
|
|
6278
|
+
export function getDeploymentRoutes3ToJSON(
|
|
6279
|
+
getDeploymentRoutes3: GetDeploymentRoutes3,
|
|
6280
|
+
): string {
|
|
6281
|
+
return JSON.stringify(
|
|
6282
|
+
GetDeploymentRoutes3$outboundSchema.parse(getDeploymentRoutes3),
|
|
6283
|
+
);
|
|
6284
|
+
}
|
|
6285
|
+
|
|
6286
|
+
export function getDeploymentRoutes3FromJSON(
|
|
6287
|
+
jsonString: string,
|
|
6288
|
+
): SafeParseResult<GetDeploymentRoutes3, SDKValidationError> {
|
|
6289
|
+
return safeParse(
|
|
6290
|
+
jsonString,
|
|
6291
|
+
(x) => GetDeploymentRoutes3$inboundSchema.parse(JSON.parse(x)),
|
|
6292
|
+
`Failed to parse 'GetDeploymentRoutes3' from JSON`,
|
|
6293
|
+
);
|
|
6294
|
+
}
|
|
6295
|
+
|
|
5069
6296
|
/** @internal */
|
|
5070
6297
|
export const GetDeploymentRoutesHandle$inboundSchema: z.ZodNativeEnum<
|
|
5071
6298
|
typeof GetDeploymentRoutesHandle
|
|
@@ -5132,6 +6359,24 @@ export namespace GetDeploymentRoutes2$ {
|
|
|
5132
6359
|
export type Outbound = GetDeploymentRoutes2$Outbound;
|
|
5133
6360
|
}
|
|
5134
6361
|
|
|
6362
|
+
export function getDeploymentRoutes2ToJSON(
|
|
6363
|
+
getDeploymentRoutes2: GetDeploymentRoutes2,
|
|
6364
|
+
): string {
|
|
6365
|
+
return JSON.stringify(
|
|
6366
|
+
GetDeploymentRoutes2$outboundSchema.parse(getDeploymentRoutes2),
|
|
6367
|
+
);
|
|
6368
|
+
}
|
|
6369
|
+
|
|
6370
|
+
export function getDeploymentRoutes2FromJSON(
|
|
6371
|
+
jsonString: string,
|
|
6372
|
+
): SafeParseResult<GetDeploymentRoutes2, SDKValidationError> {
|
|
6373
|
+
return safeParse(
|
|
6374
|
+
jsonString,
|
|
6375
|
+
(x) => GetDeploymentRoutes2$inboundSchema.parse(JSON.parse(x)),
|
|
6376
|
+
`Failed to parse 'GetDeploymentRoutes2' from JSON`,
|
|
6377
|
+
);
|
|
6378
|
+
}
|
|
6379
|
+
|
|
5135
6380
|
/** @internal */
|
|
5136
6381
|
export const GetDeploymentHasType$inboundSchema: z.ZodNativeEnum<
|
|
5137
6382
|
typeof GetDeploymentHasType
|
|
@@ -5195,6 +6440,24 @@ export namespace GetDeploymentHas2$ {
|
|
|
5195
6440
|
export type Outbound = GetDeploymentHas2$Outbound;
|
|
5196
6441
|
}
|
|
5197
6442
|
|
|
6443
|
+
export function getDeploymentHas2ToJSON(
|
|
6444
|
+
getDeploymentHas2: GetDeploymentHas2,
|
|
6445
|
+
): string {
|
|
6446
|
+
return JSON.stringify(
|
|
6447
|
+
GetDeploymentHas2$outboundSchema.parse(getDeploymentHas2),
|
|
6448
|
+
);
|
|
6449
|
+
}
|
|
6450
|
+
|
|
6451
|
+
export function getDeploymentHas2FromJSON(
|
|
6452
|
+
jsonString: string,
|
|
6453
|
+
): SafeParseResult<GetDeploymentHas2, SDKValidationError> {
|
|
6454
|
+
return safeParse(
|
|
6455
|
+
jsonString,
|
|
6456
|
+
(x) => GetDeploymentHas2$inboundSchema.parse(JSON.parse(x)),
|
|
6457
|
+
`Failed to parse 'GetDeploymentHas2' from JSON`,
|
|
6458
|
+
);
|
|
6459
|
+
}
|
|
6460
|
+
|
|
5198
6461
|
/** @internal */
|
|
5199
6462
|
export const GetDeploymentHasDeploymentsType$inboundSchema: z.ZodNativeEnum<
|
|
5200
6463
|
typeof GetDeploymentHasDeploymentsType
|
|
@@ -5255,6 +6518,24 @@ export namespace GetDeploymentHas1$ {
|
|
|
5255
6518
|
export type Outbound = GetDeploymentHas1$Outbound;
|
|
5256
6519
|
}
|
|
5257
6520
|
|
|
6521
|
+
export function getDeploymentHas1ToJSON(
|
|
6522
|
+
getDeploymentHas1: GetDeploymentHas1,
|
|
6523
|
+
): string {
|
|
6524
|
+
return JSON.stringify(
|
|
6525
|
+
GetDeploymentHas1$outboundSchema.parse(getDeploymentHas1),
|
|
6526
|
+
);
|
|
6527
|
+
}
|
|
6528
|
+
|
|
6529
|
+
export function getDeploymentHas1FromJSON(
|
|
6530
|
+
jsonString: string,
|
|
6531
|
+
): SafeParseResult<GetDeploymentHas1, SDKValidationError> {
|
|
6532
|
+
return safeParse(
|
|
6533
|
+
jsonString,
|
|
6534
|
+
(x) => GetDeploymentHas1$inboundSchema.parse(JSON.parse(x)),
|
|
6535
|
+
`Failed to parse 'GetDeploymentHas1' from JSON`,
|
|
6536
|
+
);
|
|
6537
|
+
}
|
|
6538
|
+
|
|
5258
6539
|
/** @internal */
|
|
5259
6540
|
export const GetDeploymentRoutesHas$inboundSchema: z.ZodType<
|
|
5260
6541
|
GetDeploymentRoutesHas,
|
|
@@ -5293,6 +6574,24 @@ export namespace GetDeploymentRoutesHas$ {
|
|
|
5293
6574
|
export type Outbound = GetDeploymentRoutesHas$Outbound;
|
|
5294
6575
|
}
|
|
5295
6576
|
|
|
6577
|
+
export function getDeploymentRoutesHasToJSON(
|
|
6578
|
+
getDeploymentRoutesHas: GetDeploymentRoutesHas,
|
|
6579
|
+
): string {
|
|
6580
|
+
return JSON.stringify(
|
|
6581
|
+
GetDeploymentRoutesHas$outboundSchema.parse(getDeploymentRoutesHas),
|
|
6582
|
+
);
|
|
6583
|
+
}
|
|
6584
|
+
|
|
6585
|
+
export function getDeploymentRoutesHasFromJSON(
|
|
6586
|
+
jsonString: string,
|
|
6587
|
+
): SafeParseResult<GetDeploymentRoutesHas, SDKValidationError> {
|
|
6588
|
+
return safeParse(
|
|
6589
|
+
jsonString,
|
|
6590
|
+
(x) => GetDeploymentRoutesHas$inboundSchema.parse(JSON.parse(x)),
|
|
6591
|
+
`Failed to parse 'GetDeploymentRoutesHas' from JSON`,
|
|
6592
|
+
);
|
|
6593
|
+
}
|
|
6594
|
+
|
|
5296
6595
|
/** @internal */
|
|
5297
6596
|
export const GetDeploymentMissingType$inboundSchema: z.ZodNativeEnum<
|
|
5298
6597
|
typeof GetDeploymentMissingType
|
|
@@ -5356,6 +6655,24 @@ export namespace GetDeploymentMissing2$ {
|
|
|
5356
6655
|
export type Outbound = GetDeploymentMissing2$Outbound;
|
|
5357
6656
|
}
|
|
5358
6657
|
|
|
6658
|
+
export function getDeploymentMissing2ToJSON(
|
|
6659
|
+
getDeploymentMissing2: GetDeploymentMissing2,
|
|
6660
|
+
): string {
|
|
6661
|
+
return JSON.stringify(
|
|
6662
|
+
GetDeploymentMissing2$outboundSchema.parse(getDeploymentMissing2),
|
|
6663
|
+
);
|
|
6664
|
+
}
|
|
6665
|
+
|
|
6666
|
+
export function getDeploymentMissing2FromJSON(
|
|
6667
|
+
jsonString: string,
|
|
6668
|
+
): SafeParseResult<GetDeploymentMissing2, SDKValidationError> {
|
|
6669
|
+
return safeParse(
|
|
6670
|
+
jsonString,
|
|
6671
|
+
(x) => GetDeploymentMissing2$inboundSchema.parse(JSON.parse(x)),
|
|
6672
|
+
`Failed to parse 'GetDeploymentMissing2' from JSON`,
|
|
6673
|
+
);
|
|
6674
|
+
}
|
|
6675
|
+
|
|
5359
6676
|
/** @internal */
|
|
5360
6677
|
export const GetDeploymentMissingDeploymentsType$inboundSchema: z.ZodNativeEnum<
|
|
5361
6678
|
typeof GetDeploymentMissingDeploymentsType
|
|
@@ -5418,6 +6735,24 @@ export namespace GetDeploymentMissing1$ {
|
|
|
5418
6735
|
export type Outbound = GetDeploymentMissing1$Outbound;
|
|
5419
6736
|
}
|
|
5420
6737
|
|
|
6738
|
+
export function getDeploymentMissing1ToJSON(
|
|
6739
|
+
getDeploymentMissing1: GetDeploymentMissing1,
|
|
6740
|
+
): string {
|
|
6741
|
+
return JSON.stringify(
|
|
6742
|
+
GetDeploymentMissing1$outboundSchema.parse(getDeploymentMissing1),
|
|
6743
|
+
);
|
|
6744
|
+
}
|
|
6745
|
+
|
|
6746
|
+
export function getDeploymentMissing1FromJSON(
|
|
6747
|
+
jsonString: string,
|
|
6748
|
+
): SafeParseResult<GetDeploymentMissing1, SDKValidationError> {
|
|
6749
|
+
return safeParse(
|
|
6750
|
+
jsonString,
|
|
6751
|
+
(x) => GetDeploymentMissing1$inboundSchema.parse(JSON.parse(x)),
|
|
6752
|
+
`Failed to parse 'GetDeploymentMissing1' from JSON`,
|
|
6753
|
+
);
|
|
6754
|
+
}
|
|
6755
|
+
|
|
5421
6756
|
/** @internal */
|
|
5422
6757
|
export const GetDeploymentRoutesMissing$inboundSchema: z.ZodType<
|
|
5423
6758
|
GetDeploymentRoutesMissing,
|
|
@@ -5456,6 +6791,24 @@ export namespace GetDeploymentRoutesMissing$ {
|
|
|
5456
6791
|
export type Outbound = GetDeploymentRoutesMissing$Outbound;
|
|
5457
6792
|
}
|
|
5458
6793
|
|
|
6794
|
+
export function getDeploymentRoutesMissingToJSON(
|
|
6795
|
+
getDeploymentRoutesMissing: GetDeploymentRoutesMissing,
|
|
6796
|
+
): string {
|
|
6797
|
+
return JSON.stringify(
|
|
6798
|
+
GetDeploymentRoutesMissing$outboundSchema.parse(getDeploymentRoutesMissing),
|
|
6799
|
+
);
|
|
6800
|
+
}
|
|
6801
|
+
|
|
6802
|
+
export function getDeploymentRoutesMissingFromJSON(
|
|
6803
|
+
jsonString: string,
|
|
6804
|
+
): SafeParseResult<GetDeploymentRoutesMissing, SDKValidationError> {
|
|
6805
|
+
return safeParse(
|
|
6806
|
+
jsonString,
|
|
6807
|
+
(x) => GetDeploymentRoutesMissing$inboundSchema.parse(JSON.parse(x)),
|
|
6808
|
+
`Failed to parse 'GetDeploymentRoutesMissing' from JSON`,
|
|
6809
|
+
);
|
|
6810
|
+
}
|
|
6811
|
+
|
|
5459
6812
|
/** @internal */
|
|
5460
6813
|
export const GetDeploymentRoutesLocale$inboundSchema: z.ZodType<
|
|
5461
6814
|
GetDeploymentRoutesLocale,
|
|
@@ -5495,6 +6848,24 @@ export namespace GetDeploymentRoutesLocale$ {
|
|
|
5495
6848
|
export type Outbound = GetDeploymentRoutesLocale$Outbound;
|
|
5496
6849
|
}
|
|
5497
6850
|
|
|
6851
|
+
export function getDeploymentRoutesLocaleToJSON(
|
|
6852
|
+
getDeploymentRoutesLocale: GetDeploymentRoutesLocale,
|
|
6853
|
+
): string {
|
|
6854
|
+
return JSON.stringify(
|
|
6855
|
+
GetDeploymentRoutesLocale$outboundSchema.parse(getDeploymentRoutesLocale),
|
|
6856
|
+
);
|
|
6857
|
+
}
|
|
6858
|
+
|
|
6859
|
+
export function getDeploymentRoutesLocaleFromJSON(
|
|
6860
|
+
jsonString: string,
|
|
6861
|
+
): SafeParseResult<GetDeploymentRoutesLocale, SDKValidationError> {
|
|
6862
|
+
return safeParse(
|
|
6863
|
+
jsonString,
|
|
6864
|
+
(x) => GetDeploymentRoutesLocale$inboundSchema.parse(JSON.parse(x)),
|
|
6865
|
+
`Failed to parse 'GetDeploymentRoutesLocale' from JSON`,
|
|
6866
|
+
);
|
|
6867
|
+
}
|
|
6868
|
+
|
|
5498
6869
|
/** @internal */
|
|
5499
6870
|
export const GetDeploymentRoutes1$inboundSchema: z.ZodType<
|
|
5500
6871
|
GetDeploymentRoutes1,
|
|
@@ -5600,6 +6971,24 @@ export namespace GetDeploymentRoutes1$ {
|
|
|
5600
6971
|
export type Outbound = GetDeploymentRoutes1$Outbound;
|
|
5601
6972
|
}
|
|
5602
6973
|
|
|
6974
|
+
export function getDeploymentRoutes1ToJSON(
|
|
6975
|
+
getDeploymentRoutes1: GetDeploymentRoutes1,
|
|
6976
|
+
): string {
|
|
6977
|
+
return JSON.stringify(
|
|
6978
|
+
GetDeploymentRoutes1$outboundSchema.parse(getDeploymentRoutes1),
|
|
6979
|
+
);
|
|
6980
|
+
}
|
|
6981
|
+
|
|
6982
|
+
export function getDeploymentRoutes1FromJSON(
|
|
6983
|
+
jsonString: string,
|
|
6984
|
+
): SafeParseResult<GetDeploymentRoutes1, SDKValidationError> {
|
|
6985
|
+
return safeParse(
|
|
6986
|
+
jsonString,
|
|
6987
|
+
(x) => GetDeploymentRoutes1$inboundSchema.parse(JSON.parse(x)),
|
|
6988
|
+
`Failed to parse 'GetDeploymentRoutes1' from JSON`,
|
|
6989
|
+
);
|
|
6990
|
+
}
|
|
6991
|
+
|
|
5603
6992
|
/** @internal */
|
|
5604
6993
|
export const ResponseBodyRoutes$inboundSchema: z.ZodType<
|
|
5605
6994
|
ResponseBodyRoutes,
|
|
@@ -5641,6 +7030,24 @@ export namespace ResponseBodyRoutes$ {
|
|
|
5641
7030
|
export type Outbound = ResponseBodyRoutes$Outbound;
|
|
5642
7031
|
}
|
|
5643
7032
|
|
|
7033
|
+
export function responseBodyRoutesToJSON(
|
|
7034
|
+
responseBodyRoutes: ResponseBodyRoutes,
|
|
7035
|
+
): string {
|
|
7036
|
+
return JSON.stringify(
|
|
7037
|
+
ResponseBodyRoutes$outboundSchema.parse(responseBodyRoutes),
|
|
7038
|
+
);
|
|
7039
|
+
}
|
|
7040
|
+
|
|
7041
|
+
export function responseBodyRoutesFromJSON(
|
|
7042
|
+
jsonString: string,
|
|
7043
|
+
): SafeParseResult<ResponseBodyRoutes, SDKValidationError> {
|
|
7044
|
+
return safeParse(
|
|
7045
|
+
jsonString,
|
|
7046
|
+
(x) => ResponseBodyRoutes$inboundSchema.parse(JSON.parse(x)),
|
|
7047
|
+
`Failed to parse 'ResponseBodyRoutes' from JSON`,
|
|
7048
|
+
);
|
|
7049
|
+
}
|
|
7050
|
+
|
|
5644
7051
|
/** @internal */
|
|
5645
7052
|
export const GetDeploymentGitRepoDeploymentsType$inboundSchema: z.ZodNativeEnum<
|
|
5646
7053
|
typeof GetDeploymentGitRepoDeploymentsType
|
|
@@ -5748,6 +7155,24 @@ export namespace GetDeploymentGitRepo3$ {
|
|
|
5748
7155
|
export type Outbound = GetDeploymentGitRepo3$Outbound;
|
|
5749
7156
|
}
|
|
5750
7157
|
|
|
7158
|
+
export function getDeploymentGitRepo3ToJSON(
|
|
7159
|
+
getDeploymentGitRepo3: GetDeploymentGitRepo3,
|
|
7160
|
+
): string {
|
|
7161
|
+
return JSON.stringify(
|
|
7162
|
+
GetDeploymentGitRepo3$outboundSchema.parse(getDeploymentGitRepo3),
|
|
7163
|
+
);
|
|
7164
|
+
}
|
|
7165
|
+
|
|
7166
|
+
export function getDeploymentGitRepo3FromJSON(
|
|
7167
|
+
jsonString: string,
|
|
7168
|
+
): SafeParseResult<GetDeploymentGitRepo3, SDKValidationError> {
|
|
7169
|
+
return safeParse(
|
|
7170
|
+
jsonString,
|
|
7171
|
+
(x) => GetDeploymentGitRepo3$inboundSchema.parse(JSON.parse(x)),
|
|
7172
|
+
`Failed to parse 'GetDeploymentGitRepo3' from JSON`,
|
|
7173
|
+
);
|
|
7174
|
+
}
|
|
7175
|
+
|
|
5751
7176
|
/** @internal */
|
|
5752
7177
|
export const GetDeploymentGitRepoType$inboundSchema: z.ZodNativeEnum<
|
|
5753
7178
|
typeof GetDeploymentGitRepoType
|
|
@@ -5855,6 +7280,24 @@ export namespace GetDeploymentGitRepo2$ {
|
|
|
5855
7280
|
export type Outbound = GetDeploymentGitRepo2$Outbound;
|
|
5856
7281
|
}
|
|
5857
7282
|
|
|
7283
|
+
export function getDeploymentGitRepo2ToJSON(
|
|
7284
|
+
getDeploymentGitRepo2: GetDeploymentGitRepo2,
|
|
7285
|
+
): string {
|
|
7286
|
+
return JSON.stringify(
|
|
7287
|
+
GetDeploymentGitRepo2$outboundSchema.parse(getDeploymentGitRepo2),
|
|
7288
|
+
);
|
|
7289
|
+
}
|
|
7290
|
+
|
|
7291
|
+
export function getDeploymentGitRepo2FromJSON(
|
|
7292
|
+
jsonString: string,
|
|
7293
|
+
): SafeParseResult<GetDeploymentGitRepo2, SDKValidationError> {
|
|
7294
|
+
return safeParse(
|
|
7295
|
+
jsonString,
|
|
7296
|
+
(x) => GetDeploymentGitRepo2$inboundSchema.parse(JSON.parse(x)),
|
|
7297
|
+
`Failed to parse 'GetDeploymentGitRepo2' from JSON`,
|
|
7298
|
+
);
|
|
7299
|
+
}
|
|
7300
|
+
|
|
5858
7301
|
/** @internal */
|
|
5859
7302
|
export const GetDeploymentGitRepoDeploymentsResponseType$inboundSchema:
|
|
5860
7303
|
z.ZodNativeEnum<typeof GetDeploymentGitRepoDeploymentsResponseType> = z
|
|
@@ -5961,6 +7404,24 @@ export namespace GetDeploymentGitRepo1$ {
|
|
|
5961
7404
|
export type Outbound = GetDeploymentGitRepo1$Outbound;
|
|
5962
7405
|
}
|
|
5963
7406
|
|
|
7407
|
+
export function getDeploymentGitRepo1ToJSON(
|
|
7408
|
+
getDeploymentGitRepo1: GetDeploymentGitRepo1,
|
|
7409
|
+
): string {
|
|
7410
|
+
return JSON.stringify(
|
|
7411
|
+
GetDeploymentGitRepo1$outboundSchema.parse(getDeploymentGitRepo1),
|
|
7412
|
+
);
|
|
7413
|
+
}
|
|
7414
|
+
|
|
7415
|
+
export function getDeploymentGitRepo1FromJSON(
|
|
7416
|
+
jsonString: string,
|
|
7417
|
+
): SafeParseResult<GetDeploymentGitRepo1, SDKValidationError> {
|
|
7418
|
+
return safeParse(
|
|
7419
|
+
jsonString,
|
|
7420
|
+
(x) => GetDeploymentGitRepo1$inboundSchema.parse(JSON.parse(x)),
|
|
7421
|
+
`Failed to parse 'GetDeploymentGitRepo1' from JSON`,
|
|
7422
|
+
);
|
|
7423
|
+
}
|
|
7424
|
+
|
|
5964
7425
|
/** @internal */
|
|
5965
7426
|
export const ResponseBodyGitRepo$inboundSchema: z.ZodType<
|
|
5966
7427
|
ResponseBodyGitRepo,
|
|
@@ -6002,6 +7463,24 @@ export namespace ResponseBodyGitRepo$ {
|
|
|
6002
7463
|
export type Outbound = ResponseBodyGitRepo$Outbound;
|
|
6003
7464
|
}
|
|
6004
7465
|
|
|
7466
|
+
export function responseBodyGitRepoToJSON(
|
|
7467
|
+
responseBodyGitRepo: ResponseBodyGitRepo,
|
|
7468
|
+
): string {
|
|
7469
|
+
return JSON.stringify(
|
|
7470
|
+
ResponseBodyGitRepo$outboundSchema.parse(responseBodyGitRepo),
|
|
7471
|
+
);
|
|
7472
|
+
}
|
|
7473
|
+
|
|
7474
|
+
export function responseBodyGitRepoFromJSON(
|
|
7475
|
+
jsonString: string,
|
|
7476
|
+
): SafeParseResult<ResponseBodyGitRepo, SDKValidationError> {
|
|
7477
|
+
return safeParse(
|
|
7478
|
+
jsonString,
|
|
7479
|
+
(x) => ResponseBodyGitRepo$inboundSchema.parse(JSON.parse(x)),
|
|
7480
|
+
`Failed to parse 'ResponseBodyGitRepo' from JSON`,
|
|
7481
|
+
);
|
|
7482
|
+
}
|
|
7483
|
+
|
|
6005
7484
|
/** @internal */
|
|
6006
7485
|
export const GetDeploymentFlags2$inboundSchema: z.ZodType<
|
|
6007
7486
|
GetDeploymentFlags2,
|
|
@@ -6032,6 +7511,24 @@ export namespace GetDeploymentFlags2$ {
|
|
|
6032
7511
|
export type Outbound = GetDeploymentFlags2$Outbound;
|
|
6033
7512
|
}
|
|
6034
7513
|
|
|
7514
|
+
export function getDeploymentFlags2ToJSON(
|
|
7515
|
+
getDeploymentFlags2: GetDeploymentFlags2,
|
|
7516
|
+
): string {
|
|
7517
|
+
return JSON.stringify(
|
|
7518
|
+
GetDeploymentFlags2$outboundSchema.parse(getDeploymentFlags2),
|
|
7519
|
+
);
|
|
7520
|
+
}
|
|
7521
|
+
|
|
7522
|
+
export function getDeploymentFlags2FromJSON(
|
|
7523
|
+
jsonString: string,
|
|
7524
|
+
): SafeParseResult<GetDeploymentFlags2, SDKValidationError> {
|
|
7525
|
+
return safeParse(
|
|
7526
|
+
jsonString,
|
|
7527
|
+
(x) => GetDeploymentFlags2$inboundSchema.parse(JSON.parse(x)),
|
|
7528
|
+
`Failed to parse 'GetDeploymentFlags2' from JSON`,
|
|
7529
|
+
);
|
|
7530
|
+
}
|
|
7531
|
+
|
|
6035
7532
|
/** @internal */
|
|
6036
7533
|
export const GetDeploymentFlagsOptions$inboundSchema: z.ZodType<
|
|
6037
7534
|
GetDeploymentFlagsOptions,
|
|
@@ -6071,6 +7568,24 @@ export namespace GetDeploymentFlagsOptions$ {
|
|
|
6071
7568
|
export type Outbound = GetDeploymentFlagsOptions$Outbound;
|
|
6072
7569
|
}
|
|
6073
7570
|
|
|
7571
|
+
export function getDeploymentFlagsOptionsToJSON(
|
|
7572
|
+
getDeploymentFlagsOptions: GetDeploymentFlagsOptions,
|
|
7573
|
+
): string {
|
|
7574
|
+
return JSON.stringify(
|
|
7575
|
+
GetDeploymentFlagsOptions$outboundSchema.parse(getDeploymentFlagsOptions),
|
|
7576
|
+
);
|
|
7577
|
+
}
|
|
7578
|
+
|
|
7579
|
+
export function getDeploymentFlagsOptionsFromJSON(
|
|
7580
|
+
jsonString: string,
|
|
7581
|
+
): SafeParseResult<GetDeploymentFlagsOptions, SDKValidationError> {
|
|
7582
|
+
return safeParse(
|
|
7583
|
+
jsonString,
|
|
7584
|
+
(x) => GetDeploymentFlagsOptions$inboundSchema.parse(JSON.parse(x)),
|
|
7585
|
+
`Failed to parse 'GetDeploymentFlagsOptions' from JSON`,
|
|
7586
|
+
);
|
|
7587
|
+
}
|
|
7588
|
+
|
|
6074
7589
|
/** @internal */
|
|
6075
7590
|
export const GetDeploymentFlagsDefinitions$inboundSchema: z.ZodType<
|
|
6076
7591
|
GetDeploymentFlagsDefinitions,
|
|
@@ -6115,6 +7630,26 @@ export namespace GetDeploymentFlagsDefinitions$ {
|
|
|
6115
7630
|
export type Outbound = GetDeploymentFlagsDefinitions$Outbound;
|
|
6116
7631
|
}
|
|
6117
7632
|
|
|
7633
|
+
export function getDeploymentFlagsDefinitionsToJSON(
|
|
7634
|
+
getDeploymentFlagsDefinitions: GetDeploymentFlagsDefinitions,
|
|
7635
|
+
): string {
|
|
7636
|
+
return JSON.stringify(
|
|
7637
|
+
GetDeploymentFlagsDefinitions$outboundSchema.parse(
|
|
7638
|
+
getDeploymentFlagsDefinitions,
|
|
7639
|
+
),
|
|
7640
|
+
);
|
|
7641
|
+
}
|
|
7642
|
+
|
|
7643
|
+
export function getDeploymentFlagsDefinitionsFromJSON(
|
|
7644
|
+
jsonString: string,
|
|
7645
|
+
): SafeParseResult<GetDeploymentFlagsDefinitions, SDKValidationError> {
|
|
7646
|
+
return safeParse(
|
|
7647
|
+
jsonString,
|
|
7648
|
+
(x) => GetDeploymentFlagsDefinitions$inboundSchema.parse(JSON.parse(x)),
|
|
7649
|
+
`Failed to parse 'GetDeploymentFlagsDefinitions' from JSON`,
|
|
7650
|
+
);
|
|
7651
|
+
}
|
|
7652
|
+
|
|
6118
7653
|
/** @internal */
|
|
6119
7654
|
export const GetDeploymentFlags1$inboundSchema: z.ZodType<
|
|
6120
7655
|
GetDeploymentFlags1,
|
|
@@ -6155,6 +7690,24 @@ export namespace GetDeploymentFlags1$ {
|
|
|
6155
7690
|
export type Outbound = GetDeploymentFlags1$Outbound;
|
|
6156
7691
|
}
|
|
6157
7692
|
|
|
7693
|
+
export function getDeploymentFlags1ToJSON(
|
|
7694
|
+
getDeploymentFlags1: GetDeploymentFlags1,
|
|
7695
|
+
): string {
|
|
7696
|
+
return JSON.stringify(
|
|
7697
|
+
GetDeploymentFlags1$outboundSchema.parse(getDeploymentFlags1),
|
|
7698
|
+
);
|
|
7699
|
+
}
|
|
7700
|
+
|
|
7701
|
+
export function getDeploymentFlags1FromJSON(
|
|
7702
|
+
jsonString: string,
|
|
7703
|
+
): SafeParseResult<GetDeploymentFlags1, SDKValidationError> {
|
|
7704
|
+
return safeParse(
|
|
7705
|
+
jsonString,
|
|
7706
|
+
(x) => GetDeploymentFlags1$inboundSchema.parse(JSON.parse(x)),
|
|
7707
|
+
`Failed to parse 'GetDeploymentFlags1' from JSON`,
|
|
7708
|
+
);
|
|
7709
|
+
}
|
|
7710
|
+
|
|
6158
7711
|
/** @internal */
|
|
6159
7712
|
export const ResponseBodyFlags$inboundSchema: z.ZodType<
|
|
6160
7713
|
ResponseBodyFlags,
|
|
@@ -6193,6 +7746,284 @@ export namespace ResponseBodyFlags$ {
|
|
|
6193
7746
|
export type Outbound = ResponseBodyFlags$Outbound;
|
|
6194
7747
|
}
|
|
6195
7748
|
|
|
7749
|
+
export function responseBodyFlagsToJSON(
|
|
7750
|
+
responseBodyFlags: ResponseBodyFlags,
|
|
7751
|
+
): string {
|
|
7752
|
+
return JSON.stringify(
|
|
7753
|
+
ResponseBodyFlags$outboundSchema.parse(responseBodyFlags),
|
|
7754
|
+
);
|
|
7755
|
+
}
|
|
7756
|
+
|
|
7757
|
+
export function responseBodyFlagsFromJSON(
|
|
7758
|
+
jsonString: string,
|
|
7759
|
+
): SafeParseResult<ResponseBodyFlags, SDKValidationError> {
|
|
7760
|
+
return safeParse(
|
|
7761
|
+
jsonString,
|
|
7762
|
+
(x) => ResponseBodyFlags$inboundSchema.parse(JSON.parse(x)),
|
|
7763
|
+
`Failed to parse 'ResponseBodyFlags' from JSON`,
|
|
7764
|
+
);
|
|
7765
|
+
}
|
|
7766
|
+
|
|
7767
|
+
/** @internal */
|
|
7768
|
+
export const GetDeploymentMicrofrontendsApplications$inboundSchema: z.ZodType<
|
|
7769
|
+
GetDeploymentMicrofrontendsApplications,
|
|
7770
|
+
z.ZodTypeDef,
|
|
7771
|
+
unknown
|
|
7772
|
+
> = z.object({
|
|
7773
|
+
productionHost: z.string(),
|
|
7774
|
+
deploymentAlias: z.string().optional(),
|
|
7775
|
+
deploymentHost: z.string().optional(),
|
|
7776
|
+
});
|
|
7777
|
+
|
|
7778
|
+
/** @internal */
|
|
7779
|
+
export type GetDeploymentMicrofrontendsApplications$Outbound = {
|
|
7780
|
+
productionHost: string;
|
|
7781
|
+
deploymentAlias?: string | undefined;
|
|
7782
|
+
deploymentHost?: string | undefined;
|
|
7783
|
+
};
|
|
7784
|
+
|
|
7785
|
+
/** @internal */
|
|
7786
|
+
export const GetDeploymentMicrofrontendsApplications$outboundSchema: z.ZodType<
|
|
7787
|
+
GetDeploymentMicrofrontendsApplications$Outbound,
|
|
7788
|
+
z.ZodTypeDef,
|
|
7789
|
+
GetDeploymentMicrofrontendsApplications
|
|
7790
|
+
> = z.object({
|
|
7791
|
+
productionHost: z.string(),
|
|
7792
|
+
deploymentAlias: z.string().optional(),
|
|
7793
|
+
deploymentHost: z.string().optional(),
|
|
7794
|
+
});
|
|
7795
|
+
|
|
7796
|
+
/**
|
|
7797
|
+
* @internal
|
|
7798
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7799
|
+
*/
|
|
7800
|
+
export namespace GetDeploymentMicrofrontendsApplications$ {
|
|
7801
|
+
/** @deprecated use `GetDeploymentMicrofrontendsApplications$inboundSchema` instead. */
|
|
7802
|
+
export const inboundSchema =
|
|
7803
|
+
GetDeploymentMicrofrontendsApplications$inboundSchema;
|
|
7804
|
+
/** @deprecated use `GetDeploymentMicrofrontendsApplications$outboundSchema` instead. */
|
|
7805
|
+
export const outboundSchema =
|
|
7806
|
+
GetDeploymentMicrofrontendsApplications$outboundSchema;
|
|
7807
|
+
/** @deprecated use `GetDeploymentMicrofrontendsApplications$Outbound` instead. */
|
|
7808
|
+
export type Outbound = GetDeploymentMicrofrontendsApplications$Outbound;
|
|
7809
|
+
}
|
|
7810
|
+
|
|
7811
|
+
export function getDeploymentMicrofrontendsApplicationsToJSON(
|
|
7812
|
+
getDeploymentMicrofrontendsApplications:
|
|
7813
|
+
GetDeploymentMicrofrontendsApplications,
|
|
7814
|
+
): string {
|
|
7815
|
+
return JSON.stringify(
|
|
7816
|
+
GetDeploymentMicrofrontendsApplications$outboundSchema.parse(
|
|
7817
|
+
getDeploymentMicrofrontendsApplications,
|
|
7818
|
+
),
|
|
7819
|
+
);
|
|
7820
|
+
}
|
|
7821
|
+
|
|
7822
|
+
export function getDeploymentMicrofrontendsApplicationsFromJSON(
|
|
7823
|
+
jsonString: string,
|
|
7824
|
+
): SafeParseResult<
|
|
7825
|
+
GetDeploymentMicrofrontendsApplications,
|
|
7826
|
+
SDKValidationError
|
|
7827
|
+
> {
|
|
7828
|
+
return safeParse(
|
|
7829
|
+
jsonString,
|
|
7830
|
+
(x) =>
|
|
7831
|
+
GetDeploymentMicrofrontendsApplications$inboundSchema.parse(
|
|
7832
|
+
JSON.parse(x),
|
|
7833
|
+
),
|
|
7834
|
+
`Failed to parse 'GetDeploymentMicrofrontendsApplications' from JSON`,
|
|
7835
|
+
);
|
|
7836
|
+
}
|
|
7837
|
+
|
|
7838
|
+
/** @internal */
|
|
7839
|
+
export const GetDeploymentMicrofrontends2$inboundSchema: z.ZodType<
|
|
7840
|
+
GetDeploymentMicrofrontends2,
|
|
7841
|
+
z.ZodTypeDef,
|
|
7842
|
+
unknown
|
|
7843
|
+
> = z.object({
|
|
7844
|
+
applications: z.record(
|
|
7845
|
+
z.lazy(() => GetDeploymentMicrofrontendsApplications$inboundSchema),
|
|
7846
|
+
).optional(),
|
|
7847
|
+
isDefaultApp: z.boolean(),
|
|
7848
|
+
defaultRoute: z.string().optional(),
|
|
7849
|
+
groupIds: z.array(z.string()),
|
|
7850
|
+
});
|
|
7851
|
+
|
|
7852
|
+
/** @internal */
|
|
7853
|
+
export type GetDeploymentMicrofrontends2$Outbound = {
|
|
7854
|
+
applications?: {
|
|
7855
|
+
[k: string]: GetDeploymentMicrofrontendsApplications$Outbound;
|
|
7856
|
+
} | undefined;
|
|
7857
|
+
isDefaultApp: boolean;
|
|
7858
|
+
defaultRoute?: string | undefined;
|
|
7859
|
+
groupIds: Array<string>;
|
|
7860
|
+
};
|
|
7861
|
+
|
|
7862
|
+
/** @internal */
|
|
7863
|
+
export const GetDeploymentMicrofrontends2$outboundSchema: z.ZodType<
|
|
7864
|
+
GetDeploymentMicrofrontends2$Outbound,
|
|
7865
|
+
z.ZodTypeDef,
|
|
7866
|
+
GetDeploymentMicrofrontends2
|
|
7867
|
+
> = z.object({
|
|
7868
|
+
applications: z.record(
|
|
7869
|
+
z.lazy(() => GetDeploymentMicrofrontendsApplications$outboundSchema),
|
|
7870
|
+
).optional(),
|
|
7871
|
+
isDefaultApp: z.boolean(),
|
|
7872
|
+
defaultRoute: z.string().optional(),
|
|
7873
|
+
groupIds: z.array(z.string()),
|
|
7874
|
+
});
|
|
7875
|
+
|
|
7876
|
+
/**
|
|
7877
|
+
* @internal
|
|
7878
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7879
|
+
*/
|
|
7880
|
+
export namespace GetDeploymentMicrofrontends2$ {
|
|
7881
|
+
/** @deprecated use `GetDeploymentMicrofrontends2$inboundSchema` instead. */
|
|
7882
|
+
export const inboundSchema = GetDeploymentMicrofrontends2$inboundSchema;
|
|
7883
|
+
/** @deprecated use `GetDeploymentMicrofrontends2$outboundSchema` instead. */
|
|
7884
|
+
export const outboundSchema = GetDeploymentMicrofrontends2$outboundSchema;
|
|
7885
|
+
/** @deprecated use `GetDeploymentMicrofrontends2$Outbound` instead. */
|
|
7886
|
+
export type Outbound = GetDeploymentMicrofrontends2$Outbound;
|
|
7887
|
+
}
|
|
7888
|
+
|
|
7889
|
+
export function getDeploymentMicrofrontends2ToJSON(
|
|
7890
|
+
getDeploymentMicrofrontends2: GetDeploymentMicrofrontends2,
|
|
7891
|
+
): string {
|
|
7892
|
+
return JSON.stringify(
|
|
7893
|
+
GetDeploymentMicrofrontends2$outboundSchema.parse(
|
|
7894
|
+
getDeploymentMicrofrontends2,
|
|
7895
|
+
),
|
|
7896
|
+
);
|
|
7897
|
+
}
|
|
7898
|
+
|
|
7899
|
+
export function getDeploymentMicrofrontends2FromJSON(
|
|
7900
|
+
jsonString: string,
|
|
7901
|
+
): SafeParseResult<GetDeploymentMicrofrontends2, SDKValidationError> {
|
|
7902
|
+
return safeParse(
|
|
7903
|
+
jsonString,
|
|
7904
|
+
(x) => GetDeploymentMicrofrontends2$inboundSchema.parse(JSON.parse(x)),
|
|
7905
|
+
`Failed to parse 'GetDeploymentMicrofrontends2' from JSON`,
|
|
7906
|
+
);
|
|
7907
|
+
}
|
|
7908
|
+
|
|
7909
|
+
/** @internal */
|
|
7910
|
+
export const GetDeploymentMicrofrontends1$inboundSchema: z.ZodType<
|
|
7911
|
+
GetDeploymentMicrofrontends1,
|
|
7912
|
+
z.ZodTypeDef,
|
|
7913
|
+
unknown
|
|
7914
|
+
> = z.object({
|
|
7915
|
+
isDefaultApp: z.boolean().optional(),
|
|
7916
|
+
defaultRoute: z.string().optional(),
|
|
7917
|
+
groupIds: z.array(z.string()),
|
|
7918
|
+
});
|
|
7919
|
+
|
|
7920
|
+
/** @internal */
|
|
7921
|
+
export type GetDeploymentMicrofrontends1$Outbound = {
|
|
7922
|
+
isDefaultApp?: boolean | undefined;
|
|
7923
|
+
defaultRoute?: string | undefined;
|
|
7924
|
+
groupIds: Array<string>;
|
|
7925
|
+
};
|
|
7926
|
+
|
|
7927
|
+
/** @internal */
|
|
7928
|
+
export const GetDeploymentMicrofrontends1$outboundSchema: z.ZodType<
|
|
7929
|
+
GetDeploymentMicrofrontends1$Outbound,
|
|
7930
|
+
z.ZodTypeDef,
|
|
7931
|
+
GetDeploymentMicrofrontends1
|
|
7932
|
+
> = z.object({
|
|
7933
|
+
isDefaultApp: z.boolean().optional(),
|
|
7934
|
+
defaultRoute: z.string().optional(),
|
|
7935
|
+
groupIds: z.array(z.string()),
|
|
7936
|
+
});
|
|
7937
|
+
|
|
7938
|
+
/**
|
|
7939
|
+
* @internal
|
|
7940
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7941
|
+
*/
|
|
7942
|
+
export namespace GetDeploymentMicrofrontends1$ {
|
|
7943
|
+
/** @deprecated use `GetDeploymentMicrofrontends1$inboundSchema` instead. */
|
|
7944
|
+
export const inboundSchema = GetDeploymentMicrofrontends1$inboundSchema;
|
|
7945
|
+
/** @deprecated use `GetDeploymentMicrofrontends1$outboundSchema` instead. */
|
|
7946
|
+
export const outboundSchema = GetDeploymentMicrofrontends1$outboundSchema;
|
|
7947
|
+
/** @deprecated use `GetDeploymentMicrofrontends1$Outbound` instead. */
|
|
7948
|
+
export type Outbound = GetDeploymentMicrofrontends1$Outbound;
|
|
7949
|
+
}
|
|
7950
|
+
|
|
7951
|
+
export function getDeploymentMicrofrontends1ToJSON(
|
|
7952
|
+
getDeploymentMicrofrontends1: GetDeploymentMicrofrontends1,
|
|
7953
|
+
): string {
|
|
7954
|
+
return JSON.stringify(
|
|
7955
|
+
GetDeploymentMicrofrontends1$outboundSchema.parse(
|
|
7956
|
+
getDeploymentMicrofrontends1,
|
|
7957
|
+
),
|
|
7958
|
+
);
|
|
7959
|
+
}
|
|
7960
|
+
|
|
7961
|
+
export function getDeploymentMicrofrontends1FromJSON(
|
|
7962
|
+
jsonString: string,
|
|
7963
|
+
): SafeParseResult<GetDeploymentMicrofrontends1, SDKValidationError> {
|
|
7964
|
+
return safeParse(
|
|
7965
|
+
jsonString,
|
|
7966
|
+
(x) => GetDeploymentMicrofrontends1$inboundSchema.parse(JSON.parse(x)),
|
|
7967
|
+
`Failed to parse 'GetDeploymentMicrofrontends1' from JSON`,
|
|
7968
|
+
);
|
|
7969
|
+
}
|
|
7970
|
+
|
|
7971
|
+
/** @internal */
|
|
7972
|
+
export const ResponseBodyMicrofrontends$inboundSchema: z.ZodType<
|
|
7973
|
+
ResponseBodyMicrofrontends,
|
|
7974
|
+
z.ZodTypeDef,
|
|
7975
|
+
unknown
|
|
7976
|
+
> = z.union([
|
|
7977
|
+
z.lazy(() => GetDeploymentMicrofrontends1$inboundSchema),
|
|
7978
|
+
z.lazy(() => GetDeploymentMicrofrontends2$inboundSchema),
|
|
7979
|
+
]);
|
|
7980
|
+
|
|
7981
|
+
/** @internal */
|
|
7982
|
+
export type ResponseBodyMicrofrontends$Outbound =
|
|
7983
|
+
| GetDeploymentMicrofrontends1$Outbound
|
|
7984
|
+
| GetDeploymentMicrofrontends2$Outbound;
|
|
7985
|
+
|
|
7986
|
+
/** @internal */
|
|
7987
|
+
export const ResponseBodyMicrofrontends$outboundSchema: z.ZodType<
|
|
7988
|
+
ResponseBodyMicrofrontends$Outbound,
|
|
7989
|
+
z.ZodTypeDef,
|
|
7990
|
+
ResponseBodyMicrofrontends
|
|
7991
|
+
> = z.union([
|
|
7992
|
+
z.lazy(() => GetDeploymentMicrofrontends1$outboundSchema),
|
|
7993
|
+
z.lazy(() => GetDeploymentMicrofrontends2$outboundSchema),
|
|
7994
|
+
]);
|
|
7995
|
+
|
|
7996
|
+
/**
|
|
7997
|
+
* @internal
|
|
7998
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7999
|
+
*/
|
|
8000
|
+
export namespace ResponseBodyMicrofrontends$ {
|
|
8001
|
+
/** @deprecated use `ResponseBodyMicrofrontends$inboundSchema` instead. */
|
|
8002
|
+
export const inboundSchema = ResponseBodyMicrofrontends$inboundSchema;
|
|
8003
|
+
/** @deprecated use `ResponseBodyMicrofrontends$outboundSchema` instead. */
|
|
8004
|
+
export const outboundSchema = ResponseBodyMicrofrontends$outboundSchema;
|
|
8005
|
+
/** @deprecated use `ResponseBodyMicrofrontends$Outbound` instead. */
|
|
8006
|
+
export type Outbound = ResponseBodyMicrofrontends$Outbound;
|
|
8007
|
+
}
|
|
8008
|
+
|
|
8009
|
+
export function responseBodyMicrofrontendsToJSON(
|
|
8010
|
+
responseBodyMicrofrontends: ResponseBodyMicrofrontends,
|
|
8011
|
+
): string {
|
|
8012
|
+
return JSON.stringify(
|
|
8013
|
+
ResponseBodyMicrofrontends$outboundSchema.parse(responseBodyMicrofrontends),
|
|
8014
|
+
);
|
|
8015
|
+
}
|
|
8016
|
+
|
|
8017
|
+
export function responseBodyMicrofrontendsFromJSON(
|
|
8018
|
+
jsonString: string,
|
|
8019
|
+
): SafeParseResult<ResponseBodyMicrofrontends, SDKValidationError> {
|
|
8020
|
+
return safeParse(
|
|
8021
|
+
jsonString,
|
|
8022
|
+
(x) => ResponseBodyMicrofrontends$inboundSchema.parse(JSON.parse(x)),
|
|
8023
|
+
`Failed to parse 'ResponseBodyMicrofrontends' from JSON`,
|
|
8024
|
+
);
|
|
8025
|
+
}
|
|
8026
|
+
|
|
6196
8027
|
/** @internal */
|
|
6197
8028
|
export const GetDeploymentResponseBody1$inboundSchema: z.ZodType<
|
|
6198
8029
|
GetDeploymentResponseBody1,
|
|
@@ -6311,6 +8142,10 @@ export const GetDeploymentResponseBody1$inboundSchema: z.ZodType<
|
|
|
6311
8142
|
z.lazy(() => GetDeploymentFlags1$inboundSchema),
|
|
6312
8143
|
z.array(z.lazy(() => GetDeploymentFlags2$inboundSchema)),
|
|
6313
8144
|
]).optional(),
|
|
8145
|
+
microfrontends: z.union([
|
|
8146
|
+
z.lazy(() => GetDeploymentMicrofrontends1$inboundSchema),
|
|
8147
|
+
z.lazy(() => GetDeploymentMicrofrontends2$inboundSchema),
|
|
8148
|
+
]).optional(),
|
|
6314
8149
|
});
|
|
6315
8150
|
|
|
6316
8151
|
/** @internal */
|
|
@@ -6423,6 +8258,10 @@ export type GetDeploymentResponseBody1$Outbound = {
|
|
|
6423
8258
|
| GetDeploymentFlags1$Outbound
|
|
6424
8259
|
| Array<GetDeploymentFlags2$Outbound>
|
|
6425
8260
|
| undefined;
|
|
8261
|
+
microfrontends?:
|
|
8262
|
+
| GetDeploymentMicrofrontends1$Outbound
|
|
8263
|
+
| GetDeploymentMicrofrontends2$Outbound
|
|
8264
|
+
| undefined;
|
|
6426
8265
|
};
|
|
6427
8266
|
|
|
6428
8267
|
/** @internal */
|
|
@@ -6545,6 +8384,10 @@ export const GetDeploymentResponseBody1$outboundSchema: z.ZodType<
|
|
|
6545
8384
|
z.lazy(() => GetDeploymentFlags1$outboundSchema),
|
|
6546
8385
|
z.array(z.lazy(() => GetDeploymentFlags2$outboundSchema)),
|
|
6547
8386
|
]).optional(),
|
|
8387
|
+
microfrontends: z.union([
|
|
8388
|
+
z.lazy(() => GetDeploymentMicrofrontends1$outboundSchema),
|
|
8389
|
+
z.lazy(() => GetDeploymentMicrofrontends2$outboundSchema),
|
|
8390
|
+
]).optional(),
|
|
6548
8391
|
});
|
|
6549
8392
|
|
|
6550
8393
|
/**
|
|
@@ -6560,6 +8403,24 @@ export namespace GetDeploymentResponseBody1$ {
|
|
|
6560
8403
|
export type Outbound = GetDeploymentResponseBody1$Outbound;
|
|
6561
8404
|
}
|
|
6562
8405
|
|
|
8406
|
+
export function getDeploymentResponseBody1ToJSON(
|
|
8407
|
+
getDeploymentResponseBody1: GetDeploymentResponseBody1,
|
|
8408
|
+
): string {
|
|
8409
|
+
return JSON.stringify(
|
|
8410
|
+
GetDeploymentResponseBody1$outboundSchema.parse(getDeploymentResponseBody1),
|
|
8411
|
+
);
|
|
8412
|
+
}
|
|
8413
|
+
|
|
8414
|
+
export function getDeploymentResponseBody1FromJSON(
|
|
8415
|
+
jsonString: string,
|
|
8416
|
+
): SafeParseResult<GetDeploymentResponseBody1, SDKValidationError> {
|
|
8417
|
+
return safeParse(
|
|
8418
|
+
jsonString,
|
|
8419
|
+
(x) => GetDeploymentResponseBody1$inboundSchema.parse(JSON.parse(x)),
|
|
8420
|
+
`Failed to parse 'GetDeploymentResponseBody1' from JSON`,
|
|
8421
|
+
);
|
|
8422
|
+
}
|
|
8423
|
+
|
|
6563
8424
|
/** @internal */
|
|
6564
8425
|
export const GetDeploymentResponseBody$inboundSchema: z.ZodType<
|
|
6565
8426
|
GetDeploymentResponseBody,
|
|
@@ -6597,3 +8458,21 @@ export namespace GetDeploymentResponseBody$ {
|
|
|
6597
8458
|
/** @deprecated use `GetDeploymentResponseBody$Outbound` instead. */
|
|
6598
8459
|
export type Outbound = GetDeploymentResponseBody$Outbound;
|
|
6599
8460
|
}
|
|
8461
|
+
|
|
8462
|
+
export function getDeploymentResponseBodyToJSON(
|
|
8463
|
+
getDeploymentResponseBody: GetDeploymentResponseBody,
|
|
8464
|
+
): string {
|
|
8465
|
+
return JSON.stringify(
|
|
8466
|
+
GetDeploymentResponseBody$outboundSchema.parse(getDeploymentResponseBody),
|
|
8467
|
+
);
|
|
8468
|
+
}
|
|
8469
|
+
|
|
8470
|
+
export function getDeploymentResponseBodyFromJSON(
|
|
8471
|
+
jsonString: string,
|
|
8472
|
+
): SafeParseResult<GetDeploymentResponseBody, SDKValidationError> {
|
|
8473
|
+
return safeParse(
|
|
8474
|
+
jsonString,
|
|
8475
|
+
(x) => GetDeploymentResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
8476
|
+
`Failed to parse 'GetDeploymentResponseBody' from JSON`,
|
|
8477
|
+
);
|
|
8478
|
+
}
|