@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,3985 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4"
|
|
6
|
+
import { remap as remap$ } from "../lib/primitives.js"
|
|
7
|
+
import { collectExtraKeys as collectExtraKeys$, safeParse } from "../lib/schemas.js"
|
|
8
|
+
import type { ClosedEnum } from "../types/enums.js"
|
|
9
|
+
import type { Result as SafeParseResult } from "../types/fp.js"
|
|
10
|
+
import {
|
|
11
|
+
type DeploymentGroupInfo,
|
|
12
|
+
DeploymentGroupInfo$inboundSchema,
|
|
13
|
+
} from "./deploymentgroupinfo.js"
|
|
14
|
+
import {
|
|
15
|
+
type DeploymentProjectInfo,
|
|
16
|
+
DeploymentProjectInfo$inboundSchema,
|
|
17
|
+
} from "./deploymentprojectinfo.js"
|
|
18
|
+
import {
|
|
19
|
+
type DeploymentReleaseInfo,
|
|
20
|
+
DeploymentReleaseInfo$inboundSchema,
|
|
21
|
+
} from "./deploymentreleaseinfo.js"
|
|
22
|
+
import {
|
|
23
|
+
type EnvironmentVariableConfig,
|
|
24
|
+
EnvironmentVariableConfig$inboundSchema,
|
|
25
|
+
} from "./environmentvariableconfig.js"
|
|
26
|
+
import type { SDKValidationError } from "./errors/sdkvalidationerror.js"
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Deployment status in the deployment lifecycle
|
|
30
|
+
*/
|
|
31
|
+
export const DeploymentDetailResponseStatus = {
|
|
32
|
+
Pending: "pending",
|
|
33
|
+
InitialSetup: "initial-setup",
|
|
34
|
+
InitialSetupFailed: "initial-setup-failed",
|
|
35
|
+
Provisioning: "provisioning",
|
|
36
|
+
ProvisioningFailed: "provisioning-failed",
|
|
37
|
+
Running: "running",
|
|
38
|
+
RefreshFailed: "refresh-failed",
|
|
39
|
+
UpdatePending: "update-pending",
|
|
40
|
+
Updating: "updating",
|
|
41
|
+
UpdateFailed: "update-failed",
|
|
42
|
+
DeletePending: "delete-pending",
|
|
43
|
+
Deleting: "deleting",
|
|
44
|
+
DeleteFailed: "delete-failed",
|
|
45
|
+
Deleted: "deleted",
|
|
46
|
+
} as const
|
|
47
|
+
/**
|
|
48
|
+
* Deployment status in the deployment lifecycle
|
|
49
|
+
*/
|
|
50
|
+
export type DeploymentDetailResponseStatus = ClosedEnum<typeof DeploymentDetailResponseStatus>
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Target platform for the deployment
|
|
54
|
+
*/
|
|
55
|
+
export const DeploymentDetailResponsePlatform = {
|
|
56
|
+
Aws: "aws",
|
|
57
|
+
Gcp: "gcp",
|
|
58
|
+
Azure: "azure",
|
|
59
|
+
Kubernetes: "kubernetes",
|
|
60
|
+
Local: "local",
|
|
61
|
+
Test: "test",
|
|
62
|
+
} as const
|
|
63
|
+
/**
|
|
64
|
+
* Target platform for the deployment
|
|
65
|
+
*/
|
|
66
|
+
export type DeploymentDetailResponsePlatform = ClosedEnum<typeof DeploymentDetailResponsePlatform>
|
|
67
|
+
|
|
68
|
+
export const DeploymentDetailResponsePlatformTest = {
|
|
69
|
+
Test: "test",
|
|
70
|
+
} as const
|
|
71
|
+
export type DeploymentDetailResponsePlatformTest = ClosedEnum<
|
|
72
|
+
typeof DeploymentDetailResponsePlatformTest
|
|
73
|
+
>
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Test platform environment information (mock)
|
|
77
|
+
*/
|
|
78
|
+
export type DeploymentDetailResponseEnvironmentInfoTest = {
|
|
79
|
+
/**
|
|
80
|
+
* Test identifier for this environment
|
|
81
|
+
*/
|
|
82
|
+
testId: string
|
|
83
|
+
platform: DeploymentDetailResponsePlatformTest
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
export const DeploymentDetailResponsePlatformLocal = {
|
|
87
|
+
Local: "local",
|
|
88
|
+
} as const
|
|
89
|
+
export type DeploymentDetailResponsePlatformLocal = ClosedEnum<
|
|
90
|
+
typeof DeploymentDetailResponsePlatformLocal
|
|
91
|
+
>
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Local platform environment information
|
|
95
|
+
*/
|
|
96
|
+
export type DeploymentDetailResponseEnvironmentInfoLocal = {
|
|
97
|
+
/**
|
|
98
|
+
* Architecture (e.g., "x86_64", "aarch64")
|
|
99
|
+
*/
|
|
100
|
+
arch: string
|
|
101
|
+
/**
|
|
102
|
+
* Hostname of the machine running the agent
|
|
103
|
+
*/
|
|
104
|
+
hostname: string
|
|
105
|
+
/**
|
|
106
|
+
* Operating system (e.g., "linux", "macos", "windows")
|
|
107
|
+
*/
|
|
108
|
+
os: string
|
|
109
|
+
platform: DeploymentDetailResponsePlatformLocal
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export const DeploymentDetailResponsePlatformAzure = {
|
|
113
|
+
Azure: "azure",
|
|
114
|
+
} as const
|
|
115
|
+
export type DeploymentDetailResponsePlatformAzure = ClosedEnum<
|
|
116
|
+
typeof DeploymentDetailResponsePlatformAzure
|
|
117
|
+
>
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Azure-specific environment information
|
|
121
|
+
*/
|
|
122
|
+
export type DeploymentDetailResponseEnvironmentInfoAzure = {
|
|
123
|
+
/**
|
|
124
|
+
* Azure location/region
|
|
125
|
+
*/
|
|
126
|
+
location: string
|
|
127
|
+
/**
|
|
128
|
+
* Azure subscription ID
|
|
129
|
+
*/
|
|
130
|
+
subscriptionId: string
|
|
131
|
+
/**
|
|
132
|
+
* Azure tenant ID
|
|
133
|
+
*/
|
|
134
|
+
tenantId: string
|
|
135
|
+
platform: DeploymentDetailResponsePlatformAzure
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
export const DeploymentDetailResponsePlatformGcp = {
|
|
139
|
+
Gcp: "gcp",
|
|
140
|
+
} as const
|
|
141
|
+
export type DeploymentDetailResponsePlatformGcp = ClosedEnum<
|
|
142
|
+
typeof DeploymentDetailResponsePlatformGcp
|
|
143
|
+
>
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* GCP-specific environment information
|
|
147
|
+
*/
|
|
148
|
+
export type DeploymentDetailResponseEnvironmentInfoGcp = {
|
|
149
|
+
/**
|
|
150
|
+
* GCP project ID (e.g., "my-project")
|
|
151
|
+
*/
|
|
152
|
+
projectId: string
|
|
153
|
+
/**
|
|
154
|
+
* GCP project number (e.g., "123456789012")
|
|
155
|
+
*/
|
|
156
|
+
projectNumber: string
|
|
157
|
+
/**
|
|
158
|
+
* GCP region
|
|
159
|
+
*/
|
|
160
|
+
region: string
|
|
161
|
+
platform: DeploymentDetailResponsePlatformGcp
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
export const DeploymentDetailResponsePlatformAws = {
|
|
165
|
+
Aws: "aws",
|
|
166
|
+
} as const
|
|
167
|
+
export type DeploymentDetailResponsePlatformAws = ClosedEnum<
|
|
168
|
+
typeof DeploymentDetailResponsePlatformAws
|
|
169
|
+
>
|
|
170
|
+
|
|
171
|
+
/**
|
|
172
|
+
* AWS-specific environment information
|
|
173
|
+
*/
|
|
174
|
+
export type DeploymentDetailResponseEnvironmentInfoAws = {
|
|
175
|
+
/**
|
|
176
|
+
* AWS account ID
|
|
177
|
+
*/
|
|
178
|
+
accountId: string
|
|
179
|
+
/**
|
|
180
|
+
* AWS region
|
|
181
|
+
*/
|
|
182
|
+
region: string
|
|
183
|
+
platform: DeploymentDetailResponsePlatformAws
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* Cloud environment information
|
|
188
|
+
*/
|
|
189
|
+
export type DeploymentDetailResponseEnvironmentInfoUnion =
|
|
190
|
+
| DeploymentDetailResponseEnvironmentInfoGcp
|
|
191
|
+
| DeploymentDetailResponseEnvironmentInfoAzure
|
|
192
|
+
| DeploymentDetailResponseEnvironmentInfoLocal
|
|
193
|
+
| DeploymentDetailResponseEnvironmentInfoAws
|
|
194
|
+
| DeploymentDetailResponseEnvironmentInfoTest
|
|
195
|
+
| any
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* Deployment model: how updates are delivered to the remote environment.
|
|
199
|
+
*/
|
|
200
|
+
export const DeploymentDetailResponseDeploymentModel = {
|
|
201
|
+
Push: "push",
|
|
202
|
+
Pull: "pull",
|
|
203
|
+
} as const
|
|
204
|
+
/**
|
|
205
|
+
* Deployment model: how updates are delivered to the remote environment.
|
|
206
|
+
*/
|
|
207
|
+
export type DeploymentDetailResponseDeploymentModel = ClosedEnum<
|
|
208
|
+
typeof DeploymentDetailResponseDeploymentModel
|
|
209
|
+
>
|
|
210
|
+
|
|
211
|
+
export type DeploymentDetailResponseAws = {
|
|
212
|
+
certificateArn: string
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
export type DeploymentDetailResponseDomainsAzure = {
|
|
216
|
+
keyVaultCertificateId: string
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export type DeploymentDetailResponseDomainsGcp = {
|
|
220
|
+
certificateName: string
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
/**
|
|
224
|
+
* Platform-specific certificate references for custom domains.
|
|
225
|
+
*/
|
|
226
|
+
export type DeploymentDetailResponseCertificate = {
|
|
227
|
+
aws?: any | null | undefined
|
|
228
|
+
azure?: any | null | undefined
|
|
229
|
+
gcp?: any | null | undefined
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* Custom domain configuration for a single resource.
|
|
234
|
+
*/
|
|
235
|
+
export type DeploymentDetailResponseCustomDomains = {
|
|
236
|
+
/**
|
|
237
|
+
* Platform-specific certificate references for custom domains.
|
|
238
|
+
*/
|
|
239
|
+
certificate: DeploymentDetailResponseCertificate
|
|
240
|
+
/**
|
|
241
|
+
* Fully qualified domain name to use.
|
|
242
|
+
*/
|
|
243
|
+
domain: string
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* Domain configuration for the stack.
|
|
248
|
+
*
|
|
249
|
+
* @remarks
|
|
250
|
+
*
|
|
251
|
+
* When `custom_domains` is set, the specified resources use customer-provided
|
|
252
|
+
* domains and certificates. Otherwise, Alien auto-generates domains.
|
|
253
|
+
*/
|
|
254
|
+
export type DeploymentDetailResponseDomains = {
|
|
255
|
+
/**
|
|
256
|
+
* Custom domain configuration per resource ID.
|
|
257
|
+
*/
|
|
258
|
+
customDomains?: { [k: string]: DeploymentDetailResponseCustomDomains } | null | undefined
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
/**
|
|
262
|
+
* How heartbeat health checks are handled.
|
|
263
|
+
*/
|
|
264
|
+
export const DeploymentDetailResponseHeartbeats = {
|
|
265
|
+
Off: "off",
|
|
266
|
+
On: "on",
|
|
267
|
+
} as const
|
|
268
|
+
/**
|
|
269
|
+
* How heartbeat health checks are handled.
|
|
270
|
+
*/
|
|
271
|
+
export type DeploymentDetailResponseHeartbeats = ClosedEnum<
|
|
272
|
+
typeof DeploymentDetailResponseHeartbeats
|
|
273
|
+
>
|
|
274
|
+
|
|
275
|
+
export const DeploymentDetailResponseTypeByoVnetAzure = {
|
|
276
|
+
ByoVnetAzure: "byo-vnet-azure",
|
|
277
|
+
} as const
|
|
278
|
+
export type DeploymentDetailResponseTypeByoVnetAzure = ClosedEnum<
|
|
279
|
+
typeof DeploymentDetailResponseTypeByoVnetAzure
|
|
280
|
+
>
|
|
281
|
+
|
|
282
|
+
export type DeploymentDetailResponseNetworkByoVnetAzure = {
|
|
283
|
+
/**
|
|
284
|
+
* Name of the private subnet within the VNet
|
|
285
|
+
*/
|
|
286
|
+
privateSubnetName: string
|
|
287
|
+
/**
|
|
288
|
+
* Name of the public subnet within the VNet
|
|
289
|
+
*/
|
|
290
|
+
publicSubnetName: string
|
|
291
|
+
type: DeploymentDetailResponseTypeByoVnetAzure
|
|
292
|
+
/**
|
|
293
|
+
* The full resource ID of the existing VNet
|
|
294
|
+
*/
|
|
295
|
+
vnetResourceId: string
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
export const DeploymentDetailResponseTypeByoVpcGcp = {
|
|
299
|
+
ByoVpcGcp: "byo-vpc-gcp",
|
|
300
|
+
} as const
|
|
301
|
+
export type DeploymentDetailResponseTypeByoVpcGcp = ClosedEnum<
|
|
302
|
+
typeof DeploymentDetailResponseTypeByoVpcGcp
|
|
303
|
+
>
|
|
304
|
+
|
|
305
|
+
export type DeploymentDetailResponseNetworkByoVpcGcp = {
|
|
306
|
+
/**
|
|
307
|
+
* The name of the existing VPC network
|
|
308
|
+
*/
|
|
309
|
+
networkName: string
|
|
310
|
+
/**
|
|
311
|
+
* The region of the subnet
|
|
312
|
+
*/
|
|
313
|
+
region: string
|
|
314
|
+
/**
|
|
315
|
+
* The name of the subnet to use
|
|
316
|
+
*/
|
|
317
|
+
subnetName: string
|
|
318
|
+
type: DeploymentDetailResponseTypeByoVpcGcp
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
export const DeploymentDetailResponseTypeByoVpcAws = {
|
|
322
|
+
ByoVpcAws: "byo-vpc-aws",
|
|
323
|
+
} as const
|
|
324
|
+
export type DeploymentDetailResponseTypeByoVpcAws = ClosedEnum<
|
|
325
|
+
typeof DeploymentDetailResponseTypeByoVpcAws
|
|
326
|
+
>
|
|
327
|
+
|
|
328
|
+
export type DeploymentDetailResponseNetworkByoVpcAws = {
|
|
329
|
+
/**
|
|
330
|
+
* IDs of private subnets
|
|
331
|
+
*/
|
|
332
|
+
privateSubnetIds: Array<string>
|
|
333
|
+
/**
|
|
334
|
+
* IDs of public subnets (required for public ingress)
|
|
335
|
+
*/
|
|
336
|
+
publicSubnetIds: Array<string>
|
|
337
|
+
/**
|
|
338
|
+
* Optional security group IDs to use
|
|
339
|
+
*/
|
|
340
|
+
securityGroupIds?: Array<string> | undefined
|
|
341
|
+
type: DeploymentDetailResponseTypeByoVpcAws
|
|
342
|
+
/**
|
|
343
|
+
* The ID of the existing VPC
|
|
344
|
+
*/
|
|
345
|
+
vpcId: string
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
export const DeploymentDetailResponseTypeCreate = {
|
|
349
|
+
Create: "create",
|
|
350
|
+
} as const
|
|
351
|
+
export type DeploymentDetailResponseTypeCreate = ClosedEnum<
|
|
352
|
+
typeof DeploymentDetailResponseTypeCreate
|
|
353
|
+
>
|
|
354
|
+
|
|
355
|
+
export type DeploymentDetailResponseNetworkCreate = {
|
|
356
|
+
/**
|
|
357
|
+
* Number of availability zones (default: 2).
|
|
358
|
+
*/
|
|
359
|
+
availabilityZones?: number | undefined
|
|
360
|
+
/**
|
|
361
|
+
* VPC/VNet CIDR block. If not specified, auto-generated from stack ID
|
|
362
|
+
*
|
|
363
|
+
* @remarks
|
|
364
|
+
* to reduce conflicts (e.g., "10.{hash}.0.0/16").
|
|
365
|
+
*/
|
|
366
|
+
cidr?: string | null | undefined
|
|
367
|
+
type: DeploymentDetailResponseTypeCreate
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
export const DeploymentDetailResponseTypeUseDefault = {
|
|
371
|
+
UseDefault: "use-default",
|
|
372
|
+
} as const
|
|
373
|
+
export type DeploymentDetailResponseTypeUseDefault = ClosedEnum<
|
|
374
|
+
typeof DeploymentDetailResponseTypeUseDefault
|
|
375
|
+
>
|
|
376
|
+
|
|
377
|
+
export type DeploymentDetailResponseNetworkUseDefault = {
|
|
378
|
+
type: DeploymentDetailResponseTypeUseDefault
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
/**
|
|
382
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
383
|
+
*/
|
|
384
|
+
export const DeploymentDetailResponseTelemetry = {
|
|
385
|
+
Off: "off",
|
|
386
|
+
Auto: "auto",
|
|
387
|
+
ApprovalRequired: "approval-required",
|
|
388
|
+
} as const
|
|
389
|
+
/**
|
|
390
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
391
|
+
*/
|
|
392
|
+
export type DeploymentDetailResponseTelemetry = ClosedEnum<typeof DeploymentDetailResponseTelemetry>
|
|
393
|
+
|
|
394
|
+
/**
|
|
395
|
+
* How updates are delivered to the agent.
|
|
396
|
+
*/
|
|
397
|
+
export const DeploymentDetailResponseUpdates = {
|
|
398
|
+
Auto: "auto",
|
|
399
|
+
ApprovalRequired: "approval-required",
|
|
400
|
+
} as const
|
|
401
|
+
/**
|
|
402
|
+
* How updates are delivered to the agent.
|
|
403
|
+
*/
|
|
404
|
+
export type DeploymentDetailResponseUpdates = ClosedEnum<typeof DeploymentDetailResponseUpdates>
|
|
405
|
+
|
|
406
|
+
/**
|
|
407
|
+
* User-provided configuration (network, deployment model, approvals)
|
|
408
|
+
*/
|
|
409
|
+
export type DeploymentDetailResponseStackSettings = {
|
|
410
|
+
/**
|
|
411
|
+
* Deployment model: how updates are delivered to the remote environment.
|
|
412
|
+
*/
|
|
413
|
+
deploymentModel?: DeploymentDetailResponseDeploymentModel | undefined
|
|
414
|
+
domains?: any | null | undefined
|
|
415
|
+
/**
|
|
416
|
+
* How heartbeat health checks are handled.
|
|
417
|
+
*/
|
|
418
|
+
heartbeats?: DeploymentDetailResponseHeartbeats | undefined
|
|
419
|
+
network?: any | null | undefined
|
|
420
|
+
/**
|
|
421
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
422
|
+
*/
|
|
423
|
+
telemetry?: DeploymentDetailResponseTelemetry | undefined
|
|
424
|
+
/**
|
|
425
|
+
* How updates are delivered to the agent.
|
|
426
|
+
*/
|
|
427
|
+
updates?: DeploymentDetailResponseUpdates | undefined
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
/**
|
|
431
|
+
* Represents the target cloud platform.
|
|
432
|
+
*/
|
|
433
|
+
export const DeploymentDetailResponseStackStatePlatform = {
|
|
434
|
+
Aws: "aws",
|
|
435
|
+
Gcp: "gcp",
|
|
436
|
+
Azure: "azure",
|
|
437
|
+
Kubernetes: "kubernetes",
|
|
438
|
+
Local: "local",
|
|
439
|
+
Test: "test",
|
|
440
|
+
} as const
|
|
441
|
+
/**
|
|
442
|
+
* Represents the target cloud platform.
|
|
443
|
+
*/
|
|
444
|
+
export type DeploymentDetailResponseStackStatePlatform = ClosedEnum<
|
|
445
|
+
typeof DeploymentDetailResponseStackStatePlatform
|
|
446
|
+
>
|
|
447
|
+
|
|
448
|
+
/**
|
|
449
|
+
* Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
|
|
450
|
+
*/
|
|
451
|
+
export type DeploymentDetailResponseStackStateConfig = {
|
|
452
|
+
/**
|
|
453
|
+
* The unique identifier for this specific resource instance. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]). Maximum 64 characters.
|
|
454
|
+
*/
|
|
455
|
+
id: string
|
|
456
|
+
/**
|
|
457
|
+
* Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
|
|
458
|
+
*/
|
|
459
|
+
type: string
|
|
460
|
+
additionalProperties?: { [k: string]: any | null } | undefined
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
/**
|
|
464
|
+
* New ResourceRef that works with any resource type.
|
|
465
|
+
*
|
|
466
|
+
* @remarks
|
|
467
|
+
* This can eventually replace the enum-based ResourceRef for full extensibility.
|
|
468
|
+
*/
|
|
469
|
+
export type DeploymentDetailResponseStackStateDependency = {
|
|
470
|
+
id: string
|
|
471
|
+
/**
|
|
472
|
+
* Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
|
|
473
|
+
*/
|
|
474
|
+
type: string
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
/**
|
|
478
|
+
* Canonical error container that provides a structured way to represent errors
|
|
479
|
+
*
|
|
480
|
+
* @remarks
|
|
481
|
+
* with rich metadata including error codes, human-readable messages, context,
|
|
482
|
+
* and chaining capabilities for error propagation.
|
|
483
|
+
*
|
|
484
|
+
* This struct is designed to be both machine-readable and user-friendly,
|
|
485
|
+
* supporting serialization for API responses and detailed error reporting
|
|
486
|
+
* in distributed systems.
|
|
487
|
+
*/
|
|
488
|
+
export type DeploymentDetailResponseErrorStackState = {
|
|
489
|
+
/**
|
|
490
|
+
* A unique identifier for the type of error.
|
|
491
|
+
*
|
|
492
|
+
* @remarks
|
|
493
|
+
*
|
|
494
|
+
* This should be a short, machine-readable string that can be used
|
|
495
|
+
* by clients to programmatically handle different error types.
|
|
496
|
+
* Examples: "NOT_FOUND", "VALIDATION_ERROR", "TIMEOUT"
|
|
497
|
+
*/
|
|
498
|
+
code: string
|
|
499
|
+
context?: any | null | undefined
|
|
500
|
+
/**
|
|
501
|
+
* HTTP status code for this error.
|
|
502
|
+
*
|
|
503
|
+
* @remarks
|
|
504
|
+
*
|
|
505
|
+
* Used when converting the error to an HTTP response. If None, falls back to
|
|
506
|
+
* the error type's default status code or 500.
|
|
507
|
+
*/
|
|
508
|
+
httpStatusCode?: number | null | undefined
|
|
509
|
+
/**
|
|
510
|
+
* Indicates if this is an internal error that should not be exposed to users.
|
|
511
|
+
*
|
|
512
|
+
* @remarks
|
|
513
|
+
*
|
|
514
|
+
* When `true`, this error contains sensitive information or implementation
|
|
515
|
+
* details that should not be shown to end-users. Such errors should be
|
|
516
|
+
* logged for debugging but replaced with generic error messages in responses.
|
|
517
|
+
*/
|
|
518
|
+
internal: boolean
|
|
519
|
+
/**
|
|
520
|
+
* Human-readable error message.
|
|
521
|
+
*
|
|
522
|
+
* @remarks
|
|
523
|
+
*
|
|
524
|
+
* This message should be clear and actionable for developers or end-users,
|
|
525
|
+
* providing context about what went wrong and potentially how to fix it.
|
|
526
|
+
*/
|
|
527
|
+
message: string
|
|
528
|
+
/**
|
|
529
|
+
* Indicates whether the operation that caused the error should be retried.
|
|
530
|
+
*
|
|
531
|
+
* @remarks
|
|
532
|
+
*
|
|
533
|
+
* When `true`, the error is transient and the operation might succeed
|
|
534
|
+
* if attempted again. When `false`, retrying the same operation is
|
|
535
|
+
* unlikely to succeed without changes.
|
|
536
|
+
*/
|
|
537
|
+
retryable: boolean
|
|
538
|
+
source?: any | null | undefined
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
/**
|
|
542
|
+
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
543
|
+
*/
|
|
544
|
+
export const DeploymentDetailResponseLifecycleStackState = {
|
|
545
|
+
Frozen: "frozen",
|
|
546
|
+
Live: "live",
|
|
547
|
+
LiveOnSetup: "live-on-setup",
|
|
548
|
+
} as const
|
|
549
|
+
/**
|
|
550
|
+
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
551
|
+
*/
|
|
552
|
+
export type DeploymentDetailResponseLifecycleStackState = ClosedEnum<
|
|
553
|
+
typeof DeploymentDetailResponseLifecycleStackState
|
|
554
|
+
>
|
|
555
|
+
|
|
556
|
+
/**
|
|
557
|
+
* Resource outputs that can hold output data for any resource type in the Alien system. All resource outputs share a common 'type' field with additional type-specific output properties.
|
|
558
|
+
*/
|
|
559
|
+
export type DeploymentDetailResponseOutputs = {
|
|
560
|
+
/**
|
|
561
|
+
* Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
|
|
562
|
+
*/
|
|
563
|
+
type: string
|
|
564
|
+
additionalProperties?: { [k: string]: any | null } | undefined
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
/**
|
|
568
|
+
* Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
|
|
569
|
+
*/
|
|
570
|
+
export type DeploymentDetailResponsePreviousConfig = {
|
|
571
|
+
/**
|
|
572
|
+
* The unique identifier for this specific resource instance. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]). Maximum 64 characters.
|
|
573
|
+
*/
|
|
574
|
+
id: string
|
|
575
|
+
/**
|
|
576
|
+
* Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
|
|
577
|
+
*/
|
|
578
|
+
type: string
|
|
579
|
+
additionalProperties?: { [k: string]: any | null } | undefined
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
/**
|
|
583
|
+
* Represents the high-level status of a resource during its lifecycle.
|
|
584
|
+
*/
|
|
585
|
+
export const DeploymentDetailResponseStackStateStatus = {
|
|
586
|
+
Pending: "pending",
|
|
587
|
+
Provisioning: "provisioning",
|
|
588
|
+
ProvisionFailed: "provision-failed",
|
|
589
|
+
Running: "running",
|
|
590
|
+
Updating: "updating",
|
|
591
|
+
UpdateFailed: "update-failed",
|
|
592
|
+
Deleting: "deleting",
|
|
593
|
+
DeleteFailed: "delete-failed",
|
|
594
|
+
Deleted: "deleted",
|
|
595
|
+
RefreshFailed: "refresh-failed",
|
|
596
|
+
} as const
|
|
597
|
+
/**
|
|
598
|
+
* Represents the high-level status of a resource during its lifecycle.
|
|
599
|
+
*/
|
|
600
|
+
export type DeploymentDetailResponseStackStateStatus = ClosedEnum<
|
|
601
|
+
typeof DeploymentDetailResponseStackStateStatus
|
|
602
|
+
>
|
|
603
|
+
|
|
604
|
+
/**
|
|
605
|
+
* Represents the state of a single resource within the stack for a specific platform.
|
|
606
|
+
*/
|
|
607
|
+
export type DeploymentDetailResponseStackStateResources = {
|
|
608
|
+
internal?: any | null | undefined
|
|
609
|
+
/**
|
|
610
|
+
* Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
|
|
611
|
+
*/
|
|
612
|
+
config: DeploymentDetailResponseStackStateConfig
|
|
613
|
+
/**
|
|
614
|
+
* Complete list of dependencies for this resource, including infrastructure dependencies.
|
|
615
|
+
*
|
|
616
|
+
* @remarks
|
|
617
|
+
* This preserves the full dependency information from the stack definition.
|
|
618
|
+
*/
|
|
619
|
+
dependencies?: Array<DeploymentDetailResponseStackStateDependency> | undefined
|
|
620
|
+
error?: any | null | undefined
|
|
621
|
+
/**
|
|
622
|
+
* True if the resource was provisioned by an external system (e.g., CloudFormation).
|
|
623
|
+
*
|
|
624
|
+
* @remarks
|
|
625
|
+
* Defaults to false, indicating dynamic provisioning by the executor.
|
|
626
|
+
*/
|
|
627
|
+
isExternallyProvisioned?: boolean | undefined
|
|
628
|
+
lastFailedState?: any | null | undefined
|
|
629
|
+
lifecycle?: any | null | undefined
|
|
630
|
+
outputs?: any | null | undefined
|
|
631
|
+
previousConfig?: any | null | undefined
|
|
632
|
+
remoteBindingParams?: any | null | undefined
|
|
633
|
+
/**
|
|
634
|
+
* Tracks consecutive retry attempts for the current state transition.
|
|
635
|
+
*/
|
|
636
|
+
retryAttempt?: number | undefined
|
|
637
|
+
/**
|
|
638
|
+
* Represents the high-level status of a resource during its lifecycle.
|
|
639
|
+
*/
|
|
640
|
+
status: DeploymentDetailResponseStackStateStatus
|
|
641
|
+
/**
|
|
642
|
+
* The high-level type of the resource (e.g., Function::RESOURCE_TYPE, Storage::RESOURCE_TYPE).
|
|
643
|
+
*/
|
|
644
|
+
type: string
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
/**
|
|
648
|
+
* State of infrastructure components managed by this deployment
|
|
649
|
+
*/
|
|
650
|
+
export type DeploymentDetailResponseStackState = {
|
|
651
|
+
/**
|
|
652
|
+
* Represents the target cloud platform.
|
|
653
|
+
*/
|
|
654
|
+
platform: DeploymentDetailResponseStackStatePlatform
|
|
655
|
+
/**
|
|
656
|
+
* A prefix used for resource naming to ensure uniqueness across deployments.
|
|
657
|
+
*/
|
|
658
|
+
resourcePrefix: string
|
|
659
|
+
/**
|
|
660
|
+
* The state of individual resources, keyed by resource ID.
|
|
661
|
+
*/
|
|
662
|
+
resources: { [k: string]: DeploymentDetailResponseStackStateResources }
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
export const DeploymentDetailResponseManagementEnum = {
|
|
666
|
+
Auto: "auto",
|
|
667
|
+
} as const
|
|
668
|
+
export type DeploymentDetailResponseManagementEnum = ClosedEnum<
|
|
669
|
+
typeof DeploymentDetailResponseManagementEnum
|
|
670
|
+
>
|
|
671
|
+
|
|
672
|
+
/**
|
|
673
|
+
* AWS-specific binding specification
|
|
674
|
+
*/
|
|
675
|
+
export type DeploymentDetailResponseOverrideAwResource = {
|
|
676
|
+
/**
|
|
677
|
+
* Optional condition for additional filtering (rare)
|
|
678
|
+
*/
|
|
679
|
+
condition?: { [k: string]: { [k: string]: string } } | null | undefined
|
|
680
|
+
/**
|
|
681
|
+
* Resource ARNs to bind to
|
|
682
|
+
*/
|
|
683
|
+
resources: Array<string>
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
/**
|
|
687
|
+
* AWS-specific binding specification
|
|
688
|
+
*/
|
|
689
|
+
export type DeploymentDetailResponseOverrideAwStack = {
|
|
690
|
+
/**
|
|
691
|
+
* Optional condition for additional filtering (rare)
|
|
692
|
+
*/
|
|
693
|
+
condition?: { [k: string]: { [k: string]: string } } | null | undefined
|
|
694
|
+
/**
|
|
695
|
+
* Resource ARNs to bind to
|
|
696
|
+
*/
|
|
697
|
+
resources: Array<string>
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
/**
|
|
701
|
+
* Generic binding configuration for permissions
|
|
702
|
+
*/
|
|
703
|
+
export type DeploymentDetailResponseOverrideAwBinding = {
|
|
704
|
+
/**
|
|
705
|
+
* AWS-specific binding specification
|
|
706
|
+
*/
|
|
707
|
+
resource?: DeploymentDetailResponseOverrideAwResource | undefined
|
|
708
|
+
/**
|
|
709
|
+
* AWS-specific binding specification
|
|
710
|
+
*/
|
|
711
|
+
stack?: DeploymentDetailResponseOverrideAwStack | undefined
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
/**
|
|
715
|
+
* Grant permissions for a specific cloud platform
|
|
716
|
+
*/
|
|
717
|
+
export type DeploymentDetailResponseOverrideAwGrant = {
|
|
718
|
+
/**
|
|
719
|
+
* AWS IAM actions (only for AWS)
|
|
720
|
+
*/
|
|
721
|
+
actions?: Array<string> | null | undefined
|
|
722
|
+
/**
|
|
723
|
+
* Azure actions (only for Azure)
|
|
724
|
+
*/
|
|
725
|
+
dataActions?: Array<string> | null | undefined
|
|
726
|
+
/**
|
|
727
|
+
* GCP permissions (only for GCP)
|
|
728
|
+
*/
|
|
729
|
+
permissions?: Array<string> | null | undefined
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
/**
|
|
733
|
+
* AWS-specific platform permission configuration
|
|
734
|
+
*/
|
|
735
|
+
export type DeploymentDetailResponseOverrideAw = {
|
|
736
|
+
/**
|
|
737
|
+
* Generic binding configuration for permissions
|
|
738
|
+
*/
|
|
739
|
+
binding: DeploymentDetailResponseOverrideAwBinding
|
|
740
|
+
/**
|
|
741
|
+
* Grant permissions for a specific cloud platform
|
|
742
|
+
*/
|
|
743
|
+
grant: DeploymentDetailResponseOverrideAwGrant
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
/**
|
|
747
|
+
* Azure-specific binding specification
|
|
748
|
+
*/
|
|
749
|
+
export type DeploymentDetailResponseOverrideAzureResource = {
|
|
750
|
+
/**
|
|
751
|
+
* Scope (subscription/resource group/resource level)
|
|
752
|
+
*/
|
|
753
|
+
scope: string
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
/**
|
|
757
|
+
* Azure-specific binding specification
|
|
758
|
+
*/
|
|
759
|
+
export type DeploymentDetailResponseOverrideAzureStack = {
|
|
760
|
+
/**
|
|
761
|
+
* Scope (subscription/resource group/resource level)
|
|
762
|
+
*/
|
|
763
|
+
scope: string
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
/**
|
|
767
|
+
* Generic binding configuration for permissions
|
|
768
|
+
*/
|
|
769
|
+
export type DeploymentDetailResponseOverrideAzureBinding = {
|
|
770
|
+
/**
|
|
771
|
+
* Azure-specific binding specification
|
|
772
|
+
*/
|
|
773
|
+
resource?: DeploymentDetailResponseOverrideAzureResource | undefined
|
|
774
|
+
/**
|
|
775
|
+
* Azure-specific binding specification
|
|
776
|
+
*/
|
|
777
|
+
stack?: DeploymentDetailResponseOverrideAzureStack | undefined
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
/**
|
|
781
|
+
* Grant permissions for a specific cloud platform
|
|
782
|
+
*/
|
|
783
|
+
export type DeploymentDetailResponseOverrideAzureGrant = {
|
|
784
|
+
/**
|
|
785
|
+
* AWS IAM actions (only for AWS)
|
|
786
|
+
*/
|
|
787
|
+
actions?: Array<string> | null | undefined
|
|
788
|
+
/**
|
|
789
|
+
* Azure actions (only for Azure)
|
|
790
|
+
*/
|
|
791
|
+
dataActions?: Array<string> | null | undefined
|
|
792
|
+
/**
|
|
793
|
+
* GCP permissions (only for GCP)
|
|
794
|
+
*/
|
|
795
|
+
permissions?: Array<string> | null | undefined
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
/**
|
|
799
|
+
* Azure-specific platform permission configuration
|
|
800
|
+
*/
|
|
801
|
+
export type DeploymentDetailResponseOverrideAzure = {
|
|
802
|
+
/**
|
|
803
|
+
* Generic binding configuration for permissions
|
|
804
|
+
*/
|
|
805
|
+
binding: DeploymentDetailResponseOverrideAzureBinding
|
|
806
|
+
/**
|
|
807
|
+
* Grant permissions for a specific cloud platform
|
|
808
|
+
*/
|
|
809
|
+
grant: DeploymentDetailResponseOverrideAzureGrant
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
/**
|
|
813
|
+
* GCP IAM condition
|
|
814
|
+
*/
|
|
815
|
+
export type DeploymentDetailResponseOverrideConditionResource = {
|
|
816
|
+
expression: string
|
|
817
|
+
title: string
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
/**
|
|
821
|
+
* GCP-specific binding specification
|
|
822
|
+
*/
|
|
823
|
+
export type DeploymentDetailResponseOverrideGcpResource = {
|
|
824
|
+
condition?: any | null | undefined
|
|
825
|
+
/**
|
|
826
|
+
* Scope (project/resource level)
|
|
827
|
+
*/
|
|
828
|
+
scope: string
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
/**
|
|
832
|
+
* GCP IAM condition
|
|
833
|
+
*/
|
|
834
|
+
export type DeploymentDetailResponseOverrideConditionStack = {
|
|
835
|
+
expression: string
|
|
836
|
+
title: string
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
/**
|
|
840
|
+
* GCP-specific binding specification
|
|
841
|
+
*/
|
|
842
|
+
export type DeploymentDetailResponseOverrideGcpStack = {
|
|
843
|
+
condition?: any | null | undefined
|
|
844
|
+
/**
|
|
845
|
+
* Scope (project/resource level)
|
|
846
|
+
*/
|
|
847
|
+
scope: string
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
/**
|
|
851
|
+
* Generic binding configuration for permissions
|
|
852
|
+
*/
|
|
853
|
+
export type DeploymentDetailResponseOverrideGcpBinding = {
|
|
854
|
+
/**
|
|
855
|
+
* GCP-specific binding specification
|
|
856
|
+
*/
|
|
857
|
+
resource?: DeploymentDetailResponseOverrideGcpResource | undefined
|
|
858
|
+
/**
|
|
859
|
+
* GCP-specific binding specification
|
|
860
|
+
*/
|
|
861
|
+
stack?: DeploymentDetailResponseOverrideGcpStack | undefined
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
/**
|
|
865
|
+
* Grant permissions for a specific cloud platform
|
|
866
|
+
*/
|
|
867
|
+
export type DeploymentDetailResponseOverrideGcpGrant = {
|
|
868
|
+
/**
|
|
869
|
+
* AWS IAM actions (only for AWS)
|
|
870
|
+
*/
|
|
871
|
+
actions?: Array<string> | null | undefined
|
|
872
|
+
/**
|
|
873
|
+
* Azure actions (only for Azure)
|
|
874
|
+
*/
|
|
875
|
+
dataActions?: Array<string> | null | undefined
|
|
876
|
+
/**
|
|
877
|
+
* GCP permissions (only for GCP)
|
|
878
|
+
*/
|
|
879
|
+
permissions?: Array<string> | null | undefined
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
/**
|
|
883
|
+
* GCP-specific platform permission configuration
|
|
884
|
+
*/
|
|
885
|
+
export type DeploymentDetailResponseOverrideGcp = {
|
|
886
|
+
/**
|
|
887
|
+
* Generic binding configuration for permissions
|
|
888
|
+
*/
|
|
889
|
+
binding: DeploymentDetailResponseOverrideGcpBinding
|
|
890
|
+
/**
|
|
891
|
+
* Grant permissions for a specific cloud platform
|
|
892
|
+
*/
|
|
893
|
+
grant: DeploymentDetailResponseOverrideGcpGrant
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
/**
|
|
897
|
+
* Platform-specific permission configurations
|
|
898
|
+
*/
|
|
899
|
+
export type DeploymentDetailResponseOverridePlatforms = {
|
|
900
|
+
/**
|
|
901
|
+
* AWS permission configurations
|
|
902
|
+
*/
|
|
903
|
+
aws?: Array<DeploymentDetailResponseOverrideAw> | null | undefined
|
|
904
|
+
/**
|
|
905
|
+
* Azure permission configurations
|
|
906
|
+
*/
|
|
907
|
+
azure?: Array<DeploymentDetailResponseOverrideAzure> | null | undefined
|
|
908
|
+
/**
|
|
909
|
+
* GCP permission configurations
|
|
910
|
+
*/
|
|
911
|
+
gcp?: Array<DeploymentDetailResponseOverrideGcp> | null | undefined
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
/**
|
|
915
|
+
* A permission set that can be applied across different cloud platforms
|
|
916
|
+
*/
|
|
917
|
+
export type DeploymentDetailResponseOverride = {
|
|
918
|
+
/**
|
|
919
|
+
* Human-readable description of what this permission set allows
|
|
920
|
+
*/
|
|
921
|
+
description: string
|
|
922
|
+
/**
|
|
923
|
+
* Unique identifier for the permission set (e.g., "storage/data-read")
|
|
924
|
+
*/
|
|
925
|
+
id: string
|
|
926
|
+
/**
|
|
927
|
+
* Platform-specific permission configurations
|
|
928
|
+
*/
|
|
929
|
+
platforms: DeploymentDetailResponseOverridePlatforms
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
/**
|
|
933
|
+
* Reference to a permission set - either by name or inline definition
|
|
934
|
+
*/
|
|
935
|
+
export type DeploymentDetailResponseOverrideUnion = DeploymentDetailResponseOverride | string
|
|
936
|
+
|
|
937
|
+
export type DeploymentDetailResponseManagement2 = {
|
|
938
|
+
/**
|
|
939
|
+
* Permission profile that maps resources to permission sets
|
|
940
|
+
*
|
|
941
|
+
* @remarks
|
|
942
|
+
* Key can be "*" for all resources or resource name for specific resource
|
|
943
|
+
*/
|
|
944
|
+
override: { [k: string]: Array<DeploymentDetailResponseOverride | string> }
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
/**
|
|
948
|
+
* AWS-specific binding specification
|
|
949
|
+
*/
|
|
950
|
+
export type DeploymentDetailResponseExtendAwResource = {
|
|
951
|
+
/**
|
|
952
|
+
* Optional condition for additional filtering (rare)
|
|
953
|
+
*/
|
|
954
|
+
condition?: { [k: string]: { [k: string]: string } } | null | undefined
|
|
955
|
+
/**
|
|
956
|
+
* Resource ARNs to bind to
|
|
957
|
+
*/
|
|
958
|
+
resources: Array<string>
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
/**
|
|
962
|
+
* AWS-specific binding specification
|
|
963
|
+
*/
|
|
964
|
+
export type DeploymentDetailResponseExtendAwStack = {
|
|
965
|
+
/**
|
|
966
|
+
* Optional condition for additional filtering (rare)
|
|
967
|
+
*/
|
|
968
|
+
condition?: { [k: string]: { [k: string]: string } } | null | undefined
|
|
969
|
+
/**
|
|
970
|
+
* Resource ARNs to bind to
|
|
971
|
+
*/
|
|
972
|
+
resources: Array<string>
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
/**
|
|
976
|
+
* Generic binding configuration for permissions
|
|
977
|
+
*/
|
|
978
|
+
export type DeploymentDetailResponseExtendAwBinding = {
|
|
979
|
+
/**
|
|
980
|
+
* AWS-specific binding specification
|
|
981
|
+
*/
|
|
982
|
+
resource?: DeploymentDetailResponseExtendAwResource | undefined
|
|
983
|
+
/**
|
|
984
|
+
* AWS-specific binding specification
|
|
985
|
+
*/
|
|
986
|
+
stack?: DeploymentDetailResponseExtendAwStack | undefined
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
/**
|
|
990
|
+
* Grant permissions for a specific cloud platform
|
|
991
|
+
*/
|
|
992
|
+
export type DeploymentDetailResponseExtendAwGrant = {
|
|
993
|
+
/**
|
|
994
|
+
* AWS IAM actions (only for AWS)
|
|
995
|
+
*/
|
|
996
|
+
actions?: Array<string> | null | undefined
|
|
997
|
+
/**
|
|
998
|
+
* Azure actions (only for Azure)
|
|
999
|
+
*/
|
|
1000
|
+
dataActions?: Array<string> | null | undefined
|
|
1001
|
+
/**
|
|
1002
|
+
* GCP permissions (only for GCP)
|
|
1003
|
+
*/
|
|
1004
|
+
permissions?: Array<string> | null | undefined
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
/**
|
|
1008
|
+
* AWS-specific platform permission configuration
|
|
1009
|
+
*/
|
|
1010
|
+
export type DeploymentDetailResponseExtendAw = {
|
|
1011
|
+
/**
|
|
1012
|
+
* Generic binding configuration for permissions
|
|
1013
|
+
*/
|
|
1014
|
+
binding: DeploymentDetailResponseExtendAwBinding
|
|
1015
|
+
/**
|
|
1016
|
+
* Grant permissions for a specific cloud platform
|
|
1017
|
+
*/
|
|
1018
|
+
grant: DeploymentDetailResponseExtendAwGrant
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
/**
|
|
1022
|
+
* Azure-specific binding specification
|
|
1023
|
+
*/
|
|
1024
|
+
export type DeploymentDetailResponseExtendAzureResource = {
|
|
1025
|
+
/**
|
|
1026
|
+
* Scope (subscription/resource group/resource level)
|
|
1027
|
+
*/
|
|
1028
|
+
scope: string
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
/**
|
|
1032
|
+
* Azure-specific binding specification
|
|
1033
|
+
*/
|
|
1034
|
+
export type DeploymentDetailResponseExtendAzureStack = {
|
|
1035
|
+
/**
|
|
1036
|
+
* Scope (subscription/resource group/resource level)
|
|
1037
|
+
*/
|
|
1038
|
+
scope: string
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
/**
|
|
1042
|
+
* Generic binding configuration for permissions
|
|
1043
|
+
*/
|
|
1044
|
+
export type DeploymentDetailResponseExtendAzureBinding = {
|
|
1045
|
+
/**
|
|
1046
|
+
* Azure-specific binding specification
|
|
1047
|
+
*/
|
|
1048
|
+
resource?: DeploymentDetailResponseExtendAzureResource | undefined
|
|
1049
|
+
/**
|
|
1050
|
+
* Azure-specific binding specification
|
|
1051
|
+
*/
|
|
1052
|
+
stack?: DeploymentDetailResponseExtendAzureStack | undefined
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
/**
|
|
1056
|
+
* Grant permissions for a specific cloud platform
|
|
1057
|
+
*/
|
|
1058
|
+
export type DeploymentDetailResponseExtendAzureGrant = {
|
|
1059
|
+
/**
|
|
1060
|
+
* AWS IAM actions (only for AWS)
|
|
1061
|
+
*/
|
|
1062
|
+
actions?: Array<string> | null | undefined
|
|
1063
|
+
/**
|
|
1064
|
+
* Azure actions (only for Azure)
|
|
1065
|
+
*/
|
|
1066
|
+
dataActions?: Array<string> | null | undefined
|
|
1067
|
+
/**
|
|
1068
|
+
* GCP permissions (only for GCP)
|
|
1069
|
+
*/
|
|
1070
|
+
permissions?: Array<string> | null | undefined
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
/**
|
|
1074
|
+
* Azure-specific platform permission configuration
|
|
1075
|
+
*/
|
|
1076
|
+
export type DeploymentDetailResponseExtendAzure = {
|
|
1077
|
+
/**
|
|
1078
|
+
* Generic binding configuration for permissions
|
|
1079
|
+
*/
|
|
1080
|
+
binding: DeploymentDetailResponseExtendAzureBinding
|
|
1081
|
+
/**
|
|
1082
|
+
* Grant permissions for a specific cloud platform
|
|
1083
|
+
*/
|
|
1084
|
+
grant: DeploymentDetailResponseExtendAzureGrant
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
/**
|
|
1088
|
+
* GCP IAM condition
|
|
1089
|
+
*/
|
|
1090
|
+
export type DeploymentDetailResponseExtendConditionResource = {
|
|
1091
|
+
expression: string
|
|
1092
|
+
title: string
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
/**
|
|
1096
|
+
* GCP-specific binding specification
|
|
1097
|
+
*/
|
|
1098
|
+
export type DeploymentDetailResponseExtendGcpResource = {
|
|
1099
|
+
condition?: any | null | undefined
|
|
1100
|
+
/**
|
|
1101
|
+
* Scope (project/resource level)
|
|
1102
|
+
*/
|
|
1103
|
+
scope: string
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
/**
|
|
1107
|
+
* GCP IAM condition
|
|
1108
|
+
*/
|
|
1109
|
+
export type DeploymentDetailResponseExtendConditionStack = {
|
|
1110
|
+
expression: string
|
|
1111
|
+
title: string
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
/**
|
|
1115
|
+
* GCP-specific binding specification
|
|
1116
|
+
*/
|
|
1117
|
+
export type DeploymentDetailResponseExtendGcpStack = {
|
|
1118
|
+
condition?: any | null | undefined
|
|
1119
|
+
/**
|
|
1120
|
+
* Scope (project/resource level)
|
|
1121
|
+
*/
|
|
1122
|
+
scope: string
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1125
|
+
/**
|
|
1126
|
+
* Generic binding configuration for permissions
|
|
1127
|
+
*/
|
|
1128
|
+
export type DeploymentDetailResponseExtendGcpBinding = {
|
|
1129
|
+
/**
|
|
1130
|
+
* GCP-specific binding specification
|
|
1131
|
+
*/
|
|
1132
|
+
resource?: DeploymentDetailResponseExtendGcpResource | undefined
|
|
1133
|
+
/**
|
|
1134
|
+
* GCP-specific binding specification
|
|
1135
|
+
*/
|
|
1136
|
+
stack?: DeploymentDetailResponseExtendGcpStack | undefined
|
|
1137
|
+
}
|
|
1138
|
+
|
|
1139
|
+
/**
|
|
1140
|
+
* Grant permissions for a specific cloud platform
|
|
1141
|
+
*/
|
|
1142
|
+
export type DeploymentDetailResponseExtendGcpGrant = {
|
|
1143
|
+
/**
|
|
1144
|
+
* AWS IAM actions (only for AWS)
|
|
1145
|
+
*/
|
|
1146
|
+
actions?: Array<string> | null | undefined
|
|
1147
|
+
/**
|
|
1148
|
+
* Azure actions (only for Azure)
|
|
1149
|
+
*/
|
|
1150
|
+
dataActions?: Array<string> | null | undefined
|
|
1151
|
+
/**
|
|
1152
|
+
* GCP permissions (only for GCP)
|
|
1153
|
+
*/
|
|
1154
|
+
permissions?: Array<string> | null | undefined
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
|
+
/**
|
|
1158
|
+
* GCP-specific platform permission configuration
|
|
1159
|
+
*/
|
|
1160
|
+
export type DeploymentDetailResponseExtendGcp = {
|
|
1161
|
+
/**
|
|
1162
|
+
* Generic binding configuration for permissions
|
|
1163
|
+
*/
|
|
1164
|
+
binding: DeploymentDetailResponseExtendGcpBinding
|
|
1165
|
+
/**
|
|
1166
|
+
* Grant permissions for a specific cloud platform
|
|
1167
|
+
*/
|
|
1168
|
+
grant: DeploymentDetailResponseExtendGcpGrant
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
/**
|
|
1172
|
+
* Platform-specific permission configurations
|
|
1173
|
+
*/
|
|
1174
|
+
export type DeploymentDetailResponseExtendPlatforms = {
|
|
1175
|
+
/**
|
|
1176
|
+
* AWS permission configurations
|
|
1177
|
+
*/
|
|
1178
|
+
aws?: Array<DeploymentDetailResponseExtendAw> | null | undefined
|
|
1179
|
+
/**
|
|
1180
|
+
* Azure permission configurations
|
|
1181
|
+
*/
|
|
1182
|
+
azure?: Array<DeploymentDetailResponseExtendAzure> | null | undefined
|
|
1183
|
+
/**
|
|
1184
|
+
* GCP permission configurations
|
|
1185
|
+
*/
|
|
1186
|
+
gcp?: Array<DeploymentDetailResponseExtendGcp> | null | undefined
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
/**
|
|
1190
|
+
* A permission set that can be applied across different cloud platforms
|
|
1191
|
+
*/
|
|
1192
|
+
export type DeploymentDetailResponseExtend = {
|
|
1193
|
+
/**
|
|
1194
|
+
* Human-readable description of what this permission set allows
|
|
1195
|
+
*/
|
|
1196
|
+
description: string
|
|
1197
|
+
/**
|
|
1198
|
+
* Unique identifier for the permission set (e.g., "storage/data-read")
|
|
1199
|
+
*/
|
|
1200
|
+
id: string
|
|
1201
|
+
/**
|
|
1202
|
+
* Platform-specific permission configurations
|
|
1203
|
+
*/
|
|
1204
|
+
platforms: DeploymentDetailResponseExtendPlatforms
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
/**
|
|
1208
|
+
* Reference to a permission set - either by name or inline definition
|
|
1209
|
+
*/
|
|
1210
|
+
export type DeploymentDetailResponseExtendUnion = DeploymentDetailResponseExtend | string
|
|
1211
|
+
|
|
1212
|
+
export type DeploymentDetailResponseManagement1 = {
|
|
1213
|
+
/**
|
|
1214
|
+
* Permission profile that maps resources to permission sets
|
|
1215
|
+
*
|
|
1216
|
+
* @remarks
|
|
1217
|
+
* Key can be "*" for all resources or resource name for specific resource
|
|
1218
|
+
*/
|
|
1219
|
+
extend: { [k: string]: Array<DeploymentDetailResponseExtend | string> }
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
/**
|
|
1223
|
+
* Management permissions configuration for stack management access
|
|
1224
|
+
*/
|
|
1225
|
+
export type DeploymentDetailResponseManagementUnion =
|
|
1226
|
+
| DeploymentDetailResponseManagement1
|
|
1227
|
+
| DeploymentDetailResponseManagement2
|
|
1228
|
+
| DeploymentDetailResponseManagementEnum
|
|
1229
|
+
|
|
1230
|
+
/**
|
|
1231
|
+
* AWS-specific binding specification
|
|
1232
|
+
*/
|
|
1233
|
+
export type DeploymentDetailResponseProfileAwResource = {
|
|
1234
|
+
/**
|
|
1235
|
+
* Optional condition for additional filtering (rare)
|
|
1236
|
+
*/
|
|
1237
|
+
condition?: { [k: string]: { [k: string]: string } } | null | undefined
|
|
1238
|
+
/**
|
|
1239
|
+
* Resource ARNs to bind to
|
|
1240
|
+
*/
|
|
1241
|
+
resources: Array<string>
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
/**
|
|
1245
|
+
* AWS-specific binding specification
|
|
1246
|
+
*/
|
|
1247
|
+
export type DeploymentDetailResponseProfileAwStack = {
|
|
1248
|
+
/**
|
|
1249
|
+
* Optional condition for additional filtering (rare)
|
|
1250
|
+
*/
|
|
1251
|
+
condition?: { [k: string]: { [k: string]: string } } | null | undefined
|
|
1252
|
+
/**
|
|
1253
|
+
* Resource ARNs to bind to
|
|
1254
|
+
*/
|
|
1255
|
+
resources: Array<string>
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
/**
|
|
1259
|
+
* Generic binding configuration for permissions
|
|
1260
|
+
*/
|
|
1261
|
+
export type DeploymentDetailResponseProfileAwBinding = {
|
|
1262
|
+
/**
|
|
1263
|
+
* AWS-specific binding specification
|
|
1264
|
+
*/
|
|
1265
|
+
resource?: DeploymentDetailResponseProfileAwResource | undefined
|
|
1266
|
+
/**
|
|
1267
|
+
* AWS-specific binding specification
|
|
1268
|
+
*/
|
|
1269
|
+
stack?: DeploymentDetailResponseProfileAwStack | undefined
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
/**
|
|
1273
|
+
* Grant permissions for a specific cloud platform
|
|
1274
|
+
*/
|
|
1275
|
+
export type DeploymentDetailResponseProfileAwGrant = {
|
|
1276
|
+
/**
|
|
1277
|
+
* AWS IAM actions (only for AWS)
|
|
1278
|
+
*/
|
|
1279
|
+
actions?: Array<string> | null | undefined
|
|
1280
|
+
/**
|
|
1281
|
+
* Azure actions (only for Azure)
|
|
1282
|
+
*/
|
|
1283
|
+
dataActions?: Array<string> | null | undefined
|
|
1284
|
+
/**
|
|
1285
|
+
* GCP permissions (only for GCP)
|
|
1286
|
+
*/
|
|
1287
|
+
permissions?: Array<string> | null | undefined
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
/**
|
|
1291
|
+
* AWS-specific platform permission configuration
|
|
1292
|
+
*/
|
|
1293
|
+
export type DeploymentDetailResponseProfileAw = {
|
|
1294
|
+
/**
|
|
1295
|
+
* Generic binding configuration for permissions
|
|
1296
|
+
*/
|
|
1297
|
+
binding: DeploymentDetailResponseProfileAwBinding
|
|
1298
|
+
/**
|
|
1299
|
+
* Grant permissions for a specific cloud platform
|
|
1300
|
+
*/
|
|
1301
|
+
grant: DeploymentDetailResponseProfileAwGrant
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
/**
|
|
1305
|
+
* Azure-specific binding specification
|
|
1306
|
+
*/
|
|
1307
|
+
export type DeploymentDetailResponseProfileAzureResource = {
|
|
1308
|
+
/**
|
|
1309
|
+
* Scope (subscription/resource group/resource level)
|
|
1310
|
+
*/
|
|
1311
|
+
scope: string
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1314
|
+
/**
|
|
1315
|
+
* Azure-specific binding specification
|
|
1316
|
+
*/
|
|
1317
|
+
export type DeploymentDetailResponseProfileAzureStack = {
|
|
1318
|
+
/**
|
|
1319
|
+
* Scope (subscription/resource group/resource level)
|
|
1320
|
+
*/
|
|
1321
|
+
scope: string
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
/**
|
|
1325
|
+
* Generic binding configuration for permissions
|
|
1326
|
+
*/
|
|
1327
|
+
export type DeploymentDetailResponseProfileAzureBinding = {
|
|
1328
|
+
/**
|
|
1329
|
+
* Azure-specific binding specification
|
|
1330
|
+
*/
|
|
1331
|
+
resource?: DeploymentDetailResponseProfileAzureResource | undefined
|
|
1332
|
+
/**
|
|
1333
|
+
* Azure-specific binding specification
|
|
1334
|
+
*/
|
|
1335
|
+
stack?: DeploymentDetailResponseProfileAzureStack | undefined
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
/**
|
|
1339
|
+
* Grant permissions for a specific cloud platform
|
|
1340
|
+
*/
|
|
1341
|
+
export type DeploymentDetailResponseProfileAzureGrant = {
|
|
1342
|
+
/**
|
|
1343
|
+
* AWS IAM actions (only for AWS)
|
|
1344
|
+
*/
|
|
1345
|
+
actions?: Array<string> | null | undefined
|
|
1346
|
+
/**
|
|
1347
|
+
* Azure actions (only for Azure)
|
|
1348
|
+
*/
|
|
1349
|
+
dataActions?: Array<string> | null | undefined
|
|
1350
|
+
/**
|
|
1351
|
+
* GCP permissions (only for GCP)
|
|
1352
|
+
*/
|
|
1353
|
+
permissions?: Array<string> | null | undefined
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
/**
|
|
1357
|
+
* Azure-specific platform permission configuration
|
|
1358
|
+
*/
|
|
1359
|
+
export type DeploymentDetailResponseProfileAzure = {
|
|
1360
|
+
/**
|
|
1361
|
+
* Generic binding configuration for permissions
|
|
1362
|
+
*/
|
|
1363
|
+
binding: DeploymentDetailResponseProfileAzureBinding
|
|
1364
|
+
/**
|
|
1365
|
+
* Grant permissions for a specific cloud platform
|
|
1366
|
+
*/
|
|
1367
|
+
grant: DeploymentDetailResponseProfileAzureGrant
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1370
|
+
/**
|
|
1371
|
+
* GCP IAM condition
|
|
1372
|
+
*/
|
|
1373
|
+
export type DeploymentDetailResponseProfileConditionResource = {
|
|
1374
|
+
expression: string
|
|
1375
|
+
title: string
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
/**
|
|
1379
|
+
* GCP-specific binding specification
|
|
1380
|
+
*/
|
|
1381
|
+
export type DeploymentDetailResponseProfileGcpResource = {
|
|
1382
|
+
condition?: any | null | undefined
|
|
1383
|
+
/**
|
|
1384
|
+
* Scope (project/resource level)
|
|
1385
|
+
*/
|
|
1386
|
+
scope: string
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
|
+
/**
|
|
1390
|
+
* GCP IAM condition
|
|
1391
|
+
*/
|
|
1392
|
+
export type DeploymentDetailResponseProfileConditionStack = {
|
|
1393
|
+
expression: string
|
|
1394
|
+
title: string
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
/**
|
|
1398
|
+
* GCP-specific binding specification
|
|
1399
|
+
*/
|
|
1400
|
+
export type DeploymentDetailResponseProfileGcpStack = {
|
|
1401
|
+
condition?: any | null | undefined
|
|
1402
|
+
/**
|
|
1403
|
+
* Scope (project/resource level)
|
|
1404
|
+
*/
|
|
1405
|
+
scope: string
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
/**
|
|
1409
|
+
* Generic binding configuration for permissions
|
|
1410
|
+
*/
|
|
1411
|
+
export type DeploymentDetailResponseProfileGcpBinding = {
|
|
1412
|
+
/**
|
|
1413
|
+
* GCP-specific binding specification
|
|
1414
|
+
*/
|
|
1415
|
+
resource?: DeploymentDetailResponseProfileGcpResource | undefined
|
|
1416
|
+
/**
|
|
1417
|
+
* GCP-specific binding specification
|
|
1418
|
+
*/
|
|
1419
|
+
stack?: DeploymentDetailResponseProfileGcpStack | undefined
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
/**
|
|
1423
|
+
* Grant permissions for a specific cloud platform
|
|
1424
|
+
*/
|
|
1425
|
+
export type DeploymentDetailResponseProfileGcpGrant = {
|
|
1426
|
+
/**
|
|
1427
|
+
* AWS IAM actions (only for AWS)
|
|
1428
|
+
*/
|
|
1429
|
+
actions?: Array<string> | null | undefined
|
|
1430
|
+
/**
|
|
1431
|
+
* Azure actions (only for Azure)
|
|
1432
|
+
*/
|
|
1433
|
+
dataActions?: Array<string> | null | undefined
|
|
1434
|
+
/**
|
|
1435
|
+
* GCP permissions (only for GCP)
|
|
1436
|
+
*/
|
|
1437
|
+
permissions?: Array<string> | null | undefined
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
/**
|
|
1441
|
+
* GCP-specific platform permission configuration
|
|
1442
|
+
*/
|
|
1443
|
+
export type DeploymentDetailResponseProfileGcp = {
|
|
1444
|
+
/**
|
|
1445
|
+
* Generic binding configuration for permissions
|
|
1446
|
+
*/
|
|
1447
|
+
binding: DeploymentDetailResponseProfileGcpBinding
|
|
1448
|
+
/**
|
|
1449
|
+
* Grant permissions for a specific cloud platform
|
|
1450
|
+
*/
|
|
1451
|
+
grant: DeploymentDetailResponseProfileGcpGrant
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
/**
|
|
1455
|
+
* Platform-specific permission configurations
|
|
1456
|
+
*/
|
|
1457
|
+
export type DeploymentDetailResponseProfilePlatforms = {
|
|
1458
|
+
/**
|
|
1459
|
+
* AWS permission configurations
|
|
1460
|
+
*/
|
|
1461
|
+
aws?: Array<DeploymentDetailResponseProfileAw> | null | undefined
|
|
1462
|
+
/**
|
|
1463
|
+
* Azure permission configurations
|
|
1464
|
+
*/
|
|
1465
|
+
azure?: Array<DeploymentDetailResponseProfileAzure> | null | undefined
|
|
1466
|
+
/**
|
|
1467
|
+
* GCP permission configurations
|
|
1468
|
+
*/
|
|
1469
|
+
gcp?: Array<DeploymentDetailResponseProfileGcp> | null | undefined
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
/**
|
|
1473
|
+
* A permission set that can be applied across different cloud platforms
|
|
1474
|
+
*/
|
|
1475
|
+
export type DeploymentDetailResponseProfile = {
|
|
1476
|
+
/**
|
|
1477
|
+
* Human-readable description of what this permission set allows
|
|
1478
|
+
*/
|
|
1479
|
+
description: string
|
|
1480
|
+
/**
|
|
1481
|
+
* Unique identifier for the permission set (e.g., "storage/data-read")
|
|
1482
|
+
*/
|
|
1483
|
+
id: string
|
|
1484
|
+
/**
|
|
1485
|
+
* Platform-specific permission configurations
|
|
1486
|
+
*/
|
|
1487
|
+
platforms: DeploymentDetailResponseProfilePlatforms
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
/**
|
|
1491
|
+
* Reference to a permission set - either by name or inline definition
|
|
1492
|
+
*/
|
|
1493
|
+
export type DeploymentDetailResponseProfileUnion = DeploymentDetailResponseProfile | string
|
|
1494
|
+
|
|
1495
|
+
/**
|
|
1496
|
+
* Combined permissions configuration that contains both profiles and management
|
|
1497
|
+
*/
|
|
1498
|
+
export type DeploymentDetailResponsePermissions = {
|
|
1499
|
+
/**
|
|
1500
|
+
* Management permissions configuration for stack management access
|
|
1501
|
+
*/
|
|
1502
|
+
management?:
|
|
1503
|
+
| DeploymentDetailResponseManagement1
|
|
1504
|
+
| DeploymentDetailResponseManagement2
|
|
1505
|
+
| DeploymentDetailResponseManagementEnum
|
|
1506
|
+
| undefined
|
|
1507
|
+
/**
|
|
1508
|
+
* Permission profiles that define access control for compute services
|
|
1509
|
+
*
|
|
1510
|
+
* @remarks
|
|
1511
|
+
* Key is the profile name, value is the permission configuration
|
|
1512
|
+
*/
|
|
1513
|
+
profiles: {
|
|
1514
|
+
[k: string]: {
|
|
1515
|
+
[k: string]: Array<DeploymentDetailResponseProfile | string>
|
|
1516
|
+
}
|
|
1517
|
+
}
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
/**
|
|
1521
|
+
* Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
|
|
1522
|
+
*/
|
|
1523
|
+
export type DeploymentDetailResponsePreparedStackConfig = {
|
|
1524
|
+
/**
|
|
1525
|
+
* The unique identifier for this specific resource instance. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]). Maximum 64 characters.
|
|
1526
|
+
*/
|
|
1527
|
+
id: string
|
|
1528
|
+
/**
|
|
1529
|
+
* Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
|
|
1530
|
+
*/
|
|
1531
|
+
type: string
|
|
1532
|
+
additionalProperties?: { [k: string]: any | null } | undefined
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
/**
|
|
1536
|
+
* New ResourceRef that works with any resource type.
|
|
1537
|
+
*
|
|
1538
|
+
* @remarks
|
|
1539
|
+
* This can eventually replace the enum-based ResourceRef for full extensibility.
|
|
1540
|
+
*/
|
|
1541
|
+
export type DeploymentDetailResponsePreparedStackDependency = {
|
|
1542
|
+
id: string
|
|
1543
|
+
/**
|
|
1544
|
+
* Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
|
|
1545
|
+
*/
|
|
1546
|
+
type: string
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
/**
|
|
1550
|
+
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
1551
|
+
*/
|
|
1552
|
+
export const DeploymentDetailResponsePreparedStackLifecycle = {
|
|
1553
|
+
Frozen: "frozen",
|
|
1554
|
+
Live: "live",
|
|
1555
|
+
LiveOnSetup: "live-on-setup",
|
|
1556
|
+
} as const
|
|
1557
|
+
/**
|
|
1558
|
+
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
1559
|
+
*/
|
|
1560
|
+
export type DeploymentDetailResponsePreparedStackLifecycle = ClosedEnum<
|
|
1561
|
+
typeof DeploymentDetailResponsePreparedStackLifecycle
|
|
1562
|
+
>
|
|
1563
|
+
|
|
1564
|
+
export type DeploymentDetailResponsePreparedStackResources = {
|
|
1565
|
+
/**
|
|
1566
|
+
* Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
|
|
1567
|
+
*/
|
|
1568
|
+
config: DeploymentDetailResponsePreparedStackConfig
|
|
1569
|
+
/**
|
|
1570
|
+
* Additional dependencies for this resource beyond those defined in the resource itself.
|
|
1571
|
+
*
|
|
1572
|
+
* @remarks
|
|
1573
|
+
* The total dependencies are: resource.get_dependencies() + this list
|
|
1574
|
+
*/
|
|
1575
|
+
dependencies: Array<DeploymentDetailResponsePreparedStackDependency>
|
|
1576
|
+
/**
|
|
1577
|
+
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
1578
|
+
*/
|
|
1579
|
+
lifecycle: DeploymentDetailResponsePreparedStackLifecycle
|
|
1580
|
+
/**
|
|
1581
|
+
* Enable remote bindings for this resource (BYOB use case).
|
|
1582
|
+
*
|
|
1583
|
+
* @remarks
|
|
1584
|
+
* When true, binding params are synced to StackState's `remote_binding_params`.
|
|
1585
|
+
* Default: false (prevents sensitive data in synced state).
|
|
1586
|
+
*/
|
|
1587
|
+
remoteAccess?: boolean | undefined
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1590
|
+
/**
|
|
1591
|
+
* A bag of resources, unaware of any cloud.
|
|
1592
|
+
*/
|
|
1593
|
+
export type DeploymentDetailResponsePreparedStack = {
|
|
1594
|
+
/**
|
|
1595
|
+
* Unique identifier for the stack
|
|
1596
|
+
*/
|
|
1597
|
+
id: string
|
|
1598
|
+
/**
|
|
1599
|
+
* Combined permissions configuration that contains both profiles and management
|
|
1600
|
+
*/
|
|
1601
|
+
permissions?: DeploymentDetailResponsePermissions | undefined
|
|
1602
|
+
/**
|
|
1603
|
+
* Map of resource IDs to their configurations and lifecycle settings
|
|
1604
|
+
*/
|
|
1605
|
+
resources: { [k: string]: DeploymentDetailResponsePreparedStackResources }
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
/**
|
|
1609
|
+
* Runtime metadata for deployment state persistence
|
|
1610
|
+
*/
|
|
1611
|
+
export type DeploymentDetailResponseRuntimeMetadata = {
|
|
1612
|
+
/**
|
|
1613
|
+
* Hash of the environment variables snapshot that was last synced to the vault
|
|
1614
|
+
*
|
|
1615
|
+
* @remarks
|
|
1616
|
+
* Used to avoid redundant sync operations during incremental deployment
|
|
1617
|
+
*/
|
|
1618
|
+
lastSyncedEnvVarsHash?: string | null | undefined
|
|
1619
|
+
preparedStack?: any | null | undefined
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
/**
|
|
1623
|
+
* Latest error information if the deployment is in a failed state
|
|
1624
|
+
*/
|
|
1625
|
+
export type DeploymentDetailResponseError = {
|
|
1626
|
+
/**
|
|
1627
|
+
* A unique identifier for the type of error.
|
|
1628
|
+
*
|
|
1629
|
+
* @remarks
|
|
1630
|
+
*
|
|
1631
|
+
* This should be a short, machine-readable string that can be used
|
|
1632
|
+
* by clients to programmatically handle different error types.
|
|
1633
|
+
* Examples: "NOT_FOUND", "VALIDATION_ERROR", "TIMEOUT"
|
|
1634
|
+
*/
|
|
1635
|
+
code: string
|
|
1636
|
+
context?: any | null | undefined
|
|
1637
|
+
/**
|
|
1638
|
+
* HTTP status code for this error.
|
|
1639
|
+
*
|
|
1640
|
+
* @remarks
|
|
1641
|
+
*
|
|
1642
|
+
* Used when converting the error to an HTTP response. If None, falls back to
|
|
1643
|
+
* the error type's default status code or 500.
|
|
1644
|
+
*/
|
|
1645
|
+
httpStatusCode?: number | null | undefined
|
|
1646
|
+
/**
|
|
1647
|
+
* Indicates if this is an internal error that should not be exposed to users.
|
|
1648
|
+
*
|
|
1649
|
+
* @remarks
|
|
1650
|
+
*
|
|
1651
|
+
* When `true`, this error contains sensitive information or implementation
|
|
1652
|
+
* details that should not be shown to end-users. Such errors should be
|
|
1653
|
+
* logged for debugging but replaced with generic error messages in responses.
|
|
1654
|
+
*/
|
|
1655
|
+
internal: boolean
|
|
1656
|
+
/**
|
|
1657
|
+
* Human-readable error message.
|
|
1658
|
+
*
|
|
1659
|
+
* @remarks
|
|
1660
|
+
*
|
|
1661
|
+
* This message should be clear and actionable for developers or end-users,
|
|
1662
|
+
* providing context about what went wrong and potentially how to fix it.
|
|
1663
|
+
*/
|
|
1664
|
+
message: string
|
|
1665
|
+
/**
|
|
1666
|
+
* Indicates whether the operation that caused the error should be retried.
|
|
1667
|
+
*
|
|
1668
|
+
* @remarks
|
|
1669
|
+
*
|
|
1670
|
+
* When `true`, the error is transient and the operation might succeed
|
|
1671
|
+
* if attempted again. When `false`, retrying the same operation is
|
|
1672
|
+
* unlikely to succeed without changes.
|
|
1673
|
+
*/
|
|
1674
|
+
retryable: boolean
|
|
1675
|
+
source?: any | null | undefined
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1678
|
+
/**
|
|
1679
|
+
* Snapshot of target environment variables for the deployment
|
|
1680
|
+
*/
|
|
1681
|
+
export type DeploymentDetailResponseTargetEnvironmentVariables = {
|
|
1682
|
+
/**
|
|
1683
|
+
* Environment variables in the snapshot
|
|
1684
|
+
*/
|
|
1685
|
+
variables: Array<EnvironmentVariableConfig>
|
|
1686
|
+
/**
|
|
1687
|
+
* Deterministic hash of all variables for change detection
|
|
1688
|
+
*/
|
|
1689
|
+
hash: string
|
|
1690
|
+
/**
|
|
1691
|
+
* ISO 8601 timestamp when snapshot was created
|
|
1692
|
+
*/
|
|
1693
|
+
createdAt: Date
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
/**
|
|
1697
|
+
* Snapshot of current environment variables for the deployment
|
|
1698
|
+
*/
|
|
1699
|
+
export type DeploymentDetailResponseCurrentEnvironmentVariables = {
|
|
1700
|
+
/**
|
|
1701
|
+
* Environment variables in the snapshot
|
|
1702
|
+
*/
|
|
1703
|
+
variables: Array<EnvironmentVariableConfig>
|
|
1704
|
+
/**
|
|
1705
|
+
* Deterministic hash of all variables for change detection
|
|
1706
|
+
*/
|
|
1707
|
+
hash: string
|
|
1708
|
+
/**
|
|
1709
|
+
* ISO 8601 timestamp when snapshot was created
|
|
1710
|
+
*/
|
|
1711
|
+
createdAt: Date
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1714
|
+
export type DeploymentDetailResponse = {
|
|
1715
|
+
/**
|
|
1716
|
+
* Unique identifier for the deployment.
|
|
1717
|
+
*/
|
|
1718
|
+
id: string
|
|
1719
|
+
/**
|
|
1720
|
+
* Deployment name.
|
|
1721
|
+
*/
|
|
1722
|
+
name: string
|
|
1723
|
+
/**
|
|
1724
|
+
* Public subdomain for auto-generated domains
|
|
1725
|
+
*/
|
|
1726
|
+
publicSubdomain?: string | null | undefined
|
|
1727
|
+
/**
|
|
1728
|
+
* Deployment status in the deployment lifecycle
|
|
1729
|
+
*/
|
|
1730
|
+
status: DeploymentDetailResponseStatus
|
|
1731
|
+
/**
|
|
1732
|
+
* Unique identifier for the project.
|
|
1733
|
+
*/
|
|
1734
|
+
projectId: string
|
|
1735
|
+
/**
|
|
1736
|
+
* Target platform for the deployment
|
|
1737
|
+
*/
|
|
1738
|
+
platform: DeploymentDetailResponsePlatform
|
|
1739
|
+
/**
|
|
1740
|
+
* ID of deployment group this deployment belongs to
|
|
1741
|
+
*/
|
|
1742
|
+
deploymentGroupId: string
|
|
1743
|
+
/**
|
|
1744
|
+
* Cloud environment information
|
|
1745
|
+
*/
|
|
1746
|
+
environmentInfo?:
|
|
1747
|
+
| DeploymentDetailResponseEnvironmentInfoGcp
|
|
1748
|
+
| DeploymentDetailResponseEnvironmentInfoAzure
|
|
1749
|
+
| DeploymentDetailResponseEnvironmentInfoLocal
|
|
1750
|
+
| DeploymentDetailResponseEnvironmentInfoAws
|
|
1751
|
+
| DeploymentDetailResponseEnvironmentInfoTest
|
|
1752
|
+
| any
|
|
1753
|
+
| null
|
|
1754
|
+
| undefined
|
|
1755
|
+
/**
|
|
1756
|
+
* User-provided configuration (network, deployment model, approvals)
|
|
1757
|
+
*/
|
|
1758
|
+
stackSettings: DeploymentDetailResponseStackSettings
|
|
1759
|
+
/**
|
|
1760
|
+
* State of infrastructure components managed by this deployment
|
|
1761
|
+
*/
|
|
1762
|
+
stackState?: DeploymentDetailResponseStackState | null | undefined
|
|
1763
|
+
/**
|
|
1764
|
+
* Runtime metadata for deployment state persistence
|
|
1765
|
+
*/
|
|
1766
|
+
runtimeMetadata?: DeploymentDetailResponseRuntimeMetadata | null | undefined
|
|
1767
|
+
/**
|
|
1768
|
+
* ID of the currently deployed release (actual state)
|
|
1769
|
+
*/
|
|
1770
|
+
currentReleaseId?: string | null | undefined
|
|
1771
|
+
/**
|
|
1772
|
+
* ID of the desired release for deployment/update (desired state)
|
|
1773
|
+
*/
|
|
1774
|
+
desiredReleaseId?: string | null | undefined
|
|
1775
|
+
/**
|
|
1776
|
+
* ID of the pinned release
|
|
1777
|
+
*/
|
|
1778
|
+
pinnedReleaseId?: string | null | undefined
|
|
1779
|
+
/**
|
|
1780
|
+
* Whether a retry has been requested for a failed deployment
|
|
1781
|
+
*/
|
|
1782
|
+
retryRequested: boolean
|
|
1783
|
+
/**
|
|
1784
|
+
* Timestamp of the last received heartbeat from the deployment
|
|
1785
|
+
*/
|
|
1786
|
+
lastHeartbeatAt?: Date | null | undefined
|
|
1787
|
+
/**
|
|
1788
|
+
* Latest error information if the deployment is in a failed state
|
|
1789
|
+
*/
|
|
1790
|
+
error?: DeploymentDetailResponseError | null | undefined
|
|
1791
|
+
/**
|
|
1792
|
+
* Configuration of environment variables for the deployment
|
|
1793
|
+
*/
|
|
1794
|
+
environmentVariables?: Array<EnvironmentVariableConfig> | null | undefined
|
|
1795
|
+
/**
|
|
1796
|
+
* Snapshot of target environment variables for the deployment
|
|
1797
|
+
*/
|
|
1798
|
+
targetEnvironmentVariables?: DeploymentDetailResponseTargetEnvironmentVariables | null | undefined
|
|
1799
|
+
/**
|
|
1800
|
+
* Snapshot of current environment variables for the deployment
|
|
1801
|
+
*/
|
|
1802
|
+
currentEnvironmentVariables?:
|
|
1803
|
+
| DeploymentDetailResponseCurrentEnvironmentVariables
|
|
1804
|
+
| null
|
|
1805
|
+
| undefined
|
|
1806
|
+
createdAt: Date
|
|
1807
|
+
updatedAt: Date
|
|
1808
|
+
/**
|
|
1809
|
+
* ID of the manager responsible for this deployment
|
|
1810
|
+
*/
|
|
1811
|
+
managerId?: string | null | undefined
|
|
1812
|
+
/**
|
|
1813
|
+
* Unique identifier for the workspace.
|
|
1814
|
+
*/
|
|
1815
|
+
workspaceId: string
|
|
1816
|
+
release?: DeploymentReleaseInfo | null | undefined
|
|
1817
|
+
deploymentGroup?: DeploymentGroupInfo | undefined
|
|
1818
|
+
project?: DeploymentProjectInfo | undefined
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
/** @internal */
|
|
1822
|
+
export const DeploymentDetailResponseStatus$inboundSchema: z.ZodEnum<
|
|
1823
|
+
typeof DeploymentDetailResponseStatus
|
|
1824
|
+
> = z.enum(DeploymentDetailResponseStatus)
|
|
1825
|
+
|
|
1826
|
+
/** @internal */
|
|
1827
|
+
export const DeploymentDetailResponsePlatform$inboundSchema: z.ZodEnum<
|
|
1828
|
+
typeof DeploymentDetailResponsePlatform
|
|
1829
|
+
> = z.enum(DeploymentDetailResponsePlatform)
|
|
1830
|
+
|
|
1831
|
+
/** @internal */
|
|
1832
|
+
export const DeploymentDetailResponsePlatformTest$inboundSchema: z.ZodEnum<
|
|
1833
|
+
typeof DeploymentDetailResponsePlatformTest
|
|
1834
|
+
> = z.enum(DeploymentDetailResponsePlatformTest)
|
|
1835
|
+
|
|
1836
|
+
/** @internal */
|
|
1837
|
+
export const DeploymentDetailResponseEnvironmentInfoTest$inboundSchema: z.ZodType<
|
|
1838
|
+
DeploymentDetailResponseEnvironmentInfoTest,
|
|
1839
|
+
unknown
|
|
1840
|
+
> = z.object({
|
|
1841
|
+
testId: z.string(),
|
|
1842
|
+
platform: DeploymentDetailResponsePlatformTest$inboundSchema,
|
|
1843
|
+
})
|
|
1844
|
+
|
|
1845
|
+
export function deploymentDetailResponseEnvironmentInfoTestFromJSON(
|
|
1846
|
+
jsonString: string,
|
|
1847
|
+
): SafeParseResult<DeploymentDetailResponseEnvironmentInfoTest, SDKValidationError> {
|
|
1848
|
+
return safeParse(
|
|
1849
|
+
jsonString,
|
|
1850
|
+
x => DeploymentDetailResponseEnvironmentInfoTest$inboundSchema.parse(JSON.parse(x)),
|
|
1851
|
+
`Failed to parse 'DeploymentDetailResponseEnvironmentInfoTest' from JSON`,
|
|
1852
|
+
)
|
|
1853
|
+
}
|
|
1854
|
+
|
|
1855
|
+
/** @internal */
|
|
1856
|
+
export const DeploymentDetailResponsePlatformLocal$inboundSchema: z.ZodEnum<
|
|
1857
|
+
typeof DeploymentDetailResponsePlatformLocal
|
|
1858
|
+
> = z.enum(DeploymentDetailResponsePlatformLocal)
|
|
1859
|
+
|
|
1860
|
+
/** @internal */
|
|
1861
|
+
export const DeploymentDetailResponseEnvironmentInfoLocal$inboundSchema: z.ZodType<
|
|
1862
|
+
DeploymentDetailResponseEnvironmentInfoLocal,
|
|
1863
|
+
unknown
|
|
1864
|
+
> = z.object({
|
|
1865
|
+
arch: z.string(),
|
|
1866
|
+
hostname: z.string(),
|
|
1867
|
+
os: z.string(),
|
|
1868
|
+
platform: DeploymentDetailResponsePlatformLocal$inboundSchema,
|
|
1869
|
+
})
|
|
1870
|
+
|
|
1871
|
+
export function deploymentDetailResponseEnvironmentInfoLocalFromJSON(
|
|
1872
|
+
jsonString: string,
|
|
1873
|
+
): SafeParseResult<DeploymentDetailResponseEnvironmentInfoLocal, SDKValidationError> {
|
|
1874
|
+
return safeParse(
|
|
1875
|
+
jsonString,
|
|
1876
|
+
x => DeploymentDetailResponseEnvironmentInfoLocal$inboundSchema.parse(JSON.parse(x)),
|
|
1877
|
+
`Failed to parse 'DeploymentDetailResponseEnvironmentInfoLocal' from JSON`,
|
|
1878
|
+
)
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1881
|
+
/** @internal */
|
|
1882
|
+
export const DeploymentDetailResponsePlatformAzure$inboundSchema: z.ZodEnum<
|
|
1883
|
+
typeof DeploymentDetailResponsePlatformAzure
|
|
1884
|
+
> = z.enum(DeploymentDetailResponsePlatformAzure)
|
|
1885
|
+
|
|
1886
|
+
/** @internal */
|
|
1887
|
+
export const DeploymentDetailResponseEnvironmentInfoAzure$inboundSchema: z.ZodType<
|
|
1888
|
+
DeploymentDetailResponseEnvironmentInfoAzure,
|
|
1889
|
+
unknown
|
|
1890
|
+
> = z.object({
|
|
1891
|
+
location: z.string(),
|
|
1892
|
+
subscriptionId: z.string(),
|
|
1893
|
+
tenantId: z.string(),
|
|
1894
|
+
platform: DeploymentDetailResponsePlatformAzure$inboundSchema,
|
|
1895
|
+
})
|
|
1896
|
+
|
|
1897
|
+
export function deploymentDetailResponseEnvironmentInfoAzureFromJSON(
|
|
1898
|
+
jsonString: string,
|
|
1899
|
+
): SafeParseResult<DeploymentDetailResponseEnvironmentInfoAzure, SDKValidationError> {
|
|
1900
|
+
return safeParse(
|
|
1901
|
+
jsonString,
|
|
1902
|
+
x => DeploymentDetailResponseEnvironmentInfoAzure$inboundSchema.parse(JSON.parse(x)),
|
|
1903
|
+
`Failed to parse 'DeploymentDetailResponseEnvironmentInfoAzure' from JSON`,
|
|
1904
|
+
)
|
|
1905
|
+
}
|
|
1906
|
+
|
|
1907
|
+
/** @internal */
|
|
1908
|
+
export const DeploymentDetailResponsePlatformGcp$inboundSchema: z.ZodEnum<
|
|
1909
|
+
typeof DeploymentDetailResponsePlatformGcp
|
|
1910
|
+
> = z.enum(DeploymentDetailResponsePlatformGcp)
|
|
1911
|
+
|
|
1912
|
+
/** @internal */
|
|
1913
|
+
export const DeploymentDetailResponseEnvironmentInfoGcp$inboundSchema: z.ZodType<
|
|
1914
|
+
DeploymentDetailResponseEnvironmentInfoGcp,
|
|
1915
|
+
unknown
|
|
1916
|
+
> = z.object({
|
|
1917
|
+
projectId: z.string(),
|
|
1918
|
+
projectNumber: z.string(),
|
|
1919
|
+
region: z.string(),
|
|
1920
|
+
platform: DeploymentDetailResponsePlatformGcp$inboundSchema,
|
|
1921
|
+
})
|
|
1922
|
+
|
|
1923
|
+
export function deploymentDetailResponseEnvironmentInfoGcpFromJSON(
|
|
1924
|
+
jsonString: string,
|
|
1925
|
+
): SafeParseResult<DeploymentDetailResponseEnvironmentInfoGcp, SDKValidationError> {
|
|
1926
|
+
return safeParse(
|
|
1927
|
+
jsonString,
|
|
1928
|
+
x => DeploymentDetailResponseEnvironmentInfoGcp$inboundSchema.parse(JSON.parse(x)),
|
|
1929
|
+
`Failed to parse 'DeploymentDetailResponseEnvironmentInfoGcp' from JSON`,
|
|
1930
|
+
)
|
|
1931
|
+
}
|
|
1932
|
+
|
|
1933
|
+
/** @internal */
|
|
1934
|
+
export const DeploymentDetailResponsePlatformAws$inboundSchema: z.ZodEnum<
|
|
1935
|
+
typeof DeploymentDetailResponsePlatformAws
|
|
1936
|
+
> = z.enum(DeploymentDetailResponsePlatformAws)
|
|
1937
|
+
|
|
1938
|
+
/** @internal */
|
|
1939
|
+
export const DeploymentDetailResponseEnvironmentInfoAws$inboundSchema: z.ZodType<
|
|
1940
|
+
DeploymentDetailResponseEnvironmentInfoAws,
|
|
1941
|
+
unknown
|
|
1942
|
+
> = z.object({
|
|
1943
|
+
accountId: z.string(),
|
|
1944
|
+
region: z.string(),
|
|
1945
|
+
platform: DeploymentDetailResponsePlatformAws$inboundSchema,
|
|
1946
|
+
})
|
|
1947
|
+
|
|
1948
|
+
export function deploymentDetailResponseEnvironmentInfoAwsFromJSON(
|
|
1949
|
+
jsonString: string,
|
|
1950
|
+
): SafeParseResult<DeploymentDetailResponseEnvironmentInfoAws, SDKValidationError> {
|
|
1951
|
+
return safeParse(
|
|
1952
|
+
jsonString,
|
|
1953
|
+
x => DeploymentDetailResponseEnvironmentInfoAws$inboundSchema.parse(JSON.parse(x)),
|
|
1954
|
+
`Failed to parse 'DeploymentDetailResponseEnvironmentInfoAws' from JSON`,
|
|
1955
|
+
)
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
/** @internal */
|
|
1959
|
+
export const DeploymentDetailResponseEnvironmentInfoUnion$inboundSchema: z.ZodType<
|
|
1960
|
+
DeploymentDetailResponseEnvironmentInfoUnion,
|
|
1961
|
+
unknown
|
|
1962
|
+
> = z.union([
|
|
1963
|
+
z.lazy(() => DeploymentDetailResponseEnvironmentInfoGcp$inboundSchema),
|
|
1964
|
+
z.lazy(() => DeploymentDetailResponseEnvironmentInfoAzure$inboundSchema),
|
|
1965
|
+
z.lazy(() => DeploymentDetailResponseEnvironmentInfoLocal$inboundSchema),
|
|
1966
|
+
z.lazy(() => DeploymentDetailResponseEnvironmentInfoAws$inboundSchema),
|
|
1967
|
+
z.lazy(() => DeploymentDetailResponseEnvironmentInfoTest$inboundSchema),
|
|
1968
|
+
z.any(),
|
|
1969
|
+
])
|
|
1970
|
+
|
|
1971
|
+
export function deploymentDetailResponseEnvironmentInfoUnionFromJSON(
|
|
1972
|
+
jsonString: string,
|
|
1973
|
+
): SafeParseResult<DeploymentDetailResponseEnvironmentInfoUnion, SDKValidationError> {
|
|
1974
|
+
return safeParse(
|
|
1975
|
+
jsonString,
|
|
1976
|
+
x => DeploymentDetailResponseEnvironmentInfoUnion$inboundSchema.parse(JSON.parse(x)),
|
|
1977
|
+
`Failed to parse 'DeploymentDetailResponseEnvironmentInfoUnion' from JSON`,
|
|
1978
|
+
)
|
|
1979
|
+
}
|
|
1980
|
+
|
|
1981
|
+
/** @internal */
|
|
1982
|
+
export const DeploymentDetailResponseDeploymentModel$inboundSchema: z.ZodEnum<
|
|
1983
|
+
typeof DeploymentDetailResponseDeploymentModel
|
|
1984
|
+
> = z.enum(DeploymentDetailResponseDeploymentModel)
|
|
1985
|
+
|
|
1986
|
+
/** @internal */
|
|
1987
|
+
export const DeploymentDetailResponseAws$inboundSchema: z.ZodType<
|
|
1988
|
+
DeploymentDetailResponseAws,
|
|
1989
|
+
unknown
|
|
1990
|
+
> = z.object({
|
|
1991
|
+
certificateArn: z.string(),
|
|
1992
|
+
})
|
|
1993
|
+
|
|
1994
|
+
export function deploymentDetailResponseAwsFromJSON(
|
|
1995
|
+
jsonString: string,
|
|
1996
|
+
): SafeParseResult<DeploymentDetailResponseAws, SDKValidationError> {
|
|
1997
|
+
return safeParse(
|
|
1998
|
+
jsonString,
|
|
1999
|
+
x => DeploymentDetailResponseAws$inboundSchema.parse(JSON.parse(x)),
|
|
2000
|
+
`Failed to parse 'DeploymentDetailResponseAws' from JSON`,
|
|
2001
|
+
)
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
/** @internal */
|
|
2005
|
+
export const DeploymentDetailResponseDomainsAzure$inboundSchema: z.ZodType<
|
|
2006
|
+
DeploymentDetailResponseDomainsAzure,
|
|
2007
|
+
unknown
|
|
2008
|
+
> = z.object({
|
|
2009
|
+
keyVaultCertificateId: z.string(),
|
|
2010
|
+
})
|
|
2011
|
+
|
|
2012
|
+
export function deploymentDetailResponseDomainsAzureFromJSON(
|
|
2013
|
+
jsonString: string,
|
|
2014
|
+
): SafeParseResult<DeploymentDetailResponseDomainsAzure, SDKValidationError> {
|
|
2015
|
+
return safeParse(
|
|
2016
|
+
jsonString,
|
|
2017
|
+
x => DeploymentDetailResponseDomainsAzure$inboundSchema.parse(JSON.parse(x)),
|
|
2018
|
+
`Failed to parse 'DeploymentDetailResponseDomainsAzure' from JSON`,
|
|
2019
|
+
)
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
/** @internal */
|
|
2023
|
+
export const DeploymentDetailResponseDomainsGcp$inboundSchema: z.ZodType<
|
|
2024
|
+
DeploymentDetailResponseDomainsGcp,
|
|
2025
|
+
unknown
|
|
2026
|
+
> = z.object({
|
|
2027
|
+
certificateName: z.string(),
|
|
2028
|
+
})
|
|
2029
|
+
|
|
2030
|
+
export function deploymentDetailResponseDomainsGcpFromJSON(
|
|
2031
|
+
jsonString: string,
|
|
2032
|
+
): SafeParseResult<DeploymentDetailResponseDomainsGcp, SDKValidationError> {
|
|
2033
|
+
return safeParse(
|
|
2034
|
+
jsonString,
|
|
2035
|
+
x => DeploymentDetailResponseDomainsGcp$inboundSchema.parse(JSON.parse(x)),
|
|
2036
|
+
`Failed to parse 'DeploymentDetailResponseDomainsGcp' from JSON`,
|
|
2037
|
+
)
|
|
2038
|
+
}
|
|
2039
|
+
|
|
2040
|
+
/** @internal */
|
|
2041
|
+
export const DeploymentDetailResponseCertificate$inboundSchema: z.ZodType<
|
|
2042
|
+
DeploymentDetailResponseCertificate,
|
|
2043
|
+
unknown
|
|
2044
|
+
> = z.object({
|
|
2045
|
+
aws: z.nullable(z.any()).optional(),
|
|
2046
|
+
azure: z.nullable(z.any()).optional(),
|
|
2047
|
+
gcp: z.nullable(z.any()).optional(),
|
|
2048
|
+
})
|
|
2049
|
+
|
|
2050
|
+
export function deploymentDetailResponseCertificateFromJSON(
|
|
2051
|
+
jsonString: string,
|
|
2052
|
+
): SafeParseResult<DeploymentDetailResponseCertificate, SDKValidationError> {
|
|
2053
|
+
return safeParse(
|
|
2054
|
+
jsonString,
|
|
2055
|
+
x => DeploymentDetailResponseCertificate$inboundSchema.parse(JSON.parse(x)),
|
|
2056
|
+
`Failed to parse 'DeploymentDetailResponseCertificate' from JSON`,
|
|
2057
|
+
)
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
/** @internal */
|
|
2061
|
+
export const DeploymentDetailResponseCustomDomains$inboundSchema: z.ZodType<
|
|
2062
|
+
DeploymentDetailResponseCustomDomains,
|
|
2063
|
+
unknown
|
|
2064
|
+
> = z.object({
|
|
2065
|
+
certificate: z.lazy(() => DeploymentDetailResponseCertificate$inboundSchema),
|
|
2066
|
+
domain: z.string(),
|
|
2067
|
+
})
|
|
2068
|
+
|
|
2069
|
+
export function deploymentDetailResponseCustomDomainsFromJSON(
|
|
2070
|
+
jsonString: string,
|
|
2071
|
+
): SafeParseResult<DeploymentDetailResponseCustomDomains, SDKValidationError> {
|
|
2072
|
+
return safeParse(
|
|
2073
|
+
jsonString,
|
|
2074
|
+
x => DeploymentDetailResponseCustomDomains$inboundSchema.parse(JSON.parse(x)),
|
|
2075
|
+
`Failed to parse 'DeploymentDetailResponseCustomDomains' from JSON`,
|
|
2076
|
+
)
|
|
2077
|
+
}
|
|
2078
|
+
|
|
2079
|
+
/** @internal */
|
|
2080
|
+
export const DeploymentDetailResponseDomains$inboundSchema: z.ZodType<
|
|
2081
|
+
DeploymentDetailResponseDomains,
|
|
2082
|
+
unknown
|
|
2083
|
+
> = z.object({
|
|
2084
|
+
customDomains: z
|
|
2085
|
+
.nullable(
|
|
2086
|
+
z.record(
|
|
2087
|
+
z.string(),
|
|
2088
|
+
z.lazy(() => DeploymentDetailResponseCustomDomains$inboundSchema),
|
|
2089
|
+
),
|
|
2090
|
+
)
|
|
2091
|
+
.optional(),
|
|
2092
|
+
})
|
|
2093
|
+
|
|
2094
|
+
export function deploymentDetailResponseDomainsFromJSON(
|
|
2095
|
+
jsonString: string,
|
|
2096
|
+
): SafeParseResult<DeploymentDetailResponseDomains, SDKValidationError> {
|
|
2097
|
+
return safeParse(
|
|
2098
|
+
jsonString,
|
|
2099
|
+
x => DeploymentDetailResponseDomains$inboundSchema.parse(JSON.parse(x)),
|
|
2100
|
+
`Failed to parse 'DeploymentDetailResponseDomains' from JSON`,
|
|
2101
|
+
)
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2104
|
+
/** @internal */
|
|
2105
|
+
export const DeploymentDetailResponseHeartbeats$inboundSchema: z.ZodEnum<
|
|
2106
|
+
typeof DeploymentDetailResponseHeartbeats
|
|
2107
|
+
> = z.enum(DeploymentDetailResponseHeartbeats)
|
|
2108
|
+
|
|
2109
|
+
/** @internal */
|
|
2110
|
+
export const DeploymentDetailResponseTypeByoVnetAzure$inboundSchema: z.ZodEnum<
|
|
2111
|
+
typeof DeploymentDetailResponseTypeByoVnetAzure
|
|
2112
|
+
> = z.enum(DeploymentDetailResponseTypeByoVnetAzure)
|
|
2113
|
+
|
|
2114
|
+
/** @internal */
|
|
2115
|
+
export const DeploymentDetailResponseNetworkByoVnetAzure$inboundSchema: z.ZodType<
|
|
2116
|
+
DeploymentDetailResponseNetworkByoVnetAzure,
|
|
2117
|
+
unknown
|
|
2118
|
+
> = z
|
|
2119
|
+
.object({
|
|
2120
|
+
private_subnet_name: z.string(),
|
|
2121
|
+
public_subnet_name: z.string(),
|
|
2122
|
+
type: DeploymentDetailResponseTypeByoVnetAzure$inboundSchema,
|
|
2123
|
+
vnet_resource_id: z.string(),
|
|
2124
|
+
})
|
|
2125
|
+
.transform(v => {
|
|
2126
|
+
return remap$(v, {
|
|
2127
|
+
private_subnet_name: "privateSubnetName",
|
|
2128
|
+
public_subnet_name: "publicSubnetName",
|
|
2129
|
+
vnet_resource_id: "vnetResourceId",
|
|
2130
|
+
})
|
|
2131
|
+
})
|
|
2132
|
+
|
|
2133
|
+
export function deploymentDetailResponseNetworkByoVnetAzureFromJSON(
|
|
2134
|
+
jsonString: string,
|
|
2135
|
+
): SafeParseResult<DeploymentDetailResponseNetworkByoVnetAzure, SDKValidationError> {
|
|
2136
|
+
return safeParse(
|
|
2137
|
+
jsonString,
|
|
2138
|
+
x => DeploymentDetailResponseNetworkByoVnetAzure$inboundSchema.parse(JSON.parse(x)),
|
|
2139
|
+
`Failed to parse 'DeploymentDetailResponseNetworkByoVnetAzure' from JSON`,
|
|
2140
|
+
)
|
|
2141
|
+
}
|
|
2142
|
+
|
|
2143
|
+
/** @internal */
|
|
2144
|
+
export const DeploymentDetailResponseTypeByoVpcGcp$inboundSchema: z.ZodEnum<
|
|
2145
|
+
typeof DeploymentDetailResponseTypeByoVpcGcp
|
|
2146
|
+
> = z.enum(DeploymentDetailResponseTypeByoVpcGcp)
|
|
2147
|
+
|
|
2148
|
+
/** @internal */
|
|
2149
|
+
export const DeploymentDetailResponseNetworkByoVpcGcp$inboundSchema: z.ZodType<
|
|
2150
|
+
DeploymentDetailResponseNetworkByoVpcGcp,
|
|
2151
|
+
unknown
|
|
2152
|
+
> = z
|
|
2153
|
+
.object({
|
|
2154
|
+
network_name: z.string(),
|
|
2155
|
+
region: z.string(),
|
|
2156
|
+
subnet_name: z.string(),
|
|
2157
|
+
type: DeploymentDetailResponseTypeByoVpcGcp$inboundSchema,
|
|
2158
|
+
})
|
|
2159
|
+
.transform(v => {
|
|
2160
|
+
return remap$(v, {
|
|
2161
|
+
network_name: "networkName",
|
|
2162
|
+
subnet_name: "subnetName",
|
|
2163
|
+
})
|
|
2164
|
+
})
|
|
2165
|
+
|
|
2166
|
+
export function deploymentDetailResponseNetworkByoVpcGcpFromJSON(
|
|
2167
|
+
jsonString: string,
|
|
2168
|
+
): SafeParseResult<DeploymentDetailResponseNetworkByoVpcGcp, SDKValidationError> {
|
|
2169
|
+
return safeParse(
|
|
2170
|
+
jsonString,
|
|
2171
|
+
x => DeploymentDetailResponseNetworkByoVpcGcp$inboundSchema.parse(JSON.parse(x)),
|
|
2172
|
+
`Failed to parse 'DeploymentDetailResponseNetworkByoVpcGcp' from JSON`,
|
|
2173
|
+
)
|
|
2174
|
+
}
|
|
2175
|
+
|
|
2176
|
+
/** @internal */
|
|
2177
|
+
export const DeploymentDetailResponseTypeByoVpcAws$inboundSchema: z.ZodEnum<
|
|
2178
|
+
typeof DeploymentDetailResponseTypeByoVpcAws
|
|
2179
|
+
> = z.enum(DeploymentDetailResponseTypeByoVpcAws)
|
|
2180
|
+
|
|
2181
|
+
/** @internal */
|
|
2182
|
+
export const DeploymentDetailResponseNetworkByoVpcAws$inboundSchema: z.ZodType<
|
|
2183
|
+
DeploymentDetailResponseNetworkByoVpcAws,
|
|
2184
|
+
unknown
|
|
2185
|
+
> = z
|
|
2186
|
+
.object({
|
|
2187
|
+
private_subnet_ids: z.array(z.string()),
|
|
2188
|
+
public_subnet_ids: z.array(z.string()),
|
|
2189
|
+
security_group_ids: z.array(z.string()).optional(),
|
|
2190
|
+
type: DeploymentDetailResponseTypeByoVpcAws$inboundSchema,
|
|
2191
|
+
vpc_id: z.string(),
|
|
2192
|
+
})
|
|
2193
|
+
.transform(v => {
|
|
2194
|
+
return remap$(v, {
|
|
2195
|
+
private_subnet_ids: "privateSubnetIds",
|
|
2196
|
+
public_subnet_ids: "publicSubnetIds",
|
|
2197
|
+
security_group_ids: "securityGroupIds",
|
|
2198
|
+
vpc_id: "vpcId",
|
|
2199
|
+
})
|
|
2200
|
+
})
|
|
2201
|
+
|
|
2202
|
+
export function deploymentDetailResponseNetworkByoVpcAwsFromJSON(
|
|
2203
|
+
jsonString: string,
|
|
2204
|
+
): SafeParseResult<DeploymentDetailResponseNetworkByoVpcAws, SDKValidationError> {
|
|
2205
|
+
return safeParse(
|
|
2206
|
+
jsonString,
|
|
2207
|
+
x => DeploymentDetailResponseNetworkByoVpcAws$inboundSchema.parse(JSON.parse(x)),
|
|
2208
|
+
`Failed to parse 'DeploymentDetailResponseNetworkByoVpcAws' from JSON`,
|
|
2209
|
+
)
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
/** @internal */
|
|
2213
|
+
export const DeploymentDetailResponseTypeCreate$inboundSchema: z.ZodEnum<
|
|
2214
|
+
typeof DeploymentDetailResponseTypeCreate
|
|
2215
|
+
> = z.enum(DeploymentDetailResponseTypeCreate)
|
|
2216
|
+
|
|
2217
|
+
/** @internal */
|
|
2218
|
+
export const DeploymentDetailResponseNetworkCreate$inboundSchema: z.ZodType<
|
|
2219
|
+
DeploymentDetailResponseNetworkCreate,
|
|
2220
|
+
unknown
|
|
2221
|
+
> = z
|
|
2222
|
+
.object({
|
|
2223
|
+
availability_zones: z.int().optional(),
|
|
2224
|
+
cidr: z.nullable(z.string()).optional(),
|
|
2225
|
+
type: DeploymentDetailResponseTypeCreate$inboundSchema,
|
|
2226
|
+
})
|
|
2227
|
+
.transform(v => {
|
|
2228
|
+
return remap$(v, {
|
|
2229
|
+
availability_zones: "availabilityZones",
|
|
2230
|
+
})
|
|
2231
|
+
})
|
|
2232
|
+
|
|
2233
|
+
export function deploymentDetailResponseNetworkCreateFromJSON(
|
|
2234
|
+
jsonString: string,
|
|
2235
|
+
): SafeParseResult<DeploymentDetailResponseNetworkCreate, SDKValidationError> {
|
|
2236
|
+
return safeParse(
|
|
2237
|
+
jsonString,
|
|
2238
|
+
x => DeploymentDetailResponseNetworkCreate$inboundSchema.parse(JSON.parse(x)),
|
|
2239
|
+
`Failed to parse 'DeploymentDetailResponseNetworkCreate' from JSON`,
|
|
2240
|
+
)
|
|
2241
|
+
}
|
|
2242
|
+
|
|
2243
|
+
/** @internal */
|
|
2244
|
+
export const DeploymentDetailResponseTypeUseDefault$inboundSchema: z.ZodEnum<
|
|
2245
|
+
typeof DeploymentDetailResponseTypeUseDefault
|
|
2246
|
+
> = z.enum(DeploymentDetailResponseTypeUseDefault)
|
|
2247
|
+
|
|
2248
|
+
/** @internal */
|
|
2249
|
+
export const DeploymentDetailResponseNetworkUseDefault$inboundSchema: z.ZodType<
|
|
2250
|
+
DeploymentDetailResponseNetworkUseDefault,
|
|
2251
|
+
unknown
|
|
2252
|
+
> = z.object({
|
|
2253
|
+
type: DeploymentDetailResponseTypeUseDefault$inboundSchema,
|
|
2254
|
+
})
|
|
2255
|
+
|
|
2256
|
+
export function deploymentDetailResponseNetworkUseDefaultFromJSON(
|
|
2257
|
+
jsonString: string,
|
|
2258
|
+
): SafeParseResult<DeploymentDetailResponseNetworkUseDefault, SDKValidationError> {
|
|
2259
|
+
return safeParse(
|
|
2260
|
+
jsonString,
|
|
2261
|
+
x => DeploymentDetailResponseNetworkUseDefault$inboundSchema.parse(JSON.parse(x)),
|
|
2262
|
+
`Failed to parse 'DeploymentDetailResponseNetworkUseDefault' from JSON`,
|
|
2263
|
+
)
|
|
2264
|
+
}
|
|
2265
|
+
|
|
2266
|
+
/** @internal */
|
|
2267
|
+
export const DeploymentDetailResponseTelemetry$inboundSchema: z.ZodEnum<
|
|
2268
|
+
typeof DeploymentDetailResponseTelemetry
|
|
2269
|
+
> = z.enum(DeploymentDetailResponseTelemetry)
|
|
2270
|
+
|
|
2271
|
+
/** @internal */
|
|
2272
|
+
export const DeploymentDetailResponseUpdates$inboundSchema: z.ZodEnum<
|
|
2273
|
+
typeof DeploymentDetailResponseUpdates
|
|
2274
|
+
> = z.enum(DeploymentDetailResponseUpdates)
|
|
2275
|
+
|
|
2276
|
+
/** @internal */
|
|
2277
|
+
export const DeploymentDetailResponseStackSettings$inboundSchema: z.ZodType<
|
|
2278
|
+
DeploymentDetailResponseStackSettings,
|
|
2279
|
+
unknown
|
|
2280
|
+
> = z.object({
|
|
2281
|
+
deploymentModel: DeploymentDetailResponseDeploymentModel$inboundSchema.optional(),
|
|
2282
|
+
domains: z.nullable(z.any()).optional(),
|
|
2283
|
+
heartbeats: DeploymentDetailResponseHeartbeats$inboundSchema.optional(),
|
|
2284
|
+
network: z.nullable(z.any()).optional(),
|
|
2285
|
+
telemetry: DeploymentDetailResponseTelemetry$inboundSchema.optional(),
|
|
2286
|
+
updates: DeploymentDetailResponseUpdates$inboundSchema.optional(),
|
|
2287
|
+
})
|
|
2288
|
+
|
|
2289
|
+
export function deploymentDetailResponseStackSettingsFromJSON(
|
|
2290
|
+
jsonString: string,
|
|
2291
|
+
): SafeParseResult<DeploymentDetailResponseStackSettings, SDKValidationError> {
|
|
2292
|
+
return safeParse(
|
|
2293
|
+
jsonString,
|
|
2294
|
+
x => DeploymentDetailResponseStackSettings$inboundSchema.parse(JSON.parse(x)),
|
|
2295
|
+
`Failed to parse 'DeploymentDetailResponseStackSettings' from JSON`,
|
|
2296
|
+
)
|
|
2297
|
+
}
|
|
2298
|
+
|
|
2299
|
+
/** @internal */
|
|
2300
|
+
export const DeploymentDetailResponseStackStatePlatform$inboundSchema: z.ZodEnum<
|
|
2301
|
+
typeof DeploymentDetailResponseStackStatePlatform
|
|
2302
|
+
> = z.enum(DeploymentDetailResponseStackStatePlatform)
|
|
2303
|
+
|
|
2304
|
+
/** @internal */
|
|
2305
|
+
export const DeploymentDetailResponseStackStateConfig$inboundSchema: z.ZodType<
|
|
2306
|
+
DeploymentDetailResponseStackStateConfig,
|
|
2307
|
+
unknown
|
|
2308
|
+
> = collectExtraKeys$(
|
|
2309
|
+
z
|
|
2310
|
+
.object({
|
|
2311
|
+
id: z.string(),
|
|
2312
|
+
type: z.string(),
|
|
2313
|
+
})
|
|
2314
|
+
.catchall(z.any()),
|
|
2315
|
+
"additionalProperties",
|
|
2316
|
+
true,
|
|
2317
|
+
)
|
|
2318
|
+
|
|
2319
|
+
export function deploymentDetailResponseStackStateConfigFromJSON(
|
|
2320
|
+
jsonString: string,
|
|
2321
|
+
): SafeParseResult<DeploymentDetailResponseStackStateConfig, SDKValidationError> {
|
|
2322
|
+
return safeParse(
|
|
2323
|
+
jsonString,
|
|
2324
|
+
x => DeploymentDetailResponseStackStateConfig$inboundSchema.parse(JSON.parse(x)),
|
|
2325
|
+
`Failed to parse 'DeploymentDetailResponseStackStateConfig' from JSON`,
|
|
2326
|
+
)
|
|
2327
|
+
}
|
|
2328
|
+
|
|
2329
|
+
/** @internal */
|
|
2330
|
+
export const DeploymentDetailResponseStackStateDependency$inboundSchema: z.ZodType<
|
|
2331
|
+
DeploymentDetailResponseStackStateDependency,
|
|
2332
|
+
unknown
|
|
2333
|
+
> = z.object({
|
|
2334
|
+
id: z.string(),
|
|
2335
|
+
type: z.string(),
|
|
2336
|
+
})
|
|
2337
|
+
|
|
2338
|
+
export function deploymentDetailResponseStackStateDependencyFromJSON(
|
|
2339
|
+
jsonString: string,
|
|
2340
|
+
): SafeParseResult<DeploymentDetailResponseStackStateDependency, SDKValidationError> {
|
|
2341
|
+
return safeParse(
|
|
2342
|
+
jsonString,
|
|
2343
|
+
x => DeploymentDetailResponseStackStateDependency$inboundSchema.parse(JSON.parse(x)),
|
|
2344
|
+
`Failed to parse 'DeploymentDetailResponseStackStateDependency' from JSON`,
|
|
2345
|
+
)
|
|
2346
|
+
}
|
|
2347
|
+
|
|
2348
|
+
/** @internal */
|
|
2349
|
+
export const DeploymentDetailResponseErrorStackState$inboundSchema: z.ZodType<
|
|
2350
|
+
DeploymentDetailResponseErrorStackState,
|
|
2351
|
+
unknown
|
|
2352
|
+
> = z.object({
|
|
2353
|
+
code: z.string(),
|
|
2354
|
+
context: z.nullable(z.any()).optional(),
|
|
2355
|
+
httpStatusCode: z.nullable(z.int()).optional(),
|
|
2356
|
+
internal: z.boolean(),
|
|
2357
|
+
message: z.string(),
|
|
2358
|
+
retryable: z.boolean().default(false),
|
|
2359
|
+
source: z.nullable(z.any()).optional(),
|
|
2360
|
+
})
|
|
2361
|
+
|
|
2362
|
+
export function deploymentDetailResponseErrorStackStateFromJSON(
|
|
2363
|
+
jsonString: string,
|
|
2364
|
+
): SafeParseResult<DeploymentDetailResponseErrorStackState, SDKValidationError> {
|
|
2365
|
+
return safeParse(
|
|
2366
|
+
jsonString,
|
|
2367
|
+
x => DeploymentDetailResponseErrorStackState$inboundSchema.parse(JSON.parse(x)),
|
|
2368
|
+
`Failed to parse 'DeploymentDetailResponseErrorStackState' from JSON`,
|
|
2369
|
+
)
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2372
|
+
/** @internal */
|
|
2373
|
+
export const DeploymentDetailResponseLifecycleStackState$inboundSchema: z.ZodEnum<
|
|
2374
|
+
typeof DeploymentDetailResponseLifecycleStackState
|
|
2375
|
+
> = z.enum(DeploymentDetailResponseLifecycleStackState)
|
|
2376
|
+
|
|
2377
|
+
/** @internal */
|
|
2378
|
+
export const DeploymentDetailResponseOutputs$inboundSchema: z.ZodType<
|
|
2379
|
+
DeploymentDetailResponseOutputs,
|
|
2380
|
+
unknown
|
|
2381
|
+
> = collectExtraKeys$(
|
|
2382
|
+
z
|
|
2383
|
+
.object({
|
|
2384
|
+
type: z.string(),
|
|
2385
|
+
})
|
|
2386
|
+
.catchall(z.any()),
|
|
2387
|
+
"additionalProperties",
|
|
2388
|
+
true,
|
|
2389
|
+
)
|
|
2390
|
+
|
|
2391
|
+
export function deploymentDetailResponseOutputsFromJSON(
|
|
2392
|
+
jsonString: string,
|
|
2393
|
+
): SafeParseResult<DeploymentDetailResponseOutputs, SDKValidationError> {
|
|
2394
|
+
return safeParse(
|
|
2395
|
+
jsonString,
|
|
2396
|
+
x => DeploymentDetailResponseOutputs$inboundSchema.parse(JSON.parse(x)),
|
|
2397
|
+
`Failed to parse 'DeploymentDetailResponseOutputs' from JSON`,
|
|
2398
|
+
)
|
|
2399
|
+
}
|
|
2400
|
+
|
|
2401
|
+
/** @internal */
|
|
2402
|
+
export const DeploymentDetailResponsePreviousConfig$inboundSchema: z.ZodType<
|
|
2403
|
+
DeploymentDetailResponsePreviousConfig,
|
|
2404
|
+
unknown
|
|
2405
|
+
> = collectExtraKeys$(
|
|
2406
|
+
z
|
|
2407
|
+
.object({
|
|
2408
|
+
id: z.string(),
|
|
2409
|
+
type: z.string(),
|
|
2410
|
+
})
|
|
2411
|
+
.catchall(z.any()),
|
|
2412
|
+
"additionalProperties",
|
|
2413
|
+
true,
|
|
2414
|
+
)
|
|
2415
|
+
|
|
2416
|
+
export function deploymentDetailResponsePreviousConfigFromJSON(
|
|
2417
|
+
jsonString: string,
|
|
2418
|
+
): SafeParseResult<DeploymentDetailResponsePreviousConfig, SDKValidationError> {
|
|
2419
|
+
return safeParse(
|
|
2420
|
+
jsonString,
|
|
2421
|
+
x => DeploymentDetailResponsePreviousConfig$inboundSchema.parse(JSON.parse(x)),
|
|
2422
|
+
`Failed to parse 'DeploymentDetailResponsePreviousConfig' from JSON`,
|
|
2423
|
+
)
|
|
2424
|
+
}
|
|
2425
|
+
|
|
2426
|
+
/** @internal */
|
|
2427
|
+
export const DeploymentDetailResponseStackStateStatus$inboundSchema: z.ZodEnum<
|
|
2428
|
+
typeof DeploymentDetailResponseStackStateStatus
|
|
2429
|
+
> = z.enum(DeploymentDetailResponseStackStateStatus)
|
|
2430
|
+
|
|
2431
|
+
/** @internal */
|
|
2432
|
+
export const DeploymentDetailResponseStackStateResources$inboundSchema: z.ZodType<
|
|
2433
|
+
DeploymentDetailResponseStackStateResources,
|
|
2434
|
+
unknown
|
|
2435
|
+
> = z
|
|
2436
|
+
.object({
|
|
2437
|
+
_internal: z.nullable(z.any()).optional(),
|
|
2438
|
+
config: z.lazy(() => DeploymentDetailResponseStackStateConfig$inboundSchema),
|
|
2439
|
+
dependencies: z
|
|
2440
|
+
.array(z.lazy(() => DeploymentDetailResponseStackStateDependency$inboundSchema))
|
|
2441
|
+
.optional(),
|
|
2442
|
+
error: z.nullable(z.any()).optional(),
|
|
2443
|
+
isExternallyProvisioned: z.boolean().optional(),
|
|
2444
|
+
lastFailedState: z.nullable(z.any()).optional(),
|
|
2445
|
+
lifecycle: z.nullable(z.any()).optional(),
|
|
2446
|
+
outputs: z.nullable(z.any()).optional(),
|
|
2447
|
+
previousConfig: z.nullable(z.any()).optional(),
|
|
2448
|
+
remoteBindingParams: z.nullable(z.any()).optional(),
|
|
2449
|
+
retryAttempt: z.int().optional(),
|
|
2450
|
+
status: DeploymentDetailResponseStackStateStatus$inboundSchema,
|
|
2451
|
+
type: z.string(),
|
|
2452
|
+
})
|
|
2453
|
+
.transform(v => {
|
|
2454
|
+
return remap$(v, {
|
|
2455
|
+
_internal: "internal",
|
|
2456
|
+
})
|
|
2457
|
+
})
|
|
2458
|
+
|
|
2459
|
+
export function deploymentDetailResponseStackStateResourcesFromJSON(
|
|
2460
|
+
jsonString: string,
|
|
2461
|
+
): SafeParseResult<DeploymentDetailResponseStackStateResources, SDKValidationError> {
|
|
2462
|
+
return safeParse(
|
|
2463
|
+
jsonString,
|
|
2464
|
+
x => DeploymentDetailResponseStackStateResources$inboundSchema.parse(JSON.parse(x)),
|
|
2465
|
+
`Failed to parse 'DeploymentDetailResponseStackStateResources' from JSON`,
|
|
2466
|
+
)
|
|
2467
|
+
}
|
|
2468
|
+
|
|
2469
|
+
/** @internal */
|
|
2470
|
+
export const DeploymentDetailResponseStackState$inboundSchema: z.ZodType<
|
|
2471
|
+
DeploymentDetailResponseStackState,
|
|
2472
|
+
unknown
|
|
2473
|
+
> = z.object({
|
|
2474
|
+
platform: DeploymentDetailResponseStackStatePlatform$inboundSchema,
|
|
2475
|
+
resourcePrefix: z.string(),
|
|
2476
|
+
resources: z.record(
|
|
2477
|
+
z.string(),
|
|
2478
|
+
z.lazy(() => DeploymentDetailResponseStackStateResources$inboundSchema),
|
|
2479
|
+
),
|
|
2480
|
+
})
|
|
2481
|
+
|
|
2482
|
+
export function deploymentDetailResponseStackStateFromJSON(
|
|
2483
|
+
jsonString: string,
|
|
2484
|
+
): SafeParseResult<DeploymentDetailResponseStackState, SDKValidationError> {
|
|
2485
|
+
return safeParse(
|
|
2486
|
+
jsonString,
|
|
2487
|
+
x => DeploymentDetailResponseStackState$inboundSchema.parse(JSON.parse(x)),
|
|
2488
|
+
`Failed to parse 'DeploymentDetailResponseStackState' from JSON`,
|
|
2489
|
+
)
|
|
2490
|
+
}
|
|
2491
|
+
|
|
2492
|
+
/** @internal */
|
|
2493
|
+
export const DeploymentDetailResponseManagementEnum$inboundSchema: z.ZodEnum<
|
|
2494
|
+
typeof DeploymentDetailResponseManagementEnum
|
|
2495
|
+
> = z.enum(DeploymentDetailResponseManagementEnum)
|
|
2496
|
+
|
|
2497
|
+
/** @internal */
|
|
2498
|
+
export const DeploymentDetailResponseOverrideAwResource$inboundSchema: z.ZodType<
|
|
2499
|
+
DeploymentDetailResponseOverrideAwResource,
|
|
2500
|
+
unknown
|
|
2501
|
+
> = z.object({
|
|
2502
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
2503
|
+
resources: z.array(z.string()),
|
|
2504
|
+
})
|
|
2505
|
+
|
|
2506
|
+
export function deploymentDetailResponseOverrideAwResourceFromJSON(
|
|
2507
|
+
jsonString: string,
|
|
2508
|
+
): SafeParseResult<DeploymentDetailResponseOverrideAwResource, SDKValidationError> {
|
|
2509
|
+
return safeParse(
|
|
2510
|
+
jsonString,
|
|
2511
|
+
x => DeploymentDetailResponseOverrideAwResource$inboundSchema.parse(JSON.parse(x)),
|
|
2512
|
+
`Failed to parse 'DeploymentDetailResponseOverrideAwResource' from JSON`,
|
|
2513
|
+
)
|
|
2514
|
+
}
|
|
2515
|
+
|
|
2516
|
+
/** @internal */
|
|
2517
|
+
export const DeploymentDetailResponseOverrideAwStack$inboundSchema: z.ZodType<
|
|
2518
|
+
DeploymentDetailResponseOverrideAwStack,
|
|
2519
|
+
unknown
|
|
2520
|
+
> = z.object({
|
|
2521
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
2522
|
+
resources: z.array(z.string()),
|
|
2523
|
+
})
|
|
2524
|
+
|
|
2525
|
+
export function deploymentDetailResponseOverrideAwStackFromJSON(
|
|
2526
|
+
jsonString: string,
|
|
2527
|
+
): SafeParseResult<DeploymentDetailResponseOverrideAwStack, SDKValidationError> {
|
|
2528
|
+
return safeParse(
|
|
2529
|
+
jsonString,
|
|
2530
|
+
x => DeploymentDetailResponseOverrideAwStack$inboundSchema.parse(JSON.parse(x)),
|
|
2531
|
+
`Failed to parse 'DeploymentDetailResponseOverrideAwStack' from JSON`,
|
|
2532
|
+
)
|
|
2533
|
+
}
|
|
2534
|
+
|
|
2535
|
+
/** @internal */
|
|
2536
|
+
export const DeploymentDetailResponseOverrideAwBinding$inboundSchema: z.ZodType<
|
|
2537
|
+
DeploymentDetailResponseOverrideAwBinding,
|
|
2538
|
+
unknown
|
|
2539
|
+
> = z.object({
|
|
2540
|
+
resource: z.lazy(() => DeploymentDetailResponseOverrideAwResource$inboundSchema).optional(),
|
|
2541
|
+
stack: z.lazy(() => DeploymentDetailResponseOverrideAwStack$inboundSchema).optional(),
|
|
2542
|
+
})
|
|
2543
|
+
|
|
2544
|
+
export function deploymentDetailResponseOverrideAwBindingFromJSON(
|
|
2545
|
+
jsonString: string,
|
|
2546
|
+
): SafeParseResult<DeploymentDetailResponseOverrideAwBinding, SDKValidationError> {
|
|
2547
|
+
return safeParse(
|
|
2548
|
+
jsonString,
|
|
2549
|
+
x => DeploymentDetailResponseOverrideAwBinding$inboundSchema.parse(JSON.parse(x)),
|
|
2550
|
+
`Failed to parse 'DeploymentDetailResponseOverrideAwBinding' from JSON`,
|
|
2551
|
+
)
|
|
2552
|
+
}
|
|
2553
|
+
|
|
2554
|
+
/** @internal */
|
|
2555
|
+
export const DeploymentDetailResponseOverrideAwGrant$inboundSchema: z.ZodType<
|
|
2556
|
+
DeploymentDetailResponseOverrideAwGrant,
|
|
2557
|
+
unknown
|
|
2558
|
+
> = z.object({
|
|
2559
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
2560
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2561
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2562
|
+
})
|
|
2563
|
+
|
|
2564
|
+
export function deploymentDetailResponseOverrideAwGrantFromJSON(
|
|
2565
|
+
jsonString: string,
|
|
2566
|
+
): SafeParseResult<DeploymentDetailResponseOverrideAwGrant, SDKValidationError> {
|
|
2567
|
+
return safeParse(
|
|
2568
|
+
jsonString,
|
|
2569
|
+
x => DeploymentDetailResponseOverrideAwGrant$inboundSchema.parse(JSON.parse(x)),
|
|
2570
|
+
`Failed to parse 'DeploymentDetailResponseOverrideAwGrant' from JSON`,
|
|
2571
|
+
)
|
|
2572
|
+
}
|
|
2573
|
+
|
|
2574
|
+
/** @internal */
|
|
2575
|
+
export const DeploymentDetailResponseOverrideAw$inboundSchema: z.ZodType<
|
|
2576
|
+
DeploymentDetailResponseOverrideAw,
|
|
2577
|
+
unknown
|
|
2578
|
+
> = z.object({
|
|
2579
|
+
binding: z.lazy(() => DeploymentDetailResponseOverrideAwBinding$inboundSchema),
|
|
2580
|
+
grant: z.lazy(() => DeploymentDetailResponseOverrideAwGrant$inboundSchema),
|
|
2581
|
+
})
|
|
2582
|
+
|
|
2583
|
+
export function deploymentDetailResponseOverrideAwFromJSON(
|
|
2584
|
+
jsonString: string,
|
|
2585
|
+
): SafeParseResult<DeploymentDetailResponseOverrideAw, SDKValidationError> {
|
|
2586
|
+
return safeParse(
|
|
2587
|
+
jsonString,
|
|
2588
|
+
x => DeploymentDetailResponseOverrideAw$inboundSchema.parse(JSON.parse(x)),
|
|
2589
|
+
`Failed to parse 'DeploymentDetailResponseOverrideAw' from JSON`,
|
|
2590
|
+
)
|
|
2591
|
+
}
|
|
2592
|
+
|
|
2593
|
+
/** @internal */
|
|
2594
|
+
export const DeploymentDetailResponseOverrideAzureResource$inboundSchema: z.ZodType<
|
|
2595
|
+
DeploymentDetailResponseOverrideAzureResource,
|
|
2596
|
+
unknown
|
|
2597
|
+
> = z.object({
|
|
2598
|
+
scope: z.string(),
|
|
2599
|
+
})
|
|
2600
|
+
|
|
2601
|
+
export function deploymentDetailResponseOverrideAzureResourceFromJSON(
|
|
2602
|
+
jsonString: string,
|
|
2603
|
+
): SafeParseResult<DeploymentDetailResponseOverrideAzureResource, SDKValidationError> {
|
|
2604
|
+
return safeParse(
|
|
2605
|
+
jsonString,
|
|
2606
|
+
x => DeploymentDetailResponseOverrideAzureResource$inboundSchema.parse(JSON.parse(x)),
|
|
2607
|
+
`Failed to parse 'DeploymentDetailResponseOverrideAzureResource' from JSON`,
|
|
2608
|
+
)
|
|
2609
|
+
}
|
|
2610
|
+
|
|
2611
|
+
/** @internal */
|
|
2612
|
+
export const DeploymentDetailResponseOverrideAzureStack$inboundSchema: z.ZodType<
|
|
2613
|
+
DeploymentDetailResponseOverrideAzureStack,
|
|
2614
|
+
unknown
|
|
2615
|
+
> = z.object({
|
|
2616
|
+
scope: z.string(),
|
|
2617
|
+
})
|
|
2618
|
+
|
|
2619
|
+
export function deploymentDetailResponseOverrideAzureStackFromJSON(
|
|
2620
|
+
jsonString: string,
|
|
2621
|
+
): SafeParseResult<DeploymentDetailResponseOverrideAzureStack, SDKValidationError> {
|
|
2622
|
+
return safeParse(
|
|
2623
|
+
jsonString,
|
|
2624
|
+
x => DeploymentDetailResponseOverrideAzureStack$inboundSchema.parse(JSON.parse(x)),
|
|
2625
|
+
`Failed to parse 'DeploymentDetailResponseOverrideAzureStack' from JSON`,
|
|
2626
|
+
)
|
|
2627
|
+
}
|
|
2628
|
+
|
|
2629
|
+
/** @internal */
|
|
2630
|
+
export const DeploymentDetailResponseOverrideAzureBinding$inboundSchema: z.ZodType<
|
|
2631
|
+
DeploymentDetailResponseOverrideAzureBinding,
|
|
2632
|
+
unknown
|
|
2633
|
+
> = z.object({
|
|
2634
|
+
resource: z.lazy(() => DeploymentDetailResponseOverrideAzureResource$inboundSchema).optional(),
|
|
2635
|
+
stack: z.lazy(() => DeploymentDetailResponseOverrideAzureStack$inboundSchema).optional(),
|
|
2636
|
+
})
|
|
2637
|
+
|
|
2638
|
+
export function deploymentDetailResponseOverrideAzureBindingFromJSON(
|
|
2639
|
+
jsonString: string,
|
|
2640
|
+
): SafeParseResult<DeploymentDetailResponseOverrideAzureBinding, SDKValidationError> {
|
|
2641
|
+
return safeParse(
|
|
2642
|
+
jsonString,
|
|
2643
|
+
x => DeploymentDetailResponseOverrideAzureBinding$inboundSchema.parse(JSON.parse(x)),
|
|
2644
|
+
`Failed to parse 'DeploymentDetailResponseOverrideAzureBinding' from JSON`,
|
|
2645
|
+
)
|
|
2646
|
+
}
|
|
2647
|
+
|
|
2648
|
+
/** @internal */
|
|
2649
|
+
export const DeploymentDetailResponseOverrideAzureGrant$inboundSchema: z.ZodType<
|
|
2650
|
+
DeploymentDetailResponseOverrideAzureGrant,
|
|
2651
|
+
unknown
|
|
2652
|
+
> = z.object({
|
|
2653
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
2654
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2655
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2656
|
+
})
|
|
2657
|
+
|
|
2658
|
+
export function deploymentDetailResponseOverrideAzureGrantFromJSON(
|
|
2659
|
+
jsonString: string,
|
|
2660
|
+
): SafeParseResult<DeploymentDetailResponseOverrideAzureGrant, SDKValidationError> {
|
|
2661
|
+
return safeParse(
|
|
2662
|
+
jsonString,
|
|
2663
|
+
x => DeploymentDetailResponseOverrideAzureGrant$inboundSchema.parse(JSON.parse(x)),
|
|
2664
|
+
`Failed to parse 'DeploymentDetailResponseOverrideAzureGrant' from JSON`,
|
|
2665
|
+
)
|
|
2666
|
+
}
|
|
2667
|
+
|
|
2668
|
+
/** @internal */
|
|
2669
|
+
export const DeploymentDetailResponseOverrideAzure$inboundSchema: z.ZodType<
|
|
2670
|
+
DeploymentDetailResponseOverrideAzure,
|
|
2671
|
+
unknown
|
|
2672
|
+
> = z.object({
|
|
2673
|
+
binding: z.lazy(() => DeploymentDetailResponseOverrideAzureBinding$inboundSchema),
|
|
2674
|
+
grant: z.lazy(() => DeploymentDetailResponseOverrideAzureGrant$inboundSchema),
|
|
2675
|
+
})
|
|
2676
|
+
|
|
2677
|
+
export function deploymentDetailResponseOverrideAzureFromJSON(
|
|
2678
|
+
jsonString: string,
|
|
2679
|
+
): SafeParseResult<DeploymentDetailResponseOverrideAzure, SDKValidationError> {
|
|
2680
|
+
return safeParse(
|
|
2681
|
+
jsonString,
|
|
2682
|
+
x => DeploymentDetailResponseOverrideAzure$inboundSchema.parse(JSON.parse(x)),
|
|
2683
|
+
`Failed to parse 'DeploymentDetailResponseOverrideAzure' from JSON`,
|
|
2684
|
+
)
|
|
2685
|
+
}
|
|
2686
|
+
|
|
2687
|
+
/** @internal */
|
|
2688
|
+
export const DeploymentDetailResponseOverrideConditionResource$inboundSchema: z.ZodType<
|
|
2689
|
+
DeploymentDetailResponseOverrideConditionResource,
|
|
2690
|
+
unknown
|
|
2691
|
+
> = z.object({
|
|
2692
|
+
expression: z.string(),
|
|
2693
|
+
title: z.string(),
|
|
2694
|
+
})
|
|
2695
|
+
|
|
2696
|
+
export function deploymentDetailResponseOverrideConditionResourceFromJSON(
|
|
2697
|
+
jsonString: string,
|
|
2698
|
+
): SafeParseResult<DeploymentDetailResponseOverrideConditionResource, SDKValidationError> {
|
|
2699
|
+
return safeParse(
|
|
2700
|
+
jsonString,
|
|
2701
|
+
x => DeploymentDetailResponseOverrideConditionResource$inboundSchema.parse(JSON.parse(x)),
|
|
2702
|
+
`Failed to parse 'DeploymentDetailResponseOverrideConditionResource' from JSON`,
|
|
2703
|
+
)
|
|
2704
|
+
}
|
|
2705
|
+
|
|
2706
|
+
/** @internal */
|
|
2707
|
+
export const DeploymentDetailResponseOverrideGcpResource$inboundSchema: z.ZodType<
|
|
2708
|
+
DeploymentDetailResponseOverrideGcpResource,
|
|
2709
|
+
unknown
|
|
2710
|
+
> = z.object({
|
|
2711
|
+
condition: z.nullable(z.any()).optional(),
|
|
2712
|
+
scope: z.string(),
|
|
2713
|
+
})
|
|
2714
|
+
|
|
2715
|
+
export function deploymentDetailResponseOverrideGcpResourceFromJSON(
|
|
2716
|
+
jsonString: string,
|
|
2717
|
+
): SafeParseResult<DeploymentDetailResponseOverrideGcpResource, SDKValidationError> {
|
|
2718
|
+
return safeParse(
|
|
2719
|
+
jsonString,
|
|
2720
|
+
x => DeploymentDetailResponseOverrideGcpResource$inboundSchema.parse(JSON.parse(x)),
|
|
2721
|
+
`Failed to parse 'DeploymentDetailResponseOverrideGcpResource' from JSON`,
|
|
2722
|
+
)
|
|
2723
|
+
}
|
|
2724
|
+
|
|
2725
|
+
/** @internal */
|
|
2726
|
+
export const DeploymentDetailResponseOverrideConditionStack$inboundSchema: z.ZodType<
|
|
2727
|
+
DeploymentDetailResponseOverrideConditionStack,
|
|
2728
|
+
unknown
|
|
2729
|
+
> = z.object({
|
|
2730
|
+
expression: z.string(),
|
|
2731
|
+
title: z.string(),
|
|
2732
|
+
})
|
|
2733
|
+
|
|
2734
|
+
export function deploymentDetailResponseOverrideConditionStackFromJSON(
|
|
2735
|
+
jsonString: string,
|
|
2736
|
+
): SafeParseResult<DeploymentDetailResponseOverrideConditionStack, SDKValidationError> {
|
|
2737
|
+
return safeParse(
|
|
2738
|
+
jsonString,
|
|
2739
|
+
x => DeploymentDetailResponseOverrideConditionStack$inboundSchema.parse(JSON.parse(x)),
|
|
2740
|
+
`Failed to parse 'DeploymentDetailResponseOverrideConditionStack' from JSON`,
|
|
2741
|
+
)
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2744
|
+
/** @internal */
|
|
2745
|
+
export const DeploymentDetailResponseOverrideGcpStack$inboundSchema: z.ZodType<
|
|
2746
|
+
DeploymentDetailResponseOverrideGcpStack,
|
|
2747
|
+
unknown
|
|
2748
|
+
> = z.object({
|
|
2749
|
+
condition: z.nullable(z.any()).optional(),
|
|
2750
|
+
scope: z.string(),
|
|
2751
|
+
})
|
|
2752
|
+
|
|
2753
|
+
export function deploymentDetailResponseOverrideGcpStackFromJSON(
|
|
2754
|
+
jsonString: string,
|
|
2755
|
+
): SafeParseResult<DeploymentDetailResponseOverrideGcpStack, SDKValidationError> {
|
|
2756
|
+
return safeParse(
|
|
2757
|
+
jsonString,
|
|
2758
|
+
x => DeploymentDetailResponseOverrideGcpStack$inboundSchema.parse(JSON.parse(x)),
|
|
2759
|
+
`Failed to parse 'DeploymentDetailResponseOverrideGcpStack' from JSON`,
|
|
2760
|
+
)
|
|
2761
|
+
}
|
|
2762
|
+
|
|
2763
|
+
/** @internal */
|
|
2764
|
+
export const DeploymentDetailResponseOverrideGcpBinding$inboundSchema: z.ZodType<
|
|
2765
|
+
DeploymentDetailResponseOverrideGcpBinding,
|
|
2766
|
+
unknown
|
|
2767
|
+
> = z.object({
|
|
2768
|
+
resource: z.lazy(() => DeploymentDetailResponseOverrideGcpResource$inboundSchema).optional(),
|
|
2769
|
+
stack: z.lazy(() => DeploymentDetailResponseOverrideGcpStack$inboundSchema).optional(),
|
|
2770
|
+
})
|
|
2771
|
+
|
|
2772
|
+
export function deploymentDetailResponseOverrideGcpBindingFromJSON(
|
|
2773
|
+
jsonString: string,
|
|
2774
|
+
): SafeParseResult<DeploymentDetailResponseOverrideGcpBinding, SDKValidationError> {
|
|
2775
|
+
return safeParse(
|
|
2776
|
+
jsonString,
|
|
2777
|
+
x => DeploymentDetailResponseOverrideGcpBinding$inboundSchema.parse(JSON.parse(x)),
|
|
2778
|
+
`Failed to parse 'DeploymentDetailResponseOverrideGcpBinding' from JSON`,
|
|
2779
|
+
)
|
|
2780
|
+
}
|
|
2781
|
+
|
|
2782
|
+
/** @internal */
|
|
2783
|
+
export const DeploymentDetailResponseOverrideGcpGrant$inboundSchema: z.ZodType<
|
|
2784
|
+
DeploymentDetailResponseOverrideGcpGrant,
|
|
2785
|
+
unknown
|
|
2786
|
+
> = z.object({
|
|
2787
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
2788
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2789
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2790
|
+
})
|
|
2791
|
+
|
|
2792
|
+
export function deploymentDetailResponseOverrideGcpGrantFromJSON(
|
|
2793
|
+
jsonString: string,
|
|
2794
|
+
): SafeParseResult<DeploymentDetailResponseOverrideGcpGrant, SDKValidationError> {
|
|
2795
|
+
return safeParse(
|
|
2796
|
+
jsonString,
|
|
2797
|
+
x => DeploymentDetailResponseOverrideGcpGrant$inboundSchema.parse(JSON.parse(x)),
|
|
2798
|
+
`Failed to parse 'DeploymentDetailResponseOverrideGcpGrant' from JSON`,
|
|
2799
|
+
)
|
|
2800
|
+
}
|
|
2801
|
+
|
|
2802
|
+
/** @internal */
|
|
2803
|
+
export const DeploymentDetailResponseOverrideGcp$inboundSchema: z.ZodType<
|
|
2804
|
+
DeploymentDetailResponseOverrideGcp,
|
|
2805
|
+
unknown
|
|
2806
|
+
> = z.object({
|
|
2807
|
+
binding: z.lazy(() => DeploymentDetailResponseOverrideGcpBinding$inboundSchema),
|
|
2808
|
+
grant: z.lazy(() => DeploymentDetailResponseOverrideGcpGrant$inboundSchema),
|
|
2809
|
+
})
|
|
2810
|
+
|
|
2811
|
+
export function deploymentDetailResponseOverrideGcpFromJSON(
|
|
2812
|
+
jsonString: string,
|
|
2813
|
+
): SafeParseResult<DeploymentDetailResponseOverrideGcp, SDKValidationError> {
|
|
2814
|
+
return safeParse(
|
|
2815
|
+
jsonString,
|
|
2816
|
+
x => DeploymentDetailResponseOverrideGcp$inboundSchema.parse(JSON.parse(x)),
|
|
2817
|
+
`Failed to parse 'DeploymentDetailResponseOverrideGcp' from JSON`,
|
|
2818
|
+
)
|
|
2819
|
+
}
|
|
2820
|
+
|
|
2821
|
+
/** @internal */
|
|
2822
|
+
export const DeploymentDetailResponseOverridePlatforms$inboundSchema: z.ZodType<
|
|
2823
|
+
DeploymentDetailResponseOverridePlatforms,
|
|
2824
|
+
unknown
|
|
2825
|
+
> = z.object({
|
|
2826
|
+
aws: z
|
|
2827
|
+
.nullable(z.array(z.lazy(() => DeploymentDetailResponseOverrideAw$inboundSchema)))
|
|
2828
|
+
.optional(),
|
|
2829
|
+
azure: z
|
|
2830
|
+
.nullable(z.array(z.lazy(() => DeploymentDetailResponseOverrideAzure$inboundSchema)))
|
|
2831
|
+
.optional(),
|
|
2832
|
+
gcp: z
|
|
2833
|
+
.nullable(z.array(z.lazy(() => DeploymentDetailResponseOverrideGcp$inboundSchema)))
|
|
2834
|
+
.optional(),
|
|
2835
|
+
})
|
|
2836
|
+
|
|
2837
|
+
export function deploymentDetailResponseOverridePlatformsFromJSON(
|
|
2838
|
+
jsonString: string,
|
|
2839
|
+
): SafeParseResult<DeploymentDetailResponseOverridePlatforms, SDKValidationError> {
|
|
2840
|
+
return safeParse(
|
|
2841
|
+
jsonString,
|
|
2842
|
+
x => DeploymentDetailResponseOverridePlatforms$inboundSchema.parse(JSON.parse(x)),
|
|
2843
|
+
`Failed to parse 'DeploymentDetailResponseOverridePlatforms' from JSON`,
|
|
2844
|
+
)
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
/** @internal */
|
|
2848
|
+
export const DeploymentDetailResponseOverride$inboundSchema: z.ZodType<
|
|
2849
|
+
DeploymentDetailResponseOverride,
|
|
2850
|
+
unknown
|
|
2851
|
+
> = z.object({
|
|
2852
|
+
description: z.string(),
|
|
2853
|
+
id: z.string(),
|
|
2854
|
+
platforms: z.lazy(() => DeploymentDetailResponseOverridePlatforms$inboundSchema),
|
|
2855
|
+
})
|
|
2856
|
+
|
|
2857
|
+
export function deploymentDetailResponseOverrideFromJSON(
|
|
2858
|
+
jsonString: string,
|
|
2859
|
+
): SafeParseResult<DeploymentDetailResponseOverride, SDKValidationError> {
|
|
2860
|
+
return safeParse(
|
|
2861
|
+
jsonString,
|
|
2862
|
+
x => DeploymentDetailResponseOverride$inboundSchema.parse(JSON.parse(x)),
|
|
2863
|
+
`Failed to parse 'DeploymentDetailResponseOverride' from JSON`,
|
|
2864
|
+
)
|
|
2865
|
+
}
|
|
2866
|
+
|
|
2867
|
+
/** @internal */
|
|
2868
|
+
export const DeploymentDetailResponseOverrideUnion$inboundSchema: z.ZodType<
|
|
2869
|
+
DeploymentDetailResponseOverrideUnion,
|
|
2870
|
+
unknown
|
|
2871
|
+
> = z.union([z.lazy(() => DeploymentDetailResponseOverride$inboundSchema), z.string()])
|
|
2872
|
+
|
|
2873
|
+
export function deploymentDetailResponseOverrideUnionFromJSON(
|
|
2874
|
+
jsonString: string,
|
|
2875
|
+
): SafeParseResult<DeploymentDetailResponseOverrideUnion, SDKValidationError> {
|
|
2876
|
+
return safeParse(
|
|
2877
|
+
jsonString,
|
|
2878
|
+
x => DeploymentDetailResponseOverrideUnion$inboundSchema.parse(JSON.parse(x)),
|
|
2879
|
+
`Failed to parse 'DeploymentDetailResponseOverrideUnion' from JSON`,
|
|
2880
|
+
)
|
|
2881
|
+
}
|
|
2882
|
+
|
|
2883
|
+
/** @internal */
|
|
2884
|
+
export const DeploymentDetailResponseManagement2$inboundSchema: z.ZodType<
|
|
2885
|
+
DeploymentDetailResponseManagement2,
|
|
2886
|
+
unknown
|
|
2887
|
+
> = z.object({
|
|
2888
|
+
override: z.record(
|
|
2889
|
+
z.string(),
|
|
2890
|
+
z.array(z.union([z.lazy(() => DeploymentDetailResponseOverride$inboundSchema), z.string()])),
|
|
2891
|
+
),
|
|
2892
|
+
})
|
|
2893
|
+
|
|
2894
|
+
export function deploymentDetailResponseManagement2FromJSON(
|
|
2895
|
+
jsonString: string,
|
|
2896
|
+
): SafeParseResult<DeploymentDetailResponseManagement2, SDKValidationError> {
|
|
2897
|
+
return safeParse(
|
|
2898
|
+
jsonString,
|
|
2899
|
+
x => DeploymentDetailResponseManagement2$inboundSchema.parse(JSON.parse(x)),
|
|
2900
|
+
`Failed to parse 'DeploymentDetailResponseManagement2' from JSON`,
|
|
2901
|
+
)
|
|
2902
|
+
}
|
|
2903
|
+
|
|
2904
|
+
/** @internal */
|
|
2905
|
+
export const DeploymentDetailResponseExtendAwResource$inboundSchema: z.ZodType<
|
|
2906
|
+
DeploymentDetailResponseExtendAwResource,
|
|
2907
|
+
unknown
|
|
2908
|
+
> = z.object({
|
|
2909
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
2910
|
+
resources: z.array(z.string()),
|
|
2911
|
+
})
|
|
2912
|
+
|
|
2913
|
+
export function deploymentDetailResponseExtendAwResourceFromJSON(
|
|
2914
|
+
jsonString: string,
|
|
2915
|
+
): SafeParseResult<DeploymentDetailResponseExtendAwResource, SDKValidationError> {
|
|
2916
|
+
return safeParse(
|
|
2917
|
+
jsonString,
|
|
2918
|
+
x => DeploymentDetailResponseExtendAwResource$inboundSchema.parse(JSON.parse(x)),
|
|
2919
|
+
`Failed to parse 'DeploymentDetailResponseExtendAwResource' from JSON`,
|
|
2920
|
+
)
|
|
2921
|
+
}
|
|
2922
|
+
|
|
2923
|
+
/** @internal */
|
|
2924
|
+
export const DeploymentDetailResponseExtendAwStack$inboundSchema: z.ZodType<
|
|
2925
|
+
DeploymentDetailResponseExtendAwStack,
|
|
2926
|
+
unknown
|
|
2927
|
+
> = z.object({
|
|
2928
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
2929
|
+
resources: z.array(z.string()),
|
|
2930
|
+
})
|
|
2931
|
+
|
|
2932
|
+
export function deploymentDetailResponseExtendAwStackFromJSON(
|
|
2933
|
+
jsonString: string,
|
|
2934
|
+
): SafeParseResult<DeploymentDetailResponseExtendAwStack, SDKValidationError> {
|
|
2935
|
+
return safeParse(
|
|
2936
|
+
jsonString,
|
|
2937
|
+
x => DeploymentDetailResponseExtendAwStack$inboundSchema.parse(JSON.parse(x)),
|
|
2938
|
+
`Failed to parse 'DeploymentDetailResponseExtendAwStack' from JSON`,
|
|
2939
|
+
)
|
|
2940
|
+
}
|
|
2941
|
+
|
|
2942
|
+
/** @internal */
|
|
2943
|
+
export const DeploymentDetailResponseExtendAwBinding$inboundSchema: z.ZodType<
|
|
2944
|
+
DeploymentDetailResponseExtendAwBinding,
|
|
2945
|
+
unknown
|
|
2946
|
+
> = z.object({
|
|
2947
|
+
resource: z.lazy(() => DeploymentDetailResponseExtendAwResource$inboundSchema).optional(),
|
|
2948
|
+
stack: z.lazy(() => DeploymentDetailResponseExtendAwStack$inboundSchema).optional(),
|
|
2949
|
+
})
|
|
2950
|
+
|
|
2951
|
+
export function deploymentDetailResponseExtendAwBindingFromJSON(
|
|
2952
|
+
jsonString: string,
|
|
2953
|
+
): SafeParseResult<DeploymentDetailResponseExtendAwBinding, SDKValidationError> {
|
|
2954
|
+
return safeParse(
|
|
2955
|
+
jsonString,
|
|
2956
|
+
x => DeploymentDetailResponseExtendAwBinding$inboundSchema.parse(JSON.parse(x)),
|
|
2957
|
+
`Failed to parse 'DeploymentDetailResponseExtendAwBinding' from JSON`,
|
|
2958
|
+
)
|
|
2959
|
+
}
|
|
2960
|
+
|
|
2961
|
+
/** @internal */
|
|
2962
|
+
export const DeploymentDetailResponseExtendAwGrant$inboundSchema: z.ZodType<
|
|
2963
|
+
DeploymentDetailResponseExtendAwGrant,
|
|
2964
|
+
unknown
|
|
2965
|
+
> = z.object({
|
|
2966
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
2967
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2968
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2969
|
+
})
|
|
2970
|
+
|
|
2971
|
+
export function deploymentDetailResponseExtendAwGrantFromJSON(
|
|
2972
|
+
jsonString: string,
|
|
2973
|
+
): SafeParseResult<DeploymentDetailResponseExtendAwGrant, SDKValidationError> {
|
|
2974
|
+
return safeParse(
|
|
2975
|
+
jsonString,
|
|
2976
|
+
x => DeploymentDetailResponseExtendAwGrant$inboundSchema.parse(JSON.parse(x)),
|
|
2977
|
+
`Failed to parse 'DeploymentDetailResponseExtendAwGrant' from JSON`,
|
|
2978
|
+
)
|
|
2979
|
+
}
|
|
2980
|
+
|
|
2981
|
+
/** @internal */
|
|
2982
|
+
export const DeploymentDetailResponseExtendAw$inboundSchema: z.ZodType<
|
|
2983
|
+
DeploymentDetailResponseExtendAw,
|
|
2984
|
+
unknown
|
|
2985
|
+
> = z.object({
|
|
2986
|
+
binding: z.lazy(() => DeploymentDetailResponseExtendAwBinding$inboundSchema),
|
|
2987
|
+
grant: z.lazy(() => DeploymentDetailResponseExtendAwGrant$inboundSchema),
|
|
2988
|
+
})
|
|
2989
|
+
|
|
2990
|
+
export function deploymentDetailResponseExtendAwFromJSON(
|
|
2991
|
+
jsonString: string,
|
|
2992
|
+
): SafeParseResult<DeploymentDetailResponseExtendAw, SDKValidationError> {
|
|
2993
|
+
return safeParse(
|
|
2994
|
+
jsonString,
|
|
2995
|
+
x => DeploymentDetailResponseExtendAw$inboundSchema.parse(JSON.parse(x)),
|
|
2996
|
+
`Failed to parse 'DeploymentDetailResponseExtendAw' from JSON`,
|
|
2997
|
+
)
|
|
2998
|
+
}
|
|
2999
|
+
|
|
3000
|
+
/** @internal */
|
|
3001
|
+
export const DeploymentDetailResponseExtendAzureResource$inboundSchema: z.ZodType<
|
|
3002
|
+
DeploymentDetailResponseExtendAzureResource,
|
|
3003
|
+
unknown
|
|
3004
|
+
> = z.object({
|
|
3005
|
+
scope: z.string(),
|
|
3006
|
+
})
|
|
3007
|
+
|
|
3008
|
+
export function deploymentDetailResponseExtendAzureResourceFromJSON(
|
|
3009
|
+
jsonString: string,
|
|
3010
|
+
): SafeParseResult<DeploymentDetailResponseExtendAzureResource, SDKValidationError> {
|
|
3011
|
+
return safeParse(
|
|
3012
|
+
jsonString,
|
|
3013
|
+
x => DeploymentDetailResponseExtendAzureResource$inboundSchema.parse(JSON.parse(x)),
|
|
3014
|
+
`Failed to parse 'DeploymentDetailResponseExtendAzureResource' from JSON`,
|
|
3015
|
+
)
|
|
3016
|
+
}
|
|
3017
|
+
|
|
3018
|
+
/** @internal */
|
|
3019
|
+
export const DeploymentDetailResponseExtendAzureStack$inboundSchema: z.ZodType<
|
|
3020
|
+
DeploymentDetailResponseExtendAzureStack,
|
|
3021
|
+
unknown
|
|
3022
|
+
> = z.object({
|
|
3023
|
+
scope: z.string(),
|
|
3024
|
+
})
|
|
3025
|
+
|
|
3026
|
+
export function deploymentDetailResponseExtendAzureStackFromJSON(
|
|
3027
|
+
jsonString: string,
|
|
3028
|
+
): SafeParseResult<DeploymentDetailResponseExtendAzureStack, SDKValidationError> {
|
|
3029
|
+
return safeParse(
|
|
3030
|
+
jsonString,
|
|
3031
|
+
x => DeploymentDetailResponseExtendAzureStack$inboundSchema.parse(JSON.parse(x)),
|
|
3032
|
+
`Failed to parse 'DeploymentDetailResponseExtendAzureStack' from JSON`,
|
|
3033
|
+
)
|
|
3034
|
+
}
|
|
3035
|
+
|
|
3036
|
+
/** @internal */
|
|
3037
|
+
export const DeploymentDetailResponseExtendAzureBinding$inboundSchema: z.ZodType<
|
|
3038
|
+
DeploymentDetailResponseExtendAzureBinding,
|
|
3039
|
+
unknown
|
|
3040
|
+
> = z.object({
|
|
3041
|
+
resource: z.lazy(() => DeploymentDetailResponseExtendAzureResource$inboundSchema).optional(),
|
|
3042
|
+
stack: z.lazy(() => DeploymentDetailResponseExtendAzureStack$inboundSchema).optional(),
|
|
3043
|
+
})
|
|
3044
|
+
|
|
3045
|
+
export function deploymentDetailResponseExtendAzureBindingFromJSON(
|
|
3046
|
+
jsonString: string,
|
|
3047
|
+
): SafeParseResult<DeploymentDetailResponseExtendAzureBinding, SDKValidationError> {
|
|
3048
|
+
return safeParse(
|
|
3049
|
+
jsonString,
|
|
3050
|
+
x => DeploymentDetailResponseExtendAzureBinding$inboundSchema.parse(JSON.parse(x)),
|
|
3051
|
+
`Failed to parse 'DeploymentDetailResponseExtendAzureBinding' from JSON`,
|
|
3052
|
+
)
|
|
3053
|
+
}
|
|
3054
|
+
|
|
3055
|
+
/** @internal */
|
|
3056
|
+
export const DeploymentDetailResponseExtendAzureGrant$inboundSchema: z.ZodType<
|
|
3057
|
+
DeploymentDetailResponseExtendAzureGrant,
|
|
3058
|
+
unknown
|
|
3059
|
+
> = z.object({
|
|
3060
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
3061
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
3062
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
3063
|
+
})
|
|
3064
|
+
|
|
3065
|
+
export function deploymentDetailResponseExtendAzureGrantFromJSON(
|
|
3066
|
+
jsonString: string,
|
|
3067
|
+
): SafeParseResult<DeploymentDetailResponseExtendAzureGrant, SDKValidationError> {
|
|
3068
|
+
return safeParse(
|
|
3069
|
+
jsonString,
|
|
3070
|
+
x => DeploymentDetailResponseExtendAzureGrant$inboundSchema.parse(JSON.parse(x)),
|
|
3071
|
+
`Failed to parse 'DeploymentDetailResponseExtendAzureGrant' from JSON`,
|
|
3072
|
+
)
|
|
3073
|
+
}
|
|
3074
|
+
|
|
3075
|
+
/** @internal */
|
|
3076
|
+
export const DeploymentDetailResponseExtendAzure$inboundSchema: z.ZodType<
|
|
3077
|
+
DeploymentDetailResponseExtendAzure,
|
|
3078
|
+
unknown
|
|
3079
|
+
> = z.object({
|
|
3080
|
+
binding: z.lazy(() => DeploymentDetailResponseExtendAzureBinding$inboundSchema),
|
|
3081
|
+
grant: z.lazy(() => DeploymentDetailResponseExtendAzureGrant$inboundSchema),
|
|
3082
|
+
})
|
|
3083
|
+
|
|
3084
|
+
export function deploymentDetailResponseExtendAzureFromJSON(
|
|
3085
|
+
jsonString: string,
|
|
3086
|
+
): SafeParseResult<DeploymentDetailResponseExtendAzure, SDKValidationError> {
|
|
3087
|
+
return safeParse(
|
|
3088
|
+
jsonString,
|
|
3089
|
+
x => DeploymentDetailResponseExtendAzure$inboundSchema.parse(JSON.parse(x)),
|
|
3090
|
+
`Failed to parse 'DeploymentDetailResponseExtendAzure' from JSON`,
|
|
3091
|
+
)
|
|
3092
|
+
}
|
|
3093
|
+
|
|
3094
|
+
/** @internal */
|
|
3095
|
+
export const DeploymentDetailResponseExtendConditionResource$inboundSchema: z.ZodType<
|
|
3096
|
+
DeploymentDetailResponseExtendConditionResource,
|
|
3097
|
+
unknown
|
|
3098
|
+
> = z.object({
|
|
3099
|
+
expression: z.string(),
|
|
3100
|
+
title: z.string(),
|
|
3101
|
+
})
|
|
3102
|
+
|
|
3103
|
+
export function deploymentDetailResponseExtendConditionResourceFromJSON(
|
|
3104
|
+
jsonString: string,
|
|
3105
|
+
): SafeParseResult<DeploymentDetailResponseExtendConditionResource, SDKValidationError> {
|
|
3106
|
+
return safeParse(
|
|
3107
|
+
jsonString,
|
|
3108
|
+
x => DeploymentDetailResponseExtendConditionResource$inboundSchema.parse(JSON.parse(x)),
|
|
3109
|
+
`Failed to parse 'DeploymentDetailResponseExtendConditionResource' from JSON`,
|
|
3110
|
+
)
|
|
3111
|
+
}
|
|
3112
|
+
|
|
3113
|
+
/** @internal */
|
|
3114
|
+
export const DeploymentDetailResponseExtendGcpResource$inboundSchema: z.ZodType<
|
|
3115
|
+
DeploymentDetailResponseExtendGcpResource,
|
|
3116
|
+
unknown
|
|
3117
|
+
> = z.object({
|
|
3118
|
+
condition: z.nullable(z.any()).optional(),
|
|
3119
|
+
scope: z.string(),
|
|
3120
|
+
})
|
|
3121
|
+
|
|
3122
|
+
export function deploymentDetailResponseExtendGcpResourceFromJSON(
|
|
3123
|
+
jsonString: string,
|
|
3124
|
+
): SafeParseResult<DeploymentDetailResponseExtendGcpResource, SDKValidationError> {
|
|
3125
|
+
return safeParse(
|
|
3126
|
+
jsonString,
|
|
3127
|
+
x => DeploymentDetailResponseExtendGcpResource$inboundSchema.parse(JSON.parse(x)),
|
|
3128
|
+
`Failed to parse 'DeploymentDetailResponseExtendGcpResource' from JSON`,
|
|
3129
|
+
)
|
|
3130
|
+
}
|
|
3131
|
+
|
|
3132
|
+
/** @internal */
|
|
3133
|
+
export const DeploymentDetailResponseExtendConditionStack$inboundSchema: z.ZodType<
|
|
3134
|
+
DeploymentDetailResponseExtendConditionStack,
|
|
3135
|
+
unknown
|
|
3136
|
+
> = z.object({
|
|
3137
|
+
expression: z.string(),
|
|
3138
|
+
title: z.string(),
|
|
3139
|
+
})
|
|
3140
|
+
|
|
3141
|
+
export function deploymentDetailResponseExtendConditionStackFromJSON(
|
|
3142
|
+
jsonString: string,
|
|
3143
|
+
): SafeParseResult<DeploymentDetailResponseExtendConditionStack, SDKValidationError> {
|
|
3144
|
+
return safeParse(
|
|
3145
|
+
jsonString,
|
|
3146
|
+
x => DeploymentDetailResponseExtendConditionStack$inboundSchema.parse(JSON.parse(x)),
|
|
3147
|
+
`Failed to parse 'DeploymentDetailResponseExtendConditionStack' from JSON`,
|
|
3148
|
+
)
|
|
3149
|
+
}
|
|
3150
|
+
|
|
3151
|
+
/** @internal */
|
|
3152
|
+
export const DeploymentDetailResponseExtendGcpStack$inboundSchema: z.ZodType<
|
|
3153
|
+
DeploymentDetailResponseExtendGcpStack,
|
|
3154
|
+
unknown
|
|
3155
|
+
> = z.object({
|
|
3156
|
+
condition: z.nullable(z.any()).optional(),
|
|
3157
|
+
scope: z.string(),
|
|
3158
|
+
})
|
|
3159
|
+
|
|
3160
|
+
export function deploymentDetailResponseExtendGcpStackFromJSON(
|
|
3161
|
+
jsonString: string,
|
|
3162
|
+
): SafeParseResult<DeploymentDetailResponseExtendGcpStack, SDKValidationError> {
|
|
3163
|
+
return safeParse(
|
|
3164
|
+
jsonString,
|
|
3165
|
+
x => DeploymentDetailResponseExtendGcpStack$inboundSchema.parse(JSON.parse(x)),
|
|
3166
|
+
`Failed to parse 'DeploymentDetailResponseExtendGcpStack' from JSON`,
|
|
3167
|
+
)
|
|
3168
|
+
}
|
|
3169
|
+
|
|
3170
|
+
/** @internal */
|
|
3171
|
+
export const DeploymentDetailResponseExtendGcpBinding$inboundSchema: z.ZodType<
|
|
3172
|
+
DeploymentDetailResponseExtendGcpBinding,
|
|
3173
|
+
unknown
|
|
3174
|
+
> = z.object({
|
|
3175
|
+
resource: z.lazy(() => DeploymentDetailResponseExtendGcpResource$inboundSchema).optional(),
|
|
3176
|
+
stack: z.lazy(() => DeploymentDetailResponseExtendGcpStack$inboundSchema).optional(),
|
|
3177
|
+
})
|
|
3178
|
+
|
|
3179
|
+
export function deploymentDetailResponseExtendGcpBindingFromJSON(
|
|
3180
|
+
jsonString: string,
|
|
3181
|
+
): SafeParseResult<DeploymentDetailResponseExtendGcpBinding, SDKValidationError> {
|
|
3182
|
+
return safeParse(
|
|
3183
|
+
jsonString,
|
|
3184
|
+
x => DeploymentDetailResponseExtendGcpBinding$inboundSchema.parse(JSON.parse(x)),
|
|
3185
|
+
`Failed to parse 'DeploymentDetailResponseExtendGcpBinding' from JSON`,
|
|
3186
|
+
)
|
|
3187
|
+
}
|
|
3188
|
+
|
|
3189
|
+
/** @internal */
|
|
3190
|
+
export const DeploymentDetailResponseExtendGcpGrant$inboundSchema: z.ZodType<
|
|
3191
|
+
DeploymentDetailResponseExtendGcpGrant,
|
|
3192
|
+
unknown
|
|
3193
|
+
> = z.object({
|
|
3194
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
3195
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
3196
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
3197
|
+
})
|
|
3198
|
+
|
|
3199
|
+
export function deploymentDetailResponseExtendGcpGrantFromJSON(
|
|
3200
|
+
jsonString: string,
|
|
3201
|
+
): SafeParseResult<DeploymentDetailResponseExtendGcpGrant, SDKValidationError> {
|
|
3202
|
+
return safeParse(
|
|
3203
|
+
jsonString,
|
|
3204
|
+
x => DeploymentDetailResponseExtendGcpGrant$inboundSchema.parse(JSON.parse(x)),
|
|
3205
|
+
`Failed to parse 'DeploymentDetailResponseExtendGcpGrant' from JSON`,
|
|
3206
|
+
)
|
|
3207
|
+
}
|
|
3208
|
+
|
|
3209
|
+
/** @internal */
|
|
3210
|
+
export const DeploymentDetailResponseExtendGcp$inboundSchema: z.ZodType<
|
|
3211
|
+
DeploymentDetailResponseExtendGcp,
|
|
3212
|
+
unknown
|
|
3213
|
+
> = z.object({
|
|
3214
|
+
binding: z.lazy(() => DeploymentDetailResponseExtendGcpBinding$inboundSchema),
|
|
3215
|
+
grant: z.lazy(() => DeploymentDetailResponseExtendGcpGrant$inboundSchema),
|
|
3216
|
+
})
|
|
3217
|
+
|
|
3218
|
+
export function deploymentDetailResponseExtendGcpFromJSON(
|
|
3219
|
+
jsonString: string,
|
|
3220
|
+
): SafeParseResult<DeploymentDetailResponseExtendGcp, SDKValidationError> {
|
|
3221
|
+
return safeParse(
|
|
3222
|
+
jsonString,
|
|
3223
|
+
x => DeploymentDetailResponseExtendGcp$inboundSchema.parse(JSON.parse(x)),
|
|
3224
|
+
`Failed to parse 'DeploymentDetailResponseExtendGcp' from JSON`,
|
|
3225
|
+
)
|
|
3226
|
+
}
|
|
3227
|
+
|
|
3228
|
+
/** @internal */
|
|
3229
|
+
export const DeploymentDetailResponseExtendPlatforms$inboundSchema: z.ZodType<
|
|
3230
|
+
DeploymentDetailResponseExtendPlatforms,
|
|
3231
|
+
unknown
|
|
3232
|
+
> = z.object({
|
|
3233
|
+
aws: z.nullable(z.array(z.lazy(() => DeploymentDetailResponseExtendAw$inboundSchema))).optional(),
|
|
3234
|
+
azure: z
|
|
3235
|
+
.nullable(z.array(z.lazy(() => DeploymentDetailResponseExtendAzure$inboundSchema)))
|
|
3236
|
+
.optional(),
|
|
3237
|
+
gcp: z
|
|
3238
|
+
.nullable(z.array(z.lazy(() => DeploymentDetailResponseExtendGcp$inboundSchema)))
|
|
3239
|
+
.optional(),
|
|
3240
|
+
})
|
|
3241
|
+
|
|
3242
|
+
export function deploymentDetailResponseExtendPlatformsFromJSON(
|
|
3243
|
+
jsonString: string,
|
|
3244
|
+
): SafeParseResult<DeploymentDetailResponseExtendPlatforms, SDKValidationError> {
|
|
3245
|
+
return safeParse(
|
|
3246
|
+
jsonString,
|
|
3247
|
+
x => DeploymentDetailResponseExtendPlatforms$inboundSchema.parse(JSON.parse(x)),
|
|
3248
|
+
`Failed to parse 'DeploymentDetailResponseExtendPlatforms' from JSON`,
|
|
3249
|
+
)
|
|
3250
|
+
}
|
|
3251
|
+
|
|
3252
|
+
/** @internal */
|
|
3253
|
+
export const DeploymentDetailResponseExtend$inboundSchema: z.ZodType<
|
|
3254
|
+
DeploymentDetailResponseExtend,
|
|
3255
|
+
unknown
|
|
3256
|
+
> = z.object({
|
|
3257
|
+
description: z.string(),
|
|
3258
|
+
id: z.string(),
|
|
3259
|
+
platforms: z.lazy(() => DeploymentDetailResponseExtendPlatforms$inboundSchema),
|
|
3260
|
+
})
|
|
3261
|
+
|
|
3262
|
+
export function deploymentDetailResponseExtendFromJSON(
|
|
3263
|
+
jsonString: string,
|
|
3264
|
+
): SafeParseResult<DeploymentDetailResponseExtend, SDKValidationError> {
|
|
3265
|
+
return safeParse(
|
|
3266
|
+
jsonString,
|
|
3267
|
+
x => DeploymentDetailResponseExtend$inboundSchema.parse(JSON.parse(x)),
|
|
3268
|
+
`Failed to parse 'DeploymentDetailResponseExtend' from JSON`,
|
|
3269
|
+
)
|
|
3270
|
+
}
|
|
3271
|
+
|
|
3272
|
+
/** @internal */
|
|
3273
|
+
export const DeploymentDetailResponseExtendUnion$inboundSchema: z.ZodType<
|
|
3274
|
+
DeploymentDetailResponseExtendUnion,
|
|
3275
|
+
unknown
|
|
3276
|
+
> = z.union([z.lazy(() => DeploymentDetailResponseExtend$inboundSchema), z.string()])
|
|
3277
|
+
|
|
3278
|
+
export function deploymentDetailResponseExtendUnionFromJSON(
|
|
3279
|
+
jsonString: string,
|
|
3280
|
+
): SafeParseResult<DeploymentDetailResponseExtendUnion, SDKValidationError> {
|
|
3281
|
+
return safeParse(
|
|
3282
|
+
jsonString,
|
|
3283
|
+
x => DeploymentDetailResponseExtendUnion$inboundSchema.parse(JSON.parse(x)),
|
|
3284
|
+
`Failed to parse 'DeploymentDetailResponseExtendUnion' from JSON`,
|
|
3285
|
+
)
|
|
3286
|
+
}
|
|
3287
|
+
|
|
3288
|
+
/** @internal */
|
|
3289
|
+
export const DeploymentDetailResponseManagement1$inboundSchema: z.ZodType<
|
|
3290
|
+
DeploymentDetailResponseManagement1,
|
|
3291
|
+
unknown
|
|
3292
|
+
> = z.object({
|
|
3293
|
+
extend: z.record(
|
|
3294
|
+
z.string(),
|
|
3295
|
+
z.array(z.union([z.lazy(() => DeploymentDetailResponseExtend$inboundSchema), z.string()])),
|
|
3296
|
+
),
|
|
3297
|
+
})
|
|
3298
|
+
|
|
3299
|
+
export function deploymentDetailResponseManagement1FromJSON(
|
|
3300
|
+
jsonString: string,
|
|
3301
|
+
): SafeParseResult<DeploymentDetailResponseManagement1, SDKValidationError> {
|
|
3302
|
+
return safeParse(
|
|
3303
|
+
jsonString,
|
|
3304
|
+
x => DeploymentDetailResponseManagement1$inboundSchema.parse(JSON.parse(x)),
|
|
3305
|
+
`Failed to parse 'DeploymentDetailResponseManagement1' from JSON`,
|
|
3306
|
+
)
|
|
3307
|
+
}
|
|
3308
|
+
|
|
3309
|
+
/** @internal */
|
|
3310
|
+
export const DeploymentDetailResponseManagementUnion$inboundSchema: z.ZodType<
|
|
3311
|
+
DeploymentDetailResponseManagementUnion,
|
|
3312
|
+
unknown
|
|
3313
|
+
> = z.union([
|
|
3314
|
+
z.lazy(() => DeploymentDetailResponseManagement1$inboundSchema),
|
|
3315
|
+
z.lazy(() => DeploymentDetailResponseManagement2$inboundSchema),
|
|
3316
|
+
DeploymentDetailResponseManagementEnum$inboundSchema,
|
|
3317
|
+
])
|
|
3318
|
+
|
|
3319
|
+
export function deploymentDetailResponseManagementUnionFromJSON(
|
|
3320
|
+
jsonString: string,
|
|
3321
|
+
): SafeParseResult<DeploymentDetailResponseManagementUnion, SDKValidationError> {
|
|
3322
|
+
return safeParse(
|
|
3323
|
+
jsonString,
|
|
3324
|
+
x => DeploymentDetailResponseManagementUnion$inboundSchema.parse(JSON.parse(x)),
|
|
3325
|
+
`Failed to parse 'DeploymentDetailResponseManagementUnion' from JSON`,
|
|
3326
|
+
)
|
|
3327
|
+
}
|
|
3328
|
+
|
|
3329
|
+
/** @internal */
|
|
3330
|
+
export const DeploymentDetailResponseProfileAwResource$inboundSchema: z.ZodType<
|
|
3331
|
+
DeploymentDetailResponseProfileAwResource,
|
|
3332
|
+
unknown
|
|
3333
|
+
> = z.object({
|
|
3334
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
3335
|
+
resources: z.array(z.string()),
|
|
3336
|
+
})
|
|
3337
|
+
|
|
3338
|
+
export function deploymentDetailResponseProfileAwResourceFromJSON(
|
|
3339
|
+
jsonString: string,
|
|
3340
|
+
): SafeParseResult<DeploymentDetailResponseProfileAwResource, SDKValidationError> {
|
|
3341
|
+
return safeParse(
|
|
3342
|
+
jsonString,
|
|
3343
|
+
x => DeploymentDetailResponseProfileAwResource$inboundSchema.parse(JSON.parse(x)),
|
|
3344
|
+
`Failed to parse 'DeploymentDetailResponseProfileAwResource' from JSON`,
|
|
3345
|
+
)
|
|
3346
|
+
}
|
|
3347
|
+
|
|
3348
|
+
/** @internal */
|
|
3349
|
+
export const DeploymentDetailResponseProfileAwStack$inboundSchema: z.ZodType<
|
|
3350
|
+
DeploymentDetailResponseProfileAwStack,
|
|
3351
|
+
unknown
|
|
3352
|
+
> = z.object({
|
|
3353
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
|
|
3354
|
+
resources: z.array(z.string()),
|
|
3355
|
+
})
|
|
3356
|
+
|
|
3357
|
+
export function deploymentDetailResponseProfileAwStackFromJSON(
|
|
3358
|
+
jsonString: string,
|
|
3359
|
+
): SafeParseResult<DeploymentDetailResponseProfileAwStack, SDKValidationError> {
|
|
3360
|
+
return safeParse(
|
|
3361
|
+
jsonString,
|
|
3362
|
+
x => DeploymentDetailResponseProfileAwStack$inboundSchema.parse(JSON.parse(x)),
|
|
3363
|
+
`Failed to parse 'DeploymentDetailResponseProfileAwStack' from JSON`,
|
|
3364
|
+
)
|
|
3365
|
+
}
|
|
3366
|
+
|
|
3367
|
+
/** @internal */
|
|
3368
|
+
export const DeploymentDetailResponseProfileAwBinding$inboundSchema: z.ZodType<
|
|
3369
|
+
DeploymentDetailResponseProfileAwBinding,
|
|
3370
|
+
unknown
|
|
3371
|
+
> = z.object({
|
|
3372
|
+
resource: z.lazy(() => DeploymentDetailResponseProfileAwResource$inboundSchema).optional(),
|
|
3373
|
+
stack: z.lazy(() => DeploymentDetailResponseProfileAwStack$inboundSchema).optional(),
|
|
3374
|
+
})
|
|
3375
|
+
|
|
3376
|
+
export function deploymentDetailResponseProfileAwBindingFromJSON(
|
|
3377
|
+
jsonString: string,
|
|
3378
|
+
): SafeParseResult<DeploymentDetailResponseProfileAwBinding, SDKValidationError> {
|
|
3379
|
+
return safeParse(
|
|
3380
|
+
jsonString,
|
|
3381
|
+
x => DeploymentDetailResponseProfileAwBinding$inboundSchema.parse(JSON.parse(x)),
|
|
3382
|
+
`Failed to parse 'DeploymentDetailResponseProfileAwBinding' from JSON`,
|
|
3383
|
+
)
|
|
3384
|
+
}
|
|
3385
|
+
|
|
3386
|
+
/** @internal */
|
|
3387
|
+
export const DeploymentDetailResponseProfileAwGrant$inboundSchema: z.ZodType<
|
|
3388
|
+
DeploymentDetailResponseProfileAwGrant,
|
|
3389
|
+
unknown
|
|
3390
|
+
> = z.object({
|
|
3391
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
3392
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
3393
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
3394
|
+
})
|
|
3395
|
+
|
|
3396
|
+
export function deploymentDetailResponseProfileAwGrantFromJSON(
|
|
3397
|
+
jsonString: string,
|
|
3398
|
+
): SafeParseResult<DeploymentDetailResponseProfileAwGrant, SDKValidationError> {
|
|
3399
|
+
return safeParse(
|
|
3400
|
+
jsonString,
|
|
3401
|
+
x => DeploymentDetailResponseProfileAwGrant$inboundSchema.parse(JSON.parse(x)),
|
|
3402
|
+
`Failed to parse 'DeploymentDetailResponseProfileAwGrant' from JSON`,
|
|
3403
|
+
)
|
|
3404
|
+
}
|
|
3405
|
+
|
|
3406
|
+
/** @internal */
|
|
3407
|
+
export const DeploymentDetailResponseProfileAw$inboundSchema: z.ZodType<
|
|
3408
|
+
DeploymentDetailResponseProfileAw,
|
|
3409
|
+
unknown
|
|
3410
|
+
> = z.object({
|
|
3411
|
+
binding: z.lazy(() => DeploymentDetailResponseProfileAwBinding$inboundSchema),
|
|
3412
|
+
grant: z.lazy(() => DeploymentDetailResponseProfileAwGrant$inboundSchema),
|
|
3413
|
+
})
|
|
3414
|
+
|
|
3415
|
+
export function deploymentDetailResponseProfileAwFromJSON(
|
|
3416
|
+
jsonString: string,
|
|
3417
|
+
): SafeParseResult<DeploymentDetailResponseProfileAw, SDKValidationError> {
|
|
3418
|
+
return safeParse(
|
|
3419
|
+
jsonString,
|
|
3420
|
+
x => DeploymentDetailResponseProfileAw$inboundSchema.parse(JSON.parse(x)),
|
|
3421
|
+
`Failed to parse 'DeploymentDetailResponseProfileAw' from JSON`,
|
|
3422
|
+
)
|
|
3423
|
+
}
|
|
3424
|
+
|
|
3425
|
+
/** @internal */
|
|
3426
|
+
export const DeploymentDetailResponseProfileAzureResource$inboundSchema: z.ZodType<
|
|
3427
|
+
DeploymentDetailResponseProfileAzureResource,
|
|
3428
|
+
unknown
|
|
3429
|
+
> = z.object({
|
|
3430
|
+
scope: z.string(),
|
|
3431
|
+
})
|
|
3432
|
+
|
|
3433
|
+
export function deploymentDetailResponseProfileAzureResourceFromJSON(
|
|
3434
|
+
jsonString: string,
|
|
3435
|
+
): SafeParseResult<DeploymentDetailResponseProfileAzureResource, SDKValidationError> {
|
|
3436
|
+
return safeParse(
|
|
3437
|
+
jsonString,
|
|
3438
|
+
x => DeploymentDetailResponseProfileAzureResource$inboundSchema.parse(JSON.parse(x)),
|
|
3439
|
+
`Failed to parse 'DeploymentDetailResponseProfileAzureResource' from JSON`,
|
|
3440
|
+
)
|
|
3441
|
+
}
|
|
3442
|
+
|
|
3443
|
+
/** @internal */
|
|
3444
|
+
export const DeploymentDetailResponseProfileAzureStack$inboundSchema: z.ZodType<
|
|
3445
|
+
DeploymentDetailResponseProfileAzureStack,
|
|
3446
|
+
unknown
|
|
3447
|
+
> = z.object({
|
|
3448
|
+
scope: z.string(),
|
|
3449
|
+
})
|
|
3450
|
+
|
|
3451
|
+
export function deploymentDetailResponseProfileAzureStackFromJSON(
|
|
3452
|
+
jsonString: string,
|
|
3453
|
+
): SafeParseResult<DeploymentDetailResponseProfileAzureStack, SDKValidationError> {
|
|
3454
|
+
return safeParse(
|
|
3455
|
+
jsonString,
|
|
3456
|
+
x => DeploymentDetailResponseProfileAzureStack$inboundSchema.parse(JSON.parse(x)),
|
|
3457
|
+
`Failed to parse 'DeploymentDetailResponseProfileAzureStack' from JSON`,
|
|
3458
|
+
)
|
|
3459
|
+
}
|
|
3460
|
+
|
|
3461
|
+
/** @internal */
|
|
3462
|
+
export const DeploymentDetailResponseProfileAzureBinding$inboundSchema: z.ZodType<
|
|
3463
|
+
DeploymentDetailResponseProfileAzureBinding,
|
|
3464
|
+
unknown
|
|
3465
|
+
> = z.object({
|
|
3466
|
+
resource: z.lazy(() => DeploymentDetailResponseProfileAzureResource$inboundSchema).optional(),
|
|
3467
|
+
stack: z.lazy(() => DeploymentDetailResponseProfileAzureStack$inboundSchema).optional(),
|
|
3468
|
+
})
|
|
3469
|
+
|
|
3470
|
+
export function deploymentDetailResponseProfileAzureBindingFromJSON(
|
|
3471
|
+
jsonString: string,
|
|
3472
|
+
): SafeParseResult<DeploymentDetailResponseProfileAzureBinding, SDKValidationError> {
|
|
3473
|
+
return safeParse(
|
|
3474
|
+
jsonString,
|
|
3475
|
+
x => DeploymentDetailResponseProfileAzureBinding$inboundSchema.parse(JSON.parse(x)),
|
|
3476
|
+
`Failed to parse 'DeploymentDetailResponseProfileAzureBinding' from JSON`,
|
|
3477
|
+
)
|
|
3478
|
+
}
|
|
3479
|
+
|
|
3480
|
+
/** @internal */
|
|
3481
|
+
export const DeploymentDetailResponseProfileAzureGrant$inboundSchema: z.ZodType<
|
|
3482
|
+
DeploymentDetailResponseProfileAzureGrant,
|
|
3483
|
+
unknown
|
|
3484
|
+
> = z.object({
|
|
3485
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
3486
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
3487
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
3488
|
+
})
|
|
3489
|
+
|
|
3490
|
+
export function deploymentDetailResponseProfileAzureGrantFromJSON(
|
|
3491
|
+
jsonString: string,
|
|
3492
|
+
): SafeParseResult<DeploymentDetailResponseProfileAzureGrant, SDKValidationError> {
|
|
3493
|
+
return safeParse(
|
|
3494
|
+
jsonString,
|
|
3495
|
+
x => DeploymentDetailResponseProfileAzureGrant$inboundSchema.parse(JSON.parse(x)),
|
|
3496
|
+
`Failed to parse 'DeploymentDetailResponseProfileAzureGrant' from JSON`,
|
|
3497
|
+
)
|
|
3498
|
+
}
|
|
3499
|
+
|
|
3500
|
+
/** @internal */
|
|
3501
|
+
export const DeploymentDetailResponseProfileAzure$inboundSchema: z.ZodType<
|
|
3502
|
+
DeploymentDetailResponseProfileAzure,
|
|
3503
|
+
unknown
|
|
3504
|
+
> = z.object({
|
|
3505
|
+
binding: z.lazy(() => DeploymentDetailResponseProfileAzureBinding$inboundSchema),
|
|
3506
|
+
grant: z.lazy(() => DeploymentDetailResponseProfileAzureGrant$inboundSchema),
|
|
3507
|
+
})
|
|
3508
|
+
|
|
3509
|
+
export function deploymentDetailResponseProfileAzureFromJSON(
|
|
3510
|
+
jsonString: string,
|
|
3511
|
+
): SafeParseResult<DeploymentDetailResponseProfileAzure, SDKValidationError> {
|
|
3512
|
+
return safeParse(
|
|
3513
|
+
jsonString,
|
|
3514
|
+
x => DeploymentDetailResponseProfileAzure$inboundSchema.parse(JSON.parse(x)),
|
|
3515
|
+
`Failed to parse 'DeploymentDetailResponseProfileAzure' from JSON`,
|
|
3516
|
+
)
|
|
3517
|
+
}
|
|
3518
|
+
|
|
3519
|
+
/** @internal */
|
|
3520
|
+
export const DeploymentDetailResponseProfileConditionResource$inboundSchema: z.ZodType<
|
|
3521
|
+
DeploymentDetailResponseProfileConditionResource,
|
|
3522
|
+
unknown
|
|
3523
|
+
> = z.object({
|
|
3524
|
+
expression: z.string(),
|
|
3525
|
+
title: z.string(),
|
|
3526
|
+
})
|
|
3527
|
+
|
|
3528
|
+
export function deploymentDetailResponseProfileConditionResourceFromJSON(
|
|
3529
|
+
jsonString: string,
|
|
3530
|
+
): SafeParseResult<DeploymentDetailResponseProfileConditionResource, SDKValidationError> {
|
|
3531
|
+
return safeParse(
|
|
3532
|
+
jsonString,
|
|
3533
|
+
x => DeploymentDetailResponseProfileConditionResource$inboundSchema.parse(JSON.parse(x)),
|
|
3534
|
+
`Failed to parse 'DeploymentDetailResponseProfileConditionResource' from JSON`,
|
|
3535
|
+
)
|
|
3536
|
+
}
|
|
3537
|
+
|
|
3538
|
+
/** @internal */
|
|
3539
|
+
export const DeploymentDetailResponseProfileGcpResource$inboundSchema: z.ZodType<
|
|
3540
|
+
DeploymentDetailResponseProfileGcpResource,
|
|
3541
|
+
unknown
|
|
3542
|
+
> = z.object({
|
|
3543
|
+
condition: z.nullable(z.any()).optional(),
|
|
3544
|
+
scope: z.string(),
|
|
3545
|
+
})
|
|
3546
|
+
|
|
3547
|
+
export function deploymentDetailResponseProfileGcpResourceFromJSON(
|
|
3548
|
+
jsonString: string,
|
|
3549
|
+
): SafeParseResult<DeploymentDetailResponseProfileGcpResource, SDKValidationError> {
|
|
3550
|
+
return safeParse(
|
|
3551
|
+
jsonString,
|
|
3552
|
+
x => DeploymentDetailResponseProfileGcpResource$inboundSchema.parse(JSON.parse(x)),
|
|
3553
|
+
`Failed to parse 'DeploymentDetailResponseProfileGcpResource' from JSON`,
|
|
3554
|
+
)
|
|
3555
|
+
}
|
|
3556
|
+
|
|
3557
|
+
/** @internal */
|
|
3558
|
+
export const DeploymentDetailResponseProfileConditionStack$inboundSchema: z.ZodType<
|
|
3559
|
+
DeploymentDetailResponseProfileConditionStack,
|
|
3560
|
+
unknown
|
|
3561
|
+
> = z.object({
|
|
3562
|
+
expression: z.string(),
|
|
3563
|
+
title: z.string(),
|
|
3564
|
+
})
|
|
3565
|
+
|
|
3566
|
+
export function deploymentDetailResponseProfileConditionStackFromJSON(
|
|
3567
|
+
jsonString: string,
|
|
3568
|
+
): SafeParseResult<DeploymentDetailResponseProfileConditionStack, SDKValidationError> {
|
|
3569
|
+
return safeParse(
|
|
3570
|
+
jsonString,
|
|
3571
|
+
x => DeploymentDetailResponseProfileConditionStack$inboundSchema.parse(JSON.parse(x)),
|
|
3572
|
+
`Failed to parse 'DeploymentDetailResponseProfileConditionStack' from JSON`,
|
|
3573
|
+
)
|
|
3574
|
+
}
|
|
3575
|
+
|
|
3576
|
+
/** @internal */
|
|
3577
|
+
export const DeploymentDetailResponseProfileGcpStack$inboundSchema: z.ZodType<
|
|
3578
|
+
DeploymentDetailResponseProfileGcpStack,
|
|
3579
|
+
unknown
|
|
3580
|
+
> = z.object({
|
|
3581
|
+
condition: z.nullable(z.any()).optional(),
|
|
3582
|
+
scope: z.string(),
|
|
3583
|
+
})
|
|
3584
|
+
|
|
3585
|
+
export function deploymentDetailResponseProfileGcpStackFromJSON(
|
|
3586
|
+
jsonString: string,
|
|
3587
|
+
): SafeParseResult<DeploymentDetailResponseProfileGcpStack, SDKValidationError> {
|
|
3588
|
+
return safeParse(
|
|
3589
|
+
jsonString,
|
|
3590
|
+
x => DeploymentDetailResponseProfileGcpStack$inboundSchema.parse(JSON.parse(x)),
|
|
3591
|
+
`Failed to parse 'DeploymentDetailResponseProfileGcpStack' from JSON`,
|
|
3592
|
+
)
|
|
3593
|
+
}
|
|
3594
|
+
|
|
3595
|
+
/** @internal */
|
|
3596
|
+
export const DeploymentDetailResponseProfileGcpBinding$inboundSchema: z.ZodType<
|
|
3597
|
+
DeploymentDetailResponseProfileGcpBinding,
|
|
3598
|
+
unknown
|
|
3599
|
+
> = z.object({
|
|
3600
|
+
resource: z.lazy(() => DeploymentDetailResponseProfileGcpResource$inboundSchema).optional(),
|
|
3601
|
+
stack: z.lazy(() => DeploymentDetailResponseProfileGcpStack$inboundSchema).optional(),
|
|
3602
|
+
})
|
|
3603
|
+
|
|
3604
|
+
export function deploymentDetailResponseProfileGcpBindingFromJSON(
|
|
3605
|
+
jsonString: string,
|
|
3606
|
+
): SafeParseResult<DeploymentDetailResponseProfileGcpBinding, SDKValidationError> {
|
|
3607
|
+
return safeParse(
|
|
3608
|
+
jsonString,
|
|
3609
|
+
x => DeploymentDetailResponseProfileGcpBinding$inboundSchema.parse(JSON.parse(x)),
|
|
3610
|
+
`Failed to parse 'DeploymentDetailResponseProfileGcpBinding' from JSON`,
|
|
3611
|
+
)
|
|
3612
|
+
}
|
|
3613
|
+
|
|
3614
|
+
/** @internal */
|
|
3615
|
+
export const DeploymentDetailResponseProfileGcpGrant$inboundSchema: z.ZodType<
|
|
3616
|
+
DeploymentDetailResponseProfileGcpGrant,
|
|
3617
|
+
unknown
|
|
3618
|
+
> = z.object({
|
|
3619
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
3620
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
3621
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
3622
|
+
})
|
|
3623
|
+
|
|
3624
|
+
export function deploymentDetailResponseProfileGcpGrantFromJSON(
|
|
3625
|
+
jsonString: string,
|
|
3626
|
+
): SafeParseResult<DeploymentDetailResponseProfileGcpGrant, SDKValidationError> {
|
|
3627
|
+
return safeParse(
|
|
3628
|
+
jsonString,
|
|
3629
|
+
x => DeploymentDetailResponseProfileGcpGrant$inboundSchema.parse(JSON.parse(x)),
|
|
3630
|
+
`Failed to parse 'DeploymentDetailResponseProfileGcpGrant' from JSON`,
|
|
3631
|
+
)
|
|
3632
|
+
}
|
|
3633
|
+
|
|
3634
|
+
/** @internal */
|
|
3635
|
+
export const DeploymentDetailResponseProfileGcp$inboundSchema: z.ZodType<
|
|
3636
|
+
DeploymentDetailResponseProfileGcp,
|
|
3637
|
+
unknown
|
|
3638
|
+
> = z.object({
|
|
3639
|
+
binding: z.lazy(() => DeploymentDetailResponseProfileGcpBinding$inboundSchema),
|
|
3640
|
+
grant: z.lazy(() => DeploymentDetailResponseProfileGcpGrant$inboundSchema),
|
|
3641
|
+
})
|
|
3642
|
+
|
|
3643
|
+
export function deploymentDetailResponseProfileGcpFromJSON(
|
|
3644
|
+
jsonString: string,
|
|
3645
|
+
): SafeParseResult<DeploymentDetailResponseProfileGcp, SDKValidationError> {
|
|
3646
|
+
return safeParse(
|
|
3647
|
+
jsonString,
|
|
3648
|
+
x => DeploymentDetailResponseProfileGcp$inboundSchema.parse(JSON.parse(x)),
|
|
3649
|
+
`Failed to parse 'DeploymentDetailResponseProfileGcp' from JSON`,
|
|
3650
|
+
)
|
|
3651
|
+
}
|
|
3652
|
+
|
|
3653
|
+
/** @internal */
|
|
3654
|
+
export const DeploymentDetailResponseProfilePlatforms$inboundSchema: z.ZodType<
|
|
3655
|
+
DeploymentDetailResponseProfilePlatforms,
|
|
3656
|
+
unknown
|
|
3657
|
+
> = z.object({
|
|
3658
|
+
aws: z
|
|
3659
|
+
.nullable(z.array(z.lazy(() => DeploymentDetailResponseProfileAw$inboundSchema)))
|
|
3660
|
+
.optional(),
|
|
3661
|
+
azure: z
|
|
3662
|
+
.nullable(z.array(z.lazy(() => DeploymentDetailResponseProfileAzure$inboundSchema)))
|
|
3663
|
+
.optional(),
|
|
3664
|
+
gcp: z
|
|
3665
|
+
.nullable(z.array(z.lazy(() => DeploymentDetailResponseProfileGcp$inboundSchema)))
|
|
3666
|
+
.optional(),
|
|
3667
|
+
})
|
|
3668
|
+
|
|
3669
|
+
export function deploymentDetailResponseProfilePlatformsFromJSON(
|
|
3670
|
+
jsonString: string,
|
|
3671
|
+
): SafeParseResult<DeploymentDetailResponseProfilePlatforms, SDKValidationError> {
|
|
3672
|
+
return safeParse(
|
|
3673
|
+
jsonString,
|
|
3674
|
+
x => DeploymentDetailResponseProfilePlatforms$inboundSchema.parse(JSON.parse(x)),
|
|
3675
|
+
`Failed to parse 'DeploymentDetailResponseProfilePlatforms' from JSON`,
|
|
3676
|
+
)
|
|
3677
|
+
}
|
|
3678
|
+
|
|
3679
|
+
/** @internal */
|
|
3680
|
+
export const DeploymentDetailResponseProfile$inboundSchema: z.ZodType<
|
|
3681
|
+
DeploymentDetailResponseProfile,
|
|
3682
|
+
unknown
|
|
3683
|
+
> = z.object({
|
|
3684
|
+
description: z.string(),
|
|
3685
|
+
id: z.string(),
|
|
3686
|
+
platforms: z.lazy(() => DeploymentDetailResponseProfilePlatforms$inboundSchema),
|
|
3687
|
+
})
|
|
3688
|
+
|
|
3689
|
+
export function deploymentDetailResponseProfileFromJSON(
|
|
3690
|
+
jsonString: string,
|
|
3691
|
+
): SafeParseResult<DeploymentDetailResponseProfile, SDKValidationError> {
|
|
3692
|
+
return safeParse(
|
|
3693
|
+
jsonString,
|
|
3694
|
+
x => DeploymentDetailResponseProfile$inboundSchema.parse(JSON.parse(x)),
|
|
3695
|
+
`Failed to parse 'DeploymentDetailResponseProfile' from JSON`,
|
|
3696
|
+
)
|
|
3697
|
+
}
|
|
3698
|
+
|
|
3699
|
+
/** @internal */
|
|
3700
|
+
export const DeploymentDetailResponseProfileUnion$inboundSchema: z.ZodType<
|
|
3701
|
+
DeploymentDetailResponseProfileUnion,
|
|
3702
|
+
unknown
|
|
3703
|
+
> = z.union([z.lazy(() => DeploymentDetailResponseProfile$inboundSchema), z.string()])
|
|
3704
|
+
|
|
3705
|
+
export function deploymentDetailResponseProfileUnionFromJSON(
|
|
3706
|
+
jsonString: string,
|
|
3707
|
+
): SafeParseResult<DeploymentDetailResponseProfileUnion, SDKValidationError> {
|
|
3708
|
+
return safeParse(
|
|
3709
|
+
jsonString,
|
|
3710
|
+
x => DeploymentDetailResponseProfileUnion$inboundSchema.parse(JSON.parse(x)),
|
|
3711
|
+
`Failed to parse 'DeploymentDetailResponseProfileUnion' from JSON`,
|
|
3712
|
+
)
|
|
3713
|
+
}
|
|
3714
|
+
|
|
3715
|
+
/** @internal */
|
|
3716
|
+
export const DeploymentDetailResponsePermissions$inboundSchema: z.ZodType<
|
|
3717
|
+
DeploymentDetailResponsePermissions,
|
|
3718
|
+
unknown
|
|
3719
|
+
> = z.object({
|
|
3720
|
+
management: z
|
|
3721
|
+
.union([
|
|
3722
|
+
z.lazy(() => DeploymentDetailResponseManagement1$inboundSchema),
|
|
3723
|
+
z.lazy(() => DeploymentDetailResponseManagement2$inboundSchema),
|
|
3724
|
+
DeploymentDetailResponseManagementEnum$inboundSchema,
|
|
3725
|
+
])
|
|
3726
|
+
.optional(),
|
|
3727
|
+
profiles: z.record(
|
|
3728
|
+
z.string(),
|
|
3729
|
+
z.record(
|
|
3730
|
+
z.string(),
|
|
3731
|
+
z.array(z.union([z.lazy(() => DeploymentDetailResponseProfile$inboundSchema), z.string()])),
|
|
3732
|
+
),
|
|
3733
|
+
),
|
|
3734
|
+
})
|
|
3735
|
+
|
|
3736
|
+
export function deploymentDetailResponsePermissionsFromJSON(
|
|
3737
|
+
jsonString: string,
|
|
3738
|
+
): SafeParseResult<DeploymentDetailResponsePermissions, SDKValidationError> {
|
|
3739
|
+
return safeParse(
|
|
3740
|
+
jsonString,
|
|
3741
|
+
x => DeploymentDetailResponsePermissions$inboundSchema.parse(JSON.parse(x)),
|
|
3742
|
+
`Failed to parse 'DeploymentDetailResponsePermissions' from JSON`,
|
|
3743
|
+
)
|
|
3744
|
+
}
|
|
3745
|
+
|
|
3746
|
+
/** @internal */
|
|
3747
|
+
export const DeploymentDetailResponsePreparedStackConfig$inboundSchema: z.ZodType<
|
|
3748
|
+
DeploymentDetailResponsePreparedStackConfig,
|
|
3749
|
+
unknown
|
|
3750
|
+
> = collectExtraKeys$(
|
|
3751
|
+
z
|
|
3752
|
+
.object({
|
|
3753
|
+
id: z.string(),
|
|
3754
|
+
type: z.string(),
|
|
3755
|
+
})
|
|
3756
|
+
.catchall(z.any()),
|
|
3757
|
+
"additionalProperties",
|
|
3758
|
+
true,
|
|
3759
|
+
)
|
|
3760
|
+
|
|
3761
|
+
export function deploymentDetailResponsePreparedStackConfigFromJSON(
|
|
3762
|
+
jsonString: string,
|
|
3763
|
+
): SafeParseResult<DeploymentDetailResponsePreparedStackConfig, SDKValidationError> {
|
|
3764
|
+
return safeParse(
|
|
3765
|
+
jsonString,
|
|
3766
|
+
x => DeploymentDetailResponsePreparedStackConfig$inboundSchema.parse(JSON.parse(x)),
|
|
3767
|
+
`Failed to parse 'DeploymentDetailResponsePreparedStackConfig' from JSON`,
|
|
3768
|
+
)
|
|
3769
|
+
}
|
|
3770
|
+
|
|
3771
|
+
/** @internal */
|
|
3772
|
+
export const DeploymentDetailResponsePreparedStackDependency$inboundSchema: z.ZodType<
|
|
3773
|
+
DeploymentDetailResponsePreparedStackDependency,
|
|
3774
|
+
unknown
|
|
3775
|
+
> = z.object({
|
|
3776
|
+
id: z.string(),
|
|
3777
|
+
type: z.string(),
|
|
3778
|
+
})
|
|
3779
|
+
|
|
3780
|
+
export function deploymentDetailResponsePreparedStackDependencyFromJSON(
|
|
3781
|
+
jsonString: string,
|
|
3782
|
+
): SafeParseResult<DeploymentDetailResponsePreparedStackDependency, SDKValidationError> {
|
|
3783
|
+
return safeParse(
|
|
3784
|
+
jsonString,
|
|
3785
|
+
x => DeploymentDetailResponsePreparedStackDependency$inboundSchema.parse(JSON.parse(x)),
|
|
3786
|
+
`Failed to parse 'DeploymentDetailResponsePreparedStackDependency' from JSON`,
|
|
3787
|
+
)
|
|
3788
|
+
}
|
|
3789
|
+
|
|
3790
|
+
/** @internal */
|
|
3791
|
+
export const DeploymentDetailResponsePreparedStackLifecycle$inboundSchema: z.ZodEnum<
|
|
3792
|
+
typeof DeploymentDetailResponsePreparedStackLifecycle
|
|
3793
|
+
> = z.enum(DeploymentDetailResponsePreparedStackLifecycle)
|
|
3794
|
+
|
|
3795
|
+
/** @internal */
|
|
3796
|
+
export const DeploymentDetailResponsePreparedStackResources$inboundSchema: z.ZodType<
|
|
3797
|
+
DeploymentDetailResponsePreparedStackResources,
|
|
3798
|
+
unknown
|
|
3799
|
+
> = z.object({
|
|
3800
|
+
config: z.lazy(() => DeploymentDetailResponsePreparedStackConfig$inboundSchema),
|
|
3801
|
+
dependencies: z.array(
|
|
3802
|
+
z.lazy(() => DeploymentDetailResponsePreparedStackDependency$inboundSchema),
|
|
3803
|
+
),
|
|
3804
|
+
lifecycle: DeploymentDetailResponsePreparedStackLifecycle$inboundSchema,
|
|
3805
|
+
remoteAccess: z.boolean().optional(),
|
|
3806
|
+
})
|
|
3807
|
+
|
|
3808
|
+
export function deploymentDetailResponsePreparedStackResourcesFromJSON(
|
|
3809
|
+
jsonString: string,
|
|
3810
|
+
): SafeParseResult<DeploymentDetailResponsePreparedStackResources, SDKValidationError> {
|
|
3811
|
+
return safeParse(
|
|
3812
|
+
jsonString,
|
|
3813
|
+
x => DeploymentDetailResponsePreparedStackResources$inboundSchema.parse(JSON.parse(x)),
|
|
3814
|
+
`Failed to parse 'DeploymentDetailResponsePreparedStackResources' from JSON`,
|
|
3815
|
+
)
|
|
3816
|
+
}
|
|
3817
|
+
|
|
3818
|
+
/** @internal */
|
|
3819
|
+
export const DeploymentDetailResponsePreparedStack$inboundSchema: z.ZodType<
|
|
3820
|
+
DeploymentDetailResponsePreparedStack,
|
|
3821
|
+
unknown
|
|
3822
|
+
> = z.object({
|
|
3823
|
+
id: z.string(),
|
|
3824
|
+
permissions: z.lazy(() => DeploymentDetailResponsePermissions$inboundSchema).optional(),
|
|
3825
|
+
resources: z.record(
|
|
3826
|
+
z.string(),
|
|
3827
|
+
z.lazy(() => DeploymentDetailResponsePreparedStackResources$inboundSchema),
|
|
3828
|
+
),
|
|
3829
|
+
})
|
|
3830
|
+
|
|
3831
|
+
export function deploymentDetailResponsePreparedStackFromJSON(
|
|
3832
|
+
jsonString: string,
|
|
3833
|
+
): SafeParseResult<DeploymentDetailResponsePreparedStack, SDKValidationError> {
|
|
3834
|
+
return safeParse(
|
|
3835
|
+
jsonString,
|
|
3836
|
+
x => DeploymentDetailResponsePreparedStack$inboundSchema.parse(JSON.parse(x)),
|
|
3837
|
+
`Failed to parse 'DeploymentDetailResponsePreparedStack' from JSON`,
|
|
3838
|
+
)
|
|
3839
|
+
}
|
|
3840
|
+
|
|
3841
|
+
/** @internal */
|
|
3842
|
+
export const DeploymentDetailResponseRuntimeMetadata$inboundSchema: z.ZodType<
|
|
3843
|
+
DeploymentDetailResponseRuntimeMetadata,
|
|
3844
|
+
unknown
|
|
3845
|
+
> = z.object({
|
|
3846
|
+
lastSyncedEnvVarsHash: z.nullable(z.string()).optional(),
|
|
3847
|
+
preparedStack: z.nullable(z.any()).optional(),
|
|
3848
|
+
})
|
|
3849
|
+
|
|
3850
|
+
export function deploymentDetailResponseRuntimeMetadataFromJSON(
|
|
3851
|
+
jsonString: string,
|
|
3852
|
+
): SafeParseResult<DeploymentDetailResponseRuntimeMetadata, SDKValidationError> {
|
|
3853
|
+
return safeParse(
|
|
3854
|
+
jsonString,
|
|
3855
|
+
x => DeploymentDetailResponseRuntimeMetadata$inboundSchema.parse(JSON.parse(x)),
|
|
3856
|
+
`Failed to parse 'DeploymentDetailResponseRuntimeMetadata' from JSON`,
|
|
3857
|
+
)
|
|
3858
|
+
}
|
|
3859
|
+
|
|
3860
|
+
/** @internal */
|
|
3861
|
+
export const DeploymentDetailResponseError$inboundSchema: z.ZodType<
|
|
3862
|
+
DeploymentDetailResponseError,
|
|
3863
|
+
unknown
|
|
3864
|
+
> = z.object({
|
|
3865
|
+
code: z.string(),
|
|
3866
|
+
context: z.nullable(z.any()).optional(),
|
|
3867
|
+
httpStatusCode: z.nullable(z.int()).optional(),
|
|
3868
|
+
internal: z.boolean(),
|
|
3869
|
+
message: z.string(),
|
|
3870
|
+
retryable: z.boolean().default(false),
|
|
3871
|
+
source: z.nullable(z.any()).optional(),
|
|
3872
|
+
})
|
|
3873
|
+
|
|
3874
|
+
export function deploymentDetailResponseErrorFromJSON(
|
|
3875
|
+
jsonString: string,
|
|
3876
|
+
): SafeParseResult<DeploymentDetailResponseError, SDKValidationError> {
|
|
3877
|
+
return safeParse(
|
|
3878
|
+
jsonString,
|
|
3879
|
+
x => DeploymentDetailResponseError$inboundSchema.parse(JSON.parse(x)),
|
|
3880
|
+
`Failed to parse 'DeploymentDetailResponseError' from JSON`,
|
|
3881
|
+
)
|
|
3882
|
+
}
|
|
3883
|
+
|
|
3884
|
+
/** @internal */
|
|
3885
|
+
export const DeploymentDetailResponseTargetEnvironmentVariables$inboundSchema: z.ZodType<
|
|
3886
|
+
DeploymentDetailResponseTargetEnvironmentVariables,
|
|
3887
|
+
unknown
|
|
3888
|
+
> = z.object({
|
|
3889
|
+
variables: z.array(EnvironmentVariableConfig$inboundSchema),
|
|
3890
|
+
hash: z.string(),
|
|
3891
|
+
createdAt: z.iso.datetime({ offset: true }).transform(v => new Date(v)),
|
|
3892
|
+
})
|
|
3893
|
+
|
|
3894
|
+
export function deploymentDetailResponseTargetEnvironmentVariablesFromJSON(
|
|
3895
|
+
jsonString: string,
|
|
3896
|
+
): SafeParseResult<DeploymentDetailResponseTargetEnvironmentVariables, SDKValidationError> {
|
|
3897
|
+
return safeParse(
|
|
3898
|
+
jsonString,
|
|
3899
|
+
x => DeploymentDetailResponseTargetEnvironmentVariables$inboundSchema.parse(JSON.parse(x)),
|
|
3900
|
+
`Failed to parse 'DeploymentDetailResponseTargetEnvironmentVariables' from JSON`,
|
|
3901
|
+
)
|
|
3902
|
+
}
|
|
3903
|
+
|
|
3904
|
+
/** @internal */
|
|
3905
|
+
export const DeploymentDetailResponseCurrentEnvironmentVariables$inboundSchema: z.ZodType<
|
|
3906
|
+
DeploymentDetailResponseCurrentEnvironmentVariables,
|
|
3907
|
+
unknown
|
|
3908
|
+
> = z.object({
|
|
3909
|
+
variables: z.array(EnvironmentVariableConfig$inboundSchema),
|
|
3910
|
+
hash: z.string(),
|
|
3911
|
+
createdAt: z.iso.datetime({ offset: true }).transform(v => new Date(v)),
|
|
3912
|
+
})
|
|
3913
|
+
|
|
3914
|
+
export function deploymentDetailResponseCurrentEnvironmentVariablesFromJSON(
|
|
3915
|
+
jsonString: string,
|
|
3916
|
+
): SafeParseResult<DeploymentDetailResponseCurrentEnvironmentVariables, SDKValidationError> {
|
|
3917
|
+
return safeParse(
|
|
3918
|
+
jsonString,
|
|
3919
|
+
x => DeploymentDetailResponseCurrentEnvironmentVariables$inboundSchema.parse(JSON.parse(x)),
|
|
3920
|
+
`Failed to parse 'DeploymentDetailResponseCurrentEnvironmentVariables' from JSON`,
|
|
3921
|
+
)
|
|
3922
|
+
}
|
|
3923
|
+
|
|
3924
|
+
/** @internal */
|
|
3925
|
+
export const DeploymentDetailResponse$inboundSchema: z.ZodType<DeploymentDetailResponse, unknown> =
|
|
3926
|
+
z.object({
|
|
3927
|
+
id: z.string(),
|
|
3928
|
+
name: z.string(),
|
|
3929
|
+
publicSubdomain: z.nullable(z.string()).optional(),
|
|
3930
|
+
status: DeploymentDetailResponseStatus$inboundSchema,
|
|
3931
|
+
projectId: z.string(),
|
|
3932
|
+
platform: DeploymentDetailResponsePlatform$inboundSchema,
|
|
3933
|
+
deploymentGroupId: z.string(),
|
|
3934
|
+
environmentInfo: z
|
|
3935
|
+
.nullable(
|
|
3936
|
+
z.union([
|
|
3937
|
+
z.lazy(() => DeploymentDetailResponseEnvironmentInfoGcp$inboundSchema),
|
|
3938
|
+
z.lazy(() => DeploymentDetailResponseEnvironmentInfoAzure$inboundSchema),
|
|
3939
|
+
z.lazy(() => DeploymentDetailResponseEnvironmentInfoLocal$inboundSchema),
|
|
3940
|
+
z.lazy(() => DeploymentDetailResponseEnvironmentInfoAws$inboundSchema),
|
|
3941
|
+
z.lazy(() => DeploymentDetailResponseEnvironmentInfoTest$inboundSchema),
|
|
3942
|
+
z.any(),
|
|
3943
|
+
]),
|
|
3944
|
+
)
|
|
3945
|
+
.optional(),
|
|
3946
|
+
stackSettings: z.lazy(() => DeploymentDetailResponseStackSettings$inboundSchema),
|
|
3947
|
+
stackState: z
|
|
3948
|
+
.nullable(z.lazy(() => DeploymentDetailResponseStackState$inboundSchema))
|
|
3949
|
+
.optional(),
|
|
3950
|
+
runtimeMetadata: z
|
|
3951
|
+
.nullable(z.lazy(() => DeploymentDetailResponseRuntimeMetadata$inboundSchema))
|
|
3952
|
+
.optional(),
|
|
3953
|
+
currentReleaseId: z.nullable(z.string()).optional(),
|
|
3954
|
+
desiredReleaseId: z.nullable(z.string()).optional(),
|
|
3955
|
+
pinnedReleaseId: z.nullable(z.string()).optional(),
|
|
3956
|
+
retryRequested: z.boolean(),
|
|
3957
|
+
lastHeartbeatAt: z
|
|
3958
|
+
.nullable(z.iso.datetime({ offset: true }).transform(v => new Date(v)))
|
|
3959
|
+
.optional(),
|
|
3960
|
+
error: z.nullable(z.lazy(() => DeploymentDetailResponseError$inboundSchema)).optional(),
|
|
3961
|
+
environmentVariables: z.nullable(z.array(EnvironmentVariableConfig$inboundSchema)).optional(),
|
|
3962
|
+
targetEnvironmentVariables: z
|
|
3963
|
+
.nullable(z.lazy(() => DeploymentDetailResponseTargetEnvironmentVariables$inboundSchema))
|
|
3964
|
+
.optional(),
|
|
3965
|
+
currentEnvironmentVariables: z
|
|
3966
|
+
.nullable(z.lazy(() => DeploymentDetailResponseCurrentEnvironmentVariables$inboundSchema))
|
|
3967
|
+
.optional(),
|
|
3968
|
+
createdAt: z.iso.datetime({ offset: true }).transform(v => new Date(v)),
|
|
3969
|
+
updatedAt: z.iso.datetime({ offset: true }).transform(v => new Date(v)),
|
|
3970
|
+
managerId: z.nullable(z.string()).optional(),
|
|
3971
|
+
workspaceId: z.string(),
|
|
3972
|
+
release: z.nullable(DeploymentReleaseInfo$inboundSchema).optional(),
|
|
3973
|
+
deploymentGroup: DeploymentGroupInfo$inboundSchema.optional(),
|
|
3974
|
+
project: DeploymentProjectInfo$inboundSchema.optional(),
|
|
3975
|
+
})
|
|
3976
|
+
|
|
3977
|
+
export function deploymentDetailResponseFromJSON(
|
|
3978
|
+
jsonString: string,
|
|
3979
|
+
): SafeParseResult<DeploymentDetailResponse, SDKValidationError> {
|
|
3980
|
+
return safeParse(
|
|
3981
|
+
jsonString,
|
|
3982
|
+
x => DeploymentDetailResponse$inboundSchema.parse(JSON.parse(x)),
|
|
3983
|
+
`Failed to parse 'DeploymentDetailResponse' from JSON`,
|
|
3984
|
+
)
|
|
3985
|
+
}
|