@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,12 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
8
|
import { ClosedEnum } from "../../types/enums.js";
|
|
9
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
10
|
import {
|
|
9
11
|
ACLAction,
|
|
10
12
|
ACLAction$inboundSchema,
|
|
11
13
|
ACLAction$outboundSchema,
|
|
12
14
|
} from "../components/aclaction.js";
|
|
15
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
13
16
|
|
|
14
17
|
export type UpdateProjectDataCacheRequestBody = {
|
|
15
18
|
/**
|
|
@@ -730,29 +733,15 @@ export type Link1 = {
|
|
|
730
733
|
|
|
731
734
|
export type Link = Link1 | Link3 | Link2;
|
|
732
735
|
|
|
733
|
-
/**
|
|
734
|
-
* 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.
|
|
735
|
-
*/
|
|
736
|
-
export type Group = {
|
|
737
|
-
/**
|
|
738
|
-
* A unique identifier for the group of microfrontends. All related microfrontend projects will share this group ID. Example: mfe_12HKQaOmR5t5Uy6vdcQsNIiZgHGB
|
|
739
|
-
*/
|
|
740
|
-
id: string;
|
|
741
|
-
/**
|
|
742
|
-
* A human readable name for the microfrontends group. This will be used to display the microfrontends group in the UI.
|
|
743
|
-
*/
|
|
744
|
-
slug: string;
|
|
745
|
-
};
|
|
746
|
-
|
|
747
736
|
export type Microfrontends = {
|
|
748
737
|
/**
|
|
749
738
|
* Timestamp when the microfrontends settings were last updated.
|
|
750
739
|
*/
|
|
751
740
|
updatedAt: number;
|
|
752
741
|
/**
|
|
753
|
-
* 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.
|
|
742
|
+
* The group IDs of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
754
743
|
*/
|
|
755
|
-
|
|
744
|
+
groupIds: Array<string>;
|
|
756
745
|
/**
|
|
757
746
|
* Whether microfrontends are enabled for this project.
|
|
758
747
|
*/
|
|
@@ -1039,6 +1028,7 @@ export type Permissions = {
|
|
|
1039
1028
|
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1040
1029
|
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
1041
1030
|
oauth2Connection?: Array<ACLAction> | undefined;
|
|
1031
|
+
observabilityConfiguration?: Array<ACLAction> | undefined;
|
|
1042
1032
|
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
1043
1033
|
paymentMethod?: Array<ACLAction> | undefined;
|
|
1044
1034
|
permissions?: Array<ACLAction> | undefined;
|
|
@@ -1072,6 +1062,7 @@ export type Permissions = {
|
|
|
1072
1062
|
teamInvite?: Array<ACLAction> | undefined;
|
|
1073
1063
|
teamInviteCode?: Array<ACLAction> | undefined;
|
|
1074
1064
|
teamJoin?: Array<ACLAction> | undefined;
|
|
1065
|
+
teamMicrofrontends?: Array<ACLAction> | undefined;
|
|
1075
1066
|
teamOwnMembership?: Array<ACLAction> | undefined;
|
|
1076
1067
|
teamOwnMembershipDisconnectSAML?: Array<ACLAction> | undefined;
|
|
1077
1068
|
token?: Array<ACLAction> | undefined;
|
|
@@ -1101,6 +1092,7 @@ export type Permissions = {
|
|
|
1101
1092
|
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1102
1093
|
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1103
1094
|
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1095
|
+
deploymentV0?: Array<ACLAction> | undefined;
|
|
1104
1096
|
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1105
1097
|
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1106
1098
|
deploymentPromote?: Array<ACLAction> | undefined;
|
|
@@ -1111,7 +1103,9 @@ export type Permissions = {
|
|
|
1111
1103
|
passwordProtection?: Array<ACLAction> | undefined;
|
|
1112
1104
|
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1113
1105
|
job?: Array<ACLAction> | undefined;
|
|
1106
|
+
observabilityData?: Array<ACLAction> | undefined;
|
|
1114
1107
|
project?: Array<ACLAction> | undefined;
|
|
1108
|
+
projectFromV0?: Array<ACLAction> | undefined;
|
|
1115
1109
|
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1116
1110
|
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1117
1111
|
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
@@ -1412,6 +1406,7 @@ export type Security = {
|
|
|
1412
1406
|
firewallSeawallEnabled?: boolean | undefined;
|
|
1413
1407
|
ja3Enabled?: boolean | undefined;
|
|
1414
1408
|
ja4Enabled?: boolean | undefined;
|
|
1409
|
+
firewallBypassIps?: Array<string> | undefined;
|
|
1415
1410
|
};
|
|
1416
1411
|
|
|
1417
1412
|
/**
|
|
@@ -1555,6 +1550,26 @@ export namespace UpdateProjectDataCacheRequestBody$ {
|
|
|
1555
1550
|
export type Outbound = UpdateProjectDataCacheRequestBody$Outbound;
|
|
1556
1551
|
}
|
|
1557
1552
|
|
|
1553
|
+
export function updateProjectDataCacheRequestBodyToJSON(
|
|
1554
|
+
updateProjectDataCacheRequestBody: UpdateProjectDataCacheRequestBody,
|
|
1555
|
+
): string {
|
|
1556
|
+
return JSON.stringify(
|
|
1557
|
+
UpdateProjectDataCacheRequestBody$outboundSchema.parse(
|
|
1558
|
+
updateProjectDataCacheRequestBody,
|
|
1559
|
+
),
|
|
1560
|
+
);
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
export function updateProjectDataCacheRequestBodyFromJSON(
|
|
1564
|
+
jsonString: string,
|
|
1565
|
+
): SafeParseResult<UpdateProjectDataCacheRequestBody, SDKValidationError> {
|
|
1566
|
+
return safeParse(
|
|
1567
|
+
jsonString,
|
|
1568
|
+
(x) => UpdateProjectDataCacheRequestBody$inboundSchema.parse(JSON.parse(x)),
|
|
1569
|
+
`Failed to parse 'UpdateProjectDataCacheRequestBody' from JSON`,
|
|
1570
|
+
);
|
|
1571
|
+
}
|
|
1572
|
+
|
|
1558
1573
|
/** @internal */
|
|
1559
1574
|
export const UpdateProjectDataCacheRequest$inboundSchema: z.ZodType<
|
|
1560
1575
|
UpdateProjectDataCacheRequest,
|
|
@@ -1610,6 +1625,26 @@ export namespace UpdateProjectDataCacheRequest$ {
|
|
|
1610
1625
|
export type Outbound = UpdateProjectDataCacheRequest$Outbound;
|
|
1611
1626
|
}
|
|
1612
1627
|
|
|
1628
|
+
export function updateProjectDataCacheRequestToJSON(
|
|
1629
|
+
updateProjectDataCacheRequest: UpdateProjectDataCacheRequest,
|
|
1630
|
+
): string {
|
|
1631
|
+
return JSON.stringify(
|
|
1632
|
+
UpdateProjectDataCacheRequest$outboundSchema.parse(
|
|
1633
|
+
updateProjectDataCacheRequest,
|
|
1634
|
+
),
|
|
1635
|
+
);
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
export function updateProjectDataCacheRequestFromJSON(
|
|
1639
|
+
jsonString: string,
|
|
1640
|
+
): SafeParseResult<UpdateProjectDataCacheRequest, SDKValidationError> {
|
|
1641
|
+
return safeParse(
|
|
1642
|
+
jsonString,
|
|
1643
|
+
(x) => UpdateProjectDataCacheRequest$inboundSchema.parse(JSON.parse(x)),
|
|
1644
|
+
`Failed to parse 'UpdateProjectDataCacheRequest' from JSON`,
|
|
1645
|
+
);
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1613
1648
|
/** @internal */
|
|
1614
1649
|
export const Analytics$inboundSchema: z.ZodType<
|
|
1615
1650
|
Analytics,
|
|
@@ -1664,6 +1699,20 @@ export namespace Analytics$ {
|
|
|
1664
1699
|
export type Outbound = Analytics$Outbound;
|
|
1665
1700
|
}
|
|
1666
1701
|
|
|
1702
|
+
export function analyticsToJSON(analytics: Analytics): string {
|
|
1703
|
+
return JSON.stringify(Analytics$outboundSchema.parse(analytics));
|
|
1704
|
+
}
|
|
1705
|
+
|
|
1706
|
+
export function analyticsFromJSON(
|
|
1707
|
+
jsonString: string,
|
|
1708
|
+
): SafeParseResult<Analytics, SDKValidationError> {
|
|
1709
|
+
return safeParse(
|
|
1710
|
+
jsonString,
|
|
1711
|
+
(x) => Analytics$inboundSchema.parse(JSON.parse(x)),
|
|
1712
|
+
`Failed to parse 'Analytics' from JSON`,
|
|
1713
|
+
);
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1667
1716
|
/** @internal */
|
|
1668
1717
|
export const SpeedInsights$inboundSchema: z.ZodType<
|
|
1669
1718
|
SpeedInsights,
|
|
@@ -1715,6 +1764,20 @@ export namespace SpeedInsights$ {
|
|
|
1715
1764
|
export type Outbound = SpeedInsights$Outbound;
|
|
1716
1765
|
}
|
|
1717
1766
|
|
|
1767
|
+
export function speedInsightsToJSON(speedInsights: SpeedInsights): string {
|
|
1768
|
+
return JSON.stringify(SpeedInsights$outboundSchema.parse(speedInsights));
|
|
1769
|
+
}
|
|
1770
|
+
|
|
1771
|
+
export function speedInsightsFromJSON(
|
|
1772
|
+
jsonString: string,
|
|
1773
|
+
): SafeParseResult<SpeedInsights, SDKValidationError> {
|
|
1774
|
+
return safeParse(
|
|
1775
|
+
jsonString,
|
|
1776
|
+
(x) => SpeedInsights$inboundSchema.parse(JSON.parse(x)),
|
|
1777
|
+
`Failed to parse 'SpeedInsights' from JSON`,
|
|
1778
|
+
);
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1718
1781
|
/** @internal */
|
|
1719
1782
|
export const Definitions$inboundSchema: z.ZodType<
|
|
1720
1783
|
Definitions,
|
|
@@ -1757,6 +1820,20 @@ export namespace Definitions$ {
|
|
|
1757
1820
|
export type Outbound = Definitions$Outbound;
|
|
1758
1821
|
}
|
|
1759
1822
|
|
|
1823
|
+
export function definitionsToJSON(definitions: Definitions): string {
|
|
1824
|
+
return JSON.stringify(Definitions$outboundSchema.parse(definitions));
|
|
1825
|
+
}
|
|
1826
|
+
|
|
1827
|
+
export function definitionsFromJSON(
|
|
1828
|
+
jsonString: string,
|
|
1829
|
+
): SafeParseResult<Definitions, SDKValidationError> {
|
|
1830
|
+
return safeParse(
|
|
1831
|
+
jsonString,
|
|
1832
|
+
(x) => Definitions$inboundSchema.parse(JSON.parse(x)),
|
|
1833
|
+
`Failed to parse 'Definitions' from JSON`,
|
|
1834
|
+
);
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1760
1837
|
/** @internal */
|
|
1761
1838
|
export const Crons$inboundSchema: z.ZodType<Crons, z.ZodTypeDef, unknown> = z
|
|
1762
1839
|
.object({
|
|
@@ -1802,6 +1879,20 @@ export namespace Crons$ {
|
|
|
1802
1879
|
export type Outbound = Crons$Outbound;
|
|
1803
1880
|
}
|
|
1804
1881
|
|
|
1882
|
+
export function cronsToJSON(crons: Crons): string {
|
|
1883
|
+
return JSON.stringify(Crons$outboundSchema.parse(crons));
|
|
1884
|
+
}
|
|
1885
|
+
|
|
1886
|
+
export function cronsFromJSON(
|
|
1887
|
+
jsonString: string,
|
|
1888
|
+
): SafeParseResult<Crons, SDKValidationError> {
|
|
1889
|
+
return safeParse(
|
|
1890
|
+
jsonString,
|
|
1891
|
+
(x) => Crons$inboundSchema.parse(JSON.parse(x)),
|
|
1892
|
+
`Failed to parse 'Crons' from JSON`,
|
|
1893
|
+
);
|
|
1894
|
+
}
|
|
1895
|
+
|
|
1805
1896
|
/** @internal */
|
|
1806
1897
|
export const DataCache$inboundSchema: z.ZodType<
|
|
1807
1898
|
DataCache,
|
|
@@ -1844,6 +1935,20 @@ export namespace DataCache$ {
|
|
|
1844
1935
|
export type Outbound = DataCache$Outbound;
|
|
1845
1936
|
}
|
|
1846
1937
|
|
|
1938
|
+
export function dataCacheToJSON(dataCache: DataCache): string {
|
|
1939
|
+
return JSON.stringify(DataCache$outboundSchema.parse(dataCache));
|
|
1940
|
+
}
|
|
1941
|
+
|
|
1942
|
+
export function dataCacheFromJSON(
|
|
1943
|
+
jsonString: string,
|
|
1944
|
+
): SafeParseResult<DataCache, SDKValidationError> {
|
|
1945
|
+
return safeParse(
|
|
1946
|
+
jsonString,
|
|
1947
|
+
(x) => DataCache$inboundSchema.parse(JSON.parse(x)),
|
|
1948
|
+
`Failed to parse 'DataCache' from JSON`,
|
|
1949
|
+
);
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1847
1952
|
/** @internal */
|
|
1848
1953
|
export const DeploymentExpiration$inboundSchema: z.ZodType<
|
|
1849
1954
|
DeploymentExpiration,
|
|
@@ -1892,6 +1997,24 @@ export namespace DeploymentExpiration$ {
|
|
|
1892
1997
|
export type Outbound = DeploymentExpiration$Outbound;
|
|
1893
1998
|
}
|
|
1894
1999
|
|
|
2000
|
+
export function deploymentExpirationToJSON(
|
|
2001
|
+
deploymentExpiration: DeploymentExpiration,
|
|
2002
|
+
): string {
|
|
2003
|
+
return JSON.stringify(
|
|
2004
|
+
DeploymentExpiration$outboundSchema.parse(deploymentExpiration),
|
|
2005
|
+
);
|
|
2006
|
+
}
|
|
2007
|
+
|
|
2008
|
+
export function deploymentExpirationFromJSON(
|
|
2009
|
+
jsonString: string,
|
|
2010
|
+
): SafeParseResult<DeploymentExpiration, SDKValidationError> {
|
|
2011
|
+
return safeParse(
|
|
2012
|
+
jsonString,
|
|
2013
|
+
(x) => DeploymentExpiration$inboundSchema.parse(JSON.parse(x)),
|
|
2014
|
+
`Failed to parse 'DeploymentExpiration' from JSON`,
|
|
2015
|
+
);
|
|
2016
|
+
}
|
|
2017
|
+
|
|
1895
2018
|
/** @internal */
|
|
1896
2019
|
export const UpdateProjectDataCacheTarget2$inboundSchema: z.ZodNativeEnum<
|
|
1897
2020
|
typeof UpdateProjectDataCacheTarget2
|
|
@@ -1970,6 +2093,26 @@ export namespace UpdateProjectDataCacheTarget$ {
|
|
|
1970
2093
|
export type Outbound = UpdateProjectDataCacheTarget$Outbound;
|
|
1971
2094
|
}
|
|
1972
2095
|
|
|
2096
|
+
export function updateProjectDataCacheTargetToJSON(
|
|
2097
|
+
updateProjectDataCacheTarget: UpdateProjectDataCacheTarget,
|
|
2098
|
+
): string {
|
|
2099
|
+
return JSON.stringify(
|
|
2100
|
+
UpdateProjectDataCacheTarget$outboundSchema.parse(
|
|
2101
|
+
updateProjectDataCacheTarget,
|
|
2102
|
+
),
|
|
2103
|
+
);
|
|
2104
|
+
}
|
|
2105
|
+
|
|
2106
|
+
export function updateProjectDataCacheTargetFromJSON(
|
|
2107
|
+
jsonString: string,
|
|
2108
|
+
): SafeParseResult<UpdateProjectDataCacheTarget, SDKValidationError> {
|
|
2109
|
+
return safeParse(
|
|
2110
|
+
jsonString,
|
|
2111
|
+
(x) => UpdateProjectDataCacheTarget$inboundSchema.parse(JSON.parse(x)),
|
|
2112
|
+
`Failed to parse 'UpdateProjectDataCacheTarget' from JSON`,
|
|
2113
|
+
);
|
|
2114
|
+
}
|
|
2115
|
+
|
|
1973
2116
|
/** @internal */
|
|
1974
2117
|
export const UpdateProjectDataCacheProjectsResponse200Type$inboundSchema:
|
|
1975
2118
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Type> = z
|
|
@@ -2059,6 +2202,20 @@ export namespace Fifteen$ {
|
|
|
2059
2202
|
export type Outbound = Fifteen$Outbound;
|
|
2060
2203
|
}
|
|
2061
2204
|
|
|
2205
|
+
export function fifteenToJSON(fifteen: Fifteen): string {
|
|
2206
|
+
return JSON.stringify(Fifteen$outboundSchema.parse(fifteen));
|
|
2207
|
+
}
|
|
2208
|
+
|
|
2209
|
+
export function fifteenFromJSON(
|
|
2210
|
+
jsonString: string,
|
|
2211
|
+
): SafeParseResult<Fifteen, SDKValidationError> {
|
|
2212
|
+
return safeParse(
|
|
2213
|
+
jsonString,
|
|
2214
|
+
(x) => Fifteen$inboundSchema.parse(JSON.parse(x)),
|
|
2215
|
+
`Failed to parse 'Fifteen' from JSON`,
|
|
2216
|
+
);
|
|
2217
|
+
}
|
|
2218
|
+
|
|
2062
2219
|
/** @internal */
|
|
2063
2220
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema:
|
|
2064
2221
|
z.ZodNativeEnum<
|
|
@@ -2137,6 +2294,20 @@ export namespace Fourteen$ {
|
|
|
2137
2294
|
export type Outbound = Fourteen$Outbound;
|
|
2138
2295
|
}
|
|
2139
2296
|
|
|
2297
|
+
export function fourteenToJSON(fourteen: Fourteen): string {
|
|
2298
|
+
return JSON.stringify(Fourteen$outboundSchema.parse(fourteen));
|
|
2299
|
+
}
|
|
2300
|
+
|
|
2301
|
+
export function fourteenFromJSON(
|
|
2302
|
+
jsonString: string,
|
|
2303
|
+
): SafeParseResult<Fourteen, SDKValidationError> {
|
|
2304
|
+
return safeParse(
|
|
2305
|
+
jsonString,
|
|
2306
|
+
(x) => Fourteen$inboundSchema.parse(JSON.parse(x)),
|
|
2307
|
+
`Failed to parse 'Fourteen' from JSON`,
|
|
2308
|
+
);
|
|
2309
|
+
}
|
|
2310
|
+
|
|
2140
2311
|
/** @internal */
|
|
2141
2312
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema:
|
|
2142
2313
|
z.ZodNativeEnum<
|
|
@@ -2206,6 +2377,20 @@ export namespace Thirteen$ {
|
|
|
2206
2377
|
export type Outbound = Thirteen$Outbound;
|
|
2207
2378
|
}
|
|
2208
2379
|
|
|
2380
|
+
export function thirteenToJSON(thirteen: Thirteen): string {
|
|
2381
|
+
return JSON.stringify(Thirteen$outboundSchema.parse(thirteen));
|
|
2382
|
+
}
|
|
2383
|
+
|
|
2384
|
+
export function thirteenFromJSON(
|
|
2385
|
+
jsonString: string,
|
|
2386
|
+
): SafeParseResult<Thirteen, SDKValidationError> {
|
|
2387
|
+
return safeParse(
|
|
2388
|
+
jsonString,
|
|
2389
|
+
(x) => Thirteen$inboundSchema.parse(JSON.parse(x)),
|
|
2390
|
+
`Failed to parse 'Thirteen' from JSON`,
|
|
2391
|
+
);
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2209
2394
|
/** @internal */
|
|
2210
2395
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema:
|
|
2211
2396
|
z.ZodNativeEnum<
|
|
@@ -2272,6 +2457,20 @@ export namespace Twelve$ {
|
|
|
2272
2457
|
export type Outbound = Twelve$Outbound;
|
|
2273
2458
|
}
|
|
2274
2459
|
|
|
2460
|
+
export function twelveToJSON(twelve: Twelve): string {
|
|
2461
|
+
return JSON.stringify(Twelve$outboundSchema.parse(twelve));
|
|
2462
|
+
}
|
|
2463
|
+
|
|
2464
|
+
export function twelveFromJSON(
|
|
2465
|
+
jsonString: string,
|
|
2466
|
+
): SafeParseResult<Twelve, SDKValidationError> {
|
|
2467
|
+
return safeParse(
|
|
2468
|
+
jsonString,
|
|
2469
|
+
(x) => Twelve$inboundSchema.parse(JSON.parse(x)),
|
|
2470
|
+
`Failed to parse 'Twelve' from JSON`,
|
|
2471
|
+
);
|
|
2472
|
+
}
|
|
2473
|
+
|
|
2275
2474
|
/** @internal */
|
|
2276
2475
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema:
|
|
2277
2476
|
z.ZodNativeEnum<
|
|
@@ -2343,6 +2542,27 @@ export namespace UpdateProjectDataCacheContentHint11$ {
|
|
|
2343
2542
|
export type Outbound = UpdateProjectDataCacheContentHint11$Outbound;
|
|
2344
2543
|
}
|
|
2345
2544
|
|
|
2545
|
+
export function updateProjectDataCacheContentHint11ToJSON(
|
|
2546
|
+
updateProjectDataCacheContentHint11: UpdateProjectDataCacheContentHint11,
|
|
2547
|
+
): string {
|
|
2548
|
+
return JSON.stringify(
|
|
2549
|
+
UpdateProjectDataCacheContentHint11$outboundSchema.parse(
|
|
2550
|
+
updateProjectDataCacheContentHint11,
|
|
2551
|
+
),
|
|
2552
|
+
);
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2555
|
+
export function updateProjectDataCacheContentHint11FromJSON(
|
|
2556
|
+
jsonString: string,
|
|
2557
|
+
): SafeParseResult<UpdateProjectDataCacheContentHint11, SDKValidationError> {
|
|
2558
|
+
return safeParse(
|
|
2559
|
+
jsonString,
|
|
2560
|
+
(x) =>
|
|
2561
|
+
UpdateProjectDataCacheContentHint11$inboundSchema.parse(JSON.parse(x)),
|
|
2562
|
+
`Failed to parse 'UpdateProjectDataCacheContentHint11' from JSON`,
|
|
2563
|
+
);
|
|
2564
|
+
}
|
|
2565
|
+
|
|
2346
2566
|
/** @internal */
|
|
2347
2567
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema:
|
|
2348
2568
|
z.ZodNativeEnum<
|
|
@@ -2412,6 +2632,20 @@ export namespace ContentHint10$ {
|
|
|
2412
2632
|
export type Outbound = ContentHint10$Outbound;
|
|
2413
2633
|
}
|
|
2414
2634
|
|
|
2635
|
+
export function contentHint10ToJSON(contentHint10: ContentHint10): string {
|
|
2636
|
+
return JSON.stringify(ContentHint10$outboundSchema.parse(contentHint10));
|
|
2637
|
+
}
|
|
2638
|
+
|
|
2639
|
+
export function contentHint10FromJSON(
|
|
2640
|
+
jsonString: string,
|
|
2641
|
+
): SafeParseResult<ContentHint10, SDKValidationError> {
|
|
2642
|
+
return safeParse(
|
|
2643
|
+
jsonString,
|
|
2644
|
+
(x) => ContentHint10$inboundSchema.parse(JSON.parse(x)),
|
|
2645
|
+
`Failed to parse 'ContentHint10' from JSON`,
|
|
2646
|
+
);
|
|
2647
|
+
}
|
|
2648
|
+
|
|
2415
2649
|
/** @internal */
|
|
2416
2650
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema:
|
|
2417
2651
|
z.ZodNativeEnum<
|
|
@@ -2481,6 +2715,20 @@ export namespace ContentHint9$ {
|
|
|
2481
2715
|
export type Outbound = ContentHint9$Outbound;
|
|
2482
2716
|
}
|
|
2483
2717
|
|
|
2718
|
+
export function contentHint9ToJSON(contentHint9: ContentHint9): string {
|
|
2719
|
+
return JSON.stringify(ContentHint9$outboundSchema.parse(contentHint9));
|
|
2720
|
+
}
|
|
2721
|
+
|
|
2722
|
+
export function contentHint9FromJSON(
|
|
2723
|
+
jsonString: string,
|
|
2724
|
+
): SafeParseResult<ContentHint9, SDKValidationError> {
|
|
2725
|
+
return safeParse(
|
|
2726
|
+
jsonString,
|
|
2727
|
+
(x) => ContentHint9$inboundSchema.parse(JSON.parse(x)),
|
|
2728
|
+
`Failed to parse 'ContentHint9' from JSON`,
|
|
2729
|
+
);
|
|
2730
|
+
}
|
|
2731
|
+
|
|
2484
2732
|
/** @internal */
|
|
2485
2733
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema:
|
|
2486
2734
|
z.ZodNativeEnum<
|
|
@@ -2550,6 +2798,20 @@ export namespace ContentHint8$ {
|
|
|
2550
2798
|
export type Outbound = ContentHint8$Outbound;
|
|
2551
2799
|
}
|
|
2552
2800
|
|
|
2801
|
+
export function contentHint8ToJSON(contentHint8: ContentHint8): string {
|
|
2802
|
+
return JSON.stringify(ContentHint8$outboundSchema.parse(contentHint8));
|
|
2803
|
+
}
|
|
2804
|
+
|
|
2805
|
+
export function contentHint8FromJSON(
|
|
2806
|
+
jsonString: string,
|
|
2807
|
+
): SafeParseResult<ContentHint8, SDKValidationError> {
|
|
2808
|
+
return safeParse(
|
|
2809
|
+
jsonString,
|
|
2810
|
+
(x) => ContentHint8$inboundSchema.parse(JSON.parse(x)),
|
|
2811
|
+
`Failed to parse 'ContentHint8' from JSON`,
|
|
2812
|
+
);
|
|
2813
|
+
}
|
|
2814
|
+
|
|
2553
2815
|
/** @internal */
|
|
2554
2816
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
2555
2817
|
z.ZodNativeEnum<
|
|
@@ -2619,6 +2881,20 @@ export namespace ContentHint7$ {
|
|
|
2619
2881
|
export type Outbound = ContentHint7$Outbound;
|
|
2620
2882
|
}
|
|
2621
2883
|
|
|
2884
|
+
export function contentHint7ToJSON(contentHint7: ContentHint7): string {
|
|
2885
|
+
return JSON.stringify(ContentHint7$outboundSchema.parse(contentHint7));
|
|
2886
|
+
}
|
|
2887
|
+
|
|
2888
|
+
export function contentHint7FromJSON(
|
|
2889
|
+
jsonString: string,
|
|
2890
|
+
): SafeParseResult<ContentHint7, SDKValidationError> {
|
|
2891
|
+
return safeParse(
|
|
2892
|
+
jsonString,
|
|
2893
|
+
(x) => ContentHint7$inboundSchema.parse(JSON.parse(x)),
|
|
2894
|
+
`Failed to parse 'ContentHint7' from JSON`,
|
|
2895
|
+
);
|
|
2896
|
+
}
|
|
2897
|
+
|
|
2622
2898
|
/** @internal */
|
|
2623
2899
|
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
2624
2900
|
z.ZodNativeEnum<
|
|
@@ -2688,6 +2964,20 @@ export namespace ContentHint6$ {
|
|
|
2688
2964
|
export type Outbound = ContentHint6$Outbound;
|
|
2689
2965
|
}
|
|
2690
2966
|
|
|
2967
|
+
export function contentHint6ToJSON(contentHint6: ContentHint6): string {
|
|
2968
|
+
return JSON.stringify(ContentHint6$outboundSchema.parse(contentHint6));
|
|
2969
|
+
}
|
|
2970
|
+
|
|
2971
|
+
export function contentHint6FromJSON(
|
|
2972
|
+
jsonString: string,
|
|
2973
|
+
): SafeParseResult<ContentHint6, SDKValidationError> {
|
|
2974
|
+
return safeParse(
|
|
2975
|
+
jsonString,
|
|
2976
|
+
(x) => ContentHint6$inboundSchema.parse(JSON.parse(x)),
|
|
2977
|
+
`Failed to parse 'ContentHint6' from JSON`,
|
|
2978
|
+
);
|
|
2979
|
+
}
|
|
2980
|
+
|
|
2691
2981
|
/** @internal */
|
|
2692
2982
|
export const UpdateProjectDataCacheContentHintProjectsResponse200Type$inboundSchema:
|
|
2693
2983
|
z.ZodNativeEnum<
|
|
@@ -2752,6 +3042,20 @@ export namespace ContentHint5$ {
|
|
|
2752
3042
|
export type Outbound = ContentHint5$Outbound;
|
|
2753
3043
|
}
|
|
2754
3044
|
|
|
3045
|
+
export function contentHint5ToJSON(contentHint5: ContentHint5): string {
|
|
3046
|
+
return JSON.stringify(ContentHint5$outboundSchema.parse(contentHint5));
|
|
3047
|
+
}
|
|
3048
|
+
|
|
3049
|
+
export function contentHint5FromJSON(
|
|
3050
|
+
jsonString: string,
|
|
3051
|
+
): SafeParseResult<ContentHint5, SDKValidationError> {
|
|
3052
|
+
return safeParse(
|
|
3053
|
+
jsonString,
|
|
3054
|
+
(x) => ContentHint5$inboundSchema.parse(JSON.parse(x)),
|
|
3055
|
+
`Failed to parse 'ContentHint5' from JSON`,
|
|
3056
|
+
);
|
|
3057
|
+
}
|
|
3058
|
+
|
|
2755
3059
|
/** @internal */
|
|
2756
3060
|
export const UpdateProjectDataCacheContentHintProjectsResponseType$inboundSchema:
|
|
2757
3061
|
z.ZodNativeEnum<
|
|
@@ -2816,6 +3120,20 @@ export namespace ContentHint4$ {
|
|
|
2816
3120
|
export type Outbound = ContentHint4$Outbound;
|
|
2817
3121
|
}
|
|
2818
3122
|
|
|
3123
|
+
export function contentHint4ToJSON(contentHint4: ContentHint4): string {
|
|
3124
|
+
return JSON.stringify(ContentHint4$outboundSchema.parse(contentHint4));
|
|
3125
|
+
}
|
|
3126
|
+
|
|
3127
|
+
export function contentHint4FromJSON(
|
|
3128
|
+
jsonString: string,
|
|
3129
|
+
): SafeParseResult<ContentHint4, SDKValidationError> {
|
|
3130
|
+
return safeParse(
|
|
3131
|
+
jsonString,
|
|
3132
|
+
(x) => ContentHint4$inboundSchema.parse(JSON.parse(x)),
|
|
3133
|
+
`Failed to parse 'ContentHint4' from JSON`,
|
|
3134
|
+
);
|
|
3135
|
+
}
|
|
3136
|
+
|
|
2819
3137
|
/** @internal */
|
|
2820
3138
|
export const UpdateProjectDataCacheContentHintProjectsType$inboundSchema:
|
|
2821
3139
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsType> = z
|
|
@@ -2878,6 +3196,20 @@ export namespace ContentHint3$ {
|
|
|
2878
3196
|
export type Outbound = ContentHint3$Outbound;
|
|
2879
3197
|
}
|
|
2880
3198
|
|
|
3199
|
+
export function contentHint3ToJSON(contentHint3: ContentHint3): string {
|
|
3200
|
+
return JSON.stringify(ContentHint3$outboundSchema.parse(contentHint3));
|
|
3201
|
+
}
|
|
3202
|
+
|
|
3203
|
+
export function contentHint3FromJSON(
|
|
3204
|
+
jsonString: string,
|
|
3205
|
+
): SafeParseResult<ContentHint3, SDKValidationError> {
|
|
3206
|
+
return safeParse(
|
|
3207
|
+
jsonString,
|
|
3208
|
+
(x) => ContentHint3$inboundSchema.parse(JSON.parse(x)),
|
|
3209
|
+
`Failed to parse 'ContentHint3' from JSON`,
|
|
3210
|
+
);
|
|
3211
|
+
}
|
|
3212
|
+
|
|
2881
3213
|
/** @internal */
|
|
2882
3214
|
export const UpdateProjectDataCacheContentHintType$inboundSchema:
|
|
2883
3215
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintType> = z.nativeEnum(
|
|
@@ -2941,6 +3273,20 @@ export namespace ContentHint2$ {
|
|
|
2941
3273
|
export type Outbound = ContentHint2$Outbound;
|
|
2942
3274
|
}
|
|
2943
3275
|
|
|
3276
|
+
export function contentHint2ToJSON(contentHint2: ContentHint2): string {
|
|
3277
|
+
return JSON.stringify(ContentHint2$outboundSchema.parse(contentHint2));
|
|
3278
|
+
}
|
|
3279
|
+
|
|
3280
|
+
export function contentHint2FromJSON(
|
|
3281
|
+
jsonString: string,
|
|
3282
|
+
): SafeParseResult<ContentHint2, SDKValidationError> {
|
|
3283
|
+
return safeParse(
|
|
3284
|
+
jsonString,
|
|
3285
|
+
(x) => ContentHint2$inboundSchema.parse(JSON.parse(x)),
|
|
3286
|
+
`Failed to parse 'ContentHint2' from JSON`,
|
|
3287
|
+
);
|
|
3288
|
+
}
|
|
3289
|
+
|
|
2944
3290
|
/** @internal */
|
|
2945
3291
|
export const ContentHintType$inboundSchema: z.ZodNativeEnum<
|
|
2946
3292
|
typeof ContentHintType
|
|
@@ -3001,6 +3347,20 @@ export namespace ContentHint1$ {
|
|
|
3001
3347
|
export type Outbound = ContentHint1$Outbound;
|
|
3002
3348
|
}
|
|
3003
3349
|
|
|
3350
|
+
export function contentHint1ToJSON(contentHint1: ContentHint1): string {
|
|
3351
|
+
return JSON.stringify(ContentHint1$outboundSchema.parse(contentHint1));
|
|
3352
|
+
}
|
|
3353
|
+
|
|
3354
|
+
export function contentHint1FromJSON(
|
|
3355
|
+
jsonString: string,
|
|
3356
|
+
): SafeParseResult<ContentHint1, SDKValidationError> {
|
|
3357
|
+
return safeParse(
|
|
3358
|
+
jsonString,
|
|
3359
|
+
(x) => ContentHint1$inboundSchema.parse(JSON.parse(x)),
|
|
3360
|
+
`Failed to parse 'ContentHint1' from JSON`,
|
|
3361
|
+
);
|
|
3362
|
+
}
|
|
3363
|
+
|
|
3004
3364
|
/** @internal */
|
|
3005
3365
|
export const ContentHint$inboundSchema: z.ZodType<
|
|
3006
3366
|
ContentHint,
|
|
@@ -3078,6 +3438,20 @@ export namespace ContentHint$ {
|
|
|
3078
3438
|
export type Outbound = ContentHint$Outbound;
|
|
3079
3439
|
}
|
|
3080
3440
|
|
|
3441
|
+
export function contentHintToJSON(contentHint: ContentHint): string {
|
|
3442
|
+
return JSON.stringify(ContentHint$outboundSchema.parse(contentHint));
|
|
3443
|
+
}
|
|
3444
|
+
|
|
3445
|
+
export function contentHintFromJSON(
|
|
3446
|
+
jsonString: string,
|
|
3447
|
+
): SafeParseResult<ContentHint, SDKValidationError> {
|
|
3448
|
+
return safeParse(
|
|
3449
|
+
jsonString,
|
|
3450
|
+
(x) => ContentHint$inboundSchema.parse(JSON.parse(x)),
|
|
3451
|
+
`Failed to parse 'ContentHint' from JSON`,
|
|
3452
|
+
);
|
|
3453
|
+
}
|
|
3454
|
+
|
|
3081
3455
|
/** @internal */
|
|
3082
3456
|
export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
3083
3457
|
z.ZodNativeEnum<
|
|
@@ -3147,6 +3521,24 @@ export namespace InternalContentHint$ {
|
|
|
3147
3521
|
export type Outbound = InternalContentHint$Outbound;
|
|
3148
3522
|
}
|
|
3149
3523
|
|
|
3524
|
+
export function internalContentHintToJSON(
|
|
3525
|
+
internalContentHint: InternalContentHint,
|
|
3526
|
+
): string {
|
|
3527
|
+
return JSON.stringify(
|
|
3528
|
+
InternalContentHint$outboundSchema.parse(internalContentHint),
|
|
3529
|
+
);
|
|
3530
|
+
}
|
|
3531
|
+
|
|
3532
|
+
export function internalContentHintFromJSON(
|
|
3533
|
+
jsonString: string,
|
|
3534
|
+
): SafeParseResult<InternalContentHint, SDKValidationError> {
|
|
3535
|
+
return safeParse(
|
|
3536
|
+
jsonString,
|
|
3537
|
+
(x) => InternalContentHint$inboundSchema.parse(JSON.parse(x)),
|
|
3538
|
+
`Failed to parse 'InternalContentHint' from JSON`,
|
|
3539
|
+
);
|
|
3540
|
+
}
|
|
3541
|
+
|
|
3150
3542
|
/** @internal */
|
|
3151
3543
|
export const Env$inboundSchema: z.ZodType<Env, z.ZodTypeDef, unknown> = z
|
|
3152
3544
|
.object({
|
|
@@ -3297,6 +3689,20 @@ export namespace Env$ {
|
|
|
3297
3689
|
export type Outbound = Env$Outbound;
|
|
3298
3690
|
}
|
|
3299
3691
|
|
|
3692
|
+
export function envToJSON(env: Env): string {
|
|
3693
|
+
return JSON.stringify(Env$outboundSchema.parse(env));
|
|
3694
|
+
}
|
|
3695
|
+
|
|
3696
|
+
export function envFromJSON(
|
|
3697
|
+
jsonString: string,
|
|
3698
|
+
): SafeParseResult<Env, SDKValidationError> {
|
|
3699
|
+
return safeParse(
|
|
3700
|
+
jsonString,
|
|
3701
|
+
(x) => Env$inboundSchema.parse(JSON.parse(x)),
|
|
3702
|
+
`Failed to parse 'Env' from JSON`,
|
|
3703
|
+
);
|
|
3704
|
+
}
|
|
3705
|
+
|
|
3300
3706
|
/** @internal */
|
|
3301
3707
|
export const CustomEnvironments$inboundSchema: z.ZodType<
|
|
3302
3708
|
CustomEnvironments,
|
|
@@ -3327,6 +3733,24 @@ export namespace CustomEnvironments$ {
|
|
|
3327
3733
|
export type Outbound = CustomEnvironments$Outbound;
|
|
3328
3734
|
}
|
|
3329
3735
|
|
|
3736
|
+
export function customEnvironmentsToJSON(
|
|
3737
|
+
customEnvironments: CustomEnvironments,
|
|
3738
|
+
): string {
|
|
3739
|
+
return JSON.stringify(
|
|
3740
|
+
CustomEnvironments$outboundSchema.parse(customEnvironments),
|
|
3741
|
+
);
|
|
3742
|
+
}
|
|
3743
|
+
|
|
3744
|
+
export function customEnvironmentsFromJSON(
|
|
3745
|
+
jsonString: string,
|
|
3746
|
+
): SafeParseResult<CustomEnvironments, SDKValidationError> {
|
|
3747
|
+
return safeParse(
|
|
3748
|
+
jsonString,
|
|
3749
|
+
(x) => CustomEnvironments$inboundSchema.parse(JSON.parse(x)),
|
|
3750
|
+
`Failed to parse 'CustomEnvironments' from JSON`,
|
|
3751
|
+
);
|
|
3752
|
+
}
|
|
3753
|
+
|
|
3330
3754
|
/** @internal */
|
|
3331
3755
|
export const UpdateProjectDataCacheFramework$inboundSchema: z.ZodNativeEnum<
|
|
3332
3756
|
typeof UpdateProjectDataCacheFramework
|
|
@@ -3387,6 +3811,20 @@ export namespace IpBuckets$ {
|
|
|
3387
3811
|
export type Outbound = IpBuckets$Outbound;
|
|
3388
3812
|
}
|
|
3389
3813
|
|
|
3814
|
+
export function ipBucketsToJSON(ipBuckets: IpBuckets): string {
|
|
3815
|
+
return JSON.stringify(IpBuckets$outboundSchema.parse(ipBuckets));
|
|
3816
|
+
}
|
|
3817
|
+
|
|
3818
|
+
export function ipBucketsFromJSON(
|
|
3819
|
+
jsonString: string,
|
|
3820
|
+
): SafeParseResult<IpBuckets, SDKValidationError> {
|
|
3821
|
+
return safeParse(
|
|
3822
|
+
jsonString,
|
|
3823
|
+
(x) => IpBuckets$inboundSchema.parse(JSON.parse(x)),
|
|
3824
|
+
`Failed to parse 'IpBuckets' from JSON`,
|
|
3825
|
+
);
|
|
3826
|
+
}
|
|
3827
|
+
|
|
3390
3828
|
/** @internal */
|
|
3391
3829
|
export const AliasAssigned$inboundSchema: z.ZodType<
|
|
3392
3830
|
AliasAssigned,
|
|
@@ -3417,6 +3855,20 @@ export namespace AliasAssigned$ {
|
|
|
3417
3855
|
export type Outbound = AliasAssigned$Outbound;
|
|
3418
3856
|
}
|
|
3419
3857
|
|
|
3858
|
+
export function aliasAssignedToJSON(aliasAssigned: AliasAssigned): string {
|
|
3859
|
+
return JSON.stringify(AliasAssigned$outboundSchema.parse(aliasAssigned));
|
|
3860
|
+
}
|
|
3861
|
+
|
|
3862
|
+
export function aliasAssignedFromJSON(
|
|
3863
|
+
jsonString: string,
|
|
3864
|
+
): SafeParseResult<AliasAssigned, SDKValidationError> {
|
|
3865
|
+
return safeParse(
|
|
3866
|
+
jsonString,
|
|
3867
|
+
(x) => AliasAssigned$inboundSchema.parse(JSON.parse(x)),
|
|
3868
|
+
`Failed to parse 'AliasAssigned' from JSON`,
|
|
3869
|
+
);
|
|
3870
|
+
}
|
|
3871
|
+
|
|
3420
3872
|
/** @internal */
|
|
3421
3873
|
export const UpdateProjectDataCacheProjectsAliasError$inboundSchema: z.ZodType<
|
|
3422
3874
|
UpdateProjectDataCacheProjectsAliasError,
|
|
@@ -3458,6 +3910,33 @@ export namespace UpdateProjectDataCacheProjectsAliasError$ {
|
|
|
3458
3910
|
export type Outbound = UpdateProjectDataCacheProjectsAliasError$Outbound;
|
|
3459
3911
|
}
|
|
3460
3912
|
|
|
3913
|
+
export function updateProjectDataCacheProjectsAliasErrorToJSON(
|
|
3914
|
+
updateProjectDataCacheProjectsAliasError:
|
|
3915
|
+
UpdateProjectDataCacheProjectsAliasError,
|
|
3916
|
+
): string {
|
|
3917
|
+
return JSON.stringify(
|
|
3918
|
+
UpdateProjectDataCacheProjectsAliasError$outboundSchema.parse(
|
|
3919
|
+
updateProjectDataCacheProjectsAliasError,
|
|
3920
|
+
),
|
|
3921
|
+
);
|
|
3922
|
+
}
|
|
3923
|
+
|
|
3924
|
+
export function updateProjectDataCacheProjectsAliasErrorFromJSON(
|
|
3925
|
+
jsonString: string,
|
|
3926
|
+
): SafeParseResult<
|
|
3927
|
+
UpdateProjectDataCacheProjectsAliasError,
|
|
3928
|
+
SDKValidationError
|
|
3929
|
+
> {
|
|
3930
|
+
return safeParse(
|
|
3931
|
+
jsonString,
|
|
3932
|
+
(x) =>
|
|
3933
|
+
UpdateProjectDataCacheProjectsAliasError$inboundSchema.parse(
|
|
3934
|
+
JSON.parse(x),
|
|
3935
|
+
),
|
|
3936
|
+
`Failed to parse 'UpdateProjectDataCacheProjectsAliasError' from JSON`,
|
|
3937
|
+
);
|
|
3938
|
+
}
|
|
3939
|
+
|
|
3461
3940
|
/** @internal */
|
|
3462
3941
|
export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
3463
3942
|
z.ZodNativeEnum<
|
|
@@ -3527,6 +4006,20 @@ export namespace BranchMatcher$ {
|
|
|
3527
4006
|
export type Outbound = BranchMatcher$Outbound;
|
|
3528
4007
|
}
|
|
3529
4008
|
|
|
4009
|
+
export function branchMatcherToJSON(branchMatcher: BranchMatcher): string {
|
|
4010
|
+
return JSON.stringify(BranchMatcher$outboundSchema.parse(branchMatcher));
|
|
4011
|
+
}
|
|
4012
|
+
|
|
4013
|
+
export function branchMatcherFromJSON(
|
|
4014
|
+
jsonString: string,
|
|
4015
|
+
): SafeParseResult<BranchMatcher, SDKValidationError> {
|
|
4016
|
+
return safeParse(
|
|
4017
|
+
jsonString,
|
|
4018
|
+
(x) => BranchMatcher$inboundSchema.parse(JSON.parse(x)),
|
|
4019
|
+
`Failed to parse 'BranchMatcher' from JSON`,
|
|
4020
|
+
);
|
|
4021
|
+
}
|
|
4022
|
+
|
|
3530
4023
|
/** @internal */
|
|
3531
4024
|
export const UpdateProjectDataCacheProjectsBuilds$inboundSchema: z.ZodType<
|
|
3532
4025
|
UpdateProjectDataCacheProjectsBuilds,
|
|
@@ -3571,6 +4064,27 @@ export namespace UpdateProjectDataCacheProjectsBuilds$ {
|
|
|
3571
4064
|
export type Outbound = UpdateProjectDataCacheProjectsBuilds$Outbound;
|
|
3572
4065
|
}
|
|
3573
4066
|
|
|
4067
|
+
export function updateProjectDataCacheProjectsBuildsToJSON(
|
|
4068
|
+
updateProjectDataCacheProjectsBuilds: UpdateProjectDataCacheProjectsBuilds,
|
|
4069
|
+
): string {
|
|
4070
|
+
return JSON.stringify(
|
|
4071
|
+
UpdateProjectDataCacheProjectsBuilds$outboundSchema.parse(
|
|
4072
|
+
updateProjectDataCacheProjectsBuilds,
|
|
4073
|
+
),
|
|
4074
|
+
);
|
|
4075
|
+
}
|
|
4076
|
+
|
|
4077
|
+
export function updateProjectDataCacheProjectsBuildsFromJSON(
|
|
4078
|
+
jsonString: string,
|
|
4079
|
+
): SafeParseResult<UpdateProjectDataCacheProjectsBuilds, SDKValidationError> {
|
|
4080
|
+
return safeParse(
|
|
4081
|
+
jsonString,
|
|
4082
|
+
(x) =>
|
|
4083
|
+
UpdateProjectDataCacheProjectsBuilds$inboundSchema.parse(JSON.parse(x)),
|
|
4084
|
+
`Failed to parse 'UpdateProjectDataCacheProjectsBuilds' from JSON`,
|
|
4085
|
+
);
|
|
4086
|
+
}
|
|
4087
|
+
|
|
3574
4088
|
/** @internal */
|
|
3575
4089
|
export const UpdateProjectDataCacheProjectsChecksConclusion$inboundSchema:
|
|
3576
4090
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsChecksConclusion> = z
|
|
@@ -3667,6 +4181,27 @@ export namespace UpdateProjectDataCacheProjectsCreator$ {
|
|
|
3667
4181
|
export type Outbound = UpdateProjectDataCacheProjectsCreator$Outbound;
|
|
3668
4182
|
}
|
|
3669
4183
|
|
|
4184
|
+
export function updateProjectDataCacheProjectsCreatorToJSON(
|
|
4185
|
+
updateProjectDataCacheProjectsCreator: UpdateProjectDataCacheProjectsCreator,
|
|
4186
|
+
): string {
|
|
4187
|
+
return JSON.stringify(
|
|
4188
|
+
UpdateProjectDataCacheProjectsCreator$outboundSchema.parse(
|
|
4189
|
+
updateProjectDataCacheProjectsCreator,
|
|
4190
|
+
),
|
|
4191
|
+
);
|
|
4192
|
+
}
|
|
4193
|
+
|
|
4194
|
+
export function updateProjectDataCacheProjectsCreatorFromJSON(
|
|
4195
|
+
jsonString: string,
|
|
4196
|
+
): SafeParseResult<UpdateProjectDataCacheProjectsCreator, SDKValidationError> {
|
|
4197
|
+
return safeParse(
|
|
4198
|
+
jsonString,
|
|
4199
|
+
(x) =>
|
|
4200
|
+
UpdateProjectDataCacheProjectsCreator$inboundSchema.parse(JSON.parse(x)),
|
|
4201
|
+
`Failed to parse 'UpdateProjectDataCacheProjectsCreator' from JSON`,
|
|
4202
|
+
);
|
|
4203
|
+
}
|
|
4204
|
+
|
|
3670
4205
|
/** @internal */
|
|
3671
4206
|
export const UpdateProjectDataCacheProjectsOidcTokenClaims$inboundSchema:
|
|
3672
4207
|
z.ZodType<
|
|
@@ -3741,6 +4276,33 @@ export namespace UpdateProjectDataCacheProjectsOidcTokenClaims$ {
|
|
|
3741
4276
|
export type Outbound = UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound;
|
|
3742
4277
|
}
|
|
3743
4278
|
|
|
4279
|
+
export function updateProjectDataCacheProjectsOidcTokenClaimsToJSON(
|
|
4280
|
+
updateProjectDataCacheProjectsOidcTokenClaims:
|
|
4281
|
+
UpdateProjectDataCacheProjectsOidcTokenClaims,
|
|
4282
|
+
): string {
|
|
4283
|
+
return JSON.stringify(
|
|
4284
|
+
UpdateProjectDataCacheProjectsOidcTokenClaims$outboundSchema.parse(
|
|
4285
|
+
updateProjectDataCacheProjectsOidcTokenClaims,
|
|
4286
|
+
),
|
|
4287
|
+
);
|
|
4288
|
+
}
|
|
4289
|
+
|
|
4290
|
+
export function updateProjectDataCacheProjectsOidcTokenClaimsFromJSON(
|
|
4291
|
+
jsonString: string,
|
|
4292
|
+
): SafeParseResult<
|
|
4293
|
+
UpdateProjectDataCacheProjectsOidcTokenClaims,
|
|
4294
|
+
SDKValidationError
|
|
4295
|
+
> {
|
|
4296
|
+
return safeParse(
|
|
4297
|
+
jsonString,
|
|
4298
|
+
(x) =>
|
|
4299
|
+
UpdateProjectDataCacheProjectsOidcTokenClaims$inboundSchema.parse(
|
|
4300
|
+
JSON.parse(x),
|
|
4301
|
+
),
|
|
4302
|
+
`Failed to parse 'UpdateProjectDataCacheProjectsOidcTokenClaims' from JSON`,
|
|
4303
|
+
);
|
|
4304
|
+
}
|
|
4305
|
+
|
|
3744
4306
|
/** @internal */
|
|
3745
4307
|
export const UpdateProjectDataCacheProjectsPlan$inboundSchema: z.ZodNativeEnum<
|
|
3746
4308
|
typeof UpdateProjectDataCacheProjectsPlan
|
|
@@ -3998,6 +4560,24 @@ export namespace LatestDeployments$ {
|
|
|
3998
4560
|
export type Outbound = LatestDeployments$Outbound;
|
|
3999
4561
|
}
|
|
4000
4562
|
|
|
4563
|
+
export function latestDeploymentsToJSON(
|
|
4564
|
+
latestDeployments: LatestDeployments,
|
|
4565
|
+
): string {
|
|
4566
|
+
return JSON.stringify(
|
|
4567
|
+
LatestDeployments$outboundSchema.parse(latestDeployments),
|
|
4568
|
+
);
|
|
4569
|
+
}
|
|
4570
|
+
|
|
4571
|
+
export function latestDeploymentsFromJSON(
|
|
4572
|
+
jsonString: string,
|
|
4573
|
+
): SafeParseResult<LatestDeployments, SDKValidationError> {
|
|
4574
|
+
return safeParse(
|
|
4575
|
+
jsonString,
|
|
4576
|
+
(x) => LatestDeployments$inboundSchema.parse(JSON.parse(x)),
|
|
4577
|
+
`Failed to parse 'LatestDeployments' from JSON`,
|
|
4578
|
+
);
|
|
4579
|
+
}
|
|
4580
|
+
|
|
4001
4581
|
/** @internal */
|
|
4002
4582
|
export const UpdateProjectDataCacheLinkProjectsType$inboundSchema:
|
|
4003
4583
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsType> = z.nativeEnum(
|
|
@@ -4072,6 +4652,27 @@ export namespace UpdateProjectDataCacheLinkDeployHooks$ {
|
|
|
4072
4652
|
export type Outbound = UpdateProjectDataCacheLinkDeployHooks$Outbound;
|
|
4073
4653
|
}
|
|
4074
4654
|
|
|
4655
|
+
export function updateProjectDataCacheLinkDeployHooksToJSON(
|
|
4656
|
+
updateProjectDataCacheLinkDeployHooks: UpdateProjectDataCacheLinkDeployHooks,
|
|
4657
|
+
): string {
|
|
4658
|
+
return JSON.stringify(
|
|
4659
|
+
UpdateProjectDataCacheLinkDeployHooks$outboundSchema.parse(
|
|
4660
|
+
updateProjectDataCacheLinkDeployHooks,
|
|
4661
|
+
),
|
|
4662
|
+
);
|
|
4663
|
+
}
|
|
4664
|
+
|
|
4665
|
+
export function updateProjectDataCacheLinkDeployHooksFromJSON(
|
|
4666
|
+
jsonString: string,
|
|
4667
|
+
): SafeParseResult<UpdateProjectDataCacheLinkDeployHooks, SDKValidationError> {
|
|
4668
|
+
return safeParse(
|
|
4669
|
+
jsonString,
|
|
4670
|
+
(x) =>
|
|
4671
|
+
UpdateProjectDataCacheLinkDeployHooks$inboundSchema.parse(JSON.parse(x)),
|
|
4672
|
+
`Failed to parse 'UpdateProjectDataCacheLinkDeployHooks' from JSON`,
|
|
4673
|
+
);
|
|
4674
|
+
}
|
|
4675
|
+
|
|
4075
4676
|
/** @internal */
|
|
4076
4677
|
export const Link3$inboundSchema: z.ZodType<Link3, z.ZodTypeDef, unknown> = z
|
|
4077
4678
|
.object({
|
|
@@ -4142,6 +4743,20 @@ export namespace Link3$ {
|
|
|
4142
4743
|
export type Outbound = Link3$Outbound;
|
|
4143
4744
|
}
|
|
4144
4745
|
|
|
4746
|
+
export function link3ToJSON(link3: Link3): string {
|
|
4747
|
+
return JSON.stringify(Link3$outboundSchema.parse(link3));
|
|
4748
|
+
}
|
|
4749
|
+
|
|
4750
|
+
export function link3FromJSON(
|
|
4751
|
+
jsonString: string,
|
|
4752
|
+
): SafeParseResult<Link3, SDKValidationError> {
|
|
4753
|
+
return safeParse(
|
|
4754
|
+
jsonString,
|
|
4755
|
+
(x) => Link3$inboundSchema.parse(JSON.parse(x)),
|
|
4756
|
+
`Failed to parse 'Link3' from JSON`,
|
|
4757
|
+
);
|
|
4758
|
+
}
|
|
4759
|
+
|
|
4145
4760
|
/** @internal */
|
|
4146
4761
|
export const UpdateProjectDataCacheLinkType$inboundSchema: z.ZodNativeEnum<
|
|
4147
4762
|
typeof UpdateProjectDataCacheLinkType
|
|
@@ -4211,6 +4826,22 @@ export namespace LinkDeployHooks$ {
|
|
|
4211
4826
|
export type Outbound = LinkDeployHooks$Outbound;
|
|
4212
4827
|
}
|
|
4213
4828
|
|
|
4829
|
+
export function linkDeployHooksToJSON(
|
|
4830
|
+
linkDeployHooks: LinkDeployHooks,
|
|
4831
|
+
): string {
|
|
4832
|
+
return JSON.stringify(LinkDeployHooks$outboundSchema.parse(linkDeployHooks));
|
|
4833
|
+
}
|
|
4834
|
+
|
|
4835
|
+
export function linkDeployHooksFromJSON(
|
|
4836
|
+
jsonString: string,
|
|
4837
|
+
): SafeParseResult<LinkDeployHooks, SDKValidationError> {
|
|
4838
|
+
return safeParse(
|
|
4839
|
+
jsonString,
|
|
4840
|
+
(x) => LinkDeployHooks$inboundSchema.parse(JSON.parse(x)),
|
|
4841
|
+
`Failed to parse 'LinkDeployHooks' from JSON`,
|
|
4842
|
+
);
|
|
4843
|
+
}
|
|
4844
|
+
|
|
4214
4845
|
/** @internal */
|
|
4215
4846
|
export const Link2$inboundSchema: z.ZodType<Link2, z.ZodTypeDef, unknown> = z
|
|
4216
4847
|
.object({
|
|
@@ -4280,6 +4911,20 @@ export namespace Link2$ {
|
|
|
4280
4911
|
export type Outbound = Link2$Outbound;
|
|
4281
4912
|
}
|
|
4282
4913
|
|
|
4914
|
+
export function link2ToJSON(link2: Link2): string {
|
|
4915
|
+
return JSON.stringify(Link2$outboundSchema.parse(link2));
|
|
4916
|
+
}
|
|
4917
|
+
|
|
4918
|
+
export function link2FromJSON(
|
|
4919
|
+
jsonString: string,
|
|
4920
|
+
): SafeParseResult<Link2, SDKValidationError> {
|
|
4921
|
+
return safeParse(
|
|
4922
|
+
jsonString,
|
|
4923
|
+
(x) => Link2$inboundSchema.parse(JSON.parse(x)),
|
|
4924
|
+
`Failed to parse 'Link2' from JSON`,
|
|
4925
|
+
);
|
|
4926
|
+
}
|
|
4927
|
+
|
|
4283
4928
|
/** @internal */
|
|
4284
4929
|
export const LinkType$inboundSchema: z.ZodNativeEnum<typeof LinkType> = z
|
|
4285
4930
|
.nativeEnum(LinkType);
|
|
@@ -4347,6 +4992,20 @@ export namespace DeployHooks$ {
|
|
|
4347
4992
|
export type Outbound = DeployHooks$Outbound;
|
|
4348
4993
|
}
|
|
4349
4994
|
|
|
4995
|
+
export function deployHooksToJSON(deployHooks: DeployHooks): string {
|
|
4996
|
+
return JSON.stringify(DeployHooks$outboundSchema.parse(deployHooks));
|
|
4997
|
+
}
|
|
4998
|
+
|
|
4999
|
+
export function deployHooksFromJSON(
|
|
5000
|
+
jsonString: string,
|
|
5001
|
+
): SafeParseResult<DeployHooks, SDKValidationError> {
|
|
5002
|
+
return safeParse(
|
|
5003
|
+
jsonString,
|
|
5004
|
+
(x) => DeployHooks$inboundSchema.parse(JSON.parse(x)),
|
|
5005
|
+
`Failed to parse 'DeployHooks' from JSON`,
|
|
5006
|
+
);
|
|
5007
|
+
}
|
|
5008
|
+
|
|
4350
5009
|
/** @internal */
|
|
4351
5010
|
export const Link1$inboundSchema: z.ZodType<Link1, z.ZodTypeDef, unknown> = z
|
|
4352
5011
|
.object({
|
|
@@ -4410,6 +5069,20 @@ export namespace Link1$ {
|
|
|
4410
5069
|
export type Outbound = Link1$Outbound;
|
|
4411
5070
|
}
|
|
4412
5071
|
|
|
5072
|
+
export function link1ToJSON(link1: Link1): string {
|
|
5073
|
+
return JSON.stringify(Link1$outboundSchema.parse(link1));
|
|
5074
|
+
}
|
|
5075
|
+
|
|
5076
|
+
export function link1FromJSON(
|
|
5077
|
+
jsonString: string,
|
|
5078
|
+
): SafeParseResult<Link1, SDKValidationError> {
|
|
5079
|
+
return safeParse(
|
|
5080
|
+
jsonString,
|
|
5081
|
+
(x) => Link1$inboundSchema.parse(JSON.parse(x)),
|
|
5082
|
+
`Failed to parse 'Link1' from JSON`,
|
|
5083
|
+
);
|
|
5084
|
+
}
|
|
5085
|
+
|
|
4413
5086
|
/** @internal */
|
|
4414
5087
|
export const Link$inboundSchema: z.ZodType<Link, z.ZodTypeDef, unknown> = z
|
|
4415
5088
|
.union([
|
|
@@ -4442,40 +5115,18 @@ export namespace Link$ {
|
|
|
4442
5115
|
export type Outbound = Link$Outbound;
|
|
4443
5116
|
}
|
|
4444
5117
|
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
id: z.string(),
|
|
4449
|
-
slug: z.string(),
|
|
4450
|
-
});
|
|
4451
|
-
|
|
4452
|
-
/** @internal */
|
|
4453
|
-
export type Group$Outbound = {
|
|
4454
|
-
id: string;
|
|
4455
|
-
slug: string;
|
|
4456
|
-
};
|
|
4457
|
-
|
|
4458
|
-
/** @internal */
|
|
4459
|
-
export const Group$outboundSchema: z.ZodType<
|
|
4460
|
-
Group$Outbound,
|
|
4461
|
-
z.ZodTypeDef,
|
|
4462
|
-
Group
|
|
4463
|
-
> = z.object({
|
|
4464
|
-
id: z.string(),
|
|
4465
|
-
slug: z.string(),
|
|
4466
|
-
});
|
|
5118
|
+
export function linkToJSON(link: Link): string {
|
|
5119
|
+
return JSON.stringify(Link$outboundSchema.parse(link));
|
|
5120
|
+
}
|
|
4467
5121
|
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
export const outboundSchema = Group$outboundSchema;
|
|
4477
|
-
/** @deprecated use `Group$Outbound` instead. */
|
|
4478
|
-
export type Outbound = Group$Outbound;
|
|
5122
|
+
export function linkFromJSON(
|
|
5123
|
+
jsonString: string,
|
|
5124
|
+
): SafeParseResult<Link, SDKValidationError> {
|
|
5125
|
+
return safeParse(
|
|
5126
|
+
jsonString,
|
|
5127
|
+
(x) => Link$inboundSchema.parse(JSON.parse(x)),
|
|
5128
|
+
`Failed to parse 'Link' from JSON`,
|
|
5129
|
+
);
|
|
4479
5130
|
}
|
|
4480
5131
|
|
|
4481
5132
|
/** @internal */
|
|
@@ -4485,7 +5136,7 @@ export const Microfrontends$inboundSchema: z.ZodType<
|
|
|
4485
5136
|
unknown
|
|
4486
5137
|
> = z.object({
|
|
4487
5138
|
updatedAt: z.number(),
|
|
4488
|
-
|
|
5139
|
+
groupIds: z.array(z.string()),
|
|
4489
5140
|
enabled: z.boolean(),
|
|
4490
5141
|
isDefaultApp: z.boolean().optional(),
|
|
4491
5142
|
defaultRoute: z.string().optional(),
|
|
@@ -4494,7 +5145,7 @@ export const Microfrontends$inboundSchema: z.ZodType<
|
|
|
4494
5145
|
/** @internal */
|
|
4495
5146
|
export type Microfrontends$Outbound = {
|
|
4496
5147
|
updatedAt: number;
|
|
4497
|
-
|
|
5148
|
+
groupIds: Array<string>;
|
|
4498
5149
|
enabled: boolean;
|
|
4499
5150
|
isDefaultApp?: boolean | undefined;
|
|
4500
5151
|
defaultRoute?: string | undefined;
|
|
@@ -4507,7 +5158,7 @@ export const Microfrontends$outboundSchema: z.ZodType<
|
|
|
4507
5158
|
Microfrontends
|
|
4508
5159
|
> = z.object({
|
|
4509
5160
|
updatedAt: z.number(),
|
|
4510
|
-
|
|
5161
|
+
groupIds: z.array(z.string()),
|
|
4511
5162
|
enabled: z.boolean(),
|
|
4512
5163
|
isDefaultApp: z.boolean().optional(),
|
|
4513
5164
|
defaultRoute: z.string().optional(),
|
|
@@ -4526,6 +5177,20 @@ export namespace Microfrontends$ {
|
|
|
4526
5177
|
export type Outbound = Microfrontends$Outbound;
|
|
4527
5178
|
}
|
|
4528
5179
|
|
|
5180
|
+
export function microfrontendsToJSON(microfrontends: Microfrontends): string {
|
|
5181
|
+
return JSON.stringify(Microfrontends$outboundSchema.parse(microfrontends));
|
|
5182
|
+
}
|
|
5183
|
+
|
|
5184
|
+
export function microfrontendsFromJSON(
|
|
5185
|
+
jsonString: string,
|
|
5186
|
+
): SafeParseResult<Microfrontends, SDKValidationError> {
|
|
5187
|
+
return safeParse(
|
|
5188
|
+
jsonString,
|
|
5189
|
+
(x) => Microfrontends$inboundSchema.parse(JSON.parse(x)),
|
|
5190
|
+
`Failed to parse 'Microfrontends' from JSON`,
|
|
5191
|
+
);
|
|
5192
|
+
}
|
|
5193
|
+
|
|
4529
5194
|
/** @internal */
|
|
4530
5195
|
export const UpdateProjectDataCacheNodeVersion$inboundSchema: z.ZodNativeEnum<
|
|
4531
5196
|
typeof UpdateProjectDataCacheNodeVersion
|
|
@@ -4584,6 +5249,26 @@ export namespace UpdateProjectDataCachePaths$ {
|
|
|
4584
5249
|
export type Outbound = UpdateProjectDataCachePaths$Outbound;
|
|
4585
5250
|
}
|
|
4586
5251
|
|
|
5252
|
+
export function updateProjectDataCachePathsToJSON(
|
|
5253
|
+
updateProjectDataCachePaths: UpdateProjectDataCachePaths,
|
|
5254
|
+
): string {
|
|
5255
|
+
return JSON.stringify(
|
|
5256
|
+
UpdateProjectDataCachePaths$outboundSchema.parse(
|
|
5257
|
+
updateProjectDataCachePaths,
|
|
5258
|
+
),
|
|
5259
|
+
);
|
|
5260
|
+
}
|
|
5261
|
+
|
|
5262
|
+
export function updateProjectDataCachePathsFromJSON(
|
|
5263
|
+
jsonString: string,
|
|
5264
|
+
): SafeParseResult<UpdateProjectDataCachePaths, SDKValidationError> {
|
|
5265
|
+
return safeParse(
|
|
5266
|
+
jsonString,
|
|
5267
|
+
(x) => UpdateProjectDataCachePaths$inboundSchema.parse(JSON.parse(x)),
|
|
5268
|
+
`Failed to parse 'UpdateProjectDataCachePaths' from JSON`,
|
|
5269
|
+
);
|
|
5270
|
+
}
|
|
5271
|
+
|
|
4587
5272
|
/** @internal */
|
|
4588
5273
|
export const UpdateProjectDataCacheOptionsAllowlist$inboundSchema: z.ZodType<
|
|
4589
5274
|
UpdateProjectDataCacheOptionsAllowlist,
|
|
@@ -4622,6 +5307,28 @@ export namespace UpdateProjectDataCacheOptionsAllowlist$ {
|
|
|
4622
5307
|
export type Outbound = UpdateProjectDataCacheOptionsAllowlist$Outbound;
|
|
4623
5308
|
}
|
|
4624
5309
|
|
|
5310
|
+
export function updateProjectDataCacheOptionsAllowlistToJSON(
|
|
5311
|
+
updateProjectDataCacheOptionsAllowlist:
|
|
5312
|
+
UpdateProjectDataCacheOptionsAllowlist,
|
|
5313
|
+
): string {
|
|
5314
|
+
return JSON.stringify(
|
|
5315
|
+
UpdateProjectDataCacheOptionsAllowlist$outboundSchema.parse(
|
|
5316
|
+
updateProjectDataCacheOptionsAllowlist,
|
|
5317
|
+
),
|
|
5318
|
+
);
|
|
5319
|
+
}
|
|
5320
|
+
|
|
5321
|
+
export function updateProjectDataCacheOptionsAllowlistFromJSON(
|
|
5322
|
+
jsonString: string,
|
|
5323
|
+
): SafeParseResult<UpdateProjectDataCacheOptionsAllowlist, SDKValidationError> {
|
|
5324
|
+
return safeParse(
|
|
5325
|
+
jsonString,
|
|
5326
|
+
(x) =>
|
|
5327
|
+
UpdateProjectDataCacheOptionsAllowlist$inboundSchema.parse(JSON.parse(x)),
|
|
5328
|
+
`Failed to parse 'UpdateProjectDataCacheOptionsAllowlist' from JSON`,
|
|
5329
|
+
);
|
|
5330
|
+
}
|
|
5331
|
+
|
|
4625
5332
|
/** @internal */
|
|
4626
5333
|
export const UpdateProjectDataCachePasswordProtection$inboundSchema: z.ZodType<
|
|
4627
5334
|
UpdateProjectDataCachePasswordProtection,
|
|
@@ -4654,6 +5361,33 @@ export namespace UpdateProjectDataCachePasswordProtection$ {
|
|
|
4654
5361
|
export type Outbound = UpdateProjectDataCachePasswordProtection$Outbound;
|
|
4655
5362
|
}
|
|
4656
5363
|
|
|
5364
|
+
export function updateProjectDataCachePasswordProtectionToJSON(
|
|
5365
|
+
updateProjectDataCachePasswordProtection:
|
|
5366
|
+
UpdateProjectDataCachePasswordProtection,
|
|
5367
|
+
): string {
|
|
5368
|
+
return JSON.stringify(
|
|
5369
|
+
UpdateProjectDataCachePasswordProtection$outboundSchema.parse(
|
|
5370
|
+
updateProjectDataCachePasswordProtection,
|
|
5371
|
+
),
|
|
5372
|
+
);
|
|
5373
|
+
}
|
|
5374
|
+
|
|
5375
|
+
export function updateProjectDataCachePasswordProtectionFromJSON(
|
|
5376
|
+
jsonString: string,
|
|
5377
|
+
): SafeParseResult<
|
|
5378
|
+
UpdateProjectDataCachePasswordProtection,
|
|
5379
|
+
SDKValidationError
|
|
5380
|
+
> {
|
|
5381
|
+
return safeParse(
|
|
5382
|
+
jsonString,
|
|
5383
|
+
(x) =>
|
|
5384
|
+
UpdateProjectDataCachePasswordProtection$inboundSchema.parse(
|
|
5385
|
+
JSON.parse(x),
|
|
5386
|
+
),
|
|
5387
|
+
`Failed to parse 'UpdateProjectDataCachePasswordProtection' from JSON`,
|
|
5388
|
+
);
|
|
5389
|
+
}
|
|
5390
|
+
|
|
4657
5391
|
/** @internal */
|
|
4658
5392
|
export const FunctionDefaultMemoryType$inboundSchema: z.ZodNativeEnum<
|
|
4659
5393
|
typeof FunctionDefaultMemoryType
|
|
@@ -4721,6 +5455,20 @@ export namespace ResourceConfig$ {
|
|
|
4721
5455
|
export type Outbound = ResourceConfig$Outbound;
|
|
4722
5456
|
}
|
|
4723
5457
|
|
|
5458
|
+
export function resourceConfigToJSON(resourceConfig: ResourceConfig): string {
|
|
5459
|
+
return JSON.stringify(ResourceConfig$outboundSchema.parse(resourceConfig));
|
|
5460
|
+
}
|
|
5461
|
+
|
|
5462
|
+
export function resourceConfigFromJSON(
|
|
5463
|
+
jsonString: string,
|
|
5464
|
+
): SafeParseResult<ResourceConfig, SDKValidationError> {
|
|
5465
|
+
return safeParse(
|
|
5466
|
+
jsonString,
|
|
5467
|
+
(x) => ResourceConfig$inboundSchema.parse(JSON.parse(x)),
|
|
5468
|
+
`Failed to parse 'ResourceConfig' from JSON`,
|
|
5469
|
+
);
|
|
5470
|
+
}
|
|
5471
|
+
|
|
4724
5472
|
/** @internal */
|
|
4725
5473
|
export const UpdateProjectDataCacheDeploymentType$inboundSchema:
|
|
4726
5474
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheDeploymentType> = z.nativeEnum(
|
|
@@ -4783,6 +5531,27 @@ export namespace UpdateProjectDataCacheSsoProtection$ {
|
|
|
4783
5531
|
export type Outbound = UpdateProjectDataCacheSsoProtection$Outbound;
|
|
4784
5532
|
}
|
|
4785
5533
|
|
|
5534
|
+
export function updateProjectDataCacheSsoProtectionToJSON(
|
|
5535
|
+
updateProjectDataCacheSsoProtection: UpdateProjectDataCacheSsoProtection,
|
|
5536
|
+
): string {
|
|
5537
|
+
return JSON.stringify(
|
|
5538
|
+
UpdateProjectDataCacheSsoProtection$outboundSchema.parse(
|
|
5539
|
+
updateProjectDataCacheSsoProtection,
|
|
5540
|
+
),
|
|
5541
|
+
);
|
|
5542
|
+
}
|
|
5543
|
+
|
|
5544
|
+
export function updateProjectDataCacheSsoProtectionFromJSON(
|
|
5545
|
+
jsonString: string,
|
|
5546
|
+
): SafeParseResult<UpdateProjectDataCacheSsoProtection, SDKValidationError> {
|
|
5547
|
+
return safeParse(
|
|
5548
|
+
jsonString,
|
|
5549
|
+
(x) =>
|
|
5550
|
+
UpdateProjectDataCacheSsoProtection$inboundSchema.parse(JSON.parse(x)),
|
|
5551
|
+
`Failed to parse 'UpdateProjectDataCacheSsoProtection' from JSON`,
|
|
5552
|
+
);
|
|
5553
|
+
}
|
|
5554
|
+
|
|
4786
5555
|
/** @internal */
|
|
4787
5556
|
export const UpdateProjectDataCacheAliasAssigned$inboundSchema: z.ZodType<
|
|
4788
5557
|
UpdateProjectDataCacheAliasAssigned,
|
|
@@ -4815,6 +5584,27 @@ export namespace UpdateProjectDataCacheAliasAssigned$ {
|
|
|
4815
5584
|
export type Outbound = UpdateProjectDataCacheAliasAssigned$Outbound;
|
|
4816
5585
|
}
|
|
4817
5586
|
|
|
5587
|
+
export function updateProjectDataCacheAliasAssignedToJSON(
|
|
5588
|
+
updateProjectDataCacheAliasAssigned: UpdateProjectDataCacheAliasAssigned,
|
|
5589
|
+
): string {
|
|
5590
|
+
return JSON.stringify(
|
|
5591
|
+
UpdateProjectDataCacheAliasAssigned$outboundSchema.parse(
|
|
5592
|
+
updateProjectDataCacheAliasAssigned,
|
|
5593
|
+
),
|
|
5594
|
+
);
|
|
5595
|
+
}
|
|
5596
|
+
|
|
5597
|
+
export function updateProjectDataCacheAliasAssignedFromJSON(
|
|
5598
|
+
jsonString: string,
|
|
5599
|
+
): SafeParseResult<UpdateProjectDataCacheAliasAssigned, SDKValidationError> {
|
|
5600
|
+
return safeParse(
|
|
5601
|
+
jsonString,
|
|
5602
|
+
(x) =>
|
|
5603
|
+
UpdateProjectDataCacheAliasAssigned$inboundSchema.parse(JSON.parse(x)),
|
|
5604
|
+
`Failed to parse 'UpdateProjectDataCacheAliasAssigned' from JSON`,
|
|
5605
|
+
);
|
|
5606
|
+
}
|
|
5607
|
+
|
|
4818
5608
|
/** @internal */
|
|
4819
5609
|
export const UpdateProjectDataCacheAliasError$inboundSchema: z.ZodType<
|
|
4820
5610
|
UpdateProjectDataCacheAliasError,
|
|
@@ -4854,6 +5644,26 @@ export namespace UpdateProjectDataCacheAliasError$ {
|
|
|
4854
5644
|
export type Outbound = UpdateProjectDataCacheAliasError$Outbound;
|
|
4855
5645
|
}
|
|
4856
5646
|
|
|
5647
|
+
export function updateProjectDataCacheAliasErrorToJSON(
|
|
5648
|
+
updateProjectDataCacheAliasError: UpdateProjectDataCacheAliasError,
|
|
5649
|
+
): string {
|
|
5650
|
+
return JSON.stringify(
|
|
5651
|
+
UpdateProjectDataCacheAliasError$outboundSchema.parse(
|
|
5652
|
+
updateProjectDataCacheAliasError,
|
|
5653
|
+
),
|
|
5654
|
+
);
|
|
5655
|
+
}
|
|
5656
|
+
|
|
5657
|
+
export function updateProjectDataCacheAliasErrorFromJSON(
|
|
5658
|
+
jsonString: string,
|
|
5659
|
+
): SafeParseResult<UpdateProjectDataCacheAliasError, SDKValidationError> {
|
|
5660
|
+
return safeParse(
|
|
5661
|
+
jsonString,
|
|
5662
|
+
(x) => UpdateProjectDataCacheAliasError$inboundSchema.parse(JSON.parse(x)),
|
|
5663
|
+
`Failed to parse 'UpdateProjectDataCacheAliasError' from JSON`,
|
|
5664
|
+
);
|
|
5665
|
+
}
|
|
5666
|
+
|
|
4857
5667
|
/** @internal */
|
|
4858
5668
|
export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema:
|
|
4859
5669
|
z.ZodNativeEnum<
|
|
@@ -4925,6 +5735,27 @@ export namespace UpdateProjectDataCacheBranchMatcher$ {
|
|
|
4925
5735
|
export type Outbound = UpdateProjectDataCacheBranchMatcher$Outbound;
|
|
4926
5736
|
}
|
|
4927
5737
|
|
|
5738
|
+
export function updateProjectDataCacheBranchMatcherToJSON(
|
|
5739
|
+
updateProjectDataCacheBranchMatcher: UpdateProjectDataCacheBranchMatcher,
|
|
5740
|
+
): string {
|
|
5741
|
+
return JSON.stringify(
|
|
5742
|
+
UpdateProjectDataCacheBranchMatcher$outboundSchema.parse(
|
|
5743
|
+
updateProjectDataCacheBranchMatcher,
|
|
5744
|
+
),
|
|
5745
|
+
);
|
|
5746
|
+
}
|
|
5747
|
+
|
|
5748
|
+
export function updateProjectDataCacheBranchMatcherFromJSON(
|
|
5749
|
+
jsonString: string,
|
|
5750
|
+
): SafeParseResult<UpdateProjectDataCacheBranchMatcher, SDKValidationError> {
|
|
5751
|
+
return safeParse(
|
|
5752
|
+
jsonString,
|
|
5753
|
+
(x) =>
|
|
5754
|
+
UpdateProjectDataCacheBranchMatcher$inboundSchema.parse(JSON.parse(x)),
|
|
5755
|
+
`Failed to parse 'UpdateProjectDataCacheBranchMatcher' from JSON`,
|
|
5756
|
+
);
|
|
5757
|
+
}
|
|
5758
|
+
|
|
4928
5759
|
/** @internal */
|
|
4929
5760
|
export const UpdateProjectDataCacheBuilds$inboundSchema: z.ZodType<
|
|
4930
5761
|
UpdateProjectDataCacheBuilds,
|
|
@@ -4967,6 +5798,26 @@ export namespace UpdateProjectDataCacheBuilds$ {
|
|
|
4967
5798
|
export type Outbound = UpdateProjectDataCacheBuilds$Outbound;
|
|
4968
5799
|
}
|
|
4969
5800
|
|
|
5801
|
+
export function updateProjectDataCacheBuildsToJSON(
|
|
5802
|
+
updateProjectDataCacheBuilds: UpdateProjectDataCacheBuilds,
|
|
5803
|
+
): string {
|
|
5804
|
+
return JSON.stringify(
|
|
5805
|
+
UpdateProjectDataCacheBuilds$outboundSchema.parse(
|
|
5806
|
+
updateProjectDataCacheBuilds,
|
|
5807
|
+
),
|
|
5808
|
+
);
|
|
5809
|
+
}
|
|
5810
|
+
|
|
5811
|
+
export function updateProjectDataCacheBuildsFromJSON(
|
|
5812
|
+
jsonString: string,
|
|
5813
|
+
): SafeParseResult<UpdateProjectDataCacheBuilds, SDKValidationError> {
|
|
5814
|
+
return safeParse(
|
|
5815
|
+
jsonString,
|
|
5816
|
+
(x) => UpdateProjectDataCacheBuilds$inboundSchema.parse(JSON.parse(x)),
|
|
5817
|
+
`Failed to parse 'UpdateProjectDataCacheBuilds' from JSON`,
|
|
5818
|
+
);
|
|
5819
|
+
}
|
|
5820
|
+
|
|
4970
5821
|
/** @internal */
|
|
4971
5822
|
export const UpdateProjectDataCacheChecksConclusion$inboundSchema:
|
|
4972
5823
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheChecksConclusion> = z.nativeEnum(
|
|
@@ -5061,6 +5912,26 @@ export namespace UpdateProjectDataCacheCreator$ {
|
|
|
5061
5912
|
export type Outbound = UpdateProjectDataCacheCreator$Outbound;
|
|
5062
5913
|
}
|
|
5063
5914
|
|
|
5915
|
+
export function updateProjectDataCacheCreatorToJSON(
|
|
5916
|
+
updateProjectDataCacheCreator: UpdateProjectDataCacheCreator,
|
|
5917
|
+
): string {
|
|
5918
|
+
return JSON.stringify(
|
|
5919
|
+
UpdateProjectDataCacheCreator$outboundSchema.parse(
|
|
5920
|
+
updateProjectDataCacheCreator,
|
|
5921
|
+
),
|
|
5922
|
+
);
|
|
5923
|
+
}
|
|
5924
|
+
|
|
5925
|
+
export function updateProjectDataCacheCreatorFromJSON(
|
|
5926
|
+
jsonString: string,
|
|
5927
|
+
): SafeParseResult<UpdateProjectDataCacheCreator, SDKValidationError> {
|
|
5928
|
+
return safeParse(
|
|
5929
|
+
jsonString,
|
|
5930
|
+
(x) => UpdateProjectDataCacheCreator$inboundSchema.parse(JSON.parse(x)),
|
|
5931
|
+
`Failed to parse 'UpdateProjectDataCacheCreator' from JSON`,
|
|
5932
|
+
);
|
|
5933
|
+
}
|
|
5934
|
+
|
|
5064
5935
|
/** @internal */
|
|
5065
5936
|
export const UpdateProjectDataCacheOidcTokenClaims$inboundSchema: z.ZodType<
|
|
5066
5937
|
UpdateProjectDataCacheOidcTokenClaims,
|
|
@@ -5133,6 +6004,27 @@ export namespace UpdateProjectDataCacheOidcTokenClaims$ {
|
|
|
5133
6004
|
export type Outbound = UpdateProjectDataCacheOidcTokenClaims$Outbound;
|
|
5134
6005
|
}
|
|
5135
6006
|
|
|
6007
|
+
export function updateProjectDataCacheOidcTokenClaimsToJSON(
|
|
6008
|
+
updateProjectDataCacheOidcTokenClaims: UpdateProjectDataCacheOidcTokenClaims,
|
|
6009
|
+
): string {
|
|
6010
|
+
return JSON.stringify(
|
|
6011
|
+
UpdateProjectDataCacheOidcTokenClaims$outboundSchema.parse(
|
|
6012
|
+
updateProjectDataCacheOidcTokenClaims,
|
|
6013
|
+
),
|
|
6014
|
+
);
|
|
6015
|
+
}
|
|
6016
|
+
|
|
6017
|
+
export function updateProjectDataCacheOidcTokenClaimsFromJSON(
|
|
6018
|
+
jsonString: string,
|
|
6019
|
+
): SafeParseResult<UpdateProjectDataCacheOidcTokenClaims, SDKValidationError> {
|
|
6020
|
+
return safeParse(
|
|
6021
|
+
jsonString,
|
|
6022
|
+
(x) =>
|
|
6023
|
+
UpdateProjectDataCacheOidcTokenClaims$inboundSchema.parse(JSON.parse(x)),
|
|
6024
|
+
`Failed to parse 'UpdateProjectDataCacheOidcTokenClaims' from JSON`,
|
|
6025
|
+
);
|
|
6026
|
+
}
|
|
6027
|
+
|
|
5136
6028
|
/** @internal */
|
|
5137
6029
|
export const UpdateProjectDataCachePlan$inboundSchema: z.ZodNativeEnum<
|
|
5138
6030
|
typeof UpdateProjectDataCachePlan
|
|
@@ -5378,6 +6270,20 @@ export namespace Targets$ {
|
|
|
5378
6270
|
export type Outbound = Targets$Outbound;
|
|
5379
6271
|
}
|
|
5380
6272
|
|
|
6273
|
+
export function targetsToJSON(targets: Targets): string {
|
|
6274
|
+
return JSON.stringify(Targets$outboundSchema.parse(targets));
|
|
6275
|
+
}
|
|
6276
|
+
|
|
6277
|
+
export function targetsFromJSON(
|
|
6278
|
+
jsonString: string,
|
|
6279
|
+
): SafeParseResult<Targets, SDKValidationError> {
|
|
6280
|
+
return safeParse(
|
|
6281
|
+
jsonString,
|
|
6282
|
+
(x) => Targets$inboundSchema.parse(JSON.parse(x)),
|
|
6283
|
+
`Failed to parse 'Targets' from JSON`,
|
|
6284
|
+
);
|
|
6285
|
+
}
|
|
6286
|
+
|
|
5381
6287
|
/** @internal */
|
|
5382
6288
|
export const Permissions$inboundSchema: z.ZodType<
|
|
5383
6289
|
Permissions,
|
|
@@ -5457,6 +6363,7 @@ export const Permissions$inboundSchema: z.ZodType<
|
|
|
5457
6363
|
notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
|
|
5458
6364
|
notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
|
|
5459
6365
|
oauth2Connection: z.array(ACLAction$inboundSchema).optional(),
|
|
6366
|
+
observabilityConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
5460
6367
|
openTelemetryEndpoint: z.array(ACLAction$inboundSchema).optional(),
|
|
5461
6368
|
paymentMethod: z.array(ACLAction$inboundSchema).optional(),
|
|
5462
6369
|
permissions: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -5490,6 +6397,7 @@ export const Permissions$inboundSchema: z.ZodType<
|
|
|
5490
6397
|
teamInvite: z.array(ACLAction$inboundSchema).optional(),
|
|
5491
6398
|
teamInviteCode: z.array(ACLAction$inboundSchema).optional(),
|
|
5492
6399
|
teamJoin: z.array(ACLAction$inboundSchema).optional(),
|
|
6400
|
+
teamMicrofrontends: z.array(ACLAction$inboundSchema).optional(),
|
|
5493
6401
|
teamOwnMembership: z.array(ACLAction$inboundSchema).optional(),
|
|
5494
6402
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$inboundSchema).optional(),
|
|
5495
6403
|
token: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -5520,6 +6428,7 @@ export const Permissions$inboundSchema: z.ZodType<
|
|
|
5520
6428
|
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
|
|
5521
6429
|
.optional(),
|
|
5522
6430
|
deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
|
|
6431
|
+
deploymentV0: z.array(ACLAction$inboundSchema).optional(),
|
|
5523
6432
|
deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
5524
6433
|
deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
|
|
5525
6434
|
deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -5530,7 +6439,9 @@ export const Permissions$inboundSchema: z.ZodType<
|
|
|
5530
6439
|
passwordProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
5531
6440
|
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
5532
6441
|
job: z.array(ACLAction$inboundSchema).optional(),
|
|
6442
|
+
observabilityData: z.array(ACLAction$inboundSchema).optional(),
|
|
5533
6443
|
project: z.array(ACLAction$inboundSchema).optional(),
|
|
6444
|
+
projectFromV0: z.array(ACLAction$inboundSchema).optional(),
|
|
5534
6445
|
projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
5535
6446
|
projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
5536
6447
|
projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -5646,6 +6557,7 @@ export type Permissions$Outbound = {
|
|
|
5646
6557
|
notificationCustomerBudget?: Array<string> | undefined;
|
|
5647
6558
|
notificationStatementOfReasons?: Array<string> | undefined;
|
|
5648
6559
|
oauth2Connection?: Array<string> | undefined;
|
|
6560
|
+
observabilityConfiguration?: Array<string> | undefined;
|
|
5649
6561
|
openTelemetryEndpoint?: Array<string> | undefined;
|
|
5650
6562
|
paymentMethod?: Array<string> | undefined;
|
|
5651
6563
|
permissions?: Array<string> | undefined;
|
|
@@ -5679,6 +6591,7 @@ export type Permissions$Outbound = {
|
|
|
5679
6591
|
teamInvite?: Array<string> | undefined;
|
|
5680
6592
|
teamInviteCode?: Array<string> | undefined;
|
|
5681
6593
|
teamJoin?: Array<string> | undefined;
|
|
6594
|
+
teamMicrofrontends?: Array<string> | undefined;
|
|
5682
6595
|
teamOwnMembership?: Array<string> | undefined;
|
|
5683
6596
|
teamOwnMembershipDisconnectSAML?: Array<string> | undefined;
|
|
5684
6597
|
token?: Array<string> | undefined;
|
|
@@ -5708,6 +6621,7 @@ export type Permissions$Outbound = {
|
|
|
5708
6621
|
deploymentCheckPreview?: Array<string> | undefined;
|
|
5709
6622
|
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
5710
6623
|
deploymentProductionGit?: Array<string> | undefined;
|
|
6624
|
+
deploymentV0?: Array<string> | undefined;
|
|
5711
6625
|
deploymentPreview?: Array<string> | undefined;
|
|
5712
6626
|
deploymentPrivate?: Array<string> | undefined;
|
|
5713
6627
|
deploymentPromote?: Array<string> | undefined;
|
|
@@ -5718,7 +6632,9 @@ export type Permissions$Outbound = {
|
|
|
5718
6632
|
passwordProtection?: Array<string> | undefined;
|
|
5719
6633
|
optionsAllowlist?: Array<string> | undefined;
|
|
5720
6634
|
job?: Array<string> | undefined;
|
|
6635
|
+
observabilityData?: Array<string> | undefined;
|
|
5721
6636
|
project?: Array<string> | undefined;
|
|
6637
|
+
projectFromV0?: Array<string> | undefined;
|
|
5722
6638
|
projectAccessGroup?: Array<string> | undefined;
|
|
5723
6639
|
projectAnalyticsSampling?: Array<string> | undefined;
|
|
5724
6640
|
projectDeploymentHook?: Array<string> | undefined;
|
|
@@ -5835,6 +6751,7 @@ export const Permissions$outboundSchema: z.ZodType<
|
|
|
5835
6751
|
notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
|
|
5836
6752
|
notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
|
|
5837
6753
|
oauth2Connection: z.array(ACLAction$outboundSchema).optional(),
|
|
6754
|
+
observabilityConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
5838
6755
|
openTelemetryEndpoint: z.array(ACLAction$outboundSchema).optional(),
|
|
5839
6756
|
paymentMethod: z.array(ACLAction$outboundSchema).optional(),
|
|
5840
6757
|
permissions: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -5868,6 +6785,7 @@ export const Permissions$outboundSchema: z.ZodType<
|
|
|
5868
6785
|
teamInvite: z.array(ACLAction$outboundSchema).optional(),
|
|
5869
6786
|
teamInviteCode: z.array(ACLAction$outboundSchema).optional(),
|
|
5870
6787
|
teamJoin: z.array(ACLAction$outboundSchema).optional(),
|
|
6788
|
+
teamMicrofrontends: z.array(ACLAction$outboundSchema).optional(),
|
|
5871
6789
|
teamOwnMembership: z.array(ACLAction$outboundSchema).optional(),
|
|
5872
6790
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$outboundSchema).optional(),
|
|
5873
6791
|
token: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -5898,6 +6816,7 @@ export const Permissions$outboundSchema: z.ZodType<
|
|
|
5898
6816
|
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
|
|
5899
6817
|
.optional(),
|
|
5900
6818
|
deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
|
|
6819
|
+
deploymentV0: z.array(ACLAction$outboundSchema).optional(),
|
|
5901
6820
|
deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
5902
6821
|
deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
|
|
5903
6822
|
deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -5908,7 +6827,9 @@ export const Permissions$outboundSchema: z.ZodType<
|
|
|
5908
6827
|
passwordProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
5909
6828
|
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
5910
6829
|
job: z.array(ACLAction$outboundSchema).optional(),
|
|
6830
|
+
observabilityData: z.array(ACLAction$outboundSchema).optional(),
|
|
5911
6831
|
project: z.array(ACLAction$outboundSchema).optional(),
|
|
6832
|
+
projectFromV0: z.array(ACLAction$outboundSchema).optional(),
|
|
5912
6833
|
projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
5913
6834
|
projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
5914
6835
|
projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -5964,6 +6885,20 @@ export namespace Permissions$ {
|
|
|
5964
6885
|
export type Outbound = Permissions$Outbound;
|
|
5965
6886
|
}
|
|
5966
6887
|
|
|
6888
|
+
export function permissionsToJSON(permissions: Permissions): string {
|
|
6889
|
+
return JSON.stringify(Permissions$outboundSchema.parse(permissions));
|
|
6890
|
+
}
|
|
6891
|
+
|
|
6892
|
+
export function permissionsFromJSON(
|
|
6893
|
+
jsonString: string,
|
|
6894
|
+
): SafeParseResult<Permissions, SDKValidationError> {
|
|
6895
|
+
return safeParse(
|
|
6896
|
+
jsonString,
|
|
6897
|
+
(x) => Permissions$inboundSchema.parse(JSON.parse(x)),
|
|
6898
|
+
`Failed to parse 'Permissions' from JSON`,
|
|
6899
|
+
);
|
|
6900
|
+
}
|
|
6901
|
+
|
|
5967
6902
|
/** @internal */
|
|
5968
6903
|
export const LastRollbackTarget$inboundSchema: z.ZodType<
|
|
5969
6904
|
LastRollbackTarget,
|
|
@@ -5994,6 +6929,24 @@ export namespace LastRollbackTarget$ {
|
|
|
5994
6929
|
export type Outbound = LastRollbackTarget$Outbound;
|
|
5995
6930
|
}
|
|
5996
6931
|
|
|
6932
|
+
export function lastRollbackTargetToJSON(
|
|
6933
|
+
lastRollbackTarget: LastRollbackTarget,
|
|
6934
|
+
): string {
|
|
6935
|
+
return JSON.stringify(
|
|
6936
|
+
LastRollbackTarget$outboundSchema.parse(lastRollbackTarget),
|
|
6937
|
+
);
|
|
6938
|
+
}
|
|
6939
|
+
|
|
6940
|
+
export function lastRollbackTargetFromJSON(
|
|
6941
|
+
jsonString: string,
|
|
6942
|
+
): SafeParseResult<LastRollbackTarget, SDKValidationError> {
|
|
6943
|
+
return safeParse(
|
|
6944
|
+
jsonString,
|
|
6945
|
+
(x) => LastRollbackTarget$inboundSchema.parse(JSON.parse(x)),
|
|
6946
|
+
`Failed to parse 'LastRollbackTarget' from JSON`,
|
|
6947
|
+
);
|
|
6948
|
+
}
|
|
6949
|
+
|
|
5997
6950
|
/** @internal */
|
|
5998
6951
|
export const JobStatus$inboundSchema: z.ZodNativeEnum<typeof JobStatus> = z
|
|
5999
6952
|
.nativeEnum(JobStatus);
|
|
@@ -6084,6 +7037,24 @@ export namespace LastAliasRequest$ {
|
|
|
6084
7037
|
export type Outbound = LastAliasRequest$Outbound;
|
|
6085
7038
|
}
|
|
6086
7039
|
|
|
7040
|
+
export function lastAliasRequestToJSON(
|
|
7041
|
+
lastAliasRequest: LastAliasRequest,
|
|
7042
|
+
): string {
|
|
7043
|
+
return JSON.stringify(
|
|
7044
|
+
LastAliasRequest$outboundSchema.parse(lastAliasRequest),
|
|
7045
|
+
);
|
|
7046
|
+
}
|
|
7047
|
+
|
|
7048
|
+
export function lastAliasRequestFromJSON(
|
|
7049
|
+
jsonString: string,
|
|
7050
|
+
): SafeParseResult<LastAliasRequest, SDKValidationError> {
|
|
7051
|
+
return safeParse(
|
|
7052
|
+
jsonString,
|
|
7053
|
+
(x) => LastAliasRequest$inboundSchema.parse(JSON.parse(x)),
|
|
7054
|
+
`Failed to parse 'LastAliasRequest' from JSON`,
|
|
7055
|
+
);
|
|
7056
|
+
}
|
|
7057
|
+
|
|
6087
7058
|
/** @internal */
|
|
6088
7059
|
export const Scope$inboundSchema: z.ZodNativeEnum<typeof Scope> = z.nativeEnum(
|
|
6089
7060
|
Scope,
|
|
@@ -6146,6 +7117,24 @@ export namespace ProtectionBypass$ {
|
|
|
6146
7117
|
export type Outbound = ProtectionBypass$Outbound;
|
|
6147
7118
|
}
|
|
6148
7119
|
|
|
7120
|
+
export function protectionBypassToJSON(
|
|
7121
|
+
protectionBypass: ProtectionBypass,
|
|
7122
|
+
): string {
|
|
7123
|
+
return JSON.stringify(
|
|
7124
|
+
ProtectionBypass$outboundSchema.parse(protectionBypass),
|
|
7125
|
+
);
|
|
7126
|
+
}
|
|
7127
|
+
|
|
7128
|
+
export function protectionBypassFromJSON(
|
|
7129
|
+
jsonString: string,
|
|
7130
|
+
): SafeParseResult<ProtectionBypass, SDKValidationError> {
|
|
7131
|
+
return safeParse(
|
|
7132
|
+
jsonString,
|
|
7133
|
+
(x) => ProtectionBypass$inboundSchema.parse(JSON.parse(x)),
|
|
7134
|
+
`Failed to parse 'ProtectionBypass' from JSON`,
|
|
7135
|
+
);
|
|
7136
|
+
}
|
|
7137
|
+
|
|
6149
7138
|
/** @internal */
|
|
6150
7139
|
export const UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema:
|
|
6151
7140
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsDeploymentType> = z
|
|
@@ -6205,6 +7194,20 @@ export namespace TrustedIps2$ {
|
|
|
6205
7194
|
export type Outbound = TrustedIps2$Outbound;
|
|
6206
7195
|
}
|
|
6207
7196
|
|
|
7197
|
+
export function trustedIps2ToJSON(trustedIps2: TrustedIps2): string {
|
|
7198
|
+
return JSON.stringify(TrustedIps2$outboundSchema.parse(trustedIps2));
|
|
7199
|
+
}
|
|
7200
|
+
|
|
7201
|
+
export function trustedIps2FromJSON(
|
|
7202
|
+
jsonString: string,
|
|
7203
|
+
): SafeParseResult<TrustedIps2, SDKValidationError> {
|
|
7204
|
+
return safeParse(
|
|
7205
|
+
jsonString,
|
|
7206
|
+
(x) => TrustedIps2$inboundSchema.parse(JSON.parse(x)),
|
|
7207
|
+
`Failed to parse 'TrustedIps2' from JSON`,
|
|
7208
|
+
);
|
|
7209
|
+
}
|
|
7210
|
+
|
|
6208
7211
|
/** @internal */
|
|
6209
7212
|
export const TrustedIpsDeploymentType$inboundSchema: z.ZodNativeEnum<
|
|
6210
7213
|
typeof TrustedIpsDeploymentType
|
|
@@ -6268,6 +7271,33 @@ export namespace UpdateProjectDataCacheTrustedIpsAddresses$ {
|
|
|
6268
7271
|
export type Outbound = UpdateProjectDataCacheTrustedIpsAddresses$Outbound;
|
|
6269
7272
|
}
|
|
6270
7273
|
|
|
7274
|
+
export function updateProjectDataCacheTrustedIpsAddressesToJSON(
|
|
7275
|
+
updateProjectDataCacheTrustedIpsAddresses:
|
|
7276
|
+
UpdateProjectDataCacheTrustedIpsAddresses,
|
|
7277
|
+
): string {
|
|
7278
|
+
return JSON.stringify(
|
|
7279
|
+
UpdateProjectDataCacheTrustedIpsAddresses$outboundSchema.parse(
|
|
7280
|
+
updateProjectDataCacheTrustedIpsAddresses,
|
|
7281
|
+
),
|
|
7282
|
+
);
|
|
7283
|
+
}
|
|
7284
|
+
|
|
7285
|
+
export function updateProjectDataCacheTrustedIpsAddressesFromJSON(
|
|
7286
|
+
jsonString: string,
|
|
7287
|
+
): SafeParseResult<
|
|
7288
|
+
UpdateProjectDataCacheTrustedIpsAddresses,
|
|
7289
|
+
SDKValidationError
|
|
7290
|
+
> {
|
|
7291
|
+
return safeParse(
|
|
7292
|
+
jsonString,
|
|
7293
|
+
(x) =>
|
|
7294
|
+
UpdateProjectDataCacheTrustedIpsAddresses$inboundSchema.parse(
|
|
7295
|
+
JSON.parse(x),
|
|
7296
|
+
),
|
|
7297
|
+
`Failed to parse 'UpdateProjectDataCacheTrustedIpsAddresses' from JSON`,
|
|
7298
|
+
);
|
|
7299
|
+
}
|
|
7300
|
+
|
|
6271
7301
|
/** @internal */
|
|
6272
7302
|
export const UpdateProjectDataCacheTrustedIpsProtectionMode$inboundSchema:
|
|
6273
7303
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsProtectionMode> = z
|
|
@@ -6337,6 +7367,20 @@ export namespace TrustedIps1$ {
|
|
|
6337
7367
|
export type Outbound = TrustedIps1$Outbound;
|
|
6338
7368
|
}
|
|
6339
7369
|
|
|
7370
|
+
export function trustedIps1ToJSON(trustedIps1: TrustedIps1): string {
|
|
7371
|
+
return JSON.stringify(TrustedIps1$outboundSchema.parse(trustedIps1));
|
|
7372
|
+
}
|
|
7373
|
+
|
|
7374
|
+
export function trustedIps1FromJSON(
|
|
7375
|
+
jsonString: string,
|
|
7376
|
+
): SafeParseResult<TrustedIps1, SDKValidationError> {
|
|
7377
|
+
return safeParse(
|
|
7378
|
+
jsonString,
|
|
7379
|
+
(x) => TrustedIps1$inboundSchema.parse(JSON.parse(x)),
|
|
7380
|
+
`Failed to parse 'TrustedIps1' from JSON`,
|
|
7381
|
+
);
|
|
7382
|
+
}
|
|
7383
|
+
|
|
6340
7384
|
/** @internal */
|
|
6341
7385
|
export const UpdateProjectDataCacheTrustedIps$inboundSchema: z.ZodType<
|
|
6342
7386
|
UpdateProjectDataCacheTrustedIps,
|
|
@@ -6375,6 +7419,26 @@ export namespace UpdateProjectDataCacheTrustedIps$ {
|
|
|
6375
7419
|
export type Outbound = UpdateProjectDataCacheTrustedIps$Outbound;
|
|
6376
7420
|
}
|
|
6377
7421
|
|
|
7422
|
+
export function updateProjectDataCacheTrustedIpsToJSON(
|
|
7423
|
+
updateProjectDataCacheTrustedIps: UpdateProjectDataCacheTrustedIps,
|
|
7424
|
+
): string {
|
|
7425
|
+
return JSON.stringify(
|
|
7426
|
+
UpdateProjectDataCacheTrustedIps$outboundSchema.parse(
|
|
7427
|
+
updateProjectDataCacheTrustedIps,
|
|
7428
|
+
),
|
|
7429
|
+
);
|
|
7430
|
+
}
|
|
7431
|
+
|
|
7432
|
+
export function updateProjectDataCacheTrustedIpsFromJSON(
|
|
7433
|
+
jsonString: string,
|
|
7434
|
+
): SafeParseResult<UpdateProjectDataCacheTrustedIps, SDKValidationError> {
|
|
7435
|
+
return safeParse(
|
|
7436
|
+
jsonString,
|
|
7437
|
+
(x) => UpdateProjectDataCacheTrustedIps$inboundSchema.parse(JSON.parse(x)),
|
|
7438
|
+
`Failed to parse 'UpdateProjectDataCacheTrustedIps' from JSON`,
|
|
7439
|
+
);
|
|
7440
|
+
}
|
|
7441
|
+
|
|
6378
7442
|
/** @internal */
|
|
6379
7443
|
export const GitComments$inboundSchema: z.ZodType<
|
|
6380
7444
|
GitComments,
|
|
@@ -6414,6 +7478,20 @@ export namespace GitComments$ {
|
|
|
6414
7478
|
export type Outbound = GitComments$Outbound;
|
|
6415
7479
|
}
|
|
6416
7480
|
|
|
7481
|
+
export function gitCommentsToJSON(gitComments: GitComments): string {
|
|
7482
|
+
return JSON.stringify(GitComments$outboundSchema.parse(gitComments));
|
|
7483
|
+
}
|
|
7484
|
+
|
|
7485
|
+
export function gitCommentsFromJSON(
|
|
7486
|
+
jsonString: string,
|
|
7487
|
+
): SafeParseResult<GitComments, SDKValidationError> {
|
|
7488
|
+
return safeParse(
|
|
7489
|
+
jsonString,
|
|
7490
|
+
(x) => GitComments$inboundSchema.parse(JSON.parse(x)),
|
|
7491
|
+
`Failed to parse 'GitComments' from JSON`,
|
|
7492
|
+
);
|
|
7493
|
+
}
|
|
7494
|
+
|
|
6417
7495
|
/** @internal */
|
|
6418
7496
|
export const WebAnalytics$inboundSchema: z.ZodType<
|
|
6419
7497
|
WebAnalytics,
|
|
@@ -6462,6 +7540,20 @@ export namespace WebAnalytics$ {
|
|
|
6462
7540
|
export type Outbound = WebAnalytics$Outbound;
|
|
6463
7541
|
}
|
|
6464
7542
|
|
|
7543
|
+
export function webAnalyticsToJSON(webAnalytics: WebAnalytics): string {
|
|
7544
|
+
return JSON.stringify(WebAnalytics$outboundSchema.parse(webAnalytics));
|
|
7545
|
+
}
|
|
7546
|
+
|
|
7547
|
+
export function webAnalyticsFromJSON(
|
|
7548
|
+
jsonString: string,
|
|
7549
|
+
): SafeParseResult<WebAnalytics, SDKValidationError> {
|
|
7550
|
+
return safeParse(
|
|
7551
|
+
jsonString,
|
|
7552
|
+
(x) => WebAnalytics$inboundSchema.parse(JSON.parse(x)),
|
|
7553
|
+
`Failed to parse 'WebAnalytics' from JSON`,
|
|
7554
|
+
);
|
|
7555
|
+
}
|
|
7556
|
+
|
|
6465
7557
|
/** @internal */
|
|
6466
7558
|
export const Src2$inboundSchema: z.ZodType<Src2, z.ZodTypeDef, unknown> = z
|
|
6467
7559
|
.object({
|
|
@@ -6522,6 +7614,20 @@ export namespace Src2$ {
|
|
|
6522
7614
|
export type Outbound = Src2$Outbound;
|
|
6523
7615
|
}
|
|
6524
7616
|
|
|
7617
|
+
export function src2ToJSON(src2: Src2): string {
|
|
7618
|
+
return JSON.stringify(Src2$outboundSchema.parse(src2));
|
|
7619
|
+
}
|
|
7620
|
+
|
|
7621
|
+
export function src2FromJSON(
|
|
7622
|
+
jsonString: string,
|
|
7623
|
+
): SafeParseResult<Src2, SDKValidationError> {
|
|
7624
|
+
return safeParse(
|
|
7625
|
+
jsonString,
|
|
7626
|
+
(x) => Src2$inboundSchema.parse(JSON.parse(x)),
|
|
7627
|
+
`Failed to parse 'Src2' from JSON`,
|
|
7628
|
+
);
|
|
7629
|
+
}
|
|
7630
|
+
|
|
6525
7631
|
/** @internal */
|
|
6526
7632
|
export const Src$inboundSchema: z.ZodType<Src, z.ZodTypeDef, unknown> = z.union(
|
|
6527
7633
|
[z.lazy(() => Src2$inboundSchema), z.string()],
|
|
@@ -6547,6 +7653,20 @@ export namespace Src$ {
|
|
|
6547
7653
|
export type Outbound = Src$Outbound;
|
|
6548
7654
|
}
|
|
6549
7655
|
|
|
7656
|
+
export function srcToJSON(src: Src): string {
|
|
7657
|
+
return JSON.stringify(Src$outboundSchema.parse(src));
|
|
7658
|
+
}
|
|
7659
|
+
|
|
7660
|
+
export function srcFromJSON(
|
|
7661
|
+
jsonString: string,
|
|
7662
|
+
): SafeParseResult<Src, SDKValidationError> {
|
|
7663
|
+
return safeParse(
|
|
7664
|
+
jsonString,
|
|
7665
|
+
(x) => Src$inboundSchema.parse(JSON.parse(x)),
|
|
7666
|
+
`Failed to parse 'Src' from JSON`,
|
|
7667
|
+
);
|
|
7668
|
+
}
|
|
7669
|
+
|
|
6550
7670
|
/** @internal */
|
|
6551
7671
|
export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema:
|
|
6552
7672
|
z.ZodNativeEnum<
|
|
@@ -6643,6 +7763,27 @@ export namespace UpdateProjectDataCacheValueProjects2$ {
|
|
|
6643
7763
|
export type Outbound = UpdateProjectDataCacheValueProjects2$Outbound;
|
|
6644
7764
|
}
|
|
6645
7765
|
|
|
7766
|
+
export function updateProjectDataCacheValueProjects2ToJSON(
|
|
7767
|
+
updateProjectDataCacheValueProjects2: UpdateProjectDataCacheValueProjects2,
|
|
7768
|
+
): string {
|
|
7769
|
+
return JSON.stringify(
|
|
7770
|
+
UpdateProjectDataCacheValueProjects2$outboundSchema.parse(
|
|
7771
|
+
updateProjectDataCacheValueProjects2,
|
|
7772
|
+
),
|
|
7773
|
+
);
|
|
7774
|
+
}
|
|
7775
|
+
|
|
7776
|
+
export function updateProjectDataCacheValueProjects2FromJSON(
|
|
7777
|
+
jsonString: string,
|
|
7778
|
+
): SafeParseResult<UpdateProjectDataCacheValueProjects2, SDKValidationError> {
|
|
7779
|
+
return safeParse(
|
|
7780
|
+
jsonString,
|
|
7781
|
+
(x) =>
|
|
7782
|
+
UpdateProjectDataCacheValueProjects2$inboundSchema.parse(JSON.parse(x)),
|
|
7783
|
+
`Failed to parse 'UpdateProjectDataCacheValueProjects2' from JSON`,
|
|
7784
|
+
);
|
|
7785
|
+
}
|
|
7786
|
+
|
|
6646
7787
|
/** @internal */
|
|
6647
7788
|
export const UpdateProjectDataCacheProjectsValue$inboundSchema: z.ZodType<
|
|
6648
7789
|
UpdateProjectDataCacheProjectsValue,
|
|
@@ -6683,6 +7824,27 @@ export namespace UpdateProjectDataCacheProjectsValue$ {
|
|
|
6683
7824
|
export type Outbound = UpdateProjectDataCacheProjectsValue$Outbound;
|
|
6684
7825
|
}
|
|
6685
7826
|
|
|
7827
|
+
export function updateProjectDataCacheProjectsValueToJSON(
|
|
7828
|
+
updateProjectDataCacheProjectsValue: UpdateProjectDataCacheProjectsValue,
|
|
7829
|
+
): string {
|
|
7830
|
+
return JSON.stringify(
|
|
7831
|
+
UpdateProjectDataCacheProjectsValue$outboundSchema.parse(
|
|
7832
|
+
updateProjectDataCacheProjectsValue,
|
|
7833
|
+
),
|
|
7834
|
+
);
|
|
7835
|
+
}
|
|
7836
|
+
|
|
7837
|
+
export function updateProjectDataCacheProjectsValueFromJSON(
|
|
7838
|
+
jsonString: string,
|
|
7839
|
+
): SafeParseResult<UpdateProjectDataCacheProjectsValue, SDKValidationError> {
|
|
7840
|
+
return safeParse(
|
|
7841
|
+
jsonString,
|
|
7842
|
+
(x) =>
|
|
7843
|
+
UpdateProjectDataCacheProjectsValue$inboundSchema.parse(JSON.parse(x)),
|
|
7844
|
+
`Failed to parse 'UpdateProjectDataCacheProjectsValue' from JSON`,
|
|
7845
|
+
);
|
|
7846
|
+
}
|
|
7847
|
+
|
|
6686
7848
|
/** @internal */
|
|
6687
7849
|
export const Has$inboundSchema: z.ZodType<Has, z.ZodTypeDef, unknown> = z
|
|
6688
7850
|
.object({
|
|
@@ -6727,6 +7889,20 @@ export namespace Has$ {
|
|
|
6727
7889
|
export type Outbound = Has$Outbound;
|
|
6728
7890
|
}
|
|
6729
7891
|
|
|
7892
|
+
export function hasToJSON(has: Has): string {
|
|
7893
|
+
return JSON.stringify(Has$outboundSchema.parse(has));
|
|
7894
|
+
}
|
|
7895
|
+
|
|
7896
|
+
export function hasFromJSON(
|
|
7897
|
+
jsonString: string,
|
|
7898
|
+
): SafeParseResult<Has, SDKValidationError> {
|
|
7899
|
+
return safeParse(
|
|
7900
|
+
jsonString,
|
|
7901
|
+
(x) => Has$inboundSchema.parse(JSON.parse(x)),
|
|
7902
|
+
`Failed to parse 'Has' from JSON`,
|
|
7903
|
+
);
|
|
7904
|
+
}
|
|
7905
|
+
|
|
6730
7906
|
/** @internal */
|
|
6731
7907
|
export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema:
|
|
6732
7908
|
z.ZodNativeEnum<
|
|
@@ -6821,6 +7997,26 @@ export namespace UpdateProjectDataCacheValue2$ {
|
|
|
6821
7997
|
export type Outbound = UpdateProjectDataCacheValue2$Outbound;
|
|
6822
7998
|
}
|
|
6823
7999
|
|
|
8000
|
+
export function updateProjectDataCacheValue2ToJSON(
|
|
8001
|
+
updateProjectDataCacheValue2: UpdateProjectDataCacheValue2,
|
|
8002
|
+
): string {
|
|
8003
|
+
return JSON.stringify(
|
|
8004
|
+
UpdateProjectDataCacheValue2$outboundSchema.parse(
|
|
8005
|
+
updateProjectDataCacheValue2,
|
|
8006
|
+
),
|
|
8007
|
+
);
|
|
8008
|
+
}
|
|
8009
|
+
|
|
8010
|
+
export function updateProjectDataCacheValue2FromJSON(
|
|
8011
|
+
jsonString: string,
|
|
8012
|
+
): SafeParseResult<UpdateProjectDataCacheValue2, SDKValidationError> {
|
|
8013
|
+
return safeParse(
|
|
8014
|
+
jsonString,
|
|
8015
|
+
(x) => UpdateProjectDataCacheValue2$inboundSchema.parse(JSON.parse(x)),
|
|
8016
|
+
`Failed to parse 'UpdateProjectDataCacheValue2' from JSON`,
|
|
8017
|
+
);
|
|
8018
|
+
}
|
|
8019
|
+
|
|
6824
8020
|
/** @internal */
|
|
6825
8021
|
export const UpdateProjectDataCacheValue$inboundSchema: z.ZodType<
|
|
6826
8022
|
UpdateProjectDataCacheValue,
|
|
@@ -6859,6 +8055,26 @@ export namespace UpdateProjectDataCacheValue$ {
|
|
|
6859
8055
|
export type Outbound = UpdateProjectDataCacheValue$Outbound;
|
|
6860
8056
|
}
|
|
6861
8057
|
|
|
8058
|
+
export function updateProjectDataCacheValueToJSON(
|
|
8059
|
+
updateProjectDataCacheValue: UpdateProjectDataCacheValue,
|
|
8060
|
+
): string {
|
|
8061
|
+
return JSON.stringify(
|
|
8062
|
+
UpdateProjectDataCacheValue$outboundSchema.parse(
|
|
8063
|
+
updateProjectDataCacheValue,
|
|
8064
|
+
),
|
|
8065
|
+
);
|
|
8066
|
+
}
|
|
8067
|
+
|
|
8068
|
+
export function updateProjectDataCacheValueFromJSON(
|
|
8069
|
+
jsonString: string,
|
|
8070
|
+
): SafeParseResult<UpdateProjectDataCacheValue, SDKValidationError> {
|
|
8071
|
+
return safeParse(
|
|
8072
|
+
jsonString,
|
|
8073
|
+
(x) => UpdateProjectDataCacheValue$inboundSchema.parse(JSON.parse(x)),
|
|
8074
|
+
`Failed to parse 'UpdateProjectDataCacheValue' from JSON`,
|
|
8075
|
+
);
|
|
8076
|
+
}
|
|
8077
|
+
|
|
6862
8078
|
/** @internal */
|
|
6863
8079
|
export const Missing$inboundSchema: z.ZodType<Missing, z.ZodTypeDef, unknown> =
|
|
6864
8080
|
z.object({
|
|
@@ -6906,6 +8122,20 @@ export namespace Missing$ {
|
|
|
6906
8122
|
export type Outbound = Missing$Outbound;
|
|
6907
8123
|
}
|
|
6908
8124
|
|
|
8125
|
+
export function missingToJSON(missing: Missing): string {
|
|
8126
|
+
return JSON.stringify(Missing$outboundSchema.parse(missing));
|
|
8127
|
+
}
|
|
8128
|
+
|
|
8129
|
+
export function missingFromJSON(
|
|
8130
|
+
jsonString: string,
|
|
8131
|
+
): SafeParseResult<Missing, SDKValidationError> {
|
|
8132
|
+
return safeParse(
|
|
8133
|
+
jsonString,
|
|
8134
|
+
(x) => Missing$inboundSchema.parse(JSON.parse(x)),
|
|
8135
|
+
`Failed to parse 'Missing' from JSON`,
|
|
8136
|
+
);
|
|
8137
|
+
}
|
|
8138
|
+
|
|
6909
8139
|
/** @internal */
|
|
6910
8140
|
export const Handle$inboundSchema: z.ZodNativeEnum<typeof Handle> = z
|
|
6911
8141
|
.nativeEnum(Handle);
|
|
@@ -7006,6 +8236,20 @@ export namespace Erl$ {
|
|
|
7006
8236
|
export type Outbound = Erl$Outbound;
|
|
7007
8237
|
}
|
|
7008
8238
|
|
|
8239
|
+
export function erlToJSON(erl: Erl): string {
|
|
8240
|
+
return JSON.stringify(Erl$outboundSchema.parse(erl));
|
|
8241
|
+
}
|
|
8242
|
+
|
|
8243
|
+
export function erlFromJSON(
|
|
8244
|
+
jsonString: string,
|
|
8245
|
+
): SafeParseResult<Erl, SDKValidationError> {
|
|
8246
|
+
return safeParse(
|
|
8247
|
+
jsonString,
|
|
8248
|
+
(x) => Erl$inboundSchema.parse(JSON.parse(x)),
|
|
8249
|
+
`Failed to parse 'Erl' from JSON`,
|
|
8250
|
+
);
|
|
8251
|
+
}
|
|
8252
|
+
|
|
7009
8253
|
/** @internal */
|
|
7010
8254
|
export const UpdateProjectDataCacheMitigate$inboundSchema: z.ZodType<
|
|
7011
8255
|
UpdateProjectDataCacheMitigate,
|
|
@@ -7059,6 +8303,26 @@ export namespace UpdateProjectDataCacheMitigate$ {
|
|
|
7059
8303
|
export type Outbound = UpdateProjectDataCacheMitigate$Outbound;
|
|
7060
8304
|
}
|
|
7061
8305
|
|
|
8306
|
+
export function updateProjectDataCacheMitigateToJSON(
|
|
8307
|
+
updateProjectDataCacheMitigate: UpdateProjectDataCacheMitigate,
|
|
8308
|
+
): string {
|
|
8309
|
+
return JSON.stringify(
|
|
8310
|
+
UpdateProjectDataCacheMitigate$outboundSchema.parse(
|
|
8311
|
+
updateProjectDataCacheMitigate,
|
|
8312
|
+
),
|
|
8313
|
+
);
|
|
8314
|
+
}
|
|
8315
|
+
|
|
8316
|
+
export function updateProjectDataCacheMitigateFromJSON(
|
|
8317
|
+
jsonString: string,
|
|
8318
|
+
): SafeParseResult<UpdateProjectDataCacheMitigate, SDKValidationError> {
|
|
8319
|
+
return safeParse(
|
|
8320
|
+
jsonString,
|
|
8321
|
+
(x) => UpdateProjectDataCacheMitigate$inboundSchema.parse(JSON.parse(x)),
|
|
8322
|
+
`Failed to parse 'UpdateProjectDataCacheMitigate' from JSON`,
|
|
8323
|
+
);
|
|
8324
|
+
}
|
|
8325
|
+
|
|
7062
8326
|
/** @internal */
|
|
7063
8327
|
export const FirewallRoutes$inboundSchema: z.ZodType<
|
|
7064
8328
|
FirewallRoutes,
|
|
@@ -7115,6 +8379,20 @@ export namespace FirewallRoutes$ {
|
|
|
7115
8379
|
export type Outbound = FirewallRoutes$Outbound;
|
|
7116
8380
|
}
|
|
7117
8381
|
|
|
8382
|
+
export function firewallRoutesToJSON(firewallRoutes: FirewallRoutes): string {
|
|
8383
|
+
return JSON.stringify(FirewallRoutes$outboundSchema.parse(firewallRoutes));
|
|
8384
|
+
}
|
|
8385
|
+
|
|
8386
|
+
export function firewallRoutesFromJSON(
|
|
8387
|
+
jsonString: string,
|
|
8388
|
+
): SafeParseResult<FirewallRoutes, SDKValidationError> {
|
|
8389
|
+
return safeParse(
|
|
8390
|
+
jsonString,
|
|
8391
|
+
(x) => FirewallRoutes$inboundSchema.parse(JSON.parse(x)),
|
|
8392
|
+
`Failed to parse 'FirewallRoutes' from JSON`,
|
|
8393
|
+
);
|
|
8394
|
+
}
|
|
8395
|
+
|
|
7118
8396
|
/** @internal */
|
|
7119
8397
|
export const Security$inboundSchema: z.ZodType<
|
|
7120
8398
|
Security,
|
|
@@ -7132,6 +8410,7 @@ export const Security$inboundSchema: z.ZodType<
|
|
|
7132
8410
|
firewallSeawallEnabled: z.boolean().optional(),
|
|
7133
8411
|
ja3Enabled: z.boolean().optional(),
|
|
7134
8412
|
ja4Enabled: z.boolean().optional(),
|
|
8413
|
+
firewallBypassIps: z.array(z.string()).optional(),
|
|
7135
8414
|
});
|
|
7136
8415
|
|
|
7137
8416
|
/** @internal */
|
|
@@ -7146,6 +8425,7 @@ export type Security$Outbound = {
|
|
|
7146
8425
|
firewallSeawallEnabled?: boolean | undefined;
|
|
7147
8426
|
ja3Enabled?: boolean | undefined;
|
|
7148
8427
|
ja4Enabled?: boolean | undefined;
|
|
8428
|
+
firewallBypassIps?: Array<string> | undefined;
|
|
7149
8429
|
};
|
|
7150
8430
|
|
|
7151
8431
|
/** @internal */
|
|
@@ -7165,6 +8445,7 @@ export const Security$outboundSchema: z.ZodType<
|
|
|
7165
8445
|
firewallSeawallEnabled: z.boolean().optional(),
|
|
7166
8446
|
ja3Enabled: z.boolean().optional(),
|
|
7167
8447
|
ja4Enabled: z.boolean().optional(),
|
|
8448
|
+
firewallBypassIps: z.array(z.string()).optional(),
|
|
7168
8449
|
});
|
|
7169
8450
|
|
|
7170
8451
|
/**
|
|
@@ -7180,6 +8461,20 @@ export namespace Security$ {
|
|
|
7180
8461
|
export type Outbound = Security$Outbound;
|
|
7181
8462
|
}
|
|
7182
8463
|
|
|
8464
|
+
export function securityToJSON(security: Security): string {
|
|
8465
|
+
return JSON.stringify(Security$outboundSchema.parse(security));
|
|
8466
|
+
}
|
|
8467
|
+
|
|
8468
|
+
export function securityFromJSON(
|
|
8469
|
+
jsonString: string,
|
|
8470
|
+
): SafeParseResult<Security, SDKValidationError> {
|
|
8471
|
+
return safeParse(
|
|
8472
|
+
jsonString,
|
|
8473
|
+
(x) => Security$inboundSchema.parse(JSON.parse(x)),
|
|
8474
|
+
`Failed to parse 'Security' from JSON`,
|
|
8475
|
+
);
|
|
8476
|
+
}
|
|
8477
|
+
|
|
7183
8478
|
/** @internal */
|
|
7184
8479
|
export const UpdateProjectDataCacheIssuerMode$inboundSchema: z.ZodNativeEnum<
|
|
7185
8480
|
typeof UpdateProjectDataCacheIssuerMode
|
|
@@ -7242,6 +8537,27 @@ export namespace UpdateProjectDataCacheOidcTokenConfig$ {
|
|
|
7242
8537
|
export type Outbound = UpdateProjectDataCacheOidcTokenConfig$Outbound;
|
|
7243
8538
|
}
|
|
7244
8539
|
|
|
8540
|
+
export function updateProjectDataCacheOidcTokenConfigToJSON(
|
|
8541
|
+
updateProjectDataCacheOidcTokenConfig: UpdateProjectDataCacheOidcTokenConfig,
|
|
8542
|
+
): string {
|
|
8543
|
+
return JSON.stringify(
|
|
8544
|
+
UpdateProjectDataCacheOidcTokenConfig$outboundSchema.parse(
|
|
8545
|
+
updateProjectDataCacheOidcTokenConfig,
|
|
8546
|
+
),
|
|
8547
|
+
);
|
|
8548
|
+
}
|
|
8549
|
+
|
|
8550
|
+
export function updateProjectDataCacheOidcTokenConfigFromJSON(
|
|
8551
|
+
jsonString: string,
|
|
8552
|
+
): SafeParseResult<UpdateProjectDataCacheOidcTokenConfig, SDKValidationError> {
|
|
8553
|
+
return safeParse(
|
|
8554
|
+
jsonString,
|
|
8555
|
+
(x) =>
|
|
8556
|
+
UpdateProjectDataCacheOidcTokenConfig$inboundSchema.parse(JSON.parse(x)),
|
|
8557
|
+
`Failed to parse 'UpdateProjectDataCacheOidcTokenConfig' from JSON`,
|
|
8558
|
+
);
|
|
8559
|
+
}
|
|
8560
|
+
|
|
7245
8561
|
/** @internal */
|
|
7246
8562
|
export const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier> = z.nativeEnum(
|
|
7247
8563
|
Tier,
|
|
@@ -7562,3 +8878,24 @@ export namespace UpdateProjectDataCacheResponseBody$ {
|
|
|
7562
8878
|
/** @deprecated use `UpdateProjectDataCacheResponseBody$Outbound` instead. */
|
|
7563
8879
|
export type Outbound = UpdateProjectDataCacheResponseBody$Outbound;
|
|
7564
8880
|
}
|
|
8881
|
+
|
|
8882
|
+
export function updateProjectDataCacheResponseBodyToJSON(
|
|
8883
|
+
updateProjectDataCacheResponseBody: UpdateProjectDataCacheResponseBody,
|
|
8884
|
+
): string {
|
|
8885
|
+
return JSON.stringify(
|
|
8886
|
+
UpdateProjectDataCacheResponseBody$outboundSchema.parse(
|
|
8887
|
+
updateProjectDataCacheResponseBody,
|
|
8888
|
+
),
|
|
8889
|
+
);
|
|
8890
|
+
}
|
|
8891
|
+
|
|
8892
|
+
export function updateProjectDataCacheResponseBodyFromJSON(
|
|
8893
|
+
jsonString: string,
|
|
8894
|
+
): SafeParseResult<UpdateProjectDataCacheResponseBody, SDKValidationError> {
|
|
8895
|
+
return safeParse(
|
|
8896
|
+
jsonString,
|
|
8897
|
+
(x) =>
|
|
8898
|
+
UpdateProjectDataCacheResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
8899
|
+
`Failed to parse 'UpdateProjectDataCacheResponseBody' from JSON`,
|
|
8900
|
+
);
|
|
8901
|
+
}
|