@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
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
9
|
|
|
7
10
|
export type GetProjectDomainRequest = {
|
|
8
11
|
/**
|
|
@@ -98,6 +101,24 @@ export namespace GetProjectDomainRequest$ {
|
|
|
98
101
|
export type Outbound = GetProjectDomainRequest$Outbound;
|
|
99
102
|
}
|
|
100
103
|
|
|
104
|
+
export function getProjectDomainRequestToJSON(
|
|
105
|
+
getProjectDomainRequest: GetProjectDomainRequest,
|
|
106
|
+
): string {
|
|
107
|
+
return JSON.stringify(
|
|
108
|
+
GetProjectDomainRequest$outboundSchema.parse(getProjectDomainRequest),
|
|
109
|
+
);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export function getProjectDomainRequestFromJSON(
|
|
113
|
+
jsonString: string,
|
|
114
|
+
): SafeParseResult<GetProjectDomainRequest, SDKValidationError> {
|
|
115
|
+
return safeParse(
|
|
116
|
+
jsonString,
|
|
117
|
+
(x) => GetProjectDomainRequest$inboundSchema.parse(JSON.parse(x)),
|
|
118
|
+
`Failed to parse 'GetProjectDomainRequest' from JSON`,
|
|
119
|
+
);
|
|
120
|
+
}
|
|
121
|
+
|
|
101
122
|
/** @internal */
|
|
102
123
|
export const Verification$inboundSchema: z.ZodType<
|
|
103
124
|
Verification,
|
|
@@ -143,6 +164,20 @@ export namespace Verification$ {
|
|
|
143
164
|
export type Outbound = Verification$Outbound;
|
|
144
165
|
}
|
|
145
166
|
|
|
167
|
+
export function verificationToJSON(verification: Verification): string {
|
|
168
|
+
return JSON.stringify(Verification$outboundSchema.parse(verification));
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
export function verificationFromJSON(
|
|
172
|
+
jsonString: string,
|
|
173
|
+
): SafeParseResult<Verification, SDKValidationError> {
|
|
174
|
+
return safeParse(
|
|
175
|
+
jsonString,
|
|
176
|
+
(x) => Verification$inboundSchema.parse(JSON.parse(x)),
|
|
177
|
+
`Failed to parse 'Verification' from JSON`,
|
|
178
|
+
);
|
|
179
|
+
}
|
|
180
|
+
|
|
146
181
|
/** @internal */
|
|
147
182
|
export const GetProjectDomainResponseBody$inboundSchema: z.ZodType<
|
|
148
183
|
GetProjectDomainResponseBody,
|
|
@@ -208,3 +243,23 @@ export namespace GetProjectDomainResponseBody$ {
|
|
|
208
243
|
/** @deprecated use `GetProjectDomainResponseBody$Outbound` instead. */
|
|
209
244
|
export type Outbound = GetProjectDomainResponseBody$Outbound;
|
|
210
245
|
}
|
|
246
|
+
|
|
247
|
+
export function getProjectDomainResponseBodyToJSON(
|
|
248
|
+
getProjectDomainResponseBody: GetProjectDomainResponseBody,
|
|
249
|
+
): string {
|
|
250
|
+
return JSON.stringify(
|
|
251
|
+
GetProjectDomainResponseBody$outboundSchema.parse(
|
|
252
|
+
getProjectDomainResponseBody,
|
|
253
|
+
),
|
|
254
|
+
);
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
export function getProjectDomainResponseBodyFromJSON(
|
|
258
|
+
jsonString: string,
|
|
259
|
+
): SafeParseResult<GetProjectDomainResponseBody, SDKValidationError> {
|
|
260
|
+
return safeParse(
|
|
261
|
+
jsonString,
|
|
262
|
+
(x) => GetProjectDomainResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
263
|
+
`Failed to parse 'GetProjectDomainResponseBody' from JSON`,
|
|
264
|
+
);
|
|
265
|
+
}
|
|
@@ -0,0 +1,571 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
+
import {
|
|
10
|
+
Pagination,
|
|
11
|
+
Pagination$inboundSchema,
|
|
12
|
+
Pagination$Outbound,
|
|
13
|
+
Pagination$outboundSchema,
|
|
14
|
+
} from "../components/pagination.js";
|
|
15
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Filters only production domains when set to `true`.
|
|
19
|
+
*/
|
|
20
|
+
export const Production = {
|
|
21
|
+
True: "true",
|
|
22
|
+
False: "false",
|
|
23
|
+
} as const;
|
|
24
|
+
/**
|
|
25
|
+
* Filters only production domains when set to `true`.
|
|
26
|
+
*/
|
|
27
|
+
export type Production = ClosedEnum<typeof Production>;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Filters on the target of the domain. Can be either \"production\", \"preview\"
|
|
31
|
+
*/
|
|
32
|
+
export const QueryParamTarget = {
|
|
33
|
+
Production: "production",
|
|
34
|
+
Preview: "preview",
|
|
35
|
+
} as const;
|
|
36
|
+
/**
|
|
37
|
+
* Filters on the target of the domain. Can be either \"production\", \"preview\"
|
|
38
|
+
*/
|
|
39
|
+
export type QueryParamTarget = ClosedEnum<typeof QueryParamTarget>;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Excludes redirect project domains when \"false\". Includes redirect project domains when \"true\" (default).
|
|
43
|
+
*/
|
|
44
|
+
export const Redirects = {
|
|
45
|
+
True: "true",
|
|
46
|
+
False: "false",
|
|
47
|
+
} as const;
|
|
48
|
+
/**
|
|
49
|
+
* Excludes redirect project domains when \"false\". Includes redirect project domains when \"true\" (default).
|
|
50
|
+
*/
|
|
51
|
+
export type Redirects = ClosedEnum<typeof Redirects>;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Filters domains based on their verification status.
|
|
55
|
+
*/
|
|
56
|
+
export const Verified = {
|
|
57
|
+
True: "true",
|
|
58
|
+
False: "false",
|
|
59
|
+
} as const;
|
|
60
|
+
/**
|
|
61
|
+
* Filters domains based on their verification status.
|
|
62
|
+
*/
|
|
63
|
+
export type Verified = ClosedEnum<typeof Verified>;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* Domains sort order by createdAt
|
|
67
|
+
*/
|
|
68
|
+
export const Order = {
|
|
69
|
+
Asc: "ASC",
|
|
70
|
+
Desc: "DESC",
|
|
71
|
+
} as const;
|
|
72
|
+
/**
|
|
73
|
+
* Domains sort order by createdAt
|
|
74
|
+
*/
|
|
75
|
+
export type Order = ClosedEnum<typeof Order>;
|
|
76
|
+
|
|
77
|
+
export type GetProjectDomainsRequest = {
|
|
78
|
+
/**
|
|
79
|
+
* The unique project identifier or the project name
|
|
80
|
+
*/
|
|
81
|
+
idOrName: string;
|
|
82
|
+
/**
|
|
83
|
+
* Filters only production domains when set to `true`.
|
|
84
|
+
*/
|
|
85
|
+
production?: Production | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* Filters on the target of the domain. Can be either \"production\", \"preview\"
|
|
88
|
+
*/
|
|
89
|
+
target?: QueryParamTarget | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* Filters domains based on specific branch.
|
|
92
|
+
*/
|
|
93
|
+
gitBranch?: string | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* Excludes redirect project domains when \"false\". Includes redirect project domains when \"true\" (default).
|
|
96
|
+
*/
|
|
97
|
+
redirects?: Redirects | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* Filters domains based on their redirect target.
|
|
100
|
+
*/
|
|
101
|
+
redirect?: string | undefined;
|
|
102
|
+
/**
|
|
103
|
+
* Filters domains based on their verification status.
|
|
104
|
+
*/
|
|
105
|
+
verified?: Verified | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* Maximum number of domains to list from a request (max 100).
|
|
108
|
+
*/
|
|
109
|
+
limit?: number | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* Get domains created after this JavaScript timestamp.
|
|
112
|
+
*/
|
|
113
|
+
since?: number | undefined;
|
|
114
|
+
/**
|
|
115
|
+
* Get domains created before this JavaScript timestamp.
|
|
116
|
+
*/
|
|
117
|
+
until?: number | undefined;
|
|
118
|
+
/**
|
|
119
|
+
* Domains sort order by createdAt
|
|
120
|
+
*/
|
|
121
|
+
order?: Order | undefined;
|
|
122
|
+
/**
|
|
123
|
+
* The Team identifier to perform the request on behalf of.
|
|
124
|
+
*/
|
|
125
|
+
teamId?: string | undefined;
|
|
126
|
+
/**
|
|
127
|
+
* The Team slug to perform the request on behalf of.
|
|
128
|
+
*/
|
|
129
|
+
slug?: string | undefined;
|
|
130
|
+
};
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`.
|
|
134
|
+
*/
|
|
135
|
+
export type GetProjectDomainsVerification = {
|
|
136
|
+
type: string;
|
|
137
|
+
domain: string;
|
|
138
|
+
value: string;
|
|
139
|
+
reason: string;
|
|
140
|
+
};
|
|
141
|
+
|
|
142
|
+
export type GetProjectDomainsDomains = {
|
|
143
|
+
name: string;
|
|
144
|
+
apexName: string;
|
|
145
|
+
projectId: string;
|
|
146
|
+
redirect?: string | null | undefined;
|
|
147
|
+
redirectStatusCode?: number | null | undefined;
|
|
148
|
+
gitBranch?: string | null | undefined;
|
|
149
|
+
customEnvironmentId?: string | null | undefined;
|
|
150
|
+
updatedAt?: number | undefined;
|
|
151
|
+
createdAt?: number | undefined;
|
|
152
|
+
/**
|
|
153
|
+
* `true` if the domain is verified for use with the project. If `false` it will not be used as an alias on this project until the challenge in `verification` is completed.
|
|
154
|
+
*/
|
|
155
|
+
verified: boolean;
|
|
156
|
+
/**
|
|
157
|
+
* A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`.
|
|
158
|
+
*/
|
|
159
|
+
verification?: Array<GetProjectDomainsVerification> | undefined;
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* Successful response retrieving a list of domains
|
|
164
|
+
*/
|
|
165
|
+
export type GetProjectDomainsResponseBody = {
|
|
166
|
+
domains: Array<GetProjectDomainsDomains>;
|
|
167
|
+
/**
|
|
168
|
+
* This object contains information related to the pagination of the current request, including the necessary parameters to get the next or previous page of data.
|
|
169
|
+
*/
|
|
170
|
+
pagination: Pagination;
|
|
171
|
+
};
|
|
172
|
+
|
|
173
|
+
/** @internal */
|
|
174
|
+
export const Production$inboundSchema: z.ZodNativeEnum<typeof Production> = z
|
|
175
|
+
.nativeEnum(Production);
|
|
176
|
+
|
|
177
|
+
/** @internal */
|
|
178
|
+
export const Production$outboundSchema: z.ZodNativeEnum<typeof Production> =
|
|
179
|
+
Production$inboundSchema;
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* @internal
|
|
183
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
184
|
+
*/
|
|
185
|
+
export namespace Production$ {
|
|
186
|
+
/** @deprecated use `Production$inboundSchema` instead. */
|
|
187
|
+
export const inboundSchema = Production$inboundSchema;
|
|
188
|
+
/** @deprecated use `Production$outboundSchema` instead. */
|
|
189
|
+
export const outboundSchema = Production$outboundSchema;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
/** @internal */
|
|
193
|
+
export const QueryParamTarget$inboundSchema: z.ZodNativeEnum<
|
|
194
|
+
typeof QueryParamTarget
|
|
195
|
+
> = z.nativeEnum(QueryParamTarget);
|
|
196
|
+
|
|
197
|
+
/** @internal */
|
|
198
|
+
export const QueryParamTarget$outboundSchema: z.ZodNativeEnum<
|
|
199
|
+
typeof QueryParamTarget
|
|
200
|
+
> = QueryParamTarget$inboundSchema;
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* @internal
|
|
204
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
205
|
+
*/
|
|
206
|
+
export namespace QueryParamTarget$ {
|
|
207
|
+
/** @deprecated use `QueryParamTarget$inboundSchema` instead. */
|
|
208
|
+
export const inboundSchema = QueryParamTarget$inboundSchema;
|
|
209
|
+
/** @deprecated use `QueryParamTarget$outboundSchema` instead. */
|
|
210
|
+
export const outboundSchema = QueryParamTarget$outboundSchema;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
/** @internal */
|
|
214
|
+
export const Redirects$inboundSchema: z.ZodNativeEnum<typeof Redirects> = z
|
|
215
|
+
.nativeEnum(Redirects);
|
|
216
|
+
|
|
217
|
+
/** @internal */
|
|
218
|
+
export const Redirects$outboundSchema: z.ZodNativeEnum<typeof Redirects> =
|
|
219
|
+
Redirects$inboundSchema;
|
|
220
|
+
|
|
221
|
+
/**
|
|
222
|
+
* @internal
|
|
223
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
224
|
+
*/
|
|
225
|
+
export namespace Redirects$ {
|
|
226
|
+
/** @deprecated use `Redirects$inboundSchema` instead. */
|
|
227
|
+
export const inboundSchema = Redirects$inboundSchema;
|
|
228
|
+
/** @deprecated use `Redirects$outboundSchema` instead. */
|
|
229
|
+
export const outboundSchema = Redirects$outboundSchema;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
/** @internal */
|
|
233
|
+
export const Verified$inboundSchema: z.ZodNativeEnum<typeof Verified> = z
|
|
234
|
+
.nativeEnum(Verified);
|
|
235
|
+
|
|
236
|
+
/** @internal */
|
|
237
|
+
export const Verified$outboundSchema: z.ZodNativeEnum<typeof Verified> =
|
|
238
|
+
Verified$inboundSchema;
|
|
239
|
+
|
|
240
|
+
/**
|
|
241
|
+
* @internal
|
|
242
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
243
|
+
*/
|
|
244
|
+
export namespace Verified$ {
|
|
245
|
+
/** @deprecated use `Verified$inboundSchema` instead. */
|
|
246
|
+
export const inboundSchema = Verified$inboundSchema;
|
|
247
|
+
/** @deprecated use `Verified$outboundSchema` instead. */
|
|
248
|
+
export const outboundSchema = Verified$outboundSchema;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
/** @internal */
|
|
252
|
+
export const Order$inboundSchema: z.ZodNativeEnum<typeof Order> = z.nativeEnum(
|
|
253
|
+
Order,
|
|
254
|
+
);
|
|
255
|
+
|
|
256
|
+
/** @internal */
|
|
257
|
+
export const Order$outboundSchema: z.ZodNativeEnum<typeof Order> =
|
|
258
|
+
Order$inboundSchema;
|
|
259
|
+
|
|
260
|
+
/**
|
|
261
|
+
* @internal
|
|
262
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
263
|
+
*/
|
|
264
|
+
export namespace Order$ {
|
|
265
|
+
/** @deprecated use `Order$inboundSchema` instead. */
|
|
266
|
+
export const inboundSchema = Order$inboundSchema;
|
|
267
|
+
/** @deprecated use `Order$outboundSchema` instead. */
|
|
268
|
+
export const outboundSchema = Order$outboundSchema;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
/** @internal */
|
|
272
|
+
export const GetProjectDomainsRequest$inboundSchema: z.ZodType<
|
|
273
|
+
GetProjectDomainsRequest,
|
|
274
|
+
z.ZodTypeDef,
|
|
275
|
+
unknown
|
|
276
|
+
> = z.object({
|
|
277
|
+
idOrName: z.string(),
|
|
278
|
+
production: Production$inboundSchema.default("false"),
|
|
279
|
+
target: QueryParamTarget$inboundSchema.optional(),
|
|
280
|
+
gitBranch: z.string().optional(),
|
|
281
|
+
redirects: Redirects$inboundSchema.default("true"),
|
|
282
|
+
redirect: z.string().optional(),
|
|
283
|
+
verified: Verified$inboundSchema.optional(),
|
|
284
|
+
limit: z.number().optional(),
|
|
285
|
+
since: z.number().optional(),
|
|
286
|
+
until: z.number().optional(),
|
|
287
|
+
order: Order$inboundSchema.default("DESC"),
|
|
288
|
+
teamId: z.string().optional(),
|
|
289
|
+
slug: z.string().optional(),
|
|
290
|
+
});
|
|
291
|
+
|
|
292
|
+
/** @internal */
|
|
293
|
+
export type GetProjectDomainsRequest$Outbound = {
|
|
294
|
+
idOrName: string;
|
|
295
|
+
production: string;
|
|
296
|
+
target?: string | undefined;
|
|
297
|
+
gitBranch?: string | undefined;
|
|
298
|
+
redirects: string;
|
|
299
|
+
redirect?: string | undefined;
|
|
300
|
+
verified?: string | undefined;
|
|
301
|
+
limit?: number | undefined;
|
|
302
|
+
since?: number | undefined;
|
|
303
|
+
until?: number | undefined;
|
|
304
|
+
order: string;
|
|
305
|
+
teamId?: string | undefined;
|
|
306
|
+
slug?: string | undefined;
|
|
307
|
+
};
|
|
308
|
+
|
|
309
|
+
/** @internal */
|
|
310
|
+
export const GetProjectDomainsRequest$outboundSchema: z.ZodType<
|
|
311
|
+
GetProjectDomainsRequest$Outbound,
|
|
312
|
+
z.ZodTypeDef,
|
|
313
|
+
GetProjectDomainsRequest
|
|
314
|
+
> = z.object({
|
|
315
|
+
idOrName: z.string(),
|
|
316
|
+
production: Production$outboundSchema.default("false"),
|
|
317
|
+
target: QueryParamTarget$outboundSchema.optional(),
|
|
318
|
+
gitBranch: z.string().optional(),
|
|
319
|
+
redirects: Redirects$outboundSchema.default("true"),
|
|
320
|
+
redirect: z.string().optional(),
|
|
321
|
+
verified: Verified$outboundSchema.optional(),
|
|
322
|
+
limit: z.number().optional(),
|
|
323
|
+
since: z.number().optional(),
|
|
324
|
+
until: z.number().optional(),
|
|
325
|
+
order: Order$outboundSchema.default("DESC"),
|
|
326
|
+
teamId: z.string().optional(),
|
|
327
|
+
slug: z.string().optional(),
|
|
328
|
+
});
|
|
329
|
+
|
|
330
|
+
/**
|
|
331
|
+
* @internal
|
|
332
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
333
|
+
*/
|
|
334
|
+
export namespace GetProjectDomainsRequest$ {
|
|
335
|
+
/** @deprecated use `GetProjectDomainsRequest$inboundSchema` instead. */
|
|
336
|
+
export const inboundSchema = GetProjectDomainsRequest$inboundSchema;
|
|
337
|
+
/** @deprecated use `GetProjectDomainsRequest$outboundSchema` instead. */
|
|
338
|
+
export const outboundSchema = GetProjectDomainsRequest$outboundSchema;
|
|
339
|
+
/** @deprecated use `GetProjectDomainsRequest$Outbound` instead. */
|
|
340
|
+
export type Outbound = GetProjectDomainsRequest$Outbound;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
export function getProjectDomainsRequestToJSON(
|
|
344
|
+
getProjectDomainsRequest: GetProjectDomainsRequest,
|
|
345
|
+
): string {
|
|
346
|
+
return JSON.stringify(
|
|
347
|
+
GetProjectDomainsRequest$outboundSchema.parse(getProjectDomainsRequest),
|
|
348
|
+
);
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
export function getProjectDomainsRequestFromJSON(
|
|
352
|
+
jsonString: string,
|
|
353
|
+
): SafeParseResult<GetProjectDomainsRequest, SDKValidationError> {
|
|
354
|
+
return safeParse(
|
|
355
|
+
jsonString,
|
|
356
|
+
(x) => GetProjectDomainsRequest$inboundSchema.parse(JSON.parse(x)),
|
|
357
|
+
`Failed to parse 'GetProjectDomainsRequest' from JSON`,
|
|
358
|
+
);
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
/** @internal */
|
|
362
|
+
export const GetProjectDomainsVerification$inboundSchema: z.ZodType<
|
|
363
|
+
GetProjectDomainsVerification,
|
|
364
|
+
z.ZodTypeDef,
|
|
365
|
+
unknown
|
|
366
|
+
> = z.object({
|
|
367
|
+
type: z.string(),
|
|
368
|
+
domain: z.string(),
|
|
369
|
+
value: z.string(),
|
|
370
|
+
reason: z.string(),
|
|
371
|
+
});
|
|
372
|
+
|
|
373
|
+
/** @internal */
|
|
374
|
+
export type GetProjectDomainsVerification$Outbound = {
|
|
375
|
+
type: string;
|
|
376
|
+
domain: string;
|
|
377
|
+
value: string;
|
|
378
|
+
reason: string;
|
|
379
|
+
};
|
|
380
|
+
|
|
381
|
+
/** @internal */
|
|
382
|
+
export const GetProjectDomainsVerification$outboundSchema: z.ZodType<
|
|
383
|
+
GetProjectDomainsVerification$Outbound,
|
|
384
|
+
z.ZodTypeDef,
|
|
385
|
+
GetProjectDomainsVerification
|
|
386
|
+
> = z.object({
|
|
387
|
+
type: z.string(),
|
|
388
|
+
domain: z.string(),
|
|
389
|
+
value: z.string(),
|
|
390
|
+
reason: z.string(),
|
|
391
|
+
});
|
|
392
|
+
|
|
393
|
+
/**
|
|
394
|
+
* @internal
|
|
395
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
396
|
+
*/
|
|
397
|
+
export namespace GetProjectDomainsVerification$ {
|
|
398
|
+
/** @deprecated use `GetProjectDomainsVerification$inboundSchema` instead. */
|
|
399
|
+
export const inboundSchema = GetProjectDomainsVerification$inboundSchema;
|
|
400
|
+
/** @deprecated use `GetProjectDomainsVerification$outboundSchema` instead. */
|
|
401
|
+
export const outboundSchema = GetProjectDomainsVerification$outboundSchema;
|
|
402
|
+
/** @deprecated use `GetProjectDomainsVerification$Outbound` instead. */
|
|
403
|
+
export type Outbound = GetProjectDomainsVerification$Outbound;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
export function getProjectDomainsVerificationToJSON(
|
|
407
|
+
getProjectDomainsVerification: GetProjectDomainsVerification,
|
|
408
|
+
): string {
|
|
409
|
+
return JSON.stringify(
|
|
410
|
+
GetProjectDomainsVerification$outboundSchema.parse(
|
|
411
|
+
getProjectDomainsVerification,
|
|
412
|
+
),
|
|
413
|
+
);
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
export function getProjectDomainsVerificationFromJSON(
|
|
417
|
+
jsonString: string,
|
|
418
|
+
): SafeParseResult<GetProjectDomainsVerification, SDKValidationError> {
|
|
419
|
+
return safeParse(
|
|
420
|
+
jsonString,
|
|
421
|
+
(x) => GetProjectDomainsVerification$inboundSchema.parse(JSON.parse(x)),
|
|
422
|
+
`Failed to parse 'GetProjectDomainsVerification' from JSON`,
|
|
423
|
+
);
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
/** @internal */
|
|
427
|
+
export const GetProjectDomainsDomains$inboundSchema: z.ZodType<
|
|
428
|
+
GetProjectDomainsDomains,
|
|
429
|
+
z.ZodTypeDef,
|
|
430
|
+
unknown
|
|
431
|
+
> = z.object({
|
|
432
|
+
name: z.string(),
|
|
433
|
+
apexName: z.string(),
|
|
434
|
+
projectId: z.string(),
|
|
435
|
+
redirect: z.nullable(z.string()).optional(),
|
|
436
|
+
redirectStatusCode: z.nullable(z.number()).optional(),
|
|
437
|
+
gitBranch: z.nullable(z.string()).optional(),
|
|
438
|
+
customEnvironmentId: z.nullable(z.string()).optional(),
|
|
439
|
+
updatedAt: z.number().optional(),
|
|
440
|
+
createdAt: z.number().optional(),
|
|
441
|
+
verified: z.boolean(),
|
|
442
|
+
verification: z.array(
|
|
443
|
+
z.lazy(() => GetProjectDomainsVerification$inboundSchema),
|
|
444
|
+
).optional(),
|
|
445
|
+
});
|
|
446
|
+
|
|
447
|
+
/** @internal */
|
|
448
|
+
export type GetProjectDomainsDomains$Outbound = {
|
|
449
|
+
name: string;
|
|
450
|
+
apexName: string;
|
|
451
|
+
projectId: string;
|
|
452
|
+
redirect?: string | null | undefined;
|
|
453
|
+
redirectStatusCode?: number | null | undefined;
|
|
454
|
+
gitBranch?: string | null | undefined;
|
|
455
|
+
customEnvironmentId?: string | null | undefined;
|
|
456
|
+
updatedAt?: number | undefined;
|
|
457
|
+
createdAt?: number | undefined;
|
|
458
|
+
verified: boolean;
|
|
459
|
+
verification?: Array<GetProjectDomainsVerification$Outbound> | undefined;
|
|
460
|
+
};
|
|
461
|
+
|
|
462
|
+
/** @internal */
|
|
463
|
+
export const GetProjectDomainsDomains$outboundSchema: z.ZodType<
|
|
464
|
+
GetProjectDomainsDomains$Outbound,
|
|
465
|
+
z.ZodTypeDef,
|
|
466
|
+
GetProjectDomainsDomains
|
|
467
|
+
> = z.object({
|
|
468
|
+
name: z.string(),
|
|
469
|
+
apexName: z.string(),
|
|
470
|
+
projectId: z.string(),
|
|
471
|
+
redirect: z.nullable(z.string()).optional(),
|
|
472
|
+
redirectStatusCode: z.nullable(z.number()).optional(),
|
|
473
|
+
gitBranch: z.nullable(z.string()).optional(),
|
|
474
|
+
customEnvironmentId: z.nullable(z.string()).optional(),
|
|
475
|
+
updatedAt: z.number().optional(),
|
|
476
|
+
createdAt: z.number().optional(),
|
|
477
|
+
verified: z.boolean(),
|
|
478
|
+
verification: z.array(
|
|
479
|
+
z.lazy(() => GetProjectDomainsVerification$outboundSchema),
|
|
480
|
+
).optional(),
|
|
481
|
+
});
|
|
482
|
+
|
|
483
|
+
/**
|
|
484
|
+
* @internal
|
|
485
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
486
|
+
*/
|
|
487
|
+
export namespace GetProjectDomainsDomains$ {
|
|
488
|
+
/** @deprecated use `GetProjectDomainsDomains$inboundSchema` instead. */
|
|
489
|
+
export const inboundSchema = GetProjectDomainsDomains$inboundSchema;
|
|
490
|
+
/** @deprecated use `GetProjectDomainsDomains$outboundSchema` instead. */
|
|
491
|
+
export const outboundSchema = GetProjectDomainsDomains$outboundSchema;
|
|
492
|
+
/** @deprecated use `GetProjectDomainsDomains$Outbound` instead. */
|
|
493
|
+
export type Outbound = GetProjectDomainsDomains$Outbound;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
export function getProjectDomainsDomainsToJSON(
|
|
497
|
+
getProjectDomainsDomains: GetProjectDomainsDomains,
|
|
498
|
+
): string {
|
|
499
|
+
return JSON.stringify(
|
|
500
|
+
GetProjectDomainsDomains$outboundSchema.parse(getProjectDomainsDomains),
|
|
501
|
+
);
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
export function getProjectDomainsDomainsFromJSON(
|
|
505
|
+
jsonString: string,
|
|
506
|
+
): SafeParseResult<GetProjectDomainsDomains, SDKValidationError> {
|
|
507
|
+
return safeParse(
|
|
508
|
+
jsonString,
|
|
509
|
+
(x) => GetProjectDomainsDomains$inboundSchema.parse(JSON.parse(x)),
|
|
510
|
+
`Failed to parse 'GetProjectDomainsDomains' from JSON`,
|
|
511
|
+
);
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
/** @internal */
|
|
515
|
+
export const GetProjectDomainsResponseBody$inboundSchema: z.ZodType<
|
|
516
|
+
GetProjectDomainsResponseBody,
|
|
517
|
+
z.ZodTypeDef,
|
|
518
|
+
unknown
|
|
519
|
+
> = z.object({
|
|
520
|
+
domains: z.array(z.lazy(() => GetProjectDomainsDomains$inboundSchema)),
|
|
521
|
+
pagination: Pagination$inboundSchema,
|
|
522
|
+
});
|
|
523
|
+
|
|
524
|
+
/** @internal */
|
|
525
|
+
export type GetProjectDomainsResponseBody$Outbound = {
|
|
526
|
+
domains: Array<GetProjectDomainsDomains$Outbound>;
|
|
527
|
+
pagination: Pagination$Outbound;
|
|
528
|
+
};
|
|
529
|
+
|
|
530
|
+
/** @internal */
|
|
531
|
+
export const GetProjectDomainsResponseBody$outboundSchema: z.ZodType<
|
|
532
|
+
GetProjectDomainsResponseBody$Outbound,
|
|
533
|
+
z.ZodTypeDef,
|
|
534
|
+
GetProjectDomainsResponseBody
|
|
535
|
+
> = z.object({
|
|
536
|
+
domains: z.array(z.lazy(() => GetProjectDomainsDomains$outboundSchema)),
|
|
537
|
+
pagination: Pagination$outboundSchema,
|
|
538
|
+
});
|
|
539
|
+
|
|
540
|
+
/**
|
|
541
|
+
* @internal
|
|
542
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
543
|
+
*/
|
|
544
|
+
export namespace GetProjectDomainsResponseBody$ {
|
|
545
|
+
/** @deprecated use `GetProjectDomainsResponseBody$inboundSchema` instead. */
|
|
546
|
+
export const inboundSchema = GetProjectDomainsResponseBody$inboundSchema;
|
|
547
|
+
/** @deprecated use `GetProjectDomainsResponseBody$outboundSchema` instead. */
|
|
548
|
+
export const outboundSchema = GetProjectDomainsResponseBody$outboundSchema;
|
|
549
|
+
/** @deprecated use `GetProjectDomainsResponseBody$Outbound` instead. */
|
|
550
|
+
export type Outbound = GetProjectDomainsResponseBody$Outbound;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
export function getProjectDomainsResponseBodyToJSON(
|
|
554
|
+
getProjectDomainsResponseBody: GetProjectDomainsResponseBody,
|
|
555
|
+
): string {
|
|
556
|
+
return JSON.stringify(
|
|
557
|
+
GetProjectDomainsResponseBody$outboundSchema.parse(
|
|
558
|
+
getProjectDomainsResponseBody,
|
|
559
|
+
),
|
|
560
|
+
);
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
export function getProjectDomainsResponseBodyFromJSON(
|
|
564
|
+
jsonString: string,
|
|
565
|
+
): SafeParseResult<GetProjectDomainsResponseBody, SDKValidationError> {
|
|
566
|
+
return safeParse(
|
|
567
|
+
jsonString,
|
|
568
|
+
(x) => GetProjectDomainsResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
569
|
+
`Failed to parse 'GetProjectDomainsResponseBody' from JSON`,
|
|
570
|
+
);
|
|
571
|
+
}
|