@alienplatform/platform-api 1.3.4 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FUNCTIONS.md +3 -3
- package/README.md +97 -70
- package/esm/funcs/apiKeysList.js +1 -0
- package/esm/funcs/apiKeysList.js.map +1 -1
- package/esm/funcs/authWhoami.d.ts +1 -1
- package/esm/funcs/authWhoami.js +1 -1
- package/esm/funcs/billingGetPlan.d.ts +14 -0
- package/esm/funcs/billingGetPlan.d.ts.map +1 -0
- package/esm/funcs/{containersGetMachines.js → billingGetPlan.js} +8 -14
- package/esm/funcs/billingGetPlan.js.map +1 -0
- package/esm/funcs/billingListAuditLog.d.ts +14 -0
- package/esm/funcs/billingListAuditLog.d.ts.map +1 -0
- package/esm/funcs/billingListAuditLog.js +80 -0
- package/esm/funcs/billingListAuditLog.js.map +1 -0
- package/esm/funcs/cloudRegionsGet.d.ts +15 -0
- package/esm/funcs/cloudRegionsGet.d.ts.map +1 -0
- package/esm/funcs/{containersGetAttention.js → cloudRegionsGet.js} +9 -14
- package/esm/funcs/cloudRegionsGet.js.map +1 -0
- package/esm/funcs/commandsList.js +1 -0
- package/esm/funcs/commandsList.js.map +1 -1
- package/esm/funcs/deploymentGetInfo.d.ts +1 -1
- package/esm/funcs/deploymentGetInfo.js +1 -1
- package/esm/funcs/deploymentGroupsGetDeploymentGroup.js +1 -0
- package/esm/funcs/deploymentGroupsGetDeploymentGroup.js.map +1 -1
- package/esm/funcs/deploymentGroupsListDeploymentGroups.js +1 -0
- package/esm/funcs/deploymentGroupsListDeploymentGroups.js.map +1 -1
- package/esm/funcs/deploymentPrepareStack.d.ts +16 -0
- package/esm/funcs/deploymentPrepareStack.d.ts.map +1 -0
- package/esm/funcs/deploymentPrepareStack.js +84 -0
- package/esm/funcs/deploymentPrepareStack.js.map +1 -0
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.d.ts +15 -0
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.d.ts.map +1 -0
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.js +86 -0
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.js.map +1 -0
- package/esm/funcs/deploymentsCreate.d.ts +1 -1
- package/esm/funcs/deploymentsCreate.js +1 -1
- package/esm/funcs/deploymentsCreateToken.d.ts +1 -1
- package/esm/funcs/deploymentsCreateToken.js +1 -1
- package/esm/funcs/deploymentsDelete.d.ts +1 -1
- package/esm/funcs/deploymentsDelete.js +5 -3
- package/esm/funcs/deploymentsDelete.js.map +1 -1
- package/esm/funcs/deploymentsGet.d.ts +1 -1
- package/esm/funcs/deploymentsGet.js +1 -1
- package/esm/funcs/deploymentsGetStats.js +1 -1
- package/esm/funcs/deploymentsGetStats.js.map +1 -1
- package/esm/funcs/deploymentsImport.d.ts +1 -1
- package/esm/funcs/deploymentsImport.js +2 -2
- package/esm/funcs/deploymentsImport.js.map +1 -1
- package/esm/funcs/deploymentsList.js +1 -1
- package/esm/funcs/deploymentsList.js.map +1 -1
- package/esm/funcs/deploymentsListFilterDeploymentGroups.d.ts +1 -1
- package/esm/funcs/deploymentsListFilterDeploymentGroups.js +1 -1
- package/esm/funcs/{containersGetDeploymentContainer.d.ts → deploymentsListFilterEnvironments.d.ts} +3 -3
- package/esm/funcs/deploymentsListFilterEnvironments.d.ts.map +1 -0
- package/esm/funcs/{deploymentsListFilterPlatforms.js → deploymentsListFilterEnvironments.js} +8 -8
- package/esm/funcs/deploymentsListFilterEnvironments.js.map +1 -0
- package/esm/funcs/deploymentsRedeploy.d.ts +1 -1
- package/esm/funcs/deploymentsRedeploy.js +1 -1
- package/esm/funcs/deploymentsRetry.d.ts +1 -1
- package/esm/funcs/deploymentsRetry.js +1 -1
- package/esm/funcs/deploymentsUpdateEnvironmentVariables.d.ts +1 -1
- package/esm/funcs/deploymentsUpdateEnvironmentVariables.js +1 -1
- package/esm/funcs/domainsCreate.d.ts +1 -1
- package/esm/funcs/domainsCreate.d.ts.map +1 -1
- package/esm/funcs/domainsCreate.js +2 -2
- package/esm/funcs/domainsCreate.js.map +1 -1
- package/esm/funcs/domainsGet.d.ts +1 -1
- package/esm/funcs/domainsGet.d.ts.map +1 -1
- package/esm/funcs/domainsGet.js +1 -1
- package/esm/funcs/domainsGet.js.map +1 -1
- package/esm/funcs/{containersListDeploymentMachines.d.ts → domainsRefresh.d.ts} +4 -3
- package/esm/funcs/domainsRefresh.d.ts.map +1 -0
- package/esm/funcs/{containersListDeploymentMachines.js → domainsRefresh.js} +10 -9
- package/esm/funcs/domainsRefresh.js.map +1 -0
- package/esm/funcs/eventsList.js +1 -0
- package/esm/funcs/eventsList.js.map +1 -1
- package/esm/funcs/{containersListDeploymentEvents.d.ts → managersCancelSetup.d.ts} +3 -3
- package/esm/funcs/managersCancelSetup.d.ts.map +1 -0
- package/esm/funcs/{containersListDeploymentContainers.js → managersCancelSetup.js} +9 -9
- package/esm/funcs/managersCancelSetup.js.map +1 -0
- package/esm/funcs/managersCreate.d.ts +2 -1
- package/esm/funcs/managersCreate.d.ts.map +1 -1
- package/esm/funcs/managersCreate.js +3 -2
- package/esm/funcs/managersCreate.js.map +1 -1
- package/esm/funcs/managersDelete.js +2 -2
- package/esm/funcs/managersDelete.js.map +1 -1
- package/esm/funcs/{managersGenerateDeepstoreToken.d.ts → managersGenerateManagerToken.d.ts} +3 -3
- package/esm/funcs/managersGenerateManagerToken.d.ts.map +1 -0
- package/esm/funcs/{managersGenerateDeepstoreToken.js → managersGenerateManagerToken.js} +8 -8
- package/esm/funcs/managersGenerateManagerToken.js.map +1 -0
- package/esm/funcs/managersGetManagementConfig.js +1 -0
- package/esm/funcs/managersGetManagementConfig.js.map +1 -1
- package/esm/funcs/managersList.js +2 -0
- package/esm/funcs/managersList.js.map +1 -1
- package/esm/funcs/managersResolveGcpOAuthProvider.d.ts +16 -0
- package/esm/funcs/managersResolveGcpOAuthProvider.d.ts.map +1 -0
- package/esm/funcs/{containersListDeploymentEvents.js → managersResolveGcpOAuthProvider.js} +13 -16
- package/esm/funcs/managersResolveGcpOAuthProvider.js.map +1 -0
- package/esm/funcs/{containersGetDeployments.d.ts → managersRetry.d.ts} +4 -3
- package/esm/funcs/managersRetry.d.ts.map +1 -0
- package/esm/funcs/{managersGoogleCloudConnect.js → managersRetry.js} +9 -12
- package/esm/funcs/managersRetry.js.map +1 -0
- package/esm/funcs/managersRetrySetup.d.ts +16 -0
- package/esm/funcs/managersRetrySetup.d.ts.map +1 -0
- package/esm/funcs/managersRetrySetup.js +89 -0
- package/esm/funcs/managersRetrySetup.js.map +1 -0
- package/esm/funcs/packagesList.js +1 -0
- package/esm/funcs/packagesList.js.map +1 -1
- package/esm/funcs/projectsCreate.js +2 -2
- package/esm/funcs/projectsCreate.js.map +1 -1
- package/esm/funcs/projectsDelete.d.ts +1 -1
- package/esm/funcs/projectsDelete.js +1 -1
- package/esm/funcs/{containersGetAttention.d.ts → projectsGetDeploymentPortalDomain.d.ts} +4 -3
- package/esm/funcs/projectsGetDeploymentPortalDomain.d.ts.map +1 -0
- package/esm/funcs/{deploymentGroupsGetDeploymentGroupManager.js → projectsGetDeploymentPortalDomain.js} +8 -12
- package/esm/funcs/projectsGetDeploymentPortalDomain.js.map +1 -0
- package/esm/funcs/{projectsGetBuildConfig.d.ts → projectsGetGcpOAuthProvider.d.ts} +4 -3
- package/esm/funcs/projectsGetGcpOAuthProvider.d.ts.map +1 -0
- package/esm/funcs/{projectsGetBuildConfig.js → projectsGetGcpOAuthProvider.js} +9 -12
- package/esm/funcs/projectsGetGcpOAuthProvider.js.map +1 -0
- package/esm/funcs/projectsGetTemplateUrls.d.ts +1 -1
- package/esm/funcs/projectsGetTemplateUrls.js +1 -1
- package/esm/funcs/projectsUpdate.js +1 -1
- package/esm/funcs/projectsUpdate.js.map +1 -1
- package/esm/funcs/{containersGetDeploymentCluster.d.ts → projectsUpdateGcpOAuthProvider.d.ts} +4 -3
- package/esm/funcs/{managersGenerateDeepstoreToken.d.ts.map → projectsUpdateGcpOAuthProvider.d.ts.map} +1 -1
- package/esm/funcs/projectsUpdateGcpOAuthProvider.js +92 -0
- package/esm/funcs/{managersGenerateDeepstoreToken.js.map → projectsUpdateGcpOAuthProvider.js.map} +1 -1
- package/esm/funcs/resolveResolve.d.ts +19 -0
- package/esm/funcs/resolveResolve.d.ts.map +1 -0
- package/esm/funcs/{containersGetDeployments.js → resolveResolve.js} +14 -16
- package/esm/funcs/resolveResolve.js.map +1 -0
- package/esm/funcs/{containersListDeploymentContainers.d.ts → resourcesGetDeploymentDetail.d.ts} +2 -5
- package/esm/funcs/resourcesGetDeploymentDetail.d.ts.map +1 -0
- package/esm/funcs/{containersListDeploymentContainerInstanceEvents.js → resourcesGetDeploymentDetail.js} +13 -13
- package/esm/funcs/resourcesGetDeploymentDetail.js.map +1 -0
- package/esm/funcs/{managersGoogleCloudConnect.d.ts → resourcesListDeployments.d.ts} +2 -5
- package/esm/funcs/resourcesListDeployments.d.ts.map +1 -0
- package/esm/funcs/{containersGetDeploymentContainer.js → resourcesListDeployments.js} +11 -11
- package/esm/funcs/resourcesListDeployments.js.map +1 -0
- package/esm/funcs/resourcesListOverview.d.ts +12 -0
- package/esm/funcs/resourcesListOverview.d.ts.map +1 -0
- package/esm/funcs/{containersGetDeploymentCluster.js → resourcesListOverview.js} +10 -10
- package/esm/funcs/{containersListDeploymentMachines.js.map → resourcesListOverview.js.map} +1 -1
- package/esm/funcs/syncList.d.ts +16 -0
- package/esm/funcs/syncList.d.ts.map +1 -0
- package/esm/funcs/{containersGetOverview.js → syncList.js} +13 -13
- package/esm/funcs/syncList.js.map +1 -0
- package/esm/funcs/syncReconcile.d.ts +2 -2
- package/esm/funcs/syncReconcile.d.ts.map +1 -1
- package/esm/funcs/syncReconcile.js +4 -4
- package/esm/funcs/syncReconcile.js.map +1 -1
- package/esm/funcs/syncRelease.d.ts +2 -2
- package/esm/funcs/syncRelease.d.ts.map +1 -1
- package/esm/funcs/syncRelease.js +4 -4
- package/esm/funcs/syncRelease.js.map +1 -1
- package/esm/funcs/userCompleteProfileSetup.d.ts +15 -0
- package/esm/funcs/userCompleteProfileSetup.d.ts.map +1 -0
- package/esm/funcs/userCompleteProfileSetup.js +81 -0
- package/esm/funcs/userCompleteProfileSetup.js.map +1 -0
- package/esm/funcs/userGetProfile.d.ts +15 -0
- package/esm/funcs/userGetProfile.d.ts.map +1 -0
- package/esm/funcs/userGetProfile.js +69 -0
- package/esm/funcs/userGetProfile.js.map +1 -0
- package/esm/funcs/userUpdateProfile.d.ts +2 -1
- package/esm/funcs/userUpdateProfile.d.ts.map +1 -1
- package/esm/funcs/userUpdateProfile.js +2 -1
- package/esm/funcs/userUpdateProfile.js.map +1 -1
- package/esm/funcs/workspacesDismissOnboarding.d.ts +16 -0
- package/esm/funcs/workspacesDismissOnboarding.d.ts.map +1 -0
- package/esm/funcs/workspacesDismissOnboarding.js +89 -0
- package/esm/funcs/workspacesDismissOnboarding.js.map +1 -0
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/lib/config.js.map +1 -1
- package/esm/lib/sdks.js +2 -8
- package/esm/lib/sdks.js.map +1 -1
- package/esm/models/apierror.d.ts +0 -3
- package/esm/models/apierror.d.ts.map +1 -1
- package/esm/models/apierror.js.map +1 -1
- package/esm/models/apikey.d.ts +2 -0
- package/esm/models/apikey.d.ts.map +1 -1
- package/esm/models/apikey.js +2 -0
- package/esm/models/apikey.js.map +1 -1
- package/esm/models/apikeydeploymentsetupconfig.d.ts +16 -0
- package/esm/models/apikeydeploymentsetupconfig.d.ts.map +1 -0
- package/esm/models/apikeydeploymentsetupconfig.js +17 -0
- package/esm/models/apikeydeploymentsetupconfig.js.map +1 -0
- package/esm/models/apikeydeploymentsetupenvironmentvariable.d.ts +22 -0
- package/esm/models/apikeydeploymentsetupenvironmentvariable.d.ts.map +1 -0
- package/esm/models/apikeydeploymentsetupenvironmentvariable.js +16 -0
- package/esm/models/apikeydeploymentsetupenvironmentvariable.js.map +1 -0
- package/esm/models/billingauditlogrow.d.ts +14 -0
- package/esm/models/billingauditlogrow.d.ts.map +1 -0
- package/esm/models/billingauditlogrow.js +17 -0
- package/esm/models/billingauditlogrow.js.map +1 -0
- package/esm/models/cloudformationcallbackrequest.d.ts +1619 -0
- package/esm/models/cloudformationcallbackrequest.d.ts.map +1 -0
- package/esm/models/cloudformationcallbackrequest.js +977 -0
- package/esm/models/cloudformationcallbackrequest.js.map +1 -0
- package/esm/models/cloudregionsresponse.d.ts +11 -0
- package/esm/models/cloudregionsresponse.d.ts.map +1 -0
- package/esm/models/cloudregionsresponse.js +14 -0
- package/esm/models/cloudregionsresponse.js.map +1 -0
- package/esm/models/command.d.ts +7 -3
- package/esm/models/command.d.ts.map +1 -1
- package/esm/models/command.js +2 -1
- package/esm/models/command.js.map +1 -1
- package/esm/models/commanddeploymentinfo.d.ts +4 -0
- package/esm/models/commanddeploymentinfo.d.ts.map +1 -1
- package/esm/models/commanddeploymentinfo.js +1 -0
- package/esm/models/commanddeploymentinfo.js.map +1 -1
- package/esm/models/commandlistitemresponse.d.ts +7 -3
- package/esm/models/commandlistitemresponse.d.ts.map +1 -1
- package/esm/models/commandlistitemresponse.js +2 -1
- package/esm/models/commandlistitemresponse.js.map +1 -1
- package/esm/models/createapikeyresponse.d.ts +2 -0
- package/esm/models/createapikeyresponse.d.ts.map +1 -1
- package/esm/models/createapikeyresponse.js +2 -0
- package/esm/models/createapikeyresponse.js.map +1 -1
- package/esm/models/createcommandrequest.d.ts +5 -0
- package/esm/models/createcommandrequest.d.ts.map +1 -1
- package/esm/models/createcommandrequest.js +1 -0
- package/esm/models/createcommandrequest.js.map +1 -1
- package/esm/models/createdeploymentgrouptokenrequest.d.ts +8 -0
- package/esm/models/createdeploymentgrouptokenrequest.d.ts.map +1 -1
- package/esm/models/createdeploymentgrouptokenrequest.js +3 -0
- package/esm/models/createdeploymentgrouptokenrequest.js.map +1 -1
- package/esm/models/createdeploymenttokenrequest.d.ts +2 -2
- package/esm/models/createdeploymenttokenresponse.d.ts +2 -2
- package/esm/models/createmanagerresponse.d.ts +3226 -0
- package/esm/models/createmanagerresponse.d.ts.map +1 -0
- package/esm/models/createmanagerresponse.js +2574 -0
- package/esm/models/createmanagerresponse.js.map +1 -0
- package/esm/models/deployment.d.ts +1127 -33
- package/esm/models/deployment.d.ts.map +1 -1
- package/esm/models/deployment.js +749 -17
- package/esm/models/deployment.js.map +1 -1
- package/esm/models/deploymentconnectioninfo.d.ts +1 -0
- package/esm/models/deploymentconnectioninfo.d.ts.map +1 -1
- package/esm/models/deploymentconnectioninfo.js +1 -0
- package/esm/models/deploymentconnectioninfo.js.map +1 -1
- package/esm/models/deploymentdetailresponse.d.ts +1127 -33
- package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
- package/esm/models/deploymentdetailresponse.js +784 -18
- package/esm/models/deploymentdetailresponse.js.map +1 -1
- package/esm/models/deploymentinfo.d.ts +341 -13
- package/esm/models/deploymentinfo.d.ts.map +1 -1
- package/esm/models/deploymentinfo.js +217 -9
- package/esm/models/deploymentinfo.js.map +1 -1
- package/esm/models/deploymentinfosetupconfig.d.ts +33 -0
- package/esm/models/deploymentinfosetupconfig.d.ts.map +1 -0
- package/esm/models/deploymentinfosetupconfig.js +26 -0
- package/esm/models/deploymentinfosetupconfig.js.map +1 -0
- package/esm/models/deploymentlistitemresponse.d.ts +39 -0
- package/esm/models/deploymentlistitemresponse.d.ts.map +1 -1
- package/esm/models/deploymentlistitemresponse.js +18 -0
- package/esm/models/deploymentlistitemresponse.js.map +1 -1
- package/esm/models/deploymentportalaccentcolor.d.ts +22 -0
- package/esm/models/deploymentportalaccentcolor.d.ts.map +1 -0
- package/esm/models/deploymentportalaccentcolor.js +20 -0
- package/esm/models/deploymentportalaccentcolor.js.map +1 -0
- package/esm/models/deploymentportalappearance.d.ts +44 -0
- package/esm/models/deploymentportalappearance.d.ts.map +1 -0
- package/esm/models/deploymentportalappearance.js +23 -0
- package/esm/models/deploymentportalappearance.js.map +1 -0
- package/esm/models/deploymentportalappearancepreset.d.ts +21 -0
- package/esm/models/deploymentportalappearancepreset.d.ts.map +1 -0
- package/esm/models/deploymentportalappearancepreset.js +19 -0
- package/esm/models/deploymentportalappearancepreset.js.map +1 -0
- package/esm/models/deploymentportaldensity.d.ts +18 -0
- package/esm/models/deploymentportaldensity.d.ts.map +1 -0
- package/esm/models/deploymentportaldensity.js +16 -0
- package/esm/models/deploymentportaldensity.js.map +1 -0
- package/esm/models/deploymentportaldomain.d.ts +156 -0
- package/esm/models/deploymentportaldomain.d.ts.map +1 -0
- package/esm/models/deploymentportaldomain.js +58 -0
- package/esm/models/deploymentportaldomain.js.map +1 -0
- package/esm/models/deploymentportaldomainresponse.d.ts +11 -0
- package/esm/models/deploymentportaldomainresponse.d.ts.map +1 -0
- package/esm/models/deploymentportaldomainresponse.js +14 -0
- package/esm/models/deploymentportaldomainresponse.js.map +1 -0
- package/esm/models/deploymentportalmanageddnsrecord.d.ts +13 -0
- package/esm/models/deploymentportalmanageddnsrecord.d.ts.map +1 -0
- package/esm/models/deploymentportalmanageddnsrecord.js +16 -0
- package/esm/models/deploymentportalmanageddnsrecord.js.map +1 -0
- package/esm/models/deploymentsetupconfig.d.ts +22 -0
- package/esm/models/deploymentsetupconfig.d.ts.map +1 -0
- package/esm/models/deploymentsetupconfig.js +16 -0
- package/esm/models/deploymentsetupconfig.js.map +1 -0
- package/esm/models/deploymentsetupmethod.d.ts +16 -0
- package/esm/models/deploymentsetupmethod.d.ts.map +1 -0
- package/esm/models/deploymentsetupmethod.js +17 -0
- package/esm/models/deploymentsetupmethod.js.map +1 -0
- package/esm/models/deploymentsetuppolicy.d.ts +45 -0
- package/esm/models/deploymentsetuppolicy.d.ts.map +1 -0
- package/esm/models/deploymentsetuppolicy.js +43 -0
- package/esm/models/deploymentsetuppolicy.js.map +1 -0
- package/esm/models/deploymentsetupstacksettingspolicy.d.ts +1718 -0
- package/esm/models/deploymentsetupstacksettingspolicy.d.ts.map +1 -0
- package/esm/models/deploymentsetupstacksettingspolicy.js +1733 -0
- package/esm/models/deploymentsetupstacksettingspolicy.js.map +1 -0
- package/esm/models/deploymentstats.d.ts +12 -0
- package/esm/models/deploymentstats.d.ts.map +1 -1
- package/esm/models/deploymentstats.js +2 -0
- package/esm/models/deploymentstats.js.map +1 -1
- package/esm/models/domainwithusage.d.ts +63 -0
- package/esm/models/domainwithusage.d.ts.map +1 -0
- package/esm/models/domainwithusage.js +62 -0
- package/esm/models/domainwithusage.js.map +1 -0
- package/esm/models/event.d.ts +549 -32
- package/esm/models/event.d.ts.map +1 -1
- package/esm/models/event.js +240 -19
- package/esm/models/event.js.map +1 -1
- package/esm/models/forwardimportrequest.d.ts +40 -0
- package/esm/models/forwardimportrequest.d.ts.map +1 -0
- package/esm/models/forwardimportrequest.js +22 -0
- package/esm/models/forwardimportrequest.js.map +1 -0
- package/esm/models/generatemanagertokenrequest.d.ts +15 -0
- package/esm/models/generatemanagertokenrequest.d.ts.map +1 -0
- package/esm/models/generatemanagertokenrequest.js +12 -0
- package/esm/models/generatemanagertokenrequest.js.map +1 -0
- package/esm/models/generatemanagertokenresponse.d.ts +37 -0
- package/esm/models/generatemanagertokenresponse.d.ts.map +1 -0
- package/esm/models/generatemanagertokenresponse.js +23 -0
- package/esm/models/generatemanagertokenresponse.js.map +1 -0
- package/esm/models/gitnamespace.d.ts +4 -4
- package/esm/models/gitnamespace.d.ts.map +1 -1
- package/esm/models/gitnamespace.js +3 -3
- package/esm/models/gitnamespace.js.map +1 -1
- package/esm/models/importdeploymentrequest.d.ts +5 -82
- package/esm/models/importdeploymentrequest.d.ts.map +1 -1
- package/esm/models/importdeploymentrequest.js +6 -36
- package/esm/models/importdeploymentrequest.js.map +1 -1
- package/esm/models/importedresource.d.ts +29 -0
- package/esm/models/importedresource.d.ts.map +1 -0
- package/esm/models/importedresource.js +14 -0
- package/esm/models/importedresource.js.map +1 -0
- package/esm/models/importsource.d.ts +1587 -0
- package/esm/models/importsource.d.ts.map +1 -0
- package/esm/models/importsource.js +902 -0
- package/esm/models/importsource.js.map +1 -0
- package/esm/models/importsourcekind.d.ts +17 -0
- package/esm/models/importsourcekind.d.ts.map +1 -0
- package/esm/models/importsourcekind.js +15 -0
- package/esm/models/importsourcekind.js.map +1 -0
- package/esm/models/index.d.ts +45 -5
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +45 -5
- package/esm/models/index.js.map +1 -1
- package/esm/models/manager.d.ts +68 -69
- package/esm/models/manager.d.ts.map +1 -1
- package/esm/models/manager.js +38 -66
- package/esm/models/manager.js.map +1 -1
- package/esm/models/managerdeployment.d.ts +13 -0
- package/esm/models/managerdeployment.d.ts.map +1 -1
- package/esm/models/managerdeployment.js +4 -0
- package/esm/models/managerdeployment.js.map +1 -1
- package/esm/models/managerheartbeatrequest.d.ts +9 -113
- package/esm/models/managerheartbeatrequest.d.ts.map +1 -1
- package/esm/models/managerheartbeatrequest.js +7 -75
- package/esm/models/managerheartbeatrequest.js.map +1 -1
- package/esm/models/managermanagementconfigs.d.ts +136 -0
- package/esm/models/managermanagementconfigs.d.ts.map +1 -0
- package/esm/models/managermanagementconfigs.js +122 -0
- package/esm/models/managermanagementconfigs.js.map +1 -0
- package/esm/models/managerretrydeploymentresponse.d.ts +21 -0
- package/esm/models/managerretrydeploymentresponse.d.ts.map +1 -0
- package/esm/models/managerretrydeploymentresponse.js +22 -0
- package/esm/models/managerretrydeploymentresponse.js.map +1 -0
- package/esm/models/managerretryresponse.d.ts +3232 -0
- package/esm/models/managerretryresponse.d.ts.map +1 -0
- package/esm/models/managerretryresponse.js +2584 -0
- package/esm/models/managerretryresponse.js.map +1 -0
- package/esm/models/newdeploymentrequest.d.ts +1029 -7
- package/esm/models/newdeploymentrequest.d.ts.map +1 -1
- package/esm/models/newdeploymentrequest.js +590 -4
- package/esm/models/newdeploymentrequest.js.map +1 -1
- package/esm/models/newmanagerrequest.d.ts +25 -34
- package/esm/models/newmanagerrequest.d.ts.map +1 -1
- package/esm/models/newmanagerrequest.js +11 -24
- package/esm/models/newmanagerrequest.js.map +1 -1
- package/esm/models/operations/acceptcloudformationcallback.d.ts +31 -0
- package/esm/models/operations/acceptcloudformationcallback.d.ts.map +1 -0
- package/esm/models/operations/acceptcloudformationcallback.js +30 -0
- package/esm/models/operations/acceptcloudformationcallback.js.map +1 -0
- package/esm/models/operations/cancelmanagersetup.d.ts +31 -0
- package/esm/models/operations/cancelmanagersetup.d.ts.map +1 -0
- package/esm/models/operations/cancelmanagersetup.js +21 -0
- package/esm/models/operations/cancelmanagersetup.js.map +1 -0
- package/esm/models/operations/createmanager.d.ts +0 -165
- package/esm/models/operations/createmanager.d.ts.map +1 -1
- package/esm/models/operations/createmanager.js +0 -104
- package/esm/models/operations/createmanager.js.map +1 -1
- package/esm/models/operations/createproject.d.ts +102 -93
- package/esm/models/operations/createproject.d.ts.map +1 -1
- package/esm/models/operations/createproject.js +38 -51
- package/esm/models/operations/createproject.js.map +1 -1
- package/esm/models/operations/createprojectfromtemplate.d.ts +98 -89
- package/esm/models/operations/createprojectfromtemplate.d.ts.map +1 -1
- package/esm/models/operations/createprojectfromtemplate.js +37 -52
- package/esm/models/operations/createprojectfromtemplate.js.map +1 -1
- package/esm/models/operations/deletedeployment.d.ts +21 -0
- package/esm/models/operations/deletedeployment.d.ts.map +1 -1
- package/esm/models/operations/deletedeployment.js +11 -0
- package/esm/models/operations/deletedeployment.js.map +1 -1
- package/esm/models/operations/dismissworkspaceonboarding.d.ts +20 -0
- package/esm/models/operations/dismissworkspaceonboarding.d.ts.map +1 -0
- package/esm/models/operations/dismissworkspaceonboarding.js +13 -0
- package/esm/models/operations/dismissworkspaceonboarding.js.map +1 -0
- package/esm/models/operations/generatemanagertoken.d.ts +23 -0
- package/esm/models/operations/generatemanagertoken.d.ts.map +1 -0
- package/esm/models/operations/generatemanagertoken.js +21 -0
- package/esm/models/operations/generatemanagertoken.js.map +1 -0
- package/esm/models/operations/getcloudregions.d.ts +15 -0
- package/esm/models/operations/getcloudregions.d.ts.map +1 -0
- package/esm/models/operations/getcloudregions.js +12 -0
- package/esm/models/operations/getcloudregions.js.map +1 -0
- package/esm/models/operations/getdeploymentgroup.d.ts +32 -0
- package/esm/models/operations/getdeploymentgroup.d.ts.map +1 -1
- package/esm/models/operations/getdeploymentgroup.js +16 -0
- package/esm/models/operations/getdeploymentgroup.js.map +1 -1
- package/esm/models/operations/getdeploymentstats.d.ts +7 -6
- package/esm/models/operations/getdeploymentstats.d.ts.map +1 -1
- package/esm/models/operations/getdeploymentstats.js +4 -3
- package/esm/models/operations/getdeploymentstats.js.map +1 -1
- package/esm/models/operations/getmanagermanagementconfig.d.ts +41 -14
- package/esm/models/operations/getmanagermanagementconfig.d.ts.map +1 -1
- package/esm/models/operations/getmanagermanagementconfig.js +28 -14
- package/esm/models/operations/getmanagermanagementconfig.js.map +1 -1
- package/esm/models/operations/getprojectdeploymentportaldomain.d.ts +20 -0
- package/esm/models/operations/getprojectdeploymentportaldomain.d.ts.map +1 -0
- package/esm/models/operations/getprojectdeploymentportaldomain.js +13 -0
- package/esm/models/operations/getprojectdeploymentportaldomain.js.map +1 -0
- package/esm/models/operations/getprojectgcpoauthprovider.d.ts +20 -0
- package/esm/models/operations/getprojectgcpoauthprovider.d.ts.map +1 -0
- package/esm/models/operations/getprojectgcpoauthprovider.js +13 -0
- package/esm/models/operations/getprojectgcpoauthprovider.js.map +1 -0
- package/esm/models/operations/getprojecttemplateurls.d.ts +2 -2
- package/esm/models/operations/getresourcedeploymentdetail.d.ts +7437 -0
- package/esm/models/operations/getresourcedeploymentdetail.d.ts.map +1 -0
- package/esm/models/operations/getresourcedeploymentdetail.js +7935 -0
- package/esm/models/operations/getresourcedeploymentdetail.js.map +1 -0
- package/esm/models/operations/getworkspaceplan.d.ts +27 -0
- package/esm/models/operations/getworkspaceplan.d.ts.map +1 -0
- package/esm/models/operations/getworkspaceplan.js +21 -0
- package/esm/models/operations/getworkspaceplan.js.map +1 -0
- package/esm/models/operations/index.d.ts +21 -15
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +21 -15
- package/esm/models/operations/index.js.map +1 -1
- package/esm/models/operations/listapikeys.d.ts +5 -0
- package/esm/models/operations/listapikeys.d.ts.map +1 -1
- package/esm/models/operations/listapikeys.js +1 -0
- package/esm/models/operations/listapikeys.js.map +1 -1
- package/esm/models/operations/listbillingauditlog.d.ts +35 -0
- package/esm/models/operations/listbillingauditlog.d.ts.map +1 -0
- package/esm/models/operations/listbillingauditlog.js +24 -0
- package/esm/models/operations/listbillingauditlog.js.map +1 -0
- package/esm/models/operations/listcommands.d.ts +5 -0
- package/esm/models/operations/listcommands.d.ts.map +1 -1
- package/esm/models/operations/listcommands.js +1 -0
- package/esm/models/operations/listcommands.js.map +1 -1
- package/esm/models/operations/listdeploymentfilterenvironments.d.ts +49 -0
- package/esm/models/operations/listdeploymentfilterenvironments.d.ts.map +1 -0
- package/esm/models/operations/listdeploymentfilterenvironments.js +34 -0
- package/esm/models/operations/listdeploymentfilterenvironments.js.map +1 -0
- package/esm/models/operations/listdeploymentgroups.d.ts +59 -2
- package/esm/models/operations/listdeploymentgroups.d.ts.map +1 -1
- package/esm/models/operations/listdeploymentgroups.js +29 -2
- package/esm/models/operations/listdeploymentgroups.js.map +1 -1
- package/esm/models/operations/listdeployments.d.ts +8 -7
- package/esm/models/operations/listdeployments.d.ts.map +1 -1
- package/esm/models/operations/listdeployments.js +4 -3
- package/esm/models/operations/listdeployments.js.map +1 -1
- package/esm/models/operations/listdomains.d.ts +1 -1
- package/esm/models/operations/listdomains.d.ts.map +1 -1
- package/esm/models/operations/listdomains.js +1 -1
- package/esm/models/operations/listdomains.js.map +1 -1
- package/esm/models/operations/listevents.d.ts +5 -0
- package/esm/models/operations/listevents.d.ts.map +1 -1
- package/esm/models/operations/listevents.js +1 -0
- package/esm/models/operations/listevents.js.map +1 -1
- package/esm/models/operations/listmanagers.d.ts +10 -0
- package/esm/models/operations/listmanagers.d.ts.map +1 -1
- package/esm/models/operations/listmanagers.js +2 -0
- package/esm/models/operations/listmanagers.js.map +1 -1
- package/esm/models/operations/listpackages.d.ts +5 -0
- package/esm/models/operations/listpackages.d.ts.map +1 -1
- package/esm/models/operations/listpackages.js +1 -0
- package/esm/models/operations/listpackages.js.map +1 -1
- package/esm/models/operations/listresourcedeployments.d.ts +73 -0
- package/esm/models/operations/listresourcedeployments.d.ts.map +1 -0
- package/esm/models/operations/listresourcedeployments.js +58 -0
- package/esm/models/operations/listresourcedeployments.js.map +1 -0
- package/esm/models/operations/listresourceoverview.d.ts +68 -0
- package/esm/models/operations/listresourceoverview.d.ts.map +1 -0
- package/esm/models/operations/listresourceoverview.js +54 -0
- package/esm/models/operations/listresourceoverview.js.map +1 -0
- package/esm/models/operations/preparedeploymentstack.d.ts +1435 -0
- package/esm/models/operations/preparedeploymentstack.d.ts.map +1 -0
- package/esm/models/operations/preparedeploymentstack.js +858 -0
- package/esm/models/operations/preparedeploymentstack.js.map +1 -0
- package/esm/models/operations/refreshdomain.d.ts +20 -0
- package/esm/models/operations/refreshdomain.d.ts.map +1 -0
- package/esm/models/operations/refreshdomain.js +13 -0
- package/esm/models/operations/refreshdomain.js.map +1 -0
- package/esm/models/operations/resolve.d.ts +43 -0
- package/esm/models/operations/resolve.d.ts.map +1 -0
- package/esm/models/operations/resolve.js +27 -0
- package/esm/models/operations/resolve.js.map +1 -0
- package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts +23 -0
- package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts.map +1 -0
- package/esm/models/operations/resolvemanagergcpoauthprovider.js +21 -0
- package/esm/models/operations/resolvemanagergcpoauthprovider.js.map +1 -0
- package/esm/models/operations/retrydeployment.d.ts +1 -1
- package/esm/models/operations/retrymanager.d.ts +20 -0
- package/esm/models/operations/retrymanager.d.ts.map +1 -0
- package/esm/models/operations/retrymanager.js +13 -0
- package/esm/models/operations/retrymanager.js.map +1 -0
- package/esm/models/operations/retrymanagersetup.d.ts +20 -0
- package/esm/models/operations/retrymanagersetup.d.ts.map +1 -0
- package/esm/models/operations/retrymanagersetup.js +13 -0
- package/esm/models/operations/retrymanagersetup.js.map +1 -0
- package/esm/models/operations/synclist.d.ts +18 -0
- package/esm/models/operations/synclist.d.ts.map +1 -0
- package/esm/models/operations/synclist.js +19 -0
- package/esm/models/operations/synclist.js.map +1 -0
- package/esm/models/operations/syncreconcile.d.ts +2 -2
- package/esm/models/operations/syncreconcile.d.ts.map +1 -1
- package/esm/models/operations/syncreconcile.js +1 -1
- package/esm/models/operations/syncreconcile.js.map +1 -1
- package/esm/models/operations/syncrelease.d.ts +2 -2
- package/esm/models/operations/syncrelease.d.ts.map +1 -1
- package/esm/models/operations/syncrelease.js +1 -1
- package/esm/models/operations/syncrelease.js.map +1 -1
- package/esm/models/operations/updateproject.d.ts +3 -296
- package/esm/models/operations/updateproject.d.ts.map +1 -1
- package/esm/models/operations/updateproject.js +3 -127
- package/esm/models/operations/updateproject.js.map +1 -1
- package/esm/models/operations/updateprojectgcpoauthprovider.d.ts +23 -0
- package/esm/models/operations/updateprojectgcpoauthprovider.d.ts.map +1 -0
- package/esm/models/operations/updateprojectgcpoauthprovider.js +21 -0
- package/esm/models/operations/updateprojectgcpoauthprovider.js.map +1 -0
- package/esm/models/operations/updateuserprofile.d.ts +0 -15
- package/esm/models/operations/updateuserprofile.d.ts.map +1 -1
- package/esm/models/operations/updateuserprofile.js +0 -12
- package/esm/models/operations/updateuserprofile.js.map +1 -1
- package/esm/models/package.d.ts +121 -22
- package/esm/models/package.d.ts.map +1 -1
- package/esm/models/package.js +45 -9
- package/esm/models/package.js.map +1 -1
- package/esm/models/persistimporteddeploymentrequest.d.ts +3668 -0
- package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -0
- package/esm/models/persistimporteddeploymentrequest.js +1896 -0
- package/esm/models/persistimporteddeploymentrequest.js.map +1 -0
- package/esm/models/pinreleaserequest.d.ts +2 -2
- package/esm/models/planid.d.ts +12 -0
- package/esm/models/planid.d.ts.map +1 -0
- package/esm/models/planid.js +13 -0
- package/esm/models/planid.js.map +1 -0
- package/esm/models/prepareddeploymentstack.d.ts +1366 -0
- package/esm/models/prepareddeploymentstack.d.ts.map +1 -0
- package/esm/models/prepareddeploymentstack.js +775 -0
- package/esm/models/prepareddeploymentstack.js.map +1 -0
- package/esm/models/privatemanagercloud.d.ts +17 -0
- package/esm/models/privatemanagercloud.d.ts.map +1 -0
- package/esm/models/privatemanagercloud.js +15 -0
- package/esm/models/privatemanagercloud.js.map +1 -0
- package/esm/models/privatemanagersetupmethod.d.ts +17 -0
- package/esm/models/privatemanagersetupmethod.d.ts.map +1 -0
- package/esm/models/privatemanagersetupmethod.js +15 -0
- package/esm/models/privatemanagersetupmethod.js.map +1 -0
- package/esm/models/project.d.ts +79 -69
- package/esm/models/project.d.ts.map +1 -1
- package/esm/models/project.js +29 -42
- package/esm/models/project.js.map +1 -1
- package/esm/models/projectgcpoauthprovider.d.ts +33 -0
- package/esm/models/projectgcpoauthprovider.d.ts.map +1 -0
- package/esm/models/projectgcpoauthprovider.js +32 -0
- package/esm/models/projectgcpoauthprovider.js.map +1 -0
- package/esm/models/projectlistitemresponse.d.ts +83 -73
- package/esm/models/projectlistitemresponse.d.ts.map +1 -1
- package/esm/models/projectlistitemresponse.js +32 -46
- package/esm/models/projectlistitemresponse.js.map +1 -1
- package/esm/models/release.d.ts +4 -0
- package/esm/models/release.d.ts.map +1 -1
- package/esm/models/release.js +2 -0
- package/esm/models/release.js.map +1 -1
- package/esm/models/releaselistitemresponse.d.ts +4 -0
- package/esm/models/releaselistitemresponse.d.ts.map +1 -1
- package/esm/models/releaselistitemresponse.js +2 -0
- package/esm/models/releaselistitemresponse.js.map +1 -1
- package/esm/models/resolvemanagergcpoauthproviderrequest.d.ts +20 -0
- package/esm/models/resolvemanagergcpoauthproviderrequest.d.ts.map +1 -0
- package/esm/models/resolvemanagergcpoauthproviderrequest.js +13 -0
- package/esm/models/resolvemanagergcpoauthproviderrequest.js.map +1 -0
- package/esm/models/resolvemanagergcpoauthproviderresponse.d.ts +28 -0
- package/esm/models/resolvemanagergcpoauthproviderresponse.d.ts.map +1 -0
- package/esm/models/resolvemanagergcpoauthproviderresponse.js +31 -0
- package/esm/models/resolvemanagergcpoauthproviderresponse.js.map +1 -0
- package/esm/models/resolveresponse.d.ts +158 -0
- package/esm/models/resolveresponse.d.ts.map +1 -0
- package/esm/models/resolveresponse.js +103 -0
- package/esm/models/resolveresponse.js.map +1 -0
- package/esm/models/setupfingerprintinfo.d.ts +21 -0
- package/esm/models/setupfingerprintinfo.d.ts.map +1 -0
- package/esm/models/setupfingerprintinfo.js +15 -0
- package/esm/models/setupfingerprintinfo.js.map +1 -0
- package/esm/models/supportedcloudregions.d.ts +21 -0
- package/esm/models/supportedcloudregions.d.ts.map +1 -0
- package/esm/models/supportedcloudregions.js +15 -0
- package/esm/models/supportedcloudregions.js.map +1 -0
- package/esm/models/syncacquirerequest.d.ts +1 -0
- package/esm/models/syncacquirerequest.d.ts.map +1 -1
- package/esm/models/syncacquirerequest.js +1 -0
- package/esm/models/syncacquirerequest.js.map +1 -1
- package/esm/models/syncacquireresponse.d.ts +2181 -274
- package/esm/models/syncacquireresponse.d.ts.map +1 -1
- package/esm/models/syncacquireresponse.js +1348 -120
- package/esm/models/syncacquireresponse.js.map +1 -1
- package/esm/models/synclistrequest.d.ts +84 -0
- package/esm/models/synclistrequest.d.ts.map +1 -0
- package/esm/models/synclistrequest.js +52 -0
- package/esm/models/synclistrequest.js.map +1 -0
- package/esm/models/synclistresponse.d.ts +3272 -0
- package/esm/models/synclistresponse.d.ts.map +1 -0
- package/esm/models/synclistresponse.js +2054 -0
- package/esm/models/synclistresponse.js.map +1 -0
- package/esm/models/syncreconcilerequest.d.ts +13095 -1549
- package/esm/models/syncreconcilerequest.d.ts.map +1 -1
- package/esm/models/syncreconcilerequest.js +9738 -1661
- package/esm/models/syncreconcilerequest.js.map +1 -1
- package/esm/models/syncreconcileresponse.d.ts +2346 -224
- package/esm/models/syncreconcileresponse.d.ts.map +1 -1
- package/esm/models/syncreconcileresponse.js +1420 -92
- package/esm/models/syncreconcileresponse.js.map +1 -1
- package/esm/models/updatedeploymentenvironmentvariablesrequest.d.ts +2 -2
- package/esm/models/updateproject.d.ts +325 -0
- package/esm/models/updateproject.d.ts.map +1 -0
- package/esm/models/updateproject.js +118 -0
- package/esm/models/updateproject.js.map +1 -0
- package/esm/models/updateprojectgcpoauthprovider.d.ts +38 -0
- package/esm/models/updateprojectgcpoauthprovider.d.ts.map +1 -0
- package/esm/models/updateprojectgcpoauthprovider.js +29 -0
- package/esm/models/updateprojectgcpoauthprovider.js.map +1 -0
- package/esm/models/userprofile.d.ts +79 -0
- package/esm/models/userprofile.d.ts.map +1 -0
- package/esm/models/userprofile.js +42 -0
- package/esm/models/userprofile.js.map +1 -0
- package/esm/models/userprofilesetuprequest.d.ts +57 -0
- package/esm/models/userprofilesetuprequest.d.ts.map +1 -0
- package/esm/models/userprofilesetuprequest.js +33 -0
- package/esm/models/userprofilesetuprequest.js.map +1 -0
- package/esm/models/workspace.d.ts +4 -0
- package/esm/models/workspace.d.ts.map +1 -1
- package/esm/models/workspace.js +1 -0
- package/esm/models/workspace.js.map +1 -1
- package/esm/sdk/auth.d.ts +1 -1
- package/esm/sdk/auth.js +1 -1
- package/esm/sdk/billing.d.ts +13 -0
- package/esm/sdk/billing.d.ts.map +1 -0
- package/esm/sdk/billing.js +22 -0
- package/esm/sdk/billing.js.map +1 -0
- package/esm/sdk/cloudregions.d.ts +10 -0
- package/esm/sdk/cloudregions.d.ts.map +1 -0
- package/esm/sdk/cloudregions.js +15 -0
- package/esm/sdk/cloudregions.js.map +1 -0
- package/esm/sdk/deployment.d.ts +5 -1
- package/esm/sdk/deployment.d.ts.map +1 -1
- package/esm/sdk/deployment.js +8 -1
- package/esm/sdk/deployment.js.map +1 -1
- package/esm/sdk/deploymentgroups.d.ts +0 -7
- package/esm/sdk/deploymentgroups.d.ts.map +1 -1
- package/esm/sdk/deploymentgroups.js +0 -10
- package/esm/sdk/deploymentgroups.js.map +1 -1
- package/esm/sdk/deployments.d.ts +15 -11
- package/esm/sdk/deployments.d.ts.map +1 -1
- package/esm/sdk/deployments.js +20 -13
- package/esm/sdk/deployments.js.map +1 -1
- package/esm/sdk/domains.d.ts +6 -2
- package/esm/sdk/domains.d.ts.map +1 -1
- package/esm/sdk/domains.js +7 -0
- package/esm/sdk/domains.js.map +1 -1
- package/esm/sdk/managers.d.ts +19 -7
- package/esm/sdk/managers.d.ts.map +1 -1
- package/esm/sdk/managers.js +32 -11
- package/esm/sdk/managers.js.map +1 -1
- package/esm/sdk/projects.d.ts +14 -6
- package/esm/sdk/projects.d.ts.map +1 -1
- package/esm/sdk/projects.js +23 -9
- package/esm/sdk/projects.js.map +1 -1
- package/esm/sdk/resolve.d.ts +13 -0
- package/esm/sdk/resolve.d.ts.map +1 -0
- package/esm/sdk/resolve.js +18 -0
- package/esm/sdk/resolve.js.map +1 -0
- package/esm/sdk/resources.d.ts +11 -0
- package/esm/sdk/resources.d.ts.map +1 -0
- package/esm/sdk/resources.js +23 -0
- package/esm/sdk/resources.js.map +1 -0
- package/esm/sdk/sdk.d.ts +12 -3
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +15 -3
- package/esm/sdk/sdk.js.map +1 -1
- package/esm/sdk/sync.d.ts +8 -4
- package/esm/sdk/sync.d.ts.map +1 -1
- package/esm/sdk/sync.js +9 -2
- package/esm/sdk/sync.js.map +1 -1
- package/esm/sdk/user.d.ts +9 -1
- package/esm/sdk/user.d.ts.map +1 -1
- package/esm/sdk/user.js +14 -0
- package/esm/sdk/user.js.map +1 -1
- package/esm/sdk/workspaces.d.ts +4 -0
- package/esm/sdk/workspaces.d.ts.map +1 -1
- package/esm/sdk/workspaces.js +7 -0
- package/esm/sdk/workspaces.js.map +1 -1
- package/examples/{userUpdateProfile.example.ts → userGetProfile.example.ts} +2 -2
- package/jsr.json +1 -1
- package/package.json +8 -6
- package/src/funcs/apiKeysList.ts +1 -0
- package/src/funcs/authWhoami.ts +1 -1
- package/src/funcs/billingGetPlan.ts +162 -0
- package/src/funcs/billingListAuditLog.ts +166 -0
- package/src/funcs/cloudRegionsGet.ts +163 -0
- package/src/funcs/commandsList.ts +1 -0
- package/src/funcs/deploymentGetInfo.ts +1 -1
- package/src/funcs/deploymentGroupsGetDeploymentGroup.ts +1 -0
- package/src/funcs/deploymentGroupsListDeploymentGroups.ts +1 -0
- package/src/funcs/{containersGetOverview.ts → deploymentPrepareStack.ts} +18 -17
- package/src/funcs/deploymentsAcceptCloudFormationCallback.ts +176 -0
- package/src/funcs/deploymentsCreate.ts +1 -1
- package/src/funcs/deploymentsCreateToken.ts +1 -1
- package/src/funcs/deploymentsDelete.ts +5 -3
- package/src/funcs/deploymentsGet.ts +1 -1
- package/src/funcs/deploymentsGetStats.ts +1 -1
- package/src/funcs/deploymentsImport.ts +2 -2
- package/src/funcs/deploymentsList.ts +1 -1
- package/src/funcs/deploymentsListFilterDeploymentGroups.ts +1 -1
- package/src/funcs/{containersGetAttention.ts → deploymentsListFilterEnvironments.ts} +15 -14
- package/src/funcs/deploymentsRedeploy.ts +1 -1
- package/src/funcs/deploymentsRetry.ts +1 -1
- package/src/funcs/deploymentsUpdateEnvironmentVariables.ts +1 -1
- package/src/funcs/domainsCreate.ts +6 -5
- package/src/funcs/domainsGet.ts +4 -4
- package/src/funcs/domainsRefresh.ts +179 -0
- package/src/funcs/eventsList.ts +1 -0
- package/src/funcs/{managersGoogleCloudConnect.ts → managersCancelSetup.ts} +12 -17
- package/src/funcs/managersCreate.ts +7 -6
- package/src/funcs/managersDelete.ts +2 -2
- package/src/funcs/{managersGenerateDeepstoreToken.ts → managersGenerateManagerToken.ts} +12 -12
- package/src/funcs/managersGetManagementConfig.ts +1 -0
- package/src/funcs/managersList.ts +2 -0
- package/src/funcs/{deploymentGroupsGetDeploymentGroupManager.ts → managersResolveGcpOAuthProvider.ts} +25 -20
- package/src/funcs/managersRetry.ts +179 -0
- package/src/funcs/managersRetrySetup.ts +179 -0
- package/src/funcs/packagesList.ts +1 -0
- package/src/funcs/projectsCreate.ts +2 -2
- package/src/funcs/projectsDelete.ts +1 -1
- package/src/funcs/projectsGetDeploymentPortalDomain.ts +184 -0
- package/src/funcs/{containersListDeploymentMachines.ts → projectsGetGcpOAuthProvider.ts} +13 -12
- package/src/funcs/projectsGetTemplateUrls.ts +1 -1
- package/src/funcs/projectsUpdate.ts +1 -1
- package/src/funcs/{projectsGetBuildConfig.ts → projectsUpdateGcpOAuthProvider.ts} +23 -21
- package/src/funcs/{containersGetMachines.ts → resolveResolve.ts} +21 -19
- package/src/funcs/{containersListDeploymentContainerInstanceEvents.ts → resourcesGetDeploymentDetail.ts} +17 -20
- package/src/funcs/{containersGetDeploymentContainer.ts → resourcesListDeployments.ts} +17 -17
- package/src/funcs/{containersGetDeploymentCluster.ts → resourcesListOverview.ts} +14 -16
- package/src/funcs/{deploymentsListFilterPlatforms.ts → syncList.ts} +18 -17
- package/src/funcs/syncReconcile.ts +6 -7
- package/src/funcs/syncRelease.ts +6 -7
- package/src/funcs/userCompleteProfileSetup.ts +170 -0
- package/src/funcs/userGetProfile.ts +149 -0
- package/src/funcs/userUpdateProfile.ts +5 -4
- package/src/funcs/{containersListDeploymentContainers.ts → workspacesDismissOnboarding.ts} +13 -14
- package/src/lib/config.ts +2 -2
- package/src/lib/sdks.ts +2 -8
- package/src/models/apierror.ts +0 -3
- package/src/models/apikey.ts +6 -0
- package/src/models/apikeydeploymentsetupconfig.ts +44 -0
- package/src/models/apikeydeploymentsetupenvironmentvariable.ts +53 -0
- package/src/models/billingauditlogrow.ts +38 -0
- package/src/models/cloudformationcallbackrequest.ts +3844 -0
- package/src/models/cloudregionsresponse.ts +34 -0
- package/src/models/command.ts +8 -3
- package/src/models/commanddeploymentinfo.ts +5 -0
- package/src/models/commandlistitemresponse.ts +8 -3
- package/src/models/createapikeyresponse.ts +6 -0
- package/src/models/createcommandrequest.ts +6 -0
- package/src/models/createdeploymentgrouptokenrequest.ts +14 -0
- package/src/models/createdeploymenttokenrequest.ts +2 -2
- package/src/models/createdeploymenttokenresponse.ts +2 -2
- package/src/models/createmanagerresponse.ts +8631 -0
- package/src/models/deployment.ts +3519 -1137
- package/src/models/deploymentconnectioninfo.ts +1 -0
- package/src/models/deploymentdetailresponse.ts +3918 -1231
- package/src/models/deploymentinfo.ts +687 -25
- package/src/models/deploymentinfosetupconfig.ts +83 -0
- package/src/models/deploymentlistitemresponse.ts +52 -0
- package/src/models/deploymentportalaccentcolor.ts +33 -0
- package/src/models/deploymentportalappearance.ts +80 -0
- package/src/models/deploymentportalappearancepreset.ts +32 -0
- package/src/models/deploymentportaldensity.ts +29 -0
- package/src/models/deploymentportaldomain.ts +226 -0
- package/src/models/deploymentportaldomainresponse.ts +34 -0
- package/src/models/deploymentportalmanageddnsrecord.ts +36 -0
- package/src/models/deploymentsetupconfig.ts +46 -0
- package/src/models/deploymentsetupmethod.ts +25 -0
- package/src/models/deploymentsetuppolicy.ts +96 -0
- package/src/models/deploymentsetupstacksettingspolicy.ts +5512 -0
- package/src/models/deploymentstats.ts +10 -0
- package/src/models/domainwithusage.ts +154 -0
- package/src/models/event.ts +992 -96
- package/src/models/forwardimportrequest.ts +72 -0
- package/src/models/{generatedeepstoretokenrequest.ts → generatemanagertokenrequest.ts} +9 -9
- package/src/models/generatemanagertokenresponse.ts +68 -0
- package/src/models/gitnamespace.ts +7 -7
- package/src/models/importdeploymentrequest.ts +21 -113
- package/src/models/importedresource.ts +45 -0
- package/src/models/importsource.ts +3346 -0
- package/src/models/importsourcekind.ts +24 -0
- package/src/models/index.ts +45 -5
- package/src/models/manager.ts +94 -187
- package/src/models/managerdeployment.ts +16 -0
- package/src/models/managerheartbeatrequest.ts +31 -286
- package/src/models/managermanagementconfigs.ts +340 -0
- package/src/models/managerretrydeploymentresponse.ts +51 -0
- package/src/models/managerretryresponse.ts +8571 -0
- package/src/models/newdeploymentrequest.ts +2732 -389
- package/src/models/newmanagerrequest.ts +37 -46
- package/src/models/operations/acceptcloudformationcallback.ts +82 -0
- package/src/models/operations/cancelmanagersetup.ts +67 -0
- package/src/models/operations/createmanager.ts +0 -332
- package/src/models/operations/createproject.ts +162 -136
- package/src/models/operations/createprojectfromtemplate.ts +159 -127
- package/src/models/operations/deletedeployment.ts +27 -0
- package/src/models/operations/dismissworkspaceonboarding.ts +41 -0
- package/src/models/operations/generatemanagertoken.ts +53 -0
- package/src/models/operations/getcloudregions.ts +33 -0
- package/src/models/operations/getdeploymentgroup.ts +58 -0
- package/src/models/operations/getdeploymentstats.ts +11 -10
- package/src/models/operations/getmanagermanagementconfig.ts +77 -32
- package/src/models/operations/getprojectdeploymentportaldomain.ts +42 -0
- package/src/models/operations/getprojectgcpoauthprovider.ts +41 -0
- package/src/models/operations/getprojecttemplateurls.ts +2 -2
- package/src/models/operations/getresourcedeploymentdetail.ts +17224 -0
- package/src/models/operations/getworkspaceplan.ts +62 -0
- package/src/models/operations/index.ts +21 -15
- package/src/models/operations/listapikeys.ts +6 -0
- package/src/models/operations/listbillingauditlog.ts +73 -0
- package/src/models/operations/listcommands.ts +6 -0
- package/src/models/operations/listdeploymentfilterenvironments.ts +100 -0
- package/src/models/operations/listdeploymentgroups.ts +107 -3
- package/src/models/operations/listdeployments.ts +12 -11
- package/src/models/operations/listdomains.ts +2 -2
- package/src/models/operations/listevents.ts +6 -0
- package/src/models/operations/listmanagers.ts +12 -0
- package/src/models/operations/listpackages.ts +6 -0
- package/src/models/operations/listresourcedeployments.ts +158 -0
- package/src/models/operations/listresourceoverview.ts +144 -0
- package/src/models/operations/preparedeploymentstack.ts +2845 -0
- package/src/models/operations/refreshdomain.ts +39 -0
- package/src/models/operations/resolve.ts +62 -0
- package/src/models/operations/resolvemanagergcpoauthprovider.ts +56 -0
- package/src/models/operations/retrydeployment.ts +1 -1
- package/src/models/operations/retrymanager.ts +39 -0
- package/src/models/operations/retrymanagersetup.ts +39 -0
- package/src/models/operations/synclist.ts +40 -0
- package/src/models/operations/syncreconcile.ts +3 -3
- package/src/models/operations/syncrelease.ts +3 -3
- package/src/models/operations/updateproject.ts +5 -497
- package/src/models/operations/updateprojectgcpoauthprovider.ts +55 -0
- package/src/models/operations/updateuserprofile.ts +0 -36
- package/src/models/package.ts +188 -34
- package/src/models/persistimporteddeploymentrequest.ts +8221 -0
- package/src/models/pinreleaserequest.ts +2 -2
- package/src/models/planid.ts +17 -0
- package/src/models/prepareddeploymentstack.ts +3123 -0
- package/src/models/privatemanagercloud.ts +24 -0
- package/src/models/privatemanagersetupmethod.ts +26 -0
- package/src/models/project.ts +130 -94
- package/src/models/projectgcpoauthprovider.ts +93 -0
- package/src/models/projectlistitemresponse.ts +139 -107
- package/src/models/release.ts +6 -0
- package/src/models/releaselistitemresponse.ts +6 -0
- package/src/models/resolvemanagergcpoauthproviderrequest.ts +41 -0
- package/src/models/resolvemanagergcpoauthproviderresponse.ts +97 -0
- package/src/models/resolveresponse.ts +322 -0
- package/src/models/setupfingerprintinfo.ts +43 -0
- package/src/models/supportedcloudregions.ts +43 -0
- package/src/models/syncacquirerequest.ts +1 -0
- package/src/models/syncacquireresponse.ts +10222 -5960
- package/src/models/synclistrequest.ts +115 -0
- package/src/models/synclistresponse.ts +7202 -0
- package/src/models/syncreconcilerequest.ts +26977 -5873
- package/src/models/syncreconcileresponse.ts +10792 -6180
- package/src/models/updatedeploymentenvironmentvariablesrequest.ts +2 -2
- package/src/models/updateproject.ts +544 -0
- package/src/models/updateprojectgcpoauthprovider.ts +101 -0
- package/src/models/userprofile.ts +116 -0
- package/src/models/userprofilesetuprequest.ts +85 -0
- package/src/models/workspace.ts +7 -0
- package/src/sdk/auth.ts +1 -1
- package/src/sdk/billing.ts +39 -0
- package/src/sdk/cloudregions.ts +25 -0
- package/src/sdk/deployment.ts +16 -1
- package/src/sdk/deploymentgroups.ts +0 -18
- package/src/sdk/deployments.ts +30 -15
- package/src/sdk/domains.ts +17 -2
- package/src/sdk/managers.ts +67 -22
- package/src/sdk/projects.ts +47 -17
- package/src/sdk/resolve.ts +28 -0
- package/src/sdk/resources.ts +48 -0
- package/src/sdk/sdk.ts +22 -4
- package/src/sdk/sync.ts +19 -4
- package/src/sdk/user.ts +29 -1
- package/src/sdk/workspaces.ts +15 -0
- package/esm/funcs/containersGetAttention.d.ts.map +0 -1
- package/esm/funcs/containersGetAttention.js.map +0 -1
- package/esm/funcs/containersGetDeploymentCluster.d.ts.map +0 -1
- package/esm/funcs/containersGetDeploymentCluster.js.map +0 -1
- package/esm/funcs/containersGetDeploymentContainer.d.ts.map +0 -1
- package/esm/funcs/containersGetDeploymentContainer.js.map +0 -1
- package/esm/funcs/containersGetDeployments.d.ts.map +0 -1
- package/esm/funcs/containersGetDeployments.js.map +0 -1
- package/esm/funcs/containersGetMachines.d.ts +0 -15
- package/esm/funcs/containersGetMachines.d.ts.map +0 -1
- package/esm/funcs/containersGetMachines.js.map +0 -1
- package/esm/funcs/containersGetOverview.d.ts +0 -15
- package/esm/funcs/containersGetOverview.d.ts.map +0 -1
- package/esm/funcs/containersGetOverview.js.map +0 -1
- package/esm/funcs/containersListDeploymentContainerInstanceEvents.d.ts +0 -15
- package/esm/funcs/containersListDeploymentContainerInstanceEvents.d.ts.map +0 -1
- package/esm/funcs/containersListDeploymentContainerInstanceEvents.js.map +0 -1
- package/esm/funcs/containersListDeploymentContainers.d.ts.map +0 -1
- package/esm/funcs/containersListDeploymentContainers.js.map +0 -1
- package/esm/funcs/containersListDeploymentEvents.d.ts.map +0 -1
- package/esm/funcs/containersListDeploymentEvents.js.map +0 -1
- package/esm/funcs/containersListDeploymentMachines.d.ts.map +0 -1
- package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.d.ts +0 -19
- package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.d.ts.map +0 -1
- package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.js.map +0 -1
- package/esm/funcs/deploymentsListFilterPlatforms.d.ts +0 -15
- package/esm/funcs/deploymentsListFilterPlatforms.d.ts.map +0 -1
- package/esm/funcs/deploymentsListFilterPlatforms.js.map +0 -1
- package/esm/funcs/managersGoogleCloudConnect.d.ts.map +0 -1
- package/esm/funcs/managersGoogleCloudConnect.js.map +0 -1
- package/esm/funcs/projectsGetBuildConfig.d.ts.map +0 -1
- package/esm/funcs/projectsGetBuildConfig.js.map +0 -1
- package/esm/models/deploymentgroupmanagerresponse.d.ts +0 -17
- package/esm/models/deploymentgroupmanagerresponse.d.ts.map +0 -1
- package/esm/models/deploymentgroupmanagerresponse.js +0 -14
- package/esm/models/deploymentgroupmanagerresponse.js.map +0 -1
- package/esm/models/deploymentpagebackground.d.ts +0 -67
- package/esm/models/deploymentpagebackground.d.ts.map +0 -1
- package/esm/models/deploymentpagebackground.js +0 -48
- package/esm/models/deploymentpagebackground.js.map +0 -1
- package/esm/models/domain.d.ts +0 -36
- package/esm/models/domain.d.ts.map +0 -1
- package/esm/models/domain.js +0 -32
- package/esm/models/domain.js.map +0 -1
- package/esm/models/generatedeepstoretokenrequest.d.ts +0 -15
- package/esm/models/generatedeepstoretokenrequest.d.ts.map +0 -1
- package/esm/models/generatedeepstoretokenrequest.js +0 -12
- package/esm/models/generatedeepstoretokenrequest.js.map +0 -1
- package/esm/models/generatedeepstoretokenresponse.d.ts +0 -37
- package/esm/models/generatedeepstoretokenresponse.d.ts.map +0 -1
- package/esm/models/generatedeepstoretokenresponse.js +0 -23
- package/esm/models/generatedeepstoretokenresponse.js.map +0 -1
- package/esm/models/operations/connectmanagertogooglecloud.d.ts +0 -32
- package/esm/models/operations/connectmanagertogooglecloud.d.ts.map +0 -1
- package/esm/models/operations/connectmanagertogooglecloud.js +0 -16
- package/esm/models/operations/connectmanagertogooglecloud.js.map +0 -1
- package/esm/models/operations/generatedeepstoretoken.d.ts +0 -23
- package/esm/models/operations/generatedeepstoretoken.d.ts.map +0 -1
- package/esm/models/operations/generatedeepstoretoken.js +0 -21
- package/esm/models/operations/generatedeepstoretoken.js.map +0 -1
- package/esm/models/operations/getcontainerattention.d.ts +0 -75
- package/esm/models/operations/getcontainerattention.d.ts.map +0 -1
- package/esm/models/operations/getcontainerattention.js +0 -52
- package/esm/models/operations/getcontainerattention.js.map +0 -1
- package/esm/models/operations/getcontainerdefinitiondeployments.d.ts +0 -64
- package/esm/models/operations/getcontainerdefinitiondeployments.d.ts.map +0 -1
- package/esm/models/operations/getcontainerdefinitiondeployments.js +0 -47
- package/esm/models/operations/getcontainerdefinitiondeployments.js.map +0 -1
- package/esm/models/operations/getcontainermachines.d.ts +0 -94
- package/esm/models/operations/getcontainermachines.d.ts.map +0 -1
- package/esm/models/operations/getcontainermachines.js +0 -90
- package/esm/models/operations/getcontainermachines.js.map +0 -1
- package/esm/models/operations/getcontaineroverview.d.ts +0 -106
- package/esm/models/operations/getcontaineroverview.d.ts.map +0 -1
- package/esm/models/operations/getcontaineroverview.js +0 -68
- package/esm/models/operations/getcontaineroverview.js.map +0 -1
- package/esm/models/operations/getdeploymentcluster.d.ts +0 -62
- package/esm/models/operations/getdeploymentcluster.d.ts.map +0 -1
- package/esm/models/operations/getdeploymentcluster.js +0 -56
- package/esm/models/operations/getdeploymentcluster.js.map +0 -1
- package/esm/models/operations/getdeploymentcontainer.d.ts +0 -171
- package/esm/models/operations/getdeploymentcontainer.d.ts.map +0 -1
- package/esm/models/operations/getdeploymentcontainer.js +0 -163
- package/esm/models/operations/getdeploymentcontainer.js.map +0 -1
- package/esm/models/operations/getdeploymentgroupmanager.d.ts +0 -43
- package/esm/models/operations/getdeploymentgroupmanager.d.ts.map +0 -1
- package/esm/models/operations/getdeploymentgroupmanager.js +0 -27
- package/esm/models/operations/getdeploymentgroupmanager.js.map +0 -1
- package/esm/models/operations/getprojectbuildconfig.d.ts +0 -65
- package/esm/models/operations/getprojectbuildconfig.d.ts.map +0 -1
- package/esm/models/operations/getprojectbuildconfig.js +0 -37
- package/esm/models/operations/getprojectbuildconfig.js.map +0 -1
- package/esm/models/operations/listdeploymentcontainerevents.d.ts +0 -81
- package/esm/models/operations/listdeploymentcontainerevents.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentcontainerevents.js +0 -62
- package/esm/models/operations/listdeploymentcontainerevents.js.map +0 -1
- package/esm/models/operations/listdeploymentcontainerinstanceevents.d.ts +0 -67
- package/esm/models/operations/listdeploymentcontainerinstanceevents.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentcontainerinstanceevents.js +0 -53
- package/esm/models/operations/listdeploymentcontainerinstanceevents.js.map +0 -1
- package/esm/models/operations/listdeploymentcontainers.d.ts +0 -50
- package/esm/models/operations/listdeploymentcontainers.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentcontainers.js +0 -39
- package/esm/models/operations/listdeploymentcontainers.js.map +0 -1
- package/esm/models/operations/listdeploymentfilterplatforms.d.ts +0 -49
- package/esm/models/operations/listdeploymentfilterplatforms.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentfilterplatforms.js +0 -34
- package/esm/models/operations/listdeploymentfilterplatforms.js.map +0 -1
- package/esm/models/operations/listdeploymentmachines.d.ts +0 -78
- package/esm/models/operations/listdeploymentmachines.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentmachines.js +0 -70
- package/esm/models/operations/listdeploymentmachines.js.map +0 -1
- package/esm/sdk/containers.d.ts +0 -45
- package/esm/sdk/containers.d.ts.map +0 -1
- package/esm/sdk/containers.js +0 -78
- package/esm/sdk/containers.js.map +0 -1
- package/src/funcs/containersGetDeployments.ts +0 -187
- package/src/funcs/containersListDeploymentEvents.ts +0 -186
- package/src/models/deploymentgroupmanagerresponse.ts +0 -38
- package/src/models/deploymentpagebackground.ts +0 -107
- package/src/models/domain.ts +0 -67
- package/src/models/generatedeepstoretokenresponse.ts +0 -68
- package/src/models/operations/connectmanagertogooglecloud.ts +0 -56
- package/src/models/operations/generatedeepstoretoken.ts +0 -55
- package/src/models/operations/getcontainerattention.ts +0 -160
- package/src/models/operations/getcontainerdefinitiondeployments.ts +0 -150
- package/src/models/operations/getcontainermachines.ts +0 -258
- package/src/models/operations/getcontaineroverview.ts +0 -223
- package/src/models/operations/getdeploymentcluster.ts +0 -168
- package/src/models/operations/getdeploymentcontainer.ts +0 -429
- package/src/models/operations/getdeploymentgroupmanager.ts +0 -71
- package/src/models/operations/getprojectbuildconfig.ts +0 -112
- package/src/models/operations/listdeploymentcontainerevents.ts +0 -192
- package/src/models/operations/listdeploymentcontainerinstanceevents.ts +0 -178
- package/src/models/operations/listdeploymentcontainers.ts +0 -110
- package/src/models/operations/listdeploymentfilterplatforms.ts +0 -94
- package/src/models/operations/listdeploymentmachines.ts +0 -196
- package/src/sdk/containers.ts +0 -159
|
@@ -7,13 +7,44 @@ import { collectExtraKeys as collectExtraKeys$, safeParse, } from "../lib/schema
|
|
|
7
7
|
export const SyncReconcileResponseCurrentReleaseManagementEnum = {
|
|
8
8
|
Auto: "auto",
|
|
9
9
|
};
|
|
10
|
+
/**
|
|
11
|
+
* IAM effect. Defaults to Allow.
|
|
12
|
+
*/
|
|
13
|
+
export const SyncReconcileResponseCurrentReleaseOverrideEffect = {
|
|
14
|
+
Allow: "Allow",
|
|
15
|
+
Deny: "Deny",
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* IAM effect. Defaults to Allow.
|
|
19
|
+
*/
|
|
20
|
+
export const SyncReconcileResponseCurrentReleaseExtendEffect = {
|
|
21
|
+
Allow: "Allow",
|
|
22
|
+
Deny: "Deny",
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* IAM effect. Defaults to Allow.
|
|
26
|
+
*/
|
|
27
|
+
export const SyncReconcileResponseCurrentReleaseProfileEffect = {
|
|
28
|
+
Allow: "Allow",
|
|
29
|
+
Deny: "Deny",
|
|
30
|
+
};
|
|
10
31
|
/**
|
|
11
32
|
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
12
33
|
*/
|
|
13
34
|
export const SyncReconcileResponseCurrentReleaseLifecycle = {
|
|
14
35
|
Frozen: "frozen",
|
|
15
36
|
Live: "live",
|
|
16
|
-
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Represents the target cloud platform.
|
|
40
|
+
*/
|
|
41
|
+
export const SyncReconcileResponseCurrentReleaseSupportedPlatform = {
|
|
42
|
+
Aws: "aws",
|
|
43
|
+
Gcp: "gcp",
|
|
44
|
+
Azure: "azure",
|
|
45
|
+
Kubernetes: "kubernetes",
|
|
46
|
+
Local: "local",
|
|
47
|
+
Test: "test",
|
|
17
48
|
};
|
|
18
49
|
export const SyncReconcileResponsePlatformTest = {
|
|
19
50
|
Test: "test",
|
|
@@ -41,16 +72,75 @@ export const SyncReconcileResponseCurrentPlatform = {
|
|
|
41
72
|
Local: "local",
|
|
42
73
|
Test: "test",
|
|
43
74
|
};
|
|
75
|
+
/**
|
|
76
|
+
* Scope for a delete operation.
|
|
77
|
+
*
|
|
78
|
+
* @remarks
|
|
79
|
+
*
|
|
80
|
+
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
81
|
+
* resources. Live-only deletes are used by setup handoff resources
|
|
82
|
+
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
83
|
+
* before setup tears down Frozen resources.
|
|
84
|
+
*/
|
|
85
|
+
export const SyncReconcileResponseDeleteScopeEnum = {
|
|
86
|
+
Full: "full",
|
|
87
|
+
LiveOnly: "liveOnly",
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* Scope for a delete operation.
|
|
91
|
+
*
|
|
92
|
+
* @remarks
|
|
93
|
+
*
|
|
94
|
+
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
95
|
+
* resources. Live-only deletes are used by setup handoff resources
|
|
96
|
+
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
97
|
+
* before setup tears down Frozen resources.
|
|
98
|
+
*/
|
|
99
|
+
export const SyncReconcileResponsePendingDeleteScopeEnum = {
|
|
100
|
+
Full: "full",
|
|
101
|
+
LiveOnly: "liveOnly",
|
|
102
|
+
};
|
|
44
103
|
export const SyncReconcileResponsePreparedStackManagementEnum = {
|
|
45
104
|
Auto: "auto",
|
|
46
105
|
};
|
|
106
|
+
/**
|
|
107
|
+
* IAM effect. Defaults to Allow.
|
|
108
|
+
*/
|
|
109
|
+
export const SyncReconcileResponsePreparedStackOverrideEffect = {
|
|
110
|
+
Allow: "Allow",
|
|
111
|
+
Deny: "Deny",
|
|
112
|
+
};
|
|
113
|
+
/**
|
|
114
|
+
* IAM effect. Defaults to Allow.
|
|
115
|
+
*/
|
|
116
|
+
export const SyncReconcileResponsePreparedStackExtendEffect = {
|
|
117
|
+
Allow: "Allow",
|
|
118
|
+
Deny: "Deny",
|
|
119
|
+
};
|
|
120
|
+
/**
|
|
121
|
+
* IAM effect. Defaults to Allow.
|
|
122
|
+
*/
|
|
123
|
+
export const SyncReconcileResponsePreparedStackProfileEffect = {
|
|
124
|
+
Allow: "Allow",
|
|
125
|
+
Deny: "Deny",
|
|
126
|
+
};
|
|
47
127
|
/**
|
|
48
128
|
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
49
129
|
*/
|
|
50
130
|
export const SyncReconcileResponsePreparedStackLifecycle = {
|
|
51
131
|
Frozen: "frozen",
|
|
52
132
|
Live: "live",
|
|
53
|
-
|
|
133
|
+
};
|
|
134
|
+
/**
|
|
135
|
+
* Represents the target cloud platform.
|
|
136
|
+
*/
|
|
137
|
+
export const SyncReconcileResponsePreparedStackSupportedPlatform = {
|
|
138
|
+
Aws: "aws",
|
|
139
|
+
Gcp: "gcp",
|
|
140
|
+
Azure: "azure",
|
|
141
|
+
Kubernetes: "kubernetes",
|
|
142
|
+
Local: "local",
|
|
143
|
+
Test: "test",
|
|
54
144
|
};
|
|
55
145
|
/**
|
|
56
146
|
* Represents the target cloud platform.
|
|
@@ -63,13 +153,23 @@ export const SyncReconcileResponseStackStatePlatform = {
|
|
|
63
153
|
Local: "local",
|
|
64
154
|
Test: "test",
|
|
65
155
|
};
|
|
156
|
+
/**
|
|
157
|
+
* Represents the target cloud platform.
|
|
158
|
+
*/
|
|
159
|
+
export const SyncReconcileResponseControllerPlatformEnum = {
|
|
160
|
+
Aws: "aws",
|
|
161
|
+
Gcp: "gcp",
|
|
162
|
+
Azure: "azure",
|
|
163
|
+
Kubernetes: "kubernetes",
|
|
164
|
+
Local: "local",
|
|
165
|
+
Test: "test",
|
|
166
|
+
};
|
|
66
167
|
/**
|
|
67
168
|
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
68
169
|
*/
|
|
69
170
|
export const SyncReconcileResponseStackStateLifecycleEnum = {
|
|
70
171
|
Frozen: "frozen",
|
|
71
172
|
Live: "live",
|
|
72
|
-
LiveOnSetup: "live-on-setup",
|
|
73
173
|
};
|
|
74
174
|
/**
|
|
75
175
|
* Represents the high-level status of a resource during its lifecycle.
|
|
@@ -104,17 +204,60 @@ export const SyncReconcileResponseStatus = {
|
|
|
104
204
|
Deleting: "deleting",
|
|
105
205
|
DeleteFailed: "delete-failed",
|
|
106
206
|
Deleted: "deleted",
|
|
207
|
+
Error: "error",
|
|
107
208
|
};
|
|
108
209
|
export const SyncReconcileResponseTargetReleaseManagementEnum = {
|
|
109
210
|
Auto: "auto",
|
|
110
211
|
};
|
|
212
|
+
/**
|
|
213
|
+
* IAM effect. Defaults to Allow.
|
|
214
|
+
*/
|
|
215
|
+
export const SyncReconcileResponseTargetReleaseOverrideEffect = {
|
|
216
|
+
Allow: "Allow",
|
|
217
|
+
Deny: "Deny",
|
|
218
|
+
};
|
|
219
|
+
/**
|
|
220
|
+
* IAM effect. Defaults to Allow.
|
|
221
|
+
*/
|
|
222
|
+
export const SyncReconcileResponseTargetReleaseExtendEffect = {
|
|
223
|
+
Allow: "Allow",
|
|
224
|
+
Deny: "Deny",
|
|
225
|
+
};
|
|
226
|
+
/**
|
|
227
|
+
* IAM effect. Defaults to Allow.
|
|
228
|
+
*/
|
|
229
|
+
export const SyncReconcileResponseTargetReleaseProfileEffect = {
|
|
230
|
+
Allow: "Allow",
|
|
231
|
+
Deny: "Deny",
|
|
232
|
+
};
|
|
111
233
|
/**
|
|
112
234
|
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
113
235
|
*/
|
|
114
236
|
export const SyncReconcileResponseTargetReleaseLifecycle = {
|
|
115
237
|
Frozen: "frozen",
|
|
116
238
|
Live: "live",
|
|
117
|
-
|
|
239
|
+
};
|
|
240
|
+
/**
|
|
241
|
+
* Represents the target cloud platform.
|
|
242
|
+
*/
|
|
243
|
+
export const SyncReconcileResponseTargetReleaseSupportedPlatform = {
|
|
244
|
+
Aws: "aws",
|
|
245
|
+
Gcp: "gcp",
|
|
246
|
+
Azure: "azure",
|
|
247
|
+
Kubernetes: "kubernetes",
|
|
248
|
+
Local: "local",
|
|
249
|
+
Test: "test",
|
|
250
|
+
};
|
|
251
|
+
/**
|
|
252
|
+
* Represents the target cloud platform.
|
|
253
|
+
*/
|
|
254
|
+
export const SyncReconcileResponseBasePlatformEnum = {
|
|
255
|
+
Aws: "aws",
|
|
256
|
+
Gcp: "gcp",
|
|
257
|
+
Azure: "azure",
|
|
258
|
+
Kubernetes: "kubernetes",
|
|
259
|
+
Local: "local",
|
|
260
|
+
Test: "test",
|
|
118
261
|
};
|
|
119
262
|
export const SyncReconcileResponseComputeBackendType = {
|
|
120
263
|
Horizon: "horizon",
|
|
@@ -147,6 +290,9 @@ export const SyncReconcileResponseEnvironmentVariablesType = {
|
|
|
147
290
|
Plain: "plain",
|
|
148
291
|
Secret: "secret",
|
|
149
292
|
};
|
|
293
|
+
export const SyncReconcileResponseTypeContainerAppsEnvironment = {
|
|
294
|
+
ContainerAppsEnvironment: "container_apps_environment",
|
|
295
|
+
};
|
|
150
296
|
export const SyncReconcileResponseTypeVault5 = {
|
|
151
297
|
Vault: "vault",
|
|
152
298
|
};
|
|
@@ -189,6 +335,9 @@ export const SyncReconcileResponseTypeKv2 = {
|
|
|
189
335
|
export const SyncReconcileResponseTypeKv1 = {
|
|
190
336
|
Kv: "kv",
|
|
191
337
|
};
|
|
338
|
+
export const SyncReconcileResponseTypeQueue4 = {
|
|
339
|
+
Queue: "queue",
|
|
340
|
+
};
|
|
192
341
|
export const SyncReconcileResponseTypeQueue3 = {
|
|
193
342
|
Queue: "queue",
|
|
194
343
|
};
|
|
@@ -236,6 +385,59 @@ export const SyncReconcileResponseHeartbeats = {
|
|
|
236
385
|
Off: "off",
|
|
237
386
|
On: "on",
|
|
238
387
|
};
|
|
388
|
+
/**
|
|
389
|
+
* Ownership model for the Kubernetes cluster.
|
|
390
|
+
*/
|
|
391
|
+
export const SyncReconcileResponseOwnership = {
|
|
392
|
+
Managed: "managed",
|
|
393
|
+
Existing: "existing",
|
|
394
|
+
External: "external",
|
|
395
|
+
};
|
|
396
|
+
export const SyncReconcileResponseModeCustom = {
|
|
397
|
+
Custom: "custom",
|
|
398
|
+
};
|
|
399
|
+
export const SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum4 = {
|
|
400
|
+
AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
|
|
401
|
+
};
|
|
402
|
+
export const SyncReconcileResponseProviderGkeGatewayEnum4 = {
|
|
403
|
+
GkeGateway: "gkeGateway",
|
|
404
|
+
};
|
|
405
|
+
export const SyncReconcileResponseProviderAwsAlbEnum4 = {
|
|
406
|
+
AwsAlb: "awsAlb",
|
|
407
|
+
};
|
|
408
|
+
export const SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum3 = {
|
|
409
|
+
AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
|
|
410
|
+
};
|
|
411
|
+
export const SyncReconcileResponseProviderGkeGatewayEnum3 = {
|
|
412
|
+
GkeGateway: "gkeGateway",
|
|
413
|
+
};
|
|
414
|
+
export const SyncReconcileResponseProviderAwsAlbEnum3 = {
|
|
415
|
+
AwsAlb: "awsAlb",
|
|
416
|
+
};
|
|
417
|
+
export const SyncReconcileResponseModeGenerated = {
|
|
418
|
+
Generated: "generated",
|
|
419
|
+
};
|
|
420
|
+
export const SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum2 = {
|
|
421
|
+
AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
|
|
422
|
+
};
|
|
423
|
+
export const SyncReconcileResponseProviderGkeGatewayEnum2 = {
|
|
424
|
+
GkeGateway: "gkeGateway",
|
|
425
|
+
};
|
|
426
|
+
export const SyncReconcileResponseProviderAwsAlbEnum2 = {
|
|
427
|
+
AwsAlb: "awsAlb",
|
|
428
|
+
};
|
|
429
|
+
export const SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum1 = {
|
|
430
|
+
AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
|
|
431
|
+
};
|
|
432
|
+
export const SyncReconcileResponseProviderGkeGatewayEnum1 = {
|
|
433
|
+
GkeGateway: "gkeGateway",
|
|
434
|
+
};
|
|
435
|
+
export const SyncReconcileResponseProviderAwsAlbEnum1 = {
|
|
436
|
+
AwsAlb: "awsAlb",
|
|
437
|
+
};
|
|
438
|
+
export const SyncReconcileResponseModeDisabled = {
|
|
439
|
+
Disabled: "disabled",
|
|
440
|
+
};
|
|
239
441
|
export const SyncReconcileResponseTypeByoVnetAzure = {
|
|
240
442
|
ByoVnetAzure: "byo-vnet-azure",
|
|
241
443
|
};
|
|
@@ -269,13 +471,44 @@ export const SyncReconcileResponseUpdates = {
|
|
|
269
471
|
export const ManagementReleaseInfoEnum = {
|
|
270
472
|
Auto: "auto",
|
|
271
473
|
};
|
|
474
|
+
/**
|
|
475
|
+
* IAM effect. Defaults to Allow.
|
|
476
|
+
*/
|
|
477
|
+
export const OverrideReleaseInfoEffect = {
|
|
478
|
+
Allow: "Allow",
|
|
479
|
+
Deny: "Deny",
|
|
480
|
+
};
|
|
481
|
+
/**
|
|
482
|
+
* IAM effect. Defaults to Allow.
|
|
483
|
+
*/
|
|
484
|
+
export const ExtendReleaseInfoEffect = {
|
|
485
|
+
Allow: "Allow",
|
|
486
|
+
Deny: "Deny",
|
|
487
|
+
};
|
|
488
|
+
/**
|
|
489
|
+
* IAM effect. Defaults to Allow.
|
|
490
|
+
*/
|
|
491
|
+
export const ProfileReleaseInfoEffect = {
|
|
492
|
+
Allow: "Allow",
|
|
493
|
+
Deny: "Deny",
|
|
494
|
+
};
|
|
272
495
|
/**
|
|
273
496
|
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
274
497
|
*/
|
|
275
498
|
export const ReleaseInfoLifecycle = {
|
|
276
499
|
Frozen: "frozen",
|
|
277
500
|
Live: "live",
|
|
278
|
-
|
|
501
|
+
};
|
|
502
|
+
/**
|
|
503
|
+
* Represents the target cloud platform.
|
|
504
|
+
*/
|
|
505
|
+
export const ReleaseInfoSupportedPlatform = {
|
|
506
|
+
Aws: "aws",
|
|
507
|
+
Gcp: "gcp",
|
|
508
|
+
Azure: "azure",
|
|
509
|
+
Kubernetes: "kubernetes",
|
|
510
|
+
Local: "local",
|
|
511
|
+
Test: "test",
|
|
279
512
|
};
|
|
280
513
|
/** @internal */
|
|
281
514
|
export const SyncReconcileResponseCurrentReleaseManagementEnum$inboundSchema = z.enum(SyncReconcileResponseCurrentReleaseManagementEnum);
|
|
@@ -307,11 +540,15 @@ export function syncReconcileResponseCurrentReleaseOverrideAwBindingFromJSON(jso
|
|
|
307
540
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseOverrideAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideAwBinding' from JSON`);
|
|
308
541
|
}
|
|
309
542
|
/** @internal */
|
|
543
|
+
export const SyncReconcileResponseCurrentReleaseOverrideEffect$inboundSchema = z.enum(SyncReconcileResponseCurrentReleaseOverrideEffect);
|
|
544
|
+
/** @internal */
|
|
310
545
|
export const SyncReconcileResponseCurrentReleaseOverrideAwGrant$inboundSchema = z
|
|
311
546
|
.object({
|
|
312
547
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
313
548
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
314
549
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
550
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
551
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
315
552
|
});
|
|
316
553
|
export function syncReconcileResponseCurrentReleaseOverrideAwGrantFromJSON(jsonString) {
|
|
317
554
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseOverrideAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideAwGrant' from JSON`);
|
|
@@ -319,7 +556,11 @@ export function syncReconcileResponseCurrentReleaseOverrideAwGrantFromJSON(jsonS
|
|
|
319
556
|
/** @internal */
|
|
320
557
|
export const SyncReconcileResponseCurrentReleaseOverrideAw$inboundSchema = z.object({
|
|
321
558
|
binding: z.lazy(() => SyncReconcileResponseCurrentReleaseOverrideAwBinding$inboundSchema),
|
|
559
|
+
description: z.nullable(z.string()).optional(),
|
|
560
|
+
effect: SyncReconcileResponseCurrentReleaseOverrideEffect$inboundSchema
|
|
561
|
+
.optional(),
|
|
322
562
|
grant: z.lazy(() => SyncReconcileResponseCurrentReleaseOverrideAwGrant$inboundSchema),
|
|
563
|
+
label: z.nullable(z.string()).optional(),
|
|
323
564
|
});
|
|
324
565
|
export function syncReconcileResponseCurrentReleaseOverrideAwFromJSON(jsonString) {
|
|
325
566
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseOverrideAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideAw' from JSON`);
|
|
@@ -355,6 +596,8 @@ export const SyncReconcileResponseCurrentReleaseOverrideAzureGrant$inboundSchema
|
|
|
355
596
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
356
597
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
357
598
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
599
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
600
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
358
601
|
});
|
|
359
602
|
export function syncReconcileResponseCurrentReleaseOverrideAzureGrantFromJSON(jsonString) {
|
|
360
603
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseOverrideAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideAzureGrant' from JSON`);
|
|
@@ -363,7 +606,9 @@ export function syncReconcileResponseCurrentReleaseOverrideAzureGrantFromJSON(js
|
|
|
363
606
|
export const SyncReconcileResponseCurrentReleaseOverrideAzure$inboundSchema = z
|
|
364
607
|
.object({
|
|
365
608
|
binding: z.lazy(() => SyncReconcileResponseCurrentReleaseOverrideAzureBinding$inboundSchema),
|
|
609
|
+
description: z.nullable(z.string()).optional(),
|
|
366
610
|
grant: z.lazy(() => SyncReconcileResponseCurrentReleaseOverrideAzureGrant$inboundSchema),
|
|
611
|
+
label: z.nullable(z.string()).optional(),
|
|
367
612
|
});
|
|
368
613
|
export function syncReconcileResponseCurrentReleaseOverrideAzureFromJSON(jsonString) {
|
|
369
614
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseOverrideAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideAzure' from JSON`);
|
|
@@ -444,6 +689,8 @@ export const SyncReconcileResponseCurrentReleaseOverrideGcpGrant$inboundSchema =
|
|
|
444
689
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
445
690
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
446
691
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
692
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
693
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
447
694
|
});
|
|
448
695
|
export function syncReconcileResponseCurrentReleaseOverrideGcpGrantFromJSON(jsonString) {
|
|
449
696
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseOverrideGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideGcpGrant' from JSON`);
|
|
@@ -451,7 +698,9 @@ export function syncReconcileResponseCurrentReleaseOverrideGcpGrantFromJSON(json
|
|
|
451
698
|
/** @internal */
|
|
452
699
|
export const SyncReconcileResponseCurrentReleaseOverrideGcp$inboundSchema = z.object({
|
|
453
700
|
binding: z.lazy(() => SyncReconcileResponseCurrentReleaseOverrideGcpBinding$inboundSchema),
|
|
701
|
+
description: z.nullable(z.string()).optional(),
|
|
454
702
|
grant: z.lazy(() => SyncReconcileResponseCurrentReleaseOverrideGcpGrant$inboundSchema),
|
|
703
|
+
label: z.nullable(z.string()).optional(),
|
|
455
704
|
});
|
|
456
705
|
export function syncReconcileResponseCurrentReleaseOverrideGcpFromJSON(jsonString) {
|
|
457
706
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseOverrideGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideGcp' from JSON`);
|
|
@@ -522,11 +771,15 @@ export function syncReconcileResponseCurrentReleaseExtendAwBindingFromJSON(jsonS
|
|
|
522
771
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseExtendAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendAwBinding' from JSON`);
|
|
523
772
|
}
|
|
524
773
|
/** @internal */
|
|
774
|
+
export const SyncReconcileResponseCurrentReleaseExtendEffect$inboundSchema = z.enum(SyncReconcileResponseCurrentReleaseExtendEffect);
|
|
775
|
+
/** @internal */
|
|
525
776
|
export const SyncReconcileResponseCurrentReleaseExtendAwGrant$inboundSchema = z
|
|
526
777
|
.object({
|
|
527
778
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
528
779
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
529
780
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
781
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
782
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
530
783
|
});
|
|
531
784
|
export function syncReconcileResponseCurrentReleaseExtendAwGrantFromJSON(jsonString) {
|
|
532
785
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseExtendAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendAwGrant' from JSON`);
|
|
@@ -534,7 +787,11 @@ export function syncReconcileResponseCurrentReleaseExtendAwGrantFromJSON(jsonStr
|
|
|
534
787
|
/** @internal */
|
|
535
788
|
export const SyncReconcileResponseCurrentReleaseExtendAw$inboundSchema = z.object({
|
|
536
789
|
binding: z.lazy(() => SyncReconcileResponseCurrentReleaseExtendAwBinding$inboundSchema),
|
|
790
|
+
description: z.nullable(z.string()).optional(),
|
|
791
|
+
effect: SyncReconcileResponseCurrentReleaseExtendEffect$inboundSchema
|
|
792
|
+
.optional(),
|
|
537
793
|
grant: z.lazy(() => SyncReconcileResponseCurrentReleaseExtendAwGrant$inboundSchema),
|
|
794
|
+
label: z.nullable(z.string()).optional(),
|
|
538
795
|
});
|
|
539
796
|
export function syncReconcileResponseCurrentReleaseExtendAwFromJSON(jsonString) {
|
|
540
797
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseExtendAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendAw' from JSON`);
|
|
@@ -571,6 +828,8 @@ export const SyncReconcileResponseCurrentReleaseExtendAzureGrant$inboundSchema =
|
|
|
571
828
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
572
829
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
573
830
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
831
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
832
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
574
833
|
});
|
|
575
834
|
export function syncReconcileResponseCurrentReleaseExtendAzureGrantFromJSON(jsonString) {
|
|
576
835
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseExtendAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendAzureGrant' from JSON`);
|
|
@@ -578,7 +837,9 @@ export function syncReconcileResponseCurrentReleaseExtendAzureGrantFromJSON(json
|
|
|
578
837
|
/** @internal */
|
|
579
838
|
export const SyncReconcileResponseCurrentReleaseExtendAzure$inboundSchema = z.object({
|
|
580
839
|
binding: z.lazy(() => SyncReconcileResponseCurrentReleaseExtendAzureBinding$inboundSchema),
|
|
840
|
+
description: z.nullable(z.string()).optional(),
|
|
581
841
|
grant: z.lazy(() => SyncReconcileResponseCurrentReleaseExtendAzureGrant$inboundSchema),
|
|
842
|
+
label: z.nullable(z.string()).optional(),
|
|
582
843
|
});
|
|
583
844
|
export function syncReconcileResponseCurrentReleaseExtendAzureFromJSON(jsonString) {
|
|
584
845
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseExtendAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendAzure' from JSON`);
|
|
@@ -658,6 +919,8 @@ export const SyncReconcileResponseCurrentReleaseExtendGcpGrant$inboundSchema = z
|
|
|
658
919
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
659
920
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
660
921
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
922
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
923
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
661
924
|
});
|
|
662
925
|
export function syncReconcileResponseCurrentReleaseExtendGcpGrantFromJSON(jsonString) {
|
|
663
926
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseExtendGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendGcpGrant' from JSON`);
|
|
@@ -665,7 +928,9 @@ export function syncReconcileResponseCurrentReleaseExtendGcpGrantFromJSON(jsonSt
|
|
|
665
928
|
/** @internal */
|
|
666
929
|
export const SyncReconcileResponseCurrentReleaseExtendGcp$inboundSchema = z.object({
|
|
667
930
|
binding: z.lazy(() => SyncReconcileResponseCurrentReleaseExtendGcpBinding$inboundSchema),
|
|
931
|
+
description: z.nullable(z.string()).optional(),
|
|
668
932
|
grant: z.lazy(() => SyncReconcileResponseCurrentReleaseExtendGcpGrant$inboundSchema),
|
|
933
|
+
label: z.nullable(z.string()).optional(),
|
|
669
934
|
});
|
|
670
935
|
export function syncReconcileResponseCurrentReleaseExtendGcpFromJSON(jsonString) {
|
|
671
936
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseExtendGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendGcp' from JSON`);
|
|
@@ -745,11 +1010,15 @@ export function syncReconcileResponseCurrentReleaseProfileAwBindingFromJSON(json
|
|
|
745
1010
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseProfileAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileAwBinding' from JSON`);
|
|
746
1011
|
}
|
|
747
1012
|
/** @internal */
|
|
1013
|
+
export const SyncReconcileResponseCurrentReleaseProfileEffect$inboundSchema = z.enum(SyncReconcileResponseCurrentReleaseProfileEffect);
|
|
1014
|
+
/** @internal */
|
|
748
1015
|
export const SyncReconcileResponseCurrentReleaseProfileAwGrant$inboundSchema = z
|
|
749
1016
|
.object({
|
|
750
1017
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
751
1018
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
752
1019
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1020
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1021
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
753
1022
|
});
|
|
754
1023
|
export function syncReconcileResponseCurrentReleaseProfileAwGrantFromJSON(jsonString) {
|
|
755
1024
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseProfileAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileAwGrant' from JSON`);
|
|
@@ -757,7 +1026,11 @@ export function syncReconcileResponseCurrentReleaseProfileAwGrantFromJSON(jsonSt
|
|
|
757
1026
|
/** @internal */
|
|
758
1027
|
export const SyncReconcileResponseCurrentReleaseProfileAw$inboundSchema = z.object({
|
|
759
1028
|
binding: z.lazy(() => SyncReconcileResponseCurrentReleaseProfileAwBinding$inboundSchema),
|
|
1029
|
+
description: z.nullable(z.string()).optional(),
|
|
1030
|
+
effect: SyncReconcileResponseCurrentReleaseProfileEffect$inboundSchema
|
|
1031
|
+
.optional(),
|
|
760
1032
|
grant: z.lazy(() => SyncReconcileResponseCurrentReleaseProfileAwGrant$inboundSchema),
|
|
1033
|
+
label: z.nullable(z.string()).optional(),
|
|
761
1034
|
});
|
|
762
1035
|
export function syncReconcileResponseCurrentReleaseProfileAwFromJSON(jsonString) {
|
|
763
1036
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseProfileAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileAw' from JSON`);
|
|
@@ -794,6 +1067,8 @@ export const SyncReconcileResponseCurrentReleaseProfileAzureGrant$inboundSchema
|
|
|
794
1067
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
795
1068
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
796
1069
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1070
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1071
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
797
1072
|
});
|
|
798
1073
|
export function syncReconcileResponseCurrentReleaseProfileAzureGrantFromJSON(jsonString) {
|
|
799
1074
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseProfileAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileAzureGrant' from JSON`);
|
|
@@ -802,7 +1077,9 @@ export function syncReconcileResponseCurrentReleaseProfileAzureGrantFromJSON(jso
|
|
|
802
1077
|
export const SyncReconcileResponseCurrentReleaseProfileAzure$inboundSchema = z
|
|
803
1078
|
.object({
|
|
804
1079
|
binding: z.lazy(() => SyncReconcileResponseCurrentReleaseProfileAzureBinding$inboundSchema),
|
|
1080
|
+
description: z.nullable(z.string()).optional(),
|
|
805
1081
|
grant: z.lazy(() => SyncReconcileResponseCurrentReleaseProfileAzureGrant$inboundSchema),
|
|
1082
|
+
label: z.nullable(z.string()).optional(),
|
|
806
1083
|
});
|
|
807
1084
|
export function syncReconcileResponseCurrentReleaseProfileAzureFromJSON(jsonString) {
|
|
808
1085
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseProfileAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileAzure' from JSON`);
|
|
@@ -882,6 +1159,8 @@ export const SyncReconcileResponseCurrentReleaseProfileGcpGrant$inboundSchema =
|
|
|
882
1159
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
883
1160
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
884
1161
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1162
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1163
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
885
1164
|
});
|
|
886
1165
|
export function syncReconcileResponseCurrentReleaseProfileGcpGrantFromJSON(jsonString) {
|
|
887
1166
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseProfileGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileGcpGrant' from JSON`);
|
|
@@ -889,7 +1168,9 @@ export function syncReconcileResponseCurrentReleaseProfileGcpGrantFromJSON(jsonS
|
|
|
889
1168
|
/** @internal */
|
|
890
1169
|
export const SyncReconcileResponseCurrentReleaseProfileGcp$inboundSchema = z.object({
|
|
891
1170
|
binding: z.lazy(() => SyncReconcileResponseCurrentReleaseProfileGcpBinding$inboundSchema),
|
|
1171
|
+
description: z.nullable(z.string()).optional(),
|
|
892
1172
|
grant: z.lazy(() => SyncReconcileResponseCurrentReleaseProfileGcpGrant$inboundSchema),
|
|
1173
|
+
label: z.nullable(z.string()).optional(),
|
|
893
1174
|
});
|
|
894
1175
|
export function syncReconcileResponseCurrentReleaseProfileGcpFromJSON(jsonString) {
|
|
895
1176
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseProfileGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileGcp' from JSON`);
|
|
@@ -965,10 +1246,14 @@ export function syncReconcileResponseCurrentReleaseResourcesFromJSON(jsonString)
|
|
|
965
1246
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseResources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseResources' from JSON`);
|
|
966
1247
|
}
|
|
967
1248
|
/** @internal */
|
|
1249
|
+
export const SyncReconcileResponseCurrentReleaseSupportedPlatform$inboundSchema = z
|
|
1250
|
+
.enum(SyncReconcileResponseCurrentReleaseSupportedPlatform);
|
|
1251
|
+
/** @internal */
|
|
968
1252
|
export const SyncReconcileResponseCurrentReleaseStack$inboundSchema = z.object({
|
|
969
1253
|
id: z.string(),
|
|
970
1254
|
permissions: z.lazy(() => SyncReconcileResponseCurrentReleasePermissions$inboundSchema).optional(),
|
|
971
1255
|
resources: z.record(z.string(), z.lazy(() => SyncReconcileResponseCurrentReleaseResources$inboundSchema)),
|
|
1256
|
+
supportedPlatforms: z.nullable(z.array(SyncReconcileResponseCurrentReleaseSupportedPlatform$inboundSchema)).optional(),
|
|
972
1257
|
});
|
|
973
1258
|
export function syncReconcileResponseCurrentReleaseStackFromJSON(jsonString) {
|
|
974
1259
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseStack' from JSON`);
|
|
@@ -1063,6 +1348,23 @@ export function syncReconcileResponseEnvironmentInfoUnionFromJSON(jsonString) {
|
|
|
1063
1348
|
/** @internal */
|
|
1064
1349
|
export const SyncReconcileResponseCurrentPlatform$inboundSchema = z.enum(SyncReconcileResponseCurrentPlatform);
|
|
1065
1350
|
/** @internal */
|
|
1351
|
+
export const SyncReconcileResponseDeleteScopeEnum$inboundSchema = z.enum(SyncReconcileResponseDeleteScopeEnum);
|
|
1352
|
+
/** @internal */
|
|
1353
|
+
export const SyncReconcileResponseDeleteScopeUnion$inboundSchema = z.union([SyncReconcileResponseDeleteScopeEnum$inboundSchema, z.any()]);
|
|
1354
|
+
export function syncReconcileResponseDeleteScopeUnionFromJSON(jsonString) {
|
|
1355
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseDeleteScopeUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDeleteScopeUnion' from JSON`);
|
|
1356
|
+
}
|
|
1357
|
+
/** @internal */
|
|
1358
|
+
export const SyncReconcileResponsePendingDeleteScopeEnum$inboundSchema = z.enum(SyncReconcileResponsePendingDeleteScopeEnum);
|
|
1359
|
+
/** @internal */
|
|
1360
|
+
export const SyncReconcileResponsePendingDeleteScopeUnion$inboundSchema = z.union([
|
|
1361
|
+
SyncReconcileResponsePendingDeleteScopeEnum$inboundSchema,
|
|
1362
|
+
z.any(),
|
|
1363
|
+
]);
|
|
1364
|
+
export function syncReconcileResponsePendingDeleteScopeUnionFromJSON(jsonString) {
|
|
1365
|
+
return safeParse(jsonString, (x) => SyncReconcileResponsePendingDeleteScopeUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePendingDeleteScopeUnion' from JSON`);
|
|
1366
|
+
}
|
|
1367
|
+
/** @internal */
|
|
1066
1368
|
export const SyncReconcileResponsePreparedStackManagementEnum$inboundSchema = z.enum(SyncReconcileResponsePreparedStackManagementEnum);
|
|
1067
1369
|
/** @internal */
|
|
1068
1370
|
export const SyncReconcileResponsePreparedStackOverrideAwResource$inboundSchema = z
|
|
@@ -1092,11 +1394,15 @@ export function syncReconcileResponsePreparedStackOverrideAwBindingFromJSON(json
|
|
|
1092
1394
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackOverrideAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideAwBinding' from JSON`);
|
|
1093
1395
|
}
|
|
1094
1396
|
/** @internal */
|
|
1397
|
+
export const SyncReconcileResponsePreparedStackOverrideEffect$inboundSchema = z.enum(SyncReconcileResponsePreparedStackOverrideEffect);
|
|
1398
|
+
/** @internal */
|
|
1095
1399
|
export const SyncReconcileResponsePreparedStackOverrideAwGrant$inboundSchema = z
|
|
1096
1400
|
.object({
|
|
1097
1401
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1098
1402
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1099
1403
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1404
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1405
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1100
1406
|
});
|
|
1101
1407
|
export function syncReconcileResponsePreparedStackOverrideAwGrantFromJSON(jsonString) {
|
|
1102
1408
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackOverrideAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideAwGrant' from JSON`);
|
|
@@ -1104,7 +1410,11 @@ export function syncReconcileResponsePreparedStackOverrideAwGrantFromJSON(jsonSt
|
|
|
1104
1410
|
/** @internal */
|
|
1105
1411
|
export const SyncReconcileResponsePreparedStackOverrideAw$inboundSchema = z.object({
|
|
1106
1412
|
binding: z.lazy(() => SyncReconcileResponsePreparedStackOverrideAwBinding$inboundSchema),
|
|
1413
|
+
description: z.nullable(z.string()).optional(),
|
|
1414
|
+
effect: SyncReconcileResponsePreparedStackOverrideEffect$inboundSchema
|
|
1415
|
+
.optional(),
|
|
1107
1416
|
grant: z.lazy(() => SyncReconcileResponsePreparedStackOverrideAwGrant$inboundSchema),
|
|
1417
|
+
label: z.nullable(z.string()).optional(),
|
|
1108
1418
|
});
|
|
1109
1419
|
export function syncReconcileResponsePreparedStackOverrideAwFromJSON(jsonString) {
|
|
1110
1420
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackOverrideAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideAw' from JSON`);
|
|
@@ -1141,6 +1451,8 @@ export const SyncReconcileResponsePreparedStackOverrideAzureGrant$inboundSchema
|
|
|
1141
1451
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1142
1452
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1143
1453
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1454
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1455
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1144
1456
|
});
|
|
1145
1457
|
export function syncReconcileResponsePreparedStackOverrideAzureGrantFromJSON(jsonString) {
|
|
1146
1458
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackOverrideAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideAzureGrant' from JSON`);
|
|
@@ -1149,7 +1461,9 @@ export function syncReconcileResponsePreparedStackOverrideAzureGrantFromJSON(jso
|
|
|
1149
1461
|
export const SyncReconcileResponsePreparedStackOverrideAzure$inboundSchema = z
|
|
1150
1462
|
.object({
|
|
1151
1463
|
binding: z.lazy(() => SyncReconcileResponsePreparedStackOverrideAzureBinding$inboundSchema),
|
|
1464
|
+
description: z.nullable(z.string()).optional(),
|
|
1152
1465
|
grant: z.lazy(() => SyncReconcileResponsePreparedStackOverrideAzureGrant$inboundSchema),
|
|
1466
|
+
label: z.nullable(z.string()).optional(),
|
|
1153
1467
|
});
|
|
1154
1468
|
export function syncReconcileResponsePreparedStackOverrideAzureFromJSON(jsonString) {
|
|
1155
1469
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackOverrideAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideAzure' from JSON`);
|
|
@@ -1229,6 +1543,8 @@ export const SyncReconcileResponsePreparedStackOverrideGcpGrant$inboundSchema =
|
|
|
1229
1543
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1230
1544
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1231
1545
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1546
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1547
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1232
1548
|
});
|
|
1233
1549
|
export function syncReconcileResponsePreparedStackOverrideGcpGrantFromJSON(jsonString) {
|
|
1234
1550
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackOverrideGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideGcpGrant' from JSON`);
|
|
@@ -1236,7 +1552,9 @@ export function syncReconcileResponsePreparedStackOverrideGcpGrantFromJSON(jsonS
|
|
|
1236
1552
|
/** @internal */
|
|
1237
1553
|
export const SyncReconcileResponsePreparedStackOverrideGcp$inboundSchema = z.object({
|
|
1238
1554
|
binding: z.lazy(() => SyncReconcileResponsePreparedStackOverrideGcpBinding$inboundSchema),
|
|
1555
|
+
description: z.nullable(z.string()).optional(),
|
|
1239
1556
|
grant: z.lazy(() => SyncReconcileResponsePreparedStackOverrideGcpGrant$inboundSchema),
|
|
1557
|
+
label: z.nullable(z.string()).optional(),
|
|
1240
1558
|
});
|
|
1241
1559
|
export function syncReconcileResponsePreparedStackOverrideGcpFromJSON(jsonString) {
|
|
1242
1560
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackOverrideGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideGcp' from JSON`);
|
|
@@ -1306,11 +1624,15 @@ export function syncReconcileResponsePreparedStackExtendAwBindingFromJSON(jsonSt
|
|
|
1306
1624
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackExtendAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendAwBinding' from JSON`);
|
|
1307
1625
|
}
|
|
1308
1626
|
/** @internal */
|
|
1627
|
+
export const SyncReconcileResponsePreparedStackExtendEffect$inboundSchema = z.enum(SyncReconcileResponsePreparedStackExtendEffect);
|
|
1628
|
+
/** @internal */
|
|
1309
1629
|
export const SyncReconcileResponsePreparedStackExtendAwGrant$inboundSchema = z
|
|
1310
1630
|
.object({
|
|
1311
1631
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1312
1632
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1313
1633
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1634
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1635
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1314
1636
|
});
|
|
1315
1637
|
export function syncReconcileResponsePreparedStackExtendAwGrantFromJSON(jsonString) {
|
|
1316
1638
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackExtendAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendAwGrant' from JSON`);
|
|
@@ -1318,7 +1640,11 @@ export function syncReconcileResponsePreparedStackExtendAwGrantFromJSON(jsonStri
|
|
|
1318
1640
|
/** @internal */
|
|
1319
1641
|
export const SyncReconcileResponsePreparedStackExtendAw$inboundSchema = z.object({
|
|
1320
1642
|
binding: z.lazy(() => SyncReconcileResponsePreparedStackExtendAwBinding$inboundSchema),
|
|
1643
|
+
description: z.nullable(z.string()).optional(),
|
|
1644
|
+
effect: SyncReconcileResponsePreparedStackExtendEffect$inboundSchema
|
|
1645
|
+
.optional(),
|
|
1321
1646
|
grant: z.lazy(() => SyncReconcileResponsePreparedStackExtendAwGrant$inboundSchema),
|
|
1647
|
+
label: z.nullable(z.string()).optional(),
|
|
1322
1648
|
});
|
|
1323
1649
|
export function syncReconcileResponsePreparedStackExtendAwFromJSON(jsonString) {
|
|
1324
1650
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackExtendAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendAw' from JSON`);
|
|
@@ -1354,6 +1680,8 @@ export const SyncReconcileResponsePreparedStackExtendAzureGrant$inboundSchema =
|
|
|
1354
1680
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1355
1681
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1356
1682
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1683
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1684
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1357
1685
|
});
|
|
1358
1686
|
export function syncReconcileResponsePreparedStackExtendAzureGrantFromJSON(jsonString) {
|
|
1359
1687
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackExtendAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendAzureGrant' from JSON`);
|
|
@@ -1361,7 +1689,9 @@ export function syncReconcileResponsePreparedStackExtendAzureGrantFromJSON(jsonS
|
|
|
1361
1689
|
/** @internal */
|
|
1362
1690
|
export const SyncReconcileResponsePreparedStackExtendAzure$inboundSchema = z.object({
|
|
1363
1691
|
binding: z.lazy(() => SyncReconcileResponsePreparedStackExtendAzureBinding$inboundSchema),
|
|
1692
|
+
description: z.nullable(z.string()).optional(),
|
|
1364
1693
|
grant: z.lazy(() => SyncReconcileResponsePreparedStackExtendAzureGrant$inboundSchema),
|
|
1694
|
+
label: z.nullable(z.string()).optional(),
|
|
1365
1695
|
});
|
|
1366
1696
|
export function syncReconcileResponsePreparedStackExtendAzureFromJSON(jsonString) {
|
|
1367
1697
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackExtendAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendAzure' from JSON`);
|
|
@@ -1442,6 +1772,8 @@ export const SyncReconcileResponsePreparedStackExtendGcpGrant$inboundSchema = z
|
|
|
1442
1772
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1443
1773
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1444
1774
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1775
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1776
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1445
1777
|
});
|
|
1446
1778
|
export function syncReconcileResponsePreparedStackExtendGcpGrantFromJSON(jsonString) {
|
|
1447
1779
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackExtendGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendGcpGrant' from JSON`);
|
|
@@ -1449,7 +1781,9 @@ export function syncReconcileResponsePreparedStackExtendGcpGrantFromJSON(jsonStr
|
|
|
1449
1781
|
/** @internal */
|
|
1450
1782
|
export const SyncReconcileResponsePreparedStackExtendGcp$inboundSchema = z.object({
|
|
1451
1783
|
binding: z.lazy(() => SyncReconcileResponsePreparedStackExtendGcpBinding$inboundSchema),
|
|
1784
|
+
description: z.nullable(z.string()).optional(),
|
|
1452
1785
|
grant: z.lazy(() => SyncReconcileResponsePreparedStackExtendGcpGrant$inboundSchema),
|
|
1786
|
+
label: z.nullable(z.string()).optional(),
|
|
1453
1787
|
});
|
|
1454
1788
|
export function syncReconcileResponsePreparedStackExtendGcpFromJSON(jsonString) {
|
|
1455
1789
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackExtendGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendGcp' from JSON`);
|
|
@@ -1529,11 +1863,15 @@ export function syncReconcileResponsePreparedStackProfileAwBindingFromJSON(jsonS
|
|
|
1529
1863
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackProfileAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileAwBinding' from JSON`);
|
|
1530
1864
|
}
|
|
1531
1865
|
/** @internal */
|
|
1866
|
+
export const SyncReconcileResponsePreparedStackProfileEffect$inboundSchema = z.enum(SyncReconcileResponsePreparedStackProfileEffect);
|
|
1867
|
+
/** @internal */
|
|
1532
1868
|
export const SyncReconcileResponsePreparedStackProfileAwGrant$inboundSchema = z
|
|
1533
1869
|
.object({
|
|
1534
1870
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1535
1871
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1536
1872
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1873
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1874
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1537
1875
|
});
|
|
1538
1876
|
export function syncReconcileResponsePreparedStackProfileAwGrantFromJSON(jsonString) {
|
|
1539
1877
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackProfileAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileAwGrant' from JSON`);
|
|
@@ -1541,7 +1879,11 @@ export function syncReconcileResponsePreparedStackProfileAwGrantFromJSON(jsonStr
|
|
|
1541
1879
|
/** @internal */
|
|
1542
1880
|
export const SyncReconcileResponsePreparedStackProfileAw$inboundSchema = z.object({
|
|
1543
1881
|
binding: z.lazy(() => SyncReconcileResponsePreparedStackProfileAwBinding$inboundSchema),
|
|
1882
|
+
description: z.nullable(z.string()).optional(),
|
|
1883
|
+
effect: SyncReconcileResponsePreparedStackProfileEffect$inboundSchema
|
|
1884
|
+
.optional(),
|
|
1544
1885
|
grant: z.lazy(() => SyncReconcileResponsePreparedStackProfileAwGrant$inboundSchema),
|
|
1886
|
+
label: z.nullable(z.string()).optional(),
|
|
1545
1887
|
});
|
|
1546
1888
|
export function syncReconcileResponsePreparedStackProfileAwFromJSON(jsonString) {
|
|
1547
1889
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackProfileAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileAw' from JSON`);
|
|
@@ -1578,6 +1920,8 @@ export const SyncReconcileResponsePreparedStackProfileAzureGrant$inboundSchema =
|
|
|
1578
1920
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1579
1921
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1580
1922
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1923
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1924
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1581
1925
|
});
|
|
1582
1926
|
export function syncReconcileResponsePreparedStackProfileAzureGrantFromJSON(jsonString) {
|
|
1583
1927
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackProfileAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileAzureGrant' from JSON`);
|
|
@@ -1585,7 +1929,9 @@ export function syncReconcileResponsePreparedStackProfileAzureGrantFromJSON(json
|
|
|
1585
1929
|
/** @internal */
|
|
1586
1930
|
export const SyncReconcileResponsePreparedStackProfileAzure$inboundSchema = z.object({
|
|
1587
1931
|
binding: z.lazy(() => SyncReconcileResponsePreparedStackProfileAzureBinding$inboundSchema),
|
|
1932
|
+
description: z.nullable(z.string()).optional(),
|
|
1588
1933
|
grant: z.lazy(() => SyncReconcileResponsePreparedStackProfileAzureGrant$inboundSchema),
|
|
1934
|
+
label: z.nullable(z.string()).optional(),
|
|
1589
1935
|
});
|
|
1590
1936
|
export function syncReconcileResponsePreparedStackProfileAzureFromJSON(jsonString) {
|
|
1591
1937
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackProfileAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileAzure' from JSON`);
|
|
@@ -1665,6 +2011,8 @@ export const SyncReconcileResponsePreparedStackProfileGcpGrant$inboundSchema = z
|
|
|
1665
2011
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1666
2012
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1667
2013
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2014
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2015
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1668
2016
|
});
|
|
1669
2017
|
export function syncReconcileResponsePreparedStackProfileGcpGrantFromJSON(jsonString) {
|
|
1670
2018
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackProfileGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileGcpGrant' from JSON`);
|
|
@@ -1672,7 +2020,9 @@ export function syncReconcileResponsePreparedStackProfileGcpGrantFromJSON(jsonSt
|
|
|
1672
2020
|
/** @internal */
|
|
1673
2021
|
export const SyncReconcileResponsePreparedStackProfileGcp$inboundSchema = z.object({
|
|
1674
2022
|
binding: z.lazy(() => SyncReconcileResponsePreparedStackProfileGcpBinding$inboundSchema),
|
|
2023
|
+
description: z.nullable(z.string()).optional(),
|
|
1675
2024
|
grant: z.lazy(() => SyncReconcileResponsePreparedStackProfileGcpGrant$inboundSchema),
|
|
2025
|
+
label: z.nullable(z.string()).optional(),
|
|
1676
2026
|
});
|
|
1677
2027
|
export function syncReconcileResponsePreparedStackProfileGcpFromJSON(jsonString) {
|
|
1678
2028
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackProfileGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileGcp' from JSON`);
|
|
@@ -1748,10 +2098,14 @@ export function syncReconcileResponsePreparedStackResourcesFromJSON(jsonString)
|
|
|
1748
2098
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackResources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackResources' from JSON`);
|
|
1749
2099
|
}
|
|
1750
2100
|
/** @internal */
|
|
2101
|
+
export const SyncReconcileResponsePreparedStackSupportedPlatform$inboundSchema = z
|
|
2102
|
+
.enum(SyncReconcileResponsePreparedStackSupportedPlatform);
|
|
2103
|
+
/** @internal */
|
|
1751
2104
|
export const SyncReconcileResponsePreparedStack$inboundSchema = z.object({
|
|
1752
2105
|
id: z.string(),
|
|
1753
2106
|
permissions: z.lazy(() => SyncReconcileResponsePreparedStackPermissions$inboundSchema).optional(),
|
|
1754
2107
|
resources: z.record(z.string(), z.lazy(() => SyncReconcileResponsePreparedStackResources$inboundSchema)),
|
|
2108
|
+
supportedPlatforms: z.nullable(z.array(SyncReconcileResponsePreparedStackSupportedPlatform$inboundSchema)).optional(),
|
|
1755
2109
|
});
|
|
1756
2110
|
export function syncReconcileResponsePreparedStackFromJSON(jsonString) {
|
|
1757
2111
|
return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStack' from JSON`);
|
|
@@ -1766,11 +2120,17 @@ export function syncReconcileResponsePreparedStackUnionFromJSON(jsonString) {
|
|
|
1766
2120
|
}
|
|
1767
2121
|
/** @internal */
|
|
1768
2122
|
export const SyncReconcileResponseRuntimeMetadata$inboundSchema = z.object({
|
|
2123
|
+
deleteScope: z.nullable(z.union([SyncReconcileResponseDeleteScopeEnum$inboundSchema, z.any()])).optional(),
|
|
1769
2124
|
lastSyncedEnvVarsHash: z.nullable(z.string()).optional(),
|
|
2125
|
+
pendingDeleteScope: z.nullable(z.union([
|
|
2126
|
+
SyncReconcileResponsePendingDeleteScopeEnum$inboundSchema,
|
|
2127
|
+
z.any(),
|
|
2128
|
+
])).optional(),
|
|
1770
2129
|
preparedStack: z.nullable(z.union([
|
|
1771
2130
|
z.lazy(() => SyncReconcileResponsePreparedStack$inboundSchema),
|
|
1772
2131
|
z.any(),
|
|
1773
2132
|
])).optional(),
|
|
2133
|
+
registryAccessGranted: z.boolean().optional(),
|
|
1774
2134
|
});
|
|
1775
2135
|
export function syncReconcileResponseRuntimeMetadataFromJSON(jsonString) {
|
|
1776
2136
|
return safeParse(jsonString, (x) => SyncReconcileResponseRuntimeMetadata$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRuntimeMetadata' from JSON`);
|
|
@@ -1794,6 +2154,16 @@ export function syncReconcileResponseStackStateConfigFromJSON(jsonString) {
|
|
|
1794
2154
|
return safeParse(jsonString, (x) => SyncReconcileResponseStackStateConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseStackStateConfig' from JSON`);
|
|
1795
2155
|
}
|
|
1796
2156
|
/** @internal */
|
|
2157
|
+
export const SyncReconcileResponseControllerPlatformEnum$inboundSchema = z.enum(SyncReconcileResponseControllerPlatformEnum);
|
|
2158
|
+
/** @internal */
|
|
2159
|
+
export const SyncReconcileResponseControllerPlatformUnion$inboundSchema = z.union([
|
|
2160
|
+
SyncReconcileResponseControllerPlatformEnum$inboundSchema,
|
|
2161
|
+
z.any(),
|
|
2162
|
+
]);
|
|
2163
|
+
export function syncReconcileResponseControllerPlatformUnionFromJSON(jsonString) {
|
|
2164
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseControllerPlatformUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseControllerPlatformUnion' from JSON`);
|
|
2165
|
+
}
|
|
2166
|
+
/** @internal */
|
|
1797
2167
|
export const SyncReconcileResponseStackStateDependency$inboundSchema = z.object({
|
|
1798
2168
|
id: z.string(),
|
|
1799
2169
|
type: z.string(),
|
|
@@ -1805,6 +2175,7 @@ export function syncReconcileResponseStackStateDependencyFromJSON(jsonString) {
|
|
|
1805
2175
|
export const SyncReconcileResponseError$inboundSchema = z.object({
|
|
1806
2176
|
code: z.string(),
|
|
1807
2177
|
context: z.nullable(z.any()).optional(),
|
|
2178
|
+
hint: z.nullable(z.string()).optional(),
|
|
1808
2179
|
httpStatusCode: z.nullable(z.int()).optional(),
|
|
1809
2180
|
internal: z.boolean(),
|
|
1810
2181
|
message: z.string(),
|
|
@@ -1866,9 +2237,12 @@ export const SyncReconcileResponseStackStateStatus$inboundSchema = z.enum(SyncRe
|
|
|
1866
2237
|
export const SyncReconcileResponseStackStateResources$inboundSchema = z.object({
|
|
1867
2238
|
_internal: z.nullable(z.any()).optional(),
|
|
1868
2239
|
config: z.lazy(() => SyncReconcileResponseStackStateConfig$inboundSchema),
|
|
2240
|
+
controllerPlatform: z.nullable(z.union([
|
|
2241
|
+
SyncReconcileResponseControllerPlatformEnum$inboundSchema,
|
|
2242
|
+
z.any(),
|
|
2243
|
+
])).optional(),
|
|
1869
2244
|
dependencies: z.array(z.lazy(() => SyncReconcileResponseStackStateDependency$inboundSchema)).optional(),
|
|
1870
2245
|
error: z.nullable(z.union([z.lazy(() => SyncReconcileResponseError$inboundSchema), z.any()])).optional(),
|
|
1871
|
-
isExternallyProvisioned: z.boolean().optional(),
|
|
1872
2246
|
lastFailedState: z.nullable(z.any()).optional(),
|
|
1873
2247
|
lifecycle: z.nullable(z.union([
|
|
1874
2248
|
SyncReconcileResponseStackStateLifecycleEnum$inboundSchema,
|
|
@@ -1943,11 +2317,15 @@ export function syncReconcileResponseTargetReleaseOverrideAwBindingFromJSON(json
|
|
|
1943
2317
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseOverrideAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideAwBinding' from JSON`);
|
|
1944
2318
|
}
|
|
1945
2319
|
/** @internal */
|
|
2320
|
+
export const SyncReconcileResponseTargetReleaseOverrideEffect$inboundSchema = z.enum(SyncReconcileResponseTargetReleaseOverrideEffect);
|
|
2321
|
+
/** @internal */
|
|
1946
2322
|
export const SyncReconcileResponseTargetReleaseOverrideAwGrant$inboundSchema = z
|
|
1947
2323
|
.object({
|
|
1948
2324
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1949
2325
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1950
2326
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2327
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2328
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1951
2329
|
});
|
|
1952
2330
|
export function syncReconcileResponseTargetReleaseOverrideAwGrantFromJSON(jsonString) {
|
|
1953
2331
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseOverrideAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideAwGrant' from JSON`);
|
|
@@ -1955,7 +2333,11 @@ export function syncReconcileResponseTargetReleaseOverrideAwGrantFromJSON(jsonSt
|
|
|
1955
2333
|
/** @internal */
|
|
1956
2334
|
export const SyncReconcileResponseTargetReleaseOverrideAw$inboundSchema = z.object({
|
|
1957
2335
|
binding: z.lazy(() => SyncReconcileResponseTargetReleaseOverrideAwBinding$inboundSchema),
|
|
2336
|
+
description: z.nullable(z.string()).optional(),
|
|
2337
|
+
effect: SyncReconcileResponseTargetReleaseOverrideEffect$inboundSchema
|
|
2338
|
+
.optional(),
|
|
1958
2339
|
grant: z.lazy(() => SyncReconcileResponseTargetReleaseOverrideAwGrant$inboundSchema),
|
|
2340
|
+
label: z.nullable(z.string()).optional(),
|
|
1959
2341
|
});
|
|
1960
2342
|
export function syncReconcileResponseTargetReleaseOverrideAwFromJSON(jsonString) {
|
|
1961
2343
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseOverrideAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideAw' from JSON`);
|
|
@@ -1992,6 +2374,8 @@ export const SyncReconcileResponseTargetReleaseOverrideAzureGrant$inboundSchema
|
|
|
1992
2374
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
1993
2375
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1994
2376
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2377
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2378
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1995
2379
|
});
|
|
1996
2380
|
export function syncReconcileResponseTargetReleaseOverrideAzureGrantFromJSON(jsonString) {
|
|
1997
2381
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseOverrideAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideAzureGrant' from JSON`);
|
|
@@ -2000,7 +2384,9 @@ export function syncReconcileResponseTargetReleaseOverrideAzureGrantFromJSON(jso
|
|
|
2000
2384
|
export const SyncReconcileResponseTargetReleaseOverrideAzure$inboundSchema = z
|
|
2001
2385
|
.object({
|
|
2002
2386
|
binding: z.lazy(() => SyncReconcileResponseTargetReleaseOverrideAzureBinding$inboundSchema),
|
|
2387
|
+
description: z.nullable(z.string()).optional(),
|
|
2003
2388
|
grant: z.lazy(() => SyncReconcileResponseTargetReleaseOverrideAzureGrant$inboundSchema),
|
|
2389
|
+
label: z.nullable(z.string()).optional(),
|
|
2004
2390
|
});
|
|
2005
2391
|
export function syncReconcileResponseTargetReleaseOverrideAzureFromJSON(jsonString) {
|
|
2006
2392
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseOverrideAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideAzure' from JSON`);
|
|
@@ -2080,6 +2466,8 @@ export const SyncReconcileResponseTargetReleaseOverrideGcpGrant$inboundSchema =
|
|
|
2080
2466
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
2081
2467
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2082
2468
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2469
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2470
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
2083
2471
|
});
|
|
2084
2472
|
export function syncReconcileResponseTargetReleaseOverrideGcpGrantFromJSON(jsonString) {
|
|
2085
2473
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseOverrideGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideGcpGrant' from JSON`);
|
|
@@ -2087,7 +2475,9 @@ export function syncReconcileResponseTargetReleaseOverrideGcpGrantFromJSON(jsonS
|
|
|
2087
2475
|
/** @internal */
|
|
2088
2476
|
export const SyncReconcileResponseTargetReleaseOverrideGcp$inboundSchema = z.object({
|
|
2089
2477
|
binding: z.lazy(() => SyncReconcileResponseTargetReleaseOverrideGcpBinding$inboundSchema),
|
|
2478
|
+
description: z.nullable(z.string()).optional(),
|
|
2090
2479
|
grant: z.lazy(() => SyncReconcileResponseTargetReleaseOverrideGcpGrant$inboundSchema),
|
|
2480
|
+
label: z.nullable(z.string()).optional(),
|
|
2091
2481
|
});
|
|
2092
2482
|
export function syncReconcileResponseTargetReleaseOverrideGcpFromJSON(jsonString) {
|
|
2093
2483
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseOverrideGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideGcp' from JSON`);
|
|
@@ -2157,11 +2547,15 @@ export function syncReconcileResponseTargetReleaseExtendAwBindingFromJSON(jsonSt
|
|
|
2157
2547
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseExtendAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendAwBinding' from JSON`);
|
|
2158
2548
|
}
|
|
2159
2549
|
/** @internal */
|
|
2550
|
+
export const SyncReconcileResponseTargetReleaseExtendEffect$inboundSchema = z.enum(SyncReconcileResponseTargetReleaseExtendEffect);
|
|
2551
|
+
/** @internal */
|
|
2160
2552
|
export const SyncReconcileResponseTargetReleaseExtendAwGrant$inboundSchema = z
|
|
2161
2553
|
.object({
|
|
2162
2554
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
2163
2555
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2164
2556
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2557
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2558
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
2165
2559
|
});
|
|
2166
2560
|
export function syncReconcileResponseTargetReleaseExtendAwGrantFromJSON(jsonString) {
|
|
2167
2561
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseExtendAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendAwGrant' from JSON`);
|
|
@@ -2169,7 +2563,11 @@ export function syncReconcileResponseTargetReleaseExtendAwGrantFromJSON(jsonStri
|
|
|
2169
2563
|
/** @internal */
|
|
2170
2564
|
export const SyncReconcileResponseTargetReleaseExtendAw$inboundSchema = z.object({
|
|
2171
2565
|
binding: z.lazy(() => SyncReconcileResponseTargetReleaseExtendAwBinding$inboundSchema),
|
|
2566
|
+
description: z.nullable(z.string()).optional(),
|
|
2567
|
+
effect: SyncReconcileResponseTargetReleaseExtendEffect$inboundSchema
|
|
2568
|
+
.optional(),
|
|
2172
2569
|
grant: z.lazy(() => SyncReconcileResponseTargetReleaseExtendAwGrant$inboundSchema),
|
|
2570
|
+
label: z.nullable(z.string()).optional(),
|
|
2173
2571
|
});
|
|
2174
2572
|
export function syncReconcileResponseTargetReleaseExtendAwFromJSON(jsonString) {
|
|
2175
2573
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseExtendAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendAw' from JSON`);
|
|
@@ -2205,6 +2603,8 @@ export const SyncReconcileResponseTargetReleaseExtendAzureGrant$inboundSchema =
|
|
|
2205
2603
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
2206
2604
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2207
2605
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2606
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2607
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
2208
2608
|
});
|
|
2209
2609
|
export function syncReconcileResponseTargetReleaseExtendAzureGrantFromJSON(jsonString) {
|
|
2210
2610
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseExtendAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendAzureGrant' from JSON`);
|
|
@@ -2212,7 +2612,9 @@ export function syncReconcileResponseTargetReleaseExtendAzureGrantFromJSON(jsonS
|
|
|
2212
2612
|
/** @internal */
|
|
2213
2613
|
export const SyncReconcileResponseTargetReleaseExtendAzure$inboundSchema = z.object({
|
|
2214
2614
|
binding: z.lazy(() => SyncReconcileResponseTargetReleaseExtendAzureBinding$inboundSchema),
|
|
2615
|
+
description: z.nullable(z.string()).optional(),
|
|
2215
2616
|
grant: z.lazy(() => SyncReconcileResponseTargetReleaseExtendAzureGrant$inboundSchema),
|
|
2617
|
+
label: z.nullable(z.string()).optional(),
|
|
2216
2618
|
});
|
|
2217
2619
|
export function syncReconcileResponseTargetReleaseExtendAzureFromJSON(jsonString) {
|
|
2218
2620
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseExtendAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendAzure' from JSON`);
|
|
@@ -2293,6 +2695,8 @@ export const SyncReconcileResponseTargetReleaseExtendGcpGrant$inboundSchema = z
|
|
|
2293
2695
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
2294
2696
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2295
2697
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2698
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2699
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
2296
2700
|
});
|
|
2297
2701
|
export function syncReconcileResponseTargetReleaseExtendGcpGrantFromJSON(jsonString) {
|
|
2298
2702
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseExtendGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendGcpGrant' from JSON`);
|
|
@@ -2300,7 +2704,9 @@ export function syncReconcileResponseTargetReleaseExtendGcpGrantFromJSON(jsonStr
|
|
|
2300
2704
|
/** @internal */
|
|
2301
2705
|
export const SyncReconcileResponseTargetReleaseExtendGcp$inboundSchema = z.object({
|
|
2302
2706
|
binding: z.lazy(() => SyncReconcileResponseTargetReleaseExtendGcpBinding$inboundSchema),
|
|
2707
|
+
description: z.nullable(z.string()).optional(),
|
|
2303
2708
|
grant: z.lazy(() => SyncReconcileResponseTargetReleaseExtendGcpGrant$inboundSchema),
|
|
2709
|
+
label: z.nullable(z.string()).optional(),
|
|
2304
2710
|
});
|
|
2305
2711
|
export function syncReconcileResponseTargetReleaseExtendGcpFromJSON(jsonString) {
|
|
2306
2712
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseExtendGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendGcp' from JSON`);
|
|
@@ -2380,11 +2786,15 @@ export function syncReconcileResponseTargetReleaseProfileAwBindingFromJSON(jsonS
|
|
|
2380
2786
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseProfileAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileAwBinding' from JSON`);
|
|
2381
2787
|
}
|
|
2382
2788
|
/** @internal */
|
|
2789
|
+
export const SyncReconcileResponseTargetReleaseProfileEffect$inboundSchema = z.enum(SyncReconcileResponseTargetReleaseProfileEffect);
|
|
2790
|
+
/** @internal */
|
|
2383
2791
|
export const SyncReconcileResponseTargetReleaseProfileAwGrant$inboundSchema = z
|
|
2384
2792
|
.object({
|
|
2385
2793
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
2386
2794
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2387
2795
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2796
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2797
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
2388
2798
|
});
|
|
2389
2799
|
export function syncReconcileResponseTargetReleaseProfileAwGrantFromJSON(jsonString) {
|
|
2390
2800
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseProfileAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileAwGrant' from JSON`);
|
|
@@ -2392,7 +2802,11 @@ export function syncReconcileResponseTargetReleaseProfileAwGrantFromJSON(jsonStr
|
|
|
2392
2802
|
/** @internal */
|
|
2393
2803
|
export const SyncReconcileResponseTargetReleaseProfileAw$inboundSchema = z.object({
|
|
2394
2804
|
binding: z.lazy(() => SyncReconcileResponseTargetReleaseProfileAwBinding$inboundSchema),
|
|
2805
|
+
description: z.nullable(z.string()).optional(),
|
|
2806
|
+
effect: SyncReconcileResponseTargetReleaseProfileEffect$inboundSchema
|
|
2807
|
+
.optional(),
|
|
2395
2808
|
grant: z.lazy(() => SyncReconcileResponseTargetReleaseProfileAwGrant$inboundSchema),
|
|
2809
|
+
label: z.nullable(z.string()).optional(),
|
|
2396
2810
|
});
|
|
2397
2811
|
export function syncReconcileResponseTargetReleaseProfileAwFromJSON(jsonString) {
|
|
2398
2812
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseProfileAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileAw' from JSON`);
|
|
@@ -2429,6 +2843,8 @@ export const SyncReconcileResponseTargetReleaseProfileAzureGrant$inboundSchema =
|
|
|
2429
2843
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
2430
2844
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2431
2845
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2846
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2847
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
2432
2848
|
});
|
|
2433
2849
|
export function syncReconcileResponseTargetReleaseProfileAzureGrantFromJSON(jsonString) {
|
|
2434
2850
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseProfileAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileAzureGrant' from JSON`);
|
|
@@ -2436,7 +2852,9 @@ export function syncReconcileResponseTargetReleaseProfileAzureGrantFromJSON(json
|
|
|
2436
2852
|
/** @internal */
|
|
2437
2853
|
export const SyncReconcileResponseTargetReleaseProfileAzure$inboundSchema = z.object({
|
|
2438
2854
|
binding: z.lazy(() => SyncReconcileResponseTargetReleaseProfileAzureBinding$inboundSchema),
|
|
2855
|
+
description: z.nullable(z.string()).optional(),
|
|
2439
2856
|
grant: z.lazy(() => SyncReconcileResponseTargetReleaseProfileAzureGrant$inboundSchema),
|
|
2857
|
+
label: z.nullable(z.string()).optional(),
|
|
2440
2858
|
});
|
|
2441
2859
|
export function syncReconcileResponseTargetReleaseProfileAzureFromJSON(jsonString) {
|
|
2442
2860
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseProfileAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileAzure' from JSON`);
|
|
@@ -2516,6 +2934,8 @@ export const SyncReconcileResponseTargetReleaseProfileGcpGrant$inboundSchema = z
|
|
|
2516
2934
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
2517
2935
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2518
2936
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2937
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2938
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
2519
2939
|
});
|
|
2520
2940
|
export function syncReconcileResponseTargetReleaseProfileGcpGrantFromJSON(jsonString) {
|
|
2521
2941
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseProfileGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileGcpGrant' from JSON`);
|
|
@@ -2523,7 +2943,9 @@ export function syncReconcileResponseTargetReleaseProfileGcpGrantFromJSON(jsonSt
|
|
|
2523
2943
|
/** @internal */
|
|
2524
2944
|
export const SyncReconcileResponseTargetReleaseProfileGcp$inboundSchema = z.object({
|
|
2525
2945
|
binding: z.lazy(() => SyncReconcileResponseTargetReleaseProfileGcpBinding$inboundSchema),
|
|
2946
|
+
description: z.nullable(z.string()).optional(),
|
|
2526
2947
|
grant: z.lazy(() => SyncReconcileResponseTargetReleaseProfileGcpGrant$inboundSchema),
|
|
2948
|
+
label: z.nullable(z.string()).optional(),
|
|
2527
2949
|
});
|
|
2528
2950
|
export function syncReconcileResponseTargetReleaseProfileGcpFromJSON(jsonString) {
|
|
2529
2951
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseProfileGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileGcp' from JSON`);
|
|
@@ -2599,10 +3021,14 @@ export function syncReconcileResponseTargetReleaseResourcesFromJSON(jsonString)
|
|
|
2599
3021
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseResources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseResources' from JSON`);
|
|
2600
3022
|
}
|
|
2601
3023
|
/** @internal */
|
|
3024
|
+
export const SyncReconcileResponseTargetReleaseSupportedPlatform$inboundSchema = z
|
|
3025
|
+
.enum(SyncReconcileResponseTargetReleaseSupportedPlatform);
|
|
3026
|
+
/** @internal */
|
|
2602
3027
|
export const SyncReconcileResponseTargetReleaseStack$inboundSchema = z.object({
|
|
2603
3028
|
id: z.string(),
|
|
2604
3029
|
permissions: z.lazy(() => SyncReconcileResponseTargetReleasePermissions$inboundSchema).optional(),
|
|
2605
3030
|
resources: z.record(z.string(), z.lazy(() => SyncReconcileResponseTargetReleaseResources$inboundSchema)),
|
|
3031
|
+
supportedPlatforms: z.nullable(z.array(SyncReconcileResponseTargetReleaseSupportedPlatform$inboundSchema)).optional(),
|
|
2606
3032
|
});
|
|
2607
3033
|
export function syncReconcileResponseTargetReleaseStackFromJSON(jsonString) {
|
|
2608
3034
|
return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseStack' from JSON`);
|
|
@@ -2640,6 +3066,7 @@ export const SyncReconcileResponseCurrent$inboundSchema = z.object({
|
|
|
2640
3066
|
z.any(),
|
|
2641
3067
|
])).optional(),
|
|
2642
3068
|
platform: SyncReconcileResponseCurrentPlatform$inboundSchema,
|
|
3069
|
+
protocolVersion: z.int(),
|
|
2643
3070
|
retryRequested: z.boolean().optional(),
|
|
2644
3071
|
runtimeMetadata: z.nullable(z.union([
|
|
2645
3072
|
z.lazy(() => SyncReconcileResponseRuntimeMetadata$inboundSchema),
|
|
@@ -2659,20 +3086,11 @@ export function syncReconcileResponseCurrentFromJSON(jsonString) {
|
|
|
2659
3086
|
return safeParse(jsonString, (x) => SyncReconcileResponseCurrent$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrent' from JSON`);
|
|
2660
3087
|
}
|
|
2661
3088
|
/** @internal */
|
|
2662
|
-
export const
|
|
2663
|
-
authToken: z.nullable(z.string()).optional(),
|
|
2664
|
-
managerUrl: z.string(),
|
|
2665
|
-
});
|
|
2666
|
-
export function syncReconcileResponseArtifactRegistryFromJSON(jsonString) {
|
|
2667
|
-
return safeParse(jsonString, (x) => SyncReconcileResponseArtifactRegistry$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseArtifactRegistry' from JSON`);
|
|
2668
|
-
}
|
|
3089
|
+
export const SyncReconcileResponseBasePlatformEnum$inboundSchema = z.enum(SyncReconcileResponseBasePlatformEnum);
|
|
2669
3090
|
/** @internal */
|
|
2670
|
-
export const
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
]);
|
|
2674
|
-
export function syncReconcileResponseArtifactRegistryUnionFromJSON(jsonString) {
|
|
2675
|
-
return safeParse(jsonString, (x) => SyncReconcileResponseArtifactRegistryUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseArtifactRegistryUnion' from JSON`);
|
|
3091
|
+
export const SyncReconcileResponseBasePlatformUnion$inboundSchema = z.union([SyncReconcileResponseBasePlatformEnum$inboundSchema, z.any()]);
|
|
3092
|
+
export function syncReconcileResponseBasePlatformUnionFromJSON(jsonString) {
|
|
3093
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseBasePlatformUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseBasePlatformUnion' from JSON`);
|
|
2676
3094
|
}
|
|
2677
3095
|
/** @internal */
|
|
2678
3096
|
export const SyncReconcileResponseClusters$inboundSchema = z.object({
|
|
@@ -2683,12 +3101,114 @@ export function syncReconcileResponseClustersFromJSON(jsonString) {
|
|
|
2683
3101
|
return safeParse(jsonString, (x) => SyncReconcileResponseClusters$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseClusters' from JSON`);
|
|
2684
3102
|
}
|
|
2685
3103
|
/** @internal */
|
|
3104
|
+
export const SyncReconcileResponseHorizonMachineImageAws$inboundSchema = z.object({
|
|
3105
|
+
amis: z.record(z.string(), z.record(z.string(), z.string())),
|
|
3106
|
+
});
|
|
3107
|
+
export function syncReconcileResponseHorizonMachineImageAwsFromJSON(jsonString) {
|
|
3108
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseHorizonMachineImageAws$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseHorizonMachineImageAws' from JSON`);
|
|
3109
|
+
}
|
|
3110
|
+
/** @internal */
|
|
3111
|
+
export const SyncReconcileResponseHorizonMachineImageAwsUnion$inboundSchema = z
|
|
3112
|
+
.union([
|
|
3113
|
+
z.lazy(() => SyncReconcileResponseHorizonMachineImageAws$inboundSchema),
|
|
3114
|
+
z.any(),
|
|
3115
|
+
]);
|
|
3116
|
+
export function syncReconcileResponseHorizonMachineImageAwsUnionFromJSON(jsonString) {
|
|
3117
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseHorizonMachineImageAwsUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseHorizonMachineImageAwsUnion' from JSON`);
|
|
3118
|
+
}
|
|
3119
|
+
/** @internal */
|
|
3120
|
+
export const SyncReconcileResponseAzureImages$inboundSchema = z.object({
|
|
3121
|
+
imageVersionId: z.string(),
|
|
3122
|
+
});
|
|
3123
|
+
export function syncReconcileResponseAzureImagesFromJSON(jsonString) {
|
|
3124
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseAzureImages$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseAzureImages' from JSON`);
|
|
3125
|
+
}
|
|
3126
|
+
/** @internal */
|
|
3127
|
+
export const HorizonMachineImageAzureTarget$inboundSchema = z.object({
|
|
3128
|
+
images: z.record(z.string(), z.lazy(() => SyncReconcileResponseAzureImages$inboundSchema)),
|
|
3129
|
+
});
|
|
3130
|
+
export function horizonMachineImageAzureTargetFromJSON(jsonString) {
|
|
3131
|
+
return safeParse(jsonString, (x) => HorizonMachineImageAzureTarget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HorizonMachineImageAzureTarget' from JSON`);
|
|
3132
|
+
}
|
|
3133
|
+
/** @internal */
|
|
3134
|
+
export const HorizonMachineImageTargetAzureUnion$inboundSchema = z.union([
|
|
3135
|
+
z.lazy(() => HorizonMachineImageAzureTarget$inboundSchema),
|
|
3136
|
+
z.any(),
|
|
3137
|
+
]);
|
|
3138
|
+
export function horizonMachineImageTargetAzureUnionFromJSON(jsonString) {
|
|
3139
|
+
return safeParse(jsonString, (x) => HorizonMachineImageTargetAzureUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HorizonMachineImageTargetAzureUnion' from JSON`);
|
|
3140
|
+
}
|
|
3141
|
+
/** @internal */
|
|
3142
|
+
export const SyncReconcileResponseBaseImage$inboundSchema = z.object({
|
|
3143
|
+
name: z.string(),
|
|
3144
|
+
version: z.string(),
|
|
3145
|
+
});
|
|
3146
|
+
export function syncReconcileResponseBaseImageFromJSON(jsonString) {
|
|
3147
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseBaseImage$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseBaseImage' from JSON`);
|
|
3148
|
+
}
|
|
3149
|
+
/** @internal */
|
|
3150
|
+
export const SyncReconcileResponseGcpImages$inboundSchema = z.object({
|
|
3151
|
+
sourceImage: z.string(),
|
|
3152
|
+
});
|
|
3153
|
+
export function syncReconcileResponseGcpImagesFromJSON(jsonString) {
|
|
3154
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseGcpImages$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseGcpImages' from JSON`);
|
|
3155
|
+
}
|
|
3156
|
+
/** @internal */
|
|
3157
|
+
export const HorizonMachineImageGcpTarget$inboundSchema = z.object({
|
|
3158
|
+
images: z.record(z.string(), z.lazy(() => SyncReconcileResponseGcpImages$inboundSchema)),
|
|
3159
|
+
});
|
|
3160
|
+
export function horizonMachineImageGcpTargetFromJSON(jsonString) {
|
|
3161
|
+
return safeParse(jsonString, (x) => HorizonMachineImageGcpTarget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HorizonMachineImageGcpTarget' from JSON`);
|
|
3162
|
+
}
|
|
3163
|
+
/** @internal */
|
|
3164
|
+
export const HorizonMachineImageTargetGcpUnion$inboundSchema = z.union([
|
|
3165
|
+
z.lazy(() => HorizonMachineImageGcpTarget$inboundSchema),
|
|
3166
|
+
z.any(),
|
|
3167
|
+
]);
|
|
3168
|
+
export function horizonMachineImageTargetGcpUnionFromJSON(jsonString) {
|
|
3169
|
+
return safeParse(jsonString, (x) => HorizonMachineImageTargetGcpUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HorizonMachineImageTargetGcpUnion' from JSON`);
|
|
3170
|
+
}
|
|
3171
|
+
/** @internal */
|
|
3172
|
+
export const SyncReconcileResponseHorizonMachineImage$inboundSchema = z.object({
|
|
3173
|
+
aws: z.nullable(z.union([
|
|
3174
|
+
z.lazy(() => SyncReconcileResponseHorizonMachineImageAws$inboundSchema),
|
|
3175
|
+
z.any(),
|
|
3176
|
+
])).optional(),
|
|
3177
|
+
azure: z.nullable(z.union([
|
|
3178
|
+
z.lazy(() => HorizonMachineImageAzureTarget$inboundSchema),
|
|
3179
|
+
z.any(),
|
|
3180
|
+
])).optional(),
|
|
3181
|
+
baseImage: z.lazy(() => SyncReconcileResponseBaseImage$inboundSchema),
|
|
3182
|
+
channel: z.string(),
|
|
3183
|
+
createdAt: z.string(),
|
|
3184
|
+
gcp: z.nullable(z.union([
|
|
3185
|
+
z.lazy(() => HorizonMachineImageGcpTarget$inboundSchema),
|
|
3186
|
+
z.any(),
|
|
3187
|
+
])).optional(),
|
|
3188
|
+
gitSha: z.string(),
|
|
3189
|
+
horizondVersion: z.string(),
|
|
3190
|
+
machineImageVersion: z.string(),
|
|
3191
|
+
});
|
|
3192
|
+
export function syncReconcileResponseHorizonMachineImageFromJSON(jsonString) {
|
|
3193
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseHorizonMachineImage$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseHorizonMachineImage' from JSON`);
|
|
3194
|
+
}
|
|
3195
|
+
/** @internal */
|
|
3196
|
+
export const SyncReconcileResponseHorizonMachineImageUnion$inboundSchema = z.union([
|
|
3197
|
+
z.lazy(() => SyncReconcileResponseHorizonMachineImage$inboundSchema),
|
|
3198
|
+
z.any(),
|
|
3199
|
+
]);
|
|
3200
|
+
export function syncReconcileResponseHorizonMachineImageUnionFromJSON(jsonString) {
|
|
3201
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseHorizonMachineImageUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseHorizonMachineImageUnion' from JSON`);
|
|
3202
|
+
}
|
|
3203
|
+
/** @internal */
|
|
2686
3204
|
export const SyncReconcileResponseComputeBackendType$inboundSchema = z.enum(SyncReconcileResponseComputeBackendType);
|
|
2687
3205
|
/** @internal */
|
|
2688
3206
|
export const SyncReconcileResponseComputeBackendHorizon$inboundSchema = z.object({
|
|
2689
3207
|
clusters: z.record(z.string(), z.lazy(() => SyncReconcileResponseClusters$inboundSchema)),
|
|
2690
|
-
|
|
2691
|
-
|
|
3208
|
+
horizonMachineImage: z.nullable(z.union([
|
|
3209
|
+
z.lazy(() => SyncReconcileResponseHorizonMachineImage$inboundSchema),
|
|
3210
|
+
z.any(),
|
|
3211
|
+
])).optional(),
|
|
2692
3212
|
url: z.string(),
|
|
2693
3213
|
type: SyncReconcileResponseComputeBackendType$inboundSchema,
|
|
2694
3214
|
});
|
|
@@ -2761,31 +3281,174 @@ export function syncReconcileResponseEnvironmentVariablesFromJSON(jsonString) {
|
|
|
2761
3281
|
return safeParse(jsonString, (x) => SyncReconcileResponseEnvironmentVariables$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseEnvironmentVariables' from JSON`);
|
|
2762
3282
|
}
|
|
2763
3283
|
/** @internal */
|
|
2764
|
-
export const
|
|
3284
|
+
export const SyncReconcileResponseDefaultDomainSecretRef$inboundSchema = z.object({
|
|
2765
3285
|
key: z.string(),
|
|
2766
3286
|
name: z.string(),
|
|
2767
3287
|
});
|
|
2768
|
-
export function
|
|
2769
|
-
return safeParse(jsonString, (x) =>
|
|
3288
|
+
export function syncReconcileResponseDefaultDomainSecretRefFromJSON(jsonString) {
|
|
3289
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseDefaultDomainSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDefaultDomainSecretRef' from JSON`);
|
|
2770
3290
|
}
|
|
2771
3291
|
/** @internal */
|
|
2772
|
-
export const
|
|
2773
|
-
secretRef: z.lazy(() =>
|
|
3292
|
+
export const SyncReconcileResponseDefaultDomain$inboundSchema = z.object({
|
|
3293
|
+
secretRef: z.lazy(() => SyncReconcileResponseDefaultDomainSecretRef$inboundSchema),
|
|
2774
3294
|
});
|
|
2775
|
-
export function
|
|
2776
|
-
return safeParse(jsonString, (x) =>
|
|
3295
|
+
export function syncReconcileResponseDefaultDomainFromJSON(jsonString) {
|
|
3296
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseDefaultDomain$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDefaultDomain' from JSON`);
|
|
2777
3297
|
}
|
|
2778
3298
|
/** @internal */
|
|
2779
|
-
export const
|
|
2780
|
-
z.lazy(() =>
|
|
3299
|
+
export const SyncReconcileResponseDefaultDomainUnion$inboundSchema = z.union([
|
|
3300
|
+
z.lazy(() => SyncReconcileResponseDefaultDomain$inboundSchema),
|
|
2781
3301
|
z.any(),
|
|
2782
3302
|
z.string(),
|
|
2783
3303
|
]);
|
|
2784
|
-
export function
|
|
2785
|
-
return safeParse(jsonString, (x) =>
|
|
3304
|
+
export function syncReconcileResponseDefaultDomainUnionFromJSON(jsonString) {
|
|
3305
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseDefaultDomainUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDefaultDomainUnion' from JSON`);
|
|
2786
3306
|
}
|
|
2787
3307
|
/** @internal */
|
|
2788
|
-
export const
|
|
3308
|
+
export const SyncReconcileResponseEnvironmentNameSecretRef$inboundSchema = z.object({
|
|
3309
|
+
key: z.string(),
|
|
3310
|
+
name: z.string(),
|
|
3311
|
+
});
|
|
3312
|
+
export function syncReconcileResponseEnvironmentNameSecretRefFromJSON(jsonString) {
|
|
3313
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseEnvironmentNameSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseEnvironmentNameSecretRef' from JSON`);
|
|
3314
|
+
}
|
|
3315
|
+
/** @internal */
|
|
3316
|
+
export const SyncReconcileResponseEnvironmentName$inboundSchema = z.object({
|
|
3317
|
+
secretRef: z.lazy(() => SyncReconcileResponseEnvironmentNameSecretRef$inboundSchema),
|
|
3318
|
+
});
|
|
3319
|
+
export function syncReconcileResponseEnvironmentNameFromJSON(jsonString) {
|
|
3320
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseEnvironmentName$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseEnvironmentName' from JSON`);
|
|
3321
|
+
}
|
|
3322
|
+
/** @internal */
|
|
3323
|
+
export const SyncReconcileResponseEnvironmentNameUnion$inboundSchema = z.union([
|
|
3324
|
+
z.lazy(() => SyncReconcileResponseEnvironmentName$inboundSchema),
|
|
3325
|
+
z.any(),
|
|
3326
|
+
z.string(),
|
|
3327
|
+
]);
|
|
3328
|
+
export function syncReconcileResponseEnvironmentNameUnionFromJSON(jsonString) {
|
|
3329
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseEnvironmentNameUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseEnvironmentNameUnion' from JSON`);
|
|
3330
|
+
}
|
|
3331
|
+
/** @internal */
|
|
3332
|
+
export const SyncReconcileResponseResourceGroupNameSecretRef3$inboundSchema = z
|
|
3333
|
+
.object({
|
|
3334
|
+
key: z.string(),
|
|
3335
|
+
name: z.string(),
|
|
3336
|
+
});
|
|
3337
|
+
export function syncReconcileResponseResourceGroupNameSecretRef3FromJSON(jsonString) {
|
|
3338
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseResourceGroupNameSecretRef3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseResourceGroupNameSecretRef3' from JSON`);
|
|
3339
|
+
}
|
|
3340
|
+
/** @internal */
|
|
3341
|
+
export const SyncReconcileResponseResourceGroupName3$inboundSchema = z.object({
|
|
3342
|
+
secretRef: z.lazy(() => SyncReconcileResponseResourceGroupNameSecretRef3$inboundSchema),
|
|
3343
|
+
});
|
|
3344
|
+
export function syncReconcileResponseResourceGroupName3FromJSON(jsonString) {
|
|
3345
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseResourceGroupName3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseResourceGroupName3' from JSON`);
|
|
3346
|
+
}
|
|
3347
|
+
/** @internal */
|
|
3348
|
+
export const SyncReconcileResponseResourceGroupNameUnion3$inboundSchema = z.union([
|
|
3349
|
+
z.lazy(() => SyncReconcileResponseResourceGroupName3$inboundSchema),
|
|
3350
|
+
z.any(),
|
|
3351
|
+
z.string(),
|
|
3352
|
+
]);
|
|
3353
|
+
export function syncReconcileResponseResourceGroupNameUnion3FromJSON(jsonString) {
|
|
3354
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseResourceGroupNameUnion3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseResourceGroupNameUnion3' from JSON`);
|
|
3355
|
+
}
|
|
3356
|
+
/** @internal */
|
|
3357
|
+
export const SyncReconcileResponseResourceIdSecretRef$inboundSchema = z.object({
|
|
3358
|
+
key: z.string(),
|
|
3359
|
+
name: z.string(),
|
|
3360
|
+
});
|
|
3361
|
+
export function syncReconcileResponseResourceIdSecretRefFromJSON(jsonString) {
|
|
3362
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseResourceIdSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseResourceIdSecretRef' from JSON`);
|
|
3363
|
+
}
|
|
3364
|
+
/** @internal */
|
|
3365
|
+
export const SyncReconcileResponseResourceId$inboundSchema = z.object({
|
|
3366
|
+
secretRef: z.lazy(() => SyncReconcileResponseResourceIdSecretRef$inboundSchema),
|
|
3367
|
+
});
|
|
3368
|
+
export function syncReconcileResponseResourceIdFromJSON(jsonString) {
|
|
3369
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseResourceId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseResourceId' from JSON`);
|
|
3370
|
+
}
|
|
3371
|
+
/** @internal */
|
|
3372
|
+
export const SyncReconcileResponseResourceIdUnion$inboundSchema = z.union([
|
|
3373
|
+
z.lazy(() => SyncReconcileResponseResourceId$inboundSchema),
|
|
3374
|
+
z.any(),
|
|
3375
|
+
z.string(),
|
|
3376
|
+
]);
|
|
3377
|
+
export function syncReconcileResponseResourceIdUnionFromJSON(jsonString) {
|
|
3378
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseResourceIdUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseResourceIdUnion' from JSON`);
|
|
3379
|
+
}
|
|
3380
|
+
/** @internal */
|
|
3381
|
+
export const SyncReconcileResponseStaticIpSecretRef$inboundSchema = z.object({
|
|
3382
|
+
key: z.string(),
|
|
3383
|
+
name: z.string(),
|
|
3384
|
+
});
|
|
3385
|
+
export function syncReconcileResponseStaticIpSecretRefFromJSON(jsonString) {
|
|
3386
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseStaticIpSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseStaticIpSecretRef' from JSON`);
|
|
3387
|
+
}
|
|
3388
|
+
/** @internal */
|
|
3389
|
+
export const SyncReconcileResponseStaticIp$inboundSchema = z.object({
|
|
3390
|
+
secretRef: z.lazy(() => SyncReconcileResponseStaticIpSecretRef$inboundSchema),
|
|
3391
|
+
});
|
|
3392
|
+
export function syncReconcileResponseStaticIpFromJSON(jsonString) {
|
|
3393
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseStaticIp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseStaticIp' from JSON`);
|
|
3394
|
+
}
|
|
3395
|
+
/** @internal */
|
|
3396
|
+
export const SyncReconcileResponseTypeContainerAppsEnvironment$inboundSchema = z.enum(SyncReconcileResponseTypeContainerAppsEnvironment);
|
|
3397
|
+
/** @internal */
|
|
3398
|
+
export const SyncReconcileResponseExternalBindingsContainerAppsEnvironment$inboundSchema = z.object({
|
|
3399
|
+
defaultDomain: z.nullable(z.union([
|
|
3400
|
+
z.lazy(() => SyncReconcileResponseDefaultDomain$inboundSchema),
|
|
3401
|
+
z.any(),
|
|
3402
|
+
z.string(),
|
|
3403
|
+
])).optional(),
|
|
3404
|
+
environmentName: z.nullable(z.union([
|
|
3405
|
+
z.lazy(() => SyncReconcileResponseEnvironmentName$inboundSchema),
|
|
3406
|
+
z.any(),
|
|
3407
|
+
z.string(),
|
|
3408
|
+
])).optional(),
|
|
3409
|
+
resourceGroupName: z.nullable(z.union([
|
|
3410
|
+
z.lazy(() => SyncReconcileResponseResourceGroupName3$inboundSchema),
|
|
3411
|
+
z.any(),
|
|
3412
|
+
z.string(),
|
|
3413
|
+
])).optional(),
|
|
3414
|
+
resourceId: z.nullable(z.union([
|
|
3415
|
+
z.lazy(() => SyncReconcileResponseResourceId$inboundSchema),
|
|
3416
|
+
z.any(),
|
|
3417
|
+
z.string(),
|
|
3418
|
+
])).optional(),
|
|
3419
|
+
staticIp: z.nullable(z.any()).optional(),
|
|
3420
|
+
type: SyncReconcileResponseTypeContainerAppsEnvironment$inboundSchema,
|
|
3421
|
+
});
|
|
3422
|
+
export function syncReconcileResponseExternalBindingsContainerAppsEnvironmentFromJSON(jsonString) {
|
|
3423
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsContainerAppsEnvironment$inboundSchema
|
|
3424
|
+
.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsContainerAppsEnvironment' from JSON`);
|
|
3425
|
+
}
|
|
3426
|
+
/** @internal */
|
|
3427
|
+
export const SyncReconcileResponseDataDirSecretRef3$inboundSchema = z.object({
|
|
3428
|
+
key: z.string(),
|
|
3429
|
+
name: z.string(),
|
|
3430
|
+
});
|
|
3431
|
+
export function syncReconcileResponseDataDirSecretRef3FromJSON(jsonString) {
|
|
3432
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseDataDirSecretRef3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDataDirSecretRef3' from JSON`);
|
|
3433
|
+
}
|
|
3434
|
+
/** @internal */
|
|
3435
|
+
export const SyncReconcileResponseDataDir3$inboundSchema = z.object({
|
|
3436
|
+
secretRef: z.lazy(() => SyncReconcileResponseDataDirSecretRef3$inboundSchema),
|
|
3437
|
+
});
|
|
3438
|
+
export function syncReconcileResponseDataDir3FromJSON(jsonString) {
|
|
3439
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseDataDir3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDataDir3' from JSON`);
|
|
3440
|
+
}
|
|
3441
|
+
/** @internal */
|
|
3442
|
+
export const SyncReconcileResponseDataDirUnion2$inboundSchema = z.union([
|
|
3443
|
+
z.lazy(() => SyncReconcileResponseDataDir3$inboundSchema),
|
|
3444
|
+
z.any(),
|
|
3445
|
+
z.string(),
|
|
3446
|
+
]);
|
|
3447
|
+
export function syncReconcileResponseDataDirUnion2FromJSON(jsonString) {
|
|
3448
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseDataDirUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDataDirUnion2' from JSON`);
|
|
3449
|
+
}
|
|
3450
|
+
/** @internal */
|
|
3451
|
+
export const SyncReconcileResponseTypeVault5$inboundSchema = z.enum(SyncReconcileResponseTypeVault5);
|
|
2789
3452
|
/** @internal */
|
|
2790
3453
|
export const SyncReconcileResponseExternalBindingsLocalVault$inboundSchema = z
|
|
2791
3454
|
.object({
|
|
@@ -3088,11 +3751,40 @@ export function syncReconcileResponsePushServiceAccountEmailFromJSON(jsonString)
|
|
|
3088
3751
|
return safeParse(jsonString, (x) => SyncReconcileResponsePushServiceAccountEmail$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePushServiceAccountEmail' from JSON`);
|
|
3089
3752
|
}
|
|
3090
3753
|
/** @internal */
|
|
3754
|
+
export const SyncReconcileResponseRepositoryNameSecretRef$inboundSchema = z.object({
|
|
3755
|
+
key: z.string(),
|
|
3756
|
+
name: z.string(),
|
|
3757
|
+
});
|
|
3758
|
+
export function syncReconcileResponseRepositoryNameSecretRefFromJSON(jsonString) {
|
|
3759
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseRepositoryNameSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRepositoryNameSecretRef' from JSON`);
|
|
3760
|
+
}
|
|
3761
|
+
/** @internal */
|
|
3762
|
+
export const SyncReconcileResponseRepositoryName$inboundSchema = z.object({
|
|
3763
|
+
secretRef: z.lazy(() => SyncReconcileResponseRepositoryNameSecretRef$inboundSchema),
|
|
3764
|
+
});
|
|
3765
|
+
export function syncReconcileResponseRepositoryNameFromJSON(jsonString) {
|
|
3766
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseRepositoryName$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRepositoryName' from JSON`);
|
|
3767
|
+
}
|
|
3768
|
+
/** @internal */
|
|
3769
|
+
export const SyncReconcileResponseRepositoryNameUnion$inboundSchema = z.union([
|
|
3770
|
+
z.lazy(() => SyncReconcileResponseRepositoryName$inboundSchema),
|
|
3771
|
+
z.any(),
|
|
3772
|
+
z.string(),
|
|
3773
|
+
]);
|
|
3774
|
+
export function syncReconcileResponseRepositoryNameUnionFromJSON(jsonString) {
|
|
3775
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseRepositoryNameUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRepositoryNameUnion' from JSON`);
|
|
3776
|
+
}
|
|
3777
|
+
/** @internal */
|
|
3091
3778
|
export const SyncReconcileResponseTypeArtifactRegistry3$inboundSchema = z.enum(SyncReconcileResponseTypeArtifactRegistry3);
|
|
3092
3779
|
/** @internal */
|
|
3093
3780
|
export const SyncReconcileResponseExternalBindingsGar$inboundSchema = z.object({
|
|
3094
3781
|
pullServiceAccountEmail: z.nullable(z.any()).optional(),
|
|
3095
3782
|
pushServiceAccountEmail: z.nullable(z.any()).optional(),
|
|
3783
|
+
repositoryName: z.nullable(z.union([
|
|
3784
|
+
z.lazy(() => SyncReconcileResponseRepositoryName$inboundSchema),
|
|
3785
|
+
z.any(),
|
|
3786
|
+
z.string(),
|
|
3787
|
+
])).optional(),
|
|
3096
3788
|
service: z.literal("gar"),
|
|
3097
3789
|
type: SyncReconcileResponseTypeArtifactRegistry3$inboundSchema,
|
|
3098
3790
|
});
|
|
@@ -3124,6 +3816,22 @@ export function syncReconcileResponseRegistryNameUnionFromJSON(jsonString) {
|
|
|
3124
3816
|
return safeParse(jsonString, (x) => SyncReconcileResponseRegistryNameUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRegistryNameUnion' from JSON`);
|
|
3125
3817
|
}
|
|
3126
3818
|
/** @internal */
|
|
3819
|
+
export const SyncReconcileResponseRepositoryPrefixSecretRef2$inboundSchema = z
|
|
3820
|
+
.object({
|
|
3821
|
+
key: z.string(),
|
|
3822
|
+
name: z.string(),
|
|
3823
|
+
});
|
|
3824
|
+
export function syncReconcileResponseRepositoryPrefixSecretRef2FromJSON(jsonString) {
|
|
3825
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseRepositoryPrefixSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRepositoryPrefixSecretRef2' from JSON`);
|
|
3826
|
+
}
|
|
3827
|
+
/** @internal */
|
|
3828
|
+
export const SyncReconcileResponseRepositoryPrefix2$inboundSchema = z.object({
|
|
3829
|
+
secretRef: z.lazy(() => SyncReconcileResponseRepositoryPrefixSecretRef2$inboundSchema),
|
|
3830
|
+
});
|
|
3831
|
+
export function syncReconcileResponseRepositoryPrefix2FromJSON(jsonString) {
|
|
3832
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseRepositoryPrefix2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRepositoryPrefix2' from JSON`);
|
|
3833
|
+
}
|
|
3834
|
+
/** @internal */
|
|
3127
3835
|
export const SyncReconcileResponseResourceGroupNameSecretRef2$inboundSchema = z
|
|
3128
3836
|
.object({
|
|
3129
3837
|
key: z.string(),
|
|
@@ -3157,6 +3865,7 @@ export const SyncReconcileResponseExternalBindingsAcr$inboundSchema = z.object({
|
|
|
3157
3865
|
z.any(),
|
|
3158
3866
|
z.string(),
|
|
3159
3867
|
])).optional(),
|
|
3868
|
+
repositoryPrefix: z.nullable(z.any()).optional(),
|
|
3160
3869
|
resourceGroupName: z.nullable(z.union([
|
|
3161
3870
|
z.lazy(() => SyncReconcileResponseResourceGroupName2$inboundSchema),
|
|
3162
3871
|
z.any(),
|
|
@@ -3199,23 +3908,24 @@ export function syncReconcileResponsePushRoleArnFromJSON(jsonString) {
|
|
|
3199
3908
|
return safeParse(jsonString, (x) => SyncReconcileResponsePushRoleArn$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePushRoleArn' from JSON`);
|
|
3200
3909
|
}
|
|
3201
3910
|
/** @internal */
|
|
3202
|
-
export const
|
|
3911
|
+
export const SyncReconcileResponseRepositoryPrefixSecretRef1$inboundSchema = z
|
|
3912
|
+
.object({
|
|
3203
3913
|
key: z.string(),
|
|
3204
3914
|
name: z.string(),
|
|
3205
3915
|
});
|
|
3206
|
-
export function
|
|
3207
|
-
return safeParse(jsonString, (x) =>
|
|
3916
|
+
export function syncReconcileResponseRepositoryPrefixSecretRef1FromJSON(jsonString) {
|
|
3917
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseRepositoryPrefixSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRepositoryPrefixSecretRef1' from JSON`);
|
|
3208
3918
|
}
|
|
3209
3919
|
/** @internal */
|
|
3210
|
-
export const
|
|
3211
|
-
secretRef: z.lazy(() =>
|
|
3920
|
+
export const SyncReconcileResponseRepositoryPrefix1$inboundSchema = z.object({
|
|
3921
|
+
secretRef: z.lazy(() => SyncReconcileResponseRepositoryPrefixSecretRef1$inboundSchema),
|
|
3212
3922
|
});
|
|
3213
|
-
export function
|
|
3214
|
-
return safeParse(jsonString, (x) =>
|
|
3923
|
+
export function syncReconcileResponseRepositoryPrefix1FromJSON(jsonString) {
|
|
3924
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseRepositoryPrefix1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRepositoryPrefix1' from JSON`);
|
|
3215
3925
|
}
|
|
3216
3926
|
/** @internal */
|
|
3217
3927
|
export const SyncReconcileResponseRepositoryPrefixUnion$inboundSchema = z.union([
|
|
3218
|
-
z.lazy(() =>
|
|
3928
|
+
z.lazy(() => SyncReconcileResponseRepositoryPrefix1$inboundSchema),
|
|
3219
3929
|
z.any(),
|
|
3220
3930
|
z.string(),
|
|
3221
3931
|
]);
|
|
@@ -3229,7 +3939,7 @@ export const SyncReconcileResponseExternalBindingsEcr$inboundSchema = z.object({
|
|
|
3229
3939
|
pullRoleArn: z.nullable(z.any()).optional(),
|
|
3230
3940
|
pushRoleArn: z.nullable(z.any()).optional(),
|
|
3231
3941
|
repositoryPrefix: z.nullable(z.union([
|
|
3232
|
-
z.lazy(() =>
|
|
3942
|
+
z.lazy(() => SyncReconcileResponseRepositoryPrefix1$inboundSchema),
|
|
3233
3943
|
z.any(),
|
|
3234
3944
|
z.string(),
|
|
3235
3945
|
])).optional(),
|
|
@@ -3667,6 +4377,46 @@ export function syncReconcileResponseExternalBindingsUnion3FromJSON(jsonString)
|
|
|
3667
4377
|
return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsUnion3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsUnion3' from JSON`);
|
|
3668
4378
|
}
|
|
3669
4379
|
/** @internal */
|
|
4380
|
+
export const SyncReconcileResponseQueuePathSecretRef$inboundSchema = z.object({
|
|
4381
|
+
key: z.string(),
|
|
4382
|
+
name: z.string(),
|
|
4383
|
+
});
|
|
4384
|
+
export function syncReconcileResponseQueuePathSecretRefFromJSON(jsonString) {
|
|
4385
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseQueuePathSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseQueuePathSecretRef' from JSON`);
|
|
4386
|
+
}
|
|
4387
|
+
/** @internal */
|
|
4388
|
+
export const SyncReconcileResponseQueuePath$inboundSchema = z.object({
|
|
4389
|
+
secretRef: z.lazy(() => SyncReconcileResponseQueuePathSecretRef$inboundSchema),
|
|
4390
|
+
});
|
|
4391
|
+
export function syncReconcileResponseQueuePathFromJSON(jsonString) {
|
|
4392
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseQueuePath$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseQueuePath' from JSON`);
|
|
4393
|
+
}
|
|
4394
|
+
/** @internal */
|
|
4395
|
+
export const SyncReconcileResponseQueuePathUnion$inboundSchema = z.union([
|
|
4396
|
+
z.lazy(() => SyncReconcileResponseQueuePath$inboundSchema),
|
|
4397
|
+
z.any(),
|
|
4398
|
+
z.string(),
|
|
4399
|
+
]);
|
|
4400
|
+
export function syncReconcileResponseQueuePathUnionFromJSON(jsonString) {
|
|
4401
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseQueuePathUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseQueuePathUnion' from JSON`);
|
|
4402
|
+
}
|
|
4403
|
+
/** @internal */
|
|
4404
|
+
export const SyncReconcileResponseTypeQueue4$inboundSchema = z.enum(SyncReconcileResponseTypeQueue4);
|
|
4405
|
+
/** @internal */
|
|
4406
|
+
export const SyncReconcileResponseExternalBindingsLocalQueue$inboundSchema = z
|
|
4407
|
+
.object({
|
|
4408
|
+
queuePath: z.nullable(z.union([
|
|
4409
|
+
z.lazy(() => SyncReconcileResponseQueuePath$inboundSchema),
|
|
4410
|
+
z.any(),
|
|
4411
|
+
z.string(),
|
|
4412
|
+
])).optional(),
|
|
4413
|
+
service: z.literal("local-queue"),
|
|
4414
|
+
type: SyncReconcileResponseTypeQueue4$inboundSchema,
|
|
4415
|
+
});
|
|
4416
|
+
export function syncReconcileResponseExternalBindingsLocalQueueFromJSON(jsonString) {
|
|
4417
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsLocalQueue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsLocalQueue' from JSON`);
|
|
4418
|
+
}
|
|
4419
|
+
/** @internal */
|
|
3670
4420
|
export const SyncReconcileResponseNamespaceSecretRef1$inboundSchema = z.object({
|
|
3671
4421
|
key: z.string(),
|
|
3672
4422
|
name: z.string(),
|
|
@@ -3847,6 +4597,7 @@ export const SyncReconcileResponseExternalBindingsUnion2$inboundSchema = z.union
|
|
|
3847
4597
|
z.lazy(() => SyncReconcileResponseExternalBindingsSqs$inboundSchema),
|
|
3848
4598
|
z.lazy(() => SyncReconcileResponseExternalBindingsPubsub$inboundSchema),
|
|
3849
4599
|
z.lazy(() => SyncReconcileResponseExternalBindingsServicebus$inboundSchema),
|
|
4600
|
+
z.lazy(() => SyncReconcileResponseExternalBindingsLocalQueue$inboundSchema),
|
|
3850
4601
|
]);
|
|
3851
4602
|
export function syncReconcileResponseExternalBindingsUnion2FromJSON(jsonString) {
|
|
3852
4603
|
return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsUnion2' from JSON`);
|
|
@@ -4049,6 +4800,7 @@ export function syncReconcileResponseExternalBindingsUnion1FromJSON(jsonString)
|
|
|
4049
4800
|
}
|
|
4050
4801
|
/** @internal */
|
|
4051
4802
|
export const SyncReconcileResponseExternalBindingsUnion6$inboundSchema = z.union([
|
|
4803
|
+
z.lazy(() => SyncReconcileResponseExternalBindingsContainerAppsEnvironment$inboundSchema),
|
|
4052
4804
|
z.union([
|
|
4053
4805
|
z.lazy(() => SyncReconcileResponseExternalBindingsS3$inboundSchema),
|
|
4054
4806
|
z.lazy(() => SyncReconcileResponseExternalBindingsBlob$inboundSchema),
|
|
@@ -4059,6 +4811,7 @@ export const SyncReconcileResponseExternalBindingsUnion6$inboundSchema = z.union
|
|
|
4059
4811
|
z.lazy(() => SyncReconcileResponseExternalBindingsSqs$inboundSchema),
|
|
4060
4812
|
z.lazy(() => SyncReconcileResponseExternalBindingsPubsub$inboundSchema),
|
|
4061
4813
|
z.lazy(() => SyncReconcileResponseExternalBindingsServicebus$inboundSchema),
|
|
4814
|
+
z.lazy(() => SyncReconcileResponseExternalBindingsLocalQueue$inboundSchema),
|
|
4062
4815
|
]),
|
|
4063
4816
|
z.union([
|
|
4064
4817
|
z.lazy(() => SyncReconcileResponseExternalBindingsDynamodb$inboundSchema),
|
|
@@ -4085,22 +4838,6 @@ export function syncReconcileResponseExternalBindingsUnion6FromJSON(jsonString)
|
|
|
4085
4838
|
return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsUnion6$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsUnion6' from JSON`);
|
|
4086
4839
|
}
|
|
4087
4840
|
/** @internal */
|
|
4088
|
-
export const SyncReconcileResponseImagePullCredentials$inboundSchema = z.object({
|
|
4089
|
-
password: z.string(),
|
|
4090
|
-
username: z.string(),
|
|
4091
|
-
});
|
|
4092
|
-
export function syncReconcileResponseImagePullCredentialsFromJSON(jsonString) {
|
|
4093
|
-
return safeParse(jsonString, (x) => SyncReconcileResponseImagePullCredentials$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseImagePullCredentials' from JSON`);
|
|
4094
|
-
}
|
|
4095
|
-
/** @internal */
|
|
4096
|
-
export const SyncReconcileResponseImagePullCredentialsUnion$inboundSchema = z.union([
|
|
4097
|
-
z.lazy(() => SyncReconcileResponseImagePullCredentials$inboundSchema),
|
|
4098
|
-
z.any(),
|
|
4099
|
-
]);
|
|
4100
|
-
export function syncReconcileResponseImagePullCredentialsUnionFromJSON(jsonString) {
|
|
4101
|
-
return safeParse(jsonString, (x) => SyncReconcileResponseImagePullCredentialsUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseImagePullCredentialsUnion' from JSON`);
|
|
4102
|
-
}
|
|
4103
|
-
/** @internal */
|
|
4104
4841
|
export const TargetPlatformKubernetes$inboundSchema = z.enum(TargetPlatformKubernetes);
|
|
4105
4842
|
/** @internal */
|
|
4106
4843
|
export const SyncReconcileResponseManagementConfigKubernetes$inboundSchema = z
|
|
@@ -4114,8 +4851,9 @@ export function syncReconcileResponseManagementConfigKubernetesFromJSON(jsonStri
|
|
|
4114
4851
|
export const TargetPlatformAzure$inboundSchema = z.enum(TargetPlatformAzure);
|
|
4115
4852
|
/** @internal */
|
|
4116
4853
|
export const SyncReconcileResponseManagementConfigAzure$inboundSchema = z.object({
|
|
4117
|
-
managementPrincipalId: z.string(),
|
|
4118
4854
|
managingTenantId: z.string(),
|
|
4855
|
+
oidcIssuer: z.string(),
|
|
4856
|
+
oidcSubject: z.string(),
|
|
4119
4857
|
platform: TargetPlatformAzure$inboundSchema,
|
|
4120
4858
|
});
|
|
4121
4859
|
export function syncReconcileResponseManagementConfigAzureFromJSON(jsonString) {
|
|
@@ -4173,53 +4911,86 @@ export function syncReconcileResponseMonitoringUnionFromJSON(jsonString) {
|
|
|
4173
4911
|
/** @internal */
|
|
4174
4912
|
export const SyncReconcileResponseDeploymentModel$inboundSchema = z.enum(SyncReconcileResponseDeploymentModel);
|
|
4175
4913
|
/** @internal */
|
|
4176
|
-
export const
|
|
4914
|
+
export const SyncReconcileResponseAwsStackSettings$inboundSchema = z.object({
|
|
4177
4915
|
certificateArn: z.string(),
|
|
4178
4916
|
});
|
|
4179
|
-
export function
|
|
4180
|
-
return safeParse(jsonString, (x) =>
|
|
4917
|
+
export function syncReconcileResponseAwsStackSettingsFromJSON(jsonString) {
|
|
4918
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseAwsStackSettings$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseAwsStackSettings' from JSON`);
|
|
4181
4919
|
}
|
|
4182
4920
|
/** @internal */
|
|
4183
|
-
export const
|
|
4184
|
-
|
|
4185
|
-
|
|
4921
|
+
export const SyncReconcileResponseStackSettingsAwsUnion$inboundSchema = z.union([
|
|
4922
|
+
z.lazy(() => SyncReconcileResponseAwsStackSettings$inboundSchema),
|
|
4923
|
+
z.any(),
|
|
4924
|
+
]);
|
|
4925
|
+
export function syncReconcileResponseStackSettingsAwsUnionFromJSON(jsonString) {
|
|
4926
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseStackSettingsAwsUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseStackSettingsAwsUnion' from JSON`);
|
|
4186
4927
|
}
|
|
4187
4928
|
/** @internal */
|
|
4188
|
-
export const
|
|
4929
|
+
export const AzureTargetStackSettings$inboundSchema = z.object({
|
|
4189
4930
|
keyVaultCertificateId: z.string(),
|
|
4190
4931
|
});
|
|
4191
|
-
export function
|
|
4192
|
-
return safeParse(jsonString, (x) =>
|
|
4932
|
+
export function azureTargetStackSettingsFromJSON(jsonString) {
|
|
4933
|
+
return safeParse(jsonString, (x) => AzureTargetStackSettings$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AzureTargetStackSettings' from JSON`);
|
|
4193
4934
|
}
|
|
4194
4935
|
/** @internal */
|
|
4195
|
-
export const
|
|
4196
|
-
export function
|
|
4197
|
-
return safeParse(jsonString, (x) =>
|
|
4936
|
+
export const TargetStackSettingsAzureUnion$inboundSchema = z.union([z.lazy(() => AzureTargetStackSettings$inboundSchema), z.any()]);
|
|
4937
|
+
export function targetStackSettingsAzureUnionFromJSON(jsonString) {
|
|
4938
|
+
return safeParse(jsonString, (x) => TargetStackSettingsAzureUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'TargetStackSettingsAzureUnion' from JSON`);
|
|
4198
4939
|
}
|
|
4199
4940
|
/** @internal */
|
|
4200
|
-
export const
|
|
4941
|
+
export const GcpTargetStackSettings$inboundSchema = z.object({
|
|
4201
4942
|
certificateName: z.string(),
|
|
4202
4943
|
});
|
|
4203
|
-
export function
|
|
4204
|
-
return safeParse(jsonString, (x) =>
|
|
4944
|
+
export function gcpTargetStackSettingsFromJSON(jsonString) {
|
|
4945
|
+
return safeParse(jsonString, (x) => GcpTargetStackSettings$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GcpTargetStackSettings' from JSON`);
|
|
4946
|
+
}
|
|
4947
|
+
/** @internal */
|
|
4948
|
+
export const TargetStackSettingsGcpUnion$inboundSchema = z.union([z.lazy(() => GcpTargetStackSettings$inboundSchema), z.any()]);
|
|
4949
|
+
export function targetStackSettingsGcpUnionFromJSON(jsonString) {
|
|
4950
|
+
return safeParse(jsonString, (x) => TargetStackSettingsGcpUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'TargetStackSettingsGcpUnion' from JSON`);
|
|
4205
4951
|
}
|
|
4206
4952
|
/** @internal */
|
|
4207
|
-
export const
|
|
4208
|
-
|
|
4209
|
-
|
|
4953
|
+
export const SyncReconcileResponseTlsSecretRef$inboundSchema = z.object({
|
|
4954
|
+
namespace: z.nullable(z.string()).optional(),
|
|
4955
|
+
secretName: z.string(),
|
|
4956
|
+
});
|
|
4957
|
+
export function syncReconcileResponseTlsSecretRefFromJSON(jsonString) {
|
|
4958
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseTlsSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTlsSecretRef' from JSON`);
|
|
4210
4959
|
}
|
|
4211
4960
|
/** @internal */
|
|
4212
|
-
export const
|
|
4213
|
-
|
|
4214
|
-
azure: z.nullable(z.union([z.lazy(() => AzureTargetConfig$inboundSchema), z.any()])).optional(),
|
|
4215
|
-
gcp: z.nullable(z.union([z.lazy(() => GcpTargetConfig$inboundSchema), z.any()])).optional(),
|
|
4961
|
+
export const SyncReconcileResponseDomainsKubernetes$inboundSchema = z.object({
|
|
4962
|
+
tlsSecretRef: z.lazy(() => SyncReconcileResponseTlsSecretRef$inboundSchema),
|
|
4216
4963
|
});
|
|
4217
|
-
export function
|
|
4218
|
-
return safeParse(jsonString, (x) =>
|
|
4964
|
+
export function syncReconcileResponseDomainsKubernetesFromJSON(jsonString) {
|
|
4965
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseDomainsKubernetes$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDomainsKubernetes' from JSON`);
|
|
4966
|
+
}
|
|
4967
|
+
/** @internal */
|
|
4968
|
+
export const SyncReconcileResponseDomainsKubernetesUnion$inboundSchema = z.union([
|
|
4969
|
+
z.lazy(() => SyncReconcileResponseDomainsKubernetes$inboundSchema),
|
|
4970
|
+
z.any(),
|
|
4971
|
+
]);
|
|
4972
|
+
export function syncReconcileResponseDomainsKubernetesUnionFromJSON(jsonString) {
|
|
4973
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseDomainsKubernetesUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDomainsKubernetesUnion' from JSON`);
|
|
4974
|
+
}
|
|
4975
|
+
/** @internal */
|
|
4976
|
+
export const SyncReconcileResponseDomainsCertificate$inboundSchema = z.object({
|
|
4977
|
+
aws: z.nullable(z.union([
|
|
4978
|
+
z.lazy(() => SyncReconcileResponseAwsStackSettings$inboundSchema),
|
|
4979
|
+
z.any(),
|
|
4980
|
+
])).optional(),
|
|
4981
|
+
azure: z.nullable(z.union([z.lazy(() => AzureTargetStackSettings$inboundSchema), z.any()])).optional(),
|
|
4982
|
+
gcp: z.nullable(z.union([z.lazy(() => GcpTargetStackSettings$inboundSchema), z.any()])).optional(),
|
|
4983
|
+
kubernetes: z.nullable(z.union([
|
|
4984
|
+
z.lazy(() => SyncReconcileResponseDomainsKubernetes$inboundSchema),
|
|
4985
|
+
z.any(),
|
|
4986
|
+
])).optional(),
|
|
4987
|
+
});
|
|
4988
|
+
export function syncReconcileResponseDomainsCertificateFromJSON(jsonString) {
|
|
4989
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseDomainsCertificate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDomainsCertificate' from JSON`);
|
|
4219
4990
|
}
|
|
4220
4991
|
/** @internal */
|
|
4221
4992
|
export const SyncReconcileResponseCustomDomains$inboundSchema = z.object({
|
|
4222
|
-
certificate: z.lazy(() =>
|
|
4993
|
+
certificate: z.lazy(() => SyncReconcileResponseDomainsCertificate$inboundSchema),
|
|
4223
4994
|
domain: z.string(),
|
|
4224
4995
|
});
|
|
4225
4996
|
export function syncReconcileResponseCustomDomainsFromJSON(jsonString) {
|
|
@@ -4241,8 +5012,513 @@ export function syncReconcileResponseDomainsUnionFromJSON(jsonString) {
|
|
|
4241
5012
|
return safeParse(jsonString, (x) => SyncReconcileResponseDomainsUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDomainsUnion' from JSON`);
|
|
4242
5013
|
}
|
|
4243
5014
|
/** @internal */
|
|
5015
|
+
export const SyncReconcileResponseStackSettingsExternalBindings$inboundSchema = z
|
|
5016
|
+
.object({});
|
|
5017
|
+
export function syncReconcileResponseStackSettingsExternalBindingsFromJSON(jsonString) {
|
|
5018
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseStackSettingsExternalBindings$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseStackSettingsExternalBindings' from JSON`);
|
|
5019
|
+
}
|
|
5020
|
+
/** @internal */
|
|
4244
5021
|
export const SyncReconcileResponseHeartbeats$inboundSchema = z.enum(SyncReconcileResponseHeartbeats);
|
|
4245
5022
|
/** @internal */
|
|
5023
|
+
export const SyncReconcileResponseCloud$inboundSchema = z.object({
|
|
5024
|
+
accountId: z.nullable(z.string()).optional(),
|
|
5025
|
+
clusterId: z.nullable(z.string()).optional(),
|
|
5026
|
+
clusterName: z.nullable(z.string()).optional(),
|
|
5027
|
+
projectId: z.nullable(z.string()).optional(),
|
|
5028
|
+
region: z.nullable(z.string()).optional(),
|
|
5029
|
+
resourceGroup: z.nullable(z.string()).optional(),
|
|
5030
|
+
subscriptionId: z.nullable(z.string()).optional(),
|
|
5031
|
+
});
|
|
5032
|
+
export function syncReconcileResponseCloudFromJSON(jsonString) {
|
|
5033
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseCloud$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCloud' from JSON`);
|
|
5034
|
+
}
|
|
5035
|
+
/** @internal */
|
|
5036
|
+
export const SyncReconcileResponseCloudUnion$inboundSchema = z.union([z.lazy(() => SyncReconcileResponseCloud$inboundSchema), z.any()]);
|
|
5037
|
+
export function syncReconcileResponseCloudUnionFromJSON(jsonString) {
|
|
5038
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseCloudUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCloudUnion' from JSON`);
|
|
5039
|
+
}
|
|
5040
|
+
/** @internal */
|
|
5041
|
+
export const SyncReconcileResponseOwnership$inboundSchema = z.enum(SyncReconcileResponseOwnership);
|
|
5042
|
+
/** @internal */
|
|
5043
|
+
export const SyncReconcileResponseCluster$inboundSchema = z.object({
|
|
5044
|
+
cloud: z.nullable(z.union([z.lazy(() => SyncReconcileResponseCloud$inboundSchema), z.any()])).optional(),
|
|
5045
|
+
namespace: z.nullable(z.string()).optional(),
|
|
5046
|
+
ownership: SyncReconcileResponseOwnership$inboundSchema,
|
|
5047
|
+
});
|
|
5048
|
+
export function syncReconcileResponseClusterFromJSON(jsonString) {
|
|
5049
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseCluster$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCluster' from JSON`);
|
|
5050
|
+
}
|
|
5051
|
+
/** @internal */
|
|
5052
|
+
export const SyncReconcileResponseClusterUnion$inboundSchema = z.union([
|
|
5053
|
+
z.lazy(() => SyncReconcileResponseCluster$inboundSchema),
|
|
5054
|
+
z.any(),
|
|
5055
|
+
]);
|
|
5056
|
+
export function syncReconcileResponseClusterUnionFromJSON(jsonString) {
|
|
5057
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseClusterUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseClusterUnion' from JSON`);
|
|
5058
|
+
}
|
|
5059
|
+
/** @internal */
|
|
5060
|
+
export const SyncReconcileResponseCertificateNone2$inboundSchema = z.object({
|
|
5061
|
+
mode: z.literal("none"),
|
|
5062
|
+
});
|
|
5063
|
+
export function syncReconcileResponseCertificateNone2FromJSON(jsonString) {
|
|
5064
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseCertificateNone2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCertificateNone2' from JSON`);
|
|
5065
|
+
}
|
|
5066
|
+
/** @internal */
|
|
5067
|
+
export const SyncReconcileResponseCertificateManagedTLSSecret2$inboundSchema = z
|
|
5068
|
+
.object({
|
|
5069
|
+
mode: z.literal("managedTlsSecret"),
|
|
5070
|
+
secretNameTemplate: z.string(),
|
|
5071
|
+
});
|
|
5072
|
+
export function syncReconcileResponseCertificateManagedTLSSecret2FromJSON(jsonString) {
|
|
5073
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseCertificateManagedTLSSecret2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCertificateManagedTLSSecret2' from JSON`);
|
|
5074
|
+
}
|
|
5075
|
+
/** @internal */
|
|
5076
|
+
export const SyncReconcileResponseCertificateAwsAcmArn2$inboundSchema = z.object({
|
|
5077
|
+
certificateArn: z.string(),
|
|
5078
|
+
mode: z.literal("awsAcmArn"),
|
|
5079
|
+
});
|
|
5080
|
+
export function syncReconcileResponseCertificateAwsAcmArn2FromJSON(jsonString) {
|
|
5081
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseCertificateAwsAcmArn2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCertificateAwsAcmArn2' from JSON`);
|
|
5082
|
+
}
|
|
5083
|
+
/** @internal */
|
|
5084
|
+
export const SyncReconcileResponseCertificateManagedAcmImport2$inboundSchema = z
|
|
5085
|
+
.object({
|
|
5086
|
+
mode: z.literal("managedAcmImport"),
|
|
5087
|
+
region: z.nullable(z.string()).optional(),
|
|
5088
|
+
tags: z.record(z.string(), z.string()).optional(),
|
|
5089
|
+
});
|
|
5090
|
+
export function syncReconcileResponseCertificateManagedAcmImport2FromJSON(jsonString) {
|
|
5091
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseCertificateManagedAcmImport2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCertificateManagedAcmImport2' from JSON`);
|
|
5092
|
+
}
|
|
5093
|
+
/** @internal */
|
|
5094
|
+
export const SyncReconcileResponseCertificateTLSSecretRef2$inboundSchema = z.object({
|
|
5095
|
+
namespace: z.nullable(z.string()).optional(),
|
|
5096
|
+
secretName: z.string(),
|
|
5097
|
+
mode: z.literal("tlsSecretRef"),
|
|
5098
|
+
});
|
|
5099
|
+
export function syncReconcileResponseCertificateTLSSecretRef2FromJSON(jsonString) {
|
|
5100
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseCertificateTLSSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCertificateTLSSecretRef2' from JSON`);
|
|
5101
|
+
}
|
|
5102
|
+
/** @internal */
|
|
5103
|
+
export const SyncReconcileResponseCertificateUnion2$inboundSchema = z.union([
|
|
5104
|
+
z.lazy(() => SyncReconcileResponseCertificateTLSSecretRef2$inboundSchema),
|
|
5105
|
+
z.lazy(() => SyncReconcileResponseCertificateManagedAcmImport2$inboundSchema),
|
|
5106
|
+
z.lazy(() => SyncReconcileResponseCertificateAwsAcmArn2$inboundSchema),
|
|
5107
|
+
z.lazy(() => SyncReconcileResponseCertificateManagedTLSSecret2$inboundSchema),
|
|
5108
|
+
z.lazy(() => SyncReconcileResponseCertificateNone2$inboundSchema),
|
|
5109
|
+
]);
|
|
5110
|
+
export function syncReconcileResponseCertificateUnion2FromJSON(jsonString) {
|
|
5111
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseCertificateUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCertificateUnion2' from JSON`);
|
|
5112
|
+
}
|
|
5113
|
+
/** @internal */
|
|
5114
|
+
export const SyncReconcileResponseModeCustom$inboundSchema = z.enum(SyncReconcileResponseModeCustom);
|
|
5115
|
+
/** @internal */
|
|
5116
|
+
export const SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum4$inboundSchema = z.enum(SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum4);
|
|
5117
|
+
/** @internal */
|
|
5118
|
+
export const SyncReconcileResponseProviderAzureApplicationGatewayForContainers4$inboundSchema = z.object({
|
|
5119
|
+
albName: z.nullable(z.string()).optional(),
|
|
5120
|
+
albNamespace: z.nullable(z.string()).optional(),
|
|
5121
|
+
frontend: z.string(),
|
|
5122
|
+
provider: SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum4$inboundSchema,
|
|
5123
|
+
});
|
|
5124
|
+
export function syncReconcileResponseProviderAzureApplicationGatewayForContainers4FromJSON(jsonString) {
|
|
5125
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseProviderAzureApplicationGatewayForContainers4$inboundSchema
|
|
5126
|
+
.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseProviderAzureApplicationGatewayForContainers4' from JSON`);
|
|
5127
|
+
}
|
|
5128
|
+
/** @internal */
|
|
5129
|
+
export const SyncReconcileResponseProviderGkeGatewayEnum4$inboundSchema = z.enum(SyncReconcileResponseProviderGkeGatewayEnum4);
|
|
5130
|
+
/** @internal */
|
|
5131
|
+
export const SyncReconcileResponseProviderGkeGateway4$inboundSchema = z.object({
|
|
5132
|
+
provider: SyncReconcileResponseProviderGkeGatewayEnum4$inboundSchema,
|
|
5133
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
5134
|
+
});
|
|
5135
|
+
export function syncReconcileResponseProviderGkeGateway4FromJSON(jsonString) {
|
|
5136
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseProviderGkeGateway4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseProviderGkeGateway4' from JSON`);
|
|
5137
|
+
}
|
|
5138
|
+
/** @internal */
|
|
5139
|
+
export const SyncReconcileResponseProviderAwsAlbEnum4$inboundSchema = z.enum(SyncReconcileResponseProviderAwsAlbEnum4);
|
|
5140
|
+
/** @internal */
|
|
5141
|
+
export const SyncReconcileResponseProviderAwsAlb4$inboundSchema = z.object({
|
|
5142
|
+
ipAddressType: z.nullable(z.string()).optional(),
|
|
5143
|
+
provider: SyncReconcileResponseProviderAwsAlbEnum4$inboundSchema,
|
|
5144
|
+
scheme: z.string(),
|
|
5145
|
+
subnetIds: z.array(z.string()).optional(),
|
|
5146
|
+
targetType: z.string(),
|
|
5147
|
+
});
|
|
5148
|
+
export function syncReconcileResponseProviderAwsAlb4FromJSON(jsonString) {
|
|
5149
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseProviderAwsAlb4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseProviderAwsAlb4' from JSON`);
|
|
5150
|
+
}
|
|
5151
|
+
/** @internal */
|
|
5152
|
+
export const SyncReconcileResponseProviderUnion4$inboundSchema = z.union([
|
|
5153
|
+
z.lazy(() => SyncReconcileResponseProviderAwsAlb4$inboundSchema),
|
|
5154
|
+
z.lazy(() => SyncReconcileResponseProviderAzureApplicationGatewayForContainers4$inboundSchema),
|
|
5155
|
+
z.lazy(() => SyncReconcileResponseProviderGkeGateway4$inboundSchema),
|
|
5156
|
+
z.any(),
|
|
5157
|
+
]);
|
|
5158
|
+
export function syncReconcileResponseProviderUnion4FromJSON(jsonString) {
|
|
5159
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseProviderUnion4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseProviderUnion4' from JSON`);
|
|
5160
|
+
}
|
|
5161
|
+
/** @internal */
|
|
5162
|
+
export const SyncReconcileResponseRouteGateway2$inboundSchema = z.object({
|
|
5163
|
+
annotations: z.record(z.string(), z.string()).optional(),
|
|
5164
|
+
controller: z.nullable(z.string()).optional(),
|
|
5165
|
+
gatewayClassName: z.string(),
|
|
5166
|
+
labels: z.record(z.string(), z.string()).optional(),
|
|
5167
|
+
listenerPort: z.int(),
|
|
5168
|
+
provider: z.nullable(z.union([
|
|
5169
|
+
z.lazy(() => SyncReconcileResponseProviderAwsAlb4$inboundSchema),
|
|
5170
|
+
z.lazy(() => SyncReconcileResponseProviderAzureApplicationGatewayForContainers4$inboundSchema),
|
|
5171
|
+
z.lazy(() => SyncReconcileResponseProviderGkeGateway4$inboundSchema),
|
|
5172
|
+
z.any(),
|
|
5173
|
+
])).optional(),
|
|
5174
|
+
routeApi: z.literal("gateway"),
|
|
5175
|
+
});
|
|
5176
|
+
export function syncReconcileResponseRouteGateway2FromJSON(jsonString) {
|
|
5177
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseRouteGateway2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRouteGateway2' from JSON`);
|
|
5178
|
+
}
|
|
5179
|
+
/** @internal */
|
|
5180
|
+
export const SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum3$inboundSchema = z.enum(SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum3);
|
|
5181
|
+
/** @internal */
|
|
5182
|
+
export const SyncReconcileResponseProviderAzureApplicationGatewayForContainers3$inboundSchema = z.object({
|
|
5183
|
+
albName: z.nullable(z.string()).optional(),
|
|
5184
|
+
albNamespace: z.nullable(z.string()).optional(),
|
|
5185
|
+
frontend: z.string(),
|
|
5186
|
+
provider: SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum3$inboundSchema,
|
|
5187
|
+
});
|
|
5188
|
+
export function syncReconcileResponseProviderAzureApplicationGatewayForContainers3FromJSON(jsonString) {
|
|
5189
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseProviderAzureApplicationGatewayForContainers3$inboundSchema
|
|
5190
|
+
.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseProviderAzureApplicationGatewayForContainers3' from JSON`);
|
|
5191
|
+
}
|
|
5192
|
+
/** @internal */
|
|
5193
|
+
export const SyncReconcileResponseProviderGkeGatewayEnum3$inboundSchema = z.enum(SyncReconcileResponseProviderGkeGatewayEnum3);
|
|
5194
|
+
/** @internal */
|
|
5195
|
+
export const SyncReconcileResponseProviderGkeGateway3$inboundSchema = z.object({
|
|
5196
|
+
provider: SyncReconcileResponseProviderGkeGatewayEnum3$inboundSchema,
|
|
5197
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
5198
|
+
});
|
|
5199
|
+
export function syncReconcileResponseProviderGkeGateway3FromJSON(jsonString) {
|
|
5200
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseProviderGkeGateway3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseProviderGkeGateway3' from JSON`);
|
|
5201
|
+
}
|
|
5202
|
+
/** @internal */
|
|
5203
|
+
export const SyncReconcileResponseProviderAwsAlbEnum3$inboundSchema = z.enum(SyncReconcileResponseProviderAwsAlbEnum3);
|
|
5204
|
+
/** @internal */
|
|
5205
|
+
export const SyncReconcileResponseProviderAwsAlb3$inboundSchema = z.object({
|
|
5206
|
+
ipAddressType: z.nullable(z.string()).optional(),
|
|
5207
|
+
provider: SyncReconcileResponseProviderAwsAlbEnum3$inboundSchema,
|
|
5208
|
+
scheme: z.string(),
|
|
5209
|
+
subnetIds: z.array(z.string()).optional(),
|
|
5210
|
+
targetType: z.string(),
|
|
5211
|
+
});
|
|
5212
|
+
export function syncReconcileResponseProviderAwsAlb3FromJSON(jsonString) {
|
|
5213
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseProviderAwsAlb3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseProviderAwsAlb3' from JSON`);
|
|
5214
|
+
}
|
|
5215
|
+
/** @internal */
|
|
5216
|
+
export const SyncReconcileResponseProviderUnion3$inboundSchema = z.union([
|
|
5217
|
+
z.lazy(() => SyncReconcileResponseProviderAwsAlb3$inboundSchema),
|
|
5218
|
+
z.lazy(() => SyncReconcileResponseProviderAzureApplicationGatewayForContainers3$inboundSchema),
|
|
5219
|
+
z.lazy(() => SyncReconcileResponseProviderGkeGateway3$inboundSchema),
|
|
5220
|
+
z.any(),
|
|
5221
|
+
]);
|
|
5222
|
+
export function syncReconcileResponseProviderUnion3FromJSON(jsonString) {
|
|
5223
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseProviderUnion3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseProviderUnion3' from JSON`);
|
|
5224
|
+
}
|
|
5225
|
+
/** @internal */
|
|
5226
|
+
export const SyncReconcileResponseRouteIngress2$inboundSchema = z.object({
|
|
5227
|
+
annotations: z.record(z.string(), z.string()).optional(),
|
|
5228
|
+
controller: z.nullable(z.string()).optional(),
|
|
5229
|
+
ingressClassName: z.string(),
|
|
5230
|
+
labels: z.record(z.string(), z.string()).optional(),
|
|
5231
|
+
provider: z.nullable(z.union([
|
|
5232
|
+
z.lazy(() => SyncReconcileResponseProviderAwsAlb3$inboundSchema),
|
|
5233
|
+
z.lazy(() => SyncReconcileResponseProviderAzureApplicationGatewayForContainers3$inboundSchema),
|
|
5234
|
+
z.lazy(() => SyncReconcileResponseProviderGkeGateway3$inboundSchema),
|
|
5235
|
+
z.any(),
|
|
5236
|
+
])).optional(),
|
|
5237
|
+
routeApi: z.literal("ingress"),
|
|
5238
|
+
});
|
|
5239
|
+
export function syncReconcileResponseRouteIngress2FromJSON(jsonString) {
|
|
5240
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseRouteIngress2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRouteIngress2' from JSON`);
|
|
5241
|
+
}
|
|
5242
|
+
/** @internal */
|
|
5243
|
+
export const SyncReconcileResponseRouteUnion2$inboundSchema = z.union([
|
|
5244
|
+
z.lazy(() => SyncReconcileResponseRouteIngress2$inboundSchema),
|
|
5245
|
+
z.lazy(() => SyncReconcileResponseRouteGateway2$inboundSchema),
|
|
5246
|
+
]);
|
|
5247
|
+
export function syncReconcileResponseRouteUnion2FromJSON(jsonString) {
|
|
5248
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseRouteUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRouteUnion2' from JSON`);
|
|
5249
|
+
}
|
|
5250
|
+
/** @internal */
|
|
5251
|
+
export const SyncReconcileResponseExposureCustom$inboundSchema = z.object({
|
|
5252
|
+
certificate: z.union([
|
|
5253
|
+
z.lazy(() => SyncReconcileResponseCertificateTLSSecretRef2$inboundSchema),
|
|
5254
|
+
z.lazy(() => SyncReconcileResponseCertificateManagedAcmImport2$inboundSchema),
|
|
5255
|
+
z.lazy(() => SyncReconcileResponseCertificateAwsAcmArn2$inboundSchema),
|
|
5256
|
+
z.lazy(() => SyncReconcileResponseCertificateManagedTLSSecret2$inboundSchema),
|
|
5257
|
+
z.lazy(() => SyncReconcileResponseCertificateNone2$inboundSchema),
|
|
5258
|
+
]),
|
|
5259
|
+
domain: z.string(),
|
|
5260
|
+
mode: SyncReconcileResponseModeCustom$inboundSchema,
|
|
5261
|
+
route: z.union([
|
|
5262
|
+
z.lazy(() => SyncReconcileResponseRouteIngress2$inboundSchema),
|
|
5263
|
+
z.lazy(() => SyncReconcileResponseRouteGateway2$inboundSchema),
|
|
5264
|
+
]),
|
|
5265
|
+
});
|
|
5266
|
+
export function syncReconcileResponseExposureCustomFromJSON(jsonString) {
|
|
5267
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseExposureCustom$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExposureCustom' from JSON`);
|
|
5268
|
+
}
|
|
5269
|
+
/** @internal */
|
|
5270
|
+
export const SyncReconcileResponseCertificateNone1$inboundSchema = z.object({
|
|
5271
|
+
mode: z.literal("none"),
|
|
5272
|
+
});
|
|
5273
|
+
export function syncReconcileResponseCertificateNone1FromJSON(jsonString) {
|
|
5274
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseCertificateNone1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCertificateNone1' from JSON`);
|
|
5275
|
+
}
|
|
5276
|
+
/** @internal */
|
|
5277
|
+
export const SyncReconcileResponseCertificateManagedTLSSecret1$inboundSchema = z
|
|
5278
|
+
.object({
|
|
5279
|
+
mode: z.literal("managedTlsSecret"),
|
|
5280
|
+
secretNameTemplate: z.string(),
|
|
5281
|
+
});
|
|
5282
|
+
export function syncReconcileResponseCertificateManagedTLSSecret1FromJSON(jsonString) {
|
|
5283
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseCertificateManagedTLSSecret1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCertificateManagedTLSSecret1' from JSON`);
|
|
5284
|
+
}
|
|
5285
|
+
/** @internal */
|
|
5286
|
+
export const SyncReconcileResponseCertificateAwsAcmArn1$inboundSchema = z.object({
|
|
5287
|
+
certificateArn: z.string(),
|
|
5288
|
+
mode: z.literal("awsAcmArn"),
|
|
5289
|
+
});
|
|
5290
|
+
export function syncReconcileResponseCertificateAwsAcmArn1FromJSON(jsonString) {
|
|
5291
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseCertificateAwsAcmArn1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCertificateAwsAcmArn1' from JSON`);
|
|
5292
|
+
}
|
|
5293
|
+
/** @internal */
|
|
5294
|
+
export const SyncReconcileResponseCertificateManagedAcmImport1$inboundSchema = z
|
|
5295
|
+
.object({
|
|
5296
|
+
mode: z.literal("managedAcmImport"),
|
|
5297
|
+
region: z.nullable(z.string()).optional(),
|
|
5298
|
+
tags: z.record(z.string(), z.string()).optional(),
|
|
5299
|
+
});
|
|
5300
|
+
export function syncReconcileResponseCertificateManagedAcmImport1FromJSON(jsonString) {
|
|
5301
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseCertificateManagedAcmImport1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCertificateManagedAcmImport1' from JSON`);
|
|
5302
|
+
}
|
|
5303
|
+
/** @internal */
|
|
5304
|
+
export const SyncReconcileResponseCertificateTLSSecretRef1$inboundSchema = z.object({
|
|
5305
|
+
namespace: z.nullable(z.string()).optional(),
|
|
5306
|
+
secretName: z.string(),
|
|
5307
|
+
mode: z.literal("tlsSecretRef"),
|
|
5308
|
+
});
|
|
5309
|
+
export function syncReconcileResponseCertificateTLSSecretRef1FromJSON(jsonString) {
|
|
5310
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseCertificateTLSSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCertificateTLSSecretRef1' from JSON`);
|
|
5311
|
+
}
|
|
5312
|
+
/** @internal */
|
|
5313
|
+
export const SyncReconcileResponseCertificateUnion1$inboundSchema = z.union([
|
|
5314
|
+
z.lazy(() => SyncReconcileResponseCertificateTLSSecretRef1$inboundSchema),
|
|
5315
|
+
z.lazy(() => SyncReconcileResponseCertificateManagedAcmImport1$inboundSchema),
|
|
5316
|
+
z.lazy(() => SyncReconcileResponseCertificateAwsAcmArn1$inboundSchema),
|
|
5317
|
+
z.lazy(() => SyncReconcileResponseCertificateManagedTLSSecret1$inboundSchema),
|
|
5318
|
+
z.lazy(() => SyncReconcileResponseCertificateNone1$inboundSchema),
|
|
5319
|
+
]);
|
|
5320
|
+
export function syncReconcileResponseCertificateUnion1FromJSON(jsonString) {
|
|
5321
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseCertificateUnion1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCertificateUnion1' from JSON`);
|
|
5322
|
+
}
|
|
5323
|
+
/** @internal */
|
|
5324
|
+
export const SyncReconcileResponseModeGenerated$inboundSchema = z.enum(SyncReconcileResponseModeGenerated);
|
|
5325
|
+
/** @internal */
|
|
5326
|
+
export const SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum2$inboundSchema = z.enum(SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum2);
|
|
5327
|
+
/** @internal */
|
|
5328
|
+
export const SyncReconcileResponseProviderAzureApplicationGatewayForContainers2$inboundSchema = z.object({
|
|
5329
|
+
albName: z.nullable(z.string()).optional(),
|
|
5330
|
+
albNamespace: z.nullable(z.string()).optional(),
|
|
5331
|
+
frontend: z.string(),
|
|
5332
|
+
provider: SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum2$inboundSchema,
|
|
5333
|
+
});
|
|
5334
|
+
export function syncReconcileResponseProviderAzureApplicationGatewayForContainers2FromJSON(jsonString) {
|
|
5335
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseProviderAzureApplicationGatewayForContainers2$inboundSchema
|
|
5336
|
+
.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseProviderAzureApplicationGatewayForContainers2' from JSON`);
|
|
5337
|
+
}
|
|
5338
|
+
/** @internal */
|
|
5339
|
+
export const SyncReconcileResponseProviderGkeGatewayEnum2$inboundSchema = z.enum(SyncReconcileResponseProviderGkeGatewayEnum2);
|
|
5340
|
+
/** @internal */
|
|
5341
|
+
export const SyncReconcileResponseProviderGkeGateway2$inboundSchema = z.object({
|
|
5342
|
+
provider: SyncReconcileResponseProviderGkeGatewayEnum2$inboundSchema,
|
|
5343
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
5344
|
+
});
|
|
5345
|
+
export function syncReconcileResponseProviderGkeGateway2FromJSON(jsonString) {
|
|
5346
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseProviderGkeGateway2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseProviderGkeGateway2' from JSON`);
|
|
5347
|
+
}
|
|
5348
|
+
/** @internal */
|
|
5349
|
+
export const SyncReconcileResponseProviderAwsAlbEnum2$inboundSchema = z.enum(SyncReconcileResponseProviderAwsAlbEnum2);
|
|
5350
|
+
/** @internal */
|
|
5351
|
+
export const SyncReconcileResponseProviderAwsAlb2$inboundSchema = z.object({
|
|
5352
|
+
ipAddressType: z.nullable(z.string()).optional(),
|
|
5353
|
+
provider: SyncReconcileResponseProviderAwsAlbEnum2$inboundSchema,
|
|
5354
|
+
scheme: z.string(),
|
|
5355
|
+
subnetIds: z.array(z.string()).optional(),
|
|
5356
|
+
targetType: z.string(),
|
|
5357
|
+
});
|
|
5358
|
+
export function syncReconcileResponseProviderAwsAlb2FromJSON(jsonString) {
|
|
5359
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseProviderAwsAlb2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseProviderAwsAlb2' from JSON`);
|
|
5360
|
+
}
|
|
5361
|
+
/** @internal */
|
|
5362
|
+
export const SyncReconcileResponseProviderUnion2$inboundSchema = z.union([
|
|
5363
|
+
z.lazy(() => SyncReconcileResponseProviderAwsAlb2$inboundSchema),
|
|
5364
|
+
z.lazy(() => SyncReconcileResponseProviderAzureApplicationGatewayForContainers2$inboundSchema),
|
|
5365
|
+
z.lazy(() => SyncReconcileResponseProviderGkeGateway2$inboundSchema),
|
|
5366
|
+
z.any(),
|
|
5367
|
+
]);
|
|
5368
|
+
export function syncReconcileResponseProviderUnion2FromJSON(jsonString) {
|
|
5369
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseProviderUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseProviderUnion2' from JSON`);
|
|
5370
|
+
}
|
|
5371
|
+
/** @internal */
|
|
5372
|
+
export const SyncReconcileResponseRouteGateway1$inboundSchema = z.object({
|
|
5373
|
+
annotations: z.record(z.string(), z.string()).optional(),
|
|
5374
|
+
controller: z.nullable(z.string()).optional(),
|
|
5375
|
+
gatewayClassName: z.string(),
|
|
5376
|
+
labels: z.record(z.string(), z.string()).optional(),
|
|
5377
|
+
listenerPort: z.int(),
|
|
5378
|
+
provider: z.nullable(z.union([
|
|
5379
|
+
z.lazy(() => SyncReconcileResponseProviderAwsAlb2$inboundSchema),
|
|
5380
|
+
z.lazy(() => SyncReconcileResponseProviderAzureApplicationGatewayForContainers2$inboundSchema),
|
|
5381
|
+
z.lazy(() => SyncReconcileResponseProviderGkeGateway2$inboundSchema),
|
|
5382
|
+
z.any(),
|
|
5383
|
+
])).optional(),
|
|
5384
|
+
routeApi: z.literal("gateway"),
|
|
5385
|
+
});
|
|
5386
|
+
export function syncReconcileResponseRouteGateway1FromJSON(jsonString) {
|
|
5387
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseRouteGateway1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRouteGateway1' from JSON`);
|
|
5388
|
+
}
|
|
5389
|
+
/** @internal */
|
|
5390
|
+
export const SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum1$inboundSchema = z.enum(SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum1);
|
|
5391
|
+
/** @internal */
|
|
5392
|
+
export const SyncReconcileResponseProviderAzureApplicationGatewayForContainers1$inboundSchema = z.object({
|
|
5393
|
+
albName: z.nullable(z.string()).optional(),
|
|
5394
|
+
albNamespace: z.nullable(z.string()).optional(),
|
|
5395
|
+
frontend: z.string(),
|
|
5396
|
+
provider: SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum1$inboundSchema,
|
|
5397
|
+
});
|
|
5398
|
+
export function syncReconcileResponseProviderAzureApplicationGatewayForContainers1FromJSON(jsonString) {
|
|
5399
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseProviderAzureApplicationGatewayForContainers1$inboundSchema
|
|
5400
|
+
.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseProviderAzureApplicationGatewayForContainers1' from JSON`);
|
|
5401
|
+
}
|
|
5402
|
+
/** @internal */
|
|
5403
|
+
export const SyncReconcileResponseProviderGkeGatewayEnum1$inboundSchema = z.enum(SyncReconcileResponseProviderGkeGatewayEnum1);
|
|
5404
|
+
/** @internal */
|
|
5405
|
+
export const SyncReconcileResponseProviderGkeGateway1$inboundSchema = z.object({
|
|
5406
|
+
provider: SyncReconcileResponseProviderGkeGatewayEnum1$inboundSchema,
|
|
5407
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
5408
|
+
});
|
|
5409
|
+
export function syncReconcileResponseProviderGkeGateway1FromJSON(jsonString) {
|
|
5410
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseProviderGkeGateway1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseProviderGkeGateway1' from JSON`);
|
|
5411
|
+
}
|
|
5412
|
+
/** @internal */
|
|
5413
|
+
export const SyncReconcileResponseProviderAwsAlbEnum1$inboundSchema = z.enum(SyncReconcileResponseProviderAwsAlbEnum1);
|
|
5414
|
+
/** @internal */
|
|
5415
|
+
export const SyncReconcileResponseProviderAwsAlb1$inboundSchema = z.object({
|
|
5416
|
+
ipAddressType: z.nullable(z.string()).optional(),
|
|
5417
|
+
provider: SyncReconcileResponseProviderAwsAlbEnum1$inboundSchema,
|
|
5418
|
+
scheme: z.string(),
|
|
5419
|
+
subnetIds: z.array(z.string()).optional(),
|
|
5420
|
+
targetType: z.string(),
|
|
5421
|
+
});
|
|
5422
|
+
export function syncReconcileResponseProviderAwsAlb1FromJSON(jsonString) {
|
|
5423
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseProviderAwsAlb1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseProviderAwsAlb1' from JSON`);
|
|
5424
|
+
}
|
|
5425
|
+
/** @internal */
|
|
5426
|
+
export const SyncReconcileResponseProviderUnion1$inboundSchema = z.union([
|
|
5427
|
+
z.lazy(() => SyncReconcileResponseProviderAwsAlb1$inboundSchema),
|
|
5428
|
+
z.lazy(() => SyncReconcileResponseProviderAzureApplicationGatewayForContainers1$inboundSchema),
|
|
5429
|
+
z.lazy(() => SyncReconcileResponseProviderGkeGateway1$inboundSchema),
|
|
5430
|
+
z.any(),
|
|
5431
|
+
]);
|
|
5432
|
+
export function syncReconcileResponseProviderUnion1FromJSON(jsonString) {
|
|
5433
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseProviderUnion1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseProviderUnion1' from JSON`);
|
|
5434
|
+
}
|
|
5435
|
+
/** @internal */
|
|
5436
|
+
export const SyncReconcileResponseRouteIngress1$inboundSchema = z.object({
|
|
5437
|
+
annotations: z.record(z.string(), z.string()).optional(),
|
|
5438
|
+
controller: z.nullable(z.string()).optional(),
|
|
5439
|
+
ingressClassName: z.string(),
|
|
5440
|
+
labels: z.record(z.string(), z.string()).optional(),
|
|
5441
|
+
provider: z.nullable(z.union([
|
|
5442
|
+
z.lazy(() => SyncReconcileResponseProviderAwsAlb1$inboundSchema),
|
|
5443
|
+
z.lazy(() => SyncReconcileResponseProviderAzureApplicationGatewayForContainers1$inboundSchema),
|
|
5444
|
+
z.lazy(() => SyncReconcileResponseProviderGkeGateway1$inboundSchema),
|
|
5445
|
+
z.any(),
|
|
5446
|
+
])).optional(),
|
|
5447
|
+
routeApi: z.literal("ingress"),
|
|
5448
|
+
});
|
|
5449
|
+
export function syncReconcileResponseRouteIngress1FromJSON(jsonString) {
|
|
5450
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseRouteIngress1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRouteIngress1' from JSON`);
|
|
5451
|
+
}
|
|
5452
|
+
/** @internal */
|
|
5453
|
+
export const SyncReconcileResponseRouteUnion1$inboundSchema = z.union([
|
|
5454
|
+
z.lazy(() => SyncReconcileResponseRouteIngress1$inboundSchema),
|
|
5455
|
+
z.lazy(() => SyncReconcileResponseRouteGateway1$inboundSchema),
|
|
5456
|
+
]);
|
|
5457
|
+
export function syncReconcileResponseRouteUnion1FromJSON(jsonString) {
|
|
5458
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseRouteUnion1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRouteUnion1' from JSON`);
|
|
5459
|
+
}
|
|
5460
|
+
/** @internal */
|
|
5461
|
+
export const SyncReconcileResponseExposureGenerated$inboundSchema = z.object({
|
|
5462
|
+
certificate: z.union([
|
|
5463
|
+
z.lazy(() => SyncReconcileResponseCertificateTLSSecretRef1$inboundSchema),
|
|
5464
|
+
z.lazy(() => SyncReconcileResponseCertificateManagedAcmImport1$inboundSchema),
|
|
5465
|
+
z.lazy(() => SyncReconcileResponseCertificateAwsAcmArn1$inboundSchema),
|
|
5466
|
+
z.lazy(() => SyncReconcileResponseCertificateManagedTLSSecret1$inboundSchema),
|
|
5467
|
+
z.lazy(() => SyncReconcileResponseCertificateNone1$inboundSchema),
|
|
5468
|
+
]),
|
|
5469
|
+
mode: SyncReconcileResponseModeGenerated$inboundSchema,
|
|
5470
|
+
route: z.union([
|
|
5471
|
+
z.lazy(() => SyncReconcileResponseRouteIngress1$inboundSchema),
|
|
5472
|
+
z.lazy(() => SyncReconcileResponseRouteGateway1$inboundSchema),
|
|
5473
|
+
]),
|
|
5474
|
+
});
|
|
5475
|
+
export function syncReconcileResponseExposureGeneratedFromJSON(jsonString) {
|
|
5476
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseExposureGenerated$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExposureGenerated' from JSON`);
|
|
5477
|
+
}
|
|
5478
|
+
/** @internal */
|
|
5479
|
+
export const SyncReconcileResponseModeDisabled$inboundSchema = z.enum(SyncReconcileResponseModeDisabled);
|
|
5480
|
+
/** @internal */
|
|
5481
|
+
export const SyncReconcileResponseExposureDisabled$inboundSchema = z.object({
|
|
5482
|
+
mode: SyncReconcileResponseModeDisabled$inboundSchema,
|
|
5483
|
+
});
|
|
5484
|
+
export function syncReconcileResponseExposureDisabledFromJSON(jsonString) {
|
|
5485
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseExposureDisabled$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExposureDisabled' from JSON`);
|
|
5486
|
+
}
|
|
5487
|
+
/** @internal */
|
|
5488
|
+
export const SyncReconcileResponseExposureUnion$inboundSchema = z.union([
|
|
5489
|
+
z.lazy(() => SyncReconcileResponseExposureCustom$inboundSchema),
|
|
5490
|
+
z.lazy(() => SyncReconcileResponseExposureGenerated$inboundSchema),
|
|
5491
|
+
z.lazy(() => SyncReconcileResponseExposureDisabled$inboundSchema),
|
|
5492
|
+
z.any(),
|
|
5493
|
+
]);
|
|
5494
|
+
export function syncReconcileResponseExposureUnionFromJSON(jsonString) {
|
|
5495
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseExposureUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExposureUnion' from JSON`);
|
|
5496
|
+
}
|
|
5497
|
+
/** @internal */
|
|
5498
|
+
export const SyncReconcileResponseKubernetes$inboundSchema = z.object({
|
|
5499
|
+
cluster: z.nullable(z.union([
|
|
5500
|
+
z.lazy(() => SyncReconcileResponseCluster$inboundSchema),
|
|
5501
|
+
z.any(),
|
|
5502
|
+
])).optional(),
|
|
5503
|
+
exposure: z.nullable(z.union([
|
|
5504
|
+
z.lazy(() => SyncReconcileResponseExposureCustom$inboundSchema),
|
|
5505
|
+
z.lazy(() => SyncReconcileResponseExposureGenerated$inboundSchema),
|
|
5506
|
+
z.lazy(() => SyncReconcileResponseExposureDisabled$inboundSchema),
|
|
5507
|
+
z.any(),
|
|
5508
|
+
])).optional(),
|
|
5509
|
+
});
|
|
5510
|
+
export function syncReconcileResponseKubernetesFromJSON(jsonString) {
|
|
5511
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseKubernetes$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseKubernetes' from JSON`);
|
|
5512
|
+
}
|
|
5513
|
+
/** @internal */
|
|
5514
|
+
export const SyncReconcileResponseKubernetesUnion$inboundSchema = z.union([
|
|
5515
|
+
z.lazy(() => SyncReconcileResponseKubernetes$inboundSchema),
|
|
5516
|
+
z.any(),
|
|
5517
|
+
]);
|
|
5518
|
+
export function syncReconcileResponseKubernetesUnionFromJSON(jsonString) {
|
|
5519
|
+
return safeParse(jsonString, (x) => SyncReconcileResponseKubernetesUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseKubernetesUnion' from JSON`);
|
|
5520
|
+
}
|
|
5521
|
+
/** @internal */
|
|
4246
5522
|
export const SyncReconcileResponseTypeByoVnetAzure$inboundSchema = z.enum(SyncReconcileResponseTypeByoVnetAzure);
|
|
4247
5523
|
/** @internal */
|
|
4248
5524
|
export const SyncReconcileResponseNetworkByoVnetAzure$inboundSchema = z.object({
|
|
@@ -4345,7 +5621,12 @@ export const SyncReconcileResponseStackSettings$inboundSchema = z.object({
|
|
|
4345
5621
|
z.lazy(() => SyncReconcileResponseDomains$inboundSchema),
|
|
4346
5622
|
z.any(),
|
|
4347
5623
|
])).optional(),
|
|
5624
|
+
externalBindings: z.nullable(z.lazy(() => SyncReconcileResponseStackSettingsExternalBindings$inboundSchema)).optional(),
|
|
4348
5625
|
heartbeats: SyncReconcileResponseHeartbeats$inboundSchema.optional(),
|
|
5626
|
+
kubernetes: z.nullable(z.union([
|
|
5627
|
+
z.lazy(() => SyncReconcileResponseKubernetes$inboundSchema),
|
|
5628
|
+
z.any(),
|
|
5629
|
+
])).optional(),
|
|
4349
5630
|
network: z.nullable(z.union([
|
|
4350
5631
|
z.lazy(() => SyncReconcileResponseNetworkByoVpcAws$inboundSchema),
|
|
4351
5632
|
z.lazy(() => SyncReconcileResponseNetworkByoVpcGcp$inboundSchema),
|
|
@@ -4364,20 +5645,20 @@ export function syncReconcileResponseStackSettingsFromJSON(jsonString) {
|
|
|
4364
5645
|
export const TargetConfig$inboundSchema = z
|
|
4365
5646
|
.object({
|
|
4366
5647
|
allowFrozenChanges: z.boolean().optional(),
|
|
4367
|
-
|
|
4368
|
-
z.lazy(() => SyncReconcileResponseArtifactRegistry$inboundSchema),
|
|
4369
|
-
z.any(),
|
|
4370
|
-
])).optional(),
|
|
5648
|
+
basePlatform: z.nullable(z.union([SyncReconcileResponseBasePlatformEnum$inboundSchema, z.any()])).optional(),
|
|
4371
5649
|
computeBackend: z.nullable(z.union([
|
|
4372
5650
|
z.lazy(() => SyncReconcileResponseComputeBackendHorizon$inboundSchema),
|
|
4373
5651
|
z.any(),
|
|
4374
5652
|
])).optional(),
|
|
5653
|
+
deploymentName: z.nullable(z.string()).optional(),
|
|
5654
|
+
deploymentToken: z.nullable(z.string()).optional(),
|
|
4375
5655
|
domainMetadata: z.nullable(z.union([
|
|
4376
5656
|
z.lazy(() => SyncReconcileResponseDomainMetadata$inboundSchema),
|
|
4377
5657
|
z.any(),
|
|
4378
5658
|
])).optional(),
|
|
4379
5659
|
environmentVariables: z.lazy(() => SyncReconcileResponseEnvironmentVariables$inboundSchema),
|
|
4380
5660
|
externalBindings: z.record(z.string(), z.union([
|
|
5661
|
+
z.lazy(() => SyncReconcileResponseExternalBindingsContainerAppsEnvironment$inboundSchema),
|
|
4381
5662
|
z.union([
|
|
4382
5663
|
z.lazy(() => SyncReconcileResponseExternalBindingsS3$inboundSchema),
|
|
4383
5664
|
z.lazy(() => SyncReconcileResponseExternalBindingsBlob$inboundSchema),
|
|
@@ -4388,6 +5669,7 @@ export const TargetConfig$inboundSchema = z
|
|
|
4388
5669
|
z.lazy(() => SyncReconcileResponseExternalBindingsSqs$inboundSchema),
|
|
4389
5670
|
z.lazy(() => SyncReconcileResponseExternalBindingsPubsub$inboundSchema),
|
|
4390
5671
|
z.lazy(() => SyncReconcileResponseExternalBindingsServicebus$inboundSchema),
|
|
5672
|
+
z.lazy(() => SyncReconcileResponseExternalBindingsLocalQueue$inboundSchema),
|
|
4391
5673
|
]),
|
|
4392
5674
|
z.union([
|
|
4393
5675
|
z.lazy(() => SyncReconcileResponseExternalBindingsDynamodb$inboundSchema),
|
|
@@ -4410,10 +5692,6 @@ export const TargetConfig$inboundSchema = z
|
|
|
4410
5692
|
z.lazy(() => SyncReconcileResponseExternalBindingsLocalVault$inboundSchema),
|
|
4411
5693
|
]),
|
|
4412
5694
|
])).optional(),
|
|
4413
|
-
imagePullCredentials: z.nullable(z.union([
|
|
4414
|
-
z.lazy(() => SyncReconcileResponseImagePullCredentials$inboundSchema),
|
|
4415
|
-
z.any(),
|
|
4416
|
-
])).optional(),
|
|
4417
5695
|
managementConfig: z.nullable(z.union([
|
|
4418
5696
|
z.lazy(() => SyncReconcileResponseManagementConfigAzure$inboundSchema),
|
|
4419
5697
|
z.lazy(() => SyncReconcileResponseManagementConfigAws$inboundSchema),
|
|
@@ -4421,10 +5699,12 @@ export const TargetConfig$inboundSchema = z
|
|
|
4421
5699
|
z.lazy(() => SyncReconcileResponseManagementConfigKubernetes$inboundSchema),
|
|
4422
5700
|
z.any(),
|
|
4423
5701
|
])).optional(),
|
|
5702
|
+
managerUrl: z.nullable(z.string()).optional(),
|
|
4424
5703
|
monitoring: z.nullable(z.union([
|
|
4425
5704
|
z.lazy(() => SyncReconcileResponseMonitoring$inboundSchema),
|
|
4426
5705
|
z.any(),
|
|
4427
5706
|
])).optional(),
|
|
5707
|
+
nativeImageHost: z.nullable(z.string()).optional(),
|
|
4428
5708
|
publicUrls: z.nullable(z.record(z.string(), z.string())).optional(),
|
|
4429
5709
|
stackSettings: z.lazy(() => SyncReconcileResponseStackSettings$inboundSchema).optional(),
|
|
4430
5710
|
});
|
|
@@ -4461,10 +5741,14 @@ export function overrideReleaseInfoAwBindingFromJSON(jsonString) {
|
|
|
4461
5741
|
return safeParse(jsonString, (x) => OverrideReleaseInfoAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoAwBinding' from JSON`);
|
|
4462
5742
|
}
|
|
4463
5743
|
/** @internal */
|
|
5744
|
+
export const OverrideReleaseInfoEffect$inboundSchema = z.enum(OverrideReleaseInfoEffect);
|
|
5745
|
+
/** @internal */
|
|
4464
5746
|
export const OverrideReleaseInfoAwGrant$inboundSchema = z.object({
|
|
4465
5747
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
4466
5748
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
4467
5749
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
5750
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
5751
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
4468
5752
|
});
|
|
4469
5753
|
export function overrideReleaseInfoAwGrantFromJSON(jsonString) {
|
|
4470
5754
|
return safeParse(jsonString, (x) => OverrideReleaseInfoAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoAwGrant' from JSON`);
|
|
@@ -4472,7 +5756,10 @@ export function overrideReleaseInfoAwGrantFromJSON(jsonString) {
|
|
|
4472
5756
|
/** @internal */
|
|
4473
5757
|
export const OverrideReleaseInfoAw$inboundSchema = z.object({
|
|
4474
5758
|
binding: z.lazy(() => OverrideReleaseInfoAwBinding$inboundSchema),
|
|
5759
|
+
description: z.nullable(z.string()).optional(),
|
|
5760
|
+
effect: OverrideReleaseInfoEffect$inboundSchema.optional(),
|
|
4475
5761
|
grant: z.lazy(() => OverrideReleaseInfoAwGrant$inboundSchema),
|
|
5762
|
+
label: z.nullable(z.string()).optional(),
|
|
4476
5763
|
});
|
|
4477
5764
|
export function overrideReleaseInfoAwFromJSON(jsonString) {
|
|
4478
5765
|
return safeParse(jsonString, (x) => OverrideReleaseInfoAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoAw' from JSON`);
|
|
@@ -4505,6 +5792,8 @@ export const OverrideReleaseInfoAzureGrant$inboundSchema = z.object({
|
|
|
4505
5792
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
4506
5793
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
4507
5794
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
5795
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
5796
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
4508
5797
|
});
|
|
4509
5798
|
export function overrideReleaseInfoAzureGrantFromJSON(jsonString) {
|
|
4510
5799
|
return safeParse(jsonString, (x) => OverrideReleaseInfoAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoAzureGrant' from JSON`);
|
|
@@ -4512,7 +5801,9 @@ export function overrideReleaseInfoAzureGrantFromJSON(jsonString) {
|
|
|
4512
5801
|
/** @internal */
|
|
4513
5802
|
export const OverrideReleaseInfoAzure$inboundSchema = z.object({
|
|
4514
5803
|
binding: z.lazy(() => OverrideReleaseInfoAzureBinding$inboundSchema),
|
|
5804
|
+
description: z.nullable(z.string()).optional(),
|
|
4515
5805
|
grant: z.lazy(() => OverrideReleaseInfoAzureGrant$inboundSchema),
|
|
5806
|
+
label: z.nullable(z.string()).optional(),
|
|
4516
5807
|
});
|
|
4517
5808
|
export function overrideReleaseInfoAzureFromJSON(jsonString) {
|
|
4518
5809
|
return safeParse(jsonString, (x) => OverrideReleaseInfoAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoAzure' from JSON`);
|
|
@@ -4585,6 +5876,8 @@ export const OverrideReleaseInfoGcpGrant$inboundSchema = z.object({
|
|
|
4585
5876
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
4586
5877
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
4587
5878
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
5879
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
5880
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
4588
5881
|
});
|
|
4589
5882
|
export function overrideReleaseInfoGcpGrantFromJSON(jsonString) {
|
|
4590
5883
|
return safeParse(jsonString, (x) => OverrideReleaseInfoGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoGcpGrant' from JSON`);
|
|
@@ -4592,7 +5885,9 @@ export function overrideReleaseInfoGcpGrantFromJSON(jsonString) {
|
|
|
4592
5885
|
/** @internal */
|
|
4593
5886
|
export const OverrideReleaseInfoGcp$inboundSchema = z.object({
|
|
4594
5887
|
binding: z.lazy(() => OverrideReleaseInfoGcpBinding$inboundSchema),
|
|
5888
|
+
description: z.nullable(z.string()).optional(),
|
|
4595
5889
|
grant: z.lazy(() => OverrideReleaseInfoGcpGrant$inboundSchema),
|
|
5890
|
+
label: z.nullable(z.string()).optional(),
|
|
4596
5891
|
});
|
|
4597
5892
|
export function overrideReleaseInfoGcpFromJSON(jsonString) {
|
|
4598
5893
|
return safeParse(jsonString, (x) => OverrideReleaseInfoGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoGcp' from JSON`);
|
|
@@ -4656,10 +5951,14 @@ export function extendReleaseInfoAwBindingFromJSON(jsonString) {
|
|
|
4656
5951
|
return safeParse(jsonString, (x) => ExtendReleaseInfoAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoAwBinding' from JSON`);
|
|
4657
5952
|
}
|
|
4658
5953
|
/** @internal */
|
|
5954
|
+
export const ExtendReleaseInfoEffect$inboundSchema = z.enum(ExtendReleaseInfoEffect);
|
|
5955
|
+
/** @internal */
|
|
4659
5956
|
export const ExtendReleaseInfoAwGrant$inboundSchema = z.object({
|
|
4660
5957
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
4661
5958
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
4662
5959
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
5960
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
5961
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
4663
5962
|
});
|
|
4664
5963
|
export function extendReleaseInfoAwGrantFromJSON(jsonString) {
|
|
4665
5964
|
return safeParse(jsonString, (x) => ExtendReleaseInfoAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoAwGrant' from JSON`);
|
|
@@ -4667,7 +5966,10 @@ export function extendReleaseInfoAwGrantFromJSON(jsonString) {
|
|
|
4667
5966
|
/** @internal */
|
|
4668
5967
|
export const ExtendReleaseInfoAw$inboundSchema = z.object({
|
|
4669
5968
|
binding: z.lazy(() => ExtendReleaseInfoAwBinding$inboundSchema),
|
|
5969
|
+
description: z.nullable(z.string()).optional(),
|
|
5970
|
+
effect: ExtendReleaseInfoEffect$inboundSchema.optional(),
|
|
4670
5971
|
grant: z.lazy(() => ExtendReleaseInfoAwGrant$inboundSchema),
|
|
5972
|
+
label: z.nullable(z.string()).optional(),
|
|
4671
5973
|
});
|
|
4672
5974
|
export function extendReleaseInfoAwFromJSON(jsonString) {
|
|
4673
5975
|
return safeParse(jsonString, (x) => ExtendReleaseInfoAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoAw' from JSON`);
|
|
@@ -4700,6 +6002,8 @@ export const ExtendReleaseInfoAzureGrant$inboundSchema = z.object({
|
|
|
4700
6002
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
4701
6003
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
4702
6004
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
6005
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
6006
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
4703
6007
|
});
|
|
4704
6008
|
export function extendReleaseInfoAzureGrantFromJSON(jsonString) {
|
|
4705
6009
|
return safeParse(jsonString, (x) => ExtendReleaseInfoAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoAzureGrant' from JSON`);
|
|
@@ -4707,7 +6011,9 @@ export function extendReleaseInfoAzureGrantFromJSON(jsonString) {
|
|
|
4707
6011
|
/** @internal */
|
|
4708
6012
|
export const ExtendReleaseInfoAzure$inboundSchema = z.object({
|
|
4709
6013
|
binding: z.lazy(() => ExtendReleaseInfoAzureBinding$inboundSchema),
|
|
6014
|
+
description: z.nullable(z.string()).optional(),
|
|
4710
6015
|
grant: z.lazy(() => ExtendReleaseInfoAzureGrant$inboundSchema),
|
|
6016
|
+
label: z.nullable(z.string()).optional(),
|
|
4711
6017
|
});
|
|
4712
6018
|
export function extendReleaseInfoAzureFromJSON(jsonString) {
|
|
4713
6019
|
return safeParse(jsonString, (x) => ExtendReleaseInfoAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoAzure' from JSON`);
|
|
@@ -4773,6 +6079,8 @@ export const ExtendReleaseInfoGcpGrant$inboundSchema = z.object({
|
|
|
4773
6079
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
4774
6080
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
4775
6081
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
6082
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
6083
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
4776
6084
|
});
|
|
4777
6085
|
export function extendReleaseInfoGcpGrantFromJSON(jsonString) {
|
|
4778
6086
|
return safeParse(jsonString, (x) => ExtendReleaseInfoGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoGcpGrant' from JSON`);
|
|
@@ -4780,7 +6088,9 @@ export function extendReleaseInfoGcpGrantFromJSON(jsonString) {
|
|
|
4780
6088
|
/** @internal */
|
|
4781
6089
|
export const ExtendReleaseInfoGcp$inboundSchema = z.object({
|
|
4782
6090
|
binding: z.lazy(() => ExtendReleaseInfoGcpBinding$inboundSchema),
|
|
6091
|
+
description: z.nullable(z.string()).optional(),
|
|
4783
6092
|
grant: z.lazy(() => ExtendReleaseInfoGcpGrant$inboundSchema),
|
|
6093
|
+
label: z.nullable(z.string()).optional(),
|
|
4784
6094
|
});
|
|
4785
6095
|
export function extendReleaseInfoGcpFromJSON(jsonString) {
|
|
4786
6096
|
return safeParse(jsonString, (x) => ExtendReleaseInfoGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoGcp' from JSON`);
|
|
@@ -4854,10 +6164,14 @@ export function profileReleaseInfoAwBindingFromJSON(jsonString) {
|
|
|
4854
6164
|
return safeParse(jsonString, (x) => ProfileReleaseInfoAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoAwBinding' from JSON`);
|
|
4855
6165
|
}
|
|
4856
6166
|
/** @internal */
|
|
6167
|
+
export const ProfileReleaseInfoEffect$inboundSchema = z.enum(ProfileReleaseInfoEffect);
|
|
6168
|
+
/** @internal */
|
|
4857
6169
|
export const ProfileReleaseInfoAwGrant$inboundSchema = z.object({
|
|
4858
6170
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
4859
6171
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
4860
6172
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
6173
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
6174
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
4861
6175
|
});
|
|
4862
6176
|
export function profileReleaseInfoAwGrantFromJSON(jsonString) {
|
|
4863
6177
|
return safeParse(jsonString, (x) => ProfileReleaseInfoAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoAwGrant' from JSON`);
|
|
@@ -4865,7 +6179,10 @@ export function profileReleaseInfoAwGrantFromJSON(jsonString) {
|
|
|
4865
6179
|
/** @internal */
|
|
4866
6180
|
export const ProfileReleaseInfoAw$inboundSchema = z.object({
|
|
4867
6181
|
binding: z.lazy(() => ProfileReleaseInfoAwBinding$inboundSchema),
|
|
6182
|
+
description: z.nullable(z.string()).optional(),
|
|
6183
|
+
effect: ProfileReleaseInfoEffect$inboundSchema.optional(),
|
|
4868
6184
|
grant: z.lazy(() => ProfileReleaseInfoAwGrant$inboundSchema),
|
|
6185
|
+
label: z.nullable(z.string()).optional(),
|
|
4869
6186
|
});
|
|
4870
6187
|
export function profileReleaseInfoAwFromJSON(jsonString) {
|
|
4871
6188
|
return safeParse(jsonString, (x) => ProfileReleaseInfoAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoAw' from JSON`);
|
|
@@ -4898,6 +6215,8 @@ export const ProfileReleaseInfoAzureGrant$inboundSchema = z.object({
|
|
|
4898
6215
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
4899
6216
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
4900
6217
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
6218
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
6219
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
4901
6220
|
});
|
|
4902
6221
|
export function profileReleaseInfoAzureGrantFromJSON(jsonString) {
|
|
4903
6222
|
return safeParse(jsonString, (x) => ProfileReleaseInfoAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoAzureGrant' from JSON`);
|
|
@@ -4905,7 +6224,9 @@ export function profileReleaseInfoAzureGrantFromJSON(jsonString) {
|
|
|
4905
6224
|
/** @internal */
|
|
4906
6225
|
export const ProfileReleaseInfoAzure$inboundSchema = z.object({
|
|
4907
6226
|
binding: z.lazy(() => ProfileReleaseInfoAzureBinding$inboundSchema),
|
|
6227
|
+
description: z.nullable(z.string()).optional(),
|
|
4908
6228
|
grant: z.lazy(() => ProfileReleaseInfoAzureGrant$inboundSchema),
|
|
6229
|
+
label: z.nullable(z.string()).optional(),
|
|
4909
6230
|
});
|
|
4910
6231
|
export function profileReleaseInfoAzureFromJSON(jsonString) {
|
|
4911
6232
|
return safeParse(jsonString, (x) => ProfileReleaseInfoAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoAzure' from JSON`);
|
|
@@ -4972,6 +6293,8 @@ export const ProfileReleaseInfoGcpGrant$inboundSchema = z.object({
|
|
|
4972
6293
|
actions: z.nullable(z.array(z.string())).optional(),
|
|
4973
6294
|
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
4974
6295
|
permissions: z.nullable(z.array(z.string())).optional(),
|
|
6296
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
6297
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
4975
6298
|
});
|
|
4976
6299
|
export function profileReleaseInfoGcpGrantFromJSON(jsonString) {
|
|
4977
6300
|
return safeParse(jsonString, (x) => ProfileReleaseInfoGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoGcpGrant' from JSON`);
|
|
@@ -4979,7 +6302,9 @@ export function profileReleaseInfoGcpGrantFromJSON(jsonString) {
|
|
|
4979
6302
|
/** @internal */
|
|
4980
6303
|
export const ProfileReleaseInfoGcp$inboundSchema = z.object({
|
|
4981
6304
|
binding: z.lazy(() => ProfileReleaseInfoGcpBinding$inboundSchema),
|
|
6305
|
+
description: z.nullable(z.string()).optional(),
|
|
4982
6306
|
grant: z.lazy(() => ProfileReleaseInfoGcpGrant$inboundSchema),
|
|
6307
|
+
label: z.nullable(z.string()).optional(),
|
|
4983
6308
|
});
|
|
4984
6309
|
export function profileReleaseInfoGcpFromJSON(jsonString) {
|
|
4985
6310
|
return safeParse(jsonString, (x) => ProfileReleaseInfoGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoGcp' from JSON`);
|
|
@@ -5050,10 +6375,13 @@ export function releaseInfoResourcesFromJSON(jsonString) {
|
|
|
5050
6375
|
return safeParse(jsonString, (x) => ReleaseInfoResources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ReleaseInfoResources' from JSON`);
|
|
5051
6376
|
}
|
|
5052
6377
|
/** @internal */
|
|
6378
|
+
export const ReleaseInfoSupportedPlatform$inboundSchema = z.enum(ReleaseInfoSupportedPlatform);
|
|
6379
|
+
/** @internal */
|
|
5053
6380
|
export const ReleaseInfoStack$inboundSchema = z.object({
|
|
5054
6381
|
id: z.string(),
|
|
5055
6382
|
permissions: z.lazy(() => ReleaseInfoPermissions$inboundSchema).optional(),
|
|
5056
6383
|
resources: z.record(z.string(), z.lazy(() => ReleaseInfoResources$inboundSchema)),
|
|
6384
|
+
supportedPlatforms: z.nullable(z.array(ReleaseInfoSupportedPlatform$inboundSchema)).optional(),
|
|
5057
6385
|
});
|
|
5058
6386
|
export function releaseInfoStackFromJSON(jsonString) {
|
|
5059
6387
|
return safeParse(jsonString, (x) => ReleaseInfoStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ReleaseInfoStack' from JSON`);
|