@alienplatform/platform-api 1.8.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FUNCTIONS.md +3 -3
- package/README.md +20 -7
- package/esm/funcs/authWhoami.d.ts +2 -1
- package/esm/funcs/authWhoami.d.ts.map +1 -1
- package/esm/funcs/authWhoami.js +19 -5
- package/esm/funcs/authWhoami.js.map +1 -1
- package/esm/funcs/debugSessionsCreate.d.ts +16 -0
- package/esm/funcs/debugSessionsCreate.d.ts.map +1 -0
- package/esm/funcs/debugSessionsCreate.js +86 -0
- package/esm/funcs/debugSessionsCreate.js.map +1 -0
- package/esm/funcs/debugSessionsGet.d.ts +16 -0
- package/esm/funcs/debugSessionsGet.d.ts.map +1 -0
- package/esm/funcs/debugSessionsGet.js +89 -0
- package/esm/funcs/debugSessionsGet.js.map +1 -0
- package/esm/funcs/debugSessionsList.d.ts +16 -0
- package/esm/funcs/debugSessionsList.d.ts.map +1 -0
- package/esm/funcs/debugSessionsList.js +90 -0
- package/esm/funcs/debugSessionsList.js.map +1 -0
- package/esm/funcs/debugSessionsUpdate.d.ts +16 -0
- package/esm/funcs/debugSessionsUpdate.d.ts.map +1 -0
- package/esm/funcs/debugSessionsUpdate.js +92 -0
- package/esm/funcs/debugSessionsUpdate.js.map +1 -0
- package/esm/funcs/deploymentPlanCompute.d.ts +16 -0
- package/esm/funcs/deploymentPlanCompute.d.ts.map +1 -0
- package/esm/funcs/deploymentPlanCompute.js +84 -0
- package/esm/funcs/deploymentPlanCompute.js.map +1 -0
- package/esm/funcs/deploymentsList.js +3 -2
- package/esm/funcs/deploymentsList.js.map +1 -1
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/models/commanddeploymentinfo.d.ts +1 -1
- package/esm/models/commanddeploymentinfo.d.ts.map +1 -1
- package/esm/models/commanddeploymentinfo.js +1 -1
- package/esm/models/commanddeploymentinfo.js.map +1 -1
- package/esm/models/createdebugsessionrequest.d.ts +27 -0
- package/esm/models/createdebugsessionrequest.d.ts.map +1 -0
- package/esm/models/createdebugsessionrequest.js +17 -0
- package/esm/models/createdebugsessionrequest.js.map +1 -0
- package/esm/models/createdeploymentgrouptokenrequest.d.ts +7 -0
- package/esm/models/createdeploymentgrouptokenrequest.d.ts.map +1 -1
- package/esm/models/createdeploymentgrouptokenrequest.js +3 -0
- package/esm/models/createdeploymentgrouptokenrequest.js.map +1 -1
- package/esm/models/createmanagerresponse.d.ts +196 -0
- package/esm/models/createmanagerresponse.d.ts.map +1 -1
- package/esm/models/createmanagerresponse.js +150 -0
- package/esm/models/createmanagerresponse.js.map +1 -1
- package/esm/models/createreleaserequest.d.ts +5 -5
- package/esm/models/createreleaserequest.d.ts.map +1 -1
- package/esm/models/createreleaserequest.js +2 -2
- package/esm/models/createreleaserequest.js.map +1 -1
- package/esm/models/createsetupregistrationoperationrequest.d.ts +95 -0
- package/esm/models/createsetupregistrationoperationrequest.d.ts.map +1 -1
- package/esm/models/createsetupregistrationoperationrequest.js +52 -0
- package/esm/models/createsetupregistrationoperationrequest.js.map +1 -1
- package/esm/models/debugpackagepresignedurls.d.ts +11 -0
- package/esm/models/debugpackagepresignedurls.d.ts.map +1 -0
- package/esm/models/debugpackagepresignedurls.js +14 -0
- package/esm/models/debugpackagepresignedurls.js.map +1 -0
- package/esm/models/debugsession.d.ts +74 -0
- package/esm/models/debugsession.d.ts.map +1 -0
- package/esm/models/debugsession.js +49 -0
- package/esm/models/debugsession.js.map +1 -0
- package/esm/models/debugsessionlistresponse.d.ts +21 -0
- package/esm/models/debugsessionlistresponse.d.ts.map +1 -0
- package/esm/models/debugsessionlistresponse.js +15 -0
- package/esm/models/debugsessionlistresponse.js.map +1 -0
- package/esm/models/debugsessionstate.d.ts +22 -0
- package/esm/models/debugsessionstate.d.ts.map +1 -0
- package/esm/models/debugsessionstate.js +20 -0
- package/esm/models/debugsessionstate.js.map +1 -0
- package/esm/models/deployment.d.ts +313 -4
- package/esm/models/deployment.d.ts.map +1 -1
- package/esm/models/deployment.js +214 -1
- package/esm/models/deployment.js.map +1 -1
- package/esm/models/deploymentcomputeplan.d.ts +165 -0
- package/esm/models/deploymentcomputeplan.d.ts.map +1 -0
- package/esm/models/deploymentcomputeplan.js +206 -0
- package/esm/models/deploymentcomputeplan.js.map +1 -0
- package/esm/models/deploymentconnectioninfo.d.ts +13 -3
- package/esm/models/deploymentconnectioninfo.d.ts.map +1 -1
- package/esm/models/deploymentconnectioninfo.js +10 -1
- package/esm/models/deploymentconnectioninfo.js.map +1 -1
- package/esm/models/deploymentdetailresponse.d.ts +313 -4
- package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
- package/esm/models/deploymentdetailresponse.js +224 -1
- package/esm/models/deploymentdetailresponse.js.map +1 -1
- package/esm/models/deploymentinfo.d.ts +18 -1
- package/esm/models/deploymentinfo.d.ts.map +1 -1
- package/esm/models/deploymentinfo.js +12 -0
- package/esm/models/deploymentinfo.js.map +1 -1
- package/esm/models/deploymentinfosetupconfig.d.ts +248 -0
- package/esm/models/deploymentinfosetupconfig.d.ts.map +1 -1
- package/esm/models/deploymentinfosetupconfig.js +176 -0
- package/esm/models/deploymentinfosetupconfig.js.map +1 -1
- package/esm/models/deploymentlistitemresponse.d.ts +1 -1
- package/esm/models/deploymentlistitemresponse.d.ts.map +1 -1
- package/esm/models/deploymentlistitemresponse.js +1 -1
- package/esm/models/deploymentlistitemresponse.js.map +1 -1
- package/esm/models/deploymentsetupconfig.d.ts +7 -0
- package/esm/models/deploymentsetupconfig.d.ts.map +1 -1
- package/esm/models/deploymentsetupconfig.js +3 -0
- package/esm/models/deploymentsetupconfig.js.map +1 -1
- package/esm/models/deploymentsetupstacksettingspolicy.d.ts +103 -0
- package/esm/models/deploymentsetupstacksettingspolicy.d.ts.map +1 -1
- package/esm/models/deploymentsetupstacksettingspolicy.js +99 -0
- package/esm/models/deploymentsetupstacksettingspolicy.js.map +1 -1
- package/esm/models/encryptedstackinputvalue.d.ts +42 -0
- package/esm/models/encryptedstackinputvalue.d.ts.map +1 -0
- package/esm/models/encryptedstackinputvalue.js +37 -0
- package/esm/models/encryptedstackinputvalue.js.map +1 -0
- package/esm/models/forwardimportrequest.d.ts +7 -3
- package/esm/models/forwardimportrequest.d.ts.map +1 -1
- package/esm/models/forwardimportrequest.js +3 -0
- package/esm/models/forwardimportrequest.js.map +1 -1
- package/esm/models/importsource.d.ts +88 -0
- package/esm/models/importsource.d.ts.map +1 -1
- package/esm/models/importsource.js +43 -0
- package/esm/models/importsource.js.map +1 -1
- package/esm/models/index.d.ts +11 -0
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +11 -0
- package/esm/models/index.js.map +1 -1
- package/esm/models/managerretryresponse.d.ts +196 -0
- package/esm/models/managerretryresponse.d.ts.map +1 -1
- package/esm/models/managerretryresponse.js +150 -0
- package/esm/models/managerretryresponse.js.map +1 -1
- package/esm/models/newdeploymentrequest.d.ts +100 -5
- package/esm/models/newdeploymentrequest.d.ts.map +1 -1
- package/esm/models/newdeploymentrequest.js +53 -1
- package/esm/models/newdeploymentrequest.js.map +1 -1
- package/esm/models/operations/addworkspacemember.d.ts +1 -1
- package/esm/models/operations/cancelmanagersetup.d.ts +1 -1
- package/esm/models/operations/cancelpackage.d.ts +1 -1
- package/esm/models/operations/createapikey.d.ts +1 -1
- package/esm/models/operations/createcommand.d.ts +1 -1
- package/esm/models/operations/createdebugsession.d.ts +18 -0
- package/esm/models/operations/createdebugsession.d.ts.map +1 -0
- package/esm/models/operations/createdebugsession.js +20 -0
- package/esm/models/operations/createdebugsession.js.map +1 -0
- package/esm/models/operations/createdeployment.d.ts +1 -1
- package/esm/models/operations/createdeploymentgroup.d.ts +1 -1
- package/esm/models/operations/createdeploymentgrouptoken.d.ts +1 -1
- package/esm/models/operations/createdeploymenttoken.d.ts +1 -1
- package/esm/models/operations/createdomain.d.ts +1 -1
- package/esm/models/operations/createdomainendpoint.d.ts +1 -1
- package/esm/models/operations/createmanager.d.ts +1 -1
- package/esm/models/operations/createproject.d.ts +3 -3
- package/esm/models/operations/createprojectfromtemplate.d.ts +3 -3
- package/esm/models/operations/createrelease.d.ts +1 -1
- package/esm/models/operations/createsetupregistrationoperation.d.ts +1 -1
- package/esm/models/operations/deleteapikeys.d.ts +1 -1
- package/esm/models/operations/deletedeployment.d.ts +1 -1
- package/esm/models/operations/deletedeploymentgroup.d.ts +1 -1
- package/esm/models/operations/deletedomain.d.ts +1 -1
- package/esm/models/operations/deletemanager.d.ts +1 -1
- package/esm/models/operations/deleteproject.d.ts +1 -1
- package/esm/models/operations/deleteworkspace.d.ts +1 -1
- package/esm/models/operations/dismissworkspaceonboarding.d.ts +1 -1
- package/esm/models/operations/generatemanagertoken.d.ts +1 -1
- package/esm/models/operations/getapikey.d.ts +1 -1
- package/esm/models/operations/getcloudregions.d.ts +1 -1
- package/esm/models/operations/getcommand.d.ts +1 -1
- package/esm/models/operations/getdebugsession.d.ts +20 -0
- package/esm/models/operations/getdebugsession.d.ts.map +1 -0
- package/esm/models/operations/getdebugsession.js +13 -0
- package/esm/models/operations/getdebugsession.js.map +1 -0
- package/esm/models/operations/getdeployment.d.ts +1 -1
- package/esm/models/operations/getdeploymentconnectioninfo.d.ts +1 -1
- package/esm/models/operations/getdeploymentgroup.d.ts +1 -1
- package/esm/models/operations/getdeploymentinfo.d.ts +1 -1
- package/esm/models/operations/getdeploymentstats.d.ts +1 -1
- package/esm/models/operations/getdomain.d.ts +1 -1
- package/esm/models/operations/getevent.d.ts +1 -1
- package/esm/models/operations/getmanager.d.ts +1 -1
- package/esm/models/operations/getmanagerdeployment.d.ts +1 -1
- package/esm/models/operations/getmanagerdomainbinding.d.ts +1 -1
- package/esm/models/operations/getmanagermanagementconfig.d.ts +1 -1
- package/esm/models/operations/getpackage.d.ts +1 -1
- package/esm/models/operations/getproject.d.ts +1 -1
- package/esm/models/operations/getprojectactiverelease.d.ts +1 -1
- package/esm/models/operations/getprojectdeploymentportaldomain.d.ts +1 -1
- package/esm/models/operations/getprojectgcpoauthprovider.d.ts +1 -1
- package/esm/models/operations/getprojecttemplateurls.d.ts +1 -1
- package/esm/models/operations/getrelease.d.ts +1 -1
- package/esm/models/operations/getresourcedeploymentdetail.d.ts +1 -1
- package/esm/models/operations/getsetupregistrationoperation.d.ts +1 -1
- package/esm/models/operations/getworkspace.d.ts +1 -1
- package/esm/models/operations/getworkspacebillingentitlements.d.ts +1 -1
- package/esm/models/operations/importdeployment.d.ts +1 -1
- package/esm/models/operations/index.d.ts +6 -0
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +6 -0
- package/esm/models/operations/index.js.map +1 -1
- package/esm/models/operations/listapikeys.d.ts +1 -1
- package/esm/models/operations/listbillingauditlog.d.ts +1 -1
- package/esm/models/operations/listcommanddeployments.d.ts +1 -1
- package/esm/models/operations/listcommandnames.d.ts +1 -1
- package/esm/models/operations/listcommands.d.ts +1 -1
- package/esm/models/operations/listdebugsessions.d.ts +82 -0
- package/esm/models/operations/listdebugsessions.d.ts.map +1 -0
- package/esm/models/operations/listdebugsessions.js +42 -0
- package/esm/models/operations/listdebugsessions.js.map +1 -0
- package/esm/models/operations/listdeploymentfilterdeploymentgroups.d.ts +1 -1
- package/esm/models/operations/listdeploymentfilterenvironments.d.ts +1 -1
- package/esm/models/operations/listdeploymentgroups.d.ts +1 -1
- package/esm/models/operations/listdeployments.d.ts +6 -1
- package/esm/models/operations/listdeployments.d.ts.map +1 -1
- package/esm/models/operations/listdeployments.js +1 -0
- package/esm/models/operations/listdeployments.js.map +1 -1
- package/esm/models/operations/listdomains.d.ts +1 -1
- package/esm/models/operations/listevents.d.ts +1 -1
- package/esm/models/operations/listmanagerevents.d.ts +1 -1
- package/esm/models/operations/listmanagers.d.ts +1 -1
- package/esm/models/operations/listpackages.d.ts +1 -1
- package/esm/models/operations/listprojects.d.ts +1 -1
- package/esm/models/operations/listreleaseauthors.d.ts +1 -1
- package/esm/models/operations/listreleasebranches.d.ts +1 -1
- package/esm/models/operations/listreleases.d.ts +1 -1
- package/esm/models/operations/listresourcedeployments.d.ts +1 -1
- package/esm/models/operations/listresourceoverview.d.ts +1 -1
- package/esm/models/operations/listworkspacemembers.d.ts +1 -1
- package/esm/models/operations/listworkspaces.d.ts +1 -1
- package/esm/models/operations/pindeploymentrelease.d.ts +1 -1
- package/esm/models/operations/plandeploymentcompute.d.ts +1470 -0
- package/esm/models/operations/plandeploymentcompute.d.ts.map +1 -0
- package/esm/models/operations/plandeploymentcompute.js +897 -0
- package/esm/models/operations/plandeploymentcompute.js.map +1 -0
- package/esm/models/operations/preparedeploymentstack.d.ts +435 -407
- package/esm/models/operations/preparedeploymentstack.d.ts.map +1 -1
- package/esm/models/operations/preparedeploymentstack.js +401 -352
- package/esm/models/operations/preparedeploymentstack.js.map +1 -1
- package/esm/models/operations/provisionmanager.d.ts +1 -1
- package/esm/models/operations/rebuildpackages.d.ts +1 -1
- package/esm/models/operations/redeploydeployment.d.ts +1 -1
- package/esm/models/operations/refreshdomain.d.ts +1 -1
- package/esm/models/operations/removeworkspacemember.d.ts +1 -1
- package/esm/models/operations/reportmanagerheartbeat.d.ts +1 -1
- package/esm/models/operations/resolve.d.ts +1 -1
- package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts +1 -1
- package/esm/models/operations/retrydeployment.d.ts +1 -1
- package/esm/models/operations/retrymanager.d.ts +1 -1
- package/esm/models/operations/retrymanagersetup.d.ts +1 -1
- package/esm/models/operations/revokeapikey.d.ts +1 -1
- package/esm/models/operations/syncacquire.d.ts +1 -1
- package/esm/models/operations/synclist.d.ts +1 -1
- package/esm/models/operations/syncreconcile.d.ts +1 -1
- package/esm/models/operations/syncrelease.d.ts +1 -1
- package/esm/models/operations/updateapikey.d.ts +1 -1
- package/esm/models/operations/updatecommand.d.ts +1 -1
- package/esm/models/operations/updatedebugsession.d.ts +23 -0
- package/esm/models/operations/updatedebugsession.d.ts.map +1 -0
- package/esm/models/operations/updatedebugsession.js +21 -0
- package/esm/models/operations/updatedebugsession.js.map +1 -0
- package/esm/models/operations/updatedeploymentenvironmentvariables.d.ts +1 -1
- package/esm/models/operations/updatedeploymentgroup.d.ts +1 -1
- package/esm/models/operations/updatemanager.d.ts +1 -1
- package/esm/models/operations/updatemanagerdomainbinding.d.ts +1 -1
- package/esm/models/operations/updateproject.d.ts +1 -1
- package/esm/models/operations/updateprojectgcpoauthprovider.d.ts +1 -1
- package/esm/models/operations/updateworkspace.d.ts +1 -1
- package/esm/models/operations/updateworkspacemember.d.ts +1 -1
- package/esm/models/operations/whoami.d.ts +15 -0
- package/esm/models/operations/whoami.d.ts.map +1 -0
- package/esm/models/operations/whoami.js +12 -0
- package/esm/models/operations/whoami.js.map +1 -0
- package/esm/models/package.d.ts +1 -1
- package/esm/models/persistimporteddeploymentrequest.d.ts +402 -0
- package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -1
- package/esm/models/persistimporteddeploymentrequest.js +232 -0
- package/esm/models/persistimporteddeploymentrequest.js.map +1 -1
- package/esm/models/prepareddeploymentstack.d.ts +248 -0
- package/esm/models/prepareddeploymentstack.d.ts.map +1 -1
- package/esm/models/prepareddeploymentstack.js +174 -0
- package/esm/models/prepareddeploymentstack.js.map +1 -1
- package/esm/models/project.d.ts +1 -1
- package/esm/models/projectlistitemresponse.d.ts +1 -1
- package/esm/models/resolvedstackinputsummary.d.ts +23 -0
- package/esm/models/resolvedstackinputsummary.d.ts.map +1 -0
- package/esm/models/resolvedstackinputsummary.js +24 -0
- package/esm/models/resolvedstackinputsummary.js.map +1 -0
- package/esm/models/stackinputvaluerequest.d.ts +8 -0
- package/esm/models/stackinputvaluerequest.d.ts.map +1 -0
- package/esm/models/stackinputvaluerequest.js +10 -0
- package/esm/models/stackinputvaluerequest.js.map +1 -0
- package/esm/models/syncacquireresponse.d.ts +916 -18
- package/esm/models/syncacquireresponse.d.ts.map +1 -1
- package/esm/models/syncacquireresponse.js +628 -1
- package/esm/models/syncacquireresponse.js.map +1 -1
- package/esm/models/synclistresponse.d.ts +313 -4
- package/esm/models/synclistresponse.d.ts.map +1 -1
- package/esm/models/synclistresponse.js +210 -1
- package/esm/models/synclistresponse.js.map +1 -1
- package/esm/models/syncreconcilerequest.d.ts +921 -0
- package/esm/models/syncreconcilerequest.d.ts.map +1 -1
- package/esm/models/syncreconcilerequest.js +534 -0
- package/esm/models/syncreconcilerequest.js.map +1 -1
- package/esm/models/syncreconcileresponse.d.ts +1318 -174
- package/esm/models/syncreconcileresponse.d.ts.map +1 -1
- package/esm/models/syncreconcileresponse.js +901 -91
- package/esm/models/syncreconcileresponse.js.map +1 -1
- package/esm/models/updateapikeyrequest.d.ts +11 -0
- package/esm/models/updateapikeyrequest.d.ts.map +1 -1
- package/esm/models/updateapikeyrequest.js +3 -0
- package/esm/models/updateapikeyrequest.js.map +1 -1
- package/esm/models/updatedebugsessionrequest.d.ts +21 -0
- package/esm/models/updatedebugsessionrequest.d.ts.map +1 -0
- package/esm/models/updatedebugsessionrequest.js +15 -0
- package/esm/models/updatedebugsessionrequest.js.map +1 -0
- package/esm/models/updatedeploymentsetuppolicy.d.ts +22 -0
- package/esm/models/updatedeploymentsetuppolicy.d.ts.map +1 -0
- package/esm/models/updatedeploymentsetuppolicy.js +14 -0
- package/esm/models/updatedeploymentsetuppolicy.js.map +1 -0
- package/esm/models/updateproject.d.ts +1 -1
- package/esm/sdk/auth.d.ts +2 -1
- package/esm/sdk/auth.d.ts.map +1 -1
- package/esm/sdk/auth.js +2 -2
- package/esm/sdk/auth.js.map +1 -1
- package/esm/sdk/debugsessions.d.ts +22 -0
- package/esm/sdk/debugsessions.d.ts.map +1 -0
- package/esm/sdk/debugsessions.js +36 -0
- package/esm/sdk/debugsessions.js.map +1 -0
- package/esm/sdk/deployment.d.ts +4 -0
- package/esm/sdk/deployment.d.ts.map +1 -1
- package/esm/sdk/deployment.js +7 -0
- package/esm/sdk/deployment.js.map +1 -1
- package/esm/sdk/sdk.d.ts +3 -0
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +4 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/esm/sdk/user.d.ts +4 -4
- package/esm/sdk/user.d.ts.map +1 -1
- package/esm/sdk/user.js +6 -6
- package/esm/sdk/user.js.map +1 -1
- package/examples/{userGetProfile.example.ts → userListMemberships.example.ts} +2 -2
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/authWhoami.ts +25 -2
- package/src/funcs/debugSessionsCreate.ts +178 -0
- package/src/funcs/debugSessionsGet.ts +179 -0
- package/src/funcs/debugSessionsList.ts +181 -0
- package/src/funcs/debugSessionsUpdate.ts +182 -0
- package/src/funcs/deploymentPlanCompute.ts +176 -0
- package/src/funcs/deploymentsList.ts +3 -1
- package/src/lib/config.ts +2 -2
- package/src/models/commanddeploymentinfo.ts +2 -2
- package/src/models/createdebugsessionrequest.ts +52 -0
- package/src/models/createdeploymentgrouptokenrequest.ts +9 -0
- package/src/models/createmanagerresponse.ts +520 -0
- package/src/models/createreleaserequest.ts +7 -7
- package/src/models/createsetupregistrationoperationrequest.ts +241 -0
- package/src/models/debugpackagepresignedurls.ts +32 -0
- package/src/models/debugsession.ts +118 -0
- package/src/models/debugsessionlistresponse.ts +42 -0
- package/src/models/debugsessionstate.ts +31 -0
- package/src/models/deployment.ts +651 -5
- package/src/models/deploymentcomputeplan.ts +500 -0
- package/src/models/deploymentconnectioninfo.ts +33 -4
- package/src/models/deploymentdetailresponse.ts +715 -5
- package/src/models/deploymentinfo.ts +37 -1
- package/src/models/deploymentinfosetupconfig.ts +544 -0
- package/src/models/deploymentlistitemresponse.ts +2 -2
- package/src/models/deploymentsetupconfig.ts +9 -0
- package/src/models/deploymentsetupstacksettingspolicy.ts +350 -0
- package/src/models/encryptedstackinputvalue.ts +86 -0
- package/src/models/forwardimportrequest.ts +9 -3
- package/src/models/importsource.ts +184 -0
- package/src/models/index.ts +11 -0
- package/src/models/managerretryresponse.ts +517 -0
- package/src/models/newdeploymentrequest.ts +219 -6
- package/src/models/operations/addworkspacemember.ts +1 -1
- package/src/models/operations/cancelmanagersetup.ts +1 -1
- package/src/models/operations/cancelpackage.ts +1 -1
- package/src/models/operations/createapikey.ts +1 -1
- package/src/models/operations/createcommand.ts +1 -1
- package/src/models/operations/createdebugsession.ts +45 -0
- package/src/models/operations/createdeployment.ts +1 -1
- package/src/models/operations/createdeploymentgroup.ts +1 -1
- package/src/models/operations/createdeploymentgrouptoken.ts +1 -1
- package/src/models/operations/createdeploymenttoken.ts +1 -1
- package/src/models/operations/createdomain.ts +1 -1
- package/src/models/operations/createdomainendpoint.ts +1 -1
- package/src/models/operations/createmanager.ts +1 -1
- package/src/models/operations/createproject.ts +3 -3
- package/src/models/operations/createprojectfromtemplate.ts +3 -3
- package/src/models/operations/createrelease.ts +1 -1
- package/src/models/operations/createsetupregistrationoperation.ts +1 -1
- package/src/models/operations/deleteapikeys.ts +1 -1
- package/src/models/operations/deletedeployment.ts +1 -1
- package/src/models/operations/deletedeploymentgroup.ts +1 -1
- package/src/models/operations/deletedomain.ts +1 -1
- package/src/models/operations/deletemanager.ts +1 -1
- package/src/models/operations/deleteproject.ts +1 -1
- package/src/models/operations/deleteworkspace.ts +1 -1
- package/src/models/operations/dismissworkspaceonboarding.ts +1 -1
- package/src/models/operations/generatemanagertoken.ts +1 -1
- package/src/models/operations/getapikey.ts +1 -1
- package/src/models/operations/getcloudregions.ts +1 -1
- package/src/models/operations/getcommand.ts +1 -1
- package/src/models/operations/getdebugsession.ts +39 -0
- package/src/models/operations/getdeployment.ts +1 -1
- package/src/models/operations/getdeploymentconnectioninfo.ts +1 -1
- package/src/models/operations/getdeploymentgroup.ts +1 -1
- package/src/models/operations/getdeploymentinfo.ts +1 -1
- package/src/models/operations/getdeploymentstats.ts +1 -1
- package/src/models/operations/getdomain.ts +1 -1
- package/src/models/operations/getevent.ts +1 -1
- package/src/models/operations/getmanager.ts +1 -1
- package/src/models/operations/getmanagerdeployment.ts +1 -1
- package/src/models/operations/getmanagerdomainbinding.ts +1 -1
- package/src/models/operations/getmanagermanagementconfig.ts +1 -1
- package/src/models/operations/getpackage.ts +1 -1
- package/src/models/operations/getproject.ts +1 -1
- package/src/models/operations/getprojectactiverelease.ts +1 -1
- package/src/models/operations/getprojectdeploymentportaldomain.ts +1 -1
- package/src/models/operations/getprojectgcpoauthprovider.ts +1 -1
- package/src/models/operations/getprojecttemplateurls.ts +1 -1
- package/src/models/operations/getrelease.ts +1 -1
- package/src/models/operations/getresourcedeploymentdetail.ts +1 -1
- package/src/models/operations/getsetupregistrationoperation.ts +1 -1
- package/src/models/operations/getworkspace.ts +1 -1
- package/src/models/operations/getworkspacebillingentitlements.ts +1 -1
- package/src/models/operations/importdeployment.ts +1 -1
- package/src/models/operations/index.ts +6 -0
- package/src/models/operations/listapikeys.ts +1 -1
- package/src/models/operations/listbillingauditlog.ts +1 -1
- package/src/models/operations/listcommanddeployments.ts +1 -1
- package/src/models/operations/listcommandnames.ts +1 -1
- package/src/models/operations/listcommands.ts +1 -1
- package/src/models/operations/listdebugsessions.ts +117 -0
- package/src/models/operations/listdeploymentfilterdeploymentgroups.ts +1 -1
- package/src/models/operations/listdeploymentfilterenvironments.ts +1 -1
- package/src/models/operations/listdeploymentgroups.ts +1 -1
- package/src/models/operations/listdeployments.ts +7 -1
- package/src/models/operations/listdomains.ts +1 -1
- package/src/models/operations/listevents.ts +1 -1
- package/src/models/operations/listmanagerevents.ts +1 -1
- package/src/models/operations/listmanagers.ts +1 -1
- package/src/models/operations/listpackages.ts +1 -1
- package/src/models/operations/listprojects.ts +1 -1
- package/src/models/operations/listreleaseauthors.ts +1 -1
- package/src/models/operations/listreleasebranches.ts +1 -1
- package/src/models/operations/listreleases.ts +1 -1
- package/src/models/operations/listresourcedeployments.ts +1 -1
- package/src/models/operations/listresourceoverview.ts +1 -1
- package/src/models/operations/listworkspacemembers.ts +1 -1
- package/src/models/operations/listworkspaces.ts +1 -1
- package/src/models/operations/pindeploymentrelease.ts +1 -1
- package/src/models/operations/plandeploymentcompute.ts +3412 -0
- package/src/models/operations/preparedeploymentstack.ts +1656 -1063
- package/src/models/operations/provisionmanager.ts +1 -1
- package/src/models/operations/rebuildpackages.ts +1 -1
- package/src/models/operations/redeploydeployment.ts +1 -1
- package/src/models/operations/refreshdomain.ts +1 -1
- package/src/models/operations/removeworkspacemember.ts +1 -1
- package/src/models/operations/reportmanagerheartbeat.ts +1 -1
- package/src/models/operations/resolve.ts +1 -1
- package/src/models/operations/resolvemanagergcpoauthprovider.ts +1 -1
- package/src/models/operations/retrydeployment.ts +1 -1
- package/src/models/operations/retrymanager.ts +1 -1
- package/src/models/operations/retrymanagersetup.ts +1 -1
- package/src/models/operations/revokeapikey.ts +1 -1
- package/src/models/operations/syncacquire.ts +1 -1
- package/src/models/operations/synclist.ts +1 -1
- package/src/models/operations/syncreconcile.ts +1 -1
- package/src/models/operations/syncrelease.ts +1 -1
- package/src/models/operations/updateapikey.ts +1 -1
- package/src/models/operations/updatecommand.ts +1 -1
- package/src/models/operations/updatedebugsession.ts +51 -0
- package/src/models/operations/updatedeploymentenvironmentvariables.ts +1 -1
- package/src/models/operations/updatedeploymentgroup.ts +1 -1
- package/src/models/operations/updatemanager.ts +1 -1
- package/src/models/operations/updatemanagerdomainbinding.ts +1 -1
- package/src/models/operations/updateproject.ts +1 -1
- package/src/models/operations/updateprojectgcpoauthprovider.ts +1 -1
- package/src/models/operations/updateworkspace.ts +1 -1
- package/src/models/operations/updateworkspacemember.ts +1 -1
- package/src/models/operations/whoami.ts +29 -0
- package/src/models/package.ts +1 -1
- package/src/models/persistimporteddeploymentrequest.ts +884 -0
- package/src/models/prepareddeploymentstack.ts +530 -0
- package/src/models/project.ts +1 -1
- package/src/models/projectlistitemresponse.ts +1 -1
- package/src/models/resolvedstackinputsummary.ts +54 -0
- package/src/models/stackinputvaluerequest.ts +28 -0
- package/src/models/syncacquireresponse.ts +2216 -154
- package/src/models/synclistresponse.ts +666 -5
- package/src/models/syncreconcilerequest.ts +2059 -82
- package/src/models/syncreconcileresponse.ts +2978 -444
- package/src/models/updateapikeyrequest.ts +17 -0
- package/src/models/updatedebugsessionrequest.ts +40 -0
- package/src/models/updatedeploymentsetuppolicy.ts +43 -0
- package/src/models/updateproject.ts +1 -1
- package/src/sdk/auth.ts +3 -0
- package/src/sdk/debugsessions.ts +70 -0
- package/src/sdk/deployment.ts +15 -0
- package/src/sdk/sdk.ts +6 -0
- package/src/sdk/user.ts +12 -12
|
@@ -12,6 +12,265 @@ import { ClosedEnum } from "../types/enums.js";
|
|
|
12
12
|
import { Result as SafeParseResult } from "../types/fp.js";
|
|
13
13
|
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
14
14
|
|
|
15
|
+
export const SyncReconcileResponseCurrentReleaseTypeStringList = {
|
|
16
|
+
StringList: "stringList",
|
|
17
|
+
} as const;
|
|
18
|
+
export type SyncReconcileResponseCurrentReleaseTypeStringList = ClosedEnum<
|
|
19
|
+
typeof SyncReconcileResponseCurrentReleaseTypeStringList
|
|
20
|
+
>;
|
|
21
|
+
|
|
22
|
+
export type SyncReconcileResponseCurrentReleaseDefaultStringList = {
|
|
23
|
+
type: SyncReconcileResponseCurrentReleaseTypeStringList;
|
|
24
|
+
/**
|
|
25
|
+
* String list default.
|
|
26
|
+
*/
|
|
27
|
+
value: Array<string>;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export const SyncReconcileResponseCurrentReleaseTypeBoolean = {
|
|
31
|
+
Boolean: "boolean",
|
|
32
|
+
} as const;
|
|
33
|
+
export type SyncReconcileResponseCurrentReleaseTypeBoolean = ClosedEnum<
|
|
34
|
+
typeof SyncReconcileResponseCurrentReleaseTypeBoolean
|
|
35
|
+
>;
|
|
36
|
+
|
|
37
|
+
export type SyncReconcileResponseCurrentReleaseDefaultBoolean = {
|
|
38
|
+
type: SyncReconcileResponseCurrentReleaseTypeBoolean;
|
|
39
|
+
/**
|
|
40
|
+
* Boolean default.
|
|
41
|
+
*/
|
|
42
|
+
value: boolean;
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
export const SyncReconcileResponseCurrentReleaseTypeNumber = {
|
|
46
|
+
Number: "number",
|
|
47
|
+
} as const;
|
|
48
|
+
export type SyncReconcileResponseCurrentReleaseTypeNumber = ClosedEnum<
|
|
49
|
+
typeof SyncReconcileResponseCurrentReleaseTypeNumber
|
|
50
|
+
>;
|
|
51
|
+
|
|
52
|
+
export type SyncReconcileResponseCurrentReleaseDefaultNumber = {
|
|
53
|
+
type: SyncReconcileResponseCurrentReleaseTypeNumber;
|
|
54
|
+
/**
|
|
55
|
+
* Number default.
|
|
56
|
+
*/
|
|
57
|
+
value: string;
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
export const SyncReconcileResponseCurrentReleaseTypeString = {
|
|
61
|
+
String: "string",
|
|
62
|
+
} as const;
|
|
63
|
+
export type SyncReconcileResponseCurrentReleaseTypeString = ClosedEnum<
|
|
64
|
+
typeof SyncReconcileResponseCurrentReleaseTypeString
|
|
65
|
+
>;
|
|
66
|
+
|
|
67
|
+
export type SyncReconcileResponseCurrentReleaseDefaultString = {
|
|
68
|
+
type: SyncReconcileResponseCurrentReleaseTypeString;
|
|
69
|
+
/**
|
|
70
|
+
* String default.
|
|
71
|
+
*/
|
|
72
|
+
value: string;
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
export type SyncReconcileResponseCurrentReleaseDefaultUnion =
|
|
76
|
+
| SyncReconcileResponseCurrentReleaseDefaultString
|
|
77
|
+
| SyncReconcileResponseCurrentReleaseDefaultNumber
|
|
78
|
+
| SyncReconcileResponseCurrentReleaseDefaultBoolean
|
|
79
|
+
| SyncReconcileResponseCurrentReleaseDefaultStringList
|
|
80
|
+
| any;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Environment variable handling for a stack input mapping.
|
|
84
|
+
*/
|
|
85
|
+
export const SyncReconcileResponseCurrentReleaseTypeEnvEnum = {
|
|
86
|
+
Plain: "plain",
|
|
87
|
+
Secret: "secret",
|
|
88
|
+
} as const;
|
|
89
|
+
/**
|
|
90
|
+
* Environment variable handling for a stack input mapping.
|
|
91
|
+
*/
|
|
92
|
+
export type SyncReconcileResponseCurrentReleaseTypeEnvEnum = ClosedEnum<
|
|
93
|
+
typeof SyncReconcileResponseCurrentReleaseTypeEnvEnum
|
|
94
|
+
>;
|
|
95
|
+
|
|
96
|
+
export type SyncReconcileResponseCurrentReleaseTypeUnion =
|
|
97
|
+
| SyncReconcileResponseCurrentReleaseTypeEnvEnum
|
|
98
|
+
| any;
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* How a resolved stack input is injected into runtime environment variables.
|
|
102
|
+
*/
|
|
103
|
+
export type SyncReconcileResponseCurrentReleaseEnv = {
|
|
104
|
+
/**
|
|
105
|
+
* Environment variable name.
|
|
106
|
+
*/
|
|
107
|
+
name: string;
|
|
108
|
+
/**
|
|
109
|
+
* Target resource IDs or patterns. None means every env-capable resource.
|
|
110
|
+
*/
|
|
111
|
+
targetResources?: Array<string> | null | undefined;
|
|
112
|
+
type?:
|
|
113
|
+
| SyncReconcileResponseCurrentReleaseTypeEnvEnum
|
|
114
|
+
| any
|
|
115
|
+
| null
|
|
116
|
+
| undefined;
|
|
117
|
+
};
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Primitive stack input kind.
|
|
121
|
+
*/
|
|
122
|
+
export const SyncReconcileResponseCurrentReleaseKind = {
|
|
123
|
+
String: "string",
|
|
124
|
+
Secret: "secret",
|
|
125
|
+
Number: "number",
|
|
126
|
+
Integer: "integer",
|
|
127
|
+
Boolean: "boolean",
|
|
128
|
+
Enum: "enum",
|
|
129
|
+
StringList: "stringList",
|
|
130
|
+
} as const;
|
|
131
|
+
/**
|
|
132
|
+
* Primitive stack input kind.
|
|
133
|
+
*/
|
|
134
|
+
export type SyncReconcileResponseCurrentReleaseKind = ClosedEnum<
|
|
135
|
+
typeof SyncReconcileResponseCurrentReleaseKind
|
|
136
|
+
>;
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Represents the target cloud platform.
|
|
140
|
+
*/
|
|
141
|
+
export const SyncReconcileResponseCurrentReleasePlatform = {
|
|
142
|
+
Aws: "aws",
|
|
143
|
+
Gcp: "gcp",
|
|
144
|
+
Azure: "azure",
|
|
145
|
+
Kubernetes: "kubernetes",
|
|
146
|
+
Local: "local",
|
|
147
|
+
Test: "test",
|
|
148
|
+
} as const;
|
|
149
|
+
/**
|
|
150
|
+
* Represents the target cloud platform.
|
|
151
|
+
*/
|
|
152
|
+
export type SyncReconcileResponseCurrentReleasePlatform = ClosedEnum<
|
|
153
|
+
typeof SyncReconcileResponseCurrentReleasePlatform
|
|
154
|
+
>;
|
|
155
|
+
|
|
156
|
+
/**
|
|
157
|
+
* Who can provide a stack input value.
|
|
158
|
+
*/
|
|
159
|
+
export const SyncReconcileResponseCurrentReleaseProvidedBy = {
|
|
160
|
+
Developer: "developer",
|
|
161
|
+
Deployer: "deployer",
|
|
162
|
+
} as const;
|
|
163
|
+
/**
|
|
164
|
+
* Who can provide a stack input value.
|
|
165
|
+
*/
|
|
166
|
+
export type SyncReconcileResponseCurrentReleaseProvidedBy = ClosedEnum<
|
|
167
|
+
typeof SyncReconcileResponseCurrentReleaseProvidedBy
|
|
168
|
+
>;
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* Portable stack input validation constraints.
|
|
172
|
+
*/
|
|
173
|
+
export type SyncReconcileResponseCurrentReleaseValidation = {
|
|
174
|
+
/**
|
|
175
|
+
* Semantic format hint such as url.
|
|
176
|
+
*/
|
|
177
|
+
format?: string | null | undefined;
|
|
178
|
+
/**
|
|
179
|
+
* Maximum number.
|
|
180
|
+
*/
|
|
181
|
+
max?: string | null | undefined;
|
|
182
|
+
/**
|
|
183
|
+
* Maximum string-list items.
|
|
184
|
+
*/
|
|
185
|
+
maxItems?: number | null | undefined;
|
|
186
|
+
/**
|
|
187
|
+
* Maximum string length.
|
|
188
|
+
*/
|
|
189
|
+
maxLength?: number | null | undefined;
|
|
190
|
+
/**
|
|
191
|
+
* Minimum number.
|
|
192
|
+
*/
|
|
193
|
+
min?: string | null | undefined;
|
|
194
|
+
/**
|
|
195
|
+
* Minimum string-list items.
|
|
196
|
+
*/
|
|
197
|
+
minItems?: number | null | undefined;
|
|
198
|
+
/**
|
|
199
|
+
* Minimum string length.
|
|
200
|
+
*/
|
|
201
|
+
minLength?: number | null | undefined;
|
|
202
|
+
/**
|
|
203
|
+
* Portable whole-value regex pattern.
|
|
204
|
+
*/
|
|
205
|
+
pattern?: string | null | undefined;
|
|
206
|
+
/**
|
|
207
|
+
* Allowed string enum values.
|
|
208
|
+
*/
|
|
209
|
+
values?: Array<string> | null | undefined;
|
|
210
|
+
};
|
|
211
|
+
|
|
212
|
+
export type SyncReconcileResponseCurrentReleaseValidationUnion =
|
|
213
|
+
| SyncReconcileResponseCurrentReleaseValidation
|
|
214
|
+
| any;
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* Stack input definition serialized into a release stack.
|
|
218
|
+
*/
|
|
219
|
+
export type SyncReconcileResponseCurrentReleaseInput = {
|
|
220
|
+
default?:
|
|
221
|
+
| SyncReconcileResponseCurrentReleaseDefaultString
|
|
222
|
+
| SyncReconcileResponseCurrentReleaseDefaultNumber
|
|
223
|
+
| SyncReconcileResponseCurrentReleaseDefaultBoolean
|
|
224
|
+
| SyncReconcileResponseCurrentReleaseDefaultStringList
|
|
225
|
+
| any
|
|
226
|
+
| null
|
|
227
|
+
| undefined;
|
|
228
|
+
/**
|
|
229
|
+
* Human-facing helper text.
|
|
230
|
+
*/
|
|
231
|
+
description: string;
|
|
232
|
+
/**
|
|
233
|
+
* Runtime env-var mappings for v1 input resolution.
|
|
234
|
+
*/
|
|
235
|
+
env?: Array<SyncReconcileResponseCurrentReleaseEnv> | undefined;
|
|
236
|
+
/**
|
|
237
|
+
* Stable input ID used by CLI/API calls.
|
|
238
|
+
*/
|
|
239
|
+
id: string;
|
|
240
|
+
/**
|
|
241
|
+
* Primitive stack input kind.
|
|
242
|
+
*/
|
|
243
|
+
kind: SyncReconcileResponseCurrentReleaseKind;
|
|
244
|
+
/**
|
|
245
|
+
* Human-facing field label.
|
|
246
|
+
*/
|
|
247
|
+
label: string;
|
|
248
|
+
/**
|
|
249
|
+
* Example placeholder shown in UI.
|
|
250
|
+
*/
|
|
251
|
+
placeholder?: string | null | undefined;
|
|
252
|
+
/**
|
|
253
|
+
* Platforms where this input applies.
|
|
254
|
+
*/
|
|
255
|
+
platforms?:
|
|
256
|
+
| Array<SyncReconcileResponseCurrentReleasePlatform>
|
|
257
|
+
| null
|
|
258
|
+
| undefined;
|
|
259
|
+
/**
|
|
260
|
+
* Who can provide this value.
|
|
261
|
+
*/
|
|
262
|
+
providedBy: Array<SyncReconcileResponseCurrentReleaseProvidedBy>;
|
|
263
|
+
/**
|
|
264
|
+
* Whether a resolved value is required before deployment can proceed.
|
|
265
|
+
*/
|
|
266
|
+
required: boolean;
|
|
267
|
+
validation?:
|
|
268
|
+
| SyncReconcileResponseCurrentReleaseValidation
|
|
269
|
+
| any
|
|
270
|
+
| null
|
|
271
|
+
| undefined;
|
|
272
|
+
};
|
|
273
|
+
|
|
15
274
|
export const SyncReconcileResponseCurrentReleaseManagementEnum = {
|
|
16
275
|
Auto: "auto",
|
|
17
276
|
} as const;
|
|
@@ -1234,6 +1493,10 @@ export type SyncReconcileResponseCurrentReleaseStack = {
|
|
|
1234
1493
|
* Unique identifier for the stack
|
|
1235
1494
|
*/
|
|
1236
1495
|
id: string;
|
|
1496
|
+
/**
|
|
1497
|
+
* Input definitions required before setup or deployment can proceed.
|
|
1498
|
+
*/
|
|
1499
|
+
inputs?: Array<SyncReconcileResponseCurrentReleaseInput> | undefined;
|
|
1237
1500
|
/**
|
|
1238
1501
|
* Combined permissions configuration that contains both profiles and management
|
|
1239
1502
|
*/
|
|
@@ -1515,115 +1778,370 @@ export type SyncReconcileResponseCurrentPlatform = ClosedEnum<
|
|
|
1515
1778
|
typeof SyncReconcileResponseCurrentPlatform
|
|
1516
1779
|
>;
|
|
1517
1780
|
|
|
1518
|
-
export const
|
|
1519
|
-
|
|
1781
|
+
export const SyncReconcileResponsePreparedStackTypeStringList = {
|
|
1782
|
+
StringList: "stringList",
|
|
1520
1783
|
} as const;
|
|
1521
|
-
export type
|
|
1522
|
-
typeof
|
|
1784
|
+
export type SyncReconcileResponsePreparedStackTypeStringList = ClosedEnum<
|
|
1785
|
+
typeof SyncReconcileResponsePreparedStackTypeStringList
|
|
1523
1786
|
>;
|
|
1524
1787
|
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
*/
|
|
1528
|
-
export type SyncReconcileResponsePreparedStackOverrideAwResource = {
|
|
1788
|
+
export type SyncReconcileResponsePreparedStackDefaultStringList = {
|
|
1789
|
+
type: SyncReconcileResponsePreparedStackTypeStringList;
|
|
1529
1790
|
/**
|
|
1530
|
-
*
|
|
1791
|
+
* String list default.
|
|
1531
1792
|
*/
|
|
1532
|
-
|
|
1793
|
+
value: Array<string>;
|
|
1794
|
+
};
|
|
1795
|
+
|
|
1796
|
+
export const SyncReconcileResponsePreparedStackTypeBoolean = {
|
|
1797
|
+
Boolean: "boolean",
|
|
1798
|
+
} as const;
|
|
1799
|
+
export type SyncReconcileResponsePreparedStackTypeBoolean = ClosedEnum<
|
|
1800
|
+
typeof SyncReconcileResponsePreparedStackTypeBoolean
|
|
1801
|
+
>;
|
|
1802
|
+
|
|
1803
|
+
export type SyncReconcileResponsePreparedStackDefaultBoolean = {
|
|
1804
|
+
type: SyncReconcileResponsePreparedStackTypeBoolean;
|
|
1533
1805
|
/**
|
|
1534
|
-
*
|
|
1806
|
+
* Boolean default.
|
|
1535
1807
|
*/
|
|
1536
|
-
|
|
1808
|
+
value: boolean;
|
|
1537
1809
|
};
|
|
1538
1810
|
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
export type
|
|
1811
|
+
export const SyncReconcileResponsePreparedStackTypeNumber = {
|
|
1812
|
+
Number: "number",
|
|
1813
|
+
} as const;
|
|
1814
|
+
export type SyncReconcileResponsePreparedStackTypeNumber = ClosedEnum<
|
|
1815
|
+
typeof SyncReconcileResponsePreparedStackTypeNumber
|
|
1816
|
+
>;
|
|
1817
|
+
|
|
1818
|
+
export type SyncReconcileResponsePreparedStackDefaultNumber = {
|
|
1819
|
+
type: SyncReconcileResponsePreparedStackTypeNumber;
|
|
1543
1820
|
/**
|
|
1544
|
-
*
|
|
1821
|
+
* Number default.
|
|
1545
1822
|
*/
|
|
1546
|
-
|
|
1823
|
+
value: string;
|
|
1824
|
+
};
|
|
1825
|
+
|
|
1826
|
+
export const SyncReconcileResponsePreparedStackTypeString = {
|
|
1827
|
+
String: "string",
|
|
1828
|
+
} as const;
|
|
1829
|
+
export type SyncReconcileResponsePreparedStackTypeString = ClosedEnum<
|
|
1830
|
+
typeof SyncReconcileResponsePreparedStackTypeString
|
|
1831
|
+
>;
|
|
1832
|
+
|
|
1833
|
+
export type SyncReconcileResponsePreparedStackDefaultString = {
|
|
1834
|
+
type: SyncReconcileResponsePreparedStackTypeString;
|
|
1547
1835
|
/**
|
|
1548
|
-
*
|
|
1836
|
+
* String default.
|
|
1549
1837
|
*/
|
|
1550
|
-
|
|
1838
|
+
value: string;
|
|
1551
1839
|
};
|
|
1552
1840
|
|
|
1841
|
+
export type SyncReconcileResponsePreparedStackDefaultUnion =
|
|
1842
|
+
| SyncReconcileResponsePreparedStackDefaultString
|
|
1843
|
+
| SyncReconcileResponsePreparedStackDefaultNumber
|
|
1844
|
+
| SyncReconcileResponsePreparedStackDefaultBoolean
|
|
1845
|
+
| SyncReconcileResponsePreparedStackDefaultStringList
|
|
1846
|
+
| any;
|
|
1847
|
+
|
|
1553
1848
|
/**
|
|
1554
|
-
*
|
|
1849
|
+
* Environment variable handling for a stack input mapping.
|
|
1555
1850
|
*/
|
|
1556
|
-
export
|
|
1851
|
+
export const SyncReconcileResponsePreparedStackTypeEnvEnum = {
|
|
1852
|
+
Plain: "plain",
|
|
1853
|
+
Secret: "secret",
|
|
1854
|
+
} as const;
|
|
1855
|
+
/**
|
|
1856
|
+
* Environment variable handling for a stack input mapping.
|
|
1857
|
+
*/
|
|
1858
|
+
export type SyncReconcileResponsePreparedStackTypeEnvEnum = ClosedEnum<
|
|
1859
|
+
typeof SyncReconcileResponsePreparedStackTypeEnvEnum
|
|
1860
|
+
>;
|
|
1861
|
+
|
|
1862
|
+
export type SyncReconcileResponsePreparedStackTypeUnion =
|
|
1863
|
+
| SyncReconcileResponsePreparedStackTypeEnvEnum
|
|
1864
|
+
| any;
|
|
1865
|
+
|
|
1866
|
+
/**
|
|
1867
|
+
* How a resolved stack input is injected into runtime environment variables.
|
|
1868
|
+
*/
|
|
1869
|
+
export type SyncReconcileResponsePreparedStackEnv = {
|
|
1557
1870
|
/**
|
|
1558
|
-
*
|
|
1871
|
+
* Environment variable name.
|
|
1559
1872
|
*/
|
|
1560
|
-
|
|
1873
|
+
name: string;
|
|
1561
1874
|
/**
|
|
1562
|
-
*
|
|
1875
|
+
* Target resource IDs or patterns. None means every env-capable resource.
|
|
1563
1876
|
*/
|
|
1564
|
-
|
|
1877
|
+
targetResources?: Array<string> | null | undefined;
|
|
1878
|
+
type?: SyncReconcileResponsePreparedStackTypeEnvEnum | any | null | undefined;
|
|
1565
1879
|
};
|
|
1566
1880
|
|
|
1567
1881
|
/**
|
|
1568
|
-
*
|
|
1882
|
+
* Primitive stack input kind.
|
|
1569
1883
|
*/
|
|
1570
|
-
export const
|
|
1571
|
-
|
|
1572
|
-
|
|
1884
|
+
export const SyncReconcileResponsePreparedStackKind = {
|
|
1885
|
+
String: "string",
|
|
1886
|
+
Secret: "secret",
|
|
1887
|
+
Number: "number",
|
|
1888
|
+
Integer: "integer",
|
|
1889
|
+
Boolean: "boolean",
|
|
1890
|
+
Enum: "enum",
|
|
1891
|
+
StringList: "stringList",
|
|
1573
1892
|
} as const;
|
|
1574
1893
|
/**
|
|
1575
|
-
*
|
|
1894
|
+
* Primitive stack input kind.
|
|
1576
1895
|
*/
|
|
1577
|
-
export type
|
|
1578
|
-
typeof
|
|
1896
|
+
export type SyncReconcileResponsePreparedStackKind = ClosedEnum<
|
|
1897
|
+
typeof SyncReconcileResponsePreparedStackKind
|
|
1579
1898
|
>;
|
|
1580
1899
|
|
|
1581
1900
|
/**
|
|
1582
|
-
*
|
|
1901
|
+
* Represents the target cloud platform.
|
|
1583
1902
|
*/
|
|
1584
|
-
export
|
|
1903
|
+
export const SyncReconcileResponsePreparedStackPlatform = {
|
|
1904
|
+
Aws: "aws",
|
|
1905
|
+
Gcp: "gcp",
|
|
1906
|
+
Azure: "azure",
|
|
1907
|
+
Kubernetes: "kubernetes",
|
|
1908
|
+
Local: "local",
|
|
1909
|
+
Test: "test",
|
|
1910
|
+
} as const;
|
|
1911
|
+
/**
|
|
1912
|
+
* Represents the target cloud platform.
|
|
1913
|
+
*/
|
|
1914
|
+
export type SyncReconcileResponsePreparedStackPlatform = ClosedEnum<
|
|
1915
|
+
typeof SyncReconcileResponsePreparedStackPlatform
|
|
1916
|
+
>;
|
|
1917
|
+
|
|
1918
|
+
/**
|
|
1919
|
+
* Who can provide a stack input value.
|
|
1920
|
+
*/
|
|
1921
|
+
export const SyncReconcileResponsePreparedStackProvidedBy = {
|
|
1922
|
+
Developer: "developer",
|
|
1923
|
+
Deployer: "deployer",
|
|
1924
|
+
} as const;
|
|
1925
|
+
/**
|
|
1926
|
+
* Who can provide a stack input value.
|
|
1927
|
+
*/
|
|
1928
|
+
export type SyncReconcileResponsePreparedStackProvidedBy = ClosedEnum<
|
|
1929
|
+
typeof SyncReconcileResponsePreparedStackProvidedBy
|
|
1930
|
+
>;
|
|
1931
|
+
|
|
1932
|
+
/**
|
|
1933
|
+
* Portable stack input validation constraints.
|
|
1934
|
+
*/
|
|
1935
|
+
export type SyncReconcileResponsePreparedStackValidation = {
|
|
1585
1936
|
/**
|
|
1586
|
-
*
|
|
1937
|
+
* Semantic format hint such as url.
|
|
1587
1938
|
*/
|
|
1588
|
-
|
|
1939
|
+
format?: string | null | undefined;
|
|
1589
1940
|
/**
|
|
1590
|
-
*
|
|
1941
|
+
* Maximum number.
|
|
1591
1942
|
*/
|
|
1592
|
-
|
|
1943
|
+
max?: string | null | undefined;
|
|
1593
1944
|
/**
|
|
1594
|
-
*
|
|
1945
|
+
* Maximum string-list items.
|
|
1595
1946
|
*/
|
|
1596
|
-
|
|
1947
|
+
maxItems?: number | null | undefined;
|
|
1597
1948
|
/**
|
|
1598
|
-
*
|
|
1949
|
+
* Maximum string length.
|
|
1599
1950
|
*/
|
|
1600
|
-
|
|
1951
|
+
maxLength?: number | null | undefined;
|
|
1601
1952
|
/**
|
|
1602
|
-
*
|
|
1953
|
+
* Minimum number.
|
|
1603
1954
|
*/
|
|
1604
|
-
|
|
1605
|
-
};
|
|
1606
|
-
|
|
1607
|
-
/**
|
|
1608
|
-
* AWS-specific platform permission configuration
|
|
1609
|
-
*/
|
|
1610
|
-
export type SyncReconcileResponsePreparedStackOverrideAw = {
|
|
1955
|
+
min?: string | null | undefined;
|
|
1611
1956
|
/**
|
|
1612
|
-
*
|
|
1957
|
+
* Minimum string-list items.
|
|
1613
1958
|
*/
|
|
1614
|
-
|
|
1959
|
+
minItems?: number | null | undefined;
|
|
1615
1960
|
/**
|
|
1616
|
-
*
|
|
1961
|
+
* Minimum string length.
|
|
1617
1962
|
*/
|
|
1618
|
-
|
|
1963
|
+
minLength?: number | null | undefined;
|
|
1619
1964
|
/**
|
|
1620
|
-
*
|
|
1965
|
+
* Portable whole-value regex pattern.
|
|
1621
1966
|
*/
|
|
1622
|
-
|
|
1967
|
+
pattern?: string | null | undefined;
|
|
1623
1968
|
/**
|
|
1624
|
-
*
|
|
1969
|
+
* Allowed string enum values.
|
|
1625
1970
|
*/
|
|
1626
|
-
|
|
1971
|
+
values?: Array<string> | null | undefined;
|
|
1972
|
+
};
|
|
1973
|
+
|
|
1974
|
+
export type SyncReconcileResponsePreparedStackValidationUnion =
|
|
1975
|
+
| SyncReconcileResponsePreparedStackValidation
|
|
1976
|
+
| any;
|
|
1977
|
+
|
|
1978
|
+
/**
|
|
1979
|
+
* Stack input definition serialized into a release stack.
|
|
1980
|
+
*/
|
|
1981
|
+
export type SyncReconcileResponsePreparedStackInput = {
|
|
1982
|
+
default?:
|
|
1983
|
+
| SyncReconcileResponsePreparedStackDefaultString
|
|
1984
|
+
| SyncReconcileResponsePreparedStackDefaultNumber
|
|
1985
|
+
| SyncReconcileResponsePreparedStackDefaultBoolean
|
|
1986
|
+
| SyncReconcileResponsePreparedStackDefaultStringList
|
|
1987
|
+
| any
|
|
1988
|
+
| null
|
|
1989
|
+
| undefined;
|
|
1990
|
+
/**
|
|
1991
|
+
* Human-facing helper text.
|
|
1992
|
+
*/
|
|
1993
|
+
description: string;
|
|
1994
|
+
/**
|
|
1995
|
+
* Runtime env-var mappings for v1 input resolution.
|
|
1996
|
+
*/
|
|
1997
|
+
env?: Array<SyncReconcileResponsePreparedStackEnv> | undefined;
|
|
1998
|
+
/**
|
|
1999
|
+
* Stable input ID used by CLI/API calls.
|
|
2000
|
+
*/
|
|
2001
|
+
id: string;
|
|
2002
|
+
/**
|
|
2003
|
+
* Primitive stack input kind.
|
|
2004
|
+
*/
|
|
2005
|
+
kind: SyncReconcileResponsePreparedStackKind;
|
|
2006
|
+
/**
|
|
2007
|
+
* Human-facing field label.
|
|
2008
|
+
*/
|
|
2009
|
+
label: string;
|
|
2010
|
+
/**
|
|
2011
|
+
* Example placeholder shown in UI.
|
|
2012
|
+
*/
|
|
2013
|
+
placeholder?: string | null | undefined;
|
|
2014
|
+
/**
|
|
2015
|
+
* Platforms where this input applies.
|
|
2016
|
+
*/
|
|
2017
|
+
platforms?:
|
|
2018
|
+
| Array<SyncReconcileResponsePreparedStackPlatform>
|
|
2019
|
+
| null
|
|
2020
|
+
| undefined;
|
|
2021
|
+
/**
|
|
2022
|
+
* Who can provide this value.
|
|
2023
|
+
*/
|
|
2024
|
+
providedBy: Array<SyncReconcileResponsePreparedStackProvidedBy>;
|
|
2025
|
+
/**
|
|
2026
|
+
* Whether a resolved value is required before deployment can proceed.
|
|
2027
|
+
*/
|
|
2028
|
+
required: boolean;
|
|
2029
|
+
validation?:
|
|
2030
|
+
| SyncReconcileResponsePreparedStackValidation
|
|
2031
|
+
| any
|
|
2032
|
+
| null
|
|
2033
|
+
| undefined;
|
|
2034
|
+
};
|
|
2035
|
+
|
|
2036
|
+
export const SyncReconcileResponsePreparedStackManagementEnum = {
|
|
2037
|
+
Auto: "auto",
|
|
2038
|
+
} as const;
|
|
2039
|
+
export type SyncReconcileResponsePreparedStackManagementEnum = ClosedEnum<
|
|
2040
|
+
typeof SyncReconcileResponsePreparedStackManagementEnum
|
|
2041
|
+
>;
|
|
2042
|
+
|
|
2043
|
+
/**
|
|
2044
|
+
* AWS-specific binding specification
|
|
2045
|
+
*/
|
|
2046
|
+
export type SyncReconcileResponsePreparedStackOverrideAwResource = {
|
|
2047
|
+
/**
|
|
2048
|
+
* Optional condition for additional filtering (rare)
|
|
2049
|
+
*/
|
|
2050
|
+
condition?: { [k: string]: { [k: string]: string } } | null | undefined;
|
|
2051
|
+
/**
|
|
2052
|
+
* Resource ARNs to bind to
|
|
2053
|
+
*/
|
|
2054
|
+
resources: Array<string>;
|
|
2055
|
+
};
|
|
2056
|
+
|
|
2057
|
+
/**
|
|
2058
|
+
* AWS-specific binding specification
|
|
2059
|
+
*/
|
|
2060
|
+
export type SyncReconcileResponsePreparedStackOverrideAwStack = {
|
|
2061
|
+
/**
|
|
2062
|
+
* Optional condition for additional filtering (rare)
|
|
2063
|
+
*/
|
|
2064
|
+
condition?: { [k: string]: { [k: string]: string } } | null | undefined;
|
|
2065
|
+
/**
|
|
2066
|
+
* Resource ARNs to bind to
|
|
2067
|
+
*/
|
|
2068
|
+
resources: Array<string>;
|
|
2069
|
+
};
|
|
2070
|
+
|
|
2071
|
+
/**
|
|
2072
|
+
* Generic binding configuration for permissions
|
|
2073
|
+
*/
|
|
2074
|
+
export type SyncReconcileResponsePreparedStackOverrideAwBinding = {
|
|
2075
|
+
/**
|
|
2076
|
+
* AWS-specific binding specification
|
|
2077
|
+
*/
|
|
2078
|
+
resource?: SyncReconcileResponsePreparedStackOverrideAwResource | undefined;
|
|
2079
|
+
/**
|
|
2080
|
+
* AWS-specific binding specification
|
|
2081
|
+
*/
|
|
2082
|
+
stack?: SyncReconcileResponsePreparedStackOverrideAwStack | undefined;
|
|
2083
|
+
};
|
|
2084
|
+
|
|
2085
|
+
/**
|
|
2086
|
+
* IAM effect. Defaults to Allow.
|
|
2087
|
+
*/
|
|
2088
|
+
export const SyncReconcileResponsePreparedStackOverrideEffect = {
|
|
2089
|
+
Allow: "Allow",
|
|
2090
|
+
Deny: "Deny",
|
|
2091
|
+
} as const;
|
|
2092
|
+
/**
|
|
2093
|
+
* IAM effect. Defaults to Allow.
|
|
2094
|
+
*/
|
|
2095
|
+
export type SyncReconcileResponsePreparedStackOverrideEffect = ClosedEnum<
|
|
2096
|
+
typeof SyncReconcileResponsePreparedStackOverrideEffect
|
|
2097
|
+
>;
|
|
2098
|
+
|
|
2099
|
+
/**
|
|
2100
|
+
* Grant permissions for a specific cloud platform
|
|
2101
|
+
*/
|
|
2102
|
+
export type SyncReconcileResponsePreparedStackOverrideAwGrant = {
|
|
2103
|
+
/**
|
|
2104
|
+
* AWS IAM actions (only for AWS)
|
|
2105
|
+
*/
|
|
2106
|
+
actions?: Array<string> | null | undefined;
|
|
2107
|
+
/**
|
|
2108
|
+
* Azure actions (only for Azure)
|
|
2109
|
+
*/
|
|
2110
|
+
dataActions?: Array<string> | null | undefined;
|
|
2111
|
+
/**
|
|
2112
|
+
* GCP permissions that require an exact residual custom role.
|
|
2113
|
+
*/
|
|
2114
|
+
permissions?: Array<string> | null | undefined;
|
|
2115
|
+
/**
|
|
2116
|
+
* Provider predefined roles to bind directly.
|
|
2117
|
+
*/
|
|
2118
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
2119
|
+
/**
|
|
2120
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
2121
|
+
*/
|
|
2122
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
2123
|
+
};
|
|
2124
|
+
|
|
2125
|
+
/**
|
|
2126
|
+
* AWS-specific platform permission configuration
|
|
2127
|
+
*/
|
|
2128
|
+
export type SyncReconcileResponsePreparedStackOverrideAw = {
|
|
2129
|
+
/**
|
|
2130
|
+
* Generic binding configuration for permissions
|
|
2131
|
+
*/
|
|
2132
|
+
binding: SyncReconcileResponsePreparedStackOverrideAwBinding;
|
|
2133
|
+
/**
|
|
2134
|
+
* Short admin-facing description of why this entry exists.
|
|
2135
|
+
*/
|
|
2136
|
+
description?: string | null | undefined;
|
|
2137
|
+
/**
|
|
2138
|
+
* IAM effect. Defaults to Allow.
|
|
2139
|
+
*/
|
|
2140
|
+
effect?: SyncReconcileResponsePreparedStackOverrideEffect | undefined;
|
|
2141
|
+
/**
|
|
2142
|
+
* Grant permissions for a specific cloud platform
|
|
2143
|
+
*/
|
|
2144
|
+
grant: SyncReconcileResponsePreparedStackOverrideAwGrant;
|
|
1627
2145
|
/**
|
|
1628
2146
|
* Stable admin-facing label for this permission entry.
|
|
1629
2147
|
*/
|
|
@@ -2732,6 +3250,10 @@ export type SyncReconcileResponsePreparedStack = {
|
|
|
2732
3250
|
* Unique identifier for the stack
|
|
2733
3251
|
*/
|
|
2734
3252
|
id: string;
|
|
3253
|
+
/**
|
|
3254
|
+
* Input definitions required before setup or deployment can proceed.
|
|
3255
|
+
*/
|
|
3256
|
+
inputs?: Array<SyncReconcileResponsePreparedStackInput> | undefined;
|
|
2735
3257
|
/**
|
|
2736
3258
|
* Combined permissions configuration that contains both profiles and management
|
|
2737
3259
|
*/
|
|
@@ -3137,109 +3659,364 @@ export type SyncReconcileResponseStatus = ClosedEnum<
|
|
|
3137
3659
|
typeof SyncReconcileResponseStatus
|
|
3138
3660
|
>;
|
|
3139
3661
|
|
|
3140
|
-
export const
|
|
3141
|
-
|
|
3662
|
+
export const SyncReconcileResponseTargetReleaseTypeStringList = {
|
|
3663
|
+
StringList: "stringList",
|
|
3142
3664
|
} as const;
|
|
3143
|
-
export type
|
|
3144
|
-
typeof
|
|
3665
|
+
export type SyncReconcileResponseTargetReleaseTypeStringList = ClosedEnum<
|
|
3666
|
+
typeof SyncReconcileResponseTargetReleaseTypeStringList
|
|
3145
3667
|
>;
|
|
3146
3668
|
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
*/
|
|
3150
|
-
export type SyncReconcileResponseTargetReleaseOverrideAwResource = {
|
|
3669
|
+
export type SyncReconcileResponseTargetReleaseDefaultStringList = {
|
|
3670
|
+
type: SyncReconcileResponseTargetReleaseTypeStringList;
|
|
3151
3671
|
/**
|
|
3152
|
-
*
|
|
3672
|
+
* String list default.
|
|
3153
3673
|
*/
|
|
3154
|
-
|
|
3674
|
+
value: Array<string>;
|
|
3675
|
+
};
|
|
3676
|
+
|
|
3677
|
+
export const SyncReconcileResponseTargetReleaseTypeBoolean = {
|
|
3678
|
+
Boolean: "boolean",
|
|
3679
|
+
} as const;
|
|
3680
|
+
export type SyncReconcileResponseTargetReleaseTypeBoolean = ClosedEnum<
|
|
3681
|
+
typeof SyncReconcileResponseTargetReleaseTypeBoolean
|
|
3682
|
+
>;
|
|
3683
|
+
|
|
3684
|
+
export type SyncReconcileResponseTargetReleaseDefaultBoolean = {
|
|
3685
|
+
type: SyncReconcileResponseTargetReleaseTypeBoolean;
|
|
3155
3686
|
/**
|
|
3156
|
-
*
|
|
3687
|
+
* Boolean default.
|
|
3157
3688
|
*/
|
|
3158
|
-
|
|
3689
|
+
value: boolean;
|
|
3159
3690
|
};
|
|
3160
3691
|
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
export type
|
|
3692
|
+
export const SyncReconcileResponseTargetReleaseTypeNumber = {
|
|
3693
|
+
Number: "number",
|
|
3694
|
+
} as const;
|
|
3695
|
+
export type SyncReconcileResponseTargetReleaseTypeNumber = ClosedEnum<
|
|
3696
|
+
typeof SyncReconcileResponseTargetReleaseTypeNumber
|
|
3697
|
+
>;
|
|
3698
|
+
|
|
3699
|
+
export type SyncReconcileResponseTargetReleaseDefaultNumber = {
|
|
3700
|
+
type: SyncReconcileResponseTargetReleaseTypeNumber;
|
|
3165
3701
|
/**
|
|
3166
|
-
*
|
|
3702
|
+
* Number default.
|
|
3167
3703
|
*/
|
|
3168
|
-
|
|
3704
|
+
value: string;
|
|
3705
|
+
};
|
|
3706
|
+
|
|
3707
|
+
export const SyncReconcileResponseTargetReleaseTypeString = {
|
|
3708
|
+
String: "string",
|
|
3709
|
+
} as const;
|
|
3710
|
+
export type SyncReconcileResponseTargetReleaseTypeString = ClosedEnum<
|
|
3711
|
+
typeof SyncReconcileResponseTargetReleaseTypeString
|
|
3712
|
+
>;
|
|
3713
|
+
|
|
3714
|
+
export type SyncReconcileResponseTargetReleaseDefaultString = {
|
|
3715
|
+
type: SyncReconcileResponseTargetReleaseTypeString;
|
|
3169
3716
|
/**
|
|
3170
|
-
*
|
|
3717
|
+
* String default.
|
|
3171
3718
|
*/
|
|
3172
|
-
|
|
3719
|
+
value: string;
|
|
3173
3720
|
};
|
|
3174
3721
|
|
|
3722
|
+
export type SyncReconcileResponseTargetReleaseDefaultUnion =
|
|
3723
|
+
| SyncReconcileResponseTargetReleaseDefaultString
|
|
3724
|
+
| SyncReconcileResponseTargetReleaseDefaultNumber
|
|
3725
|
+
| SyncReconcileResponseTargetReleaseDefaultBoolean
|
|
3726
|
+
| SyncReconcileResponseTargetReleaseDefaultStringList
|
|
3727
|
+
| any;
|
|
3728
|
+
|
|
3175
3729
|
/**
|
|
3176
|
-
*
|
|
3730
|
+
* Environment variable handling for a stack input mapping.
|
|
3177
3731
|
*/
|
|
3178
|
-
export
|
|
3732
|
+
export const SyncReconcileResponseTargetReleaseTypeEnvEnum = {
|
|
3733
|
+
Plain: "plain",
|
|
3734
|
+
Secret: "secret",
|
|
3735
|
+
} as const;
|
|
3736
|
+
/**
|
|
3737
|
+
* Environment variable handling for a stack input mapping.
|
|
3738
|
+
*/
|
|
3739
|
+
export type SyncReconcileResponseTargetReleaseTypeEnvEnum = ClosedEnum<
|
|
3740
|
+
typeof SyncReconcileResponseTargetReleaseTypeEnvEnum
|
|
3741
|
+
>;
|
|
3742
|
+
|
|
3743
|
+
export type SyncReconcileResponseTargetReleaseTypeUnion =
|
|
3744
|
+
| SyncReconcileResponseTargetReleaseTypeEnvEnum
|
|
3745
|
+
| any;
|
|
3746
|
+
|
|
3747
|
+
/**
|
|
3748
|
+
* How a resolved stack input is injected into runtime environment variables.
|
|
3749
|
+
*/
|
|
3750
|
+
export type SyncReconcileResponseTargetReleaseEnv = {
|
|
3179
3751
|
/**
|
|
3180
|
-
*
|
|
3752
|
+
* Environment variable name.
|
|
3181
3753
|
*/
|
|
3182
|
-
|
|
3754
|
+
name: string;
|
|
3183
3755
|
/**
|
|
3184
|
-
*
|
|
3756
|
+
* Target resource IDs or patterns. None means every env-capable resource.
|
|
3185
3757
|
*/
|
|
3186
|
-
|
|
3758
|
+
targetResources?: Array<string> | null | undefined;
|
|
3759
|
+
type?: SyncReconcileResponseTargetReleaseTypeEnvEnum | any | null | undefined;
|
|
3187
3760
|
};
|
|
3188
3761
|
|
|
3189
3762
|
/**
|
|
3190
|
-
*
|
|
3763
|
+
* Primitive stack input kind.
|
|
3191
3764
|
*/
|
|
3192
|
-
export const
|
|
3193
|
-
|
|
3194
|
-
|
|
3765
|
+
export const SyncReconcileResponseTargetReleaseKind = {
|
|
3766
|
+
String: "string",
|
|
3767
|
+
Secret: "secret",
|
|
3768
|
+
Number: "number",
|
|
3769
|
+
Integer: "integer",
|
|
3770
|
+
Boolean: "boolean",
|
|
3771
|
+
Enum: "enum",
|
|
3772
|
+
StringList: "stringList",
|
|
3195
3773
|
} as const;
|
|
3196
3774
|
/**
|
|
3197
|
-
*
|
|
3775
|
+
* Primitive stack input kind.
|
|
3198
3776
|
*/
|
|
3199
|
-
export type
|
|
3200
|
-
typeof
|
|
3777
|
+
export type SyncReconcileResponseTargetReleaseKind = ClosedEnum<
|
|
3778
|
+
typeof SyncReconcileResponseTargetReleaseKind
|
|
3201
3779
|
>;
|
|
3202
3780
|
|
|
3203
3781
|
/**
|
|
3204
|
-
*
|
|
3782
|
+
* Represents the target cloud platform.
|
|
3205
3783
|
*/
|
|
3206
|
-
export
|
|
3784
|
+
export const SyncReconcileResponseTargetReleasePlatform = {
|
|
3785
|
+
Aws: "aws",
|
|
3786
|
+
Gcp: "gcp",
|
|
3787
|
+
Azure: "azure",
|
|
3788
|
+
Kubernetes: "kubernetes",
|
|
3789
|
+
Local: "local",
|
|
3790
|
+
Test: "test",
|
|
3791
|
+
} as const;
|
|
3792
|
+
/**
|
|
3793
|
+
* Represents the target cloud platform.
|
|
3794
|
+
*/
|
|
3795
|
+
export type SyncReconcileResponseTargetReleasePlatform = ClosedEnum<
|
|
3796
|
+
typeof SyncReconcileResponseTargetReleasePlatform
|
|
3797
|
+
>;
|
|
3798
|
+
|
|
3799
|
+
/**
|
|
3800
|
+
* Who can provide a stack input value.
|
|
3801
|
+
*/
|
|
3802
|
+
export const SyncReconcileResponseTargetReleaseProvidedBy = {
|
|
3803
|
+
Developer: "developer",
|
|
3804
|
+
Deployer: "deployer",
|
|
3805
|
+
} as const;
|
|
3806
|
+
/**
|
|
3807
|
+
* Who can provide a stack input value.
|
|
3808
|
+
*/
|
|
3809
|
+
export type SyncReconcileResponseTargetReleaseProvidedBy = ClosedEnum<
|
|
3810
|
+
typeof SyncReconcileResponseTargetReleaseProvidedBy
|
|
3811
|
+
>;
|
|
3812
|
+
|
|
3813
|
+
/**
|
|
3814
|
+
* Portable stack input validation constraints.
|
|
3815
|
+
*/
|
|
3816
|
+
export type SyncReconcileResponseTargetReleaseValidation = {
|
|
3207
3817
|
/**
|
|
3208
|
-
*
|
|
3818
|
+
* Semantic format hint such as url.
|
|
3209
3819
|
*/
|
|
3210
|
-
|
|
3820
|
+
format?: string | null | undefined;
|
|
3211
3821
|
/**
|
|
3212
|
-
*
|
|
3822
|
+
* Maximum number.
|
|
3213
3823
|
*/
|
|
3214
|
-
|
|
3824
|
+
max?: string | null | undefined;
|
|
3215
3825
|
/**
|
|
3216
|
-
*
|
|
3826
|
+
* Maximum string-list items.
|
|
3217
3827
|
*/
|
|
3218
|
-
|
|
3828
|
+
maxItems?: number | null | undefined;
|
|
3219
3829
|
/**
|
|
3220
|
-
*
|
|
3830
|
+
* Maximum string length.
|
|
3221
3831
|
*/
|
|
3222
|
-
|
|
3832
|
+
maxLength?: number | null | undefined;
|
|
3223
3833
|
/**
|
|
3224
|
-
*
|
|
3834
|
+
* Minimum number.
|
|
3225
3835
|
*/
|
|
3226
|
-
|
|
3227
|
-
};
|
|
3228
|
-
|
|
3229
|
-
/**
|
|
3230
|
-
* AWS-specific platform permission configuration
|
|
3231
|
-
*/
|
|
3232
|
-
export type SyncReconcileResponseTargetReleaseOverrideAw = {
|
|
3836
|
+
min?: string | null | undefined;
|
|
3233
3837
|
/**
|
|
3234
|
-
*
|
|
3838
|
+
* Minimum string-list items.
|
|
3235
3839
|
*/
|
|
3236
|
-
|
|
3840
|
+
minItems?: number | null | undefined;
|
|
3237
3841
|
/**
|
|
3238
|
-
*
|
|
3842
|
+
* Minimum string length.
|
|
3239
3843
|
*/
|
|
3240
|
-
|
|
3844
|
+
minLength?: number | null | undefined;
|
|
3241
3845
|
/**
|
|
3242
|
-
*
|
|
3846
|
+
* Portable whole-value regex pattern.
|
|
3847
|
+
*/
|
|
3848
|
+
pattern?: string | null | undefined;
|
|
3849
|
+
/**
|
|
3850
|
+
* Allowed string enum values.
|
|
3851
|
+
*/
|
|
3852
|
+
values?: Array<string> | null | undefined;
|
|
3853
|
+
};
|
|
3854
|
+
|
|
3855
|
+
export type SyncReconcileResponseTargetReleaseValidationUnion =
|
|
3856
|
+
| SyncReconcileResponseTargetReleaseValidation
|
|
3857
|
+
| any;
|
|
3858
|
+
|
|
3859
|
+
/**
|
|
3860
|
+
* Stack input definition serialized into a release stack.
|
|
3861
|
+
*/
|
|
3862
|
+
export type SyncReconcileResponseTargetReleaseInput = {
|
|
3863
|
+
default?:
|
|
3864
|
+
| SyncReconcileResponseTargetReleaseDefaultString
|
|
3865
|
+
| SyncReconcileResponseTargetReleaseDefaultNumber
|
|
3866
|
+
| SyncReconcileResponseTargetReleaseDefaultBoolean
|
|
3867
|
+
| SyncReconcileResponseTargetReleaseDefaultStringList
|
|
3868
|
+
| any
|
|
3869
|
+
| null
|
|
3870
|
+
| undefined;
|
|
3871
|
+
/**
|
|
3872
|
+
* Human-facing helper text.
|
|
3873
|
+
*/
|
|
3874
|
+
description: string;
|
|
3875
|
+
/**
|
|
3876
|
+
* Runtime env-var mappings for v1 input resolution.
|
|
3877
|
+
*/
|
|
3878
|
+
env?: Array<SyncReconcileResponseTargetReleaseEnv> | undefined;
|
|
3879
|
+
/**
|
|
3880
|
+
* Stable input ID used by CLI/API calls.
|
|
3881
|
+
*/
|
|
3882
|
+
id: string;
|
|
3883
|
+
/**
|
|
3884
|
+
* Primitive stack input kind.
|
|
3885
|
+
*/
|
|
3886
|
+
kind: SyncReconcileResponseTargetReleaseKind;
|
|
3887
|
+
/**
|
|
3888
|
+
* Human-facing field label.
|
|
3889
|
+
*/
|
|
3890
|
+
label: string;
|
|
3891
|
+
/**
|
|
3892
|
+
* Example placeholder shown in UI.
|
|
3893
|
+
*/
|
|
3894
|
+
placeholder?: string | null | undefined;
|
|
3895
|
+
/**
|
|
3896
|
+
* Platforms where this input applies.
|
|
3897
|
+
*/
|
|
3898
|
+
platforms?:
|
|
3899
|
+
| Array<SyncReconcileResponseTargetReleasePlatform>
|
|
3900
|
+
| null
|
|
3901
|
+
| undefined;
|
|
3902
|
+
/**
|
|
3903
|
+
* Who can provide this value.
|
|
3904
|
+
*/
|
|
3905
|
+
providedBy: Array<SyncReconcileResponseTargetReleaseProvidedBy>;
|
|
3906
|
+
/**
|
|
3907
|
+
* Whether a resolved value is required before deployment can proceed.
|
|
3908
|
+
*/
|
|
3909
|
+
required: boolean;
|
|
3910
|
+
validation?:
|
|
3911
|
+
| SyncReconcileResponseTargetReleaseValidation
|
|
3912
|
+
| any
|
|
3913
|
+
| null
|
|
3914
|
+
| undefined;
|
|
3915
|
+
};
|
|
3916
|
+
|
|
3917
|
+
export const SyncReconcileResponseTargetReleaseManagementEnum = {
|
|
3918
|
+
Auto: "auto",
|
|
3919
|
+
} as const;
|
|
3920
|
+
export type SyncReconcileResponseTargetReleaseManagementEnum = ClosedEnum<
|
|
3921
|
+
typeof SyncReconcileResponseTargetReleaseManagementEnum
|
|
3922
|
+
>;
|
|
3923
|
+
|
|
3924
|
+
/**
|
|
3925
|
+
* AWS-specific binding specification
|
|
3926
|
+
*/
|
|
3927
|
+
export type SyncReconcileResponseTargetReleaseOverrideAwResource = {
|
|
3928
|
+
/**
|
|
3929
|
+
* Optional condition for additional filtering (rare)
|
|
3930
|
+
*/
|
|
3931
|
+
condition?: { [k: string]: { [k: string]: string } } | null | undefined;
|
|
3932
|
+
/**
|
|
3933
|
+
* Resource ARNs to bind to
|
|
3934
|
+
*/
|
|
3935
|
+
resources: Array<string>;
|
|
3936
|
+
};
|
|
3937
|
+
|
|
3938
|
+
/**
|
|
3939
|
+
* AWS-specific binding specification
|
|
3940
|
+
*/
|
|
3941
|
+
export type SyncReconcileResponseTargetReleaseOverrideAwStack = {
|
|
3942
|
+
/**
|
|
3943
|
+
* Optional condition for additional filtering (rare)
|
|
3944
|
+
*/
|
|
3945
|
+
condition?: { [k: string]: { [k: string]: string } } | null | undefined;
|
|
3946
|
+
/**
|
|
3947
|
+
* Resource ARNs to bind to
|
|
3948
|
+
*/
|
|
3949
|
+
resources: Array<string>;
|
|
3950
|
+
};
|
|
3951
|
+
|
|
3952
|
+
/**
|
|
3953
|
+
* Generic binding configuration for permissions
|
|
3954
|
+
*/
|
|
3955
|
+
export type SyncReconcileResponseTargetReleaseOverrideAwBinding = {
|
|
3956
|
+
/**
|
|
3957
|
+
* AWS-specific binding specification
|
|
3958
|
+
*/
|
|
3959
|
+
resource?: SyncReconcileResponseTargetReleaseOverrideAwResource | undefined;
|
|
3960
|
+
/**
|
|
3961
|
+
* AWS-specific binding specification
|
|
3962
|
+
*/
|
|
3963
|
+
stack?: SyncReconcileResponseTargetReleaseOverrideAwStack | undefined;
|
|
3964
|
+
};
|
|
3965
|
+
|
|
3966
|
+
/**
|
|
3967
|
+
* IAM effect. Defaults to Allow.
|
|
3968
|
+
*/
|
|
3969
|
+
export const SyncReconcileResponseTargetReleaseOverrideEffect = {
|
|
3970
|
+
Allow: "Allow",
|
|
3971
|
+
Deny: "Deny",
|
|
3972
|
+
} as const;
|
|
3973
|
+
/**
|
|
3974
|
+
* IAM effect. Defaults to Allow.
|
|
3975
|
+
*/
|
|
3976
|
+
export type SyncReconcileResponseTargetReleaseOverrideEffect = ClosedEnum<
|
|
3977
|
+
typeof SyncReconcileResponseTargetReleaseOverrideEffect
|
|
3978
|
+
>;
|
|
3979
|
+
|
|
3980
|
+
/**
|
|
3981
|
+
* Grant permissions for a specific cloud platform
|
|
3982
|
+
*/
|
|
3983
|
+
export type SyncReconcileResponseTargetReleaseOverrideAwGrant = {
|
|
3984
|
+
/**
|
|
3985
|
+
* AWS IAM actions (only for AWS)
|
|
3986
|
+
*/
|
|
3987
|
+
actions?: Array<string> | null | undefined;
|
|
3988
|
+
/**
|
|
3989
|
+
* Azure actions (only for Azure)
|
|
3990
|
+
*/
|
|
3991
|
+
dataActions?: Array<string> | null | undefined;
|
|
3992
|
+
/**
|
|
3993
|
+
* GCP permissions that require an exact residual custom role.
|
|
3994
|
+
*/
|
|
3995
|
+
permissions?: Array<string> | null | undefined;
|
|
3996
|
+
/**
|
|
3997
|
+
* Provider predefined roles to bind directly.
|
|
3998
|
+
*/
|
|
3999
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
4000
|
+
/**
|
|
4001
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
4002
|
+
*/
|
|
4003
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
4004
|
+
};
|
|
4005
|
+
|
|
4006
|
+
/**
|
|
4007
|
+
* AWS-specific platform permission configuration
|
|
4008
|
+
*/
|
|
4009
|
+
export type SyncReconcileResponseTargetReleaseOverrideAw = {
|
|
4010
|
+
/**
|
|
4011
|
+
* Generic binding configuration for permissions
|
|
4012
|
+
*/
|
|
4013
|
+
binding: SyncReconcileResponseTargetReleaseOverrideAwBinding;
|
|
4014
|
+
/**
|
|
4015
|
+
* Short admin-facing description of why this entry exists.
|
|
4016
|
+
*/
|
|
4017
|
+
description?: string | null | undefined;
|
|
4018
|
+
/**
|
|
4019
|
+
* IAM effect. Defaults to Allow.
|
|
3243
4020
|
*/
|
|
3244
4021
|
effect?: SyncReconcileResponseTargetReleaseOverrideEffect | undefined;
|
|
3245
4022
|
/**
|
|
@@ -4354,6 +5131,10 @@ export type SyncReconcileResponseTargetReleaseStack = {
|
|
|
4354
5131
|
* Unique identifier for the stack
|
|
4355
5132
|
*/
|
|
4356
5133
|
id: string;
|
|
5134
|
+
/**
|
|
5135
|
+
* Input definitions required before setup or deployment can proceed.
|
|
5136
|
+
*/
|
|
5137
|
+
inputs?: Array<SyncReconcileResponseTargetReleaseInput> | undefined;
|
|
4357
5138
|
/**
|
|
4358
5139
|
* Combined permissions configuration that contains both profiles and management
|
|
4359
5140
|
*/
|
|
@@ -4612,11 +5393,11 @@ export type SyncReconcileResponseHorizonMachineImageUnion =
|
|
|
4612
5393
|
| SyncReconcileResponseHorizonMachineImage
|
|
4613
5394
|
| any;
|
|
4614
5395
|
|
|
4615
|
-
export const
|
|
5396
|
+
export const ComputeBackendTargetType = {
|
|
4616
5397
|
Horizon: "horizon",
|
|
4617
5398
|
} as const;
|
|
4618
|
-
export type
|
|
4619
|
-
typeof
|
|
5399
|
+
export type ComputeBackendTargetType = ClosedEnum<
|
|
5400
|
+
typeof ComputeBackendTargetType
|
|
4620
5401
|
>;
|
|
4621
5402
|
|
|
4622
5403
|
/**
|
|
@@ -4645,7 +5426,7 @@ export type SyncReconcileResponseComputeBackendHorizon = {
|
|
|
4645
5426
|
* Horizon control-plane API base URL.
|
|
4646
5427
|
*/
|
|
4647
5428
|
url: string;
|
|
4648
|
-
type:
|
|
5429
|
+
type: ComputeBackendTargetType;
|
|
4649
5430
|
};
|
|
4650
5431
|
|
|
4651
5432
|
export type SyncReconcileResponseComputeBackendUnion =
|
|
@@ -4769,14 +5550,96 @@ export type SyncReconcileResponseDnsStatus = ClosedEnum<
|
|
|
4769
5550
|
typeof SyncReconcileResponseDnsStatus
|
|
4770
5551
|
>;
|
|
4771
5552
|
|
|
5553
|
+
/**
|
|
5554
|
+
* Certificate status in the certificate lifecycle
|
|
5555
|
+
*/
|
|
5556
|
+
export const SyncReconcileResponseEndpointsCertificateStatus = {
|
|
5557
|
+
Pending: "pending",
|
|
5558
|
+
Issued: "issued",
|
|
5559
|
+
Renewing: "renewing",
|
|
5560
|
+
RenewalFailed: "renewal-failed",
|
|
5561
|
+
Failed: "failed",
|
|
5562
|
+
Deleting: "deleting",
|
|
5563
|
+
} as const;
|
|
5564
|
+
/**
|
|
5565
|
+
* Certificate status in the certificate lifecycle
|
|
5566
|
+
*/
|
|
5567
|
+
export type SyncReconcileResponseEndpointsCertificateStatus = ClosedEnum<
|
|
5568
|
+
typeof SyncReconcileResponseEndpointsCertificateStatus
|
|
5569
|
+
>;
|
|
5570
|
+
|
|
5571
|
+
/**
|
|
5572
|
+
* DNS record status in the DNS lifecycle
|
|
5573
|
+
*/
|
|
5574
|
+
export const SyncReconcileResponseEndpointsDnsStatus = {
|
|
5575
|
+
Pending: "pending",
|
|
5576
|
+
Active: "active",
|
|
5577
|
+
Updating: "updating",
|
|
5578
|
+
Deleting: "deleting",
|
|
5579
|
+
Failed: "failed",
|
|
5580
|
+
} as const;
|
|
5581
|
+
/**
|
|
5582
|
+
* DNS record status in the DNS lifecycle
|
|
5583
|
+
*/
|
|
5584
|
+
export type SyncReconcileResponseEndpointsDnsStatus = ClosedEnum<
|
|
5585
|
+
typeof SyncReconcileResponseEndpointsDnsStatus
|
|
5586
|
+
>;
|
|
5587
|
+
|
|
5588
|
+
/**
|
|
5589
|
+
* Certificate and DNS metadata for a managed hostname.
|
|
5590
|
+
*
|
|
5591
|
+
* @remarks
|
|
5592
|
+
*
|
|
5593
|
+
* Includes decrypted certificate data for issued certificates.
|
|
5594
|
+
* Private keys are deployment-scoped secrets (like environment variables).
|
|
5595
|
+
*/
|
|
5596
|
+
export type SyncReconcileResponseEndpoints = {
|
|
5597
|
+
/**
|
|
5598
|
+
* Full PEM certificate chain (only present if status is "issued").
|
|
5599
|
+
*/
|
|
5600
|
+
certificateChain?: string | null | undefined;
|
|
5601
|
+
/**
|
|
5602
|
+
* Certificate ID (for tracking/logging).
|
|
5603
|
+
*/
|
|
5604
|
+
certificateId: string;
|
|
5605
|
+
/**
|
|
5606
|
+
* Certificate status in the certificate lifecycle
|
|
5607
|
+
*/
|
|
5608
|
+
certificateStatus: SyncReconcileResponseEndpointsCertificateStatus;
|
|
5609
|
+
/**
|
|
5610
|
+
* Last DNS error message. Present when DNS previously failed, even if status
|
|
5611
|
+
*
|
|
5612
|
+
* @remarks
|
|
5613
|
+
* was reset to pending for retry. Used to surface actionable error context
|
|
5614
|
+
* in WaitingForDns failure messages.
|
|
5615
|
+
*/
|
|
5616
|
+
dnsError?: string | null | undefined;
|
|
5617
|
+
/**
|
|
5618
|
+
* DNS record status in the DNS lifecycle
|
|
5619
|
+
*/
|
|
5620
|
+
dnsStatus: SyncReconcileResponseEndpointsDnsStatus;
|
|
5621
|
+
/**
|
|
5622
|
+
* Fully qualified domain name.
|
|
5623
|
+
*/
|
|
5624
|
+
fqdn: string;
|
|
5625
|
+
/**
|
|
5626
|
+
* ISO 8601 timestamp when certificate was issued (for renewal detection).
|
|
5627
|
+
*/
|
|
5628
|
+
issuedAt?: string | null | undefined;
|
|
5629
|
+
/**
|
|
5630
|
+
* Decrypted private key (only present if status is "issued").
|
|
5631
|
+
*/
|
|
5632
|
+
privateKey?: string | null | undefined;
|
|
5633
|
+
};
|
|
5634
|
+
|
|
4772
5635
|
/**
|
|
4773
5636
|
* Certificate and DNS metadata for a public resource.
|
|
4774
5637
|
*
|
|
4775
5638
|
* @remarks
|
|
4776
5639
|
*
|
|
4777
|
-
* The direct fields describe the primary
|
|
4778
|
-
* contains
|
|
4779
|
-
*
|
|
5640
|
+
* The direct fields describe the primary endpoint hostname. `endpoints`
|
|
5641
|
+
* contains endpoint-scoped metadata keyed by endpoint name. `aliases` contains
|
|
5642
|
+
* additional managed hostnames that route directly to the primary endpoint.
|
|
4780
5643
|
*/
|
|
4781
5644
|
export type DomainMetadataTargetResources = {
|
|
4782
5645
|
/**
|
|
@@ -4796,17 +5659,17 @@ export type DomainMetadataTargetResources = {
|
|
|
4796
5659
|
*/
|
|
4797
5660
|
certificateStatus: SyncReconcileResponseCertificateStatus;
|
|
4798
5661
|
/**
|
|
4799
|
-
* Last DNS error message.
|
|
4800
|
-
*
|
|
4801
|
-
* @remarks
|
|
4802
|
-
* was reset to pending for retry. Used to surface actionable error context
|
|
4803
|
-
* in WaitingForDns failure messages.
|
|
5662
|
+
* Last DNS error message.
|
|
4804
5663
|
*/
|
|
4805
5664
|
dnsError?: string | null | undefined;
|
|
4806
5665
|
/**
|
|
4807
5666
|
* DNS record status in the DNS lifecycle
|
|
4808
5667
|
*/
|
|
4809
5668
|
dnsStatus: SyncReconcileResponseDnsStatus;
|
|
5669
|
+
/**
|
|
5670
|
+
* Endpoint-scoped metadata keyed by endpoint name.
|
|
5671
|
+
*/
|
|
5672
|
+
endpoints?: { [k: string]: SyncReconcileResponseEndpoints } | undefined;
|
|
4810
5673
|
/**
|
|
4811
5674
|
* Fully qualified domain name.
|
|
4812
5675
|
*/
|
|
@@ -4850,15 +5713,15 @@ export type SyncReconcileResponseDomainMetadataUnion =
|
|
|
4850
5713
|
/**
|
|
4851
5714
|
* Type of environment variable
|
|
4852
5715
|
*/
|
|
4853
|
-
export const
|
|
5716
|
+
export const TargetEnvironmentVariablesType = {
|
|
4854
5717
|
Plain: "plain",
|
|
4855
5718
|
Secret: "secret",
|
|
4856
5719
|
} as const;
|
|
4857
5720
|
/**
|
|
4858
5721
|
* Type of environment variable
|
|
4859
5722
|
*/
|
|
4860
|
-
export type
|
|
4861
|
-
typeof
|
|
5723
|
+
export type TargetEnvironmentVariablesType = ClosedEnum<
|
|
5724
|
+
typeof TargetEnvironmentVariablesType
|
|
4862
5725
|
>;
|
|
4863
5726
|
|
|
4864
5727
|
/**
|
|
@@ -4876,7 +5739,7 @@ export type SyncReconcileResponseVariable = {
|
|
|
4876
5739
|
/**
|
|
4877
5740
|
* Type of environment variable
|
|
4878
5741
|
*/
|
|
4879
|
-
type:
|
|
5742
|
+
type: TargetEnvironmentVariablesType;
|
|
4880
5743
|
/**
|
|
4881
5744
|
* Variable value (decrypted - deployment has access to decryption keys)
|
|
4882
5745
|
*/
|
|
@@ -5020,11 +5883,11 @@ export type SyncReconcileResponseStaticIp = {
|
|
|
5020
5883
|
secretRef: SyncReconcileResponseStaticIpSecretRef;
|
|
5021
5884
|
};
|
|
5022
5885
|
|
|
5023
|
-
export const
|
|
5886
|
+
export const TargetTypeContainerAppsEnvironment = {
|
|
5024
5887
|
ContainerAppsEnvironment: "container_apps_environment",
|
|
5025
5888
|
} as const;
|
|
5026
|
-
export type
|
|
5027
|
-
typeof
|
|
5889
|
+
export type TargetTypeContainerAppsEnvironment = ClosedEnum<
|
|
5890
|
+
typeof TargetTypeContainerAppsEnvironment
|
|
5028
5891
|
>;
|
|
5029
5892
|
|
|
5030
5893
|
/**
|
|
@@ -5086,7 +5949,7 @@ export type SyncReconcileResponseExternalBindingsContainerAppsEnvironment = {
|
|
|
5086
5949
|
| null
|
|
5087
5950
|
| undefined;
|
|
5088
5951
|
staticIp?: any | null | undefined;
|
|
5089
|
-
type:
|
|
5952
|
+
type: TargetTypeContainerAppsEnvironment;
|
|
5090
5953
|
};
|
|
5091
5954
|
|
|
5092
5955
|
/**
|
|
@@ -5115,12 +5978,10 @@ export type SyncReconcileResponseDataDirUnion2 =
|
|
|
5115
5978
|
| any
|
|
5116
5979
|
| string;
|
|
5117
5980
|
|
|
5118
|
-
export const
|
|
5981
|
+
export const TargetTypeVault5 = {
|
|
5119
5982
|
Vault: "vault",
|
|
5120
5983
|
} as const;
|
|
5121
|
-
export type
|
|
5122
|
-
typeof SyncReconcileResponseTypeVault5
|
|
5123
|
-
>;
|
|
5984
|
+
export type TargetTypeVault5 = ClosedEnum<typeof TargetTypeVault5>;
|
|
5124
5985
|
|
|
5125
5986
|
/**
|
|
5126
5987
|
* Local development vault binding (for testing/development)
|
|
@@ -5138,7 +5999,7 @@ export type SyncReconcileResponseExternalBindingsLocalVault = {
|
|
|
5138
5999
|
*/
|
|
5139
6000
|
vaultName: string;
|
|
5140
6001
|
service: "local-vault";
|
|
5141
|
-
type:
|
|
6002
|
+
type: TargetTypeVault5;
|
|
5142
6003
|
};
|
|
5143
6004
|
|
|
5144
6005
|
/**
|
|
@@ -5193,12 +6054,10 @@ export type SyncReconcileResponseVaultPrefixUnion3 =
|
|
|
5193
6054
|
| any
|
|
5194
6055
|
| string;
|
|
5195
6056
|
|
|
5196
|
-
export const
|
|
6057
|
+
export const TargetTypeVault4 = {
|
|
5197
6058
|
Vault: "vault",
|
|
5198
6059
|
} as const;
|
|
5199
|
-
export type
|
|
5200
|
-
typeof SyncReconcileResponseTypeVault4
|
|
5201
|
-
>;
|
|
6060
|
+
export type TargetTypeVault4 = ClosedEnum<typeof TargetTypeVault4>;
|
|
5202
6061
|
|
|
5203
6062
|
/**
|
|
5204
6063
|
* Kubernetes Secrets vault binding configuration
|
|
@@ -5224,7 +6083,7 @@ export type SyncReconcileResponseExternalBindingsKubernetesSecret = {
|
|
|
5224
6083
|
| null
|
|
5225
6084
|
| undefined;
|
|
5226
6085
|
service: "kubernetes-secret";
|
|
5227
|
-
type:
|
|
6086
|
+
type: TargetTypeVault4;
|
|
5228
6087
|
};
|
|
5229
6088
|
|
|
5230
6089
|
/**
|
|
@@ -5253,12 +6112,10 @@ export type SyncReconcileResponseVaultNameUnion =
|
|
|
5253
6112
|
| any
|
|
5254
6113
|
| string;
|
|
5255
6114
|
|
|
5256
|
-
export const
|
|
6115
|
+
export const TargetTypeVault3 = {
|
|
5257
6116
|
Vault: "vault",
|
|
5258
6117
|
} as const;
|
|
5259
|
-
export type
|
|
5260
|
-
typeof SyncReconcileResponseTypeVault3
|
|
5261
|
-
>;
|
|
6118
|
+
export type TargetTypeVault3 = ClosedEnum<typeof TargetTypeVault3>;
|
|
5262
6119
|
|
|
5263
6120
|
/**
|
|
5264
6121
|
* Azure Key Vault binding configuration
|
|
@@ -5272,7 +6129,7 @@ export type SyncReconcileResponseExternalBindingsKeyVault = {
|
|
|
5272
6129
|
*/
|
|
5273
6130
|
vaultName?: SyncReconcileResponseVaultName | any | string | null | undefined;
|
|
5274
6131
|
service: "key-vault";
|
|
5275
|
-
type:
|
|
6132
|
+
type: TargetTypeVault3;
|
|
5276
6133
|
};
|
|
5277
6134
|
|
|
5278
6135
|
/**
|
|
@@ -5301,12 +6158,10 @@ export type SyncReconcileResponseVaultPrefixUnion2 =
|
|
|
5301
6158
|
| any
|
|
5302
6159
|
| string;
|
|
5303
6160
|
|
|
5304
|
-
export const
|
|
6161
|
+
export const TargetTypeVault2 = {
|
|
5305
6162
|
Vault: "vault",
|
|
5306
6163
|
} as const;
|
|
5307
|
-
export type
|
|
5308
|
-
typeof SyncReconcileResponseTypeVault2
|
|
5309
|
-
>;
|
|
6164
|
+
export type TargetTypeVault2 = ClosedEnum<typeof TargetTypeVault2>;
|
|
5310
6165
|
|
|
5311
6166
|
/**
|
|
5312
6167
|
* GCP Secret Manager vault binding configuration
|
|
@@ -5325,7 +6180,7 @@ export type SyncReconcileResponseExternalBindingsSecretManager = {
|
|
|
5325
6180
|
| null
|
|
5326
6181
|
| undefined;
|
|
5327
6182
|
service: "secret-manager";
|
|
5328
|
-
type:
|
|
6183
|
+
type: TargetTypeVault2;
|
|
5329
6184
|
};
|
|
5330
6185
|
|
|
5331
6186
|
/**
|
|
@@ -5354,12 +6209,10 @@ export type SyncReconcileResponseVaultPrefixUnion1 =
|
|
|
5354
6209
|
| any
|
|
5355
6210
|
| string;
|
|
5356
6211
|
|
|
5357
|
-
export const
|
|
6212
|
+
export const TargetTypeVault1 = {
|
|
5358
6213
|
Vault: "vault",
|
|
5359
6214
|
} as const;
|
|
5360
|
-
export type
|
|
5361
|
-
typeof SyncReconcileResponseTypeVault1
|
|
5362
|
-
>;
|
|
6215
|
+
export type TargetTypeVault1 = ClosedEnum<typeof TargetTypeVault1>;
|
|
5363
6216
|
|
|
5364
6217
|
/**
|
|
5365
6218
|
* AWS SSM Parameter Store vault binding configuration
|
|
@@ -5378,7 +6231,7 @@ export type SyncReconcileResponseExternalBindingsParameterStore = {
|
|
|
5378
6231
|
| null
|
|
5379
6232
|
| undefined;
|
|
5380
6233
|
service: "parameter-store";
|
|
5381
|
-
type:
|
|
6234
|
+
type: TargetTypeVault1;
|
|
5382
6235
|
};
|
|
5383
6236
|
|
|
5384
6237
|
/**
|
|
@@ -5432,11 +6285,11 @@ export type SyncReconcileResponseRegistryUrlUnion =
|
|
|
5432
6285
|
| any
|
|
5433
6286
|
| string;
|
|
5434
6287
|
|
|
5435
|
-
export const
|
|
6288
|
+
export const TargetTypeArtifactRegistry4 = {
|
|
5436
6289
|
ArtifactRegistry: "artifact_registry",
|
|
5437
6290
|
} as const;
|
|
5438
|
-
export type
|
|
5439
|
-
typeof
|
|
6291
|
+
export type TargetTypeArtifactRegistry4 = ClosedEnum<
|
|
6292
|
+
typeof TargetTypeArtifactRegistry4
|
|
5440
6293
|
>;
|
|
5441
6294
|
|
|
5442
6295
|
/**
|
|
@@ -5469,7 +6322,7 @@ export type SyncReconcileResponseExternalBindingsLocal = {
|
|
|
5469
6322
|
| null
|
|
5470
6323
|
| undefined;
|
|
5471
6324
|
service: "local";
|
|
5472
|
-
type:
|
|
6325
|
+
type: TargetTypeArtifactRegistry4;
|
|
5473
6326
|
};
|
|
5474
6327
|
|
|
5475
6328
|
/**
|
|
@@ -5528,11 +6381,11 @@ export type SyncReconcileResponseRepositoryNameUnion =
|
|
|
5528
6381
|
| any
|
|
5529
6382
|
| string;
|
|
5530
6383
|
|
|
5531
|
-
export const
|
|
6384
|
+
export const TargetTypeArtifactRegistry3 = {
|
|
5532
6385
|
ArtifactRegistry: "artifact_registry",
|
|
5533
6386
|
} as const;
|
|
5534
|
-
export type
|
|
5535
|
-
typeof
|
|
6387
|
+
export type TargetTypeArtifactRegistry3 = ClosedEnum<
|
|
6388
|
+
typeof TargetTypeArtifactRegistry3
|
|
5536
6389
|
>;
|
|
5537
6390
|
|
|
5538
6391
|
/**
|
|
@@ -5554,7 +6407,7 @@ export type SyncReconcileResponseExternalBindingsGar = {
|
|
|
5554
6407
|
| null
|
|
5555
6408
|
| undefined;
|
|
5556
6409
|
service: "gar";
|
|
5557
|
-
type:
|
|
6410
|
+
type: TargetTypeArtifactRegistry3;
|
|
5558
6411
|
};
|
|
5559
6412
|
|
|
5560
6413
|
/**
|
|
@@ -5624,11 +6477,11 @@ export type SyncReconcileResponseResourceGroupNameUnion2 =
|
|
|
5624
6477
|
| any
|
|
5625
6478
|
| string;
|
|
5626
6479
|
|
|
5627
|
-
export const
|
|
6480
|
+
export const TargetTypeArtifactRegistry2 = {
|
|
5628
6481
|
ArtifactRegistry: "artifact_registry",
|
|
5629
6482
|
} as const;
|
|
5630
|
-
export type
|
|
5631
|
-
typeof
|
|
6483
|
+
export type TargetTypeArtifactRegistry2 = ClosedEnum<
|
|
6484
|
+
typeof TargetTypeArtifactRegistry2
|
|
5632
6485
|
>;
|
|
5633
6486
|
|
|
5634
6487
|
/**
|
|
@@ -5661,7 +6514,7 @@ export type SyncReconcileResponseExternalBindingsAcr = {
|
|
|
5661
6514
|
| null
|
|
5662
6515
|
| undefined;
|
|
5663
6516
|
service: "acr";
|
|
5664
|
-
type:
|
|
6517
|
+
type: TargetTypeArtifactRegistry2;
|
|
5665
6518
|
};
|
|
5666
6519
|
|
|
5667
6520
|
/**
|
|
@@ -5720,11 +6573,11 @@ export type SyncReconcileResponseRepositoryPrefixUnion =
|
|
|
5720
6573
|
| any
|
|
5721
6574
|
| string;
|
|
5722
6575
|
|
|
5723
|
-
export const
|
|
6576
|
+
export const TargetTypeArtifactRegistry1 = {
|
|
5724
6577
|
ArtifactRegistry: "artifact_registry",
|
|
5725
6578
|
} as const;
|
|
5726
|
-
export type
|
|
5727
|
-
typeof
|
|
6579
|
+
export type TargetTypeArtifactRegistry1 = ClosedEnum<
|
|
6580
|
+
typeof TargetTypeArtifactRegistry1
|
|
5728
6581
|
>;
|
|
5729
6582
|
|
|
5730
6583
|
/**
|
|
@@ -5746,7 +6599,7 @@ export type SyncReconcileResponseExternalBindingsEcr = {
|
|
|
5746
6599
|
| null
|
|
5747
6600
|
| undefined;
|
|
5748
6601
|
service: "ecr";
|
|
5749
|
-
type:
|
|
6602
|
+
type: TargetTypeArtifactRegistry1;
|
|
5750
6603
|
};
|
|
5751
6604
|
|
|
5752
6605
|
/**
|
|
@@ -5799,12 +6652,10 @@ export type SyncReconcileResponseKeyPrefix2 = {
|
|
|
5799
6652
|
secretRef: SyncReconcileResponseKeyPrefixSecretRef2;
|
|
5800
6653
|
};
|
|
5801
6654
|
|
|
5802
|
-
export const
|
|
6655
|
+
export const TargetTypeKv5 = {
|
|
5803
6656
|
Kv: "kv",
|
|
5804
6657
|
} as const;
|
|
5805
|
-
export type
|
|
5806
|
-
typeof SyncReconcileResponseTypeKv5
|
|
5807
|
-
>;
|
|
6658
|
+
export type TargetTypeKv5 = ClosedEnum<typeof TargetTypeKv5>;
|
|
5808
6659
|
|
|
5809
6660
|
/**
|
|
5810
6661
|
* Local development KV binding configuration
|
|
@@ -5819,7 +6670,7 @@ export type SyncReconcileResponseExternalBindingsLocalKv = {
|
|
|
5819
6670
|
dataDir?: SyncReconcileResponseDataDir1 | any | string | null | undefined;
|
|
5820
6671
|
keyPrefix?: any | null | undefined;
|
|
5821
6672
|
service: "local-kv";
|
|
5822
|
-
type:
|
|
6673
|
+
type: TargetTypeKv5;
|
|
5823
6674
|
};
|
|
5824
6675
|
|
|
5825
6676
|
/**
|
|
@@ -5878,12 +6729,10 @@ export type SyncReconcileResponseKeyPrefix1 = {
|
|
|
5878
6729
|
secretRef: SyncReconcileResponseKeyPrefixSecretRef1;
|
|
5879
6730
|
};
|
|
5880
6731
|
|
|
5881
|
-
export const
|
|
6732
|
+
export const TargetTypeKv4 = {
|
|
5882
6733
|
Kv: "kv",
|
|
5883
6734
|
} as const;
|
|
5884
|
-
export type
|
|
5885
|
-
typeof SyncReconcileResponseTypeKv4
|
|
5886
|
-
>;
|
|
6735
|
+
export type TargetTypeKv4 = ClosedEnum<typeof TargetTypeKv4>;
|
|
5887
6736
|
|
|
5888
6737
|
/**
|
|
5889
6738
|
* Redis KV binding configuration
|
|
@@ -5904,7 +6753,7 @@ export type SyncReconcileResponseExternalBindingsRedis = {
|
|
|
5904
6753
|
database?: any | null | undefined;
|
|
5905
6754
|
keyPrefix?: any | null | undefined;
|
|
5906
6755
|
service: "redis";
|
|
5907
|
-
type:
|
|
6756
|
+
type: TargetTypeKv4;
|
|
5908
6757
|
};
|
|
5909
6758
|
|
|
5910
6759
|
/**
|
|
@@ -5985,12 +6834,10 @@ export type SyncReconcileResponseTableNameUnion2 =
|
|
|
5985
6834
|
| any
|
|
5986
6835
|
| string;
|
|
5987
6836
|
|
|
5988
|
-
export const
|
|
6837
|
+
export const TargetTypeKv3 = {
|
|
5989
6838
|
Kv: "kv",
|
|
5990
6839
|
} as const;
|
|
5991
|
-
export type
|
|
5992
|
-
typeof SyncReconcileResponseTypeKv3
|
|
5993
|
-
>;
|
|
6840
|
+
export type TargetTypeKv3 = ClosedEnum<typeof TargetTypeKv3>;
|
|
5994
6841
|
|
|
5995
6842
|
/**
|
|
5996
6843
|
* Azure Table Storage KV binding configuration
|
|
@@ -6028,7 +6875,7 @@ export type SyncReconcileResponseExternalBindingsTablestorage = {
|
|
|
6028
6875
|
*/
|
|
6029
6876
|
tableName?: SyncReconcileResponseTableName2 | any | string | null | undefined;
|
|
6030
6877
|
service: "tablestorage";
|
|
6031
|
-
type:
|
|
6878
|
+
type: TargetTypeKv3;
|
|
6032
6879
|
};
|
|
6033
6880
|
|
|
6034
6881
|
/**
|
|
@@ -6109,12 +6956,10 @@ export type SyncReconcileResponseProjectIdUnion =
|
|
|
6109
6956
|
| any
|
|
6110
6957
|
| string;
|
|
6111
6958
|
|
|
6112
|
-
export const
|
|
6959
|
+
export const TargetTypeKv2 = {
|
|
6113
6960
|
Kv: "kv",
|
|
6114
6961
|
} as const;
|
|
6115
|
-
export type
|
|
6116
|
-
typeof SyncReconcileResponseTypeKv2
|
|
6117
|
-
>;
|
|
6962
|
+
export type TargetTypeKv2 = ClosedEnum<typeof TargetTypeKv2>;
|
|
6118
6963
|
|
|
6119
6964
|
/**
|
|
6120
6965
|
* GCP Firestore KV binding configuration
|
|
@@ -6152,7 +6997,7 @@ export type SyncReconcileResponseExternalBindingsFirestore = {
|
|
|
6152
6997
|
*/
|
|
6153
6998
|
projectId?: SyncReconcileResponseProjectId | any | string | null | undefined;
|
|
6154
6999
|
service: "firestore";
|
|
6155
|
-
type:
|
|
7000
|
+
type: TargetTypeKv2;
|
|
6156
7001
|
};
|
|
6157
7002
|
|
|
6158
7003
|
/**
|
|
@@ -6222,12 +7067,10 @@ export type SyncReconcileResponseTableNameUnion1 =
|
|
|
6222
7067
|
| any
|
|
6223
7068
|
| string;
|
|
6224
7069
|
|
|
6225
|
-
export const
|
|
7070
|
+
export const TargetTypeKv1 = {
|
|
6226
7071
|
Kv: "kv",
|
|
6227
7072
|
} as const;
|
|
6228
|
-
export type
|
|
6229
|
-
typeof SyncReconcileResponseTypeKv1
|
|
6230
|
-
>;
|
|
7073
|
+
export type TargetTypeKv1 = ClosedEnum<typeof TargetTypeKv1>;
|
|
6231
7074
|
|
|
6232
7075
|
/**
|
|
6233
7076
|
* AWS DynamoDB KV binding configuration
|
|
@@ -6249,7 +7092,7 @@ export type SyncReconcileResponseExternalBindingsDynamodb = {
|
|
|
6249
7092
|
*/
|
|
6250
7093
|
tableName?: SyncReconcileResponseTableName1 | any | string | null | undefined;
|
|
6251
7094
|
service: "dynamodb";
|
|
6252
|
-
type:
|
|
7095
|
+
type: TargetTypeKv1;
|
|
6253
7096
|
};
|
|
6254
7097
|
|
|
6255
7098
|
/**
|
|
@@ -6288,12 +7131,10 @@ export type SyncReconcileResponseQueuePathUnion =
|
|
|
6288
7131
|
| any
|
|
6289
7132
|
| string;
|
|
6290
7133
|
|
|
6291
|
-
export const
|
|
7134
|
+
export const TargetTypeQueue4 = {
|
|
6292
7135
|
Queue: "queue",
|
|
6293
7136
|
} as const;
|
|
6294
|
-
export type
|
|
6295
|
-
typeof SyncReconcileResponseTypeQueue4
|
|
6296
|
-
>;
|
|
7137
|
+
export type TargetTypeQueue4 = ClosedEnum<typeof TargetTypeQueue4>;
|
|
6297
7138
|
|
|
6298
7139
|
/**
|
|
6299
7140
|
* Local queue parameters
|
|
@@ -6307,7 +7148,7 @@ export type SyncReconcileResponseExternalBindingsLocalQueue = {
|
|
|
6307
7148
|
*/
|
|
6308
7149
|
queuePath?: SyncReconcileResponseQueuePath | any | string | null | undefined;
|
|
6309
7150
|
service: "local-queue";
|
|
6310
|
-
type:
|
|
7151
|
+
type: TargetTypeQueue4;
|
|
6311
7152
|
};
|
|
6312
7153
|
|
|
6313
7154
|
/**
|
|
@@ -6362,12 +7203,10 @@ export type SyncReconcileResponseQueueNameUnion =
|
|
|
6362
7203
|
| any
|
|
6363
7204
|
| string;
|
|
6364
7205
|
|
|
6365
|
-
export const
|
|
7206
|
+
export const TargetTypeQueue3 = {
|
|
6366
7207
|
Queue: "queue",
|
|
6367
7208
|
} as const;
|
|
6368
|
-
export type
|
|
6369
|
-
typeof SyncReconcileResponseTypeQueue3
|
|
6370
|
-
>;
|
|
7209
|
+
export type TargetTypeQueue3 = ClosedEnum<typeof TargetTypeQueue3>;
|
|
6371
7210
|
|
|
6372
7211
|
/**
|
|
6373
7212
|
* Azure Service Bus parameters
|
|
@@ -6388,7 +7227,7 @@ export type SyncReconcileResponseExternalBindingsServicebus = {
|
|
|
6388
7227
|
*/
|
|
6389
7228
|
queueName?: SyncReconcileResponseQueueName | any | string | null | undefined;
|
|
6390
7229
|
service: "servicebus";
|
|
6391
|
-
type:
|
|
7230
|
+
type: TargetTypeQueue3;
|
|
6392
7231
|
};
|
|
6393
7232
|
|
|
6394
7233
|
/**
|
|
@@ -6443,12 +7282,10 @@ export type SyncReconcileResponseTopicUnion =
|
|
|
6443
7282
|
| any
|
|
6444
7283
|
| string;
|
|
6445
7284
|
|
|
6446
|
-
export const
|
|
7285
|
+
export const TargetTypeQueue2 = {
|
|
6447
7286
|
Queue: "queue",
|
|
6448
7287
|
} as const;
|
|
6449
|
-
export type
|
|
6450
|
-
typeof SyncReconcileResponseTypeQueue2
|
|
6451
|
-
>;
|
|
7288
|
+
export type TargetTypeQueue2 = ClosedEnum<typeof TargetTypeQueue2>;
|
|
6452
7289
|
|
|
6453
7290
|
/**
|
|
6454
7291
|
* GCP Pub/Sub parameters
|
|
@@ -6474,7 +7311,7 @@ export type SyncReconcileResponseExternalBindingsPubsub = {
|
|
|
6474
7311
|
*/
|
|
6475
7312
|
topic?: SyncReconcileResponseTopic | any | string | null | undefined;
|
|
6476
7313
|
service: "pubsub";
|
|
6477
|
-
type:
|
|
7314
|
+
type: TargetTypeQueue2;
|
|
6478
7315
|
};
|
|
6479
7316
|
|
|
6480
7317
|
/**
|
|
@@ -6503,12 +7340,10 @@ export type SyncReconcileResponseQueueUrlUnion =
|
|
|
6503
7340
|
| any
|
|
6504
7341
|
| string;
|
|
6505
7342
|
|
|
6506
|
-
export const
|
|
7343
|
+
export const TargetTypeQueue1 = {
|
|
6507
7344
|
Queue: "queue",
|
|
6508
7345
|
} as const;
|
|
6509
|
-
export type
|
|
6510
|
-
typeof SyncReconcileResponseTypeQueue1
|
|
6511
|
-
>;
|
|
7346
|
+
export type TargetTypeQueue1 = ClosedEnum<typeof TargetTypeQueue1>;
|
|
6512
7347
|
|
|
6513
7348
|
/**
|
|
6514
7349
|
* AWS SQS queue parameters
|
|
@@ -6522,7 +7357,7 @@ export type SyncReconcileResponseExternalBindingsSqs = {
|
|
|
6522
7357
|
*/
|
|
6523
7358
|
queueUrl?: SyncReconcileResponseQueueUrl | any | string | null | undefined;
|
|
6524
7359
|
service: "sqs";
|
|
6525
|
-
type:
|
|
7360
|
+
type: TargetTypeQueue1;
|
|
6526
7361
|
};
|
|
6527
7362
|
|
|
6528
7363
|
/**
|
|
@@ -6560,12 +7395,10 @@ export type SyncReconcileResponseStoragePathUnion =
|
|
|
6560
7395
|
| any
|
|
6561
7396
|
| string;
|
|
6562
7397
|
|
|
6563
|
-
export const
|
|
7398
|
+
export const TargetTypeStorage4 = {
|
|
6564
7399
|
Storage: "storage",
|
|
6565
7400
|
} as const;
|
|
6566
|
-
export type
|
|
6567
|
-
typeof SyncReconcileResponseTypeStorage4
|
|
6568
|
-
>;
|
|
7401
|
+
export type TargetTypeStorage4 = ClosedEnum<typeof TargetTypeStorage4>;
|
|
6569
7402
|
|
|
6570
7403
|
/**
|
|
6571
7404
|
* Local filesystem storage binding configuration
|
|
@@ -6584,7 +7417,7 @@ export type SyncReconcileResponseExternalBindingsLocalStorage = {
|
|
|
6584
7417
|
| null
|
|
6585
7418
|
| undefined;
|
|
6586
7419
|
service: "local-storage";
|
|
6587
|
-
type:
|
|
7420
|
+
type: TargetTypeStorage4;
|
|
6588
7421
|
};
|
|
6589
7422
|
|
|
6590
7423
|
/**
|
|
@@ -6613,12 +7446,10 @@ export type SyncReconcileResponseBucketNameUnion2 =
|
|
|
6613
7446
|
| any
|
|
6614
7447
|
| string;
|
|
6615
7448
|
|
|
6616
|
-
export const
|
|
7449
|
+
export const TargetTypeStorage3 = {
|
|
6617
7450
|
Storage: "storage",
|
|
6618
7451
|
} as const;
|
|
6619
|
-
export type
|
|
6620
|
-
typeof SyncReconcileResponseTypeStorage3
|
|
6621
|
-
>;
|
|
7452
|
+
export type TargetTypeStorage3 = ClosedEnum<typeof TargetTypeStorage3>;
|
|
6622
7453
|
|
|
6623
7454
|
/**
|
|
6624
7455
|
* Google Cloud Storage binding configuration
|
|
@@ -6637,7 +7468,7 @@ export type SyncReconcileResponseExternalBindingsGcs = {
|
|
|
6637
7468
|
| null
|
|
6638
7469
|
| undefined;
|
|
6639
7470
|
service: "gcs";
|
|
6640
|
-
type:
|
|
7471
|
+
type: TargetTypeStorage3;
|
|
6641
7472
|
};
|
|
6642
7473
|
|
|
6643
7474
|
/**
|
|
@@ -6692,12 +7523,10 @@ export type SyncReconcileResponseContainerNameUnion =
|
|
|
6692
7523
|
| any
|
|
6693
7524
|
| string;
|
|
6694
7525
|
|
|
6695
|
-
export const
|
|
7526
|
+
export const TargetTypeStorage2 = {
|
|
6696
7527
|
Storage: "storage",
|
|
6697
7528
|
} as const;
|
|
6698
|
-
export type
|
|
6699
|
-
typeof SyncReconcileResponseTypeStorage2
|
|
6700
|
-
>;
|
|
7529
|
+
export type TargetTypeStorage2 = ClosedEnum<typeof TargetTypeStorage2>;
|
|
6701
7530
|
|
|
6702
7531
|
/**
|
|
6703
7532
|
* Azure Blob Storage binding configuration
|
|
@@ -6728,7 +7557,7 @@ export type SyncReconcileResponseExternalBindingsBlob = {
|
|
|
6728
7557
|
| null
|
|
6729
7558
|
| undefined;
|
|
6730
7559
|
service: "blob";
|
|
6731
|
-
type:
|
|
7560
|
+
type: TargetTypeStorage2;
|
|
6732
7561
|
};
|
|
6733
7562
|
|
|
6734
7563
|
/**
|
|
@@ -6757,12 +7586,10 @@ export type SyncReconcileResponseBucketNameUnion1 =
|
|
|
6757
7586
|
| any
|
|
6758
7587
|
| string;
|
|
6759
7588
|
|
|
6760
|
-
export const
|
|
7589
|
+
export const TargetTypeStorage1 = {
|
|
6761
7590
|
Storage: "storage",
|
|
6762
7591
|
} as const;
|
|
6763
|
-
export type
|
|
6764
|
-
typeof SyncReconcileResponseTypeStorage1
|
|
6765
|
-
>;
|
|
7592
|
+
export type TargetTypeStorage1 = ClosedEnum<typeof TargetTypeStorage1>;
|
|
6766
7593
|
|
|
6767
7594
|
/**
|
|
6768
7595
|
* AWS S3 storage binding configuration
|
|
@@ -6781,7 +7608,7 @@ export type SyncReconcileResponseExternalBindingsS3 = {
|
|
|
6781
7608
|
| null
|
|
6782
7609
|
| undefined;
|
|
6783
7610
|
service: "s3";
|
|
6784
|
-
type:
|
|
7611
|
+
type: TargetTypeStorage1;
|
|
6785
7612
|
};
|
|
6786
7613
|
|
|
6787
7614
|
/**
|
|
@@ -6905,10 +7732,12 @@ export type SyncReconcileResponseManagementConfigUnion =
|
|
|
6905
7732
|
*
|
|
6906
7733
|
* @remarks
|
|
6907
7734
|
*
|
|
6908
|
-
* When set,
|
|
6909
|
-
* given endpoint via OTLP/HTTP
|
|
6910
|
-
*
|
|
6911
|
-
*
|
|
7735
|
+
* When set, injected compute runtimes export captured application logs
|
|
7736
|
+
* through the given endpoint via OTLP/HTTP; which resources are injected
|
|
7737
|
+
* is platform-dependent. Workers and daemons read auth headers from a
|
|
7738
|
+
* runtime-only secret — never from application environment variables.
|
|
7739
|
+
* Containers have no runtime wrapper, so they get the endpoint and auth
|
|
7740
|
+
* header as plain OTEL env vars for the application's own exporter.
|
|
6912
7741
|
*/
|
|
6913
7742
|
export type SyncReconcileResponseMonitoring = {
|
|
6914
7743
|
/**
|
|
@@ -6962,6 +7791,65 @@ export type SyncReconcileResponseMonitoringUnion =
|
|
|
6962
7791
|
| SyncReconcileResponseMonitoring
|
|
6963
7792
|
| any;
|
|
6964
7793
|
|
|
7794
|
+
export type SyncReconcileResponsePoolsAutoscale = {
|
|
7795
|
+
/**
|
|
7796
|
+
* Provider machine type selected for this deployment.
|
|
7797
|
+
*/
|
|
7798
|
+
machine?: string | null | undefined;
|
|
7799
|
+
/**
|
|
7800
|
+
* Maximum machine count.
|
|
7801
|
+
*/
|
|
7802
|
+
max: number;
|
|
7803
|
+
/**
|
|
7804
|
+
* Minimum machine count.
|
|
7805
|
+
*/
|
|
7806
|
+
min: number;
|
|
7807
|
+
mode: "autoscale";
|
|
7808
|
+
};
|
|
7809
|
+
|
|
7810
|
+
export type SyncReconcileResponsePoolsFixed = {
|
|
7811
|
+
/**
|
|
7812
|
+
* Provider machine type selected for this deployment.
|
|
7813
|
+
*/
|
|
7814
|
+
machine?: string | null | undefined;
|
|
7815
|
+
/**
|
|
7816
|
+
* Number of machines to run.
|
|
7817
|
+
*/
|
|
7818
|
+
machines: number;
|
|
7819
|
+
mode: "fixed";
|
|
7820
|
+
};
|
|
7821
|
+
|
|
7822
|
+
/**
|
|
7823
|
+
* User-selected deployment settings for one compute pool.
|
|
7824
|
+
*/
|
|
7825
|
+
export type SyncReconcileResponsePoolsUnion =
|
|
7826
|
+
| SyncReconcileResponsePoolsFixed
|
|
7827
|
+
| SyncReconcileResponsePoolsAutoscale;
|
|
7828
|
+
|
|
7829
|
+
/**
|
|
7830
|
+
* Deployment-time compute choices for Alien-managed compute pools.
|
|
7831
|
+
*
|
|
7832
|
+
* @remarks
|
|
7833
|
+
*
|
|
7834
|
+
* Application source declares portable pool requirements. This settings
|
|
7835
|
+
* object stores the concrete choices made for one deployment, such as the
|
|
7836
|
+
* provider machine type and selected machine counts.
|
|
7837
|
+
*/
|
|
7838
|
+
export type SyncReconcileResponseCompute = {
|
|
7839
|
+
/**
|
|
7840
|
+
* Selected compute choices keyed by pool ID.
|
|
7841
|
+
*/
|
|
7842
|
+
pools?: {
|
|
7843
|
+
[k: string]:
|
|
7844
|
+
| SyncReconcileResponsePoolsFixed
|
|
7845
|
+
| SyncReconcileResponsePoolsAutoscale;
|
|
7846
|
+
} | undefined;
|
|
7847
|
+
};
|
|
7848
|
+
|
|
7849
|
+
export type SyncReconcileResponseComputeUnion =
|
|
7850
|
+
| SyncReconcileResponseCompute
|
|
7851
|
+
| any;
|
|
7852
|
+
|
|
6965
7853
|
/**
|
|
6966
7854
|
* Deployment model: how updates are delivered to the remote environment.
|
|
6967
7855
|
*/
|
|
@@ -7799,12 +8687,10 @@ export type SyncReconcileResponseKubernetesUnion =
|
|
|
7799
8687
|
| SyncReconcileResponseKubernetes
|
|
7800
8688
|
| any;
|
|
7801
8689
|
|
|
7802
|
-
export const
|
|
8690
|
+
export const TargetTypeByoVnetAzure = {
|
|
7803
8691
|
ByoVnetAzure: "byo-vnet-azure",
|
|
7804
8692
|
} as const;
|
|
7805
|
-
export type
|
|
7806
|
-
typeof SyncReconcileResponseTypeByoVnetAzure
|
|
7807
|
-
>;
|
|
8693
|
+
export type TargetTypeByoVnetAzure = ClosedEnum<typeof TargetTypeByoVnetAzure>;
|
|
7808
8694
|
|
|
7809
8695
|
export type SyncReconcileResponseNetworkByoVnetAzure = {
|
|
7810
8696
|
/**
|
|
@@ -7819,19 +8705,17 @@ export type SyncReconcileResponseNetworkByoVnetAzure = {
|
|
|
7819
8705
|
* Name of the public subnet within the VNet
|
|
7820
8706
|
*/
|
|
7821
8707
|
publicSubnetName: string;
|
|
7822
|
-
type:
|
|
8708
|
+
type: TargetTypeByoVnetAzure;
|
|
7823
8709
|
/**
|
|
7824
8710
|
* The full resource ID of the existing VNet
|
|
7825
8711
|
*/
|
|
7826
8712
|
vnetResourceId: string;
|
|
7827
8713
|
};
|
|
7828
8714
|
|
|
7829
|
-
export const
|
|
8715
|
+
export const TargetTypeByoVpcGcp = {
|
|
7830
8716
|
ByoVpcGcp: "byo-vpc-gcp",
|
|
7831
8717
|
} as const;
|
|
7832
|
-
export type
|
|
7833
|
-
typeof SyncReconcileResponseTypeByoVpcGcp
|
|
7834
|
-
>;
|
|
8718
|
+
export type TargetTypeByoVpcGcp = ClosedEnum<typeof TargetTypeByoVpcGcp>;
|
|
7835
8719
|
|
|
7836
8720
|
export type SyncReconcileResponseNetworkByoVpcGcp = {
|
|
7837
8721
|
/**
|
|
@@ -7846,15 +8730,13 @@ export type SyncReconcileResponseNetworkByoVpcGcp = {
|
|
|
7846
8730
|
* The name of the subnet to use
|
|
7847
8731
|
*/
|
|
7848
8732
|
subnetName: string;
|
|
7849
|
-
type:
|
|
8733
|
+
type: TargetTypeByoVpcGcp;
|
|
7850
8734
|
};
|
|
7851
8735
|
|
|
7852
|
-
export const
|
|
8736
|
+
export const TargetTypeByoVpcAws = {
|
|
7853
8737
|
ByoVpcAws: "byo-vpc-aws",
|
|
7854
8738
|
} as const;
|
|
7855
|
-
export type
|
|
7856
|
-
typeof SyncReconcileResponseTypeByoVpcAws
|
|
7857
|
-
>;
|
|
8739
|
+
export type TargetTypeByoVpcAws = ClosedEnum<typeof TargetTypeByoVpcAws>;
|
|
7858
8740
|
|
|
7859
8741
|
export type SyncReconcileResponseNetworkByoVpcAws = {
|
|
7860
8742
|
/**
|
|
@@ -7869,19 +8751,17 @@ export type SyncReconcileResponseNetworkByoVpcAws = {
|
|
|
7869
8751
|
* Optional security group IDs to use
|
|
7870
8752
|
*/
|
|
7871
8753
|
securityGroupIds?: Array<string> | undefined;
|
|
7872
|
-
type:
|
|
8754
|
+
type: TargetTypeByoVpcAws;
|
|
7873
8755
|
/**
|
|
7874
8756
|
* The ID of the existing VPC
|
|
7875
8757
|
*/
|
|
7876
8758
|
vpcId: string;
|
|
7877
8759
|
};
|
|
7878
8760
|
|
|
7879
|
-
export const
|
|
8761
|
+
export const TargetTypeCreate = {
|
|
7880
8762
|
Create: "create",
|
|
7881
8763
|
} as const;
|
|
7882
|
-
export type
|
|
7883
|
-
typeof SyncReconcileResponseTypeCreate
|
|
7884
|
-
>;
|
|
8764
|
+
export type TargetTypeCreate = ClosedEnum<typeof TargetTypeCreate>;
|
|
7885
8765
|
|
|
7886
8766
|
export type SyncReconcileResponseNetworkCreate = {
|
|
7887
8767
|
/**
|
|
@@ -7895,18 +8775,16 @@ export type SyncReconcileResponseNetworkCreate = {
|
|
|
7895
8775
|
* to reduce conflicts (e.g., "10.{hash}.0.0/16").
|
|
7896
8776
|
*/
|
|
7897
8777
|
cidr?: string | null | undefined;
|
|
7898
|
-
type:
|
|
8778
|
+
type: TargetTypeCreate;
|
|
7899
8779
|
};
|
|
7900
8780
|
|
|
7901
|
-
export const
|
|
8781
|
+
export const TargetTypeUseDefault = {
|
|
7902
8782
|
UseDefault: "use-default",
|
|
7903
8783
|
} as const;
|
|
7904
|
-
export type
|
|
7905
|
-
typeof SyncReconcileResponseTypeUseDefault
|
|
7906
|
-
>;
|
|
8784
|
+
export type TargetTypeUseDefault = ClosedEnum<typeof TargetTypeUseDefault>;
|
|
7907
8785
|
|
|
7908
8786
|
export type SyncReconcileResponseNetworkUseDefault = {
|
|
7909
|
-
type:
|
|
8787
|
+
type: TargetTypeUseDefault;
|
|
7910
8788
|
};
|
|
7911
8789
|
|
|
7912
8790
|
export type SyncReconcileResponseNetworkUnion =
|
|
@@ -7959,6 +8837,7 @@ export type SyncReconcileResponseUpdates = ClosedEnum<
|
|
|
7959
8837
|
* is platform-derived (from the Manager's ServiceAccount).
|
|
7960
8838
|
*/
|
|
7961
8839
|
export type SyncReconcileResponseStackSettings = {
|
|
8840
|
+
compute?: SyncReconcileResponseCompute | any | null | undefined;
|
|
7962
8841
|
/**
|
|
7963
8842
|
* Deployment model: how updates are delivered to the remote environment.
|
|
7964
8843
|
*/
|
|
@@ -8116,7 +8995,7 @@ export type TargetConfig = {
|
|
|
8116
8995
|
*/
|
|
8117
8996
|
nativeImageHost?: string | null | undefined;
|
|
8118
8997
|
/**
|
|
8119
|
-
* Public URLs for exposed resources (optional override).
|
|
8998
|
+
* Public endpoint URLs for exposed resources (optional override).
|
|
8120
8999
|
*
|
|
8121
9000
|
* @remarks
|
|
8122
9001
|
*
|
|
@@ -8125,14 +9004,14 @@ export type TargetConfig = {
|
|
|
8125
9004
|
* load balancer outputs so DNS, certificate renewal, and route readiness
|
|
8126
9005
|
* stay tied to the resource state.
|
|
8127
9006
|
*
|
|
8128
|
-
* If not set, platforms determine public URLs from other sources:
|
|
9007
|
+
* If not set, platforms determine public endpoint URLs from other sources:
|
|
8129
9008
|
* - Managed DNS/TLS flows: `domain_metadata` FQDN or load balancer DNS
|
|
8130
9009
|
* - Local: `http://localhost:{allocated_port}`
|
|
8131
|
-
* - Custom or disabled exposure: no public URL unless a controller reports one
|
|
9010
|
+
* - Custom or disabled exposure: no public endpoint URL unless a controller reports one
|
|
8132
9011
|
*
|
|
8133
|
-
*
|
|
9012
|
+
* Outer key: resource ID. Inner key: endpoint name. Value: public URL.
|
|
8134
9013
|
*/
|
|
8135
|
-
|
|
9014
|
+
publicEndpoints?: { [k: string]: { [k: string]: string } } | null | undefined;
|
|
8136
9015
|
/**
|
|
8137
9016
|
* User-customizable deployment settings specified at deploy time.
|
|
8138
9017
|
*
|
|
@@ -8148,6 +9027,236 @@ export type TargetConfig = {
|
|
|
8148
9027
|
stackSettings?: SyncReconcileResponseStackSettings | undefined;
|
|
8149
9028
|
};
|
|
8150
9029
|
|
|
9030
|
+
export const ReleaseInfoTypeStringList = {
|
|
9031
|
+
StringList: "stringList",
|
|
9032
|
+
} as const;
|
|
9033
|
+
export type ReleaseInfoTypeStringList = ClosedEnum<
|
|
9034
|
+
typeof ReleaseInfoTypeStringList
|
|
9035
|
+
>;
|
|
9036
|
+
|
|
9037
|
+
export type DefaultReleaseInfoStringList = {
|
|
9038
|
+
type: ReleaseInfoTypeStringList;
|
|
9039
|
+
/**
|
|
9040
|
+
* String list default.
|
|
9041
|
+
*/
|
|
9042
|
+
value: Array<string>;
|
|
9043
|
+
};
|
|
9044
|
+
|
|
9045
|
+
export const ReleaseInfoTypeBoolean = {
|
|
9046
|
+
Boolean: "boolean",
|
|
9047
|
+
} as const;
|
|
9048
|
+
export type ReleaseInfoTypeBoolean = ClosedEnum<typeof ReleaseInfoTypeBoolean>;
|
|
9049
|
+
|
|
9050
|
+
export type DefaultReleaseInfoBoolean = {
|
|
9051
|
+
type: ReleaseInfoTypeBoolean;
|
|
9052
|
+
/**
|
|
9053
|
+
* Boolean default.
|
|
9054
|
+
*/
|
|
9055
|
+
value: boolean;
|
|
9056
|
+
};
|
|
9057
|
+
|
|
9058
|
+
export const ReleaseInfoTypeNumber = {
|
|
9059
|
+
Number: "number",
|
|
9060
|
+
} as const;
|
|
9061
|
+
export type ReleaseInfoTypeNumber = ClosedEnum<typeof ReleaseInfoTypeNumber>;
|
|
9062
|
+
|
|
9063
|
+
export type DefaultReleaseInfoNumber = {
|
|
9064
|
+
type: ReleaseInfoTypeNumber;
|
|
9065
|
+
/**
|
|
9066
|
+
* Number default.
|
|
9067
|
+
*/
|
|
9068
|
+
value: string;
|
|
9069
|
+
};
|
|
9070
|
+
|
|
9071
|
+
export const ReleaseInfoTypeString = {
|
|
9072
|
+
String: "string",
|
|
9073
|
+
} as const;
|
|
9074
|
+
export type ReleaseInfoTypeString = ClosedEnum<typeof ReleaseInfoTypeString>;
|
|
9075
|
+
|
|
9076
|
+
export type DefaultReleaseInfoString = {
|
|
9077
|
+
type: ReleaseInfoTypeString;
|
|
9078
|
+
/**
|
|
9079
|
+
* String default.
|
|
9080
|
+
*/
|
|
9081
|
+
value: string;
|
|
9082
|
+
};
|
|
9083
|
+
|
|
9084
|
+
export type ReleaseInfoDefaultUnion =
|
|
9085
|
+
| DefaultReleaseInfoString
|
|
9086
|
+
| DefaultReleaseInfoNumber
|
|
9087
|
+
| DefaultReleaseInfoBoolean
|
|
9088
|
+
| DefaultReleaseInfoStringList
|
|
9089
|
+
| any;
|
|
9090
|
+
|
|
9091
|
+
/**
|
|
9092
|
+
* Environment variable handling for a stack input mapping.
|
|
9093
|
+
*/
|
|
9094
|
+
export const TypeReleaseInfoEnvEnum = {
|
|
9095
|
+
Plain: "plain",
|
|
9096
|
+
Secret: "secret",
|
|
9097
|
+
} as const;
|
|
9098
|
+
/**
|
|
9099
|
+
* Environment variable handling for a stack input mapping.
|
|
9100
|
+
*/
|
|
9101
|
+
export type TypeReleaseInfoEnvEnum = ClosedEnum<typeof TypeReleaseInfoEnvEnum>;
|
|
9102
|
+
|
|
9103
|
+
export type ReleaseInfoTypeUnion = TypeReleaseInfoEnvEnum | any;
|
|
9104
|
+
|
|
9105
|
+
/**
|
|
9106
|
+
* How a resolved stack input is injected into runtime environment variables.
|
|
9107
|
+
*/
|
|
9108
|
+
export type ReleaseInfoEnv = {
|
|
9109
|
+
/**
|
|
9110
|
+
* Environment variable name.
|
|
9111
|
+
*/
|
|
9112
|
+
name: string;
|
|
9113
|
+
/**
|
|
9114
|
+
* Target resource IDs or patterns. None means every env-capable resource.
|
|
9115
|
+
*/
|
|
9116
|
+
targetResources?: Array<string> | null | undefined;
|
|
9117
|
+
type?: TypeReleaseInfoEnvEnum | any | null | undefined;
|
|
9118
|
+
};
|
|
9119
|
+
|
|
9120
|
+
/**
|
|
9121
|
+
* Primitive stack input kind.
|
|
9122
|
+
*/
|
|
9123
|
+
export const ReleaseInfoKind = {
|
|
9124
|
+
String: "string",
|
|
9125
|
+
Secret: "secret",
|
|
9126
|
+
Number: "number",
|
|
9127
|
+
Integer: "integer",
|
|
9128
|
+
Boolean: "boolean",
|
|
9129
|
+
Enum: "enum",
|
|
9130
|
+
StringList: "stringList",
|
|
9131
|
+
} as const;
|
|
9132
|
+
/**
|
|
9133
|
+
* Primitive stack input kind.
|
|
9134
|
+
*/
|
|
9135
|
+
export type ReleaseInfoKind = ClosedEnum<typeof ReleaseInfoKind>;
|
|
9136
|
+
|
|
9137
|
+
/**
|
|
9138
|
+
* Represents the target cloud platform.
|
|
9139
|
+
*/
|
|
9140
|
+
export const ReleaseInfoPlatform = {
|
|
9141
|
+
Aws: "aws",
|
|
9142
|
+
Gcp: "gcp",
|
|
9143
|
+
Azure: "azure",
|
|
9144
|
+
Kubernetes: "kubernetes",
|
|
9145
|
+
Local: "local",
|
|
9146
|
+
Test: "test",
|
|
9147
|
+
} as const;
|
|
9148
|
+
/**
|
|
9149
|
+
* Represents the target cloud platform.
|
|
9150
|
+
*/
|
|
9151
|
+
export type ReleaseInfoPlatform = ClosedEnum<typeof ReleaseInfoPlatform>;
|
|
9152
|
+
|
|
9153
|
+
/**
|
|
9154
|
+
* Who can provide a stack input value.
|
|
9155
|
+
*/
|
|
9156
|
+
export const ReleaseInfoProvidedBy = {
|
|
9157
|
+
Developer: "developer",
|
|
9158
|
+
Deployer: "deployer",
|
|
9159
|
+
} as const;
|
|
9160
|
+
/**
|
|
9161
|
+
* Who can provide a stack input value.
|
|
9162
|
+
*/
|
|
9163
|
+
export type ReleaseInfoProvidedBy = ClosedEnum<typeof ReleaseInfoProvidedBy>;
|
|
9164
|
+
|
|
9165
|
+
/**
|
|
9166
|
+
* Portable stack input validation constraints.
|
|
9167
|
+
*/
|
|
9168
|
+
export type ValidationReleaseInfo = {
|
|
9169
|
+
/**
|
|
9170
|
+
* Semantic format hint such as url.
|
|
9171
|
+
*/
|
|
9172
|
+
format?: string | null | undefined;
|
|
9173
|
+
/**
|
|
9174
|
+
* Maximum number.
|
|
9175
|
+
*/
|
|
9176
|
+
max?: string | null | undefined;
|
|
9177
|
+
/**
|
|
9178
|
+
* Maximum string-list items.
|
|
9179
|
+
*/
|
|
9180
|
+
maxItems?: number | null | undefined;
|
|
9181
|
+
/**
|
|
9182
|
+
* Maximum string length.
|
|
9183
|
+
*/
|
|
9184
|
+
maxLength?: number | null | undefined;
|
|
9185
|
+
/**
|
|
9186
|
+
* Minimum number.
|
|
9187
|
+
*/
|
|
9188
|
+
min?: string | null | undefined;
|
|
9189
|
+
/**
|
|
9190
|
+
* Minimum string-list items.
|
|
9191
|
+
*/
|
|
9192
|
+
minItems?: number | null | undefined;
|
|
9193
|
+
/**
|
|
9194
|
+
* Minimum string length.
|
|
9195
|
+
*/
|
|
9196
|
+
minLength?: number | null | undefined;
|
|
9197
|
+
/**
|
|
9198
|
+
* Portable whole-value regex pattern.
|
|
9199
|
+
*/
|
|
9200
|
+
pattern?: string | null | undefined;
|
|
9201
|
+
/**
|
|
9202
|
+
* Allowed string enum values.
|
|
9203
|
+
*/
|
|
9204
|
+
values?: Array<string> | null | undefined;
|
|
9205
|
+
};
|
|
9206
|
+
|
|
9207
|
+
export type ReleaseInfoValidationUnion = ValidationReleaseInfo | any;
|
|
9208
|
+
|
|
9209
|
+
/**
|
|
9210
|
+
* Stack input definition serialized into a release stack.
|
|
9211
|
+
*/
|
|
9212
|
+
export type ReleaseInfoInput = {
|
|
9213
|
+
default?:
|
|
9214
|
+
| DefaultReleaseInfoString
|
|
9215
|
+
| DefaultReleaseInfoNumber
|
|
9216
|
+
| DefaultReleaseInfoBoolean
|
|
9217
|
+
| DefaultReleaseInfoStringList
|
|
9218
|
+
| any
|
|
9219
|
+
| null
|
|
9220
|
+
| undefined;
|
|
9221
|
+
/**
|
|
9222
|
+
* Human-facing helper text.
|
|
9223
|
+
*/
|
|
9224
|
+
description: string;
|
|
9225
|
+
/**
|
|
9226
|
+
* Runtime env-var mappings for v1 input resolution.
|
|
9227
|
+
*/
|
|
9228
|
+
env?: Array<ReleaseInfoEnv> | undefined;
|
|
9229
|
+
/**
|
|
9230
|
+
* Stable input ID used by CLI/API calls.
|
|
9231
|
+
*/
|
|
9232
|
+
id: string;
|
|
9233
|
+
/**
|
|
9234
|
+
* Primitive stack input kind.
|
|
9235
|
+
*/
|
|
9236
|
+
kind: ReleaseInfoKind;
|
|
9237
|
+
/**
|
|
9238
|
+
* Human-facing field label.
|
|
9239
|
+
*/
|
|
9240
|
+
label: string;
|
|
9241
|
+
/**
|
|
9242
|
+
* Example placeholder shown in UI.
|
|
9243
|
+
*/
|
|
9244
|
+
placeholder?: string | null | undefined;
|
|
9245
|
+
/**
|
|
9246
|
+
* Platforms where this input applies.
|
|
9247
|
+
*/
|
|
9248
|
+
platforms?: Array<ReleaseInfoPlatform> | null | undefined;
|
|
9249
|
+
/**
|
|
9250
|
+
* Who can provide this value.
|
|
9251
|
+
*/
|
|
9252
|
+
providedBy: Array<ReleaseInfoProvidedBy>;
|
|
9253
|
+
/**
|
|
9254
|
+
* Whether a resolved value is required before deployment can proceed.
|
|
9255
|
+
*/
|
|
9256
|
+
required: boolean;
|
|
9257
|
+
validation?: ValidationReleaseInfo | any | null | undefined;
|
|
9258
|
+
};
|
|
9259
|
+
|
|
8151
9260
|
export const ManagementReleaseInfoEnum = {
|
|
8152
9261
|
Auto: "auto",
|
|
8153
9262
|
} as const;
|
|
@@ -9314,6 +10423,10 @@ export type ReleaseInfoStack = {
|
|
|
9314
10423
|
* Unique identifier for the stack
|
|
9315
10424
|
*/
|
|
9316
10425
|
id: string;
|
|
10426
|
+
/**
|
|
10427
|
+
* Input definitions required before setup or deployment can proceed.
|
|
10428
|
+
*/
|
|
10429
|
+
inputs?: Array<ReleaseInfoInput> | undefined;
|
|
9317
10430
|
/**
|
|
9318
10431
|
* Combined permissions configuration that contains both profiles and management
|
|
9319
10432
|
*/
|
|
@@ -9381,23 +10494,366 @@ export type SyncReconcileResponseTarget = {
|
|
|
9381
10494
|
releaseInfo: ReleaseInfo;
|
|
9382
10495
|
};
|
|
9383
10496
|
|
|
9384
|
-
/**
|
|
9385
|
-
* State reconciliation result with optional target
|
|
9386
|
-
*/
|
|
9387
|
-
export type SyncReconcileResponse = {
|
|
9388
|
-
/**
|
|
9389
|
-
* Whether the state was reconciled
|
|
9390
|
-
*/
|
|
9391
|
-
success: boolean;
|
|
9392
|
-
/**
|
|
9393
|
-
* Current deployment state after reconciliation
|
|
9394
|
-
*/
|
|
9395
|
-
current: SyncReconcileResponseCurrent;
|
|
9396
|
-
/**
|
|
9397
|
-
* Target deployment if update is needed
|
|
9398
|
-
*/
|
|
9399
|
-
target?: SyncReconcileResponseTarget | undefined;
|
|
9400
|
-
};
|
|
10497
|
+
/**
|
|
10498
|
+
* State reconciliation result with optional target
|
|
10499
|
+
*/
|
|
10500
|
+
export type SyncReconcileResponse = {
|
|
10501
|
+
/**
|
|
10502
|
+
* Whether the state was reconciled
|
|
10503
|
+
*/
|
|
10504
|
+
success: boolean;
|
|
10505
|
+
/**
|
|
10506
|
+
* Current deployment state after reconciliation
|
|
10507
|
+
*/
|
|
10508
|
+
current: SyncReconcileResponseCurrent;
|
|
10509
|
+
/**
|
|
10510
|
+
* Target deployment if update is needed
|
|
10511
|
+
*/
|
|
10512
|
+
target?: SyncReconcileResponseTarget | undefined;
|
|
10513
|
+
};
|
|
10514
|
+
|
|
10515
|
+
/** @internal */
|
|
10516
|
+
export const SyncReconcileResponseCurrentReleaseTypeStringList$inboundSchema:
|
|
10517
|
+
z.ZodEnum<typeof SyncReconcileResponseCurrentReleaseTypeStringList> = z.enum(
|
|
10518
|
+
SyncReconcileResponseCurrentReleaseTypeStringList,
|
|
10519
|
+
);
|
|
10520
|
+
|
|
10521
|
+
/** @internal */
|
|
10522
|
+
export const SyncReconcileResponseCurrentReleaseDefaultStringList$inboundSchema:
|
|
10523
|
+
z.ZodType<SyncReconcileResponseCurrentReleaseDefaultStringList, unknown> = z
|
|
10524
|
+
.object({
|
|
10525
|
+
type: SyncReconcileResponseCurrentReleaseTypeStringList$inboundSchema,
|
|
10526
|
+
value: z.array(z.string()),
|
|
10527
|
+
});
|
|
10528
|
+
|
|
10529
|
+
export function syncReconcileResponseCurrentReleaseDefaultStringListFromJSON(
|
|
10530
|
+
jsonString: string,
|
|
10531
|
+
): SafeParseResult<
|
|
10532
|
+
SyncReconcileResponseCurrentReleaseDefaultStringList,
|
|
10533
|
+
SDKValidationError
|
|
10534
|
+
> {
|
|
10535
|
+
return safeParse(
|
|
10536
|
+
jsonString,
|
|
10537
|
+
(x) =>
|
|
10538
|
+
SyncReconcileResponseCurrentReleaseDefaultStringList$inboundSchema.parse(
|
|
10539
|
+
JSON.parse(x),
|
|
10540
|
+
),
|
|
10541
|
+
`Failed to parse 'SyncReconcileResponseCurrentReleaseDefaultStringList' from JSON`,
|
|
10542
|
+
);
|
|
10543
|
+
}
|
|
10544
|
+
|
|
10545
|
+
/** @internal */
|
|
10546
|
+
export const SyncReconcileResponseCurrentReleaseTypeBoolean$inboundSchema:
|
|
10547
|
+
z.ZodEnum<typeof SyncReconcileResponseCurrentReleaseTypeBoolean> = z.enum(
|
|
10548
|
+
SyncReconcileResponseCurrentReleaseTypeBoolean,
|
|
10549
|
+
);
|
|
10550
|
+
|
|
10551
|
+
/** @internal */
|
|
10552
|
+
export const SyncReconcileResponseCurrentReleaseDefaultBoolean$inboundSchema:
|
|
10553
|
+
z.ZodType<SyncReconcileResponseCurrentReleaseDefaultBoolean, unknown> = z
|
|
10554
|
+
.object({
|
|
10555
|
+
type: SyncReconcileResponseCurrentReleaseTypeBoolean$inboundSchema,
|
|
10556
|
+
value: z.boolean(),
|
|
10557
|
+
});
|
|
10558
|
+
|
|
10559
|
+
export function syncReconcileResponseCurrentReleaseDefaultBooleanFromJSON(
|
|
10560
|
+
jsonString: string,
|
|
10561
|
+
): SafeParseResult<
|
|
10562
|
+
SyncReconcileResponseCurrentReleaseDefaultBoolean,
|
|
10563
|
+
SDKValidationError
|
|
10564
|
+
> {
|
|
10565
|
+
return safeParse(
|
|
10566
|
+
jsonString,
|
|
10567
|
+
(x) =>
|
|
10568
|
+
SyncReconcileResponseCurrentReleaseDefaultBoolean$inboundSchema.parse(
|
|
10569
|
+
JSON.parse(x),
|
|
10570
|
+
),
|
|
10571
|
+
`Failed to parse 'SyncReconcileResponseCurrentReleaseDefaultBoolean' from JSON`,
|
|
10572
|
+
);
|
|
10573
|
+
}
|
|
10574
|
+
|
|
10575
|
+
/** @internal */
|
|
10576
|
+
export const SyncReconcileResponseCurrentReleaseTypeNumber$inboundSchema:
|
|
10577
|
+
z.ZodEnum<typeof SyncReconcileResponseCurrentReleaseTypeNumber> = z.enum(
|
|
10578
|
+
SyncReconcileResponseCurrentReleaseTypeNumber,
|
|
10579
|
+
);
|
|
10580
|
+
|
|
10581
|
+
/** @internal */
|
|
10582
|
+
export const SyncReconcileResponseCurrentReleaseDefaultNumber$inboundSchema:
|
|
10583
|
+
z.ZodType<SyncReconcileResponseCurrentReleaseDefaultNumber, unknown> = z
|
|
10584
|
+
.object({
|
|
10585
|
+
type: SyncReconcileResponseCurrentReleaseTypeNumber$inboundSchema,
|
|
10586
|
+
value: z.string(),
|
|
10587
|
+
});
|
|
10588
|
+
|
|
10589
|
+
export function syncReconcileResponseCurrentReleaseDefaultNumberFromJSON(
|
|
10590
|
+
jsonString: string,
|
|
10591
|
+
): SafeParseResult<
|
|
10592
|
+
SyncReconcileResponseCurrentReleaseDefaultNumber,
|
|
10593
|
+
SDKValidationError
|
|
10594
|
+
> {
|
|
10595
|
+
return safeParse(
|
|
10596
|
+
jsonString,
|
|
10597
|
+
(x) =>
|
|
10598
|
+
SyncReconcileResponseCurrentReleaseDefaultNumber$inboundSchema.parse(
|
|
10599
|
+
JSON.parse(x),
|
|
10600
|
+
),
|
|
10601
|
+
`Failed to parse 'SyncReconcileResponseCurrentReleaseDefaultNumber' from JSON`,
|
|
10602
|
+
);
|
|
10603
|
+
}
|
|
10604
|
+
|
|
10605
|
+
/** @internal */
|
|
10606
|
+
export const SyncReconcileResponseCurrentReleaseTypeString$inboundSchema:
|
|
10607
|
+
z.ZodEnum<typeof SyncReconcileResponseCurrentReleaseTypeString> = z.enum(
|
|
10608
|
+
SyncReconcileResponseCurrentReleaseTypeString,
|
|
10609
|
+
);
|
|
10610
|
+
|
|
10611
|
+
/** @internal */
|
|
10612
|
+
export const SyncReconcileResponseCurrentReleaseDefaultString$inboundSchema:
|
|
10613
|
+
z.ZodType<SyncReconcileResponseCurrentReleaseDefaultString, unknown> = z
|
|
10614
|
+
.object({
|
|
10615
|
+
type: SyncReconcileResponseCurrentReleaseTypeString$inboundSchema,
|
|
10616
|
+
value: z.string(),
|
|
10617
|
+
});
|
|
10618
|
+
|
|
10619
|
+
export function syncReconcileResponseCurrentReleaseDefaultStringFromJSON(
|
|
10620
|
+
jsonString: string,
|
|
10621
|
+
): SafeParseResult<
|
|
10622
|
+
SyncReconcileResponseCurrentReleaseDefaultString,
|
|
10623
|
+
SDKValidationError
|
|
10624
|
+
> {
|
|
10625
|
+
return safeParse(
|
|
10626
|
+
jsonString,
|
|
10627
|
+
(x) =>
|
|
10628
|
+
SyncReconcileResponseCurrentReleaseDefaultString$inboundSchema.parse(
|
|
10629
|
+
JSON.parse(x),
|
|
10630
|
+
),
|
|
10631
|
+
`Failed to parse 'SyncReconcileResponseCurrentReleaseDefaultString' from JSON`,
|
|
10632
|
+
);
|
|
10633
|
+
}
|
|
10634
|
+
|
|
10635
|
+
/** @internal */
|
|
10636
|
+
export const SyncReconcileResponseCurrentReleaseDefaultUnion$inboundSchema:
|
|
10637
|
+
z.ZodType<SyncReconcileResponseCurrentReleaseDefaultUnion, unknown> = z.union(
|
|
10638
|
+
[
|
|
10639
|
+
z.lazy(() =>
|
|
10640
|
+
SyncReconcileResponseCurrentReleaseDefaultString$inboundSchema
|
|
10641
|
+
),
|
|
10642
|
+
z.lazy(() =>
|
|
10643
|
+
SyncReconcileResponseCurrentReleaseDefaultNumber$inboundSchema
|
|
10644
|
+
),
|
|
10645
|
+
z.lazy(() =>
|
|
10646
|
+
SyncReconcileResponseCurrentReleaseDefaultBoolean$inboundSchema
|
|
10647
|
+
),
|
|
10648
|
+
z.lazy(() =>
|
|
10649
|
+
SyncReconcileResponseCurrentReleaseDefaultStringList$inboundSchema
|
|
10650
|
+
),
|
|
10651
|
+
z.any(),
|
|
10652
|
+
],
|
|
10653
|
+
);
|
|
10654
|
+
|
|
10655
|
+
export function syncReconcileResponseCurrentReleaseDefaultUnionFromJSON(
|
|
10656
|
+
jsonString: string,
|
|
10657
|
+
): SafeParseResult<
|
|
10658
|
+
SyncReconcileResponseCurrentReleaseDefaultUnion,
|
|
10659
|
+
SDKValidationError
|
|
10660
|
+
> {
|
|
10661
|
+
return safeParse(
|
|
10662
|
+
jsonString,
|
|
10663
|
+
(x) =>
|
|
10664
|
+
SyncReconcileResponseCurrentReleaseDefaultUnion$inboundSchema.parse(
|
|
10665
|
+
JSON.parse(x),
|
|
10666
|
+
),
|
|
10667
|
+
`Failed to parse 'SyncReconcileResponseCurrentReleaseDefaultUnion' from JSON`,
|
|
10668
|
+
);
|
|
10669
|
+
}
|
|
10670
|
+
|
|
10671
|
+
/** @internal */
|
|
10672
|
+
export const SyncReconcileResponseCurrentReleaseTypeEnvEnum$inboundSchema:
|
|
10673
|
+
z.ZodEnum<typeof SyncReconcileResponseCurrentReleaseTypeEnvEnum> = z.enum(
|
|
10674
|
+
SyncReconcileResponseCurrentReleaseTypeEnvEnum,
|
|
10675
|
+
);
|
|
10676
|
+
|
|
10677
|
+
/** @internal */
|
|
10678
|
+
export const SyncReconcileResponseCurrentReleaseTypeUnion$inboundSchema:
|
|
10679
|
+
z.ZodType<SyncReconcileResponseCurrentReleaseTypeUnion, unknown> = z.union([
|
|
10680
|
+
SyncReconcileResponseCurrentReleaseTypeEnvEnum$inboundSchema,
|
|
10681
|
+
z.any(),
|
|
10682
|
+
]);
|
|
10683
|
+
|
|
10684
|
+
export function syncReconcileResponseCurrentReleaseTypeUnionFromJSON(
|
|
10685
|
+
jsonString: string,
|
|
10686
|
+
): SafeParseResult<
|
|
10687
|
+
SyncReconcileResponseCurrentReleaseTypeUnion,
|
|
10688
|
+
SDKValidationError
|
|
10689
|
+
> {
|
|
10690
|
+
return safeParse(
|
|
10691
|
+
jsonString,
|
|
10692
|
+
(x) =>
|
|
10693
|
+
SyncReconcileResponseCurrentReleaseTypeUnion$inboundSchema.parse(
|
|
10694
|
+
JSON.parse(x),
|
|
10695
|
+
),
|
|
10696
|
+
`Failed to parse 'SyncReconcileResponseCurrentReleaseTypeUnion' from JSON`,
|
|
10697
|
+
);
|
|
10698
|
+
}
|
|
10699
|
+
|
|
10700
|
+
/** @internal */
|
|
10701
|
+
export const SyncReconcileResponseCurrentReleaseEnv$inboundSchema: z.ZodType<
|
|
10702
|
+
SyncReconcileResponseCurrentReleaseEnv,
|
|
10703
|
+
unknown
|
|
10704
|
+
> = z.object({
|
|
10705
|
+
name: z.string(),
|
|
10706
|
+
targetResources: z.nullable(z.array(z.string())).optional(),
|
|
10707
|
+
type: z.nullable(
|
|
10708
|
+
z.union([
|
|
10709
|
+
SyncReconcileResponseCurrentReleaseTypeEnvEnum$inboundSchema,
|
|
10710
|
+
z.any(),
|
|
10711
|
+
]),
|
|
10712
|
+
).optional(),
|
|
10713
|
+
});
|
|
10714
|
+
|
|
10715
|
+
export function syncReconcileResponseCurrentReleaseEnvFromJSON(
|
|
10716
|
+
jsonString: string,
|
|
10717
|
+
): SafeParseResult<SyncReconcileResponseCurrentReleaseEnv, SDKValidationError> {
|
|
10718
|
+
return safeParse(
|
|
10719
|
+
jsonString,
|
|
10720
|
+
(x) =>
|
|
10721
|
+
SyncReconcileResponseCurrentReleaseEnv$inboundSchema.parse(JSON.parse(x)),
|
|
10722
|
+
`Failed to parse 'SyncReconcileResponseCurrentReleaseEnv' from JSON`,
|
|
10723
|
+
);
|
|
10724
|
+
}
|
|
10725
|
+
|
|
10726
|
+
/** @internal */
|
|
10727
|
+
export const SyncReconcileResponseCurrentReleaseKind$inboundSchema: z.ZodEnum<
|
|
10728
|
+
typeof SyncReconcileResponseCurrentReleaseKind
|
|
10729
|
+
> = z.enum(SyncReconcileResponseCurrentReleaseKind);
|
|
10730
|
+
|
|
10731
|
+
/** @internal */
|
|
10732
|
+
export const SyncReconcileResponseCurrentReleasePlatform$inboundSchema:
|
|
10733
|
+
z.ZodEnum<typeof SyncReconcileResponseCurrentReleasePlatform> = z.enum(
|
|
10734
|
+
SyncReconcileResponseCurrentReleasePlatform,
|
|
10735
|
+
);
|
|
10736
|
+
|
|
10737
|
+
/** @internal */
|
|
10738
|
+
export const SyncReconcileResponseCurrentReleaseProvidedBy$inboundSchema:
|
|
10739
|
+
z.ZodEnum<typeof SyncReconcileResponseCurrentReleaseProvidedBy> = z.enum(
|
|
10740
|
+
SyncReconcileResponseCurrentReleaseProvidedBy,
|
|
10741
|
+
);
|
|
10742
|
+
|
|
10743
|
+
/** @internal */
|
|
10744
|
+
export const SyncReconcileResponseCurrentReleaseValidation$inboundSchema:
|
|
10745
|
+
z.ZodType<SyncReconcileResponseCurrentReleaseValidation, unknown> = z.object({
|
|
10746
|
+
format: z.nullable(z.string()).optional(),
|
|
10747
|
+
max: z.nullable(z.string()).optional(),
|
|
10748
|
+
maxItems: z.nullable(z.int()).optional(),
|
|
10749
|
+
maxLength: z.nullable(z.int()).optional(),
|
|
10750
|
+
min: z.nullable(z.string()).optional(),
|
|
10751
|
+
minItems: z.nullable(z.int()).optional(),
|
|
10752
|
+
minLength: z.nullable(z.int()).optional(),
|
|
10753
|
+
pattern: z.nullable(z.string()).optional(),
|
|
10754
|
+
values: z.nullable(z.array(z.string())).optional(),
|
|
10755
|
+
});
|
|
10756
|
+
|
|
10757
|
+
export function syncReconcileResponseCurrentReleaseValidationFromJSON(
|
|
10758
|
+
jsonString: string,
|
|
10759
|
+
): SafeParseResult<
|
|
10760
|
+
SyncReconcileResponseCurrentReleaseValidation,
|
|
10761
|
+
SDKValidationError
|
|
10762
|
+
> {
|
|
10763
|
+
return safeParse(
|
|
10764
|
+
jsonString,
|
|
10765
|
+
(x) =>
|
|
10766
|
+
SyncReconcileResponseCurrentReleaseValidation$inboundSchema.parse(
|
|
10767
|
+
JSON.parse(x),
|
|
10768
|
+
),
|
|
10769
|
+
`Failed to parse 'SyncReconcileResponseCurrentReleaseValidation' from JSON`,
|
|
10770
|
+
);
|
|
10771
|
+
}
|
|
10772
|
+
|
|
10773
|
+
/** @internal */
|
|
10774
|
+
export const SyncReconcileResponseCurrentReleaseValidationUnion$inboundSchema:
|
|
10775
|
+
z.ZodType<SyncReconcileResponseCurrentReleaseValidationUnion, unknown> = z
|
|
10776
|
+
.union([
|
|
10777
|
+
z.lazy(() => SyncReconcileResponseCurrentReleaseValidation$inboundSchema),
|
|
10778
|
+
z.any(),
|
|
10779
|
+
]);
|
|
10780
|
+
|
|
10781
|
+
export function syncReconcileResponseCurrentReleaseValidationUnionFromJSON(
|
|
10782
|
+
jsonString: string,
|
|
10783
|
+
): SafeParseResult<
|
|
10784
|
+
SyncReconcileResponseCurrentReleaseValidationUnion,
|
|
10785
|
+
SDKValidationError
|
|
10786
|
+
> {
|
|
10787
|
+
return safeParse(
|
|
10788
|
+
jsonString,
|
|
10789
|
+
(x) =>
|
|
10790
|
+
SyncReconcileResponseCurrentReleaseValidationUnion$inboundSchema.parse(
|
|
10791
|
+
JSON.parse(x),
|
|
10792
|
+
),
|
|
10793
|
+
`Failed to parse 'SyncReconcileResponseCurrentReleaseValidationUnion' from JSON`,
|
|
10794
|
+
);
|
|
10795
|
+
}
|
|
10796
|
+
|
|
10797
|
+
/** @internal */
|
|
10798
|
+
export const SyncReconcileResponseCurrentReleaseInput$inboundSchema: z.ZodType<
|
|
10799
|
+
SyncReconcileResponseCurrentReleaseInput,
|
|
10800
|
+
unknown
|
|
10801
|
+
> = z.object({
|
|
10802
|
+
default: z.nullable(
|
|
10803
|
+
z.union([
|
|
10804
|
+
z.lazy(() =>
|
|
10805
|
+
SyncReconcileResponseCurrentReleaseDefaultString$inboundSchema
|
|
10806
|
+
),
|
|
10807
|
+
z.lazy(() =>
|
|
10808
|
+
SyncReconcileResponseCurrentReleaseDefaultNumber$inboundSchema
|
|
10809
|
+
),
|
|
10810
|
+
z.lazy(() =>
|
|
10811
|
+
SyncReconcileResponseCurrentReleaseDefaultBoolean$inboundSchema
|
|
10812
|
+
),
|
|
10813
|
+
z.lazy(() =>
|
|
10814
|
+
SyncReconcileResponseCurrentReleaseDefaultStringList$inboundSchema
|
|
10815
|
+
),
|
|
10816
|
+
z.any(),
|
|
10817
|
+
]),
|
|
10818
|
+
).optional(),
|
|
10819
|
+
description: z.string(),
|
|
10820
|
+
env: z.array(
|
|
10821
|
+
z.lazy(() => SyncReconcileResponseCurrentReleaseEnv$inboundSchema),
|
|
10822
|
+
).optional(),
|
|
10823
|
+
id: z.string(),
|
|
10824
|
+
kind: SyncReconcileResponseCurrentReleaseKind$inboundSchema,
|
|
10825
|
+
label: z.string(),
|
|
10826
|
+
placeholder: z.nullable(z.string()).optional(),
|
|
10827
|
+
platforms: z.nullable(
|
|
10828
|
+
z.array(SyncReconcileResponseCurrentReleasePlatform$inboundSchema),
|
|
10829
|
+
).optional(),
|
|
10830
|
+
providedBy: z.array(
|
|
10831
|
+
SyncReconcileResponseCurrentReleaseProvidedBy$inboundSchema,
|
|
10832
|
+
),
|
|
10833
|
+
required: z.boolean(),
|
|
10834
|
+
validation: z.nullable(
|
|
10835
|
+
z.union([
|
|
10836
|
+
z.lazy(() => SyncReconcileResponseCurrentReleaseValidation$inboundSchema),
|
|
10837
|
+
z.any(),
|
|
10838
|
+
]),
|
|
10839
|
+
).optional(),
|
|
10840
|
+
});
|
|
10841
|
+
|
|
10842
|
+
export function syncReconcileResponseCurrentReleaseInputFromJSON(
|
|
10843
|
+
jsonString: string,
|
|
10844
|
+
): SafeParseResult<
|
|
10845
|
+
SyncReconcileResponseCurrentReleaseInput,
|
|
10846
|
+
SDKValidationError
|
|
10847
|
+
> {
|
|
10848
|
+
return safeParse(
|
|
10849
|
+
jsonString,
|
|
10850
|
+
(x) =>
|
|
10851
|
+
SyncReconcileResponseCurrentReleaseInput$inboundSchema.parse(
|
|
10852
|
+
JSON.parse(x),
|
|
10853
|
+
),
|
|
10854
|
+
`Failed to parse 'SyncReconcileResponseCurrentReleaseInput' from JSON`,
|
|
10855
|
+
);
|
|
10856
|
+
}
|
|
9401
10857
|
|
|
9402
10858
|
/** @internal */
|
|
9403
10859
|
export const SyncReconcileResponseCurrentReleaseManagementEnum$inboundSchema:
|
|
@@ -11474,6 +12930,9 @@ export const SyncReconcileResponseCurrentReleaseStack$inboundSchema: z.ZodType<
|
|
|
11474
12930
|
unknown
|
|
11475
12931
|
> = z.object({
|
|
11476
12932
|
id: z.string(),
|
|
12933
|
+
inputs: z.array(
|
|
12934
|
+
z.lazy(() => SyncReconcileResponseCurrentReleaseInput$inboundSchema),
|
|
12935
|
+
).optional(),
|
|
11477
12936
|
permissions: z.lazy(() =>
|
|
11478
12937
|
SyncReconcileResponseCurrentReleasePermissions$inboundSchema
|
|
11479
12938
|
).optional(),
|
|
@@ -11750,37 +13209,374 @@ export const SyncReconcileResponseError$inboundSchema: z.ZodType<
|
|
|
11750
13209
|
source: z.nullable(z.any()).optional(),
|
|
11751
13210
|
});
|
|
11752
13211
|
|
|
11753
|
-
export function syncReconcileResponseErrorFromJSON(
|
|
13212
|
+
export function syncReconcileResponseErrorFromJSON(
|
|
13213
|
+
jsonString: string,
|
|
13214
|
+
): SafeParseResult<SyncReconcileResponseError, SDKValidationError> {
|
|
13215
|
+
return safeParse(
|
|
13216
|
+
jsonString,
|
|
13217
|
+
(x) => SyncReconcileResponseError$inboundSchema.parse(JSON.parse(x)),
|
|
13218
|
+
`Failed to parse 'SyncReconcileResponseError' from JSON`,
|
|
13219
|
+
);
|
|
13220
|
+
}
|
|
13221
|
+
|
|
13222
|
+
/** @internal */
|
|
13223
|
+
export const SyncReconcileResponseErrorUnion$inboundSchema: z.ZodType<
|
|
13224
|
+
SyncReconcileResponseErrorUnion,
|
|
13225
|
+
unknown
|
|
13226
|
+
> = z.union([z.lazy(() => SyncReconcileResponseError$inboundSchema), z.any()]);
|
|
13227
|
+
|
|
13228
|
+
export function syncReconcileResponseErrorUnionFromJSON(
|
|
13229
|
+
jsonString: string,
|
|
13230
|
+
): SafeParseResult<SyncReconcileResponseErrorUnion, SDKValidationError> {
|
|
13231
|
+
return safeParse(
|
|
13232
|
+
jsonString,
|
|
13233
|
+
(x) => SyncReconcileResponseErrorUnion$inboundSchema.parse(JSON.parse(x)),
|
|
13234
|
+
`Failed to parse 'SyncReconcileResponseErrorUnion' from JSON`,
|
|
13235
|
+
);
|
|
13236
|
+
}
|
|
13237
|
+
|
|
13238
|
+
/** @internal */
|
|
13239
|
+
export const SyncReconcileResponseCurrentPlatform$inboundSchema: z.ZodEnum<
|
|
13240
|
+
typeof SyncReconcileResponseCurrentPlatform
|
|
13241
|
+
> = z.enum(SyncReconcileResponseCurrentPlatform);
|
|
13242
|
+
|
|
13243
|
+
/** @internal */
|
|
13244
|
+
export const SyncReconcileResponsePreparedStackTypeStringList$inboundSchema:
|
|
13245
|
+
z.ZodEnum<typeof SyncReconcileResponsePreparedStackTypeStringList> = z.enum(
|
|
13246
|
+
SyncReconcileResponsePreparedStackTypeStringList,
|
|
13247
|
+
);
|
|
13248
|
+
|
|
13249
|
+
/** @internal */
|
|
13250
|
+
export const SyncReconcileResponsePreparedStackDefaultStringList$inboundSchema:
|
|
13251
|
+
z.ZodType<SyncReconcileResponsePreparedStackDefaultStringList, unknown> = z
|
|
13252
|
+
.object({
|
|
13253
|
+
type: SyncReconcileResponsePreparedStackTypeStringList$inboundSchema,
|
|
13254
|
+
value: z.array(z.string()),
|
|
13255
|
+
});
|
|
13256
|
+
|
|
13257
|
+
export function syncReconcileResponsePreparedStackDefaultStringListFromJSON(
|
|
13258
|
+
jsonString: string,
|
|
13259
|
+
): SafeParseResult<
|
|
13260
|
+
SyncReconcileResponsePreparedStackDefaultStringList,
|
|
13261
|
+
SDKValidationError
|
|
13262
|
+
> {
|
|
13263
|
+
return safeParse(
|
|
13264
|
+
jsonString,
|
|
13265
|
+
(x) =>
|
|
13266
|
+
SyncReconcileResponsePreparedStackDefaultStringList$inboundSchema.parse(
|
|
13267
|
+
JSON.parse(x),
|
|
13268
|
+
),
|
|
13269
|
+
`Failed to parse 'SyncReconcileResponsePreparedStackDefaultStringList' from JSON`,
|
|
13270
|
+
);
|
|
13271
|
+
}
|
|
13272
|
+
|
|
13273
|
+
/** @internal */
|
|
13274
|
+
export const SyncReconcileResponsePreparedStackTypeBoolean$inboundSchema:
|
|
13275
|
+
z.ZodEnum<typeof SyncReconcileResponsePreparedStackTypeBoolean> = z.enum(
|
|
13276
|
+
SyncReconcileResponsePreparedStackTypeBoolean,
|
|
13277
|
+
);
|
|
13278
|
+
|
|
13279
|
+
/** @internal */
|
|
13280
|
+
export const SyncReconcileResponsePreparedStackDefaultBoolean$inboundSchema:
|
|
13281
|
+
z.ZodType<SyncReconcileResponsePreparedStackDefaultBoolean, unknown> = z
|
|
13282
|
+
.object({
|
|
13283
|
+
type: SyncReconcileResponsePreparedStackTypeBoolean$inboundSchema,
|
|
13284
|
+
value: z.boolean(),
|
|
13285
|
+
});
|
|
13286
|
+
|
|
13287
|
+
export function syncReconcileResponsePreparedStackDefaultBooleanFromJSON(
|
|
13288
|
+
jsonString: string,
|
|
13289
|
+
): SafeParseResult<
|
|
13290
|
+
SyncReconcileResponsePreparedStackDefaultBoolean,
|
|
13291
|
+
SDKValidationError
|
|
13292
|
+
> {
|
|
13293
|
+
return safeParse(
|
|
13294
|
+
jsonString,
|
|
13295
|
+
(x) =>
|
|
13296
|
+
SyncReconcileResponsePreparedStackDefaultBoolean$inboundSchema.parse(
|
|
13297
|
+
JSON.parse(x),
|
|
13298
|
+
),
|
|
13299
|
+
`Failed to parse 'SyncReconcileResponsePreparedStackDefaultBoolean' from JSON`,
|
|
13300
|
+
);
|
|
13301
|
+
}
|
|
13302
|
+
|
|
13303
|
+
/** @internal */
|
|
13304
|
+
export const SyncReconcileResponsePreparedStackTypeNumber$inboundSchema:
|
|
13305
|
+
z.ZodEnum<typeof SyncReconcileResponsePreparedStackTypeNumber> = z.enum(
|
|
13306
|
+
SyncReconcileResponsePreparedStackTypeNumber,
|
|
13307
|
+
);
|
|
13308
|
+
|
|
13309
|
+
/** @internal */
|
|
13310
|
+
export const SyncReconcileResponsePreparedStackDefaultNumber$inboundSchema:
|
|
13311
|
+
z.ZodType<SyncReconcileResponsePreparedStackDefaultNumber, unknown> = z
|
|
13312
|
+
.object({
|
|
13313
|
+
type: SyncReconcileResponsePreparedStackTypeNumber$inboundSchema,
|
|
13314
|
+
value: z.string(),
|
|
13315
|
+
});
|
|
13316
|
+
|
|
13317
|
+
export function syncReconcileResponsePreparedStackDefaultNumberFromJSON(
|
|
13318
|
+
jsonString: string,
|
|
13319
|
+
): SafeParseResult<
|
|
13320
|
+
SyncReconcileResponsePreparedStackDefaultNumber,
|
|
13321
|
+
SDKValidationError
|
|
13322
|
+
> {
|
|
13323
|
+
return safeParse(
|
|
13324
|
+
jsonString,
|
|
13325
|
+
(x) =>
|
|
13326
|
+
SyncReconcileResponsePreparedStackDefaultNumber$inboundSchema.parse(
|
|
13327
|
+
JSON.parse(x),
|
|
13328
|
+
),
|
|
13329
|
+
`Failed to parse 'SyncReconcileResponsePreparedStackDefaultNumber' from JSON`,
|
|
13330
|
+
);
|
|
13331
|
+
}
|
|
13332
|
+
|
|
13333
|
+
/** @internal */
|
|
13334
|
+
export const SyncReconcileResponsePreparedStackTypeString$inboundSchema:
|
|
13335
|
+
z.ZodEnum<typeof SyncReconcileResponsePreparedStackTypeString> = z.enum(
|
|
13336
|
+
SyncReconcileResponsePreparedStackTypeString,
|
|
13337
|
+
);
|
|
13338
|
+
|
|
13339
|
+
/** @internal */
|
|
13340
|
+
export const SyncReconcileResponsePreparedStackDefaultString$inboundSchema:
|
|
13341
|
+
z.ZodType<SyncReconcileResponsePreparedStackDefaultString, unknown> = z
|
|
13342
|
+
.object({
|
|
13343
|
+
type: SyncReconcileResponsePreparedStackTypeString$inboundSchema,
|
|
13344
|
+
value: z.string(),
|
|
13345
|
+
});
|
|
13346
|
+
|
|
13347
|
+
export function syncReconcileResponsePreparedStackDefaultStringFromJSON(
|
|
13348
|
+
jsonString: string,
|
|
13349
|
+
): SafeParseResult<
|
|
13350
|
+
SyncReconcileResponsePreparedStackDefaultString,
|
|
13351
|
+
SDKValidationError
|
|
13352
|
+
> {
|
|
13353
|
+
return safeParse(
|
|
13354
|
+
jsonString,
|
|
13355
|
+
(x) =>
|
|
13356
|
+
SyncReconcileResponsePreparedStackDefaultString$inboundSchema.parse(
|
|
13357
|
+
JSON.parse(x),
|
|
13358
|
+
),
|
|
13359
|
+
`Failed to parse 'SyncReconcileResponsePreparedStackDefaultString' from JSON`,
|
|
13360
|
+
);
|
|
13361
|
+
}
|
|
13362
|
+
|
|
13363
|
+
/** @internal */
|
|
13364
|
+
export const SyncReconcileResponsePreparedStackDefaultUnion$inboundSchema:
|
|
13365
|
+
z.ZodType<SyncReconcileResponsePreparedStackDefaultUnion, unknown> = z.union([
|
|
13366
|
+
z.lazy(() => SyncReconcileResponsePreparedStackDefaultString$inboundSchema),
|
|
13367
|
+
z.lazy(() => SyncReconcileResponsePreparedStackDefaultNumber$inboundSchema),
|
|
13368
|
+
z.lazy(() =>
|
|
13369
|
+
SyncReconcileResponsePreparedStackDefaultBoolean$inboundSchema
|
|
13370
|
+
),
|
|
13371
|
+
z.lazy(() =>
|
|
13372
|
+
SyncReconcileResponsePreparedStackDefaultStringList$inboundSchema
|
|
13373
|
+
),
|
|
13374
|
+
z.any(),
|
|
13375
|
+
]);
|
|
13376
|
+
|
|
13377
|
+
export function syncReconcileResponsePreparedStackDefaultUnionFromJSON(
|
|
13378
|
+
jsonString: string,
|
|
13379
|
+
): SafeParseResult<
|
|
13380
|
+
SyncReconcileResponsePreparedStackDefaultUnion,
|
|
13381
|
+
SDKValidationError
|
|
13382
|
+
> {
|
|
13383
|
+
return safeParse(
|
|
13384
|
+
jsonString,
|
|
13385
|
+
(x) =>
|
|
13386
|
+
SyncReconcileResponsePreparedStackDefaultUnion$inboundSchema.parse(
|
|
13387
|
+
JSON.parse(x),
|
|
13388
|
+
),
|
|
13389
|
+
`Failed to parse 'SyncReconcileResponsePreparedStackDefaultUnion' from JSON`,
|
|
13390
|
+
);
|
|
13391
|
+
}
|
|
13392
|
+
|
|
13393
|
+
/** @internal */
|
|
13394
|
+
export const SyncReconcileResponsePreparedStackTypeEnvEnum$inboundSchema:
|
|
13395
|
+
z.ZodEnum<typeof SyncReconcileResponsePreparedStackTypeEnvEnum> = z.enum(
|
|
13396
|
+
SyncReconcileResponsePreparedStackTypeEnvEnum,
|
|
13397
|
+
);
|
|
13398
|
+
|
|
13399
|
+
/** @internal */
|
|
13400
|
+
export const SyncReconcileResponsePreparedStackTypeUnion$inboundSchema:
|
|
13401
|
+
z.ZodType<SyncReconcileResponsePreparedStackTypeUnion, unknown> = z.union([
|
|
13402
|
+
SyncReconcileResponsePreparedStackTypeEnvEnum$inboundSchema,
|
|
13403
|
+
z.any(),
|
|
13404
|
+
]);
|
|
13405
|
+
|
|
13406
|
+
export function syncReconcileResponsePreparedStackTypeUnionFromJSON(
|
|
13407
|
+
jsonString: string,
|
|
13408
|
+
): SafeParseResult<
|
|
13409
|
+
SyncReconcileResponsePreparedStackTypeUnion,
|
|
13410
|
+
SDKValidationError
|
|
13411
|
+
> {
|
|
13412
|
+
return safeParse(
|
|
13413
|
+
jsonString,
|
|
13414
|
+
(x) =>
|
|
13415
|
+
SyncReconcileResponsePreparedStackTypeUnion$inboundSchema.parse(
|
|
13416
|
+
JSON.parse(x),
|
|
13417
|
+
),
|
|
13418
|
+
`Failed to parse 'SyncReconcileResponsePreparedStackTypeUnion' from JSON`,
|
|
13419
|
+
);
|
|
13420
|
+
}
|
|
13421
|
+
|
|
13422
|
+
/** @internal */
|
|
13423
|
+
export const SyncReconcileResponsePreparedStackEnv$inboundSchema: z.ZodType<
|
|
13424
|
+
SyncReconcileResponsePreparedStackEnv,
|
|
13425
|
+
unknown
|
|
13426
|
+
> = z.object({
|
|
13427
|
+
name: z.string(),
|
|
13428
|
+
targetResources: z.nullable(z.array(z.string())).optional(),
|
|
13429
|
+
type: z.nullable(
|
|
13430
|
+
z.union([
|
|
13431
|
+
SyncReconcileResponsePreparedStackTypeEnvEnum$inboundSchema,
|
|
13432
|
+
z.any(),
|
|
13433
|
+
]),
|
|
13434
|
+
).optional(),
|
|
13435
|
+
});
|
|
13436
|
+
|
|
13437
|
+
export function syncReconcileResponsePreparedStackEnvFromJSON(
|
|
13438
|
+
jsonString: string,
|
|
13439
|
+
): SafeParseResult<SyncReconcileResponsePreparedStackEnv, SDKValidationError> {
|
|
13440
|
+
return safeParse(
|
|
13441
|
+
jsonString,
|
|
13442
|
+
(x) =>
|
|
13443
|
+
SyncReconcileResponsePreparedStackEnv$inboundSchema.parse(JSON.parse(x)),
|
|
13444
|
+
`Failed to parse 'SyncReconcileResponsePreparedStackEnv' from JSON`,
|
|
13445
|
+
);
|
|
13446
|
+
}
|
|
13447
|
+
|
|
13448
|
+
/** @internal */
|
|
13449
|
+
export const SyncReconcileResponsePreparedStackKind$inboundSchema: z.ZodEnum<
|
|
13450
|
+
typeof SyncReconcileResponsePreparedStackKind
|
|
13451
|
+
> = z.enum(SyncReconcileResponsePreparedStackKind);
|
|
13452
|
+
|
|
13453
|
+
/** @internal */
|
|
13454
|
+
export const SyncReconcileResponsePreparedStackPlatform$inboundSchema:
|
|
13455
|
+
z.ZodEnum<typeof SyncReconcileResponsePreparedStackPlatform> = z.enum(
|
|
13456
|
+
SyncReconcileResponsePreparedStackPlatform,
|
|
13457
|
+
);
|
|
13458
|
+
|
|
13459
|
+
/** @internal */
|
|
13460
|
+
export const SyncReconcileResponsePreparedStackProvidedBy$inboundSchema:
|
|
13461
|
+
z.ZodEnum<typeof SyncReconcileResponsePreparedStackProvidedBy> = z.enum(
|
|
13462
|
+
SyncReconcileResponsePreparedStackProvidedBy,
|
|
13463
|
+
);
|
|
13464
|
+
|
|
13465
|
+
/** @internal */
|
|
13466
|
+
export const SyncReconcileResponsePreparedStackValidation$inboundSchema:
|
|
13467
|
+
z.ZodType<SyncReconcileResponsePreparedStackValidation, unknown> = z.object({
|
|
13468
|
+
format: z.nullable(z.string()).optional(),
|
|
13469
|
+
max: z.nullable(z.string()).optional(),
|
|
13470
|
+
maxItems: z.nullable(z.int()).optional(),
|
|
13471
|
+
maxLength: z.nullable(z.int()).optional(),
|
|
13472
|
+
min: z.nullable(z.string()).optional(),
|
|
13473
|
+
minItems: z.nullable(z.int()).optional(),
|
|
13474
|
+
minLength: z.nullable(z.int()).optional(),
|
|
13475
|
+
pattern: z.nullable(z.string()).optional(),
|
|
13476
|
+
values: z.nullable(z.array(z.string())).optional(),
|
|
13477
|
+
});
|
|
13478
|
+
|
|
13479
|
+
export function syncReconcileResponsePreparedStackValidationFromJSON(
|
|
13480
|
+
jsonString: string,
|
|
13481
|
+
): SafeParseResult<
|
|
13482
|
+
SyncReconcileResponsePreparedStackValidation,
|
|
13483
|
+
SDKValidationError
|
|
13484
|
+
> {
|
|
13485
|
+
return safeParse(
|
|
13486
|
+
jsonString,
|
|
13487
|
+
(x) =>
|
|
13488
|
+
SyncReconcileResponsePreparedStackValidation$inboundSchema.parse(
|
|
13489
|
+
JSON.parse(x),
|
|
13490
|
+
),
|
|
13491
|
+
`Failed to parse 'SyncReconcileResponsePreparedStackValidation' from JSON`,
|
|
13492
|
+
);
|
|
13493
|
+
}
|
|
13494
|
+
|
|
13495
|
+
/** @internal */
|
|
13496
|
+
export const SyncReconcileResponsePreparedStackValidationUnion$inboundSchema:
|
|
13497
|
+
z.ZodType<SyncReconcileResponsePreparedStackValidationUnion, unknown> = z
|
|
13498
|
+
.union([
|
|
13499
|
+
z.lazy(() => SyncReconcileResponsePreparedStackValidation$inboundSchema),
|
|
13500
|
+
z.any(),
|
|
13501
|
+
]);
|
|
13502
|
+
|
|
13503
|
+
export function syncReconcileResponsePreparedStackValidationUnionFromJSON(
|
|
11754
13504
|
jsonString: string,
|
|
11755
|
-
): SafeParseResult<
|
|
13505
|
+
): SafeParseResult<
|
|
13506
|
+
SyncReconcileResponsePreparedStackValidationUnion,
|
|
13507
|
+
SDKValidationError
|
|
13508
|
+
> {
|
|
11756
13509
|
return safeParse(
|
|
11757
13510
|
jsonString,
|
|
11758
|
-
(x) =>
|
|
11759
|
-
|
|
13511
|
+
(x) =>
|
|
13512
|
+
SyncReconcileResponsePreparedStackValidationUnion$inboundSchema.parse(
|
|
13513
|
+
JSON.parse(x),
|
|
13514
|
+
),
|
|
13515
|
+
`Failed to parse 'SyncReconcileResponsePreparedStackValidationUnion' from JSON`,
|
|
11760
13516
|
);
|
|
11761
13517
|
}
|
|
11762
13518
|
|
|
11763
13519
|
/** @internal */
|
|
11764
|
-
export const
|
|
11765
|
-
|
|
13520
|
+
export const SyncReconcileResponsePreparedStackInput$inboundSchema: z.ZodType<
|
|
13521
|
+
SyncReconcileResponsePreparedStackInput,
|
|
11766
13522
|
unknown
|
|
11767
|
-
> = z.
|
|
13523
|
+
> = z.object({
|
|
13524
|
+
default: z.nullable(
|
|
13525
|
+
z.union([
|
|
13526
|
+
z.lazy(() =>
|
|
13527
|
+
SyncReconcileResponsePreparedStackDefaultString$inboundSchema
|
|
13528
|
+
),
|
|
13529
|
+
z.lazy(() =>
|
|
13530
|
+
SyncReconcileResponsePreparedStackDefaultNumber$inboundSchema
|
|
13531
|
+
),
|
|
13532
|
+
z.lazy(() =>
|
|
13533
|
+
SyncReconcileResponsePreparedStackDefaultBoolean$inboundSchema
|
|
13534
|
+
),
|
|
13535
|
+
z.lazy(() =>
|
|
13536
|
+
SyncReconcileResponsePreparedStackDefaultStringList$inboundSchema
|
|
13537
|
+
),
|
|
13538
|
+
z.any(),
|
|
13539
|
+
]),
|
|
13540
|
+
).optional(),
|
|
13541
|
+
description: z.string(),
|
|
13542
|
+
env: z.array(
|
|
13543
|
+
z.lazy(() => SyncReconcileResponsePreparedStackEnv$inboundSchema),
|
|
13544
|
+
).optional(),
|
|
13545
|
+
id: z.string(),
|
|
13546
|
+
kind: SyncReconcileResponsePreparedStackKind$inboundSchema,
|
|
13547
|
+
label: z.string(),
|
|
13548
|
+
placeholder: z.nullable(z.string()).optional(),
|
|
13549
|
+
platforms: z.nullable(
|
|
13550
|
+
z.array(SyncReconcileResponsePreparedStackPlatform$inboundSchema),
|
|
13551
|
+
).optional(),
|
|
13552
|
+
providedBy: z.array(
|
|
13553
|
+
SyncReconcileResponsePreparedStackProvidedBy$inboundSchema,
|
|
13554
|
+
),
|
|
13555
|
+
required: z.boolean(),
|
|
13556
|
+
validation: z.nullable(
|
|
13557
|
+
z.union([
|
|
13558
|
+
z.lazy(() => SyncReconcileResponsePreparedStackValidation$inboundSchema),
|
|
13559
|
+
z.any(),
|
|
13560
|
+
]),
|
|
13561
|
+
).optional(),
|
|
13562
|
+
});
|
|
11768
13563
|
|
|
11769
|
-
export function
|
|
13564
|
+
export function syncReconcileResponsePreparedStackInputFromJSON(
|
|
11770
13565
|
jsonString: string,
|
|
11771
|
-
): SafeParseResult<
|
|
13566
|
+
): SafeParseResult<
|
|
13567
|
+
SyncReconcileResponsePreparedStackInput,
|
|
13568
|
+
SDKValidationError
|
|
13569
|
+
> {
|
|
11772
13570
|
return safeParse(
|
|
11773
13571
|
jsonString,
|
|
11774
|
-
(x) =>
|
|
11775
|
-
|
|
13572
|
+
(x) =>
|
|
13573
|
+
SyncReconcileResponsePreparedStackInput$inboundSchema.parse(
|
|
13574
|
+
JSON.parse(x),
|
|
13575
|
+
),
|
|
13576
|
+
`Failed to parse 'SyncReconcileResponsePreparedStackInput' from JSON`,
|
|
11776
13577
|
);
|
|
11777
13578
|
}
|
|
11778
13579
|
|
|
11779
|
-
/** @internal */
|
|
11780
|
-
export const SyncReconcileResponseCurrentPlatform$inboundSchema: z.ZodEnum<
|
|
11781
|
-
typeof SyncReconcileResponseCurrentPlatform
|
|
11782
|
-
> = z.enum(SyncReconcileResponseCurrentPlatform);
|
|
11783
|
-
|
|
11784
13580
|
/** @internal */
|
|
11785
13581
|
export const SyncReconcileResponsePreparedStackManagementEnum$inboundSchema:
|
|
11786
13582
|
z.ZodEnum<typeof SyncReconcileResponsePreparedStackManagementEnum> = z.enum(
|
|
@@ -13836,6 +15632,9 @@ export const SyncReconcileResponsePreparedStack$inboundSchema: z.ZodType<
|
|
|
13836
15632
|
unknown
|
|
13837
15633
|
> = z.object({
|
|
13838
15634
|
id: z.string(),
|
|
15635
|
+
inputs: z.array(
|
|
15636
|
+
z.lazy(() => SyncReconcileResponsePreparedStackInput$inboundSchema),
|
|
15637
|
+
).optional(),
|
|
13839
15638
|
permissions: z.lazy(() =>
|
|
13840
15639
|
SyncReconcileResponsePreparedStackPermissions$inboundSchema
|
|
13841
15640
|
).optional(),
|
|
@@ -14289,22 +16088,359 @@ export const SyncReconcileResponseStackStateUnion$inboundSchema: z.ZodType<
|
|
|
14289
16088
|
z.any(),
|
|
14290
16089
|
]);
|
|
14291
16090
|
|
|
14292
|
-
export function syncReconcileResponseStackStateUnionFromJSON(
|
|
16091
|
+
export function syncReconcileResponseStackStateUnionFromJSON(
|
|
16092
|
+
jsonString: string,
|
|
16093
|
+
): SafeParseResult<SyncReconcileResponseStackStateUnion, SDKValidationError> {
|
|
16094
|
+
return safeParse(
|
|
16095
|
+
jsonString,
|
|
16096
|
+
(x) =>
|
|
16097
|
+
SyncReconcileResponseStackStateUnion$inboundSchema.parse(JSON.parse(x)),
|
|
16098
|
+
`Failed to parse 'SyncReconcileResponseStackStateUnion' from JSON`,
|
|
16099
|
+
);
|
|
16100
|
+
}
|
|
16101
|
+
|
|
16102
|
+
/** @internal */
|
|
16103
|
+
export const SyncReconcileResponseStatus$inboundSchema: z.ZodEnum<
|
|
16104
|
+
typeof SyncReconcileResponseStatus
|
|
16105
|
+
> = z.enum(SyncReconcileResponseStatus);
|
|
16106
|
+
|
|
16107
|
+
/** @internal */
|
|
16108
|
+
export const SyncReconcileResponseTargetReleaseTypeStringList$inboundSchema:
|
|
16109
|
+
z.ZodEnum<typeof SyncReconcileResponseTargetReleaseTypeStringList> = z.enum(
|
|
16110
|
+
SyncReconcileResponseTargetReleaseTypeStringList,
|
|
16111
|
+
);
|
|
16112
|
+
|
|
16113
|
+
/** @internal */
|
|
16114
|
+
export const SyncReconcileResponseTargetReleaseDefaultStringList$inboundSchema:
|
|
16115
|
+
z.ZodType<SyncReconcileResponseTargetReleaseDefaultStringList, unknown> = z
|
|
16116
|
+
.object({
|
|
16117
|
+
type: SyncReconcileResponseTargetReleaseTypeStringList$inboundSchema,
|
|
16118
|
+
value: z.array(z.string()),
|
|
16119
|
+
});
|
|
16120
|
+
|
|
16121
|
+
export function syncReconcileResponseTargetReleaseDefaultStringListFromJSON(
|
|
16122
|
+
jsonString: string,
|
|
16123
|
+
): SafeParseResult<
|
|
16124
|
+
SyncReconcileResponseTargetReleaseDefaultStringList,
|
|
16125
|
+
SDKValidationError
|
|
16126
|
+
> {
|
|
16127
|
+
return safeParse(
|
|
16128
|
+
jsonString,
|
|
16129
|
+
(x) =>
|
|
16130
|
+
SyncReconcileResponseTargetReleaseDefaultStringList$inboundSchema.parse(
|
|
16131
|
+
JSON.parse(x),
|
|
16132
|
+
),
|
|
16133
|
+
`Failed to parse 'SyncReconcileResponseTargetReleaseDefaultStringList' from JSON`,
|
|
16134
|
+
);
|
|
16135
|
+
}
|
|
16136
|
+
|
|
16137
|
+
/** @internal */
|
|
16138
|
+
export const SyncReconcileResponseTargetReleaseTypeBoolean$inboundSchema:
|
|
16139
|
+
z.ZodEnum<typeof SyncReconcileResponseTargetReleaseTypeBoolean> = z.enum(
|
|
16140
|
+
SyncReconcileResponseTargetReleaseTypeBoolean,
|
|
16141
|
+
);
|
|
16142
|
+
|
|
16143
|
+
/** @internal */
|
|
16144
|
+
export const SyncReconcileResponseTargetReleaseDefaultBoolean$inboundSchema:
|
|
16145
|
+
z.ZodType<SyncReconcileResponseTargetReleaseDefaultBoolean, unknown> = z
|
|
16146
|
+
.object({
|
|
16147
|
+
type: SyncReconcileResponseTargetReleaseTypeBoolean$inboundSchema,
|
|
16148
|
+
value: z.boolean(),
|
|
16149
|
+
});
|
|
16150
|
+
|
|
16151
|
+
export function syncReconcileResponseTargetReleaseDefaultBooleanFromJSON(
|
|
16152
|
+
jsonString: string,
|
|
16153
|
+
): SafeParseResult<
|
|
16154
|
+
SyncReconcileResponseTargetReleaseDefaultBoolean,
|
|
16155
|
+
SDKValidationError
|
|
16156
|
+
> {
|
|
16157
|
+
return safeParse(
|
|
16158
|
+
jsonString,
|
|
16159
|
+
(x) =>
|
|
16160
|
+
SyncReconcileResponseTargetReleaseDefaultBoolean$inboundSchema.parse(
|
|
16161
|
+
JSON.parse(x),
|
|
16162
|
+
),
|
|
16163
|
+
`Failed to parse 'SyncReconcileResponseTargetReleaseDefaultBoolean' from JSON`,
|
|
16164
|
+
);
|
|
16165
|
+
}
|
|
16166
|
+
|
|
16167
|
+
/** @internal */
|
|
16168
|
+
export const SyncReconcileResponseTargetReleaseTypeNumber$inboundSchema:
|
|
16169
|
+
z.ZodEnum<typeof SyncReconcileResponseTargetReleaseTypeNumber> = z.enum(
|
|
16170
|
+
SyncReconcileResponseTargetReleaseTypeNumber,
|
|
16171
|
+
);
|
|
16172
|
+
|
|
16173
|
+
/** @internal */
|
|
16174
|
+
export const SyncReconcileResponseTargetReleaseDefaultNumber$inboundSchema:
|
|
16175
|
+
z.ZodType<SyncReconcileResponseTargetReleaseDefaultNumber, unknown> = z
|
|
16176
|
+
.object({
|
|
16177
|
+
type: SyncReconcileResponseTargetReleaseTypeNumber$inboundSchema,
|
|
16178
|
+
value: z.string(),
|
|
16179
|
+
});
|
|
16180
|
+
|
|
16181
|
+
export function syncReconcileResponseTargetReleaseDefaultNumberFromJSON(
|
|
16182
|
+
jsonString: string,
|
|
16183
|
+
): SafeParseResult<
|
|
16184
|
+
SyncReconcileResponseTargetReleaseDefaultNumber,
|
|
16185
|
+
SDKValidationError
|
|
16186
|
+
> {
|
|
16187
|
+
return safeParse(
|
|
16188
|
+
jsonString,
|
|
16189
|
+
(x) =>
|
|
16190
|
+
SyncReconcileResponseTargetReleaseDefaultNumber$inboundSchema.parse(
|
|
16191
|
+
JSON.parse(x),
|
|
16192
|
+
),
|
|
16193
|
+
`Failed to parse 'SyncReconcileResponseTargetReleaseDefaultNumber' from JSON`,
|
|
16194
|
+
);
|
|
16195
|
+
}
|
|
16196
|
+
|
|
16197
|
+
/** @internal */
|
|
16198
|
+
export const SyncReconcileResponseTargetReleaseTypeString$inboundSchema:
|
|
16199
|
+
z.ZodEnum<typeof SyncReconcileResponseTargetReleaseTypeString> = z.enum(
|
|
16200
|
+
SyncReconcileResponseTargetReleaseTypeString,
|
|
16201
|
+
);
|
|
16202
|
+
|
|
16203
|
+
/** @internal */
|
|
16204
|
+
export const SyncReconcileResponseTargetReleaseDefaultString$inboundSchema:
|
|
16205
|
+
z.ZodType<SyncReconcileResponseTargetReleaseDefaultString, unknown> = z
|
|
16206
|
+
.object({
|
|
16207
|
+
type: SyncReconcileResponseTargetReleaseTypeString$inboundSchema,
|
|
16208
|
+
value: z.string(),
|
|
16209
|
+
});
|
|
16210
|
+
|
|
16211
|
+
export function syncReconcileResponseTargetReleaseDefaultStringFromJSON(
|
|
16212
|
+
jsonString: string,
|
|
16213
|
+
): SafeParseResult<
|
|
16214
|
+
SyncReconcileResponseTargetReleaseDefaultString,
|
|
16215
|
+
SDKValidationError
|
|
16216
|
+
> {
|
|
16217
|
+
return safeParse(
|
|
16218
|
+
jsonString,
|
|
16219
|
+
(x) =>
|
|
16220
|
+
SyncReconcileResponseTargetReleaseDefaultString$inboundSchema.parse(
|
|
16221
|
+
JSON.parse(x),
|
|
16222
|
+
),
|
|
16223
|
+
`Failed to parse 'SyncReconcileResponseTargetReleaseDefaultString' from JSON`,
|
|
16224
|
+
);
|
|
16225
|
+
}
|
|
16226
|
+
|
|
16227
|
+
/** @internal */
|
|
16228
|
+
export const SyncReconcileResponseTargetReleaseDefaultUnion$inboundSchema:
|
|
16229
|
+
z.ZodType<SyncReconcileResponseTargetReleaseDefaultUnion, unknown> = z.union([
|
|
16230
|
+
z.lazy(() => SyncReconcileResponseTargetReleaseDefaultString$inboundSchema),
|
|
16231
|
+
z.lazy(() => SyncReconcileResponseTargetReleaseDefaultNumber$inboundSchema),
|
|
16232
|
+
z.lazy(() =>
|
|
16233
|
+
SyncReconcileResponseTargetReleaseDefaultBoolean$inboundSchema
|
|
16234
|
+
),
|
|
16235
|
+
z.lazy(() =>
|
|
16236
|
+
SyncReconcileResponseTargetReleaseDefaultStringList$inboundSchema
|
|
16237
|
+
),
|
|
16238
|
+
z.any(),
|
|
16239
|
+
]);
|
|
16240
|
+
|
|
16241
|
+
export function syncReconcileResponseTargetReleaseDefaultUnionFromJSON(
|
|
16242
|
+
jsonString: string,
|
|
16243
|
+
): SafeParseResult<
|
|
16244
|
+
SyncReconcileResponseTargetReleaseDefaultUnion,
|
|
16245
|
+
SDKValidationError
|
|
16246
|
+
> {
|
|
16247
|
+
return safeParse(
|
|
16248
|
+
jsonString,
|
|
16249
|
+
(x) =>
|
|
16250
|
+
SyncReconcileResponseTargetReleaseDefaultUnion$inboundSchema.parse(
|
|
16251
|
+
JSON.parse(x),
|
|
16252
|
+
),
|
|
16253
|
+
`Failed to parse 'SyncReconcileResponseTargetReleaseDefaultUnion' from JSON`,
|
|
16254
|
+
);
|
|
16255
|
+
}
|
|
16256
|
+
|
|
16257
|
+
/** @internal */
|
|
16258
|
+
export const SyncReconcileResponseTargetReleaseTypeEnvEnum$inboundSchema:
|
|
16259
|
+
z.ZodEnum<typeof SyncReconcileResponseTargetReleaseTypeEnvEnum> = z.enum(
|
|
16260
|
+
SyncReconcileResponseTargetReleaseTypeEnvEnum,
|
|
16261
|
+
);
|
|
16262
|
+
|
|
16263
|
+
/** @internal */
|
|
16264
|
+
export const SyncReconcileResponseTargetReleaseTypeUnion$inboundSchema:
|
|
16265
|
+
z.ZodType<SyncReconcileResponseTargetReleaseTypeUnion, unknown> = z.union([
|
|
16266
|
+
SyncReconcileResponseTargetReleaseTypeEnvEnum$inboundSchema,
|
|
16267
|
+
z.any(),
|
|
16268
|
+
]);
|
|
16269
|
+
|
|
16270
|
+
export function syncReconcileResponseTargetReleaseTypeUnionFromJSON(
|
|
16271
|
+
jsonString: string,
|
|
16272
|
+
): SafeParseResult<
|
|
16273
|
+
SyncReconcileResponseTargetReleaseTypeUnion,
|
|
16274
|
+
SDKValidationError
|
|
16275
|
+
> {
|
|
16276
|
+
return safeParse(
|
|
16277
|
+
jsonString,
|
|
16278
|
+
(x) =>
|
|
16279
|
+
SyncReconcileResponseTargetReleaseTypeUnion$inboundSchema.parse(
|
|
16280
|
+
JSON.parse(x),
|
|
16281
|
+
),
|
|
16282
|
+
`Failed to parse 'SyncReconcileResponseTargetReleaseTypeUnion' from JSON`,
|
|
16283
|
+
);
|
|
16284
|
+
}
|
|
16285
|
+
|
|
16286
|
+
/** @internal */
|
|
16287
|
+
export const SyncReconcileResponseTargetReleaseEnv$inboundSchema: z.ZodType<
|
|
16288
|
+
SyncReconcileResponseTargetReleaseEnv,
|
|
16289
|
+
unknown
|
|
16290
|
+
> = z.object({
|
|
16291
|
+
name: z.string(),
|
|
16292
|
+
targetResources: z.nullable(z.array(z.string())).optional(),
|
|
16293
|
+
type: z.nullable(
|
|
16294
|
+
z.union([
|
|
16295
|
+
SyncReconcileResponseTargetReleaseTypeEnvEnum$inboundSchema,
|
|
16296
|
+
z.any(),
|
|
16297
|
+
]),
|
|
16298
|
+
).optional(),
|
|
16299
|
+
});
|
|
16300
|
+
|
|
16301
|
+
export function syncReconcileResponseTargetReleaseEnvFromJSON(
|
|
16302
|
+
jsonString: string,
|
|
16303
|
+
): SafeParseResult<SyncReconcileResponseTargetReleaseEnv, SDKValidationError> {
|
|
16304
|
+
return safeParse(
|
|
16305
|
+
jsonString,
|
|
16306
|
+
(x) =>
|
|
16307
|
+
SyncReconcileResponseTargetReleaseEnv$inboundSchema.parse(JSON.parse(x)),
|
|
16308
|
+
`Failed to parse 'SyncReconcileResponseTargetReleaseEnv' from JSON`,
|
|
16309
|
+
);
|
|
16310
|
+
}
|
|
16311
|
+
|
|
16312
|
+
/** @internal */
|
|
16313
|
+
export const SyncReconcileResponseTargetReleaseKind$inboundSchema: z.ZodEnum<
|
|
16314
|
+
typeof SyncReconcileResponseTargetReleaseKind
|
|
16315
|
+
> = z.enum(SyncReconcileResponseTargetReleaseKind);
|
|
16316
|
+
|
|
16317
|
+
/** @internal */
|
|
16318
|
+
export const SyncReconcileResponseTargetReleasePlatform$inboundSchema:
|
|
16319
|
+
z.ZodEnum<typeof SyncReconcileResponseTargetReleasePlatform> = z.enum(
|
|
16320
|
+
SyncReconcileResponseTargetReleasePlatform,
|
|
16321
|
+
);
|
|
16322
|
+
|
|
16323
|
+
/** @internal */
|
|
16324
|
+
export const SyncReconcileResponseTargetReleaseProvidedBy$inboundSchema:
|
|
16325
|
+
z.ZodEnum<typeof SyncReconcileResponseTargetReleaseProvidedBy> = z.enum(
|
|
16326
|
+
SyncReconcileResponseTargetReleaseProvidedBy,
|
|
16327
|
+
);
|
|
16328
|
+
|
|
16329
|
+
/** @internal */
|
|
16330
|
+
export const SyncReconcileResponseTargetReleaseValidation$inboundSchema:
|
|
16331
|
+
z.ZodType<SyncReconcileResponseTargetReleaseValidation, unknown> = z.object({
|
|
16332
|
+
format: z.nullable(z.string()).optional(),
|
|
16333
|
+
max: z.nullable(z.string()).optional(),
|
|
16334
|
+
maxItems: z.nullable(z.int()).optional(),
|
|
16335
|
+
maxLength: z.nullable(z.int()).optional(),
|
|
16336
|
+
min: z.nullable(z.string()).optional(),
|
|
16337
|
+
minItems: z.nullable(z.int()).optional(),
|
|
16338
|
+
minLength: z.nullable(z.int()).optional(),
|
|
16339
|
+
pattern: z.nullable(z.string()).optional(),
|
|
16340
|
+
values: z.nullable(z.array(z.string())).optional(),
|
|
16341
|
+
});
|
|
16342
|
+
|
|
16343
|
+
export function syncReconcileResponseTargetReleaseValidationFromJSON(
|
|
16344
|
+
jsonString: string,
|
|
16345
|
+
): SafeParseResult<
|
|
16346
|
+
SyncReconcileResponseTargetReleaseValidation,
|
|
16347
|
+
SDKValidationError
|
|
16348
|
+
> {
|
|
16349
|
+
return safeParse(
|
|
16350
|
+
jsonString,
|
|
16351
|
+
(x) =>
|
|
16352
|
+
SyncReconcileResponseTargetReleaseValidation$inboundSchema.parse(
|
|
16353
|
+
JSON.parse(x),
|
|
16354
|
+
),
|
|
16355
|
+
`Failed to parse 'SyncReconcileResponseTargetReleaseValidation' from JSON`,
|
|
16356
|
+
);
|
|
16357
|
+
}
|
|
16358
|
+
|
|
16359
|
+
/** @internal */
|
|
16360
|
+
export const SyncReconcileResponseTargetReleaseValidationUnion$inboundSchema:
|
|
16361
|
+
z.ZodType<SyncReconcileResponseTargetReleaseValidationUnion, unknown> = z
|
|
16362
|
+
.union([
|
|
16363
|
+
z.lazy(() => SyncReconcileResponseTargetReleaseValidation$inboundSchema),
|
|
16364
|
+
z.any(),
|
|
16365
|
+
]);
|
|
16366
|
+
|
|
16367
|
+
export function syncReconcileResponseTargetReleaseValidationUnionFromJSON(
|
|
16368
|
+
jsonString: string,
|
|
16369
|
+
): SafeParseResult<
|
|
16370
|
+
SyncReconcileResponseTargetReleaseValidationUnion,
|
|
16371
|
+
SDKValidationError
|
|
16372
|
+
> {
|
|
16373
|
+
return safeParse(
|
|
16374
|
+
jsonString,
|
|
16375
|
+
(x) =>
|
|
16376
|
+
SyncReconcileResponseTargetReleaseValidationUnion$inboundSchema.parse(
|
|
16377
|
+
JSON.parse(x),
|
|
16378
|
+
),
|
|
16379
|
+
`Failed to parse 'SyncReconcileResponseTargetReleaseValidationUnion' from JSON`,
|
|
16380
|
+
);
|
|
16381
|
+
}
|
|
16382
|
+
|
|
16383
|
+
/** @internal */
|
|
16384
|
+
export const SyncReconcileResponseTargetReleaseInput$inboundSchema: z.ZodType<
|
|
16385
|
+
SyncReconcileResponseTargetReleaseInput,
|
|
16386
|
+
unknown
|
|
16387
|
+
> = z.object({
|
|
16388
|
+
default: z.nullable(
|
|
16389
|
+
z.union([
|
|
16390
|
+
z.lazy(() =>
|
|
16391
|
+
SyncReconcileResponseTargetReleaseDefaultString$inboundSchema
|
|
16392
|
+
),
|
|
16393
|
+
z.lazy(() =>
|
|
16394
|
+
SyncReconcileResponseTargetReleaseDefaultNumber$inboundSchema
|
|
16395
|
+
),
|
|
16396
|
+
z.lazy(() =>
|
|
16397
|
+
SyncReconcileResponseTargetReleaseDefaultBoolean$inboundSchema
|
|
16398
|
+
),
|
|
16399
|
+
z.lazy(() =>
|
|
16400
|
+
SyncReconcileResponseTargetReleaseDefaultStringList$inboundSchema
|
|
16401
|
+
),
|
|
16402
|
+
z.any(),
|
|
16403
|
+
]),
|
|
16404
|
+
).optional(),
|
|
16405
|
+
description: z.string(),
|
|
16406
|
+
env: z.array(
|
|
16407
|
+
z.lazy(() => SyncReconcileResponseTargetReleaseEnv$inboundSchema),
|
|
16408
|
+
).optional(),
|
|
16409
|
+
id: z.string(),
|
|
16410
|
+
kind: SyncReconcileResponseTargetReleaseKind$inboundSchema,
|
|
16411
|
+
label: z.string(),
|
|
16412
|
+
placeholder: z.nullable(z.string()).optional(),
|
|
16413
|
+
platforms: z.nullable(
|
|
16414
|
+
z.array(SyncReconcileResponseTargetReleasePlatform$inboundSchema),
|
|
16415
|
+
).optional(),
|
|
16416
|
+
providedBy: z.array(
|
|
16417
|
+
SyncReconcileResponseTargetReleaseProvidedBy$inboundSchema,
|
|
16418
|
+
),
|
|
16419
|
+
required: z.boolean(),
|
|
16420
|
+
validation: z.nullable(
|
|
16421
|
+
z.union([
|
|
16422
|
+
z.lazy(() => SyncReconcileResponseTargetReleaseValidation$inboundSchema),
|
|
16423
|
+
z.any(),
|
|
16424
|
+
]),
|
|
16425
|
+
).optional(),
|
|
16426
|
+
});
|
|
16427
|
+
|
|
16428
|
+
export function syncReconcileResponseTargetReleaseInputFromJSON(
|
|
14293
16429
|
jsonString: string,
|
|
14294
|
-
): SafeParseResult<
|
|
16430
|
+
): SafeParseResult<
|
|
16431
|
+
SyncReconcileResponseTargetReleaseInput,
|
|
16432
|
+
SDKValidationError
|
|
16433
|
+
> {
|
|
14295
16434
|
return safeParse(
|
|
14296
16435
|
jsonString,
|
|
14297
16436
|
(x) =>
|
|
14298
|
-
|
|
14299
|
-
|
|
16437
|
+
SyncReconcileResponseTargetReleaseInput$inboundSchema.parse(
|
|
16438
|
+
JSON.parse(x),
|
|
16439
|
+
),
|
|
16440
|
+
`Failed to parse 'SyncReconcileResponseTargetReleaseInput' from JSON`,
|
|
14300
16441
|
);
|
|
14301
16442
|
}
|
|
14302
16443
|
|
|
14303
|
-
/** @internal */
|
|
14304
|
-
export const SyncReconcileResponseStatus$inboundSchema: z.ZodEnum<
|
|
14305
|
-
typeof SyncReconcileResponseStatus
|
|
14306
|
-
> = z.enum(SyncReconcileResponseStatus);
|
|
14307
|
-
|
|
14308
16444
|
/** @internal */
|
|
14309
16445
|
export const SyncReconcileResponseTargetReleaseManagementEnum$inboundSchema:
|
|
14310
16446
|
z.ZodEnum<typeof SyncReconcileResponseTargetReleaseManagementEnum> = z.enum(
|
|
@@ -16357,6 +18493,9 @@ export const SyncReconcileResponseTargetReleaseStack$inboundSchema: z.ZodType<
|
|
|
16357
18493
|
unknown
|
|
16358
18494
|
> = z.object({
|
|
16359
18495
|
id: z.string(),
|
|
18496
|
+
inputs: z.array(
|
|
18497
|
+
z.lazy(() => SyncReconcileResponseTargetReleaseInput$inboundSchema),
|
|
18498
|
+
).optional(),
|
|
16360
18499
|
permissions: z.lazy(() =>
|
|
16361
18500
|
SyncReconcileResponseTargetReleasePermissions$inboundSchema
|
|
16362
18501
|
).optional(),
|
|
@@ -16784,9 +18923,9 @@ export function syncReconcileResponseHorizonMachineImageUnionFromJSON(
|
|
|
16784
18923
|
}
|
|
16785
18924
|
|
|
16786
18925
|
/** @internal */
|
|
16787
|
-
export const
|
|
16788
|
-
typeof
|
|
16789
|
-
> = z.enum(
|
|
18926
|
+
export const ComputeBackendTargetType$inboundSchema: z.ZodEnum<
|
|
18927
|
+
typeof ComputeBackendTargetType
|
|
18928
|
+
> = z.enum(ComputeBackendTargetType);
|
|
16790
18929
|
|
|
16791
18930
|
/** @internal */
|
|
16792
18931
|
export const SyncReconcileResponseComputeBackendHorizon$inboundSchema:
|
|
@@ -16802,7 +18941,7 @@ export const SyncReconcileResponseComputeBackendHorizon$inboundSchema:
|
|
|
16802
18941
|
]),
|
|
16803
18942
|
).optional(),
|
|
16804
18943
|
url: z.string(),
|
|
16805
|
-
type:
|
|
18944
|
+
type: ComputeBackendTargetType$inboundSchema,
|
|
16806
18945
|
});
|
|
16807
18946
|
|
|
16808
18947
|
export function syncReconcileResponseComputeBackendHorizonFromJSON(
|
|
@@ -16892,6 +19031,43 @@ export const SyncReconcileResponseDnsStatus$inboundSchema: z.ZodEnum<
|
|
|
16892
19031
|
typeof SyncReconcileResponseDnsStatus
|
|
16893
19032
|
> = z.enum(SyncReconcileResponseDnsStatus);
|
|
16894
19033
|
|
|
19034
|
+
/** @internal */
|
|
19035
|
+
export const SyncReconcileResponseEndpointsCertificateStatus$inboundSchema:
|
|
19036
|
+
z.ZodEnum<typeof SyncReconcileResponseEndpointsCertificateStatus> = z.enum(
|
|
19037
|
+
SyncReconcileResponseEndpointsCertificateStatus,
|
|
19038
|
+
);
|
|
19039
|
+
|
|
19040
|
+
/** @internal */
|
|
19041
|
+
export const SyncReconcileResponseEndpointsDnsStatus$inboundSchema: z.ZodEnum<
|
|
19042
|
+
typeof SyncReconcileResponseEndpointsDnsStatus
|
|
19043
|
+
> = z.enum(SyncReconcileResponseEndpointsDnsStatus);
|
|
19044
|
+
|
|
19045
|
+
/** @internal */
|
|
19046
|
+
export const SyncReconcileResponseEndpoints$inboundSchema: z.ZodType<
|
|
19047
|
+
SyncReconcileResponseEndpoints,
|
|
19048
|
+
unknown
|
|
19049
|
+
> = z.object({
|
|
19050
|
+
certificateChain: z.nullable(z.string()).optional(),
|
|
19051
|
+
certificateId: z.string(),
|
|
19052
|
+
certificateStatus:
|
|
19053
|
+
SyncReconcileResponseEndpointsCertificateStatus$inboundSchema,
|
|
19054
|
+
dnsError: z.nullable(z.string()).optional(),
|
|
19055
|
+
dnsStatus: SyncReconcileResponseEndpointsDnsStatus$inboundSchema,
|
|
19056
|
+
fqdn: z.string(),
|
|
19057
|
+
issuedAt: z.nullable(z.string()).optional(),
|
|
19058
|
+
privateKey: z.nullable(z.string()).optional(),
|
|
19059
|
+
});
|
|
19060
|
+
|
|
19061
|
+
export function syncReconcileResponseEndpointsFromJSON(
|
|
19062
|
+
jsonString: string,
|
|
19063
|
+
): SafeParseResult<SyncReconcileResponseEndpoints, SDKValidationError> {
|
|
19064
|
+
return safeParse(
|
|
19065
|
+
jsonString,
|
|
19066
|
+
(x) => SyncReconcileResponseEndpoints$inboundSchema.parse(JSON.parse(x)),
|
|
19067
|
+
`Failed to parse 'SyncReconcileResponseEndpoints' from JSON`,
|
|
19068
|
+
);
|
|
19069
|
+
}
|
|
19070
|
+
|
|
16895
19071
|
/** @internal */
|
|
16896
19072
|
export const DomainMetadataTargetResources$inboundSchema: z.ZodType<
|
|
16897
19073
|
DomainMetadataTargetResources,
|
|
@@ -16904,6 +19080,10 @@ export const DomainMetadataTargetResources$inboundSchema: z.ZodType<
|
|
|
16904
19080
|
certificateStatus: SyncReconcileResponseCertificateStatus$inboundSchema,
|
|
16905
19081
|
dnsError: z.nullable(z.string()).optional(),
|
|
16906
19082
|
dnsStatus: SyncReconcileResponseDnsStatus$inboundSchema,
|
|
19083
|
+
endpoints: z.record(
|
|
19084
|
+
z.string(),
|
|
19085
|
+
z.lazy(() => SyncReconcileResponseEndpoints$inboundSchema),
|
|
19086
|
+
).optional(),
|
|
16907
19087
|
fqdn: z.string(),
|
|
16908
19088
|
issuedAt: z.nullable(z.string()).optional(),
|
|
16909
19089
|
privateKey: z.nullable(z.string()).optional(),
|
|
@@ -16970,10 +19150,9 @@ export function syncReconcileResponseDomainMetadataUnionFromJSON(
|
|
|
16970
19150
|
}
|
|
16971
19151
|
|
|
16972
19152
|
/** @internal */
|
|
16973
|
-
export const
|
|
16974
|
-
|
|
16975
|
-
|
|
16976
|
-
);
|
|
19153
|
+
export const TargetEnvironmentVariablesType$inboundSchema: z.ZodEnum<
|
|
19154
|
+
typeof TargetEnvironmentVariablesType
|
|
19155
|
+
> = z.enum(TargetEnvironmentVariablesType);
|
|
16977
19156
|
|
|
16978
19157
|
/** @internal */
|
|
16979
19158
|
export const SyncReconcileResponseVariable$inboundSchema: z.ZodType<
|
|
@@ -16982,7 +19161,7 @@ export const SyncReconcileResponseVariable$inboundSchema: z.ZodType<
|
|
|
16982
19161
|
> = z.object({
|
|
16983
19162
|
name: z.string(),
|
|
16984
19163
|
targetResources: z.nullable(z.array(z.string())).optional(),
|
|
16985
|
-
type:
|
|
19164
|
+
type: TargetEnvironmentVariablesType$inboundSchema,
|
|
16986
19165
|
value: z.string(),
|
|
16987
19166
|
});
|
|
16988
19167
|
|
|
@@ -17341,10 +19520,9 @@ export function syncReconcileResponseStaticIpFromJSON(
|
|
|
17341
19520
|
}
|
|
17342
19521
|
|
|
17343
19522
|
/** @internal */
|
|
17344
|
-
export const
|
|
17345
|
-
|
|
17346
|
-
|
|
17347
|
-
);
|
|
19523
|
+
export const TargetTypeContainerAppsEnvironment$inboundSchema: z.ZodEnum<
|
|
19524
|
+
typeof TargetTypeContainerAppsEnvironment
|
|
19525
|
+
> = z.enum(TargetTypeContainerAppsEnvironment);
|
|
17348
19526
|
|
|
17349
19527
|
/** @internal */
|
|
17350
19528
|
export const SyncReconcileResponseExternalBindingsContainerAppsEnvironment$inboundSchema:
|
|
@@ -17381,7 +19559,7 @@ export const SyncReconcileResponseExternalBindingsContainerAppsEnvironment$inbou
|
|
|
17381
19559
|
]),
|
|
17382
19560
|
).optional(),
|
|
17383
19561
|
staticIp: z.nullable(z.any()).optional(),
|
|
17384
|
-
type:
|
|
19562
|
+
type: TargetTypeContainerAppsEnvironment$inboundSchema,
|
|
17385
19563
|
});
|
|
17386
19564
|
|
|
17387
19565
|
export function syncReconcileResponseExternalBindingsContainerAppsEnvironmentFromJSON(
|
|
@@ -17459,9 +19637,9 @@ export function syncReconcileResponseDataDirUnion2FromJSON(
|
|
|
17459
19637
|
}
|
|
17460
19638
|
|
|
17461
19639
|
/** @internal */
|
|
17462
|
-
export const
|
|
17463
|
-
typeof
|
|
17464
|
-
> = z.enum(
|
|
19640
|
+
export const TargetTypeVault5$inboundSchema: z.ZodEnum<
|
|
19641
|
+
typeof TargetTypeVault5
|
|
19642
|
+
> = z.enum(TargetTypeVault5);
|
|
17465
19643
|
|
|
17466
19644
|
/** @internal */
|
|
17467
19645
|
export const SyncReconcileResponseExternalBindingsLocalVault$inboundSchema:
|
|
@@ -17476,7 +19654,7 @@ export const SyncReconcileResponseExternalBindingsLocalVault$inboundSchema:
|
|
|
17476
19654
|
).optional(),
|
|
17477
19655
|
vaultName: z.string(),
|
|
17478
19656
|
service: z.literal("local-vault"),
|
|
17479
|
-
type:
|
|
19657
|
+
type: TargetTypeVault5$inboundSchema,
|
|
17480
19658
|
});
|
|
17481
19659
|
|
|
17482
19660
|
export function syncReconcileResponseExternalBindingsLocalVaultFromJSON(
|
|
@@ -17626,9 +19804,9 @@ export function syncReconcileResponseVaultPrefixUnion3FromJSON(
|
|
|
17626
19804
|
}
|
|
17627
19805
|
|
|
17628
19806
|
/** @internal */
|
|
17629
|
-
export const
|
|
17630
|
-
typeof
|
|
17631
|
-
> = z.enum(
|
|
19807
|
+
export const TargetTypeVault4$inboundSchema: z.ZodEnum<
|
|
19808
|
+
typeof TargetTypeVault4
|
|
19809
|
+
> = z.enum(TargetTypeVault4);
|
|
17632
19810
|
|
|
17633
19811
|
/** @internal */
|
|
17634
19812
|
export const SyncReconcileResponseExternalBindingsKubernetesSecret$inboundSchema:
|
|
@@ -17649,7 +19827,7 @@ export const SyncReconcileResponseExternalBindingsKubernetesSecret$inboundSchema
|
|
|
17649
19827
|
]),
|
|
17650
19828
|
).optional(),
|
|
17651
19829
|
service: z.literal("kubernetes-secret"),
|
|
17652
|
-
type:
|
|
19830
|
+
type: TargetTypeVault4$inboundSchema,
|
|
17653
19831
|
});
|
|
17654
19832
|
|
|
17655
19833
|
export function syncReconcileResponseExternalBindingsKubernetesSecretFromJSON(
|
|
@@ -17735,9 +19913,9 @@ export function syncReconcileResponseVaultNameUnionFromJSON(
|
|
|
17735
19913
|
}
|
|
17736
19914
|
|
|
17737
19915
|
/** @internal */
|
|
17738
|
-
export const
|
|
17739
|
-
typeof
|
|
17740
|
-
> = z.enum(
|
|
19916
|
+
export const TargetTypeVault3$inboundSchema: z.ZodEnum<
|
|
19917
|
+
typeof TargetTypeVault3
|
|
19918
|
+
> = z.enum(TargetTypeVault3);
|
|
17741
19919
|
|
|
17742
19920
|
/** @internal */
|
|
17743
19921
|
export const SyncReconcileResponseExternalBindingsKeyVault$inboundSchema:
|
|
@@ -17750,7 +19928,7 @@ export const SyncReconcileResponseExternalBindingsKeyVault$inboundSchema:
|
|
|
17750
19928
|
]),
|
|
17751
19929
|
).optional(),
|
|
17752
19930
|
service: z.literal("key-vault"),
|
|
17753
|
-
type:
|
|
19931
|
+
type: TargetTypeVault3$inboundSchema,
|
|
17754
19932
|
});
|
|
17755
19933
|
|
|
17756
19934
|
export function syncReconcileResponseExternalBindingsKeyVaultFromJSON(
|
|
@@ -17834,9 +20012,9 @@ export function syncReconcileResponseVaultPrefixUnion2FromJSON(
|
|
|
17834
20012
|
}
|
|
17835
20013
|
|
|
17836
20014
|
/** @internal */
|
|
17837
|
-
export const
|
|
17838
|
-
typeof
|
|
17839
|
-
> = z.enum(
|
|
20015
|
+
export const TargetTypeVault2$inboundSchema: z.ZodEnum<
|
|
20016
|
+
typeof TargetTypeVault2
|
|
20017
|
+
> = z.enum(TargetTypeVault2);
|
|
17840
20018
|
|
|
17841
20019
|
/** @internal */
|
|
17842
20020
|
export const SyncReconcileResponseExternalBindingsSecretManager$inboundSchema:
|
|
@@ -17850,7 +20028,7 @@ export const SyncReconcileResponseExternalBindingsSecretManager$inboundSchema:
|
|
|
17850
20028
|
]),
|
|
17851
20029
|
).optional(),
|
|
17852
20030
|
service: z.literal("secret-manager"),
|
|
17853
|
-
type:
|
|
20031
|
+
type: TargetTypeVault2$inboundSchema,
|
|
17854
20032
|
});
|
|
17855
20033
|
|
|
17856
20034
|
export function syncReconcileResponseExternalBindingsSecretManagerFromJSON(
|
|
@@ -17934,9 +20112,9 @@ export function syncReconcileResponseVaultPrefixUnion1FromJSON(
|
|
|
17934
20112
|
}
|
|
17935
20113
|
|
|
17936
20114
|
/** @internal */
|
|
17937
|
-
export const
|
|
17938
|
-
typeof
|
|
17939
|
-
> = z.enum(
|
|
20115
|
+
export const TargetTypeVault1$inboundSchema: z.ZodEnum<
|
|
20116
|
+
typeof TargetTypeVault1
|
|
20117
|
+
> = z.enum(TargetTypeVault1);
|
|
17940
20118
|
|
|
17941
20119
|
/** @internal */
|
|
17942
20120
|
export const SyncReconcileResponseExternalBindingsParameterStore$inboundSchema:
|
|
@@ -17950,7 +20128,7 @@ export const SyncReconcileResponseExternalBindingsParameterStore$inboundSchema:
|
|
|
17950
20128
|
]),
|
|
17951
20129
|
).optional(),
|
|
17952
20130
|
service: z.literal("parameter-store"),
|
|
17953
|
-
type:
|
|
20131
|
+
type: TargetTypeVault1$inboundSchema,
|
|
17954
20132
|
});
|
|
17955
20133
|
|
|
17956
20134
|
export function syncReconcileResponseExternalBindingsParameterStoreFromJSON(
|
|
@@ -18106,10 +20284,9 @@ export function syncReconcileResponseRegistryUrlUnionFromJSON(
|
|
|
18106
20284
|
}
|
|
18107
20285
|
|
|
18108
20286
|
/** @internal */
|
|
18109
|
-
export const
|
|
18110
|
-
|
|
18111
|
-
|
|
18112
|
-
);
|
|
20287
|
+
export const TargetTypeArtifactRegistry4$inboundSchema: z.ZodEnum<
|
|
20288
|
+
typeof TargetTypeArtifactRegistry4
|
|
20289
|
+
> = z.enum(TargetTypeArtifactRegistry4);
|
|
18113
20290
|
|
|
18114
20291
|
/** @internal */
|
|
18115
20292
|
export const SyncReconcileResponseExternalBindingsLocal$inboundSchema:
|
|
@@ -18123,7 +20300,7 @@ export const SyncReconcileResponseExternalBindingsLocal$inboundSchema:
|
|
|
18123
20300
|
]),
|
|
18124
20301
|
).optional(),
|
|
18125
20302
|
service: z.literal("local"),
|
|
18126
|
-
type:
|
|
20303
|
+
type: TargetTypeArtifactRegistry4$inboundSchema,
|
|
18127
20304
|
});
|
|
18128
20305
|
|
|
18129
20306
|
export function syncReconcileResponseExternalBindingsLocalFromJSON(
|
|
@@ -18309,10 +20486,9 @@ export function syncReconcileResponseRepositoryNameUnionFromJSON(
|
|
|
18309
20486
|
}
|
|
18310
20487
|
|
|
18311
20488
|
/** @internal */
|
|
18312
|
-
export const
|
|
18313
|
-
|
|
18314
|
-
|
|
18315
|
-
);
|
|
20489
|
+
export const TargetTypeArtifactRegistry3$inboundSchema: z.ZodEnum<
|
|
20490
|
+
typeof TargetTypeArtifactRegistry3
|
|
20491
|
+
> = z.enum(TargetTypeArtifactRegistry3);
|
|
18316
20492
|
|
|
18317
20493
|
/** @internal */
|
|
18318
20494
|
export const SyncReconcileResponseExternalBindingsGar$inboundSchema: z.ZodType<
|
|
@@ -18329,7 +20505,7 @@ export const SyncReconcileResponseExternalBindingsGar$inboundSchema: z.ZodType<
|
|
|
18329
20505
|
]),
|
|
18330
20506
|
).optional(),
|
|
18331
20507
|
service: z.literal("gar"),
|
|
18332
|
-
type:
|
|
20508
|
+
type: TargetTypeArtifactRegistry3$inboundSchema,
|
|
18333
20509
|
});
|
|
18334
20510
|
|
|
18335
20511
|
export function syncReconcileResponseExternalBindingsGarFromJSON(
|
|
@@ -18532,10 +20708,9 @@ export function syncReconcileResponseResourceGroupNameUnion2FromJSON(
|
|
|
18532
20708
|
}
|
|
18533
20709
|
|
|
18534
20710
|
/** @internal */
|
|
18535
|
-
export const
|
|
18536
|
-
|
|
18537
|
-
|
|
18538
|
-
);
|
|
20711
|
+
export const TargetTypeArtifactRegistry2$inboundSchema: z.ZodEnum<
|
|
20712
|
+
typeof TargetTypeArtifactRegistry2
|
|
20713
|
+
> = z.enum(TargetTypeArtifactRegistry2);
|
|
18539
20714
|
|
|
18540
20715
|
/** @internal */
|
|
18541
20716
|
export const SyncReconcileResponseExternalBindingsAcr$inboundSchema: z.ZodType<
|
|
@@ -18558,7 +20733,7 @@ export const SyncReconcileResponseExternalBindingsAcr$inboundSchema: z.ZodType<
|
|
|
18558
20733
|
]),
|
|
18559
20734
|
).optional(),
|
|
18560
20735
|
service: z.literal("acr"),
|
|
18561
|
-
type:
|
|
20736
|
+
type: TargetTypeArtifactRegistry2$inboundSchema,
|
|
18562
20737
|
});
|
|
18563
20738
|
|
|
18564
20739
|
export function syncReconcileResponseExternalBindingsAcrFromJSON(
|
|
@@ -18737,10 +20912,9 @@ export function syncReconcileResponseRepositoryPrefixUnionFromJSON(
|
|
|
18737
20912
|
}
|
|
18738
20913
|
|
|
18739
20914
|
/** @internal */
|
|
18740
|
-
export const
|
|
18741
|
-
|
|
18742
|
-
|
|
18743
|
-
);
|
|
20915
|
+
export const TargetTypeArtifactRegistry1$inboundSchema: z.ZodEnum<
|
|
20916
|
+
typeof TargetTypeArtifactRegistry1
|
|
20917
|
+
> = z.enum(TargetTypeArtifactRegistry1);
|
|
18744
20918
|
|
|
18745
20919
|
/** @internal */
|
|
18746
20920
|
export const SyncReconcileResponseExternalBindingsEcr$inboundSchema: z.ZodType<
|
|
@@ -18757,7 +20931,7 @@ export const SyncReconcileResponseExternalBindingsEcr$inboundSchema: z.ZodType<
|
|
|
18757
20931
|
]),
|
|
18758
20932
|
).optional(),
|
|
18759
20933
|
service: z.literal("ecr"),
|
|
18760
|
-
type:
|
|
20934
|
+
type: TargetTypeArtifactRegistry1$inboundSchema,
|
|
18761
20935
|
});
|
|
18762
20936
|
|
|
18763
20937
|
export function syncReconcileResponseExternalBindingsEcrFromJSON(
|
|
@@ -18906,9 +21080,8 @@ export function syncReconcileResponseKeyPrefix2FromJSON(
|
|
|
18906
21080
|
}
|
|
18907
21081
|
|
|
18908
21082
|
/** @internal */
|
|
18909
|
-
export const
|
|
18910
|
-
|
|
18911
|
-
> = z.enum(SyncReconcileResponseTypeKv5);
|
|
21083
|
+
export const TargetTypeKv5$inboundSchema: z.ZodEnum<typeof TargetTypeKv5> = z
|
|
21084
|
+
.enum(TargetTypeKv5);
|
|
18912
21085
|
|
|
18913
21086
|
/** @internal */
|
|
18914
21087
|
export const SyncReconcileResponseExternalBindingsLocalKv$inboundSchema:
|
|
@@ -18922,7 +21095,7 @@ export const SyncReconcileResponseExternalBindingsLocalKv$inboundSchema:
|
|
|
18922
21095
|
).optional(),
|
|
18923
21096
|
keyPrefix: z.nullable(z.any()).optional(),
|
|
18924
21097
|
service: z.literal("local-kv"),
|
|
18925
|
-
type:
|
|
21098
|
+
type: TargetTypeKv5$inboundSchema,
|
|
18926
21099
|
});
|
|
18927
21100
|
|
|
18928
21101
|
export function syncReconcileResponseExternalBindingsLocalKvFromJSON(
|
|
@@ -19095,9 +21268,8 @@ export function syncReconcileResponseKeyPrefix1FromJSON(
|
|
|
19095
21268
|
}
|
|
19096
21269
|
|
|
19097
21270
|
/** @internal */
|
|
19098
|
-
export const
|
|
19099
|
-
|
|
19100
|
-
> = z.enum(SyncReconcileResponseTypeKv4);
|
|
21271
|
+
export const TargetTypeKv4$inboundSchema: z.ZodEnum<typeof TargetTypeKv4> = z
|
|
21272
|
+
.enum(TargetTypeKv4);
|
|
19101
21273
|
|
|
19102
21274
|
/** @internal */
|
|
19103
21275
|
export const SyncReconcileResponseExternalBindingsRedis$inboundSchema:
|
|
@@ -19112,7 +21284,7 @@ export const SyncReconcileResponseExternalBindingsRedis$inboundSchema:
|
|
|
19112
21284
|
database: z.nullable(z.any()).optional(),
|
|
19113
21285
|
keyPrefix: z.nullable(z.any()).optional(),
|
|
19114
21286
|
service: z.literal("redis"),
|
|
19115
|
-
type:
|
|
21287
|
+
type: TargetTypeKv4$inboundSchema,
|
|
19116
21288
|
});
|
|
19117
21289
|
|
|
19118
21290
|
export function syncReconcileResponseExternalBindingsRedisFromJSON(
|
|
@@ -19336,9 +21508,8 @@ export function syncReconcileResponseTableNameUnion2FromJSON(
|
|
|
19336
21508
|
}
|
|
19337
21509
|
|
|
19338
21510
|
/** @internal */
|
|
19339
|
-
export const
|
|
19340
|
-
|
|
19341
|
-
> = z.enum(SyncReconcileResponseTypeKv3);
|
|
21511
|
+
export const TargetTypeKv3$inboundSchema: z.ZodEnum<typeof TargetTypeKv3> = z
|
|
21512
|
+
.enum(TargetTypeKv3);
|
|
19342
21513
|
|
|
19343
21514
|
/** @internal */
|
|
19344
21515
|
export const SyncReconcileResponseExternalBindingsTablestorage$inboundSchema:
|
|
@@ -19366,7 +21537,7 @@ export const SyncReconcileResponseExternalBindingsTablestorage$inboundSchema:
|
|
|
19366
21537
|
]),
|
|
19367
21538
|
).optional(),
|
|
19368
21539
|
service: z.literal("tablestorage"),
|
|
19369
|
-
type:
|
|
21540
|
+
type: TargetTypeKv3$inboundSchema,
|
|
19370
21541
|
});
|
|
19371
21542
|
|
|
19372
21543
|
export function syncReconcileResponseExternalBindingsTablestorageFromJSON(
|
|
@@ -19588,9 +21759,8 @@ export function syncReconcileResponseProjectIdUnionFromJSON(
|
|
|
19588
21759
|
}
|
|
19589
21760
|
|
|
19590
21761
|
/** @internal */
|
|
19591
|
-
export const
|
|
19592
|
-
|
|
19593
|
-
> = z.enum(SyncReconcileResponseTypeKv2);
|
|
21762
|
+
export const TargetTypeKv2$inboundSchema: z.ZodEnum<typeof TargetTypeKv2> = z
|
|
21763
|
+
.enum(TargetTypeKv2);
|
|
19594
21764
|
|
|
19595
21765
|
/** @internal */
|
|
19596
21766
|
export const SyncReconcileResponseExternalBindingsFirestore$inboundSchema:
|
|
@@ -19612,7 +21782,7 @@ export const SyncReconcileResponseExternalBindingsFirestore$inboundSchema:
|
|
|
19612
21782
|
z.string(),
|
|
19613
21783
|
])).optional(),
|
|
19614
21784
|
service: z.literal("firestore"),
|
|
19615
|
-
type:
|
|
21785
|
+
type: TargetTypeKv2$inboundSchema,
|
|
19616
21786
|
},
|
|
19617
21787
|
);
|
|
19618
21788
|
|
|
@@ -19802,9 +21972,8 @@ export function syncReconcileResponseTableNameUnion1FromJSON(
|
|
|
19802
21972
|
}
|
|
19803
21973
|
|
|
19804
21974
|
/** @internal */
|
|
19805
|
-
export const
|
|
19806
|
-
|
|
19807
|
-
> = z.enum(SyncReconcileResponseTypeKv1);
|
|
21975
|
+
export const TargetTypeKv1$inboundSchema: z.ZodEnum<typeof TargetTypeKv1> = z
|
|
21976
|
+
.enum(TargetTypeKv1);
|
|
19808
21977
|
|
|
19809
21978
|
/** @internal */
|
|
19810
21979
|
export const SyncReconcileResponseExternalBindingsDynamodb$inboundSchema:
|
|
@@ -19825,7 +21994,7 @@ export const SyncReconcileResponseExternalBindingsDynamodb$inboundSchema:
|
|
|
19825
21994
|
]),
|
|
19826
21995
|
).optional(),
|
|
19827
21996
|
service: z.literal("dynamodb"),
|
|
19828
|
-
type:
|
|
21997
|
+
type: TargetTypeKv1$inboundSchema,
|
|
19829
21998
|
});
|
|
19830
21999
|
|
|
19831
22000
|
export function syncReconcileResponseExternalBindingsDynamodbFromJSON(
|
|
@@ -19939,9 +22108,9 @@ export function syncReconcileResponseQueuePathUnionFromJSON(
|
|
|
19939
22108
|
}
|
|
19940
22109
|
|
|
19941
22110
|
/** @internal */
|
|
19942
|
-
export const
|
|
19943
|
-
typeof
|
|
19944
|
-
> = z.enum(
|
|
22111
|
+
export const TargetTypeQueue4$inboundSchema: z.ZodEnum<
|
|
22112
|
+
typeof TargetTypeQueue4
|
|
22113
|
+
> = z.enum(TargetTypeQueue4);
|
|
19945
22114
|
|
|
19946
22115
|
/** @internal */
|
|
19947
22116
|
export const SyncReconcileResponseExternalBindingsLocalQueue$inboundSchema:
|
|
@@ -19955,7 +22124,7 @@ export const SyncReconcileResponseExternalBindingsLocalQueue$inboundSchema:
|
|
|
19955
22124
|
]),
|
|
19956
22125
|
).optional(),
|
|
19957
22126
|
service: z.literal("local-queue"),
|
|
19958
|
-
type:
|
|
22127
|
+
type: TargetTypeQueue4$inboundSchema,
|
|
19959
22128
|
});
|
|
19960
22129
|
|
|
19961
22130
|
export function syncReconcileResponseExternalBindingsLocalQueueFromJSON(
|
|
@@ -20107,9 +22276,9 @@ export function syncReconcileResponseQueueNameUnionFromJSON(
|
|
|
20107
22276
|
}
|
|
20108
22277
|
|
|
20109
22278
|
/** @internal */
|
|
20110
|
-
export const
|
|
20111
|
-
typeof
|
|
20112
|
-
> = z.enum(
|
|
22279
|
+
export const TargetTypeQueue3$inboundSchema: z.ZodEnum<
|
|
22280
|
+
typeof TargetTypeQueue3
|
|
22281
|
+
> = z.enum(TargetTypeQueue3);
|
|
20113
22282
|
|
|
20114
22283
|
/** @internal */
|
|
20115
22284
|
export const SyncReconcileResponseExternalBindingsServicebus$inboundSchema:
|
|
@@ -20130,7 +22299,7 @@ export const SyncReconcileResponseExternalBindingsServicebus$inboundSchema:
|
|
|
20130
22299
|
]),
|
|
20131
22300
|
).optional(),
|
|
20132
22301
|
service: z.literal("servicebus"),
|
|
20133
|
-
type:
|
|
22302
|
+
type: TargetTypeQueue3$inboundSchema,
|
|
20134
22303
|
});
|
|
20135
22304
|
|
|
20136
22305
|
export function syncReconcileResponseExternalBindingsServicebusFromJSON(
|
|
@@ -20272,9 +22441,9 @@ export function syncReconcileResponseTopicUnionFromJSON(
|
|
|
20272
22441
|
}
|
|
20273
22442
|
|
|
20274
22443
|
/** @internal */
|
|
20275
|
-
export const
|
|
20276
|
-
typeof
|
|
20277
|
-
> = z.enum(
|
|
22444
|
+
export const TargetTypeQueue2$inboundSchema: z.ZodEnum<
|
|
22445
|
+
typeof TargetTypeQueue2
|
|
22446
|
+
> = z.enum(TargetTypeQueue2);
|
|
20278
22447
|
|
|
20279
22448
|
/** @internal */
|
|
20280
22449
|
export const SyncReconcileResponseExternalBindingsPubsub$inboundSchema:
|
|
@@ -20294,7 +22463,7 @@ export const SyncReconcileResponseExternalBindingsPubsub$inboundSchema:
|
|
|
20294
22463
|
]),
|
|
20295
22464
|
).optional(),
|
|
20296
22465
|
service: z.literal("pubsub"),
|
|
20297
|
-
type:
|
|
22466
|
+
type: TargetTypeQueue2$inboundSchema,
|
|
20298
22467
|
});
|
|
20299
22468
|
|
|
20300
22469
|
export function syncReconcileResponseExternalBindingsPubsubFromJSON(
|
|
@@ -20373,9 +22542,9 @@ export function syncReconcileResponseQueueUrlUnionFromJSON(
|
|
|
20373
22542
|
}
|
|
20374
22543
|
|
|
20375
22544
|
/** @internal */
|
|
20376
|
-
export const
|
|
20377
|
-
typeof
|
|
20378
|
-
> = z.enum(
|
|
22545
|
+
export const TargetTypeQueue1$inboundSchema: z.ZodEnum<
|
|
22546
|
+
typeof TargetTypeQueue1
|
|
22547
|
+
> = z.enum(TargetTypeQueue1);
|
|
20379
22548
|
|
|
20380
22549
|
/** @internal */
|
|
20381
22550
|
export const SyncReconcileResponseExternalBindingsSqs$inboundSchema: z.ZodType<
|
|
@@ -20390,7 +22559,7 @@ export const SyncReconcileResponseExternalBindingsSqs$inboundSchema: z.ZodType<
|
|
|
20390
22559
|
]),
|
|
20391
22560
|
).optional(),
|
|
20392
22561
|
service: z.literal("sqs"),
|
|
20393
|
-
type:
|
|
22562
|
+
type: TargetTypeQueue1$inboundSchema,
|
|
20394
22563
|
});
|
|
20395
22564
|
|
|
20396
22565
|
export function syncReconcileResponseExternalBindingsSqsFromJSON(
|
|
@@ -20501,9 +22670,9 @@ export function syncReconcileResponseStoragePathUnionFromJSON(
|
|
|
20501
22670
|
}
|
|
20502
22671
|
|
|
20503
22672
|
/** @internal */
|
|
20504
|
-
export const
|
|
20505
|
-
typeof
|
|
20506
|
-
> = z.enum(
|
|
22673
|
+
export const TargetTypeStorage4$inboundSchema: z.ZodEnum<
|
|
22674
|
+
typeof TargetTypeStorage4
|
|
22675
|
+
> = z.enum(TargetTypeStorage4);
|
|
20507
22676
|
|
|
20508
22677
|
/** @internal */
|
|
20509
22678
|
export const SyncReconcileResponseExternalBindingsLocalStorage$inboundSchema:
|
|
@@ -20517,7 +22686,7 @@ export const SyncReconcileResponseExternalBindingsLocalStorage$inboundSchema:
|
|
|
20517
22686
|
]),
|
|
20518
22687
|
).optional(),
|
|
20519
22688
|
service: z.literal("local-storage"),
|
|
20520
|
-
type:
|
|
22689
|
+
type: TargetTypeStorage4$inboundSchema,
|
|
20521
22690
|
});
|
|
20522
22691
|
|
|
20523
22692
|
export function syncReconcileResponseExternalBindingsLocalStorageFromJSON(
|
|
@@ -20603,9 +22772,9 @@ export function syncReconcileResponseBucketNameUnion2FromJSON(
|
|
|
20603
22772
|
}
|
|
20604
22773
|
|
|
20605
22774
|
/** @internal */
|
|
20606
|
-
export const
|
|
20607
|
-
typeof
|
|
20608
|
-
> = z.enum(
|
|
22775
|
+
export const TargetTypeStorage3$inboundSchema: z.ZodEnum<
|
|
22776
|
+
typeof TargetTypeStorage3
|
|
22777
|
+
> = z.enum(TargetTypeStorage3);
|
|
20609
22778
|
|
|
20610
22779
|
/** @internal */
|
|
20611
22780
|
export const SyncReconcileResponseExternalBindingsGcs$inboundSchema: z.ZodType<
|
|
@@ -20620,7 +22789,7 @@ export const SyncReconcileResponseExternalBindingsGcs$inboundSchema: z.ZodType<
|
|
|
20620
22789
|
]),
|
|
20621
22790
|
).optional(),
|
|
20622
22791
|
service: z.literal("gcs"),
|
|
20623
|
-
type:
|
|
22792
|
+
type: TargetTypeStorage3$inboundSchema,
|
|
20624
22793
|
});
|
|
20625
22794
|
|
|
20626
22795
|
export function syncReconcileResponseExternalBindingsGcsFromJSON(
|
|
@@ -20774,9 +22943,9 @@ export function syncReconcileResponseContainerNameUnionFromJSON(
|
|
|
20774
22943
|
}
|
|
20775
22944
|
|
|
20776
22945
|
/** @internal */
|
|
20777
|
-
export const
|
|
20778
|
-
typeof
|
|
20779
|
-
> = z.enum(
|
|
22946
|
+
export const TargetTypeStorage2$inboundSchema: z.ZodEnum<
|
|
22947
|
+
typeof TargetTypeStorage2
|
|
22948
|
+
> = z.enum(TargetTypeStorage2);
|
|
20780
22949
|
|
|
20781
22950
|
/** @internal */
|
|
20782
22951
|
export const SyncReconcileResponseExternalBindingsBlob$inboundSchema: z.ZodType<
|
|
@@ -20798,7 +22967,7 @@ export const SyncReconcileResponseExternalBindingsBlob$inboundSchema: z.ZodType<
|
|
|
20798
22967
|
]),
|
|
20799
22968
|
).optional(),
|
|
20800
22969
|
service: z.literal("blob"),
|
|
20801
|
-
type:
|
|
22970
|
+
type: TargetTypeStorage2$inboundSchema,
|
|
20802
22971
|
});
|
|
20803
22972
|
|
|
20804
22973
|
export function syncReconcileResponseExternalBindingsBlobFromJSON(
|
|
@@ -20884,9 +23053,9 @@ export function syncReconcileResponseBucketNameUnion1FromJSON(
|
|
|
20884
23053
|
}
|
|
20885
23054
|
|
|
20886
23055
|
/** @internal */
|
|
20887
|
-
export const
|
|
20888
|
-
typeof
|
|
20889
|
-
> = z.enum(
|
|
23056
|
+
export const TargetTypeStorage1$inboundSchema: z.ZodEnum<
|
|
23057
|
+
typeof TargetTypeStorage1
|
|
23058
|
+
> = z.enum(TargetTypeStorage1);
|
|
20890
23059
|
|
|
20891
23060
|
/** @internal */
|
|
20892
23061
|
export const SyncReconcileResponseExternalBindingsS3$inboundSchema: z.ZodType<
|
|
@@ -20901,7 +23070,7 @@ export const SyncReconcileResponseExternalBindingsS3$inboundSchema: z.ZodType<
|
|
|
20901
23070
|
]),
|
|
20902
23071
|
).optional(),
|
|
20903
23072
|
service: z.literal("s3"),
|
|
20904
|
-
type:
|
|
23073
|
+
type: TargetTypeStorage1$inboundSchema,
|
|
20905
23074
|
});
|
|
20906
23075
|
|
|
20907
23076
|
export function syncReconcileResponseExternalBindingsS3FromJSON(
|
|
@@ -21207,6 +23376,110 @@ export function syncReconcileResponseMonitoringUnionFromJSON(
|
|
|
21207
23376
|
);
|
|
21208
23377
|
}
|
|
21209
23378
|
|
|
23379
|
+
/** @internal */
|
|
23380
|
+
export const SyncReconcileResponsePoolsAutoscale$inboundSchema: z.ZodType<
|
|
23381
|
+
SyncReconcileResponsePoolsAutoscale,
|
|
23382
|
+
unknown
|
|
23383
|
+
> = z.object({
|
|
23384
|
+
machine: z.nullable(z.string()).optional(),
|
|
23385
|
+
max: z.int(),
|
|
23386
|
+
min: z.int(),
|
|
23387
|
+
mode: z.literal("autoscale"),
|
|
23388
|
+
});
|
|
23389
|
+
|
|
23390
|
+
export function syncReconcileResponsePoolsAutoscaleFromJSON(
|
|
23391
|
+
jsonString: string,
|
|
23392
|
+
): SafeParseResult<SyncReconcileResponsePoolsAutoscale, SDKValidationError> {
|
|
23393
|
+
return safeParse(
|
|
23394
|
+
jsonString,
|
|
23395
|
+
(x) =>
|
|
23396
|
+
SyncReconcileResponsePoolsAutoscale$inboundSchema.parse(JSON.parse(x)),
|
|
23397
|
+
`Failed to parse 'SyncReconcileResponsePoolsAutoscale' from JSON`,
|
|
23398
|
+
);
|
|
23399
|
+
}
|
|
23400
|
+
|
|
23401
|
+
/** @internal */
|
|
23402
|
+
export const SyncReconcileResponsePoolsFixed$inboundSchema: z.ZodType<
|
|
23403
|
+
SyncReconcileResponsePoolsFixed,
|
|
23404
|
+
unknown
|
|
23405
|
+
> = z.object({
|
|
23406
|
+
machine: z.nullable(z.string()).optional(),
|
|
23407
|
+
machines: z.int(),
|
|
23408
|
+
mode: z.literal("fixed"),
|
|
23409
|
+
});
|
|
23410
|
+
|
|
23411
|
+
export function syncReconcileResponsePoolsFixedFromJSON(
|
|
23412
|
+
jsonString: string,
|
|
23413
|
+
): SafeParseResult<SyncReconcileResponsePoolsFixed, SDKValidationError> {
|
|
23414
|
+
return safeParse(
|
|
23415
|
+
jsonString,
|
|
23416
|
+
(x) => SyncReconcileResponsePoolsFixed$inboundSchema.parse(JSON.parse(x)),
|
|
23417
|
+
`Failed to parse 'SyncReconcileResponsePoolsFixed' from JSON`,
|
|
23418
|
+
);
|
|
23419
|
+
}
|
|
23420
|
+
|
|
23421
|
+
/** @internal */
|
|
23422
|
+
export const SyncReconcileResponsePoolsUnion$inboundSchema: z.ZodType<
|
|
23423
|
+
SyncReconcileResponsePoolsUnion,
|
|
23424
|
+
unknown
|
|
23425
|
+
> = z.union([
|
|
23426
|
+
z.lazy(() => SyncReconcileResponsePoolsFixed$inboundSchema),
|
|
23427
|
+
z.lazy(() => SyncReconcileResponsePoolsAutoscale$inboundSchema),
|
|
23428
|
+
]);
|
|
23429
|
+
|
|
23430
|
+
export function syncReconcileResponsePoolsUnionFromJSON(
|
|
23431
|
+
jsonString: string,
|
|
23432
|
+
): SafeParseResult<SyncReconcileResponsePoolsUnion, SDKValidationError> {
|
|
23433
|
+
return safeParse(
|
|
23434
|
+
jsonString,
|
|
23435
|
+
(x) => SyncReconcileResponsePoolsUnion$inboundSchema.parse(JSON.parse(x)),
|
|
23436
|
+
`Failed to parse 'SyncReconcileResponsePoolsUnion' from JSON`,
|
|
23437
|
+
);
|
|
23438
|
+
}
|
|
23439
|
+
|
|
23440
|
+
/** @internal */
|
|
23441
|
+
export const SyncReconcileResponseCompute$inboundSchema: z.ZodType<
|
|
23442
|
+
SyncReconcileResponseCompute,
|
|
23443
|
+
unknown
|
|
23444
|
+
> = z.object({
|
|
23445
|
+
pools: z.record(
|
|
23446
|
+
z.string(),
|
|
23447
|
+
z.union([
|
|
23448
|
+
z.lazy(() => SyncReconcileResponsePoolsFixed$inboundSchema),
|
|
23449
|
+
z.lazy(() => SyncReconcileResponsePoolsAutoscale$inboundSchema),
|
|
23450
|
+
]),
|
|
23451
|
+
).optional(),
|
|
23452
|
+
});
|
|
23453
|
+
|
|
23454
|
+
export function syncReconcileResponseComputeFromJSON(
|
|
23455
|
+
jsonString: string,
|
|
23456
|
+
): SafeParseResult<SyncReconcileResponseCompute, SDKValidationError> {
|
|
23457
|
+
return safeParse(
|
|
23458
|
+
jsonString,
|
|
23459
|
+
(x) => SyncReconcileResponseCompute$inboundSchema.parse(JSON.parse(x)),
|
|
23460
|
+
`Failed to parse 'SyncReconcileResponseCompute' from JSON`,
|
|
23461
|
+
);
|
|
23462
|
+
}
|
|
23463
|
+
|
|
23464
|
+
/** @internal */
|
|
23465
|
+
export const SyncReconcileResponseComputeUnion$inboundSchema: z.ZodType<
|
|
23466
|
+
SyncReconcileResponseComputeUnion,
|
|
23467
|
+
unknown
|
|
23468
|
+
> = z.union([
|
|
23469
|
+
z.lazy(() => SyncReconcileResponseCompute$inboundSchema),
|
|
23470
|
+
z.any(),
|
|
23471
|
+
]);
|
|
23472
|
+
|
|
23473
|
+
export function syncReconcileResponseComputeUnionFromJSON(
|
|
23474
|
+
jsonString: string,
|
|
23475
|
+
): SafeParseResult<SyncReconcileResponseComputeUnion, SDKValidationError> {
|
|
23476
|
+
return safeParse(
|
|
23477
|
+
jsonString,
|
|
23478
|
+
(x) => SyncReconcileResponseComputeUnion$inboundSchema.parse(JSON.parse(x)),
|
|
23479
|
+
`Failed to parse 'SyncReconcileResponseComputeUnion' from JSON`,
|
|
23480
|
+
);
|
|
23481
|
+
}
|
|
23482
|
+
|
|
21210
23483
|
/** @internal */
|
|
21211
23484
|
export const SyncReconcileResponseDeploymentModel$inboundSchema: z.ZodEnum<
|
|
21212
23485
|
typeof SyncReconcileResponseDeploymentModel
|
|
@@ -22702,9 +24975,9 @@ export function syncReconcileResponseKubernetesUnionFromJSON(
|
|
|
22702
24975
|
}
|
|
22703
24976
|
|
|
22704
24977
|
/** @internal */
|
|
22705
|
-
export const
|
|
22706
|
-
typeof
|
|
22707
|
-
> = z.enum(
|
|
24978
|
+
export const TargetTypeByoVnetAzure$inboundSchema: z.ZodEnum<
|
|
24979
|
+
typeof TargetTypeByoVnetAzure
|
|
24980
|
+
> = z.enum(TargetTypeByoVnetAzure);
|
|
22708
24981
|
|
|
22709
24982
|
/** @internal */
|
|
22710
24983
|
export const SyncReconcileResponseNetworkByoVnetAzure$inboundSchema: z.ZodType<
|
|
@@ -22714,7 +24987,7 @@ export const SyncReconcileResponseNetworkByoVnetAzure$inboundSchema: z.ZodType<
|
|
|
22714
24987
|
application_gateway_subnet_name: z.nullable(z.string()).optional(),
|
|
22715
24988
|
private_subnet_name: z.string(),
|
|
22716
24989
|
public_subnet_name: z.string(),
|
|
22717
|
-
type:
|
|
24990
|
+
type: TargetTypeByoVnetAzure$inboundSchema,
|
|
22718
24991
|
vnet_resource_id: z.string(),
|
|
22719
24992
|
}).transform((v) => {
|
|
22720
24993
|
return remap$(v, {
|
|
@@ -22742,9 +25015,9 @@ export function syncReconcileResponseNetworkByoVnetAzureFromJSON(
|
|
|
22742
25015
|
}
|
|
22743
25016
|
|
|
22744
25017
|
/** @internal */
|
|
22745
|
-
export const
|
|
22746
|
-
typeof
|
|
22747
|
-
> = z.enum(
|
|
25018
|
+
export const TargetTypeByoVpcGcp$inboundSchema: z.ZodEnum<
|
|
25019
|
+
typeof TargetTypeByoVpcGcp
|
|
25020
|
+
> = z.enum(TargetTypeByoVpcGcp);
|
|
22748
25021
|
|
|
22749
25022
|
/** @internal */
|
|
22750
25023
|
export const SyncReconcileResponseNetworkByoVpcGcp$inboundSchema: z.ZodType<
|
|
@@ -22754,7 +25027,7 @@ export const SyncReconcileResponseNetworkByoVpcGcp$inboundSchema: z.ZodType<
|
|
|
22754
25027
|
network_name: z.string(),
|
|
22755
25028
|
region: z.string(),
|
|
22756
25029
|
subnet_name: z.string(),
|
|
22757
|
-
type:
|
|
25030
|
+
type: TargetTypeByoVpcGcp$inboundSchema,
|
|
22758
25031
|
}).transform((v) => {
|
|
22759
25032
|
return remap$(v, {
|
|
22760
25033
|
"network_name": "networkName",
|
|
@@ -22774,9 +25047,9 @@ export function syncReconcileResponseNetworkByoVpcGcpFromJSON(
|
|
|
22774
25047
|
}
|
|
22775
25048
|
|
|
22776
25049
|
/** @internal */
|
|
22777
|
-
export const
|
|
22778
|
-
typeof
|
|
22779
|
-
> = z.enum(
|
|
25050
|
+
export const TargetTypeByoVpcAws$inboundSchema: z.ZodEnum<
|
|
25051
|
+
typeof TargetTypeByoVpcAws
|
|
25052
|
+
> = z.enum(TargetTypeByoVpcAws);
|
|
22780
25053
|
|
|
22781
25054
|
/** @internal */
|
|
22782
25055
|
export const SyncReconcileResponseNetworkByoVpcAws$inboundSchema: z.ZodType<
|
|
@@ -22786,7 +25059,7 @@ export const SyncReconcileResponseNetworkByoVpcAws$inboundSchema: z.ZodType<
|
|
|
22786
25059
|
private_subnet_ids: z.array(z.string()),
|
|
22787
25060
|
public_subnet_ids: z.array(z.string()),
|
|
22788
25061
|
security_group_ids: z.array(z.string()).optional(),
|
|
22789
|
-
type:
|
|
25062
|
+
type: TargetTypeByoVpcAws$inboundSchema,
|
|
22790
25063
|
vpc_id: z.string(),
|
|
22791
25064
|
}).transform((v) => {
|
|
22792
25065
|
return remap$(v, {
|
|
@@ -22809,9 +25082,9 @@ export function syncReconcileResponseNetworkByoVpcAwsFromJSON(
|
|
|
22809
25082
|
}
|
|
22810
25083
|
|
|
22811
25084
|
/** @internal */
|
|
22812
|
-
export const
|
|
22813
|
-
typeof
|
|
22814
|
-
> = z.enum(
|
|
25085
|
+
export const TargetTypeCreate$inboundSchema: z.ZodEnum<
|
|
25086
|
+
typeof TargetTypeCreate
|
|
25087
|
+
> = z.enum(TargetTypeCreate);
|
|
22815
25088
|
|
|
22816
25089
|
/** @internal */
|
|
22817
25090
|
export const SyncReconcileResponseNetworkCreate$inboundSchema: z.ZodType<
|
|
@@ -22820,7 +25093,7 @@ export const SyncReconcileResponseNetworkCreate$inboundSchema: z.ZodType<
|
|
|
22820
25093
|
> = z.object({
|
|
22821
25094
|
availability_zones: z.int().optional(),
|
|
22822
25095
|
cidr: z.nullable(z.string()).optional(),
|
|
22823
|
-
type:
|
|
25096
|
+
type: TargetTypeCreate$inboundSchema,
|
|
22824
25097
|
}).transform((v) => {
|
|
22825
25098
|
return remap$(v, {
|
|
22826
25099
|
"availability_zones": "availabilityZones",
|
|
@@ -22839,16 +25112,16 @@ export function syncReconcileResponseNetworkCreateFromJSON(
|
|
|
22839
25112
|
}
|
|
22840
25113
|
|
|
22841
25114
|
/** @internal */
|
|
22842
|
-
export const
|
|
22843
|
-
typeof
|
|
22844
|
-
> = z.enum(
|
|
25115
|
+
export const TargetTypeUseDefault$inboundSchema: z.ZodEnum<
|
|
25116
|
+
typeof TargetTypeUseDefault
|
|
25117
|
+
> = z.enum(TargetTypeUseDefault);
|
|
22845
25118
|
|
|
22846
25119
|
/** @internal */
|
|
22847
25120
|
export const SyncReconcileResponseNetworkUseDefault$inboundSchema: z.ZodType<
|
|
22848
25121
|
SyncReconcileResponseNetworkUseDefault,
|
|
22849
25122
|
unknown
|
|
22850
25123
|
> = z.object({
|
|
22851
|
-
type:
|
|
25124
|
+
type: TargetTypeUseDefault$inboundSchema,
|
|
22852
25125
|
});
|
|
22853
25126
|
|
|
22854
25127
|
export function syncReconcileResponseNetworkUseDefaultFromJSON(
|
|
@@ -22900,6 +25173,12 @@ export const SyncReconcileResponseStackSettings$inboundSchema: z.ZodType<
|
|
|
22900
25173
|
SyncReconcileResponseStackSettings,
|
|
22901
25174
|
unknown
|
|
22902
25175
|
> = z.object({
|
|
25176
|
+
compute: z.nullable(
|
|
25177
|
+
z.union([
|
|
25178
|
+
z.lazy(() => SyncReconcileResponseCompute$inboundSchema),
|
|
25179
|
+
z.any(),
|
|
25180
|
+
]),
|
|
25181
|
+
).optional(),
|
|
22903
25182
|
deploymentModel: SyncReconcileResponseDeploymentModel$inboundSchema
|
|
22904
25183
|
.optional(),
|
|
22905
25184
|
domains: z.nullable(
|
|
@@ -23058,7 +25337,9 @@ export const TargetConfig$inboundSchema: z.ZodType<TargetConfig, unknown> = z
|
|
|
23058
25337
|
]),
|
|
23059
25338
|
).optional(),
|
|
23060
25339
|
nativeImageHost: z.nullable(z.string()).optional(),
|
|
23061
|
-
|
|
25340
|
+
publicEndpoints: z.nullable(
|
|
25341
|
+
z.record(z.string(), z.record(z.string(), z.string())),
|
|
25342
|
+
).optional(),
|
|
23062
25343
|
stackSettings: z.lazy(() =>
|
|
23063
25344
|
SyncReconcileResponseStackSettings$inboundSchema
|
|
23064
25345
|
).optional(),
|
|
@@ -23074,6 +25355,258 @@ export function targetConfigFromJSON(
|
|
|
23074
25355
|
);
|
|
23075
25356
|
}
|
|
23076
25357
|
|
|
25358
|
+
/** @internal */
|
|
25359
|
+
export const ReleaseInfoTypeStringList$inboundSchema: z.ZodEnum<
|
|
25360
|
+
typeof ReleaseInfoTypeStringList
|
|
25361
|
+
> = z.enum(ReleaseInfoTypeStringList);
|
|
25362
|
+
|
|
25363
|
+
/** @internal */
|
|
25364
|
+
export const DefaultReleaseInfoStringList$inboundSchema: z.ZodType<
|
|
25365
|
+
DefaultReleaseInfoStringList,
|
|
25366
|
+
unknown
|
|
25367
|
+
> = z.object({
|
|
25368
|
+
type: ReleaseInfoTypeStringList$inboundSchema,
|
|
25369
|
+
value: z.array(z.string()),
|
|
25370
|
+
});
|
|
25371
|
+
|
|
25372
|
+
export function defaultReleaseInfoStringListFromJSON(
|
|
25373
|
+
jsonString: string,
|
|
25374
|
+
): SafeParseResult<DefaultReleaseInfoStringList, SDKValidationError> {
|
|
25375
|
+
return safeParse(
|
|
25376
|
+
jsonString,
|
|
25377
|
+
(x) => DefaultReleaseInfoStringList$inboundSchema.parse(JSON.parse(x)),
|
|
25378
|
+
`Failed to parse 'DefaultReleaseInfoStringList' from JSON`,
|
|
25379
|
+
);
|
|
25380
|
+
}
|
|
25381
|
+
|
|
25382
|
+
/** @internal */
|
|
25383
|
+
export const ReleaseInfoTypeBoolean$inboundSchema: z.ZodEnum<
|
|
25384
|
+
typeof ReleaseInfoTypeBoolean
|
|
25385
|
+
> = z.enum(ReleaseInfoTypeBoolean);
|
|
25386
|
+
|
|
25387
|
+
/** @internal */
|
|
25388
|
+
export const DefaultReleaseInfoBoolean$inboundSchema: z.ZodType<
|
|
25389
|
+
DefaultReleaseInfoBoolean,
|
|
25390
|
+
unknown
|
|
25391
|
+
> = z.object({
|
|
25392
|
+
type: ReleaseInfoTypeBoolean$inboundSchema,
|
|
25393
|
+
value: z.boolean(),
|
|
25394
|
+
});
|
|
25395
|
+
|
|
25396
|
+
export function defaultReleaseInfoBooleanFromJSON(
|
|
25397
|
+
jsonString: string,
|
|
25398
|
+
): SafeParseResult<DefaultReleaseInfoBoolean, SDKValidationError> {
|
|
25399
|
+
return safeParse(
|
|
25400
|
+
jsonString,
|
|
25401
|
+
(x) => DefaultReleaseInfoBoolean$inboundSchema.parse(JSON.parse(x)),
|
|
25402
|
+
`Failed to parse 'DefaultReleaseInfoBoolean' from JSON`,
|
|
25403
|
+
);
|
|
25404
|
+
}
|
|
25405
|
+
|
|
25406
|
+
/** @internal */
|
|
25407
|
+
export const ReleaseInfoTypeNumber$inboundSchema: z.ZodEnum<
|
|
25408
|
+
typeof ReleaseInfoTypeNumber
|
|
25409
|
+
> = z.enum(ReleaseInfoTypeNumber);
|
|
25410
|
+
|
|
25411
|
+
/** @internal */
|
|
25412
|
+
export const DefaultReleaseInfoNumber$inboundSchema: z.ZodType<
|
|
25413
|
+
DefaultReleaseInfoNumber,
|
|
25414
|
+
unknown
|
|
25415
|
+
> = z.object({
|
|
25416
|
+
type: ReleaseInfoTypeNumber$inboundSchema,
|
|
25417
|
+
value: z.string(),
|
|
25418
|
+
});
|
|
25419
|
+
|
|
25420
|
+
export function defaultReleaseInfoNumberFromJSON(
|
|
25421
|
+
jsonString: string,
|
|
25422
|
+
): SafeParseResult<DefaultReleaseInfoNumber, SDKValidationError> {
|
|
25423
|
+
return safeParse(
|
|
25424
|
+
jsonString,
|
|
25425
|
+
(x) => DefaultReleaseInfoNumber$inboundSchema.parse(JSON.parse(x)),
|
|
25426
|
+
`Failed to parse 'DefaultReleaseInfoNumber' from JSON`,
|
|
25427
|
+
);
|
|
25428
|
+
}
|
|
25429
|
+
|
|
25430
|
+
/** @internal */
|
|
25431
|
+
export const ReleaseInfoTypeString$inboundSchema: z.ZodEnum<
|
|
25432
|
+
typeof ReleaseInfoTypeString
|
|
25433
|
+
> = z.enum(ReleaseInfoTypeString);
|
|
25434
|
+
|
|
25435
|
+
/** @internal */
|
|
25436
|
+
export const DefaultReleaseInfoString$inboundSchema: z.ZodType<
|
|
25437
|
+
DefaultReleaseInfoString,
|
|
25438
|
+
unknown
|
|
25439
|
+
> = z.object({
|
|
25440
|
+
type: ReleaseInfoTypeString$inboundSchema,
|
|
25441
|
+
value: z.string(),
|
|
25442
|
+
});
|
|
25443
|
+
|
|
25444
|
+
export function defaultReleaseInfoStringFromJSON(
|
|
25445
|
+
jsonString: string,
|
|
25446
|
+
): SafeParseResult<DefaultReleaseInfoString, SDKValidationError> {
|
|
25447
|
+
return safeParse(
|
|
25448
|
+
jsonString,
|
|
25449
|
+
(x) => DefaultReleaseInfoString$inboundSchema.parse(JSON.parse(x)),
|
|
25450
|
+
`Failed to parse 'DefaultReleaseInfoString' from JSON`,
|
|
25451
|
+
);
|
|
25452
|
+
}
|
|
25453
|
+
|
|
25454
|
+
/** @internal */
|
|
25455
|
+
export const ReleaseInfoDefaultUnion$inboundSchema: z.ZodType<
|
|
25456
|
+
ReleaseInfoDefaultUnion,
|
|
25457
|
+
unknown
|
|
25458
|
+
> = z.union([
|
|
25459
|
+
z.lazy(() => DefaultReleaseInfoString$inboundSchema),
|
|
25460
|
+
z.lazy(() => DefaultReleaseInfoNumber$inboundSchema),
|
|
25461
|
+
z.lazy(() => DefaultReleaseInfoBoolean$inboundSchema),
|
|
25462
|
+
z.lazy(() => DefaultReleaseInfoStringList$inboundSchema),
|
|
25463
|
+
z.any(),
|
|
25464
|
+
]);
|
|
25465
|
+
|
|
25466
|
+
export function releaseInfoDefaultUnionFromJSON(
|
|
25467
|
+
jsonString: string,
|
|
25468
|
+
): SafeParseResult<ReleaseInfoDefaultUnion, SDKValidationError> {
|
|
25469
|
+
return safeParse(
|
|
25470
|
+
jsonString,
|
|
25471
|
+
(x) => ReleaseInfoDefaultUnion$inboundSchema.parse(JSON.parse(x)),
|
|
25472
|
+
`Failed to parse 'ReleaseInfoDefaultUnion' from JSON`,
|
|
25473
|
+
);
|
|
25474
|
+
}
|
|
25475
|
+
|
|
25476
|
+
/** @internal */
|
|
25477
|
+
export const TypeReleaseInfoEnvEnum$inboundSchema: z.ZodEnum<
|
|
25478
|
+
typeof TypeReleaseInfoEnvEnum
|
|
25479
|
+
> = z.enum(TypeReleaseInfoEnvEnum);
|
|
25480
|
+
|
|
25481
|
+
/** @internal */
|
|
25482
|
+
export const ReleaseInfoTypeUnion$inboundSchema: z.ZodType<
|
|
25483
|
+
ReleaseInfoTypeUnion,
|
|
25484
|
+
unknown
|
|
25485
|
+
> = z.union([TypeReleaseInfoEnvEnum$inboundSchema, z.any()]);
|
|
25486
|
+
|
|
25487
|
+
export function releaseInfoTypeUnionFromJSON(
|
|
25488
|
+
jsonString: string,
|
|
25489
|
+
): SafeParseResult<ReleaseInfoTypeUnion, SDKValidationError> {
|
|
25490
|
+
return safeParse(
|
|
25491
|
+
jsonString,
|
|
25492
|
+
(x) => ReleaseInfoTypeUnion$inboundSchema.parse(JSON.parse(x)),
|
|
25493
|
+
`Failed to parse 'ReleaseInfoTypeUnion' from JSON`,
|
|
25494
|
+
);
|
|
25495
|
+
}
|
|
25496
|
+
|
|
25497
|
+
/** @internal */
|
|
25498
|
+
export const ReleaseInfoEnv$inboundSchema: z.ZodType<ReleaseInfoEnv, unknown> =
|
|
25499
|
+
z.object({
|
|
25500
|
+
name: z.string(),
|
|
25501
|
+
targetResources: z.nullable(z.array(z.string())).optional(),
|
|
25502
|
+
type: z.nullable(z.union([TypeReleaseInfoEnvEnum$inboundSchema, z.any()]))
|
|
25503
|
+
.optional(),
|
|
25504
|
+
});
|
|
25505
|
+
|
|
25506
|
+
export function releaseInfoEnvFromJSON(
|
|
25507
|
+
jsonString: string,
|
|
25508
|
+
): SafeParseResult<ReleaseInfoEnv, SDKValidationError> {
|
|
25509
|
+
return safeParse(
|
|
25510
|
+
jsonString,
|
|
25511
|
+
(x) => ReleaseInfoEnv$inboundSchema.parse(JSON.parse(x)),
|
|
25512
|
+
`Failed to parse 'ReleaseInfoEnv' from JSON`,
|
|
25513
|
+
);
|
|
25514
|
+
}
|
|
25515
|
+
|
|
25516
|
+
/** @internal */
|
|
25517
|
+
export const ReleaseInfoKind$inboundSchema: z.ZodEnum<typeof ReleaseInfoKind> =
|
|
25518
|
+
z.enum(ReleaseInfoKind);
|
|
25519
|
+
|
|
25520
|
+
/** @internal */
|
|
25521
|
+
export const ReleaseInfoPlatform$inboundSchema: z.ZodEnum<
|
|
25522
|
+
typeof ReleaseInfoPlatform
|
|
25523
|
+
> = z.enum(ReleaseInfoPlatform);
|
|
25524
|
+
|
|
25525
|
+
/** @internal */
|
|
25526
|
+
export const ReleaseInfoProvidedBy$inboundSchema: z.ZodEnum<
|
|
25527
|
+
typeof ReleaseInfoProvidedBy
|
|
25528
|
+
> = z.enum(ReleaseInfoProvidedBy);
|
|
25529
|
+
|
|
25530
|
+
/** @internal */
|
|
25531
|
+
export const ValidationReleaseInfo$inboundSchema: z.ZodType<
|
|
25532
|
+
ValidationReleaseInfo,
|
|
25533
|
+
unknown
|
|
25534
|
+
> = z.object({
|
|
25535
|
+
format: z.nullable(z.string()).optional(),
|
|
25536
|
+
max: z.nullable(z.string()).optional(),
|
|
25537
|
+
maxItems: z.nullable(z.int()).optional(),
|
|
25538
|
+
maxLength: z.nullable(z.int()).optional(),
|
|
25539
|
+
min: z.nullable(z.string()).optional(),
|
|
25540
|
+
minItems: z.nullable(z.int()).optional(),
|
|
25541
|
+
minLength: z.nullable(z.int()).optional(),
|
|
25542
|
+
pattern: z.nullable(z.string()).optional(),
|
|
25543
|
+
values: z.nullable(z.array(z.string())).optional(),
|
|
25544
|
+
});
|
|
25545
|
+
|
|
25546
|
+
export function validationReleaseInfoFromJSON(
|
|
25547
|
+
jsonString: string,
|
|
25548
|
+
): SafeParseResult<ValidationReleaseInfo, SDKValidationError> {
|
|
25549
|
+
return safeParse(
|
|
25550
|
+
jsonString,
|
|
25551
|
+
(x) => ValidationReleaseInfo$inboundSchema.parse(JSON.parse(x)),
|
|
25552
|
+
`Failed to parse 'ValidationReleaseInfo' from JSON`,
|
|
25553
|
+
);
|
|
25554
|
+
}
|
|
25555
|
+
|
|
25556
|
+
/** @internal */
|
|
25557
|
+
export const ReleaseInfoValidationUnion$inboundSchema: z.ZodType<
|
|
25558
|
+
ReleaseInfoValidationUnion,
|
|
25559
|
+
unknown
|
|
25560
|
+
> = z.union([z.lazy(() => ValidationReleaseInfo$inboundSchema), z.any()]);
|
|
25561
|
+
|
|
25562
|
+
export function releaseInfoValidationUnionFromJSON(
|
|
25563
|
+
jsonString: string,
|
|
25564
|
+
): SafeParseResult<ReleaseInfoValidationUnion, SDKValidationError> {
|
|
25565
|
+
return safeParse(
|
|
25566
|
+
jsonString,
|
|
25567
|
+
(x) => ReleaseInfoValidationUnion$inboundSchema.parse(JSON.parse(x)),
|
|
25568
|
+
`Failed to parse 'ReleaseInfoValidationUnion' from JSON`,
|
|
25569
|
+
);
|
|
25570
|
+
}
|
|
25571
|
+
|
|
25572
|
+
/** @internal */
|
|
25573
|
+
export const ReleaseInfoInput$inboundSchema: z.ZodType<
|
|
25574
|
+
ReleaseInfoInput,
|
|
25575
|
+
unknown
|
|
25576
|
+
> = z.object({
|
|
25577
|
+
default: z.nullable(
|
|
25578
|
+
z.union([
|
|
25579
|
+
z.lazy(() => DefaultReleaseInfoString$inboundSchema),
|
|
25580
|
+
z.lazy(() => DefaultReleaseInfoNumber$inboundSchema),
|
|
25581
|
+
z.lazy(() => DefaultReleaseInfoBoolean$inboundSchema),
|
|
25582
|
+
z.lazy(() => DefaultReleaseInfoStringList$inboundSchema),
|
|
25583
|
+
z.any(),
|
|
25584
|
+
]),
|
|
25585
|
+
).optional(),
|
|
25586
|
+
description: z.string(),
|
|
25587
|
+
env: z.array(z.lazy(() => ReleaseInfoEnv$inboundSchema)).optional(),
|
|
25588
|
+
id: z.string(),
|
|
25589
|
+
kind: ReleaseInfoKind$inboundSchema,
|
|
25590
|
+
label: z.string(),
|
|
25591
|
+
placeholder: z.nullable(z.string()).optional(),
|
|
25592
|
+
platforms: z.nullable(z.array(ReleaseInfoPlatform$inboundSchema)).optional(),
|
|
25593
|
+
providedBy: z.array(ReleaseInfoProvidedBy$inboundSchema),
|
|
25594
|
+
required: z.boolean(),
|
|
25595
|
+
validation: z.nullable(
|
|
25596
|
+
z.union([z.lazy(() => ValidationReleaseInfo$inboundSchema), z.any()]),
|
|
25597
|
+
).optional(),
|
|
25598
|
+
});
|
|
25599
|
+
|
|
25600
|
+
export function releaseInfoInputFromJSON(
|
|
25601
|
+
jsonString: string,
|
|
25602
|
+
): SafeParseResult<ReleaseInfoInput, SDKValidationError> {
|
|
25603
|
+
return safeParse(
|
|
25604
|
+
jsonString,
|
|
25605
|
+
(x) => ReleaseInfoInput$inboundSchema.parse(JSON.parse(x)),
|
|
25606
|
+
`Failed to parse 'ReleaseInfoInput' from JSON`,
|
|
25607
|
+
);
|
|
25608
|
+
}
|
|
25609
|
+
|
|
23077
25610
|
/** @internal */
|
|
23078
25611
|
export const ManagementReleaseInfoEnum$inboundSchema: z.ZodEnum<
|
|
23079
25612
|
typeof ManagementReleaseInfoEnum
|
|
@@ -24625,6 +27158,7 @@ export const ReleaseInfoStack$inboundSchema: z.ZodType<
|
|
|
24625
27158
|
unknown
|
|
24626
27159
|
> = z.object({
|
|
24627
27160
|
id: z.string(),
|
|
27161
|
+
inputs: z.array(z.lazy(() => ReleaseInfoInput$inboundSchema)).optional(),
|
|
24628
27162
|
permissions: z.lazy(() => ReleaseInfoPermissions$inboundSchema).optional(),
|
|
24629
27163
|
resources: z.record(
|
|
24630
27164
|
z.string(),
|