@trigger.dev/core 3.0.0-beta.35 → 3.0.0-beta.36

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 (37) hide show
  1. package/dist/{catalog-BUwiuDbt.d.mts → catalog-XTlJQaMn.d.mts} +3 -3
  2. package/dist/{catalog-eKgqBHUA.d.ts → catalog-dRKTgwQ7.d.ts} +3 -3
  3. package/dist/{manager-uPyMRN8k.d.mts → manager-JkbddlcO.d.mts} +19 -19
  4. package/dist/{manager-uPyMRN8k.d.ts → manager-JkbddlcO.d.ts} +19 -19
  5. package/dist/{messages-l9PdIyKF.d.mts → messages-6_-q72KG.d.mts} +119 -119
  6. package/dist/{messages-l9PdIyKF.d.ts → messages-6_-q72KG.d.ts} +119 -119
  7. package/dist/{schemas-b8tRw8dX.d.mts → schemas-r4ZP9S-F.d.mts} +2 -2
  8. package/dist/{schemas-b8tRw8dX.d.ts → schemas-r4ZP9S-F.d.ts} +2 -2
  9. package/dist/v3/dev/index.d.mts +1 -1
  10. package/dist/v3/dev/index.d.ts +1 -1
  11. package/dist/v3/index.d.mts +579 -122
  12. package/dist/v3/index.d.ts +579 -122
  13. package/dist/v3/index.js +739 -319
  14. package/dist/v3/index.js.map +1 -1
  15. package/dist/v3/index.mjs +730 -318
  16. package/dist/v3/index.mjs.map +1 -1
  17. package/dist/v3/otel/index.js +1 -1
  18. package/dist/v3/otel/index.js.map +1 -1
  19. package/dist/v3/otel/index.mjs +1 -1
  20. package/dist/v3/otel/index.mjs.map +1 -1
  21. package/dist/v3/prod/index.d.mts +2 -2
  22. package/dist/v3/prod/index.d.ts +2 -2
  23. package/dist/v3/workers/index.d.mts +6 -6
  24. package/dist/v3/workers/index.d.ts +6 -6
  25. package/dist/v3/workers/index.js +463 -51
  26. package/dist/v3/workers/index.js.map +1 -1
  27. package/dist/v3/workers/index.mjs +463 -51
  28. package/dist/v3/workers/index.mjs.map +1 -1
  29. package/dist/v3/zodMessageHandler.d.mts +1 -1
  30. package/dist/v3/zodMessageHandler.d.ts +1 -1
  31. package/dist/v3/zodfetch.d.mts +194 -10
  32. package/dist/v3/zodfetch.d.ts +194 -10
  33. package/dist/v3/zodfetch.js +336 -38
  34. package/dist/v3/zodfetch.js.map +1 -1
  35. package/dist/v3/zodfetch.mjs +320 -37
  36. package/dist/v3/zodfetch.mjs.map +1 -1
  37. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
1
  import { Context as Context$1, Span, SpanOptions, Tracer } from '@opentelemetry/api';
2
2
  import { Logger } from '@opentelemetry/api-logs';
3
- import { R as RetryOptions, P as Prettify, h as TaskMetadata, T as TaskFileMetadata, a as TaskMetadataWithFilePath } from './schemas-b8tRw8dX.mjs';
3
+ import { R as RetryOptions, P as Prettify, b as TaskMetadata, T as TaskFileMetadata, a as TaskMetadataWithFilePath } from './schemas-r4ZP9S-F.mjs';
4
4
  import { InstrumentationOption } from '@opentelemetry/instrumentation';
5
- import { b as TaskRunContext } from './manager-uPyMRN8k.mjs';
5
+ import { a as TaskRunContext } from './manager-JkbddlcO.mjs';
6
6
 
7
7
  type TriggerTracerConfig = {
8
8
  name: string;
@@ -199,4 +199,4 @@ interface TaskCatalog {
199
199
  taskExists(id: string): boolean;
200
200
  }
201
201
 
202
- export { type Clock as C, type FailureFnParams as F, type HandleErrorFnParams as H, type InitOutput as I, type LogLevel as L, type MiddlewareFnParams as M, OtelTaskLogger as O, type ProjectConfig as P, type RunFnParams as R, type StartFnParams as S, type TaskLogger as T, type ClockTime as a, type TaskCatalog as b, type TaskMetadataWithFunctions as c, TriggerTracer as d, type InitFnParams as e, type Context as f, type SuccessFnParams as g, type HandleErrorModificationOptions as h, type HandleErrorResult as i, type HandleErrorArgs as j, type HandleErrorFunction as k, type ResolveEnvironmentVariablesResult as l, type ResolveEnvironmentVariablesParams as m, type ResolveEnvironmentVariablesFunction as n, logLevels as o };
202
+ export { type Clock as C, type FailureFnParams as F, type HandleErrorFunction as H, type InitOutput as I, type LogLevel as L, type MiddlewareFnParams as M, OtelTaskLogger as O, type ProjectConfig as P, type RunFnParams as R, type StartFnParams as S, TriggerTracer as T, type TaskMetadataWithFunctions as a, type ClockTime as b, type TaskCatalog as c, type TaskLogger as d, type InitFnParams as e, type Context as f, type SuccessFnParams as g, type HandleErrorFnParams as h, type HandleErrorModificationOptions as i, type HandleErrorResult as j, type HandleErrorArgs as k, logLevels as l, type ResolveEnvironmentVariablesResult as m, type ResolveEnvironmentVariablesParams as n, type ResolveEnvironmentVariablesFunction as o };
@@ -1,8 +1,8 @@
1
1
  import { Context as Context$1, Span, SpanOptions, Tracer } from '@opentelemetry/api';
2
2
  import { Logger } from '@opentelemetry/api-logs';
3
- import { R as RetryOptions, P as Prettify, h as TaskMetadata, T as TaskFileMetadata, a as TaskMetadataWithFilePath } from './schemas-b8tRw8dX.js';
3
+ import { R as RetryOptions, P as Prettify, b as TaskMetadata, T as TaskFileMetadata, a as TaskMetadataWithFilePath } from './schemas-r4ZP9S-F.js';
4
4
  import { InstrumentationOption } from '@opentelemetry/instrumentation';
5
- import { b as TaskRunContext } from './manager-uPyMRN8k.js';
5
+ import { a as TaskRunContext } from './manager-JkbddlcO.js';
6
6
 
7
7
  type TriggerTracerConfig = {
8
8
  name: string;
@@ -199,4 +199,4 @@ interface TaskCatalog {
199
199
  taskExists(id: string): boolean;
200
200
  }
201
201
 
202
- export { type Clock as C, type FailureFnParams as F, type HandleErrorFnParams as H, type InitOutput as I, type LogLevel as L, type MiddlewareFnParams as M, OtelTaskLogger as O, type ProjectConfig as P, type RunFnParams as R, type StartFnParams as S, type TaskLogger as T, type ClockTime as a, type TaskCatalog as b, type TaskMetadataWithFunctions as c, TriggerTracer as d, type InitFnParams as e, type Context as f, type SuccessFnParams as g, type HandleErrorModificationOptions as h, type HandleErrorResult as i, type HandleErrorArgs as j, type HandleErrorFunction as k, type ResolveEnvironmentVariablesResult as l, type ResolveEnvironmentVariablesParams as m, type ResolveEnvironmentVariablesFunction as n, logLevels as o };
202
+ export { type Clock as C, type FailureFnParams as F, type HandleErrorFunction as H, type InitOutput as I, type LogLevel as L, type MiddlewareFnParams as M, OtelTaskLogger as O, type ProjectConfig as P, type RunFnParams as R, type StartFnParams as S, TriggerTracer as T, type TaskMetadataWithFunctions as a, type ClockTime as b, type TaskCatalog as c, type TaskLogger as d, type InitFnParams as e, type Context as f, type SuccessFnParams as g, type HandleErrorFnParams as h, type HandleErrorModificationOptions as i, type HandleErrorResult as j, type HandleErrorArgs as k, logLevels as l, type ResolveEnvironmentVariablesResult as m, type ResolveEnvironmentVariablesParams as n, type ResolveEnvironmentVariablesFunction as o };
@@ -6,13 +6,13 @@ declare const TaskRunBuiltInError: z.ZodObject<{
6
6
  message: z.ZodString;
7
7
  stackTrace: z.ZodString;
8
8
  }, "strip", z.ZodTypeAny, {
9
- type: "BUILT_IN_ERROR";
10
9
  message: string;
10
+ type: "BUILT_IN_ERROR";
11
11
  name: string;
12
12
  stackTrace: string;
13
13
  }, {
14
- type: "BUILT_IN_ERROR";
15
14
  message: string;
15
+ type: "BUILT_IN_ERROR";
16
16
  name: string;
17
17
  stackTrace: string;
18
18
  }>;
@@ -73,13 +73,13 @@ declare const TaskRunError: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
73
73
  message: z.ZodString;
74
74
  stackTrace: z.ZodString;
75
75
  }, "strip", z.ZodTypeAny, {
76
- type: "BUILT_IN_ERROR";
77
76
  message: string;
77
+ type: "BUILT_IN_ERROR";
78
78
  name: string;
79
79
  stackTrace: string;
80
80
  }, {
81
- type: "BUILT_IN_ERROR";
82
81
  message: string;
82
+ type: "BUILT_IN_ERROR";
83
83
  name: string;
84
84
  stackTrace: string;
85
85
  }>, z.ZodObject<{
@@ -688,13 +688,13 @@ declare const TaskRunFailedExecutionResult: z.ZodObject<{
688
688
  message: z.ZodString;
689
689
  stackTrace: z.ZodString;
690
690
  }, "strip", z.ZodTypeAny, {
691
- type: "BUILT_IN_ERROR";
692
691
  message: string;
692
+ type: "BUILT_IN_ERROR";
693
693
  name: string;
694
694
  stackTrace: string;
695
695
  }, {
696
- type: "BUILT_IN_ERROR";
697
696
  message: string;
697
+ type: "BUILT_IN_ERROR";
698
698
  name: string;
699
699
  stackTrace: string;
700
700
  }>, z.ZodObject<{
@@ -744,8 +744,8 @@ declare const TaskRunFailedExecutionResult: z.ZodObject<{
744
744
  skippedRetrying: z.ZodOptional<z.ZodBoolean>;
745
745
  }, "strip", z.ZodTypeAny, {
746
746
  error: {
747
- type: "BUILT_IN_ERROR";
748
747
  message: string;
748
+ type: "BUILT_IN_ERROR";
749
749
  name: string;
750
750
  stackTrace: string;
751
751
  } | {
@@ -769,8 +769,8 @@ declare const TaskRunFailedExecutionResult: z.ZodObject<{
769
769
  skippedRetrying?: boolean | undefined;
770
770
  }, {
771
771
  error: {
772
- type: "BUILT_IN_ERROR";
773
772
  message: string;
773
+ type: "BUILT_IN_ERROR";
774
774
  name: string;
775
775
  stackTrace: string;
776
776
  } | {
@@ -835,13 +835,13 @@ declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.ZodObject
835
835
  message: z.ZodString;
836
836
  stackTrace: z.ZodString;
837
837
  }, "strip", z.ZodTypeAny, {
838
- type: "BUILT_IN_ERROR";
839
838
  message: string;
839
+ type: "BUILT_IN_ERROR";
840
840
  name: string;
841
841
  stackTrace: string;
842
842
  }, {
843
- type: "BUILT_IN_ERROR";
844
843
  message: string;
844
+ type: "BUILT_IN_ERROR";
845
845
  name: string;
846
846
  stackTrace: string;
847
847
  }>, z.ZodObject<{
@@ -891,8 +891,8 @@ declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.ZodObject
891
891
  skippedRetrying: z.ZodOptional<z.ZodBoolean>;
892
892
  }, "strip", z.ZodTypeAny, {
893
893
  error: {
894
- type: "BUILT_IN_ERROR";
895
894
  message: string;
895
+ type: "BUILT_IN_ERROR";
896
896
  name: string;
897
897
  stackTrace: string;
898
898
  } | {
@@ -916,8 +916,8 @@ declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.ZodObject
916
916
  skippedRetrying?: boolean | undefined;
917
917
  }, {
918
918
  error: {
919
- type: "BUILT_IN_ERROR";
920
919
  message: string;
920
+ type: "BUILT_IN_ERROR";
921
921
  name: string;
922
922
  stackTrace: string;
923
923
  } | {
@@ -967,13 +967,13 @@ declare const BatchTaskRunExecutionResult: z.ZodObject<{
967
967
  message: z.ZodString;
968
968
  stackTrace: z.ZodString;
969
969
  }, "strip", z.ZodTypeAny, {
970
- type: "BUILT_IN_ERROR";
971
970
  message: string;
971
+ type: "BUILT_IN_ERROR";
972
972
  name: string;
973
973
  stackTrace: string;
974
974
  }, {
975
- type: "BUILT_IN_ERROR";
976
975
  message: string;
976
+ type: "BUILT_IN_ERROR";
977
977
  name: string;
978
978
  stackTrace: string;
979
979
  }>, z.ZodObject<{
@@ -1023,8 +1023,8 @@ declare const BatchTaskRunExecutionResult: z.ZodObject<{
1023
1023
  skippedRetrying: z.ZodOptional<z.ZodBoolean>;
1024
1024
  }, "strip", z.ZodTypeAny, {
1025
1025
  error: {
1026
- type: "BUILT_IN_ERROR";
1027
1026
  message: string;
1027
+ type: "BUILT_IN_ERROR";
1028
1028
  name: string;
1029
1029
  stackTrace: string;
1030
1030
  } | {
@@ -1048,8 +1048,8 @@ declare const BatchTaskRunExecutionResult: z.ZodObject<{
1048
1048
  skippedRetrying?: boolean | undefined;
1049
1049
  }, {
1050
1050
  error: {
1051
- type: "BUILT_IN_ERROR";
1052
1051
  message: string;
1052
+ type: "BUILT_IN_ERROR";
1053
1053
  name: string;
1054
1054
  stackTrace: string;
1055
1055
  } | {
@@ -1081,8 +1081,8 @@ declare const BatchTaskRunExecutionResult: z.ZodObject<{
1081
1081
  output?: string | undefined;
1082
1082
  } | {
1083
1083
  error: {
1084
- type: "BUILT_IN_ERROR";
1085
1084
  message: string;
1085
+ type: "BUILT_IN_ERROR";
1086
1086
  name: string;
1087
1087
  stackTrace: string;
1088
1088
  } | {
@@ -1114,8 +1114,8 @@ declare const BatchTaskRunExecutionResult: z.ZodObject<{
1114
1114
  output?: string | undefined;
1115
1115
  } | {
1116
1116
  error: {
1117
- type: "BUILT_IN_ERROR";
1118
1117
  message: string;
1118
+ type: "BUILT_IN_ERROR";
1119
1119
  name: string;
1120
1120
  stackTrace: string;
1121
1121
  } | {
@@ -1156,4 +1156,4 @@ interface RuntimeManager {
1156
1156
  }): Promise<BatchTaskRunExecutionResult>;
1157
1157
  }
1158
1158
 
1159
- export { BatchTaskRunExecutionResult as B, type RuntimeManager as R, TaskRunExecutionResult as T, TaskRunError as a, TaskRunContext as b, TaskRunBuiltInError as c, TaskRunCustomErrorObject as d, TaskRunStringError as e, TaskRunErrorCodes as f, TaskRunInternalError as g, TaskRun as h, TaskRunExecutionTask as i, TaskRunExecutionAttempt as j, TaskRunExecutionEnvironment as k, TaskRunExecutionOrganization as l, TaskRunExecutionProject as m, TaskRunExecutionQueue as n, TaskRunExecutionBatch as o, TaskRunExecution as p, TaskRunExecutionRetry as q, TaskRunFailedExecutionResult as r, TaskRunSuccessfulExecutionResult as s };
1159
+ export { BatchTaskRunExecutionResult as B, type RuntimeManager as R, TaskRunExecutionResult as T, TaskRunContext as a, TaskRunExecution as b, TaskRunError as c, TaskRunBuiltInError as d, TaskRunCustomErrorObject as e, TaskRunStringError as f, TaskRunErrorCodes as g, TaskRunInternalError as h, TaskRun as i, TaskRunExecutionTask as j, TaskRunExecutionAttempt as k, TaskRunExecutionEnvironment as l, TaskRunExecutionOrganization as m, TaskRunExecutionProject as n, TaskRunExecutionQueue as o, TaskRunExecutionBatch as p, TaskRunExecutionRetry as q, TaskRunFailedExecutionResult as r, TaskRunSuccessfulExecutionResult as s };
@@ -6,13 +6,13 @@ declare const TaskRunBuiltInError: z.ZodObject<{
6
6
  message: z.ZodString;
7
7
  stackTrace: z.ZodString;
8
8
  }, "strip", z.ZodTypeAny, {
9
- type: "BUILT_IN_ERROR";
10
9
  message: string;
10
+ type: "BUILT_IN_ERROR";
11
11
  name: string;
12
12
  stackTrace: string;
13
13
  }, {
14
- type: "BUILT_IN_ERROR";
15
14
  message: string;
15
+ type: "BUILT_IN_ERROR";
16
16
  name: string;
17
17
  stackTrace: string;
18
18
  }>;
@@ -73,13 +73,13 @@ declare const TaskRunError: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
73
73
  message: z.ZodString;
74
74
  stackTrace: z.ZodString;
75
75
  }, "strip", z.ZodTypeAny, {
76
- type: "BUILT_IN_ERROR";
77
76
  message: string;
77
+ type: "BUILT_IN_ERROR";
78
78
  name: string;
79
79
  stackTrace: string;
80
80
  }, {
81
- type: "BUILT_IN_ERROR";
82
81
  message: string;
82
+ type: "BUILT_IN_ERROR";
83
83
  name: string;
84
84
  stackTrace: string;
85
85
  }>, z.ZodObject<{
@@ -688,13 +688,13 @@ declare const TaskRunFailedExecutionResult: z.ZodObject<{
688
688
  message: z.ZodString;
689
689
  stackTrace: z.ZodString;
690
690
  }, "strip", z.ZodTypeAny, {
691
- type: "BUILT_IN_ERROR";
692
691
  message: string;
692
+ type: "BUILT_IN_ERROR";
693
693
  name: string;
694
694
  stackTrace: string;
695
695
  }, {
696
- type: "BUILT_IN_ERROR";
697
696
  message: string;
697
+ type: "BUILT_IN_ERROR";
698
698
  name: string;
699
699
  stackTrace: string;
700
700
  }>, z.ZodObject<{
@@ -744,8 +744,8 @@ declare const TaskRunFailedExecutionResult: z.ZodObject<{
744
744
  skippedRetrying: z.ZodOptional<z.ZodBoolean>;
745
745
  }, "strip", z.ZodTypeAny, {
746
746
  error: {
747
- type: "BUILT_IN_ERROR";
748
747
  message: string;
748
+ type: "BUILT_IN_ERROR";
749
749
  name: string;
750
750
  stackTrace: string;
751
751
  } | {
@@ -769,8 +769,8 @@ declare const TaskRunFailedExecutionResult: z.ZodObject<{
769
769
  skippedRetrying?: boolean | undefined;
770
770
  }, {
771
771
  error: {
772
- type: "BUILT_IN_ERROR";
773
772
  message: string;
773
+ type: "BUILT_IN_ERROR";
774
774
  name: string;
775
775
  stackTrace: string;
776
776
  } | {
@@ -835,13 +835,13 @@ declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.ZodObject
835
835
  message: z.ZodString;
836
836
  stackTrace: z.ZodString;
837
837
  }, "strip", z.ZodTypeAny, {
838
- type: "BUILT_IN_ERROR";
839
838
  message: string;
839
+ type: "BUILT_IN_ERROR";
840
840
  name: string;
841
841
  stackTrace: string;
842
842
  }, {
843
- type: "BUILT_IN_ERROR";
844
843
  message: string;
844
+ type: "BUILT_IN_ERROR";
845
845
  name: string;
846
846
  stackTrace: string;
847
847
  }>, z.ZodObject<{
@@ -891,8 +891,8 @@ declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.ZodObject
891
891
  skippedRetrying: z.ZodOptional<z.ZodBoolean>;
892
892
  }, "strip", z.ZodTypeAny, {
893
893
  error: {
894
- type: "BUILT_IN_ERROR";
895
894
  message: string;
895
+ type: "BUILT_IN_ERROR";
896
896
  name: string;
897
897
  stackTrace: string;
898
898
  } | {
@@ -916,8 +916,8 @@ declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.ZodObject
916
916
  skippedRetrying?: boolean | undefined;
917
917
  }, {
918
918
  error: {
919
- type: "BUILT_IN_ERROR";
920
919
  message: string;
920
+ type: "BUILT_IN_ERROR";
921
921
  name: string;
922
922
  stackTrace: string;
923
923
  } | {
@@ -967,13 +967,13 @@ declare const BatchTaskRunExecutionResult: z.ZodObject<{
967
967
  message: z.ZodString;
968
968
  stackTrace: z.ZodString;
969
969
  }, "strip", z.ZodTypeAny, {
970
- type: "BUILT_IN_ERROR";
971
970
  message: string;
971
+ type: "BUILT_IN_ERROR";
972
972
  name: string;
973
973
  stackTrace: string;
974
974
  }, {
975
- type: "BUILT_IN_ERROR";
976
975
  message: string;
976
+ type: "BUILT_IN_ERROR";
977
977
  name: string;
978
978
  stackTrace: string;
979
979
  }>, z.ZodObject<{
@@ -1023,8 +1023,8 @@ declare const BatchTaskRunExecutionResult: z.ZodObject<{
1023
1023
  skippedRetrying: z.ZodOptional<z.ZodBoolean>;
1024
1024
  }, "strip", z.ZodTypeAny, {
1025
1025
  error: {
1026
- type: "BUILT_IN_ERROR";
1027
1026
  message: string;
1027
+ type: "BUILT_IN_ERROR";
1028
1028
  name: string;
1029
1029
  stackTrace: string;
1030
1030
  } | {
@@ -1048,8 +1048,8 @@ declare const BatchTaskRunExecutionResult: z.ZodObject<{
1048
1048
  skippedRetrying?: boolean | undefined;
1049
1049
  }, {
1050
1050
  error: {
1051
- type: "BUILT_IN_ERROR";
1052
1051
  message: string;
1052
+ type: "BUILT_IN_ERROR";
1053
1053
  name: string;
1054
1054
  stackTrace: string;
1055
1055
  } | {
@@ -1081,8 +1081,8 @@ declare const BatchTaskRunExecutionResult: z.ZodObject<{
1081
1081
  output?: string | undefined;
1082
1082
  } | {
1083
1083
  error: {
1084
- type: "BUILT_IN_ERROR";
1085
1084
  message: string;
1085
+ type: "BUILT_IN_ERROR";
1086
1086
  name: string;
1087
1087
  stackTrace: string;
1088
1088
  } | {
@@ -1114,8 +1114,8 @@ declare const BatchTaskRunExecutionResult: z.ZodObject<{
1114
1114
  output?: string | undefined;
1115
1115
  } | {
1116
1116
  error: {
1117
- type: "BUILT_IN_ERROR";
1118
1117
  message: string;
1118
+ type: "BUILT_IN_ERROR";
1119
1119
  name: string;
1120
1120
  stackTrace: string;
1121
1121
  } | {
@@ -1156,4 +1156,4 @@ interface RuntimeManager {
1156
1156
  }): Promise<BatchTaskRunExecutionResult>;
1157
1157
  }
1158
1158
 
1159
- export { BatchTaskRunExecutionResult as B, type RuntimeManager as R, TaskRunExecutionResult as T, TaskRunError as a, TaskRunContext as b, TaskRunBuiltInError as c, TaskRunCustomErrorObject as d, TaskRunStringError as e, TaskRunErrorCodes as f, TaskRunInternalError as g, TaskRun as h, TaskRunExecutionTask as i, TaskRunExecutionAttempt as j, TaskRunExecutionEnvironment as k, TaskRunExecutionOrganization as l, TaskRunExecutionProject as m, TaskRunExecutionQueue as n, TaskRunExecutionBatch as o, TaskRunExecution as p, TaskRunExecutionRetry as q, TaskRunFailedExecutionResult as r, TaskRunSuccessfulExecutionResult as s };
1159
+ export { BatchTaskRunExecutionResult as B, type RuntimeManager as R, TaskRunExecutionResult as T, TaskRunContext as a, TaskRunExecution as b, TaskRunError as c, TaskRunBuiltInError as d, TaskRunCustomErrorObject as e, TaskRunStringError as f, TaskRunErrorCodes as g, TaskRunInternalError as h, TaskRun as i, TaskRunExecutionTask as j, TaskRunExecutionAttempt as k, TaskRunExecutionEnvironment as l, TaskRunExecutionOrganization as m, TaskRunExecutionProject as n, TaskRunExecutionQueue as o, TaskRunExecutionBatch as p, TaskRunExecutionRetry as q, TaskRunFailedExecutionResult as r, TaskRunSuccessfulExecutionResult as s };