@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.
@@ -47,9 +47,9 @@ export declare const BackgroundWorkerServerMessages: z.ZodDiscriminatedUnion<"ty
47
47
  name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
48
48
  centsPerMs: number;
49
49
  };
50
- runId: string;
51
50
  projectId: string;
52
51
  image: string;
52
+ runId: string;
53
53
  envId: string;
54
54
  envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
55
55
  orgId: string;
@@ -64,9 +64,9 @@ export declare const BackgroundWorkerServerMessages: z.ZodDiscriminatedUnion<"ty
64
64
  name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
65
65
  centsPerMs: number;
66
66
  };
67
- runId: string;
68
67
  projectId: string;
69
68
  image: string;
69
+ runId: string;
70
70
  envId: string;
71
71
  envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
72
72
  orgId: string;
@@ -180,9 +180,9 @@ export declare const serverWebsocketMessages: {
180
180
  name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
181
181
  centsPerMs: number;
182
182
  };
183
- runId: string;
184
183
  projectId: string;
185
184
  image: string;
185
+ runId: string;
186
186
  envId: string;
187
187
  envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
188
188
  orgId: string;
@@ -197,9 +197,9 @@ export declare const serverWebsocketMessages: {
197
197
  name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
198
198
  centsPerMs: number;
199
199
  };
200
- runId: string;
201
200
  projectId: string;
202
201
  image: string;
202
+ runId: string;
203
203
  envId: string;
204
204
  envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
205
205
  orgId: string;
@@ -264,9 +264,9 @@ export declare const serverWebsocketMessages: {
264
264
  name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
265
265
  centsPerMs: number;
266
266
  };
267
- runId: string;
268
267
  projectId: string;
269
268
  image: string;
269
+ runId: string;
270
270
  envId: string;
271
271
  envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
272
272
  orgId: string;
@@ -299,9 +299,9 @@ export declare const serverWebsocketMessages: {
299
299
  name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
300
300
  centsPerMs: number;
301
301
  };
302
- runId: string;
303
302
  projectId: string;
304
303
  image: string;
304
+ runId: string;
305
305
  envId: string;
306
306
  envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
307
307
  orgId: string;
@@ -2846,7 +2846,6 @@ export declare const indexerToWorkerMessages: {
2846
2846
  exclude?: string[] | undefined;
2847
2847
  }>>;
2848
2848
  }, "strip", z.ZodTypeAny, {
2849
- configPath: string;
2850
2849
  tasks: {
2851
2850
  id: string;
2852
2851
  filePath: string;
@@ -2908,8 +2907,9 @@ export declare const indexerToWorkerMessages: {
2908
2907
  } | undefined;
2909
2908
  maxDuration?: number | undefined;
2910
2909
  }[];
2911
- workerEntryPoint: string;
2912
2910
  runtime: "node" | "bun";
2911
+ configPath: string;
2912
+ workerEntryPoint: string;
2913
2913
  controllerEntryPoint?: string | undefined;
2914
2914
  loaderEntryPoint?: string | undefined;
2915
2915
  customConditions?: string[] | undefined;
@@ -2918,7 +2918,6 @@ export declare const indexerToWorkerMessages: {
2918
2918
  exclude?: string[] | undefined;
2919
2919
  } | undefined;
2920
2920
  }, {
2921
- configPath: string;
2922
2921
  tasks: {
2923
2922
  id: string;
2924
2923
  filePath: string;
@@ -2980,8 +2979,9 @@ export declare const indexerToWorkerMessages: {
2980
2979
  } | undefined;
2981
2980
  maxDuration?: number | undefined;
2982
2981
  }[];
2983
- workerEntryPoint: string;
2984
2982
  runtime: "node" | "bun";
2983
+ configPath: string;
2984
+ workerEntryPoint: string;
2985
2985
  controllerEntryPoint?: string | undefined;
2986
2986
  loaderEntryPoint?: string | undefined;
2987
2987
  customConditions?: string[] | undefined;
@@ -3009,7 +3009,6 @@ export declare const indexerToWorkerMessages: {
3009
3009
  }, "strip", z.ZodTypeAny, {
3010
3010
  version: "v1";
3011
3011
  manifest: {
3012
- configPath: string;
3013
3012
  tasks: {
3014
3013
  id: string;
3015
3014
  filePath: string;
@@ -3071,8 +3070,9 @@ export declare const indexerToWorkerMessages: {
3071
3070
  } | undefined;
3072
3071
  maxDuration?: number | undefined;
3073
3072
  }[];
3074
- workerEntryPoint: string;
3075
3073
  runtime: "node" | "bun";
3074
+ configPath: string;
3075
+ workerEntryPoint: string;
3076
3076
  controllerEntryPoint?: string | undefined;
3077
3077
  loaderEntryPoint?: string | undefined;
3078
3078
  customConditions?: string[] | undefined;
@@ -3089,7 +3089,6 @@ export declare const indexerToWorkerMessages: {
3089
3089
  }[];
3090
3090
  }, {
3091
3091
  manifest: {
3092
- configPath: string;
3093
3092
  tasks: {
3094
3093
  id: string;
3095
3094
  filePath: string;
@@ -3151,8 +3150,9 @@ export declare const indexerToWorkerMessages: {
3151
3150
  } | undefined;
3152
3151
  maxDuration?: number | undefined;
3153
3152
  }[];
3154
- workerEntryPoint: string;
3155
3153
  runtime: "node" | "bun";
3154
+ configPath: string;
3155
+ workerEntryPoint: string;
3156
3156
  controllerEntryPoint?: string | undefined;
3157
3157
  loaderEntryPoint?: string | undefined;
3158
3158
  customConditions?: string[] | undefined;
@@ -5453,21 +5453,21 @@ export declare const PlatformToProviderMessages: {
5453
5453
  deploymentId: z.ZodString;
5454
5454
  }, "strip", z.ZodTypeAny, {
5455
5455
  version: "v1";
5456
- imageTag: string;
5457
5456
  apiKey: string;
5458
5457
  apiUrl: string;
5459
5458
  projectId: string;
5460
5459
  shortCode: string;
5460
+ imageTag: string;
5461
5461
  envId: string;
5462
5462
  envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
5463
5463
  orgId: string;
5464
5464
  deploymentId: string;
5465
5465
  }, {
5466
- imageTag: string;
5467
5466
  apiKey: string;
5468
5467
  apiUrl: string;
5469
5468
  projectId: string;
5470
5469
  shortCode: string;
5470
+ imageTag: string;
5471
5471
  envId: string;
5472
5472
  envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
5473
5473
  orgId: string;
@@ -5555,8 +5555,8 @@ export declare const PlatformToProviderMessages: {
5555
5555
  name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
5556
5556
  centsPerMs: number;
5557
5557
  };
5558
- runId: string;
5559
5558
  projectId: string;
5559
+ runId: string;
5560
5560
  envId: string;
5561
5561
  envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
5562
5562
  orgId: string;
@@ -5573,8 +5573,8 @@ export declare const PlatformToProviderMessages: {
5573
5573
  name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
5574
5574
  centsPerMs: number;
5575
5575
  };
5576
- runId: string;
5577
5576
  projectId: string;
5577
+ runId: string;
5578
5578
  envId: string;
5579
5579
  envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
5580
5580
  orgId: string;
@@ -5992,6 +5992,8 @@ export declare const CoordinatorToPlatformMessages: {
5992
5992
  maxDuration?: number | undefined;
5993
5993
  }>, "many">;
5994
5994
  }, "strip", z.ZodTypeAny, {
5995
+ packageVersion: string;
5996
+ contentHash: string;
5995
5997
  tasks: {
5996
5998
  id: string;
5997
5999
  filePath: string;
@@ -6052,10 +6054,10 @@ export declare const CoordinatorToPlatformMessages: {
6052
6054
  } | undefined;
6053
6055
  maxDuration?: number | undefined;
6054
6056
  }[];
6055
- contentHash: string;
6056
- packageVersion: string;
6057
6057
  cliPackageVersion?: string | undefined;
6058
6058
  }, {
6059
+ packageVersion: string;
6060
+ contentHash: string;
6059
6061
  tasks: {
6060
6062
  id: string;
6061
6063
  filePath: string;
@@ -6116,8 +6118,6 @@ export declare const CoordinatorToPlatformMessages: {
6116
6118
  } | undefined;
6117
6119
  maxDuration?: number | undefined;
6118
6120
  }[];
6119
- contentHash: string;
6120
- packageVersion: string;
6121
6121
  cliPackageVersion?: string | undefined;
6122
6122
  }>;
6123
6123
  envId: z.ZodString;
@@ -6127,6 +6127,8 @@ export declare const CoordinatorToPlatformMessages: {
6127
6127
  }, "strip", z.ZodTypeAny, {
6128
6128
  version: "v1";
6129
6129
  metadata: {
6130
+ packageVersion: string;
6131
+ contentHash: string;
6130
6132
  tasks: {
6131
6133
  id: string;
6132
6134
  filePath: string;
@@ -6187,8 +6189,6 @@ export declare const CoordinatorToPlatformMessages: {
6187
6189
  } | undefined;
6188
6190
  maxDuration?: number | undefined;
6189
6191
  }[];
6190
- contentHash: string;
6191
- packageVersion: string;
6192
6192
  cliPackageVersion?: string | undefined;
6193
6193
  };
6194
6194
  envId: string;
@@ -6197,6 +6197,8 @@ export declare const CoordinatorToPlatformMessages: {
6197
6197
  }, {
6198
6198
  version: "v1";
6199
6199
  metadata: {
6200
+ packageVersion: string;
6201
+ contentHash: string;
6200
6202
  tasks: {
6201
6203
  id: string;
6202
6204
  filePath: string;
@@ -6257,8 +6259,6 @@ export declare const CoordinatorToPlatformMessages: {
6257
6259
  } | undefined;
6258
6260
  maxDuration?: number | undefined;
6259
6261
  }[];
6260
- contentHash: string;
6261
- packageVersion: string;
6262
6262
  cliPackageVersion?: string | undefined;
6263
6263
  };
6264
6264
  envId: string;
@@ -6622,6 +6622,8 @@ export declare const CoordinatorToPlatformMessages: {
6622
6622
  maxDuration?: number | undefined;
6623
6623
  }>, "many">;
6624
6624
  }, "strip", z.ZodTypeAny, {
6625
+ packageVersion: string;
6626
+ contentHash: string;
6625
6627
  tasks: {
6626
6628
  id: string;
6627
6629
  filePath: string;
@@ -6682,10 +6684,10 @@ export declare const CoordinatorToPlatformMessages: {
6682
6684
  } | undefined;
6683
6685
  maxDuration?: number | undefined;
6684
6686
  }[];
6685
- contentHash: string;
6686
- packageVersion: string;
6687
6687
  cliPackageVersion?: string | undefined;
6688
6688
  }, {
6689
+ packageVersion: string;
6690
+ contentHash: string;
6689
6691
  tasks: {
6690
6692
  id: string;
6691
6693
  filePath: string;
@@ -6746,8 +6748,6 @@ export declare const CoordinatorToPlatformMessages: {
6746
6748
  } | undefined;
6747
6749
  maxDuration?: number | undefined;
6748
6750
  }[];
6749
- contentHash: string;
6750
- packageVersion: string;
6751
6751
  cliPackageVersion?: string | undefined;
6752
6752
  }>;
6753
6753
  envId: z.ZodString;
@@ -6758,6 +6758,8 @@ export declare const CoordinatorToPlatformMessages: {
6758
6758
  }, "strip", z.ZodTypeAny, {
6759
6759
  version: "v2";
6760
6760
  metadata: {
6761
+ packageVersion: string;
6762
+ contentHash: string;
6761
6763
  tasks: {
6762
6764
  id: string;
6763
6765
  filePath: string;
@@ -6818,8 +6820,6 @@ export declare const CoordinatorToPlatformMessages: {
6818
6820
  } | undefined;
6819
6821
  maxDuration?: number | undefined;
6820
6822
  }[];
6821
- contentHash: string;
6822
- packageVersion: string;
6823
6823
  cliPackageVersion?: string | undefined;
6824
6824
  };
6825
6825
  supportsLazyAttempts: boolean;
@@ -6829,6 +6829,8 @@ export declare const CoordinatorToPlatformMessages: {
6829
6829
  }, {
6830
6830
  version: "v2";
6831
6831
  metadata: {
6832
+ packageVersion: string;
6833
+ contentHash: string;
6832
6834
  tasks: {
6833
6835
  id: string;
6834
6836
  filePath: string;
@@ -6889,8 +6891,6 @@ export declare const CoordinatorToPlatformMessages: {
6889
6891
  } | undefined;
6890
6892
  maxDuration?: number | undefined;
6891
6893
  }[];
6892
- contentHash: string;
6893
- packageVersion: string;
6894
6894
  cliPackageVersion?: string | undefined;
6895
6895
  };
6896
6896
  supportsLazyAttempts: boolean;
@@ -12074,9 +12074,9 @@ export declare const SharedQueueToClientMessages: {
12074
12074
  name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
12075
12075
  centsPerMs: number;
12076
12076
  };
12077
- runId: string;
12078
12077
  projectId: string;
12079
12078
  image: string;
12079
+ runId: string;
12080
12080
  envId: string;
12081
12081
  envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
12082
12082
  orgId: string;
@@ -12091,9 +12091,9 @@ export declare const SharedQueueToClientMessages: {
12091
12091
  name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
12092
12092
  centsPerMs: number;
12093
12093
  };
12094
- runId: string;
12095
12094
  projectId: string;
12096
12095
  image: string;
12096
+ runId: string;
12097
12097
  envId: string;
12098
12098
  envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
12099
12099
  orgId: string;
@@ -12158,9 +12158,9 @@ export declare const SharedQueueToClientMessages: {
12158
12158
  name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
12159
12159
  centsPerMs: number;
12160
12160
  };
12161
- runId: string;
12162
12161
  projectId: string;
12163
12162
  image: string;
12163
+ runId: string;
12164
12164
  envId: string;
12165
12165
  envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
12166
12166
  orgId: string;
@@ -12193,9 +12193,9 @@ export declare const SharedQueueToClientMessages: {
12193
12193
  name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
12194
12194
  centsPerMs: number;
12195
12195
  };
12196
- runId: string;
12197
12196
  projectId: string;
12198
12197
  image: string;
12198
+ runId: string;
12199
12199
  envId: string;
12200
12200
  envType: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
12201
12201
  orgId: string;
@@ -12230,6 +12230,7 @@ export declare const ProdWorkerToCoordinatorMessages: {
12230
12230
  };
12231
12231
  INDEX_TASKS: {
12232
12232
  message: z.ZodDiscriminatedUnion<"version", [z.ZodObject<{
12233
+ packageVersion: z.ZodString;
12233
12234
  tasks: z.ZodArray<z.ZodObject<{
12234
12235
  id: z.ZodString;
12235
12236
  filePath: z.ZodString;
@@ -12582,11 +12583,11 @@ export declare const ProdWorkerToCoordinatorMessages: {
12582
12583
  } | undefined;
12583
12584
  maxDuration?: number | undefined;
12584
12585
  }>, "many">;
12585
- packageVersion: z.ZodString;
12586
12586
  deploymentId: z.ZodString;
12587
12587
  version: z.ZodLiteral<"v1">;
12588
12588
  }, "strip", z.ZodTypeAny, {
12589
12589
  version: "v1";
12590
+ packageVersion: string;
12590
12591
  tasks: {
12591
12592
  id: string;
12592
12593
  filePath: string;
@@ -12647,10 +12648,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
12647
12648
  } | undefined;
12648
12649
  maxDuration?: number | undefined;
12649
12650
  }[];
12650
- packageVersion: string;
12651
12651
  deploymentId: string;
12652
12652
  }, {
12653
12653
  version: "v1";
12654
+ packageVersion: string;
12654
12655
  tasks: {
12655
12656
  id: string;
12656
12657
  filePath: string;
@@ -12711,9 +12712,9 @@ export declare const ProdWorkerToCoordinatorMessages: {
12711
12712
  } | undefined;
12712
12713
  maxDuration?: number | undefined;
12713
12714
  }[];
12714
- packageVersion: string;
12715
12715
  deploymentId: string;
12716
12716
  }>, z.ZodObject<{
12717
+ packageVersion: z.ZodString;
12717
12718
  tasks: z.ZodArray<z.ZodObject<{
12718
12719
  id: z.ZodString;
12719
12720
  filePath: z.ZodString;
@@ -13066,12 +13067,12 @@ export declare const ProdWorkerToCoordinatorMessages: {
13066
13067
  } | undefined;
13067
13068
  maxDuration?: number | undefined;
13068
13069
  }>, "many">;
13069
- packageVersion: z.ZodString;
13070
13070
  deploymentId: z.ZodString;
13071
13071
  version: z.ZodLiteral<"v2">;
13072
13072
  supportsLazyAttempts: z.ZodBoolean;
13073
13073
  }, "strip", z.ZodTypeAny, {
13074
13074
  version: "v2";
13075
+ packageVersion: string;
13075
13076
  tasks: {
13076
13077
  id: string;
13077
13078
  filePath: string;
@@ -13132,11 +13133,11 @@ export declare const ProdWorkerToCoordinatorMessages: {
13132
13133
  } | undefined;
13133
13134
  maxDuration?: number | undefined;
13134
13135
  }[];
13135
- packageVersion: string;
13136
13136
  supportsLazyAttempts: boolean;
13137
13137
  deploymentId: string;
13138
13138
  }, {
13139
13139
  version: "v2";
13140
+ packageVersion: string;
13140
13141
  tasks: {
13141
13142
  id: string;
13142
13143
  filePath: string;
@@ -13197,7 +13198,6 @@ export declare const ProdWorkerToCoordinatorMessages: {
13197
13198
  } | undefined;
13198
13199
  maxDuration?: number | undefined;
13199
13200
  }[];
13200
- packageVersion: string;
13201
13201
  supportsLazyAttempts: boolean;
13202
13202
  deploymentId: string;
13203
13203
  }>]>;
@@ -742,6 +742,8 @@ export declare const BackgroundWorkerMetadata: z.ZodObject<{
742
742
  taskIds: string[];
743
743
  }>, "many">>;
744
744
  }, "strip", z.ZodTypeAny, {
745
+ packageVersion: string;
746
+ contentHash: string;
745
747
  tasks: {
746
748
  id: string;
747
749
  filePath: string;
@@ -802,8 +804,6 @@ export declare const BackgroundWorkerMetadata: z.ZodObject<{
802
804
  } | undefined;
803
805
  maxDuration?: number | undefined;
804
806
  }[];
805
- contentHash: string;
806
- packageVersion: string;
807
807
  cliPackageVersion?: string | undefined;
808
808
  sourceFiles?: {
809
809
  filePath: string;
@@ -812,6 +812,8 @@ export declare const BackgroundWorkerMetadata: z.ZodObject<{
812
812
  taskIds: string[];
813
813
  }[] | undefined;
814
814
  }, {
815
+ packageVersion: string;
816
+ contentHash: string;
815
817
  tasks: {
816
818
  id: string;
817
819
  filePath: string;
@@ -872,8 +874,6 @@ export declare const BackgroundWorkerMetadata: z.ZodObject<{
872
874
  } | undefined;
873
875
  maxDuration?: number | undefined;
874
876
  }[];
875
- contentHash: string;
876
- packageVersion: string;
877
877
  cliPackageVersion?: string | undefined;
878
878
  sourceFiles?: {
879
879
  filePath: string;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = "0.0.0-v3-prerelease-20241105122139";
4
+ exports.VERSION = "0.0.0-v3-prerelease-20241118124944";
5
5
  //# sourceMappingURL=version.js.map