@trigger.dev/core 0.0.0-v3-prerelease-20241101212227 → 0.0.0-v3-prerelease-20241105122139

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.
@@ -121,11 +121,11 @@ export declare const BuildManifest: z.ZodObject<{
121
121
  }>>;
122
122
  }, "strip", z.ZodTypeAny, {
123
123
  environment: string;
124
- contentHash: string;
125
124
  configPath: string;
126
125
  runtime: "node" | "bun";
127
- cliPackageVersion: string;
126
+ contentHash: string;
128
127
  packageVersion: string;
128
+ cliPackageVersion: string;
129
129
  deploy: {
130
130
  env?: Record<string, string> | undefined;
131
131
  sync?: {
@@ -170,11 +170,11 @@ export declare const BuildManifest: z.ZodObject<{
170
170
  } | undefined;
171
171
  }, {
172
172
  environment: string;
173
- contentHash: string;
174
173
  configPath: string;
175
174
  runtime: "node" | "bun";
176
- cliPackageVersion: string;
175
+ contentHash: string;
177
176
  packageVersion: string;
177
+ cliPackageVersion: string;
178
178
  deploy: {
179
179
  env?: Record<string, string> | undefined;
180
180
  sync?: {
@@ -329,11 +329,11 @@ export declare const IndexMessage: z.ZodObject<{
329
329
  }>>;
330
330
  }, "strip", z.ZodTypeAny, {
331
331
  environment: string;
332
- contentHash: string;
333
332
  configPath: string;
334
333
  runtime: "node" | "bun";
335
- cliPackageVersion: string;
334
+ contentHash: string;
336
335
  packageVersion: string;
336
+ cliPackageVersion: string;
337
337
  deploy: {
338
338
  env?: Record<string, string> | undefined;
339
339
  sync?: {
@@ -378,11 +378,11 @@ export declare const IndexMessage: z.ZodObject<{
378
378
  } | undefined;
379
379
  }, {
380
380
  environment: string;
381
- contentHash: string;
382
381
  configPath: string;
383
382
  runtime: "node" | "bun";
384
- cliPackageVersion: string;
383
+ contentHash: string;
385
384
  packageVersion: string;
385
+ cliPackageVersion: string;
386
386
  deploy: {
387
387
  env?: Record<string, string> | undefined;
388
388
  sync?: {
@@ -429,11 +429,11 @@ export declare const IndexMessage: z.ZodObject<{
429
429
  }, "strip", z.ZodTypeAny, {
430
430
  build: {
431
431
  environment: string;
432
- contentHash: string;
433
432
  configPath: string;
434
433
  runtime: "node" | "bun";
435
- cliPackageVersion: string;
434
+ contentHash: string;
436
435
  packageVersion: string;
436
+ cliPackageVersion: string;
437
437
  deploy: {
438
438
  env?: Record<string, string> | undefined;
439
439
  sync?: {
@@ -480,11 +480,11 @@ export declare const IndexMessage: z.ZodObject<{
480
480
  }, {
481
481
  build: {
482
482
  environment: string;
483
- contentHash: string;
484
483
  configPath: string;
485
484
  runtime: "node" | "bun";
486
- cliPackageVersion: string;
485
+ contentHash: string;
487
486
  packageVersion: string;
487
+ cliPackageVersion: string;
488
488
  deploy: {
489
489
  env?: Record<string, string> | undefined;
490
490
  sync?: {
@@ -533,11 +533,11 @@ export declare const IndexMessage: z.ZodObject<{
533
533
  data: {
534
534
  build: {
535
535
  environment: string;
536
- contentHash: string;
537
536
  configPath: string;
538
537
  runtime: "node" | "bun";
539
- cliPackageVersion: string;
538
+ contentHash: string;
540
539
  packageVersion: string;
540
+ cliPackageVersion: string;
541
541
  deploy: {
542
542
  env?: Record<string, string> | undefined;
543
543
  sync?: {
@@ -587,11 +587,11 @@ export declare const IndexMessage: z.ZodObject<{
587
587
  data: {
588
588
  build: {
589
589
  environment: string;
590
- contentHash: string;
591
590
  configPath: string;
592
591
  runtime: "node" | "bun";
593
- cliPackageVersion: string;
592
+ contentHash: string;
594
593
  packageVersion: string;
594
+ cliPackageVersion: string;
595
595
  deploy: {
596
596
  env?: Record<string, string> | undefined;
597
597
  sync?: {
@@ -1012,6 +1012,7 @@ export declare const WorkerManifest: z.ZodObject<{
1012
1012
  exclude?: string[] | undefined;
1013
1013
  }>>;
1014
1014
  }, "strip", z.ZodTypeAny, {
1015
+ configPath: string;
1015
1016
  tasks: {
1016
1017
  id: string;
1017
1018
  filePath: string;
@@ -1073,7 +1074,6 @@ export declare const WorkerManifest: z.ZodObject<{
1073
1074
  } | undefined;
1074
1075
  maxDuration?: number | undefined;
1075
1076
  }[];
1076
- configPath: string;
1077
1077
  workerEntryPoint: string;
1078
1078
  runtime: "node" | "bun";
1079
1079
  controllerEntryPoint?: string | undefined;
@@ -1084,6 +1084,7 @@ export declare const WorkerManifest: z.ZodObject<{
1084
1084
  exclude?: string[] | undefined;
1085
1085
  } | undefined;
1086
1086
  }, {
1087
+ configPath: string;
1087
1088
  tasks: {
1088
1089
  id: string;
1089
1090
  filePath: string;
@@ -1145,7 +1146,6 @@ export declare const WorkerManifest: z.ZodObject<{
1145
1146
  } | undefined;
1146
1147
  maxDuration?: number | undefined;
1147
1148
  }[];
1148
- configPath: string;
1149
1149
  workerEntryPoint: string;
1150
1150
  runtime: "node" | "bun";
1151
1151
  controllerEntryPoint?: string | undefined;
@@ -1533,6 +1533,7 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1533
1533
  exclude?: string[] | undefined;
1534
1534
  }>>;
1535
1535
  }, "strip", z.ZodTypeAny, {
1536
+ configPath: string;
1536
1537
  tasks: {
1537
1538
  id: string;
1538
1539
  filePath: string;
@@ -1594,7 +1595,6 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1594
1595
  } | undefined;
1595
1596
  maxDuration?: number | undefined;
1596
1597
  }[];
1597
- configPath: string;
1598
1598
  workerEntryPoint: string;
1599
1599
  runtime: "node" | "bun";
1600
1600
  controllerEntryPoint?: string | undefined;
@@ -1605,6 +1605,7 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1605
1605
  exclude?: string[] | undefined;
1606
1606
  } | undefined;
1607
1607
  }, {
1608
+ configPath: string;
1608
1609
  tasks: {
1609
1610
  id: string;
1610
1611
  filePath: string;
@@ -1666,7 +1667,6 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1666
1667
  } | undefined;
1667
1668
  maxDuration?: number | undefined;
1668
1669
  }[];
1669
- configPath: string;
1670
1670
  workerEntryPoint: string;
1671
1671
  runtime: "node" | "bun";
1672
1672
  controllerEntryPoint?: string | undefined;
@@ -1679,6 +1679,7 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1679
1679
  }>;
1680
1680
  }, "strip", z.ZodTypeAny, {
1681
1681
  manifest: {
1682
+ configPath: string;
1682
1683
  tasks: {
1683
1684
  id: string;
1684
1685
  filePath: string;
@@ -1740,7 +1741,6 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1740
1741
  } | undefined;
1741
1742
  maxDuration?: number | undefined;
1742
1743
  }[];
1743
- configPath: string;
1744
1744
  workerEntryPoint: string;
1745
1745
  runtime: "node" | "bun";
1746
1746
  controllerEntryPoint?: string | undefined;
@@ -1753,6 +1753,7 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1753
1753
  };
1754
1754
  }, {
1755
1755
  manifest: {
1756
+ configPath: string;
1756
1757
  tasks: {
1757
1758
  id: string;
1758
1759
  filePath: string;
@@ -1814,7 +1815,6 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1814
1815
  } | undefined;
1815
1816
  maxDuration?: number | undefined;
1816
1817
  }[];
1817
- configPath: string;
1818
1818
  workerEntryPoint: string;
1819
1819
  runtime: "node" | "bun";
1820
1820
  controllerEntryPoint?: string | undefined;
@@ -1829,6 +1829,7 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1829
1829
  }, "strip", z.ZodTypeAny, {
1830
1830
  data: {
1831
1831
  manifest: {
1832
+ configPath: string;
1832
1833
  tasks: {
1833
1834
  id: string;
1834
1835
  filePath: string;
@@ -1890,7 +1891,6 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1890
1891
  } | undefined;
1891
1892
  maxDuration?: number | undefined;
1892
1893
  }[];
1893
- configPath: string;
1894
1894
  workerEntryPoint: string;
1895
1895
  runtime: "node" | "bun";
1896
1896
  controllerEntryPoint?: string | undefined;
@@ -1906,6 +1906,7 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1906
1906
  }, {
1907
1907
  data: {
1908
1908
  manifest: {
1909
+ configPath: string;
1909
1910
  tasks: {
1910
1911
  id: string;
1911
1912
  filePath: string;
@@ -1967,7 +1968,6 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1967
1968
  } | undefined;
1968
1969
  maxDuration?: number | undefined;
1969
1970
  }[];
1970
- configPath: string;
1971
1971
  workerEntryPoint: string;
1972
1972
  runtime: "node" | "bun";
1973
1973
  controllerEntryPoint?: string | undefined;