@trigger.dev/core 3.0.0-beta.35 → 3.0.0-beta.37
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/{catalog-BUwiuDbt.d.mts → catalog-XTlJQaMn.d.mts} +3 -3
- package/dist/{catalog-eKgqBHUA.d.ts → catalog-dRKTgwQ7.d.ts} +3 -3
- package/dist/{manager-uPyMRN8k.d.mts → manager-JkbddlcO.d.mts} +19 -19
- package/dist/{manager-uPyMRN8k.d.ts → manager-JkbddlcO.d.ts} +19 -19
- package/dist/{messages-l9PdIyKF.d.mts → messages-9lty-Du5.d.mts} +139 -166
- package/dist/{messages-l9PdIyKF.d.ts → messages-9lty-Du5.d.ts} +139 -166
- package/dist/{schemas-b8tRw8dX.d.mts → schemas-r4ZP9S-F.d.mts} +2 -2
- package/dist/{schemas-b8tRw8dX.d.ts → schemas-r4ZP9S-F.d.ts} +2 -2
- package/dist/v3/dev/index.d.mts +1 -1
- package/dist/v3/dev/index.d.ts +1 -1
- package/dist/v3/index.d.mts +587 -122
- package/dist/v3/index.d.ts +587 -122
- package/dist/v3/index.js +749 -348
- package/dist/v3/index.js.map +1 -1
- package/dist/v3/index.mjs +740 -347
- package/dist/v3/index.mjs.map +1 -1
- package/dist/v3/otel/index.js +1 -1
- package/dist/v3/otel/index.js.map +1 -1
- package/dist/v3/otel/index.mjs +1 -1
- package/dist/v3/otel/index.mjs.map +1 -1
- package/dist/v3/prod/index.d.mts +2 -2
- package/dist/v3/prod/index.d.ts +2 -2
- package/dist/v3/workers/index.d.mts +6 -6
- package/dist/v3/workers/index.d.ts +6 -6
- package/dist/v3/workers/index.js +465 -52
- package/dist/v3/workers/index.js.map +1 -1
- package/dist/v3/workers/index.mjs +465 -52
- package/dist/v3/workers/index.mjs.map +1 -1
- package/dist/v3/zodMessageHandler.d.mts +1 -1
- package/dist/v3/zodMessageHandler.d.ts +1 -1
- package/dist/v3/zodfetch.d.mts +194 -10
- package/dist/v3/zodfetch.d.ts +194 -10
- package/dist/v3/zodfetch.js +336 -38
- package/dist/v3/zodfetch.js.map +1 -1
- package/dist/v3/zodfetch.mjs +320 -37
- package/dist/v3/zodfetch.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1294,13 +1294,13 @@ declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1294
1294
|
message: z.ZodString;
|
|
1295
1295
|
stackTrace: z.ZodString;
|
|
1296
1296
|
}, "strip", z.ZodTypeAny, {
|
|
1297
|
-
type: "BUILT_IN_ERROR";
|
|
1298
1297
|
message: string;
|
|
1298
|
+
type: "BUILT_IN_ERROR";
|
|
1299
1299
|
name: string;
|
|
1300
1300
|
stackTrace: string;
|
|
1301
1301
|
}, {
|
|
1302
|
-
type: "BUILT_IN_ERROR";
|
|
1303
1302
|
message: string;
|
|
1303
|
+
type: "BUILT_IN_ERROR";
|
|
1304
1304
|
name: string;
|
|
1305
1305
|
stackTrace: string;
|
|
1306
1306
|
}>, z.ZodObject<{
|
|
@@ -1350,8 +1350,8 @@ declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1350
1350
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
1351
1351
|
}, "strip", z.ZodTypeAny, {
|
|
1352
1352
|
error: {
|
|
1353
|
-
type: "BUILT_IN_ERROR";
|
|
1354
1353
|
message: string;
|
|
1354
|
+
type: "BUILT_IN_ERROR";
|
|
1355
1355
|
name: string;
|
|
1356
1356
|
stackTrace: string;
|
|
1357
1357
|
} | {
|
|
@@ -1375,8 +1375,8 @@ declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1375
1375
|
skippedRetrying?: boolean | undefined;
|
|
1376
1376
|
}, {
|
|
1377
1377
|
error: {
|
|
1378
|
-
type: "BUILT_IN_ERROR";
|
|
1379
1378
|
message: string;
|
|
1379
|
+
type: "BUILT_IN_ERROR";
|
|
1380
1380
|
name: string;
|
|
1381
1381
|
stackTrace: string;
|
|
1382
1382
|
} | {
|
|
@@ -1675,8 +1675,8 @@ declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1675
1675
|
output?: string | undefined;
|
|
1676
1676
|
} | {
|
|
1677
1677
|
error: {
|
|
1678
|
-
type: "BUILT_IN_ERROR";
|
|
1679
1678
|
message: string;
|
|
1679
|
+
type: "BUILT_IN_ERROR";
|
|
1680
1680
|
name: string;
|
|
1681
1681
|
stackTrace: string;
|
|
1682
1682
|
} | {
|
|
@@ -1756,8 +1756,8 @@ declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1756
1756
|
output?: string | undefined;
|
|
1757
1757
|
} | {
|
|
1758
1758
|
error: {
|
|
1759
|
-
type: "BUILT_IN_ERROR";
|
|
1760
1759
|
message: string;
|
|
1760
|
+
type: "BUILT_IN_ERROR";
|
|
1761
1761
|
name: string;
|
|
1762
1762
|
stackTrace: string;
|
|
1763
1763
|
} | {
|
|
@@ -1793,13 +1793,13 @@ declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1793
1793
|
message: z.ZodString;
|
|
1794
1794
|
stackTrace: z.ZodString;
|
|
1795
1795
|
}, "strip", z.ZodTypeAny, {
|
|
1796
|
-
type: "BUILT_IN_ERROR";
|
|
1797
1796
|
message: string;
|
|
1797
|
+
type: "BUILT_IN_ERROR";
|
|
1798
1798
|
name: string;
|
|
1799
1799
|
stackTrace: string;
|
|
1800
1800
|
}, {
|
|
1801
|
-
type: "BUILT_IN_ERROR";
|
|
1802
1801
|
message: string;
|
|
1802
|
+
type: "BUILT_IN_ERROR";
|
|
1803
1803
|
name: string;
|
|
1804
1804
|
stackTrace: string;
|
|
1805
1805
|
}>, z.ZodObject<{
|
|
@@ -1849,8 +1849,8 @@ declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1849
1849
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
1850
1850
|
}, "strip", z.ZodTypeAny, {
|
|
1851
1851
|
error: {
|
|
1852
|
-
type: "BUILT_IN_ERROR";
|
|
1853
1852
|
message: string;
|
|
1853
|
+
type: "BUILT_IN_ERROR";
|
|
1854
1854
|
name: string;
|
|
1855
1855
|
stackTrace: string;
|
|
1856
1856
|
} | {
|
|
@@ -1874,8 +1874,8 @@ declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1874
1874
|
skippedRetrying?: boolean | undefined;
|
|
1875
1875
|
}, {
|
|
1876
1876
|
error: {
|
|
1877
|
-
type: "BUILT_IN_ERROR";
|
|
1878
1877
|
message: string;
|
|
1878
|
+
type: "BUILT_IN_ERROR";
|
|
1879
1879
|
name: string;
|
|
1880
1880
|
stackTrace: string;
|
|
1881
1881
|
} | {
|
|
@@ -1903,8 +1903,8 @@ declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1903
1903
|
version: "v1";
|
|
1904
1904
|
completion: {
|
|
1905
1905
|
error: {
|
|
1906
|
-
type: "BUILT_IN_ERROR";
|
|
1907
1906
|
message: string;
|
|
1907
|
+
type: "BUILT_IN_ERROR";
|
|
1908
1908
|
name: string;
|
|
1909
1909
|
stackTrace: string;
|
|
1910
1910
|
} | {
|
|
@@ -1931,8 +1931,8 @@ declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1931
1931
|
type: "TASK_RUN_FAILED_TO_RUN";
|
|
1932
1932
|
completion: {
|
|
1933
1933
|
error: {
|
|
1934
|
-
type: "BUILT_IN_ERROR";
|
|
1935
1934
|
message: string;
|
|
1935
|
+
type: "BUILT_IN_ERROR";
|
|
1936
1936
|
name: string;
|
|
1937
1937
|
stackTrace: string;
|
|
1938
1938
|
} | {
|
|
@@ -2050,13 +2050,13 @@ declare const clientWebsocketMessages: {
|
|
|
2050
2050
|
message: z.ZodString;
|
|
2051
2051
|
stackTrace: z.ZodString;
|
|
2052
2052
|
}, "strip", z.ZodTypeAny, {
|
|
2053
|
-
type: "BUILT_IN_ERROR";
|
|
2054
2053
|
message: string;
|
|
2054
|
+
type: "BUILT_IN_ERROR";
|
|
2055
2055
|
name: string;
|
|
2056
2056
|
stackTrace: string;
|
|
2057
2057
|
}, {
|
|
2058
|
-
type: "BUILT_IN_ERROR";
|
|
2059
2058
|
message: string;
|
|
2059
|
+
type: "BUILT_IN_ERROR";
|
|
2060
2060
|
name: string;
|
|
2061
2061
|
stackTrace: string;
|
|
2062
2062
|
}>, z.ZodObject<{
|
|
@@ -2106,8 +2106,8 @@ declare const clientWebsocketMessages: {
|
|
|
2106
2106
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
2107
2107
|
}, "strip", z.ZodTypeAny, {
|
|
2108
2108
|
error: {
|
|
2109
|
-
type: "BUILT_IN_ERROR";
|
|
2110
2109
|
message: string;
|
|
2110
|
+
type: "BUILT_IN_ERROR";
|
|
2111
2111
|
name: string;
|
|
2112
2112
|
stackTrace: string;
|
|
2113
2113
|
} | {
|
|
@@ -2131,8 +2131,8 @@ declare const clientWebsocketMessages: {
|
|
|
2131
2131
|
skippedRetrying?: boolean | undefined;
|
|
2132
2132
|
}, {
|
|
2133
2133
|
error: {
|
|
2134
|
-
type: "BUILT_IN_ERROR";
|
|
2135
2134
|
message: string;
|
|
2135
|
+
type: "BUILT_IN_ERROR";
|
|
2136
2136
|
name: string;
|
|
2137
2137
|
stackTrace: string;
|
|
2138
2138
|
} | {
|
|
@@ -2431,8 +2431,8 @@ declare const clientWebsocketMessages: {
|
|
|
2431
2431
|
output?: string | undefined;
|
|
2432
2432
|
} | {
|
|
2433
2433
|
error: {
|
|
2434
|
-
type: "BUILT_IN_ERROR";
|
|
2435
2434
|
message: string;
|
|
2435
|
+
type: "BUILT_IN_ERROR";
|
|
2436
2436
|
name: string;
|
|
2437
2437
|
stackTrace: string;
|
|
2438
2438
|
} | {
|
|
@@ -2512,8 +2512,8 @@ declare const clientWebsocketMessages: {
|
|
|
2512
2512
|
output?: string | undefined;
|
|
2513
2513
|
} | {
|
|
2514
2514
|
error: {
|
|
2515
|
-
type: "BUILT_IN_ERROR";
|
|
2516
2515
|
message: string;
|
|
2516
|
+
type: "BUILT_IN_ERROR";
|
|
2517
2517
|
name: string;
|
|
2518
2518
|
stackTrace: string;
|
|
2519
2519
|
} | {
|
|
@@ -2549,13 +2549,13 @@ declare const clientWebsocketMessages: {
|
|
|
2549
2549
|
message: z.ZodString;
|
|
2550
2550
|
stackTrace: z.ZodString;
|
|
2551
2551
|
}, "strip", z.ZodTypeAny, {
|
|
2552
|
-
type: "BUILT_IN_ERROR";
|
|
2553
2552
|
message: string;
|
|
2553
|
+
type: "BUILT_IN_ERROR";
|
|
2554
2554
|
name: string;
|
|
2555
2555
|
stackTrace: string;
|
|
2556
2556
|
}, {
|
|
2557
|
-
type: "BUILT_IN_ERROR";
|
|
2558
2557
|
message: string;
|
|
2558
|
+
type: "BUILT_IN_ERROR";
|
|
2559
2559
|
name: string;
|
|
2560
2560
|
stackTrace: string;
|
|
2561
2561
|
}>, z.ZodObject<{
|
|
@@ -2605,8 +2605,8 @@ declare const clientWebsocketMessages: {
|
|
|
2605
2605
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
2606
2606
|
}, "strip", z.ZodTypeAny, {
|
|
2607
2607
|
error: {
|
|
2608
|
-
type: "BUILT_IN_ERROR";
|
|
2609
2608
|
message: string;
|
|
2609
|
+
type: "BUILT_IN_ERROR";
|
|
2610
2610
|
name: string;
|
|
2611
2611
|
stackTrace: string;
|
|
2612
2612
|
} | {
|
|
@@ -2630,8 +2630,8 @@ declare const clientWebsocketMessages: {
|
|
|
2630
2630
|
skippedRetrying?: boolean | undefined;
|
|
2631
2631
|
}, {
|
|
2632
2632
|
error: {
|
|
2633
|
-
type: "BUILT_IN_ERROR";
|
|
2634
2633
|
message: string;
|
|
2634
|
+
type: "BUILT_IN_ERROR";
|
|
2635
2635
|
name: string;
|
|
2636
2636
|
stackTrace: string;
|
|
2637
2637
|
} | {
|
|
@@ -2659,8 +2659,8 @@ declare const clientWebsocketMessages: {
|
|
|
2659
2659
|
version: "v1";
|
|
2660
2660
|
completion: {
|
|
2661
2661
|
error: {
|
|
2662
|
-
type: "BUILT_IN_ERROR";
|
|
2663
2662
|
message: string;
|
|
2663
|
+
type: "BUILT_IN_ERROR";
|
|
2664
2664
|
name: string;
|
|
2665
2665
|
stackTrace: string;
|
|
2666
2666
|
} | {
|
|
@@ -2687,8 +2687,8 @@ declare const clientWebsocketMessages: {
|
|
|
2687
2687
|
type: "TASK_RUN_FAILED_TO_RUN";
|
|
2688
2688
|
completion: {
|
|
2689
2689
|
error: {
|
|
2690
|
-
type: "BUILT_IN_ERROR";
|
|
2691
2690
|
message: string;
|
|
2691
|
+
type: "BUILT_IN_ERROR";
|
|
2692
2692
|
name: string;
|
|
2693
2693
|
stackTrace: string;
|
|
2694
2694
|
} | {
|
|
@@ -2797,8 +2797,8 @@ declare const clientWebsocketMessages: {
|
|
|
2797
2797
|
output?: string | undefined;
|
|
2798
2798
|
} | {
|
|
2799
2799
|
error: {
|
|
2800
|
-
type: "BUILT_IN_ERROR";
|
|
2801
2800
|
message: string;
|
|
2801
|
+
type: "BUILT_IN_ERROR";
|
|
2802
2802
|
name: string;
|
|
2803
2803
|
stackTrace: string;
|
|
2804
2804
|
} | {
|
|
@@ -2826,8 +2826,8 @@ declare const clientWebsocketMessages: {
|
|
|
2826
2826
|
version: "v1";
|
|
2827
2827
|
completion: {
|
|
2828
2828
|
error: {
|
|
2829
|
-
type: "BUILT_IN_ERROR";
|
|
2830
2829
|
message: string;
|
|
2830
|
+
type: "BUILT_IN_ERROR";
|
|
2831
2831
|
name: string;
|
|
2832
2832
|
stackTrace: string;
|
|
2833
2833
|
} | {
|
|
@@ -2919,8 +2919,8 @@ declare const clientWebsocketMessages: {
|
|
|
2919
2919
|
output?: string | undefined;
|
|
2920
2920
|
} | {
|
|
2921
2921
|
error: {
|
|
2922
|
-
type: "BUILT_IN_ERROR";
|
|
2923
2922
|
message: string;
|
|
2923
|
+
type: "BUILT_IN_ERROR";
|
|
2924
2924
|
name: string;
|
|
2925
2925
|
stackTrace: string;
|
|
2926
2926
|
} | {
|
|
@@ -2948,8 +2948,8 @@ declare const clientWebsocketMessages: {
|
|
|
2948
2948
|
type: "TASK_RUN_FAILED_TO_RUN";
|
|
2949
2949
|
completion: {
|
|
2950
2950
|
error: {
|
|
2951
|
-
type: "BUILT_IN_ERROR";
|
|
2952
2951
|
message: string;
|
|
2952
|
+
type: "BUILT_IN_ERROR";
|
|
2953
2953
|
name: string;
|
|
2954
2954
|
stackTrace: string;
|
|
2955
2955
|
} | {
|
|
@@ -3359,13 +3359,13 @@ declare const workerToChildMessages: {
|
|
|
3359
3359
|
message: z.ZodString;
|
|
3360
3360
|
stackTrace: z.ZodString;
|
|
3361
3361
|
}, "strip", z.ZodTypeAny, {
|
|
3362
|
-
type: "BUILT_IN_ERROR";
|
|
3363
3362
|
message: string;
|
|
3363
|
+
type: "BUILT_IN_ERROR";
|
|
3364
3364
|
name: string;
|
|
3365
3365
|
stackTrace: string;
|
|
3366
3366
|
}, {
|
|
3367
|
-
type: "BUILT_IN_ERROR";
|
|
3368
3367
|
message: string;
|
|
3368
|
+
type: "BUILT_IN_ERROR";
|
|
3369
3369
|
name: string;
|
|
3370
3370
|
stackTrace: string;
|
|
3371
3371
|
}>, z.ZodObject<{
|
|
@@ -3415,8 +3415,8 @@ declare const workerToChildMessages: {
|
|
|
3415
3415
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
3416
3416
|
}, "strip", z.ZodTypeAny, {
|
|
3417
3417
|
error: {
|
|
3418
|
-
type: "BUILT_IN_ERROR";
|
|
3419
3418
|
message: string;
|
|
3419
|
+
type: "BUILT_IN_ERROR";
|
|
3420
3420
|
name: string;
|
|
3421
3421
|
stackTrace: string;
|
|
3422
3422
|
} | {
|
|
@@ -3440,8 +3440,8 @@ declare const workerToChildMessages: {
|
|
|
3440
3440
|
skippedRetrying?: boolean | undefined;
|
|
3441
3441
|
}, {
|
|
3442
3442
|
error: {
|
|
3443
|
-
type: "BUILT_IN_ERROR";
|
|
3444
3443
|
message: string;
|
|
3444
|
+
type: "BUILT_IN_ERROR";
|
|
3445
3445
|
name: string;
|
|
3446
3446
|
stackTrace: string;
|
|
3447
3447
|
} | {
|
|
@@ -3739,8 +3739,8 @@ declare const workerToChildMessages: {
|
|
|
3739
3739
|
output?: string | undefined;
|
|
3740
3740
|
} | {
|
|
3741
3741
|
error: {
|
|
3742
|
-
type: "BUILT_IN_ERROR";
|
|
3743
3742
|
message: string;
|
|
3743
|
+
type: "BUILT_IN_ERROR";
|
|
3744
3744
|
name: string;
|
|
3745
3745
|
stackTrace: string;
|
|
3746
3746
|
} | {
|
|
@@ -3820,8 +3820,8 @@ declare const workerToChildMessages: {
|
|
|
3820
3820
|
output?: string | undefined;
|
|
3821
3821
|
} | {
|
|
3822
3822
|
error: {
|
|
3823
|
-
type: "BUILT_IN_ERROR";
|
|
3824
3823
|
message: string;
|
|
3824
|
+
type: "BUILT_IN_ERROR";
|
|
3825
3825
|
name: string;
|
|
3826
3826
|
stackTrace: string;
|
|
3827
3827
|
} | {
|
|
@@ -3870,13 +3870,13 @@ declare const workerToChildMessages: {
|
|
|
3870
3870
|
message: z.ZodString;
|
|
3871
3871
|
stackTrace: z.ZodString;
|
|
3872
3872
|
}, "strip", z.ZodTypeAny, {
|
|
3873
|
-
type: "BUILT_IN_ERROR";
|
|
3874
3873
|
message: string;
|
|
3874
|
+
type: "BUILT_IN_ERROR";
|
|
3875
3875
|
name: string;
|
|
3876
3876
|
stackTrace: string;
|
|
3877
3877
|
}, {
|
|
3878
|
-
type: "BUILT_IN_ERROR";
|
|
3879
3878
|
message: string;
|
|
3879
|
+
type: "BUILT_IN_ERROR";
|
|
3880
3880
|
name: string;
|
|
3881
3881
|
stackTrace: string;
|
|
3882
3882
|
}>, z.ZodObject<{
|
|
@@ -3926,8 +3926,8 @@ declare const workerToChildMessages: {
|
|
|
3926
3926
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
3927
3927
|
}, "strip", z.ZodTypeAny, {
|
|
3928
3928
|
error: {
|
|
3929
|
-
type: "BUILT_IN_ERROR";
|
|
3930
3929
|
message: string;
|
|
3930
|
+
type: "BUILT_IN_ERROR";
|
|
3931
3931
|
name: string;
|
|
3932
3932
|
stackTrace: string;
|
|
3933
3933
|
} | {
|
|
@@ -3951,8 +3951,8 @@ declare const workerToChildMessages: {
|
|
|
3951
3951
|
skippedRetrying?: boolean | undefined;
|
|
3952
3952
|
}, {
|
|
3953
3953
|
error: {
|
|
3954
|
-
type: "BUILT_IN_ERROR";
|
|
3955
3954
|
message: string;
|
|
3955
|
+
type: "BUILT_IN_ERROR";
|
|
3956
3956
|
name: string;
|
|
3957
3957
|
stackTrace: string;
|
|
3958
3958
|
} | {
|
|
@@ -3984,8 +3984,8 @@ declare const workerToChildMessages: {
|
|
|
3984
3984
|
output?: string | undefined;
|
|
3985
3985
|
} | {
|
|
3986
3986
|
error: {
|
|
3987
|
-
type: "BUILT_IN_ERROR";
|
|
3988
3987
|
message: string;
|
|
3988
|
+
type: "BUILT_IN_ERROR";
|
|
3989
3989
|
name: string;
|
|
3990
3990
|
stackTrace: string;
|
|
3991
3991
|
} | {
|
|
@@ -4017,8 +4017,8 @@ declare const workerToChildMessages: {
|
|
|
4017
4017
|
output?: string | undefined;
|
|
4018
4018
|
} | {
|
|
4019
4019
|
error: {
|
|
4020
|
-
type: "BUILT_IN_ERROR";
|
|
4021
4020
|
message: string;
|
|
4021
|
+
type: "BUILT_IN_ERROR";
|
|
4022
4022
|
name: string;
|
|
4023
4023
|
stackTrace: string;
|
|
4024
4024
|
} | {
|
|
@@ -4347,13 +4347,13 @@ declare const childToWorkerMessages: {
|
|
|
4347
4347
|
message: z.ZodString;
|
|
4348
4348
|
stackTrace: z.ZodString;
|
|
4349
4349
|
}, "strip", z.ZodTypeAny, {
|
|
4350
|
-
type: "BUILT_IN_ERROR";
|
|
4351
4350
|
message: string;
|
|
4351
|
+
type: "BUILT_IN_ERROR";
|
|
4352
4352
|
name: string;
|
|
4353
4353
|
stackTrace: string;
|
|
4354
4354
|
}, {
|
|
4355
|
-
type: "BUILT_IN_ERROR";
|
|
4356
4355
|
message: string;
|
|
4356
|
+
type: "BUILT_IN_ERROR";
|
|
4357
4357
|
name: string;
|
|
4358
4358
|
stackTrace: string;
|
|
4359
4359
|
}>, z.ZodObject<{
|
|
@@ -4403,8 +4403,8 @@ declare const childToWorkerMessages: {
|
|
|
4403
4403
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
4404
4404
|
}, "strip", z.ZodTypeAny, {
|
|
4405
4405
|
error: {
|
|
4406
|
-
type: "BUILT_IN_ERROR";
|
|
4407
4406
|
message: string;
|
|
4407
|
+
type: "BUILT_IN_ERROR";
|
|
4408
4408
|
name: string;
|
|
4409
4409
|
stackTrace: string;
|
|
4410
4410
|
} | {
|
|
@@ -4428,8 +4428,8 @@ declare const childToWorkerMessages: {
|
|
|
4428
4428
|
skippedRetrying?: boolean | undefined;
|
|
4429
4429
|
}, {
|
|
4430
4430
|
error: {
|
|
4431
|
-
type: "BUILT_IN_ERROR";
|
|
4432
4431
|
message: string;
|
|
4432
|
+
type: "BUILT_IN_ERROR";
|
|
4433
4433
|
name: string;
|
|
4434
4434
|
stackTrace: string;
|
|
4435
4435
|
} | {
|
|
@@ -4509,8 +4509,8 @@ declare const childToWorkerMessages: {
|
|
|
4509
4509
|
output?: string | undefined;
|
|
4510
4510
|
} | {
|
|
4511
4511
|
error: {
|
|
4512
|
-
type: "BUILT_IN_ERROR";
|
|
4513
4512
|
message: string;
|
|
4513
|
+
type: "BUILT_IN_ERROR";
|
|
4514
4514
|
name: string;
|
|
4515
4515
|
stackTrace: string;
|
|
4516
4516
|
} | {
|
|
@@ -4589,8 +4589,8 @@ declare const childToWorkerMessages: {
|
|
|
4589
4589
|
output?: string | undefined;
|
|
4590
4590
|
} | {
|
|
4591
4591
|
error: {
|
|
4592
|
-
type: "BUILT_IN_ERROR";
|
|
4593
4592
|
message: string;
|
|
4593
|
+
type: "BUILT_IN_ERROR";
|
|
4594
4594
|
name: string;
|
|
4595
4595
|
stackTrace: string;
|
|
4596
4596
|
} | {
|
|
@@ -4619,6 +4619,7 @@ declare const childToWorkerMessages: {
|
|
|
4619
4619
|
version: z.ZodDefault<z.ZodLiteral<"v1">>;
|
|
4620
4620
|
tasks: z.ZodArray<z.ZodObject<{
|
|
4621
4621
|
id: z.ZodString;
|
|
4622
|
+
packageVersion: z.ZodString;
|
|
4622
4623
|
queue: z.ZodOptional<z.ZodObject<{
|
|
4623
4624
|
name: z.ZodOptional<z.ZodString>;
|
|
4624
4625
|
concurrencyLimit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4823,7 +4824,6 @@ declare const childToWorkerMessages: {
|
|
|
4823
4824
|
maxTimeoutInMs?: number | undefined;
|
|
4824
4825
|
randomize?: boolean | undefined;
|
|
4825
4826
|
}>>;
|
|
4826
|
-
packageVersion: z.ZodString;
|
|
4827
4827
|
machine: z.ZodOptional<z.ZodObject<{
|
|
4828
4828
|
version: z.ZodOptional<z.ZodDefault<z.ZodLiteral<"v1">>>;
|
|
4829
4829
|
cpu: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>]>>>;
|
|
@@ -5415,13 +5415,13 @@ declare const ProdChildToWorkerMessages: {
|
|
|
5415
5415
|
message: z.ZodString;
|
|
5416
5416
|
stackTrace: z.ZodString;
|
|
5417
5417
|
}, "strip", z.ZodTypeAny, {
|
|
5418
|
-
type: "BUILT_IN_ERROR";
|
|
5419
5418
|
message: string;
|
|
5419
|
+
type: "BUILT_IN_ERROR";
|
|
5420
5420
|
name: string;
|
|
5421
5421
|
stackTrace: string;
|
|
5422
5422
|
}, {
|
|
5423
|
-
type: "BUILT_IN_ERROR";
|
|
5424
5423
|
message: string;
|
|
5424
|
+
type: "BUILT_IN_ERROR";
|
|
5425
5425
|
name: string;
|
|
5426
5426
|
stackTrace: string;
|
|
5427
5427
|
}>, z.ZodObject<{
|
|
@@ -5471,8 +5471,8 @@ declare const ProdChildToWorkerMessages: {
|
|
|
5471
5471
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
5472
5472
|
}, "strip", z.ZodTypeAny, {
|
|
5473
5473
|
error: {
|
|
5474
|
-
type: "BUILT_IN_ERROR";
|
|
5475
5474
|
message: string;
|
|
5475
|
+
type: "BUILT_IN_ERROR";
|
|
5476
5476
|
name: string;
|
|
5477
5477
|
stackTrace: string;
|
|
5478
5478
|
} | {
|
|
@@ -5496,8 +5496,8 @@ declare const ProdChildToWorkerMessages: {
|
|
|
5496
5496
|
skippedRetrying?: boolean | undefined;
|
|
5497
5497
|
}, {
|
|
5498
5498
|
error: {
|
|
5499
|
-
type: "BUILT_IN_ERROR";
|
|
5500
5499
|
message: string;
|
|
5500
|
+
type: "BUILT_IN_ERROR";
|
|
5501
5501
|
name: string;
|
|
5502
5502
|
stackTrace: string;
|
|
5503
5503
|
} | {
|
|
@@ -5577,8 +5577,8 @@ declare const ProdChildToWorkerMessages: {
|
|
|
5577
5577
|
output?: string | undefined;
|
|
5578
5578
|
} | {
|
|
5579
5579
|
error: {
|
|
5580
|
-
type: "BUILT_IN_ERROR";
|
|
5581
5580
|
message: string;
|
|
5581
|
+
type: "BUILT_IN_ERROR";
|
|
5582
5582
|
name: string;
|
|
5583
5583
|
stackTrace: string;
|
|
5584
5584
|
} | {
|
|
@@ -5657,8 +5657,8 @@ declare const ProdChildToWorkerMessages: {
|
|
|
5657
5657
|
output?: string | undefined;
|
|
5658
5658
|
} | {
|
|
5659
5659
|
error: {
|
|
5660
|
-
type: "BUILT_IN_ERROR";
|
|
5661
5660
|
message: string;
|
|
5661
|
+
type: "BUILT_IN_ERROR";
|
|
5662
5662
|
name: string;
|
|
5663
5663
|
stackTrace: string;
|
|
5664
5664
|
} | {
|
|
@@ -5689,6 +5689,7 @@ declare const ProdChildToWorkerMessages: {
|
|
|
5689
5689
|
version: z.ZodDefault<z.ZodLiteral<"v1">>;
|
|
5690
5690
|
tasks: z.ZodArray<z.ZodObject<{
|
|
5691
5691
|
id: z.ZodString;
|
|
5692
|
+
packageVersion: z.ZodString;
|
|
5692
5693
|
queue: z.ZodOptional<z.ZodObject<{
|
|
5693
5694
|
name: z.ZodOptional<z.ZodString>;
|
|
5694
5695
|
concurrencyLimit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5893,7 +5894,6 @@ declare const ProdChildToWorkerMessages: {
|
|
|
5893
5894
|
maxTimeoutInMs?: number | undefined;
|
|
5894
5895
|
randomize?: boolean | undefined;
|
|
5895
5896
|
}>>;
|
|
5896
|
-
packageVersion: z.ZodString;
|
|
5897
5897
|
machine: z.ZodOptional<z.ZodObject<{
|
|
5898
5898
|
version: z.ZodOptional<z.ZodDefault<z.ZodLiteral<"v1">>>;
|
|
5899
5899
|
cpu: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>]>>>;
|
|
@@ -6683,13 +6683,13 @@ declare const ProdWorkerToChildMessages: {
|
|
|
6683
6683
|
message: z.ZodString;
|
|
6684
6684
|
stackTrace: z.ZodString;
|
|
6685
6685
|
}, "strip", z.ZodTypeAny, {
|
|
6686
|
-
type: "BUILT_IN_ERROR";
|
|
6687
6686
|
message: string;
|
|
6687
|
+
type: "BUILT_IN_ERROR";
|
|
6688
6688
|
name: string;
|
|
6689
6689
|
stackTrace: string;
|
|
6690
6690
|
}, {
|
|
6691
|
-
type: "BUILT_IN_ERROR";
|
|
6692
6691
|
message: string;
|
|
6692
|
+
type: "BUILT_IN_ERROR";
|
|
6693
6693
|
name: string;
|
|
6694
6694
|
stackTrace: string;
|
|
6695
6695
|
}>, z.ZodObject<{
|
|
@@ -6739,8 +6739,8 @@ declare const ProdWorkerToChildMessages: {
|
|
|
6739
6739
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
6740
6740
|
}, "strip", z.ZodTypeAny, {
|
|
6741
6741
|
error: {
|
|
6742
|
-
type: "BUILT_IN_ERROR";
|
|
6743
6742
|
message: string;
|
|
6743
|
+
type: "BUILT_IN_ERROR";
|
|
6744
6744
|
name: string;
|
|
6745
6745
|
stackTrace: string;
|
|
6746
6746
|
} | {
|
|
@@ -6764,8 +6764,8 @@ declare const ProdWorkerToChildMessages: {
|
|
|
6764
6764
|
skippedRetrying?: boolean | undefined;
|
|
6765
6765
|
}, {
|
|
6766
6766
|
error: {
|
|
6767
|
-
type: "BUILT_IN_ERROR";
|
|
6768
6767
|
message: string;
|
|
6768
|
+
type: "BUILT_IN_ERROR";
|
|
6769
6769
|
name: string;
|
|
6770
6770
|
stackTrace: string;
|
|
6771
6771
|
} | {
|
|
@@ -7063,8 +7063,8 @@ declare const ProdWorkerToChildMessages: {
|
|
|
7063
7063
|
output?: string | undefined;
|
|
7064
7064
|
} | {
|
|
7065
7065
|
error: {
|
|
7066
|
-
type: "BUILT_IN_ERROR";
|
|
7067
7066
|
message: string;
|
|
7067
|
+
type: "BUILT_IN_ERROR";
|
|
7068
7068
|
name: string;
|
|
7069
7069
|
stackTrace: string;
|
|
7070
7070
|
} | {
|
|
@@ -7144,8 +7144,8 @@ declare const ProdWorkerToChildMessages: {
|
|
|
7144
7144
|
output?: string | undefined;
|
|
7145
7145
|
} | {
|
|
7146
7146
|
error: {
|
|
7147
|
-
type: "BUILT_IN_ERROR";
|
|
7148
7147
|
message: string;
|
|
7148
|
+
type: "BUILT_IN_ERROR";
|
|
7149
7149
|
name: string;
|
|
7150
7150
|
stackTrace: string;
|
|
7151
7151
|
} | {
|
|
@@ -7194,13 +7194,13 @@ declare const ProdWorkerToChildMessages: {
|
|
|
7194
7194
|
message: z.ZodString;
|
|
7195
7195
|
stackTrace: z.ZodString;
|
|
7196
7196
|
}, "strip", z.ZodTypeAny, {
|
|
7197
|
-
type: "BUILT_IN_ERROR";
|
|
7198
7197
|
message: string;
|
|
7198
|
+
type: "BUILT_IN_ERROR";
|
|
7199
7199
|
name: string;
|
|
7200
7200
|
stackTrace: string;
|
|
7201
7201
|
}, {
|
|
7202
|
-
type: "BUILT_IN_ERROR";
|
|
7203
7202
|
message: string;
|
|
7203
|
+
type: "BUILT_IN_ERROR";
|
|
7204
7204
|
name: string;
|
|
7205
7205
|
stackTrace: string;
|
|
7206
7206
|
}>, z.ZodObject<{
|
|
@@ -7250,8 +7250,8 @@ declare const ProdWorkerToChildMessages: {
|
|
|
7250
7250
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
7251
7251
|
}, "strip", z.ZodTypeAny, {
|
|
7252
7252
|
error: {
|
|
7253
|
-
type: "BUILT_IN_ERROR";
|
|
7254
7253
|
message: string;
|
|
7254
|
+
type: "BUILT_IN_ERROR";
|
|
7255
7255
|
name: string;
|
|
7256
7256
|
stackTrace: string;
|
|
7257
7257
|
} | {
|
|
@@ -7275,8 +7275,8 @@ declare const ProdWorkerToChildMessages: {
|
|
|
7275
7275
|
skippedRetrying?: boolean | undefined;
|
|
7276
7276
|
}, {
|
|
7277
7277
|
error: {
|
|
7278
|
-
type: "BUILT_IN_ERROR";
|
|
7279
7278
|
message: string;
|
|
7279
|
+
type: "BUILT_IN_ERROR";
|
|
7280
7280
|
name: string;
|
|
7281
7281
|
stackTrace: string;
|
|
7282
7282
|
} | {
|
|
@@ -7308,8 +7308,8 @@ declare const ProdWorkerToChildMessages: {
|
|
|
7308
7308
|
output?: string | undefined;
|
|
7309
7309
|
} | {
|
|
7310
7310
|
error: {
|
|
7311
|
-
type: "BUILT_IN_ERROR";
|
|
7312
7311
|
message: string;
|
|
7312
|
+
type: "BUILT_IN_ERROR";
|
|
7313
7313
|
name: string;
|
|
7314
7314
|
stackTrace: string;
|
|
7315
7315
|
} | {
|
|
@@ -7341,8 +7341,8 @@ declare const ProdWorkerToChildMessages: {
|
|
|
7341
7341
|
output?: string | undefined;
|
|
7342
7342
|
} | {
|
|
7343
7343
|
error: {
|
|
7344
|
-
type: "BUILT_IN_ERROR";
|
|
7345
7344
|
message: string;
|
|
7345
|
+
type: "BUILT_IN_ERROR";
|
|
7346
7346
|
name: string;
|
|
7347
7347
|
stackTrace: string;
|
|
7348
7348
|
} | {
|
|
@@ -7457,20 +7457,24 @@ declare const ProviderToPlatformMessages: {
|
|
|
7457
7457
|
name: z.ZodString;
|
|
7458
7458
|
message: z.ZodString;
|
|
7459
7459
|
stack: z.ZodOptional<z.ZodString>;
|
|
7460
|
+
stderr: z.ZodOptional<z.ZodString>;
|
|
7460
7461
|
}, "strip", z.ZodTypeAny, {
|
|
7461
7462
|
message: string;
|
|
7462
7463
|
name: string;
|
|
7463
7464
|
stack?: string | undefined;
|
|
7465
|
+
stderr?: string | undefined;
|
|
7464
7466
|
}, {
|
|
7465
7467
|
message: string;
|
|
7466
7468
|
name: string;
|
|
7467
7469
|
stack?: string | undefined;
|
|
7470
|
+
stderr?: string | undefined;
|
|
7468
7471
|
}>;
|
|
7469
7472
|
}, "strip", z.ZodTypeAny, {
|
|
7470
7473
|
error: {
|
|
7471
7474
|
message: string;
|
|
7472
7475
|
name: string;
|
|
7473
7476
|
stack?: string | undefined;
|
|
7477
|
+
stderr?: string | undefined;
|
|
7474
7478
|
};
|
|
7475
7479
|
version: "v1";
|
|
7476
7480
|
deploymentId: string;
|
|
@@ -7479,6 +7483,7 @@ declare const ProviderToPlatformMessages: {
|
|
|
7479
7483
|
message: string;
|
|
7480
7484
|
name: string;
|
|
7481
7485
|
stack?: string | undefined;
|
|
7486
|
+
stderr?: string | undefined;
|
|
7482
7487
|
};
|
|
7483
7488
|
deploymentId: string;
|
|
7484
7489
|
version?: "v1" | undefined;
|
|
@@ -7486,22 +7491,6 @@ declare const ProviderToPlatformMessages: {
|
|
|
7486
7491
|
};
|
|
7487
7492
|
};
|
|
7488
7493
|
declare const PlatformToProviderMessages: {
|
|
7489
|
-
HEALTH: {
|
|
7490
|
-
message: z.ZodObject<{
|
|
7491
|
-
version: z.ZodDefault<z.ZodLiteral<"v1">>;
|
|
7492
|
-
}, "strip", z.ZodTypeAny, {
|
|
7493
|
-
version: "v1";
|
|
7494
|
-
}, {
|
|
7495
|
-
version?: "v1" | undefined;
|
|
7496
|
-
}>;
|
|
7497
|
-
callback: z.ZodObject<{
|
|
7498
|
-
status: z.ZodLiteral<"ok">;
|
|
7499
|
-
}, "strip", z.ZodTypeAny, {
|
|
7500
|
-
status: "ok";
|
|
7501
|
-
}, {
|
|
7502
|
-
status: "ok";
|
|
7503
|
-
}>;
|
|
7504
|
-
};
|
|
7505
7494
|
INDEX: {
|
|
7506
7495
|
message: z.ZodObject<{
|
|
7507
7496
|
version: z.ZodDefault<z.ZodLiteral<"v1">>;
|
|
@@ -7543,20 +7532,24 @@ declare const PlatformToProviderMessages: {
|
|
|
7543
7532
|
name: z.ZodString;
|
|
7544
7533
|
message: z.ZodString;
|
|
7545
7534
|
stack: z.ZodOptional<z.ZodString>;
|
|
7535
|
+
stderr: z.ZodOptional<z.ZodString>;
|
|
7546
7536
|
}, "strip", z.ZodTypeAny, {
|
|
7547
7537
|
message: string;
|
|
7548
7538
|
name: string;
|
|
7549
7539
|
stack?: string | undefined;
|
|
7540
|
+
stderr?: string | undefined;
|
|
7550
7541
|
}, {
|
|
7551
7542
|
message: string;
|
|
7552
7543
|
name: string;
|
|
7553
7544
|
stack?: string | undefined;
|
|
7545
|
+
stderr?: string | undefined;
|
|
7554
7546
|
}>;
|
|
7555
7547
|
}, "strip", z.ZodTypeAny, {
|
|
7556
7548
|
error: {
|
|
7557
7549
|
message: string;
|
|
7558
7550
|
name: string;
|
|
7559
7551
|
stack?: string | undefined;
|
|
7552
|
+
stderr?: string | undefined;
|
|
7560
7553
|
};
|
|
7561
7554
|
success: false;
|
|
7562
7555
|
}, {
|
|
@@ -7564,6 +7557,7 @@ declare const PlatformToProviderMessages: {
|
|
|
7564
7557
|
message: string;
|
|
7565
7558
|
name: string;
|
|
7566
7559
|
stack?: string | undefined;
|
|
7560
|
+
stderr?: string | undefined;
|
|
7567
7561
|
};
|
|
7568
7562
|
success: false;
|
|
7569
7563
|
}>, z.ZodObject<{
|
|
@@ -7636,37 +7630,6 @@ declare const PlatformToProviderMessages: {
|
|
|
7636
7630
|
reason?: string | undefined;
|
|
7637
7631
|
}>;
|
|
7638
7632
|
};
|
|
7639
|
-
DELETE: {
|
|
7640
|
-
message: z.ZodObject<{
|
|
7641
|
-
version: z.ZodDefault<z.ZodLiteral<"v1">>;
|
|
7642
|
-
name: z.ZodString;
|
|
7643
|
-
}, "strip", z.ZodTypeAny, {
|
|
7644
|
-
name: string;
|
|
7645
|
-
version: "v1";
|
|
7646
|
-
}, {
|
|
7647
|
-
name: string;
|
|
7648
|
-
version?: "v1" | undefined;
|
|
7649
|
-
}>;
|
|
7650
|
-
callback: z.ZodObject<{
|
|
7651
|
-
message: z.ZodString;
|
|
7652
|
-
}, "strip", z.ZodTypeAny, {
|
|
7653
|
-
message: string;
|
|
7654
|
-
}, {
|
|
7655
|
-
message: string;
|
|
7656
|
-
}>;
|
|
7657
|
-
};
|
|
7658
|
-
GET: {
|
|
7659
|
-
message: z.ZodObject<{
|
|
7660
|
-
version: z.ZodDefault<z.ZodLiteral<"v1">>;
|
|
7661
|
-
name: z.ZodString;
|
|
7662
|
-
}, "strip", z.ZodTypeAny, {
|
|
7663
|
-
name: string;
|
|
7664
|
-
version: "v1";
|
|
7665
|
-
}, {
|
|
7666
|
-
name: string;
|
|
7667
|
-
version?: "v1" | undefined;
|
|
7668
|
-
}>;
|
|
7669
|
-
};
|
|
7670
7633
|
};
|
|
7671
7634
|
declare const CoordinatorToPlatformMessages: {
|
|
7672
7635
|
LOG: {
|
|
@@ -10232,13 +10195,13 @@ declare const CoordinatorToPlatformMessages: {
|
|
|
10232
10195
|
message: z.ZodString;
|
|
10233
10196
|
stackTrace: z.ZodString;
|
|
10234
10197
|
}, "strip", z.ZodTypeAny, {
|
|
10235
|
-
type: "BUILT_IN_ERROR";
|
|
10236
10198
|
message: string;
|
|
10199
|
+
type: "BUILT_IN_ERROR";
|
|
10237
10200
|
name: string;
|
|
10238
10201
|
stackTrace: string;
|
|
10239
10202
|
}, {
|
|
10240
|
-
type: "BUILT_IN_ERROR";
|
|
10241
10203
|
message: string;
|
|
10204
|
+
type: "BUILT_IN_ERROR";
|
|
10242
10205
|
name: string;
|
|
10243
10206
|
stackTrace: string;
|
|
10244
10207
|
}>, z.ZodObject<{
|
|
@@ -10288,8 +10251,8 @@ declare const CoordinatorToPlatformMessages: {
|
|
|
10288
10251
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
10289
10252
|
}, "strip", z.ZodTypeAny, {
|
|
10290
10253
|
error: {
|
|
10291
|
-
type: "BUILT_IN_ERROR";
|
|
10292
10254
|
message: string;
|
|
10255
|
+
type: "BUILT_IN_ERROR";
|
|
10293
10256
|
name: string;
|
|
10294
10257
|
stackTrace: string;
|
|
10295
10258
|
} | {
|
|
@@ -10313,8 +10276,8 @@ declare const CoordinatorToPlatformMessages: {
|
|
|
10313
10276
|
skippedRetrying?: boolean | undefined;
|
|
10314
10277
|
}, {
|
|
10315
10278
|
error: {
|
|
10316
|
-
type: "BUILT_IN_ERROR";
|
|
10317
10279
|
message: string;
|
|
10280
|
+
type: "BUILT_IN_ERROR";
|
|
10318
10281
|
name: string;
|
|
10319
10282
|
stackTrace: string;
|
|
10320
10283
|
} | {
|
|
@@ -10409,8 +10372,8 @@ declare const CoordinatorToPlatformMessages: {
|
|
|
10409
10372
|
output?: string | undefined;
|
|
10410
10373
|
} | {
|
|
10411
10374
|
error: {
|
|
10412
|
-
type: "BUILT_IN_ERROR";
|
|
10413
10375
|
message: string;
|
|
10376
|
+
type: "BUILT_IN_ERROR";
|
|
10414
10377
|
name: string;
|
|
10415
10378
|
stackTrace: string;
|
|
10416
10379
|
} | {
|
|
@@ -10498,8 +10461,8 @@ declare const CoordinatorToPlatformMessages: {
|
|
|
10498
10461
|
output?: string | undefined;
|
|
10499
10462
|
} | {
|
|
10500
10463
|
error: {
|
|
10501
|
-
type: "BUILT_IN_ERROR";
|
|
10502
10464
|
message: string;
|
|
10465
|
+
type: "BUILT_IN_ERROR";
|
|
10503
10466
|
name: string;
|
|
10504
10467
|
stackTrace: string;
|
|
10505
10468
|
} | {
|
|
@@ -10541,13 +10504,13 @@ declare const CoordinatorToPlatformMessages: {
|
|
|
10541
10504
|
message: z.ZodString;
|
|
10542
10505
|
stackTrace: z.ZodString;
|
|
10543
10506
|
}, "strip", z.ZodTypeAny, {
|
|
10544
|
-
type: "BUILT_IN_ERROR";
|
|
10545
10507
|
message: string;
|
|
10508
|
+
type: "BUILT_IN_ERROR";
|
|
10546
10509
|
name: string;
|
|
10547
10510
|
stackTrace: string;
|
|
10548
10511
|
}, {
|
|
10549
|
-
type: "BUILT_IN_ERROR";
|
|
10550
10512
|
message: string;
|
|
10513
|
+
type: "BUILT_IN_ERROR";
|
|
10551
10514
|
name: string;
|
|
10552
10515
|
stackTrace: string;
|
|
10553
10516
|
}>, z.ZodObject<{
|
|
@@ -10597,8 +10560,8 @@ declare const CoordinatorToPlatformMessages: {
|
|
|
10597
10560
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
10598
10561
|
}, "strip", z.ZodTypeAny, {
|
|
10599
10562
|
error: {
|
|
10600
|
-
type: "BUILT_IN_ERROR";
|
|
10601
10563
|
message: string;
|
|
10564
|
+
type: "BUILT_IN_ERROR";
|
|
10602
10565
|
name: string;
|
|
10603
10566
|
stackTrace: string;
|
|
10604
10567
|
} | {
|
|
@@ -10622,8 +10585,8 @@ declare const CoordinatorToPlatformMessages: {
|
|
|
10622
10585
|
skippedRetrying?: boolean | undefined;
|
|
10623
10586
|
}, {
|
|
10624
10587
|
error: {
|
|
10625
|
-
type: "BUILT_IN_ERROR";
|
|
10626
10588
|
message: string;
|
|
10589
|
+
type: "BUILT_IN_ERROR";
|
|
10627
10590
|
name: string;
|
|
10628
10591
|
stackTrace: string;
|
|
10629
10592
|
} | {
|
|
@@ -10650,8 +10613,8 @@ declare const CoordinatorToPlatformMessages: {
|
|
|
10650
10613
|
version: "v1";
|
|
10651
10614
|
completion: {
|
|
10652
10615
|
error: {
|
|
10653
|
-
type: "BUILT_IN_ERROR";
|
|
10654
10616
|
message: string;
|
|
10617
|
+
type: "BUILT_IN_ERROR";
|
|
10655
10618
|
name: string;
|
|
10656
10619
|
stackTrace: string;
|
|
10657
10620
|
} | {
|
|
@@ -10677,8 +10640,8 @@ declare const CoordinatorToPlatformMessages: {
|
|
|
10677
10640
|
}, {
|
|
10678
10641
|
completion: {
|
|
10679
10642
|
error: {
|
|
10680
|
-
type: "BUILT_IN_ERROR";
|
|
10681
10643
|
message: string;
|
|
10644
|
+
type: "BUILT_IN_ERROR";
|
|
10682
10645
|
name: string;
|
|
10683
10646
|
stackTrace: string;
|
|
10684
10647
|
} | {
|
|
@@ -10827,20 +10790,24 @@ declare const CoordinatorToPlatformMessages: {
|
|
|
10827
10790
|
name: z.ZodString;
|
|
10828
10791
|
message: z.ZodString;
|
|
10829
10792
|
stack: z.ZodOptional<z.ZodString>;
|
|
10793
|
+
stderr: z.ZodOptional<z.ZodString>;
|
|
10830
10794
|
}, "strip", z.ZodTypeAny, {
|
|
10831
10795
|
message: string;
|
|
10832
10796
|
name: string;
|
|
10833
10797
|
stack?: string | undefined;
|
|
10798
|
+
stderr?: string | undefined;
|
|
10834
10799
|
}, {
|
|
10835
10800
|
message: string;
|
|
10836
10801
|
name: string;
|
|
10837
10802
|
stack?: string | undefined;
|
|
10803
|
+
stderr?: string | undefined;
|
|
10838
10804
|
}>;
|
|
10839
10805
|
}, "strip", z.ZodTypeAny, {
|
|
10840
10806
|
error: {
|
|
10841
10807
|
message: string;
|
|
10842
10808
|
name: string;
|
|
10843
10809
|
stack?: string | undefined;
|
|
10810
|
+
stderr?: string | undefined;
|
|
10844
10811
|
};
|
|
10845
10812
|
version: "v1";
|
|
10846
10813
|
deploymentId: string;
|
|
@@ -10849,6 +10816,7 @@ declare const CoordinatorToPlatformMessages: {
|
|
|
10849
10816
|
message: string;
|
|
10850
10817
|
name: string;
|
|
10851
10818
|
stack?: string | undefined;
|
|
10819
|
+
stderr?: string | undefined;
|
|
10852
10820
|
};
|
|
10853
10821
|
deploymentId: string;
|
|
10854
10822
|
version?: "v1" | undefined;
|
|
@@ -10921,13 +10889,13 @@ declare const PlatformToCoordinatorMessages: {
|
|
|
10921
10889
|
message: z.ZodString;
|
|
10922
10890
|
stackTrace: z.ZodString;
|
|
10923
10891
|
}, "strip", z.ZodTypeAny, {
|
|
10924
|
-
type: "BUILT_IN_ERROR";
|
|
10925
10892
|
message: string;
|
|
10893
|
+
type: "BUILT_IN_ERROR";
|
|
10926
10894
|
name: string;
|
|
10927
10895
|
stackTrace: string;
|
|
10928
10896
|
}, {
|
|
10929
|
-
type: "BUILT_IN_ERROR";
|
|
10930
10897
|
message: string;
|
|
10898
|
+
type: "BUILT_IN_ERROR";
|
|
10931
10899
|
name: string;
|
|
10932
10900
|
stackTrace: string;
|
|
10933
10901
|
}>, z.ZodObject<{
|
|
@@ -10977,8 +10945,8 @@ declare const PlatformToCoordinatorMessages: {
|
|
|
10977
10945
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
10978
10946
|
}, "strip", z.ZodTypeAny, {
|
|
10979
10947
|
error: {
|
|
10980
|
-
type: "BUILT_IN_ERROR";
|
|
10981
10948
|
message: string;
|
|
10949
|
+
type: "BUILT_IN_ERROR";
|
|
10982
10950
|
name: string;
|
|
10983
10951
|
stackTrace: string;
|
|
10984
10952
|
} | {
|
|
@@ -11002,8 +10970,8 @@ declare const PlatformToCoordinatorMessages: {
|
|
|
11002
10970
|
skippedRetrying?: boolean | undefined;
|
|
11003
10971
|
}, {
|
|
11004
10972
|
error: {
|
|
11005
|
-
type: "BUILT_IN_ERROR";
|
|
11006
10973
|
message: string;
|
|
10974
|
+
type: "BUILT_IN_ERROR";
|
|
11007
10975
|
name: string;
|
|
11008
10976
|
stackTrace: string;
|
|
11009
10977
|
} | {
|
|
@@ -11256,8 +11224,8 @@ declare const PlatformToCoordinatorMessages: {
|
|
|
11256
11224
|
output?: string | undefined;
|
|
11257
11225
|
} | {
|
|
11258
11226
|
error: {
|
|
11259
|
-
type: "BUILT_IN_ERROR";
|
|
11260
11227
|
message: string;
|
|
11228
|
+
type: "BUILT_IN_ERROR";
|
|
11261
11229
|
name: string;
|
|
11262
11230
|
stackTrace: string;
|
|
11263
11231
|
} | {
|
|
@@ -11339,8 +11307,8 @@ declare const PlatformToCoordinatorMessages: {
|
|
|
11339
11307
|
output?: string | undefined;
|
|
11340
11308
|
} | {
|
|
11341
11309
|
error: {
|
|
11342
|
-
type: "BUILT_IN_ERROR";
|
|
11343
11310
|
message: string;
|
|
11311
|
+
type: "BUILT_IN_ERROR";
|
|
11344
11312
|
name: string;
|
|
11345
11313
|
stackTrace: string;
|
|
11346
11314
|
} | {
|
|
@@ -11528,13 +11496,13 @@ declare const ClientToSharedQueueMessages: {
|
|
|
11528
11496
|
message: z.ZodString;
|
|
11529
11497
|
stackTrace: z.ZodString;
|
|
11530
11498
|
}, "strip", z.ZodTypeAny, {
|
|
11531
|
-
type: "BUILT_IN_ERROR";
|
|
11532
11499
|
message: string;
|
|
11500
|
+
type: "BUILT_IN_ERROR";
|
|
11533
11501
|
name: string;
|
|
11534
11502
|
stackTrace: string;
|
|
11535
11503
|
}, {
|
|
11536
|
-
type: "BUILT_IN_ERROR";
|
|
11537
11504
|
message: string;
|
|
11505
|
+
type: "BUILT_IN_ERROR";
|
|
11538
11506
|
name: string;
|
|
11539
11507
|
stackTrace: string;
|
|
11540
11508
|
}>, z.ZodObject<{
|
|
@@ -11584,8 +11552,8 @@ declare const ClientToSharedQueueMessages: {
|
|
|
11584
11552
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
11585
11553
|
}, "strip", z.ZodTypeAny, {
|
|
11586
11554
|
error: {
|
|
11587
|
-
type: "BUILT_IN_ERROR";
|
|
11588
11555
|
message: string;
|
|
11556
|
+
type: "BUILT_IN_ERROR";
|
|
11589
11557
|
name: string;
|
|
11590
11558
|
stackTrace: string;
|
|
11591
11559
|
} | {
|
|
@@ -11609,8 +11577,8 @@ declare const ClientToSharedQueueMessages: {
|
|
|
11609
11577
|
skippedRetrying?: boolean | undefined;
|
|
11610
11578
|
}, {
|
|
11611
11579
|
error: {
|
|
11612
|
-
type: "BUILT_IN_ERROR";
|
|
11613
11580
|
message: string;
|
|
11581
|
+
type: "BUILT_IN_ERROR";
|
|
11614
11582
|
name: string;
|
|
11615
11583
|
stackTrace: string;
|
|
11616
11584
|
} | {
|
|
@@ -11909,8 +11877,8 @@ declare const ClientToSharedQueueMessages: {
|
|
|
11909
11877
|
output?: string | undefined;
|
|
11910
11878
|
} | {
|
|
11911
11879
|
error: {
|
|
11912
|
-
type: "BUILT_IN_ERROR";
|
|
11913
11880
|
message: string;
|
|
11881
|
+
type: "BUILT_IN_ERROR";
|
|
11914
11882
|
name: string;
|
|
11915
11883
|
stackTrace: string;
|
|
11916
11884
|
} | {
|
|
@@ -11990,8 +11958,8 @@ declare const ClientToSharedQueueMessages: {
|
|
|
11990
11958
|
output?: string | undefined;
|
|
11991
11959
|
} | {
|
|
11992
11960
|
error: {
|
|
11993
|
-
type: "BUILT_IN_ERROR";
|
|
11994
11961
|
message: string;
|
|
11962
|
+
type: "BUILT_IN_ERROR";
|
|
11995
11963
|
name: string;
|
|
11996
11964
|
stackTrace: string;
|
|
11997
11965
|
} | {
|
|
@@ -12027,13 +11995,13 @@ declare const ClientToSharedQueueMessages: {
|
|
|
12027
11995
|
message: z.ZodString;
|
|
12028
11996
|
stackTrace: z.ZodString;
|
|
12029
11997
|
}, "strip", z.ZodTypeAny, {
|
|
12030
|
-
type: "BUILT_IN_ERROR";
|
|
12031
11998
|
message: string;
|
|
11999
|
+
type: "BUILT_IN_ERROR";
|
|
12032
12000
|
name: string;
|
|
12033
12001
|
stackTrace: string;
|
|
12034
12002
|
}, {
|
|
12035
|
-
type: "BUILT_IN_ERROR";
|
|
12036
12003
|
message: string;
|
|
12004
|
+
type: "BUILT_IN_ERROR";
|
|
12037
12005
|
name: string;
|
|
12038
12006
|
stackTrace: string;
|
|
12039
12007
|
}>, z.ZodObject<{
|
|
@@ -12083,8 +12051,8 @@ declare const ClientToSharedQueueMessages: {
|
|
|
12083
12051
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
12084
12052
|
}, "strip", z.ZodTypeAny, {
|
|
12085
12053
|
error: {
|
|
12086
|
-
type: "BUILT_IN_ERROR";
|
|
12087
12054
|
message: string;
|
|
12055
|
+
type: "BUILT_IN_ERROR";
|
|
12088
12056
|
name: string;
|
|
12089
12057
|
stackTrace: string;
|
|
12090
12058
|
} | {
|
|
@@ -12108,8 +12076,8 @@ declare const ClientToSharedQueueMessages: {
|
|
|
12108
12076
|
skippedRetrying?: boolean | undefined;
|
|
12109
12077
|
}, {
|
|
12110
12078
|
error: {
|
|
12111
|
-
type: "BUILT_IN_ERROR";
|
|
12112
12079
|
message: string;
|
|
12080
|
+
type: "BUILT_IN_ERROR";
|
|
12113
12081
|
name: string;
|
|
12114
12082
|
stackTrace: string;
|
|
12115
12083
|
} | {
|
|
@@ -12137,8 +12105,8 @@ declare const ClientToSharedQueueMessages: {
|
|
|
12137
12105
|
version: "v1";
|
|
12138
12106
|
completion: {
|
|
12139
12107
|
error: {
|
|
12140
|
-
type: "BUILT_IN_ERROR";
|
|
12141
12108
|
message: string;
|
|
12109
|
+
type: "BUILT_IN_ERROR";
|
|
12142
12110
|
name: string;
|
|
12143
12111
|
stackTrace: string;
|
|
12144
12112
|
} | {
|
|
@@ -12165,8 +12133,8 @@ declare const ClientToSharedQueueMessages: {
|
|
|
12165
12133
|
type: "TASK_RUN_FAILED_TO_RUN";
|
|
12166
12134
|
completion: {
|
|
12167
12135
|
error: {
|
|
12168
|
-
type: "BUILT_IN_ERROR";
|
|
12169
12136
|
message: string;
|
|
12137
|
+
type: "BUILT_IN_ERROR";
|
|
12170
12138
|
name: string;
|
|
12171
12139
|
stackTrace: string;
|
|
12172
12140
|
} | {
|
|
@@ -12275,8 +12243,8 @@ declare const ClientToSharedQueueMessages: {
|
|
|
12275
12243
|
output?: string | undefined;
|
|
12276
12244
|
} | {
|
|
12277
12245
|
error: {
|
|
12278
|
-
type: "BUILT_IN_ERROR";
|
|
12279
12246
|
message: string;
|
|
12247
|
+
type: "BUILT_IN_ERROR";
|
|
12280
12248
|
name: string;
|
|
12281
12249
|
stackTrace: string;
|
|
12282
12250
|
} | {
|
|
@@ -12304,8 +12272,8 @@ declare const ClientToSharedQueueMessages: {
|
|
|
12304
12272
|
version: "v1";
|
|
12305
12273
|
completion: {
|
|
12306
12274
|
error: {
|
|
12307
|
-
type: "BUILT_IN_ERROR";
|
|
12308
12275
|
message: string;
|
|
12276
|
+
type: "BUILT_IN_ERROR";
|
|
12309
12277
|
name: string;
|
|
12310
12278
|
stackTrace: string;
|
|
12311
12279
|
} | {
|
|
@@ -12397,8 +12365,8 @@ declare const ClientToSharedQueueMessages: {
|
|
|
12397
12365
|
output?: string | undefined;
|
|
12398
12366
|
} | {
|
|
12399
12367
|
error: {
|
|
12400
|
-
type: "BUILT_IN_ERROR";
|
|
12401
12368
|
message: string;
|
|
12369
|
+
type: "BUILT_IN_ERROR";
|
|
12402
12370
|
name: string;
|
|
12403
12371
|
stackTrace: string;
|
|
12404
12372
|
} | {
|
|
@@ -12426,8 +12394,8 @@ declare const ClientToSharedQueueMessages: {
|
|
|
12426
12394
|
type: "TASK_RUN_FAILED_TO_RUN";
|
|
12427
12395
|
completion: {
|
|
12428
12396
|
error: {
|
|
12429
|
-
type: "BUILT_IN_ERROR";
|
|
12430
12397
|
message: string;
|
|
12398
|
+
type: "BUILT_IN_ERROR";
|
|
12431
12399
|
name: string;
|
|
12432
12400
|
stackTrace: string;
|
|
12433
12401
|
} | {
|
|
@@ -14511,13 +14479,13 @@ declare const ProdWorkerToCoordinatorMessages: {
|
|
|
14511
14479
|
message: z.ZodString;
|
|
14512
14480
|
stackTrace: z.ZodString;
|
|
14513
14481
|
}, "strip", z.ZodTypeAny, {
|
|
14514
|
-
type: "BUILT_IN_ERROR";
|
|
14515
14482
|
message: string;
|
|
14483
|
+
type: "BUILT_IN_ERROR";
|
|
14516
14484
|
name: string;
|
|
14517
14485
|
stackTrace: string;
|
|
14518
14486
|
}, {
|
|
14519
|
-
type: "BUILT_IN_ERROR";
|
|
14520
14487
|
message: string;
|
|
14488
|
+
type: "BUILT_IN_ERROR";
|
|
14521
14489
|
name: string;
|
|
14522
14490
|
stackTrace: string;
|
|
14523
14491
|
}>, z.ZodObject<{
|
|
@@ -14567,8 +14535,8 @@ declare const ProdWorkerToCoordinatorMessages: {
|
|
|
14567
14535
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
14568
14536
|
}, "strip", z.ZodTypeAny, {
|
|
14569
14537
|
error: {
|
|
14570
|
-
type: "BUILT_IN_ERROR";
|
|
14571
14538
|
message: string;
|
|
14539
|
+
type: "BUILT_IN_ERROR";
|
|
14572
14540
|
name: string;
|
|
14573
14541
|
stackTrace: string;
|
|
14574
14542
|
} | {
|
|
@@ -14592,8 +14560,8 @@ declare const ProdWorkerToCoordinatorMessages: {
|
|
|
14592
14560
|
skippedRetrying?: boolean | undefined;
|
|
14593
14561
|
}, {
|
|
14594
14562
|
error: {
|
|
14595
|
-
type: "BUILT_IN_ERROR";
|
|
14596
14563
|
message: string;
|
|
14564
|
+
type: "BUILT_IN_ERROR";
|
|
14597
14565
|
name: string;
|
|
14598
14566
|
stackTrace: string;
|
|
14599
14567
|
} | {
|
|
@@ -14678,8 +14646,8 @@ declare const ProdWorkerToCoordinatorMessages: {
|
|
|
14678
14646
|
output?: string | undefined;
|
|
14679
14647
|
} | {
|
|
14680
14648
|
error: {
|
|
14681
|
-
type: "BUILT_IN_ERROR";
|
|
14682
14649
|
message: string;
|
|
14650
|
+
type: "BUILT_IN_ERROR";
|
|
14683
14651
|
name: string;
|
|
14684
14652
|
stackTrace: string;
|
|
14685
14653
|
} | {
|
|
@@ -14763,8 +14731,8 @@ declare const ProdWorkerToCoordinatorMessages: {
|
|
|
14763
14731
|
output?: string | undefined;
|
|
14764
14732
|
} | {
|
|
14765
14733
|
error: {
|
|
14766
|
-
type: "BUILT_IN_ERROR";
|
|
14767
14734
|
message: string;
|
|
14735
|
+
type: "BUILT_IN_ERROR";
|
|
14768
14736
|
name: string;
|
|
14769
14737
|
stackTrace: string;
|
|
14770
14738
|
} | {
|
|
@@ -14812,13 +14780,13 @@ declare const ProdWorkerToCoordinatorMessages: {
|
|
|
14812
14780
|
message: z.ZodString;
|
|
14813
14781
|
stackTrace: z.ZodString;
|
|
14814
14782
|
}, "strip", z.ZodTypeAny, {
|
|
14815
|
-
type: "BUILT_IN_ERROR";
|
|
14816
14783
|
message: string;
|
|
14784
|
+
type: "BUILT_IN_ERROR";
|
|
14817
14785
|
name: string;
|
|
14818
14786
|
stackTrace: string;
|
|
14819
14787
|
}, {
|
|
14820
|
-
type: "BUILT_IN_ERROR";
|
|
14821
14788
|
message: string;
|
|
14789
|
+
type: "BUILT_IN_ERROR";
|
|
14822
14790
|
name: string;
|
|
14823
14791
|
stackTrace: string;
|
|
14824
14792
|
}>, z.ZodObject<{
|
|
@@ -14868,8 +14836,8 @@ declare const ProdWorkerToCoordinatorMessages: {
|
|
|
14868
14836
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
14869
14837
|
}, "strip", z.ZodTypeAny, {
|
|
14870
14838
|
error: {
|
|
14871
|
-
type: "BUILT_IN_ERROR";
|
|
14872
14839
|
message: string;
|
|
14840
|
+
type: "BUILT_IN_ERROR";
|
|
14873
14841
|
name: string;
|
|
14874
14842
|
stackTrace: string;
|
|
14875
14843
|
} | {
|
|
@@ -14893,8 +14861,8 @@ declare const ProdWorkerToCoordinatorMessages: {
|
|
|
14893
14861
|
skippedRetrying?: boolean | undefined;
|
|
14894
14862
|
}, {
|
|
14895
14863
|
error: {
|
|
14896
|
-
type: "BUILT_IN_ERROR";
|
|
14897
14864
|
message: string;
|
|
14865
|
+
type: "BUILT_IN_ERROR";
|
|
14898
14866
|
name: string;
|
|
14899
14867
|
stackTrace: string;
|
|
14900
14868
|
} | {
|
|
@@ -14921,8 +14889,8 @@ declare const ProdWorkerToCoordinatorMessages: {
|
|
|
14921
14889
|
version: "v1";
|
|
14922
14890
|
completion: {
|
|
14923
14891
|
error: {
|
|
14924
|
-
type: "BUILT_IN_ERROR";
|
|
14925
14892
|
message: string;
|
|
14893
|
+
type: "BUILT_IN_ERROR";
|
|
14926
14894
|
name: string;
|
|
14927
14895
|
stackTrace: string;
|
|
14928
14896
|
} | {
|
|
@@ -14948,8 +14916,8 @@ declare const ProdWorkerToCoordinatorMessages: {
|
|
|
14948
14916
|
}, {
|
|
14949
14917
|
completion: {
|
|
14950
14918
|
error: {
|
|
14951
|
-
type: "BUILT_IN_ERROR";
|
|
14952
14919
|
message: string;
|
|
14920
|
+
type: "BUILT_IN_ERROR";
|
|
14953
14921
|
name: string;
|
|
14954
14922
|
stackTrace: string;
|
|
14955
14923
|
} | {
|
|
@@ -15055,20 +15023,24 @@ declare const ProdWorkerToCoordinatorMessages: {
|
|
|
15055
15023
|
name: z.ZodString;
|
|
15056
15024
|
message: z.ZodString;
|
|
15057
15025
|
stack: z.ZodOptional<z.ZodString>;
|
|
15026
|
+
stderr: z.ZodOptional<z.ZodString>;
|
|
15058
15027
|
}, "strip", z.ZodTypeAny, {
|
|
15059
15028
|
message: string;
|
|
15060
15029
|
name: string;
|
|
15061
15030
|
stack?: string | undefined;
|
|
15031
|
+
stderr?: string | undefined;
|
|
15062
15032
|
}, {
|
|
15063
15033
|
message: string;
|
|
15064
15034
|
name: string;
|
|
15065
15035
|
stack?: string | undefined;
|
|
15036
|
+
stderr?: string | undefined;
|
|
15066
15037
|
}>;
|
|
15067
15038
|
}, "strip", z.ZodTypeAny, {
|
|
15068
15039
|
error: {
|
|
15069
15040
|
message: string;
|
|
15070
15041
|
name: string;
|
|
15071
15042
|
stack?: string | undefined;
|
|
15043
|
+
stderr?: string | undefined;
|
|
15072
15044
|
};
|
|
15073
15045
|
version: "v1";
|
|
15074
15046
|
deploymentId: string;
|
|
@@ -15077,6 +15049,7 @@ declare const ProdWorkerToCoordinatorMessages: {
|
|
|
15077
15049
|
message: string;
|
|
15078
15050
|
name: string;
|
|
15079
15051
|
stack?: string | undefined;
|
|
15052
|
+
stderr?: string | undefined;
|
|
15080
15053
|
};
|
|
15081
15054
|
deploymentId: string;
|
|
15082
15055
|
version?: "v1" | undefined;
|
|
@@ -15643,13 +15616,13 @@ declare const CoordinatorToProdWorkerMessages: {
|
|
|
15643
15616
|
message: z.ZodString;
|
|
15644
15617
|
stackTrace: z.ZodString;
|
|
15645
15618
|
}, "strip", z.ZodTypeAny, {
|
|
15646
|
-
type: "BUILT_IN_ERROR";
|
|
15647
15619
|
message: string;
|
|
15620
|
+
type: "BUILT_IN_ERROR";
|
|
15648
15621
|
name: string;
|
|
15649
15622
|
stackTrace: string;
|
|
15650
15623
|
}, {
|
|
15651
|
-
type: "BUILT_IN_ERROR";
|
|
15652
15624
|
message: string;
|
|
15625
|
+
type: "BUILT_IN_ERROR";
|
|
15653
15626
|
name: string;
|
|
15654
15627
|
stackTrace: string;
|
|
15655
15628
|
}>, z.ZodObject<{
|
|
@@ -15699,8 +15672,8 @@ declare const CoordinatorToProdWorkerMessages: {
|
|
|
15699
15672
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
15700
15673
|
}, "strip", z.ZodTypeAny, {
|
|
15701
15674
|
error: {
|
|
15702
|
-
type: "BUILT_IN_ERROR";
|
|
15703
15675
|
message: string;
|
|
15676
|
+
type: "BUILT_IN_ERROR";
|
|
15704
15677
|
name: string;
|
|
15705
15678
|
stackTrace: string;
|
|
15706
15679
|
} | {
|
|
@@ -15724,8 +15697,8 @@ declare const CoordinatorToProdWorkerMessages: {
|
|
|
15724
15697
|
skippedRetrying?: boolean | undefined;
|
|
15725
15698
|
}, {
|
|
15726
15699
|
error: {
|
|
15727
|
-
type: "BUILT_IN_ERROR";
|
|
15728
15700
|
message: string;
|
|
15701
|
+
type: "BUILT_IN_ERROR";
|
|
15729
15702
|
name: string;
|
|
15730
15703
|
stackTrace: string;
|
|
15731
15704
|
} | {
|
|
@@ -15976,8 +15949,8 @@ declare const CoordinatorToProdWorkerMessages: {
|
|
|
15976
15949
|
output?: string | undefined;
|
|
15977
15950
|
} | {
|
|
15978
15951
|
error: {
|
|
15979
|
-
type: "BUILT_IN_ERROR";
|
|
15980
15952
|
message: string;
|
|
15953
|
+
type: "BUILT_IN_ERROR";
|
|
15981
15954
|
name: string;
|
|
15982
15955
|
stackTrace: string;
|
|
15983
15956
|
} | {
|
|
@@ -16057,8 +16030,8 @@ declare const CoordinatorToProdWorkerMessages: {
|
|
|
16057
16030
|
output?: string | undefined;
|
|
16058
16031
|
} | {
|
|
16059
16032
|
error: {
|
|
16060
|
-
type: "BUILT_IN_ERROR";
|
|
16061
16033
|
message: string;
|
|
16034
|
+
type: "BUILT_IN_ERROR";
|
|
16062
16035
|
name: string;
|
|
16063
16036
|
stackTrace: string;
|
|
16064
16037
|
} | {
|
|
@@ -16738,4 +16711,4 @@ declare const ProdWorkerSocketData: z.ZodObject<{
|
|
|
16738
16711
|
attemptFriendlyId?: string | undefined;
|
|
16739
16712
|
}>;
|
|
16740
16713
|
|
|
16741
|
-
export { BackgroundWorkerProperties as B, CoordinatorToPlatformMessages as C,
|
|
16714
|
+
export { BackgroundWorkerProperties as B, CoordinatorToPlatformMessages as C, ProdWorkerToChildMessages as P, SharedQueueToClientMessages as S, TaskMetadataFailedToParseData as T, UncaughtExceptionMessage as U, ProdChildToWorkerMessages as a, BackgroundWorkerServerMessages as b, BackgroundWorkerClientMessages as c, clientWebsocketMessages as d, childToWorkerMessages as e, ProviderToPlatformMessages as f, PlatformToProviderMessages as g, PlatformToCoordinatorMessages as h, ClientToSharedQueueMessages as i, ProdWorkerToCoordinatorMessages as j, CoordinatorToProdWorkerMessages as k, ProdWorkerSocketData as l, serverWebsocketMessages as s, workerToChildMessages as w };
|