@alienplatform/platform-api 1.5.1 → 1.7.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/README.md +12 -8
- package/esm/funcs/billingGetEntitlements.d.ts +16 -0
- package/esm/funcs/billingGetEntitlements.d.ts.map +1 -0
- package/esm/funcs/{billingGetPlan.js → billingGetEntitlements.js} +14 -8
- package/esm/funcs/billingGetEntitlements.js.map +1 -0
- package/esm/funcs/deploymentsCreateSetupRegistrationOperation.d.ts +16 -0
- package/esm/funcs/deploymentsCreateSetupRegistrationOperation.d.ts.map +1 -0
- package/esm/funcs/{deploymentsAcceptCloudFormationCallback.js → deploymentsCreateSetupRegistrationOperation.js} +10 -11
- package/esm/funcs/deploymentsCreateSetupRegistrationOperation.js.map +1 -0
- package/esm/funcs/deploymentsDelete.d.ts +3 -2
- package/esm/funcs/deploymentsDelete.d.ts.map +1 -1
- package/esm/funcs/deploymentsDelete.js +10 -8
- package/esm/funcs/deploymentsDelete.js.map +1 -1
- package/esm/funcs/{billingGetPlan.d.ts → deploymentsGetSetupRegistrationOperation.d.ts} +5 -3
- package/esm/funcs/deploymentsGetSetupRegistrationOperation.d.ts.map +1 -0
- package/esm/funcs/deploymentsGetSetupRegistrationOperation.js +89 -0
- package/esm/funcs/deploymentsGetSetupRegistrationOperation.js.map +1 -0
- package/esm/funcs/domainsCreate.d.ts +1 -1
- package/esm/funcs/domainsCreate.js +3 -3
- package/esm/funcs/domainsCreate.js.map +1 -1
- package/esm/funcs/{deploymentsAcceptCloudFormationCallback.d.ts → domainsCreateEndpoint.d.ts} +4 -3
- package/esm/funcs/domainsCreateEndpoint.d.ts.map +1 -0
- package/esm/funcs/domainsCreateEndpoint.js +90 -0
- package/esm/funcs/domainsCreateEndpoint.js.map +1 -0
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/models/billingfeatureflags.d.ts +14 -0
- package/esm/models/billingfeatureflags.d.ts.map +1 -0
- package/esm/models/billingfeatureflags.js +25 -0
- package/esm/models/billingfeatureflags.js.map +1 -0
- package/esm/models/billinglimits.d.ts +15 -0
- package/esm/models/billinglimits.d.ts.map +1 -0
- package/esm/models/billinglimits.js +19 -0
- package/esm/models/billinglimits.js.map +1 -0
- package/esm/models/billingplanstatus.d.ts +13 -0
- package/esm/models/billingplanstatus.d.ts.map +1 -0
- package/esm/models/billingplanstatus.js +14 -0
- package/esm/models/billingplanstatus.js.map +1 -0
- package/esm/models/createsetupregistrationoperationrequest.d.ts +1633 -0
- package/esm/models/createsetupregistrationoperationrequest.d.ts.map +1 -0
- package/esm/models/createsetupregistrationoperationrequest.js +1015 -0
- package/esm/models/createsetupregistrationoperationrequest.js.map +1 -0
- package/esm/models/deletedeploymentrequest.d.ts +21 -0
- package/esm/models/deletedeploymentrequest.d.ts.map +1 -0
- package/esm/models/deletedeploymentrequest.js +19 -0
- package/esm/models/deletedeploymentrequest.js.map +1 -0
- package/esm/models/deletedeploymentresponse.d.ts +20 -0
- package/esm/models/deletedeploymentresponse.d.ts.map +1 -0
- package/esm/models/deletedeploymentresponse.js +21 -0
- package/esm/models/deletedeploymentresponse.js.map +1 -0
- package/esm/models/deployment.d.ts +53 -64
- package/esm/models/deployment.d.ts.map +1 -1
- package/esm/models/deployment.js +32 -44
- package/esm/models/deployment.js.map +1 -1
- package/esm/models/deploymentconnectioninfo.d.ts +3 -0
- package/esm/models/deploymentconnectioninfo.d.ts.map +1 -1
- package/esm/models/deploymentconnectioninfo.js +3 -0
- package/esm/models/deploymentconnectioninfo.js.map +1 -1
- package/esm/models/deploymentdetailresponse.d.ts +53 -64
- package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
- package/esm/models/deploymentdetailresponse.js +34 -47
- package/esm/models/deploymentdetailresponse.js.map +1 -1
- package/esm/models/deploymentinfo.d.ts +4 -0
- package/esm/models/deploymentinfo.d.ts.map +1 -1
- package/esm/models/deploymentinfo.js +1 -0
- package/esm/models/deploymentinfo.js.map +1 -1
- package/esm/models/deploymentlistitemresponse.d.ts +30 -0
- package/esm/models/deploymentlistitemresponse.d.ts.map +1 -1
- package/esm/models/deploymentlistitemresponse.js +20 -0
- package/esm/models/deploymentlistitemresponse.js.map +1 -1
- package/esm/models/deploymentportaldomainresponse.d.ts +3 -4
- package/esm/models/deploymentportaldomainresponse.d.ts.map +1 -1
- package/esm/models/deploymentportaldomainresponse.js +3 -4
- package/esm/models/deploymentportaldomainresponse.js.map +1 -1
- package/esm/models/deploymentrole.d.ts +1 -0
- package/esm/models/deploymentrole.d.ts.map +1 -1
- package/esm/models/deploymentrole.js +1 -0
- package/esm/models/deploymentrole.js.map +1 -1
- package/esm/models/{managerdomainbinding.d.ts → domainendpoint.d.ts} +19 -12
- package/esm/models/domainendpoint.d.ts.map +1 -0
- package/esm/models/{managerdomainbinding.js → domainendpoint.js} +17 -11
- package/esm/models/domainendpoint.js.map +1 -0
- package/esm/models/domainendpointkind.d.ts +12 -0
- package/esm/models/domainendpointkind.d.ts.map +1 -0
- package/esm/models/domainendpointkind.js +13 -0
- package/esm/models/domainendpointkind.js.map +1 -0
- package/esm/models/domainendpointowner.d.ts +12 -0
- package/esm/models/domainendpointowner.d.ts.map +1 -0
- package/esm/models/domainendpointowner.js +15 -0
- package/esm/models/domainendpointowner.js.map +1 -0
- package/esm/models/domainendpointownertype.d.ts +11 -0
- package/esm/models/domainendpointownertype.d.ts.map +1 -0
- package/esm/models/domainendpointownertype.js +12 -0
- package/esm/models/domainendpointownertype.js.map +1 -0
- package/esm/models/domainendpointstatus.d.ts +15 -0
- package/esm/models/domainendpointstatus.d.ts.map +1 -0
- package/esm/models/domainendpointstatus.js +16 -0
- package/esm/models/domainendpointstatus.js.map +1 -0
- package/esm/models/domainwithusage.d.ts +8 -6
- package/esm/models/domainwithusage.d.ts.map +1 -1
- package/esm/models/domainwithusage.js +9 -6
- package/esm/models/domainwithusage.js.map +1 -1
- package/esm/models/event.d.ts +11 -6
- package/esm/models/event.d.ts.map +1 -1
- package/esm/models/event.js +5 -2
- package/esm/models/event.js.map +1 -1
- package/esm/models/importsource.d.ts +8 -18
- package/esm/models/importsource.d.ts.map +1 -1
- package/esm/models/importsource.js +3 -14
- package/esm/models/importsource.js.map +1 -1
- package/esm/models/importsourcekind.d.ts +2 -0
- package/esm/models/importsourcekind.d.ts.map +1 -1
- package/esm/models/importsourcekind.js +3 -1
- package/esm/models/importsourcekind.js.map +1 -1
- package/esm/models/index.d.ts +18 -5
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +18 -5
- package/esm/models/index.js.map +1 -1
- package/esm/models/kubernetesbaseplatform.d.ts +17 -0
- package/esm/models/kubernetesbaseplatform.d.ts.map +1 -0
- package/esm/models/kubernetesbaseplatform.js +15 -0
- package/esm/models/kubernetesbaseplatform.js.map +1 -0
- package/esm/models/managerdeployment.d.ts +3 -0
- package/esm/models/managerdeployment.d.ts.map +1 -1
- package/esm/models/managerdeployment.js +3 -0
- package/esm/models/managerdeployment.js.map +1 -1
- package/esm/models/managerdomainbindingresponse.d.ts +2 -2
- package/esm/models/managerdomainbindingresponse.d.ts.map +1 -1
- package/esm/models/managerdomainbindingresponse.js +2 -2
- package/esm/models/managerdomainbindingresponse.js.map +1 -1
- package/esm/models/newdeploymentrequest.d.ts +9 -0
- package/esm/models/newdeploymentrequest.d.ts.map +1 -1
- package/esm/models/newdeploymentrequest.js +3 -0
- package/esm/models/newdeploymentrequest.js.map +1 -1
- package/esm/models/operations/createdomain.d.ts +21 -0
- package/esm/models/operations/createdomain.d.ts.map +1 -1
- package/esm/models/operations/createdomain.js +11 -0
- package/esm/models/operations/createdomain.js.map +1 -1
- package/esm/models/operations/createdomainendpoint.d.ts +64 -0
- package/esm/models/operations/createdomainendpoint.d.ts.map +1 -0
- package/esm/models/operations/createdomainendpoint.js +51 -0
- package/esm/models/operations/createdomainendpoint.js.map +1 -0
- package/esm/models/operations/createsetupregistrationoperation.d.ts +18 -0
- package/esm/models/operations/createsetupregistrationoperation.d.ts.map +1 -0
- package/esm/models/operations/createsetupregistrationoperation.js +20 -0
- package/esm/models/operations/createsetupregistrationoperation.js.map +1 -0
- package/esm/models/operations/deletedeployment.d.ts +3 -32
- package/esm/models/operations/deletedeployment.d.ts.map +1 -1
- package/esm/models/operations/deletedeployment.js +8 -19
- package/esm/models/operations/deletedeployment.js.map +1 -1
- package/esm/models/operations/getdeploymentstats.d.ts +3 -0
- package/esm/models/operations/getdeploymentstats.d.ts.map +1 -1
- package/esm/models/operations/getdeploymentstats.js +3 -0
- package/esm/models/operations/getdeploymentstats.js.map +1 -1
- package/esm/models/operations/getsetupregistrationoperation.d.ts +20 -0
- package/esm/models/operations/getsetupregistrationoperation.d.ts.map +1 -0
- package/esm/models/operations/getsetupregistrationoperation.js +13 -0
- package/esm/models/operations/getsetupregistrationoperation.js.map +1 -0
- package/esm/models/operations/getworkspacebillingentitlements.d.ts +15 -0
- package/esm/models/operations/getworkspacebillingentitlements.d.ts.map +1 -0
- package/esm/models/operations/getworkspacebillingentitlements.js +12 -0
- package/esm/models/operations/getworkspacebillingentitlements.js.map +1 -0
- package/esm/models/operations/index.d.ts +4 -2
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +4 -2
- package/esm/models/operations/index.js.map +1 -1
- package/esm/models/operations/listdeployments.d.ts +3 -0
- package/esm/models/operations/listdeployments.d.ts.map +1 -1
- package/esm/models/operations/listdeployments.js +3 -0
- package/esm/models/operations/listdeployments.js.map +1 -1
- package/esm/models/package.d.ts +4 -0
- package/esm/models/package.d.ts.map +1 -1
- package/esm/models/package.js +1 -0
- package/esm/models/package.js.map +1 -1
- package/esm/models/persistimporteddeploymentrequest.d.ts +11 -88
- package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -1
- package/esm/models/persistimporteddeploymentrequest.js +6 -73
- package/esm/models/persistimporteddeploymentrequest.js.map +1 -1
- package/esm/models/setupregistrationaction.d.ts +13 -0
- package/esm/models/setupregistrationaction.d.ts.map +1 -0
- package/esm/models/setupregistrationaction.js +14 -0
- package/esm/models/setupregistrationaction.js.map +1 -0
- package/esm/models/setupregistrationcloudformationtarget.d.ts +22 -0
- package/esm/models/setupregistrationcloudformationtarget.d.ts.map +1 -0
- package/esm/models/setupregistrationcloudformationtarget.js +17 -0
- package/esm/models/setupregistrationcloudformationtarget.js.map +1 -0
- package/esm/models/setupregistrationoperationresponse.d.ts +34 -0
- package/esm/models/setupregistrationoperationresponse.d.ts.map +1 -0
- package/esm/models/setupregistrationoperationresponse.js +32 -0
- package/esm/models/setupregistrationoperationresponse.js.map +1 -0
- package/esm/models/setupregistrationoperationresult.d.ts +15 -0
- package/esm/models/setupregistrationoperationresult.d.ts.map +1 -0
- package/esm/models/setupregistrationoperationresult.js +15 -0
- package/esm/models/setupregistrationoperationresult.js.map +1 -0
- package/esm/models/setupregistrationoperationstatus.d.ts +15 -0
- package/esm/models/setupregistrationoperationstatus.d.ts.map +1 -0
- package/esm/models/setupregistrationoperationstatus.js +16 -0
- package/esm/models/setupregistrationoperationstatus.js.map +1 -0
- package/esm/models/syncacquirerequest.d.ts +25 -0
- package/esm/models/syncacquirerequest.d.ts.map +1 -1
- package/esm/models/syncacquirerequest.js +16 -0
- package/esm/models/syncacquirerequest.js.map +1 -1
- package/esm/models/syncacquireresponse.d.ts +197 -90
- package/esm/models/syncacquireresponse.d.ts.map +1 -1
- package/esm/models/syncacquireresponse.js +76 -52
- package/esm/models/syncacquireresponse.js.map +1 -1
- package/esm/models/synclistrequest.d.ts +3 -0
- package/esm/models/synclistrequest.d.ts.map +1 -1
- package/esm/models/synclistrequest.js +3 -0
- package/esm/models/synclistrequest.js.map +1 -1
- package/esm/models/synclistresponse.d.ts +53 -64
- package/esm/models/synclistresponse.d.ts.map +1 -1
- package/esm/models/synclistresponse.js +33 -44
- package/esm/models/synclistresponse.js.map +1 -1
- package/esm/models/syncreconcilerequest.d.ts +118 -173
- package/esm/models/syncreconcilerequest.d.ts.map +1 -1
- package/esm/models/syncreconcilerequest.js +30 -72
- package/esm/models/syncreconcilerequest.js.map +1 -1
- package/esm/models/syncreconcileresponse.d.ts +197 -90
- package/esm/models/syncreconcileresponse.d.ts.map +1 -1
- package/esm/models/syncreconcileresponse.js +76 -55
- package/esm/models/syncreconcileresponse.js.map +1 -1
- package/esm/models/updateproject.d.ts +0 -5
- package/esm/models/updateproject.d.ts.map +1 -1
- package/esm/models/updateproject.js +0 -1
- package/esm/models/updateproject.js.map +1 -1
- package/esm/models/workspacebillingentitlements.d.ts +19 -0
- package/esm/models/workspacebillingentitlements.d.ts.map +1 -0
- package/esm/models/workspacebillingentitlements.js +22 -0
- package/esm/models/workspacebillingentitlements.js.map +1 -0
- package/esm/sdk/billing.d.ts +3 -2
- package/esm/sdk/billing.d.ts.map +1 -1
- package/esm/sdk/billing.js +4 -4
- package/esm/sdk/billing.js.map +1 -1
- package/esm/sdk/deployments.d.ts +10 -6
- package/esm/sdk/deployments.d.ts.map +1 -1
- package/esm/sdk/deployments.js +17 -10
- package/esm/sdk/deployments.js.map +1 -1
- package/esm/sdk/domains.d.ts +5 -1
- package/esm/sdk/domains.d.ts.map +1 -1
- package/esm/sdk/domains.js +8 -1
- package/esm/sdk/domains.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +2 -2
- package/src/funcs/{billingGetPlan.ts → billingGetEntitlements.ts} +24 -13
- package/src/funcs/{deploymentsAcceptCloudFormationCallback.ts → deploymentsCreateSetupRegistrationOperation.ts} +18 -15
- package/src/funcs/deploymentsDelete.ts +13 -11
- package/src/funcs/deploymentsGetSetupRegistrationOperation.ts +184 -0
- package/src/funcs/domainsCreate.ts +3 -3
- package/src/funcs/domainsCreateEndpoint.ts +181 -0
- package/src/lib/config.ts +2 -2
- package/src/models/billingfeatureflags.ts +46 -0
- package/src/models/billinglimits.ts +38 -0
- package/src/models/billingplanstatus.ts +20 -0
- package/src/models/createsetupregistrationoperationrequest.ts +4032 -0
- package/src/models/deletedeploymentrequest.ts +45 -0
- package/src/models/deletedeploymentresponse.ts +47 -0
- package/src/models/deployment.ts +64 -116
- package/src/models/deploymentconnectioninfo.ts +3 -0
- package/src/models/deploymentdetailresponse.ts +70 -138
- package/src/models/deploymentinfo.ts +5 -0
- package/src/models/deploymentlistitemresponse.ts +38 -0
- package/src/models/deploymentportaldomainresponse.ts +7 -8
- package/src/models/deploymentrole.ts +1 -0
- package/src/models/{packagedomain.ts → domainendpoint.ts} +40 -35
- package/src/models/domainendpointkind.ts +19 -0
- package/src/models/domainendpointowner.ts +36 -0
- package/src/models/domainendpointownertype.ts +20 -0
- package/src/models/domainendpointstatus.ts +22 -0
- package/src/models/domainwithusage.ts +22 -20
- package/src/models/event.ts +11 -6
- package/src/models/importsource.ts +9 -25
- package/src/models/importsourcekind.ts +5 -1
- package/src/models/index.ts +18 -5
- package/src/models/kubernetesbaseplatform.ts +24 -0
- package/src/models/managerdeployment.ts +3 -0
- package/src/models/managerdomainbindingresponse.ts +6 -6
- package/src/models/newdeploymentrequest.ts +10 -0
- package/src/models/operations/createdomain.ts +33 -0
- package/src/models/operations/createdomainendpoint.ts +131 -0
- package/src/models/operations/createsetupregistrationoperation.ts +51 -0
- package/src/models/operations/deletedeployment.ts +10 -55
- package/src/models/operations/getdeploymentstats.ts +3 -0
- package/src/models/operations/getsetupregistrationoperation.ts +41 -0
- package/src/models/operations/getworkspacebillingentitlements.ts +36 -0
- package/src/models/operations/index.ts +4 -2
- package/src/models/operations/listdeployments.ts +3 -0
- package/src/models/package.ts +5 -0
- package/src/models/persistimporteddeploymentrequest.ts +12 -177
- package/src/models/setupregistrationaction.ts +24 -0
- package/src/models/setupregistrationcloudformationtarget.ts +47 -0
- package/src/models/setupregistrationoperationresponse.ts +99 -0
- package/src/models/setupregistrationoperationresult.ts +37 -0
- package/src/models/setupregistrationoperationstatus.ts +24 -0
- package/src/models/syncacquirerequest.ts +34 -0
- package/src/models/syncacquireresponse.ts +288 -151
- package/src/models/synclistrequest.ts +3 -0
- package/src/models/synclistresponse.ts +69 -124
- package/src/models/syncreconcilerequest.ts +164 -265
- package/src/models/syncreconcileresponse.ts +289 -155
- package/src/models/updateproject.ts +0 -6
- package/src/models/workspacebillingentitlements.ts +52 -0
- package/src/sdk/billing.ts +7 -6
- package/src/sdk/deployments.ts +35 -20
- package/src/sdk/domains.ts +16 -1
- package/esm/funcs/billingGetPlan.d.ts.map +0 -1
- package/esm/funcs/billingGetPlan.js.map +0 -1
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.d.ts.map +0 -1
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.js.map +0 -1
- package/esm/models/cloudformationcallbackrequest.d.ts +0 -1650
- package/esm/models/cloudformationcallbackrequest.d.ts.map +0 -1
- package/esm/models/cloudformationcallbackrequest.js +0 -1002
- package/esm/models/cloudformationcallbackrequest.js.map +0 -1
- package/esm/models/deploymentportaldomain.d.ts +0 -156
- package/esm/models/deploymentportaldomain.d.ts.map +0 -1
- package/esm/models/deploymentportaldomain.js +0 -58
- package/esm/models/deploymentportaldomain.js.map +0 -1
- package/esm/models/managerdomainbinding.d.ts.map +0 -1
- package/esm/models/managerdomainbinding.js.map +0 -1
- package/esm/models/managerdomainbindingstatus.d.ts +0 -15
- package/esm/models/managerdomainbindingstatus.d.ts.map +0 -1
- package/esm/models/managerdomainbindingstatus.js +0 -16
- package/esm/models/managerdomainbindingstatus.js.map +0 -1
- package/esm/models/operations/acceptcloudformationcallback.d.ts +0 -31
- package/esm/models/operations/acceptcloudformationcallback.d.ts.map +0 -1
- package/esm/models/operations/acceptcloudformationcallback.js +0 -30
- package/esm/models/operations/acceptcloudformationcallback.js.map +0 -1
- package/esm/models/operations/getworkspaceplan.d.ts +0 -27
- package/esm/models/operations/getworkspaceplan.d.ts.map +0 -1
- package/esm/models/operations/getworkspaceplan.js +0 -21
- package/esm/models/operations/getworkspaceplan.js.map +0 -1
- package/esm/models/packagedomain.d.ts +0 -143
- package/esm/models/packagedomain.d.ts.map +0 -1
- package/esm/models/packagedomain.js +0 -52
- package/esm/models/packagedomain.js.map +0 -1
- package/src/models/cloudformationcallbackrequest.ts +0 -3915
- package/src/models/deploymentportaldomain.ts +0 -226
- package/src/models/managerdomainbinding.ts +0 -200
- package/src/models/managerdomainbindingstatus.ts +0 -24
- package/src/models/operations/acceptcloudformationcallback.ts +0 -82
- package/src/models/operations/getworkspaceplan.ts +0 -62
|
@@ -1234,6 +1234,92 @@ export type SyncReconcileRequestEnvironmentInfoAws = {
|
|
|
1234
1234
|
platform: SyncReconcileRequestPlatformAws;
|
|
1235
1235
|
};
|
|
1236
1236
|
export type SyncReconcileRequestEnvironmentInfoUnion = SyncReconcileRequestEnvironmentInfoGcp | SyncReconcileRequestEnvironmentInfoAzure | SyncReconcileRequestEnvironmentInfoLocal | SyncReconcileRequestEnvironmentInfoAws | SyncReconcileRequestEnvironmentInfoTest | any;
|
|
1237
|
+
/**
|
|
1238
|
+
* Canonical error container that provides a structured way to represent errors
|
|
1239
|
+
*
|
|
1240
|
+
* @remarks
|
|
1241
|
+
* with rich metadata including error codes, human-readable messages, context,
|
|
1242
|
+
* and chaining capabilities for error propagation.
|
|
1243
|
+
*
|
|
1244
|
+
* This struct is designed to be both machine-readable and user-friendly,
|
|
1245
|
+
* supporting serialization for API responses and detailed error reporting
|
|
1246
|
+
* in distributed systems.
|
|
1247
|
+
*/
|
|
1248
|
+
export type SyncReconcileRequestError = {
|
|
1249
|
+
/**
|
|
1250
|
+
* A unique identifier for the type of error.
|
|
1251
|
+
*
|
|
1252
|
+
* @remarks
|
|
1253
|
+
*
|
|
1254
|
+
* This should be a short, machine-readable string that can be used
|
|
1255
|
+
* by clients to programmatically handle different error types.
|
|
1256
|
+
* Examples: "NOT_FOUND", "VALIDATION_ERROR", "TIMEOUT"
|
|
1257
|
+
*/
|
|
1258
|
+
code: string;
|
|
1259
|
+
/**
|
|
1260
|
+
* Additional diagnostic information about the error context.
|
|
1261
|
+
*
|
|
1262
|
+
* @remarks
|
|
1263
|
+
*
|
|
1264
|
+
* This optional field can contain structured data providing more details
|
|
1265
|
+
* about the error, such as validation errors, request parameters that
|
|
1266
|
+
* caused the issue, or other relevant context information.
|
|
1267
|
+
*/
|
|
1268
|
+
context?: any | null | undefined;
|
|
1269
|
+
/**
|
|
1270
|
+
* Optional human-facing remediation hint.
|
|
1271
|
+
*/
|
|
1272
|
+
hint?: string | null | undefined;
|
|
1273
|
+
/**
|
|
1274
|
+
* HTTP status code for this error.
|
|
1275
|
+
*
|
|
1276
|
+
* @remarks
|
|
1277
|
+
*
|
|
1278
|
+
* Used when converting the error to an HTTP response. If None, falls back to
|
|
1279
|
+
* the error type's default status code or 500.
|
|
1280
|
+
*/
|
|
1281
|
+
httpStatusCode?: number | null | undefined;
|
|
1282
|
+
/**
|
|
1283
|
+
* Indicates if this is an internal error that should not be exposed to users.
|
|
1284
|
+
*
|
|
1285
|
+
* @remarks
|
|
1286
|
+
*
|
|
1287
|
+
* When `true`, this error contains sensitive information or implementation
|
|
1288
|
+
* details that should not be shown to end-users. Such errors should be
|
|
1289
|
+
* logged for debugging but replaced with generic error messages in responses.
|
|
1290
|
+
*/
|
|
1291
|
+
internal: boolean;
|
|
1292
|
+
/**
|
|
1293
|
+
* Human-readable error message.
|
|
1294
|
+
*
|
|
1295
|
+
* @remarks
|
|
1296
|
+
*
|
|
1297
|
+
* This message should be clear and actionable for developers or end-users,
|
|
1298
|
+
* providing context about what went wrong and potentially how to fix it.
|
|
1299
|
+
*/
|
|
1300
|
+
message: string;
|
|
1301
|
+
/**
|
|
1302
|
+
* Indicates whether the operation that caused the error should be retried.
|
|
1303
|
+
*
|
|
1304
|
+
* @remarks
|
|
1305
|
+
*
|
|
1306
|
+
* When `true`, the error is transient and the operation might succeed
|
|
1307
|
+
* if attempted again. When `false`, retrying the same operation is
|
|
1308
|
+
* unlikely to succeed without changes.
|
|
1309
|
+
*/
|
|
1310
|
+
retryable?: boolean | undefined;
|
|
1311
|
+
/**
|
|
1312
|
+
* The underlying error that caused this error, creating an error chain.
|
|
1313
|
+
*
|
|
1314
|
+
* @remarks
|
|
1315
|
+
*
|
|
1316
|
+
* This allows for proper error propagation and debugging by maintaining
|
|
1317
|
+
* the full context of how an error occurred through multiple layers
|
|
1318
|
+
* of an application.
|
|
1319
|
+
*/
|
|
1320
|
+
source?: any | null | undefined;
|
|
1321
|
+
};
|
|
1322
|
+
export type SyncReconcileRequestErrorUnion = SyncReconcileRequestError | any;
|
|
1237
1323
|
/**
|
|
1238
1324
|
* Represents the target cloud platform.
|
|
1239
1325
|
*/
|
|
@@ -1249,58 +1335,6 @@ export declare const SyncReconcileRequestPlatform: {
|
|
|
1249
1335
|
* Represents the target cloud platform.
|
|
1250
1336
|
*/
|
|
1251
1337
|
export type SyncReconcileRequestPlatform = ClosedEnum<typeof SyncReconcileRequestPlatform>;
|
|
1252
|
-
/**
|
|
1253
|
-
* Scope for a delete operation.
|
|
1254
|
-
*
|
|
1255
|
-
* @remarks
|
|
1256
|
-
*
|
|
1257
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1258
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1259
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1260
|
-
* before setup tears down Frozen resources.
|
|
1261
|
-
*/
|
|
1262
|
-
export declare const SyncReconcileRequestDeleteScopeEnum: {
|
|
1263
|
-
readonly Full: "full";
|
|
1264
|
-
readonly LiveOnly: "liveOnly";
|
|
1265
|
-
};
|
|
1266
|
-
/**
|
|
1267
|
-
* Scope for a delete operation.
|
|
1268
|
-
*
|
|
1269
|
-
* @remarks
|
|
1270
|
-
*
|
|
1271
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1272
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1273
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1274
|
-
* before setup tears down Frozen resources.
|
|
1275
|
-
*/
|
|
1276
|
-
export type SyncReconcileRequestDeleteScopeEnum = ClosedEnum<typeof SyncReconcileRequestDeleteScopeEnum>;
|
|
1277
|
-
export type SyncReconcileRequestDeleteScopeUnion = SyncReconcileRequestDeleteScopeEnum | any;
|
|
1278
|
-
/**
|
|
1279
|
-
* Scope for a delete operation.
|
|
1280
|
-
*
|
|
1281
|
-
* @remarks
|
|
1282
|
-
*
|
|
1283
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1284
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1285
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1286
|
-
* before setup tears down Frozen resources.
|
|
1287
|
-
*/
|
|
1288
|
-
export declare const SyncReconcileRequestPendingDeleteScopeEnum: {
|
|
1289
|
-
readonly Full: "full";
|
|
1290
|
-
readonly LiveOnly: "liveOnly";
|
|
1291
|
-
};
|
|
1292
|
-
/**
|
|
1293
|
-
* Scope for a delete operation.
|
|
1294
|
-
*
|
|
1295
|
-
* @remarks
|
|
1296
|
-
*
|
|
1297
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1298
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1299
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1300
|
-
* before setup tears down Frozen resources.
|
|
1301
|
-
*/
|
|
1302
|
-
export type SyncReconcileRequestPendingDeleteScopeEnum = ClosedEnum<typeof SyncReconcileRequestPendingDeleteScopeEnum>;
|
|
1303
|
-
export type SyncReconcileRequestPendingDeleteScopeUnion = SyncReconcileRequestPendingDeleteScopeEnum | any;
|
|
1304
1338
|
export declare const SyncReconcileRequestPreparedStackManagementEnum: {
|
|
1305
1339
|
readonly Auto: "auto";
|
|
1306
1340
|
};
|
|
@@ -2417,7 +2451,6 @@ export type SyncReconcileRequestPreparedStackUnion = SyncReconcileRequestPrepare
|
|
|
2417
2451
|
* Stores deployment state that needs to persist across step calls.
|
|
2418
2452
|
*/
|
|
2419
2453
|
export type SyncReconcileRequestRuntimeMetadata = {
|
|
2420
|
-
deleteScope?: SyncReconcileRequestDeleteScopeEnum | any | null | undefined;
|
|
2421
2454
|
/**
|
|
2422
2455
|
* Hash of the environment variables snapshot that was last synced to the vault
|
|
2423
2456
|
*
|
|
@@ -2425,7 +2458,6 @@ export type SyncReconcileRequestRuntimeMetadata = {
|
|
|
2425
2458
|
* Used to avoid redundant sync operations during incremental deployment
|
|
2426
2459
|
*/
|
|
2427
2460
|
lastSyncedEnvVarsHash?: string | null | undefined;
|
|
2428
|
-
pendingDeleteScope?: SyncReconcileRequestPendingDeleteScopeEnum | any | null | undefined;
|
|
2429
2461
|
preparedStack?: SyncReconcileRequestPreparedStack | any | null | undefined;
|
|
2430
2462
|
/**
|
|
2431
2463
|
* Whether cross-account registry access has been successfully granted.
|
|
@@ -2509,7 +2541,7 @@ export type SyncReconcileRequestStackStateDependency = {
|
|
|
2509
2541
|
* supporting serialization for API responses and detailed error reporting
|
|
2510
2542
|
* in distributed systems.
|
|
2511
2543
|
*/
|
|
2512
|
-
export type
|
|
2544
|
+
export type SyncReconcileRequestStackStateError = {
|
|
2513
2545
|
/**
|
|
2514
2546
|
* A unique identifier for the type of error.
|
|
2515
2547
|
*
|
|
@@ -2583,7 +2615,7 @@ export type SyncReconcileRequestErrorState = {
|
|
|
2583
2615
|
*/
|
|
2584
2616
|
source?: any | null | undefined;
|
|
2585
2617
|
};
|
|
2586
|
-
export type
|
|
2618
|
+
export type SyncReconcileRequestStackStateErrorUnion = SyncReconcileRequestStackStateError | any;
|
|
2587
2619
|
/**
|
|
2588
2620
|
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
2589
2621
|
*/
|
|
@@ -2638,6 +2670,7 @@ export declare const StackStateStateStatus: {
|
|
|
2638
2670
|
readonly UpdateFailed: "update-failed";
|
|
2639
2671
|
readonly Deleting: "deleting";
|
|
2640
2672
|
readonly DeleteFailed: "delete-failed";
|
|
2673
|
+
readonly TeardownRequired: "teardown-required";
|
|
2641
2674
|
readonly Deleted: "deleted";
|
|
2642
2675
|
readonly RefreshFailed: "refresh-failed";
|
|
2643
2676
|
};
|
|
@@ -2669,7 +2702,7 @@ export type SyncReconcileRequestStackStateResources = {
|
|
|
2669
2702
|
* This preserves the full dependency information from the stack definition.
|
|
2670
2703
|
*/
|
|
2671
2704
|
dependencies?: Array<SyncReconcileRequestStackStateDependency> | undefined;
|
|
2672
|
-
error?:
|
|
2705
|
+
error?: SyncReconcileRequestStackStateError | any | null | undefined;
|
|
2673
2706
|
/**
|
|
2674
2707
|
* Stores the controller state that failed, used for manual retry operations.
|
|
2675
2708
|
*
|
|
@@ -2728,6 +2761,7 @@ export type SyncReconcileRequestStackStateUnion = SyncReconcileRequestStackState
|
|
|
2728
2761
|
*/
|
|
2729
2762
|
export declare const StateStatus: {
|
|
2730
2763
|
readonly Pending: "pending";
|
|
2764
|
+
readonly PreflightsFailed: "preflights-failed";
|
|
2731
2765
|
readonly InitialSetup: "initial-setup";
|
|
2732
2766
|
readonly InitialSetupFailed: "initial-setup-failed";
|
|
2733
2767
|
readonly Provisioning: "provisioning";
|
|
@@ -2740,6 +2774,8 @@ export declare const StateStatus: {
|
|
|
2740
2774
|
readonly DeletePending: "delete-pending";
|
|
2741
2775
|
readonly Deleting: "deleting";
|
|
2742
2776
|
readonly DeleteFailed: "delete-failed";
|
|
2777
|
+
readonly TeardownRequired: "teardown-required";
|
|
2778
|
+
readonly TeardownFailed: "teardown-failed";
|
|
2743
2779
|
readonly Deleted: "deleted";
|
|
2744
2780
|
readonly Error: "error";
|
|
2745
2781
|
};
|
|
@@ -3888,6 +3924,7 @@ export type SyncReconcileRequestTargetReleaseUnion = SyncReconcileRequestTargetR
|
|
|
3888
3924
|
export type SyncReconcileRequestState = {
|
|
3889
3925
|
currentRelease?: SyncReconcileRequestCurrentRelease | any | null | undefined;
|
|
3890
3926
|
environmentInfo?: SyncReconcileRequestEnvironmentInfoGcp | SyncReconcileRequestEnvironmentInfoAzure | SyncReconcileRequestEnvironmentInfoLocal | SyncReconcileRequestEnvironmentInfoAws | SyncReconcileRequestEnvironmentInfoTest | any | null | undefined;
|
|
3927
|
+
error?: SyncReconcileRequestError | any | null | undefined;
|
|
3891
3928
|
/**
|
|
3892
3929
|
* Represents the target cloud platform.
|
|
3893
3930
|
*/
|
|
@@ -3916,83 +3953,6 @@ export type SyncReconcileRequestState = {
|
|
|
3916
3953
|
status: StateStatus;
|
|
3917
3954
|
targetRelease?: SyncReconcileRequestTargetRelease | any | null | undefined;
|
|
3918
3955
|
};
|
|
3919
|
-
/**
|
|
3920
|
-
* Deployment error from step() result. Set when deployment fails, null to clear.
|
|
3921
|
-
*/
|
|
3922
|
-
export type SyncReconcileRequestError = {
|
|
3923
|
-
/**
|
|
3924
|
-
* A unique identifier for the type of error.
|
|
3925
|
-
*
|
|
3926
|
-
* @remarks
|
|
3927
|
-
*
|
|
3928
|
-
* This should be a short, machine-readable string that can be used
|
|
3929
|
-
* by clients to programmatically handle different error types.
|
|
3930
|
-
* Examples: "NOT_FOUND", "VALIDATION_ERROR", "TIMEOUT"
|
|
3931
|
-
*/
|
|
3932
|
-
code: string;
|
|
3933
|
-
/**
|
|
3934
|
-
* Additional diagnostic information about the error context.
|
|
3935
|
-
*
|
|
3936
|
-
* @remarks
|
|
3937
|
-
*
|
|
3938
|
-
* This optional field can contain structured data providing more details
|
|
3939
|
-
* about the error, such as validation errors, request parameters that
|
|
3940
|
-
* caused the issue, or other relevant context information.
|
|
3941
|
-
*/
|
|
3942
|
-
context?: any | null | undefined;
|
|
3943
|
-
/**
|
|
3944
|
-
* Optional human-facing remediation hint.
|
|
3945
|
-
*/
|
|
3946
|
-
hint?: string | null | undefined;
|
|
3947
|
-
/**
|
|
3948
|
-
* HTTP status code for this error.
|
|
3949
|
-
*
|
|
3950
|
-
* @remarks
|
|
3951
|
-
*
|
|
3952
|
-
* Used when converting the error to an HTTP response. If None, falls back to
|
|
3953
|
-
* the error type's default status code or 500.
|
|
3954
|
-
*/
|
|
3955
|
-
httpStatusCode?: number | null | undefined;
|
|
3956
|
-
/**
|
|
3957
|
-
* Indicates if this is an internal error that should not be exposed to users.
|
|
3958
|
-
*
|
|
3959
|
-
* @remarks
|
|
3960
|
-
*
|
|
3961
|
-
* When `true`, this error contains sensitive information or implementation
|
|
3962
|
-
* details that should not be shown to end-users. Such errors should be
|
|
3963
|
-
* logged for debugging but replaced with generic error messages in responses.
|
|
3964
|
-
*/
|
|
3965
|
-
internal: boolean;
|
|
3966
|
-
/**
|
|
3967
|
-
* Human-readable error message.
|
|
3968
|
-
*
|
|
3969
|
-
* @remarks
|
|
3970
|
-
*
|
|
3971
|
-
* This message should be clear and actionable for developers or end-users,
|
|
3972
|
-
* providing context about what went wrong and potentially how to fix it.
|
|
3973
|
-
*/
|
|
3974
|
-
message: string;
|
|
3975
|
-
/**
|
|
3976
|
-
* Indicates whether the operation that caused the error should be retried.
|
|
3977
|
-
*
|
|
3978
|
-
* @remarks
|
|
3979
|
-
*
|
|
3980
|
-
* When `true`, the error is transient and the operation might succeed
|
|
3981
|
-
* if attempted again. When `false`, retrying the same operation is
|
|
3982
|
-
* unlikely to succeed without changes.
|
|
3983
|
-
*/
|
|
3984
|
-
retryable?: boolean | undefined;
|
|
3985
|
-
/**
|
|
3986
|
-
* The underlying error that caused this error, creating an error chain.
|
|
3987
|
-
*
|
|
3988
|
-
* @remarks
|
|
3989
|
-
*
|
|
3990
|
-
* This allows for proper error propagation and debugging by maintaining
|
|
3991
|
-
* the full context of how an error occurred through multiple layers
|
|
3992
|
-
* of an application.
|
|
3993
|
-
*/
|
|
3994
|
-
source?: any | null | undefined;
|
|
3995
|
-
};
|
|
3996
3956
|
export declare const BackendEnum: {
|
|
3997
3957
|
readonly Aws: "aws";
|
|
3998
3958
|
readonly Gcp: "gcp";
|
|
@@ -9461,10 +9421,6 @@ export type SyncReconcileRequest = {
|
|
|
9461
9421
|
* Complete deployment state after step() execution
|
|
9462
9422
|
*/
|
|
9463
9423
|
state: SyncReconcileRequestState;
|
|
9464
|
-
/**
|
|
9465
|
-
* Deployment error from step() result. Set when deployment fails, null to clear.
|
|
9466
|
-
*/
|
|
9467
|
-
error?: SyncReconcileRequestError | null | undefined;
|
|
9468
9424
|
/**
|
|
9469
9425
|
* Update heartbeat timestamp (for successful health checks)
|
|
9470
9426
|
*/
|
|
@@ -10215,21 +10171,26 @@ export type SyncReconcileRequestEnvironmentInfoUnion$Outbound = SyncReconcileReq
|
|
|
10215
10171
|
export declare const SyncReconcileRequestEnvironmentInfoUnion$outboundSchema: z.ZodType<SyncReconcileRequestEnvironmentInfoUnion$Outbound, SyncReconcileRequestEnvironmentInfoUnion>;
|
|
10216
10172
|
export declare function syncReconcileRequestEnvironmentInfoUnionToJSON(syncReconcileRequestEnvironmentInfoUnion: SyncReconcileRequestEnvironmentInfoUnion): string;
|
|
10217
10173
|
/** @internal */
|
|
10218
|
-
export
|
|
10219
|
-
|
|
10220
|
-
|
|
10221
|
-
|
|
10222
|
-
|
|
10174
|
+
export type SyncReconcileRequestError$Outbound = {
|
|
10175
|
+
code: string;
|
|
10176
|
+
context?: any | null | undefined;
|
|
10177
|
+
hint?: string | null | undefined;
|
|
10178
|
+
httpStatusCode?: number | null | undefined;
|
|
10179
|
+
internal: boolean;
|
|
10180
|
+
message: string;
|
|
10181
|
+
retryable: boolean;
|
|
10182
|
+
source?: any | null | undefined;
|
|
10183
|
+
};
|
|
10223
10184
|
/** @internal */
|
|
10224
|
-
export declare const
|
|
10225
|
-
export declare function
|
|
10185
|
+
export declare const SyncReconcileRequestError$outboundSchema: z.ZodType<SyncReconcileRequestError$Outbound, SyncReconcileRequestError>;
|
|
10186
|
+
export declare function syncReconcileRequestErrorToJSON(syncReconcileRequestError: SyncReconcileRequestError): string;
|
|
10226
10187
|
/** @internal */
|
|
10227
|
-
export
|
|
10188
|
+
export type SyncReconcileRequestErrorUnion$Outbound = SyncReconcileRequestError$Outbound | any;
|
|
10228
10189
|
/** @internal */
|
|
10229
|
-
export
|
|
10190
|
+
export declare const SyncReconcileRequestErrorUnion$outboundSchema: z.ZodType<SyncReconcileRequestErrorUnion$Outbound, SyncReconcileRequestErrorUnion>;
|
|
10191
|
+
export declare function syncReconcileRequestErrorUnionToJSON(syncReconcileRequestErrorUnion: SyncReconcileRequestErrorUnion): string;
|
|
10230
10192
|
/** @internal */
|
|
10231
|
-
export declare const
|
|
10232
|
-
export declare function syncReconcileRequestPendingDeleteScopeUnionToJSON(syncReconcileRequestPendingDeleteScopeUnion: SyncReconcileRequestPendingDeleteScopeUnion): string;
|
|
10193
|
+
export declare const SyncReconcileRequestPlatform$outboundSchema: z.ZodEnum<typeof SyncReconcileRequestPlatform>;
|
|
10233
10194
|
/** @internal */
|
|
10234
10195
|
export declare const SyncReconcileRequestPreparedStackManagementEnum$outboundSchema: z.ZodEnum<typeof SyncReconcileRequestPreparedStackManagementEnum>;
|
|
10235
10196
|
/** @internal */
|
|
@@ -10896,9 +10857,7 @@ export declare const SyncReconcileRequestPreparedStackUnion$outboundSchema: z.Zo
|
|
|
10896
10857
|
export declare function syncReconcileRequestPreparedStackUnionToJSON(syncReconcileRequestPreparedStackUnion: SyncReconcileRequestPreparedStackUnion): string;
|
|
10897
10858
|
/** @internal */
|
|
10898
10859
|
export type SyncReconcileRequestRuntimeMetadata$Outbound = {
|
|
10899
|
-
deleteScope?: string | any | null | undefined;
|
|
10900
10860
|
lastSyncedEnvVarsHash?: string | null | undefined;
|
|
10901
|
-
pendingDeleteScope?: string | any | null | undefined;
|
|
10902
10861
|
preparedStack?: SyncReconcileRequestPreparedStack$Outbound | any | null | undefined;
|
|
10903
10862
|
registryAccessGranted?: boolean | undefined;
|
|
10904
10863
|
};
|
|
@@ -10937,7 +10896,7 @@ export type SyncReconcileRequestStackStateDependency$Outbound = {
|
|
|
10937
10896
|
export declare const SyncReconcileRequestStackStateDependency$outboundSchema: z.ZodType<SyncReconcileRequestStackStateDependency$Outbound, SyncReconcileRequestStackStateDependency>;
|
|
10938
10897
|
export declare function syncReconcileRequestStackStateDependencyToJSON(syncReconcileRequestStackStateDependency: SyncReconcileRequestStackStateDependency): string;
|
|
10939
10898
|
/** @internal */
|
|
10940
|
-
export type
|
|
10899
|
+
export type SyncReconcileRequestStackStateError$Outbound = {
|
|
10941
10900
|
code: string;
|
|
10942
10901
|
context?: any | null | undefined;
|
|
10943
10902
|
hint?: string | null | undefined;
|
|
@@ -10948,13 +10907,13 @@ export type SyncReconcileRequestErrorState$Outbound = {
|
|
|
10948
10907
|
source?: any | null | undefined;
|
|
10949
10908
|
};
|
|
10950
10909
|
/** @internal */
|
|
10951
|
-
export declare const
|
|
10952
|
-
export declare function
|
|
10910
|
+
export declare const SyncReconcileRequestStackStateError$outboundSchema: z.ZodType<SyncReconcileRequestStackStateError$Outbound, SyncReconcileRequestStackStateError>;
|
|
10911
|
+
export declare function syncReconcileRequestStackStateErrorToJSON(syncReconcileRequestStackStateError: SyncReconcileRequestStackStateError): string;
|
|
10953
10912
|
/** @internal */
|
|
10954
|
-
export type
|
|
10913
|
+
export type SyncReconcileRequestStackStateErrorUnion$Outbound = SyncReconcileRequestStackStateError$Outbound | any;
|
|
10955
10914
|
/** @internal */
|
|
10956
|
-
export declare const
|
|
10957
|
-
export declare function
|
|
10915
|
+
export declare const SyncReconcileRequestStackStateErrorUnion$outboundSchema: z.ZodType<SyncReconcileRequestStackStateErrorUnion$Outbound, SyncReconcileRequestStackStateErrorUnion>;
|
|
10916
|
+
export declare function syncReconcileRequestStackStateErrorUnionToJSON(syncReconcileRequestStackStateErrorUnion: SyncReconcileRequestStackStateErrorUnion): string;
|
|
10958
10917
|
/** @internal */
|
|
10959
10918
|
export declare const StackStateLifecycleStateEnum$outboundSchema: z.ZodEnum<typeof StackStateLifecycleStateEnum>;
|
|
10960
10919
|
/** @internal */
|
|
@@ -10997,7 +10956,7 @@ export type SyncReconcileRequestStackStateResources$Outbound = {
|
|
|
10997
10956
|
config: SyncReconcileRequestStackStateConfig$Outbound;
|
|
10998
10957
|
controllerPlatform?: string | any | null | undefined;
|
|
10999
10958
|
dependencies?: Array<SyncReconcileRequestStackStateDependency$Outbound> | undefined;
|
|
11000
|
-
error?:
|
|
10959
|
+
error?: SyncReconcileRequestStackStateError$Outbound | any | null | undefined;
|
|
11001
10960
|
lastFailedState?: any | null | undefined;
|
|
11002
10961
|
lifecycle?: string | any | null | undefined;
|
|
11003
10962
|
outputs?: SyncReconcileRequestOutputs$Outbound | any | null | undefined;
|
|
@@ -11706,6 +11665,7 @@ export declare function syncReconcileRequestTargetReleaseUnionToJSON(syncReconci
|
|
|
11706
11665
|
export type SyncReconcileRequestState$Outbound = {
|
|
11707
11666
|
currentRelease?: SyncReconcileRequestCurrentRelease$Outbound | any | null | undefined;
|
|
11708
11667
|
environmentInfo?: SyncReconcileRequestEnvironmentInfoGcp$Outbound | SyncReconcileRequestEnvironmentInfoAzure$Outbound | SyncReconcileRequestEnvironmentInfoLocal$Outbound | SyncReconcileRequestEnvironmentInfoAws$Outbound | SyncReconcileRequestEnvironmentInfoTest$Outbound | any | null | undefined;
|
|
11668
|
+
error?: SyncReconcileRequestError$Outbound | any | null | undefined;
|
|
11709
11669
|
platform: string;
|
|
11710
11670
|
protocolVersion: number;
|
|
11711
11671
|
retryRequested?: boolean | undefined;
|
|
@@ -11718,20 +11678,6 @@ export type SyncReconcileRequestState$Outbound = {
|
|
|
11718
11678
|
export declare const SyncReconcileRequestState$outboundSchema: z.ZodType<SyncReconcileRequestState$Outbound, SyncReconcileRequestState>;
|
|
11719
11679
|
export declare function syncReconcileRequestStateToJSON(syncReconcileRequestState: SyncReconcileRequestState): string;
|
|
11720
11680
|
/** @internal */
|
|
11721
|
-
export type SyncReconcileRequestError$Outbound = {
|
|
11722
|
-
code: string;
|
|
11723
|
-
context?: any | null | undefined;
|
|
11724
|
-
hint?: string | null | undefined;
|
|
11725
|
-
httpStatusCode?: number | null | undefined;
|
|
11726
|
-
internal: boolean;
|
|
11727
|
-
message: string;
|
|
11728
|
-
retryable: boolean;
|
|
11729
|
-
source?: any | null | undefined;
|
|
11730
|
-
};
|
|
11731
|
-
/** @internal */
|
|
11732
|
-
export declare const SyncReconcileRequestError$outboundSchema: z.ZodType<SyncReconcileRequestError$Outbound, SyncReconcileRequestError>;
|
|
11733
|
-
export declare function syncReconcileRequestErrorToJSON(syncReconcileRequestError: SyncReconcileRequestError): string;
|
|
11734
|
-
/** @internal */
|
|
11735
11681
|
export declare const BackendEnum$outboundSchema: z.ZodEnum<typeof BackendEnum>;
|
|
11736
11682
|
/** @internal */
|
|
11737
11683
|
export declare const HeartbeatControllerPlatform$outboundSchema: z.ZodEnum<typeof HeartbeatControllerPlatform>;
|
|
@@ -16940,7 +16886,6 @@ export type SyncReconcileRequest$Outbound = {
|
|
|
16940
16886
|
deploymentId: string;
|
|
16941
16887
|
session?: string | undefined;
|
|
16942
16888
|
state: SyncReconcileRequestState$Outbound;
|
|
16943
|
-
error?: SyncReconcileRequestError$Outbound | null | undefined;
|
|
16944
16889
|
updateHeartbeat?: boolean | undefined;
|
|
16945
16890
|
suggestedDelayMs?: number | undefined;
|
|
16946
16891
|
heartbeats?: Array<Heartbeat$Outbound> | undefined;
|