@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
|
@@ -3,7 +3,10 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
6
7
|
import { ClosedEnum } from "../../types/enums.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
7
10
|
|
|
8
11
|
export const Reason = {
|
|
9
12
|
SubscriptionCanceled: "SUBSCRIPTION_CANCELED",
|
|
@@ -148,6 +151,14 @@ export type ResourceConfig = {
|
|
|
148
151
|
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
149
152
|
*/
|
|
150
153
|
cronJobsPerProject?: number | undefined;
|
|
154
|
+
/**
|
|
155
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
156
|
+
*/
|
|
157
|
+
microfrontendGroupsPerTeam?: number | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* An object containing infomation related to the amount of platform resources may be allocated to the User account.
|
|
160
|
+
*/
|
|
161
|
+
microfrontendProjectsPerGroup?: number | undefined;
|
|
151
162
|
};
|
|
152
163
|
|
|
153
164
|
export const ViewPreference = {
|
|
@@ -471,6 +482,20 @@ export namespace SoftBlock$ {
|
|
|
471
482
|
export type Outbound = SoftBlock$Outbound;
|
|
472
483
|
}
|
|
473
484
|
|
|
485
|
+
export function softBlockToJSON(softBlock: SoftBlock): string {
|
|
486
|
+
return JSON.stringify(SoftBlock$outboundSchema.parse(softBlock));
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
export function softBlockFromJSON(
|
|
490
|
+
jsonString: string,
|
|
491
|
+
): SafeParseResult<SoftBlock, SDKValidationError> {
|
|
492
|
+
return safeParse(
|
|
493
|
+
jsonString,
|
|
494
|
+
(x) => SoftBlock$inboundSchema.parse(JSON.parse(x)),
|
|
495
|
+
`Failed to parse 'SoftBlock' from JSON`,
|
|
496
|
+
);
|
|
497
|
+
}
|
|
498
|
+
|
|
474
499
|
/** @internal */
|
|
475
500
|
export const Billing$inboundSchema: z.ZodType<Billing, z.ZodTypeDef, unknown> =
|
|
476
501
|
z.object({});
|
|
@@ -498,6 +523,20 @@ export namespace Billing$ {
|
|
|
498
523
|
export type Outbound = Billing$Outbound;
|
|
499
524
|
}
|
|
500
525
|
|
|
526
|
+
export function billingToJSON(billing: Billing): string {
|
|
527
|
+
return JSON.stringify(Billing$outboundSchema.parse(billing));
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
export function billingFromJSON(
|
|
531
|
+
jsonString: string,
|
|
532
|
+
): SafeParseResult<Billing, SDKValidationError> {
|
|
533
|
+
return safeParse(
|
|
534
|
+
jsonString,
|
|
535
|
+
(x) => Billing$inboundSchema.parse(JSON.parse(x)),
|
|
536
|
+
`Failed to parse 'Billing' from JSON`,
|
|
537
|
+
);
|
|
538
|
+
}
|
|
539
|
+
|
|
501
540
|
/** @internal */
|
|
502
541
|
export const ResourceConfig$inboundSchema: z.ZodType<
|
|
503
542
|
ResourceConfig,
|
|
@@ -521,6 +560,8 @@ export const ResourceConfig$inboundSchema: z.ZodType<
|
|
|
521
560
|
integrationStores: z.number().optional(),
|
|
522
561
|
cronJobs: z.number().optional(),
|
|
523
562
|
cronJobsPerProject: z.number().optional(),
|
|
563
|
+
microfrontendGroupsPerTeam: z.number().optional(),
|
|
564
|
+
microfrontendProjectsPerGroup: z.number().optional(),
|
|
524
565
|
});
|
|
525
566
|
|
|
526
567
|
/** @internal */
|
|
@@ -542,6 +583,8 @@ export type ResourceConfig$Outbound = {
|
|
|
542
583
|
integrationStores?: number | undefined;
|
|
543
584
|
cronJobs?: number | undefined;
|
|
544
585
|
cronJobsPerProject?: number | undefined;
|
|
586
|
+
microfrontendGroupsPerTeam?: number | undefined;
|
|
587
|
+
microfrontendProjectsPerGroup?: number | undefined;
|
|
545
588
|
};
|
|
546
589
|
|
|
547
590
|
/** @internal */
|
|
@@ -567,6 +610,8 @@ export const ResourceConfig$outboundSchema: z.ZodType<
|
|
|
567
610
|
integrationStores: z.number().optional(),
|
|
568
611
|
cronJobs: z.number().optional(),
|
|
569
612
|
cronJobsPerProject: z.number().optional(),
|
|
613
|
+
microfrontendGroupsPerTeam: z.number().optional(),
|
|
614
|
+
microfrontendProjectsPerGroup: z.number().optional(),
|
|
570
615
|
});
|
|
571
616
|
|
|
572
617
|
/**
|
|
@@ -582,6 +627,20 @@ export namespace ResourceConfig$ {
|
|
|
582
627
|
export type Outbound = ResourceConfig$Outbound;
|
|
583
628
|
}
|
|
584
629
|
|
|
630
|
+
export function resourceConfigToJSON(resourceConfig: ResourceConfig): string {
|
|
631
|
+
return JSON.stringify(ResourceConfig$outboundSchema.parse(resourceConfig));
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
export function resourceConfigFromJSON(
|
|
635
|
+
jsonString: string,
|
|
636
|
+
): SafeParseResult<ResourceConfig, SDKValidationError> {
|
|
637
|
+
return safeParse(
|
|
638
|
+
jsonString,
|
|
639
|
+
(x) => ResourceConfig$inboundSchema.parse(JSON.parse(x)),
|
|
640
|
+
`Failed to parse 'ResourceConfig' from JSON`,
|
|
641
|
+
);
|
|
642
|
+
}
|
|
643
|
+
|
|
585
644
|
/** @internal */
|
|
586
645
|
export const ViewPreference$inboundSchema: z.ZodNativeEnum<
|
|
587
646
|
typeof ViewPreference
|
|
@@ -690,6 +749,24 @@ export namespace ActiveDashboardViews$ {
|
|
|
690
749
|
export type Outbound = ActiveDashboardViews$Outbound;
|
|
691
750
|
}
|
|
692
751
|
|
|
752
|
+
export function activeDashboardViewsToJSON(
|
|
753
|
+
activeDashboardViews: ActiveDashboardViews,
|
|
754
|
+
): string {
|
|
755
|
+
return JSON.stringify(
|
|
756
|
+
ActiveDashboardViews$outboundSchema.parse(activeDashboardViews),
|
|
757
|
+
);
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
export function activeDashboardViewsFromJSON(
|
|
761
|
+
jsonString: string,
|
|
762
|
+
): SafeParseResult<ActiveDashboardViews, SDKValidationError> {
|
|
763
|
+
return safeParse(
|
|
764
|
+
jsonString,
|
|
765
|
+
(x) => ActiveDashboardViews$inboundSchema.parse(JSON.parse(x)),
|
|
766
|
+
`Failed to parse 'ActiveDashboardViews' from JSON`,
|
|
767
|
+
);
|
|
768
|
+
}
|
|
769
|
+
|
|
693
770
|
/** @internal */
|
|
694
771
|
export const ImportFlowGitNamespace$inboundSchema: z.ZodType<
|
|
695
772
|
ImportFlowGitNamespace,
|
|
@@ -720,6 +797,24 @@ export namespace ImportFlowGitNamespace$ {
|
|
|
720
797
|
export type Outbound = ImportFlowGitNamespace$Outbound;
|
|
721
798
|
}
|
|
722
799
|
|
|
800
|
+
export function importFlowGitNamespaceToJSON(
|
|
801
|
+
importFlowGitNamespace: ImportFlowGitNamespace,
|
|
802
|
+
): string {
|
|
803
|
+
return JSON.stringify(
|
|
804
|
+
ImportFlowGitNamespace$outboundSchema.parse(importFlowGitNamespace),
|
|
805
|
+
);
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
export function importFlowGitNamespaceFromJSON(
|
|
809
|
+
jsonString: string,
|
|
810
|
+
): SafeParseResult<ImportFlowGitNamespace, SDKValidationError> {
|
|
811
|
+
return safeParse(
|
|
812
|
+
jsonString,
|
|
813
|
+
(x) => ImportFlowGitNamespace$inboundSchema.parse(JSON.parse(x)),
|
|
814
|
+
`Failed to parse 'ImportFlowGitNamespace' from JSON`,
|
|
815
|
+
);
|
|
816
|
+
}
|
|
817
|
+
|
|
723
818
|
/** @internal */
|
|
724
819
|
export const ImportFlowGitNamespaceId$inboundSchema: z.ZodType<
|
|
725
820
|
ImportFlowGitNamespaceId,
|
|
@@ -750,6 +845,24 @@ export namespace ImportFlowGitNamespaceId$ {
|
|
|
750
845
|
export type Outbound = ImportFlowGitNamespaceId$Outbound;
|
|
751
846
|
}
|
|
752
847
|
|
|
848
|
+
export function importFlowGitNamespaceIdToJSON(
|
|
849
|
+
importFlowGitNamespaceId: ImportFlowGitNamespaceId,
|
|
850
|
+
): string {
|
|
851
|
+
return JSON.stringify(
|
|
852
|
+
ImportFlowGitNamespaceId$outboundSchema.parse(importFlowGitNamespaceId),
|
|
853
|
+
);
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
export function importFlowGitNamespaceIdFromJSON(
|
|
857
|
+
jsonString: string,
|
|
858
|
+
): SafeParseResult<ImportFlowGitNamespaceId, SDKValidationError> {
|
|
859
|
+
return safeParse(
|
|
860
|
+
jsonString,
|
|
861
|
+
(x) => ImportFlowGitNamespaceId$inboundSchema.parse(JSON.parse(x)),
|
|
862
|
+
`Failed to parse 'ImportFlowGitNamespaceId' from JSON`,
|
|
863
|
+
);
|
|
864
|
+
}
|
|
865
|
+
|
|
753
866
|
/** @internal */
|
|
754
867
|
export const ImportFlowGitProvider$inboundSchema: z.ZodNativeEnum<
|
|
755
868
|
typeof ImportFlowGitProvider
|
|
@@ -801,6 +914,20 @@ export namespace GitNamespaceId$ {
|
|
|
801
914
|
export type Outbound = GitNamespaceId$Outbound;
|
|
802
915
|
}
|
|
803
916
|
|
|
917
|
+
export function gitNamespaceIdToJSON(gitNamespaceId: GitNamespaceId): string {
|
|
918
|
+
return JSON.stringify(GitNamespaceId$outboundSchema.parse(gitNamespaceId));
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
export function gitNamespaceIdFromJSON(
|
|
922
|
+
jsonString: string,
|
|
923
|
+
): SafeParseResult<GitNamespaceId, SDKValidationError> {
|
|
924
|
+
return safeParse(
|
|
925
|
+
jsonString,
|
|
926
|
+
(x) => GitNamespaceId$inboundSchema.parse(JSON.parse(x)),
|
|
927
|
+
`Failed to parse 'GitNamespaceId' from JSON`,
|
|
928
|
+
);
|
|
929
|
+
}
|
|
930
|
+
|
|
804
931
|
/** @internal */
|
|
805
932
|
export const PreferredScopesAndGitNamespaces$inboundSchema: z.ZodType<
|
|
806
933
|
PreferredScopesAndGitNamespaces,
|
|
@@ -840,6 +967,26 @@ export namespace PreferredScopesAndGitNamespaces$ {
|
|
|
840
967
|
export type Outbound = PreferredScopesAndGitNamespaces$Outbound;
|
|
841
968
|
}
|
|
842
969
|
|
|
970
|
+
export function preferredScopesAndGitNamespacesToJSON(
|
|
971
|
+
preferredScopesAndGitNamespaces: PreferredScopesAndGitNamespaces,
|
|
972
|
+
): string {
|
|
973
|
+
return JSON.stringify(
|
|
974
|
+
PreferredScopesAndGitNamespaces$outboundSchema.parse(
|
|
975
|
+
preferredScopesAndGitNamespaces,
|
|
976
|
+
),
|
|
977
|
+
);
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
export function preferredScopesAndGitNamespacesFromJSON(
|
|
981
|
+
jsonString: string,
|
|
982
|
+
): SafeParseResult<PreferredScopesAndGitNamespaces, SDKValidationError> {
|
|
983
|
+
return safeParse(
|
|
984
|
+
jsonString,
|
|
985
|
+
(x) => PreferredScopesAndGitNamespaces$inboundSchema.parse(JSON.parse(x)),
|
|
986
|
+
`Failed to parse 'PreferredScopesAndGitNamespaces' from JSON`,
|
|
987
|
+
);
|
|
988
|
+
}
|
|
989
|
+
|
|
843
990
|
/** @internal */
|
|
844
991
|
export const Dismissals$inboundSchema: z.ZodType<
|
|
845
992
|
Dismissals,
|
|
@@ -879,6 +1026,20 @@ export namespace Dismissals$ {
|
|
|
879
1026
|
export type Outbound = Dismissals$Outbound;
|
|
880
1027
|
}
|
|
881
1028
|
|
|
1029
|
+
export function dismissalsToJSON(dismissals: Dismissals): string {
|
|
1030
|
+
return JSON.stringify(Dismissals$outboundSchema.parse(dismissals));
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
export function dismissalsFromJSON(
|
|
1034
|
+
jsonString: string,
|
|
1035
|
+
): SafeParseResult<Dismissals, SDKValidationError> {
|
|
1036
|
+
return safeParse(
|
|
1037
|
+
jsonString,
|
|
1038
|
+
(x) => Dismissals$inboundSchema.parse(JSON.parse(x)),
|
|
1039
|
+
`Failed to parse 'Dismissals' from JSON`,
|
|
1040
|
+
);
|
|
1041
|
+
}
|
|
1042
|
+
|
|
882
1043
|
/** @internal */
|
|
883
1044
|
export const DismissedToasts$inboundSchema: z.ZodType<
|
|
884
1045
|
DismissedToasts,
|
|
@@ -918,6 +1079,22 @@ export namespace DismissedToasts$ {
|
|
|
918
1079
|
export type Outbound = DismissedToasts$Outbound;
|
|
919
1080
|
}
|
|
920
1081
|
|
|
1082
|
+
export function dismissedToastsToJSON(
|
|
1083
|
+
dismissedToasts: DismissedToasts,
|
|
1084
|
+
): string {
|
|
1085
|
+
return JSON.stringify(DismissedToasts$outboundSchema.parse(dismissedToasts));
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
export function dismissedToastsFromJSON(
|
|
1089
|
+
jsonString: string,
|
|
1090
|
+
): SafeParseResult<DismissedToasts, SDKValidationError> {
|
|
1091
|
+
return safeParse(
|
|
1092
|
+
jsonString,
|
|
1093
|
+
(x) => DismissedToasts$inboundSchema.parse(JSON.parse(x)),
|
|
1094
|
+
`Failed to parse 'DismissedToasts' from JSON`,
|
|
1095
|
+
);
|
|
1096
|
+
}
|
|
1097
|
+
|
|
921
1098
|
/** @internal */
|
|
922
1099
|
export const Two$inboundSchema: z.ZodType<Two, z.ZodTypeDef, unknown> = z
|
|
923
1100
|
.object({
|
|
@@ -954,6 +1131,20 @@ export namespace Two$ {
|
|
|
954
1131
|
export type Outbound = Two$Outbound;
|
|
955
1132
|
}
|
|
956
1133
|
|
|
1134
|
+
export function twoToJSON(two: Two): string {
|
|
1135
|
+
return JSON.stringify(Two$outboundSchema.parse(two));
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
export function twoFromJSON(
|
|
1139
|
+
jsonString: string,
|
|
1140
|
+
): SafeParseResult<Two, SDKValidationError> {
|
|
1141
|
+
return safeParse(
|
|
1142
|
+
jsonString,
|
|
1143
|
+
(x) => Two$inboundSchema.parse(JSON.parse(x)),
|
|
1144
|
+
`Failed to parse 'Two' from JSON`,
|
|
1145
|
+
);
|
|
1146
|
+
}
|
|
1147
|
+
|
|
957
1148
|
/** @internal */
|
|
958
1149
|
export const One$inboundSchema: z.ZodType<One, z.ZodTypeDef, unknown> = z
|
|
959
1150
|
.object({
|
|
@@ -990,6 +1181,20 @@ export namespace One$ {
|
|
|
990
1181
|
export type Outbound = One$Outbound;
|
|
991
1182
|
}
|
|
992
1183
|
|
|
1184
|
+
export function oneToJSON(one: One): string {
|
|
1185
|
+
return JSON.stringify(One$outboundSchema.parse(one));
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
export function oneFromJSON(
|
|
1189
|
+
jsonString: string,
|
|
1190
|
+
): SafeParseResult<One, SDKValidationError> {
|
|
1191
|
+
return safeParse(
|
|
1192
|
+
jsonString,
|
|
1193
|
+
(x) => One$inboundSchema.parse(JSON.parse(x)),
|
|
1194
|
+
`Failed to parse 'One' from JSON`,
|
|
1195
|
+
);
|
|
1196
|
+
}
|
|
1197
|
+
|
|
993
1198
|
/** @internal */
|
|
994
1199
|
export const FavoriteProjectsAndSpaces$inboundSchema: z.ZodType<
|
|
995
1200
|
FavoriteProjectsAndSpaces,
|
|
@@ -1023,6 +1228,24 @@ export namespace FavoriteProjectsAndSpaces$ {
|
|
|
1023
1228
|
export type Outbound = FavoriteProjectsAndSpaces$Outbound;
|
|
1024
1229
|
}
|
|
1025
1230
|
|
|
1231
|
+
export function favoriteProjectsAndSpacesToJSON(
|
|
1232
|
+
favoriteProjectsAndSpaces: FavoriteProjectsAndSpaces,
|
|
1233
|
+
): string {
|
|
1234
|
+
return JSON.stringify(
|
|
1235
|
+
FavoriteProjectsAndSpaces$outboundSchema.parse(favoriteProjectsAndSpaces),
|
|
1236
|
+
);
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
|
+
export function favoriteProjectsAndSpacesFromJSON(
|
|
1240
|
+
jsonString: string,
|
|
1241
|
+
): SafeParseResult<FavoriteProjectsAndSpaces, SDKValidationError> {
|
|
1242
|
+
return safeParse(
|
|
1243
|
+
jsonString,
|
|
1244
|
+
(x) => FavoriteProjectsAndSpaces$inboundSchema.parse(JSON.parse(x)),
|
|
1245
|
+
`Failed to parse 'FavoriteProjectsAndSpaces' from JSON`,
|
|
1246
|
+
);
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1026
1249
|
/** @internal */
|
|
1027
1250
|
export const RemoteCaching$inboundSchema: z.ZodType<
|
|
1028
1251
|
RemoteCaching,
|
|
@@ -1059,6 +1282,20 @@ export namespace RemoteCaching$ {
|
|
|
1059
1282
|
export type Outbound = RemoteCaching$Outbound;
|
|
1060
1283
|
}
|
|
1061
1284
|
|
|
1285
|
+
export function remoteCachingToJSON(remoteCaching: RemoteCaching): string {
|
|
1286
|
+
return JSON.stringify(RemoteCaching$outboundSchema.parse(remoteCaching));
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
export function remoteCachingFromJSON(
|
|
1290
|
+
jsonString: string,
|
|
1291
|
+
): SafeParseResult<RemoteCaching, SDKValidationError> {
|
|
1292
|
+
return safeParse(
|
|
1293
|
+
jsonString,
|
|
1294
|
+
(x) => RemoteCaching$inboundSchema.parse(JSON.parse(x)),
|
|
1295
|
+
`Failed to parse 'RemoteCaching' from JSON`,
|
|
1296
|
+
);
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1062
1299
|
/** @internal */
|
|
1063
1300
|
export const DataCache$inboundSchema: z.ZodType<
|
|
1064
1301
|
DataCache,
|
|
@@ -1095,6 +1332,20 @@ export namespace DataCache$ {
|
|
|
1095
1332
|
export type Outbound = DataCache$Outbound;
|
|
1096
1333
|
}
|
|
1097
1334
|
|
|
1335
|
+
export function dataCacheToJSON(dataCache: DataCache): string {
|
|
1336
|
+
return JSON.stringify(DataCache$outboundSchema.parse(dataCache));
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
export function dataCacheFromJSON(
|
|
1340
|
+
jsonString: string,
|
|
1341
|
+
): SafeParseResult<DataCache, SDKValidationError> {
|
|
1342
|
+
return safeParse(
|
|
1343
|
+
jsonString,
|
|
1344
|
+
(x) => DataCache$inboundSchema.parse(JSON.parse(x)),
|
|
1345
|
+
`Failed to parse 'DataCache' from JSON`,
|
|
1346
|
+
);
|
|
1347
|
+
}
|
|
1348
|
+
|
|
1098
1349
|
/** @internal */
|
|
1099
1350
|
export const WebAnalytics$inboundSchema: z.ZodType<
|
|
1100
1351
|
WebAnalytics,
|
|
@@ -1137,6 +1388,20 @@ export namespace WebAnalytics$ {
|
|
|
1137
1388
|
export type Outbound = WebAnalytics$Outbound;
|
|
1138
1389
|
}
|
|
1139
1390
|
|
|
1391
|
+
export function webAnalyticsToJSON(webAnalytics: WebAnalytics): string {
|
|
1392
|
+
return JSON.stringify(WebAnalytics$outboundSchema.parse(webAnalytics));
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
export function webAnalyticsFromJSON(
|
|
1396
|
+
jsonString: string,
|
|
1397
|
+
): SafeParseResult<WebAnalytics, SDKValidationError> {
|
|
1398
|
+
return safeParse(
|
|
1399
|
+
jsonString,
|
|
1400
|
+
(x) => WebAnalytics$inboundSchema.parse(JSON.parse(x)),
|
|
1401
|
+
`Failed to parse 'WebAnalytics' from JSON`,
|
|
1402
|
+
);
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1140
1405
|
/** @internal */
|
|
1141
1406
|
export const FeatureBlocks$inboundSchema: z.ZodType<
|
|
1142
1407
|
FeatureBlocks,
|
|
@@ -1173,6 +1438,20 @@ export namespace FeatureBlocks$ {
|
|
|
1173
1438
|
export type Outbound = FeatureBlocks$Outbound;
|
|
1174
1439
|
}
|
|
1175
1440
|
|
|
1441
|
+
export function featureBlocksToJSON(featureBlocks: FeatureBlocks): string {
|
|
1442
|
+
return JSON.stringify(FeatureBlocks$outboundSchema.parse(featureBlocks));
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1445
|
+
export function featureBlocksFromJSON(
|
|
1446
|
+
jsonString: string,
|
|
1447
|
+
): SafeParseResult<FeatureBlocks, SDKValidationError> {
|
|
1448
|
+
return safeParse(
|
|
1449
|
+
jsonString,
|
|
1450
|
+
(x) => FeatureBlocks$inboundSchema.parse(JSON.parse(x)),
|
|
1451
|
+
`Failed to parse 'FeatureBlocks' from JSON`,
|
|
1452
|
+
);
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1176
1455
|
/** @internal */
|
|
1177
1456
|
export const NorthstarMigration$inboundSchema: z.ZodType<
|
|
1178
1457
|
NorthstarMigration,
|
|
@@ -1227,6 +1506,24 @@ export namespace NorthstarMigration$ {
|
|
|
1227
1506
|
export type Outbound = NorthstarMigration$Outbound;
|
|
1228
1507
|
}
|
|
1229
1508
|
|
|
1509
|
+
export function northstarMigrationToJSON(
|
|
1510
|
+
northstarMigration: NorthstarMigration,
|
|
1511
|
+
): string {
|
|
1512
|
+
return JSON.stringify(
|
|
1513
|
+
NorthstarMigration$outboundSchema.parse(northstarMigration),
|
|
1514
|
+
);
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
export function northstarMigrationFromJSON(
|
|
1518
|
+
jsonString: string,
|
|
1519
|
+
): SafeParseResult<NorthstarMigration, SDKValidationError> {
|
|
1520
|
+
return safeParse(
|
|
1521
|
+
jsonString,
|
|
1522
|
+
(x) => NorthstarMigration$inboundSchema.parse(JSON.parse(x)),
|
|
1523
|
+
`Failed to parse 'NorthstarMigration' from JSON`,
|
|
1524
|
+
);
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1230
1527
|
/** @internal */
|
|
1231
1528
|
export const Version$inboundSchema: z.ZodNativeEnum<typeof Version> = z
|
|
1232
1529
|
.nativeEnum(Version);
|
|
@@ -1374,3 +1671,17 @@ export namespace AuthUser$ {
|
|
|
1374
1671
|
/** @deprecated use `AuthUser$Outbound` instead. */
|
|
1375
1672
|
export type Outbound = AuthUser$Outbound;
|
|
1376
1673
|
}
|
|
1674
|
+
|
|
1675
|
+
export function authUserToJSON(authUser: AuthUser): string {
|
|
1676
|
+
return JSON.stringify(AuthUser$outboundSchema.parse(authUser));
|
|
1677
|
+
}
|
|
1678
|
+
|
|
1679
|
+
export function authUserFromJSON(
|
|
1680
|
+
jsonString: string,
|
|
1681
|
+
): SafeParseResult<AuthUser, SDKValidationError> {
|
|
1682
|
+
return safeParse(
|
|
1683
|
+
jsonString,
|
|
1684
|
+
(x) => AuthUser$inboundSchema.parse(JSON.parse(x)),
|
|
1685
|
+
`Failed to parse 'AuthUser' from JSON`,
|
|
1686
|
+
);
|
|
1687
|
+
}
|
|
@@ -3,7 +3,10 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
6
7
|
import { ClosedEnum } from "../../types/enums.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
7
10
|
|
|
8
11
|
/**
|
|
9
12
|
* The user's version. Will either be unset or `northstar`.
|
|
@@ -131,3 +134,19 @@ export namespace AuthUserLimited$ {
|
|
|
131
134
|
/** @deprecated use `AuthUserLimited$Outbound` instead. */
|
|
132
135
|
export type Outbound = AuthUserLimited$Outbound;
|
|
133
136
|
}
|
|
137
|
+
|
|
138
|
+
export function authUserLimitedToJSON(
|
|
139
|
+
authUserLimited: AuthUserLimited,
|
|
140
|
+
): string {
|
|
141
|
+
return JSON.stringify(AuthUserLimited$outboundSchema.parse(authUserLimited));
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
export function authUserLimitedFromJSON(
|
|
145
|
+
jsonString: string,
|
|
146
|
+
): SafeParseResult<AuthUserLimited, SDKValidationError> {
|
|
147
|
+
return safeParse(
|
|
148
|
+
jsonString,
|
|
149
|
+
(x) => AuthUserLimited$inboundSchema.parse(JSON.parse(x)),
|
|
150
|
+
`Failed to parse 'AuthUserLimited' from JSON`,
|
|
151
|
+
);
|
|
152
|
+
}
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
9
|
import {
|
|
7
10
|
EdgeConfigItemValue,
|
|
8
11
|
EdgeConfigItemValue$inboundSchema,
|
|
@@ -72,3 +75,17 @@ export namespace EdgeConfigItem$ {
|
|
|
72
75
|
/** @deprecated use `EdgeConfigItem$Outbound` instead. */
|
|
73
76
|
export type Outbound = EdgeConfigItem$Outbound;
|
|
74
77
|
}
|
|
78
|
+
|
|
79
|
+
export function edgeConfigItemToJSON(edgeConfigItem: EdgeConfigItem): string {
|
|
80
|
+
return JSON.stringify(EdgeConfigItem$outboundSchema.parse(edgeConfigItem));
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export function edgeConfigItemFromJSON(
|
|
84
|
+
jsonString: string,
|
|
85
|
+
): SafeParseResult<EdgeConfigItem, SDKValidationError> {
|
|
86
|
+
return safeParse(
|
|
87
|
+
jsonString,
|
|
88
|
+
(x) => EdgeConfigItem$inboundSchema.parse(JSON.parse(x)),
|
|
89
|
+
`Failed to parse 'EdgeConfigItem' from JSON`,
|
|
90
|
+
);
|
|
91
|
+
}
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
9
|
|
|
7
10
|
export type EdgeConfigItemValue = string | number | boolean | {
|
|
8
11
|
[k: string]: EdgeConfigItemValue;
|
|
@@ -51,3 +54,21 @@ export namespace EdgeConfigItemValue$ {
|
|
|
51
54
|
/** @deprecated use `EdgeConfigItemValue$Outbound` instead. */
|
|
52
55
|
export type Outbound = EdgeConfigItemValue$Outbound;
|
|
53
56
|
}
|
|
57
|
+
|
|
58
|
+
export function edgeConfigItemValueToJSON(
|
|
59
|
+
edgeConfigItemValue: EdgeConfigItemValue,
|
|
60
|
+
): string {
|
|
61
|
+
return JSON.stringify(
|
|
62
|
+
EdgeConfigItemValue$outboundSchema.parse(edgeConfigItemValue),
|
|
63
|
+
);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export function edgeConfigItemValueFromJSON(
|
|
67
|
+
jsonString: string,
|
|
68
|
+
): SafeParseResult<EdgeConfigItemValue, SDKValidationError> {
|
|
69
|
+
return safeParse(
|
|
70
|
+
jsonString,
|
|
71
|
+
(x) => EdgeConfigItemValue$inboundSchema.parse(JSON.parse(x)),
|
|
72
|
+
`Failed to parse 'EdgeConfigItemValue' from JSON`,
|
|
73
|
+
);
|
|
74
|
+
}
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
9
|
|
|
7
10
|
/**
|
|
8
11
|
* The EdgeConfig.
|
|
@@ -65,3 +68,19 @@ export namespace EdgeConfigToken$ {
|
|
|
65
68
|
/** @deprecated use `EdgeConfigToken$Outbound` instead. */
|
|
66
69
|
export type Outbound = EdgeConfigToken$Outbound;
|
|
67
70
|
}
|
|
71
|
+
|
|
72
|
+
export function edgeConfigTokenToJSON(
|
|
73
|
+
edgeConfigToken: EdgeConfigToken,
|
|
74
|
+
): string {
|
|
75
|
+
return JSON.stringify(EdgeConfigToken$outboundSchema.parse(edgeConfigToken));
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export function edgeConfigTokenFromJSON(
|
|
79
|
+
jsonString: string,
|
|
80
|
+
): SafeParseResult<EdgeConfigToken, SDKValidationError> {
|
|
81
|
+
return safeParse(
|
|
82
|
+
jsonString,
|
|
83
|
+
(x) => EdgeConfigToken$inboundSchema.parse(JSON.parse(x)),
|
|
84
|
+
`Failed to parse 'EdgeConfigToken' from JSON`,
|
|
85
|
+
);
|
|
86
|
+
}
|
|
@@ -3,7 +3,10 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
6
7
|
import { ClosedEnum } from "../../types/enums.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
7
10
|
|
|
8
11
|
/**
|
|
9
12
|
* String indicating the type of file tree entry.
|
|
@@ -128,3 +131,17 @@ export namespace FileTree$ {
|
|
|
128
131
|
/** @deprecated use `FileTree$Outbound` instead. */
|
|
129
132
|
export type Outbound = FileTree$Outbound;
|
|
130
133
|
}
|
|
134
|
+
|
|
135
|
+
export function fileTreeToJSON(fileTree: FileTree): string {
|
|
136
|
+
return JSON.stringify(FileTree$outboundSchema.parse(fileTree));
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
export function fileTreeFromJSON(
|
|
140
|
+
jsonString: string,
|
|
141
|
+
): SafeParseResult<FileTree, SDKValidationError> {
|
|
142
|
+
return safeParse(
|
|
143
|
+
jsonString,
|
|
144
|
+
(x) => FileTree$inboundSchema.parse(JSON.parse(x)),
|
|
145
|
+
`Failed to parse 'FileTree' from JSON`,
|
|
146
|
+
);
|
|
147
|
+
}
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
9
|
|
|
7
10
|
export type FlagJSONValue = string | number | boolean | Array<FlagJSONValue> | {
|
|
8
11
|
[k: string]: FlagJSONValue;
|
|
@@ -54,3 +57,17 @@ export namespace FlagJSONValue$ {
|
|
|
54
57
|
/** @deprecated use `FlagJSONValue$Outbound` instead. */
|
|
55
58
|
export type Outbound = FlagJSONValue$Outbound;
|
|
56
59
|
}
|
|
60
|
+
|
|
61
|
+
export function flagJSONValueToJSON(flagJSONValue: FlagJSONValue): string {
|
|
62
|
+
return JSON.stringify(FlagJSONValue$outboundSchema.parse(flagJSONValue));
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export function flagJSONValueFromJSON(
|
|
66
|
+
jsonString: string,
|
|
67
|
+
): SafeParseResult<FlagJSONValue, SDKValidationError> {
|
|
68
|
+
return safeParse(
|
|
69
|
+
jsonString,
|
|
70
|
+
(x) => FlagJSONValue$inboundSchema.parse(JSON.parse(x)),
|
|
71
|
+
`Failed to parse 'FlagJSONValue' from JSON`,
|
|
72
|
+
);
|
|
73
|
+
}
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
9
|
|
|
7
10
|
/**
|
|
8
11
|
* This object contains information related to the pagination of the current request, including the necessary parameters to get the next or previous page of data.
|
|
@@ -63,3 +66,17 @@ export namespace Pagination$ {
|
|
|
63
66
|
/** @deprecated use `Pagination$Outbound` instead. */
|
|
64
67
|
export type Outbound = Pagination$Outbound;
|
|
65
68
|
}
|
|
69
|
+
|
|
70
|
+
export function paginationToJSON(pagination: Pagination): string {
|
|
71
|
+
return JSON.stringify(Pagination$outboundSchema.parse(pagination));
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export function paginationFromJSON(
|
|
75
|
+
jsonString: string,
|
|
76
|
+
): SafeParseResult<Pagination, SDKValidationError> {
|
|
77
|
+
return safeParse(
|
|
78
|
+
jsonString,
|
|
79
|
+
(x) => Pagination$inboundSchema.parse(JSON.parse(x)),
|
|
80
|
+
`Failed to parse 'Pagination' from JSON`,
|
|
81
|
+
);
|
|
82
|
+
}
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
9
|
|
|
7
10
|
export type Security = {
|
|
8
11
|
bearerToken: string;
|
|
@@ -43,3 +46,17 @@ export namespace Security$ {
|
|
|
43
46
|
/** @deprecated use `Security$Outbound` instead. */
|
|
44
47
|
export type Outbound = Security$Outbound;
|
|
45
48
|
}
|
|
49
|
+
|
|
50
|
+
export function securityToJSON(security: Security): string {
|
|
51
|
+
return JSON.stringify(Security$outboundSchema.parse(security));
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export function securityFromJSON(
|
|
55
|
+
jsonString: string,
|
|
56
|
+
): SafeParseResult<Security, SDKValidationError> {
|
|
57
|
+
return safeParse(
|
|
58
|
+
jsonString,
|
|
59
|
+
(x) => Security$inboundSchema.parse(JSON.parse(x)),
|
|
60
|
+
`Failed to parse 'Security' from JSON`,
|
|
61
|
+
);
|
|
62
|
+
}
|