@trigger.dev/core 4.4.3 → 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/apiClient/core.d.ts +3 -1
- package/dist/commonjs/v3/apiClient/core.js +1 -0
- package/dist/commonjs/v3/apiClient/core.js.map +1 -1
- package/dist/commonjs/v3/apiClient/index.d.ts +104 -7
- package/dist/commonjs/v3/apiClient/index.js +64 -3
- package/dist/commonjs/v3/apiClient/index.js.map +1 -1
- package/dist/commonjs/v3/config.d.ts +18 -0
- 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/resource-catalog/catalog.d.ts +6 -2
- package/dist/commonjs/v3/resource-catalog/index.d.ts +6 -2
- package/dist/commonjs/v3/resource-catalog/index.js +12 -0
- package/dist/commonjs/v3/resource-catalog/index.js.map +1 -1
- package/dist/commonjs/v3/resource-catalog/noopResourceCatalog.d.ts +6 -2
- package/dist/commonjs/v3/resource-catalog/noopResourceCatalog.js +12 -0
- package/dist/commonjs/v3/resource-catalog/noopResourceCatalog.js.map +1 -1
- package/dist/commonjs/v3/resource-catalog/standardResourceCatalog.d.ts +10 -2
- package/dist/commonjs/v3/resource-catalog/standardResourceCatalog.js +51 -0
- package/dist/commonjs/v3/resource-catalog/standardResourceCatalog.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/consumerPool.js +2 -2
- package/dist/commonjs/v3/runEngineWorker/supervisor/consumerPool.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/consumerPool.test.js +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/consumerPool.test.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/events.d.ts +2 -0
- package/dist/commonjs/v3/runEngineWorker/supervisor/http.d.ts +17 -0
- package/dist/commonjs/v3/runEngineWorker/supervisor/queueConsumer.d.ts +5 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/queueConsumer.js +6 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/queueConsumer.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/schemas.d.ts +107 -0
- package/dist/commonjs/v3/runEngineWorker/supervisor/session.js +3 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/session.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/workload/http.d.ts +9 -0
- package/dist/commonjs/v3/runEngineWorker/workload/schemas.d.ts +57 -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 +1502 -90
- package/dist/commonjs/v3/schemas/api.js +318 -3
- package/dist/commonjs/v3/schemas/api.js.map +1 -1
- package/dist/commonjs/v3/schemas/build.d.ts +196 -32
- package/dist/commonjs/v3/schemas/build.js +1 -0
- package/dist/commonjs/v3/schemas/build.js.map +1 -1
- package/dist/commonjs/v3/schemas/checkpoints.d.ts +50 -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 +252 -0
- package/dist/commonjs/v3/schemas/query.d.ts +296 -2
- package/dist/commonjs/v3/schemas/query.js +56 -1
- package/dist/commonjs/v3/schemas/query.js.map +1 -1
- package/dist/commonjs/v3/schemas/resources.d.ts +93 -0
- package/dist/commonjs/v3/schemas/resources.js +17 -1
- package/dist/commonjs/v3/schemas/resources.js.map +1 -1
- package/dist/commonjs/v3/schemas/runEngine.d.ts +79 -0
- package/dist/commonjs/v3/schemas/runEngine.js +16 -1
- package/dist/commonjs/v3/schemas/runEngine.js.map +1 -1
- package/dist/commonjs/v3/schemas/schemas.d.ts +83 -0
- package/dist/commonjs/v3/schemas/schemas.js +16 -1
- package/dist/commonjs/v3/schemas/schemas.js.map +1 -1
- package/dist/commonjs/v3/schemas/style.d.ts +20 -8
- package/dist/commonjs/v3/schemas/style.js +2 -1
- package/dist/commonjs/v3/schemas/style.js.map +1 -1
- package/dist/commonjs/v3/schemas/webhooks.d.ts +381 -0
- package/dist/commonjs/v3/schemas/webhooks.js +60 -1
- package/dist/commonjs/v3/schemas/webhooks.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/taskContext/otelProcessors.js +5 -0
- package/dist/commonjs/v3/taskContext/otelProcessors.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/types/tasks.d.ts +29 -1
- package/dist/commonjs/v3/types/tasks.js.map +1 -1
- package/dist/commonjs/v3/utils/ioSerialization.js +4 -1
- package/dist/commonjs/v3/utils/ioSerialization.js.map +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/esm/v3/apiClient/core.d.ts +3 -1
- package/dist/esm/v3/apiClient/core.js +1 -0
- package/dist/esm/v3/apiClient/core.js.map +1 -1
- package/dist/esm/v3/apiClient/index.d.ts +104 -7
- package/dist/esm/v3/apiClient/index.js +65 -4
- package/dist/esm/v3/apiClient/index.js.map +1 -1
- package/dist/esm/v3/config.d.ts +18 -0
- 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/resource-catalog/catalog.d.ts +6 -2
- package/dist/esm/v3/resource-catalog/index.d.ts +6 -2
- package/dist/esm/v3/resource-catalog/index.js +12 -0
- package/dist/esm/v3/resource-catalog/index.js.map +1 -1
- package/dist/esm/v3/resource-catalog/noopResourceCatalog.d.ts +6 -2
- package/dist/esm/v3/resource-catalog/noopResourceCatalog.js +12 -0
- package/dist/esm/v3/resource-catalog/noopResourceCatalog.js.map +1 -1
- package/dist/esm/v3/resource-catalog/standardResourceCatalog.d.ts +10 -2
- package/dist/esm/v3/resource-catalog/standardResourceCatalog.js +51 -0
- package/dist/esm/v3/resource-catalog/standardResourceCatalog.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/consumerPool.js +2 -2
- package/dist/esm/v3/runEngineWorker/supervisor/consumerPool.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/consumerPool.test.js +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/consumerPool.test.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/events.d.ts +2 -0
- package/dist/esm/v3/runEngineWorker/supervisor/http.d.ts +17 -0
- package/dist/esm/v3/runEngineWorker/supervisor/queueConsumer.d.ts +5 -1
- package/dist/esm/v3/runEngineWorker/supervisor/queueConsumer.js +6 -1
- package/dist/esm/v3/runEngineWorker/supervisor/queueConsumer.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/schemas.d.ts +107 -0
- package/dist/esm/v3/runEngineWorker/supervisor/session.js +3 -1
- package/dist/esm/v3/runEngineWorker/supervisor/session.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/workload/http.d.ts +9 -0
- package/dist/esm/v3/runEngineWorker/workload/schemas.d.ts +57 -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 +1502 -90
- package/dist/esm/v3/schemas/api.js +316 -2
- package/dist/esm/v3/schemas/api.js.map +1 -1
- package/dist/esm/v3/schemas/build.d.ts +196 -32
- package/dist/esm/v3/schemas/build.js +2 -1
- package/dist/esm/v3/schemas/build.js.map +1 -1
- package/dist/esm/v3/schemas/checkpoints.d.ts +50 -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 +252 -0
- package/dist/esm/v3/schemas/query.d.ts +296 -2
- package/dist/esm/v3/schemas/query.js +55 -0
- package/dist/esm/v3/schemas/query.js.map +1 -1
- package/dist/esm/v3/schemas/resources.d.ts +93 -0
- package/dist/esm/v3/schemas/resources.js +16 -0
- package/dist/esm/v3/schemas/resources.js.map +1 -1
- package/dist/esm/v3/schemas/runEngine.d.ts +79 -0
- package/dist/esm/v3/schemas/runEngine.js +15 -0
- package/dist/esm/v3/schemas/runEngine.js.map +1 -1
- package/dist/esm/v3/schemas/schemas.d.ts +83 -0
- package/dist/esm/v3/schemas/schemas.js +15 -0
- package/dist/esm/v3/schemas/schemas.js.map +1 -1
- package/dist/esm/v3/schemas/style.d.ts +20 -8
- package/dist/esm/v3/schemas/style.js +2 -1
- package/dist/esm/v3/schemas/style.js.map +1 -1
- package/dist/esm/v3/schemas/webhooks.d.ts +381 -0
- package/dist/esm/v3/schemas/webhooks.js +59 -0
- package/dist/esm/v3/schemas/webhooks.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/taskContext/otelProcessors.js +5 -0
- package/dist/esm/v3/taskContext/otelProcessors.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/types/tasks.d.ts +29 -1
- package/dist/esm/v3/types/tasks.js.map +1 -1
- package/dist/esm/v3/utils/ioSerialization.js +4 -1
- package/dist/esm/v3/utils/ioSerialization.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;
|
|
@@ -7509,6 +7537,7 @@ export declare const indexerToWorkerMessages: {
|
|
|
7509
7537
|
environments?: ("PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW")[] | undefined;
|
|
7510
7538
|
}>>;
|
|
7511
7539
|
maxDuration: z.ZodOptional<z.ZodNumber>;
|
|
7540
|
+
ttl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
7512
7541
|
payloadSchema: z.ZodOptional<z.ZodUnknown>;
|
|
7513
7542
|
}, "strip", z.ZodTypeAny, {
|
|
7514
7543
|
id: string;
|
|
@@ -7536,6 +7565,7 @@ export declare const indexerToWorkerMessages: {
|
|
|
7536
7565
|
} | undefined;
|
|
7537
7566
|
} | undefined;
|
|
7538
7567
|
description?: string | undefined;
|
|
7568
|
+
ttl?: string | number | undefined;
|
|
7539
7569
|
triggerSource?: string | undefined;
|
|
7540
7570
|
schedule?: {
|
|
7541
7571
|
cron: string;
|
|
@@ -7569,6 +7599,7 @@ export declare const indexerToWorkerMessages: {
|
|
|
7569
7599
|
} | undefined;
|
|
7570
7600
|
} | undefined;
|
|
7571
7601
|
description?: string | undefined;
|
|
7602
|
+
ttl?: string | number | undefined;
|
|
7572
7603
|
triggerSource?: string | undefined;
|
|
7573
7604
|
schedule?: {
|
|
7574
7605
|
cron: string;
|
|
@@ -7577,6 +7608,37 @@ export declare const indexerToWorkerMessages: {
|
|
|
7577
7608
|
} | undefined;
|
|
7578
7609
|
payloadSchema?: unknown;
|
|
7579
7610
|
}>, "many">;
|
|
7611
|
+
prompts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7612
|
+
filePath: z.ZodString;
|
|
7613
|
+
exportName: z.ZodOptional<z.ZodString>;
|
|
7614
|
+
entryPoint: z.ZodString;
|
|
7615
|
+
id: z.ZodString;
|
|
7616
|
+
description: z.ZodOptional<z.ZodString>;
|
|
7617
|
+
content: z.ZodOptional<z.ZodString>;
|
|
7618
|
+
model: z.ZodOptional<z.ZodString>;
|
|
7619
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
7620
|
+
variableSchema: z.ZodOptional<z.ZodUnknown>;
|
|
7621
|
+
}, "strip", z.ZodTypeAny, {
|
|
7622
|
+
id: string;
|
|
7623
|
+
filePath: string;
|
|
7624
|
+
entryPoint: string;
|
|
7625
|
+
exportName?: string | undefined;
|
|
7626
|
+
description?: string | undefined;
|
|
7627
|
+
content?: string | undefined;
|
|
7628
|
+
model?: string | undefined;
|
|
7629
|
+
config?: Record<string, unknown> | undefined;
|
|
7630
|
+
variableSchema?: unknown;
|
|
7631
|
+
}, {
|
|
7632
|
+
id: string;
|
|
7633
|
+
filePath: string;
|
|
7634
|
+
entryPoint: string;
|
|
7635
|
+
exportName?: string | undefined;
|
|
7636
|
+
description?: string | undefined;
|
|
7637
|
+
content?: string | undefined;
|
|
7638
|
+
model?: string | undefined;
|
|
7639
|
+
config?: Record<string, unknown> | undefined;
|
|
7640
|
+
variableSchema?: unknown;
|
|
7641
|
+
}>, "many">>;
|
|
7580
7642
|
queues: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7581
7643
|
name: z.ZodString;
|
|
7582
7644
|
concurrencyLimit: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -7643,6 +7705,7 @@ export declare const indexerToWorkerMessages: {
|
|
|
7643
7705
|
} | undefined;
|
|
7644
7706
|
} | undefined;
|
|
7645
7707
|
description?: string | undefined;
|
|
7708
|
+
ttl?: string | number | undefined;
|
|
7646
7709
|
triggerSource?: string | undefined;
|
|
7647
7710
|
schedule?: {
|
|
7648
7711
|
cron: string;
|
|
@@ -7658,6 +7721,17 @@ export declare const indexerToWorkerMessages: {
|
|
|
7658
7721
|
name: string;
|
|
7659
7722
|
concurrencyLimit?: number | null | undefined;
|
|
7660
7723
|
}[] | undefined;
|
|
7724
|
+
prompts?: {
|
|
7725
|
+
id: string;
|
|
7726
|
+
filePath: string;
|
|
7727
|
+
entryPoint: string;
|
|
7728
|
+
exportName?: string | undefined;
|
|
7729
|
+
description?: string | undefined;
|
|
7730
|
+
content?: string | undefined;
|
|
7731
|
+
model?: string | undefined;
|
|
7732
|
+
config?: Record<string, unknown> | undefined;
|
|
7733
|
+
variableSchema?: unknown;
|
|
7734
|
+
}[] | undefined;
|
|
7661
7735
|
loaderEntryPoint?: string | undefined;
|
|
7662
7736
|
initEntryPoint?: string | undefined;
|
|
7663
7737
|
customConditions?: string[] | undefined;
|
|
@@ -7699,6 +7773,7 @@ export declare const indexerToWorkerMessages: {
|
|
|
7699
7773
|
} | undefined;
|
|
7700
7774
|
} | undefined;
|
|
7701
7775
|
description?: string | undefined;
|
|
7776
|
+
ttl?: string | number | undefined;
|
|
7702
7777
|
triggerSource?: string | undefined;
|
|
7703
7778
|
schedule?: {
|
|
7704
7779
|
cron: string;
|
|
@@ -7714,6 +7789,17 @@ export declare const indexerToWorkerMessages: {
|
|
|
7714
7789
|
name: string;
|
|
7715
7790
|
concurrencyLimit?: number | null | undefined;
|
|
7716
7791
|
}[] | undefined;
|
|
7792
|
+
prompts?: {
|
|
7793
|
+
id: string;
|
|
7794
|
+
filePath: string;
|
|
7795
|
+
entryPoint: string;
|
|
7796
|
+
exportName?: string | undefined;
|
|
7797
|
+
description?: string | undefined;
|
|
7798
|
+
content?: string | undefined;
|
|
7799
|
+
model?: string | undefined;
|
|
7800
|
+
config?: Record<string, unknown> | undefined;
|
|
7801
|
+
variableSchema?: unknown;
|
|
7802
|
+
}[] | undefined;
|
|
7717
7803
|
loaderEntryPoint?: string | undefined;
|
|
7718
7804
|
initEntryPoint?: string | undefined;
|
|
7719
7805
|
customConditions?: string[] | undefined;
|
|
@@ -7774,6 +7860,7 @@ export declare const indexerToWorkerMessages: {
|
|
|
7774
7860
|
} | undefined;
|
|
7775
7861
|
} | undefined;
|
|
7776
7862
|
description?: string | undefined;
|
|
7863
|
+
ttl?: string | number | undefined;
|
|
7777
7864
|
triggerSource?: string | undefined;
|
|
7778
7865
|
schedule?: {
|
|
7779
7866
|
cron: string;
|
|
@@ -7789,6 +7876,17 @@ export declare const indexerToWorkerMessages: {
|
|
|
7789
7876
|
name: string;
|
|
7790
7877
|
concurrencyLimit?: number | null | undefined;
|
|
7791
7878
|
}[] | undefined;
|
|
7879
|
+
prompts?: {
|
|
7880
|
+
id: string;
|
|
7881
|
+
filePath: string;
|
|
7882
|
+
entryPoint: string;
|
|
7883
|
+
exportName?: string | undefined;
|
|
7884
|
+
description?: string | undefined;
|
|
7885
|
+
content?: string | undefined;
|
|
7886
|
+
model?: string | undefined;
|
|
7887
|
+
config?: Record<string, unknown> | undefined;
|
|
7888
|
+
variableSchema?: unknown;
|
|
7889
|
+
}[] | undefined;
|
|
7792
7890
|
loaderEntryPoint?: string | undefined;
|
|
7793
7891
|
initEntryPoint?: string | undefined;
|
|
7794
7892
|
customConditions?: string[] | undefined;
|
|
@@ -7838,6 +7936,7 @@ export declare const indexerToWorkerMessages: {
|
|
|
7838
7936
|
} | undefined;
|
|
7839
7937
|
} | undefined;
|
|
7840
7938
|
description?: string | undefined;
|
|
7939
|
+
ttl?: string | number | undefined;
|
|
7841
7940
|
triggerSource?: string | undefined;
|
|
7842
7941
|
schedule?: {
|
|
7843
7942
|
cron: string;
|
|
@@ -7853,6 +7952,17 @@ export declare const indexerToWorkerMessages: {
|
|
|
7853
7952
|
name: string;
|
|
7854
7953
|
concurrencyLimit?: number | null | undefined;
|
|
7855
7954
|
}[] | undefined;
|
|
7955
|
+
prompts?: {
|
|
7956
|
+
id: string;
|
|
7957
|
+
filePath: string;
|
|
7958
|
+
entryPoint: string;
|
|
7959
|
+
exportName?: string | undefined;
|
|
7960
|
+
description?: string | undefined;
|
|
7961
|
+
content?: string | undefined;
|
|
7962
|
+
model?: string | undefined;
|
|
7963
|
+
config?: Record<string, unknown> | undefined;
|
|
7964
|
+
variableSchema?: unknown;
|
|
7965
|
+
}[] | undefined;
|
|
7856
7966
|
loaderEntryPoint?: string | undefined;
|
|
7857
7967
|
initEntryPoint?: string | undefined;
|
|
7858
7968
|
customConditions?: string[] | undefined;
|
|
@@ -8196,6 +8306,7 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
8196
8306
|
payloadType: z.ZodString;
|
|
8197
8307
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
8198
8308
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
8309
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
8199
8310
|
createdAt: z.ZodDate;
|
|
8200
8311
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
8201
8312
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -8217,6 +8328,7 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
8217
8328
|
payloadType: string;
|
|
8218
8329
|
tags: string[];
|
|
8219
8330
|
isTest: boolean;
|
|
8331
|
+
isReplay: boolean;
|
|
8220
8332
|
createdAt: Date;
|
|
8221
8333
|
startedAt: Date;
|
|
8222
8334
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -8240,6 +8352,7 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
8240
8352
|
createdAt: Date;
|
|
8241
8353
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
8242
8354
|
isTest?: boolean | undefined;
|
|
8355
|
+
isReplay?: boolean | undefined;
|
|
8243
8356
|
startedAt?: Date | undefined;
|
|
8244
8357
|
idempotencyKey?: string | undefined;
|
|
8245
8358
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -8270,6 +8383,7 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
8270
8383
|
payloadType: string;
|
|
8271
8384
|
tags: string[];
|
|
8272
8385
|
isTest: boolean;
|
|
8386
|
+
isReplay: boolean;
|
|
8273
8387
|
createdAt: Date;
|
|
8274
8388
|
startedAt: Date;
|
|
8275
8389
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -8377,6 +8491,7 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
8377
8491
|
createdAt: Date;
|
|
8378
8492
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
8379
8493
|
isTest?: boolean | undefined;
|
|
8494
|
+
isReplay?: boolean | undefined;
|
|
8380
8495
|
startedAt?: Date | undefined;
|
|
8381
8496
|
idempotencyKey?: string | undefined;
|
|
8382
8497
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -9665,6 +9780,7 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
9665
9780
|
payloadType: string;
|
|
9666
9781
|
tags: string[];
|
|
9667
9782
|
isTest: boolean;
|
|
9783
|
+
isReplay: boolean;
|
|
9668
9784
|
createdAt: Date;
|
|
9669
9785
|
startedAt: Date;
|
|
9670
9786
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -9966,6 +10082,7 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
9966
10082
|
createdAt: Date;
|
|
9967
10083
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
9968
10084
|
isTest?: boolean | undefined;
|
|
10085
|
+
isReplay?: boolean | undefined;
|
|
9969
10086
|
startedAt?: Date | undefined;
|
|
9970
10087
|
idempotencyKey?: string | undefined;
|
|
9971
10088
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -10622,6 +10739,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10622
10739
|
payloadType: z.ZodString;
|
|
10623
10740
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
10624
10741
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
10742
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
10625
10743
|
createdAt: z.ZodDate;
|
|
10626
10744
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
10627
10745
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -10643,6 +10761,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10643
10761
|
payloadType: string;
|
|
10644
10762
|
tags: string[];
|
|
10645
10763
|
isTest: boolean;
|
|
10764
|
+
isReplay: boolean;
|
|
10646
10765
|
createdAt: Date;
|
|
10647
10766
|
startedAt: Date;
|
|
10648
10767
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -10666,6 +10785,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10666
10785
|
createdAt: Date;
|
|
10667
10786
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
10668
10787
|
isTest?: boolean | undefined;
|
|
10788
|
+
isReplay?: boolean | undefined;
|
|
10669
10789
|
startedAt?: Date | undefined;
|
|
10670
10790
|
idempotencyKey?: string | undefined;
|
|
10671
10791
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -10696,6 +10816,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10696
10816
|
payloadType: string;
|
|
10697
10817
|
tags: string[];
|
|
10698
10818
|
isTest: boolean;
|
|
10819
|
+
isReplay: boolean;
|
|
10699
10820
|
createdAt: Date;
|
|
10700
10821
|
startedAt: Date;
|
|
10701
10822
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -10803,6 +10924,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10803
10924
|
createdAt: Date;
|
|
10804
10925
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
10805
10926
|
isTest?: boolean | undefined;
|
|
10927
|
+
isReplay?: boolean | undefined;
|
|
10806
10928
|
startedAt?: Date | undefined;
|
|
10807
10929
|
idempotencyKey?: string | undefined;
|
|
10808
10930
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -10951,6 +11073,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10951
11073
|
payloadType: string;
|
|
10952
11074
|
tags: string[];
|
|
10953
11075
|
isTest: boolean;
|
|
11076
|
+
isReplay: boolean;
|
|
10954
11077
|
createdAt: Date;
|
|
10955
11078
|
startedAt: Date;
|
|
10956
11079
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -11075,6 +11198,7 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
11075
11198
|
createdAt: Date;
|
|
11076
11199
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
11077
11200
|
isTest?: boolean | undefined;
|
|
11201
|
+
isReplay?: boolean | undefined;
|
|
11078
11202
|
startedAt?: Date | undefined;
|
|
11079
11203
|
idempotencyKey?: string | undefined;
|
|
11080
11204
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -11747,6 +11871,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
11747
11871
|
environments?: ("PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW")[] | undefined;
|
|
11748
11872
|
}>>;
|
|
11749
11873
|
maxDuration: z.ZodOptional<z.ZodNumber>;
|
|
11874
|
+
ttl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
11750
11875
|
payloadSchema: z.ZodOptional<z.ZodUnknown>;
|
|
11751
11876
|
}, "strip", z.ZodTypeAny, {
|
|
11752
11877
|
id: string;
|
|
@@ -11773,6 +11898,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
11773
11898
|
} | undefined;
|
|
11774
11899
|
} | undefined;
|
|
11775
11900
|
description?: string | undefined;
|
|
11901
|
+
ttl?: string | number | undefined;
|
|
11776
11902
|
triggerSource?: string | undefined;
|
|
11777
11903
|
schedule?: {
|
|
11778
11904
|
cron: string;
|
|
@@ -11805,6 +11931,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
11805
11931
|
} | undefined;
|
|
11806
11932
|
} | undefined;
|
|
11807
11933
|
description?: string | undefined;
|
|
11934
|
+
ttl?: string | number | undefined;
|
|
11808
11935
|
triggerSource?: string | undefined;
|
|
11809
11936
|
schedule?: {
|
|
11810
11937
|
cron: string;
|
|
@@ -11841,6 +11968,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
11841
11968
|
} | undefined;
|
|
11842
11969
|
} | undefined;
|
|
11843
11970
|
description?: string | undefined;
|
|
11971
|
+
ttl?: string | number | undefined;
|
|
11844
11972
|
triggerSource?: string | undefined;
|
|
11845
11973
|
schedule?: {
|
|
11846
11974
|
cron: string;
|
|
@@ -11878,6 +12006,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
11878
12006
|
} | undefined;
|
|
11879
12007
|
} | undefined;
|
|
11880
12008
|
description?: string | undefined;
|
|
12009
|
+
ttl?: string | number | undefined;
|
|
11881
12010
|
triggerSource?: string | undefined;
|
|
11882
12011
|
schedule?: {
|
|
11883
12012
|
cron: string;
|
|
@@ -11919,6 +12048,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
11919
12048
|
} | undefined;
|
|
11920
12049
|
} | undefined;
|
|
11921
12050
|
description?: string | undefined;
|
|
12051
|
+
ttl?: string | number | undefined;
|
|
11922
12052
|
triggerSource?: string | undefined;
|
|
11923
12053
|
schedule?: {
|
|
11924
12054
|
cron: string;
|
|
@@ -11962,6 +12092,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
11962
12092
|
} | undefined;
|
|
11963
12093
|
} | undefined;
|
|
11964
12094
|
description?: string | undefined;
|
|
12095
|
+
ttl?: string | number | undefined;
|
|
11965
12096
|
triggerSource?: string | undefined;
|
|
11966
12097
|
schedule?: {
|
|
11967
12098
|
cron: string;
|
|
@@ -12060,6 +12191,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12060
12191
|
environments?: ("PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW")[] | undefined;
|
|
12061
12192
|
}>>;
|
|
12062
12193
|
maxDuration: z.ZodOptional<z.ZodNumber>;
|
|
12194
|
+
ttl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
12063
12195
|
payloadSchema: z.ZodOptional<z.ZodUnknown>;
|
|
12064
12196
|
}, "strip", z.ZodTypeAny, {
|
|
12065
12197
|
id: string;
|
|
@@ -12086,6 +12218,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12086
12218
|
} | undefined;
|
|
12087
12219
|
} | undefined;
|
|
12088
12220
|
description?: string | undefined;
|
|
12221
|
+
ttl?: string | number | undefined;
|
|
12089
12222
|
triggerSource?: string | undefined;
|
|
12090
12223
|
schedule?: {
|
|
12091
12224
|
cron: string;
|
|
@@ -12118,6 +12251,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12118
12251
|
} | undefined;
|
|
12119
12252
|
} | undefined;
|
|
12120
12253
|
description?: string | undefined;
|
|
12254
|
+
ttl?: string | number | undefined;
|
|
12121
12255
|
triggerSource?: string | undefined;
|
|
12122
12256
|
schedule?: {
|
|
12123
12257
|
cron: string;
|
|
@@ -12154,6 +12288,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12154
12288
|
} | undefined;
|
|
12155
12289
|
} | undefined;
|
|
12156
12290
|
description?: string | undefined;
|
|
12291
|
+
ttl?: string | number | undefined;
|
|
12157
12292
|
triggerSource?: string | undefined;
|
|
12158
12293
|
schedule?: {
|
|
12159
12294
|
cron: string;
|
|
@@ -12191,6 +12326,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12191
12326
|
} | undefined;
|
|
12192
12327
|
} | undefined;
|
|
12193
12328
|
description?: string | undefined;
|
|
12329
|
+
ttl?: string | number | undefined;
|
|
12194
12330
|
triggerSource?: string | undefined;
|
|
12195
12331
|
schedule?: {
|
|
12196
12332
|
cron: string;
|
|
@@ -12233,6 +12369,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12233
12369
|
} | undefined;
|
|
12234
12370
|
} | undefined;
|
|
12235
12371
|
description?: string | undefined;
|
|
12372
|
+
ttl?: string | number | undefined;
|
|
12236
12373
|
triggerSource?: string | undefined;
|
|
12237
12374
|
schedule?: {
|
|
12238
12375
|
cron: string;
|
|
@@ -12277,6 +12414,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12277
12414
|
} | undefined;
|
|
12278
12415
|
} | undefined;
|
|
12279
12416
|
description?: string | undefined;
|
|
12417
|
+
ttl?: string | number | undefined;
|
|
12280
12418
|
triggerSource?: string | undefined;
|
|
12281
12419
|
schedule?: {
|
|
12282
12420
|
cron: string;
|
|
@@ -12375,6 +12513,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12375
12513
|
payloadType: z.ZodString;
|
|
12376
12514
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
12377
12515
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
12516
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
12378
12517
|
createdAt: z.ZodDate;
|
|
12379
12518
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
12380
12519
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -12393,6 +12532,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12393
12532
|
payloadType: string;
|
|
12394
12533
|
tags: string[];
|
|
12395
12534
|
isTest: boolean;
|
|
12535
|
+
isReplay: boolean;
|
|
12396
12536
|
createdAt: Date;
|
|
12397
12537
|
startedAt: Date;
|
|
12398
12538
|
baseCostInCents: number;
|
|
@@ -12417,6 +12557,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12417
12557
|
context?: unknown;
|
|
12418
12558
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
12419
12559
|
isTest?: boolean | undefined;
|
|
12560
|
+
isReplay?: boolean | undefined;
|
|
12420
12561
|
startedAt?: Date | undefined;
|
|
12421
12562
|
idempotencyKey?: string | undefined;
|
|
12422
12563
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -12605,6 +12746,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12605
12746
|
payloadType: string;
|
|
12606
12747
|
tags: string[];
|
|
12607
12748
|
isTest: boolean;
|
|
12749
|
+
isReplay: boolean;
|
|
12608
12750
|
createdAt: Date;
|
|
12609
12751
|
startedAt: Date;
|
|
12610
12752
|
baseCostInCents: number;
|
|
@@ -12697,6 +12839,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12697
12839
|
context?: unknown;
|
|
12698
12840
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
12699
12841
|
isTest?: boolean | undefined;
|
|
12842
|
+
isReplay?: boolean | undefined;
|
|
12700
12843
|
startedAt?: Date | undefined;
|
|
12701
12844
|
idempotencyKey?: string | undefined;
|
|
12702
12845
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -12798,6 +12941,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12798
12941
|
payloadType: string;
|
|
12799
12942
|
tags: string[];
|
|
12800
12943
|
isTest: boolean;
|
|
12944
|
+
isReplay: boolean;
|
|
12801
12945
|
createdAt: Date;
|
|
12802
12946
|
startedAt: Date;
|
|
12803
12947
|
baseCostInCents: number;
|
|
@@ -12900,6 +13044,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12900
13044
|
context?: unknown;
|
|
12901
13045
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
12902
13046
|
isTest?: boolean | undefined;
|
|
13047
|
+
isReplay?: boolean | undefined;
|
|
12903
13048
|
startedAt?: Date | undefined;
|
|
12904
13049
|
idempotencyKey?: string | undefined;
|
|
12905
13050
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -12993,6 +13138,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12993
13138
|
payloadType: string;
|
|
12994
13139
|
tags: string[];
|
|
12995
13140
|
isTest: boolean;
|
|
13141
|
+
isReplay: boolean;
|
|
12996
13142
|
createdAt: Date;
|
|
12997
13143
|
startedAt: Date;
|
|
12998
13144
|
baseCostInCents: number;
|
|
@@ -13098,6 +13244,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13098
13244
|
context?: unknown;
|
|
13099
13245
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
13100
13246
|
isTest?: boolean | undefined;
|
|
13247
|
+
isReplay?: boolean | undefined;
|
|
13101
13248
|
startedAt?: Date | undefined;
|
|
13102
13249
|
idempotencyKey?: string | undefined;
|
|
13103
13250
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -13247,6 +13394,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13247
13394
|
payloadType: z.ZodString;
|
|
13248
13395
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
13249
13396
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
13397
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
13250
13398
|
createdAt: z.ZodDate;
|
|
13251
13399
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
13252
13400
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -13265,6 +13413,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13265
13413
|
payloadType: string;
|
|
13266
13414
|
tags: string[];
|
|
13267
13415
|
isTest: boolean;
|
|
13416
|
+
isReplay: boolean;
|
|
13268
13417
|
createdAt: Date;
|
|
13269
13418
|
startedAt: Date;
|
|
13270
13419
|
baseCostInCents: number;
|
|
@@ -13289,6 +13438,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13289
13438
|
context?: unknown;
|
|
13290
13439
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
13291
13440
|
isTest?: boolean | undefined;
|
|
13441
|
+
isReplay?: boolean | undefined;
|
|
13292
13442
|
startedAt?: Date | undefined;
|
|
13293
13443
|
idempotencyKey?: string | undefined;
|
|
13294
13444
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -13477,6 +13627,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13477
13627
|
payloadType: string;
|
|
13478
13628
|
tags: string[];
|
|
13479
13629
|
isTest: boolean;
|
|
13630
|
+
isReplay: boolean;
|
|
13480
13631
|
createdAt: Date;
|
|
13481
13632
|
startedAt: Date;
|
|
13482
13633
|
baseCostInCents: number;
|
|
@@ -13569,6 +13720,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13569
13720
|
context?: unknown;
|
|
13570
13721
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
13571
13722
|
isTest?: boolean | undefined;
|
|
13723
|
+
isReplay?: boolean | undefined;
|
|
13572
13724
|
startedAt?: Date | undefined;
|
|
13573
13725
|
idempotencyKey?: string | undefined;
|
|
13574
13726
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -13670,6 +13822,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13670
13822
|
payloadType: string;
|
|
13671
13823
|
tags: string[];
|
|
13672
13824
|
isTest: boolean;
|
|
13825
|
+
isReplay: boolean;
|
|
13673
13826
|
createdAt: Date;
|
|
13674
13827
|
startedAt: Date;
|
|
13675
13828
|
baseCostInCents: number;
|
|
@@ -13772,6 +13925,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13772
13925
|
context?: unknown;
|
|
13773
13926
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
13774
13927
|
isTest?: boolean | undefined;
|
|
13928
|
+
isReplay?: boolean | undefined;
|
|
13775
13929
|
startedAt?: Date | undefined;
|
|
13776
13930
|
idempotencyKey?: string | undefined;
|
|
13777
13931
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -13864,6 +14018,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13864
14018
|
payloadType: string;
|
|
13865
14019
|
tags: string[];
|
|
13866
14020
|
isTest: boolean;
|
|
14021
|
+
isReplay: boolean;
|
|
13867
14022
|
createdAt: Date;
|
|
13868
14023
|
startedAt: Date;
|
|
13869
14024
|
baseCostInCents: number;
|
|
@@ -13969,6 +14124,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13969
14124
|
context?: unknown;
|
|
13970
14125
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
13971
14126
|
isTest?: boolean | undefined;
|
|
14127
|
+
isReplay?: boolean | undefined;
|
|
13972
14128
|
startedAt?: Date | undefined;
|
|
13973
14129
|
idempotencyKey?: string | undefined;
|
|
13974
14130
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -14087,6 +14243,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14087
14243
|
attemptCount: z.ZodOptional<z.ZodNumber>;
|
|
14088
14244
|
messageId: z.ZodString;
|
|
14089
14245
|
isTest: z.ZodBoolean;
|
|
14246
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
14090
14247
|
traceContext: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
14091
14248
|
environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
14092
14249
|
metrics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -14107,6 +14264,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14107
14264
|
}>, "many">>;
|
|
14108
14265
|
}, "strip", z.ZodTypeAny, {
|
|
14109
14266
|
isTest: boolean;
|
|
14267
|
+
isReplay: boolean;
|
|
14110
14268
|
traceContext: Record<string, unknown>;
|
|
14111
14269
|
runId: string;
|
|
14112
14270
|
messageId: string;
|
|
@@ -14123,6 +14281,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14123
14281
|
traceContext: Record<string, unknown>;
|
|
14124
14282
|
runId: string;
|
|
14125
14283
|
messageId: string;
|
|
14284
|
+
isReplay?: boolean | undefined;
|
|
14126
14285
|
environment?: Record<string, string> | undefined;
|
|
14127
14286
|
attemptCount?: number | undefined;
|
|
14128
14287
|
metrics?: {
|
|
@@ -14136,6 +14295,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14136
14295
|
success: true;
|
|
14137
14296
|
lazyPayload: {
|
|
14138
14297
|
isTest: boolean;
|
|
14298
|
+
isReplay: boolean;
|
|
14139
14299
|
traceContext: Record<string, unknown>;
|
|
14140
14300
|
runId: string;
|
|
14141
14301
|
messageId: string;
|
|
@@ -14155,6 +14315,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14155
14315
|
traceContext: Record<string, unknown>;
|
|
14156
14316
|
runId: string;
|
|
14157
14317
|
messageId: string;
|
|
14318
|
+
isReplay?: boolean | undefined;
|
|
14158
14319
|
environment?: Record<string, string> | undefined;
|
|
14159
14320
|
attemptCount?: number | undefined;
|
|
14160
14321
|
metrics?: {
|
|
@@ -14226,6 +14387,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14226
14387
|
payloadType: z.ZodString;
|
|
14227
14388
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
14228
14389
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
14390
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
14229
14391
|
createdAt: z.ZodDate;
|
|
14230
14392
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
14231
14393
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -14244,6 +14406,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14244
14406
|
payloadType: string;
|
|
14245
14407
|
tags: string[];
|
|
14246
14408
|
isTest: boolean;
|
|
14409
|
+
isReplay: boolean;
|
|
14247
14410
|
createdAt: Date;
|
|
14248
14411
|
startedAt: Date;
|
|
14249
14412
|
baseCostInCents: number;
|
|
@@ -14268,6 +14431,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14268
14431
|
context?: unknown;
|
|
14269
14432
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
14270
14433
|
isTest?: boolean | undefined;
|
|
14434
|
+
isReplay?: boolean | undefined;
|
|
14271
14435
|
startedAt?: Date | undefined;
|
|
14272
14436
|
idempotencyKey?: string | undefined;
|
|
14273
14437
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -14456,6 +14620,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14456
14620
|
payloadType: string;
|
|
14457
14621
|
tags: string[];
|
|
14458
14622
|
isTest: boolean;
|
|
14623
|
+
isReplay: boolean;
|
|
14459
14624
|
createdAt: Date;
|
|
14460
14625
|
startedAt: Date;
|
|
14461
14626
|
baseCostInCents: number;
|
|
@@ -14548,6 +14713,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14548
14713
|
context?: unknown;
|
|
14549
14714
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
14550
14715
|
isTest?: boolean | undefined;
|
|
14716
|
+
isReplay?: boolean | undefined;
|
|
14551
14717
|
startedAt?: Date | undefined;
|
|
14552
14718
|
idempotencyKey?: string | undefined;
|
|
14553
14719
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -15823,6 +15989,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
15823
15989
|
payloadType: string;
|
|
15824
15990
|
tags: string[];
|
|
15825
15991
|
isTest: boolean;
|
|
15992
|
+
isReplay: boolean;
|
|
15826
15993
|
createdAt: Date;
|
|
15827
15994
|
startedAt: Date;
|
|
15828
15995
|
baseCostInCents: number;
|
|
@@ -16113,6 +16280,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16113
16280
|
context?: unknown;
|
|
16114
16281
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
16115
16282
|
isTest?: boolean | undefined;
|
|
16283
|
+
isReplay?: boolean | undefined;
|
|
16116
16284
|
startedAt?: Date | undefined;
|
|
16117
16285
|
idempotencyKey?: string | undefined;
|
|
16118
16286
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -16431,6 +16599,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16431
16599
|
payloadType: z.ZodString;
|
|
16432
16600
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
16433
16601
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
16602
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
16434
16603
|
createdAt: z.ZodDate;
|
|
16435
16604
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
16436
16605
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -16449,6 +16618,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16449
16618
|
payloadType: string;
|
|
16450
16619
|
tags: string[];
|
|
16451
16620
|
isTest: boolean;
|
|
16621
|
+
isReplay: boolean;
|
|
16452
16622
|
createdAt: Date;
|
|
16453
16623
|
startedAt: Date;
|
|
16454
16624
|
baseCostInCents: number;
|
|
@@ -16473,6 +16643,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16473
16643
|
context?: unknown;
|
|
16474
16644
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
16475
16645
|
isTest?: boolean | undefined;
|
|
16646
|
+
isReplay?: boolean | undefined;
|
|
16476
16647
|
startedAt?: Date | undefined;
|
|
16477
16648
|
idempotencyKey?: string | undefined;
|
|
16478
16649
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -16661,6 +16832,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16661
16832
|
payloadType: string;
|
|
16662
16833
|
tags: string[];
|
|
16663
16834
|
isTest: boolean;
|
|
16835
|
+
isReplay: boolean;
|
|
16664
16836
|
createdAt: Date;
|
|
16665
16837
|
startedAt: Date;
|
|
16666
16838
|
baseCostInCents: number;
|
|
@@ -16753,6 +16925,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16753
16925
|
context?: unknown;
|
|
16754
16926
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
16755
16927
|
isTest?: boolean | undefined;
|
|
16928
|
+
isReplay?: boolean | undefined;
|
|
16756
16929
|
startedAt?: Date | undefined;
|
|
16757
16930
|
idempotencyKey?: string | undefined;
|
|
16758
16931
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -18028,6 +18201,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
18028
18201
|
payloadType: string;
|
|
18029
18202
|
tags: string[];
|
|
18030
18203
|
isTest: boolean;
|
|
18204
|
+
isReplay: boolean;
|
|
18031
18205
|
createdAt: Date;
|
|
18032
18206
|
startedAt: Date;
|
|
18033
18207
|
baseCostInCents: number;
|
|
@@ -18318,6 +18492,7 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
18318
18492
|
context?: unknown;
|
|
18319
18493
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
18320
18494
|
isTest?: boolean | undefined;
|
|
18495
|
+
isReplay?: boolean | undefined;
|
|
18321
18496
|
startedAt?: Date | undefined;
|
|
18322
18497
|
idempotencyKey?: string | undefined;
|
|
18323
18498
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -21178,6 +21353,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21178
21353
|
payloadType: z.ZodString;
|
|
21179
21354
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
21180
21355
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
21356
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
21181
21357
|
createdAt: z.ZodDate;
|
|
21182
21358
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
21183
21359
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -21199,6 +21375,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21199
21375
|
payloadType: string;
|
|
21200
21376
|
tags: string[];
|
|
21201
21377
|
isTest: boolean;
|
|
21378
|
+
isReplay: boolean;
|
|
21202
21379
|
createdAt: Date;
|
|
21203
21380
|
startedAt: Date;
|
|
21204
21381
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -21222,6 +21399,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21222
21399
|
createdAt: Date;
|
|
21223
21400
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
21224
21401
|
isTest?: boolean | undefined;
|
|
21402
|
+
isReplay?: boolean | undefined;
|
|
21225
21403
|
startedAt?: Date | undefined;
|
|
21226
21404
|
idempotencyKey?: string | undefined;
|
|
21227
21405
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -21252,6 +21430,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21252
21430
|
payloadType: string;
|
|
21253
21431
|
tags: string[];
|
|
21254
21432
|
isTest: boolean;
|
|
21433
|
+
isReplay: boolean;
|
|
21255
21434
|
createdAt: Date;
|
|
21256
21435
|
startedAt: Date;
|
|
21257
21436
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -21359,6 +21538,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21359
21538
|
createdAt: Date;
|
|
21360
21539
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
21361
21540
|
isTest?: boolean | undefined;
|
|
21541
|
+
isReplay?: boolean | undefined;
|
|
21362
21542
|
startedAt?: Date | undefined;
|
|
21363
21543
|
idempotencyKey?: string | undefined;
|
|
21364
21544
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -21660,6 +21840,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21660
21840
|
payloadType: string;
|
|
21661
21841
|
tags: string[];
|
|
21662
21842
|
isTest: boolean;
|
|
21843
|
+
isReplay: boolean;
|
|
21663
21844
|
createdAt: Date;
|
|
21664
21845
|
startedAt: Date;
|
|
21665
21846
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -21964,6 +22145,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21964
22145
|
createdAt: Date;
|
|
21965
22146
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
21966
22147
|
isTest?: boolean | undefined;
|
|
22148
|
+
isReplay?: boolean | undefined;
|
|
21967
22149
|
startedAt?: Date | undefined;
|
|
21968
22150
|
idempotencyKey?: string | undefined;
|
|
21969
22151
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -23522,6 +23704,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23522
23704
|
payloadType: z.ZodString;
|
|
23523
23705
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
23524
23706
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
23707
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
23525
23708
|
createdAt: z.ZodDate;
|
|
23526
23709
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
23527
23710
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -23543,6 +23726,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23543
23726
|
payloadType: string;
|
|
23544
23727
|
tags: string[];
|
|
23545
23728
|
isTest: boolean;
|
|
23729
|
+
isReplay: boolean;
|
|
23546
23730
|
createdAt: Date;
|
|
23547
23731
|
startedAt: Date;
|
|
23548
23732
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -23566,6 +23750,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23566
23750
|
createdAt: Date;
|
|
23567
23751
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
23568
23752
|
isTest?: boolean | undefined;
|
|
23753
|
+
isReplay?: boolean | undefined;
|
|
23569
23754
|
startedAt?: Date | undefined;
|
|
23570
23755
|
idempotencyKey?: string | undefined;
|
|
23571
23756
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -23596,6 +23781,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23596
23781
|
payloadType: string;
|
|
23597
23782
|
tags: string[];
|
|
23598
23783
|
isTest: boolean;
|
|
23784
|
+
isReplay: boolean;
|
|
23599
23785
|
createdAt: Date;
|
|
23600
23786
|
startedAt: Date;
|
|
23601
23787
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -23703,6 +23889,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23703
23889
|
createdAt: Date;
|
|
23704
23890
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
23705
23891
|
isTest?: boolean | undefined;
|
|
23892
|
+
isReplay?: boolean | undefined;
|
|
23706
23893
|
startedAt?: Date | undefined;
|
|
23707
23894
|
idempotencyKey?: string | undefined;
|
|
23708
23895
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -24004,6 +24191,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
24004
24191
|
payloadType: string;
|
|
24005
24192
|
tags: string[];
|
|
24006
24193
|
isTest: boolean;
|
|
24194
|
+
isReplay: boolean;
|
|
24007
24195
|
createdAt: Date;
|
|
24008
24196
|
startedAt: Date;
|
|
24009
24197
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -24308,6 +24496,7 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
24308
24496
|
createdAt: Date;
|
|
24309
24497
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
24310
24498
|
isTest?: boolean | undefined;
|
|
24499
|
+
isReplay?: boolean | undefined;
|
|
24311
24500
|
startedAt?: Date | undefined;
|
|
24312
24501
|
idempotencyKey?: string | undefined;
|
|
24313
24502
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -25775,6 +25964,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25775
25964
|
payloadType: z.ZodString;
|
|
25776
25965
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
25777
25966
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
25967
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
25778
25968
|
createdAt: z.ZodDate;
|
|
25779
25969
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
25780
25970
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -25793,6 +25983,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25793
25983
|
payloadType: string;
|
|
25794
25984
|
tags: string[];
|
|
25795
25985
|
isTest: boolean;
|
|
25986
|
+
isReplay: boolean;
|
|
25796
25987
|
createdAt: Date;
|
|
25797
25988
|
startedAt: Date;
|
|
25798
25989
|
baseCostInCents: number;
|
|
@@ -25817,6 +26008,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25817
26008
|
context?: unknown;
|
|
25818
26009
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
25819
26010
|
isTest?: boolean | undefined;
|
|
26011
|
+
isReplay?: boolean | undefined;
|
|
25820
26012
|
startedAt?: Date | undefined;
|
|
25821
26013
|
idempotencyKey?: string | undefined;
|
|
25822
26014
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -25988,6 +26180,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25988
26180
|
payloadType: string;
|
|
25989
26181
|
tags: string[];
|
|
25990
26182
|
isTest: boolean;
|
|
26183
|
+
isReplay: boolean;
|
|
25991
26184
|
createdAt: Date;
|
|
25992
26185
|
startedAt: Date;
|
|
25993
26186
|
baseCostInCents: number;
|
|
@@ -26074,6 +26267,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
26074
26267
|
context?: unknown;
|
|
26075
26268
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
26076
26269
|
isTest?: boolean | undefined;
|
|
26270
|
+
isReplay?: boolean | undefined;
|
|
26077
26271
|
startedAt?: Date | undefined;
|
|
26078
26272
|
idempotencyKey?: string | undefined;
|
|
26079
26273
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -26152,6 +26346,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
26152
26346
|
payloadType: string;
|
|
26153
26347
|
tags: string[];
|
|
26154
26348
|
isTest: boolean;
|
|
26349
|
+
isReplay: boolean;
|
|
26155
26350
|
createdAt: Date;
|
|
26156
26351
|
startedAt: Date;
|
|
26157
26352
|
baseCostInCents: number;
|
|
@@ -26433,6 +26628,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
26433
26628
|
context?: unknown;
|
|
26434
26629
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
26435
26630
|
isTest?: boolean | undefined;
|
|
26631
|
+
isReplay?: boolean | undefined;
|
|
26436
26632
|
startedAt?: Date | undefined;
|
|
26437
26633
|
idempotencyKey?: string | undefined;
|
|
26438
26634
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -27598,6 +27794,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
27598
27794
|
payloadType: string;
|
|
27599
27795
|
tags: string[];
|
|
27600
27796
|
isTest: boolean;
|
|
27797
|
+
isReplay: boolean;
|
|
27601
27798
|
createdAt: Date;
|
|
27602
27799
|
startedAt: Date;
|
|
27603
27800
|
baseCostInCents: number;
|
|
@@ -28000,6 +28197,7 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
28000
28197
|
context?: unknown;
|
|
28001
28198
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
28002
28199
|
isTest?: boolean | undefined;
|
|
28200
|
+
isReplay?: boolean | undefined;
|
|
28003
28201
|
startedAt?: Date | undefined;
|
|
28004
28202
|
idempotencyKey?: string | undefined;
|
|
28005
28203
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -28484,6 +28682,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28484
28682
|
attemptCount: z.ZodOptional<z.ZodNumber>;
|
|
28485
28683
|
messageId: z.ZodString;
|
|
28486
28684
|
isTest: z.ZodBoolean;
|
|
28685
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
28487
28686
|
traceContext: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
28488
28687
|
environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
28489
28688
|
metrics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -28504,6 +28703,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28504
28703
|
}>, "many">>;
|
|
28505
28704
|
}, "strip", z.ZodTypeAny, {
|
|
28506
28705
|
isTest: boolean;
|
|
28706
|
+
isReplay: boolean;
|
|
28507
28707
|
traceContext: Record<string, unknown>;
|
|
28508
28708
|
runId: string;
|
|
28509
28709
|
messageId: string;
|
|
@@ -28520,6 +28720,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28520
28720
|
traceContext: Record<string, unknown>;
|
|
28521
28721
|
runId: string;
|
|
28522
28722
|
messageId: string;
|
|
28723
|
+
isReplay?: boolean | undefined;
|
|
28523
28724
|
environment?: Record<string, string> | undefined;
|
|
28524
28725
|
attemptCount?: number | undefined;
|
|
28525
28726
|
metrics?: {
|
|
@@ -28533,6 +28734,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28533
28734
|
type: "EXECUTE_RUN_LAZY_ATTEMPT";
|
|
28534
28735
|
payload: {
|
|
28535
28736
|
isTest: boolean;
|
|
28737
|
+
isReplay: boolean;
|
|
28536
28738
|
traceContext: Record<string, unknown>;
|
|
28537
28739
|
runId: string;
|
|
28538
28740
|
messageId: string;
|
|
@@ -28552,6 +28754,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28552
28754
|
traceContext: Record<string, unknown>;
|
|
28553
28755
|
runId: string;
|
|
28554
28756
|
messageId: string;
|
|
28757
|
+
isReplay?: boolean | undefined;
|
|
28555
28758
|
environment?: Record<string, string> | undefined;
|
|
28556
28759
|
attemptCount?: number | undefined;
|
|
28557
28760
|
metrics?: {
|
|
@@ -28591,6 +28794,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28591
28794
|
type: "EXECUTE_RUN_LAZY_ATTEMPT";
|
|
28592
28795
|
payload: {
|
|
28593
28796
|
isTest: boolean;
|
|
28797
|
+
isReplay: boolean;
|
|
28594
28798
|
traceContext: Record<string, unknown>;
|
|
28595
28799
|
runId: string;
|
|
28596
28800
|
messageId: string;
|
|
@@ -28635,6 +28839,7 @@ export declare const SharedQueueToClientMessages: {
|
|
|
28635
28839
|
traceContext: Record<string, unknown>;
|
|
28636
28840
|
runId: string;
|
|
28637
28841
|
messageId: string;
|
|
28842
|
+
isReplay?: boolean | undefined;
|
|
28638
28843
|
environment?: Record<string, string> | undefined;
|
|
28639
28844
|
attemptCount?: number | undefined;
|
|
28640
28845
|
metrics?: {
|
|
@@ -28739,6 +28944,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
28739
28944
|
environments?: ("PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW")[] | undefined;
|
|
28740
28945
|
}>>;
|
|
28741
28946
|
maxDuration: z.ZodOptional<z.ZodNumber>;
|
|
28947
|
+
ttl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
28742
28948
|
payloadSchema: z.ZodOptional<z.ZodUnknown>;
|
|
28743
28949
|
}, "strip", z.ZodTypeAny, {
|
|
28744
28950
|
id: string;
|
|
@@ -28765,6 +28971,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
28765
28971
|
} | undefined;
|
|
28766
28972
|
} | undefined;
|
|
28767
28973
|
description?: string | undefined;
|
|
28974
|
+
ttl?: string | number | undefined;
|
|
28768
28975
|
triggerSource?: string | undefined;
|
|
28769
28976
|
schedule?: {
|
|
28770
28977
|
cron: string;
|
|
@@ -28797,6 +29004,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
28797
29004
|
} | undefined;
|
|
28798
29005
|
} | undefined;
|
|
28799
29006
|
description?: string | undefined;
|
|
29007
|
+
ttl?: string | number | undefined;
|
|
28800
29008
|
triggerSource?: string | undefined;
|
|
28801
29009
|
schedule?: {
|
|
28802
29010
|
cron: string;
|
|
@@ -28836,6 +29044,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
28836
29044
|
} | undefined;
|
|
28837
29045
|
} | undefined;
|
|
28838
29046
|
description?: string | undefined;
|
|
29047
|
+
ttl?: string | number | undefined;
|
|
28839
29048
|
triggerSource?: string | undefined;
|
|
28840
29049
|
schedule?: {
|
|
28841
29050
|
cron: string;
|
|
@@ -28873,6 +29082,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
28873
29082
|
} | undefined;
|
|
28874
29083
|
} | undefined;
|
|
28875
29084
|
description?: string | undefined;
|
|
29085
|
+
ttl?: string | number | undefined;
|
|
28876
29086
|
triggerSource?: string | undefined;
|
|
28877
29087
|
schedule?: {
|
|
28878
29088
|
cron: string;
|
|
@@ -28960,6 +29170,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
28960
29170
|
environments?: ("PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW")[] | undefined;
|
|
28961
29171
|
}>>;
|
|
28962
29172
|
maxDuration: z.ZodOptional<z.ZodNumber>;
|
|
29173
|
+
ttl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
28963
29174
|
payloadSchema: z.ZodOptional<z.ZodUnknown>;
|
|
28964
29175
|
}, "strip", z.ZodTypeAny, {
|
|
28965
29176
|
id: string;
|
|
@@ -28986,6 +29197,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
28986
29197
|
} | undefined;
|
|
28987
29198
|
} | undefined;
|
|
28988
29199
|
description?: string | undefined;
|
|
29200
|
+
ttl?: string | number | undefined;
|
|
28989
29201
|
triggerSource?: string | undefined;
|
|
28990
29202
|
schedule?: {
|
|
28991
29203
|
cron: string;
|
|
@@ -29018,6 +29230,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29018
29230
|
} | undefined;
|
|
29019
29231
|
} | undefined;
|
|
29020
29232
|
description?: string | undefined;
|
|
29233
|
+
ttl?: string | number | undefined;
|
|
29021
29234
|
triggerSource?: string | undefined;
|
|
29022
29235
|
schedule?: {
|
|
29023
29236
|
cron: string;
|
|
@@ -29058,6 +29271,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29058
29271
|
} | undefined;
|
|
29059
29272
|
} | undefined;
|
|
29060
29273
|
description?: string | undefined;
|
|
29274
|
+
ttl?: string | number | undefined;
|
|
29061
29275
|
triggerSource?: string | undefined;
|
|
29062
29276
|
schedule?: {
|
|
29063
29277
|
cron: string;
|
|
@@ -29096,6 +29310,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29096
29310
|
} | undefined;
|
|
29097
29311
|
} | undefined;
|
|
29098
29312
|
description?: string | undefined;
|
|
29313
|
+
ttl?: string | number | undefined;
|
|
29099
29314
|
triggerSource?: string | undefined;
|
|
29100
29315
|
schedule?: {
|
|
29101
29316
|
cron: string;
|
|
@@ -29293,6 +29508,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29293
29508
|
payloadType: z.ZodString;
|
|
29294
29509
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
29295
29510
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
29511
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
29296
29512
|
createdAt: z.ZodDate;
|
|
29297
29513
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
29298
29514
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -29311,6 +29527,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29311
29527
|
payloadType: string;
|
|
29312
29528
|
tags: string[];
|
|
29313
29529
|
isTest: boolean;
|
|
29530
|
+
isReplay: boolean;
|
|
29314
29531
|
createdAt: Date;
|
|
29315
29532
|
startedAt: Date;
|
|
29316
29533
|
baseCostInCents: number;
|
|
@@ -29335,6 +29552,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29335
29552
|
context?: unknown;
|
|
29336
29553
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
29337
29554
|
isTest?: boolean | undefined;
|
|
29555
|
+
isReplay?: boolean | undefined;
|
|
29338
29556
|
startedAt?: Date | undefined;
|
|
29339
29557
|
idempotencyKey?: string | undefined;
|
|
29340
29558
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -29523,6 +29741,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29523
29741
|
payloadType: string;
|
|
29524
29742
|
tags: string[];
|
|
29525
29743
|
isTest: boolean;
|
|
29744
|
+
isReplay: boolean;
|
|
29526
29745
|
createdAt: Date;
|
|
29527
29746
|
startedAt: Date;
|
|
29528
29747
|
baseCostInCents: number;
|
|
@@ -29615,6 +29834,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29615
29834
|
context?: unknown;
|
|
29616
29835
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
29617
29836
|
isTest?: boolean | undefined;
|
|
29837
|
+
isReplay?: boolean | undefined;
|
|
29618
29838
|
startedAt?: Date | undefined;
|
|
29619
29839
|
idempotencyKey?: string | undefined;
|
|
29620
29840
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -30880,6 +31100,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
30880
31100
|
payloadType: string;
|
|
30881
31101
|
tags: string[];
|
|
30882
31102
|
isTest: boolean;
|
|
31103
|
+
isReplay: boolean;
|
|
30883
31104
|
createdAt: Date;
|
|
30884
31105
|
startedAt: Date;
|
|
30885
31106
|
baseCostInCents: number;
|
|
@@ -31166,6 +31387,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
31166
31387
|
context?: unknown;
|
|
31167
31388
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
31168
31389
|
isTest?: boolean | undefined;
|
|
31390
|
+
isReplay?: boolean | undefined;
|
|
31169
31391
|
startedAt?: Date | undefined;
|
|
31170
31392
|
idempotencyKey?: string | undefined;
|
|
31171
31393
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -32488,6 +32710,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32488
32710
|
payloadType: z.ZodString;
|
|
32489
32711
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
32490
32712
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
32713
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
32491
32714
|
createdAt: z.ZodDate;
|
|
32492
32715
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
32493
32716
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -32506,6 +32729,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32506
32729
|
payloadType: string;
|
|
32507
32730
|
tags: string[];
|
|
32508
32731
|
isTest: boolean;
|
|
32732
|
+
isReplay: boolean;
|
|
32509
32733
|
createdAt: Date;
|
|
32510
32734
|
startedAt: Date;
|
|
32511
32735
|
baseCostInCents: number;
|
|
@@ -32530,6 +32754,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32530
32754
|
context?: unknown;
|
|
32531
32755
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
32532
32756
|
isTest?: boolean | undefined;
|
|
32757
|
+
isReplay?: boolean | undefined;
|
|
32533
32758
|
startedAt?: Date | undefined;
|
|
32534
32759
|
idempotencyKey?: string | undefined;
|
|
32535
32760
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -32718,6 +32943,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32718
32943
|
payloadType: string;
|
|
32719
32944
|
tags: string[];
|
|
32720
32945
|
isTest: boolean;
|
|
32946
|
+
isReplay: boolean;
|
|
32721
32947
|
createdAt: Date;
|
|
32722
32948
|
startedAt: Date;
|
|
32723
32949
|
baseCostInCents: number;
|
|
@@ -32810,6 +33036,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32810
33036
|
context?: unknown;
|
|
32811
33037
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
32812
33038
|
isTest?: boolean | undefined;
|
|
33039
|
+
isReplay?: boolean | undefined;
|
|
32813
33040
|
startedAt?: Date | undefined;
|
|
32814
33041
|
idempotencyKey?: string | undefined;
|
|
32815
33042
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -32911,6 +33138,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32911
33138
|
payloadType: string;
|
|
32912
33139
|
tags: string[];
|
|
32913
33140
|
isTest: boolean;
|
|
33141
|
+
isReplay: boolean;
|
|
32914
33142
|
createdAt: Date;
|
|
32915
33143
|
startedAt: Date;
|
|
32916
33144
|
baseCostInCents: number;
|
|
@@ -33013,6 +33241,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
33013
33241
|
context?: unknown;
|
|
33014
33242
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
33015
33243
|
isTest?: boolean | undefined;
|
|
33244
|
+
isReplay?: boolean | undefined;
|
|
33016
33245
|
startedAt?: Date | undefined;
|
|
33017
33246
|
idempotencyKey?: string | undefined;
|
|
33018
33247
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -33106,6 +33335,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
33106
33335
|
payloadType: string;
|
|
33107
33336
|
tags: string[];
|
|
33108
33337
|
isTest: boolean;
|
|
33338
|
+
isReplay: boolean;
|
|
33109
33339
|
createdAt: Date;
|
|
33110
33340
|
startedAt: Date;
|
|
33111
33341
|
baseCostInCents: number;
|
|
@@ -33211,6 +33441,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
33211
33441
|
context?: unknown;
|
|
33212
33442
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
33213
33443
|
isTest?: boolean | undefined;
|
|
33444
|
+
isReplay?: boolean | undefined;
|
|
33214
33445
|
startedAt?: Date | undefined;
|
|
33215
33446
|
idempotencyKey?: string | undefined;
|
|
33216
33447
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -34800,6 +35031,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34800
35031
|
payloadType: z.ZodString;
|
|
34801
35032
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
34802
35033
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
35034
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
34803
35035
|
createdAt: z.ZodDate;
|
|
34804
35036
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
34805
35037
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -34821,6 +35053,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34821
35053
|
payloadType: string;
|
|
34822
35054
|
tags: string[];
|
|
34823
35055
|
isTest: boolean;
|
|
35056
|
+
isReplay: boolean;
|
|
34824
35057
|
createdAt: Date;
|
|
34825
35058
|
startedAt: Date;
|
|
34826
35059
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -34844,6 +35077,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34844
35077
|
createdAt: Date;
|
|
34845
35078
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
34846
35079
|
isTest?: boolean | undefined;
|
|
35080
|
+
isReplay?: boolean | undefined;
|
|
34847
35081
|
startedAt?: Date | undefined;
|
|
34848
35082
|
idempotencyKey?: string | undefined;
|
|
34849
35083
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -34874,6 +35108,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34874
35108
|
payloadType: string;
|
|
34875
35109
|
tags: string[];
|
|
34876
35110
|
isTest: boolean;
|
|
35111
|
+
isReplay: boolean;
|
|
34877
35112
|
createdAt: Date;
|
|
34878
35113
|
startedAt: Date;
|
|
34879
35114
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -34981,6 +35216,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34981
35216
|
createdAt: Date;
|
|
34982
35217
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
34983
35218
|
isTest?: boolean | undefined;
|
|
35219
|
+
isReplay?: boolean | undefined;
|
|
34984
35220
|
startedAt?: Date | undefined;
|
|
34985
35221
|
idempotencyKey?: string | undefined;
|
|
34986
35222
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -35280,6 +35516,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35280
35516
|
payloadType: string;
|
|
35281
35517
|
tags: string[];
|
|
35282
35518
|
isTest: boolean;
|
|
35519
|
+
isReplay: boolean;
|
|
35283
35520
|
createdAt: Date;
|
|
35284
35521
|
startedAt: Date;
|
|
35285
35522
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
@@ -35582,6 +35819,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35582
35819
|
createdAt: Date;
|
|
35583
35820
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
35584
35821
|
isTest?: boolean | undefined;
|
|
35822
|
+
isReplay?: boolean | undefined;
|
|
35585
35823
|
startedAt?: Date | undefined;
|
|
35586
35824
|
idempotencyKey?: string | undefined;
|
|
35587
35825
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -35740,6 +35978,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35740
35978
|
payloadType: z.ZodString;
|
|
35741
35979
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
35742
35980
|
isTest: z.ZodDefault<z.ZodBoolean>;
|
|
35981
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
35743
35982
|
createdAt: z.ZodDate;
|
|
35744
35983
|
startedAt: z.ZodDefault<z.ZodDate>;
|
|
35745
35984
|
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
@@ -35758,6 +35997,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35758
35997
|
payloadType: string;
|
|
35759
35998
|
tags: string[];
|
|
35760
35999
|
isTest: boolean;
|
|
36000
|
+
isReplay: boolean;
|
|
35761
36001
|
createdAt: Date;
|
|
35762
36002
|
startedAt: Date;
|
|
35763
36003
|
baseCostInCents: number;
|
|
@@ -35782,6 +36022,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35782
36022
|
context?: unknown;
|
|
35783
36023
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
35784
36024
|
isTest?: boolean | undefined;
|
|
36025
|
+
isReplay?: boolean | undefined;
|
|
35785
36026
|
startedAt?: Date | undefined;
|
|
35786
36027
|
idempotencyKey?: string | undefined;
|
|
35787
36028
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -35970,6 +36211,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35970
36211
|
payloadType: string;
|
|
35971
36212
|
tags: string[];
|
|
35972
36213
|
isTest: boolean;
|
|
36214
|
+
isReplay: boolean;
|
|
35973
36215
|
createdAt: Date;
|
|
35974
36216
|
startedAt: Date;
|
|
35975
36217
|
baseCostInCents: number;
|
|
@@ -36062,6 +36304,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36062
36304
|
context?: unknown;
|
|
36063
36305
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
36064
36306
|
isTest?: boolean | undefined;
|
|
36307
|
+
isReplay?: boolean | undefined;
|
|
36065
36308
|
startedAt?: Date | undefined;
|
|
36066
36309
|
idempotencyKey?: string | undefined;
|
|
36067
36310
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -36163,6 +36406,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36163
36406
|
payloadType: string;
|
|
36164
36407
|
tags: string[];
|
|
36165
36408
|
isTest: boolean;
|
|
36409
|
+
isReplay: boolean;
|
|
36166
36410
|
createdAt: Date;
|
|
36167
36411
|
startedAt: Date;
|
|
36168
36412
|
baseCostInCents: number;
|
|
@@ -36265,6 +36509,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36265
36509
|
context?: unknown;
|
|
36266
36510
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
36267
36511
|
isTest?: boolean | undefined;
|
|
36512
|
+
isReplay?: boolean | undefined;
|
|
36268
36513
|
startedAt?: Date | undefined;
|
|
36269
36514
|
idempotencyKey?: string | undefined;
|
|
36270
36515
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -36358,6 +36603,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36358
36603
|
payloadType: string;
|
|
36359
36604
|
tags: string[];
|
|
36360
36605
|
isTest: boolean;
|
|
36606
|
+
isReplay: boolean;
|
|
36361
36607
|
createdAt: Date;
|
|
36362
36608
|
startedAt: Date;
|
|
36363
36609
|
baseCostInCents: number;
|
|
@@ -36462,6 +36708,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36462
36708
|
context?: unknown;
|
|
36463
36709
|
metadata?: Record<string, import("../../index.js").DeserializedJson> | undefined;
|
|
36464
36710
|
isTest?: boolean | undefined;
|
|
36711
|
+
isReplay?: boolean | undefined;
|
|
36465
36712
|
startedAt?: Date | undefined;
|
|
36466
36713
|
idempotencyKey?: string | undefined;
|
|
36467
36714
|
idempotencyKeyScope?: "run" | "attempt" | "global" | undefined;
|
|
@@ -36555,6 +36802,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36555
36802
|
attemptCount: z.ZodOptional<z.ZodNumber>;
|
|
36556
36803
|
messageId: z.ZodString;
|
|
36557
36804
|
isTest: z.ZodBoolean;
|
|
36805
|
+
isReplay: z.ZodDefault<z.ZodBoolean>;
|
|
36558
36806
|
traceContext: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
36559
36807
|
environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
36560
36808
|
metrics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -36575,6 +36823,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36575
36823
|
}>, "many">>;
|
|
36576
36824
|
}, "strip", z.ZodTypeAny, {
|
|
36577
36825
|
isTest: boolean;
|
|
36826
|
+
isReplay: boolean;
|
|
36578
36827
|
traceContext: Record<string, unknown>;
|
|
36579
36828
|
runId: string;
|
|
36580
36829
|
messageId: string;
|
|
@@ -36591,6 +36840,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36591
36840
|
traceContext: Record<string, unknown>;
|
|
36592
36841
|
runId: string;
|
|
36593
36842
|
messageId: string;
|
|
36843
|
+
isReplay?: boolean | undefined;
|
|
36594
36844
|
environment?: Record<string, string> | undefined;
|
|
36595
36845
|
attemptCount?: number | undefined;
|
|
36596
36846
|
metrics?: {
|
|
@@ -36604,6 +36854,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36604
36854
|
version: "v1";
|
|
36605
36855
|
lazyPayload: {
|
|
36606
36856
|
isTest: boolean;
|
|
36857
|
+
isReplay: boolean;
|
|
36607
36858
|
traceContext: Record<string, unknown>;
|
|
36608
36859
|
runId: string;
|
|
36609
36860
|
messageId: string;
|
|
@@ -36622,6 +36873,7 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
36622
36873
|
traceContext: Record<string, unknown>;
|
|
36623
36874
|
runId: string;
|
|
36624
36875
|
messageId: string;
|
|
36876
|
+
isReplay?: boolean | undefined;
|
|
36625
36877
|
environment?: Record<string, string> | undefined;
|
|
36626
36878
|
attemptCount?: number | undefined;
|
|
36627
36879
|
metrics?: {
|