@trigger.dev/core 0.0.0-v3-trigger-dirs-20240423091017 → 0.0.0-v3-trigger-dirs-20240423123825
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/{consoleInterceptor-pKvaiAI6.d.ts → catalog-e2OUDZEa.d.mts} +52 -84
- package/dist/{consoleInterceptor-tCKb2R0l.d.mts → catalog-ndN7py2b.d.ts} +52 -84
- package/dist/{messages-oFuHKbi4.d.mts → messages-AriaDDm0.d.mts} +48 -48
- package/dist/{messages-oFuHKbi4.d.ts → messages-AriaDDm0.d.ts} +48 -48
- package/dist/v3/dev/index.d.mts +1 -1
- package/dist/v3/dev/index.d.ts +1 -1
- package/dist/v3/index.d.mts +99 -313
- package/dist/v3/index.d.ts +99 -313
- package/dist/v3/index.js +2045 -2595
- package/dist/v3/index.js.map +1 -1
- package/dist/v3/index.mjs +2065 -2603
- package/dist/v3/index.mjs.map +1 -1
- package/dist/v3/otel/index.d.mts +34 -6
- package/dist/v3/otel/index.d.ts +34 -6
- package/dist/v3/otel/index.js +62 -38
- package/dist/v3/otel/index.js.map +1 -1
- package/dist/v3/otel/index.mjs +62 -38
- 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/prod/index.js.map +1 -1
- package/dist/v3/prod/index.mjs.map +1 -1
- package/dist/v3/workers/index.d.mts +57 -12
- package/dist/v3/workers/index.d.ts +57 -12
- package/dist/v3/workers/index.js +728 -124
- package/dist/v3/workers/index.js.map +1 -1
- package/dist/v3/workers/index.mjs +718 -125
- package/dist/v3/workers/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/tracingSDK-XMTLzw35.d.mts +0 -35
- package/dist/tracingSDK-XMTLzw35.d.ts +0 -35
- package/dist/{manager-KhqZOMNe.d.mts → manager-M9GLDnhJ.d.mts} +18 -18
- package/dist/{manager-KhqZOMNe.d.ts → manager-M9GLDnhJ.d.ts} +18 -18
|
@@ -1418,12 +1418,12 @@ declare const BackgroundWorkerServerMessages: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1418
1418
|
type: "SCHEDULE_ATTEMPT";
|
|
1419
1419
|
id: string;
|
|
1420
1420
|
version: string;
|
|
1421
|
+
image: string;
|
|
1421
1422
|
machine: {
|
|
1422
1423
|
version: "v1";
|
|
1423
1424
|
cpu: 2 | 1 | 4 | 0.25 | 0.5;
|
|
1424
1425
|
memory: 2 | 1 | 4 | 0.25 | 0.5 | 8;
|
|
1425
1426
|
};
|
|
1426
|
-
image: string;
|
|
1427
1427
|
envId: string;
|
|
1428
1428
|
envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
1429
1429
|
orgId: string;
|
|
@@ -1433,12 +1433,12 @@ declare const BackgroundWorkerServerMessages: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1433
1433
|
type: "SCHEDULE_ATTEMPT";
|
|
1434
1434
|
id: string;
|
|
1435
1435
|
version: string;
|
|
1436
|
+
image: string;
|
|
1436
1437
|
machine: {
|
|
1437
1438
|
version?: "v1" | undefined;
|
|
1438
1439
|
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
1439
1440
|
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1440
1441
|
};
|
|
1441
|
-
image: string;
|
|
1442
1442
|
envId: string;
|
|
1443
1443
|
envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
1444
1444
|
orgId: string;
|
|
@@ -1933,12 +1933,12 @@ declare const serverWebsocketMessages: {
|
|
|
1933
1933
|
type: "SCHEDULE_ATTEMPT";
|
|
1934
1934
|
id: string;
|
|
1935
1935
|
version: string;
|
|
1936
|
+
image: string;
|
|
1936
1937
|
machine: {
|
|
1937
1938
|
version: "v1";
|
|
1938
1939
|
cpu: 2 | 1 | 4 | 0.25 | 0.5;
|
|
1939
1940
|
memory: 2 | 1 | 4 | 0.25 | 0.5 | 8;
|
|
1940
1941
|
};
|
|
1941
|
-
image: string;
|
|
1942
1942
|
envId: string;
|
|
1943
1943
|
envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
1944
1944
|
orgId: string;
|
|
@@ -1948,12 +1948,12 @@ declare const serverWebsocketMessages: {
|
|
|
1948
1948
|
type: "SCHEDULE_ATTEMPT";
|
|
1949
1949
|
id: string;
|
|
1950
1950
|
version: string;
|
|
1951
|
+
image: string;
|
|
1951
1952
|
machine: {
|
|
1952
1953
|
version?: "v1" | undefined;
|
|
1953
1954
|
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
1954
1955
|
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1955
1956
|
};
|
|
1956
|
-
image: string;
|
|
1957
1957
|
envId: string;
|
|
1958
1958
|
envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
1959
1959
|
orgId: string;
|
|
@@ -2023,12 +2023,12 @@ declare const serverWebsocketMessages: {
|
|
|
2023
2023
|
type: "SCHEDULE_ATTEMPT";
|
|
2024
2024
|
id: string;
|
|
2025
2025
|
version: string;
|
|
2026
|
+
image: string;
|
|
2026
2027
|
machine: {
|
|
2027
2028
|
version: "v1";
|
|
2028
2029
|
cpu: 2 | 1 | 4 | 0.25 | 0.5;
|
|
2029
2030
|
memory: 2 | 1 | 4 | 0.25 | 0.5 | 8;
|
|
2030
2031
|
};
|
|
2031
|
-
image: string;
|
|
2032
2032
|
envId: string;
|
|
2033
2033
|
envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
2034
2034
|
orgId: string;
|
|
@@ -2100,12 +2100,12 @@ declare const serverWebsocketMessages: {
|
|
|
2100
2100
|
type: "SCHEDULE_ATTEMPT";
|
|
2101
2101
|
id: string;
|
|
2102
2102
|
version: string;
|
|
2103
|
+
image: string;
|
|
2103
2104
|
machine: {
|
|
2104
2105
|
version?: "v1" | undefined;
|
|
2105
2106
|
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
2106
2107
|
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
2107
2108
|
};
|
|
2108
|
-
image: string;
|
|
2109
2109
|
envId: string;
|
|
2110
2110
|
envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
2111
2111
|
orgId: string;
|
|
@@ -2143,13 +2143,13 @@ declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"type", [z
|
|
|
2143
2143
|
message: z.ZodString;
|
|
2144
2144
|
stackTrace: z.ZodString;
|
|
2145
2145
|
}, "strip", z.ZodTypeAny, {
|
|
2146
|
-
message: string;
|
|
2147
2146
|
type: "BUILT_IN_ERROR";
|
|
2147
|
+
message: string;
|
|
2148
2148
|
name: string;
|
|
2149
2149
|
stackTrace: string;
|
|
2150
2150
|
}, {
|
|
2151
|
-
message: string;
|
|
2152
2151
|
type: "BUILT_IN_ERROR";
|
|
2152
|
+
message: string;
|
|
2153
2153
|
name: string;
|
|
2154
2154
|
stackTrace: string;
|
|
2155
2155
|
}>, z.ZodObject<{
|
|
@@ -2199,8 +2199,8 @@ declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"type", [z
|
|
|
2199
2199
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
2200
2200
|
}, "strip", z.ZodTypeAny, {
|
|
2201
2201
|
error: {
|
|
2202
|
-
message: string;
|
|
2203
2202
|
type: "BUILT_IN_ERROR";
|
|
2203
|
+
message: string;
|
|
2204
2204
|
name: string;
|
|
2205
2205
|
stackTrace: string;
|
|
2206
2206
|
} | {
|
|
@@ -2224,8 +2224,8 @@ declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"type", [z
|
|
|
2224
2224
|
skippedRetrying?: boolean | undefined;
|
|
2225
2225
|
}, {
|
|
2226
2226
|
error: {
|
|
2227
|
-
message: string;
|
|
2228
2227
|
type: "BUILT_IN_ERROR";
|
|
2228
|
+
message: string;
|
|
2229
2229
|
name: string;
|
|
2230
2230
|
stackTrace: string;
|
|
2231
2231
|
} | {
|
|
@@ -2519,8 +2519,8 @@ declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"type", [z
|
|
|
2519
2519
|
};
|
|
2520
2520
|
completion: {
|
|
2521
2521
|
error: {
|
|
2522
|
-
message: string;
|
|
2523
2522
|
type: "BUILT_IN_ERROR";
|
|
2523
|
+
message: string;
|
|
2524
2524
|
name: string;
|
|
2525
2525
|
stackTrace: string;
|
|
2526
2526
|
} | {
|
|
@@ -2600,8 +2600,8 @@ declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"type", [z
|
|
|
2600
2600
|
};
|
|
2601
2601
|
completion: {
|
|
2602
2602
|
error: {
|
|
2603
|
-
message: string;
|
|
2604
2603
|
type: "BUILT_IN_ERROR";
|
|
2604
|
+
message: string;
|
|
2605
2605
|
name: string;
|
|
2606
2606
|
stackTrace: string;
|
|
2607
2607
|
} | {
|
|
@@ -2709,13 +2709,13 @@ declare const clientWebsocketMessages: {
|
|
|
2709
2709
|
message: z.ZodString;
|
|
2710
2710
|
stackTrace: z.ZodString;
|
|
2711
2711
|
}, "strip", z.ZodTypeAny, {
|
|
2712
|
-
message: string;
|
|
2713
2712
|
type: "BUILT_IN_ERROR";
|
|
2713
|
+
message: string;
|
|
2714
2714
|
name: string;
|
|
2715
2715
|
stackTrace: string;
|
|
2716
2716
|
}, {
|
|
2717
|
-
message: string;
|
|
2718
2717
|
type: "BUILT_IN_ERROR";
|
|
2718
|
+
message: string;
|
|
2719
2719
|
name: string;
|
|
2720
2720
|
stackTrace: string;
|
|
2721
2721
|
}>, z.ZodObject<{
|
|
@@ -2765,8 +2765,8 @@ declare const clientWebsocketMessages: {
|
|
|
2765
2765
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
2766
2766
|
}, "strip", z.ZodTypeAny, {
|
|
2767
2767
|
error: {
|
|
2768
|
-
message: string;
|
|
2769
2768
|
type: "BUILT_IN_ERROR";
|
|
2769
|
+
message: string;
|
|
2770
2770
|
name: string;
|
|
2771
2771
|
stackTrace: string;
|
|
2772
2772
|
} | {
|
|
@@ -2790,8 +2790,8 @@ declare const clientWebsocketMessages: {
|
|
|
2790
2790
|
skippedRetrying?: boolean | undefined;
|
|
2791
2791
|
}, {
|
|
2792
2792
|
error: {
|
|
2793
|
-
message: string;
|
|
2794
2793
|
type: "BUILT_IN_ERROR";
|
|
2794
|
+
message: string;
|
|
2795
2795
|
name: string;
|
|
2796
2796
|
stackTrace: string;
|
|
2797
2797
|
} | {
|
|
@@ -3085,8 +3085,8 @@ declare const clientWebsocketMessages: {
|
|
|
3085
3085
|
};
|
|
3086
3086
|
completion: {
|
|
3087
3087
|
error: {
|
|
3088
|
-
message: string;
|
|
3089
3088
|
type: "BUILT_IN_ERROR";
|
|
3089
|
+
message: string;
|
|
3090
3090
|
name: string;
|
|
3091
3091
|
stackTrace: string;
|
|
3092
3092
|
} | {
|
|
@@ -3166,8 +3166,8 @@ declare const clientWebsocketMessages: {
|
|
|
3166
3166
|
};
|
|
3167
3167
|
completion: {
|
|
3168
3168
|
error: {
|
|
3169
|
-
message: string;
|
|
3170
3169
|
type: "BUILT_IN_ERROR";
|
|
3170
|
+
message: string;
|
|
3171
3171
|
name: string;
|
|
3172
3172
|
stackTrace: string;
|
|
3173
3173
|
} | {
|
|
@@ -3263,8 +3263,8 @@ declare const clientWebsocketMessages: {
|
|
|
3263
3263
|
};
|
|
3264
3264
|
completion: {
|
|
3265
3265
|
error: {
|
|
3266
|
-
message: string;
|
|
3267
3266
|
type: "BUILT_IN_ERROR";
|
|
3267
|
+
message: string;
|
|
3268
3268
|
name: string;
|
|
3269
3269
|
stackTrace: string;
|
|
3270
3270
|
} | {
|
|
@@ -3352,8 +3352,8 @@ declare const clientWebsocketMessages: {
|
|
|
3352
3352
|
};
|
|
3353
3353
|
completion: {
|
|
3354
3354
|
error: {
|
|
3355
|
-
message: string;
|
|
3356
3355
|
type: "BUILT_IN_ERROR";
|
|
3356
|
+
message: string;
|
|
3357
3357
|
name: string;
|
|
3358
3358
|
stackTrace: string;
|
|
3359
3359
|
} | {
|
|
@@ -3765,13 +3765,13 @@ declare const workerToChildMessages: {
|
|
|
3765
3765
|
message: z.ZodString;
|
|
3766
3766
|
stackTrace: z.ZodString;
|
|
3767
3767
|
}, "strip", z.ZodTypeAny, {
|
|
3768
|
-
message: string;
|
|
3769
3768
|
type: "BUILT_IN_ERROR";
|
|
3769
|
+
message: string;
|
|
3770
3770
|
name: string;
|
|
3771
3771
|
stackTrace: string;
|
|
3772
3772
|
}, {
|
|
3773
|
-
message: string;
|
|
3774
3773
|
type: "BUILT_IN_ERROR";
|
|
3774
|
+
message: string;
|
|
3775
3775
|
name: string;
|
|
3776
3776
|
stackTrace: string;
|
|
3777
3777
|
}>, z.ZodObject<{
|
|
@@ -3821,8 +3821,8 @@ declare const workerToChildMessages: {
|
|
|
3821
3821
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
3822
3822
|
}, "strip", z.ZodTypeAny, {
|
|
3823
3823
|
error: {
|
|
3824
|
-
message: string;
|
|
3825
3824
|
type: "BUILT_IN_ERROR";
|
|
3825
|
+
message: string;
|
|
3826
3826
|
name: string;
|
|
3827
3827
|
stackTrace: string;
|
|
3828
3828
|
} | {
|
|
@@ -3846,8 +3846,8 @@ declare const workerToChildMessages: {
|
|
|
3846
3846
|
skippedRetrying?: boolean | undefined;
|
|
3847
3847
|
}, {
|
|
3848
3848
|
error: {
|
|
3849
|
-
message: string;
|
|
3850
3849
|
type: "BUILT_IN_ERROR";
|
|
3850
|
+
message: string;
|
|
3851
3851
|
name: string;
|
|
3852
3852
|
stackTrace: string;
|
|
3853
3853
|
} | {
|
|
@@ -4140,8 +4140,8 @@ declare const workerToChildMessages: {
|
|
|
4140
4140
|
};
|
|
4141
4141
|
completion: {
|
|
4142
4142
|
error: {
|
|
4143
|
-
message: string;
|
|
4144
4143
|
type: "BUILT_IN_ERROR";
|
|
4144
|
+
message: string;
|
|
4145
4145
|
name: string;
|
|
4146
4146
|
stackTrace: string;
|
|
4147
4147
|
} | {
|
|
@@ -4220,8 +4220,8 @@ declare const workerToChildMessages: {
|
|
|
4220
4220
|
};
|
|
4221
4221
|
completion: {
|
|
4222
4222
|
error: {
|
|
4223
|
-
message: string;
|
|
4224
4223
|
type: "BUILT_IN_ERROR";
|
|
4224
|
+
message: string;
|
|
4225
4225
|
name: string;
|
|
4226
4226
|
stackTrace: string;
|
|
4227
4227
|
} | {
|
|
@@ -5375,7 +5375,6 @@ declare const TaskMetadataWithFilePath: z.ZodObject<{
|
|
|
5375
5375
|
maxTimeoutInMs?: number | undefined;
|
|
5376
5376
|
randomize?: boolean | undefined;
|
|
5377
5377
|
}>>;
|
|
5378
|
-
packageVersion: z.ZodString;
|
|
5379
5378
|
machine: z.ZodOptional<z.ZodObject<{
|
|
5380
5379
|
version: z.ZodOptional<z.ZodDefault<z.ZodLiteral<"v1">>>;
|
|
5381
5380
|
cpu: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>]>>>;
|
|
@@ -5389,6 +5388,7 @@ declare const TaskMetadataWithFilePath: z.ZodObject<{
|
|
|
5389
5388
|
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
5390
5389
|
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
5391
5390
|
}>>;
|
|
5391
|
+
packageVersion: z.ZodString;
|
|
5392
5392
|
triggerSource: z.ZodOptional<z.ZodString>;
|
|
5393
5393
|
filePath: z.ZodString;
|
|
5394
5394
|
exportName: z.ZodString;
|
|
@@ -5795,13 +5795,13 @@ declare const childToWorkerMessages: {
|
|
|
5795
5795
|
message: z.ZodString;
|
|
5796
5796
|
stackTrace: z.ZodString;
|
|
5797
5797
|
}, "strip", z.ZodTypeAny, {
|
|
5798
|
-
message: string;
|
|
5799
5798
|
type: "BUILT_IN_ERROR";
|
|
5799
|
+
message: string;
|
|
5800
5800
|
name: string;
|
|
5801
5801
|
stackTrace: string;
|
|
5802
5802
|
}, {
|
|
5803
|
-
message: string;
|
|
5804
5803
|
type: "BUILT_IN_ERROR";
|
|
5804
|
+
message: string;
|
|
5805
5805
|
name: string;
|
|
5806
5806
|
stackTrace: string;
|
|
5807
5807
|
}>, z.ZodObject<{
|
|
@@ -5851,8 +5851,8 @@ declare const childToWorkerMessages: {
|
|
|
5851
5851
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
5852
5852
|
}, "strip", z.ZodTypeAny, {
|
|
5853
5853
|
error: {
|
|
5854
|
-
message: string;
|
|
5855
5854
|
type: "BUILT_IN_ERROR";
|
|
5855
|
+
message: string;
|
|
5856
5856
|
name: string;
|
|
5857
5857
|
stackTrace: string;
|
|
5858
5858
|
} | {
|
|
@@ -5876,8 +5876,8 @@ declare const childToWorkerMessages: {
|
|
|
5876
5876
|
skippedRetrying?: boolean | undefined;
|
|
5877
5877
|
}, {
|
|
5878
5878
|
error: {
|
|
5879
|
-
message: string;
|
|
5880
5879
|
type: "BUILT_IN_ERROR";
|
|
5880
|
+
message: string;
|
|
5881
5881
|
name: string;
|
|
5882
5882
|
stackTrace: string;
|
|
5883
5883
|
} | {
|
|
@@ -5952,8 +5952,8 @@ declare const childToWorkerMessages: {
|
|
|
5952
5952
|
};
|
|
5953
5953
|
result: {
|
|
5954
5954
|
error: {
|
|
5955
|
-
message: string;
|
|
5956
5955
|
type: "BUILT_IN_ERROR";
|
|
5956
|
+
message: string;
|
|
5957
5957
|
name: string;
|
|
5958
5958
|
stackTrace: string;
|
|
5959
5959
|
} | {
|
|
@@ -6032,8 +6032,8 @@ declare const childToWorkerMessages: {
|
|
|
6032
6032
|
};
|
|
6033
6033
|
result: {
|
|
6034
6034
|
error: {
|
|
6035
|
-
message: string;
|
|
6036
6035
|
type: "BUILT_IN_ERROR";
|
|
6036
|
+
message: string;
|
|
6037
6037
|
name: string;
|
|
6038
6038
|
stackTrace: string;
|
|
6039
6039
|
} | {
|
|
@@ -6317,7 +6317,6 @@ declare const childToWorkerMessages: {
|
|
|
6317
6317
|
maxTimeoutInMs?: number | undefined;
|
|
6318
6318
|
randomize?: boolean | undefined;
|
|
6319
6319
|
}>>;
|
|
6320
|
-
packageVersion: z.ZodString;
|
|
6321
6320
|
machine: z.ZodOptional<z.ZodObject<{
|
|
6322
6321
|
version: z.ZodOptional<z.ZodDefault<z.ZodLiteral<"v1">>>;
|
|
6323
6322
|
cpu: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>]>>>;
|
|
@@ -6331,6 +6330,7 @@ declare const childToWorkerMessages: {
|
|
|
6331
6330
|
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
6332
6331
|
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
6333
6332
|
}>>;
|
|
6333
|
+
packageVersion: z.ZodString;
|
|
6334
6334
|
triggerSource: z.ZodOptional<z.ZodString>;
|
|
6335
6335
|
filePath: z.ZodString;
|
|
6336
6336
|
exportName: z.ZodString;
|
|
@@ -6899,13 +6899,13 @@ declare const ProdChildToWorkerMessages: {
|
|
|
6899
6899
|
message: z.ZodString;
|
|
6900
6900
|
stackTrace: z.ZodString;
|
|
6901
6901
|
}, "strip", z.ZodTypeAny, {
|
|
6902
|
-
message: string;
|
|
6903
6902
|
type: "BUILT_IN_ERROR";
|
|
6903
|
+
message: string;
|
|
6904
6904
|
name: string;
|
|
6905
6905
|
stackTrace: string;
|
|
6906
6906
|
}, {
|
|
6907
|
-
message: string;
|
|
6908
6907
|
type: "BUILT_IN_ERROR";
|
|
6908
|
+
message: string;
|
|
6909
6909
|
name: string;
|
|
6910
6910
|
stackTrace: string;
|
|
6911
6911
|
}>, z.ZodObject<{
|
|
@@ -6955,8 +6955,8 @@ declare const ProdChildToWorkerMessages: {
|
|
|
6955
6955
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
6956
6956
|
}, "strip", z.ZodTypeAny, {
|
|
6957
6957
|
error: {
|
|
6958
|
-
message: string;
|
|
6959
6958
|
type: "BUILT_IN_ERROR";
|
|
6959
|
+
message: string;
|
|
6960
6960
|
name: string;
|
|
6961
6961
|
stackTrace: string;
|
|
6962
6962
|
} | {
|
|
@@ -6980,8 +6980,8 @@ declare const ProdChildToWorkerMessages: {
|
|
|
6980
6980
|
skippedRetrying?: boolean | undefined;
|
|
6981
6981
|
}, {
|
|
6982
6982
|
error: {
|
|
6983
|
-
message: string;
|
|
6984
6983
|
type: "BUILT_IN_ERROR";
|
|
6984
|
+
message: string;
|
|
6985
6985
|
name: string;
|
|
6986
6986
|
stackTrace: string;
|
|
6987
6987
|
} | {
|
|
@@ -7056,8 +7056,8 @@ declare const ProdChildToWorkerMessages: {
|
|
|
7056
7056
|
};
|
|
7057
7057
|
result: {
|
|
7058
7058
|
error: {
|
|
7059
|
-
message: string;
|
|
7060
7059
|
type: "BUILT_IN_ERROR";
|
|
7060
|
+
message: string;
|
|
7061
7061
|
name: string;
|
|
7062
7062
|
stackTrace: string;
|
|
7063
7063
|
} | {
|
|
@@ -7136,8 +7136,8 @@ declare const ProdChildToWorkerMessages: {
|
|
|
7136
7136
|
};
|
|
7137
7137
|
result: {
|
|
7138
7138
|
error: {
|
|
7139
|
-
message: string;
|
|
7140
7139
|
type: "BUILT_IN_ERROR";
|
|
7140
|
+
message: string;
|
|
7141
7141
|
name: string;
|
|
7142
7142
|
stackTrace: string;
|
|
7143
7143
|
} | {
|
|
@@ -7423,7 +7423,6 @@ declare const ProdChildToWorkerMessages: {
|
|
|
7423
7423
|
maxTimeoutInMs?: number | undefined;
|
|
7424
7424
|
randomize?: boolean | undefined;
|
|
7425
7425
|
}>>;
|
|
7426
|
-
packageVersion: z.ZodString;
|
|
7427
7426
|
machine: z.ZodOptional<z.ZodObject<{
|
|
7428
7427
|
version: z.ZodOptional<z.ZodDefault<z.ZodLiteral<"v1">>>;
|
|
7429
7428
|
cpu: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>]>>>;
|
|
@@ -7437,6 +7436,7 @@ declare const ProdChildToWorkerMessages: {
|
|
|
7437
7436
|
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
7438
7437
|
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
7439
7438
|
}>>;
|
|
7439
|
+
packageVersion: z.ZodString;
|
|
7440
7440
|
triggerSource: z.ZodOptional<z.ZodString>;
|
|
7441
7441
|
filePath: z.ZodString;
|
|
7442
7442
|
exportName: z.ZodString;
|
|
@@ -8179,13 +8179,13 @@ declare const ProdWorkerToChildMessages: {
|
|
|
8179
8179
|
message: z.ZodString;
|
|
8180
8180
|
stackTrace: z.ZodString;
|
|
8181
8181
|
}, "strip", z.ZodTypeAny, {
|
|
8182
|
-
message: string;
|
|
8183
8182
|
type: "BUILT_IN_ERROR";
|
|
8183
|
+
message: string;
|
|
8184
8184
|
name: string;
|
|
8185
8185
|
stackTrace: string;
|
|
8186
8186
|
}, {
|
|
8187
|
-
message: string;
|
|
8188
8187
|
type: "BUILT_IN_ERROR";
|
|
8188
|
+
message: string;
|
|
8189
8189
|
name: string;
|
|
8190
8190
|
stackTrace: string;
|
|
8191
8191
|
}>, z.ZodObject<{
|
|
@@ -8235,8 +8235,8 @@ declare const ProdWorkerToChildMessages: {
|
|
|
8235
8235
|
skippedRetrying: z.ZodOptional<z.ZodBoolean>;
|
|
8236
8236
|
}, "strip", z.ZodTypeAny, {
|
|
8237
8237
|
error: {
|
|
8238
|
-
message: string;
|
|
8239
8238
|
type: "BUILT_IN_ERROR";
|
|
8239
|
+
message: string;
|
|
8240
8240
|
name: string;
|
|
8241
8241
|
stackTrace: string;
|
|
8242
8242
|
} | {
|
|
@@ -8260,8 +8260,8 @@ declare const ProdWorkerToChildMessages: {
|
|
|
8260
8260
|
skippedRetrying?: boolean | undefined;
|
|
8261
8261
|
}, {
|
|
8262
8262
|
error: {
|
|
8263
|
-
message: string;
|
|
8264
8263
|
type: "BUILT_IN_ERROR";
|
|
8264
|
+
message: string;
|
|
8265
8265
|
name: string;
|
|
8266
8266
|
stackTrace: string;
|
|
8267
8267
|
} | {
|
|
@@ -8554,8 +8554,8 @@ declare const ProdWorkerToChildMessages: {
|
|
|
8554
8554
|
};
|
|
8555
8555
|
completion: {
|
|
8556
8556
|
error: {
|
|
8557
|
-
message: string;
|
|
8558
8557
|
type: "BUILT_IN_ERROR";
|
|
8558
|
+
message: string;
|
|
8559
8559
|
name: string;
|
|
8560
8560
|
stackTrace: string;
|
|
8561
8561
|
} | {
|
|
@@ -8634,8 +8634,8 @@ declare const ProdWorkerToChildMessages: {
|
|
|
8634
8634
|
};
|
|
8635
8635
|
completion: {
|
|
8636
8636
|
error: {
|
|
8637
|
-
message: string;
|
|
8638
8637
|
type: "BUILT_IN_ERROR";
|
|
8638
|
+
message: string;
|
|
8639
8639
|
name: string;
|
|
8640
8640
|
stackTrace: string;
|
|
8641
8641
|
} | {
|
|
@@ -8693,4 +8693,4 @@ declare const ProdWorkerToChildMessages: {
|
|
|
8693
8693
|
};
|
|
8694
8694
|
};
|
|
8695
8695
|
|
|
8696
|
-
export {
|
|
8696
|
+
export { BackgroundWorkerProperties as B, EnvironmentType as E, FixedWindowRateLimit as F, MachineCpu as M, ProdTaskRunExecution as P, QueueOptions as Q, RetryOptions as R, SlidingWindowRateLimit as S, TaskFileMetadata as T, UncaughtExceptionMessage as U, TaskMetadataWithFilePath as a, MachineMemory as b, Machine as c, TaskRunExecutionPayload as d, ProdTaskRunExecutionPayload as e, BackgroundWorkerServerMessages as f, BackgroundWorkerClientMessages as g, clientWebsocketMessages as h, RateLimitOptions as i, TaskMetadata as j, TaskMetadataFailedToParseData as k, childToWorkerMessages as l, ProdChildToWorkerMessages as m, ProdWorkerToChildMessages as n, serverWebsocketMessages as s, workerToChildMessages as w };
|
package/dist/v3/dev/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as RuntimeManager, T as TaskRunExecutionResult, B as BatchTaskRunExecutionResult, b as TaskRunContext, p as TaskRunExecution } from '../../manager-
|
|
1
|
+
import { R as RuntimeManager, T as TaskRunExecutionResult, B as BatchTaskRunExecutionResult, b as TaskRunContext, p as TaskRunExecution } from '../../manager-M9GLDnhJ.mjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
|
|
4
4
|
declare class DevRuntimeManager implements RuntimeManager {
|
package/dist/v3/dev/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as RuntimeManager, T as TaskRunExecutionResult, B as BatchTaskRunExecutionResult, b as TaskRunContext, p as TaskRunExecution } from '../../manager-
|
|
1
|
+
import { R as RuntimeManager, T as TaskRunExecutionResult, B as BatchTaskRunExecutionResult, b as TaskRunContext, p as TaskRunExecution } from '../../manager-M9GLDnhJ.js';
|
|
2
2
|
import 'zod';
|
|
3
3
|
|
|
4
4
|
declare class DevRuntimeManager implements RuntimeManager {
|