@trigger.dev/core 0.0.0-prerelease-20241128131418 → 0.0.0-prerelease-20241202120601

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,8 +121,8 @@ export declare const BuildManifest: z.ZodObject<{
121
121
  }>>;
122
122
  }, "strip", z.ZodTypeAny, {
123
123
  environment: string;
124
- packageVersion: string;
125
124
  contentHash: string;
125
+ packageVersion: string;
126
126
  cliPackageVersion: string;
127
127
  deploy: {
128
128
  env?: Record<string, string> | undefined;
@@ -170,8 +170,8 @@ export declare const BuildManifest: z.ZodObject<{
170
170
  } | undefined;
171
171
  }, {
172
172
  environment: string;
173
- packageVersion: string;
174
173
  contentHash: string;
174
+ packageVersion: string;
175
175
  cliPackageVersion: string;
176
176
  deploy: {
177
177
  env?: Record<string, string> | undefined;
@@ -329,8 +329,8 @@ export declare const IndexMessage: z.ZodObject<{
329
329
  }>>;
330
330
  }, "strip", z.ZodTypeAny, {
331
331
  environment: string;
332
- packageVersion: string;
333
332
  contentHash: string;
333
+ packageVersion: string;
334
334
  cliPackageVersion: string;
335
335
  deploy: {
336
336
  env?: Record<string, string> | undefined;
@@ -378,8 +378,8 @@ export declare const IndexMessage: z.ZodObject<{
378
378
  } | undefined;
379
379
  }, {
380
380
  environment: string;
381
- packageVersion: string;
382
381
  contentHash: string;
382
+ packageVersion: string;
383
383
  cliPackageVersion: string;
384
384
  deploy: {
385
385
  env?: Record<string, string> | undefined;
@@ -429,8 +429,8 @@ export declare const IndexMessage: z.ZodObject<{
429
429
  }, "strip", z.ZodTypeAny, {
430
430
  build: {
431
431
  environment: string;
432
- packageVersion: string;
433
432
  contentHash: string;
433
+ packageVersion: string;
434
434
  cliPackageVersion: string;
435
435
  deploy: {
436
436
  env?: Record<string, string> | undefined;
@@ -480,8 +480,8 @@ export declare const IndexMessage: z.ZodObject<{
480
480
  }, {
481
481
  build: {
482
482
  environment: string;
483
- packageVersion: string;
484
483
  contentHash: string;
484
+ packageVersion: string;
485
485
  cliPackageVersion: string;
486
486
  deploy: {
487
487
  env?: Record<string, string> | undefined;
@@ -534,8 +534,8 @@ export declare const IndexMessage: z.ZodObject<{
534
534
  data: {
535
535
  build: {
536
536
  environment: string;
537
- packageVersion: string;
538
537
  contentHash: string;
538
+ packageVersion: string;
539
539
  cliPackageVersion: string;
540
540
  deploy: {
541
541
  env?: Record<string, string> | undefined;
@@ -588,8 +588,8 @@ export declare const IndexMessage: z.ZodObject<{
588
588
  data: {
589
589
  build: {
590
590
  environment: string;
591
- packageVersion: string;
592
591
  contentHash: string;
592
+ packageVersion: string;
593
593
  cliPackageVersion: string;
594
594
  deploy: {
595
595
  env?: Record<string, string> | undefined;
@@ -694,11 +694,11 @@ export declare const WorkerManifest: z.ZodObject<{
694
694
  cron: z.ZodString;
695
695
  timezone: z.ZodString;
696
696
  }, "strip", z.ZodTypeAny, {
697
- cron: string;
698
697
  timezone: string;
699
- }, {
700
698
  cron: string;
699
+ }, {
701
700
  timezone: string;
701
+ cron: string;
702
702
  }>>;
703
703
  maxDuration: z.ZodOptional<z.ZodNumber>;
704
704
  }, "strip", z.ZodTypeAny, {
@@ -706,16 +706,11 @@ export declare const WorkerManifest: z.ZodObject<{
706
706
  filePath: string;
707
707
  exportName: string;
708
708
  entryPoint: string;
709
- maxDuration?: number | undefined;
710
709
  queue?: {
711
710
  name?: string | undefined;
712
711
  concurrencyLimit?: number | undefined;
713
712
  } | undefined;
714
- machine?: {
715
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
716
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
717
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
718
- } | undefined;
713
+ maxDuration?: number | undefined;
719
714
  retry?: {
720
715
  maxAttempts?: number | undefined;
721
716
  factor?: number | undefined;
@@ -724,26 +719,26 @@ export declare const WorkerManifest: z.ZodObject<{
724
719
  randomize?: boolean | undefined;
725
720
  } | undefined;
726
721
  description?: string | undefined;
727
- triggerSource?: string | undefined;
728
722
  schedule?: {
729
- cron: string;
730
723
  timezone: string;
724
+ cron: string;
725
+ } | undefined;
726
+ machine?: {
727
+ cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
728
+ memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
729
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
731
730
  } | undefined;
731
+ triggerSource?: string | undefined;
732
732
  }, {
733
733
  id: string;
734
734
  filePath: string;
735
735
  exportName: string;
736
736
  entryPoint: string;
737
- maxDuration?: number | undefined;
738
737
  queue?: {
739
738
  name?: string | undefined;
740
739
  concurrencyLimit?: number | undefined;
741
740
  } | undefined;
742
- machine?: {
743
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
744
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
745
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
746
- } | undefined;
741
+ maxDuration?: number | undefined;
747
742
  retry?: {
748
743
  maxAttempts?: number | undefined;
749
744
  factor?: number | undefined;
@@ -752,11 +747,16 @@ export declare const WorkerManifest: z.ZodObject<{
752
747
  randomize?: boolean | undefined;
753
748
  } | undefined;
754
749
  description?: string | undefined;
755
- triggerSource?: string | undefined;
756
750
  schedule?: {
757
- cron: string;
758
751
  timezone: string;
752
+ cron: string;
759
753
  } | undefined;
754
+ machine?: {
755
+ cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
756
+ memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
757
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
758
+ } | undefined;
759
+ triggerSource?: string | undefined;
760
760
  }>, "many">;
761
761
  workerEntryPoint: z.ZodString;
762
762
  controllerEntryPoint: z.ZodOptional<z.ZodString>;
@@ -779,16 +779,11 @@ export declare const WorkerManifest: z.ZodObject<{
779
779
  filePath: string;
780
780
  exportName: string;
781
781
  entryPoint: string;
782
- maxDuration?: number | undefined;
783
782
  queue?: {
784
783
  name?: string | undefined;
785
784
  concurrencyLimit?: number | undefined;
786
785
  } | undefined;
787
- machine?: {
788
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
789
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
790
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
791
- } | undefined;
786
+ maxDuration?: number | undefined;
792
787
  retry?: {
793
788
  maxAttempts?: number | undefined;
794
789
  factor?: number | undefined;
@@ -797,11 +792,16 @@ export declare const WorkerManifest: z.ZodObject<{
797
792
  randomize?: boolean | undefined;
798
793
  } | undefined;
799
794
  description?: string | undefined;
800
- triggerSource?: string | undefined;
801
795
  schedule?: {
802
- cron: string;
803
796
  timezone: string;
797
+ cron: string;
804
798
  } | undefined;
799
+ machine?: {
800
+ cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
801
+ memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
802
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
803
+ } | undefined;
804
+ triggerSource?: string | undefined;
805
805
  }[];
806
806
  runtime: "node" | "bun";
807
807
  configPath: string;
@@ -819,16 +819,11 @@ export declare const WorkerManifest: z.ZodObject<{
819
819
  filePath: string;
820
820
  exportName: string;
821
821
  entryPoint: string;
822
- maxDuration?: number | undefined;
823
822
  queue?: {
824
823
  name?: string | undefined;
825
824
  concurrencyLimit?: number | undefined;
826
825
  } | undefined;
827
- machine?: {
828
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
829
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
830
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
831
- } | undefined;
826
+ maxDuration?: number | undefined;
832
827
  retry?: {
833
828
  maxAttempts?: number | undefined;
834
829
  factor?: number | undefined;
@@ -837,11 +832,16 @@ export declare const WorkerManifest: z.ZodObject<{
837
832
  randomize?: boolean | undefined;
838
833
  } | undefined;
839
834
  description?: string | undefined;
840
- triggerSource?: string | undefined;
841
835
  schedule?: {
842
- cron: string;
843
836
  timezone: string;
837
+ cron: string;
838
+ } | undefined;
839
+ machine?: {
840
+ cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
841
+ memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
842
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
844
843
  } | undefined;
844
+ triggerSource?: string | undefined;
845
845
  }[];
846
846
  runtime: "node" | "bun";
847
847
  configPath: string;
@@ -913,11 +913,11 @@ export declare const WorkerManifestMessage: z.ZodObject<{
913
913
  cron: z.ZodString;
914
914
  timezone: z.ZodString;
915
915
  }, "strip", z.ZodTypeAny, {
916
- cron: string;
917
916
  timezone: string;
918
- }, {
919
917
  cron: string;
918
+ }, {
920
919
  timezone: string;
920
+ cron: string;
921
921
  }>>;
922
922
  maxDuration: z.ZodOptional<z.ZodNumber>;
923
923
  }, "strip", z.ZodTypeAny, {
@@ -925,16 +925,11 @@ export declare const WorkerManifestMessage: z.ZodObject<{
925
925
  filePath: string;
926
926
  exportName: string;
927
927
  entryPoint: string;
928
- maxDuration?: number | undefined;
929
928
  queue?: {
930
929
  name?: string | undefined;
931
930
  concurrencyLimit?: number | undefined;
932
931
  } | undefined;
933
- machine?: {
934
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
935
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
936
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
937
- } | undefined;
932
+ maxDuration?: number | undefined;
938
933
  retry?: {
939
934
  maxAttempts?: number | undefined;
940
935
  factor?: number | undefined;
@@ -943,26 +938,26 @@ export declare const WorkerManifestMessage: z.ZodObject<{
943
938
  randomize?: boolean | undefined;
944
939
  } | undefined;
945
940
  description?: string | undefined;
946
- triggerSource?: string | undefined;
947
941
  schedule?: {
948
- cron: string;
949
942
  timezone: string;
943
+ cron: string;
950
944
  } | undefined;
945
+ machine?: {
946
+ cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
947
+ memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
948
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
949
+ } | undefined;
950
+ triggerSource?: string | undefined;
951
951
  }, {
952
952
  id: string;
953
953
  filePath: string;
954
954
  exportName: string;
955
955
  entryPoint: string;
956
- maxDuration?: number | undefined;
957
956
  queue?: {
958
957
  name?: string | undefined;
959
958
  concurrencyLimit?: number | undefined;
960
959
  } | undefined;
961
- machine?: {
962
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
963
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
964
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
965
- } | undefined;
960
+ maxDuration?: number | undefined;
966
961
  retry?: {
967
962
  maxAttempts?: number | undefined;
968
963
  factor?: number | undefined;
@@ -971,11 +966,16 @@ export declare const WorkerManifestMessage: z.ZodObject<{
971
966
  randomize?: boolean | undefined;
972
967
  } | undefined;
973
968
  description?: string | undefined;
974
- triggerSource?: string | undefined;
975
969
  schedule?: {
976
- cron: string;
977
970
  timezone: string;
971
+ cron: string;
972
+ } | undefined;
973
+ machine?: {
974
+ cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
975
+ memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
976
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
978
977
  } | undefined;
978
+ triggerSource?: string | undefined;
979
979
  }>, "many">;
980
980
  workerEntryPoint: z.ZodString;
981
981
  controllerEntryPoint: z.ZodOptional<z.ZodString>;
@@ -998,16 +998,11 @@ export declare const WorkerManifestMessage: z.ZodObject<{
998
998
  filePath: string;
999
999
  exportName: string;
1000
1000
  entryPoint: string;
1001
- maxDuration?: number | undefined;
1002
1001
  queue?: {
1003
1002
  name?: string | undefined;
1004
1003
  concurrencyLimit?: number | undefined;
1005
1004
  } | undefined;
1006
- machine?: {
1007
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1008
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1009
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1010
- } | undefined;
1005
+ maxDuration?: number | undefined;
1011
1006
  retry?: {
1012
1007
  maxAttempts?: number | undefined;
1013
1008
  factor?: number | undefined;
@@ -1016,11 +1011,16 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1016
1011
  randomize?: boolean | undefined;
1017
1012
  } | undefined;
1018
1013
  description?: string | undefined;
1019
- triggerSource?: string | undefined;
1020
1014
  schedule?: {
1021
- cron: string;
1022
1015
  timezone: string;
1016
+ cron: string;
1017
+ } | undefined;
1018
+ machine?: {
1019
+ cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1020
+ memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1021
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1023
1022
  } | undefined;
1023
+ triggerSource?: string | undefined;
1024
1024
  }[];
1025
1025
  runtime: "node" | "bun";
1026
1026
  configPath: string;
@@ -1038,16 +1038,11 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1038
1038
  filePath: string;
1039
1039
  exportName: string;
1040
1040
  entryPoint: string;
1041
- maxDuration?: number | undefined;
1042
1041
  queue?: {
1043
1042
  name?: string | undefined;
1044
1043
  concurrencyLimit?: number | undefined;
1045
1044
  } | undefined;
1046
- machine?: {
1047
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1048
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1049
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1050
- } | undefined;
1045
+ maxDuration?: number | undefined;
1051
1046
  retry?: {
1052
1047
  maxAttempts?: number | undefined;
1053
1048
  factor?: number | undefined;
@@ -1056,11 +1051,16 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1056
1051
  randomize?: boolean | undefined;
1057
1052
  } | undefined;
1058
1053
  description?: string | undefined;
1059
- triggerSource?: string | undefined;
1060
1054
  schedule?: {
1061
- cron: string;
1062
1055
  timezone: string;
1056
+ cron: string;
1063
1057
  } | undefined;
1058
+ machine?: {
1059
+ cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1060
+ memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1061
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1062
+ } | undefined;
1063
+ triggerSource?: string | undefined;
1064
1064
  }[];
1065
1065
  runtime: "node" | "bun";
1066
1066
  configPath: string;
@@ -1080,16 +1080,11 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1080
1080
  filePath: string;
1081
1081
  exportName: string;
1082
1082
  entryPoint: string;
1083
- maxDuration?: number | undefined;
1084
1083
  queue?: {
1085
1084
  name?: string | undefined;
1086
1085
  concurrencyLimit?: number | undefined;
1087
1086
  } | undefined;
1088
- machine?: {
1089
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1090
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1091
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1092
- } | undefined;
1087
+ maxDuration?: number | undefined;
1093
1088
  retry?: {
1094
1089
  maxAttempts?: number | undefined;
1095
1090
  factor?: number | undefined;
@@ -1098,11 +1093,16 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1098
1093
  randomize?: boolean | undefined;
1099
1094
  } | undefined;
1100
1095
  description?: string | undefined;
1101
- triggerSource?: string | undefined;
1102
1096
  schedule?: {
1103
- cron: string;
1104
1097
  timezone: string;
1098
+ cron: string;
1105
1099
  } | undefined;
1100
+ machine?: {
1101
+ cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1102
+ memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1103
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1104
+ } | undefined;
1105
+ triggerSource?: string | undefined;
1106
1106
  }[];
1107
1107
  runtime: "node" | "bun";
1108
1108
  configPath: string;
@@ -1122,16 +1122,11 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1122
1122
  filePath: string;
1123
1123
  exportName: string;
1124
1124
  entryPoint: string;
1125
- maxDuration?: number | undefined;
1126
1125
  queue?: {
1127
1126
  name?: string | undefined;
1128
1127
  concurrencyLimit?: number | undefined;
1129
1128
  } | undefined;
1130
- machine?: {
1131
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1132
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1133
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1134
- } | undefined;
1129
+ maxDuration?: number | undefined;
1135
1130
  retry?: {
1136
1131
  maxAttempts?: number | undefined;
1137
1132
  factor?: number | undefined;
@@ -1140,11 +1135,16 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1140
1135
  randomize?: boolean | undefined;
1141
1136
  } | undefined;
1142
1137
  description?: string | undefined;
1143
- triggerSource?: string | undefined;
1144
1138
  schedule?: {
1145
- cron: string;
1146
1139
  timezone: string;
1140
+ cron: string;
1141
+ } | undefined;
1142
+ machine?: {
1143
+ cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1144
+ memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1145
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1147
1146
  } | undefined;
1147
+ triggerSource?: string | undefined;
1148
1148
  }[];
1149
1149
  runtime: "node" | "bun";
1150
1150
  configPath: string;
@@ -1167,16 +1167,11 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1167
1167
  filePath: string;
1168
1168
  exportName: string;
1169
1169
  entryPoint: string;
1170
- maxDuration?: number | undefined;
1171
1170
  queue?: {
1172
1171
  name?: string | undefined;
1173
1172
  concurrencyLimit?: number | undefined;
1174
1173
  } | undefined;
1175
- machine?: {
1176
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1177
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1178
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1179
- } | undefined;
1174
+ maxDuration?: number | undefined;
1180
1175
  retry?: {
1181
1176
  maxAttempts?: number | undefined;
1182
1177
  factor?: number | undefined;
@@ -1185,11 +1180,16 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1185
1180
  randomize?: boolean | undefined;
1186
1181
  } | undefined;
1187
1182
  description?: string | undefined;
1188
- triggerSource?: string | undefined;
1189
1183
  schedule?: {
1190
- cron: string;
1191
1184
  timezone: string;
1185
+ cron: string;
1186
+ } | undefined;
1187
+ machine?: {
1188
+ cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1189
+ memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1190
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1192
1191
  } | undefined;
1192
+ triggerSource?: string | undefined;
1193
1193
  }[];
1194
1194
  runtime: "node" | "bun";
1195
1195
  configPath: string;
@@ -1212,16 +1212,11 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1212
1212
  filePath: string;
1213
1213
  exportName: string;
1214
1214
  entryPoint: string;
1215
- maxDuration?: number | undefined;
1216
1215
  queue?: {
1217
1216
  name?: string | undefined;
1218
1217
  concurrencyLimit?: number | undefined;
1219
1218
  } | undefined;
1220
- machine?: {
1221
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1222
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1223
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1224
- } | undefined;
1219
+ maxDuration?: number | undefined;
1225
1220
  retry?: {
1226
1221
  maxAttempts?: number | undefined;
1227
1222
  factor?: number | undefined;
@@ -1230,11 +1225,16 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1230
1225
  randomize?: boolean | undefined;
1231
1226
  } | undefined;
1232
1227
  description?: string | undefined;
1233
- triggerSource?: string | undefined;
1234
1228
  schedule?: {
1235
- cron: string;
1236
1229
  timezone: string;
1230
+ cron: string;
1237
1231
  } | undefined;
1232
+ machine?: {
1233
+ cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1234
+ memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1235
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1236
+ } | undefined;
1237
+ triggerSource?: string | undefined;
1238
1238
  }[];
1239
1239
  runtime: "node" | "bun";
1240
1240
  configPath: string;