@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
|
@@ -13,6 +13,11 @@ import {
|
|
|
13
13
|
KubernetesBasePlatform,
|
|
14
14
|
KubernetesBasePlatform$outboundSchema,
|
|
15
15
|
} from "./kubernetesbaseplatform.js";
|
|
16
|
+
import {
|
|
17
|
+
StackInputValueRequest,
|
|
18
|
+
StackInputValueRequest$Outbound,
|
|
19
|
+
StackInputValueRequest$outboundSchema,
|
|
20
|
+
} from "./stackinputvaluerequest.js";
|
|
16
21
|
|
|
17
22
|
export const ModePersist = {
|
|
18
23
|
Persist: "persist",
|
|
@@ -37,6 +42,65 @@ export type PersistImportedDeploymentRequestPlatformEnum = ClosedEnum<
|
|
|
37
42
|
typeof PersistImportedDeploymentRequestPlatformEnum
|
|
38
43
|
>;
|
|
39
44
|
|
|
45
|
+
export type PersistImportedDeploymentRequestPoolsAutoscale = {
|
|
46
|
+
/**
|
|
47
|
+
* Provider machine type selected for this deployment.
|
|
48
|
+
*/
|
|
49
|
+
machine?: string | null | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* Maximum machine count.
|
|
52
|
+
*/
|
|
53
|
+
max: number;
|
|
54
|
+
/**
|
|
55
|
+
* Minimum machine count.
|
|
56
|
+
*/
|
|
57
|
+
min: number;
|
|
58
|
+
mode: "autoscale";
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
export type PersistImportedDeploymentRequestPoolsFixed = {
|
|
62
|
+
/**
|
|
63
|
+
* Provider machine type selected for this deployment.
|
|
64
|
+
*/
|
|
65
|
+
machine?: string | null | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* Number of machines to run.
|
|
68
|
+
*/
|
|
69
|
+
machines: number;
|
|
70
|
+
mode: "fixed";
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* User-selected deployment settings for one compute pool.
|
|
75
|
+
*/
|
|
76
|
+
export type PersistImportedDeploymentRequestPoolsUnion =
|
|
77
|
+
| PersistImportedDeploymentRequestPoolsFixed
|
|
78
|
+
| PersistImportedDeploymentRequestPoolsAutoscale;
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Deployment-time compute choices for Alien-managed compute pools.
|
|
82
|
+
*
|
|
83
|
+
* @remarks
|
|
84
|
+
*
|
|
85
|
+
* Application source declares portable pool requirements. This settings
|
|
86
|
+
* object stores the concrete choices made for one deployment, such as the
|
|
87
|
+
* provider machine type and selected machine counts.
|
|
88
|
+
*/
|
|
89
|
+
export type PersistImportedDeploymentRequestCompute = {
|
|
90
|
+
/**
|
|
91
|
+
* Selected compute choices keyed by pool ID.
|
|
92
|
+
*/
|
|
93
|
+
pools?: {
|
|
94
|
+
[k: string]:
|
|
95
|
+
| PersistImportedDeploymentRequestPoolsFixed
|
|
96
|
+
| PersistImportedDeploymentRequestPoolsAutoscale;
|
|
97
|
+
} | undefined;
|
|
98
|
+
};
|
|
99
|
+
|
|
100
|
+
export type PersistImportedDeploymentRequestComputeUnion =
|
|
101
|
+
| PersistImportedDeploymentRequestCompute
|
|
102
|
+
| any;
|
|
103
|
+
|
|
40
104
|
/**
|
|
41
105
|
* Deployment model: how updates are delivered to the remote environment.
|
|
42
106
|
*/
|
|
@@ -1048,6 +1112,7 @@ export type PersistImportedDeploymentRequestUpdates = ClosedEnum<
|
|
|
1048
1112
|
* is platform-derived (from the Manager's ServiceAccount).
|
|
1049
1113
|
*/
|
|
1050
1114
|
export type PersistImportedDeploymentRequestStackSettings = {
|
|
1115
|
+
compute?: PersistImportedDeploymentRequestCompute | any | null | undefined;
|
|
1051
1116
|
/**
|
|
1052
1117
|
* Deployment model: how updates are delivered to the remote environment.
|
|
1053
1118
|
*/
|
|
@@ -1221,6 +1286,261 @@ export type PersistImportedDeploymentRequestEnvironmentInfoUnion =
|
|
|
1221
1286
|
| PersistImportedDeploymentRequestEnvironmentInfoTest
|
|
1222
1287
|
| any;
|
|
1223
1288
|
|
|
1289
|
+
export const PersistImportedDeploymentRequestTypeStringList = {
|
|
1290
|
+
StringList: "stringList",
|
|
1291
|
+
} as const;
|
|
1292
|
+
export type PersistImportedDeploymentRequestTypeStringList = ClosedEnum<
|
|
1293
|
+
typeof PersistImportedDeploymentRequestTypeStringList
|
|
1294
|
+
>;
|
|
1295
|
+
|
|
1296
|
+
export type PersistImportedDeploymentRequestDefaultStringList = {
|
|
1297
|
+
type: PersistImportedDeploymentRequestTypeStringList;
|
|
1298
|
+
/**
|
|
1299
|
+
* String list default.
|
|
1300
|
+
*/
|
|
1301
|
+
value: Array<string>;
|
|
1302
|
+
};
|
|
1303
|
+
|
|
1304
|
+
export const PersistImportedDeploymentRequestTypeBoolean = {
|
|
1305
|
+
Boolean: "boolean",
|
|
1306
|
+
} as const;
|
|
1307
|
+
export type PersistImportedDeploymentRequestTypeBoolean = ClosedEnum<
|
|
1308
|
+
typeof PersistImportedDeploymentRequestTypeBoolean
|
|
1309
|
+
>;
|
|
1310
|
+
|
|
1311
|
+
export type PersistImportedDeploymentRequestDefaultBoolean = {
|
|
1312
|
+
type: PersistImportedDeploymentRequestTypeBoolean;
|
|
1313
|
+
/**
|
|
1314
|
+
* Boolean default.
|
|
1315
|
+
*/
|
|
1316
|
+
value: boolean;
|
|
1317
|
+
};
|
|
1318
|
+
|
|
1319
|
+
export const PersistImportedDeploymentRequestTypeNumber = {
|
|
1320
|
+
Number: "number",
|
|
1321
|
+
} as const;
|
|
1322
|
+
export type PersistImportedDeploymentRequestTypeNumber = ClosedEnum<
|
|
1323
|
+
typeof PersistImportedDeploymentRequestTypeNumber
|
|
1324
|
+
>;
|
|
1325
|
+
|
|
1326
|
+
export type PersistImportedDeploymentRequestDefaultNumber = {
|
|
1327
|
+
type: PersistImportedDeploymentRequestTypeNumber;
|
|
1328
|
+
/**
|
|
1329
|
+
* Number default.
|
|
1330
|
+
*/
|
|
1331
|
+
value: string;
|
|
1332
|
+
};
|
|
1333
|
+
|
|
1334
|
+
export const PersistImportedDeploymentRequestTypeString = {
|
|
1335
|
+
String: "string",
|
|
1336
|
+
} as const;
|
|
1337
|
+
export type PersistImportedDeploymentRequestTypeString = ClosedEnum<
|
|
1338
|
+
typeof PersistImportedDeploymentRequestTypeString
|
|
1339
|
+
>;
|
|
1340
|
+
|
|
1341
|
+
export type PersistImportedDeploymentRequestDefaultString = {
|
|
1342
|
+
type: PersistImportedDeploymentRequestTypeString;
|
|
1343
|
+
/**
|
|
1344
|
+
* String default.
|
|
1345
|
+
*/
|
|
1346
|
+
value: string;
|
|
1347
|
+
};
|
|
1348
|
+
|
|
1349
|
+
export type PersistImportedDeploymentRequestDefaultUnion =
|
|
1350
|
+
| PersistImportedDeploymentRequestDefaultString
|
|
1351
|
+
| PersistImportedDeploymentRequestDefaultNumber
|
|
1352
|
+
| PersistImportedDeploymentRequestDefaultBoolean
|
|
1353
|
+
| PersistImportedDeploymentRequestDefaultStringList
|
|
1354
|
+
| any;
|
|
1355
|
+
|
|
1356
|
+
/**
|
|
1357
|
+
* Environment variable handling for a stack input mapping.
|
|
1358
|
+
*/
|
|
1359
|
+
export const PersistImportedDeploymentRequestTypeEnvEnum = {
|
|
1360
|
+
Plain: "plain",
|
|
1361
|
+
Secret: "secret",
|
|
1362
|
+
} as const;
|
|
1363
|
+
/**
|
|
1364
|
+
* Environment variable handling for a stack input mapping.
|
|
1365
|
+
*/
|
|
1366
|
+
export type PersistImportedDeploymentRequestTypeEnvEnum = ClosedEnum<
|
|
1367
|
+
typeof PersistImportedDeploymentRequestTypeEnvEnum
|
|
1368
|
+
>;
|
|
1369
|
+
|
|
1370
|
+
export type PersistImportedDeploymentRequestTypeUnion =
|
|
1371
|
+
| PersistImportedDeploymentRequestTypeEnvEnum
|
|
1372
|
+
| any;
|
|
1373
|
+
|
|
1374
|
+
/**
|
|
1375
|
+
* How a resolved stack input is injected into runtime environment variables.
|
|
1376
|
+
*/
|
|
1377
|
+
export type PersistImportedDeploymentRequestEnv = {
|
|
1378
|
+
/**
|
|
1379
|
+
* Environment variable name.
|
|
1380
|
+
*/
|
|
1381
|
+
name: string;
|
|
1382
|
+
/**
|
|
1383
|
+
* Target resource IDs or patterns. None means every env-capable resource.
|
|
1384
|
+
*/
|
|
1385
|
+
targetResources?: Array<string> | null | undefined;
|
|
1386
|
+
type?: PersistImportedDeploymentRequestTypeEnvEnum | any | null | undefined;
|
|
1387
|
+
};
|
|
1388
|
+
|
|
1389
|
+
/**
|
|
1390
|
+
* Primitive stack input kind.
|
|
1391
|
+
*/
|
|
1392
|
+
export const PersistImportedDeploymentRequestKind = {
|
|
1393
|
+
String: "string",
|
|
1394
|
+
Secret: "secret",
|
|
1395
|
+
Number: "number",
|
|
1396
|
+
Integer: "integer",
|
|
1397
|
+
Boolean: "boolean",
|
|
1398
|
+
Enum: "enum",
|
|
1399
|
+
StringList: "stringList",
|
|
1400
|
+
} as const;
|
|
1401
|
+
/**
|
|
1402
|
+
* Primitive stack input kind.
|
|
1403
|
+
*/
|
|
1404
|
+
export type PersistImportedDeploymentRequestKind = ClosedEnum<
|
|
1405
|
+
typeof PersistImportedDeploymentRequestKind
|
|
1406
|
+
>;
|
|
1407
|
+
|
|
1408
|
+
/**
|
|
1409
|
+
* Represents the target cloud platform.
|
|
1410
|
+
*/
|
|
1411
|
+
export const PersistImportedDeploymentRequestPreparedStackPlatform = {
|
|
1412
|
+
Aws: "aws",
|
|
1413
|
+
Gcp: "gcp",
|
|
1414
|
+
Azure: "azure",
|
|
1415
|
+
Kubernetes: "kubernetes",
|
|
1416
|
+
Local: "local",
|
|
1417
|
+
Test: "test",
|
|
1418
|
+
} as const;
|
|
1419
|
+
/**
|
|
1420
|
+
* Represents the target cloud platform.
|
|
1421
|
+
*/
|
|
1422
|
+
export type PersistImportedDeploymentRequestPreparedStackPlatform = ClosedEnum<
|
|
1423
|
+
typeof PersistImportedDeploymentRequestPreparedStackPlatform
|
|
1424
|
+
>;
|
|
1425
|
+
|
|
1426
|
+
/**
|
|
1427
|
+
* Who can provide a stack input value.
|
|
1428
|
+
*/
|
|
1429
|
+
export const PersistImportedDeploymentRequestProvidedBy = {
|
|
1430
|
+
Developer: "developer",
|
|
1431
|
+
Deployer: "deployer",
|
|
1432
|
+
} as const;
|
|
1433
|
+
/**
|
|
1434
|
+
* Who can provide a stack input value.
|
|
1435
|
+
*/
|
|
1436
|
+
export type PersistImportedDeploymentRequestProvidedBy = ClosedEnum<
|
|
1437
|
+
typeof PersistImportedDeploymentRequestProvidedBy
|
|
1438
|
+
>;
|
|
1439
|
+
|
|
1440
|
+
/**
|
|
1441
|
+
* Portable stack input validation constraints.
|
|
1442
|
+
*/
|
|
1443
|
+
export type PersistImportedDeploymentRequestValidation = {
|
|
1444
|
+
/**
|
|
1445
|
+
* Semantic format hint such as url.
|
|
1446
|
+
*/
|
|
1447
|
+
format?: string | null | undefined;
|
|
1448
|
+
/**
|
|
1449
|
+
* Maximum number.
|
|
1450
|
+
*/
|
|
1451
|
+
max?: string | null | undefined;
|
|
1452
|
+
/**
|
|
1453
|
+
* Maximum string-list items.
|
|
1454
|
+
*/
|
|
1455
|
+
maxItems?: number | null | undefined;
|
|
1456
|
+
/**
|
|
1457
|
+
* Maximum string length.
|
|
1458
|
+
*/
|
|
1459
|
+
maxLength?: number | null | undefined;
|
|
1460
|
+
/**
|
|
1461
|
+
* Minimum number.
|
|
1462
|
+
*/
|
|
1463
|
+
min?: string | null | undefined;
|
|
1464
|
+
/**
|
|
1465
|
+
* Minimum string-list items.
|
|
1466
|
+
*/
|
|
1467
|
+
minItems?: number | null | undefined;
|
|
1468
|
+
/**
|
|
1469
|
+
* Minimum string length.
|
|
1470
|
+
*/
|
|
1471
|
+
minLength?: number | null | undefined;
|
|
1472
|
+
/**
|
|
1473
|
+
* Portable whole-value regex pattern.
|
|
1474
|
+
*/
|
|
1475
|
+
pattern?: string | null | undefined;
|
|
1476
|
+
/**
|
|
1477
|
+
* Allowed string enum values.
|
|
1478
|
+
*/
|
|
1479
|
+
values?: Array<string> | null | undefined;
|
|
1480
|
+
};
|
|
1481
|
+
|
|
1482
|
+
export type PersistImportedDeploymentRequestValidationUnion =
|
|
1483
|
+
| PersistImportedDeploymentRequestValidation
|
|
1484
|
+
| any;
|
|
1485
|
+
|
|
1486
|
+
/**
|
|
1487
|
+
* Stack input definition serialized into a release stack.
|
|
1488
|
+
*/
|
|
1489
|
+
export type PersistImportedDeploymentRequestInput = {
|
|
1490
|
+
default?:
|
|
1491
|
+
| PersistImportedDeploymentRequestDefaultString
|
|
1492
|
+
| PersistImportedDeploymentRequestDefaultNumber
|
|
1493
|
+
| PersistImportedDeploymentRequestDefaultBoolean
|
|
1494
|
+
| PersistImportedDeploymentRequestDefaultStringList
|
|
1495
|
+
| any
|
|
1496
|
+
| null
|
|
1497
|
+
| undefined;
|
|
1498
|
+
/**
|
|
1499
|
+
* Human-facing helper text.
|
|
1500
|
+
*/
|
|
1501
|
+
description: string;
|
|
1502
|
+
/**
|
|
1503
|
+
* Runtime env-var mappings for v1 input resolution.
|
|
1504
|
+
*/
|
|
1505
|
+
env?: Array<PersistImportedDeploymentRequestEnv> | undefined;
|
|
1506
|
+
/**
|
|
1507
|
+
* Stable input ID used by CLI/API calls.
|
|
1508
|
+
*/
|
|
1509
|
+
id: string;
|
|
1510
|
+
/**
|
|
1511
|
+
* Primitive stack input kind.
|
|
1512
|
+
*/
|
|
1513
|
+
kind: PersistImportedDeploymentRequestKind;
|
|
1514
|
+
/**
|
|
1515
|
+
* Human-facing field label.
|
|
1516
|
+
*/
|
|
1517
|
+
label: string;
|
|
1518
|
+
/**
|
|
1519
|
+
* Example placeholder shown in UI.
|
|
1520
|
+
*/
|
|
1521
|
+
placeholder?: string | null | undefined;
|
|
1522
|
+
/**
|
|
1523
|
+
* Platforms where this input applies.
|
|
1524
|
+
*/
|
|
1525
|
+
platforms?:
|
|
1526
|
+
| Array<PersistImportedDeploymentRequestPreparedStackPlatform>
|
|
1527
|
+
| null
|
|
1528
|
+
| undefined;
|
|
1529
|
+
/**
|
|
1530
|
+
* Who can provide this value.
|
|
1531
|
+
*/
|
|
1532
|
+
providedBy: Array<PersistImportedDeploymentRequestProvidedBy>;
|
|
1533
|
+
/**
|
|
1534
|
+
* Whether a resolved value is required before deployment can proceed.
|
|
1535
|
+
*/
|
|
1536
|
+
required: boolean;
|
|
1537
|
+
validation?:
|
|
1538
|
+
| PersistImportedDeploymentRequestValidation
|
|
1539
|
+
| any
|
|
1540
|
+
| null
|
|
1541
|
+
| undefined;
|
|
1542
|
+
};
|
|
1543
|
+
|
|
1224
1544
|
export const PersistImportedDeploymentRequestManagementEnum = {
|
|
1225
1545
|
Auto: "auto",
|
|
1226
1546
|
} as const;
|
|
@@ -2433,6 +2753,10 @@ export type PersistImportedDeploymentRequestPreparedStack = {
|
|
|
2433
2753
|
* Unique identifier for the stack
|
|
2434
2754
|
*/
|
|
2435
2755
|
id: string;
|
|
2756
|
+
/**
|
|
2757
|
+
* Input definitions required before setup or deployment can proceed.
|
|
2758
|
+
*/
|
|
2759
|
+
inputs?: Array<PersistImportedDeploymentRequestInput> | undefined;
|
|
2436
2760
|
/**
|
|
2437
2761
|
* Combined permissions configuration that contains both profiles and management
|
|
2438
2762
|
*/
|
|
@@ -2672,6 +2996,7 @@ export type PersistImportedDeploymentRequest = {
|
|
|
2672
2996
|
| PersistImportedDeploymentRequestManagementConfigAzure
|
|
2673
2997
|
| PersistImportedDeploymentRequestManagementConfigKubernetes
|
|
2674
2998
|
| undefined;
|
|
2999
|
+
inputValues?: { [k: string]: StackInputValueRequest } | undefined;
|
|
2675
3000
|
};
|
|
2676
3001
|
|
|
2677
3002
|
/** @internal */
|
|
@@ -2685,6 +3010,154 @@ export const PersistImportedDeploymentRequestPlatformEnum$outboundSchema:
|
|
|
2685
3010
|
PersistImportedDeploymentRequestPlatformEnum,
|
|
2686
3011
|
);
|
|
2687
3012
|
|
|
3013
|
+
/** @internal */
|
|
3014
|
+
export type PersistImportedDeploymentRequestPoolsAutoscale$Outbound = {
|
|
3015
|
+
machine?: string | null | undefined;
|
|
3016
|
+
max: number;
|
|
3017
|
+
min: number;
|
|
3018
|
+
mode: "autoscale";
|
|
3019
|
+
};
|
|
3020
|
+
|
|
3021
|
+
/** @internal */
|
|
3022
|
+
export const PersistImportedDeploymentRequestPoolsAutoscale$outboundSchema:
|
|
3023
|
+
z.ZodType<
|
|
3024
|
+
PersistImportedDeploymentRequestPoolsAutoscale$Outbound,
|
|
3025
|
+
PersistImportedDeploymentRequestPoolsAutoscale
|
|
3026
|
+
> = z.object({
|
|
3027
|
+
machine: z.nullable(z.string()).optional(),
|
|
3028
|
+
max: z.int(),
|
|
3029
|
+
min: z.int(),
|
|
3030
|
+
mode: z.literal("autoscale"),
|
|
3031
|
+
});
|
|
3032
|
+
|
|
3033
|
+
export function persistImportedDeploymentRequestPoolsAutoscaleToJSON(
|
|
3034
|
+
persistImportedDeploymentRequestPoolsAutoscale:
|
|
3035
|
+
PersistImportedDeploymentRequestPoolsAutoscale,
|
|
3036
|
+
): string {
|
|
3037
|
+
return JSON.stringify(
|
|
3038
|
+
PersistImportedDeploymentRequestPoolsAutoscale$outboundSchema.parse(
|
|
3039
|
+
persistImportedDeploymentRequestPoolsAutoscale,
|
|
3040
|
+
),
|
|
3041
|
+
);
|
|
3042
|
+
}
|
|
3043
|
+
|
|
3044
|
+
/** @internal */
|
|
3045
|
+
export type PersistImportedDeploymentRequestPoolsFixed$Outbound = {
|
|
3046
|
+
machine?: string | null | undefined;
|
|
3047
|
+
machines: number;
|
|
3048
|
+
mode: "fixed";
|
|
3049
|
+
};
|
|
3050
|
+
|
|
3051
|
+
/** @internal */
|
|
3052
|
+
export const PersistImportedDeploymentRequestPoolsFixed$outboundSchema:
|
|
3053
|
+
z.ZodType<
|
|
3054
|
+
PersistImportedDeploymentRequestPoolsFixed$Outbound,
|
|
3055
|
+
PersistImportedDeploymentRequestPoolsFixed
|
|
3056
|
+
> = z.object({
|
|
3057
|
+
machine: z.nullable(z.string()).optional(),
|
|
3058
|
+
machines: z.int(),
|
|
3059
|
+
mode: z.literal("fixed"),
|
|
3060
|
+
});
|
|
3061
|
+
|
|
3062
|
+
export function persistImportedDeploymentRequestPoolsFixedToJSON(
|
|
3063
|
+
persistImportedDeploymentRequestPoolsFixed:
|
|
3064
|
+
PersistImportedDeploymentRequestPoolsFixed,
|
|
3065
|
+
): string {
|
|
3066
|
+
return JSON.stringify(
|
|
3067
|
+
PersistImportedDeploymentRequestPoolsFixed$outboundSchema.parse(
|
|
3068
|
+
persistImportedDeploymentRequestPoolsFixed,
|
|
3069
|
+
),
|
|
3070
|
+
);
|
|
3071
|
+
}
|
|
3072
|
+
|
|
3073
|
+
/** @internal */
|
|
3074
|
+
export type PersistImportedDeploymentRequestPoolsUnion$Outbound =
|
|
3075
|
+
| PersistImportedDeploymentRequestPoolsFixed$Outbound
|
|
3076
|
+
| PersistImportedDeploymentRequestPoolsAutoscale$Outbound;
|
|
3077
|
+
|
|
3078
|
+
/** @internal */
|
|
3079
|
+
export const PersistImportedDeploymentRequestPoolsUnion$outboundSchema:
|
|
3080
|
+
z.ZodType<
|
|
3081
|
+
PersistImportedDeploymentRequestPoolsUnion$Outbound,
|
|
3082
|
+
PersistImportedDeploymentRequestPoolsUnion
|
|
3083
|
+
> = z.union([
|
|
3084
|
+
z.lazy(() => PersistImportedDeploymentRequestPoolsFixed$outboundSchema),
|
|
3085
|
+
z.lazy(() => PersistImportedDeploymentRequestPoolsAutoscale$outboundSchema),
|
|
3086
|
+
]);
|
|
3087
|
+
|
|
3088
|
+
export function persistImportedDeploymentRequestPoolsUnionToJSON(
|
|
3089
|
+
persistImportedDeploymentRequestPoolsUnion:
|
|
3090
|
+
PersistImportedDeploymentRequestPoolsUnion,
|
|
3091
|
+
): string {
|
|
3092
|
+
return JSON.stringify(
|
|
3093
|
+
PersistImportedDeploymentRequestPoolsUnion$outboundSchema.parse(
|
|
3094
|
+
persistImportedDeploymentRequestPoolsUnion,
|
|
3095
|
+
),
|
|
3096
|
+
);
|
|
3097
|
+
}
|
|
3098
|
+
|
|
3099
|
+
/** @internal */
|
|
3100
|
+
export type PersistImportedDeploymentRequestCompute$Outbound = {
|
|
3101
|
+
pools?: {
|
|
3102
|
+
[k: string]:
|
|
3103
|
+
| PersistImportedDeploymentRequestPoolsFixed$Outbound
|
|
3104
|
+
| PersistImportedDeploymentRequestPoolsAutoscale$Outbound;
|
|
3105
|
+
} | undefined;
|
|
3106
|
+
};
|
|
3107
|
+
|
|
3108
|
+
/** @internal */
|
|
3109
|
+
export const PersistImportedDeploymentRequestCompute$outboundSchema: z.ZodType<
|
|
3110
|
+
PersistImportedDeploymentRequestCompute$Outbound,
|
|
3111
|
+
PersistImportedDeploymentRequestCompute
|
|
3112
|
+
> = z.object({
|
|
3113
|
+
pools: z.record(
|
|
3114
|
+
z.string(),
|
|
3115
|
+
z.union([
|
|
3116
|
+
z.lazy(() => PersistImportedDeploymentRequestPoolsFixed$outboundSchema),
|
|
3117
|
+
z.lazy(() =>
|
|
3118
|
+
PersistImportedDeploymentRequestPoolsAutoscale$outboundSchema
|
|
3119
|
+
),
|
|
3120
|
+
]),
|
|
3121
|
+
).optional(),
|
|
3122
|
+
});
|
|
3123
|
+
|
|
3124
|
+
export function persistImportedDeploymentRequestComputeToJSON(
|
|
3125
|
+
persistImportedDeploymentRequestCompute:
|
|
3126
|
+
PersistImportedDeploymentRequestCompute,
|
|
3127
|
+
): string {
|
|
3128
|
+
return JSON.stringify(
|
|
3129
|
+
PersistImportedDeploymentRequestCompute$outboundSchema.parse(
|
|
3130
|
+
persistImportedDeploymentRequestCompute,
|
|
3131
|
+
),
|
|
3132
|
+
);
|
|
3133
|
+
}
|
|
3134
|
+
|
|
3135
|
+
/** @internal */
|
|
3136
|
+
export type PersistImportedDeploymentRequestComputeUnion$Outbound =
|
|
3137
|
+
| PersistImportedDeploymentRequestCompute$Outbound
|
|
3138
|
+
| any;
|
|
3139
|
+
|
|
3140
|
+
/** @internal */
|
|
3141
|
+
export const PersistImportedDeploymentRequestComputeUnion$outboundSchema:
|
|
3142
|
+
z.ZodType<
|
|
3143
|
+
PersistImportedDeploymentRequestComputeUnion$Outbound,
|
|
3144
|
+
PersistImportedDeploymentRequestComputeUnion
|
|
3145
|
+
> = z.union([
|
|
3146
|
+
z.lazy(() => PersistImportedDeploymentRequestCompute$outboundSchema),
|
|
3147
|
+
z.any(),
|
|
3148
|
+
]);
|
|
3149
|
+
|
|
3150
|
+
export function persistImportedDeploymentRequestComputeUnionToJSON(
|
|
3151
|
+
persistImportedDeploymentRequestComputeUnion:
|
|
3152
|
+
PersistImportedDeploymentRequestComputeUnion,
|
|
3153
|
+
): string {
|
|
3154
|
+
return JSON.stringify(
|
|
3155
|
+
PersistImportedDeploymentRequestComputeUnion$outboundSchema.parse(
|
|
3156
|
+
persistImportedDeploymentRequestComputeUnion,
|
|
3157
|
+
),
|
|
3158
|
+
);
|
|
3159
|
+
}
|
|
3160
|
+
|
|
2688
3161
|
/** @internal */
|
|
2689
3162
|
export const PersistImportedDeploymentRequestDeploymentModel$outboundSchema:
|
|
2690
3163
|
z.ZodEnum<typeof PersistImportedDeploymentRequestDeploymentModel> = z.enum(
|
|
@@ -5008,6 +5481,11 @@ export const PersistImportedDeploymentRequestUpdates$outboundSchema: z.ZodEnum<
|
|
|
5008
5481
|
|
|
5009
5482
|
/** @internal */
|
|
5010
5483
|
export type PersistImportedDeploymentRequestStackSettings$Outbound = {
|
|
5484
|
+
compute?:
|
|
5485
|
+
| PersistImportedDeploymentRequestCompute$Outbound
|
|
5486
|
+
| any
|
|
5487
|
+
| null
|
|
5488
|
+
| undefined;
|
|
5011
5489
|
deploymentModel?: string | undefined;
|
|
5012
5490
|
domains?:
|
|
5013
5491
|
| PersistImportedDeploymentRequestDomains$Outbound
|
|
@@ -5043,6 +5521,12 @@ export const PersistImportedDeploymentRequestStackSettings$outboundSchema:
|
|
|
5043
5521
|
PersistImportedDeploymentRequestStackSettings$Outbound,
|
|
5044
5522
|
PersistImportedDeploymentRequestStackSettings
|
|
5045
5523
|
> = z.object({
|
|
5524
|
+
compute: z.nullable(
|
|
5525
|
+
z.union([
|
|
5526
|
+
z.lazy(() => PersistImportedDeploymentRequestCompute$outboundSchema),
|
|
5527
|
+
z.any(),
|
|
5528
|
+
]),
|
|
5529
|
+
).optional(),
|
|
5046
5530
|
deploymentModel:
|
|
5047
5531
|
PersistImportedDeploymentRequestDeploymentModel$outboundSchema.optional(),
|
|
5048
5532
|
domains: z.nullable(
|
|
@@ -5324,6 +5808,399 @@ export function persistImportedDeploymentRequestEnvironmentInfoUnionToJSON(
|
|
|
5324
5808
|
);
|
|
5325
5809
|
}
|
|
5326
5810
|
|
|
5811
|
+
/** @internal */
|
|
5812
|
+
export const PersistImportedDeploymentRequestTypeStringList$outboundSchema:
|
|
5813
|
+
z.ZodEnum<typeof PersistImportedDeploymentRequestTypeStringList> = z.enum(
|
|
5814
|
+
PersistImportedDeploymentRequestTypeStringList,
|
|
5815
|
+
);
|
|
5816
|
+
|
|
5817
|
+
/** @internal */
|
|
5818
|
+
export type PersistImportedDeploymentRequestDefaultStringList$Outbound = {
|
|
5819
|
+
type: string;
|
|
5820
|
+
value: Array<string>;
|
|
5821
|
+
};
|
|
5822
|
+
|
|
5823
|
+
/** @internal */
|
|
5824
|
+
export const PersistImportedDeploymentRequestDefaultStringList$outboundSchema:
|
|
5825
|
+
z.ZodType<
|
|
5826
|
+
PersistImportedDeploymentRequestDefaultStringList$Outbound,
|
|
5827
|
+
PersistImportedDeploymentRequestDefaultStringList
|
|
5828
|
+
> = z.object({
|
|
5829
|
+
type: PersistImportedDeploymentRequestTypeStringList$outboundSchema,
|
|
5830
|
+
value: z.array(z.string()),
|
|
5831
|
+
});
|
|
5832
|
+
|
|
5833
|
+
export function persistImportedDeploymentRequestDefaultStringListToJSON(
|
|
5834
|
+
persistImportedDeploymentRequestDefaultStringList:
|
|
5835
|
+
PersistImportedDeploymentRequestDefaultStringList,
|
|
5836
|
+
): string {
|
|
5837
|
+
return JSON.stringify(
|
|
5838
|
+
PersistImportedDeploymentRequestDefaultStringList$outboundSchema.parse(
|
|
5839
|
+
persistImportedDeploymentRequestDefaultStringList,
|
|
5840
|
+
),
|
|
5841
|
+
);
|
|
5842
|
+
}
|
|
5843
|
+
|
|
5844
|
+
/** @internal */
|
|
5845
|
+
export const PersistImportedDeploymentRequestTypeBoolean$outboundSchema:
|
|
5846
|
+
z.ZodEnum<typeof PersistImportedDeploymentRequestTypeBoolean> = z.enum(
|
|
5847
|
+
PersistImportedDeploymentRequestTypeBoolean,
|
|
5848
|
+
);
|
|
5849
|
+
|
|
5850
|
+
/** @internal */
|
|
5851
|
+
export type PersistImportedDeploymentRequestDefaultBoolean$Outbound = {
|
|
5852
|
+
type: string;
|
|
5853
|
+
value: boolean;
|
|
5854
|
+
};
|
|
5855
|
+
|
|
5856
|
+
/** @internal */
|
|
5857
|
+
export const PersistImportedDeploymentRequestDefaultBoolean$outboundSchema:
|
|
5858
|
+
z.ZodType<
|
|
5859
|
+
PersistImportedDeploymentRequestDefaultBoolean$Outbound,
|
|
5860
|
+
PersistImportedDeploymentRequestDefaultBoolean
|
|
5861
|
+
> = z.object({
|
|
5862
|
+
type: PersistImportedDeploymentRequestTypeBoolean$outboundSchema,
|
|
5863
|
+
value: z.boolean(),
|
|
5864
|
+
});
|
|
5865
|
+
|
|
5866
|
+
export function persistImportedDeploymentRequestDefaultBooleanToJSON(
|
|
5867
|
+
persistImportedDeploymentRequestDefaultBoolean:
|
|
5868
|
+
PersistImportedDeploymentRequestDefaultBoolean,
|
|
5869
|
+
): string {
|
|
5870
|
+
return JSON.stringify(
|
|
5871
|
+
PersistImportedDeploymentRequestDefaultBoolean$outboundSchema.parse(
|
|
5872
|
+
persistImportedDeploymentRequestDefaultBoolean,
|
|
5873
|
+
),
|
|
5874
|
+
);
|
|
5875
|
+
}
|
|
5876
|
+
|
|
5877
|
+
/** @internal */
|
|
5878
|
+
export const PersistImportedDeploymentRequestTypeNumber$outboundSchema:
|
|
5879
|
+
z.ZodEnum<typeof PersistImportedDeploymentRequestTypeNumber> = z.enum(
|
|
5880
|
+
PersistImportedDeploymentRequestTypeNumber,
|
|
5881
|
+
);
|
|
5882
|
+
|
|
5883
|
+
/** @internal */
|
|
5884
|
+
export type PersistImportedDeploymentRequestDefaultNumber$Outbound = {
|
|
5885
|
+
type: string;
|
|
5886
|
+
value: string;
|
|
5887
|
+
};
|
|
5888
|
+
|
|
5889
|
+
/** @internal */
|
|
5890
|
+
export const PersistImportedDeploymentRequestDefaultNumber$outboundSchema:
|
|
5891
|
+
z.ZodType<
|
|
5892
|
+
PersistImportedDeploymentRequestDefaultNumber$Outbound,
|
|
5893
|
+
PersistImportedDeploymentRequestDefaultNumber
|
|
5894
|
+
> = z.object({
|
|
5895
|
+
type: PersistImportedDeploymentRequestTypeNumber$outboundSchema,
|
|
5896
|
+
value: z.string(),
|
|
5897
|
+
});
|
|
5898
|
+
|
|
5899
|
+
export function persistImportedDeploymentRequestDefaultNumberToJSON(
|
|
5900
|
+
persistImportedDeploymentRequestDefaultNumber:
|
|
5901
|
+
PersistImportedDeploymentRequestDefaultNumber,
|
|
5902
|
+
): string {
|
|
5903
|
+
return JSON.stringify(
|
|
5904
|
+
PersistImportedDeploymentRequestDefaultNumber$outboundSchema.parse(
|
|
5905
|
+
persistImportedDeploymentRequestDefaultNumber,
|
|
5906
|
+
),
|
|
5907
|
+
);
|
|
5908
|
+
}
|
|
5909
|
+
|
|
5910
|
+
/** @internal */
|
|
5911
|
+
export const PersistImportedDeploymentRequestTypeString$outboundSchema:
|
|
5912
|
+
z.ZodEnum<typeof PersistImportedDeploymentRequestTypeString> = z.enum(
|
|
5913
|
+
PersistImportedDeploymentRequestTypeString,
|
|
5914
|
+
);
|
|
5915
|
+
|
|
5916
|
+
/** @internal */
|
|
5917
|
+
export type PersistImportedDeploymentRequestDefaultString$Outbound = {
|
|
5918
|
+
type: string;
|
|
5919
|
+
value: string;
|
|
5920
|
+
};
|
|
5921
|
+
|
|
5922
|
+
/** @internal */
|
|
5923
|
+
export const PersistImportedDeploymentRequestDefaultString$outboundSchema:
|
|
5924
|
+
z.ZodType<
|
|
5925
|
+
PersistImportedDeploymentRequestDefaultString$Outbound,
|
|
5926
|
+
PersistImportedDeploymentRequestDefaultString
|
|
5927
|
+
> = z.object({
|
|
5928
|
+
type: PersistImportedDeploymentRequestTypeString$outboundSchema,
|
|
5929
|
+
value: z.string(),
|
|
5930
|
+
});
|
|
5931
|
+
|
|
5932
|
+
export function persistImportedDeploymentRequestDefaultStringToJSON(
|
|
5933
|
+
persistImportedDeploymentRequestDefaultString:
|
|
5934
|
+
PersistImportedDeploymentRequestDefaultString,
|
|
5935
|
+
): string {
|
|
5936
|
+
return JSON.stringify(
|
|
5937
|
+
PersistImportedDeploymentRequestDefaultString$outboundSchema.parse(
|
|
5938
|
+
persistImportedDeploymentRequestDefaultString,
|
|
5939
|
+
),
|
|
5940
|
+
);
|
|
5941
|
+
}
|
|
5942
|
+
|
|
5943
|
+
/** @internal */
|
|
5944
|
+
export type PersistImportedDeploymentRequestDefaultUnion$Outbound =
|
|
5945
|
+
| PersistImportedDeploymentRequestDefaultString$Outbound
|
|
5946
|
+
| PersistImportedDeploymentRequestDefaultNumber$Outbound
|
|
5947
|
+
| PersistImportedDeploymentRequestDefaultBoolean$Outbound
|
|
5948
|
+
| PersistImportedDeploymentRequestDefaultStringList$Outbound
|
|
5949
|
+
| any;
|
|
5950
|
+
|
|
5951
|
+
/** @internal */
|
|
5952
|
+
export const PersistImportedDeploymentRequestDefaultUnion$outboundSchema:
|
|
5953
|
+
z.ZodType<
|
|
5954
|
+
PersistImportedDeploymentRequestDefaultUnion$Outbound,
|
|
5955
|
+
PersistImportedDeploymentRequestDefaultUnion
|
|
5956
|
+
> = z.union([
|
|
5957
|
+
z.lazy(() => PersistImportedDeploymentRequestDefaultString$outboundSchema),
|
|
5958
|
+
z.lazy(() => PersistImportedDeploymentRequestDefaultNumber$outboundSchema),
|
|
5959
|
+
z.lazy(() => PersistImportedDeploymentRequestDefaultBoolean$outboundSchema),
|
|
5960
|
+
z.lazy(() =>
|
|
5961
|
+
PersistImportedDeploymentRequestDefaultStringList$outboundSchema
|
|
5962
|
+
),
|
|
5963
|
+
z.any(),
|
|
5964
|
+
]);
|
|
5965
|
+
|
|
5966
|
+
export function persistImportedDeploymentRequestDefaultUnionToJSON(
|
|
5967
|
+
persistImportedDeploymentRequestDefaultUnion:
|
|
5968
|
+
PersistImportedDeploymentRequestDefaultUnion,
|
|
5969
|
+
): string {
|
|
5970
|
+
return JSON.stringify(
|
|
5971
|
+
PersistImportedDeploymentRequestDefaultUnion$outboundSchema.parse(
|
|
5972
|
+
persistImportedDeploymentRequestDefaultUnion,
|
|
5973
|
+
),
|
|
5974
|
+
);
|
|
5975
|
+
}
|
|
5976
|
+
|
|
5977
|
+
/** @internal */
|
|
5978
|
+
export const PersistImportedDeploymentRequestTypeEnvEnum$outboundSchema:
|
|
5979
|
+
z.ZodEnum<typeof PersistImportedDeploymentRequestTypeEnvEnum> = z.enum(
|
|
5980
|
+
PersistImportedDeploymentRequestTypeEnvEnum,
|
|
5981
|
+
);
|
|
5982
|
+
|
|
5983
|
+
/** @internal */
|
|
5984
|
+
export type PersistImportedDeploymentRequestTypeUnion$Outbound = string | any;
|
|
5985
|
+
|
|
5986
|
+
/** @internal */
|
|
5987
|
+
export const PersistImportedDeploymentRequestTypeUnion$outboundSchema:
|
|
5988
|
+
z.ZodType<
|
|
5989
|
+
PersistImportedDeploymentRequestTypeUnion$Outbound,
|
|
5990
|
+
PersistImportedDeploymentRequestTypeUnion
|
|
5991
|
+
> = z.union([
|
|
5992
|
+
PersistImportedDeploymentRequestTypeEnvEnum$outboundSchema,
|
|
5993
|
+
z.any(),
|
|
5994
|
+
]);
|
|
5995
|
+
|
|
5996
|
+
export function persistImportedDeploymentRequestTypeUnionToJSON(
|
|
5997
|
+
persistImportedDeploymentRequestTypeUnion:
|
|
5998
|
+
PersistImportedDeploymentRequestTypeUnion,
|
|
5999
|
+
): string {
|
|
6000
|
+
return JSON.stringify(
|
|
6001
|
+
PersistImportedDeploymentRequestTypeUnion$outboundSchema.parse(
|
|
6002
|
+
persistImportedDeploymentRequestTypeUnion,
|
|
6003
|
+
),
|
|
6004
|
+
);
|
|
6005
|
+
}
|
|
6006
|
+
|
|
6007
|
+
/** @internal */
|
|
6008
|
+
export type PersistImportedDeploymentRequestEnv$Outbound = {
|
|
6009
|
+
name: string;
|
|
6010
|
+
targetResources?: Array<string> | null | undefined;
|
|
6011
|
+
type?: string | any | null | undefined;
|
|
6012
|
+
};
|
|
6013
|
+
|
|
6014
|
+
/** @internal */
|
|
6015
|
+
export const PersistImportedDeploymentRequestEnv$outboundSchema: z.ZodType<
|
|
6016
|
+
PersistImportedDeploymentRequestEnv$Outbound,
|
|
6017
|
+
PersistImportedDeploymentRequestEnv
|
|
6018
|
+
> = z.object({
|
|
6019
|
+
name: z.string(),
|
|
6020
|
+
targetResources: z.nullable(z.array(z.string())).optional(),
|
|
6021
|
+
type: z.nullable(
|
|
6022
|
+
z.union([
|
|
6023
|
+
PersistImportedDeploymentRequestTypeEnvEnum$outboundSchema,
|
|
6024
|
+
z.any(),
|
|
6025
|
+
]),
|
|
6026
|
+
).optional(),
|
|
6027
|
+
});
|
|
6028
|
+
|
|
6029
|
+
export function persistImportedDeploymentRequestEnvToJSON(
|
|
6030
|
+
persistImportedDeploymentRequestEnv: PersistImportedDeploymentRequestEnv,
|
|
6031
|
+
): string {
|
|
6032
|
+
return JSON.stringify(
|
|
6033
|
+
PersistImportedDeploymentRequestEnv$outboundSchema.parse(
|
|
6034
|
+
persistImportedDeploymentRequestEnv,
|
|
6035
|
+
),
|
|
6036
|
+
);
|
|
6037
|
+
}
|
|
6038
|
+
|
|
6039
|
+
/** @internal */
|
|
6040
|
+
export const PersistImportedDeploymentRequestKind$outboundSchema: z.ZodEnum<
|
|
6041
|
+
typeof PersistImportedDeploymentRequestKind
|
|
6042
|
+
> = z.enum(PersistImportedDeploymentRequestKind);
|
|
6043
|
+
|
|
6044
|
+
/** @internal */
|
|
6045
|
+
export const PersistImportedDeploymentRequestPreparedStackPlatform$outboundSchema:
|
|
6046
|
+
z.ZodEnum<typeof PersistImportedDeploymentRequestPreparedStackPlatform> = z
|
|
6047
|
+
.enum(PersistImportedDeploymentRequestPreparedStackPlatform);
|
|
6048
|
+
|
|
6049
|
+
/** @internal */
|
|
6050
|
+
export const PersistImportedDeploymentRequestProvidedBy$outboundSchema:
|
|
6051
|
+
z.ZodEnum<typeof PersistImportedDeploymentRequestProvidedBy> = z.enum(
|
|
6052
|
+
PersistImportedDeploymentRequestProvidedBy,
|
|
6053
|
+
);
|
|
6054
|
+
|
|
6055
|
+
/** @internal */
|
|
6056
|
+
export type PersistImportedDeploymentRequestValidation$Outbound = {
|
|
6057
|
+
format?: string | null | undefined;
|
|
6058
|
+
max?: string | null | undefined;
|
|
6059
|
+
maxItems?: number | null | undefined;
|
|
6060
|
+
maxLength?: number | null | undefined;
|
|
6061
|
+
min?: string | null | undefined;
|
|
6062
|
+
minItems?: number | null | undefined;
|
|
6063
|
+
minLength?: number | null | undefined;
|
|
6064
|
+
pattern?: string | null | undefined;
|
|
6065
|
+
values?: Array<string> | null | undefined;
|
|
6066
|
+
};
|
|
6067
|
+
|
|
6068
|
+
/** @internal */
|
|
6069
|
+
export const PersistImportedDeploymentRequestValidation$outboundSchema:
|
|
6070
|
+
z.ZodType<
|
|
6071
|
+
PersistImportedDeploymentRequestValidation$Outbound,
|
|
6072
|
+
PersistImportedDeploymentRequestValidation
|
|
6073
|
+
> = z.object({
|
|
6074
|
+
format: z.nullable(z.string()).optional(),
|
|
6075
|
+
max: z.nullable(z.string()).optional(),
|
|
6076
|
+
maxItems: z.nullable(z.int()).optional(),
|
|
6077
|
+
maxLength: z.nullable(z.int()).optional(),
|
|
6078
|
+
min: z.nullable(z.string()).optional(),
|
|
6079
|
+
minItems: z.nullable(z.int()).optional(),
|
|
6080
|
+
minLength: z.nullable(z.int()).optional(),
|
|
6081
|
+
pattern: z.nullable(z.string()).optional(),
|
|
6082
|
+
values: z.nullable(z.array(z.string())).optional(),
|
|
6083
|
+
});
|
|
6084
|
+
|
|
6085
|
+
export function persistImportedDeploymentRequestValidationToJSON(
|
|
6086
|
+
persistImportedDeploymentRequestValidation:
|
|
6087
|
+
PersistImportedDeploymentRequestValidation,
|
|
6088
|
+
): string {
|
|
6089
|
+
return JSON.stringify(
|
|
6090
|
+
PersistImportedDeploymentRequestValidation$outboundSchema.parse(
|
|
6091
|
+
persistImportedDeploymentRequestValidation,
|
|
6092
|
+
),
|
|
6093
|
+
);
|
|
6094
|
+
}
|
|
6095
|
+
|
|
6096
|
+
/** @internal */
|
|
6097
|
+
export type PersistImportedDeploymentRequestValidationUnion$Outbound =
|
|
6098
|
+
| PersistImportedDeploymentRequestValidation$Outbound
|
|
6099
|
+
| any;
|
|
6100
|
+
|
|
6101
|
+
/** @internal */
|
|
6102
|
+
export const PersistImportedDeploymentRequestValidationUnion$outboundSchema:
|
|
6103
|
+
z.ZodType<
|
|
6104
|
+
PersistImportedDeploymentRequestValidationUnion$Outbound,
|
|
6105
|
+
PersistImportedDeploymentRequestValidationUnion
|
|
6106
|
+
> = z.union([
|
|
6107
|
+
z.lazy(() => PersistImportedDeploymentRequestValidation$outboundSchema),
|
|
6108
|
+
z.any(),
|
|
6109
|
+
]);
|
|
6110
|
+
|
|
6111
|
+
export function persistImportedDeploymentRequestValidationUnionToJSON(
|
|
6112
|
+
persistImportedDeploymentRequestValidationUnion:
|
|
6113
|
+
PersistImportedDeploymentRequestValidationUnion,
|
|
6114
|
+
): string {
|
|
6115
|
+
return JSON.stringify(
|
|
6116
|
+
PersistImportedDeploymentRequestValidationUnion$outboundSchema.parse(
|
|
6117
|
+
persistImportedDeploymentRequestValidationUnion,
|
|
6118
|
+
),
|
|
6119
|
+
);
|
|
6120
|
+
}
|
|
6121
|
+
|
|
6122
|
+
/** @internal */
|
|
6123
|
+
export type PersistImportedDeploymentRequestInput$Outbound = {
|
|
6124
|
+
default?:
|
|
6125
|
+
| PersistImportedDeploymentRequestDefaultString$Outbound
|
|
6126
|
+
| PersistImportedDeploymentRequestDefaultNumber$Outbound
|
|
6127
|
+
| PersistImportedDeploymentRequestDefaultBoolean$Outbound
|
|
6128
|
+
| PersistImportedDeploymentRequestDefaultStringList$Outbound
|
|
6129
|
+
| any
|
|
6130
|
+
| null
|
|
6131
|
+
| undefined;
|
|
6132
|
+
description: string;
|
|
6133
|
+
env?: Array<PersistImportedDeploymentRequestEnv$Outbound> | undefined;
|
|
6134
|
+
id: string;
|
|
6135
|
+
kind: string;
|
|
6136
|
+
label: string;
|
|
6137
|
+
placeholder?: string | null | undefined;
|
|
6138
|
+
platforms?: Array<string> | null | undefined;
|
|
6139
|
+
providedBy: Array<string>;
|
|
6140
|
+
required: boolean;
|
|
6141
|
+
validation?:
|
|
6142
|
+
| PersistImportedDeploymentRequestValidation$Outbound
|
|
6143
|
+
| any
|
|
6144
|
+
| null
|
|
6145
|
+
| undefined;
|
|
6146
|
+
};
|
|
6147
|
+
|
|
6148
|
+
/** @internal */
|
|
6149
|
+
export const PersistImportedDeploymentRequestInput$outboundSchema: z.ZodType<
|
|
6150
|
+
PersistImportedDeploymentRequestInput$Outbound,
|
|
6151
|
+
PersistImportedDeploymentRequestInput
|
|
6152
|
+
> = z.object({
|
|
6153
|
+
default: z.nullable(
|
|
6154
|
+
z.union([
|
|
6155
|
+
z.lazy(() =>
|
|
6156
|
+
PersistImportedDeploymentRequestDefaultString$outboundSchema
|
|
6157
|
+
),
|
|
6158
|
+
z.lazy(() =>
|
|
6159
|
+
PersistImportedDeploymentRequestDefaultNumber$outboundSchema
|
|
6160
|
+
),
|
|
6161
|
+
z.lazy(() =>
|
|
6162
|
+
PersistImportedDeploymentRequestDefaultBoolean$outboundSchema
|
|
6163
|
+
),
|
|
6164
|
+
z.lazy(() =>
|
|
6165
|
+
PersistImportedDeploymentRequestDefaultStringList$outboundSchema
|
|
6166
|
+
),
|
|
6167
|
+
z.any(),
|
|
6168
|
+
]),
|
|
6169
|
+
).optional(),
|
|
6170
|
+
description: z.string(),
|
|
6171
|
+
env: z.array(z.lazy(() => PersistImportedDeploymentRequestEnv$outboundSchema))
|
|
6172
|
+
.optional(),
|
|
6173
|
+
id: z.string(),
|
|
6174
|
+
kind: PersistImportedDeploymentRequestKind$outboundSchema,
|
|
6175
|
+
label: z.string(),
|
|
6176
|
+
placeholder: z.nullable(z.string()).optional(),
|
|
6177
|
+
platforms: z.nullable(
|
|
6178
|
+
z.array(
|
|
6179
|
+
PersistImportedDeploymentRequestPreparedStackPlatform$outboundSchema,
|
|
6180
|
+
),
|
|
6181
|
+
).optional(),
|
|
6182
|
+
providedBy: z.array(
|
|
6183
|
+
PersistImportedDeploymentRequestProvidedBy$outboundSchema,
|
|
6184
|
+
),
|
|
6185
|
+
required: z.boolean(),
|
|
6186
|
+
validation: z.nullable(
|
|
6187
|
+
z.union([
|
|
6188
|
+
z.lazy(() => PersistImportedDeploymentRequestValidation$outboundSchema),
|
|
6189
|
+
z.any(),
|
|
6190
|
+
]),
|
|
6191
|
+
).optional(),
|
|
6192
|
+
});
|
|
6193
|
+
|
|
6194
|
+
export function persistImportedDeploymentRequestInputToJSON(
|
|
6195
|
+
persistImportedDeploymentRequestInput: PersistImportedDeploymentRequestInput,
|
|
6196
|
+
): string {
|
|
6197
|
+
return JSON.stringify(
|
|
6198
|
+
PersistImportedDeploymentRequestInput$outboundSchema.parse(
|
|
6199
|
+
persistImportedDeploymentRequestInput,
|
|
6200
|
+
),
|
|
6201
|
+
);
|
|
6202
|
+
}
|
|
6203
|
+
|
|
5327
6204
|
/** @internal */
|
|
5328
6205
|
export const PersistImportedDeploymentRequestManagementEnum$outboundSchema:
|
|
5329
6206
|
z.ZodEnum<typeof PersistImportedDeploymentRequestManagementEnum> = z.enum(
|
|
@@ -7724,6 +8601,7 @@ export const PersistImportedDeploymentRequestSupportedPlatform$outboundSchema:
|
|
|
7724
8601
|
/** @internal */
|
|
7725
8602
|
export type PersistImportedDeploymentRequestPreparedStack$Outbound = {
|
|
7726
8603
|
id: string;
|
|
8604
|
+
inputs?: Array<PersistImportedDeploymentRequestInput$Outbound> | undefined;
|
|
7727
8605
|
permissions?:
|
|
7728
8606
|
| PersistImportedDeploymentRequestPermissions$Outbound
|
|
7729
8607
|
| undefined;
|
|
@@ -7740,6 +8618,9 @@ export const PersistImportedDeploymentRequestPreparedStack$outboundSchema:
|
|
|
7740
8618
|
PersistImportedDeploymentRequestPreparedStack
|
|
7741
8619
|
> = z.object({
|
|
7742
8620
|
id: z.string(),
|
|
8621
|
+
inputs: z.array(
|
|
8622
|
+
z.lazy(() => PersistImportedDeploymentRequestInput$outboundSchema),
|
|
8623
|
+
).optional(),
|
|
7743
8624
|
permissions: z.lazy(() =>
|
|
7744
8625
|
PersistImportedDeploymentRequestPermissions$outboundSchema
|
|
7745
8626
|
).optional(),
|
|
@@ -8018,6 +8899,7 @@ export type PersistImportedDeploymentRequest$Outbound = {
|
|
|
8018
8899
|
| PersistImportedDeploymentRequestManagementConfigAzure$Outbound
|
|
8019
8900
|
| PersistImportedDeploymentRequestManagementConfigKubernetes$Outbound
|
|
8020
8901
|
| undefined;
|
|
8902
|
+
inputValues?: { [k: string]: StackInputValueRequest$Outbound } | undefined;
|
|
8021
8903
|
};
|
|
8022
8904
|
|
|
8023
8905
|
/** @internal */
|
|
@@ -8084,6 +8966,8 @@ export const PersistImportedDeploymentRequest$outboundSchema: z.ZodType<
|
|
|
8084
8966
|
PersistImportedDeploymentRequestManagementConfigKubernetes$outboundSchema
|
|
8085
8967
|
),
|
|
8086
8968
|
]).optional(),
|
|
8969
|
+
inputValues: z.record(z.string(), StackInputValueRequest$outboundSchema)
|
|
8970
|
+
.optional(),
|
|
8087
8971
|
});
|
|
8088
8972
|
|
|
8089
8973
|
export function persistImportedDeploymentRequestToJSON(
|