@vercel/sdk 14.0.0-canary.6 → 14.0.0-canary.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.devcontainer/README.md +1 -1
- package/LICENSE +201 -0
- package/README.md +33 -4
- package/docs/sdks/accessgroups/README.md +326 -0
- package/docs/sdks/authentication/README.md +69 -0
- package/docs/sdks/marketplace/README.md +694 -0
- package/docs/sdks/projects/README.md +85 -150
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js +77 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/{projectsPauseProject.js → accessGroupsDeleteAccessGroupProject.js} +12 -11
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/{projectsUnpauseProject.js → accessGroupsReadAccessGroupProject.js} +13 -13
- package/esm/funcs/accessGroupsReadAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.js +81 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.js.map +1 -0
- package/esm/funcs/authenticationExchangeSsoToken.d.ts +15 -0
- package/esm/funcs/authenticationExchangeSsoToken.d.ts.map +1 -0
- package/esm/funcs/authenticationExchangeSsoToken.js +66 -0
- package/esm/funcs/authenticationExchangeSsoToken.js.map +1 -0
- package/esm/funcs/marketplaceCreateEvent.d.ts +15 -0
- package/esm/funcs/marketplaceCreateEvent.d.ts.map +1 -0
- package/esm/funcs/marketplaceCreateEvent.js +73 -0
- package/esm/funcs/marketplaceCreateEvent.js.map +1 -0
- package/esm/funcs/marketplaceExchangeSsoToken.d.ts +15 -0
- package/esm/funcs/marketplaceExchangeSsoToken.d.ts.map +1 -0
- package/esm/funcs/marketplaceExchangeSsoToken.js +66 -0
- package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -0
- package/esm/funcs/marketplaceGetAccountInfo.d.ts +15 -0
- package/esm/funcs/marketplaceGetAccountInfo.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetAccountInfo.js +71 -0
- package/esm/funcs/marketplaceGetAccountInfo.js.map +1 -0
- package/esm/funcs/marketplaceGetInvoice.d.ts +15 -0
- package/esm/funcs/marketplaceGetInvoice.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetInvoice.js +75 -0
- package/esm/funcs/marketplaceGetInvoice.js.map +1 -0
- package/esm/funcs/marketplaceGetMember.d.ts +15 -0
- package/esm/funcs/marketplaceGetMember.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetMember.js +75 -0
- package/esm/funcs/marketplaceGetMember.js.map +1 -0
- package/esm/funcs/marketplaceSubmitBillingData.d.ts +15 -0
- package/esm/funcs/marketplaceSubmitBillingData.d.ts.map +1 -0
- package/esm/funcs/marketplaceSubmitBillingData.js +73 -0
- package/esm/funcs/marketplaceSubmitBillingData.js.map +1 -0
- package/esm/funcs/marketplaceSubmitInvoice.d.ts +15 -0
- package/esm/funcs/marketplaceSubmitInvoice.d.ts.map +1 -0
- package/esm/funcs/marketplaceSubmitInvoice.js +72 -0
- package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -0
- package/esm/funcs/marketplaceUpdateInvoice.d.ts +15 -0
- package/esm/funcs/marketplaceUpdateInvoice.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateInvoice.js +77 -0
- package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts +15 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +78 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -0
- package/esm/funcs/projectsGetProjectDomains.d.ts +15 -0
- package/esm/funcs/projectsGetProjectDomains.d.ts.map +1 -0
- package/esm/funcs/projectsGetProjectDomains.js +89 -0
- package/esm/funcs/projectsGetProjectDomains.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 +56 -3
- package/esm/models/components/authuser.d.ts.map +1 -1
- package/esm/models/components/authuser.js +121 -1
- 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 +6 -2
- package/esm/models/components/security.d.ts.map +1 -1
- package/esm/models/components/security.js +9 -2
- 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/createevent.d.ts +187 -0
- package/esm/models/operations/createevent.d.ts.map +1 -0
- package/esm/models/operations/createevent.js +195 -0
- package/esm/models/operations/createevent.js.map +1 -0
- 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 +194 -46
- package/esm/models/operations/createproject.d.ts.map +1 -1
- package/esm/models/operations/createproject.js +522 -26
- package/esm/models/operations/createproject.js.map +1 -1
- package/esm/models/operations/createprojectenv.d.ts +112 -6
- package/esm/models/operations/createprojectenv.d.ts.map +1 -1
- package/esm/models/operations/createprojectenv.js +315 -2
- package/esm/models/operations/createprojectenv.js.map +1 -1
- package/esm/models/operations/createrecord.d.ts +36 -0
- package/esm/models/operations/createrecord.d.ts.map +1 -1
- package/esm/models/operations/createrecord.js +103 -0
- package/esm/models/operations/createrecord.js.map +1 -1
- package/esm/models/operations/createteam.d.ts +25 -13
- package/esm/models/operations/createteam.d.ts.map +1 -1
- package/esm/models/operations/createteam.js +42 -11
- package/esm/models/operations/createteam.js.map +1 -1
- package/esm/models/operations/createwebhook.d.ts +8 -0
- package/esm/models/operations/createwebhook.d.ts.map +1 -1
- package/esm/models/operations/createwebhook.js +19 -0
- package/esm/models/operations/createwebhook.js.map +1 -1
- package/esm/models/operations/deleteaccessgroup.d.ts +4 -0
- package/esm/models/operations/deleteaccessgroup.d.ts.map +1 -1
- package/esm/models/operations/deleteaccessgroup.js +7 -0
- package/esm/models/operations/deleteaccessgroup.js.map +1 -1
- package/esm/models/operations/deleteaccessgroupproject.d.ts +41 -0
- package/esm/models/operations/deleteaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/deleteaccessgroupproject.js +37 -0
- package/esm/models/operations/deleteaccessgroupproject.js.map +1 -0
- package/esm/models/operations/deletealias.d.ts +6 -0
- package/esm/models/operations/deletealias.d.ts.map +1 -1
- package/esm/models/operations/deletealias.js +13 -0
- package/esm/models/operations/deletealias.js.map +1 -1
- package/esm/models/operations/deleteauthtoken.d.ts +6 -0
- package/esm/models/operations/deleteauthtoken.d.ts.map +1 -1
- package/esm/models/operations/deleteauthtoken.js +13 -0
- package/esm/models/operations/deleteauthtoken.js.map +1 -1
- package/esm/models/operations/deleteconfigurablelogdrain.d.ts +4 -0
- package/esm/models/operations/deleteconfigurablelogdrain.d.ts.map +1 -1
- package/esm/models/operations/deleteconfigurablelogdrain.js +7 -0
- package/esm/models/operations/deleteconfigurablelogdrain.js.map +1 -1
- package/esm/models/operations/deleteconfiguration.d.ts +4 -0
- package/esm/models/operations/deleteconfiguration.d.ts.map +1 -1
- package/esm/models/operations/deleteconfiguration.js +7 -0
- package/esm/models/operations/deleteconfiguration.js.map +1 -1
- package/esm/models/operations/deletedeployment.d.ts +14 -8
- package/esm/models/operations/deletedeployment.d.ts.map +1 -1
- package/esm/models/operations/deletedeployment.js +25 -12
- package/esm/models/operations/deletedeployment.js.map +1 -1
- package/esm/models/operations/deletedomain.d.ts +6 -0
- package/esm/models/operations/deletedomain.d.ts.map +1 -1
- package/esm/models/operations/deletedomain.js +13 -0
- package/esm/models/operations/deletedomain.js.map +1 -1
- package/esm/models/operations/deleteedgeconfig.d.ts +4 -0
- package/esm/models/operations/deleteedgeconfig.d.ts.map +1 -1
- package/esm/models/operations/deleteedgeconfig.js +7 -0
- package/esm/models/operations/deleteedgeconfig.js.map +1 -1
- package/esm/models/operations/deleteedgeconfigschema.d.ts +4 -0
- package/esm/models/operations/deleteedgeconfigschema.d.ts.map +1 -1
- package/esm/models/operations/deleteedgeconfigschema.js +7 -0
- package/esm/models/operations/deleteedgeconfigschema.js.map +1 -1
- package/esm/models/operations/deleteedgeconfigtokens.d.ts +6 -0
- package/esm/models/operations/deleteedgeconfigtokens.d.ts.map +1 -1
- package/esm/models/operations/deleteedgeconfigtokens.js +13 -0
- package/esm/models/operations/deleteedgeconfigtokens.js.map +1 -1
- package/esm/models/operations/deleteintegrationlogdrain.d.ts +4 -0
- package/esm/models/operations/deleteintegrationlogdrain.d.ts.map +1 -1
- package/esm/models/operations/deleteintegrationlogdrain.js +7 -0
- package/esm/models/operations/deleteintegrationlogdrain.js.map +1 -1
- package/esm/models/operations/deleteproject.d.ts +4 -0
- package/esm/models/operations/deleteproject.d.ts.map +1 -1
- package/esm/models/operations/deleteproject.js +7 -0
- package/esm/models/operations/deleteproject.js.map +1 -1
- package/esm/models/operations/deleteteam.d.ts +10 -0
- package/esm/models/operations/deleteteam.d.ts.map +1 -1
- package/esm/models/operations/deleteteam.js +25 -0
- package/esm/models/operations/deleteteam.js.map +1 -1
- package/esm/models/operations/deleteteaminvitecode.d.ts +6 -0
- package/esm/models/operations/deleteteaminvitecode.d.ts.map +1 -1
- package/esm/models/operations/deleteteaminvitecode.js +13 -0
- package/esm/models/operations/deleteteaminvitecode.js.map +1 -1
- package/esm/models/operations/deletewebhook.d.ts +4 -0
- package/esm/models/operations/deletewebhook.d.ts.map +1 -1
- package/esm/models/operations/deletewebhook.js +7 -0
- package/esm/models/operations/deletewebhook.js.map +1 -1
- package/esm/models/operations/downloadartifact.d.ts +4 -0
- package/esm/models/operations/downloadartifact.d.ts.map +1 -1
- package/esm/models/operations/downloadartifact.js +7 -0
- package/esm/models/operations/downloadartifact.js.map +1 -1
- package/esm/models/operations/editprojectenv.d.ts +51 -3
- package/esm/models/operations/editprojectenv.d.ts.map +1 -1
- package/esm/models/operations/editprojectenv.js +140 -1
- package/esm/models/operations/editprojectenv.js.map +1 -1
- package/esm/models/operations/exchangessotoken.d.ts +81 -0
- package/esm/models/operations/exchangessotoken.d.ts.map +1 -0
- package/esm/models/operations/exchangessotoken.js +93 -0
- package/esm/models/operations/exchangessotoken.js.map +1 -0
- 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/getaccountinfo.d.ts +85 -0
- package/esm/models/operations/getaccountinfo.d.ts.map +1 -0
- package/esm/models/operations/getaccountinfo.js +87 -0
- package/esm/models/operations/getaccountinfo.js.map +1 -0
- 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/getinvoice.d.ts +232 -0
- package/esm/models/operations/getinvoice.d.ts.map +1 -0
- package/esm/models/operations/getinvoice.js +219 -0
- package/esm/models/operations/getinvoice.js.map +1 -0
- package/esm/models/operations/getmember.d.ts +84 -0
- package/esm/models/operations/getmember.d.ts.map +1 -0
- package/esm/models/operations/getmember.js +79 -0
- package/esm/models/operations/getmember.js.map +1 -0
- 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/getprojectdomains.d.ts +367 -0
- package/esm/models/operations/getprojectdomains.d.ts.map +1 -0
- package/esm/models/operations/getprojectdomains.js +272 -0
- package/esm/models/operations/getprojectdomains.js.map +1 -0
- 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 +177 -37
- package/esm/models/operations/getprojects.d.ts.map +1 -1
- package/esm/models/operations/getprojects.js +495 -23
- package/esm/models/operations/getprojects.js.map +1 -1
- package/esm/models/operations/getrecords.d.ts +14 -0
- package/esm/models/operations/getrecords.d.ts.map +1 -1
- package/esm/models/operations/getrecords.js +37 -0
- package/esm/models/operations/getrecords.js.map +1 -1
- package/esm/models/operations/getteam.d.ts +4 -0
- package/esm/models/operations/getteam.d.ts.map +1 -1
- package/esm/models/operations/getteam.js +7 -0
- package/esm/models/operations/getteam.js.map +1 -1
- package/esm/models/operations/getteamaccessrequest.d.ts +16 -0
- package/esm/models/operations/getteamaccessrequest.d.ts.map +1 -1
- package/esm/models/operations/getteamaccessrequest.js +43 -0
- package/esm/models/operations/getteamaccessrequest.js.map +1 -1
- package/esm/models/operations/getteammembers.d.ts +24 -0
- package/esm/models/operations/getteammembers.d.ts.map +1 -1
- package/esm/models/operations/getteammembers.js +67 -0
- package/esm/models/operations/getteammembers.js.map +1 -1
- package/esm/models/operations/getteams.d.ts +8 -0
- package/esm/models/operations/getteams.d.ts.map +1 -1
- package/esm/models/operations/getteams.js +19 -0
- package/esm/models/operations/getteams.js.map +1 -1
- package/esm/models/operations/getwebhook.d.ts +6 -0
- package/esm/models/operations/getwebhook.d.ts.map +1 -1
- package/esm/models/operations/getwebhook.js +13 -0
- package/esm/models/operations/getwebhook.js.map +1 -1
- package/esm/models/operations/getwebhooks.d.ts +12 -0
- package/esm/models/operations/getwebhooks.d.ts.map +1 -1
- package/esm/models/operations/getwebhooks.js +31 -0
- package/esm/models/operations/getwebhooks.js.map +1 -1
- package/esm/models/operations/gitnamespaces.d.ts +8 -0
- package/esm/models/operations/gitnamespaces.d.ts.map +1 -1
- package/esm/models/operations/gitnamespaces.js +19 -0
- package/esm/models/operations/gitnamespaces.js.map +1 -1
- package/esm/models/operations/inviteusertoteam.d.ts +14 -0
- package/esm/models/operations/inviteusertoteam.d.ts.map +1 -1
- package/esm/models/operations/inviteusertoteam.js +37 -0
- package/esm/models/operations/inviteusertoteam.js.map +1 -1
- package/esm/models/operations/issuecert.d.ts +8 -0
- package/esm/models/operations/issuecert.d.ts.map +1 -1
- package/esm/models/operations/issuecert.js +19 -0
- package/esm/models/operations/issuecert.js.map +1 -1
- package/esm/models/operations/jointeam.d.ts +8 -0
- package/esm/models/operations/jointeam.d.ts.map +1 -1
- package/esm/models/operations/jointeam.js +19 -0
- package/esm/models/operations/jointeam.js.map +1 -1
- package/esm/models/operations/listaccessgroupmembers.d.ts +10 -0
- package/esm/models/operations/listaccessgroupmembers.d.ts.map +1 -1
- package/esm/models/operations/listaccessgroupmembers.js +25 -0
- package/esm/models/operations/listaccessgroupmembers.js.map +1 -1
- package/esm/models/operations/listaccessgroupprojects.d.ts +12 -0
- package/esm/models/operations/listaccessgroupprojects.d.ts.map +1 -1
- package/esm/models/operations/listaccessgroupprojects.js +31 -0
- package/esm/models/operations/listaccessgroupprojects.js.map +1 -1
- package/esm/models/operations/listaccessgroups.d.ts +14 -0
- package/esm/models/operations/listaccessgroups.d.ts.map +1 -1
- package/esm/models/operations/listaccessgroups.js +37 -0
- package/esm/models/operations/listaccessgroups.js.map +1 -1
- package/esm/models/operations/listaliases.d.ts +24 -0
- package/esm/models/operations/listaliases.d.ts.map +1 -1
- package/esm/models/operations/listaliases.js +67 -0
- package/esm/models/operations/listaliases.js.map +1 -1
- package/esm/models/operations/listauthtokens.d.ts +4 -0
- package/esm/models/operations/listauthtokens.d.ts.map +1 -1
- package/esm/models/operations/listauthtokens.js +7 -0
- package/esm/models/operations/listauthtokens.js.map +1 -1
- package/esm/models/operations/listdeploymentaliases.d.ts +18 -0
- package/esm/models/operations/listdeploymentaliases.d.ts.map +1 -1
- package/esm/models/operations/listdeploymentaliases.js +49 -0
- package/esm/models/operations/listdeploymentaliases.js.map +1 -1
- package/esm/models/operations/listdeploymentfiles.d.ts +4 -0
- package/esm/models/operations/listdeploymentfiles.d.ts.map +1 -1
- package/esm/models/operations/listdeploymentfiles.js +7 -0
- package/esm/models/operations/listdeploymentfiles.js.map +1 -1
- package/esm/models/operations/listpromotealiases.d.ts +12 -0
- package/esm/models/operations/listpromotealiases.d.ts.map +1 -1
- package/esm/models/operations/listpromotealiases.js +31 -0
- package/esm/models/operations/listpromotealiases.js.map +1 -1
- package/esm/models/operations/listuserevents.d.ts +6 -0
- package/esm/models/operations/listuserevents.d.ts.map +1 -1
- package/esm/models/operations/listuserevents.js +13 -0
- package/esm/models/operations/listuserevents.js.map +1 -1
- package/esm/models/operations/patchdomain.d.ts +18 -0
- package/esm/models/operations/patchdomain.d.ts.map +1 -1
- package/esm/models/operations/patchdomain.js +49 -0
- package/esm/models/operations/patchdomain.js.map +1 -1
- package/esm/models/operations/patchedgeconfigschema.d.ts +8 -0
- package/esm/models/operations/patchedgeconfigschema.d.ts.map +1 -1
- package/esm/models/operations/patchedgeconfigschema.js +19 -0
- package/esm/models/operations/patchedgeconfigschema.js.map +1 -1
- package/esm/models/operations/patchteam.d.ts +14 -0
- package/esm/models/operations/patchteam.d.ts.map +1 -1
- package/esm/models/operations/patchteam.js +37 -0
- package/esm/models/operations/patchteam.js.map +1 -1
- package/esm/models/operations/putfirewallconfig.d.ts +156 -44
- package/esm/models/operations/putfirewallconfig.d.ts.map +1 -1
- package/esm/models/operations/putfirewallconfig.js +403 -72
- package/esm/models/operations/putfirewallconfig.js.map +1 -1
- package/esm/models/operations/readaccessgroup.d.ts +6 -0
- package/esm/models/operations/readaccessgroup.d.ts.map +1 -1
- package/esm/models/operations/readaccessgroup.js +13 -0
- package/esm/models/operations/readaccessgroup.js.map +1 -1
- package/esm/models/operations/readaccessgroupproject.d.ts +105 -0
- package/esm/models/operations/readaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/readaccessgroupproject.js +92 -0
- package/esm/models/operations/readaccessgroupproject.js.map +1 -0
- package/esm/models/operations/recordevents.d.ts +6 -0
- package/esm/models/operations/recordevents.d.ts.map +1 -1
- package/esm/models/operations/recordevents.js +13 -0
- package/esm/models/operations/recordevents.js.map +1 -1
- package/esm/models/operations/removecert.d.ts +6 -0
- package/esm/models/operations/removecert.d.ts.map +1 -1
- package/esm/models/operations/removecert.js +13 -0
- package/esm/models/operations/removecert.js.map +1 -1
- package/esm/models/operations/removeprojectdomain.d.ts +6 -0
- package/esm/models/operations/removeprojectdomain.d.ts.map +1 -1
- package/esm/models/operations/removeprojectdomain.js +13 -0
- package/esm/models/operations/removeprojectdomain.js.map +1 -1
- package/esm/models/operations/removeprojectenv.d.ts +129 -9
- package/esm/models/operations/removeprojectenv.d.ts.map +1 -1
- package/esm/models/operations/removeprojectenv.js +364 -3
- package/esm/models/operations/removeprojectenv.js.map +1 -1
- package/esm/models/operations/removeprojectmember.d.ts +6 -0
- package/esm/models/operations/removeprojectmember.d.ts.map +1 -1
- package/esm/models/operations/removeprojectmember.js +13 -0
- package/esm/models/operations/removeprojectmember.js.map +1 -1
- package/esm/models/operations/removerecord.d.ts +6 -0
- package/esm/models/operations/removerecord.d.ts.map +1 -1
- package/esm/models/operations/removerecord.js +13 -0
- package/esm/models/operations/removerecord.js.map +1 -1
- package/esm/models/operations/removeteammember.d.ts +6 -0
- package/esm/models/operations/removeteammember.d.ts.map +1 -1
- package/esm/models/operations/removeteammember.js +13 -0
- package/esm/models/operations/removeteammember.js.map +1 -1
- package/esm/models/operations/requestaccesstoteam.d.ts +22 -0
- package/esm/models/operations/requestaccesstoteam.d.ts.map +1 -1
- package/esm/models/operations/requestaccesstoteam.js +61 -0
- package/esm/models/operations/requestaccesstoteam.js.map +1 -1
- package/esm/models/operations/requestdelete.d.ts +8 -0
- package/esm/models/operations/requestdelete.d.ts.map +1 -1
- package/esm/models/operations/requestdelete.js +19 -0
- package/esm/models/operations/requestdelete.js.map +1 -1
- package/esm/models/operations/requestpromote.d.ts +4 -0
- package/esm/models/operations/requestpromote.d.ts.map +1 -1
- package/esm/models/operations/requestpromote.js +7 -0
- package/esm/models/operations/requestpromote.js.map +1 -1
- package/esm/models/operations/rerequestcheck.d.ts +6 -0
- package/esm/models/operations/rerequestcheck.d.ts.map +1 -1
- package/esm/models/operations/rerequestcheck.js +13 -0
- package/esm/models/operations/rerequestcheck.js.map +1 -1
- package/esm/models/operations/searchrepo.d.ts +24 -0
- package/esm/models/operations/searchrepo.d.ts.map +1 -1
- package/esm/models/operations/searchrepo.js +67 -0
- package/esm/models/operations/searchrepo.js.map +1 -1
- package/esm/models/operations/status.d.ts +6 -0
- package/esm/models/operations/status.d.ts.map +1 -1
- package/esm/models/operations/status.js +13 -0
- package/esm/models/operations/status.js.map +1 -1
- package/esm/models/operations/submitbillingdata.d.ts +448 -0
- package/esm/models/operations/submitbillingdata.d.ts.map +1 -0
- package/esm/models/operations/submitbillingdata.js +355 -0
- package/esm/models/operations/submitbillingdata.js.map +1 -0
- package/esm/models/operations/submitinvoice.d.ts +299 -0
- package/esm/models/operations/submitinvoice.d.ts.map +1 -0
- package/esm/models/operations/submitinvoice.js +269 -0
- package/esm/models/operations/submitinvoice.js.map +1 -0
- 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/updateinvoice.d.ts +91 -0
- package/esm/models/operations/updateinvoice.d.ts.map +1 -0
- package/esm/models/operations/updateinvoice.js +92 -0
- package/esm/models/operations/updateinvoice.js.map +1 -0
- package/esm/models/operations/updateproject.d.ts +200 -46
- package/esm/models/operations/updateproject.d.ts.map +1 -1
- package/esm/models/operations/updateproject.js +540 -26
- package/esm/models/operations/updateproject.js.map +1 -1
- package/esm/models/operations/updateprojectdatacache.d.ts +177 -37
- package/esm/models/operations/updateprojectdatacache.d.ts.map +1 -1
- package/esm/models/operations/updateprojectdatacache.js +495 -24
- package/esm/models/operations/updateprojectdatacache.js.map +1 -1
- package/esm/models/operations/updateprojectdomain.d.ts +10 -0
- package/esm/models/operations/updateprojectdomain.d.ts.map +1 -1
- package/esm/models/operations/updateprojectdomain.js +25 -0
- package/esm/models/operations/updateprojectdomain.js.map +1 -1
- package/esm/models/operations/updateprojectprotectionbypass.d.ts +14 -0
- package/esm/models/operations/updateprojectprotectionbypass.d.ts.map +1 -1
- package/esm/models/operations/updateprojectprotectionbypass.js +37 -0
- package/esm/models/operations/updateprojectprotectionbypass.js.map +1 -1
- package/esm/models/operations/updaterecord.d.ts +12 -0
- package/esm/models/operations/updaterecord.d.ts.map +1 -1
- package/esm/models/operations/updaterecord.js +31 -0
- package/esm/models/operations/updaterecord.js.map +1 -1
- package/esm/models/operations/updateresourcesecrets.d.ts +87 -0
- package/esm/models/operations/updateresourcesecrets.d.ts.map +1 -0
- package/esm/models/operations/updateresourcesecrets.js +100 -0
- package/esm/models/operations/updateresourcesecrets.js.map +1 -0
- 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/authentication.d.ts +8 -0
- package/esm/sdk/authentication.d.ts.map +1 -1
- package/esm/sdk/authentication.js +10 -0
- package/esm/sdk/authentication.js.map +1 -1
- package/esm/sdk/marketplace.d.ts +76 -0
- package/esm/sdk/marketplace.d.ts.map +1 -0
- package/esm/sdk/marketplace.js +98 -0
- package/esm/sdk/marketplace.js.map +1 -0
- package/esm/sdk/projects.d.ts +8 -16
- package/esm/sdk/projects.d.ts.map +1 -1
- package/esm/sdk/projects.js +10 -20
- package/esm/sdk/projects.js.map +1 -1
- package/esm/sdk/sdk.d.ts +5 -2
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +9 -4
- package/esm/sdk/sdk.js.map +1 -1
- package/package.json +2 -2
- package/src/funcs/accessGroupsCreateAccessGroupProject.ts +144 -0
- package/src/funcs/{projectsPauseProject.ts → accessGroupsDeleteAccessGroupProject.ts} +20 -13
- package/src/funcs/{projectsUnpauseProject.ts → accessGroupsReadAccessGroupProject.ts} +26 -18
- package/src/funcs/accessGroupsUpdateAccessGroupProject.ts +148 -0
- package/src/funcs/authenticationExchangeSsoToken.ts +125 -0
- package/src/funcs/marketplaceCreateEvent.ts +137 -0
- package/src/funcs/marketplaceExchangeSsoToken.ts +125 -0
- package/src/funcs/marketplaceGetAccountInfo.ts +137 -0
- package/src/funcs/marketplaceGetInvoice.ts +141 -0
- package/src/funcs/marketplaceGetMember.ts +141 -0
- package/src/funcs/marketplaceSubmitBillingData.ts +137 -0
- package/src/funcs/marketplaceSubmitInvoice.ts +138 -0
- package/src/funcs/marketplaceUpdateInvoice.ts +141 -0
- package/src/funcs/marketplaceUpdateResourceSecrets.ts +146 -0
- package/src/funcs/projectsGetProjectDomains.ts +150 -0
- package/src/lib/config.ts +3 -3
- package/src/lib/matchers.ts +1 -1
- package/src/models/components/authtoken.ts +59 -0
- package/src/models/components/authuser.ts +313 -1
- 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 +21 -4
- 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/createevent.ts +373 -0
- package/src/models/operations/createlogdrain.ts +57 -0
- package/src/models/operations/createortransferdomain.ts +167 -0
- package/src/models/operations/createproject.ts +1580 -59
- package/src/models/operations/createprojectenv.ts +1010 -2
- package/src/models/operations/createrecord.ts +265 -0
- package/src/models/operations/createteam.ts +106 -18
- package/src/models/operations/createwebhook.ts +57 -0
- package/src/models/operations/deleteaccessgroup.ts +21 -0
- package/src/models/operations/deleteaccessgroupproject.ts +86 -0
- package/src/models/operations/deletealias.ts +39 -0
- package/src/models/operations/deleteauthtoken.ts +41 -0
- package/src/models/operations/deleteconfigurablelogdrain.ts +23 -0
- package/src/models/operations/deleteconfiguration.ts +21 -0
- package/src/models/operations/deletedeployment.ts +57 -15
- package/src/models/operations/deletedomain.ts +39 -0
- package/src/models/operations/deleteedgeconfig.ts +21 -0
- package/src/models/operations/deleteedgeconfigschema.ts +23 -0
- package/src/models/operations/deleteedgeconfigtokens.ts +43 -0
- package/src/models/operations/deleteintegrationlogdrain.ts +23 -0
- package/src/models/operations/deleteproject.ts +21 -0
- package/src/models/operations/deleteteam.ts +71 -0
- package/src/models/operations/deleteteaminvitecode.ts +43 -0
- package/src/models/operations/deletewebhook.ts +21 -0
- package/src/models/operations/downloadartifact.ts +21 -0
- package/src/models/operations/editprojectenv.ts +448 -1
- package/src/models/operations/exchangessotoken.ts +192 -0
- package/src/models/operations/filterprojectenvs.ts +1378 -0
- package/src/models/operations/getaccountinfo.ts +187 -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/getinvoice.ts +454 -0
- package/src/models/operations/getmember.ts +160 -0
- package/src/models/operations/getprojectdomain.ts +55 -0
- package/src/models/operations/getprojectdomains.ts +571 -0
- package/src/models/operations/getprojectenv.ts +1302 -0
- package/src/models/operations/getprojectmembers.ts +126 -0
- package/src/models/operations/getprojects.ts +1490 -55
- package/src/models/operations/getrecords.ts +103 -0
- package/src/models/operations/getteam.ts +17 -0
- package/src/models/operations/getteamaccessrequest.ts +139 -0
- package/src/models/operations/getteammembers.ts +201 -0
- package/src/models/operations/getteams.ts +51 -0
- package/src/models/operations/getwebhook.ts +39 -0
- package/src/models/operations/getwebhooks.ts +93 -0
- package/src/models/operations/gitnamespaces.ts +55 -0
- package/src/models/operations/inviteusertoteam.ts +119 -0
- package/src/models/operations/issuecert.ts +57 -0
- package/src/models/operations/jointeam.ts +55 -0
- package/src/models/operations/listaccessgroupmembers.ts +72 -0
- package/src/models/operations/listaccessgroupprojects.ts +104 -0
- package/src/models/operations/listaccessgroups.ts +113 -0
- package/src/models/operations/listaliases.ts +203 -0
- package/src/models/operations/listauthtokens.ts +21 -0
- package/src/models/operations/listdeploymentaliases.ts +172 -0
- package/src/models/operations/listdeploymentfiles.ts +21 -0
- package/src/models/operations/listpromotealiases.ts +99 -0
- package/src/models/operations/listuserevents.ts +39 -0
- package/src/models/operations/patchdomain.ts +147 -0
- package/src/models/operations/patchedgeconfigschema.ts +63 -0
- package/src/models/operations/patchteam.ts +95 -0
- package/src/models/operations/putfirewallconfig.ts +1029 -93
- package/src/models/operations/readaccessgroup.ts +41 -0
- package/src/models/operations/readaccessgroupproject.ts +199 -0
- package/src/models/operations/recordevents.ts +35 -0
- package/src/models/operations/removecert.ts +39 -0
- package/src/models/operations/removeprojectdomain.ts +41 -0
- package/src/models/operations/removeprojectenv.ts +1355 -3
- package/src/models/operations/removeprojectmember.ts +41 -0
- package/src/models/operations/removerecord.ts +39 -0
- package/src/models/operations/removeteammember.ts +41 -0
- package/src/models/operations/requestaccesstoteam.ts +171 -0
- package/src/models/operations/requestdelete.ts +57 -0
- package/src/models/operations/requestpromote.ts +21 -0
- package/src/models/operations/rerequestcheck.ts +39 -0
- package/src/models/operations/searchrepo.ts +181 -0
- package/src/models/operations/status.ts +35 -0
- package/src/models/operations/submitbillingdata.ts +813 -0
- package/src/models/operations/submitinvoice.ts +593 -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/updateinvoice.ts +180 -0
- package/src/models/operations/updateproject.ts +1651 -63
- package/src/models/operations/updateprojectdatacache.ts +1389 -52
- package/src/models/operations/updateprojectdomain.ts +81 -0
- package/src/models/operations/updateprojectprotectionbypass.ts +133 -0
- package/src/models/operations/updaterecord.ts +85 -0
- package/src/models/operations/updateresourcesecrets.ts +206 -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/authentication.ts +22 -0
- package/src/sdk/marketplace.ts +194 -0
- package/src/sdk/projects.ts +22 -38
- package/src/sdk/sdk.ts +11 -5
- package/esm/funcs/projectsPauseProject.d.ts +0 -15
- package/esm/funcs/projectsPauseProject.d.ts.map +0 -1
- package/esm/funcs/projectsPauseProject.js.map +0 -1
- package/esm/funcs/projectsUnpauseProject.d.ts +0 -15
- package/esm/funcs/projectsUnpauseProject.d.ts.map +0 -1
- package/esm/funcs/projectsUnpauseProject.js.map +0 -1
- package/esm/models/operations/pauseproject.d.ts +0 -38
- package/esm/models/operations/pauseproject.d.ts.map +0 -1
- package/esm/models/operations/pauseproject.js +0 -28
- package/esm/models/operations/pauseproject.js.map +0 -1
- package/esm/models/operations/unpauseproject.d.ts +0 -38
- package/esm/models/operations/unpauseproject.d.ts.map +0 -1
- package/esm/models/operations/unpauseproject.js +0 -28
- package/esm/models/operations/unpauseproject.js.map +0 -1
- package/src/models/operations/pauseproject.ts +0 -62
- package/src/models/operations/unpauseproject.ts +0 -62
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
8
|
import { ClosedEnum } from "../../types/enums.js";
|
|
9
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
10
|
import {
|
|
9
11
|
ACLAction,
|
|
10
12
|
ACLAction$inboundSchema,
|
|
@@ -16,6 +18,7 @@ import {
|
|
|
16
18
|
Pagination$Outbound,
|
|
17
19
|
Pagination$outboundSchema,
|
|
18
20
|
} from "../components/pagination.js";
|
|
21
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
19
22
|
|
|
20
23
|
/**
|
|
21
24
|
* Specifies whether PRs from Git forks should require a team member's authorization before it can be deployed
|
|
@@ -765,29 +768,15 @@ export type GetProjectsLink =
|
|
|
765
768
|
| GetProjectsLink3
|
|
766
769
|
| GetProjectsLink2;
|
|
767
770
|
|
|
768
|
-
/**
|
|
769
|
-
* 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.
|
|
770
|
-
*/
|
|
771
|
-
export type GetProjectsGroup = {
|
|
772
|
-
/**
|
|
773
|
-
* A unique identifier for the group of microfrontends. All related microfrontend projects will share this group ID. Example: mfe_12HKQaOmR5t5Uy6vdcQsNIiZgHGB
|
|
774
|
-
*/
|
|
775
|
-
id: string;
|
|
776
|
-
/**
|
|
777
|
-
* A human readable name for the microfrontends group. This will be used to display the microfrontends group in the UI.
|
|
778
|
-
*/
|
|
779
|
-
slug: string;
|
|
780
|
-
};
|
|
781
|
-
|
|
782
771
|
export type GetProjectsMicrofrontends = {
|
|
783
772
|
/**
|
|
784
773
|
* Timestamp when the microfrontends settings were last updated.
|
|
785
774
|
*/
|
|
786
775
|
updatedAt: number;
|
|
787
776
|
/**
|
|
788
|
-
* 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.
|
|
777
|
+
* The group IDs of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
789
778
|
*/
|
|
790
|
-
|
|
779
|
+
groupIds: Array<string>;
|
|
791
780
|
/**
|
|
792
781
|
* Whether microfrontends are enabled for this project.
|
|
793
782
|
*/
|
|
@@ -1069,6 +1058,7 @@ export type GetProjectsPermissions = {
|
|
|
1069
1058
|
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1070
1059
|
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
1071
1060
|
oauth2Connection?: Array<ACLAction> | undefined;
|
|
1061
|
+
observabilityConfiguration?: Array<ACLAction> | undefined;
|
|
1072
1062
|
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
1073
1063
|
paymentMethod?: Array<ACLAction> | undefined;
|
|
1074
1064
|
permissions?: Array<ACLAction> | undefined;
|
|
@@ -1102,6 +1092,7 @@ export type GetProjectsPermissions = {
|
|
|
1102
1092
|
teamInvite?: Array<ACLAction> | undefined;
|
|
1103
1093
|
teamInviteCode?: Array<ACLAction> | undefined;
|
|
1104
1094
|
teamJoin?: Array<ACLAction> | undefined;
|
|
1095
|
+
teamMicrofrontends?: Array<ACLAction> | undefined;
|
|
1105
1096
|
teamOwnMembership?: Array<ACLAction> | undefined;
|
|
1106
1097
|
teamOwnMembershipDisconnectSAML?: Array<ACLAction> | undefined;
|
|
1107
1098
|
token?: Array<ACLAction> | undefined;
|
|
@@ -1131,6 +1122,7 @@ export type GetProjectsPermissions = {
|
|
|
1131
1122
|
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1132
1123
|
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1133
1124
|
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1125
|
+
deploymentV0?: Array<ACLAction> | undefined;
|
|
1134
1126
|
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1135
1127
|
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1136
1128
|
deploymentPromote?: Array<ACLAction> | undefined;
|
|
@@ -1141,7 +1133,9 @@ export type GetProjectsPermissions = {
|
|
|
1141
1133
|
passwordProtection?: Array<ACLAction> | undefined;
|
|
1142
1134
|
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1143
1135
|
job?: Array<ACLAction> | undefined;
|
|
1136
|
+
observabilityData?: Array<ACLAction> | undefined;
|
|
1144
1137
|
project?: Array<ACLAction> | undefined;
|
|
1138
|
+
projectFromV0?: Array<ACLAction> | undefined;
|
|
1145
1139
|
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1146
1140
|
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1147
1141
|
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
@@ -1438,6 +1432,7 @@ export type GetProjectsSecurity = {
|
|
|
1438
1432
|
firewallSeawallEnabled?: boolean | undefined;
|
|
1439
1433
|
ja3Enabled?: boolean | undefined;
|
|
1440
1434
|
ja4Enabled?: boolean | undefined;
|
|
1435
|
+
firewallBypassIps?: Array<string> | undefined;
|
|
1441
1436
|
};
|
|
1442
1437
|
|
|
1443
1438
|
/**
|
|
@@ -1647,6 +1642,24 @@ export namespace GetProjectsRequest$ {
|
|
|
1647
1642
|
export type Outbound = GetProjectsRequest$Outbound;
|
|
1648
1643
|
}
|
|
1649
1644
|
|
|
1645
|
+
export function getProjectsRequestToJSON(
|
|
1646
|
+
getProjectsRequest: GetProjectsRequest,
|
|
1647
|
+
): string {
|
|
1648
|
+
return JSON.stringify(
|
|
1649
|
+
GetProjectsRequest$outboundSchema.parse(getProjectsRequest),
|
|
1650
|
+
);
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1653
|
+
export function getProjectsRequestFromJSON(
|
|
1654
|
+
jsonString: string,
|
|
1655
|
+
): SafeParseResult<GetProjectsRequest, SDKValidationError> {
|
|
1656
|
+
return safeParse(
|
|
1657
|
+
jsonString,
|
|
1658
|
+
(x) => GetProjectsRequest$inboundSchema.parse(JSON.parse(x)),
|
|
1659
|
+
`Failed to parse 'GetProjectsRequest' from JSON`,
|
|
1660
|
+
);
|
|
1661
|
+
}
|
|
1662
|
+
|
|
1650
1663
|
/** @internal */
|
|
1651
1664
|
export const GetProjectsAnalytics$inboundSchema: z.ZodType<
|
|
1652
1665
|
GetProjectsAnalytics,
|
|
@@ -1701,6 +1714,24 @@ export namespace GetProjectsAnalytics$ {
|
|
|
1701
1714
|
export type Outbound = GetProjectsAnalytics$Outbound;
|
|
1702
1715
|
}
|
|
1703
1716
|
|
|
1717
|
+
export function getProjectsAnalyticsToJSON(
|
|
1718
|
+
getProjectsAnalytics: GetProjectsAnalytics,
|
|
1719
|
+
): string {
|
|
1720
|
+
return JSON.stringify(
|
|
1721
|
+
GetProjectsAnalytics$outboundSchema.parse(getProjectsAnalytics),
|
|
1722
|
+
);
|
|
1723
|
+
}
|
|
1724
|
+
|
|
1725
|
+
export function getProjectsAnalyticsFromJSON(
|
|
1726
|
+
jsonString: string,
|
|
1727
|
+
): SafeParseResult<GetProjectsAnalytics, SDKValidationError> {
|
|
1728
|
+
return safeParse(
|
|
1729
|
+
jsonString,
|
|
1730
|
+
(x) => GetProjectsAnalytics$inboundSchema.parse(JSON.parse(x)),
|
|
1731
|
+
`Failed to parse 'GetProjectsAnalytics' from JSON`,
|
|
1732
|
+
);
|
|
1733
|
+
}
|
|
1734
|
+
|
|
1704
1735
|
/** @internal */
|
|
1705
1736
|
export const GetProjectsSpeedInsights$inboundSchema: z.ZodType<
|
|
1706
1737
|
GetProjectsSpeedInsights,
|
|
@@ -1752,6 +1783,24 @@ export namespace GetProjectsSpeedInsights$ {
|
|
|
1752
1783
|
export type Outbound = GetProjectsSpeedInsights$Outbound;
|
|
1753
1784
|
}
|
|
1754
1785
|
|
|
1786
|
+
export function getProjectsSpeedInsightsToJSON(
|
|
1787
|
+
getProjectsSpeedInsights: GetProjectsSpeedInsights,
|
|
1788
|
+
): string {
|
|
1789
|
+
return JSON.stringify(
|
|
1790
|
+
GetProjectsSpeedInsights$outboundSchema.parse(getProjectsSpeedInsights),
|
|
1791
|
+
);
|
|
1792
|
+
}
|
|
1793
|
+
|
|
1794
|
+
export function getProjectsSpeedInsightsFromJSON(
|
|
1795
|
+
jsonString: string,
|
|
1796
|
+
): SafeParseResult<GetProjectsSpeedInsights, SDKValidationError> {
|
|
1797
|
+
return safeParse(
|
|
1798
|
+
jsonString,
|
|
1799
|
+
(x) => GetProjectsSpeedInsights$inboundSchema.parse(JSON.parse(x)),
|
|
1800
|
+
`Failed to parse 'GetProjectsSpeedInsights' from JSON`,
|
|
1801
|
+
);
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1755
1804
|
/** @internal */
|
|
1756
1805
|
export const GetProjectsDefinitions$inboundSchema: z.ZodType<
|
|
1757
1806
|
GetProjectsDefinitions,
|
|
@@ -1794,6 +1843,24 @@ export namespace GetProjectsDefinitions$ {
|
|
|
1794
1843
|
export type Outbound = GetProjectsDefinitions$Outbound;
|
|
1795
1844
|
}
|
|
1796
1845
|
|
|
1846
|
+
export function getProjectsDefinitionsToJSON(
|
|
1847
|
+
getProjectsDefinitions: GetProjectsDefinitions,
|
|
1848
|
+
): string {
|
|
1849
|
+
return JSON.stringify(
|
|
1850
|
+
GetProjectsDefinitions$outboundSchema.parse(getProjectsDefinitions),
|
|
1851
|
+
);
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
export function getProjectsDefinitionsFromJSON(
|
|
1855
|
+
jsonString: string,
|
|
1856
|
+
): SafeParseResult<GetProjectsDefinitions, SDKValidationError> {
|
|
1857
|
+
return safeParse(
|
|
1858
|
+
jsonString,
|
|
1859
|
+
(x) => GetProjectsDefinitions$inboundSchema.parse(JSON.parse(x)),
|
|
1860
|
+
`Failed to parse 'GetProjectsDefinitions' from JSON`,
|
|
1861
|
+
);
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1797
1864
|
/** @internal */
|
|
1798
1865
|
export const GetProjectsCrons$inboundSchema: z.ZodType<
|
|
1799
1866
|
GetProjectsCrons,
|
|
@@ -1842,6 +1909,24 @@ export namespace GetProjectsCrons$ {
|
|
|
1842
1909
|
export type Outbound = GetProjectsCrons$Outbound;
|
|
1843
1910
|
}
|
|
1844
1911
|
|
|
1912
|
+
export function getProjectsCronsToJSON(
|
|
1913
|
+
getProjectsCrons: GetProjectsCrons,
|
|
1914
|
+
): string {
|
|
1915
|
+
return JSON.stringify(
|
|
1916
|
+
GetProjectsCrons$outboundSchema.parse(getProjectsCrons),
|
|
1917
|
+
);
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1920
|
+
export function getProjectsCronsFromJSON(
|
|
1921
|
+
jsonString: string,
|
|
1922
|
+
): SafeParseResult<GetProjectsCrons, SDKValidationError> {
|
|
1923
|
+
return safeParse(
|
|
1924
|
+
jsonString,
|
|
1925
|
+
(x) => GetProjectsCrons$inboundSchema.parse(JSON.parse(x)),
|
|
1926
|
+
`Failed to parse 'GetProjectsCrons' from JSON`,
|
|
1927
|
+
);
|
|
1928
|
+
}
|
|
1929
|
+
|
|
1845
1930
|
/** @internal */
|
|
1846
1931
|
export const GetProjectsDataCache$inboundSchema: z.ZodType<
|
|
1847
1932
|
GetProjectsDataCache,
|
|
@@ -1884,6 +1969,24 @@ export namespace GetProjectsDataCache$ {
|
|
|
1884
1969
|
export type Outbound = GetProjectsDataCache$Outbound;
|
|
1885
1970
|
}
|
|
1886
1971
|
|
|
1972
|
+
export function getProjectsDataCacheToJSON(
|
|
1973
|
+
getProjectsDataCache: GetProjectsDataCache,
|
|
1974
|
+
): string {
|
|
1975
|
+
return JSON.stringify(
|
|
1976
|
+
GetProjectsDataCache$outboundSchema.parse(getProjectsDataCache),
|
|
1977
|
+
);
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
export function getProjectsDataCacheFromJSON(
|
|
1981
|
+
jsonString: string,
|
|
1982
|
+
): SafeParseResult<GetProjectsDataCache, SDKValidationError> {
|
|
1983
|
+
return safeParse(
|
|
1984
|
+
jsonString,
|
|
1985
|
+
(x) => GetProjectsDataCache$inboundSchema.parse(JSON.parse(x)),
|
|
1986
|
+
`Failed to parse 'GetProjectsDataCache' from JSON`,
|
|
1987
|
+
);
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1887
1990
|
/** @internal */
|
|
1888
1991
|
export const GetProjectsDeploymentExpiration$inboundSchema: z.ZodType<
|
|
1889
1992
|
GetProjectsDeploymentExpiration,
|
|
@@ -1932,6 +2035,26 @@ export namespace GetProjectsDeploymentExpiration$ {
|
|
|
1932
2035
|
export type Outbound = GetProjectsDeploymentExpiration$Outbound;
|
|
1933
2036
|
}
|
|
1934
2037
|
|
|
2038
|
+
export function getProjectsDeploymentExpirationToJSON(
|
|
2039
|
+
getProjectsDeploymentExpiration: GetProjectsDeploymentExpiration,
|
|
2040
|
+
): string {
|
|
2041
|
+
return JSON.stringify(
|
|
2042
|
+
GetProjectsDeploymentExpiration$outboundSchema.parse(
|
|
2043
|
+
getProjectsDeploymentExpiration,
|
|
2044
|
+
),
|
|
2045
|
+
);
|
|
2046
|
+
}
|
|
2047
|
+
|
|
2048
|
+
export function getProjectsDeploymentExpirationFromJSON(
|
|
2049
|
+
jsonString: string,
|
|
2050
|
+
): SafeParseResult<GetProjectsDeploymentExpiration, SDKValidationError> {
|
|
2051
|
+
return safeParse(
|
|
2052
|
+
jsonString,
|
|
2053
|
+
(x) => GetProjectsDeploymentExpiration$inboundSchema.parse(JSON.parse(x)),
|
|
2054
|
+
`Failed to parse 'GetProjectsDeploymentExpiration' from JSON`,
|
|
2055
|
+
);
|
|
2056
|
+
}
|
|
2057
|
+
|
|
1935
2058
|
/** @internal */
|
|
1936
2059
|
export const GetProjectsTarget2$inboundSchema: z.ZodNativeEnum<
|
|
1937
2060
|
typeof GetProjectsTarget2
|
|
@@ -2010,6 +2133,24 @@ export namespace GetProjectsTarget$ {
|
|
|
2010
2133
|
export type Outbound = GetProjectsTarget$Outbound;
|
|
2011
2134
|
}
|
|
2012
2135
|
|
|
2136
|
+
export function getProjectsTargetToJSON(
|
|
2137
|
+
getProjectsTarget: GetProjectsTarget,
|
|
2138
|
+
): string {
|
|
2139
|
+
return JSON.stringify(
|
|
2140
|
+
GetProjectsTarget$outboundSchema.parse(getProjectsTarget),
|
|
2141
|
+
);
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
export function getProjectsTargetFromJSON(
|
|
2145
|
+
jsonString: string,
|
|
2146
|
+
): SafeParseResult<GetProjectsTarget, SDKValidationError> {
|
|
2147
|
+
return safeParse(
|
|
2148
|
+
jsonString,
|
|
2149
|
+
(x) => GetProjectsTarget$inboundSchema.parse(JSON.parse(x)),
|
|
2150
|
+
`Failed to parse 'GetProjectsTarget' from JSON`,
|
|
2151
|
+
);
|
|
2152
|
+
}
|
|
2153
|
+
|
|
2013
2154
|
/** @internal */
|
|
2014
2155
|
export const GetProjectsType$inboundSchema: z.ZodNativeEnum<
|
|
2015
2156
|
typeof GetProjectsType
|
|
@@ -2100,6 +2241,24 @@ export namespace GetProjectsContentHint15$ {
|
|
|
2100
2241
|
export type Outbound = GetProjectsContentHint15$Outbound;
|
|
2101
2242
|
}
|
|
2102
2243
|
|
|
2244
|
+
export function getProjectsContentHint15ToJSON(
|
|
2245
|
+
getProjectsContentHint15: GetProjectsContentHint15,
|
|
2246
|
+
): string {
|
|
2247
|
+
return JSON.stringify(
|
|
2248
|
+
GetProjectsContentHint15$outboundSchema.parse(getProjectsContentHint15),
|
|
2249
|
+
);
|
|
2250
|
+
}
|
|
2251
|
+
|
|
2252
|
+
export function getProjectsContentHint15FromJSON(
|
|
2253
|
+
jsonString: string,
|
|
2254
|
+
): SafeParseResult<GetProjectsContentHint15, SDKValidationError> {
|
|
2255
|
+
return safeParse(
|
|
2256
|
+
jsonString,
|
|
2257
|
+
(x) => GetProjectsContentHint15$inboundSchema.parse(JSON.parse(x)),
|
|
2258
|
+
`Failed to parse 'GetProjectsContentHint15' from JSON`,
|
|
2259
|
+
);
|
|
2260
|
+
}
|
|
2261
|
+
|
|
2103
2262
|
/** @internal */
|
|
2104
2263
|
export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type$inboundSchema:
|
|
2105
2264
|
z.ZodNativeEnum<
|
|
@@ -2178,6 +2337,24 @@ export namespace GetProjectsContentHint14$ {
|
|
|
2178
2337
|
export type Outbound = GetProjectsContentHint14$Outbound;
|
|
2179
2338
|
}
|
|
2180
2339
|
|
|
2340
|
+
export function getProjectsContentHint14ToJSON(
|
|
2341
|
+
getProjectsContentHint14: GetProjectsContentHint14,
|
|
2342
|
+
): string {
|
|
2343
|
+
return JSON.stringify(
|
|
2344
|
+
GetProjectsContentHint14$outboundSchema.parse(getProjectsContentHint14),
|
|
2345
|
+
);
|
|
2346
|
+
}
|
|
2347
|
+
|
|
2348
|
+
export function getProjectsContentHint14FromJSON(
|
|
2349
|
+
jsonString: string,
|
|
2350
|
+
): SafeParseResult<GetProjectsContentHint14, SDKValidationError> {
|
|
2351
|
+
return safeParse(
|
|
2352
|
+
jsonString,
|
|
2353
|
+
(x) => GetProjectsContentHint14$inboundSchema.parse(JSON.parse(x)),
|
|
2354
|
+
`Failed to parse 'GetProjectsContentHint14' from JSON`,
|
|
2355
|
+
);
|
|
2356
|
+
}
|
|
2357
|
+
|
|
2181
2358
|
/** @internal */
|
|
2182
2359
|
export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type$inboundSchema:
|
|
2183
2360
|
z.ZodNativeEnum<
|
|
@@ -2247,6 +2424,24 @@ export namespace GetProjectsContentHint13$ {
|
|
|
2247
2424
|
export type Outbound = GetProjectsContentHint13$Outbound;
|
|
2248
2425
|
}
|
|
2249
2426
|
|
|
2427
|
+
export function getProjectsContentHint13ToJSON(
|
|
2428
|
+
getProjectsContentHint13: GetProjectsContentHint13,
|
|
2429
|
+
): string {
|
|
2430
|
+
return JSON.stringify(
|
|
2431
|
+
GetProjectsContentHint13$outboundSchema.parse(getProjectsContentHint13),
|
|
2432
|
+
);
|
|
2433
|
+
}
|
|
2434
|
+
|
|
2435
|
+
export function getProjectsContentHint13FromJSON(
|
|
2436
|
+
jsonString: string,
|
|
2437
|
+
): SafeParseResult<GetProjectsContentHint13, SDKValidationError> {
|
|
2438
|
+
return safeParse(
|
|
2439
|
+
jsonString,
|
|
2440
|
+
(x) => GetProjectsContentHint13$inboundSchema.parse(JSON.parse(x)),
|
|
2441
|
+
`Failed to parse 'GetProjectsContentHint13' from JSON`,
|
|
2442
|
+
);
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2250
2445
|
/** @internal */
|
|
2251
2446
|
export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type$inboundSchema:
|
|
2252
2447
|
z.ZodNativeEnum<
|
|
@@ -2316,6 +2511,24 @@ export namespace GetProjectsContentHint12$ {
|
|
|
2316
2511
|
export type Outbound = GetProjectsContentHint12$Outbound;
|
|
2317
2512
|
}
|
|
2318
2513
|
|
|
2514
|
+
export function getProjectsContentHint12ToJSON(
|
|
2515
|
+
getProjectsContentHint12: GetProjectsContentHint12,
|
|
2516
|
+
): string {
|
|
2517
|
+
return JSON.stringify(
|
|
2518
|
+
GetProjectsContentHint12$outboundSchema.parse(getProjectsContentHint12),
|
|
2519
|
+
);
|
|
2520
|
+
}
|
|
2521
|
+
|
|
2522
|
+
export function getProjectsContentHint12FromJSON(
|
|
2523
|
+
jsonString: string,
|
|
2524
|
+
): SafeParseResult<GetProjectsContentHint12, SDKValidationError> {
|
|
2525
|
+
return safeParse(
|
|
2526
|
+
jsonString,
|
|
2527
|
+
(x) => GetProjectsContentHint12$inboundSchema.parse(JSON.parse(x)),
|
|
2528
|
+
`Failed to parse 'GetProjectsContentHint12' from JSON`,
|
|
2529
|
+
);
|
|
2530
|
+
}
|
|
2531
|
+
|
|
2319
2532
|
/** @internal */
|
|
2320
2533
|
export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type$inboundSchema:
|
|
2321
2534
|
z.ZodNativeEnum<
|
|
@@ -2385,6 +2598,24 @@ export namespace GetProjectsContentHint11$ {
|
|
|
2385
2598
|
export type Outbound = GetProjectsContentHint11$Outbound;
|
|
2386
2599
|
}
|
|
2387
2600
|
|
|
2601
|
+
export function getProjectsContentHint11ToJSON(
|
|
2602
|
+
getProjectsContentHint11: GetProjectsContentHint11,
|
|
2603
|
+
): string {
|
|
2604
|
+
return JSON.stringify(
|
|
2605
|
+
GetProjectsContentHint11$outboundSchema.parse(getProjectsContentHint11),
|
|
2606
|
+
);
|
|
2607
|
+
}
|
|
2608
|
+
|
|
2609
|
+
export function getProjectsContentHint11FromJSON(
|
|
2610
|
+
jsonString: string,
|
|
2611
|
+
): SafeParseResult<GetProjectsContentHint11, SDKValidationError> {
|
|
2612
|
+
return safeParse(
|
|
2613
|
+
jsonString,
|
|
2614
|
+
(x) => GetProjectsContentHint11$inboundSchema.parse(JSON.parse(x)),
|
|
2615
|
+
`Failed to parse 'GetProjectsContentHint11' from JSON`,
|
|
2616
|
+
);
|
|
2617
|
+
}
|
|
2618
|
+
|
|
2388
2619
|
/** @internal */
|
|
2389
2620
|
export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type$inboundSchema:
|
|
2390
2621
|
z.ZodNativeEnum<
|
|
@@ -2454,6 +2685,24 @@ export namespace GetProjectsContentHint10$ {
|
|
|
2454
2685
|
export type Outbound = GetProjectsContentHint10$Outbound;
|
|
2455
2686
|
}
|
|
2456
2687
|
|
|
2688
|
+
export function getProjectsContentHint10ToJSON(
|
|
2689
|
+
getProjectsContentHint10: GetProjectsContentHint10,
|
|
2690
|
+
): string {
|
|
2691
|
+
return JSON.stringify(
|
|
2692
|
+
GetProjectsContentHint10$outboundSchema.parse(getProjectsContentHint10),
|
|
2693
|
+
);
|
|
2694
|
+
}
|
|
2695
|
+
|
|
2696
|
+
export function getProjectsContentHint10FromJSON(
|
|
2697
|
+
jsonString: string,
|
|
2698
|
+
): SafeParseResult<GetProjectsContentHint10, SDKValidationError> {
|
|
2699
|
+
return safeParse(
|
|
2700
|
+
jsonString,
|
|
2701
|
+
(x) => GetProjectsContentHint10$inboundSchema.parse(JSON.parse(x)),
|
|
2702
|
+
`Failed to parse 'GetProjectsContentHint10' from JSON`,
|
|
2703
|
+
);
|
|
2704
|
+
}
|
|
2705
|
+
|
|
2457
2706
|
/** @internal */
|
|
2458
2707
|
export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type$inboundSchema:
|
|
2459
2708
|
z.ZodNativeEnum<
|
|
@@ -2523,6 +2772,24 @@ export namespace GetProjectsContentHint9$ {
|
|
|
2523
2772
|
export type Outbound = GetProjectsContentHint9$Outbound;
|
|
2524
2773
|
}
|
|
2525
2774
|
|
|
2775
|
+
export function getProjectsContentHint9ToJSON(
|
|
2776
|
+
getProjectsContentHint9: GetProjectsContentHint9,
|
|
2777
|
+
): string {
|
|
2778
|
+
return JSON.stringify(
|
|
2779
|
+
GetProjectsContentHint9$outboundSchema.parse(getProjectsContentHint9),
|
|
2780
|
+
);
|
|
2781
|
+
}
|
|
2782
|
+
|
|
2783
|
+
export function getProjectsContentHint9FromJSON(
|
|
2784
|
+
jsonString: string,
|
|
2785
|
+
): SafeParseResult<GetProjectsContentHint9, SDKValidationError> {
|
|
2786
|
+
return safeParse(
|
|
2787
|
+
jsonString,
|
|
2788
|
+
(x) => GetProjectsContentHint9$inboundSchema.parse(JSON.parse(x)),
|
|
2789
|
+
`Failed to parse 'GetProjectsContentHint9' from JSON`,
|
|
2790
|
+
);
|
|
2791
|
+
}
|
|
2792
|
+
|
|
2526
2793
|
/** @internal */
|
|
2527
2794
|
export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType$inboundSchema:
|
|
2528
2795
|
z.ZodNativeEnum<
|
|
@@ -2592,6 +2859,24 @@ export namespace GetProjectsContentHint8$ {
|
|
|
2592
2859
|
export type Outbound = GetProjectsContentHint8$Outbound;
|
|
2593
2860
|
}
|
|
2594
2861
|
|
|
2862
|
+
export function getProjectsContentHint8ToJSON(
|
|
2863
|
+
getProjectsContentHint8: GetProjectsContentHint8,
|
|
2864
|
+
): string {
|
|
2865
|
+
return JSON.stringify(
|
|
2866
|
+
GetProjectsContentHint8$outboundSchema.parse(getProjectsContentHint8),
|
|
2867
|
+
);
|
|
2868
|
+
}
|
|
2869
|
+
|
|
2870
|
+
export function getProjectsContentHint8FromJSON(
|
|
2871
|
+
jsonString: string,
|
|
2872
|
+
): SafeParseResult<GetProjectsContentHint8, SDKValidationError> {
|
|
2873
|
+
return safeParse(
|
|
2874
|
+
jsonString,
|
|
2875
|
+
(x) => GetProjectsContentHint8$inboundSchema.parse(JSON.parse(x)),
|
|
2876
|
+
`Failed to parse 'GetProjectsContentHint8' from JSON`,
|
|
2877
|
+
);
|
|
2878
|
+
}
|
|
2879
|
+
|
|
2595
2880
|
/** @internal */
|
|
2596
2881
|
export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType$inboundSchema:
|
|
2597
2882
|
z.ZodNativeEnum<
|
|
@@ -2661,6 +2946,24 @@ export namespace GetProjectsContentHint7$ {
|
|
|
2661
2946
|
export type Outbound = GetProjectsContentHint7$Outbound;
|
|
2662
2947
|
}
|
|
2663
2948
|
|
|
2949
|
+
export function getProjectsContentHint7ToJSON(
|
|
2950
|
+
getProjectsContentHint7: GetProjectsContentHint7,
|
|
2951
|
+
): string {
|
|
2952
|
+
return JSON.stringify(
|
|
2953
|
+
GetProjectsContentHint7$outboundSchema.parse(getProjectsContentHint7),
|
|
2954
|
+
);
|
|
2955
|
+
}
|
|
2956
|
+
|
|
2957
|
+
export function getProjectsContentHint7FromJSON(
|
|
2958
|
+
jsonString: string,
|
|
2959
|
+
): SafeParseResult<GetProjectsContentHint7, SDKValidationError> {
|
|
2960
|
+
return safeParse(
|
|
2961
|
+
jsonString,
|
|
2962
|
+
(x) => GetProjectsContentHint7$inboundSchema.parse(JSON.parse(x)),
|
|
2963
|
+
`Failed to parse 'GetProjectsContentHint7' from JSON`,
|
|
2964
|
+
);
|
|
2965
|
+
}
|
|
2966
|
+
|
|
2664
2967
|
/** @internal */
|
|
2665
2968
|
export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
2666
2969
|
z.ZodNativeEnum<
|
|
@@ -2730,6 +3033,24 @@ export namespace GetProjectsContentHint6$ {
|
|
|
2730
3033
|
export type Outbound = GetProjectsContentHint6$Outbound;
|
|
2731
3034
|
}
|
|
2732
3035
|
|
|
3036
|
+
export function getProjectsContentHint6ToJSON(
|
|
3037
|
+
getProjectsContentHint6: GetProjectsContentHint6,
|
|
3038
|
+
): string {
|
|
3039
|
+
return JSON.stringify(
|
|
3040
|
+
GetProjectsContentHint6$outboundSchema.parse(getProjectsContentHint6),
|
|
3041
|
+
);
|
|
3042
|
+
}
|
|
3043
|
+
|
|
3044
|
+
export function getProjectsContentHint6FromJSON(
|
|
3045
|
+
jsonString: string,
|
|
3046
|
+
): SafeParseResult<GetProjectsContentHint6, SDKValidationError> {
|
|
3047
|
+
return safeParse(
|
|
3048
|
+
jsonString,
|
|
3049
|
+
(x) => GetProjectsContentHint6$inboundSchema.parse(JSON.parse(x)),
|
|
3050
|
+
`Failed to parse 'GetProjectsContentHint6' from JSON`,
|
|
3051
|
+
);
|
|
3052
|
+
}
|
|
3053
|
+
|
|
2733
3054
|
/** @internal */
|
|
2734
3055
|
export const GetProjectsContentHintProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
2735
3056
|
z.ZodNativeEnum<
|
|
@@ -2799,6 +3120,24 @@ export namespace GetProjectsContentHint5$ {
|
|
|
2799
3120
|
export type Outbound = GetProjectsContentHint5$Outbound;
|
|
2800
3121
|
}
|
|
2801
3122
|
|
|
3123
|
+
export function getProjectsContentHint5ToJSON(
|
|
3124
|
+
getProjectsContentHint5: GetProjectsContentHint5,
|
|
3125
|
+
): string {
|
|
3126
|
+
return JSON.stringify(
|
|
3127
|
+
GetProjectsContentHint5$outboundSchema.parse(getProjectsContentHint5),
|
|
3128
|
+
);
|
|
3129
|
+
}
|
|
3130
|
+
|
|
3131
|
+
export function getProjectsContentHint5FromJSON(
|
|
3132
|
+
jsonString: string,
|
|
3133
|
+
): SafeParseResult<GetProjectsContentHint5, SDKValidationError> {
|
|
3134
|
+
return safeParse(
|
|
3135
|
+
jsonString,
|
|
3136
|
+
(x) => GetProjectsContentHint5$inboundSchema.parse(JSON.parse(x)),
|
|
3137
|
+
`Failed to parse 'GetProjectsContentHint5' from JSON`,
|
|
3138
|
+
);
|
|
3139
|
+
}
|
|
3140
|
+
|
|
2802
3141
|
/** @internal */
|
|
2803
3142
|
export const GetProjectsContentHintProjectsResponse200Type$inboundSchema:
|
|
2804
3143
|
z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200Type> = z
|
|
@@ -2861,6 +3200,24 @@ export namespace GetProjectsContentHint4$ {
|
|
|
2861
3200
|
export type Outbound = GetProjectsContentHint4$Outbound;
|
|
2862
3201
|
}
|
|
2863
3202
|
|
|
3203
|
+
export function getProjectsContentHint4ToJSON(
|
|
3204
|
+
getProjectsContentHint4: GetProjectsContentHint4,
|
|
3205
|
+
): string {
|
|
3206
|
+
return JSON.stringify(
|
|
3207
|
+
GetProjectsContentHint4$outboundSchema.parse(getProjectsContentHint4),
|
|
3208
|
+
);
|
|
3209
|
+
}
|
|
3210
|
+
|
|
3211
|
+
export function getProjectsContentHint4FromJSON(
|
|
3212
|
+
jsonString: string,
|
|
3213
|
+
): SafeParseResult<GetProjectsContentHint4, SDKValidationError> {
|
|
3214
|
+
return safeParse(
|
|
3215
|
+
jsonString,
|
|
3216
|
+
(x) => GetProjectsContentHint4$inboundSchema.parse(JSON.parse(x)),
|
|
3217
|
+
`Failed to parse 'GetProjectsContentHint4' from JSON`,
|
|
3218
|
+
);
|
|
3219
|
+
}
|
|
3220
|
+
|
|
2864
3221
|
/** @internal */
|
|
2865
3222
|
export const GetProjectsContentHintProjectsResponseType$inboundSchema:
|
|
2866
3223
|
z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponseType> = z
|
|
@@ -2923,6 +3280,24 @@ export namespace GetProjectsContentHint3$ {
|
|
|
2923
3280
|
export type Outbound = GetProjectsContentHint3$Outbound;
|
|
2924
3281
|
}
|
|
2925
3282
|
|
|
3283
|
+
export function getProjectsContentHint3ToJSON(
|
|
3284
|
+
getProjectsContentHint3: GetProjectsContentHint3,
|
|
3285
|
+
): string {
|
|
3286
|
+
return JSON.stringify(
|
|
3287
|
+
GetProjectsContentHint3$outboundSchema.parse(getProjectsContentHint3),
|
|
3288
|
+
);
|
|
3289
|
+
}
|
|
3290
|
+
|
|
3291
|
+
export function getProjectsContentHint3FromJSON(
|
|
3292
|
+
jsonString: string,
|
|
3293
|
+
): SafeParseResult<GetProjectsContentHint3, SDKValidationError> {
|
|
3294
|
+
return safeParse(
|
|
3295
|
+
jsonString,
|
|
3296
|
+
(x) => GetProjectsContentHint3$inboundSchema.parse(JSON.parse(x)),
|
|
3297
|
+
`Failed to parse 'GetProjectsContentHint3' from JSON`,
|
|
3298
|
+
);
|
|
3299
|
+
}
|
|
3300
|
+
|
|
2926
3301
|
/** @internal */
|
|
2927
3302
|
export const GetProjectsContentHintProjectsType$inboundSchema: z.ZodNativeEnum<
|
|
2928
3303
|
typeof GetProjectsContentHintProjectsType
|
|
@@ -2984,6 +3359,24 @@ export namespace GetProjectsContentHint2$ {
|
|
|
2984
3359
|
export type Outbound = GetProjectsContentHint2$Outbound;
|
|
2985
3360
|
}
|
|
2986
3361
|
|
|
3362
|
+
export function getProjectsContentHint2ToJSON(
|
|
3363
|
+
getProjectsContentHint2: GetProjectsContentHint2,
|
|
3364
|
+
): string {
|
|
3365
|
+
return JSON.stringify(
|
|
3366
|
+
GetProjectsContentHint2$outboundSchema.parse(getProjectsContentHint2),
|
|
3367
|
+
);
|
|
3368
|
+
}
|
|
3369
|
+
|
|
3370
|
+
export function getProjectsContentHint2FromJSON(
|
|
3371
|
+
jsonString: string,
|
|
3372
|
+
): SafeParseResult<GetProjectsContentHint2, SDKValidationError> {
|
|
3373
|
+
return safeParse(
|
|
3374
|
+
jsonString,
|
|
3375
|
+
(x) => GetProjectsContentHint2$inboundSchema.parse(JSON.parse(x)),
|
|
3376
|
+
`Failed to parse 'GetProjectsContentHint2' from JSON`,
|
|
3377
|
+
);
|
|
3378
|
+
}
|
|
3379
|
+
|
|
2987
3380
|
/** @internal */
|
|
2988
3381
|
export const GetProjectsContentHintType$inboundSchema: z.ZodNativeEnum<
|
|
2989
3382
|
typeof GetProjectsContentHintType
|
|
@@ -3044,6 +3437,24 @@ export namespace GetProjectsContentHint1$ {
|
|
|
3044
3437
|
export type Outbound = GetProjectsContentHint1$Outbound;
|
|
3045
3438
|
}
|
|
3046
3439
|
|
|
3440
|
+
export function getProjectsContentHint1ToJSON(
|
|
3441
|
+
getProjectsContentHint1: GetProjectsContentHint1,
|
|
3442
|
+
): string {
|
|
3443
|
+
return JSON.stringify(
|
|
3444
|
+
GetProjectsContentHint1$outboundSchema.parse(getProjectsContentHint1),
|
|
3445
|
+
);
|
|
3446
|
+
}
|
|
3447
|
+
|
|
3448
|
+
export function getProjectsContentHint1FromJSON(
|
|
3449
|
+
jsonString: string,
|
|
3450
|
+
): SafeParseResult<GetProjectsContentHint1, SDKValidationError> {
|
|
3451
|
+
return safeParse(
|
|
3452
|
+
jsonString,
|
|
3453
|
+
(x) => GetProjectsContentHint1$inboundSchema.parse(JSON.parse(x)),
|
|
3454
|
+
`Failed to parse 'GetProjectsContentHint1' from JSON`,
|
|
3455
|
+
);
|
|
3456
|
+
}
|
|
3457
|
+
|
|
3047
3458
|
/** @internal */
|
|
3048
3459
|
export const GetProjectsContentHint$inboundSchema: z.ZodType<
|
|
3049
3460
|
GetProjectsContentHint,
|
|
@@ -3121,6 +3532,24 @@ export namespace GetProjectsContentHint$ {
|
|
|
3121
3532
|
export type Outbound = GetProjectsContentHint$Outbound;
|
|
3122
3533
|
}
|
|
3123
3534
|
|
|
3535
|
+
export function getProjectsContentHintToJSON(
|
|
3536
|
+
getProjectsContentHint: GetProjectsContentHint,
|
|
3537
|
+
): string {
|
|
3538
|
+
return JSON.stringify(
|
|
3539
|
+
GetProjectsContentHint$outboundSchema.parse(getProjectsContentHint),
|
|
3540
|
+
);
|
|
3541
|
+
}
|
|
3542
|
+
|
|
3543
|
+
export function getProjectsContentHintFromJSON(
|
|
3544
|
+
jsonString: string,
|
|
3545
|
+
): SafeParseResult<GetProjectsContentHint, SDKValidationError> {
|
|
3546
|
+
return safeParse(
|
|
3547
|
+
jsonString,
|
|
3548
|
+
(x) => GetProjectsContentHint$inboundSchema.parse(JSON.parse(x)),
|
|
3549
|
+
`Failed to parse 'GetProjectsContentHint' from JSON`,
|
|
3550
|
+
);
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3124
3553
|
/** @internal */
|
|
3125
3554
|
export const GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsType$inboundSchema:
|
|
3126
3555
|
z.ZodNativeEnum<
|
|
@@ -3190,6 +3619,26 @@ export namespace GetProjectsInternalContentHint$ {
|
|
|
3190
3619
|
export type Outbound = GetProjectsInternalContentHint$Outbound;
|
|
3191
3620
|
}
|
|
3192
3621
|
|
|
3622
|
+
export function getProjectsInternalContentHintToJSON(
|
|
3623
|
+
getProjectsInternalContentHint: GetProjectsInternalContentHint,
|
|
3624
|
+
): string {
|
|
3625
|
+
return JSON.stringify(
|
|
3626
|
+
GetProjectsInternalContentHint$outboundSchema.parse(
|
|
3627
|
+
getProjectsInternalContentHint,
|
|
3628
|
+
),
|
|
3629
|
+
);
|
|
3630
|
+
}
|
|
3631
|
+
|
|
3632
|
+
export function getProjectsInternalContentHintFromJSON(
|
|
3633
|
+
jsonString: string,
|
|
3634
|
+
): SafeParseResult<GetProjectsInternalContentHint, SDKValidationError> {
|
|
3635
|
+
return safeParse(
|
|
3636
|
+
jsonString,
|
|
3637
|
+
(x) => GetProjectsInternalContentHint$inboundSchema.parse(JSON.parse(x)),
|
|
3638
|
+
`Failed to parse 'GetProjectsInternalContentHint' from JSON`,
|
|
3639
|
+
);
|
|
3640
|
+
}
|
|
3641
|
+
|
|
3193
3642
|
/** @internal */
|
|
3194
3643
|
export const GetProjectsEnv$inboundSchema: z.ZodType<
|
|
3195
3644
|
GetProjectsEnv,
|
|
@@ -3349,6 +3798,20 @@ export namespace GetProjectsEnv$ {
|
|
|
3349
3798
|
export type Outbound = GetProjectsEnv$Outbound;
|
|
3350
3799
|
}
|
|
3351
3800
|
|
|
3801
|
+
export function getProjectsEnvToJSON(getProjectsEnv: GetProjectsEnv): string {
|
|
3802
|
+
return JSON.stringify(GetProjectsEnv$outboundSchema.parse(getProjectsEnv));
|
|
3803
|
+
}
|
|
3804
|
+
|
|
3805
|
+
export function getProjectsEnvFromJSON(
|
|
3806
|
+
jsonString: string,
|
|
3807
|
+
): SafeParseResult<GetProjectsEnv, SDKValidationError> {
|
|
3808
|
+
return safeParse(
|
|
3809
|
+
jsonString,
|
|
3810
|
+
(x) => GetProjectsEnv$inboundSchema.parse(JSON.parse(x)),
|
|
3811
|
+
`Failed to parse 'GetProjectsEnv' from JSON`,
|
|
3812
|
+
);
|
|
3813
|
+
}
|
|
3814
|
+
|
|
3352
3815
|
/** @internal */
|
|
3353
3816
|
export const GetProjectsCustomEnvironments$inboundSchema: z.ZodType<
|
|
3354
3817
|
GetProjectsCustomEnvironments,
|
|
@@ -3379,6 +3842,26 @@ export namespace GetProjectsCustomEnvironments$ {
|
|
|
3379
3842
|
export type Outbound = GetProjectsCustomEnvironments$Outbound;
|
|
3380
3843
|
}
|
|
3381
3844
|
|
|
3845
|
+
export function getProjectsCustomEnvironmentsToJSON(
|
|
3846
|
+
getProjectsCustomEnvironments: GetProjectsCustomEnvironments,
|
|
3847
|
+
): string {
|
|
3848
|
+
return JSON.stringify(
|
|
3849
|
+
GetProjectsCustomEnvironments$outboundSchema.parse(
|
|
3850
|
+
getProjectsCustomEnvironments,
|
|
3851
|
+
),
|
|
3852
|
+
);
|
|
3853
|
+
}
|
|
3854
|
+
|
|
3855
|
+
export function getProjectsCustomEnvironmentsFromJSON(
|
|
3856
|
+
jsonString: string,
|
|
3857
|
+
): SafeParseResult<GetProjectsCustomEnvironments, SDKValidationError> {
|
|
3858
|
+
return safeParse(
|
|
3859
|
+
jsonString,
|
|
3860
|
+
(x) => GetProjectsCustomEnvironments$inboundSchema.parse(JSON.parse(x)),
|
|
3861
|
+
`Failed to parse 'GetProjectsCustomEnvironments' from JSON`,
|
|
3862
|
+
);
|
|
3863
|
+
}
|
|
3864
|
+
|
|
3382
3865
|
/** @internal */
|
|
3383
3866
|
export const GetProjectsFramework$inboundSchema: z.ZodNativeEnum<
|
|
3384
3867
|
typeof GetProjectsFramework
|
|
@@ -3439,6 +3922,24 @@ export namespace GetProjectsIpBuckets$ {
|
|
|
3439
3922
|
export type Outbound = GetProjectsIpBuckets$Outbound;
|
|
3440
3923
|
}
|
|
3441
3924
|
|
|
3925
|
+
export function getProjectsIpBucketsToJSON(
|
|
3926
|
+
getProjectsIpBuckets: GetProjectsIpBuckets,
|
|
3927
|
+
): string {
|
|
3928
|
+
return JSON.stringify(
|
|
3929
|
+
GetProjectsIpBuckets$outboundSchema.parse(getProjectsIpBuckets),
|
|
3930
|
+
);
|
|
3931
|
+
}
|
|
3932
|
+
|
|
3933
|
+
export function getProjectsIpBucketsFromJSON(
|
|
3934
|
+
jsonString: string,
|
|
3935
|
+
): SafeParseResult<GetProjectsIpBuckets, SDKValidationError> {
|
|
3936
|
+
return safeParse(
|
|
3937
|
+
jsonString,
|
|
3938
|
+
(x) => GetProjectsIpBuckets$inboundSchema.parse(JSON.parse(x)),
|
|
3939
|
+
`Failed to parse 'GetProjectsIpBuckets' from JSON`,
|
|
3940
|
+
);
|
|
3941
|
+
}
|
|
3942
|
+
|
|
3442
3943
|
/** @internal */
|
|
3443
3944
|
export const GetProjectsAliasAssigned$inboundSchema: z.ZodType<
|
|
3444
3945
|
GetProjectsAliasAssigned,
|
|
@@ -3469,6 +3970,24 @@ export namespace GetProjectsAliasAssigned$ {
|
|
|
3469
3970
|
export type Outbound = GetProjectsAliasAssigned$Outbound;
|
|
3470
3971
|
}
|
|
3471
3972
|
|
|
3973
|
+
export function getProjectsAliasAssignedToJSON(
|
|
3974
|
+
getProjectsAliasAssigned: GetProjectsAliasAssigned,
|
|
3975
|
+
): string {
|
|
3976
|
+
return JSON.stringify(
|
|
3977
|
+
GetProjectsAliasAssigned$outboundSchema.parse(getProjectsAliasAssigned),
|
|
3978
|
+
);
|
|
3979
|
+
}
|
|
3980
|
+
|
|
3981
|
+
export function getProjectsAliasAssignedFromJSON(
|
|
3982
|
+
jsonString: string,
|
|
3983
|
+
): SafeParseResult<GetProjectsAliasAssigned, SDKValidationError> {
|
|
3984
|
+
return safeParse(
|
|
3985
|
+
jsonString,
|
|
3986
|
+
(x) => GetProjectsAliasAssigned$inboundSchema.parse(JSON.parse(x)),
|
|
3987
|
+
`Failed to parse 'GetProjectsAliasAssigned' from JSON`,
|
|
3988
|
+
);
|
|
3989
|
+
}
|
|
3990
|
+
|
|
3472
3991
|
/** @internal */
|
|
3473
3992
|
export const GetProjectsAliasError$inboundSchema: z.ZodType<
|
|
3474
3993
|
GetProjectsAliasError,
|
|
@@ -3508,6 +4027,24 @@ export namespace GetProjectsAliasError$ {
|
|
|
3508
4027
|
export type Outbound = GetProjectsAliasError$Outbound;
|
|
3509
4028
|
}
|
|
3510
4029
|
|
|
4030
|
+
export function getProjectsAliasErrorToJSON(
|
|
4031
|
+
getProjectsAliasError: GetProjectsAliasError,
|
|
4032
|
+
): string {
|
|
4033
|
+
return JSON.stringify(
|
|
4034
|
+
GetProjectsAliasError$outboundSchema.parse(getProjectsAliasError),
|
|
4035
|
+
);
|
|
4036
|
+
}
|
|
4037
|
+
|
|
4038
|
+
export function getProjectsAliasErrorFromJSON(
|
|
4039
|
+
jsonString: string,
|
|
4040
|
+
): SafeParseResult<GetProjectsAliasError, SDKValidationError> {
|
|
4041
|
+
return safeParse(
|
|
4042
|
+
jsonString,
|
|
4043
|
+
(x) => GetProjectsAliasError$inboundSchema.parse(JSON.parse(x)),
|
|
4044
|
+
`Failed to parse 'GetProjectsAliasError' from JSON`,
|
|
4045
|
+
);
|
|
4046
|
+
}
|
|
4047
|
+
|
|
3511
4048
|
/** @internal */
|
|
3512
4049
|
export const GetProjectsProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
3513
4050
|
z.ZodNativeEnum<
|
|
@@ -3577,6 +4114,24 @@ export namespace GetProjectsBranchMatcher$ {
|
|
|
3577
4114
|
export type Outbound = GetProjectsBranchMatcher$Outbound;
|
|
3578
4115
|
}
|
|
3579
4116
|
|
|
4117
|
+
export function getProjectsBranchMatcherToJSON(
|
|
4118
|
+
getProjectsBranchMatcher: GetProjectsBranchMatcher,
|
|
4119
|
+
): string {
|
|
4120
|
+
return JSON.stringify(
|
|
4121
|
+
GetProjectsBranchMatcher$outboundSchema.parse(getProjectsBranchMatcher),
|
|
4122
|
+
);
|
|
4123
|
+
}
|
|
4124
|
+
|
|
4125
|
+
export function getProjectsBranchMatcherFromJSON(
|
|
4126
|
+
jsonString: string,
|
|
4127
|
+
): SafeParseResult<GetProjectsBranchMatcher, SDKValidationError> {
|
|
4128
|
+
return safeParse(
|
|
4129
|
+
jsonString,
|
|
4130
|
+
(x) => GetProjectsBranchMatcher$inboundSchema.parse(JSON.parse(x)),
|
|
4131
|
+
`Failed to parse 'GetProjectsBranchMatcher' from JSON`,
|
|
4132
|
+
);
|
|
4133
|
+
}
|
|
4134
|
+
|
|
3580
4135
|
/** @internal */
|
|
3581
4136
|
export const GetProjectsBuilds$inboundSchema: z.ZodType<
|
|
3582
4137
|
GetProjectsBuilds,
|
|
@@ -3619,6 +4174,24 @@ export namespace GetProjectsBuilds$ {
|
|
|
3619
4174
|
export type Outbound = GetProjectsBuilds$Outbound;
|
|
3620
4175
|
}
|
|
3621
4176
|
|
|
4177
|
+
export function getProjectsBuildsToJSON(
|
|
4178
|
+
getProjectsBuilds: GetProjectsBuilds,
|
|
4179
|
+
): string {
|
|
4180
|
+
return JSON.stringify(
|
|
4181
|
+
GetProjectsBuilds$outboundSchema.parse(getProjectsBuilds),
|
|
4182
|
+
);
|
|
4183
|
+
}
|
|
4184
|
+
|
|
4185
|
+
export function getProjectsBuildsFromJSON(
|
|
4186
|
+
jsonString: string,
|
|
4187
|
+
): SafeParseResult<GetProjectsBuilds, SDKValidationError> {
|
|
4188
|
+
return safeParse(
|
|
4189
|
+
jsonString,
|
|
4190
|
+
(x) => GetProjectsBuilds$inboundSchema.parse(JSON.parse(x)),
|
|
4191
|
+
`Failed to parse 'GetProjectsBuilds' from JSON`,
|
|
4192
|
+
);
|
|
4193
|
+
}
|
|
4194
|
+
|
|
3622
4195
|
/** @internal */
|
|
3623
4196
|
export const GetProjectsChecksConclusion$inboundSchema: z.ZodNativeEnum<
|
|
3624
4197
|
typeof GetProjectsChecksConclusion
|
|
@@ -3709,6 +4282,24 @@ export namespace GetProjectsCreator$ {
|
|
|
3709
4282
|
export type Outbound = GetProjectsCreator$Outbound;
|
|
3710
4283
|
}
|
|
3711
4284
|
|
|
4285
|
+
export function getProjectsCreatorToJSON(
|
|
4286
|
+
getProjectsCreator: GetProjectsCreator,
|
|
4287
|
+
): string {
|
|
4288
|
+
return JSON.stringify(
|
|
4289
|
+
GetProjectsCreator$outboundSchema.parse(getProjectsCreator),
|
|
4290
|
+
);
|
|
4291
|
+
}
|
|
4292
|
+
|
|
4293
|
+
export function getProjectsCreatorFromJSON(
|
|
4294
|
+
jsonString: string,
|
|
4295
|
+
): SafeParseResult<GetProjectsCreator, SDKValidationError> {
|
|
4296
|
+
return safeParse(
|
|
4297
|
+
jsonString,
|
|
4298
|
+
(x) => GetProjectsCreator$inboundSchema.parse(JSON.parse(x)),
|
|
4299
|
+
`Failed to parse 'GetProjectsCreator' from JSON`,
|
|
4300
|
+
);
|
|
4301
|
+
}
|
|
4302
|
+
|
|
3712
4303
|
/** @internal */
|
|
3713
4304
|
export const GetProjectsOidcTokenClaims$inboundSchema: z.ZodType<
|
|
3714
4305
|
GetProjectsOidcTokenClaims,
|
|
@@ -3779,6 +4370,24 @@ export namespace GetProjectsOidcTokenClaims$ {
|
|
|
3779
4370
|
export type Outbound = GetProjectsOidcTokenClaims$Outbound;
|
|
3780
4371
|
}
|
|
3781
4372
|
|
|
4373
|
+
export function getProjectsOidcTokenClaimsToJSON(
|
|
4374
|
+
getProjectsOidcTokenClaims: GetProjectsOidcTokenClaims,
|
|
4375
|
+
): string {
|
|
4376
|
+
return JSON.stringify(
|
|
4377
|
+
GetProjectsOidcTokenClaims$outboundSchema.parse(getProjectsOidcTokenClaims),
|
|
4378
|
+
);
|
|
4379
|
+
}
|
|
4380
|
+
|
|
4381
|
+
export function getProjectsOidcTokenClaimsFromJSON(
|
|
4382
|
+
jsonString: string,
|
|
4383
|
+
): SafeParseResult<GetProjectsOidcTokenClaims, SDKValidationError> {
|
|
4384
|
+
return safeParse(
|
|
4385
|
+
jsonString,
|
|
4386
|
+
(x) => GetProjectsOidcTokenClaims$inboundSchema.parse(JSON.parse(x)),
|
|
4387
|
+
`Failed to parse 'GetProjectsOidcTokenClaims' from JSON`,
|
|
4388
|
+
);
|
|
4389
|
+
}
|
|
4390
|
+
|
|
3782
4391
|
/** @internal */
|
|
3783
4392
|
export const GetProjectsPlan$inboundSchema: z.ZodNativeEnum<
|
|
3784
4393
|
typeof GetProjectsPlan
|
|
@@ -4010,6 +4619,26 @@ export namespace GetProjectsLatestDeployments$ {
|
|
|
4010
4619
|
export type Outbound = GetProjectsLatestDeployments$Outbound;
|
|
4011
4620
|
}
|
|
4012
4621
|
|
|
4622
|
+
export function getProjectsLatestDeploymentsToJSON(
|
|
4623
|
+
getProjectsLatestDeployments: GetProjectsLatestDeployments,
|
|
4624
|
+
): string {
|
|
4625
|
+
return JSON.stringify(
|
|
4626
|
+
GetProjectsLatestDeployments$outboundSchema.parse(
|
|
4627
|
+
getProjectsLatestDeployments,
|
|
4628
|
+
),
|
|
4629
|
+
);
|
|
4630
|
+
}
|
|
4631
|
+
|
|
4632
|
+
export function getProjectsLatestDeploymentsFromJSON(
|
|
4633
|
+
jsonString: string,
|
|
4634
|
+
): SafeParseResult<GetProjectsLatestDeployments, SDKValidationError> {
|
|
4635
|
+
return safeParse(
|
|
4636
|
+
jsonString,
|
|
4637
|
+
(x) => GetProjectsLatestDeployments$inboundSchema.parse(JSON.parse(x)),
|
|
4638
|
+
`Failed to parse 'GetProjectsLatestDeployments' from JSON`,
|
|
4639
|
+
);
|
|
4640
|
+
}
|
|
4641
|
+
|
|
4013
4642
|
/** @internal */
|
|
4014
4643
|
export const GetProjectsLinkProjectsResponseType$inboundSchema: z.ZodNativeEnum<
|
|
4015
4644
|
typeof GetProjectsLinkProjectsResponseType
|
|
@@ -4082,6 +4711,33 @@ export namespace GetProjectsLinkProjectsResponseDeployHooks$ {
|
|
|
4082
4711
|
export type Outbound = GetProjectsLinkProjectsResponseDeployHooks$Outbound;
|
|
4083
4712
|
}
|
|
4084
4713
|
|
|
4714
|
+
export function getProjectsLinkProjectsResponseDeployHooksToJSON(
|
|
4715
|
+
getProjectsLinkProjectsResponseDeployHooks:
|
|
4716
|
+
GetProjectsLinkProjectsResponseDeployHooks,
|
|
4717
|
+
): string {
|
|
4718
|
+
return JSON.stringify(
|
|
4719
|
+
GetProjectsLinkProjectsResponseDeployHooks$outboundSchema.parse(
|
|
4720
|
+
getProjectsLinkProjectsResponseDeployHooks,
|
|
4721
|
+
),
|
|
4722
|
+
);
|
|
4723
|
+
}
|
|
4724
|
+
|
|
4725
|
+
export function getProjectsLinkProjectsResponseDeployHooksFromJSON(
|
|
4726
|
+
jsonString: string,
|
|
4727
|
+
): SafeParseResult<
|
|
4728
|
+
GetProjectsLinkProjectsResponseDeployHooks,
|
|
4729
|
+
SDKValidationError
|
|
4730
|
+
> {
|
|
4731
|
+
return safeParse(
|
|
4732
|
+
jsonString,
|
|
4733
|
+
(x) =>
|
|
4734
|
+
GetProjectsLinkProjectsResponseDeployHooks$inboundSchema.parse(
|
|
4735
|
+
JSON.parse(x),
|
|
4736
|
+
),
|
|
4737
|
+
`Failed to parse 'GetProjectsLinkProjectsResponseDeployHooks' from JSON`,
|
|
4738
|
+
);
|
|
4739
|
+
}
|
|
4740
|
+
|
|
4085
4741
|
/** @internal */
|
|
4086
4742
|
export const GetProjectsLink3$inboundSchema: z.ZodType<
|
|
4087
4743
|
GetProjectsLink3,
|
|
@@ -4155,6 +4811,24 @@ export namespace GetProjectsLink3$ {
|
|
|
4155
4811
|
export type Outbound = GetProjectsLink3$Outbound;
|
|
4156
4812
|
}
|
|
4157
4813
|
|
|
4814
|
+
export function getProjectsLink3ToJSON(
|
|
4815
|
+
getProjectsLink3: GetProjectsLink3,
|
|
4816
|
+
): string {
|
|
4817
|
+
return JSON.stringify(
|
|
4818
|
+
GetProjectsLink3$outboundSchema.parse(getProjectsLink3),
|
|
4819
|
+
);
|
|
4820
|
+
}
|
|
4821
|
+
|
|
4822
|
+
export function getProjectsLink3FromJSON(
|
|
4823
|
+
jsonString: string,
|
|
4824
|
+
): SafeParseResult<GetProjectsLink3, SDKValidationError> {
|
|
4825
|
+
return safeParse(
|
|
4826
|
+
jsonString,
|
|
4827
|
+
(x) => GetProjectsLink3$inboundSchema.parse(JSON.parse(x)),
|
|
4828
|
+
`Failed to parse 'GetProjectsLink3' from JSON`,
|
|
4829
|
+
);
|
|
4830
|
+
}
|
|
4831
|
+
|
|
4158
4832
|
/** @internal */
|
|
4159
4833
|
export const GetProjectsLinkProjectsType$inboundSchema: z.ZodNativeEnum<
|
|
4160
4834
|
typeof GetProjectsLinkProjectsType
|
|
@@ -4225,6 +4899,27 @@ export namespace GetProjectsLinkProjectsDeployHooks$ {
|
|
|
4225
4899
|
export type Outbound = GetProjectsLinkProjectsDeployHooks$Outbound;
|
|
4226
4900
|
}
|
|
4227
4901
|
|
|
4902
|
+
export function getProjectsLinkProjectsDeployHooksToJSON(
|
|
4903
|
+
getProjectsLinkProjectsDeployHooks: GetProjectsLinkProjectsDeployHooks,
|
|
4904
|
+
): string {
|
|
4905
|
+
return JSON.stringify(
|
|
4906
|
+
GetProjectsLinkProjectsDeployHooks$outboundSchema.parse(
|
|
4907
|
+
getProjectsLinkProjectsDeployHooks,
|
|
4908
|
+
),
|
|
4909
|
+
);
|
|
4910
|
+
}
|
|
4911
|
+
|
|
4912
|
+
export function getProjectsLinkProjectsDeployHooksFromJSON(
|
|
4913
|
+
jsonString: string,
|
|
4914
|
+
): SafeParseResult<GetProjectsLinkProjectsDeployHooks, SDKValidationError> {
|
|
4915
|
+
return safeParse(
|
|
4916
|
+
jsonString,
|
|
4917
|
+
(x) =>
|
|
4918
|
+
GetProjectsLinkProjectsDeployHooks$inboundSchema.parse(JSON.parse(x)),
|
|
4919
|
+
`Failed to parse 'GetProjectsLinkProjectsDeployHooks' from JSON`,
|
|
4920
|
+
);
|
|
4921
|
+
}
|
|
4922
|
+
|
|
4228
4923
|
/** @internal */
|
|
4229
4924
|
export const GetProjectsLink2$inboundSchema: z.ZodType<
|
|
4230
4925
|
GetProjectsLink2,
|
|
@@ -4301,6 +4996,24 @@ export namespace GetProjectsLink2$ {
|
|
|
4301
4996
|
export type Outbound = GetProjectsLink2$Outbound;
|
|
4302
4997
|
}
|
|
4303
4998
|
|
|
4999
|
+
export function getProjectsLink2ToJSON(
|
|
5000
|
+
getProjectsLink2: GetProjectsLink2,
|
|
5001
|
+
): string {
|
|
5002
|
+
return JSON.stringify(
|
|
5003
|
+
GetProjectsLink2$outboundSchema.parse(getProjectsLink2),
|
|
5004
|
+
);
|
|
5005
|
+
}
|
|
5006
|
+
|
|
5007
|
+
export function getProjectsLink2FromJSON(
|
|
5008
|
+
jsonString: string,
|
|
5009
|
+
): SafeParseResult<GetProjectsLink2, SDKValidationError> {
|
|
5010
|
+
return safeParse(
|
|
5011
|
+
jsonString,
|
|
5012
|
+
(x) => GetProjectsLink2$inboundSchema.parse(JSON.parse(x)),
|
|
5013
|
+
`Failed to parse 'GetProjectsLink2' from JSON`,
|
|
5014
|
+
);
|
|
5015
|
+
}
|
|
5016
|
+
|
|
4304
5017
|
/** @internal */
|
|
4305
5018
|
export const GetProjectsLinkType$inboundSchema: z.ZodNativeEnum<
|
|
4306
5019
|
typeof GetProjectsLinkType
|
|
@@ -4370,6 +5083,24 @@ export namespace GetProjectsLinkDeployHooks$ {
|
|
|
4370
5083
|
export type Outbound = GetProjectsLinkDeployHooks$Outbound;
|
|
4371
5084
|
}
|
|
4372
5085
|
|
|
5086
|
+
export function getProjectsLinkDeployHooksToJSON(
|
|
5087
|
+
getProjectsLinkDeployHooks: GetProjectsLinkDeployHooks,
|
|
5088
|
+
): string {
|
|
5089
|
+
return JSON.stringify(
|
|
5090
|
+
GetProjectsLinkDeployHooks$outboundSchema.parse(getProjectsLinkDeployHooks),
|
|
5091
|
+
);
|
|
5092
|
+
}
|
|
5093
|
+
|
|
5094
|
+
export function getProjectsLinkDeployHooksFromJSON(
|
|
5095
|
+
jsonString: string,
|
|
5096
|
+
): SafeParseResult<GetProjectsLinkDeployHooks, SDKValidationError> {
|
|
5097
|
+
return safeParse(
|
|
5098
|
+
jsonString,
|
|
5099
|
+
(x) => GetProjectsLinkDeployHooks$inboundSchema.parse(JSON.parse(x)),
|
|
5100
|
+
`Failed to parse 'GetProjectsLinkDeployHooks' from JSON`,
|
|
5101
|
+
);
|
|
5102
|
+
}
|
|
5103
|
+
|
|
4373
5104
|
/** @internal */
|
|
4374
5105
|
export const GetProjectsLink1$inboundSchema: z.ZodType<
|
|
4375
5106
|
GetProjectsLink1,
|
|
@@ -4436,6 +5167,24 @@ export namespace GetProjectsLink1$ {
|
|
|
4436
5167
|
export type Outbound = GetProjectsLink1$Outbound;
|
|
4437
5168
|
}
|
|
4438
5169
|
|
|
5170
|
+
export function getProjectsLink1ToJSON(
|
|
5171
|
+
getProjectsLink1: GetProjectsLink1,
|
|
5172
|
+
): string {
|
|
5173
|
+
return JSON.stringify(
|
|
5174
|
+
GetProjectsLink1$outboundSchema.parse(getProjectsLink1),
|
|
5175
|
+
);
|
|
5176
|
+
}
|
|
5177
|
+
|
|
5178
|
+
export function getProjectsLink1FromJSON(
|
|
5179
|
+
jsonString: string,
|
|
5180
|
+
): SafeParseResult<GetProjectsLink1, SDKValidationError> {
|
|
5181
|
+
return safeParse(
|
|
5182
|
+
jsonString,
|
|
5183
|
+
(x) => GetProjectsLink1$inboundSchema.parse(JSON.parse(x)),
|
|
5184
|
+
`Failed to parse 'GetProjectsLink1' from JSON`,
|
|
5185
|
+
);
|
|
5186
|
+
}
|
|
5187
|
+
|
|
4439
5188
|
/** @internal */
|
|
4440
5189
|
export const GetProjectsLink$inboundSchema: z.ZodType<
|
|
4441
5190
|
GetProjectsLink,
|
|
@@ -4477,43 +5226,20 @@ export namespace GetProjectsLink$ {
|
|
|
4477
5226
|
export type Outbound = GetProjectsLink$Outbound;
|
|
4478
5227
|
}
|
|
4479
5228
|
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4485
|
-
> = z.object({
|
|
4486
|
-
id: z.string(),
|
|
4487
|
-
slug: z.string(),
|
|
4488
|
-
});
|
|
4489
|
-
|
|
4490
|
-
/** @internal */
|
|
4491
|
-
export type GetProjectsGroup$Outbound = {
|
|
4492
|
-
id: string;
|
|
4493
|
-
slug: string;
|
|
4494
|
-
};
|
|
4495
|
-
|
|
4496
|
-
/** @internal */
|
|
4497
|
-
export const GetProjectsGroup$outboundSchema: z.ZodType<
|
|
4498
|
-
GetProjectsGroup$Outbound,
|
|
4499
|
-
z.ZodTypeDef,
|
|
4500
|
-
GetProjectsGroup
|
|
4501
|
-
> = z.object({
|
|
4502
|
-
id: z.string(),
|
|
4503
|
-
slug: z.string(),
|
|
4504
|
-
});
|
|
5229
|
+
export function getProjectsLinkToJSON(
|
|
5230
|
+
getProjectsLink: GetProjectsLink,
|
|
5231
|
+
): string {
|
|
5232
|
+
return JSON.stringify(GetProjectsLink$outboundSchema.parse(getProjectsLink));
|
|
5233
|
+
}
|
|
4505
5234
|
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
export const outboundSchema = GetProjectsGroup$outboundSchema;
|
|
4515
|
-
/** @deprecated use `GetProjectsGroup$Outbound` instead. */
|
|
4516
|
-
export type Outbound = GetProjectsGroup$Outbound;
|
|
5235
|
+
export function getProjectsLinkFromJSON(
|
|
5236
|
+
jsonString: string,
|
|
5237
|
+
): SafeParseResult<GetProjectsLink, SDKValidationError> {
|
|
5238
|
+
return safeParse(
|
|
5239
|
+
jsonString,
|
|
5240
|
+
(x) => GetProjectsLink$inboundSchema.parse(JSON.parse(x)),
|
|
5241
|
+
`Failed to parse 'GetProjectsLink' from JSON`,
|
|
5242
|
+
);
|
|
4517
5243
|
}
|
|
4518
5244
|
|
|
4519
5245
|
/** @internal */
|
|
@@ -4523,7 +5249,7 @@ export const GetProjectsMicrofrontends$inboundSchema: z.ZodType<
|
|
|
4523
5249
|
unknown
|
|
4524
5250
|
> = z.object({
|
|
4525
5251
|
updatedAt: z.number(),
|
|
4526
|
-
|
|
5252
|
+
groupIds: z.array(z.string()),
|
|
4527
5253
|
enabled: z.boolean(),
|
|
4528
5254
|
isDefaultApp: z.boolean().optional(),
|
|
4529
5255
|
defaultRoute: z.string().optional(),
|
|
@@ -4532,7 +5258,7 @@ export const GetProjectsMicrofrontends$inboundSchema: z.ZodType<
|
|
|
4532
5258
|
/** @internal */
|
|
4533
5259
|
export type GetProjectsMicrofrontends$Outbound = {
|
|
4534
5260
|
updatedAt: number;
|
|
4535
|
-
|
|
5261
|
+
groupIds: Array<string>;
|
|
4536
5262
|
enabled: boolean;
|
|
4537
5263
|
isDefaultApp?: boolean | undefined;
|
|
4538
5264
|
defaultRoute?: string | undefined;
|
|
@@ -4545,7 +5271,7 @@ export const GetProjectsMicrofrontends$outboundSchema: z.ZodType<
|
|
|
4545
5271
|
GetProjectsMicrofrontends
|
|
4546
5272
|
> = z.object({
|
|
4547
5273
|
updatedAt: z.number(),
|
|
4548
|
-
|
|
5274
|
+
groupIds: z.array(z.string()),
|
|
4549
5275
|
enabled: z.boolean(),
|
|
4550
5276
|
isDefaultApp: z.boolean().optional(),
|
|
4551
5277
|
defaultRoute: z.string().optional(),
|
|
@@ -4564,6 +5290,24 @@ export namespace GetProjectsMicrofrontends$ {
|
|
|
4564
5290
|
export type Outbound = GetProjectsMicrofrontends$Outbound;
|
|
4565
5291
|
}
|
|
4566
5292
|
|
|
5293
|
+
export function getProjectsMicrofrontendsToJSON(
|
|
5294
|
+
getProjectsMicrofrontends: GetProjectsMicrofrontends,
|
|
5295
|
+
): string {
|
|
5296
|
+
return JSON.stringify(
|
|
5297
|
+
GetProjectsMicrofrontends$outboundSchema.parse(getProjectsMicrofrontends),
|
|
5298
|
+
);
|
|
5299
|
+
}
|
|
5300
|
+
|
|
5301
|
+
export function getProjectsMicrofrontendsFromJSON(
|
|
5302
|
+
jsonString: string,
|
|
5303
|
+
): SafeParseResult<GetProjectsMicrofrontends, SDKValidationError> {
|
|
5304
|
+
return safeParse(
|
|
5305
|
+
jsonString,
|
|
5306
|
+
(x) => GetProjectsMicrofrontends$inboundSchema.parse(JSON.parse(x)),
|
|
5307
|
+
`Failed to parse 'GetProjectsMicrofrontends' from JSON`,
|
|
5308
|
+
);
|
|
5309
|
+
}
|
|
5310
|
+
|
|
4567
5311
|
/** @internal */
|
|
4568
5312
|
export const GetProjectsNodeVersion$inboundSchema: z.ZodNativeEnum<
|
|
4569
5313
|
typeof GetProjectsNodeVersion
|
|
@@ -4621,6 +5365,24 @@ export namespace GetProjectsPaths$ {
|
|
|
4621
5365
|
export type Outbound = GetProjectsPaths$Outbound;
|
|
4622
5366
|
}
|
|
4623
5367
|
|
|
5368
|
+
export function getProjectsPathsToJSON(
|
|
5369
|
+
getProjectsPaths: GetProjectsPaths,
|
|
5370
|
+
): string {
|
|
5371
|
+
return JSON.stringify(
|
|
5372
|
+
GetProjectsPaths$outboundSchema.parse(getProjectsPaths),
|
|
5373
|
+
);
|
|
5374
|
+
}
|
|
5375
|
+
|
|
5376
|
+
export function getProjectsPathsFromJSON(
|
|
5377
|
+
jsonString: string,
|
|
5378
|
+
): SafeParseResult<GetProjectsPaths, SDKValidationError> {
|
|
5379
|
+
return safeParse(
|
|
5380
|
+
jsonString,
|
|
5381
|
+
(x) => GetProjectsPaths$inboundSchema.parse(JSON.parse(x)),
|
|
5382
|
+
`Failed to parse 'GetProjectsPaths' from JSON`,
|
|
5383
|
+
);
|
|
5384
|
+
}
|
|
5385
|
+
|
|
4624
5386
|
/** @internal */
|
|
4625
5387
|
export const GetProjectsOptionsAllowlist$inboundSchema: z.ZodType<
|
|
4626
5388
|
GetProjectsOptionsAllowlist,
|
|
@@ -4657,6 +5419,26 @@ export namespace GetProjectsOptionsAllowlist$ {
|
|
|
4657
5419
|
export type Outbound = GetProjectsOptionsAllowlist$Outbound;
|
|
4658
5420
|
}
|
|
4659
5421
|
|
|
5422
|
+
export function getProjectsOptionsAllowlistToJSON(
|
|
5423
|
+
getProjectsOptionsAllowlist: GetProjectsOptionsAllowlist,
|
|
5424
|
+
): string {
|
|
5425
|
+
return JSON.stringify(
|
|
5426
|
+
GetProjectsOptionsAllowlist$outboundSchema.parse(
|
|
5427
|
+
getProjectsOptionsAllowlist,
|
|
5428
|
+
),
|
|
5429
|
+
);
|
|
5430
|
+
}
|
|
5431
|
+
|
|
5432
|
+
export function getProjectsOptionsAllowlistFromJSON(
|
|
5433
|
+
jsonString: string,
|
|
5434
|
+
): SafeParseResult<GetProjectsOptionsAllowlist, SDKValidationError> {
|
|
5435
|
+
return safeParse(
|
|
5436
|
+
jsonString,
|
|
5437
|
+
(x) => GetProjectsOptionsAllowlist$inboundSchema.parse(JSON.parse(x)),
|
|
5438
|
+
`Failed to parse 'GetProjectsOptionsAllowlist' from JSON`,
|
|
5439
|
+
);
|
|
5440
|
+
}
|
|
5441
|
+
|
|
4660
5442
|
/** @internal */
|
|
4661
5443
|
export const GetProjectsPasswordProtection$inboundSchema: z.ZodType<
|
|
4662
5444
|
GetProjectsPasswordProtection,
|
|
@@ -4687,6 +5469,26 @@ export namespace GetProjectsPasswordProtection$ {
|
|
|
4687
5469
|
export type Outbound = GetProjectsPasswordProtection$Outbound;
|
|
4688
5470
|
}
|
|
4689
5471
|
|
|
5472
|
+
export function getProjectsPasswordProtectionToJSON(
|
|
5473
|
+
getProjectsPasswordProtection: GetProjectsPasswordProtection,
|
|
5474
|
+
): string {
|
|
5475
|
+
return JSON.stringify(
|
|
5476
|
+
GetProjectsPasswordProtection$outboundSchema.parse(
|
|
5477
|
+
getProjectsPasswordProtection,
|
|
5478
|
+
),
|
|
5479
|
+
);
|
|
5480
|
+
}
|
|
5481
|
+
|
|
5482
|
+
export function getProjectsPasswordProtectionFromJSON(
|
|
5483
|
+
jsonString: string,
|
|
5484
|
+
): SafeParseResult<GetProjectsPasswordProtection, SDKValidationError> {
|
|
5485
|
+
return safeParse(
|
|
5486
|
+
jsonString,
|
|
5487
|
+
(x) => GetProjectsPasswordProtection$inboundSchema.parse(JSON.parse(x)),
|
|
5488
|
+
`Failed to parse 'GetProjectsPasswordProtection' from JSON`,
|
|
5489
|
+
);
|
|
5490
|
+
}
|
|
5491
|
+
|
|
4690
5492
|
/** @internal */
|
|
4691
5493
|
export const GetProjectsFunctionDefaultMemoryType$inboundSchema:
|
|
4692
5494
|
z.ZodNativeEnum<typeof GetProjectsFunctionDefaultMemoryType> = z.nativeEnum(
|
|
@@ -4758,6 +5560,24 @@ export namespace GetProjectsResourceConfig$ {
|
|
|
4758
5560
|
export type Outbound = GetProjectsResourceConfig$Outbound;
|
|
4759
5561
|
}
|
|
4760
5562
|
|
|
5563
|
+
export function getProjectsResourceConfigToJSON(
|
|
5564
|
+
getProjectsResourceConfig: GetProjectsResourceConfig,
|
|
5565
|
+
): string {
|
|
5566
|
+
return JSON.stringify(
|
|
5567
|
+
GetProjectsResourceConfig$outboundSchema.parse(getProjectsResourceConfig),
|
|
5568
|
+
);
|
|
5569
|
+
}
|
|
5570
|
+
|
|
5571
|
+
export function getProjectsResourceConfigFromJSON(
|
|
5572
|
+
jsonString: string,
|
|
5573
|
+
): SafeParseResult<GetProjectsResourceConfig, SDKValidationError> {
|
|
5574
|
+
return safeParse(
|
|
5575
|
+
jsonString,
|
|
5576
|
+
(x) => GetProjectsResourceConfig$inboundSchema.parse(JSON.parse(x)),
|
|
5577
|
+
`Failed to parse 'GetProjectsResourceConfig' from JSON`,
|
|
5578
|
+
);
|
|
5579
|
+
}
|
|
5580
|
+
|
|
4761
5581
|
/** @internal */
|
|
4762
5582
|
export const GetProjectsDeploymentType$inboundSchema: z.ZodNativeEnum<
|
|
4763
5583
|
typeof GetProjectsDeploymentType
|
|
@@ -4815,6 +5635,24 @@ export namespace GetProjectsSsoProtection$ {
|
|
|
4815
5635
|
export type Outbound = GetProjectsSsoProtection$Outbound;
|
|
4816
5636
|
}
|
|
4817
5637
|
|
|
5638
|
+
export function getProjectsSsoProtectionToJSON(
|
|
5639
|
+
getProjectsSsoProtection: GetProjectsSsoProtection,
|
|
5640
|
+
): string {
|
|
5641
|
+
return JSON.stringify(
|
|
5642
|
+
GetProjectsSsoProtection$outboundSchema.parse(getProjectsSsoProtection),
|
|
5643
|
+
);
|
|
5644
|
+
}
|
|
5645
|
+
|
|
5646
|
+
export function getProjectsSsoProtectionFromJSON(
|
|
5647
|
+
jsonString: string,
|
|
5648
|
+
): SafeParseResult<GetProjectsSsoProtection, SDKValidationError> {
|
|
5649
|
+
return safeParse(
|
|
5650
|
+
jsonString,
|
|
5651
|
+
(x) => GetProjectsSsoProtection$inboundSchema.parse(JSON.parse(x)),
|
|
5652
|
+
`Failed to parse 'GetProjectsSsoProtection' from JSON`,
|
|
5653
|
+
);
|
|
5654
|
+
}
|
|
5655
|
+
|
|
4818
5656
|
/** @internal */
|
|
4819
5657
|
export const GetProjectsProjectsAliasAssigned$inboundSchema: z.ZodType<
|
|
4820
5658
|
GetProjectsProjectsAliasAssigned,
|
|
@@ -4845,6 +5683,26 @@ export namespace GetProjectsProjectsAliasAssigned$ {
|
|
|
4845
5683
|
export type Outbound = GetProjectsProjectsAliasAssigned$Outbound;
|
|
4846
5684
|
}
|
|
4847
5685
|
|
|
5686
|
+
export function getProjectsProjectsAliasAssignedToJSON(
|
|
5687
|
+
getProjectsProjectsAliasAssigned: GetProjectsProjectsAliasAssigned,
|
|
5688
|
+
): string {
|
|
5689
|
+
return JSON.stringify(
|
|
5690
|
+
GetProjectsProjectsAliasAssigned$outboundSchema.parse(
|
|
5691
|
+
getProjectsProjectsAliasAssigned,
|
|
5692
|
+
),
|
|
5693
|
+
);
|
|
5694
|
+
}
|
|
5695
|
+
|
|
5696
|
+
export function getProjectsProjectsAliasAssignedFromJSON(
|
|
5697
|
+
jsonString: string,
|
|
5698
|
+
): SafeParseResult<GetProjectsProjectsAliasAssigned, SDKValidationError> {
|
|
5699
|
+
return safeParse(
|
|
5700
|
+
jsonString,
|
|
5701
|
+
(x) => GetProjectsProjectsAliasAssigned$inboundSchema.parse(JSON.parse(x)),
|
|
5702
|
+
`Failed to parse 'GetProjectsProjectsAliasAssigned' from JSON`,
|
|
5703
|
+
);
|
|
5704
|
+
}
|
|
5705
|
+
|
|
4848
5706
|
/** @internal */
|
|
4849
5707
|
export const GetProjectsProjectsAliasError$inboundSchema: z.ZodType<
|
|
4850
5708
|
GetProjectsProjectsAliasError,
|
|
@@ -4884,6 +5742,26 @@ export namespace GetProjectsProjectsAliasError$ {
|
|
|
4884
5742
|
export type Outbound = GetProjectsProjectsAliasError$Outbound;
|
|
4885
5743
|
}
|
|
4886
5744
|
|
|
5745
|
+
export function getProjectsProjectsAliasErrorToJSON(
|
|
5746
|
+
getProjectsProjectsAliasError: GetProjectsProjectsAliasError,
|
|
5747
|
+
): string {
|
|
5748
|
+
return JSON.stringify(
|
|
5749
|
+
GetProjectsProjectsAliasError$outboundSchema.parse(
|
|
5750
|
+
getProjectsProjectsAliasError,
|
|
5751
|
+
),
|
|
5752
|
+
);
|
|
5753
|
+
}
|
|
5754
|
+
|
|
5755
|
+
export function getProjectsProjectsAliasErrorFromJSON(
|
|
5756
|
+
jsonString: string,
|
|
5757
|
+
): SafeParseResult<GetProjectsProjectsAliasError, SDKValidationError> {
|
|
5758
|
+
return safeParse(
|
|
5759
|
+
jsonString,
|
|
5760
|
+
(x) => GetProjectsProjectsAliasError$inboundSchema.parse(JSON.parse(x)),
|
|
5761
|
+
`Failed to parse 'GetProjectsProjectsAliasError' from JSON`,
|
|
5762
|
+
);
|
|
5763
|
+
}
|
|
5764
|
+
|
|
4887
5765
|
/** @internal */
|
|
4888
5766
|
export const GetProjectsProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
4889
5767
|
z.ZodNativeEnum<typeof GetProjectsProjectsResponse200ApplicationJSONType> = z
|
|
@@ -4946,6 +5824,26 @@ export namespace GetProjectsProjectsBranchMatcher$ {
|
|
|
4946
5824
|
export type Outbound = GetProjectsProjectsBranchMatcher$Outbound;
|
|
4947
5825
|
}
|
|
4948
5826
|
|
|
5827
|
+
export function getProjectsProjectsBranchMatcherToJSON(
|
|
5828
|
+
getProjectsProjectsBranchMatcher: GetProjectsProjectsBranchMatcher,
|
|
5829
|
+
): string {
|
|
5830
|
+
return JSON.stringify(
|
|
5831
|
+
GetProjectsProjectsBranchMatcher$outboundSchema.parse(
|
|
5832
|
+
getProjectsProjectsBranchMatcher,
|
|
5833
|
+
),
|
|
5834
|
+
);
|
|
5835
|
+
}
|
|
5836
|
+
|
|
5837
|
+
export function getProjectsProjectsBranchMatcherFromJSON(
|
|
5838
|
+
jsonString: string,
|
|
5839
|
+
): SafeParseResult<GetProjectsProjectsBranchMatcher, SDKValidationError> {
|
|
5840
|
+
return safeParse(
|
|
5841
|
+
jsonString,
|
|
5842
|
+
(x) => GetProjectsProjectsBranchMatcher$inboundSchema.parse(JSON.parse(x)),
|
|
5843
|
+
`Failed to parse 'GetProjectsProjectsBranchMatcher' from JSON`,
|
|
5844
|
+
);
|
|
5845
|
+
}
|
|
5846
|
+
|
|
4949
5847
|
/** @internal */
|
|
4950
5848
|
export const GetProjectsProjectsBuilds$inboundSchema: z.ZodType<
|
|
4951
5849
|
GetProjectsProjectsBuilds,
|
|
@@ -4988,6 +5886,24 @@ export namespace GetProjectsProjectsBuilds$ {
|
|
|
4988
5886
|
export type Outbound = GetProjectsProjectsBuilds$Outbound;
|
|
4989
5887
|
}
|
|
4990
5888
|
|
|
5889
|
+
export function getProjectsProjectsBuildsToJSON(
|
|
5890
|
+
getProjectsProjectsBuilds: GetProjectsProjectsBuilds,
|
|
5891
|
+
): string {
|
|
5892
|
+
return JSON.stringify(
|
|
5893
|
+
GetProjectsProjectsBuilds$outboundSchema.parse(getProjectsProjectsBuilds),
|
|
5894
|
+
);
|
|
5895
|
+
}
|
|
5896
|
+
|
|
5897
|
+
export function getProjectsProjectsBuildsFromJSON(
|
|
5898
|
+
jsonString: string,
|
|
5899
|
+
): SafeParseResult<GetProjectsProjectsBuilds, SDKValidationError> {
|
|
5900
|
+
return safeParse(
|
|
5901
|
+
jsonString,
|
|
5902
|
+
(x) => GetProjectsProjectsBuilds$inboundSchema.parse(JSON.parse(x)),
|
|
5903
|
+
`Failed to parse 'GetProjectsProjectsBuilds' from JSON`,
|
|
5904
|
+
);
|
|
5905
|
+
}
|
|
5906
|
+
|
|
4991
5907
|
/** @internal */
|
|
4992
5908
|
export const GetProjectsProjectsChecksConclusion$inboundSchema: z.ZodNativeEnum<
|
|
4993
5909
|
typeof GetProjectsProjectsChecksConclusion
|
|
@@ -5080,6 +5996,24 @@ export namespace GetProjectsProjectsCreator$ {
|
|
|
5080
5996
|
export type Outbound = GetProjectsProjectsCreator$Outbound;
|
|
5081
5997
|
}
|
|
5082
5998
|
|
|
5999
|
+
export function getProjectsProjectsCreatorToJSON(
|
|
6000
|
+
getProjectsProjectsCreator: GetProjectsProjectsCreator,
|
|
6001
|
+
): string {
|
|
6002
|
+
return JSON.stringify(
|
|
6003
|
+
GetProjectsProjectsCreator$outboundSchema.parse(getProjectsProjectsCreator),
|
|
6004
|
+
);
|
|
6005
|
+
}
|
|
6006
|
+
|
|
6007
|
+
export function getProjectsProjectsCreatorFromJSON(
|
|
6008
|
+
jsonString: string,
|
|
6009
|
+
): SafeParseResult<GetProjectsProjectsCreator, SDKValidationError> {
|
|
6010
|
+
return safeParse(
|
|
6011
|
+
jsonString,
|
|
6012
|
+
(x) => GetProjectsProjectsCreator$inboundSchema.parse(JSON.parse(x)),
|
|
6013
|
+
`Failed to parse 'GetProjectsProjectsCreator' from JSON`,
|
|
6014
|
+
);
|
|
6015
|
+
}
|
|
6016
|
+
|
|
5083
6017
|
/** @internal */
|
|
5084
6018
|
export const GetProjectsProjectsOidcTokenClaims$inboundSchema: z.ZodType<
|
|
5085
6019
|
GetProjectsProjectsOidcTokenClaims,
|
|
@@ -5151,6 +6085,27 @@ export namespace GetProjectsProjectsOidcTokenClaims$ {
|
|
|
5151
6085
|
export type Outbound = GetProjectsProjectsOidcTokenClaims$Outbound;
|
|
5152
6086
|
}
|
|
5153
6087
|
|
|
6088
|
+
export function getProjectsProjectsOidcTokenClaimsToJSON(
|
|
6089
|
+
getProjectsProjectsOidcTokenClaims: GetProjectsProjectsOidcTokenClaims,
|
|
6090
|
+
): string {
|
|
6091
|
+
return JSON.stringify(
|
|
6092
|
+
GetProjectsProjectsOidcTokenClaims$outboundSchema.parse(
|
|
6093
|
+
getProjectsProjectsOidcTokenClaims,
|
|
6094
|
+
),
|
|
6095
|
+
);
|
|
6096
|
+
}
|
|
6097
|
+
|
|
6098
|
+
export function getProjectsProjectsOidcTokenClaimsFromJSON(
|
|
6099
|
+
jsonString: string,
|
|
6100
|
+
): SafeParseResult<GetProjectsProjectsOidcTokenClaims, SDKValidationError> {
|
|
6101
|
+
return safeParse(
|
|
6102
|
+
jsonString,
|
|
6103
|
+
(x) =>
|
|
6104
|
+
GetProjectsProjectsOidcTokenClaims$inboundSchema.parse(JSON.parse(x)),
|
|
6105
|
+
`Failed to parse 'GetProjectsProjectsOidcTokenClaims' from JSON`,
|
|
6106
|
+
);
|
|
6107
|
+
}
|
|
6108
|
+
|
|
5154
6109
|
/** @internal */
|
|
5155
6110
|
export const GetProjectsProjectsPlan$inboundSchema: z.ZodNativeEnum<
|
|
5156
6111
|
typeof GetProjectsProjectsPlan
|
|
@@ -5390,6 +6345,24 @@ export namespace GetProjectsTargets$ {
|
|
|
5390
6345
|
export type Outbound = GetProjectsTargets$Outbound;
|
|
5391
6346
|
}
|
|
5392
6347
|
|
|
6348
|
+
export function getProjectsTargetsToJSON(
|
|
6349
|
+
getProjectsTargets: GetProjectsTargets,
|
|
6350
|
+
): string {
|
|
6351
|
+
return JSON.stringify(
|
|
6352
|
+
GetProjectsTargets$outboundSchema.parse(getProjectsTargets),
|
|
6353
|
+
);
|
|
6354
|
+
}
|
|
6355
|
+
|
|
6356
|
+
export function getProjectsTargetsFromJSON(
|
|
6357
|
+
jsonString: string,
|
|
6358
|
+
): SafeParseResult<GetProjectsTargets, SDKValidationError> {
|
|
6359
|
+
return safeParse(
|
|
6360
|
+
jsonString,
|
|
6361
|
+
(x) => GetProjectsTargets$inboundSchema.parse(JSON.parse(x)),
|
|
6362
|
+
`Failed to parse 'GetProjectsTargets' from JSON`,
|
|
6363
|
+
);
|
|
6364
|
+
}
|
|
6365
|
+
|
|
5393
6366
|
/** @internal */
|
|
5394
6367
|
export const GetProjectsPermissions$inboundSchema: z.ZodType<
|
|
5395
6368
|
GetProjectsPermissions,
|
|
@@ -5469,6 +6442,7 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
|
|
|
5469
6442
|
notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
|
|
5470
6443
|
notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
|
|
5471
6444
|
oauth2Connection: z.array(ACLAction$inboundSchema).optional(),
|
|
6445
|
+
observabilityConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
5472
6446
|
openTelemetryEndpoint: z.array(ACLAction$inboundSchema).optional(),
|
|
5473
6447
|
paymentMethod: z.array(ACLAction$inboundSchema).optional(),
|
|
5474
6448
|
permissions: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -5502,6 +6476,7 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
|
|
|
5502
6476
|
teamInvite: z.array(ACLAction$inboundSchema).optional(),
|
|
5503
6477
|
teamInviteCode: z.array(ACLAction$inboundSchema).optional(),
|
|
5504
6478
|
teamJoin: z.array(ACLAction$inboundSchema).optional(),
|
|
6479
|
+
teamMicrofrontends: z.array(ACLAction$inboundSchema).optional(),
|
|
5505
6480
|
teamOwnMembership: z.array(ACLAction$inboundSchema).optional(),
|
|
5506
6481
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$inboundSchema).optional(),
|
|
5507
6482
|
token: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -5532,6 +6507,7 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
|
|
|
5532
6507
|
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
|
|
5533
6508
|
.optional(),
|
|
5534
6509
|
deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
|
|
6510
|
+
deploymentV0: z.array(ACLAction$inboundSchema).optional(),
|
|
5535
6511
|
deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
5536
6512
|
deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
|
|
5537
6513
|
deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -5542,7 +6518,9 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
|
|
|
5542
6518
|
passwordProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
5543
6519
|
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
5544
6520
|
job: z.array(ACLAction$inboundSchema).optional(),
|
|
6521
|
+
observabilityData: z.array(ACLAction$inboundSchema).optional(),
|
|
5545
6522
|
project: z.array(ACLAction$inboundSchema).optional(),
|
|
6523
|
+
projectFromV0: z.array(ACLAction$inboundSchema).optional(),
|
|
5546
6524
|
projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
5547
6525
|
projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
5548
6526
|
projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -5658,6 +6636,7 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
5658
6636
|
notificationCustomerBudget?: Array<string> | undefined;
|
|
5659
6637
|
notificationStatementOfReasons?: Array<string> | undefined;
|
|
5660
6638
|
oauth2Connection?: Array<string> | undefined;
|
|
6639
|
+
observabilityConfiguration?: Array<string> | undefined;
|
|
5661
6640
|
openTelemetryEndpoint?: Array<string> | undefined;
|
|
5662
6641
|
paymentMethod?: Array<string> | undefined;
|
|
5663
6642
|
permissions?: Array<string> | undefined;
|
|
@@ -5691,6 +6670,7 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
5691
6670
|
teamInvite?: Array<string> | undefined;
|
|
5692
6671
|
teamInviteCode?: Array<string> | undefined;
|
|
5693
6672
|
teamJoin?: Array<string> | undefined;
|
|
6673
|
+
teamMicrofrontends?: Array<string> | undefined;
|
|
5694
6674
|
teamOwnMembership?: Array<string> | undefined;
|
|
5695
6675
|
teamOwnMembershipDisconnectSAML?: Array<string> | undefined;
|
|
5696
6676
|
token?: Array<string> | undefined;
|
|
@@ -5720,6 +6700,7 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
5720
6700
|
deploymentCheckPreview?: Array<string> | undefined;
|
|
5721
6701
|
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
5722
6702
|
deploymentProductionGit?: Array<string> | undefined;
|
|
6703
|
+
deploymentV0?: Array<string> | undefined;
|
|
5723
6704
|
deploymentPreview?: Array<string> | undefined;
|
|
5724
6705
|
deploymentPrivate?: Array<string> | undefined;
|
|
5725
6706
|
deploymentPromote?: Array<string> | undefined;
|
|
@@ -5730,7 +6711,9 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
5730
6711
|
passwordProtection?: Array<string> | undefined;
|
|
5731
6712
|
optionsAllowlist?: Array<string> | undefined;
|
|
5732
6713
|
job?: Array<string> | undefined;
|
|
6714
|
+
observabilityData?: Array<string> | undefined;
|
|
5733
6715
|
project?: Array<string> | undefined;
|
|
6716
|
+
projectFromV0?: Array<string> | undefined;
|
|
5734
6717
|
projectAccessGroup?: Array<string> | undefined;
|
|
5735
6718
|
projectAnalyticsSampling?: Array<string> | undefined;
|
|
5736
6719
|
projectDeploymentHook?: Array<string> | undefined;
|
|
@@ -5847,6 +6830,7 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
|
|
|
5847
6830
|
notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
|
|
5848
6831
|
notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
|
|
5849
6832
|
oauth2Connection: z.array(ACLAction$outboundSchema).optional(),
|
|
6833
|
+
observabilityConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
5850
6834
|
openTelemetryEndpoint: z.array(ACLAction$outboundSchema).optional(),
|
|
5851
6835
|
paymentMethod: z.array(ACLAction$outboundSchema).optional(),
|
|
5852
6836
|
permissions: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -5880,6 +6864,7 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
|
|
|
5880
6864
|
teamInvite: z.array(ACLAction$outboundSchema).optional(),
|
|
5881
6865
|
teamInviteCode: z.array(ACLAction$outboundSchema).optional(),
|
|
5882
6866
|
teamJoin: z.array(ACLAction$outboundSchema).optional(),
|
|
6867
|
+
teamMicrofrontends: z.array(ACLAction$outboundSchema).optional(),
|
|
5883
6868
|
teamOwnMembership: z.array(ACLAction$outboundSchema).optional(),
|
|
5884
6869
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$outboundSchema).optional(),
|
|
5885
6870
|
token: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -5910,6 +6895,7 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
|
|
|
5910
6895
|
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
|
|
5911
6896
|
.optional(),
|
|
5912
6897
|
deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
|
|
6898
|
+
deploymentV0: z.array(ACLAction$outboundSchema).optional(),
|
|
5913
6899
|
deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
5914
6900
|
deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
|
|
5915
6901
|
deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -5920,7 +6906,9 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
|
|
|
5920
6906
|
passwordProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
5921
6907
|
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
5922
6908
|
job: z.array(ACLAction$outboundSchema).optional(),
|
|
6909
|
+
observabilityData: z.array(ACLAction$outboundSchema).optional(),
|
|
5923
6910
|
project: z.array(ACLAction$outboundSchema).optional(),
|
|
6911
|
+
projectFromV0: z.array(ACLAction$outboundSchema).optional(),
|
|
5924
6912
|
projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
5925
6913
|
projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
5926
6914
|
projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -5976,6 +6964,24 @@ export namespace GetProjectsPermissions$ {
|
|
|
5976
6964
|
export type Outbound = GetProjectsPermissions$Outbound;
|
|
5977
6965
|
}
|
|
5978
6966
|
|
|
6967
|
+
export function getProjectsPermissionsToJSON(
|
|
6968
|
+
getProjectsPermissions: GetProjectsPermissions,
|
|
6969
|
+
): string {
|
|
6970
|
+
return JSON.stringify(
|
|
6971
|
+
GetProjectsPermissions$outboundSchema.parse(getProjectsPermissions),
|
|
6972
|
+
);
|
|
6973
|
+
}
|
|
6974
|
+
|
|
6975
|
+
export function getProjectsPermissionsFromJSON(
|
|
6976
|
+
jsonString: string,
|
|
6977
|
+
): SafeParseResult<GetProjectsPermissions, SDKValidationError> {
|
|
6978
|
+
return safeParse(
|
|
6979
|
+
jsonString,
|
|
6980
|
+
(x) => GetProjectsPermissions$inboundSchema.parse(JSON.parse(x)),
|
|
6981
|
+
`Failed to parse 'GetProjectsPermissions' from JSON`,
|
|
6982
|
+
);
|
|
6983
|
+
}
|
|
6984
|
+
|
|
5979
6985
|
/** @internal */
|
|
5980
6986
|
export const GetProjectsLastRollbackTarget$inboundSchema: z.ZodType<
|
|
5981
6987
|
GetProjectsLastRollbackTarget,
|
|
@@ -6006,6 +7012,26 @@ export namespace GetProjectsLastRollbackTarget$ {
|
|
|
6006
7012
|
export type Outbound = GetProjectsLastRollbackTarget$Outbound;
|
|
6007
7013
|
}
|
|
6008
7014
|
|
|
7015
|
+
export function getProjectsLastRollbackTargetToJSON(
|
|
7016
|
+
getProjectsLastRollbackTarget: GetProjectsLastRollbackTarget,
|
|
7017
|
+
): string {
|
|
7018
|
+
return JSON.stringify(
|
|
7019
|
+
GetProjectsLastRollbackTarget$outboundSchema.parse(
|
|
7020
|
+
getProjectsLastRollbackTarget,
|
|
7021
|
+
),
|
|
7022
|
+
);
|
|
7023
|
+
}
|
|
7024
|
+
|
|
7025
|
+
export function getProjectsLastRollbackTargetFromJSON(
|
|
7026
|
+
jsonString: string,
|
|
7027
|
+
): SafeParseResult<GetProjectsLastRollbackTarget, SDKValidationError> {
|
|
7028
|
+
return safeParse(
|
|
7029
|
+
jsonString,
|
|
7030
|
+
(x) => GetProjectsLastRollbackTarget$inboundSchema.parse(JSON.parse(x)),
|
|
7031
|
+
`Failed to parse 'GetProjectsLastRollbackTarget' from JSON`,
|
|
7032
|
+
);
|
|
7033
|
+
}
|
|
7034
|
+
|
|
6009
7035
|
/** @internal */
|
|
6010
7036
|
export const GetProjectsJobStatus$inboundSchema: z.ZodNativeEnum<
|
|
6011
7037
|
typeof GetProjectsJobStatus
|
|
@@ -6097,6 +7123,26 @@ export namespace GetProjectsLastAliasRequest$ {
|
|
|
6097
7123
|
export type Outbound = GetProjectsLastAliasRequest$Outbound;
|
|
6098
7124
|
}
|
|
6099
7125
|
|
|
7126
|
+
export function getProjectsLastAliasRequestToJSON(
|
|
7127
|
+
getProjectsLastAliasRequest: GetProjectsLastAliasRequest,
|
|
7128
|
+
): string {
|
|
7129
|
+
return JSON.stringify(
|
|
7130
|
+
GetProjectsLastAliasRequest$outboundSchema.parse(
|
|
7131
|
+
getProjectsLastAliasRequest,
|
|
7132
|
+
),
|
|
7133
|
+
);
|
|
7134
|
+
}
|
|
7135
|
+
|
|
7136
|
+
export function getProjectsLastAliasRequestFromJSON(
|
|
7137
|
+
jsonString: string,
|
|
7138
|
+
): SafeParseResult<GetProjectsLastAliasRequest, SDKValidationError> {
|
|
7139
|
+
return safeParse(
|
|
7140
|
+
jsonString,
|
|
7141
|
+
(x) => GetProjectsLastAliasRequest$inboundSchema.parse(JSON.parse(x)),
|
|
7142
|
+
`Failed to parse 'GetProjectsLastAliasRequest' from JSON`,
|
|
7143
|
+
);
|
|
7144
|
+
}
|
|
7145
|
+
|
|
6100
7146
|
/** @internal */
|
|
6101
7147
|
export const GetProjectsScope$inboundSchema: z.ZodNativeEnum<
|
|
6102
7148
|
typeof GetProjectsScope
|
|
@@ -6160,6 +7206,26 @@ export namespace GetProjectsProtectionBypass$ {
|
|
|
6160
7206
|
export type Outbound = GetProjectsProtectionBypass$Outbound;
|
|
6161
7207
|
}
|
|
6162
7208
|
|
|
7209
|
+
export function getProjectsProtectionBypassToJSON(
|
|
7210
|
+
getProjectsProtectionBypass: GetProjectsProtectionBypass,
|
|
7211
|
+
): string {
|
|
7212
|
+
return JSON.stringify(
|
|
7213
|
+
GetProjectsProtectionBypass$outboundSchema.parse(
|
|
7214
|
+
getProjectsProtectionBypass,
|
|
7215
|
+
),
|
|
7216
|
+
);
|
|
7217
|
+
}
|
|
7218
|
+
|
|
7219
|
+
export function getProjectsProtectionBypassFromJSON(
|
|
7220
|
+
jsonString: string,
|
|
7221
|
+
): SafeParseResult<GetProjectsProtectionBypass, SDKValidationError> {
|
|
7222
|
+
return safeParse(
|
|
7223
|
+
jsonString,
|
|
7224
|
+
(x) => GetProjectsProtectionBypass$inboundSchema.parse(JSON.parse(x)),
|
|
7225
|
+
`Failed to parse 'GetProjectsProtectionBypass' from JSON`,
|
|
7226
|
+
);
|
|
7227
|
+
}
|
|
7228
|
+
|
|
6163
7229
|
/** @internal */
|
|
6164
7230
|
export const GetProjectsTrustedIpsProjectsDeploymentType$inboundSchema:
|
|
6165
7231
|
z.ZodNativeEnum<typeof GetProjectsTrustedIpsProjectsDeploymentType> = z
|
|
@@ -6219,6 +7285,24 @@ export namespace GetProjectsTrustedIps2$ {
|
|
|
6219
7285
|
export type Outbound = GetProjectsTrustedIps2$Outbound;
|
|
6220
7286
|
}
|
|
6221
7287
|
|
|
7288
|
+
export function getProjectsTrustedIps2ToJSON(
|
|
7289
|
+
getProjectsTrustedIps2: GetProjectsTrustedIps2,
|
|
7290
|
+
): string {
|
|
7291
|
+
return JSON.stringify(
|
|
7292
|
+
GetProjectsTrustedIps2$outboundSchema.parse(getProjectsTrustedIps2),
|
|
7293
|
+
);
|
|
7294
|
+
}
|
|
7295
|
+
|
|
7296
|
+
export function getProjectsTrustedIps2FromJSON(
|
|
7297
|
+
jsonString: string,
|
|
7298
|
+
): SafeParseResult<GetProjectsTrustedIps2, SDKValidationError> {
|
|
7299
|
+
return safeParse(
|
|
7300
|
+
jsonString,
|
|
7301
|
+
(x) => GetProjectsTrustedIps2$inboundSchema.parse(JSON.parse(x)),
|
|
7302
|
+
`Failed to parse 'GetProjectsTrustedIps2' from JSON`,
|
|
7303
|
+
);
|
|
7304
|
+
}
|
|
7305
|
+
|
|
6222
7306
|
/** @internal */
|
|
6223
7307
|
export const GetProjectsTrustedIpsDeploymentType$inboundSchema: z.ZodNativeEnum<
|
|
6224
7308
|
typeof GetProjectsTrustedIpsDeploymentType
|
|
@@ -6281,6 +7365,26 @@ export namespace GetProjectsTrustedIpsAddresses$ {
|
|
|
6281
7365
|
export type Outbound = GetProjectsTrustedIpsAddresses$Outbound;
|
|
6282
7366
|
}
|
|
6283
7367
|
|
|
7368
|
+
export function getProjectsTrustedIpsAddressesToJSON(
|
|
7369
|
+
getProjectsTrustedIpsAddresses: GetProjectsTrustedIpsAddresses,
|
|
7370
|
+
): string {
|
|
7371
|
+
return JSON.stringify(
|
|
7372
|
+
GetProjectsTrustedIpsAddresses$outboundSchema.parse(
|
|
7373
|
+
getProjectsTrustedIpsAddresses,
|
|
7374
|
+
),
|
|
7375
|
+
);
|
|
7376
|
+
}
|
|
7377
|
+
|
|
7378
|
+
export function getProjectsTrustedIpsAddressesFromJSON(
|
|
7379
|
+
jsonString: string,
|
|
7380
|
+
): SafeParseResult<GetProjectsTrustedIpsAddresses, SDKValidationError> {
|
|
7381
|
+
return safeParse(
|
|
7382
|
+
jsonString,
|
|
7383
|
+
(x) => GetProjectsTrustedIpsAddresses$inboundSchema.parse(JSON.parse(x)),
|
|
7384
|
+
`Failed to parse 'GetProjectsTrustedIpsAddresses' from JSON`,
|
|
7385
|
+
);
|
|
7386
|
+
}
|
|
7387
|
+
|
|
6284
7388
|
/** @internal */
|
|
6285
7389
|
export const GetProjectsTrustedIpsProtectionMode$inboundSchema: z.ZodNativeEnum<
|
|
6286
7390
|
typeof GetProjectsTrustedIpsProtectionMode
|
|
@@ -6350,6 +7454,24 @@ export namespace GetProjectsTrustedIps1$ {
|
|
|
6350
7454
|
export type Outbound = GetProjectsTrustedIps1$Outbound;
|
|
6351
7455
|
}
|
|
6352
7456
|
|
|
7457
|
+
export function getProjectsTrustedIps1ToJSON(
|
|
7458
|
+
getProjectsTrustedIps1: GetProjectsTrustedIps1,
|
|
7459
|
+
): string {
|
|
7460
|
+
return JSON.stringify(
|
|
7461
|
+
GetProjectsTrustedIps1$outboundSchema.parse(getProjectsTrustedIps1),
|
|
7462
|
+
);
|
|
7463
|
+
}
|
|
7464
|
+
|
|
7465
|
+
export function getProjectsTrustedIps1FromJSON(
|
|
7466
|
+
jsonString: string,
|
|
7467
|
+
): SafeParseResult<GetProjectsTrustedIps1, SDKValidationError> {
|
|
7468
|
+
return safeParse(
|
|
7469
|
+
jsonString,
|
|
7470
|
+
(x) => GetProjectsTrustedIps1$inboundSchema.parse(JSON.parse(x)),
|
|
7471
|
+
`Failed to parse 'GetProjectsTrustedIps1' from JSON`,
|
|
7472
|
+
);
|
|
7473
|
+
}
|
|
7474
|
+
|
|
6353
7475
|
/** @internal */
|
|
6354
7476
|
export const GetProjectsTrustedIps$inboundSchema: z.ZodType<
|
|
6355
7477
|
GetProjectsTrustedIps,
|
|
@@ -6388,6 +7510,24 @@ export namespace GetProjectsTrustedIps$ {
|
|
|
6388
7510
|
export type Outbound = GetProjectsTrustedIps$Outbound;
|
|
6389
7511
|
}
|
|
6390
7512
|
|
|
7513
|
+
export function getProjectsTrustedIpsToJSON(
|
|
7514
|
+
getProjectsTrustedIps: GetProjectsTrustedIps,
|
|
7515
|
+
): string {
|
|
7516
|
+
return JSON.stringify(
|
|
7517
|
+
GetProjectsTrustedIps$outboundSchema.parse(getProjectsTrustedIps),
|
|
7518
|
+
);
|
|
7519
|
+
}
|
|
7520
|
+
|
|
7521
|
+
export function getProjectsTrustedIpsFromJSON(
|
|
7522
|
+
jsonString: string,
|
|
7523
|
+
): SafeParseResult<GetProjectsTrustedIps, SDKValidationError> {
|
|
7524
|
+
return safeParse(
|
|
7525
|
+
jsonString,
|
|
7526
|
+
(x) => GetProjectsTrustedIps$inboundSchema.parse(JSON.parse(x)),
|
|
7527
|
+
`Failed to parse 'GetProjectsTrustedIps' from JSON`,
|
|
7528
|
+
);
|
|
7529
|
+
}
|
|
7530
|
+
|
|
6391
7531
|
/** @internal */
|
|
6392
7532
|
export const GetProjectsGitComments$inboundSchema: z.ZodType<
|
|
6393
7533
|
GetProjectsGitComments,
|
|
@@ -6427,6 +7567,24 @@ export namespace GetProjectsGitComments$ {
|
|
|
6427
7567
|
export type Outbound = GetProjectsGitComments$Outbound;
|
|
6428
7568
|
}
|
|
6429
7569
|
|
|
7570
|
+
export function getProjectsGitCommentsToJSON(
|
|
7571
|
+
getProjectsGitComments: GetProjectsGitComments,
|
|
7572
|
+
): string {
|
|
7573
|
+
return JSON.stringify(
|
|
7574
|
+
GetProjectsGitComments$outboundSchema.parse(getProjectsGitComments),
|
|
7575
|
+
);
|
|
7576
|
+
}
|
|
7577
|
+
|
|
7578
|
+
export function getProjectsGitCommentsFromJSON(
|
|
7579
|
+
jsonString: string,
|
|
7580
|
+
): SafeParseResult<GetProjectsGitComments, SDKValidationError> {
|
|
7581
|
+
return safeParse(
|
|
7582
|
+
jsonString,
|
|
7583
|
+
(x) => GetProjectsGitComments$inboundSchema.parse(JSON.parse(x)),
|
|
7584
|
+
`Failed to parse 'GetProjectsGitComments' from JSON`,
|
|
7585
|
+
);
|
|
7586
|
+
}
|
|
7587
|
+
|
|
6430
7588
|
/** @internal */
|
|
6431
7589
|
export const GetProjectsWebAnalytics$inboundSchema: z.ZodType<
|
|
6432
7590
|
GetProjectsWebAnalytics,
|
|
@@ -6475,6 +7633,24 @@ export namespace GetProjectsWebAnalytics$ {
|
|
|
6475
7633
|
export type Outbound = GetProjectsWebAnalytics$Outbound;
|
|
6476
7634
|
}
|
|
6477
7635
|
|
|
7636
|
+
export function getProjectsWebAnalyticsToJSON(
|
|
7637
|
+
getProjectsWebAnalytics: GetProjectsWebAnalytics,
|
|
7638
|
+
): string {
|
|
7639
|
+
return JSON.stringify(
|
|
7640
|
+
GetProjectsWebAnalytics$outboundSchema.parse(getProjectsWebAnalytics),
|
|
7641
|
+
);
|
|
7642
|
+
}
|
|
7643
|
+
|
|
7644
|
+
export function getProjectsWebAnalyticsFromJSON(
|
|
7645
|
+
jsonString: string,
|
|
7646
|
+
): SafeParseResult<GetProjectsWebAnalytics, SDKValidationError> {
|
|
7647
|
+
return safeParse(
|
|
7648
|
+
jsonString,
|
|
7649
|
+
(x) => GetProjectsWebAnalytics$inboundSchema.parse(JSON.parse(x)),
|
|
7650
|
+
`Failed to parse 'GetProjectsWebAnalytics' from JSON`,
|
|
7651
|
+
);
|
|
7652
|
+
}
|
|
7653
|
+
|
|
6478
7654
|
/** @internal */
|
|
6479
7655
|
export const GetProjectsSrc2$inboundSchema: z.ZodType<
|
|
6480
7656
|
GetProjectsSrc2,
|
|
@@ -6541,6 +7717,22 @@ export namespace GetProjectsSrc2$ {
|
|
|
6541
7717
|
export type Outbound = GetProjectsSrc2$Outbound;
|
|
6542
7718
|
}
|
|
6543
7719
|
|
|
7720
|
+
export function getProjectsSrc2ToJSON(
|
|
7721
|
+
getProjectsSrc2: GetProjectsSrc2,
|
|
7722
|
+
): string {
|
|
7723
|
+
return JSON.stringify(GetProjectsSrc2$outboundSchema.parse(getProjectsSrc2));
|
|
7724
|
+
}
|
|
7725
|
+
|
|
7726
|
+
export function getProjectsSrc2FromJSON(
|
|
7727
|
+
jsonString: string,
|
|
7728
|
+
): SafeParseResult<GetProjectsSrc2, SDKValidationError> {
|
|
7729
|
+
return safeParse(
|
|
7730
|
+
jsonString,
|
|
7731
|
+
(x) => GetProjectsSrc2$inboundSchema.parse(JSON.parse(x)),
|
|
7732
|
+
`Failed to parse 'GetProjectsSrc2' from JSON`,
|
|
7733
|
+
);
|
|
7734
|
+
}
|
|
7735
|
+
|
|
6544
7736
|
/** @internal */
|
|
6545
7737
|
export const GetProjectsSrc$inboundSchema: z.ZodType<
|
|
6546
7738
|
GetProjectsSrc,
|
|
@@ -6571,6 +7763,20 @@ export namespace GetProjectsSrc$ {
|
|
|
6571
7763
|
export type Outbound = GetProjectsSrc$Outbound;
|
|
6572
7764
|
}
|
|
6573
7765
|
|
|
7766
|
+
export function getProjectsSrcToJSON(getProjectsSrc: GetProjectsSrc): string {
|
|
7767
|
+
return JSON.stringify(GetProjectsSrc$outboundSchema.parse(getProjectsSrc));
|
|
7768
|
+
}
|
|
7769
|
+
|
|
7770
|
+
export function getProjectsSrcFromJSON(
|
|
7771
|
+
jsonString: string,
|
|
7772
|
+
): SafeParseResult<GetProjectsSrc, SDKValidationError> {
|
|
7773
|
+
return safeParse(
|
|
7774
|
+
jsonString,
|
|
7775
|
+
(x) => GetProjectsSrc$inboundSchema.parse(JSON.parse(x)),
|
|
7776
|
+
`Failed to parse 'GetProjectsSrc' from JSON`,
|
|
7777
|
+
);
|
|
7778
|
+
}
|
|
7779
|
+
|
|
6574
7780
|
/** @internal */
|
|
6575
7781
|
export const GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType$inboundSchema:
|
|
6576
7782
|
z.ZodNativeEnum<
|
|
@@ -6665,6 +7871,24 @@ export namespace GetProjectsValue2$ {
|
|
|
6665
7871
|
export type Outbound = GetProjectsValue2$Outbound;
|
|
6666
7872
|
}
|
|
6667
7873
|
|
|
7874
|
+
export function getProjectsValue2ToJSON(
|
|
7875
|
+
getProjectsValue2: GetProjectsValue2,
|
|
7876
|
+
): string {
|
|
7877
|
+
return JSON.stringify(
|
|
7878
|
+
GetProjectsValue2$outboundSchema.parse(getProjectsValue2),
|
|
7879
|
+
);
|
|
7880
|
+
}
|
|
7881
|
+
|
|
7882
|
+
export function getProjectsValue2FromJSON(
|
|
7883
|
+
jsonString: string,
|
|
7884
|
+
): SafeParseResult<GetProjectsValue2, SDKValidationError> {
|
|
7885
|
+
return safeParse(
|
|
7886
|
+
jsonString,
|
|
7887
|
+
(x) => GetProjectsValue2$inboundSchema.parse(JSON.parse(x)),
|
|
7888
|
+
`Failed to parse 'GetProjectsValue2' from JSON`,
|
|
7889
|
+
);
|
|
7890
|
+
}
|
|
7891
|
+
|
|
6668
7892
|
/** @internal */
|
|
6669
7893
|
export const GetProjectsValue$inboundSchema: z.ZodType<
|
|
6670
7894
|
GetProjectsValue,
|
|
@@ -6695,6 +7919,24 @@ export namespace GetProjectsValue$ {
|
|
|
6695
7919
|
export type Outbound = GetProjectsValue$Outbound;
|
|
6696
7920
|
}
|
|
6697
7921
|
|
|
7922
|
+
export function getProjectsValueToJSON(
|
|
7923
|
+
getProjectsValue: GetProjectsValue,
|
|
7924
|
+
): string {
|
|
7925
|
+
return JSON.stringify(
|
|
7926
|
+
GetProjectsValue$outboundSchema.parse(getProjectsValue),
|
|
7927
|
+
);
|
|
7928
|
+
}
|
|
7929
|
+
|
|
7930
|
+
export function getProjectsValueFromJSON(
|
|
7931
|
+
jsonString: string,
|
|
7932
|
+
): SafeParseResult<GetProjectsValue, SDKValidationError> {
|
|
7933
|
+
return safeParse(
|
|
7934
|
+
jsonString,
|
|
7935
|
+
(x) => GetProjectsValue$inboundSchema.parse(JSON.parse(x)),
|
|
7936
|
+
`Failed to parse 'GetProjectsValue' from JSON`,
|
|
7937
|
+
);
|
|
7938
|
+
}
|
|
7939
|
+
|
|
6698
7940
|
/** @internal */
|
|
6699
7941
|
export const GetProjectsHas$inboundSchema: z.ZodType<
|
|
6700
7942
|
GetProjectsHas,
|
|
@@ -6741,6 +7983,20 @@ export namespace GetProjectsHas$ {
|
|
|
6741
7983
|
export type Outbound = GetProjectsHas$Outbound;
|
|
6742
7984
|
}
|
|
6743
7985
|
|
|
7986
|
+
export function getProjectsHasToJSON(getProjectsHas: GetProjectsHas): string {
|
|
7987
|
+
return JSON.stringify(GetProjectsHas$outboundSchema.parse(getProjectsHas));
|
|
7988
|
+
}
|
|
7989
|
+
|
|
7990
|
+
export function getProjectsHasFromJSON(
|
|
7991
|
+
jsonString: string,
|
|
7992
|
+
): SafeParseResult<GetProjectsHas, SDKValidationError> {
|
|
7993
|
+
return safeParse(
|
|
7994
|
+
jsonString,
|
|
7995
|
+
(x) => GetProjectsHas$inboundSchema.parse(JSON.parse(x)),
|
|
7996
|
+
`Failed to parse 'GetProjectsHas' from JSON`,
|
|
7997
|
+
);
|
|
7998
|
+
}
|
|
7999
|
+
|
|
6744
8000
|
/** @internal */
|
|
6745
8001
|
export const GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType$inboundSchema:
|
|
6746
8002
|
z.ZodNativeEnum<
|
|
@@ -6835,6 +8091,24 @@ export namespace GetProjectsValueProjects2$ {
|
|
|
6835
8091
|
export type Outbound = GetProjectsValueProjects2$Outbound;
|
|
6836
8092
|
}
|
|
6837
8093
|
|
|
8094
|
+
export function getProjectsValueProjects2ToJSON(
|
|
8095
|
+
getProjectsValueProjects2: GetProjectsValueProjects2,
|
|
8096
|
+
): string {
|
|
8097
|
+
return JSON.stringify(
|
|
8098
|
+
GetProjectsValueProjects2$outboundSchema.parse(getProjectsValueProjects2),
|
|
8099
|
+
);
|
|
8100
|
+
}
|
|
8101
|
+
|
|
8102
|
+
export function getProjectsValueProjects2FromJSON(
|
|
8103
|
+
jsonString: string,
|
|
8104
|
+
): SafeParseResult<GetProjectsValueProjects2, SDKValidationError> {
|
|
8105
|
+
return safeParse(
|
|
8106
|
+
jsonString,
|
|
8107
|
+
(x) => GetProjectsValueProjects2$inboundSchema.parse(JSON.parse(x)),
|
|
8108
|
+
`Failed to parse 'GetProjectsValueProjects2' from JSON`,
|
|
8109
|
+
);
|
|
8110
|
+
}
|
|
8111
|
+
|
|
6838
8112
|
/** @internal */
|
|
6839
8113
|
export const GetProjectsProjectsValue$inboundSchema: z.ZodType<
|
|
6840
8114
|
GetProjectsProjectsValue,
|
|
@@ -6873,6 +8147,24 @@ export namespace GetProjectsProjectsValue$ {
|
|
|
6873
8147
|
export type Outbound = GetProjectsProjectsValue$Outbound;
|
|
6874
8148
|
}
|
|
6875
8149
|
|
|
8150
|
+
export function getProjectsProjectsValueToJSON(
|
|
8151
|
+
getProjectsProjectsValue: GetProjectsProjectsValue,
|
|
8152
|
+
): string {
|
|
8153
|
+
return JSON.stringify(
|
|
8154
|
+
GetProjectsProjectsValue$outboundSchema.parse(getProjectsProjectsValue),
|
|
8155
|
+
);
|
|
8156
|
+
}
|
|
8157
|
+
|
|
8158
|
+
export function getProjectsProjectsValueFromJSON(
|
|
8159
|
+
jsonString: string,
|
|
8160
|
+
): SafeParseResult<GetProjectsProjectsValue, SDKValidationError> {
|
|
8161
|
+
return safeParse(
|
|
8162
|
+
jsonString,
|
|
8163
|
+
(x) => GetProjectsProjectsValue$inboundSchema.parse(JSON.parse(x)),
|
|
8164
|
+
`Failed to parse 'GetProjectsProjectsValue' from JSON`,
|
|
8165
|
+
);
|
|
8166
|
+
}
|
|
8167
|
+
|
|
6876
8168
|
/** @internal */
|
|
6877
8169
|
export const GetProjectsMissing$inboundSchema: z.ZodType<
|
|
6878
8170
|
GetProjectsMissing,
|
|
@@ -6923,6 +8215,24 @@ export namespace GetProjectsMissing$ {
|
|
|
6923
8215
|
export type Outbound = GetProjectsMissing$Outbound;
|
|
6924
8216
|
}
|
|
6925
8217
|
|
|
8218
|
+
export function getProjectsMissingToJSON(
|
|
8219
|
+
getProjectsMissing: GetProjectsMissing,
|
|
8220
|
+
): string {
|
|
8221
|
+
return JSON.stringify(
|
|
8222
|
+
GetProjectsMissing$outboundSchema.parse(getProjectsMissing),
|
|
8223
|
+
);
|
|
8224
|
+
}
|
|
8225
|
+
|
|
8226
|
+
export function getProjectsMissingFromJSON(
|
|
8227
|
+
jsonString: string,
|
|
8228
|
+
): SafeParseResult<GetProjectsMissing, SDKValidationError> {
|
|
8229
|
+
return safeParse(
|
|
8230
|
+
jsonString,
|
|
8231
|
+
(x) => GetProjectsMissing$inboundSchema.parse(JSON.parse(x)),
|
|
8232
|
+
`Failed to parse 'GetProjectsMissing' from JSON`,
|
|
8233
|
+
);
|
|
8234
|
+
}
|
|
8235
|
+
|
|
6926
8236
|
/** @internal */
|
|
6927
8237
|
export const GetProjectsHandle$inboundSchema: z.ZodNativeEnum<
|
|
6928
8238
|
typeof GetProjectsHandle
|
|
@@ -7031,6 +8341,20 @@ export namespace GetProjectsErl$ {
|
|
|
7031
8341
|
export type Outbound = GetProjectsErl$Outbound;
|
|
7032
8342
|
}
|
|
7033
8343
|
|
|
8344
|
+
export function getProjectsErlToJSON(getProjectsErl: GetProjectsErl): string {
|
|
8345
|
+
return JSON.stringify(GetProjectsErl$outboundSchema.parse(getProjectsErl));
|
|
8346
|
+
}
|
|
8347
|
+
|
|
8348
|
+
export function getProjectsErlFromJSON(
|
|
8349
|
+
jsonString: string,
|
|
8350
|
+
): SafeParseResult<GetProjectsErl, SDKValidationError> {
|
|
8351
|
+
return safeParse(
|
|
8352
|
+
jsonString,
|
|
8353
|
+
(x) => GetProjectsErl$inboundSchema.parse(JSON.parse(x)),
|
|
8354
|
+
`Failed to parse 'GetProjectsErl' from JSON`,
|
|
8355
|
+
);
|
|
8356
|
+
}
|
|
8357
|
+
|
|
7034
8358
|
/** @internal */
|
|
7035
8359
|
export const GetProjectsMitigate$inboundSchema: z.ZodType<
|
|
7036
8360
|
GetProjectsMitigate,
|
|
@@ -7084,6 +8408,24 @@ export namespace GetProjectsMitigate$ {
|
|
|
7084
8408
|
export type Outbound = GetProjectsMitigate$Outbound;
|
|
7085
8409
|
}
|
|
7086
8410
|
|
|
8411
|
+
export function getProjectsMitigateToJSON(
|
|
8412
|
+
getProjectsMitigate: GetProjectsMitigate,
|
|
8413
|
+
): string {
|
|
8414
|
+
return JSON.stringify(
|
|
8415
|
+
GetProjectsMitigate$outboundSchema.parse(getProjectsMitigate),
|
|
8416
|
+
);
|
|
8417
|
+
}
|
|
8418
|
+
|
|
8419
|
+
export function getProjectsMitigateFromJSON(
|
|
8420
|
+
jsonString: string,
|
|
8421
|
+
): SafeParseResult<GetProjectsMitigate, SDKValidationError> {
|
|
8422
|
+
return safeParse(
|
|
8423
|
+
jsonString,
|
|
8424
|
+
(x) => GetProjectsMitigate$inboundSchema.parse(JSON.parse(x)),
|
|
8425
|
+
`Failed to parse 'GetProjectsMitigate' from JSON`,
|
|
8426
|
+
);
|
|
8427
|
+
}
|
|
8428
|
+
|
|
7087
8429
|
/** @internal */
|
|
7088
8430
|
export const GetProjectsFirewallRoutes$inboundSchema: z.ZodType<
|
|
7089
8431
|
GetProjectsFirewallRoutes,
|
|
@@ -7140,6 +8482,24 @@ export namespace GetProjectsFirewallRoutes$ {
|
|
|
7140
8482
|
export type Outbound = GetProjectsFirewallRoutes$Outbound;
|
|
7141
8483
|
}
|
|
7142
8484
|
|
|
8485
|
+
export function getProjectsFirewallRoutesToJSON(
|
|
8486
|
+
getProjectsFirewallRoutes: GetProjectsFirewallRoutes,
|
|
8487
|
+
): string {
|
|
8488
|
+
return JSON.stringify(
|
|
8489
|
+
GetProjectsFirewallRoutes$outboundSchema.parse(getProjectsFirewallRoutes),
|
|
8490
|
+
);
|
|
8491
|
+
}
|
|
8492
|
+
|
|
8493
|
+
export function getProjectsFirewallRoutesFromJSON(
|
|
8494
|
+
jsonString: string,
|
|
8495
|
+
): SafeParseResult<GetProjectsFirewallRoutes, SDKValidationError> {
|
|
8496
|
+
return safeParse(
|
|
8497
|
+
jsonString,
|
|
8498
|
+
(x) => GetProjectsFirewallRoutes$inboundSchema.parse(JSON.parse(x)),
|
|
8499
|
+
`Failed to parse 'GetProjectsFirewallRoutes' from JSON`,
|
|
8500
|
+
);
|
|
8501
|
+
}
|
|
8502
|
+
|
|
7143
8503
|
/** @internal */
|
|
7144
8504
|
export const GetProjectsSecurity$inboundSchema: z.ZodType<
|
|
7145
8505
|
GetProjectsSecurity,
|
|
@@ -7157,6 +8517,7 @@ export const GetProjectsSecurity$inboundSchema: z.ZodType<
|
|
|
7157
8517
|
firewallSeawallEnabled: z.boolean().optional(),
|
|
7158
8518
|
ja3Enabled: z.boolean().optional(),
|
|
7159
8519
|
ja4Enabled: z.boolean().optional(),
|
|
8520
|
+
firewallBypassIps: z.array(z.string()).optional(),
|
|
7160
8521
|
});
|
|
7161
8522
|
|
|
7162
8523
|
/** @internal */
|
|
@@ -7171,6 +8532,7 @@ export type GetProjectsSecurity$Outbound = {
|
|
|
7171
8532
|
firewallSeawallEnabled?: boolean | undefined;
|
|
7172
8533
|
ja3Enabled?: boolean | undefined;
|
|
7173
8534
|
ja4Enabled?: boolean | undefined;
|
|
8535
|
+
firewallBypassIps?: Array<string> | undefined;
|
|
7174
8536
|
};
|
|
7175
8537
|
|
|
7176
8538
|
/** @internal */
|
|
@@ -7191,6 +8553,7 @@ export const GetProjectsSecurity$outboundSchema: z.ZodType<
|
|
|
7191
8553
|
firewallSeawallEnabled: z.boolean().optional(),
|
|
7192
8554
|
ja3Enabled: z.boolean().optional(),
|
|
7193
8555
|
ja4Enabled: z.boolean().optional(),
|
|
8556
|
+
firewallBypassIps: z.array(z.string()).optional(),
|
|
7194
8557
|
});
|
|
7195
8558
|
|
|
7196
8559
|
/**
|
|
@@ -7206,6 +8569,24 @@ export namespace GetProjectsSecurity$ {
|
|
|
7206
8569
|
export type Outbound = GetProjectsSecurity$Outbound;
|
|
7207
8570
|
}
|
|
7208
8571
|
|
|
8572
|
+
export function getProjectsSecurityToJSON(
|
|
8573
|
+
getProjectsSecurity: GetProjectsSecurity,
|
|
8574
|
+
): string {
|
|
8575
|
+
return JSON.stringify(
|
|
8576
|
+
GetProjectsSecurity$outboundSchema.parse(getProjectsSecurity),
|
|
8577
|
+
);
|
|
8578
|
+
}
|
|
8579
|
+
|
|
8580
|
+
export function getProjectsSecurityFromJSON(
|
|
8581
|
+
jsonString: string,
|
|
8582
|
+
): SafeParseResult<GetProjectsSecurity, SDKValidationError> {
|
|
8583
|
+
return safeParse(
|
|
8584
|
+
jsonString,
|
|
8585
|
+
(x) => GetProjectsSecurity$inboundSchema.parse(JSON.parse(x)),
|
|
8586
|
+
`Failed to parse 'GetProjectsSecurity' from JSON`,
|
|
8587
|
+
);
|
|
8588
|
+
}
|
|
8589
|
+
|
|
7209
8590
|
/** @internal */
|
|
7210
8591
|
export const GetProjectsIssuerMode$inboundSchema: z.ZodNativeEnum<
|
|
7211
8592
|
typeof GetProjectsIssuerMode
|
|
@@ -7266,6 +8647,24 @@ export namespace GetProjectsOidcTokenConfig$ {
|
|
|
7266
8647
|
export type Outbound = GetProjectsOidcTokenConfig$Outbound;
|
|
7267
8648
|
}
|
|
7268
8649
|
|
|
8650
|
+
export function getProjectsOidcTokenConfigToJSON(
|
|
8651
|
+
getProjectsOidcTokenConfig: GetProjectsOidcTokenConfig,
|
|
8652
|
+
): string {
|
|
8653
|
+
return JSON.stringify(
|
|
8654
|
+
GetProjectsOidcTokenConfig$outboundSchema.parse(getProjectsOidcTokenConfig),
|
|
8655
|
+
);
|
|
8656
|
+
}
|
|
8657
|
+
|
|
8658
|
+
export function getProjectsOidcTokenConfigFromJSON(
|
|
8659
|
+
jsonString: string,
|
|
8660
|
+
): SafeParseResult<GetProjectsOidcTokenConfig, SDKValidationError> {
|
|
8661
|
+
return safeParse(
|
|
8662
|
+
jsonString,
|
|
8663
|
+
(x) => GetProjectsOidcTokenConfig$inboundSchema.parse(JSON.parse(x)),
|
|
8664
|
+
`Failed to parse 'GetProjectsOidcTokenConfig' from JSON`,
|
|
8665
|
+
);
|
|
8666
|
+
}
|
|
8667
|
+
|
|
7269
8668
|
/** @internal */
|
|
7270
8669
|
export const GetProjectsTier$inboundSchema: z.ZodNativeEnum<
|
|
7271
8670
|
typeof GetProjectsTier
|
|
@@ -7612,6 +9011,24 @@ export namespace GetProjectsProjects$ {
|
|
|
7612
9011
|
export type Outbound = GetProjectsProjects$Outbound;
|
|
7613
9012
|
}
|
|
7614
9013
|
|
|
9014
|
+
export function getProjectsProjectsToJSON(
|
|
9015
|
+
getProjectsProjects: GetProjectsProjects,
|
|
9016
|
+
): string {
|
|
9017
|
+
return JSON.stringify(
|
|
9018
|
+
GetProjectsProjects$outboundSchema.parse(getProjectsProjects),
|
|
9019
|
+
);
|
|
9020
|
+
}
|
|
9021
|
+
|
|
9022
|
+
export function getProjectsProjectsFromJSON(
|
|
9023
|
+
jsonString: string,
|
|
9024
|
+
): SafeParseResult<GetProjectsProjects, SDKValidationError> {
|
|
9025
|
+
return safeParse(
|
|
9026
|
+
jsonString,
|
|
9027
|
+
(x) => GetProjectsProjects$inboundSchema.parse(JSON.parse(x)),
|
|
9028
|
+
`Failed to parse 'GetProjectsProjects' from JSON`,
|
|
9029
|
+
);
|
|
9030
|
+
}
|
|
9031
|
+
|
|
7615
9032
|
/** @internal */
|
|
7616
9033
|
export const GetProjectsResponseBody$inboundSchema: z.ZodType<
|
|
7617
9034
|
GetProjectsResponseBody,
|
|
@@ -7650,3 +9067,21 @@ export namespace GetProjectsResponseBody$ {
|
|
|
7650
9067
|
/** @deprecated use `GetProjectsResponseBody$Outbound` instead. */
|
|
7651
9068
|
export type Outbound = GetProjectsResponseBody$Outbound;
|
|
7652
9069
|
}
|
|
9070
|
+
|
|
9071
|
+
export function getProjectsResponseBodyToJSON(
|
|
9072
|
+
getProjectsResponseBody: GetProjectsResponseBody,
|
|
9073
|
+
): string {
|
|
9074
|
+
return JSON.stringify(
|
|
9075
|
+
GetProjectsResponseBody$outboundSchema.parse(getProjectsResponseBody),
|
|
9076
|
+
);
|
|
9077
|
+
}
|
|
9078
|
+
|
|
9079
|
+
export function getProjectsResponseBodyFromJSON(
|
|
9080
|
+
jsonString: string,
|
|
9081
|
+
): SafeParseResult<GetProjectsResponseBody, SDKValidationError> {
|
|
9082
|
+
return safeParse(
|
|
9083
|
+
jsonString,
|
|
9084
|
+
(x) => GetProjectsResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
9085
|
+
`Failed to parse 'GetProjectsResponseBody' from JSON`,
|
|
9086
|
+
);
|
|
9087
|
+
}
|