@alienplatform/platform-api 1.4.2 → 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 +18 -10
- 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/deploymentsGetSetupRegistrationOperation.d.ts +16 -0
- 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/funcs/{billingGetPlan.d.ts → managersGetDomainBinding.d.ts} +5 -3
- package/esm/funcs/managersGetDomainBinding.d.ts.map +1 -0
- package/esm/funcs/managersGetDomainBinding.js +89 -0
- package/esm/funcs/managersGetDomainBinding.js.map +1 -0
- package/esm/funcs/managersUpdateDomainBinding.d.ts +16 -0
- package/esm/funcs/managersUpdateDomainBinding.d.ts.map +1 -0
- package/esm/funcs/managersUpdateDomainBinding.js +92 -0
- package/esm/funcs/managersUpdateDomainBinding.js.map +1 -0
- package/esm/funcs/syncReconcile.d.ts +1 -1
- package/esm/funcs/syncReconcile.js +1 -1
- 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/createmanagerresponse.d.ts +15 -0
- package/esm/models/createmanagerresponse.d.ts.map +1 -1
- package/esm/models/createmanagerresponse.js +9 -0
- package/esm/models/createmanagerresponse.js.map +1 -1
- 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 +58 -64
- package/esm/models/deployment.d.ts.map +1 -1
- package/esm/models/deployment.js +35 -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 +58 -64
- package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
- package/esm/models/deploymentdetailresponse.js +37 -47
- package/esm/models/deploymentdetailresponse.js.map +1 -1
- package/esm/models/deploymentinfo.d.ts +40 -12
- package/esm/models/deploymentinfo.d.ts.map +1 -1
- package/esm/models/deploymentinfo.js +36 -13
- 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 -2
- package/esm/models/deploymentportaldomainresponse.d.ts.map +1 -1
- package/esm/models/deploymentportaldomainresponse.js +3 -2
- 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/deploymentsetupstacksettingspolicy.d.ts +7 -0
- package/esm/models/deploymentsetupstacksettingspolicy.d.ts.map +1 -1
- package/esm/models/deploymentsetupstacksettingspolicy.js +6 -0
- package/esm/models/deploymentsetupstacksettingspolicy.js.map +1 -1
- package/esm/models/{deploymentportaldomain.d.ts → domainendpoint.d.ts} +17 -33
- package/esm/models/domainendpoint.d.ts.map +1 -0
- package/esm/models/domainendpoint.js +49 -0
- 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 +22 -2
- package/esm/models/domainwithusage.d.ts.map +1 -1
- package/esm/models/domainwithusage.js +25 -2
- 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 +55 -34
- package/esm/models/importsource.d.ts.map +1 -1
- package/esm/models/importsource.js +39 -25
- 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 +20 -2
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +20 -2
- 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 +11 -0
- package/esm/models/managerdomainbindingresponse.d.ts.map +1 -0
- package/esm/models/managerdomainbindingresponse.js +14 -0
- package/esm/models/managerdomainbindingresponse.js.map +1 -0
- package/esm/models/managerretryresponse.d.ts +15 -0
- package/esm/models/managerretryresponse.d.ts.map +1 -1
- package/esm/models/managerretryresponse.js +9 -0
- package/esm/models/managerretryresponse.js.map +1 -1
- package/esm/models/newdeploymentrequest.d.ts +16 -0
- package/esm/models/newdeploymentrequest.d.ts.map +1 -1
- package/esm/models/newdeploymentrequest.js +6 -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/createproject.d.ts +8 -8
- package/esm/models/operations/createprojectfromtemplate.d.ts +8 -8
- 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/getmanagerdomainbinding.d.ts +20 -0
- package/esm/models/operations/getmanagerdomainbinding.d.ts.map +1 -0
- package/esm/models/operations/getmanagerdomainbinding.js +13 -0
- package/esm/models/operations/getmanagerdomainbinding.js.map +1 -0
- package/esm/models/operations/getresourcedeploymentdetail.d.ts +1 -0
- package/esm/models/operations/getresourcedeploymentdetail.d.ts.map +1 -1
- package/esm/models/operations/getresourcedeploymentdetail.js +1 -0
- package/esm/models/operations/getresourcedeploymentdetail.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 +6 -2
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +6 -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/operations/preparedeploymentstack.d.ts +7 -0
- package/esm/models/operations/preparedeploymentstack.d.ts.map +1 -1
- package/esm/models/operations/preparedeploymentstack.js +3 -0
- package/esm/models/operations/preparedeploymentstack.js.map +1 -1
- package/esm/models/operations/updatemanagerdomainbinding.d.ts +23 -0
- package/esm/models/operations/updatemanagerdomainbinding.d.ts.map +1 -0
- package/esm/models/operations/updatemanagerdomainbinding.js +21 -0
- package/esm/models/operations/updatemanagerdomainbinding.js.map +1 -0
- package/esm/models/package.d.ts +10 -6
- 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 +22 -70
- package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -1
- package/esm/models/persistimporteddeploymentrequest.js +9 -58
- package/esm/models/persistimporteddeploymentrequest.js.map +1 -1
- package/esm/models/project.d.ts +4 -4
- package/esm/models/projectlistitemresponse.d.ts +4 -4
- 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 +215 -90
- package/esm/models/syncacquireresponse.d.ts.map +1 -1
- package/esm/models/syncacquireresponse.js +80 -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 +58 -64
- package/esm/models/synclistresponse.d.ts.map +1 -1
- package/esm/models/synclistresponse.js +36 -44
- package/esm/models/synclistresponse.js.map +1 -1
- package/esm/models/syncreconcilerequest.d.ts +120 -173
- package/esm/models/syncreconcilerequest.d.ts.map +1 -1
- package/esm/models/syncreconcilerequest.js +31 -72
- package/esm/models/syncreconcilerequest.js.map +1 -1
- package/esm/models/syncreconcileresponse.d.ts +215 -90
- package/esm/models/syncreconcileresponse.d.ts.map +1 -1
- package/esm/models/syncreconcileresponse.js +80 -55
- package/esm/models/syncreconcileresponse.js.map +1 -1
- package/esm/models/updatemanagerdomainbinding.d.ts +15 -0
- package/esm/models/updatemanagerdomainbinding.d.ts.map +1 -0
- package/esm/models/updatemanagerdomainbinding.js +12 -0
- package/esm/models/updatemanagerdomainbinding.js.map +1 -0
- package/esm/models/updateproject.d.ts +4 -9
- 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/esm/sdk/managers.d.ts +8 -0
- package/esm/sdk/managers.d.ts.map +1 -1
- package/esm/sdk/managers.js +14 -0
- package/esm/sdk/managers.js.map +1 -1
- package/esm/sdk/sync.d.ts +1 -1
- package/esm/sdk/sync.js +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/funcs/managersGetDomainBinding.ts +180 -0
- package/src/funcs/managersUpdateDomainBinding.ts +183 -0
- package/src/funcs/syncReconcile.ts +1 -1
- 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/createmanagerresponse.ts +24 -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 +72 -116
- package/src/models/deploymentconnectioninfo.ts +3 -0
- package/src/models/deploymentdetailresponse.ts +78 -138
- package/src/models/deploymentinfo.ts +85 -31
- package/src/models/deploymentlistitemresponse.ts +38 -0
- package/src/models/deploymentportaldomainresponse.ts +7 -5
- package/src/models/deploymentrole.ts +1 -0
- package/src/models/deploymentsetupstacksettingspolicy.ts +13 -0
- package/src/models/{deploymentportaldomain.ts → domainendpoint.ts} +57 -70
- 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 +62 -4
- package/src/models/event.ts +11 -6
- package/src/models/importsource.ts +115 -63
- package/src/models/importsourcekind.ts +5 -1
- package/src/models/index.ts +20 -2
- package/src/models/kubernetesbaseplatform.ts +24 -0
- package/src/models/managerdeployment.ts +3 -0
- package/src/models/managerdomainbindingresponse.ts +34 -0
- package/src/models/managerretryresponse.ts +24 -0
- package/src/models/newdeploymentrequest.ts +20 -0
- package/src/models/operations/createdomain.ts +33 -0
- package/src/models/operations/createdomainendpoint.ts +131 -0
- package/src/models/operations/createproject.ts +8 -8
- package/src/models/operations/createprojectfromtemplate.ts +8 -8
- 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/getmanagerdomainbinding.ts +41 -0
- package/src/models/operations/getresourcedeploymentdetail.ts +2 -0
- package/src/models/operations/getsetupregistrationoperation.ts +41 -0
- package/src/models/operations/getworkspacebillingentitlements.ts +36 -0
- package/src/models/operations/index.ts +6 -2
- package/src/models/operations/listdeployments.ts +3 -0
- package/src/models/operations/preparedeploymentstack.ts +10 -0
- package/src/models/operations/updatemanagerdomainbinding.ts +53 -0
- package/src/models/package.ts +11 -6
- package/src/models/persistimporteddeploymentrequest.ts +26 -150
- package/src/models/project.ts +4 -4
- package/src/models/projectlistitemresponse.ts +4 -4
- 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 +308 -151
- package/src/models/synclistrequest.ts +3 -0
- package/src/models/synclistresponse.ts +77 -124
- package/src/models/syncreconcilerequest.ts +167 -265
- package/src/models/syncreconcileresponse.ts +309 -155
- package/src/models/updatemanagerdomainbinding.ts +33 -0
- package/src/models/updateproject.ts +4 -10
- 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/src/sdk/managers.ts +30 -0
- package/src/sdk/sync.ts +1 -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 -1619
- package/esm/models/cloudformationcallbackrequest.d.ts.map +0 -1
- package/esm/models/cloudformationcallbackrequest.js +0 -977
- package/esm/models/cloudformationcallbackrequest.js.map +0 -1
- 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/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/src/models/cloudformationcallbackrequest.ts +0 -3844
- package/src/models/operations/acceptcloudformationcallback.ts +0 -82
- package/src/models/operations/getworkspaceplan.ts +0 -62
|
@@ -1386,6 +1386,94 @@ export type SyncReconcileRequestEnvironmentInfoUnion =
|
|
|
1386
1386
|
| SyncReconcileRequestEnvironmentInfoTest
|
|
1387
1387
|
| any;
|
|
1388
1388
|
|
|
1389
|
+
/**
|
|
1390
|
+
* Canonical error container that provides a structured way to represent errors
|
|
1391
|
+
*
|
|
1392
|
+
* @remarks
|
|
1393
|
+
* with rich metadata including error codes, human-readable messages, context,
|
|
1394
|
+
* and chaining capabilities for error propagation.
|
|
1395
|
+
*
|
|
1396
|
+
* This struct is designed to be both machine-readable and user-friendly,
|
|
1397
|
+
* supporting serialization for API responses and detailed error reporting
|
|
1398
|
+
* in distributed systems.
|
|
1399
|
+
*/
|
|
1400
|
+
export type SyncReconcileRequestError = {
|
|
1401
|
+
/**
|
|
1402
|
+
* A unique identifier for the type of error.
|
|
1403
|
+
*
|
|
1404
|
+
* @remarks
|
|
1405
|
+
*
|
|
1406
|
+
* This should be a short, machine-readable string that can be used
|
|
1407
|
+
* by clients to programmatically handle different error types.
|
|
1408
|
+
* Examples: "NOT_FOUND", "VALIDATION_ERROR", "TIMEOUT"
|
|
1409
|
+
*/
|
|
1410
|
+
code: string;
|
|
1411
|
+
/**
|
|
1412
|
+
* Additional diagnostic information about the error context.
|
|
1413
|
+
*
|
|
1414
|
+
* @remarks
|
|
1415
|
+
*
|
|
1416
|
+
* This optional field can contain structured data providing more details
|
|
1417
|
+
* about the error, such as validation errors, request parameters that
|
|
1418
|
+
* caused the issue, or other relevant context information.
|
|
1419
|
+
*/
|
|
1420
|
+
context?: any | null | undefined;
|
|
1421
|
+
/**
|
|
1422
|
+
* Optional human-facing remediation hint.
|
|
1423
|
+
*/
|
|
1424
|
+
hint?: string | null | undefined;
|
|
1425
|
+
/**
|
|
1426
|
+
* HTTP status code for this error.
|
|
1427
|
+
*
|
|
1428
|
+
* @remarks
|
|
1429
|
+
*
|
|
1430
|
+
* Used when converting the error to an HTTP response. If None, falls back to
|
|
1431
|
+
* the error type's default status code or 500.
|
|
1432
|
+
*/
|
|
1433
|
+
httpStatusCode?: number | null | undefined;
|
|
1434
|
+
/**
|
|
1435
|
+
* Indicates if this is an internal error that should not be exposed to users.
|
|
1436
|
+
*
|
|
1437
|
+
* @remarks
|
|
1438
|
+
*
|
|
1439
|
+
* When `true`, this error contains sensitive information or implementation
|
|
1440
|
+
* details that should not be shown to end-users. Such errors should be
|
|
1441
|
+
* logged for debugging but replaced with generic error messages in responses.
|
|
1442
|
+
*/
|
|
1443
|
+
internal: boolean;
|
|
1444
|
+
/**
|
|
1445
|
+
* Human-readable error message.
|
|
1446
|
+
*
|
|
1447
|
+
* @remarks
|
|
1448
|
+
*
|
|
1449
|
+
* This message should be clear and actionable for developers or end-users,
|
|
1450
|
+
* providing context about what went wrong and potentially how to fix it.
|
|
1451
|
+
*/
|
|
1452
|
+
message: string;
|
|
1453
|
+
/**
|
|
1454
|
+
* Indicates whether the operation that caused the error should be retried.
|
|
1455
|
+
*
|
|
1456
|
+
* @remarks
|
|
1457
|
+
*
|
|
1458
|
+
* When `true`, the error is transient and the operation might succeed
|
|
1459
|
+
* if attempted again. When `false`, retrying the same operation is
|
|
1460
|
+
* unlikely to succeed without changes.
|
|
1461
|
+
*/
|
|
1462
|
+
retryable?: boolean | undefined;
|
|
1463
|
+
/**
|
|
1464
|
+
* The underlying error that caused this error, creating an error chain.
|
|
1465
|
+
*
|
|
1466
|
+
* @remarks
|
|
1467
|
+
*
|
|
1468
|
+
* This allows for proper error propagation and debugging by maintaining
|
|
1469
|
+
* the full context of how an error occurred through multiple layers
|
|
1470
|
+
* of an application.
|
|
1471
|
+
*/
|
|
1472
|
+
source?: any | null | undefined;
|
|
1473
|
+
};
|
|
1474
|
+
|
|
1475
|
+
export type SyncReconcileRequestErrorUnion = SyncReconcileRequestError | any;
|
|
1476
|
+
|
|
1389
1477
|
/**
|
|
1390
1478
|
* Represents the target cloud platform.
|
|
1391
1479
|
*/
|
|
@@ -1404,70 +1492,6 @@ export type SyncReconcileRequestPlatform = ClosedEnum<
|
|
|
1404
1492
|
typeof SyncReconcileRequestPlatform
|
|
1405
1493
|
>;
|
|
1406
1494
|
|
|
1407
|
-
/**
|
|
1408
|
-
* Scope for a delete operation.
|
|
1409
|
-
*
|
|
1410
|
-
* @remarks
|
|
1411
|
-
*
|
|
1412
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1413
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1414
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1415
|
-
* before setup tears down Frozen resources.
|
|
1416
|
-
*/
|
|
1417
|
-
export const SyncReconcileRequestDeleteScopeEnum = {
|
|
1418
|
-
Full: "full",
|
|
1419
|
-
LiveOnly: "liveOnly",
|
|
1420
|
-
} as const;
|
|
1421
|
-
/**
|
|
1422
|
-
* Scope for a delete operation.
|
|
1423
|
-
*
|
|
1424
|
-
* @remarks
|
|
1425
|
-
*
|
|
1426
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1427
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1428
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1429
|
-
* before setup tears down Frozen resources.
|
|
1430
|
-
*/
|
|
1431
|
-
export type SyncReconcileRequestDeleteScopeEnum = ClosedEnum<
|
|
1432
|
-
typeof SyncReconcileRequestDeleteScopeEnum
|
|
1433
|
-
>;
|
|
1434
|
-
|
|
1435
|
-
export type SyncReconcileRequestDeleteScopeUnion =
|
|
1436
|
-
| SyncReconcileRequestDeleteScopeEnum
|
|
1437
|
-
| any;
|
|
1438
|
-
|
|
1439
|
-
/**
|
|
1440
|
-
* Scope for a delete operation.
|
|
1441
|
-
*
|
|
1442
|
-
* @remarks
|
|
1443
|
-
*
|
|
1444
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1445
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1446
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1447
|
-
* before setup tears down Frozen resources.
|
|
1448
|
-
*/
|
|
1449
|
-
export const SyncReconcileRequestPendingDeleteScopeEnum = {
|
|
1450
|
-
Full: "full",
|
|
1451
|
-
LiveOnly: "liveOnly",
|
|
1452
|
-
} as const;
|
|
1453
|
-
/**
|
|
1454
|
-
* Scope for a delete operation.
|
|
1455
|
-
*
|
|
1456
|
-
* @remarks
|
|
1457
|
-
*
|
|
1458
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1459
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1460
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1461
|
-
* before setup tears down Frozen resources.
|
|
1462
|
-
*/
|
|
1463
|
-
export type SyncReconcileRequestPendingDeleteScopeEnum = ClosedEnum<
|
|
1464
|
-
typeof SyncReconcileRequestPendingDeleteScopeEnum
|
|
1465
|
-
>;
|
|
1466
|
-
|
|
1467
|
-
export type SyncReconcileRequestPendingDeleteScopeUnion =
|
|
1468
|
-
| SyncReconcileRequestPendingDeleteScopeEnum
|
|
1469
|
-
| any;
|
|
1470
|
-
|
|
1471
1495
|
export const SyncReconcileRequestPreparedStackManagementEnum = {
|
|
1472
1496
|
Auto: "auto",
|
|
1473
1497
|
} as const;
|
|
@@ -2700,7 +2724,6 @@ export type SyncReconcileRequestPreparedStackUnion =
|
|
|
2700
2724
|
* Stores deployment state that needs to persist across step calls.
|
|
2701
2725
|
*/
|
|
2702
2726
|
export type SyncReconcileRequestRuntimeMetadata = {
|
|
2703
|
-
deleteScope?: SyncReconcileRequestDeleteScopeEnum | any | null | undefined;
|
|
2704
2727
|
/**
|
|
2705
2728
|
* Hash of the environment variables snapshot that was last synced to the vault
|
|
2706
2729
|
*
|
|
@@ -2708,11 +2731,6 @@ export type SyncReconcileRequestRuntimeMetadata = {
|
|
|
2708
2731
|
* Used to avoid redundant sync operations during incremental deployment
|
|
2709
2732
|
*/
|
|
2710
2733
|
lastSyncedEnvVarsHash?: string | null | undefined;
|
|
2711
|
-
pendingDeleteScope?:
|
|
2712
|
-
| SyncReconcileRequestPendingDeleteScopeEnum
|
|
2713
|
-
| any
|
|
2714
|
-
| null
|
|
2715
|
-
| undefined;
|
|
2716
2734
|
preparedStack?: SyncReconcileRequestPreparedStack | any | null | undefined;
|
|
2717
2735
|
/**
|
|
2718
2736
|
* Whether cross-account registry access has been successfully granted.
|
|
@@ -2807,7 +2825,7 @@ export type SyncReconcileRequestStackStateDependency = {
|
|
|
2807
2825
|
* supporting serialization for API responses and detailed error reporting
|
|
2808
2826
|
* in distributed systems.
|
|
2809
2827
|
*/
|
|
2810
|
-
export type
|
|
2828
|
+
export type SyncReconcileRequestStackStateError = {
|
|
2811
2829
|
/**
|
|
2812
2830
|
* A unique identifier for the type of error.
|
|
2813
2831
|
*
|
|
@@ -2882,8 +2900,8 @@ export type SyncReconcileRequestErrorState = {
|
|
|
2882
2900
|
source?: any | null | undefined;
|
|
2883
2901
|
};
|
|
2884
2902
|
|
|
2885
|
-
export type
|
|
2886
|
-
|
|
|
2903
|
+
export type SyncReconcileRequestStackStateErrorUnion =
|
|
2904
|
+
| SyncReconcileRequestStackStateError
|
|
2887
2905
|
| any;
|
|
2888
2906
|
|
|
2889
2907
|
/**
|
|
@@ -2948,6 +2966,7 @@ export const StackStateStateStatus = {
|
|
|
2948
2966
|
UpdateFailed: "update-failed",
|
|
2949
2967
|
Deleting: "deleting",
|
|
2950
2968
|
DeleteFailed: "delete-failed",
|
|
2969
|
+
TeardownRequired: "teardown-required",
|
|
2951
2970
|
Deleted: "deleted",
|
|
2952
2971
|
RefreshFailed: "refresh-failed",
|
|
2953
2972
|
} as const;
|
|
@@ -2980,7 +2999,7 @@ export type SyncReconcileRequestStackStateResources = {
|
|
|
2980
2999
|
* This preserves the full dependency information from the stack definition.
|
|
2981
3000
|
*/
|
|
2982
3001
|
dependencies?: Array<SyncReconcileRequestStackStateDependency> | undefined;
|
|
2983
|
-
error?:
|
|
3002
|
+
error?: SyncReconcileRequestStackStateError | any | null | undefined;
|
|
2984
3003
|
/**
|
|
2985
3004
|
* Stores the controller state that failed, used for manual retry operations.
|
|
2986
3005
|
*
|
|
@@ -3042,6 +3061,7 @@ export type SyncReconcileRequestStackStateUnion =
|
|
|
3042
3061
|
*/
|
|
3043
3062
|
export const StateStatus = {
|
|
3044
3063
|
Pending: "pending",
|
|
3064
|
+
PreflightsFailed: "preflights-failed",
|
|
3045
3065
|
InitialSetup: "initial-setup",
|
|
3046
3066
|
InitialSetupFailed: "initial-setup-failed",
|
|
3047
3067
|
Provisioning: "provisioning",
|
|
@@ -3054,6 +3074,8 @@ export const StateStatus = {
|
|
|
3054
3074
|
DeletePending: "delete-pending",
|
|
3055
3075
|
Deleting: "deleting",
|
|
3056
3076
|
DeleteFailed: "delete-failed",
|
|
3077
|
+
TeardownRequired: "teardown-required",
|
|
3078
|
+
TeardownFailed: "teardown-failed",
|
|
3057
3079
|
Deleted: "deleted",
|
|
3058
3080
|
Error: "error",
|
|
3059
3081
|
} as const;
|
|
@@ -4328,6 +4350,7 @@ export type SyncReconcileRequestState = {
|
|
|
4328
4350
|
| any
|
|
4329
4351
|
| null
|
|
4330
4352
|
| undefined;
|
|
4353
|
+
error?: SyncReconcileRequestError | any | null | undefined;
|
|
4331
4354
|
/**
|
|
4332
4355
|
* Represents the target cloud platform.
|
|
4333
4356
|
*/
|
|
@@ -4361,84 +4384,6 @@ export type SyncReconcileRequestState = {
|
|
|
4361
4384
|
targetRelease?: SyncReconcileRequestTargetRelease | any | null | undefined;
|
|
4362
4385
|
};
|
|
4363
4386
|
|
|
4364
|
-
/**
|
|
4365
|
-
* Deployment error from step() result. Set when deployment fails, null to clear.
|
|
4366
|
-
*/
|
|
4367
|
-
export type SyncReconcileRequestError = {
|
|
4368
|
-
/**
|
|
4369
|
-
* A unique identifier for the type of error.
|
|
4370
|
-
*
|
|
4371
|
-
* @remarks
|
|
4372
|
-
*
|
|
4373
|
-
* This should be a short, machine-readable string that can be used
|
|
4374
|
-
* by clients to programmatically handle different error types.
|
|
4375
|
-
* Examples: "NOT_FOUND", "VALIDATION_ERROR", "TIMEOUT"
|
|
4376
|
-
*/
|
|
4377
|
-
code: string;
|
|
4378
|
-
/**
|
|
4379
|
-
* Additional diagnostic information about the error context.
|
|
4380
|
-
*
|
|
4381
|
-
* @remarks
|
|
4382
|
-
*
|
|
4383
|
-
* This optional field can contain structured data providing more details
|
|
4384
|
-
* about the error, such as validation errors, request parameters that
|
|
4385
|
-
* caused the issue, or other relevant context information.
|
|
4386
|
-
*/
|
|
4387
|
-
context?: any | null | undefined;
|
|
4388
|
-
/**
|
|
4389
|
-
* Optional human-facing remediation hint.
|
|
4390
|
-
*/
|
|
4391
|
-
hint?: string | null | undefined;
|
|
4392
|
-
/**
|
|
4393
|
-
* HTTP status code for this error.
|
|
4394
|
-
*
|
|
4395
|
-
* @remarks
|
|
4396
|
-
*
|
|
4397
|
-
* Used when converting the error to an HTTP response. If None, falls back to
|
|
4398
|
-
* the error type's default status code or 500.
|
|
4399
|
-
*/
|
|
4400
|
-
httpStatusCode?: number | null | undefined;
|
|
4401
|
-
/**
|
|
4402
|
-
* Indicates if this is an internal error that should not be exposed to users.
|
|
4403
|
-
*
|
|
4404
|
-
* @remarks
|
|
4405
|
-
*
|
|
4406
|
-
* When `true`, this error contains sensitive information or implementation
|
|
4407
|
-
* details that should not be shown to end-users. Such errors should be
|
|
4408
|
-
* logged for debugging but replaced with generic error messages in responses.
|
|
4409
|
-
*/
|
|
4410
|
-
internal: boolean;
|
|
4411
|
-
/**
|
|
4412
|
-
* Human-readable error message.
|
|
4413
|
-
*
|
|
4414
|
-
* @remarks
|
|
4415
|
-
*
|
|
4416
|
-
* This message should be clear and actionable for developers or end-users,
|
|
4417
|
-
* providing context about what went wrong and potentially how to fix it.
|
|
4418
|
-
*/
|
|
4419
|
-
message: string;
|
|
4420
|
-
/**
|
|
4421
|
-
* Indicates whether the operation that caused the error should be retried.
|
|
4422
|
-
*
|
|
4423
|
-
* @remarks
|
|
4424
|
-
*
|
|
4425
|
-
* When `true`, the error is transient and the operation might succeed
|
|
4426
|
-
* if attempted again. When `false`, retrying the same operation is
|
|
4427
|
-
* unlikely to succeed without changes.
|
|
4428
|
-
*/
|
|
4429
|
-
retryable?: boolean | undefined;
|
|
4430
|
-
/**
|
|
4431
|
-
* The underlying error that caused this error, creating an error chain.
|
|
4432
|
-
*
|
|
4433
|
-
* @remarks
|
|
4434
|
-
*
|
|
4435
|
-
* This allows for proper error propagation and debugging by maintaining
|
|
4436
|
-
* the full context of how an error occurred through multiple layers
|
|
4437
|
-
* of an application.
|
|
4438
|
-
*/
|
|
4439
|
-
source?: any | null | undefined;
|
|
4440
|
-
};
|
|
4441
|
-
|
|
4442
4387
|
export const BackendEnum = {
|
|
4443
4388
|
Aws: "aws",
|
|
4444
4389
|
Gcp: "gcp",
|
|
@@ -5881,6 +5826,7 @@ export type HeartbeatStatus42 = {
|
|
|
5881
5826
|
};
|
|
5882
5827
|
|
|
5883
5828
|
export type DataAzureVnet = {
|
|
5829
|
+
applicationGatewaySubnetName?: string | null | undefined;
|
|
5884
5830
|
cidrBlock?: string | null | undefined;
|
|
5885
5831
|
isByoVnet: boolean;
|
|
5886
5832
|
lastByoVnetVerificationErrorCode?: string | null | undefined;
|
|
@@ -10875,10 +10821,6 @@ export type SyncReconcileRequest = {
|
|
|
10875
10821
|
* Complete deployment state after step() execution
|
|
10876
10822
|
*/
|
|
10877
10823
|
state: SyncReconcileRequestState;
|
|
10878
|
-
/**
|
|
10879
|
-
* Deployment error from step() result. Set when deployment fails, null to clear.
|
|
10880
|
-
*/
|
|
10881
|
-
error?: SyncReconcileRequestError | null | undefined;
|
|
10882
10824
|
/**
|
|
10883
10825
|
* Update heartbeat timestamp (for successful health checks)
|
|
10884
10826
|
*/
|
|
@@ -13581,64 +13523,66 @@ export function syncReconcileRequestEnvironmentInfoUnionToJSON(
|
|
|
13581
13523
|
}
|
|
13582
13524
|
|
|
13583
13525
|
/** @internal */
|
|
13584
|
-
export
|
|
13585
|
-
|
|
13586
|
-
|
|
13587
|
-
|
|
13588
|
-
|
|
13589
|
-
|
|
13590
|
-
|
|
13591
|
-
|
|
13592
|
-
|
|
13593
|
-
|
|
13594
|
-
export type SyncReconcileRequestDeleteScopeUnion$Outbound = string | any;
|
|
13526
|
+
export type SyncReconcileRequestError$Outbound = {
|
|
13527
|
+
code: string;
|
|
13528
|
+
context?: any | null | undefined;
|
|
13529
|
+
hint?: string | null | undefined;
|
|
13530
|
+
httpStatusCode?: number | null | undefined;
|
|
13531
|
+
internal: boolean;
|
|
13532
|
+
message: string;
|
|
13533
|
+
retryable: boolean;
|
|
13534
|
+
source?: any | null | undefined;
|
|
13535
|
+
};
|
|
13595
13536
|
|
|
13596
13537
|
/** @internal */
|
|
13597
|
-
export const
|
|
13598
|
-
|
|
13599
|
-
|
|
13600
|
-
> = z.
|
|
13538
|
+
export const SyncReconcileRequestError$outboundSchema: z.ZodType<
|
|
13539
|
+
SyncReconcileRequestError$Outbound,
|
|
13540
|
+
SyncReconcileRequestError
|
|
13541
|
+
> = z.object({
|
|
13542
|
+
code: z.string(),
|
|
13543
|
+
context: z.nullable(z.any()).optional(),
|
|
13544
|
+
hint: z.nullable(z.string()).optional(),
|
|
13545
|
+
httpStatusCode: z.nullable(z.int()).optional(),
|
|
13546
|
+
internal: z.boolean(),
|
|
13547
|
+
message: z.string(),
|
|
13548
|
+
retryable: z.boolean().default(false),
|
|
13549
|
+
source: z.nullable(z.any()).optional(),
|
|
13550
|
+
});
|
|
13601
13551
|
|
|
13602
|
-
export function
|
|
13603
|
-
|
|
13552
|
+
export function syncReconcileRequestErrorToJSON(
|
|
13553
|
+
syncReconcileRequestError: SyncReconcileRequestError,
|
|
13604
13554
|
): string {
|
|
13605
13555
|
return JSON.stringify(
|
|
13606
|
-
|
|
13607
|
-
syncReconcileRequestDeleteScopeUnion,
|
|
13608
|
-
),
|
|
13556
|
+
SyncReconcileRequestError$outboundSchema.parse(syncReconcileRequestError),
|
|
13609
13557
|
);
|
|
13610
13558
|
}
|
|
13611
13559
|
|
|
13612
13560
|
/** @internal */
|
|
13613
|
-
export
|
|
13614
|
-
|
|
13615
|
-
|
|
13616
|
-
);
|
|
13617
|
-
|
|
13618
|
-
/** @internal */
|
|
13619
|
-
export type SyncReconcileRequestPendingDeleteScopeUnion$Outbound = string | any;
|
|
13561
|
+
export type SyncReconcileRequestErrorUnion$Outbound =
|
|
13562
|
+
| SyncReconcileRequestError$Outbound
|
|
13563
|
+
| any;
|
|
13620
13564
|
|
|
13621
13565
|
/** @internal */
|
|
13622
|
-
export const
|
|
13623
|
-
|
|
13624
|
-
|
|
13625
|
-
|
|
13626
|
-
> = z.union([
|
|
13627
|
-
SyncReconcileRequestPendingDeleteScopeEnum$outboundSchema,
|
|
13628
|
-
z.any(),
|
|
13629
|
-
]);
|
|
13566
|
+
export const SyncReconcileRequestErrorUnion$outboundSchema: z.ZodType<
|
|
13567
|
+
SyncReconcileRequestErrorUnion$Outbound,
|
|
13568
|
+
SyncReconcileRequestErrorUnion
|
|
13569
|
+
> = z.union([z.lazy(() => SyncReconcileRequestError$outboundSchema), z.any()]);
|
|
13630
13570
|
|
|
13631
|
-
export function
|
|
13632
|
-
|
|
13633
|
-
SyncReconcileRequestPendingDeleteScopeUnion,
|
|
13571
|
+
export function syncReconcileRequestErrorUnionToJSON(
|
|
13572
|
+
syncReconcileRequestErrorUnion: SyncReconcileRequestErrorUnion,
|
|
13634
13573
|
): string {
|
|
13635
13574
|
return JSON.stringify(
|
|
13636
|
-
|
|
13637
|
-
|
|
13575
|
+
SyncReconcileRequestErrorUnion$outboundSchema.parse(
|
|
13576
|
+
syncReconcileRequestErrorUnion,
|
|
13638
13577
|
),
|
|
13639
13578
|
);
|
|
13640
13579
|
}
|
|
13641
13580
|
|
|
13581
|
+
/** @internal */
|
|
13582
|
+
export const SyncReconcileRequestPlatform$outboundSchema: z.ZodEnum<
|
|
13583
|
+
typeof SyncReconcileRequestPlatform
|
|
13584
|
+
> = z.enum(SyncReconcileRequestPlatform);
|
|
13585
|
+
|
|
13642
13586
|
/** @internal */
|
|
13643
13587
|
export const SyncReconcileRequestPreparedStackManagementEnum$outboundSchema:
|
|
13644
13588
|
z.ZodEnum<typeof SyncReconcileRequestPreparedStackManagementEnum> = z.enum(
|
|
@@ -16092,9 +16036,7 @@ export function syncReconcileRequestPreparedStackUnionToJSON(
|
|
|
16092
16036
|
|
|
16093
16037
|
/** @internal */
|
|
16094
16038
|
export type SyncReconcileRequestRuntimeMetadata$Outbound = {
|
|
16095
|
-
deleteScope?: string | any | null | undefined;
|
|
16096
16039
|
lastSyncedEnvVarsHash?: string | null | undefined;
|
|
16097
|
-
pendingDeleteScope?: string | any | null | undefined;
|
|
16098
16040
|
preparedStack?:
|
|
16099
16041
|
| SyncReconcileRequestPreparedStack$Outbound
|
|
16100
16042
|
| any
|
|
@@ -16108,16 +16050,7 @@ export const SyncReconcileRequestRuntimeMetadata$outboundSchema: z.ZodType<
|
|
|
16108
16050
|
SyncReconcileRequestRuntimeMetadata$Outbound,
|
|
16109
16051
|
SyncReconcileRequestRuntimeMetadata
|
|
16110
16052
|
> = z.object({
|
|
16111
|
-
deleteScope: z.nullable(
|
|
16112
|
-
z.union([SyncReconcileRequestDeleteScopeEnum$outboundSchema, z.any()]),
|
|
16113
|
-
).optional(),
|
|
16114
16053
|
lastSyncedEnvVarsHash: z.nullable(z.string()).optional(),
|
|
16115
|
-
pendingDeleteScope: z.nullable(
|
|
16116
|
-
z.union([
|
|
16117
|
-
SyncReconcileRequestPendingDeleteScopeEnum$outboundSchema,
|
|
16118
|
-
z.any(),
|
|
16119
|
-
]),
|
|
16120
|
-
).optional(),
|
|
16121
16054
|
preparedStack: z.nullable(
|
|
16122
16055
|
z.union([
|
|
16123
16056
|
z.lazy(() => SyncReconcileRequestPreparedStack$outboundSchema),
|
|
@@ -16252,7 +16185,7 @@ export function syncReconcileRequestStackStateDependencyToJSON(
|
|
|
16252
16185
|
}
|
|
16253
16186
|
|
|
16254
16187
|
/** @internal */
|
|
16255
|
-
export type
|
|
16188
|
+
export type SyncReconcileRequestStackStateError$Outbound = {
|
|
16256
16189
|
code: string;
|
|
16257
16190
|
context?: any | null | undefined;
|
|
16258
16191
|
hint?: string | null | undefined;
|
|
@@ -16264,9 +16197,9 @@ export type SyncReconcileRequestErrorState$Outbound = {
|
|
|
16264
16197
|
};
|
|
16265
16198
|
|
|
16266
16199
|
/** @internal */
|
|
16267
|
-
export const
|
|
16268
|
-
|
|
16269
|
-
|
|
16200
|
+
export const SyncReconcileRequestStackStateError$outboundSchema: z.ZodType<
|
|
16201
|
+
SyncReconcileRequestStackStateError$Outbound,
|
|
16202
|
+
SyncReconcileRequestStackStateError
|
|
16270
16203
|
> = z.object({
|
|
16271
16204
|
code: z.string(),
|
|
16272
16205
|
context: z.nullable(z.any()).optional(),
|
|
@@ -16278,36 +16211,37 @@ export const SyncReconcileRequestErrorState$outboundSchema: z.ZodType<
|
|
|
16278
16211
|
source: z.nullable(z.any()).optional(),
|
|
16279
16212
|
});
|
|
16280
16213
|
|
|
16281
|
-
export function
|
|
16282
|
-
|
|
16214
|
+
export function syncReconcileRequestStackStateErrorToJSON(
|
|
16215
|
+
syncReconcileRequestStackStateError: SyncReconcileRequestStackStateError,
|
|
16283
16216
|
): string {
|
|
16284
16217
|
return JSON.stringify(
|
|
16285
|
-
|
|
16286
|
-
|
|
16218
|
+
SyncReconcileRequestStackStateError$outboundSchema.parse(
|
|
16219
|
+
syncReconcileRequestStackStateError,
|
|
16287
16220
|
),
|
|
16288
16221
|
);
|
|
16289
16222
|
}
|
|
16290
16223
|
|
|
16291
16224
|
/** @internal */
|
|
16292
|
-
export type
|
|
16293
|
-
|
|
|
16225
|
+
export type SyncReconcileRequestStackStateErrorUnion$Outbound =
|
|
16226
|
+
| SyncReconcileRequestStackStateError$Outbound
|
|
16294
16227
|
| any;
|
|
16295
16228
|
|
|
16296
16229
|
/** @internal */
|
|
16297
|
-
export const
|
|
16298
|
-
|
|
16299
|
-
|
|
16230
|
+
export const SyncReconcileRequestStackStateErrorUnion$outboundSchema: z.ZodType<
|
|
16231
|
+
SyncReconcileRequestStackStateErrorUnion$Outbound,
|
|
16232
|
+
SyncReconcileRequestStackStateErrorUnion
|
|
16300
16233
|
> = z.union([
|
|
16301
|
-
z.lazy(() =>
|
|
16234
|
+
z.lazy(() => SyncReconcileRequestStackStateError$outboundSchema),
|
|
16302
16235
|
z.any(),
|
|
16303
16236
|
]);
|
|
16304
16237
|
|
|
16305
|
-
export function
|
|
16306
|
-
|
|
16238
|
+
export function syncReconcileRequestStackStateErrorUnionToJSON(
|
|
16239
|
+
syncReconcileRequestStackStateErrorUnion:
|
|
16240
|
+
SyncReconcileRequestStackStateErrorUnion,
|
|
16307
16241
|
): string {
|
|
16308
16242
|
return JSON.stringify(
|
|
16309
|
-
|
|
16310
|
-
|
|
16243
|
+
SyncReconcileRequestStackStateErrorUnion$outboundSchema.parse(
|
|
16244
|
+
syncReconcileRequestStackStateErrorUnion,
|
|
16311
16245
|
),
|
|
16312
16246
|
);
|
|
16313
16247
|
}
|
|
@@ -16462,7 +16396,7 @@ export type SyncReconcileRequestStackStateResources$Outbound = {
|
|
|
16462
16396
|
dependencies?:
|
|
16463
16397
|
| Array<SyncReconcileRequestStackStateDependency$Outbound>
|
|
16464
16398
|
| undefined;
|
|
16465
|
-
error?:
|
|
16399
|
+
error?: SyncReconcileRequestStackStateError$Outbound | any | null | undefined;
|
|
16466
16400
|
lastFailedState?: any | null | undefined;
|
|
16467
16401
|
lifecycle?: string | any | null | undefined;
|
|
16468
16402
|
outputs?: SyncReconcileRequestOutputs$Outbound | any | null | undefined;
|
|
@@ -16492,7 +16426,7 @@ export const SyncReconcileRequestStackStateResources$outboundSchema: z.ZodType<
|
|
|
16492
16426
|
).optional(),
|
|
16493
16427
|
error: z.nullable(
|
|
16494
16428
|
z.union([
|
|
16495
|
-
z.lazy(() =>
|
|
16429
|
+
z.lazy(() => SyncReconcileRequestStackStateError$outboundSchema),
|
|
16496
16430
|
z.any(),
|
|
16497
16431
|
]),
|
|
16498
16432
|
).optional(),
|
|
@@ -19083,6 +19017,7 @@ export type SyncReconcileRequestState$Outbound = {
|
|
|
19083
19017
|
| any
|
|
19084
19018
|
| null
|
|
19085
19019
|
| undefined;
|
|
19020
|
+
error?: SyncReconcileRequestError$Outbound | any | null | undefined;
|
|
19086
19021
|
platform: string;
|
|
19087
19022
|
protocolVersion: number;
|
|
19088
19023
|
retryRequested?: boolean | undefined;
|
|
@@ -19121,6 +19056,9 @@ export const SyncReconcileRequestState$outboundSchema: z.ZodType<
|
|
|
19121
19056
|
z.any(),
|
|
19122
19057
|
]),
|
|
19123
19058
|
).optional(),
|
|
19059
|
+
error: z.nullable(
|
|
19060
|
+
z.union([z.lazy(() => SyncReconcileRequestError$outboundSchema), z.any()]),
|
|
19061
|
+
).optional(),
|
|
19124
19062
|
platform: SyncReconcileRequestPlatform$outboundSchema,
|
|
19125
19063
|
protocolVersion: z.int(),
|
|
19126
19064
|
retryRequested: z.boolean().optional(),
|
|
@@ -19153,41 +19091,6 @@ export function syncReconcileRequestStateToJSON(
|
|
|
19153
19091
|
);
|
|
19154
19092
|
}
|
|
19155
19093
|
|
|
19156
|
-
/** @internal */
|
|
19157
|
-
export type SyncReconcileRequestError$Outbound = {
|
|
19158
|
-
code: string;
|
|
19159
|
-
context?: any | null | undefined;
|
|
19160
|
-
hint?: string | null | undefined;
|
|
19161
|
-
httpStatusCode?: number | null | undefined;
|
|
19162
|
-
internal: boolean;
|
|
19163
|
-
message: string;
|
|
19164
|
-
retryable: boolean;
|
|
19165
|
-
source?: any | null | undefined;
|
|
19166
|
-
};
|
|
19167
|
-
|
|
19168
|
-
/** @internal */
|
|
19169
|
-
export const SyncReconcileRequestError$outboundSchema: z.ZodType<
|
|
19170
|
-
SyncReconcileRequestError$Outbound,
|
|
19171
|
-
SyncReconcileRequestError
|
|
19172
|
-
> = z.object({
|
|
19173
|
-
code: z.string(),
|
|
19174
|
-
context: z.nullable(z.any()).optional(),
|
|
19175
|
-
hint: z.nullable(z.string()).optional(),
|
|
19176
|
-
httpStatusCode: z.nullable(z.int()).optional(),
|
|
19177
|
-
internal: z.boolean(),
|
|
19178
|
-
message: z.string(),
|
|
19179
|
-
retryable: z.boolean().default(false),
|
|
19180
|
-
source: z.nullable(z.any()).optional(),
|
|
19181
|
-
});
|
|
19182
|
-
|
|
19183
|
-
export function syncReconcileRequestErrorToJSON(
|
|
19184
|
-
syncReconcileRequestError: SyncReconcileRequestError,
|
|
19185
|
-
): string {
|
|
19186
|
-
return JSON.stringify(
|
|
19187
|
-
SyncReconcileRequestError$outboundSchema.parse(syncReconcileRequestError),
|
|
19188
|
-
);
|
|
19189
|
-
}
|
|
19190
|
-
|
|
19191
19094
|
/** @internal */
|
|
19192
19095
|
export const BackendEnum$outboundSchema: z.ZodEnum<typeof BackendEnum> = z.enum(
|
|
19193
19096
|
BackendEnum,
|
|
@@ -21923,6 +21826,7 @@ export function heartbeatStatus42ToJSON(
|
|
|
21923
21826
|
|
|
21924
21827
|
/** @internal */
|
|
21925
21828
|
export type DataAzureVnet$Outbound = {
|
|
21829
|
+
applicationGatewaySubnetName?: string | null | undefined;
|
|
21926
21830
|
cidrBlock?: string | null | undefined;
|
|
21927
21831
|
isByoVnet: boolean;
|
|
21928
21832
|
lastByoVnetVerificationErrorCode?: string | null | undefined;
|
|
@@ -21944,6 +21848,7 @@ export const DataAzureVnet$outboundSchema: z.ZodType<
|
|
|
21944
21848
|
DataAzureVnet$Outbound,
|
|
21945
21849
|
DataAzureVnet
|
|
21946
21850
|
> = z.object({
|
|
21851
|
+
applicationGatewaySubnetName: z.nullable(z.string()).optional(),
|
|
21947
21852
|
cidrBlock: z.nullable(z.string()).optional(),
|
|
21948
21853
|
isByoVnet: z.boolean(),
|
|
21949
21854
|
lastByoVnetVerificationErrorCode: z.nullable(z.string()).optional(),
|
|
@@ -32790,7 +32695,6 @@ export type SyncReconcileRequest$Outbound = {
|
|
|
32790
32695
|
deploymentId: string;
|
|
32791
32696
|
session?: string | undefined;
|
|
32792
32697
|
state: SyncReconcileRequestState$Outbound;
|
|
32793
|
-
error?: SyncReconcileRequestError$Outbound | null | undefined;
|
|
32794
32698
|
updateHeartbeat?: boolean | undefined;
|
|
32795
32699
|
suggestedDelayMs?: number | undefined;
|
|
32796
32700
|
heartbeats?: Array<Heartbeat$Outbound> | undefined;
|
|
@@ -32804,8 +32708,6 @@ export const SyncReconcileRequest$outboundSchema: z.ZodType<
|
|
|
32804
32708
|
deploymentId: z.string(),
|
|
32805
32709
|
session: z.string().optional(),
|
|
32806
32710
|
state: z.lazy(() => SyncReconcileRequestState$outboundSchema),
|
|
32807
|
-
error: z.nullable(z.lazy(() => SyncReconcileRequestError$outboundSchema))
|
|
32808
|
-
.optional(),
|
|
32809
32711
|
updateHeartbeat: z.boolean().optional(),
|
|
32810
32712
|
suggestedDelayMs: z.int().optional(),
|
|
32811
32713
|
heartbeats: z.array(z.lazy(() => Heartbeat$outboundSchema)).optional(),
|