@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,2003 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
import type { ClosedEnum } from "../types/enums.js";
|
|
3
|
+
import type { Result as SafeParseResult } from "../types/fp.js";
|
|
4
|
+
import { type DeploymentGroupInfo } from "./deploymentgroupinfo.js";
|
|
5
|
+
import { type DeploymentProjectInfo } from "./deploymentprojectinfo.js";
|
|
6
|
+
import { type DeploymentReleaseInfo } from "./deploymentreleaseinfo.js";
|
|
7
|
+
import { type EnvironmentVariableConfig } from "./environmentvariableconfig.js";
|
|
8
|
+
import type { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
9
|
+
/**
|
|
10
|
+
* Deployment status in the deployment lifecycle
|
|
11
|
+
*/
|
|
12
|
+
export declare const DeploymentDetailResponseStatus: {
|
|
13
|
+
readonly Pending: "pending";
|
|
14
|
+
readonly InitialSetup: "initial-setup";
|
|
15
|
+
readonly InitialSetupFailed: "initial-setup-failed";
|
|
16
|
+
readonly Provisioning: "provisioning";
|
|
17
|
+
readonly ProvisioningFailed: "provisioning-failed";
|
|
18
|
+
readonly Running: "running";
|
|
19
|
+
readonly RefreshFailed: "refresh-failed";
|
|
20
|
+
readonly UpdatePending: "update-pending";
|
|
21
|
+
readonly Updating: "updating";
|
|
22
|
+
readonly UpdateFailed: "update-failed";
|
|
23
|
+
readonly DeletePending: "delete-pending";
|
|
24
|
+
readonly Deleting: "deleting";
|
|
25
|
+
readonly DeleteFailed: "delete-failed";
|
|
26
|
+
readonly Deleted: "deleted";
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Deployment status in the deployment lifecycle
|
|
30
|
+
*/
|
|
31
|
+
export type DeploymentDetailResponseStatus = ClosedEnum<typeof DeploymentDetailResponseStatus>;
|
|
32
|
+
/**
|
|
33
|
+
* Target platform for the deployment
|
|
34
|
+
*/
|
|
35
|
+
export declare const DeploymentDetailResponsePlatform: {
|
|
36
|
+
readonly Aws: "aws";
|
|
37
|
+
readonly Gcp: "gcp";
|
|
38
|
+
readonly Azure: "azure";
|
|
39
|
+
readonly Kubernetes: "kubernetes";
|
|
40
|
+
readonly Local: "local";
|
|
41
|
+
readonly Test: "test";
|
|
42
|
+
};
|
|
43
|
+
/**
|
|
44
|
+
* Target platform for the deployment
|
|
45
|
+
*/
|
|
46
|
+
export type DeploymentDetailResponsePlatform = ClosedEnum<typeof DeploymentDetailResponsePlatform>;
|
|
47
|
+
export declare const DeploymentDetailResponsePlatformTest: {
|
|
48
|
+
readonly Test: "test";
|
|
49
|
+
};
|
|
50
|
+
export type DeploymentDetailResponsePlatformTest = ClosedEnum<typeof DeploymentDetailResponsePlatformTest>;
|
|
51
|
+
/**
|
|
52
|
+
* Test platform environment information (mock)
|
|
53
|
+
*/
|
|
54
|
+
export type DeploymentDetailResponseEnvironmentInfoTest = {
|
|
55
|
+
/**
|
|
56
|
+
* Test identifier for this environment
|
|
57
|
+
*/
|
|
58
|
+
testId: string;
|
|
59
|
+
platform: DeploymentDetailResponsePlatformTest;
|
|
60
|
+
};
|
|
61
|
+
export declare const DeploymentDetailResponsePlatformLocal: {
|
|
62
|
+
readonly Local: "local";
|
|
63
|
+
};
|
|
64
|
+
export type DeploymentDetailResponsePlatformLocal = ClosedEnum<typeof DeploymentDetailResponsePlatformLocal>;
|
|
65
|
+
/**
|
|
66
|
+
* Local platform environment information
|
|
67
|
+
*/
|
|
68
|
+
export type DeploymentDetailResponseEnvironmentInfoLocal = {
|
|
69
|
+
/**
|
|
70
|
+
* Architecture (e.g., "x86_64", "aarch64")
|
|
71
|
+
*/
|
|
72
|
+
arch: string;
|
|
73
|
+
/**
|
|
74
|
+
* Hostname of the machine running the agent
|
|
75
|
+
*/
|
|
76
|
+
hostname: string;
|
|
77
|
+
/**
|
|
78
|
+
* Operating system (e.g., "linux", "macos", "windows")
|
|
79
|
+
*/
|
|
80
|
+
os: string;
|
|
81
|
+
platform: DeploymentDetailResponsePlatformLocal;
|
|
82
|
+
};
|
|
83
|
+
export declare const DeploymentDetailResponsePlatformAzure: {
|
|
84
|
+
readonly Azure: "azure";
|
|
85
|
+
};
|
|
86
|
+
export type DeploymentDetailResponsePlatformAzure = ClosedEnum<typeof DeploymentDetailResponsePlatformAzure>;
|
|
87
|
+
/**
|
|
88
|
+
* Azure-specific environment information
|
|
89
|
+
*/
|
|
90
|
+
export type DeploymentDetailResponseEnvironmentInfoAzure = {
|
|
91
|
+
/**
|
|
92
|
+
* Azure location/region
|
|
93
|
+
*/
|
|
94
|
+
location: string;
|
|
95
|
+
/**
|
|
96
|
+
* Azure subscription ID
|
|
97
|
+
*/
|
|
98
|
+
subscriptionId: string;
|
|
99
|
+
/**
|
|
100
|
+
* Azure tenant ID
|
|
101
|
+
*/
|
|
102
|
+
tenantId: string;
|
|
103
|
+
platform: DeploymentDetailResponsePlatformAzure;
|
|
104
|
+
};
|
|
105
|
+
export declare const DeploymentDetailResponsePlatformGcp: {
|
|
106
|
+
readonly Gcp: "gcp";
|
|
107
|
+
};
|
|
108
|
+
export type DeploymentDetailResponsePlatformGcp = ClosedEnum<typeof DeploymentDetailResponsePlatformGcp>;
|
|
109
|
+
/**
|
|
110
|
+
* GCP-specific environment information
|
|
111
|
+
*/
|
|
112
|
+
export type DeploymentDetailResponseEnvironmentInfoGcp = {
|
|
113
|
+
/**
|
|
114
|
+
* GCP project ID (e.g., "my-project")
|
|
115
|
+
*/
|
|
116
|
+
projectId: string;
|
|
117
|
+
/**
|
|
118
|
+
* GCP project number (e.g., "123456789012")
|
|
119
|
+
*/
|
|
120
|
+
projectNumber: string;
|
|
121
|
+
/**
|
|
122
|
+
* GCP region
|
|
123
|
+
*/
|
|
124
|
+
region: string;
|
|
125
|
+
platform: DeploymentDetailResponsePlatformGcp;
|
|
126
|
+
};
|
|
127
|
+
export declare const DeploymentDetailResponsePlatformAws: {
|
|
128
|
+
readonly Aws: "aws";
|
|
129
|
+
};
|
|
130
|
+
export type DeploymentDetailResponsePlatformAws = ClosedEnum<typeof DeploymentDetailResponsePlatformAws>;
|
|
131
|
+
/**
|
|
132
|
+
* AWS-specific environment information
|
|
133
|
+
*/
|
|
134
|
+
export type DeploymentDetailResponseEnvironmentInfoAws = {
|
|
135
|
+
/**
|
|
136
|
+
* AWS account ID
|
|
137
|
+
*/
|
|
138
|
+
accountId: string;
|
|
139
|
+
/**
|
|
140
|
+
* AWS region
|
|
141
|
+
*/
|
|
142
|
+
region: string;
|
|
143
|
+
platform: DeploymentDetailResponsePlatformAws;
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* Cloud environment information
|
|
147
|
+
*/
|
|
148
|
+
export type DeploymentDetailResponseEnvironmentInfoUnion = DeploymentDetailResponseEnvironmentInfoGcp | DeploymentDetailResponseEnvironmentInfoAzure | DeploymentDetailResponseEnvironmentInfoLocal | DeploymentDetailResponseEnvironmentInfoAws | DeploymentDetailResponseEnvironmentInfoTest | any;
|
|
149
|
+
/**
|
|
150
|
+
* Deployment model: how updates are delivered to the remote environment.
|
|
151
|
+
*/
|
|
152
|
+
export declare const DeploymentDetailResponseDeploymentModel: {
|
|
153
|
+
readonly Push: "push";
|
|
154
|
+
readonly Pull: "pull";
|
|
155
|
+
};
|
|
156
|
+
/**
|
|
157
|
+
* Deployment model: how updates are delivered to the remote environment.
|
|
158
|
+
*/
|
|
159
|
+
export type DeploymentDetailResponseDeploymentModel = ClosedEnum<typeof DeploymentDetailResponseDeploymentModel>;
|
|
160
|
+
export type DeploymentDetailResponseAws = {
|
|
161
|
+
certificateArn: string;
|
|
162
|
+
};
|
|
163
|
+
export type DeploymentDetailResponseDomainsAzure = {
|
|
164
|
+
keyVaultCertificateId: string;
|
|
165
|
+
};
|
|
166
|
+
export type DeploymentDetailResponseDomainsGcp = {
|
|
167
|
+
certificateName: string;
|
|
168
|
+
};
|
|
169
|
+
/**
|
|
170
|
+
* Platform-specific certificate references for custom domains.
|
|
171
|
+
*/
|
|
172
|
+
export type DeploymentDetailResponseCertificate = {
|
|
173
|
+
aws?: any | null | undefined;
|
|
174
|
+
azure?: any | null | undefined;
|
|
175
|
+
gcp?: any | null | undefined;
|
|
176
|
+
};
|
|
177
|
+
/**
|
|
178
|
+
* Custom domain configuration for a single resource.
|
|
179
|
+
*/
|
|
180
|
+
export type DeploymentDetailResponseCustomDomains = {
|
|
181
|
+
/**
|
|
182
|
+
* Platform-specific certificate references for custom domains.
|
|
183
|
+
*/
|
|
184
|
+
certificate: DeploymentDetailResponseCertificate;
|
|
185
|
+
/**
|
|
186
|
+
* Fully qualified domain name to use.
|
|
187
|
+
*/
|
|
188
|
+
domain: string;
|
|
189
|
+
};
|
|
190
|
+
/**
|
|
191
|
+
* Domain configuration for the stack.
|
|
192
|
+
*
|
|
193
|
+
* @remarks
|
|
194
|
+
*
|
|
195
|
+
* When `custom_domains` is set, the specified resources use customer-provided
|
|
196
|
+
* domains and certificates. Otherwise, Alien auto-generates domains.
|
|
197
|
+
*/
|
|
198
|
+
export type DeploymentDetailResponseDomains = {
|
|
199
|
+
/**
|
|
200
|
+
* Custom domain configuration per resource ID.
|
|
201
|
+
*/
|
|
202
|
+
customDomains?: {
|
|
203
|
+
[k: string]: DeploymentDetailResponseCustomDomains;
|
|
204
|
+
} | null | undefined;
|
|
205
|
+
};
|
|
206
|
+
/**
|
|
207
|
+
* How heartbeat health checks are handled.
|
|
208
|
+
*/
|
|
209
|
+
export declare const DeploymentDetailResponseHeartbeats: {
|
|
210
|
+
readonly Off: "off";
|
|
211
|
+
readonly On: "on";
|
|
212
|
+
};
|
|
213
|
+
/**
|
|
214
|
+
* How heartbeat health checks are handled.
|
|
215
|
+
*/
|
|
216
|
+
export type DeploymentDetailResponseHeartbeats = ClosedEnum<typeof DeploymentDetailResponseHeartbeats>;
|
|
217
|
+
export declare const DeploymentDetailResponseTypeByoVnetAzure: {
|
|
218
|
+
readonly ByoVnetAzure: "byo-vnet-azure";
|
|
219
|
+
};
|
|
220
|
+
export type DeploymentDetailResponseTypeByoVnetAzure = ClosedEnum<typeof DeploymentDetailResponseTypeByoVnetAzure>;
|
|
221
|
+
export type DeploymentDetailResponseNetworkByoVnetAzure = {
|
|
222
|
+
/**
|
|
223
|
+
* Name of the private subnet within the VNet
|
|
224
|
+
*/
|
|
225
|
+
privateSubnetName: string;
|
|
226
|
+
/**
|
|
227
|
+
* Name of the public subnet within the VNet
|
|
228
|
+
*/
|
|
229
|
+
publicSubnetName: string;
|
|
230
|
+
type: DeploymentDetailResponseTypeByoVnetAzure;
|
|
231
|
+
/**
|
|
232
|
+
* The full resource ID of the existing VNet
|
|
233
|
+
*/
|
|
234
|
+
vnetResourceId: string;
|
|
235
|
+
};
|
|
236
|
+
export declare const DeploymentDetailResponseTypeByoVpcGcp: {
|
|
237
|
+
readonly ByoVpcGcp: "byo-vpc-gcp";
|
|
238
|
+
};
|
|
239
|
+
export type DeploymentDetailResponseTypeByoVpcGcp = ClosedEnum<typeof DeploymentDetailResponseTypeByoVpcGcp>;
|
|
240
|
+
export type DeploymentDetailResponseNetworkByoVpcGcp = {
|
|
241
|
+
/**
|
|
242
|
+
* The name of the existing VPC network
|
|
243
|
+
*/
|
|
244
|
+
networkName: string;
|
|
245
|
+
/**
|
|
246
|
+
* The region of the subnet
|
|
247
|
+
*/
|
|
248
|
+
region: string;
|
|
249
|
+
/**
|
|
250
|
+
* The name of the subnet to use
|
|
251
|
+
*/
|
|
252
|
+
subnetName: string;
|
|
253
|
+
type: DeploymentDetailResponseTypeByoVpcGcp;
|
|
254
|
+
};
|
|
255
|
+
export declare const DeploymentDetailResponseTypeByoVpcAws: {
|
|
256
|
+
readonly ByoVpcAws: "byo-vpc-aws";
|
|
257
|
+
};
|
|
258
|
+
export type DeploymentDetailResponseTypeByoVpcAws = ClosedEnum<typeof DeploymentDetailResponseTypeByoVpcAws>;
|
|
259
|
+
export type DeploymentDetailResponseNetworkByoVpcAws = {
|
|
260
|
+
/**
|
|
261
|
+
* IDs of private subnets
|
|
262
|
+
*/
|
|
263
|
+
privateSubnetIds: Array<string>;
|
|
264
|
+
/**
|
|
265
|
+
* IDs of public subnets (required for public ingress)
|
|
266
|
+
*/
|
|
267
|
+
publicSubnetIds: Array<string>;
|
|
268
|
+
/**
|
|
269
|
+
* Optional security group IDs to use
|
|
270
|
+
*/
|
|
271
|
+
securityGroupIds?: Array<string> | undefined;
|
|
272
|
+
type: DeploymentDetailResponseTypeByoVpcAws;
|
|
273
|
+
/**
|
|
274
|
+
* The ID of the existing VPC
|
|
275
|
+
*/
|
|
276
|
+
vpcId: string;
|
|
277
|
+
};
|
|
278
|
+
export declare const DeploymentDetailResponseTypeCreate: {
|
|
279
|
+
readonly Create: "create";
|
|
280
|
+
};
|
|
281
|
+
export type DeploymentDetailResponseTypeCreate = ClosedEnum<typeof DeploymentDetailResponseTypeCreate>;
|
|
282
|
+
export type DeploymentDetailResponseNetworkCreate = {
|
|
283
|
+
/**
|
|
284
|
+
* Number of availability zones (default: 2).
|
|
285
|
+
*/
|
|
286
|
+
availabilityZones?: number | undefined;
|
|
287
|
+
/**
|
|
288
|
+
* VPC/VNet CIDR block. If not specified, auto-generated from stack ID
|
|
289
|
+
*
|
|
290
|
+
* @remarks
|
|
291
|
+
* to reduce conflicts (e.g., "10.{hash}.0.0/16").
|
|
292
|
+
*/
|
|
293
|
+
cidr?: string | null | undefined;
|
|
294
|
+
type: DeploymentDetailResponseTypeCreate;
|
|
295
|
+
};
|
|
296
|
+
export declare const DeploymentDetailResponseTypeUseDefault: {
|
|
297
|
+
readonly UseDefault: "use-default";
|
|
298
|
+
};
|
|
299
|
+
export type DeploymentDetailResponseTypeUseDefault = ClosedEnum<typeof DeploymentDetailResponseTypeUseDefault>;
|
|
300
|
+
export type DeploymentDetailResponseNetworkUseDefault = {
|
|
301
|
+
type: DeploymentDetailResponseTypeUseDefault;
|
|
302
|
+
};
|
|
303
|
+
/**
|
|
304
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
305
|
+
*/
|
|
306
|
+
export declare const DeploymentDetailResponseTelemetry: {
|
|
307
|
+
readonly Off: "off";
|
|
308
|
+
readonly Auto: "auto";
|
|
309
|
+
readonly ApprovalRequired: "approval-required";
|
|
310
|
+
};
|
|
311
|
+
/**
|
|
312
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
313
|
+
*/
|
|
314
|
+
export type DeploymentDetailResponseTelemetry = ClosedEnum<typeof DeploymentDetailResponseTelemetry>;
|
|
315
|
+
/**
|
|
316
|
+
* How updates are delivered to the agent.
|
|
317
|
+
*/
|
|
318
|
+
export declare const DeploymentDetailResponseUpdates: {
|
|
319
|
+
readonly Auto: "auto";
|
|
320
|
+
readonly ApprovalRequired: "approval-required";
|
|
321
|
+
};
|
|
322
|
+
/**
|
|
323
|
+
* How updates are delivered to the agent.
|
|
324
|
+
*/
|
|
325
|
+
export type DeploymentDetailResponseUpdates = ClosedEnum<typeof DeploymentDetailResponseUpdates>;
|
|
326
|
+
/**
|
|
327
|
+
* User-provided configuration (network, deployment model, approvals)
|
|
328
|
+
*/
|
|
329
|
+
export type DeploymentDetailResponseStackSettings = {
|
|
330
|
+
/**
|
|
331
|
+
* Deployment model: how updates are delivered to the remote environment.
|
|
332
|
+
*/
|
|
333
|
+
deploymentModel?: DeploymentDetailResponseDeploymentModel | undefined;
|
|
334
|
+
domains?: any | null | undefined;
|
|
335
|
+
/**
|
|
336
|
+
* How heartbeat health checks are handled.
|
|
337
|
+
*/
|
|
338
|
+
heartbeats?: DeploymentDetailResponseHeartbeats | undefined;
|
|
339
|
+
network?: any | null | undefined;
|
|
340
|
+
/**
|
|
341
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
342
|
+
*/
|
|
343
|
+
telemetry?: DeploymentDetailResponseTelemetry | undefined;
|
|
344
|
+
/**
|
|
345
|
+
* How updates are delivered to the agent.
|
|
346
|
+
*/
|
|
347
|
+
updates?: DeploymentDetailResponseUpdates | undefined;
|
|
348
|
+
};
|
|
349
|
+
/**
|
|
350
|
+
* Represents the target cloud platform.
|
|
351
|
+
*/
|
|
352
|
+
export declare const DeploymentDetailResponseStackStatePlatform: {
|
|
353
|
+
readonly Aws: "aws";
|
|
354
|
+
readonly Gcp: "gcp";
|
|
355
|
+
readonly Azure: "azure";
|
|
356
|
+
readonly Kubernetes: "kubernetes";
|
|
357
|
+
readonly Local: "local";
|
|
358
|
+
readonly Test: "test";
|
|
359
|
+
};
|
|
360
|
+
/**
|
|
361
|
+
* Represents the target cloud platform.
|
|
362
|
+
*/
|
|
363
|
+
export type DeploymentDetailResponseStackStatePlatform = ClosedEnum<typeof DeploymentDetailResponseStackStatePlatform>;
|
|
364
|
+
/**
|
|
365
|
+
* Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
|
|
366
|
+
*/
|
|
367
|
+
export type DeploymentDetailResponseStackStateConfig = {
|
|
368
|
+
/**
|
|
369
|
+
* The unique identifier for this specific resource instance. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]). Maximum 64 characters.
|
|
370
|
+
*/
|
|
371
|
+
id: string;
|
|
372
|
+
/**
|
|
373
|
+
* Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
|
|
374
|
+
*/
|
|
375
|
+
type: string;
|
|
376
|
+
additionalProperties?: {
|
|
377
|
+
[k: string]: any | null;
|
|
378
|
+
} | undefined;
|
|
379
|
+
};
|
|
380
|
+
/**
|
|
381
|
+
* New ResourceRef that works with any resource type.
|
|
382
|
+
*
|
|
383
|
+
* @remarks
|
|
384
|
+
* This can eventually replace the enum-based ResourceRef for full extensibility.
|
|
385
|
+
*/
|
|
386
|
+
export type DeploymentDetailResponseStackStateDependency = {
|
|
387
|
+
id: string;
|
|
388
|
+
/**
|
|
389
|
+
* Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
|
|
390
|
+
*/
|
|
391
|
+
type: string;
|
|
392
|
+
};
|
|
393
|
+
/**
|
|
394
|
+
* Canonical error container that provides a structured way to represent errors
|
|
395
|
+
*
|
|
396
|
+
* @remarks
|
|
397
|
+
* with rich metadata including error codes, human-readable messages, context,
|
|
398
|
+
* and chaining capabilities for error propagation.
|
|
399
|
+
*
|
|
400
|
+
* This struct is designed to be both machine-readable and user-friendly,
|
|
401
|
+
* supporting serialization for API responses and detailed error reporting
|
|
402
|
+
* in distributed systems.
|
|
403
|
+
*/
|
|
404
|
+
export type DeploymentDetailResponseErrorStackState = {
|
|
405
|
+
/**
|
|
406
|
+
* A unique identifier for the type of error.
|
|
407
|
+
*
|
|
408
|
+
* @remarks
|
|
409
|
+
*
|
|
410
|
+
* This should be a short, machine-readable string that can be used
|
|
411
|
+
* by clients to programmatically handle different error types.
|
|
412
|
+
* Examples: "NOT_FOUND", "VALIDATION_ERROR", "TIMEOUT"
|
|
413
|
+
*/
|
|
414
|
+
code: string;
|
|
415
|
+
context?: any | null | undefined;
|
|
416
|
+
/**
|
|
417
|
+
* HTTP status code for this error.
|
|
418
|
+
*
|
|
419
|
+
* @remarks
|
|
420
|
+
*
|
|
421
|
+
* Used when converting the error to an HTTP response. If None, falls back to
|
|
422
|
+
* the error type's default status code or 500.
|
|
423
|
+
*/
|
|
424
|
+
httpStatusCode?: number | null | undefined;
|
|
425
|
+
/**
|
|
426
|
+
* Indicates if this is an internal error that should not be exposed to users.
|
|
427
|
+
*
|
|
428
|
+
* @remarks
|
|
429
|
+
*
|
|
430
|
+
* When `true`, this error contains sensitive information or implementation
|
|
431
|
+
* details that should not be shown to end-users. Such errors should be
|
|
432
|
+
* logged for debugging but replaced with generic error messages in responses.
|
|
433
|
+
*/
|
|
434
|
+
internal: boolean;
|
|
435
|
+
/**
|
|
436
|
+
* Human-readable error message.
|
|
437
|
+
*
|
|
438
|
+
* @remarks
|
|
439
|
+
*
|
|
440
|
+
* This message should be clear and actionable for developers or end-users,
|
|
441
|
+
* providing context about what went wrong and potentially how to fix it.
|
|
442
|
+
*/
|
|
443
|
+
message: string;
|
|
444
|
+
/**
|
|
445
|
+
* Indicates whether the operation that caused the error should be retried.
|
|
446
|
+
*
|
|
447
|
+
* @remarks
|
|
448
|
+
*
|
|
449
|
+
* When `true`, the error is transient and the operation might succeed
|
|
450
|
+
* if attempted again. When `false`, retrying the same operation is
|
|
451
|
+
* unlikely to succeed without changes.
|
|
452
|
+
*/
|
|
453
|
+
retryable: boolean;
|
|
454
|
+
source?: any | null | undefined;
|
|
455
|
+
};
|
|
456
|
+
/**
|
|
457
|
+
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
458
|
+
*/
|
|
459
|
+
export declare const DeploymentDetailResponseLifecycleStackState: {
|
|
460
|
+
readonly Frozen: "frozen";
|
|
461
|
+
readonly Live: "live";
|
|
462
|
+
readonly LiveOnSetup: "live-on-setup";
|
|
463
|
+
};
|
|
464
|
+
/**
|
|
465
|
+
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
466
|
+
*/
|
|
467
|
+
export type DeploymentDetailResponseLifecycleStackState = ClosedEnum<typeof DeploymentDetailResponseLifecycleStackState>;
|
|
468
|
+
/**
|
|
469
|
+
* 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.
|
|
470
|
+
*/
|
|
471
|
+
export type DeploymentDetailResponseOutputs = {
|
|
472
|
+
/**
|
|
473
|
+
* Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
|
|
474
|
+
*/
|
|
475
|
+
type: string;
|
|
476
|
+
additionalProperties?: {
|
|
477
|
+
[k: string]: any | null;
|
|
478
|
+
} | undefined;
|
|
479
|
+
};
|
|
480
|
+
/**
|
|
481
|
+
* Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
|
|
482
|
+
*/
|
|
483
|
+
export type DeploymentDetailResponsePreviousConfig = {
|
|
484
|
+
/**
|
|
485
|
+
* The unique identifier for this specific resource instance. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]). Maximum 64 characters.
|
|
486
|
+
*/
|
|
487
|
+
id: string;
|
|
488
|
+
/**
|
|
489
|
+
* Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
|
|
490
|
+
*/
|
|
491
|
+
type: string;
|
|
492
|
+
additionalProperties?: {
|
|
493
|
+
[k: string]: any | null;
|
|
494
|
+
} | undefined;
|
|
495
|
+
};
|
|
496
|
+
/**
|
|
497
|
+
* Represents the high-level status of a resource during its lifecycle.
|
|
498
|
+
*/
|
|
499
|
+
export declare const DeploymentDetailResponseStackStateStatus: {
|
|
500
|
+
readonly Pending: "pending";
|
|
501
|
+
readonly Provisioning: "provisioning";
|
|
502
|
+
readonly ProvisionFailed: "provision-failed";
|
|
503
|
+
readonly Running: "running";
|
|
504
|
+
readonly Updating: "updating";
|
|
505
|
+
readonly UpdateFailed: "update-failed";
|
|
506
|
+
readonly Deleting: "deleting";
|
|
507
|
+
readonly DeleteFailed: "delete-failed";
|
|
508
|
+
readonly Deleted: "deleted";
|
|
509
|
+
readonly RefreshFailed: "refresh-failed";
|
|
510
|
+
};
|
|
511
|
+
/**
|
|
512
|
+
* Represents the high-level status of a resource during its lifecycle.
|
|
513
|
+
*/
|
|
514
|
+
export type DeploymentDetailResponseStackStateStatus = ClosedEnum<typeof DeploymentDetailResponseStackStateStatus>;
|
|
515
|
+
/**
|
|
516
|
+
* Represents the state of a single resource within the stack for a specific platform.
|
|
517
|
+
*/
|
|
518
|
+
export type DeploymentDetailResponseStackStateResources = {
|
|
519
|
+
internal?: any | null | undefined;
|
|
520
|
+
/**
|
|
521
|
+
* Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
|
|
522
|
+
*/
|
|
523
|
+
config: DeploymentDetailResponseStackStateConfig;
|
|
524
|
+
/**
|
|
525
|
+
* Complete list of dependencies for this resource, including infrastructure dependencies.
|
|
526
|
+
*
|
|
527
|
+
* @remarks
|
|
528
|
+
* This preserves the full dependency information from the stack definition.
|
|
529
|
+
*/
|
|
530
|
+
dependencies?: Array<DeploymentDetailResponseStackStateDependency> | undefined;
|
|
531
|
+
error?: any | null | undefined;
|
|
532
|
+
/**
|
|
533
|
+
* True if the resource was provisioned by an external system (e.g., CloudFormation).
|
|
534
|
+
*
|
|
535
|
+
* @remarks
|
|
536
|
+
* Defaults to false, indicating dynamic provisioning by the executor.
|
|
537
|
+
*/
|
|
538
|
+
isExternallyProvisioned?: boolean | undefined;
|
|
539
|
+
lastFailedState?: any | null | undefined;
|
|
540
|
+
lifecycle?: any | null | undefined;
|
|
541
|
+
outputs?: any | null | undefined;
|
|
542
|
+
previousConfig?: any | null | undefined;
|
|
543
|
+
remoteBindingParams?: any | null | undefined;
|
|
544
|
+
/**
|
|
545
|
+
* Tracks consecutive retry attempts for the current state transition.
|
|
546
|
+
*/
|
|
547
|
+
retryAttempt?: number | undefined;
|
|
548
|
+
/**
|
|
549
|
+
* Represents the high-level status of a resource during its lifecycle.
|
|
550
|
+
*/
|
|
551
|
+
status: DeploymentDetailResponseStackStateStatus;
|
|
552
|
+
/**
|
|
553
|
+
* The high-level type of the resource (e.g., Function::RESOURCE_TYPE, Storage::RESOURCE_TYPE).
|
|
554
|
+
*/
|
|
555
|
+
type: string;
|
|
556
|
+
};
|
|
557
|
+
/**
|
|
558
|
+
* State of infrastructure components managed by this deployment
|
|
559
|
+
*/
|
|
560
|
+
export type DeploymentDetailResponseStackState = {
|
|
561
|
+
/**
|
|
562
|
+
* Represents the target cloud platform.
|
|
563
|
+
*/
|
|
564
|
+
platform: DeploymentDetailResponseStackStatePlatform;
|
|
565
|
+
/**
|
|
566
|
+
* A prefix used for resource naming to ensure uniqueness across deployments.
|
|
567
|
+
*/
|
|
568
|
+
resourcePrefix: string;
|
|
569
|
+
/**
|
|
570
|
+
* The state of individual resources, keyed by resource ID.
|
|
571
|
+
*/
|
|
572
|
+
resources: {
|
|
573
|
+
[k: string]: DeploymentDetailResponseStackStateResources;
|
|
574
|
+
};
|
|
575
|
+
};
|
|
576
|
+
export declare const DeploymentDetailResponseManagementEnum: {
|
|
577
|
+
readonly Auto: "auto";
|
|
578
|
+
};
|
|
579
|
+
export type DeploymentDetailResponseManagementEnum = ClosedEnum<typeof DeploymentDetailResponseManagementEnum>;
|
|
580
|
+
/**
|
|
581
|
+
* AWS-specific binding specification
|
|
582
|
+
*/
|
|
583
|
+
export type DeploymentDetailResponseOverrideAwResource = {
|
|
584
|
+
/**
|
|
585
|
+
* Optional condition for additional filtering (rare)
|
|
586
|
+
*/
|
|
587
|
+
condition?: {
|
|
588
|
+
[k: string]: {
|
|
589
|
+
[k: string]: string;
|
|
590
|
+
};
|
|
591
|
+
} | null | undefined;
|
|
592
|
+
/**
|
|
593
|
+
* Resource ARNs to bind to
|
|
594
|
+
*/
|
|
595
|
+
resources: Array<string>;
|
|
596
|
+
};
|
|
597
|
+
/**
|
|
598
|
+
* AWS-specific binding specification
|
|
599
|
+
*/
|
|
600
|
+
export type DeploymentDetailResponseOverrideAwStack = {
|
|
601
|
+
/**
|
|
602
|
+
* Optional condition for additional filtering (rare)
|
|
603
|
+
*/
|
|
604
|
+
condition?: {
|
|
605
|
+
[k: string]: {
|
|
606
|
+
[k: string]: string;
|
|
607
|
+
};
|
|
608
|
+
} | null | undefined;
|
|
609
|
+
/**
|
|
610
|
+
* Resource ARNs to bind to
|
|
611
|
+
*/
|
|
612
|
+
resources: Array<string>;
|
|
613
|
+
};
|
|
614
|
+
/**
|
|
615
|
+
* Generic binding configuration for permissions
|
|
616
|
+
*/
|
|
617
|
+
export type DeploymentDetailResponseOverrideAwBinding = {
|
|
618
|
+
/**
|
|
619
|
+
* AWS-specific binding specification
|
|
620
|
+
*/
|
|
621
|
+
resource?: DeploymentDetailResponseOverrideAwResource | undefined;
|
|
622
|
+
/**
|
|
623
|
+
* AWS-specific binding specification
|
|
624
|
+
*/
|
|
625
|
+
stack?: DeploymentDetailResponseOverrideAwStack | undefined;
|
|
626
|
+
};
|
|
627
|
+
/**
|
|
628
|
+
* Grant permissions for a specific cloud platform
|
|
629
|
+
*/
|
|
630
|
+
export type DeploymentDetailResponseOverrideAwGrant = {
|
|
631
|
+
/**
|
|
632
|
+
* AWS IAM actions (only for AWS)
|
|
633
|
+
*/
|
|
634
|
+
actions?: Array<string> | null | undefined;
|
|
635
|
+
/**
|
|
636
|
+
* Azure actions (only for Azure)
|
|
637
|
+
*/
|
|
638
|
+
dataActions?: Array<string> | null | undefined;
|
|
639
|
+
/**
|
|
640
|
+
* GCP permissions (only for GCP)
|
|
641
|
+
*/
|
|
642
|
+
permissions?: Array<string> | null | undefined;
|
|
643
|
+
};
|
|
644
|
+
/**
|
|
645
|
+
* AWS-specific platform permission configuration
|
|
646
|
+
*/
|
|
647
|
+
export type DeploymentDetailResponseOverrideAw = {
|
|
648
|
+
/**
|
|
649
|
+
* Generic binding configuration for permissions
|
|
650
|
+
*/
|
|
651
|
+
binding: DeploymentDetailResponseOverrideAwBinding;
|
|
652
|
+
/**
|
|
653
|
+
* Grant permissions for a specific cloud platform
|
|
654
|
+
*/
|
|
655
|
+
grant: DeploymentDetailResponseOverrideAwGrant;
|
|
656
|
+
};
|
|
657
|
+
/**
|
|
658
|
+
* Azure-specific binding specification
|
|
659
|
+
*/
|
|
660
|
+
export type DeploymentDetailResponseOverrideAzureResource = {
|
|
661
|
+
/**
|
|
662
|
+
* Scope (subscription/resource group/resource level)
|
|
663
|
+
*/
|
|
664
|
+
scope: string;
|
|
665
|
+
};
|
|
666
|
+
/**
|
|
667
|
+
* Azure-specific binding specification
|
|
668
|
+
*/
|
|
669
|
+
export type DeploymentDetailResponseOverrideAzureStack = {
|
|
670
|
+
/**
|
|
671
|
+
* Scope (subscription/resource group/resource level)
|
|
672
|
+
*/
|
|
673
|
+
scope: string;
|
|
674
|
+
};
|
|
675
|
+
/**
|
|
676
|
+
* Generic binding configuration for permissions
|
|
677
|
+
*/
|
|
678
|
+
export type DeploymentDetailResponseOverrideAzureBinding = {
|
|
679
|
+
/**
|
|
680
|
+
* Azure-specific binding specification
|
|
681
|
+
*/
|
|
682
|
+
resource?: DeploymentDetailResponseOverrideAzureResource | undefined;
|
|
683
|
+
/**
|
|
684
|
+
* Azure-specific binding specification
|
|
685
|
+
*/
|
|
686
|
+
stack?: DeploymentDetailResponseOverrideAzureStack | undefined;
|
|
687
|
+
};
|
|
688
|
+
/**
|
|
689
|
+
* Grant permissions for a specific cloud platform
|
|
690
|
+
*/
|
|
691
|
+
export type DeploymentDetailResponseOverrideAzureGrant = {
|
|
692
|
+
/**
|
|
693
|
+
* AWS IAM actions (only for AWS)
|
|
694
|
+
*/
|
|
695
|
+
actions?: Array<string> | null | undefined;
|
|
696
|
+
/**
|
|
697
|
+
* Azure actions (only for Azure)
|
|
698
|
+
*/
|
|
699
|
+
dataActions?: Array<string> | null | undefined;
|
|
700
|
+
/**
|
|
701
|
+
* GCP permissions (only for GCP)
|
|
702
|
+
*/
|
|
703
|
+
permissions?: Array<string> | null | undefined;
|
|
704
|
+
};
|
|
705
|
+
/**
|
|
706
|
+
* Azure-specific platform permission configuration
|
|
707
|
+
*/
|
|
708
|
+
export type DeploymentDetailResponseOverrideAzure = {
|
|
709
|
+
/**
|
|
710
|
+
* Generic binding configuration for permissions
|
|
711
|
+
*/
|
|
712
|
+
binding: DeploymentDetailResponseOverrideAzureBinding;
|
|
713
|
+
/**
|
|
714
|
+
* Grant permissions for a specific cloud platform
|
|
715
|
+
*/
|
|
716
|
+
grant: DeploymentDetailResponseOverrideAzureGrant;
|
|
717
|
+
};
|
|
718
|
+
/**
|
|
719
|
+
* GCP IAM condition
|
|
720
|
+
*/
|
|
721
|
+
export type DeploymentDetailResponseOverrideConditionResource = {
|
|
722
|
+
expression: string;
|
|
723
|
+
title: string;
|
|
724
|
+
};
|
|
725
|
+
/**
|
|
726
|
+
* GCP-specific binding specification
|
|
727
|
+
*/
|
|
728
|
+
export type DeploymentDetailResponseOverrideGcpResource = {
|
|
729
|
+
condition?: any | null | undefined;
|
|
730
|
+
/**
|
|
731
|
+
* Scope (project/resource level)
|
|
732
|
+
*/
|
|
733
|
+
scope: string;
|
|
734
|
+
};
|
|
735
|
+
/**
|
|
736
|
+
* GCP IAM condition
|
|
737
|
+
*/
|
|
738
|
+
export type DeploymentDetailResponseOverrideConditionStack = {
|
|
739
|
+
expression: string;
|
|
740
|
+
title: string;
|
|
741
|
+
};
|
|
742
|
+
/**
|
|
743
|
+
* GCP-specific binding specification
|
|
744
|
+
*/
|
|
745
|
+
export type DeploymentDetailResponseOverrideGcpStack = {
|
|
746
|
+
condition?: any | null | undefined;
|
|
747
|
+
/**
|
|
748
|
+
* Scope (project/resource level)
|
|
749
|
+
*/
|
|
750
|
+
scope: string;
|
|
751
|
+
};
|
|
752
|
+
/**
|
|
753
|
+
* Generic binding configuration for permissions
|
|
754
|
+
*/
|
|
755
|
+
export type DeploymentDetailResponseOverrideGcpBinding = {
|
|
756
|
+
/**
|
|
757
|
+
* GCP-specific binding specification
|
|
758
|
+
*/
|
|
759
|
+
resource?: DeploymentDetailResponseOverrideGcpResource | undefined;
|
|
760
|
+
/**
|
|
761
|
+
* GCP-specific binding specification
|
|
762
|
+
*/
|
|
763
|
+
stack?: DeploymentDetailResponseOverrideGcpStack | undefined;
|
|
764
|
+
};
|
|
765
|
+
/**
|
|
766
|
+
* Grant permissions for a specific cloud platform
|
|
767
|
+
*/
|
|
768
|
+
export type DeploymentDetailResponseOverrideGcpGrant = {
|
|
769
|
+
/**
|
|
770
|
+
* AWS IAM actions (only for AWS)
|
|
771
|
+
*/
|
|
772
|
+
actions?: Array<string> | null | undefined;
|
|
773
|
+
/**
|
|
774
|
+
* Azure actions (only for Azure)
|
|
775
|
+
*/
|
|
776
|
+
dataActions?: Array<string> | null | undefined;
|
|
777
|
+
/**
|
|
778
|
+
* GCP permissions (only for GCP)
|
|
779
|
+
*/
|
|
780
|
+
permissions?: Array<string> | null | undefined;
|
|
781
|
+
};
|
|
782
|
+
/**
|
|
783
|
+
* GCP-specific platform permission configuration
|
|
784
|
+
*/
|
|
785
|
+
export type DeploymentDetailResponseOverrideGcp = {
|
|
786
|
+
/**
|
|
787
|
+
* Generic binding configuration for permissions
|
|
788
|
+
*/
|
|
789
|
+
binding: DeploymentDetailResponseOverrideGcpBinding;
|
|
790
|
+
/**
|
|
791
|
+
* Grant permissions for a specific cloud platform
|
|
792
|
+
*/
|
|
793
|
+
grant: DeploymentDetailResponseOverrideGcpGrant;
|
|
794
|
+
};
|
|
795
|
+
/**
|
|
796
|
+
* Platform-specific permission configurations
|
|
797
|
+
*/
|
|
798
|
+
export type DeploymentDetailResponseOverridePlatforms = {
|
|
799
|
+
/**
|
|
800
|
+
* AWS permission configurations
|
|
801
|
+
*/
|
|
802
|
+
aws?: Array<DeploymentDetailResponseOverrideAw> | null | undefined;
|
|
803
|
+
/**
|
|
804
|
+
* Azure permission configurations
|
|
805
|
+
*/
|
|
806
|
+
azure?: Array<DeploymentDetailResponseOverrideAzure> | null | undefined;
|
|
807
|
+
/**
|
|
808
|
+
* GCP permission configurations
|
|
809
|
+
*/
|
|
810
|
+
gcp?: Array<DeploymentDetailResponseOverrideGcp> | null | undefined;
|
|
811
|
+
};
|
|
812
|
+
/**
|
|
813
|
+
* A permission set that can be applied across different cloud platforms
|
|
814
|
+
*/
|
|
815
|
+
export type DeploymentDetailResponseOverride = {
|
|
816
|
+
/**
|
|
817
|
+
* Human-readable description of what this permission set allows
|
|
818
|
+
*/
|
|
819
|
+
description: string;
|
|
820
|
+
/**
|
|
821
|
+
* Unique identifier for the permission set (e.g., "storage/data-read")
|
|
822
|
+
*/
|
|
823
|
+
id: string;
|
|
824
|
+
/**
|
|
825
|
+
* Platform-specific permission configurations
|
|
826
|
+
*/
|
|
827
|
+
platforms: DeploymentDetailResponseOverridePlatforms;
|
|
828
|
+
};
|
|
829
|
+
/**
|
|
830
|
+
* Reference to a permission set - either by name or inline definition
|
|
831
|
+
*/
|
|
832
|
+
export type DeploymentDetailResponseOverrideUnion = DeploymentDetailResponseOverride | string;
|
|
833
|
+
export type DeploymentDetailResponseManagement2 = {
|
|
834
|
+
/**
|
|
835
|
+
* Permission profile that maps resources to permission sets
|
|
836
|
+
*
|
|
837
|
+
* @remarks
|
|
838
|
+
* Key can be "*" for all resources or resource name for specific resource
|
|
839
|
+
*/
|
|
840
|
+
override: {
|
|
841
|
+
[k: string]: Array<DeploymentDetailResponseOverride | string>;
|
|
842
|
+
};
|
|
843
|
+
};
|
|
844
|
+
/**
|
|
845
|
+
* AWS-specific binding specification
|
|
846
|
+
*/
|
|
847
|
+
export type DeploymentDetailResponseExtendAwResource = {
|
|
848
|
+
/**
|
|
849
|
+
* Optional condition for additional filtering (rare)
|
|
850
|
+
*/
|
|
851
|
+
condition?: {
|
|
852
|
+
[k: string]: {
|
|
853
|
+
[k: string]: string;
|
|
854
|
+
};
|
|
855
|
+
} | null | undefined;
|
|
856
|
+
/**
|
|
857
|
+
* Resource ARNs to bind to
|
|
858
|
+
*/
|
|
859
|
+
resources: Array<string>;
|
|
860
|
+
};
|
|
861
|
+
/**
|
|
862
|
+
* AWS-specific binding specification
|
|
863
|
+
*/
|
|
864
|
+
export type DeploymentDetailResponseExtendAwStack = {
|
|
865
|
+
/**
|
|
866
|
+
* Optional condition for additional filtering (rare)
|
|
867
|
+
*/
|
|
868
|
+
condition?: {
|
|
869
|
+
[k: string]: {
|
|
870
|
+
[k: string]: string;
|
|
871
|
+
};
|
|
872
|
+
} | null | undefined;
|
|
873
|
+
/**
|
|
874
|
+
* Resource ARNs to bind to
|
|
875
|
+
*/
|
|
876
|
+
resources: Array<string>;
|
|
877
|
+
};
|
|
878
|
+
/**
|
|
879
|
+
* Generic binding configuration for permissions
|
|
880
|
+
*/
|
|
881
|
+
export type DeploymentDetailResponseExtendAwBinding = {
|
|
882
|
+
/**
|
|
883
|
+
* AWS-specific binding specification
|
|
884
|
+
*/
|
|
885
|
+
resource?: DeploymentDetailResponseExtendAwResource | undefined;
|
|
886
|
+
/**
|
|
887
|
+
* AWS-specific binding specification
|
|
888
|
+
*/
|
|
889
|
+
stack?: DeploymentDetailResponseExtendAwStack | undefined;
|
|
890
|
+
};
|
|
891
|
+
/**
|
|
892
|
+
* Grant permissions for a specific cloud platform
|
|
893
|
+
*/
|
|
894
|
+
export type DeploymentDetailResponseExtendAwGrant = {
|
|
895
|
+
/**
|
|
896
|
+
* AWS IAM actions (only for AWS)
|
|
897
|
+
*/
|
|
898
|
+
actions?: Array<string> | null | undefined;
|
|
899
|
+
/**
|
|
900
|
+
* Azure actions (only for Azure)
|
|
901
|
+
*/
|
|
902
|
+
dataActions?: Array<string> | null | undefined;
|
|
903
|
+
/**
|
|
904
|
+
* GCP permissions (only for GCP)
|
|
905
|
+
*/
|
|
906
|
+
permissions?: Array<string> | null | undefined;
|
|
907
|
+
};
|
|
908
|
+
/**
|
|
909
|
+
* AWS-specific platform permission configuration
|
|
910
|
+
*/
|
|
911
|
+
export type DeploymentDetailResponseExtendAw = {
|
|
912
|
+
/**
|
|
913
|
+
* Generic binding configuration for permissions
|
|
914
|
+
*/
|
|
915
|
+
binding: DeploymentDetailResponseExtendAwBinding;
|
|
916
|
+
/**
|
|
917
|
+
* Grant permissions for a specific cloud platform
|
|
918
|
+
*/
|
|
919
|
+
grant: DeploymentDetailResponseExtendAwGrant;
|
|
920
|
+
};
|
|
921
|
+
/**
|
|
922
|
+
* Azure-specific binding specification
|
|
923
|
+
*/
|
|
924
|
+
export type DeploymentDetailResponseExtendAzureResource = {
|
|
925
|
+
/**
|
|
926
|
+
* Scope (subscription/resource group/resource level)
|
|
927
|
+
*/
|
|
928
|
+
scope: string;
|
|
929
|
+
};
|
|
930
|
+
/**
|
|
931
|
+
* Azure-specific binding specification
|
|
932
|
+
*/
|
|
933
|
+
export type DeploymentDetailResponseExtendAzureStack = {
|
|
934
|
+
/**
|
|
935
|
+
* Scope (subscription/resource group/resource level)
|
|
936
|
+
*/
|
|
937
|
+
scope: string;
|
|
938
|
+
};
|
|
939
|
+
/**
|
|
940
|
+
* Generic binding configuration for permissions
|
|
941
|
+
*/
|
|
942
|
+
export type DeploymentDetailResponseExtendAzureBinding = {
|
|
943
|
+
/**
|
|
944
|
+
* Azure-specific binding specification
|
|
945
|
+
*/
|
|
946
|
+
resource?: DeploymentDetailResponseExtendAzureResource | undefined;
|
|
947
|
+
/**
|
|
948
|
+
* Azure-specific binding specification
|
|
949
|
+
*/
|
|
950
|
+
stack?: DeploymentDetailResponseExtendAzureStack | undefined;
|
|
951
|
+
};
|
|
952
|
+
/**
|
|
953
|
+
* Grant permissions for a specific cloud platform
|
|
954
|
+
*/
|
|
955
|
+
export type DeploymentDetailResponseExtendAzureGrant = {
|
|
956
|
+
/**
|
|
957
|
+
* AWS IAM actions (only for AWS)
|
|
958
|
+
*/
|
|
959
|
+
actions?: Array<string> | null | undefined;
|
|
960
|
+
/**
|
|
961
|
+
* Azure actions (only for Azure)
|
|
962
|
+
*/
|
|
963
|
+
dataActions?: Array<string> | null | undefined;
|
|
964
|
+
/**
|
|
965
|
+
* GCP permissions (only for GCP)
|
|
966
|
+
*/
|
|
967
|
+
permissions?: Array<string> | null | undefined;
|
|
968
|
+
};
|
|
969
|
+
/**
|
|
970
|
+
* Azure-specific platform permission configuration
|
|
971
|
+
*/
|
|
972
|
+
export type DeploymentDetailResponseExtendAzure = {
|
|
973
|
+
/**
|
|
974
|
+
* Generic binding configuration for permissions
|
|
975
|
+
*/
|
|
976
|
+
binding: DeploymentDetailResponseExtendAzureBinding;
|
|
977
|
+
/**
|
|
978
|
+
* Grant permissions for a specific cloud platform
|
|
979
|
+
*/
|
|
980
|
+
grant: DeploymentDetailResponseExtendAzureGrant;
|
|
981
|
+
};
|
|
982
|
+
/**
|
|
983
|
+
* GCP IAM condition
|
|
984
|
+
*/
|
|
985
|
+
export type DeploymentDetailResponseExtendConditionResource = {
|
|
986
|
+
expression: string;
|
|
987
|
+
title: string;
|
|
988
|
+
};
|
|
989
|
+
/**
|
|
990
|
+
* GCP-specific binding specification
|
|
991
|
+
*/
|
|
992
|
+
export type DeploymentDetailResponseExtendGcpResource = {
|
|
993
|
+
condition?: any | null | undefined;
|
|
994
|
+
/**
|
|
995
|
+
* Scope (project/resource level)
|
|
996
|
+
*/
|
|
997
|
+
scope: string;
|
|
998
|
+
};
|
|
999
|
+
/**
|
|
1000
|
+
* GCP IAM condition
|
|
1001
|
+
*/
|
|
1002
|
+
export type DeploymentDetailResponseExtendConditionStack = {
|
|
1003
|
+
expression: string;
|
|
1004
|
+
title: string;
|
|
1005
|
+
};
|
|
1006
|
+
/**
|
|
1007
|
+
* GCP-specific binding specification
|
|
1008
|
+
*/
|
|
1009
|
+
export type DeploymentDetailResponseExtendGcpStack = {
|
|
1010
|
+
condition?: any | null | undefined;
|
|
1011
|
+
/**
|
|
1012
|
+
* Scope (project/resource level)
|
|
1013
|
+
*/
|
|
1014
|
+
scope: string;
|
|
1015
|
+
};
|
|
1016
|
+
/**
|
|
1017
|
+
* Generic binding configuration for permissions
|
|
1018
|
+
*/
|
|
1019
|
+
export type DeploymentDetailResponseExtendGcpBinding = {
|
|
1020
|
+
/**
|
|
1021
|
+
* GCP-specific binding specification
|
|
1022
|
+
*/
|
|
1023
|
+
resource?: DeploymentDetailResponseExtendGcpResource | undefined;
|
|
1024
|
+
/**
|
|
1025
|
+
* GCP-specific binding specification
|
|
1026
|
+
*/
|
|
1027
|
+
stack?: DeploymentDetailResponseExtendGcpStack | undefined;
|
|
1028
|
+
};
|
|
1029
|
+
/**
|
|
1030
|
+
* Grant permissions for a specific cloud platform
|
|
1031
|
+
*/
|
|
1032
|
+
export type DeploymentDetailResponseExtendGcpGrant = {
|
|
1033
|
+
/**
|
|
1034
|
+
* AWS IAM actions (only for AWS)
|
|
1035
|
+
*/
|
|
1036
|
+
actions?: Array<string> | null | undefined;
|
|
1037
|
+
/**
|
|
1038
|
+
* Azure actions (only for Azure)
|
|
1039
|
+
*/
|
|
1040
|
+
dataActions?: Array<string> | null | undefined;
|
|
1041
|
+
/**
|
|
1042
|
+
* GCP permissions (only for GCP)
|
|
1043
|
+
*/
|
|
1044
|
+
permissions?: Array<string> | null | undefined;
|
|
1045
|
+
};
|
|
1046
|
+
/**
|
|
1047
|
+
* GCP-specific platform permission configuration
|
|
1048
|
+
*/
|
|
1049
|
+
export type DeploymentDetailResponseExtendGcp = {
|
|
1050
|
+
/**
|
|
1051
|
+
* Generic binding configuration for permissions
|
|
1052
|
+
*/
|
|
1053
|
+
binding: DeploymentDetailResponseExtendGcpBinding;
|
|
1054
|
+
/**
|
|
1055
|
+
* Grant permissions for a specific cloud platform
|
|
1056
|
+
*/
|
|
1057
|
+
grant: DeploymentDetailResponseExtendGcpGrant;
|
|
1058
|
+
};
|
|
1059
|
+
/**
|
|
1060
|
+
* Platform-specific permission configurations
|
|
1061
|
+
*/
|
|
1062
|
+
export type DeploymentDetailResponseExtendPlatforms = {
|
|
1063
|
+
/**
|
|
1064
|
+
* AWS permission configurations
|
|
1065
|
+
*/
|
|
1066
|
+
aws?: Array<DeploymentDetailResponseExtendAw> | null | undefined;
|
|
1067
|
+
/**
|
|
1068
|
+
* Azure permission configurations
|
|
1069
|
+
*/
|
|
1070
|
+
azure?: Array<DeploymentDetailResponseExtendAzure> | null | undefined;
|
|
1071
|
+
/**
|
|
1072
|
+
* GCP permission configurations
|
|
1073
|
+
*/
|
|
1074
|
+
gcp?: Array<DeploymentDetailResponseExtendGcp> | null | undefined;
|
|
1075
|
+
};
|
|
1076
|
+
/**
|
|
1077
|
+
* A permission set that can be applied across different cloud platforms
|
|
1078
|
+
*/
|
|
1079
|
+
export type DeploymentDetailResponseExtend = {
|
|
1080
|
+
/**
|
|
1081
|
+
* Human-readable description of what this permission set allows
|
|
1082
|
+
*/
|
|
1083
|
+
description: string;
|
|
1084
|
+
/**
|
|
1085
|
+
* Unique identifier for the permission set (e.g., "storage/data-read")
|
|
1086
|
+
*/
|
|
1087
|
+
id: string;
|
|
1088
|
+
/**
|
|
1089
|
+
* Platform-specific permission configurations
|
|
1090
|
+
*/
|
|
1091
|
+
platforms: DeploymentDetailResponseExtendPlatforms;
|
|
1092
|
+
};
|
|
1093
|
+
/**
|
|
1094
|
+
* Reference to a permission set - either by name or inline definition
|
|
1095
|
+
*/
|
|
1096
|
+
export type DeploymentDetailResponseExtendUnion = DeploymentDetailResponseExtend | string;
|
|
1097
|
+
export type DeploymentDetailResponseManagement1 = {
|
|
1098
|
+
/**
|
|
1099
|
+
* Permission profile that maps resources to permission sets
|
|
1100
|
+
*
|
|
1101
|
+
* @remarks
|
|
1102
|
+
* Key can be "*" for all resources or resource name for specific resource
|
|
1103
|
+
*/
|
|
1104
|
+
extend: {
|
|
1105
|
+
[k: string]: Array<DeploymentDetailResponseExtend | string>;
|
|
1106
|
+
};
|
|
1107
|
+
};
|
|
1108
|
+
/**
|
|
1109
|
+
* Management permissions configuration for stack management access
|
|
1110
|
+
*/
|
|
1111
|
+
export type DeploymentDetailResponseManagementUnion = DeploymentDetailResponseManagement1 | DeploymentDetailResponseManagement2 | DeploymentDetailResponseManagementEnum;
|
|
1112
|
+
/**
|
|
1113
|
+
* AWS-specific binding specification
|
|
1114
|
+
*/
|
|
1115
|
+
export type DeploymentDetailResponseProfileAwResource = {
|
|
1116
|
+
/**
|
|
1117
|
+
* Optional condition for additional filtering (rare)
|
|
1118
|
+
*/
|
|
1119
|
+
condition?: {
|
|
1120
|
+
[k: string]: {
|
|
1121
|
+
[k: string]: string;
|
|
1122
|
+
};
|
|
1123
|
+
} | null | undefined;
|
|
1124
|
+
/**
|
|
1125
|
+
* Resource ARNs to bind to
|
|
1126
|
+
*/
|
|
1127
|
+
resources: Array<string>;
|
|
1128
|
+
};
|
|
1129
|
+
/**
|
|
1130
|
+
* AWS-specific binding specification
|
|
1131
|
+
*/
|
|
1132
|
+
export type DeploymentDetailResponseProfileAwStack = {
|
|
1133
|
+
/**
|
|
1134
|
+
* Optional condition for additional filtering (rare)
|
|
1135
|
+
*/
|
|
1136
|
+
condition?: {
|
|
1137
|
+
[k: string]: {
|
|
1138
|
+
[k: string]: string;
|
|
1139
|
+
};
|
|
1140
|
+
} | null | undefined;
|
|
1141
|
+
/**
|
|
1142
|
+
* Resource ARNs to bind to
|
|
1143
|
+
*/
|
|
1144
|
+
resources: Array<string>;
|
|
1145
|
+
};
|
|
1146
|
+
/**
|
|
1147
|
+
* Generic binding configuration for permissions
|
|
1148
|
+
*/
|
|
1149
|
+
export type DeploymentDetailResponseProfileAwBinding = {
|
|
1150
|
+
/**
|
|
1151
|
+
* AWS-specific binding specification
|
|
1152
|
+
*/
|
|
1153
|
+
resource?: DeploymentDetailResponseProfileAwResource | undefined;
|
|
1154
|
+
/**
|
|
1155
|
+
* AWS-specific binding specification
|
|
1156
|
+
*/
|
|
1157
|
+
stack?: DeploymentDetailResponseProfileAwStack | undefined;
|
|
1158
|
+
};
|
|
1159
|
+
/**
|
|
1160
|
+
* Grant permissions for a specific cloud platform
|
|
1161
|
+
*/
|
|
1162
|
+
export type DeploymentDetailResponseProfileAwGrant = {
|
|
1163
|
+
/**
|
|
1164
|
+
* AWS IAM actions (only for AWS)
|
|
1165
|
+
*/
|
|
1166
|
+
actions?: Array<string> | null | undefined;
|
|
1167
|
+
/**
|
|
1168
|
+
* Azure actions (only for Azure)
|
|
1169
|
+
*/
|
|
1170
|
+
dataActions?: Array<string> | null | undefined;
|
|
1171
|
+
/**
|
|
1172
|
+
* GCP permissions (only for GCP)
|
|
1173
|
+
*/
|
|
1174
|
+
permissions?: Array<string> | null | undefined;
|
|
1175
|
+
};
|
|
1176
|
+
/**
|
|
1177
|
+
* AWS-specific platform permission configuration
|
|
1178
|
+
*/
|
|
1179
|
+
export type DeploymentDetailResponseProfileAw = {
|
|
1180
|
+
/**
|
|
1181
|
+
* Generic binding configuration for permissions
|
|
1182
|
+
*/
|
|
1183
|
+
binding: DeploymentDetailResponseProfileAwBinding;
|
|
1184
|
+
/**
|
|
1185
|
+
* Grant permissions for a specific cloud platform
|
|
1186
|
+
*/
|
|
1187
|
+
grant: DeploymentDetailResponseProfileAwGrant;
|
|
1188
|
+
};
|
|
1189
|
+
/**
|
|
1190
|
+
* Azure-specific binding specification
|
|
1191
|
+
*/
|
|
1192
|
+
export type DeploymentDetailResponseProfileAzureResource = {
|
|
1193
|
+
/**
|
|
1194
|
+
* Scope (subscription/resource group/resource level)
|
|
1195
|
+
*/
|
|
1196
|
+
scope: string;
|
|
1197
|
+
};
|
|
1198
|
+
/**
|
|
1199
|
+
* Azure-specific binding specification
|
|
1200
|
+
*/
|
|
1201
|
+
export type DeploymentDetailResponseProfileAzureStack = {
|
|
1202
|
+
/**
|
|
1203
|
+
* Scope (subscription/resource group/resource level)
|
|
1204
|
+
*/
|
|
1205
|
+
scope: string;
|
|
1206
|
+
};
|
|
1207
|
+
/**
|
|
1208
|
+
* Generic binding configuration for permissions
|
|
1209
|
+
*/
|
|
1210
|
+
export type DeploymentDetailResponseProfileAzureBinding = {
|
|
1211
|
+
/**
|
|
1212
|
+
* Azure-specific binding specification
|
|
1213
|
+
*/
|
|
1214
|
+
resource?: DeploymentDetailResponseProfileAzureResource | undefined;
|
|
1215
|
+
/**
|
|
1216
|
+
* Azure-specific binding specification
|
|
1217
|
+
*/
|
|
1218
|
+
stack?: DeploymentDetailResponseProfileAzureStack | undefined;
|
|
1219
|
+
};
|
|
1220
|
+
/**
|
|
1221
|
+
* Grant permissions for a specific cloud platform
|
|
1222
|
+
*/
|
|
1223
|
+
export type DeploymentDetailResponseProfileAzureGrant = {
|
|
1224
|
+
/**
|
|
1225
|
+
* AWS IAM actions (only for AWS)
|
|
1226
|
+
*/
|
|
1227
|
+
actions?: Array<string> | null | undefined;
|
|
1228
|
+
/**
|
|
1229
|
+
* Azure actions (only for Azure)
|
|
1230
|
+
*/
|
|
1231
|
+
dataActions?: Array<string> | null | undefined;
|
|
1232
|
+
/**
|
|
1233
|
+
* GCP permissions (only for GCP)
|
|
1234
|
+
*/
|
|
1235
|
+
permissions?: Array<string> | null | undefined;
|
|
1236
|
+
};
|
|
1237
|
+
/**
|
|
1238
|
+
* Azure-specific platform permission configuration
|
|
1239
|
+
*/
|
|
1240
|
+
export type DeploymentDetailResponseProfileAzure = {
|
|
1241
|
+
/**
|
|
1242
|
+
* Generic binding configuration for permissions
|
|
1243
|
+
*/
|
|
1244
|
+
binding: DeploymentDetailResponseProfileAzureBinding;
|
|
1245
|
+
/**
|
|
1246
|
+
* Grant permissions for a specific cloud platform
|
|
1247
|
+
*/
|
|
1248
|
+
grant: DeploymentDetailResponseProfileAzureGrant;
|
|
1249
|
+
};
|
|
1250
|
+
/**
|
|
1251
|
+
* GCP IAM condition
|
|
1252
|
+
*/
|
|
1253
|
+
export type DeploymentDetailResponseProfileConditionResource = {
|
|
1254
|
+
expression: string;
|
|
1255
|
+
title: string;
|
|
1256
|
+
};
|
|
1257
|
+
/**
|
|
1258
|
+
* GCP-specific binding specification
|
|
1259
|
+
*/
|
|
1260
|
+
export type DeploymentDetailResponseProfileGcpResource = {
|
|
1261
|
+
condition?: any | null | undefined;
|
|
1262
|
+
/**
|
|
1263
|
+
* Scope (project/resource level)
|
|
1264
|
+
*/
|
|
1265
|
+
scope: string;
|
|
1266
|
+
};
|
|
1267
|
+
/**
|
|
1268
|
+
* GCP IAM condition
|
|
1269
|
+
*/
|
|
1270
|
+
export type DeploymentDetailResponseProfileConditionStack = {
|
|
1271
|
+
expression: string;
|
|
1272
|
+
title: string;
|
|
1273
|
+
};
|
|
1274
|
+
/**
|
|
1275
|
+
* GCP-specific binding specification
|
|
1276
|
+
*/
|
|
1277
|
+
export type DeploymentDetailResponseProfileGcpStack = {
|
|
1278
|
+
condition?: any | null | undefined;
|
|
1279
|
+
/**
|
|
1280
|
+
* Scope (project/resource level)
|
|
1281
|
+
*/
|
|
1282
|
+
scope: string;
|
|
1283
|
+
};
|
|
1284
|
+
/**
|
|
1285
|
+
* Generic binding configuration for permissions
|
|
1286
|
+
*/
|
|
1287
|
+
export type DeploymentDetailResponseProfileGcpBinding = {
|
|
1288
|
+
/**
|
|
1289
|
+
* GCP-specific binding specification
|
|
1290
|
+
*/
|
|
1291
|
+
resource?: DeploymentDetailResponseProfileGcpResource | undefined;
|
|
1292
|
+
/**
|
|
1293
|
+
* GCP-specific binding specification
|
|
1294
|
+
*/
|
|
1295
|
+
stack?: DeploymentDetailResponseProfileGcpStack | undefined;
|
|
1296
|
+
};
|
|
1297
|
+
/**
|
|
1298
|
+
* Grant permissions for a specific cloud platform
|
|
1299
|
+
*/
|
|
1300
|
+
export type DeploymentDetailResponseProfileGcpGrant = {
|
|
1301
|
+
/**
|
|
1302
|
+
* AWS IAM actions (only for AWS)
|
|
1303
|
+
*/
|
|
1304
|
+
actions?: Array<string> | null | undefined;
|
|
1305
|
+
/**
|
|
1306
|
+
* Azure actions (only for Azure)
|
|
1307
|
+
*/
|
|
1308
|
+
dataActions?: Array<string> | null | undefined;
|
|
1309
|
+
/**
|
|
1310
|
+
* GCP permissions (only for GCP)
|
|
1311
|
+
*/
|
|
1312
|
+
permissions?: Array<string> | null | undefined;
|
|
1313
|
+
};
|
|
1314
|
+
/**
|
|
1315
|
+
* GCP-specific platform permission configuration
|
|
1316
|
+
*/
|
|
1317
|
+
export type DeploymentDetailResponseProfileGcp = {
|
|
1318
|
+
/**
|
|
1319
|
+
* Generic binding configuration for permissions
|
|
1320
|
+
*/
|
|
1321
|
+
binding: DeploymentDetailResponseProfileGcpBinding;
|
|
1322
|
+
/**
|
|
1323
|
+
* Grant permissions for a specific cloud platform
|
|
1324
|
+
*/
|
|
1325
|
+
grant: DeploymentDetailResponseProfileGcpGrant;
|
|
1326
|
+
};
|
|
1327
|
+
/**
|
|
1328
|
+
* Platform-specific permission configurations
|
|
1329
|
+
*/
|
|
1330
|
+
export type DeploymentDetailResponseProfilePlatforms = {
|
|
1331
|
+
/**
|
|
1332
|
+
* AWS permission configurations
|
|
1333
|
+
*/
|
|
1334
|
+
aws?: Array<DeploymentDetailResponseProfileAw> | null | undefined;
|
|
1335
|
+
/**
|
|
1336
|
+
* Azure permission configurations
|
|
1337
|
+
*/
|
|
1338
|
+
azure?: Array<DeploymentDetailResponseProfileAzure> | null | undefined;
|
|
1339
|
+
/**
|
|
1340
|
+
* GCP permission configurations
|
|
1341
|
+
*/
|
|
1342
|
+
gcp?: Array<DeploymentDetailResponseProfileGcp> | null | undefined;
|
|
1343
|
+
};
|
|
1344
|
+
/**
|
|
1345
|
+
* A permission set that can be applied across different cloud platforms
|
|
1346
|
+
*/
|
|
1347
|
+
export type DeploymentDetailResponseProfile = {
|
|
1348
|
+
/**
|
|
1349
|
+
* Human-readable description of what this permission set allows
|
|
1350
|
+
*/
|
|
1351
|
+
description: string;
|
|
1352
|
+
/**
|
|
1353
|
+
* Unique identifier for the permission set (e.g., "storage/data-read")
|
|
1354
|
+
*/
|
|
1355
|
+
id: string;
|
|
1356
|
+
/**
|
|
1357
|
+
* Platform-specific permission configurations
|
|
1358
|
+
*/
|
|
1359
|
+
platforms: DeploymentDetailResponseProfilePlatforms;
|
|
1360
|
+
};
|
|
1361
|
+
/**
|
|
1362
|
+
* Reference to a permission set - either by name or inline definition
|
|
1363
|
+
*/
|
|
1364
|
+
export type DeploymentDetailResponseProfileUnion = DeploymentDetailResponseProfile | string;
|
|
1365
|
+
/**
|
|
1366
|
+
* Combined permissions configuration that contains both profiles and management
|
|
1367
|
+
*/
|
|
1368
|
+
export type DeploymentDetailResponsePermissions = {
|
|
1369
|
+
/**
|
|
1370
|
+
* Management permissions configuration for stack management access
|
|
1371
|
+
*/
|
|
1372
|
+
management?: DeploymentDetailResponseManagement1 | DeploymentDetailResponseManagement2 | DeploymentDetailResponseManagementEnum | undefined;
|
|
1373
|
+
/**
|
|
1374
|
+
* Permission profiles that define access control for compute services
|
|
1375
|
+
*
|
|
1376
|
+
* @remarks
|
|
1377
|
+
* Key is the profile name, value is the permission configuration
|
|
1378
|
+
*/
|
|
1379
|
+
profiles: {
|
|
1380
|
+
[k: string]: {
|
|
1381
|
+
[k: string]: Array<DeploymentDetailResponseProfile | string>;
|
|
1382
|
+
};
|
|
1383
|
+
};
|
|
1384
|
+
};
|
|
1385
|
+
/**
|
|
1386
|
+
* Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
|
|
1387
|
+
*/
|
|
1388
|
+
export type DeploymentDetailResponsePreparedStackConfig = {
|
|
1389
|
+
/**
|
|
1390
|
+
* The unique identifier for this specific resource instance. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]). Maximum 64 characters.
|
|
1391
|
+
*/
|
|
1392
|
+
id: string;
|
|
1393
|
+
/**
|
|
1394
|
+
* Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
|
|
1395
|
+
*/
|
|
1396
|
+
type: string;
|
|
1397
|
+
additionalProperties?: {
|
|
1398
|
+
[k: string]: any | null;
|
|
1399
|
+
} | undefined;
|
|
1400
|
+
};
|
|
1401
|
+
/**
|
|
1402
|
+
* New ResourceRef that works with any resource type.
|
|
1403
|
+
*
|
|
1404
|
+
* @remarks
|
|
1405
|
+
* This can eventually replace the enum-based ResourceRef for full extensibility.
|
|
1406
|
+
*/
|
|
1407
|
+
export type DeploymentDetailResponsePreparedStackDependency = {
|
|
1408
|
+
id: string;
|
|
1409
|
+
/**
|
|
1410
|
+
* Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
|
|
1411
|
+
*/
|
|
1412
|
+
type: string;
|
|
1413
|
+
};
|
|
1414
|
+
/**
|
|
1415
|
+
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
1416
|
+
*/
|
|
1417
|
+
export declare const DeploymentDetailResponsePreparedStackLifecycle: {
|
|
1418
|
+
readonly Frozen: "frozen";
|
|
1419
|
+
readonly Live: "live";
|
|
1420
|
+
readonly LiveOnSetup: "live-on-setup";
|
|
1421
|
+
};
|
|
1422
|
+
/**
|
|
1423
|
+
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
1424
|
+
*/
|
|
1425
|
+
export type DeploymentDetailResponsePreparedStackLifecycle = ClosedEnum<typeof DeploymentDetailResponsePreparedStackLifecycle>;
|
|
1426
|
+
export type DeploymentDetailResponsePreparedStackResources = {
|
|
1427
|
+
/**
|
|
1428
|
+
* Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
|
|
1429
|
+
*/
|
|
1430
|
+
config: DeploymentDetailResponsePreparedStackConfig;
|
|
1431
|
+
/**
|
|
1432
|
+
* Additional dependencies for this resource beyond those defined in the resource itself.
|
|
1433
|
+
*
|
|
1434
|
+
* @remarks
|
|
1435
|
+
* The total dependencies are: resource.get_dependencies() + this list
|
|
1436
|
+
*/
|
|
1437
|
+
dependencies: Array<DeploymentDetailResponsePreparedStackDependency>;
|
|
1438
|
+
/**
|
|
1439
|
+
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
1440
|
+
*/
|
|
1441
|
+
lifecycle: DeploymentDetailResponsePreparedStackLifecycle;
|
|
1442
|
+
/**
|
|
1443
|
+
* Enable remote bindings for this resource (BYOB use case).
|
|
1444
|
+
*
|
|
1445
|
+
* @remarks
|
|
1446
|
+
* When true, binding params are synced to StackState's `remote_binding_params`.
|
|
1447
|
+
* Default: false (prevents sensitive data in synced state).
|
|
1448
|
+
*/
|
|
1449
|
+
remoteAccess?: boolean | undefined;
|
|
1450
|
+
};
|
|
1451
|
+
/**
|
|
1452
|
+
* A bag of resources, unaware of any cloud.
|
|
1453
|
+
*/
|
|
1454
|
+
export type DeploymentDetailResponsePreparedStack = {
|
|
1455
|
+
/**
|
|
1456
|
+
* Unique identifier for the stack
|
|
1457
|
+
*/
|
|
1458
|
+
id: string;
|
|
1459
|
+
/**
|
|
1460
|
+
* Combined permissions configuration that contains both profiles and management
|
|
1461
|
+
*/
|
|
1462
|
+
permissions?: DeploymentDetailResponsePermissions | undefined;
|
|
1463
|
+
/**
|
|
1464
|
+
* Map of resource IDs to their configurations and lifecycle settings
|
|
1465
|
+
*/
|
|
1466
|
+
resources: {
|
|
1467
|
+
[k: string]: DeploymentDetailResponsePreparedStackResources;
|
|
1468
|
+
};
|
|
1469
|
+
};
|
|
1470
|
+
/**
|
|
1471
|
+
* Runtime metadata for deployment state persistence
|
|
1472
|
+
*/
|
|
1473
|
+
export type DeploymentDetailResponseRuntimeMetadata = {
|
|
1474
|
+
/**
|
|
1475
|
+
* Hash of the environment variables snapshot that was last synced to the vault
|
|
1476
|
+
*
|
|
1477
|
+
* @remarks
|
|
1478
|
+
* Used to avoid redundant sync operations during incremental deployment
|
|
1479
|
+
*/
|
|
1480
|
+
lastSyncedEnvVarsHash?: string | null | undefined;
|
|
1481
|
+
preparedStack?: any | null | undefined;
|
|
1482
|
+
};
|
|
1483
|
+
/**
|
|
1484
|
+
* Latest error information if the deployment is in a failed state
|
|
1485
|
+
*/
|
|
1486
|
+
export type DeploymentDetailResponseError = {
|
|
1487
|
+
/**
|
|
1488
|
+
* A unique identifier for the type of error.
|
|
1489
|
+
*
|
|
1490
|
+
* @remarks
|
|
1491
|
+
*
|
|
1492
|
+
* This should be a short, machine-readable string that can be used
|
|
1493
|
+
* by clients to programmatically handle different error types.
|
|
1494
|
+
* Examples: "NOT_FOUND", "VALIDATION_ERROR", "TIMEOUT"
|
|
1495
|
+
*/
|
|
1496
|
+
code: string;
|
|
1497
|
+
context?: any | null | undefined;
|
|
1498
|
+
/**
|
|
1499
|
+
* HTTP status code for this error.
|
|
1500
|
+
*
|
|
1501
|
+
* @remarks
|
|
1502
|
+
*
|
|
1503
|
+
* Used when converting the error to an HTTP response. If None, falls back to
|
|
1504
|
+
* the error type's default status code or 500.
|
|
1505
|
+
*/
|
|
1506
|
+
httpStatusCode?: number | null | undefined;
|
|
1507
|
+
/**
|
|
1508
|
+
* Indicates if this is an internal error that should not be exposed to users.
|
|
1509
|
+
*
|
|
1510
|
+
* @remarks
|
|
1511
|
+
*
|
|
1512
|
+
* When `true`, this error contains sensitive information or implementation
|
|
1513
|
+
* details that should not be shown to end-users. Such errors should be
|
|
1514
|
+
* logged for debugging but replaced with generic error messages in responses.
|
|
1515
|
+
*/
|
|
1516
|
+
internal: boolean;
|
|
1517
|
+
/**
|
|
1518
|
+
* Human-readable error message.
|
|
1519
|
+
*
|
|
1520
|
+
* @remarks
|
|
1521
|
+
*
|
|
1522
|
+
* This message should be clear and actionable for developers or end-users,
|
|
1523
|
+
* providing context about what went wrong and potentially how to fix it.
|
|
1524
|
+
*/
|
|
1525
|
+
message: string;
|
|
1526
|
+
/**
|
|
1527
|
+
* Indicates whether the operation that caused the error should be retried.
|
|
1528
|
+
*
|
|
1529
|
+
* @remarks
|
|
1530
|
+
*
|
|
1531
|
+
* When `true`, the error is transient and the operation might succeed
|
|
1532
|
+
* if attempted again. When `false`, retrying the same operation is
|
|
1533
|
+
* unlikely to succeed without changes.
|
|
1534
|
+
*/
|
|
1535
|
+
retryable: boolean;
|
|
1536
|
+
source?: any | null | undefined;
|
|
1537
|
+
};
|
|
1538
|
+
/**
|
|
1539
|
+
* Snapshot of target environment variables for the deployment
|
|
1540
|
+
*/
|
|
1541
|
+
export type DeploymentDetailResponseTargetEnvironmentVariables = {
|
|
1542
|
+
/**
|
|
1543
|
+
* Environment variables in the snapshot
|
|
1544
|
+
*/
|
|
1545
|
+
variables: Array<EnvironmentVariableConfig>;
|
|
1546
|
+
/**
|
|
1547
|
+
* Deterministic hash of all variables for change detection
|
|
1548
|
+
*/
|
|
1549
|
+
hash: string;
|
|
1550
|
+
/**
|
|
1551
|
+
* ISO 8601 timestamp when snapshot was created
|
|
1552
|
+
*/
|
|
1553
|
+
createdAt: Date;
|
|
1554
|
+
};
|
|
1555
|
+
/**
|
|
1556
|
+
* Snapshot of current environment variables for the deployment
|
|
1557
|
+
*/
|
|
1558
|
+
export type DeploymentDetailResponseCurrentEnvironmentVariables = {
|
|
1559
|
+
/**
|
|
1560
|
+
* Environment variables in the snapshot
|
|
1561
|
+
*/
|
|
1562
|
+
variables: Array<EnvironmentVariableConfig>;
|
|
1563
|
+
/**
|
|
1564
|
+
* Deterministic hash of all variables for change detection
|
|
1565
|
+
*/
|
|
1566
|
+
hash: string;
|
|
1567
|
+
/**
|
|
1568
|
+
* ISO 8601 timestamp when snapshot was created
|
|
1569
|
+
*/
|
|
1570
|
+
createdAt: Date;
|
|
1571
|
+
};
|
|
1572
|
+
export type DeploymentDetailResponse = {
|
|
1573
|
+
/**
|
|
1574
|
+
* Unique identifier for the deployment.
|
|
1575
|
+
*/
|
|
1576
|
+
id: string;
|
|
1577
|
+
/**
|
|
1578
|
+
* Deployment name.
|
|
1579
|
+
*/
|
|
1580
|
+
name: string;
|
|
1581
|
+
/**
|
|
1582
|
+
* Public subdomain for auto-generated domains
|
|
1583
|
+
*/
|
|
1584
|
+
publicSubdomain?: string | null | undefined;
|
|
1585
|
+
/**
|
|
1586
|
+
* Deployment status in the deployment lifecycle
|
|
1587
|
+
*/
|
|
1588
|
+
status: DeploymentDetailResponseStatus;
|
|
1589
|
+
/**
|
|
1590
|
+
* Unique identifier for the project.
|
|
1591
|
+
*/
|
|
1592
|
+
projectId: string;
|
|
1593
|
+
/**
|
|
1594
|
+
* Target platform for the deployment
|
|
1595
|
+
*/
|
|
1596
|
+
platform: DeploymentDetailResponsePlatform;
|
|
1597
|
+
/**
|
|
1598
|
+
* ID of deployment group this deployment belongs to
|
|
1599
|
+
*/
|
|
1600
|
+
deploymentGroupId: string;
|
|
1601
|
+
/**
|
|
1602
|
+
* Cloud environment information
|
|
1603
|
+
*/
|
|
1604
|
+
environmentInfo?: DeploymentDetailResponseEnvironmentInfoGcp | DeploymentDetailResponseEnvironmentInfoAzure | DeploymentDetailResponseEnvironmentInfoLocal | DeploymentDetailResponseEnvironmentInfoAws | DeploymentDetailResponseEnvironmentInfoTest | any | null | undefined;
|
|
1605
|
+
/**
|
|
1606
|
+
* User-provided configuration (network, deployment model, approvals)
|
|
1607
|
+
*/
|
|
1608
|
+
stackSettings: DeploymentDetailResponseStackSettings;
|
|
1609
|
+
/**
|
|
1610
|
+
* State of infrastructure components managed by this deployment
|
|
1611
|
+
*/
|
|
1612
|
+
stackState?: DeploymentDetailResponseStackState | null | undefined;
|
|
1613
|
+
/**
|
|
1614
|
+
* Runtime metadata for deployment state persistence
|
|
1615
|
+
*/
|
|
1616
|
+
runtimeMetadata?: DeploymentDetailResponseRuntimeMetadata | null | undefined;
|
|
1617
|
+
/**
|
|
1618
|
+
* ID of the currently deployed release (actual state)
|
|
1619
|
+
*/
|
|
1620
|
+
currentReleaseId?: string | null | undefined;
|
|
1621
|
+
/**
|
|
1622
|
+
* ID of the desired release for deployment/update (desired state)
|
|
1623
|
+
*/
|
|
1624
|
+
desiredReleaseId?: string | null | undefined;
|
|
1625
|
+
/**
|
|
1626
|
+
* ID of the pinned release
|
|
1627
|
+
*/
|
|
1628
|
+
pinnedReleaseId?: string | null | undefined;
|
|
1629
|
+
/**
|
|
1630
|
+
* Whether a retry has been requested for a failed deployment
|
|
1631
|
+
*/
|
|
1632
|
+
retryRequested: boolean;
|
|
1633
|
+
/**
|
|
1634
|
+
* Timestamp of the last received heartbeat from the deployment
|
|
1635
|
+
*/
|
|
1636
|
+
lastHeartbeatAt?: Date | null | undefined;
|
|
1637
|
+
/**
|
|
1638
|
+
* Latest error information if the deployment is in a failed state
|
|
1639
|
+
*/
|
|
1640
|
+
error?: DeploymentDetailResponseError | null | undefined;
|
|
1641
|
+
/**
|
|
1642
|
+
* Configuration of environment variables for the deployment
|
|
1643
|
+
*/
|
|
1644
|
+
environmentVariables?: Array<EnvironmentVariableConfig> | null | undefined;
|
|
1645
|
+
/**
|
|
1646
|
+
* Snapshot of target environment variables for the deployment
|
|
1647
|
+
*/
|
|
1648
|
+
targetEnvironmentVariables?: DeploymentDetailResponseTargetEnvironmentVariables | null | undefined;
|
|
1649
|
+
/**
|
|
1650
|
+
* Snapshot of current environment variables for the deployment
|
|
1651
|
+
*/
|
|
1652
|
+
currentEnvironmentVariables?: DeploymentDetailResponseCurrentEnvironmentVariables | null | undefined;
|
|
1653
|
+
createdAt: Date;
|
|
1654
|
+
updatedAt: Date;
|
|
1655
|
+
/**
|
|
1656
|
+
* ID of the manager responsible for this deployment
|
|
1657
|
+
*/
|
|
1658
|
+
managerId?: string | null | undefined;
|
|
1659
|
+
/**
|
|
1660
|
+
* Unique identifier for the workspace.
|
|
1661
|
+
*/
|
|
1662
|
+
workspaceId: string;
|
|
1663
|
+
release?: DeploymentReleaseInfo | null | undefined;
|
|
1664
|
+
deploymentGroup?: DeploymentGroupInfo | undefined;
|
|
1665
|
+
project?: DeploymentProjectInfo | undefined;
|
|
1666
|
+
};
|
|
1667
|
+
/** @internal */
|
|
1668
|
+
export declare const DeploymentDetailResponseStatus$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponseStatus>;
|
|
1669
|
+
/** @internal */
|
|
1670
|
+
export declare const DeploymentDetailResponsePlatform$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponsePlatform>;
|
|
1671
|
+
/** @internal */
|
|
1672
|
+
export declare const DeploymentDetailResponsePlatformTest$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponsePlatformTest>;
|
|
1673
|
+
/** @internal */
|
|
1674
|
+
export declare const DeploymentDetailResponseEnvironmentInfoTest$inboundSchema: z.ZodType<DeploymentDetailResponseEnvironmentInfoTest, unknown>;
|
|
1675
|
+
export declare function deploymentDetailResponseEnvironmentInfoTestFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseEnvironmentInfoTest, SDKValidationError>;
|
|
1676
|
+
/** @internal */
|
|
1677
|
+
export declare const DeploymentDetailResponsePlatformLocal$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponsePlatformLocal>;
|
|
1678
|
+
/** @internal */
|
|
1679
|
+
export declare const DeploymentDetailResponseEnvironmentInfoLocal$inboundSchema: z.ZodType<DeploymentDetailResponseEnvironmentInfoLocal, unknown>;
|
|
1680
|
+
export declare function deploymentDetailResponseEnvironmentInfoLocalFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseEnvironmentInfoLocal, SDKValidationError>;
|
|
1681
|
+
/** @internal */
|
|
1682
|
+
export declare const DeploymentDetailResponsePlatformAzure$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponsePlatformAzure>;
|
|
1683
|
+
/** @internal */
|
|
1684
|
+
export declare const DeploymentDetailResponseEnvironmentInfoAzure$inboundSchema: z.ZodType<DeploymentDetailResponseEnvironmentInfoAzure, unknown>;
|
|
1685
|
+
export declare function deploymentDetailResponseEnvironmentInfoAzureFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseEnvironmentInfoAzure, SDKValidationError>;
|
|
1686
|
+
/** @internal */
|
|
1687
|
+
export declare const DeploymentDetailResponsePlatformGcp$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponsePlatformGcp>;
|
|
1688
|
+
/** @internal */
|
|
1689
|
+
export declare const DeploymentDetailResponseEnvironmentInfoGcp$inboundSchema: z.ZodType<DeploymentDetailResponseEnvironmentInfoGcp, unknown>;
|
|
1690
|
+
export declare function deploymentDetailResponseEnvironmentInfoGcpFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseEnvironmentInfoGcp, SDKValidationError>;
|
|
1691
|
+
/** @internal */
|
|
1692
|
+
export declare const DeploymentDetailResponsePlatformAws$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponsePlatformAws>;
|
|
1693
|
+
/** @internal */
|
|
1694
|
+
export declare const DeploymentDetailResponseEnvironmentInfoAws$inboundSchema: z.ZodType<DeploymentDetailResponseEnvironmentInfoAws, unknown>;
|
|
1695
|
+
export declare function deploymentDetailResponseEnvironmentInfoAwsFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseEnvironmentInfoAws, SDKValidationError>;
|
|
1696
|
+
/** @internal */
|
|
1697
|
+
export declare const DeploymentDetailResponseEnvironmentInfoUnion$inboundSchema: z.ZodType<DeploymentDetailResponseEnvironmentInfoUnion, unknown>;
|
|
1698
|
+
export declare function deploymentDetailResponseEnvironmentInfoUnionFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseEnvironmentInfoUnion, SDKValidationError>;
|
|
1699
|
+
/** @internal */
|
|
1700
|
+
export declare const DeploymentDetailResponseDeploymentModel$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponseDeploymentModel>;
|
|
1701
|
+
/** @internal */
|
|
1702
|
+
export declare const DeploymentDetailResponseAws$inboundSchema: z.ZodType<DeploymentDetailResponseAws, unknown>;
|
|
1703
|
+
export declare function deploymentDetailResponseAwsFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseAws, SDKValidationError>;
|
|
1704
|
+
/** @internal */
|
|
1705
|
+
export declare const DeploymentDetailResponseDomainsAzure$inboundSchema: z.ZodType<DeploymentDetailResponseDomainsAzure, unknown>;
|
|
1706
|
+
export declare function deploymentDetailResponseDomainsAzureFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseDomainsAzure, SDKValidationError>;
|
|
1707
|
+
/** @internal */
|
|
1708
|
+
export declare const DeploymentDetailResponseDomainsGcp$inboundSchema: z.ZodType<DeploymentDetailResponseDomainsGcp, unknown>;
|
|
1709
|
+
export declare function deploymentDetailResponseDomainsGcpFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseDomainsGcp, SDKValidationError>;
|
|
1710
|
+
/** @internal */
|
|
1711
|
+
export declare const DeploymentDetailResponseCertificate$inboundSchema: z.ZodType<DeploymentDetailResponseCertificate, unknown>;
|
|
1712
|
+
export declare function deploymentDetailResponseCertificateFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseCertificate, SDKValidationError>;
|
|
1713
|
+
/** @internal */
|
|
1714
|
+
export declare const DeploymentDetailResponseCustomDomains$inboundSchema: z.ZodType<DeploymentDetailResponseCustomDomains, unknown>;
|
|
1715
|
+
export declare function deploymentDetailResponseCustomDomainsFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseCustomDomains, SDKValidationError>;
|
|
1716
|
+
/** @internal */
|
|
1717
|
+
export declare const DeploymentDetailResponseDomains$inboundSchema: z.ZodType<DeploymentDetailResponseDomains, unknown>;
|
|
1718
|
+
export declare function deploymentDetailResponseDomainsFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseDomains, SDKValidationError>;
|
|
1719
|
+
/** @internal */
|
|
1720
|
+
export declare const DeploymentDetailResponseHeartbeats$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponseHeartbeats>;
|
|
1721
|
+
/** @internal */
|
|
1722
|
+
export declare const DeploymentDetailResponseTypeByoVnetAzure$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponseTypeByoVnetAzure>;
|
|
1723
|
+
/** @internal */
|
|
1724
|
+
export declare const DeploymentDetailResponseNetworkByoVnetAzure$inboundSchema: z.ZodType<DeploymentDetailResponseNetworkByoVnetAzure, unknown>;
|
|
1725
|
+
export declare function deploymentDetailResponseNetworkByoVnetAzureFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseNetworkByoVnetAzure, SDKValidationError>;
|
|
1726
|
+
/** @internal */
|
|
1727
|
+
export declare const DeploymentDetailResponseTypeByoVpcGcp$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponseTypeByoVpcGcp>;
|
|
1728
|
+
/** @internal */
|
|
1729
|
+
export declare const DeploymentDetailResponseNetworkByoVpcGcp$inboundSchema: z.ZodType<DeploymentDetailResponseNetworkByoVpcGcp, unknown>;
|
|
1730
|
+
export declare function deploymentDetailResponseNetworkByoVpcGcpFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseNetworkByoVpcGcp, SDKValidationError>;
|
|
1731
|
+
/** @internal */
|
|
1732
|
+
export declare const DeploymentDetailResponseTypeByoVpcAws$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponseTypeByoVpcAws>;
|
|
1733
|
+
/** @internal */
|
|
1734
|
+
export declare const DeploymentDetailResponseNetworkByoVpcAws$inboundSchema: z.ZodType<DeploymentDetailResponseNetworkByoVpcAws, unknown>;
|
|
1735
|
+
export declare function deploymentDetailResponseNetworkByoVpcAwsFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseNetworkByoVpcAws, SDKValidationError>;
|
|
1736
|
+
/** @internal */
|
|
1737
|
+
export declare const DeploymentDetailResponseTypeCreate$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponseTypeCreate>;
|
|
1738
|
+
/** @internal */
|
|
1739
|
+
export declare const DeploymentDetailResponseNetworkCreate$inboundSchema: z.ZodType<DeploymentDetailResponseNetworkCreate, unknown>;
|
|
1740
|
+
export declare function deploymentDetailResponseNetworkCreateFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseNetworkCreate, SDKValidationError>;
|
|
1741
|
+
/** @internal */
|
|
1742
|
+
export declare const DeploymentDetailResponseTypeUseDefault$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponseTypeUseDefault>;
|
|
1743
|
+
/** @internal */
|
|
1744
|
+
export declare const DeploymentDetailResponseNetworkUseDefault$inboundSchema: z.ZodType<DeploymentDetailResponseNetworkUseDefault, unknown>;
|
|
1745
|
+
export declare function deploymentDetailResponseNetworkUseDefaultFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseNetworkUseDefault, SDKValidationError>;
|
|
1746
|
+
/** @internal */
|
|
1747
|
+
export declare const DeploymentDetailResponseTelemetry$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponseTelemetry>;
|
|
1748
|
+
/** @internal */
|
|
1749
|
+
export declare const DeploymentDetailResponseUpdates$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponseUpdates>;
|
|
1750
|
+
/** @internal */
|
|
1751
|
+
export declare const DeploymentDetailResponseStackSettings$inboundSchema: z.ZodType<DeploymentDetailResponseStackSettings, unknown>;
|
|
1752
|
+
export declare function deploymentDetailResponseStackSettingsFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseStackSettings, SDKValidationError>;
|
|
1753
|
+
/** @internal */
|
|
1754
|
+
export declare const DeploymentDetailResponseStackStatePlatform$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponseStackStatePlatform>;
|
|
1755
|
+
/** @internal */
|
|
1756
|
+
export declare const DeploymentDetailResponseStackStateConfig$inboundSchema: z.ZodType<DeploymentDetailResponseStackStateConfig, unknown>;
|
|
1757
|
+
export declare function deploymentDetailResponseStackStateConfigFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseStackStateConfig, SDKValidationError>;
|
|
1758
|
+
/** @internal */
|
|
1759
|
+
export declare const DeploymentDetailResponseStackStateDependency$inboundSchema: z.ZodType<DeploymentDetailResponseStackStateDependency, unknown>;
|
|
1760
|
+
export declare function deploymentDetailResponseStackStateDependencyFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseStackStateDependency, SDKValidationError>;
|
|
1761
|
+
/** @internal */
|
|
1762
|
+
export declare const DeploymentDetailResponseErrorStackState$inboundSchema: z.ZodType<DeploymentDetailResponseErrorStackState, unknown>;
|
|
1763
|
+
export declare function deploymentDetailResponseErrorStackStateFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseErrorStackState, SDKValidationError>;
|
|
1764
|
+
/** @internal */
|
|
1765
|
+
export declare const DeploymentDetailResponseLifecycleStackState$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponseLifecycleStackState>;
|
|
1766
|
+
/** @internal */
|
|
1767
|
+
export declare const DeploymentDetailResponseOutputs$inboundSchema: z.ZodType<DeploymentDetailResponseOutputs, unknown>;
|
|
1768
|
+
export declare function deploymentDetailResponseOutputsFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOutputs, SDKValidationError>;
|
|
1769
|
+
/** @internal */
|
|
1770
|
+
export declare const DeploymentDetailResponsePreviousConfig$inboundSchema: z.ZodType<DeploymentDetailResponsePreviousConfig, unknown>;
|
|
1771
|
+
export declare function deploymentDetailResponsePreviousConfigFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponsePreviousConfig, SDKValidationError>;
|
|
1772
|
+
/** @internal */
|
|
1773
|
+
export declare const DeploymentDetailResponseStackStateStatus$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponseStackStateStatus>;
|
|
1774
|
+
/** @internal */
|
|
1775
|
+
export declare const DeploymentDetailResponseStackStateResources$inboundSchema: z.ZodType<DeploymentDetailResponseStackStateResources, unknown>;
|
|
1776
|
+
export declare function deploymentDetailResponseStackStateResourcesFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseStackStateResources, SDKValidationError>;
|
|
1777
|
+
/** @internal */
|
|
1778
|
+
export declare const DeploymentDetailResponseStackState$inboundSchema: z.ZodType<DeploymentDetailResponseStackState, unknown>;
|
|
1779
|
+
export declare function deploymentDetailResponseStackStateFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseStackState, SDKValidationError>;
|
|
1780
|
+
/** @internal */
|
|
1781
|
+
export declare const DeploymentDetailResponseManagementEnum$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponseManagementEnum>;
|
|
1782
|
+
/** @internal */
|
|
1783
|
+
export declare const DeploymentDetailResponseOverrideAwResource$inboundSchema: z.ZodType<DeploymentDetailResponseOverrideAwResource, unknown>;
|
|
1784
|
+
export declare function deploymentDetailResponseOverrideAwResourceFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverrideAwResource, SDKValidationError>;
|
|
1785
|
+
/** @internal */
|
|
1786
|
+
export declare const DeploymentDetailResponseOverrideAwStack$inboundSchema: z.ZodType<DeploymentDetailResponseOverrideAwStack, unknown>;
|
|
1787
|
+
export declare function deploymentDetailResponseOverrideAwStackFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverrideAwStack, SDKValidationError>;
|
|
1788
|
+
/** @internal */
|
|
1789
|
+
export declare const DeploymentDetailResponseOverrideAwBinding$inboundSchema: z.ZodType<DeploymentDetailResponseOverrideAwBinding, unknown>;
|
|
1790
|
+
export declare function deploymentDetailResponseOverrideAwBindingFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverrideAwBinding, SDKValidationError>;
|
|
1791
|
+
/** @internal */
|
|
1792
|
+
export declare const DeploymentDetailResponseOverrideAwGrant$inboundSchema: z.ZodType<DeploymentDetailResponseOverrideAwGrant, unknown>;
|
|
1793
|
+
export declare function deploymentDetailResponseOverrideAwGrantFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverrideAwGrant, SDKValidationError>;
|
|
1794
|
+
/** @internal */
|
|
1795
|
+
export declare const DeploymentDetailResponseOverrideAw$inboundSchema: z.ZodType<DeploymentDetailResponseOverrideAw, unknown>;
|
|
1796
|
+
export declare function deploymentDetailResponseOverrideAwFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverrideAw, SDKValidationError>;
|
|
1797
|
+
/** @internal */
|
|
1798
|
+
export declare const DeploymentDetailResponseOverrideAzureResource$inboundSchema: z.ZodType<DeploymentDetailResponseOverrideAzureResource, unknown>;
|
|
1799
|
+
export declare function deploymentDetailResponseOverrideAzureResourceFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverrideAzureResource, SDKValidationError>;
|
|
1800
|
+
/** @internal */
|
|
1801
|
+
export declare const DeploymentDetailResponseOverrideAzureStack$inboundSchema: z.ZodType<DeploymentDetailResponseOverrideAzureStack, unknown>;
|
|
1802
|
+
export declare function deploymentDetailResponseOverrideAzureStackFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverrideAzureStack, SDKValidationError>;
|
|
1803
|
+
/** @internal */
|
|
1804
|
+
export declare const DeploymentDetailResponseOverrideAzureBinding$inboundSchema: z.ZodType<DeploymentDetailResponseOverrideAzureBinding, unknown>;
|
|
1805
|
+
export declare function deploymentDetailResponseOverrideAzureBindingFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverrideAzureBinding, SDKValidationError>;
|
|
1806
|
+
/** @internal */
|
|
1807
|
+
export declare const DeploymentDetailResponseOverrideAzureGrant$inboundSchema: z.ZodType<DeploymentDetailResponseOverrideAzureGrant, unknown>;
|
|
1808
|
+
export declare function deploymentDetailResponseOverrideAzureGrantFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverrideAzureGrant, SDKValidationError>;
|
|
1809
|
+
/** @internal */
|
|
1810
|
+
export declare const DeploymentDetailResponseOverrideAzure$inboundSchema: z.ZodType<DeploymentDetailResponseOverrideAzure, unknown>;
|
|
1811
|
+
export declare function deploymentDetailResponseOverrideAzureFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverrideAzure, SDKValidationError>;
|
|
1812
|
+
/** @internal */
|
|
1813
|
+
export declare const DeploymentDetailResponseOverrideConditionResource$inboundSchema: z.ZodType<DeploymentDetailResponseOverrideConditionResource, unknown>;
|
|
1814
|
+
export declare function deploymentDetailResponseOverrideConditionResourceFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverrideConditionResource, SDKValidationError>;
|
|
1815
|
+
/** @internal */
|
|
1816
|
+
export declare const DeploymentDetailResponseOverrideGcpResource$inboundSchema: z.ZodType<DeploymentDetailResponseOverrideGcpResource, unknown>;
|
|
1817
|
+
export declare function deploymentDetailResponseOverrideGcpResourceFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverrideGcpResource, SDKValidationError>;
|
|
1818
|
+
/** @internal */
|
|
1819
|
+
export declare const DeploymentDetailResponseOverrideConditionStack$inboundSchema: z.ZodType<DeploymentDetailResponseOverrideConditionStack, unknown>;
|
|
1820
|
+
export declare function deploymentDetailResponseOverrideConditionStackFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverrideConditionStack, SDKValidationError>;
|
|
1821
|
+
/** @internal */
|
|
1822
|
+
export declare const DeploymentDetailResponseOverrideGcpStack$inboundSchema: z.ZodType<DeploymentDetailResponseOverrideGcpStack, unknown>;
|
|
1823
|
+
export declare function deploymentDetailResponseOverrideGcpStackFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverrideGcpStack, SDKValidationError>;
|
|
1824
|
+
/** @internal */
|
|
1825
|
+
export declare const DeploymentDetailResponseOverrideGcpBinding$inboundSchema: z.ZodType<DeploymentDetailResponseOverrideGcpBinding, unknown>;
|
|
1826
|
+
export declare function deploymentDetailResponseOverrideGcpBindingFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverrideGcpBinding, SDKValidationError>;
|
|
1827
|
+
/** @internal */
|
|
1828
|
+
export declare const DeploymentDetailResponseOverrideGcpGrant$inboundSchema: z.ZodType<DeploymentDetailResponseOverrideGcpGrant, unknown>;
|
|
1829
|
+
export declare function deploymentDetailResponseOverrideGcpGrantFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverrideGcpGrant, SDKValidationError>;
|
|
1830
|
+
/** @internal */
|
|
1831
|
+
export declare const DeploymentDetailResponseOverrideGcp$inboundSchema: z.ZodType<DeploymentDetailResponseOverrideGcp, unknown>;
|
|
1832
|
+
export declare function deploymentDetailResponseOverrideGcpFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverrideGcp, SDKValidationError>;
|
|
1833
|
+
/** @internal */
|
|
1834
|
+
export declare const DeploymentDetailResponseOverridePlatforms$inboundSchema: z.ZodType<DeploymentDetailResponseOverridePlatforms, unknown>;
|
|
1835
|
+
export declare function deploymentDetailResponseOverridePlatformsFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverridePlatforms, SDKValidationError>;
|
|
1836
|
+
/** @internal */
|
|
1837
|
+
export declare const DeploymentDetailResponseOverride$inboundSchema: z.ZodType<DeploymentDetailResponseOverride, unknown>;
|
|
1838
|
+
export declare function deploymentDetailResponseOverrideFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverride, SDKValidationError>;
|
|
1839
|
+
/** @internal */
|
|
1840
|
+
export declare const DeploymentDetailResponseOverrideUnion$inboundSchema: z.ZodType<DeploymentDetailResponseOverrideUnion, unknown>;
|
|
1841
|
+
export declare function deploymentDetailResponseOverrideUnionFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseOverrideUnion, SDKValidationError>;
|
|
1842
|
+
/** @internal */
|
|
1843
|
+
export declare const DeploymentDetailResponseManagement2$inboundSchema: z.ZodType<DeploymentDetailResponseManagement2, unknown>;
|
|
1844
|
+
export declare function deploymentDetailResponseManagement2FromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseManagement2, SDKValidationError>;
|
|
1845
|
+
/** @internal */
|
|
1846
|
+
export declare const DeploymentDetailResponseExtendAwResource$inboundSchema: z.ZodType<DeploymentDetailResponseExtendAwResource, unknown>;
|
|
1847
|
+
export declare function deploymentDetailResponseExtendAwResourceFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtendAwResource, SDKValidationError>;
|
|
1848
|
+
/** @internal */
|
|
1849
|
+
export declare const DeploymentDetailResponseExtendAwStack$inboundSchema: z.ZodType<DeploymentDetailResponseExtendAwStack, unknown>;
|
|
1850
|
+
export declare function deploymentDetailResponseExtendAwStackFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtendAwStack, SDKValidationError>;
|
|
1851
|
+
/** @internal */
|
|
1852
|
+
export declare const DeploymentDetailResponseExtendAwBinding$inboundSchema: z.ZodType<DeploymentDetailResponseExtendAwBinding, unknown>;
|
|
1853
|
+
export declare function deploymentDetailResponseExtendAwBindingFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtendAwBinding, SDKValidationError>;
|
|
1854
|
+
/** @internal */
|
|
1855
|
+
export declare const DeploymentDetailResponseExtendAwGrant$inboundSchema: z.ZodType<DeploymentDetailResponseExtendAwGrant, unknown>;
|
|
1856
|
+
export declare function deploymentDetailResponseExtendAwGrantFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtendAwGrant, SDKValidationError>;
|
|
1857
|
+
/** @internal */
|
|
1858
|
+
export declare const DeploymentDetailResponseExtendAw$inboundSchema: z.ZodType<DeploymentDetailResponseExtendAw, unknown>;
|
|
1859
|
+
export declare function deploymentDetailResponseExtendAwFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtendAw, SDKValidationError>;
|
|
1860
|
+
/** @internal */
|
|
1861
|
+
export declare const DeploymentDetailResponseExtendAzureResource$inboundSchema: z.ZodType<DeploymentDetailResponseExtendAzureResource, unknown>;
|
|
1862
|
+
export declare function deploymentDetailResponseExtendAzureResourceFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtendAzureResource, SDKValidationError>;
|
|
1863
|
+
/** @internal */
|
|
1864
|
+
export declare const DeploymentDetailResponseExtendAzureStack$inboundSchema: z.ZodType<DeploymentDetailResponseExtendAzureStack, unknown>;
|
|
1865
|
+
export declare function deploymentDetailResponseExtendAzureStackFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtendAzureStack, SDKValidationError>;
|
|
1866
|
+
/** @internal */
|
|
1867
|
+
export declare const DeploymentDetailResponseExtendAzureBinding$inboundSchema: z.ZodType<DeploymentDetailResponseExtendAzureBinding, unknown>;
|
|
1868
|
+
export declare function deploymentDetailResponseExtendAzureBindingFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtendAzureBinding, SDKValidationError>;
|
|
1869
|
+
/** @internal */
|
|
1870
|
+
export declare const DeploymentDetailResponseExtendAzureGrant$inboundSchema: z.ZodType<DeploymentDetailResponseExtendAzureGrant, unknown>;
|
|
1871
|
+
export declare function deploymentDetailResponseExtendAzureGrantFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtendAzureGrant, SDKValidationError>;
|
|
1872
|
+
/** @internal */
|
|
1873
|
+
export declare const DeploymentDetailResponseExtendAzure$inboundSchema: z.ZodType<DeploymentDetailResponseExtendAzure, unknown>;
|
|
1874
|
+
export declare function deploymentDetailResponseExtendAzureFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtendAzure, SDKValidationError>;
|
|
1875
|
+
/** @internal */
|
|
1876
|
+
export declare const DeploymentDetailResponseExtendConditionResource$inboundSchema: z.ZodType<DeploymentDetailResponseExtendConditionResource, unknown>;
|
|
1877
|
+
export declare function deploymentDetailResponseExtendConditionResourceFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtendConditionResource, SDKValidationError>;
|
|
1878
|
+
/** @internal */
|
|
1879
|
+
export declare const DeploymentDetailResponseExtendGcpResource$inboundSchema: z.ZodType<DeploymentDetailResponseExtendGcpResource, unknown>;
|
|
1880
|
+
export declare function deploymentDetailResponseExtendGcpResourceFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtendGcpResource, SDKValidationError>;
|
|
1881
|
+
/** @internal */
|
|
1882
|
+
export declare const DeploymentDetailResponseExtendConditionStack$inboundSchema: z.ZodType<DeploymentDetailResponseExtendConditionStack, unknown>;
|
|
1883
|
+
export declare function deploymentDetailResponseExtendConditionStackFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtendConditionStack, SDKValidationError>;
|
|
1884
|
+
/** @internal */
|
|
1885
|
+
export declare const DeploymentDetailResponseExtendGcpStack$inboundSchema: z.ZodType<DeploymentDetailResponseExtendGcpStack, unknown>;
|
|
1886
|
+
export declare function deploymentDetailResponseExtendGcpStackFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtendGcpStack, SDKValidationError>;
|
|
1887
|
+
/** @internal */
|
|
1888
|
+
export declare const DeploymentDetailResponseExtendGcpBinding$inboundSchema: z.ZodType<DeploymentDetailResponseExtendGcpBinding, unknown>;
|
|
1889
|
+
export declare function deploymentDetailResponseExtendGcpBindingFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtendGcpBinding, SDKValidationError>;
|
|
1890
|
+
/** @internal */
|
|
1891
|
+
export declare const DeploymentDetailResponseExtendGcpGrant$inboundSchema: z.ZodType<DeploymentDetailResponseExtendGcpGrant, unknown>;
|
|
1892
|
+
export declare function deploymentDetailResponseExtendGcpGrantFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtendGcpGrant, SDKValidationError>;
|
|
1893
|
+
/** @internal */
|
|
1894
|
+
export declare const DeploymentDetailResponseExtendGcp$inboundSchema: z.ZodType<DeploymentDetailResponseExtendGcp, unknown>;
|
|
1895
|
+
export declare function deploymentDetailResponseExtendGcpFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtendGcp, SDKValidationError>;
|
|
1896
|
+
/** @internal */
|
|
1897
|
+
export declare const DeploymentDetailResponseExtendPlatforms$inboundSchema: z.ZodType<DeploymentDetailResponseExtendPlatforms, unknown>;
|
|
1898
|
+
export declare function deploymentDetailResponseExtendPlatformsFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtendPlatforms, SDKValidationError>;
|
|
1899
|
+
/** @internal */
|
|
1900
|
+
export declare const DeploymentDetailResponseExtend$inboundSchema: z.ZodType<DeploymentDetailResponseExtend, unknown>;
|
|
1901
|
+
export declare function deploymentDetailResponseExtendFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtend, SDKValidationError>;
|
|
1902
|
+
/** @internal */
|
|
1903
|
+
export declare const DeploymentDetailResponseExtendUnion$inboundSchema: z.ZodType<DeploymentDetailResponseExtendUnion, unknown>;
|
|
1904
|
+
export declare function deploymentDetailResponseExtendUnionFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseExtendUnion, SDKValidationError>;
|
|
1905
|
+
/** @internal */
|
|
1906
|
+
export declare const DeploymentDetailResponseManagement1$inboundSchema: z.ZodType<DeploymentDetailResponseManagement1, unknown>;
|
|
1907
|
+
export declare function deploymentDetailResponseManagement1FromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseManagement1, SDKValidationError>;
|
|
1908
|
+
/** @internal */
|
|
1909
|
+
export declare const DeploymentDetailResponseManagementUnion$inboundSchema: z.ZodType<DeploymentDetailResponseManagementUnion, unknown>;
|
|
1910
|
+
export declare function deploymentDetailResponseManagementUnionFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseManagementUnion, SDKValidationError>;
|
|
1911
|
+
/** @internal */
|
|
1912
|
+
export declare const DeploymentDetailResponseProfileAwResource$inboundSchema: z.ZodType<DeploymentDetailResponseProfileAwResource, unknown>;
|
|
1913
|
+
export declare function deploymentDetailResponseProfileAwResourceFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfileAwResource, SDKValidationError>;
|
|
1914
|
+
/** @internal */
|
|
1915
|
+
export declare const DeploymentDetailResponseProfileAwStack$inboundSchema: z.ZodType<DeploymentDetailResponseProfileAwStack, unknown>;
|
|
1916
|
+
export declare function deploymentDetailResponseProfileAwStackFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfileAwStack, SDKValidationError>;
|
|
1917
|
+
/** @internal */
|
|
1918
|
+
export declare const DeploymentDetailResponseProfileAwBinding$inboundSchema: z.ZodType<DeploymentDetailResponseProfileAwBinding, unknown>;
|
|
1919
|
+
export declare function deploymentDetailResponseProfileAwBindingFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfileAwBinding, SDKValidationError>;
|
|
1920
|
+
/** @internal */
|
|
1921
|
+
export declare const DeploymentDetailResponseProfileAwGrant$inboundSchema: z.ZodType<DeploymentDetailResponseProfileAwGrant, unknown>;
|
|
1922
|
+
export declare function deploymentDetailResponseProfileAwGrantFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfileAwGrant, SDKValidationError>;
|
|
1923
|
+
/** @internal */
|
|
1924
|
+
export declare const DeploymentDetailResponseProfileAw$inboundSchema: z.ZodType<DeploymentDetailResponseProfileAw, unknown>;
|
|
1925
|
+
export declare function deploymentDetailResponseProfileAwFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfileAw, SDKValidationError>;
|
|
1926
|
+
/** @internal */
|
|
1927
|
+
export declare const DeploymentDetailResponseProfileAzureResource$inboundSchema: z.ZodType<DeploymentDetailResponseProfileAzureResource, unknown>;
|
|
1928
|
+
export declare function deploymentDetailResponseProfileAzureResourceFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfileAzureResource, SDKValidationError>;
|
|
1929
|
+
/** @internal */
|
|
1930
|
+
export declare const DeploymentDetailResponseProfileAzureStack$inboundSchema: z.ZodType<DeploymentDetailResponseProfileAzureStack, unknown>;
|
|
1931
|
+
export declare function deploymentDetailResponseProfileAzureStackFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfileAzureStack, SDKValidationError>;
|
|
1932
|
+
/** @internal */
|
|
1933
|
+
export declare const DeploymentDetailResponseProfileAzureBinding$inboundSchema: z.ZodType<DeploymentDetailResponseProfileAzureBinding, unknown>;
|
|
1934
|
+
export declare function deploymentDetailResponseProfileAzureBindingFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfileAzureBinding, SDKValidationError>;
|
|
1935
|
+
/** @internal */
|
|
1936
|
+
export declare const DeploymentDetailResponseProfileAzureGrant$inboundSchema: z.ZodType<DeploymentDetailResponseProfileAzureGrant, unknown>;
|
|
1937
|
+
export declare function deploymentDetailResponseProfileAzureGrantFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfileAzureGrant, SDKValidationError>;
|
|
1938
|
+
/** @internal */
|
|
1939
|
+
export declare const DeploymentDetailResponseProfileAzure$inboundSchema: z.ZodType<DeploymentDetailResponseProfileAzure, unknown>;
|
|
1940
|
+
export declare function deploymentDetailResponseProfileAzureFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfileAzure, SDKValidationError>;
|
|
1941
|
+
/** @internal */
|
|
1942
|
+
export declare const DeploymentDetailResponseProfileConditionResource$inboundSchema: z.ZodType<DeploymentDetailResponseProfileConditionResource, unknown>;
|
|
1943
|
+
export declare function deploymentDetailResponseProfileConditionResourceFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfileConditionResource, SDKValidationError>;
|
|
1944
|
+
/** @internal */
|
|
1945
|
+
export declare const DeploymentDetailResponseProfileGcpResource$inboundSchema: z.ZodType<DeploymentDetailResponseProfileGcpResource, unknown>;
|
|
1946
|
+
export declare function deploymentDetailResponseProfileGcpResourceFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfileGcpResource, SDKValidationError>;
|
|
1947
|
+
/** @internal */
|
|
1948
|
+
export declare const DeploymentDetailResponseProfileConditionStack$inboundSchema: z.ZodType<DeploymentDetailResponseProfileConditionStack, unknown>;
|
|
1949
|
+
export declare function deploymentDetailResponseProfileConditionStackFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfileConditionStack, SDKValidationError>;
|
|
1950
|
+
/** @internal */
|
|
1951
|
+
export declare const DeploymentDetailResponseProfileGcpStack$inboundSchema: z.ZodType<DeploymentDetailResponseProfileGcpStack, unknown>;
|
|
1952
|
+
export declare function deploymentDetailResponseProfileGcpStackFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfileGcpStack, SDKValidationError>;
|
|
1953
|
+
/** @internal */
|
|
1954
|
+
export declare const DeploymentDetailResponseProfileGcpBinding$inboundSchema: z.ZodType<DeploymentDetailResponseProfileGcpBinding, unknown>;
|
|
1955
|
+
export declare function deploymentDetailResponseProfileGcpBindingFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfileGcpBinding, SDKValidationError>;
|
|
1956
|
+
/** @internal */
|
|
1957
|
+
export declare const DeploymentDetailResponseProfileGcpGrant$inboundSchema: z.ZodType<DeploymentDetailResponseProfileGcpGrant, unknown>;
|
|
1958
|
+
export declare function deploymentDetailResponseProfileGcpGrantFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfileGcpGrant, SDKValidationError>;
|
|
1959
|
+
/** @internal */
|
|
1960
|
+
export declare const DeploymentDetailResponseProfileGcp$inboundSchema: z.ZodType<DeploymentDetailResponseProfileGcp, unknown>;
|
|
1961
|
+
export declare function deploymentDetailResponseProfileGcpFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfileGcp, SDKValidationError>;
|
|
1962
|
+
/** @internal */
|
|
1963
|
+
export declare const DeploymentDetailResponseProfilePlatforms$inboundSchema: z.ZodType<DeploymentDetailResponseProfilePlatforms, unknown>;
|
|
1964
|
+
export declare function deploymentDetailResponseProfilePlatformsFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfilePlatforms, SDKValidationError>;
|
|
1965
|
+
/** @internal */
|
|
1966
|
+
export declare const DeploymentDetailResponseProfile$inboundSchema: z.ZodType<DeploymentDetailResponseProfile, unknown>;
|
|
1967
|
+
export declare function deploymentDetailResponseProfileFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfile, SDKValidationError>;
|
|
1968
|
+
/** @internal */
|
|
1969
|
+
export declare const DeploymentDetailResponseProfileUnion$inboundSchema: z.ZodType<DeploymentDetailResponseProfileUnion, unknown>;
|
|
1970
|
+
export declare function deploymentDetailResponseProfileUnionFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseProfileUnion, SDKValidationError>;
|
|
1971
|
+
/** @internal */
|
|
1972
|
+
export declare const DeploymentDetailResponsePermissions$inboundSchema: z.ZodType<DeploymentDetailResponsePermissions, unknown>;
|
|
1973
|
+
export declare function deploymentDetailResponsePermissionsFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponsePermissions, SDKValidationError>;
|
|
1974
|
+
/** @internal */
|
|
1975
|
+
export declare const DeploymentDetailResponsePreparedStackConfig$inboundSchema: z.ZodType<DeploymentDetailResponsePreparedStackConfig, unknown>;
|
|
1976
|
+
export declare function deploymentDetailResponsePreparedStackConfigFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponsePreparedStackConfig, SDKValidationError>;
|
|
1977
|
+
/** @internal */
|
|
1978
|
+
export declare const DeploymentDetailResponsePreparedStackDependency$inboundSchema: z.ZodType<DeploymentDetailResponsePreparedStackDependency, unknown>;
|
|
1979
|
+
export declare function deploymentDetailResponsePreparedStackDependencyFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponsePreparedStackDependency, SDKValidationError>;
|
|
1980
|
+
/** @internal */
|
|
1981
|
+
export declare const DeploymentDetailResponsePreparedStackLifecycle$inboundSchema: z.ZodEnum<typeof DeploymentDetailResponsePreparedStackLifecycle>;
|
|
1982
|
+
/** @internal */
|
|
1983
|
+
export declare const DeploymentDetailResponsePreparedStackResources$inboundSchema: z.ZodType<DeploymentDetailResponsePreparedStackResources, unknown>;
|
|
1984
|
+
export declare function deploymentDetailResponsePreparedStackResourcesFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponsePreparedStackResources, SDKValidationError>;
|
|
1985
|
+
/** @internal */
|
|
1986
|
+
export declare const DeploymentDetailResponsePreparedStack$inboundSchema: z.ZodType<DeploymentDetailResponsePreparedStack, unknown>;
|
|
1987
|
+
export declare function deploymentDetailResponsePreparedStackFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponsePreparedStack, SDKValidationError>;
|
|
1988
|
+
/** @internal */
|
|
1989
|
+
export declare const DeploymentDetailResponseRuntimeMetadata$inboundSchema: z.ZodType<DeploymentDetailResponseRuntimeMetadata, unknown>;
|
|
1990
|
+
export declare function deploymentDetailResponseRuntimeMetadataFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseRuntimeMetadata, SDKValidationError>;
|
|
1991
|
+
/** @internal */
|
|
1992
|
+
export declare const DeploymentDetailResponseError$inboundSchema: z.ZodType<DeploymentDetailResponseError, unknown>;
|
|
1993
|
+
export declare function deploymentDetailResponseErrorFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseError, SDKValidationError>;
|
|
1994
|
+
/** @internal */
|
|
1995
|
+
export declare const DeploymentDetailResponseTargetEnvironmentVariables$inboundSchema: z.ZodType<DeploymentDetailResponseTargetEnvironmentVariables, unknown>;
|
|
1996
|
+
export declare function deploymentDetailResponseTargetEnvironmentVariablesFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseTargetEnvironmentVariables, SDKValidationError>;
|
|
1997
|
+
/** @internal */
|
|
1998
|
+
export declare const DeploymentDetailResponseCurrentEnvironmentVariables$inboundSchema: z.ZodType<DeploymentDetailResponseCurrentEnvironmentVariables, unknown>;
|
|
1999
|
+
export declare function deploymentDetailResponseCurrentEnvironmentVariablesFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponseCurrentEnvironmentVariables, SDKValidationError>;
|
|
2000
|
+
/** @internal */
|
|
2001
|
+
export declare const DeploymentDetailResponse$inboundSchema: z.ZodType<DeploymentDetailResponse, unknown>;
|
|
2002
|
+
export declare function deploymentDetailResponseFromJSON(jsonString: string): SafeParseResult<DeploymentDetailResponse, SDKValidationError>;
|
|
2003
|
+
//# sourceMappingURL=deploymentdetailresponse.d.ts.map
|