@trigger.dev/core 0.0.0-prerelease-20260415154507 → 0.0.0-prerelease-20260506133747
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/apiClient/core.js +0 -47
- package/dist/commonjs/v3/apiClient/core.js.map +1 -1
- package/dist/commonjs/v3/errors.d.ts +8 -16
- package/dist/commonjs/v3/errors.js +74 -17
- 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 -45
- package/dist/commonjs/v3/schemas/messages.js +0 -13
- package/dist/commonjs/v3/schemas/messages.js.map +1 -1
- 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/v3/utils/gitBranch.d.ts +2 -0
- package/dist/commonjs/v3/utils/gitBranch.js +46 -0
- package/dist/commonjs/v3/utils/gitBranch.js.map +1 -0
- package/dist/commonjs/v3/utils/ioSerialization.js +0 -41
- package/dist/commonjs/v3/utils/ioSerialization.js.map +1 -1
- package/dist/commonjs/v3/zodIpc.d.ts +1 -0
- package/dist/commonjs/v3/zodIpc.js +13 -1
- package/dist/commonjs/v3/zodIpc.js.map +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/esm/v3/apiClient/core.js +0 -47
- package/dist/esm/v3/apiClient/core.js.map +1 -1
- package/dist/esm/v3/errors.d.ts +8 -16
- package/dist/esm/v3/errors.js +72 -17
- 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 -45
- package/dist/esm/v3/schemas/messages.js +0 -13
- package/dist/esm/v3/schemas/messages.js.map +1 -1
- 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/v3/utils/gitBranch.d.ts +2 -0
- package/dist/esm/v3/utils/gitBranch.js +42 -0
- package/dist/esm/v3/utils/gitBranch.js.map +1 -0
- package/dist/esm/v3/utils/ioSerialization.js +0 -41
- package/dist/esm/v3/utils/ioSerialization.js.map +1 -1
- package/dist/esm/v3/zodIpc.d.ts +1 -0
- package/dist/esm/v3/zodIpc.js +13 -1
- package/dist/esm/v3/zodIpc.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/package.json +14 -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;
|
|
@@ -10419,59 +10454,14 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
10419
10454
|
version: z.ZodDefault<z.ZodLiteral<"v1">>;
|
|
10420
10455
|
maxDurationInSeconds: z.ZodNumber;
|
|
10421
10456
|
elapsedTimeInSeconds: z.ZodNumber;
|
|
10422
|
-
usageSample: z.ZodOptional<z.ZodObject<{
|
|
10423
|
-
cpuTime: z.ZodNumber;
|
|
10424
|
-
wallTime: z.ZodNumber;
|
|
10425
|
-
}, "strip", z.ZodTypeAny, {
|
|
10426
|
-
cpuTime: number;
|
|
10427
|
-
wallTime: number;
|
|
10428
|
-
}, {
|
|
10429
|
-
cpuTime: number;
|
|
10430
|
-
wallTime: number;
|
|
10431
|
-
}>>;
|
|
10432
10457
|
}, "strip", z.ZodTypeAny, {
|
|
10433
10458
|
version: "v1";
|
|
10434
10459
|
maxDurationInSeconds: number;
|
|
10435
10460
|
elapsedTimeInSeconds: number;
|
|
10436
|
-
usageSample?: {
|
|
10437
|
-
cpuTime: number;
|
|
10438
|
-
wallTime: number;
|
|
10439
|
-
} | undefined;
|
|
10440
10461
|
}, {
|
|
10441
10462
|
maxDurationInSeconds: number;
|
|
10442
10463
|
elapsedTimeInSeconds: number;
|
|
10443
10464
|
version?: "v1" | undefined;
|
|
10444
|
-
usageSample?: {
|
|
10445
|
-
cpuTime: number;
|
|
10446
|
-
wallTime: number;
|
|
10447
|
-
} | undefined;
|
|
10448
|
-
}>;
|
|
10449
|
-
};
|
|
10450
|
-
TASK_RUN_CANCELLED: {
|
|
10451
|
-
message: z.ZodObject<{
|
|
10452
|
-
version: z.ZodDefault<z.ZodLiteral<"v1">>;
|
|
10453
|
-
usageSample: z.ZodOptional<z.ZodObject<{
|
|
10454
|
-
cpuTime: z.ZodNumber;
|
|
10455
|
-
wallTime: z.ZodNumber;
|
|
10456
|
-
}, "strip", z.ZodTypeAny, {
|
|
10457
|
-
cpuTime: number;
|
|
10458
|
-
wallTime: number;
|
|
10459
|
-
}, {
|
|
10460
|
-
cpuTime: number;
|
|
10461
|
-
wallTime: number;
|
|
10462
|
-
}>>;
|
|
10463
|
-
}, "strip", z.ZodTypeAny, {
|
|
10464
|
-
version: "v1";
|
|
10465
|
-
usageSample?: {
|
|
10466
|
-
cpuTime: number;
|
|
10467
|
-
wallTime: number;
|
|
10468
|
-
} | undefined;
|
|
10469
|
-
}, {
|
|
10470
|
-
version?: "v1" | undefined;
|
|
10471
|
-
usageSample?: {
|
|
10472
|
-
cpuTime: number;
|
|
10473
|
-
wallTime: number;
|
|
10474
|
-
} | undefined;
|
|
10475
10465
|
}>;
|
|
10476
10466
|
};
|
|
10477
10467
|
};
|
|
@@ -10749,6 +10739,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10749
10739
|
payloadType: z.ZodString;
|
|
10750
10740
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
10751
10741
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
10742
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
10752
10743
|
createdAt: z.ZodDate;
|
|
10753
10744
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
10754
10745
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -10770,6 +10761,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10770
10761
|
payloadType: string;
|
|
10771
10762
|
tags: string[];
|
|
10772
10763
|
isTest: boolean;
|
|
10764
|
+
isReplay: boolean;
|
|
10773
10765
|
createdAt: Date;
|
|
10774
10766
|
startedAt: Date;
|
|
10775
10767
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -10793,6 +10785,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10793
10785
|
createdAt: Date;
|
|
10794
10786
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
10795
10787
|
isTest?: boolean | undefined;
|
|
10788
|
+
isReplay?: boolean | undefined;
|
|
10796
10789
|
startedAt?: Date | undefined;
|
|
10797
10790
|
idempotencyKey?: string | undefined;
|
|
10798
10791
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -10823,6 +10816,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10823
10816
|
payloadType: string;
|
|
10824
10817
|
tags: string[];
|
|
10825
10818
|
isTest: boolean;
|
|
10819
|
+
isReplay: boolean;
|
|
10826
10820
|
createdAt: Date;
|
|
10827
10821
|
startedAt: Date;
|
|
10828
10822
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -10930,6 +10924,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10930
10924
|
createdAt: Date;
|
|
10931
10925
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
10932
10926
|
isTest?: boolean | undefined;
|
|
10927
|
+
isReplay?: boolean | undefined;
|
|
10933
10928
|
startedAt?: Date | undefined;
|
|
10934
10929
|
idempotencyKey?: string | undefined;
|
|
10935
10930
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -11078,6 +11073,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
11078
11073
|
payloadType: string;
|
|
11079
11074
|
tags: string[];
|
|
11080
11075
|
isTest: boolean;
|
|
11076
|
+
isReplay: boolean;
|
|
11081
11077
|
createdAt: Date;
|
|
11082
11078
|
startedAt: Date;
|
|
11083
11079
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -11202,6 +11198,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
11202
11198
|
createdAt: Date;
|
|
11203
11199
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
11204
11200
|
isTest?: boolean | undefined;
|
|
11201
|
+
isReplay?: boolean | undefined;
|
|
11205
11202
|
startedAt?: Date | undefined;
|
|
11206
11203
|
idempotencyKey?: string | undefined;
|
|
11207
11204
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -12516,6 +12513,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12516
12513
|
payloadType: z.ZodString;
|
|
12517
12514
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
12518
12515
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
12516
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
12519
12517
|
createdAt: z.ZodDate;
|
|
12520
12518
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
12521
12519
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -12534,6 +12532,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12534
12532
|
payloadType: string;
|
|
12535
12533
|
tags: string[];
|
|
12536
12534
|
isTest: boolean;
|
|
12535
|
+
isReplay: boolean;
|
|
12537
12536
|
createdAt: Date;
|
|
12538
12537
|
startedAt: Date;
|
|
12539
12538
|
baseCostInCents: number;
|
|
@@ -12558,6 +12557,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12558
12557
|
context?: unknown;
|
|
12559
12558
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
12560
12559
|
isTest?: boolean | undefined;
|
|
12560
|
+
isReplay?: boolean | undefined;
|
|
12561
12561
|
startedAt?: Date | undefined;
|
|
12562
12562
|
idempotencyKey?: string | undefined;
|
|
12563
12563
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -12746,6 +12746,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12746
12746
|
payloadType: string;
|
|
12747
12747
|
tags: string[];
|
|
12748
12748
|
isTest: boolean;
|
|
12749
|
+
isReplay: boolean;
|
|
12749
12750
|
createdAt: Date;
|
|
12750
12751
|
startedAt: Date;
|
|
12751
12752
|
baseCostInCents: number;
|
|
@@ -12838,6 +12839,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12838
12839
|
context?: unknown;
|
|
12839
12840
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
12840
12841
|
isTest?: boolean | undefined;
|
|
12842
|
+
isReplay?: boolean | undefined;
|
|
12841
12843
|
startedAt?: Date | undefined;
|
|
12842
12844
|
idempotencyKey?: string | undefined;
|
|
12843
12845
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -12939,6 +12941,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12939
12941
|
payloadType: string;
|
|
12940
12942
|
tags: string[];
|
|
12941
12943
|
isTest: boolean;
|
|
12944
|
+
isReplay: boolean;
|
|
12942
12945
|
createdAt: Date;
|
|
12943
12946
|
startedAt: Date;
|
|
12944
12947
|
baseCostInCents: number;
|
|
@@ -13041,6 +13044,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13041
13044
|
context?: unknown;
|
|
13042
13045
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
13043
13046
|
isTest?: boolean | undefined;
|
|
13047
|
+
isReplay?: boolean | undefined;
|
|
13044
13048
|
startedAt?: Date | undefined;
|
|
13045
13049
|
idempotencyKey?: string | undefined;
|
|
13046
13050
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -13134,6 +13138,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13134
13138
|
payloadType: string;
|
|
13135
13139
|
tags: string[];
|
|
13136
13140
|
isTest: boolean;
|
|
13141
|
+
isReplay: boolean;
|
|
13137
13142
|
createdAt: Date;
|
|
13138
13143
|
startedAt: Date;
|
|
13139
13144
|
baseCostInCents: number;
|
|
@@ -13239,6 +13244,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13239
13244
|
context?: unknown;
|
|
13240
13245
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
13241
13246
|
isTest?: boolean | undefined;
|
|
13247
|
+
isReplay?: boolean | undefined;
|
|
13242
13248
|
startedAt?: Date | undefined;
|
|
13243
13249
|
idempotencyKey?: string | undefined;
|
|
13244
13250
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -13388,6 +13394,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13388
13394
|
payloadType: z.ZodString;
|
|
13389
13395
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
13390
13396
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
13397
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
13391
13398
|
createdAt: z.ZodDate;
|
|
13392
13399
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
13393
13400
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -13406,6 +13413,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13406
13413
|
payloadType: string;
|
|
13407
13414
|
tags: string[];
|
|
13408
13415
|
isTest: boolean;
|
|
13416
|
+
isReplay: boolean;
|
|
13409
13417
|
createdAt: Date;
|
|
13410
13418
|
startedAt: Date;
|
|
13411
13419
|
baseCostInCents: number;
|
|
@@ -13430,6 +13438,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13430
13438
|
context?: unknown;
|
|
13431
13439
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
13432
13440
|
isTest?: boolean | undefined;
|
|
13441
|
+
isReplay?: boolean | undefined;
|
|
13433
13442
|
startedAt?: Date | undefined;
|
|
13434
13443
|
idempotencyKey?: string | undefined;
|
|
13435
13444
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -13618,6 +13627,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13618
13627
|
payloadType: string;
|
|
13619
13628
|
tags: string[];
|
|
13620
13629
|
isTest: boolean;
|
|
13630
|
+
isReplay: boolean;
|
|
13621
13631
|
createdAt: Date;
|
|
13622
13632
|
startedAt: Date;
|
|
13623
13633
|
baseCostInCents: number;
|
|
@@ -13710,6 +13720,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13710
13720
|
context?: unknown;
|
|
13711
13721
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
13712
13722
|
isTest?: boolean | undefined;
|
|
13723
|
+
isReplay?: boolean | undefined;
|
|
13713
13724
|
startedAt?: Date | undefined;
|
|
13714
13725
|
idempotencyKey?: string | undefined;
|
|
13715
13726
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -13811,6 +13822,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13811
13822
|
payloadType: string;
|
|
13812
13823
|
tags: string[];
|
|
13813
13824
|
isTest: boolean;
|
|
13825
|
+
isReplay: boolean;
|
|
13814
13826
|
createdAt: Date;
|
|
13815
13827
|
startedAt: Date;
|
|
13816
13828
|
baseCostInCents: number;
|
|
@@ -13913,6 +13925,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13913
13925
|
context?: unknown;
|
|
13914
13926
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
13915
13927
|
isTest?: boolean | undefined;
|
|
13928
|
+
isReplay?: boolean | undefined;
|
|
13916
13929
|
startedAt?: Date | undefined;
|
|
13917
13930
|
idempotencyKey?: string | undefined;
|
|
13918
13931
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -14005,6 +14018,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14005
14018
|
payloadType: string;
|
|
14006
14019
|
tags: string[];
|
|
14007
14020
|
isTest: boolean;
|
|
14021
|
+
isReplay: boolean;
|
|
14008
14022
|
createdAt: Date;
|
|
14009
14023
|
startedAt: Date;
|
|
14010
14024
|
baseCostInCents: number;
|
|
@@ -14110,6 +14124,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14110
14124
|
context?: unknown;
|
|
14111
14125
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
14112
14126
|
isTest?: boolean | undefined;
|
|
14127
|
+
isReplay?: boolean | undefined;
|
|
14113
14128
|
startedAt?: Date | undefined;
|
|
14114
14129
|
idempotencyKey?: string | undefined;
|
|
14115
14130
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -14228,6 +14243,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14228
14243
|
attemptCount: z.ZodOptional<z.ZodNumber>;
|
|
14229
14244
|
messageId: z.ZodString;
|
|
14230
14245
|
isTest: z.ZodBoolean;
|
|
14246
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
14231
14247
|
traceContext: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
14232
14248
|
environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
14233
14249
|
metrics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -14248,6 +14264,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14248
14264
|
}>, "many">>;
|
|
14249
14265
|
}, "strip", z.ZodTypeAny, {
|
|
14250
14266
|
isTest: boolean;
|
|
14267
|
+
isReplay: boolean;
|
|
14251
14268
|
traceContext: Record<string, unknown>;
|
|
14252
14269
|
runId: string;
|
|
14253
14270
|
messageId: string;
|
|
@@ -14264,6 +14281,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14264
14281
|
traceContext: Record<string, unknown>;
|
|
14265
14282
|
runId: string;
|
|
14266
14283
|
messageId: string;
|
|
14284
|
+
isReplay?: boolean | undefined;
|
|
14267
14285
|
environment?: Record<string, string> | undefined;
|
|
14268
14286
|
attemptCount?: number | undefined;
|
|
14269
14287
|
metrics?: {
|
|
@@ -14277,6 +14295,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14277
14295
|
success: true;
|
|
14278
14296
|
lazyPayload: {
|
|
14279
14297
|
isTest: boolean;
|
|
14298
|
+
isReplay: boolean;
|
|
14280
14299
|
traceContext: Record<string, unknown>;
|
|
14281
14300
|
runId: string;
|
|
14282
14301
|
messageId: string;
|
|
@@ -14296,6 +14315,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14296
14315
|
traceContext: Record<string, unknown>;
|
|
14297
14316
|
runId: string;
|
|
14298
14317
|
messageId: string;
|
|
14318
|
+
isReplay?: boolean | undefined;
|
|
14299
14319
|
environment?: Record<string, string> | undefined;
|
|
14300
14320
|
attemptCount?: number | undefined;
|
|
14301
14321
|
metrics?: {
|
|
@@ -14367,6 +14387,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14367
14387
|
payloadType: z.ZodString;
|
|
14368
14388
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
14369
14389
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
14390
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
14370
14391
|
createdAt: z.ZodDate;
|
|
14371
14392
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
14372
14393
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -14385,6 +14406,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14385
14406
|
payloadType: string;
|
|
14386
14407
|
tags: string[];
|
|
14387
14408
|
isTest: boolean;
|
|
14409
|
+
isReplay: boolean;
|
|
14388
14410
|
createdAt: Date;
|
|
14389
14411
|
startedAt: Date;
|
|
14390
14412
|
baseCostInCents: number;
|
|
@@ -14409,6 +14431,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14409
14431
|
context?: unknown;
|
|
14410
14432
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
14411
14433
|
isTest?: boolean | undefined;
|
|
14434
|
+
isReplay?: boolean | undefined;
|
|
14412
14435
|
startedAt?: Date | undefined;
|
|
14413
14436
|
idempotencyKey?: string | undefined;
|
|
14414
14437
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -14597,6 +14620,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14597
14620
|
payloadType: string;
|
|
14598
14621
|
tags: string[];
|
|
14599
14622
|
isTest: boolean;
|
|
14623
|
+
isReplay: boolean;
|
|
14600
14624
|
createdAt: Date;
|
|
14601
14625
|
startedAt: Date;
|
|
14602
14626
|
baseCostInCents: number;
|
|
@@ -14689,6 +14713,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14689
14713
|
context?: unknown;
|
|
14690
14714
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
14691
14715
|
isTest?: boolean | undefined;
|
|
14716
|
+
isReplay?: boolean | undefined;
|
|
14692
14717
|
startedAt?: Date | undefined;
|
|
14693
14718
|
idempotencyKey?: string | undefined;
|
|
14694
14719
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -15964,6 +15989,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
15964
15989
|
payloadType: string;
|
|
15965
15990
|
tags: string[];
|
|
15966
15991
|
isTest: boolean;
|
|
15992
|
+
isReplay: boolean;
|
|
15967
15993
|
createdAt: Date;
|
|
15968
15994
|
startedAt: Date;
|
|
15969
15995
|
baseCostInCents: number;
|
|
@@ -16254,6 +16280,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16254
16280
|
context?: unknown;
|
|
16255
16281
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
16256
16282
|
isTest?: boolean | undefined;
|
|
16283
|
+
isReplay?: boolean | undefined;
|
|
16257
16284
|
startedAt?: Date | undefined;
|
|
16258
16285
|
idempotencyKey?: string | undefined;
|
|
16259
16286
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -16572,6 +16599,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16572
16599
|
payloadType: z.ZodString;
|
|
16573
16600
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
16574
16601
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
16602
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
16575
16603
|
createdAt: z.ZodDate;
|
|
16576
16604
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
16577
16605
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -16590,6 +16618,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16590
16618
|
payloadType: string;
|
|
16591
16619
|
tags: string[];
|
|
16592
16620
|
isTest: boolean;
|
|
16621
|
+
isReplay: boolean;
|
|
16593
16622
|
createdAt: Date;
|
|
16594
16623
|
startedAt: Date;
|
|
16595
16624
|
baseCostInCents: number;
|
|
@@ -16614,6 +16643,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16614
16643
|
context?: unknown;
|
|
16615
16644
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
16616
16645
|
isTest?: boolean | undefined;
|
|
16646
|
+
isReplay?: boolean | undefined;
|
|
16617
16647
|
startedAt?: Date | undefined;
|
|
16618
16648
|
idempotencyKey?: string | undefined;
|
|
16619
16649
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -16802,6 +16832,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16802
16832
|
payloadType: string;
|
|
16803
16833
|
tags: string[];
|
|
16804
16834
|
isTest: boolean;
|
|
16835
|
+
isReplay: boolean;
|
|
16805
16836
|
createdAt: Date;
|
|
16806
16837
|
startedAt: Date;
|
|
16807
16838
|
baseCostInCents: number;
|
|
@@ -16894,6 +16925,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16894
16925
|
context?: unknown;
|
|
16895
16926
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
16896
16927
|
isTest?: boolean | undefined;
|
|
16928
|
+
isReplay?: boolean | undefined;
|
|
16897
16929
|
startedAt?: Date | undefined;
|
|
16898
16930
|
idempotencyKey?: string | undefined;
|
|
16899
16931
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -18169,6 +18201,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
18169
18201
|
payloadType: string;
|
|
18170
18202
|
tags: string[];
|
|
18171
18203
|
isTest: boolean;
|
|
18204
|
+
isReplay: boolean;
|
|
18172
18205
|
createdAt: Date;
|
|
18173
18206
|
startedAt: Date;
|
|
18174
18207
|
baseCostInCents: number;
|
|
@@ -18459,6 +18492,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
18459
18492
|
context?: unknown;
|
|
18460
18493
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
18461
18494
|
isTest?: boolean | undefined;
|
|
18495
|
+
isReplay?: boolean | undefined;
|
|
18462
18496
|
startedAt?: Date | undefined;
|
|
18463
18497
|
idempotencyKey?: string | undefined;
|
|
18464
18498
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -21319,6 +21353,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21319
21353
|
payloadType: z.ZodString;
|
|
21320
21354
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
21321
21355
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
21356
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
21322
21357
|
createdAt: z.ZodDate;
|
|
21323
21358
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
21324
21359
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -21340,6 +21375,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21340
21375
|
payloadType: string;
|
|
21341
21376
|
tags: string[];
|
|
21342
21377
|
isTest: boolean;
|
|
21378
|
+
isReplay: boolean;
|
|
21343
21379
|
createdAt: Date;
|
|
21344
21380
|
startedAt: Date;
|
|
21345
21381
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -21363,6 +21399,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21363
21399
|
createdAt: Date;
|
|
21364
21400
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
21365
21401
|
isTest?: boolean | undefined;
|
|
21402
|
+
isReplay?: boolean | undefined;
|
|
21366
21403
|
startedAt?: Date | undefined;
|
|
21367
21404
|
idempotencyKey?: string | undefined;
|
|
21368
21405
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -21393,6 +21430,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21393
21430
|
payloadType: string;
|
|
21394
21431
|
tags: string[];
|
|
21395
21432
|
isTest: boolean;
|
|
21433
|
+
isReplay: boolean;
|
|
21396
21434
|
createdAt: Date;
|
|
21397
21435
|
startedAt: Date;
|
|
21398
21436
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -21500,6 +21538,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21500
21538
|
createdAt: Date;
|
|
21501
21539
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
21502
21540
|
isTest?: boolean | undefined;
|
|
21541
|
+
isReplay?: boolean | undefined;
|
|
21503
21542
|
startedAt?: Date | undefined;
|
|
21504
21543
|
idempotencyKey?: string | undefined;
|
|
21505
21544
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -21801,6 +21840,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21801
21840
|
payloadType: string;
|
|
21802
21841
|
tags: string[];
|
|
21803
21842
|
isTest: boolean;
|
|
21843
|
+
isReplay: boolean;
|
|
21804
21844
|
createdAt: Date;
|
|
21805
21845
|
startedAt: Date;
|
|
21806
21846
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -22105,6 +22145,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
22105
22145
|
createdAt: Date;
|
|
22106
22146
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
22107
22147
|
isTest?: boolean | undefined;
|
|
22148
|
+
isReplay?: boolean | undefined;
|
|
22108
22149
|
startedAt?: Date | undefined;
|
|
22109
22150
|
idempotencyKey?: string | undefined;
|
|
22110
22151
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -23663,6 +23704,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23663
23704
|
payloadType: z.ZodString;
|
|
23664
23705
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
23665
23706
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
23707
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
23666
23708
|
createdAt: z.ZodDate;
|
|
23667
23709
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
23668
23710
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -23684,6 +23726,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23684
23726
|
payloadType: string;
|
|
23685
23727
|
tags: string[];
|
|
23686
23728
|
isTest: boolean;
|
|
23729
|
+
isReplay: boolean;
|
|
23687
23730
|
createdAt: Date;
|
|
23688
23731
|
startedAt: Date;
|
|
23689
23732
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -23707,6 +23750,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23707
23750
|
createdAt: Date;
|
|
23708
23751
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
23709
23752
|
isTest?: boolean | undefined;
|
|
23753
|
+
isReplay?: boolean | undefined;
|
|
23710
23754
|
startedAt?: Date | undefined;
|
|
23711
23755
|
idempotencyKey?: string | undefined;
|
|
23712
23756
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -23737,6 +23781,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23737
23781
|
payloadType: string;
|
|
23738
23782
|
tags: string[];
|
|
23739
23783
|
isTest: boolean;
|
|
23784
|
+
isReplay: boolean;
|
|
23740
23785
|
createdAt: Date;
|
|
23741
23786
|
startedAt: Date;
|
|
23742
23787
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -23844,6 +23889,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23844
23889
|
createdAt: Date;
|
|
23845
23890
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
23846
23891
|
isTest?: boolean | undefined;
|
|
23892
|
+
isReplay?: boolean | undefined;
|
|
23847
23893
|
startedAt?: Date | undefined;
|
|
23848
23894
|
idempotencyKey?: string | undefined;
|
|
23849
23895
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -24145,6 +24191,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
24145
24191
|
payloadType: string;
|
|
24146
24192
|
tags: string[];
|
|
24147
24193
|
isTest: boolean;
|
|
24194
|
+
isReplay: boolean;
|
|
24148
24195
|
createdAt: Date;
|
|
24149
24196
|
startedAt: Date;
|
|
24150
24197
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -24449,6 +24496,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
24449
24496
|
createdAt: Date;
|
|
24450
24497
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
24451
24498
|
isTest?: boolean | undefined;
|
|
24499
|
+
isReplay?: boolean | undefined;
|
|
24452
24500
|
startedAt?: Date | undefined;
|
|
24453
24501
|
idempotencyKey?: string | undefined;
|
|
24454
24502
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -25916,6 +25964,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25916
25964
|
payloadType: z.ZodString;
|
|
25917
25965
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
25918
25966
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
25967
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
25919
25968
|
createdAt: z.ZodDate;
|
|
25920
25969
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
25921
25970
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -25934,6 +25983,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25934
25983
|
payloadType: string;
|
|
25935
25984
|
tags: string[];
|
|
25936
25985
|
isTest: boolean;
|
|
25986
|
+
isReplay: boolean;
|
|
25937
25987
|
createdAt: Date;
|
|
25938
25988
|
startedAt: Date;
|
|
25939
25989
|
baseCostInCents: number;
|
|
@@ -25958,6 +26008,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25958
26008
|
context?: unknown;
|
|
25959
26009
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
25960
26010
|
isTest?: boolean | undefined;
|
|
26011
|
+
isReplay?: boolean | undefined;
|
|
25961
26012
|
startedAt?: Date | undefined;
|
|
25962
26013
|
idempotencyKey?: string | undefined;
|
|
25963
26014
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -26129,6 +26180,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
26129
26180
|
payloadType: string;
|
|
26130
26181
|
tags: string[];
|
|
26131
26182
|
isTest: boolean;
|
|
26183
|
+
isReplay: boolean;
|
|
26132
26184
|
createdAt: Date;
|
|
26133
26185
|
startedAt: Date;
|
|
26134
26186
|
baseCostInCents: number;
|
|
@@ -26215,6 +26267,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
26215
26267
|
context?: unknown;
|
|
26216
26268
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
26217
26269
|
isTest?: boolean | undefined;
|
|
26270
|
+
isReplay?: boolean | undefined;
|
|
26218
26271
|
startedAt?: Date | undefined;
|
|
26219
26272
|
idempotencyKey?: string | undefined;
|
|
26220
26273
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -26293,6 +26346,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
26293
26346
|
payloadType: string;
|
|
26294
26347
|
tags: string[];
|
|
26295
26348
|
isTest: boolean;
|
|
26349
|
+
isReplay: boolean;
|
|
26296
26350
|
createdAt: Date;
|
|
26297
26351
|
startedAt: Date;
|
|
26298
26352
|
baseCostInCents: number;
|
|
@@ -26574,6 +26628,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
26574
26628
|
context?: unknown;
|
|
26575
26629
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
26576
26630
|
isTest?: boolean | undefined;
|
|
26631
|
+
isReplay?: boolean | undefined;
|
|
26577
26632
|
startedAt?: Date | undefined;
|
|
26578
26633
|
idempotencyKey?: string | undefined;
|
|
26579
26634
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -27739,6 +27794,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
27739
27794
|
payloadType: string;
|
|
27740
27795
|
tags: string[];
|
|
27741
27796
|
isTest: boolean;
|
|
27797
|
+
isReplay: boolean;
|
|
27742
27798
|
createdAt: Date;
|
|
27743
27799
|
startedAt: Date;
|
|
27744
27800
|
baseCostInCents: number;
|
|
@@ -28141,6 +28197,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
28141
28197
|
context?: unknown;
|
|
28142
28198
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
28143
28199
|
isTest?: boolean | undefined;
|
|
28200
|
+
isReplay?: boolean | undefined;
|
|
28144
28201
|
startedAt?: Date | undefined;
|
|
28145
28202
|
idempotencyKey?: string | undefined;
|
|
28146
28203
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -28625,6 +28682,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28625
28682
|
attemptCount: z.ZodOptional<z.ZodNumber>;
|
|
28626
28683
|
messageId: z.ZodString;
|
|
28627
28684
|
isTest: z.ZodBoolean;
|
|
28685
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
28628
28686
|
traceContext: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
28629
28687
|
environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
28630
28688
|
metrics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -28645,6 +28703,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28645
28703
|
}>, "many">>;
|
|
28646
28704
|
}, "strip", z.ZodTypeAny, {
|
|
28647
28705
|
isTest: boolean;
|
|
28706
|
+
isReplay: boolean;
|
|
28648
28707
|
traceContext: Record<string, unknown>;
|
|
28649
28708
|
runId: string;
|
|
28650
28709
|
messageId: string;
|
|
@@ -28661,6 +28720,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28661
28720
|
traceContext: Record<string, unknown>;
|
|
28662
28721
|
runId: string;
|
|
28663
28722
|
messageId: string;
|
|
28723
|
+
isReplay?: boolean | undefined;
|
|
28664
28724
|
environment?: Record<string, string> | undefined;
|
|
28665
28725
|
attemptCount?: number | undefined;
|
|
28666
28726
|
metrics?: {
|
|
@@ -28674,6 +28734,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28674
28734
|
type: "EXECUTE_RUN_LAZY_ATTEMPT";
|
|
28675
28735
|
payload: {
|
|
28676
28736
|
isTest: boolean;
|
|
28737
|
+
isReplay: boolean;
|
|
28677
28738
|
traceContext: Record<string, unknown>;
|
|
28678
28739
|
runId: string;
|
|
28679
28740
|
messageId: string;
|
|
@@ -28693,6 +28754,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28693
28754
|
traceContext: Record<string, unknown>;
|
|
28694
28755
|
runId: string;
|
|
28695
28756
|
messageId: string;
|
|
28757
|
+
isReplay?: boolean | undefined;
|
|
28696
28758
|
environment?: Record<string, string> | undefined;
|
|
28697
28759
|
attemptCount?: number | undefined;
|
|
28698
28760
|
metrics?: {
|
|
@@ -28732,6 +28794,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28732
28794
|
type: "EXECUTE_RUN_LAZY_ATTEMPT";
|
|
28733
28795
|
payload: {
|
|
28734
28796
|
isTest: boolean;
|
|
28797
|
+
isReplay: boolean;
|
|
28735
28798
|
traceContext: Record<string, unknown>;
|
|
28736
28799
|
runId: string;
|
|
28737
28800
|
messageId: string;
|
|
@@ -28776,6 +28839,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28776
28839
|
traceContext: Record<string, unknown>;
|
|
28777
28840
|
runId: string;
|
|
28778
28841
|
messageId: string;
|
|
28842
|
+
isReplay?: boolean | undefined;
|
|
28779
28843
|
environment?: Record<string, string> | undefined;
|
|
28780
28844
|
attemptCount?: number | undefined;
|
|
28781
28845
|
metrics?: {
|
|
@@ -29444,6 +29508,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29444
29508
|
payloadType: z.ZodString;
|
|
29445
29509
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
29446
29510
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
29511
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
29447
29512
|
createdAt: z.ZodDate;
|
|
29448
29513
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
29449
29514
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -29462,6 +29527,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29462
29527
|
payloadType: string;
|
|
29463
29528
|
tags: string[];
|
|
29464
29529
|
isTest: boolean;
|
|
29530
|
+
isReplay: boolean;
|
|
29465
29531
|
createdAt: Date;
|
|
29466
29532
|
startedAt: Date;
|
|
29467
29533
|
baseCostInCents: number;
|
|
@@ -29486,6 +29552,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29486
29552
|
context?: unknown;
|
|
29487
29553
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
29488
29554
|
isTest?: boolean | undefined;
|
|
29555
|
+
isReplay?: boolean | undefined;
|
|
29489
29556
|
startedAt?: Date | undefined;
|
|
29490
29557
|
idempotencyKey?: string | undefined;
|
|
29491
29558
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -29674,6 +29741,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29674
29741
|
payloadType: string;
|
|
29675
29742
|
tags: string[];
|
|
29676
29743
|
isTest: boolean;
|
|
29744
|
+
isReplay: boolean;
|
|
29677
29745
|
createdAt: Date;
|
|
29678
29746
|
startedAt: Date;
|
|
29679
29747
|
baseCostInCents: number;
|
|
@@ -29766,6 +29834,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29766
29834
|
context?: unknown;
|
|
29767
29835
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
29768
29836
|
isTest?: boolean | undefined;
|
|
29837
|
+
isReplay?: boolean | undefined;
|
|
29769
29838
|
startedAt?: Date | undefined;
|
|
29770
29839
|
idempotencyKey?: string | undefined;
|
|
29771
29840
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -31031,6 +31100,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
31031
31100
|
payloadType: string;
|
|
31032
31101
|
tags: string[];
|
|
31033
31102
|
isTest: boolean;
|
|
31103
|
+
isReplay: boolean;
|
|
31034
31104
|
createdAt: Date;
|
|
31035
31105
|
startedAt: Date;
|
|
31036
31106
|
baseCostInCents: number;
|
|
@@ -31317,6 +31387,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
31317
31387
|
context?: unknown;
|
|
31318
31388
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
31319
31389
|
isTest?: boolean | undefined;
|
|
31390
|
+
isReplay?: boolean | undefined;
|
|
31320
31391
|
startedAt?: Date | undefined;
|
|
31321
31392
|
idempotencyKey?: string | undefined;
|
|
31322
31393
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -32639,6 +32710,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32639
32710
|
payloadType: z.ZodString;
|
|
32640
32711
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
32641
32712
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
32713
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
32642
32714
|
createdAt: z.ZodDate;
|
|
32643
32715
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
32644
32716
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -32657,6 +32729,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32657
32729
|
payloadType: string;
|
|
32658
32730
|
tags: string[];
|
|
32659
32731
|
isTest: boolean;
|
|
32732
|
+
isReplay: boolean;
|
|
32660
32733
|
createdAt: Date;
|
|
32661
32734
|
startedAt: Date;
|
|
32662
32735
|
baseCostInCents: number;
|
|
@@ -32681,6 +32754,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32681
32754
|
context?: unknown;
|
|
32682
32755
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
32683
32756
|
isTest?: boolean | undefined;
|
|
32757
|
+
isReplay?: boolean | undefined;
|
|
32684
32758
|
startedAt?: Date | undefined;
|
|
32685
32759
|
idempotencyKey?: string | undefined;
|
|
32686
32760
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -32869,6 +32943,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32869
32943
|
payloadType: string;
|
|
32870
32944
|
tags: string[];
|
|
32871
32945
|
isTest: boolean;
|
|
32946
|
+
isReplay: boolean;
|
|
32872
32947
|
createdAt: Date;
|
|
32873
32948
|
startedAt: Date;
|
|
32874
32949
|
baseCostInCents: number;
|
|
@@ -32961,6 +33036,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32961
33036
|
context?: unknown;
|
|
32962
33037
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
32963
33038
|
isTest?: boolean | undefined;
|
|
33039
|
+
isReplay?: boolean | undefined;
|
|
32964
33040
|
startedAt?: Date | undefined;
|
|
32965
33041
|
idempotencyKey?: string | undefined;
|
|
32966
33042
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -33062,6 +33138,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
33062
33138
|
payloadType: string;
|
|
33063
33139
|
tags: string[];
|
|
33064
33140
|
isTest: boolean;
|
|
33141
|
+
isReplay: boolean;
|
|
33065
33142
|
createdAt: Date;
|
|
33066
33143
|
startedAt: Date;
|
|
33067
33144
|
baseCostInCents: number;
|
|
@@ -33164,6 +33241,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
33164
33241
|
context?: unknown;
|
|
33165
33242
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
33166
33243
|
isTest?: boolean | undefined;
|
|
33244
|
+
isReplay?: boolean | undefined;
|
|
33167
33245
|
startedAt?: Date | undefined;
|
|
33168
33246
|
idempotencyKey?: string | undefined;
|
|
33169
33247
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -33257,6 +33335,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
33257
33335
|
payloadType: string;
|
|
33258
33336
|
tags: string[];
|
|
33259
33337
|
isTest: boolean;
|
|
33338
|
+
isReplay: boolean;
|
|
33260
33339
|
createdAt: Date;
|
|
33261
33340
|
startedAt: Date;
|
|
33262
33341
|
baseCostInCents: number;
|
|
@@ -33362,6 +33441,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
33362
33441
|
context?: unknown;
|
|
33363
33442
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
33364
33443
|
isTest?: boolean | undefined;
|
|
33444
|
+
isReplay?: boolean | undefined;
|
|
33365
33445
|
startedAt?: Date | undefined;
|
|
33366
33446
|
idempotencyKey?: string | undefined;
|
|
33367
33447
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -34951,6 +35031,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34951
35031
|
payloadType: z.ZodString;
|
|
34952
35032
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
34953
35033
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
35034
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
34954
35035
|
createdAt: z.ZodDate;
|
|
34955
35036
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
34956
35037
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -34972,6 +35053,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34972
35053
|
payloadType: string;
|
|
34973
35054
|
tags: string[];
|
|
34974
35055
|
isTest: boolean;
|
|
35056
|
+
isReplay: boolean;
|
|
34975
35057
|
createdAt: Date;
|
|
34976
35058
|
startedAt: Date;
|
|
34977
35059
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -34995,6 +35077,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34995
35077
|
createdAt: Date;
|
|
34996
35078
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
34997
35079
|
isTest?: boolean | undefined;
|
|
35080
|
+
isReplay?: boolean | undefined;
|
|
34998
35081
|
startedAt?: Date | undefined;
|
|
34999
35082
|
idempotencyKey?: string | undefined;
|
|
35000
35083
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -35025,6 +35108,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35025
35108
|
payloadType: string;
|
|
35026
35109
|
tags: string[];
|
|
35027
35110
|
isTest: boolean;
|
|
35111
|
+
isReplay: boolean;
|
|
35028
35112
|
createdAt: Date;
|
|
35029
35113
|
startedAt: Date;
|
|
35030
35114
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -35132,6 +35216,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35132
35216
|
createdAt: Date;
|
|
35133
35217
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
35134
35218
|
isTest?: boolean | undefined;
|
|
35219
|
+
isReplay?: boolean | undefined;
|
|
35135
35220
|
startedAt?: Date | undefined;
|
|
35136
35221
|
idempotencyKey?: string | undefined;
|
|
35137
35222
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -35431,6 +35516,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35431
35516
|
payloadType: string;
|
|
35432
35517
|
tags: string[];
|
|
35433
35518
|
isTest: boolean;
|
|
35519
|
+
isReplay: boolean;
|
|
35434
35520
|
createdAt: Date;
|
|
35435
35521
|
startedAt: Date;
|
|
35436
35522
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -35733,6 +35819,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35733
35819
|
createdAt: Date;
|
|
35734
35820
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
35735
35821
|
isTest?: boolean | undefined;
|
|
35822
|
+
isReplay?: boolean | undefined;
|
|
35736
35823
|
startedAt?: Date | undefined;
|
|
35737
35824
|
idempotencyKey?: string | undefined;
|
|
35738
35825
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -35891,6 +35978,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35891
35978
|
payloadType: z.ZodString;
|
|
35892
35979
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
35893
35980
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
35981
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
35894
35982
|
createdAt: z.ZodDate;
|
|
35895
35983
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
35896
35984
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -35909,6 +35997,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35909
35997
|
payloadType: string;
|
|
35910
35998
|
tags: string[];
|
|
35911
35999
|
isTest: boolean;
|
|
36000
|
+
isReplay: boolean;
|
|
35912
36001
|
createdAt: Date;
|
|
35913
36002
|
startedAt: Date;
|
|
35914
36003
|
baseCostInCents: number;
|
|
@@ -35933,6 +36022,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35933
36022
|
context?: unknown;
|
|
35934
36023
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
35935
36024
|
isTest?: boolean | undefined;
|
|
36025
|
+
isReplay?: boolean | undefined;
|
|
35936
36026
|
startedAt?: Date | undefined;
|
|
35937
36027
|
idempotencyKey?: string | undefined;
|
|
35938
36028
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -36121,6 +36211,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36121
36211
|
payloadType: string;
|
|
36122
36212
|
tags: string[];
|
|
36123
36213
|
isTest: boolean;
|
|
36214
|
+
isReplay: boolean;
|
|
36124
36215
|
createdAt: Date;
|
|
36125
36216
|
startedAt: Date;
|
|
36126
36217
|
baseCostInCents: number;
|
|
@@ -36213,6 +36304,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36213
36304
|
context?: unknown;
|
|
36214
36305
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
36215
36306
|
isTest?: boolean | undefined;
|
|
36307
|
+
isReplay?: boolean | undefined;
|
|
36216
36308
|
startedAt?: Date | undefined;
|
|
36217
36309
|
idempotencyKey?: string | undefined;
|
|
36218
36310
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -36314,6 +36406,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36314
36406
|
payloadType: string;
|
|
36315
36407
|
tags: string[];
|
|
36316
36408
|
isTest: boolean;
|
|
36409
|
+
isReplay: boolean;
|
|
36317
36410
|
createdAt: Date;
|
|
36318
36411
|
startedAt: Date;
|
|
36319
36412
|
baseCostInCents: number;
|
|
@@ -36416,6 +36509,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36416
36509
|
context?: unknown;
|
|
36417
36510
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
36418
36511
|
isTest?: boolean | undefined;
|
|
36512
|
+
isReplay?: boolean | undefined;
|
|
36419
36513
|
startedAt?: Date | undefined;
|
|
36420
36514
|
idempotencyKey?: string | undefined;
|
|
36421
36515
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -36509,6 +36603,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36509
36603
|
payloadType: string;
|
|
36510
36604
|
tags: string[];
|
|
36511
36605
|
isTest: boolean;
|
|
36606
|
+
isReplay: boolean;
|
|
36512
36607
|
createdAt: Date;
|
|
36513
36608
|
startedAt: Date;
|
|
36514
36609
|
baseCostInCents: number;
|
|
@@ -36613,6 +36708,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36613
36708
|
context?: unknown;
|
|
36614
36709
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
36615
36710
|
isTest?: boolean | undefined;
|
|
36711
|
+
isReplay?: boolean | undefined;
|
|
36616
36712
|
startedAt?: Date | undefined;
|
|
36617
36713
|
idempotencyKey?: string | undefined;
|
|
36618
36714
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -36706,6 +36802,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36706
36802
|
attemptCount: z.ZodOptional<z.ZodNumber>;
|
|
36707
36803
|
messageId: z.ZodString;
|
|
36708
36804
|
isTest: z.ZodBoolean;
|
|
36805
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
36709
36806
|
traceContext: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
36710
36807
|
environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
36711
36808
|
metrics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -36726,6 +36823,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36726
36823
|
}>, "many">>;
|
|
36727
36824
|
}, "strip", z.ZodTypeAny, {
|
|
36728
36825
|
isTest: boolean;
|
|
36826
|
+
isReplay: boolean;
|
|
36729
36827
|
traceContext: Record<string, unknown>;
|
|
36730
36828
|
runId: string;
|
|
36731
36829
|
messageId: string;
|
|
@@ -36742,6 +36840,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36742
36840
|
traceContext: Record<string, unknown>;
|
|
36743
36841
|
runId: string;
|
|
36744
36842
|
messageId: string;
|
|
36843
|
+
isReplay?: boolean | undefined;
|
|
36745
36844
|
environment?: Record<string, string> | undefined;
|
|
36746
36845
|
attemptCount?: number | undefined;
|
|
36747
36846
|
metrics?: {
|
|
@@ -36755,6 +36854,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36755
36854
|
version: "v1";
|
|
36756
36855
|
lazyPayload: {
|
|
36757
36856
|
isTest: boolean;
|
|
36857
|
+
isReplay: boolean;
|
|
36758
36858
|
traceContext: Record<string, unknown>;
|
|
36759
36859
|
runId: string;
|
|
36760
36860
|
messageId: string;
|
|
@@ -36773,6 +36873,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36773
36873
|
traceContext: Record<string, unknown>;
|
|
36774
36874
|
runId: string;
|
|
36775
36875
|
messageId: string;
|
|
36876
|
+
isReplay?: boolean | undefined;
|
|
36776
36877
|
environment?: Record<string, string> | undefined;
|
|
36777
36878
|
attemptCount?: number | undefined;
|
|
36778
36879
|
metrics?: {
|