@tailor-platform/sdk 2.13.1 → 2.14.1

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 (259) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/dist/application-BWOMdL3D.mjs +1 -0
  3. package/dist/{application-D3HlhR3i.mjs → application-CfevPO-k.mjs} +21 -17
  4. package/dist/application-CfevPO-k.mjs.map +1 -0
  5. package/dist/cli/commands/api/api-call.d.mts +4 -5
  6. package/dist/cli/commands/deploy/config-id-injector.d.mts +3 -4
  7. package/dist/cli/commands/deploy/deploy.d.mts +3 -4
  8. package/dist/cli/commands/deploy/function-registry-types.d.mts +2 -3
  9. package/dist/cli/commands/executor/get.d.mts +3 -4
  10. package/dist/cli/commands/executor/jobs.d.mts +10 -11
  11. package/dist/cli/commands/executor/list.d.mts +3 -4
  12. package/dist/cli/commands/executor/transform.d.mts +6 -7
  13. package/dist/cli/commands/executor/trigger.d.mts +4 -5
  14. package/dist/cli/commands/executor/webhook.d.mts +4 -5
  15. package/dist/cli/commands/function/get.d.mts +3 -4
  16. package/dist/cli/commands/function/list.d.mts +3 -4
  17. package/dist/cli/commands/function/transform.d.mts +2 -3
  18. package/dist/cli/commands/generate/options.d.mts +2 -3
  19. package/dist/cli/commands/generate/seed/bundler.d.mts +3 -4
  20. package/dist/cli/commands/generate/service.d.mts +2 -3
  21. package/dist/cli/commands/machineuser/list.d.mts +4 -5
  22. package/dist/cli/commands/machineuser/token.d.mts +4 -5
  23. package/dist/cli/commands/oauth2client/get.d.mts +3 -4
  24. package/dist/cli/commands/oauth2client/list.d.mts +3 -4
  25. package/dist/cli/commands/oauth2client/transform.d.mts +3 -4
  26. package/dist/cli/commands/organization/folder/create.d.mts +3 -4
  27. package/dist/cli/commands/organization/folder/delete.d.mts +3 -4
  28. package/dist/cli/commands/organization/folder/get.d.mts +3 -4
  29. package/dist/cli/commands/organization/folder/list.d.mts +3 -4
  30. package/dist/cli/commands/organization/folder/update.d.mts +3 -4
  31. package/dist/cli/commands/organization/get.d.mts +3 -4
  32. package/dist/cli/commands/organization/list.d.mts +3 -4
  33. package/dist/cli/commands/organization/transform.d.mts +5 -6
  34. package/dist/cli/commands/organization/tree.d.mts +3 -4
  35. package/dist/cli/commands/organization/update.d.mts +3 -4
  36. package/dist/cli/commands/remove.d.mts +3 -4
  37. package/dist/cli/commands/show.d.mts +6 -7
  38. package/dist/cli/commands/staticwebsite/deploy.d.mts +3 -4
  39. package/dist/cli/commands/tailordb/migrate/bundler.d.mts +3 -4
  40. package/dist/cli/commands/tailordb/migrate/config.d.mts +3 -4
  41. package/dist/cli/commands/tailordb/migrate/diff-calculator.d.mts +35 -35
  42. package/dist/cli/commands/tailordb/migrate/generate.d.mts +3 -4
  43. package/dist/cli/commands/tailordb/migrate/rename-detection.d.mts +3 -4
  44. package/dist/cli/commands/tailordb/migrate/snapshot-comparison.d.mts +4 -5
  45. package/dist/cli/commands/tailordb/migrate/snapshot-files.d.mts +13 -14
  46. package/dist/cli/commands/tailordb/migrate/snapshot-local.d.mts +2 -3
  47. package/dist/cli/commands/tailordb/migrate/snapshot-migrations.d.mts +2 -3
  48. package/dist/cli/commands/tailordb/migrate/snapshot-types.d.mts +21 -22
  49. package/dist/cli/commands/tailordb/migrate/types.d.mts +2 -3
  50. package/dist/cli/commands/tailordb/truncate.d.mts +3 -4
  51. package/dist/cli/commands/workflow/executions.d.mts +8 -9
  52. package/dist/cli/commands/workflow/get.d.mts +3 -4
  53. package/dist/cli/commands/workflow/list.d.mts +3 -4
  54. package/dist/cli/commands/workflow/resume.d.mts +4 -5
  55. package/dist/cli/commands/workflow/start.d.mts +5 -6
  56. package/dist/cli/commands/workflow/status.d.mts +3 -4
  57. package/dist/cli/commands/workflow/transform.d.mts +5 -6
  58. package/dist/cli/commands/workflow/wait.d.mts +3 -4
  59. package/dist/cli/commands/workflow/waiter.d.mts +3 -4
  60. package/dist/cli/commands/workspace/app/health.d.mts +3 -4
  61. package/dist/cli/commands/workspace/app/list.d.mts +3 -4
  62. package/dist/cli/commands/workspace/app/transform.d.mts +3 -4
  63. package/dist/cli/commands/workspace/create.d.mts +3 -4
  64. package/dist/cli/commands/workspace/delete.d.mts +3 -4
  65. package/dist/cli/commands/workspace/get.d.mts +3 -4
  66. package/dist/cli/commands/workspace/list.d.mts +3 -4
  67. package/dist/cli/commands/workspace/restore.d.mts +3 -4
  68. package/dist/cli/commands/workspace/transform.d.mts +3 -4
  69. package/dist/cli/commands/workspace/user/invite.d.mts +3 -4
  70. package/dist/cli/commands/workspace/user/list.d.mts +3 -4
  71. package/dist/cli/commands/workspace/user/remove.d.mts +3 -4
  72. package/dist/cli/commands/workspace/user/transform.d.mts +2 -3
  73. package/dist/cli/commands/workspace/user/update.d.mts +3 -4
  74. package/dist/cli/lib.mjs +1 -1
  75. package/dist/cli/lib.mjs.map +1 -1
  76. package/dist/cli/main.d.mts +2 -3
  77. package/dist/cli/main.mjs +43 -41
  78. package/dist/cli/main.mjs.map +1 -1
  79. package/dist/cli/query/index.d.mts +2 -3
  80. package/dist/cli/shared/args.d.mts +11 -12
  81. package/dist/cli/shared/beta.d.mts +2 -3
  82. package/dist/cli/shared/client.d.mts +4 -5
  83. package/dist/cli/shared/command.d.mts +2 -3
  84. package/dist/cli/shared/config-loader.d.mts +5 -6
  85. package/dist/cli/shared/config.d.mts +2 -3
  86. package/dist/cli/shared/context.d.mts +3 -4
  87. package/dist/cli/shared/error-json.d.mts +4 -5
  88. package/dist/cli/shared/logger.d.mts +7 -8
  89. package/dist/cli/shared/prompt.d.mts +7 -8
  90. package/dist/cli/shared/readonly-guard.d.mts +2 -3
  91. package/dist/cli/shared/script-executor.d.mts +7 -8
  92. package/dist/cli/shared/seed-chunker.d.mts +5 -6
  93. package/dist/cli/shared/seed-context.d.mts +5 -5
  94. package/dist/cli/shared/tailordb-namespaces.d.mts +5 -6
  95. package/dist/cli/shared/type-generator.d.mts +2 -3
  96. package/dist/cli/shared/workspace-name.d.mts +2 -3
  97. package/dist/completion/zsh-worker.zsh +1 -1
  98. package/dist/configure/config/index.d.mts +3 -4
  99. package/dist/configure/config/types.d.mts +14 -15
  100. package/dist/configure/index.d.mts +10 -10
  101. package/dist/configure/index.mjs +1 -1
  102. package/dist/configure/index.mjs.map +1 -1
  103. package/dist/configure/services/aigateway/index.d.mts +2 -2
  104. package/dist/configure/services/aigateway/types.d.mts +4 -5
  105. package/dist/configure/services/auth/index.d.mts +3 -3
  106. package/dist/configure/services/auth/types.d.mts +24 -25
  107. package/dist/configure/services/executor/executor.d.mts +3 -4
  108. package/dist/configure/services/executor/operation.d.mts +6 -7
  109. package/dist/configure/services/executor/trigger/event.d.mts +56 -57
  110. package/dist/configure/services/executor/trigger/index.d.mts +2 -2
  111. package/dist/configure/services/executor/trigger/schedule.d.mts +4 -5
  112. package/dist/configure/services/executor/trigger/webhook.d.mts +8 -9
  113. package/dist/configure/services/http-adapter/http-adapter.d.mts +12 -13
  114. package/dist/configure/services/idp/index.d.mts +2 -2
  115. package/dist/configure/services/idp/permission.d.mts +4 -5
  116. package/dist/configure/services/idp/types.d.mts +5 -6
  117. package/dist/configure/services/resolver/permission.d.mts +4 -5
  118. package/dist/configure/services/resolver/resolver.d.mts +3 -4
  119. package/dist/configure/services/resolver/types.d.mts +2 -3
  120. package/dist/configure/services/secrets/index.d.mts +3 -3
  121. package/dist/configure/services/secrets/types.d.mts +3 -4
  122. package/dist/configure/services/staticwebsite/index.d.mts +2 -2
  123. package/dist/configure/services/staticwebsite/types.d.mts +3 -4
  124. package/dist/configure/services/tailordb/permission.d.mts +6 -7
  125. package/dist/configure/services/tailordb/schema.d.mts +8 -9
  126. package/dist/configure/services/tailordb/types.d.mts +25 -26
  127. package/dist/configure/services/workflow/execution-policy.d.mts +3 -3
  128. package/dist/configure/services/workflow/execution-policy.types.d.mts +8 -9
  129. package/dist/configure/services/workflow/job.d.mts +4 -5
  130. package/dist/configure/services/workflow/wait-point.d.mts +5 -6
  131. package/dist/configure/services/workflow/workflow.d.mts +4 -4
  132. package/dist/configure/types/aigateway-name.d.mts +3 -4
  133. package/dist/configure/types/auth-namespace-name.d.mts +3 -4
  134. package/dist/configure/types/connection-name.d.mts +3 -4
  135. package/dist/configure/types/field.d.mts +3 -4
  136. package/dist/configure/types/field.types.d.mts +18 -12
  137. package/dist/configure/types/idp-name.d.mts +3 -4
  138. package/dist/configure/types/permission-operand.types.d.mts +7 -8
  139. package/dist/configure/types/type.d.mts +3 -4
  140. package/dist/date-DrUO8rOJ.mjs +2 -0
  141. package/dist/date-DrUO8rOJ.mjs.map +1 -0
  142. package/dist/kysely/index.d.mts +18 -18
  143. package/dist/parser/service/idp/types.d.mts +2 -3
  144. package/dist/parser/service/tailordb/type-source.d.mts +2 -3
  145. package/dist/parser/service/tailordb/types.d.mts +13 -14
  146. package/dist/plugin/builtin/enum-constants/index.d.mts +3 -4
  147. package/dist/plugin/builtin/file-utils/index.d.mts +3 -4
  148. package/dist/plugin/builtin/kysely-type/index.d.mts +4 -5
  149. package/dist/plugin/builtin/seed/index.d.mts +4 -5
  150. package/dist/plugin/builtin/seed/seed-type-processor.d.mts +2 -3
  151. package/dist/plugin/get-generated-table.d.mts +2 -3
  152. package/dist/plugin/index.mjs +1 -1
  153. package/dist/plugin/index.mjs.map +1 -1
  154. package/dist/plugin/types.d.mts +29 -29
  155. package/dist/plugin/with-context.d.mts +9 -10
  156. package/dist/register-ts-hook-DZ1Kpt4s.mjs +642 -0
  157. package/dist/register-ts-hook-DZ1Kpt4s.mjs.map +1 -0
  158. package/dist/runtime/aigateway.d.mts +4 -5
  159. package/dist/runtime/authconnection.d.mts +3 -4
  160. package/dist/runtime/context.d.mts +6 -7
  161. package/dist/runtime/date.d.mts +16 -0
  162. package/dist/runtime/field-parse.d.mts +2 -3
  163. package/dist/runtime/file.d.mts +14 -15
  164. package/dist/runtime/globals.d.mts +2 -1
  165. package/dist/runtime/iconv.d.mts +5 -6
  166. package/dist/runtime/idp.d.mts +14 -15
  167. package/dist/runtime/index.d.mts +8 -7
  168. package/dist/runtime/index.mjs +1 -1
  169. package/dist/runtime/logger.d.mts +10 -11
  170. package/dist/runtime/secretmanager.d.mts +3 -4
  171. package/dist/runtime/types.d.mts +7 -8
  172. package/dist/runtime/workflow.d.mts +7 -8
  173. package/dist/schema-DMlLMsWA.mjs +2 -0
  174. package/dist/schema-DMlLMsWA.mjs.map +1 -0
  175. package/dist/seed/index.d.mts +3 -3
  176. package/dist/service-7SCy2bhm.mjs +7 -0
  177. package/dist/service-7SCy2bhm.mjs.map +1 -0
  178. package/dist/service-CWFQ8EVo.mjs +1 -0
  179. package/dist/shared/src/color.d.mts +2 -3
  180. package/dist/tailor-proto/src/tailor/v1/aigateway_pb.d.mts +21 -22
  181. package/dist/tailor-proto/src/tailor/v1/aigateway_resource_pb.d.mts +2 -3
  182. package/dist/tailor-proto/src/tailor/v1/application_pb.d.mts +35 -36
  183. package/dist/tailor-proto/src/tailor/v1/application_resource_pb.d.mts +6 -7
  184. package/dist/tailor-proto/src/tailor/v1/auth_pb.d.mts +229 -230
  185. package/dist/tailor-proto/src/tailor/v1/auth_resource_pb.d.mts +40 -41
  186. package/dist/tailor-proto/src/tailor/v1/events_pb.d.mts +9 -10
  187. package/dist/tailor-proto/src/tailor/v1/events_resource_pb.d.mts +3 -4
  188. package/dist/tailor-proto/src/tailor/v1/executor_pb.d.mts +45 -46
  189. package/dist/tailor-proto/src/tailor/v1/executor_resource_pb.d.mts +24 -25
  190. package/dist/tailor-proto/src/tailor/v1/function_pb.d.mts +17 -18
  191. package/dist/tailor-proto/src/tailor/v1/function_registry_pb.d.mts +29 -30
  192. package/dist/tailor-proto/src/tailor/v1/function_resource_pb.d.mts +8 -9
  193. package/dist/tailor-proto/src/tailor/v1/http_adapter_resource_pb.d.mts +2 -3
  194. package/dist/tailor-proto/src/tailor/v1/idp_pb.d.mts +37 -38
  195. package/dist/tailor-proto/src/tailor/v1/idp_resource_pb.d.mts +13 -14
  196. package/dist/tailor-proto/src/tailor/v1/metadata_pb.d.mts +19 -20
  197. package/dist/tailor-proto/src/tailor/v1/metadata_resource_pb.d.mts +2 -3
  198. package/dist/tailor-proto/src/tailor/v1/meter_pb.d.mts +25 -26
  199. package/dist/tailor-proto/src/tailor/v1/pipeline_pb.d.mts +59 -60
  200. package/dist/tailor-proto/src/tailor/v1/pipeline_resource_pb.d.mts +10 -11
  201. package/dist/tailor-proto/src/tailor/v1/resource_pb.d.mts +7 -8
  202. package/dist/tailor-proto/src/tailor/v1/secret_manager_pb.d.mts +37 -38
  203. package/dist/tailor-proto/src/tailor/v1/secret_manager_resource_pb.d.mts +4 -5
  204. package/dist/tailor-proto/src/tailor/v1/service_pb.d.mts +6 -7
  205. package/dist/tailor-proto/src/tailor/v1/stateflow_pb.d.mts +21 -22
  206. package/dist/tailor-proto/src/tailor/v1/stateflow_resource_pb.d.mts +3 -4
  207. package/dist/tailor-proto/src/tailor/v1/staticwebsite_pb.d.mts +50 -51
  208. package/dist/tailor-proto/src/tailor/v1/staticwebsite_resource_pb.d.mts +4 -5
  209. package/dist/tailor-proto/src/tailor/v1/tailordb_pb.d.mts +74 -75
  210. package/dist/tailor-proto/src/tailor/v1/tailordb_resource_pb.d.mts +35 -36
  211. package/dist/tailor-proto/src/tailor/v1/telemetryrouter_pb.d.mts +41 -42
  212. package/dist/tailor-proto/src/tailor/v1/telemetryrouter_resource_pb.d.mts +11 -12
  213. package/dist/tailor-proto/src/tailor/v1/workflow_pb.d.mts +97 -98
  214. package/dist/tailor-proto/src/tailor/v1/workflow_resource_pb.d.mts +11 -12
  215. package/dist/tailor-proto/src/tailor/v1/workspace_pb.d.mts +209 -210
  216. package/dist/tailor-proto/src/tailor/v1/workspace_resource_pb.d.mts +24 -25
  217. package/dist/types/aigateway.generated.d.mts +3 -4
  218. package/dist/types/app-config.generated.d.mts +2 -3
  219. package/dist/types/auth-connection.generated.d.mts +3 -4
  220. package/dist/types/auth.generated.d.mts +15 -16
  221. package/dist/types/executor.generated.d.mts +26 -27
  222. package/dist/types/helpers.d.mts +15 -13
  223. package/dist/types/http-adapter.generated.d.mts +2 -3
  224. package/dist/types/idp.generated.d.mts +7 -8
  225. package/dist/types/resolver.generated.d.mts +6 -5
  226. package/dist/types/secrets.generated.d.mts +3 -4
  227. package/dist/types/staticwebsite.generated.d.mts +3 -4
  228. package/dist/types/tailordb.generated.d.mts +7 -8
  229. package/dist/types/workflow.generated.d.mts +3 -4
  230. package/dist/utils/test/index.d.mts +3 -4
  231. package/dist/vitest/index.d.mts +2 -2
  232. package/dist/vitest/mock-kysely.d.mts +4 -5
  233. package/dist/vitest/mocks/aigateway.d.mts +3 -4
  234. package/dist/vitest/mocks/authconnection.d.mts +3 -4
  235. package/dist/vitest/mocks/file.d.mts +3 -4
  236. package/dist/vitest/mocks/iconv.d.mts +3 -4
  237. package/dist/vitest/mocks/idp.d.mts +3 -4
  238. package/dist/vitest/mocks/logger.d.mts +3 -4
  239. package/dist/vitest/mocks/secretmanager.d.mts +3 -4
  240. package/dist/vitest/mocks/tailordb-pglite.d.mts +4 -5
  241. package/dist/vitest/mocks/tailordb.d.mts +6 -7
  242. package/dist/vitest/mocks/workflow.d.mts +2 -3
  243. package/dist/vitest/pglite-kysely.d.mts +5 -6
  244. package/dist/vitest/setup.d.mts +6 -7
  245. package/dist/vitest/workflow-local.d.mts +5 -6
  246. package/docs/services/idp.md +6 -3
  247. package/docs/services/resolver.md +21 -0
  248. package/docs/services/tailordb-migration.md +25 -3
  249. package/docs/services/tailordb.md +2 -0
  250. package/package.json +13 -13
  251. package/dist/application-BFTkaW6X.mjs +0 -1
  252. package/dist/application-D3HlhR3i.mjs.map +0 -1
  253. package/dist/register-ts-hook-BJmGCQAA.mjs +0 -642
  254. package/dist/register-ts-hook-BJmGCQAA.mjs.map +0 -1
  255. package/dist/schema-6d_OHyZf.mjs +0 -2
  256. package/dist/schema-6d_OHyZf.mjs.map +0 -1
  257. package/dist/service-BzsSm2f6.mjs +0 -7
  258. package/dist/service-BzsSm2f6.mjs.map +0 -1
  259. package/dist/service-CmwD9bwv.mjs +0 -1
@@ -5,7 +5,7 @@ import { Duration, Timestamp } from "@bufbuild/protobuf/wkt";
5
5
  /**
6
6
  * @generated from message tailor.v1.WorkflowJobFunction
7
7
  */
8
- declare type WorkflowJobFunction = Message<"tailor.v1.WorkflowJobFunction"> & {
8
+ export declare type WorkflowJobFunction = Message<"tailor.v1.WorkflowJobFunction"> & {
9
9
  /**
10
10
  * @generated from field: string id = 1;
11
11
  */
@@ -49,7 +49,7 @@ declare type WorkflowJobFunction = Message<"tailor.v1.WorkflowJobFunction"> & {
49
49
  *
50
50
  * @generated from message tailor.v1.WorkflowJobFunctionSummary
51
51
  */
52
- declare type WorkflowJobFunctionSummary = Message<"tailor.v1.WorkflowJobFunctionSummary"> & {
52
+ export declare type WorkflowJobFunctionSummary = Message<"tailor.v1.WorkflowJobFunctionSummary"> & {
53
53
  /**
54
54
  * @generated from field: string id = 1;
55
55
  */
@@ -77,7 +77,7 @@ declare type WorkflowJobFunctionSummary = Message<"tailor.v1.WorkflowJobFunction
77
77
  /**
78
78
  * @generated from message tailor.v1.ConcurrencyPolicy
79
79
  */
80
- declare type ConcurrencyPolicy = Message<"tailor.v1.ConcurrencyPolicy"> & {
80
+ export declare type ConcurrencyPolicy = Message<"tailor.v1.ConcurrencyPolicy"> & {
81
81
  /**
82
82
  * @generated from field: int32 max_concurrent_executions = 1;
83
83
  */
@@ -86,7 +86,7 @@ declare type ConcurrencyPolicy = Message<"tailor.v1.ConcurrencyPolicy"> & {
86
86
  /**
87
87
  * @generated from message tailor.v1.RetryPolicy
88
88
  */
89
- declare type RetryPolicy = Message<"tailor.v1.RetryPolicy"> & {
89
+ export declare type RetryPolicy = Message<"tailor.v1.RetryPolicy"> & {
90
90
  /**
91
91
  * @generated from field: int32 max_retries = 1;
92
92
  */
@@ -107,7 +107,7 @@ declare type RetryPolicy = Message<"tailor.v1.RetryPolicy"> & {
107
107
  /**
108
108
  * @generated from message tailor.v1.Workflow
109
109
  */
110
- declare type Workflow = Message<"tailor.v1.Workflow"> & {
110
+ export declare type Workflow = Message<"tailor.v1.Workflow"> & {
111
111
  /**
112
112
  * @generated from field: string id = 1;
113
113
  */
@@ -160,7 +160,7 @@ declare type Workflow = Message<"tailor.v1.Workflow"> & {
160
160
  *
161
161
  * @generated from message tailor.v1.WorkflowJobFunctionExecutionPolicy
162
162
  */
163
- declare type WorkflowJobFunctionExecutionPolicy = Message<"tailor.v1.WorkflowJobFunctionExecutionPolicy"> & {
163
+ export declare type WorkflowJobFunctionExecutionPolicy = Message<"tailor.v1.WorkflowJobFunctionExecutionPolicy"> & {
164
164
  /**
165
165
  * @generated from field: string id = 1;
166
166
  */
@@ -195,7 +195,7 @@ declare type WorkflowJobFunctionExecutionPolicy = Message<"tailor.v1.WorkflowJob
195
195
  /**
196
196
  * @generated from message tailor.v1.WorkflowJobExecution
197
197
  */
198
- declare type WorkflowJobExecution = Message<"tailor.v1.WorkflowJobExecution"> & {
198
+ export declare type WorkflowJobExecution = Message<"tailor.v1.WorkflowJobExecution"> & {
199
199
  /**
200
200
  * @generated from field: string id = 1;
201
201
  */
@@ -226,7 +226,7 @@ declare type WorkflowJobExecution = Message<"tailor.v1.WorkflowJobExecution"> &
226
226
  /**
227
227
  * @generated from enum tailor.v1.WorkflowJobExecution.Status
228
228
  */
229
- declare enum WorkflowJobExecution_Status {
229
+ export declare enum WorkflowJobExecution_Status {
230
230
  /**
231
231
  * @generated from enum value: STATUS_UNSPECIFIED = 0;
232
232
  */
@@ -255,7 +255,7 @@ declare enum WorkflowJobExecution_Status {
255
255
  /**
256
256
  * @generated from message tailor.v1.WorkflowExecution
257
257
  */
258
- declare type WorkflowExecution = Message<"tailor.v1.WorkflowExecution"> & {
258
+ export declare type WorkflowExecution = Message<"tailor.v1.WorkflowExecution"> & {
259
259
  /**
260
260
  * @generated from field: string id = 1;
261
261
  */
@@ -292,7 +292,7 @@ declare type WorkflowExecution = Message<"tailor.v1.WorkflowExecution"> & {
292
292
  /**
293
293
  * @generated from enum tailor.v1.WorkflowExecution.Status
294
294
  */
295
- declare enum WorkflowExecution_Status {
295
+ export declare enum WorkflowExecution_Status {
296
296
  /**
297
297
  * @generated from enum value: STATUS_UNSPECIFIED = 0;
298
298
  */
@@ -326,5 +326,4 @@ declare enum WorkflowExecution_Status {
326
326
  */
327
327
  WAITING = 7
328
328
  }
329
- //#endregion
330
- export { ConcurrencyPolicy, RetryPolicy, Workflow, WorkflowExecution, WorkflowExecution_Status, WorkflowJobExecution, WorkflowJobExecution_Status, WorkflowJobFunction, WorkflowJobFunctionExecutionPolicy, WorkflowJobFunctionSummary };
329
+ //#endregion