@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 const Target2 = {
|
|
15
18
|
Production: "production",
|
|
@@ -332,10 +335,10 @@ export type CreateProjectProjectsTarget = Array<string> | CreateProjectTarget2;
|
|
|
332
335
|
|
|
333
336
|
export const CreateProjectProjectsResponseType = {
|
|
334
337
|
System: "system",
|
|
335
|
-
Secret: "secret",
|
|
336
338
|
Encrypted: "encrypted",
|
|
337
339
|
Plain: "plain",
|
|
338
340
|
Sensitive: "sensitive",
|
|
341
|
+
Secret: "secret",
|
|
339
342
|
} as const;
|
|
340
343
|
export type CreateProjectProjectsResponseType = ClosedEnum<
|
|
341
344
|
typeof CreateProjectProjectsResponseType
|
|
@@ -943,29 +946,15 @@ export type CreateProjectLink =
|
|
|
943
946
|
| CreateProjectLink3
|
|
944
947
|
| CreateProjectLink2;
|
|
945
948
|
|
|
946
|
-
/**
|
|
947
|
-
* 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.
|
|
948
|
-
*/
|
|
949
|
-
export type CreateProjectGroup = {
|
|
950
|
-
/**
|
|
951
|
-
* A unique identifier for the group of microfrontends. All related microfrontend projects will share this group ID. Example: mfe_12HKQaOmR5t5Uy6vdcQsNIiZgHGB
|
|
952
|
-
*/
|
|
953
|
-
id: string;
|
|
954
|
-
/**
|
|
955
|
-
* A human readable name for the microfrontends group. This will be used to display the microfrontends group in the UI.
|
|
956
|
-
*/
|
|
957
|
-
slug: string;
|
|
958
|
-
};
|
|
959
|
-
|
|
960
949
|
export type CreateProjectMicrofrontends = {
|
|
961
950
|
/**
|
|
962
951
|
* Timestamp when the microfrontends settings were last updated.
|
|
963
952
|
*/
|
|
964
953
|
updatedAt: number;
|
|
965
954
|
/**
|
|
966
|
-
* 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.
|
|
955
|
+
* 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.
|
|
967
956
|
*/
|
|
968
|
-
|
|
957
|
+
groupIds: Array<string>;
|
|
969
958
|
/**
|
|
970
959
|
* Whether microfrontends are enabled for this project.
|
|
971
960
|
*/
|
|
@@ -1253,6 +1242,7 @@ export type CreateProjectPermissions = {
|
|
|
1253
1242
|
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1254
1243
|
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
1255
1244
|
oauth2Connection?: Array<ACLAction> | undefined;
|
|
1245
|
+
observabilityConfiguration?: Array<ACLAction> | undefined;
|
|
1256
1246
|
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
1257
1247
|
paymentMethod?: Array<ACLAction> | undefined;
|
|
1258
1248
|
permissions?: Array<ACLAction> | undefined;
|
|
@@ -1286,6 +1276,7 @@ export type CreateProjectPermissions = {
|
|
|
1286
1276
|
teamInvite?: Array<ACLAction> | undefined;
|
|
1287
1277
|
teamInviteCode?: Array<ACLAction> | undefined;
|
|
1288
1278
|
teamJoin?: Array<ACLAction> | undefined;
|
|
1279
|
+
teamMicrofrontends?: Array<ACLAction> | undefined;
|
|
1289
1280
|
teamOwnMembership?: Array<ACLAction> | undefined;
|
|
1290
1281
|
teamOwnMembershipDisconnectSAML?: Array<ACLAction> | undefined;
|
|
1291
1282
|
token?: Array<ACLAction> | undefined;
|
|
@@ -1315,6 +1306,7 @@ export type CreateProjectPermissions = {
|
|
|
1315
1306
|
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1316
1307
|
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1317
1308
|
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1309
|
+
deploymentV0?: Array<ACLAction> | undefined;
|
|
1318
1310
|
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1319
1311
|
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1320
1312
|
deploymentPromote?: Array<ACLAction> | undefined;
|
|
@@ -1325,7 +1317,9 @@ export type CreateProjectPermissions = {
|
|
|
1325
1317
|
passwordProtection?: Array<ACLAction> | undefined;
|
|
1326
1318
|
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1327
1319
|
job?: Array<ACLAction> | undefined;
|
|
1320
|
+
observabilityData?: Array<ACLAction> | undefined;
|
|
1328
1321
|
project?: Array<ACLAction> | undefined;
|
|
1322
|
+
projectFromV0?: Array<ACLAction> | undefined;
|
|
1329
1323
|
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1330
1324
|
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1331
1325
|
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
@@ -1364,11 +1358,11 @@ export type CreateProjectPermissions = {
|
|
|
1364
1358
|
export type CreateProjectLastRollbackTarget = {};
|
|
1365
1359
|
|
|
1366
1360
|
export const CreateProjectJobStatus = {
|
|
1361
|
+
Pending: "pending",
|
|
1362
|
+
InProgress: "in-progress",
|
|
1367
1363
|
Succeeded: "succeeded",
|
|
1368
1364
|
Failed: "failed",
|
|
1369
1365
|
Skipped: "skipped",
|
|
1370
|
-
Pending: "pending",
|
|
1371
|
-
InProgress: "in-progress",
|
|
1372
1366
|
} as const;
|
|
1373
1367
|
export type CreateProjectJobStatus = ClosedEnum<typeof CreateProjectJobStatus>;
|
|
1374
1368
|
|
|
@@ -1622,6 +1616,7 @@ export type CreateProjectSecurity = {
|
|
|
1622
1616
|
firewallSeawallEnabled?: boolean | undefined;
|
|
1623
1617
|
ja3Enabled?: boolean | undefined;
|
|
1624
1618
|
ja4Enabled?: boolean | undefined;
|
|
1619
|
+
firewallBypassIps?: Array<string> | undefined;
|
|
1625
1620
|
};
|
|
1626
1621
|
|
|
1627
1622
|
/**
|
|
@@ -1804,6 +1799,24 @@ export namespace CreateProjectTarget$ {
|
|
|
1804
1799
|
export type Outbound = CreateProjectTarget$Outbound;
|
|
1805
1800
|
}
|
|
1806
1801
|
|
|
1802
|
+
export function createProjectTargetToJSON(
|
|
1803
|
+
createProjectTarget: CreateProjectTarget,
|
|
1804
|
+
): string {
|
|
1805
|
+
return JSON.stringify(
|
|
1806
|
+
CreateProjectTarget$outboundSchema.parse(createProjectTarget),
|
|
1807
|
+
);
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
export function createProjectTargetFromJSON(
|
|
1811
|
+
jsonString: string,
|
|
1812
|
+
): SafeParseResult<CreateProjectTarget, SDKValidationError> {
|
|
1813
|
+
return safeParse(
|
|
1814
|
+
jsonString,
|
|
1815
|
+
(x) => CreateProjectTarget$inboundSchema.parse(JSON.parse(x)),
|
|
1816
|
+
`Failed to parse 'CreateProjectTarget' from JSON`,
|
|
1817
|
+
);
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1807
1820
|
/** @internal */
|
|
1808
1821
|
export const CreateProjectType$inboundSchema: z.ZodNativeEnum<
|
|
1809
1822
|
typeof CreateProjectType
|
|
@@ -1873,6 +1886,24 @@ export namespace EnvironmentVariables$ {
|
|
|
1873
1886
|
export type Outbound = EnvironmentVariables$Outbound;
|
|
1874
1887
|
}
|
|
1875
1888
|
|
|
1889
|
+
export function environmentVariablesToJSON(
|
|
1890
|
+
environmentVariables: EnvironmentVariables,
|
|
1891
|
+
): string {
|
|
1892
|
+
return JSON.stringify(
|
|
1893
|
+
EnvironmentVariables$outboundSchema.parse(environmentVariables),
|
|
1894
|
+
);
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1897
|
+
export function environmentVariablesFromJSON(
|
|
1898
|
+
jsonString: string,
|
|
1899
|
+
): SafeParseResult<EnvironmentVariables, SDKValidationError> {
|
|
1900
|
+
return safeParse(
|
|
1901
|
+
jsonString,
|
|
1902
|
+
(x) => EnvironmentVariables$inboundSchema.parse(JSON.parse(x)),
|
|
1903
|
+
`Failed to parse 'EnvironmentVariables' from JSON`,
|
|
1904
|
+
);
|
|
1905
|
+
}
|
|
1906
|
+
|
|
1876
1907
|
/** @internal */
|
|
1877
1908
|
export const CreateProjectFramework$inboundSchema: z.ZodNativeEnum<
|
|
1878
1909
|
typeof CreateProjectFramework
|
|
@@ -1954,6 +1985,20 @@ export namespace GitRepository$ {
|
|
|
1954
1985
|
export type Outbound = GitRepository$Outbound;
|
|
1955
1986
|
}
|
|
1956
1987
|
|
|
1988
|
+
export function gitRepositoryToJSON(gitRepository: GitRepository): string {
|
|
1989
|
+
return JSON.stringify(GitRepository$outboundSchema.parse(gitRepository));
|
|
1990
|
+
}
|
|
1991
|
+
|
|
1992
|
+
export function gitRepositoryFromJSON(
|
|
1993
|
+
jsonString: string,
|
|
1994
|
+
): SafeParseResult<GitRepository, SDKValidationError> {
|
|
1995
|
+
return safeParse(
|
|
1996
|
+
jsonString,
|
|
1997
|
+
(x) => GitRepository$inboundSchema.parse(JSON.parse(x)),
|
|
1998
|
+
`Failed to parse 'GitRepository' from JSON`,
|
|
1999
|
+
);
|
|
2000
|
+
}
|
|
2001
|
+
|
|
1957
2002
|
/** @internal */
|
|
1958
2003
|
export const IssuerMode$inboundSchema: z.ZodNativeEnum<typeof IssuerMode> = z
|
|
1959
2004
|
.nativeEnum(IssuerMode);
|
|
@@ -2012,6 +2057,22 @@ export namespace OidcTokenConfig$ {
|
|
|
2012
2057
|
export type Outbound = OidcTokenConfig$Outbound;
|
|
2013
2058
|
}
|
|
2014
2059
|
|
|
2060
|
+
export function oidcTokenConfigToJSON(
|
|
2061
|
+
oidcTokenConfig: OidcTokenConfig,
|
|
2062
|
+
): string {
|
|
2063
|
+
return JSON.stringify(OidcTokenConfig$outboundSchema.parse(oidcTokenConfig));
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
export function oidcTokenConfigFromJSON(
|
|
2067
|
+
jsonString: string,
|
|
2068
|
+
): SafeParseResult<OidcTokenConfig, SDKValidationError> {
|
|
2069
|
+
return safeParse(
|
|
2070
|
+
jsonString,
|
|
2071
|
+
(x) => OidcTokenConfig$inboundSchema.parse(JSON.parse(x)),
|
|
2072
|
+
`Failed to parse 'OidcTokenConfig' from JSON`,
|
|
2073
|
+
);
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2015
2076
|
/** @internal */
|
|
2016
2077
|
export const CreateProjectRequestBody$inboundSchema: z.ZodType<
|
|
2017
2078
|
CreateProjectRequestBody,
|
|
@@ -2097,6 +2158,24 @@ export namespace CreateProjectRequestBody$ {
|
|
|
2097
2158
|
export type Outbound = CreateProjectRequestBody$Outbound;
|
|
2098
2159
|
}
|
|
2099
2160
|
|
|
2161
|
+
export function createProjectRequestBodyToJSON(
|
|
2162
|
+
createProjectRequestBody: CreateProjectRequestBody,
|
|
2163
|
+
): string {
|
|
2164
|
+
return JSON.stringify(
|
|
2165
|
+
CreateProjectRequestBody$outboundSchema.parse(createProjectRequestBody),
|
|
2166
|
+
);
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2169
|
+
export function createProjectRequestBodyFromJSON(
|
|
2170
|
+
jsonString: string,
|
|
2171
|
+
): SafeParseResult<CreateProjectRequestBody, SDKValidationError> {
|
|
2172
|
+
return safeParse(
|
|
2173
|
+
jsonString,
|
|
2174
|
+
(x) => CreateProjectRequestBody$inboundSchema.parse(JSON.parse(x)),
|
|
2175
|
+
`Failed to parse 'CreateProjectRequestBody' from JSON`,
|
|
2176
|
+
);
|
|
2177
|
+
}
|
|
2178
|
+
|
|
2100
2179
|
/** @internal */
|
|
2101
2180
|
export const CreateProjectRequest$inboundSchema: z.ZodType<
|
|
2102
2181
|
CreateProjectRequest,
|
|
@@ -2147,6 +2226,24 @@ export namespace CreateProjectRequest$ {
|
|
|
2147
2226
|
export type Outbound = CreateProjectRequest$Outbound;
|
|
2148
2227
|
}
|
|
2149
2228
|
|
|
2229
|
+
export function createProjectRequestToJSON(
|
|
2230
|
+
createProjectRequest: CreateProjectRequest,
|
|
2231
|
+
): string {
|
|
2232
|
+
return JSON.stringify(
|
|
2233
|
+
CreateProjectRequest$outboundSchema.parse(createProjectRequest),
|
|
2234
|
+
);
|
|
2235
|
+
}
|
|
2236
|
+
|
|
2237
|
+
export function createProjectRequestFromJSON(
|
|
2238
|
+
jsonString: string,
|
|
2239
|
+
): SafeParseResult<CreateProjectRequest, SDKValidationError> {
|
|
2240
|
+
return safeParse(
|
|
2241
|
+
jsonString,
|
|
2242
|
+
(x) => CreateProjectRequest$inboundSchema.parse(JSON.parse(x)),
|
|
2243
|
+
`Failed to parse 'CreateProjectRequest' from JSON`,
|
|
2244
|
+
);
|
|
2245
|
+
}
|
|
2246
|
+
|
|
2150
2247
|
/** @internal */
|
|
2151
2248
|
export const CreateProjectAnalytics$inboundSchema: z.ZodType<
|
|
2152
2249
|
CreateProjectAnalytics,
|
|
@@ -2201,6 +2298,24 @@ export namespace CreateProjectAnalytics$ {
|
|
|
2201
2298
|
export type Outbound = CreateProjectAnalytics$Outbound;
|
|
2202
2299
|
}
|
|
2203
2300
|
|
|
2301
|
+
export function createProjectAnalyticsToJSON(
|
|
2302
|
+
createProjectAnalytics: CreateProjectAnalytics,
|
|
2303
|
+
): string {
|
|
2304
|
+
return JSON.stringify(
|
|
2305
|
+
CreateProjectAnalytics$outboundSchema.parse(createProjectAnalytics),
|
|
2306
|
+
);
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2309
|
+
export function createProjectAnalyticsFromJSON(
|
|
2310
|
+
jsonString: string,
|
|
2311
|
+
): SafeParseResult<CreateProjectAnalytics, SDKValidationError> {
|
|
2312
|
+
return safeParse(
|
|
2313
|
+
jsonString,
|
|
2314
|
+
(x) => CreateProjectAnalytics$inboundSchema.parse(JSON.parse(x)),
|
|
2315
|
+
`Failed to parse 'CreateProjectAnalytics' from JSON`,
|
|
2316
|
+
);
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2204
2319
|
/** @internal */
|
|
2205
2320
|
export const CreateProjectSpeedInsights$inboundSchema: z.ZodType<
|
|
2206
2321
|
CreateProjectSpeedInsights,
|
|
@@ -2252,6 +2367,24 @@ export namespace CreateProjectSpeedInsights$ {
|
|
|
2252
2367
|
export type Outbound = CreateProjectSpeedInsights$Outbound;
|
|
2253
2368
|
}
|
|
2254
2369
|
|
|
2370
|
+
export function createProjectSpeedInsightsToJSON(
|
|
2371
|
+
createProjectSpeedInsights: CreateProjectSpeedInsights,
|
|
2372
|
+
): string {
|
|
2373
|
+
return JSON.stringify(
|
|
2374
|
+
CreateProjectSpeedInsights$outboundSchema.parse(createProjectSpeedInsights),
|
|
2375
|
+
);
|
|
2376
|
+
}
|
|
2377
|
+
|
|
2378
|
+
export function createProjectSpeedInsightsFromJSON(
|
|
2379
|
+
jsonString: string,
|
|
2380
|
+
): SafeParseResult<CreateProjectSpeedInsights, SDKValidationError> {
|
|
2381
|
+
return safeParse(
|
|
2382
|
+
jsonString,
|
|
2383
|
+
(x) => CreateProjectSpeedInsights$inboundSchema.parse(JSON.parse(x)),
|
|
2384
|
+
`Failed to parse 'CreateProjectSpeedInsights' from JSON`,
|
|
2385
|
+
);
|
|
2386
|
+
}
|
|
2387
|
+
|
|
2255
2388
|
/** @internal */
|
|
2256
2389
|
export const CreateProjectDefinitions$inboundSchema: z.ZodType<
|
|
2257
2390
|
CreateProjectDefinitions,
|
|
@@ -2294,6 +2427,24 @@ export namespace CreateProjectDefinitions$ {
|
|
|
2294
2427
|
export type Outbound = CreateProjectDefinitions$Outbound;
|
|
2295
2428
|
}
|
|
2296
2429
|
|
|
2430
|
+
export function createProjectDefinitionsToJSON(
|
|
2431
|
+
createProjectDefinitions: CreateProjectDefinitions,
|
|
2432
|
+
): string {
|
|
2433
|
+
return JSON.stringify(
|
|
2434
|
+
CreateProjectDefinitions$outboundSchema.parse(createProjectDefinitions),
|
|
2435
|
+
);
|
|
2436
|
+
}
|
|
2437
|
+
|
|
2438
|
+
export function createProjectDefinitionsFromJSON(
|
|
2439
|
+
jsonString: string,
|
|
2440
|
+
): SafeParseResult<CreateProjectDefinitions, SDKValidationError> {
|
|
2441
|
+
return safeParse(
|
|
2442
|
+
jsonString,
|
|
2443
|
+
(x) => CreateProjectDefinitions$inboundSchema.parse(JSON.parse(x)),
|
|
2444
|
+
`Failed to parse 'CreateProjectDefinitions' from JSON`,
|
|
2445
|
+
);
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2297
2448
|
/** @internal */
|
|
2298
2449
|
export const CreateProjectCrons$inboundSchema: z.ZodType<
|
|
2299
2450
|
CreateProjectCrons,
|
|
@@ -2342,6 +2493,24 @@ export namespace CreateProjectCrons$ {
|
|
|
2342
2493
|
export type Outbound = CreateProjectCrons$Outbound;
|
|
2343
2494
|
}
|
|
2344
2495
|
|
|
2496
|
+
export function createProjectCronsToJSON(
|
|
2497
|
+
createProjectCrons: CreateProjectCrons,
|
|
2498
|
+
): string {
|
|
2499
|
+
return JSON.stringify(
|
|
2500
|
+
CreateProjectCrons$outboundSchema.parse(createProjectCrons),
|
|
2501
|
+
);
|
|
2502
|
+
}
|
|
2503
|
+
|
|
2504
|
+
export function createProjectCronsFromJSON(
|
|
2505
|
+
jsonString: string,
|
|
2506
|
+
): SafeParseResult<CreateProjectCrons, SDKValidationError> {
|
|
2507
|
+
return safeParse(
|
|
2508
|
+
jsonString,
|
|
2509
|
+
(x) => CreateProjectCrons$inboundSchema.parse(JSON.parse(x)),
|
|
2510
|
+
`Failed to parse 'CreateProjectCrons' from JSON`,
|
|
2511
|
+
);
|
|
2512
|
+
}
|
|
2513
|
+
|
|
2345
2514
|
/** @internal */
|
|
2346
2515
|
export const CreateProjectDataCache$inboundSchema: z.ZodType<
|
|
2347
2516
|
CreateProjectDataCache,
|
|
@@ -2384,6 +2553,24 @@ export namespace CreateProjectDataCache$ {
|
|
|
2384
2553
|
export type Outbound = CreateProjectDataCache$Outbound;
|
|
2385
2554
|
}
|
|
2386
2555
|
|
|
2556
|
+
export function createProjectDataCacheToJSON(
|
|
2557
|
+
createProjectDataCache: CreateProjectDataCache,
|
|
2558
|
+
): string {
|
|
2559
|
+
return JSON.stringify(
|
|
2560
|
+
CreateProjectDataCache$outboundSchema.parse(createProjectDataCache),
|
|
2561
|
+
);
|
|
2562
|
+
}
|
|
2563
|
+
|
|
2564
|
+
export function createProjectDataCacheFromJSON(
|
|
2565
|
+
jsonString: string,
|
|
2566
|
+
): SafeParseResult<CreateProjectDataCache, SDKValidationError> {
|
|
2567
|
+
return safeParse(
|
|
2568
|
+
jsonString,
|
|
2569
|
+
(x) => CreateProjectDataCache$inboundSchema.parse(JSON.parse(x)),
|
|
2570
|
+
`Failed to parse 'CreateProjectDataCache' from JSON`,
|
|
2571
|
+
);
|
|
2572
|
+
}
|
|
2573
|
+
|
|
2387
2574
|
/** @internal */
|
|
2388
2575
|
export const CreateProjectDeploymentExpiration$inboundSchema: z.ZodType<
|
|
2389
2576
|
CreateProjectDeploymentExpiration,
|
|
@@ -2433,6 +2620,26 @@ export namespace CreateProjectDeploymentExpiration$ {
|
|
|
2433
2620
|
export type Outbound = CreateProjectDeploymentExpiration$Outbound;
|
|
2434
2621
|
}
|
|
2435
2622
|
|
|
2623
|
+
export function createProjectDeploymentExpirationToJSON(
|
|
2624
|
+
createProjectDeploymentExpiration: CreateProjectDeploymentExpiration,
|
|
2625
|
+
): string {
|
|
2626
|
+
return JSON.stringify(
|
|
2627
|
+
CreateProjectDeploymentExpiration$outboundSchema.parse(
|
|
2628
|
+
createProjectDeploymentExpiration,
|
|
2629
|
+
),
|
|
2630
|
+
);
|
|
2631
|
+
}
|
|
2632
|
+
|
|
2633
|
+
export function createProjectDeploymentExpirationFromJSON(
|
|
2634
|
+
jsonString: string,
|
|
2635
|
+
): SafeParseResult<CreateProjectDeploymentExpiration, SDKValidationError> {
|
|
2636
|
+
return safeParse(
|
|
2637
|
+
jsonString,
|
|
2638
|
+
(x) => CreateProjectDeploymentExpiration$inboundSchema.parse(JSON.parse(x)),
|
|
2639
|
+
`Failed to parse 'CreateProjectDeploymentExpiration' from JSON`,
|
|
2640
|
+
);
|
|
2641
|
+
}
|
|
2642
|
+
|
|
2436
2643
|
/** @internal */
|
|
2437
2644
|
export const CreateProjectTarget2$inboundSchema: z.ZodNativeEnum<
|
|
2438
2645
|
typeof CreateProjectTarget2
|
|
@@ -2484,6 +2691,26 @@ export namespace CreateProjectProjectsTarget$ {
|
|
|
2484
2691
|
export type Outbound = CreateProjectProjectsTarget$Outbound;
|
|
2485
2692
|
}
|
|
2486
2693
|
|
|
2694
|
+
export function createProjectProjectsTargetToJSON(
|
|
2695
|
+
createProjectProjectsTarget: CreateProjectProjectsTarget,
|
|
2696
|
+
): string {
|
|
2697
|
+
return JSON.stringify(
|
|
2698
|
+
CreateProjectProjectsTarget$outboundSchema.parse(
|
|
2699
|
+
createProjectProjectsTarget,
|
|
2700
|
+
),
|
|
2701
|
+
);
|
|
2702
|
+
}
|
|
2703
|
+
|
|
2704
|
+
export function createProjectProjectsTargetFromJSON(
|
|
2705
|
+
jsonString: string,
|
|
2706
|
+
): SafeParseResult<CreateProjectProjectsTarget, SDKValidationError> {
|
|
2707
|
+
return safeParse(
|
|
2708
|
+
jsonString,
|
|
2709
|
+
(x) => CreateProjectProjectsTarget$inboundSchema.parse(JSON.parse(x)),
|
|
2710
|
+
`Failed to parse 'CreateProjectProjectsTarget' from JSON`,
|
|
2711
|
+
);
|
|
2712
|
+
}
|
|
2713
|
+
|
|
2487
2714
|
/** @internal */
|
|
2488
2715
|
export const CreateProjectProjectsResponseType$inboundSchema: z.ZodNativeEnum<
|
|
2489
2716
|
typeof CreateProjectProjectsResponseType
|
|
@@ -2575,6 +2802,20 @@ export namespace ContentHint15$ {
|
|
|
2575
2802
|
export type Outbound = ContentHint15$Outbound;
|
|
2576
2803
|
}
|
|
2577
2804
|
|
|
2805
|
+
export function contentHint15ToJSON(contentHint15: ContentHint15): string {
|
|
2806
|
+
return JSON.stringify(ContentHint15$outboundSchema.parse(contentHint15));
|
|
2807
|
+
}
|
|
2808
|
+
|
|
2809
|
+
export function contentHint15FromJSON(
|
|
2810
|
+
jsonString: string,
|
|
2811
|
+
): SafeParseResult<ContentHint15, SDKValidationError> {
|
|
2812
|
+
return safeParse(
|
|
2813
|
+
jsonString,
|
|
2814
|
+
(x) => ContentHint15$inboundSchema.parse(JSON.parse(x)),
|
|
2815
|
+
`Failed to parse 'ContentHint15' from JSON`,
|
|
2816
|
+
);
|
|
2817
|
+
}
|
|
2818
|
+
|
|
2578
2819
|
/** @internal */
|
|
2579
2820
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema:
|
|
2580
2821
|
z.ZodNativeEnum<
|
|
@@ -2653,6 +2894,20 @@ export namespace ContentHint14$ {
|
|
|
2653
2894
|
export type Outbound = ContentHint14$Outbound;
|
|
2654
2895
|
}
|
|
2655
2896
|
|
|
2897
|
+
export function contentHint14ToJSON(contentHint14: ContentHint14): string {
|
|
2898
|
+
return JSON.stringify(ContentHint14$outboundSchema.parse(contentHint14));
|
|
2899
|
+
}
|
|
2900
|
+
|
|
2901
|
+
export function contentHint14FromJSON(
|
|
2902
|
+
jsonString: string,
|
|
2903
|
+
): SafeParseResult<ContentHint14, SDKValidationError> {
|
|
2904
|
+
return safeParse(
|
|
2905
|
+
jsonString,
|
|
2906
|
+
(x) => ContentHint14$inboundSchema.parse(JSON.parse(x)),
|
|
2907
|
+
`Failed to parse 'ContentHint14' from JSON`,
|
|
2908
|
+
);
|
|
2909
|
+
}
|
|
2910
|
+
|
|
2656
2911
|
/** @internal */
|
|
2657
2912
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema:
|
|
2658
2913
|
z.ZodNativeEnum<
|
|
@@ -2722,6 +2977,20 @@ export namespace ContentHint13$ {
|
|
|
2722
2977
|
export type Outbound = ContentHint13$Outbound;
|
|
2723
2978
|
}
|
|
2724
2979
|
|
|
2980
|
+
export function contentHint13ToJSON(contentHint13: ContentHint13): string {
|
|
2981
|
+
return JSON.stringify(ContentHint13$outboundSchema.parse(contentHint13));
|
|
2982
|
+
}
|
|
2983
|
+
|
|
2984
|
+
export function contentHint13FromJSON(
|
|
2985
|
+
jsonString: string,
|
|
2986
|
+
): SafeParseResult<ContentHint13, SDKValidationError> {
|
|
2987
|
+
return safeParse(
|
|
2988
|
+
jsonString,
|
|
2989
|
+
(x) => ContentHint13$inboundSchema.parse(JSON.parse(x)),
|
|
2990
|
+
`Failed to parse 'ContentHint13' from JSON`,
|
|
2991
|
+
);
|
|
2992
|
+
}
|
|
2993
|
+
|
|
2725
2994
|
/** @internal */
|
|
2726
2995
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema:
|
|
2727
2996
|
z.ZodNativeEnum<
|
|
@@ -2791,6 +3060,20 @@ export namespace ContentHint12$ {
|
|
|
2791
3060
|
export type Outbound = ContentHint12$Outbound;
|
|
2792
3061
|
}
|
|
2793
3062
|
|
|
3063
|
+
export function contentHint12ToJSON(contentHint12: ContentHint12): string {
|
|
3064
|
+
return JSON.stringify(ContentHint12$outboundSchema.parse(contentHint12));
|
|
3065
|
+
}
|
|
3066
|
+
|
|
3067
|
+
export function contentHint12FromJSON(
|
|
3068
|
+
jsonString: string,
|
|
3069
|
+
): SafeParseResult<ContentHint12, SDKValidationError> {
|
|
3070
|
+
return safeParse(
|
|
3071
|
+
jsonString,
|
|
3072
|
+
(x) => ContentHint12$inboundSchema.parse(JSON.parse(x)),
|
|
3073
|
+
`Failed to parse 'ContentHint12' from JSON`,
|
|
3074
|
+
);
|
|
3075
|
+
}
|
|
3076
|
+
|
|
2794
3077
|
/** @internal */
|
|
2795
3078
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema:
|
|
2796
3079
|
z.ZodNativeEnum<
|
|
@@ -2860,6 +3143,20 @@ export namespace ContentHint11$ {
|
|
|
2860
3143
|
export type Outbound = ContentHint11$Outbound;
|
|
2861
3144
|
}
|
|
2862
3145
|
|
|
3146
|
+
export function contentHint11ToJSON(contentHint11: ContentHint11): string {
|
|
3147
|
+
return JSON.stringify(ContentHint11$outboundSchema.parse(contentHint11));
|
|
3148
|
+
}
|
|
3149
|
+
|
|
3150
|
+
export function contentHint11FromJSON(
|
|
3151
|
+
jsonString: string,
|
|
3152
|
+
): SafeParseResult<ContentHint11, SDKValidationError> {
|
|
3153
|
+
return safeParse(
|
|
3154
|
+
jsonString,
|
|
3155
|
+
(x) => ContentHint11$inboundSchema.parse(JSON.parse(x)),
|
|
3156
|
+
`Failed to parse 'ContentHint11' from JSON`,
|
|
3157
|
+
);
|
|
3158
|
+
}
|
|
3159
|
+
|
|
2863
3160
|
/** @internal */
|
|
2864
3161
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema:
|
|
2865
3162
|
z.ZodNativeEnum<
|
|
@@ -2929,6 +3226,24 @@ export namespace CreateProjectContentHint10$ {
|
|
|
2929
3226
|
export type Outbound = CreateProjectContentHint10$Outbound;
|
|
2930
3227
|
}
|
|
2931
3228
|
|
|
3229
|
+
export function createProjectContentHint10ToJSON(
|
|
3230
|
+
createProjectContentHint10: CreateProjectContentHint10,
|
|
3231
|
+
): string {
|
|
3232
|
+
return JSON.stringify(
|
|
3233
|
+
CreateProjectContentHint10$outboundSchema.parse(createProjectContentHint10),
|
|
3234
|
+
);
|
|
3235
|
+
}
|
|
3236
|
+
|
|
3237
|
+
export function createProjectContentHint10FromJSON(
|
|
3238
|
+
jsonString: string,
|
|
3239
|
+
): SafeParseResult<CreateProjectContentHint10, SDKValidationError> {
|
|
3240
|
+
return safeParse(
|
|
3241
|
+
jsonString,
|
|
3242
|
+
(x) => CreateProjectContentHint10$inboundSchema.parse(JSON.parse(x)),
|
|
3243
|
+
`Failed to parse 'CreateProjectContentHint10' from JSON`,
|
|
3244
|
+
);
|
|
3245
|
+
}
|
|
3246
|
+
|
|
2932
3247
|
/** @internal */
|
|
2933
3248
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema:
|
|
2934
3249
|
z.ZodNativeEnum<
|
|
@@ -2998,6 +3313,24 @@ export namespace CreateProjectContentHint9$ {
|
|
|
2998
3313
|
export type Outbound = CreateProjectContentHint9$Outbound;
|
|
2999
3314
|
}
|
|
3000
3315
|
|
|
3316
|
+
export function createProjectContentHint9ToJSON(
|
|
3317
|
+
createProjectContentHint9: CreateProjectContentHint9,
|
|
3318
|
+
): string {
|
|
3319
|
+
return JSON.stringify(
|
|
3320
|
+
CreateProjectContentHint9$outboundSchema.parse(createProjectContentHint9),
|
|
3321
|
+
);
|
|
3322
|
+
}
|
|
3323
|
+
|
|
3324
|
+
export function createProjectContentHint9FromJSON(
|
|
3325
|
+
jsonString: string,
|
|
3326
|
+
): SafeParseResult<CreateProjectContentHint9, SDKValidationError> {
|
|
3327
|
+
return safeParse(
|
|
3328
|
+
jsonString,
|
|
3329
|
+
(x) => CreateProjectContentHint9$inboundSchema.parse(JSON.parse(x)),
|
|
3330
|
+
`Failed to parse 'CreateProjectContentHint9' from JSON`,
|
|
3331
|
+
);
|
|
3332
|
+
}
|
|
3333
|
+
|
|
3001
3334
|
/** @internal */
|
|
3002
3335
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema:
|
|
3003
3336
|
z.ZodNativeEnum<
|
|
@@ -3067,6 +3400,24 @@ export namespace CreateProjectContentHint8$ {
|
|
|
3067
3400
|
export type Outbound = CreateProjectContentHint8$Outbound;
|
|
3068
3401
|
}
|
|
3069
3402
|
|
|
3403
|
+
export function createProjectContentHint8ToJSON(
|
|
3404
|
+
createProjectContentHint8: CreateProjectContentHint8,
|
|
3405
|
+
): string {
|
|
3406
|
+
return JSON.stringify(
|
|
3407
|
+
CreateProjectContentHint8$outboundSchema.parse(createProjectContentHint8),
|
|
3408
|
+
);
|
|
3409
|
+
}
|
|
3410
|
+
|
|
3411
|
+
export function createProjectContentHint8FromJSON(
|
|
3412
|
+
jsonString: string,
|
|
3413
|
+
): SafeParseResult<CreateProjectContentHint8, SDKValidationError> {
|
|
3414
|
+
return safeParse(
|
|
3415
|
+
jsonString,
|
|
3416
|
+
(x) => CreateProjectContentHint8$inboundSchema.parse(JSON.parse(x)),
|
|
3417
|
+
`Failed to parse 'CreateProjectContentHint8' from JSON`,
|
|
3418
|
+
);
|
|
3419
|
+
}
|
|
3420
|
+
|
|
3070
3421
|
/** @internal */
|
|
3071
3422
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema:
|
|
3072
3423
|
z.ZodNativeEnum<
|
|
@@ -3136,6 +3487,24 @@ export namespace CreateProjectContentHint7$ {
|
|
|
3136
3487
|
export type Outbound = CreateProjectContentHint7$Outbound;
|
|
3137
3488
|
}
|
|
3138
3489
|
|
|
3490
|
+
export function createProjectContentHint7ToJSON(
|
|
3491
|
+
createProjectContentHint7: CreateProjectContentHint7,
|
|
3492
|
+
): string {
|
|
3493
|
+
return JSON.stringify(
|
|
3494
|
+
CreateProjectContentHint7$outboundSchema.parse(createProjectContentHint7),
|
|
3495
|
+
);
|
|
3496
|
+
}
|
|
3497
|
+
|
|
3498
|
+
export function createProjectContentHint7FromJSON(
|
|
3499
|
+
jsonString: string,
|
|
3500
|
+
): SafeParseResult<CreateProjectContentHint7, SDKValidationError> {
|
|
3501
|
+
return safeParse(
|
|
3502
|
+
jsonString,
|
|
3503
|
+
(x) => CreateProjectContentHint7$inboundSchema.parse(JSON.parse(x)),
|
|
3504
|
+
`Failed to parse 'CreateProjectContentHint7' from JSON`,
|
|
3505
|
+
);
|
|
3506
|
+
}
|
|
3507
|
+
|
|
3139
3508
|
/** @internal */
|
|
3140
3509
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
3141
3510
|
z.ZodNativeEnum<
|
|
@@ -3205,6 +3574,24 @@ export namespace CreateProjectContentHint6$ {
|
|
|
3205
3574
|
export type Outbound = CreateProjectContentHint6$Outbound;
|
|
3206
3575
|
}
|
|
3207
3576
|
|
|
3577
|
+
export function createProjectContentHint6ToJSON(
|
|
3578
|
+
createProjectContentHint6: CreateProjectContentHint6,
|
|
3579
|
+
): string {
|
|
3580
|
+
return JSON.stringify(
|
|
3581
|
+
CreateProjectContentHint6$outboundSchema.parse(createProjectContentHint6),
|
|
3582
|
+
);
|
|
3583
|
+
}
|
|
3584
|
+
|
|
3585
|
+
export function createProjectContentHint6FromJSON(
|
|
3586
|
+
jsonString: string,
|
|
3587
|
+
): SafeParseResult<CreateProjectContentHint6, SDKValidationError> {
|
|
3588
|
+
return safeParse(
|
|
3589
|
+
jsonString,
|
|
3590
|
+
(x) => CreateProjectContentHint6$inboundSchema.parse(JSON.parse(x)),
|
|
3591
|
+
`Failed to parse 'CreateProjectContentHint6' from JSON`,
|
|
3592
|
+
);
|
|
3593
|
+
}
|
|
3594
|
+
|
|
3208
3595
|
/** @internal */
|
|
3209
3596
|
export const CreateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
3210
3597
|
z.ZodNativeEnum<
|
|
@@ -3274,6 +3661,24 @@ export namespace CreateProjectContentHint5$ {
|
|
|
3274
3661
|
export type Outbound = CreateProjectContentHint5$Outbound;
|
|
3275
3662
|
}
|
|
3276
3663
|
|
|
3664
|
+
export function createProjectContentHint5ToJSON(
|
|
3665
|
+
createProjectContentHint5: CreateProjectContentHint5,
|
|
3666
|
+
): string {
|
|
3667
|
+
return JSON.stringify(
|
|
3668
|
+
CreateProjectContentHint5$outboundSchema.parse(createProjectContentHint5),
|
|
3669
|
+
);
|
|
3670
|
+
}
|
|
3671
|
+
|
|
3672
|
+
export function createProjectContentHint5FromJSON(
|
|
3673
|
+
jsonString: string,
|
|
3674
|
+
): SafeParseResult<CreateProjectContentHint5, SDKValidationError> {
|
|
3675
|
+
return safeParse(
|
|
3676
|
+
jsonString,
|
|
3677
|
+
(x) => CreateProjectContentHint5$inboundSchema.parse(JSON.parse(x)),
|
|
3678
|
+
`Failed to parse 'CreateProjectContentHint5' from JSON`,
|
|
3679
|
+
);
|
|
3680
|
+
}
|
|
3681
|
+
|
|
3277
3682
|
/** @internal */
|
|
3278
3683
|
export const CreateProjectContentHintProjectsResponse200Type$inboundSchema:
|
|
3279
3684
|
z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200Type> = z
|
|
@@ -3336,6 +3741,24 @@ export namespace CreateProjectContentHint4$ {
|
|
|
3336
3741
|
export type Outbound = CreateProjectContentHint4$Outbound;
|
|
3337
3742
|
}
|
|
3338
3743
|
|
|
3744
|
+
export function createProjectContentHint4ToJSON(
|
|
3745
|
+
createProjectContentHint4: CreateProjectContentHint4,
|
|
3746
|
+
): string {
|
|
3747
|
+
return JSON.stringify(
|
|
3748
|
+
CreateProjectContentHint4$outboundSchema.parse(createProjectContentHint4),
|
|
3749
|
+
);
|
|
3750
|
+
}
|
|
3751
|
+
|
|
3752
|
+
export function createProjectContentHint4FromJSON(
|
|
3753
|
+
jsonString: string,
|
|
3754
|
+
): SafeParseResult<CreateProjectContentHint4, SDKValidationError> {
|
|
3755
|
+
return safeParse(
|
|
3756
|
+
jsonString,
|
|
3757
|
+
(x) => CreateProjectContentHint4$inboundSchema.parse(JSON.parse(x)),
|
|
3758
|
+
`Failed to parse 'CreateProjectContentHint4' from JSON`,
|
|
3759
|
+
);
|
|
3760
|
+
}
|
|
3761
|
+
|
|
3339
3762
|
/** @internal */
|
|
3340
3763
|
export const CreateProjectContentHintProjectsResponseType$inboundSchema:
|
|
3341
3764
|
z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponseType> = z
|
|
@@ -3398,6 +3821,24 @@ export namespace CreateProjectContentHint3$ {
|
|
|
3398
3821
|
export type Outbound = CreateProjectContentHint3$Outbound;
|
|
3399
3822
|
}
|
|
3400
3823
|
|
|
3824
|
+
export function createProjectContentHint3ToJSON(
|
|
3825
|
+
createProjectContentHint3: CreateProjectContentHint3,
|
|
3826
|
+
): string {
|
|
3827
|
+
return JSON.stringify(
|
|
3828
|
+
CreateProjectContentHint3$outboundSchema.parse(createProjectContentHint3),
|
|
3829
|
+
);
|
|
3830
|
+
}
|
|
3831
|
+
|
|
3832
|
+
export function createProjectContentHint3FromJSON(
|
|
3833
|
+
jsonString: string,
|
|
3834
|
+
): SafeParseResult<CreateProjectContentHint3, SDKValidationError> {
|
|
3835
|
+
return safeParse(
|
|
3836
|
+
jsonString,
|
|
3837
|
+
(x) => CreateProjectContentHint3$inboundSchema.parse(JSON.parse(x)),
|
|
3838
|
+
`Failed to parse 'CreateProjectContentHint3' from JSON`,
|
|
3839
|
+
);
|
|
3840
|
+
}
|
|
3841
|
+
|
|
3401
3842
|
/** @internal */
|
|
3402
3843
|
export const CreateProjectContentHintProjectsType$inboundSchema:
|
|
3403
3844
|
z.ZodNativeEnum<typeof CreateProjectContentHintProjectsType> = z.nativeEnum(
|
|
@@ -3461,6 +3902,24 @@ export namespace CreateProjectContentHint2$ {
|
|
|
3461
3902
|
export type Outbound = CreateProjectContentHint2$Outbound;
|
|
3462
3903
|
}
|
|
3463
3904
|
|
|
3905
|
+
export function createProjectContentHint2ToJSON(
|
|
3906
|
+
createProjectContentHint2: CreateProjectContentHint2,
|
|
3907
|
+
): string {
|
|
3908
|
+
return JSON.stringify(
|
|
3909
|
+
CreateProjectContentHint2$outboundSchema.parse(createProjectContentHint2),
|
|
3910
|
+
);
|
|
3911
|
+
}
|
|
3912
|
+
|
|
3913
|
+
export function createProjectContentHint2FromJSON(
|
|
3914
|
+
jsonString: string,
|
|
3915
|
+
): SafeParseResult<CreateProjectContentHint2, SDKValidationError> {
|
|
3916
|
+
return safeParse(
|
|
3917
|
+
jsonString,
|
|
3918
|
+
(x) => CreateProjectContentHint2$inboundSchema.parse(JSON.parse(x)),
|
|
3919
|
+
`Failed to parse 'CreateProjectContentHint2' from JSON`,
|
|
3920
|
+
);
|
|
3921
|
+
}
|
|
3922
|
+
|
|
3464
3923
|
/** @internal */
|
|
3465
3924
|
export const CreateProjectContentHintType$inboundSchema: z.ZodNativeEnum<
|
|
3466
3925
|
typeof CreateProjectContentHintType
|
|
@@ -3521,6 +3980,24 @@ export namespace CreateProjectContentHint1$ {
|
|
|
3521
3980
|
export type Outbound = CreateProjectContentHint1$Outbound;
|
|
3522
3981
|
}
|
|
3523
3982
|
|
|
3983
|
+
export function createProjectContentHint1ToJSON(
|
|
3984
|
+
createProjectContentHint1: CreateProjectContentHint1,
|
|
3985
|
+
): string {
|
|
3986
|
+
return JSON.stringify(
|
|
3987
|
+
CreateProjectContentHint1$outboundSchema.parse(createProjectContentHint1),
|
|
3988
|
+
);
|
|
3989
|
+
}
|
|
3990
|
+
|
|
3991
|
+
export function createProjectContentHint1FromJSON(
|
|
3992
|
+
jsonString: string,
|
|
3993
|
+
): SafeParseResult<CreateProjectContentHint1, SDKValidationError> {
|
|
3994
|
+
return safeParse(
|
|
3995
|
+
jsonString,
|
|
3996
|
+
(x) => CreateProjectContentHint1$inboundSchema.parse(JSON.parse(x)),
|
|
3997
|
+
`Failed to parse 'CreateProjectContentHint1' from JSON`,
|
|
3998
|
+
);
|
|
3999
|
+
}
|
|
4000
|
+
|
|
3524
4001
|
/** @internal */
|
|
3525
4002
|
export const CreateProjectContentHint$inboundSchema: z.ZodType<
|
|
3526
4003
|
CreateProjectContentHint,
|
|
@@ -3598,6 +4075,24 @@ export namespace CreateProjectContentHint$ {
|
|
|
3598
4075
|
export type Outbound = CreateProjectContentHint$Outbound;
|
|
3599
4076
|
}
|
|
3600
4077
|
|
|
4078
|
+
export function createProjectContentHintToJSON(
|
|
4079
|
+
createProjectContentHint: CreateProjectContentHint,
|
|
4080
|
+
): string {
|
|
4081
|
+
return JSON.stringify(
|
|
4082
|
+
CreateProjectContentHint$outboundSchema.parse(createProjectContentHint),
|
|
4083
|
+
);
|
|
4084
|
+
}
|
|
4085
|
+
|
|
4086
|
+
export function createProjectContentHintFromJSON(
|
|
4087
|
+
jsonString: string,
|
|
4088
|
+
): SafeParseResult<CreateProjectContentHint, SDKValidationError> {
|
|
4089
|
+
return safeParse(
|
|
4090
|
+
jsonString,
|
|
4091
|
+
(x) => CreateProjectContentHint$inboundSchema.parse(JSON.parse(x)),
|
|
4092
|
+
`Failed to parse 'CreateProjectContentHint' from JSON`,
|
|
4093
|
+
);
|
|
4094
|
+
}
|
|
4095
|
+
|
|
3601
4096
|
/** @internal */
|
|
3602
4097
|
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema:
|
|
3603
4098
|
z.ZodNativeEnum<
|
|
@@ -3667,6 +4162,26 @@ export namespace CreateProjectInternalContentHint$ {
|
|
|
3667
4162
|
export type Outbound = CreateProjectInternalContentHint$Outbound;
|
|
3668
4163
|
}
|
|
3669
4164
|
|
|
4165
|
+
export function createProjectInternalContentHintToJSON(
|
|
4166
|
+
createProjectInternalContentHint: CreateProjectInternalContentHint,
|
|
4167
|
+
): string {
|
|
4168
|
+
return JSON.stringify(
|
|
4169
|
+
CreateProjectInternalContentHint$outboundSchema.parse(
|
|
4170
|
+
createProjectInternalContentHint,
|
|
4171
|
+
),
|
|
4172
|
+
);
|
|
4173
|
+
}
|
|
4174
|
+
|
|
4175
|
+
export function createProjectInternalContentHintFromJSON(
|
|
4176
|
+
jsonString: string,
|
|
4177
|
+
): SafeParseResult<CreateProjectInternalContentHint, SDKValidationError> {
|
|
4178
|
+
return safeParse(
|
|
4179
|
+
jsonString,
|
|
4180
|
+
(x) => CreateProjectInternalContentHint$inboundSchema.parse(JSON.parse(x)),
|
|
4181
|
+
`Failed to parse 'CreateProjectInternalContentHint' from JSON`,
|
|
4182
|
+
);
|
|
4183
|
+
}
|
|
4184
|
+
|
|
3670
4185
|
/** @internal */
|
|
3671
4186
|
export const CreateProjectEnv$inboundSchema: z.ZodType<
|
|
3672
4187
|
CreateProjectEnv,
|
|
@@ -3822,6 +4337,24 @@ export namespace CreateProjectEnv$ {
|
|
|
3822
4337
|
export type Outbound = CreateProjectEnv$Outbound;
|
|
3823
4338
|
}
|
|
3824
4339
|
|
|
4340
|
+
export function createProjectEnvToJSON(
|
|
4341
|
+
createProjectEnv: CreateProjectEnv,
|
|
4342
|
+
): string {
|
|
4343
|
+
return JSON.stringify(
|
|
4344
|
+
CreateProjectEnv$outboundSchema.parse(createProjectEnv),
|
|
4345
|
+
);
|
|
4346
|
+
}
|
|
4347
|
+
|
|
4348
|
+
export function createProjectEnvFromJSON(
|
|
4349
|
+
jsonString: string,
|
|
4350
|
+
): SafeParseResult<CreateProjectEnv, SDKValidationError> {
|
|
4351
|
+
return safeParse(
|
|
4352
|
+
jsonString,
|
|
4353
|
+
(x) => CreateProjectEnv$inboundSchema.parse(JSON.parse(x)),
|
|
4354
|
+
`Failed to parse 'CreateProjectEnv' from JSON`,
|
|
4355
|
+
);
|
|
4356
|
+
}
|
|
4357
|
+
|
|
3825
4358
|
/** @internal */
|
|
3826
4359
|
export const CreateProjectCustomEnvironments$inboundSchema: z.ZodType<
|
|
3827
4360
|
CreateProjectCustomEnvironments,
|
|
@@ -3852,6 +4385,26 @@ export namespace CreateProjectCustomEnvironments$ {
|
|
|
3852
4385
|
export type Outbound = CreateProjectCustomEnvironments$Outbound;
|
|
3853
4386
|
}
|
|
3854
4387
|
|
|
4388
|
+
export function createProjectCustomEnvironmentsToJSON(
|
|
4389
|
+
createProjectCustomEnvironments: CreateProjectCustomEnvironments,
|
|
4390
|
+
): string {
|
|
4391
|
+
return JSON.stringify(
|
|
4392
|
+
CreateProjectCustomEnvironments$outboundSchema.parse(
|
|
4393
|
+
createProjectCustomEnvironments,
|
|
4394
|
+
),
|
|
4395
|
+
);
|
|
4396
|
+
}
|
|
4397
|
+
|
|
4398
|
+
export function createProjectCustomEnvironmentsFromJSON(
|
|
4399
|
+
jsonString: string,
|
|
4400
|
+
): SafeParseResult<CreateProjectCustomEnvironments, SDKValidationError> {
|
|
4401
|
+
return safeParse(
|
|
4402
|
+
jsonString,
|
|
4403
|
+
(x) => CreateProjectCustomEnvironments$inboundSchema.parse(JSON.parse(x)),
|
|
4404
|
+
`Failed to parse 'CreateProjectCustomEnvironments' from JSON`,
|
|
4405
|
+
);
|
|
4406
|
+
}
|
|
4407
|
+
|
|
3855
4408
|
/** @internal */
|
|
3856
4409
|
export const CreateProjectProjectsFramework$inboundSchema: z.ZodNativeEnum<
|
|
3857
4410
|
typeof CreateProjectProjectsFramework
|
|
@@ -3912,6 +4465,24 @@ export namespace CreateProjectIpBuckets$ {
|
|
|
3912
4465
|
export type Outbound = CreateProjectIpBuckets$Outbound;
|
|
3913
4466
|
}
|
|
3914
4467
|
|
|
4468
|
+
export function createProjectIpBucketsToJSON(
|
|
4469
|
+
createProjectIpBuckets: CreateProjectIpBuckets,
|
|
4470
|
+
): string {
|
|
4471
|
+
return JSON.stringify(
|
|
4472
|
+
CreateProjectIpBuckets$outboundSchema.parse(createProjectIpBuckets),
|
|
4473
|
+
);
|
|
4474
|
+
}
|
|
4475
|
+
|
|
4476
|
+
export function createProjectIpBucketsFromJSON(
|
|
4477
|
+
jsonString: string,
|
|
4478
|
+
): SafeParseResult<CreateProjectIpBuckets, SDKValidationError> {
|
|
4479
|
+
return safeParse(
|
|
4480
|
+
jsonString,
|
|
4481
|
+
(x) => CreateProjectIpBuckets$inboundSchema.parse(JSON.parse(x)),
|
|
4482
|
+
`Failed to parse 'CreateProjectIpBuckets' from JSON`,
|
|
4483
|
+
);
|
|
4484
|
+
}
|
|
4485
|
+
|
|
3915
4486
|
/** @internal */
|
|
3916
4487
|
export const CreateProjectAliasAssigned$inboundSchema: z.ZodType<
|
|
3917
4488
|
CreateProjectAliasAssigned,
|
|
@@ -3942,6 +4513,24 @@ export namespace CreateProjectAliasAssigned$ {
|
|
|
3942
4513
|
export type Outbound = CreateProjectAliasAssigned$Outbound;
|
|
3943
4514
|
}
|
|
3944
4515
|
|
|
4516
|
+
export function createProjectAliasAssignedToJSON(
|
|
4517
|
+
createProjectAliasAssigned: CreateProjectAliasAssigned,
|
|
4518
|
+
): string {
|
|
4519
|
+
return JSON.stringify(
|
|
4520
|
+
CreateProjectAliasAssigned$outboundSchema.parse(createProjectAliasAssigned),
|
|
4521
|
+
);
|
|
4522
|
+
}
|
|
4523
|
+
|
|
4524
|
+
export function createProjectAliasAssignedFromJSON(
|
|
4525
|
+
jsonString: string,
|
|
4526
|
+
): SafeParseResult<CreateProjectAliasAssigned, SDKValidationError> {
|
|
4527
|
+
return safeParse(
|
|
4528
|
+
jsonString,
|
|
4529
|
+
(x) => CreateProjectAliasAssigned$inboundSchema.parse(JSON.parse(x)),
|
|
4530
|
+
`Failed to parse 'CreateProjectAliasAssigned' from JSON`,
|
|
4531
|
+
);
|
|
4532
|
+
}
|
|
4533
|
+
|
|
3945
4534
|
/** @internal */
|
|
3946
4535
|
export const CreateProjectAliasError$inboundSchema: z.ZodType<
|
|
3947
4536
|
CreateProjectAliasError,
|
|
@@ -3981,6 +4570,24 @@ export namespace CreateProjectAliasError$ {
|
|
|
3981
4570
|
export type Outbound = CreateProjectAliasError$Outbound;
|
|
3982
4571
|
}
|
|
3983
4572
|
|
|
4573
|
+
export function createProjectAliasErrorToJSON(
|
|
4574
|
+
createProjectAliasError: CreateProjectAliasError,
|
|
4575
|
+
): string {
|
|
4576
|
+
return JSON.stringify(
|
|
4577
|
+
CreateProjectAliasError$outboundSchema.parse(createProjectAliasError),
|
|
4578
|
+
);
|
|
4579
|
+
}
|
|
4580
|
+
|
|
4581
|
+
export function createProjectAliasErrorFromJSON(
|
|
4582
|
+
jsonString: string,
|
|
4583
|
+
): SafeParseResult<CreateProjectAliasError, SDKValidationError> {
|
|
4584
|
+
return safeParse(
|
|
4585
|
+
jsonString,
|
|
4586
|
+
(x) => CreateProjectAliasError$inboundSchema.parse(JSON.parse(x)),
|
|
4587
|
+
`Failed to parse 'CreateProjectAliasError' from JSON`,
|
|
4588
|
+
);
|
|
4589
|
+
}
|
|
4590
|
+
|
|
3984
4591
|
/** @internal */
|
|
3985
4592
|
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema:
|
|
3986
4593
|
z.ZodNativeEnum<
|
|
@@ -4050,6 +4657,24 @@ export namespace CreateProjectBranchMatcher$ {
|
|
|
4050
4657
|
export type Outbound = CreateProjectBranchMatcher$Outbound;
|
|
4051
4658
|
}
|
|
4052
4659
|
|
|
4660
|
+
export function createProjectBranchMatcherToJSON(
|
|
4661
|
+
createProjectBranchMatcher: CreateProjectBranchMatcher,
|
|
4662
|
+
): string {
|
|
4663
|
+
return JSON.stringify(
|
|
4664
|
+
CreateProjectBranchMatcher$outboundSchema.parse(createProjectBranchMatcher),
|
|
4665
|
+
);
|
|
4666
|
+
}
|
|
4667
|
+
|
|
4668
|
+
export function createProjectBranchMatcherFromJSON(
|
|
4669
|
+
jsonString: string,
|
|
4670
|
+
): SafeParseResult<CreateProjectBranchMatcher, SDKValidationError> {
|
|
4671
|
+
return safeParse(
|
|
4672
|
+
jsonString,
|
|
4673
|
+
(x) => CreateProjectBranchMatcher$inboundSchema.parse(JSON.parse(x)),
|
|
4674
|
+
`Failed to parse 'CreateProjectBranchMatcher' from JSON`,
|
|
4675
|
+
);
|
|
4676
|
+
}
|
|
4677
|
+
|
|
4053
4678
|
/** @internal */
|
|
4054
4679
|
export const CreateProjectBuilds$inboundSchema: z.ZodType<
|
|
4055
4680
|
CreateProjectBuilds,
|
|
@@ -4092,6 +4717,24 @@ export namespace CreateProjectBuilds$ {
|
|
|
4092
4717
|
export type Outbound = CreateProjectBuilds$Outbound;
|
|
4093
4718
|
}
|
|
4094
4719
|
|
|
4720
|
+
export function createProjectBuildsToJSON(
|
|
4721
|
+
createProjectBuilds: CreateProjectBuilds,
|
|
4722
|
+
): string {
|
|
4723
|
+
return JSON.stringify(
|
|
4724
|
+
CreateProjectBuilds$outboundSchema.parse(createProjectBuilds),
|
|
4725
|
+
);
|
|
4726
|
+
}
|
|
4727
|
+
|
|
4728
|
+
export function createProjectBuildsFromJSON(
|
|
4729
|
+
jsonString: string,
|
|
4730
|
+
): SafeParseResult<CreateProjectBuilds, SDKValidationError> {
|
|
4731
|
+
return safeParse(
|
|
4732
|
+
jsonString,
|
|
4733
|
+
(x) => CreateProjectBuilds$inboundSchema.parse(JSON.parse(x)),
|
|
4734
|
+
`Failed to parse 'CreateProjectBuilds' from JSON`,
|
|
4735
|
+
);
|
|
4736
|
+
}
|
|
4737
|
+
|
|
4095
4738
|
/** @internal */
|
|
4096
4739
|
export const CreateProjectChecksConclusion$inboundSchema: z.ZodNativeEnum<
|
|
4097
4740
|
typeof CreateProjectChecksConclusion
|
|
@@ -4182,6 +4825,24 @@ export namespace CreateProjectCreator$ {
|
|
|
4182
4825
|
export type Outbound = CreateProjectCreator$Outbound;
|
|
4183
4826
|
}
|
|
4184
4827
|
|
|
4828
|
+
export function createProjectCreatorToJSON(
|
|
4829
|
+
createProjectCreator: CreateProjectCreator,
|
|
4830
|
+
): string {
|
|
4831
|
+
return JSON.stringify(
|
|
4832
|
+
CreateProjectCreator$outboundSchema.parse(createProjectCreator),
|
|
4833
|
+
);
|
|
4834
|
+
}
|
|
4835
|
+
|
|
4836
|
+
export function createProjectCreatorFromJSON(
|
|
4837
|
+
jsonString: string,
|
|
4838
|
+
): SafeParseResult<CreateProjectCreator, SDKValidationError> {
|
|
4839
|
+
return safeParse(
|
|
4840
|
+
jsonString,
|
|
4841
|
+
(x) => CreateProjectCreator$inboundSchema.parse(JSON.parse(x)),
|
|
4842
|
+
`Failed to parse 'CreateProjectCreator' from JSON`,
|
|
4843
|
+
);
|
|
4844
|
+
}
|
|
4845
|
+
|
|
4185
4846
|
/** @internal */
|
|
4186
4847
|
export const CreateProjectOidcTokenClaims$inboundSchema: z.ZodType<
|
|
4187
4848
|
CreateProjectOidcTokenClaims,
|
|
@@ -4252,6 +4913,26 @@ export namespace CreateProjectOidcTokenClaims$ {
|
|
|
4252
4913
|
export type Outbound = CreateProjectOidcTokenClaims$Outbound;
|
|
4253
4914
|
}
|
|
4254
4915
|
|
|
4916
|
+
export function createProjectOidcTokenClaimsToJSON(
|
|
4917
|
+
createProjectOidcTokenClaims: CreateProjectOidcTokenClaims,
|
|
4918
|
+
): string {
|
|
4919
|
+
return JSON.stringify(
|
|
4920
|
+
CreateProjectOidcTokenClaims$outboundSchema.parse(
|
|
4921
|
+
createProjectOidcTokenClaims,
|
|
4922
|
+
),
|
|
4923
|
+
);
|
|
4924
|
+
}
|
|
4925
|
+
|
|
4926
|
+
export function createProjectOidcTokenClaimsFromJSON(
|
|
4927
|
+
jsonString: string,
|
|
4928
|
+
): SafeParseResult<CreateProjectOidcTokenClaims, SDKValidationError> {
|
|
4929
|
+
return safeParse(
|
|
4930
|
+
jsonString,
|
|
4931
|
+
(x) => CreateProjectOidcTokenClaims$inboundSchema.parse(JSON.parse(x)),
|
|
4932
|
+
`Failed to parse 'CreateProjectOidcTokenClaims' from JSON`,
|
|
4933
|
+
);
|
|
4934
|
+
}
|
|
4935
|
+
|
|
4255
4936
|
/** @internal */
|
|
4256
4937
|
export const CreateProjectPlan$inboundSchema: z.ZodNativeEnum<
|
|
4257
4938
|
typeof CreateProjectPlan
|
|
@@ -4486,6 +5167,26 @@ export namespace CreateProjectLatestDeployments$ {
|
|
|
4486
5167
|
export type Outbound = CreateProjectLatestDeployments$Outbound;
|
|
4487
5168
|
}
|
|
4488
5169
|
|
|
5170
|
+
export function createProjectLatestDeploymentsToJSON(
|
|
5171
|
+
createProjectLatestDeployments: CreateProjectLatestDeployments,
|
|
5172
|
+
): string {
|
|
5173
|
+
return JSON.stringify(
|
|
5174
|
+
CreateProjectLatestDeployments$outboundSchema.parse(
|
|
5175
|
+
createProjectLatestDeployments,
|
|
5176
|
+
),
|
|
5177
|
+
);
|
|
5178
|
+
}
|
|
5179
|
+
|
|
5180
|
+
export function createProjectLatestDeploymentsFromJSON(
|
|
5181
|
+
jsonString: string,
|
|
5182
|
+
): SafeParseResult<CreateProjectLatestDeployments, SDKValidationError> {
|
|
5183
|
+
return safeParse(
|
|
5184
|
+
jsonString,
|
|
5185
|
+
(x) => CreateProjectLatestDeployments$inboundSchema.parse(JSON.parse(x)),
|
|
5186
|
+
`Failed to parse 'CreateProjectLatestDeployments' from JSON`,
|
|
5187
|
+
);
|
|
5188
|
+
}
|
|
5189
|
+
|
|
4489
5190
|
/** @internal */
|
|
4490
5191
|
export const CreateProjectLinkProjectsResponseType$inboundSchema:
|
|
4491
5192
|
z.ZodNativeEnum<typeof CreateProjectLinkProjectsResponseType> = z.nativeEnum(
|
|
@@ -4562,6 +5263,33 @@ export namespace CreateProjectLinkProjectsResponseDeployHooks$ {
|
|
|
4562
5263
|
export type Outbound = CreateProjectLinkProjectsResponseDeployHooks$Outbound;
|
|
4563
5264
|
}
|
|
4564
5265
|
|
|
5266
|
+
export function createProjectLinkProjectsResponseDeployHooksToJSON(
|
|
5267
|
+
createProjectLinkProjectsResponseDeployHooks:
|
|
5268
|
+
CreateProjectLinkProjectsResponseDeployHooks,
|
|
5269
|
+
): string {
|
|
5270
|
+
return JSON.stringify(
|
|
5271
|
+
CreateProjectLinkProjectsResponseDeployHooks$outboundSchema.parse(
|
|
5272
|
+
createProjectLinkProjectsResponseDeployHooks,
|
|
5273
|
+
),
|
|
5274
|
+
);
|
|
5275
|
+
}
|
|
5276
|
+
|
|
5277
|
+
export function createProjectLinkProjectsResponseDeployHooksFromJSON(
|
|
5278
|
+
jsonString: string,
|
|
5279
|
+
): SafeParseResult<
|
|
5280
|
+
CreateProjectLinkProjectsResponseDeployHooks,
|
|
5281
|
+
SDKValidationError
|
|
5282
|
+
> {
|
|
5283
|
+
return safeParse(
|
|
5284
|
+
jsonString,
|
|
5285
|
+
(x) =>
|
|
5286
|
+
CreateProjectLinkProjectsResponseDeployHooks$inboundSchema.parse(
|
|
5287
|
+
JSON.parse(x),
|
|
5288
|
+
),
|
|
5289
|
+
`Failed to parse 'CreateProjectLinkProjectsResponseDeployHooks' from JSON`,
|
|
5290
|
+
);
|
|
5291
|
+
}
|
|
5292
|
+
|
|
4565
5293
|
/** @internal */
|
|
4566
5294
|
export const CreateProjectLink3$inboundSchema: z.ZodType<
|
|
4567
5295
|
CreateProjectLink3,
|
|
@@ -4635,7 +5363,25 @@ export namespace CreateProjectLink3$ {
|
|
|
4635
5363
|
export type Outbound = CreateProjectLink3$Outbound;
|
|
4636
5364
|
}
|
|
4637
5365
|
|
|
4638
|
-
|
|
5366
|
+
export function createProjectLink3ToJSON(
|
|
5367
|
+
createProjectLink3: CreateProjectLink3,
|
|
5368
|
+
): string {
|
|
5369
|
+
return JSON.stringify(
|
|
5370
|
+
CreateProjectLink3$outboundSchema.parse(createProjectLink3),
|
|
5371
|
+
);
|
|
5372
|
+
}
|
|
5373
|
+
|
|
5374
|
+
export function createProjectLink3FromJSON(
|
|
5375
|
+
jsonString: string,
|
|
5376
|
+
): SafeParseResult<CreateProjectLink3, SDKValidationError> {
|
|
5377
|
+
return safeParse(
|
|
5378
|
+
jsonString,
|
|
5379
|
+
(x) => CreateProjectLink3$inboundSchema.parse(JSON.parse(x)),
|
|
5380
|
+
`Failed to parse 'CreateProjectLink3' from JSON`,
|
|
5381
|
+
);
|
|
5382
|
+
}
|
|
5383
|
+
|
|
5384
|
+
/** @internal */
|
|
4639
5385
|
export const CreateProjectLinkProjectsType$inboundSchema: z.ZodNativeEnum<
|
|
4640
5386
|
typeof CreateProjectLinkProjectsType
|
|
4641
5387
|
> = z.nativeEnum(CreateProjectLinkProjectsType);
|
|
@@ -4706,6 +5452,27 @@ export namespace CreateProjectLinkProjectsDeployHooks$ {
|
|
|
4706
5452
|
export type Outbound = CreateProjectLinkProjectsDeployHooks$Outbound;
|
|
4707
5453
|
}
|
|
4708
5454
|
|
|
5455
|
+
export function createProjectLinkProjectsDeployHooksToJSON(
|
|
5456
|
+
createProjectLinkProjectsDeployHooks: CreateProjectLinkProjectsDeployHooks,
|
|
5457
|
+
): string {
|
|
5458
|
+
return JSON.stringify(
|
|
5459
|
+
CreateProjectLinkProjectsDeployHooks$outboundSchema.parse(
|
|
5460
|
+
createProjectLinkProjectsDeployHooks,
|
|
5461
|
+
),
|
|
5462
|
+
);
|
|
5463
|
+
}
|
|
5464
|
+
|
|
5465
|
+
export function createProjectLinkProjectsDeployHooksFromJSON(
|
|
5466
|
+
jsonString: string,
|
|
5467
|
+
): SafeParseResult<CreateProjectLinkProjectsDeployHooks, SDKValidationError> {
|
|
5468
|
+
return safeParse(
|
|
5469
|
+
jsonString,
|
|
5470
|
+
(x) =>
|
|
5471
|
+
CreateProjectLinkProjectsDeployHooks$inboundSchema.parse(JSON.parse(x)),
|
|
5472
|
+
`Failed to parse 'CreateProjectLinkProjectsDeployHooks' from JSON`,
|
|
5473
|
+
);
|
|
5474
|
+
}
|
|
5475
|
+
|
|
4709
5476
|
/** @internal */
|
|
4710
5477
|
export const CreateProjectLink2$inboundSchema: z.ZodType<
|
|
4711
5478
|
CreateProjectLink2,
|
|
@@ -4782,6 +5549,24 @@ export namespace CreateProjectLink2$ {
|
|
|
4782
5549
|
export type Outbound = CreateProjectLink2$Outbound;
|
|
4783
5550
|
}
|
|
4784
5551
|
|
|
5552
|
+
export function createProjectLink2ToJSON(
|
|
5553
|
+
createProjectLink2: CreateProjectLink2,
|
|
5554
|
+
): string {
|
|
5555
|
+
return JSON.stringify(
|
|
5556
|
+
CreateProjectLink2$outboundSchema.parse(createProjectLink2),
|
|
5557
|
+
);
|
|
5558
|
+
}
|
|
5559
|
+
|
|
5560
|
+
export function createProjectLink2FromJSON(
|
|
5561
|
+
jsonString: string,
|
|
5562
|
+
): SafeParseResult<CreateProjectLink2, SDKValidationError> {
|
|
5563
|
+
return safeParse(
|
|
5564
|
+
jsonString,
|
|
5565
|
+
(x) => CreateProjectLink2$inboundSchema.parse(JSON.parse(x)),
|
|
5566
|
+
`Failed to parse 'CreateProjectLink2' from JSON`,
|
|
5567
|
+
);
|
|
5568
|
+
}
|
|
5569
|
+
|
|
4785
5570
|
/** @internal */
|
|
4786
5571
|
export const CreateProjectLinkType$inboundSchema: z.ZodNativeEnum<
|
|
4787
5572
|
typeof CreateProjectLinkType
|
|
@@ -4851,6 +5636,26 @@ export namespace CreateProjectLinkDeployHooks$ {
|
|
|
4851
5636
|
export type Outbound = CreateProjectLinkDeployHooks$Outbound;
|
|
4852
5637
|
}
|
|
4853
5638
|
|
|
5639
|
+
export function createProjectLinkDeployHooksToJSON(
|
|
5640
|
+
createProjectLinkDeployHooks: CreateProjectLinkDeployHooks,
|
|
5641
|
+
): string {
|
|
5642
|
+
return JSON.stringify(
|
|
5643
|
+
CreateProjectLinkDeployHooks$outboundSchema.parse(
|
|
5644
|
+
createProjectLinkDeployHooks,
|
|
5645
|
+
),
|
|
5646
|
+
);
|
|
5647
|
+
}
|
|
5648
|
+
|
|
5649
|
+
export function createProjectLinkDeployHooksFromJSON(
|
|
5650
|
+
jsonString: string,
|
|
5651
|
+
): SafeParseResult<CreateProjectLinkDeployHooks, SDKValidationError> {
|
|
5652
|
+
return safeParse(
|
|
5653
|
+
jsonString,
|
|
5654
|
+
(x) => CreateProjectLinkDeployHooks$inboundSchema.parse(JSON.parse(x)),
|
|
5655
|
+
`Failed to parse 'CreateProjectLinkDeployHooks' from JSON`,
|
|
5656
|
+
);
|
|
5657
|
+
}
|
|
5658
|
+
|
|
4854
5659
|
/** @internal */
|
|
4855
5660
|
export const CreateProjectLink1$inboundSchema: z.ZodType<
|
|
4856
5661
|
CreateProjectLink1,
|
|
@@ -4921,6 +5726,24 @@ export namespace CreateProjectLink1$ {
|
|
|
4921
5726
|
export type Outbound = CreateProjectLink1$Outbound;
|
|
4922
5727
|
}
|
|
4923
5728
|
|
|
5729
|
+
export function createProjectLink1ToJSON(
|
|
5730
|
+
createProjectLink1: CreateProjectLink1,
|
|
5731
|
+
): string {
|
|
5732
|
+
return JSON.stringify(
|
|
5733
|
+
CreateProjectLink1$outboundSchema.parse(createProjectLink1),
|
|
5734
|
+
);
|
|
5735
|
+
}
|
|
5736
|
+
|
|
5737
|
+
export function createProjectLink1FromJSON(
|
|
5738
|
+
jsonString: string,
|
|
5739
|
+
): SafeParseResult<CreateProjectLink1, SDKValidationError> {
|
|
5740
|
+
return safeParse(
|
|
5741
|
+
jsonString,
|
|
5742
|
+
(x) => CreateProjectLink1$inboundSchema.parse(JSON.parse(x)),
|
|
5743
|
+
`Failed to parse 'CreateProjectLink1' from JSON`,
|
|
5744
|
+
);
|
|
5745
|
+
}
|
|
5746
|
+
|
|
4924
5747
|
/** @internal */
|
|
4925
5748
|
export const CreateProjectLink$inboundSchema: z.ZodType<
|
|
4926
5749
|
CreateProjectLink,
|
|
@@ -4962,43 +5785,22 @@ export namespace CreateProjectLink$ {
|
|
|
4962
5785
|
export type Outbound = CreateProjectLink$Outbound;
|
|
4963
5786
|
}
|
|
4964
5787
|
|
|
4965
|
-
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
|
|
4971
|
-
|
|
4972
|
-
slug: z.string(),
|
|
4973
|
-
});
|
|
4974
|
-
|
|
4975
|
-
/** @internal */
|
|
4976
|
-
export type CreateProjectGroup$Outbound = {
|
|
4977
|
-
id: string;
|
|
4978
|
-
slug: string;
|
|
4979
|
-
};
|
|
4980
|
-
|
|
4981
|
-
/** @internal */
|
|
4982
|
-
export const CreateProjectGroup$outboundSchema: z.ZodType<
|
|
4983
|
-
CreateProjectGroup$Outbound,
|
|
4984
|
-
z.ZodTypeDef,
|
|
4985
|
-
CreateProjectGroup
|
|
4986
|
-
> = z.object({
|
|
4987
|
-
id: z.string(),
|
|
4988
|
-
slug: z.string(),
|
|
4989
|
-
});
|
|
5788
|
+
export function createProjectLinkToJSON(
|
|
5789
|
+
createProjectLink: CreateProjectLink,
|
|
5790
|
+
): string {
|
|
5791
|
+
return JSON.stringify(
|
|
5792
|
+
CreateProjectLink$outboundSchema.parse(createProjectLink),
|
|
5793
|
+
);
|
|
5794
|
+
}
|
|
4990
5795
|
|
|
4991
|
-
|
|
4992
|
-
|
|
4993
|
-
|
|
4994
|
-
|
|
4995
|
-
|
|
4996
|
-
|
|
4997
|
-
|
|
4998
|
-
|
|
4999
|
-
export const outboundSchema = CreateProjectGroup$outboundSchema;
|
|
5000
|
-
/** @deprecated use `CreateProjectGroup$Outbound` instead. */
|
|
5001
|
-
export type Outbound = CreateProjectGroup$Outbound;
|
|
5796
|
+
export function createProjectLinkFromJSON(
|
|
5797
|
+
jsonString: string,
|
|
5798
|
+
): SafeParseResult<CreateProjectLink, SDKValidationError> {
|
|
5799
|
+
return safeParse(
|
|
5800
|
+
jsonString,
|
|
5801
|
+
(x) => CreateProjectLink$inboundSchema.parse(JSON.parse(x)),
|
|
5802
|
+
`Failed to parse 'CreateProjectLink' from JSON`,
|
|
5803
|
+
);
|
|
5002
5804
|
}
|
|
5003
5805
|
|
|
5004
5806
|
/** @internal */
|
|
@@ -5008,7 +5810,7 @@ export const CreateProjectMicrofrontends$inboundSchema: z.ZodType<
|
|
|
5008
5810
|
unknown
|
|
5009
5811
|
> = z.object({
|
|
5010
5812
|
updatedAt: z.number(),
|
|
5011
|
-
|
|
5813
|
+
groupIds: z.array(z.string()),
|
|
5012
5814
|
enabled: z.boolean(),
|
|
5013
5815
|
isDefaultApp: z.boolean().optional(),
|
|
5014
5816
|
defaultRoute: z.string().optional(),
|
|
@@ -5017,7 +5819,7 @@ export const CreateProjectMicrofrontends$inboundSchema: z.ZodType<
|
|
|
5017
5819
|
/** @internal */
|
|
5018
5820
|
export type CreateProjectMicrofrontends$Outbound = {
|
|
5019
5821
|
updatedAt: number;
|
|
5020
|
-
|
|
5822
|
+
groupIds: Array<string>;
|
|
5021
5823
|
enabled: boolean;
|
|
5022
5824
|
isDefaultApp?: boolean | undefined;
|
|
5023
5825
|
defaultRoute?: string | undefined;
|
|
@@ -5030,7 +5832,7 @@ export const CreateProjectMicrofrontends$outboundSchema: z.ZodType<
|
|
|
5030
5832
|
CreateProjectMicrofrontends
|
|
5031
5833
|
> = z.object({
|
|
5032
5834
|
updatedAt: z.number(),
|
|
5033
|
-
|
|
5835
|
+
groupIds: z.array(z.string()),
|
|
5034
5836
|
enabled: z.boolean(),
|
|
5035
5837
|
isDefaultApp: z.boolean().optional(),
|
|
5036
5838
|
defaultRoute: z.string().optional(),
|
|
@@ -5049,6 +5851,26 @@ export namespace CreateProjectMicrofrontends$ {
|
|
|
5049
5851
|
export type Outbound = CreateProjectMicrofrontends$Outbound;
|
|
5050
5852
|
}
|
|
5051
5853
|
|
|
5854
|
+
export function createProjectMicrofrontendsToJSON(
|
|
5855
|
+
createProjectMicrofrontends: CreateProjectMicrofrontends,
|
|
5856
|
+
): string {
|
|
5857
|
+
return JSON.stringify(
|
|
5858
|
+
CreateProjectMicrofrontends$outboundSchema.parse(
|
|
5859
|
+
createProjectMicrofrontends,
|
|
5860
|
+
),
|
|
5861
|
+
);
|
|
5862
|
+
}
|
|
5863
|
+
|
|
5864
|
+
export function createProjectMicrofrontendsFromJSON(
|
|
5865
|
+
jsonString: string,
|
|
5866
|
+
): SafeParseResult<CreateProjectMicrofrontends, SDKValidationError> {
|
|
5867
|
+
return safeParse(
|
|
5868
|
+
jsonString,
|
|
5869
|
+
(x) => CreateProjectMicrofrontends$inboundSchema.parse(JSON.parse(x)),
|
|
5870
|
+
`Failed to parse 'CreateProjectMicrofrontends' from JSON`,
|
|
5871
|
+
);
|
|
5872
|
+
}
|
|
5873
|
+
|
|
5052
5874
|
/** @internal */
|
|
5053
5875
|
export const CreateProjectNodeVersion$inboundSchema: z.ZodNativeEnum<
|
|
5054
5876
|
typeof CreateProjectNodeVersion
|
|
@@ -5106,6 +5928,24 @@ export namespace CreateProjectPaths$ {
|
|
|
5106
5928
|
export type Outbound = CreateProjectPaths$Outbound;
|
|
5107
5929
|
}
|
|
5108
5930
|
|
|
5931
|
+
export function createProjectPathsToJSON(
|
|
5932
|
+
createProjectPaths: CreateProjectPaths,
|
|
5933
|
+
): string {
|
|
5934
|
+
return JSON.stringify(
|
|
5935
|
+
CreateProjectPaths$outboundSchema.parse(createProjectPaths),
|
|
5936
|
+
);
|
|
5937
|
+
}
|
|
5938
|
+
|
|
5939
|
+
export function createProjectPathsFromJSON(
|
|
5940
|
+
jsonString: string,
|
|
5941
|
+
): SafeParseResult<CreateProjectPaths, SDKValidationError> {
|
|
5942
|
+
return safeParse(
|
|
5943
|
+
jsonString,
|
|
5944
|
+
(x) => CreateProjectPaths$inboundSchema.parse(JSON.parse(x)),
|
|
5945
|
+
`Failed to parse 'CreateProjectPaths' from JSON`,
|
|
5946
|
+
);
|
|
5947
|
+
}
|
|
5948
|
+
|
|
5109
5949
|
/** @internal */
|
|
5110
5950
|
export const CreateProjectOptionsAllowlist$inboundSchema: z.ZodType<
|
|
5111
5951
|
CreateProjectOptionsAllowlist,
|
|
@@ -5142,6 +5982,26 @@ export namespace CreateProjectOptionsAllowlist$ {
|
|
|
5142
5982
|
export type Outbound = CreateProjectOptionsAllowlist$Outbound;
|
|
5143
5983
|
}
|
|
5144
5984
|
|
|
5985
|
+
export function createProjectOptionsAllowlistToJSON(
|
|
5986
|
+
createProjectOptionsAllowlist: CreateProjectOptionsAllowlist,
|
|
5987
|
+
): string {
|
|
5988
|
+
return JSON.stringify(
|
|
5989
|
+
CreateProjectOptionsAllowlist$outboundSchema.parse(
|
|
5990
|
+
createProjectOptionsAllowlist,
|
|
5991
|
+
),
|
|
5992
|
+
);
|
|
5993
|
+
}
|
|
5994
|
+
|
|
5995
|
+
export function createProjectOptionsAllowlistFromJSON(
|
|
5996
|
+
jsonString: string,
|
|
5997
|
+
): SafeParseResult<CreateProjectOptionsAllowlist, SDKValidationError> {
|
|
5998
|
+
return safeParse(
|
|
5999
|
+
jsonString,
|
|
6000
|
+
(x) => CreateProjectOptionsAllowlist$inboundSchema.parse(JSON.parse(x)),
|
|
6001
|
+
`Failed to parse 'CreateProjectOptionsAllowlist' from JSON`,
|
|
6002
|
+
);
|
|
6003
|
+
}
|
|
6004
|
+
|
|
5145
6005
|
/** @internal */
|
|
5146
6006
|
export const CreateProjectPasswordProtection$inboundSchema: z.ZodType<
|
|
5147
6007
|
CreateProjectPasswordProtection,
|
|
@@ -5172,6 +6032,26 @@ export namespace CreateProjectPasswordProtection$ {
|
|
|
5172
6032
|
export type Outbound = CreateProjectPasswordProtection$Outbound;
|
|
5173
6033
|
}
|
|
5174
6034
|
|
|
6035
|
+
export function createProjectPasswordProtectionToJSON(
|
|
6036
|
+
createProjectPasswordProtection: CreateProjectPasswordProtection,
|
|
6037
|
+
): string {
|
|
6038
|
+
return JSON.stringify(
|
|
6039
|
+
CreateProjectPasswordProtection$outboundSchema.parse(
|
|
6040
|
+
createProjectPasswordProtection,
|
|
6041
|
+
),
|
|
6042
|
+
);
|
|
6043
|
+
}
|
|
6044
|
+
|
|
6045
|
+
export function createProjectPasswordProtectionFromJSON(
|
|
6046
|
+
jsonString: string,
|
|
6047
|
+
): SafeParseResult<CreateProjectPasswordProtection, SDKValidationError> {
|
|
6048
|
+
return safeParse(
|
|
6049
|
+
jsonString,
|
|
6050
|
+
(x) => CreateProjectPasswordProtection$inboundSchema.parse(JSON.parse(x)),
|
|
6051
|
+
`Failed to parse 'CreateProjectPasswordProtection' from JSON`,
|
|
6052
|
+
);
|
|
6053
|
+
}
|
|
6054
|
+
|
|
5175
6055
|
/** @internal */
|
|
5176
6056
|
export const CreateProjectFunctionDefaultMemoryType$inboundSchema:
|
|
5177
6057
|
z.ZodNativeEnum<typeof CreateProjectFunctionDefaultMemoryType> = z.nativeEnum(
|
|
@@ -5243,6 +6123,26 @@ export namespace CreateProjectResourceConfig$ {
|
|
|
5243
6123
|
export type Outbound = CreateProjectResourceConfig$Outbound;
|
|
5244
6124
|
}
|
|
5245
6125
|
|
|
6126
|
+
export function createProjectResourceConfigToJSON(
|
|
6127
|
+
createProjectResourceConfig: CreateProjectResourceConfig,
|
|
6128
|
+
): string {
|
|
6129
|
+
return JSON.stringify(
|
|
6130
|
+
CreateProjectResourceConfig$outboundSchema.parse(
|
|
6131
|
+
createProjectResourceConfig,
|
|
6132
|
+
),
|
|
6133
|
+
);
|
|
6134
|
+
}
|
|
6135
|
+
|
|
6136
|
+
export function createProjectResourceConfigFromJSON(
|
|
6137
|
+
jsonString: string,
|
|
6138
|
+
): SafeParseResult<CreateProjectResourceConfig, SDKValidationError> {
|
|
6139
|
+
return safeParse(
|
|
6140
|
+
jsonString,
|
|
6141
|
+
(x) => CreateProjectResourceConfig$inboundSchema.parse(JSON.parse(x)),
|
|
6142
|
+
`Failed to parse 'CreateProjectResourceConfig' from JSON`,
|
|
6143
|
+
);
|
|
6144
|
+
}
|
|
6145
|
+
|
|
5246
6146
|
/** @internal */
|
|
5247
6147
|
export const CreateProjectDeploymentType$inboundSchema: z.ZodNativeEnum<
|
|
5248
6148
|
typeof CreateProjectDeploymentType
|
|
@@ -5300,6 +6200,24 @@ export namespace CreateProjectSsoProtection$ {
|
|
|
5300
6200
|
export type Outbound = CreateProjectSsoProtection$Outbound;
|
|
5301
6201
|
}
|
|
5302
6202
|
|
|
6203
|
+
export function createProjectSsoProtectionToJSON(
|
|
6204
|
+
createProjectSsoProtection: CreateProjectSsoProtection,
|
|
6205
|
+
): string {
|
|
6206
|
+
return JSON.stringify(
|
|
6207
|
+
CreateProjectSsoProtection$outboundSchema.parse(createProjectSsoProtection),
|
|
6208
|
+
);
|
|
6209
|
+
}
|
|
6210
|
+
|
|
6211
|
+
export function createProjectSsoProtectionFromJSON(
|
|
6212
|
+
jsonString: string,
|
|
6213
|
+
): SafeParseResult<CreateProjectSsoProtection, SDKValidationError> {
|
|
6214
|
+
return safeParse(
|
|
6215
|
+
jsonString,
|
|
6216
|
+
(x) => CreateProjectSsoProtection$inboundSchema.parse(JSON.parse(x)),
|
|
6217
|
+
`Failed to parse 'CreateProjectSsoProtection' from JSON`,
|
|
6218
|
+
);
|
|
6219
|
+
}
|
|
6220
|
+
|
|
5303
6221
|
/** @internal */
|
|
5304
6222
|
export const CreateProjectProjectsAliasAssigned$inboundSchema: z.ZodType<
|
|
5305
6223
|
CreateProjectProjectsAliasAssigned,
|
|
@@ -5331,6 +6249,27 @@ export namespace CreateProjectProjectsAliasAssigned$ {
|
|
|
5331
6249
|
export type Outbound = CreateProjectProjectsAliasAssigned$Outbound;
|
|
5332
6250
|
}
|
|
5333
6251
|
|
|
6252
|
+
export function createProjectProjectsAliasAssignedToJSON(
|
|
6253
|
+
createProjectProjectsAliasAssigned: CreateProjectProjectsAliasAssigned,
|
|
6254
|
+
): string {
|
|
6255
|
+
return JSON.stringify(
|
|
6256
|
+
CreateProjectProjectsAliasAssigned$outboundSchema.parse(
|
|
6257
|
+
createProjectProjectsAliasAssigned,
|
|
6258
|
+
),
|
|
6259
|
+
);
|
|
6260
|
+
}
|
|
6261
|
+
|
|
6262
|
+
export function createProjectProjectsAliasAssignedFromJSON(
|
|
6263
|
+
jsonString: string,
|
|
6264
|
+
): SafeParseResult<CreateProjectProjectsAliasAssigned, SDKValidationError> {
|
|
6265
|
+
return safeParse(
|
|
6266
|
+
jsonString,
|
|
6267
|
+
(x) =>
|
|
6268
|
+
CreateProjectProjectsAliasAssigned$inboundSchema.parse(JSON.parse(x)),
|
|
6269
|
+
`Failed to parse 'CreateProjectProjectsAliasAssigned' from JSON`,
|
|
6270
|
+
);
|
|
6271
|
+
}
|
|
6272
|
+
|
|
5334
6273
|
/** @internal */
|
|
5335
6274
|
export const CreateProjectProjectsAliasError$inboundSchema: z.ZodType<
|
|
5336
6275
|
CreateProjectProjectsAliasError,
|
|
@@ -5370,6 +6309,26 @@ export namespace CreateProjectProjectsAliasError$ {
|
|
|
5370
6309
|
export type Outbound = CreateProjectProjectsAliasError$Outbound;
|
|
5371
6310
|
}
|
|
5372
6311
|
|
|
6312
|
+
export function createProjectProjectsAliasErrorToJSON(
|
|
6313
|
+
createProjectProjectsAliasError: CreateProjectProjectsAliasError,
|
|
6314
|
+
): string {
|
|
6315
|
+
return JSON.stringify(
|
|
6316
|
+
CreateProjectProjectsAliasError$outboundSchema.parse(
|
|
6317
|
+
createProjectProjectsAliasError,
|
|
6318
|
+
),
|
|
6319
|
+
);
|
|
6320
|
+
}
|
|
6321
|
+
|
|
6322
|
+
export function createProjectProjectsAliasErrorFromJSON(
|
|
6323
|
+
jsonString: string,
|
|
6324
|
+
): SafeParseResult<CreateProjectProjectsAliasError, SDKValidationError> {
|
|
6325
|
+
return safeParse(
|
|
6326
|
+
jsonString,
|
|
6327
|
+
(x) => CreateProjectProjectsAliasError$inboundSchema.parse(JSON.parse(x)),
|
|
6328
|
+
`Failed to parse 'CreateProjectProjectsAliasError' from JSON`,
|
|
6329
|
+
);
|
|
6330
|
+
}
|
|
6331
|
+
|
|
5373
6332
|
/** @internal */
|
|
5374
6333
|
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema:
|
|
5375
6334
|
z.ZodNativeEnum<
|
|
@@ -5440,6 +6399,27 @@ export namespace CreateProjectProjectsBranchMatcher$ {
|
|
|
5440
6399
|
export type Outbound = CreateProjectProjectsBranchMatcher$Outbound;
|
|
5441
6400
|
}
|
|
5442
6401
|
|
|
6402
|
+
export function createProjectProjectsBranchMatcherToJSON(
|
|
6403
|
+
createProjectProjectsBranchMatcher: CreateProjectProjectsBranchMatcher,
|
|
6404
|
+
): string {
|
|
6405
|
+
return JSON.stringify(
|
|
6406
|
+
CreateProjectProjectsBranchMatcher$outboundSchema.parse(
|
|
6407
|
+
createProjectProjectsBranchMatcher,
|
|
6408
|
+
),
|
|
6409
|
+
);
|
|
6410
|
+
}
|
|
6411
|
+
|
|
6412
|
+
export function createProjectProjectsBranchMatcherFromJSON(
|
|
6413
|
+
jsonString: string,
|
|
6414
|
+
): SafeParseResult<CreateProjectProjectsBranchMatcher, SDKValidationError> {
|
|
6415
|
+
return safeParse(
|
|
6416
|
+
jsonString,
|
|
6417
|
+
(x) =>
|
|
6418
|
+
CreateProjectProjectsBranchMatcher$inboundSchema.parse(JSON.parse(x)),
|
|
6419
|
+
`Failed to parse 'CreateProjectProjectsBranchMatcher' from JSON`,
|
|
6420
|
+
);
|
|
6421
|
+
}
|
|
6422
|
+
|
|
5443
6423
|
/** @internal */
|
|
5444
6424
|
export const CreateProjectProjectsBuilds$inboundSchema: z.ZodType<
|
|
5445
6425
|
CreateProjectProjectsBuilds,
|
|
@@ -5482,6 +6462,26 @@ export namespace CreateProjectProjectsBuilds$ {
|
|
|
5482
6462
|
export type Outbound = CreateProjectProjectsBuilds$Outbound;
|
|
5483
6463
|
}
|
|
5484
6464
|
|
|
6465
|
+
export function createProjectProjectsBuildsToJSON(
|
|
6466
|
+
createProjectProjectsBuilds: CreateProjectProjectsBuilds,
|
|
6467
|
+
): string {
|
|
6468
|
+
return JSON.stringify(
|
|
6469
|
+
CreateProjectProjectsBuilds$outboundSchema.parse(
|
|
6470
|
+
createProjectProjectsBuilds,
|
|
6471
|
+
),
|
|
6472
|
+
);
|
|
6473
|
+
}
|
|
6474
|
+
|
|
6475
|
+
export function createProjectProjectsBuildsFromJSON(
|
|
6476
|
+
jsonString: string,
|
|
6477
|
+
): SafeParseResult<CreateProjectProjectsBuilds, SDKValidationError> {
|
|
6478
|
+
return safeParse(
|
|
6479
|
+
jsonString,
|
|
6480
|
+
(x) => CreateProjectProjectsBuilds$inboundSchema.parse(JSON.parse(x)),
|
|
6481
|
+
`Failed to parse 'CreateProjectProjectsBuilds' from JSON`,
|
|
6482
|
+
);
|
|
6483
|
+
}
|
|
6484
|
+
|
|
5485
6485
|
/** @internal */
|
|
5486
6486
|
export const CreateProjectProjectsChecksConclusion$inboundSchema:
|
|
5487
6487
|
z.ZodNativeEnum<typeof CreateProjectProjectsChecksConclusion> = z.nativeEnum(
|
|
@@ -5575,6 +6575,26 @@ export namespace CreateProjectProjectsCreator$ {
|
|
|
5575
6575
|
export type Outbound = CreateProjectProjectsCreator$Outbound;
|
|
5576
6576
|
}
|
|
5577
6577
|
|
|
6578
|
+
export function createProjectProjectsCreatorToJSON(
|
|
6579
|
+
createProjectProjectsCreator: CreateProjectProjectsCreator,
|
|
6580
|
+
): string {
|
|
6581
|
+
return JSON.stringify(
|
|
6582
|
+
CreateProjectProjectsCreator$outboundSchema.parse(
|
|
6583
|
+
createProjectProjectsCreator,
|
|
6584
|
+
),
|
|
6585
|
+
);
|
|
6586
|
+
}
|
|
6587
|
+
|
|
6588
|
+
export function createProjectProjectsCreatorFromJSON(
|
|
6589
|
+
jsonString: string,
|
|
6590
|
+
): SafeParseResult<CreateProjectProjectsCreator, SDKValidationError> {
|
|
6591
|
+
return safeParse(
|
|
6592
|
+
jsonString,
|
|
6593
|
+
(x) => CreateProjectProjectsCreator$inboundSchema.parse(JSON.parse(x)),
|
|
6594
|
+
`Failed to parse 'CreateProjectProjectsCreator' from JSON`,
|
|
6595
|
+
);
|
|
6596
|
+
}
|
|
6597
|
+
|
|
5578
6598
|
/** @internal */
|
|
5579
6599
|
export const CreateProjectProjectsOidcTokenClaims$inboundSchema: z.ZodType<
|
|
5580
6600
|
CreateProjectProjectsOidcTokenClaims,
|
|
@@ -5647,6 +6667,27 @@ export namespace CreateProjectProjectsOidcTokenClaims$ {
|
|
|
5647
6667
|
export type Outbound = CreateProjectProjectsOidcTokenClaims$Outbound;
|
|
5648
6668
|
}
|
|
5649
6669
|
|
|
6670
|
+
export function createProjectProjectsOidcTokenClaimsToJSON(
|
|
6671
|
+
createProjectProjectsOidcTokenClaims: CreateProjectProjectsOidcTokenClaims,
|
|
6672
|
+
): string {
|
|
6673
|
+
return JSON.stringify(
|
|
6674
|
+
CreateProjectProjectsOidcTokenClaims$outboundSchema.parse(
|
|
6675
|
+
createProjectProjectsOidcTokenClaims,
|
|
6676
|
+
),
|
|
6677
|
+
);
|
|
6678
|
+
}
|
|
6679
|
+
|
|
6680
|
+
export function createProjectProjectsOidcTokenClaimsFromJSON(
|
|
6681
|
+
jsonString: string,
|
|
6682
|
+
): SafeParseResult<CreateProjectProjectsOidcTokenClaims, SDKValidationError> {
|
|
6683
|
+
return safeParse(
|
|
6684
|
+
jsonString,
|
|
6685
|
+
(x) =>
|
|
6686
|
+
CreateProjectProjectsOidcTokenClaims$inboundSchema.parse(JSON.parse(x)),
|
|
6687
|
+
`Failed to parse 'CreateProjectProjectsOidcTokenClaims' from JSON`,
|
|
6688
|
+
);
|
|
6689
|
+
}
|
|
6690
|
+
|
|
5650
6691
|
/** @internal */
|
|
5651
6692
|
export const CreateProjectProjectsPlan$inboundSchema: z.ZodNativeEnum<
|
|
5652
6693
|
typeof CreateProjectProjectsPlan
|
|
@@ -5891,6 +6932,24 @@ export namespace CreateProjectTargets$ {
|
|
|
5891
6932
|
export type Outbound = CreateProjectTargets$Outbound;
|
|
5892
6933
|
}
|
|
5893
6934
|
|
|
6935
|
+
export function createProjectTargetsToJSON(
|
|
6936
|
+
createProjectTargets: CreateProjectTargets,
|
|
6937
|
+
): string {
|
|
6938
|
+
return JSON.stringify(
|
|
6939
|
+
CreateProjectTargets$outboundSchema.parse(createProjectTargets),
|
|
6940
|
+
);
|
|
6941
|
+
}
|
|
6942
|
+
|
|
6943
|
+
export function createProjectTargetsFromJSON(
|
|
6944
|
+
jsonString: string,
|
|
6945
|
+
): SafeParseResult<CreateProjectTargets, SDKValidationError> {
|
|
6946
|
+
return safeParse(
|
|
6947
|
+
jsonString,
|
|
6948
|
+
(x) => CreateProjectTargets$inboundSchema.parse(JSON.parse(x)),
|
|
6949
|
+
`Failed to parse 'CreateProjectTargets' from JSON`,
|
|
6950
|
+
);
|
|
6951
|
+
}
|
|
6952
|
+
|
|
5894
6953
|
/** @internal */
|
|
5895
6954
|
export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
5896
6955
|
CreateProjectPermissions,
|
|
@@ -5970,6 +7029,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
5970
7029
|
notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
|
|
5971
7030
|
notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
|
|
5972
7031
|
oauth2Connection: z.array(ACLAction$inboundSchema).optional(),
|
|
7032
|
+
observabilityConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
5973
7033
|
openTelemetryEndpoint: z.array(ACLAction$inboundSchema).optional(),
|
|
5974
7034
|
paymentMethod: z.array(ACLAction$inboundSchema).optional(),
|
|
5975
7035
|
permissions: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -6003,6 +7063,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
6003
7063
|
teamInvite: z.array(ACLAction$inboundSchema).optional(),
|
|
6004
7064
|
teamInviteCode: z.array(ACLAction$inboundSchema).optional(),
|
|
6005
7065
|
teamJoin: z.array(ACLAction$inboundSchema).optional(),
|
|
7066
|
+
teamMicrofrontends: z.array(ACLAction$inboundSchema).optional(),
|
|
6006
7067
|
teamOwnMembership: z.array(ACLAction$inboundSchema).optional(),
|
|
6007
7068
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$inboundSchema).optional(),
|
|
6008
7069
|
token: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -6033,6 +7094,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
6033
7094
|
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
|
|
6034
7095
|
.optional(),
|
|
6035
7096
|
deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
|
|
7097
|
+
deploymentV0: z.array(ACLAction$inboundSchema).optional(),
|
|
6036
7098
|
deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
6037
7099
|
deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
|
|
6038
7100
|
deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -6043,7 +7105,9 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
6043
7105
|
passwordProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
6044
7106
|
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
6045
7107
|
job: z.array(ACLAction$inboundSchema).optional(),
|
|
7108
|
+
observabilityData: z.array(ACLAction$inboundSchema).optional(),
|
|
6046
7109
|
project: z.array(ACLAction$inboundSchema).optional(),
|
|
7110
|
+
projectFromV0: z.array(ACLAction$inboundSchema).optional(),
|
|
6047
7111
|
projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
6048
7112
|
projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
6049
7113
|
projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -6159,6 +7223,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
6159
7223
|
notificationCustomerBudget?: Array<string> | undefined;
|
|
6160
7224
|
notificationStatementOfReasons?: Array<string> | undefined;
|
|
6161
7225
|
oauth2Connection?: Array<string> | undefined;
|
|
7226
|
+
observabilityConfiguration?: Array<string> | undefined;
|
|
6162
7227
|
openTelemetryEndpoint?: Array<string> | undefined;
|
|
6163
7228
|
paymentMethod?: Array<string> | undefined;
|
|
6164
7229
|
permissions?: Array<string> | undefined;
|
|
@@ -6192,6 +7257,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
6192
7257
|
teamInvite?: Array<string> | undefined;
|
|
6193
7258
|
teamInviteCode?: Array<string> | undefined;
|
|
6194
7259
|
teamJoin?: Array<string> | undefined;
|
|
7260
|
+
teamMicrofrontends?: Array<string> | undefined;
|
|
6195
7261
|
teamOwnMembership?: Array<string> | undefined;
|
|
6196
7262
|
teamOwnMembershipDisconnectSAML?: Array<string> | undefined;
|
|
6197
7263
|
token?: Array<string> | undefined;
|
|
@@ -6221,6 +7287,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
6221
7287
|
deploymentCheckPreview?: Array<string> | undefined;
|
|
6222
7288
|
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
6223
7289
|
deploymentProductionGit?: Array<string> | undefined;
|
|
7290
|
+
deploymentV0?: Array<string> | undefined;
|
|
6224
7291
|
deploymentPreview?: Array<string> | undefined;
|
|
6225
7292
|
deploymentPrivate?: Array<string> | undefined;
|
|
6226
7293
|
deploymentPromote?: Array<string> | undefined;
|
|
@@ -6231,7 +7298,9 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
6231
7298
|
passwordProtection?: Array<string> | undefined;
|
|
6232
7299
|
optionsAllowlist?: Array<string> | undefined;
|
|
6233
7300
|
job?: Array<string> | undefined;
|
|
7301
|
+
observabilityData?: Array<string> | undefined;
|
|
6234
7302
|
project?: Array<string> | undefined;
|
|
7303
|
+
projectFromV0?: Array<string> | undefined;
|
|
6235
7304
|
projectAccessGroup?: Array<string> | undefined;
|
|
6236
7305
|
projectAnalyticsSampling?: Array<string> | undefined;
|
|
6237
7306
|
projectDeploymentHook?: Array<string> | undefined;
|
|
@@ -6348,6 +7417,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
6348
7417
|
notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
|
|
6349
7418
|
notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
|
|
6350
7419
|
oauth2Connection: z.array(ACLAction$outboundSchema).optional(),
|
|
7420
|
+
observabilityConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
6351
7421
|
openTelemetryEndpoint: z.array(ACLAction$outboundSchema).optional(),
|
|
6352
7422
|
paymentMethod: z.array(ACLAction$outboundSchema).optional(),
|
|
6353
7423
|
permissions: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -6381,6 +7451,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
6381
7451
|
teamInvite: z.array(ACLAction$outboundSchema).optional(),
|
|
6382
7452
|
teamInviteCode: z.array(ACLAction$outboundSchema).optional(),
|
|
6383
7453
|
teamJoin: z.array(ACLAction$outboundSchema).optional(),
|
|
7454
|
+
teamMicrofrontends: z.array(ACLAction$outboundSchema).optional(),
|
|
6384
7455
|
teamOwnMembership: z.array(ACLAction$outboundSchema).optional(),
|
|
6385
7456
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$outboundSchema).optional(),
|
|
6386
7457
|
token: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -6411,6 +7482,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
6411
7482
|
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
|
|
6412
7483
|
.optional(),
|
|
6413
7484
|
deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
|
|
7485
|
+
deploymentV0: z.array(ACLAction$outboundSchema).optional(),
|
|
6414
7486
|
deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
6415
7487
|
deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
|
|
6416
7488
|
deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -6421,7 +7493,9 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
6421
7493
|
passwordProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
6422
7494
|
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
6423
7495
|
job: z.array(ACLAction$outboundSchema).optional(),
|
|
7496
|
+
observabilityData: z.array(ACLAction$outboundSchema).optional(),
|
|
6424
7497
|
project: z.array(ACLAction$outboundSchema).optional(),
|
|
7498
|
+
projectFromV0: z.array(ACLAction$outboundSchema).optional(),
|
|
6425
7499
|
projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
6426
7500
|
projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
6427
7501
|
projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -6477,6 +7551,24 @@ export namespace CreateProjectPermissions$ {
|
|
|
6477
7551
|
export type Outbound = CreateProjectPermissions$Outbound;
|
|
6478
7552
|
}
|
|
6479
7553
|
|
|
7554
|
+
export function createProjectPermissionsToJSON(
|
|
7555
|
+
createProjectPermissions: CreateProjectPermissions,
|
|
7556
|
+
): string {
|
|
7557
|
+
return JSON.stringify(
|
|
7558
|
+
CreateProjectPermissions$outboundSchema.parse(createProjectPermissions),
|
|
7559
|
+
);
|
|
7560
|
+
}
|
|
7561
|
+
|
|
7562
|
+
export function createProjectPermissionsFromJSON(
|
|
7563
|
+
jsonString: string,
|
|
7564
|
+
): SafeParseResult<CreateProjectPermissions, SDKValidationError> {
|
|
7565
|
+
return safeParse(
|
|
7566
|
+
jsonString,
|
|
7567
|
+
(x) => CreateProjectPermissions$inboundSchema.parse(JSON.parse(x)),
|
|
7568
|
+
`Failed to parse 'CreateProjectPermissions' from JSON`,
|
|
7569
|
+
);
|
|
7570
|
+
}
|
|
7571
|
+
|
|
6480
7572
|
/** @internal */
|
|
6481
7573
|
export const CreateProjectLastRollbackTarget$inboundSchema: z.ZodType<
|
|
6482
7574
|
CreateProjectLastRollbackTarget,
|
|
@@ -6507,6 +7599,26 @@ export namespace CreateProjectLastRollbackTarget$ {
|
|
|
6507
7599
|
export type Outbound = CreateProjectLastRollbackTarget$Outbound;
|
|
6508
7600
|
}
|
|
6509
7601
|
|
|
7602
|
+
export function createProjectLastRollbackTargetToJSON(
|
|
7603
|
+
createProjectLastRollbackTarget: CreateProjectLastRollbackTarget,
|
|
7604
|
+
): string {
|
|
7605
|
+
return JSON.stringify(
|
|
7606
|
+
CreateProjectLastRollbackTarget$outboundSchema.parse(
|
|
7607
|
+
createProjectLastRollbackTarget,
|
|
7608
|
+
),
|
|
7609
|
+
);
|
|
7610
|
+
}
|
|
7611
|
+
|
|
7612
|
+
export function createProjectLastRollbackTargetFromJSON(
|
|
7613
|
+
jsonString: string,
|
|
7614
|
+
): SafeParseResult<CreateProjectLastRollbackTarget, SDKValidationError> {
|
|
7615
|
+
return safeParse(
|
|
7616
|
+
jsonString,
|
|
7617
|
+
(x) => CreateProjectLastRollbackTarget$inboundSchema.parse(JSON.parse(x)),
|
|
7618
|
+
`Failed to parse 'CreateProjectLastRollbackTarget' from JSON`,
|
|
7619
|
+
);
|
|
7620
|
+
}
|
|
7621
|
+
|
|
6510
7622
|
/** @internal */
|
|
6511
7623
|
export const CreateProjectJobStatus$inboundSchema: z.ZodNativeEnum<
|
|
6512
7624
|
typeof CreateProjectJobStatus
|
|
@@ -6606,6 +7718,26 @@ export namespace CreateProjectLastAliasRequest$ {
|
|
|
6606
7718
|
export type Outbound = CreateProjectLastAliasRequest$Outbound;
|
|
6607
7719
|
}
|
|
6608
7720
|
|
|
7721
|
+
export function createProjectLastAliasRequestToJSON(
|
|
7722
|
+
createProjectLastAliasRequest: CreateProjectLastAliasRequest,
|
|
7723
|
+
): string {
|
|
7724
|
+
return JSON.stringify(
|
|
7725
|
+
CreateProjectLastAliasRequest$outboundSchema.parse(
|
|
7726
|
+
createProjectLastAliasRequest,
|
|
7727
|
+
),
|
|
7728
|
+
);
|
|
7729
|
+
}
|
|
7730
|
+
|
|
7731
|
+
export function createProjectLastAliasRequestFromJSON(
|
|
7732
|
+
jsonString: string,
|
|
7733
|
+
): SafeParseResult<CreateProjectLastAliasRequest, SDKValidationError> {
|
|
7734
|
+
return safeParse(
|
|
7735
|
+
jsonString,
|
|
7736
|
+
(x) => CreateProjectLastAliasRequest$inboundSchema.parse(JSON.parse(x)),
|
|
7737
|
+
`Failed to parse 'CreateProjectLastAliasRequest' from JSON`,
|
|
7738
|
+
);
|
|
7739
|
+
}
|
|
7740
|
+
|
|
6609
7741
|
/** @internal */
|
|
6610
7742
|
export const CreateProjectScope$inboundSchema: z.ZodNativeEnum<
|
|
6611
7743
|
typeof CreateProjectScope
|
|
@@ -6669,6 +7801,26 @@ export namespace CreateProjectProtectionBypass$ {
|
|
|
6669
7801
|
export type Outbound = CreateProjectProtectionBypass$Outbound;
|
|
6670
7802
|
}
|
|
6671
7803
|
|
|
7804
|
+
export function createProjectProtectionBypassToJSON(
|
|
7805
|
+
createProjectProtectionBypass: CreateProjectProtectionBypass,
|
|
7806
|
+
): string {
|
|
7807
|
+
return JSON.stringify(
|
|
7808
|
+
CreateProjectProtectionBypass$outboundSchema.parse(
|
|
7809
|
+
createProjectProtectionBypass,
|
|
7810
|
+
),
|
|
7811
|
+
);
|
|
7812
|
+
}
|
|
7813
|
+
|
|
7814
|
+
export function createProjectProtectionBypassFromJSON(
|
|
7815
|
+
jsonString: string,
|
|
7816
|
+
): SafeParseResult<CreateProjectProtectionBypass, SDKValidationError> {
|
|
7817
|
+
return safeParse(
|
|
7818
|
+
jsonString,
|
|
7819
|
+
(x) => CreateProjectProtectionBypass$inboundSchema.parse(JSON.parse(x)),
|
|
7820
|
+
`Failed to parse 'CreateProjectProtectionBypass' from JSON`,
|
|
7821
|
+
);
|
|
7822
|
+
}
|
|
7823
|
+
|
|
6672
7824
|
/** @internal */
|
|
6673
7825
|
export const CreateProjectTrustedIpsProjectsDeploymentType$inboundSchema:
|
|
6674
7826
|
z.ZodNativeEnum<typeof CreateProjectTrustedIpsProjectsDeploymentType> = z
|
|
@@ -6728,6 +7880,24 @@ export namespace CreateProjectTrustedIps2$ {
|
|
|
6728
7880
|
export type Outbound = CreateProjectTrustedIps2$Outbound;
|
|
6729
7881
|
}
|
|
6730
7882
|
|
|
7883
|
+
export function createProjectTrustedIps2ToJSON(
|
|
7884
|
+
createProjectTrustedIps2: CreateProjectTrustedIps2,
|
|
7885
|
+
): string {
|
|
7886
|
+
return JSON.stringify(
|
|
7887
|
+
CreateProjectTrustedIps2$outboundSchema.parse(createProjectTrustedIps2),
|
|
7888
|
+
);
|
|
7889
|
+
}
|
|
7890
|
+
|
|
7891
|
+
export function createProjectTrustedIps2FromJSON(
|
|
7892
|
+
jsonString: string,
|
|
7893
|
+
): SafeParseResult<CreateProjectTrustedIps2, SDKValidationError> {
|
|
7894
|
+
return safeParse(
|
|
7895
|
+
jsonString,
|
|
7896
|
+
(x) => CreateProjectTrustedIps2$inboundSchema.parse(JSON.parse(x)),
|
|
7897
|
+
`Failed to parse 'CreateProjectTrustedIps2' from JSON`,
|
|
7898
|
+
);
|
|
7899
|
+
}
|
|
7900
|
+
|
|
6731
7901
|
/** @internal */
|
|
6732
7902
|
export const CreateProjectTrustedIpsDeploymentType$inboundSchema:
|
|
6733
7903
|
z.ZodNativeEnum<typeof CreateProjectTrustedIpsDeploymentType> = z.nativeEnum(
|
|
@@ -6791,6 +7961,24 @@ export namespace TrustedIpsAddresses$ {
|
|
|
6791
7961
|
export type Outbound = TrustedIpsAddresses$Outbound;
|
|
6792
7962
|
}
|
|
6793
7963
|
|
|
7964
|
+
export function trustedIpsAddressesToJSON(
|
|
7965
|
+
trustedIpsAddresses: TrustedIpsAddresses,
|
|
7966
|
+
): string {
|
|
7967
|
+
return JSON.stringify(
|
|
7968
|
+
TrustedIpsAddresses$outboundSchema.parse(trustedIpsAddresses),
|
|
7969
|
+
);
|
|
7970
|
+
}
|
|
7971
|
+
|
|
7972
|
+
export function trustedIpsAddressesFromJSON(
|
|
7973
|
+
jsonString: string,
|
|
7974
|
+
): SafeParseResult<TrustedIpsAddresses, SDKValidationError> {
|
|
7975
|
+
return safeParse(
|
|
7976
|
+
jsonString,
|
|
7977
|
+
(x) => TrustedIpsAddresses$inboundSchema.parse(JSON.parse(x)),
|
|
7978
|
+
`Failed to parse 'TrustedIpsAddresses' from JSON`,
|
|
7979
|
+
);
|
|
7980
|
+
}
|
|
7981
|
+
|
|
6794
7982
|
/** @internal */
|
|
6795
7983
|
export const TrustedIpsProtectionMode$inboundSchema: z.ZodNativeEnum<
|
|
6796
7984
|
typeof TrustedIpsProtectionMode
|
|
@@ -6854,6 +8042,24 @@ export namespace CreateProjectTrustedIps1$ {
|
|
|
6854
8042
|
export type Outbound = CreateProjectTrustedIps1$Outbound;
|
|
6855
8043
|
}
|
|
6856
8044
|
|
|
8045
|
+
export function createProjectTrustedIps1ToJSON(
|
|
8046
|
+
createProjectTrustedIps1: CreateProjectTrustedIps1,
|
|
8047
|
+
): string {
|
|
8048
|
+
return JSON.stringify(
|
|
8049
|
+
CreateProjectTrustedIps1$outboundSchema.parse(createProjectTrustedIps1),
|
|
8050
|
+
);
|
|
8051
|
+
}
|
|
8052
|
+
|
|
8053
|
+
export function createProjectTrustedIps1FromJSON(
|
|
8054
|
+
jsonString: string,
|
|
8055
|
+
): SafeParseResult<CreateProjectTrustedIps1, SDKValidationError> {
|
|
8056
|
+
return safeParse(
|
|
8057
|
+
jsonString,
|
|
8058
|
+
(x) => CreateProjectTrustedIps1$inboundSchema.parse(JSON.parse(x)),
|
|
8059
|
+
`Failed to parse 'CreateProjectTrustedIps1' from JSON`,
|
|
8060
|
+
);
|
|
8061
|
+
}
|
|
8062
|
+
|
|
6857
8063
|
/** @internal */
|
|
6858
8064
|
export const CreateProjectTrustedIps$inboundSchema: z.ZodType<
|
|
6859
8065
|
CreateProjectTrustedIps,
|
|
@@ -6892,6 +8098,24 @@ export namespace CreateProjectTrustedIps$ {
|
|
|
6892
8098
|
export type Outbound = CreateProjectTrustedIps$Outbound;
|
|
6893
8099
|
}
|
|
6894
8100
|
|
|
8101
|
+
export function createProjectTrustedIpsToJSON(
|
|
8102
|
+
createProjectTrustedIps: CreateProjectTrustedIps,
|
|
8103
|
+
): string {
|
|
8104
|
+
return JSON.stringify(
|
|
8105
|
+
CreateProjectTrustedIps$outboundSchema.parse(createProjectTrustedIps),
|
|
8106
|
+
);
|
|
8107
|
+
}
|
|
8108
|
+
|
|
8109
|
+
export function createProjectTrustedIpsFromJSON(
|
|
8110
|
+
jsonString: string,
|
|
8111
|
+
): SafeParseResult<CreateProjectTrustedIps, SDKValidationError> {
|
|
8112
|
+
return safeParse(
|
|
8113
|
+
jsonString,
|
|
8114
|
+
(x) => CreateProjectTrustedIps$inboundSchema.parse(JSON.parse(x)),
|
|
8115
|
+
`Failed to parse 'CreateProjectTrustedIps' from JSON`,
|
|
8116
|
+
);
|
|
8117
|
+
}
|
|
8118
|
+
|
|
6895
8119
|
/** @internal */
|
|
6896
8120
|
export const CreateProjectGitComments$inboundSchema: z.ZodType<
|
|
6897
8121
|
CreateProjectGitComments,
|
|
@@ -6931,6 +8155,24 @@ export namespace CreateProjectGitComments$ {
|
|
|
6931
8155
|
export type Outbound = CreateProjectGitComments$Outbound;
|
|
6932
8156
|
}
|
|
6933
8157
|
|
|
8158
|
+
export function createProjectGitCommentsToJSON(
|
|
8159
|
+
createProjectGitComments: CreateProjectGitComments,
|
|
8160
|
+
): string {
|
|
8161
|
+
return JSON.stringify(
|
|
8162
|
+
CreateProjectGitComments$outboundSchema.parse(createProjectGitComments),
|
|
8163
|
+
);
|
|
8164
|
+
}
|
|
8165
|
+
|
|
8166
|
+
export function createProjectGitCommentsFromJSON(
|
|
8167
|
+
jsonString: string,
|
|
8168
|
+
): SafeParseResult<CreateProjectGitComments, SDKValidationError> {
|
|
8169
|
+
return safeParse(
|
|
8170
|
+
jsonString,
|
|
8171
|
+
(x) => CreateProjectGitComments$inboundSchema.parse(JSON.parse(x)),
|
|
8172
|
+
`Failed to parse 'CreateProjectGitComments' from JSON`,
|
|
8173
|
+
);
|
|
8174
|
+
}
|
|
8175
|
+
|
|
6934
8176
|
/** @internal */
|
|
6935
8177
|
export const CreateProjectWebAnalytics$inboundSchema: z.ZodType<
|
|
6936
8178
|
CreateProjectWebAnalytics,
|
|
@@ -6979,6 +8221,24 @@ export namespace CreateProjectWebAnalytics$ {
|
|
|
6979
8221
|
export type Outbound = CreateProjectWebAnalytics$Outbound;
|
|
6980
8222
|
}
|
|
6981
8223
|
|
|
8224
|
+
export function createProjectWebAnalyticsToJSON(
|
|
8225
|
+
createProjectWebAnalytics: CreateProjectWebAnalytics,
|
|
8226
|
+
): string {
|
|
8227
|
+
return JSON.stringify(
|
|
8228
|
+
CreateProjectWebAnalytics$outboundSchema.parse(createProjectWebAnalytics),
|
|
8229
|
+
);
|
|
8230
|
+
}
|
|
8231
|
+
|
|
8232
|
+
export function createProjectWebAnalyticsFromJSON(
|
|
8233
|
+
jsonString: string,
|
|
8234
|
+
): SafeParseResult<CreateProjectWebAnalytics, SDKValidationError> {
|
|
8235
|
+
return safeParse(
|
|
8236
|
+
jsonString,
|
|
8237
|
+
(x) => CreateProjectWebAnalytics$inboundSchema.parse(JSON.parse(x)),
|
|
8238
|
+
`Failed to parse 'CreateProjectWebAnalytics' from JSON`,
|
|
8239
|
+
);
|
|
8240
|
+
}
|
|
8241
|
+
|
|
6982
8242
|
/** @internal */
|
|
6983
8243
|
export const CreateProjectSrc2$inboundSchema: z.ZodType<
|
|
6984
8244
|
CreateProjectSrc2,
|
|
@@ -7045,6 +8305,24 @@ export namespace CreateProjectSrc2$ {
|
|
|
7045
8305
|
export type Outbound = CreateProjectSrc2$Outbound;
|
|
7046
8306
|
}
|
|
7047
8307
|
|
|
8308
|
+
export function createProjectSrc2ToJSON(
|
|
8309
|
+
createProjectSrc2: CreateProjectSrc2,
|
|
8310
|
+
): string {
|
|
8311
|
+
return JSON.stringify(
|
|
8312
|
+
CreateProjectSrc2$outboundSchema.parse(createProjectSrc2),
|
|
8313
|
+
);
|
|
8314
|
+
}
|
|
8315
|
+
|
|
8316
|
+
export function createProjectSrc2FromJSON(
|
|
8317
|
+
jsonString: string,
|
|
8318
|
+
): SafeParseResult<CreateProjectSrc2, SDKValidationError> {
|
|
8319
|
+
return safeParse(
|
|
8320
|
+
jsonString,
|
|
8321
|
+
(x) => CreateProjectSrc2$inboundSchema.parse(JSON.parse(x)),
|
|
8322
|
+
`Failed to parse 'CreateProjectSrc2' from JSON`,
|
|
8323
|
+
);
|
|
8324
|
+
}
|
|
8325
|
+
|
|
7048
8326
|
/** @internal */
|
|
7049
8327
|
export const CreateProjectSrc$inboundSchema: z.ZodType<
|
|
7050
8328
|
CreateProjectSrc,
|
|
@@ -7075,6 +8353,24 @@ export namespace CreateProjectSrc$ {
|
|
|
7075
8353
|
export type Outbound = CreateProjectSrc$Outbound;
|
|
7076
8354
|
}
|
|
7077
8355
|
|
|
8356
|
+
export function createProjectSrcToJSON(
|
|
8357
|
+
createProjectSrc: CreateProjectSrc,
|
|
8358
|
+
): string {
|
|
8359
|
+
return JSON.stringify(
|
|
8360
|
+
CreateProjectSrc$outboundSchema.parse(createProjectSrc),
|
|
8361
|
+
);
|
|
8362
|
+
}
|
|
8363
|
+
|
|
8364
|
+
export function createProjectSrcFromJSON(
|
|
8365
|
+
jsonString: string,
|
|
8366
|
+
): SafeParseResult<CreateProjectSrc, SDKValidationError> {
|
|
8367
|
+
return safeParse(
|
|
8368
|
+
jsonString,
|
|
8369
|
+
(x) => CreateProjectSrc$inboundSchema.parse(JSON.parse(x)),
|
|
8370
|
+
`Failed to parse 'CreateProjectSrc' from JSON`,
|
|
8371
|
+
);
|
|
8372
|
+
}
|
|
8373
|
+
|
|
7078
8374
|
/** @internal */
|
|
7079
8375
|
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema:
|
|
7080
8376
|
z.ZodNativeEnum<
|
|
@@ -7169,6 +8465,24 @@ export namespace CreateProjectValue2$ {
|
|
|
7169
8465
|
export type Outbound = CreateProjectValue2$Outbound;
|
|
7170
8466
|
}
|
|
7171
8467
|
|
|
8468
|
+
export function createProjectValue2ToJSON(
|
|
8469
|
+
createProjectValue2: CreateProjectValue2,
|
|
8470
|
+
): string {
|
|
8471
|
+
return JSON.stringify(
|
|
8472
|
+
CreateProjectValue2$outboundSchema.parse(createProjectValue2),
|
|
8473
|
+
);
|
|
8474
|
+
}
|
|
8475
|
+
|
|
8476
|
+
export function createProjectValue2FromJSON(
|
|
8477
|
+
jsonString: string,
|
|
8478
|
+
): SafeParseResult<CreateProjectValue2, SDKValidationError> {
|
|
8479
|
+
return safeParse(
|
|
8480
|
+
jsonString,
|
|
8481
|
+
(x) => CreateProjectValue2$inboundSchema.parse(JSON.parse(x)),
|
|
8482
|
+
`Failed to parse 'CreateProjectValue2' from JSON`,
|
|
8483
|
+
);
|
|
8484
|
+
}
|
|
8485
|
+
|
|
7172
8486
|
/** @internal */
|
|
7173
8487
|
export const CreateProjectValue$inboundSchema: z.ZodType<
|
|
7174
8488
|
CreateProjectValue,
|
|
@@ -7199,6 +8513,24 @@ export namespace CreateProjectValue$ {
|
|
|
7199
8513
|
export type Outbound = CreateProjectValue$Outbound;
|
|
7200
8514
|
}
|
|
7201
8515
|
|
|
8516
|
+
export function createProjectValueToJSON(
|
|
8517
|
+
createProjectValue: CreateProjectValue,
|
|
8518
|
+
): string {
|
|
8519
|
+
return JSON.stringify(
|
|
8520
|
+
CreateProjectValue$outboundSchema.parse(createProjectValue),
|
|
8521
|
+
);
|
|
8522
|
+
}
|
|
8523
|
+
|
|
8524
|
+
export function createProjectValueFromJSON(
|
|
8525
|
+
jsonString: string,
|
|
8526
|
+
): SafeParseResult<CreateProjectValue, SDKValidationError> {
|
|
8527
|
+
return safeParse(
|
|
8528
|
+
jsonString,
|
|
8529
|
+
(x) => CreateProjectValue$inboundSchema.parse(JSON.parse(x)),
|
|
8530
|
+
`Failed to parse 'CreateProjectValue' from JSON`,
|
|
8531
|
+
);
|
|
8532
|
+
}
|
|
8533
|
+
|
|
7202
8534
|
/** @internal */
|
|
7203
8535
|
export const CreateProjectHas$inboundSchema: z.ZodType<
|
|
7204
8536
|
CreateProjectHas,
|
|
@@ -7245,6 +8577,24 @@ export namespace CreateProjectHas$ {
|
|
|
7245
8577
|
export type Outbound = CreateProjectHas$Outbound;
|
|
7246
8578
|
}
|
|
7247
8579
|
|
|
8580
|
+
export function createProjectHasToJSON(
|
|
8581
|
+
createProjectHas: CreateProjectHas,
|
|
8582
|
+
): string {
|
|
8583
|
+
return JSON.stringify(
|
|
8584
|
+
CreateProjectHas$outboundSchema.parse(createProjectHas),
|
|
8585
|
+
);
|
|
8586
|
+
}
|
|
8587
|
+
|
|
8588
|
+
export function createProjectHasFromJSON(
|
|
8589
|
+
jsonString: string,
|
|
8590
|
+
): SafeParseResult<CreateProjectHas, SDKValidationError> {
|
|
8591
|
+
return safeParse(
|
|
8592
|
+
jsonString,
|
|
8593
|
+
(x) => CreateProjectHas$inboundSchema.parse(JSON.parse(x)),
|
|
8594
|
+
`Failed to parse 'CreateProjectHas' from JSON`,
|
|
8595
|
+
);
|
|
8596
|
+
}
|
|
8597
|
+
|
|
7248
8598
|
/** @internal */
|
|
7249
8599
|
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema:
|
|
7250
8600
|
z.ZodNativeEnum<
|
|
@@ -7339,6 +8689,26 @@ export namespace CreateProjectValueProjects2$ {
|
|
|
7339
8689
|
export type Outbound = CreateProjectValueProjects2$Outbound;
|
|
7340
8690
|
}
|
|
7341
8691
|
|
|
8692
|
+
export function createProjectValueProjects2ToJSON(
|
|
8693
|
+
createProjectValueProjects2: CreateProjectValueProjects2,
|
|
8694
|
+
): string {
|
|
8695
|
+
return JSON.stringify(
|
|
8696
|
+
CreateProjectValueProjects2$outboundSchema.parse(
|
|
8697
|
+
createProjectValueProjects2,
|
|
8698
|
+
),
|
|
8699
|
+
);
|
|
8700
|
+
}
|
|
8701
|
+
|
|
8702
|
+
export function createProjectValueProjects2FromJSON(
|
|
8703
|
+
jsonString: string,
|
|
8704
|
+
): SafeParseResult<CreateProjectValueProjects2, SDKValidationError> {
|
|
8705
|
+
return safeParse(
|
|
8706
|
+
jsonString,
|
|
8707
|
+
(x) => CreateProjectValueProjects2$inboundSchema.parse(JSON.parse(x)),
|
|
8708
|
+
`Failed to parse 'CreateProjectValueProjects2' from JSON`,
|
|
8709
|
+
);
|
|
8710
|
+
}
|
|
8711
|
+
|
|
7342
8712
|
/** @internal */
|
|
7343
8713
|
export const CreateProjectProjectsValue$inboundSchema: z.ZodType<
|
|
7344
8714
|
CreateProjectProjectsValue,
|
|
@@ -7377,6 +8747,24 @@ export namespace CreateProjectProjectsValue$ {
|
|
|
7377
8747
|
export type Outbound = CreateProjectProjectsValue$Outbound;
|
|
7378
8748
|
}
|
|
7379
8749
|
|
|
8750
|
+
export function createProjectProjectsValueToJSON(
|
|
8751
|
+
createProjectProjectsValue: CreateProjectProjectsValue,
|
|
8752
|
+
): string {
|
|
8753
|
+
return JSON.stringify(
|
|
8754
|
+
CreateProjectProjectsValue$outboundSchema.parse(createProjectProjectsValue),
|
|
8755
|
+
);
|
|
8756
|
+
}
|
|
8757
|
+
|
|
8758
|
+
export function createProjectProjectsValueFromJSON(
|
|
8759
|
+
jsonString: string,
|
|
8760
|
+
): SafeParseResult<CreateProjectProjectsValue, SDKValidationError> {
|
|
8761
|
+
return safeParse(
|
|
8762
|
+
jsonString,
|
|
8763
|
+
(x) => CreateProjectProjectsValue$inboundSchema.parse(JSON.parse(x)),
|
|
8764
|
+
`Failed to parse 'CreateProjectProjectsValue' from JSON`,
|
|
8765
|
+
);
|
|
8766
|
+
}
|
|
8767
|
+
|
|
7380
8768
|
/** @internal */
|
|
7381
8769
|
export const CreateProjectMissing$inboundSchema: z.ZodType<
|
|
7382
8770
|
CreateProjectMissing,
|
|
@@ -7427,6 +8815,24 @@ export namespace CreateProjectMissing$ {
|
|
|
7427
8815
|
export type Outbound = CreateProjectMissing$Outbound;
|
|
7428
8816
|
}
|
|
7429
8817
|
|
|
8818
|
+
export function createProjectMissingToJSON(
|
|
8819
|
+
createProjectMissing: CreateProjectMissing,
|
|
8820
|
+
): string {
|
|
8821
|
+
return JSON.stringify(
|
|
8822
|
+
CreateProjectMissing$outboundSchema.parse(createProjectMissing),
|
|
8823
|
+
);
|
|
8824
|
+
}
|
|
8825
|
+
|
|
8826
|
+
export function createProjectMissingFromJSON(
|
|
8827
|
+
jsonString: string,
|
|
8828
|
+
): SafeParseResult<CreateProjectMissing, SDKValidationError> {
|
|
8829
|
+
return safeParse(
|
|
8830
|
+
jsonString,
|
|
8831
|
+
(x) => CreateProjectMissing$inboundSchema.parse(JSON.parse(x)),
|
|
8832
|
+
`Failed to parse 'CreateProjectMissing' from JSON`,
|
|
8833
|
+
);
|
|
8834
|
+
}
|
|
8835
|
+
|
|
7430
8836
|
/** @internal */
|
|
7431
8837
|
export const CreateProjectHandle$inboundSchema: z.ZodNativeEnum<
|
|
7432
8838
|
typeof CreateProjectHandle
|
|
@@ -7535,6 +8941,24 @@ export namespace CreateProjectErl$ {
|
|
|
7535
8941
|
export type Outbound = CreateProjectErl$Outbound;
|
|
7536
8942
|
}
|
|
7537
8943
|
|
|
8944
|
+
export function createProjectErlToJSON(
|
|
8945
|
+
createProjectErl: CreateProjectErl,
|
|
8946
|
+
): string {
|
|
8947
|
+
return JSON.stringify(
|
|
8948
|
+
CreateProjectErl$outboundSchema.parse(createProjectErl),
|
|
8949
|
+
);
|
|
8950
|
+
}
|
|
8951
|
+
|
|
8952
|
+
export function createProjectErlFromJSON(
|
|
8953
|
+
jsonString: string,
|
|
8954
|
+
): SafeParseResult<CreateProjectErl, SDKValidationError> {
|
|
8955
|
+
return safeParse(
|
|
8956
|
+
jsonString,
|
|
8957
|
+
(x) => CreateProjectErl$inboundSchema.parse(JSON.parse(x)),
|
|
8958
|
+
`Failed to parse 'CreateProjectErl' from JSON`,
|
|
8959
|
+
);
|
|
8960
|
+
}
|
|
8961
|
+
|
|
7538
8962
|
/** @internal */
|
|
7539
8963
|
export const CreateProjectMitigate$inboundSchema: z.ZodType<
|
|
7540
8964
|
CreateProjectMitigate,
|
|
@@ -7588,6 +9012,24 @@ export namespace CreateProjectMitigate$ {
|
|
|
7588
9012
|
export type Outbound = CreateProjectMitigate$Outbound;
|
|
7589
9013
|
}
|
|
7590
9014
|
|
|
9015
|
+
export function createProjectMitigateToJSON(
|
|
9016
|
+
createProjectMitigate: CreateProjectMitigate,
|
|
9017
|
+
): string {
|
|
9018
|
+
return JSON.stringify(
|
|
9019
|
+
CreateProjectMitigate$outboundSchema.parse(createProjectMitigate),
|
|
9020
|
+
);
|
|
9021
|
+
}
|
|
9022
|
+
|
|
9023
|
+
export function createProjectMitigateFromJSON(
|
|
9024
|
+
jsonString: string,
|
|
9025
|
+
): SafeParseResult<CreateProjectMitigate, SDKValidationError> {
|
|
9026
|
+
return safeParse(
|
|
9027
|
+
jsonString,
|
|
9028
|
+
(x) => CreateProjectMitigate$inboundSchema.parse(JSON.parse(x)),
|
|
9029
|
+
`Failed to parse 'CreateProjectMitigate' from JSON`,
|
|
9030
|
+
);
|
|
9031
|
+
}
|
|
9032
|
+
|
|
7591
9033
|
/** @internal */
|
|
7592
9034
|
export const CreateProjectFirewallRoutes$inboundSchema: z.ZodType<
|
|
7593
9035
|
CreateProjectFirewallRoutes,
|
|
@@ -7645,6 +9087,26 @@ export namespace CreateProjectFirewallRoutes$ {
|
|
|
7645
9087
|
export type Outbound = CreateProjectFirewallRoutes$Outbound;
|
|
7646
9088
|
}
|
|
7647
9089
|
|
|
9090
|
+
export function createProjectFirewallRoutesToJSON(
|
|
9091
|
+
createProjectFirewallRoutes: CreateProjectFirewallRoutes,
|
|
9092
|
+
): string {
|
|
9093
|
+
return JSON.stringify(
|
|
9094
|
+
CreateProjectFirewallRoutes$outboundSchema.parse(
|
|
9095
|
+
createProjectFirewallRoutes,
|
|
9096
|
+
),
|
|
9097
|
+
);
|
|
9098
|
+
}
|
|
9099
|
+
|
|
9100
|
+
export function createProjectFirewallRoutesFromJSON(
|
|
9101
|
+
jsonString: string,
|
|
9102
|
+
): SafeParseResult<CreateProjectFirewallRoutes, SDKValidationError> {
|
|
9103
|
+
return safeParse(
|
|
9104
|
+
jsonString,
|
|
9105
|
+
(x) => CreateProjectFirewallRoutes$inboundSchema.parse(JSON.parse(x)),
|
|
9106
|
+
`Failed to parse 'CreateProjectFirewallRoutes' from JSON`,
|
|
9107
|
+
);
|
|
9108
|
+
}
|
|
9109
|
+
|
|
7648
9110
|
/** @internal */
|
|
7649
9111
|
export const CreateProjectSecurity$inboundSchema: z.ZodType<
|
|
7650
9112
|
CreateProjectSecurity,
|
|
@@ -7663,6 +9125,7 @@ export const CreateProjectSecurity$inboundSchema: z.ZodType<
|
|
|
7663
9125
|
firewallSeawallEnabled: z.boolean().optional(),
|
|
7664
9126
|
ja3Enabled: z.boolean().optional(),
|
|
7665
9127
|
ja4Enabled: z.boolean().optional(),
|
|
9128
|
+
firewallBypassIps: z.array(z.string()).optional(),
|
|
7666
9129
|
});
|
|
7667
9130
|
|
|
7668
9131
|
/** @internal */
|
|
@@ -7677,6 +9140,7 @@ export type CreateProjectSecurity$Outbound = {
|
|
|
7677
9140
|
firewallSeawallEnabled?: boolean | undefined;
|
|
7678
9141
|
ja3Enabled?: boolean | undefined;
|
|
7679
9142
|
ja4Enabled?: boolean | undefined;
|
|
9143
|
+
firewallBypassIps?: Array<string> | undefined;
|
|
7680
9144
|
};
|
|
7681
9145
|
|
|
7682
9146
|
/** @internal */
|
|
@@ -7697,6 +9161,7 @@ export const CreateProjectSecurity$outboundSchema: z.ZodType<
|
|
|
7697
9161
|
firewallSeawallEnabled: z.boolean().optional(),
|
|
7698
9162
|
ja3Enabled: z.boolean().optional(),
|
|
7699
9163
|
ja4Enabled: z.boolean().optional(),
|
|
9164
|
+
firewallBypassIps: z.array(z.string()).optional(),
|
|
7700
9165
|
});
|
|
7701
9166
|
|
|
7702
9167
|
/**
|
|
@@ -7712,6 +9177,24 @@ export namespace CreateProjectSecurity$ {
|
|
|
7712
9177
|
export type Outbound = CreateProjectSecurity$Outbound;
|
|
7713
9178
|
}
|
|
7714
9179
|
|
|
9180
|
+
export function createProjectSecurityToJSON(
|
|
9181
|
+
createProjectSecurity: CreateProjectSecurity,
|
|
9182
|
+
): string {
|
|
9183
|
+
return JSON.stringify(
|
|
9184
|
+
CreateProjectSecurity$outboundSchema.parse(createProjectSecurity),
|
|
9185
|
+
);
|
|
9186
|
+
}
|
|
9187
|
+
|
|
9188
|
+
export function createProjectSecurityFromJSON(
|
|
9189
|
+
jsonString: string,
|
|
9190
|
+
): SafeParseResult<CreateProjectSecurity, SDKValidationError> {
|
|
9191
|
+
return safeParse(
|
|
9192
|
+
jsonString,
|
|
9193
|
+
(x) => CreateProjectSecurity$inboundSchema.parse(JSON.parse(x)),
|
|
9194
|
+
`Failed to parse 'CreateProjectSecurity' from JSON`,
|
|
9195
|
+
);
|
|
9196
|
+
}
|
|
9197
|
+
|
|
7715
9198
|
/** @internal */
|
|
7716
9199
|
export const CreateProjectIssuerMode$inboundSchema: z.ZodNativeEnum<
|
|
7717
9200
|
typeof CreateProjectIssuerMode
|
|
@@ -7772,6 +9255,26 @@ export namespace CreateProjectOidcTokenConfig$ {
|
|
|
7772
9255
|
export type Outbound = CreateProjectOidcTokenConfig$Outbound;
|
|
7773
9256
|
}
|
|
7774
9257
|
|
|
9258
|
+
export function createProjectOidcTokenConfigToJSON(
|
|
9259
|
+
createProjectOidcTokenConfig: CreateProjectOidcTokenConfig,
|
|
9260
|
+
): string {
|
|
9261
|
+
return JSON.stringify(
|
|
9262
|
+
CreateProjectOidcTokenConfig$outboundSchema.parse(
|
|
9263
|
+
createProjectOidcTokenConfig,
|
|
9264
|
+
),
|
|
9265
|
+
);
|
|
9266
|
+
}
|
|
9267
|
+
|
|
9268
|
+
export function createProjectOidcTokenConfigFromJSON(
|
|
9269
|
+
jsonString: string,
|
|
9270
|
+
): SafeParseResult<CreateProjectOidcTokenConfig, SDKValidationError> {
|
|
9271
|
+
return safeParse(
|
|
9272
|
+
jsonString,
|
|
9273
|
+
(x) => CreateProjectOidcTokenConfig$inboundSchema.parse(JSON.parse(x)),
|
|
9274
|
+
`Failed to parse 'CreateProjectOidcTokenConfig' from JSON`,
|
|
9275
|
+
);
|
|
9276
|
+
}
|
|
9277
|
+
|
|
7775
9278
|
/** @internal */
|
|
7776
9279
|
export const CreateProjectTier$inboundSchema: z.ZodNativeEnum<
|
|
7777
9280
|
typeof CreateProjectTier
|
|
@@ -8125,3 +9628,21 @@ export namespace CreateProjectResponseBody$ {
|
|
|
8125
9628
|
/** @deprecated use `CreateProjectResponseBody$Outbound` instead. */
|
|
8126
9629
|
export type Outbound = CreateProjectResponseBody$Outbound;
|
|
8127
9630
|
}
|
|
9631
|
+
|
|
9632
|
+
export function createProjectResponseBodyToJSON(
|
|
9633
|
+
createProjectResponseBody: CreateProjectResponseBody,
|
|
9634
|
+
): string {
|
|
9635
|
+
return JSON.stringify(
|
|
9636
|
+
CreateProjectResponseBody$outboundSchema.parse(createProjectResponseBody),
|
|
9637
|
+
);
|
|
9638
|
+
}
|
|
9639
|
+
|
|
9640
|
+
export function createProjectResponseBodyFromJSON(
|
|
9641
|
+
jsonString: string,
|
|
9642
|
+
): SafeParseResult<CreateProjectResponseBody, SDKValidationError> {
|
|
9643
|
+
return safeParse(
|
|
9644
|
+
jsonString,
|
|
9645
|
+
(x) => CreateProjectResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
9646
|
+
`Failed to parse 'CreateProjectResponseBody' from JSON`,
|
|
9647
|
+
);
|
|
9648
|
+
}
|