@alienplatform/platform-api 1.3.4 → 1.4.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/FUNCTIONS.md +3 -3
- package/README.md +97 -70
- package/esm/funcs/apiKeysList.js +1 -0
- package/esm/funcs/apiKeysList.js.map +1 -1
- package/esm/funcs/authWhoami.d.ts +1 -1
- package/esm/funcs/authWhoami.js +1 -1
- package/esm/funcs/billingGetPlan.d.ts +14 -0
- package/esm/funcs/billingGetPlan.d.ts.map +1 -0
- package/esm/funcs/{containersGetMachines.js → billingGetPlan.js} +8 -14
- package/esm/funcs/billingGetPlan.js.map +1 -0
- package/esm/funcs/billingListAuditLog.d.ts +14 -0
- package/esm/funcs/billingListAuditLog.d.ts.map +1 -0
- package/esm/funcs/billingListAuditLog.js +80 -0
- package/esm/funcs/billingListAuditLog.js.map +1 -0
- package/esm/funcs/cloudRegionsGet.d.ts +15 -0
- package/esm/funcs/cloudRegionsGet.d.ts.map +1 -0
- package/esm/funcs/{containersGetAttention.js → cloudRegionsGet.js} +9 -14
- package/esm/funcs/cloudRegionsGet.js.map +1 -0
- package/esm/funcs/commandsList.js +1 -0
- package/esm/funcs/commandsList.js.map +1 -1
- package/esm/funcs/deploymentGetInfo.d.ts +1 -1
- package/esm/funcs/deploymentGetInfo.js +1 -1
- package/esm/funcs/deploymentGroupsGetDeploymentGroup.js +1 -0
- package/esm/funcs/deploymentGroupsGetDeploymentGroup.js.map +1 -1
- package/esm/funcs/deploymentGroupsListDeploymentGroups.js +1 -0
- package/esm/funcs/deploymentGroupsListDeploymentGroups.js.map +1 -1
- package/esm/funcs/deploymentPrepareStack.d.ts +16 -0
- package/esm/funcs/deploymentPrepareStack.d.ts.map +1 -0
- package/esm/funcs/deploymentPrepareStack.js +84 -0
- package/esm/funcs/deploymentPrepareStack.js.map +1 -0
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.d.ts +15 -0
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.d.ts.map +1 -0
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.js +86 -0
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.js.map +1 -0
- package/esm/funcs/deploymentsCreate.d.ts +1 -1
- package/esm/funcs/deploymentsCreate.js +1 -1
- package/esm/funcs/deploymentsCreateToken.d.ts +1 -1
- package/esm/funcs/deploymentsCreateToken.js +1 -1
- package/esm/funcs/deploymentsDelete.d.ts +1 -1
- package/esm/funcs/deploymentsDelete.js +5 -3
- package/esm/funcs/deploymentsDelete.js.map +1 -1
- package/esm/funcs/deploymentsGet.d.ts +1 -1
- package/esm/funcs/deploymentsGet.js +1 -1
- package/esm/funcs/deploymentsGetStats.js +1 -1
- package/esm/funcs/deploymentsGetStats.js.map +1 -1
- package/esm/funcs/deploymentsImport.d.ts +1 -1
- package/esm/funcs/deploymentsImport.js +2 -2
- package/esm/funcs/deploymentsImport.js.map +1 -1
- package/esm/funcs/deploymentsList.js +1 -1
- package/esm/funcs/deploymentsList.js.map +1 -1
- package/esm/funcs/deploymentsListFilterDeploymentGroups.d.ts +1 -1
- package/esm/funcs/deploymentsListFilterDeploymentGroups.js +1 -1
- package/esm/funcs/{containersGetDeploymentContainer.d.ts → deploymentsListFilterEnvironments.d.ts} +3 -3
- package/esm/funcs/deploymentsListFilterEnvironments.d.ts.map +1 -0
- package/esm/funcs/{deploymentsListFilterPlatforms.js → deploymentsListFilterEnvironments.js} +8 -8
- package/esm/funcs/deploymentsListFilterEnvironments.js.map +1 -0
- package/esm/funcs/deploymentsRedeploy.d.ts +1 -1
- package/esm/funcs/deploymentsRedeploy.js +1 -1
- package/esm/funcs/deploymentsRetry.d.ts +1 -1
- package/esm/funcs/deploymentsRetry.js +1 -1
- package/esm/funcs/deploymentsUpdateEnvironmentVariables.d.ts +1 -1
- package/esm/funcs/deploymentsUpdateEnvironmentVariables.js +1 -1
- package/esm/funcs/domainsCreate.d.ts +1 -1
- package/esm/funcs/domainsCreate.d.ts.map +1 -1
- package/esm/funcs/domainsCreate.js +2 -2
- package/esm/funcs/domainsCreate.js.map +1 -1
- package/esm/funcs/domainsGet.d.ts +1 -1
- package/esm/funcs/domainsGet.d.ts.map +1 -1
- package/esm/funcs/domainsGet.js +1 -1
- package/esm/funcs/domainsGet.js.map +1 -1
- package/esm/funcs/{containersListDeploymentMachines.d.ts → domainsRefresh.d.ts} +4 -3
- package/esm/funcs/domainsRefresh.d.ts.map +1 -0
- package/esm/funcs/{containersListDeploymentMachines.js → domainsRefresh.js} +10 -9
- package/esm/funcs/domainsRefresh.js.map +1 -0
- package/esm/funcs/eventsList.js +1 -0
- package/esm/funcs/eventsList.js.map +1 -1
- package/esm/funcs/{containersListDeploymentEvents.d.ts → managersCancelSetup.d.ts} +3 -3
- package/esm/funcs/managersCancelSetup.d.ts.map +1 -0
- package/esm/funcs/{containersListDeploymentContainers.js → managersCancelSetup.js} +9 -9
- package/esm/funcs/managersCancelSetup.js.map +1 -0
- package/esm/funcs/managersCreate.d.ts +2 -1
- package/esm/funcs/managersCreate.d.ts.map +1 -1
- package/esm/funcs/managersCreate.js +3 -2
- package/esm/funcs/managersCreate.js.map +1 -1
- package/esm/funcs/managersDelete.js +2 -2
- package/esm/funcs/managersDelete.js.map +1 -1
- package/esm/funcs/{managersGenerateDeepstoreToken.d.ts → managersGenerateManagerToken.d.ts} +3 -3
- package/esm/funcs/managersGenerateManagerToken.d.ts.map +1 -0
- package/esm/funcs/{managersGenerateDeepstoreToken.js → managersGenerateManagerToken.js} +8 -8
- package/esm/funcs/managersGenerateManagerToken.js.map +1 -0
- package/esm/funcs/managersGetManagementConfig.js +1 -0
- package/esm/funcs/managersGetManagementConfig.js.map +1 -1
- package/esm/funcs/managersList.js +2 -0
- package/esm/funcs/managersList.js.map +1 -1
- package/esm/funcs/managersResolveGcpOAuthProvider.d.ts +16 -0
- package/esm/funcs/managersResolveGcpOAuthProvider.d.ts.map +1 -0
- package/esm/funcs/{containersListDeploymentEvents.js → managersResolveGcpOAuthProvider.js} +13 -16
- package/esm/funcs/managersResolveGcpOAuthProvider.js.map +1 -0
- package/esm/funcs/{containersGetDeployments.d.ts → managersRetry.d.ts} +4 -3
- package/esm/funcs/managersRetry.d.ts.map +1 -0
- package/esm/funcs/{managersGoogleCloudConnect.js → managersRetry.js} +9 -12
- package/esm/funcs/managersRetry.js.map +1 -0
- package/esm/funcs/managersRetrySetup.d.ts +16 -0
- package/esm/funcs/managersRetrySetup.d.ts.map +1 -0
- package/esm/funcs/managersRetrySetup.js +89 -0
- package/esm/funcs/managersRetrySetup.js.map +1 -0
- package/esm/funcs/packagesList.js +1 -0
- package/esm/funcs/packagesList.js.map +1 -1
- package/esm/funcs/projectsCreate.js +2 -2
- package/esm/funcs/projectsCreate.js.map +1 -1
- package/esm/funcs/projectsDelete.d.ts +1 -1
- package/esm/funcs/projectsDelete.js +1 -1
- package/esm/funcs/{containersGetAttention.d.ts → projectsGetDeploymentPortalDomain.d.ts} +4 -3
- package/esm/funcs/projectsGetDeploymentPortalDomain.d.ts.map +1 -0
- package/esm/funcs/{deploymentGroupsGetDeploymentGroupManager.js → projectsGetDeploymentPortalDomain.js} +8 -12
- package/esm/funcs/projectsGetDeploymentPortalDomain.js.map +1 -0
- package/esm/funcs/{projectsGetBuildConfig.d.ts → projectsGetGcpOAuthProvider.d.ts} +4 -3
- package/esm/funcs/projectsGetGcpOAuthProvider.d.ts.map +1 -0
- package/esm/funcs/{projectsGetBuildConfig.js → projectsGetGcpOAuthProvider.js} +9 -12
- package/esm/funcs/projectsGetGcpOAuthProvider.js.map +1 -0
- package/esm/funcs/projectsGetTemplateUrls.d.ts +1 -1
- package/esm/funcs/projectsGetTemplateUrls.js +1 -1
- package/esm/funcs/projectsUpdate.js +1 -1
- package/esm/funcs/projectsUpdate.js.map +1 -1
- package/esm/funcs/{containersGetDeploymentCluster.d.ts → projectsUpdateGcpOAuthProvider.d.ts} +4 -3
- package/esm/funcs/{managersGenerateDeepstoreToken.d.ts.map → projectsUpdateGcpOAuthProvider.d.ts.map} +1 -1
- package/esm/funcs/projectsUpdateGcpOAuthProvider.js +92 -0
- package/esm/funcs/{managersGenerateDeepstoreToken.js.map → projectsUpdateGcpOAuthProvider.js.map} +1 -1
- package/esm/funcs/resolveResolve.d.ts +19 -0
- package/esm/funcs/resolveResolve.d.ts.map +1 -0
- package/esm/funcs/{containersGetDeployments.js → resolveResolve.js} +14 -16
- package/esm/funcs/resolveResolve.js.map +1 -0
- package/esm/funcs/{containersListDeploymentContainers.d.ts → resourcesGetDeploymentDetail.d.ts} +2 -5
- package/esm/funcs/resourcesGetDeploymentDetail.d.ts.map +1 -0
- package/esm/funcs/{containersListDeploymentContainerInstanceEvents.js → resourcesGetDeploymentDetail.js} +13 -13
- package/esm/funcs/resourcesGetDeploymentDetail.js.map +1 -0
- package/esm/funcs/{managersGoogleCloudConnect.d.ts → resourcesListDeployments.d.ts} +2 -5
- package/esm/funcs/resourcesListDeployments.d.ts.map +1 -0
- package/esm/funcs/{containersGetDeploymentContainer.js → resourcesListDeployments.js} +11 -11
- package/esm/funcs/resourcesListDeployments.js.map +1 -0
- package/esm/funcs/resourcesListOverview.d.ts +12 -0
- package/esm/funcs/resourcesListOverview.d.ts.map +1 -0
- package/esm/funcs/{containersGetDeploymentCluster.js → resourcesListOverview.js} +10 -10
- package/esm/funcs/{containersListDeploymentMachines.js.map → resourcesListOverview.js.map} +1 -1
- package/esm/funcs/syncList.d.ts +16 -0
- package/esm/funcs/syncList.d.ts.map +1 -0
- package/esm/funcs/{containersGetOverview.js → syncList.js} +13 -13
- package/esm/funcs/syncList.js.map +1 -0
- package/esm/funcs/syncReconcile.d.ts +2 -2
- package/esm/funcs/syncReconcile.d.ts.map +1 -1
- package/esm/funcs/syncReconcile.js +4 -4
- package/esm/funcs/syncReconcile.js.map +1 -1
- package/esm/funcs/syncRelease.d.ts +2 -2
- package/esm/funcs/syncRelease.d.ts.map +1 -1
- package/esm/funcs/syncRelease.js +4 -4
- package/esm/funcs/syncRelease.js.map +1 -1
- package/esm/funcs/userCompleteProfileSetup.d.ts +15 -0
- package/esm/funcs/userCompleteProfileSetup.d.ts.map +1 -0
- package/esm/funcs/userCompleteProfileSetup.js +81 -0
- package/esm/funcs/userCompleteProfileSetup.js.map +1 -0
- package/esm/funcs/userGetProfile.d.ts +15 -0
- package/esm/funcs/userGetProfile.d.ts.map +1 -0
- package/esm/funcs/userGetProfile.js +69 -0
- package/esm/funcs/userGetProfile.js.map +1 -0
- package/esm/funcs/userUpdateProfile.d.ts +2 -1
- package/esm/funcs/userUpdateProfile.d.ts.map +1 -1
- package/esm/funcs/userUpdateProfile.js +2 -1
- package/esm/funcs/userUpdateProfile.js.map +1 -1
- package/esm/funcs/workspacesDismissOnboarding.d.ts +16 -0
- package/esm/funcs/workspacesDismissOnboarding.d.ts.map +1 -0
- package/esm/funcs/workspacesDismissOnboarding.js +89 -0
- package/esm/funcs/workspacesDismissOnboarding.js.map +1 -0
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/lib/config.js.map +1 -1
- package/esm/lib/sdks.js +2 -8
- package/esm/lib/sdks.js.map +1 -1
- package/esm/models/apierror.d.ts +0 -3
- package/esm/models/apierror.d.ts.map +1 -1
- package/esm/models/apierror.js.map +1 -1
- package/esm/models/apikey.d.ts +2 -0
- package/esm/models/apikey.d.ts.map +1 -1
- package/esm/models/apikey.js +2 -0
- package/esm/models/apikey.js.map +1 -1
- package/esm/models/apikeydeploymentsetupconfig.d.ts +16 -0
- package/esm/models/apikeydeploymentsetupconfig.d.ts.map +1 -0
- package/esm/models/apikeydeploymentsetupconfig.js +17 -0
- package/esm/models/apikeydeploymentsetupconfig.js.map +1 -0
- package/esm/models/apikeydeploymentsetupenvironmentvariable.d.ts +22 -0
- package/esm/models/apikeydeploymentsetupenvironmentvariable.d.ts.map +1 -0
- package/esm/models/apikeydeploymentsetupenvironmentvariable.js +16 -0
- package/esm/models/apikeydeploymentsetupenvironmentvariable.js.map +1 -0
- package/esm/models/billingauditlogrow.d.ts +14 -0
- package/esm/models/billingauditlogrow.d.ts.map +1 -0
- package/esm/models/billingauditlogrow.js +17 -0
- package/esm/models/billingauditlogrow.js.map +1 -0
- package/esm/models/cloudformationcallbackrequest.d.ts +1619 -0
- package/esm/models/cloudformationcallbackrequest.d.ts.map +1 -0
- package/esm/models/cloudformationcallbackrequest.js +977 -0
- package/esm/models/cloudformationcallbackrequest.js.map +1 -0
- package/esm/models/cloudregionsresponse.d.ts +11 -0
- package/esm/models/cloudregionsresponse.d.ts.map +1 -0
- package/esm/models/cloudregionsresponse.js +14 -0
- package/esm/models/cloudregionsresponse.js.map +1 -0
- package/esm/models/command.d.ts +7 -3
- package/esm/models/command.d.ts.map +1 -1
- package/esm/models/command.js +2 -1
- package/esm/models/command.js.map +1 -1
- package/esm/models/commanddeploymentinfo.d.ts +4 -0
- package/esm/models/commanddeploymentinfo.d.ts.map +1 -1
- package/esm/models/commanddeploymentinfo.js +1 -0
- package/esm/models/commanddeploymentinfo.js.map +1 -1
- package/esm/models/commandlistitemresponse.d.ts +7 -3
- package/esm/models/commandlistitemresponse.d.ts.map +1 -1
- package/esm/models/commandlistitemresponse.js +2 -1
- package/esm/models/commandlistitemresponse.js.map +1 -1
- package/esm/models/createapikeyresponse.d.ts +2 -0
- package/esm/models/createapikeyresponse.d.ts.map +1 -1
- package/esm/models/createapikeyresponse.js +2 -0
- package/esm/models/createapikeyresponse.js.map +1 -1
- package/esm/models/createcommandrequest.d.ts +5 -0
- package/esm/models/createcommandrequest.d.ts.map +1 -1
- package/esm/models/createcommandrequest.js +1 -0
- package/esm/models/createcommandrequest.js.map +1 -1
- package/esm/models/createdeploymentgrouptokenrequest.d.ts +8 -0
- package/esm/models/createdeploymentgrouptokenrequest.d.ts.map +1 -1
- package/esm/models/createdeploymentgrouptokenrequest.js +3 -0
- package/esm/models/createdeploymentgrouptokenrequest.js.map +1 -1
- package/esm/models/createdeploymenttokenrequest.d.ts +2 -2
- package/esm/models/createdeploymenttokenresponse.d.ts +2 -2
- package/esm/models/createmanagerresponse.d.ts +3226 -0
- package/esm/models/createmanagerresponse.d.ts.map +1 -0
- package/esm/models/createmanagerresponse.js +2574 -0
- package/esm/models/createmanagerresponse.js.map +1 -0
- package/esm/models/deployment.d.ts +1127 -33
- package/esm/models/deployment.d.ts.map +1 -1
- package/esm/models/deployment.js +749 -17
- package/esm/models/deployment.js.map +1 -1
- package/esm/models/deploymentconnectioninfo.d.ts +1 -0
- package/esm/models/deploymentconnectioninfo.d.ts.map +1 -1
- package/esm/models/deploymentconnectioninfo.js +1 -0
- package/esm/models/deploymentconnectioninfo.js.map +1 -1
- package/esm/models/deploymentdetailresponse.d.ts +1127 -33
- package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
- package/esm/models/deploymentdetailresponse.js +784 -18
- package/esm/models/deploymentdetailresponse.js.map +1 -1
- package/esm/models/deploymentinfo.d.ts +341 -13
- package/esm/models/deploymentinfo.d.ts.map +1 -1
- package/esm/models/deploymentinfo.js +217 -9
- package/esm/models/deploymentinfo.js.map +1 -1
- package/esm/models/deploymentinfosetupconfig.d.ts +33 -0
- package/esm/models/deploymentinfosetupconfig.d.ts.map +1 -0
- package/esm/models/deploymentinfosetupconfig.js +26 -0
- package/esm/models/deploymentinfosetupconfig.js.map +1 -0
- package/esm/models/deploymentlistitemresponse.d.ts +39 -0
- package/esm/models/deploymentlistitemresponse.d.ts.map +1 -1
- package/esm/models/deploymentlistitemresponse.js +18 -0
- package/esm/models/deploymentlistitemresponse.js.map +1 -1
- package/esm/models/deploymentportalaccentcolor.d.ts +22 -0
- package/esm/models/deploymentportalaccentcolor.d.ts.map +1 -0
- package/esm/models/deploymentportalaccentcolor.js +20 -0
- package/esm/models/deploymentportalaccentcolor.js.map +1 -0
- package/esm/models/deploymentportalappearance.d.ts +44 -0
- package/esm/models/deploymentportalappearance.d.ts.map +1 -0
- package/esm/models/deploymentportalappearance.js +23 -0
- package/esm/models/deploymentportalappearance.js.map +1 -0
- package/esm/models/deploymentportalappearancepreset.d.ts +21 -0
- package/esm/models/deploymentportalappearancepreset.d.ts.map +1 -0
- package/esm/models/deploymentportalappearancepreset.js +19 -0
- package/esm/models/deploymentportalappearancepreset.js.map +1 -0
- package/esm/models/deploymentportaldensity.d.ts +18 -0
- package/esm/models/deploymentportaldensity.d.ts.map +1 -0
- package/esm/models/deploymentportaldensity.js +16 -0
- package/esm/models/deploymentportaldensity.js.map +1 -0
- package/esm/models/deploymentportaldomain.d.ts +156 -0
- package/esm/models/deploymentportaldomain.d.ts.map +1 -0
- package/esm/models/deploymentportaldomain.js +58 -0
- package/esm/models/deploymentportaldomain.js.map +1 -0
- package/esm/models/deploymentportaldomainresponse.d.ts +11 -0
- package/esm/models/deploymentportaldomainresponse.d.ts.map +1 -0
- package/esm/models/deploymentportaldomainresponse.js +14 -0
- package/esm/models/deploymentportaldomainresponse.js.map +1 -0
- package/esm/models/deploymentportalmanageddnsrecord.d.ts +13 -0
- package/esm/models/deploymentportalmanageddnsrecord.d.ts.map +1 -0
- package/esm/models/deploymentportalmanageddnsrecord.js +16 -0
- package/esm/models/deploymentportalmanageddnsrecord.js.map +1 -0
- package/esm/models/deploymentsetupconfig.d.ts +22 -0
- package/esm/models/deploymentsetupconfig.d.ts.map +1 -0
- package/esm/models/deploymentsetupconfig.js +16 -0
- package/esm/models/deploymentsetupconfig.js.map +1 -0
- package/esm/models/deploymentsetupmethod.d.ts +16 -0
- package/esm/models/deploymentsetupmethod.d.ts.map +1 -0
- package/esm/models/deploymentsetupmethod.js +17 -0
- package/esm/models/deploymentsetupmethod.js.map +1 -0
- package/esm/models/deploymentsetuppolicy.d.ts +45 -0
- package/esm/models/deploymentsetuppolicy.d.ts.map +1 -0
- package/esm/models/deploymentsetuppolicy.js +43 -0
- package/esm/models/deploymentsetuppolicy.js.map +1 -0
- package/esm/models/deploymentsetupstacksettingspolicy.d.ts +1718 -0
- package/esm/models/deploymentsetupstacksettingspolicy.d.ts.map +1 -0
- package/esm/models/deploymentsetupstacksettingspolicy.js +1733 -0
- package/esm/models/deploymentsetupstacksettingspolicy.js.map +1 -0
- package/esm/models/deploymentstats.d.ts +12 -0
- package/esm/models/deploymentstats.d.ts.map +1 -1
- package/esm/models/deploymentstats.js +2 -0
- package/esm/models/deploymentstats.js.map +1 -1
- package/esm/models/domainwithusage.d.ts +63 -0
- package/esm/models/domainwithusage.d.ts.map +1 -0
- package/esm/models/domainwithusage.js +62 -0
- package/esm/models/domainwithusage.js.map +1 -0
- package/esm/models/event.d.ts +549 -32
- package/esm/models/event.d.ts.map +1 -1
- package/esm/models/event.js +240 -19
- package/esm/models/event.js.map +1 -1
- package/esm/models/forwardimportrequest.d.ts +40 -0
- package/esm/models/forwardimportrequest.d.ts.map +1 -0
- package/esm/models/forwardimportrequest.js +22 -0
- package/esm/models/forwardimportrequest.js.map +1 -0
- package/esm/models/generatemanagertokenrequest.d.ts +15 -0
- package/esm/models/generatemanagertokenrequest.d.ts.map +1 -0
- package/esm/models/generatemanagertokenrequest.js +12 -0
- package/esm/models/generatemanagertokenrequest.js.map +1 -0
- package/esm/models/generatemanagertokenresponse.d.ts +37 -0
- package/esm/models/generatemanagertokenresponse.d.ts.map +1 -0
- package/esm/models/generatemanagertokenresponse.js +23 -0
- package/esm/models/generatemanagertokenresponse.js.map +1 -0
- package/esm/models/gitnamespace.d.ts +4 -4
- package/esm/models/gitnamespace.d.ts.map +1 -1
- package/esm/models/gitnamespace.js +3 -3
- package/esm/models/gitnamespace.js.map +1 -1
- package/esm/models/importdeploymentrequest.d.ts +5 -82
- package/esm/models/importdeploymentrequest.d.ts.map +1 -1
- package/esm/models/importdeploymentrequest.js +6 -36
- package/esm/models/importdeploymentrequest.js.map +1 -1
- package/esm/models/importedresource.d.ts +29 -0
- package/esm/models/importedresource.d.ts.map +1 -0
- package/esm/models/importedresource.js +14 -0
- package/esm/models/importedresource.js.map +1 -0
- package/esm/models/importsource.d.ts +1587 -0
- package/esm/models/importsource.d.ts.map +1 -0
- package/esm/models/importsource.js +902 -0
- package/esm/models/importsource.js.map +1 -0
- package/esm/models/importsourcekind.d.ts +17 -0
- package/esm/models/importsourcekind.d.ts.map +1 -0
- package/esm/models/importsourcekind.js +15 -0
- package/esm/models/importsourcekind.js.map +1 -0
- package/esm/models/index.d.ts +45 -5
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +45 -5
- package/esm/models/index.js.map +1 -1
- package/esm/models/manager.d.ts +68 -69
- package/esm/models/manager.d.ts.map +1 -1
- package/esm/models/manager.js +38 -66
- package/esm/models/manager.js.map +1 -1
- package/esm/models/managerdeployment.d.ts +13 -0
- package/esm/models/managerdeployment.d.ts.map +1 -1
- package/esm/models/managerdeployment.js +4 -0
- package/esm/models/managerdeployment.js.map +1 -1
- package/esm/models/managerheartbeatrequest.d.ts +9 -113
- package/esm/models/managerheartbeatrequest.d.ts.map +1 -1
- package/esm/models/managerheartbeatrequest.js +7 -75
- package/esm/models/managerheartbeatrequest.js.map +1 -1
- package/esm/models/managermanagementconfigs.d.ts +136 -0
- package/esm/models/managermanagementconfigs.d.ts.map +1 -0
- package/esm/models/managermanagementconfigs.js +122 -0
- package/esm/models/managermanagementconfigs.js.map +1 -0
- package/esm/models/managerretrydeploymentresponse.d.ts +21 -0
- package/esm/models/managerretrydeploymentresponse.d.ts.map +1 -0
- package/esm/models/managerretrydeploymentresponse.js +22 -0
- package/esm/models/managerretrydeploymentresponse.js.map +1 -0
- package/esm/models/managerretryresponse.d.ts +3232 -0
- package/esm/models/managerretryresponse.d.ts.map +1 -0
- package/esm/models/managerretryresponse.js +2584 -0
- package/esm/models/managerretryresponse.js.map +1 -0
- package/esm/models/newdeploymentrequest.d.ts +1029 -7
- package/esm/models/newdeploymentrequest.d.ts.map +1 -1
- package/esm/models/newdeploymentrequest.js +590 -4
- package/esm/models/newdeploymentrequest.js.map +1 -1
- package/esm/models/newmanagerrequest.d.ts +25 -34
- package/esm/models/newmanagerrequest.d.ts.map +1 -1
- package/esm/models/newmanagerrequest.js +11 -24
- package/esm/models/newmanagerrequest.js.map +1 -1
- package/esm/models/operations/acceptcloudformationcallback.d.ts +31 -0
- package/esm/models/operations/acceptcloudformationcallback.d.ts.map +1 -0
- package/esm/models/operations/acceptcloudformationcallback.js +30 -0
- package/esm/models/operations/acceptcloudformationcallback.js.map +1 -0
- package/esm/models/operations/cancelmanagersetup.d.ts +31 -0
- package/esm/models/operations/cancelmanagersetup.d.ts.map +1 -0
- package/esm/models/operations/cancelmanagersetup.js +21 -0
- package/esm/models/operations/cancelmanagersetup.js.map +1 -0
- package/esm/models/operations/createmanager.d.ts +0 -165
- package/esm/models/operations/createmanager.d.ts.map +1 -1
- package/esm/models/operations/createmanager.js +0 -104
- package/esm/models/operations/createmanager.js.map +1 -1
- package/esm/models/operations/createproject.d.ts +102 -93
- package/esm/models/operations/createproject.d.ts.map +1 -1
- package/esm/models/operations/createproject.js +38 -51
- package/esm/models/operations/createproject.js.map +1 -1
- package/esm/models/operations/createprojectfromtemplate.d.ts +98 -89
- package/esm/models/operations/createprojectfromtemplate.d.ts.map +1 -1
- package/esm/models/operations/createprojectfromtemplate.js +37 -52
- package/esm/models/operations/createprojectfromtemplate.js.map +1 -1
- package/esm/models/operations/deletedeployment.d.ts +21 -0
- package/esm/models/operations/deletedeployment.d.ts.map +1 -1
- package/esm/models/operations/deletedeployment.js +11 -0
- package/esm/models/operations/deletedeployment.js.map +1 -1
- package/esm/models/operations/dismissworkspaceonboarding.d.ts +20 -0
- package/esm/models/operations/dismissworkspaceonboarding.d.ts.map +1 -0
- package/esm/models/operations/dismissworkspaceonboarding.js +13 -0
- package/esm/models/operations/dismissworkspaceonboarding.js.map +1 -0
- package/esm/models/operations/generatemanagertoken.d.ts +23 -0
- package/esm/models/operations/generatemanagertoken.d.ts.map +1 -0
- package/esm/models/operations/generatemanagertoken.js +21 -0
- package/esm/models/operations/generatemanagertoken.js.map +1 -0
- package/esm/models/operations/getcloudregions.d.ts +15 -0
- package/esm/models/operations/getcloudregions.d.ts.map +1 -0
- package/esm/models/operations/getcloudregions.js +12 -0
- package/esm/models/operations/getcloudregions.js.map +1 -0
- package/esm/models/operations/getdeploymentgroup.d.ts +32 -0
- package/esm/models/operations/getdeploymentgroup.d.ts.map +1 -1
- package/esm/models/operations/getdeploymentgroup.js +16 -0
- package/esm/models/operations/getdeploymentgroup.js.map +1 -1
- package/esm/models/operations/getdeploymentstats.d.ts +7 -6
- package/esm/models/operations/getdeploymentstats.d.ts.map +1 -1
- package/esm/models/operations/getdeploymentstats.js +4 -3
- package/esm/models/operations/getdeploymentstats.js.map +1 -1
- package/esm/models/operations/getmanagermanagementconfig.d.ts +41 -14
- package/esm/models/operations/getmanagermanagementconfig.d.ts.map +1 -1
- package/esm/models/operations/getmanagermanagementconfig.js +28 -14
- package/esm/models/operations/getmanagermanagementconfig.js.map +1 -1
- package/esm/models/operations/getprojectdeploymentportaldomain.d.ts +20 -0
- package/esm/models/operations/getprojectdeploymentportaldomain.d.ts.map +1 -0
- package/esm/models/operations/getprojectdeploymentportaldomain.js +13 -0
- package/esm/models/operations/getprojectdeploymentportaldomain.js.map +1 -0
- package/esm/models/operations/getprojectgcpoauthprovider.d.ts +20 -0
- package/esm/models/operations/getprojectgcpoauthprovider.d.ts.map +1 -0
- package/esm/models/operations/getprojectgcpoauthprovider.js +13 -0
- package/esm/models/operations/getprojectgcpoauthprovider.js.map +1 -0
- package/esm/models/operations/getprojecttemplateurls.d.ts +2 -2
- package/esm/models/operations/getresourcedeploymentdetail.d.ts +7437 -0
- package/esm/models/operations/getresourcedeploymentdetail.d.ts.map +1 -0
- package/esm/models/operations/getresourcedeploymentdetail.js +7935 -0
- package/esm/models/operations/getresourcedeploymentdetail.js.map +1 -0
- package/esm/models/operations/getworkspaceplan.d.ts +27 -0
- package/esm/models/operations/getworkspaceplan.d.ts.map +1 -0
- package/esm/models/operations/getworkspaceplan.js +21 -0
- package/esm/models/operations/getworkspaceplan.js.map +1 -0
- package/esm/models/operations/index.d.ts +21 -15
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +21 -15
- package/esm/models/operations/index.js.map +1 -1
- package/esm/models/operations/listapikeys.d.ts +5 -0
- package/esm/models/operations/listapikeys.d.ts.map +1 -1
- package/esm/models/operations/listapikeys.js +1 -0
- package/esm/models/operations/listapikeys.js.map +1 -1
- package/esm/models/operations/listbillingauditlog.d.ts +35 -0
- package/esm/models/operations/listbillingauditlog.d.ts.map +1 -0
- package/esm/models/operations/listbillingauditlog.js +24 -0
- package/esm/models/operations/listbillingauditlog.js.map +1 -0
- package/esm/models/operations/listcommands.d.ts +5 -0
- package/esm/models/operations/listcommands.d.ts.map +1 -1
- package/esm/models/operations/listcommands.js +1 -0
- package/esm/models/operations/listcommands.js.map +1 -1
- package/esm/models/operations/listdeploymentfilterenvironments.d.ts +49 -0
- package/esm/models/operations/listdeploymentfilterenvironments.d.ts.map +1 -0
- package/esm/models/operations/listdeploymentfilterenvironments.js +34 -0
- package/esm/models/operations/listdeploymentfilterenvironments.js.map +1 -0
- package/esm/models/operations/listdeploymentgroups.d.ts +59 -2
- package/esm/models/operations/listdeploymentgroups.d.ts.map +1 -1
- package/esm/models/operations/listdeploymentgroups.js +29 -2
- package/esm/models/operations/listdeploymentgroups.js.map +1 -1
- package/esm/models/operations/listdeployments.d.ts +8 -7
- package/esm/models/operations/listdeployments.d.ts.map +1 -1
- package/esm/models/operations/listdeployments.js +4 -3
- package/esm/models/operations/listdeployments.js.map +1 -1
- package/esm/models/operations/listdomains.d.ts +1 -1
- package/esm/models/operations/listdomains.d.ts.map +1 -1
- package/esm/models/operations/listdomains.js +1 -1
- package/esm/models/operations/listdomains.js.map +1 -1
- package/esm/models/operations/listevents.d.ts +5 -0
- package/esm/models/operations/listevents.d.ts.map +1 -1
- package/esm/models/operations/listevents.js +1 -0
- package/esm/models/operations/listevents.js.map +1 -1
- package/esm/models/operations/listmanagers.d.ts +10 -0
- package/esm/models/operations/listmanagers.d.ts.map +1 -1
- package/esm/models/operations/listmanagers.js +2 -0
- package/esm/models/operations/listmanagers.js.map +1 -1
- package/esm/models/operations/listpackages.d.ts +5 -0
- package/esm/models/operations/listpackages.d.ts.map +1 -1
- package/esm/models/operations/listpackages.js +1 -0
- package/esm/models/operations/listpackages.js.map +1 -1
- package/esm/models/operations/listresourcedeployments.d.ts +73 -0
- package/esm/models/operations/listresourcedeployments.d.ts.map +1 -0
- package/esm/models/operations/listresourcedeployments.js +58 -0
- package/esm/models/operations/listresourcedeployments.js.map +1 -0
- package/esm/models/operations/listresourceoverview.d.ts +68 -0
- package/esm/models/operations/listresourceoverview.d.ts.map +1 -0
- package/esm/models/operations/listresourceoverview.js +54 -0
- package/esm/models/operations/listresourceoverview.js.map +1 -0
- package/esm/models/operations/preparedeploymentstack.d.ts +1435 -0
- package/esm/models/operations/preparedeploymentstack.d.ts.map +1 -0
- package/esm/models/operations/preparedeploymentstack.js +858 -0
- package/esm/models/operations/preparedeploymentstack.js.map +1 -0
- package/esm/models/operations/refreshdomain.d.ts +20 -0
- package/esm/models/operations/refreshdomain.d.ts.map +1 -0
- package/esm/models/operations/refreshdomain.js +13 -0
- package/esm/models/operations/refreshdomain.js.map +1 -0
- package/esm/models/operations/resolve.d.ts +43 -0
- package/esm/models/operations/resolve.d.ts.map +1 -0
- package/esm/models/operations/resolve.js +27 -0
- package/esm/models/operations/resolve.js.map +1 -0
- package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts +23 -0
- package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts.map +1 -0
- package/esm/models/operations/resolvemanagergcpoauthprovider.js +21 -0
- package/esm/models/operations/resolvemanagergcpoauthprovider.js.map +1 -0
- package/esm/models/operations/retrydeployment.d.ts +1 -1
- package/esm/models/operations/retrymanager.d.ts +20 -0
- package/esm/models/operations/retrymanager.d.ts.map +1 -0
- package/esm/models/operations/retrymanager.js +13 -0
- package/esm/models/operations/retrymanager.js.map +1 -0
- package/esm/models/operations/retrymanagersetup.d.ts +20 -0
- package/esm/models/operations/retrymanagersetup.d.ts.map +1 -0
- package/esm/models/operations/retrymanagersetup.js +13 -0
- package/esm/models/operations/retrymanagersetup.js.map +1 -0
- package/esm/models/operations/synclist.d.ts +18 -0
- package/esm/models/operations/synclist.d.ts.map +1 -0
- package/esm/models/operations/synclist.js +19 -0
- package/esm/models/operations/synclist.js.map +1 -0
- package/esm/models/operations/syncreconcile.d.ts +2 -2
- package/esm/models/operations/syncreconcile.d.ts.map +1 -1
- package/esm/models/operations/syncreconcile.js +1 -1
- package/esm/models/operations/syncreconcile.js.map +1 -1
- package/esm/models/operations/syncrelease.d.ts +2 -2
- package/esm/models/operations/syncrelease.d.ts.map +1 -1
- package/esm/models/operations/syncrelease.js +1 -1
- package/esm/models/operations/syncrelease.js.map +1 -1
- package/esm/models/operations/updateproject.d.ts +3 -296
- package/esm/models/operations/updateproject.d.ts.map +1 -1
- package/esm/models/operations/updateproject.js +3 -127
- package/esm/models/operations/updateproject.js.map +1 -1
- package/esm/models/operations/updateprojectgcpoauthprovider.d.ts +23 -0
- package/esm/models/operations/updateprojectgcpoauthprovider.d.ts.map +1 -0
- package/esm/models/operations/updateprojectgcpoauthprovider.js +21 -0
- package/esm/models/operations/updateprojectgcpoauthprovider.js.map +1 -0
- package/esm/models/operations/updateuserprofile.d.ts +0 -15
- package/esm/models/operations/updateuserprofile.d.ts.map +1 -1
- package/esm/models/operations/updateuserprofile.js +0 -12
- package/esm/models/operations/updateuserprofile.js.map +1 -1
- package/esm/models/package.d.ts +121 -22
- package/esm/models/package.d.ts.map +1 -1
- package/esm/models/package.js +45 -9
- package/esm/models/package.js.map +1 -1
- package/esm/models/persistimporteddeploymentrequest.d.ts +3668 -0
- package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -0
- package/esm/models/persistimporteddeploymentrequest.js +1896 -0
- package/esm/models/persistimporteddeploymentrequest.js.map +1 -0
- package/esm/models/pinreleaserequest.d.ts +2 -2
- package/esm/models/planid.d.ts +12 -0
- package/esm/models/planid.d.ts.map +1 -0
- package/esm/models/planid.js +13 -0
- package/esm/models/planid.js.map +1 -0
- package/esm/models/prepareddeploymentstack.d.ts +1366 -0
- package/esm/models/prepareddeploymentstack.d.ts.map +1 -0
- package/esm/models/prepareddeploymentstack.js +775 -0
- package/esm/models/prepareddeploymentstack.js.map +1 -0
- package/esm/models/privatemanagercloud.d.ts +17 -0
- package/esm/models/privatemanagercloud.d.ts.map +1 -0
- package/esm/models/privatemanagercloud.js +15 -0
- package/esm/models/privatemanagercloud.js.map +1 -0
- package/esm/models/privatemanagersetupmethod.d.ts +17 -0
- package/esm/models/privatemanagersetupmethod.d.ts.map +1 -0
- package/esm/models/privatemanagersetupmethod.js +15 -0
- package/esm/models/privatemanagersetupmethod.js.map +1 -0
- package/esm/models/project.d.ts +79 -69
- package/esm/models/project.d.ts.map +1 -1
- package/esm/models/project.js +29 -42
- package/esm/models/project.js.map +1 -1
- package/esm/models/projectgcpoauthprovider.d.ts +33 -0
- package/esm/models/projectgcpoauthprovider.d.ts.map +1 -0
- package/esm/models/projectgcpoauthprovider.js +32 -0
- package/esm/models/projectgcpoauthprovider.js.map +1 -0
- package/esm/models/projectlistitemresponse.d.ts +83 -73
- package/esm/models/projectlistitemresponse.d.ts.map +1 -1
- package/esm/models/projectlistitemresponse.js +32 -46
- package/esm/models/projectlistitemresponse.js.map +1 -1
- package/esm/models/release.d.ts +4 -0
- package/esm/models/release.d.ts.map +1 -1
- package/esm/models/release.js +2 -0
- package/esm/models/release.js.map +1 -1
- package/esm/models/releaselistitemresponse.d.ts +4 -0
- package/esm/models/releaselistitemresponse.d.ts.map +1 -1
- package/esm/models/releaselistitemresponse.js +2 -0
- package/esm/models/releaselistitemresponse.js.map +1 -1
- package/esm/models/resolvemanagergcpoauthproviderrequest.d.ts +20 -0
- package/esm/models/resolvemanagergcpoauthproviderrequest.d.ts.map +1 -0
- package/esm/models/resolvemanagergcpoauthproviderrequest.js +13 -0
- package/esm/models/resolvemanagergcpoauthproviderrequest.js.map +1 -0
- package/esm/models/resolvemanagergcpoauthproviderresponse.d.ts +28 -0
- package/esm/models/resolvemanagergcpoauthproviderresponse.d.ts.map +1 -0
- package/esm/models/resolvemanagergcpoauthproviderresponse.js +31 -0
- package/esm/models/resolvemanagergcpoauthproviderresponse.js.map +1 -0
- package/esm/models/resolveresponse.d.ts +158 -0
- package/esm/models/resolveresponse.d.ts.map +1 -0
- package/esm/models/resolveresponse.js +103 -0
- package/esm/models/resolveresponse.js.map +1 -0
- package/esm/models/setupfingerprintinfo.d.ts +21 -0
- package/esm/models/setupfingerprintinfo.d.ts.map +1 -0
- package/esm/models/setupfingerprintinfo.js +15 -0
- package/esm/models/setupfingerprintinfo.js.map +1 -0
- package/esm/models/supportedcloudregions.d.ts +21 -0
- package/esm/models/supportedcloudregions.d.ts.map +1 -0
- package/esm/models/supportedcloudregions.js +15 -0
- package/esm/models/supportedcloudregions.js.map +1 -0
- package/esm/models/syncacquirerequest.d.ts +1 -0
- package/esm/models/syncacquirerequest.d.ts.map +1 -1
- package/esm/models/syncacquirerequest.js +1 -0
- package/esm/models/syncacquirerequest.js.map +1 -1
- package/esm/models/syncacquireresponse.d.ts +2181 -274
- package/esm/models/syncacquireresponse.d.ts.map +1 -1
- package/esm/models/syncacquireresponse.js +1348 -120
- package/esm/models/syncacquireresponse.js.map +1 -1
- package/esm/models/synclistrequest.d.ts +84 -0
- package/esm/models/synclistrequest.d.ts.map +1 -0
- package/esm/models/synclistrequest.js +52 -0
- package/esm/models/synclistrequest.js.map +1 -0
- package/esm/models/synclistresponse.d.ts +3272 -0
- package/esm/models/synclistresponse.d.ts.map +1 -0
- package/esm/models/synclistresponse.js +2054 -0
- package/esm/models/synclistresponse.js.map +1 -0
- package/esm/models/syncreconcilerequest.d.ts +13095 -1549
- package/esm/models/syncreconcilerequest.d.ts.map +1 -1
- package/esm/models/syncreconcilerequest.js +9738 -1661
- package/esm/models/syncreconcilerequest.js.map +1 -1
- package/esm/models/syncreconcileresponse.d.ts +2346 -224
- package/esm/models/syncreconcileresponse.d.ts.map +1 -1
- package/esm/models/syncreconcileresponse.js +1420 -92
- package/esm/models/syncreconcileresponse.js.map +1 -1
- package/esm/models/updatedeploymentenvironmentvariablesrequest.d.ts +2 -2
- package/esm/models/updateproject.d.ts +325 -0
- package/esm/models/updateproject.d.ts.map +1 -0
- package/esm/models/updateproject.js +118 -0
- package/esm/models/updateproject.js.map +1 -0
- package/esm/models/updateprojectgcpoauthprovider.d.ts +38 -0
- package/esm/models/updateprojectgcpoauthprovider.d.ts.map +1 -0
- package/esm/models/updateprojectgcpoauthprovider.js +29 -0
- package/esm/models/updateprojectgcpoauthprovider.js.map +1 -0
- package/esm/models/userprofile.d.ts +79 -0
- package/esm/models/userprofile.d.ts.map +1 -0
- package/esm/models/userprofile.js +42 -0
- package/esm/models/userprofile.js.map +1 -0
- package/esm/models/userprofilesetuprequest.d.ts +57 -0
- package/esm/models/userprofilesetuprequest.d.ts.map +1 -0
- package/esm/models/userprofilesetuprequest.js +33 -0
- package/esm/models/userprofilesetuprequest.js.map +1 -0
- package/esm/models/workspace.d.ts +4 -0
- package/esm/models/workspace.d.ts.map +1 -1
- package/esm/models/workspace.js +1 -0
- package/esm/models/workspace.js.map +1 -1
- package/esm/sdk/auth.d.ts +1 -1
- package/esm/sdk/auth.js +1 -1
- package/esm/sdk/billing.d.ts +13 -0
- package/esm/sdk/billing.d.ts.map +1 -0
- package/esm/sdk/billing.js +22 -0
- package/esm/sdk/billing.js.map +1 -0
- package/esm/sdk/cloudregions.d.ts +10 -0
- package/esm/sdk/cloudregions.d.ts.map +1 -0
- package/esm/sdk/cloudregions.js +15 -0
- package/esm/sdk/cloudregions.js.map +1 -0
- package/esm/sdk/deployment.d.ts +5 -1
- package/esm/sdk/deployment.d.ts.map +1 -1
- package/esm/sdk/deployment.js +8 -1
- package/esm/sdk/deployment.js.map +1 -1
- package/esm/sdk/deploymentgroups.d.ts +0 -7
- package/esm/sdk/deploymentgroups.d.ts.map +1 -1
- package/esm/sdk/deploymentgroups.js +0 -10
- package/esm/sdk/deploymentgroups.js.map +1 -1
- package/esm/sdk/deployments.d.ts +15 -11
- package/esm/sdk/deployments.d.ts.map +1 -1
- package/esm/sdk/deployments.js +20 -13
- package/esm/sdk/deployments.js.map +1 -1
- package/esm/sdk/domains.d.ts +6 -2
- package/esm/sdk/domains.d.ts.map +1 -1
- package/esm/sdk/domains.js +7 -0
- package/esm/sdk/domains.js.map +1 -1
- package/esm/sdk/managers.d.ts +19 -7
- package/esm/sdk/managers.d.ts.map +1 -1
- package/esm/sdk/managers.js +32 -11
- package/esm/sdk/managers.js.map +1 -1
- package/esm/sdk/projects.d.ts +14 -6
- package/esm/sdk/projects.d.ts.map +1 -1
- package/esm/sdk/projects.js +23 -9
- package/esm/sdk/projects.js.map +1 -1
- package/esm/sdk/resolve.d.ts +13 -0
- package/esm/sdk/resolve.d.ts.map +1 -0
- package/esm/sdk/resolve.js +18 -0
- package/esm/sdk/resolve.js.map +1 -0
- package/esm/sdk/resources.d.ts +11 -0
- package/esm/sdk/resources.d.ts.map +1 -0
- package/esm/sdk/resources.js +23 -0
- package/esm/sdk/resources.js.map +1 -0
- package/esm/sdk/sdk.d.ts +12 -3
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +15 -3
- package/esm/sdk/sdk.js.map +1 -1
- package/esm/sdk/sync.d.ts +8 -4
- package/esm/sdk/sync.d.ts.map +1 -1
- package/esm/sdk/sync.js +9 -2
- package/esm/sdk/sync.js.map +1 -1
- package/esm/sdk/user.d.ts +9 -1
- package/esm/sdk/user.d.ts.map +1 -1
- package/esm/sdk/user.js +14 -0
- package/esm/sdk/user.js.map +1 -1
- package/esm/sdk/workspaces.d.ts +4 -0
- package/esm/sdk/workspaces.d.ts.map +1 -1
- package/esm/sdk/workspaces.js +7 -0
- package/esm/sdk/workspaces.js.map +1 -1
- package/examples/{userUpdateProfile.example.ts → userGetProfile.example.ts} +2 -2
- package/jsr.json +1 -1
- package/package.json +8 -6
- package/src/funcs/apiKeysList.ts +1 -0
- package/src/funcs/authWhoami.ts +1 -1
- package/src/funcs/billingGetPlan.ts +162 -0
- package/src/funcs/billingListAuditLog.ts +166 -0
- package/src/funcs/cloudRegionsGet.ts +163 -0
- package/src/funcs/commandsList.ts +1 -0
- package/src/funcs/deploymentGetInfo.ts +1 -1
- package/src/funcs/deploymentGroupsGetDeploymentGroup.ts +1 -0
- package/src/funcs/deploymentGroupsListDeploymentGroups.ts +1 -0
- package/src/funcs/{containersGetOverview.ts → deploymentPrepareStack.ts} +18 -17
- package/src/funcs/deploymentsAcceptCloudFormationCallback.ts +176 -0
- package/src/funcs/deploymentsCreate.ts +1 -1
- package/src/funcs/deploymentsCreateToken.ts +1 -1
- package/src/funcs/deploymentsDelete.ts +5 -3
- package/src/funcs/deploymentsGet.ts +1 -1
- package/src/funcs/deploymentsGetStats.ts +1 -1
- package/src/funcs/deploymentsImport.ts +2 -2
- package/src/funcs/deploymentsList.ts +1 -1
- package/src/funcs/deploymentsListFilterDeploymentGroups.ts +1 -1
- package/src/funcs/{containersGetAttention.ts → deploymentsListFilterEnvironments.ts} +15 -14
- package/src/funcs/deploymentsRedeploy.ts +1 -1
- package/src/funcs/deploymentsRetry.ts +1 -1
- package/src/funcs/deploymentsUpdateEnvironmentVariables.ts +1 -1
- package/src/funcs/domainsCreate.ts +6 -5
- package/src/funcs/domainsGet.ts +4 -4
- package/src/funcs/domainsRefresh.ts +179 -0
- package/src/funcs/eventsList.ts +1 -0
- package/src/funcs/{managersGoogleCloudConnect.ts → managersCancelSetup.ts} +12 -17
- package/src/funcs/managersCreate.ts +7 -6
- package/src/funcs/managersDelete.ts +2 -2
- package/src/funcs/{managersGenerateDeepstoreToken.ts → managersGenerateManagerToken.ts} +12 -12
- package/src/funcs/managersGetManagementConfig.ts +1 -0
- package/src/funcs/managersList.ts +2 -0
- package/src/funcs/{deploymentGroupsGetDeploymentGroupManager.ts → managersResolveGcpOAuthProvider.ts} +25 -20
- package/src/funcs/managersRetry.ts +179 -0
- package/src/funcs/managersRetrySetup.ts +179 -0
- package/src/funcs/packagesList.ts +1 -0
- package/src/funcs/projectsCreate.ts +2 -2
- package/src/funcs/projectsDelete.ts +1 -1
- package/src/funcs/projectsGetDeploymentPortalDomain.ts +184 -0
- package/src/funcs/{containersListDeploymentMachines.ts → projectsGetGcpOAuthProvider.ts} +13 -12
- package/src/funcs/projectsGetTemplateUrls.ts +1 -1
- package/src/funcs/projectsUpdate.ts +1 -1
- package/src/funcs/{projectsGetBuildConfig.ts → projectsUpdateGcpOAuthProvider.ts} +23 -21
- package/src/funcs/{containersGetMachines.ts → resolveResolve.ts} +21 -19
- package/src/funcs/{containersListDeploymentContainerInstanceEvents.ts → resourcesGetDeploymentDetail.ts} +17 -20
- package/src/funcs/{containersGetDeploymentContainer.ts → resourcesListDeployments.ts} +17 -17
- package/src/funcs/{containersGetDeploymentCluster.ts → resourcesListOverview.ts} +14 -16
- package/src/funcs/{deploymentsListFilterPlatforms.ts → syncList.ts} +18 -17
- package/src/funcs/syncReconcile.ts +6 -7
- package/src/funcs/syncRelease.ts +6 -7
- package/src/funcs/userCompleteProfileSetup.ts +170 -0
- package/src/funcs/userGetProfile.ts +149 -0
- package/src/funcs/userUpdateProfile.ts +5 -4
- package/src/funcs/{containersListDeploymentContainers.ts → workspacesDismissOnboarding.ts} +13 -14
- package/src/lib/config.ts +2 -2
- package/src/lib/sdks.ts +2 -8
- package/src/models/apierror.ts +0 -3
- package/src/models/apikey.ts +6 -0
- package/src/models/apikeydeploymentsetupconfig.ts +44 -0
- package/src/models/apikeydeploymentsetupenvironmentvariable.ts +53 -0
- package/src/models/billingauditlogrow.ts +38 -0
- package/src/models/cloudformationcallbackrequest.ts +3844 -0
- package/src/models/cloudregionsresponse.ts +34 -0
- package/src/models/command.ts +8 -3
- package/src/models/commanddeploymentinfo.ts +5 -0
- package/src/models/commandlistitemresponse.ts +8 -3
- package/src/models/createapikeyresponse.ts +6 -0
- package/src/models/createcommandrequest.ts +6 -0
- package/src/models/createdeploymentgrouptokenrequest.ts +14 -0
- package/src/models/createdeploymenttokenrequest.ts +2 -2
- package/src/models/createdeploymenttokenresponse.ts +2 -2
- package/src/models/createmanagerresponse.ts +8631 -0
- package/src/models/deployment.ts +3519 -1137
- package/src/models/deploymentconnectioninfo.ts +1 -0
- package/src/models/deploymentdetailresponse.ts +3918 -1231
- package/src/models/deploymentinfo.ts +687 -25
- package/src/models/deploymentinfosetupconfig.ts +83 -0
- package/src/models/deploymentlistitemresponse.ts +52 -0
- package/src/models/deploymentportalaccentcolor.ts +33 -0
- package/src/models/deploymentportalappearance.ts +80 -0
- package/src/models/deploymentportalappearancepreset.ts +32 -0
- package/src/models/deploymentportaldensity.ts +29 -0
- package/src/models/deploymentportaldomain.ts +226 -0
- package/src/models/deploymentportaldomainresponse.ts +34 -0
- package/src/models/deploymentportalmanageddnsrecord.ts +36 -0
- package/src/models/deploymentsetupconfig.ts +46 -0
- package/src/models/deploymentsetupmethod.ts +25 -0
- package/src/models/deploymentsetuppolicy.ts +96 -0
- package/src/models/deploymentsetupstacksettingspolicy.ts +5512 -0
- package/src/models/deploymentstats.ts +10 -0
- package/src/models/domainwithusage.ts +154 -0
- package/src/models/event.ts +992 -96
- package/src/models/forwardimportrequest.ts +72 -0
- package/src/models/{generatedeepstoretokenrequest.ts → generatemanagertokenrequest.ts} +9 -9
- package/src/models/generatemanagertokenresponse.ts +68 -0
- package/src/models/gitnamespace.ts +7 -7
- package/src/models/importdeploymentrequest.ts +21 -113
- package/src/models/importedresource.ts +45 -0
- package/src/models/importsource.ts +3346 -0
- package/src/models/importsourcekind.ts +24 -0
- package/src/models/index.ts +45 -5
- package/src/models/manager.ts +94 -187
- package/src/models/managerdeployment.ts +16 -0
- package/src/models/managerheartbeatrequest.ts +31 -286
- package/src/models/managermanagementconfigs.ts +340 -0
- package/src/models/managerretrydeploymentresponse.ts +51 -0
- package/src/models/managerretryresponse.ts +8571 -0
- package/src/models/newdeploymentrequest.ts +2732 -389
- package/src/models/newmanagerrequest.ts +37 -46
- package/src/models/operations/acceptcloudformationcallback.ts +82 -0
- package/src/models/operations/cancelmanagersetup.ts +67 -0
- package/src/models/operations/createmanager.ts +0 -332
- package/src/models/operations/createproject.ts +162 -136
- package/src/models/operations/createprojectfromtemplate.ts +159 -127
- package/src/models/operations/deletedeployment.ts +27 -0
- package/src/models/operations/dismissworkspaceonboarding.ts +41 -0
- package/src/models/operations/generatemanagertoken.ts +53 -0
- package/src/models/operations/getcloudregions.ts +33 -0
- package/src/models/operations/getdeploymentgroup.ts +58 -0
- package/src/models/operations/getdeploymentstats.ts +11 -10
- package/src/models/operations/getmanagermanagementconfig.ts +77 -32
- package/src/models/operations/getprojectdeploymentportaldomain.ts +42 -0
- package/src/models/operations/getprojectgcpoauthprovider.ts +41 -0
- package/src/models/operations/getprojecttemplateurls.ts +2 -2
- package/src/models/operations/getresourcedeploymentdetail.ts +17224 -0
- package/src/models/operations/getworkspaceplan.ts +62 -0
- package/src/models/operations/index.ts +21 -15
- package/src/models/operations/listapikeys.ts +6 -0
- package/src/models/operations/listbillingauditlog.ts +73 -0
- package/src/models/operations/listcommands.ts +6 -0
- package/src/models/operations/listdeploymentfilterenvironments.ts +100 -0
- package/src/models/operations/listdeploymentgroups.ts +107 -3
- package/src/models/operations/listdeployments.ts +12 -11
- package/src/models/operations/listdomains.ts +2 -2
- package/src/models/operations/listevents.ts +6 -0
- package/src/models/operations/listmanagers.ts +12 -0
- package/src/models/operations/listpackages.ts +6 -0
- package/src/models/operations/listresourcedeployments.ts +158 -0
- package/src/models/operations/listresourceoverview.ts +144 -0
- package/src/models/operations/preparedeploymentstack.ts +2845 -0
- package/src/models/operations/refreshdomain.ts +39 -0
- package/src/models/operations/resolve.ts +62 -0
- package/src/models/operations/resolvemanagergcpoauthprovider.ts +56 -0
- package/src/models/operations/retrydeployment.ts +1 -1
- package/src/models/operations/retrymanager.ts +39 -0
- package/src/models/operations/retrymanagersetup.ts +39 -0
- package/src/models/operations/synclist.ts +40 -0
- package/src/models/operations/syncreconcile.ts +3 -3
- package/src/models/operations/syncrelease.ts +3 -3
- package/src/models/operations/updateproject.ts +5 -497
- package/src/models/operations/updateprojectgcpoauthprovider.ts +55 -0
- package/src/models/operations/updateuserprofile.ts +0 -36
- package/src/models/package.ts +188 -34
- package/src/models/persistimporteddeploymentrequest.ts +8221 -0
- package/src/models/pinreleaserequest.ts +2 -2
- package/src/models/planid.ts +17 -0
- package/src/models/prepareddeploymentstack.ts +3123 -0
- package/src/models/privatemanagercloud.ts +24 -0
- package/src/models/privatemanagersetupmethod.ts +26 -0
- package/src/models/project.ts +130 -94
- package/src/models/projectgcpoauthprovider.ts +93 -0
- package/src/models/projectlistitemresponse.ts +139 -107
- package/src/models/release.ts +6 -0
- package/src/models/releaselistitemresponse.ts +6 -0
- package/src/models/resolvemanagergcpoauthproviderrequest.ts +41 -0
- package/src/models/resolvemanagergcpoauthproviderresponse.ts +97 -0
- package/src/models/resolveresponse.ts +322 -0
- package/src/models/setupfingerprintinfo.ts +43 -0
- package/src/models/supportedcloudregions.ts +43 -0
- package/src/models/syncacquirerequest.ts +1 -0
- package/src/models/syncacquireresponse.ts +10222 -5960
- package/src/models/synclistrequest.ts +115 -0
- package/src/models/synclistresponse.ts +7202 -0
- package/src/models/syncreconcilerequest.ts +26977 -5873
- package/src/models/syncreconcileresponse.ts +10792 -6180
- package/src/models/updatedeploymentenvironmentvariablesrequest.ts +2 -2
- package/src/models/updateproject.ts +544 -0
- package/src/models/updateprojectgcpoauthprovider.ts +101 -0
- package/src/models/userprofile.ts +116 -0
- package/src/models/userprofilesetuprequest.ts +85 -0
- package/src/models/workspace.ts +7 -0
- package/src/sdk/auth.ts +1 -1
- package/src/sdk/billing.ts +39 -0
- package/src/sdk/cloudregions.ts +25 -0
- package/src/sdk/deployment.ts +16 -1
- package/src/sdk/deploymentgroups.ts +0 -18
- package/src/sdk/deployments.ts +30 -15
- package/src/sdk/domains.ts +17 -2
- package/src/sdk/managers.ts +67 -22
- package/src/sdk/projects.ts +47 -17
- package/src/sdk/resolve.ts +28 -0
- package/src/sdk/resources.ts +48 -0
- package/src/sdk/sdk.ts +22 -4
- package/src/sdk/sync.ts +19 -4
- package/src/sdk/user.ts +29 -1
- package/src/sdk/workspaces.ts +15 -0
- package/esm/funcs/containersGetAttention.d.ts.map +0 -1
- package/esm/funcs/containersGetAttention.js.map +0 -1
- package/esm/funcs/containersGetDeploymentCluster.d.ts.map +0 -1
- package/esm/funcs/containersGetDeploymentCluster.js.map +0 -1
- package/esm/funcs/containersGetDeploymentContainer.d.ts.map +0 -1
- package/esm/funcs/containersGetDeploymentContainer.js.map +0 -1
- package/esm/funcs/containersGetDeployments.d.ts.map +0 -1
- package/esm/funcs/containersGetDeployments.js.map +0 -1
- package/esm/funcs/containersGetMachines.d.ts +0 -15
- package/esm/funcs/containersGetMachines.d.ts.map +0 -1
- package/esm/funcs/containersGetMachines.js.map +0 -1
- package/esm/funcs/containersGetOverview.d.ts +0 -15
- package/esm/funcs/containersGetOverview.d.ts.map +0 -1
- package/esm/funcs/containersGetOverview.js.map +0 -1
- package/esm/funcs/containersListDeploymentContainerInstanceEvents.d.ts +0 -15
- package/esm/funcs/containersListDeploymentContainerInstanceEvents.d.ts.map +0 -1
- package/esm/funcs/containersListDeploymentContainerInstanceEvents.js.map +0 -1
- package/esm/funcs/containersListDeploymentContainers.d.ts.map +0 -1
- package/esm/funcs/containersListDeploymentContainers.js.map +0 -1
- package/esm/funcs/containersListDeploymentEvents.d.ts.map +0 -1
- package/esm/funcs/containersListDeploymentEvents.js.map +0 -1
- package/esm/funcs/containersListDeploymentMachines.d.ts.map +0 -1
- package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.d.ts +0 -19
- package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.d.ts.map +0 -1
- package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.js.map +0 -1
- package/esm/funcs/deploymentsListFilterPlatforms.d.ts +0 -15
- package/esm/funcs/deploymentsListFilterPlatforms.d.ts.map +0 -1
- package/esm/funcs/deploymentsListFilterPlatforms.js.map +0 -1
- package/esm/funcs/managersGoogleCloudConnect.d.ts.map +0 -1
- package/esm/funcs/managersGoogleCloudConnect.js.map +0 -1
- package/esm/funcs/projectsGetBuildConfig.d.ts.map +0 -1
- package/esm/funcs/projectsGetBuildConfig.js.map +0 -1
- package/esm/models/deploymentgroupmanagerresponse.d.ts +0 -17
- package/esm/models/deploymentgroupmanagerresponse.d.ts.map +0 -1
- package/esm/models/deploymentgroupmanagerresponse.js +0 -14
- package/esm/models/deploymentgroupmanagerresponse.js.map +0 -1
- package/esm/models/deploymentpagebackground.d.ts +0 -67
- package/esm/models/deploymentpagebackground.d.ts.map +0 -1
- package/esm/models/deploymentpagebackground.js +0 -48
- package/esm/models/deploymentpagebackground.js.map +0 -1
- package/esm/models/domain.d.ts +0 -36
- package/esm/models/domain.d.ts.map +0 -1
- package/esm/models/domain.js +0 -32
- package/esm/models/domain.js.map +0 -1
- package/esm/models/generatedeepstoretokenrequest.d.ts +0 -15
- package/esm/models/generatedeepstoretokenrequest.d.ts.map +0 -1
- package/esm/models/generatedeepstoretokenrequest.js +0 -12
- package/esm/models/generatedeepstoretokenrequest.js.map +0 -1
- package/esm/models/generatedeepstoretokenresponse.d.ts +0 -37
- package/esm/models/generatedeepstoretokenresponse.d.ts.map +0 -1
- package/esm/models/generatedeepstoretokenresponse.js +0 -23
- package/esm/models/generatedeepstoretokenresponse.js.map +0 -1
- package/esm/models/operations/connectmanagertogooglecloud.d.ts +0 -32
- package/esm/models/operations/connectmanagertogooglecloud.d.ts.map +0 -1
- package/esm/models/operations/connectmanagertogooglecloud.js +0 -16
- package/esm/models/operations/connectmanagertogooglecloud.js.map +0 -1
- package/esm/models/operations/generatedeepstoretoken.d.ts +0 -23
- package/esm/models/operations/generatedeepstoretoken.d.ts.map +0 -1
- package/esm/models/operations/generatedeepstoretoken.js +0 -21
- package/esm/models/operations/generatedeepstoretoken.js.map +0 -1
- package/esm/models/operations/getcontainerattention.d.ts +0 -75
- package/esm/models/operations/getcontainerattention.d.ts.map +0 -1
- package/esm/models/operations/getcontainerattention.js +0 -52
- package/esm/models/operations/getcontainerattention.js.map +0 -1
- package/esm/models/operations/getcontainerdefinitiondeployments.d.ts +0 -64
- package/esm/models/operations/getcontainerdefinitiondeployments.d.ts.map +0 -1
- package/esm/models/operations/getcontainerdefinitiondeployments.js +0 -47
- package/esm/models/operations/getcontainerdefinitiondeployments.js.map +0 -1
- package/esm/models/operations/getcontainermachines.d.ts +0 -94
- package/esm/models/operations/getcontainermachines.d.ts.map +0 -1
- package/esm/models/operations/getcontainermachines.js +0 -90
- package/esm/models/operations/getcontainermachines.js.map +0 -1
- package/esm/models/operations/getcontaineroverview.d.ts +0 -106
- package/esm/models/operations/getcontaineroverview.d.ts.map +0 -1
- package/esm/models/operations/getcontaineroverview.js +0 -68
- package/esm/models/operations/getcontaineroverview.js.map +0 -1
- package/esm/models/operations/getdeploymentcluster.d.ts +0 -62
- package/esm/models/operations/getdeploymentcluster.d.ts.map +0 -1
- package/esm/models/operations/getdeploymentcluster.js +0 -56
- package/esm/models/operations/getdeploymentcluster.js.map +0 -1
- package/esm/models/operations/getdeploymentcontainer.d.ts +0 -171
- package/esm/models/operations/getdeploymentcontainer.d.ts.map +0 -1
- package/esm/models/operations/getdeploymentcontainer.js +0 -163
- package/esm/models/operations/getdeploymentcontainer.js.map +0 -1
- package/esm/models/operations/getdeploymentgroupmanager.d.ts +0 -43
- package/esm/models/operations/getdeploymentgroupmanager.d.ts.map +0 -1
- package/esm/models/operations/getdeploymentgroupmanager.js +0 -27
- package/esm/models/operations/getdeploymentgroupmanager.js.map +0 -1
- package/esm/models/operations/getprojectbuildconfig.d.ts +0 -65
- package/esm/models/operations/getprojectbuildconfig.d.ts.map +0 -1
- package/esm/models/operations/getprojectbuildconfig.js +0 -37
- package/esm/models/operations/getprojectbuildconfig.js.map +0 -1
- package/esm/models/operations/listdeploymentcontainerevents.d.ts +0 -81
- package/esm/models/operations/listdeploymentcontainerevents.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentcontainerevents.js +0 -62
- package/esm/models/operations/listdeploymentcontainerevents.js.map +0 -1
- package/esm/models/operations/listdeploymentcontainerinstanceevents.d.ts +0 -67
- package/esm/models/operations/listdeploymentcontainerinstanceevents.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentcontainerinstanceevents.js +0 -53
- package/esm/models/operations/listdeploymentcontainerinstanceevents.js.map +0 -1
- package/esm/models/operations/listdeploymentcontainers.d.ts +0 -50
- package/esm/models/operations/listdeploymentcontainers.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentcontainers.js +0 -39
- package/esm/models/operations/listdeploymentcontainers.js.map +0 -1
- package/esm/models/operations/listdeploymentfilterplatforms.d.ts +0 -49
- package/esm/models/operations/listdeploymentfilterplatforms.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentfilterplatforms.js +0 -34
- package/esm/models/operations/listdeploymentfilterplatforms.js.map +0 -1
- package/esm/models/operations/listdeploymentmachines.d.ts +0 -78
- package/esm/models/operations/listdeploymentmachines.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentmachines.js +0 -70
- package/esm/models/operations/listdeploymentmachines.js.map +0 -1
- package/esm/sdk/containers.d.ts +0 -45
- package/esm/sdk/containers.d.ts.map +0 -1
- package/esm/sdk/containers.js +0 -78
- package/esm/sdk/containers.js.map +0 -1
- package/src/funcs/containersGetDeployments.ts +0 -187
- package/src/funcs/containersListDeploymentEvents.ts +0 -186
- package/src/models/deploymentgroupmanagerresponse.ts +0 -38
- package/src/models/deploymentpagebackground.ts +0 -107
- package/src/models/domain.ts +0 -67
- package/src/models/generatedeepstoretokenresponse.ts +0 -68
- package/src/models/operations/connectmanagertogooglecloud.ts +0 -56
- package/src/models/operations/generatedeepstoretoken.ts +0 -55
- package/src/models/operations/getcontainerattention.ts +0 -160
- package/src/models/operations/getcontainerdefinitiondeployments.ts +0 -150
- package/src/models/operations/getcontainermachines.ts +0 -258
- package/src/models/operations/getcontaineroverview.ts +0 -223
- package/src/models/operations/getdeploymentcluster.ts +0 -168
- package/src/models/operations/getdeploymentcontainer.ts +0 -429
- package/src/models/operations/getdeploymentgroupmanager.ts +0 -71
- package/src/models/operations/getprojectbuildconfig.ts +0 -112
- package/src/models/operations/listdeploymentcontainerevents.ts +0 -192
- package/src/models/operations/listdeploymentcontainerinstanceevents.ts +0 -178
- package/src/models/operations/listdeploymentcontainers.ts +0 -110
- package/src/models/operations/listdeploymentfilterplatforms.ts +0 -94
- package/src/models/operations/listdeploymentmachines.ts +0 -196
- package/src/sdk/containers.ts +0 -159
|
@@ -0,0 +1,902 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v4";
|
|
5
|
+
import { remap as remap$ } from "../lib/primitives.js";
|
|
6
|
+
import { ImportedResource$outboundSchema, } from "./importedresource.js";
|
|
7
|
+
import { ImportSourceKind$outboundSchema, } from "./importsourcekind.js";
|
|
8
|
+
/**
|
|
9
|
+
* Cloud platform of the imported stack
|
|
10
|
+
*/
|
|
11
|
+
export const ImportSourcePlatformEnum = {
|
|
12
|
+
Aws: "aws",
|
|
13
|
+
Gcp: "gcp",
|
|
14
|
+
Azure: "azure",
|
|
15
|
+
Kubernetes: "kubernetes",
|
|
16
|
+
Local: "local",
|
|
17
|
+
Test: "test",
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* Base cloud platform for cloud-backed Kubernetes imports.
|
|
21
|
+
*/
|
|
22
|
+
export const ImportSourceBasePlatform = {
|
|
23
|
+
Aws: "aws",
|
|
24
|
+
Gcp: "gcp",
|
|
25
|
+
Azure: "azure",
|
|
26
|
+
Kubernetes: "kubernetes",
|
|
27
|
+
Local: "local",
|
|
28
|
+
Test: "test",
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Deployment model: how updates are delivered to the remote environment.
|
|
32
|
+
*/
|
|
33
|
+
export const ImportSourceDeploymentModel = {
|
|
34
|
+
Push: "push",
|
|
35
|
+
Pull: "pull",
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* How heartbeat health checks are handled.
|
|
39
|
+
*/
|
|
40
|
+
export const ImportSourceHeartbeats = {
|
|
41
|
+
Off: "off",
|
|
42
|
+
On: "on",
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* Ownership model for the Kubernetes cluster.
|
|
46
|
+
*/
|
|
47
|
+
export const ImportSourceOwnership = {
|
|
48
|
+
Managed: "managed",
|
|
49
|
+
Existing: "existing",
|
|
50
|
+
External: "external",
|
|
51
|
+
};
|
|
52
|
+
export const ImportSourceModeCustom = {
|
|
53
|
+
Custom: "custom",
|
|
54
|
+
};
|
|
55
|
+
export const ImportSourceProviderAzureApplicationGatewayForContainersEnum4 = {
|
|
56
|
+
AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
|
|
57
|
+
};
|
|
58
|
+
export const ImportSourceProviderGkeGatewayEnum4 = {
|
|
59
|
+
GkeGateway: "gkeGateway",
|
|
60
|
+
};
|
|
61
|
+
export const ImportSourceProviderAwsAlbEnum4 = {
|
|
62
|
+
AwsAlb: "awsAlb",
|
|
63
|
+
};
|
|
64
|
+
export const ImportSourceProviderAzureApplicationGatewayForContainersEnum3 = {
|
|
65
|
+
AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
|
|
66
|
+
};
|
|
67
|
+
export const ImportSourceProviderGkeGatewayEnum3 = {
|
|
68
|
+
GkeGateway: "gkeGateway",
|
|
69
|
+
};
|
|
70
|
+
export const ImportSourceProviderAwsAlbEnum3 = {
|
|
71
|
+
AwsAlb: "awsAlb",
|
|
72
|
+
};
|
|
73
|
+
export const ImportSourceModeGenerated = {
|
|
74
|
+
Generated: "generated",
|
|
75
|
+
};
|
|
76
|
+
export const ImportSourceProviderAzureApplicationGatewayForContainersEnum2 = {
|
|
77
|
+
AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
|
|
78
|
+
};
|
|
79
|
+
export const ImportSourceProviderGkeGatewayEnum2 = {
|
|
80
|
+
GkeGateway: "gkeGateway",
|
|
81
|
+
};
|
|
82
|
+
export const ImportSourceProviderAwsAlbEnum2 = {
|
|
83
|
+
AwsAlb: "awsAlb",
|
|
84
|
+
};
|
|
85
|
+
export const ImportSourceProviderAzureApplicationGatewayForContainersEnum1 = {
|
|
86
|
+
AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
|
|
87
|
+
};
|
|
88
|
+
export const ImportSourceProviderGkeGatewayEnum1 = {
|
|
89
|
+
GkeGateway: "gkeGateway",
|
|
90
|
+
};
|
|
91
|
+
export const ImportSourceProviderAwsAlbEnum1 = {
|
|
92
|
+
AwsAlb: "awsAlb",
|
|
93
|
+
};
|
|
94
|
+
export const ImportSourceModeDisabled = {
|
|
95
|
+
Disabled: "disabled",
|
|
96
|
+
};
|
|
97
|
+
export const ImportSourceTypeByoVnetAzure = {
|
|
98
|
+
ByoVnetAzure: "byo-vnet-azure",
|
|
99
|
+
};
|
|
100
|
+
export const ImportSourceTypeByoVpcGcp = {
|
|
101
|
+
ByoVpcGcp: "byo-vpc-gcp",
|
|
102
|
+
};
|
|
103
|
+
export const ImportSourceTypeByoVpcAws = {
|
|
104
|
+
ByoVpcAws: "byo-vpc-aws",
|
|
105
|
+
};
|
|
106
|
+
export const ImportSourceTypeCreate = {
|
|
107
|
+
Create: "create",
|
|
108
|
+
};
|
|
109
|
+
export const ImportSourceTypeUseDefault = {
|
|
110
|
+
UseDefault: "use-default",
|
|
111
|
+
};
|
|
112
|
+
/**
|
|
113
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
114
|
+
*/
|
|
115
|
+
export const ImportSourceTelemetry = {
|
|
116
|
+
Off: "off",
|
|
117
|
+
Auto: "auto",
|
|
118
|
+
ApprovalRequired: "approval-required",
|
|
119
|
+
};
|
|
120
|
+
/**
|
|
121
|
+
* How updates are delivered to the deployment.
|
|
122
|
+
*/
|
|
123
|
+
export const ImportSourceUpdates = {
|
|
124
|
+
Auto: "auto",
|
|
125
|
+
ApprovalRequired: "approval-required",
|
|
126
|
+
};
|
|
127
|
+
/** @internal */
|
|
128
|
+
export const ImportSourcePlatformEnum$outboundSchema = z.enum(ImportSourcePlatformEnum);
|
|
129
|
+
/** @internal */
|
|
130
|
+
export const ImportSourceBasePlatform$outboundSchema = z.enum(ImportSourceBasePlatform);
|
|
131
|
+
/** @internal */
|
|
132
|
+
export const ImportSourceDeploymentModel$outboundSchema = z.enum(ImportSourceDeploymentModel);
|
|
133
|
+
/** @internal */
|
|
134
|
+
export const ImportSourceAws$outboundSchema = z.object({
|
|
135
|
+
certificateArn: z.string(),
|
|
136
|
+
});
|
|
137
|
+
export function importSourceAwsToJSON(importSourceAws) {
|
|
138
|
+
return JSON.stringify(ImportSourceAws$outboundSchema.parse(importSourceAws));
|
|
139
|
+
}
|
|
140
|
+
/** @internal */
|
|
141
|
+
export const ImportSourceAwsUnion$outboundSchema = z.union([z.lazy(() => ImportSourceAws$outboundSchema), z.any()]);
|
|
142
|
+
export function importSourceAwsUnionToJSON(importSourceAwsUnion) {
|
|
143
|
+
return JSON.stringify(ImportSourceAwsUnion$outboundSchema.parse(importSourceAwsUnion));
|
|
144
|
+
}
|
|
145
|
+
/** @internal */
|
|
146
|
+
export const ImportSourceAzure$outboundSchema = z.object({
|
|
147
|
+
keyVaultCertificateId: z.string(),
|
|
148
|
+
});
|
|
149
|
+
export function importSourceAzureToJSON(importSourceAzure) {
|
|
150
|
+
return JSON.stringify(ImportSourceAzure$outboundSchema.parse(importSourceAzure));
|
|
151
|
+
}
|
|
152
|
+
/** @internal */
|
|
153
|
+
export const ImportSourceAzureUnion$outboundSchema = z.union([z.lazy(() => ImportSourceAzure$outboundSchema), z.any()]);
|
|
154
|
+
export function importSourceAzureUnionToJSON(importSourceAzureUnion) {
|
|
155
|
+
return JSON.stringify(ImportSourceAzureUnion$outboundSchema.parse(importSourceAzureUnion));
|
|
156
|
+
}
|
|
157
|
+
/** @internal */
|
|
158
|
+
export const ImportSourceGcp$outboundSchema = z.object({
|
|
159
|
+
certificateName: z.string(),
|
|
160
|
+
});
|
|
161
|
+
export function importSourceGcpToJSON(importSourceGcp) {
|
|
162
|
+
return JSON.stringify(ImportSourceGcp$outboundSchema.parse(importSourceGcp));
|
|
163
|
+
}
|
|
164
|
+
/** @internal */
|
|
165
|
+
export const ImportSourceGcpUnion$outboundSchema = z.union([z.lazy(() => ImportSourceGcp$outboundSchema), z.any()]);
|
|
166
|
+
export function importSourceGcpUnionToJSON(importSourceGcpUnion) {
|
|
167
|
+
return JSON.stringify(ImportSourceGcpUnion$outboundSchema.parse(importSourceGcpUnion));
|
|
168
|
+
}
|
|
169
|
+
/** @internal */
|
|
170
|
+
export const ImportSourceTlsSecretRef$outboundSchema = z.object({
|
|
171
|
+
namespace: z.nullable(z.string()).optional(),
|
|
172
|
+
secretName: z.string(),
|
|
173
|
+
});
|
|
174
|
+
export function importSourceTlsSecretRefToJSON(importSourceTlsSecretRef) {
|
|
175
|
+
return JSON.stringify(ImportSourceTlsSecretRef$outboundSchema.parse(importSourceTlsSecretRef));
|
|
176
|
+
}
|
|
177
|
+
/** @internal */
|
|
178
|
+
export const ImportSourceDomainsKubernetes$outboundSchema = z.object({
|
|
179
|
+
tlsSecretRef: z.lazy(() => ImportSourceTlsSecretRef$outboundSchema),
|
|
180
|
+
});
|
|
181
|
+
export function importSourceDomainsKubernetesToJSON(importSourceDomainsKubernetes) {
|
|
182
|
+
return JSON.stringify(ImportSourceDomainsKubernetes$outboundSchema.parse(importSourceDomainsKubernetes));
|
|
183
|
+
}
|
|
184
|
+
/** @internal */
|
|
185
|
+
export const ImportSourceDomainsKubernetesUnion$outboundSchema = z.union([
|
|
186
|
+
z.lazy(() => ImportSourceDomainsKubernetes$outboundSchema),
|
|
187
|
+
z.any(),
|
|
188
|
+
]);
|
|
189
|
+
export function importSourceDomainsKubernetesUnionToJSON(importSourceDomainsKubernetesUnion) {
|
|
190
|
+
return JSON.stringify(ImportSourceDomainsKubernetesUnion$outboundSchema.parse(importSourceDomainsKubernetesUnion));
|
|
191
|
+
}
|
|
192
|
+
/** @internal */
|
|
193
|
+
export const ImportSourceDomainsCertificate$outboundSchema = z.object({
|
|
194
|
+
aws: z.nullable(z.union([z.lazy(() => ImportSourceAws$outboundSchema), z.any()])).optional(),
|
|
195
|
+
azure: z.nullable(z.union([z.lazy(() => ImportSourceAzure$outboundSchema), z.any()])).optional(),
|
|
196
|
+
gcp: z.nullable(z.union([z.lazy(() => ImportSourceGcp$outboundSchema), z.any()])).optional(),
|
|
197
|
+
kubernetes: z.nullable(z.union([
|
|
198
|
+
z.lazy(() => ImportSourceDomainsKubernetes$outboundSchema),
|
|
199
|
+
z.any(),
|
|
200
|
+
])).optional(),
|
|
201
|
+
});
|
|
202
|
+
export function importSourceDomainsCertificateToJSON(importSourceDomainsCertificate) {
|
|
203
|
+
return JSON.stringify(ImportSourceDomainsCertificate$outboundSchema.parse(importSourceDomainsCertificate));
|
|
204
|
+
}
|
|
205
|
+
/** @internal */
|
|
206
|
+
export const ImportSourceCustomDomains$outboundSchema = z.object({
|
|
207
|
+
certificate: z.lazy(() => ImportSourceDomainsCertificate$outboundSchema),
|
|
208
|
+
domain: z.string(),
|
|
209
|
+
});
|
|
210
|
+
export function importSourceCustomDomainsToJSON(importSourceCustomDomains) {
|
|
211
|
+
return JSON.stringify(ImportSourceCustomDomains$outboundSchema.parse(importSourceCustomDomains));
|
|
212
|
+
}
|
|
213
|
+
/** @internal */
|
|
214
|
+
export const ImportSourceDomains$outboundSchema = z.object({
|
|
215
|
+
customDomains: z.nullable(z.record(z.string(), z.lazy(() => ImportSourceCustomDomains$outboundSchema))).optional(),
|
|
216
|
+
});
|
|
217
|
+
export function importSourceDomainsToJSON(importSourceDomains) {
|
|
218
|
+
return JSON.stringify(ImportSourceDomains$outboundSchema.parse(importSourceDomains));
|
|
219
|
+
}
|
|
220
|
+
/** @internal */
|
|
221
|
+
export const ImportSourceDomainsUnion$outboundSchema = z.union([z.lazy(() => ImportSourceDomains$outboundSchema), z.any()]);
|
|
222
|
+
export function importSourceDomainsUnionToJSON(importSourceDomainsUnion) {
|
|
223
|
+
return JSON.stringify(ImportSourceDomainsUnion$outboundSchema.parse(importSourceDomainsUnion));
|
|
224
|
+
}
|
|
225
|
+
/** @internal */
|
|
226
|
+
export const ImportSourceExternalBindings$outboundSchema = z.object({});
|
|
227
|
+
export function importSourceExternalBindingsToJSON(importSourceExternalBindings) {
|
|
228
|
+
return JSON.stringify(ImportSourceExternalBindings$outboundSchema.parse(importSourceExternalBindings));
|
|
229
|
+
}
|
|
230
|
+
/** @internal */
|
|
231
|
+
export const ImportSourceHeartbeats$outboundSchema = z.enum(ImportSourceHeartbeats);
|
|
232
|
+
/** @internal */
|
|
233
|
+
export const ImportSourceCloud$outboundSchema = z.object({
|
|
234
|
+
accountId: z.nullable(z.string()).optional(),
|
|
235
|
+
clusterId: z.nullable(z.string()).optional(),
|
|
236
|
+
clusterName: z.nullable(z.string()).optional(),
|
|
237
|
+
projectId: z.nullable(z.string()).optional(),
|
|
238
|
+
region: z.nullable(z.string()).optional(),
|
|
239
|
+
resourceGroup: z.nullable(z.string()).optional(),
|
|
240
|
+
subscriptionId: z.nullable(z.string()).optional(),
|
|
241
|
+
});
|
|
242
|
+
export function importSourceCloudToJSON(importSourceCloud) {
|
|
243
|
+
return JSON.stringify(ImportSourceCloud$outboundSchema.parse(importSourceCloud));
|
|
244
|
+
}
|
|
245
|
+
/** @internal */
|
|
246
|
+
export const ImportSourceCloudUnion$outboundSchema = z.union([z.lazy(() => ImportSourceCloud$outboundSchema), z.any()]);
|
|
247
|
+
export function importSourceCloudUnionToJSON(importSourceCloudUnion) {
|
|
248
|
+
return JSON.stringify(ImportSourceCloudUnion$outboundSchema.parse(importSourceCloudUnion));
|
|
249
|
+
}
|
|
250
|
+
/** @internal */
|
|
251
|
+
export const ImportSourceOwnership$outboundSchema = z.enum(ImportSourceOwnership);
|
|
252
|
+
/** @internal */
|
|
253
|
+
export const ImportSourceCluster$outboundSchema = z.object({
|
|
254
|
+
cloud: z.nullable(z.union([z.lazy(() => ImportSourceCloud$outboundSchema), z.any()])).optional(),
|
|
255
|
+
namespace: z.nullable(z.string()).optional(),
|
|
256
|
+
ownership: ImportSourceOwnership$outboundSchema,
|
|
257
|
+
});
|
|
258
|
+
export function importSourceClusterToJSON(importSourceCluster) {
|
|
259
|
+
return JSON.stringify(ImportSourceCluster$outboundSchema.parse(importSourceCluster));
|
|
260
|
+
}
|
|
261
|
+
/** @internal */
|
|
262
|
+
export const ImportSourceClusterUnion$outboundSchema = z.union([z.lazy(() => ImportSourceCluster$outboundSchema), z.any()]);
|
|
263
|
+
export function importSourceClusterUnionToJSON(importSourceClusterUnion) {
|
|
264
|
+
return JSON.stringify(ImportSourceClusterUnion$outboundSchema.parse(importSourceClusterUnion));
|
|
265
|
+
}
|
|
266
|
+
/** @internal */
|
|
267
|
+
export const ImportSourceCertificateNone2$outboundSchema = z.object({
|
|
268
|
+
mode: z.literal("none"),
|
|
269
|
+
});
|
|
270
|
+
export function importSourceCertificateNone2ToJSON(importSourceCertificateNone2) {
|
|
271
|
+
return JSON.stringify(ImportSourceCertificateNone2$outboundSchema.parse(importSourceCertificateNone2));
|
|
272
|
+
}
|
|
273
|
+
/** @internal */
|
|
274
|
+
export const ImportSourceCertificateManagedTLSSecret2$outboundSchema = z.object({
|
|
275
|
+
mode: z.literal("managedTlsSecret"),
|
|
276
|
+
secretNameTemplate: z.string(),
|
|
277
|
+
});
|
|
278
|
+
export function importSourceCertificateManagedTLSSecret2ToJSON(importSourceCertificateManagedTLSSecret2) {
|
|
279
|
+
return JSON.stringify(ImportSourceCertificateManagedTLSSecret2$outboundSchema.parse(importSourceCertificateManagedTLSSecret2));
|
|
280
|
+
}
|
|
281
|
+
/** @internal */
|
|
282
|
+
export const ImportSourceCertificateAwsAcmArn2$outboundSchema = z.object({
|
|
283
|
+
certificateArn: z.string(),
|
|
284
|
+
mode: z.literal("awsAcmArn"),
|
|
285
|
+
});
|
|
286
|
+
export function importSourceCertificateAwsAcmArn2ToJSON(importSourceCertificateAwsAcmArn2) {
|
|
287
|
+
return JSON.stringify(ImportSourceCertificateAwsAcmArn2$outboundSchema.parse(importSourceCertificateAwsAcmArn2));
|
|
288
|
+
}
|
|
289
|
+
/** @internal */
|
|
290
|
+
export const ImportSourceCertificateManagedAcmImport2$outboundSchema = z.object({
|
|
291
|
+
mode: z.literal("managedAcmImport"),
|
|
292
|
+
region: z.nullable(z.string()).optional(),
|
|
293
|
+
tags: z.record(z.string(), z.string()).optional(),
|
|
294
|
+
});
|
|
295
|
+
export function importSourceCertificateManagedAcmImport2ToJSON(importSourceCertificateManagedAcmImport2) {
|
|
296
|
+
return JSON.stringify(ImportSourceCertificateManagedAcmImport2$outboundSchema.parse(importSourceCertificateManagedAcmImport2));
|
|
297
|
+
}
|
|
298
|
+
/** @internal */
|
|
299
|
+
export const ImportSourceCertificateTLSSecretRef2$outboundSchema = z.object({
|
|
300
|
+
namespace: z.nullable(z.string()).optional(),
|
|
301
|
+
secretName: z.string(),
|
|
302
|
+
mode: z.literal("tlsSecretRef"),
|
|
303
|
+
});
|
|
304
|
+
export function importSourceCertificateTLSSecretRef2ToJSON(importSourceCertificateTLSSecretRef2) {
|
|
305
|
+
return JSON.stringify(ImportSourceCertificateTLSSecretRef2$outboundSchema.parse(importSourceCertificateTLSSecretRef2));
|
|
306
|
+
}
|
|
307
|
+
/** @internal */
|
|
308
|
+
export const ImportSourceCertificateUnion2$outboundSchema = z.union([
|
|
309
|
+
z.lazy(() => ImportSourceCertificateTLSSecretRef2$outboundSchema),
|
|
310
|
+
z.lazy(() => ImportSourceCertificateManagedAcmImport2$outboundSchema),
|
|
311
|
+
z.lazy(() => ImportSourceCertificateAwsAcmArn2$outboundSchema),
|
|
312
|
+
z.lazy(() => ImportSourceCertificateManagedTLSSecret2$outboundSchema),
|
|
313
|
+
z.lazy(() => ImportSourceCertificateNone2$outboundSchema),
|
|
314
|
+
]);
|
|
315
|
+
export function importSourceCertificateUnion2ToJSON(importSourceCertificateUnion2) {
|
|
316
|
+
return JSON.stringify(ImportSourceCertificateUnion2$outboundSchema.parse(importSourceCertificateUnion2));
|
|
317
|
+
}
|
|
318
|
+
/** @internal */
|
|
319
|
+
export const ImportSourceModeCustom$outboundSchema = z.enum(ImportSourceModeCustom);
|
|
320
|
+
/** @internal */
|
|
321
|
+
export const ImportSourceProviderAzureApplicationGatewayForContainersEnum4$outboundSchema = z.enum(ImportSourceProviderAzureApplicationGatewayForContainersEnum4);
|
|
322
|
+
/** @internal */
|
|
323
|
+
export const ImportSourceProviderAzureApplicationGatewayForContainers4$outboundSchema = z.object({
|
|
324
|
+
albName: z.nullable(z.string()).optional(),
|
|
325
|
+
albNamespace: z.nullable(z.string()).optional(),
|
|
326
|
+
frontend: z.string(),
|
|
327
|
+
provider: ImportSourceProviderAzureApplicationGatewayForContainersEnum4$outboundSchema,
|
|
328
|
+
});
|
|
329
|
+
export function importSourceProviderAzureApplicationGatewayForContainers4ToJSON(importSourceProviderAzureApplicationGatewayForContainers4) {
|
|
330
|
+
return JSON.stringify(ImportSourceProviderAzureApplicationGatewayForContainers4$outboundSchema
|
|
331
|
+
.parse(importSourceProviderAzureApplicationGatewayForContainers4));
|
|
332
|
+
}
|
|
333
|
+
/** @internal */
|
|
334
|
+
export const ImportSourceProviderGkeGatewayEnum4$outboundSchema = z.enum(ImportSourceProviderGkeGatewayEnum4);
|
|
335
|
+
/** @internal */
|
|
336
|
+
export const ImportSourceProviderGkeGateway4$outboundSchema = z.object({
|
|
337
|
+
provider: ImportSourceProviderGkeGatewayEnum4$outboundSchema,
|
|
338
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
339
|
+
});
|
|
340
|
+
export function importSourceProviderGkeGateway4ToJSON(importSourceProviderGkeGateway4) {
|
|
341
|
+
return JSON.stringify(ImportSourceProviderGkeGateway4$outboundSchema.parse(importSourceProviderGkeGateway4));
|
|
342
|
+
}
|
|
343
|
+
/** @internal */
|
|
344
|
+
export const ImportSourceProviderAwsAlbEnum4$outboundSchema = z.enum(ImportSourceProviderAwsAlbEnum4);
|
|
345
|
+
/** @internal */
|
|
346
|
+
export const ImportSourceProviderAwsAlb4$outboundSchema = z.object({
|
|
347
|
+
ipAddressType: z.nullable(z.string()).optional(),
|
|
348
|
+
provider: ImportSourceProviderAwsAlbEnum4$outboundSchema,
|
|
349
|
+
scheme: z.string(),
|
|
350
|
+
subnetIds: z.array(z.string()).optional(),
|
|
351
|
+
targetType: z.string(),
|
|
352
|
+
});
|
|
353
|
+
export function importSourceProviderAwsAlb4ToJSON(importSourceProviderAwsAlb4) {
|
|
354
|
+
return JSON.stringify(ImportSourceProviderAwsAlb4$outboundSchema.parse(importSourceProviderAwsAlb4));
|
|
355
|
+
}
|
|
356
|
+
/** @internal */
|
|
357
|
+
export const ImportSourceProviderUnion4$outboundSchema = z.union([
|
|
358
|
+
z.lazy(() => ImportSourceProviderAwsAlb4$outboundSchema),
|
|
359
|
+
z.lazy(() => ImportSourceProviderAzureApplicationGatewayForContainers4$outboundSchema),
|
|
360
|
+
z.lazy(() => ImportSourceProviderGkeGateway4$outboundSchema),
|
|
361
|
+
z.any(),
|
|
362
|
+
]);
|
|
363
|
+
export function importSourceProviderUnion4ToJSON(importSourceProviderUnion4) {
|
|
364
|
+
return JSON.stringify(ImportSourceProviderUnion4$outboundSchema.parse(importSourceProviderUnion4));
|
|
365
|
+
}
|
|
366
|
+
/** @internal */
|
|
367
|
+
export const ImportSourceRouteGateway2$outboundSchema = z.object({
|
|
368
|
+
annotations: z.record(z.string(), z.string()).optional(),
|
|
369
|
+
controller: z.nullable(z.string()).optional(),
|
|
370
|
+
gatewayClassName: z.string(),
|
|
371
|
+
labels: z.record(z.string(), z.string()).optional(),
|
|
372
|
+
listenerPort: z.int(),
|
|
373
|
+
provider: z.nullable(z.union([
|
|
374
|
+
z.lazy(() => ImportSourceProviderAwsAlb4$outboundSchema),
|
|
375
|
+
z.lazy(() => ImportSourceProviderAzureApplicationGatewayForContainers4$outboundSchema),
|
|
376
|
+
z.lazy(() => ImportSourceProviderGkeGateway4$outboundSchema),
|
|
377
|
+
z.any(),
|
|
378
|
+
])).optional(),
|
|
379
|
+
routeApi: z.literal("gateway"),
|
|
380
|
+
});
|
|
381
|
+
export function importSourceRouteGateway2ToJSON(importSourceRouteGateway2) {
|
|
382
|
+
return JSON.stringify(ImportSourceRouteGateway2$outboundSchema.parse(importSourceRouteGateway2));
|
|
383
|
+
}
|
|
384
|
+
/** @internal */
|
|
385
|
+
export const ImportSourceProviderAzureApplicationGatewayForContainersEnum3$outboundSchema = z.enum(ImportSourceProviderAzureApplicationGatewayForContainersEnum3);
|
|
386
|
+
/** @internal */
|
|
387
|
+
export const ImportSourceProviderAzureApplicationGatewayForContainers3$outboundSchema = z.object({
|
|
388
|
+
albName: z.nullable(z.string()).optional(),
|
|
389
|
+
albNamespace: z.nullable(z.string()).optional(),
|
|
390
|
+
frontend: z.string(),
|
|
391
|
+
provider: ImportSourceProviderAzureApplicationGatewayForContainersEnum3$outboundSchema,
|
|
392
|
+
});
|
|
393
|
+
export function importSourceProviderAzureApplicationGatewayForContainers3ToJSON(importSourceProviderAzureApplicationGatewayForContainers3) {
|
|
394
|
+
return JSON.stringify(ImportSourceProviderAzureApplicationGatewayForContainers3$outboundSchema
|
|
395
|
+
.parse(importSourceProviderAzureApplicationGatewayForContainers3));
|
|
396
|
+
}
|
|
397
|
+
/** @internal */
|
|
398
|
+
export const ImportSourceProviderGkeGatewayEnum3$outboundSchema = z.enum(ImportSourceProviderGkeGatewayEnum3);
|
|
399
|
+
/** @internal */
|
|
400
|
+
export const ImportSourceProviderGkeGateway3$outboundSchema = z.object({
|
|
401
|
+
provider: ImportSourceProviderGkeGatewayEnum3$outboundSchema,
|
|
402
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
403
|
+
});
|
|
404
|
+
export function importSourceProviderGkeGateway3ToJSON(importSourceProviderGkeGateway3) {
|
|
405
|
+
return JSON.stringify(ImportSourceProviderGkeGateway3$outboundSchema.parse(importSourceProviderGkeGateway3));
|
|
406
|
+
}
|
|
407
|
+
/** @internal */
|
|
408
|
+
export const ImportSourceProviderAwsAlbEnum3$outboundSchema = z.enum(ImportSourceProviderAwsAlbEnum3);
|
|
409
|
+
/** @internal */
|
|
410
|
+
export const ImportSourceProviderAwsAlb3$outboundSchema = z.object({
|
|
411
|
+
ipAddressType: z.nullable(z.string()).optional(),
|
|
412
|
+
provider: ImportSourceProviderAwsAlbEnum3$outboundSchema,
|
|
413
|
+
scheme: z.string(),
|
|
414
|
+
subnetIds: z.array(z.string()).optional(),
|
|
415
|
+
targetType: z.string(),
|
|
416
|
+
});
|
|
417
|
+
export function importSourceProviderAwsAlb3ToJSON(importSourceProviderAwsAlb3) {
|
|
418
|
+
return JSON.stringify(ImportSourceProviderAwsAlb3$outboundSchema.parse(importSourceProviderAwsAlb3));
|
|
419
|
+
}
|
|
420
|
+
/** @internal */
|
|
421
|
+
export const ImportSourceProviderUnion3$outboundSchema = z.union([
|
|
422
|
+
z.lazy(() => ImportSourceProviderAwsAlb3$outboundSchema),
|
|
423
|
+
z.lazy(() => ImportSourceProviderAzureApplicationGatewayForContainers3$outboundSchema),
|
|
424
|
+
z.lazy(() => ImportSourceProviderGkeGateway3$outboundSchema),
|
|
425
|
+
z.any(),
|
|
426
|
+
]);
|
|
427
|
+
export function importSourceProviderUnion3ToJSON(importSourceProviderUnion3) {
|
|
428
|
+
return JSON.stringify(ImportSourceProviderUnion3$outboundSchema.parse(importSourceProviderUnion3));
|
|
429
|
+
}
|
|
430
|
+
/** @internal */
|
|
431
|
+
export const ImportSourceRouteIngress2$outboundSchema = z.object({
|
|
432
|
+
annotations: z.record(z.string(), z.string()).optional(),
|
|
433
|
+
controller: z.nullable(z.string()).optional(),
|
|
434
|
+
ingressClassName: z.string(),
|
|
435
|
+
labels: z.record(z.string(), z.string()).optional(),
|
|
436
|
+
provider: z.nullable(z.union([
|
|
437
|
+
z.lazy(() => ImportSourceProviderAwsAlb3$outboundSchema),
|
|
438
|
+
z.lazy(() => ImportSourceProviderAzureApplicationGatewayForContainers3$outboundSchema),
|
|
439
|
+
z.lazy(() => ImportSourceProviderGkeGateway3$outboundSchema),
|
|
440
|
+
z.any(),
|
|
441
|
+
])).optional(),
|
|
442
|
+
routeApi: z.literal("ingress"),
|
|
443
|
+
});
|
|
444
|
+
export function importSourceRouteIngress2ToJSON(importSourceRouteIngress2) {
|
|
445
|
+
return JSON.stringify(ImportSourceRouteIngress2$outboundSchema.parse(importSourceRouteIngress2));
|
|
446
|
+
}
|
|
447
|
+
/** @internal */
|
|
448
|
+
export const ImportSourceRouteUnion2$outboundSchema = z.union([
|
|
449
|
+
z.lazy(() => ImportSourceRouteIngress2$outboundSchema),
|
|
450
|
+
z.lazy(() => ImportSourceRouteGateway2$outboundSchema),
|
|
451
|
+
]);
|
|
452
|
+
export function importSourceRouteUnion2ToJSON(importSourceRouteUnion2) {
|
|
453
|
+
return JSON.stringify(ImportSourceRouteUnion2$outboundSchema.parse(importSourceRouteUnion2));
|
|
454
|
+
}
|
|
455
|
+
/** @internal */
|
|
456
|
+
export const ImportSourceExposureCustom$outboundSchema = z.object({
|
|
457
|
+
certificate: z.union([
|
|
458
|
+
z.lazy(() => ImportSourceCertificateTLSSecretRef2$outboundSchema),
|
|
459
|
+
z.lazy(() => ImportSourceCertificateManagedAcmImport2$outboundSchema),
|
|
460
|
+
z.lazy(() => ImportSourceCertificateAwsAcmArn2$outboundSchema),
|
|
461
|
+
z.lazy(() => ImportSourceCertificateManagedTLSSecret2$outboundSchema),
|
|
462
|
+
z.lazy(() => ImportSourceCertificateNone2$outboundSchema),
|
|
463
|
+
]),
|
|
464
|
+
domain: z.string(),
|
|
465
|
+
mode: ImportSourceModeCustom$outboundSchema,
|
|
466
|
+
route: z.union([
|
|
467
|
+
z.lazy(() => ImportSourceRouteIngress2$outboundSchema),
|
|
468
|
+
z.lazy(() => ImportSourceRouteGateway2$outboundSchema),
|
|
469
|
+
]),
|
|
470
|
+
});
|
|
471
|
+
export function importSourceExposureCustomToJSON(importSourceExposureCustom) {
|
|
472
|
+
return JSON.stringify(ImportSourceExposureCustom$outboundSchema.parse(importSourceExposureCustom));
|
|
473
|
+
}
|
|
474
|
+
/** @internal */
|
|
475
|
+
export const ImportSourceCertificateNone1$outboundSchema = z.object({
|
|
476
|
+
mode: z.literal("none"),
|
|
477
|
+
});
|
|
478
|
+
export function importSourceCertificateNone1ToJSON(importSourceCertificateNone1) {
|
|
479
|
+
return JSON.stringify(ImportSourceCertificateNone1$outboundSchema.parse(importSourceCertificateNone1));
|
|
480
|
+
}
|
|
481
|
+
/** @internal */
|
|
482
|
+
export const ImportSourceCertificateManagedTLSSecret1$outboundSchema = z.object({
|
|
483
|
+
mode: z.literal("managedTlsSecret"),
|
|
484
|
+
secretNameTemplate: z.string(),
|
|
485
|
+
});
|
|
486
|
+
export function importSourceCertificateManagedTLSSecret1ToJSON(importSourceCertificateManagedTLSSecret1) {
|
|
487
|
+
return JSON.stringify(ImportSourceCertificateManagedTLSSecret1$outboundSchema.parse(importSourceCertificateManagedTLSSecret1));
|
|
488
|
+
}
|
|
489
|
+
/** @internal */
|
|
490
|
+
export const ImportSourceCertificateAwsAcmArn1$outboundSchema = z.object({
|
|
491
|
+
certificateArn: z.string(),
|
|
492
|
+
mode: z.literal("awsAcmArn"),
|
|
493
|
+
});
|
|
494
|
+
export function importSourceCertificateAwsAcmArn1ToJSON(importSourceCertificateAwsAcmArn1) {
|
|
495
|
+
return JSON.stringify(ImportSourceCertificateAwsAcmArn1$outboundSchema.parse(importSourceCertificateAwsAcmArn1));
|
|
496
|
+
}
|
|
497
|
+
/** @internal */
|
|
498
|
+
export const ImportSourceCertificateManagedAcmImport1$outboundSchema = z.object({
|
|
499
|
+
mode: z.literal("managedAcmImport"),
|
|
500
|
+
region: z.nullable(z.string()).optional(),
|
|
501
|
+
tags: z.record(z.string(), z.string()).optional(),
|
|
502
|
+
});
|
|
503
|
+
export function importSourceCertificateManagedAcmImport1ToJSON(importSourceCertificateManagedAcmImport1) {
|
|
504
|
+
return JSON.stringify(ImportSourceCertificateManagedAcmImport1$outboundSchema.parse(importSourceCertificateManagedAcmImport1));
|
|
505
|
+
}
|
|
506
|
+
/** @internal */
|
|
507
|
+
export const ImportSourceCertificateTLSSecretRef1$outboundSchema = z.object({
|
|
508
|
+
namespace: z.nullable(z.string()).optional(),
|
|
509
|
+
secretName: z.string(),
|
|
510
|
+
mode: z.literal("tlsSecretRef"),
|
|
511
|
+
});
|
|
512
|
+
export function importSourceCertificateTLSSecretRef1ToJSON(importSourceCertificateTLSSecretRef1) {
|
|
513
|
+
return JSON.stringify(ImportSourceCertificateTLSSecretRef1$outboundSchema.parse(importSourceCertificateTLSSecretRef1));
|
|
514
|
+
}
|
|
515
|
+
/** @internal */
|
|
516
|
+
export const ImportSourceCertificateUnion1$outboundSchema = z.union([
|
|
517
|
+
z.lazy(() => ImportSourceCertificateTLSSecretRef1$outboundSchema),
|
|
518
|
+
z.lazy(() => ImportSourceCertificateManagedAcmImport1$outboundSchema),
|
|
519
|
+
z.lazy(() => ImportSourceCertificateAwsAcmArn1$outboundSchema),
|
|
520
|
+
z.lazy(() => ImportSourceCertificateManagedTLSSecret1$outboundSchema),
|
|
521
|
+
z.lazy(() => ImportSourceCertificateNone1$outboundSchema),
|
|
522
|
+
]);
|
|
523
|
+
export function importSourceCertificateUnion1ToJSON(importSourceCertificateUnion1) {
|
|
524
|
+
return JSON.stringify(ImportSourceCertificateUnion1$outboundSchema.parse(importSourceCertificateUnion1));
|
|
525
|
+
}
|
|
526
|
+
/** @internal */
|
|
527
|
+
export const ImportSourceModeGenerated$outboundSchema = z.enum(ImportSourceModeGenerated);
|
|
528
|
+
/** @internal */
|
|
529
|
+
export const ImportSourceProviderAzureApplicationGatewayForContainersEnum2$outboundSchema = z.enum(ImportSourceProviderAzureApplicationGatewayForContainersEnum2);
|
|
530
|
+
/** @internal */
|
|
531
|
+
export const ImportSourceProviderAzureApplicationGatewayForContainers2$outboundSchema = z.object({
|
|
532
|
+
albName: z.nullable(z.string()).optional(),
|
|
533
|
+
albNamespace: z.nullable(z.string()).optional(),
|
|
534
|
+
frontend: z.string(),
|
|
535
|
+
provider: ImportSourceProviderAzureApplicationGatewayForContainersEnum2$outboundSchema,
|
|
536
|
+
});
|
|
537
|
+
export function importSourceProviderAzureApplicationGatewayForContainers2ToJSON(importSourceProviderAzureApplicationGatewayForContainers2) {
|
|
538
|
+
return JSON.stringify(ImportSourceProviderAzureApplicationGatewayForContainers2$outboundSchema
|
|
539
|
+
.parse(importSourceProviderAzureApplicationGatewayForContainers2));
|
|
540
|
+
}
|
|
541
|
+
/** @internal */
|
|
542
|
+
export const ImportSourceProviderGkeGatewayEnum2$outboundSchema = z.enum(ImportSourceProviderGkeGatewayEnum2);
|
|
543
|
+
/** @internal */
|
|
544
|
+
export const ImportSourceProviderGkeGateway2$outboundSchema = z.object({
|
|
545
|
+
provider: ImportSourceProviderGkeGatewayEnum2$outboundSchema,
|
|
546
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
547
|
+
});
|
|
548
|
+
export function importSourceProviderGkeGateway2ToJSON(importSourceProviderGkeGateway2) {
|
|
549
|
+
return JSON.stringify(ImportSourceProviderGkeGateway2$outboundSchema.parse(importSourceProviderGkeGateway2));
|
|
550
|
+
}
|
|
551
|
+
/** @internal */
|
|
552
|
+
export const ImportSourceProviderAwsAlbEnum2$outboundSchema = z.enum(ImportSourceProviderAwsAlbEnum2);
|
|
553
|
+
/** @internal */
|
|
554
|
+
export const ImportSourceProviderAwsAlb2$outboundSchema = z.object({
|
|
555
|
+
ipAddressType: z.nullable(z.string()).optional(),
|
|
556
|
+
provider: ImportSourceProviderAwsAlbEnum2$outboundSchema,
|
|
557
|
+
scheme: z.string(),
|
|
558
|
+
subnetIds: z.array(z.string()).optional(),
|
|
559
|
+
targetType: z.string(),
|
|
560
|
+
});
|
|
561
|
+
export function importSourceProviderAwsAlb2ToJSON(importSourceProviderAwsAlb2) {
|
|
562
|
+
return JSON.stringify(ImportSourceProviderAwsAlb2$outboundSchema.parse(importSourceProviderAwsAlb2));
|
|
563
|
+
}
|
|
564
|
+
/** @internal */
|
|
565
|
+
export const ImportSourceProviderUnion2$outboundSchema = z.union([
|
|
566
|
+
z.lazy(() => ImportSourceProviderAwsAlb2$outboundSchema),
|
|
567
|
+
z.lazy(() => ImportSourceProviderAzureApplicationGatewayForContainers2$outboundSchema),
|
|
568
|
+
z.lazy(() => ImportSourceProviderGkeGateway2$outboundSchema),
|
|
569
|
+
z.any(),
|
|
570
|
+
]);
|
|
571
|
+
export function importSourceProviderUnion2ToJSON(importSourceProviderUnion2) {
|
|
572
|
+
return JSON.stringify(ImportSourceProviderUnion2$outboundSchema.parse(importSourceProviderUnion2));
|
|
573
|
+
}
|
|
574
|
+
/** @internal */
|
|
575
|
+
export const ImportSourceRouteGateway1$outboundSchema = z.object({
|
|
576
|
+
annotations: z.record(z.string(), z.string()).optional(),
|
|
577
|
+
controller: z.nullable(z.string()).optional(),
|
|
578
|
+
gatewayClassName: z.string(),
|
|
579
|
+
labels: z.record(z.string(), z.string()).optional(),
|
|
580
|
+
listenerPort: z.int(),
|
|
581
|
+
provider: z.nullable(z.union([
|
|
582
|
+
z.lazy(() => ImportSourceProviderAwsAlb2$outboundSchema),
|
|
583
|
+
z.lazy(() => ImportSourceProviderAzureApplicationGatewayForContainers2$outboundSchema),
|
|
584
|
+
z.lazy(() => ImportSourceProviderGkeGateway2$outboundSchema),
|
|
585
|
+
z.any(),
|
|
586
|
+
])).optional(),
|
|
587
|
+
routeApi: z.literal("gateway"),
|
|
588
|
+
});
|
|
589
|
+
export function importSourceRouteGateway1ToJSON(importSourceRouteGateway1) {
|
|
590
|
+
return JSON.stringify(ImportSourceRouteGateway1$outboundSchema.parse(importSourceRouteGateway1));
|
|
591
|
+
}
|
|
592
|
+
/** @internal */
|
|
593
|
+
export const ImportSourceProviderAzureApplicationGatewayForContainersEnum1$outboundSchema = z.enum(ImportSourceProviderAzureApplicationGatewayForContainersEnum1);
|
|
594
|
+
/** @internal */
|
|
595
|
+
export const ImportSourceProviderAzureApplicationGatewayForContainers1$outboundSchema = z.object({
|
|
596
|
+
albName: z.nullable(z.string()).optional(),
|
|
597
|
+
albNamespace: z.nullable(z.string()).optional(),
|
|
598
|
+
frontend: z.string(),
|
|
599
|
+
provider: ImportSourceProviderAzureApplicationGatewayForContainersEnum1$outboundSchema,
|
|
600
|
+
});
|
|
601
|
+
export function importSourceProviderAzureApplicationGatewayForContainers1ToJSON(importSourceProviderAzureApplicationGatewayForContainers1) {
|
|
602
|
+
return JSON.stringify(ImportSourceProviderAzureApplicationGatewayForContainers1$outboundSchema
|
|
603
|
+
.parse(importSourceProviderAzureApplicationGatewayForContainers1));
|
|
604
|
+
}
|
|
605
|
+
/** @internal */
|
|
606
|
+
export const ImportSourceProviderGkeGatewayEnum1$outboundSchema = z.enum(ImportSourceProviderGkeGatewayEnum1);
|
|
607
|
+
/** @internal */
|
|
608
|
+
export const ImportSourceProviderGkeGateway1$outboundSchema = z.object({
|
|
609
|
+
provider: ImportSourceProviderGkeGatewayEnum1$outboundSchema,
|
|
610
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
611
|
+
});
|
|
612
|
+
export function importSourceProviderGkeGateway1ToJSON(importSourceProviderGkeGateway1) {
|
|
613
|
+
return JSON.stringify(ImportSourceProviderGkeGateway1$outboundSchema.parse(importSourceProviderGkeGateway1));
|
|
614
|
+
}
|
|
615
|
+
/** @internal */
|
|
616
|
+
export const ImportSourceProviderAwsAlbEnum1$outboundSchema = z.enum(ImportSourceProviderAwsAlbEnum1);
|
|
617
|
+
/** @internal */
|
|
618
|
+
export const ImportSourceProviderAwsAlb1$outboundSchema = z.object({
|
|
619
|
+
ipAddressType: z.nullable(z.string()).optional(),
|
|
620
|
+
provider: ImportSourceProviderAwsAlbEnum1$outboundSchema,
|
|
621
|
+
scheme: z.string(),
|
|
622
|
+
subnetIds: z.array(z.string()).optional(),
|
|
623
|
+
targetType: z.string(),
|
|
624
|
+
});
|
|
625
|
+
export function importSourceProviderAwsAlb1ToJSON(importSourceProviderAwsAlb1) {
|
|
626
|
+
return JSON.stringify(ImportSourceProviderAwsAlb1$outboundSchema.parse(importSourceProviderAwsAlb1));
|
|
627
|
+
}
|
|
628
|
+
/** @internal */
|
|
629
|
+
export const ImportSourceProviderUnion1$outboundSchema = z.union([
|
|
630
|
+
z.lazy(() => ImportSourceProviderAwsAlb1$outboundSchema),
|
|
631
|
+
z.lazy(() => ImportSourceProviderAzureApplicationGatewayForContainers1$outboundSchema),
|
|
632
|
+
z.lazy(() => ImportSourceProviderGkeGateway1$outboundSchema),
|
|
633
|
+
z.any(),
|
|
634
|
+
]);
|
|
635
|
+
export function importSourceProviderUnion1ToJSON(importSourceProviderUnion1) {
|
|
636
|
+
return JSON.stringify(ImportSourceProviderUnion1$outboundSchema.parse(importSourceProviderUnion1));
|
|
637
|
+
}
|
|
638
|
+
/** @internal */
|
|
639
|
+
export const ImportSourceRouteIngress1$outboundSchema = z.object({
|
|
640
|
+
annotations: z.record(z.string(), z.string()).optional(),
|
|
641
|
+
controller: z.nullable(z.string()).optional(),
|
|
642
|
+
ingressClassName: z.string(),
|
|
643
|
+
labels: z.record(z.string(), z.string()).optional(),
|
|
644
|
+
provider: z.nullable(z.union([
|
|
645
|
+
z.lazy(() => ImportSourceProviderAwsAlb1$outboundSchema),
|
|
646
|
+
z.lazy(() => ImportSourceProviderAzureApplicationGatewayForContainers1$outboundSchema),
|
|
647
|
+
z.lazy(() => ImportSourceProviderGkeGateway1$outboundSchema),
|
|
648
|
+
z.any(),
|
|
649
|
+
])).optional(),
|
|
650
|
+
routeApi: z.literal("ingress"),
|
|
651
|
+
});
|
|
652
|
+
export function importSourceRouteIngress1ToJSON(importSourceRouteIngress1) {
|
|
653
|
+
return JSON.stringify(ImportSourceRouteIngress1$outboundSchema.parse(importSourceRouteIngress1));
|
|
654
|
+
}
|
|
655
|
+
/** @internal */
|
|
656
|
+
export const ImportSourceRouteUnion1$outboundSchema = z.union([
|
|
657
|
+
z.lazy(() => ImportSourceRouteIngress1$outboundSchema),
|
|
658
|
+
z.lazy(() => ImportSourceRouteGateway1$outboundSchema),
|
|
659
|
+
]);
|
|
660
|
+
export function importSourceRouteUnion1ToJSON(importSourceRouteUnion1) {
|
|
661
|
+
return JSON.stringify(ImportSourceRouteUnion1$outboundSchema.parse(importSourceRouteUnion1));
|
|
662
|
+
}
|
|
663
|
+
/** @internal */
|
|
664
|
+
export const ImportSourceExposureGenerated$outboundSchema = z.object({
|
|
665
|
+
certificate: z.union([
|
|
666
|
+
z.lazy(() => ImportSourceCertificateTLSSecretRef1$outboundSchema),
|
|
667
|
+
z.lazy(() => ImportSourceCertificateManagedAcmImport1$outboundSchema),
|
|
668
|
+
z.lazy(() => ImportSourceCertificateAwsAcmArn1$outboundSchema),
|
|
669
|
+
z.lazy(() => ImportSourceCertificateManagedTLSSecret1$outboundSchema),
|
|
670
|
+
z.lazy(() => ImportSourceCertificateNone1$outboundSchema),
|
|
671
|
+
]),
|
|
672
|
+
mode: ImportSourceModeGenerated$outboundSchema,
|
|
673
|
+
route: z.union([
|
|
674
|
+
z.lazy(() => ImportSourceRouteIngress1$outboundSchema),
|
|
675
|
+
z.lazy(() => ImportSourceRouteGateway1$outboundSchema),
|
|
676
|
+
]),
|
|
677
|
+
});
|
|
678
|
+
export function importSourceExposureGeneratedToJSON(importSourceExposureGenerated) {
|
|
679
|
+
return JSON.stringify(ImportSourceExposureGenerated$outboundSchema.parse(importSourceExposureGenerated));
|
|
680
|
+
}
|
|
681
|
+
/** @internal */
|
|
682
|
+
export const ImportSourceModeDisabled$outboundSchema = z.enum(ImportSourceModeDisabled);
|
|
683
|
+
/** @internal */
|
|
684
|
+
export const ImportSourceExposureDisabled$outboundSchema = z.object({
|
|
685
|
+
mode: ImportSourceModeDisabled$outboundSchema,
|
|
686
|
+
});
|
|
687
|
+
export function importSourceExposureDisabledToJSON(importSourceExposureDisabled) {
|
|
688
|
+
return JSON.stringify(ImportSourceExposureDisabled$outboundSchema.parse(importSourceExposureDisabled));
|
|
689
|
+
}
|
|
690
|
+
/** @internal */
|
|
691
|
+
export const ImportSourceExposureUnion$outboundSchema = z.union([
|
|
692
|
+
z.lazy(() => ImportSourceExposureCustom$outboundSchema),
|
|
693
|
+
z.lazy(() => ImportSourceExposureGenerated$outboundSchema),
|
|
694
|
+
z.lazy(() => ImportSourceExposureDisabled$outboundSchema),
|
|
695
|
+
z.any(),
|
|
696
|
+
]);
|
|
697
|
+
export function importSourceExposureUnionToJSON(importSourceExposureUnion) {
|
|
698
|
+
return JSON.stringify(ImportSourceExposureUnion$outboundSchema.parse(importSourceExposureUnion));
|
|
699
|
+
}
|
|
700
|
+
/** @internal */
|
|
701
|
+
export const ImportSourceKubernetes$outboundSchema = z.object({
|
|
702
|
+
cluster: z.nullable(z.union([z.lazy(() => ImportSourceCluster$outboundSchema), z.any()])).optional(),
|
|
703
|
+
exposure: z.nullable(z.union([
|
|
704
|
+
z.lazy(() => ImportSourceExposureCustom$outboundSchema),
|
|
705
|
+
z.lazy(() => ImportSourceExposureGenerated$outboundSchema),
|
|
706
|
+
z.lazy(() => ImportSourceExposureDisabled$outboundSchema),
|
|
707
|
+
z.any(),
|
|
708
|
+
])).optional(),
|
|
709
|
+
});
|
|
710
|
+
export function importSourceKubernetesToJSON(importSourceKubernetes) {
|
|
711
|
+
return JSON.stringify(ImportSourceKubernetes$outboundSchema.parse(importSourceKubernetes));
|
|
712
|
+
}
|
|
713
|
+
/** @internal */
|
|
714
|
+
export const ImportSourceKubernetesUnion$outboundSchema = z.union([z.lazy(() => ImportSourceKubernetes$outboundSchema), z.any()]);
|
|
715
|
+
export function importSourceKubernetesUnionToJSON(importSourceKubernetesUnion) {
|
|
716
|
+
return JSON.stringify(ImportSourceKubernetesUnion$outboundSchema.parse(importSourceKubernetesUnion));
|
|
717
|
+
}
|
|
718
|
+
/** @internal */
|
|
719
|
+
export const ImportSourceTypeByoVnetAzure$outboundSchema = z.enum(ImportSourceTypeByoVnetAzure);
|
|
720
|
+
/** @internal */
|
|
721
|
+
export const ImportSourceNetworkByoVnetAzure$outboundSchema = z.object({
|
|
722
|
+
privateSubnetName: z.string(),
|
|
723
|
+
publicSubnetName: z.string(),
|
|
724
|
+
type: ImportSourceTypeByoVnetAzure$outboundSchema,
|
|
725
|
+
vnetResourceId: z.string(),
|
|
726
|
+
}).transform((v) => {
|
|
727
|
+
return remap$(v, {
|
|
728
|
+
privateSubnetName: "private_subnet_name",
|
|
729
|
+
publicSubnetName: "public_subnet_name",
|
|
730
|
+
vnetResourceId: "vnet_resource_id",
|
|
731
|
+
});
|
|
732
|
+
});
|
|
733
|
+
export function importSourceNetworkByoVnetAzureToJSON(importSourceNetworkByoVnetAzure) {
|
|
734
|
+
return JSON.stringify(ImportSourceNetworkByoVnetAzure$outboundSchema.parse(importSourceNetworkByoVnetAzure));
|
|
735
|
+
}
|
|
736
|
+
/** @internal */
|
|
737
|
+
export const ImportSourceTypeByoVpcGcp$outboundSchema = z.enum(ImportSourceTypeByoVpcGcp);
|
|
738
|
+
/** @internal */
|
|
739
|
+
export const ImportSourceNetworkByoVpcGcp$outboundSchema = z.object({
|
|
740
|
+
networkName: z.string(),
|
|
741
|
+
region: z.string(),
|
|
742
|
+
subnetName: z.string(),
|
|
743
|
+
type: ImportSourceTypeByoVpcGcp$outboundSchema,
|
|
744
|
+
}).transform((v) => {
|
|
745
|
+
return remap$(v, {
|
|
746
|
+
networkName: "network_name",
|
|
747
|
+
subnetName: "subnet_name",
|
|
748
|
+
});
|
|
749
|
+
});
|
|
750
|
+
export function importSourceNetworkByoVpcGcpToJSON(importSourceNetworkByoVpcGcp) {
|
|
751
|
+
return JSON.stringify(ImportSourceNetworkByoVpcGcp$outboundSchema.parse(importSourceNetworkByoVpcGcp));
|
|
752
|
+
}
|
|
753
|
+
/** @internal */
|
|
754
|
+
export const ImportSourceTypeByoVpcAws$outboundSchema = z.enum(ImportSourceTypeByoVpcAws);
|
|
755
|
+
/** @internal */
|
|
756
|
+
export const ImportSourceNetworkByoVpcAws$outboundSchema = z.object({
|
|
757
|
+
privateSubnetIds: z.array(z.string()),
|
|
758
|
+
publicSubnetIds: z.array(z.string()),
|
|
759
|
+
securityGroupIds: z.array(z.string()).optional(),
|
|
760
|
+
type: ImportSourceTypeByoVpcAws$outboundSchema,
|
|
761
|
+
vpcId: z.string(),
|
|
762
|
+
}).transform((v) => {
|
|
763
|
+
return remap$(v, {
|
|
764
|
+
privateSubnetIds: "private_subnet_ids",
|
|
765
|
+
publicSubnetIds: "public_subnet_ids",
|
|
766
|
+
securityGroupIds: "security_group_ids",
|
|
767
|
+
vpcId: "vpc_id",
|
|
768
|
+
});
|
|
769
|
+
});
|
|
770
|
+
export function importSourceNetworkByoVpcAwsToJSON(importSourceNetworkByoVpcAws) {
|
|
771
|
+
return JSON.stringify(ImportSourceNetworkByoVpcAws$outboundSchema.parse(importSourceNetworkByoVpcAws));
|
|
772
|
+
}
|
|
773
|
+
/** @internal */
|
|
774
|
+
export const ImportSourceTypeCreate$outboundSchema = z.enum(ImportSourceTypeCreate);
|
|
775
|
+
/** @internal */
|
|
776
|
+
export const ImportSourceNetworkCreate$outboundSchema = z.object({
|
|
777
|
+
availabilityZones: z.int().optional(),
|
|
778
|
+
cidr: z.nullable(z.string()).optional(),
|
|
779
|
+
type: ImportSourceTypeCreate$outboundSchema,
|
|
780
|
+
}).transform((v) => {
|
|
781
|
+
return remap$(v, {
|
|
782
|
+
availabilityZones: "availability_zones",
|
|
783
|
+
});
|
|
784
|
+
});
|
|
785
|
+
export function importSourceNetworkCreateToJSON(importSourceNetworkCreate) {
|
|
786
|
+
return JSON.stringify(ImportSourceNetworkCreate$outboundSchema.parse(importSourceNetworkCreate));
|
|
787
|
+
}
|
|
788
|
+
/** @internal */
|
|
789
|
+
export const ImportSourceTypeUseDefault$outboundSchema = z.enum(ImportSourceTypeUseDefault);
|
|
790
|
+
/** @internal */
|
|
791
|
+
export const ImportSourceNetworkUseDefault$outboundSchema = z.object({
|
|
792
|
+
type: ImportSourceTypeUseDefault$outboundSchema,
|
|
793
|
+
});
|
|
794
|
+
export function importSourceNetworkUseDefaultToJSON(importSourceNetworkUseDefault) {
|
|
795
|
+
return JSON.stringify(ImportSourceNetworkUseDefault$outboundSchema.parse(importSourceNetworkUseDefault));
|
|
796
|
+
}
|
|
797
|
+
/** @internal */
|
|
798
|
+
export const ImportSourceNetworkUnion$outboundSchema = z.union([
|
|
799
|
+
z.lazy(() => ImportSourceNetworkByoVpcAws$outboundSchema),
|
|
800
|
+
z.lazy(() => ImportSourceNetworkByoVpcGcp$outboundSchema),
|
|
801
|
+
z.lazy(() => ImportSourceNetworkByoVnetAzure$outboundSchema),
|
|
802
|
+
z.lazy(() => ImportSourceNetworkUseDefault$outboundSchema),
|
|
803
|
+
z.lazy(() => ImportSourceNetworkCreate$outboundSchema),
|
|
804
|
+
z.any(),
|
|
805
|
+
]);
|
|
806
|
+
export function importSourceNetworkUnionToJSON(importSourceNetworkUnion) {
|
|
807
|
+
return JSON.stringify(ImportSourceNetworkUnion$outboundSchema.parse(importSourceNetworkUnion));
|
|
808
|
+
}
|
|
809
|
+
/** @internal */
|
|
810
|
+
export const ImportSourceTelemetry$outboundSchema = z.enum(ImportSourceTelemetry);
|
|
811
|
+
/** @internal */
|
|
812
|
+
export const ImportSourceUpdates$outboundSchema = z.enum(ImportSourceUpdates);
|
|
813
|
+
/** @internal */
|
|
814
|
+
export const ImportSourceStackSettings$outboundSchema = z.object({
|
|
815
|
+
deploymentModel: ImportSourceDeploymentModel$outboundSchema.optional(),
|
|
816
|
+
domains: z.nullable(z.union([z.lazy(() => ImportSourceDomains$outboundSchema), z.any()])).optional(),
|
|
817
|
+
externalBindings: z.nullable(z.lazy(() => ImportSourceExternalBindings$outboundSchema)).optional(),
|
|
818
|
+
heartbeats: ImportSourceHeartbeats$outboundSchema.optional(),
|
|
819
|
+
kubernetes: z.nullable(z.union([z.lazy(() => ImportSourceKubernetes$outboundSchema), z.any()])).optional(),
|
|
820
|
+
network: z.nullable(z.union([
|
|
821
|
+
z.lazy(() => ImportSourceNetworkByoVpcAws$outboundSchema),
|
|
822
|
+
z.lazy(() => ImportSourceNetworkByoVpcGcp$outboundSchema),
|
|
823
|
+
z.lazy(() => ImportSourceNetworkByoVnetAzure$outboundSchema),
|
|
824
|
+
z.lazy(() => ImportSourceNetworkUseDefault$outboundSchema),
|
|
825
|
+
z.lazy(() => ImportSourceNetworkCreate$outboundSchema),
|
|
826
|
+
z.any(),
|
|
827
|
+
])).optional(),
|
|
828
|
+
telemetry: ImportSourceTelemetry$outboundSchema.optional(),
|
|
829
|
+
updates: ImportSourceUpdates$outboundSchema.optional(),
|
|
830
|
+
});
|
|
831
|
+
export function importSourceStackSettingsToJSON(importSourceStackSettings) {
|
|
832
|
+
return JSON.stringify(ImportSourceStackSettings$outboundSchema.parse(importSourceStackSettings));
|
|
833
|
+
}
|
|
834
|
+
/** @internal */
|
|
835
|
+
export const ImportSourceManagementConfigKubernetes$outboundSchema = z.object({
|
|
836
|
+
platform: z.literal("kubernetes"),
|
|
837
|
+
});
|
|
838
|
+
export function importSourceManagementConfigKubernetesToJSON(importSourceManagementConfigKubernetes) {
|
|
839
|
+
return JSON.stringify(ImportSourceManagementConfigKubernetes$outboundSchema.parse(importSourceManagementConfigKubernetes));
|
|
840
|
+
}
|
|
841
|
+
/** @internal */
|
|
842
|
+
export const ImportSourceManagementConfigAzure$outboundSchema = z.object({
|
|
843
|
+
managingTenantId: z.string(),
|
|
844
|
+
oidcIssuer: z.string(),
|
|
845
|
+
oidcSubject: z.string(),
|
|
846
|
+
platform: z.literal("azure"),
|
|
847
|
+
});
|
|
848
|
+
export function importSourceManagementConfigAzureToJSON(importSourceManagementConfigAzure) {
|
|
849
|
+
return JSON.stringify(ImportSourceManagementConfigAzure$outboundSchema.parse(importSourceManagementConfigAzure));
|
|
850
|
+
}
|
|
851
|
+
/** @internal */
|
|
852
|
+
export const ImportSourceManagementConfigGcp$outboundSchema = z.object({
|
|
853
|
+
serviceAccountEmail: z.string(),
|
|
854
|
+
platform: z.literal("gcp"),
|
|
855
|
+
});
|
|
856
|
+
export function importSourceManagementConfigGcpToJSON(importSourceManagementConfigGcp) {
|
|
857
|
+
return JSON.stringify(ImportSourceManagementConfigGcp$outboundSchema.parse(importSourceManagementConfigGcp));
|
|
858
|
+
}
|
|
859
|
+
/** @internal */
|
|
860
|
+
export const ImportSourceManagementConfigAws$outboundSchema = z.object({
|
|
861
|
+
managingRoleArn: z.string(),
|
|
862
|
+
platform: z.literal("aws"),
|
|
863
|
+
});
|
|
864
|
+
export function importSourceManagementConfigAwsToJSON(importSourceManagementConfigAws) {
|
|
865
|
+
return JSON.stringify(ImportSourceManagementConfigAws$outboundSchema.parse(importSourceManagementConfigAws));
|
|
866
|
+
}
|
|
867
|
+
/** @internal */
|
|
868
|
+
export const ImportSourceManagementConfigUnion$outboundSchema = z.union([
|
|
869
|
+
z.lazy(() => ImportSourceManagementConfigAws$outboundSchema),
|
|
870
|
+
z.lazy(() => ImportSourceManagementConfigGcp$outboundSchema),
|
|
871
|
+
z.lazy(() => ImportSourceManagementConfigAzure$outboundSchema),
|
|
872
|
+
z.lazy(() => ImportSourceManagementConfigKubernetes$outboundSchema),
|
|
873
|
+
]);
|
|
874
|
+
export function importSourceManagementConfigUnionToJSON(importSourceManagementConfigUnion) {
|
|
875
|
+
return JSON.stringify(ImportSourceManagementConfigUnion$outboundSchema.parse(importSourceManagementConfigUnion));
|
|
876
|
+
}
|
|
877
|
+
/** @internal */
|
|
878
|
+
export const ImportSource$outboundSchema = z.object({
|
|
879
|
+
deploymentName: z.string(),
|
|
880
|
+
resourcePrefix: z.string(),
|
|
881
|
+
sourceKind: ImportSourceKind$outboundSchema.optional(),
|
|
882
|
+
releaseId: z.string().optional(),
|
|
883
|
+
platform: ImportSourcePlatformEnum$outboundSchema,
|
|
884
|
+
basePlatform: ImportSourceBasePlatform$outboundSchema.optional(),
|
|
885
|
+
region: z.string(),
|
|
886
|
+
setupTarget: z.string(),
|
|
887
|
+
setupImportFormatVersion: z.int(),
|
|
888
|
+
setupFingerprint: z.string(),
|
|
889
|
+
setupFingerprintVersion: z.int(),
|
|
890
|
+
stackSettings: z.lazy(() => ImportSourceStackSettings$outboundSchema),
|
|
891
|
+
managementConfig: z.union([
|
|
892
|
+
z.lazy(() => ImportSourceManagementConfigAws$outboundSchema),
|
|
893
|
+
z.lazy(() => ImportSourceManagementConfigGcp$outboundSchema),
|
|
894
|
+
z.lazy(() => ImportSourceManagementConfigAzure$outboundSchema),
|
|
895
|
+
z.lazy(() => ImportSourceManagementConfigKubernetes$outboundSchema),
|
|
896
|
+
]),
|
|
897
|
+
resources: z.array(ImportedResource$outboundSchema),
|
|
898
|
+
});
|
|
899
|
+
export function importSourceToJSON(importSource) {
|
|
900
|
+
return JSON.stringify(ImportSource$outboundSchema.parse(importSource));
|
|
901
|
+
}
|
|
902
|
+
//# sourceMappingURL=importsource.js.map
|