@alienplatform/platform-api 1.3.5 → 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
|
@@ -8,13 +8,44 @@ import { APIError$inboundSchema } from "./apierror.js";
|
|
|
8
8
|
export const SyncAcquireResponseCurrentReleaseManagementEnum = {
|
|
9
9
|
Auto: "auto",
|
|
10
10
|
};
|
|
11
|
+
/**
|
|
12
|
+
* IAM effect. Defaults to Allow.
|
|
13
|
+
*/
|
|
14
|
+
export const SyncAcquireResponseCurrentReleaseOverrideEffect = {
|
|
15
|
+
Allow: "Allow",
|
|
16
|
+
Deny: "Deny",
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* IAM effect. Defaults to Allow.
|
|
20
|
+
*/
|
|
21
|
+
export const SyncAcquireResponseCurrentReleaseExtendEffect = {
|
|
22
|
+
Allow: "Allow",
|
|
23
|
+
Deny: "Deny",
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* IAM effect. Defaults to Allow.
|
|
27
|
+
*/
|
|
28
|
+
export const SyncAcquireResponseCurrentReleaseProfileEffect = {
|
|
29
|
+
Allow: "Allow",
|
|
30
|
+
Deny: "Deny",
|
|
31
|
+
};
|
|
11
32
|
/**
|
|
12
33
|
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
13
34
|
*/
|
|
14
35
|
export const SyncAcquireResponseCurrentReleaseLifecycle = {
|
|
15
36
|
Frozen: "frozen",
|
|
16
37
|
Live: "live",
|
|
17
|
-
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Represents the target cloud platform.
|
|
41
|
+
*/
|
|
42
|
+
export const SyncAcquireResponseCurrentReleaseSupportedPlatform = {
|
|
43
|
+
Aws: "aws",
|
|
44
|
+
Gcp: "gcp",
|
|
45
|
+
Azure: "azure",
|
|
46
|
+
Kubernetes: "kubernetes",
|
|
47
|
+
Local: "local",
|
|
48
|
+
Test: "test",
|
|
18
49
|
};
|
|
19
50
|
export const SyncAcquireResponsePlatformTest = {
|
|
20
51
|
Test: "test",
|
|
@@ -42,16 +73,75 @@ export const SyncAcquireResponseCurrentPlatform = {
|
|
|
42
73
|
Local: "local",
|
|
43
74
|
Test: "test",
|
|
44
75
|
};
|
|
76
|
+
/**
|
|
77
|
+
* Scope for a delete operation.
|
|
78
|
+
*
|
|
79
|
+
* @remarks
|
|
80
|
+
*
|
|
81
|
+
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
82
|
+
* resources. Live-only deletes are used by setup handoff resources
|
|
83
|
+
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
84
|
+
* before setup tears down Frozen resources.
|
|
85
|
+
*/
|
|
86
|
+
export const SyncAcquireResponseDeleteScopeEnum = {
|
|
87
|
+
Full: "full",
|
|
88
|
+
LiveOnly: "liveOnly",
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* Scope for a delete operation.
|
|
92
|
+
*
|
|
93
|
+
* @remarks
|
|
94
|
+
*
|
|
95
|
+
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
96
|
+
* resources. Live-only deletes are used by setup handoff resources
|
|
97
|
+
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
98
|
+
* before setup tears down Frozen resources.
|
|
99
|
+
*/
|
|
100
|
+
export const SyncAcquireResponsePendingDeleteScopeEnum = {
|
|
101
|
+
Full: "full",
|
|
102
|
+
LiveOnly: "liveOnly",
|
|
103
|
+
};
|
|
45
104
|
export const SyncAcquireResponsePreparedStackManagementEnum = {
|
|
46
105
|
Auto: "auto",
|
|
47
106
|
};
|
|
107
|
+
/**
|
|
108
|
+
* IAM effect. Defaults to Allow.
|
|
109
|
+
*/
|
|
110
|
+
export const SyncAcquireResponsePreparedStackOverrideEffect = {
|
|
111
|
+
Allow: "Allow",
|
|
112
|
+
Deny: "Deny",
|
|
113
|
+
};
|
|
114
|
+
/**
|
|
115
|
+
* IAM effect. Defaults to Allow.
|
|
116
|
+
*/
|
|
117
|
+
export const SyncAcquireResponsePreparedStackExtendEffect = {
|
|
118
|
+
Allow: "Allow",
|
|
119
|
+
Deny: "Deny",
|
|
120
|
+
};
|
|
121
|
+
/**
|
|
122
|
+
* IAM effect. Defaults to Allow.
|
|
123
|
+
*/
|
|
124
|
+
export const SyncAcquireResponsePreparedStackProfileEffect = {
|
|
125
|
+
Allow: "Allow",
|
|
126
|
+
Deny: "Deny",
|
|
127
|
+
};
|
|
48
128
|
/**
|
|
49
129
|
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
50
130
|
*/
|
|
51
131
|
export const SyncAcquireResponsePreparedStackLifecycle = {
|
|
52
132
|
Frozen: "frozen",
|
|
53
133
|
Live: "live",
|
|
54
|
-
|
|
134
|
+
};
|
|
135
|
+
/**
|
|
136
|
+
* Represents the target cloud platform.
|
|
137
|
+
*/
|
|
138
|
+
export const SyncAcquireResponsePreparedStackSupportedPlatform = {
|
|
139
|
+
Aws: "aws",
|
|
140
|
+
Gcp: "gcp",
|
|
141
|
+
Azure: "azure",
|
|
142
|
+
Kubernetes: "kubernetes",
|
|
143
|
+
Local: "local",
|
|
144
|
+
Test: "test",
|
|
55
145
|
};
|
|
56
146
|
/**
|
|
57
147
|
* Represents the target cloud platform.
|
|
@@ -64,13 +154,23 @@ export const SyncAcquireResponseStackStatePlatform = {
|
|
|
64
154
|
Local: "local",
|
|
65
155
|
Test: "test",
|
|
66
156
|
};
|
|
157
|
+
/**
|
|
158
|
+
* Represents the target cloud platform.
|
|
159
|
+
*/
|
|
160
|
+
export const SyncAcquireResponseControllerPlatformEnum = {
|
|
161
|
+
Aws: "aws",
|
|
162
|
+
Gcp: "gcp",
|
|
163
|
+
Azure: "azure",
|
|
164
|
+
Kubernetes: "kubernetes",
|
|
165
|
+
Local: "local",
|
|
166
|
+
Test: "test",
|
|
167
|
+
};
|
|
67
168
|
/**
|
|
68
169
|
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
69
170
|
*/
|
|
70
171
|
export const SyncAcquireResponseStackStateLifecycleEnum = {
|
|
71
172
|
Frozen: "frozen",
|
|
72
173
|
Live: "live",
|
|
73
|
-
LiveOnSetup: "live-on-setup",
|
|
74
174
|
};
|
|
75
175
|
/**
|
|
76
176
|
* Represents the high-level status of a resource during its lifecycle.
|
|
@@ -105,17 +205,60 @@ export const SyncAcquireResponseStatus = {
|
|
|
105
205
|
Deleting: "deleting",
|
|
106
206
|
DeleteFailed: "delete-failed",
|
|
107
207
|
Deleted: "deleted",
|
|
208
|
+
Error: "error",
|
|
108
209
|
};
|
|
109
210
|
export const SyncAcquireResponseTargetReleaseManagementEnum = {
|
|
110
211
|
Auto: "auto",
|
|
111
212
|
};
|
|
213
|
+
/**
|
|
214
|
+
* IAM effect. Defaults to Allow.
|
|
215
|
+
*/
|
|
216
|
+
export const SyncAcquireResponseTargetReleaseOverrideEffect = {
|
|
217
|
+
Allow: "Allow",
|
|
218
|
+
Deny: "Deny",
|
|
219
|
+
};
|
|
220
|
+
/**
|
|
221
|
+
* IAM effect. Defaults to Allow.
|
|
222
|
+
*/
|
|
223
|
+
export const SyncAcquireResponseTargetReleaseExtendEffect = {
|
|
224
|
+
Allow: "Allow",
|
|
225
|
+
Deny: "Deny",
|
|
226
|
+
};
|
|
227
|
+
/**
|
|
228
|
+
* IAM effect. Defaults to Allow.
|
|
229
|
+
*/
|
|
230
|
+
export const SyncAcquireResponseTargetReleaseProfileEffect = {
|
|
231
|
+
Allow: "Allow",
|
|
232
|
+
Deny: "Deny",
|
|
233
|
+
};
|
|
112
234
|
/**
|
|
113
235
|
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
114
236
|
*/
|
|
115
237
|
export const SyncAcquireResponseTargetReleaseLifecycle = {
|
|
116
238
|
Frozen: "frozen",
|
|
117
239
|
Live: "live",
|
|
118
|
-
|
|
240
|
+
};
|
|
241
|
+
/**
|
|
242
|
+
* Represents the target cloud platform.
|
|
243
|
+
*/
|
|
244
|
+
export const SyncAcquireResponseTargetReleaseSupportedPlatform = {
|
|
245
|
+
Aws: "aws",
|
|
246
|
+
Gcp: "gcp",
|
|
247
|
+
Azure: "azure",
|
|
248
|
+
Kubernetes: "kubernetes",
|
|
249
|
+
Local: "local",
|
|
250
|
+
Test: "test",
|
|
251
|
+
};
|
|
252
|
+
/**
|
|
253
|
+
* Represents the target cloud platform.
|
|
254
|
+
*/
|
|
255
|
+
export const SyncAcquireResponseBasePlatformEnum = {
|
|
256
|
+
Aws: "aws",
|
|
257
|
+
Gcp: "gcp",
|
|
258
|
+
Azure: "azure",
|
|
259
|
+
Kubernetes: "kubernetes",
|
|
260
|
+
Local: "local",
|
|
261
|
+
Test: "test",
|
|
119
262
|
};
|
|
120
263
|
export const SyncAcquireResponseComputeBackendType = {
|
|
121
264
|
Horizon: "horizon",
|
|
@@ -148,6 +291,9 @@ export const SyncAcquireResponseEnvironmentVariablesType = {
|
|
|
148
291
|
Plain: "plain",
|
|
149
292
|
Secret: "secret",
|
|
150
293
|
};
|
|
294
|
+
export const SyncAcquireResponseTypeContainerAppsEnvironment = {
|
|
295
|
+
ContainerAppsEnvironment: "container_apps_environment",
|
|
296
|
+
};
|
|
151
297
|
export const SyncAcquireResponseTypeVault5 = {
|
|
152
298
|
Vault: "vault",
|
|
153
299
|
};
|
|
@@ -190,6 +336,9 @@ export const SyncAcquireResponseTypeKv2 = {
|
|
|
190
336
|
export const SyncAcquireResponseTypeKv1 = {
|
|
191
337
|
Kv: "kv",
|
|
192
338
|
};
|
|
339
|
+
export const SyncAcquireResponseTypeQueue4 = {
|
|
340
|
+
Queue: "queue",
|
|
341
|
+
};
|
|
193
342
|
export const SyncAcquireResponseTypeQueue3 = {
|
|
194
343
|
Queue: "queue",
|
|
195
344
|
};
|
|
@@ -237,6 +386,59 @@ export const SyncAcquireResponseHeartbeats = {
|
|
|
237
386
|
Off: "off",
|
|
238
387
|
On: "on",
|
|
239
388
|
};
|
|
389
|
+
/**
|
|
390
|
+
* Ownership model for the Kubernetes cluster.
|
|
391
|
+
*/
|
|
392
|
+
export const SyncAcquireResponseOwnership = {
|
|
393
|
+
Managed: "managed",
|
|
394
|
+
Existing: "existing",
|
|
395
|
+
External: "external",
|
|
396
|
+
};
|
|
397
|
+
export const SyncAcquireResponseModeCustom = {
|
|
398
|
+
Custom: "custom",
|
|
399
|
+
};
|
|
400
|
+
export const SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum4 = {
|
|
401
|
+
AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
|
|
402
|
+
};
|
|
403
|
+
export const SyncAcquireResponseProviderGkeGatewayEnum4 = {
|
|
404
|
+
GkeGateway: "gkeGateway",
|
|
405
|
+
};
|
|
406
|
+
export const SyncAcquireResponseProviderAwsAlbEnum4 = {
|
|
407
|
+
AwsAlb: "awsAlb",
|
|
408
|
+
};
|
|
409
|
+
export const SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum3 = {
|
|
410
|
+
AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
|
|
411
|
+
};
|
|
412
|
+
export const SyncAcquireResponseProviderGkeGatewayEnum3 = {
|
|
413
|
+
GkeGateway: "gkeGateway",
|
|
414
|
+
};
|
|
415
|
+
export const SyncAcquireResponseProviderAwsAlbEnum3 = {
|
|
416
|
+
AwsAlb: "awsAlb",
|
|
417
|
+
};
|
|
418
|
+
export const SyncAcquireResponseModeGenerated = {
|
|
419
|
+
Generated: "generated",
|
|
420
|
+
};
|
|
421
|
+
export const SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum2 = {
|
|
422
|
+
AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
|
|
423
|
+
};
|
|
424
|
+
export const SyncAcquireResponseProviderGkeGatewayEnum2 = {
|
|
425
|
+
GkeGateway: "gkeGateway",
|
|
426
|
+
};
|
|
427
|
+
export const SyncAcquireResponseProviderAwsAlbEnum2 = {
|
|
428
|
+
AwsAlb: "awsAlb",
|
|
429
|
+
};
|
|
430
|
+
export const SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum1 = {
|
|
431
|
+
AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
|
|
432
|
+
};
|
|
433
|
+
export const SyncAcquireResponseProviderGkeGatewayEnum1 = {
|
|
434
|
+
GkeGateway: "gkeGateway",
|
|
435
|
+
};
|
|
436
|
+
export const SyncAcquireResponseProviderAwsAlbEnum1 = {
|
|
437
|
+
AwsAlb: "awsAlb",
|
|
438
|
+
};
|
|
439
|
+
export const SyncAcquireResponseModeDisabled = {
|
|
440
|
+
Disabled: "disabled",
|
|
441
|
+
};
|
|
240
442
|
export const SyncAcquireResponseTypeByoVnetAzure = {
|
|
241
443
|
ByoVnetAzure: "byo-vnet-azure",
|
|
242
444
|
};
|
|
@@ -297,11 +499,15 @@ export function syncAcquireResponseCurrentReleaseOverrideAwBindingFromJSON(jsonS
|
|
|
297
499
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseOverrideAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideAwBinding' from JSON`);
|
|
298
500
|
}
|
|
299
501
|
/** @internal */
|
|
502
|
+
export const SyncAcquireResponseCurrentReleaseOverrideEffect$inboundSchema = z.enum(SyncAcquireResponseCurrentReleaseOverrideEffect);
|
|
503
|
+
/** @internal */
|
|
300
504
|
export const SyncAcquireResponseCurrentReleaseOverrideAwGrant$inboundSchema = z
|
|
301
505
|
.object({
|
|
302
506
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
303
507
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
304
508
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
509
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
510
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
305
511
|
});
|
|
306
512
|
export function syncAcquireResponseCurrentReleaseOverrideAwGrantFromJSON(jsonString) {
|
|
307
513
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseOverrideAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideAwGrant' from JSON`);
|
|
@@ -309,7 +515,11 @@ export function syncAcquireResponseCurrentReleaseOverrideAwGrantFromJSON(jsonStr
|
|
|
309
515
|
/** @internal */
|
|
310
516
|
export const SyncAcquireResponseCurrentReleaseOverrideAw$inboundSchema = z.object({
|
|
311
517
|
binding: z.lazy(() => SyncAcquireResponseCurrentReleaseOverrideAwBinding$inboundSchema),
|
|
518
|
+
description: z.nullable(z.string()).optional(),
|
|
519
|
+
effect: SyncAcquireResponseCurrentReleaseOverrideEffect$inboundSchema
|
|
520
|
+
.optional(),
|
|
312
521
|
grant: z.lazy(() => SyncAcquireResponseCurrentReleaseOverrideAwGrant$inboundSchema),
|
|
522
|
+
label: z.nullable(z.string()).optional(),
|
|
313
523
|
});
|
|
314
524
|
export function syncAcquireResponseCurrentReleaseOverrideAwFromJSON(jsonString) {
|
|
315
525
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseOverrideAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideAw' from JSON`);
|
|
@@ -346,6 +556,8 @@ export const SyncAcquireResponseCurrentReleaseOverrideAzureGrant$inboundSchema =
|
|
|
346
556
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
347
557
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
348
558
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
559
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
560
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
349
561
|
});
|
|
350
562
|
export function syncAcquireResponseCurrentReleaseOverrideAzureGrantFromJSON(jsonString) {
|
|
351
563
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseOverrideAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideAzureGrant' from JSON`);
|
|
@@ -353,7 +565,9 @@ export function syncAcquireResponseCurrentReleaseOverrideAzureGrantFromJSON(json
|
|
|
353
565
|
/** @internal */
|
|
354
566
|
export const SyncAcquireResponseCurrentReleaseOverrideAzure$inboundSchema = z.object({
|
|
355
567
|
binding: z.lazy(() => SyncAcquireResponseCurrentReleaseOverrideAzureBinding$inboundSchema),
|
|
568
|
+
description: z.nullable(z.string()).optional(),
|
|
356
569
|
grant: z.lazy(() => SyncAcquireResponseCurrentReleaseOverrideAzureGrant$inboundSchema),
|
|
570
|
+
label: z.nullable(z.string()).optional(),
|
|
357
571
|
});
|
|
358
572
|
export function syncAcquireResponseCurrentReleaseOverrideAzureFromJSON(jsonString) {
|
|
359
573
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseOverrideAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideAzure' from JSON`);
|
|
@@ -433,6 +647,8 @@ export const SyncAcquireResponseCurrentReleaseOverrideGcpGrant$inboundSchema = z
|
|
|
433
647
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
434
648
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
435
649
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
650
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
651
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
436
652
|
});
|
|
437
653
|
export function syncAcquireResponseCurrentReleaseOverrideGcpGrantFromJSON(jsonString) {
|
|
438
654
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseOverrideGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideGcpGrant' from JSON`);
|
|
@@ -440,7 +656,9 @@ export function syncAcquireResponseCurrentReleaseOverrideGcpGrantFromJSON(jsonSt
|
|
|
440
656
|
/** @internal */
|
|
441
657
|
export const SyncAcquireResponseCurrentReleaseOverrideGcp$inboundSchema = z.object({
|
|
442
658
|
binding: z.lazy(() => SyncAcquireResponseCurrentReleaseOverrideGcpBinding$inboundSchema),
|
|
659
|
+
description: z.nullable(z.string()).optional(),
|
|
443
660
|
grant: z.lazy(() => SyncAcquireResponseCurrentReleaseOverrideGcpGrant$inboundSchema),
|
|
661
|
+
label: z.nullable(z.string()).optional(),
|
|
444
662
|
});
|
|
445
663
|
export function syncAcquireResponseCurrentReleaseOverrideGcpFromJSON(jsonString) {
|
|
446
664
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseOverrideGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideGcp' from JSON`);
|
|
@@ -509,10 +727,14 @@ export function syncAcquireResponseCurrentReleaseExtendAwBindingFromJSON(jsonStr
|
|
|
509
727
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseExtendAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendAwBinding' from JSON`);
|
|
510
728
|
}
|
|
511
729
|
/** @internal */
|
|
730
|
+
export const SyncAcquireResponseCurrentReleaseExtendEffect$inboundSchema = z.enum(SyncAcquireResponseCurrentReleaseExtendEffect);
|
|
731
|
+
/** @internal */
|
|
512
732
|
export const SyncAcquireResponseCurrentReleaseExtendAwGrant$inboundSchema = z.object({
|
|
513
733
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
514
734
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
515
735
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
736
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
737
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
516
738
|
});
|
|
517
739
|
export function syncAcquireResponseCurrentReleaseExtendAwGrantFromJSON(jsonString) {
|
|
518
740
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseExtendAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendAwGrant' from JSON`);
|
|
@@ -520,7 +742,11 @@ export function syncAcquireResponseCurrentReleaseExtendAwGrantFromJSON(jsonStrin
|
|
|
520
742
|
/** @internal */
|
|
521
743
|
export const SyncAcquireResponseCurrentReleaseExtendAw$inboundSchema = z.object({
|
|
522
744
|
binding: z.lazy(() => SyncAcquireResponseCurrentReleaseExtendAwBinding$inboundSchema),
|
|
745
|
+
description: z.nullable(z.string()).optional(),
|
|
746
|
+
effect: SyncAcquireResponseCurrentReleaseExtendEffect$inboundSchema
|
|
747
|
+
.optional(),
|
|
523
748
|
grant: z.lazy(() => SyncAcquireResponseCurrentReleaseExtendAwGrant$inboundSchema),
|
|
749
|
+
label: z.nullable(z.string()).optional(),
|
|
524
750
|
});
|
|
525
751
|
export function syncAcquireResponseCurrentReleaseExtendAwFromJSON(jsonString) {
|
|
526
752
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseExtendAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendAw' from JSON`);
|
|
@@ -556,6 +782,8 @@ export const SyncAcquireResponseCurrentReleaseExtendAzureGrant$inboundSchema = z
|
|
|
556
782
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
557
783
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
558
784
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
785
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
786
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
559
787
|
});
|
|
560
788
|
export function syncAcquireResponseCurrentReleaseExtendAzureGrantFromJSON(jsonString) {
|
|
561
789
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseExtendAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendAzureGrant' from JSON`);
|
|
@@ -563,7 +791,9 @@ export function syncAcquireResponseCurrentReleaseExtendAzureGrantFromJSON(jsonSt
|
|
|
563
791
|
/** @internal */
|
|
564
792
|
export const SyncAcquireResponseCurrentReleaseExtendAzure$inboundSchema = z.object({
|
|
565
793
|
binding: z.lazy(() => SyncAcquireResponseCurrentReleaseExtendAzureBinding$inboundSchema),
|
|
794
|
+
description: z.nullable(z.string()).optional(),
|
|
566
795
|
grant: z.lazy(() => SyncAcquireResponseCurrentReleaseExtendAzureGrant$inboundSchema),
|
|
796
|
+
label: z.nullable(z.string()).optional(),
|
|
567
797
|
});
|
|
568
798
|
export function syncAcquireResponseCurrentReleaseExtendAzureFromJSON(jsonString) {
|
|
569
799
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseExtendAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendAzure' from JSON`);
|
|
@@ -643,6 +873,8 @@ export const SyncAcquireResponseCurrentReleaseExtendGcpGrant$inboundSchema = z
|
|
|
643
873
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
644
874
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
645
875
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
876
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
877
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
646
878
|
});
|
|
647
879
|
export function syncAcquireResponseCurrentReleaseExtendGcpGrantFromJSON(jsonString) {
|
|
648
880
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseExtendGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendGcpGrant' from JSON`);
|
|
@@ -650,7 +882,9 @@ export function syncAcquireResponseCurrentReleaseExtendGcpGrantFromJSON(jsonStri
|
|
|
650
882
|
/** @internal */
|
|
651
883
|
export const SyncAcquireResponseCurrentReleaseExtendGcp$inboundSchema = z.object({
|
|
652
884
|
binding: z.lazy(() => SyncAcquireResponseCurrentReleaseExtendGcpBinding$inboundSchema),
|
|
885
|
+
description: z.nullable(z.string()).optional(),
|
|
653
886
|
grant: z.lazy(() => SyncAcquireResponseCurrentReleaseExtendGcpGrant$inboundSchema),
|
|
887
|
+
label: z.nullable(z.string()).optional(),
|
|
654
888
|
});
|
|
655
889
|
export function syncAcquireResponseCurrentReleaseExtendGcpFromJSON(jsonString) {
|
|
656
890
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseExtendGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendGcp' from JSON`);
|
|
@@ -730,11 +964,15 @@ export function syncAcquireResponseCurrentReleaseProfileAwBindingFromJSON(jsonSt
|
|
|
730
964
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseProfileAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileAwBinding' from JSON`);
|
|
731
965
|
}
|
|
732
966
|
/** @internal */
|
|
967
|
+
export const SyncAcquireResponseCurrentReleaseProfileEffect$inboundSchema = z.enum(SyncAcquireResponseCurrentReleaseProfileEffect);
|
|
968
|
+
/** @internal */
|
|
733
969
|
export const SyncAcquireResponseCurrentReleaseProfileAwGrant$inboundSchema = z
|
|
734
970
|
.object({
|
|
735
971
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
736
972
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
737
973
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
974
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
975
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
738
976
|
});
|
|
739
977
|
export function syncAcquireResponseCurrentReleaseProfileAwGrantFromJSON(jsonString) {
|
|
740
978
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseProfileAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileAwGrant' from JSON`);
|
|
@@ -742,7 +980,11 @@ export function syncAcquireResponseCurrentReleaseProfileAwGrantFromJSON(jsonStri
|
|
|
742
980
|
/** @internal */
|
|
743
981
|
export const SyncAcquireResponseCurrentReleaseProfileAw$inboundSchema = z.object({
|
|
744
982
|
binding: z.lazy(() => SyncAcquireResponseCurrentReleaseProfileAwBinding$inboundSchema),
|
|
983
|
+
description: z.nullable(z.string()).optional(),
|
|
984
|
+
effect: SyncAcquireResponseCurrentReleaseProfileEffect$inboundSchema
|
|
985
|
+
.optional(),
|
|
745
986
|
grant: z.lazy(() => SyncAcquireResponseCurrentReleaseProfileAwGrant$inboundSchema),
|
|
987
|
+
label: z.nullable(z.string()).optional(),
|
|
746
988
|
});
|
|
747
989
|
export function syncAcquireResponseCurrentReleaseProfileAwFromJSON(jsonString) {
|
|
748
990
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseProfileAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileAw' from JSON`);
|
|
@@ -778,6 +1020,8 @@ export const SyncAcquireResponseCurrentReleaseProfileAzureGrant$inboundSchema =
|
|
|
778
1020
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
779
1021
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
780
1022
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1023
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1024
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
781
1025
|
});
|
|
782
1026
|
export function syncAcquireResponseCurrentReleaseProfileAzureGrantFromJSON(jsonString) {
|
|
783
1027
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseProfileAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileAzureGrant' from JSON`);
|
|
@@ -785,7 +1029,9 @@ export function syncAcquireResponseCurrentReleaseProfileAzureGrantFromJSON(jsonS
|
|
|
785
1029
|
/** @internal */
|
|
786
1030
|
export const SyncAcquireResponseCurrentReleaseProfileAzure$inboundSchema = z.object({
|
|
787
1031
|
binding: z.lazy(() => SyncAcquireResponseCurrentReleaseProfileAzureBinding$inboundSchema),
|
|
1032
|
+
description: z.nullable(z.string()).optional(),
|
|
788
1033
|
grant: z.lazy(() => SyncAcquireResponseCurrentReleaseProfileAzureGrant$inboundSchema),
|
|
1034
|
+
label: z.nullable(z.string()).optional(),
|
|
789
1035
|
});
|
|
790
1036
|
export function syncAcquireResponseCurrentReleaseProfileAzureFromJSON(jsonString) {
|
|
791
1037
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseProfileAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileAzure' from JSON`);
|
|
@@ -866,6 +1112,8 @@ export const SyncAcquireResponseCurrentReleaseProfileGcpGrant$inboundSchema = z
|
|
|
866
1112
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
867
1113
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
868
1114
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1115
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1116
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
869
1117
|
});
|
|
870
1118
|
export function syncAcquireResponseCurrentReleaseProfileGcpGrantFromJSON(jsonString) {
|
|
871
1119
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseProfileGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileGcpGrant' from JSON`);
|
|
@@ -873,7 +1121,9 @@ export function syncAcquireResponseCurrentReleaseProfileGcpGrantFromJSON(jsonStr
|
|
|
873
1121
|
/** @internal */
|
|
874
1122
|
export const SyncAcquireResponseCurrentReleaseProfileGcp$inboundSchema = z.object({
|
|
875
1123
|
binding: z.lazy(() => SyncAcquireResponseCurrentReleaseProfileGcpBinding$inboundSchema),
|
|
1124
|
+
description: z.nullable(z.string()).optional(),
|
|
876
1125
|
grant: z.lazy(() => SyncAcquireResponseCurrentReleaseProfileGcpGrant$inboundSchema),
|
|
1126
|
+
label: z.nullable(z.string()).optional(),
|
|
877
1127
|
});
|
|
878
1128
|
export function syncAcquireResponseCurrentReleaseProfileGcpFromJSON(jsonString) {
|
|
879
1129
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseProfileGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileGcp' from JSON`);
|
|
@@ -949,10 +1199,13 @@ export function syncAcquireResponseCurrentReleaseResourcesFromJSON(jsonString) {
|
|
|
949
1199
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseResources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseResources' from JSON`);
|
|
950
1200
|
}
|
|
951
1201
|
/** @internal */
|
|
1202
|
+
export const SyncAcquireResponseCurrentReleaseSupportedPlatform$inboundSchema = z.enum(SyncAcquireResponseCurrentReleaseSupportedPlatform);
|
|
1203
|
+
/** @internal */
|
|
952
1204
|
export const SyncAcquireResponseCurrentReleaseStack$inboundSchema = z.object({
|
|
953
1205
|
id: z.string(),
|
|
954
1206
|
permissions: z.lazy(() => SyncAcquireResponseCurrentReleasePermissions$inboundSchema).optional(),
|
|
955
1207
|
resources: z.record(z.string(), z.lazy(() => SyncAcquireResponseCurrentReleaseResources$inboundSchema)),
|
|
1208
|
+
supportedPlatforms: z.nullable(z.array(SyncAcquireResponseCurrentReleaseSupportedPlatform$inboundSchema)).optional(),
|
|
956
1209
|
});
|
|
957
1210
|
export function syncAcquireResponseCurrentReleaseStackFromJSON(jsonString) {
|
|
958
1211
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrentReleaseStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseStack' from JSON`);
|
|
@@ -1047,6 +1300,23 @@ export function syncAcquireResponseEnvironmentInfoUnionFromJSON(jsonString) {
|
|
|
1047
1300
|
/** @internal */
|
|
1048
1301
|
export const SyncAcquireResponseCurrentPlatform$inboundSchema = z.enum(SyncAcquireResponseCurrentPlatform);
|
|
1049
1302
|
/** @internal */
|
|
1303
|
+
export const SyncAcquireResponseDeleteScopeEnum$inboundSchema = z.enum(SyncAcquireResponseDeleteScopeEnum);
|
|
1304
|
+
/** @internal */
|
|
1305
|
+
export const SyncAcquireResponseDeleteScopeUnion$inboundSchema = z.union([SyncAcquireResponseDeleteScopeEnum$inboundSchema, z.any()]);
|
|
1306
|
+
export function syncAcquireResponseDeleteScopeUnionFromJSON(jsonString) {
|
|
1307
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseDeleteScopeUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDeleteScopeUnion' from JSON`);
|
|
1308
|
+
}
|
|
1309
|
+
/** @internal */
|
|
1310
|
+
export const SyncAcquireResponsePendingDeleteScopeEnum$inboundSchema = z.enum(SyncAcquireResponsePendingDeleteScopeEnum);
|
|
1311
|
+
/** @internal */
|
|
1312
|
+
export const SyncAcquireResponsePendingDeleteScopeUnion$inboundSchema = z.union([
|
|
1313
|
+
SyncAcquireResponsePendingDeleteScopeEnum$inboundSchema,
|
|
1314
|
+
z.any(),
|
|
1315
|
+
]);
|
|
1316
|
+
export function syncAcquireResponsePendingDeleteScopeUnionFromJSON(jsonString) {
|
|
1317
|
+
return safeParse(jsonString, (x) => SyncAcquireResponsePendingDeleteScopeUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePendingDeleteScopeUnion' from JSON`);
|
|
1318
|
+
}
|
|
1319
|
+
/** @internal */
|
|
1050
1320
|
export const SyncAcquireResponsePreparedStackManagementEnum$inboundSchema = z.enum(SyncAcquireResponsePreparedStackManagementEnum);
|
|
1051
1321
|
/** @internal */
|
|
1052
1322
|
export const SyncAcquireResponsePreparedStackOverrideAwResource$inboundSchema = z
|
|
@@ -1076,11 +1346,15 @@ export function syncAcquireResponsePreparedStackOverrideAwBindingFromJSON(jsonSt
|
|
|
1076
1346
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackOverrideAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideAwBinding' from JSON`);
|
|
1077
1347
|
}
|
|
1078
1348
|
/** @internal */
|
|
1349
|
+
export const SyncAcquireResponsePreparedStackOverrideEffect$inboundSchema = z.enum(SyncAcquireResponsePreparedStackOverrideEffect);
|
|
1350
|
+
/** @internal */
|
|
1079
1351
|
export const SyncAcquireResponsePreparedStackOverrideAwGrant$inboundSchema = z
|
|
1080
1352
|
.object({
|
|
1081
1353
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1082
1354
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1083
1355
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1356
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1357
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1084
1358
|
});
|
|
1085
1359
|
export function syncAcquireResponsePreparedStackOverrideAwGrantFromJSON(jsonString) {
|
|
1086
1360
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackOverrideAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideAwGrant' from JSON`);
|
|
@@ -1088,7 +1362,11 @@ export function syncAcquireResponsePreparedStackOverrideAwGrantFromJSON(jsonStri
|
|
|
1088
1362
|
/** @internal */
|
|
1089
1363
|
export const SyncAcquireResponsePreparedStackOverrideAw$inboundSchema = z.object({
|
|
1090
1364
|
binding: z.lazy(() => SyncAcquireResponsePreparedStackOverrideAwBinding$inboundSchema),
|
|
1365
|
+
description: z.nullable(z.string()).optional(),
|
|
1366
|
+
effect: SyncAcquireResponsePreparedStackOverrideEffect$inboundSchema
|
|
1367
|
+
.optional(),
|
|
1091
1368
|
grant: z.lazy(() => SyncAcquireResponsePreparedStackOverrideAwGrant$inboundSchema),
|
|
1369
|
+
label: z.nullable(z.string()).optional(),
|
|
1092
1370
|
});
|
|
1093
1371
|
export function syncAcquireResponsePreparedStackOverrideAwFromJSON(jsonString) {
|
|
1094
1372
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackOverrideAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideAw' from JSON`);
|
|
@@ -1124,6 +1402,8 @@ export const SyncAcquireResponsePreparedStackOverrideAzureGrant$inboundSchema =
|
|
|
1124
1402
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1125
1403
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1126
1404
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1405
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1406
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1127
1407
|
});
|
|
1128
1408
|
export function syncAcquireResponsePreparedStackOverrideAzureGrantFromJSON(jsonString) {
|
|
1129
1409
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackOverrideAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideAzureGrant' from JSON`);
|
|
@@ -1131,7 +1411,9 @@ export function syncAcquireResponsePreparedStackOverrideAzureGrantFromJSON(jsonS
|
|
|
1131
1411
|
/** @internal */
|
|
1132
1412
|
export const SyncAcquireResponsePreparedStackOverrideAzure$inboundSchema = z.object({
|
|
1133
1413
|
binding: z.lazy(() => SyncAcquireResponsePreparedStackOverrideAzureBinding$inboundSchema),
|
|
1414
|
+
description: z.nullable(z.string()).optional(),
|
|
1134
1415
|
grant: z.lazy(() => SyncAcquireResponsePreparedStackOverrideAzureGrant$inboundSchema),
|
|
1416
|
+
label: z.nullable(z.string()).optional(),
|
|
1135
1417
|
});
|
|
1136
1418
|
export function syncAcquireResponsePreparedStackOverrideAzureFromJSON(jsonString) {
|
|
1137
1419
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackOverrideAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideAzure' from JSON`);
|
|
@@ -1212,6 +1494,8 @@ export const SyncAcquireResponsePreparedStackOverrideGcpGrant$inboundSchema = z
|
|
|
1212
1494
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1213
1495
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1214
1496
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1497
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1498
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1215
1499
|
});
|
|
1216
1500
|
export function syncAcquireResponsePreparedStackOverrideGcpGrantFromJSON(jsonString) {
|
|
1217
1501
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackOverrideGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideGcpGrant' from JSON`);
|
|
@@ -1219,7 +1503,9 @@ export function syncAcquireResponsePreparedStackOverrideGcpGrantFromJSON(jsonStr
|
|
|
1219
1503
|
/** @internal */
|
|
1220
1504
|
export const SyncAcquireResponsePreparedStackOverrideGcp$inboundSchema = z.object({
|
|
1221
1505
|
binding: z.lazy(() => SyncAcquireResponsePreparedStackOverrideGcpBinding$inboundSchema),
|
|
1506
|
+
description: z.nullable(z.string()).optional(),
|
|
1222
1507
|
grant: z.lazy(() => SyncAcquireResponsePreparedStackOverrideGcpGrant$inboundSchema),
|
|
1508
|
+
label: z.nullable(z.string()).optional(),
|
|
1223
1509
|
});
|
|
1224
1510
|
export function syncAcquireResponsePreparedStackOverrideGcpFromJSON(jsonString) {
|
|
1225
1511
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackOverrideGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideGcp' from JSON`);
|
|
@@ -1288,10 +1574,14 @@ export function syncAcquireResponsePreparedStackExtendAwBindingFromJSON(jsonStri
|
|
|
1288
1574
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackExtendAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendAwBinding' from JSON`);
|
|
1289
1575
|
}
|
|
1290
1576
|
/** @internal */
|
|
1577
|
+
export const SyncAcquireResponsePreparedStackExtendEffect$inboundSchema = z.enum(SyncAcquireResponsePreparedStackExtendEffect);
|
|
1578
|
+
/** @internal */
|
|
1291
1579
|
export const SyncAcquireResponsePreparedStackExtendAwGrant$inboundSchema = z.object({
|
|
1292
1580
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1293
1581
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1294
1582
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1583
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1584
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1295
1585
|
});
|
|
1296
1586
|
export function syncAcquireResponsePreparedStackExtendAwGrantFromJSON(jsonString) {
|
|
1297
1587
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackExtendAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendAwGrant' from JSON`);
|
|
@@ -1299,7 +1589,10 @@ export function syncAcquireResponsePreparedStackExtendAwGrantFromJSON(jsonString
|
|
|
1299
1589
|
/** @internal */
|
|
1300
1590
|
export const SyncAcquireResponsePreparedStackExtendAw$inboundSchema = z.object({
|
|
1301
1591
|
binding: z.lazy(() => SyncAcquireResponsePreparedStackExtendAwBinding$inboundSchema),
|
|
1592
|
+
description: z.nullable(z.string()).optional(),
|
|
1593
|
+
effect: SyncAcquireResponsePreparedStackExtendEffect$inboundSchema.optional(),
|
|
1302
1594
|
grant: z.lazy(() => SyncAcquireResponsePreparedStackExtendAwGrant$inboundSchema),
|
|
1595
|
+
label: z.nullable(z.string()).optional(),
|
|
1303
1596
|
});
|
|
1304
1597
|
export function syncAcquireResponsePreparedStackExtendAwFromJSON(jsonString) {
|
|
1305
1598
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackExtendAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendAw' from JSON`);
|
|
@@ -1335,6 +1628,8 @@ export const SyncAcquireResponsePreparedStackExtendAzureGrant$inboundSchema = z
|
|
|
1335
1628
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1336
1629
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1337
1630
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1631
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1632
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1338
1633
|
});
|
|
1339
1634
|
export function syncAcquireResponsePreparedStackExtendAzureGrantFromJSON(jsonString) {
|
|
1340
1635
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackExtendAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendAzureGrant' from JSON`);
|
|
@@ -1342,7 +1637,9 @@ export function syncAcquireResponsePreparedStackExtendAzureGrantFromJSON(jsonStr
|
|
|
1342
1637
|
/** @internal */
|
|
1343
1638
|
export const SyncAcquireResponsePreparedStackExtendAzure$inboundSchema = z.object({
|
|
1344
1639
|
binding: z.lazy(() => SyncAcquireResponsePreparedStackExtendAzureBinding$inboundSchema),
|
|
1640
|
+
description: z.nullable(z.string()).optional(),
|
|
1345
1641
|
grant: z.lazy(() => SyncAcquireResponsePreparedStackExtendAzureGrant$inboundSchema),
|
|
1642
|
+
label: z.nullable(z.string()).optional(),
|
|
1346
1643
|
});
|
|
1347
1644
|
export function syncAcquireResponsePreparedStackExtendAzureFromJSON(jsonString) {
|
|
1348
1645
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackExtendAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendAzure' from JSON`);
|
|
@@ -1420,6 +1717,8 @@ export const SyncAcquireResponsePreparedStackExtendGcpGrant$inboundSchema = z.ob
|
|
|
1420
1717
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1421
1718
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1422
1719
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1720
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1721
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1423
1722
|
});
|
|
1424
1723
|
export function syncAcquireResponsePreparedStackExtendGcpGrantFromJSON(jsonString) {
|
|
1425
1724
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackExtendGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendGcpGrant' from JSON`);
|
|
@@ -1427,7 +1726,9 @@ export function syncAcquireResponsePreparedStackExtendGcpGrantFromJSON(jsonStrin
|
|
|
1427
1726
|
/** @internal */
|
|
1428
1727
|
export const SyncAcquireResponsePreparedStackExtendGcp$inboundSchema = z.object({
|
|
1429
1728
|
binding: z.lazy(() => SyncAcquireResponsePreparedStackExtendGcpBinding$inboundSchema),
|
|
1729
|
+
description: z.nullable(z.string()).optional(),
|
|
1430
1730
|
grant: z.lazy(() => SyncAcquireResponsePreparedStackExtendGcpGrant$inboundSchema),
|
|
1731
|
+
label: z.nullable(z.string()).optional(),
|
|
1431
1732
|
});
|
|
1432
1733
|
export function syncAcquireResponsePreparedStackExtendGcpFromJSON(jsonString) {
|
|
1433
1734
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackExtendGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendGcp' from JSON`);
|
|
@@ -1505,10 +1806,14 @@ export function syncAcquireResponsePreparedStackProfileAwBindingFromJSON(jsonStr
|
|
|
1505
1806
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackProfileAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileAwBinding' from JSON`);
|
|
1506
1807
|
}
|
|
1507
1808
|
/** @internal */
|
|
1809
|
+
export const SyncAcquireResponsePreparedStackProfileEffect$inboundSchema = z.enum(SyncAcquireResponsePreparedStackProfileEffect);
|
|
1810
|
+
/** @internal */
|
|
1508
1811
|
export const SyncAcquireResponsePreparedStackProfileAwGrant$inboundSchema = z.object({
|
|
1509
1812
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1510
1813
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1511
1814
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1815
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1816
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1512
1817
|
});
|
|
1513
1818
|
export function syncAcquireResponsePreparedStackProfileAwGrantFromJSON(jsonString) {
|
|
1514
1819
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackProfileAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileAwGrant' from JSON`);
|
|
@@ -1516,7 +1821,11 @@ export function syncAcquireResponsePreparedStackProfileAwGrantFromJSON(jsonStrin
|
|
|
1516
1821
|
/** @internal */
|
|
1517
1822
|
export const SyncAcquireResponsePreparedStackProfileAw$inboundSchema = z.object({
|
|
1518
1823
|
binding: z.lazy(() => SyncAcquireResponsePreparedStackProfileAwBinding$inboundSchema),
|
|
1824
|
+
description: z.nullable(z.string()).optional(),
|
|
1825
|
+
effect: SyncAcquireResponsePreparedStackProfileEffect$inboundSchema
|
|
1826
|
+
.optional(),
|
|
1519
1827
|
grant: z.lazy(() => SyncAcquireResponsePreparedStackProfileAwGrant$inboundSchema),
|
|
1828
|
+
label: z.nullable(z.string()).optional(),
|
|
1520
1829
|
});
|
|
1521
1830
|
export function syncAcquireResponsePreparedStackProfileAwFromJSON(jsonString) {
|
|
1522
1831
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackProfileAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileAw' from JSON`);
|
|
@@ -1552,6 +1861,8 @@ export const SyncAcquireResponsePreparedStackProfileAzureGrant$inboundSchema = z
|
|
|
1552
1861
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1553
1862
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1554
1863
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1864
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1865
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1555
1866
|
});
|
|
1556
1867
|
export function syncAcquireResponsePreparedStackProfileAzureGrantFromJSON(jsonString) {
|
|
1557
1868
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackProfileAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileAzureGrant' from JSON`);
|
|
@@ -1559,7 +1870,9 @@ export function syncAcquireResponsePreparedStackProfileAzureGrantFromJSON(jsonSt
|
|
|
1559
1870
|
/** @internal */
|
|
1560
1871
|
export const SyncAcquireResponsePreparedStackProfileAzure$inboundSchema = z.object({
|
|
1561
1872
|
binding: z.lazy(() => SyncAcquireResponsePreparedStackProfileAzureBinding$inboundSchema),
|
|
1873
|
+
description: z.nullable(z.string()).optional(),
|
|
1562
1874
|
grant: z.lazy(() => SyncAcquireResponsePreparedStackProfileAzureGrant$inboundSchema),
|
|
1875
|
+
label: z.nullable(z.string()).optional(),
|
|
1563
1876
|
});
|
|
1564
1877
|
export function syncAcquireResponsePreparedStackProfileAzureFromJSON(jsonString) {
|
|
1565
1878
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackProfileAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileAzure' from JSON`);
|
|
@@ -1639,6 +1952,8 @@ export const SyncAcquireResponsePreparedStackProfileGcpGrant$inboundSchema = z
|
|
|
1639
1952
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1640
1953
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1641
1954
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1955
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1956
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1642
1957
|
});
|
|
1643
1958
|
export function syncAcquireResponsePreparedStackProfileGcpGrantFromJSON(jsonString) {
|
|
1644
1959
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackProfileGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileGcpGrant' from JSON`);
|
|
@@ -1646,7 +1961,9 @@ export function syncAcquireResponsePreparedStackProfileGcpGrantFromJSON(jsonStri
|
|
|
1646
1961
|
/** @internal */
|
|
1647
1962
|
export const SyncAcquireResponsePreparedStackProfileGcp$inboundSchema = z.object({
|
|
1648
1963
|
binding: z.lazy(() => SyncAcquireResponsePreparedStackProfileGcpBinding$inboundSchema),
|
|
1964
|
+
description: z.nullable(z.string()).optional(),
|
|
1649
1965
|
grant: z.lazy(() => SyncAcquireResponsePreparedStackProfileGcpGrant$inboundSchema),
|
|
1966
|
+
label: z.nullable(z.string()).optional(),
|
|
1650
1967
|
});
|
|
1651
1968
|
export function syncAcquireResponsePreparedStackProfileGcpFromJSON(jsonString) {
|
|
1652
1969
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackProfileGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileGcp' from JSON`);
|
|
@@ -1722,10 +2039,13 @@ export function syncAcquireResponsePreparedStackResourcesFromJSON(jsonString) {
|
|
|
1722
2039
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStackResources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackResources' from JSON`);
|
|
1723
2040
|
}
|
|
1724
2041
|
/** @internal */
|
|
2042
|
+
export const SyncAcquireResponsePreparedStackSupportedPlatform$inboundSchema = z.enum(SyncAcquireResponsePreparedStackSupportedPlatform);
|
|
2043
|
+
/** @internal */
|
|
1725
2044
|
export const SyncAcquireResponsePreparedStack$inboundSchema = z.object({
|
|
1726
2045
|
id: z.string(),
|
|
1727
2046
|
permissions: z.lazy(() => SyncAcquireResponsePreparedStackPermissions$inboundSchema).optional(),
|
|
1728
2047
|
resources: z.record(z.string(), z.lazy(() => SyncAcquireResponsePreparedStackResources$inboundSchema)),
|
|
2048
|
+
supportedPlatforms: z.nullable(z.array(SyncAcquireResponsePreparedStackSupportedPlatform$inboundSchema)).optional(),
|
|
1729
2049
|
});
|
|
1730
2050
|
export function syncAcquireResponsePreparedStackFromJSON(jsonString) {
|
|
1731
2051
|
return safeParse(jsonString, (x) => SyncAcquireResponsePreparedStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStack' from JSON`);
|
|
@@ -1740,11 +2060,14 @@ export function syncAcquireResponsePreparedStackUnionFromJSON(jsonString) {
|
|
|
1740
2060
|
}
|
|
1741
2061
|
/** @internal */
|
|
1742
2062
|
export const SyncAcquireResponseRuntimeMetadata$inboundSchema = z.object({
|
|
2063
|
+
deleteScope: z.nullable(z.union([SyncAcquireResponseDeleteScopeEnum$inboundSchema, z.any()])).optional(),
|
|
1743
2064
|
lastSyncedEnvVarsHash: z.nullable(z.string()).optional(),
|
|
2065
|
+
pendingDeleteScope: z.nullable(z.union([SyncAcquireResponsePendingDeleteScopeEnum$inboundSchema, z.any()])).optional(),
|
|
1744
2066
|
preparedStack: z.nullable(z.union([
|
|
1745
2067
|
z.lazy(() => SyncAcquireResponsePreparedStack$inboundSchema),
|
|
1746
2068
|
z.any(),
|
|
1747
2069
|
])).optional(),
|
|
2070
|
+
registryAccessGranted: z.boolean().optional(),
|
|
1748
2071
|
});
|
|
1749
2072
|
export function syncAcquireResponseRuntimeMetadataFromJSON(jsonString) {
|
|
1750
2073
|
return safeParse(jsonString, (x) => SyncAcquireResponseRuntimeMetadata$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRuntimeMetadata' from JSON`);
|
|
@@ -1768,6 +2091,16 @@ export function syncAcquireResponseStackStateConfigFromJSON(jsonString) {
|
|
|
1768
2091
|
return safeParse(jsonString, (x) => SyncAcquireResponseStackStateConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseStackStateConfig' from JSON`);
|
|
1769
2092
|
}
|
|
1770
2093
|
/** @internal */
|
|
2094
|
+
export const SyncAcquireResponseControllerPlatformEnum$inboundSchema = z.enum(SyncAcquireResponseControllerPlatformEnum);
|
|
2095
|
+
/** @internal */
|
|
2096
|
+
export const SyncAcquireResponseControllerPlatformUnion$inboundSchema = z.union([
|
|
2097
|
+
SyncAcquireResponseControllerPlatformEnum$inboundSchema,
|
|
2098
|
+
z.any(),
|
|
2099
|
+
]);
|
|
2100
|
+
export function syncAcquireResponseControllerPlatformUnionFromJSON(jsonString) {
|
|
2101
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseControllerPlatformUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseControllerPlatformUnion' from JSON`);
|
|
2102
|
+
}
|
|
2103
|
+
/** @internal */
|
|
1771
2104
|
export const SyncAcquireResponseStackStateDependency$inboundSchema = z.object({
|
|
1772
2105
|
id: z.string(),
|
|
1773
2106
|
type: z.string(),
|
|
@@ -1779,6 +2112,7 @@ export function syncAcquireResponseStackStateDependencyFromJSON(jsonString) {
|
|
|
1779
2112
|
export const SyncAcquireResponseError$inboundSchema = z.object({
|
|
1780
2113
|
code: z.string(),
|
|
1781
2114
|
context: z.nullable(z.any()).optional(),
|
|
2115
|
+
hint: z.nullable(z.string()).optional(),
|
|
1782
2116
|
httpStatusCode: z.nullable(z.int()).optional(),
|
|
1783
2117
|
internal: z.boolean(),
|
|
1784
2118
|
message: z.string(),
|
|
@@ -1837,9 +2171,9 @@ export const SyncAcquireResponseStackStateStatus$inboundSchema = z.enum(SyncAcqu
|
|
|
1837
2171
|
export const SyncAcquireResponseStackStateResources$inboundSchema = z.object({
|
|
1838
2172
|
_internal: z.nullable(z.any()).optional(),
|
|
1839
2173
|
config: z.lazy(() => SyncAcquireResponseStackStateConfig$inboundSchema),
|
|
2174
|
+
controllerPlatform: z.nullable(z.union([SyncAcquireResponseControllerPlatformEnum$inboundSchema, z.any()])).optional(),
|
|
1840
2175
|
dependencies: z.array(z.lazy(() => SyncAcquireResponseStackStateDependency$inboundSchema)).optional(),
|
|
1841
2176
|
error: z.nullable(z.union([z.lazy(() => SyncAcquireResponseError$inboundSchema), z.any()])).optional(),
|
|
1842
|
-
isExternallyProvisioned: z.boolean().optional(),
|
|
1843
2177
|
lastFailedState: z.nullable(z.any()).optional(),
|
|
1844
2178
|
lifecycle: z.nullable(z.union([
|
|
1845
2179
|
SyncAcquireResponseStackStateLifecycleEnum$inboundSchema,
|
|
@@ -1911,11 +2245,15 @@ export function syncAcquireResponseTargetReleaseOverrideAwBindingFromJSON(jsonSt
|
|
|
1911
2245
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseOverrideAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideAwBinding' from JSON`);
|
|
1912
2246
|
}
|
|
1913
2247
|
/** @internal */
|
|
2248
|
+
export const SyncAcquireResponseTargetReleaseOverrideEffect$inboundSchema = z.enum(SyncAcquireResponseTargetReleaseOverrideEffect);
|
|
2249
|
+
/** @internal */
|
|
1914
2250
|
export const SyncAcquireResponseTargetReleaseOverrideAwGrant$inboundSchema = z
|
|
1915
2251
|
.object({
|
|
1916
2252
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1917
2253
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1918
2254
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2255
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2256
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1919
2257
|
});
|
|
1920
2258
|
export function syncAcquireResponseTargetReleaseOverrideAwGrantFromJSON(jsonString) {
|
|
1921
2259
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseOverrideAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideAwGrant' from JSON`);
|
|
@@ -1923,7 +2261,11 @@ export function syncAcquireResponseTargetReleaseOverrideAwGrantFromJSON(jsonStri
|
|
|
1923
2261
|
/** @internal */
|
|
1924
2262
|
export const SyncAcquireResponseTargetReleaseOverrideAw$inboundSchema = z.object({
|
|
1925
2263
|
binding: z.lazy(() => SyncAcquireResponseTargetReleaseOverrideAwBinding$inboundSchema),
|
|
2264
|
+
description: z.nullable(z.string()).optional(),
|
|
2265
|
+
effect: SyncAcquireResponseTargetReleaseOverrideEffect$inboundSchema
|
|
2266
|
+
.optional(),
|
|
1926
2267
|
grant: z.lazy(() => SyncAcquireResponseTargetReleaseOverrideAwGrant$inboundSchema),
|
|
2268
|
+
label: z.nullable(z.string()).optional(),
|
|
1927
2269
|
});
|
|
1928
2270
|
export function syncAcquireResponseTargetReleaseOverrideAwFromJSON(jsonString) {
|
|
1929
2271
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseOverrideAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideAw' from JSON`);
|
|
@@ -1959,6 +2301,8 @@ export const SyncAcquireResponseTargetReleaseOverrideAzureGrant$inboundSchema =
|
|
|
1959
2301
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1960
2302
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1961
2303
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2304
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2305
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1962
2306
|
});
|
|
1963
2307
|
export function syncAcquireResponseTargetReleaseOverrideAzureGrantFromJSON(jsonString) {
|
|
1964
2308
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseOverrideAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideAzureGrant' from JSON`);
|
|
@@ -1966,7 +2310,9 @@ export function syncAcquireResponseTargetReleaseOverrideAzureGrantFromJSON(jsonS
|
|
|
1966
2310
|
/** @internal */
|
|
1967
2311
|
export const SyncAcquireResponseTargetReleaseOverrideAzure$inboundSchema = z.object({
|
|
1968
2312
|
binding: z.lazy(() => SyncAcquireResponseTargetReleaseOverrideAzureBinding$inboundSchema),
|
|
2313
|
+
description: z.nullable(z.string()).optional(),
|
|
1969
2314
|
grant: z.lazy(() => SyncAcquireResponseTargetReleaseOverrideAzureGrant$inboundSchema),
|
|
2315
|
+
label: z.nullable(z.string()).optional(),
|
|
1970
2316
|
});
|
|
1971
2317
|
export function syncAcquireResponseTargetReleaseOverrideAzureFromJSON(jsonString) {
|
|
1972
2318
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseOverrideAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideAzure' from JSON`);
|
|
@@ -2047,6 +2393,8 @@ export const SyncAcquireResponseTargetReleaseOverrideGcpGrant$inboundSchema = z
|
|
|
2047
2393
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
2048
2394
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2049
2395
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2396
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2397
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
2050
2398
|
});
|
|
2051
2399
|
export function syncAcquireResponseTargetReleaseOverrideGcpGrantFromJSON(jsonString) {
|
|
2052
2400
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseOverrideGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideGcpGrant' from JSON`);
|
|
@@ -2054,7 +2402,9 @@ export function syncAcquireResponseTargetReleaseOverrideGcpGrantFromJSON(jsonStr
|
|
|
2054
2402
|
/** @internal */
|
|
2055
2403
|
export const SyncAcquireResponseTargetReleaseOverrideGcp$inboundSchema = z.object({
|
|
2056
2404
|
binding: z.lazy(() => SyncAcquireResponseTargetReleaseOverrideGcpBinding$inboundSchema),
|
|
2405
|
+
description: z.nullable(z.string()).optional(),
|
|
2057
2406
|
grant: z.lazy(() => SyncAcquireResponseTargetReleaseOverrideGcpGrant$inboundSchema),
|
|
2407
|
+
label: z.nullable(z.string()).optional(),
|
|
2058
2408
|
});
|
|
2059
2409
|
export function syncAcquireResponseTargetReleaseOverrideGcpFromJSON(jsonString) {
|
|
2060
2410
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseOverrideGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideGcp' from JSON`);
|
|
@@ -2123,10 +2473,14 @@ export function syncAcquireResponseTargetReleaseExtendAwBindingFromJSON(jsonStri
|
|
|
2123
2473
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseExtendAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendAwBinding' from JSON`);
|
|
2124
2474
|
}
|
|
2125
2475
|
/** @internal */
|
|
2476
|
+
export const SyncAcquireResponseTargetReleaseExtendEffect$inboundSchema = z.enum(SyncAcquireResponseTargetReleaseExtendEffect);
|
|
2477
|
+
/** @internal */
|
|
2126
2478
|
export const SyncAcquireResponseTargetReleaseExtendAwGrant$inboundSchema = z.object({
|
|
2127
2479
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
2128
2480
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2129
2481
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2482
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2483
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
2130
2484
|
});
|
|
2131
2485
|
export function syncAcquireResponseTargetReleaseExtendAwGrantFromJSON(jsonString) {
|
|
2132
2486
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseExtendAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendAwGrant' from JSON`);
|
|
@@ -2134,7 +2488,10 @@ export function syncAcquireResponseTargetReleaseExtendAwGrantFromJSON(jsonString
|
|
|
2134
2488
|
/** @internal */
|
|
2135
2489
|
export const SyncAcquireResponseTargetReleaseExtendAw$inboundSchema = z.object({
|
|
2136
2490
|
binding: z.lazy(() => SyncAcquireResponseTargetReleaseExtendAwBinding$inboundSchema),
|
|
2491
|
+
description: z.nullable(z.string()).optional(),
|
|
2492
|
+
effect: SyncAcquireResponseTargetReleaseExtendEffect$inboundSchema.optional(),
|
|
2137
2493
|
grant: z.lazy(() => SyncAcquireResponseTargetReleaseExtendAwGrant$inboundSchema),
|
|
2494
|
+
label: z.nullable(z.string()).optional(),
|
|
2138
2495
|
});
|
|
2139
2496
|
export function syncAcquireResponseTargetReleaseExtendAwFromJSON(jsonString) {
|
|
2140
2497
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseExtendAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendAw' from JSON`);
|
|
@@ -2170,6 +2527,8 @@ export const SyncAcquireResponseTargetReleaseExtendAzureGrant$inboundSchema = z
|
|
|
2170
2527
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
2171
2528
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2172
2529
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2530
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2531
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
2173
2532
|
});
|
|
2174
2533
|
export function syncAcquireResponseTargetReleaseExtendAzureGrantFromJSON(jsonString) {
|
|
2175
2534
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseExtendAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendAzureGrant' from JSON`);
|
|
@@ -2177,7 +2536,9 @@ export function syncAcquireResponseTargetReleaseExtendAzureGrantFromJSON(jsonStr
|
|
|
2177
2536
|
/** @internal */
|
|
2178
2537
|
export const SyncAcquireResponseTargetReleaseExtendAzure$inboundSchema = z.object({
|
|
2179
2538
|
binding: z.lazy(() => SyncAcquireResponseTargetReleaseExtendAzureBinding$inboundSchema),
|
|
2539
|
+
description: z.nullable(z.string()).optional(),
|
|
2180
2540
|
grant: z.lazy(() => SyncAcquireResponseTargetReleaseExtendAzureGrant$inboundSchema),
|
|
2541
|
+
label: z.nullable(z.string()).optional(),
|
|
2181
2542
|
});
|
|
2182
2543
|
export function syncAcquireResponseTargetReleaseExtendAzureFromJSON(jsonString) {
|
|
2183
2544
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseExtendAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendAzure' from JSON`);
|
|
@@ -2255,6 +2616,8 @@ export const SyncAcquireResponseTargetReleaseExtendGcpGrant$inboundSchema = z.ob
|
|
|
2255
2616
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
2256
2617
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2257
2618
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2619
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2620
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
2258
2621
|
});
|
|
2259
2622
|
export function syncAcquireResponseTargetReleaseExtendGcpGrantFromJSON(jsonString) {
|
|
2260
2623
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseExtendGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendGcpGrant' from JSON`);
|
|
@@ -2262,7 +2625,9 @@ export function syncAcquireResponseTargetReleaseExtendGcpGrantFromJSON(jsonStrin
|
|
|
2262
2625
|
/** @internal */
|
|
2263
2626
|
export const SyncAcquireResponseTargetReleaseExtendGcp$inboundSchema = z.object({
|
|
2264
2627
|
binding: z.lazy(() => SyncAcquireResponseTargetReleaseExtendGcpBinding$inboundSchema),
|
|
2628
|
+
description: z.nullable(z.string()).optional(),
|
|
2265
2629
|
grant: z.lazy(() => SyncAcquireResponseTargetReleaseExtendGcpGrant$inboundSchema),
|
|
2630
|
+
label: z.nullable(z.string()).optional(),
|
|
2266
2631
|
});
|
|
2267
2632
|
export function syncAcquireResponseTargetReleaseExtendGcpFromJSON(jsonString) {
|
|
2268
2633
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseExtendGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendGcp' from JSON`);
|
|
@@ -2340,10 +2705,14 @@ export function syncAcquireResponseTargetReleaseProfileAwBindingFromJSON(jsonStr
|
|
|
2340
2705
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseProfileAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileAwBinding' from JSON`);
|
|
2341
2706
|
}
|
|
2342
2707
|
/** @internal */
|
|
2708
|
+
export const SyncAcquireResponseTargetReleaseProfileEffect$inboundSchema = z.enum(SyncAcquireResponseTargetReleaseProfileEffect);
|
|
2709
|
+
/** @internal */
|
|
2343
2710
|
export const SyncAcquireResponseTargetReleaseProfileAwGrant$inboundSchema = z.object({
|
|
2344
2711
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
2345
2712
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2346
2713
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2714
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2715
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
2347
2716
|
});
|
|
2348
2717
|
export function syncAcquireResponseTargetReleaseProfileAwGrantFromJSON(jsonString) {
|
|
2349
2718
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseProfileAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileAwGrant' from JSON`);
|
|
@@ -2351,7 +2720,11 @@ export function syncAcquireResponseTargetReleaseProfileAwGrantFromJSON(jsonStrin
|
|
|
2351
2720
|
/** @internal */
|
|
2352
2721
|
export const SyncAcquireResponseTargetReleaseProfileAw$inboundSchema = z.object({
|
|
2353
2722
|
binding: z.lazy(() => SyncAcquireResponseTargetReleaseProfileAwBinding$inboundSchema),
|
|
2723
|
+
description: z.nullable(z.string()).optional(),
|
|
2724
|
+
effect: SyncAcquireResponseTargetReleaseProfileEffect$inboundSchema
|
|
2725
|
+
.optional(),
|
|
2354
2726
|
grant: z.lazy(() => SyncAcquireResponseTargetReleaseProfileAwGrant$inboundSchema),
|
|
2727
|
+
label: z.nullable(z.string()).optional(),
|
|
2355
2728
|
});
|
|
2356
2729
|
export function syncAcquireResponseTargetReleaseProfileAwFromJSON(jsonString) {
|
|
2357
2730
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseProfileAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileAw' from JSON`);
|
|
@@ -2387,6 +2760,8 @@ export const SyncAcquireResponseTargetReleaseProfileAzureGrant$inboundSchema = z
|
|
|
2387
2760
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
2388
2761
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2389
2762
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2763
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2764
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
2390
2765
|
});
|
|
2391
2766
|
export function syncAcquireResponseTargetReleaseProfileAzureGrantFromJSON(jsonString) {
|
|
2392
2767
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseProfileAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileAzureGrant' from JSON`);
|
|
@@ -2394,7 +2769,9 @@ export function syncAcquireResponseTargetReleaseProfileAzureGrantFromJSON(jsonSt
|
|
|
2394
2769
|
/** @internal */
|
|
2395
2770
|
export const SyncAcquireResponseTargetReleaseProfileAzure$inboundSchema = z.object({
|
|
2396
2771
|
binding: z.lazy(() => SyncAcquireResponseTargetReleaseProfileAzureBinding$inboundSchema),
|
|
2772
|
+
description: z.nullable(z.string()).optional(),
|
|
2397
2773
|
grant: z.lazy(() => SyncAcquireResponseTargetReleaseProfileAzureGrant$inboundSchema),
|
|
2774
|
+
label: z.nullable(z.string()).optional(),
|
|
2398
2775
|
});
|
|
2399
2776
|
export function syncAcquireResponseTargetReleaseProfileAzureFromJSON(jsonString) {
|
|
2400
2777
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseProfileAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileAzure' from JSON`);
|
|
@@ -2474,6 +2851,8 @@ export const SyncAcquireResponseTargetReleaseProfileGcpGrant$inboundSchema = z
|
|
|
2474
2851
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
2475
2852
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2476
2853
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2854
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2855
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
2477
2856
|
});
|
|
2478
2857
|
export function syncAcquireResponseTargetReleaseProfileGcpGrantFromJSON(jsonString) {
|
|
2479
2858
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseProfileGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileGcpGrant' from JSON`);
|
|
@@ -2481,7 +2860,9 @@ export function syncAcquireResponseTargetReleaseProfileGcpGrantFromJSON(jsonStri
|
|
|
2481
2860
|
/** @internal */
|
|
2482
2861
|
export const SyncAcquireResponseTargetReleaseProfileGcp$inboundSchema = z.object({
|
|
2483
2862
|
binding: z.lazy(() => SyncAcquireResponseTargetReleaseProfileGcpBinding$inboundSchema),
|
|
2863
|
+
description: z.nullable(z.string()).optional(),
|
|
2484
2864
|
grant: z.lazy(() => SyncAcquireResponseTargetReleaseProfileGcpGrant$inboundSchema),
|
|
2865
|
+
label: z.nullable(z.string()).optional(),
|
|
2485
2866
|
});
|
|
2486
2867
|
export function syncAcquireResponseTargetReleaseProfileGcpFromJSON(jsonString) {
|
|
2487
2868
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseProfileGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileGcp' from JSON`);
|
|
@@ -2557,10 +2938,13 @@ export function syncAcquireResponseTargetReleaseResourcesFromJSON(jsonString) {
|
|
|
2557
2938
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseResources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseResources' from JSON`);
|
|
2558
2939
|
}
|
|
2559
2940
|
/** @internal */
|
|
2941
|
+
export const SyncAcquireResponseTargetReleaseSupportedPlatform$inboundSchema = z.enum(SyncAcquireResponseTargetReleaseSupportedPlatform);
|
|
2942
|
+
/** @internal */
|
|
2560
2943
|
export const SyncAcquireResponseTargetReleaseStack$inboundSchema = z.object({
|
|
2561
2944
|
id: z.string(),
|
|
2562
2945
|
permissions: z.lazy(() => SyncAcquireResponseTargetReleasePermissions$inboundSchema).optional(),
|
|
2563
2946
|
resources: z.record(z.string(), z.lazy(() => SyncAcquireResponseTargetReleaseResources$inboundSchema)),
|
|
2947
|
+
supportedPlatforms: z.nullable(z.array(SyncAcquireResponseTargetReleaseSupportedPlatform$inboundSchema)).optional(),
|
|
2564
2948
|
});
|
|
2565
2949
|
export function syncAcquireResponseTargetReleaseStackFromJSON(jsonString) {
|
|
2566
2950
|
return safeParse(jsonString, (x) => SyncAcquireResponseTargetReleaseStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseStack' from JSON`);
|
|
@@ -2598,6 +2982,7 @@ export const SyncAcquireResponseCurrent$inboundSchema = z.object({
|
|
|
2598
2982
|
z.any(),
|
|
2599
2983
|
])).optional(),
|
|
2600
2984
|
platform: SyncAcquireResponseCurrentPlatform$inboundSchema,
|
|
2985
|
+
protocolVersion: z.int(),
|
|
2601
2986
|
retryRequested: z.boolean().optional(),
|
|
2602
2987
|
runtimeMetadata: z.nullable(z.union([
|
|
2603
2988
|
z.lazy(() => SyncAcquireResponseRuntimeMetadata$inboundSchema),
|
|
@@ -2617,20 +3002,11 @@ export function syncAcquireResponseCurrentFromJSON(jsonString) {
|
|
|
2617
3002
|
return safeParse(jsonString, (x) => SyncAcquireResponseCurrent$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrent' from JSON`);
|
|
2618
3003
|
}
|
|
2619
3004
|
/** @internal */
|
|
2620
|
-
export const
|
|
2621
|
-
authToken: z.nullable(z.string()).optional(),
|
|
2622
|
-
managerUrl: z.string(),
|
|
2623
|
-
});
|
|
2624
|
-
export function syncAcquireResponseArtifactRegistryFromJSON(jsonString) {
|
|
2625
|
-
return safeParse(jsonString, (x) => SyncAcquireResponseArtifactRegistry$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseArtifactRegistry' from JSON`);
|
|
2626
|
-
}
|
|
3005
|
+
export const SyncAcquireResponseBasePlatformEnum$inboundSchema = z.enum(SyncAcquireResponseBasePlatformEnum);
|
|
2627
3006
|
/** @internal */
|
|
2628
|
-
export const
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
]);
|
|
2632
|
-
export function syncAcquireResponseArtifactRegistryUnionFromJSON(jsonString) {
|
|
2633
|
-
return safeParse(jsonString, (x) => SyncAcquireResponseArtifactRegistryUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseArtifactRegistryUnion' from JSON`);
|
|
3007
|
+
export const SyncAcquireResponseBasePlatformUnion$inboundSchema = z.union([SyncAcquireResponseBasePlatformEnum$inboundSchema, z.any()]);
|
|
3008
|
+
export function syncAcquireResponseBasePlatformUnionFromJSON(jsonString) {
|
|
3009
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseBasePlatformUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseBasePlatformUnion' from JSON`);
|
|
2634
3010
|
}
|
|
2635
3011
|
/** @internal */
|
|
2636
3012
|
export const SyncAcquireResponseClusters$inboundSchema = z.object({
|
|
@@ -2641,12 +3017,114 @@ export function syncAcquireResponseClustersFromJSON(jsonString) {
|
|
|
2641
3017
|
return safeParse(jsonString, (x) => SyncAcquireResponseClusters$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseClusters' from JSON`);
|
|
2642
3018
|
}
|
|
2643
3019
|
/** @internal */
|
|
3020
|
+
export const SyncAcquireResponseHorizonMachineImageAws$inboundSchema = z.object({
|
|
3021
|
+
amis: z.record(z.string(), z.record(z.string(), z.string())),
|
|
3022
|
+
});
|
|
3023
|
+
export function syncAcquireResponseHorizonMachineImageAwsFromJSON(jsonString) {
|
|
3024
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseHorizonMachineImageAws$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseHorizonMachineImageAws' from JSON`);
|
|
3025
|
+
}
|
|
3026
|
+
/** @internal */
|
|
3027
|
+
export const SyncAcquireResponseHorizonMachineImageAwsUnion$inboundSchema = z.union([
|
|
3028
|
+
z.lazy(() => SyncAcquireResponseHorizonMachineImageAws$inboundSchema),
|
|
3029
|
+
z.any(),
|
|
3030
|
+
]);
|
|
3031
|
+
export function syncAcquireResponseHorizonMachineImageAwsUnionFromJSON(jsonString) {
|
|
3032
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseHorizonMachineImageAwsUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseHorizonMachineImageAwsUnion' from JSON`);
|
|
3033
|
+
}
|
|
3034
|
+
/** @internal */
|
|
3035
|
+
export const SyncAcquireResponseAzureImages$inboundSchema = z.object({
|
|
3036
|
+
imageVersionId: z.string(),
|
|
3037
|
+
});
|
|
3038
|
+
export function syncAcquireResponseAzureImagesFromJSON(jsonString) {
|
|
3039
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseAzureImages$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseAzureImages' from JSON`);
|
|
3040
|
+
}
|
|
3041
|
+
/** @internal */
|
|
3042
|
+
export const SyncAcquireResponseHorizonMachineImageAzure$inboundSchema = z.object({
|
|
3043
|
+
images: z.record(z.string(), z.lazy(() => SyncAcquireResponseAzureImages$inboundSchema)),
|
|
3044
|
+
});
|
|
3045
|
+
export function syncAcquireResponseHorizonMachineImageAzureFromJSON(jsonString) {
|
|
3046
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseHorizonMachineImageAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseHorizonMachineImageAzure' from JSON`);
|
|
3047
|
+
}
|
|
3048
|
+
/** @internal */
|
|
3049
|
+
export const SyncAcquireResponseHorizonMachineImageAzureUnion$inboundSchema = z
|
|
3050
|
+
.union([
|
|
3051
|
+
z.lazy(() => SyncAcquireResponseHorizonMachineImageAzure$inboundSchema),
|
|
3052
|
+
z.any(),
|
|
3053
|
+
]);
|
|
3054
|
+
export function syncAcquireResponseHorizonMachineImageAzureUnionFromJSON(jsonString) {
|
|
3055
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseHorizonMachineImageAzureUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseHorizonMachineImageAzureUnion' from JSON`);
|
|
3056
|
+
}
|
|
3057
|
+
/** @internal */
|
|
3058
|
+
export const SyncAcquireResponseBaseImage$inboundSchema = z.object({
|
|
3059
|
+
name: z.string(),
|
|
3060
|
+
version: z.string(),
|
|
3061
|
+
});
|
|
3062
|
+
export function syncAcquireResponseBaseImageFromJSON(jsonString) {
|
|
3063
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseBaseImage$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseBaseImage' from JSON`);
|
|
3064
|
+
}
|
|
3065
|
+
/** @internal */
|
|
3066
|
+
export const SyncAcquireResponseGcpImages$inboundSchema = z.object({
|
|
3067
|
+
sourceImage: z.string(),
|
|
3068
|
+
});
|
|
3069
|
+
export function syncAcquireResponseGcpImagesFromJSON(jsonString) {
|
|
3070
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseGcpImages$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseGcpImages' from JSON`);
|
|
3071
|
+
}
|
|
3072
|
+
/** @internal */
|
|
3073
|
+
export const SyncAcquireResponseHorizonMachineImageGcp$inboundSchema = z.object({
|
|
3074
|
+
images: z.record(z.string(), z.lazy(() => SyncAcquireResponseGcpImages$inboundSchema)),
|
|
3075
|
+
});
|
|
3076
|
+
export function syncAcquireResponseHorizonMachineImageGcpFromJSON(jsonString) {
|
|
3077
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseHorizonMachineImageGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseHorizonMachineImageGcp' from JSON`);
|
|
3078
|
+
}
|
|
3079
|
+
/** @internal */
|
|
3080
|
+
export const SyncAcquireResponseHorizonMachineImageGcpUnion$inboundSchema = z.union([
|
|
3081
|
+
z.lazy(() => SyncAcquireResponseHorizonMachineImageGcp$inboundSchema),
|
|
3082
|
+
z.any(),
|
|
3083
|
+
]);
|
|
3084
|
+
export function syncAcquireResponseHorizonMachineImageGcpUnionFromJSON(jsonString) {
|
|
3085
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseHorizonMachineImageGcpUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseHorizonMachineImageGcpUnion' from JSON`);
|
|
3086
|
+
}
|
|
3087
|
+
/** @internal */
|
|
3088
|
+
export const SyncAcquireResponseHorizonMachineImage$inboundSchema = z.object({
|
|
3089
|
+
aws: z.nullable(z.union([
|
|
3090
|
+
z.lazy(() => SyncAcquireResponseHorizonMachineImageAws$inboundSchema),
|
|
3091
|
+
z.any(),
|
|
3092
|
+
])).optional(),
|
|
3093
|
+
azure: z.nullable(z.union([
|
|
3094
|
+
z.lazy(() => SyncAcquireResponseHorizonMachineImageAzure$inboundSchema),
|
|
3095
|
+
z.any(),
|
|
3096
|
+
])).optional(),
|
|
3097
|
+
baseImage: z.lazy(() => SyncAcquireResponseBaseImage$inboundSchema),
|
|
3098
|
+
channel: z.string(),
|
|
3099
|
+
createdAt: z.string(),
|
|
3100
|
+
gcp: z.nullable(z.union([
|
|
3101
|
+
z.lazy(() => SyncAcquireResponseHorizonMachineImageGcp$inboundSchema),
|
|
3102
|
+
z.any(),
|
|
3103
|
+
])).optional(),
|
|
3104
|
+
gitSha: z.string(),
|
|
3105
|
+
horizondVersion: z.string(),
|
|
3106
|
+
machineImageVersion: z.string(),
|
|
3107
|
+
});
|
|
3108
|
+
export function syncAcquireResponseHorizonMachineImageFromJSON(jsonString) {
|
|
3109
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseHorizonMachineImage$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseHorizonMachineImage' from JSON`);
|
|
3110
|
+
}
|
|
3111
|
+
/** @internal */
|
|
3112
|
+
export const SyncAcquireResponseHorizonMachineImageUnion$inboundSchema = z.union([
|
|
3113
|
+
z.lazy(() => SyncAcquireResponseHorizonMachineImage$inboundSchema),
|
|
3114
|
+
z.any(),
|
|
3115
|
+
]);
|
|
3116
|
+
export function syncAcquireResponseHorizonMachineImageUnionFromJSON(jsonString) {
|
|
3117
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseHorizonMachineImageUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseHorizonMachineImageUnion' from JSON`);
|
|
3118
|
+
}
|
|
3119
|
+
/** @internal */
|
|
2644
3120
|
export const SyncAcquireResponseComputeBackendType$inboundSchema = z.enum(SyncAcquireResponseComputeBackendType);
|
|
2645
3121
|
/** @internal */
|
|
2646
3122
|
export const SyncAcquireResponseComputeBackendHorizon$inboundSchema = z.object({
|
|
2647
3123
|
clusters: z.record(z.string(), z.lazy(() => SyncAcquireResponseClusters$inboundSchema)),
|
|
2648
|
-
|
|
2649
|
-
|
|
3124
|
+
horizonMachineImage: z.nullable(z.union([
|
|
3125
|
+
z.lazy(() => SyncAcquireResponseHorizonMachineImage$inboundSchema),
|
|
3126
|
+
z.any(),
|
|
3127
|
+
])).optional(),
|
|
2650
3128
|
url: z.string(),
|
|
2651
3129
|
type: SyncAcquireResponseComputeBackendType$inboundSchema,
|
|
2652
3130
|
});
|
|
@@ -2719,71 +3197,213 @@ export function syncAcquireResponseEnvironmentVariablesFromJSON(jsonString) {
|
|
|
2719
3197
|
return safeParse(jsonString, (x) => SyncAcquireResponseEnvironmentVariables$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseEnvironmentVariables' from JSON`);
|
|
2720
3198
|
}
|
|
2721
3199
|
/** @internal */
|
|
2722
|
-
export const
|
|
3200
|
+
export const SyncAcquireResponseDefaultDomainSecretRef$inboundSchema = z.object({
|
|
2723
3201
|
key: z.string(),
|
|
2724
3202
|
name: z.string(),
|
|
2725
3203
|
});
|
|
2726
|
-
export function
|
|
2727
|
-
return safeParse(jsonString, (x) =>
|
|
3204
|
+
export function syncAcquireResponseDefaultDomainSecretRefFromJSON(jsonString) {
|
|
3205
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseDefaultDomainSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDefaultDomainSecretRef' from JSON`);
|
|
2728
3206
|
}
|
|
2729
3207
|
/** @internal */
|
|
2730
|
-
export const
|
|
2731
|
-
secretRef: z.lazy(() =>
|
|
3208
|
+
export const SyncAcquireResponseDefaultDomain$inboundSchema = z.object({
|
|
3209
|
+
secretRef: z.lazy(() => SyncAcquireResponseDefaultDomainSecretRef$inboundSchema),
|
|
2732
3210
|
});
|
|
2733
|
-
export function
|
|
2734
|
-
return safeParse(jsonString, (x) =>
|
|
3211
|
+
export function syncAcquireResponseDefaultDomainFromJSON(jsonString) {
|
|
3212
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseDefaultDomain$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDefaultDomain' from JSON`);
|
|
2735
3213
|
}
|
|
2736
3214
|
/** @internal */
|
|
2737
|
-
export const
|
|
2738
|
-
z.lazy(() =>
|
|
3215
|
+
export const SyncAcquireResponseDefaultDomainUnion$inboundSchema = z.union([
|
|
3216
|
+
z.lazy(() => SyncAcquireResponseDefaultDomain$inboundSchema),
|
|
2739
3217
|
z.any(),
|
|
2740
3218
|
z.string(),
|
|
2741
3219
|
]);
|
|
2742
|
-
export function
|
|
2743
|
-
return safeParse(jsonString, (x) =>
|
|
2744
|
-
}
|
|
2745
|
-
/** @internal */
|
|
2746
|
-
export const SyncAcquireResponseTypeVault5$inboundSchema = z.enum(SyncAcquireResponseTypeVault5);
|
|
2747
|
-
/** @internal */
|
|
2748
|
-
export const SyncAcquireResponseExternalBindingsLocalVault$inboundSchema = z.object({
|
|
2749
|
-
dataDir: z.nullable(z.union([
|
|
2750
|
-
z.lazy(() => SyncAcquireResponseDataDir3$inboundSchema),
|
|
2751
|
-
z.any(),
|
|
2752
|
-
z.string(),
|
|
2753
|
-
])).optional(),
|
|
2754
|
-
vaultName: z.string(),
|
|
2755
|
-
service: z.literal("local-vault"),
|
|
2756
|
-
type: SyncAcquireResponseTypeVault5$inboundSchema,
|
|
2757
|
-
});
|
|
2758
|
-
export function syncAcquireResponseExternalBindingsLocalVaultFromJSON(jsonString) {
|
|
2759
|
-
return safeParse(jsonString, (x) => SyncAcquireResponseExternalBindingsLocalVault$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsLocalVault' from JSON`);
|
|
3220
|
+
export function syncAcquireResponseDefaultDomainUnionFromJSON(jsonString) {
|
|
3221
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseDefaultDomainUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDefaultDomainUnion' from JSON`);
|
|
2760
3222
|
}
|
|
2761
3223
|
/** @internal */
|
|
2762
|
-
export const
|
|
3224
|
+
export const SyncAcquireResponseEnvironmentNameSecretRef$inboundSchema = z.object({
|
|
2763
3225
|
key: z.string(),
|
|
2764
3226
|
name: z.string(),
|
|
2765
3227
|
});
|
|
2766
|
-
export function
|
|
2767
|
-
return safeParse(jsonString, (x) =>
|
|
3228
|
+
export function syncAcquireResponseEnvironmentNameSecretRefFromJSON(jsonString) {
|
|
3229
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseEnvironmentNameSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseEnvironmentNameSecretRef' from JSON`);
|
|
2768
3230
|
}
|
|
2769
3231
|
/** @internal */
|
|
2770
|
-
export const
|
|
2771
|
-
secretRef: z.lazy(() =>
|
|
3232
|
+
export const SyncAcquireResponseEnvironmentName$inboundSchema = z.object({
|
|
3233
|
+
secretRef: z.lazy(() => SyncAcquireResponseEnvironmentNameSecretRef$inboundSchema),
|
|
2772
3234
|
});
|
|
2773
|
-
export function
|
|
2774
|
-
return safeParse(jsonString, (x) =>
|
|
3235
|
+
export function syncAcquireResponseEnvironmentNameFromJSON(jsonString) {
|
|
3236
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseEnvironmentName$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseEnvironmentName' from JSON`);
|
|
2775
3237
|
}
|
|
2776
3238
|
/** @internal */
|
|
2777
|
-
export const
|
|
2778
|
-
z.lazy(() =>
|
|
3239
|
+
export const SyncAcquireResponseEnvironmentNameUnion$inboundSchema = z.union([
|
|
3240
|
+
z.lazy(() => SyncAcquireResponseEnvironmentName$inboundSchema),
|
|
2779
3241
|
z.any(),
|
|
2780
3242
|
z.string(),
|
|
2781
3243
|
]);
|
|
2782
|
-
export function
|
|
2783
|
-
return safeParse(jsonString, (x) =>
|
|
3244
|
+
export function syncAcquireResponseEnvironmentNameUnionFromJSON(jsonString) {
|
|
3245
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseEnvironmentNameUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseEnvironmentNameUnion' from JSON`);
|
|
2784
3246
|
}
|
|
2785
3247
|
/** @internal */
|
|
2786
|
-
export const
|
|
3248
|
+
export const SyncAcquireResponseResourceGroupNameSecretRef3$inboundSchema = z.object({
|
|
3249
|
+
key: z.string(),
|
|
3250
|
+
name: z.string(),
|
|
3251
|
+
});
|
|
3252
|
+
export function syncAcquireResponseResourceGroupNameSecretRef3FromJSON(jsonString) {
|
|
3253
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseResourceGroupNameSecretRef3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseResourceGroupNameSecretRef3' from JSON`);
|
|
3254
|
+
}
|
|
3255
|
+
/** @internal */
|
|
3256
|
+
export const SyncAcquireResponseResourceGroupName3$inboundSchema = z.object({
|
|
3257
|
+
secretRef: z.lazy(() => SyncAcquireResponseResourceGroupNameSecretRef3$inboundSchema),
|
|
3258
|
+
});
|
|
3259
|
+
export function syncAcquireResponseResourceGroupName3FromJSON(jsonString) {
|
|
3260
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseResourceGroupName3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseResourceGroupName3' from JSON`);
|
|
3261
|
+
}
|
|
3262
|
+
/** @internal */
|
|
3263
|
+
export const SyncAcquireResponseResourceGroupNameUnion3$inboundSchema = z.union([
|
|
3264
|
+
z.lazy(() => SyncAcquireResponseResourceGroupName3$inboundSchema),
|
|
3265
|
+
z.any(),
|
|
3266
|
+
z.string(),
|
|
3267
|
+
]);
|
|
3268
|
+
export function syncAcquireResponseResourceGroupNameUnion3FromJSON(jsonString) {
|
|
3269
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseResourceGroupNameUnion3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseResourceGroupNameUnion3' from JSON`);
|
|
3270
|
+
}
|
|
3271
|
+
/** @internal */
|
|
3272
|
+
export const SyncAcquireResponseResourceIdSecretRef$inboundSchema = z.object({
|
|
3273
|
+
key: z.string(),
|
|
3274
|
+
name: z.string(),
|
|
3275
|
+
});
|
|
3276
|
+
export function syncAcquireResponseResourceIdSecretRefFromJSON(jsonString) {
|
|
3277
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseResourceIdSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseResourceIdSecretRef' from JSON`);
|
|
3278
|
+
}
|
|
3279
|
+
/** @internal */
|
|
3280
|
+
export const SyncAcquireResponseResourceId$inboundSchema = z.object({
|
|
3281
|
+
secretRef: z.lazy(() => SyncAcquireResponseResourceIdSecretRef$inboundSchema),
|
|
3282
|
+
});
|
|
3283
|
+
export function syncAcquireResponseResourceIdFromJSON(jsonString) {
|
|
3284
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseResourceId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseResourceId' from JSON`);
|
|
3285
|
+
}
|
|
3286
|
+
/** @internal */
|
|
3287
|
+
export const SyncAcquireResponseResourceIdUnion$inboundSchema = z.union([
|
|
3288
|
+
z.lazy(() => SyncAcquireResponseResourceId$inboundSchema),
|
|
3289
|
+
z.any(),
|
|
3290
|
+
z.string(),
|
|
3291
|
+
]);
|
|
3292
|
+
export function syncAcquireResponseResourceIdUnionFromJSON(jsonString) {
|
|
3293
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseResourceIdUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseResourceIdUnion' from JSON`);
|
|
3294
|
+
}
|
|
3295
|
+
/** @internal */
|
|
3296
|
+
export const SyncAcquireResponseStaticIpSecretRef$inboundSchema = z.object({
|
|
3297
|
+
key: z.string(),
|
|
3298
|
+
name: z.string(),
|
|
3299
|
+
});
|
|
3300
|
+
export function syncAcquireResponseStaticIpSecretRefFromJSON(jsonString) {
|
|
3301
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseStaticIpSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseStaticIpSecretRef' from JSON`);
|
|
3302
|
+
}
|
|
3303
|
+
/** @internal */
|
|
3304
|
+
export const SyncAcquireResponseStaticIp$inboundSchema = z.object({
|
|
3305
|
+
secretRef: z.lazy(() => SyncAcquireResponseStaticIpSecretRef$inboundSchema),
|
|
3306
|
+
});
|
|
3307
|
+
export function syncAcquireResponseStaticIpFromJSON(jsonString) {
|
|
3308
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseStaticIp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseStaticIp' from JSON`);
|
|
3309
|
+
}
|
|
3310
|
+
/** @internal */
|
|
3311
|
+
export const SyncAcquireResponseTypeContainerAppsEnvironment$inboundSchema = z.enum(SyncAcquireResponseTypeContainerAppsEnvironment);
|
|
3312
|
+
/** @internal */
|
|
3313
|
+
export const SyncAcquireResponseExternalBindingsContainerAppsEnvironment$inboundSchema = z.object({
|
|
3314
|
+
defaultDomain: z.nullable(z.union([
|
|
3315
|
+
z.lazy(() => SyncAcquireResponseDefaultDomain$inboundSchema),
|
|
3316
|
+
z.any(),
|
|
3317
|
+
z.string(),
|
|
3318
|
+
])).optional(),
|
|
3319
|
+
environmentName: z.nullable(z.union([
|
|
3320
|
+
z.lazy(() => SyncAcquireResponseEnvironmentName$inboundSchema),
|
|
3321
|
+
z.any(),
|
|
3322
|
+
z.string(),
|
|
3323
|
+
])).optional(),
|
|
3324
|
+
resourceGroupName: z.nullable(z.union([
|
|
3325
|
+
z.lazy(() => SyncAcquireResponseResourceGroupName3$inboundSchema),
|
|
3326
|
+
z.any(),
|
|
3327
|
+
z.string(),
|
|
3328
|
+
])).optional(),
|
|
3329
|
+
resourceId: z.nullable(z.union([
|
|
3330
|
+
z.lazy(() => SyncAcquireResponseResourceId$inboundSchema),
|
|
3331
|
+
z.any(),
|
|
3332
|
+
z.string(),
|
|
3333
|
+
])).optional(),
|
|
3334
|
+
staticIp: z.nullable(z.any()).optional(),
|
|
3335
|
+
type: SyncAcquireResponseTypeContainerAppsEnvironment$inboundSchema,
|
|
3336
|
+
});
|
|
3337
|
+
export function syncAcquireResponseExternalBindingsContainerAppsEnvironmentFromJSON(jsonString) {
|
|
3338
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseExternalBindingsContainerAppsEnvironment$inboundSchema
|
|
3339
|
+
.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsContainerAppsEnvironment' from JSON`);
|
|
3340
|
+
}
|
|
3341
|
+
/** @internal */
|
|
3342
|
+
export const SyncAcquireResponseDataDirSecretRef3$inboundSchema = z.object({
|
|
3343
|
+
key: z.string(),
|
|
3344
|
+
name: z.string(),
|
|
3345
|
+
});
|
|
3346
|
+
export function syncAcquireResponseDataDirSecretRef3FromJSON(jsonString) {
|
|
3347
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseDataDirSecretRef3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDataDirSecretRef3' from JSON`);
|
|
3348
|
+
}
|
|
3349
|
+
/** @internal */
|
|
3350
|
+
export const SyncAcquireResponseDataDir3$inboundSchema = z.object({
|
|
3351
|
+
secretRef: z.lazy(() => SyncAcquireResponseDataDirSecretRef3$inboundSchema),
|
|
3352
|
+
});
|
|
3353
|
+
export function syncAcquireResponseDataDir3FromJSON(jsonString) {
|
|
3354
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseDataDir3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDataDir3' from JSON`);
|
|
3355
|
+
}
|
|
3356
|
+
/** @internal */
|
|
3357
|
+
export const SyncAcquireResponseDataDirUnion2$inboundSchema = z.union([
|
|
3358
|
+
z.lazy(() => SyncAcquireResponseDataDir3$inboundSchema),
|
|
3359
|
+
z.any(),
|
|
3360
|
+
z.string(),
|
|
3361
|
+
]);
|
|
3362
|
+
export function syncAcquireResponseDataDirUnion2FromJSON(jsonString) {
|
|
3363
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseDataDirUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDataDirUnion2' from JSON`);
|
|
3364
|
+
}
|
|
3365
|
+
/** @internal */
|
|
3366
|
+
export const SyncAcquireResponseTypeVault5$inboundSchema = z.enum(SyncAcquireResponseTypeVault5);
|
|
3367
|
+
/** @internal */
|
|
3368
|
+
export const SyncAcquireResponseExternalBindingsLocalVault$inboundSchema = z.object({
|
|
3369
|
+
dataDir: z.nullable(z.union([
|
|
3370
|
+
z.lazy(() => SyncAcquireResponseDataDir3$inboundSchema),
|
|
3371
|
+
z.any(),
|
|
3372
|
+
z.string(),
|
|
3373
|
+
])).optional(),
|
|
3374
|
+
vaultName: z.string(),
|
|
3375
|
+
service: z.literal("local-vault"),
|
|
3376
|
+
type: SyncAcquireResponseTypeVault5$inboundSchema,
|
|
3377
|
+
});
|
|
3378
|
+
export function syncAcquireResponseExternalBindingsLocalVaultFromJSON(jsonString) {
|
|
3379
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseExternalBindingsLocalVault$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsLocalVault' from JSON`);
|
|
3380
|
+
}
|
|
3381
|
+
/** @internal */
|
|
3382
|
+
export const SyncAcquireResponseNamespaceSecretRef2$inboundSchema = z.object({
|
|
3383
|
+
key: z.string(),
|
|
3384
|
+
name: z.string(),
|
|
3385
|
+
});
|
|
3386
|
+
export function syncAcquireResponseNamespaceSecretRef2FromJSON(jsonString) {
|
|
3387
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseNamespaceSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseNamespaceSecretRef2' from JSON`);
|
|
3388
|
+
}
|
|
3389
|
+
/** @internal */
|
|
3390
|
+
export const SyncAcquireResponseNamespace2$inboundSchema = z.object({
|
|
3391
|
+
secretRef: z.lazy(() => SyncAcquireResponseNamespaceSecretRef2$inboundSchema),
|
|
3392
|
+
});
|
|
3393
|
+
export function syncAcquireResponseNamespace2FromJSON(jsonString) {
|
|
3394
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseNamespace2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseNamespace2' from JSON`);
|
|
3395
|
+
}
|
|
3396
|
+
/** @internal */
|
|
3397
|
+
export const SyncAcquireResponseNamespaceUnion2$inboundSchema = z.union([
|
|
3398
|
+
z.lazy(() => SyncAcquireResponseNamespace2$inboundSchema),
|
|
3399
|
+
z.any(),
|
|
3400
|
+
z.string(),
|
|
3401
|
+
]);
|
|
3402
|
+
export function syncAcquireResponseNamespaceUnion2FromJSON(jsonString) {
|
|
3403
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseNamespaceUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseNamespaceUnion2' from JSON`);
|
|
3404
|
+
}
|
|
3405
|
+
/** @internal */
|
|
3406
|
+
export const SyncAcquireResponseVaultPrefixSecretRef3$inboundSchema = z.object({
|
|
2787
3407
|
key: z.string(),
|
|
2788
3408
|
name: z.string(),
|
|
2789
3409
|
});
|
|
@@ -3045,11 +3665,40 @@ export function syncAcquireResponsePushServiceAccountEmailFromJSON(jsonString) {
|
|
|
3045
3665
|
return safeParse(jsonString, (x) => SyncAcquireResponsePushServiceAccountEmail$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePushServiceAccountEmail' from JSON`);
|
|
3046
3666
|
}
|
|
3047
3667
|
/** @internal */
|
|
3668
|
+
export const SyncAcquireResponseRepositoryNameSecretRef$inboundSchema = z.object({
|
|
3669
|
+
key: z.string(),
|
|
3670
|
+
name: z.string(),
|
|
3671
|
+
});
|
|
3672
|
+
export function syncAcquireResponseRepositoryNameSecretRefFromJSON(jsonString) {
|
|
3673
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseRepositoryNameSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRepositoryNameSecretRef' from JSON`);
|
|
3674
|
+
}
|
|
3675
|
+
/** @internal */
|
|
3676
|
+
export const SyncAcquireResponseRepositoryName$inboundSchema = z.object({
|
|
3677
|
+
secretRef: z.lazy(() => SyncAcquireResponseRepositoryNameSecretRef$inboundSchema),
|
|
3678
|
+
});
|
|
3679
|
+
export function syncAcquireResponseRepositoryNameFromJSON(jsonString) {
|
|
3680
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseRepositoryName$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRepositoryName' from JSON`);
|
|
3681
|
+
}
|
|
3682
|
+
/** @internal */
|
|
3683
|
+
export const SyncAcquireResponseRepositoryNameUnion$inboundSchema = z.union([
|
|
3684
|
+
z.lazy(() => SyncAcquireResponseRepositoryName$inboundSchema),
|
|
3685
|
+
z.any(),
|
|
3686
|
+
z.string(),
|
|
3687
|
+
]);
|
|
3688
|
+
export function syncAcquireResponseRepositoryNameUnionFromJSON(jsonString) {
|
|
3689
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseRepositoryNameUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRepositoryNameUnion' from JSON`);
|
|
3690
|
+
}
|
|
3691
|
+
/** @internal */
|
|
3048
3692
|
export const SyncAcquireResponseTypeArtifactRegistry3$inboundSchema = z.enum(SyncAcquireResponseTypeArtifactRegistry3);
|
|
3049
3693
|
/** @internal */
|
|
3050
3694
|
export const SyncAcquireResponseExternalBindingsGar$inboundSchema = z.object({
|
|
3051
3695
|
pullServiceAccountEmail: z.nullable(z.any()).optional(),
|
|
3052
3696
|
pushServiceAccountEmail: z.nullable(z.any()).optional(),
|
|
3697
|
+
repositoryName: z.nullable(z.union([
|
|
3698
|
+
z.lazy(() => SyncAcquireResponseRepositoryName$inboundSchema),
|
|
3699
|
+
z.any(),
|
|
3700
|
+
z.string(),
|
|
3701
|
+
])).optional(),
|
|
3053
3702
|
service: z.literal("gar"),
|
|
3054
3703
|
type: SyncAcquireResponseTypeArtifactRegistry3$inboundSchema,
|
|
3055
3704
|
});
|
|
@@ -3081,6 +3730,21 @@ export function syncAcquireResponseRegistryNameUnionFromJSON(jsonString) {
|
|
|
3081
3730
|
return safeParse(jsonString, (x) => SyncAcquireResponseRegistryNameUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRegistryNameUnion' from JSON`);
|
|
3082
3731
|
}
|
|
3083
3732
|
/** @internal */
|
|
3733
|
+
export const SyncAcquireResponseRepositoryPrefixSecretRef2$inboundSchema = z.object({
|
|
3734
|
+
key: z.string(),
|
|
3735
|
+
name: z.string(),
|
|
3736
|
+
});
|
|
3737
|
+
export function syncAcquireResponseRepositoryPrefixSecretRef2FromJSON(jsonString) {
|
|
3738
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseRepositoryPrefixSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRepositoryPrefixSecretRef2' from JSON`);
|
|
3739
|
+
}
|
|
3740
|
+
/** @internal */
|
|
3741
|
+
export const SyncAcquireResponseRepositoryPrefix2$inboundSchema = z.object({
|
|
3742
|
+
secretRef: z.lazy(() => SyncAcquireResponseRepositoryPrefixSecretRef2$inboundSchema),
|
|
3743
|
+
});
|
|
3744
|
+
export function syncAcquireResponseRepositoryPrefix2FromJSON(jsonString) {
|
|
3745
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseRepositoryPrefix2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRepositoryPrefix2' from JSON`);
|
|
3746
|
+
}
|
|
3747
|
+
/** @internal */
|
|
3084
3748
|
export const SyncAcquireResponseResourceGroupNameSecretRef2$inboundSchema = z.object({
|
|
3085
3749
|
key: z.string(),
|
|
3086
3750
|
name: z.string(),
|
|
@@ -3113,6 +3777,7 @@ export const SyncAcquireResponseExternalBindingsAcr$inboundSchema = z.object({
|
|
|
3113
3777
|
z.any(),
|
|
3114
3778
|
z.string(),
|
|
3115
3779
|
])).optional(),
|
|
3780
|
+
repositoryPrefix: z.nullable(z.any()).optional(),
|
|
3116
3781
|
resourceGroupName: z.nullable(z.union([
|
|
3117
3782
|
z.lazy(() => SyncAcquireResponseResourceGroupName2$inboundSchema),
|
|
3118
3783
|
z.any(),
|
|
@@ -3155,23 +3820,23 @@ export function syncAcquireResponsePushRoleArnFromJSON(jsonString) {
|
|
|
3155
3820
|
return safeParse(jsonString, (x) => SyncAcquireResponsePushRoleArn$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePushRoleArn' from JSON`);
|
|
3156
3821
|
}
|
|
3157
3822
|
/** @internal */
|
|
3158
|
-
export const
|
|
3823
|
+
export const SyncAcquireResponseRepositoryPrefixSecretRef1$inboundSchema = z.object({
|
|
3159
3824
|
key: z.string(),
|
|
3160
3825
|
name: z.string(),
|
|
3161
3826
|
});
|
|
3162
|
-
export function
|
|
3163
|
-
return safeParse(jsonString, (x) =>
|
|
3827
|
+
export function syncAcquireResponseRepositoryPrefixSecretRef1FromJSON(jsonString) {
|
|
3828
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseRepositoryPrefixSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRepositoryPrefixSecretRef1' from JSON`);
|
|
3164
3829
|
}
|
|
3165
3830
|
/** @internal */
|
|
3166
|
-
export const
|
|
3167
|
-
secretRef: z.lazy(() =>
|
|
3831
|
+
export const SyncAcquireResponseRepositoryPrefix1$inboundSchema = z.object({
|
|
3832
|
+
secretRef: z.lazy(() => SyncAcquireResponseRepositoryPrefixSecretRef1$inboundSchema),
|
|
3168
3833
|
});
|
|
3169
|
-
export function
|
|
3170
|
-
return safeParse(jsonString, (x) =>
|
|
3834
|
+
export function syncAcquireResponseRepositoryPrefix1FromJSON(jsonString) {
|
|
3835
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseRepositoryPrefix1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRepositoryPrefix1' from JSON`);
|
|
3171
3836
|
}
|
|
3172
3837
|
/** @internal */
|
|
3173
3838
|
export const SyncAcquireResponseRepositoryPrefixUnion$inboundSchema = z.union([
|
|
3174
|
-
z.lazy(() =>
|
|
3839
|
+
z.lazy(() => SyncAcquireResponseRepositoryPrefix1$inboundSchema),
|
|
3175
3840
|
z.any(),
|
|
3176
3841
|
z.string(),
|
|
3177
3842
|
]);
|
|
@@ -3185,7 +3850,7 @@ export const SyncAcquireResponseExternalBindingsEcr$inboundSchema = z.object({
|
|
|
3185
3850
|
pullRoleArn: z.nullable(z.any()).optional(),
|
|
3186
3851
|
pushRoleArn: z.nullable(z.any()).optional(),
|
|
3187
3852
|
repositoryPrefix: z.nullable(z.union([
|
|
3188
|
-
z.lazy(() =>
|
|
3853
|
+
z.lazy(() => SyncAcquireResponseRepositoryPrefix1$inboundSchema),
|
|
3189
3854
|
z.any(),
|
|
3190
3855
|
z.string(),
|
|
3191
3856
|
])).optional(),
|
|
@@ -3622,6 +4287,45 @@ export function syncAcquireResponseExternalBindingsUnion3FromJSON(jsonString) {
|
|
|
3622
4287
|
return safeParse(jsonString, (x) => SyncAcquireResponseExternalBindingsUnion3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsUnion3' from JSON`);
|
|
3623
4288
|
}
|
|
3624
4289
|
/** @internal */
|
|
4290
|
+
export const SyncAcquireResponseQueuePathSecretRef$inboundSchema = z.object({
|
|
4291
|
+
key: z.string(),
|
|
4292
|
+
name: z.string(),
|
|
4293
|
+
});
|
|
4294
|
+
export function syncAcquireResponseQueuePathSecretRefFromJSON(jsonString) {
|
|
4295
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseQueuePathSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseQueuePathSecretRef' from JSON`);
|
|
4296
|
+
}
|
|
4297
|
+
/** @internal */
|
|
4298
|
+
export const SyncAcquireResponseQueuePath$inboundSchema = z.object({
|
|
4299
|
+
secretRef: z.lazy(() => SyncAcquireResponseQueuePathSecretRef$inboundSchema),
|
|
4300
|
+
});
|
|
4301
|
+
export function syncAcquireResponseQueuePathFromJSON(jsonString) {
|
|
4302
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseQueuePath$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseQueuePath' from JSON`);
|
|
4303
|
+
}
|
|
4304
|
+
/** @internal */
|
|
4305
|
+
export const SyncAcquireResponseQueuePathUnion$inboundSchema = z.union([
|
|
4306
|
+
z.lazy(() => SyncAcquireResponseQueuePath$inboundSchema),
|
|
4307
|
+
z.any(),
|
|
4308
|
+
z.string(),
|
|
4309
|
+
]);
|
|
4310
|
+
export function syncAcquireResponseQueuePathUnionFromJSON(jsonString) {
|
|
4311
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseQueuePathUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseQueuePathUnion' from JSON`);
|
|
4312
|
+
}
|
|
4313
|
+
/** @internal */
|
|
4314
|
+
export const SyncAcquireResponseTypeQueue4$inboundSchema = z.enum(SyncAcquireResponseTypeQueue4);
|
|
4315
|
+
/** @internal */
|
|
4316
|
+
export const SyncAcquireResponseExternalBindingsLocalQueue$inboundSchema = z.object({
|
|
4317
|
+
queuePath: z.nullable(z.union([
|
|
4318
|
+
z.lazy(() => SyncAcquireResponseQueuePath$inboundSchema),
|
|
4319
|
+
z.any(),
|
|
4320
|
+
z.string(),
|
|
4321
|
+
])).optional(),
|
|
4322
|
+
service: z.literal("local-queue"),
|
|
4323
|
+
type: SyncAcquireResponseTypeQueue4$inboundSchema,
|
|
4324
|
+
});
|
|
4325
|
+
export function syncAcquireResponseExternalBindingsLocalQueueFromJSON(jsonString) {
|
|
4326
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseExternalBindingsLocalQueue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsLocalQueue' from JSON`);
|
|
4327
|
+
}
|
|
4328
|
+
/** @internal */
|
|
3625
4329
|
export const SyncAcquireResponseNamespaceSecretRef1$inboundSchema = z.object({
|
|
3626
4330
|
key: z.string(),
|
|
3627
4331
|
name: z.string(),
|
|
@@ -3801,6 +4505,7 @@ export const SyncAcquireResponseExternalBindingsUnion2$inboundSchema = z.union([
|
|
|
3801
4505
|
z.lazy(() => SyncAcquireResponseExternalBindingsSqs$inboundSchema),
|
|
3802
4506
|
z.lazy(() => SyncAcquireResponseExternalBindingsPubsub$inboundSchema),
|
|
3803
4507
|
z.lazy(() => SyncAcquireResponseExternalBindingsServicebus$inboundSchema),
|
|
4508
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsLocalQueue$inboundSchema),
|
|
3804
4509
|
]);
|
|
3805
4510
|
export function syncAcquireResponseExternalBindingsUnion2FromJSON(jsonString) {
|
|
3806
4511
|
return safeParse(jsonString, (x) => SyncAcquireResponseExternalBindingsUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsUnion2' from JSON`);
|
|
@@ -4003,6 +4708,7 @@ export function syncAcquireResponseExternalBindingsUnion1FromJSON(jsonString) {
|
|
|
4003
4708
|
}
|
|
4004
4709
|
/** @internal */
|
|
4005
4710
|
export const SyncAcquireResponseExternalBindingsUnion6$inboundSchema = z.union([
|
|
4711
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsContainerAppsEnvironment$inboundSchema),
|
|
4006
4712
|
z.union([
|
|
4007
4713
|
z.lazy(() => SyncAcquireResponseExternalBindingsS3$inboundSchema),
|
|
4008
4714
|
z.lazy(() => SyncAcquireResponseExternalBindingsBlob$inboundSchema),
|
|
@@ -4013,6 +4719,7 @@ export const SyncAcquireResponseExternalBindingsUnion6$inboundSchema = z.union([
|
|
|
4013
4719
|
z.lazy(() => SyncAcquireResponseExternalBindingsSqs$inboundSchema),
|
|
4014
4720
|
z.lazy(() => SyncAcquireResponseExternalBindingsPubsub$inboundSchema),
|
|
4015
4721
|
z.lazy(() => SyncAcquireResponseExternalBindingsServicebus$inboundSchema),
|
|
4722
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsLocalQueue$inboundSchema),
|
|
4016
4723
|
]),
|
|
4017
4724
|
z.union([
|
|
4018
4725
|
z.lazy(() => SyncAcquireResponseExternalBindingsDynamodb$inboundSchema),
|
|
@@ -4039,22 +4746,6 @@ export function syncAcquireResponseExternalBindingsUnion6FromJSON(jsonString) {
|
|
|
4039
4746
|
return safeParse(jsonString, (x) => SyncAcquireResponseExternalBindingsUnion6$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsUnion6' from JSON`);
|
|
4040
4747
|
}
|
|
4041
4748
|
/** @internal */
|
|
4042
|
-
export const SyncAcquireResponseImagePullCredentials$inboundSchema = z.object({
|
|
4043
|
-
password: z.string(),
|
|
4044
|
-
username: z.string(),
|
|
4045
|
-
});
|
|
4046
|
-
export function syncAcquireResponseImagePullCredentialsFromJSON(jsonString) {
|
|
4047
|
-
return safeParse(jsonString, (x) => SyncAcquireResponseImagePullCredentials$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseImagePullCredentials' from JSON`);
|
|
4048
|
-
}
|
|
4049
|
-
/** @internal */
|
|
4050
|
-
export const SyncAcquireResponseImagePullCredentialsUnion$inboundSchema = z.union([
|
|
4051
|
-
z.lazy(() => SyncAcquireResponseImagePullCredentials$inboundSchema),
|
|
4052
|
-
z.any(),
|
|
4053
|
-
]);
|
|
4054
|
-
export function syncAcquireResponseImagePullCredentialsUnionFromJSON(jsonString) {
|
|
4055
|
-
return safeParse(jsonString, (x) => SyncAcquireResponseImagePullCredentialsUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseImagePullCredentialsUnion' from JSON`);
|
|
4056
|
-
}
|
|
4057
|
-
/** @internal */
|
|
4058
4749
|
export const SyncAcquireResponsePlatformKubernetes$inboundSchema = z.enum(SyncAcquireResponsePlatformKubernetes);
|
|
4059
4750
|
/** @internal */
|
|
4060
4751
|
export const SyncAcquireResponseManagementConfigKubernetes$inboundSchema = z.object({
|
|
@@ -4067,8 +4758,9 @@ export function syncAcquireResponseManagementConfigKubernetesFromJSON(jsonString
|
|
|
4067
4758
|
export const SyncAcquireResponseConfigPlatformAzure$inboundSchema = z.enum(SyncAcquireResponseConfigPlatformAzure);
|
|
4068
4759
|
/** @internal */
|
|
4069
4760
|
export const SyncAcquireResponseManagementConfigAzure$inboundSchema = z.object({
|
|
4070
|
-
managementPrincipalId: z.string(),
|
|
4071
4761
|
managingTenantId: z.string(),
|
|
4762
|
+
oidcIssuer: z.string(),
|
|
4763
|
+
oidcSubject: z.string(),
|
|
4072
4764
|
platform: SyncAcquireResponseConfigPlatformAzure$inboundSchema,
|
|
4073
4765
|
});
|
|
4074
4766
|
export function syncAcquireResponseManagementConfigAzureFromJSON(jsonString) {
|
|
@@ -4126,65 +4818,98 @@ export function syncAcquireResponseMonitoringUnionFromJSON(jsonString) {
|
|
|
4126
4818
|
/** @internal */
|
|
4127
4819
|
export const SyncAcquireResponseDeploymentModel$inboundSchema = z.enum(SyncAcquireResponseDeploymentModel);
|
|
4128
4820
|
/** @internal */
|
|
4129
|
-
export const
|
|
4821
|
+
export const SyncAcquireResponseAwsStackSettings$inboundSchema = z.object({
|
|
4130
4822
|
certificateArn: z.string(),
|
|
4131
4823
|
});
|
|
4132
|
-
export function
|
|
4133
|
-
return safeParse(jsonString, (x) =>
|
|
4824
|
+
export function syncAcquireResponseAwsStackSettingsFromJSON(jsonString) {
|
|
4825
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseAwsStackSettings$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseAwsStackSettings' from JSON`);
|
|
4134
4826
|
}
|
|
4135
4827
|
/** @internal */
|
|
4136
|
-
export const
|
|
4137
|
-
|
|
4138
|
-
|
|
4828
|
+
export const SyncAcquireResponseStackSettingsAwsUnion$inboundSchema = z.union([
|
|
4829
|
+
z.lazy(() => SyncAcquireResponseAwsStackSettings$inboundSchema),
|
|
4830
|
+
z.any(),
|
|
4831
|
+
]);
|
|
4832
|
+
export function syncAcquireResponseStackSettingsAwsUnionFromJSON(jsonString) {
|
|
4833
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseStackSettingsAwsUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseStackSettingsAwsUnion' from JSON`);
|
|
4139
4834
|
}
|
|
4140
4835
|
/** @internal */
|
|
4141
|
-
export const
|
|
4836
|
+
export const SyncAcquireResponseAzureStackSettings$inboundSchema = z.object({
|
|
4142
4837
|
keyVaultCertificateId: z.string(),
|
|
4143
4838
|
});
|
|
4144
|
-
export function
|
|
4145
|
-
return safeParse(jsonString, (x) =>
|
|
4839
|
+
export function syncAcquireResponseAzureStackSettingsFromJSON(jsonString) {
|
|
4840
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseAzureStackSettings$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseAzureStackSettings' from JSON`);
|
|
4146
4841
|
}
|
|
4147
4842
|
/** @internal */
|
|
4148
|
-
export const
|
|
4149
|
-
z.lazy(() =>
|
|
4843
|
+
export const SyncAcquireResponseStackSettingsAzureUnion$inboundSchema = z.union([
|
|
4844
|
+
z.lazy(() => SyncAcquireResponseAzureStackSettings$inboundSchema),
|
|
4150
4845
|
z.any(),
|
|
4151
4846
|
]);
|
|
4152
|
-
export function
|
|
4153
|
-
return safeParse(jsonString, (x) =>
|
|
4847
|
+
export function syncAcquireResponseStackSettingsAzureUnionFromJSON(jsonString) {
|
|
4848
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseStackSettingsAzureUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseStackSettingsAzureUnion' from JSON`);
|
|
4154
4849
|
}
|
|
4155
4850
|
/** @internal */
|
|
4156
|
-
export const
|
|
4851
|
+
export const SyncAcquireResponseGcpStackSettings$inboundSchema = z.object({
|
|
4157
4852
|
certificateName: z.string(),
|
|
4158
4853
|
});
|
|
4159
|
-
export function
|
|
4160
|
-
return safeParse(jsonString, (x) =>
|
|
4854
|
+
export function syncAcquireResponseGcpStackSettingsFromJSON(jsonString) {
|
|
4855
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseGcpStackSettings$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseGcpStackSettings' from JSON`);
|
|
4856
|
+
}
|
|
4857
|
+
/** @internal */
|
|
4858
|
+
export const SyncAcquireResponseStackSettingsGcpUnion$inboundSchema = z.union([
|
|
4859
|
+
z.lazy(() => SyncAcquireResponseGcpStackSettings$inboundSchema),
|
|
4860
|
+
z.any(),
|
|
4861
|
+
]);
|
|
4862
|
+
export function syncAcquireResponseStackSettingsGcpUnionFromJSON(jsonString) {
|
|
4863
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseStackSettingsGcpUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseStackSettingsGcpUnion' from JSON`);
|
|
4864
|
+
}
|
|
4865
|
+
/** @internal */
|
|
4866
|
+
export const SyncAcquireResponseTlsSecretRef$inboundSchema = z.object({
|
|
4867
|
+
namespace: z.nullable(z.string()).optional(),
|
|
4868
|
+
secretName: z.string(),
|
|
4869
|
+
});
|
|
4870
|
+
export function syncAcquireResponseTlsSecretRefFromJSON(jsonString) {
|
|
4871
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseTlsSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTlsSecretRef' from JSON`);
|
|
4872
|
+
}
|
|
4873
|
+
/** @internal */
|
|
4874
|
+
export const SyncAcquireResponseDomainsKubernetes$inboundSchema = z.object({
|
|
4875
|
+
tlsSecretRef: z.lazy(() => SyncAcquireResponseTlsSecretRef$inboundSchema),
|
|
4876
|
+
});
|
|
4877
|
+
export function syncAcquireResponseDomainsKubernetesFromJSON(jsonString) {
|
|
4878
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseDomainsKubernetes$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDomainsKubernetes' from JSON`);
|
|
4161
4879
|
}
|
|
4162
4880
|
/** @internal */
|
|
4163
|
-
export const
|
|
4164
|
-
z.lazy(() =>
|
|
4881
|
+
export const SyncAcquireResponseDomainsKubernetesUnion$inboundSchema = z.union([
|
|
4882
|
+
z.lazy(() => SyncAcquireResponseDomainsKubernetes$inboundSchema),
|
|
4165
4883
|
z.any(),
|
|
4166
4884
|
]);
|
|
4167
|
-
export function
|
|
4168
|
-
return safeParse(jsonString, (x) =>
|
|
4885
|
+
export function syncAcquireResponseDomainsKubernetesUnionFromJSON(jsonString) {
|
|
4886
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseDomainsKubernetesUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDomainsKubernetesUnion' from JSON`);
|
|
4169
4887
|
}
|
|
4170
4888
|
/** @internal */
|
|
4171
|
-
export const
|
|
4172
|
-
aws: z.nullable(z.union([
|
|
4889
|
+
export const SyncAcquireResponseDomainsCertificate$inboundSchema = z.object({
|
|
4890
|
+
aws: z.nullable(z.union([
|
|
4891
|
+
z.lazy(() => SyncAcquireResponseAwsStackSettings$inboundSchema),
|
|
4892
|
+
z.any(),
|
|
4893
|
+
])).optional(),
|
|
4173
4894
|
azure: z.nullable(z.union([
|
|
4174
|
-
z.lazy(() =>
|
|
4895
|
+
z.lazy(() => SyncAcquireResponseAzureStackSettings$inboundSchema),
|
|
4175
4896
|
z.any(),
|
|
4176
4897
|
])).optional(),
|
|
4177
4898
|
gcp: z.nullable(z.union([
|
|
4178
|
-
z.lazy(() =>
|
|
4899
|
+
z.lazy(() => SyncAcquireResponseGcpStackSettings$inboundSchema),
|
|
4900
|
+
z.any(),
|
|
4901
|
+
])).optional(),
|
|
4902
|
+
kubernetes: z.nullable(z.union([
|
|
4903
|
+
z.lazy(() => SyncAcquireResponseDomainsKubernetes$inboundSchema),
|
|
4179
4904
|
z.any(),
|
|
4180
4905
|
])).optional(),
|
|
4181
4906
|
});
|
|
4182
|
-
export function
|
|
4183
|
-
return safeParse(jsonString, (x) =>
|
|
4907
|
+
export function syncAcquireResponseDomainsCertificateFromJSON(jsonString) {
|
|
4908
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseDomainsCertificate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDomainsCertificate' from JSON`);
|
|
4184
4909
|
}
|
|
4185
4910
|
/** @internal */
|
|
4186
4911
|
export const SyncAcquireResponseCustomDomains$inboundSchema = z.object({
|
|
4187
|
-
certificate: z.lazy(() =>
|
|
4912
|
+
certificate: z.lazy(() => SyncAcquireResponseDomainsCertificate$inboundSchema),
|
|
4188
4913
|
domain: z.string(),
|
|
4189
4914
|
});
|
|
4190
4915
|
export function syncAcquireResponseCustomDomainsFromJSON(jsonString) {
|
|
@@ -4203,8 +4928,507 @@ export function syncAcquireResponseDomainsUnionFromJSON(jsonString) {
|
|
|
4203
4928
|
return safeParse(jsonString, (x) => SyncAcquireResponseDomainsUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDomainsUnion' from JSON`);
|
|
4204
4929
|
}
|
|
4205
4930
|
/** @internal */
|
|
4931
|
+
export const SyncAcquireResponseStackSettingsExternalBindings$inboundSchema = z
|
|
4932
|
+
.object({});
|
|
4933
|
+
export function syncAcquireResponseStackSettingsExternalBindingsFromJSON(jsonString) {
|
|
4934
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseStackSettingsExternalBindings$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseStackSettingsExternalBindings' from JSON`);
|
|
4935
|
+
}
|
|
4936
|
+
/** @internal */
|
|
4206
4937
|
export const SyncAcquireResponseHeartbeats$inboundSchema = z.enum(SyncAcquireResponseHeartbeats);
|
|
4207
4938
|
/** @internal */
|
|
4939
|
+
export const SyncAcquireResponseCloud$inboundSchema = z.object({
|
|
4940
|
+
accountId: z.nullable(z.string()).optional(),
|
|
4941
|
+
clusterId: z.nullable(z.string()).optional(),
|
|
4942
|
+
clusterName: z.nullable(z.string()).optional(),
|
|
4943
|
+
projectId: z.nullable(z.string()).optional(),
|
|
4944
|
+
region: z.nullable(z.string()).optional(),
|
|
4945
|
+
resourceGroup: z.nullable(z.string()).optional(),
|
|
4946
|
+
subscriptionId: z.nullable(z.string()).optional(),
|
|
4947
|
+
});
|
|
4948
|
+
export function syncAcquireResponseCloudFromJSON(jsonString) {
|
|
4949
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCloud$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCloud' from JSON`);
|
|
4950
|
+
}
|
|
4951
|
+
/** @internal */
|
|
4952
|
+
export const SyncAcquireResponseCloudUnion$inboundSchema = z.union([z.lazy(() => SyncAcquireResponseCloud$inboundSchema), z.any()]);
|
|
4953
|
+
export function syncAcquireResponseCloudUnionFromJSON(jsonString) {
|
|
4954
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCloudUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCloudUnion' from JSON`);
|
|
4955
|
+
}
|
|
4956
|
+
/** @internal */
|
|
4957
|
+
export const SyncAcquireResponseOwnership$inboundSchema = z.enum(SyncAcquireResponseOwnership);
|
|
4958
|
+
/** @internal */
|
|
4959
|
+
export const SyncAcquireResponseCluster$inboundSchema = z.object({
|
|
4960
|
+
cloud: z.nullable(z.union([z.lazy(() => SyncAcquireResponseCloud$inboundSchema), z.any()])).optional(),
|
|
4961
|
+
namespace: z.nullable(z.string()).optional(),
|
|
4962
|
+
ownership: SyncAcquireResponseOwnership$inboundSchema,
|
|
4963
|
+
});
|
|
4964
|
+
export function syncAcquireResponseClusterFromJSON(jsonString) {
|
|
4965
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCluster$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCluster' from JSON`);
|
|
4966
|
+
}
|
|
4967
|
+
/** @internal */
|
|
4968
|
+
export const SyncAcquireResponseClusterUnion$inboundSchema = z.union([z.lazy(() => SyncAcquireResponseCluster$inboundSchema), z.any()]);
|
|
4969
|
+
export function syncAcquireResponseClusterUnionFromJSON(jsonString) {
|
|
4970
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseClusterUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseClusterUnion' from JSON`);
|
|
4971
|
+
}
|
|
4972
|
+
/** @internal */
|
|
4973
|
+
export const SyncAcquireResponseCertificateNone2$inboundSchema = z.object({
|
|
4974
|
+
mode: z.literal("none"),
|
|
4975
|
+
});
|
|
4976
|
+
export function syncAcquireResponseCertificateNone2FromJSON(jsonString) {
|
|
4977
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCertificateNone2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCertificateNone2' from JSON`);
|
|
4978
|
+
}
|
|
4979
|
+
/** @internal */
|
|
4980
|
+
export const SyncAcquireResponseCertificateManagedTLSSecret2$inboundSchema = z
|
|
4981
|
+
.object({
|
|
4982
|
+
mode: z.literal("managedTlsSecret"),
|
|
4983
|
+
secretNameTemplate: z.string(),
|
|
4984
|
+
});
|
|
4985
|
+
export function syncAcquireResponseCertificateManagedTLSSecret2FromJSON(jsonString) {
|
|
4986
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCertificateManagedTLSSecret2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCertificateManagedTLSSecret2' from JSON`);
|
|
4987
|
+
}
|
|
4988
|
+
/** @internal */
|
|
4989
|
+
export const SyncAcquireResponseCertificateAwsAcmArn2$inboundSchema = z.object({
|
|
4990
|
+
certificateArn: z.string(),
|
|
4991
|
+
mode: z.literal("awsAcmArn"),
|
|
4992
|
+
});
|
|
4993
|
+
export function syncAcquireResponseCertificateAwsAcmArn2FromJSON(jsonString) {
|
|
4994
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCertificateAwsAcmArn2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCertificateAwsAcmArn2' from JSON`);
|
|
4995
|
+
}
|
|
4996
|
+
/** @internal */
|
|
4997
|
+
export const SyncAcquireResponseCertificateManagedAcmImport2$inboundSchema = z
|
|
4998
|
+
.object({
|
|
4999
|
+
mode: z.literal("managedAcmImport"),
|
|
5000
|
+
region: z.nullable(z.string()).optional(),
|
|
5001
|
+
tags: z.record(z.string(), z.string()).optional(),
|
|
5002
|
+
});
|
|
5003
|
+
export function syncAcquireResponseCertificateManagedAcmImport2FromJSON(jsonString) {
|
|
5004
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCertificateManagedAcmImport2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCertificateManagedAcmImport2' from JSON`);
|
|
5005
|
+
}
|
|
5006
|
+
/** @internal */
|
|
5007
|
+
export const SyncAcquireResponseCertificateTLSSecretRef2$inboundSchema = z.object({
|
|
5008
|
+
namespace: z.nullable(z.string()).optional(),
|
|
5009
|
+
secretName: z.string(),
|
|
5010
|
+
mode: z.literal("tlsSecretRef"),
|
|
5011
|
+
});
|
|
5012
|
+
export function syncAcquireResponseCertificateTLSSecretRef2FromJSON(jsonString) {
|
|
5013
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCertificateTLSSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCertificateTLSSecretRef2' from JSON`);
|
|
5014
|
+
}
|
|
5015
|
+
/** @internal */
|
|
5016
|
+
export const SyncAcquireResponseCertificateUnion2$inboundSchema = z.union([
|
|
5017
|
+
z.lazy(() => SyncAcquireResponseCertificateTLSSecretRef2$inboundSchema),
|
|
5018
|
+
z.lazy(() => SyncAcquireResponseCertificateManagedAcmImport2$inboundSchema),
|
|
5019
|
+
z.lazy(() => SyncAcquireResponseCertificateAwsAcmArn2$inboundSchema),
|
|
5020
|
+
z.lazy(() => SyncAcquireResponseCertificateManagedTLSSecret2$inboundSchema),
|
|
5021
|
+
z.lazy(() => SyncAcquireResponseCertificateNone2$inboundSchema),
|
|
5022
|
+
]);
|
|
5023
|
+
export function syncAcquireResponseCertificateUnion2FromJSON(jsonString) {
|
|
5024
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCertificateUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCertificateUnion2' from JSON`);
|
|
5025
|
+
}
|
|
5026
|
+
/** @internal */
|
|
5027
|
+
export const SyncAcquireResponseModeCustom$inboundSchema = z.enum(SyncAcquireResponseModeCustom);
|
|
5028
|
+
/** @internal */
|
|
5029
|
+
export const SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum4$inboundSchema = z.enum(SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum4);
|
|
5030
|
+
/** @internal */
|
|
5031
|
+
export const SyncAcquireResponseProviderAzureApplicationGatewayForContainers4$inboundSchema = z.object({
|
|
5032
|
+
albName: z.nullable(z.string()).optional(),
|
|
5033
|
+
albNamespace: z.nullable(z.string()).optional(),
|
|
5034
|
+
frontend: z.string(),
|
|
5035
|
+
provider: SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum4$inboundSchema,
|
|
5036
|
+
});
|
|
5037
|
+
export function syncAcquireResponseProviderAzureApplicationGatewayForContainers4FromJSON(jsonString) {
|
|
5038
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseProviderAzureApplicationGatewayForContainers4$inboundSchema
|
|
5039
|
+
.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseProviderAzureApplicationGatewayForContainers4' from JSON`);
|
|
5040
|
+
}
|
|
5041
|
+
/** @internal */
|
|
5042
|
+
export const SyncAcquireResponseProviderGkeGatewayEnum4$inboundSchema = z.enum(SyncAcquireResponseProviderGkeGatewayEnum4);
|
|
5043
|
+
/** @internal */
|
|
5044
|
+
export const SyncAcquireResponseProviderGkeGateway4$inboundSchema = z.object({
|
|
5045
|
+
provider: SyncAcquireResponseProviderGkeGatewayEnum4$inboundSchema,
|
|
5046
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
5047
|
+
});
|
|
5048
|
+
export function syncAcquireResponseProviderGkeGateway4FromJSON(jsonString) {
|
|
5049
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseProviderGkeGateway4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseProviderGkeGateway4' from JSON`);
|
|
5050
|
+
}
|
|
5051
|
+
/** @internal */
|
|
5052
|
+
export const SyncAcquireResponseProviderAwsAlbEnum4$inboundSchema = z.enum(SyncAcquireResponseProviderAwsAlbEnum4);
|
|
5053
|
+
/** @internal */
|
|
5054
|
+
export const SyncAcquireResponseProviderAwsAlb4$inboundSchema = z.object({
|
|
5055
|
+
ipAddressType: z.nullable(z.string()).optional(),
|
|
5056
|
+
provider: SyncAcquireResponseProviderAwsAlbEnum4$inboundSchema,
|
|
5057
|
+
scheme: z.string(),
|
|
5058
|
+
subnetIds: z.array(z.string()).optional(),
|
|
5059
|
+
targetType: z.string(),
|
|
5060
|
+
});
|
|
5061
|
+
export function syncAcquireResponseProviderAwsAlb4FromJSON(jsonString) {
|
|
5062
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseProviderAwsAlb4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseProviderAwsAlb4' from JSON`);
|
|
5063
|
+
}
|
|
5064
|
+
/** @internal */
|
|
5065
|
+
export const SyncAcquireResponseProviderUnion4$inboundSchema = z.union([
|
|
5066
|
+
z.lazy(() => SyncAcquireResponseProviderAwsAlb4$inboundSchema),
|
|
5067
|
+
z.lazy(() => SyncAcquireResponseProviderAzureApplicationGatewayForContainers4$inboundSchema),
|
|
5068
|
+
z.lazy(() => SyncAcquireResponseProviderGkeGateway4$inboundSchema),
|
|
5069
|
+
z.any(),
|
|
5070
|
+
]);
|
|
5071
|
+
export function syncAcquireResponseProviderUnion4FromJSON(jsonString) {
|
|
5072
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseProviderUnion4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseProviderUnion4' from JSON`);
|
|
5073
|
+
}
|
|
5074
|
+
/** @internal */
|
|
5075
|
+
export const SyncAcquireResponseRouteGateway2$inboundSchema = z.object({
|
|
5076
|
+
annotations: z.record(z.string(), z.string()).optional(),
|
|
5077
|
+
controller: z.nullable(z.string()).optional(),
|
|
5078
|
+
gatewayClassName: z.string(),
|
|
5079
|
+
labels: z.record(z.string(), z.string()).optional(),
|
|
5080
|
+
listenerPort: z.int(),
|
|
5081
|
+
provider: z.nullable(z.union([
|
|
5082
|
+
z.lazy(() => SyncAcquireResponseProviderAwsAlb4$inboundSchema),
|
|
5083
|
+
z.lazy(() => SyncAcquireResponseProviderAzureApplicationGatewayForContainers4$inboundSchema),
|
|
5084
|
+
z.lazy(() => SyncAcquireResponseProviderGkeGateway4$inboundSchema),
|
|
5085
|
+
z.any(),
|
|
5086
|
+
])).optional(),
|
|
5087
|
+
routeApi: z.literal("gateway"),
|
|
5088
|
+
});
|
|
5089
|
+
export function syncAcquireResponseRouteGateway2FromJSON(jsonString) {
|
|
5090
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseRouteGateway2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRouteGateway2' from JSON`);
|
|
5091
|
+
}
|
|
5092
|
+
/** @internal */
|
|
5093
|
+
export const SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum3$inboundSchema = z.enum(SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum3);
|
|
5094
|
+
/** @internal */
|
|
5095
|
+
export const SyncAcquireResponseProviderAzureApplicationGatewayForContainers3$inboundSchema = z.object({
|
|
5096
|
+
albName: z.nullable(z.string()).optional(),
|
|
5097
|
+
albNamespace: z.nullable(z.string()).optional(),
|
|
5098
|
+
frontend: z.string(),
|
|
5099
|
+
provider: SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum3$inboundSchema,
|
|
5100
|
+
});
|
|
5101
|
+
export function syncAcquireResponseProviderAzureApplicationGatewayForContainers3FromJSON(jsonString) {
|
|
5102
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseProviderAzureApplicationGatewayForContainers3$inboundSchema
|
|
5103
|
+
.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseProviderAzureApplicationGatewayForContainers3' from JSON`);
|
|
5104
|
+
}
|
|
5105
|
+
/** @internal */
|
|
5106
|
+
export const SyncAcquireResponseProviderGkeGatewayEnum3$inboundSchema = z.enum(SyncAcquireResponseProviderGkeGatewayEnum3);
|
|
5107
|
+
/** @internal */
|
|
5108
|
+
export const SyncAcquireResponseProviderGkeGateway3$inboundSchema = z.object({
|
|
5109
|
+
provider: SyncAcquireResponseProviderGkeGatewayEnum3$inboundSchema,
|
|
5110
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
5111
|
+
});
|
|
5112
|
+
export function syncAcquireResponseProviderGkeGateway3FromJSON(jsonString) {
|
|
5113
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseProviderGkeGateway3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseProviderGkeGateway3' from JSON`);
|
|
5114
|
+
}
|
|
5115
|
+
/** @internal */
|
|
5116
|
+
export const SyncAcquireResponseProviderAwsAlbEnum3$inboundSchema = z.enum(SyncAcquireResponseProviderAwsAlbEnum3);
|
|
5117
|
+
/** @internal */
|
|
5118
|
+
export const SyncAcquireResponseProviderAwsAlb3$inboundSchema = z.object({
|
|
5119
|
+
ipAddressType: z.nullable(z.string()).optional(),
|
|
5120
|
+
provider: SyncAcquireResponseProviderAwsAlbEnum3$inboundSchema,
|
|
5121
|
+
scheme: z.string(),
|
|
5122
|
+
subnetIds: z.array(z.string()).optional(),
|
|
5123
|
+
targetType: z.string(),
|
|
5124
|
+
});
|
|
5125
|
+
export function syncAcquireResponseProviderAwsAlb3FromJSON(jsonString) {
|
|
5126
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseProviderAwsAlb3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseProviderAwsAlb3' from JSON`);
|
|
5127
|
+
}
|
|
5128
|
+
/** @internal */
|
|
5129
|
+
export const SyncAcquireResponseProviderUnion3$inboundSchema = z.union([
|
|
5130
|
+
z.lazy(() => SyncAcquireResponseProviderAwsAlb3$inboundSchema),
|
|
5131
|
+
z.lazy(() => SyncAcquireResponseProviderAzureApplicationGatewayForContainers3$inboundSchema),
|
|
5132
|
+
z.lazy(() => SyncAcquireResponseProviderGkeGateway3$inboundSchema),
|
|
5133
|
+
z.any(),
|
|
5134
|
+
]);
|
|
5135
|
+
export function syncAcquireResponseProviderUnion3FromJSON(jsonString) {
|
|
5136
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseProviderUnion3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseProviderUnion3' from JSON`);
|
|
5137
|
+
}
|
|
5138
|
+
/** @internal */
|
|
5139
|
+
export const SyncAcquireResponseRouteIngress2$inboundSchema = z.object({
|
|
5140
|
+
annotations: z.record(z.string(), z.string()).optional(),
|
|
5141
|
+
controller: z.nullable(z.string()).optional(),
|
|
5142
|
+
ingressClassName: z.string(),
|
|
5143
|
+
labels: z.record(z.string(), z.string()).optional(),
|
|
5144
|
+
provider: z.nullable(z.union([
|
|
5145
|
+
z.lazy(() => SyncAcquireResponseProviderAwsAlb3$inboundSchema),
|
|
5146
|
+
z.lazy(() => SyncAcquireResponseProviderAzureApplicationGatewayForContainers3$inboundSchema),
|
|
5147
|
+
z.lazy(() => SyncAcquireResponseProviderGkeGateway3$inboundSchema),
|
|
5148
|
+
z.any(),
|
|
5149
|
+
])).optional(),
|
|
5150
|
+
routeApi: z.literal("ingress"),
|
|
5151
|
+
});
|
|
5152
|
+
export function syncAcquireResponseRouteIngress2FromJSON(jsonString) {
|
|
5153
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseRouteIngress2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRouteIngress2' from JSON`);
|
|
5154
|
+
}
|
|
5155
|
+
/** @internal */
|
|
5156
|
+
export const SyncAcquireResponseRouteUnion2$inboundSchema = z.union([
|
|
5157
|
+
z.lazy(() => SyncAcquireResponseRouteIngress2$inboundSchema),
|
|
5158
|
+
z.lazy(() => SyncAcquireResponseRouteGateway2$inboundSchema),
|
|
5159
|
+
]);
|
|
5160
|
+
export function syncAcquireResponseRouteUnion2FromJSON(jsonString) {
|
|
5161
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseRouteUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRouteUnion2' from JSON`);
|
|
5162
|
+
}
|
|
5163
|
+
/** @internal */
|
|
5164
|
+
export const SyncAcquireResponseExposureCustom$inboundSchema = z.object({
|
|
5165
|
+
certificate: z.union([
|
|
5166
|
+
z.lazy(() => SyncAcquireResponseCertificateTLSSecretRef2$inboundSchema),
|
|
5167
|
+
z.lazy(() => SyncAcquireResponseCertificateManagedAcmImport2$inboundSchema),
|
|
5168
|
+
z.lazy(() => SyncAcquireResponseCertificateAwsAcmArn2$inboundSchema),
|
|
5169
|
+
z.lazy(() => SyncAcquireResponseCertificateManagedTLSSecret2$inboundSchema),
|
|
5170
|
+
z.lazy(() => SyncAcquireResponseCertificateNone2$inboundSchema),
|
|
5171
|
+
]),
|
|
5172
|
+
domain: z.string(),
|
|
5173
|
+
mode: SyncAcquireResponseModeCustom$inboundSchema,
|
|
5174
|
+
route: z.union([
|
|
5175
|
+
z.lazy(() => SyncAcquireResponseRouteIngress2$inboundSchema),
|
|
5176
|
+
z.lazy(() => SyncAcquireResponseRouteGateway2$inboundSchema),
|
|
5177
|
+
]),
|
|
5178
|
+
});
|
|
5179
|
+
export function syncAcquireResponseExposureCustomFromJSON(jsonString) {
|
|
5180
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseExposureCustom$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExposureCustom' from JSON`);
|
|
5181
|
+
}
|
|
5182
|
+
/** @internal */
|
|
5183
|
+
export const SyncAcquireResponseCertificateNone1$inboundSchema = z.object({
|
|
5184
|
+
mode: z.literal("none"),
|
|
5185
|
+
});
|
|
5186
|
+
export function syncAcquireResponseCertificateNone1FromJSON(jsonString) {
|
|
5187
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCertificateNone1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCertificateNone1' from JSON`);
|
|
5188
|
+
}
|
|
5189
|
+
/** @internal */
|
|
5190
|
+
export const SyncAcquireResponseCertificateManagedTLSSecret1$inboundSchema = z
|
|
5191
|
+
.object({
|
|
5192
|
+
mode: z.literal("managedTlsSecret"),
|
|
5193
|
+
secretNameTemplate: z.string(),
|
|
5194
|
+
});
|
|
5195
|
+
export function syncAcquireResponseCertificateManagedTLSSecret1FromJSON(jsonString) {
|
|
5196
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCertificateManagedTLSSecret1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCertificateManagedTLSSecret1' from JSON`);
|
|
5197
|
+
}
|
|
5198
|
+
/** @internal */
|
|
5199
|
+
export const SyncAcquireResponseCertificateAwsAcmArn1$inboundSchema = z.object({
|
|
5200
|
+
certificateArn: z.string(),
|
|
5201
|
+
mode: z.literal("awsAcmArn"),
|
|
5202
|
+
});
|
|
5203
|
+
export function syncAcquireResponseCertificateAwsAcmArn1FromJSON(jsonString) {
|
|
5204
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCertificateAwsAcmArn1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCertificateAwsAcmArn1' from JSON`);
|
|
5205
|
+
}
|
|
5206
|
+
/** @internal */
|
|
5207
|
+
export const SyncAcquireResponseCertificateManagedAcmImport1$inboundSchema = z
|
|
5208
|
+
.object({
|
|
5209
|
+
mode: z.literal("managedAcmImport"),
|
|
5210
|
+
region: z.nullable(z.string()).optional(),
|
|
5211
|
+
tags: z.record(z.string(), z.string()).optional(),
|
|
5212
|
+
});
|
|
5213
|
+
export function syncAcquireResponseCertificateManagedAcmImport1FromJSON(jsonString) {
|
|
5214
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCertificateManagedAcmImport1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCertificateManagedAcmImport1' from JSON`);
|
|
5215
|
+
}
|
|
5216
|
+
/** @internal */
|
|
5217
|
+
export const SyncAcquireResponseCertificateTLSSecretRef1$inboundSchema = z.object({
|
|
5218
|
+
namespace: z.nullable(z.string()).optional(),
|
|
5219
|
+
secretName: z.string(),
|
|
5220
|
+
mode: z.literal("tlsSecretRef"),
|
|
5221
|
+
});
|
|
5222
|
+
export function syncAcquireResponseCertificateTLSSecretRef1FromJSON(jsonString) {
|
|
5223
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCertificateTLSSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCertificateTLSSecretRef1' from JSON`);
|
|
5224
|
+
}
|
|
5225
|
+
/** @internal */
|
|
5226
|
+
export const SyncAcquireResponseCertificateUnion1$inboundSchema = z.union([
|
|
5227
|
+
z.lazy(() => SyncAcquireResponseCertificateTLSSecretRef1$inboundSchema),
|
|
5228
|
+
z.lazy(() => SyncAcquireResponseCertificateManagedAcmImport1$inboundSchema),
|
|
5229
|
+
z.lazy(() => SyncAcquireResponseCertificateAwsAcmArn1$inboundSchema),
|
|
5230
|
+
z.lazy(() => SyncAcquireResponseCertificateManagedTLSSecret1$inboundSchema),
|
|
5231
|
+
z.lazy(() => SyncAcquireResponseCertificateNone1$inboundSchema),
|
|
5232
|
+
]);
|
|
5233
|
+
export function syncAcquireResponseCertificateUnion1FromJSON(jsonString) {
|
|
5234
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseCertificateUnion1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCertificateUnion1' from JSON`);
|
|
5235
|
+
}
|
|
5236
|
+
/** @internal */
|
|
5237
|
+
export const SyncAcquireResponseModeGenerated$inboundSchema = z.enum(SyncAcquireResponseModeGenerated);
|
|
5238
|
+
/** @internal */
|
|
5239
|
+
export const SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum2$inboundSchema = z.enum(SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum2);
|
|
5240
|
+
/** @internal */
|
|
5241
|
+
export const SyncAcquireResponseProviderAzureApplicationGatewayForContainers2$inboundSchema = z.object({
|
|
5242
|
+
albName: z.nullable(z.string()).optional(),
|
|
5243
|
+
albNamespace: z.nullable(z.string()).optional(),
|
|
5244
|
+
frontend: z.string(),
|
|
5245
|
+
provider: SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum2$inboundSchema,
|
|
5246
|
+
});
|
|
5247
|
+
export function syncAcquireResponseProviderAzureApplicationGatewayForContainers2FromJSON(jsonString) {
|
|
5248
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseProviderAzureApplicationGatewayForContainers2$inboundSchema
|
|
5249
|
+
.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseProviderAzureApplicationGatewayForContainers2' from JSON`);
|
|
5250
|
+
}
|
|
5251
|
+
/** @internal */
|
|
5252
|
+
export const SyncAcquireResponseProviderGkeGatewayEnum2$inboundSchema = z.enum(SyncAcquireResponseProviderGkeGatewayEnum2);
|
|
5253
|
+
/** @internal */
|
|
5254
|
+
export const SyncAcquireResponseProviderGkeGateway2$inboundSchema = z.object({
|
|
5255
|
+
provider: SyncAcquireResponseProviderGkeGatewayEnum2$inboundSchema,
|
|
5256
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
5257
|
+
});
|
|
5258
|
+
export function syncAcquireResponseProviderGkeGateway2FromJSON(jsonString) {
|
|
5259
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseProviderGkeGateway2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseProviderGkeGateway2' from JSON`);
|
|
5260
|
+
}
|
|
5261
|
+
/** @internal */
|
|
5262
|
+
export const SyncAcquireResponseProviderAwsAlbEnum2$inboundSchema = z.enum(SyncAcquireResponseProviderAwsAlbEnum2);
|
|
5263
|
+
/** @internal */
|
|
5264
|
+
export const SyncAcquireResponseProviderAwsAlb2$inboundSchema = z.object({
|
|
5265
|
+
ipAddressType: z.nullable(z.string()).optional(),
|
|
5266
|
+
provider: SyncAcquireResponseProviderAwsAlbEnum2$inboundSchema,
|
|
5267
|
+
scheme: z.string(),
|
|
5268
|
+
subnetIds: z.array(z.string()).optional(),
|
|
5269
|
+
targetType: z.string(),
|
|
5270
|
+
});
|
|
5271
|
+
export function syncAcquireResponseProviderAwsAlb2FromJSON(jsonString) {
|
|
5272
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseProviderAwsAlb2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseProviderAwsAlb2' from JSON`);
|
|
5273
|
+
}
|
|
5274
|
+
/** @internal */
|
|
5275
|
+
export const SyncAcquireResponseProviderUnion2$inboundSchema = z.union([
|
|
5276
|
+
z.lazy(() => SyncAcquireResponseProviderAwsAlb2$inboundSchema),
|
|
5277
|
+
z.lazy(() => SyncAcquireResponseProviderAzureApplicationGatewayForContainers2$inboundSchema),
|
|
5278
|
+
z.lazy(() => SyncAcquireResponseProviderGkeGateway2$inboundSchema),
|
|
5279
|
+
z.any(),
|
|
5280
|
+
]);
|
|
5281
|
+
export function syncAcquireResponseProviderUnion2FromJSON(jsonString) {
|
|
5282
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseProviderUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseProviderUnion2' from JSON`);
|
|
5283
|
+
}
|
|
5284
|
+
/** @internal */
|
|
5285
|
+
export const SyncAcquireResponseRouteGateway1$inboundSchema = z.object({
|
|
5286
|
+
annotations: z.record(z.string(), z.string()).optional(),
|
|
5287
|
+
controller: z.nullable(z.string()).optional(),
|
|
5288
|
+
gatewayClassName: z.string(),
|
|
5289
|
+
labels: z.record(z.string(), z.string()).optional(),
|
|
5290
|
+
listenerPort: z.int(),
|
|
5291
|
+
provider: z.nullable(z.union([
|
|
5292
|
+
z.lazy(() => SyncAcquireResponseProviderAwsAlb2$inboundSchema),
|
|
5293
|
+
z.lazy(() => SyncAcquireResponseProviderAzureApplicationGatewayForContainers2$inboundSchema),
|
|
5294
|
+
z.lazy(() => SyncAcquireResponseProviderGkeGateway2$inboundSchema),
|
|
5295
|
+
z.any(),
|
|
5296
|
+
])).optional(),
|
|
5297
|
+
routeApi: z.literal("gateway"),
|
|
5298
|
+
});
|
|
5299
|
+
export function syncAcquireResponseRouteGateway1FromJSON(jsonString) {
|
|
5300
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseRouteGateway1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRouteGateway1' from JSON`);
|
|
5301
|
+
}
|
|
5302
|
+
/** @internal */
|
|
5303
|
+
export const SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum1$inboundSchema = z.enum(SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum1);
|
|
5304
|
+
/** @internal */
|
|
5305
|
+
export const SyncAcquireResponseProviderAzureApplicationGatewayForContainers1$inboundSchema = z.object({
|
|
5306
|
+
albName: z.nullable(z.string()).optional(),
|
|
5307
|
+
albNamespace: z.nullable(z.string()).optional(),
|
|
5308
|
+
frontend: z.string(),
|
|
5309
|
+
provider: SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum1$inboundSchema,
|
|
5310
|
+
});
|
|
5311
|
+
export function syncAcquireResponseProviderAzureApplicationGatewayForContainers1FromJSON(jsonString) {
|
|
5312
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseProviderAzureApplicationGatewayForContainers1$inboundSchema
|
|
5313
|
+
.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseProviderAzureApplicationGatewayForContainers1' from JSON`);
|
|
5314
|
+
}
|
|
5315
|
+
/** @internal */
|
|
5316
|
+
export const SyncAcquireResponseProviderGkeGatewayEnum1$inboundSchema = z.enum(SyncAcquireResponseProviderGkeGatewayEnum1);
|
|
5317
|
+
/** @internal */
|
|
5318
|
+
export const SyncAcquireResponseProviderGkeGateway1$inboundSchema = z.object({
|
|
5319
|
+
provider: SyncAcquireResponseProviderGkeGatewayEnum1$inboundSchema,
|
|
5320
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
5321
|
+
});
|
|
5322
|
+
export function syncAcquireResponseProviderGkeGateway1FromJSON(jsonString) {
|
|
5323
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseProviderGkeGateway1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseProviderGkeGateway1' from JSON`);
|
|
5324
|
+
}
|
|
5325
|
+
/** @internal */
|
|
5326
|
+
export const SyncAcquireResponseProviderAwsAlbEnum1$inboundSchema = z.enum(SyncAcquireResponseProviderAwsAlbEnum1);
|
|
5327
|
+
/** @internal */
|
|
5328
|
+
export const SyncAcquireResponseProviderAwsAlb1$inboundSchema = z.object({
|
|
5329
|
+
ipAddressType: z.nullable(z.string()).optional(),
|
|
5330
|
+
provider: SyncAcquireResponseProviderAwsAlbEnum1$inboundSchema,
|
|
5331
|
+
scheme: z.string(),
|
|
5332
|
+
subnetIds: z.array(z.string()).optional(),
|
|
5333
|
+
targetType: z.string(),
|
|
5334
|
+
});
|
|
5335
|
+
export function syncAcquireResponseProviderAwsAlb1FromJSON(jsonString) {
|
|
5336
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseProviderAwsAlb1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseProviderAwsAlb1' from JSON`);
|
|
5337
|
+
}
|
|
5338
|
+
/** @internal */
|
|
5339
|
+
export const SyncAcquireResponseProviderUnion1$inboundSchema = z.union([
|
|
5340
|
+
z.lazy(() => SyncAcquireResponseProviderAwsAlb1$inboundSchema),
|
|
5341
|
+
z.lazy(() => SyncAcquireResponseProviderAzureApplicationGatewayForContainers1$inboundSchema),
|
|
5342
|
+
z.lazy(() => SyncAcquireResponseProviderGkeGateway1$inboundSchema),
|
|
5343
|
+
z.any(),
|
|
5344
|
+
]);
|
|
5345
|
+
export function syncAcquireResponseProviderUnion1FromJSON(jsonString) {
|
|
5346
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseProviderUnion1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseProviderUnion1' from JSON`);
|
|
5347
|
+
}
|
|
5348
|
+
/** @internal */
|
|
5349
|
+
export const SyncAcquireResponseRouteIngress1$inboundSchema = z.object({
|
|
5350
|
+
annotations: z.record(z.string(), z.string()).optional(),
|
|
5351
|
+
controller: z.nullable(z.string()).optional(),
|
|
5352
|
+
ingressClassName: z.string(),
|
|
5353
|
+
labels: z.record(z.string(), z.string()).optional(),
|
|
5354
|
+
provider: z.nullable(z.union([
|
|
5355
|
+
z.lazy(() => SyncAcquireResponseProviderAwsAlb1$inboundSchema),
|
|
5356
|
+
z.lazy(() => SyncAcquireResponseProviderAzureApplicationGatewayForContainers1$inboundSchema),
|
|
5357
|
+
z.lazy(() => SyncAcquireResponseProviderGkeGateway1$inboundSchema),
|
|
5358
|
+
z.any(),
|
|
5359
|
+
])).optional(),
|
|
5360
|
+
routeApi: z.literal("ingress"),
|
|
5361
|
+
});
|
|
5362
|
+
export function syncAcquireResponseRouteIngress1FromJSON(jsonString) {
|
|
5363
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseRouteIngress1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRouteIngress1' from JSON`);
|
|
5364
|
+
}
|
|
5365
|
+
/** @internal */
|
|
5366
|
+
export const SyncAcquireResponseRouteUnion1$inboundSchema = z.union([
|
|
5367
|
+
z.lazy(() => SyncAcquireResponseRouteIngress1$inboundSchema),
|
|
5368
|
+
z.lazy(() => SyncAcquireResponseRouteGateway1$inboundSchema),
|
|
5369
|
+
]);
|
|
5370
|
+
export function syncAcquireResponseRouteUnion1FromJSON(jsonString) {
|
|
5371
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseRouteUnion1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRouteUnion1' from JSON`);
|
|
5372
|
+
}
|
|
5373
|
+
/** @internal */
|
|
5374
|
+
export const SyncAcquireResponseExposureGenerated$inboundSchema = z.object({
|
|
5375
|
+
certificate: z.union([
|
|
5376
|
+
z.lazy(() => SyncAcquireResponseCertificateTLSSecretRef1$inboundSchema),
|
|
5377
|
+
z.lazy(() => SyncAcquireResponseCertificateManagedAcmImport1$inboundSchema),
|
|
5378
|
+
z.lazy(() => SyncAcquireResponseCertificateAwsAcmArn1$inboundSchema),
|
|
5379
|
+
z.lazy(() => SyncAcquireResponseCertificateManagedTLSSecret1$inboundSchema),
|
|
5380
|
+
z.lazy(() => SyncAcquireResponseCertificateNone1$inboundSchema),
|
|
5381
|
+
]),
|
|
5382
|
+
mode: SyncAcquireResponseModeGenerated$inboundSchema,
|
|
5383
|
+
route: z.union([
|
|
5384
|
+
z.lazy(() => SyncAcquireResponseRouteIngress1$inboundSchema),
|
|
5385
|
+
z.lazy(() => SyncAcquireResponseRouteGateway1$inboundSchema),
|
|
5386
|
+
]),
|
|
5387
|
+
});
|
|
5388
|
+
export function syncAcquireResponseExposureGeneratedFromJSON(jsonString) {
|
|
5389
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseExposureGenerated$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExposureGenerated' from JSON`);
|
|
5390
|
+
}
|
|
5391
|
+
/** @internal */
|
|
5392
|
+
export const SyncAcquireResponseModeDisabled$inboundSchema = z.enum(SyncAcquireResponseModeDisabled);
|
|
5393
|
+
/** @internal */
|
|
5394
|
+
export const SyncAcquireResponseExposureDisabled$inboundSchema = z.object({
|
|
5395
|
+
mode: SyncAcquireResponseModeDisabled$inboundSchema,
|
|
5396
|
+
});
|
|
5397
|
+
export function syncAcquireResponseExposureDisabledFromJSON(jsonString) {
|
|
5398
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseExposureDisabled$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExposureDisabled' from JSON`);
|
|
5399
|
+
}
|
|
5400
|
+
/** @internal */
|
|
5401
|
+
export const SyncAcquireResponseExposureUnion$inboundSchema = z.union([
|
|
5402
|
+
z.lazy(() => SyncAcquireResponseExposureCustom$inboundSchema),
|
|
5403
|
+
z.lazy(() => SyncAcquireResponseExposureGenerated$inboundSchema),
|
|
5404
|
+
z.lazy(() => SyncAcquireResponseExposureDisabled$inboundSchema),
|
|
5405
|
+
z.any(),
|
|
5406
|
+
]);
|
|
5407
|
+
export function syncAcquireResponseExposureUnionFromJSON(jsonString) {
|
|
5408
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseExposureUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExposureUnion' from JSON`);
|
|
5409
|
+
}
|
|
5410
|
+
/** @internal */
|
|
5411
|
+
export const SyncAcquireResponseKubernetes$inboundSchema = z.object({
|
|
5412
|
+
cluster: z.nullable(z.union([z.lazy(() => SyncAcquireResponseCluster$inboundSchema), z.any()])).optional(),
|
|
5413
|
+
exposure: z.nullable(z.union([
|
|
5414
|
+
z.lazy(() => SyncAcquireResponseExposureCustom$inboundSchema),
|
|
5415
|
+
z.lazy(() => SyncAcquireResponseExposureGenerated$inboundSchema),
|
|
5416
|
+
z.lazy(() => SyncAcquireResponseExposureDisabled$inboundSchema),
|
|
5417
|
+
z.any(),
|
|
5418
|
+
])).optional(),
|
|
5419
|
+
});
|
|
5420
|
+
export function syncAcquireResponseKubernetesFromJSON(jsonString) {
|
|
5421
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseKubernetes$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseKubernetes' from JSON`);
|
|
5422
|
+
}
|
|
5423
|
+
/** @internal */
|
|
5424
|
+
export const SyncAcquireResponseKubernetesUnion$inboundSchema = z.union([
|
|
5425
|
+
z.lazy(() => SyncAcquireResponseKubernetes$inboundSchema),
|
|
5426
|
+
z.any(),
|
|
5427
|
+
]);
|
|
5428
|
+
export function syncAcquireResponseKubernetesUnionFromJSON(jsonString) {
|
|
5429
|
+
return safeParse(jsonString, (x) => SyncAcquireResponseKubernetesUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseKubernetesUnion' from JSON`);
|
|
5430
|
+
}
|
|
5431
|
+
/** @internal */
|
|
4208
5432
|
export const SyncAcquireResponseTypeByoVnetAzure$inboundSchema = z.enum(SyncAcquireResponseTypeByoVnetAzure);
|
|
4209
5433
|
/** @internal */
|
|
4210
5434
|
export const SyncAcquireResponseNetworkByoVnetAzure$inboundSchema = z.object({
|
|
@@ -4303,7 +5527,12 @@ export const SyncAcquireResponseUpdates$inboundSchema = z.enum(SyncAcquireRespon
|
|
|
4303
5527
|
export const SyncAcquireResponseStackSettings$inboundSchema = z.object({
|
|
4304
5528
|
deploymentModel: SyncAcquireResponseDeploymentModel$inboundSchema.optional(),
|
|
4305
5529
|
domains: z.nullable(z.union([z.lazy(() => SyncAcquireResponseDomains$inboundSchema), z.any()])).optional(),
|
|
5530
|
+
externalBindings: z.nullable(z.lazy(() => SyncAcquireResponseStackSettingsExternalBindings$inboundSchema)).optional(),
|
|
4306
5531
|
heartbeats: SyncAcquireResponseHeartbeats$inboundSchema.optional(),
|
|
5532
|
+
kubernetes: z.nullable(z.union([
|
|
5533
|
+
z.lazy(() => SyncAcquireResponseKubernetes$inboundSchema),
|
|
5534
|
+
z.any(),
|
|
5535
|
+
])).optional(),
|
|
4307
5536
|
network: z.nullable(z.union([
|
|
4308
5537
|
z.lazy(() => SyncAcquireResponseNetworkByoVpcAws$inboundSchema),
|
|
4309
5538
|
z.lazy(() => SyncAcquireResponseNetworkByoVpcGcp$inboundSchema),
|
|
@@ -4321,20 +5550,20 @@ export function syncAcquireResponseStackSettingsFromJSON(jsonString) {
|
|
|
4321
5550
|
/** @internal */
|
|
4322
5551
|
export const SyncAcquireResponseConfig$inboundSchema = z.object({
|
|
4323
5552
|
allowFrozenChanges: z.boolean().optional(),
|
|
4324
|
-
|
|
4325
|
-
z.lazy(() => SyncAcquireResponseArtifactRegistry$inboundSchema),
|
|
4326
|
-
z.any(),
|
|
4327
|
-
])).optional(),
|
|
5553
|
+
basePlatform: z.nullable(z.union([SyncAcquireResponseBasePlatformEnum$inboundSchema, z.any()])).optional(),
|
|
4328
5554
|
computeBackend: z.nullable(z.union([
|
|
4329
5555
|
z.lazy(() => SyncAcquireResponseComputeBackendHorizon$inboundSchema),
|
|
4330
5556
|
z.any(),
|
|
4331
5557
|
])).optional(),
|
|
5558
|
+
deploymentName: z.nullable(z.string()).optional(),
|
|
5559
|
+
deploymentToken: z.nullable(z.string()).optional(),
|
|
4332
5560
|
domainMetadata: z.nullable(z.union([
|
|
4333
5561
|
z.lazy(() => SyncAcquireResponseDomainMetadata$inboundSchema),
|
|
4334
5562
|
z.any(),
|
|
4335
5563
|
])).optional(),
|
|
4336
5564
|
environmentVariables: z.lazy(() => SyncAcquireResponseEnvironmentVariables$inboundSchema),
|
|
4337
5565
|
externalBindings: z.record(z.string(), z.union([
|
|
5566
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsContainerAppsEnvironment$inboundSchema),
|
|
4338
5567
|
z.union([
|
|
4339
5568
|
z.lazy(() => SyncAcquireResponseExternalBindingsS3$inboundSchema),
|
|
4340
5569
|
z.lazy(() => SyncAcquireResponseExternalBindingsBlob$inboundSchema),
|
|
@@ -4345,6 +5574,7 @@ export const SyncAcquireResponseConfig$inboundSchema = z.object({
|
|
|
4345
5574
|
z.lazy(() => SyncAcquireResponseExternalBindingsSqs$inboundSchema),
|
|
4346
5575
|
z.lazy(() => SyncAcquireResponseExternalBindingsPubsub$inboundSchema),
|
|
4347
5576
|
z.lazy(() => SyncAcquireResponseExternalBindingsServicebus$inboundSchema),
|
|
5577
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsLocalQueue$inboundSchema),
|
|
4348
5578
|
]),
|
|
4349
5579
|
z.union([
|
|
4350
5580
|
z.lazy(() => SyncAcquireResponseExternalBindingsDynamodb$inboundSchema),
|
|
@@ -4367,10 +5597,6 @@ export const SyncAcquireResponseConfig$inboundSchema = z.object({
|
|
|
4367
5597
|
z.lazy(() => SyncAcquireResponseExternalBindingsLocalVault$inboundSchema),
|
|
4368
5598
|
]),
|
|
4369
5599
|
])).optional(),
|
|
4370
|
-
imagePullCredentials: z.nullable(z.union([
|
|
4371
|
-
z.lazy(() => SyncAcquireResponseImagePullCredentials$inboundSchema),
|
|
4372
|
-
z.any(),
|
|
4373
|
-
])).optional(),
|
|
4374
5600
|
managementConfig: z.nullable(z.union([
|
|
4375
5601
|
z.lazy(() => SyncAcquireResponseManagementConfigAzure$inboundSchema),
|
|
4376
5602
|
z.lazy(() => SyncAcquireResponseManagementConfigAws$inboundSchema),
|
|
@@ -4378,10 +5604,12 @@ export const SyncAcquireResponseConfig$inboundSchema = z.object({
|
|
|
4378
5604
|
z.lazy(() => SyncAcquireResponseManagementConfigKubernetes$inboundSchema),
|
|
4379
5605
|
z.any(),
|
|
4380
5606
|
])).optional(),
|
|
5607
|
+
managerUrl: z.nullable(z.string()).optional(),
|
|
4381
5608
|
monitoring: z.nullable(z.union([
|
|
4382
5609
|
z.lazy(() => SyncAcquireResponseMonitoring$inboundSchema),
|
|
4383
5610
|
z.any(),
|
|
4384
5611
|
])).optional(),
|
|
5612
|
+
nativeImageHost: z.nullable(z.string()).optional(),
|
|
4385
5613
|
publicUrls: z.nullable(z.record(z.string(), z.string())).optional(),
|
|
4386
5614
|
stackSettings: z.lazy(() => SyncAcquireResponseStackSettings$inboundSchema)
|
|
4387
5615
|
.optional(),
|