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