@alienplatform/platform-api 1.8.0 → 1.9.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
|
@@ -6,6 +6,261 @@ import * as z from "zod/v4";
|
|
|
6
6
|
import { remap as remap$ } from "../lib/primitives.js";
|
|
7
7
|
import { ClosedEnum } from "../types/enums.js";
|
|
8
8
|
|
|
9
|
+
export const SyncReconcileRequestCurrentReleaseTypeStringList = {
|
|
10
|
+
StringList: "stringList",
|
|
11
|
+
} as const;
|
|
12
|
+
export type SyncReconcileRequestCurrentReleaseTypeStringList = ClosedEnum<
|
|
13
|
+
typeof SyncReconcileRequestCurrentReleaseTypeStringList
|
|
14
|
+
>;
|
|
15
|
+
|
|
16
|
+
export type SyncReconcileRequestCurrentReleaseDefaultStringList = {
|
|
17
|
+
type: SyncReconcileRequestCurrentReleaseTypeStringList;
|
|
18
|
+
/**
|
|
19
|
+
* String list default.
|
|
20
|
+
*/
|
|
21
|
+
value: Array<string>;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export const SyncReconcileRequestCurrentReleaseTypeBoolean = {
|
|
25
|
+
Boolean: "boolean",
|
|
26
|
+
} as const;
|
|
27
|
+
export type SyncReconcileRequestCurrentReleaseTypeBoolean = ClosedEnum<
|
|
28
|
+
typeof SyncReconcileRequestCurrentReleaseTypeBoolean
|
|
29
|
+
>;
|
|
30
|
+
|
|
31
|
+
export type SyncReconcileRequestCurrentReleaseDefaultBoolean = {
|
|
32
|
+
type: SyncReconcileRequestCurrentReleaseTypeBoolean;
|
|
33
|
+
/**
|
|
34
|
+
* Boolean default.
|
|
35
|
+
*/
|
|
36
|
+
value: boolean;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export const SyncReconcileRequestCurrentReleaseTypeNumber = {
|
|
40
|
+
Number: "number",
|
|
41
|
+
} as const;
|
|
42
|
+
export type SyncReconcileRequestCurrentReleaseTypeNumber = ClosedEnum<
|
|
43
|
+
typeof SyncReconcileRequestCurrentReleaseTypeNumber
|
|
44
|
+
>;
|
|
45
|
+
|
|
46
|
+
export type SyncReconcileRequestCurrentReleaseDefaultNumber = {
|
|
47
|
+
type: SyncReconcileRequestCurrentReleaseTypeNumber;
|
|
48
|
+
/**
|
|
49
|
+
* Number default.
|
|
50
|
+
*/
|
|
51
|
+
value: string;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
export const SyncReconcileRequestCurrentReleaseTypeString = {
|
|
55
|
+
String: "string",
|
|
56
|
+
} as const;
|
|
57
|
+
export type SyncReconcileRequestCurrentReleaseTypeString = ClosedEnum<
|
|
58
|
+
typeof SyncReconcileRequestCurrentReleaseTypeString
|
|
59
|
+
>;
|
|
60
|
+
|
|
61
|
+
export type SyncReconcileRequestCurrentReleaseDefaultString = {
|
|
62
|
+
type: SyncReconcileRequestCurrentReleaseTypeString;
|
|
63
|
+
/**
|
|
64
|
+
* String default.
|
|
65
|
+
*/
|
|
66
|
+
value: string;
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export type SyncReconcileRequestCurrentReleaseDefaultUnion =
|
|
70
|
+
| SyncReconcileRequestCurrentReleaseDefaultString
|
|
71
|
+
| SyncReconcileRequestCurrentReleaseDefaultNumber
|
|
72
|
+
| SyncReconcileRequestCurrentReleaseDefaultBoolean
|
|
73
|
+
| SyncReconcileRequestCurrentReleaseDefaultStringList
|
|
74
|
+
| any;
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Environment variable handling for a stack input mapping.
|
|
78
|
+
*/
|
|
79
|
+
export const SyncReconcileRequestCurrentReleaseTypeEnvEnum = {
|
|
80
|
+
Plain: "plain",
|
|
81
|
+
Secret: "secret",
|
|
82
|
+
} as const;
|
|
83
|
+
/**
|
|
84
|
+
* Environment variable handling for a stack input mapping.
|
|
85
|
+
*/
|
|
86
|
+
export type SyncReconcileRequestCurrentReleaseTypeEnvEnum = ClosedEnum<
|
|
87
|
+
typeof SyncReconcileRequestCurrentReleaseTypeEnvEnum
|
|
88
|
+
>;
|
|
89
|
+
|
|
90
|
+
export type SyncReconcileRequestCurrentReleaseTypeUnion =
|
|
91
|
+
| SyncReconcileRequestCurrentReleaseTypeEnvEnum
|
|
92
|
+
| any;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* How a resolved stack input is injected into runtime environment variables.
|
|
96
|
+
*/
|
|
97
|
+
export type SyncReconcileRequestCurrentReleaseEnv = {
|
|
98
|
+
/**
|
|
99
|
+
* Environment variable name.
|
|
100
|
+
*/
|
|
101
|
+
name: string;
|
|
102
|
+
/**
|
|
103
|
+
* Target resource IDs or patterns. None means every env-capable resource.
|
|
104
|
+
*/
|
|
105
|
+
targetResources?: Array<string> | null | undefined;
|
|
106
|
+
type?: SyncReconcileRequestCurrentReleaseTypeEnvEnum | any | null | undefined;
|
|
107
|
+
};
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Primitive stack input kind.
|
|
111
|
+
*/
|
|
112
|
+
export const CurrentReleaseStateKind = {
|
|
113
|
+
String: "string",
|
|
114
|
+
Secret: "secret",
|
|
115
|
+
Number: "number",
|
|
116
|
+
Integer: "integer",
|
|
117
|
+
Boolean: "boolean",
|
|
118
|
+
Enum: "enum",
|
|
119
|
+
StringList: "stringList",
|
|
120
|
+
} as const;
|
|
121
|
+
/**
|
|
122
|
+
* Primitive stack input kind.
|
|
123
|
+
*/
|
|
124
|
+
export type CurrentReleaseStateKind = ClosedEnum<
|
|
125
|
+
typeof CurrentReleaseStateKind
|
|
126
|
+
>;
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* Represents the target cloud platform.
|
|
130
|
+
*/
|
|
131
|
+
export const SyncReconcileRequestCurrentReleasePlatform = {
|
|
132
|
+
Aws: "aws",
|
|
133
|
+
Gcp: "gcp",
|
|
134
|
+
Azure: "azure",
|
|
135
|
+
Kubernetes: "kubernetes",
|
|
136
|
+
Local: "local",
|
|
137
|
+
Test: "test",
|
|
138
|
+
} as const;
|
|
139
|
+
/**
|
|
140
|
+
* Represents the target cloud platform.
|
|
141
|
+
*/
|
|
142
|
+
export type SyncReconcileRequestCurrentReleasePlatform = ClosedEnum<
|
|
143
|
+
typeof SyncReconcileRequestCurrentReleasePlatform
|
|
144
|
+
>;
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* Who can provide a stack input value.
|
|
148
|
+
*/
|
|
149
|
+
export const SyncReconcileRequestCurrentReleaseProvidedBy = {
|
|
150
|
+
Developer: "developer",
|
|
151
|
+
Deployer: "deployer",
|
|
152
|
+
} as const;
|
|
153
|
+
/**
|
|
154
|
+
* Who can provide a stack input value.
|
|
155
|
+
*/
|
|
156
|
+
export type SyncReconcileRequestCurrentReleaseProvidedBy = ClosedEnum<
|
|
157
|
+
typeof SyncReconcileRequestCurrentReleaseProvidedBy
|
|
158
|
+
>;
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* Portable stack input validation constraints.
|
|
162
|
+
*/
|
|
163
|
+
export type SyncReconcileRequestCurrentReleaseValidation = {
|
|
164
|
+
/**
|
|
165
|
+
* Semantic format hint such as url.
|
|
166
|
+
*/
|
|
167
|
+
format?: string | null | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* Maximum number.
|
|
170
|
+
*/
|
|
171
|
+
max?: string | null | undefined;
|
|
172
|
+
/**
|
|
173
|
+
* Maximum string-list items.
|
|
174
|
+
*/
|
|
175
|
+
maxItems?: number | null | undefined;
|
|
176
|
+
/**
|
|
177
|
+
* Maximum string length.
|
|
178
|
+
*/
|
|
179
|
+
maxLength?: number | null | undefined;
|
|
180
|
+
/**
|
|
181
|
+
* Minimum number.
|
|
182
|
+
*/
|
|
183
|
+
min?: string | null | undefined;
|
|
184
|
+
/**
|
|
185
|
+
* Minimum string-list items.
|
|
186
|
+
*/
|
|
187
|
+
minItems?: number | null | undefined;
|
|
188
|
+
/**
|
|
189
|
+
* Minimum string length.
|
|
190
|
+
*/
|
|
191
|
+
minLength?: number | null | undefined;
|
|
192
|
+
/**
|
|
193
|
+
* Portable whole-value regex pattern.
|
|
194
|
+
*/
|
|
195
|
+
pattern?: string | null | undefined;
|
|
196
|
+
/**
|
|
197
|
+
* Allowed string enum values.
|
|
198
|
+
*/
|
|
199
|
+
values?: Array<string> | null | undefined;
|
|
200
|
+
};
|
|
201
|
+
|
|
202
|
+
export type SyncReconcileRequestCurrentReleaseValidationUnion =
|
|
203
|
+
| SyncReconcileRequestCurrentReleaseValidation
|
|
204
|
+
| any;
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* Stack input definition serialized into a release stack.
|
|
208
|
+
*/
|
|
209
|
+
export type SyncReconcileRequestCurrentReleaseInput = {
|
|
210
|
+
default?:
|
|
211
|
+
| SyncReconcileRequestCurrentReleaseDefaultString
|
|
212
|
+
| SyncReconcileRequestCurrentReleaseDefaultNumber
|
|
213
|
+
| SyncReconcileRequestCurrentReleaseDefaultBoolean
|
|
214
|
+
| SyncReconcileRequestCurrentReleaseDefaultStringList
|
|
215
|
+
| any
|
|
216
|
+
| null
|
|
217
|
+
| undefined;
|
|
218
|
+
/**
|
|
219
|
+
* Human-facing helper text.
|
|
220
|
+
*/
|
|
221
|
+
description: string;
|
|
222
|
+
/**
|
|
223
|
+
* Runtime env-var mappings for v1 input resolution.
|
|
224
|
+
*/
|
|
225
|
+
env?: Array<SyncReconcileRequestCurrentReleaseEnv> | undefined;
|
|
226
|
+
/**
|
|
227
|
+
* Stable input ID used by CLI/API calls.
|
|
228
|
+
*/
|
|
229
|
+
id: string;
|
|
230
|
+
/**
|
|
231
|
+
* Primitive stack input kind.
|
|
232
|
+
*/
|
|
233
|
+
kind: CurrentReleaseStateKind;
|
|
234
|
+
/**
|
|
235
|
+
* Human-facing field label.
|
|
236
|
+
*/
|
|
237
|
+
label: string;
|
|
238
|
+
/**
|
|
239
|
+
* Example placeholder shown in UI.
|
|
240
|
+
*/
|
|
241
|
+
placeholder?: string | null | undefined;
|
|
242
|
+
/**
|
|
243
|
+
* Platforms where this input applies.
|
|
244
|
+
*/
|
|
245
|
+
platforms?:
|
|
246
|
+
| Array<SyncReconcileRequestCurrentReleasePlatform>
|
|
247
|
+
| null
|
|
248
|
+
| undefined;
|
|
249
|
+
/**
|
|
250
|
+
* Who can provide this value.
|
|
251
|
+
*/
|
|
252
|
+
providedBy: Array<SyncReconcileRequestCurrentReleaseProvidedBy>;
|
|
253
|
+
/**
|
|
254
|
+
* Whether a resolved value is required before deployment can proceed.
|
|
255
|
+
*/
|
|
256
|
+
required: boolean;
|
|
257
|
+
validation?:
|
|
258
|
+
| SyncReconcileRequestCurrentReleaseValidation
|
|
259
|
+
| any
|
|
260
|
+
| null
|
|
261
|
+
| undefined;
|
|
262
|
+
};
|
|
263
|
+
|
|
9
264
|
export const SyncReconcileRequestCurrentReleaseManagementEnum = {
|
|
10
265
|
Auto: "auto",
|
|
11
266
|
} as const;
|
|
@@ -1211,6 +1466,10 @@ export type SyncReconcileRequestCurrentReleaseStack = {
|
|
|
1211
1466
|
* Unique identifier for the stack
|
|
1212
1467
|
*/
|
|
1213
1468
|
id: string;
|
|
1469
|
+
/**
|
|
1470
|
+
* Input definitions required before setup or deployment can proceed.
|
|
1471
|
+
*/
|
|
1472
|
+
inputs?: Array<SyncReconcileRequestCurrentReleaseInput> | undefined;
|
|
1214
1473
|
/**
|
|
1215
1474
|
* Combined permissions configuration that contains both profiles and management
|
|
1216
1475
|
*/
|
|
@@ -1492,6 +1751,259 @@ export type SyncReconcileRequestPlatform = ClosedEnum<
|
|
|
1492
1751
|
typeof SyncReconcileRequestPlatform
|
|
1493
1752
|
>;
|
|
1494
1753
|
|
|
1754
|
+
export const SyncReconcileRequestPreparedStackTypeStringList = {
|
|
1755
|
+
StringList: "stringList",
|
|
1756
|
+
} as const;
|
|
1757
|
+
export type SyncReconcileRequestPreparedStackTypeStringList = ClosedEnum<
|
|
1758
|
+
typeof SyncReconcileRequestPreparedStackTypeStringList
|
|
1759
|
+
>;
|
|
1760
|
+
|
|
1761
|
+
export type SyncReconcileRequestPreparedStackDefaultStringList = {
|
|
1762
|
+
type: SyncReconcileRequestPreparedStackTypeStringList;
|
|
1763
|
+
/**
|
|
1764
|
+
* String list default.
|
|
1765
|
+
*/
|
|
1766
|
+
value: Array<string>;
|
|
1767
|
+
};
|
|
1768
|
+
|
|
1769
|
+
export const SyncReconcileRequestPreparedStackTypeBoolean = {
|
|
1770
|
+
Boolean: "boolean",
|
|
1771
|
+
} as const;
|
|
1772
|
+
export type SyncReconcileRequestPreparedStackTypeBoolean = ClosedEnum<
|
|
1773
|
+
typeof SyncReconcileRequestPreparedStackTypeBoolean
|
|
1774
|
+
>;
|
|
1775
|
+
|
|
1776
|
+
export type SyncReconcileRequestPreparedStackDefaultBoolean = {
|
|
1777
|
+
type: SyncReconcileRequestPreparedStackTypeBoolean;
|
|
1778
|
+
/**
|
|
1779
|
+
* Boolean default.
|
|
1780
|
+
*/
|
|
1781
|
+
value: boolean;
|
|
1782
|
+
};
|
|
1783
|
+
|
|
1784
|
+
export const SyncReconcileRequestPreparedStackTypeNumber = {
|
|
1785
|
+
Number: "number",
|
|
1786
|
+
} as const;
|
|
1787
|
+
export type SyncReconcileRequestPreparedStackTypeNumber = ClosedEnum<
|
|
1788
|
+
typeof SyncReconcileRequestPreparedStackTypeNumber
|
|
1789
|
+
>;
|
|
1790
|
+
|
|
1791
|
+
export type SyncReconcileRequestPreparedStackDefaultNumber = {
|
|
1792
|
+
type: SyncReconcileRequestPreparedStackTypeNumber;
|
|
1793
|
+
/**
|
|
1794
|
+
* Number default.
|
|
1795
|
+
*/
|
|
1796
|
+
value: string;
|
|
1797
|
+
};
|
|
1798
|
+
|
|
1799
|
+
export const SyncReconcileRequestPreparedStackTypeString = {
|
|
1800
|
+
String: "string",
|
|
1801
|
+
} as const;
|
|
1802
|
+
export type SyncReconcileRequestPreparedStackTypeString = ClosedEnum<
|
|
1803
|
+
typeof SyncReconcileRequestPreparedStackTypeString
|
|
1804
|
+
>;
|
|
1805
|
+
|
|
1806
|
+
export type SyncReconcileRequestPreparedStackDefaultString = {
|
|
1807
|
+
type: SyncReconcileRequestPreparedStackTypeString;
|
|
1808
|
+
/**
|
|
1809
|
+
* String default.
|
|
1810
|
+
*/
|
|
1811
|
+
value: string;
|
|
1812
|
+
};
|
|
1813
|
+
|
|
1814
|
+
export type SyncReconcileRequestPreparedStackDefaultUnion =
|
|
1815
|
+
| SyncReconcileRequestPreparedStackDefaultString
|
|
1816
|
+
| SyncReconcileRequestPreparedStackDefaultNumber
|
|
1817
|
+
| SyncReconcileRequestPreparedStackDefaultBoolean
|
|
1818
|
+
| SyncReconcileRequestPreparedStackDefaultStringList
|
|
1819
|
+
| any;
|
|
1820
|
+
|
|
1821
|
+
/**
|
|
1822
|
+
* Environment variable handling for a stack input mapping.
|
|
1823
|
+
*/
|
|
1824
|
+
export const SyncReconcileRequestPreparedStackTypeEnvEnum = {
|
|
1825
|
+
Plain: "plain",
|
|
1826
|
+
Secret: "secret",
|
|
1827
|
+
} as const;
|
|
1828
|
+
/**
|
|
1829
|
+
* Environment variable handling for a stack input mapping.
|
|
1830
|
+
*/
|
|
1831
|
+
export type SyncReconcileRequestPreparedStackTypeEnvEnum = ClosedEnum<
|
|
1832
|
+
typeof SyncReconcileRequestPreparedStackTypeEnvEnum
|
|
1833
|
+
>;
|
|
1834
|
+
|
|
1835
|
+
export type SyncReconcileRequestPreparedStackTypeUnion =
|
|
1836
|
+
| SyncReconcileRequestPreparedStackTypeEnvEnum
|
|
1837
|
+
| any;
|
|
1838
|
+
|
|
1839
|
+
/**
|
|
1840
|
+
* How a resolved stack input is injected into runtime environment variables.
|
|
1841
|
+
*/
|
|
1842
|
+
export type SyncReconcileRequestPreparedStackEnv = {
|
|
1843
|
+
/**
|
|
1844
|
+
* Environment variable name.
|
|
1845
|
+
*/
|
|
1846
|
+
name: string;
|
|
1847
|
+
/**
|
|
1848
|
+
* Target resource IDs or patterns. None means every env-capable resource.
|
|
1849
|
+
*/
|
|
1850
|
+
targetResources?: Array<string> | null | undefined;
|
|
1851
|
+
type?: SyncReconcileRequestPreparedStackTypeEnvEnum | any | null | undefined;
|
|
1852
|
+
};
|
|
1853
|
+
|
|
1854
|
+
/**
|
|
1855
|
+
* Primitive stack input kind.
|
|
1856
|
+
*/
|
|
1857
|
+
export const PreparedStackStateKind = {
|
|
1858
|
+
String: "string",
|
|
1859
|
+
Secret: "secret",
|
|
1860
|
+
Number: "number",
|
|
1861
|
+
Integer: "integer",
|
|
1862
|
+
Boolean: "boolean",
|
|
1863
|
+
Enum: "enum",
|
|
1864
|
+
StringList: "stringList",
|
|
1865
|
+
} as const;
|
|
1866
|
+
/**
|
|
1867
|
+
* Primitive stack input kind.
|
|
1868
|
+
*/
|
|
1869
|
+
export type PreparedStackStateKind = ClosedEnum<typeof PreparedStackStateKind>;
|
|
1870
|
+
|
|
1871
|
+
/**
|
|
1872
|
+
* Represents the target cloud platform.
|
|
1873
|
+
*/
|
|
1874
|
+
export const SyncReconcileRequestPreparedStackPlatform = {
|
|
1875
|
+
Aws: "aws",
|
|
1876
|
+
Gcp: "gcp",
|
|
1877
|
+
Azure: "azure",
|
|
1878
|
+
Kubernetes: "kubernetes",
|
|
1879
|
+
Local: "local",
|
|
1880
|
+
Test: "test",
|
|
1881
|
+
} as const;
|
|
1882
|
+
/**
|
|
1883
|
+
* Represents the target cloud platform.
|
|
1884
|
+
*/
|
|
1885
|
+
export type SyncReconcileRequestPreparedStackPlatform = ClosedEnum<
|
|
1886
|
+
typeof SyncReconcileRequestPreparedStackPlatform
|
|
1887
|
+
>;
|
|
1888
|
+
|
|
1889
|
+
/**
|
|
1890
|
+
* Who can provide a stack input value.
|
|
1891
|
+
*/
|
|
1892
|
+
export const SyncReconcileRequestPreparedStackProvidedBy = {
|
|
1893
|
+
Developer: "developer",
|
|
1894
|
+
Deployer: "deployer",
|
|
1895
|
+
} as const;
|
|
1896
|
+
/**
|
|
1897
|
+
* Who can provide a stack input value.
|
|
1898
|
+
*/
|
|
1899
|
+
export type SyncReconcileRequestPreparedStackProvidedBy = ClosedEnum<
|
|
1900
|
+
typeof SyncReconcileRequestPreparedStackProvidedBy
|
|
1901
|
+
>;
|
|
1902
|
+
|
|
1903
|
+
/**
|
|
1904
|
+
* Portable stack input validation constraints.
|
|
1905
|
+
*/
|
|
1906
|
+
export type SyncReconcileRequestPreparedStackValidation = {
|
|
1907
|
+
/**
|
|
1908
|
+
* Semantic format hint such as url.
|
|
1909
|
+
*/
|
|
1910
|
+
format?: string | null | undefined;
|
|
1911
|
+
/**
|
|
1912
|
+
* Maximum number.
|
|
1913
|
+
*/
|
|
1914
|
+
max?: string | null | undefined;
|
|
1915
|
+
/**
|
|
1916
|
+
* Maximum string-list items.
|
|
1917
|
+
*/
|
|
1918
|
+
maxItems?: number | null | undefined;
|
|
1919
|
+
/**
|
|
1920
|
+
* Maximum string length.
|
|
1921
|
+
*/
|
|
1922
|
+
maxLength?: number | null | undefined;
|
|
1923
|
+
/**
|
|
1924
|
+
* Minimum number.
|
|
1925
|
+
*/
|
|
1926
|
+
min?: string | null | undefined;
|
|
1927
|
+
/**
|
|
1928
|
+
* Minimum string-list items.
|
|
1929
|
+
*/
|
|
1930
|
+
minItems?: number | null | undefined;
|
|
1931
|
+
/**
|
|
1932
|
+
* Minimum string length.
|
|
1933
|
+
*/
|
|
1934
|
+
minLength?: number | null | undefined;
|
|
1935
|
+
/**
|
|
1936
|
+
* Portable whole-value regex pattern.
|
|
1937
|
+
*/
|
|
1938
|
+
pattern?: string | null | undefined;
|
|
1939
|
+
/**
|
|
1940
|
+
* Allowed string enum values.
|
|
1941
|
+
*/
|
|
1942
|
+
values?: Array<string> | null | undefined;
|
|
1943
|
+
};
|
|
1944
|
+
|
|
1945
|
+
export type SyncReconcileRequestPreparedStackValidationUnion =
|
|
1946
|
+
| SyncReconcileRequestPreparedStackValidation
|
|
1947
|
+
| any;
|
|
1948
|
+
|
|
1949
|
+
/**
|
|
1950
|
+
* Stack input definition serialized into a release stack.
|
|
1951
|
+
*/
|
|
1952
|
+
export type SyncReconcileRequestPreparedStackInput = {
|
|
1953
|
+
default?:
|
|
1954
|
+
| SyncReconcileRequestPreparedStackDefaultString
|
|
1955
|
+
| SyncReconcileRequestPreparedStackDefaultNumber
|
|
1956
|
+
| SyncReconcileRequestPreparedStackDefaultBoolean
|
|
1957
|
+
| SyncReconcileRequestPreparedStackDefaultStringList
|
|
1958
|
+
| any
|
|
1959
|
+
| null
|
|
1960
|
+
| undefined;
|
|
1961
|
+
/**
|
|
1962
|
+
* Human-facing helper text.
|
|
1963
|
+
*/
|
|
1964
|
+
description: string;
|
|
1965
|
+
/**
|
|
1966
|
+
* Runtime env-var mappings for v1 input resolution.
|
|
1967
|
+
*/
|
|
1968
|
+
env?: Array<SyncReconcileRequestPreparedStackEnv> | undefined;
|
|
1969
|
+
/**
|
|
1970
|
+
* Stable input ID used by CLI/API calls.
|
|
1971
|
+
*/
|
|
1972
|
+
id: string;
|
|
1973
|
+
/**
|
|
1974
|
+
* Primitive stack input kind.
|
|
1975
|
+
*/
|
|
1976
|
+
kind: PreparedStackStateKind;
|
|
1977
|
+
/**
|
|
1978
|
+
* Human-facing field label.
|
|
1979
|
+
*/
|
|
1980
|
+
label: string;
|
|
1981
|
+
/**
|
|
1982
|
+
* Example placeholder shown in UI.
|
|
1983
|
+
*/
|
|
1984
|
+
placeholder?: string | null | undefined;
|
|
1985
|
+
/**
|
|
1986
|
+
* Platforms where this input applies.
|
|
1987
|
+
*/
|
|
1988
|
+
platforms?:
|
|
1989
|
+
| Array<SyncReconcileRequestPreparedStackPlatform>
|
|
1990
|
+
| null
|
|
1991
|
+
| undefined;
|
|
1992
|
+
/**
|
|
1993
|
+
* Who can provide this value.
|
|
1994
|
+
*/
|
|
1995
|
+
providedBy: Array<SyncReconcileRequestPreparedStackProvidedBy>;
|
|
1996
|
+
/**
|
|
1997
|
+
* Whether a resolved value is required before deployment can proceed.
|
|
1998
|
+
*/
|
|
1999
|
+
required: boolean;
|
|
2000
|
+
validation?:
|
|
2001
|
+
| SyncReconcileRequestPreparedStackValidation
|
|
2002
|
+
| any
|
|
2003
|
+
| null
|
|
2004
|
+
| undefined;
|
|
2005
|
+
};
|
|
2006
|
+
|
|
1495
2007
|
export const SyncReconcileRequestPreparedStackManagementEnum = {
|
|
1496
2008
|
Auto: "auto",
|
|
1497
2009
|
} as const;
|
|
@@ -2695,6 +3207,10 @@ export type SyncReconcileRequestPreparedStack = {
|
|
|
2695
3207
|
* Unique identifier for the stack
|
|
2696
3208
|
*/
|
|
2697
3209
|
id: string;
|
|
3210
|
+
/**
|
|
3211
|
+
* Input definitions required before setup or deployment can proceed.
|
|
3212
|
+
*/
|
|
3213
|
+
inputs?: Array<SyncReconcileRequestPreparedStackInput> | undefined;
|
|
2698
3214
|
/**
|
|
2699
3215
|
* Combined permissions configuration that contains both profiles and management
|
|
2700
3216
|
*/
|
|
@@ -3019,71 +3535,324 @@ export type SyncReconcileRequestStackStateResources = {
|
|
|
3019
3535
|
* This is the JSON serialization of the binding configuration (e.g., StorageBinding, VaultBinding).
|
|
3020
3536
|
* Populated by controllers during provisioning using get_binding_params().
|
|
3021
3537
|
*/
|
|
3022
|
-
remoteBindingParams?: any | null | undefined;
|
|
3538
|
+
remoteBindingParams?: any | null | undefined;
|
|
3539
|
+
/**
|
|
3540
|
+
* Tracks consecutive retry attempts for the current state transition.
|
|
3541
|
+
*/
|
|
3542
|
+
retryAttempt?: number | undefined;
|
|
3543
|
+
/**
|
|
3544
|
+
* Represents the high-level status of a resource during its lifecycle.
|
|
3545
|
+
*/
|
|
3546
|
+
status: StackStateStateStatus;
|
|
3547
|
+
/**
|
|
3548
|
+
* The high-level type of the resource (e.g., Worker::RESOURCE_TYPE, Storage::RESOURCE_TYPE).
|
|
3549
|
+
*/
|
|
3550
|
+
type: string;
|
|
3551
|
+
};
|
|
3552
|
+
|
|
3553
|
+
/**
|
|
3554
|
+
* Represents the collective state of all resources in a stack, including platform and pending actions.
|
|
3555
|
+
*/
|
|
3556
|
+
export type SyncReconcileRequestStackState = {
|
|
3557
|
+
/**
|
|
3558
|
+
* Represents the target cloud platform.
|
|
3559
|
+
*/
|
|
3560
|
+
platform: SyncReconcileRequestStackStatePlatform;
|
|
3561
|
+
/**
|
|
3562
|
+
* A prefix used for resource naming to ensure uniqueness across deployments.
|
|
3563
|
+
*/
|
|
3564
|
+
resourcePrefix: string;
|
|
3565
|
+
/**
|
|
3566
|
+
* The state of individual resources, keyed by resource ID.
|
|
3567
|
+
*/
|
|
3568
|
+
resources: { [k: string]: SyncReconcileRequestStackStateResources };
|
|
3569
|
+
};
|
|
3570
|
+
|
|
3571
|
+
export type SyncReconcileRequestStackStateUnion =
|
|
3572
|
+
| SyncReconcileRequestStackState
|
|
3573
|
+
| any;
|
|
3574
|
+
|
|
3575
|
+
/**
|
|
3576
|
+
* Deployment status in the deployment lifecycle
|
|
3577
|
+
*/
|
|
3578
|
+
export const StateStatus = {
|
|
3579
|
+
Pending: "pending",
|
|
3580
|
+
PreflightsFailed: "preflights-failed",
|
|
3581
|
+
InitialSetup: "initial-setup",
|
|
3582
|
+
InitialSetupFailed: "initial-setup-failed",
|
|
3583
|
+
Provisioning: "provisioning",
|
|
3584
|
+
ProvisioningFailed: "provisioning-failed",
|
|
3585
|
+
Running: "running",
|
|
3586
|
+
RefreshFailed: "refresh-failed",
|
|
3587
|
+
UpdatePending: "update-pending",
|
|
3588
|
+
Updating: "updating",
|
|
3589
|
+
UpdateFailed: "update-failed",
|
|
3590
|
+
DeletePending: "delete-pending",
|
|
3591
|
+
Deleting: "deleting",
|
|
3592
|
+
DeleteFailed: "delete-failed",
|
|
3593
|
+
TeardownRequired: "teardown-required",
|
|
3594
|
+
TeardownFailed: "teardown-failed",
|
|
3595
|
+
Deleted: "deleted",
|
|
3596
|
+
Error: "error",
|
|
3597
|
+
} as const;
|
|
3598
|
+
/**
|
|
3599
|
+
* Deployment status in the deployment lifecycle
|
|
3600
|
+
*/
|
|
3601
|
+
export type StateStatus = ClosedEnum<typeof StateStatus>;
|
|
3602
|
+
|
|
3603
|
+
export const SyncReconcileRequestTargetReleaseTypeStringList = {
|
|
3604
|
+
StringList: "stringList",
|
|
3605
|
+
} as const;
|
|
3606
|
+
export type SyncReconcileRequestTargetReleaseTypeStringList = ClosedEnum<
|
|
3607
|
+
typeof SyncReconcileRequestTargetReleaseTypeStringList
|
|
3608
|
+
>;
|
|
3609
|
+
|
|
3610
|
+
export type SyncReconcileRequestTargetReleaseDefaultStringList = {
|
|
3611
|
+
type: SyncReconcileRequestTargetReleaseTypeStringList;
|
|
3612
|
+
/**
|
|
3613
|
+
* String list default.
|
|
3614
|
+
*/
|
|
3615
|
+
value: Array<string>;
|
|
3616
|
+
};
|
|
3617
|
+
|
|
3618
|
+
export const SyncReconcileRequestTargetReleaseTypeBoolean = {
|
|
3619
|
+
Boolean: "boolean",
|
|
3620
|
+
} as const;
|
|
3621
|
+
export type SyncReconcileRequestTargetReleaseTypeBoolean = ClosedEnum<
|
|
3622
|
+
typeof SyncReconcileRequestTargetReleaseTypeBoolean
|
|
3623
|
+
>;
|
|
3624
|
+
|
|
3625
|
+
export type SyncReconcileRequestTargetReleaseDefaultBoolean = {
|
|
3626
|
+
type: SyncReconcileRequestTargetReleaseTypeBoolean;
|
|
3627
|
+
/**
|
|
3628
|
+
* Boolean default.
|
|
3629
|
+
*/
|
|
3630
|
+
value: boolean;
|
|
3631
|
+
};
|
|
3632
|
+
|
|
3633
|
+
export const SyncReconcileRequestTargetReleaseTypeNumber = {
|
|
3634
|
+
Number: "number",
|
|
3635
|
+
} as const;
|
|
3636
|
+
export type SyncReconcileRequestTargetReleaseTypeNumber = ClosedEnum<
|
|
3637
|
+
typeof SyncReconcileRequestTargetReleaseTypeNumber
|
|
3638
|
+
>;
|
|
3639
|
+
|
|
3640
|
+
export type SyncReconcileRequestTargetReleaseDefaultNumber = {
|
|
3641
|
+
type: SyncReconcileRequestTargetReleaseTypeNumber;
|
|
3642
|
+
/**
|
|
3643
|
+
* Number default.
|
|
3644
|
+
*/
|
|
3645
|
+
value: string;
|
|
3646
|
+
};
|
|
3647
|
+
|
|
3648
|
+
export const SyncReconcileRequestTargetReleaseTypeString = {
|
|
3649
|
+
String: "string",
|
|
3650
|
+
} as const;
|
|
3651
|
+
export type SyncReconcileRequestTargetReleaseTypeString = ClosedEnum<
|
|
3652
|
+
typeof SyncReconcileRequestTargetReleaseTypeString
|
|
3653
|
+
>;
|
|
3654
|
+
|
|
3655
|
+
export type SyncReconcileRequestTargetReleaseDefaultString = {
|
|
3656
|
+
type: SyncReconcileRequestTargetReleaseTypeString;
|
|
3657
|
+
/**
|
|
3658
|
+
* String default.
|
|
3659
|
+
*/
|
|
3660
|
+
value: string;
|
|
3661
|
+
};
|
|
3662
|
+
|
|
3663
|
+
export type SyncReconcileRequestTargetReleaseDefaultUnion =
|
|
3664
|
+
| SyncReconcileRequestTargetReleaseDefaultString
|
|
3665
|
+
| SyncReconcileRequestTargetReleaseDefaultNumber
|
|
3666
|
+
| SyncReconcileRequestTargetReleaseDefaultBoolean
|
|
3667
|
+
| SyncReconcileRequestTargetReleaseDefaultStringList
|
|
3668
|
+
| any;
|
|
3669
|
+
|
|
3670
|
+
/**
|
|
3671
|
+
* Environment variable handling for a stack input mapping.
|
|
3672
|
+
*/
|
|
3673
|
+
export const SyncReconcileRequestTargetReleaseTypeEnvEnum = {
|
|
3674
|
+
Plain: "plain",
|
|
3675
|
+
Secret: "secret",
|
|
3676
|
+
} as const;
|
|
3677
|
+
/**
|
|
3678
|
+
* Environment variable handling for a stack input mapping.
|
|
3679
|
+
*/
|
|
3680
|
+
export type SyncReconcileRequestTargetReleaseTypeEnvEnum = ClosedEnum<
|
|
3681
|
+
typeof SyncReconcileRequestTargetReleaseTypeEnvEnum
|
|
3682
|
+
>;
|
|
3683
|
+
|
|
3684
|
+
export type SyncReconcileRequestTargetReleaseTypeUnion =
|
|
3685
|
+
| SyncReconcileRequestTargetReleaseTypeEnvEnum
|
|
3686
|
+
| any;
|
|
3687
|
+
|
|
3688
|
+
/**
|
|
3689
|
+
* How a resolved stack input is injected into runtime environment variables.
|
|
3690
|
+
*/
|
|
3691
|
+
export type SyncReconcileRequestTargetReleaseEnv = {
|
|
3692
|
+
/**
|
|
3693
|
+
* Environment variable name.
|
|
3694
|
+
*/
|
|
3695
|
+
name: string;
|
|
3696
|
+
/**
|
|
3697
|
+
* Target resource IDs or patterns. None means every env-capable resource.
|
|
3698
|
+
*/
|
|
3699
|
+
targetResources?: Array<string> | null | undefined;
|
|
3700
|
+
type?: SyncReconcileRequestTargetReleaseTypeEnvEnum | any | null | undefined;
|
|
3701
|
+
};
|
|
3702
|
+
|
|
3703
|
+
/**
|
|
3704
|
+
* Primitive stack input kind.
|
|
3705
|
+
*/
|
|
3706
|
+
export const TargetReleaseStateKind = {
|
|
3707
|
+
String: "string",
|
|
3708
|
+
Secret: "secret",
|
|
3709
|
+
Number: "number",
|
|
3710
|
+
Integer: "integer",
|
|
3711
|
+
Boolean: "boolean",
|
|
3712
|
+
Enum: "enum",
|
|
3713
|
+
StringList: "stringList",
|
|
3714
|
+
} as const;
|
|
3715
|
+
/**
|
|
3716
|
+
* Primitive stack input kind.
|
|
3717
|
+
*/
|
|
3718
|
+
export type TargetReleaseStateKind = ClosedEnum<typeof TargetReleaseStateKind>;
|
|
3719
|
+
|
|
3720
|
+
/**
|
|
3721
|
+
* Represents the target cloud platform.
|
|
3722
|
+
*/
|
|
3723
|
+
export const SyncReconcileRequestTargetReleasePlatform = {
|
|
3724
|
+
Aws: "aws",
|
|
3725
|
+
Gcp: "gcp",
|
|
3726
|
+
Azure: "azure",
|
|
3727
|
+
Kubernetes: "kubernetes",
|
|
3728
|
+
Local: "local",
|
|
3729
|
+
Test: "test",
|
|
3730
|
+
} as const;
|
|
3731
|
+
/**
|
|
3732
|
+
* Represents the target cloud platform.
|
|
3733
|
+
*/
|
|
3734
|
+
export type SyncReconcileRequestTargetReleasePlatform = ClosedEnum<
|
|
3735
|
+
typeof SyncReconcileRequestTargetReleasePlatform
|
|
3736
|
+
>;
|
|
3737
|
+
|
|
3738
|
+
/**
|
|
3739
|
+
* Who can provide a stack input value.
|
|
3740
|
+
*/
|
|
3741
|
+
export const SyncReconcileRequestTargetReleaseProvidedBy = {
|
|
3742
|
+
Developer: "developer",
|
|
3743
|
+
Deployer: "deployer",
|
|
3744
|
+
} as const;
|
|
3745
|
+
/**
|
|
3746
|
+
* Who can provide a stack input value.
|
|
3747
|
+
*/
|
|
3748
|
+
export type SyncReconcileRequestTargetReleaseProvidedBy = ClosedEnum<
|
|
3749
|
+
typeof SyncReconcileRequestTargetReleaseProvidedBy
|
|
3750
|
+
>;
|
|
3751
|
+
|
|
3752
|
+
/**
|
|
3753
|
+
* Portable stack input validation constraints.
|
|
3754
|
+
*/
|
|
3755
|
+
export type SyncReconcileRequestTargetReleaseValidation = {
|
|
3756
|
+
/**
|
|
3757
|
+
* Semantic format hint such as url.
|
|
3758
|
+
*/
|
|
3759
|
+
format?: string | null | undefined;
|
|
3760
|
+
/**
|
|
3761
|
+
* Maximum number.
|
|
3762
|
+
*/
|
|
3763
|
+
max?: string | null | undefined;
|
|
3764
|
+
/**
|
|
3765
|
+
* Maximum string-list items.
|
|
3766
|
+
*/
|
|
3767
|
+
maxItems?: number | null | undefined;
|
|
3768
|
+
/**
|
|
3769
|
+
* Maximum string length.
|
|
3770
|
+
*/
|
|
3771
|
+
maxLength?: number | null | undefined;
|
|
3772
|
+
/**
|
|
3773
|
+
* Minimum number.
|
|
3774
|
+
*/
|
|
3775
|
+
min?: string | null | undefined;
|
|
3023
3776
|
/**
|
|
3024
|
-
*
|
|
3777
|
+
* Minimum string-list items.
|
|
3025
3778
|
*/
|
|
3026
|
-
|
|
3779
|
+
minItems?: number | null | undefined;
|
|
3027
3780
|
/**
|
|
3028
|
-
*
|
|
3781
|
+
* Minimum string length.
|
|
3029
3782
|
*/
|
|
3030
|
-
|
|
3783
|
+
minLength?: number | null | undefined;
|
|
3031
3784
|
/**
|
|
3032
|
-
*
|
|
3785
|
+
* Portable whole-value regex pattern.
|
|
3033
3786
|
*/
|
|
3034
|
-
|
|
3787
|
+
pattern?: string | null | undefined;
|
|
3788
|
+
/**
|
|
3789
|
+
* Allowed string enum values.
|
|
3790
|
+
*/
|
|
3791
|
+
values?: Array<string> | null | undefined;
|
|
3035
3792
|
};
|
|
3036
3793
|
|
|
3794
|
+
export type SyncReconcileRequestTargetReleaseValidationUnion =
|
|
3795
|
+
| SyncReconcileRequestTargetReleaseValidation
|
|
3796
|
+
| any;
|
|
3797
|
+
|
|
3037
3798
|
/**
|
|
3038
|
-
*
|
|
3799
|
+
* Stack input definition serialized into a release stack.
|
|
3039
3800
|
*/
|
|
3040
|
-
export type
|
|
3801
|
+
export type SyncReconcileRequestTargetReleaseInput = {
|
|
3802
|
+
default?:
|
|
3803
|
+
| SyncReconcileRequestTargetReleaseDefaultString
|
|
3804
|
+
| SyncReconcileRequestTargetReleaseDefaultNumber
|
|
3805
|
+
| SyncReconcileRequestTargetReleaseDefaultBoolean
|
|
3806
|
+
| SyncReconcileRequestTargetReleaseDefaultStringList
|
|
3807
|
+
| any
|
|
3808
|
+
| null
|
|
3809
|
+
| undefined;
|
|
3041
3810
|
/**
|
|
3042
|
-
*
|
|
3811
|
+
* Human-facing helper text.
|
|
3043
3812
|
*/
|
|
3044
|
-
|
|
3813
|
+
description: string;
|
|
3045
3814
|
/**
|
|
3046
|
-
*
|
|
3815
|
+
* Runtime env-var mappings for v1 input resolution.
|
|
3047
3816
|
*/
|
|
3048
|
-
|
|
3817
|
+
env?: Array<SyncReconcileRequestTargetReleaseEnv> | undefined;
|
|
3049
3818
|
/**
|
|
3050
|
-
*
|
|
3819
|
+
* Stable input ID used by CLI/API calls.
|
|
3051
3820
|
*/
|
|
3052
|
-
|
|
3821
|
+
id: string;
|
|
3822
|
+
/**
|
|
3823
|
+
* Primitive stack input kind.
|
|
3824
|
+
*/
|
|
3825
|
+
kind: TargetReleaseStateKind;
|
|
3826
|
+
/**
|
|
3827
|
+
* Human-facing field label.
|
|
3828
|
+
*/
|
|
3829
|
+
label: string;
|
|
3830
|
+
/**
|
|
3831
|
+
* Example placeholder shown in UI.
|
|
3832
|
+
*/
|
|
3833
|
+
placeholder?: string | null | undefined;
|
|
3834
|
+
/**
|
|
3835
|
+
* Platforms where this input applies.
|
|
3836
|
+
*/
|
|
3837
|
+
platforms?:
|
|
3838
|
+
| Array<SyncReconcileRequestTargetReleasePlatform>
|
|
3839
|
+
| null
|
|
3840
|
+
| undefined;
|
|
3841
|
+
/**
|
|
3842
|
+
* Who can provide this value.
|
|
3843
|
+
*/
|
|
3844
|
+
providedBy: Array<SyncReconcileRequestTargetReleaseProvidedBy>;
|
|
3845
|
+
/**
|
|
3846
|
+
* Whether a resolved value is required before deployment can proceed.
|
|
3847
|
+
*/
|
|
3848
|
+
required: boolean;
|
|
3849
|
+
validation?:
|
|
3850
|
+
| SyncReconcileRequestTargetReleaseValidation
|
|
3851
|
+
| any
|
|
3852
|
+
| null
|
|
3853
|
+
| undefined;
|
|
3053
3854
|
};
|
|
3054
3855
|
|
|
3055
|
-
export type SyncReconcileRequestStackStateUnion =
|
|
3056
|
-
| SyncReconcileRequestStackState
|
|
3057
|
-
| any;
|
|
3058
|
-
|
|
3059
|
-
/**
|
|
3060
|
-
* Deployment status in the deployment lifecycle
|
|
3061
|
-
*/
|
|
3062
|
-
export const StateStatus = {
|
|
3063
|
-
Pending: "pending",
|
|
3064
|
-
PreflightsFailed: "preflights-failed",
|
|
3065
|
-
InitialSetup: "initial-setup",
|
|
3066
|
-
InitialSetupFailed: "initial-setup-failed",
|
|
3067
|
-
Provisioning: "provisioning",
|
|
3068
|
-
ProvisioningFailed: "provisioning-failed",
|
|
3069
|
-
Running: "running",
|
|
3070
|
-
RefreshFailed: "refresh-failed",
|
|
3071
|
-
UpdatePending: "update-pending",
|
|
3072
|
-
Updating: "updating",
|
|
3073
|
-
UpdateFailed: "update-failed",
|
|
3074
|
-
DeletePending: "delete-pending",
|
|
3075
|
-
Deleting: "deleting",
|
|
3076
|
-
DeleteFailed: "delete-failed",
|
|
3077
|
-
TeardownRequired: "teardown-required",
|
|
3078
|
-
TeardownFailed: "teardown-failed",
|
|
3079
|
-
Deleted: "deleted",
|
|
3080
|
-
Error: "error",
|
|
3081
|
-
} as const;
|
|
3082
|
-
/**
|
|
3083
|
-
* Deployment status in the deployment lifecycle
|
|
3084
|
-
*/
|
|
3085
|
-
export type StateStatus = ClosedEnum<typeof StateStatus>;
|
|
3086
|
-
|
|
3087
3856
|
export const SyncReconcileRequestTargetReleaseManagementEnum = {
|
|
3088
3857
|
Auto: "auto",
|
|
3089
3858
|
} as const;
|
|
@@ -4287,6 +5056,10 @@ export type SyncReconcileRequestTargetReleaseStack = {
|
|
|
4287
5056
|
* Unique identifier for the stack
|
|
4288
5057
|
*/
|
|
4289
5058
|
id: string;
|
|
5059
|
+
/**
|
|
5060
|
+
* Input definitions required before setup or deployment can proceed.
|
|
5061
|
+
*/
|
|
5062
|
+
inputs?: Array<SyncReconcileRequestTargetReleaseInput> | undefined;
|
|
4290
5063
|
/**
|
|
4291
5064
|
* Combined permissions configuration that contains both profiles and management
|
|
4292
5065
|
*/
|
|
@@ -10805,36 +11578,436 @@ export type Heartbeat = {
|
|
|
10805
11578
|
resourceType: string;
|
|
10806
11579
|
};
|
|
10807
11580
|
|
|
10808
|
-
/**
|
|
10809
|
-
* Request to reconcile deployment state
|
|
10810
|
-
*/
|
|
10811
|
-
export type SyncReconcileRequest = {
|
|
10812
|
-
/**
|
|
10813
|
-
* Deployment ID to reconcile state for
|
|
10814
|
-
*/
|
|
10815
|
-
deploymentId: string;
|
|
10816
|
-
/**
|
|
10817
|
-
* Lock session (push model only) - verifies lock ownership
|
|
10818
|
-
*/
|
|
10819
|
-
session?: string | undefined;
|
|
10820
|
-
/**
|
|
10821
|
-
* Complete deployment state after step() execution
|
|
10822
|
-
*/
|
|
10823
|
-
state: SyncReconcileRequestState;
|
|
10824
|
-
/**
|
|
10825
|
-
* Update heartbeat timestamp (for successful health checks)
|
|
10826
|
-
*/
|
|
10827
|
-
updateHeartbeat?: boolean | undefined;
|
|
10828
|
-
/**
|
|
10829
|
-
* Delay before this deployment should be acquired again.
|
|
10830
|
-
*/
|
|
10831
|
-
suggestedDelayMs?: number | undefined;
|
|
10832
|
-
/**
|
|
10833
|
-
* Latest typed resource heartbeats collected during this step.
|
|
10834
|
-
*/
|
|
10835
|
-
heartbeats?: Array<Heartbeat> | undefined;
|
|
11581
|
+
/**
|
|
11582
|
+
* Request to reconcile deployment state
|
|
11583
|
+
*/
|
|
11584
|
+
export type SyncReconcileRequest = {
|
|
11585
|
+
/**
|
|
11586
|
+
* Deployment ID to reconcile state for
|
|
11587
|
+
*/
|
|
11588
|
+
deploymentId: string;
|
|
11589
|
+
/**
|
|
11590
|
+
* Lock session (push model only) - verifies lock ownership
|
|
11591
|
+
*/
|
|
11592
|
+
session?: string | undefined;
|
|
11593
|
+
/**
|
|
11594
|
+
* Complete deployment state after step() execution
|
|
11595
|
+
*/
|
|
11596
|
+
state: SyncReconcileRequestState;
|
|
11597
|
+
/**
|
|
11598
|
+
* Update heartbeat timestamp (for successful health checks)
|
|
11599
|
+
*/
|
|
11600
|
+
updateHeartbeat?: boolean | undefined;
|
|
11601
|
+
/**
|
|
11602
|
+
* Delay before this deployment should be acquired again.
|
|
11603
|
+
*/
|
|
11604
|
+
suggestedDelayMs?: number | undefined;
|
|
11605
|
+
/**
|
|
11606
|
+
* Latest typed resource heartbeats collected during this step.
|
|
11607
|
+
*/
|
|
11608
|
+
heartbeats?: Array<Heartbeat> | undefined;
|
|
11609
|
+
};
|
|
11610
|
+
|
|
11611
|
+
/** @internal */
|
|
11612
|
+
export const SyncReconcileRequestCurrentReleaseTypeStringList$outboundSchema:
|
|
11613
|
+
z.ZodEnum<typeof SyncReconcileRequestCurrentReleaseTypeStringList> = z.enum(
|
|
11614
|
+
SyncReconcileRequestCurrentReleaseTypeStringList,
|
|
11615
|
+
);
|
|
11616
|
+
|
|
11617
|
+
/** @internal */
|
|
11618
|
+
export type SyncReconcileRequestCurrentReleaseDefaultStringList$Outbound = {
|
|
11619
|
+
type: string;
|
|
11620
|
+
value: Array<string>;
|
|
11621
|
+
};
|
|
11622
|
+
|
|
11623
|
+
/** @internal */
|
|
11624
|
+
export const SyncReconcileRequestCurrentReleaseDefaultStringList$outboundSchema:
|
|
11625
|
+
z.ZodType<
|
|
11626
|
+
SyncReconcileRequestCurrentReleaseDefaultStringList$Outbound,
|
|
11627
|
+
SyncReconcileRequestCurrentReleaseDefaultStringList
|
|
11628
|
+
> = z.object({
|
|
11629
|
+
type: SyncReconcileRequestCurrentReleaseTypeStringList$outboundSchema,
|
|
11630
|
+
value: z.array(z.string()),
|
|
11631
|
+
});
|
|
11632
|
+
|
|
11633
|
+
export function syncReconcileRequestCurrentReleaseDefaultStringListToJSON(
|
|
11634
|
+
syncReconcileRequestCurrentReleaseDefaultStringList:
|
|
11635
|
+
SyncReconcileRequestCurrentReleaseDefaultStringList,
|
|
11636
|
+
): string {
|
|
11637
|
+
return JSON.stringify(
|
|
11638
|
+
SyncReconcileRequestCurrentReleaseDefaultStringList$outboundSchema.parse(
|
|
11639
|
+
syncReconcileRequestCurrentReleaseDefaultStringList,
|
|
11640
|
+
),
|
|
11641
|
+
);
|
|
11642
|
+
}
|
|
11643
|
+
|
|
11644
|
+
/** @internal */
|
|
11645
|
+
export const SyncReconcileRequestCurrentReleaseTypeBoolean$outboundSchema:
|
|
11646
|
+
z.ZodEnum<typeof SyncReconcileRequestCurrentReleaseTypeBoolean> = z.enum(
|
|
11647
|
+
SyncReconcileRequestCurrentReleaseTypeBoolean,
|
|
11648
|
+
);
|
|
11649
|
+
|
|
11650
|
+
/** @internal */
|
|
11651
|
+
export type SyncReconcileRequestCurrentReleaseDefaultBoolean$Outbound = {
|
|
11652
|
+
type: string;
|
|
11653
|
+
value: boolean;
|
|
11654
|
+
};
|
|
11655
|
+
|
|
11656
|
+
/** @internal */
|
|
11657
|
+
export const SyncReconcileRequestCurrentReleaseDefaultBoolean$outboundSchema:
|
|
11658
|
+
z.ZodType<
|
|
11659
|
+
SyncReconcileRequestCurrentReleaseDefaultBoolean$Outbound,
|
|
11660
|
+
SyncReconcileRequestCurrentReleaseDefaultBoolean
|
|
11661
|
+
> = z.object({
|
|
11662
|
+
type: SyncReconcileRequestCurrentReleaseTypeBoolean$outboundSchema,
|
|
11663
|
+
value: z.boolean(),
|
|
11664
|
+
});
|
|
11665
|
+
|
|
11666
|
+
export function syncReconcileRequestCurrentReleaseDefaultBooleanToJSON(
|
|
11667
|
+
syncReconcileRequestCurrentReleaseDefaultBoolean:
|
|
11668
|
+
SyncReconcileRequestCurrentReleaseDefaultBoolean,
|
|
11669
|
+
): string {
|
|
11670
|
+
return JSON.stringify(
|
|
11671
|
+
SyncReconcileRequestCurrentReleaseDefaultBoolean$outboundSchema.parse(
|
|
11672
|
+
syncReconcileRequestCurrentReleaseDefaultBoolean,
|
|
11673
|
+
),
|
|
11674
|
+
);
|
|
11675
|
+
}
|
|
11676
|
+
|
|
11677
|
+
/** @internal */
|
|
11678
|
+
export const SyncReconcileRequestCurrentReleaseTypeNumber$outboundSchema:
|
|
11679
|
+
z.ZodEnum<typeof SyncReconcileRequestCurrentReleaseTypeNumber> = z.enum(
|
|
11680
|
+
SyncReconcileRequestCurrentReleaseTypeNumber,
|
|
11681
|
+
);
|
|
11682
|
+
|
|
11683
|
+
/** @internal */
|
|
11684
|
+
export type SyncReconcileRequestCurrentReleaseDefaultNumber$Outbound = {
|
|
11685
|
+
type: string;
|
|
11686
|
+
value: string;
|
|
11687
|
+
};
|
|
11688
|
+
|
|
11689
|
+
/** @internal */
|
|
11690
|
+
export const SyncReconcileRequestCurrentReleaseDefaultNumber$outboundSchema:
|
|
11691
|
+
z.ZodType<
|
|
11692
|
+
SyncReconcileRequestCurrentReleaseDefaultNumber$Outbound,
|
|
11693
|
+
SyncReconcileRequestCurrentReleaseDefaultNumber
|
|
11694
|
+
> = z.object({
|
|
11695
|
+
type: SyncReconcileRequestCurrentReleaseTypeNumber$outboundSchema,
|
|
11696
|
+
value: z.string(),
|
|
11697
|
+
});
|
|
11698
|
+
|
|
11699
|
+
export function syncReconcileRequestCurrentReleaseDefaultNumberToJSON(
|
|
11700
|
+
syncReconcileRequestCurrentReleaseDefaultNumber:
|
|
11701
|
+
SyncReconcileRequestCurrentReleaseDefaultNumber,
|
|
11702
|
+
): string {
|
|
11703
|
+
return JSON.stringify(
|
|
11704
|
+
SyncReconcileRequestCurrentReleaseDefaultNumber$outboundSchema.parse(
|
|
11705
|
+
syncReconcileRequestCurrentReleaseDefaultNumber,
|
|
11706
|
+
),
|
|
11707
|
+
);
|
|
11708
|
+
}
|
|
11709
|
+
|
|
11710
|
+
/** @internal */
|
|
11711
|
+
export const SyncReconcileRequestCurrentReleaseTypeString$outboundSchema:
|
|
11712
|
+
z.ZodEnum<typeof SyncReconcileRequestCurrentReleaseTypeString> = z.enum(
|
|
11713
|
+
SyncReconcileRequestCurrentReleaseTypeString,
|
|
11714
|
+
);
|
|
11715
|
+
|
|
11716
|
+
/** @internal */
|
|
11717
|
+
export type SyncReconcileRequestCurrentReleaseDefaultString$Outbound = {
|
|
11718
|
+
type: string;
|
|
11719
|
+
value: string;
|
|
11720
|
+
};
|
|
11721
|
+
|
|
11722
|
+
/** @internal */
|
|
11723
|
+
export const SyncReconcileRequestCurrentReleaseDefaultString$outboundSchema:
|
|
11724
|
+
z.ZodType<
|
|
11725
|
+
SyncReconcileRequestCurrentReleaseDefaultString$Outbound,
|
|
11726
|
+
SyncReconcileRequestCurrentReleaseDefaultString
|
|
11727
|
+
> = z.object({
|
|
11728
|
+
type: SyncReconcileRequestCurrentReleaseTypeString$outboundSchema,
|
|
11729
|
+
value: z.string(),
|
|
11730
|
+
});
|
|
11731
|
+
|
|
11732
|
+
export function syncReconcileRequestCurrentReleaseDefaultStringToJSON(
|
|
11733
|
+
syncReconcileRequestCurrentReleaseDefaultString:
|
|
11734
|
+
SyncReconcileRequestCurrentReleaseDefaultString,
|
|
11735
|
+
): string {
|
|
11736
|
+
return JSON.stringify(
|
|
11737
|
+
SyncReconcileRequestCurrentReleaseDefaultString$outboundSchema.parse(
|
|
11738
|
+
syncReconcileRequestCurrentReleaseDefaultString,
|
|
11739
|
+
),
|
|
11740
|
+
);
|
|
11741
|
+
}
|
|
11742
|
+
|
|
11743
|
+
/** @internal */
|
|
11744
|
+
export type SyncReconcileRequestCurrentReleaseDefaultUnion$Outbound =
|
|
11745
|
+
| SyncReconcileRequestCurrentReleaseDefaultString$Outbound
|
|
11746
|
+
| SyncReconcileRequestCurrentReleaseDefaultNumber$Outbound
|
|
11747
|
+
| SyncReconcileRequestCurrentReleaseDefaultBoolean$Outbound
|
|
11748
|
+
| SyncReconcileRequestCurrentReleaseDefaultStringList$Outbound
|
|
11749
|
+
| any;
|
|
11750
|
+
|
|
11751
|
+
/** @internal */
|
|
11752
|
+
export const SyncReconcileRequestCurrentReleaseDefaultUnion$outboundSchema:
|
|
11753
|
+
z.ZodType<
|
|
11754
|
+
SyncReconcileRequestCurrentReleaseDefaultUnion$Outbound,
|
|
11755
|
+
SyncReconcileRequestCurrentReleaseDefaultUnion
|
|
11756
|
+
> = z.union([
|
|
11757
|
+
z.lazy(() =>
|
|
11758
|
+
SyncReconcileRequestCurrentReleaseDefaultString$outboundSchema
|
|
11759
|
+
),
|
|
11760
|
+
z.lazy(() =>
|
|
11761
|
+
SyncReconcileRequestCurrentReleaseDefaultNumber$outboundSchema
|
|
11762
|
+
),
|
|
11763
|
+
z.lazy(() =>
|
|
11764
|
+
SyncReconcileRequestCurrentReleaseDefaultBoolean$outboundSchema
|
|
11765
|
+
),
|
|
11766
|
+
z.lazy(() =>
|
|
11767
|
+
SyncReconcileRequestCurrentReleaseDefaultStringList$outboundSchema
|
|
11768
|
+
),
|
|
11769
|
+
z.any(),
|
|
11770
|
+
]);
|
|
11771
|
+
|
|
11772
|
+
export function syncReconcileRequestCurrentReleaseDefaultUnionToJSON(
|
|
11773
|
+
syncReconcileRequestCurrentReleaseDefaultUnion:
|
|
11774
|
+
SyncReconcileRequestCurrentReleaseDefaultUnion,
|
|
11775
|
+
): string {
|
|
11776
|
+
return JSON.stringify(
|
|
11777
|
+
SyncReconcileRequestCurrentReleaseDefaultUnion$outboundSchema.parse(
|
|
11778
|
+
syncReconcileRequestCurrentReleaseDefaultUnion,
|
|
11779
|
+
),
|
|
11780
|
+
);
|
|
11781
|
+
}
|
|
11782
|
+
|
|
11783
|
+
/** @internal */
|
|
11784
|
+
export const SyncReconcileRequestCurrentReleaseTypeEnvEnum$outboundSchema:
|
|
11785
|
+
z.ZodEnum<typeof SyncReconcileRequestCurrentReleaseTypeEnvEnum> = z.enum(
|
|
11786
|
+
SyncReconcileRequestCurrentReleaseTypeEnvEnum,
|
|
11787
|
+
);
|
|
11788
|
+
|
|
11789
|
+
/** @internal */
|
|
11790
|
+
export type SyncReconcileRequestCurrentReleaseTypeUnion$Outbound = string | any;
|
|
11791
|
+
|
|
11792
|
+
/** @internal */
|
|
11793
|
+
export const SyncReconcileRequestCurrentReleaseTypeUnion$outboundSchema:
|
|
11794
|
+
z.ZodType<
|
|
11795
|
+
SyncReconcileRequestCurrentReleaseTypeUnion$Outbound,
|
|
11796
|
+
SyncReconcileRequestCurrentReleaseTypeUnion
|
|
11797
|
+
> = z.union([
|
|
11798
|
+
SyncReconcileRequestCurrentReleaseTypeEnvEnum$outboundSchema,
|
|
11799
|
+
z.any(),
|
|
11800
|
+
]);
|
|
11801
|
+
|
|
11802
|
+
export function syncReconcileRequestCurrentReleaseTypeUnionToJSON(
|
|
11803
|
+
syncReconcileRequestCurrentReleaseTypeUnion:
|
|
11804
|
+
SyncReconcileRequestCurrentReleaseTypeUnion,
|
|
11805
|
+
): string {
|
|
11806
|
+
return JSON.stringify(
|
|
11807
|
+
SyncReconcileRequestCurrentReleaseTypeUnion$outboundSchema.parse(
|
|
11808
|
+
syncReconcileRequestCurrentReleaseTypeUnion,
|
|
11809
|
+
),
|
|
11810
|
+
);
|
|
11811
|
+
}
|
|
11812
|
+
|
|
11813
|
+
/** @internal */
|
|
11814
|
+
export type SyncReconcileRequestCurrentReleaseEnv$Outbound = {
|
|
11815
|
+
name: string;
|
|
11816
|
+
targetResources?: Array<string> | null | undefined;
|
|
11817
|
+
type?: string | any | null | undefined;
|
|
11818
|
+
};
|
|
11819
|
+
|
|
11820
|
+
/** @internal */
|
|
11821
|
+
export const SyncReconcileRequestCurrentReleaseEnv$outboundSchema: z.ZodType<
|
|
11822
|
+
SyncReconcileRequestCurrentReleaseEnv$Outbound,
|
|
11823
|
+
SyncReconcileRequestCurrentReleaseEnv
|
|
11824
|
+
> = z.object({
|
|
11825
|
+
name: z.string(),
|
|
11826
|
+
targetResources: z.nullable(z.array(z.string())).optional(),
|
|
11827
|
+
type: z.nullable(
|
|
11828
|
+
z.union([
|
|
11829
|
+
SyncReconcileRequestCurrentReleaseTypeEnvEnum$outboundSchema,
|
|
11830
|
+
z.any(),
|
|
11831
|
+
]),
|
|
11832
|
+
).optional(),
|
|
11833
|
+
});
|
|
11834
|
+
|
|
11835
|
+
export function syncReconcileRequestCurrentReleaseEnvToJSON(
|
|
11836
|
+
syncReconcileRequestCurrentReleaseEnv: SyncReconcileRequestCurrentReleaseEnv,
|
|
11837
|
+
): string {
|
|
11838
|
+
return JSON.stringify(
|
|
11839
|
+
SyncReconcileRequestCurrentReleaseEnv$outboundSchema.parse(
|
|
11840
|
+
syncReconcileRequestCurrentReleaseEnv,
|
|
11841
|
+
),
|
|
11842
|
+
);
|
|
11843
|
+
}
|
|
11844
|
+
|
|
11845
|
+
/** @internal */
|
|
11846
|
+
export const CurrentReleaseStateKind$outboundSchema: z.ZodEnum<
|
|
11847
|
+
typeof CurrentReleaseStateKind
|
|
11848
|
+
> = z.enum(CurrentReleaseStateKind);
|
|
11849
|
+
|
|
11850
|
+
/** @internal */
|
|
11851
|
+
export const SyncReconcileRequestCurrentReleasePlatform$outboundSchema:
|
|
11852
|
+
z.ZodEnum<typeof SyncReconcileRequestCurrentReleasePlatform> = z.enum(
|
|
11853
|
+
SyncReconcileRequestCurrentReleasePlatform,
|
|
11854
|
+
);
|
|
11855
|
+
|
|
11856
|
+
/** @internal */
|
|
11857
|
+
export const SyncReconcileRequestCurrentReleaseProvidedBy$outboundSchema:
|
|
11858
|
+
z.ZodEnum<typeof SyncReconcileRequestCurrentReleaseProvidedBy> = z.enum(
|
|
11859
|
+
SyncReconcileRequestCurrentReleaseProvidedBy,
|
|
11860
|
+
);
|
|
11861
|
+
|
|
11862
|
+
/** @internal */
|
|
11863
|
+
export type SyncReconcileRequestCurrentReleaseValidation$Outbound = {
|
|
11864
|
+
format?: string | null | undefined;
|
|
11865
|
+
max?: string | null | undefined;
|
|
11866
|
+
maxItems?: number | null | undefined;
|
|
11867
|
+
maxLength?: number | null | undefined;
|
|
11868
|
+
min?: string | null | undefined;
|
|
11869
|
+
minItems?: number | null | undefined;
|
|
11870
|
+
minLength?: number | null | undefined;
|
|
11871
|
+
pattern?: string | null | undefined;
|
|
11872
|
+
values?: Array<string> | null | undefined;
|
|
11873
|
+
};
|
|
11874
|
+
|
|
11875
|
+
/** @internal */
|
|
11876
|
+
export const SyncReconcileRequestCurrentReleaseValidation$outboundSchema:
|
|
11877
|
+
z.ZodType<
|
|
11878
|
+
SyncReconcileRequestCurrentReleaseValidation$Outbound,
|
|
11879
|
+
SyncReconcileRequestCurrentReleaseValidation
|
|
11880
|
+
> = z.object({
|
|
11881
|
+
format: z.nullable(z.string()).optional(),
|
|
11882
|
+
max: z.nullable(z.string()).optional(),
|
|
11883
|
+
maxItems: z.nullable(z.int()).optional(),
|
|
11884
|
+
maxLength: z.nullable(z.int()).optional(),
|
|
11885
|
+
min: z.nullable(z.string()).optional(),
|
|
11886
|
+
minItems: z.nullable(z.int()).optional(),
|
|
11887
|
+
minLength: z.nullable(z.int()).optional(),
|
|
11888
|
+
pattern: z.nullable(z.string()).optional(),
|
|
11889
|
+
values: z.nullable(z.array(z.string())).optional(),
|
|
11890
|
+
});
|
|
11891
|
+
|
|
11892
|
+
export function syncReconcileRequestCurrentReleaseValidationToJSON(
|
|
11893
|
+
syncReconcileRequestCurrentReleaseValidation:
|
|
11894
|
+
SyncReconcileRequestCurrentReleaseValidation,
|
|
11895
|
+
): string {
|
|
11896
|
+
return JSON.stringify(
|
|
11897
|
+
SyncReconcileRequestCurrentReleaseValidation$outboundSchema.parse(
|
|
11898
|
+
syncReconcileRequestCurrentReleaseValidation,
|
|
11899
|
+
),
|
|
11900
|
+
);
|
|
11901
|
+
}
|
|
11902
|
+
|
|
11903
|
+
/** @internal */
|
|
11904
|
+
export type SyncReconcileRequestCurrentReleaseValidationUnion$Outbound =
|
|
11905
|
+
| SyncReconcileRequestCurrentReleaseValidation$Outbound
|
|
11906
|
+
| any;
|
|
11907
|
+
|
|
11908
|
+
/** @internal */
|
|
11909
|
+
export const SyncReconcileRequestCurrentReleaseValidationUnion$outboundSchema:
|
|
11910
|
+
z.ZodType<
|
|
11911
|
+
SyncReconcileRequestCurrentReleaseValidationUnion$Outbound,
|
|
11912
|
+
SyncReconcileRequestCurrentReleaseValidationUnion
|
|
11913
|
+
> = z.union([
|
|
11914
|
+
z.lazy(() => SyncReconcileRequestCurrentReleaseValidation$outboundSchema),
|
|
11915
|
+
z.any(),
|
|
11916
|
+
]);
|
|
11917
|
+
|
|
11918
|
+
export function syncReconcileRequestCurrentReleaseValidationUnionToJSON(
|
|
11919
|
+
syncReconcileRequestCurrentReleaseValidationUnion:
|
|
11920
|
+
SyncReconcileRequestCurrentReleaseValidationUnion,
|
|
11921
|
+
): string {
|
|
11922
|
+
return JSON.stringify(
|
|
11923
|
+
SyncReconcileRequestCurrentReleaseValidationUnion$outboundSchema.parse(
|
|
11924
|
+
syncReconcileRequestCurrentReleaseValidationUnion,
|
|
11925
|
+
),
|
|
11926
|
+
);
|
|
11927
|
+
}
|
|
11928
|
+
|
|
11929
|
+
/** @internal */
|
|
11930
|
+
export type SyncReconcileRequestCurrentReleaseInput$Outbound = {
|
|
11931
|
+
default?:
|
|
11932
|
+
| SyncReconcileRequestCurrentReleaseDefaultString$Outbound
|
|
11933
|
+
| SyncReconcileRequestCurrentReleaseDefaultNumber$Outbound
|
|
11934
|
+
| SyncReconcileRequestCurrentReleaseDefaultBoolean$Outbound
|
|
11935
|
+
| SyncReconcileRequestCurrentReleaseDefaultStringList$Outbound
|
|
11936
|
+
| any
|
|
11937
|
+
| null
|
|
11938
|
+
| undefined;
|
|
11939
|
+
description: string;
|
|
11940
|
+
env?: Array<SyncReconcileRequestCurrentReleaseEnv$Outbound> | undefined;
|
|
11941
|
+
id: string;
|
|
11942
|
+
kind: string;
|
|
11943
|
+
label: string;
|
|
11944
|
+
placeholder?: string | null | undefined;
|
|
11945
|
+
platforms?: Array<string> | null | undefined;
|
|
11946
|
+
providedBy: Array<string>;
|
|
11947
|
+
required: boolean;
|
|
11948
|
+
validation?:
|
|
11949
|
+
| SyncReconcileRequestCurrentReleaseValidation$Outbound
|
|
11950
|
+
| any
|
|
11951
|
+
| null
|
|
11952
|
+
| undefined;
|
|
10836
11953
|
};
|
|
10837
11954
|
|
|
11955
|
+
/** @internal */
|
|
11956
|
+
export const SyncReconcileRequestCurrentReleaseInput$outboundSchema: z.ZodType<
|
|
11957
|
+
SyncReconcileRequestCurrentReleaseInput$Outbound,
|
|
11958
|
+
SyncReconcileRequestCurrentReleaseInput
|
|
11959
|
+
> = z.object({
|
|
11960
|
+
default: z.nullable(
|
|
11961
|
+
z.union([
|
|
11962
|
+
z.lazy(() =>
|
|
11963
|
+
SyncReconcileRequestCurrentReleaseDefaultString$outboundSchema
|
|
11964
|
+
),
|
|
11965
|
+
z.lazy(() =>
|
|
11966
|
+
SyncReconcileRequestCurrentReleaseDefaultNumber$outboundSchema
|
|
11967
|
+
),
|
|
11968
|
+
z.lazy(() =>
|
|
11969
|
+
SyncReconcileRequestCurrentReleaseDefaultBoolean$outboundSchema
|
|
11970
|
+
),
|
|
11971
|
+
z.lazy(() =>
|
|
11972
|
+
SyncReconcileRequestCurrentReleaseDefaultStringList$outboundSchema
|
|
11973
|
+
),
|
|
11974
|
+
z.any(),
|
|
11975
|
+
]),
|
|
11976
|
+
).optional(),
|
|
11977
|
+
description: z.string(),
|
|
11978
|
+
env: z.array(
|
|
11979
|
+
z.lazy(() => SyncReconcileRequestCurrentReleaseEnv$outboundSchema),
|
|
11980
|
+
).optional(),
|
|
11981
|
+
id: z.string(),
|
|
11982
|
+
kind: CurrentReleaseStateKind$outboundSchema,
|
|
11983
|
+
label: z.string(),
|
|
11984
|
+
placeholder: z.nullable(z.string()).optional(),
|
|
11985
|
+
platforms: z.nullable(
|
|
11986
|
+
z.array(SyncReconcileRequestCurrentReleasePlatform$outboundSchema),
|
|
11987
|
+
).optional(),
|
|
11988
|
+
providedBy: z.array(
|
|
11989
|
+
SyncReconcileRequestCurrentReleaseProvidedBy$outboundSchema,
|
|
11990
|
+
),
|
|
11991
|
+
required: z.boolean(),
|
|
11992
|
+
validation: z.nullable(
|
|
11993
|
+
z.union([
|
|
11994
|
+
z.lazy(() => SyncReconcileRequestCurrentReleaseValidation$outboundSchema),
|
|
11995
|
+
z.any(),
|
|
11996
|
+
]),
|
|
11997
|
+
).optional(),
|
|
11998
|
+
});
|
|
11999
|
+
|
|
12000
|
+
export function syncReconcileRequestCurrentReleaseInputToJSON(
|
|
12001
|
+
syncReconcileRequestCurrentReleaseInput:
|
|
12002
|
+
SyncReconcileRequestCurrentReleaseInput,
|
|
12003
|
+
): string {
|
|
12004
|
+
return JSON.stringify(
|
|
12005
|
+
SyncReconcileRequestCurrentReleaseInput$outboundSchema.parse(
|
|
12006
|
+
syncReconcileRequestCurrentReleaseInput,
|
|
12007
|
+
),
|
|
12008
|
+
);
|
|
12009
|
+
}
|
|
12010
|
+
|
|
10838
12011
|
/** @internal */
|
|
10839
12012
|
export const SyncReconcileRequestCurrentReleaseManagementEnum$outboundSchema:
|
|
10840
12013
|
z.ZodEnum<typeof SyncReconcileRequestCurrentReleaseManagementEnum> = z.enum(
|
|
@@ -13228,6 +14401,7 @@ export const SyncReconcileRequestCurrentReleaseSupportedPlatform$outboundSchema:
|
|
|
13228
14401
|
/** @internal */
|
|
13229
14402
|
export type SyncReconcileRequestCurrentReleaseStack$Outbound = {
|
|
13230
14403
|
id: string;
|
|
14404
|
+
inputs?: Array<SyncReconcileRequestCurrentReleaseInput$Outbound> | undefined;
|
|
13231
14405
|
permissions?:
|
|
13232
14406
|
| SyncReconcileRequestCurrentReleasePermissions$Outbound
|
|
13233
14407
|
| undefined;
|
|
@@ -13243,6 +14417,9 @@ export const SyncReconcileRequestCurrentReleaseStack$outboundSchema: z.ZodType<
|
|
|
13243
14417
|
SyncReconcileRequestCurrentReleaseStack
|
|
13244
14418
|
> = z.object({
|
|
13245
14419
|
id: z.string(),
|
|
14420
|
+
inputs: z.array(
|
|
14421
|
+
z.lazy(() => SyncReconcileRequestCurrentReleaseInput$outboundSchema),
|
|
14422
|
+
).optional(),
|
|
13246
14423
|
permissions: z.lazy(() =>
|
|
13247
14424
|
SyncReconcileRequestCurrentReleasePermissions$outboundSchema
|
|
13248
14425
|
).optional(),
|
|
@@ -13568,20 +14745,416 @@ export const SyncReconcileRequestErrorUnion$outboundSchema: z.ZodType<
|
|
|
13568
14745
|
SyncReconcileRequestErrorUnion
|
|
13569
14746
|
> = z.union([z.lazy(() => SyncReconcileRequestError$outboundSchema), z.any()]);
|
|
13570
14747
|
|
|
13571
|
-
export function syncReconcileRequestErrorUnionToJSON(
|
|
13572
|
-
syncReconcileRequestErrorUnion: SyncReconcileRequestErrorUnion,
|
|
14748
|
+
export function syncReconcileRequestErrorUnionToJSON(
|
|
14749
|
+
syncReconcileRequestErrorUnion: SyncReconcileRequestErrorUnion,
|
|
14750
|
+
): string {
|
|
14751
|
+
return JSON.stringify(
|
|
14752
|
+
SyncReconcileRequestErrorUnion$outboundSchema.parse(
|
|
14753
|
+
syncReconcileRequestErrorUnion,
|
|
14754
|
+
),
|
|
14755
|
+
);
|
|
14756
|
+
}
|
|
14757
|
+
|
|
14758
|
+
/** @internal */
|
|
14759
|
+
export const SyncReconcileRequestPlatform$outboundSchema: z.ZodEnum<
|
|
14760
|
+
typeof SyncReconcileRequestPlatform
|
|
14761
|
+
> = z.enum(SyncReconcileRequestPlatform);
|
|
14762
|
+
|
|
14763
|
+
/** @internal */
|
|
14764
|
+
export const SyncReconcileRequestPreparedStackTypeStringList$outboundSchema:
|
|
14765
|
+
z.ZodEnum<typeof SyncReconcileRequestPreparedStackTypeStringList> = z.enum(
|
|
14766
|
+
SyncReconcileRequestPreparedStackTypeStringList,
|
|
14767
|
+
);
|
|
14768
|
+
|
|
14769
|
+
/** @internal */
|
|
14770
|
+
export type SyncReconcileRequestPreparedStackDefaultStringList$Outbound = {
|
|
14771
|
+
type: string;
|
|
14772
|
+
value: Array<string>;
|
|
14773
|
+
};
|
|
14774
|
+
|
|
14775
|
+
/** @internal */
|
|
14776
|
+
export const SyncReconcileRequestPreparedStackDefaultStringList$outboundSchema:
|
|
14777
|
+
z.ZodType<
|
|
14778
|
+
SyncReconcileRequestPreparedStackDefaultStringList$Outbound,
|
|
14779
|
+
SyncReconcileRequestPreparedStackDefaultStringList
|
|
14780
|
+
> = z.object({
|
|
14781
|
+
type: SyncReconcileRequestPreparedStackTypeStringList$outboundSchema,
|
|
14782
|
+
value: z.array(z.string()),
|
|
14783
|
+
});
|
|
14784
|
+
|
|
14785
|
+
export function syncReconcileRequestPreparedStackDefaultStringListToJSON(
|
|
14786
|
+
syncReconcileRequestPreparedStackDefaultStringList:
|
|
14787
|
+
SyncReconcileRequestPreparedStackDefaultStringList,
|
|
14788
|
+
): string {
|
|
14789
|
+
return JSON.stringify(
|
|
14790
|
+
SyncReconcileRequestPreparedStackDefaultStringList$outboundSchema.parse(
|
|
14791
|
+
syncReconcileRequestPreparedStackDefaultStringList,
|
|
14792
|
+
),
|
|
14793
|
+
);
|
|
14794
|
+
}
|
|
14795
|
+
|
|
14796
|
+
/** @internal */
|
|
14797
|
+
export const SyncReconcileRequestPreparedStackTypeBoolean$outboundSchema:
|
|
14798
|
+
z.ZodEnum<typeof SyncReconcileRequestPreparedStackTypeBoolean> = z.enum(
|
|
14799
|
+
SyncReconcileRequestPreparedStackTypeBoolean,
|
|
14800
|
+
);
|
|
14801
|
+
|
|
14802
|
+
/** @internal */
|
|
14803
|
+
export type SyncReconcileRequestPreparedStackDefaultBoolean$Outbound = {
|
|
14804
|
+
type: string;
|
|
14805
|
+
value: boolean;
|
|
14806
|
+
};
|
|
14807
|
+
|
|
14808
|
+
/** @internal */
|
|
14809
|
+
export const SyncReconcileRequestPreparedStackDefaultBoolean$outboundSchema:
|
|
14810
|
+
z.ZodType<
|
|
14811
|
+
SyncReconcileRequestPreparedStackDefaultBoolean$Outbound,
|
|
14812
|
+
SyncReconcileRequestPreparedStackDefaultBoolean
|
|
14813
|
+
> = z.object({
|
|
14814
|
+
type: SyncReconcileRequestPreparedStackTypeBoolean$outboundSchema,
|
|
14815
|
+
value: z.boolean(),
|
|
14816
|
+
});
|
|
14817
|
+
|
|
14818
|
+
export function syncReconcileRequestPreparedStackDefaultBooleanToJSON(
|
|
14819
|
+
syncReconcileRequestPreparedStackDefaultBoolean:
|
|
14820
|
+
SyncReconcileRequestPreparedStackDefaultBoolean,
|
|
14821
|
+
): string {
|
|
14822
|
+
return JSON.stringify(
|
|
14823
|
+
SyncReconcileRequestPreparedStackDefaultBoolean$outboundSchema.parse(
|
|
14824
|
+
syncReconcileRequestPreparedStackDefaultBoolean,
|
|
14825
|
+
),
|
|
14826
|
+
);
|
|
14827
|
+
}
|
|
14828
|
+
|
|
14829
|
+
/** @internal */
|
|
14830
|
+
export const SyncReconcileRequestPreparedStackTypeNumber$outboundSchema:
|
|
14831
|
+
z.ZodEnum<typeof SyncReconcileRequestPreparedStackTypeNumber> = z.enum(
|
|
14832
|
+
SyncReconcileRequestPreparedStackTypeNumber,
|
|
14833
|
+
);
|
|
14834
|
+
|
|
14835
|
+
/** @internal */
|
|
14836
|
+
export type SyncReconcileRequestPreparedStackDefaultNumber$Outbound = {
|
|
14837
|
+
type: string;
|
|
14838
|
+
value: string;
|
|
14839
|
+
};
|
|
14840
|
+
|
|
14841
|
+
/** @internal */
|
|
14842
|
+
export const SyncReconcileRequestPreparedStackDefaultNumber$outboundSchema:
|
|
14843
|
+
z.ZodType<
|
|
14844
|
+
SyncReconcileRequestPreparedStackDefaultNumber$Outbound,
|
|
14845
|
+
SyncReconcileRequestPreparedStackDefaultNumber
|
|
14846
|
+
> = z.object({
|
|
14847
|
+
type: SyncReconcileRequestPreparedStackTypeNumber$outboundSchema,
|
|
14848
|
+
value: z.string(),
|
|
14849
|
+
});
|
|
14850
|
+
|
|
14851
|
+
export function syncReconcileRequestPreparedStackDefaultNumberToJSON(
|
|
14852
|
+
syncReconcileRequestPreparedStackDefaultNumber:
|
|
14853
|
+
SyncReconcileRequestPreparedStackDefaultNumber,
|
|
14854
|
+
): string {
|
|
14855
|
+
return JSON.stringify(
|
|
14856
|
+
SyncReconcileRequestPreparedStackDefaultNumber$outboundSchema.parse(
|
|
14857
|
+
syncReconcileRequestPreparedStackDefaultNumber,
|
|
14858
|
+
),
|
|
14859
|
+
);
|
|
14860
|
+
}
|
|
14861
|
+
|
|
14862
|
+
/** @internal */
|
|
14863
|
+
export const SyncReconcileRequestPreparedStackTypeString$outboundSchema:
|
|
14864
|
+
z.ZodEnum<typeof SyncReconcileRequestPreparedStackTypeString> = z.enum(
|
|
14865
|
+
SyncReconcileRequestPreparedStackTypeString,
|
|
14866
|
+
);
|
|
14867
|
+
|
|
14868
|
+
/** @internal */
|
|
14869
|
+
export type SyncReconcileRequestPreparedStackDefaultString$Outbound = {
|
|
14870
|
+
type: string;
|
|
14871
|
+
value: string;
|
|
14872
|
+
};
|
|
14873
|
+
|
|
14874
|
+
/** @internal */
|
|
14875
|
+
export const SyncReconcileRequestPreparedStackDefaultString$outboundSchema:
|
|
14876
|
+
z.ZodType<
|
|
14877
|
+
SyncReconcileRequestPreparedStackDefaultString$Outbound,
|
|
14878
|
+
SyncReconcileRequestPreparedStackDefaultString
|
|
14879
|
+
> = z.object({
|
|
14880
|
+
type: SyncReconcileRequestPreparedStackTypeString$outboundSchema,
|
|
14881
|
+
value: z.string(),
|
|
14882
|
+
});
|
|
14883
|
+
|
|
14884
|
+
export function syncReconcileRequestPreparedStackDefaultStringToJSON(
|
|
14885
|
+
syncReconcileRequestPreparedStackDefaultString:
|
|
14886
|
+
SyncReconcileRequestPreparedStackDefaultString,
|
|
14887
|
+
): string {
|
|
14888
|
+
return JSON.stringify(
|
|
14889
|
+
SyncReconcileRequestPreparedStackDefaultString$outboundSchema.parse(
|
|
14890
|
+
syncReconcileRequestPreparedStackDefaultString,
|
|
14891
|
+
),
|
|
14892
|
+
);
|
|
14893
|
+
}
|
|
14894
|
+
|
|
14895
|
+
/** @internal */
|
|
14896
|
+
export type SyncReconcileRequestPreparedStackDefaultUnion$Outbound =
|
|
14897
|
+
| SyncReconcileRequestPreparedStackDefaultString$Outbound
|
|
14898
|
+
| SyncReconcileRequestPreparedStackDefaultNumber$Outbound
|
|
14899
|
+
| SyncReconcileRequestPreparedStackDefaultBoolean$Outbound
|
|
14900
|
+
| SyncReconcileRequestPreparedStackDefaultStringList$Outbound
|
|
14901
|
+
| any;
|
|
14902
|
+
|
|
14903
|
+
/** @internal */
|
|
14904
|
+
export const SyncReconcileRequestPreparedStackDefaultUnion$outboundSchema:
|
|
14905
|
+
z.ZodType<
|
|
14906
|
+
SyncReconcileRequestPreparedStackDefaultUnion$Outbound,
|
|
14907
|
+
SyncReconcileRequestPreparedStackDefaultUnion
|
|
14908
|
+
> = z.union([
|
|
14909
|
+
z.lazy(() => SyncReconcileRequestPreparedStackDefaultString$outboundSchema),
|
|
14910
|
+
z.lazy(() => SyncReconcileRequestPreparedStackDefaultNumber$outboundSchema),
|
|
14911
|
+
z.lazy(() =>
|
|
14912
|
+
SyncReconcileRequestPreparedStackDefaultBoolean$outboundSchema
|
|
14913
|
+
),
|
|
14914
|
+
z.lazy(() =>
|
|
14915
|
+
SyncReconcileRequestPreparedStackDefaultStringList$outboundSchema
|
|
14916
|
+
),
|
|
14917
|
+
z.any(),
|
|
14918
|
+
]);
|
|
14919
|
+
|
|
14920
|
+
export function syncReconcileRequestPreparedStackDefaultUnionToJSON(
|
|
14921
|
+
syncReconcileRequestPreparedStackDefaultUnion:
|
|
14922
|
+
SyncReconcileRequestPreparedStackDefaultUnion,
|
|
14923
|
+
): string {
|
|
14924
|
+
return JSON.stringify(
|
|
14925
|
+
SyncReconcileRequestPreparedStackDefaultUnion$outboundSchema.parse(
|
|
14926
|
+
syncReconcileRequestPreparedStackDefaultUnion,
|
|
14927
|
+
),
|
|
14928
|
+
);
|
|
14929
|
+
}
|
|
14930
|
+
|
|
14931
|
+
/** @internal */
|
|
14932
|
+
export const SyncReconcileRequestPreparedStackTypeEnvEnum$outboundSchema:
|
|
14933
|
+
z.ZodEnum<typeof SyncReconcileRequestPreparedStackTypeEnvEnum> = z.enum(
|
|
14934
|
+
SyncReconcileRequestPreparedStackTypeEnvEnum,
|
|
14935
|
+
);
|
|
14936
|
+
|
|
14937
|
+
/** @internal */
|
|
14938
|
+
export type SyncReconcileRequestPreparedStackTypeUnion$Outbound = string | any;
|
|
14939
|
+
|
|
14940
|
+
/** @internal */
|
|
14941
|
+
export const SyncReconcileRequestPreparedStackTypeUnion$outboundSchema:
|
|
14942
|
+
z.ZodType<
|
|
14943
|
+
SyncReconcileRequestPreparedStackTypeUnion$Outbound,
|
|
14944
|
+
SyncReconcileRequestPreparedStackTypeUnion
|
|
14945
|
+
> = z.union([
|
|
14946
|
+
SyncReconcileRequestPreparedStackTypeEnvEnum$outboundSchema,
|
|
14947
|
+
z.any(),
|
|
14948
|
+
]);
|
|
14949
|
+
|
|
14950
|
+
export function syncReconcileRequestPreparedStackTypeUnionToJSON(
|
|
14951
|
+
syncReconcileRequestPreparedStackTypeUnion:
|
|
14952
|
+
SyncReconcileRequestPreparedStackTypeUnion,
|
|
14953
|
+
): string {
|
|
14954
|
+
return JSON.stringify(
|
|
14955
|
+
SyncReconcileRequestPreparedStackTypeUnion$outboundSchema.parse(
|
|
14956
|
+
syncReconcileRequestPreparedStackTypeUnion,
|
|
14957
|
+
),
|
|
14958
|
+
);
|
|
14959
|
+
}
|
|
14960
|
+
|
|
14961
|
+
/** @internal */
|
|
14962
|
+
export type SyncReconcileRequestPreparedStackEnv$Outbound = {
|
|
14963
|
+
name: string;
|
|
14964
|
+
targetResources?: Array<string> | null | undefined;
|
|
14965
|
+
type?: string | any | null | undefined;
|
|
14966
|
+
};
|
|
14967
|
+
|
|
14968
|
+
/** @internal */
|
|
14969
|
+
export const SyncReconcileRequestPreparedStackEnv$outboundSchema: z.ZodType<
|
|
14970
|
+
SyncReconcileRequestPreparedStackEnv$Outbound,
|
|
14971
|
+
SyncReconcileRequestPreparedStackEnv
|
|
14972
|
+
> = z.object({
|
|
14973
|
+
name: z.string(),
|
|
14974
|
+
targetResources: z.nullable(z.array(z.string())).optional(),
|
|
14975
|
+
type: z.nullable(
|
|
14976
|
+
z.union([
|
|
14977
|
+
SyncReconcileRequestPreparedStackTypeEnvEnum$outboundSchema,
|
|
14978
|
+
z.any(),
|
|
14979
|
+
]),
|
|
14980
|
+
).optional(),
|
|
14981
|
+
});
|
|
14982
|
+
|
|
14983
|
+
export function syncReconcileRequestPreparedStackEnvToJSON(
|
|
14984
|
+
syncReconcileRequestPreparedStackEnv: SyncReconcileRequestPreparedStackEnv,
|
|
14985
|
+
): string {
|
|
14986
|
+
return JSON.stringify(
|
|
14987
|
+
SyncReconcileRequestPreparedStackEnv$outboundSchema.parse(
|
|
14988
|
+
syncReconcileRequestPreparedStackEnv,
|
|
14989
|
+
),
|
|
14990
|
+
);
|
|
14991
|
+
}
|
|
14992
|
+
|
|
14993
|
+
/** @internal */
|
|
14994
|
+
export const PreparedStackStateKind$outboundSchema: z.ZodEnum<
|
|
14995
|
+
typeof PreparedStackStateKind
|
|
14996
|
+
> = z.enum(PreparedStackStateKind);
|
|
14997
|
+
|
|
14998
|
+
/** @internal */
|
|
14999
|
+
export const SyncReconcileRequestPreparedStackPlatform$outboundSchema:
|
|
15000
|
+
z.ZodEnum<typeof SyncReconcileRequestPreparedStackPlatform> = z.enum(
|
|
15001
|
+
SyncReconcileRequestPreparedStackPlatform,
|
|
15002
|
+
);
|
|
15003
|
+
|
|
15004
|
+
/** @internal */
|
|
15005
|
+
export const SyncReconcileRequestPreparedStackProvidedBy$outboundSchema:
|
|
15006
|
+
z.ZodEnum<typeof SyncReconcileRequestPreparedStackProvidedBy> = z.enum(
|
|
15007
|
+
SyncReconcileRequestPreparedStackProvidedBy,
|
|
15008
|
+
);
|
|
15009
|
+
|
|
15010
|
+
/** @internal */
|
|
15011
|
+
export type SyncReconcileRequestPreparedStackValidation$Outbound = {
|
|
15012
|
+
format?: string | null | undefined;
|
|
15013
|
+
max?: string | null | undefined;
|
|
15014
|
+
maxItems?: number | null | undefined;
|
|
15015
|
+
maxLength?: number | null | undefined;
|
|
15016
|
+
min?: string | null | undefined;
|
|
15017
|
+
minItems?: number | null | undefined;
|
|
15018
|
+
minLength?: number | null | undefined;
|
|
15019
|
+
pattern?: string | null | undefined;
|
|
15020
|
+
values?: Array<string> | null | undefined;
|
|
15021
|
+
};
|
|
15022
|
+
|
|
15023
|
+
/** @internal */
|
|
15024
|
+
export const SyncReconcileRequestPreparedStackValidation$outboundSchema:
|
|
15025
|
+
z.ZodType<
|
|
15026
|
+
SyncReconcileRequestPreparedStackValidation$Outbound,
|
|
15027
|
+
SyncReconcileRequestPreparedStackValidation
|
|
15028
|
+
> = z.object({
|
|
15029
|
+
format: z.nullable(z.string()).optional(),
|
|
15030
|
+
max: z.nullable(z.string()).optional(),
|
|
15031
|
+
maxItems: z.nullable(z.int()).optional(),
|
|
15032
|
+
maxLength: z.nullable(z.int()).optional(),
|
|
15033
|
+
min: z.nullable(z.string()).optional(),
|
|
15034
|
+
minItems: z.nullable(z.int()).optional(),
|
|
15035
|
+
minLength: z.nullable(z.int()).optional(),
|
|
15036
|
+
pattern: z.nullable(z.string()).optional(),
|
|
15037
|
+
values: z.nullable(z.array(z.string())).optional(),
|
|
15038
|
+
});
|
|
15039
|
+
|
|
15040
|
+
export function syncReconcileRequestPreparedStackValidationToJSON(
|
|
15041
|
+
syncReconcileRequestPreparedStackValidation:
|
|
15042
|
+
SyncReconcileRequestPreparedStackValidation,
|
|
15043
|
+
): string {
|
|
15044
|
+
return JSON.stringify(
|
|
15045
|
+
SyncReconcileRequestPreparedStackValidation$outboundSchema.parse(
|
|
15046
|
+
syncReconcileRequestPreparedStackValidation,
|
|
15047
|
+
),
|
|
15048
|
+
);
|
|
15049
|
+
}
|
|
15050
|
+
|
|
15051
|
+
/** @internal */
|
|
15052
|
+
export type SyncReconcileRequestPreparedStackValidationUnion$Outbound =
|
|
15053
|
+
| SyncReconcileRequestPreparedStackValidation$Outbound
|
|
15054
|
+
| any;
|
|
15055
|
+
|
|
15056
|
+
/** @internal */
|
|
15057
|
+
export const SyncReconcileRequestPreparedStackValidationUnion$outboundSchema:
|
|
15058
|
+
z.ZodType<
|
|
15059
|
+
SyncReconcileRequestPreparedStackValidationUnion$Outbound,
|
|
15060
|
+
SyncReconcileRequestPreparedStackValidationUnion
|
|
15061
|
+
> = z.union([
|
|
15062
|
+
z.lazy(() => SyncReconcileRequestPreparedStackValidation$outboundSchema),
|
|
15063
|
+
z.any(),
|
|
15064
|
+
]);
|
|
15065
|
+
|
|
15066
|
+
export function syncReconcileRequestPreparedStackValidationUnionToJSON(
|
|
15067
|
+
syncReconcileRequestPreparedStackValidationUnion:
|
|
15068
|
+
SyncReconcileRequestPreparedStackValidationUnion,
|
|
13573
15069
|
): string {
|
|
13574
15070
|
return JSON.stringify(
|
|
13575
|
-
|
|
13576
|
-
|
|
15071
|
+
SyncReconcileRequestPreparedStackValidationUnion$outboundSchema.parse(
|
|
15072
|
+
syncReconcileRequestPreparedStackValidationUnion,
|
|
13577
15073
|
),
|
|
13578
15074
|
);
|
|
13579
15075
|
}
|
|
13580
15076
|
|
|
13581
15077
|
/** @internal */
|
|
13582
|
-
export
|
|
13583
|
-
|
|
13584
|
-
|
|
15078
|
+
export type SyncReconcileRequestPreparedStackInput$Outbound = {
|
|
15079
|
+
default?:
|
|
15080
|
+
| SyncReconcileRequestPreparedStackDefaultString$Outbound
|
|
15081
|
+
| SyncReconcileRequestPreparedStackDefaultNumber$Outbound
|
|
15082
|
+
| SyncReconcileRequestPreparedStackDefaultBoolean$Outbound
|
|
15083
|
+
| SyncReconcileRequestPreparedStackDefaultStringList$Outbound
|
|
15084
|
+
| any
|
|
15085
|
+
| null
|
|
15086
|
+
| undefined;
|
|
15087
|
+
description: string;
|
|
15088
|
+
env?: Array<SyncReconcileRequestPreparedStackEnv$Outbound> | undefined;
|
|
15089
|
+
id: string;
|
|
15090
|
+
kind: string;
|
|
15091
|
+
label: string;
|
|
15092
|
+
placeholder?: string | null | undefined;
|
|
15093
|
+
platforms?: Array<string> | null | undefined;
|
|
15094
|
+
providedBy: Array<string>;
|
|
15095
|
+
required: boolean;
|
|
15096
|
+
validation?:
|
|
15097
|
+
| SyncReconcileRequestPreparedStackValidation$Outbound
|
|
15098
|
+
| any
|
|
15099
|
+
| null
|
|
15100
|
+
| undefined;
|
|
15101
|
+
};
|
|
15102
|
+
|
|
15103
|
+
/** @internal */
|
|
15104
|
+
export const SyncReconcileRequestPreparedStackInput$outboundSchema: z.ZodType<
|
|
15105
|
+
SyncReconcileRequestPreparedStackInput$Outbound,
|
|
15106
|
+
SyncReconcileRequestPreparedStackInput
|
|
15107
|
+
> = z.object({
|
|
15108
|
+
default: z.nullable(
|
|
15109
|
+
z.union([
|
|
15110
|
+
z.lazy(() =>
|
|
15111
|
+
SyncReconcileRequestPreparedStackDefaultString$outboundSchema
|
|
15112
|
+
),
|
|
15113
|
+
z.lazy(() =>
|
|
15114
|
+
SyncReconcileRequestPreparedStackDefaultNumber$outboundSchema
|
|
15115
|
+
),
|
|
15116
|
+
z.lazy(() =>
|
|
15117
|
+
SyncReconcileRequestPreparedStackDefaultBoolean$outboundSchema
|
|
15118
|
+
),
|
|
15119
|
+
z.lazy(() =>
|
|
15120
|
+
SyncReconcileRequestPreparedStackDefaultStringList$outboundSchema
|
|
15121
|
+
),
|
|
15122
|
+
z.any(),
|
|
15123
|
+
]),
|
|
15124
|
+
).optional(),
|
|
15125
|
+
description: z.string(),
|
|
15126
|
+
env: z.array(
|
|
15127
|
+
z.lazy(() => SyncReconcileRequestPreparedStackEnv$outboundSchema),
|
|
15128
|
+
).optional(),
|
|
15129
|
+
id: z.string(),
|
|
15130
|
+
kind: PreparedStackStateKind$outboundSchema,
|
|
15131
|
+
label: z.string(),
|
|
15132
|
+
placeholder: z.nullable(z.string()).optional(),
|
|
15133
|
+
platforms: z.nullable(
|
|
15134
|
+
z.array(SyncReconcileRequestPreparedStackPlatform$outboundSchema),
|
|
15135
|
+
).optional(),
|
|
15136
|
+
providedBy: z.array(
|
|
15137
|
+
SyncReconcileRequestPreparedStackProvidedBy$outboundSchema,
|
|
15138
|
+
),
|
|
15139
|
+
required: z.boolean(),
|
|
15140
|
+
validation: z.nullable(
|
|
15141
|
+
z.union([
|
|
15142
|
+
z.lazy(() => SyncReconcileRequestPreparedStackValidation$outboundSchema),
|
|
15143
|
+
z.any(),
|
|
15144
|
+
]),
|
|
15145
|
+
).optional(),
|
|
15146
|
+
});
|
|
15147
|
+
|
|
15148
|
+
export function syncReconcileRequestPreparedStackInputToJSON(
|
|
15149
|
+
syncReconcileRequestPreparedStackInput:
|
|
15150
|
+
SyncReconcileRequestPreparedStackInput,
|
|
15151
|
+
): string {
|
|
15152
|
+
return JSON.stringify(
|
|
15153
|
+
SyncReconcileRequestPreparedStackInput$outboundSchema.parse(
|
|
15154
|
+
syncReconcileRequestPreparedStackInput,
|
|
15155
|
+
),
|
|
15156
|
+
);
|
|
15157
|
+
}
|
|
13585
15158
|
|
|
13586
15159
|
/** @internal */
|
|
13587
15160
|
export const SyncReconcileRequestPreparedStackManagementEnum$outboundSchema:
|
|
@@ -15972,6 +17545,7 @@ export const SyncReconcileRequestPreparedStackSupportedPlatform$outboundSchema:
|
|
|
15972
17545
|
/** @internal */
|
|
15973
17546
|
export type SyncReconcileRequestPreparedStack$Outbound = {
|
|
15974
17547
|
id: string;
|
|
17548
|
+
inputs?: Array<SyncReconcileRequestPreparedStackInput$Outbound> | undefined;
|
|
15975
17549
|
permissions?:
|
|
15976
17550
|
| SyncReconcileRequestPreparedStackPermissions$Outbound
|
|
15977
17551
|
| undefined;
|
|
@@ -15987,6 +17561,9 @@ export const SyncReconcileRequestPreparedStack$outboundSchema: z.ZodType<
|
|
|
15987
17561
|
SyncReconcileRequestPreparedStack
|
|
15988
17562
|
> = z.object({
|
|
15989
17563
|
id: z.string(),
|
|
17564
|
+
inputs: z.array(
|
|
17565
|
+
z.lazy(() => SyncReconcileRequestPreparedStackInput$outboundSchema),
|
|
17566
|
+
).optional(),
|
|
15990
17567
|
permissions: z.lazy(() =>
|
|
15991
17568
|
SyncReconcileRequestPreparedStackPermissions$outboundSchema
|
|
15992
17569
|
).optional(),
|
|
@@ -16526,6 +18103,402 @@ export const StateStatus$outboundSchema: z.ZodEnum<typeof StateStatus> = z.enum(
|
|
|
16526
18103
|
StateStatus,
|
|
16527
18104
|
);
|
|
16528
18105
|
|
|
18106
|
+
/** @internal */
|
|
18107
|
+
export const SyncReconcileRequestTargetReleaseTypeStringList$outboundSchema:
|
|
18108
|
+
z.ZodEnum<typeof SyncReconcileRequestTargetReleaseTypeStringList> = z.enum(
|
|
18109
|
+
SyncReconcileRequestTargetReleaseTypeStringList,
|
|
18110
|
+
);
|
|
18111
|
+
|
|
18112
|
+
/** @internal */
|
|
18113
|
+
export type SyncReconcileRequestTargetReleaseDefaultStringList$Outbound = {
|
|
18114
|
+
type: string;
|
|
18115
|
+
value: Array<string>;
|
|
18116
|
+
};
|
|
18117
|
+
|
|
18118
|
+
/** @internal */
|
|
18119
|
+
export const SyncReconcileRequestTargetReleaseDefaultStringList$outboundSchema:
|
|
18120
|
+
z.ZodType<
|
|
18121
|
+
SyncReconcileRequestTargetReleaseDefaultStringList$Outbound,
|
|
18122
|
+
SyncReconcileRequestTargetReleaseDefaultStringList
|
|
18123
|
+
> = z.object({
|
|
18124
|
+
type: SyncReconcileRequestTargetReleaseTypeStringList$outboundSchema,
|
|
18125
|
+
value: z.array(z.string()),
|
|
18126
|
+
});
|
|
18127
|
+
|
|
18128
|
+
export function syncReconcileRequestTargetReleaseDefaultStringListToJSON(
|
|
18129
|
+
syncReconcileRequestTargetReleaseDefaultStringList:
|
|
18130
|
+
SyncReconcileRequestTargetReleaseDefaultStringList,
|
|
18131
|
+
): string {
|
|
18132
|
+
return JSON.stringify(
|
|
18133
|
+
SyncReconcileRequestTargetReleaseDefaultStringList$outboundSchema.parse(
|
|
18134
|
+
syncReconcileRequestTargetReleaseDefaultStringList,
|
|
18135
|
+
),
|
|
18136
|
+
);
|
|
18137
|
+
}
|
|
18138
|
+
|
|
18139
|
+
/** @internal */
|
|
18140
|
+
export const SyncReconcileRequestTargetReleaseTypeBoolean$outboundSchema:
|
|
18141
|
+
z.ZodEnum<typeof SyncReconcileRequestTargetReleaseTypeBoolean> = z.enum(
|
|
18142
|
+
SyncReconcileRequestTargetReleaseTypeBoolean,
|
|
18143
|
+
);
|
|
18144
|
+
|
|
18145
|
+
/** @internal */
|
|
18146
|
+
export type SyncReconcileRequestTargetReleaseDefaultBoolean$Outbound = {
|
|
18147
|
+
type: string;
|
|
18148
|
+
value: boolean;
|
|
18149
|
+
};
|
|
18150
|
+
|
|
18151
|
+
/** @internal */
|
|
18152
|
+
export const SyncReconcileRequestTargetReleaseDefaultBoolean$outboundSchema:
|
|
18153
|
+
z.ZodType<
|
|
18154
|
+
SyncReconcileRequestTargetReleaseDefaultBoolean$Outbound,
|
|
18155
|
+
SyncReconcileRequestTargetReleaseDefaultBoolean
|
|
18156
|
+
> = z.object({
|
|
18157
|
+
type: SyncReconcileRequestTargetReleaseTypeBoolean$outboundSchema,
|
|
18158
|
+
value: z.boolean(),
|
|
18159
|
+
});
|
|
18160
|
+
|
|
18161
|
+
export function syncReconcileRequestTargetReleaseDefaultBooleanToJSON(
|
|
18162
|
+
syncReconcileRequestTargetReleaseDefaultBoolean:
|
|
18163
|
+
SyncReconcileRequestTargetReleaseDefaultBoolean,
|
|
18164
|
+
): string {
|
|
18165
|
+
return JSON.stringify(
|
|
18166
|
+
SyncReconcileRequestTargetReleaseDefaultBoolean$outboundSchema.parse(
|
|
18167
|
+
syncReconcileRequestTargetReleaseDefaultBoolean,
|
|
18168
|
+
),
|
|
18169
|
+
);
|
|
18170
|
+
}
|
|
18171
|
+
|
|
18172
|
+
/** @internal */
|
|
18173
|
+
export const SyncReconcileRequestTargetReleaseTypeNumber$outboundSchema:
|
|
18174
|
+
z.ZodEnum<typeof SyncReconcileRequestTargetReleaseTypeNumber> = z.enum(
|
|
18175
|
+
SyncReconcileRequestTargetReleaseTypeNumber,
|
|
18176
|
+
);
|
|
18177
|
+
|
|
18178
|
+
/** @internal */
|
|
18179
|
+
export type SyncReconcileRequestTargetReleaseDefaultNumber$Outbound = {
|
|
18180
|
+
type: string;
|
|
18181
|
+
value: string;
|
|
18182
|
+
};
|
|
18183
|
+
|
|
18184
|
+
/** @internal */
|
|
18185
|
+
export const SyncReconcileRequestTargetReleaseDefaultNumber$outboundSchema:
|
|
18186
|
+
z.ZodType<
|
|
18187
|
+
SyncReconcileRequestTargetReleaseDefaultNumber$Outbound,
|
|
18188
|
+
SyncReconcileRequestTargetReleaseDefaultNumber
|
|
18189
|
+
> = z.object({
|
|
18190
|
+
type: SyncReconcileRequestTargetReleaseTypeNumber$outboundSchema,
|
|
18191
|
+
value: z.string(),
|
|
18192
|
+
});
|
|
18193
|
+
|
|
18194
|
+
export function syncReconcileRequestTargetReleaseDefaultNumberToJSON(
|
|
18195
|
+
syncReconcileRequestTargetReleaseDefaultNumber:
|
|
18196
|
+
SyncReconcileRequestTargetReleaseDefaultNumber,
|
|
18197
|
+
): string {
|
|
18198
|
+
return JSON.stringify(
|
|
18199
|
+
SyncReconcileRequestTargetReleaseDefaultNumber$outboundSchema.parse(
|
|
18200
|
+
syncReconcileRequestTargetReleaseDefaultNumber,
|
|
18201
|
+
),
|
|
18202
|
+
);
|
|
18203
|
+
}
|
|
18204
|
+
|
|
18205
|
+
/** @internal */
|
|
18206
|
+
export const SyncReconcileRequestTargetReleaseTypeString$outboundSchema:
|
|
18207
|
+
z.ZodEnum<typeof SyncReconcileRequestTargetReleaseTypeString> = z.enum(
|
|
18208
|
+
SyncReconcileRequestTargetReleaseTypeString,
|
|
18209
|
+
);
|
|
18210
|
+
|
|
18211
|
+
/** @internal */
|
|
18212
|
+
export type SyncReconcileRequestTargetReleaseDefaultString$Outbound = {
|
|
18213
|
+
type: string;
|
|
18214
|
+
value: string;
|
|
18215
|
+
};
|
|
18216
|
+
|
|
18217
|
+
/** @internal */
|
|
18218
|
+
export const SyncReconcileRequestTargetReleaseDefaultString$outboundSchema:
|
|
18219
|
+
z.ZodType<
|
|
18220
|
+
SyncReconcileRequestTargetReleaseDefaultString$Outbound,
|
|
18221
|
+
SyncReconcileRequestTargetReleaseDefaultString
|
|
18222
|
+
> = z.object({
|
|
18223
|
+
type: SyncReconcileRequestTargetReleaseTypeString$outboundSchema,
|
|
18224
|
+
value: z.string(),
|
|
18225
|
+
});
|
|
18226
|
+
|
|
18227
|
+
export function syncReconcileRequestTargetReleaseDefaultStringToJSON(
|
|
18228
|
+
syncReconcileRequestTargetReleaseDefaultString:
|
|
18229
|
+
SyncReconcileRequestTargetReleaseDefaultString,
|
|
18230
|
+
): string {
|
|
18231
|
+
return JSON.stringify(
|
|
18232
|
+
SyncReconcileRequestTargetReleaseDefaultString$outboundSchema.parse(
|
|
18233
|
+
syncReconcileRequestTargetReleaseDefaultString,
|
|
18234
|
+
),
|
|
18235
|
+
);
|
|
18236
|
+
}
|
|
18237
|
+
|
|
18238
|
+
/** @internal */
|
|
18239
|
+
export type SyncReconcileRequestTargetReleaseDefaultUnion$Outbound =
|
|
18240
|
+
| SyncReconcileRequestTargetReleaseDefaultString$Outbound
|
|
18241
|
+
| SyncReconcileRequestTargetReleaseDefaultNumber$Outbound
|
|
18242
|
+
| SyncReconcileRequestTargetReleaseDefaultBoolean$Outbound
|
|
18243
|
+
| SyncReconcileRequestTargetReleaseDefaultStringList$Outbound
|
|
18244
|
+
| any;
|
|
18245
|
+
|
|
18246
|
+
/** @internal */
|
|
18247
|
+
export const SyncReconcileRequestTargetReleaseDefaultUnion$outboundSchema:
|
|
18248
|
+
z.ZodType<
|
|
18249
|
+
SyncReconcileRequestTargetReleaseDefaultUnion$Outbound,
|
|
18250
|
+
SyncReconcileRequestTargetReleaseDefaultUnion
|
|
18251
|
+
> = z.union([
|
|
18252
|
+
z.lazy(() => SyncReconcileRequestTargetReleaseDefaultString$outboundSchema),
|
|
18253
|
+
z.lazy(() => SyncReconcileRequestTargetReleaseDefaultNumber$outboundSchema),
|
|
18254
|
+
z.lazy(() =>
|
|
18255
|
+
SyncReconcileRequestTargetReleaseDefaultBoolean$outboundSchema
|
|
18256
|
+
),
|
|
18257
|
+
z.lazy(() =>
|
|
18258
|
+
SyncReconcileRequestTargetReleaseDefaultStringList$outboundSchema
|
|
18259
|
+
),
|
|
18260
|
+
z.any(),
|
|
18261
|
+
]);
|
|
18262
|
+
|
|
18263
|
+
export function syncReconcileRequestTargetReleaseDefaultUnionToJSON(
|
|
18264
|
+
syncReconcileRequestTargetReleaseDefaultUnion:
|
|
18265
|
+
SyncReconcileRequestTargetReleaseDefaultUnion,
|
|
18266
|
+
): string {
|
|
18267
|
+
return JSON.stringify(
|
|
18268
|
+
SyncReconcileRequestTargetReleaseDefaultUnion$outboundSchema.parse(
|
|
18269
|
+
syncReconcileRequestTargetReleaseDefaultUnion,
|
|
18270
|
+
),
|
|
18271
|
+
);
|
|
18272
|
+
}
|
|
18273
|
+
|
|
18274
|
+
/** @internal */
|
|
18275
|
+
export const SyncReconcileRequestTargetReleaseTypeEnvEnum$outboundSchema:
|
|
18276
|
+
z.ZodEnum<typeof SyncReconcileRequestTargetReleaseTypeEnvEnum> = z.enum(
|
|
18277
|
+
SyncReconcileRequestTargetReleaseTypeEnvEnum,
|
|
18278
|
+
);
|
|
18279
|
+
|
|
18280
|
+
/** @internal */
|
|
18281
|
+
export type SyncReconcileRequestTargetReleaseTypeUnion$Outbound = string | any;
|
|
18282
|
+
|
|
18283
|
+
/** @internal */
|
|
18284
|
+
export const SyncReconcileRequestTargetReleaseTypeUnion$outboundSchema:
|
|
18285
|
+
z.ZodType<
|
|
18286
|
+
SyncReconcileRequestTargetReleaseTypeUnion$Outbound,
|
|
18287
|
+
SyncReconcileRequestTargetReleaseTypeUnion
|
|
18288
|
+
> = z.union([
|
|
18289
|
+
SyncReconcileRequestTargetReleaseTypeEnvEnum$outboundSchema,
|
|
18290
|
+
z.any(),
|
|
18291
|
+
]);
|
|
18292
|
+
|
|
18293
|
+
export function syncReconcileRequestTargetReleaseTypeUnionToJSON(
|
|
18294
|
+
syncReconcileRequestTargetReleaseTypeUnion:
|
|
18295
|
+
SyncReconcileRequestTargetReleaseTypeUnion,
|
|
18296
|
+
): string {
|
|
18297
|
+
return JSON.stringify(
|
|
18298
|
+
SyncReconcileRequestTargetReleaseTypeUnion$outboundSchema.parse(
|
|
18299
|
+
syncReconcileRequestTargetReleaseTypeUnion,
|
|
18300
|
+
),
|
|
18301
|
+
);
|
|
18302
|
+
}
|
|
18303
|
+
|
|
18304
|
+
/** @internal */
|
|
18305
|
+
export type SyncReconcileRequestTargetReleaseEnv$Outbound = {
|
|
18306
|
+
name: string;
|
|
18307
|
+
targetResources?: Array<string> | null | undefined;
|
|
18308
|
+
type?: string | any | null | undefined;
|
|
18309
|
+
};
|
|
18310
|
+
|
|
18311
|
+
/** @internal */
|
|
18312
|
+
export const SyncReconcileRequestTargetReleaseEnv$outboundSchema: z.ZodType<
|
|
18313
|
+
SyncReconcileRequestTargetReleaseEnv$Outbound,
|
|
18314
|
+
SyncReconcileRequestTargetReleaseEnv
|
|
18315
|
+
> = z.object({
|
|
18316
|
+
name: z.string(),
|
|
18317
|
+
targetResources: z.nullable(z.array(z.string())).optional(),
|
|
18318
|
+
type: z.nullable(
|
|
18319
|
+
z.union([
|
|
18320
|
+
SyncReconcileRequestTargetReleaseTypeEnvEnum$outboundSchema,
|
|
18321
|
+
z.any(),
|
|
18322
|
+
]),
|
|
18323
|
+
).optional(),
|
|
18324
|
+
});
|
|
18325
|
+
|
|
18326
|
+
export function syncReconcileRequestTargetReleaseEnvToJSON(
|
|
18327
|
+
syncReconcileRequestTargetReleaseEnv: SyncReconcileRequestTargetReleaseEnv,
|
|
18328
|
+
): string {
|
|
18329
|
+
return JSON.stringify(
|
|
18330
|
+
SyncReconcileRequestTargetReleaseEnv$outboundSchema.parse(
|
|
18331
|
+
syncReconcileRequestTargetReleaseEnv,
|
|
18332
|
+
),
|
|
18333
|
+
);
|
|
18334
|
+
}
|
|
18335
|
+
|
|
18336
|
+
/** @internal */
|
|
18337
|
+
export const TargetReleaseStateKind$outboundSchema: z.ZodEnum<
|
|
18338
|
+
typeof TargetReleaseStateKind
|
|
18339
|
+
> = z.enum(TargetReleaseStateKind);
|
|
18340
|
+
|
|
18341
|
+
/** @internal */
|
|
18342
|
+
export const SyncReconcileRequestTargetReleasePlatform$outboundSchema:
|
|
18343
|
+
z.ZodEnum<typeof SyncReconcileRequestTargetReleasePlatform> = z.enum(
|
|
18344
|
+
SyncReconcileRequestTargetReleasePlatform,
|
|
18345
|
+
);
|
|
18346
|
+
|
|
18347
|
+
/** @internal */
|
|
18348
|
+
export const SyncReconcileRequestTargetReleaseProvidedBy$outboundSchema:
|
|
18349
|
+
z.ZodEnum<typeof SyncReconcileRequestTargetReleaseProvidedBy> = z.enum(
|
|
18350
|
+
SyncReconcileRequestTargetReleaseProvidedBy,
|
|
18351
|
+
);
|
|
18352
|
+
|
|
18353
|
+
/** @internal */
|
|
18354
|
+
export type SyncReconcileRequestTargetReleaseValidation$Outbound = {
|
|
18355
|
+
format?: string | null | undefined;
|
|
18356
|
+
max?: string | null | undefined;
|
|
18357
|
+
maxItems?: number | null | undefined;
|
|
18358
|
+
maxLength?: number | null | undefined;
|
|
18359
|
+
min?: string | null | undefined;
|
|
18360
|
+
minItems?: number | null | undefined;
|
|
18361
|
+
minLength?: number | null | undefined;
|
|
18362
|
+
pattern?: string | null | undefined;
|
|
18363
|
+
values?: Array<string> | null | undefined;
|
|
18364
|
+
};
|
|
18365
|
+
|
|
18366
|
+
/** @internal */
|
|
18367
|
+
export const SyncReconcileRequestTargetReleaseValidation$outboundSchema:
|
|
18368
|
+
z.ZodType<
|
|
18369
|
+
SyncReconcileRequestTargetReleaseValidation$Outbound,
|
|
18370
|
+
SyncReconcileRequestTargetReleaseValidation
|
|
18371
|
+
> = z.object({
|
|
18372
|
+
format: z.nullable(z.string()).optional(),
|
|
18373
|
+
max: z.nullable(z.string()).optional(),
|
|
18374
|
+
maxItems: z.nullable(z.int()).optional(),
|
|
18375
|
+
maxLength: z.nullable(z.int()).optional(),
|
|
18376
|
+
min: z.nullable(z.string()).optional(),
|
|
18377
|
+
minItems: z.nullable(z.int()).optional(),
|
|
18378
|
+
minLength: z.nullable(z.int()).optional(),
|
|
18379
|
+
pattern: z.nullable(z.string()).optional(),
|
|
18380
|
+
values: z.nullable(z.array(z.string())).optional(),
|
|
18381
|
+
});
|
|
18382
|
+
|
|
18383
|
+
export function syncReconcileRequestTargetReleaseValidationToJSON(
|
|
18384
|
+
syncReconcileRequestTargetReleaseValidation:
|
|
18385
|
+
SyncReconcileRequestTargetReleaseValidation,
|
|
18386
|
+
): string {
|
|
18387
|
+
return JSON.stringify(
|
|
18388
|
+
SyncReconcileRequestTargetReleaseValidation$outboundSchema.parse(
|
|
18389
|
+
syncReconcileRequestTargetReleaseValidation,
|
|
18390
|
+
),
|
|
18391
|
+
);
|
|
18392
|
+
}
|
|
18393
|
+
|
|
18394
|
+
/** @internal */
|
|
18395
|
+
export type SyncReconcileRequestTargetReleaseValidationUnion$Outbound =
|
|
18396
|
+
| SyncReconcileRequestTargetReleaseValidation$Outbound
|
|
18397
|
+
| any;
|
|
18398
|
+
|
|
18399
|
+
/** @internal */
|
|
18400
|
+
export const SyncReconcileRequestTargetReleaseValidationUnion$outboundSchema:
|
|
18401
|
+
z.ZodType<
|
|
18402
|
+
SyncReconcileRequestTargetReleaseValidationUnion$Outbound,
|
|
18403
|
+
SyncReconcileRequestTargetReleaseValidationUnion
|
|
18404
|
+
> = z.union([
|
|
18405
|
+
z.lazy(() => SyncReconcileRequestTargetReleaseValidation$outboundSchema),
|
|
18406
|
+
z.any(),
|
|
18407
|
+
]);
|
|
18408
|
+
|
|
18409
|
+
export function syncReconcileRequestTargetReleaseValidationUnionToJSON(
|
|
18410
|
+
syncReconcileRequestTargetReleaseValidationUnion:
|
|
18411
|
+
SyncReconcileRequestTargetReleaseValidationUnion,
|
|
18412
|
+
): string {
|
|
18413
|
+
return JSON.stringify(
|
|
18414
|
+
SyncReconcileRequestTargetReleaseValidationUnion$outboundSchema.parse(
|
|
18415
|
+
syncReconcileRequestTargetReleaseValidationUnion,
|
|
18416
|
+
),
|
|
18417
|
+
);
|
|
18418
|
+
}
|
|
18419
|
+
|
|
18420
|
+
/** @internal */
|
|
18421
|
+
export type SyncReconcileRequestTargetReleaseInput$Outbound = {
|
|
18422
|
+
default?:
|
|
18423
|
+
| SyncReconcileRequestTargetReleaseDefaultString$Outbound
|
|
18424
|
+
| SyncReconcileRequestTargetReleaseDefaultNumber$Outbound
|
|
18425
|
+
| SyncReconcileRequestTargetReleaseDefaultBoolean$Outbound
|
|
18426
|
+
| SyncReconcileRequestTargetReleaseDefaultStringList$Outbound
|
|
18427
|
+
| any
|
|
18428
|
+
| null
|
|
18429
|
+
| undefined;
|
|
18430
|
+
description: string;
|
|
18431
|
+
env?: Array<SyncReconcileRequestTargetReleaseEnv$Outbound> | undefined;
|
|
18432
|
+
id: string;
|
|
18433
|
+
kind: string;
|
|
18434
|
+
label: string;
|
|
18435
|
+
placeholder?: string | null | undefined;
|
|
18436
|
+
platforms?: Array<string> | null | undefined;
|
|
18437
|
+
providedBy: Array<string>;
|
|
18438
|
+
required: boolean;
|
|
18439
|
+
validation?:
|
|
18440
|
+
| SyncReconcileRequestTargetReleaseValidation$Outbound
|
|
18441
|
+
| any
|
|
18442
|
+
| null
|
|
18443
|
+
| undefined;
|
|
18444
|
+
};
|
|
18445
|
+
|
|
18446
|
+
/** @internal */
|
|
18447
|
+
export const SyncReconcileRequestTargetReleaseInput$outboundSchema: z.ZodType<
|
|
18448
|
+
SyncReconcileRequestTargetReleaseInput$Outbound,
|
|
18449
|
+
SyncReconcileRequestTargetReleaseInput
|
|
18450
|
+
> = z.object({
|
|
18451
|
+
default: z.nullable(
|
|
18452
|
+
z.union([
|
|
18453
|
+
z.lazy(() =>
|
|
18454
|
+
SyncReconcileRequestTargetReleaseDefaultString$outboundSchema
|
|
18455
|
+
),
|
|
18456
|
+
z.lazy(() =>
|
|
18457
|
+
SyncReconcileRequestTargetReleaseDefaultNumber$outboundSchema
|
|
18458
|
+
),
|
|
18459
|
+
z.lazy(() =>
|
|
18460
|
+
SyncReconcileRequestTargetReleaseDefaultBoolean$outboundSchema
|
|
18461
|
+
),
|
|
18462
|
+
z.lazy(() =>
|
|
18463
|
+
SyncReconcileRequestTargetReleaseDefaultStringList$outboundSchema
|
|
18464
|
+
),
|
|
18465
|
+
z.any(),
|
|
18466
|
+
]),
|
|
18467
|
+
).optional(),
|
|
18468
|
+
description: z.string(),
|
|
18469
|
+
env: z.array(
|
|
18470
|
+
z.lazy(() => SyncReconcileRequestTargetReleaseEnv$outboundSchema),
|
|
18471
|
+
).optional(),
|
|
18472
|
+
id: z.string(),
|
|
18473
|
+
kind: TargetReleaseStateKind$outboundSchema,
|
|
18474
|
+
label: z.string(),
|
|
18475
|
+
placeholder: z.nullable(z.string()).optional(),
|
|
18476
|
+
platforms: z.nullable(
|
|
18477
|
+
z.array(SyncReconcileRequestTargetReleasePlatform$outboundSchema),
|
|
18478
|
+
).optional(),
|
|
18479
|
+
providedBy: z.array(
|
|
18480
|
+
SyncReconcileRequestTargetReleaseProvidedBy$outboundSchema,
|
|
18481
|
+
),
|
|
18482
|
+
required: z.boolean(),
|
|
18483
|
+
validation: z.nullable(
|
|
18484
|
+
z.union([
|
|
18485
|
+
z.lazy(() => SyncReconcileRequestTargetReleaseValidation$outboundSchema),
|
|
18486
|
+
z.any(),
|
|
18487
|
+
]),
|
|
18488
|
+
).optional(),
|
|
18489
|
+
});
|
|
18490
|
+
|
|
18491
|
+
export function syncReconcileRequestTargetReleaseInputToJSON(
|
|
18492
|
+
syncReconcileRequestTargetReleaseInput:
|
|
18493
|
+
SyncReconcileRequestTargetReleaseInput,
|
|
18494
|
+
): string {
|
|
18495
|
+
return JSON.stringify(
|
|
18496
|
+
SyncReconcileRequestTargetReleaseInput$outboundSchema.parse(
|
|
18497
|
+
syncReconcileRequestTargetReleaseInput,
|
|
18498
|
+
),
|
|
18499
|
+
);
|
|
18500
|
+
}
|
|
18501
|
+
|
|
16529
18502
|
/** @internal */
|
|
16530
18503
|
export const SyncReconcileRequestTargetReleaseManagementEnum$outboundSchema:
|
|
16531
18504
|
z.ZodEnum<typeof SyncReconcileRequestTargetReleaseManagementEnum> = z.enum(
|
|
@@ -18909,6 +20882,7 @@ export const SyncReconcileRequestTargetReleaseSupportedPlatform$outboundSchema:
|
|
|
18909
20882
|
/** @internal */
|
|
18910
20883
|
export type SyncReconcileRequestTargetReleaseStack$Outbound = {
|
|
18911
20884
|
id: string;
|
|
20885
|
+
inputs?: Array<SyncReconcileRequestTargetReleaseInput$Outbound> | undefined;
|
|
18912
20886
|
permissions?:
|
|
18913
20887
|
| SyncReconcileRequestTargetReleasePermissions$Outbound
|
|
18914
20888
|
| undefined;
|
|
@@ -18924,6 +20898,9 @@ export const SyncReconcileRequestTargetReleaseStack$outboundSchema: z.ZodType<
|
|
|
18924
20898
|
SyncReconcileRequestTargetReleaseStack
|
|
18925
20899
|
> = z.object({
|
|
18926
20900
|
id: z.string(),
|
|
20901
|
+
inputs: z.array(
|
|
20902
|
+
z.lazy(() => SyncReconcileRequestTargetReleaseInput$outboundSchema),
|
|
20903
|
+
).optional(),
|
|
18927
20904
|
permissions: z.lazy(() =>
|
|
18928
20905
|
SyncReconcileRequestTargetReleasePermissions$outboundSchema
|
|
18929
20906
|
).optional(),
|