@trigger.dev/core 4.4.4 → 4.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commonjs/v3/errors.d.ts +6 -0
- package/dist/commonjs/v3/errors.js +72 -11
- package/dist/commonjs/v3/errors.js.map +1 -1
- package/dist/commonjs/v3/isomorphic/friendlyId.d.ts +1 -0
- package/dist/commonjs/v3/isomorphic/friendlyId.js +2 -1
- package/dist/commonjs/v3/isomorphic/friendlyId.js.map +1 -1
- package/dist/commonjs/v3/otel/utils.js +30 -5
- package/dist/commonjs/v3/otel/utils.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/http.d.ts +3 -0
- package/dist/commonjs/v3/runEngineWorker/supervisor/schemas.d.ts +17 -0
- package/dist/commonjs/v3/runEngineWorker/workload/http.d.ts +2 -0
- package/dist/commonjs/v3/runEngineWorker/workload/schemas.d.ts +12 -0
- package/dist/commonjs/v3/runtime/sharedRuntimeManager.js +1 -1
- package/dist/commonjs/v3/runtime/sharedRuntimeManager.js.map +1 -1
- package/dist/commonjs/v3/schemas/api.d.ts +880 -10
- package/dist/commonjs/v3/schemas/api.js +205 -1
- package/dist/commonjs/v3/schemas/api.js.map +1 -1
- package/dist/commonjs/v3/schemas/checkpoints.d.ts +5 -0
- package/dist/commonjs/v3/schemas/common.d.ts +26 -0
- package/dist/commonjs/v3/schemas/common.js +2 -0
- package/dist/commonjs/v3/schemas/common.js.map +1 -1
- package/dist/commonjs/v3/schemas/messages.d.ts +146 -0
- package/dist/commonjs/v3/schemas/query.d.ts +2 -2
- package/dist/commonjs/v3/schemas/runEngine.d.ts +12 -0
- package/dist/commonjs/v3/schemas/runEngine.js +1 -0
- package/dist/commonjs/v3/schemas/runEngine.js.map +1 -1
- package/dist/commonjs/v3/schemas/schemas.d.ts +22 -0
- package/dist/commonjs/v3/schemas/schemas.js +1 -0
- package/dist/commonjs/v3/schemas/schemas.js.map +1 -1
- package/dist/commonjs/v3/semanticInternalAttributes.d.ts +1 -0
- package/dist/commonjs/v3/semanticInternalAttributes.js +1 -0
- package/dist/commonjs/v3/semanticInternalAttributes.js.map +1 -1
- package/dist/commonjs/v3/taskContext/index.js +1 -0
- package/dist/commonjs/v3/taskContext/index.js.map +1 -1
- package/dist/commonjs/v3/tracer.js +1 -4
- package/dist/commonjs/v3/tracer.js.map +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/esm/v3/errors.d.ts +6 -0
- package/dist/esm/v3/errors.js +70 -11
- package/dist/esm/v3/errors.js.map +1 -1
- package/dist/esm/v3/isomorphic/friendlyId.d.ts +1 -0
- package/dist/esm/v3/isomorphic/friendlyId.js +1 -0
- package/dist/esm/v3/isomorphic/friendlyId.js.map +1 -1
- package/dist/esm/v3/otel/utils.js +30 -5
- package/dist/esm/v3/otel/utils.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/http.d.ts +3 -0
- package/dist/esm/v3/runEngineWorker/supervisor/schemas.d.ts +17 -0
- package/dist/esm/v3/runEngineWorker/workload/http.d.ts +2 -0
- package/dist/esm/v3/runEngineWorker/workload/schemas.d.ts +12 -0
- package/dist/esm/v3/runtime/sharedRuntimeManager.js +1 -1
- package/dist/esm/v3/runtime/sharedRuntimeManager.js.map +1 -1
- package/dist/esm/v3/schemas/api.d.ts +880 -10
- package/dist/esm/v3/schemas/api.js +203 -0
- package/dist/esm/v3/schemas/api.js.map +1 -1
- package/dist/esm/v3/schemas/checkpoints.d.ts +5 -0
- package/dist/esm/v3/schemas/common.d.ts +26 -0
- package/dist/esm/v3/schemas/common.js +2 -0
- package/dist/esm/v3/schemas/common.js.map +1 -1
- package/dist/esm/v3/schemas/messages.d.ts +146 -0
- package/dist/esm/v3/schemas/query.d.ts +2 -2
- package/dist/esm/v3/schemas/runEngine.d.ts +12 -0
- package/dist/esm/v3/schemas/runEngine.js +1 -0
- package/dist/esm/v3/schemas/runEngine.js.map +1 -1
- package/dist/esm/v3/schemas/schemas.d.ts +22 -0
- package/dist/esm/v3/schemas/schemas.js +1 -0
- package/dist/esm/v3/schemas/schemas.js.map +1 -1
- package/dist/esm/v3/semanticInternalAttributes.d.ts +1 -0
- package/dist/esm/v3/semanticInternalAttributes.js +1 -0
- package/dist/esm/v3/semanticInternalAttributes.js.map +1 -1
- package/dist/esm/v3/taskContext/index.js +1 -0
- package/dist/esm/v3/taskContext/index.js.map +1 -1
- package/dist/esm/v3/tracer.js +2 -5
- package/dist/esm/v3/tracer.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/package.json +2 -2
|
@@ -124,6 +124,7 @@ export declare const BackgroundWorkerServerMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
124
124
|
attemptCount: z.ZodOptional<z.ZodNumber>;
|
|
125
125
|
messageId: z.ZodString;
|
|
126
126
|
isTest: z.ZodBoolean;
|
|
127
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
127
128
|
traceContext: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
128
129
|
environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
129
130
|
metrics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -144,6 +145,7 @@ export declare const BackgroundWorkerServerMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
144
145
|
}>, "many">>;
|
|
145
146
|
}, "strip", z.ZodTypeAny, {
|
|
146
147
|
isTest: boolean;
|
|
148
|
+
isReplay: boolean;
|
|
147
149
|
traceContext: Record<string, unknown>;
|
|
148
150
|
runId: string;
|
|
149
151
|
messageId: string;
|
|
@@ -160,6 +162,7 @@ export declare const BackgroundWorkerServerMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
160
162
|
traceContext: Record<string, unknown>;
|
|
161
163
|
runId: string;
|
|
162
164
|
messageId: string;
|
|
165
|
+
isReplay?: boolean | undefined;
|
|
163
166
|
environment?: Record<string, string> | undefined;
|
|
164
167
|
attemptCount?: number | undefined;
|
|
165
168
|
metrics?: {
|
|
@@ -173,6 +176,7 @@ export declare const BackgroundWorkerServerMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
173
176
|
type: "EXECUTE_RUN_LAZY_ATTEMPT";
|
|
174
177
|
payload: {
|
|
175
178
|
isTest: boolean;
|
|
179
|
+
isReplay: boolean;
|
|
176
180
|
traceContext: Record<string, unknown>;
|
|
177
181
|
runId: string;
|
|
178
182
|
messageId: string;
|
|
@@ -192,6 +196,7 @@ export declare const BackgroundWorkerServerMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
192
196
|
traceContext: Record<string, unknown>;
|
|
193
197
|
runId: string;
|
|
194
198
|
messageId: string;
|
|
199
|
+
isReplay?: boolean | undefined;
|
|
195
200
|
environment?: Record<string, string> | undefined;
|
|
196
201
|
attemptCount?: number | undefined;
|
|
197
202
|
metrics?: {
|
|
@@ -300,6 +305,7 @@ export declare const serverWebsocketMessages: {
|
|
|
300
305
|
attemptCount: z.ZodOptional<z.ZodNumber>;
|
|
301
306
|
messageId: z.ZodString;
|
|
302
307
|
isTest: z.ZodBoolean;
|
|
308
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
303
309
|
traceContext: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
304
310
|
environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
305
311
|
metrics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -320,6 +326,7 @@ export declare const serverWebsocketMessages: {
|
|
|
320
326
|
}>, "many">>;
|
|
321
327
|
}, "strip", z.ZodTypeAny, {
|
|
322
328
|
isTest: boolean;
|
|
329
|
+
isReplay: boolean;
|
|
323
330
|
traceContext: Record<string, unknown>;
|
|
324
331
|
runId: string;
|
|
325
332
|
messageId: string;
|
|
@@ -336,6 +343,7 @@ export declare const serverWebsocketMessages: {
|
|
|
336
343
|
traceContext: Record<string, unknown>;
|
|
337
344
|
runId: string;
|
|
338
345
|
messageId: string;
|
|
346
|
+
isReplay?: boolean | undefined;
|
|
339
347
|
environment?: Record<string, string> | undefined;
|
|
340
348
|
attemptCount?: number | undefined;
|
|
341
349
|
metrics?: {
|
|
@@ -349,6 +357,7 @@ export declare const serverWebsocketMessages: {
|
|
|
349
357
|
type: "EXECUTE_RUN_LAZY_ATTEMPT";
|
|
350
358
|
payload: {
|
|
351
359
|
isTest: boolean;
|
|
360
|
+
isReplay: boolean;
|
|
352
361
|
traceContext: Record<string, unknown>;
|
|
353
362
|
runId: string;
|
|
354
363
|
messageId: string;
|
|
@@ -368,6 +377,7 @@ export declare const serverWebsocketMessages: {
|
|
|
368
377
|
traceContext: Record<string, unknown>;
|
|
369
378
|
runId: string;
|
|
370
379
|
messageId: string;
|
|
380
|
+
isReplay?: boolean | undefined;
|
|
371
381
|
environment?: Record<string, string> | undefined;
|
|
372
382
|
attemptCount?: number | undefined;
|
|
373
383
|
metrics?: {
|
|
@@ -407,6 +417,7 @@ export declare const serverWebsocketMessages: {
|
|
|
407
417
|
type: "EXECUTE_RUN_LAZY_ATTEMPT";
|
|
408
418
|
payload: {
|
|
409
419
|
isTest: boolean;
|
|
420
|
+
isReplay: boolean;
|
|
410
421
|
traceContext: Record<string, unknown>;
|
|
411
422
|
runId: string;
|
|
412
423
|
messageId: string;
|
|
@@ -451,6 +462,7 @@ export declare const serverWebsocketMessages: {
|
|
|
451
462
|
traceContext: Record<string, unknown>;
|
|
452
463
|
runId: string;
|
|
453
464
|
messageId: string;
|
|
465
|
+
isReplay?: boolean | undefined;
|
|
454
466
|
environment?: Record<string, string> | undefined;
|
|
455
467
|
attemptCount?: number | undefined;
|
|
456
468
|
metrics?: {
|
|
@@ -1691,6 +1703,7 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
1691
1703
|
payloadType: z.ZodString;
|
|
1692
1704
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
1693
1705
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
1706
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
1694
1707
|
createdAt: z.ZodDate;
|
|
1695
1708
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
1696
1709
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -1709,6 +1722,7 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
1709
1722
|
payloadType: string;
|
|
1710
1723
|
tags: string[];
|
|
1711
1724
|
isTest: boolean;
|
|
1725
|
+
isReplay: boolean;
|
|
1712
1726
|
createdAt: Date;
|
|
1713
1727
|
startedAt: Date;
|
|
1714
1728
|
baseCostInCents: number;
|
|
@@ -1733,6 +1747,7 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
1733
1747
|
context?: unknown;
|
|
1734
1748
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
1735
1749
|
isTest?: boolean | undefined;
|
|
1750
|
+
isReplay?: boolean | undefined;
|
|
1736
1751
|
startedAt?: Date | undefined;
|
|
1737
1752
|
idempotencyKey?: string | undefined;
|
|
1738
1753
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -1904,6 +1919,7 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
1904
1919
|
payloadType: string;
|
|
1905
1920
|
tags: string[];
|
|
1906
1921
|
isTest: boolean;
|
|
1922
|
+
isReplay: boolean;
|
|
1907
1923
|
createdAt: Date;
|
|
1908
1924
|
startedAt: Date;
|
|
1909
1925
|
baseCostInCents: number;
|
|
@@ -1990,6 +2006,7 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
1990
2006
|
context?: unknown;
|
|
1991
2007
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
1992
2008
|
isTest?: boolean | undefined;
|
|
2009
|
+
isReplay?: boolean | undefined;
|
|
1993
2010
|
startedAt?: Date | undefined;
|
|
1994
2011
|
idempotencyKey?: string | undefined;
|
|
1995
2012
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -2068,6 +2085,7 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
2068
2085
|
payloadType: string;
|
|
2069
2086
|
tags: string[];
|
|
2070
2087
|
isTest: boolean;
|
|
2088
|
+
isReplay: boolean;
|
|
2071
2089
|
createdAt: Date;
|
|
2072
2090
|
startedAt: Date;
|
|
2073
2091
|
baseCostInCents: number;
|
|
@@ -2349,6 +2367,7 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
2349
2367
|
context?: unknown;
|
|
2350
2368
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
2351
2369
|
isTest?: boolean | undefined;
|
|
2370
|
+
isReplay?: boolean | undefined;
|
|
2352
2371
|
startedAt?: Date | undefined;
|
|
2353
2372
|
idempotencyKey?: string | undefined;
|
|
2354
2373
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -4773,6 +4792,7 @@ export declare const clientWebsocketMessages: {
|
|
|
4773
4792
|
payloadType: z.ZodString;
|
|
4774
4793
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
4775
4794
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
4795
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
4776
4796
|
createdAt: z.ZodDate;
|
|
4777
4797
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
4778
4798
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -4791,6 +4811,7 @@ export declare const clientWebsocketMessages: {
|
|
|
4791
4811
|
payloadType: string;
|
|
4792
4812
|
tags: string[];
|
|
4793
4813
|
isTest: boolean;
|
|
4814
|
+
isReplay: boolean;
|
|
4794
4815
|
createdAt: Date;
|
|
4795
4816
|
startedAt: Date;
|
|
4796
4817
|
baseCostInCents: number;
|
|
@@ -4815,6 +4836,7 @@ export declare const clientWebsocketMessages: {
|
|
|
4815
4836
|
context?: unknown;
|
|
4816
4837
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
4817
4838
|
isTest?: boolean | undefined;
|
|
4839
|
+
isReplay?: boolean | undefined;
|
|
4818
4840
|
startedAt?: Date | undefined;
|
|
4819
4841
|
idempotencyKey?: string | undefined;
|
|
4820
4842
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -4986,6 +5008,7 @@ export declare const clientWebsocketMessages: {
|
|
|
4986
5008
|
payloadType: string;
|
|
4987
5009
|
tags: string[];
|
|
4988
5010
|
isTest: boolean;
|
|
5011
|
+
isReplay: boolean;
|
|
4989
5012
|
createdAt: Date;
|
|
4990
5013
|
startedAt: Date;
|
|
4991
5014
|
baseCostInCents: number;
|
|
@@ -5072,6 +5095,7 @@ export declare const clientWebsocketMessages: {
|
|
|
5072
5095
|
context?: unknown;
|
|
5073
5096
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
5074
5097
|
isTest?: boolean | undefined;
|
|
5098
|
+
isReplay?: boolean | undefined;
|
|
5075
5099
|
startedAt?: Date | undefined;
|
|
5076
5100
|
idempotencyKey?: string | undefined;
|
|
5077
5101
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -5150,6 +5174,7 @@ export declare const clientWebsocketMessages: {
|
|
|
5150
5174
|
payloadType: string;
|
|
5151
5175
|
tags: string[];
|
|
5152
5176
|
isTest: boolean;
|
|
5177
|
+
isReplay: boolean;
|
|
5153
5178
|
createdAt: Date;
|
|
5154
5179
|
startedAt: Date;
|
|
5155
5180
|
baseCostInCents: number;
|
|
@@ -5431,6 +5456,7 @@ export declare const clientWebsocketMessages: {
|
|
|
5431
5456
|
context?: unknown;
|
|
5432
5457
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
5433
5458
|
isTest?: boolean | undefined;
|
|
5459
|
+
isReplay?: boolean | undefined;
|
|
5434
5460
|
startedAt?: Date | undefined;
|
|
5435
5461
|
idempotencyKey?: string | undefined;
|
|
5436
5462
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -6596,6 +6622,7 @@ export declare const clientWebsocketMessages: {
|
|
|
6596
6622
|
payloadType: string;
|
|
6597
6623
|
tags: string[];
|
|
6598
6624
|
isTest: boolean;
|
|
6625
|
+
isReplay: boolean;
|
|
6599
6626
|
createdAt: Date;
|
|
6600
6627
|
startedAt: Date;
|
|
6601
6628
|
baseCostInCents: number;
|
|
@@ -6998,6 +7025,7 @@ export declare const clientWebsocketMessages: {
|
|
|
6998
7025
|
context?: unknown;
|
|
6999
7026
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
7000
7027
|
isTest?: boolean | undefined;
|
|
7028
|
+
isReplay?: boolean | undefined;
|
|
7001
7029
|
startedAt?: Date | undefined;
|
|
7002
7030
|
idempotencyKey?: string | undefined;
|
|
7003
7031
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -8278,6 +8306,7 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
8278
8306
|
payloadType: z.ZodString;
|
|
8279
8307
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
8280
8308
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
8309
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
8281
8310
|
createdAt: z.ZodDate;
|
|
8282
8311
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
8283
8312
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -8299,6 +8328,7 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
8299
8328
|
payloadType: string;
|
|
8300
8329
|
tags: string[];
|
|
8301
8330
|
isTest: boolean;
|
|
8331
|
+
isReplay: boolean;
|
|
8302
8332
|
createdAt: Date;
|
|
8303
8333
|
startedAt: Date;
|
|
8304
8334
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -8322,6 +8352,7 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
8322
8352
|
createdAt: Date;
|
|
8323
8353
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
8324
8354
|
isTest?: boolean | undefined;
|
|
8355
|
+
isReplay?: boolean | undefined;
|
|
8325
8356
|
startedAt?: Date | undefined;
|
|
8326
8357
|
idempotencyKey?: string | undefined;
|
|
8327
8358
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -8352,6 +8383,7 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
8352
8383
|
payloadType: string;
|
|
8353
8384
|
tags: string[];
|
|
8354
8385
|
isTest: boolean;
|
|
8386
|
+
isReplay: boolean;
|
|
8355
8387
|
createdAt: Date;
|
|
8356
8388
|
startedAt: Date;
|
|
8357
8389
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -8459,6 +8491,7 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
8459
8491
|
createdAt: Date;
|
|
8460
8492
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
8461
8493
|
isTest?: boolean | undefined;
|
|
8494
|
+
isReplay?: boolean | undefined;
|
|
8462
8495
|
startedAt?: Date | undefined;
|
|
8463
8496
|
idempotencyKey?: string | undefined;
|
|
8464
8497
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -9747,6 +9780,7 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
9747
9780
|
payloadType: string;
|
|
9748
9781
|
tags: string[];
|
|
9749
9782
|
isTest: boolean;
|
|
9783
|
+
isReplay: boolean;
|
|
9750
9784
|
createdAt: Date;
|
|
9751
9785
|
startedAt: Date;
|
|
9752
9786
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -10048,6 +10082,7 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
10048
10082
|
createdAt: Date;
|
|
10049
10083
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
10050
10084
|
isTest?: boolean | undefined;
|
|
10085
|
+
isReplay?: boolean | undefined;
|
|
10051
10086
|
startedAt?: Date | undefined;
|
|
10052
10087
|
idempotencyKey?: string | undefined;
|
|
10053
10088
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -10704,6 +10739,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10704
10739
|
payloadType: z.ZodString;
|
|
10705
10740
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
10706
10741
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
10742
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
10707
10743
|
createdAt: z.ZodDate;
|
|
10708
10744
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
10709
10745
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -10725,6 +10761,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10725
10761
|
payloadType: string;
|
|
10726
10762
|
tags: string[];
|
|
10727
10763
|
isTest: boolean;
|
|
10764
|
+
isReplay: boolean;
|
|
10728
10765
|
createdAt: Date;
|
|
10729
10766
|
startedAt: Date;
|
|
10730
10767
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -10748,6 +10785,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10748
10785
|
createdAt: Date;
|
|
10749
10786
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
10750
10787
|
isTest?: boolean | undefined;
|
|
10788
|
+
isReplay?: boolean | undefined;
|
|
10751
10789
|
startedAt?: Date | undefined;
|
|
10752
10790
|
idempotencyKey?: string | undefined;
|
|
10753
10791
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -10778,6 +10816,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10778
10816
|
payloadType: string;
|
|
10779
10817
|
tags: string[];
|
|
10780
10818
|
isTest: boolean;
|
|
10819
|
+
isReplay: boolean;
|
|
10781
10820
|
createdAt: Date;
|
|
10782
10821
|
startedAt: Date;
|
|
10783
10822
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -10885,6 +10924,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10885
10924
|
createdAt: Date;
|
|
10886
10925
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
10887
10926
|
isTest?: boolean | undefined;
|
|
10927
|
+
isReplay?: boolean | undefined;
|
|
10888
10928
|
startedAt?: Date | undefined;
|
|
10889
10929
|
idempotencyKey?: string | undefined;
|
|
10890
10930
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -11033,6 +11073,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
11033
11073
|
payloadType: string;
|
|
11034
11074
|
tags: string[];
|
|
11035
11075
|
isTest: boolean;
|
|
11076
|
+
isReplay: boolean;
|
|
11036
11077
|
createdAt: Date;
|
|
11037
11078
|
startedAt: Date;
|
|
11038
11079
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -11157,6 +11198,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
11157
11198
|
createdAt: Date;
|
|
11158
11199
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
11159
11200
|
isTest?: boolean | undefined;
|
|
11201
|
+
isReplay?: boolean | undefined;
|
|
11160
11202
|
startedAt?: Date | undefined;
|
|
11161
11203
|
idempotencyKey?: string | undefined;
|
|
11162
11204
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -12471,6 +12513,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12471
12513
|
payloadType: z.ZodString;
|
|
12472
12514
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
12473
12515
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
12516
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
12474
12517
|
createdAt: z.ZodDate;
|
|
12475
12518
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
12476
12519
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -12489,6 +12532,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12489
12532
|
payloadType: string;
|
|
12490
12533
|
tags: string[];
|
|
12491
12534
|
isTest: boolean;
|
|
12535
|
+
isReplay: boolean;
|
|
12492
12536
|
createdAt: Date;
|
|
12493
12537
|
startedAt: Date;
|
|
12494
12538
|
baseCostInCents: number;
|
|
@@ -12513,6 +12557,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12513
12557
|
context?: unknown;
|
|
12514
12558
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
12515
12559
|
isTest?: boolean | undefined;
|
|
12560
|
+
isReplay?: boolean | undefined;
|
|
12516
12561
|
startedAt?: Date | undefined;
|
|
12517
12562
|
idempotencyKey?: string | undefined;
|
|
12518
12563
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -12701,6 +12746,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12701
12746
|
payloadType: string;
|
|
12702
12747
|
tags: string[];
|
|
12703
12748
|
isTest: boolean;
|
|
12749
|
+
isReplay: boolean;
|
|
12704
12750
|
createdAt: Date;
|
|
12705
12751
|
startedAt: Date;
|
|
12706
12752
|
baseCostInCents: number;
|
|
@@ -12793,6 +12839,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12793
12839
|
context?: unknown;
|
|
12794
12840
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
12795
12841
|
isTest?: boolean | undefined;
|
|
12842
|
+
isReplay?: boolean | undefined;
|
|
12796
12843
|
startedAt?: Date | undefined;
|
|
12797
12844
|
idempotencyKey?: string | undefined;
|
|
12798
12845
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -12894,6 +12941,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12894
12941
|
payloadType: string;
|
|
12895
12942
|
tags: string[];
|
|
12896
12943
|
isTest: boolean;
|
|
12944
|
+
isReplay: boolean;
|
|
12897
12945
|
createdAt: Date;
|
|
12898
12946
|
startedAt: Date;
|
|
12899
12947
|
baseCostInCents: number;
|
|
@@ -12996,6 +13044,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12996
13044
|
context?: unknown;
|
|
12997
13045
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
12998
13046
|
isTest?: boolean | undefined;
|
|
13047
|
+
isReplay?: boolean | undefined;
|
|
12999
13048
|
startedAt?: Date | undefined;
|
|
13000
13049
|
idempotencyKey?: string | undefined;
|
|
13001
13050
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -13089,6 +13138,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13089
13138
|
payloadType: string;
|
|
13090
13139
|
tags: string[];
|
|
13091
13140
|
isTest: boolean;
|
|
13141
|
+
isReplay: boolean;
|
|
13092
13142
|
createdAt: Date;
|
|
13093
13143
|
startedAt: Date;
|
|
13094
13144
|
baseCostInCents: number;
|
|
@@ -13194,6 +13244,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13194
13244
|
context?: unknown;
|
|
13195
13245
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
13196
13246
|
isTest?: boolean | undefined;
|
|
13247
|
+
isReplay?: boolean | undefined;
|
|
13197
13248
|
startedAt?: Date | undefined;
|
|
13198
13249
|
idempotencyKey?: string | undefined;
|
|
13199
13250
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -13343,6 +13394,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13343
13394
|
payloadType: z.ZodString;
|
|
13344
13395
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
13345
13396
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
13397
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
13346
13398
|
createdAt: z.ZodDate;
|
|
13347
13399
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
13348
13400
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -13361,6 +13413,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13361
13413
|
payloadType: string;
|
|
13362
13414
|
tags: string[];
|
|
13363
13415
|
isTest: boolean;
|
|
13416
|
+
isReplay: boolean;
|
|
13364
13417
|
createdAt: Date;
|
|
13365
13418
|
startedAt: Date;
|
|
13366
13419
|
baseCostInCents: number;
|
|
@@ -13385,6 +13438,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13385
13438
|
context?: unknown;
|
|
13386
13439
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
13387
13440
|
isTest?: boolean | undefined;
|
|
13441
|
+
isReplay?: boolean | undefined;
|
|
13388
13442
|
startedAt?: Date | undefined;
|
|
13389
13443
|
idempotencyKey?: string | undefined;
|
|
13390
13444
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -13573,6 +13627,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13573
13627
|
payloadType: string;
|
|
13574
13628
|
tags: string[];
|
|
13575
13629
|
isTest: boolean;
|
|
13630
|
+
isReplay: boolean;
|
|
13576
13631
|
createdAt: Date;
|
|
13577
13632
|
startedAt: Date;
|
|
13578
13633
|
baseCostInCents: number;
|
|
@@ -13665,6 +13720,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13665
13720
|
context?: unknown;
|
|
13666
13721
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
13667
13722
|
isTest?: boolean | undefined;
|
|
13723
|
+
isReplay?: boolean | undefined;
|
|
13668
13724
|
startedAt?: Date | undefined;
|
|
13669
13725
|
idempotencyKey?: string | undefined;
|
|
13670
13726
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -13766,6 +13822,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13766
13822
|
payloadType: string;
|
|
13767
13823
|
tags: string[];
|
|
13768
13824
|
isTest: boolean;
|
|
13825
|
+
isReplay: boolean;
|
|
13769
13826
|
createdAt: Date;
|
|
13770
13827
|
startedAt: Date;
|
|
13771
13828
|
baseCostInCents: number;
|
|
@@ -13868,6 +13925,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13868
13925
|
context?: unknown;
|
|
13869
13926
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
13870
13927
|
isTest?: boolean | undefined;
|
|
13928
|
+
isReplay?: boolean | undefined;
|
|
13871
13929
|
startedAt?: Date | undefined;
|
|
13872
13930
|
idempotencyKey?: string | undefined;
|
|
13873
13931
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -13960,6 +14018,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13960
14018
|
payloadType: string;
|
|
13961
14019
|
tags: string[];
|
|
13962
14020
|
isTest: boolean;
|
|
14021
|
+
isReplay: boolean;
|
|
13963
14022
|
createdAt: Date;
|
|
13964
14023
|
startedAt: Date;
|
|
13965
14024
|
baseCostInCents: number;
|
|
@@ -14065,6 +14124,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14065
14124
|
context?: unknown;
|
|
14066
14125
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
14067
14126
|
isTest?: boolean | undefined;
|
|
14127
|
+
isReplay?: boolean | undefined;
|
|
14068
14128
|
startedAt?: Date | undefined;
|
|
14069
14129
|
idempotencyKey?: string | undefined;
|
|
14070
14130
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -14183,6 +14243,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14183
14243
|
attemptCount: z.ZodOptional<z.ZodNumber>;
|
|
14184
14244
|
messageId: z.ZodString;
|
|
14185
14245
|
isTest: z.ZodBoolean;
|
|
14246
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
14186
14247
|
traceContext: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
14187
14248
|
environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
14188
14249
|
metrics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -14203,6 +14264,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14203
14264
|
}>, "many">>;
|
|
14204
14265
|
}, "strip", z.ZodTypeAny, {
|
|
14205
14266
|
isTest: boolean;
|
|
14267
|
+
isReplay: boolean;
|
|
14206
14268
|
traceContext: Record<string, unknown>;
|
|
14207
14269
|
runId: string;
|
|
14208
14270
|
messageId: string;
|
|
@@ -14219,6 +14281,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14219
14281
|
traceContext: Record<string, unknown>;
|
|
14220
14282
|
runId: string;
|
|
14221
14283
|
messageId: string;
|
|
14284
|
+
isReplay?: boolean | undefined;
|
|
14222
14285
|
environment?: Record<string, string> | undefined;
|
|
14223
14286
|
attemptCount?: number | undefined;
|
|
14224
14287
|
metrics?: {
|
|
@@ -14232,6 +14295,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14232
14295
|
success: true;
|
|
14233
14296
|
lazyPayload: {
|
|
14234
14297
|
isTest: boolean;
|
|
14298
|
+
isReplay: boolean;
|
|
14235
14299
|
traceContext: Record<string, unknown>;
|
|
14236
14300
|
runId: string;
|
|
14237
14301
|
messageId: string;
|
|
@@ -14251,6 +14315,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14251
14315
|
traceContext: Record<string, unknown>;
|
|
14252
14316
|
runId: string;
|
|
14253
14317
|
messageId: string;
|
|
14318
|
+
isReplay?: boolean | undefined;
|
|
14254
14319
|
environment?: Record<string, string> | undefined;
|
|
14255
14320
|
attemptCount?: number | undefined;
|
|
14256
14321
|
metrics?: {
|
|
@@ -14322,6 +14387,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14322
14387
|
payloadType: z.ZodString;
|
|
14323
14388
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
14324
14389
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
14390
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
14325
14391
|
createdAt: z.ZodDate;
|
|
14326
14392
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
14327
14393
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -14340,6 +14406,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14340
14406
|
payloadType: string;
|
|
14341
14407
|
tags: string[];
|
|
14342
14408
|
isTest: boolean;
|
|
14409
|
+
isReplay: boolean;
|
|
14343
14410
|
createdAt: Date;
|
|
14344
14411
|
startedAt: Date;
|
|
14345
14412
|
baseCostInCents: number;
|
|
@@ -14364,6 +14431,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14364
14431
|
context?: unknown;
|
|
14365
14432
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
14366
14433
|
isTest?: boolean | undefined;
|
|
14434
|
+
isReplay?: boolean | undefined;
|
|
14367
14435
|
startedAt?: Date | undefined;
|
|
14368
14436
|
idempotencyKey?: string | undefined;
|
|
14369
14437
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -14552,6 +14620,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14552
14620
|
payloadType: string;
|
|
14553
14621
|
tags: string[];
|
|
14554
14622
|
isTest: boolean;
|
|
14623
|
+
isReplay: boolean;
|
|
14555
14624
|
createdAt: Date;
|
|
14556
14625
|
startedAt: Date;
|
|
14557
14626
|
baseCostInCents: number;
|
|
@@ -14644,6 +14713,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14644
14713
|
context?: unknown;
|
|
14645
14714
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
14646
14715
|
isTest?: boolean | undefined;
|
|
14716
|
+
isReplay?: boolean | undefined;
|
|
14647
14717
|
startedAt?: Date | undefined;
|
|
14648
14718
|
idempotencyKey?: string | undefined;
|
|
14649
14719
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -15919,6 +15989,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
15919
15989
|
payloadType: string;
|
|
15920
15990
|
tags: string[];
|
|
15921
15991
|
isTest: boolean;
|
|
15992
|
+
isReplay: boolean;
|
|
15922
15993
|
createdAt: Date;
|
|
15923
15994
|
startedAt: Date;
|
|
15924
15995
|
baseCostInCents: number;
|
|
@@ -16209,6 +16280,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16209
16280
|
context?: unknown;
|
|
16210
16281
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
16211
16282
|
isTest?: boolean | undefined;
|
|
16283
|
+
isReplay?: boolean | undefined;
|
|
16212
16284
|
startedAt?: Date | undefined;
|
|
16213
16285
|
idempotencyKey?: string | undefined;
|
|
16214
16286
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -16527,6 +16599,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16527
16599
|
payloadType: z.ZodString;
|
|
16528
16600
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
16529
16601
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
16602
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
16530
16603
|
createdAt: z.ZodDate;
|
|
16531
16604
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
16532
16605
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -16545,6 +16618,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16545
16618
|
payloadType: string;
|
|
16546
16619
|
tags: string[];
|
|
16547
16620
|
isTest: boolean;
|
|
16621
|
+
isReplay: boolean;
|
|
16548
16622
|
createdAt: Date;
|
|
16549
16623
|
startedAt: Date;
|
|
16550
16624
|
baseCostInCents: number;
|
|
@@ -16569,6 +16643,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16569
16643
|
context?: unknown;
|
|
16570
16644
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
16571
16645
|
isTest?: boolean | undefined;
|
|
16646
|
+
isReplay?: boolean | undefined;
|
|
16572
16647
|
startedAt?: Date | undefined;
|
|
16573
16648
|
idempotencyKey?: string | undefined;
|
|
16574
16649
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -16757,6 +16832,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16757
16832
|
payloadType: string;
|
|
16758
16833
|
tags: string[];
|
|
16759
16834
|
isTest: boolean;
|
|
16835
|
+
isReplay: boolean;
|
|
16760
16836
|
createdAt: Date;
|
|
16761
16837
|
startedAt: Date;
|
|
16762
16838
|
baseCostInCents: number;
|
|
@@ -16849,6 +16925,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16849
16925
|
context?: unknown;
|
|
16850
16926
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
16851
16927
|
isTest?: boolean | undefined;
|
|
16928
|
+
isReplay?: boolean | undefined;
|
|
16852
16929
|
startedAt?: Date | undefined;
|
|
16853
16930
|
idempotencyKey?: string | undefined;
|
|
16854
16931
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -18124,6 +18201,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
18124
18201
|
payloadType: string;
|
|
18125
18202
|
tags: string[];
|
|
18126
18203
|
isTest: boolean;
|
|
18204
|
+
isReplay: boolean;
|
|
18127
18205
|
createdAt: Date;
|
|
18128
18206
|
startedAt: Date;
|
|
18129
18207
|
baseCostInCents: number;
|
|
@@ -18414,6 +18492,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
18414
18492
|
context?: unknown;
|
|
18415
18493
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
18416
18494
|
isTest?: boolean | undefined;
|
|
18495
|
+
isReplay?: boolean | undefined;
|
|
18417
18496
|
startedAt?: Date | undefined;
|
|
18418
18497
|
idempotencyKey?: string | undefined;
|
|
18419
18498
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -21274,6 +21353,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21274
21353
|
payloadType: z.ZodString;
|
|
21275
21354
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
21276
21355
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
21356
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
21277
21357
|
createdAt: z.ZodDate;
|
|
21278
21358
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
21279
21359
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -21295,6 +21375,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21295
21375
|
payloadType: string;
|
|
21296
21376
|
tags: string[];
|
|
21297
21377
|
isTest: boolean;
|
|
21378
|
+
isReplay: boolean;
|
|
21298
21379
|
createdAt: Date;
|
|
21299
21380
|
startedAt: Date;
|
|
21300
21381
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -21318,6 +21399,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21318
21399
|
createdAt: Date;
|
|
21319
21400
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
21320
21401
|
isTest?: boolean | undefined;
|
|
21402
|
+
isReplay?: boolean | undefined;
|
|
21321
21403
|
startedAt?: Date | undefined;
|
|
21322
21404
|
idempotencyKey?: string | undefined;
|
|
21323
21405
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -21348,6 +21430,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21348
21430
|
payloadType: string;
|
|
21349
21431
|
tags: string[];
|
|
21350
21432
|
isTest: boolean;
|
|
21433
|
+
isReplay: boolean;
|
|
21351
21434
|
createdAt: Date;
|
|
21352
21435
|
startedAt: Date;
|
|
21353
21436
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -21455,6 +21538,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21455
21538
|
createdAt: Date;
|
|
21456
21539
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
21457
21540
|
isTest?: boolean | undefined;
|
|
21541
|
+
isReplay?: boolean | undefined;
|
|
21458
21542
|
startedAt?: Date | undefined;
|
|
21459
21543
|
idempotencyKey?: string | undefined;
|
|
21460
21544
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -21756,6 +21840,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21756
21840
|
payloadType: string;
|
|
21757
21841
|
tags: string[];
|
|
21758
21842
|
isTest: boolean;
|
|
21843
|
+
isReplay: boolean;
|
|
21759
21844
|
createdAt: Date;
|
|
21760
21845
|
startedAt: Date;
|
|
21761
21846
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -22060,6 +22145,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
22060
22145
|
createdAt: Date;
|
|
22061
22146
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
22062
22147
|
isTest?: boolean | undefined;
|
|
22148
|
+
isReplay?: boolean | undefined;
|
|
22063
22149
|
startedAt?: Date | undefined;
|
|
22064
22150
|
idempotencyKey?: string | undefined;
|
|
22065
22151
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -23618,6 +23704,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23618
23704
|
payloadType: z.ZodString;
|
|
23619
23705
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
23620
23706
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
23707
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
23621
23708
|
createdAt: z.ZodDate;
|
|
23622
23709
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
23623
23710
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -23639,6 +23726,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23639
23726
|
payloadType: string;
|
|
23640
23727
|
tags: string[];
|
|
23641
23728
|
isTest: boolean;
|
|
23729
|
+
isReplay: boolean;
|
|
23642
23730
|
createdAt: Date;
|
|
23643
23731
|
startedAt: Date;
|
|
23644
23732
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -23662,6 +23750,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23662
23750
|
createdAt: Date;
|
|
23663
23751
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
23664
23752
|
isTest?: boolean | undefined;
|
|
23753
|
+
isReplay?: boolean | undefined;
|
|
23665
23754
|
startedAt?: Date | undefined;
|
|
23666
23755
|
idempotencyKey?: string | undefined;
|
|
23667
23756
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -23692,6 +23781,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23692
23781
|
payloadType: string;
|
|
23693
23782
|
tags: string[];
|
|
23694
23783
|
isTest: boolean;
|
|
23784
|
+
isReplay: boolean;
|
|
23695
23785
|
createdAt: Date;
|
|
23696
23786
|
startedAt: Date;
|
|
23697
23787
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -23799,6 +23889,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23799
23889
|
createdAt: Date;
|
|
23800
23890
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
23801
23891
|
isTest?: boolean | undefined;
|
|
23892
|
+
isReplay?: boolean | undefined;
|
|
23802
23893
|
startedAt?: Date | undefined;
|
|
23803
23894
|
idempotencyKey?: string | undefined;
|
|
23804
23895
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -24100,6 +24191,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
24100
24191
|
payloadType: string;
|
|
24101
24192
|
tags: string[];
|
|
24102
24193
|
isTest: boolean;
|
|
24194
|
+
isReplay: boolean;
|
|
24103
24195
|
createdAt: Date;
|
|
24104
24196
|
startedAt: Date;
|
|
24105
24197
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -24404,6 +24496,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
24404
24496
|
createdAt: Date;
|
|
24405
24497
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
24406
24498
|
isTest?: boolean | undefined;
|
|
24499
|
+
isReplay?: boolean | undefined;
|
|
24407
24500
|
startedAt?: Date | undefined;
|
|
24408
24501
|
idempotencyKey?: string | undefined;
|
|
24409
24502
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -25871,6 +25964,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25871
25964
|
payloadType: z.ZodString;
|
|
25872
25965
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
25873
25966
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
25967
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
25874
25968
|
createdAt: z.ZodDate;
|
|
25875
25969
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
25876
25970
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -25889,6 +25983,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25889
25983
|
payloadType: string;
|
|
25890
25984
|
tags: string[];
|
|
25891
25985
|
isTest: boolean;
|
|
25986
|
+
isReplay: boolean;
|
|
25892
25987
|
createdAt: Date;
|
|
25893
25988
|
startedAt: Date;
|
|
25894
25989
|
baseCostInCents: number;
|
|
@@ -25913,6 +26008,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25913
26008
|
context?: unknown;
|
|
25914
26009
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
25915
26010
|
isTest?: boolean | undefined;
|
|
26011
|
+
isReplay?: boolean | undefined;
|
|
25916
26012
|
startedAt?: Date | undefined;
|
|
25917
26013
|
idempotencyKey?: string | undefined;
|
|
25918
26014
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -26084,6 +26180,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
26084
26180
|
payloadType: string;
|
|
26085
26181
|
tags: string[];
|
|
26086
26182
|
isTest: boolean;
|
|
26183
|
+
isReplay: boolean;
|
|
26087
26184
|
createdAt: Date;
|
|
26088
26185
|
startedAt: Date;
|
|
26089
26186
|
baseCostInCents: number;
|
|
@@ -26170,6 +26267,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
26170
26267
|
context?: unknown;
|
|
26171
26268
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
26172
26269
|
isTest?: boolean | undefined;
|
|
26270
|
+
isReplay?: boolean | undefined;
|
|
26173
26271
|
startedAt?: Date | undefined;
|
|
26174
26272
|
idempotencyKey?: string | undefined;
|
|
26175
26273
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -26248,6 +26346,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
26248
26346
|
payloadType: string;
|
|
26249
26347
|
tags: string[];
|
|
26250
26348
|
isTest: boolean;
|
|
26349
|
+
isReplay: boolean;
|
|
26251
26350
|
createdAt: Date;
|
|
26252
26351
|
startedAt: Date;
|
|
26253
26352
|
baseCostInCents: number;
|
|
@@ -26529,6 +26628,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
26529
26628
|
context?: unknown;
|
|
26530
26629
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
26531
26630
|
isTest?: boolean | undefined;
|
|
26631
|
+
isReplay?: boolean | undefined;
|
|
26532
26632
|
startedAt?: Date | undefined;
|
|
26533
26633
|
idempotencyKey?: string | undefined;
|
|
26534
26634
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -27694,6 +27794,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
27694
27794
|
payloadType: string;
|
|
27695
27795
|
tags: string[];
|
|
27696
27796
|
isTest: boolean;
|
|
27797
|
+
isReplay: boolean;
|
|
27697
27798
|
createdAt: Date;
|
|
27698
27799
|
startedAt: Date;
|
|
27699
27800
|
baseCostInCents: number;
|
|
@@ -28096,6 +28197,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
28096
28197
|
context?: unknown;
|
|
28097
28198
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
28098
28199
|
isTest?: boolean | undefined;
|
|
28200
|
+
isReplay?: boolean | undefined;
|
|
28099
28201
|
startedAt?: Date | undefined;
|
|
28100
28202
|
idempotencyKey?: string | undefined;
|
|
28101
28203
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -28580,6 +28682,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28580
28682
|
attemptCount: z.ZodOptional<z.ZodNumber>;
|
|
28581
28683
|
messageId: z.ZodString;
|
|
28582
28684
|
isTest: z.ZodBoolean;
|
|
28685
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
28583
28686
|
traceContext: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
28584
28687
|
environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
28585
28688
|
metrics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -28600,6 +28703,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28600
28703
|
}>, "many">>;
|
|
28601
28704
|
}, "strip", z.ZodTypeAny, {
|
|
28602
28705
|
isTest: boolean;
|
|
28706
|
+
isReplay: boolean;
|
|
28603
28707
|
traceContext: Record<string, unknown>;
|
|
28604
28708
|
runId: string;
|
|
28605
28709
|
messageId: string;
|
|
@@ -28616,6 +28720,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28616
28720
|
traceContext: Record<string, unknown>;
|
|
28617
28721
|
runId: string;
|
|
28618
28722
|
messageId: string;
|
|
28723
|
+
isReplay?: boolean | undefined;
|
|
28619
28724
|
environment?: Record<string, string> | undefined;
|
|
28620
28725
|
attemptCount?: number | undefined;
|
|
28621
28726
|
metrics?: {
|
|
@@ -28629,6 +28734,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28629
28734
|
type: "EXECUTE_RUN_LAZY_ATTEMPT";
|
|
28630
28735
|
payload: {
|
|
28631
28736
|
isTest: boolean;
|
|
28737
|
+
isReplay: boolean;
|
|
28632
28738
|
traceContext: Record<string, unknown>;
|
|
28633
28739
|
runId: string;
|
|
28634
28740
|
messageId: string;
|
|
@@ -28648,6 +28754,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28648
28754
|
traceContext: Record<string, unknown>;
|
|
28649
28755
|
runId: string;
|
|
28650
28756
|
messageId: string;
|
|
28757
|
+
isReplay?: boolean | undefined;
|
|
28651
28758
|
environment?: Record<string, string> | undefined;
|
|
28652
28759
|
attemptCount?: number | undefined;
|
|
28653
28760
|
metrics?: {
|
|
@@ -28687,6 +28794,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28687
28794
|
type: "EXECUTE_RUN_LAZY_ATTEMPT";
|
|
28688
28795
|
payload: {
|
|
28689
28796
|
isTest: boolean;
|
|
28797
|
+
isReplay: boolean;
|
|
28690
28798
|
traceContext: Record<string, unknown>;
|
|
28691
28799
|
runId: string;
|
|
28692
28800
|
messageId: string;
|
|
@@ -28731,6 +28839,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28731
28839
|
traceContext: Record<string, unknown>;
|
|
28732
28840
|
runId: string;
|
|
28733
28841
|
messageId: string;
|
|
28842
|
+
isReplay?: boolean | undefined;
|
|
28734
28843
|
environment?: Record<string, string> | undefined;
|
|
28735
28844
|
attemptCount?: number | undefined;
|
|
28736
28845
|
metrics?: {
|
|
@@ -29399,6 +29508,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29399
29508
|
payloadType: z.ZodString;
|
|
29400
29509
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
29401
29510
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
29511
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
29402
29512
|
createdAt: z.ZodDate;
|
|
29403
29513
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
29404
29514
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -29417,6 +29527,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29417
29527
|
payloadType: string;
|
|
29418
29528
|
tags: string[];
|
|
29419
29529
|
isTest: boolean;
|
|
29530
|
+
isReplay: boolean;
|
|
29420
29531
|
createdAt: Date;
|
|
29421
29532
|
startedAt: Date;
|
|
29422
29533
|
baseCostInCents: number;
|
|
@@ -29441,6 +29552,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29441
29552
|
context?: unknown;
|
|
29442
29553
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
29443
29554
|
isTest?: boolean | undefined;
|
|
29555
|
+
isReplay?: boolean | undefined;
|
|
29444
29556
|
startedAt?: Date | undefined;
|
|
29445
29557
|
idempotencyKey?: string | undefined;
|
|
29446
29558
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -29629,6 +29741,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29629
29741
|
payloadType: string;
|
|
29630
29742
|
tags: string[];
|
|
29631
29743
|
isTest: boolean;
|
|
29744
|
+
isReplay: boolean;
|
|
29632
29745
|
createdAt: Date;
|
|
29633
29746
|
startedAt: Date;
|
|
29634
29747
|
baseCostInCents: number;
|
|
@@ -29721,6 +29834,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29721
29834
|
context?: unknown;
|
|
29722
29835
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
29723
29836
|
isTest?: boolean | undefined;
|
|
29837
|
+
isReplay?: boolean | undefined;
|
|
29724
29838
|
startedAt?: Date | undefined;
|
|
29725
29839
|
idempotencyKey?: string | undefined;
|
|
29726
29840
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -30986,6 +31100,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
30986
31100
|
payloadType: string;
|
|
30987
31101
|
tags: string[];
|
|
30988
31102
|
isTest: boolean;
|
|
31103
|
+
isReplay: boolean;
|
|
30989
31104
|
createdAt: Date;
|
|
30990
31105
|
startedAt: Date;
|
|
30991
31106
|
baseCostInCents: number;
|
|
@@ -31272,6 +31387,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
31272
31387
|
context?: unknown;
|
|
31273
31388
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
31274
31389
|
isTest?: boolean | undefined;
|
|
31390
|
+
isReplay?: boolean | undefined;
|
|
31275
31391
|
startedAt?: Date | undefined;
|
|
31276
31392
|
idempotencyKey?: string | undefined;
|
|
31277
31393
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -32594,6 +32710,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32594
32710
|
payloadType: z.ZodString;
|
|
32595
32711
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
32596
32712
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
32713
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
32597
32714
|
createdAt: z.ZodDate;
|
|
32598
32715
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
32599
32716
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -32612,6 +32729,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32612
32729
|
payloadType: string;
|
|
32613
32730
|
tags: string[];
|
|
32614
32731
|
isTest: boolean;
|
|
32732
|
+
isReplay: boolean;
|
|
32615
32733
|
createdAt: Date;
|
|
32616
32734
|
startedAt: Date;
|
|
32617
32735
|
baseCostInCents: number;
|
|
@@ -32636,6 +32754,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32636
32754
|
context?: unknown;
|
|
32637
32755
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
32638
32756
|
isTest?: boolean | undefined;
|
|
32757
|
+
isReplay?: boolean | undefined;
|
|
32639
32758
|
startedAt?: Date | undefined;
|
|
32640
32759
|
idempotencyKey?: string | undefined;
|
|
32641
32760
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -32824,6 +32943,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32824
32943
|
payloadType: string;
|
|
32825
32944
|
tags: string[];
|
|
32826
32945
|
isTest: boolean;
|
|
32946
|
+
isReplay: boolean;
|
|
32827
32947
|
createdAt: Date;
|
|
32828
32948
|
startedAt: Date;
|
|
32829
32949
|
baseCostInCents: number;
|
|
@@ -32916,6 +33036,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32916
33036
|
context?: unknown;
|
|
32917
33037
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
32918
33038
|
isTest?: boolean | undefined;
|
|
33039
|
+
isReplay?: boolean | undefined;
|
|
32919
33040
|
startedAt?: Date | undefined;
|
|
32920
33041
|
idempotencyKey?: string | undefined;
|
|
32921
33042
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -33017,6 +33138,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
33017
33138
|
payloadType: string;
|
|
33018
33139
|
tags: string[];
|
|
33019
33140
|
isTest: boolean;
|
|
33141
|
+
isReplay: boolean;
|
|
33020
33142
|
createdAt: Date;
|
|
33021
33143
|
startedAt: Date;
|
|
33022
33144
|
baseCostInCents: number;
|
|
@@ -33119,6 +33241,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
33119
33241
|
context?: unknown;
|
|
33120
33242
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
33121
33243
|
isTest?: boolean | undefined;
|
|
33244
|
+
isReplay?: boolean | undefined;
|
|
33122
33245
|
startedAt?: Date | undefined;
|
|
33123
33246
|
idempotencyKey?: string | undefined;
|
|
33124
33247
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -33212,6 +33335,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
33212
33335
|
payloadType: string;
|
|
33213
33336
|
tags: string[];
|
|
33214
33337
|
isTest: boolean;
|
|
33338
|
+
isReplay: boolean;
|
|
33215
33339
|
createdAt: Date;
|
|
33216
33340
|
startedAt: Date;
|
|
33217
33341
|
baseCostInCents: number;
|
|
@@ -33317,6 +33441,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
33317
33441
|
context?: unknown;
|
|
33318
33442
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
33319
33443
|
isTest?: boolean | undefined;
|
|
33444
|
+
isReplay?: boolean | undefined;
|
|
33320
33445
|
startedAt?: Date | undefined;
|
|
33321
33446
|
idempotencyKey?: string | undefined;
|
|
33322
33447
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -34906,6 +35031,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34906
35031
|
payloadType: z.ZodString;
|
|
34907
35032
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
34908
35033
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
35034
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
34909
35035
|
createdAt: z.ZodDate;
|
|
34910
35036
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
34911
35037
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -34927,6 +35053,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34927
35053
|
payloadType: string;
|
|
34928
35054
|
tags: string[];
|
|
34929
35055
|
isTest: boolean;
|
|
35056
|
+
isReplay: boolean;
|
|
34930
35057
|
createdAt: Date;
|
|
34931
35058
|
startedAt: Date;
|
|
34932
35059
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -34950,6 +35077,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34950
35077
|
createdAt: Date;
|
|
34951
35078
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
34952
35079
|
isTest?: boolean | undefined;
|
|
35080
|
+
isReplay?: boolean | undefined;
|
|
34953
35081
|
startedAt?: Date | undefined;
|
|
34954
35082
|
idempotencyKey?: string | undefined;
|
|
34955
35083
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -34980,6 +35108,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34980
35108
|
payloadType: string;
|
|
34981
35109
|
tags: string[];
|
|
34982
35110
|
isTest: boolean;
|
|
35111
|
+
isReplay: boolean;
|
|
34983
35112
|
createdAt: Date;
|
|
34984
35113
|
startedAt: Date;
|
|
34985
35114
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -35087,6 +35216,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35087
35216
|
createdAt: Date;
|
|
35088
35217
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
35089
35218
|
isTest?: boolean | undefined;
|
|
35219
|
+
isReplay?: boolean | undefined;
|
|
35090
35220
|
startedAt?: Date | undefined;
|
|
35091
35221
|
idempotencyKey?: string | undefined;
|
|
35092
35222
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -35386,6 +35516,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35386
35516
|
payloadType: string;
|
|
35387
35517
|
tags: string[];
|
|
35388
35518
|
isTest: boolean;
|
|
35519
|
+
isReplay: boolean;
|
|
35389
35520
|
createdAt: Date;
|
|
35390
35521
|
startedAt: Date;
|
|
35391
35522
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -35688,6 +35819,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35688
35819
|
createdAt: Date;
|
|
35689
35820
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
35690
35821
|
isTest?: boolean | undefined;
|
|
35822
|
+
isReplay?: boolean | undefined;
|
|
35691
35823
|
startedAt?: Date | undefined;
|
|
35692
35824
|
idempotencyKey?: string | undefined;
|
|
35693
35825
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -35846,6 +35978,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35846
35978
|
payloadType: z.ZodString;
|
|
35847
35979
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
35848
35980
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
35981
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
35849
35982
|
createdAt: z.ZodDate;
|
|
35850
35983
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
35851
35984
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -35864,6 +35997,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35864
35997
|
payloadType: string;
|
|
35865
35998
|
tags: string[];
|
|
35866
35999
|
isTest: boolean;
|
|
36000
|
+
isReplay: boolean;
|
|
35867
36001
|
createdAt: Date;
|
|
35868
36002
|
startedAt: Date;
|
|
35869
36003
|
baseCostInCents: number;
|
|
@@ -35888,6 +36022,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35888
36022
|
context?: unknown;
|
|
35889
36023
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
35890
36024
|
isTest?: boolean | undefined;
|
|
36025
|
+
isReplay?: boolean | undefined;
|
|
35891
36026
|
startedAt?: Date | undefined;
|
|
35892
36027
|
idempotencyKey?: string | undefined;
|
|
35893
36028
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -36076,6 +36211,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36076
36211
|
payloadType: string;
|
|
36077
36212
|
tags: string[];
|
|
36078
36213
|
isTest: boolean;
|
|
36214
|
+
isReplay: boolean;
|
|
36079
36215
|
createdAt: Date;
|
|
36080
36216
|
startedAt: Date;
|
|
36081
36217
|
baseCostInCents: number;
|
|
@@ -36168,6 +36304,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36168
36304
|
context?: unknown;
|
|
36169
36305
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
36170
36306
|
isTest?: boolean | undefined;
|
|
36307
|
+
isReplay?: boolean | undefined;
|
|
36171
36308
|
startedAt?: Date | undefined;
|
|
36172
36309
|
idempotencyKey?: string | undefined;
|
|
36173
36310
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -36269,6 +36406,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36269
36406
|
payloadType: string;
|
|
36270
36407
|
tags: string[];
|
|
36271
36408
|
isTest: boolean;
|
|
36409
|
+
isReplay: boolean;
|
|
36272
36410
|
createdAt: Date;
|
|
36273
36411
|
startedAt: Date;
|
|
36274
36412
|
baseCostInCents: number;
|
|
@@ -36371,6 +36509,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36371
36509
|
context?: unknown;
|
|
36372
36510
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
36373
36511
|
isTest?: boolean | undefined;
|
|
36512
|
+
isReplay?: boolean | undefined;
|
|
36374
36513
|
startedAt?: Date | undefined;
|
|
36375
36514
|
idempotencyKey?: string | undefined;
|
|
36376
36515
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -36464,6 +36603,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36464
36603
|
payloadType: string;
|
|
36465
36604
|
tags: string[];
|
|
36466
36605
|
isTest: boolean;
|
|
36606
|
+
isReplay: boolean;
|
|
36467
36607
|
createdAt: Date;
|
|
36468
36608
|
startedAt: Date;
|
|
36469
36609
|
baseCostInCents: number;
|
|
@@ -36568,6 +36708,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36568
36708
|
context?: unknown;
|
|
36569
36709
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
36570
36710
|
isTest?: boolean | undefined;
|
|
36711
|
+
isReplay?: boolean | undefined;
|
|
36571
36712
|
startedAt?: Date | undefined;
|
|
36572
36713
|
idempotencyKey?: string | undefined;
|
|
36573
36714
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -36661,6 +36802,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36661
36802
|
attemptCount: z.ZodOptional<z.ZodNumber>;
|
|
36662
36803
|
messageId: z.ZodString;
|
|
36663
36804
|
isTest: z.ZodBoolean;
|
|
36805
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
36664
36806
|
traceContext: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
36665
36807
|
environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
36666
36808
|
metrics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -36681,6 +36823,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36681
36823
|
}>, "many">>;
|
|
36682
36824
|
}, "strip", z.ZodTypeAny, {
|
|
36683
36825
|
isTest: boolean;
|
|
36826
|
+
isReplay: boolean;
|
|
36684
36827
|
traceContext: Record<string, unknown>;
|
|
36685
36828
|
runId: string;
|
|
36686
36829
|
messageId: string;
|
|
@@ -36697,6 +36840,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36697
36840
|
traceContext: Record<string, unknown>;
|
|
36698
36841
|
runId: string;
|
|
36699
36842
|
messageId: string;
|
|
36843
|
+
isReplay?: boolean | undefined;
|
|
36700
36844
|
environment?: Record<string, string> | undefined;
|
|
36701
36845
|
attemptCount?: number | undefined;
|
|
36702
36846
|
metrics?: {
|
|
@@ -36710,6 +36854,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36710
36854
|
version: "v1";
|
|
36711
36855
|
lazyPayload: {
|
|
36712
36856
|
isTest: boolean;
|
|
36857
|
+
isReplay: boolean;
|
|
36713
36858
|
traceContext: Record<string, unknown>;
|
|
36714
36859
|
runId: string;
|
|
36715
36860
|
messageId: string;
|
|
@@ -36728,6 +36873,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36728
36873
|
traceContext: Record<string, unknown>;
|
|
36729
36874
|
runId: string;
|
|
36730
36875
|
messageId: string;
|
|
36876
|
+
isReplay?: boolean | undefined;
|
|
36731
36877
|
environment?: Record<string, string> | undefined;
|
|
36732
36878
|
attemptCount?: number | undefined;
|
|
36733
36879
|
metrics?: {
|