@payfit/nx-core 0.0.0-e2e → 0.0.0-semver

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.
Files changed (149) hide show
  1. package/README.md +10 -163
  2. package/dist/src/executors/publisher/docker.d.ts +3 -1
  3. package/dist/src/executors/publisher/docker.js +12 -57
  4. package/dist/src/executors/publisher/docker.js.map +1 -1
  5. package/dist/src/executors/publisher/executor.js +12 -9
  6. package/dist/src/executors/publisher/executor.js.map +1 -1
  7. package/dist/src/executors/publisher/helm.d.ts +5 -1
  8. package/dist/src/executors/publisher/helm.js +11 -40
  9. package/dist/src/executors/publisher/helm.js.map +1 -1
  10. package/dist/src/executors/publisher/schema.d.ts +5 -0
  11. package/dist/src/executors/publisher/schema.json +0 -44
  12. package/dist/src/index.d.ts +1 -24
  13. package/dist/src/index.js +11 -67
  14. package/dist/src/index.js.map +1 -1
  15. package/dist/src/scripts/version-actions.d.ts +20 -3
  16. package/dist/src/scripts/version-actions.js +41 -23
  17. package/dist/src/scripts/version-actions.js.map +1 -1
  18. package/dist/src/utils/{common/aws-auth.d.ts → aws-auth.d.ts} +8 -16
  19. package/dist/src/utils/aws-auth.js +84 -0
  20. package/dist/src/utils/aws-auth.js.map +1 -0
  21. package/dist/src/utils/docker.d.ts +16 -12
  22. package/dist/src/utils/docker.js +23 -63
  23. package/dist/src/utils/docker.js.map +1 -1
  24. package/dist/src/utils/exec.d.ts +7 -0
  25. package/dist/src/utils/exec.js +25 -0
  26. package/dist/src/utils/exec.js.map +1 -0
  27. package/dist/src/utils/get-version.d.ts +6 -0
  28. package/dist/src/utils/get-version.js +14 -0
  29. package/dist/src/utils/get-version.js.map +1 -0
  30. package/dist/src/utils/github.d.ts +4 -0
  31. package/dist/src/utils/github.js +17 -0
  32. package/dist/src/utils/github.js.map +1 -0
  33. package/dist/src/utils/helm.d.ts +16 -32
  34. package/dist/src/utils/helm.js +15 -83
  35. package/dist/src/utils/helm.js.map +1 -1
  36. package/dist/src/utils/import-esm.js.map +1 -0
  37. package/dist/src/utils/{common/tsh.d.ts → tsh.d.ts} +0 -1
  38. package/dist/src/utils/{common/tsh.js → tsh.js} +15 -20
  39. package/dist/src/utils/tsh.js.map +1 -0
  40. package/executors.json +2 -12
  41. package/package.json +18 -42
  42. package/dist/src/codegen.d.ts +0 -3
  43. package/dist/src/codegen.js +0 -25
  44. package/dist/src/codegen.js.map +0 -1
  45. package/dist/src/executors/preview-deploy/README.md +0 -5
  46. package/dist/src/executors/preview-deploy/argocdOverride.d.ts +0 -4
  47. package/dist/src/executors/preview-deploy/argocdOverride.js +0 -22
  48. package/dist/src/executors/preview-deploy/argocdOverride.js.map +0 -1
  49. package/dist/src/executors/preview-deploy/executor.d.ts +0 -4
  50. package/dist/src/executors/preview-deploy/executor.js +0 -143
  51. package/dist/src/executors/preview-deploy/executor.js.map +0 -1
  52. package/dist/src/executors/preview-deploy/kargoPolicy.d.ts +0 -14
  53. package/dist/src/executors/preview-deploy/kargoPolicy.js +0 -69
  54. package/dist/src/executors/preview-deploy/kargoPolicy.js.map +0 -1
  55. package/dist/src/executors/preview-deploy/schema.json +0 -28
  56. package/dist/src/executors/publisher/README.md +0 -3
  57. package/dist/src/executors/publisher/lambda.d.ts +0 -18
  58. package/dist/src/executors/publisher/lambda.js +0 -86
  59. package/dist/src/executors/publisher/lambda.js.map +0 -1
  60. package/dist/src/executors/release/README.md +0 -15
  61. package/dist/src/executors/release/executor.d.ts +0 -4
  62. package/dist/src/executors/release/executor.js +0 -104
  63. package/dist/src/executors/release/executor.js.map +0 -1
  64. package/dist/src/executors/release/schema.json +0 -37
  65. package/dist/src/generators/init/README.md +0 -5
  66. package/dist/src/generators/init/files/.circleci/config.yml.template +0 -232
  67. package/dist/src/generators/init/files/.circleci/teleport/shared-charts.conf.template +0 -24
  68. package/dist/src/generators/init/files/.npmrc.template +0 -1
  69. package/dist/src/generators/init/init.d.ts +0 -13
  70. package/dist/src/generators/init/init.js +0 -278
  71. package/dist/src/generators/init/init.js.map +0 -1
  72. package/dist/src/generators/init/schema.json +0 -7
  73. package/dist/src/scripts/codegen-with-auth.js +0 -55
  74. package/dist/src/scripts/version-actions.mock.d.ts +0 -6
  75. package/dist/src/scripts/version-actions.mock.js +0 -61
  76. package/dist/src/scripts/version-actions.mock.js.map +0 -1
  77. package/dist/src/utils/common/aws-auth.js +0 -145
  78. package/dist/src/utils/common/aws-auth.js.map +0 -1
  79. package/dist/src/utils/common/circleci.d.ts +0 -2
  80. package/dist/src/utils/common/circleci.js +0 -20
  81. package/dist/src/utils/common/circleci.js.map +0 -1
  82. package/dist/src/utils/common/exec.d.ts +0 -4
  83. package/dist/src/utils/common/exec.js +0 -52
  84. package/dist/src/utils/common/exec.js.map +0 -1
  85. package/dist/src/utils/common/github.d.ts +0 -20
  86. package/dist/src/utils/common/github.js +0 -60
  87. package/dist/src/utils/common/github.js.map +0 -1
  88. package/dist/src/utils/common/import-esm.js.map +0 -1
  89. package/dist/src/utils/common/logger.d.ts +0 -1
  90. package/dist/src/utils/common/logger.js +0 -8
  91. package/dist/src/utils/common/logger.js.map +0 -1
  92. package/dist/src/utils/common/nx.d.ts +0 -22
  93. package/dist/src/utils/common/nx.js +0 -174
  94. package/dist/src/utils/common/nx.js.map +0 -1
  95. package/dist/src/utils/common/s3.d.ts +0 -1
  96. package/dist/src/utils/common/s3.js +0 -18
  97. package/dist/src/utils/common/s3.js.map +0 -1
  98. package/dist/src/utils/common/tsh.js.map +0 -1
  99. package/dist/src/utils/datadog.d.ts +0 -1
  100. package/dist/src/utils/datadog.js +0 -33
  101. package/dist/src/utils/datadog.js.map +0 -1
  102. package/dist/src/utils/helm.mock.d.ts +0 -85
  103. package/dist/src/utils/helm.mock.js +0 -100
  104. package/dist/src/utils/helm.mock.js.map +0 -1
  105. package/dist/src/utils/lambda/aws-lambda.d.ts +0 -47
  106. package/dist/src/utils/lambda/aws-lambda.js +0 -231
  107. package/dist/src/utils/lambda/aws-lambda.js.map +0 -1
  108. package/dist/src/utils/lambda/lambda.d.ts +0 -7
  109. package/dist/src/utils/lambda/lambda.js +0 -20
  110. package/dist/src/utils/lambda/lambda.js.map +0 -1
  111. package/dist/src/utils/lambda/oci.d.ts +0 -8
  112. package/dist/src/utils/lambda/oci.js +0 -22
  113. package/dist/src/utils/lambda/oci.js.map +0 -1
  114. package/dist/src/utils/lambda/publish.d.ts +0 -14
  115. package/dist/src/utils/lambda/publish.js +0 -44
  116. package/dist/src/utils/lambda/publish.js.map +0 -1
  117. package/dist/src/utils/lambda/spacelift.d.ts +0 -3
  118. package/dist/src/utils/lambda/spacelift.js +0 -55
  119. package/dist/src/utils/lambda/spacelift.js.map +0 -1
  120. package/dist/src/utils/spacelift/lib/__generated__/fragment-masking.d.ts +0 -19
  121. package/dist/src/utils/spacelift/lib/__generated__/fragment-masking.js +0 -22
  122. package/dist/src/utils/spacelift/lib/__generated__/fragment-masking.js.map +0 -1
  123. package/dist/src/utils/spacelift/lib/__generated__/gql.d.ts +0 -15
  124. package/dist/src/utils/spacelift/lib/__generated__/gql.js +0 -8
  125. package/dist/src/utils/spacelift/lib/__generated__/gql.js.map +0 -1
  126. package/dist/src/utils/spacelift/lib/__generated__/graphql.d.ts +0 -9426
  127. package/dist/src/utils/spacelift/lib/__generated__/graphql.js +0 -819
  128. package/dist/src/utils/spacelift/lib/__generated__/graphql.js.map +0 -1
  129. package/dist/src/utils/spacelift/lib/__generated__/index.d.ts +0 -2
  130. package/dist/src/utils/spacelift/lib/__generated__/index.js +0 -6
  131. package/dist/src/utils/spacelift/lib/__generated__/index.js.map +0 -1
  132. package/dist/src/utils/spacelift/lib/graphql.service.d.ts +0 -18
  133. package/dist/src/utils/spacelift/lib/graphql.service.js +0 -186
  134. package/dist/src/utils/spacelift/lib/graphql.service.js.map +0 -1
  135. package/dist/src/utils/spacelift/lib/query/spacelift.queries.d.ts +0 -34
  136. package/dist/src/utils/spacelift/lib/query/spacelift.queries.js +0 -48
  137. package/dist/src/utils/spacelift/lib/query/spacelift.queries.js.map +0 -1
  138. package/dist/src/utils/spacelift/lib/spacelift.error.d.ts +0 -43
  139. package/dist/src/utils/spacelift/lib/spacelift.error.js +0 -63
  140. package/dist/src/utils/spacelift/lib/spacelift.error.js.map +0 -1
  141. package/dist/src/utils/spacelift/lib/spacelift.service.d.ts +0 -16
  142. package/dist/src/utils/spacelift/lib/spacelift.service.js +0 -58
  143. package/dist/src/utils/spacelift/lib/spacelift.service.js.map +0 -1
  144. package/dist/src/utils/spacelift/lib/utils.d.ts +0 -4
  145. package/dist/src/utils/spacelift/lib/utils.js +0 -32
  146. package/dist/src/utils/spacelift/lib/utils.js.map +0 -1
  147. package/generators.json +0 -9
  148. /package/dist/src/utils/{common/import-esm.d.ts → import-esm.d.ts} +0 -0
  149. /package/dist/src/utils/{common/import-esm.js → import-esm.js} +0 -0
@@ -1,819 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UserStatus = exports.UserRole = exports.UserGroupStatus = exports.TerragruntTool = exports.TerraformWorkflowTool = exports.TerraformProviderVersionStatus = exports.SummaryProcessingStatus = exports.StripeSubscriptionStatus = exports.StackVendor = exports.StackState = exports.SpaceAccessLevel = exports.SearchSuggestionsFieldType = exports.SearchQueryRequestedPage = exports.SearchQueryOrderDirection = exports.SearchQueryFieldConstraintTimeInLast = exports.SamlNameIdFormat = exports.RunType = exports.RunState = exports.RunReviewDecision = exports.RunIgnoredTriggerReasonType = exports.RunExternalDependencyStatus = exports.PolicyType = exports.NotificationType = exports.NotificationSeverity = exports.ManagedUserGroupIntegrationType = exports.LlmVendor = exports.KubernetesWorkflowTool = exports.IdentityProvider = exports.GitHubAppStatus = exports.EntityChangeType = exports.EntityChangeResult = exports.EntityChangePhase = exports.ConfigType = exports.BlueprintState = exports.BlueprintInputType = exports.BlueprintFormat = exports.BillingTierFeature = exports.BillingTier = exports.BillingCycleInterval = exports.BillingAddonType = exports.BillableRunState = exports.AuthorizationScheme = exports.AuditTrailResourceType = exports.AuditTrailEventType = exports.AspectType = exports.AspectGranularity = exports.AnsibleTaskStatus = exports.Action = exports.AccountType = exports.ApiKeyType = void 0;
4
- exports.WorkerStatus = exports.VersionState = exports.VcsProvider = exports.VcsIntegrationTestType = exports.VcsIntegrationTestStatus = exports.VcsCheck = void 0;
5
- /** APIKeyType represents the type of an API key. */
6
- var ApiKeyType;
7
- (function (ApiKeyType) {
8
- /**
9
- * API key that can dynamically generate tokens using an external,
10
- * OIDC-compliant identity provider.
11
- */
12
- ApiKeyType["Oidc"] = "OIDC";
13
- /** Classic API key with a secret. */
14
- ApiKeyType["Secret"] = "SECRET";
15
- })(ApiKeyType || (exports.ApiKeyType = ApiKeyType = {}));
16
- /**
17
- * AccountType represents a type of Spacelift account. It's no longer used, but
18
- * it's left for backwards compatibility reasons.
19
- */
20
- var AccountType;
21
- (function (AccountType) {
22
- /** Organization account. */
23
- AccountType["Org"] = "ORG";
24
- /** Invalid "zero value" for the account type. */
25
- AccountType["Unknown"] = "UNKNOWN";
26
- /** Individual user account. */
27
- AccountType["User"] = "USER";
28
- })(AccountType || (exports.AccountType = AccountType = {}));
29
- /** Action represents an action in Spacelift that can be performed by a user. */
30
- var Action;
31
- (function (Action) {
32
- Action["ContextCreate"] = "CONTEXT_CREATE";
33
- Action["ContextDelete"] = "CONTEXT_DELETE";
34
- Action["ContextUpdate"] = "CONTEXT_UPDATE";
35
- Action["ModuleCreate"] = "MODULE_CREATE";
36
- Action["ModuleDisable"] = "MODULE_DISABLE";
37
- Action["ModuleEnable"] = "MODULE_ENABLE";
38
- Action["ModulePublish"] = "MODULE_PUBLISH";
39
- Action["RunCancel"] = "RUN_CANCEL";
40
- Action["RunCancelBlocking"] = "RUN_CANCEL_BLOCKING";
41
- Action["RunComment"] = "RUN_COMMENT";
42
- Action["RunConfirm"] = "RUN_CONFIRM";
43
- Action["RunDiscard"] = "RUN_DISCARD";
44
- Action["RunPrioritizeSet"] = "RUN_PRIORITIZE_SET";
45
- Action["RunPromote"] = "RUN_PROMOTE";
46
- Action["RunProposeLocalWorkspace"] = "RUN_PROPOSE_LOCAL_WORKSPACE";
47
- Action["RunProposeWithOverrides"] = "RUN_PROPOSE_WITH_OVERRIDES";
48
- Action["RunRetry"] = "RUN_RETRY";
49
- Action["RunRetryBlocking"] = "RUN_RETRY_BLOCKING";
50
- Action["RunReview"] = "RUN_REVIEW";
51
- Action["RunStop"] = "RUN_STOP";
52
- Action["RunStopBlocking"] = "RUN_STOP_BLOCKING";
53
- Action["RunTargetedReplan"] = "RUN_TARGETED_REPLAN";
54
- Action["RunTrigger"] = "RUN_TRIGGER";
55
- Action["RunTriggerWithCustomRuntimeConfig"] = "RUN_TRIGGER_WITH_CUSTOM_RUNTIME_CONFIG";
56
- Action["SpaceAdmin"] = "SPACE_ADMIN";
57
- Action["SpaceRead"] = "SPACE_READ";
58
- Action["SpaceWrite"] = "SPACE_WRITE";
59
- Action["StackAddConfig"] = "STACK_ADD_CONFIG";
60
- Action["StackCreate"] = "STACK_CREATE";
61
- Action["StackDelete"] = "STACK_DELETE";
62
- Action["StackDeleteConfig"] = "STACK_DELETE_CONFIG";
63
- Action["StackDisable"] = "STACK_DISABLE";
64
- Action["StackEnable"] = "STACK_ENABLE";
65
- Action["StackLock"] = "STACK_LOCK";
66
- Action["StackManage"] = "STACK_MANAGE";
67
- Action["StackManagedStateImport"] = "STACK_MANAGED_STATE_IMPORT";
68
- Action["StackManagedStateRollback"] = "STACK_MANAGED_STATE_ROLLBACK";
69
- Action["StackReslug"] = "STACK_RESLUG";
70
- Action["StackSetCurrentCommit"] = "STACK_SET_CURRENT_COMMIT";
71
- Action["StackSetStar"] = "STACK_SET_STAR";
72
- Action["StackSyncCommit"] = "STACK_SYNC_COMMIT";
73
- Action["StackUnlock"] = "STACK_UNLOCK";
74
- Action["StackUnlockForce"] = "STACK_UNLOCK_FORCE";
75
- Action["StackUpdate"] = "STACK_UPDATE";
76
- Action["StackUploadLocalWorkspace"] = "STACK_UPLOAD_LOCAL_WORKSPACE";
77
- Action["TaskCreate"] = "TASK_CREATE";
78
- Action["TerraformProviderCreate"] = "TERRAFORM_PROVIDER_CREATE";
79
- Action["TerraformProviderDelete"] = "TERRAFORM_PROVIDER_DELETE";
80
- Action["TerraformProviderSetVisibility"] = "TERRAFORM_PROVIDER_SET_VISIBILITY";
81
- Action["TerraformProviderUpdate"] = "TERRAFORM_PROVIDER_UPDATE";
82
- Action["TerraformProviderVersionCreate"] = "TERRAFORM_PROVIDER_VERSION_CREATE";
83
- Action["TerraformProviderVersionDelete"] = "TERRAFORM_PROVIDER_VERSION_DELETE";
84
- Action["TerraformProviderVersionPublish"] = "TERRAFORM_PROVIDER_VERSION_PUBLISH";
85
- Action["TerraformProviderVersionRegisterPlatform"] = "TERRAFORM_PROVIDER_VERSION_REGISTER_PLATFORM";
86
- Action["TerraformProviderVersionRevoke"] = "TERRAFORM_PROVIDER_VERSION_REVOKE";
87
- Action["TerraformProviderVersionUpdate"] = "TERRAFORM_PROVIDER_VERSION_UPDATE";
88
- Action["WorkerDrainSet"] = "WORKER_DRAIN_SET";
89
- Action["WorkerPoolCreate"] = "WORKER_POOL_CREATE";
90
- Action["WorkerPoolCycle"] = "WORKER_POOL_CYCLE";
91
- Action["WorkerPoolDelete"] = "WORKER_POOL_DELETE";
92
- Action["WorkerPoolReset"] = "WORKER_POOL_RESET";
93
- Action["WorkerPoolUpdate"] = "WORKER_POOL_UPDATE";
94
- })(Action || (exports.Action = Action = {}));
95
- var AnsibleTaskStatus;
96
- (function (AnsibleTaskStatus) {
97
- AnsibleTaskStatus["Changed"] = "CHANGED";
98
- AnsibleTaskStatus["Failed"] = "FAILED";
99
- AnsibleTaskStatus["Ignored"] = "IGNORED";
100
- AnsibleTaskStatus["Ok"] = "OK";
101
- AnsibleTaskStatus["Rescued"] = "RESCUED";
102
- AnsibleTaskStatus["Skipped"] = "SKIPPED";
103
- AnsibleTaskStatus["Unreachable"] = "UNREACHABLE";
104
- })(AnsibleTaskStatus || (exports.AnsibleTaskStatus = AnsibleTaskStatus = {}));
105
- /** What granularity to use for aggregating data points */
106
- var AspectGranularity;
107
- (function (AspectGranularity) {
108
- AspectGranularity["Day"] = "DAY";
109
- AspectGranularity["Month"] = "MONTH";
110
- AspectGranularity["Week"] = "WEEK";
111
- AspectGranularity["Year"] = "YEAR";
112
- })(AspectGranularity || (exports.AspectGranularity = AspectGranularity = {}));
113
- /** What aspect of the account usage to return data for */
114
- var AspectType;
115
- (function (AspectType) {
116
- AspectType["RunMinutes"] = "RUN_MINUTES";
117
- AspectType["WorkersCount"] = "WORKERS_COUNT";
118
- })(AspectType || (exports.AspectType = AspectType = {}));
119
- var AuditTrailEventType;
120
- (function (AuditTrailEventType) {
121
- /** A new resource was created. */
122
- AuditTrailEventType["Create"] = "CREATE";
123
- /** An existing resource was deleted. */
124
- AuditTrailEventType["Delete"] = "DELETE";
125
- /** No changes were made - this audit entry is informational only. */
126
- AuditTrailEventType["None"] = "NONE";
127
- /** The event type is unknown. */
128
- AuditTrailEventType["Unknown"] = "UNKNOWN";
129
- /** An existing resource was updated. */
130
- AuditTrailEventType["Update"] = "UPDATE";
131
- })(AuditTrailEventType || (exports.AuditTrailEventType = AuditTrailEventType = {}));
132
- var AuditTrailResourceType;
133
- (function (AuditTrailResourceType) {
134
- AuditTrailResourceType["Account"] = "ACCOUNT";
135
- AuditTrailResourceType["ApiKey"] = "API_KEY";
136
- AuditTrailResourceType["ApiKeyRoleBinding"] = "API_KEY_ROLE_BINDING";
137
- AuditTrailResourceType["AwsIntegration"] = "AWS_INTEGRATION";
138
- AuditTrailResourceType["AzureDevopsRepoIntegration"] = "AZURE_DEVOPS_REPO_INTEGRATION";
139
- AuditTrailResourceType["AzureIntegration"] = "AZURE_INTEGRATION";
140
- AuditTrailResourceType["BitbucketCloudIntegration"] = "BITBUCKET_CLOUD_INTEGRATION";
141
- AuditTrailResourceType["BitbucketDatacenterIntegration"] = "BITBUCKET_DATACENTER_INTEGRATION";
142
- AuditTrailResourceType["Blueprint"] = "BLUEPRINT";
143
- AuditTrailResourceType["BlueprintVersionedGroup"] = "BLUEPRINT_VERSIONED_GROUP";
144
- AuditTrailResourceType["Context"] = "CONTEXT";
145
- AuditTrailResourceType["DriftDetectionIntegration"] = "DRIFT_DETECTION_INTEGRATION";
146
- AuditTrailResourceType["ExternalIntegration"] = "EXTERNAL_INTEGRATION";
147
- AuditTrailResourceType["GenericForm"] = "GENERIC_FORM";
148
- AuditTrailResourceType["GithubAppInstallation"] = "GITHUB_APP_INSTALLATION";
149
- AuditTrailResourceType["GithubEnterpriseIntegration"] = "GITHUB_ENTERPRISE_INTEGRATION";
150
- AuditTrailResourceType["GitlabIntegration"] = "GITLAB_INTEGRATION";
151
- AuditTrailResourceType["GpgKey"] = "GPG_KEY";
152
- AuditTrailResourceType["Login"] = "LOGIN";
153
- AuditTrailResourceType["Module"] = "MODULE";
154
- AuditTrailResourceType["NamedWebhooksIntegration"] = "NAMED_WEBHOOKS_INTEGRATION";
155
- AuditTrailResourceType["Notification"] = "NOTIFICATION";
156
- AuditTrailResourceType["Policy"] = "POLICY";
157
- AuditTrailResourceType["Role"] = "ROLE";
158
- AuditTrailResourceType["Run"] = "RUN";
159
- AuditTrailResourceType["ScheduledDelete"] = "SCHEDULED_DELETE";
160
- AuditTrailResourceType["ScheduledRun"] = "SCHEDULED_RUN";
161
- AuditTrailResourceType["ScheduledTask"] = "SCHEDULED_TASK";
162
- AuditTrailResourceType["SecurityKey"] = "SECURITY_KEY";
163
- AuditTrailResourceType["Session"] = "SESSION";
164
- AuditTrailResourceType["Space"] = "SPACE";
165
- AuditTrailResourceType["Stack"] = "STACK";
166
- AuditTrailResourceType["Task"] = "TASK";
167
- AuditTrailResourceType["TerraformProvider"] = "TERRAFORM_PROVIDER";
168
- AuditTrailResourceType["TerraformProviderVersion"] = "TERRAFORM_PROVIDER_VERSION";
169
- AuditTrailResourceType["Unknown"] = "UNKNOWN";
170
- AuditTrailResourceType["User"] = "USER";
171
- AuditTrailResourceType["UserGroup"] = "USER_GROUP";
172
- AuditTrailResourceType["UserGroupIntegration"] = "USER_GROUP_INTEGRATION";
173
- AuditTrailResourceType["UserGroupRoleBinding"] = "USER_GROUP_ROLE_BINDING";
174
- AuditTrailResourceType["UserRoleBinding"] = "USER_ROLE_BINDING";
175
- AuditTrailResourceType["Version"] = "VERSION";
176
- AuditTrailResourceType["Webhook"] = "WEBHOOK";
177
- AuditTrailResourceType["Worker"] = "WORKER";
178
- AuditTrailResourceType["WorkerPool"] = "WORKER_POOL";
179
- })(AuditTrailResourceType || (exports.AuditTrailResourceType = AuditTrailResourceType = {}));
180
- var AuthorizationScheme;
181
- (function (AuthorizationScheme) {
182
- AuthorizationScheme["LoginPolicies"] = "LOGIN_POLICIES";
183
- AuthorizationScheme["ManagedUsers"] = "MANAGED_USERS";
184
- })(AuthorizationScheme || (exports.AuthorizationScheme = AuthorizationScheme = {}));
185
- /** BillableRunState represents a state that is billed. */
186
- var BillableRunState;
187
- (function (BillableRunState) {
188
- /** A worker is currently applying the run's changes. */
189
- BillableRunState["Applying"] = "APPLYING";
190
- /**
191
- * The worker is currently performing a destroy operation on the managed
192
- * resources.
193
- */
194
- BillableRunState["Destroying"] = "DESTROYING";
195
- /** The run's workspace is currently initializing on the worker. */
196
- BillableRunState["Initializing"] = "INITIALIZING";
197
- /** The worker is currently performing the task requested by the user. */
198
- BillableRunState["Performing"] = "PERFORMING";
199
- /** The worker is planning the run. */
200
- BillableRunState["Planning"] = "PLANNING";
201
- /** The workspace is currently being prepared for the run. */
202
- BillableRunState["Preparing"] = "PREPARING";
203
- /** The workspace is currently being prepared for the change deployment. */
204
- BillableRunState["PreparingApply"] = "PREPARING_APPLY";
205
- /** The run is being prepared to be replanned. */
206
- BillableRunState["PreparingReplan"] = "PREPARING_REPLAN";
207
- })(BillableRunState || (exports.BillableRunState = BillableRunState = {}));
208
- /**
209
- * BillingAddonType represents the addon types that are available to be subscribed to.
210
- * This only applies to the V4_STARTER tier.
211
- */
212
- var BillingAddonType;
213
- (function (BillingAddonType) {
214
- BillingAddonType["AdditionalPublicWorker"] = "ADDITIONAL_PUBLIC_WORKER";
215
- BillingAddonType["UnlimitedSeats"] = "UNLIMITED_SEATS";
216
- })(BillingAddonType || (exports.BillingAddonType = BillingAddonType = {}));
217
- /**
218
- * BillingCycleInterval represents the billing cycle interval for a subscription.
219
- * This only applies to the V4_STARTER tier.
220
- */
221
- var BillingCycleInterval;
222
- (function (BillingCycleInterval) {
223
- BillingCycleInterval["Monthly"] = "MONTHLY";
224
- BillingCycleInterval["Yearly"] = "YEARLY";
225
- })(BillingCycleInterval || (exports.BillingCycleInterval = BillingCycleInterval = {}));
226
- /**
227
- * BillingTier represents a billing tier for a user. Please see https://spacelift.io/pricing for
228
- * more information about each tier.
229
- */
230
- var BillingTier;
231
- (function (BillingTier) {
232
- /** Cloud billing tier. */
233
- BillingTier["Cloud"] = "CLOUD";
234
- /** Enterprise billing tier. */
235
- BillingTier["Enterprise"] = "ENTERPRISE";
236
- /** Free billing tier. */
237
- BillingTier["Free"] = "FREE";
238
- /** Cloud billing tier. */
239
- BillingTier["V3Cloud"] = "V3_CLOUD";
240
- /** Free billing tier. */
241
- BillingTier["V3Free"] = "V3_FREE";
242
- /** BUSINESS Billing tier. */
243
- BillingTier["V4Business"] = "V4_BUSINESS";
244
- /** BUSINESS Billing tier. */
245
- BillingTier["V4Enterprise"] = "V4_ENTERPRISE";
246
- /** Free Billing tier. */
247
- BillingTier["V4Free"] = "V4_FREE";
248
- /** Starter Billing tier. */
249
- BillingTier["V4Starter"] = "V4_STARTER";
250
- /** Starter Plus Billing tier. */
251
- BillingTier["V4StarterPlus"] = "V4_STARTER_PLUS";
252
- })(BillingTier || (exports.BillingTier = BillingTier = {}));
253
- /** BillingTierFeature lists various features that are feature-gated by billing tier. */
254
- var BillingTierFeature;
255
- (function (BillingTierFeature) {
256
- BillingTierFeature["AccessPolicies"] = "ACCESS_POLICIES";
257
- BillingTierFeature["AccountAiControl"] = "ACCOUNT_AI_CONTROL";
258
- BillingTierFeature["AdditionalPublicWorker"] = "ADDITIONAL_PUBLIC_WORKER";
259
- BillingTierFeature["AdvancedScheduling"] = "ADVANCED_SCHEDULING";
260
- BillingTierFeature["AggregatedVcsChecks"] = "AGGREGATED_VCS_CHECKS";
261
- BillingTierFeature["ApiKeysOidc"] = "API_KEYS_OIDC";
262
- /** Indicates whether your account can use audit functionality, including audit webhooks. */
263
- BillingTierFeature["Auditing"] = "AUDITING";
264
- /** Obsolete - you can check for the AUDITING feature instead */
265
- BillingTierFeature["AuditWebhooks"] = "AUDIT_WEBHOOKS";
266
- BillingTierFeature["BackstageIntegration"] = "BACKSTAGE_INTEGRATION";
267
- BillingTierFeature["Blueprints"] = "BLUEPRINTS";
268
- BillingTierFeature["CanUpdateSsoSaml"] = "CAN_UPDATE_SSO_SAML";
269
- BillingTierFeature["CloudCredentialGeneration"] = "CLOUD_CREDENTIAL_GENERATION";
270
- BillingTierFeature["CustomSsoSaml"] = "CUSTOM_SSO_SAML";
271
- BillingTierFeature["DriftDetection"] = "DRIFT_DETECTION";
272
- BillingTierFeature["Mfa"] = "MFA";
273
- BillingTierFeature["MultipleVcs"] = "MULTIPLE_VCS";
274
- BillingTierFeature["NotificationPolicies"] = "NOTIFICATION_POLICIES";
275
- BillingTierFeature["OidcFederationTokenGeneration"] = "OIDC_FEDERATION_TOKEN_GENERATION";
276
- BillingTierFeature["PrivateModuleSharing"] = "PRIVATE_MODULE_SHARING";
277
- BillingTierFeature["PrivateVcs"] = "PRIVATE_VCS";
278
- BillingTierFeature["PrivateWorkers"] = "PRIVATE_WORKERS";
279
- BillingTierFeature["RunIgnoredTriggers"] = "RUN_IGNORED_TRIGGERS";
280
- BillingTierFeature["RunStateChangeWebhooks"] = "RUN_STATE_CHANGE_WEBHOOKS";
281
- BillingTierFeature["RunSummarizationAi"] = "RUN_SUMMARIZATION_AI";
282
- BillingTierFeature["ServiceNowIntegration"] = "SERVICE_NOW_INTEGRATION";
283
- BillingTierFeature["TargetedReplan"] = "TARGETED_REPLAN";
284
- BillingTierFeature["TerraformProviderVersions"] = "TERRAFORM_PROVIDER_VERSIONS";
285
- BillingTierFeature["UnlimitedSeats"] = "UNLIMITED_SEATS";
286
- BillingTierFeature["WorkflowPolicies"] = "WORKFLOW_POLICIES";
287
- })(BillingTierFeature || (exports.BillingTierFeature = BillingTierFeature = {}));
288
- var BlueprintFormat;
289
- (function (BlueprintFormat) {
290
- /** Invalid "zero value" for the type. */
291
- BlueprintFormat["Unknown"] = "UNKNOWN";
292
- /** YAML format */
293
- BlueprintFormat["Yaml"] = "YAML";
294
- })(BlueprintFormat || (exports.BlueprintFormat = BlueprintFormat = {}));
295
- var BlueprintInputType;
296
- (function (BlueprintInputType) {
297
- /** A boolean value */
298
- BlueprintInputType["Boolean"] = "BOOLEAN";
299
- /** A floating point number */
300
- BlueprintInputType["Float"] = "FLOAT";
301
- /** Long text input */
302
- BlueprintInputType["LongText"] = "LONG_TEXT";
303
- /** An integer number */
304
- BlueprintInputType["Number"] = "NUMBER";
305
- /** Secret text input */
306
- BlueprintInputType["Secret"] = "SECRET";
307
- /** Multiple choice input */
308
- BlueprintInputType["Select"] = "SELECT";
309
- /** Short text input */
310
- BlueprintInputType["ShortText"] = "SHORT_TEXT";
311
- })(BlueprintInputType || (exports.BlueprintInputType = BlueprintInputType = {}));
312
- var BlueprintState;
313
- (function (BlueprintState) {
314
- /** The blueprint is deleted */
315
- BlueprintState["Deleted"] = "DELETED";
316
- /** Blueprint is in draft state */
317
- BlueprintState["Draft"] = "DRAFT";
318
- /** Blueprint is in published state. */
319
- BlueprintState["Published"] = "PUBLISHED";
320
- /** Invalid "zero value" for the type. */
321
- BlueprintState["Unknown"] = "UNKNOWN";
322
- })(BlueprintState || (exports.BlueprintState = BlueprintState = {}));
323
- /** ConfigType is the type of the configuration element. */
324
- var ConfigType;
325
- (function (ConfigType) {
326
- /** Environment variable. */
327
- ConfigType["EnvironmentVariable"] = "ENVIRONMENT_VARIABLE";
328
- /** File mounted in the workspace. */
329
- ConfigType["FileMount"] = "FILE_MOUNT";
330
- })(ConfigType || (exports.ConfigType = ConfigType = {}));
331
- var EntityChangePhase;
332
- (function (EntityChangePhase) {
333
- /** entity change was performed during the applying phase */
334
- EntityChangePhase["Apply"] = "APPLY";
335
- /** entity change was performed during a drift detection run */
336
- EntityChangePhase["Drift"] = "DRIFT";
337
- /** entity change was performed during the planning phase */
338
- EntityChangePhase["Plan"] = "PLAN";
339
- })(EntityChangePhase || (exports.EntityChangePhase = EntityChangePhase = {}));
340
- /** Status of a entity change. */
341
- var EntityChangeResult;
342
- (function (EntityChangeResult) {
343
- /** Change was planned and has not been applied. */
344
- EntityChangeResult["Failed"] = "FAILED";
345
- /**
346
- * Change was planned and has been applied but has partially failed.
347
- * Change type is RECREATE and either ADD or DELETE has not been applied.
348
- */
349
- EntityChangeResult["Partial"] = "PARTIAL";
350
- /** Change has not been applied. */
351
- EntityChangeResult["Planned"] = "PLANNED";
352
- /** Change was planned and has been applied. */
353
- EntityChangeResult["Successful"] = "SUCCESSFUL";
354
- /** Change result is unknown */
355
- EntityChangeResult["Unknown"] = "UNKNOWN";
356
- /** Change which wasn't planned but is being applied. */
357
- EntityChangeResult["Unplanned"] = "UNPLANNED";
358
- })(EntityChangeResult || (exports.EntityChangeResult = EntityChangeResult = {}));
359
- /** Type of a entity change. */
360
- var EntityChangeType;
361
- (function (EntityChangeType) {
362
- /** A new entity will be created. */
363
- EntityChangeType["Add"] = "ADD";
364
- /** An existing entity will be updated in-place. */
365
- EntityChangeType["Change"] = "CHANGE";
366
- /** An existing entity will be deleted. */
367
- EntityChangeType["Delete"] = "DELETE";
368
- /** An existing entity will be removed from the state but not destroyed. */
369
- EntityChangeType["Forget"] = "FORGET";
370
- /** A task that resulted with status ignored. */
371
- EntityChangeType["Ignored"] = "IGNORED";
372
- /** A new entity will be imported. */
373
- EntityChangeType["Import"] = "IMPORT";
374
- /** An existing entity will be moved. */
375
- EntityChangeType["Move"] = "MOVE";
376
- /** A no-op change. */
377
- EntityChangeType["Noop"] = "NOOP";
378
- /**
379
- * Ansible specific types
380
- * A task that resulted with status ok.
381
- */
382
- EntityChangeType["Ok"] = "OK";
383
- /** A read, no-op change. */
384
- EntityChangeType["Read"] = "READ";
385
- /** An existing entity will be deleted and added. */
386
- EntityChangeType["Recreate"] = "RECREATE";
387
- /** An existing entity will replaced by first creating a replacement and then deleting the original. */
388
- EntityChangeType["ReplaceCreateBeforeDestroy"] = "REPLACE_CREATE_BEFORE_DESTROY";
389
- /** An existing entity will replaced by first deleting the original and then creating a replacement. */
390
- EntityChangeType["ReplaceDestroyBeforeCreate"] = "REPLACE_DESTROY_BEFORE_CREATE";
391
- /** A task that resulted with status rescued. */
392
- EntityChangeType["Rescued"] = "RESCUED";
393
- /** A task that resulted with status skipped. */
394
- EntityChangeType["Skipped"] = "SKIPPED";
395
- })(EntityChangeType || (exports.EntityChangeType = EntityChangeType = {}));
396
- var GitHubAppStatus;
397
- (function (GitHubAppStatus) {
398
- GitHubAppStatus["AppNotFound"] = "APP_NOT_FOUND";
399
- GitHubAppStatus["CouldNotDecode"] = "COULD_NOT_DECODE";
400
- GitHubAppStatus["Error"] = "ERROR";
401
- GitHubAppStatus["Ok"] = "OK";
402
- GitHubAppStatus["VcsAgentError"] = "VCS_AGENT_ERROR";
403
- GitHubAppStatus["VcsAgentErrorForbidden"] = "VCS_AGENT_ERROR_FORBIDDEN";
404
- GitHubAppStatus["VcsAgentErrorNoPoolAgentConnected"] = "VCS_AGENT_ERROR_NO_POOL_AGENT_CONNECTED";
405
- GitHubAppStatus["VcsAgentErrorTimeout"] = "VCS_AGENT_ERROR_TIMEOUT";
406
- GitHubAppStatus["VcsAgentPoolNotFound"] = "VCS_AGENT_POOL_NOT_FOUND";
407
- })(GitHubAppStatus || (exports.GitHubAppStatus = GitHubAppStatus = {}));
408
- var IdentityProvider;
409
- (function (IdentityProvider) {
410
- /** Default setting for self-hosted installations before SAML or OIDC is configured. Not valid in SaaS. */
411
- IdentityProvider["Empty"] = "EMPTY";
412
- IdentityProvider["Github"] = "GITHUB";
413
- IdentityProvider["Gitlab"] = "GITLAB";
414
- IdentityProvider["Google"] = "GOOGLE";
415
- IdentityProvider["Microsoft"] = "MICROSOFT";
416
- IdentityProvider["Oidc"] = "OIDC";
417
- IdentityProvider["Saml"] = "SAML";
418
- IdentityProvider["Unknown"] = "UNKNOWN";
419
- })(IdentityProvider || (exports.IdentityProvider = IdentityProvider = {}));
420
- var KubernetesWorkflowTool;
421
- (function (KubernetesWorkflowTool) {
422
- /** A custom workflow tool. */
423
- KubernetesWorkflowTool["Custom"] = "CUSTOM";
424
- /** Standard workflow using kubectl. */
425
- KubernetesWorkflowTool["Kubernetes"] = "KUBERNETES";
426
- })(KubernetesWorkflowTool || (exports.KubernetesWorkflowTool = KubernetesWorkflowTool = {}));
427
- var LlmVendor;
428
- (function (LlmVendor) {
429
- LlmVendor["AwsBedrock"] = "AWS_BEDROCK";
430
- LlmVendor["GoogleAiStudio"] = "GOOGLE_AI_STUDIO";
431
- })(LlmVendor || (exports.LlmVendor = LlmVendor = {}));
432
- var ManagedUserGroupIntegrationType;
433
- (function (ManagedUserGroupIntegrationType) {
434
- ManagedUserGroupIntegrationType["Slack"] = "SLACK";
435
- })(ManagedUserGroupIntegrationType || (exports.ManagedUserGroupIntegrationType = ManagedUserGroupIntegrationType = {}));
436
- var NotificationSeverity;
437
- (function (NotificationSeverity) {
438
- NotificationSeverity["Error"] = "ERROR";
439
- NotificationSeverity["Info"] = "INFO";
440
- NotificationSeverity["Warning"] = "WARNING";
441
- })(NotificationSeverity || (exports.NotificationSeverity = NotificationSeverity = {}));
442
- var NotificationType;
443
- (function (NotificationType) {
444
- NotificationType["Account"] = "ACCOUNT";
445
- NotificationType["AwsIntegration"] = "AWS_INTEGRATION";
446
- NotificationType["Module"] = "MODULE";
447
- NotificationType["Policy"] = "POLICY";
448
- NotificationType["Stack"] = "STACK";
449
- NotificationType["WorkerPool"] = "WORKER_POOL";
450
- })(NotificationType || (exports.NotificationType = NotificationType = {}));
451
- /** PolicyType represents a type of Spacelift policy. */
452
- var PolicyType;
453
- (function (PolicyType) {
454
- /** Access policy - stack or module level RBAC. */
455
- PolicyType["Access"] = "ACCESS";
456
- /** Approval policy, allows approving or rejecting runs and tasks. */
457
- PolicyType["Approval"] = "APPROVAL";
458
- /** Git push policy - customizing Spacelift's reaction to VCS events. */
459
- PolicyType["GitPush"] = "GIT_PUSH";
460
- /** Initialization policy - allows blocking runs from executing. */
461
- PolicyType["Initialization"] = "INITIALIZATION";
462
- /** Login policy - account-level RBAC. */
463
- PolicyType["Login"] = "LOGIN";
464
- /** Notification policy, allows to configure notifications and how they're sent. */
465
- PolicyType["Notification"] = "NOTIFICATION";
466
- /** Plan policy - introspects Terraform changes for hard or soft violations. */
467
- PolicyType["Plan"] = "PLAN";
468
- /** Deprecated - use ACCESS instead. */
469
- PolicyType["StackAccess"] = "STACK_ACCESS";
470
- /** Task policy - allows blocking tasks from executing. */
471
- PolicyType["Task"] = "TASK";
472
- /** Deprecated - use TASK instead. */
473
- PolicyType["TaskRun"] = "TASK_RUN";
474
- /** Deprecated - use PLAN instead. */
475
- PolicyType["TerraformPlan"] = "TERRAFORM_PLAN";
476
- /** Trigger policy, allows creating event-driven workflows between stacks. */
477
- PolicyType["Trigger"] = "TRIGGER";
478
- })(PolicyType || (exports.PolicyType = PolicyType = {}));
479
- var RunExternalDependencyStatus;
480
- (function (RunExternalDependencyStatus) {
481
- RunExternalDependencyStatus["Failed"] = "FAILED";
482
- RunExternalDependencyStatus["Finished"] = "FINISHED";
483
- RunExternalDependencyStatus["Pending"] = "PENDING";
484
- RunExternalDependencyStatus["Skipped"] = "SKIPPED";
485
- })(RunExternalDependencyStatus || (exports.RunExternalDependencyStatus = RunExternalDependencyStatus = {}));
486
- var RunIgnoredTriggerReasonType;
487
- (function (RunIgnoredTriggerReasonType) {
488
- RunIgnoredTriggerReasonType["CustomPolicy"] = "CUSTOM_POLICY";
489
- RunIgnoredTriggerReasonType["DisabledByLabel"] = "DISABLED_BY_LABEL";
490
- RunIgnoredTriggerReasonType["NoAffectedFilesInProjectRoot"] = "NO_AFFECTED_FILES_IN_PROJECT_ROOT";
491
- RunIgnoredTriggerReasonType["TagsIgnoredByDefault"] = "TAGS_IGNORED_BY_DEFAULT";
492
- })(RunIgnoredTriggerReasonType || (exports.RunIgnoredTriggerReasonType = RunIgnoredTriggerReasonType = {}));
493
- /** RunReviewDecision values represent available run review decision. */
494
- var RunReviewDecision;
495
- (function (RunReviewDecision) {
496
- /** The reviewer approved the Run. */
497
- RunReviewDecision["Approve"] = "APPROVE";
498
- /** The reviewer rejected the Run. */
499
- RunReviewDecision["Reject"] = "REJECT";
500
- })(RunReviewDecision || (exports.RunReviewDecision = RunReviewDecision = {}));
501
- /** RunState represents a discrete state of a Run. */
502
- var RunState;
503
- (function (RunState) {
504
- /** A worker is currently applying the run's changes. */
505
- RunState["Applying"] = "APPLYING";
506
- /** The run has been canceled by the user. */
507
- RunState["Canceled"] = "CANCELED";
508
- /**
509
- * The run's plan has been confirmed by the user. The run is now waiting for
510
- * the worker to pick it up and start processing.
511
- */
512
- RunState["Confirmed"] = "CONFIRMED";
513
- /**
514
- * The worker is currently performing a destroy operation on the managed
515
- * resources.
516
- */
517
- RunState["Destroying"] = "DESTROYING";
518
- /** The run's plan has been rejected by the user. */
519
- RunState["Discarded"] = "DISCARDED";
520
- /** The run has failed. */
521
- RunState["Failed"] = "FAILED";
522
- /** The run or task has finished successfully. */
523
- RunState["Finished"] = "FINISHED";
524
- /** The run's workspace is currently initializing on the worker. */
525
- RunState["Initializing"] = "INITIALIZING";
526
- /** Deprecated state. */
527
- RunState["Pending"] = "PENDING";
528
- /** The proposed run is waiting for post-planning approval policy sign-off. */
529
- RunState["PendingReview"] = "PENDING_REVIEW";
530
- /** The worker is currently performing the task requested by the user. */
531
- RunState["Performing"] = "PERFORMING";
532
- /** The worker is planning the run. */
533
- RunState["Planning"] = "PLANNING";
534
- /** The workspace is currently being prepared for the run. */
535
- RunState["Preparing"] = "PREPARING";
536
- /** The workspace is currently being prepared for the change deployment. */
537
- RunState["PreparingApply"] = "PREPARING_APPLY";
538
- /** The run is being prepared to be replanned. */
539
- RunState["PreparingReplan"] = "PREPARING_REPLAN";
540
- /**
541
- * The run is queued and is either waiting for an available worker or for the
542
- * stack lock to be released by another run.
543
- */
544
- RunState["Queued"] = "QUEUED";
545
- /** The run is ready to be started. */
546
- RunState["Ready"] = "READY";
547
- /** The run is pending a replan and should get picked up by the scheduler. */
548
- RunState["ReplanRequested"] = "REPLAN_REQUESTED";
549
- /** The run was skipped. */
550
- RunState["Skipped"] = "SKIPPED";
551
- /** The run has been stopped by the user. */
552
- RunState["Stopped"] = "STOPPED";
553
- /**
554
- * The run has planned successfully, it reports changes and is waiting for the
555
- * user to review those.
556
- */
557
- RunState["Unconfirmed"] = "UNCONFIRMED";
558
- /** An invalid "zero-value" for the run state. */
559
- RunState["Unknown"] = "UNKNOWN";
560
- })(RunState || (exports.RunState = RunState = {}));
561
- /** RunType is a type of the Run. */
562
- var RunType;
563
- (function (RunType) {
564
- /** Resource destruction job. */
565
- RunType["Destroy"] = "DESTROY";
566
- /** Source code parsing job. */
567
- RunType["Parse"] = "PARSE";
568
- /** A run that's creating a change preview or drift detection. */
569
- RunType["Proposed"] = "PROPOSED";
570
- /** One-off run started by the user. */
571
- RunType["Task"] = "TASK";
572
- /** Test case for a module. */
573
- RunType["Testing"] = "TESTING";
574
- /** A deployment candidate. */
575
- RunType["Tracked"] = "TRACKED";
576
- /** An invalid "zero-value" for the run type. */
577
- RunType["Unknown"] = "UNKNOWN";
578
- })(RunType || (exports.RunType = RunType = {}));
579
- /**
580
- * SAMLNameIDFormat is the format for the NameID to use when making requests to the SAML
581
- * identity provider.
582
- */
583
- var SamlNameIdFormat;
584
- (function (SamlNameIdFormat) {
585
- /** An email address. */
586
- SamlNameIdFormat["EmailAddress"] = "EMAIL_ADDRESS";
587
- /** An opaque identifier that remains the same between logins. */
588
- SamlNameIdFormat["Persistent"] = "PERSISTENT";
589
- /** An opaque identifier that does not remain the same between logins. */
590
- SamlNameIdFormat["Transient"] = "TRANSIENT";
591
- })(SamlNameIdFormat || (exports.SamlNameIdFormat = SamlNameIdFormat = {}));
592
- var SearchQueryFieldConstraintTimeInLast;
593
- (function (SearchQueryFieldConstraintTimeInLast) {
594
- SearchQueryFieldConstraintTimeInLast["Last1D"] = "LAST1D";
595
- SearchQueryFieldConstraintTimeInLast["Last1H"] = "LAST1H";
596
- SearchQueryFieldConstraintTimeInLast["Last4H"] = "LAST4H";
597
- SearchQueryFieldConstraintTimeInLast["Last7D"] = "LAST7D";
598
- SearchQueryFieldConstraintTimeInLast["Last14D"] = "LAST14D";
599
- SearchQueryFieldConstraintTimeInLast["Last15M"] = "LAST15M";
600
- SearchQueryFieldConstraintTimeInLast["Last30M"] = "LAST30M";
601
- })(SearchQueryFieldConstraintTimeInLast || (exports.SearchQueryFieldConstraintTimeInLast = SearchQueryFieldConstraintTimeInLast = {}));
602
- /** SearchQueryOrderDirection is the direction of the ordering. */
603
- var SearchQueryOrderDirection;
604
- (function (SearchQueryOrderDirection) {
605
- SearchQueryOrderDirection["Asc"] = "ASC";
606
- SearchQueryOrderDirection["Desc"] = "DESC";
607
- })(SearchQueryOrderDirection || (exports.SearchQueryOrderDirection = SearchQueryOrderDirection = {}));
608
- var SearchQueryRequestedPage;
609
- (function (SearchQueryRequestedPage) {
610
- /** The first page of results. */
611
- SearchQueryRequestedPage["First"] = "FIRST";
612
- /** The last page of results. */
613
- SearchQueryRequestedPage["Last"] = "LAST";
614
- /** The next page of results. */
615
- SearchQueryRequestedPage["Next"] = "NEXT";
616
- /** The previous page of results. */
617
- SearchQueryRequestedPage["Previous"] = "PREVIOUS";
618
- })(SearchQueryRequestedPage || (exports.SearchQueryRequestedPage = SearchQueryRequestedPage = {}));
619
- var SearchSuggestionsFieldType;
620
- (function (SearchSuggestionsFieldType) {
621
- SearchSuggestionsFieldType["Boolean"] = "BOOLEAN";
622
- SearchSuggestionsFieldType["Enum"] = "ENUM";
623
- SearchSuggestionsFieldType["Hierarchy"] = "HIERARCHY";
624
- SearchSuggestionsFieldType["String"] = "STRING";
625
- SearchSuggestionsFieldType["Time"] = "TIME";
626
- })(SearchSuggestionsFieldType || (exports.SearchSuggestionsFieldType = SearchSuggestionsFieldType = {}));
627
- /** The level of access a user has to the given space. */
628
- var SpaceAccessLevel;
629
- (function (SpaceAccessLevel) {
630
- SpaceAccessLevel["Admin"] = "ADMIN";
631
- SpaceAccessLevel["None"] = "NONE";
632
- SpaceAccessLevel["Read"] = "READ";
633
- SpaceAccessLevel["Write"] = "WRITE";
634
- })(SpaceAccessLevel || (exports.SpaceAccessLevel = SpaceAccessLevel = {}));
635
- /**
636
- * StackState represents a discrete state of a Stack, which is also the state of
637
- * its most currently running Run.
638
- */
639
- var StackState;
640
- (function (StackState) {
641
- /** The current tracked run is now applying. */
642
- StackState["Applying"] = "APPLYING";
643
- /** The current tracked run has been confirmed by the user. */
644
- StackState["Confirmed"] = "CONFIRMED";
645
- /** The current destroy job is now deleting all managed resources. */
646
- StackState["Destroying"] = "DESTROYING";
647
- /** The last tracked run has been discarded by the user. */
648
- StackState["Discarded"] = "DISCARDED";
649
- /** The last tracked run has failed. */
650
- StackState["Failed"] = "FAILED";
651
- /** The last tracked run has finished successfully. */
652
- StackState["Finished"] = "FINISHED";
653
- /** The current tracked run is now initializing. */
654
- StackState["Initializing"] = "INITIALIZING";
655
- /** No tracked run has been started yet, so the stack has no meaningful state. */
656
- StackState["None"] = "NONE";
657
- /** The current tracked run is now planning. */
658
- StackState["Planning"] = "PLANNING";
659
- /** The current tracked run is now preparing for execution. */
660
- StackState["Preparing"] = "PREPARING";
661
- /** The current tracked run is now preparing to apply the change. */
662
- StackState["PreparingApply"] = "PREPARING_APPLY";
663
- /** The current tracked run is being prepared to be replanned. */
664
- StackState["PreparingReplan"] = "PREPARING_REPLAN";
665
- /** The current tracked run is now ready for execution. */
666
- StackState["Ready"] = "READY";
667
- /** The current tracked run is pending a replan. */
668
- StackState["ReplanRequested"] = "REPLAN_REQUESTED";
669
- /** The last tracked run has been stopped. */
670
- StackState["Stopped"] = "STOPPED";
671
- /** The current tracked run is awaiting human confirmation. */
672
- StackState["Unconfirmed"] = "UNCONFIRMED";
673
- })(StackState || (exports.StackState = StackState = {}));
674
- var StackVendor;
675
- (function (StackVendor) {
676
- StackVendor["Ansible"] = "Ansible";
677
- StackVendor["CloudFormation"] = "CloudFormation";
678
- StackVendor["Kubernetes"] = "Kubernetes";
679
- StackVendor["OpenTofu"] = "OpenTofu";
680
- StackVendor["Pulumi"] = "Pulumi";
681
- StackVendor["Terraform"] = "Terraform";
682
- StackVendor["Terragrunt"] = "Terragrunt";
683
- })(StackVendor || (exports.StackVendor = StackVendor = {}));
684
- /**
685
- * StripeSubscriptionStatus represents all states of a Stripe subscription.
686
- * https://docs.stripe.com/api/subscriptions/object#subscription_object-status
687
- * the convention of casing is kept to match the Stripe API.
688
- */
689
- var StripeSubscriptionStatus;
690
- (function (StripeSubscriptionStatus) {
691
- StripeSubscriptionStatus["Active"] = "active";
692
- StripeSubscriptionStatus["Cancelled"] = "cancelled";
693
- StripeSubscriptionStatus["Incomplete"] = "incomplete";
694
- StripeSubscriptionStatus["IncompleteExpired"] = "incomplete_expired";
695
- StripeSubscriptionStatus["PastDue"] = "past_due";
696
- StripeSubscriptionStatus["Unknown"] = "unknown";
697
- StripeSubscriptionStatus["Unpaid"] = "unpaid";
698
- })(StripeSubscriptionStatus || (exports.StripeSubscriptionStatus = StripeSubscriptionStatus = {}));
699
- var SummaryProcessingStatus;
700
- (function (SummaryProcessingStatus) {
701
- SummaryProcessingStatus["Failed"] = "Failed";
702
- SummaryProcessingStatus["InProgress"] = "InProgress";
703
- SummaryProcessingStatus["Success"] = "Success";
704
- SummaryProcessingStatus["Unknown"] = "Unknown";
705
- })(SummaryProcessingStatus || (exports.SummaryProcessingStatus = SummaryProcessingStatus = {}));
706
- /** Current status of the Terraform provider version. */
707
- var TerraformProviderVersionStatus;
708
- (function (TerraformProviderVersionStatus) {
709
- /** The version currently being built. */
710
- TerraformProviderVersionStatus["Draft"] = "DRAFT";
711
- /** The version is published, and ready to be used. */
712
- TerraformProviderVersionStatus["Published"] = "PUBLISHED";
713
- /** The version has been revoked and can no longer be used. */
714
- TerraformProviderVersionStatus["Revoked"] = "REVOKED";
715
- })(TerraformProviderVersionStatus || (exports.TerraformProviderVersionStatus = TerraformProviderVersionStatus = {}));
716
- var TerraformWorkflowTool;
717
- (function (TerraformWorkflowTool) {
718
- /** A custom workflow tool. */
719
- TerraformWorkflowTool["Custom"] = "CUSTOM";
720
- /** OpenTofu. */
721
- TerraformWorkflowTool["OpenTofu"] = "OPEN_TOFU";
722
- /** The open source licensed version of Terraform. */
723
- TerraformWorkflowTool["TerraformFoss"] = "TERRAFORM_FOSS";
724
- })(TerraformWorkflowTool || (exports.TerraformWorkflowTool = TerraformWorkflowTool = {}));
725
- /** TerragruntTool defines the underlying tool run by Terragrunt. */
726
- var TerragruntTool;
727
- (function (TerragruntTool) {
728
- /**
729
- * Indicates that no tool will automatically be downloaded or configured, and that users are
730
- * reponsible for manually provisioning the tool themselves, for example via a custom runner
731
- * image or a pre-init hook.
732
- */
733
- TerragruntTool["ManuallyProvisioned"] = "MANUALLY_PROVISIONED";
734
- /** OpenTofu. */
735
- TerragruntTool["OpenTofu"] = "OPEN_TOFU";
736
- /** The open source licensed version of Terraform. */
737
- TerragruntTool["TerraformFoss"] = "TERRAFORM_FOSS";
738
- })(TerragruntTool || (exports.TerragruntTool = TerragruntTool = {}));
739
- var UserGroupStatus;
740
- (function (UserGroupStatus) {
741
- UserGroupStatus["Active"] = "ACTIVE";
742
- UserGroupStatus["Inactive"] = "INACTIVE";
743
- })(UserGroupStatus || (exports.UserGroupStatus = UserGroupStatus = {}));
744
- var UserRole;
745
- (function (UserRole) {
746
- UserRole["Admin"] = "ADMIN";
747
- UserRole["Owner"] = "OWNER";
748
- UserRole["User"] = "USER";
749
- })(UserRole || (exports.UserRole = UserRole = {}));
750
- var UserStatus;
751
- (function (UserStatus) {
752
- UserStatus["Active"] = "ACTIVE";
753
- UserStatus["Inactive"] = "INACTIVE";
754
- UserStatus["Pending"] = "PENDING";
755
- UserStatus["Queued"] = "QUEUED";
756
- })(UserStatus || (exports.UserStatus = UserStatus = {}));
757
- var VcsCheck;
758
- (function (VcsCheck) {
759
- /** a single VCS check aggregating all the stacks checks */
760
- VcsCheck["Aggregated"] = "AGGREGATED";
761
- /** INDIVIDUAL and AGGREGATED checks */
762
- VcsCheck["All"] = "ALL";
763
- /** a VCS check for each stack */
764
- VcsCheck["Individual"] = "INDIVIDUAL";
765
- })(VcsCheck || (exports.VcsCheck = VcsCheck = {}));
766
- var VcsIntegrationTestStatus;
767
- (function (VcsIntegrationTestStatus) {
768
- VcsIntegrationTestStatus["Fail"] = "FAIL";
769
- VcsIntegrationTestStatus["Success"] = "SUCCESS";
770
- })(VcsIntegrationTestStatus || (exports.VcsIntegrationTestStatus = VcsIntegrationTestStatus = {}));
771
- var VcsIntegrationTestType;
772
- (function (VcsIntegrationTestType) {
773
- VcsIntegrationTestType["Connection"] = "CONNECTION";
774
- VcsIntegrationTestType["GithubAppEvents"] = "GITHUB_APP_EVENTS";
775
- VcsIntegrationTestType["Permissions"] = "PERMISSIONS";
776
- VcsIntegrationTestType["Webhook"] = "WEBHOOK";
777
- })(VcsIntegrationTestType || (exports.VcsIntegrationTestType = VcsIntegrationTestType = {}));
778
- /** VCSProvider is the type of VCS provider. */
779
- var VcsProvider;
780
- (function (VcsProvider) {
781
- /** Azure DevOps. */
782
- VcsProvider["AzureDevops"] = "AZURE_DEVOPS";
783
- /** Bitbucket Cloud (bitbucket.org). */
784
- VcsProvider["BitbucketCloud"] = "BITBUCKET_CLOUD";
785
- /** Self-hosted Bitbucket Datacenter. */
786
- VcsProvider["BitbucketDatacenter"] = "BITBUCKET_DATACENTER";
787
- /** Git link VCS provider. */
788
- VcsProvider["Git"] = "GIT";
789
- /** Managed GitHub (github.com). */
790
- VcsProvider["Github"] = "GITHUB";
791
- /**
792
- * GitHub Enterprise - either self-hosted or as an extra organization on
793
- * github.com.
794
- */
795
- VcsProvider["GithubEnterprise"] = "GITHUB_ENTERPRISE";
796
- /** GitLab - either self-hosted or managed (gitlab.com). */
797
- VcsProvider["Gitlab"] = "GITLAB";
798
- /** Spacelift-managed virtual VCS provider used for onboarding new users. */
799
- VcsProvider["Showcase"] = "SHOWCASE";
800
- })(VcsProvider || (exports.VcsProvider = VcsProvider = {}));
801
- /** VersionState represents the current state of the Version. */
802
- var VersionState;
803
- (function (VersionState) {
804
- /** The version is active and can be used. */
805
- VersionState["Active"] = "ACTIVE";
806
- /** Testing the version failed. */
807
- VersionState["Failed"] = "FAILED";
808
- /** The version is currently being tested. */
809
- VersionState["Pending"] = "PENDING";
810
- })(VersionState || (exports.VersionState = VersionState = {}));
811
- var WorkerStatus;
812
- (function (WorkerStatus) {
813
- /** Worker is currently processing a worker. */
814
- WorkerStatus["Busy"] = "BUSY";
815
- /** Worker is not accepting new work. */
816
- WorkerStatus["Drained"] = "DRAINED";
817
- WorkerStatus["Idle"] = "IDLE";
818
- })(WorkerStatus || (exports.WorkerStatus = WorkerStatus = {}));
819
- //# sourceMappingURL=graphql.js.map