@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
|
@@ -14,11 +14,15 @@ import {
|
|
|
14
14
|
ImportSourceKind,
|
|
15
15
|
ImportSourceKind$outboundSchema,
|
|
16
16
|
} from "./importsourcekind.js";
|
|
17
|
+
import {
|
|
18
|
+
KubernetesBasePlatform,
|
|
19
|
+
KubernetesBasePlatform$outboundSchema,
|
|
20
|
+
} from "./kubernetesbaseplatform.js";
|
|
17
21
|
|
|
18
22
|
/**
|
|
19
23
|
* Cloud platform of the imported stack
|
|
20
24
|
*/
|
|
21
|
-
export const
|
|
25
|
+
export const ImportSourcePlatform = {
|
|
22
26
|
Aws: "aws",
|
|
23
27
|
Gcp: "gcp",
|
|
24
28
|
Azure: "azure",
|
|
@@ -29,27 +33,7 @@ export const ImportSourcePlatformEnum = {
|
|
|
29
33
|
/**
|
|
30
34
|
* Cloud platform of the imported stack
|
|
31
35
|
*/
|
|
32
|
-
export type
|
|
33
|
-
typeof ImportSourcePlatformEnum
|
|
34
|
-
>;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* Base cloud platform for cloud-backed Kubernetes imports.
|
|
38
|
-
*/
|
|
39
|
-
export const ImportSourceBasePlatform = {
|
|
40
|
-
Aws: "aws",
|
|
41
|
-
Gcp: "gcp",
|
|
42
|
-
Azure: "azure",
|
|
43
|
-
Kubernetes: "kubernetes",
|
|
44
|
-
Local: "local",
|
|
45
|
-
Test: "test",
|
|
46
|
-
} as const;
|
|
47
|
-
/**
|
|
48
|
-
* Base cloud platform for cloud-backed Kubernetes imports.
|
|
49
|
-
*/
|
|
50
|
-
export type ImportSourceBasePlatform = ClosedEnum<
|
|
51
|
-
typeof ImportSourceBasePlatform
|
|
52
|
-
>;
|
|
36
|
+
export type ImportSourcePlatform = ClosedEnum<typeof ImportSourcePlatform>;
|
|
53
37
|
|
|
54
38
|
/**
|
|
55
39
|
* Deployment model: how updates are delivered to the remote environment.
|
|
@@ -73,6 +57,7 @@ export type ImportSourceAwsUnion = ImportSourceAws | any;
|
|
|
73
57
|
|
|
74
58
|
export type ImportSourceAzure = {
|
|
75
59
|
keyVaultCertificateId: string;
|
|
60
|
+
keyVaultResourceId?: string | null | undefined;
|
|
76
61
|
};
|
|
77
62
|
|
|
78
63
|
export type ImportSourceAzureUnion = ImportSourceAzure | any;
|
|
@@ -858,6 +843,10 @@ export type ImportSourceTypeByoVnetAzure = ClosedEnum<
|
|
|
858
843
|
>;
|
|
859
844
|
|
|
860
845
|
export type ImportSourceNetworkByoVnetAzure = {
|
|
846
|
+
/**
|
|
847
|
+
* Name of the dedicated classic Application Gateway subnet within the VNet.
|
|
848
|
+
*/
|
|
849
|
+
applicationGatewaySubnetName?: string | null | undefined;
|
|
861
850
|
/**
|
|
862
851
|
* Name of the private subnet within the VNet
|
|
863
852
|
*/
|
|
@@ -1038,10 +1027,24 @@ export type ImportSourceStackSettings = {
|
|
|
1038
1027
|
updates?: ImportSourceUpdates | undefined;
|
|
1039
1028
|
};
|
|
1040
1029
|
|
|
1030
|
+
export const ImportSourcePlatformKubernetes = {
|
|
1031
|
+
Kubernetes: "kubernetes",
|
|
1032
|
+
} as const;
|
|
1033
|
+
export type ImportSourcePlatformKubernetes = ClosedEnum<
|
|
1034
|
+
typeof ImportSourcePlatformKubernetes
|
|
1035
|
+
>;
|
|
1036
|
+
|
|
1041
1037
|
export type ImportSourceManagementConfigKubernetes = {
|
|
1042
|
-
platform:
|
|
1038
|
+
platform: ImportSourcePlatformKubernetes;
|
|
1043
1039
|
};
|
|
1044
1040
|
|
|
1041
|
+
export const ImportSourcePlatformAzure = {
|
|
1042
|
+
Azure: "azure",
|
|
1043
|
+
} as const;
|
|
1044
|
+
export type ImportSourcePlatformAzure = ClosedEnum<
|
|
1045
|
+
typeof ImportSourcePlatformAzure
|
|
1046
|
+
>;
|
|
1047
|
+
|
|
1045
1048
|
/**
|
|
1046
1049
|
* Azure management configuration extracted from stack settings
|
|
1047
1050
|
*/
|
|
@@ -1058,9 +1061,16 @@ export type ImportSourceManagementConfigAzure = {
|
|
|
1058
1061
|
* OIDC subject claim trusted by the target-side managed identity.
|
|
1059
1062
|
*/
|
|
1060
1063
|
oidcSubject: string;
|
|
1061
|
-
platform:
|
|
1064
|
+
platform: ImportSourcePlatformAzure;
|
|
1062
1065
|
};
|
|
1063
1066
|
|
|
1067
|
+
export const ImportSourcePlatformGcp = {
|
|
1068
|
+
Gcp: "gcp",
|
|
1069
|
+
} as const;
|
|
1070
|
+
export type ImportSourcePlatformGcp = ClosedEnum<
|
|
1071
|
+
typeof ImportSourcePlatformGcp
|
|
1072
|
+
>;
|
|
1073
|
+
|
|
1064
1074
|
/**
|
|
1065
1075
|
* GCP management configuration extracted from stack settings
|
|
1066
1076
|
*/
|
|
@@ -1069,9 +1079,16 @@ export type ImportSourceManagementConfigGcp = {
|
|
|
1069
1079
|
* Service account email for management roles
|
|
1070
1080
|
*/
|
|
1071
1081
|
serviceAccountEmail: string;
|
|
1072
|
-
platform:
|
|
1082
|
+
platform: ImportSourcePlatformGcp;
|
|
1073
1083
|
};
|
|
1074
1084
|
|
|
1085
|
+
export const ImportSourcePlatformAws = {
|
|
1086
|
+
Aws: "aws",
|
|
1087
|
+
} as const;
|
|
1088
|
+
export type ImportSourcePlatformAws = ClosedEnum<
|
|
1089
|
+
typeof ImportSourcePlatformAws
|
|
1090
|
+
>;
|
|
1091
|
+
|
|
1075
1092
|
/**
|
|
1076
1093
|
* AWS management configuration extracted from stack settings
|
|
1077
1094
|
*/
|
|
@@ -1080,7 +1097,7 @@ export type ImportSourceManagementConfigAws = {
|
|
|
1080
1097
|
* The managing AWS IAM role ARN that can assume cross-account roles
|
|
1081
1098
|
*/
|
|
1082
1099
|
managingRoleArn: string;
|
|
1083
|
-
platform:
|
|
1100
|
+
platform: ImportSourcePlatformAws;
|
|
1084
1101
|
};
|
|
1085
1102
|
|
|
1086
1103
|
/**
|
|
@@ -1092,10 +1109,11 @@ export type ImportSourceManagementConfigAws = {
|
|
|
1092
1109
|
* This is NOT user-specified - it's derived from the Manager's ServiceAccount.
|
|
1093
1110
|
*/
|
|
1094
1111
|
export type ImportSourceManagementConfigUnion =
|
|
1112
|
+
| ImportSourceManagementConfigAzure
|
|
1095
1113
|
| ImportSourceManagementConfigAws
|
|
1096
1114
|
| ImportSourceManagementConfigGcp
|
|
1097
|
-
|
|
|
1098
|
-
|
|
|
1115
|
+
| ImportSourceManagementConfigKubernetes
|
|
1116
|
+
| any;
|
|
1099
1117
|
|
|
1100
1118
|
/**
|
|
1101
1119
|
* Resolved setup import payload
|
|
@@ -1110,6 +1128,7 @@ export type ImportSource = {
|
|
|
1110
1128
|
* Source label for observability only — does not affect import behavior.
|
|
1111
1129
|
*/
|
|
1112
1130
|
sourceKind?: ImportSourceKind | undefined;
|
|
1131
|
+
setupMetadata?: { [k: string]: any | null } | undefined;
|
|
1113
1132
|
/**
|
|
1114
1133
|
* Release that produced the setup artifact. Defaults to latest.
|
|
1115
1134
|
*/
|
|
@@ -1117,11 +1136,11 @@ export type ImportSource = {
|
|
|
1117
1136
|
/**
|
|
1118
1137
|
* Cloud platform of the imported stack
|
|
1119
1138
|
*/
|
|
1120
|
-
platform:
|
|
1139
|
+
platform: ImportSourcePlatform;
|
|
1121
1140
|
/**
|
|
1122
1141
|
* Base cloud platform for cloud-backed Kubernetes imports.
|
|
1123
1142
|
*/
|
|
1124
|
-
basePlatform?:
|
|
1143
|
+
basePlatform?: KubernetesBasePlatform | undefined;
|
|
1125
1144
|
/**
|
|
1126
1145
|
* Region or location reported by the setup artifact
|
|
1127
1146
|
*/
|
|
@@ -1154,23 +1173,21 @@ export type ImportSource = {
|
|
|
1154
1173
|
* Platform-derived configuration for cross-account/cross-tenant access.
|
|
1155
1174
|
* This is NOT user-specified - it's derived from the Manager's ServiceAccount.
|
|
1156
1175
|
*/
|
|
1157
|
-
managementConfig
|
|
1176
|
+
managementConfig?:
|
|
1177
|
+
| ImportSourceManagementConfigAzure
|
|
1158
1178
|
| ImportSourceManagementConfigAws
|
|
1159
1179
|
| ImportSourceManagementConfigGcp
|
|
1160
|
-
|
|
|
1161
|
-
|
|
|
1180
|
+
| ImportSourceManagementConfigKubernetes
|
|
1181
|
+
| any
|
|
1182
|
+
| null
|
|
1183
|
+
| undefined;
|
|
1162
1184
|
resources: Array<ImportedResource>;
|
|
1163
1185
|
};
|
|
1164
1186
|
|
|
1165
1187
|
/** @internal */
|
|
1166
|
-
export const
|
|
1167
|
-
typeof
|
|
1168
|
-
> = z.enum(
|
|
1169
|
-
|
|
1170
|
-
/** @internal */
|
|
1171
|
-
export const ImportSourceBasePlatform$outboundSchema: z.ZodEnum<
|
|
1172
|
-
typeof ImportSourceBasePlatform
|
|
1173
|
-
> = z.enum(ImportSourceBasePlatform);
|
|
1188
|
+
export const ImportSourcePlatform$outboundSchema: z.ZodEnum<
|
|
1189
|
+
typeof ImportSourcePlatform
|
|
1190
|
+
> = z.enum(ImportSourcePlatform);
|
|
1174
1191
|
|
|
1175
1192
|
/** @internal */
|
|
1176
1193
|
export const ImportSourceDeploymentModel$outboundSchema: z.ZodEnum<
|
|
@@ -1216,6 +1233,7 @@ export function importSourceAwsUnionToJSON(
|
|
|
1216
1233
|
/** @internal */
|
|
1217
1234
|
export type ImportSourceAzure$Outbound = {
|
|
1218
1235
|
keyVaultCertificateId: string;
|
|
1236
|
+
keyVaultResourceId?: string | null | undefined;
|
|
1219
1237
|
};
|
|
1220
1238
|
|
|
1221
1239
|
/** @internal */
|
|
@@ -1224,6 +1242,7 @@ export const ImportSourceAzure$outboundSchema: z.ZodType<
|
|
|
1224
1242
|
ImportSourceAzure
|
|
1225
1243
|
> = z.object({
|
|
1226
1244
|
keyVaultCertificateId: z.string(),
|
|
1245
|
+
keyVaultResourceId: z.nullable(z.string()).optional(),
|
|
1227
1246
|
});
|
|
1228
1247
|
|
|
1229
1248
|
export function importSourceAzureToJSON(
|
|
@@ -2887,6 +2906,7 @@ export const ImportSourceTypeByoVnetAzure$outboundSchema: z.ZodEnum<
|
|
|
2887
2906
|
|
|
2888
2907
|
/** @internal */
|
|
2889
2908
|
export type ImportSourceNetworkByoVnetAzure$Outbound = {
|
|
2909
|
+
application_gateway_subnet_name?: string | null | undefined;
|
|
2890
2910
|
private_subnet_name: string;
|
|
2891
2911
|
public_subnet_name: string;
|
|
2892
2912
|
type: string;
|
|
@@ -2898,12 +2918,14 @@ export const ImportSourceNetworkByoVnetAzure$outboundSchema: z.ZodType<
|
|
|
2898
2918
|
ImportSourceNetworkByoVnetAzure$Outbound,
|
|
2899
2919
|
ImportSourceNetworkByoVnetAzure
|
|
2900
2920
|
> = z.object({
|
|
2921
|
+
applicationGatewaySubnetName: z.nullable(z.string()).optional(),
|
|
2901
2922
|
privateSubnetName: z.string(),
|
|
2902
2923
|
publicSubnetName: z.string(),
|
|
2903
2924
|
type: ImportSourceTypeByoVnetAzure$outboundSchema,
|
|
2904
2925
|
vnetResourceId: z.string(),
|
|
2905
2926
|
}).transform((v) => {
|
|
2906
2927
|
return remap$(v, {
|
|
2928
|
+
applicationGatewaySubnetName: "application_gateway_subnet_name",
|
|
2907
2929
|
privateSubnetName: "private_subnet_name",
|
|
2908
2930
|
publicSubnetName: "public_subnet_name",
|
|
2909
2931
|
vnetResourceId: "vnet_resource_id",
|
|
@@ -3162,9 +3184,14 @@ export function importSourceStackSettingsToJSON(
|
|
|
3162
3184
|
);
|
|
3163
3185
|
}
|
|
3164
3186
|
|
|
3187
|
+
/** @internal */
|
|
3188
|
+
export const ImportSourcePlatformKubernetes$outboundSchema: z.ZodEnum<
|
|
3189
|
+
typeof ImportSourcePlatformKubernetes
|
|
3190
|
+
> = z.enum(ImportSourcePlatformKubernetes);
|
|
3191
|
+
|
|
3165
3192
|
/** @internal */
|
|
3166
3193
|
export type ImportSourceManagementConfigKubernetes$Outbound = {
|
|
3167
|
-
platform:
|
|
3194
|
+
platform: string;
|
|
3168
3195
|
};
|
|
3169
3196
|
|
|
3170
3197
|
/** @internal */
|
|
@@ -3172,7 +3199,7 @@ export const ImportSourceManagementConfigKubernetes$outboundSchema: z.ZodType<
|
|
|
3172
3199
|
ImportSourceManagementConfigKubernetes$Outbound,
|
|
3173
3200
|
ImportSourceManagementConfigKubernetes
|
|
3174
3201
|
> = z.object({
|
|
3175
|
-
platform:
|
|
3202
|
+
platform: ImportSourcePlatformKubernetes$outboundSchema,
|
|
3176
3203
|
});
|
|
3177
3204
|
|
|
3178
3205
|
export function importSourceManagementConfigKubernetesToJSON(
|
|
@@ -3186,12 +3213,17 @@ export function importSourceManagementConfigKubernetesToJSON(
|
|
|
3186
3213
|
);
|
|
3187
3214
|
}
|
|
3188
3215
|
|
|
3216
|
+
/** @internal */
|
|
3217
|
+
export const ImportSourcePlatformAzure$outboundSchema: z.ZodEnum<
|
|
3218
|
+
typeof ImportSourcePlatformAzure
|
|
3219
|
+
> = z.enum(ImportSourcePlatformAzure);
|
|
3220
|
+
|
|
3189
3221
|
/** @internal */
|
|
3190
3222
|
export type ImportSourceManagementConfigAzure$Outbound = {
|
|
3191
3223
|
managingTenantId: string;
|
|
3192
3224
|
oidcIssuer: string;
|
|
3193
3225
|
oidcSubject: string;
|
|
3194
|
-
platform:
|
|
3226
|
+
platform: string;
|
|
3195
3227
|
};
|
|
3196
3228
|
|
|
3197
3229
|
/** @internal */
|
|
@@ -3202,7 +3234,7 @@ export const ImportSourceManagementConfigAzure$outboundSchema: z.ZodType<
|
|
|
3202
3234
|
managingTenantId: z.string(),
|
|
3203
3235
|
oidcIssuer: z.string(),
|
|
3204
3236
|
oidcSubject: z.string(),
|
|
3205
|
-
platform:
|
|
3237
|
+
platform: ImportSourcePlatformAzure$outboundSchema,
|
|
3206
3238
|
});
|
|
3207
3239
|
|
|
3208
3240
|
export function importSourceManagementConfigAzureToJSON(
|
|
@@ -3215,10 +3247,15 @@ export function importSourceManagementConfigAzureToJSON(
|
|
|
3215
3247
|
);
|
|
3216
3248
|
}
|
|
3217
3249
|
|
|
3250
|
+
/** @internal */
|
|
3251
|
+
export const ImportSourcePlatformGcp$outboundSchema: z.ZodEnum<
|
|
3252
|
+
typeof ImportSourcePlatformGcp
|
|
3253
|
+
> = z.enum(ImportSourcePlatformGcp);
|
|
3254
|
+
|
|
3218
3255
|
/** @internal */
|
|
3219
3256
|
export type ImportSourceManagementConfigGcp$Outbound = {
|
|
3220
3257
|
serviceAccountEmail: string;
|
|
3221
|
-
platform:
|
|
3258
|
+
platform: string;
|
|
3222
3259
|
};
|
|
3223
3260
|
|
|
3224
3261
|
/** @internal */
|
|
@@ -3227,7 +3264,7 @@ export const ImportSourceManagementConfigGcp$outboundSchema: z.ZodType<
|
|
|
3227
3264
|
ImportSourceManagementConfigGcp
|
|
3228
3265
|
> = z.object({
|
|
3229
3266
|
serviceAccountEmail: z.string(),
|
|
3230
|
-
platform:
|
|
3267
|
+
platform: ImportSourcePlatformGcp$outboundSchema,
|
|
3231
3268
|
});
|
|
3232
3269
|
|
|
3233
3270
|
export function importSourceManagementConfigGcpToJSON(
|
|
@@ -3240,10 +3277,15 @@ export function importSourceManagementConfigGcpToJSON(
|
|
|
3240
3277
|
);
|
|
3241
3278
|
}
|
|
3242
3279
|
|
|
3280
|
+
/** @internal */
|
|
3281
|
+
export const ImportSourcePlatformAws$outboundSchema: z.ZodEnum<
|
|
3282
|
+
typeof ImportSourcePlatformAws
|
|
3283
|
+
> = z.enum(ImportSourcePlatformAws);
|
|
3284
|
+
|
|
3243
3285
|
/** @internal */
|
|
3244
3286
|
export type ImportSourceManagementConfigAws$Outbound = {
|
|
3245
3287
|
managingRoleArn: string;
|
|
3246
|
-
platform:
|
|
3288
|
+
platform: string;
|
|
3247
3289
|
};
|
|
3248
3290
|
|
|
3249
3291
|
/** @internal */
|
|
@@ -3252,7 +3294,7 @@ export const ImportSourceManagementConfigAws$outboundSchema: z.ZodType<
|
|
|
3252
3294
|
ImportSourceManagementConfigAws
|
|
3253
3295
|
> = z.object({
|
|
3254
3296
|
managingRoleArn: z.string(),
|
|
3255
|
-
platform:
|
|
3297
|
+
platform: ImportSourcePlatformAws$outboundSchema,
|
|
3256
3298
|
});
|
|
3257
3299
|
|
|
3258
3300
|
export function importSourceManagementConfigAwsToJSON(
|
|
@@ -3267,20 +3309,22 @@ export function importSourceManagementConfigAwsToJSON(
|
|
|
3267
3309
|
|
|
3268
3310
|
/** @internal */
|
|
3269
3311
|
export type ImportSourceManagementConfigUnion$Outbound =
|
|
3312
|
+
| ImportSourceManagementConfigAzure$Outbound
|
|
3270
3313
|
| ImportSourceManagementConfigAws$Outbound
|
|
3271
3314
|
| ImportSourceManagementConfigGcp$Outbound
|
|
3272
|
-
|
|
|
3273
|
-
|
|
|
3315
|
+
| ImportSourceManagementConfigKubernetes$Outbound
|
|
3316
|
+
| any;
|
|
3274
3317
|
|
|
3275
3318
|
/** @internal */
|
|
3276
3319
|
export const ImportSourceManagementConfigUnion$outboundSchema: z.ZodType<
|
|
3277
3320
|
ImportSourceManagementConfigUnion$Outbound,
|
|
3278
3321
|
ImportSourceManagementConfigUnion
|
|
3279
3322
|
> = z.union([
|
|
3323
|
+
z.lazy(() => ImportSourceManagementConfigAzure$outboundSchema),
|
|
3280
3324
|
z.lazy(() => ImportSourceManagementConfigAws$outboundSchema),
|
|
3281
3325
|
z.lazy(() => ImportSourceManagementConfigGcp$outboundSchema),
|
|
3282
|
-
z.lazy(() => ImportSourceManagementConfigAzure$outboundSchema),
|
|
3283
3326
|
z.lazy(() => ImportSourceManagementConfigKubernetes$outboundSchema),
|
|
3327
|
+
z.any(),
|
|
3284
3328
|
]);
|
|
3285
3329
|
|
|
3286
3330
|
export function importSourceManagementConfigUnionToJSON(
|
|
@@ -3298,6 +3342,7 @@ export type ImportSource$Outbound = {
|
|
|
3298
3342
|
deploymentName: string;
|
|
3299
3343
|
resourcePrefix: string;
|
|
3300
3344
|
sourceKind?: string | undefined;
|
|
3345
|
+
setupMetadata?: { [k: string]: any | null } | undefined;
|
|
3301
3346
|
releaseId?: string | undefined;
|
|
3302
3347
|
platform: string;
|
|
3303
3348
|
basePlatform?: string | undefined;
|
|
@@ -3307,11 +3352,14 @@ export type ImportSource$Outbound = {
|
|
|
3307
3352
|
setupFingerprint: string;
|
|
3308
3353
|
setupFingerprintVersion: number;
|
|
3309
3354
|
stackSettings: ImportSourceStackSettings$Outbound;
|
|
3310
|
-
managementConfig
|
|
3355
|
+
managementConfig?:
|
|
3356
|
+
| ImportSourceManagementConfigAzure$Outbound
|
|
3311
3357
|
| ImportSourceManagementConfigAws$Outbound
|
|
3312
3358
|
| ImportSourceManagementConfigGcp$Outbound
|
|
3313
|
-
|
|
|
3314
|
-
|
|
|
3359
|
+
| ImportSourceManagementConfigKubernetes$Outbound
|
|
3360
|
+
| any
|
|
3361
|
+
| null
|
|
3362
|
+
| undefined;
|
|
3315
3363
|
resources: Array<ImportedResource$Outbound>;
|
|
3316
3364
|
};
|
|
3317
3365
|
|
|
@@ -3323,21 +3371,25 @@ export const ImportSource$outboundSchema: z.ZodType<
|
|
|
3323
3371
|
deploymentName: z.string(),
|
|
3324
3372
|
resourcePrefix: z.string(),
|
|
3325
3373
|
sourceKind: ImportSourceKind$outboundSchema.optional(),
|
|
3374
|
+
setupMetadata: z.record(z.string(), z.nullable(z.any())).optional(),
|
|
3326
3375
|
releaseId: z.string().optional(),
|
|
3327
|
-
platform:
|
|
3328
|
-
basePlatform:
|
|
3376
|
+
platform: ImportSourcePlatform$outboundSchema,
|
|
3377
|
+
basePlatform: KubernetesBasePlatform$outboundSchema.optional(),
|
|
3329
3378
|
region: z.string(),
|
|
3330
3379
|
setupTarget: z.string(),
|
|
3331
3380
|
setupImportFormatVersion: z.int(),
|
|
3332
3381
|
setupFingerprint: z.string(),
|
|
3333
3382
|
setupFingerprintVersion: z.int(),
|
|
3334
3383
|
stackSettings: z.lazy(() => ImportSourceStackSettings$outboundSchema),
|
|
3335
|
-
managementConfig: z.
|
|
3336
|
-
z.
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3384
|
+
managementConfig: z.nullable(
|
|
3385
|
+
z.union([
|
|
3386
|
+
z.lazy(() => ImportSourceManagementConfigAzure$outboundSchema),
|
|
3387
|
+
z.lazy(() => ImportSourceManagementConfigAws$outboundSchema),
|
|
3388
|
+
z.lazy(() => ImportSourceManagementConfigGcp$outboundSchema),
|
|
3389
|
+
z.lazy(() => ImportSourceManagementConfigKubernetes$outboundSchema),
|
|
3390
|
+
z.any(),
|
|
3391
|
+
]),
|
|
3392
|
+
).optional(),
|
|
3341
3393
|
resources: z.array(ImportedResource$outboundSchema),
|
|
3342
3394
|
});
|
|
3343
3395
|
|
|
@@ -19,6 +19,10 @@ export const ImportSourceKind = {
|
|
|
19
19
|
export type ImportSourceKind = ClosedEnum<typeof ImportSourceKind>;
|
|
20
20
|
|
|
21
21
|
/** @internal */
|
|
22
|
-
export const ImportSourceKind$
|
|
22
|
+
export const ImportSourceKind$inboundSchema: z.ZodEnum<
|
|
23
23
|
typeof ImportSourceKind
|
|
24
24
|
> = z.enum(ImportSourceKind);
|
|
25
|
+
/** @internal */
|
|
26
|
+
export const ImportSourceKind$outboundSchema: z.ZodEnum<
|
|
27
|
+
typeof ImportSourceKind
|
|
28
|
+
> = ImportSourceKind$inboundSchema;
|
package/src/models/index.ts
CHANGED
|
@@ -7,7 +7,9 @@ export * from "./apikey.js";
|
|
|
7
7
|
export * from "./apikeydeploymentsetupconfig.js";
|
|
8
8
|
export * from "./apikeydeploymentsetupenvironmentvariable.js";
|
|
9
9
|
export * from "./billingauditlogrow.js";
|
|
10
|
-
export * from "./
|
|
10
|
+
export * from "./billingfeatureflags.js";
|
|
11
|
+
export * from "./billinglimits.js";
|
|
12
|
+
export * from "./billingplanstatus.js";
|
|
11
13
|
export * from "./cloudregionsresponse.js";
|
|
12
14
|
export * from "./command.js";
|
|
13
15
|
export * from "./commanddeploymentgroupinfo.js";
|
|
@@ -26,7 +28,10 @@ export * from "./createdeploymenttokenrequest.js";
|
|
|
26
28
|
export * from "./createdeploymenttokenresponse.js";
|
|
27
29
|
export * from "./createmanagerresponse.js";
|
|
28
30
|
export * from "./createreleaserequest.js";
|
|
31
|
+
export * from "./createsetupregistrationoperationrequest.js";
|
|
29
32
|
export * from "./deleteapikeysrequest.js";
|
|
33
|
+
export * from "./deletedeploymentrequest.js";
|
|
34
|
+
export * from "./deletedeploymentresponse.js";
|
|
30
35
|
export * from "./deployment.js";
|
|
31
36
|
export * from "./deploymentconnectioninfo.js";
|
|
32
37
|
export * from "./deploymentdetailresponse.js";
|
|
@@ -41,7 +46,6 @@ export * from "./deploymentportalaccentcolor.js";
|
|
|
41
46
|
export * from "./deploymentportalappearance.js";
|
|
42
47
|
export * from "./deploymentportalappearancepreset.js";
|
|
43
48
|
export * from "./deploymentportaldensity.js";
|
|
44
|
-
export * from "./deploymentportaldomain.js";
|
|
45
49
|
export * from "./deploymentportaldomainresponse.js";
|
|
46
50
|
export * from "./deploymentportalmanageddnsrecord.js";
|
|
47
51
|
export * from "./deploymentprojectinfo.js";
|
|
@@ -53,6 +57,11 @@ export * from "./deploymentsetupmethod.js";
|
|
|
53
57
|
export * from "./deploymentsetuppolicy.js";
|
|
54
58
|
export * from "./deploymentsetupstacksettingspolicy.js";
|
|
55
59
|
export * from "./deploymentstats.js";
|
|
60
|
+
export * from "./domainendpoint.js";
|
|
61
|
+
export * from "./domainendpointkind.js";
|
|
62
|
+
export * from "./domainendpointowner.js";
|
|
63
|
+
export * from "./domainendpointownertype.js";
|
|
64
|
+
export * from "./domainendpointstatus.js";
|
|
56
65
|
export * from "./domainwithusage.js";
|
|
57
66
|
export * from "./environmentvariableconfig.js";
|
|
58
67
|
export * from "./environmentvariabletype.js";
|
|
@@ -70,10 +79,12 @@ export * from "./importdeploymentrequest.js";
|
|
|
70
79
|
export * from "./importedresource.js";
|
|
71
80
|
export * from "./importsource.js";
|
|
72
81
|
export * from "./importsourcekind.js";
|
|
82
|
+
export * from "./kubernetesbaseplatform.js";
|
|
73
83
|
export * from "./listcommanddeploymentsresponse.js";
|
|
74
84
|
export * from "./listcommandnamesresponse.js";
|
|
75
85
|
export * from "./manager.js";
|
|
76
86
|
export * from "./managerdeployment.js";
|
|
87
|
+
export * from "./managerdomainbindingresponse.js";
|
|
77
88
|
export * from "./managerheartbeatrequest.js";
|
|
78
89
|
export * from "./managerheartbeatresponse.js";
|
|
79
90
|
export * from "./managermanagementconfigs.js";
|
|
@@ -109,6 +120,11 @@ export * from "./scope.js";
|
|
|
109
120
|
export * from "./security.js";
|
|
110
121
|
export * from "./serviceaccountsubject.js";
|
|
111
122
|
export * from "./setupfingerprintinfo.js";
|
|
123
|
+
export * from "./setupregistrationaction.js";
|
|
124
|
+
export * from "./setupregistrationcloudformationtarget.js";
|
|
125
|
+
export * from "./setupregistrationoperationresponse.js";
|
|
126
|
+
export * from "./setupregistrationoperationresult.js";
|
|
127
|
+
export * from "./setupregistrationoperationstatus.js";
|
|
112
128
|
export * from "./stackbyplatform.js";
|
|
113
129
|
export * from "./subject.js";
|
|
114
130
|
export * from "./subjectscope.js";
|
|
@@ -124,6 +140,7 @@ export * from "./updateapikeyrequest.js";
|
|
|
124
140
|
export * from "./updatecommandrequest.js";
|
|
125
141
|
export * from "./updatedeploymentenvironmentvariablesrequest.js";
|
|
126
142
|
export * from "./updatedeploymentgrouprequest.js";
|
|
143
|
+
export * from "./updatemanagerdomainbinding.js";
|
|
127
144
|
export * from "./updatemanagerrequest.js";
|
|
128
145
|
export * from "./updateproject.js";
|
|
129
146
|
export * from "./updateprojectgcpoauthprovider.js";
|
|
@@ -132,6 +149,7 @@ export * from "./userprofilesetuprequest.js";
|
|
|
132
149
|
export * from "./userrole.js";
|
|
133
150
|
export * from "./usersubject.js";
|
|
134
151
|
export * from "./workspace.js";
|
|
152
|
+
export * from "./workspacebillingentitlements.js";
|
|
135
153
|
export * from "./workspacemember.js";
|
|
136
154
|
export * from "./workspacerole.js";
|
|
137
155
|
export * from "./workspacescope.js";
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4";
|
|
6
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Base cloud platform for cloud-backed Kubernetes imports.
|
|
10
|
+
*/
|
|
11
|
+
export const KubernetesBasePlatform = {
|
|
12
|
+
Aws: "aws",
|
|
13
|
+
Gcp: "gcp",
|
|
14
|
+
Azure: "azure",
|
|
15
|
+
} as const;
|
|
16
|
+
/**
|
|
17
|
+
* Base cloud platform for cloud-backed Kubernetes imports.
|
|
18
|
+
*/
|
|
19
|
+
export type KubernetesBasePlatform = ClosedEnum<typeof KubernetesBasePlatform>;
|
|
20
|
+
|
|
21
|
+
/** @internal */
|
|
22
|
+
export const KubernetesBasePlatform$outboundSchema: z.ZodEnum<
|
|
23
|
+
typeof KubernetesBasePlatform
|
|
24
|
+
> = z.enum(KubernetesBasePlatform);
|
|
@@ -13,6 +13,7 @@ import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
|
13
13
|
*/
|
|
14
14
|
export const ManagerDeploymentStatus = {
|
|
15
15
|
Pending: "pending",
|
|
16
|
+
PreflightsFailed: "preflights-failed",
|
|
16
17
|
InitialSetup: "initial-setup",
|
|
17
18
|
InitialSetupFailed: "initial-setup-failed",
|
|
18
19
|
Provisioning: "provisioning",
|
|
@@ -25,6 +26,8 @@ export const ManagerDeploymentStatus = {
|
|
|
25
26
|
DeletePending: "delete-pending",
|
|
26
27
|
Deleting: "deleting",
|
|
27
28
|
DeleteFailed: "delete-failed",
|
|
29
|
+
TeardownRequired: "teardown-required",
|
|
30
|
+
TeardownFailed: "teardown-failed",
|
|
28
31
|
Deleted: "deleted",
|
|
29
32
|
Error: "error",
|
|
30
33
|
} as const;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4";
|
|
6
|
+
import { safeParse } from "../lib/schemas.js";
|
|
7
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
8
|
+
import {
|
|
9
|
+
DomainEndpoint,
|
|
10
|
+
DomainEndpoint$inboundSchema,
|
|
11
|
+
} from "./domainendpoint.js";
|
|
12
|
+
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
13
|
+
|
|
14
|
+
export type ManagerDomainBindingResponse = {
|
|
15
|
+
managerDomainBinding: DomainEndpoint | null;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
/** @internal */
|
|
19
|
+
export const ManagerDomainBindingResponse$inboundSchema: z.ZodType<
|
|
20
|
+
ManagerDomainBindingResponse,
|
|
21
|
+
unknown
|
|
22
|
+
> = z.object({
|
|
23
|
+
managerDomainBinding: z.nullable(DomainEndpoint$inboundSchema),
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
export function managerDomainBindingResponseFromJSON(
|
|
27
|
+
jsonString: string,
|
|
28
|
+
): SafeParseResult<ManagerDomainBindingResponse, SDKValidationError> {
|
|
29
|
+
return safeParse(
|
|
30
|
+
jsonString,
|
|
31
|
+
(x) => ManagerDomainBindingResponse$inboundSchema.parse(JSON.parse(x)),
|
|
32
|
+
`Failed to parse 'ManagerDomainBindingResponse' from JSON`,
|
|
33
|
+
);
|
|
34
|
+
}
|