@trigger.dev/core 0.0.0-prerelease-20240603154820 → 0.0.0-prerelease-20240723165848

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 (187) hide show
  1. package/dist/api-Pl9fxB8v.d.mts +13879 -0
  2. package/dist/api-sNoooMbT.d.ts +13879 -0
  3. package/dist/{catalog-dRKTgwQ7.d.ts → catalog-H7yFiZ60.d.mts} +52 -52
  4. package/dist/{catalog-XTlJQaMn.d.mts → catalog-h79CG5Wy.d.ts} +52 -52
  5. package/dist/{manager-JkbddlcO.d.mts → common-CLW82lkt.d.mts} +280 -16
  6. package/dist/{manager-JkbddlcO.d.ts → common-CLW82lkt.d.ts} +280 -16
  7. package/dist/{eventFilterMatches-2kHImluE.d.mts → eventFilter-66NaBAMi.d.mts} +1 -3
  8. package/dist/{eventFilterMatches-2kHImluE.d.ts → eventFilter-66NaBAMi.d.ts} +1 -3
  9. package/dist/eventFilterMatches.d.mts +6 -0
  10. package/dist/eventFilterMatches.d.ts +6 -0
  11. package/dist/eventFilterMatches.js +165 -0
  12. package/dist/eventFilterMatches.js.map +1 -0
  13. package/dist/eventFilterMatches.mjs +163 -0
  14. package/dist/eventFilterMatches.mjs.map +1 -0
  15. package/dist/index.d.mts +14 -16716
  16. package/dist/index.d.ts +14 -16716
  17. package/dist/index.js +1 -1
  18. package/dist/index.js.map +1 -1
  19. package/dist/index.mjs +1 -1
  20. package/dist/index.mjs.map +1 -1
  21. package/dist/json-DBPEJQRe.d.mts +16 -0
  22. package/dist/json-DBPEJQRe.d.ts +16 -0
  23. package/dist/manager-KvCabW1a.d.mts +18 -0
  24. package/dist/manager-OBA35PzR.d.ts +18 -0
  25. package/dist/{messages-6_-q72KG.d.mts → messages-JvHJ83wv.d.mts} +2978 -291
  26. package/dist/{messages-6_-q72KG.d.ts → messages-JvHJ83wv.d.ts} +2978 -291
  27. package/dist/replacements.d.mts +22 -0
  28. package/dist/replacements.d.ts +22 -0
  29. package/dist/replacements.js +33 -0
  30. package/dist/replacements.js.map +1 -0
  31. package/dist/replacements.mjs +28 -0
  32. package/dist/replacements.mjs.map +1 -0
  33. package/dist/requestFilter-HNZQEpQb.d.ts +180 -0
  34. package/dist/requestFilter-b5W2_1oP.d.mts +180 -0
  35. package/dist/requestFilterMatches.d.mts +13 -0
  36. package/dist/requestFilterMatches.d.ts +13 -0
  37. package/dist/requestFilterMatches.js +238 -0
  38. package/dist/requestFilterMatches.js.map +1 -0
  39. package/dist/requestFilterMatches.mjs +235 -0
  40. package/dist/requestFilterMatches.mjs.map +1 -0
  41. package/dist/retry.d.mts +10 -0
  42. package/dist/retry.d.ts +10 -0
  43. package/dist/retry.js +100 -0
  44. package/dist/retry.js.map +1 -0
  45. package/dist/retry.mjs +97 -0
  46. package/dist/retry.mjs.map +1 -0
  47. package/dist/schemas/index.d.mts +2611 -0
  48. package/dist/schemas/index.d.ts +2611 -0
  49. package/dist/schemas/index.js +1630 -0
  50. package/dist/schemas/index.js.map +1 -0
  51. package/dist/schemas/index.mjs +1463 -0
  52. package/dist/schemas/index.mjs.map +1 -0
  53. package/dist/{schemas-r4ZP9S-F.d.mts → schemas-C9ssfehv.d.mts} +270 -33
  54. package/dist/{schemas-r4ZP9S-F.d.ts → schemas-C9ssfehv.d.ts} +270 -33
  55. package/dist/taskLogger-CzADe4je.d.ts +33 -0
  56. package/dist/taskLogger-r_AFTX45.d.mts +33 -0
  57. package/dist/tracer-N0p2Fuuv.d.mts +23 -0
  58. package/dist/tracer-N0p2Fuuv.d.ts +23 -0
  59. package/dist/types.d.mts +11 -0
  60. package/dist/types.d.ts +11 -0
  61. package/dist/types.js +4 -0
  62. package/dist/types.js.map +1 -0
  63. package/dist/types.mjs +3 -0
  64. package/dist/types.mjs.map +1 -0
  65. package/dist/utils.d.mts +7 -0
  66. package/dist/utils.d.ts +7 -0
  67. package/dist/utils.js +33 -0
  68. package/dist/utils.js.map +1 -0
  69. package/dist/utils.mjs +30 -0
  70. package/dist/utils.mjs.map +1 -0
  71. package/dist/v3/dev/index.d.mts +2 -1
  72. package/dist/v3/dev/index.d.ts +2 -1
  73. package/dist/v3/dev/index.js.map +1 -1
  74. package/dist/v3/dev/index.mjs.map +1 -1
  75. package/dist/v3/errors.d.mts +39 -0
  76. package/dist/v3/errors.d.ts +39 -0
  77. package/dist/v3/errors.js +204 -0
  78. package/dist/v3/errors.js.map +1 -0
  79. package/dist/v3/errors.mjs +195 -0
  80. package/dist/v3/errors.mjs.map +1 -0
  81. package/dist/v3/index.d.mts +172 -4737
  82. package/dist/v3/index.d.ts +172 -4737
  83. package/dist/v3/index.js +871 -620
  84. package/dist/v3/index.js.map +1 -1
  85. package/dist/v3/index.mjs +856 -620
  86. package/dist/v3/index.mjs.map +1 -1
  87. package/dist/v3/logger-api.d.mts +24 -0
  88. package/dist/v3/logger-api.d.ts +24 -0
  89. package/dist/v3/logger-api.js +118 -0
  90. package/dist/v3/logger-api.js.map +1 -0
  91. package/dist/v3/logger-api.mjs +116 -0
  92. package/dist/v3/logger-api.mjs.map +1 -0
  93. package/dist/v3/otel/index.js +36 -12
  94. package/dist/v3/otel/index.js.map +1 -1
  95. package/dist/v3/otel/index.mjs +36 -12
  96. package/dist/v3/otel/index.mjs.map +1 -1
  97. package/dist/v3/prod/index.d.mts +4 -3
  98. package/dist/v3/prod/index.d.ts +4 -3
  99. package/dist/v3/prod/index.js +7 -131
  100. package/dist/v3/prod/index.js.map +1 -1
  101. package/dist/v3/prod/index.mjs +7 -131
  102. package/dist/v3/prod/index.mjs.map +1 -1
  103. package/dist/v3/schemas/index.d.mts +4807 -0
  104. package/dist/v3/schemas/index.d.ts +4807 -0
  105. package/dist/v3/schemas/index.js +2065 -0
  106. package/dist/v3/schemas/index.js.map +1 -0
  107. package/dist/v3/schemas/index.mjs +1924 -0
  108. package/dist/v3/schemas/index.mjs.map +1 -0
  109. package/dist/v3/semanticInternalAttributes.d.mts +56 -0
  110. package/dist/v3/semanticInternalAttributes.d.ts +56 -0
  111. package/dist/v3/semanticInternalAttributes.js +61 -0
  112. package/dist/v3/semanticInternalAttributes.js.map +1 -0
  113. package/dist/v3/semanticInternalAttributes.mjs +59 -0
  114. package/dist/v3/semanticInternalAttributes.mjs.map +1 -0
  115. package/dist/v3/utils/durations.d.mts +15 -0
  116. package/dist/v3/utils/durations.d.ts +15 -0
  117. package/dist/v3/utils/durations.js +93 -0
  118. package/dist/v3/utils/durations.js.map +1 -0
  119. package/dist/v3/utils/durations.mjs +82 -0
  120. package/dist/v3/utils/durations.mjs.map +1 -0
  121. package/dist/v3/utils/flattenAttributes.d.mts +8 -0
  122. package/dist/v3/utils/flattenAttributes.d.ts +8 -0
  123. package/dist/v3/utils/flattenAttributes.js +131 -0
  124. package/dist/v3/utils/flattenAttributes.js.map +1 -0
  125. package/dist/v3/utils/flattenAttributes.mjs +126 -0
  126. package/dist/v3/utils/flattenAttributes.mjs.map +1 -0
  127. package/dist/v3/utils/ioSerialization.d.mts +21 -0
  128. package/dist/v3/utils/ioSerialization.d.ts +21 -0
  129. package/dist/v3/utils/ioSerialization.js +2403 -0
  130. package/dist/v3/utils/ioSerialization.js.map +1 -0
  131. package/dist/v3/utils/ioSerialization.mjs +2394 -0
  132. package/dist/v3/utils/ioSerialization.mjs.map +1 -0
  133. package/dist/v3/utils/omit.d.mts +3 -0
  134. package/dist/v3/utils/omit.d.ts +3 -0
  135. package/dist/v3/utils/omit.js +20 -0
  136. package/dist/v3/utils/omit.js.map +1 -0
  137. package/dist/v3/utils/omit.mjs +18 -0
  138. package/dist/v3/utils/omit.mjs.map +1 -0
  139. package/dist/v3/utils/retries.d.mts +46 -0
  140. package/dist/v3/utils/retries.d.ts +46 -0
  141. package/dist/v3/utils/retries.js +118 -0
  142. package/dist/v3/utils/retries.js.map +1 -0
  143. package/dist/v3/utils/retries.mjs +113 -0
  144. package/dist/v3/utils/retries.mjs.map +1 -0
  145. package/dist/v3/utils/timers.d.mts +6 -0
  146. package/dist/v3/utils/timers.d.ts +6 -0
  147. package/dist/v3/utils/timers.js +31 -0
  148. package/dist/v3/utils/timers.js.map +1 -0
  149. package/dist/v3/utils/timers.mjs +28 -0
  150. package/dist/v3/utils/timers.mjs.map +1 -0
  151. package/dist/v3/workers/index.d.mts +56 -8
  152. package/dist/v3/workers/index.d.ts +56 -8
  153. package/dist/v3/workers/index.js +755 -279
  154. package/dist/v3/workers/index.js.map +1 -1
  155. package/dist/v3/workers/index.mjs +753 -280
  156. package/dist/v3/workers/index.mjs.map +1 -1
  157. package/dist/v3/zodIpc.js.map +1 -1
  158. package/dist/v3/zodIpc.mjs.map +1 -1
  159. package/dist/v3/zodMessageHandler.d.mts +16 -3
  160. package/dist/v3/zodMessageHandler.d.ts +16 -3
  161. package/dist/v3/zodMessageHandler.js +77 -23
  162. package/dist/v3/zodMessageHandler.js.map +1 -1
  163. package/dist/v3/zodMessageHandler.mjs +77 -23
  164. package/dist/v3/zodMessageHandler.mjs.map +1 -1
  165. package/dist/v3/zodNamespace.js +59 -28
  166. package/dist/v3/zodNamespace.js.map +1 -1
  167. package/dist/v3/zodNamespace.mjs +60 -29
  168. package/dist/v3/zodNamespace.mjs.map +1 -1
  169. package/dist/v3/zodSocket.d.mts +8 -3
  170. package/dist/v3/zodSocket.d.ts +8 -3
  171. package/dist/v3/zodSocket.js +56 -25
  172. package/dist/v3/zodSocket.js.map +1 -1
  173. package/dist/v3/zodSocket.mjs +57 -26
  174. package/dist/v3/zodSocket.mjs.map +1 -1
  175. package/dist/v3/zodfetch.d.mts +15 -58
  176. package/dist/v3/zodfetch.d.ts +15 -58
  177. package/dist/v3/zodfetch.js +246 -156
  178. package/dist/v3/zodfetch.js.map +1 -1
  179. package/dist/v3/zodfetch.mjs +244 -149
  180. package/dist/v3/zodfetch.mjs.map +1 -1
  181. package/dist/versions.d.mts +11 -0
  182. package/dist/versions.d.ts +11 -0
  183. package/dist/versions.js +31 -0
  184. package/dist/versions.js.map +1 -0
  185. package/dist/versions.mjs +27 -0
  186. package/dist/versions.mjs.map +1 -0
  187. package/package.json +154 -10
@@ -9,24 +9,6 @@ type Prettify<T> = {
9
9
 
10
10
  declare const EnvironmentType: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
11
11
  type EnvironmentType = z.infer<typeof EnvironmentType>;
12
- declare const MachineCpu: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>]>>;
13
- type MachineCpu = z.infer<typeof MachineCpu>;
14
- declare const MachineMemory: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>, z.ZodLiteral<8>]>>;
15
- type MachineMemory = z.infer<typeof MachineMemory>;
16
- declare const Machine: z.ZodObject<{
17
- version: z.ZodDefault<z.ZodLiteral<"v1">>;
18
- cpu: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>]>>;
19
- memory: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>, z.ZodLiteral<8>]>>;
20
- }, "strip", z.ZodTypeAny, {
21
- version: "v1";
22
- cpu: 2 | 1 | 4 | 0.25 | 0.5;
23
- memory: 2 | 1 | 4 | 0.25 | 0.5 | 8;
24
- }, {
25
- version?: "v1" | undefined;
26
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
27
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
28
- }>;
29
- type Machine = z.infer<typeof Machine>;
30
12
  declare const TaskRunExecutionPayload: z.ZodObject<{
31
13
  execution: z.ZodObject<{
32
14
  task: z.ZodObject<{
@@ -72,16 +54,26 @@ declare const TaskRunExecutionPayload: z.ZodObject<{
72
54
  tags: z.ZodArray<z.ZodString, "many">;
73
55
  isTest: z.ZodDefault<z.ZodBoolean>;
74
56
  createdAt: z.ZodDate;
57
+ startedAt: z.ZodDefault<z.ZodDate>;
75
58
  idempotencyKey: z.ZodOptional<z.ZodString>;
59
+ maxAttempts: z.ZodOptional<z.ZodNumber>;
60
+ durationMs: z.ZodDefault<z.ZodNumber>;
61
+ costInCents: z.ZodDefault<z.ZodNumber>;
62
+ baseCostInCents: z.ZodDefault<z.ZodNumber>;
76
63
  }, "strip", z.ZodTypeAny, {
77
64
  id: string;
65
+ startedAt: Date;
78
66
  payload: string;
79
67
  payloadType: string;
80
68
  tags: string[];
81
69
  isTest: boolean;
82
70
  createdAt: Date;
71
+ durationMs: number;
72
+ costInCents: number;
73
+ baseCostInCents: number;
83
74
  context?: any;
84
75
  idempotencyKey?: string | undefined;
76
+ maxAttempts?: number | undefined;
85
77
  }, {
86
78
  id: string;
87
79
  payload: string;
@@ -90,7 +82,12 @@ declare const TaskRunExecutionPayload: z.ZodObject<{
90
82
  createdAt: Date;
91
83
  context?: any;
92
84
  isTest?: boolean | undefined;
85
+ startedAt?: Date | undefined;
93
86
  idempotencyKey?: string | undefined;
87
+ maxAttempts?: number | undefined;
88
+ durationMs?: number | undefined;
89
+ costInCents?: number | undefined;
90
+ baseCostInCents?: number | undefined;
94
91
  }>;
95
92
  queue: z.ZodObject<{
96
93
  id: z.ZodString;
@@ -151,6 +148,22 @@ declare const TaskRunExecutionPayload: z.ZodObject<{
151
148
  }, {
152
149
  id: string;
153
150
  }>>;
151
+ machine: z.ZodOptional<z.ZodObject<{
152
+ name: z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>;
153
+ cpu: z.ZodNumber;
154
+ memory: z.ZodNumber;
155
+ centsPerMs: z.ZodNumber;
156
+ }, "strip", z.ZodTypeAny, {
157
+ name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
158
+ cpu: number;
159
+ memory: number;
160
+ centsPerMs: number;
161
+ }, {
162
+ name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
163
+ cpu: number;
164
+ memory: number;
165
+ centsPerMs: number;
166
+ }>>;
154
167
  }, "strip", z.ZodTypeAny, {
155
168
  task: {
156
169
  id: string;
@@ -167,13 +180,18 @@ declare const TaskRunExecutionPayload: z.ZodObject<{
167
180
  };
168
181
  run: {
169
182
  id: string;
183
+ startedAt: Date;
170
184
  payload: string;
171
185
  payloadType: string;
172
186
  tags: string[];
173
187
  isTest: boolean;
174
188
  createdAt: Date;
189
+ durationMs: number;
190
+ costInCents: number;
191
+ baseCostInCents: number;
175
192
  context?: any;
176
193
  idempotencyKey?: string | undefined;
194
+ maxAttempts?: number | undefined;
177
195
  };
178
196
  queue: {
179
197
  id: string;
@@ -198,6 +216,12 @@ declare const TaskRunExecutionPayload: z.ZodObject<{
198
216
  batch?: {
199
217
  id: string;
200
218
  } | undefined;
219
+ machine?: {
220
+ name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
221
+ cpu: number;
222
+ memory: number;
223
+ centsPerMs: number;
224
+ } | undefined;
201
225
  }, {
202
226
  task: {
203
227
  id: string;
@@ -220,7 +244,12 @@ declare const TaskRunExecutionPayload: z.ZodObject<{
220
244
  createdAt: Date;
221
245
  context?: any;
222
246
  isTest?: boolean | undefined;
247
+ startedAt?: Date | undefined;
223
248
  idempotencyKey?: string | undefined;
249
+ maxAttempts?: number | undefined;
250
+ durationMs?: number | undefined;
251
+ costInCents?: number | undefined;
252
+ baseCostInCents?: number | undefined;
224
253
  };
225
254
  queue: {
226
255
  id: string;
@@ -245,6 +274,12 @@ declare const TaskRunExecutionPayload: z.ZodObject<{
245
274
  batch?: {
246
275
  id: string;
247
276
  } | undefined;
277
+ machine?: {
278
+ name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
279
+ cpu: number;
280
+ memory: number;
281
+ centsPerMs: number;
282
+ } | undefined;
248
283
  }>;
249
284
  traceContext: z.ZodRecord<z.ZodString, z.ZodUnknown>;
250
285
  environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
@@ -265,13 +300,18 @@ declare const TaskRunExecutionPayload: z.ZodObject<{
265
300
  };
266
301
  run: {
267
302
  id: string;
303
+ startedAt: Date;
268
304
  payload: string;
269
305
  payloadType: string;
270
306
  tags: string[];
271
307
  isTest: boolean;
272
308
  createdAt: Date;
309
+ durationMs: number;
310
+ costInCents: number;
311
+ baseCostInCents: number;
273
312
  context?: any;
274
313
  idempotencyKey?: string | undefined;
314
+ maxAttempts?: number | undefined;
275
315
  };
276
316
  queue: {
277
317
  id: string;
@@ -296,6 +336,12 @@ declare const TaskRunExecutionPayload: z.ZodObject<{
296
336
  batch?: {
297
337
  id: string;
298
338
  } | undefined;
339
+ machine?: {
340
+ name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
341
+ cpu: number;
342
+ memory: number;
343
+ centsPerMs: number;
344
+ } | undefined;
299
345
  };
300
346
  traceContext: Record<string, unknown>;
301
347
  environment?: Record<string, string> | undefined;
@@ -322,7 +368,12 @@ declare const TaskRunExecutionPayload: z.ZodObject<{
322
368
  createdAt: Date;
323
369
  context?: any;
324
370
  isTest?: boolean | undefined;
371
+ startedAt?: Date | undefined;
325
372
  idempotencyKey?: string | undefined;
373
+ maxAttempts?: number | undefined;
374
+ durationMs?: number | undefined;
375
+ costInCents?: number | undefined;
376
+ baseCostInCents?: number | undefined;
326
377
  };
327
378
  queue: {
328
379
  id: string;
@@ -347,6 +398,12 @@ declare const TaskRunExecutionPayload: z.ZodObject<{
347
398
  batch?: {
348
399
  id: string;
349
400
  } | undefined;
401
+ machine?: {
402
+ name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
403
+ cpu: number;
404
+ memory: number;
405
+ centsPerMs: number;
406
+ } | undefined;
350
407
  };
351
408
  traceContext: Record<string, unknown>;
352
409
  environment?: Record<string, string> | undefined;
@@ -396,16 +453,26 @@ declare const ProdTaskRunExecution: z.ZodObject<{
396
453
  tags: z.ZodArray<z.ZodString, "many">;
397
454
  isTest: z.ZodDefault<z.ZodBoolean>;
398
455
  createdAt: z.ZodDate;
456
+ startedAt: z.ZodDefault<z.ZodDate>;
399
457
  idempotencyKey: z.ZodOptional<z.ZodString>;
458
+ maxAttempts: z.ZodOptional<z.ZodNumber>;
459
+ durationMs: z.ZodDefault<z.ZodNumber>;
460
+ costInCents: z.ZodDefault<z.ZodNumber>;
461
+ baseCostInCents: z.ZodDefault<z.ZodNumber>;
400
462
  }, "strip", z.ZodTypeAny, {
401
463
  id: string;
464
+ startedAt: Date;
402
465
  payload: string;
403
466
  payloadType: string;
404
467
  tags: string[];
405
468
  isTest: boolean;
406
469
  createdAt: Date;
470
+ durationMs: number;
471
+ costInCents: number;
472
+ baseCostInCents: number;
407
473
  context?: any;
408
474
  idempotencyKey?: string | undefined;
475
+ maxAttempts?: number | undefined;
409
476
  }, {
410
477
  id: string;
411
478
  payload: string;
@@ -414,7 +481,12 @@ declare const ProdTaskRunExecution: z.ZodObject<{
414
481
  createdAt: Date;
415
482
  context?: any;
416
483
  isTest?: boolean | undefined;
484
+ startedAt?: Date | undefined;
417
485
  idempotencyKey?: string | undefined;
486
+ maxAttempts?: number | undefined;
487
+ durationMs?: number | undefined;
488
+ costInCents?: number | undefined;
489
+ baseCostInCents?: number | undefined;
418
490
  }>;
419
491
  queue: z.ZodObject<{
420
492
  id: z.ZodString;
@@ -488,6 +560,22 @@ declare const ProdTaskRunExecution: z.ZodObject<{
488
560
  version: string;
489
561
  contentHash: string;
490
562
  }>;
563
+ machine: z.ZodDefault<z.ZodObject<{
564
+ name: z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>;
565
+ cpu: z.ZodNumber;
566
+ memory: z.ZodNumber;
567
+ centsPerMs: z.ZodNumber;
568
+ }, "strip", z.ZodTypeAny, {
569
+ name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
570
+ cpu: number;
571
+ memory: number;
572
+ centsPerMs: number;
573
+ }, {
574
+ name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
575
+ cpu: number;
576
+ memory: number;
577
+ centsPerMs: number;
578
+ }>>;
491
579
  }, "strip", z.ZodTypeAny, {
492
580
  task: {
493
581
  id: string;
@@ -504,13 +592,18 @@ declare const ProdTaskRunExecution: z.ZodObject<{
504
592
  };
505
593
  run: {
506
594
  id: string;
595
+ startedAt: Date;
507
596
  payload: string;
508
597
  payloadType: string;
509
598
  tags: string[];
510
599
  isTest: boolean;
511
600
  createdAt: Date;
601
+ durationMs: number;
602
+ costInCents: number;
603
+ baseCostInCents: number;
512
604
  context?: any;
513
605
  idempotencyKey?: string | undefined;
606
+ maxAttempts?: number | undefined;
514
607
  };
515
608
  queue: {
516
609
  id: string;
@@ -532,6 +625,12 @@ declare const ProdTaskRunExecution: z.ZodObject<{
532
625
  slug: string;
533
626
  ref: string;
534
627
  };
628
+ machine: {
629
+ name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
630
+ cpu: number;
631
+ memory: number;
632
+ centsPerMs: number;
633
+ };
535
634
  worker: {
536
635
  id: string;
537
636
  version: string;
@@ -562,7 +661,12 @@ declare const ProdTaskRunExecution: z.ZodObject<{
562
661
  createdAt: Date;
563
662
  context?: any;
564
663
  isTest?: boolean | undefined;
664
+ startedAt?: Date | undefined;
565
665
  idempotencyKey?: string | undefined;
666
+ maxAttempts?: number | undefined;
667
+ durationMs?: number | undefined;
668
+ costInCents?: number | undefined;
669
+ baseCostInCents?: number | undefined;
566
670
  };
567
671
  queue: {
568
672
  id: string;
@@ -592,6 +696,12 @@ declare const ProdTaskRunExecution: z.ZodObject<{
592
696
  batch?: {
593
697
  id: string;
594
698
  } | undefined;
699
+ machine?: {
700
+ name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
701
+ cpu: number;
702
+ memory: number;
703
+ centsPerMs: number;
704
+ } | undefined;
595
705
  }>;
596
706
  type ProdTaskRunExecution = z.infer<typeof ProdTaskRunExecution>;
597
707
  declare const ProdTaskRunExecutionPayload: z.ZodObject<{
@@ -639,16 +749,26 @@ declare const ProdTaskRunExecutionPayload: z.ZodObject<{
639
749
  tags: z.ZodArray<z.ZodString, "many">;
640
750
  isTest: z.ZodDefault<z.ZodBoolean>;
641
751
  createdAt: z.ZodDate;
752
+ startedAt: z.ZodDefault<z.ZodDate>;
642
753
  idempotencyKey: z.ZodOptional<z.ZodString>;
754
+ maxAttempts: z.ZodOptional<z.ZodNumber>;
755
+ durationMs: z.ZodDefault<z.ZodNumber>;
756
+ costInCents: z.ZodDefault<z.ZodNumber>;
757
+ baseCostInCents: z.ZodDefault<z.ZodNumber>;
643
758
  }, "strip", z.ZodTypeAny, {
644
759
  id: string;
760
+ startedAt: Date;
645
761
  payload: string;
646
762
  payloadType: string;
647
763
  tags: string[];
648
764
  isTest: boolean;
649
765
  createdAt: Date;
766
+ durationMs: number;
767
+ costInCents: number;
768
+ baseCostInCents: number;
650
769
  context?: any;
651
770
  idempotencyKey?: string | undefined;
771
+ maxAttempts?: number | undefined;
652
772
  }, {
653
773
  id: string;
654
774
  payload: string;
@@ -657,7 +777,12 @@ declare const ProdTaskRunExecutionPayload: z.ZodObject<{
657
777
  createdAt: Date;
658
778
  context?: any;
659
779
  isTest?: boolean | undefined;
780
+ startedAt?: Date | undefined;
660
781
  idempotencyKey?: string | undefined;
782
+ maxAttempts?: number | undefined;
783
+ durationMs?: number | undefined;
784
+ costInCents?: number | undefined;
785
+ baseCostInCents?: number | undefined;
661
786
  }>;
662
787
  queue: z.ZodObject<{
663
788
  id: z.ZodString;
@@ -731,6 +856,22 @@ declare const ProdTaskRunExecutionPayload: z.ZodObject<{
731
856
  version: string;
732
857
  contentHash: string;
733
858
  }>;
859
+ machine: z.ZodDefault<z.ZodObject<{
860
+ name: z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>;
861
+ cpu: z.ZodNumber;
862
+ memory: z.ZodNumber;
863
+ centsPerMs: z.ZodNumber;
864
+ }, "strip", z.ZodTypeAny, {
865
+ name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
866
+ cpu: number;
867
+ memory: number;
868
+ centsPerMs: number;
869
+ }, {
870
+ name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
871
+ cpu: number;
872
+ memory: number;
873
+ centsPerMs: number;
874
+ }>>;
734
875
  }, "strip", z.ZodTypeAny, {
735
876
  task: {
736
877
  id: string;
@@ -747,13 +888,18 @@ declare const ProdTaskRunExecutionPayload: z.ZodObject<{
747
888
  };
748
889
  run: {
749
890
  id: string;
891
+ startedAt: Date;
750
892
  payload: string;
751
893
  payloadType: string;
752
894
  tags: string[];
753
895
  isTest: boolean;
754
896
  createdAt: Date;
897
+ durationMs: number;
898
+ costInCents: number;
899
+ baseCostInCents: number;
755
900
  context?: any;
756
901
  idempotencyKey?: string | undefined;
902
+ maxAttempts?: number | undefined;
757
903
  };
758
904
  queue: {
759
905
  id: string;
@@ -775,6 +921,12 @@ declare const ProdTaskRunExecutionPayload: z.ZodObject<{
775
921
  slug: string;
776
922
  ref: string;
777
923
  };
924
+ machine: {
925
+ name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
926
+ cpu: number;
927
+ memory: number;
928
+ centsPerMs: number;
929
+ };
778
930
  worker: {
779
931
  id: string;
780
932
  version: string;
@@ -805,7 +957,12 @@ declare const ProdTaskRunExecutionPayload: z.ZodObject<{
805
957
  createdAt: Date;
806
958
  context?: any;
807
959
  isTest?: boolean | undefined;
960
+ startedAt?: Date | undefined;
808
961
  idempotencyKey?: string | undefined;
962
+ maxAttempts?: number | undefined;
963
+ durationMs?: number | undefined;
964
+ costInCents?: number | undefined;
965
+ baseCostInCents?: number | undefined;
809
966
  };
810
967
  queue: {
811
968
  id: string;
@@ -835,6 +992,12 @@ declare const ProdTaskRunExecutionPayload: z.ZodObject<{
835
992
  batch?: {
836
993
  id: string;
837
994
  } | undefined;
995
+ machine?: {
996
+ name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
997
+ cpu: number;
998
+ memory: number;
999
+ centsPerMs: number;
1000
+ } | undefined;
838
1001
  }>;
839
1002
  traceContext: z.ZodRecord<z.ZodString, z.ZodUnknown>;
840
1003
  environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
@@ -855,13 +1018,18 @@ declare const ProdTaskRunExecutionPayload: z.ZodObject<{
855
1018
  };
856
1019
  run: {
857
1020
  id: string;
1021
+ startedAt: Date;
858
1022
  payload: string;
859
1023
  payloadType: string;
860
1024
  tags: string[];
861
1025
  isTest: boolean;
862
1026
  createdAt: Date;
1027
+ durationMs: number;
1028
+ costInCents: number;
1029
+ baseCostInCents: number;
863
1030
  context?: any;
864
1031
  idempotencyKey?: string | undefined;
1032
+ maxAttempts?: number | undefined;
865
1033
  };
866
1034
  queue: {
867
1035
  id: string;
@@ -883,6 +1051,12 @@ declare const ProdTaskRunExecutionPayload: z.ZodObject<{
883
1051
  slug: string;
884
1052
  ref: string;
885
1053
  };
1054
+ machine: {
1055
+ name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
1056
+ cpu: number;
1057
+ memory: number;
1058
+ centsPerMs: number;
1059
+ };
886
1060
  worker: {
887
1061
  id: string;
888
1062
  version: string;
@@ -917,7 +1091,12 @@ declare const ProdTaskRunExecutionPayload: z.ZodObject<{
917
1091
  createdAt: Date;
918
1092
  context?: any;
919
1093
  isTest?: boolean | undefined;
1094
+ startedAt?: Date | undefined;
920
1095
  idempotencyKey?: string | undefined;
1096
+ maxAttempts?: number | undefined;
1097
+ durationMs?: number | undefined;
1098
+ costInCents?: number | undefined;
1099
+ baseCostInCents?: number | undefined;
921
1100
  };
922
1101
  queue: {
923
1102
  id: string;
@@ -947,6 +1126,12 @@ declare const ProdTaskRunExecutionPayload: z.ZodObject<{
947
1126
  batch?: {
948
1127
  id: string;
949
1128
  } | undefined;
1129
+ machine?: {
1130
+ name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
1131
+ cpu: number;
1132
+ memory: number;
1133
+ centsPerMs: number;
1134
+ } | undefined;
950
1135
  };
951
1136
  traceContext: Record<string, unknown>;
952
1137
  environment?: Record<string, string> | undefined;
@@ -1424,6 +1609,16 @@ declare const QueueOptions: z.ZodObject<{
1424
1609
  } | undefined;
1425
1610
  }>;
1426
1611
  type QueueOptions = z.infer<typeof QueueOptions>;
1612
+ declare const ScheduleMetadata: z.ZodObject<{
1613
+ cron: z.ZodString;
1614
+ timezone: z.ZodString;
1615
+ }, "strip", z.ZodTypeAny, {
1616
+ cron: string;
1617
+ timezone: string;
1618
+ }, {
1619
+ cron: string;
1620
+ timezone: string;
1621
+ }>;
1427
1622
  declare const TaskMetadata: z.ZodObject<{
1428
1623
  id: z.ZodString;
1429
1624
  packageVersion: z.ZodString;
@@ -1678,19 +1873,29 @@ declare const TaskMetadata: z.ZodObject<{
1678
1873
  randomize?: boolean | undefined;
1679
1874
  }>>;
1680
1875
  machine: z.ZodOptional<z.ZodObject<{
1681
- version: z.ZodOptional<z.ZodDefault<z.ZodLiteral<"v1">>>;
1682
- cpu: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>]>>>;
1683
- memory: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>, z.ZodLiteral<8>]>>>;
1876
+ cpu: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>]>>;
1877
+ memory: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>, z.ZodLiteral<8>]>>;
1878
+ preset: z.ZodOptional<z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>>;
1684
1879
  }, "strip", z.ZodTypeAny, {
1685
- version?: "v1" | undefined;
1686
1880
  cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1687
1881
  memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1882
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1688
1883
  }, {
1689
- version?: "v1" | undefined;
1690
1884
  cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1691
1885
  memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1886
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1692
1887
  }>>;
1693
1888
  triggerSource: z.ZodOptional<z.ZodString>;
1889
+ schedule: z.ZodOptional<z.ZodObject<{
1890
+ cron: z.ZodString;
1891
+ timezone: z.ZodString;
1892
+ }, "strip", z.ZodTypeAny, {
1893
+ cron: string;
1894
+ timezone: string;
1895
+ }, {
1896
+ cron: string;
1897
+ timezone: string;
1898
+ }>>;
1694
1899
  }, "strip", z.ZodTypeAny, {
1695
1900
  id: string;
1696
1901
  packageVersion: string;
@@ -1739,11 +1944,15 @@ declare const TaskMetadata: z.ZodObject<{
1739
1944
  randomize?: boolean | undefined;
1740
1945
  } | undefined;
1741
1946
  machine?: {
1742
- version?: "v1" | undefined;
1743
1947
  cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1744
1948
  memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1949
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1745
1950
  } | undefined;
1746
1951
  triggerSource?: string | undefined;
1952
+ schedule?: {
1953
+ cron: string;
1954
+ timezone: string;
1955
+ } | undefined;
1747
1956
  }, {
1748
1957
  id: string;
1749
1958
  packageVersion: string;
@@ -1792,11 +2001,15 @@ declare const TaskMetadata: z.ZodObject<{
1792
2001
  randomize?: boolean | undefined;
1793
2002
  } | undefined;
1794
2003
  machine?: {
1795
- version?: "v1" | undefined;
1796
2004
  cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1797
2005
  memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
2006
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1798
2007
  } | undefined;
1799
2008
  triggerSource?: string | undefined;
2009
+ schedule?: {
2010
+ cron: string;
2011
+ timezone: string;
2012
+ } | undefined;
1800
2013
  }>;
1801
2014
  type TaskMetadata = z.infer<typeof TaskMetadata>;
1802
2015
  declare const TaskFileMetadata: z.ZodObject<{
@@ -2064,19 +2277,29 @@ declare const TaskMetadataWithFilePath: z.ZodObject<{
2064
2277
  randomize?: boolean | undefined;
2065
2278
  }>>;
2066
2279
  machine: z.ZodOptional<z.ZodObject<{
2067
- version: z.ZodOptional<z.ZodDefault<z.ZodLiteral<"v1">>>;
2068
- cpu: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>]>>>;
2069
- memory: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>, z.ZodLiteral<8>]>>>;
2280
+ cpu: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>]>>;
2281
+ memory: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>, z.ZodLiteral<8>]>>;
2282
+ preset: z.ZodOptional<z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>>;
2070
2283
  }, "strip", z.ZodTypeAny, {
2071
- version?: "v1" | undefined;
2072
2284
  cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
2073
2285
  memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
2286
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
2074
2287
  }, {
2075
- version?: "v1" | undefined;
2076
2288
  cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
2077
2289
  memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
2290
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
2078
2291
  }>>;
2079
2292
  triggerSource: z.ZodOptional<z.ZodString>;
2293
+ schedule: z.ZodOptional<z.ZodObject<{
2294
+ cron: z.ZodString;
2295
+ timezone: z.ZodString;
2296
+ }, "strip", z.ZodTypeAny, {
2297
+ cron: string;
2298
+ timezone: string;
2299
+ }, {
2300
+ cron: string;
2301
+ timezone: string;
2302
+ }>>;
2080
2303
  filePath: z.ZodString;
2081
2304
  exportName: z.ZodString;
2082
2305
  }, "strip", z.ZodTypeAny, {
@@ -2129,11 +2352,15 @@ declare const TaskMetadataWithFilePath: z.ZodObject<{
2129
2352
  randomize?: boolean | undefined;
2130
2353
  } | undefined;
2131
2354
  machine?: {
2132
- version?: "v1" | undefined;
2133
2355
  cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
2134
2356
  memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
2357
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
2135
2358
  } | undefined;
2136
2359
  triggerSource?: string | undefined;
2360
+ schedule?: {
2361
+ cron: string;
2362
+ timezone: string;
2363
+ } | undefined;
2137
2364
  }, {
2138
2365
  id: string;
2139
2366
  filePath: string;
@@ -2184,11 +2411,15 @@ declare const TaskMetadataWithFilePath: z.ZodObject<{
2184
2411
  randomize?: boolean | undefined;
2185
2412
  } | undefined;
2186
2413
  machine?: {
2187
- version?: "v1" | undefined;
2188
2414
  cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
2189
2415
  memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
2416
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
2190
2417
  } | undefined;
2191
2418
  triggerSource?: string | undefined;
2419
+ schedule?: {
2420
+ cron: string;
2421
+ timezone: string;
2422
+ } | undefined;
2192
2423
  }>;
2193
2424
  type TaskMetadataWithFilePath = z.infer<typeof TaskMetadataWithFilePath>;
2194
2425
  declare const PostStartCauses: z.ZodEnum<["index", "create", "restore"]>;
@@ -2258,6 +2489,7 @@ declare const Config: z.ZodObject<{
2258
2489
  logLevel: z.ZodOptional<z.ZodString>;
2259
2490
  enableConsoleLogging: z.ZodOptional<z.ZodBoolean>;
2260
2491
  postInstall: z.ZodOptional<z.ZodString>;
2492
+ extraCACerts: z.ZodOptional<z.ZodString>;
2261
2493
  }, "strip", z.ZodTypeAny, {
2262
2494
  project: string;
2263
2495
  triggerDirectories?: string[] | undefined;
@@ -2280,6 +2512,7 @@ declare const Config: z.ZodObject<{
2280
2512
  logLevel?: string | undefined;
2281
2513
  enableConsoleLogging?: boolean | undefined;
2282
2514
  postInstall?: string | undefined;
2515
+ extraCACerts?: string | undefined;
2283
2516
  }, {
2284
2517
  project: string;
2285
2518
  triggerDirectories?: string[] | undefined;
@@ -2302,6 +2535,7 @@ declare const Config: z.ZodObject<{
2302
2535
  logLevel?: string | undefined;
2303
2536
  enableConsoleLogging?: boolean | undefined;
2304
2537
  postInstall?: string | undefined;
2538
+ extraCACerts?: string | undefined;
2305
2539
  }>;
2306
2540
  type Config = z.infer<typeof Config>;
2307
2541
  type ResolvedConfig = RequireKeys<Config, "triggerDirectories" | "triggerUrl" | "projectDir" | "tsconfigPath">;
@@ -2309,6 +2543,7 @@ declare const WaitReason: z.ZodEnum<["WAIT_FOR_DURATION", "WAIT_FOR_TASK", "WAIT
2309
2543
  type WaitReason = z.infer<typeof WaitReason>;
2310
2544
  declare const TaskRunExecutionLazyAttemptPayload: z.ZodObject<{
2311
2545
  runId: z.ZodString;
2546
+ attemptCount: z.ZodOptional<z.ZodNumber>;
2312
2547
  messageId: z.ZodString;
2313
2548
  isTest: z.ZodBoolean;
2314
2549
  traceContext: z.ZodRecord<z.ZodString, z.ZodUnknown>;
@@ -2318,14 +2553,16 @@ declare const TaskRunExecutionLazyAttemptPayload: z.ZodObject<{
2318
2553
  traceContext: Record<string, unknown>;
2319
2554
  runId: string;
2320
2555
  messageId: string;
2556
+ attemptCount?: number | undefined;
2321
2557
  environment?: Record<string, string> | undefined;
2322
2558
  }, {
2323
2559
  isTest: boolean;
2324
2560
  traceContext: Record<string, unknown>;
2325
2561
  runId: string;
2326
2562
  messageId: string;
2563
+ attemptCount?: number | undefined;
2327
2564
  environment?: Record<string, string> | undefined;
2328
2565
  }>;
2329
2566
  type TaskRunExecutionLazyAttemptPayload = z.infer<typeof TaskRunExecutionLazyAttemptPayload>;
2330
2567
 
2331
- export { Config as C, EnvironmentType as E, FixedWindowRateLimit as F, MachineCpu as M, type Prettify as P, QueueOptions as Q, RetryOptions as R, SlidingWindowRateLimit as S, TaskFileMetadata as T, WaitReason as W, TaskMetadataWithFilePath as a, TaskMetadata as b, MachineMemory as c, Machine as d, TaskRunExecutionPayload as e, ProdTaskRunExecution as f, ProdTaskRunExecutionPayload as g, RateLimitOptions as h, PostStartCauses as i, PreStopCauses as j, type ResolvedConfig as k, TaskRunExecutionLazyAttemptPayload as l, type RequireKeys as m };
2568
+ export { Config as C, EnvironmentType as E, FixedWindowRateLimit as F, type Prettify as P, QueueOptions as Q, RetryOptions as R, SlidingWindowRateLimit as S, TaskMetadata as T, WaitReason as W, TaskFileMetadata as a, TaskMetadataWithFilePath as b, TaskRunExecutionPayload as c, ProdTaskRunExecution as d, ProdTaskRunExecutionPayload as e, RateLimitOptions as f, ScheduleMetadata as g, PostStartCauses as h, PreStopCauses as i, type ResolvedConfig as j, TaskRunExecutionLazyAttemptPayload as k, type RequireKeys as l };