@trigger.dev/core 0.0.0-v3-prerelease-20241105122139 → 0.0.0-v3-prerelease-20241118124944
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/index.d.ts +41 -41
- package/dist/commonjs/v3/schemas/api.d.ts +92 -92
- package/dist/commonjs/v3/schemas/build.d.ts +40 -40
- package/dist/commonjs/v3/schemas/messages.d.ts +44 -44
- package/dist/commonjs/v3/schemas/resources.d.ts +4 -4
- package/dist/commonjs/version.js +1 -1
- package/dist/esm/v3/apiClient/index.d.ts +41 -41
- package/dist/esm/v3/schemas/api.d.ts +92 -92
- package/dist/esm/v3/schemas/build.d.ts +40 -40
- package/dist/esm/v3/schemas/messages.d.ts +44 -44
- package/dist/esm/v3/schemas/resources.d.ts +4 -4
- package/dist/esm/version.js +1 -1
- package/package.json +1 -1
|
@@ -121,10 +121,8 @@ export declare const BuildManifest: z.ZodObject<{
|
|
|
121
121
|
}>>;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
123
|
environment: string;
|
|
124
|
-
configPath: string;
|
|
125
|
-
runtime: "node" | "bun";
|
|
126
|
-
contentHash: string;
|
|
127
124
|
packageVersion: string;
|
|
125
|
+
contentHash: string;
|
|
128
126
|
cliPackageVersion: string;
|
|
129
127
|
deploy: {
|
|
130
128
|
env?: Record<string, string> | undefined;
|
|
@@ -133,6 +131,7 @@ export declare const BuildManifest: z.ZodObject<{
|
|
|
133
131
|
} | undefined;
|
|
134
132
|
};
|
|
135
133
|
target: "dev" | "deploy";
|
|
134
|
+
runtime: "node" | "bun";
|
|
136
135
|
config: {
|
|
137
136
|
project: string;
|
|
138
137
|
dirs: string[];
|
|
@@ -148,6 +147,7 @@ export declare const BuildManifest: z.ZodObject<{
|
|
|
148
147
|
outputPath: string;
|
|
149
148
|
runWorkerEntryPoint: string;
|
|
150
149
|
indexWorkerEntryPoint: string;
|
|
150
|
+
configPath: string;
|
|
151
151
|
build: {
|
|
152
152
|
env?: Record<string, string> | undefined;
|
|
153
153
|
commands?: string[] | undefined;
|
|
@@ -170,10 +170,8 @@ export declare const BuildManifest: z.ZodObject<{
|
|
|
170
170
|
} | undefined;
|
|
171
171
|
}, {
|
|
172
172
|
environment: string;
|
|
173
|
-
configPath: string;
|
|
174
|
-
runtime: "node" | "bun";
|
|
175
|
-
contentHash: string;
|
|
176
173
|
packageVersion: string;
|
|
174
|
+
contentHash: string;
|
|
177
175
|
cliPackageVersion: string;
|
|
178
176
|
deploy: {
|
|
179
177
|
env?: Record<string, string> | undefined;
|
|
@@ -182,6 +180,7 @@ export declare const BuildManifest: z.ZodObject<{
|
|
|
182
180
|
} | undefined;
|
|
183
181
|
};
|
|
184
182
|
target: "dev" | "deploy";
|
|
183
|
+
runtime: "node" | "bun";
|
|
185
184
|
config: {
|
|
186
185
|
project: string;
|
|
187
186
|
dirs: string[];
|
|
@@ -197,6 +196,7 @@ export declare const BuildManifest: z.ZodObject<{
|
|
|
197
196
|
outputPath: string;
|
|
198
197
|
runWorkerEntryPoint: string;
|
|
199
198
|
indexWorkerEntryPoint: string;
|
|
199
|
+
configPath: string;
|
|
200
200
|
build: {
|
|
201
201
|
env?: Record<string, string> | undefined;
|
|
202
202
|
commands?: string[] | undefined;
|
|
@@ -329,10 +329,8 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
329
329
|
}>>;
|
|
330
330
|
}, "strip", z.ZodTypeAny, {
|
|
331
331
|
environment: string;
|
|
332
|
-
configPath: string;
|
|
333
|
-
runtime: "node" | "bun";
|
|
334
|
-
contentHash: string;
|
|
335
332
|
packageVersion: string;
|
|
333
|
+
contentHash: string;
|
|
336
334
|
cliPackageVersion: string;
|
|
337
335
|
deploy: {
|
|
338
336
|
env?: Record<string, string> | undefined;
|
|
@@ -341,6 +339,7 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
341
339
|
} | undefined;
|
|
342
340
|
};
|
|
343
341
|
target: "dev" | "deploy";
|
|
342
|
+
runtime: "node" | "bun";
|
|
344
343
|
config: {
|
|
345
344
|
project: string;
|
|
346
345
|
dirs: string[];
|
|
@@ -356,6 +355,7 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
356
355
|
outputPath: string;
|
|
357
356
|
runWorkerEntryPoint: string;
|
|
358
357
|
indexWorkerEntryPoint: string;
|
|
358
|
+
configPath: string;
|
|
359
359
|
build: {
|
|
360
360
|
env?: Record<string, string> | undefined;
|
|
361
361
|
commands?: string[] | undefined;
|
|
@@ -378,10 +378,8 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
378
378
|
} | undefined;
|
|
379
379
|
}, {
|
|
380
380
|
environment: string;
|
|
381
|
-
configPath: string;
|
|
382
|
-
runtime: "node" | "bun";
|
|
383
|
-
contentHash: string;
|
|
384
381
|
packageVersion: string;
|
|
382
|
+
contentHash: string;
|
|
385
383
|
cliPackageVersion: string;
|
|
386
384
|
deploy: {
|
|
387
385
|
env?: Record<string, string> | undefined;
|
|
@@ -390,6 +388,7 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
390
388
|
} | undefined;
|
|
391
389
|
};
|
|
392
390
|
target: "dev" | "deploy";
|
|
391
|
+
runtime: "node" | "bun";
|
|
393
392
|
config: {
|
|
394
393
|
project: string;
|
|
395
394
|
dirs: string[];
|
|
@@ -405,6 +404,7 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
405
404
|
outputPath: string;
|
|
406
405
|
runWorkerEntryPoint: string;
|
|
407
406
|
indexWorkerEntryPoint: string;
|
|
407
|
+
configPath: string;
|
|
408
408
|
build: {
|
|
409
409
|
env?: Record<string, string> | undefined;
|
|
410
410
|
commands?: string[] | undefined;
|
|
@@ -429,10 +429,8 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
429
429
|
}, "strip", z.ZodTypeAny, {
|
|
430
430
|
build: {
|
|
431
431
|
environment: string;
|
|
432
|
-
configPath: string;
|
|
433
|
-
runtime: "node" | "bun";
|
|
434
|
-
contentHash: string;
|
|
435
432
|
packageVersion: string;
|
|
433
|
+
contentHash: string;
|
|
436
434
|
cliPackageVersion: string;
|
|
437
435
|
deploy: {
|
|
438
436
|
env?: Record<string, string> | undefined;
|
|
@@ -441,6 +439,7 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
441
439
|
} | undefined;
|
|
442
440
|
};
|
|
443
441
|
target: "dev" | "deploy";
|
|
442
|
+
runtime: "node" | "bun";
|
|
444
443
|
config: {
|
|
445
444
|
project: string;
|
|
446
445
|
dirs: string[];
|
|
@@ -456,6 +455,7 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
456
455
|
outputPath: string;
|
|
457
456
|
runWorkerEntryPoint: string;
|
|
458
457
|
indexWorkerEntryPoint: string;
|
|
458
|
+
configPath: string;
|
|
459
459
|
build: {
|
|
460
460
|
env?: Record<string, string> | undefined;
|
|
461
461
|
commands?: string[] | undefined;
|
|
@@ -480,10 +480,8 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
480
480
|
}, {
|
|
481
481
|
build: {
|
|
482
482
|
environment: string;
|
|
483
|
-
configPath: string;
|
|
484
|
-
runtime: "node" | "bun";
|
|
485
|
-
contentHash: string;
|
|
486
483
|
packageVersion: string;
|
|
484
|
+
contentHash: string;
|
|
487
485
|
cliPackageVersion: string;
|
|
488
486
|
deploy: {
|
|
489
487
|
env?: Record<string, string> | undefined;
|
|
@@ -492,6 +490,7 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
492
490
|
} | undefined;
|
|
493
491
|
};
|
|
494
492
|
target: "dev" | "deploy";
|
|
493
|
+
runtime: "node" | "bun";
|
|
495
494
|
config: {
|
|
496
495
|
project: string;
|
|
497
496
|
dirs: string[];
|
|
@@ -507,6 +506,7 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
507
506
|
outputPath: string;
|
|
508
507
|
runWorkerEntryPoint: string;
|
|
509
508
|
indexWorkerEntryPoint: string;
|
|
509
|
+
configPath: string;
|
|
510
510
|
build: {
|
|
511
511
|
env?: Record<string, string> | undefined;
|
|
512
512
|
commands?: string[] | undefined;
|
|
@@ -533,10 +533,8 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
533
533
|
data: {
|
|
534
534
|
build: {
|
|
535
535
|
environment: string;
|
|
536
|
-
configPath: string;
|
|
537
|
-
runtime: "node" | "bun";
|
|
538
|
-
contentHash: string;
|
|
539
536
|
packageVersion: string;
|
|
537
|
+
contentHash: string;
|
|
540
538
|
cliPackageVersion: string;
|
|
541
539
|
deploy: {
|
|
542
540
|
env?: Record<string, string> | undefined;
|
|
@@ -545,6 +543,7 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
545
543
|
} | undefined;
|
|
546
544
|
};
|
|
547
545
|
target: "dev" | "deploy";
|
|
546
|
+
runtime: "node" | "bun";
|
|
548
547
|
config: {
|
|
549
548
|
project: string;
|
|
550
549
|
dirs: string[];
|
|
@@ -560,6 +559,7 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
560
559
|
outputPath: string;
|
|
561
560
|
runWorkerEntryPoint: string;
|
|
562
561
|
indexWorkerEntryPoint: string;
|
|
562
|
+
configPath: string;
|
|
563
563
|
build: {
|
|
564
564
|
env?: Record<string, string> | undefined;
|
|
565
565
|
commands?: string[] | undefined;
|
|
@@ -587,10 +587,8 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
587
587
|
data: {
|
|
588
588
|
build: {
|
|
589
589
|
environment: string;
|
|
590
|
-
configPath: string;
|
|
591
|
-
runtime: "node" | "bun";
|
|
592
|
-
contentHash: string;
|
|
593
590
|
packageVersion: string;
|
|
591
|
+
contentHash: string;
|
|
594
592
|
cliPackageVersion: string;
|
|
595
593
|
deploy: {
|
|
596
594
|
env?: Record<string, string> | undefined;
|
|
@@ -599,6 +597,7 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
599
597
|
} | undefined;
|
|
600
598
|
};
|
|
601
599
|
target: "dev" | "deploy";
|
|
600
|
+
runtime: "node" | "bun";
|
|
602
601
|
config: {
|
|
603
602
|
project: string;
|
|
604
603
|
dirs: string[];
|
|
@@ -614,6 +613,7 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
614
613
|
outputPath: string;
|
|
615
614
|
runWorkerEntryPoint: string;
|
|
616
615
|
indexWorkerEntryPoint: string;
|
|
616
|
+
configPath: string;
|
|
617
617
|
build: {
|
|
618
618
|
env?: Record<string, string> | undefined;
|
|
619
619
|
commands?: string[] | undefined;
|
|
@@ -1012,7 +1012,6 @@ export declare const WorkerManifest: z.ZodObject<{
|
|
|
1012
1012
|
exclude?: string[] | undefined;
|
|
1013
1013
|
}>>;
|
|
1014
1014
|
}, "strip", z.ZodTypeAny, {
|
|
1015
|
-
configPath: string;
|
|
1016
1015
|
tasks: {
|
|
1017
1016
|
id: string;
|
|
1018
1017
|
filePath: string;
|
|
@@ -1074,8 +1073,9 @@ export declare const WorkerManifest: z.ZodObject<{
|
|
|
1074
1073
|
} | undefined;
|
|
1075
1074
|
maxDuration?: number | undefined;
|
|
1076
1075
|
}[];
|
|
1077
|
-
workerEntryPoint: string;
|
|
1078
1076
|
runtime: "node" | "bun";
|
|
1077
|
+
configPath: string;
|
|
1078
|
+
workerEntryPoint: string;
|
|
1079
1079
|
controllerEntryPoint?: string | undefined;
|
|
1080
1080
|
loaderEntryPoint?: string | undefined;
|
|
1081
1081
|
customConditions?: string[] | undefined;
|
|
@@ -1084,7 +1084,6 @@ export declare const WorkerManifest: z.ZodObject<{
|
|
|
1084
1084
|
exclude?: string[] | undefined;
|
|
1085
1085
|
} | undefined;
|
|
1086
1086
|
}, {
|
|
1087
|
-
configPath: string;
|
|
1088
1087
|
tasks: {
|
|
1089
1088
|
id: string;
|
|
1090
1089
|
filePath: string;
|
|
@@ -1146,8 +1145,9 @@ export declare const WorkerManifest: z.ZodObject<{
|
|
|
1146
1145
|
} | undefined;
|
|
1147
1146
|
maxDuration?: number | undefined;
|
|
1148
1147
|
}[];
|
|
1149
|
-
workerEntryPoint: string;
|
|
1150
1148
|
runtime: "node" | "bun";
|
|
1149
|
+
configPath: string;
|
|
1150
|
+
workerEntryPoint: string;
|
|
1151
1151
|
controllerEntryPoint?: string | undefined;
|
|
1152
1152
|
loaderEntryPoint?: string | undefined;
|
|
1153
1153
|
customConditions?: string[] | undefined;
|
|
@@ -1533,7 +1533,6 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1533
1533
|
exclude?: string[] | undefined;
|
|
1534
1534
|
}>>;
|
|
1535
1535
|
}, "strip", z.ZodTypeAny, {
|
|
1536
|
-
configPath: string;
|
|
1537
1536
|
tasks: {
|
|
1538
1537
|
id: string;
|
|
1539
1538
|
filePath: string;
|
|
@@ -1595,8 +1594,9 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1595
1594
|
} | undefined;
|
|
1596
1595
|
maxDuration?: number | undefined;
|
|
1597
1596
|
}[];
|
|
1598
|
-
workerEntryPoint: string;
|
|
1599
1597
|
runtime: "node" | "bun";
|
|
1598
|
+
configPath: string;
|
|
1599
|
+
workerEntryPoint: string;
|
|
1600
1600
|
controllerEntryPoint?: string | undefined;
|
|
1601
1601
|
loaderEntryPoint?: string | undefined;
|
|
1602
1602
|
customConditions?: string[] | undefined;
|
|
@@ -1605,7 +1605,6 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1605
1605
|
exclude?: string[] | undefined;
|
|
1606
1606
|
} | undefined;
|
|
1607
1607
|
}, {
|
|
1608
|
-
configPath: string;
|
|
1609
1608
|
tasks: {
|
|
1610
1609
|
id: string;
|
|
1611
1610
|
filePath: string;
|
|
@@ -1667,8 +1666,9 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1667
1666
|
} | undefined;
|
|
1668
1667
|
maxDuration?: number | undefined;
|
|
1669
1668
|
}[];
|
|
1670
|
-
workerEntryPoint: string;
|
|
1671
1669
|
runtime: "node" | "bun";
|
|
1670
|
+
configPath: string;
|
|
1671
|
+
workerEntryPoint: string;
|
|
1672
1672
|
controllerEntryPoint?: string | undefined;
|
|
1673
1673
|
loaderEntryPoint?: string | undefined;
|
|
1674
1674
|
customConditions?: string[] | undefined;
|
|
@@ -1679,7 +1679,6 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1679
1679
|
}>;
|
|
1680
1680
|
}, "strip", z.ZodTypeAny, {
|
|
1681
1681
|
manifest: {
|
|
1682
|
-
configPath: string;
|
|
1683
1682
|
tasks: {
|
|
1684
1683
|
id: string;
|
|
1685
1684
|
filePath: string;
|
|
@@ -1741,8 +1740,9 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1741
1740
|
} | undefined;
|
|
1742
1741
|
maxDuration?: number | undefined;
|
|
1743
1742
|
}[];
|
|
1744
|
-
workerEntryPoint: string;
|
|
1745
1743
|
runtime: "node" | "bun";
|
|
1744
|
+
configPath: string;
|
|
1745
|
+
workerEntryPoint: string;
|
|
1746
1746
|
controllerEntryPoint?: string | undefined;
|
|
1747
1747
|
loaderEntryPoint?: string | undefined;
|
|
1748
1748
|
customConditions?: string[] | undefined;
|
|
@@ -1753,7 +1753,6 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1753
1753
|
};
|
|
1754
1754
|
}, {
|
|
1755
1755
|
manifest: {
|
|
1756
|
-
configPath: string;
|
|
1757
1756
|
tasks: {
|
|
1758
1757
|
id: string;
|
|
1759
1758
|
filePath: string;
|
|
@@ -1815,8 +1814,9 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1815
1814
|
} | undefined;
|
|
1816
1815
|
maxDuration?: number | undefined;
|
|
1817
1816
|
}[];
|
|
1818
|
-
workerEntryPoint: string;
|
|
1819
1817
|
runtime: "node" | "bun";
|
|
1818
|
+
configPath: string;
|
|
1819
|
+
workerEntryPoint: string;
|
|
1820
1820
|
controllerEntryPoint?: string | undefined;
|
|
1821
1821
|
loaderEntryPoint?: string | undefined;
|
|
1822
1822
|
customConditions?: string[] | undefined;
|
|
@@ -1829,7 +1829,6 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1829
1829
|
}, "strip", z.ZodTypeAny, {
|
|
1830
1830
|
data: {
|
|
1831
1831
|
manifest: {
|
|
1832
|
-
configPath: string;
|
|
1833
1832
|
tasks: {
|
|
1834
1833
|
id: string;
|
|
1835
1834
|
filePath: string;
|
|
@@ -1891,8 +1890,9 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1891
1890
|
} | undefined;
|
|
1892
1891
|
maxDuration?: number | undefined;
|
|
1893
1892
|
}[];
|
|
1894
|
-
workerEntryPoint: string;
|
|
1895
1893
|
runtime: "node" | "bun";
|
|
1894
|
+
configPath: string;
|
|
1895
|
+
workerEntryPoint: string;
|
|
1896
1896
|
controllerEntryPoint?: string | undefined;
|
|
1897
1897
|
loaderEntryPoint?: string | undefined;
|
|
1898
1898
|
customConditions?: string[] | undefined;
|
|
@@ -1906,7 +1906,6 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1906
1906
|
}, {
|
|
1907
1907
|
data: {
|
|
1908
1908
|
manifest: {
|
|
1909
|
-
configPath: string;
|
|
1910
1909
|
tasks: {
|
|
1911
1910
|
id: string;
|
|
1912
1911
|
filePath: string;
|
|
@@ -1968,8 +1967,9 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1968
1967
|
} | undefined;
|
|
1969
1968
|
maxDuration?: number | undefined;
|
|
1970
1969
|
}[];
|
|
1971
|
-
workerEntryPoint: string;
|
|
1972
1970
|
runtime: "node" | "bun";
|
|
1971
|
+
configPath: string;
|
|
1972
|
+
workerEntryPoint: string;
|
|
1973
1973
|
controllerEntryPoint?: string | undefined;
|
|
1974
1974
|
loaderEntryPoint?: string | undefined;
|
|
1975
1975
|
customConditions?: string[] | undefined;
|