@alienplatform/platform-api 1.8.0 → 1.10.0
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/FUNCTIONS.md +3 -3
- package/README.md +20 -7
- package/esm/funcs/authWhoami.d.ts +2 -1
- package/esm/funcs/authWhoami.d.ts.map +1 -1
- package/esm/funcs/authWhoami.js +19 -5
- package/esm/funcs/authWhoami.js.map +1 -1
- package/esm/funcs/debugSessionsCreate.d.ts +16 -0
- package/esm/funcs/debugSessionsCreate.d.ts.map +1 -0
- package/esm/funcs/debugSessionsCreate.js +86 -0
- package/esm/funcs/debugSessionsCreate.js.map +1 -0
- package/esm/funcs/debugSessionsGet.d.ts +16 -0
- package/esm/funcs/debugSessionsGet.d.ts.map +1 -0
- package/esm/funcs/debugSessionsGet.js +89 -0
- package/esm/funcs/debugSessionsGet.js.map +1 -0
- package/esm/funcs/debugSessionsList.d.ts +16 -0
- package/esm/funcs/debugSessionsList.d.ts.map +1 -0
- package/esm/funcs/debugSessionsList.js +90 -0
- package/esm/funcs/debugSessionsList.js.map +1 -0
- package/esm/funcs/debugSessionsUpdate.d.ts +16 -0
- package/esm/funcs/debugSessionsUpdate.d.ts.map +1 -0
- package/esm/funcs/debugSessionsUpdate.js +92 -0
- package/esm/funcs/debugSessionsUpdate.js.map +1 -0
- package/esm/funcs/deploymentPlanCompute.d.ts +16 -0
- package/esm/funcs/deploymentPlanCompute.d.ts.map +1 -0
- package/esm/funcs/deploymentPlanCompute.js +84 -0
- package/esm/funcs/deploymentPlanCompute.js.map +1 -0
- package/esm/funcs/deploymentsList.js +3 -2
- package/esm/funcs/deploymentsList.js.map +1 -1
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/models/commanddeploymentinfo.d.ts +1 -1
- package/esm/models/commanddeploymentinfo.d.ts.map +1 -1
- package/esm/models/commanddeploymentinfo.js +1 -1
- package/esm/models/commanddeploymentinfo.js.map +1 -1
- package/esm/models/createdebugsessionrequest.d.ts +27 -0
- package/esm/models/createdebugsessionrequest.d.ts.map +1 -0
- package/esm/models/createdebugsessionrequest.js +17 -0
- package/esm/models/createdebugsessionrequest.js.map +1 -0
- package/esm/models/createdeploymentgrouptokenrequest.d.ts +7 -0
- package/esm/models/createdeploymentgrouptokenrequest.d.ts.map +1 -1
- package/esm/models/createdeploymentgrouptokenrequest.js +3 -0
- package/esm/models/createdeploymentgrouptokenrequest.js.map +1 -1
- package/esm/models/createmanagerresponse.d.ts +196 -0
- package/esm/models/createmanagerresponse.d.ts.map +1 -1
- package/esm/models/createmanagerresponse.js +150 -0
- package/esm/models/createmanagerresponse.js.map +1 -1
- package/esm/models/createreleaserequest.d.ts +5 -5
- package/esm/models/createreleaserequest.d.ts.map +1 -1
- package/esm/models/createreleaserequest.js +2 -2
- package/esm/models/createreleaserequest.js.map +1 -1
- package/esm/models/createsetupregistrationoperationrequest.d.ts +95 -0
- package/esm/models/createsetupregistrationoperationrequest.d.ts.map +1 -1
- package/esm/models/createsetupregistrationoperationrequest.js +52 -0
- package/esm/models/createsetupregistrationoperationrequest.js.map +1 -1
- package/esm/models/debugpackagepresignedurls.d.ts +11 -0
- package/esm/models/debugpackagepresignedurls.d.ts.map +1 -0
- package/esm/models/debugpackagepresignedurls.js +14 -0
- package/esm/models/debugpackagepresignedurls.js.map +1 -0
- package/esm/models/debugsession.d.ts +74 -0
- package/esm/models/debugsession.d.ts.map +1 -0
- package/esm/models/debugsession.js +49 -0
- package/esm/models/debugsession.js.map +1 -0
- package/esm/models/debugsessionlistresponse.d.ts +21 -0
- package/esm/models/debugsessionlistresponse.d.ts.map +1 -0
- package/esm/models/debugsessionlistresponse.js +15 -0
- package/esm/models/debugsessionlistresponse.js.map +1 -0
- package/esm/models/debugsessionstate.d.ts +22 -0
- package/esm/models/debugsessionstate.d.ts.map +1 -0
- package/esm/models/debugsessionstate.js +20 -0
- package/esm/models/debugsessionstate.js.map +1 -0
- package/esm/models/deployment.d.ts +313 -4
- package/esm/models/deployment.d.ts.map +1 -1
- package/esm/models/deployment.js +214 -1
- package/esm/models/deployment.js.map +1 -1
- package/esm/models/deploymentcomputeplan.d.ts +165 -0
- package/esm/models/deploymentcomputeplan.d.ts.map +1 -0
- package/esm/models/deploymentcomputeplan.js +206 -0
- package/esm/models/deploymentcomputeplan.js.map +1 -0
- package/esm/models/deploymentconnectioninfo.d.ts +13 -3
- package/esm/models/deploymentconnectioninfo.d.ts.map +1 -1
- package/esm/models/deploymentconnectioninfo.js +10 -1
- package/esm/models/deploymentconnectioninfo.js.map +1 -1
- package/esm/models/deploymentdetailresponse.d.ts +313 -4
- package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
- package/esm/models/deploymentdetailresponse.js +224 -1
- package/esm/models/deploymentdetailresponse.js.map +1 -1
- package/esm/models/deploymentinfo.d.ts +18 -1
- package/esm/models/deploymentinfo.d.ts.map +1 -1
- package/esm/models/deploymentinfo.js +12 -0
- package/esm/models/deploymentinfo.js.map +1 -1
- package/esm/models/deploymentinfosetupconfig.d.ts +248 -0
- package/esm/models/deploymentinfosetupconfig.d.ts.map +1 -1
- package/esm/models/deploymentinfosetupconfig.js +176 -0
- package/esm/models/deploymentinfosetupconfig.js.map +1 -1
- package/esm/models/deploymentlistitemresponse.d.ts +1 -1
- package/esm/models/deploymentlistitemresponse.d.ts.map +1 -1
- package/esm/models/deploymentlistitemresponse.js +1 -1
- package/esm/models/deploymentlistitemresponse.js.map +1 -1
- package/esm/models/deploymentsetupconfig.d.ts +7 -0
- package/esm/models/deploymentsetupconfig.d.ts.map +1 -1
- package/esm/models/deploymentsetupconfig.js +3 -0
- package/esm/models/deploymentsetupconfig.js.map +1 -1
- package/esm/models/deploymentsetupstacksettingspolicy.d.ts +103 -0
- package/esm/models/deploymentsetupstacksettingspolicy.d.ts.map +1 -1
- package/esm/models/deploymentsetupstacksettingspolicy.js +99 -0
- package/esm/models/deploymentsetupstacksettingspolicy.js.map +1 -1
- package/esm/models/encryptedstackinputvalue.d.ts +42 -0
- package/esm/models/encryptedstackinputvalue.d.ts.map +1 -0
- package/esm/models/encryptedstackinputvalue.js +37 -0
- package/esm/models/encryptedstackinputvalue.js.map +1 -0
- package/esm/models/forwardimportrequest.d.ts +7 -3
- package/esm/models/forwardimportrequest.d.ts.map +1 -1
- package/esm/models/forwardimportrequest.js +3 -0
- package/esm/models/forwardimportrequest.js.map +1 -1
- package/esm/models/importsource.d.ts +88 -0
- package/esm/models/importsource.d.ts.map +1 -1
- package/esm/models/importsource.js +43 -0
- package/esm/models/importsource.js.map +1 -1
- package/esm/models/index.d.ts +11 -0
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +11 -0
- package/esm/models/index.js.map +1 -1
- package/esm/models/managerretryresponse.d.ts +196 -0
- package/esm/models/managerretryresponse.d.ts.map +1 -1
- package/esm/models/managerretryresponse.js +150 -0
- package/esm/models/managerretryresponse.js.map +1 -1
- package/esm/models/newdeploymentrequest.d.ts +100 -5
- package/esm/models/newdeploymentrequest.d.ts.map +1 -1
- package/esm/models/newdeploymentrequest.js +53 -1
- package/esm/models/newdeploymentrequest.js.map +1 -1
- package/esm/models/operations/addworkspacemember.d.ts +1 -1
- package/esm/models/operations/cancelmanagersetup.d.ts +1 -1
- package/esm/models/operations/cancelpackage.d.ts +1 -1
- package/esm/models/operations/createapikey.d.ts +1 -1
- package/esm/models/operations/createcommand.d.ts +1 -1
- package/esm/models/operations/createdebugsession.d.ts +18 -0
- package/esm/models/operations/createdebugsession.d.ts.map +1 -0
- package/esm/models/operations/createdebugsession.js +20 -0
- package/esm/models/operations/createdebugsession.js.map +1 -0
- package/esm/models/operations/createdeployment.d.ts +1 -1
- package/esm/models/operations/createdeploymentgroup.d.ts +1 -1
- package/esm/models/operations/createdeploymentgrouptoken.d.ts +1 -1
- package/esm/models/operations/createdeploymenttoken.d.ts +1 -1
- package/esm/models/operations/createdomain.d.ts +1 -1
- package/esm/models/operations/createdomainendpoint.d.ts +1 -1
- package/esm/models/operations/createmanager.d.ts +1 -1
- package/esm/models/operations/createproject.d.ts +3 -3
- package/esm/models/operations/createprojectfromtemplate.d.ts +3 -3
- package/esm/models/operations/createrelease.d.ts +1 -1
- package/esm/models/operations/createsetupregistrationoperation.d.ts +1 -1
- package/esm/models/operations/deleteapikeys.d.ts +1 -1
- package/esm/models/operations/deletedeployment.d.ts +1 -1
- package/esm/models/operations/deletedeploymentgroup.d.ts +1 -1
- package/esm/models/operations/deletedomain.d.ts +1 -1
- package/esm/models/operations/deletemanager.d.ts +1 -1
- package/esm/models/operations/deleteproject.d.ts +1 -1
- package/esm/models/operations/deleteworkspace.d.ts +1 -1
- package/esm/models/operations/dismissworkspaceonboarding.d.ts +1 -1
- package/esm/models/operations/generatemanagertoken.d.ts +1 -1
- package/esm/models/operations/getapikey.d.ts +1 -1
- package/esm/models/operations/getcloudregions.d.ts +1 -1
- package/esm/models/operations/getcommand.d.ts +1 -1
- package/esm/models/operations/getdebugsession.d.ts +20 -0
- package/esm/models/operations/getdebugsession.d.ts.map +1 -0
- package/esm/models/operations/getdebugsession.js +13 -0
- package/esm/models/operations/getdebugsession.js.map +1 -0
- package/esm/models/operations/getdeployment.d.ts +1 -1
- package/esm/models/operations/getdeploymentconnectioninfo.d.ts +1 -1
- package/esm/models/operations/getdeploymentgroup.d.ts +1 -1
- package/esm/models/operations/getdeploymentinfo.d.ts +1 -1
- package/esm/models/operations/getdeploymentstats.d.ts +1 -1
- package/esm/models/operations/getdomain.d.ts +1 -1
- package/esm/models/operations/getevent.d.ts +1 -1
- package/esm/models/operations/getmanager.d.ts +1 -1
- package/esm/models/operations/getmanagerdeployment.d.ts +1 -1
- package/esm/models/operations/getmanagerdomainbinding.d.ts +1 -1
- package/esm/models/operations/getmanagermanagementconfig.d.ts +1 -1
- package/esm/models/operations/getpackage.d.ts +1 -1
- package/esm/models/operations/getproject.d.ts +1 -1
- package/esm/models/operations/getprojectactiverelease.d.ts +1 -1
- package/esm/models/operations/getprojectdeploymentportaldomain.d.ts +1 -1
- package/esm/models/operations/getprojectgcpoauthprovider.d.ts +1 -1
- package/esm/models/operations/getprojecttemplateurls.d.ts +1 -1
- package/esm/models/operations/getrelease.d.ts +1 -1
- package/esm/models/operations/getresourcedeploymentdetail.d.ts +1 -1
- package/esm/models/operations/getsetupregistrationoperation.d.ts +1 -1
- package/esm/models/operations/getworkspace.d.ts +1 -1
- package/esm/models/operations/getworkspacebillingentitlements.d.ts +1 -1
- package/esm/models/operations/importdeployment.d.ts +1 -1
- package/esm/models/operations/index.d.ts +6 -0
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +6 -0
- package/esm/models/operations/index.js.map +1 -1
- package/esm/models/operations/listapikeys.d.ts +1 -1
- package/esm/models/operations/listbillingauditlog.d.ts +1 -1
- package/esm/models/operations/listcommanddeployments.d.ts +1 -1
- package/esm/models/operations/listcommandnames.d.ts +1 -1
- package/esm/models/operations/listcommands.d.ts +1 -1
- package/esm/models/operations/listdebugsessions.d.ts +82 -0
- package/esm/models/operations/listdebugsessions.d.ts.map +1 -0
- package/esm/models/operations/listdebugsessions.js +42 -0
- package/esm/models/operations/listdebugsessions.js.map +1 -0
- package/esm/models/operations/listdeploymentfilterdeploymentgroups.d.ts +1 -1
- package/esm/models/operations/listdeploymentfilterenvironments.d.ts +1 -1
- package/esm/models/operations/listdeploymentgroups.d.ts +1 -1
- package/esm/models/operations/listdeployments.d.ts +6 -1
- package/esm/models/operations/listdeployments.d.ts.map +1 -1
- package/esm/models/operations/listdeployments.js +1 -0
- package/esm/models/operations/listdeployments.js.map +1 -1
- package/esm/models/operations/listdomains.d.ts +1 -1
- package/esm/models/operations/listevents.d.ts +1 -1
- package/esm/models/operations/listmanagerevents.d.ts +1 -1
- package/esm/models/operations/listmanagers.d.ts +1 -1
- package/esm/models/operations/listpackages.d.ts +1 -1
- package/esm/models/operations/listprojects.d.ts +1 -1
- package/esm/models/operations/listreleaseauthors.d.ts +1 -1
- package/esm/models/operations/listreleasebranches.d.ts +1 -1
- package/esm/models/operations/listreleases.d.ts +1 -1
- package/esm/models/operations/listresourcedeployments.d.ts +1 -1
- package/esm/models/operations/listresourceoverview.d.ts +1 -1
- package/esm/models/operations/listworkspacemembers.d.ts +1 -1
- package/esm/models/operations/listworkspaces.d.ts +1 -1
- package/esm/models/operations/pindeploymentrelease.d.ts +1 -1
- package/esm/models/operations/plandeploymentcompute.d.ts +1470 -0
- package/esm/models/operations/plandeploymentcompute.d.ts.map +1 -0
- package/esm/models/operations/plandeploymentcompute.js +897 -0
- package/esm/models/operations/plandeploymentcompute.js.map +1 -0
- package/esm/models/operations/preparedeploymentstack.d.ts +435 -407
- package/esm/models/operations/preparedeploymentstack.d.ts.map +1 -1
- package/esm/models/operations/preparedeploymentstack.js +401 -352
- package/esm/models/operations/preparedeploymentstack.js.map +1 -1
- package/esm/models/operations/provisionmanager.d.ts +1 -1
- package/esm/models/operations/rebuildpackages.d.ts +1 -1
- package/esm/models/operations/redeploydeployment.d.ts +1 -1
- package/esm/models/operations/refreshdomain.d.ts +1 -1
- package/esm/models/operations/removeworkspacemember.d.ts +1 -1
- package/esm/models/operations/reportmanagerheartbeat.d.ts +1 -1
- package/esm/models/operations/resolve.d.ts +1 -1
- package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts +1 -1
- package/esm/models/operations/retrydeployment.d.ts +1 -1
- package/esm/models/operations/retrymanager.d.ts +1 -1
- package/esm/models/operations/retrymanagersetup.d.ts +1 -1
- package/esm/models/operations/revokeapikey.d.ts +1 -1
- package/esm/models/operations/syncacquire.d.ts +1 -1
- package/esm/models/operations/synclist.d.ts +1 -1
- package/esm/models/operations/syncreconcile.d.ts +1 -1
- package/esm/models/operations/syncrelease.d.ts +1 -1
- package/esm/models/operations/updateapikey.d.ts +1 -1
- package/esm/models/operations/updatecommand.d.ts +1 -1
- package/esm/models/operations/updatedebugsession.d.ts +23 -0
- package/esm/models/operations/updatedebugsession.d.ts.map +1 -0
- package/esm/models/operations/updatedebugsession.js +21 -0
- package/esm/models/operations/updatedebugsession.js.map +1 -0
- package/esm/models/operations/updatedeploymentenvironmentvariables.d.ts +1 -1
- package/esm/models/operations/updatedeploymentgroup.d.ts +1 -1
- package/esm/models/operations/updatemanager.d.ts +1 -1
- package/esm/models/operations/updatemanagerdomainbinding.d.ts +1 -1
- package/esm/models/operations/updateproject.d.ts +1 -1
- package/esm/models/operations/updateprojectgcpoauthprovider.d.ts +1 -1
- package/esm/models/operations/updateworkspace.d.ts +1 -1
- package/esm/models/operations/updateworkspacemember.d.ts +1 -1
- package/esm/models/operations/whoami.d.ts +15 -0
- package/esm/models/operations/whoami.d.ts.map +1 -0
- package/esm/models/operations/whoami.js +12 -0
- package/esm/models/operations/whoami.js.map +1 -0
- package/esm/models/package.d.ts +1 -1
- package/esm/models/persistimporteddeploymentrequest.d.ts +402 -0
- package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -1
- package/esm/models/persistimporteddeploymentrequest.js +232 -0
- package/esm/models/persistimporteddeploymentrequest.js.map +1 -1
- package/esm/models/prepareddeploymentstack.d.ts +248 -0
- package/esm/models/prepareddeploymentstack.d.ts.map +1 -1
- package/esm/models/prepareddeploymentstack.js +174 -0
- package/esm/models/prepareddeploymentstack.js.map +1 -1
- package/esm/models/project.d.ts +1 -1
- package/esm/models/projectlistitemresponse.d.ts +1 -1
- package/esm/models/resolvedstackinputsummary.d.ts +23 -0
- package/esm/models/resolvedstackinputsummary.d.ts.map +1 -0
- package/esm/models/resolvedstackinputsummary.js +24 -0
- package/esm/models/resolvedstackinputsummary.js.map +1 -0
- package/esm/models/stackinputvaluerequest.d.ts +8 -0
- package/esm/models/stackinputvaluerequest.d.ts.map +1 -0
- package/esm/models/stackinputvaluerequest.js +10 -0
- package/esm/models/stackinputvaluerequest.js.map +1 -0
- package/esm/models/syncacquireresponse.d.ts +916 -18
- package/esm/models/syncacquireresponse.d.ts.map +1 -1
- package/esm/models/syncacquireresponse.js +628 -1
- package/esm/models/syncacquireresponse.js.map +1 -1
- package/esm/models/synclistresponse.d.ts +313 -4
- package/esm/models/synclistresponse.d.ts.map +1 -1
- package/esm/models/synclistresponse.js +210 -1
- package/esm/models/synclistresponse.js.map +1 -1
- package/esm/models/syncreconcilerequest.d.ts +921 -0
- package/esm/models/syncreconcilerequest.d.ts.map +1 -1
- package/esm/models/syncreconcilerequest.js +534 -0
- package/esm/models/syncreconcilerequest.js.map +1 -1
- package/esm/models/syncreconcileresponse.d.ts +1318 -174
- package/esm/models/syncreconcileresponse.d.ts.map +1 -1
- package/esm/models/syncreconcileresponse.js +901 -91
- package/esm/models/syncreconcileresponse.js.map +1 -1
- package/esm/models/updateapikeyrequest.d.ts +11 -0
- package/esm/models/updateapikeyrequest.d.ts.map +1 -1
- package/esm/models/updateapikeyrequest.js +3 -0
- package/esm/models/updateapikeyrequest.js.map +1 -1
- package/esm/models/updatedebugsessionrequest.d.ts +21 -0
- package/esm/models/updatedebugsessionrequest.d.ts.map +1 -0
- package/esm/models/updatedebugsessionrequest.js +15 -0
- package/esm/models/updatedebugsessionrequest.js.map +1 -0
- package/esm/models/updatedeploymentsetuppolicy.d.ts +22 -0
- package/esm/models/updatedeploymentsetuppolicy.d.ts.map +1 -0
- package/esm/models/updatedeploymentsetuppolicy.js +14 -0
- package/esm/models/updatedeploymentsetuppolicy.js.map +1 -0
- package/esm/models/updateproject.d.ts +1 -1
- package/esm/sdk/auth.d.ts +2 -1
- package/esm/sdk/auth.d.ts.map +1 -1
- package/esm/sdk/auth.js +2 -2
- package/esm/sdk/auth.js.map +1 -1
- package/esm/sdk/debugsessions.d.ts +22 -0
- package/esm/sdk/debugsessions.d.ts.map +1 -0
- package/esm/sdk/debugsessions.js +36 -0
- package/esm/sdk/debugsessions.js.map +1 -0
- package/esm/sdk/deployment.d.ts +4 -0
- package/esm/sdk/deployment.d.ts.map +1 -1
- package/esm/sdk/deployment.js +7 -0
- package/esm/sdk/deployment.js.map +1 -1
- package/esm/sdk/sdk.d.ts +3 -0
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +4 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/esm/sdk/user.d.ts +4 -4
- package/esm/sdk/user.d.ts.map +1 -1
- package/esm/sdk/user.js +6 -6
- package/esm/sdk/user.js.map +1 -1
- package/examples/{userGetProfile.example.ts → userListMemberships.example.ts} +2 -2
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/authWhoami.ts +25 -2
- package/src/funcs/debugSessionsCreate.ts +178 -0
- package/src/funcs/debugSessionsGet.ts +179 -0
- package/src/funcs/debugSessionsList.ts +181 -0
- package/src/funcs/debugSessionsUpdate.ts +182 -0
- package/src/funcs/deploymentPlanCompute.ts +176 -0
- package/src/funcs/deploymentsList.ts +3 -1
- package/src/lib/config.ts +2 -2
- package/src/models/commanddeploymentinfo.ts +2 -2
- package/src/models/createdebugsessionrequest.ts +52 -0
- package/src/models/createdeploymentgrouptokenrequest.ts +9 -0
- package/src/models/createmanagerresponse.ts +520 -0
- package/src/models/createreleaserequest.ts +7 -7
- package/src/models/createsetupregistrationoperationrequest.ts +241 -0
- package/src/models/debugpackagepresignedurls.ts +32 -0
- package/src/models/debugsession.ts +118 -0
- package/src/models/debugsessionlistresponse.ts +42 -0
- package/src/models/debugsessionstate.ts +31 -0
- package/src/models/deployment.ts +651 -5
- package/src/models/deploymentcomputeplan.ts +500 -0
- package/src/models/deploymentconnectioninfo.ts +33 -4
- package/src/models/deploymentdetailresponse.ts +715 -5
- package/src/models/deploymentinfo.ts +37 -1
- package/src/models/deploymentinfosetupconfig.ts +544 -0
- package/src/models/deploymentlistitemresponse.ts +2 -2
- package/src/models/deploymentsetupconfig.ts +9 -0
- package/src/models/deploymentsetupstacksettingspolicy.ts +350 -0
- package/src/models/encryptedstackinputvalue.ts +86 -0
- package/src/models/forwardimportrequest.ts +9 -3
- package/src/models/importsource.ts +184 -0
- package/src/models/index.ts +11 -0
- package/src/models/managerretryresponse.ts +517 -0
- package/src/models/newdeploymentrequest.ts +219 -6
- package/src/models/operations/addworkspacemember.ts +1 -1
- package/src/models/operations/cancelmanagersetup.ts +1 -1
- package/src/models/operations/cancelpackage.ts +1 -1
- package/src/models/operations/createapikey.ts +1 -1
- package/src/models/operations/createcommand.ts +1 -1
- package/src/models/operations/createdebugsession.ts +45 -0
- package/src/models/operations/createdeployment.ts +1 -1
- package/src/models/operations/createdeploymentgroup.ts +1 -1
- package/src/models/operations/createdeploymentgrouptoken.ts +1 -1
- package/src/models/operations/createdeploymenttoken.ts +1 -1
- package/src/models/operations/createdomain.ts +1 -1
- package/src/models/operations/createdomainendpoint.ts +1 -1
- package/src/models/operations/createmanager.ts +1 -1
- package/src/models/operations/createproject.ts +3 -3
- package/src/models/operations/createprojectfromtemplate.ts +3 -3
- package/src/models/operations/createrelease.ts +1 -1
- package/src/models/operations/createsetupregistrationoperation.ts +1 -1
- package/src/models/operations/deleteapikeys.ts +1 -1
- package/src/models/operations/deletedeployment.ts +1 -1
- package/src/models/operations/deletedeploymentgroup.ts +1 -1
- package/src/models/operations/deletedomain.ts +1 -1
- package/src/models/operations/deletemanager.ts +1 -1
- package/src/models/operations/deleteproject.ts +1 -1
- package/src/models/operations/deleteworkspace.ts +1 -1
- package/src/models/operations/dismissworkspaceonboarding.ts +1 -1
- package/src/models/operations/generatemanagertoken.ts +1 -1
- package/src/models/operations/getapikey.ts +1 -1
- package/src/models/operations/getcloudregions.ts +1 -1
- package/src/models/operations/getcommand.ts +1 -1
- package/src/models/operations/getdebugsession.ts +39 -0
- package/src/models/operations/getdeployment.ts +1 -1
- package/src/models/operations/getdeploymentconnectioninfo.ts +1 -1
- package/src/models/operations/getdeploymentgroup.ts +1 -1
- package/src/models/operations/getdeploymentinfo.ts +1 -1
- package/src/models/operations/getdeploymentstats.ts +1 -1
- package/src/models/operations/getdomain.ts +1 -1
- package/src/models/operations/getevent.ts +1 -1
- package/src/models/operations/getmanager.ts +1 -1
- package/src/models/operations/getmanagerdeployment.ts +1 -1
- package/src/models/operations/getmanagerdomainbinding.ts +1 -1
- package/src/models/operations/getmanagermanagementconfig.ts +1 -1
- package/src/models/operations/getpackage.ts +1 -1
- package/src/models/operations/getproject.ts +1 -1
- package/src/models/operations/getprojectactiverelease.ts +1 -1
- package/src/models/operations/getprojectdeploymentportaldomain.ts +1 -1
- package/src/models/operations/getprojectgcpoauthprovider.ts +1 -1
- package/src/models/operations/getprojecttemplateurls.ts +1 -1
- package/src/models/operations/getrelease.ts +1 -1
- package/src/models/operations/getresourcedeploymentdetail.ts +1 -1
- package/src/models/operations/getsetupregistrationoperation.ts +1 -1
- package/src/models/operations/getworkspace.ts +1 -1
- package/src/models/operations/getworkspacebillingentitlements.ts +1 -1
- package/src/models/operations/importdeployment.ts +1 -1
- package/src/models/operations/index.ts +6 -0
- package/src/models/operations/listapikeys.ts +1 -1
- package/src/models/operations/listbillingauditlog.ts +1 -1
- package/src/models/operations/listcommanddeployments.ts +1 -1
- package/src/models/operations/listcommandnames.ts +1 -1
- package/src/models/operations/listcommands.ts +1 -1
- package/src/models/operations/listdebugsessions.ts +117 -0
- package/src/models/operations/listdeploymentfilterdeploymentgroups.ts +1 -1
- package/src/models/operations/listdeploymentfilterenvironments.ts +1 -1
- package/src/models/operations/listdeploymentgroups.ts +1 -1
- package/src/models/operations/listdeployments.ts +7 -1
- package/src/models/operations/listdomains.ts +1 -1
- package/src/models/operations/listevents.ts +1 -1
- package/src/models/operations/listmanagerevents.ts +1 -1
- package/src/models/operations/listmanagers.ts +1 -1
- package/src/models/operations/listpackages.ts +1 -1
- package/src/models/operations/listprojects.ts +1 -1
- package/src/models/operations/listreleaseauthors.ts +1 -1
- package/src/models/operations/listreleasebranches.ts +1 -1
- package/src/models/operations/listreleases.ts +1 -1
- package/src/models/operations/listresourcedeployments.ts +1 -1
- package/src/models/operations/listresourceoverview.ts +1 -1
- package/src/models/operations/listworkspacemembers.ts +1 -1
- package/src/models/operations/listworkspaces.ts +1 -1
- package/src/models/operations/pindeploymentrelease.ts +1 -1
- package/src/models/operations/plandeploymentcompute.ts +3412 -0
- package/src/models/operations/preparedeploymentstack.ts +1656 -1063
- package/src/models/operations/provisionmanager.ts +1 -1
- package/src/models/operations/rebuildpackages.ts +1 -1
- package/src/models/operations/redeploydeployment.ts +1 -1
- package/src/models/operations/refreshdomain.ts +1 -1
- package/src/models/operations/removeworkspacemember.ts +1 -1
- package/src/models/operations/reportmanagerheartbeat.ts +1 -1
- package/src/models/operations/resolve.ts +1 -1
- package/src/models/operations/resolvemanagergcpoauthprovider.ts +1 -1
- package/src/models/operations/retrydeployment.ts +1 -1
- package/src/models/operations/retrymanager.ts +1 -1
- package/src/models/operations/retrymanagersetup.ts +1 -1
- package/src/models/operations/revokeapikey.ts +1 -1
- package/src/models/operations/syncacquire.ts +1 -1
- package/src/models/operations/synclist.ts +1 -1
- package/src/models/operations/syncreconcile.ts +1 -1
- package/src/models/operations/syncrelease.ts +1 -1
- package/src/models/operations/updateapikey.ts +1 -1
- package/src/models/operations/updatecommand.ts +1 -1
- package/src/models/operations/updatedebugsession.ts +51 -0
- package/src/models/operations/updatedeploymentenvironmentvariables.ts +1 -1
- package/src/models/operations/updatedeploymentgroup.ts +1 -1
- package/src/models/operations/updatemanager.ts +1 -1
- package/src/models/operations/updatemanagerdomainbinding.ts +1 -1
- package/src/models/operations/updateproject.ts +1 -1
- package/src/models/operations/updateprojectgcpoauthprovider.ts +1 -1
- package/src/models/operations/updateworkspace.ts +1 -1
- package/src/models/operations/updateworkspacemember.ts +1 -1
- package/src/models/operations/whoami.ts +29 -0
- package/src/models/package.ts +1 -1
- package/src/models/persistimporteddeploymentrequest.ts +884 -0
- package/src/models/prepareddeploymentstack.ts +530 -0
- package/src/models/project.ts +1 -1
- package/src/models/projectlistitemresponse.ts +1 -1
- package/src/models/resolvedstackinputsummary.ts +54 -0
- package/src/models/stackinputvaluerequest.ts +28 -0
- package/src/models/syncacquireresponse.ts +2216 -154
- package/src/models/synclistresponse.ts +666 -5
- package/src/models/syncreconcilerequest.ts +2059 -82
- package/src/models/syncreconcileresponse.ts +2978 -444
- package/src/models/updateapikeyrequest.ts +17 -0
- package/src/models/updatedebugsessionrequest.ts +40 -0
- package/src/models/updatedeploymentsetuppolicy.ts +43 -0
- package/src/models/updateproject.ts +1 -1
- package/src/sdk/auth.ts +3 -0
- package/src/sdk/debugsessions.ts +70 -0
- package/src/sdk/deployment.ts +15 -0
- package/src/sdk/sdk.ts +6 -0
- package/src/sdk/user.ts +12 -12
|
@@ -5,6 +5,56 @@ import * as z from "zod/v4";
|
|
|
5
5
|
import { remap as remap$ } from "../lib/primitives.js";
|
|
6
6
|
import { collectExtraKeys as collectExtraKeys$, safeParse, } from "../lib/schemas.js";
|
|
7
7
|
import { APIError$inboundSchema } from "./apierror.js";
|
|
8
|
+
import { DeploymentSetupMethod$inboundSchema, } from "./deploymentsetupmethod.js";
|
|
9
|
+
export const SyncAcquireResponseCurrentReleaseTypeStringList = {
|
|
10
|
+
StringList: "stringList",
|
|
11
|
+
};
|
|
12
|
+
export const SyncAcquireResponseCurrentReleaseTypeBoolean = {
|
|
13
|
+
Boolean: "boolean",
|
|
14
|
+
};
|
|
15
|
+
export const SyncAcquireResponseCurrentReleaseTypeNumber = {
|
|
16
|
+
Number: "number",
|
|
17
|
+
};
|
|
18
|
+
export const SyncAcquireResponseCurrentReleaseTypeString = {
|
|
19
|
+
String: "string",
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Environment variable handling for a stack input mapping.
|
|
23
|
+
*/
|
|
24
|
+
export const SyncAcquireResponseCurrentReleaseTypeEnvEnum = {
|
|
25
|
+
Plain: "plain",
|
|
26
|
+
Secret: "secret",
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Primitive stack input kind.
|
|
30
|
+
*/
|
|
31
|
+
export const SyncAcquireResponseCurrentReleaseKind = {
|
|
32
|
+
String: "string",
|
|
33
|
+
Secret: "secret",
|
|
34
|
+
Number: "number",
|
|
35
|
+
Integer: "integer",
|
|
36
|
+
Boolean: "boolean",
|
|
37
|
+
Enum: "enum",
|
|
38
|
+
StringList: "stringList",
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* Represents the target cloud platform.
|
|
42
|
+
*/
|
|
43
|
+
export const SyncAcquireResponseCurrentReleasePlatform = {
|
|
44
|
+
Aws: "aws",
|
|
45
|
+
Gcp: "gcp",
|
|
46
|
+
Azure: "azure",
|
|
47
|
+
Kubernetes: "kubernetes",
|
|
48
|
+
Local: "local",
|
|
49
|
+
Test: "test",
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Who can provide a stack input value.
|
|
53
|
+
*/
|
|
54
|
+
export const SyncAcquireResponseCurrentReleaseProvidedBy = {
|
|
55
|
+
Developer: "developer",
|
|
56
|
+
Deployer: "deployer",
|
|
57
|
+
};
|
|
8
58
|
export const SyncAcquireResponseCurrentReleaseManagementEnum = {
|
|
9
59
|
Auto: "auto",
|
|
10
60
|
};
|
|
@@ -73,6 +123,55 @@ export const SyncAcquireResponseCurrentPlatform = {
|
|
|
73
123
|
Local: "local",
|
|
74
124
|
Test: "test",
|
|
75
125
|
};
|
|
126
|
+
export const SyncAcquireResponsePreparedStackTypeStringList = {
|
|
127
|
+
StringList: "stringList",
|
|
128
|
+
};
|
|
129
|
+
export const SyncAcquireResponsePreparedStackTypeBoolean = {
|
|
130
|
+
Boolean: "boolean",
|
|
131
|
+
};
|
|
132
|
+
export const SyncAcquireResponsePreparedStackTypeNumber = {
|
|
133
|
+
Number: "number",
|
|
134
|
+
};
|
|
135
|
+
export const SyncAcquireResponsePreparedStackTypeString = {
|
|
136
|
+
String: "string",
|
|
137
|
+
};
|
|
138
|
+
/**
|
|
139
|
+
* Environment variable handling for a stack input mapping.
|
|
140
|
+
*/
|
|
141
|
+
export const SyncAcquireResponsePreparedStackTypeEnvEnum = {
|
|
142
|
+
Plain: "plain",
|
|
143
|
+
Secret: "secret",
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* Primitive stack input kind.
|
|
147
|
+
*/
|
|
148
|
+
export const SyncAcquireResponsePreparedStackKind = {
|
|
149
|
+
String: "string",
|
|
150
|
+
Secret: "secret",
|
|
151
|
+
Number: "number",
|
|
152
|
+
Integer: "integer",
|
|
153
|
+
Boolean: "boolean",
|
|
154
|
+
Enum: "enum",
|
|
155
|
+
StringList: "stringList",
|
|
156
|
+
};
|
|
157
|
+
/**
|
|
158
|
+
* Represents the target cloud platform.
|
|
159
|
+
*/
|
|
160
|
+
export const SyncAcquireResponsePreparedStackPlatform = {
|
|
161
|
+
Aws: "aws",
|
|
162
|
+
Gcp: "gcp",
|
|
163
|
+
Azure: "azure",
|
|
164
|
+
Kubernetes: "kubernetes",
|
|
165
|
+
Local: "local",
|
|
166
|
+
Test: "test",
|
|
167
|
+
};
|
|
168
|
+
/**
|
|
169
|
+
* Who can provide a stack input value.
|
|
170
|
+
*/
|
|
171
|
+
export const SyncAcquireResponsePreparedStackProvidedBy = {
|
|
172
|
+
Developer: "developer",
|
|
173
|
+
Deployer: "deployer",
|
|
174
|
+
};
|
|
76
175
|
export const SyncAcquireResponsePreparedStackManagementEnum = {
|
|
77
176
|
Auto: "auto",
|
|
78
177
|
};
|
|
@@ -183,6 +282,55 @@ export const SyncAcquireResponseStatus = {
|
|
|
183
282
|
Deleted: "deleted",
|
|
184
283
|
Error: "error",
|
|
185
284
|
};
|
|
285
|
+
export const SyncAcquireResponseTargetReleaseTypeStringList = {
|
|
286
|
+
StringList: "stringList",
|
|
287
|
+
};
|
|
288
|
+
export const SyncAcquireResponseTargetReleaseTypeBoolean = {
|
|
289
|
+
Boolean: "boolean",
|
|
290
|
+
};
|
|
291
|
+
export const SyncAcquireResponseTargetReleaseTypeNumber = {
|
|
292
|
+
Number: "number",
|
|
293
|
+
};
|
|
294
|
+
export const SyncAcquireResponseTargetReleaseTypeString = {
|
|
295
|
+
String: "string",
|
|
296
|
+
};
|
|
297
|
+
/**
|
|
298
|
+
* Environment variable handling for a stack input mapping.
|
|
299
|
+
*/
|
|
300
|
+
export const SyncAcquireResponseTargetReleaseTypeEnvEnum = {
|
|
301
|
+
Plain: "plain",
|
|
302
|
+
Secret: "secret",
|
|
303
|
+
};
|
|
304
|
+
/**
|
|
305
|
+
* Primitive stack input kind.
|
|
306
|
+
*/
|
|
307
|
+
export const SyncAcquireResponseTargetReleaseKind = {
|
|
308
|
+
String: "string",
|
|
309
|
+
Secret: "secret",
|
|
310
|
+
Number: "number",
|
|
311
|
+
Integer: "integer",
|
|
312
|
+
Boolean: "boolean",
|
|
313
|
+
Enum: "enum",
|
|
314
|
+
StringList: "stringList",
|
|
315
|
+
};
|
|
316
|
+
/**
|
|
317
|
+
* Represents the target cloud platform.
|
|
318
|
+
*/
|
|
319
|
+
export const SyncAcquireResponseTargetReleasePlatform = {
|
|
320
|
+
Aws: "aws",
|
|
321
|
+
Gcp: "gcp",
|
|
322
|
+
Azure: "azure",
|
|
323
|
+
Kubernetes: "kubernetes",
|
|
324
|
+
Local: "local",
|
|
325
|
+
Test: "test",
|
|
326
|
+
};
|
|
327
|
+
/**
|
|
328
|
+
* Who can provide a stack input value.
|
|
329
|
+
*/
|
|
330
|
+
export const SyncAcquireResponseTargetReleaseProvidedBy = {
|
|
331
|
+
Developer: "developer",
|
|
332
|
+
Deployer: "deployer",
|
|
333
|
+
};
|
|
186
334
|
export const SyncAcquireResponseTargetReleaseManagementEnum = {
|
|
187
335
|
Auto: "auto",
|
|
188
336
|
};
|
|
@@ -281,6 +429,27 @@ export const SyncAcquireResponseDnsStatus = {
|
|
|
281
429
|
Deleting: "deleting",
|
|
282
430
|
Failed: "failed",
|
|
283
431
|
};
|
|
432
|
+
/**
|
|
433
|
+
* Certificate status in the certificate lifecycle
|
|
434
|
+
*/
|
|
435
|
+
export const SyncAcquireResponseEndpointsCertificateStatus = {
|
|
436
|
+
Pending: "pending",
|
|
437
|
+
Issued: "issued",
|
|
438
|
+
Renewing: "renewing",
|
|
439
|
+
RenewalFailed: "renewal-failed",
|
|
440
|
+
Failed: "failed",
|
|
441
|
+
Deleting: "deleting",
|
|
442
|
+
};
|
|
443
|
+
/**
|
|
444
|
+
* DNS record status in the DNS lifecycle
|
|
445
|
+
*/
|
|
446
|
+
export const SyncAcquireResponseEndpointsDnsStatus = {
|
|
447
|
+
Pending: "pending",
|
|
448
|
+
Active: "active",
|
|
449
|
+
Updating: "updating",
|
|
450
|
+
Deleting: "deleting",
|
|
451
|
+
Failed: "failed",
|
|
452
|
+
};
|
|
284
453
|
/**
|
|
285
454
|
* Type of environment variable
|
|
286
455
|
*/
|
|
@@ -467,6 +636,138 @@ export const SyncAcquireResponseUpdates = {
|
|
|
467
636
|
ApprovalRequired: "approval-required",
|
|
468
637
|
};
|
|
469
638
|
/** @internal */
|
|
639
|
+
export const SyncAcquireResponseCurrentReleaseTypeStringList$inboundSchema = z.enum(SyncAcquireResponseCurrentReleaseTypeStringList);
|
|
640
|
+
/** @internal */
|
|
641
|
+
export const SyncAcquireResponseCurrentReleaseDefaultStringList$inboundSchema = z
|
|
642
|
+
.object({
|
|
643
|
+
type: SyncAcquireResponseCurrentReleaseTypeStringList$inboundSchema,
|
|
644
|
+
value: z.array(z.string()),
|
|
645
|
+
});
|
|
646
|
+
export function syncAcquireResponseCurrentReleaseDefaultStringListFromJSON(jsonString) {
|
|
647
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseDefaultStringList$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseDefaultStringList' from JSON`);
|
|
648
|
+
}
|
|
649
|
+
/** @internal */
|
|
650
|
+
export const SyncAcquireResponseCurrentReleaseTypeBoolean$inboundSchema = z.enum(SyncAcquireResponseCurrentReleaseTypeBoolean);
|
|
651
|
+
/** @internal */
|
|
652
|
+
export const SyncAcquireResponseCurrentReleaseDefaultBoolean$inboundSchema = z
|
|
653
|
+
.object({
|
|
654
|
+
type: SyncAcquireResponseCurrentReleaseTypeBoolean$inboundSchema,
|
|
655
|
+
value: z.boolean(),
|
|
656
|
+
});
|
|
657
|
+
export function syncAcquireResponseCurrentReleaseDefaultBooleanFromJSON(jsonString) {
|
|
658
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseDefaultBoolean$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseDefaultBoolean' from JSON`);
|
|
659
|
+
}
|
|
660
|
+
/** @internal */
|
|
661
|
+
export const SyncAcquireResponseCurrentReleaseTypeNumber$inboundSchema = z.enum(SyncAcquireResponseCurrentReleaseTypeNumber);
|
|
662
|
+
/** @internal */
|
|
663
|
+
export const SyncAcquireResponseCurrentReleaseDefaultNumber$inboundSchema = z.object({
|
|
664
|
+
type: SyncAcquireResponseCurrentReleaseTypeNumber$inboundSchema,
|
|
665
|
+
value: z.string(),
|
|
666
|
+
});
|
|
667
|
+
export function syncAcquireResponseCurrentReleaseDefaultNumberFromJSON(jsonString) {
|
|
668
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseDefaultNumber$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseDefaultNumber' from JSON`);
|
|
669
|
+
}
|
|
670
|
+
/** @internal */
|
|
671
|
+
export const SyncAcquireResponseCurrentReleaseTypeString$inboundSchema = z.enum(SyncAcquireResponseCurrentReleaseTypeString);
|
|
672
|
+
/** @internal */
|
|
673
|
+
export const SyncAcquireResponseCurrentReleaseDefaultString$inboundSchema = z.object({
|
|
674
|
+
type: SyncAcquireResponseCurrentReleaseTypeString$inboundSchema,
|
|
675
|
+
value: z.string(),
|
|
676
|
+
});
|
|
677
|
+
export function syncAcquireResponseCurrentReleaseDefaultStringFromJSON(jsonString) {
|
|
678
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseDefaultString$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseDefaultString' from JSON`);
|
|
679
|
+
}
|
|
680
|
+
/** @internal */
|
|
681
|
+
export const SyncAcquireResponseCurrentReleaseDefaultUnion$inboundSchema = z.union([
|
|
682
|
+
z.lazy(() => SyncAcquireResponseCurrentReleaseDefaultString$inboundSchema),
|
|
683
|
+
z.lazy(() => SyncAcquireResponseCurrentReleaseDefaultNumber$inboundSchema),
|
|
684
|
+
z.lazy(() => SyncAcquireResponseCurrentReleaseDefaultBoolean$inboundSchema),
|
|
685
|
+
z.lazy(() => SyncAcquireResponseCurrentReleaseDefaultStringList$inboundSchema),
|
|
686
|
+
z.any(),
|
|
687
|
+
]);
|
|
688
|
+
export function syncAcquireResponseCurrentReleaseDefaultUnionFromJSON(jsonString) {
|
|
689
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseDefaultUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseDefaultUnion' from JSON`);
|
|
690
|
+
}
|
|
691
|
+
/** @internal */
|
|
692
|
+
export const SyncAcquireResponseCurrentReleaseTypeEnvEnum$inboundSchema = z.enum(SyncAcquireResponseCurrentReleaseTypeEnvEnum);
|
|
693
|
+
/** @internal */
|
|
694
|
+
export const SyncAcquireResponseCurrentReleaseTypeUnion$inboundSchema = z.union([
|
|
695
|
+
SyncAcquireResponseCurrentReleaseTypeEnvEnum$inboundSchema,
|
|
696
|
+
z.any(),
|
|
697
|
+
]);
|
|
698
|
+
export function syncAcquireResponseCurrentReleaseTypeUnionFromJSON(jsonString) {
|
|
699
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseTypeUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseTypeUnion' from JSON`);
|
|
700
|
+
}
|
|
701
|
+
/** @internal */
|
|
702
|
+
export const SyncAcquireResponseCurrentReleaseEnv$inboundSchema = z.object({
|
|
703
|
+
name: z.string(),
|
|
704
|
+
targetResources: z.nullable(z.array(z.string())).optional(),
|
|
705
|
+
type: z.nullable(z.union([
|
|
706
|
+
SyncAcquireResponseCurrentReleaseTypeEnvEnum$inboundSchema,
|
|
707
|
+
z.any(),
|
|
708
|
+
])).optional(),
|
|
709
|
+
});
|
|
710
|
+
export function syncAcquireResponseCurrentReleaseEnvFromJSON(jsonString) {
|
|
711
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseEnv$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseEnv' from JSON`);
|
|
712
|
+
}
|
|
713
|
+
/** @internal */
|
|
714
|
+
export const SyncAcquireResponseCurrentReleaseKind$inboundSchema = z.enum(SyncAcquireResponseCurrentReleaseKind);
|
|
715
|
+
/** @internal */
|
|
716
|
+
export const SyncAcquireResponseCurrentReleasePlatform$inboundSchema = z.enum(SyncAcquireResponseCurrentReleasePlatform);
|
|
717
|
+
/** @internal */
|
|
718
|
+
export const SyncAcquireResponseCurrentReleaseProvidedBy$inboundSchema = z.enum(SyncAcquireResponseCurrentReleaseProvidedBy);
|
|
719
|
+
/** @internal */
|
|
720
|
+
export const SyncAcquireResponseCurrentReleaseValidation$inboundSchema = z.object({
|
|
721
|
+
format: z.nullable(z.string()).optional(),
|
|
722
|
+
max: z.nullable(z.string()).optional(),
|
|
723
|
+
maxItems: z.nullable(z.int()).optional(),
|
|
724
|
+
maxLength: z.nullable(z.int()).optional(),
|
|
725
|
+
min: z.nullable(z.string()).optional(),
|
|
726
|
+
minItems: z.nullable(z.int()).optional(),
|
|
727
|
+
minLength: z.nullable(z.int()).optional(),
|
|
728
|
+
pattern: z.nullable(z.string()).optional(),
|
|
729
|
+
values: z.nullable(z.array(z.string())).optional(),
|
|
730
|
+
});
|
|
731
|
+
export function syncAcquireResponseCurrentReleaseValidationFromJSON(jsonString) {
|
|
732
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseValidation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseValidation' from JSON`);
|
|
733
|
+
}
|
|
734
|
+
/** @internal */
|
|
735
|
+
export const SyncAcquireResponseCurrentReleaseValidationUnion$inboundSchema = z
|
|
736
|
+
.union([
|
|
737
|
+
z.lazy(() => SyncAcquireResponseCurrentReleaseValidation$inboundSchema),
|
|
738
|
+
z.any(),
|
|
739
|
+
]);
|
|
740
|
+
export function syncAcquireResponseCurrentReleaseValidationUnionFromJSON(jsonString) {
|
|
741
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseValidationUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseValidationUnion' from JSON`);
|
|
742
|
+
}
|
|
743
|
+
/** @internal */
|
|
744
|
+
export const SyncAcquireResponseCurrentReleaseInput$inboundSchema = z.object({
|
|
745
|
+
default: z.nullable(z.union([
|
|
746
|
+
z.lazy(() => SyncAcquireResponseCurrentReleaseDefaultString$inboundSchema),
|
|
747
|
+
z.lazy(() => SyncAcquireResponseCurrentReleaseDefaultNumber$inboundSchema),
|
|
748
|
+
z.lazy(() => SyncAcquireResponseCurrentReleaseDefaultBoolean$inboundSchema),
|
|
749
|
+
z.lazy(() => SyncAcquireResponseCurrentReleaseDefaultStringList$inboundSchema),
|
|
750
|
+
z.any(),
|
|
751
|
+
])).optional(),
|
|
752
|
+
description: z.string(),
|
|
753
|
+
env: z.array(z.lazy(() => SyncAcquireResponseCurrentReleaseEnv$inboundSchema))
|
|
754
|
+
.optional(),
|
|
755
|
+
id: z.string(),
|
|
756
|
+
kind: SyncAcquireResponseCurrentReleaseKind$inboundSchema,
|
|
757
|
+
label: z.string(),
|
|
758
|
+
placeholder: z.nullable(z.string()).optional(),
|
|
759
|
+
platforms: z.nullable(z.array(SyncAcquireResponseCurrentReleasePlatform$inboundSchema)).optional(),
|
|
760
|
+
providedBy: z.array(SyncAcquireResponseCurrentReleaseProvidedBy$inboundSchema),
|
|
761
|
+
required: z.boolean(),
|
|
762
|
+
validation: z.nullable(z.union([
|
|
763
|
+
z.lazy(() => SyncAcquireResponseCurrentReleaseValidation$inboundSchema),
|
|
764
|
+
z.any(),
|
|
765
|
+
])).optional(),
|
|
766
|
+
});
|
|
767
|
+
export function syncAcquireResponseCurrentReleaseInputFromJSON(jsonString) {
|
|
768
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseInput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseInput' from JSON`);
|
|
769
|
+
}
|
|
770
|
+
/** @internal */
|
|
470
771
|
export const SyncAcquireResponseCurrentReleaseManagementEnum$inboundSchema = z.enum(SyncAcquireResponseCurrentReleaseManagementEnum);
|
|
471
772
|
/** @internal */
|
|
472
773
|
export const SyncAcquireResponseCurrentReleaseOverrideAwResource$inboundSchema = z
|
|
@@ -1200,6 +1501,7 @@ export const SyncAcquireResponseCurrentReleaseSupportedPlatform$inboundSchema =
|
|
|
1200
1501
|
/** @internal */
|
|
1201
1502
|
export const SyncAcquireResponseCurrentReleaseStack$inboundSchema = z.object({
|
|
1202
1503
|
id: z.string(),
|
|
1504
|
+
inputs: z.array(z.lazy(() => SyncAcquireResponseCurrentReleaseInput$inboundSchema)).optional(),
|
|
1203
1505
|
permissions: z.lazy(() => SyncAcquireResponseCurrentReleasePermissions$inboundSchema).optional(),
|
|
1204
1506
|
resources: z.record(z.string(), z.lazy(() => SyncAcquireResponseCurrentReleaseResources$inboundSchema)),
|
|
1205
1507
|
supportedPlatforms: z.nullable(z.array(SyncAcquireResponseCurrentReleaseSupportedPlatform$inboundSchema)).optional(),
|
|
@@ -1316,6 +1618,136 @@ export function syncAcquireResponseErrorUnionFromJSON(jsonString) {
|
|
|
1316
1618
|
/** @internal */
|
|
1317
1619
|
export const SyncAcquireResponseCurrentPlatform$inboundSchema = z.enum(SyncAcquireResponseCurrentPlatform);
|
|
1318
1620
|
/** @internal */
|
|
1621
|
+
export const SyncAcquireResponsePreparedStackTypeStringList$inboundSchema = z.enum(SyncAcquireResponsePreparedStackTypeStringList);
|
|
1622
|
+
/** @internal */
|
|
1623
|
+
export const SyncAcquireResponsePreparedStackDefaultStringList$inboundSchema = z
|
|
1624
|
+
.object({
|
|
1625
|
+
type: SyncAcquireResponsePreparedStackTypeStringList$inboundSchema,
|
|
1626
|
+
value: z.array(z.string()),
|
|
1627
|
+
});
|
|
1628
|
+
export function syncAcquireResponsePreparedStackDefaultStringListFromJSON(jsonString) {
|
|
1629
|
+
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackDefaultStringList$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackDefaultStringList' from JSON`);
|
|
1630
|
+
}
|
|
1631
|
+
/** @internal */
|
|
1632
|
+
export const SyncAcquireResponsePreparedStackTypeBoolean$inboundSchema = z.enum(SyncAcquireResponsePreparedStackTypeBoolean);
|
|
1633
|
+
/** @internal */
|
|
1634
|
+
export const SyncAcquireResponsePreparedStackDefaultBoolean$inboundSchema = z.object({
|
|
1635
|
+
type: SyncAcquireResponsePreparedStackTypeBoolean$inboundSchema,
|
|
1636
|
+
value: z.boolean(),
|
|
1637
|
+
});
|
|
1638
|
+
export function syncAcquireResponsePreparedStackDefaultBooleanFromJSON(jsonString) {
|
|
1639
|
+
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackDefaultBoolean$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackDefaultBoolean' from JSON`);
|
|
1640
|
+
}
|
|
1641
|
+
/** @internal */
|
|
1642
|
+
export const SyncAcquireResponsePreparedStackTypeNumber$inboundSchema = z.enum(SyncAcquireResponsePreparedStackTypeNumber);
|
|
1643
|
+
/** @internal */
|
|
1644
|
+
export const SyncAcquireResponsePreparedStackDefaultNumber$inboundSchema = z.object({
|
|
1645
|
+
type: SyncAcquireResponsePreparedStackTypeNumber$inboundSchema,
|
|
1646
|
+
value: z.string(),
|
|
1647
|
+
});
|
|
1648
|
+
export function syncAcquireResponsePreparedStackDefaultNumberFromJSON(jsonString) {
|
|
1649
|
+
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackDefaultNumber$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackDefaultNumber' from JSON`);
|
|
1650
|
+
}
|
|
1651
|
+
/** @internal */
|
|
1652
|
+
export const SyncAcquireResponsePreparedStackTypeString$inboundSchema = z.enum(SyncAcquireResponsePreparedStackTypeString);
|
|
1653
|
+
/** @internal */
|
|
1654
|
+
export const SyncAcquireResponsePreparedStackDefaultString$inboundSchema = z.object({
|
|
1655
|
+
type: SyncAcquireResponsePreparedStackTypeString$inboundSchema,
|
|
1656
|
+
value: z.string(),
|
|
1657
|
+
});
|
|
1658
|
+
export function syncAcquireResponsePreparedStackDefaultStringFromJSON(jsonString) {
|
|
1659
|
+
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackDefaultString$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackDefaultString' from JSON`);
|
|
1660
|
+
}
|
|
1661
|
+
/** @internal */
|
|
1662
|
+
export const SyncAcquireResponsePreparedStackDefaultUnion$inboundSchema = z.union([
|
|
1663
|
+
z.lazy(() => SyncAcquireResponsePreparedStackDefaultString$inboundSchema),
|
|
1664
|
+
z.lazy(() => SyncAcquireResponsePreparedStackDefaultNumber$inboundSchema),
|
|
1665
|
+
z.lazy(() => SyncAcquireResponsePreparedStackDefaultBoolean$inboundSchema),
|
|
1666
|
+
z.lazy(() => SyncAcquireResponsePreparedStackDefaultStringList$inboundSchema),
|
|
1667
|
+
z.any(),
|
|
1668
|
+
]);
|
|
1669
|
+
export function syncAcquireResponsePreparedStackDefaultUnionFromJSON(jsonString) {
|
|
1670
|
+
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackDefaultUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackDefaultUnion' from JSON`);
|
|
1671
|
+
}
|
|
1672
|
+
/** @internal */
|
|
1673
|
+
export const SyncAcquireResponsePreparedStackTypeEnvEnum$inboundSchema = z.enum(SyncAcquireResponsePreparedStackTypeEnvEnum);
|
|
1674
|
+
/** @internal */
|
|
1675
|
+
export const SyncAcquireResponsePreparedStackTypeUnion$inboundSchema = z.union([
|
|
1676
|
+
SyncAcquireResponsePreparedStackTypeEnvEnum$inboundSchema,
|
|
1677
|
+
z.any(),
|
|
1678
|
+
]);
|
|
1679
|
+
export function syncAcquireResponsePreparedStackTypeUnionFromJSON(jsonString) {
|
|
1680
|
+
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackTypeUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackTypeUnion' from JSON`);
|
|
1681
|
+
}
|
|
1682
|
+
/** @internal */
|
|
1683
|
+
export const SyncAcquireResponsePreparedStackEnv$inboundSchema = z.object({
|
|
1684
|
+
name: z.string(),
|
|
1685
|
+
targetResources: z.nullable(z.array(z.string())).optional(),
|
|
1686
|
+
type: z.nullable(z.union([
|
|
1687
|
+
SyncAcquireResponsePreparedStackTypeEnvEnum$inboundSchema,
|
|
1688
|
+
z.any(),
|
|
1689
|
+
])).optional(),
|
|
1690
|
+
});
|
|
1691
|
+
export function syncAcquireResponsePreparedStackEnvFromJSON(jsonString) {
|
|
1692
|
+
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackEnv$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackEnv' from JSON`);
|
|
1693
|
+
}
|
|
1694
|
+
/** @internal */
|
|
1695
|
+
export const SyncAcquireResponsePreparedStackKind$inboundSchema = z.enum(SyncAcquireResponsePreparedStackKind);
|
|
1696
|
+
/** @internal */
|
|
1697
|
+
export const SyncAcquireResponsePreparedStackPlatform$inboundSchema = z.enum(SyncAcquireResponsePreparedStackPlatform);
|
|
1698
|
+
/** @internal */
|
|
1699
|
+
export const SyncAcquireResponsePreparedStackProvidedBy$inboundSchema = z.enum(SyncAcquireResponsePreparedStackProvidedBy);
|
|
1700
|
+
/** @internal */
|
|
1701
|
+
export const SyncAcquireResponsePreparedStackValidation$inboundSchema = z.object({
|
|
1702
|
+
format: z.nullable(z.string()).optional(),
|
|
1703
|
+
max: z.nullable(z.string()).optional(),
|
|
1704
|
+
maxItems: z.nullable(z.int()).optional(),
|
|
1705
|
+
maxLength: z.nullable(z.int()).optional(),
|
|
1706
|
+
min: z.nullable(z.string()).optional(),
|
|
1707
|
+
minItems: z.nullable(z.int()).optional(),
|
|
1708
|
+
minLength: z.nullable(z.int()).optional(),
|
|
1709
|
+
pattern: z.nullable(z.string()).optional(),
|
|
1710
|
+
values: z.nullable(z.array(z.string())).optional(),
|
|
1711
|
+
});
|
|
1712
|
+
export function syncAcquireResponsePreparedStackValidationFromJSON(jsonString) {
|
|
1713
|
+
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackValidation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackValidation' from JSON`);
|
|
1714
|
+
}
|
|
1715
|
+
/** @internal */
|
|
1716
|
+
export const SyncAcquireResponsePreparedStackValidationUnion$inboundSchema = z.union([
|
|
1717
|
+
z.lazy(() => SyncAcquireResponsePreparedStackValidation$inboundSchema),
|
|
1718
|
+
z.any(),
|
|
1719
|
+
]);
|
|
1720
|
+
export function syncAcquireResponsePreparedStackValidationUnionFromJSON(jsonString) {
|
|
1721
|
+
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackValidationUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackValidationUnion' from JSON`);
|
|
1722
|
+
}
|
|
1723
|
+
/** @internal */
|
|
1724
|
+
export const SyncAcquireResponsePreparedStackInput$inboundSchema = z.object({
|
|
1725
|
+
default: z.nullable(z.union([
|
|
1726
|
+
z.lazy(() => SyncAcquireResponsePreparedStackDefaultString$inboundSchema),
|
|
1727
|
+
z.lazy(() => SyncAcquireResponsePreparedStackDefaultNumber$inboundSchema),
|
|
1728
|
+
z.lazy(() => SyncAcquireResponsePreparedStackDefaultBoolean$inboundSchema),
|
|
1729
|
+
z.lazy(() => SyncAcquireResponsePreparedStackDefaultStringList$inboundSchema),
|
|
1730
|
+
z.any(),
|
|
1731
|
+
])).optional(),
|
|
1732
|
+
description: z.string(),
|
|
1733
|
+
env: z.array(z.lazy(() => SyncAcquireResponsePreparedStackEnv$inboundSchema))
|
|
1734
|
+
.optional(),
|
|
1735
|
+
id: z.string(),
|
|
1736
|
+
kind: SyncAcquireResponsePreparedStackKind$inboundSchema,
|
|
1737
|
+
label: z.string(),
|
|
1738
|
+
placeholder: z.nullable(z.string()).optional(),
|
|
1739
|
+
platforms: z.nullable(z.array(SyncAcquireResponsePreparedStackPlatform$inboundSchema)).optional(),
|
|
1740
|
+
providedBy: z.array(SyncAcquireResponsePreparedStackProvidedBy$inboundSchema),
|
|
1741
|
+
required: z.boolean(),
|
|
1742
|
+
validation: z.nullable(z.union([
|
|
1743
|
+
z.lazy(() => SyncAcquireResponsePreparedStackValidation$inboundSchema),
|
|
1744
|
+
z.any(),
|
|
1745
|
+
])).optional(),
|
|
1746
|
+
});
|
|
1747
|
+
export function syncAcquireResponsePreparedStackInputFromJSON(jsonString) {
|
|
1748
|
+
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackInput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackInput' from JSON`);
|
|
1749
|
+
}
|
|
1750
|
+
/** @internal */
|
|
1319
1751
|
export const SyncAcquireResponsePreparedStackManagementEnum$inboundSchema = z.enum(SyncAcquireResponsePreparedStackManagementEnum);
|
|
1320
1752
|
/** @internal */
|
|
1321
1753
|
export const SyncAcquireResponsePreparedStackOverrideAwResource$inboundSchema = z
|
|
@@ -2042,6 +2474,7 @@ export const SyncAcquireResponsePreparedStackSupportedPlatform$inboundSchema = z
|
|
|
2042
2474
|
/** @internal */
|
|
2043
2475
|
export const SyncAcquireResponsePreparedStack$inboundSchema = z.object({
|
|
2044
2476
|
id: z.string(),
|
|
2477
|
+
inputs: z.array(z.lazy(() => SyncAcquireResponsePreparedStackInput$inboundSchema)).optional(),
|
|
2045
2478
|
permissions: z.lazy(() => SyncAcquireResponsePreparedStackPermissions$inboundSchema).optional(),
|
|
2046
2479
|
resources: z.record(z.string(), z.lazy(() => SyncAcquireResponsePreparedStackResources$inboundSchema)),
|
|
2047
2480
|
supportedPlatforms: z.nullable(z.array(SyncAcquireResponsePreparedStackSupportedPlatform$inboundSchema)).optional(),
|
|
@@ -2219,6 +2652,136 @@ export function syncAcquireResponseStackStateUnionFromJSON(jsonString) {
|
|
|
2219
2652
|
/** @internal */
|
|
2220
2653
|
export const SyncAcquireResponseStatus$inboundSchema = z.enum(SyncAcquireResponseStatus);
|
|
2221
2654
|
/** @internal */
|
|
2655
|
+
export const SyncAcquireResponseTargetReleaseTypeStringList$inboundSchema = z.enum(SyncAcquireResponseTargetReleaseTypeStringList);
|
|
2656
|
+
/** @internal */
|
|
2657
|
+
export const SyncAcquireResponseTargetReleaseDefaultStringList$inboundSchema = z
|
|
2658
|
+
.object({
|
|
2659
|
+
type: SyncAcquireResponseTargetReleaseTypeStringList$inboundSchema,
|
|
2660
|
+
value: z.array(z.string()),
|
|
2661
|
+
});
|
|
2662
|
+
export function syncAcquireResponseTargetReleaseDefaultStringListFromJSON(jsonString) {
|
|
2663
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseDefaultStringList$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseDefaultStringList' from JSON`);
|
|
2664
|
+
}
|
|
2665
|
+
/** @internal */
|
|
2666
|
+
export const SyncAcquireResponseTargetReleaseTypeBoolean$inboundSchema = z.enum(SyncAcquireResponseTargetReleaseTypeBoolean);
|
|
2667
|
+
/** @internal */
|
|
2668
|
+
export const SyncAcquireResponseTargetReleaseDefaultBoolean$inboundSchema = z.object({
|
|
2669
|
+
type: SyncAcquireResponseTargetReleaseTypeBoolean$inboundSchema,
|
|
2670
|
+
value: z.boolean(),
|
|
2671
|
+
});
|
|
2672
|
+
export function syncAcquireResponseTargetReleaseDefaultBooleanFromJSON(jsonString) {
|
|
2673
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseDefaultBoolean$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseDefaultBoolean' from JSON`);
|
|
2674
|
+
}
|
|
2675
|
+
/** @internal */
|
|
2676
|
+
export const SyncAcquireResponseTargetReleaseTypeNumber$inboundSchema = z.enum(SyncAcquireResponseTargetReleaseTypeNumber);
|
|
2677
|
+
/** @internal */
|
|
2678
|
+
export const SyncAcquireResponseTargetReleaseDefaultNumber$inboundSchema = z.object({
|
|
2679
|
+
type: SyncAcquireResponseTargetReleaseTypeNumber$inboundSchema,
|
|
2680
|
+
value: z.string(),
|
|
2681
|
+
});
|
|
2682
|
+
export function syncAcquireResponseTargetReleaseDefaultNumberFromJSON(jsonString) {
|
|
2683
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseDefaultNumber$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseDefaultNumber' from JSON`);
|
|
2684
|
+
}
|
|
2685
|
+
/** @internal */
|
|
2686
|
+
export const SyncAcquireResponseTargetReleaseTypeString$inboundSchema = z.enum(SyncAcquireResponseTargetReleaseTypeString);
|
|
2687
|
+
/** @internal */
|
|
2688
|
+
export const SyncAcquireResponseTargetReleaseDefaultString$inboundSchema = z.object({
|
|
2689
|
+
type: SyncAcquireResponseTargetReleaseTypeString$inboundSchema,
|
|
2690
|
+
value: z.string(),
|
|
2691
|
+
});
|
|
2692
|
+
export function syncAcquireResponseTargetReleaseDefaultStringFromJSON(jsonString) {
|
|
2693
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseDefaultString$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseDefaultString' from JSON`);
|
|
2694
|
+
}
|
|
2695
|
+
/** @internal */
|
|
2696
|
+
export const SyncAcquireResponseTargetReleaseDefaultUnion$inboundSchema = z.union([
|
|
2697
|
+
z.lazy(() => SyncAcquireResponseTargetReleaseDefaultString$inboundSchema),
|
|
2698
|
+
z.lazy(() => SyncAcquireResponseTargetReleaseDefaultNumber$inboundSchema),
|
|
2699
|
+
z.lazy(() => SyncAcquireResponseTargetReleaseDefaultBoolean$inboundSchema),
|
|
2700
|
+
z.lazy(() => SyncAcquireResponseTargetReleaseDefaultStringList$inboundSchema),
|
|
2701
|
+
z.any(),
|
|
2702
|
+
]);
|
|
2703
|
+
export function syncAcquireResponseTargetReleaseDefaultUnionFromJSON(jsonString) {
|
|
2704
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseDefaultUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseDefaultUnion' from JSON`);
|
|
2705
|
+
}
|
|
2706
|
+
/** @internal */
|
|
2707
|
+
export const SyncAcquireResponseTargetReleaseTypeEnvEnum$inboundSchema = z.enum(SyncAcquireResponseTargetReleaseTypeEnvEnum);
|
|
2708
|
+
/** @internal */
|
|
2709
|
+
export const SyncAcquireResponseTargetReleaseTypeUnion$inboundSchema = z.union([
|
|
2710
|
+
SyncAcquireResponseTargetReleaseTypeEnvEnum$inboundSchema,
|
|
2711
|
+
z.any(),
|
|
2712
|
+
]);
|
|
2713
|
+
export function syncAcquireResponseTargetReleaseTypeUnionFromJSON(jsonString) {
|
|
2714
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseTypeUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseTypeUnion' from JSON`);
|
|
2715
|
+
}
|
|
2716
|
+
/** @internal */
|
|
2717
|
+
export const SyncAcquireResponseTargetReleaseEnv$inboundSchema = z.object({
|
|
2718
|
+
name: z.string(),
|
|
2719
|
+
targetResources: z.nullable(z.array(z.string())).optional(),
|
|
2720
|
+
type: z.nullable(z.union([
|
|
2721
|
+
SyncAcquireResponseTargetReleaseTypeEnvEnum$inboundSchema,
|
|
2722
|
+
z.any(),
|
|
2723
|
+
])).optional(),
|
|
2724
|
+
});
|
|
2725
|
+
export function syncAcquireResponseTargetReleaseEnvFromJSON(jsonString) {
|
|
2726
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseEnv$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseEnv' from JSON`);
|
|
2727
|
+
}
|
|
2728
|
+
/** @internal */
|
|
2729
|
+
export const SyncAcquireResponseTargetReleaseKind$inboundSchema = z.enum(SyncAcquireResponseTargetReleaseKind);
|
|
2730
|
+
/** @internal */
|
|
2731
|
+
export const SyncAcquireResponseTargetReleasePlatform$inboundSchema = z.enum(SyncAcquireResponseTargetReleasePlatform);
|
|
2732
|
+
/** @internal */
|
|
2733
|
+
export const SyncAcquireResponseTargetReleaseProvidedBy$inboundSchema = z.enum(SyncAcquireResponseTargetReleaseProvidedBy);
|
|
2734
|
+
/** @internal */
|
|
2735
|
+
export const SyncAcquireResponseTargetReleaseValidation$inboundSchema = z.object({
|
|
2736
|
+
format: z.nullable(z.string()).optional(),
|
|
2737
|
+
max: z.nullable(z.string()).optional(),
|
|
2738
|
+
maxItems: z.nullable(z.int()).optional(),
|
|
2739
|
+
maxLength: z.nullable(z.int()).optional(),
|
|
2740
|
+
min: z.nullable(z.string()).optional(),
|
|
2741
|
+
minItems: z.nullable(z.int()).optional(),
|
|
2742
|
+
minLength: z.nullable(z.int()).optional(),
|
|
2743
|
+
pattern: z.nullable(z.string()).optional(),
|
|
2744
|
+
values: z.nullable(z.array(z.string())).optional(),
|
|
2745
|
+
});
|
|
2746
|
+
export function syncAcquireResponseTargetReleaseValidationFromJSON(jsonString) {
|
|
2747
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseValidation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseValidation' from JSON`);
|
|
2748
|
+
}
|
|
2749
|
+
/** @internal */
|
|
2750
|
+
export const SyncAcquireResponseTargetReleaseValidationUnion$inboundSchema = z.union([
|
|
2751
|
+
z.lazy(() => SyncAcquireResponseTargetReleaseValidation$inboundSchema),
|
|
2752
|
+
z.any(),
|
|
2753
|
+
]);
|
|
2754
|
+
export function syncAcquireResponseTargetReleaseValidationUnionFromJSON(jsonString) {
|
|
2755
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseValidationUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseValidationUnion' from JSON`);
|
|
2756
|
+
}
|
|
2757
|
+
/** @internal */
|
|
2758
|
+
export const SyncAcquireResponseTargetReleaseInput$inboundSchema = z.object({
|
|
2759
|
+
default: z.nullable(z.union([
|
|
2760
|
+
z.lazy(() => SyncAcquireResponseTargetReleaseDefaultString$inboundSchema),
|
|
2761
|
+
z.lazy(() => SyncAcquireResponseTargetReleaseDefaultNumber$inboundSchema),
|
|
2762
|
+
z.lazy(() => SyncAcquireResponseTargetReleaseDefaultBoolean$inboundSchema),
|
|
2763
|
+
z.lazy(() => SyncAcquireResponseTargetReleaseDefaultStringList$inboundSchema),
|
|
2764
|
+
z.any(),
|
|
2765
|
+
])).optional(),
|
|
2766
|
+
description: z.string(),
|
|
2767
|
+
env: z.array(z.lazy(() => SyncAcquireResponseTargetReleaseEnv$inboundSchema))
|
|
2768
|
+
.optional(),
|
|
2769
|
+
id: z.string(),
|
|
2770
|
+
kind: SyncAcquireResponseTargetReleaseKind$inboundSchema,
|
|
2771
|
+
label: z.string(),
|
|
2772
|
+
placeholder: z.nullable(z.string()).optional(),
|
|
2773
|
+
platforms: z.nullable(z.array(SyncAcquireResponseTargetReleasePlatform$inboundSchema)).optional(),
|
|
2774
|
+
providedBy: z.array(SyncAcquireResponseTargetReleaseProvidedBy$inboundSchema),
|
|
2775
|
+
required: z.boolean(),
|
|
2776
|
+
validation: z.nullable(z.union([
|
|
2777
|
+
z.lazy(() => SyncAcquireResponseTargetReleaseValidation$inboundSchema),
|
|
2778
|
+
z.any(),
|
|
2779
|
+
])).optional(),
|
|
2780
|
+
});
|
|
2781
|
+
export function syncAcquireResponseTargetReleaseInputFromJSON(jsonString) {
|
|
2782
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseInput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseInput' from JSON`);
|
|
2783
|
+
}
|
|
2784
|
+
/** @internal */
|
|
2222
2785
|
export const SyncAcquireResponseTargetReleaseManagementEnum$inboundSchema = z.enum(SyncAcquireResponseTargetReleaseManagementEnum);
|
|
2223
2786
|
/** @internal */
|
|
2224
2787
|
export const SyncAcquireResponseTargetReleaseOverrideAwResource$inboundSchema = z
|
|
@@ -2945,6 +3508,7 @@ export const SyncAcquireResponseTargetReleaseSupportedPlatform$inboundSchema = z
|
|
|
2945
3508
|
/** @internal */
|
|
2946
3509
|
export const SyncAcquireResponseTargetReleaseStack$inboundSchema = z.object({
|
|
2947
3510
|
id: z.string(),
|
|
3511
|
+
inputs: z.array(z.lazy(() => SyncAcquireResponseTargetReleaseInput$inboundSchema)).optional(),
|
|
2948
3512
|
permissions: z.lazy(() => SyncAcquireResponseTargetReleasePermissions$inboundSchema).optional(),
|
|
2949
3513
|
resources: z.record(z.string(), z.lazy(() => SyncAcquireResponseTargetReleaseResources$inboundSchema)),
|
|
2950
3514
|
supportedPlatforms: z.nullable(z.array(SyncAcquireResponseTargetReleaseSupportedPlatform$inboundSchema)).optional(),
|
|
@@ -3166,6 +3730,24 @@ export const SyncAcquireResponseCertificateStatus$inboundSchema = z.enum(SyncAcq
|
|
|
3166
3730
|
/** @internal */
|
|
3167
3731
|
export const SyncAcquireResponseDnsStatus$inboundSchema = z.enum(SyncAcquireResponseDnsStatus);
|
|
3168
3732
|
/** @internal */
|
|
3733
|
+
export const SyncAcquireResponseEndpointsCertificateStatus$inboundSchema = z.enum(SyncAcquireResponseEndpointsCertificateStatus);
|
|
3734
|
+
/** @internal */
|
|
3735
|
+
export const SyncAcquireResponseEndpointsDnsStatus$inboundSchema = z.enum(SyncAcquireResponseEndpointsDnsStatus);
|
|
3736
|
+
/** @internal */
|
|
3737
|
+
export const SyncAcquireResponseEndpoints$inboundSchema = z.object({
|
|
3738
|
+
certificateChain: z.nullable(z.string()).optional(),
|
|
3739
|
+
certificateId: z.string(),
|
|
3740
|
+
certificateStatus: SyncAcquireResponseEndpointsCertificateStatus$inboundSchema,
|
|
3741
|
+
dnsError: z.nullable(z.string()).optional(),
|
|
3742
|
+
dnsStatus: SyncAcquireResponseEndpointsDnsStatus$inboundSchema,
|
|
3743
|
+
fqdn: z.string(),
|
|
3744
|
+
issuedAt: z.nullable(z.string()).optional(),
|
|
3745
|
+
privateKey: z.nullable(z.string()).optional(),
|
|
3746
|
+
});
|
|
3747
|
+
export function syncAcquireResponseEndpointsFromJSON(jsonString) {
|
|
3748
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseEndpoints$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseEndpoints' from JSON`);
|
|
3749
|
+
}
|
|
3750
|
+
/** @internal */
|
|
3169
3751
|
export const SyncAcquireResponseDomainMetadataResources$inboundSchema = z.object({
|
|
3170
3752
|
aliases: z.array(z.lazy(() => SyncAcquireResponseAlias$inboundSchema))
|
|
3171
3753
|
.optional(),
|
|
@@ -3174,6 +3756,7 @@ export const SyncAcquireResponseDomainMetadataResources$inboundSchema = z.object
|
|
|
3174
3756
|
certificateStatus: SyncAcquireResponseCertificateStatus$inboundSchema,
|
|
3175
3757
|
dnsError: z.nullable(z.string()).optional(),
|
|
3176
3758
|
dnsStatus: SyncAcquireResponseDnsStatus$inboundSchema,
|
|
3759
|
+
endpoints: z.record(z.string(), z.lazy(() => SyncAcquireResponseEndpoints$inboundSchema)).optional(),
|
|
3177
3760
|
fqdn: z.string(),
|
|
3178
3761
|
issuedAt: z.nullable(z.string()).optional(),
|
|
3179
3762
|
privateKey: z.nullable(z.string()).optional(),
|
|
@@ -4841,6 +5424,48 @@ export function syncAcquireResponseMonitoringUnionFromJSON(jsonString) {
|
|
|
4841
5424
|
return safeParse(jsonString, (x) => SyncAcquireResponseMonitoringUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseMonitoringUnion' from JSON`);
|
|
4842
5425
|
}
|
|
4843
5426
|
/** @internal */
|
|
5427
|
+
export const SyncAcquireResponsePoolsAutoscale$inboundSchema = z.object({
|
|
5428
|
+
machine: z.nullable(z.string()).optional(),
|
|
5429
|
+
max: z.int(),
|
|
5430
|
+
min: z.int(),
|
|
5431
|
+
mode: z.literal("autoscale"),
|
|
5432
|
+
});
|
|
5433
|
+
export function syncAcquireResponsePoolsAutoscaleFromJSON(jsonString) {
|
|
5434
|
+
return safeParse(jsonString, (x) => SyncAcquireResponsePoolsAutoscale$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePoolsAutoscale' from JSON`);
|
|
5435
|
+
}
|
|
5436
|
+
/** @internal */
|
|
5437
|
+
export const SyncAcquireResponsePoolsFixed$inboundSchema = z.object({
|
|
5438
|
+
machine: z.nullable(z.string()).optional(),
|
|
5439
|
+
machines: z.int(),
|
|
5440
|
+
mode: z.literal("fixed"),
|
|
5441
|
+
});
|
|
5442
|
+
export function syncAcquireResponsePoolsFixedFromJSON(jsonString) {
|
|
5443
|
+
return safeParse(jsonString, (x) => SyncAcquireResponsePoolsFixed$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePoolsFixed' from JSON`);
|
|
5444
|
+
}
|
|
5445
|
+
/** @internal */
|
|
5446
|
+
export const SyncAcquireResponsePoolsUnion$inboundSchema = z.union([
|
|
5447
|
+
z.lazy(() => SyncAcquireResponsePoolsFixed$inboundSchema),
|
|
5448
|
+
z.lazy(() => SyncAcquireResponsePoolsAutoscale$inboundSchema),
|
|
5449
|
+
]);
|
|
5450
|
+
export function syncAcquireResponsePoolsUnionFromJSON(jsonString) {
|
|
5451
|
+
return safeParse(jsonString, (x) => SyncAcquireResponsePoolsUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePoolsUnion' from JSON`);
|
|
5452
|
+
}
|
|
5453
|
+
/** @internal */
|
|
5454
|
+
export const SyncAcquireResponseCompute$inboundSchema = z.object({
|
|
5455
|
+
pools: z.record(z.string(), z.union([
|
|
5456
|
+
z.lazy(() => SyncAcquireResponsePoolsFixed$inboundSchema),
|
|
5457
|
+
z.lazy(() => SyncAcquireResponsePoolsAutoscale$inboundSchema),
|
|
5458
|
+
])).optional(),
|
|
5459
|
+
});
|
|
5460
|
+
export function syncAcquireResponseComputeFromJSON(jsonString) {
|
|
5461
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCompute$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCompute' from JSON`);
|
|
5462
|
+
}
|
|
5463
|
+
/** @internal */
|
|
5464
|
+
export const SyncAcquireResponseComputeUnion$inboundSchema = z.union([z.lazy(() => SyncAcquireResponseCompute$inboundSchema), z.any()]);
|
|
5465
|
+
export function syncAcquireResponseComputeUnionFromJSON(jsonString) {
|
|
5466
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseComputeUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseComputeUnion' from JSON`);
|
|
5467
|
+
}
|
|
5468
|
+
/** @internal */
|
|
4844
5469
|
export const SyncAcquireResponseDeploymentModel$inboundSchema = z.enum(SyncAcquireResponseDeploymentModel);
|
|
4845
5470
|
/** @internal */
|
|
4846
5471
|
export const SyncAcquireResponseAwsStackSettings$inboundSchema = z.object({
|
|
@@ -5553,6 +6178,7 @@ export const SyncAcquireResponseTelemetry$inboundSchema = z.enum(SyncAcquireResp
|
|
|
5553
6178
|
export const SyncAcquireResponseUpdates$inboundSchema = z.enum(SyncAcquireResponseUpdates);
|
|
5554
6179
|
/** @internal */
|
|
5555
6180
|
export const SyncAcquireResponseStackSettings$inboundSchema = z.object({
|
|
6181
|
+
compute: z.nullable(z.union([z.lazy(() => SyncAcquireResponseCompute$inboundSchema), z.any()])).optional(),
|
|
5556
6182
|
deploymentModel: SyncAcquireResponseDeploymentModel$inboundSchema.optional(),
|
|
5557
6183
|
domains: z.nullable(z.union([z.lazy(() => SyncAcquireResponseDomains$inboundSchema), z.any()])).optional(),
|
|
5558
6184
|
externalBindings: z.nullable(z.lazy(() => SyncAcquireResponseStackSettingsExternalBindings$inboundSchema)).optional(),
|
|
@@ -5638,7 +6264,7 @@ export const SyncAcquireResponseConfig$inboundSchema = z.object({
|
|
|
5638
6264
|
z.any(),
|
|
5639
6265
|
])).optional(),
|
|
5640
6266
|
nativeImageHost: z.nullable(z.string()).optional(),
|
|
5641
|
-
|
|
6267
|
+
publicEndpoints: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
5642
6268
|
stackSettings: z.lazy(() => SyncAcquireResponseStackSettings$inboundSchema)
|
|
5643
6269
|
.optional(),
|
|
5644
6270
|
});
|
|
@@ -5649,6 +6275,7 @@ export function syncAcquireResponseConfigFromJSON(jsonString) {
|
|
|
5649
6275
|
export const SyncAcquireResponseDeployment$inboundSchema = z.object({
|
|
5650
6276
|
deploymentId: z.string(),
|
|
5651
6277
|
projectId: z.string(),
|
|
6278
|
+
setupMethod: DeploymentSetupMethod$inboundSchema.optional(),
|
|
5652
6279
|
current: z.lazy(() => SyncAcquireResponseCurrent$inboundSchema),
|
|
5653
6280
|
config: z.lazy(() => SyncAcquireResponseConfig$inboundSchema),
|
|
5654
6281
|
});
|