@alienplatform/platform-api 1.0.68
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/.devcontainer/README.md +30 -0
- package/.devcontainer/devcontainer.json +43 -0
- package/FUNCTIONS.md +87 -0
- package/README.md +657 -0
- package/RUNTIMES.md +48 -0
- package/docs/sdks/agentmanagers/README.md +949 -0
- package/docs/sdks/alien/README.md +5 -0
- package/docs/sdks/apikeys/README.md +495 -0
- package/docs/sdks/auth/README.md +77 -0
- package/docs/sdks/commands/README.md +479 -0
- package/docs/sdks/containers/README.md +788 -0
- package/docs/sdks/deployment/README.md +82 -0
- package/docs/sdks/deploymentgroups/README.md +471 -0
- package/docs/sdks/deployments/README.md +1134 -0
- package/docs/sdks/domains/README.md +312 -0
- package/docs/sdks/events/README.md +161 -0
- package/docs/sdks/packages/README.md +322 -0
- package/docs/sdks/projects/README.md +745 -0
- package/docs/sdks/releases/README.md +423 -0
- package/docs/sdks/sync/README.md +270 -0
- package/docs/sdks/user/README.md +441 -0
- package/docs/sdks/workspaces/README.md +645 -0
- package/esm/core.d.ts +10 -0
- package/esm/core.d.ts.map +1 -0
- package/esm/core.js +13 -0
- package/esm/core.js.map +1 -0
- package/esm/funcs/agentManagersCreate.d.ts +15 -0
- package/esm/funcs/agentManagersCreate.d.ts.map +1 -0
- package/esm/funcs/agentManagersCreate.js +83 -0
- package/esm/funcs/agentManagersCreate.js.map +1 -0
- package/esm/funcs/agentManagersDelete.d.ts +15 -0
- package/esm/funcs/agentManagersDelete.d.ts.map +1 -0
- package/esm/funcs/agentManagersDelete.js +86 -0
- package/esm/funcs/agentManagersDelete.js.map +1 -0
- package/esm/funcs/agentManagersGenerateDeepstoreToken.d.ts +16 -0
- package/esm/funcs/agentManagersGenerateDeepstoreToken.d.ts.map +1 -0
- package/esm/funcs/agentManagersGenerateDeepstoreToken.js +90 -0
- package/esm/funcs/agentManagersGenerateDeepstoreToken.js.map +1 -0
- package/esm/funcs/agentManagersGet.d.ts +16 -0
- package/esm/funcs/agentManagersGet.d.ts.map +1 -0
- package/esm/funcs/agentManagersGet.js +87 -0
- package/esm/funcs/agentManagersGet.js.map +1 -0
- package/esm/funcs/agentManagersGetDeployment.d.ts +16 -0
- package/esm/funcs/agentManagersGetDeployment.d.ts.map +1 -0
- package/esm/funcs/agentManagersGetDeployment.js +87 -0
- package/esm/funcs/agentManagersGetDeployment.js.map +1 -0
- package/esm/funcs/agentManagersGetManagementConfig.d.ts +15 -0
- package/esm/funcs/agentManagersGetManagementConfig.d.ts.map +1 -0
- package/esm/funcs/agentManagersGetManagementConfig.js +86 -0
- package/esm/funcs/agentManagersGetManagementConfig.js.map +1 -0
- package/esm/funcs/agentManagersGoogleCloudConnect.d.ts +15 -0
- package/esm/funcs/agentManagersGoogleCloudConnect.d.ts.map +1 -0
- package/esm/funcs/agentManagersGoogleCloudConnect.js +90 -0
- package/esm/funcs/agentManagersGoogleCloudConnect.js.map +1 -0
- package/esm/funcs/agentManagersList.d.ts +16 -0
- package/esm/funcs/agentManagersList.d.ts.map +1 -0
- package/esm/funcs/agentManagersList.js +82 -0
- package/esm/funcs/agentManagersList.js.map +1 -0
- package/esm/funcs/agentManagersListEvents.d.ts +15 -0
- package/esm/funcs/agentManagersListEvents.d.ts.map +1 -0
- package/esm/funcs/agentManagersListEvents.js +86 -0
- package/esm/funcs/agentManagersListEvents.js.map +1 -0
- package/esm/funcs/agentManagersProvision.d.ts +15 -0
- package/esm/funcs/agentManagersProvision.d.ts.map +1 -0
- package/esm/funcs/agentManagersProvision.js +86 -0
- package/esm/funcs/agentManagersProvision.js.map +1 -0
- package/esm/funcs/agentManagersReportHeartbeat.d.ts +16 -0
- package/esm/funcs/agentManagersReportHeartbeat.d.ts.map +1 -0
- package/esm/funcs/agentManagersReportHeartbeat.js +90 -0
- package/esm/funcs/agentManagersReportHeartbeat.js.map +1 -0
- package/esm/funcs/agentManagersUpdate.d.ts +15 -0
- package/esm/funcs/agentManagersUpdate.d.ts.map +1 -0
- package/esm/funcs/agentManagersUpdate.js +89 -0
- package/esm/funcs/agentManagersUpdate.js.map +1 -0
- package/esm/funcs/apiKeysCreate.d.ts +16 -0
- package/esm/funcs/apiKeysCreate.d.ts.map +1 -0
- package/esm/funcs/apiKeysCreate.js +84 -0
- package/esm/funcs/apiKeysCreate.js.map +1 -0
- package/esm/funcs/apiKeysDeleteMultiple.d.ts +15 -0
- package/esm/funcs/apiKeysDeleteMultiple.d.ts.map +1 -0
- package/esm/funcs/apiKeysDeleteMultiple.js +83 -0
- package/esm/funcs/apiKeysDeleteMultiple.js.map +1 -0
- package/esm/funcs/apiKeysGet.d.ts +16 -0
- package/esm/funcs/apiKeysGet.d.ts.map +1 -0
- package/esm/funcs/apiKeysGet.js +87 -0
- package/esm/funcs/apiKeysGet.js.map +1 -0
- package/esm/funcs/apiKeysList.d.ts +15 -0
- package/esm/funcs/apiKeysList.d.ts.map +1 -0
- package/esm/funcs/apiKeysList.js +82 -0
- package/esm/funcs/apiKeysList.js.map +1 -0
- package/esm/funcs/apiKeysRevoke.d.ts +15 -0
- package/esm/funcs/apiKeysRevoke.d.ts.map +1 -0
- package/esm/funcs/apiKeysRevoke.js +87 -0
- package/esm/funcs/apiKeysRevoke.js.map +1 -0
- package/esm/funcs/apiKeysUpdate.d.ts +16 -0
- package/esm/funcs/apiKeysUpdate.d.ts.map +1 -0
- package/esm/funcs/apiKeysUpdate.js +90 -0
- package/esm/funcs/apiKeysUpdate.js.map +1 -0
- package/esm/funcs/authWhoami.d.ts +15 -0
- package/esm/funcs/authWhoami.d.ts.map +1 -0
- package/esm/funcs/authWhoami.js +67 -0
- package/esm/funcs/authWhoami.js.map +1 -0
- package/esm/funcs/commandsCreate.d.ts +16 -0
- package/esm/funcs/commandsCreate.d.ts.map +1 -0
- package/esm/funcs/commandsCreate.js +84 -0
- package/esm/funcs/commandsCreate.js.map +1 -0
- package/esm/funcs/commandsGet.d.ts +16 -0
- package/esm/funcs/commandsGet.d.ts.map +1 -0
- package/esm/funcs/commandsGet.js +87 -0
- package/esm/funcs/commandsGet.js.map +1 -0
- package/esm/funcs/commandsList.d.ts +15 -0
- package/esm/funcs/commandsList.d.ts.map +1 -0
- package/esm/funcs/commandsList.js +89 -0
- package/esm/funcs/commandsList.js.map +1 -0
- package/esm/funcs/commandsListDeployments.d.ts +16 -0
- package/esm/funcs/commandsListDeployments.d.ts.map +1 -0
- package/esm/funcs/commandsListDeployments.js +83 -0
- package/esm/funcs/commandsListDeployments.js.map +1 -0
- package/esm/funcs/commandsListNames.d.ts +16 -0
- package/esm/funcs/commandsListNames.d.ts.map +1 -0
- package/esm/funcs/commandsListNames.js +83 -0
- package/esm/funcs/commandsListNames.js.map +1 -0
- package/esm/funcs/commandsUpdate.d.ts +16 -0
- package/esm/funcs/commandsUpdate.d.ts.map +1 -0
- package/esm/funcs/commandsUpdate.js +90 -0
- package/esm/funcs/commandsUpdate.js.map +1 -0
- package/esm/funcs/containersGetAttention.d.ts +15 -0
- package/esm/funcs/containersGetAttention.d.ts.map +1 -0
- package/esm/funcs/containersGetAttention.js +82 -0
- package/esm/funcs/containersGetAttention.js.map +1 -0
- package/esm/funcs/containersGetDeploymentCluster.d.ts +15 -0
- package/esm/funcs/containersGetDeploymentCluster.d.ts.map +1 -0
- package/esm/funcs/containersGetDeploymentCluster.js +86 -0
- package/esm/funcs/containersGetDeploymentCluster.js.map +1 -0
- package/esm/funcs/containersGetDeploymentContainer.d.ts +15 -0
- package/esm/funcs/containersGetDeploymentContainer.d.ts.map +1 -0
- package/esm/funcs/containersGetDeploymentContainer.js +90 -0
- package/esm/funcs/containersGetDeploymentContainer.js.map +1 -0
- package/esm/funcs/containersGetDeployments.d.ts +15 -0
- package/esm/funcs/containersGetDeployments.d.ts.map +1 -0
- package/esm/funcs/containersGetDeployments.js +88 -0
- package/esm/funcs/containersGetDeployments.js.map +1 -0
- package/esm/funcs/containersGetMachines.d.ts +15 -0
- package/esm/funcs/containersGetMachines.d.ts.map +1 -0
- package/esm/funcs/containersGetMachines.js +82 -0
- package/esm/funcs/containersGetMachines.js.map +1 -0
- package/esm/funcs/containersGetOverview.d.ts +15 -0
- package/esm/funcs/containersGetOverview.d.ts.map +1 -0
- package/esm/funcs/containersGetOverview.js +82 -0
- package/esm/funcs/containersGetOverview.js.map +1 -0
- package/esm/funcs/containersListDeploymentContainerInstanceEvents.d.ts +15 -0
- package/esm/funcs/containersListDeploymentContainerInstanceEvents.d.ts.map +1 -0
- package/esm/funcs/containersListDeploymentContainerInstanceEvents.js +91 -0
- package/esm/funcs/containersListDeploymentContainerInstanceEvents.js.map +1 -0
- package/esm/funcs/containersListDeploymentContainers.d.ts +15 -0
- package/esm/funcs/containersListDeploymentContainers.d.ts.map +1 -0
- package/esm/funcs/containersListDeploymentContainers.js +86 -0
- package/esm/funcs/containersListDeploymentContainers.js.map +1 -0
- package/esm/funcs/containersListDeploymentEvents.d.ts +15 -0
- package/esm/funcs/containersListDeploymentEvents.d.ts.map +1 -0
- package/esm/funcs/containersListDeploymentEvents.js +91 -0
- package/esm/funcs/containersListDeploymentEvents.js.map +1 -0
- package/esm/funcs/containersListDeploymentMachines.d.ts +15 -0
- package/esm/funcs/containersListDeploymentMachines.d.ts.map +1 -0
- package/esm/funcs/containersListDeploymentMachines.js +86 -0
- package/esm/funcs/containersListDeploymentMachines.js.map +1 -0
- package/esm/funcs/deploymentGetInfo.d.ts +16 -0
- package/esm/funcs/deploymentGetInfo.d.ts.map +1 -0
- package/esm/funcs/deploymentGetInfo.js +81 -0
- package/esm/funcs/deploymentGetInfo.js.map +1 -0
- package/esm/funcs/deploymentGroupsCreateDeploymentGroup.d.ts +16 -0
- package/esm/funcs/deploymentGroupsCreateDeploymentGroup.d.ts.map +1 -0
- package/esm/funcs/deploymentGroupsCreateDeploymentGroup.js +84 -0
- package/esm/funcs/deploymentGroupsCreateDeploymentGroup.js.map +1 -0
- package/esm/funcs/deploymentGroupsCreateDeploymentGroupToken.d.ts +19 -0
- package/esm/funcs/deploymentGroupsCreateDeploymentGroupToken.d.ts.map +1 -0
- package/esm/funcs/deploymentGroupsCreateDeploymentGroupToken.js +93 -0
- package/esm/funcs/deploymentGroupsCreateDeploymentGroupToken.js.map +1 -0
- package/esm/funcs/deploymentGroupsDeleteDeploymentGroup.d.ts +15 -0
- package/esm/funcs/deploymentGroupsDeleteDeploymentGroup.d.ts.map +1 -0
- package/esm/funcs/deploymentGroupsDeleteDeploymentGroup.js +87 -0
- package/esm/funcs/deploymentGroupsDeleteDeploymentGroup.js.map +1 -0
- package/esm/funcs/deploymentGroupsGetDeploymentGroup.d.ts +15 -0
- package/esm/funcs/deploymentGroupsGetDeploymentGroup.d.ts.map +1 -0
- package/esm/funcs/deploymentGroupsGetDeploymentGroup.js +86 -0
- package/esm/funcs/deploymentGroupsGetDeploymentGroup.js.map +1 -0
- package/esm/funcs/deploymentGroupsListDeploymentGroups.d.ts +15 -0
- package/esm/funcs/deploymentGroupsListDeploymentGroups.d.ts.map +1 -0
- package/esm/funcs/deploymentGroupsListDeploymentGroups.js +84 -0
- package/esm/funcs/deploymentGroupsListDeploymentGroups.js.map +1 -0
- package/esm/funcs/deploymentGroupsUpdateDeploymentGroup.d.ts +16 -0
- package/esm/funcs/deploymentGroupsUpdateDeploymentGroup.d.ts.map +1 -0
- package/esm/funcs/deploymentGroupsUpdateDeploymentGroup.js +90 -0
- package/esm/funcs/deploymentGroupsUpdateDeploymentGroup.js.map +1 -0
- package/esm/funcs/deploymentsCreate.d.ts +16 -0
- package/esm/funcs/deploymentsCreate.d.ts.map +1 -0
- package/esm/funcs/deploymentsCreate.js +84 -0
- package/esm/funcs/deploymentsCreate.js.map +1 -0
- package/esm/funcs/deploymentsCreateToken.d.ts +16 -0
- package/esm/funcs/deploymentsCreateToken.d.ts.map +1 -0
- package/esm/funcs/deploymentsCreateToken.js +90 -0
- package/esm/funcs/deploymentsCreateToken.js.map +1 -0
- package/esm/funcs/deploymentsDelete.d.ts +15 -0
- package/esm/funcs/deploymentsDelete.d.ts.map +1 -0
- package/esm/funcs/deploymentsDelete.js +86 -0
- package/esm/funcs/deploymentsDelete.js.map +1 -0
- package/esm/funcs/deploymentsGet.d.ts +16 -0
- package/esm/funcs/deploymentsGet.d.ts.map +1 -0
- package/esm/funcs/deploymentsGet.js +88 -0
- package/esm/funcs/deploymentsGet.js.map +1 -0
- package/esm/funcs/deploymentsGetInfo.d.ts +16 -0
- package/esm/funcs/deploymentsGetInfo.d.ts.map +1 -0
- package/esm/funcs/deploymentsGetInfo.js +87 -0
- package/esm/funcs/deploymentsGetInfo.js.map +1 -0
- package/esm/funcs/deploymentsGetStats.d.ts +16 -0
- package/esm/funcs/deploymentsGetStats.d.ts.map +1 -0
- package/esm/funcs/deploymentsGetStats.js +87 -0
- package/esm/funcs/deploymentsGetStats.js.map +1 -0
- package/esm/funcs/deploymentsImport.d.ts +16 -0
- package/esm/funcs/deploymentsImport.d.ts.map +1 -0
- package/esm/funcs/deploymentsImport.js +84 -0
- package/esm/funcs/deploymentsImport.js.map +1 -0
- package/esm/funcs/deploymentsList.d.ts +15 -0
- package/esm/funcs/deploymentsList.d.ts.map +1 -0
- package/esm/funcs/deploymentsList.js +89 -0
- package/esm/funcs/deploymentsList.js.map +1 -0
- package/esm/funcs/deploymentsListFilterDeploymentGroups.d.ts +15 -0
- package/esm/funcs/deploymentsListFilterDeploymentGroups.d.ts.map +1 -0
- package/esm/funcs/deploymentsListFilterDeploymentGroups.js +83 -0
- package/esm/funcs/deploymentsListFilterDeploymentGroups.js.map +1 -0
- package/esm/funcs/deploymentsListFilterPlatforms.d.ts +15 -0
- package/esm/funcs/deploymentsListFilterPlatforms.d.ts.map +1 -0
- package/esm/funcs/deploymentsListFilterPlatforms.js +81 -0
- package/esm/funcs/deploymentsListFilterPlatforms.js.map +1 -0
- package/esm/funcs/deploymentsPinRelease.d.ts +15 -0
- package/esm/funcs/deploymentsPinRelease.d.ts.map +1 -0
- package/esm/funcs/deploymentsPinRelease.js +87 -0
- package/esm/funcs/deploymentsPinRelease.js.map +1 -0
- package/esm/funcs/deploymentsRedeploy.d.ts +15 -0
- package/esm/funcs/deploymentsRedeploy.d.ts.map +1 -0
- package/esm/funcs/deploymentsRedeploy.js +86 -0
- package/esm/funcs/deploymentsRedeploy.js.map +1 -0
- package/esm/funcs/deploymentsRetry.d.ts +15 -0
- package/esm/funcs/deploymentsRetry.d.ts.map +1 -0
- package/esm/funcs/deploymentsRetry.js +86 -0
- package/esm/funcs/deploymentsRetry.js.map +1 -0
- package/esm/funcs/deploymentsUpdateEnvironmentVariables.d.ts +15 -0
- package/esm/funcs/deploymentsUpdateEnvironmentVariables.d.ts.map +1 -0
- package/esm/funcs/deploymentsUpdateEnvironmentVariables.js +89 -0
- package/esm/funcs/deploymentsUpdateEnvironmentVariables.js.map +1 -0
- package/esm/funcs/domainsCreate.d.ts +16 -0
- package/esm/funcs/domainsCreate.d.ts.map +1 -0
- package/esm/funcs/domainsCreate.js +82 -0
- package/esm/funcs/domainsCreate.js.map +1 -0
- package/esm/funcs/domainsDelete.d.ts +15 -0
- package/esm/funcs/domainsDelete.d.ts.map +1 -0
- package/esm/funcs/domainsDelete.js +86 -0
- package/esm/funcs/domainsDelete.js.map +1 -0
- package/esm/funcs/domainsGet.d.ts +16 -0
- package/esm/funcs/domainsGet.d.ts.map +1 -0
- package/esm/funcs/domainsGet.js +87 -0
- package/esm/funcs/domainsGet.js.map +1 -0
- package/esm/funcs/domainsList.d.ts +15 -0
- package/esm/funcs/domainsList.d.ts.map +1 -0
- package/esm/funcs/domainsList.js +80 -0
- package/esm/funcs/domainsList.js.map +1 -0
- package/esm/funcs/eventsGet.d.ts +16 -0
- package/esm/funcs/eventsGet.d.ts.map +1 -0
- package/esm/funcs/eventsGet.js +87 -0
- package/esm/funcs/eventsGet.js.map +1 -0
- package/esm/funcs/eventsList.d.ts +15 -0
- package/esm/funcs/eventsList.d.ts.map +1 -0
- package/esm/funcs/eventsList.js +83 -0
- package/esm/funcs/eventsList.js.map +1 -0
- package/esm/funcs/packagesCancel.d.ts +16 -0
- package/esm/funcs/packagesCancel.d.ts.map +1 -0
- package/esm/funcs/packagesCancel.js +87 -0
- package/esm/funcs/packagesCancel.js.map +1 -0
- package/esm/funcs/packagesGet.d.ts +16 -0
- package/esm/funcs/packagesGet.d.ts.map +1 -0
- package/esm/funcs/packagesGet.js +87 -0
- package/esm/funcs/packagesGet.js.map +1 -0
- package/esm/funcs/packagesList.d.ts +15 -0
- package/esm/funcs/packagesList.d.ts.map +1 -0
- package/esm/funcs/packagesList.js +85 -0
- package/esm/funcs/packagesList.js.map +1 -0
- package/esm/funcs/packagesRebuild.d.ts +15 -0
- package/esm/funcs/packagesRebuild.d.ts.map +1 -0
- package/esm/funcs/packagesRebuild.js +81 -0
- package/esm/funcs/packagesRebuild.js.map +1 -0
- package/esm/funcs/projectsCreate.d.ts +15 -0
- package/esm/funcs/projectsCreate.d.ts.map +1 -0
- package/esm/funcs/projectsCreate.js +81 -0
- package/esm/funcs/projectsCreate.js.map +1 -0
- package/esm/funcs/projectsCreateFromTemplate.d.ts +15 -0
- package/esm/funcs/projectsCreateFromTemplate.d.ts.map +1 -0
- package/esm/funcs/projectsCreateFromTemplate.js +81 -0
- package/esm/funcs/projectsCreateFromTemplate.js.map +1 -0
- package/esm/funcs/projectsDelete.d.ts +15 -0
- package/esm/funcs/projectsDelete.d.ts.map +1 -0
- package/esm/funcs/projectsDelete.js +87 -0
- package/esm/funcs/projectsDelete.js.map +1 -0
- package/esm/funcs/projectsGet.d.ts +16 -0
- package/esm/funcs/projectsGet.d.ts.map +1 -0
- package/esm/funcs/projectsGet.js +87 -0
- package/esm/funcs/projectsGet.js.map +1 -0
- package/esm/funcs/projectsGetActiveRelease.d.ts +15 -0
- package/esm/funcs/projectsGetActiveRelease.d.ts.map +1 -0
- package/esm/funcs/projectsGetActiveRelease.js +88 -0
- package/esm/funcs/projectsGetActiveRelease.js.map +1 -0
- package/esm/funcs/projectsGetBuildConfig.d.ts +15 -0
- package/esm/funcs/projectsGetBuildConfig.d.ts.map +1 -0
- package/esm/funcs/projectsGetBuildConfig.js +90 -0
- package/esm/funcs/projectsGetBuildConfig.js.map +1 -0
- package/esm/funcs/projectsGetTemplateUrls.d.ts +15 -0
- package/esm/funcs/projectsGetTemplateUrls.d.ts.map +1 -0
- package/esm/funcs/projectsGetTemplateUrls.js +86 -0
- package/esm/funcs/projectsGetTemplateUrls.js.map +1 -0
- package/esm/funcs/projectsList.d.ts +15 -0
- package/esm/funcs/projectsList.d.ts.map +1 -0
- package/esm/funcs/projectsList.js +84 -0
- package/esm/funcs/projectsList.js.map +1 -0
- package/esm/funcs/projectsUpdate.d.ts +16 -0
- package/esm/funcs/projectsUpdate.d.ts.map +1 -0
- package/esm/funcs/projectsUpdate.js +88 -0
- package/esm/funcs/projectsUpdate.js.map +1 -0
- package/esm/funcs/releasesCreate.d.ts +16 -0
- package/esm/funcs/releasesCreate.d.ts.map +1 -0
- package/esm/funcs/releasesCreate.js +84 -0
- package/esm/funcs/releasesCreate.js.map +1 -0
- package/esm/funcs/releasesGet.d.ts +16 -0
- package/esm/funcs/releasesGet.d.ts.map +1 -0
- package/esm/funcs/releasesGet.js +88 -0
- package/esm/funcs/releasesGet.js.map +1 -0
- package/esm/funcs/releasesList.d.ts +15 -0
- package/esm/funcs/releasesList.d.ts.map +1 -0
- package/esm/funcs/releasesList.js +89 -0
- package/esm/funcs/releasesList.js.map +1 -0
- package/esm/funcs/releasesListAuthors.d.ts +15 -0
- package/esm/funcs/releasesListAuthors.d.ts.map +1 -0
- package/esm/funcs/releasesListAuthors.js +83 -0
- package/esm/funcs/releasesListAuthors.js.map +1 -0
- package/esm/funcs/releasesListBranches.d.ts +15 -0
- package/esm/funcs/releasesListBranches.d.ts.map +1 -0
- package/esm/funcs/releasesListBranches.js +83 -0
- package/esm/funcs/releasesListBranches.js.map +1 -0
- package/esm/funcs/syncAcquire.d.ts +16 -0
- package/esm/funcs/syncAcquire.d.ts.map +1 -0
- package/esm/funcs/syncAcquire.js +84 -0
- package/esm/funcs/syncAcquire.js.map +1 -0
- package/esm/funcs/syncReconcile.d.ts +16 -0
- package/esm/funcs/syncReconcile.d.ts.map +1 -0
- package/esm/funcs/syncReconcile.js +84 -0
- package/esm/funcs/syncReconcile.js.map +1 -0
- package/esm/funcs/syncRelease.d.ts +15 -0
- package/esm/funcs/syncRelease.d.ts.map +1 -0
- package/esm/funcs/syncRelease.js +83 -0
- package/esm/funcs/syncRelease.js.map +1 -0
- package/esm/funcs/userCreateWorkspace.d.ts +16 -0
- package/esm/funcs/userCreateWorkspace.d.ts.map +1 -0
- package/esm/funcs/userCreateWorkspace.js +78 -0
- package/esm/funcs/userCreateWorkspace.js.map +1 -0
- package/esm/funcs/userListGitNamespaceRepositories.d.ts +15 -0
- package/esm/funcs/userListGitNamespaceRepositories.d.ts.map +1 -0
- package/esm/funcs/userListGitNamespaceRepositories.js +86 -0
- package/esm/funcs/userListGitNamespaceRepositories.js.map +1 -0
- package/esm/funcs/userListGitNamespaces.d.ts +15 -0
- package/esm/funcs/userListGitNamespaces.d.ts.map +1 -0
- package/esm/funcs/userListGitNamespaces.js +80 -0
- package/esm/funcs/userListGitNamespaces.js.map +1 -0
- package/esm/funcs/userListMemberships.d.ts +15 -0
- package/esm/funcs/userListMemberships.d.ts.map +1 -0
- package/esm/funcs/userListMemberships.js +67 -0
- package/esm/funcs/userListMemberships.js.map +1 -0
- package/esm/funcs/userSyncGitNamespaces.d.ts +15 -0
- package/esm/funcs/userSyncGitNamespaces.d.ts.map +1 -0
- package/esm/funcs/userSyncGitNamespaces.js +77 -0
- package/esm/funcs/userSyncGitNamespaces.js.map +1 -0
- package/esm/funcs/userUpdateProfile.d.ts +15 -0
- package/esm/funcs/userUpdateProfile.d.ts.map +1 -0
- package/esm/funcs/userUpdateProfile.js +77 -0
- package/esm/funcs/userUpdateProfile.js.map +1 -0
- package/esm/funcs/workspacesAddMember.d.ts +16 -0
- package/esm/funcs/workspacesAddMember.d.ts.map +1 -0
- package/esm/funcs/workspacesAddMember.js +88 -0
- package/esm/funcs/workspacesAddMember.js.map +1 -0
- package/esm/funcs/workspacesDelete.d.ts +15 -0
- package/esm/funcs/workspacesDelete.d.ts.map +1 -0
- package/esm/funcs/workspacesDelete.js +87 -0
- package/esm/funcs/workspacesDelete.js.map +1 -0
- package/esm/funcs/workspacesGet.d.ts +16 -0
- package/esm/funcs/workspacesGet.d.ts.map +1 -0
- package/esm/funcs/workspacesGet.js +87 -0
- package/esm/funcs/workspacesGet.js.map +1 -0
- package/esm/funcs/workspacesList.d.ts +15 -0
- package/esm/funcs/workspacesList.d.ts.map +1 -0
- package/esm/funcs/workspacesList.js +83 -0
- package/esm/funcs/workspacesList.js.map +1 -0
- package/esm/funcs/workspacesListMembers.d.ts +15 -0
- package/esm/funcs/workspacesListMembers.d.ts.map +1 -0
- package/esm/funcs/workspacesListMembers.js +86 -0
- package/esm/funcs/workspacesListMembers.js.map +1 -0
- package/esm/funcs/workspacesRemoveMember.d.ts +15 -0
- package/esm/funcs/workspacesRemoveMember.d.ts.map +1 -0
- package/esm/funcs/workspacesRemoveMember.js +91 -0
- package/esm/funcs/workspacesRemoveMember.js.map +1 -0
- package/esm/funcs/workspacesUpdate.d.ts +16 -0
- package/esm/funcs/workspacesUpdate.d.ts.map +1 -0
- package/esm/funcs/workspacesUpdate.js +88 -0
- package/esm/funcs/workspacesUpdate.js.map +1 -0
- package/esm/funcs/workspacesUpdateMember.d.ts +16 -0
- package/esm/funcs/workspacesUpdateMember.d.ts.map +1 -0
- package/esm/funcs/workspacesUpdateMember.js +92 -0
- package/esm/funcs/workspacesUpdateMember.js.map +1 -0
- package/esm/hooks/hooks.d.ts +25 -0
- package/esm/hooks/hooks.d.ts.map +1 -0
- package/esm/hooks/hooks.js +80 -0
- package/esm/hooks/hooks.js.map +1 -0
- package/esm/hooks/index.d.ts +3 -0
- package/esm/hooks/index.d.ts.map +1 -0
- package/esm/hooks/index.js +6 -0
- package/esm/hooks/index.js.map +1 -0
- package/esm/hooks/types.d.ts +76 -0
- package/esm/hooks/types.d.ts.map +1 -0
- package/esm/hooks/types.js +5 -0
- package/esm/hooks/types.js.map +1 -0
- package/esm/index.d.ts +6 -0
- package/esm/index.d.ts.map +1 -0
- package/esm/index.js +8 -0
- package/esm/index.js.map +1 -0
- package/esm/lib/base64.d.ts +10 -0
- package/esm/lib/base64.d.ts.map +1 -0
- package/esm/lib/base64.js +29 -0
- package/esm/lib/base64.js.map +1 -0
- package/esm/lib/config.d.ts +38 -0
- package/esm/lib/config.d.ts.map +1 -0
- package/esm/lib/config.js +34 -0
- package/esm/lib/config.js.map +1 -0
- package/esm/lib/dlv.d.ts +14 -0
- package/esm/lib/dlv.d.ts.map +1 -0
- package/esm/lib/dlv.js +46 -0
- package/esm/lib/dlv.js.map +1 -0
- package/esm/lib/encodings.d.ts +53 -0
- package/esm/lib/encodings.d.ts.map +1 -0
- package/esm/lib/encodings.js +353 -0
- package/esm/lib/encodings.js.map +1 -0
- package/esm/lib/env.d.ts +15 -0
- package/esm/lib/env.d.ts.map +1 -0
- package/esm/lib/env.js +44 -0
- package/esm/lib/env.js.map +1 -0
- package/esm/lib/files.d.ts +13 -0
- package/esm/lib/files.d.ts.map +1 -0
- package/esm/lib/files.js +73 -0
- package/esm/lib/files.js.map +1 -0
- package/esm/lib/http.d.ts +67 -0
- package/esm/lib/http.d.ts.map +1 -0
- package/esm/lib/http.js +198 -0
- package/esm/lib/http.js.map +1 -0
- package/esm/lib/is-plain-object.d.ts +2 -0
- package/esm/lib/is-plain-object.d.ts.map +1 -0
- package/esm/lib/is-plain-object.js +38 -0
- package/esm/lib/is-plain-object.js.map +1 -0
- package/esm/lib/logger.d.ts +6 -0
- package/esm/lib/logger.d.ts.map +1 -0
- package/esm/lib/logger.js +5 -0
- package/esm/lib/logger.js.map +1 -0
- package/esm/lib/matchers.d.ts +59 -0
- package/esm/lib/matchers.d.ts.map +1 -0
- package/esm/lib/matchers.js +207 -0
- package/esm/lib/matchers.js.map +1 -0
- package/esm/lib/primitives.d.ts +26 -0
- package/esm/lib/primitives.d.ts.map +1 -0
- package/esm/lib/primitives.js +103 -0
- package/esm/lib/primitives.js.map +1 -0
- package/esm/lib/retries.d.ts +38 -0
- package/esm/lib/retries.d.ts.map +1 -0
- package/esm/lib/retries.js +145 -0
- package/esm/lib/retries.js.map +1 -0
- package/esm/lib/schemas.d.ts +21 -0
- package/esm/lib/schemas.d.ts.map +1 -0
- package/esm/lib/schemas.js +57 -0
- package/esm/lib/schemas.js.map +1 -0
- package/esm/lib/sdks.d.ts +63 -0
- package/esm/lib/sdks.d.ts.map +1 -0
- package/esm/lib/sdks.js +264 -0
- package/esm/lib/sdks.js.map +1 -0
- package/esm/lib/security.d.ts +83 -0
- package/esm/lib/security.d.ts.map +1 -0
- package/esm/lib/security.js +136 -0
- package/esm/lib/security.js.map +1 -0
- package/esm/lib/url.d.ts +5 -0
- package/esm/lib/url.d.ts.map +1 -0
- package/esm/lib/url.js +20 -0
- package/esm/lib/url.js.map +1 -0
- package/esm/models/apierror.d.ts +62 -0
- package/esm/models/apierror.d.ts.map +1 -0
- package/esm/models/apierror.js +19 -0
- package/esm/models/apierror.js.map +1 -0
- package/esm/models/apikey.d.ts +56 -0
- package/esm/models/apikey.d.ts.map +1 -0
- package/esm/models/apikey.js +46 -0
- package/esm/models/apikey.js.map +1 -0
- package/esm/models/command.d.ts +102 -0
- package/esm/models/command.d.ts.map +1 -0
- package/esm/models/command.js +49 -0
- package/esm/models/command.js.map +1 -0
- package/esm/models/commanddeploymentgroupinfo.d.ts +11 -0
- package/esm/models/commanddeploymentgroupinfo.d.ts.map +1 -0
- package/esm/models/commanddeploymentgroupinfo.js +14 -0
- package/esm/models/commanddeploymentgroupinfo.js.map +1 -0
- package/esm/models/commanddeploymentinfo.d.ts +184 -0
- package/esm/models/commanddeploymentinfo.d.ts.map +1 -0
- package/esm/models/commanddeploymentinfo.js +127 -0
- package/esm/models/commanddeploymentinfo.js.map +1 -0
- package/esm/models/commandlistitemresponse.d.ts +106 -0
- package/esm/models/commandlistitemresponse.d.ts.map +1 -0
- package/esm/models/commandlistitemresponse.js +53 -0
- package/esm/models/commandlistitemresponse.js.map +1 -0
- package/esm/models/commandprojectinfo.d.ts +14 -0
- package/esm/models/commandprojectinfo.d.ts.map +1 -0
- package/esm/models/commandprojectinfo.js +14 -0
- package/esm/models/commandprojectinfo.js.map +1 -0
- package/esm/models/createapikeyrequest.d.ts +26 -0
- package/esm/models/createapikeyrequest.d.ts.map +1 -0
- package/esm/models/createapikeyrequest.js +15 -0
- package/esm/models/createapikeyrequest.js.map +1 -0
- package/esm/models/createapikeyresponse.d.ts +51 -0
- package/esm/models/createapikeyresponse.d.ts.map +1 -0
- package/esm/models/createapikeyresponse.js +44 -0
- package/esm/models/createapikeyresponse.js.map +1 -0
- package/esm/models/createcommandrequest.d.ts +53 -0
- package/esm/models/createcommandrequest.d.ts.map +1 -0
- package/esm/models/createcommandrequest.js +29 -0
- package/esm/models/createcommandrequest.js.map +1 -0
- package/esm/models/createcommandresponse.d.ts +35 -0
- package/esm/models/createcommandresponse.d.ts.map +1 -0
- package/esm/models/createcommandresponse.js +24 -0
- package/esm/models/createcommandresponse.js.map +1 -0
- package/esm/models/createdeploymentgrouprequest.d.ts +25 -0
- package/esm/models/createdeploymentgrouprequest.d.ts.map +1 -0
- package/esm/models/createdeploymentgrouprequest.js +14 -0
- package/esm/models/createdeploymentgrouprequest.js.map +1 -0
- package/esm/models/createdeploymentgrouptokenrequest.d.ts +15 -0
- package/esm/models/createdeploymentgrouptokenrequest.d.ts.map +1 -0
- package/esm/models/createdeploymentgrouptokenrequest.js +12 -0
- package/esm/models/createdeploymentgrouptokenrequest.js.map +1 -0
- package/esm/models/createdeploymentgrouptokenresponse.d.ts +17 -0
- package/esm/models/createdeploymentgrouptokenresponse.d.ts.map +1 -0
- package/esm/models/createdeploymentgrouptokenresponse.js +14 -0
- package/esm/models/createdeploymentgrouptokenresponse.js.map +1 -0
- package/esm/models/createdeploymentresponse.d.ts +15 -0
- package/esm/models/createdeploymentresponse.d.ts.map +1 -0
- package/esm/models/createdeploymentresponse.js +15 -0
- package/esm/models/createdeploymentresponse.js.map +1 -0
- package/esm/models/createdeploymenttokenrequest.d.ts +20 -0
- package/esm/models/createdeploymenttokenrequest.d.ts.map +1 -0
- package/esm/models/createdeploymenttokenrequest.js +16 -0
- package/esm/models/createdeploymenttokenrequest.js.map +1 -0
- package/esm/models/createdeploymenttokenresponse.d.ts +17 -0
- package/esm/models/createdeploymenttokenresponse.d.ts.map +1 -0
- package/esm/models/createdeploymenttokenresponse.js +14 -0
- package/esm/models/createdeploymenttokenresponse.js.map +1 -0
- package/esm/models/createreleaserequest.d.ts +23 -0
- package/esm/models/createreleaserequest.d.ts.map +1 -0
- package/esm/models/createreleaserequest.js +17 -0
- package/esm/models/createreleaserequest.js.map +1 -0
- package/esm/models/deleteapikeysrequest.d.ts +12 -0
- package/esm/models/deleteapikeysrequest.d.ts.map +1 -0
- package/esm/models/deleteapikeysrequest.js +12 -0
- package/esm/models/deleteapikeysrequest.js.map +1 -0
- package/esm/models/deployment.d.ts +1997 -0
- package/esm/models/deployment.d.ts.map +1 -0
- package/esm/models/deployment.js +1101 -0
- package/esm/models/deployment.js.map +1 -0
- package/esm/models/deploymentconnectioninfo.d.ts +73 -0
- package/esm/models/deploymentconnectioninfo.d.ts.map +1 -0
- package/esm/models/deploymentconnectioninfo.js +53 -0
- package/esm/models/deploymentconnectioninfo.js.map +1 -0
- package/esm/models/deploymentdetailresponse.d.ts +2003 -0
- package/esm/models/deploymentdetailresponse.d.ts.map +1 -0
- package/esm/models/deploymentdetailresponse.js +1129 -0
- package/esm/models/deploymentdetailresponse.js.map +1 -0
- package/esm/models/deploymentgroup.d.ts +30 -0
- package/esm/models/deploymentgroup.d.ts.map +1 -0
- package/esm/models/deploymentgroup.js +18 -0
- package/esm/models/deploymentgroup.js.map +1 -0
- package/esm/models/deploymentgroupinfo.d.ts +17 -0
- package/esm/models/deploymentgroupinfo.d.ts.map +1 -0
- package/esm/models/deploymentgroupinfo.js +14 -0
- package/esm/models/deploymentgroupinfo.js.map +1 -0
- package/esm/models/deploymentgrouprole.d.ts +17 -0
- package/esm/models/deploymentgrouprole.d.ts.map +1 -0
- package/esm/models/deploymentgrouprole.js +15 -0
- package/esm/models/deploymentgrouprole.js.map +1 -0
- package/esm/models/deploymentgroupscope.d.ts +31 -0
- package/esm/models/deploymentgroupscope.d.ts.map +1 -0
- package/esm/models/deploymentgroupscope.js +16 -0
- package/esm/models/deploymentgroupscope.js.map +1 -0
- package/esm/models/deploymentinfo.d.ts +341 -0
- package/esm/models/deploymentinfo.d.ts.map +1 -0
- package/esm/models/deploymentinfo.js +207 -0
- package/esm/models/deploymentinfo.js.map +1 -0
- package/esm/models/deploymentlistitemresponse.d.ts +305 -0
- package/esm/models/deploymentlistitemresponse.d.ts.map +1 -0
- package/esm/models/deploymentlistitemresponse.js +177 -0
- package/esm/models/deploymentlistitemresponse.js.map +1 -0
- package/esm/models/deploymentpagebackground.d.ts +67 -0
- package/esm/models/deploymentpagebackground.d.ts.map +1 -0
- package/esm/models/deploymentpagebackground.js +48 -0
- package/esm/models/deploymentpagebackground.js.map +1 -0
- package/esm/models/deploymentprojectinfo.d.ts +17 -0
- package/esm/models/deploymentprojectinfo.d.ts.map +1 -0
- package/esm/models/deploymentprojectinfo.js +14 -0
- package/esm/models/deploymentprojectinfo.js.map +1 -0
- package/esm/models/deploymentreleaseinfo.d.ts +16 -0
- package/esm/models/deploymentreleaseinfo.d.ts.map +1 -0
- package/esm/models/deploymentreleaseinfo.js +16 -0
- package/esm/models/deploymentreleaseinfo.js.map +1 -0
- package/esm/models/deploymentrole.d.ts +18 -0
- package/esm/models/deploymentrole.d.ts.map +1 -0
- package/esm/models/deploymentrole.js +16 -0
- package/esm/models/deploymentrole.js.map +1 -0
- package/esm/models/deploymentscope.d.ts +31 -0
- package/esm/models/deploymentscope.d.ts.map +1 -0
- package/esm/models/deploymentscope.js +16 -0
- package/esm/models/deploymentscope.js.map +1 -0
- package/esm/models/deploymentstats.d.ts +25 -0
- package/esm/models/deploymentstats.d.ts.map +1 -0
- package/esm/models/deploymentstats.js +15 -0
- package/esm/models/deploymentstats.js.map +1 -0
- package/esm/models/domain.d.ts +36 -0
- package/esm/models/domain.d.ts.map +1 -0
- package/esm/models/domain.js +31 -0
- package/esm/models/domain.js.map +1 -0
- package/esm/models/environmentvariableconfig.d.ts +36 -0
- package/esm/models/environmentvariableconfig.d.ts.map +1 -0
- package/esm/models/environmentvariableconfig.js +27 -0
- package/esm/models/environmentvariableconfig.js.map +1 -0
- package/esm/models/environmentvariabletype.d.ts +18 -0
- package/esm/models/environmentvariabletype.d.ts.map +1 -0
- package/esm/models/environmentvariabletype.js +16 -0
- package/esm/models/environmentvariabletype.js.map +1 -0
- package/esm/models/errors/aliendefaulterror.d.ts +10 -0
- package/esm/models/errors/aliendefaulterror.d.ts.map +1 -0
- package/esm/models/errors/aliendefaulterror.js +30 -0
- package/esm/models/errors/aliendefaulterror.js.map +1 -0
- package/esm/models/errors/alienerror.d.ts +19 -0
- package/esm/models/errors/alienerror.d.ts.map +1 -0
- package/esm/models/errors/alienerror.js +16 -0
- package/esm/models/errors/alienerror.js.map +1 -0
- package/esm/models/errors/apierror.d.ts +107 -0
- package/esm/models/errors/apierror.d.ts.map +1 -0
- package/esm/models/errors/apierror.js +45 -0
- package/esm/models/errors/apierror.js.map +1 -0
- package/esm/models/errors/httpclienterrors.d.ts +44 -0
- package/esm/models/errors/httpclienterrors.d.ts.map +1 -0
- package/esm/models/errors/httpclienterrors.js +69 -0
- package/esm/models/errors/httpclienterrors.js.map +1 -0
- package/esm/models/errors/index.d.ts +7 -0
- package/esm/models/errors/index.d.ts.map +1 -0
- package/esm/models/errors/index.js +10 -0
- package/esm/models/errors/index.js.map +1 -0
- package/esm/models/errors/responsevalidationerror.d.ts +26 -0
- package/esm/models/errors/responsevalidationerror.d.ts.map +1 -0
- package/esm/models/errors/responsevalidationerror.js +29 -0
- package/esm/models/errors/responsevalidationerror.js.map +1 -0
- package/esm/models/errors/sdkvalidationerror.d.ts +21 -0
- package/esm/models/errors/sdkvalidationerror.d.ts.map +1 -0
- package/esm/models/errors/sdkvalidationerror.js +44 -0
- package/esm/models/errors/sdkvalidationerror.js.map +1 -0
- package/esm/models/event.d.ts +804 -0
- package/esm/models/event.d.ts.map +1 -0
- package/esm/models/event.js +545 -0
- package/esm/models/event.js.map +1 -0
- package/esm/models/generatedeepstoretokenrequest.d.ts +15 -0
- package/esm/models/generatedeepstoretokenrequest.d.ts.map +1 -0
- package/esm/models/generatedeepstoretokenrequest.js +12 -0
- package/esm/models/generatedeepstoretokenrequest.js.map +1 -0
- package/esm/models/generatedeepstoretokenresponse.d.ts +37 -0
- package/esm/models/generatedeepstoretokenresponse.d.ts.map +1 -0
- package/esm/models/generatedeepstoretokenresponse.js +23 -0
- package/esm/models/generatedeepstoretokenresponse.js.map +1 -0
- package/esm/models/githubprovider.d.ts +36 -0
- package/esm/models/githubprovider.d.ts.map +1 -0
- package/esm/models/githubprovider.js +31 -0
- package/esm/models/githubprovider.js.map +1 -0
- package/esm/models/gitlabprovider.d.ts +36 -0
- package/esm/models/gitlabprovider.d.ts.map +1 -0
- package/esm/models/gitlabprovider.js +31 -0
- package/esm/models/gitlabprovider.js.map +1 -0
- package/esm/models/gitmetadata.d.ts +71 -0
- package/esm/models/gitmetadata.d.ts.map +1 -0
- package/esm/models/gitmetadata.js +41 -0
- package/esm/models/gitmetadata.js.map +1 -0
- package/esm/models/gitnamespace.d.ts +30 -0
- package/esm/models/gitnamespace.d.ts.map +1 -0
- package/esm/models/gitnamespace.js +30 -0
- package/esm/models/gitnamespace.js.map +1 -0
- package/esm/models/gitprovider.d.ts +18 -0
- package/esm/models/gitprovider.d.ts.map +1 -0
- package/esm/models/gitprovider.js +26 -0
- package/esm/models/gitprovider.js.map +1 -0
- package/esm/models/gitrepository.d.ts +13 -0
- package/esm/models/gitrepository.d.ts.map +1 -0
- package/esm/models/gitrepository.js +19 -0
- package/esm/models/gitrepository.js.map +1 -0
- package/esm/models/importdeploymentrequest.d.ts +90 -0
- package/esm/models/importdeploymentrequest.d.ts.map +1 -0
- package/esm/models/importdeploymentrequest.js +44 -0
- package/esm/models/importdeploymentrequest.js.map +1 -0
- package/esm/models/index.d.ts +93 -0
- package/esm/models/index.d.ts.map +1 -0
- package/esm/models/index.js +96 -0
- package/esm/models/index.js.map +1 -0
- package/esm/models/listcommanddeploymentsresponse.d.ts +28 -0
- package/esm/models/listcommanddeploymentsresponse.d.ts.map +1 -0
- package/esm/models/listcommanddeploymentsresponse.js +32 -0
- package/esm/models/listcommanddeploymentsresponse.js.map +1 -0
- package/esm/models/listcommandnamesresponse.d.ts +10 -0
- package/esm/models/listcommandnamesresponse.d.ts.map +1 -0
- package/esm/models/listcommandnamesresponse.js +13 -0
- package/esm/models/listcommandnamesresponse.js.map +1 -0
- package/esm/models/manager.d.ts +160 -0
- package/esm/models/manager.d.ts.map +1 -0
- package/esm/models/manager.js +112 -0
- package/esm/models/manager.js.map +1 -0
- package/esm/models/managerdeployment.d.ts +76 -0
- package/esm/models/managerdeployment.d.ts.map +1 -0
- package/esm/models/managerdeployment.js +47 -0
- package/esm/models/managerdeployment.js.map +1 -0
- package/esm/models/managerheartbeatrequest.d.ts +171 -0
- package/esm/models/managerheartbeatrequest.d.ts.map +1 -0
- package/esm/models/managerheartbeatrequest.js +107 -0
- package/esm/models/managerheartbeatrequest.js.map +1 -0
- package/esm/models/managerheartbeatresponse.d.ts +11 -0
- package/esm/models/managerheartbeatresponse.d.ts.map +1 -0
- package/esm/models/managerheartbeatresponse.js +14 -0
- package/esm/models/managerheartbeatresponse.js.map +1 -0
- package/esm/models/managerrole.d.ts +17 -0
- package/esm/models/managerrole.d.ts.map +1 -0
- package/esm/models/managerrole.js +15 -0
- package/esm/models/managerrole.js.map +1 -0
- package/esm/models/managerscope.d.ts +26 -0
- package/esm/models/managerscope.d.ts.map +1 -0
- package/esm/models/managerscope.js +15 -0
- package/esm/models/managerscope.js.map +1 -0
- package/esm/models/managerstatus.d.ts +18 -0
- package/esm/models/managerstatus.d.ts.map +1 -0
- package/esm/models/managerstatus.js +16 -0
- package/esm/models/managerstatus.js.map +1 -0
- package/esm/models/membership.d.ts +17 -0
- package/esm/models/membership.d.ts.map +1 -0
- package/esm/models/membership.js +17 -0
- package/esm/models/membership.js.map +1 -0
- package/esm/models/newdeploymentrequest.d.ts +565 -0
- package/esm/models/newdeploymentrequest.d.ts.map +1 -0
- package/esm/models/newdeploymentrequest.js +326 -0
- package/esm/models/newdeploymentrequest.js.map +1 -0
- package/esm/models/newmanagerrequest.d.ts +83 -0
- package/esm/models/newmanagerrequest.d.ts.map +1 -0
- package/esm/models/newmanagerrequest.js +49 -0
- package/esm/models/newmanagerrequest.js.map +1 -0
- package/esm/models/operations/addworkspacemember.d.ts +38 -0
- package/esm/models/operations/addworkspacemember.d.ts.map +1 -0
- package/esm/models/operations/addworkspacemember.js +30 -0
- package/esm/models/operations/addworkspacemember.js.map +1 -0
- package/esm/models/operations/cancelpackage.d.ts +20 -0
- package/esm/models/operations/cancelpackage.d.ts.map +1 -0
- package/esm/models/operations/cancelpackage.js +13 -0
- package/esm/models/operations/cancelpackage.js.map +1 -0
- package/esm/models/operations/connectmanagertogooglecloud.d.ts +32 -0
- package/esm/models/operations/connectmanagertogooglecloud.d.ts.map +1 -0
- package/esm/models/operations/connectmanagertogooglecloud.js +16 -0
- package/esm/models/operations/connectmanagertogooglecloud.js.map +1 -0
- package/esm/models/operations/createapikey.d.ts +18 -0
- package/esm/models/operations/createapikey.d.ts.map +1 -0
- package/esm/models/operations/createapikey.js +21 -0
- package/esm/models/operations/createapikey.js.map +1 -0
- package/esm/models/operations/createcommand.d.ts +18 -0
- package/esm/models/operations/createcommand.d.ts.map +1 -0
- package/esm/models/operations/createcommand.js +21 -0
- package/esm/models/operations/createcommand.js.map +1 -0
- package/esm/models/operations/createdeployment.d.ts +18 -0
- package/esm/models/operations/createdeployment.d.ts.map +1 -0
- package/esm/models/operations/createdeployment.js +21 -0
- package/esm/models/operations/createdeployment.js.map +1 -0
- package/esm/models/operations/createdeploymentgroup.d.ts +18 -0
- package/esm/models/operations/createdeploymentgroup.d.ts.map +1 -0
- package/esm/models/operations/createdeploymentgroup.js +21 -0
- package/esm/models/operations/createdeploymentgroup.js.map +1 -0
- package/esm/models/operations/createdeploymentgrouptoken.d.ts +23 -0
- package/esm/models/operations/createdeploymentgrouptoken.d.ts.map +1 -0
- package/esm/models/operations/createdeploymentgrouptoken.js +22 -0
- package/esm/models/operations/createdeploymentgrouptoken.js.map +1 -0
- package/esm/models/operations/createdeploymenttoken.d.ts +23 -0
- package/esm/models/operations/createdeploymenttoken.d.ts.map +1 -0
- package/esm/models/operations/createdeploymenttoken.js +22 -0
- package/esm/models/operations/createdeploymenttoken.js.map +1 -0
- package/esm/models/operations/createdomain.d.ts +27 -0
- package/esm/models/operations/createdomain.d.ts.map +1 -0
- package/esm/models/operations/createdomain.js +27 -0
- package/esm/models/operations/createdomain.js.map +1 -0
- package/esm/models/operations/createmanager.d.ts +183 -0
- package/esm/models/operations/createmanager.d.ts.map +1 -0
- package/esm/models/operations/createmanager.js +129 -0
- package/esm/models/operations/createmanager.js.map +1 -0
- package/esm/models/operations/createproject.d.ts +505 -0
- package/esm/models/operations/createproject.d.ts.map +1 -0
- package/esm/models/operations/createproject.js +255 -0
- package/esm/models/operations/createproject.js.map +1 -0
- package/esm/models/operations/createprojectfromtemplate.d.ts +529 -0
- package/esm/models/operations/createprojectfromtemplate.d.ts.map +1 -0
- package/esm/models/operations/createprojectfromtemplate.js +280 -0
- package/esm/models/operations/createprojectfromtemplate.js.map +1 -0
- package/esm/models/operations/createrelease.d.ts +18 -0
- package/esm/models/operations/createrelease.d.ts.map +1 -0
- package/esm/models/operations/createrelease.js +21 -0
- package/esm/models/operations/createrelease.js.map +1 -0
- package/esm/models/operations/createworkspace.d.ts +20 -0
- package/esm/models/operations/createworkspace.d.ts.map +1 -0
- package/esm/models/operations/createworkspace.js +13 -0
- package/esm/models/operations/createworkspace.js.map +1 -0
- package/esm/models/operations/deleteapikeys.d.ts +29 -0
- package/esm/models/operations/deleteapikeys.d.ts.map +1 -0
- package/esm/models/operations/deleteapikeys.js +29 -0
- package/esm/models/operations/deleteapikeys.js.map +1 -0
- package/esm/models/operations/deletedeployment.d.ts +31 -0
- package/esm/models/operations/deletedeployment.d.ts.map +1 -0
- package/esm/models/operations/deletedeployment.js +21 -0
- package/esm/models/operations/deletedeployment.js.map +1 -0
- package/esm/models/operations/deletedeploymentgroup.d.ts +20 -0
- package/esm/models/operations/deletedeploymentgroup.d.ts.map +1 -0
- package/esm/models/operations/deletedeploymentgroup.js +13 -0
- package/esm/models/operations/deletedeploymentgroup.js.map +1 -0
- package/esm/models/operations/deletedomain.d.ts +31 -0
- package/esm/models/operations/deletedomain.d.ts.map +1 -0
- package/esm/models/operations/deletedomain.js +21 -0
- package/esm/models/operations/deletedomain.js.map +1 -0
- package/esm/models/operations/deletemanager.d.ts +31 -0
- package/esm/models/operations/deletemanager.d.ts.map +1 -0
- package/esm/models/operations/deletemanager.js +21 -0
- package/esm/models/operations/deletemanager.js.map +1 -0
- package/esm/models/operations/deleteproject.d.ts +20 -0
- package/esm/models/operations/deleteproject.d.ts.map +1 -0
- package/esm/models/operations/deleteproject.js +13 -0
- package/esm/models/operations/deleteproject.js.map +1 -0
- package/esm/models/operations/deleteworkspace.d.ts +20 -0
- package/esm/models/operations/deleteworkspace.d.ts.map +1 -0
- package/esm/models/operations/deleteworkspace.js +13 -0
- package/esm/models/operations/deleteworkspace.js.map +1 -0
- package/esm/models/operations/generatedeepstoretoken.d.ts +23 -0
- package/esm/models/operations/generatedeepstoretoken.d.ts.map +1 -0
- package/esm/models/operations/generatedeepstoretoken.js +22 -0
- package/esm/models/operations/generatedeepstoretoken.js.map +1 -0
- package/esm/models/operations/getapikey.d.ts +20 -0
- package/esm/models/operations/getapikey.d.ts.map +1 -0
- package/esm/models/operations/getapikey.js +13 -0
- package/esm/models/operations/getapikey.js.map +1 -0
- package/esm/models/operations/getcommand.d.ts +20 -0
- package/esm/models/operations/getcommand.d.ts.map +1 -0
- package/esm/models/operations/getcommand.js +13 -0
- package/esm/models/operations/getcommand.js.map +1 -0
- package/esm/models/operations/getcontainerattention.d.ts +75 -0
- package/esm/models/operations/getcontainerattention.d.ts.map +1 -0
- package/esm/models/operations/getcontainerattention.js +52 -0
- package/esm/models/operations/getcontainerattention.js.map +1 -0
- package/esm/models/operations/getcontainerdefinitiondeployments.d.ts +64 -0
- package/esm/models/operations/getcontainerdefinitiondeployments.d.ts.map +1 -0
- package/esm/models/operations/getcontainerdefinitiondeployments.js +47 -0
- package/esm/models/operations/getcontainerdefinitiondeployments.js.map +1 -0
- package/esm/models/operations/getcontainermachines.d.ts +94 -0
- package/esm/models/operations/getcontainermachines.d.ts.map +1 -0
- package/esm/models/operations/getcontainermachines.js +89 -0
- package/esm/models/operations/getcontainermachines.js.map +1 -0
- package/esm/models/operations/getcontaineroverview.d.ts +106 -0
- package/esm/models/operations/getcontaineroverview.d.ts.map +1 -0
- package/esm/models/operations/getcontaineroverview.js +68 -0
- package/esm/models/operations/getcontaineroverview.js.map +1 -0
- package/esm/models/operations/getdeployment.d.ts +34 -0
- package/esm/models/operations/getdeployment.d.ts.map +1 -0
- package/esm/models/operations/getdeployment.js +21 -0
- package/esm/models/operations/getdeployment.js.map +1 -0
- package/esm/models/operations/getdeploymentcluster.d.ts +62 -0
- package/esm/models/operations/getdeploymentcluster.d.ts.map +1 -0
- package/esm/models/operations/getdeploymentcluster.js +56 -0
- package/esm/models/operations/getdeploymentcluster.js.map +1 -0
- package/esm/models/operations/getdeploymentconnectioninfo.d.ts +20 -0
- package/esm/models/operations/getdeploymentconnectioninfo.d.ts.map +1 -0
- package/esm/models/operations/getdeploymentconnectioninfo.js +13 -0
- package/esm/models/operations/getdeploymentconnectioninfo.js.map +1 -0
- package/esm/models/operations/getdeploymentcontainer.d.ts +171 -0
- package/esm/models/operations/getdeploymentcontainer.d.ts.map +1 -0
- package/esm/models/operations/getdeploymentcontainer.js +168 -0
- package/esm/models/operations/getdeploymentcontainer.js.map +1 -0
- package/esm/models/operations/getdeploymentgroup.d.ts +55 -0
- package/esm/models/operations/getdeploymentgroup.d.ts.map +1 -0
- package/esm/models/operations/getdeploymentgroup.js +27 -0
- package/esm/models/operations/getdeploymentgroup.js.map +1 -0
- package/esm/models/operations/getdeploymentinfo.d.ts +15 -0
- package/esm/models/operations/getdeploymentinfo.d.ts.map +1 -0
- package/esm/models/operations/getdeploymentinfo.js +12 -0
- package/esm/models/operations/getdeploymentinfo.js.map +1 -0
- package/esm/models/operations/getdeploymentstats.d.ts +88 -0
- package/esm/models/operations/getdeploymentstats.d.ts.map +1 -0
- package/esm/models/operations/getdeploymentstats.js +52 -0
- package/esm/models/operations/getdeploymentstats.js.map +1 -0
- package/esm/models/operations/getdomain.d.ts +20 -0
- package/esm/models/operations/getdomain.d.ts.map +1 -0
- package/esm/models/operations/getdomain.js +13 -0
- package/esm/models/operations/getdomain.js.map +1 -0
- package/esm/models/operations/getevent.d.ts +20 -0
- package/esm/models/operations/getevent.d.ts.map +1 -0
- package/esm/models/operations/getevent.js +13 -0
- package/esm/models/operations/getevent.js.map +1 -0
- package/esm/models/operations/getmanager.d.ts +20 -0
- package/esm/models/operations/getmanager.d.ts.map +1 -0
- package/esm/models/operations/getmanager.js +13 -0
- package/esm/models/operations/getmanager.js.map +1 -0
- package/esm/models/operations/getmanagerdeployment.d.ts +20 -0
- package/esm/models/operations/getmanagerdeployment.d.ts.map +1 -0
- package/esm/models/operations/getmanagerdeployment.js +13 -0
- package/esm/models/operations/getmanagerdeployment.js.map +1 -0
- package/esm/models/operations/getmanagermanagementconfig.d.ts +83 -0
- package/esm/models/operations/getmanagermanagementconfig.d.ts.map +1 -0
- package/esm/models/operations/getmanagermanagementconfig.js +56 -0
- package/esm/models/operations/getmanagermanagementconfig.js.map +1 -0
- package/esm/models/operations/getpackage.d.ts +20 -0
- package/esm/models/operations/getpackage.d.ts.map +1 -0
- package/esm/models/operations/getpackage.js +13 -0
- package/esm/models/operations/getpackage.js.map +1 -0
- package/esm/models/operations/getproject.d.ts +20 -0
- package/esm/models/operations/getproject.d.ts.map +1 -0
- package/esm/models/operations/getproject.js +13 -0
- package/esm/models/operations/getproject.js.map +1 -0
- package/esm/models/operations/getprojectactiverelease.d.ts +25 -0
- package/esm/models/operations/getprojectactiverelease.d.ts.map +1 -0
- package/esm/models/operations/getprojectactiverelease.js +14 -0
- package/esm/models/operations/getprojectactiverelease.js.map +1 -0
- package/esm/models/operations/getprojectbuildconfig.d.ts +65 -0
- package/esm/models/operations/getprojectbuildconfig.d.ts.map +1 -0
- package/esm/models/operations/getprojectbuildconfig.js +37 -0
- package/esm/models/operations/getprojectbuildconfig.js.map +1 -0
- package/esm/models/operations/getprojecttemplateurls.d.ts +50 -0
- package/esm/models/operations/getprojecttemplateurls.d.ts.map +1 -0
- package/esm/models/operations/getprojecttemplateurls.js +29 -0
- package/esm/models/operations/getprojecttemplateurls.js.map +1 -0
- package/esm/models/operations/getrelease.d.ts +32 -0
- package/esm/models/operations/getrelease.d.ts.map +1 -0
- package/esm/models/operations/getrelease.js +19 -0
- package/esm/models/operations/getrelease.js.map +1 -0
- package/esm/models/operations/getworkspace.d.ts +20 -0
- package/esm/models/operations/getworkspace.d.ts.map +1 -0
- package/esm/models/operations/getworkspace.js +13 -0
- package/esm/models/operations/getworkspace.js.map +1 -0
- package/esm/models/operations/importdeployment.d.ts +18 -0
- package/esm/models/operations/importdeployment.d.ts.map +1 -0
- package/esm/models/operations/importdeployment.js +21 -0
- package/esm/models/operations/importdeployment.js.map +1 -0
- package/esm/models/operations/index.d.ts +97 -0
- package/esm/models/operations/index.d.ts.map +1 -0
- package/esm/models/operations/index.js +100 -0
- package/esm/models/operations/index.js.map +1 -0
- package/esm/models/operations/listapikeys.d.ts +44 -0
- package/esm/models/operations/listapikeys.d.ts.map +1 -0
- package/esm/models/operations/listapikeys.js +24 -0
- package/esm/models/operations/listapikeys.js.map +1 -0
- package/esm/models/operations/listcommandagents.d.ts +25 -0
- package/esm/models/operations/listcommandagents.d.ts.map +1 -0
- package/esm/models/operations/listcommandagents.js +14 -0
- package/esm/models/operations/listcommandagents.js.map +1 -0
- package/esm/models/operations/listcommandnames.d.ts +25 -0
- package/esm/models/operations/listcommandnames.d.ts.map +1 -0
- package/esm/models/operations/listcommandnames.js +14 -0
- package/esm/models/operations/listcommandnames.js.map +1 -0
- package/esm/models/operations/listcommands.d.ts +104 -0
- package/esm/models/operations/listcommands.d.ts.map +1 -0
- package/esm/models/operations/listcommands.js +50 -0
- package/esm/models/operations/listcommands.js.map +1 -0
- package/esm/models/operations/listdeploymentcontainerevents.d.ts +81 -0
- package/esm/models/operations/listdeploymentcontainerevents.d.ts.map +1 -0
- package/esm/models/operations/listdeploymentcontainerevents.js +64 -0
- package/esm/models/operations/listdeploymentcontainerevents.js.map +1 -0
- package/esm/models/operations/listdeploymentcontainerinstanceevents.d.ts +67 -0
- package/esm/models/operations/listdeploymentcontainerinstanceevents.d.ts.map +1 -0
- package/esm/models/operations/listdeploymentcontainerinstanceevents.js +54 -0
- package/esm/models/operations/listdeploymentcontainerinstanceevents.js.map +1 -0
- package/esm/models/operations/listdeploymentcontainers.d.ts +50 -0
- package/esm/models/operations/listdeploymentcontainers.d.ts.map +1 -0
- package/esm/models/operations/listdeploymentcontainers.js +39 -0
- package/esm/models/operations/listdeploymentcontainers.js.map +1 -0
- package/esm/models/operations/listdeploymentfilterdeploymentgroups.d.ts +64 -0
- package/esm/models/operations/listdeploymentfilterdeploymentgroups.d.ts.map +1 -0
- package/esm/models/operations/listdeploymentfilterdeploymentgroups.js +35 -0
- package/esm/models/operations/listdeploymentfilterdeploymentgroups.js.map +1 -0
- package/esm/models/operations/listdeploymentfilterplatforms.d.ts +49 -0
- package/esm/models/operations/listdeploymentfilterplatforms.d.ts.map +1 -0
- package/esm/models/operations/listdeploymentfilterplatforms.js +34 -0
- package/esm/models/operations/listdeploymentfilterplatforms.js.map +1 -0
- package/esm/models/operations/listdeploymentgroups.d.ts +54 -0
- package/esm/models/operations/listdeploymentgroups.d.ts.map +1 -0
- package/esm/models/operations/listdeploymentgroups.js +26 -0
- package/esm/models/operations/listdeploymentgroups.js.map +1 -0
- package/esm/models/operations/listdeploymentmachines.d.ts +78 -0
- package/esm/models/operations/listdeploymentmachines.d.ts.map +1 -0
- package/esm/models/operations/listdeploymentmachines.js +70 -0
- package/esm/models/operations/listdeploymentmachines.js.map +1 -0
- package/esm/models/operations/listdeployments.d.ts +130 -0
- package/esm/models/operations/listdeployments.d.ts.map +1 -0
- package/esm/models/operations/listdeployments.js +72 -0
- package/esm/models/operations/listdeployments.js.map +1 -0
- package/esm/models/operations/listdomains.d.ts +27 -0
- package/esm/models/operations/listdomains.d.ts.map +1 -0
- package/esm/models/operations/listdomains.js +21 -0
- package/esm/models/operations/listdomains.js.map +1 -0
- package/esm/models/operations/listevents.d.ts +49 -0
- package/esm/models/operations/listevents.d.ts.map +1 -0
- package/esm/models/operations/listevents.js +25 -0
- package/esm/models/operations/listevents.js.map +1 -0
- package/esm/models/operations/listgitnamespacerepositories.d.ts +29 -0
- package/esm/models/operations/listgitnamespacerepositories.d.ts.map +1 -0
- package/esm/models/operations/listgitnamespacerepositories.js +22 -0
- package/esm/models/operations/listgitnamespacerepositories.js.map +1 -0
- package/esm/models/operations/listgitnamespaces.d.ts +31 -0
- package/esm/models/operations/listgitnamespaces.d.ts.map +1 -0
- package/esm/models/operations/listgitnamespaces.js +26 -0
- package/esm/models/operations/listgitnamespaces.js.map +1 -0
- package/esm/models/operations/listmanagerevents.d.ts +29 -0
- package/esm/models/operations/listmanagerevents.d.ts.map +1 -0
- package/esm/models/operations/listmanagerevents.js +22 -0
- package/esm/models/operations/listmanagerevents.js.map +1 -0
- package/esm/models/operations/listmanagers.d.ts +15 -0
- package/esm/models/operations/listmanagers.d.ts.map +1 -0
- package/esm/models/operations/listmanagers.js +12 -0
- package/esm/models/operations/listmanagers.js.map +1 -0
- package/esm/models/operations/listmemberships.d.ts +14 -0
- package/esm/models/operations/listmemberships.d.ts.map +1 -0
- package/esm/models/operations/listmemberships.js +14 -0
- package/esm/models/operations/listmemberships.js.map +1 -0
- package/esm/models/operations/listpackages.d.ts +92 -0
- package/esm/models/operations/listpackages.d.ts.map +1 -0
- package/esm/models/operations/listpackages.js +51 -0
- package/esm/models/operations/listpackages.js.map +1 -0
- package/esm/models/operations/listprojects.d.ts +62 -0
- package/esm/models/operations/listprojects.d.ts.map +1 -0
- package/esm/models/operations/listprojects.js +32 -0
- package/esm/models/operations/listprojects.js.map +1 -0
- package/esm/models/operations/listreleaseauthors.d.ts +42 -0
- package/esm/models/operations/listreleaseauthors.d.ts.map +1 -0
- package/esm/models/operations/listreleaseauthors.js +24 -0
- package/esm/models/operations/listreleaseauthors.js.map +1 -0
- package/esm/models/operations/listreleasebranches.d.ts +41 -0
- package/esm/models/operations/listreleasebranches.d.ts.map +1 -0
- package/esm/models/operations/listreleasebranches.js +23 -0
- package/esm/models/operations/listreleasebranches.js.map +1 -0
- package/esm/models/operations/listreleases.d.ts +86 -0
- package/esm/models/operations/listreleases.d.ts.map +1 -0
- package/esm/models/operations/listreleases.js +36 -0
- package/esm/models/operations/listreleases.js.map +1 -0
- package/esm/models/operations/listworkspacemembers.d.ts +32 -0
- package/esm/models/operations/listworkspacemembers.d.ts.map +1 -0
- package/esm/models/operations/listworkspacemembers.js +22 -0
- package/esm/models/operations/listworkspacemembers.js.map +1 -0
- package/esm/models/operations/listworkspaces.d.ts +49 -0
- package/esm/models/operations/listworkspaces.d.ts.map +1 -0
- package/esm/models/operations/listworkspaces.js +25 -0
- package/esm/models/operations/listworkspaces.js.map +1 -0
- package/esm/models/operations/pindeploymentrelease.d.ts +34 -0
- package/esm/models/operations/pindeploymentrelease.d.ts.map +1 -0
- package/esm/models/operations/pindeploymentrelease.js +30 -0
- package/esm/models/operations/pindeploymentrelease.js.map +1 -0
- package/esm/models/operations/provisionmanager.d.ts +31 -0
- package/esm/models/operations/provisionmanager.d.ts.map +1 -0
- package/esm/models/operations/provisionmanager.js +21 -0
- package/esm/models/operations/provisionmanager.js.map +1 -0
- package/esm/models/operations/rebuildpackages.d.ts +44 -0
- package/esm/models/operations/rebuildpackages.d.ts.map +1 -0
- package/esm/models/operations/rebuildpackages.js +35 -0
- package/esm/models/operations/rebuildpackages.js.map +1 -0
- package/esm/models/operations/redeploydeployment.d.ts +31 -0
- package/esm/models/operations/redeploydeployment.d.ts.map +1 -0
- package/esm/models/operations/redeploydeployment.js +21 -0
- package/esm/models/operations/redeploydeployment.js.map +1 -0
- package/esm/models/operations/removeworkspacemember.d.ts +22 -0
- package/esm/models/operations/removeworkspacemember.d.ts.map +1 -0
- package/esm/models/operations/removeworkspacemember.js +14 -0
- package/esm/models/operations/removeworkspacemember.js.map +1 -0
- package/esm/models/operations/reportmanagerheartbeat.d.ts +23 -0
- package/esm/models/operations/reportmanagerheartbeat.d.ts.map +1 -0
- package/esm/models/operations/reportmanagerheartbeat.js +22 -0
- package/esm/models/operations/reportmanagerheartbeat.js.map +1 -0
- package/esm/models/operations/retrydeployment.d.ts +31 -0
- package/esm/models/operations/retrydeployment.d.ts.map +1 -0
- package/esm/models/operations/retrydeployment.js +21 -0
- package/esm/models/operations/retrydeployment.js.map +1 -0
- package/esm/models/operations/revokeapikey.d.ts +20 -0
- package/esm/models/operations/revokeapikey.d.ts.map +1 -0
- package/esm/models/operations/revokeapikey.js +13 -0
- package/esm/models/operations/revokeapikey.js.map +1 -0
- package/esm/models/operations/syncacquire.d.ts +18 -0
- package/esm/models/operations/syncacquire.d.ts.map +1 -0
- package/esm/models/operations/syncacquire.js +21 -0
- package/esm/models/operations/syncacquire.js.map +1 -0
- package/esm/models/operations/syncgitnamespaces.d.ts +40 -0
- package/esm/models/operations/syncgitnamespaces.d.ts.map +1 -0
- package/esm/models/operations/syncgitnamespaces.js +29 -0
- package/esm/models/operations/syncgitnamespaces.js.map +1 -0
- package/esm/models/operations/syncreconcile.d.ts +18 -0
- package/esm/models/operations/syncreconcile.d.ts.map +1 -0
- package/esm/models/operations/syncreconcile.js +21 -0
- package/esm/models/operations/syncreconcile.js.map +1 -0
- package/esm/models/operations/syncrelease.d.ts +29 -0
- package/esm/models/operations/syncrelease.d.ts.map +1 -0
- package/esm/models/operations/syncrelease.js +29 -0
- package/esm/models/operations/syncrelease.js.map +1 -0
- package/esm/models/operations/updateapikey.d.ts +23 -0
- package/esm/models/operations/updateapikey.d.ts.map +1 -0
- package/esm/models/operations/updateapikey.js +22 -0
- package/esm/models/operations/updateapikey.js.map +1 -0
- package/esm/models/operations/updatecommand.d.ts +23 -0
- package/esm/models/operations/updatecommand.d.ts.map +1 -0
- package/esm/models/operations/updatecommand.js +22 -0
- package/esm/models/operations/updatecommand.js.map +1 -0
- package/esm/models/operations/updatedeploymentenvironmentvariables.d.ts +34 -0
- package/esm/models/operations/updatedeploymentenvironmentvariables.d.ts.map +1 -0
- package/esm/models/operations/updatedeploymentenvironmentvariables.js +30 -0
- package/esm/models/operations/updatedeploymentenvironmentvariables.js.map +1 -0
- package/esm/models/operations/updatedeploymentgroup.d.ts +23 -0
- package/esm/models/operations/updatedeploymentgroup.d.ts.map +1 -0
- package/esm/models/operations/updatedeploymentgroup.js +22 -0
- package/esm/models/operations/updatedeploymentgroup.js.map +1 -0
- package/esm/models/operations/updatemanager.d.ts +34 -0
- package/esm/models/operations/updatemanager.d.ts.map +1 -0
- package/esm/models/operations/updatemanager.js +30 -0
- package/esm/models/operations/updatemanager.js.map +1 -0
- package/esm/models/operations/updateproject.d.ts +316 -0
- package/esm/models/operations/updateproject.d.ts.map +1 -0
- package/esm/models/operations/updateproject.js +146 -0
- package/esm/models/operations/updateproject.js.map +1 -0
- package/esm/models/operations/updateuserprofile.d.ts +30 -0
- package/esm/models/operations/updateuserprofile.d.ts.map +1 -0
- package/esm/models/operations/updateuserprofile.js +24 -0
- package/esm/models/operations/updateuserprofile.js.map +1 -0
- package/esm/models/operations/updateworkspace.d.ts +32 -0
- package/esm/models/operations/updateworkspace.d.ts.map +1 -0
- package/esm/models/operations/updateworkspace.js +28 -0
- package/esm/models/operations/updateworkspace.js.map +1 -0
- package/esm/models/operations/updateworkspacemember.d.ts +35 -0
- package/esm/models/operations/updateworkspacemember.d.ts.map +1 -0
- package/esm/models/operations/updateworkspacemember.js +30 -0
- package/esm/models/operations/updateworkspacemember.js.map +1 -0
- package/esm/models/package.d.ts +373 -0
- package/esm/models/package.d.ts.map +1 -0
- package/esm/models/package.js +233 -0
- package/esm/models/package.js.map +1 -0
- package/esm/models/pinreleaserequest.d.ts +18 -0
- package/esm/models/pinreleaserequest.d.ts.map +1 -0
- package/esm/models/pinreleaserequest.js +12 -0
- package/esm/models/pinreleaserequest.js.map +1 -0
- package/esm/models/project.d.ts +256 -0
- package/esm/models/project.d.ts.map +1 -0
- package/esm/models/project.js +135 -0
- package/esm/models/project.js.map +1 -0
- package/esm/models/projectlistitemresponse.d.ts +259 -0
- package/esm/models/projectlistitemresponse.d.ts.map +1 -0
- package/esm/models/projectlistitemresponse.js +146 -0
- package/esm/models/projectlistitemresponse.js.map +1 -0
- package/esm/models/projectreleaseinfo.d.ts +16 -0
- package/esm/models/projectreleaseinfo.d.ts.map +1 -0
- package/esm/models/projectreleaseinfo.js +16 -0
- package/esm/models/projectreleaseinfo.js.map +1 -0
- package/esm/models/projectrole.d.ts +18 -0
- package/esm/models/projectrole.d.ts.map +1 -0
- package/esm/models/projectrole.js +16 -0
- package/esm/models/projectrole.js.map +1 -0
- package/esm/models/projectscope.d.ts +26 -0
- package/esm/models/projectscope.d.ts.map +1 -0
- package/esm/models/projectscope.js +15 -0
- package/esm/models/projectscope.js.map +1 -0
- package/esm/models/release.d.ts +21 -0
- package/esm/models/release.d.ts.map +1 -0
- package/esm/models/release.js +21 -0
- package/esm/models/release.js.map +1 -0
- package/esm/models/releaseauthorfilteritem.d.ts +21 -0
- package/esm/models/releaseauthorfilteritem.d.ts.map +1 -0
- package/esm/models/releaseauthorfilteritem.js +15 -0
- package/esm/models/releaseauthorfilteritem.js.map +1 -0
- package/esm/models/releaselistitemresponse.d.ts +41 -0
- package/esm/models/releaselistitemresponse.d.ts.map +1 -0
- package/esm/models/releaselistitemresponse.js +30 -0
- package/esm/models/releaselistitemresponse.js.map +1 -0
- package/esm/models/role.d.ts +16 -0
- package/esm/models/role.d.ts.map +1 -0
- package/esm/models/role.js +22 -0
- package/esm/models/role.js.map +1 -0
- package/esm/models/scope.d.ts +16 -0
- package/esm/models/scope.d.ts.map +1 -0
- package/esm/models/scope.js +21 -0
- package/esm/models/scope.js.map +1 -0
- package/esm/models/security.d.ts +12 -0
- package/esm/models/security.d.ts.map +1 -0
- package/esm/models/security.js +12 -0
- package/esm/models/security.js.map +1 -0
- package/esm/models/serviceaccountsubject.d.ts +34 -0
- package/esm/models/serviceaccountsubject.d.ts.map +1 -0
- package/esm/models/serviceaccountsubject.js +19 -0
- package/esm/models/serviceaccountsubject.js.map +1 -0
- package/esm/models/stackbyplatform.d.ts +27 -0
- package/esm/models/stackbyplatform.d.ts.map +1 -0
- package/esm/models/stackbyplatform.js +30 -0
- package/esm/models/stackbyplatform.js.map +1 -0
- package/esm/models/subject.d.ts +13 -0
- package/esm/models/subject.d.ts.map +1 -0
- package/esm/models/subject.js +16 -0
- package/esm/models/subject.js.map +1 -0
- package/esm/models/subjectscope.d.ts +80 -0
- package/esm/models/subjectscope.d.ts.map +1 -0
- package/esm/models/subjectscope.js +58 -0
- package/esm/models/subjectscope.js.map +1 -0
- package/esm/models/syncacquirerequest.d.ts +101 -0
- package/esm/models/syncacquirerequest.d.ts.map +1 -0
- package/esm/models/syncacquirerequest.js +61 -0
- package/esm/models/syncacquirerequest.js.map +1 -0
- package/esm/models/syncacquireresponse.d.ts +6021 -0
- package/esm/models/syncacquireresponse.d.ts.map +1 -0
- package/esm/models/syncacquireresponse.js +3534 -0
- package/esm/models/syncacquireresponse.js.map +1 -0
- package/esm/models/syncreconcilerequest.d.ts +5177 -0
- package/esm/models/syncreconcilerequest.d.ts.map +1 -0
- package/esm/models/syncreconcilerequest.js +2189 -0
- package/esm/models/syncreconcilerequest.js.map +1 -0
- package/esm/models/syncreconcileresponse.d.ts +7153 -0
- package/esm/models/syncreconcileresponse.d.ts.map +1 -0
- package/esm/models/syncreconcileresponse.js +4128 -0
- package/esm/models/syncreconcileresponse.js.map +1 -0
- package/esm/models/syncreleaserequest.d.ts +23 -0
- package/esm/models/syncreleaserequest.d.ts.map +1 -0
- package/esm/models/syncreleaserequest.js +13 -0
- package/esm/models/syncreleaserequest.js.map +1 -0
- package/esm/models/updateapikeyrequest.d.ts +17 -0
- package/esm/models/updateapikeyrequest.d.ts.map +1 -0
- package/esm/models/updateapikeyrequest.js +13 -0
- package/esm/models/updateapikeyrequest.js.map +1 -0
- package/esm/models/updatecommandrequest.d.ts +62 -0
- package/esm/models/updatecommandrequest.d.ts.map +1 -0
- package/esm/models/updatecommandrequest.js +30 -0
- package/esm/models/updatecommandrequest.js.map +1 -0
- package/esm/models/updatedeploymentenvironmentvariablesrequest.d.ts +60 -0
- package/esm/models/updatedeploymentenvironmentvariablesrequest.d.ts.map +1 -0
- package/esm/models/updatedeploymentenvironmentvariablesrequest.js +31 -0
- package/esm/models/updatedeploymentenvironmentvariablesrequest.js.map +1 -0
- package/esm/models/updatedeploymentgrouprequest.d.ts +20 -0
- package/esm/models/updatedeploymentgrouprequest.d.ts.map +1 -0
- package/esm/models/updatedeploymentgrouprequest.js +13 -0
- package/esm/models/updatedeploymentgrouprequest.js.map +1 -0
- package/esm/models/updatemanagerrequest.d.ts +18 -0
- package/esm/models/updatemanagerrequest.d.ts.map +1 -0
- package/esm/models/updatemanagerrequest.js +12 -0
- package/esm/models/updatemanagerrequest.js.map +1 -0
- package/esm/models/userrole.d.ts +17 -0
- package/esm/models/userrole.d.ts.map +1 -0
- package/esm/models/userrole.js +15 -0
- package/esm/models/userrole.js.map +1 -0
- package/esm/models/usersubject.d.ts +33 -0
- package/esm/models/usersubject.d.ts.map +1 -0
- package/esm/models/usersubject.js +18 -0
- package/esm/models/usersubject.js.map +1 -0
- package/esm/models/workspace.d.ts +19 -0
- package/esm/models/workspace.d.ts.map +1 -0
- package/esm/models/workspace.js +16 -0
- package/esm/models/workspace.js.map +1 -0
- package/esm/models/workspacemember.d.ts +19 -0
- package/esm/models/workspacemember.d.ts.map +1 -0
- package/esm/models/workspacemember.js +19 -0
- package/esm/models/workspacemember.js.map +1 -0
- package/esm/models/workspacerole.d.ts +19 -0
- package/esm/models/workspacerole.d.ts.map +1 -0
- package/esm/models/workspacerole.js +17 -0
- package/esm/models/workspacerole.js.map +1 -0
- package/esm/models/workspacescope.d.ts +21 -0
- package/esm/models/workspacescope.d.ts.map +1 -0
- package/esm/models/workspacescope.js +14 -0
- package/esm/models/workspacescope.js.map +1 -0
- package/esm/sdk/agentmanagers.d.ts +54 -0
- package/esm/sdk/agentmanagers.d.ts.map +1 -0
- package/esm/sdk/agentmanagers.js +92 -0
- package/esm/sdk/agentmanagers.js.map +1 -0
- package/esm/sdk/apikeys.d.ts +30 -0
- package/esm/sdk/apikeys.d.ts.map +1 -0
- package/esm/sdk/apikeys.js +50 -0
- package/esm/sdk/apikeys.js.map +1 -0
- package/esm/sdk/auth.d.ts +9 -0
- package/esm/sdk/auth.d.ts.map +1 -0
- package/esm/sdk/auth.js +15 -0
- package/esm/sdk/auth.js.map +1 -0
- package/esm/sdk/commands.d.ts +30 -0
- package/esm/sdk/commands.d.ts.map +1 -0
- package/esm/sdk/commands.js +50 -0
- package/esm/sdk/commands.js.map +1 -0
- package/esm/sdk/containers.d.ts +45 -0
- package/esm/sdk/containers.d.ts.map +1 -0
- package/esm/sdk/containers.js +78 -0
- package/esm/sdk/containers.js.map +1 -0
- package/esm/sdk/deployment.d.ts +10 -0
- package/esm/sdk/deployment.d.ts.map +1 -0
- package/esm/sdk/deployment.js +15 -0
- package/esm/sdk/deployment.js.map +1 -0
- package/esm/sdk/deploymentgroups.d.ts +33 -0
- package/esm/sdk/deploymentgroups.d.ts.map +1 -0
- package/esm/sdk/deploymentgroups.js +53 -0
- package/esm/sdk/deploymentgroups.js.map +1 -0
- package/esm/sdk/deployments.d.ts +62 -0
- package/esm/sdk/deployments.d.ts.map +1 -0
- package/esm/sdk/deployments.js +106 -0
- package/esm/sdk/deployments.js.map +1 -0
- package/esm/sdk/domains.d.ts +22 -0
- package/esm/sdk/domains.d.ts.map +1 -0
- package/esm/sdk/domains.js +36 -0
- package/esm/sdk/domains.js.map +1 -0
- package/esm/sdk/events.d.ts +14 -0
- package/esm/sdk/events.d.ts.map +1 -0
- package/esm/sdk/events.js +22 -0
- package/esm/sdk/events.js.map +1 -0
- package/esm/sdk/index.d.ts +2 -0
- package/esm/sdk/index.d.ts.map +1 -0
- package/esm/sdk/index.js +5 -0
- package/esm/sdk/index.js.map +1 -0
- package/esm/sdk/packages.d.ts +22 -0
- package/esm/sdk/packages.d.ts.map +1 -0
- package/esm/sdk/packages.js +36 -0
- package/esm/sdk/packages.js.map +1 -0
- package/esm/sdk/projects.d.ts +42 -0
- package/esm/sdk/projects.d.ts.map +1 -0
- package/esm/sdk/projects.js +71 -0
- package/esm/sdk/projects.js.map +1 -0
- package/esm/sdk/releases.d.ts +26 -0
- package/esm/sdk/releases.d.ts.map +1 -0
- package/esm/sdk/releases.js +43 -0
- package/esm/sdk/releases.js.map +1 -0
- package/esm/sdk/sdk.d.ts +52 -0
- package/esm/sdk/sdk.d.ts.map +1 -0
- package/esm/sdk/sdk.js +71 -0
- package/esm/sdk/sdk.js.map +1 -0
- package/esm/sdk/sync.d.ts +18 -0
- package/esm/sdk/sync.d.ts.map +1 -0
- package/esm/sdk/sync.js +29 -0
- package/esm/sdk/sync.js.map +1 -0
- package/esm/sdk/user.d.ts +30 -0
- package/esm/sdk/user.d.ts.map +1 -0
- package/esm/sdk/user.js +50 -0
- package/esm/sdk/user.js.map +1 -0
- package/esm/sdk/workspaces.d.ts +38 -0
- package/esm/sdk/workspaces.d.ts.map +1 -0
- package/esm/sdk/workspaces.js +64 -0
- package/esm/sdk/workspaces.js.map +1 -0
- package/esm/types/async.d.ts +23 -0
- package/esm/types/async.d.ts.map +1 -0
- package/esm/types/async.js +38 -0
- package/esm/types/async.js.map +1 -0
- package/esm/types/blobs.d.ts +4 -0
- package/esm/types/blobs.d.ts.map +1 -0
- package/esm/types/blobs.js +25 -0
- package/esm/types/blobs.js.map +1 -0
- package/esm/types/constdatetime.d.ts +3 -0
- package/esm/types/constdatetime.d.ts.map +1 -0
- package/esm/types/constdatetime.js +10 -0
- package/esm/types/constdatetime.js.map +1 -0
- package/esm/types/enums.d.ts +9 -0
- package/esm/types/enums.d.ts.map +1 -0
- package/esm/types/enums.js +27 -0
- package/esm/types/enums.js.map +1 -0
- package/esm/types/fp.d.ts +31 -0
- package/esm/types/fp.d.ts.map +1 -0
- package/esm/types/fp.js +31 -0
- package/esm/types/fp.js.map +1 -0
- package/esm/types/index.d.ts +8 -0
- package/esm/types/index.d.ts.map +1 -0
- package/esm/types/index.js +8 -0
- package/esm/types/index.js.map +1 -0
- package/esm/types/operations.d.ts +27 -0
- package/esm/types/operations.d.ts.map +1 -0
- package/esm/types/operations.js +77 -0
- package/esm/types/operations.js.map +1 -0
- package/esm/types/rfcdate.d.ts +21 -0
- package/esm/types/rfcdate.d.ts.map +1 -0
- package/esm/types/rfcdate.js +42 -0
- package/esm/types/rfcdate.js.map +1 -0
- package/esm/types/streams.d.ts +2 -0
- package/esm/types/streams.d.ts.map +1 -0
- package/esm/types/streams.js +15 -0
- package/esm/types/streams.js.map +1 -0
- package/esm/types/unrecognized.d.ts +16 -0
- package/esm/types/unrecognized.d.ts.map +1 -0
- package/esm/types/unrecognized.js +31 -0
- package/esm/types/unrecognized.js.map +1 -0
- package/examples/README.md +31 -0
- package/examples/package.json +18 -0
- package/examples/userUpdateProfile.example.ts +26 -0
- package/jsr.json +18 -0
- package/package.json +61 -0
- package/src/core.ts +13 -0
- package/src/funcs/agentManagersCreate.ts +174 -0
- package/src/funcs/agentManagersDelete.ts +178 -0
- package/src/funcs/agentManagersGenerateDeepstoreToken.ts +182 -0
- package/src/funcs/agentManagersGet.ts +179 -0
- package/src/funcs/agentManagersGetDeployment.ts +179 -0
- package/src/funcs/agentManagersGetManagementConfig.ts +178 -0
- package/src/funcs/agentManagersGoogleCloudConnect.ts +182 -0
- package/src/funcs/agentManagersList.ts +172 -0
- package/src/funcs/agentManagersListEvents.ts +178 -0
- package/src/funcs/agentManagersProvision.ts +178 -0
- package/src/funcs/agentManagersReportHeartbeat.ts +182 -0
- package/src/funcs/agentManagersUpdate.ts +181 -0
- package/src/funcs/apiKeysCreate.ts +175 -0
- package/src/funcs/apiKeysDeleteMultiple.ts +174 -0
- package/src/funcs/apiKeysGet.ts +179 -0
- package/src/funcs/apiKeysList.ts +172 -0
- package/src/funcs/apiKeysRevoke.ts +179 -0
- package/src/funcs/apiKeysUpdate.ts +182 -0
- package/src/funcs/authWhoami.ts +150 -0
- package/src/funcs/commandsCreate.ts +175 -0
- package/src/funcs/commandsGet.ts +179 -0
- package/src/funcs/commandsList.ts +179 -0
- package/src/funcs/commandsListDeployments.ts +173 -0
- package/src/funcs/commandsListNames.ts +173 -0
- package/src/funcs/commandsUpdate.ts +182 -0
- package/src/funcs/containersGetAttention.ts +172 -0
- package/src/funcs/containersGetDeploymentCluster.ts +178 -0
- package/src/funcs/containersGetDeploymentContainer.ts +182 -0
- package/src/funcs/containersGetDeployments.ts +179 -0
- package/src/funcs/containersGetMachines.ts +172 -0
- package/src/funcs/containersGetOverview.ts +172 -0
- package/src/funcs/containersListDeploymentContainerInstanceEvents.ts +185 -0
- package/src/funcs/containersListDeploymentContainers.ts +178 -0
- package/src/funcs/containersListDeploymentEvents.ts +183 -0
- package/src/funcs/containersListDeploymentMachines.ts +178 -0
- package/src/funcs/deploymentGetInfo.ts +172 -0
- package/src/funcs/deploymentGroupsCreateDeploymentGroup.ts +175 -0
- package/src/funcs/deploymentGroupsCreateDeploymentGroupToken.ts +185 -0
- package/src/funcs/deploymentGroupsDeleteDeploymentGroup.ts +179 -0
- package/src/funcs/deploymentGroupsGetDeploymentGroup.ts +178 -0
- package/src/funcs/deploymentGroupsListDeploymentGroups.ts +174 -0
- package/src/funcs/deploymentGroupsUpdateDeploymentGroup.ts +182 -0
- package/src/funcs/deploymentsCreate.ts +175 -0
- package/src/funcs/deploymentsCreateToken.ts +182 -0
- package/src/funcs/deploymentsDelete.ts +178 -0
- package/src/funcs/deploymentsGet.ts +180 -0
- package/src/funcs/deploymentsGetInfo.ts +179 -0
- package/src/funcs/deploymentsGetStats.ts +177 -0
- package/src/funcs/deploymentsImport.ts +175 -0
- package/src/funcs/deploymentsList.ts +179 -0
- package/src/funcs/deploymentsListFilterDeploymentGroups.ts +174 -0
- package/src/funcs/deploymentsListFilterPlatforms.ts +171 -0
- package/src/funcs/deploymentsPinRelease.ts +179 -0
- package/src/funcs/deploymentsRedeploy.ts +178 -0
- package/src/funcs/deploymentsRetry.ts +178 -0
- package/src/funcs/deploymentsUpdateEnvironmentVariables.ts +181 -0
- package/src/funcs/domainsCreate.ts +172 -0
- package/src/funcs/domainsDelete.ts +178 -0
- package/src/funcs/domainsGet.ts +179 -0
- package/src/funcs/domainsList.ts +170 -0
- package/src/funcs/eventsGet.ts +179 -0
- package/src/funcs/eventsList.ts +173 -0
- package/src/funcs/packagesCancel.ts +179 -0
- package/src/funcs/packagesGet.ts +179 -0
- package/src/funcs/packagesList.ts +176 -0
- package/src/funcs/packagesRebuild.ts +172 -0
- package/src/funcs/projectsCreate.ts +172 -0
- package/src/funcs/projectsCreateFromTemplate.ts +172 -0
- package/src/funcs/projectsDelete.ts +179 -0
- package/src/funcs/projectsGet.ts +179 -0
- package/src/funcs/projectsGetActiveRelease.ts +180 -0
- package/src/funcs/projectsGetBuildConfig.ts +182 -0
- package/src/funcs/projectsGetTemplateUrls.ts +178 -0
- package/src/funcs/projectsList.ts +174 -0
- package/src/funcs/projectsUpdate.ts +180 -0
- package/src/funcs/releasesCreate.ts +175 -0
- package/src/funcs/releasesGet.ts +180 -0
- package/src/funcs/releasesList.ts +179 -0
- package/src/funcs/releasesListAuthors.ts +173 -0
- package/src/funcs/releasesListBranches.ts +173 -0
- package/src/funcs/syncAcquire.ts +175 -0
- package/src/funcs/syncReconcile.ts +175 -0
- package/src/funcs/syncRelease.ts +174 -0
- package/src/funcs/userCreateWorkspace.ts +168 -0
- package/src/funcs/userListGitNamespaceRepositories.ts +178 -0
- package/src/funcs/userListGitNamespaces.ts +171 -0
- package/src/funcs/userListMemberships.ts +150 -0
- package/src/funcs/userSyncGitNamespaces.ts +167 -0
- package/src/funcs/userUpdateProfile.ts +167 -0
- package/src/funcs/workspacesAddMember.ts +180 -0
- package/src/funcs/workspacesDelete.ts +179 -0
- package/src/funcs/workspacesGet.ts +179 -0
- package/src/funcs/workspacesList.ts +173 -0
- package/src/funcs/workspacesListMembers.ts +178 -0
- package/src/funcs/workspacesRemoveMember.ts +183 -0
- package/src/funcs/workspacesUpdate.ts +180 -0
- package/src/funcs/workspacesUpdateMember.ts +184 -0
- package/src/hooks/hooks.ts +120 -0
- package/src/hooks/index.ts +6 -0
- package/src/hooks/types.ts +98 -0
- package/src/index.ts +9 -0
- package/src/lib/base64.ts +37 -0
- package/src/lib/config.ts +67 -0
- package/src/lib/dlv.ts +53 -0
- package/src/lib/encodings.ts +471 -0
- package/src/lib/env.ts +57 -0
- package/src/lib/files.ts +82 -0
- package/src/lib/http.ts +304 -0
- package/src/lib/is-plain-object.ts +43 -0
- package/src/lib/logger.ts +9 -0
- package/src/lib/matchers.ts +339 -0
- package/src/lib/primitives.ts +145 -0
- package/src/lib/retries.ts +211 -0
- package/src/lib/schemas.ts +88 -0
- package/src/lib/sdks.ts +380 -0
- package/src/lib/security.ts +246 -0
- package/src/lib/url.ts +29 -0
- package/src/models/apierror.ts +85 -0
- package/src/models/apikey.ts +103 -0
- package/src/models/command.ts +134 -0
- package/src/models/commanddeploymentgroupinfo.ts +32 -0
- package/src/models/commanddeploymentinfo.ts +378 -0
- package/src/models/commandlistitemresponse.ts +151 -0
- package/src/models/commandprojectinfo.ts +32 -0
- package/src/models/createapikeyrequest.ts +42 -0
- package/src/models/createapikeyresponse.ts +98 -0
- package/src/models/createcommandrequest.ts +73 -0
- package/src/models/createcommandresponse.ts +61 -0
- package/src/models/createdeploymentgrouprequest.ts +45 -0
- package/src/models/createdeploymentgrouptokenrequest.ts +33 -0
- package/src/models/createdeploymentgrouptokenresponse.ts +38 -0
- package/src/models/createdeploymentresponse.ts +34 -0
- package/src/models/createdeploymenttokenrequest.ts +42 -0
- package/src/models/createdeploymenttokenresponse.ts +38 -0
- package/src/models/createreleaserequest.ts +48 -0
- package/src/models/deleteapikeysrequest.ts +26 -0
- package/src/models/deployment.ts +3797 -0
- package/src/models/deploymentconnectioninfo.ts +128 -0
- package/src/models/deploymentdetailresponse.ts +3985 -0
- package/src/models/deploymentgroup.ts +52 -0
- package/src/models/deploymentgroupinfo.ts +35 -0
- package/src/models/deploymentgrouprole.ts +24 -0
- package/src/models/deploymentgroupscope.ts +51 -0
- package/src/models/deploymentinfo.ts +611 -0
- package/src/models/deploymentlistitemresponse.ts +555 -0
- package/src/models/deploymentpagebackground.ts +101 -0
- package/src/models/deploymentprojectinfo.ts +36 -0
- package/src/models/deploymentreleaseinfo.ts +36 -0
- package/src/models/deploymentrole.ts +24 -0
- package/src/models/deploymentscope.ts +46 -0
- package/src/models/deploymentstats.ts +40 -0
- package/src/models/domain.ts +62 -0
- package/src/models/environmentvariableconfig.ts +76 -0
- package/src/models/environmentvariabletype.ts +25 -0
- package/src/models/errors/aliendefaulterror.ts +38 -0
- package/src/models/errors/alienerror.ts +35 -0
- package/src/models/errors/apierror.ts +142 -0
- package/src/models/errors/httpclienterrors.ts +62 -0
- package/src/models/errors/index.ts +10 -0
- package/src/models/errors/responsevalidationerror.ts +50 -0
- package/src/models/errors/sdkvalidationerror.ts +52 -0
- package/src/models/event.ts +1667 -0
- package/src/models/generatedeepstoretokenrequest.ts +33 -0
- package/src/models/generatedeepstoretokenresponse.ts +68 -0
- package/src/models/githubprovider.ts +67 -0
- package/src/models/gitlabprovider.ts +67 -0
- package/src/models/gitmetadata.ts +118 -0
- package/src/models/gitnamespace.ts +58 -0
- package/src/models/gitprovider.ts +54 -0
- package/src/models/gitrepository.ts +36 -0
- package/src/models/importdeploymentrequest.ts +129 -0
- package/src/models/index.ts +96 -0
- package/src/models/listcommanddeploymentsresponse.ts +85 -0
- package/src/models/listcommandnamesresponse.ts +28 -0
- package/src/models/manager.ts +313 -0
- package/src/models/managerdeployment.ts +117 -0
- package/src/models/managerheartbeatrequest.ts +357 -0
- package/src/models/managerheartbeatresponse.ts +30 -0
- package/src/models/managerrole.ts +22 -0
- package/src/models/managerscope.ts +41 -0
- package/src/models/managerstatus.ts +23 -0
- package/src/models/membership.ts +38 -0
- package/src/models/newdeploymentrequest.ts +1047 -0
- package/src/models/newmanagerrequest.ts +115 -0
- package/src/models/operations/addworkspacemember.ts +79 -0
- package/src/models/operations/cancelpackage.ts +35 -0
- package/src/models/operations/connectmanagertogooglecloud.ts +54 -0
- package/src/models/operations/createapikey.ts +40 -0
- package/src/models/operations/createcommand.ts +40 -0
- package/src/models/operations/createdeployment.ts +42 -0
- package/src/models/operations/createdeploymentgroup.ts +44 -0
- package/src/models/operations/createdeploymentgrouptoken.ts +51 -0
- package/src/models/operations/createdeploymenttoken.ts +50 -0
- package/src/models/operations/createdomain.ts +62 -0
- package/src/models/operations/createmanager.ts +351 -0
- package/src/models/operations/createproject.ts +874 -0
- package/src/models/operations/createprojectfromtemplate.ts +938 -0
- package/src/models/operations/createrelease.ts +40 -0
- package/src/models/operations/createworkspace.ts +37 -0
- package/src/models/operations/deleteapikeys.ts +66 -0
- package/src/models/operations/deletedeployment.ts +63 -0
- package/src/models/operations/deletedeploymentgroup.ts +39 -0
- package/src/models/operations/deletedomain.ts +61 -0
- package/src/models/operations/deletemanager.ts +61 -0
- package/src/models/operations/deleteproject.ts +35 -0
- package/src/models/operations/deleteworkspace.ts +37 -0
- package/src/models/operations/generatedeepstoretoken.ts +50 -0
- package/src/models/operations/getapikey.ts +35 -0
- package/src/models/operations/getcommand.ts +35 -0
- package/src/models/operations/getcontainerattention.ts +151 -0
- package/src/models/operations/getcontainerdefinitiondeployments.ts +137 -0
- package/src/models/operations/getcontainermachines.ts +246 -0
- package/src/models/operations/getcontaineroverview.ts +213 -0
- package/src/models/operations/getdeployment.ts +53 -0
- package/src/models/operations/getdeploymentcluster.ts +161 -0
- package/src/models/operations/getdeploymentconnectioninfo.ts +39 -0
- package/src/models/operations/getdeploymentcontainer.ts +421 -0
- package/src/models/operations/getdeploymentgroup.ts +95 -0
- package/src/models/operations/getdeploymentinfo.ts +31 -0
- package/src/models/operations/getdeploymentstats.ts +117 -0
- package/src/models/operations/getdomain.ts +35 -0
- package/src/models/operations/getevent.ts +33 -0
- package/src/models/operations/getmanager.ts +35 -0
- package/src/models/operations/getmanagerdeployment.ts +39 -0
- package/src/models/operations/getmanagermanagementconfig.ts +181 -0
- package/src/models/operations/getpackage.ts +35 -0
- package/src/models/operations/getproject.ts +35 -0
- package/src/models/operations/getprojectactiverelease.ts +45 -0
- package/src/models/operations/getprojectbuildconfig.ts +108 -0
- package/src/models/operations/getprojecttemplateurls.ts +103 -0
- package/src/models/operations/getrelease.ts +51 -0
- package/src/models/operations/getworkspace.ts +35 -0
- package/src/models/operations/importdeployment.ts +42 -0
- package/src/models/operations/index.ts +100 -0
- package/src/models/operations/listapikeys.ts +75 -0
- package/src/models/operations/listcommandagents.ts +43 -0
- package/src/models/operations/listcommandnames.ts +43 -0
- package/src/models/operations/listcommands.ts +148 -0
- package/src/models/operations/listdeploymentcontainerevents.ts +178 -0
- package/src/models/operations/listdeploymentcontainerinstanceevents.ts +159 -0
- package/src/models/operations/listdeploymentcontainers.ts +106 -0
- package/src/models/operations/listdeploymentfilterdeploymentgroups.ts +125 -0
- package/src/models/operations/listdeploymentfilterplatforms.ts +89 -0
- package/src/models/operations/listdeploymentgroups.ts +94 -0
- package/src/models/operations/listdeploymentmachines.ts +190 -0
- package/src/models/operations/listdeployments.ts +180 -0
- package/src/models/operations/listdomains.ts +55 -0
- package/src/models/operations/listevents.ts +81 -0
- package/src/models/operations/listgitnamespacerepositories.ts +65 -0
- package/src/models/operations/listgitnamespaces.ts +67 -0
- package/src/models/operations/listmanagerevents.ts +63 -0
- package/src/models/operations/listmanagers.ts +29 -0
- package/src/models/operations/listmemberships.ts +32 -0
- package/src/models/operations/listpackages.ts +133 -0
- package/src/models/operations/listprojects.ts +99 -0
- package/src/models/operations/listreleaseauthors.ts +78 -0
- package/src/models/operations/listreleasebranches.ts +77 -0
- package/src/models/operations/listreleases.ts +128 -0
- package/src/models/operations/listworkspacemembers.ts +68 -0
- package/src/models/operations/listworkspaces.ts +82 -0
- package/src/models/operations/pindeploymentrelease.ts +78 -0
- package/src/models/operations/provisionmanager.ts +63 -0
- package/src/models/operations/rebuildpackages.ts +96 -0
- package/src/models/operations/redeploydeployment.ts +65 -0
- package/src/models/operations/removeworkspacemember.ts +42 -0
- package/src/models/operations/reportmanagerheartbeat.ts +50 -0
- package/src/models/operations/retrydeployment.ts +63 -0
- package/src/models/operations/revokeapikey.ts +35 -0
- package/src/models/operations/syncacquire.ts +40 -0
- package/src/models/operations/syncgitnamespaces.ts +76 -0
- package/src/models/operations/syncreconcile.ts +40 -0
- package/src/models/operations/syncrelease.ts +65 -0
- package/src/models/operations/updateapikey.ts +46 -0
- package/src/models/operations/updatecommand.ts +46 -0
- package/src/models/operations/updatedeploymentenvironmentvariables.ts +85 -0
- package/src/models/operations/updatedeploymentgroup.ts +50 -0
- package/src/models/operations/updatemanager.ts +72 -0
- package/src/models/operations/updateproject.ts +496 -0
- package/src/models/operations/updateuserprofile.ts +67 -0
- package/src/models/operations/updateworkspace.ts +70 -0
- package/src/models/operations/updateworkspacemember.ts +78 -0
- package/src/models/package.ts +690 -0
- package/src/models/pinreleaserequest.ts +32 -0
- package/src/models/project.ts +421 -0
- package/src/models/projectlistitemresponse.ts +460 -0
- package/src/models/projectreleaseinfo.ts +35 -0
- package/src/models/projectrole.ts +23 -0
- package/src/models/projectscope.ts +41 -0
- package/src/models/release.ts +42 -0
- package/src/models/releaseauthorfilteritem.ts +41 -0
- package/src/models/releaselistitemresponse.ts +83 -0
- package/src/models/role.ts +38 -0
- package/src/models/scope.ts +61 -0
- package/src/models/security.ts +23 -0
- package/src/models/serviceaccountsubject.ts +56 -0
- package/src/models/stackbyplatform.ts +60 -0
- package/src/models/subject.ts +32 -0
- package/src/models/subjectscope.ts +182 -0
- package/src/models/syncacquirerequest.ts +132 -0
- package/src/models/syncacquireresponse.ts +12736 -0
- package/src/models/syncreconcilerequest.ts +9468 -0
- package/src/models/syncreconcileresponse.ts +15024 -0
- package/src/models/syncreleaserequest.ts +38 -0
- package/src/models/updateapikeyrequest.ts +32 -0
- package/src/models/updatecommandrequest.ts +80 -0
- package/src/models/updatedeploymentenvironmentvariablesrequest.ts +108 -0
- package/src/models/updatedeploymentgrouprequest.ts +39 -0
- package/src/models/updatemanagerrequest.ts +32 -0
- package/src/models/userrole.ts +22 -0
- package/src/models/usersubject.ts +54 -0
- package/src/models/workspace.ts +39 -0
- package/src/models/workspacemember.ts +41 -0
- package/src/models/workspacerole.ts +25 -0
- package/src/models/workspacescope.ts +34 -0
- package/src/sdk/agentmanagers.ts +142 -0
- package/src/sdk/apikeys.ts +73 -0
- package/src/sdk/auth.ts +17 -0
- package/src/sdk/commands.ts +76 -0
- package/src/sdk/containers.ts +119 -0
- package/src/sdk/deployment.ts +21 -0
- package/src/sdk/deploymentgroups.ts +79 -0
- package/src/sdk/deployments.ts +164 -0
- package/src/sdk/domains.ts +54 -0
- package/src/sdk/events.ts +29 -0
- package/src/sdk/index.ts +5 -0
- package/src/sdk/packages.ts +54 -0
- package/src/sdk/projects.ts +106 -0
- package/src/sdk/releases.ts +65 -0
- package/src/sdk/sdk.ts +103 -0
- package/src/sdk/sync.ts +43 -0
- package/src/sdk/user.ts +73 -0
- package/src/sdk/workspaces.ts +98 -0
- package/src/types/async.ts +54 -0
- package/src/types/blobs.ts +30 -0
- package/src/types/constdatetime.ts +11 -0
- package/src/types/enums.ts +44 -0
- package/src/types/fp.ts +48 -0
- package/src/types/index.ts +11 -0
- package/src/types/operations.ts +101 -0
- package/src/types/rfcdate.ts +52 -0
- package/src/types/streams.ts +19 -0
- package/src/types/unrecognized.ts +35 -0
- package/tsconfig.json +39 -0
|
@@ -0,0 +1,3534 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v4";
|
|
5
|
+
import { remap as remap$ } from "../lib/primitives.js";
|
|
6
|
+
import { collectExtraKeys as collectExtraKeys$, safeParse } from "../lib/schemas.js";
|
|
7
|
+
import { APIError$inboundSchema } from "./apierror.js";
|
|
8
|
+
export const SyncAcquireResponseCurrentReleaseManagementEnum = {
|
|
9
|
+
Auto: "auto",
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
13
|
+
*/
|
|
14
|
+
export const SyncAcquireResponseCurrentReleaseLifecycle = {
|
|
15
|
+
Frozen: "frozen",
|
|
16
|
+
Live: "live",
|
|
17
|
+
LiveOnSetup: "live-on-setup",
|
|
18
|
+
};
|
|
19
|
+
export const SyncAcquireResponsePlatformTest = {
|
|
20
|
+
Test: "test",
|
|
21
|
+
};
|
|
22
|
+
export const SyncAcquireResponsePlatformLocal = {
|
|
23
|
+
Local: "local",
|
|
24
|
+
};
|
|
25
|
+
export const SyncAcquireResponseCurrentPlatformAzure = {
|
|
26
|
+
Azure: "azure",
|
|
27
|
+
};
|
|
28
|
+
export const SyncAcquireResponseCurrentPlatformGcp = {
|
|
29
|
+
Gcp: "gcp",
|
|
30
|
+
};
|
|
31
|
+
export const SyncAcquireResponseCurrentPlatformAws = {
|
|
32
|
+
Aws: "aws",
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Represents the target cloud platform.
|
|
36
|
+
*/
|
|
37
|
+
export const SyncAcquireResponseCurrentPlatform = {
|
|
38
|
+
Aws: "aws",
|
|
39
|
+
Gcp: "gcp",
|
|
40
|
+
Azure: "azure",
|
|
41
|
+
Kubernetes: "kubernetes",
|
|
42
|
+
Local: "local",
|
|
43
|
+
Test: "test",
|
|
44
|
+
};
|
|
45
|
+
export const SyncAcquireResponsePreparedStackManagementEnum = {
|
|
46
|
+
Auto: "auto",
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
50
|
+
*/
|
|
51
|
+
export const SyncAcquireResponsePreparedStackLifecycle = {
|
|
52
|
+
Frozen: "frozen",
|
|
53
|
+
Live: "live",
|
|
54
|
+
LiveOnSetup: "live-on-setup",
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* Represents the target cloud platform.
|
|
58
|
+
*/
|
|
59
|
+
export const SyncAcquireResponseStackStatePlatform = {
|
|
60
|
+
Aws: "aws",
|
|
61
|
+
Gcp: "gcp",
|
|
62
|
+
Azure: "azure",
|
|
63
|
+
Kubernetes: "kubernetes",
|
|
64
|
+
Local: "local",
|
|
65
|
+
Test: "test",
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
69
|
+
*/
|
|
70
|
+
export const SyncAcquireResponseStackStateLifecycle = {
|
|
71
|
+
Frozen: "frozen",
|
|
72
|
+
Live: "live",
|
|
73
|
+
LiveOnSetup: "live-on-setup",
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* Represents the high-level status of a resource during its lifecycle.
|
|
77
|
+
*/
|
|
78
|
+
export const SyncAcquireResponseStackStateStatus = {
|
|
79
|
+
Pending: "pending",
|
|
80
|
+
Provisioning: "provisioning",
|
|
81
|
+
ProvisionFailed: "provision-failed",
|
|
82
|
+
Running: "running",
|
|
83
|
+
Updating: "updating",
|
|
84
|
+
UpdateFailed: "update-failed",
|
|
85
|
+
Deleting: "deleting",
|
|
86
|
+
DeleteFailed: "delete-failed",
|
|
87
|
+
Deleted: "deleted",
|
|
88
|
+
RefreshFailed: "refresh-failed",
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* Deployment status in the deployment lifecycle
|
|
92
|
+
*/
|
|
93
|
+
export const SyncAcquireResponseStatus = {
|
|
94
|
+
Pending: "pending",
|
|
95
|
+
InitialSetup: "initial-setup",
|
|
96
|
+
InitialSetupFailed: "initial-setup-failed",
|
|
97
|
+
Provisioning: "provisioning",
|
|
98
|
+
ProvisioningFailed: "provisioning-failed",
|
|
99
|
+
Running: "running",
|
|
100
|
+
RefreshFailed: "refresh-failed",
|
|
101
|
+
UpdatePending: "update-pending",
|
|
102
|
+
Updating: "updating",
|
|
103
|
+
UpdateFailed: "update-failed",
|
|
104
|
+
DeletePending: "delete-pending",
|
|
105
|
+
Deleting: "deleting",
|
|
106
|
+
DeleteFailed: "delete-failed",
|
|
107
|
+
Deleted: "deleted",
|
|
108
|
+
};
|
|
109
|
+
export const SyncAcquireResponseTargetReleaseManagementEnum = {
|
|
110
|
+
Auto: "auto",
|
|
111
|
+
};
|
|
112
|
+
/**
|
|
113
|
+
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
114
|
+
*/
|
|
115
|
+
export const SyncAcquireResponseTargetReleaseLifecycle = {
|
|
116
|
+
Frozen: "frozen",
|
|
117
|
+
Live: "live",
|
|
118
|
+
LiveOnSetup: "live-on-setup",
|
|
119
|
+
};
|
|
120
|
+
export const SyncAcquireResponseComputeBackendType = {
|
|
121
|
+
Horizon: "horizon",
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* Certificate status in the certificate lifecycle
|
|
125
|
+
*/
|
|
126
|
+
export const SyncAcquireResponseCertificateStatus = {
|
|
127
|
+
Pending: "pending",
|
|
128
|
+
Issued: "issued",
|
|
129
|
+
Renewing: "renewing",
|
|
130
|
+
RenewalFailed: "renewal-failed",
|
|
131
|
+
Failed: "failed",
|
|
132
|
+
Deleting: "deleting",
|
|
133
|
+
};
|
|
134
|
+
/**
|
|
135
|
+
* DNS record status in the DNS lifecycle
|
|
136
|
+
*/
|
|
137
|
+
export const SyncAcquireResponseDnsStatus = {
|
|
138
|
+
Pending: "pending",
|
|
139
|
+
Active: "active",
|
|
140
|
+
Updating: "updating",
|
|
141
|
+
Deleting: "deleting",
|
|
142
|
+
Failed: "failed",
|
|
143
|
+
};
|
|
144
|
+
/**
|
|
145
|
+
* Type of environment variable
|
|
146
|
+
*/
|
|
147
|
+
export const SyncAcquireResponseEnvironmentVariablesType = {
|
|
148
|
+
Plain: "plain",
|
|
149
|
+
Secret: "secret",
|
|
150
|
+
};
|
|
151
|
+
export const SyncAcquireResponseTypeVault5 = {
|
|
152
|
+
Vault: "vault",
|
|
153
|
+
};
|
|
154
|
+
export const SyncAcquireResponseTypeVault4 = {
|
|
155
|
+
Vault: "vault",
|
|
156
|
+
};
|
|
157
|
+
export const SyncAcquireResponseTypeVault3 = {
|
|
158
|
+
Vault: "vault",
|
|
159
|
+
};
|
|
160
|
+
export const SyncAcquireResponseTypeVault2 = {
|
|
161
|
+
Vault: "vault",
|
|
162
|
+
};
|
|
163
|
+
export const SyncAcquireResponseTypeVault1 = {
|
|
164
|
+
Vault: "vault",
|
|
165
|
+
};
|
|
166
|
+
export const SyncAcquireResponseTypeArtifactRegistry4 = {
|
|
167
|
+
ArtifactRegistry: "artifact_registry",
|
|
168
|
+
};
|
|
169
|
+
export const SyncAcquireResponseTypeArtifactRegistry3 = {
|
|
170
|
+
ArtifactRegistry: "artifact_registry",
|
|
171
|
+
};
|
|
172
|
+
export const SyncAcquireResponseTypeArtifactRegistry2 = {
|
|
173
|
+
ArtifactRegistry: "artifact_registry",
|
|
174
|
+
};
|
|
175
|
+
export const SyncAcquireResponseTypeArtifactRegistry1 = {
|
|
176
|
+
ArtifactRegistry: "artifact_registry",
|
|
177
|
+
};
|
|
178
|
+
export const SyncAcquireResponseTypeKv5 = {
|
|
179
|
+
Kv: "kv",
|
|
180
|
+
};
|
|
181
|
+
export const SyncAcquireResponseTypeKv4 = {
|
|
182
|
+
Kv: "kv",
|
|
183
|
+
};
|
|
184
|
+
export const SyncAcquireResponseTypeKv3 = {
|
|
185
|
+
Kv: "kv",
|
|
186
|
+
};
|
|
187
|
+
export const SyncAcquireResponseTypeKv2 = {
|
|
188
|
+
Kv: "kv",
|
|
189
|
+
};
|
|
190
|
+
export const SyncAcquireResponseTypeKv1 = {
|
|
191
|
+
Kv: "kv",
|
|
192
|
+
};
|
|
193
|
+
export const SyncAcquireResponseTypeQueue3 = {
|
|
194
|
+
Queue: "queue",
|
|
195
|
+
};
|
|
196
|
+
export const SyncAcquireResponseTypeQueue2 = {
|
|
197
|
+
Queue: "queue",
|
|
198
|
+
};
|
|
199
|
+
export const SyncAcquireResponseTypeQueue1 = {
|
|
200
|
+
Queue: "queue",
|
|
201
|
+
};
|
|
202
|
+
export const SyncAcquireResponseTypeStorage4 = {
|
|
203
|
+
Storage: "storage",
|
|
204
|
+
};
|
|
205
|
+
export const SyncAcquireResponseTypeStorage3 = {
|
|
206
|
+
Storage: "storage",
|
|
207
|
+
};
|
|
208
|
+
export const SyncAcquireResponseTypeStorage2 = {
|
|
209
|
+
Storage: "storage",
|
|
210
|
+
};
|
|
211
|
+
export const SyncAcquireResponseTypeStorage1 = {
|
|
212
|
+
Storage: "storage",
|
|
213
|
+
};
|
|
214
|
+
export const SyncAcquireResponsePlatformKubernetes = {
|
|
215
|
+
Kubernetes: "kubernetes",
|
|
216
|
+
};
|
|
217
|
+
export const SyncAcquireResponseConfigPlatformAzure = {
|
|
218
|
+
Azure: "azure",
|
|
219
|
+
};
|
|
220
|
+
export const SyncAcquireResponseConfigPlatformGcp = {
|
|
221
|
+
Gcp: "gcp",
|
|
222
|
+
};
|
|
223
|
+
export const SyncAcquireResponseConfigPlatformAws = {
|
|
224
|
+
Aws: "aws",
|
|
225
|
+
};
|
|
226
|
+
/**
|
|
227
|
+
* Deployment model: how updates are delivered to the remote environment.
|
|
228
|
+
*/
|
|
229
|
+
export const SyncAcquireResponseDeploymentModel = {
|
|
230
|
+
Push: "push",
|
|
231
|
+
Pull: "pull",
|
|
232
|
+
};
|
|
233
|
+
/**
|
|
234
|
+
* How heartbeat health checks are handled.
|
|
235
|
+
*/
|
|
236
|
+
export const SyncAcquireResponseHeartbeats = {
|
|
237
|
+
Off: "off",
|
|
238
|
+
On: "on",
|
|
239
|
+
};
|
|
240
|
+
export const SyncAcquireResponseTypeByoVnetAzure = {
|
|
241
|
+
ByoVnetAzure: "byo-vnet-azure",
|
|
242
|
+
};
|
|
243
|
+
export const SyncAcquireResponseTypeByoVpcGcp = {
|
|
244
|
+
ByoVpcGcp: "byo-vpc-gcp",
|
|
245
|
+
};
|
|
246
|
+
export const SyncAcquireResponseTypeByoVpcAws = {
|
|
247
|
+
ByoVpcAws: "byo-vpc-aws",
|
|
248
|
+
};
|
|
249
|
+
export const SyncAcquireResponseTypeCreate = {
|
|
250
|
+
Create: "create",
|
|
251
|
+
};
|
|
252
|
+
export const SyncAcquireResponseTypeUseDefault = {
|
|
253
|
+
UseDefault: "use-default",
|
|
254
|
+
};
|
|
255
|
+
/**
|
|
256
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
257
|
+
*/
|
|
258
|
+
export const SyncAcquireResponseTelemetry = {
|
|
259
|
+
Off: "off",
|
|
260
|
+
Auto: "auto",
|
|
261
|
+
ApprovalRequired: "approval-required",
|
|
262
|
+
};
|
|
263
|
+
/**
|
|
264
|
+
* How updates are delivered to the agent.
|
|
265
|
+
*/
|
|
266
|
+
export const SyncAcquireResponseUpdates = {
|
|
267
|
+
Auto: "auto",
|
|
268
|
+
ApprovalRequired: "approval-required",
|
|
269
|
+
};
|
|
270
|
+
/** @internal */
|
|
271
|
+
export const SyncAcquireResponseCurrentReleaseManagementEnum$inboundSchema = z.enum(SyncAcquireResponseCurrentReleaseManagementEnum);
|
|
272
|
+
/** @internal */
|
|
273
|
+
export const SyncAcquireResponseCurrentReleaseOverrideAwResource$inboundSchema = z.object({
|
|
274
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
275
|
+
resources: z.array(z.string()),
|
|
276
|
+
});
|
|
277
|
+
export function syncAcquireResponseCurrentReleaseOverrideAwResourceFromJSON(jsonString) {
|
|
278
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverrideAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideAwResource' from JSON`);
|
|
279
|
+
}
|
|
280
|
+
/** @internal */
|
|
281
|
+
export const SyncAcquireResponseCurrentReleaseOverrideAwStack$inboundSchema = z.object({
|
|
282
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
283
|
+
resources: z.array(z.string()),
|
|
284
|
+
});
|
|
285
|
+
export function syncAcquireResponseCurrentReleaseOverrideAwStackFromJSON(jsonString) {
|
|
286
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverrideAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideAwStack' from JSON`);
|
|
287
|
+
}
|
|
288
|
+
/** @internal */
|
|
289
|
+
export const SyncAcquireResponseCurrentReleaseOverrideAwBinding$inboundSchema = z.object({
|
|
290
|
+
resource: z
|
|
291
|
+
.lazy(() => SyncAcquireResponseCurrentReleaseOverrideAwResource$inboundSchema)
|
|
292
|
+
.optional(),
|
|
293
|
+
stack: z.lazy(() => SyncAcquireResponseCurrentReleaseOverrideAwStack$inboundSchema).optional(),
|
|
294
|
+
});
|
|
295
|
+
export function syncAcquireResponseCurrentReleaseOverrideAwBindingFromJSON(jsonString) {
|
|
296
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverrideAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideAwBinding' from JSON`);
|
|
297
|
+
}
|
|
298
|
+
/** @internal */
|
|
299
|
+
export const SyncAcquireResponseCurrentReleaseOverrideAwGrant$inboundSchema = z.object({
|
|
300
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
301
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
302
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
303
|
+
});
|
|
304
|
+
export function syncAcquireResponseCurrentReleaseOverrideAwGrantFromJSON(jsonString) {
|
|
305
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverrideAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideAwGrant' from JSON`);
|
|
306
|
+
}
|
|
307
|
+
/** @internal */
|
|
308
|
+
export const SyncAcquireResponseCurrentReleaseOverrideAw$inboundSchema = z.object({
|
|
309
|
+
binding: z.lazy(() => SyncAcquireResponseCurrentReleaseOverrideAwBinding$inboundSchema),
|
|
310
|
+
grant: z.lazy(() => SyncAcquireResponseCurrentReleaseOverrideAwGrant$inboundSchema),
|
|
311
|
+
});
|
|
312
|
+
export function syncAcquireResponseCurrentReleaseOverrideAwFromJSON(jsonString) {
|
|
313
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverrideAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideAw' from JSON`);
|
|
314
|
+
}
|
|
315
|
+
/** @internal */
|
|
316
|
+
export const SyncAcquireResponseCurrentReleaseOverrideAzureResource$inboundSchema = z.object({
|
|
317
|
+
scope: z.string(),
|
|
318
|
+
});
|
|
319
|
+
export function syncAcquireResponseCurrentReleaseOverrideAzureResourceFromJSON(jsonString) {
|
|
320
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverrideAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideAzureResource' from JSON`);
|
|
321
|
+
}
|
|
322
|
+
/** @internal */
|
|
323
|
+
export const SyncAcquireResponseCurrentReleaseOverrideAzureStack$inboundSchema = z.object({
|
|
324
|
+
scope: z.string(),
|
|
325
|
+
});
|
|
326
|
+
export function syncAcquireResponseCurrentReleaseOverrideAzureStackFromJSON(jsonString) {
|
|
327
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverrideAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideAzureStack' from JSON`);
|
|
328
|
+
}
|
|
329
|
+
/** @internal */
|
|
330
|
+
export const SyncAcquireResponseCurrentReleaseOverrideAzureBinding$inboundSchema = z.object({
|
|
331
|
+
resource: z
|
|
332
|
+
.lazy(() => SyncAcquireResponseCurrentReleaseOverrideAzureResource$inboundSchema)
|
|
333
|
+
.optional(),
|
|
334
|
+
stack: z.lazy(() => SyncAcquireResponseCurrentReleaseOverrideAzureStack$inboundSchema).optional(),
|
|
335
|
+
});
|
|
336
|
+
export function syncAcquireResponseCurrentReleaseOverrideAzureBindingFromJSON(jsonString) {
|
|
337
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverrideAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideAzureBinding' from JSON`);
|
|
338
|
+
}
|
|
339
|
+
/** @internal */
|
|
340
|
+
export const SyncAcquireResponseCurrentReleaseOverrideAzureGrant$inboundSchema = z.object({
|
|
341
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
342
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
343
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
344
|
+
});
|
|
345
|
+
export function syncAcquireResponseCurrentReleaseOverrideAzureGrantFromJSON(jsonString) {
|
|
346
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverrideAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideAzureGrant' from JSON`);
|
|
347
|
+
}
|
|
348
|
+
/** @internal */
|
|
349
|
+
export const SyncAcquireResponseCurrentReleaseOverrideAzure$inboundSchema = z.object({
|
|
350
|
+
binding: z.lazy(() => SyncAcquireResponseCurrentReleaseOverrideAzureBinding$inboundSchema),
|
|
351
|
+
grant: z.lazy(() => SyncAcquireResponseCurrentReleaseOverrideAzureGrant$inboundSchema),
|
|
352
|
+
});
|
|
353
|
+
export function syncAcquireResponseCurrentReleaseOverrideAzureFromJSON(jsonString) {
|
|
354
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverrideAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideAzure' from JSON`);
|
|
355
|
+
}
|
|
356
|
+
/** @internal */
|
|
357
|
+
export const SyncAcquireResponseCurrentReleaseOverrideConditionResource$inboundSchema = z.object({
|
|
358
|
+
expression: z.string(),
|
|
359
|
+
title: z.string(),
|
|
360
|
+
});
|
|
361
|
+
export function syncAcquireResponseCurrentReleaseOverrideConditionResourceFromJSON(jsonString) {
|
|
362
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverrideConditionResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideConditionResource' from JSON`);
|
|
363
|
+
}
|
|
364
|
+
/** @internal */
|
|
365
|
+
export const SyncAcquireResponseCurrentReleaseOverrideGcpResource$inboundSchema = z.object({
|
|
366
|
+
condition: z.nullable(z.any()).optional(),
|
|
367
|
+
scope: z.string(),
|
|
368
|
+
});
|
|
369
|
+
export function syncAcquireResponseCurrentReleaseOverrideGcpResourceFromJSON(jsonString) {
|
|
370
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverrideGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideGcpResource' from JSON`);
|
|
371
|
+
}
|
|
372
|
+
/** @internal */
|
|
373
|
+
export const SyncAcquireResponseCurrentReleaseOverrideCondition$inboundSchema = z.object({
|
|
374
|
+
expression: z.string(),
|
|
375
|
+
title: z.string(),
|
|
376
|
+
});
|
|
377
|
+
export function syncAcquireResponseCurrentReleaseOverrideConditionFromJSON(jsonString) {
|
|
378
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverrideCondition$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideCondition' from JSON`);
|
|
379
|
+
}
|
|
380
|
+
/** @internal */
|
|
381
|
+
export const SyncAcquireResponseCurrentReleaseOverrideGcpStack$inboundSchema = z.object({
|
|
382
|
+
condition: z.nullable(z.any()).optional(),
|
|
383
|
+
scope: z.string(),
|
|
384
|
+
});
|
|
385
|
+
export function syncAcquireResponseCurrentReleaseOverrideGcpStackFromJSON(jsonString) {
|
|
386
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverrideGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideGcpStack' from JSON`);
|
|
387
|
+
}
|
|
388
|
+
/** @internal */
|
|
389
|
+
export const SyncAcquireResponseCurrentReleaseOverrideGcpBinding$inboundSchema = z.object({
|
|
390
|
+
resource: z
|
|
391
|
+
.lazy(() => SyncAcquireResponseCurrentReleaseOverrideGcpResource$inboundSchema)
|
|
392
|
+
.optional(),
|
|
393
|
+
stack: z.lazy(() => SyncAcquireResponseCurrentReleaseOverrideGcpStack$inboundSchema).optional(),
|
|
394
|
+
});
|
|
395
|
+
export function syncAcquireResponseCurrentReleaseOverrideGcpBindingFromJSON(jsonString) {
|
|
396
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverrideGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideGcpBinding' from JSON`);
|
|
397
|
+
}
|
|
398
|
+
/** @internal */
|
|
399
|
+
export const SyncAcquireResponseCurrentReleaseOverrideGcpGrant$inboundSchema = z.object({
|
|
400
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
401
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
402
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
403
|
+
});
|
|
404
|
+
export function syncAcquireResponseCurrentReleaseOverrideGcpGrantFromJSON(jsonString) {
|
|
405
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverrideGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideGcpGrant' from JSON`);
|
|
406
|
+
}
|
|
407
|
+
/** @internal */
|
|
408
|
+
export const SyncAcquireResponseCurrentReleaseOverrideGcp$inboundSchema = z.object({
|
|
409
|
+
binding: z.lazy(() => SyncAcquireResponseCurrentReleaseOverrideGcpBinding$inboundSchema),
|
|
410
|
+
grant: z.lazy(() => SyncAcquireResponseCurrentReleaseOverrideGcpGrant$inboundSchema),
|
|
411
|
+
});
|
|
412
|
+
export function syncAcquireResponseCurrentReleaseOverrideGcpFromJSON(jsonString) {
|
|
413
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverrideGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideGcp' from JSON`);
|
|
414
|
+
}
|
|
415
|
+
/** @internal */
|
|
416
|
+
export const SyncAcquireResponseCurrentReleaseOverridePlatforms$inboundSchema = z.object({
|
|
417
|
+
aws: z
|
|
418
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponseCurrentReleaseOverrideAw$inboundSchema)))
|
|
419
|
+
.optional(),
|
|
420
|
+
azure: z
|
|
421
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponseCurrentReleaseOverrideAzure$inboundSchema)))
|
|
422
|
+
.optional(),
|
|
423
|
+
gcp: z
|
|
424
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponseCurrentReleaseOverrideGcp$inboundSchema)))
|
|
425
|
+
.optional(),
|
|
426
|
+
});
|
|
427
|
+
export function syncAcquireResponseCurrentReleaseOverridePlatformsFromJSON(jsonString) {
|
|
428
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverridePlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverridePlatforms' from JSON`);
|
|
429
|
+
}
|
|
430
|
+
/** @internal */
|
|
431
|
+
export const SyncAcquireResponseCurrentReleaseOverride$inboundSchema = z.object({
|
|
432
|
+
description: z.string(),
|
|
433
|
+
id: z.string(),
|
|
434
|
+
platforms: z.lazy(() => SyncAcquireResponseCurrentReleaseOverridePlatforms$inboundSchema),
|
|
435
|
+
});
|
|
436
|
+
export function syncAcquireResponseCurrentReleaseOverrideFromJSON(jsonString) {
|
|
437
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverride$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverride' from JSON`);
|
|
438
|
+
}
|
|
439
|
+
/** @internal */
|
|
440
|
+
export const SyncAcquireResponseCurrentReleaseOverrideUnion$inboundSchema = z.union([z.lazy(() => SyncAcquireResponseCurrentReleaseOverride$inboundSchema), z.string()]);
|
|
441
|
+
export function syncAcquireResponseCurrentReleaseOverrideUnionFromJSON(jsonString) {
|
|
442
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseOverrideUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseOverrideUnion' from JSON`);
|
|
443
|
+
}
|
|
444
|
+
/** @internal */
|
|
445
|
+
export const SyncAcquireResponseCurrentReleaseManagement2$inboundSchema = z.object({
|
|
446
|
+
override: z.record(z.string(), z.array(z.union([z.lazy(() => SyncAcquireResponseCurrentReleaseOverride$inboundSchema), z.string()]))),
|
|
447
|
+
});
|
|
448
|
+
export function syncAcquireResponseCurrentReleaseManagement2FromJSON(jsonString) {
|
|
449
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseManagement2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseManagement2' from JSON`);
|
|
450
|
+
}
|
|
451
|
+
/** @internal */
|
|
452
|
+
export const SyncAcquireResponseCurrentReleaseExtendAwResource$inboundSchema = z.object({
|
|
453
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
454
|
+
resources: z.array(z.string()),
|
|
455
|
+
});
|
|
456
|
+
export function syncAcquireResponseCurrentReleaseExtendAwResourceFromJSON(jsonString) {
|
|
457
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtendAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendAwResource' from JSON`);
|
|
458
|
+
}
|
|
459
|
+
/** @internal */
|
|
460
|
+
export const SyncAcquireResponseCurrentReleaseExtendAwStack$inboundSchema = z.object({
|
|
461
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
462
|
+
resources: z.array(z.string()),
|
|
463
|
+
});
|
|
464
|
+
export function syncAcquireResponseCurrentReleaseExtendAwStackFromJSON(jsonString) {
|
|
465
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtendAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendAwStack' from JSON`);
|
|
466
|
+
}
|
|
467
|
+
/** @internal */
|
|
468
|
+
export const SyncAcquireResponseCurrentReleaseExtendAwBinding$inboundSchema = z.object({
|
|
469
|
+
resource: z
|
|
470
|
+
.lazy(() => SyncAcquireResponseCurrentReleaseExtendAwResource$inboundSchema)
|
|
471
|
+
.optional(),
|
|
472
|
+
stack: z.lazy(() => SyncAcquireResponseCurrentReleaseExtendAwStack$inboundSchema).optional(),
|
|
473
|
+
});
|
|
474
|
+
export function syncAcquireResponseCurrentReleaseExtendAwBindingFromJSON(jsonString) {
|
|
475
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtendAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendAwBinding' from JSON`);
|
|
476
|
+
}
|
|
477
|
+
/** @internal */
|
|
478
|
+
export const SyncAcquireResponseCurrentReleaseExtendAwGrant$inboundSchema = z.object({
|
|
479
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
480
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
481
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
482
|
+
});
|
|
483
|
+
export function syncAcquireResponseCurrentReleaseExtendAwGrantFromJSON(jsonString) {
|
|
484
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtendAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendAwGrant' from JSON`);
|
|
485
|
+
}
|
|
486
|
+
/** @internal */
|
|
487
|
+
export const SyncAcquireResponseCurrentReleaseExtendAw$inboundSchema = z.object({
|
|
488
|
+
binding: z.lazy(() => SyncAcquireResponseCurrentReleaseExtendAwBinding$inboundSchema),
|
|
489
|
+
grant: z.lazy(() => SyncAcquireResponseCurrentReleaseExtendAwGrant$inboundSchema),
|
|
490
|
+
});
|
|
491
|
+
export function syncAcquireResponseCurrentReleaseExtendAwFromJSON(jsonString) {
|
|
492
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtendAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendAw' from JSON`);
|
|
493
|
+
}
|
|
494
|
+
/** @internal */
|
|
495
|
+
export const SyncAcquireResponseCurrentReleaseExtendAzureResource$inboundSchema = z.object({
|
|
496
|
+
scope: z.string(),
|
|
497
|
+
});
|
|
498
|
+
export function syncAcquireResponseCurrentReleaseExtendAzureResourceFromJSON(jsonString) {
|
|
499
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtendAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendAzureResource' from JSON`);
|
|
500
|
+
}
|
|
501
|
+
/** @internal */
|
|
502
|
+
export const SyncAcquireResponseCurrentReleaseExtendAzureStack$inboundSchema = z.object({
|
|
503
|
+
scope: z.string(),
|
|
504
|
+
});
|
|
505
|
+
export function syncAcquireResponseCurrentReleaseExtendAzureStackFromJSON(jsonString) {
|
|
506
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtendAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendAzureStack' from JSON`);
|
|
507
|
+
}
|
|
508
|
+
/** @internal */
|
|
509
|
+
export const SyncAcquireResponseCurrentReleaseExtendAzureBinding$inboundSchema = z.object({
|
|
510
|
+
resource: z
|
|
511
|
+
.lazy(() => SyncAcquireResponseCurrentReleaseExtendAzureResource$inboundSchema)
|
|
512
|
+
.optional(),
|
|
513
|
+
stack: z.lazy(() => SyncAcquireResponseCurrentReleaseExtendAzureStack$inboundSchema).optional(),
|
|
514
|
+
});
|
|
515
|
+
export function syncAcquireResponseCurrentReleaseExtendAzureBindingFromJSON(jsonString) {
|
|
516
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtendAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendAzureBinding' from JSON`);
|
|
517
|
+
}
|
|
518
|
+
/** @internal */
|
|
519
|
+
export const SyncAcquireResponseCurrentReleaseExtendAzureGrant$inboundSchema = z.object({
|
|
520
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
521
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
522
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
523
|
+
});
|
|
524
|
+
export function syncAcquireResponseCurrentReleaseExtendAzureGrantFromJSON(jsonString) {
|
|
525
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtendAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendAzureGrant' from JSON`);
|
|
526
|
+
}
|
|
527
|
+
/** @internal */
|
|
528
|
+
export const SyncAcquireResponseCurrentReleaseExtendAzure$inboundSchema = z.object({
|
|
529
|
+
binding: z.lazy(() => SyncAcquireResponseCurrentReleaseExtendAzureBinding$inboundSchema),
|
|
530
|
+
grant: z.lazy(() => SyncAcquireResponseCurrentReleaseExtendAzureGrant$inboundSchema),
|
|
531
|
+
});
|
|
532
|
+
export function syncAcquireResponseCurrentReleaseExtendAzureFromJSON(jsonString) {
|
|
533
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtendAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendAzure' from JSON`);
|
|
534
|
+
}
|
|
535
|
+
/** @internal */
|
|
536
|
+
export const SyncAcquireResponseCurrentReleaseExtendConditionResource$inboundSchema = z.object({
|
|
537
|
+
expression: z.string(),
|
|
538
|
+
title: z.string(),
|
|
539
|
+
});
|
|
540
|
+
export function syncAcquireResponseCurrentReleaseExtendConditionResourceFromJSON(jsonString) {
|
|
541
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtendConditionResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendConditionResource' from JSON`);
|
|
542
|
+
}
|
|
543
|
+
/** @internal */
|
|
544
|
+
export const SyncAcquireResponseCurrentReleaseExtendGcpResource$inboundSchema = z.object({
|
|
545
|
+
condition: z.nullable(z.any()).optional(),
|
|
546
|
+
scope: z.string(),
|
|
547
|
+
});
|
|
548
|
+
export function syncAcquireResponseCurrentReleaseExtendGcpResourceFromJSON(jsonString) {
|
|
549
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtendGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendGcpResource' from JSON`);
|
|
550
|
+
}
|
|
551
|
+
/** @internal */
|
|
552
|
+
export const SyncAcquireResponseCurrentReleaseExtendCondition$inboundSchema = z.object({
|
|
553
|
+
expression: z.string(),
|
|
554
|
+
title: z.string(),
|
|
555
|
+
});
|
|
556
|
+
export function syncAcquireResponseCurrentReleaseExtendConditionFromJSON(jsonString) {
|
|
557
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtendCondition$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendCondition' from JSON`);
|
|
558
|
+
}
|
|
559
|
+
/** @internal */
|
|
560
|
+
export const SyncAcquireResponseCurrentReleaseExtendGcpStack$inboundSchema = z.object({
|
|
561
|
+
condition: z.nullable(z.any()).optional(),
|
|
562
|
+
scope: z.string(),
|
|
563
|
+
});
|
|
564
|
+
export function syncAcquireResponseCurrentReleaseExtendGcpStackFromJSON(jsonString) {
|
|
565
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtendGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendGcpStack' from JSON`);
|
|
566
|
+
}
|
|
567
|
+
/** @internal */
|
|
568
|
+
export const SyncAcquireResponseCurrentReleaseExtendGcpBinding$inboundSchema = z.object({
|
|
569
|
+
resource: z
|
|
570
|
+
.lazy(() => SyncAcquireResponseCurrentReleaseExtendGcpResource$inboundSchema)
|
|
571
|
+
.optional(),
|
|
572
|
+
stack: z.lazy(() => SyncAcquireResponseCurrentReleaseExtendGcpStack$inboundSchema).optional(),
|
|
573
|
+
});
|
|
574
|
+
export function syncAcquireResponseCurrentReleaseExtendGcpBindingFromJSON(jsonString) {
|
|
575
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtendGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendGcpBinding' from JSON`);
|
|
576
|
+
}
|
|
577
|
+
/** @internal */
|
|
578
|
+
export const SyncAcquireResponseCurrentReleaseExtendGcpGrant$inboundSchema = z.object({
|
|
579
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
580
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
581
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
582
|
+
});
|
|
583
|
+
export function syncAcquireResponseCurrentReleaseExtendGcpGrantFromJSON(jsonString) {
|
|
584
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtendGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendGcpGrant' from JSON`);
|
|
585
|
+
}
|
|
586
|
+
/** @internal */
|
|
587
|
+
export const SyncAcquireResponseCurrentReleaseExtendGcp$inboundSchema = z.object({
|
|
588
|
+
binding: z.lazy(() => SyncAcquireResponseCurrentReleaseExtendGcpBinding$inboundSchema),
|
|
589
|
+
grant: z.lazy(() => SyncAcquireResponseCurrentReleaseExtendGcpGrant$inboundSchema),
|
|
590
|
+
});
|
|
591
|
+
export function syncAcquireResponseCurrentReleaseExtendGcpFromJSON(jsonString) {
|
|
592
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtendGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendGcp' from JSON`);
|
|
593
|
+
}
|
|
594
|
+
/** @internal */
|
|
595
|
+
export const SyncAcquireResponseCurrentReleaseExtendPlatforms$inboundSchema = z.object({
|
|
596
|
+
aws: z
|
|
597
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponseCurrentReleaseExtendAw$inboundSchema)))
|
|
598
|
+
.optional(),
|
|
599
|
+
azure: z
|
|
600
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponseCurrentReleaseExtendAzure$inboundSchema)))
|
|
601
|
+
.optional(),
|
|
602
|
+
gcp: z
|
|
603
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponseCurrentReleaseExtendGcp$inboundSchema)))
|
|
604
|
+
.optional(),
|
|
605
|
+
});
|
|
606
|
+
export function syncAcquireResponseCurrentReleaseExtendPlatformsFromJSON(jsonString) {
|
|
607
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtendPlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendPlatforms' from JSON`);
|
|
608
|
+
}
|
|
609
|
+
/** @internal */
|
|
610
|
+
export const SyncAcquireResponseCurrentReleaseExtend$inboundSchema = z.object({
|
|
611
|
+
description: z.string(),
|
|
612
|
+
id: z.string(),
|
|
613
|
+
platforms: z.lazy(() => SyncAcquireResponseCurrentReleaseExtendPlatforms$inboundSchema),
|
|
614
|
+
});
|
|
615
|
+
export function syncAcquireResponseCurrentReleaseExtendFromJSON(jsonString) {
|
|
616
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtend$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtend' from JSON`);
|
|
617
|
+
}
|
|
618
|
+
/** @internal */
|
|
619
|
+
export const SyncAcquireResponseCurrentReleaseExtendUnion$inboundSchema = z.union([z.lazy(() => SyncAcquireResponseCurrentReleaseExtend$inboundSchema), z.string()]);
|
|
620
|
+
export function syncAcquireResponseCurrentReleaseExtendUnionFromJSON(jsonString) {
|
|
621
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseExtendUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseExtendUnion' from JSON`);
|
|
622
|
+
}
|
|
623
|
+
/** @internal */
|
|
624
|
+
export const SyncAcquireResponseCurrentReleaseManagement1$inboundSchema = z.object({
|
|
625
|
+
extend: z.record(z.string(), z.array(z.union([z.lazy(() => SyncAcquireResponseCurrentReleaseExtend$inboundSchema), z.string()]))),
|
|
626
|
+
});
|
|
627
|
+
export function syncAcquireResponseCurrentReleaseManagement1FromJSON(jsonString) {
|
|
628
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseManagement1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseManagement1' from JSON`);
|
|
629
|
+
}
|
|
630
|
+
/** @internal */
|
|
631
|
+
export const SyncAcquireResponseCurrentReleaseManagementUnion$inboundSchema = z.union([
|
|
632
|
+
z.lazy(() => SyncAcquireResponseCurrentReleaseManagement1$inboundSchema),
|
|
633
|
+
z.lazy(() => SyncAcquireResponseCurrentReleaseManagement2$inboundSchema),
|
|
634
|
+
SyncAcquireResponseCurrentReleaseManagementEnum$inboundSchema,
|
|
635
|
+
]);
|
|
636
|
+
export function syncAcquireResponseCurrentReleaseManagementUnionFromJSON(jsonString) {
|
|
637
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseManagementUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseManagementUnion' from JSON`);
|
|
638
|
+
}
|
|
639
|
+
/** @internal */
|
|
640
|
+
export const SyncAcquireResponseCurrentReleaseProfileAwResource$inboundSchema = z.object({
|
|
641
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
642
|
+
resources: z.array(z.string()),
|
|
643
|
+
});
|
|
644
|
+
export function syncAcquireResponseCurrentReleaseProfileAwResourceFromJSON(jsonString) {
|
|
645
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfileAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileAwResource' from JSON`);
|
|
646
|
+
}
|
|
647
|
+
/** @internal */
|
|
648
|
+
export const SyncAcquireResponseCurrentReleaseProfileAwStack$inboundSchema = z.object({
|
|
649
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
650
|
+
resources: z.array(z.string()),
|
|
651
|
+
});
|
|
652
|
+
export function syncAcquireResponseCurrentReleaseProfileAwStackFromJSON(jsonString) {
|
|
653
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfileAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileAwStack' from JSON`);
|
|
654
|
+
}
|
|
655
|
+
/** @internal */
|
|
656
|
+
export const SyncAcquireResponseCurrentReleaseProfileAwBinding$inboundSchema = z.object({
|
|
657
|
+
resource: z
|
|
658
|
+
.lazy(() => SyncAcquireResponseCurrentReleaseProfileAwResource$inboundSchema)
|
|
659
|
+
.optional(),
|
|
660
|
+
stack: z.lazy(() => SyncAcquireResponseCurrentReleaseProfileAwStack$inboundSchema).optional(),
|
|
661
|
+
});
|
|
662
|
+
export function syncAcquireResponseCurrentReleaseProfileAwBindingFromJSON(jsonString) {
|
|
663
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfileAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileAwBinding' from JSON`);
|
|
664
|
+
}
|
|
665
|
+
/** @internal */
|
|
666
|
+
export const SyncAcquireResponseCurrentReleaseProfileAwGrant$inboundSchema = z.object({
|
|
667
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
668
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
669
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
670
|
+
});
|
|
671
|
+
export function syncAcquireResponseCurrentReleaseProfileAwGrantFromJSON(jsonString) {
|
|
672
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfileAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileAwGrant' from JSON`);
|
|
673
|
+
}
|
|
674
|
+
/** @internal */
|
|
675
|
+
export const SyncAcquireResponseCurrentReleaseProfileAw$inboundSchema = z.object({
|
|
676
|
+
binding: z.lazy(() => SyncAcquireResponseCurrentReleaseProfileAwBinding$inboundSchema),
|
|
677
|
+
grant: z.lazy(() => SyncAcquireResponseCurrentReleaseProfileAwGrant$inboundSchema),
|
|
678
|
+
});
|
|
679
|
+
export function syncAcquireResponseCurrentReleaseProfileAwFromJSON(jsonString) {
|
|
680
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfileAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileAw' from JSON`);
|
|
681
|
+
}
|
|
682
|
+
/** @internal */
|
|
683
|
+
export const SyncAcquireResponseCurrentReleaseProfileAzureResource$inboundSchema = z.object({
|
|
684
|
+
scope: z.string(),
|
|
685
|
+
});
|
|
686
|
+
export function syncAcquireResponseCurrentReleaseProfileAzureResourceFromJSON(jsonString) {
|
|
687
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfileAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileAzureResource' from JSON`);
|
|
688
|
+
}
|
|
689
|
+
/** @internal */
|
|
690
|
+
export const SyncAcquireResponseCurrentReleaseProfileAzureStack$inboundSchema = z.object({
|
|
691
|
+
scope: z.string(),
|
|
692
|
+
});
|
|
693
|
+
export function syncAcquireResponseCurrentReleaseProfileAzureStackFromJSON(jsonString) {
|
|
694
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfileAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileAzureStack' from JSON`);
|
|
695
|
+
}
|
|
696
|
+
/** @internal */
|
|
697
|
+
export const SyncAcquireResponseCurrentReleaseProfileAzureBinding$inboundSchema = z.object({
|
|
698
|
+
resource: z
|
|
699
|
+
.lazy(() => SyncAcquireResponseCurrentReleaseProfileAzureResource$inboundSchema)
|
|
700
|
+
.optional(),
|
|
701
|
+
stack: z.lazy(() => SyncAcquireResponseCurrentReleaseProfileAzureStack$inboundSchema).optional(),
|
|
702
|
+
});
|
|
703
|
+
export function syncAcquireResponseCurrentReleaseProfileAzureBindingFromJSON(jsonString) {
|
|
704
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfileAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileAzureBinding' from JSON`);
|
|
705
|
+
}
|
|
706
|
+
/** @internal */
|
|
707
|
+
export const SyncAcquireResponseCurrentReleaseProfileAzureGrant$inboundSchema = z.object({
|
|
708
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
709
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
710
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
711
|
+
});
|
|
712
|
+
export function syncAcquireResponseCurrentReleaseProfileAzureGrantFromJSON(jsonString) {
|
|
713
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfileAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileAzureGrant' from JSON`);
|
|
714
|
+
}
|
|
715
|
+
/** @internal */
|
|
716
|
+
export const SyncAcquireResponseCurrentReleaseProfileAzure$inboundSchema = z.object({
|
|
717
|
+
binding: z.lazy(() => SyncAcquireResponseCurrentReleaseProfileAzureBinding$inboundSchema),
|
|
718
|
+
grant: z.lazy(() => SyncAcquireResponseCurrentReleaseProfileAzureGrant$inboundSchema),
|
|
719
|
+
});
|
|
720
|
+
export function syncAcquireResponseCurrentReleaseProfileAzureFromJSON(jsonString) {
|
|
721
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfileAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileAzure' from JSON`);
|
|
722
|
+
}
|
|
723
|
+
/** @internal */
|
|
724
|
+
export const SyncAcquireResponseCurrentReleaseProfileConditionResource$inboundSchema = z.object({
|
|
725
|
+
expression: z.string(),
|
|
726
|
+
title: z.string(),
|
|
727
|
+
});
|
|
728
|
+
export function syncAcquireResponseCurrentReleaseProfileConditionResourceFromJSON(jsonString) {
|
|
729
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfileConditionResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileConditionResource' from JSON`);
|
|
730
|
+
}
|
|
731
|
+
/** @internal */
|
|
732
|
+
export const SyncAcquireResponseCurrentReleaseProfileGcpResource$inboundSchema = z.object({
|
|
733
|
+
condition: z.nullable(z.any()).optional(),
|
|
734
|
+
scope: z.string(),
|
|
735
|
+
});
|
|
736
|
+
export function syncAcquireResponseCurrentReleaseProfileGcpResourceFromJSON(jsonString) {
|
|
737
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfileGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileGcpResource' from JSON`);
|
|
738
|
+
}
|
|
739
|
+
/** @internal */
|
|
740
|
+
export const SyncAcquireResponseCurrentReleaseProfileCondition$inboundSchema = z.object({
|
|
741
|
+
expression: z.string(),
|
|
742
|
+
title: z.string(),
|
|
743
|
+
});
|
|
744
|
+
export function syncAcquireResponseCurrentReleaseProfileConditionFromJSON(jsonString) {
|
|
745
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfileCondition$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileCondition' from JSON`);
|
|
746
|
+
}
|
|
747
|
+
/** @internal */
|
|
748
|
+
export const SyncAcquireResponseCurrentReleaseProfileGcpStack$inboundSchema = z.object({
|
|
749
|
+
condition: z.nullable(z.any()).optional(),
|
|
750
|
+
scope: z.string(),
|
|
751
|
+
});
|
|
752
|
+
export function syncAcquireResponseCurrentReleaseProfileGcpStackFromJSON(jsonString) {
|
|
753
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfileGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileGcpStack' from JSON`);
|
|
754
|
+
}
|
|
755
|
+
/** @internal */
|
|
756
|
+
export const SyncAcquireResponseCurrentReleaseProfileGcpBinding$inboundSchema = z.object({
|
|
757
|
+
resource: z
|
|
758
|
+
.lazy(() => SyncAcquireResponseCurrentReleaseProfileGcpResource$inboundSchema)
|
|
759
|
+
.optional(),
|
|
760
|
+
stack: z.lazy(() => SyncAcquireResponseCurrentReleaseProfileGcpStack$inboundSchema).optional(),
|
|
761
|
+
});
|
|
762
|
+
export function syncAcquireResponseCurrentReleaseProfileGcpBindingFromJSON(jsonString) {
|
|
763
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfileGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileGcpBinding' from JSON`);
|
|
764
|
+
}
|
|
765
|
+
/** @internal */
|
|
766
|
+
export const SyncAcquireResponseCurrentReleaseProfileGcpGrant$inboundSchema = z.object({
|
|
767
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
768
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
769
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
770
|
+
});
|
|
771
|
+
export function syncAcquireResponseCurrentReleaseProfileGcpGrantFromJSON(jsonString) {
|
|
772
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfileGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileGcpGrant' from JSON`);
|
|
773
|
+
}
|
|
774
|
+
/** @internal */
|
|
775
|
+
export const SyncAcquireResponseCurrentReleaseProfileGcp$inboundSchema = z.object({
|
|
776
|
+
binding: z.lazy(() => SyncAcquireResponseCurrentReleaseProfileGcpBinding$inboundSchema),
|
|
777
|
+
grant: z.lazy(() => SyncAcquireResponseCurrentReleaseProfileGcpGrant$inboundSchema),
|
|
778
|
+
});
|
|
779
|
+
export function syncAcquireResponseCurrentReleaseProfileGcpFromJSON(jsonString) {
|
|
780
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfileGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileGcp' from JSON`);
|
|
781
|
+
}
|
|
782
|
+
/** @internal */
|
|
783
|
+
export const SyncAcquireResponseCurrentReleaseProfilePlatforms$inboundSchema = z.object({
|
|
784
|
+
aws: z
|
|
785
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponseCurrentReleaseProfileAw$inboundSchema)))
|
|
786
|
+
.optional(),
|
|
787
|
+
azure: z
|
|
788
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponseCurrentReleaseProfileAzure$inboundSchema)))
|
|
789
|
+
.optional(),
|
|
790
|
+
gcp: z
|
|
791
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponseCurrentReleaseProfileGcp$inboundSchema)))
|
|
792
|
+
.optional(),
|
|
793
|
+
});
|
|
794
|
+
export function syncAcquireResponseCurrentReleaseProfilePlatformsFromJSON(jsonString) {
|
|
795
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfilePlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfilePlatforms' from JSON`);
|
|
796
|
+
}
|
|
797
|
+
/** @internal */
|
|
798
|
+
export const SyncAcquireResponseCurrentReleaseProfile$inboundSchema = z.object({
|
|
799
|
+
description: z.string(),
|
|
800
|
+
id: z.string(),
|
|
801
|
+
platforms: z.lazy(() => SyncAcquireResponseCurrentReleaseProfilePlatforms$inboundSchema),
|
|
802
|
+
});
|
|
803
|
+
export function syncAcquireResponseCurrentReleaseProfileFromJSON(jsonString) {
|
|
804
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfile$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfile' from JSON`);
|
|
805
|
+
}
|
|
806
|
+
/** @internal */
|
|
807
|
+
export const SyncAcquireResponseCurrentReleaseProfileUnion$inboundSchema = z.union([z.lazy(() => SyncAcquireResponseCurrentReleaseProfile$inboundSchema), z.string()]);
|
|
808
|
+
export function syncAcquireResponseCurrentReleaseProfileUnionFromJSON(jsonString) {
|
|
809
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseProfileUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseProfileUnion' from JSON`);
|
|
810
|
+
}
|
|
811
|
+
/** @internal */
|
|
812
|
+
export const SyncAcquireResponseCurrentReleasePermissions$inboundSchema = z.object({
|
|
813
|
+
management: z
|
|
814
|
+
.union([
|
|
815
|
+
z.lazy(() => SyncAcquireResponseCurrentReleaseManagement1$inboundSchema),
|
|
816
|
+
z.lazy(() => SyncAcquireResponseCurrentReleaseManagement2$inboundSchema),
|
|
817
|
+
SyncAcquireResponseCurrentReleaseManagementEnum$inboundSchema,
|
|
818
|
+
])
|
|
819
|
+
.optional(),
|
|
820
|
+
profiles: z.record(z.string(), z.record(z.string(), z.array(z.union([z.lazy(() => SyncAcquireResponseCurrentReleaseProfile$inboundSchema), z.string()])))),
|
|
821
|
+
});
|
|
822
|
+
export function syncAcquireResponseCurrentReleasePermissionsFromJSON(jsonString) {
|
|
823
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleasePermissions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleasePermissions' from JSON`);
|
|
824
|
+
}
|
|
825
|
+
/** @internal */
|
|
826
|
+
export const SyncAcquireResponseCurrentReleaseConfig$inboundSchema = collectExtraKeys$(z
|
|
827
|
+
.object({
|
|
828
|
+
id: z.string(),
|
|
829
|
+
type: z.string(),
|
|
830
|
+
})
|
|
831
|
+
.catchall(z.any()), "additionalProperties", true);
|
|
832
|
+
export function syncAcquireResponseCurrentReleaseConfigFromJSON(jsonString) {
|
|
833
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseConfig' from JSON`);
|
|
834
|
+
}
|
|
835
|
+
/** @internal */
|
|
836
|
+
export const SyncAcquireResponseCurrentReleaseDependency$inboundSchema = z.object({
|
|
837
|
+
id: z.string(),
|
|
838
|
+
type: z.string(),
|
|
839
|
+
});
|
|
840
|
+
export function syncAcquireResponseCurrentReleaseDependencyFromJSON(jsonString) {
|
|
841
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseDependency$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseDependency' from JSON`);
|
|
842
|
+
}
|
|
843
|
+
/** @internal */
|
|
844
|
+
export const SyncAcquireResponseCurrentReleaseLifecycle$inboundSchema = z.enum(SyncAcquireResponseCurrentReleaseLifecycle);
|
|
845
|
+
/** @internal */
|
|
846
|
+
export const SyncAcquireResponseCurrentReleaseResources$inboundSchema = z.object({
|
|
847
|
+
config: z.lazy(() => SyncAcquireResponseCurrentReleaseConfig$inboundSchema),
|
|
848
|
+
dependencies: z.array(z.lazy(() => SyncAcquireResponseCurrentReleaseDependency$inboundSchema)),
|
|
849
|
+
lifecycle: SyncAcquireResponseCurrentReleaseLifecycle$inboundSchema,
|
|
850
|
+
remoteAccess: z.boolean().optional(),
|
|
851
|
+
});
|
|
852
|
+
export function syncAcquireResponseCurrentReleaseResourcesFromJSON(jsonString) {
|
|
853
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseResources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseResources' from JSON`);
|
|
854
|
+
}
|
|
855
|
+
/** @internal */
|
|
856
|
+
export const SyncAcquireResponseCurrentReleaseStack$inboundSchema = z.object({
|
|
857
|
+
id: z.string(),
|
|
858
|
+
permissions: z.lazy(() => SyncAcquireResponseCurrentReleasePermissions$inboundSchema).optional(),
|
|
859
|
+
resources: z.record(z.string(), z.lazy(() => SyncAcquireResponseCurrentReleaseResources$inboundSchema)),
|
|
860
|
+
});
|
|
861
|
+
export function syncAcquireResponseCurrentReleaseStackFromJSON(jsonString) {
|
|
862
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentReleaseStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentReleaseStack' from JSON`);
|
|
863
|
+
}
|
|
864
|
+
/** @internal */
|
|
865
|
+
export const SyncAcquireResponseCurrentRelease$inboundSchema = z.object({
|
|
866
|
+
description: z.nullable(z.string()).optional(),
|
|
867
|
+
releaseId: z.string(),
|
|
868
|
+
stack: z.lazy(() => SyncAcquireResponseCurrentReleaseStack$inboundSchema),
|
|
869
|
+
version: z.nullable(z.string()).optional(),
|
|
870
|
+
});
|
|
871
|
+
export function syncAcquireResponseCurrentReleaseFromJSON(jsonString) {
|
|
872
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrentRelease$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrentRelease' from JSON`);
|
|
873
|
+
}
|
|
874
|
+
/** @internal */
|
|
875
|
+
export const SyncAcquireResponsePlatformTest$inboundSchema = z.enum(SyncAcquireResponsePlatformTest);
|
|
876
|
+
/** @internal */
|
|
877
|
+
export const SyncAcquireResponseEnvironmentInfoTest$inboundSchema = z.object({
|
|
878
|
+
testId: z.string(),
|
|
879
|
+
platform: SyncAcquireResponsePlatformTest$inboundSchema,
|
|
880
|
+
});
|
|
881
|
+
export function syncAcquireResponseEnvironmentInfoTestFromJSON(jsonString) {
|
|
882
|
+
return safeParse(jsonString, x => SyncAcquireResponseEnvironmentInfoTest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseEnvironmentInfoTest' from JSON`);
|
|
883
|
+
}
|
|
884
|
+
/** @internal */
|
|
885
|
+
export const SyncAcquireResponsePlatformLocal$inboundSchema = z.enum(SyncAcquireResponsePlatformLocal);
|
|
886
|
+
/** @internal */
|
|
887
|
+
export const SyncAcquireResponseEnvironmentInfoLocal$inboundSchema = z.object({
|
|
888
|
+
arch: z.string(),
|
|
889
|
+
hostname: z.string(),
|
|
890
|
+
os: z.string(),
|
|
891
|
+
platform: SyncAcquireResponsePlatformLocal$inboundSchema,
|
|
892
|
+
});
|
|
893
|
+
export function syncAcquireResponseEnvironmentInfoLocalFromJSON(jsonString) {
|
|
894
|
+
return safeParse(jsonString, x => SyncAcquireResponseEnvironmentInfoLocal$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseEnvironmentInfoLocal' from JSON`);
|
|
895
|
+
}
|
|
896
|
+
/** @internal */
|
|
897
|
+
export const SyncAcquireResponseCurrentPlatformAzure$inboundSchema = z.enum(SyncAcquireResponseCurrentPlatformAzure);
|
|
898
|
+
/** @internal */
|
|
899
|
+
export const SyncAcquireResponseEnvironmentInfoAzure$inboundSchema = z.object({
|
|
900
|
+
location: z.string(),
|
|
901
|
+
subscriptionId: z.string(),
|
|
902
|
+
tenantId: z.string(),
|
|
903
|
+
platform: SyncAcquireResponseCurrentPlatformAzure$inboundSchema,
|
|
904
|
+
});
|
|
905
|
+
export function syncAcquireResponseEnvironmentInfoAzureFromJSON(jsonString) {
|
|
906
|
+
return safeParse(jsonString, x => SyncAcquireResponseEnvironmentInfoAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseEnvironmentInfoAzure' from JSON`);
|
|
907
|
+
}
|
|
908
|
+
/** @internal */
|
|
909
|
+
export const SyncAcquireResponseCurrentPlatformGcp$inboundSchema = z.enum(SyncAcquireResponseCurrentPlatformGcp);
|
|
910
|
+
/** @internal */
|
|
911
|
+
export const SyncAcquireResponseEnvironmentInfoGcp$inboundSchema = z.object({
|
|
912
|
+
projectId: z.string(),
|
|
913
|
+
projectNumber: z.string(),
|
|
914
|
+
region: z.string(),
|
|
915
|
+
platform: SyncAcquireResponseCurrentPlatformGcp$inboundSchema,
|
|
916
|
+
});
|
|
917
|
+
export function syncAcquireResponseEnvironmentInfoGcpFromJSON(jsonString) {
|
|
918
|
+
return safeParse(jsonString, x => SyncAcquireResponseEnvironmentInfoGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseEnvironmentInfoGcp' from JSON`);
|
|
919
|
+
}
|
|
920
|
+
/** @internal */
|
|
921
|
+
export const SyncAcquireResponseCurrentPlatformAws$inboundSchema = z.enum(SyncAcquireResponseCurrentPlatformAws);
|
|
922
|
+
/** @internal */
|
|
923
|
+
export const SyncAcquireResponseEnvironmentInfoAws$inboundSchema = z.object({
|
|
924
|
+
accountId: z.string(),
|
|
925
|
+
region: z.string(),
|
|
926
|
+
platform: SyncAcquireResponseCurrentPlatformAws$inboundSchema,
|
|
927
|
+
});
|
|
928
|
+
export function syncAcquireResponseEnvironmentInfoAwsFromJSON(jsonString) {
|
|
929
|
+
return safeParse(jsonString, x => SyncAcquireResponseEnvironmentInfoAws$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseEnvironmentInfoAws' from JSON`);
|
|
930
|
+
}
|
|
931
|
+
/** @internal */
|
|
932
|
+
export const SyncAcquireResponseCurrentPlatform$inboundSchema = z.enum(SyncAcquireResponseCurrentPlatform);
|
|
933
|
+
/** @internal */
|
|
934
|
+
export const SyncAcquireResponsePreparedStackManagementEnum$inboundSchema = z.enum(SyncAcquireResponsePreparedStackManagementEnum);
|
|
935
|
+
/** @internal */
|
|
936
|
+
export const SyncAcquireResponsePreparedStackOverrideAwResource$inboundSchema = z.object({
|
|
937
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
938
|
+
resources: z.array(z.string()),
|
|
939
|
+
});
|
|
940
|
+
export function syncAcquireResponsePreparedStackOverrideAwResourceFromJSON(jsonString) {
|
|
941
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverrideAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideAwResource' from JSON`);
|
|
942
|
+
}
|
|
943
|
+
/** @internal */
|
|
944
|
+
export const SyncAcquireResponsePreparedStackOverrideAwStack$inboundSchema = z.object({
|
|
945
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
946
|
+
resources: z.array(z.string()),
|
|
947
|
+
});
|
|
948
|
+
export function syncAcquireResponsePreparedStackOverrideAwStackFromJSON(jsonString) {
|
|
949
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverrideAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideAwStack' from JSON`);
|
|
950
|
+
}
|
|
951
|
+
/** @internal */
|
|
952
|
+
export const SyncAcquireResponsePreparedStackOverrideAwBinding$inboundSchema = z.object({
|
|
953
|
+
resource: z
|
|
954
|
+
.lazy(() => SyncAcquireResponsePreparedStackOverrideAwResource$inboundSchema)
|
|
955
|
+
.optional(),
|
|
956
|
+
stack: z.lazy(() => SyncAcquireResponsePreparedStackOverrideAwStack$inboundSchema).optional(),
|
|
957
|
+
});
|
|
958
|
+
export function syncAcquireResponsePreparedStackOverrideAwBindingFromJSON(jsonString) {
|
|
959
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverrideAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideAwBinding' from JSON`);
|
|
960
|
+
}
|
|
961
|
+
/** @internal */
|
|
962
|
+
export const SyncAcquireResponsePreparedStackOverrideAwGrant$inboundSchema = z.object({
|
|
963
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
964
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
965
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
966
|
+
});
|
|
967
|
+
export function syncAcquireResponsePreparedStackOverrideAwGrantFromJSON(jsonString) {
|
|
968
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverrideAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideAwGrant' from JSON`);
|
|
969
|
+
}
|
|
970
|
+
/** @internal */
|
|
971
|
+
export const SyncAcquireResponsePreparedStackOverrideAw$inboundSchema = z.object({
|
|
972
|
+
binding: z.lazy(() => SyncAcquireResponsePreparedStackOverrideAwBinding$inboundSchema),
|
|
973
|
+
grant: z.lazy(() => SyncAcquireResponsePreparedStackOverrideAwGrant$inboundSchema),
|
|
974
|
+
});
|
|
975
|
+
export function syncAcquireResponsePreparedStackOverrideAwFromJSON(jsonString) {
|
|
976
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverrideAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideAw' from JSON`);
|
|
977
|
+
}
|
|
978
|
+
/** @internal */
|
|
979
|
+
export const SyncAcquireResponsePreparedStackOverrideAzureResource$inboundSchema = z.object({
|
|
980
|
+
scope: z.string(),
|
|
981
|
+
});
|
|
982
|
+
export function syncAcquireResponsePreparedStackOverrideAzureResourceFromJSON(jsonString) {
|
|
983
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverrideAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideAzureResource' from JSON`);
|
|
984
|
+
}
|
|
985
|
+
/** @internal */
|
|
986
|
+
export const SyncAcquireResponsePreparedStackOverrideAzureStack$inboundSchema = z.object({
|
|
987
|
+
scope: z.string(),
|
|
988
|
+
});
|
|
989
|
+
export function syncAcquireResponsePreparedStackOverrideAzureStackFromJSON(jsonString) {
|
|
990
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverrideAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideAzureStack' from JSON`);
|
|
991
|
+
}
|
|
992
|
+
/** @internal */
|
|
993
|
+
export const SyncAcquireResponsePreparedStackOverrideAzureBinding$inboundSchema = z.object({
|
|
994
|
+
resource: z
|
|
995
|
+
.lazy(() => SyncAcquireResponsePreparedStackOverrideAzureResource$inboundSchema)
|
|
996
|
+
.optional(),
|
|
997
|
+
stack: z.lazy(() => SyncAcquireResponsePreparedStackOverrideAzureStack$inboundSchema).optional(),
|
|
998
|
+
});
|
|
999
|
+
export function syncAcquireResponsePreparedStackOverrideAzureBindingFromJSON(jsonString) {
|
|
1000
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverrideAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideAzureBinding' from JSON`);
|
|
1001
|
+
}
|
|
1002
|
+
/** @internal */
|
|
1003
|
+
export const SyncAcquireResponsePreparedStackOverrideAzureGrant$inboundSchema = z.object({
|
|
1004
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
1005
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1006
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1007
|
+
});
|
|
1008
|
+
export function syncAcquireResponsePreparedStackOverrideAzureGrantFromJSON(jsonString) {
|
|
1009
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverrideAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideAzureGrant' from JSON`);
|
|
1010
|
+
}
|
|
1011
|
+
/** @internal */
|
|
1012
|
+
export const SyncAcquireResponsePreparedStackOverrideAzure$inboundSchema = z.object({
|
|
1013
|
+
binding: z.lazy(() => SyncAcquireResponsePreparedStackOverrideAzureBinding$inboundSchema),
|
|
1014
|
+
grant: z.lazy(() => SyncAcquireResponsePreparedStackOverrideAzureGrant$inboundSchema),
|
|
1015
|
+
});
|
|
1016
|
+
export function syncAcquireResponsePreparedStackOverrideAzureFromJSON(jsonString) {
|
|
1017
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverrideAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideAzure' from JSON`);
|
|
1018
|
+
}
|
|
1019
|
+
/** @internal */
|
|
1020
|
+
export const SyncAcquireResponsePreparedStackOverrideConditionResource$inboundSchema = z.object({
|
|
1021
|
+
expression: z.string(),
|
|
1022
|
+
title: z.string(),
|
|
1023
|
+
});
|
|
1024
|
+
export function syncAcquireResponsePreparedStackOverrideConditionResourceFromJSON(jsonString) {
|
|
1025
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverrideConditionResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideConditionResource' from JSON`);
|
|
1026
|
+
}
|
|
1027
|
+
/** @internal */
|
|
1028
|
+
export const SyncAcquireResponsePreparedStackOverrideGcpResource$inboundSchema = z.object({
|
|
1029
|
+
condition: z.nullable(z.any()).optional(),
|
|
1030
|
+
scope: z.string(),
|
|
1031
|
+
});
|
|
1032
|
+
export function syncAcquireResponsePreparedStackOverrideGcpResourceFromJSON(jsonString) {
|
|
1033
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverrideGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideGcpResource' from JSON`);
|
|
1034
|
+
}
|
|
1035
|
+
/** @internal */
|
|
1036
|
+
export const SyncAcquireResponsePreparedStackOverrideConditionStack$inboundSchema = z.object({
|
|
1037
|
+
expression: z.string(),
|
|
1038
|
+
title: z.string(),
|
|
1039
|
+
});
|
|
1040
|
+
export function syncAcquireResponsePreparedStackOverrideConditionStackFromJSON(jsonString) {
|
|
1041
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverrideConditionStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideConditionStack' from JSON`);
|
|
1042
|
+
}
|
|
1043
|
+
/** @internal */
|
|
1044
|
+
export const SyncAcquireResponsePreparedStackOverrideGcpStack$inboundSchema = z.object({
|
|
1045
|
+
condition: z.nullable(z.any()).optional(),
|
|
1046
|
+
scope: z.string(),
|
|
1047
|
+
});
|
|
1048
|
+
export function syncAcquireResponsePreparedStackOverrideGcpStackFromJSON(jsonString) {
|
|
1049
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverrideGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideGcpStack' from JSON`);
|
|
1050
|
+
}
|
|
1051
|
+
/** @internal */
|
|
1052
|
+
export const SyncAcquireResponsePreparedStackOverrideGcpBinding$inboundSchema = z.object({
|
|
1053
|
+
resource: z
|
|
1054
|
+
.lazy(() => SyncAcquireResponsePreparedStackOverrideGcpResource$inboundSchema)
|
|
1055
|
+
.optional(),
|
|
1056
|
+
stack: z.lazy(() => SyncAcquireResponsePreparedStackOverrideGcpStack$inboundSchema).optional(),
|
|
1057
|
+
});
|
|
1058
|
+
export function syncAcquireResponsePreparedStackOverrideGcpBindingFromJSON(jsonString) {
|
|
1059
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverrideGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideGcpBinding' from JSON`);
|
|
1060
|
+
}
|
|
1061
|
+
/** @internal */
|
|
1062
|
+
export const SyncAcquireResponsePreparedStackOverrideGcpGrant$inboundSchema = z.object({
|
|
1063
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
1064
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1065
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1066
|
+
});
|
|
1067
|
+
export function syncAcquireResponsePreparedStackOverrideGcpGrantFromJSON(jsonString) {
|
|
1068
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverrideGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideGcpGrant' from JSON`);
|
|
1069
|
+
}
|
|
1070
|
+
/** @internal */
|
|
1071
|
+
export const SyncAcquireResponsePreparedStackOverrideGcp$inboundSchema = z.object({
|
|
1072
|
+
binding: z.lazy(() => SyncAcquireResponsePreparedStackOverrideGcpBinding$inboundSchema),
|
|
1073
|
+
grant: z.lazy(() => SyncAcquireResponsePreparedStackOverrideGcpGrant$inboundSchema),
|
|
1074
|
+
});
|
|
1075
|
+
export function syncAcquireResponsePreparedStackOverrideGcpFromJSON(jsonString) {
|
|
1076
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverrideGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideGcp' from JSON`);
|
|
1077
|
+
}
|
|
1078
|
+
/** @internal */
|
|
1079
|
+
export const SyncAcquireResponsePreparedStackOverridePlatforms$inboundSchema = z.object({
|
|
1080
|
+
aws: z
|
|
1081
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponsePreparedStackOverrideAw$inboundSchema)))
|
|
1082
|
+
.optional(),
|
|
1083
|
+
azure: z
|
|
1084
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponsePreparedStackOverrideAzure$inboundSchema)))
|
|
1085
|
+
.optional(),
|
|
1086
|
+
gcp: z
|
|
1087
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponsePreparedStackOverrideGcp$inboundSchema)))
|
|
1088
|
+
.optional(),
|
|
1089
|
+
});
|
|
1090
|
+
export function syncAcquireResponsePreparedStackOverridePlatformsFromJSON(jsonString) {
|
|
1091
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverridePlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverridePlatforms' from JSON`);
|
|
1092
|
+
}
|
|
1093
|
+
/** @internal */
|
|
1094
|
+
export const SyncAcquireResponsePreparedStackOverride$inboundSchema = z.object({
|
|
1095
|
+
description: z.string(),
|
|
1096
|
+
id: z.string(),
|
|
1097
|
+
platforms: z.lazy(() => SyncAcquireResponsePreparedStackOverridePlatforms$inboundSchema),
|
|
1098
|
+
});
|
|
1099
|
+
export function syncAcquireResponsePreparedStackOverrideFromJSON(jsonString) {
|
|
1100
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverride$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverride' from JSON`);
|
|
1101
|
+
}
|
|
1102
|
+
/** @internal */
|
|
1103
|
+
export const SyncAcquireResponsePreparedStackOverrideUnion$inboundSchema = z.union([z.lazy(() => SyncAcquireResponsePreparedStackOverride$inboundSchema), z.string()]);
|
|
1104
|
+
export function syncAcquireResponsePreparedStackOverrideUnionFromJSON(jsonString) {
|
|
1105
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackOverrideUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackOverrideUnion' from JSON`);
|
|
1106
|
+
}
|
|
1107
|
+
/** @internal */
|
|
1108
|
+
export const SyncAcquireResponsePreparedStackManagement2$inboundSchema = z.object({
|
|
1109
|
+
override: z.record(z.string(), z.array(z.union([z.lazy(() => SyncAcquireResponsePreparedStackOverride$inboundSchema), z.string()]))),
|
|
1110
|
+
});
|
|
1111
|
+
export function syncAcquireResponsePreparedStackManagement2FromJSON(jsonString) {
|
|
1112
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackManagement2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackManagement2' from JSON`);
|
|
1113
|
+
}
|
|
1114
|
+
/** @internal */
|
|
1115
|
+
export const SyncAcquireResponsePreparedStackExtendAwResource$inboundSchema = z.object({
|
|
1116
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
1117
|
+
resources: z.array(z.string()),
|
|
1118
|
+
});
|
|
1119
|
+
export function syncAcquireResponsePreparedStackExtendAwResourceFromJSON(jsonString) {
|
|
1120
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtendAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendAwResource' from JSON`);
|
|
1121
|
+
}
|
|
1122
|
+
/** @internal */
|
|
1123
|
+
export const SyncAcquireResponsePreparedStackExtendAwStack$inboundSchema = z.object({
|
|
1124
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
1125
|
+
resources: z.array(z.string()),
|
|
1126
|
+
});
|
|
1127
|
+
export function syncAcquireResponsePreparedStackExtendAwStackFromJSON(jsonString) {
|
|
1128
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtendAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendAwStack' from JSON`);
|
|
1129
|
+
}
|
|
1130
|
+
/** @internal */
|
|
1131
|
+
export const SyncAcquireResponsePreparedStackExtendAwBinding$inboundSchema = z.object({
|
|
1132
|
+
resource: z.lazy(() => SyncAcquireResponsePreparedStackExtendAwResource$inboundSchema).optional(),
|
|
1133
|
+
stack: z.lazy(() => SyncAcquireResponsePreparedStackExtendAwStack$inboundSchema).optional(),
|
|
1134
|
+
});
|
|
1135
|
+
export function syncAcquireResponsePreparedStackExtendAwBindingFromJSON(jsonString) {
|
|
1136
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtendAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendAwBinding' from JSON`);
|
|
1137
|
+
}
|
|
1138
|
+
/** @internal */
|
|
1139
|
+
export const SyncAcquireResponsePreparedStackExtendAwGrant$inboundSchema = z.object({
|
|
1140
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
1141
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1142
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1143
|
+
});
|
|
1144
|
+
export function syncAcquireResponsePreparedStackExtendAwGrantFromJSON(jsonString) {
|
|
1145
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtendAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendAwGrant' from JSON`);
|
|
1146
|
+
}
|
|
1147
|
+
/** @internal */
|
|
1148
|
+
export const SyncAcquireResponsePreparedStackExtendAw$inboundSchema = z.object({
|
|
1149
|
+
binding: z.lazy(() => SyncAcquireResponsePreparedStackExtendAwBinding$inboundSchema),
|
|
1150
|
+
grant: z.lazy(() => SyncAcquireResponsePreparedStackExtendAwGrant$inboundSchema),
|
|
1151
|
+
});
|
|
1152
|
+
export function syncAcquireResponsePreparedStackExtendAwFromJSON(jsonString) {
|
|
1153
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtendAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendAw' from JSON`);
|
|
1154
|
+
}
|
|
1155
|
+
/** @internal */
|
|
1156
|
+
export const SyncAcquireResponsePreparedStackExtendAzureResource$inboundSchema = z.object({
|
|
1157
|
+
scope: z.string(),
|
|
1158
|
+
});
|
|
1159
|
+
export function syncAcquireResponsePreparedStackExtendAzureResourceFromJSON(jsonString) {
|
|
1160
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtendAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendAzureResource' from JSON`);
|
|
1161
|
+
}
|
|
1162
|
+
/** @internal */
|
|
1163
|
+
export const SyncAcquireResponsePreparedStackExtendAzureStack$inboundSchema = z.object({
|
|
1164
|
+
scope: z.string(),
|
|
1165
|
+
});
|
|
1166
|
+
export function syncAcquireResponsePreparedStackExtendAzureStackFromJSON(jsonString) {
|
|
1167
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtendAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendAzureStack' from JSON`);
|
|
1168
|
+
}
|
|
1169
|
+
/** @internal */
|
|
1170
|
+
export const SyncAcquireResponsePreparedStackExtendAzureBinding$inboundSchema = z.object({
|
|
1171
|
+
resource: z
|
|
1172
|
+
.lazy(() => SyncAcquireResponsePreparedStackExtendAzureResource$inboundSchema)
|
|
1173
|
+
.optional(),
|
|
1174
|
+
stack: z.lazy(() => SyncAcquireResponsePreparedStackExtendAzureStack$inboundSchema).optional(),
|
|
1175
|
+
});
|
|
1176
|
+
export function syncAcquireResponsePreparedStackExtendAzureBindingFromJSON(jsonString) {
|
|
1177
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtendAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendAzureBinding' from JSON`);
|
|
1178
|
+
}
|
|
1179
|
+
/** @internal */
|
|
1180
|
+
export const SyncAcquireResponsePreparedStackExtendAzureGrant$inboundSchema = z.object({
|
|
1181
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
1182
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1183
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1184
|
+
});
|
|
1185
|
+
export function syncAcquireResponsePreparedStackExtendAzureGrantFromJSON(jsonString) {
|
|
1186
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtendAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendAzureGrant' from JSON`);
|
|
1187
|
+
}
|
|
1188
|
+
/** @internal */
|
|
1189
|
+
export const SyncAcquireResponsePreparedStackExtendAzure$inboundSchema = z.object({
|
|
1190
|
+
binding: z.lazy(() => SyncAcquireResponsePreparedStackExtendAzureBinding$inboundSchema),
|
|
1191
|
+
grant: z.lazy(() => SyncAcquireResponsePreparedStackExtendAzureGrant$inboundSchema),
|
|
1192
|
+
});
|
|
1193
|
+
export function syncAcquireResponsePreparedStackExtendAzureFromJSON(jsonString) {
|
|
1194
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtendAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendAzure' from JSON`);
|
|
1195
|
+
}
|
|
1196
|
+
/** @internal */
|
|
1197
|
+
export const SyncAcquireResponsePreparedStackExtendConditionResource$inboundSchema = z.object({
|
|
1198
|
+
expression: z.string(),
|
|
1199
|
+
title: z.string(),
|
|
1200
|
+
});
|
|
1201
|
+
export function syncAcquireResponsePreparedStackExtendConditionResourceFromJSON(jsonString) {
|
|
1202
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtendConditionResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendConditionResource' from JSON`);
|
|
1203
|
+
}
|
|
1204
|
+
/** @internal */
|
|
1205
|
+
export const SyncAcquireResponsePreparedStackExtendGcpResource$inboundSchema = z.object({
|
|
1206
|
+
condition: z.nullable(z.any()).optional(),
|
|
1207
|
+
scope: z.string(),
|
|
1208
|
+
});
|
|
1209
|
+
export function syncAcquireResponsePreparedStackExtendGcpResourceFromJSON(jsonString) {
|
|
1210
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtendGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendGcpResource' from JSON`);
|
|
1211
|
+
}
|
|
1212
|
+
/** @internal */
|
|
1213
|
+
export const SyncAcquireResponsePreparedStackExtendConditionStack$inboundSchema = z.object({
|
|
1214
|
+
expression: z.string(),
|
|
1215
|
+
title: z.string(),
|
|
1216
|
+
});
|
|
1217
|
+
export function syncAcquireResponsePreparedStackExtendConditionStackFromJSON(jsonString) {
|
|
1218
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtendConditionStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendConditionStack' from JSON`);
|
|
1219
|
+
}
|
|
1220
|
+
/** @internal */
|
|
1221
|
+
export const SyncAcquireResponsePreparedStackExtendGcpStack$inboundSchema = z.object({
|
|
1222
|
+
condition: z.nullable(z.any()).optional(),
|
|
1223
|
+
scope: z.string(),
|
|
1224
|
+
});
|
|
1225
|
+
export function syncAcquireResponsePreparedStackExtendGcpStackFromJSON(jsonString) {
|
|
1226
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtendGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendGcpStack' from JSON`);
|
|
1227
|
+
}
|
|
1228
|
+
/** @internal */
|
|
1229
|
+
export const SyncAcquireResponsePreparedStackExtendGcpBinding$inboundSchema = z.object({
|
|
1230
|
+
resource: z
|
|
1231
|
+
.lazy(() => SyncAcquireResponsePreparedStackExtendGcpResource$inboundSchema)
|
|
1232
|
+
.optional(),
|
|
1233
|
+
stack: z.lazy(() => SyncAcquireResponsePreparedStackExtendGcpStack$inboundSchema).optional(),
|
|
1234
|
+
});
|
|
1235
|
+
export function syncAcquireResponsePreparedStackExtendGcpBindingFromJSON(jsonString) {
|
|
1236
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtendGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendGcpBinding' from JSON`);
|
|
1237
|
+
}
|
|
1238
|
+
/** @internal */
|
|
1239
|
+
export const SyncAcquireResponsePreparedStackExtendGcpGrant$inboundSchema = z.object({
|
|
1240
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
1241
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1242
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1243
|
+
});
|
|
1244
|
+
export function syncAcquireResponsePreparedStackExtendGcpGrantFromJSON(jsonString) {
|
|
1245
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtendGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendGcpGrant' from JSON`);
|
|
1246
|
+
}
|
|
1247
|
+
/** @internal */
|
|
1248
|
+
export const SyncAcquireResponsePreparedStackExtendGcp$inboundSchema = z.object({
|
|
1249
|
+
binding: z.lazy(() => SyncAcquireResponsePreparedStackExtendGcpBinding$inboundSchema),
|
|
1250
|
+
grant: z.lazy(() => SyncAcquireResponsePreparedStackExtendGcpGrant$inboundSchema),
|
|
1251
|
+
});
|
|
1252
|
+
export function syncAcquireResponsePreparedStackExtendGcpFromJSON(jsonString) {
|
|
1253
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtendGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendGcp' from JSON`);
|
|
1254
|
+
}
|
|
1255
|
+
/** @internal */
|
|
1256
|
+
export const SyncAcquireResponsePreparedStackExtendPlatforms$inboundSchema = z.object({
|
|
1257
|
+
aws: z
|
|
1258
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponsePreparedStackExtendAw$inboundSchema)))
|
|
1259
|
+
.optional(),
|
|
1260
|
+
azure: z
|
|
1261
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponsePreparedStackExtendAzure$inboundSchema)))
|
|
1262
|
+
.optional(),
|
|
1263
|
+
gcp: z
|
|
1264
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponsePreparedStackExtendGcp$inboundSchema)))
|
|
1265
|
+
.optional(),
|
|
1266
|
+
});
|
|
1267
|
+
export function syncAcquireResponsePreparedStackExtendPlatformsFromJSON(jsonString) {
|
|
1268
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtendPlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendPlatforms' from JSON`);
|
|
1269
|
+
}
|
|
1270
|
+
/** @internal */
|
|
1271
|
+
export const SyncAcquireResponsePreparedStackExtend$inboundSchema = z.object({
|
|
1272
|
+
description: z.string(),
|
|
1273
|
+
id: z.string(),
|
|
1274
|
+
platforms: z.lazy(() => SyncAcquireResponsePreparedStackExtendPlatforms$inboundSchema),
|
|
1275
|
+
});
|
|
1276
|
+
export function syncAcquireResponsePreparedStackExtendFromJSON(jsonString) {
|
|
1277
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtend$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtend' from JSON`);
|
|
1278
|
+
}
|
|
1279
|
+
/** @internal */
|
|
1280
|
+
export const SyncAcquireResponsePreparedStackExtendUnion$inboundSchema = z.union([z.lazy(() => SyncAcquireResponsePreparedStackExtend$inboundSchema), z.string()]);
|
|
1281
|
+
export function syncAcquireResponsePreparedStackExtendUnionFromJSON(jsonString) {
|
|
1282
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackExtendUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackExtendUnion' from JSON`);
|
|
1283
|
+
}
|
|
1284
|
+
/** @internal */
|
|
1285
|
+
export const SyncAcquireResponsePreparedStackManagement1$inboundSchema = z.object({
|
|
1286
|
+
extend: z.record(z.string(), z.array(z.union([z.lazy(() => SyncAcquireResponsePreparedStackExtend$inboundSchema), z.string()]))),
|
|
1287
|
+
});
|
|
1288
|
+
export function syncAcquireResponsePreparedStackManagement1FromJSON(jsonString) {
|
|
1289
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackManagement1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackManagement1' from JSON`);
|
|
1290
|
+
}
|
|
1291
|
+
/** @internal */
|
|
1292
|
+
export const SyncAcquireResponsePreparedStackManagementUnion$inboundSchema = z.union([
|
|
1293
|
+
z.lazy(() => SyncAcquireResponsePreparedStackManagement1$inboundSchema),
|
|
1294
|
+
z.lazy(() => SyncAcquireResponsePreparedStackManagement2$inboundSchema),
|
|
1295
|
+
SyncAcquireResponsePreparedStackManagementEnum$inboundSchema,
|
|
1296
|
+
]);
|
|
1297
|
+
export function syncAcquireResponsePreparedStackManagementUnionFromJSON(jsonString) {
|
|
1298
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackManagementUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackManagementUnion' from JSON`);
|
|
1299
|
+
}
|
|
1300
|
+
/** @internal */
|
|
1301
|
+
export const SyncAcquireResponsePreparedStackProfileAwResource$inboundSchema = z.object({
|
|
1302
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
1303
|
+
resources: z.array(z.string()),
|
|
1304
|
+
});
|
|
1305
|
+
export function syncAcquireResponsePreparedStackProfileAwResourceFromJSON(jsonString) {
|
|
1306
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfileAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileAwResource' from JSON`);
|
|
1307
|
+
}
|
|
1308
|
+
/** @internal */
|
|
1309
|
+
export const SyncAcquireResponsePreparedStackProfileAwStack$inboundSchema = z.object({
|
|
1310
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
1311
|
+
resources: z.array(z.string()),
|
|
1312
|
+
});
|
|
1313
|
+
export function syncAcquireResponsePreparedStackProfileAwStackFromJSON(jsonString) {
|
|
1314
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfileAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileAwStack' from JSON`);
|
|
1315
|
+
}
|
|
1316
|
+
/** @internal */
|
|
1317
|
+
export const SyncAcquireResponsePreparedStackProfileAwBinding$inboundSchema = z.object({
|
|
1318
|
+
resource: z
|
|
1319
|
+
.lazy(() => SyncAcquireResponsePreparedStackProfileAwResource$inboundSchema)
|
|
1320
|
+
.optional(),
|
|
1321
|
+
stack: z.lazy(() => SyncAcquireResponsePreparedStackProfileAwStack$inboundSchema).optional(),
|
|
1322
|
+
});
|
|
1323
|
+
export function syncAcquireResponsePreparedStackProfileAwBindingFromJSON(jsonString) {
|
|
1324
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfileAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileAwBinding' from JSON`);
|
|
1325
|
+
}
|
|
1326
|
+
/** @internal */
|
|
1327
|
+
export const SyncAcquireResponsePreparedStackProfileAwGrant$inboundSchema = z.object({
|
|
1328
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
1329
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1330
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1331
|
+
});
|
|
1332
|
+
export function syncAcquireResponsePreparedStackProfileAwGrantFromJSON(jsonString) {
|
|
1333
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfileAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileAwGrant' from JSON`);
|
|
1334
|
+
}
|
|
1335
|
+
/** @internal */
|
|
1336
|
+
export const SyncAcquireResponsePreparedStackProfileAw$inboundSchema = z.object({
|
|
1337
|
+
binding: z.lazy(() => SyncAcquireResponsePreparedStackProfileAwBinding$inboundSchema),
|
|
1338
|
+
grant: z.lazy(() => SyncAcquireResponsePreparedStackProfileAwGrant$inboundSchema),
|
|
1339
|
+
});
|
|
1340
|
+
export function syncAcquireResponsePreparedStackProfileAwFromJSON(jsonString) {
|
|
1341
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfileAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileAw' from JSON`);
|
|
1342
|
+
}
|
|
1343
|
+
/** @internal */
|
|
1344
|
+
export const SyncAcquireResponsePreparedStackProfileAzureResource$inboundSchema = z.object({
|
|
1345
|
+
scope: z.string(),
|
|
1346
|
+
});
|
|
1347
|
+
export function syncAcquireResponsePreparedStackProfileAzureResourceFromJSON(jsonString) {
|
|
1348
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfileAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileAzureResource' from JSON`);
|
|
1349
|
+
}
|
|
1350
|
+
/** @internal */
|
|
1351
|
+
export const SyncAcquireResponsePreparedStackProfileAzureStack$inboundSchema = z.object({
|
|
1352
|
+
scope: z.string(),
|
|
1353
|
+
});
|
|
1354
|
+
export function syncAcquireResponsePreparedStackProfileAzureStackFromJSON(jsonString) {
|
|
1355
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfileAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileAzureStack' from JSON`);
|
|
1356
|
+
}
|
|
1357
|
+
/** @internal */
|
|
1358
|
+
export const SyncAcquireResponsePreparedStackProfileAzureBinding$inboundSchema = z.object({
|
|
1359
|
+
resource: z
|
|
1360
|
+
.lazy(() => SyncAcquireResponsePreparedStackProfileAzureResource$inboundSchema)
|
|
1361
|
+
.optional(),
|
|
1362
|
+
stack: z.lazy(() => SyncAcquireResponsePreparedStackProfileAzureStack$inboundSchema).optional(),
|
|
1363
|
+
});
|
|
1364
|
+
export function syncAcquireResponsePreparedStackProfileAzureBindingFromJSON(jsonString) {
|
|
1365
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfileAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileAzureBinding' from JSON`);
|
|
1366
|
+
}
|
|
1367
|
+
/** @internal */
|
|
1368
|
+
export const SyncAcquireResponsePreparedStackProfileAzureGrant$inboundSchema = z.object({
|
|
1369
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
1370
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1371
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1372
|
+
});
|
|
1373
|
+
export function syncAcquireResponsePreparedStackProfileAzureGrantFromJSON(jsonString) {
|
|
1374
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfileAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileAzureGrant' from JSON`);
|
|
1375
|
+
}
|
|
1376
|
+
/** @internal */
|
|
1377
|
+
export const SyncAcquireResponsePreparedStackProfileAzure$inboundSchema = z.object({
|
|
1378
|
+
binding: z.lazy(() => SyncAcquireResponsePreparedStackProfileAzureBinding$inboundSchema),
|
|
1379
|
+
grant: z.lazy(() => SyncAcquireResponsePreparedStackProfileAzureGrant$inboundSchema),
|
|
1380
|
+
});
|
|
1381
|
+
export function syncAcquireResponsePreparedStackProfileAzureFromJSON(jsonString) {
|
|
1382
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfileAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileAzure' from JSON`);
|
|
1383
|
+
}
|
|
1384
|
+
/** @internal */
|
|
1385
|
+
export const SyncAcquireResponsePreparedStackProfileConditionResource$inboundSchema = z.object({
|
|
1386
|
+
expression: z.string(),
|
|
1387
|
+
title: z.string(),
|
|
1388
|
+
});
|
|
1389
|
+
export function syncAcquireResponsePreparedStackProfileConditionResourceFromJSON(jsonString) {
|
|
1390
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfileConditionResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileConditionResource' from JSON`);
|
|
1391
|
+
}
|
|
1392
|
+
/** @internal */
|
|
1393
|
+
export const SyncAcquireResponsePreparedStackProfileGcpResource$inboundSchema = z.object({
|
|
1394
|
+
condition: z.nullable(z.any()).optional(),
|
|
1395
|
+
scope: z.string(),
|
|
1396
|
+
});
|
|
1397
|
+
export function syncAcquireResponsePreparedStackProfileGcpResourceFromJSON(jsonString) {
|
|
1398
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfileGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileGcpResource' from JSON`);
|
|
1399
|
+
}
|
|
1400
|
+
/** @internal */
|
|
1401
|
+
export const SyncAcquireResponsePreparedStackProfileConditionStack$inboundSchema = z.object({
|
|
1402
|
+
expression: z.string(),
|
|
1403
|
+
title: z.string(),
|
|
1404
|
+
});
|
|
1405
|
+
export function syncAcquireResponsePreparedStackProfileConditionStackFromJSON(jsonString) {
|
|
1406
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfileConditionStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileConditionStack' from JSON`);
|
|
1407
|
+
}
|
|
1408
|
+
/** @internal */
|
|
1409
|
+
export const SyncAcquireResponsePreparedStackProfileGcpStack$inboundSchema = z.object({
|
|
1410
|
+
condition: z.nullable(z.any()).optional(),
|
|
1411
|
+
scope: z.string(),
|
|
1412
|
+
});
|
|
1413
|
+
export function syncAcquireResponsePreparedStackProfileGcpStackFromJSON(jsonString) {
|
|
1414
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfileGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileGcpStack' from JSON`);
|
|
1415
|
+
}
|
|
1416
|
+
/** @internal */
|
|
1417
|
+
export const SyncAcquireResponsePreparedStackProfileGcpBinding$inboundSchema = z.object({
|
|
1418
|
+
resource: z
|
|
1419
|
+
.lazy(() => SyncAcquireResponsePreparedStackProfileGcpResource$inboundSchema)
|
|
1420
|
+
.optional(),
|
|
1421
|
+
stack: z.lazy(() => SyncAcquireResponsePreparedStackProfileGcpStack$inboundSchema).optional(),
|
|
1422
|
+
});
|
|
1423
|
+
export function syncAcquireResponsePreparedStackProfileGcpBindingFromJSON(jsonString) {
|
|
1424
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfileGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileGcpBinding' from JSON`);
|
|
1425
|
+
}
|
|
1426
|
+
/** @internal */
|
|
1427
|
+
export const SyncAcquireResponsePreparedStackProfileGcpGrant$inboundSchema = z.object({
|
|
1428
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
1429
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1430
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1431
|
+
});
|
|
1432
|
+
export function syncAcquireResponsePreparedStackProfileGcpGrantFromJSON(jsonString) {
|
|
1433
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfileGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileGcpGrant' from JSON`);
|
|
1434
|
+
}
|
|
1435
|
+
/** @internal */
|
|
1436
|
+
export const SyncAcquireResponsePreparedStackProfileGcp$inboundSchema = z.object({
|
|
1437
|
+
binding: z.lazy(() => SyncAcquireResponsePreparedStackProfileGcpBinding$inboundSchema),
|
|
1438
|
+
grant: z.lazy(() => SyncAcquireResponsePreparedStackProfileGcpGrant$inboundSchema),
|
|
1439
|
+
});
|
|
1440
|
+
export function syncAcquireResponsePreparedStackProfileGcpFromJSON(jsonString) {
|
|
1441
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfileGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileGcp' from JSON`);
|
|
1442
|
+
}
|
|
1443
|
+
/** @internal */
|
|
1444
|
+
export const SyncAcquireResponsePreparedStackProfilePlatforms$inboundSchema = z.object({
|
|
1445
|
+
aws: z
|
|
1446
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponsePreparedStackProfileAw$inboundSchema)))
|
|
1447
|
+
.optional(),
|
|
1448
|
+
azure: z
|
|
1449
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponsePreparedStackProfileAzure$inboundSchema)))
|
|
1450
|
+
.optional(),
|
|
1451
|
+
gcp: z
|
|
1452
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponsePreparedStackProfileGcp$inboundSchema)))
|
|
1453
|
+
.optional(),
|
|
1454
|
+
});
|
|
1455
|
+
export function syncAcquireResponsePreparedStackProfilePlatformsFromJSON(jsonString) {
|
|
1456
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfilePlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfilePlatforms' from JSON`);
|
|
1457
|
+
}
|
|
1458
|
+
/** @internal */
|
|
1459
|
+
export const SyncAcquireResponsePreparedStackProfile$inboundSchema = z.object({
|
|
1460
|
+
description: z.string(),
|
|
1461
|
+
id: z.string(),
|
|
1462
|
+
platforms: z.lazy(() => SyncAcquireResponsePreparedStackProfilePlatforms$inboundSchema),
|
|
1463
|
+
});
|
|
1464
|
+
export function syncAcquireResponsePreparedStackProfileFromJSON(jsonString) {
|
|
1465
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfile$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfile' from JSON`);
|
|
1466
|
+
}
|
|
1467
|
+
/** @internal */
|
|
1468
|
+
export const SyncAcquireResponsePreparedStackProfileUnion$inboundSchema = z.union([z.lazy(() => SyncAcquireResponsePreparedStackProfile$inboundSchema), z.string()]);
|
|
1469
|
+
export function syncAcquireResponsePreparedStackProfileUnionFromJSON(jsonString) {
|
|
1470
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackProfileUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackProfileUnion' from JSON`);
|
|
1471
|
+
}
|
|
1472
|
+
/** @internal */
|
|
1473
|
+
export const SyncAcquireResponsePreparedStackPermissions$inboundSchema = z.object({
|
|
1474
|
+
management: z
|
|
1475
|
+
.union([
|
|
1476
|
+
z.lazy(() => SyncAcquireResponsePreparedStackManagement1$inboundSchema),
|
|
1477
|
+
z.lazy(() => SyncAcquireResponsePreparedStackManagement2$inboundSchema),
|
|
1478
|
+
SyncAcquireResponsePreparedStackManagementEnum$inboundSchema,
|
|
1479
|
+
])
|
|
1480
|
+
.optional(),
|
|
1481
|
+
profiles: z.record(z.string(), z.record(z.string(), z.array(z.union([z.lazy(() => SyncAcquireResponsePreparedStackProfile$inboundSchema), z.string()])))),
|
|
1482
|
+
});
|
|
1483
|
+
export function syncAcquireResponsePreparedStackPermissionsFromJSON(jsonString) {
|
|
1484
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackPermissions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackPermissions' from JSON`);
|
|
1485
|
+
}
|
|
1486
|
+
/** @internal */
|
|
1487
|
+
export const SyncAcquireResponsePreparedStackConfig$inboundSchema = collectExtraKeys$(z
|
|
1488
|
+
.object({
|
|
1489
|
+
id: z.string(),
|
|
1490
|
+
type: z.string(),
|
|
1491
|
+
})
|
|
1492
|
+
.catchall(z.any()), "additionalProperties", true);
|
|
1493
|
+
export function syncAcquireResponsePreparedStackConfigFromJSON(jsonString) {
|
|
1494
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackConfig' from JSON`);
|
|
1495
|
+
}
|
|
1496
|
+
/** @internal */
|
|
1497
|
+
export const SyncAcquireResponsePreparedStackDependency$inboundSchema = z.object({
|
|
1498
|
+
id: z.string(),
|
|
1499
|
+
type: z.string(),
|
|
1500
|
+
});
|
|
1501
|
+
export function syncAcquireResponsePreparedStackDependencyFromJSON(jsonString) {
|
|
1502
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackDependency$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackDependency' from JSON`);
|
|
1503
|
+
}
|
|
1504
|
+
/** @internal */
|
|
1505
|
+
export const SyncAcquireResponsePreparedStackLifecycle$inboundSchema = z.enum(SyncAcquireResponsePreparedStackLifecycle);
|
|
1506
|
+
/** @internal */
|
|
1507
|
+
export const SyncAcquireResponsePreparedStackResources$inboundSchema = z.object({
|
|
1508
|
+
config: z.lazy(() => SyncAcquireResponsePreparedStackConfig$inboundSchema),
|
|
1509
|
+
dependencies: z.array(z.lazy(() => SyncAcquireResponsePreparedStackDependency$inboundSchema)),
|
|
1510
|
+
lifecycle: SyncAcquireResponsePreparedStackLifecycle$inboundSchema,
|
|
1511
|
+
remoteAccess: z.boolean().optional(),
|
|
1512
|
+
});
|
|
1513
|
+
export function syncAcquireResponsePreparedStackResourcesFromJSON(jsonString) {
|
|
1514
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStackResources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStackResources' from JSON`);
|
|
1515
|
+
}
|
|
1516
|
+
/** @internal */
|
|
1517
|
+
export const SyncAcquireResponsePreparedStack$inboundSchema = z.object({
|
|
1518
|
+
id: z.string(),
|
|
1519
|
+
permissions: z.lazy(() => SyncAcquireResponsePreparedStackPermissions$inboundSchema).optional(),
|
|
1520
|
+
resources: z.record(z.string(), z.lazy(() => SyncAcquireResponsePreparedStackResources$inboundSchema)),
|
|
1521
|
+
});
|
|
1522
|
+
export function syncAcquireResponsePreparedStackFromJSON(jsonString) {
|
|
1523
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreparedStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreparedStack' from JSON`);
|
|
1524
|
+
}
|
|
1525
|
+
/** @internal */
|
|
1526
|
+
export const SyncAcquireResponseRuntimeMetadata$inboundSchema = z.object({
|
|
1527
|
+
lastSyncedEnvVarsHash: z.nullable(z.string()).optional(),
|
|
1528
|
+
preparedStack: z.nullable(z.any()).optional(),
|
|
1529
|
+
});
|
|
1530
|
+
export function syncAcquireResponseRuntimeMetadataFromJSON(jsonString) {
|
|
1531
|
+
return safeParse(jsonString, x => SyncAcquireResponseRuntimeMetadata$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRuntimeMetadata' from JSON`);
|
|
1532
|
+
}
|
|
1533
|
+
/** @internal */
|
|
1534
|
+
export const SyncAcquireResponseStackStatePlatform$inboundSchema = z.enum(SyncAcquireResponseStackStatePlatform);
|
|
1535
|
+
/** @internal */
|
|
1536
|
+
export const SyncAcquireResponseStackStateConfig$inboundSchema = collectExtraKeys$(z
|
|
1537
|
+
.object({
|
|
1538
|
+
id: z.string(),
|
|
1539
|
+
type: z.string(),
|
|
1540
|
+
})
|
|
1541
|
+
.catchall(z.any()), "additionalProperties", true);
|
|
1542
|
+
export function syncAcquireResponseStackStateConfigFromJSON(jsonString) {
|
|
1543
|
+
return safeParse(jsonString, x => SyncAcquireResponseStackStateConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseStackStateConfig' from JSON`);
|
|
1544
|
+
}
|
|
1545
|
+
/** @internal */
|
|
1546
|
+
export const SyncAcquireResponseStackStateDependency$inboundSchema = z.object({
|
|
1547
|
+
id: z.string(),
|
|
1548
|
+
type: z.string(),
|
|
1549
|
+
});
|
|
1550
|
+
export function syncAcquireResponseStackStateDependencyFromJSON(jsonString) {
|
|
1551
|
+
return safeParse(jsonString, x => SyncAcquireResponseStackStateDependency$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseStackStateDependency' from JSON`);
|
|
1552
|
+
}
|
|
1553
|
+
/** @internal */
|
|
1554
|
+
export const SyncAcquireResponseError$inboundSchema = z.object({
|
|
1555
|
+
code: z.string(),
|
|
1556
|
+
context: z.nullable(z.any()).optional(),
|
|
1557
|
+
httpStatusCode: z.nullable(z.int()).optional(),
|
|
1558
|
+
internal: z.boolean(),
|
|
1559
|
+
message: z.string(),
|
|
1560
|
+
retryable: z.boolean().default(false),
|
|
1561
|
+
source: z.nullable(z.any()).optional(),
|
|
1562
|
+
});
|
|
1563
|
+
export function syncAcquireResponseErrorFromJSON(jsonString) {
|
|
1564
|
+
return safeParse(jsonString, x => SyncAcquireResponseError$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseError' from JSON`);
|
|
1565
|
+
}
|
|
1566
|
+
/** @internal */
|
|
1567
|
+
export const SyncAcquireResponseStackStateLifecycle$inboundSchema = z.enum(SyncAcquireResponseStackStateLifecycle);
|
|
1568
|
+
/** @internal */
|
|
1569
|
+
export const SyncAcquireResponseOutputs$inboundSchema = collectExtraKeys$(z
|
|
1570
|
+
.object({
|
|
1571
|
+
type: z.string(),
|
|
1572
|
+
})
|
|
1573
|
+
.catchall(z.any()), "additionalProperties", true);
|
|
1574
|
+
export function syncAcquireResponseOutputsFromJSON(jsonString) {
|
|
1575
|
+
return safeParse(jsonString, x => SyncAcquireResponseOutputs$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseOutputs' from JSON`);
|
|
1576
|
+
}
|
|
1577
|
+
/** @internal */
|
|
1578
|
+
export const SyncAcquireResponsePreviousConfig$inboundSchema = collectExtraKeys$(z
|
|
1579
|
+
.object({
|
|
1580
|
+
id: z.string(),
|
|
1581
|
+
type: z.string(),
|
|
1582
|
+
})
|
|
1583
|
+
.catchall(z.any()), "additionalProperties", true);
|
|
1584
|
+
export function syncAcquireResponsePreviousConfigFromJSON(jsonString) {
|
|
1585
|
+
return safeParse(jsonString, x => SyncAcquireResponsePreviousConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePreviousConfig' from JSON`);
|
|
1586
|
+
}
|
|
1587
|
+
/** @internal */
|
|
1588
|
+
export const SyncAcquireResponseStackStateStatus$inboundSchema = z.enum(SyncAcquireResponseStackStateStatus);
|
|
1589
|
+
/** @internal */
|
|
1590
|
+
export const SyncAcquireResponseStackStateResources$inboundSchema = z
|
|
1591
|
+
.object({
|
|
1592
|
+
_internal: z.nullable(z.any()).optional(),
|
|
1593
|
+
config: z.lazy(() => SyncAcquireResponseStackStateConfig$inboundSchema),
|
|
1594
|
+
dependencies: z
|
|
1595
|
+
.array(z.lazy(() => SyncAcquireResponseStackStateDependency$inboundSchema))
|
|
1596
|
+
.optional(),
|
|
1597
|
+
error: z.nullable(z.any()).optional(),
|
|
1598
|
+
isExternallyProvisioned: z.boolean().optional(),
|
|
1599
|
+
lastFailedState: z.nullable(z.any()).optional(),
|
|
1600
|
+
lifecycle: z.nullable(z.any()).optional(),
|
|
1601
|
+
outputs: z.nullable(z.any()).optional(),
|
|
1602
|
+
previousConfig: z.nullable(z.any()).optional(),
|
|
1603
|
+
remoteBindingParams: z.nullable(z.any()).optional(),
|
|
1604
|
+
retryAttempt: z.int().optional(),
|
|
1605
|
+
status: SyncAcquireResponseStackStateStatus$inboundSchema,
|
|
1606
|
+
type: z.string(),
|
|
1607
|
+
})
|
|
1608
|
+
.transform(v => {
|
|
1609
|
+
return remap$(v, {
|
|
1610
|
+
_internal: "internal",
|
|
1611
|
+
});
|
|
1612
|
+
});
|
|
1613
|
+
export function syncAcquireResponseStackStateResourcesFromJSON(jsonString) {
|
|
1614
|
+
return safeParse(jsonString, x => SyncAcquireResponseStackStateResources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseStackStateResources' from JSON`);
|
|
1615
|
+
}
|
|
1616
|
+
/** @internal */
|
|
1617
|
+
export const SyncAcquireResponseStackState$inboundSchema = z.object({
|
|
1618
|
+
platform: SyncAcquireResponseStackStatePlatform$inboundSchema,
|
|
1619
|
+
resourcePrefix: z.string(),
|
|
1620
|
+
resources: z.record(z.string(), z.lazy(() => SyncAcquireResponseStackStateResources$inboundSchema)),
|
|
1621
|
+
});
|
|
1622
|
+
export function syncAcquireResponseStackStateFromJSON(jsonString) {
|
|
1623
|
+
return safeParse(jsonString, x => SyncAcquireResponseStackState$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseStackState' from JSON`);
|
|
1624
|
+
}
|
|
1625
|
+
/** @internal */
|
|
1626
|
+
export const SyncAcquireResponseStatus$inboundSchema = z.enum(SyncAcquireResponseStatus);
|
|
1627
|
+
/** @internal */
|
|
1628
|
+
export const SyncAcquireResponseTargetReleaseManagementEnum$inboundSchema = z.enum(SyncAcquireResponseTargetReleaseManagementEnum);
|
|
1629
|
+
/** @internal */
|
|
1630
|
+
export const SyncAcquireResponseTargetReleaseOverrideAwResource$inboundSchema = z.object({
|
|
1631
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
1632
|
+
resources: z.array(z.string()),
|
|
1633
|
+
});
|
|
1634
|
+
export function syncAcquireResponseTargetReleaseOverrideAwResourceFromJSON(jsonString) {
|
|
1635
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverrideAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideAwResource' from JSON`);
|
|
1636
|
+
}
|
|
1637
|
+
/** @internal */
|
|
1638
|
+
export const SyncAcquireResponseTargetReleaseOverrideAwStack$inboundSchema = z.object({
|
|
1639
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
1640
|
+
resources: z.array(z.string()),
|
|
1641
|
+
});
|
|
1642
|
+
export function syncAcquireResponseTargetReleaseOverrideAwStackFromJSON(jsonString) {
|
|
1643
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverrideAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideAwStack' from JSON`);
|
|
1644
|
+
}
|
|
1645
|
+
/** @internal */
|
|
1646
|
+
export const SyncAcquireResponseTargetReleaseOverrideAwBinding$inboundSchema = z.object({
|
|
1647
|
+
resource: z
|
|
1648
|
+
.lazy(() => SyncAcquireResponseTargetReleaseOverrideAwResource$inboundSchema)
|
|
1649
|
+
.optional(),
|
|
1650
|
+
stack: z.lazy(() => SyncAcquireResponseTargetReleaseOverrideAwStack$inboundSchema).optional(),
|
|
1651
|
+
});
|
|
1652
|
+
export function syncAcquireResponseTargetReleaseOverrideAwBindingFromJSON(jsonString) {
|
|
1653
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverrideAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideAwBinding' from JSON`);
|
|
1654
|
+
}
|
|
1655
|
+
/** @internal */
|
|
1656
|
+
export const SyncAcquireResponseTargetReleaseOverrideAwGrant$inboundSchema = z.object({
|
|
1657
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
1658
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1659
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1660
|
+
});
|
|
1661
|
+
export function syncAcquireResponseTargetReleaseOverrideAwGrantFromJSON(jsonString) {
|
|
1662
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverrideAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideAwGrant' from JSON`);
|
|
1663
|
+
}
|
|
1664
|
+
/** @internal */
|
|
1665
|
+
export const SyncAcquireResponseTargetReleaseOverrideAw$inboundSchema = z.object({
|
|
1666
|
+
binding: z.lazy(() => SyncAcquireResponseTargetReleaseOverrideAwBinding$inboundSchema),
|
|
1667
|
+
grant: z.lazy(() => SyncAcquireResponseTargetReleaseOverrideAwGrant$inboundSchema),
|
|
1668
|
+
});
|
|
1669
|
+
export function syncAcquireResponseTargetReleaseOverrideAwFromJSON(jsonString) {
|
|
1670
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverrideAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideAw' from JSON`);
|
|
1671
|
+
}
|
|
1672
|
+
/** @internal */
|
|
1673
|
+
export const SyncAcquireResponseTargetReleaseOverrideAzureResource$inboundSchema = z.object({
|
|
1674
|
+
scope: z.string(),
|
|
1675
|
+
});
|
|
1676
|
+
export function syncAcquireResponseTargetReleaseOverrideAzureResourceFromJSON(jsonString) {
|
|
1677
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverrideAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideAzureResource' from JSON`);
|
|
1678
|
+
}
|
|
1679
|
+
/** @internal */
|
|
1680
|
+
export const SyncAcquireResponseTargetReleaseOverrideAzureStack$inboundSchema = z.object({
|
|
1681
|
+
scope: z.string(),
|
|
1682
|
+
});
|
|
1683
|
+
export function syncAcquireResponseTargetReleaseOverrideAzureStackFromJSON(jsonString) {
|
|
1684
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverrideAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideAzureStack' from JSON`);
|
|
1685
|
+
}
|
|
1686
|
+
/** @internal */
|
|
1687
|
+
export const SyncAcquireResponseTargetReleaseOverrideAzureBinding$inboundSchema = z.object({
|
|
1688
|
+
resource: z
|
|
1689
|
+
.lazy(() => SyncAcquireResponseTargetReleaseOverrideAzureResource$inboundSchema)
|
|
1690
|
+
.optional(),
|
|
1691
|
+
stack: z.lazy(() => SyncAcquireResponseTargetReleaseOverrideAzureStack$inboundSchema).optional(),
|
|
1692
|
+
});
|
|
1693
|
+
export function syncAcquireResponseTargetReleaseOverrideAzureBindingFromJSON(jsonString) {
|
|
1694
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverrideAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideAzureBinding' from JSON`);
|
|
1695
|
+
}
|
|
1696
|
+
/** @internal */
|
|
1697
|
+
export const SyncAcquireResponseTargetReleaseOverrideAzureGrant$inboundSchema = z.object({
|
|
1698
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
1699
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1700
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1701
|
+
});
|
|
1702
|
+
export function syncAcquireResponseTargetReleaseOverrideAzureGrantFromJSON(jsonString) {
|
|
1703
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverrideAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideAzureGrant' from JSON`);
|
|
1704
|
+
}
|
|
1705
|
+
/** @internal */
|
|
1706
|
+
export const SyncAcquireResponseTargetReleaseOverrideAzure$inboundSchema = z.object({
|
|
1707
|
+
binding: z.lazy(() => SyncAcquireResponseTargetReleaseOverrideAzureBinding$inboundSchema),
|
|
1708
|
+
grant: z.lazy(() => SyncAcquireResponseTargetReleaseOverrideAzureGrant$inboundSchema),
|
|
1709
|
+
});
|
|
1710
|
+
export function syncAcquireResponseTargetReleaseOverrideAzureFromJSON(jsonString) {
|
|
1711
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverrideAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideAzure' from JSON`);
|
|
1712
|
+
}
|
|
1713
|
+
/** @internal */
|
|
1714
|
+
export const SyncAcquireResponseTargetReleaseOverrideConditionResource$inboundSchema = z.object({
|
|
1715
|
+
expression: z.string(),
|
|
1716
|
+
title: z.string(),
|
|
1717
|
+
});
|
|
1718
|
+
export function syncAcquireResponseTargetReleaseOverrideConditionResourceFromJSON(jsonString) {
|
|
1719
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverrideConditionResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideConditionResource' from JSON`);
|
|
1720
|
+
}
|
|
1721
|
+
/** @internal */
|
|
1722
|
+
export const SyncAcquireResponseTargetReleaseOverrideGcpResource$inboundSchema = z.object({
|
|
1723
|
+
condition: z.nullable(z.any()).optional(),
|
|
1724
|
+
scope: z.string(),
|
|
1725
|
+
});
|
|
1726
|
+
export function syncAcquireResponseTargetReleaseOverrideGcpResourceFromJSON(jsonString) {
|
|
1727
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverrideGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideGcpResource' from JSON`);
|
|
1728
|
+
}
|
|
1729
|
+
/** @internal */
|
|
1730
|
+
export const SyncAcquireResponseTargetReleaseOverrideCondition$inboundSchema = z.object({
|
|
1731
|
+
expression: z.string(),
|
|
1732
|
+
title: z.string(),
|
|
1733
|
+
});
|
|
1734
|
+
export function syncAcquireResponseTargetReleaseOverrideConditionFromJSON(jsonString) {
|
|
1735
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverrideCondition$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideCondition' from JSON`);
|
|
1736
|
+
}
|
|
1737
|
+
/** @internal */
|
|
1738
|
+
export const SyncAcquireResponseTargetReleaseOverrideGcpStack$inboundSchema = z.object({
|
|
1739
|
+
condition: z.nullable(z.any()).optional(),
|
|
1740
|
+
scope: z.string(),
|
|
1741
|
+
});
|
|
1742
|
+
export function syncAcquireResponseTargetReleaseOverrideGcpStackFromJSON(jsonString) {
|
|
1743
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverrideGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideGcpStack' from JSON`);
|
|
1744
|
+
}
|
|
1745
|
+
/** @internal */
|
|
1746
|
+
export const SyncAcquireResponseTargetReleaseOverrideGcpBinding$inboundSchema = z.object({
|
|
1747
|
+
resource: z
|
|
1748
|
+
.lazy(() => SyncAcquireResponseTargetReleaseOverrideGcpResource$inboundSchema)
|
|
1749
|
+
.optional(),
|
|
1750
|
+
stack: z.lazy(() => SyncAcquireResponseTargetReleaseOverrideGcpStack$inboundSchema).optional(),
|
|
1751
|
+
});
|
|
1752
|
+
export function syncAcquireResponseTargetReleaseOverrideGcpBindingFromJSON(jsonString) {
|
|
1753
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverrideGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideGcpBinding' from JSON`);
|
|
1754
|
+
}
|
|
1755
|
+
/** @internal */
|
|
1756
|
+
export const SyncAcquireResponseTargetReleaseOverrideGcpGrant$inboundSchema = z.object({
|
|
1757
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
1758
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1759
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1760
|
+
});
|
|
1761
|
+
export function syncAcquireResponseTargetReleaseOverrideGcpGrantFromJSON(jsonString) {
|
|
1762
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverrideGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideGcpGrant' from JSON`);
|
|
1763
|
+
}
|
|
1764
|
+
/** @internal */
|
|
1765
|
+
export const SyncAcquireResponseTargetReleaseOverrideGcp$inboundSchema = z.object({
|
|
1766
|
+
binding: z.lazy(() => SyncAcquireResponseTargetReleaseOverrideGcpBinding$inboundSchema),
|
|
1767
|
+
grant: z.lazy(() => SyncAcquireResponseTargetReleaseOverrideGcpGrant$inboundSchema),
|
|
1768
|
+
});
|
|
1769
|
+
export function syncAcquireResponseTargetReleaseOverrideGcpFromJSON(jsonString) {
|
|
1770
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverrideGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideGcp' from JSON`);
|
|
1771
|
+
}
|
|
1772
|
+
/** @internal */
|
|
1773
|
+
export const SyncAcquireResponseTargetReleaseOverridePlatforms$inboundSchema = z.object({
|
|
1774
|
+
aws: z
|
|
1775
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponseTargetReleaseOverrideAw$inboundSchema)))
|
|
1776
|
+
.optional(),
|
|
1777
|
+
azure: z
|
|
1778
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponseTargetReleaseOverrideAzure$inboundSchema)))
|
|
1779
|
+
.optional(),
|
|
1780
|
+
gcp: z
|
|
1781
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponseTargetReleaseOverrideGcp$inboundSchema)))
|
|
1782
|
+
.optional(),
|
|
1783
|
+
});
|
|
1784
|
+
export function syncAcquireResponseTargetReleaseOverridePlatformsFromJSON(jsonString) {
|
|
1785
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverridePlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverridePlatforms' from JSON`);
|
|
1786
|
+
}
|
|
1787
|
+
/** @internal */
|
|
1788
|
+
export const SyncAcquireResponseTargetReleaseOverride$inboundSchema = z.object({
|
|
1789
|
+
description: z.string(),
|
|
1790
|
+
id: z.string(),
|
|
1791
|
+
platforms: z.lazy(() => SyncAcquireResponseTargetReleaseOverridePlatforms$inboundSchema),
|
|
1792
|
+
});
|
|
1793
|
+
export function syncAcquireResponseTargetReleaseOverrideFromJSON(jsonString) {
|
|
1794
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverride$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverride' from JSON`);
|
|
1795
|
+
}
|
|
1796
|
+
/** @internal */
|
|
1797
|
+
export const SyncAcquireResponseTargetReleaseOverrideUnion$inboundSchema = z.union([z.lazy(() => SyncAcquireResponseTargetReleaseOverride$inboundSchema), z.string()]);
|
|
1798
|
+
export function syncAcquireResponseTargetReleaseOverrideUnionFromJSON(jsonString) {
|
|
1799
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseOverrideUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseOverrideUnion' from JSON`);
|
|
1800
|
+
}
|
|
1801
|
+
/** @internal */
|
|
1802
|
+
export const SyncAcquireResponseTargetReleaseManagement2$inboundSchema = z.object({
|
|
1803
|
+
override: z.record(z.string(), z.array(z.union([z.lazy(() => SyncAcquireResponseTargetReleaseOverride$inboundSchema), z.string()]))),
|
|
1804
|
+
});
|
|
1805
|
+
export function syncAcquireResponseTargetReleaseManagement2FromJSON(jsonString) {
|
|
1806
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseManagement2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseManagement2' from JSON`);
|
|
1807
|
+
}
|
|
1808
|
+
/** @internal */
|
|
1809
|
+
export const SyncAcquireResponseTargetReleaseExtendAwResource$inboundSchema = z.object({
|
|
1810
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
1811
|
+
resources: z.array(z.string()),
|
|
1812
|
+
});
|
|
1813
|
+
export function syncAcquireResponseTargetReleaseExtendAwResourceFromJSON(jsonString) {
|
|
1814
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtendAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendAwResource' from JSON`);
|
|
1815
|
+
}
|
|
1816
|
+
/** @internal */
|
|
1817
|
+
export const SyncAcquireResponseTargetReleaseExtendAwStack$inboundSchema = z.object({
|
|
1818
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
1819
|
+
resources: z.array(z.string()),
|
|
1820
|
+
});
|
|
1821
|
+
export function syncAcquireResponseTargetReleaseExtendAwStackFromJSON(jsonString) {
|
|
1822
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtendAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendAwStack' from JSON`);
|
|
1823
|
+
}
|
|
1824
|
+
/** @internal */
|
|
1825
|
+
export const SyncAcquireResponseTargetReleaseExtendAwBinding$inboundSchema = z.object({
|
|
1826
|
+
resource: z.lazy(() => SyncAcquireResponseTargetReleaseExtendAwResource$inboundSchema).optional(),
|
|
1827
|
+
stack: z.lazy(() => SyncAcquireResponseTargetReleaseExtendAwStack$inboundSchema).optional(),
|
|
1828
|
+
});
|
|
1829
|
+
export function syncAcquireResponseTargetReleaseExtendAwBindingFromJSON(jsonString) {
|
|
1830
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtendAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendAwBinding' from JSON`);
|
|
1831
|
+
}
|
|
1832
|
+
/** @internal */
|
|
1833
|
+
export const SyncAcquireResponseTargetReleaseExtendAwGrant$inboundSchema = z.object({
|
|
1834
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
1835
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1836
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1837
|
+
});
|
|
1838
|
+
export function syncAcquireResponseTargetReleaseExtendAwGrantFromJSON(jsonString) {
|
|
1839
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtendAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendAwGrant' from JSON`);
|
|
1840
|
+
}
|
|
1841
|
+
/** @internal */
|
|
1842
|
+
export const SyncAcquireResponseTargetReleaseExtendAw$inboundSchema = z.object({
|
|
1843
|
+
binding: z.lazy(() => SyncAcquireResponseTargetReleaseExtendAwBinding$inboundSchema),
|
|
1844
|
+
grant: z.lazy(() => SyncAcquireResponseTargetReleaseExtendAwGrant$inboundSchema),
|
|
1845
|
+
});
|
|
1846
|
+
export function syncAcquireResponseTargetReleaseExtendAwFromJSON(jsonString) {
|
|
1847
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtendAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendAw' from JSON`);
|
|
1848
|
+
}
|
|
1849
|
+
/** @internal */
|
|
1850
|
+
export const SyncAcquireResponseTargetReleaseExtendAzureResource$inboundSchema = z.object({
|
|
1851
|
+
scope: z.string(),
|
|
1852
|
+
});
|
|
1853
|
+
export function syncAcquireResponseTargetReleaseExtendAzureResourceFromJSON(jsonString) {
|
|
1854
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtendAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendAzureResource' from JSON`);
|
|
1855
|
+
}
|
|
1856
|
+
/** @internal */
|
|
1857
|
+
export const SyncAcquireResponseTargetReleaseExtendAzureStack$inboundSchema = z.object({
|
|
1858
|
+
scope: z.string(),
|
|
1859
|
+
});
|
|
1860
|
+
export function syncAcquireResponseTargetReleaseExtendAzureStackFromJSON(jsonString) {
|
|
1861
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtendAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendAzureStack' from JSON`);
|
|
1862
|
+
}
|
|
1863
|
+
/** @internal */
|
|
1864
|
+
export const SyncAcquireResponseTargetReleaseExtendAzureBinding$inboundSchema = z.object({
|
|
1865
|
+
resource: z
|
|
1866
|
+
.lazy(() => SyncAcquireResponseTargetReleaseExtendAzureResource$inboundSchema)
|
|
1867
|
+
.optional(),
|
|
1868
|
+
stack: z.lazy(() => SyncAcquireResponseTargetReleaseExtendAzureStack$inboundSchema).optional(),
|
|
1869
|
+
});
|
|
1870
|
+
export function syncAcquireResponseTargetReleaseExtendAzureBindingFromJSON(jsonString) {
|
|
1871
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtendAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendAzureBinding' from JSON`);
|
|
1872
|
+
}
|
|
1873
|
+
/** @internal */
|
|
1874
|
+
export const SyncAcquireResponseTargetReleaseExtendAzureGrant$inboundSchema = z.object({
|
|
1875
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
1876
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1877
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1878
|
+
});
|
|
1879
|
+
export function syncAcquireResponseTargetReleaseExtendAzureGrantFromJSON(jsonString) {
|
|
1880
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtendAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendAzureGrant' from JSON`);
|
|
1881
|
+
}
|
|
1882
|
+
/** @internal */
|
|
1883
|
+
export const SyncAcquireResponseTargetReleaseExtendAzure$inboundSchema = z.object({
|
|
1884
|
+
binding: z.lazy(() => SyncAcquireResponseTargetReleaseExtendAzureBinding$inboundSchema),
|
|
1885
|
+
grant: z.lazy(() => SyncAcquireResponseTargetReleaseExtendAzureGrant$inboundSchema),
|
|
1886
|
+
});
|
|
1887
|
+
export function syncAcquireResponseTargetReleaseExtendAzureFromJSON(jsonString) {
|
|
1888
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtendAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendAzure' from JSON`);
|
|
1889
|
+
}
|
|
1890
|
+
/** @internal */
|
|
1891
|
+
export const SyncAcquireResponseTargetReleaseExtendConditionResource$inboundSchema = z.object({
|
|
1892
|
+
expression: z.string(),
|
|
1893
|
+
title: z.string(),
|
|
1894
|
+
});
|
|
1895
|
+
export function syncAcquireResponseTargetReleaseExtendConditionResourceFromJSON(jsonString) {
|
|
1896
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtendConditionResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendConditionResource' from JSON`);
|
|
1897
|
+
}
|
|
1898
|
+
/** @internal */
|
|
1899
|
+
export const SyncAcquireResponseTargetReleaseExtendGcpResource$inboundSchema = z.object({
|
|
1900
|
+
condition: z.nullable(z.any()).optional(),
|
|
1901
|
+
scope: z.string(),
|
|
1902
|
+
});
|
|
1903
|
+
export function syncAcquireResponseTargetReleaseExtendGcpResourceFromJSON(jsonString) {
|
|
1904
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtendGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendGcpResource' from JSON`);
|
|
1905
|
+
}
|
|
1906
|
+
/** @internal */
|
|
1907
|
+
export const SyncAcquireResponseTargetReleaseExtendCondition$inboundSchema = z.object({
|
|
1908
|
+
expression: z.string(),
|
|
1909
|
+
title: z.string(),
|
|
1910
|
+
});
|
|
1911
|
+
export function syncAcquireResponseTargetReleaseExtendConditionFromJSON(jsonString) {
|
|
1912
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtendCondition$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendCondition' from JSON`);
|
|
1913
|
+
}
|
|
1914
|
+
/** @internal */
|
|
1915
|
+
export const SyncAcquireResponseTargetReleaseExtendGcpStack$inboundSchema = z.object({
|
|
1916
|
+
condition: z.nullable(z.any()).optional(),
|
|
1917
|
+
scope: z.string(),
|
|
1918
|
+
});
|
|
1919
|
+
export function syncAcquireResponseTargetReleaseExtendGcpStackFromJSON(jsonString) {
|
|
1920
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtendGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendGcpStack' from JSON`);
|
|
1921
|
+
}
|
|
1922
|
+
/** @internal */
|
|
1923
|
+
export const SyncAcquireResponseTargetReleaseExtendGcpBinding$inboundSchema = z.object({
|
|
1924
|
+
resource: z
|
|
1925
|
+
.lazy(() => SyncAcquireResponseTargetReleaseExtendGcpResource$inboundSchema)
|
|
1926
|
+
.optional(),
|
|
1927
|
+
stack: z.lazy(() => SyncAcquireResponseTargetReleaseExtendGcpStack$inboundSchema).optional(),
|
|
1928
|
+
});
|
|
1929
|
+
export function syncAcquireResponseTargetReleaseExtendGcpBindingFromJSON(jsonString) {
|
|
1930
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtendGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendGcpBinding' from JSON`);
|
|
1931
|
+
}
|
|
1932
|
+
/** @internal */
|
|
1933
|
+
export const SyncAcquireResponseTargetReleaseExtendGcpGrant$inboundSchema = z.object({
|
|
1934
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
1935
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1936
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1937
|
+
});
|
|
1938
|
+
export function syncAcquireResponseTargetReleaseExtendGcpGrantFromJSON(jsonString) {
|
|
1939
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtendGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendGcpGrant' from JSON`);
|
|
1940
|
+
}
|
|
1941
|
+
/** @internal */
|
|
1942
|
+
export const SyncAcquireResponseTargetReleaseExtendGcp$inboundSchema = z.object({
|
|
1943
|
+
binding: z.lazy(() => SyncAcquireResponseTargetReleaseExtendGcpBinding$inboundSchema),
|
|
1944
|
+
grant: z.lazy(() => SyncAcquireResponseTargetReleaseExtendGcpGrant$inboundSchema),
|
|
1945
|
+
});
|
|
1946
|
+
export function syncAcquireResponseTargetReleaseExtendGcpFromJSON(jsonString) {
|
|
1947
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtendGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendGcp' from JSON`);
|
|
1948
|
+
}
|
|
1949
|
+
/** @internal */
|
|
1950
|
+
export const SyncAcquireResponseTargetReleaseExtendPlatforms$inboundSchema = z.object({
|
|
1951
|
+
aws: z
|
|
1952
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponseTargetReleaseExtendAw$inboundSchema)))
|
|
1953
|
+
.optional(),
|
|
1954
|
+
azure: z
|
|
1955
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponseTargetReleaseExtendAzure$inboundSchema)))
|
|
1956
|
+
.optional(),
|
|
1957
|
+
gcp: z
|
|
1958
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponseTargetReleaseExtendGcp$inboundSchema)))
|
|
1959
|
+
.optional(),
|
|
1960
|
+
});
|
|
1961
|
+
export function syncAcquireResponseTargetReleaseExtendPlatformsFromJSON(jsonString) {
|
|
1962
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtendPlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendPlatforms' from JSON`);
|
|
1963
|
+
}
|
|
1964
|
+
/** @internal */
|
|
1965
|
+
export const SyncAcquireResponseTargetReleaseExtend$inboundSchema = z.object({
|
|
1966
|
+
description: z.string(),
|
|
1967
|
+
id: z.string(),
|
|
1968
|
+
platforms: z.lazy(() => SyncAcquireResponseTargetReleaseExtendPlatforms$inboundSchema),
|
|
1969
|
+
});
|
|
1970
|
+
export function syncAcquireResponseTargetReleaseExtendFromJSON(jsonString) {
|
|
1971
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtend$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtend' from JSON`);
|
|
1972
|
+
}
|
|
1973
|
+
/** @internal */
|
|
1974
|
+
export const SyncAcquireResponseTargetReleaseExtendUnion$inboundSchema = z.union([z.lazy(() => SyncAcquireResponseTargetReleaseExtend$inboundSchema), z.string()]);
|
|
1975
|
+
export function syncAcquireResponseTargetReleaseExtendUnionFromJSON(jsonString) {
|
|
1976
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseExtendUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseExtendUnion' from JSON`);
|
|
1977
|
+
}
|
|
1978
|
+
/** @internal */
|
|
1979
|
+
export const SyncAcquireResponseTargetReleaseManagement1$inboundSchema = z.object({
|
|
1980
|
+
extend: z.record(z.string(), z.array(z.union([z.lazy(() => SyncAcquireResponseTargetReleaseExtend$inboundSchema), z.string()]))),
|
|
1981
|
+
});
|
|
1982
|
+
export function syncAcquireResponseTargetReleaseManagement1FromJSON(jsonString) {
|
|
1983
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseManagement1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseManagement1' from JSON`);
|
|
1984
|
+
}
|
|
1985
|
+
/** @internal */
|
|
1986
|
+
export const SyncAcquireResponseTargetReleaseManagementUnion$inboundSchema = z.union([
|
|
1987
|
+
z.lazy(() => SyncAcquireResponseTargetReleaseManagement1$inboundSchema),
|
|
1988
|
+
z.lazy(() => SyncAcquireResponseTargetReleaseManagement2$inboundSchema),
|
|
1989
|
+
SyncAcquireResponseTargetReleaseManagementEnum$inboundSchema,
|
|
1990
|
+
]);
|
|
1991
|
+
export function syncAcquireResponseTargetReleaseManagementUnionFromJSON(jsonString) {
|
|
1992
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseManagementUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseManagementUnion' from JSON`);
|
|
1993
|
+
}
|
|
1994
|
+
/** @internal */
|
|
1995
|
+
export const SyncAcquireResponseTargetReleaseProfileAwResource$inboundSchema = z.object({
|
|
1996
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
1997
|
+
resources: z.array(z.string()),
|
|
1998
|
+
});
|
|
1999
|
+
export function syncAcquireResponseTargetReleaseProfileAwResourceFromJSON(jsonString) {
|
|
2000
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfileAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileAwResource' from JSON`);
|
|
2001
|
+
}
|
|
2002
|
+
/** @internal */
|
|
2003
|
+
export const SyncAcquireResponseTargetReleaseProfileAwStack$inboundSchema = z.object({
|
|
2004
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
2005
|
+
resources: z.array(z.string()),
|
|
2006
|
+
});
|
|
2007
|
+
export function syncAcquireResponseTargetReleaseProfileAwStackFromJSON(jsonString) {
|
|
2008
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfileAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileAwStack' from JSON`);
|
|
2009
|
+
}
|
|
2010
|
+
/** @internal */
|
|
2011
|
+
export const SyncAcquireResponseTargetReleaseProfileAwBinding$inboundSchema = z.object({
|
|
2012
|
+
resource: z
|
|
2013
|
+
.lazy(() => SyncAcquireResponseTargetReleaseProfileAwResource$inboundSchema)
|
|
2014
|
+
.optional(),
|
|
2015
|
+
stack: z.lazy(() => SyncAcquireResponseTargetReleaseProfileAwStack$inboundSchema).optional(),
|
|
2016
|
+
});
|
|
2017
|
+
export function syncAcquireResponseTargetReleaseProfileAwBindingFromJSON(jsonString) {
|
|
2018
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfileAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileAwBinding' from JSON`);
|
|
2019
|
+
}
|
|
2020
|
+
/** @internal */
|
|
2021
|
+
export const SyncAcquireResponseTargetReleaseProfileAwGrant$inboundSchema = z.object({
|
|
2022
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
2023
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2024
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2025
|
+
});
|
|
2026
|
+
export function syncAcquireResponseTargetReleaseProfileAwGrantFromJSON(jsonString) {
|
|
2027
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfileAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileAwGrant' from JSON`);
|
|
2028
|
+
}
|
|
2029
|
+
/** @internal */
|
|
2030
|
+
export const SyncAcquireResponseTargetReleaseProfileAw$inboundSchema = z.object({
|
|
2031
|
+
binding: z.lazy(() => SyncAcquireResponseTargetReleaseProfileAwBinding$inboundSchema),
|
|
2032
|
+
grant: z.lazy(() => SyncAcquireResponseTargetReleaseProfileAwGrant$inboundSchema),
|
|
2033
|
+
});
|
|
2034
|
+
export function syncAcquireResponseTargetReleaseProfileAwFromJSON(jsonString) {
|
|
2035
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfileAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileAw' from JSON`);
|
|
2036
|
+
}
|
|
2037
|
+
/** @internal */
|
|
2038
|
+
export const SyncAcquireResponseTargetReleaseProfileAzureResource$inboundSchema = z.object({
|
|
2039
|
+
scope: z.string(),
|
|
2040
|
+
});
|
|
2041
|
+
export function syncAcquireResponseTargetReleaseProfileAzureResourceFromJSON(jsonString) {
|
|
2042
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfileAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileAzureResource' from JSON`);
|
|
2043
|
+
}
|
|
2044
|
+
/** @internal */
|
|
2045
|
+
export const SyncAcquireResponseTargetReleaseProfileAzureStack$inboundSchema = z.object({
|
|
2046
|
+
scope: z.string(),
|
|
2047
|
+
});
|
|
2048
|
+
export function syncAcquireResponseTargetReleaseProfileAzureStackFromJSON(jsonString) {
|
|
2049
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfileAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileAzureStack' from JSON`);
|
|
2050
|
+
}
|
|
2051
|
+
/** @internal */
|
|
2052
|
+
export const SyncAcquireResponseTargetReleaseProfileAzureBinding$inboundSchema = z.object({
|
|
2053
|
+
resource: z
|
|
2054
|
+
.lazy(() => SyncAcquireResponseTargetReleaseProfileAzureResource$inboundSchema)
|
|
2055
|
+
.optional(),
|
|
2056
|
+
stack: z.lazy(() => SyncAcquireResponseTargetReleaseProfileAzureStack$inboundSchema).optional(),
|
|
2057
|
+
});
|
|
2058
|
+
export function syncAcquireResponseTargetReleaseProfileAzureBindingFromJSON(jsonString) {
|
|
2059
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfileAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileAzureBinding' from JSON`);
|
|
2060
|
+
}
|
|
2061
|
+
/** @internal */
|
|
2062
|
+
export const SyncAcquireResponseTargetReleaseProfileAzureGrant$inboundSchema = z.object({
|
|
2063
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
2064
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2065
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2066
|
+
});
|
|
2067
|
+
export function syncAcquireResponseTargetReleaseProfileAzureGrantFromJSON(jsonString) {
|
|
2068
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfileAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileAzureGrant' from JSON`);
|
|
2069
|
+
}
|
|
2070
|
+
/** @internal */
|
|
2071
|
+
export const SyncAcquireResponseTargetReleaseProfileAzure$inboundSchema = z.object({
|
|
2072
|
+
binding: z.lazy(() => SyncAcquireResponseTargetReleaseProfileAzureBinding$inboundSchema),
|
|
2073
|
+
grant: z.lazy(() => SyncAcquireResponseTargetReleaseProfileAzureGrant$inboundSchema),
|
|
2074
|
+
});
|
|
2075
|
+
export function syncAcquireResponseTargetReleaseProfileAzureFromJSON(jsonString) {
|
|
2076
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfileAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileAzure' from JSON`);
|
|
2077
|
+
}
|
|
2078
|
+
/** @internal */
|
|
2079
|
+
export const SyncAcquireResponseTargetReleaseProfileConditionResource$inboundSchema = z.object({
|
|
2080
|
+
expression: z.string(),
|
|
2081
|
+
title: z.string(),
|
|
2082
|
+
});
|
|
2083
|
+
export function syncAcquireResponseTargetReleaseProfileConditionResourceFromJSON(jsonString) {
|
|
2084
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfileConditionResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileConditionResource' from JSON`);
|
|
2085
|
+
}
|
|
2086
|
+
/** @internal */
|
|
2087
|
+
export const SyncAcquireResponseTargetReleaseProfileGcpResource$inboundSchema = z.object({
|
|
2088
|
+
condition: z.nullable(z.any()).optional(),
|
|
2089
|
+
scope: z.string(),
|
|
2090
|
+
});
|
|
2091
|
+
export function syncAcquireResponseTargetReleaseProfileGcpResourceFromJSON(jsonString) {
|
|
2092
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfileGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileGcpResource' from JSON`);
|
|
2093
|
+
}
|
|
2094
|
+
/** @internal */
|
|
2095
|
+
export const SyncAcquireResponseTargetReleaseProfileCondition$inboundSchema = z.object({
|
|
2096
|
+
expression: z.string(),
|
|
2097
|
+
title: z.string(),
|
|
2098
|
+
});
|
|
2099
|
+
export function syncAcquireResponseTargetReleaseProfileConditionFromJSON(jsonString) {
|
|
2100
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfileCondition$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileCondition' from JSON`);
|
|
2101
|
+
}
|
|
2102
|
+
/** @internal */
|
|
2103
|
+
export const SyncAcquireResponseTargetReleaseProfileGcpStack$inboundSchema = z.object({
|
|
2104
|
+
condition: z.nullable(z.any()).optional(),
|
|
2105
|
+
scope: z.string(),
|
|
2106
|
+
});
|
|
2107
|
+
export function syncAcquireResponseTargetReleaseProfileGcpStackFromJSON(jsonString) {
|
|
2108
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfileGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileGcpStack' from JSON`);
|
|
2109
|
+
}
|
|
2110
|
+
/** @internal */
|
|
2111
|
+
export const SyncAcquireResponseTargetReleaseProfileGcpBinding$inboundSchema = z.object({
|
|
2112
|
+
resource: z
|
|
2113
|
+
.lazy(() => SyncAcquireResponseTargetReleaseProfileGcpResource$inboundSchema)
|
|
2114
|
+
.optional(),
|
|
2115
|
+
stack: z.lazy(() => SyncAcquireResponseTargetReleaseProfileGcpStack$inboundSchema).optional(),
|
|
2116
|
+
});
|
|
2117
|
+
export function syncAcquireResponseTargetReleaseProfileGcpBindingFromJSON(jsonString) {
|
|
2118
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfileGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileGcpBinding' from JSON`);
|
|
2119
|
+
}
|
|
2120
|
+
/** @internal */
|
|
2121
|
+
export const SyncAcquireResponseTargetReleaseProfileGcpGrant$inboundSchema = z.object({
|
|
2122
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
2123
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2124
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2125
|
+
});
|
|
2126
|
+
export function syncAcquireResponseTargetReleaseProfileGcpGrantFromJSON(jsonString) {
|
|
2127
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfileGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileGcpGrant' from JSON`);
|
|
2128
|
+
}
|
|
2129
|
+
/** @internal */
|
|
2130
|
+
export const SyncAcquireResponseTargetReleaseProfileGcp$inboundSchema = z.object({
|
|
2131
|
+
binding: z.lazy(() => SyncAcquireResponseTargetReleaseProfileGcpBinding$inboundSchema),
|
|
2132
|
+
grant: z.lazy(() => SyncAcquireResponseTargetReleaseProfileGcpGrant$inboundSchema),
|
|
2133
|
+
});
|
|
2134
|
+
export function syncAcquireResponseTargetReleaseProfileGcpFromJSON(jsonString) {
|
|
2135
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfileGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileGcp' from JSON`);
|
|
2136
|
+
}
|
|
2137
|
+
/** @internal */
|
|
2138
|
+
export const SyncAcquireResponseTargetReleaseProfilePlatforms$inboundSchema = z.object({
|
|
2139
|
+
aws: z
|
|
2140
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponseTargetReleaseProfileAw$inboundSchema)))
|
|
2141
|
+
.optional(),
|
|
2142
|
+
azure: z
|
|
2143
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponseTargetReleaseProfileAzure$inboundSchema)))
|
|
2144
|
+
.optional(),
|
|
2145
|
+
gcp: z
|
|
2146
|
+
.nullable(z.array(z.lazy(() => SyncAcquireResponseTargetReleaseProfileGcp$inboundSchema)))
|
|
2147
|
+
.optional(),
|
|
2148
|
+
});
|
|
2149
|
+
export function syncAcquireResponseTargetReleaseProfilePlatformsFromJSON(jsonString) {
|
|
2150
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfilePlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfilePlatforms' from JSON`);
|
|
2151
|
+
}
|
|
2152
|
+
/** @internal */
|
|
2153
|
+
export const SyncAcquireResponseTargetReleaseProfile$inboundSchema = z.object({
|
|
2154
|
+
description: z.string(),
|
|
2155
|
+
id: z.string(),
|
|
2156
|
+
platforms: z.lazy(() => SyncAcquireResponseTargetReleaseProfilePlatforms$inboundSchema),
|
|
2157
|
+
});
|
|
2158
|
+
export function syncAcquireResponseTargetReleaseProfileFromJSON(jsonString) {
|
|
2159
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfile$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfile' from JSON`);
|
|
2160
|
+
}
|
|
2161
|
+
/** @internal */
|
|
2162
|
+
export const SyncAcquireResponseTargetReleaseProfileUnion$inboundSchema = z.union([z.lazy(() => SyncAcquireResponseTargetReleaseProfile$inboundSchema), z.string()]);
|
|
2163
|
+
export function syncAcquireResponseTargetReleaseProfileUnionFromJSON(jsonString) {
|
|
2164
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseProfileUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseProfileUnion' from JSON`);
|
|
2165
|
+
}
|
|
2166
|
+
/** @internal */
|
|
2167
|
+
export const SyncAcquireResponseTargetReleasePermissions$inboundSchema = z.object({
|
|
2168
|
+
management: z
|
|
2169
|
+
.union([
|
|
2170
|
+
z.lazy(() => SyncAcquireResponseTargetReleaseManagement1$inboundSchema),
|
|
2171
|
+
z.lazy(() => SyncAcquireResponseTargetReleaseManagement2$inboundSchema),
|
|
2172
|
+
SyncAcquireResponseTargetReleaseManagementEnum$inboundSchema,
|
|
2173
|
+
])
|
|
2174
|
+
.optional(),
|
|
2175
|
+
profiles: z.record(z.string(), z.record(z.string(), z.array(z.union([z.lazy(() => SyncAcquireResponseTargetReleaseProfile$inboundSchema), z.string()])))),
|
|
2176
|
+
});
|
|
2177
|
+
export function syncAcquireResponseTargetReleasePermissionsFromJSON(jsonString) {
|
|
2178
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleasePermissions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleasePermissions' from JSON`);
|
|
2179
|
+
}
|
|
2180
|
+
/** @internal */
|
|
2181
|
+
export const SyncAcquireResponseTargetReleaseConfig$inboundSchema = collectExtraKeys$(z
|
|
2182
|
+
.object({
|
|
2183
|
+
id: z.string(),
|
|
2184
|
+
type: z.string(),
|
|
2185
|
+
})
|
|
2186
|
+
.catchall(z.any()), "additionalProperties", true);
|
|
2187
|
+
export function syncAcquireResponseTargetReleaseConfigFromJSON(jsonString) {
|
|
2188
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseConfig' from JSON`);
|
|
2189
|
+
}
|
|
2190
|
+
/** @internal */
|
|
2191
|
+
export const SyncAcquireResponseTargetReleaseDependency$inboundSchema = z.object({
|
|
2192
|
+
id: z.string(),
|
|
2193
|
+
type: z.string(),
|
|
2194
|
+
});
|
|
2195
|
+
export function syncAcquireResponseTargetReleaseDependencyFromJSON(jsonString) {
|
|
2196
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseDependency$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseDependency' from JSON`);
|
|
2197
|
+
}
|
|
2198
|
+
/** @internal */
|
|
2199
|
+
export const SyncAcquireResponseTargetReleaseLifecycle$inboundSchema = z.enum(SyncAcquireResponseTargetReleaseLifecycle);
|
|
2200
|
+
/** @internal */
|
|
2201
|
+
export const SyncAcquireResponseTargetReleaseResources$inboundSchema = z.object({
|
|
2202
|
+
config: z.lazy(() => SyncAcquireResponseTargetReleaseConfig$inboundSchema),
|
|
2203
|
+
dependencies: z.array(z.lazy(() => SyncAcquireResponseTargetReleaseDependency$inboundSchema)),
|
|
2204
|
+
lifecycle: SyncAcquireResponseTargetReleaseLifecycle$inboundSchema,
|
|
2205
|
+
remoteAccess: z.boolean().optional(),
|
|
2206
|
+
});
|
|
2207
|
+
export function syncAcquireResponseTargetReleaseResourcesFromJSON(jsonString) {
|
|
2208
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseResources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseResources' from JSON`);
|
|
2209
|
+
}
|
|
2210
|
+
/** @internal */
|
|
2211
|
+
export const SyncAcquireResponseTargetReleaseStack$inboundSchema = z.object({
|
|
2212
|
+
id: z.string(),
|
|
2213
|
+
permissions: z.lazy(() => SyncAcquireResponseTargetReleasePermissions$inboundSchema).optional(),
|
|
2214
|
+
resources: z.record(z.string(), z.lazy(() => SyncAcquireResponseTargetReleaseResources$inboundSchema)),
|
|
2215
|
+
});
|
|
2216
|
+
export function syncAcquireResponseTargetReleaseStackFromJSON(jsonString) {
|
|
2217
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetReleaseStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetReleaseStack' from JSON`);
|
|
2218
|
+
}
|
|
2219
|
+
/** @internal */
|
|
2220
|
+
export const SyncAcquireResponseTargetRelease$inboundSchema = z.object({
|
|
2221
|
+
description: z.nullable(z.string()).optional(),
|
|
2222
|
+
releaseId: z.string(),
|
|
2223
|
+
stack: z.lazy(() => SyncAcquireResponseTargetReleaseStack$inboundSchema),
|
|
2224
|
+
version: z.nullable(z.string()).optional(),
|
|
2225
|
+
});
|
|
2226
|
+
export function syncAcquireResponseTargetReleaseFromJSON(jsonString) {
|
|
2227
|
+
return safeParse(jsonString, x => SyncAcquireResponseTargetRelease$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTargetRelease' from JSON`);
|
|
2228
|
+
}
|
|
2229
|
+
/** @internal */
|
|
2230
|
+
export const SyncAcquireResponseCurrent$inboundSchema = z.object({
|
|
2231
|
+
currentRelease: z.nullable(z.any()).optional(),
|
|
2232
|
+
environmentInfo: z.nullable(z.any()).optional(),
|
|
2233
|
+
platform: SyncAcquireResponseCurrentPlatform$inboundSchema,
|
|
2234
|
+
retryRequested: z.boolean().optional(),
|
|
2235
|
+
runtimeMetadata: z.nullable(z.any()).optional(),
|
|
2236
|
+
stackState: z.nullable(z.any()).optional(),
|
|
2237
|
+
status: SyncAcquireResponseStatus$inboundSchema,
|
|
2238
|
+
targetRelease: z.nullable(z.any()).optional(),
|
|
2239
|
+
});
|
|
2240
|
+
export function syncAcquireResponseCurrentFromJSON(jsonString) {
|
|
2241
|
+
return safeParse(jsonString, x => SyncAcquireResponseCurrent$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCurrent' from JSON`);
|
|
2242
|
+
}
|
|
2243
|
+
/** @internal */
|
|
2244
|
+
export const SyncAcquireResponseArtifactRegistry$inboundSchema = z.object({
|
|
2245
|
+
authToken: z.nullable(z.string()).optional(),
|
|
2246
|
+
managerUrl: z.string(),
|
|
2247
|
+
});
|
|
2248
|
+
export function syncAcquireResponseArtifactRegistryFromJSON(jsonString) {
|
|
2249
|
+
return safeParse(jsonString, x => SyncAcquireResponseArtifactRegistry$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseArtifactRegistry' from JSON`);
|
|
2250
|
+
}
|
|
2251
|
+
/** @internal */
|
|
2252
|
+
export const SyncAcquireResponseClusters$inboundSchema = z.object({
|
|
2253
|
+
clusterId: z.string(),
|
|
2254
|
+
managementToken: z.string(),
|
|
2255
|
+
});
|
|
2256
|
+
export function syncAcquireResponseClustersFromJSON(jsonString) {
|
|
2257
|
+
return safeParse(jsonString, x => SyncAcquireResponseClusters$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseClusters' from JSON`);
|
|
2258
|
+
}
|
|
2259
|
+
/** @internal */
|
|
2260
|
+
export const SyncAcquireResponseComputeBackendType$inboundSchema = z.enum(SyncAcquireResponseComputeBackendType);
|
|
2261
|
+
/** @internal */
|
|
2262
|
+
export const SyncAcquireResponseComputeBackend$inboundSchema = z.object({
|
|
2263
|
+
clusters: z.record(z.string(), z.lazy(() => SyncAcquireResponseClusters$inboundSchema)),
|
|
2264
|
+
horizondBinaryHash: z.nullable(z.string()).optional(),
|
|
2265
|
+
horizondDownloadBaseUrl: z.string(),
|
|
2266
|
+
url: z.string(),
|
|
2267
|
+
type: SyncAcquireResponseComputeBackendType$inboundSchema,
|
|
2268
|
+
});
|
|
2269
|
+
export function syncAcquireResponseComputeBackendFromJSON(jsonString) {
|
|
2270
|
+
return safeParse(jsonString, x => SyncAcquireResponseComputeBackend$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseComputeBackend' from JSON`);
|
|
2271
|
+
}
|
|
2272
|
+
/** @internal */
|
|
2273
|
+
export const SyncAcquireResponseCertificateStatus$inboundSchema = z.enum(SyncAcquireResponseCertificateStatus);
|
|
2274
|
+
/** @internal */
|
|
2275
|
+
export const SyncAcquireResponseDnsStatus$inboundSchema = z.enum(SyncAcquireResponseDnsStatus);
|
|
2276
|
+
/** @internal */
|
|
2277
|
+
export const SyncAcquireResponseDomainMetadataResources$inboundSchema = z.object({
|
|
2278
|
+
certificateChain: z.nullable(z.string()).optional(),
|
|
2279
|
+
certificateId: z.string(),
|
|
2280
|
+
certificateStatus: SyncAcquireResponseCertificateStatus$inboundSchema,
|
|
2281
|
+
dnsError: z.nullable(z.string()).optional(),
|
|
2282
|
+
dnsStatus: SyncAcquireResponseDnsStatus$inboundSchema,
|
|
2283
|
+
fqdn: z.string(),
|
|
2284
|
+
issuedAt: z.nullable(z.string()).optional(),
|
|
2285
|
+
privateKey: z.nullable(z.string()).optional(),
|
|
2286
|
+
});
|
|
2287
|
+
export function syncAcquireResponseDomainMetadataResourcesFromJSON(jsonString) {
|
|
2288
|
+
return safeParse(jsonString, x => SyncAcquireResponseDomainMetadataResources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDomainMetadataResources' from JSON`);
|
|
2289
|
+
}
|
|
2290
|
+
/** @internal */
|
|
2291
|
+
export const SyncAcquireResponseDomainMetadata$inboundSchema = z.object({
|
|
2292
|
+
baseDomain: z.string(),
|
|
2293
|
+
hostedZoneId: z.string(),
|
|
2294
|
+
publicSubdomain: z.string(),
|
|
2295
|
+
resources: z.record(z.string(), z.lazy(() => SyncAcquireResponseDomainMetadataResources$inboundSchema)),
|
|
2296
|
+
});
|
|
2297
|
+
export function syncAcquireResponseDomainMetadataFromJSON(jsonString) {
|
|
2298
|
+
return safeParse(jsonString, x => SyncAcquireResponseDomainMetadata$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDomainMetadata' from JSON`);
|
|
2299
|
+
}
|
|
2300
|
+
/** @internal */
|
|
2301
|
+
export const SyncAcquireResponseEnvironmentVariablesType$inboundSchema = z.enum(SyncAcquireResponseEnvironmentVariablesType);
|
|
2302
|
+
/** @internal */
|
|
2303
|
+
export const SyncAcquireResponseVariable$inboundSchema = z.object({
|
|
2304
|
+
name: z.string(),
|
|
2305
|
+
targetResources: z.nullable(z.array(z.string())).optional(),
|
|
2306
|
+
type: SyncAcquireResponseEnvironmentVariablesType$inboundSchema,
|
|
2307
|
+
value: z.string(),
|
|
2308
|
+
});
|
|
2309
|
+
export function syncAcquireResponseVariableFromJSON(jsonString) {
|
|
2310
|
+
return safeParse(jsonString, x => SyncAcquireResponseVariable$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseVariable' from JSON`);
|
|
2311
|
+
}
|
|
2312
|
+
/** @internal */
|
|
2313
|
+
export const SyncAcquireResponseEnvironmentVariables$inboundSchema = z.object({
|
|
2314
|
+
createdAt: z.string(),
|
|
2315
|
+
hash: z.string(),
|
|
2316
|
+
variables: z.array(z.lazy(() => SyncAcquireResponseVariable$inboundSchema)),
|
|
2317
|
+
});
|
|
2318
|
+
export function syncAcquireResponseEnvironmentVariablesFromJSON(jsonString) {
|
|
2319
|
+
return safeParse(jsonString, x => SyncAcquireResponseEnvironmentVariables$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseEnvironmentVariables' from JSON`);
|
|
2320
|
+
}
|
|
2321
|
+
/** @internal */
|
|
2322
|
+
export const SyncAcquireResponseDataDirSecretRef3$inboundSchema = z.object({
|
|
2323
|
+
key: z.string(),
|
|
2324
|
+
name: z.string(),
|
|
2325
|
+
});
|
|
2326
|
+
export function syncAcquireResponseDataDirSecretRef3FromJSON(jsonString) {
|
|
2327
|
+
return safeParse(jsonString, x => SyncAcquireResponseDataDirSecretRef3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDataDirSecretRef3' from JSON`);
|
|
2328
|
+
}
|
|
2329
|
+
/** @internal */
|
|
2330
|
+
export const SyncAcquireResponseDataDir3$inboundSchema = z.object({
|
|
2331
|
+
secretRef: z.lazy(() => SyncAcquireResponseDataDirSecretRef3$inboundSchema),
|
|
2332
|
+
});
|
|
2333
|
+
export function syncAcquireResponseDataDir3FromJSON(jsonString) {
|
|
2334
|
+
return safeParse(jsonString, x => SyncAcquireResponseDataDir3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDataDir3' from JSON`);
|
|
2335
|
+
}
|
|
2336
|
+
/** @internal */
|
|
2337
|
+
export const SyncAcquireResponseTypeVault5$inboundSchema = z.enum(SyncAcquireResponseTypeVault5);
|
|
2338
|
+
/** @internal */
|
|
2339
|
+
export const SyncAcquireResponseExternalBindingsLocalVault$inboundSchema = z.object({
|
|
2340
|
+
dataDir: z.nullable(z.any()).optional(),
|
|
2341
|
+
vaultName: z.string(),
|
|
2342
|
+
service: z.literal("local-vault"),
|
|
2343
|
+
type: SyncAcquireResponseTypeVault5$inboundSchema,
|
|
2344
|
+
});
|
|
2345
|
+
export function syncAcquireResponseExternalBindingsLocalVaultFromJSON(jsonString) {
|
|
2346
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsLocalVault$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsLocalVault' from JSON`);
|
|
2347
|
+
}
|
|
2348
|
+
/** @internal */
|
|
2349
|
+
export const SyncAcquireResponseNamespaceSecretRef2$inboundSchema = z.object({
|
|
2350
|
+
key: z.string(),
|
|
2351
|
+
name: z.string(),
|
|
2352
|
+
});
|
|
2353
|
+
export function syncAcquireResponseNamespaceSecretRef2FromJSON(jsonString) {
|
|
2354
|
+
return safeParse(jsonString, x => SyncAcquireResponseNamespaceSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseNamespaceSecretRef2' from JSON`);
|
|
2355
|
+
}
|
|
2356
|
+
/** @internal */
|
|
2357
|
+
export const SyncAcquireResponseNamespace2$inboundSchema = z.object({
|
|
2358
|
+
secretRef: z.lazy(() => SyncAcquireResponseNamespaceSecretRef2$inboundSchema),
|
|
2359
|
+
});
|
|
2360
|
+
export function syncAcquireResponseNamespace2FromJSON(jsonString) {
|
|
2361
|
+
return safeParse(jsonString, x => SyncAcquireResponseNamespace2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseNamespace2' from JSON`);
|
|
2362
|
+
}
|
|
2363
|
+
/** @internal */
|
|
2364
|
+
export const SyncAcquireResponseVaultPrefixSecretRef3$inboundSchema = z.object({
|
|
2365
|
+
key: z.string(),
|
|
2366
|
+
name: z.string(),
|
|
2367
|
+
});
|
|
2368
|
+
export function syncAcquireResponseVaultPrefixSecretRef3FromJSON(jsonString) {
|
|
2369
|
+
return safeParse(jsonString, x => SyncAcquireResponseVaultPrefixSecretRef3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseVaultPrefixSecretRef3' from JSON`);
|
|
2370
|
+
}
|
|
2371
|
+
/** @internal */
|
|
2372
|
+
export const SyncAcquireResponseVaultPrefix3$inboundSchema = z.object({
|
|
2373
|
+
secretRef: z.lazy(() => SyncAcquireResponseVaultPrefixSecretRef3$inboundSchema),
|
|
2374
|
+
});
|
|
2375
|
+
export function syncAcquireResponseVaultPrefix3FromJSON(jsonString) {
|
|
2376
|
+
return safeParse(jsonString, x => SyncAcquireResponseVaultPrefix3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseVaultPrefix3' from JSON`);
|
|
2377
|
+
}
|
|
2378
|
+
/** @internal */
|
|
2379
|
+
export const SyncAcquireResponseTypeVault4$inboundSchema = z.enum(SyncAcquireResponseTypeVault4);
|
|
2380
|
+
/** @internal */
|
|
2381
|
+
export const SyncAcquireResponseExternalBindingsKubernetesSecret$inboundSchema = z.object({
|
|
2382
|
+
namespace: z.nullable(z.any()).optional(),
|
|
2383
|
+
vaultPrefix: z.nullable(z.any()).optional(),
|
|
2384
|
+
service: z.literal("kubernetes-secret"),
|
|
2385
|
+
type: SyncAcquireResponseTypeVault4$inboundSchema,
|
|
2386
|
+
});
|
|
2387
|
+
export function syncAcquireResponseExternalBindingsKubernetesSecretFromJSON(jsonString) {
|
|
2388
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsKubernetesSecret$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsKubernetesSecret' from JSON`);
|
|
2389
|
+
}
|
|
2390
|
+
/** @internal */
|
|
2391
|
+
export const SyncAcquireResponseVaultNameSecretRef$inboundSchema = z.object({
|
|
2392
|
+
key: z.string(),
|
|
2393
|
+
name: z.string(),
|
|
2394
|
+
});
|
|
2395
|
+
export function syncAcquireResponseVaultNameSecretRefFromJSON(jsonString) {
|
|
2396
|
+
return safeParse(jsonString, x => SyncAcquireResponseVaultNameSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseVaultNameSecretRef' from JSON`);
|
|
2397
|
+
}
|
|
2398
|
+
/** @internal */
|
|
2399
|
+
export const SyncAcquireResponseVaultName$inboundSchema = z.object({
|
|
2400
|
+
secretRef: z.lazy(() => SyncAcquireResponseVaultNameSecretRef$inboundSchema),
|
|
2401
|
+
});
|
|
2402
|
+
export function syncAcquireResponseVaultNameFromJSON(jsonString) {
|
|
2403
|
+
return safeParse(jsonString, x => SyncAcquireResponseVaultName$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseVaultName' from JSON`);
|
|
2404
|
+
}
|
|
2405
|
+
/** @internal */
|
|
2406
|
+
export const SyncAcquireResponseTypeVault3$inboundSchema = z.enum(SyncAcquireResponseTypeVault3);
|
|
2407
|
+
/** @internal */
|
|
2408
|
+
export const SyncAcquireResponseExternalBindingsKeyVault$inboundSchema = z.object({
|
|
2409
|
+
vaultName: z.nullable(z.any()).optional(),
|
|
2410
|
+
service: z.literal("key-vault"),
|
|
2411
|
+
type: SyncAcquireResponseTypeVault3$inboundSchema,
|
|
2412
|
+
});
|
|
2413
|
+
export function syncAcquireResponseExternalBindingsKeyVaultFromJSON(jsonString) {
|
|
2414
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsKeyVault$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsKeyVault' from JSON`);
|
|
2415
|
+
}
|
|
2416
|
+
/** @internal */
|
|
2417
|
+
export const SyncAcquireResponseVaultPrefixSecretRef2$inboundSchema = z.object({
|
|
2418
|
+
key: z.string(),
|
|
2419
|
+
name: z.string(),
|
|
2420
|
+
});
|
|
2421
|
+
export function syncAcquireResponseVaultPrefixSecretRef2FromJSON(jsonString) {
|
|
2422
|
+
return safeParse(jsonString, x => SyncAcquireResponseVaultPrefixSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseVaultPrefixSecretRef2' from JSON`);
|
|
2423
|
+
}
|
|
2424
|
+
/** @internal */
|
|
2425
|
+
export const SyncAcquireResponseVaultPrefix2$inboundSchema = z.object({
|
|
2426
|
+
secretRef: z.lazy(() => SyncAcquireResponseVaultPrefixSecretRef2$inboundSchema),
|
|
2427
|
+
});
|
|
2428
|
+
export function syncAcquireResponseVaultPrefix2FromJSON(jsonString) {
|
|
2429
|
+
return safeParse(jsonString, x => SyncAcquireResponseVaultPrefix2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseVaultPrefix2' from JSON`);
|
|
2430
|
+
}
|
|
2431
|
+
/** @internal */
|
|
2432
|
+
export const SyncAcquireResponseTypeVault2$inboundSchema = z.enum(SyncAcquireResponseTypeVault2);
|
|
2433
|
+
/** @internal */
|
|
2434
|
+
export const SyncAcquireResponseExternalBindingsSecretManager$inboundSchema = z.object({
|
|
2435
|
+
vaultPrefix: z.nullable(z.any()).optional(),
|
|
2436
|
+
service: z.literal("secret-manager"),
|
|
2437
|
+
type: SyncAcquireResponseTypeVault2$inboundSchema,
|
|
2438
|
+
});
|
|
2439
|
+
export function syncAcquireResponseExternalBindingsSecretManagerFromJSON(jsonString) {
|
|
2440
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsSecretManager$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsSecretManager' from JSON`);
|
|
2441
|
+
}
|
|
2442
|
+
/** @internal */
|
|
2443
|
+
export const SyncAcquireResponseVaultPrefixSecretRef1$inboundSchema = z.object({
|
|
2444
|
+
key: z.string(),
|
|
2445
|
+
name: z.string(),
|
|
2446
|
+
});
|
|
2447
|
+
export function syncAcquireResponseVaultPrefixSecretRef1FromJSON(jsonString) {
|
|
2448
|
+
return safeParse(jsonString, x => SyncAcquireResponseVaultPrefixSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseVaultPrefixSecretRef1' from JSON`);
|
|
2449
|
+
}
|
|
2450
|
+
/** @internal */
|
|
2451
|
+
export const SyncAcquireResponseVaultPrefix1$inboundSchema = z.object({
|
|
2452
|
+
secretRef: z.lazy(() => SyncAcquireResponseVaultPrefixSecretRef1$inboundSchema),
|
|
2453
|
+
});
|
|
2454
|
+
export function syncAcquireResponseVaultPrefix1FromJSON(jsonString) {
|
|
2455
|
+
return safeParse(jsonString, x => SyncAcquireResponseVaultPrefix1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseVaultPrefix1' from JSON`);
|
|
2456
|
+
}
|
|
2457
|
+
/** @internal */
|
|
2458
|
+
export const SyncAcquireResponseTypeVault1$inboundSchema = z.enum(SyncAcquireResponseTypeVault1);
|
|
2459
|
+
/** @internal */
|
|
2460
|
+
export const SyncAcquireResponseExternalBindingsParameterStore$inboundSchema = z.object({
|
|
2461
|
+
vaultPrefix: z.nullable(z.any()).optional(),
|
|
2462
|
+
service: z.literal("parameter-store"),
|
|
2463
|
+
type: SyncAcquireResponseTypeVault1$inboundSchema,
|
|
2464
|
+
});
|
|
2465
|
+
export function syncAcquireResponseExternalBindingsParameterStoreFromJSON(jsonString) {
|
|
2466
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsParameterStore$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsParameterStore' from JSON`);
|
|
2467
|
+
}
|
|
2468
|
+
/** @internal */
|
|
2469
|
+
export const SyncAcquireResponseExternalBindingsUnion5$inboundSchema = z.union([
|
|
2470
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsParameterStore$inboundSchema),
|
|
2471
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsSecretManager$inboundSchema),
|
|
2472
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsKeyVault$inboundSchema),
|
|
2473
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsKubernetesSecret$inboundSchema),
|
|
2474
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsLocalVault$inboundSchema),
|
|
2475
|
+
]);
|
|
2476
|
+
export function syncAcquireResponseExternalBindingsUnion5FromJSON(jsonString) {
|
|
2477
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsUnion5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsUnion5' from JSON`);
|
|
2478
|
+
}
|
|
2479
|
+
/** @internal */
|
|
2480
|
+
export const SyncAcquireResponseDataDirSecretRef2$inboundSchema = z.object({
|
|
2481
|
+
key: z.string(),
|
|
2482
|
+
name: z.string(),
|
|
2483
|
+
});
|
|
2484
|
+
export function syncAcquireResponseDataDirSecretRef2FromJSON(jsonString) {
|
|
2485
|
+
return safeParse(jsonString, x => SyncAcquireResponseDataDirSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDataDirSecretRef2' from JSON`);
|
|
2486
|
+
}
|
|
2487
|
+
/** @internal */
|
|
2488
|
+
export const SyncAcquireResponseDataDir2$inboundSchema = z.object({
|
|
2489
|
+
secretRef: z.lazy(() => SyncAcquireResponseDataDirSecretRef2$inboundSchema),
|
|
2490
|
+
});
|
|
2491
|
+
export function syncAcquireResponseDataDir2FromJSON(jsonString) {
|
|
2492
|
+
return safeParse(jsonString, x => SyncAcquireResponseDataDir2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDataDir2' from JSON`);
|
|
2493
|
+
}
|
|
2494
|
+
/** @internal */
|
|
2495
|
+
export const SyncAcquireResponseRegistryUrlSecretRef$inboundSchema = z.object({
|
|
2496
|
+
key: z.string(),
|
|
2497
|
+
name: z.string(),
|
|
2498
|
+
});
|
|
2499
|
+
export function syncAcquireResponseRegistryUrlSecretRefFromJSON(jsonString) {
|
|
2500
|
+
return safeParse(jsonString, x => SyncAcquireResponseRegistryUrlSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRegistryUrlSecretRef' from JSON`);
|
|
2501
|
+
}
|
|
2502
|
+
/** @internal */
|
|
2503
|
+
export const SyncAcquireResponseRegistryUrl$inboundSchema = z.object({
|
|
2504
|
+
secretRef: z.lazy(() => SyncAcquireResponseRegistryUrlSecretRef$inboundSchema),
|
|
2505
|
+
});
|
|
2506
|
+
export function syncAcquireResponseRegistryUrlFromJSON(jsonString) {
|
|
2507
|
+
return safeParse(jsonString, x => SyncAcquireResponseRegistryUrl$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRegistryUrl' from JSON`);
|
|
2508
|
+
}
|
|
2509
|
+
/** @internal */
|
|
2510
|
+
export const SyncAcquireResponseTypeArtifactRegistry4$inboundSchema = z.enum(SyncAcquireResponseTypeArtifactRegistry4);
|
|
2511
|
+
/** @internal */
|
|
2512
|
+
export const SyncAcquireResponseExternalBindingsLocal$inboundSchema = z.object({
|
|
2513
|
+
dataDir: z.nullable(z.any()).optional(),
|
|
2514
|
+
registryUrl: z.nullable(z.any()).optional(),
|
|
2515
|
+
service: z.literal("local"),
|
|
2516
|
+
type: SyncAcquireResponseTypeArtifactRegistry4$inboundSchema,
|
|
2517
|
+
});
|
|
2518
|
+
export function syncAcquireResponseExternalBindingsLocalFromJSON(jsonString) {
|
|
2519
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsLocal$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsLocal' from JSON`);
|
|
2520
|
+
}
|
|
2521
|
+
/** @internal */
|
|
2522
|
+
export const SyncAcquireResponsePullServiceAccountEmailSecretRef$inboundSchema = z.object({
|
|
2523
|
+
key: z.string(),
|
|
2524
|
+
name: z.string(),
|
|
2525
|
+
});
|
|
2526
|
+
export function syncAcquireResponsePullServiceAccountEmailSecretRefFromJSON(jsonString) {
|
|
2527
|
+
return safeParse(jsonString, x => SyncAcquireResponsePullServiceAccountEmailSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePullServiceAccountEmailSecretRef' from JSON`);
|
|
2528
|
+
}
|
|
2529
|
+
/** @internal */
|
|
2530
|
+
export const SyncAcquireResponsePullServiceAccountEmail$inboundSchema = z.object({
|
|
2531
|
+
secretRef: z.lazy(() => SyncAcquireResponsePullServiceAccountEmailSecretRef$inboundSchema),
|
|
2532
|
+
});
|
|
2533
|
+
export function syncAcquireResponsePullServiceAccountEmailFromJSON(jsonString) {
|
|
2534
|
+
return safeParse(jsonString, x => SyncAcquireResponsePullServiceAccountEmail$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePullServiceAccountEmail' from JSON`);
|
|
2535
|
+
}
|
|
2536
|
+
/** @internal */
|
|
2537
|
+
export const SyncAcquireResponsePushServiceAccountEmailSecretRef$inboundSchema = z.object({
|
|
2538
|
+
key: z.string(),
|
|
2539
|
+
name: z.string(),
|
|
2540
|
+
});
|
|
2541
|
+
export function syncAcquireResponsePushServiceAccountEmailSecretRefFromJSON(jsonString) {
|
|
2542
|
+
return safeParse(jsonString, x => SyncAcquireResponsePushServiceAccountEmailSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePushServiceAccountEmailSecretRef' from JSON`);
|
|
2543
|
+
}
|
|
2544
|
+
/** @internal */
|
|
2545
|
+
export const SyncAcquireResponsePushServiceAccountEmail$inboundSchema = z.object({
|
|
2546
|
+
secretRef: z.lazy(() => SyncAcquireResponsePushServiceAccountEmailSecretRef$inboundSchema),
|
|
2547
|
+
});
|
|
2548
|
+
export function syncAcquireResponsePushServiceAccountEmailFromJSON(jsonString) {
|
|
2549
|
+
return safeParse(jsonString, x => SyncAcquireResponsePushServiceAccountEmail$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePushServiceAccountEmail' from JSON`);
|
|
2550
|
+
}
|
|
2551
|
+
/** @internal */
|
|
2552
|
+
export const SyncAcquireResponseTypeArtifactRegistry3$inboundSchema = z.enum(SyncAcquireResponseTypeArtifactRegistry3);
|
|
2553
|
+
/** @internal */
|
|
2554
|
+
export const SyncAcquireResponseExternalBindingsGar$inboundSchema = z.object({
|
|
2555
|
+
pullServiceAccountEmail: z.nullable(z.any()).optional(),
|
|
2556
|
+
pushServiceAccountEmail: z.nullable(z.any()).optional(),
|
|
2557
|
+
service: z.literal("gar"),
|
|
2558
|
+
type: SyncAcquireResponseTypeArtifactRegistry3$inboundSchema,
|
|
2559
|
+
});
|
|
2560
|
+
export function syncAcquireResponseExternalBindingsGarFromJSON(jsonString) {
|
|
2561
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsGar$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsGar' from JSON`);
|
|
2562
|
+
}
|
|
2563
|
+
/** @internal */
|
|
2564
|
+
export const SyncAcquireResponseRegistryNameSecretRef$inboundSchema = z.object({
|
|
2565
|
+
key: z.string(),
|
|
2566
|
+
name: z.string(),
|
|
2567
|
+
});
|
|
2568
|
+
export function syncAcquireResponseRegistryNameSecretRefFromJSON(jsonString) {
|
|
2569
|
+
return safeParse(jsonString, x => SyncAcquireResponseRegistryNameSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRegistryNameSecretRef' from JSON`);
|
|
2570
|
+
}
|
|
2571
|
+
/** @internal */
|
|
2572
|
+
export const SyncAcquireResponseRegistryName$inboundSchema = z.object({
|
|
2573
|
+
secretRef: z.lazy(() => SyncAcquireResponseRegistryNameSecretRef$inboundSchema),
|
|
2574
|
+
});
|
|
2575
|
+
export function syncAcquireResponseRegistryNameFromJSON(jsonString) {
|
|
2576
|
+
return safeParse(jsonString, x => SyncAcquireResponseRegistryName$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRegistryName' from JSON`);
|
|
2577
|
+
}
|
|
2578
|
+
/** @internal */
|
|
2579
|
+
export const SyncAcquireResponseResourceGroupNameSecretRef2$inboundSchema = z.object({
|
|
2580
|
+
key: z.string(),
|
|
2581
|
+
name: z.string(),
|
|
2582
|
+
});
|
|
2583
|
+
export function syncAcquireResponseResourceGroupNameSecretRef2FromJSON(jsonString) {
|
|
2584
|
+
return safeParse(jsonString, x => SyncAcquireResponseResourceGroupNameSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseResourceGroupNameSecretRef2' from JSON`);
|
|
2585
|
+
}
|
|
2586
|
+
/** @internal */
|
|
2587
|
+
export const SyncAcquireResponseResourceGroupName2$inboundSchema = z.object({
|
|
2588
|
+
secretRef: z.lazy(() => SyncAcquireResponseResourceGroupNameSecretRef2$inboundSchema),
|
|
2589
|
+
});
|
|
2590
|
+
export function syncAcquireResponseResourceGroupName2FromJSON(jsonString) {
|
|
2591
|
+
return safeParse(jsonString, x => SyncAcquireResponseResourceGroupName2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseResourceGroupName2' from JSON`);
|
|
2592
|
+
}
|
|
2593
|
+
/** @internal */
|
|
2594
|
+
export const SyncAcquireResponseTypeArtifactRegistry2$inboundSchema = z.enum(SyncAcquireResponseTypeArtifactRegistry2);
|
|
2595
|
+
/** @internal */
|
|
2596
|
+
export const SyncAcquireResponseExternalBindingsAcr$inboundSchema = z.object({
|
|
2597
|
+
registryName: z.nullable(z.any()).optional(),
|
|
2598
|
+
resourceGroupName: z.nullable(z.any()).optional(),
|
|
2599
|
+
service: z.literal("acr"),
|
|
2600
|
+
type: SyncAcquireResponseTypeArtifactRegistry2$inboundSchema,
|
|
2601
|
+
});
|
|
2602
|
+
export function syncAcquireResponseExternalBindingsAcrFromJSON(jsonString) {
|
|
2603
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsAcr$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsAcr' from JSON`);
|
|
2604
|
+
}
|
|
2605
|
+
/** @internal */
|
|
2606
|
+
export const SyncAcquireResponsePullRoleArnSecretRef$inboundSchema = z.object({
|
|
2607
|
+
key: z.string(),
|
|
2608
|
+
name: z.string(),
|
|
2609
|
+
});
|
|
2610
|
+
export function syncAcquireResponsePullRoleArnSecretRefFromJSON(jsonString) {
|
|
2611
|
+
return safeParse(jsonString, x => SyncAcquireResponsePullRoleArnSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePullRoleArnSecretRef' from JSON`);
|
|
2612
|
+
}
|
|
2613
|
+
/** @internal */
|
|
2614
|
+
export const SyncAcquireResponsePullRoleArn$inboundSchema = z.object({
|
|
2615
|
+
secretRef: z.lazy(() => SyncAcquireResponsePullRoleArnSecretRef$inboundSchema),
|
|
2616
|
+
});
|
|
2617
|
+
export function syncAcquireResponsePullRoleArnFromJSON(jsonString) {
|
|
2618
|
+
return safeParse(jsonString, x => SyncAcquireResponsePullRoleArn$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePullRoleArn' from JSON`);
|
|
2619
|
+
}
|
|
2620
|
+
/** @internal */
|
|
2621
|
+
export const SyncAcquireResponsePushRoleArnSecretRef$inboundSchema = z.object({
|
|
2622
|
+
key: z.string(),
|
|
2623
|
+
name: z.string(),
|
|
2624
|
+
});
|
|
2625
|
+
export function syncAcquireResponsePushRoleArnSecretRefFromJSON(jsonString) {
|
|
2626
|
+
return safeParse(jsonString, x => SyncAcquireResponsePushRoleArnSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePushRoleArnSecretRef' from JSON`);
|
|
2627
|
+
}
|
|
2628
|
+
/** @internal */
|
|
2629
|
+
export const SyncAcquireResponsePushRoleArn$inboundSchema = z.object({
|
|
2630
|
+
secretRef: z.lazy(() => SyncAcquireResponsePushRoleArnSecretRef$inboundSchema),
|
|
2631
|
+
});
|
|
2632
|
+
export function syncAcquireResponsePushRoleArnFromJSON(jsonString) {
|
|
2633
|
+
return safeParse(jsonString, x => SyncAcquireResponsePushRoleArn$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponsePushRoleArn' from JSON`);
|
|
2634
|
+
}
|
|
2635
|
+
/** @internal */
|
|
2636
|
+
export const SyncAcquireResponseRepositoryPrefixSecretRef$inboundSchema = z.object({
|
|
2637
|
+
key: z.string(),
|
|
2638
|
+
name: z.string(),
|
|
2639
|
+
});
|
|
2640
|
+
export function syncAcquireResponseRepositoryPrefixSecretRefFromJSON(jsonString) {
|
|
2641
|
+
return safeParse(jsonString, x => SyncAcquireResponseRepositoryPrefixSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRepositoryPrefixSecretRef' from JSON`);
|
|
2642
|
+
}
|
|
2643
|
+
/** @internal */
|
|
2644
|
+
export const SyncAcquireResponseRepositoryPrefix$inboundSchema = z.object({
|
|
2645
|
+
secretRef: z.lazy(() => SyncAcquireResponseRepositoryPrefixSecretRef$inboundSchema),
|
|
2646
|
+
});
|
|
2647
|
+
export function syncAcquireResponseRepositoryPrefixFromJSON(jsonString) {
|
|
2648
|
+
return safeParse(jsonString, x => SyncAcquireResponseRepositoryPrefix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRepositoryPrefix' from JSON`);
|
|
2649
|
+
}
|
|
2650
|
+
/** @internal */
|
|
2651
|
+
export const SyncAcquireResponseTypeArtifactRegistry1$inboundSchema = z.enum(SyncAcquireResponseTypeArtifactRegistry1);
|
|
2652
|
+
/** @internal */
|
|
2653
|
+
export const SyncAcquireResponseExternalBindingsEcr$inboundSchema = z.object({
|
|
2654
|
+
pullRoleArn: z.nullable(z.any()).optional(),
|
|
2655
|
+
pushRoleArn: z.nullable(z.any()).optional(),
|
|
2656
|
+
repositoryPrefix: z.nullable(z.any()).optional(),
|
|
2657
|
+
service: z.literal("ecr"),
|
|
2658
|
+
type: SyncAcquireResponseTypeArtifactRegistry1$inboundSchema,
|
|
2659
|
+
});
|
|
2660
|
+
export function syncAcquireResponseExternalBindingsEcrFromJSON(jsonString) {
|
|
2661
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsEcr$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsEcr' from JSON`);
|
|
2662
|
+
}
|
|
2663
|
+
/** @internal */
|
|
2664
|
+
export const SyncAcquireResponseExternalBindingsUnion4$inboundSchema = z.union([
|
|
2665
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsEcr$inboundSchema),
|
|
2666
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsAcr$inboundSchema),
|
|
2667
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsGar$inboundSchema),
|
|
2668
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsLocal$inboundSchema),
|
|
2669
|
+
]);
|
|
2670
|
+
export function syncAcquireResponseExternalBindingsUnion4FromJSON(jsonString) {
|
|
2671
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsUnion4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsUnion4' from JSON`);
|
|
2672
|
+
}
|
|
2673
|
+
/** @internal */
|
|
2674
|
+
export const SyncAcquireResponseDataDirSecretRef1$inboundSchema = z.object({
|
|
2675
|
+
key: z.string(),
|
|
2676
|
+
name: z.string(),
|
|
2677
|
+
});
|
|
2678
|
+
export function syncAcquireResponseDataDirSecretRef1FromJSON(jsonString) {
|
|
2679
|
+
return safeParse(jsonString, x => SyncAcquireResponseDataDirSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDataDirSecretRef1' from JSON`);
|
|
2680
|
+
}
|
|
2681
|
+
/** @internal */
|
|
2682
|
+
export const SyncAcquireResponseDataDir1$inboundSchema = z.object({
|
|
2683
|
+
secretRef: z.lazy(() => SyncAcquireResponseDataDirSecretRef1$inboundSchema),
|
|
2684
|
+
});
|
|
2685
|
+
export function syncAcquireResponseDataDir1FromJSON(jsonString) {
|
|
2686
|
+
return safeParse(jsonString, x => SyncAcquireResponseDataDir1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDataDir1' from JSON`);
|
|
2687
|
+
}
|
|
2688
|
+
/** @internal */
|
|
2689
|
+
export const SyncAcquireResponseKeyPrefixSecretRef2$inboundSchema = z.object({
|
|
2690
|
+
key: z.string(),
|
|
2691
|
+
name: z.string(),
|
|
2692
|
+
});
|
|
2693
|
+
export function syncAcquireResponseKeyPrefixSecretRef2FromJSON(jsonString) {
|
|
2694
|
+
return safeParse(jsonString, x => SyncAcquireResponseKeyPrefixSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseKeyPrefixSecretRef2' from JSON`);
|
|
2695
|
+
}
|
|
2696
|
+
/** @internal */
|
|
2697
|
+
export const SyncAcquireResponseKeyPrefix2$inboundSchema = z.object({
|
|
2698
|
+
secretRef: z.lazy(() => SyncAcquireResponseKeyPrefixSecretRef2$inboundSchema),
|
|
2699
|
+
});
|
|
2700
|
+
export function syncAcquireResponseKeyPrefix2FromJSON(jsonString) {
|
|
2701
|
+
return safeParse(jsonString, x => SyncAcquireResponseKeyPrefix2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseKeyPrefix2' from JSON`);
|
|
2702
|
+
}
|
|
2703
|
+
/** @internal */
|
|
2704
|
+
export const SyncAcquireResponseTypeKv5$inboundSchema = z.enum(SyncAcquireResponseTypeKv5);
|
|
2705
|
+
/** @internal */
|
|
2706
|
+
export const SyncAcquireResponseExternalBindingsLocalKv$inboundSchema = z.object({
|
|
2707
|
+
dataDir: z.nullable(z.any()).optional(),
|
|
2708
|
+
keyPrefix: z.nullable(z.any()).optional(),
|
|
2709
|
+
service: z.literal("local-kv"),
|
|
2710
|
+
type: SyncAcquireResponseTypeKv5$inboundSchema,
|
|
2711
|
+
});
|
|
2712
|
+
export function syncAcquireResponseExternalBindingsLocalKvFromJSON(jsonString) {
|
|
2713
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsLocalKv$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsLocalKv' from JSON`);
|
|
2714
|
+
}
|
|
2715
|
+
/** @internal */
|
|
2716
|
+
export const SyncAcquireResponseConnectionUrlSecretRef$inboundSchema = z.object({
|
|
2717
|
+
key: z.string(),
|
|
2718
|
+
name: z.string(),
|
|
2719
|
+
});
|
|
2720
|
+
export function syncAcquireResponseConnectionUrlSecretRefFromJSON(jsonString) {
|
|
2721
|
+
return safeParse(jsonString, x => SyncAcquireResponseConnectionUrlSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseConnectionUrlSecretRef' from JSON`);
|
|
2722
|
+
}
|
|
2723
|
+
/** @internal */
|
|
2724
|
+
export const SyncAcquireResponseConnectionUrl$inboundSchema = z.object({
|
|
2725
|
+
secretRef: z.lazy(() => SyncAcquireResponseConnectionUrlSecretRef$inboundSchema),
|
|
2726
|
+
});
|
|
2727
|
+
export function syncAcquireResponseConnectionUrlFromJSON(jsonString) {
|
|
2728
|
+
return safeParse(jsonString, x => SyncAcquireResponseConnectionUrl$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseConnectionUrl' from JSON`);
|
|
2729
|
+
}
|
|
2730
|
+
/** @internal */
|
|
2731
|
+
export const SyncAcquireResponseDatabaseSecretRef$inboundSchema = z.object({
|
|
2732
|
+
key: z.string(),
|
|
2733
|
+
name: z.string(),
|
|
2734
|
+
});
|
|
2735
|
+
export function syncAcquireResponseDatabaseSecretRefFromJSON(jsonString) {
|
|
2736
|
+
return safeParse(jsonString, x => SyncAcquireResponseDatabaseSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDatabaseSecretRef' from JSON`);
|
|
2737
|
+
}
|
|
2738
|
+
/** @internal */
|
|
2739
|
+
export const SyncAcquireResponseDatabase$inboundSchema = z.object({
|
|
2740
|
+
secretRef: z.lazy(() => SyncAcquireResponseDatabaseSecretRef$inboundSchema),
|
|
2741
|
+
});
|
|
2742
|
+
export function syncAcquireResponseDatabaseFromJSON(jsonString) {
|
|
2743
|
+
return safeParse(jsonString, x => SyncAcquireResponseDatabase$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDatabase' from JSON`);
|
|
2744
|
+
}
|
|
2745
|
+
/** @internal */
|
|
2746
|
+
export const SyncAcquireResponseKeyPrefixSecretRef1$inboundSchema = z.object({
|
|
2747
|
+
key: z.string(),
|
|
2748
|
+
name: z.string(),
|
|
2749
|
+
});
|
|
2750
|
+
export function syncAcquireResponseKeyPrefixSecretRef1FromJSON(jsonString) {
|
|
2751
|
+
return safeParse(jsonString, x => SyncAcquireResponseKeyPrefixSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseKeyPrefixSecretRef1' from JSON`);
|
|
2752
|
+
}
|
|
2753
|
+
/** @internal */
|
|
2754
|
+
export const SyncAcquireResponseKeyPrefix1$inboundSchema = z.object({
|
|
2755
|
+
secretRef: z.lazy(() => SyncAcquireResponseKeyPrefixSecretRef1$inboundSchema),
|
|
2756
|
+
});
|
|
2757
|
+
export function syncAcquireResponseKeyPrefix1FromJSON(jsonString) {
|
|
2758
|
+
return safeParse(jsonString, x => SyncAcquireResponseKeyPrefix1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseKeyPrefix1' from JSON`);
|
|
2759
|
+
}
|
|
2760
|
+
/** @internal */
|
|
2761
|
+
export const SyncAcquireResponseTypeKv4$inboundSchema = z.enum(SyncAcquireResponseTypeKv4);
|
|
2762
|
+
/** @internal */
|
|
2763
|
+
export const SyncAcquireResponseExternalBindingsRedis$inboundSchema = z.object({
|
|
2764
|
+
connectionUrl: z.nullable(z.any()).optional(),
|
|
2765
|
+
database: z.nullable(z.any()).optional(),
|
|
2766
|
+
keyPrefix: z.nullable(z.any()).optional(),
|
|
2767
|
+
service: z.literal("redis"),
|
|
2768
|
+
type: SyncAcquireResponseTypeKv4$inboundSchema,
|
|
2769
|
+
});
|
|
2770
|
+
export function syncAcquireResponseExternalBindingsRedisFromJSON(jsonString) {
|
|
2771
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsRedis$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsRedis' from JSON`);
|
|
2772
|
+
}
|
|
2773
|
+
/** @internal */
|
|
2774
|
+
export const SyncAcquireResponseAccountNameSecretRef2$inboundSchema = z.object({
|
|
2775
|
+
key: z.string(),
|
|
2776
|
+
name: z.string(),
|
|
2777
|
+
});
|
|
2778
|
+
export function syncAcquireResponseAccountNameSecretRef2FromJSON(jsonString) {
|
|
2779
|
+
return safeParse(jsonString, x => SyncAcquireResponseAccountNameSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseAccountNameSecretRef2' from JSON`);
|
|
2780
|
+
}
|
|
2781
|
+
/** @internal */
|
|
2782
|
+
export const SyncAcquireResponseAccountName2$inboundSchema = z.object({
|
|
2783
|
+
secretRef: z.lazy(() => SyncAcquireResponseAccountNameSecretRef2$inboundSchema),
|
|
2784
|
+
});
|
|
2785
|
+
export function syncAcquireResponseAccountName2FromJSON(jsonString) {
|
|
2786
|
+
return safeParse(jsonString, x => SyncAcquireResponseAccountName2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseAccountName2' from JSON`);
|
|
2787
|
+
}
|
|
2788
|
+
/** @internal */
|
|
2789
|
+
export const SyncAcquireResponseResourceGroupNameSecretRef1$inboundSchema = z.object({
|
|
2790
|
+
key: z.string(),
|
|
2791
|
+
name: z.string(),
|
|
2792
|
+
});
|
|
2793
|
+
export function syncAcquireResponseResourceGroupNameSecretRef1FromJSON(jsonString) {
|
|
2794
|
+
return safeParse(jsonString, x => SyncAcquireResponseResourceGroupNameSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseResourceGroupNameSecretRef1' from JSON`);
|
|
2795
|
+
}
|
|
2796
|
+
/** @internal */
|
|
2797
|
+
export const SyncAcquireResponseResourceGroupName1$inboundSchema = z.object({
|
|
2798
|
+
secretRef: z.lazy(() => SyncAcquireResponseResourceGroupNameSecretRef1$inboundSchema),
|
|
2799
|
+
});
|
|
2800
|
+
export function syncAcquireResponseResourceGroupName1FromJSON(jsonString) {
|
|
2801
|
+
return safeParse(jsonString, x => SyncAcquireResponseResourceGroupName1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseResourceGroupName1' from JSON`);
|
|
2802
|
+
}
|
|
2803
|
+
/** @internal */
|
|
2804
|
+
export const SyncAcquireResponseTableNameSecretRef2$inboundSchema = z.object({
|
|
2805
|
+
key: z.string(),
|
|
2806
|
+
name: z.string(),
|
|
2807
|
+
});
|
|
2808
|
+
export function syncAcquireResponseTableNameSecretRef2FromJSON(jsonString) {
|
|
2809
|
+
return safeParse(jsonString, x => SyncAcquireResponseTableNameSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTableNameSecretRef2' from JSON`);
|
|
2810
|
+
}
|
|
2811
|
+
/** @internal */
|
|
2812
|
+
export const SyncAcquireResponseTableName2$inboundSchema = z.object({
|
|
2813
|
+
secretRef: z.lazy(() => SyncAcquireResponseTableNameSecretRef2$inboundSchema),
|
|
2814
|
+
});
|
|
2815
|
+
export function syncAcquireResponseTableName2FromJSON(jsonString) {
|
|
2816
|
+
return safeParse(jsonString, x => SyncAcquireResponseTableName2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTableName2' from JSON`);
|
|
2817
|
+
}
|
|
2818
|
+
/** @internal */
|
|
2819
|
+
export const SyncAcquireResponseTypeKv3$inboundSchema = z.enum(SyncAcquireResponseTypeKv3);
|
|
2820
|
+
/** @internal */
|
|
2821
|
+
export const SyncAcquireResponseExternalBindingsTablestorage$inboundSchema = z.object({
|
|
2822
|
+
accountName: z.nullable(z.any()).optional(),
|
|
2823
|
+
resourceGroupName: z.nullable(z.any()).optional(),
|
|
2824
|
+
tableName: z.nullable(z.any()).optional(),
|
|
2825
|
+
service: z.literal("tablestorage"),
|
|
2826
|
+
type: SyncAcquireResponseTypeKv3$inboundSchema,
|
|
2827
|
+
});
|
|
2828
|
+
export function syncAcquireResponseExternalBindingsTablestorageFromJSON(jsonString) {
|
|
2829
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsTablestorage$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsTablestorage' from JSON`);
|
|
2830
|
+
}
|
|
2831
|
+
/** @internal */
|
|
2832
|
+
export const SyncAcquireResponseCollectionNameSecretRef$inboundSchema = z.object({
|
|
2833
|
+
key: z.string(),
|
|
2834
|
+
name: z.string(),
|
|
2835
|
+
});
|
|
2836
|
+
export function syncAcquireResponseCollectionNameSecretRefFromJSON(jsonString) {
|
|
2837
|
+
return safeParse(jsonString, x => SyncAcquireResponseCollectionNameSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCollectionNameSecretRef' from JSON`);
|
|
2838
|
+
}
|
|
2839
|
+
/** @internal */
|
|
2840
|
+
export const SyncAcquireResponseCollectionName$inboundSchema = z.object({
|
|
2841
|
+
secretRef: z.lazy(() => SyncAcquireResponseCollectionNameSecretRef$inboundSchema),
|
|
2842
|
+
});
|
|
2843
|
+
export function syncAcquireResponseCollectionNameFromJSON(jsonString) {
|
|
2844
|
+
return safeParse(jsonString, x => SyncAcquireResponseCollectionName$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCollectionName' from JSON`);
|
|
2845
|
+
}
|
|
2846
|
+
/** @internal */
|
|
2847
|
+
export const SyncAcquireResponseDatabaseIdSecretRef$inboundSchema = z.object({
|
|
2848
|
+
key: z.string(),
|
|
2849
|
+
name: z.string(),
|
|
2850
|
+
});
|
|
2851
|
+
export function syncAcquireResponseDatabaseIdSecretRefFromJSON(jsonString) {
|
|
2852
|
+
return safeParse(jsonString, x => SyncAcquireResponseDatabaseIdSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDatabaseIdSecretRef' from JSON`);
|
|
2853
|
+
}
|
|
2854
|
+
/** @internal */
|
|
2855
|
+
export const SyncAcquireResponseDatabaseId$inboundSchema = z.object({
|
|
2856
|
+
secretRef: z.lazy(() => SyncAcquireResponseDatabaseIdSecretRef$inboundSchema),
|
|
2857
|
+
});
|
|
2858
|
+
export function syncAcquireResponseDatabaseIdFromJSON(jsonString) {
|
|
2859
|
+
return safeParse(jsonString, x => SyncAcquireResponseDatabaseId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDatabaseId' from JSON`);
|
|
2860
|
+
}
|
|
2861
|
+
/** @internal */
|
|
2862
|
+
export const SyncAcquireResponseProjectIdSecretRef$inboundSchema = z.object({
|
|
2863
|
+
key: z.string(),
|
|
2864
|
+
name: z.string(),
|
|
2865
|
+
});
|
|
2866
|
+
export function syncAcquireResponseProjectIdSecretRefFromJSON(jsonString) {
|
|
2867
|
+
return safeParse(jsonString, x => SyncAcquireResponseProjectIdSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseProjectIdSecretRef' from JSON`);
|
|
2868
|
+
}
|
|
2869
|
+
/** @internal */
|
|
2870
|
+
export const SyncAcquireResponseProjectId$inboundSchema = z.object({
|
|
2871
|
+
secretRef: z.lazy(() => SyncAcquireResponseProjectIdSecretRef$inboundSchema),
|
|
2872
|
+
});
|
|
2873
|
+
export function syncAcquireResponseProjectIdFromJSON(jsonString) {
|
|
2874
|
+
return safeParse(jsonString, x => SyncAcquireResponseProjectId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseProjectId' from JSON`);
|
|
2875
|
+
}
|
|
2876
|
+
/** @internal */
|
|
2877
|
+
export const SyncAcquireResponseTypeKv2$inboundSchema = z.enum(SyncAcquireResponseTypeKv2);
|
|
2878
|
+
/** @internal */
|
|
2879
|
+
export const SyncAcquireResponseExternalBindingsFirestore$inboundSchema = z.object({
|
|
2880
|
+
collectionName: z.nullable(z.any()).optional(),
|
|
2881
|
+
databaseId: z.nullable(z.any()).optional(),
|
|
2882
|
+
projectId: z.nullable(z.any()).optional(),
|
|
2883
|
+
service: z.literal("firestore"),
|
|
2884
|
+
type: SyncAcquireResponseTypeKv2$inboundSchema,
|
|
2885
|
+
});
|
|
2886
|
+
export function syncAcquireResponseExternalBindingsFirestoreFromJSON(jsonString) {
|
|
2887
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsFirestore$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsFirestore' from JSON`);
|
|
2888
|
+
}
|
|
2889
|
+
/** @internal */
|
|
2890
|
+
export const SyncAcquireResponseEndpointUrlSecretRef$inboundSchema = z.object({
|
|
2891
|
+
key: z.string(),
|
|
2892
|
+
name: z.string(),
|
|
2893
|
+
});
|
|
2894
|
+
export function syncAcquireResponseEndpointUrlSecretRefFromJSON(jsonString) {
|
|
2895
|
+
return safeParse(jsonString, x => SyncAcquireResponseEndpointUrlSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseEndpointUrlSecretRef' from JSON`);
|
|
2896
|
+
}
|
|
2897
|
+
/** @internal */
|
|
2898
|
+
export const SyncAcquireResponseEndpointUrl$inboundSchema = z.object({
|
|
2899
|
+
secretRef: z.lazy(() => SyncAcquireResponseEndpointUrlSecretRef$inboundSchema),
|
|
2900
|
+
});
|
|
2901
|
+
export function syncAcquireResponseEndpointUrlFromJSON(jsonString) {
|
|
2902
|
+
return safeParse(jsonString, x => SyncAcquireResponseEndpointUrl$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseEndpointUrl' from JSON`);
|
|
2903
|
+
}
|
|
2904
|
+
/** @internal */
|
|
2905
|
+
export const SyncAcquireResponseRegionSecretRef$inboundSchema = z.object({
|
|
2906
|
+
key: z.string(),
|
|
2907
|
+
name: z.string(),
|
|
2908
|
+
});
|
|
2909
|
+
export function syncAcquireResponseRegionSecretRefFromJSON(jsonString) {
|
|
2910
|
+
return safeParse(jsonString, x => SyncAcquireResponseRegionSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRegionSecretRef' from JSON`);
|
|
2911
|
+
}
|
|
2912
|
+
/** @internal */
|
|
2913
|
+
export const SyncAcquireResponseRegion$inboundSchema = z.object({
|
|
2914
|
+
secretRef: z.lazy(() => SyncAcquireResponseRegionSecretRef$inboundSchema),
|
|
2915
|
+
});
|
|
2916
|
+
export function syncAcquireResponseRegionFromJSON(jsonString) {
|
|
2917
|
+
return safeParse(jsonString, x => SyncAcquireResponseRegion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseRegion' from JSON`);
|
|
2918
|
+
}
|
|
2919
|
+
/** @internal */
|
|
2920
|
+
export const SyncAcquireResponseTableNameSecretRef1$inboundSchema = z.object({
|
|
2921
|
+
key: z.string(),
|
|
2922
|
+
name: z.string(),
|
|
2923
|
+
});
|
|
2924
|
+
export function syncAcquireResponseTableNameSecretRef1FromJSON(jsonString) {
|
|
2925
|
+
return safeParse(jsonString, x => SyncAcquireResponseTableNameSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTableNameSecretRef1' from JSON`);
|
|
2926
|
+
}
|
|
2927
|
+
/** @internal */
|
|
2928
|
+
export const SyncAcquireResponseTableName1$inboundSchema = z.object({
|
|
2929
|
+
secretRef: z.lazy(() => SyncAcquireResponseTableNameSecretRef1$inboundSchema),
|
|
2930
|
+
});
|
|
2931
|
+
export function syncAcquireResponseTableName1FromJSON(jsonString) {
|
|
2932
|
+
return safeParse(jsonString, x => SyncAcquireResponseTableName1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTableName1' from JSON`);
|
|
2933
|
+
}
|
|
2934
|
+
/** @internal */
|
|
2935
|
+
export const SyncAcquireResponseTypeKv1$inboundSchema = z.enum(SyncAcquireResponseTypeKv1);
|
|
2936
|
+
/** @internal */
|
|
2937
|
+
export const SyncAcquireResponseExternalBindingsDynamodb$inboundSchema = z.object({
|
|
2938
|
+
endpointUrl: z.nullable(z.any()).optional(),
|
|
2939
|
+
region: z.nullable(z.any()).optional(),
|
|
2940
|
+
tableName: z.nullable(z.any()).optional(),
|
|
2941
|
+
service: z.literal("dynamodb"),
|
|
2942
|
+
type: SyncAcquireResponseTypeKv1$inboundSchema,
|
|
2943
|
+
});
|
|
2944
|
+
export function syncAcquireResponseExternalBindingsDynamodbFromJSON(jsonString) {
|
|
2945
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsDynamodb$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsDynamodb' from JSON`);
|
|
2946
|
+
}
|
|
2947
|
+
/** @internal */
|
|
2948
|
+
export const SyncAcquireResponseExternalBindingsUnion3$inboundSchema = z.union([
|
|
2949
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsDynamodb$inboundSchema),
|
|
2950
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsFirestore$inboundSchema),
|
|
2951
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsTablestorage$inboundSchema),
|
|
2952
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsRedis$inboundSchema),
|
|
2953
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsLocalKv$inboundSchema),
|
|
2954
|
+
]);
|
|
2955
|
+
export function syncAcquireResponseExternalBindingsUnion3FromJSON(jsonString) {
|
|
2956
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsUnion3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsUnion3' from JSON`);
|
|
2957
|
+
}
|
|
2958
|
+
/** @internal */
|
|
2959
|
+
export const SyncAcquireResponseNamespaceSecretRef1$inboundSchema = z.object({
|
|
2960
|
+
key: z.string(),
|
|
2961
|
+
name: z.string(),
|
|
2962
|
+
});
|
|
2963
|
+
export function syncAcquireResponseNamespaceSecretRef1FromJSON(jsonString) {
|
|
2964
|
+
return safeParse(jsonString, x => SyncAcquireResponseNamespaceSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseNamespaceSecretRef1' from JSON`);
|
|
2965
|
+
}
|
|
2966
|
+
/** @internal */
|
|
2967
|
+
export const SyncAcquireResponseNamespace1$inboundSchema = z.object({
|
|
2968
|
+
secretRef: z.lazy(() => SyncAcquireResponseNamespaceSecretRef1$inboundSchema),
|
|
2969
|
+
});
|
|
2970
|
+
export function syncAcquireResponseNamespace1FromJSON(jsonString) {
|
|
2971
|
+
return safeParse(jsonString, x => SyncAcquireResponseNamespace1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseNamespace1' from JSON`);
|
|
2972
|
+
}
|
|
2973
|
+
/** @internal */
|
|
2974
|
+
export const SyncAcquireResponseQueueNameSecretRef$inboundSchema = z.object({
|
|
2975
|
+
key: z.string(),
|
|
2976
|
+
name: z.string(),
|
|
2977
|
+
});
|
|
2978
|
+
export function syncAcquireResponseQueueNameSecretRefFromJSON(jsonString) {
|
|
2979
|
+
return safeParse(jsonString, x => SyncAcquireResponseQueueNameSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseQueueNameSecretRef' from JSON`);
|
|
2980
|
+
}
|
|
2981
|
+
/** @internal */
|
|
2982
|
+
export const SyncAcquireResponseQueueName$inboundSchema = z.object({
|
|
2983
|
+
secretRef: z.lazy(() => SyncAcquireResponseQueueNameSecretRef$inboundSchema),
|
|
2984
|
+
});
|
|
2985
|
+
export function syncAcquireResponseQueueNameFromJSON(jsonString) {
|
|
2986
|
+
return safeParse(jsonString, x => SyncAcquireResponseQueueName$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseQueueName' from JSON`);
|
|
2987
|
+
}
|
|
2988
|
+
/** @internal */
|
|
2989
|
+
export const SyncAcquireResponseTypeQueue3$inboundSchema = z.enum(SyncAcquireResponseTypeQueue3);
|
|
2990
|
+
/** @internal */
|
|
2991
|
+
export const SyncAcquireResponseExternalBindingsServicebus$inboundSchema = z.object({
|
|
2992
|
+
namespace: z.nullable(z.any()).optional(),
|
|
2993
|
+
queueName: z.nullable(z.any()).optional(),
|
|
2994
|
+
service: z.literal("servicebus"),
|
|
2995
|
+
type: SyncAcquireResponseTypeQueue3$inboundSchema,
|
|
2996
|
+
});
|
|
2997
|
+
export function syncAcquireResponseExternalBindingsServicebusFromJSON(jsonString) {
|
|
2998
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsServicebus$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsServicebus' from JSON`);
|
|
2999
|
+
}
|
|
3000
|
+
/** @internal */
|
|
3001
|
+
export const SyncAcquireResponseSubscriptionSecretRef$inboundSchema = z.object({
|
|
3002
|
+
key: z.string(),
|
|
3003
|
+
name: z.string(),
|
|
3004
|
+
});
|
|
3005
|
+
export function syncAcquireResponseSubscriptionSecretRefFromJSON(jsonString) {
|
|
3006
|
+
return safeParse(jsonString, x => SyncAcquireResponseSubscriptionSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseSubscriptionSecretRef' from JSON`);
|
|
3007
|
+
}
|
|
3008
|
+
/** @internal */
|
|
3009
|
+
export const SyncAcquireResponseSubscription$inboundSchema = z.object({
|
|
3010
|
+
secretRef: z.lazy(() => SyncAcquireResponseSubscriptionSecretRef$inboundSchema),
|
|
3011
|
+
});
|
|
3012
|
+
export function syncAcquireResponseSubscriptionFromJSON(jsonString) {
|
|
3013
|
+
return safeParse(jsonString, x => SyncAcquireResponseSubscription$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseSubscription' from JSON`);
|
|
3014
|
+
}
|
|
3015
|
+
/** @internal */
|
|
3016
|
+
export const SyncAcquireResponseTopicSecretRef$inboundSchema = z.object({
|
|
3017
|
+
key: z.string(),
|
|
3018
|
+
name: z.string(),
|
|
3019
|
+
});
|
|
3020
|
+
export function syncAcquireResponseTopicSecretRefFromJSON(jsonString) {
|
|
3021
|
+
return safeParse(jsonString, x => SyncAcquireResponseTopicSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTopicSecretRef' from JSON`);
|
|
3022
|
+
}
|
|
3023
|
+
/** @internal */
|
|
3024
|
+
export const SyncAcquireResponseTopic$inboundSchema = z.object({
|
|
3025
|
+
secretRef: z.lazy(() => SyncAcquireResponseTopicSecretRef$inboundSchema),
|
|
3026
|
+
});
|
|
3027
|
+
export function syncAcquireResponseTopicFromJSON(jsonString) {
|
|
3028
|
+
return safeParse(jsonString, x => SyncAcquireResponseTopic$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseTopic' from JSON`);
|
|
3029
|
+
}
|
|
3030
|
+
/** @internal */
|
|
3031
|
+
export const SyncAcquireResponseTypeQueue2$inboundSchema = z.enum(SyncAcquireResponseTypeQueue2);
|
|
3032
|
+
/** @internal */
|
|
3033
|
+
export const SyncAcquireResponseExternalBindingsPubsub$inboundSchema = z.object({
|
|
3034
|
+
subscription: z.nullable(z.any()).optional(),
|
|
3035
|
+
topic: z.nullable(z.any()).optional(),
|
|
3036
|
+
service: z.literal("pubsub"),
|
|
3037
|
+
type: SyncAcquireResponseTypeQueue2$inboundSchema,
|
|
3038
|
+
});
|
|
3039
|
+
export function syncAcquireResponseExternalBindingsPubsubFromJSON(jsonString) {
|
|
3040
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsPubsub$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsPubsub' from JSON`);
|
|
3041
|
+
}
|
|
3042
|
+
/** @internal */
|
|
3043
|
+
export const SyncAcquireResponseQueueUrlSecretRef$inboundSchema = z.object({
|
|
3044
|
+
key: z.string(),
|
|
3045
|
+
name: z.string(),
|
|
3046
|
+
});
|
|
3047
|
+
export function syncAcquireResponseQueueUrlSecretRefFromJSON(jsonString) {
|
|
3048
|
+
return safeParse(jsonString, x => SyncAcquireResponseQueueUrlSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseQueueUrlSecretRef' from JSON`);
|
|
3049
|
+
}
|
|
3050
|
+
/** @internal */
|
|
3051
|
+
export const SyncAcquireResponseQueueUrl$inboundSchema = z.object({
|
|
3052
|
+
secretRef: z.lazy(() => SyncAcquireResponseQueueUrlSecretRef$inboundSchema),
|
|
3053
|
+
});
|
|
3054
|
+
export function syncAcquireResponseQueueUrlFromJSON(jsonString) {
|
|
3055
|
+
return safeParse(jsonString, x => SyncAcquireResponseQueueUrl$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseQueueUrl' from JSON`);
|
|
3056
|
+
}
|
|
3057
|
+
/** @internal */
|
|
3058
|
+
export const SyncAcquireResponseTypeQueue1$inboundSchema = z.enum(SyncAcquireResponseTypeQueue1);
|
|
3059
|
+
/** @internal */
|
|
3060
|
+
export const SyncAcquireResponseExternalBindingsSqs$inboundSchema = z.object({
|
|
3061
|
+
queueUrl: z.nullable(z.any()).optional(),
|
|
3062
|
+
service: z.literal("sqs"),
|
|
3063
|
+
type: SyncAcquireResponseTypeQueue1$inboundSchema,
|
|
3064
|
+
});
|
|
3065
|
+
export function syncAcquireResponseExternalBindingsSqsFromJSON(jsonString) {
|
|
3066
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsSqs$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsSqs' from JSON`);
|
|
3067
|
+
}
|
|
3068
|
+
/** @internal */
|
|
3069
|
+
export const SyncAcquireResponseExternalBindingsUnion2$inboundSchema = z.union([
|
|
3070
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsSqs$inboundSchema),
|
|
3071
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsPubsub$inboundSchema),
|
|
3072
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsServicebus$inboundSchema),
|
|
3073
|
+
]);
|
|
3074
|
+
export function syncAcquireResponseExternalBindingsUnion2FromJSON(jsonString) {
|
|
3075
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsUnion2' from JSON`);
|
|
3076
|
+
}
|
|
3077
|
+
/** @internal */
|
|
3078
|
+
export const SyncAcquireResponseStoragePathSecretRef$inboundSchema = z.object({
|
|
3079
|
+
key: z.string(),
|
|
3080
|
+
name: z.string(),
|
|
3081
|
+
});
|
|
3082
|
+
export function syncAcquireResponseStoragePathSecretRefFromJSON(jsonString) {
|
|
3083
|
+
return safeParse(jsonString, x => SyncAcquireResponseStoragePathSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseStoragePathSecretRef' from JSON`);
|
|
3084
|
+
}
|
|
3085
|
+
/** @internal */
|
|
3086
|
+
export const SyncAcquireResponseStoragePath$inboundSchema = z.object({
|
|
3087
|
+
secretRef: z.lazy(() => SyncAcquireResponseStoragePathSecretRef$inboundSchema),
|
|
3088
|
+
});
|
|
3089
|
+
export function syncAcquireResponseStoragePathFromJSON(jsonString) {
|
|
3090
|
+
return safeParse(jsonString, x => SyncAcquireResponseStoragePath$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseStoragePath' from JSON`);
|
|
3091
|
+
}
|
|
3092
|
+
/** @internal */
|
|
3093
|
+
export const SyncAcquireResponseTypeStorage4$inboundSchema = z.enum(SyncAcquireResponseTypeStorage4);
|
|
3094
|
+
/** @internal */
|
|
3095
|
+
export const SyncAcquireResponseExternalBindingsLocalStorage$inboundSchema = z.object({
|
|
3096
|
+
storagePath: z.nullable(z.any()).optional(),
|
|
3097
|
+
service: z.literal("local-storage"),
|
|
3098
|
+
type: SyncAcquireResponseTypeStorage4$inboundSchema,
|
|
3099
|
+
});
|
|
3100
|
+
export function syncAcquireResponseExternalBindingsLocalStorageFromJSON(jsonString) {
|
|
3101
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsLocalStorage$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsLocalStorage' from JSON`);
|
|
3102
|
+
}
|
|
3103
|
+
/** @internal */
|
|
3104
|
+
export const SyncAcquireResponseBucketNameSecretRef2$inboundSchema = z.object({
|
|
3105
|
+
key: z.string(),
|
|
3106
|
+
name: z.string(),
|
|
3107
|
+
});
|
|
3108
|
+
export function syncAcquireResponseBucketNameSecretRef2FromJSON(jsonString) {
|
|
3109
|
+
return safeParse(jsonString, x => SyncAcquireResponseBucketNameSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseBucketNameSecretRef2' from JSON`);
|
|
3110
|
+
}
|
|
3111
|
+
/** @internal */
|
|
3112
|
+
export const SyncAcquireResponseBucketName2$inboundSchema = z.object({
|
|
3113
|
+
secretRef: z.lazy(() => SyncAcquireResponseBucketNameSecretRef2$inboundSchema),
|
|
3114
|
+
});
|
|
3115
|
+
export function syncAcquireResponseBucketName2FromJSON(jsonString) {
|
|
3116
|
+
return safeParse(jsonString, x => SyncAcquireResponseBucketName2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseBucketName2' from JSON`);
|
|
3117
|
+
}
|
|
3118
|
+
/** @internal */
|
|
3119
|
+
export const SyncAcquireResponseTypeStorage3$inboundSchema = z.enum(SyncAcquireResponseTypeStorage3);
|
|
3120
|
+
/** @internal */
|
|
3121
|
+
export const SyncAcquireResponseExternalBindingsGcs$inboundSchema = z.object({
|
|
3122
|
+
bucketName: z.nullable(z.any()).optional(),
|
|
3123
|
+
service: z.literal("gcs"),
|
|
3124
|
+
type: SyncAcquireResponseTypeStorage3$inboundSchema,
|
|
3125
|
+
});
|
|
3126
|
+
export function syncAcquireResponseExternalBindingsGcsFromJSON(jsonString) {
|
|
3127
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsGcs$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsGcs' from JSON`);
|
|
3128
|
+
}
|
|
3129
|
+
/** @internal */
|
|
3130
|
+
export const SyncAcquireResponseAccountNameSecretRef1$inboundSchema = z.object({
|
|
3131
|
+
key: z.string(),
|
|
3132
|
+
name: z.string(),
|
|
3133
|
+
});
|
|
3134
|
+
export function syncAcquireResponseAccountNameSecretRef1FromJSON(jsonString) {
|
|
3135
|
+
return safeParse(jsonString, x => SyncAcquireResponseAccountNameSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseAccountNameSecretRef1' from JSON`);
|
|
3136
|
+
}
|
|
3137
|
+
/** @internal */
|
|
3138
|
+
export const SyncAcquireResponseAccountName1$inboundSchema = z.object({
|
|
3139
|
+
secretRef: z.lazy(() => SyncAcquireResponseAccountNameSecretRef1$inboundSchema),
|
|
3140
|
+
});
|
|
3141
|
+
export function syncAcquireResponseAccountName1FromJSON(jsonString) {
|
|
3142
|
+
return safeParse(jsonString, x => SyncAcquireResponseAccountName1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseAccountName1' from JSON`);
|
|
3143
|
+
}
|
|
3144
|
+
/** @internal */
|
|
3145
|
+
export const SyncAcquireResponseContainerNameSecretRef$inboundSchema = z.object({
|
|
3146
|
+
key: z.string(),
|
|
3147
|
+
name: z.string(),
|
|
3148
|
+
});
|
|
3149
|
+
export function syncAcquireResponseContainerNameSecretRefFromJSON(jsonString) {
|
|
3150
|
+
return safeParse(jsonString, x => SyncAcquireResponseContainerNameSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseContainerNameSecretRef' from JSON`);
|
|
3151
|
+
}
|
|
3152
|
+
/** @internal */
|
|
3153
|
+
export const SyncAcquireResponseContainerName$inboundSchema = z.object({
|
|
3154
|
+
secretRef: z.lazy(() => SyncAcquireResponseContainerNameSecretRef$inboundSchema),
|
|
3155
|
+
});
|
|
3156
|
+
export function syncAcquireResponseContainerNameFromJSON(jsonString) {
|
|
3157
|
+
return safeParse(jsonString, x => SyncAcquireResponseContainerName$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseContainerName' from JSON`);
|
|
3158
|
+
}
|
|
3159
|
+
/** @internal */
|
|
3160
|
+
export const SyncAcquireResponseTypeStorage2$inboundSchema = z.enum(SyncAcquireResponseTypeStorage2);
|
|
3161
|
+
/** @internal */
|
|
3162
|
+
export const SyncAcquireResponseExternalBindingsBlob$inboundSchema = z.object({
|
|
3163
|
+
accountName: z.nullable(z.any()).optional(),
|
|
3164
|
+
containerName: z.nullable(z.any()).optional(),
|
|
3165
|
+
service: z.literal("blob"),
|
|
3166
|
+
type: SyncAcquireResponseTypeStorage2$inboundSchema,
|
|
3167
|
+
});
|
|
3168
|
+
export function syncAcquireResponseExternalBindingsBlobFromJSON(jsonString) {
|
|
3169
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsBlob$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsBlob' from JSON`);
|
|
3170
|
+
}
|
|
3171
|
+
/** @internal */
|
|
3172
|
+
export const SyncAcquireResponseBucketNameSecretRef1$inboundSchema = z.object({
|
|
3173
|
+
key: z.string(),
|
|
3174
|
+
name: z.string(),
|
|
3175
|
+
});
|
|
3176
|
+
export function syncAcquireResponseBucketNameSecretRef1FromJSON(jsonString) {
|
|
3177
|
+
return safeParse(jsonString, x => SyncAcquireResponseBucketNameSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseBucketNameSecretRef1' from JSON`);
|
|
3178
|
+
}
|
|
3179
|
+
/** @internal */
|
|
3180
|
+
export const SyncAcquireResponseBucketName1$inboundSchema = z.object({
|
|
3181
|
+
secretRef: z.lazy(() => SyncAcquireResponseBucketNameSecretRef1$inboundSchema),
|
|
3182
|
+
});
|
|
3183
|
+
export function syncAcquireResponseBucketName1FromJSON(jsonString) {
|
|
3184
|
+
return safeParse(jsonString, x => SyncAcquireResponseBucketName1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseBucketName1' from JSON`);
|
|
3185
|
+
}
|
|
3186
|
+
/** @internal */
|
|
3187
|
+
export const SyncAcquireResponseTypeStorage1$inboundSchema = z.enum(SyncAcquireResponseTypeStorage1);
|
|
3188
|
+
/** @internal */
|
|
3189
|
+
export const SyncAcquireResponseExternalBindingsS3$inboundSchema = z.object({
|
|
3190
|
+
bucketName: z.nullable(z.any()).optional(),
|
|
3191
|
+
service: z.literal("s3"),
|
|
3192
|
+
type: SyncAcquireResponseTypeStorage1$inboundSchema,
|
|
3193
|
+
});
|
|
3194
|
+
export function syncAcquireResponseExternalBindingsS3FromJSON(jsonString) {
|
|
3195
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsS3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsS3' from JSON`);
|
|
3196
|
+
}
|
|
3197
|
+
/** @internal */
|
|
3198
|
+
export const SyncAcquireResponseExternalBindingsUnion1$inboundSchema = z.union([
|
|
3199
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsS3$inboundSchema),
|
|
3200
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsBlob$inboundSchema),
|
|
3201
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsGcs$inboundSchema),
|
|
3202
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsLocalStorage$inboundSchema),
|
|
3203
|
+
]);
|
|
3204
|
+
export function syncAcquireResponseExternalBindingsUnion1FromJSON(jsonString) {
|
|
3205
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsUnion1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsUnion1' from JSON`);
|
|
3206
|
+
}
|
|
3207
|
+
/** @internal */
|
|
3208
|
+
export const SyncAcquireResponseExternalBindingsUnion6$inboundSchema = z.union([
|
|
3209
|
+
z.union([
|
|
3210
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsS3$inboundSchema),
|
|
3211
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsBlob$inboundSchema),
|
|
3212
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsGcs$inboundSchema),
|
|
3213
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsLocalStorage$inboundSchema),
|
|
3214
|
+
]),
|
|
3215
|
+
z.union([
|
|
3216
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsSqs$inboundSchema),
|
|
3217
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsPubsub$inboundSchema),
|
|
3218
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsServicebus$inboundSchema),
|
|
3219
|
+
]),
|
|
3220
|
+
z.union([
|
|
3221
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsDynamodb$inboundSchema),
|
|
3222
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsFirestore$inboundSchema),
|
|
3223
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsTablestorage$inboundSchema),
|
|
3224
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsRedis$inboundSchema),
|
|
3225
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsLocalKv$inboundSchema),
|
|
3226
|
+
]),
|
|
3227
|
+
z.union([
|
|
3228
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsEcr$inboundSchema),
|
|
3229
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsAcr$inboundSchema),
|
|
3230
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsGar$inboundSchema),
|
|
3231
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsLocal$inboundSchema),
|
|
3232
|
+
]),
|
|
3233
|
+
z.union([
|
|
3234
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsParameterStore$inboundSchema),
|
|
3235
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsSecretManager$inboundSchema),
|
|
3236
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsKeyVault$inboundSchema),
|
|
3237
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsKubernetesSecret$inboundSchema),
|
|
3238
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsLocalVault$inboundSchema),
|
|
3239
|
+
]),
|
|
3240
|
+
]);
|
|
3241
|
+
export function syncAcquireResponseExternalBindingsUnion6FromJSON(jsonString) {
|
|
3242
|
+
return safeParse(jsonString, x => SyncAcquireResponseExternalBindingsUnion6$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseExternalBindingsUnion6' from JSON`);
|
|
3243
|
+
}
|
|
3244
|
+
/** @internal */
|
|
3245
|
+
export const SyncAcquireResponseImagePullCredentials$inboundSchema = z.object({
|
|
3246
|
+
password: z.string(),
|
|
3247
|
+
username: z.string(),
|
|
3248
|
+
});
|
|
3249
|
+
export function syncAcquireResponseImagePullCredentialsFromJSON(jsonString) {
|
|
3250
|
+
return safeParse(jsonString, x => SyncAcquireResponseImagePullCredentials$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseImagePullCredentials' from JSON`);
|
|
3251
|
+
}
|
|
3252
|
+
/** @internal */
|
|
3253
|
+
export const SyncAcquireResponsePlatformKubernetes$inboundSchema = z.enum(SyncAcquireResponsePlatformKubernetes);
|
|
3254
|
+
/** @internal */
|
|
3255
|
+
export const SyncAcquireResponseManagementConfigKubernetes$inboundSchema = z.object({
|
|
3256
|
+
platform: SyncAcquireResponsePlatformKubernetes$inboundSchema,
|
|
3257
|
+
});
|
|
3258
|
+
export function syncAcquireResponseManagementConfigKubernetesFromJSON(jsonString) {
|
|
3259
|
+
return safeParse(jsonString, x => SyncAcquireResponseManagementConfigKubernetes$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseManagementConfigKubernetes' from JSON`);
|
|
3260
|
+
}
|
|
3261
|
+
/** @internal */
|
|
3262
|
+
export const SyncAcquireResponseConfigPlatformAzure$inboundSchema = z.enum(SyncAcquireResponseConfigPlatformAzure);
|
|
3263
|
+
/** @internal */
|
|
3264
|
+
export const SyncAcquireResponseManagementConfigAzure$inboundSchema = z.object({
|
|
3265
|
+
managementPrincipalId: z.string(),
|
|
3266
|
+
managingTenantId: z.string(),
|
|
3267
|
+
platform: SyncAcquireResponseConfigPlatformAzure$inboundSchema,
|
|
3268
|
+
});
|
|
3269
|
+
export function syncAcquireResponseManagementConfigAzureFromJSON(jsonString) {
|
|
3270
|
+
return safeParse(jsonString, x => SyncAcquireResponseManagementConfigAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseManagementConfigAzure' from JSON`);
|
|
3271
|
+
}
|
|
3272
|
+
/** @internal */
|
|
3273
|
+
export const SyncAcquireResponseConfigPlatformGcp$inboundSchema = z.enum(SyncAcquireResponseConfigPlatformGcp);
|
|
3274
|
+
/** @internal */
|
|
3275
|
+
export const SyncAcquireResponseManagementConfigGcp$inboundSchema = z.object({
|
|
3276
|
+
serviceAccountEmail: z.string(),
|
|
3277
|
+
platform: SyncAcquireResponseConfigPlatformGcp$inboundSchema,
|
|
3278
|
+
});
|
|
3279
|
+
export function syncAcquireResponseManagementConfigGcpFromJSON(jsonString) {
|
|
3280
|
+
return safeParse(jsonString, x => SyncAcquireResponseManagementConfigGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseManagementConfigGcp' from JSON`);
|
|
3281
|
+
}
|
|
3282
|
+
/** @internal */
|
|
3283
|
+
export const SyncAcquireResponseConfigPlatformAws$inboundSchema = z.enum(SyncAcquireResponseConfigPlatformAws);
|
|
3284
|
+
/** @internal */
|
|
3285
|
+
export const SyncAcquireResponseManagementConfigAws$inboundSchema = z.object({
|
|
3286
|
+
managingRoleArn: z.string(),
|
|
3287
|
+
platform: SyncAcquireResponseConfigPlatformAws$inboundSchema,
|
|
3288
|
+
});
|
|
3289
|
+
export function syncAcquireResponseManagementConfigAwsFromJSON(jsonString) {
|
|
3290
|
+
return safeParse(jsonString, x => SyncAcquireResponseManagementConfigAws$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseManagementConfigAws' from JSON`);
|
|
3291
|
+
}
|
|
3292
|
+
/** @internal */
|
|
3293
|
+
export const SyncAcquireResponseMonitoring$inboundSchema = z.object({
|
|
3294
|
+
logsAuthHeader: z.string(),
|
|
3295
|
+
logsEndpoint: z.string(),
|
|
3296
|
+
metricsAuthHeader: z.nullable(z.string()).optional(),
|
|
3297
|
+
metricsEndpoint: z.nullable(z.string()).optional(),
|
|
3298
|
+
});
|
|
3299
|
+
export function syncAcquireResponseMonitoringFromJSON(jsonString) {
|
|
3300
|
+
return safeParse(jsonString, x => SyncAcquireResponseMonitoring$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseMonitoring' from JSON`);
|
|
3301
|
+
}
|
|
3302
|
+
/** @internal */
|
|
3303
|
+
export const SyncAcquireResponseDeploymentModel$inboundSchema = z.enum(SyncAcquireResponseDeploymentModel);
|
|
3304
|
+
/** @internal */
|
|
3305
|
+
export const SyncAcquireResponseAws$inboundSchema = z.object({
|
|
3306
|
+
certificateArn: z.string(),
|
|
3307
|
+
});
|
|
3308
|
+
export function syncAcquireResponseAwsFromJSON(jsonString) {
|
|
3309
|
+
return safeParse(jsonString, x => SyncAcquireResponseAws$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseAws' from JSON`);
|
|
3310
|
+
}
|
|
3311
|
+
/** @internal */
|
|
3312
|
+
export const SyncAcquireResponseAzureConfig$inboundSchema = z.object({
|
|
3313
|
+
keyVaultCertificateId: z.string(),
|
|
3314
|
+
});
|
|
3315
|
+
export function syncAcquireResponseAzureConfigFromJSON(jsonString) {
|
|
3316
|
+
return safeParse(jsonString, x => SyncAcquireResponseAzureConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseAzureConfig' from JSON`);
|
|
3317
|
+
}
|
|
3318
|
+
/** @internal */
|
|
3319
|
+
export const SyncAcquireResponseGcpConfig$inboundSchema = z.object({
|
|
3320
|
+
certificateName: z.string(),
|
|
3321
|
+
});
|
|
3322
|
+
export function syncAcquireResponseGcpConfigFromJSON(jsonString) {
|
|
3323
|
+
return safeParse(jsonString, x => SyncAcquireResponseGcpConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseGcpConfig' from JSON`);
|
|
3324
|
+
}
|
|
3325
|
+
/** @internal */
|
|
3326
|
+
export const SyncAcquireResponseCertificate$inboundSchema = z.object({
|
|
3327
|
+
aws: z.nullable(z.any()).optional(),
|
|
3328
|
+
azure: z.nullable(z.any()).optional(),
|
|
3329
|
+
gcp: z.nullable(z.any()).optional(),
|
|
3330
|
+
});
|
|
3331
|
+
export function syncAcquireResponseCertificateFromJSON(jsonString) {
|
|
3332
|
+
return safeParse(jsonString, x => SyncAcquireResponseCertificate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCertificate' from JSON`);
|
|
3333
|
+
}
|
|
3334
|
+
/** @internal */
|
|
3335
|
+
export const SyncAcquireResponseCustomDomains$inboundSchema = z.object({
|
|
3336
|
+
certificate: z.lazy(() => SyncAcquireResponseCertificate$inboundSchema),
|
|
3337
|
+
domain: z.string(),
|
|
3338
|
+
});
|
|
3339
|
+
export function syncAcquireResponseCustomDomainsFromJSON(jsonString) {
|
|
3340
|
+
return safeParse(jsonString, x => SyncAcquireResponseCustomDomains$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseCustomDomains' from JSON`);
|
|
3341
|
+
}
|
|
3342
|
+
/** @internal */
|
|
3343
|
+
export const SyncAcquireResponseDomains$inboundSchema = z.object({
|
|
3344
|
+
customDomains: z
|
|
3345
|
+
.nullable(z.record(z.string(), z.lazy(() => SyncAcquireResponseCustomDomains$inboundSchema)))
|
|
3346
|
+
.optional(),
|
|
3347
|
+
});
|
|
3348
|
+
export function syncAcquireResponseDomainsFromJSON(jsonString) {
|
|
3349
|
+
return safeParse(jsonString, x => SyncAcquireResponseDomains$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDomains' from JSON`);
|
|
3350
|
+
}
|
|
3351
|
+
/** @internal */
|
|
3352
|
+
export const SyncAcquireResponseHeartbeats$inboundSchema = z.enum(SyncAcquireResponseHeartbeats);
|
|
3353
|
+
/** @internal */
|
|
3354
|
+
export const SyncAcquireResponseTypeByoVnetAzure$inboundSchema = z.enum(SyncAcquireResponseTypeByoVnetAzure);
|
|
3355
|
+
/** @internal */
|
|
3356
|
+
export const SyncAcquireResponseNetworkByoVnetAzure$inboundSchema = z
|
|
3357
|
+
.object({
|
|
3358
|
+
private_subnet_name: z.string(),
|
|
3359
|
+
public_subnet_name: z.string(),
|
|
3360
|
+
type: SyncAcquireResponseTypeByoVnetAzure$inboundSchema,
|
|
3361
|
+
vnet_resource_id: z.string(),
|
|
3362
|
+
})
|
|
3363
|
+
.transform(v => {
|
|
3364
|
+
return remap$(v, {
|
|
3365
|
+
private_subnet_name: "privateSubnetName",
|
|
3366
|
+
public_subnet_name: "publicSubnetName",
|
|
3367
|
+
vnet_resource_id: "vnetResourceId",
|
|
3368
|
+
});
|
|
3369
|
+
});
|
|
3370
|
+
export function syncAcquireResponseNetworkByoVnetAzureFromJSON(jsonString) {
|
|
3371
|
+
return safeParse(jsonString, x => SyncAcquireResponseNetworkByoVnetAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseNetworkByoVnetAzure' from JSON`);
|
|
3372
|
+
}
|
|
3373
|
+
/** @internal */
|
|
3374
|
+
export const SyncAcquireResponseTypeByoVpcGcp$inboundSchema = z.enum(SyncAcquireResponseTypeByoVpcGcp);
|
|
3375
|
+
/** @internal */
|
|
3376
|
+
export const SyncAcquireResponseNetworkByoVpcGcp$inboundSchema = z
|
|
3377
|
+
.object({
|
|
3378
|
+
network_name: z.string(),
|
|
3379
|
+
region: z.string(),
|
|
3380
|
+
subnet_name: z.string(),
|
|
3381
|
+
type: SyncAcquireResponseTypeByoVpcGcp$inboundSchema,
|
|
3382
|
+
})
|
|
3383
|
+
.transform(v => {
|
|
3384
|
+
return remap$(v, {
|
|
3385
|
+
network_name: "networkName",
|
|
3386
|
+
subnet_name: "subnetName",
|
|
3387
|
+
});
|
|
3388
|
+
});
|
|
3389
|
+
export function syncAcquireResponseNetworkByoVpcGcpFromJSON(jsonString) {
|
|
3390
|
+
return safeParse(jsonString, x => SyncAcquireResponseNetworkByoVpcGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseNetworkByoVpcGcp' from JSON`);
|
|
3391
|
+
}
|
|
3392
|
+
/** @internal */
|
|
3393
|
+
export const SyncAcquireResponseTypeByoVpcAws$inboundSchema = z.enum(SyncAcquireResponseTypeByoVpcAws);
|
|
3394
|
+
/** @internal */
|
|
3395
|
+
export const SyncAcquireResponseNetworkByoVpcAws$inboundSchema = z
|
|
3396
|
+
.object({
|
|
3397
|
+
private_subnet_ids: z.array(z.string()),
|
|
3398
|
+
public_subnet_ids: z.array(z.string()),
|
|
3399
|
+
security_group_ids: z.array(z.string()).optional(),
|
|
3400
|
+
type: SyncAcquireResponseTypeByoVpcAws$inboundSchema,
|
|
3401
|
+
vpc_id: z.string(),
|
|
3402
|
+
})
|
|
3403
|
+
.transform(v => {
|
|
3404
|
+
return remap$(v, {
|
|
3405
|
+
private_subnet_ids: "privateSubnetIds",
|
|
3406
|
+
public_subnet_ids: "publicSubnetIds",
|
|
3407
|
+
security_group_ids: "securityGroupIds",
|
|
3408
|
+
vpc_id: "vpcId",
|
|
3409
|
+
});
|
|
3410
|
+
});
|
|
3411
|
+
export function syncAcquireResponseNetworkByoVpcAwsFromJSON(jsonString) {
|
|
3412
|
+
return safeParse(jsonString, x => SyncAcquireResponseNetworkByoVpcAws$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseNetworkByoVpcAws' from JSON`);
|
|
3413
|
+
}
|
|
3414
|
+
/** @internal */
|
|
3415
|
+
export const SyncAcquireResponseTypeCreate$inboundSchema = z.enum(SyncAcquireResponseTypeCreate);
|
|
3416
|
+
/** @internal */
|
|
3417
|
+
export const SyncAcquireResponseNetworkCreate$inboundSchema = z
|
|
3418
|
+
.object({
|
|
3419
|
+
availability_zones: z.int().optional(),
|
|
3420
|
+
cidr: z.nullable(z.string()).optional(),
|
|
3421
|
+
type: SyncAcquireResponseTypeCreate$inboundSchema,
|
|
3422
|
+
})
|
|
3423
|
+
.transform(v => {
|
|
3424
|
+
return remap$(v, {
|
|
3425
|
+
availability_zones: "availabilityZones",
|
|
3426
|
+
});
|
|
3427
|
+
});
|
|
3428
|
+
export function syncAcquireResponseNetworkCreateFromJSON(jsonString) {
|
|
3429
|
+
return safeParse(jsonString, x => SyncAcquireResponseNetworkCreate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseNetworkCreate' from JSON`);
|
|
3430
|
+
}
|
|
3431
|
+
/** @internal */
|
|
3432
|
+
export const SyncAcquireResponseTypeUseDefault$inboundSchema = z.enum(SyncAcquireResponseTypeUseDefault);
|
|
3433
|
+
/** @internal */
|
|
3434
|
+
export const SyncAcquireResponseNetworkUseDefault$inboundSchema = z.object({
|
|
3435
|
+
type: SyncAcquireResponseTypeUseDefault$inboundSchema,
|
|
3436
|
+
});
|
|
3437
|
+
export function syncAcquireResponseNetworkUseDefaultFromJSON(jsonString) {
|
|
3438
|
+
return safeParse(jsonString, x => SyncAcquireResponseNetworkUseDefault$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseNetworkUseDefault' from JSON`);
|
|
3439
|
+
}
|
|
3440
|
+
/** @internal */
|
|
3441
|
+
export const SyncAcquireResponseTelemetry$inboundSchema = z.enum(SyncAcquireResponseTelemetry);
|
|
3442
|
+
/** @internal */
|
|
3443
|
+
export const SyncAcquireResponseUpdates$inboundSchema = z.enum(SyncAcquireResponseUpdates);
|
|
3444
|
+
/** @internal */
|
|
3445
|
+
export const SyncAcquireResponseStackSettings$inboundSchema = z.object({
|
|
3446
|
+
deploymentModel: SyncAcquireResponseDeploymentModel$inboundSchema.optional(),
|
|
3447
|
+
domains: z.nullable(z.any()).optional(),
|
|
3448
|
+
heartbeats: SyncAcquireResponseHeartbeats$inboundSchema.optional(),
|
|
3449
|
+
network: z.nullable(z.any()).optional(),
|
|
3450
|
+
telemetry: SyncAcquireResponseTelemetry$inboundSchema.optional(),
|
|
3451
|
+
updates: SyncAcquireResponseUpdates$inboundSchema.optional(),
|
|
3452
|
+
});
|
|
3453
|
+
export function syncAcquireResponseStackSettingsFromJSON(jsonString) {
|
|
3454
|
+
return safeParse(jsonString, x => SyncAcquireResponseStackSettings$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseStackSettings' from JSON`);
|
|
3455
|
+
}
|
|
3456
|
+
/** @internal */
|
|
3457
|
+
export const SyncAcquireResponseConfig$inboundSchema = z.object({
|
|
3458
|
+
allowFrozenChanges: z.boolean().optional(),
|
|
3459
|
+
artifactRegistry: z.nullable(z.any()).optional(),
|
|
3460
|
+
computeBackend: z.nullable(z.any()).optional(),
|
|
3461
|
+
domainMetadata: z.nullable(z.any()).optional(),
|
|
3462
|
+
environmentVariables: z.lazy(() => SyncAcquireResponseEnvironmentVariables$inboundSchema),
|
|
3463
|
+
externalBindings: z
|
|
3464
|
+
.record(z.string(), z.union([
|
|
3465
|
+
z.union([
|
|
3466
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsS3$inboundSchema),
|
|
3467
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsBlob$inboundSchema),
|
|
3468
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsGcs$inboundSchema),
|
|
3469
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsLocalStorage$inboundSchema),
|
|
3470
|
+
]),
|
|
3471
|
+
z.union([
|
|
3472
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsSqs$inboundSchema),
|
|
3473
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsPubsub$inboundSchema),
|
|
3474
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsServicebus$inboundSchema),
|
|
3475
|
+
]),
|
|
3476
|
+
z.union([
|
|
3477
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsDynamodb$inboundSchema),
|
|
3478
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsFirestore$inboundSchema),
|
|
3479
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsTablestorage$inboundSchema),
|
|
3480
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsRedis$inboundSchema),
|
|
3481
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsLocalKv$inboundSchema),
|
|
3482
|
+
]),
|
|
3483
|
+
z.union([
|
|
3484
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsEcr$inboundSchema),
|
|
3485
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsAcr$inboundSchema),
|
|
3486
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsGar$inboundSchema),
|
|
3487
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsLocal$inboundSchema),
|
|
3488
|
+
]),
|
|
3489
|
+
z.union([
|
|
3490
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsParameterStore$inboundSchema),
|
|
3491
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsSecretManager$inboundSchema),
|
|
3492
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsKeyVault$inboundSchema),
|
|
3493
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsKubernetesSecret$inboundSchema),
|
|
3494
|
+
z.lazy(() => SyncAcquireResponseExternalBindingsLocalVault$inboundSchema),
|
|
3495
|
+
]),
|
|
3496
|
+
]))
|
|
3497
|
+
.optional(),
|
|
3498
|
+
imagePullCredentials: z.nullable(z.any()).optional(),
|
|
3499
|
+
managementConfig: z.nullable(z.any()).optional(),
|
|
3500
|
+
monitoring: z.nullable(z.any()).optional(),
|
|
3501
|
+
publicUrls: z.nullable(z.record(z.string(), z.string())).optional(),
|
|
3502
|
+
stackSettings: z.lazy(() => SyncAcquireResponseStackSettings$inboundSchema).optional(),
|
|
3503
|
+
});
|
|
3504
|
+
export function syncAcquireResponseConfigFromJSON(jsonString) {
|
|
3505
|
+
return safeParse(jsonString, x => SyncAcquireResponseConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseConfig' from JSON`);
|
|
3506
|
+
}
|
|
3507
|
+
/** @internal */
|
|
3508
|
+
export const SyncAcquireResponseDeployment$inboundSchema = z.object({
|
|
3509
|
+
deploymentId: z.string(),
|
|
3510
|
+
projectId: z.string(),
|
|
3511
|
+
current: z.lazy(() => SyncAcquireResponseCurrent$inboundSchema),
|
|
3512
|
+
config: z.lazy(() => SyncAcquireResponseConfig$inboundSchema),
|
|
3513
|
+
});
|
|
3514
|
+
export function syncAcquireResponseDeploymentFromJSON(jsonString) {
|
|
3515
|
+
return safeParse(jsonString, x => SyncAcquireResponseDeployment$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponseDeployment' from JSON`);
|
|
3516
|
+
}
|
|
3517
|
+
/** @internal */
|
|
3518
|
+
export const Failure$inboundSchema = z.object({
|
|
3519
|
+
deploymentId: z.string(),
|
|
3520
|
+
projectId: z.string(),
|
|
3521
|
+
error: APIError$inboundSchema,
|
|
3522
|
+
});
|
|
3523
|
+
export function failureFromJSON(jsonString) {
|
|
3524
|
+
return safeParse(jsonString, x => Failure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Failure' from JSON`);
|
|
3525
|
+
}
|
|
3526
|
+
/** @internal */
|
|
3527
|
+
export const SyncAcquireResponse$inboundSchema = z.object({
|
|
3528
|
+
deployments: z.array(z.lazy(() => SyncAcquireResponseDeployment$inboundSchema)),
|
|
3529
|
+
failures: z.array(z.lazy(() => Failure$inboundSchema)),
|
|
3530
|
+
});
|
|
3531
|
+
export function syncAcquireResponseFromJSON(jsonString) {
|
|
3532
|
+
return safeParse(jsonString, x => SyncAcquireResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncAcquireResponse' from JSON`);
|
|
3533
|
+
}
|
|
3534
|
+
//# sourceMappingURL=syncacquireresponse.js.map
|