@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
|
@@ -33,6 +33,7 @@ import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
|
33
33
|
*/
|
|
34
34
|
export const DeploymentDetailResponseStatus = {
|
|
35
35
|
Pending: "pending",
|
|
36
|
+
PreflightsFailed: "preflights-failed",
|
|
36
37
|
InitialSetup: "initial-setup",
|
|
37
38
|
InitialSetupFailed: "initial-setup-failed",
|
|
38
39
|
Provisioning: "provisioning",
|
|
@@ -45,6 +46,8 @@ export const DeploymentDetailResponseStatus = {
|
|
|
45
46
|
DeletePending: "delete-pending",
|
|
46
47
|
Deleting: "deleting",
|
|
47
48
|
DeleteFailed: "delete-failed",
|
|
49
|
+
TeardownRequired: "teardown-required",
|
|
50
|
+
TeardownFailed: "teardown-failed",
|
|
48
51
|
Deleted: "deleted",
|
|
49
52
|
Error: "error",
|
|
50
53
|
} as const;
|
|
@@ -73,6 +76,21 @@ export type DeploymentDetailResponsePlatform = ClosedEnum<
|
|
|
73
76
|
typeof DeploymentDetailResponsePlatform
|
|
74
77
|
>;
|
|
75
78
|
|
|
79
|
+
/**
|
|
80
|
+
* Underlying cloud platform for Kubernetes deployments.
|
|
81
|
+
*/
|
|
82
|
+
export const DeploymentDetailResponseBasePlatform = {
|
|
83
|
+
Aws: "aws",
|
|
84
|
+
Gcp: "gcp",
|
|
85
|
+
Azure: "azure",
|
|
86
|
+
} as const;
|
|
87
|
+
/**
|
|
88
|
+
* Underlying cloud platform for Kubernetes deployments.
|
|
89
|
+
*/
|
|
90
|
+
export type DeploymentDetailResponseBasePlatform = ClosedEnum<
|
|
91
|
+
typeof DeploymentDetailResponseBasePlatform
|
|
92
|
+
>;
|
|
93
|
+
|
|
76
94
|
export const DeploymentDetailResponsePlatformTest = {
|
|
77
95
|
Test: "test",
|
|
78
96
|
} as const;
|
|
@@ -226,6 +244,7 @@ export type DeploymentDetailResponseAwsUnion =
|
|
|
226
244
|
|
|
227
245
|
export type DeploymentDetailResponseAzureStackSettings = {
|
|
228
246
|
keyVaultCertificateId: string;
|
|
247
|
+
keyVaultResourceId?: string | null | undefined;
|
|
229
248
|
};
|
|
230
249
|
|
|
231
250
|
export type DeploymentDetailResponseAzureUnion =
|
|
@@ -1056,6 +1075,10 @@ export type DeploymentDetailResponseTypeByoVnetAzure = ClosedEnum<
|
|
|
1056
1075
|
>;
|
|
1057
1076
|
|
|
1058
1077
|
export type DeploymentDetailResponseNetworkByoVnetAzure = {
|
|
1078
|
+
/**
|
|
1079
|
+
* Name of the dedicated classic Application Gateway subnet within the VNet.
|
|
1080
|
+
*/
|
|
1081
|
+
applicationGatewaySubnetName?: string | null | undefined;
|
|
1059
1082
|
/**
|
|
1060
1083
|
* Name of the private subnet within the VNet
|
|
1061
1084
|
*/
|
|
@@ -1459,6 +1482,7 @@ export const DeploymentDetailResponseStackStateStatus = {
|
|
|
1459
1482
|
UpdateFailed: "update-failed",
|
|
1460
1483
|
Deleting: "deleting",
|
|
1461
1484
|
DeleteFailed: "delete-failed",
|
|
1485
|
+
TeardownRequired: "teardown-required",
|
|
1462
1486
|
Deleted: "deleted",
|
|
1463
1487
|
RefreshFailed: "refresh-failed",
|
|
1464
1488
|
} as const;
|
|
@@ -1560,70 +1584,6 @@ export type DeploymentDetailResponseStackState = {
|
|
|
1560
1584
|
resources: { [k: string]: DeploymentDetailResponseStackStateResources };
|
|
1561
1585
|
};
|
|
1562
1586
|
|
|
1563
|
-
/**
|
|
1564
|
-
* Scope for a delete operation.
|
|
1565
|
-
*
|
|
1566
|
-
* @remarks
|
|
1567
|
-
*
|
|
1568
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1569
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1570
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1571
|
-
* before setup tears down Frozen resources.
|
|
1572
|
-
*/
|
|
1573
|
-
export const DeploymentDetailResponseDeleteScopeEnum = {
|
|
1574
|
-
Full: "full",
|
|
1575
|
-
LiveOnly: "liveOnly",
|
|
1576
|
-
} as const;
|
|
1577
|
-
/**
|
|
1578
|
-
* Scope for a delete operation.
|
|
1579
|
-
*
|
|
1580
|
-
* @remarks
|
|
1581
|
-
*
|
|
1582
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1583
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1584
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1585
|
-
* before setup tears down Frozen resources.
|
|
1586
|
-
*/
|
|
1587
|
-
export type DeploymentDetailResponseDeleteScopeEnum = ClosedEnum<
|
|
1588
|
-
typeof DeploymentDetailResponseDeleteScopeEnum
|
|
1589
|
-
>;
|
|
1590
|
-
|
|
1591
|
-
export type DeploymentDetailResponseDeleteScopeUnion =
|
|
1592
|
-
| DeploymentDetailResponseDeleteScopeEnum
|
|
1593
|
-
| any;
|
|
1594
|
-
|
|
1595
|
-
/**
|
|
1596
|
-
* Scope for a delete operation.
|
|
1597
|
-
*
|
|
1598
|
-
* @remarks
|
|
1599
|
-
*
|
|
1600
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1601
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1602
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1603
|
-
* before setup tears down Frozen resources.
|
|
1604
|
-
*/
|
|
1605
|
-
export const DeploymentDetailResponsePendingDeleteScopeEnum = {
|
|
1606
|
-
Full: "full",
|
|
1607
|
-
LiveOnly: "liveOnly",
|
|
1608
|
-
} as const;
|
|
1609
|
-
/**
|
|
1610
|
-
* Scope for a delete operation.
|
|
1611
|
-
*
|
|
1612
|
-
* @remarks
|
|
1613
|
-
*
|
|
1614
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1615
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1616
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1617
|
-
* before setup tears down Frozen resources.
|
|
1618
|
-
*/
|
|
1619
|
-
export type DeploymentDetailResponsePendingDeleteScopeEnum = ClosedEnum<
|
|
1620
|
-
typeof DeploymentDetailResponsePendingDeleteScopeEnum
|
|
1621
|
-
>;
|
|
1622
|
-
|
|
1623
|
-
export type DeploymentDetailResponsePendingDeleteScopeUnion =
|
|
1624
|
-
| DeploymentDetailResponsePendingDeleteScopeEnum
|
|
1625
|
-
| any;
|
|
1626
|
-
|
|
1627
1587
|
export const DeploymentDetailResponseManagementEnum = {
|
|
1628
1588
|
Auto: "auto",
|
|
1629
1589
|
} as const;
|
|
@@ -2851,11 +2811,6 @@ export type DeploymentDetailResponsePreparedStackUnion =
|
|
|
2851
2811
|
* Runtime metadata for deployment state persistence
|
|
2852
2812
|
*/
|
|
2853
2813
|
export type DeploymentDetailResponseRuntimeMetadata = {
|
|
2854
|
-
deleteScope?:
|
|
2855
|
-
| DeploymentDetailResponseDeleteScopeEnum
|
|
2856
|
-
| any
|
|
2857
|
-
| null
|
|
2858
|
-
| undefined;
|
|
2859
2814
|
/**
|
|
2860
2815
|
* Hash of the environment variables snapshot that was last synced to the vault
|
|
2861
2816
|
*
|
|
@@ -2863,11 +2818,6 @@ export type DeploymentDetailResponseRuntimeMetadata = {
|
|
|
2863
2818
|
* Used to avoid redundant sync operations during incremental deployment
|
|
2864
2819
|
*/
|
|
2865
2820
|
lastSyncedEnvVarsHash?: string | null | undefined;
|
|
2866
|
-
pendingDeleteScope?:
|
|
2867
|
-
| DeploymentDetailResponsePendingDeleteScopeEnum
|
|
2868
|
-
| any
|
|
2869
|
-
| null
|
|
2870
|
-
| undefined;
|
|
2871
2821
|
preparedStack?:
|
|
2872
2822
|
| DeploymentDetailResponsePreparedStack
|
|
2873
2823
|
| any
|
|
@@ -2899,6 +2849,24 @@ export type DeploymentDetailResponseImportSource = ClosedEnum<
|
|
|
2899
2849
|
typeof DeploymentDetailResponseImportSource
|
|
2900
2850
|
>;
|
|
2901
2851
|
|
|
2852
|
+
/**
|
|
2853
|
+
* Setup method that created the deployment record and owns setup-time resources.
|
|
2854
|
+
*/
|
|
2855
|
+
export const DeploymentDetailResponseSetupMethod = {
|
|
2856
|
+
Cloudformation: "cloudformation",
|
|
2857
|
+
GoogleOauth: "google-oauth",
|
|
2858
|
+
Terraform: "terraform",
|
|
2859
|
+
Helm: "helm",
|
|
2860
|
+
Cli: "cli",
|
|
2861
|
+
Manual: "manual",
|
|
2862
|
+
} as const;
|
|
2863
|
+
/**
|
|
2864
|
+
* Setup method that created the deployment record and owns setup-time resources.
|
|
2865
|
+
*/
|
|
2866
|
+
export type DeploymentDetailResponseSetupMethod = ClosedEnum<
|
|
2867
|
+
typeof DeploymentDetailResponseSetupMethod
|
|
2868
|
+
>;
|
|
2869
|
+
|
|
2902
2870
|
/**
|
|
2903
2871
|
* Latest error information if the deployment is in a failed state
|
|
2904
2872
|
*/
|
|
@@ -3038,6 +3006,14 @@ export type DeploymentDetailResponse = {
|
|
|
3038
3006
|
* Target platform for the deployment
|
|
3039
3007
|
*/
|
|
3040
3008
|
platform: DeploymentDetailResponsePlatform;
|
|
3009
|
+
/**
|
|
3010
|
+
* Underlying cloud platform for Kubernetes deployments.
|
|
3011
|
+
*/
|
|
3012
|
+
basePlatform?: DeploymentDetailResponseBasePlatform | null | undefined;
|
|
3013
|
+
/**
|
|
3014
|
+
* Cloud region or location for the deployment.
|
|
3015
|
+
*/
|
|
3016
|
+
region?: string | null | undefined;
|
|
3041
3017
|
/**
|
|
3042
3018
|
* DeploymentState protocol version owned by the runtime/manager
|
|
3043
3019
|
*/
|
|
@@ -3086,6 +3062,14 @@ export type DeploymentDetailResponse = {
|
|
|
3086
3062
|
* Setup source that imported this deployment
|
|
3087
3063
|
*/
|
|
3088
3064
|
importSource?: DeploymentDetailResponseImportSource | null | undefined;
|
|
3065
|
+
/**
|
|
3066
|
+
* Setup method that created the deployment record and owns setup-time resources.
|
|
3067
|
+
*/
|
|
3068
|
+
setupMethod?: DeploymentDetailResponseSetupMethod | null | undefined;
|
|
3069
|
+
/**
|
|
3070
|
+
* Setup method metadata needed to guide privileged teardown.
|
|
3071
|
+
*/
|
|
3072
|
+
setupMetadata?: { [k: string]: any | null } | null | undefined;
|
|
3089
3073
|
/**
|
|
3090
3074
|
* Imported setup target for compatibility checks
|
|
3091
3075
|
*/
|
|
@@ -3153,6 +3137,11 @@ export const DeploymentDetailResponsePlatform$inboundSchema: z.ZodEnum<
|
|
|
3153
3137
|
typeof DeploymentDetailResponsePlatform
|
|
3154
3138
|
> = z.enum(DeploymentDetailResponsePlatform);
|
|
3155
3139
|
|
|
3140
|
+
/** @internal */
|
|
3141
|
+
export const DeploymentDetailResponseBasePlatform$inboundSchema: z.ZodEnum<
|
|
3142
|
+
typeof DeploymentDetailResponseBasePlatform
|
|
3143
|
+
> = z.enum(DeploymentDetailResponseBasePlatform);
|
|
3144
|
+
|
|
3156
3145
|
/** @internal */
|
|
3157
3146
|
export const DeploymentDetailResponsePlatformTest$inboundSchema: z.ZodEnum<
|
|
3158
3147
|
typeof DeploymentDetailResponsePlatformTest
|
|
@@ -3370,6 +3359,7 @@ export function deploymentDetailResponseAwsUnionFromJSON(
|
|
|
3370
3359
|
export const DeploymentDetailResponseAzureStackSettings$inboundSchema:
|
|
3371
3360
|
z.ZodType<DeploymentDetailResponseAzureStackSettings, unknown> = z.object({
|
|
3372
3361
|
keyVaultCertificateId: z.string(),
|
|
3362
|
+
keyVaultResourceId: z.nullable(z.string()).optional(),
|
|
3373
3363
|
});
|
|
3374
3364
|
|
|
3375
3365
|
export function deploymentDetailResponseAzureStackSettingsFromJSON(
|
|
@@ -4927,12 +4917,14 @@ export const DeploymentDetailResponseTypeByoVnetAzure$inboundSchema: z.ZodEnum<
|
|
|
4927
4917
|
/** @internal */
|
|
4928
4918
|
export const DeploymentDetailResponseNetworkByoVnetAzure$inboundSchema:
|
|
4929
4919
|
z.ZodType<DeploymentDetailResponseNetworkByoVnetAzure, unknown> = z.object({
|
|
4920
|
+
application_gateway_subnet_name: z.nullable(z.string()).optional(),
|
|
4930
4921
|
private_subnet_name: z.string(),
|
|
4931
4922
|
public_subnet_name: z.string(),
|
|
4932
4923
|
type: DeploymentDetailResponseTypeByoVnetAzure$inboundSchema,
|
|
4933
4924
|
vnet_resource_id: z.string(),
|
|
4934
4925
|
}).transform((v) => {
|
|
4935
4926
|
return remap$(v, {
|
|
4927
|
+
"application_gateway_subnet_name": "applicationGatewaySubnetName",
|
|
4936
4928
|
"private_subnet_name": "privateSubnetName",
|
|
4937
4929
|
"public_subnet_name": "publicSubnetName",
|
|
4938
4930
|
"vnet_resource_id": "vnetResourceId",
|
|
@@ -5521,61 +5513,6 @@ export function deploymentDetailResponseStackStateFromJSON(
|
|
|
5521
5513
|
);
|
|
5522
5514
|
}
|
|
5523
5515
|
|
|
5524
|
-
/** @internal */
|
|
5525
|
-
export const DeploymentDetailResponseDeleteScopeEnum$inboundSchema: z.ZodEnum<
|
|
5526
|
-
typeof DeploymentDetailResponseDeleteScopeEnum
|
|
5527
|
-
> = z.enum(DeploymentDetailResponseDeleteScopeEnum);
|
|
5528
|
-
|
|
5529
|
-
/** @internal */
|
|
5530
|
-
export const DeploymentDetailResponseDeleteScopeUnion$inboundSchema: z.ZodType<
|
|
5531
|
-
DeploymentDetailResponseDeleteScopeUnion,
|
|
5532
|
-
unknown
|
|
5533
|
-
> = z.union([DeploymentDetailResponseDeleteScopeEnum$inboundSchema, z.any()]);
|
|
5534
|
-
|
|
5535
|
-
export function deploymentDetailResponseDeleteScopeUnionFromJSON(
|
|
5536
|
-
jsonString: string,
|
|
5537
|
-
): SafeParseResult<
|
|
5538
|
-
DeploymentDetailResponseDeleteScopeUnion,
|
|
5539
|
-
SDKValidationError
|
|
5540
|
-
> {
|
|
5541
|
-
return safeParse(
|
|
5542
|
-
jsonString,
|
|
5543
|
-
(x) =>
|
|
5544
|
-
DeploymentDetailResponseDeleteScopeUnion$inboundSchema.parse(
|
|
5545
|
-
JSON.parse(x),
|
|
5546
|
-
),
|
|
5547
|
-
`Failed to parse 'DeploymentDetailResponseDeleteScopeUnion' from JSON`,
|
|
5548
|
-
);
|
|
5549
|
-
}
|
|
5550
|
-
|
|
5551
|
-
/** @internal */
|
|
5552
|
-
export const DeploymentDetailResponsePendingDeleteScopeEnum$inboundSchema:
|
|
5553
|
-
z.ZodEnum<typeof DeploymentDetailResponsePendingDeleteScopeEnum> = z.enum(
|
|
5554
|
-
DeploymentDetailResponsePendingDeleteScopeEnum,
|
|
5555
|
-
);
|
|
5556
|
-
|
|
5557
|
-
/** @internal */
|
|
5558
|
-
export const DeploymentDetailResponsePendingDeleteScopeUnion$inboundSchema:
|
|
5559
|
-
z.ZodType<DeploymentDetailResponsePendingDeleteScopeUnion, unknown> = z.union(
|
|
5560
|
-
[DeploymentDetailResponsePendingDeleteScopeEnum$inboundSchema, z.any()],
|
|
5561
|
-
);
|
|
5562
|
-
|
|
5563
|
-
export function deploymentDetailResponsePendingDeleteScopeUnionFromJSON(
|
|
5564
|
-
jsonString: string,
|
|
5565
|
-
): SafeParseResult<
|
|
5566
|
-
DeploymentDetailResponsePendingDeleteScopeUnion,
|
|
5567
|
-
SDKValidationError
|
|
5568
|
-
> {
|
|
5569
|
-
return safeParse(
|
|
5570
|
-
jsonString,
|
|
5571
|
-
(x) =>
|
|
5572
|
-
DeploymentDetailResponsePendingDeleteScopeUnion$inboundSchema.parse(
|
|
5573
|
-
JSON.parse(x),
|
|
5574
|
-
),
|
|
5575
|
-
`Failed to parse 'DeploymentDetailResponsePendingDeleteScopeUnion' from JSON`,
|
|
5576
|
-
);
|
|
5577
|
-
}
|
|
5578
|
-
|
|
5579
5516
|
/** @internal */
|
|
5580
5517
|
export const DeploymentDetailResponseManagementEnum$inboundSchema: z.ZodEnum<
|
|
5581
5518
|
typeof DeploymentDetailResponseManagementEnum
|
|
@@ -7522,16 +7459,7 @@ export const DeploymentDetailResponseRuntimeMetadata$inboundSchema: z.ZodType<
|
|
|
7522
7459
|
DeploymentDetailResponseRuntimeMetadata,
|
|
7523
7460
|
unknown
|
|
7524
7461
|
> = z.object({
|
|
7525
|
-
deleteScope: z.nullable(
|
|
7526
|
-
z.union([DeploymentDetailResponseDeleteScopeEnum$inboundSchema, z.any()]),
|
|
7527
|
-
).optional(),
|
|
7528
7462
|
lastSyncedEnvVarsHash: z.nullable(z.string()).optional(),
|
|
7529
|
-
pendingDeleteScope: z.nullable(
|
|
7530
|
-
z.union([
|
|
7531
|
-
DeploymentDetailResponsePendingDeleteScopeEnum$inboundSchema,
|
|
7532
|
-
z.any(),
|
|
7533
|
-
]),
|
|
7534
|
-
).optional(),
|
|
7535
7463
|
preparedStack: z.nullable(
|
|
7536
7464
|
z.union([
|
|
7537
7465
|
z.lazy(() => DeploymentDetailResponsePreparedStack$inboundSchema),
|
|
@@ -7562,6 +7490,11 @@ export const DeploymentDetailResponseImportSource$inboundSchema: z.ZodEnum<
|
|
|
7562
7490
|
typeof DeploymentDetailResponseImportSource
|
|
7563
7491
|
> = z.enum(DeploymentDetailResponseImportSource);
|
|
7564
7492
|
|
|
7493
|
+
/** @internal */
|
|
7494
|
+
export const DeploymentDetailResponseSetupMethod$inboundSchema: z.ZodEnum<
|
|
7495
|
+
typeof DeploymentDetailResponseSetupMethod
|
|
7496
|
+
> = z.enum(DeploymentDetailResponseSetupMethod);
|
|
7497
|
+
|
|
7565
7498
|
/** @internal */
|
|
7566
7499
|
export const DeploymentDetailResponseError$inboundSchema: z.ZodType<
|
|
7567
7500
|
DeploymentDetailResponseError,
|
|
@@ -7648,6 +7581,9 @@ export const DeploymentDetailResponse$inboundSchema: z.ZodType<
|
|
|
7648
7581
|
status: DeploymentDetailResponseStatus$inboundSchema,
|
|
7649
7582
|
projectId: z.string(),
|
|
7650
7583
|
platform: DeploymentDetailResponsePlatform$inboundSchema,
|
|
7584
|
+
basePlatform: z.nullable(DeploymentDetailResponseBasePlatform$inboundSchema)
|
|
7585
|
+
.optional(),
|
|
7586
|
+
region: z.nullable(z.string()).optional(),
|
|
7651
7587
|
deploymentProtocolVersion: z.int(),
|
|
7652
7588
|
deploymentGroupId: z.string(),
|
|
7653
7589
|
environmentInfo: z.nullable(
|
|
@@ -7674,6 +7610,10 @@ export const DeploymentDetailResponse$inboundSchema: z.ZodType<
|
|
|
7674
7610
|
pinnedReleaseId: z.nullable(z.string()).optional(),
|
|
7675
7611
|
importSource: z.nullable(DeploymentDetailResponseImportSource$inboundSchema)
|
|
7676
7612
|
.optional(),
|
|
7613
|
+
setupMethod: z.nullable(DeploymentDetailResponseSetupMethod$inboundSchema)
|
|
7614
|
+
.optional(),
|
|
7615
|
+
setupMetadata: z.nullable(z.record(z.string(), z.nullable(z.any())))
|
|
7616
|
+
.optional(),
|
|
7677
7617
|
setupTarget: z.nullable(z.string()).optional(),
|
|
7678
7618
|
setupFingerprint: z.nullable(z.string()).optional(),
|
|
7679
7619
|
setupFingerprintVersion: z.nullable(z.int()).optional(),
|
|
@@ -320,6 +320,10 @@ export type DeploymentInfoModules = {
|
|
|
320
320
|
* Terraform module target (aws, gcp, azure, eks, gke, aks)
|
|
321
321
|
*/
|
|
322
322
|
target: string;
|
|
323
|
+
/**
|
|
324
|
+
* Terraform input variables exposed by this module.
|
|
325
|
+
*/
|
|
326
|
+
variables?: Array<string> | undefined;
|
|
323
327
|
};
|
|
324
328
|
|
|
325
329
|
/**
|
|
@@ -468,8 +472,8 @@ export type DeploymentInfoHelm = {
|
|
|
468
472
|
* OCI chart reference
|
|
469
473
|
*/
|
|
470
474
|
chartRef: string;
|
|
471
|
-
managerFetchExample
|
|
472
|
-
localImportExample
|
|
475
|
+
managerFetchExample?: string | undefined;
|
|
476
|
+
localImportExample?: string | undefined;
|
|
473
477
|
};
|
|
474
478
|
|
|
475
479
|
export type Packages = {
|
|
@@ -486,7 +490,7 @@ export type Packages = {
|
|
|
486
490
|
/**
|
|
487
491
|
* Represents the target cloud platform.
|
|
488
492
|
*/
|
|
489
|
-
export const
|
|
493
|
+
export const TargetsPlatform = {
|
|
490
494
|
Aws: "aws",
|
|
491
495
|
Gcp: "gcp",
|
|
492
496
|
Azure: "azure",
|
|
@@ -497,12 +501,24 @@ export const TargetsPlatformEnum = {
|
|
|
497
501
|
/**
|
|
498
502
|
* Represents the target cloud platform.
|
|
499
503
|
*/
|
|
500
|
-
export type
|
|
504
|
+
export type TargetsPlatform = ClosedEnum<typeof TargetsPlatform>;
|
|
505
|
+
|
|
506
|
+
export const TargetsPlatformKubernetes = {
|
|
507
|
+
Kubernetes: "kubernetes",
|
|
508
|
+
} as const;
|
|
509
|
+
export type TargetsPlatformKubernetes = ClosedEnum<
|
|
510
|
+
typeof TargetsPlatformKubernetes
|
|
511
|
+
>;
|
|
501
512
|
|
|
502
513
|
export type DeploymentInfoManagementConfigKubernetes = {
|
|
503
|
-
platform:
|
|
514
|
+
platform: TargetsPlatformKubernetes;
|
|
504
515
|
};
|
|
505
516
|
|
|
517
|
+
export const TargetsPlatformAzure = {
|
|
518
|
+
Azure: "azure",
|
|
519
|
+
} as const;
|
|
520
|
+
export type TargetsPlatformAzure = ClosedEnum<typeof TargetsPlatformAzure>;
|
|
521
|
+
|
|
506
522
|
/**
|
|
507
523
|
* Azure management configuration extracted from stack settings
|
|
508
524
|
*/
|
|
@@ -519,9 +535,14 @@ export type DeploymentInfoManagementConfigAzure = {
|
|
|
519
535
|
* OIDC subject claim trusted by the target-side managed identity.
|
|
520
536
|
*/
|
|
521
537
|
oidcSubject: string;
|
|
522
|
-
platform:
|
|
538
|
+
platform: TargetsPlatformAzure;
|
|
523
539
|
};
|
|
524
540
|
|
|
541
|
+
export const TargetsPlatformGcp = {
|
|
542
|
+
Gcp: "gcp",
|
|
543
|
+
} as const;
|
|
544
|
+
export type TargetsPlatformGcp = ClosedEnum<typeof TargetsPlatformGcp>;
|
|
545
|
+
|
|
525
546
|
/**
|
|
526
547
|
* GCP management configuration extracted from stack settings
|
|
527
548
|
*/
|
|
@@ -530,9 +551,14 @@ export type DeploymentInfoManagementConfigGcp = {
|
|
|
530
551
|
* Service account email for management roles
|
|
531
552
|
*/
|
|
532
553
|
serviceAccountEmail: string;
|
|
533
|
-
platform:
|
|
554
|
+
platform: TargetsPlatformGcp;
|
|
534
555
|
};
|
|
535
556
|
|
|
557
|
+
export const TargetsPlatformAws = {
|
|
558
|
+
Aws: "aws",
|
|
559
|
+
} as const;
|
|
560
|
+
export type TargetsPlatformAws = ClosedEnum<typeof TargetsPlatformAws>;
|
|
561
|
+
|
|
536
562
|
/**
|
|
537
563
|
* AWS management configuration extracted from stack settings
|
|
538
564
|
*/
|
|
@@ -541,7 +567,7 @@ export type DeploymentInfoManagementConfigAws = {
|
|
|
541
567
|
* The managing AWS IAM role ARN that can assume cross-account roles
|
|
542
568
|
*/
|
|
543
569
|
managingRoleArn: string;
|
|
544
|
-
platform:
|
|
570
|
+
platform: TargetsPlatformAws;
|
|
545
571
|
};
|
|
546
572
|
|
|
547
573
|
/**
|
|
@@ -553,16 +579,17 @@ export type DeploymentInfoManagementConfigAws = {
|
|
|
553
579
|
* This is NOT user-specified - it's derived from the Manager's ServiceAccount.
|
|
554
580
|
*/
|
|
555
581
|
export type DeploymentInfoManagementConfigUnion =
|
|
582
|
+
| DeploymentInfoManagementConfigAzure
|
|
556
583
|
| DeploymentInfoManagementConfigAws
|
|
557
584
|
| DeploymentInfoManagementConfigGcp
|
|
558
|
-
|
|
|
559
|
-
|
|
|
585
|
+
| DeploymentInfoManagementConfigKubernetes
|
|
586
|
+
| any;
|
|
560
587
|
|
|
561
588
|
export type InstallContextTargets = {
|
|
562
589
|
/**
|
|
563
590
|
* Represents the target cloud platform.
|
|
564
591
|
*/
|
|
565
|
-
platform:
|
|
592
|
+
platform: TargetsPlatform;
|
|
566
593
|
managerUrl: string;
|
|
567
594
|
/**
|
|
568
595
|
* Management configuration for different cloud platforms.
|
|
@@ -572,11 +599,14 @@ export type InstallContextTargets = {
|
|
|
572
599
|
* Platform-derived configuration for cross-account/cross-tenant access.
|
|
573
600
|
* This is NOT user-specified - it's derived from the Manager's ServiceAccount.
|
|
574
601
|
*/
|
|
575
|
-
managementConfig
|
|
602
|
+
managementConfig?:
|
|
603
|
+
| DeploymentInfoManagementConfigAzure
|
|
576
604
|
| DeploymentInfoManagementConfigAws
|
|
577
605
|
| DeploymentInfoManagementConfigGcp
|
|
578
|
-
|
|
|
579
|
-
|
|
|
606
|
+
| DeploymentInfoManagementConfigKubernetes
|
|
607
|
+
| any
|
|
608
|
+
| null
|
|
609
|
+
| undefined;
|
|
580
610
|
awsManagingAccountId?: string | undefined;
|
|
581
611
|
};
|
|
582
612
|
|
|
@@ -930,6 +960,7 @@ export const DeploymentInfoModules$inboundSchema: z.ZodType<
|
|
|
930
960
|
size: z.int(),
|
|
931
961
|
source: z.string(),
|
|
932
962
|
target: z.string(),
|
|
963
|
+
variables: z.array(z.string()).optional(),
|
|
933
964
|
});
|
|
934
965
|
|
|
935
966
|
export function deploymentInfoModulesFromJSON(
|
|
@@ -1086,8 +1117,8 @@ export const DeploymentInfoHelm$inboundSchema: z.ZodType<
|
|
|
1086
1117
|
outputs: z.lazy(() => HelmOutputs$inboundSchema).optional(),
|
|
1087
1118
|
error: z.nullable(z.any()).optional(),
|
|
1088
1119
|
chartRef: z.string(),
|
|
1089
|
-
managerFetchExample: z.string(),
|
|
1090
|
-
localImportExample: z.string(),
|
|
1120
|
+
managerFetchExample: z.string().optional(),
|
|
1121
|
+
localImportExample: z.string().optional(),
|
|
1091
1122
|
});
|
|
1092
1123
|
|
|
1093
1124
|
export function deploymentInfoHelmFromJSON(
|
|
@@ -1121,16 +1152,20 @@ export function packagesFromJSON(
|
|
|
1121
1152
|
}
|
|
1122
1153
|
|
|
1123
1154
|
/** @internal */
|
|
1124
|
-
export const
|
|
1125
|
-
|
|
1126
|
-
|
|
1155
|
+
export const TargetsPlatform$inboundSchema: z.ZodEnum<typeof TargetsPlatform> =
|
|
1156
|
+
z.enum(TargetsPlatform);
|
|
1157
|
+
|
|
1158
|
+
/** @internal */
|
|
1159
|
+
export const TargetsPlatformKubernetes$inboundSchema: z.ZodEnum<
|
|
1160
|
+
typeof TargetsPlatformKubernetes
|
|
1161
|
+
> = z.enum(TargetsPlatformKubernetes);
|
|
1127
1162
|
|
|
1128
1163
|
/** @internal */
|
|
1129
1164
|
export const DeploymentInfoManagementConfigKubernetes$inboundSchema: z.ZodType<
|
|
1130
1165
|
DeploymentInfoManagementConfigKubernetes,
|
|
1131
1166
|
unknown
|
|
1132
1167
|
> = z.object({
|
|
1133
|
-
platform:
|
|
1168
|
+
platform: TargetsPlatformKubernetes$inboundSchema,
|
|
1134
1169
|
});
|
|
1135
1170
|
|
|
1136
1171
|
export function deploymentInfoManagementConfigKubernetesFromJSON(
|
|
@@ -1149,6 +1184,11 @@ export function deploymentInfoManagementConfigKubernetesFromJSON(
|
|
|
1149
1184
|
);
|
|
1150
1185
|
}
|
|
1151
1186
|
|
|
1187
|
+
/** @internal */
|
|
1188
|
+
export const TargetsPlatformAzure$inboundSchema: z.ZodEnum<
|
|
1189
|
+
typeof TargetsPlatformAzure
|
|
1190
|
+
> = z.enum(TargetsPlatformAzure);
|
|
1191
|
+
|
|
1152
1192
|
/** @internal */
|
|
1153
1193
|
export const DeploymentInfoManagementConfigAzure$inboundSchema: z.ZodType<
|
|
1154
1194
|
DeploymentInfoManagementConfigAzure,
|
|
@@ -1157,7 +1197,7 @@ export const DeploymentInfoManagementConfigAzure$inboundSchema: z.ZodType<
|
|
|
1157
1197
|
managingTenantId: z.string(),
|
|
1158
1198
|
oidcIssuer: z.string(),
|
|
1159
1199
|
oidcSubject: z.string(),
|
|
1160
|
-
platform:
|
|
1200
|
+
platform: TargetsPlatformAzure$inboundSchema,
|
|
1161
1201
|
});
|
|
1162
1202
|
|
|
1163
1203
|
export function deploymentInfoManagementConfigAzureFromJSON(
|
|
@@ -1171,13 +1211,18 @@ export function deploymentInfoManagementConfigAzureFromJSON(
|
|
|
1171
1211
|
);
|
|
1172
1212
|
}
|
|
1173
1213
|
|
|
1214
|
+
/** @internal */
|
|
1215
|
+
export const TargetsPlatformGcp$inboundSchema: z.ZodEnum<
|
|
1216
|
+
typeof TargetsPlatformGcp
|
|
1217
|
+
> = z.enum(TargetsPlatformGcp);
|
|
1218
|
+
|
|
1174
1219
|
/** @internal */
|
|
1175
1220
|
export const DeploymentInfoManagementConfigGcp$inboundSchema: z.ZodType<
|
|
1176
1221
|
DeploymentInfoManagementConfigGcp,
|
|
1177
1222
|
unknown
|
|
1178
1223
|
> = z.object({
|
|
1179
1224
|
serviceAccountEmail: z.string(),
|
|
1180
|
-
platform:
|
|
1225
|
+
platform: TargetsPlatformGcp$inboundSchema,
|
|
1181
1226
|
});
|
|
1182
1227
|
|
|
1183
1228
|
export function deploymentInfoManagementConfigGcpFromJSON(
|
|
@@ -1190,13 +1235,18 @@ export function deploymentInfoManagementConfigGcpFromJSON(
|
|
|
1190
1235
|
);
|
|
1191
1236
|
}
|
|
1192
1237
|
|
|
1238
|
+
/** @internal */
|
|
1239
|
+
export const TargetsPlatformAws$inboundSchema: z.ZodEnum<
|
|
1240
|
+
typeof TargetsPlatformAws
|
|
1241
|
+
> = z.enum(TargetsPlatformAws);
|
|
1242
|
+
|
|
1193
1243
|
/** @internal */
|
|
1194
1244
|
export const DeploymentInfoManagementConfigAws$inboundSchema: z.ZodType<
|
|
1195
1245
|
DeploymentInfoManagementConfigAws,
|
|
1196
1246
|
unknown
|
|
1197
1247
|
> = z.object({
|
|
1198
1248
|
managingRoleArn: z.string(),
|
|
1199
|
-
platform:
|
|
1249
|
+
platform: TargetsPlatformAws$inboundSchema,
|
|
1200
1250
|
});
|
|
1201
1251
|
|
|
1202
1252
|
export function deploymentInfoManagementConfigAwsFromJSON(
|
|
@@ -1214,10 +1264,11 @@ export const DeploymentInfoManagementConfigUnion$inboundSchema: z.ZodType<
|
|
|
1214
1264
|
DeploymentInfoManagementConfigUnion,
|
|
1215
1265
|
unknown
|
|
1216
1266
|
> = z.union([
|
|
1267
|
+
z.lazy(() => DeploymentInfoManagementConfigAzure$inboundSchema),
|
|
1217
1268
|
z.lazy(() => DeploymentInfoManagementConfigAws$inboundSchema),
|
|
1218
1269
|
z.lazy(() => DeploymentInfoManagementConfigGcp$inboundSchema),
|
|
1219
|
-
z.lazy(() => DeploymentInfoManagementConfigAzure$inboundSchema),
|
|
1220
1270
|
z.lazy(() => DeploymentInfoManagementConfigKubernetes$inboundSchema),
|
|
1271
|
+
z.any(),
|
|
1221
1272
|
]);
|
|
1222
1273
|
|
|
1223
1274
|
export function deploymentInfoManagementConfigUnionFromJSON(
|
|
@@ -1236,14 +1287,17 @@ export const InstallContextTargets$inboundSchema: z.ZodType<
|
|
|
1236
1287
|
InstallContextTargets,
|
|
1237
1288
|
unknown
|
|
1238
1289
|
> = z.object({
|
|
1239
|
-
platform:
|
|
1290
|
+
platform: TargetsPlatform$inboundSchema,
|
|
1240
1291
|
managerUrl: z.string(),
|
|
1241
|
-
managementConfig: z.
|
|
1242
|
-
z.
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1292
|
+
managementConfig: z.nullable(
|
|
1293
|
+
z.union([
|
|
1294
|
+
z.lazy(() => DeploymentInfoManagementConfigAzure$inboundSchema),
|
|
1295
|
+
z.lazy(() => DeploymentInfoManagementConfigAws$inboundSchema),
|
|
1296
|
+
z.lazy(() => DeploymentInfoManagementConfigGcp$inboundSchema),
|
|
1297
|
+
z.lazy(() => DeploymentInfoManagementConfigKubernetes$inboundSchema),
|
|
1298
|
+
z.any(),
|
|
1299
|
+
]),
|
|
1300
|
+
).optional(),
|
|
1247
1301
|
awsManagingAccountId: z.string().optional(),
|
|
1248
1302
|
});
|
|
1249
1303
|
|