@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
|
@@ -1409,6 +1409,94 @@ export type SyncReconcileResponseEnvironmentInfoUnion =
|
|
|
1409
1409
|
| SyncReconcileResponseEnvironmentInfoTest
|
|
1410
1410
|
| any;
|
|
1411
1411
|
|
|
1412
|
+
/**
|
|
1413
|
+
* Canonical error container that provides a structured way to represent errors
|
|
1414
|
+
*
|
|
1415
|
+
* @remarks
|
|
1416
|
+
* with rich metadata including error codes, human-readable messages, context,
|
|
1417
|
+
* and chaining capabilities for error propagation.
|
|
1418
|
+
*
|
|
1419
|
+
* This struct is designed to be both machine-readable and user-friendly,
|
|
1420
|
+
* supporting serialization for API responses and detailed error reporting
|
|
1421
|
+
* in distributed systems.
|
|
1422
|
+
*/
|
|
1423
|
+
export type SyncReconcileResponseError = {
|
|
1424
|
+
/**
|
|
1425
|
+
* A unique identifier for the type of error.
|
|
1426
|
+
*
|
|
1427
|
+
* @remarks
|
|
1428
|
+
*
|
|
1429
|
+
* This should be a short, machine-readable string that can be used
|
|
1430
|
+
* by clients to programmatically handle different error types.
|
|
1431
|
+
* Examples: "NOT_FOUND", "VALIDATION_ERROR", "TIMEOUT"
|
|
1432
|
+
*/
|
|
1433
|
+
code: string;
|
|
1434
|
+
/**
|
|
1435
|
+
* Additional diagnostic information about the error context.
|
|
1436
|
+
*
|
|
1437
|
+
* @remarks
|
|
1438
|
+
*
|
|
1439
|
+
* This optional field can contain structured data providing more details
|
|
1440
|
+
* about the error, such as validation errors, request parameters that
|
|
1441
|
+
* caused the issue, or other relevant context information.
|
|
1442
|
+
*/
|
|
1443
|
+
context?: any | null | undefined;
|
|
1444
|
+
/**
|
|
1445
|
+
* Optional human-facing remediation hint.
|
|
1446
|
+
*/
|
|
1447
|
+
hint?: string | null | undefined;
|
|
1448
|
+
/**
|
|
1449
|
+
* HTTP status code for this error.
|
|
1450
|
+
*
|
|
1451
|
+
* @remarks
|
|
1452
|
+
*
|
|
1453
|
+
* Used when converting the error to an HTTP response. If None, falls back to
|
|
1454
|
+
* the error type's default status code or 500.
|
|
1455
|
+
*/
|
|
1456
|
+
httpStatusCode?: number | null | undefined;
|
|
1457
|
+
/**
|
|
1458
|
+
* Indicates if this is an internal error that should not be exposed to users.
|
|
1459
|
+
*
|
|
1460
|
+
* @remarks
|
|
1461
|
+
*
|
|
1462
|
+
* When `true`, this error contains sensitive information or implementation
|
|
1463
|
+
* details that should not be shown to end-users. Such errors should be
|
|
1464
|
+
* logged for debugging but replaced with generic error messages in responses.
|
|
1465
|
+
*/
|
|
1466
|
+
internal: boolean;
|
|
1467
|
+
/**
|
|
1468
|
+
* Human-readable error message.
|
|
1469
|
+
*
|
|
1470
|
+
* @remarks
|
|
1471
|
+
*
|
|
1472
|
+
* This message should be clear and actionable for developers or end-users,
|
|
1473
|
+
* providing context about what went wrong and potentially how to fix it.
|
|
1474
|
+
*/
|
|
1475
|
+
message: string;
|
|
1476
|
+
/**
|
|
1477
|
+
* Indicates whether the operation that caused the error should be retried.
|
|
1478
|
+
*
|
|
1479
|
+
* @remarks
|
|
1480
|
+
*
|
|
1481
|
+
* When `true`, the error is transient and the operation might succeed
|
|
1482
|
+
* if attempted again. When `false`, retrying the same operation is
|
|
1483
|
+
* unlikely to succeed without changes.
|
|
1484
|
+
*/
|
|
1485
|
+
retryable: boolean;
|
|
1486
|
+
/**
|
|
1487
|
+
* The underlying error that caused this error, creating an error chain.
|
|
1488
|
+
*
|
|
1489
|
+
* @remarks
|
|
1490
|
+
*
|
|
1491
|
+
* This allows for proper error propagation and debugging by maintaining
|
|
1492
|
+
* the full context of how an error occurred through multiple layers
|
|
1493
|
+
* of an application.
|
|
1494
|
+
*/
|
|
1495
|
+
source?: any | null | undefined;
|
|
1496
|
+
};
|
|
1497
|
+
|
|
1498
|
+
export type SyncReconcileResponseErrorUnion = SyncReconcileResponseError | any;
|
|
1499
|
+
|
|
1412
1500
|
/**
|
|
1413
1501
|
* Represents the target cloud platform.
|
|
1414
1502
|
*/
|
|
@@ -1427,70 +1515,6 @@ export type SyncReconcileResponseCurrentPlatform = ClosedEnum<
|
|
|
1427
1515
|
typeof SyncReconcileResponseCurrentPlatform
|
|
1428
1516
|
>;
|
|
1429
1517
|
|
|
1430
|
-
/**
|
|
1431
|
-
* Scope for a delete operation.
|
|
1432
|
-
*
|
|
1433
|
-
* @remarks
|
|
1434
|
-
*
|
|
1435
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1436
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1437
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1438
|
-
* before setup tears down Frozen resources.
|
|
1439
|
-
*/
|
|
1440
|
-
export const SyncReconcileResponseDeleteScopeEnum = {
|
|
1441
|
-
Full: "full",
|
|
1442
|
-
LiveOnly: "liveOnly",
|
|
1443
|
-
} as const;
|
|
1444
|
-
/**
|
|
1445
|
-
* Scope for a delete operation.
|
|
1446
|
-
*
|
|
1447
|
-
* @remarks
|
|
1448
|
-
*
|
|
1449
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1450
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1451
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1452
|
-
* before setup tears down Frozen resources.
|
|
1453
|
-
*/
|
|
1454
|
-
export type SyncReconcileResponseDeleteScopeEnum = ClosedEnum<
|
|
1455
|
-
typeof SyncReconcileResponseDeleteScopeEnum
|
|
1456
|
-
>;
|
|
1457
|
-
|
|
1458
|
-
export type SyncReconcileResponseDeleteScopeUnion =
|
|
1459
|
-
| SyncReconcileResponseDeleteScopeEnum
|
|
1460
|
-
| any;
|
|
1461
|
-
|
|
1462
|
-
/**
|
|
1463
|
-
* Scope for a delete operation.
|
|
1464
|
-
*
|
|
1465
|
-
* @remarks
|
|
1466
|
-
*
|
|
1467
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1468
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1469
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1470
|
-
* before setup tears down Frozen resources.
|
|
1471
|
-
*/
|
|
1472
|
-
export const SyncReconcileResponsePendingDeleteScopeEnum = {
|
|
1473
|
-
Full: "full",
|
|
1474
|
-
LiveOnly: "liveOnly",
|
|
1475
|
-
} as const;
|
|
1476
|
-
/**
|
|
1477
|
-
* Scope for a delete operation.
|
|
1478
|
-
*
|
|
1479
|
-
* @remarks
|
|
1480
|
-
*
|
|
1481
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1482
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1483
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1484
|
-
* before setup tears down Frozen resources.
|
|
1485
|
-
*/
|
|
1486
|
-
export type SyncReconcileResponsePendingDeleteScopeEnum = ClosedEnum<
|
|
1487
|
-
typeof SyncReconcileResponsePendingDeleteScopeEnum
|
|
1488
|
-
>;
|
|
1489
|
-
|
|
1490
|
-
export type SyncReconcileResponsePendingDeleteScopeUnion =
|
|
1491
|
-
| SyncReconcileResponsePendingDeleteScopeEnum
|
|
1492
|
-
| any;
|
|
1493
|
-
|
|
1494
1518
|
export const SyncReconcileResponsePreparedStackManagementEnum = {
|
|
1495
1519
|
Auto: "auto",
|
|
1496
1520
|
} as const;
|
|
@@ -2737,7 +2761,6 @@ export type SyncReconcileResponsePreparedStackUnion =
|
|
|
2737
2761
|
* Stores deployment state that needs to persist across step calls.
|
|
2738
2762
|
*/
|
|
2739
2763
|
export type SyncReconcileResponseRuntimeMetadata = {
|
|
2740
|
-
deleteScope?: SyncReconcileResponseDeleteScopeEnum | any | null | undefined;
|
|
2741
2764
|
/**
|
|
2742
2765
|
* Hash of the environment variables snapshot that was last synced to the vault
|
|
2743
2766
|
*
|
|
@@ -2745,11 +2768,6 @@ export type SyncReconcileResponseRuntimeMetadata = {
|
|
|
2745
2768
|
* Used to avoid redundant sync operations during incremental deployment
|
|
2746
2769
|
*/
|
|
2747
2770
|
lastSyncedEnvVarsHash?: string | null | undefined;
|
|
2748
|
-
pendingDeleteScope?:
|
|
2749
|
-
| SyncReconcileResponsePendingDeleteScopeEnum
|
|
2750
|
-
| any
|
|
2751
|
-
| null
|
|
2752
|
-
| undefined;
|
|
2753
2771
|
preparedStack?: SyncReconcileResponsePreparedStack | any | null | undefined;
|
|
2754
2772
|
/**
|
|
2755
2773
|
* Whether cross-account registry access has been successfully granted.
|
|
@@ -2846,7 +2864,7 @@ export type SyncReconcileResponseStackStateDependency = {
|
|
|
2846
2864
|
* supporting serialization for API responses and detailed error reporting
|
|
2847
2865
|
* in distributed systems.
|
|
2848
2866
|
*/
|
|
2849
|
-
export type
|
|
2867
|
+
export type SyncReconcileResponseStackStateError = {
|
|
2850
2868
|
/**
|
|
2851
2869
|
* A unique identifier for the type of error.
|
|
2852
2870
|
*
|
|
@@ -2921,7 +2939,9 @@ export type SyncReconcileResponseError = {
|
|
|
2921
2939
|
source?: any | null | undefined;
|
|
2922
2940
|
};
|
|
2923
2941
|
|
|
2924
|
-
export type
|
|
2942
|
+
export type SyncReconcileResponseStackStateErrorUnion =
|
|
2943
|
+
| SyncReconcileResponseStackStateError
|
|
2944
|
+
| any;
|
|
2925
2945
|
|
|
2926
2946
|
/**
|
|
2927
2947
|
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
@@ -2987,6 +3007,7 @@ export const SyncReconcileResponseStackStateStatus = {
|
|
|
2987
3007
|
UpdateFailed: "update-failed",
|
|
2988
3008
|
Deleting: "deleting",
|
|
2989
3009
|
DeleteFailed: "delete-failed",
|
|
3010
|
+
TeardownRequired: "teardown-required",
|
|
2990
3011
|
Deleted: "deleted",
|
|
2991
3012
|
RefreshFailed: "refresh-failed",
|
|
2992
3013
|
} as const;
|
|
@@ -3025,7 +3046,7 @@ export type SyncReconcileResponseStackStateResources = {
|
|
|
3025
3046
|
* This preserves the full dependency information from the stack definition.
|
|
3026
3047
|
*/
|
|
3027
3048
|
dependencies?: Array<SyncReconcileResponseStackStateDependency> | undefined;
|
|
3028
|
-
error?:
|
|
3049
|
+
error?: SyncReconcileResponseStackStateError | any | null | undefined;
|
|
3029
3050
|
/**
|
|
3030
3051
|
* Stores the controller state that failed, used for manual retry operations.
|
|
3031
3052
|
*
|
|
@@ -3091,6 +3112,7 @@ export type SyncReconcileResponseStackStateUnion =
|
|
|
3091
3112
|
*/
|
|
3092
3113
|
export const SyncReconcileResponseStatus = {
|
|
3093
3114
|
Pending: "pending",
|
|
3115
|
+
PreflightsFailed: "preflights-failed",
|
|
3094
3116
|
InitialSetup: "initial-setup",
|
|
3095
3117
|
InitialSetupFailed: "initial-setup-failed",
|
|
3096
3118
|
Provisioning: "provisioning",
|
|
@@ -3103,6 +3125,8 @@ export const SyncReconcileResponseStatus = {
|
|
|
3103
3125
|
DeletePending: "delete-pending",
|
|
3104
3126
|
Deleting: "deleting",
|
|
3105
3127
|
DeleteFailed: "delete-failed",
|
|
3128
|
+
TeardownRequired: "teardown-required",
|
|
3129
|
+
TeardownFailed: "teardown-failed",
|
|
3106
3130
|
Deleted: "deleted",
|
|
3107
3131
|
Error: "error",
|
|
3108
3132
|
} as const;
|
|
@@ -4393,6 +4417,7 @@ export type SyncReconcileResponseCurrent = {
|
|
|
4393
4417
|
| any
|
|
4394
4418
|
| null
|
|
4395
4419
|
| undefined;
|
|
4420
|
+
error?: SyncReconcileResponseError | any | null | undefined;
|
|
4396
4421
|
/**
|
|
4397
4422
|
* Represents the target cloud platform.
|
|
4398
4423
|
*/
|
|
@@ -4627,6 +4652,88 @@ export type SyncReconcileResponseComputeBackendUnion =
|
|
|
4627
4652
|
| SyncReconcileResponseComputeBackendHorizon
|
|
4628
4653
|
| any;
|
|
4629
4654
|
|
|
4655
|
+
/**
|
|
4656
|
+
* Certificate status in the certificate lifecycle
|
|
4657
|
+
*/
|
|
4658
|
+
export const SyncReconcileResponseAliasCertificateStatus = {
|
|
4659
|
+
Pending: "pending",
|
|
4660
|
+
Issued: "issued",
|
|
4661
|
+
Renewing: "renewing",
|
|
4662
|
+
RenewalFailed: "renewal-failed",
|
|
4663
|
+
Failed: "failed",
|
|
4664
|
+
Deleting: "deleting",
|
|
4665
|
+
} as const;
|
|
4666
|
+
/**
|
|
4667
|
+
* Certificate status in the certificate lifecycle
|
|
4668
|
+
*/
|
|
4669
|
+
export type SyncReconcileResponseAliasCertificateStatus = ClosedEnum<
|
|
4670
|
+
typeof SyncReconcileResponseAliasCertificateStatus
|
|
4671
|
+
>;
|
|
4672
|
+
|
|
4673
|
+
/**
|
|
4674
|
+
* DNS record status in the DNS lifecycle
|
|
4675
|
+
*/
|
|
4676
|
+
export const SyncReconcileResponseAliasDnsStatus = {
|
|
4677
|
+
Pending: "pending",
|
|
4678
|
+
Active: "active",
|
|
4679
|
+
Updating: "updating",
|
|
4680
|
+
Deleting: "deleting",
|
|
4681
|
+
Failed: "failed",
|
|
4682
|
+
} as const;
|
|
4683
|
+
/**
|
|
4684
|
+
* DNS record status in the DNS lifecycle
|
|
4685
|
+
*/
|
|
4686
|
+
export type SyncReconcileResponseAliasDnsStatus = ClosedEnum<
|
|
4687
|
+
typeof SyncReconcileResponseAliasDnsStatus
|
|
4688
|
+
>;
|
|
4689
|
+
|
|
4690
|
+
/**
|
|
4691
|
+
* Certificate and DNS metadata for a managed hostname.
|
|
4692
|
+
*
|
|
4693
|
+
* @remarks
|
|
4694
|
+
*
|
|
4695
|
+
* Includes decrypted certificate data for issued certificates.
|
|
4696
|
+
* Private keys are deployment-scoped secrets (like environment variables).
|
|
4697
|
+
*/
|
|
4698
|
+
export type SyncReconcileResponseAlias = {
|
|
4699
|
+
/**
|
|
4700
|
+
* Full PEM certificate chain (only present if status is "issued").
|
|
4701
|
+
*/
|
|
4702
|
+
certificateChain?: string | null | undefined;
|
|
4703
|
+
/**
|
|
4704
|
+
* Certificate ID (for tracking/logging).
|
|
4705
|
+
*/
|
|
4706
|
+
certificateId: string;
|
|
4707
|
+
/**
|
|
4708
|
+
* Certificate status in the certificate lifecycle
|
|
4709
|
+
*/
|
|
4710
|
+
certificateStatus: SyncReconcileResponseAliasCertificateStatus;
|
|
4711
|
+
/**
|
|
4712
|
+
* Last DNS error message. Present when DNS previously failed, even if status
|
|
4713
|
+
*
|
|
4714
|
+
* @remarks
|
|
4715
|
+
* was reset to pending for retry. Used to surface actionable error context
|
|
4716
|
+
* in WaitingForDns failure messages.
|
|
4717
|
+
*/
|
|
4718
|
+
dnsError?: string | null | undefined;
|
|
4719
|
+
/**
|
|
4720
|
+
* DNS record status in the DNS lifecycle
|
|
4721
|
+
*/
|
|
4722
|
+
dnsStatus: SyncReconcileResponseAliasDnsStatus;
|
|
4723
|
+
/**
|
|
4724
|
+
* Fully qualified domain name.
|
|
4725
|
+
*/
|
|
4726
|
+
fqdn: string;
|
|
4727
|
+
/**
|
|
4728
|
+
* ISO 8601 timestamp when certificate was issued (for renewal detection).
|
|
4729
|
+
*/
|
|
4730
|
+
issuedAt?: string | null | undefined;
|
|
4731
|
+
/**
|
|
4732
|
+
* Decrypted private key (only present if status is "issued").
|
|
4733
|
+
*/
|
|
4734
|
+
privateKey?: string | null | undefined;
|
|
4735
|
+
};
|
|
4736
|
+
|
|
4630
4737
|
/**
|
|
4631
4738
|
* Certificate status in the certificate lifecycle
|
|
4632
4739
|
*/
|
|
@@ -4667,10 +4774,15 @@ export type SyncReconcileResponseDnsStatus = ClosedEnum<
|
|
|
4667
4774
|
*
|
|
4668
4775
|
* @remarks
|
|
4669
4776
|
*
|
|
4670
|
-
*
|
|
4671
|
-
*
|
|
4777
|
+
* The direct fields describe the primary generated hostname. `aliases`
|
|
4778
|
+
* contains additional managed hostnames that route directly to the same
|
|
4779
|
+
* resource.
|
|
4672
4780
|
*/
|
|
4673
4781
|
export type DomainMetadataTargetResources = {
|
|
4782
|
+
/**
|
|
4783
|
+
* Additional managed hostnames for the resource.
|
|
4784
|
+
*/
|
|
4785
|
+
aliases?: Array<SyncReconcileResponseAlias> | undefined;
|
|
4674
4786
|
/**
|
|
4675
4787
|
* Full PEM certificate chain (only present if status is "issued").
|
|
4676
4788
|
*/
|
|
@@ -6793,29 +6905,16 @@ export type SyncReconcileResponseManagementConfigUnion =
|
|
|
6793
6905
|
*
|
|
6794
6906
|
* @remarks
|
|
6795
6907
|
*
|
|
6796
|
-
* When set,
|
|
6797
|
-
*
|
|
6798
|
-
*
|
|
6799
|
-
*
|
|
6800
|
-
* alien-runtime reads `OTEL_EXPORTER_OTLP_HEADERS` at tracing-init time,
|
|
6801
|
-
* before vault secrets load. For worker VMs, worker-template stamping passes
|
|
6802
|
-
* the monitoring configuration to the provider controller, which stores the
|
|
6803
|
-
* sensitive header in the cloud vault used by the worker image.
|
|
6908
|
+
* When set, worker runtimes export captured application logs through the
|
|
6909
|
+
* given endpoint via OTLP/HTTP. Auth headers are runtime-owned secret material:
|
|
6910
|
+
* deployment code must sync them to a runtime-only secret and avoid putting
|
|
6911
|
+
* them into user application environment variables.
|
|
6804
6912
|
*/
|
|
6805
6913
|
export type SyncReconcileResponseMonitoring = {
|
|
6806
6914
|
/**
|
|
6807
|
-
* Auth header value in "key=value,..." format
|
|
6915
|
+
* Auth header value in "key=value,..." format.
|
|
6808
6916
|
*
|
|
6809
6917
|
* @remarks
|
|
6810
|
-
*
|
|
6811
|
-
* `alien-deployment` injects this as the `OTEL_EXPORTER_OTLP_HEADERS` plain env var
|
|
6812
|
-
* into all containers. It must be plain (not a vault secret) because alien-runtime
|
|
6813
|
-
* reads `OTEL_EXPORTER_OTLP_HEADERS` at tracing-init time, before vault secrets load.
|
|
6814
|
-
*
|
|
6815
|
-
* Worker VMs do NOT use this field directly. The ComputeCluster infra
|
|
6816
|
-
* controller writes the same value to the cloud vault used by the worker
|
|
6817
|
-
* image (GCP: Secret Manager, AWS: Secrets Manager, Azure: Key Vault).
|
|
6818
|
-
*
|
|
6819
6918
|
* Example: "authorization=Bearer <write-token>"
|
|
6820
6919
|
*/
|
|
6821
6920
|
logsAuthHeader: string;
|
|
@@ -11637,61 +11736,51 @@ export function syncReconcileResponseEnvironmentInfoUnionFromJSON(
|
|
|
11637
11736
|
}
|
|
11638
11737
|
|
|
11639
11738
|
/** @internal */
|
|
11640
|
-
export const
|
|
11641
|
-
|
|
11642
|
-
> = z.enum(SyncReconcileResponseCurrentPlatform);
|
|
11643
|
-
|
|
11644
|
-
/** @internal */
|
|
11645
|
-
export const SyncReconcileResponseDeleteScopeEnum$inboundSchema: z.ZodEnum<
|
|
11646
|
-
typeof SyncReconcileResponseDeleteScopeEnum
|
|
11647
|
-
> = z.enum(SyncReconcileResponseDeleteScopeEnum);
|
|
11648
|
-
|
|
11649
|
-
/** @internal */
|
|
11650
|
-
export const SyncReconcileResponseDeleteScopeUnion$inboundSchema: z.ZodType<
|
|
11651
|
-
SyncReconcileResponseDeleteScopeUnion,
|
|
11739
|
+
export const SyncReconcileResponseError$inboundSchema: z.ZodType<
|
|
11740
|
+
SyncReconcileResponseError,
|
|
11652
11741
|
unknown
|
|
11653
|
-
> = z.
|
|
11742
|
+
> = z.object({
|
|
11743
|
+
code: z.string(),
|
|
11744
|
+
context: z.nullable(z.any()).optional(),
|
|
11745
|
+
hint: z.nullable(z.string()).optional(),
|
|
11746
|
+
httpStatusCode: z.nullable(z.int()).optional(),
|
|
11747
|
+
internal: z.boolean(),
|
|
11748
|
+
message: z.string(),
|
|
11749
|
+
retryable: z.boolean().default(false),
|
|
11750
|
+
source: z.nullable(z.any()).optional(),
|
|
11751
|
+
});
|
|
11654
11752
|
|
|
11655
|
-
export function
|
|
11753
|
+
export function syncReconcileResponseErrorFromJSON(
|
|
11656
11754
|
jsonString: string,
|
|
11657
|
-
): SafeParseResult<
|
|
11755
|
+
): SafeParseResult<SyncReconcileResponseError, SDKValidationError> {
|
|
11658
11756
|
return safeParse(
|
|
11659
11757
|
jsonString,
|
|
11660
|
-
(x) =>
|
|
11661
|
-
|
|
11662
|
-
`Failed to parse 'SyncReconcileResponseDeleteScopeUnion' from JSON`,
|
|
11758
|
+
(x) => SyncReconcileResponseError$inboundSchema.parse(JSON.parse(x)),
|
|
11759
|
+
`Failed to parse 'SyncReconcileResponseError' from JSON`,
|
|
11663
11760
|
);
|
|
11664
11761
|
}
|
|
11665
11762
|
|
|
11666
11763
|
/** @internal */
|
|
11667
|
-
export const
|
|
11668
|
-
|
|
11669
|
-
|
|
11670
|
-
|
|
11671
|
-
|
|
11672
|
-
/** @internal */
|
|
11673
|
-
export const SyncReconcileResponsePendingDeleteScopeUnion$inboundSchema:
|
|
11674
|
-
z.ZodType<SyncReconcileResponsePendingDeleteScopeUnion, unknown> = z.union([
|
|
11675
|
-
SyncReconcileResponsePendingDeleteScopeEnum$inboundSchema,
|
|
11676
|
-
z.any(),
|
|
11677
|
-
]);
|
|
11764
|
+
export const SyncReconcileResponseErrorUnion$inboundSchema: z.ZodType<
|
|
11765
|
+
SyncReconcileResponseErrorUnion,
|
|
11766
|
+
unknown
|
|
11767
|
+
> = z.union([z.lazy(() => SyncReconcileResponseError$inboundSchema), z.any()]);
|
|
11678
11768
|
|
|
11679
|
-
export function
|
|
11769
|
+
export function syncReconcileResponseErrorUnionFromJSON(
|
|
11680
11770
|
jsonString: string,
|
|
11681
|
-
): SafeParseResult<
|
|
11682
|
-
SyncReconcileResponsePendingDeleteScopeUnion,
|
|
11683
|
-
SDKValidationError
|
|
11684
|
-
> {
|
|
11771
|
+
): SafeParseResult<SyncReconcileResponseErrorUnion, SDKValidationError> {
|
|
11685
11772
|
return safeParse(
|
|
11686
11773
|
jsonString,
|
|
11687
|
-
(x) =>
|
|
11688
|
-
|
|
11689
|
-
JSON.parse(x),
|
|
11690
|
-
),
|
|
11691
|
-
`Failed to parse 'SyncReconcileResponsePendingDeleteScopeUnion' from JSON`,
|
|
11774
|
+
(x) => SyncReconcileResponseErrorUnion$inboundSchema.parse(JSON.parse(x)),
|
|
11775
|
+
`Failed to parse 'SyncReconcileResponseErrorUnion' from JSON`,
|
|
11692
11776
|
);
|
|
11693
11777
|
}
|
|
11694
11778
|
|
|
11779
|
+
/** @internal */
|
|
11780
|
+
export const SyncReconcileResponseCurrentPlatform$inboundSchema: z.ZodEnum<
|
|
11781
|
+
typeof SyncReconcileResponseCurrentPlatform
|
|
11782
|
+
> = z.enum(SyncReconcileResponseCurrentPlatform);
|
|
11783
|
+
|
|
11695
11784
|
/** @internal */
|
|
11696
11785
|
export const SyncReconcileResponsePreparedStackManagementEnum$inboundSchema:
|
|
11697
11786
|
z.ZodEnum<typeof SyncReconcileResponsePreparedStackManagementEnum> = z.enum(
|
|
@@ -13800,16 +13889,7 @@ export const SyncReconcileResponseRuntimeMetadata$inboundSchema: z.ZodType<
|
|
|
13800
13889
|
SyncReconcileResponseRuntimeMetadata,
|
|
13801
13890
|
unknown
|
|
13802
13891
|
> = z.object({
|
|
13803
|
-
deleteScope: z.nullable(
|
|
13804
|
-
z.union([SyncReconcileResponseDeleteScopeEnum$inboundSchema, z.any()]),
|
|
13805
|
-
).optional(),
|
|
13806
13892
|
lastSyncedEnvVarsHash: z.nullable(z.string()).optional(),
|
|
13807
|
-
pendingDeleteScope: z.nullable(
|
|
13808
|
-
z.union([
|
|
13809
|
-
SyncReconcileResponsePendingDeleteScopeEnum$inboundSchema,
|
|
13810
|
-
z.any(),
|
|
13811
|
-
]),
|
|
13812
|
-
).optional(),
|
|
13813
13893
|
preparedStack: z.nullable(
|
|
13814
13894
|
z.union([
|
|
13815
13895
|
z.lazy(() => SyncReconcileResponsePreparedStack$inboundSchema),
|
|
@@ -13939,8 +14019,8 @@ export function syncReconcileResponseStackStateDependencyFromJSON(
|
|
|
13939
14019
|
}
|
|
13940
14020
|
|
|
13941
14021
|
/** @internal */
|
|
13942
|
-
export const
|
|
13943
|
-
|
|
14022
|
+
export const SyncReconcileResponseStackStateError$inboundSchema: z.ZodType<
|
|
14023
|
+
SyncReconcileResponseStackStateError,
|
|
13944
14024
|
unknown
|
|
13945
14025
|
> = z.object({
|
|
13946
14026
|
code: z.string(),
|
|
@@ -13953,29 +14033,39 @@ export const SyncReconcileResponseError$inboundSchema: z.ZodType<
|
|
|
13953
14033
|
source: z.nullable(z.any()).optional(),
|
|
13954
14034
|
});
|
|
13955
14035
|
|
|
13956
|
-
export function
|
|
14036
|
+
export function syncReconcileResponseStackStateErrorFromJSON(
|
|
13957
14037
|
jsonString: string,
|
|
13958
|
-
): SafeParseResult<
|
|
14038
|
+
): SafeParseResult<SyncReconcileResponseStackStateError, SDKValidationError> {
|
|
13959
14039
|
return safeParse(
|
|
13960
14040
|
jsonString,
|
|
13961
|
-
(x) =>
|
|
13962
|
-
|
|
14041
|
+
(x) =>
|
|
14042
|
+
SyncReconcileResponseStackStateError$inboundSchema.parse(JSON.parse(x)),
|
|
14043
|
+
`Failed to parse 'SyncReconcileResponseStackStateError' from JSON`,
|
|
13963
14044
|
);
|
|
13964
14045
|
}
|
|
13965
14046
|
|
|
13966
14047
|
/** @internal */
|
|
13967
|
-
export const
|
|
13968
|
-
|
|
14048
|
+
export const SyncReconcileResponseStackStateErrorUnion$inboundSchema: z.ZodType<
|
|
14049
|
+
SyncReconcileResponseStackStateErrorUnion,
|
|
13969
14050
|
unknown
|
|
13970
|
-
> = z.union([
|
|
14051
|
+
> = z.union([
|
|
14052
|
+
z.lazy(() => SyncReconcileResponseStackStateError$inboundSchema),
|
|
14053
|
+
z.any(),
|
|
14054
|
+
]);
|
|
13971
14055
|
|
|
13972
|
-
export function
|
|
14056
|
+
export function syncReconcileResponseStackStateErrorUnionFromJSON(
|
|
13973
14057
|
jsonString: string,
|
|
13974
|
-
): SafeParseResult<
|
|
14058
|
+
): SafeParseResult<
|
|
14059
|
+
SyncReconcileResponseStackStateErrorUnion,
|
|
14060
|
+
SDKValidationError
|
|
14061
|
+
> {
|
|
13975
14062
|
return safeParse(
|
|
13976
14063
|
jsonString,
|
|
13977
|
-
(x) =>
|
|
13978
|
-
|
|
14064
|
+
(x) =>
|
|
14065
|
+
SyncReconcileResponseStackStateErrorUnion$inboundSchema.parse(
|
|
14066
|
+
JSON.parse(x),
|
|
14067
|
+
),
|
|
14068
|
+
`Failed to parse 'SyncReconcileResponseStackStateErrorUnion' from JSON`,
|
|
13979
14069
|
);
|
|
13980
14070
|
}
|
|
13981
14071
|
|
|
@@ -14117,7 +14207,10 @@ export const SyncReconcileResponseStackStateResources$inboundSchema: z.ZodType<
|
|
|
14117
14207
|
z.lazy(() => SyncReconcileResponseStackStateDependency$inboundSchema),
|
|
14118
14208
|
).optional(),
|
|
14119
14209
|
error: z.nullable(
|
|
14120
|
-
z.union([
|
|
14210
|
+
z.union([
|
|
14211
|
+
z.lazy(() => SyncReconcileResponseStackStateError$inboundSchema),
|
|
14212
|
+
z.any(),
|
|
14213
|
+
]),
|
|
14121
14214
|
).optional(),
|
|
14122
14215
|
lastFailedState: z.nullable(z.any()).optional(),
|
|
14123
14216
|
lifecycle: z.nullable(
|
|
@@ -16360,6 +16453,9 @@ export const SyncReconcileResponseCurrent$inboundSchema: z.ZodType<
|
|
|
16360
16453
|
z.any(),
|
|
16361
16454
|
]),
|
|
16362
16455
|
).optional(),
|
|
16456
|
+
error: z.nullable(
|
|
16457
|
+
z.union([z.lazy(() => SyncReconcileResponseError$inboundSchema), z.any()]),
|
|
16458
|
+
).optional(),
|
|
16363
16459
|
platform: SyncReconcileResponseCurrentPlatform$inboundSchema,
|
|
16364
16460
|
protocolVersion: z.int(),
|
|
16365
16461
|
retryRequested: z.boolean().optional(),
|
|
@@ -16750,6 +16846,42 @@ export function syncReconcileResponseComputeBackendUnionFromJSON(
|
|
|
16750
16846
|
);
|
|
16751
16847
|
}
|
|
16752
16848
|
|
|
16849
|
+
/** @internal */
|
|
16850
|
+
export const SyncReconcileResponseAliasCertificateStatus$inboundSchema:
|
|
16851
|
+
z.ZodEnum<typeof SyncReconcileResponseAliasCertificateStatus> = z.enum(
|
|
16852
|
+
SyncReconcileResponseAliasCertificateStatus,
|
|
16853
|
+
);
|
|
16854
|
+
|
|
16855
|
+
/** @internal */
|
|
16856
|
+
export const SyncReconcileResponseAliasDnsStatus$inboundSchema: z.ZodEnum<
|
|
16857
|
+
typeof SyncReconcileResponseAliasDnsStatus
|
|
16858
|
+
> = z.enum(SyncReconcileResponseAliasDnsStatus);
|
|
16859
|
+
|
|
16860
|
+
/** @internal */
|
|
16861
|
+
export const SyncReconcileResponseAlias$inboundSchema: z.ZodType<
|
|
16862
|
+
SyncReconcileResponseAlias,
|
|
16863
|
+
unknown
|
|
16864
|
+
> = z.object({
|
|
16865
|
+
certificateChain: z.nullable(z.string()).optional(),
|
|
16866
|
+
certificateId: z.string(),
|
|
16867
|
+
certificateStatus: SyncReconcileResponseAliasCertificateStatus$inboundSchema,
|
|
16868
|
+
dnsError: z.nullable(z.string()).optional(),
|
|
16869
|
+
dnsStatus: SyncReconcileResponseAliasDnsStatus$inboundSchema,
|
|
16870
|
+
fqdn: z.string(),
|
|
16871
|
+
issuedAt: z.nullable(z.string()).optional(),
|
|
16872
|
+
privateKey: z.nullable(z.string()).optional(),
|
|
16873
|
+
});
|
|
16874
|
+
|
|
16875
|
+
export function syncReconcileResponseAliasFromJSON(
|
|
16876
|
+
jsonString: string,
|
|
16877
|
+
): SafeParseResult<SyncReconcileResponseAlias, SDKValidationError> {
|
|
16878
|
+
return safeParse(
|
|
16879
|
+
jsonString,
|
|
16880
|
+
(x) => SyncReconcileResponseAlias$inboundSchema.parse(JSON.parse(x)),
|
|
16881
|
+
`Failed to parse 'SyncReconcileResponseAlias' from JSON`,
|
|
16882
|
+
);
|
|
16883
|
+
}
|
|
16884
|
+
|
|
16753
16885
|
/** @internal */
|
|
16754
16886
|
export const SyncReconcileResponseCertificateStatus$inboundSchema: z.ZodEnum<
|
|
16755
16887
|
typeof SyncReconcileResponseCertificateStatus
|
|
@@ -16765,6 +16897,8 @@ export const DomainMetadataTargetResources$inboundSchema: z.ZodType<
|
|
|
16765
16897
|
DomainMetadataTargetResources,
|
|
16766
16898
|
unknown
|
|
16767
16899
|
> = z.object({
|
|
16900
|
+
aliases: z.array(z.lazy(() => SyncReconcileResponseAlias$inboundSchema))
|
|
16901
|
+
.optional(),
|
|
16768
16902
|
certificateChain: z.nullable(z.string()).optional(),
|
|
16769
16903
|
certificateId: z.string(),
|
|
16770
16904
|
certificateStatus: SyncReconcileResponseCertificateStatus$inboundSchema,
|
|
@@ -242,10 +242,6 @@ export type UpdateProject = {
|
|
|
242
242
|
* Project default private managers for new push deployments.
|
|
243
243
|
*/
|
|
244
244
|
defaultManagers?: UpdateProjectDefaultManagers | null | undefined;
|
|
245
|
-
/**
|
|
246
|
-
* Selected domain for this project's deployment portal (null = default first-party portal)
|
|
247
|
-
*/
|
|
248
|
-
portalDomainId?: string | null | undefined;
|
|
249
245
|
};
|
|
250
246
|
|
|
251
247
|
/** @internal */
|
|
@@ -514,7 +510,6 @@ export type UpdateProject$Outbound = {
|
|
|
514
510
|
packagesConfig?: UpdateProjectPackagesConfig$Outbound | null | undefined;
|
|
515
511
|
domainId?: string | null | undefined;
|
|
516
512
|
defaultManagers?: UpdateProjectDefaultManagers$Outbound | null | undefined;
|
|
517
|
-
portalDomainId?: string | null | undefined;
|
|
518
513
|
};
|
|
519
514
|
|
|
520
515
|
/** @internal */
|
|
@@ -536,7 +531,6 @@ export const UpdateProject$outboundSchema: z.ZodType<
|
|
|
536
531
|
defaultManagers: z.nullable(
|
|
537
532
|
z.lazy(() => UpdateProjectDefaultManagers$outboundSchema),
|
|
538
533
|
).optional(),
|
|
539
|
-
portalDomainId: z.nullable(z.string()).optional(),
|
|
540
534
|
});
|
|
541
535
|
|
|
542
536
|
export function updateProjectToJSON(updateProject: UpdateProject): string {
|