@trigger.dev/core 0.0.0-v3-prerelease-20241203112040 → 0.0.0-v3-prerelease-20250108131948

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.
Files changed (96) hide show
  1. package/dist/commonjs/schemas/api.d.ts +8 -8
  2. package/dist/commonjs/v3/apiClient/index.d.ts +161 -150
  3. package/dist/commonjs/v3/apiClient/index.js +20 -1
  4. package/dist/commonjs/v3/apiClient/index.js.map +1 -1
  5. package/dist/commonjs/v3/apiClient/runStream.d.ts +12 -3
  6. package/dist/commonjs/v3/apiClient/runStream.js +155 -60
  7. package/dist/commonjs/v3/apiClient/runStream.js.map +1 -1
  8. package/dist/commonjs/v3/apiClient/stream.d.ts +10 -1
  9. package/dist/commonjs/v3/apiClient/stream.js +181 -25
  10. package/dist/commonjs/v3/apiClient/stream.js.map +1 -1
  11. package/dist/commonjs/v3/apiClientManager/index.d.ts +1 -1
  12. package/dist/commonjs/v3/run-metadata-api.d.ts +2 -0
  13. package/dist/commonjs/v3/run-metadata-api.js +16 -0
  14. package/dist/commonjs/v3/run-metadata-api.js.map +1 -1
  15. package/dist/commonjs/v3/runMetadata/index.d.ts +13 -8
  16. package/dist/commonjs/v3/runMetadata/index.js +32 -13
  17. package/dist/commonjs/v3/runMetadata/index.js.map +1 -1
  18. package/dist/commonjs/v3/runMetadata/manager.d.ts +25 -11
  19. package/dist/commonjs/v3/runMetadata/manager.js +180 -132
  20. package/dist/commonjs/v3/runMetadata/manager.js.map +1 -1
  21. package/dist/commonjs/v3/runMetadata/metadataStream.d.ts +9 -7
  22. package/dist/commonjs/v3/runMetadata/metadataStream.js +44 -40
  23. package/dist/commonjs/v3/runMetadata/metadataStream.js.map +1 -1
  24. package/dist/commonjs/v3/runMetadata/noopManager.d.ts +13 -8
  25. package/dist/commonjs/v3/runMetadata/noopManager.js +44 -6
  26. package/dist/commonjs/v3/runMetadata/noopManager.js.map +1 -1
  27. package/dist/commonjs/v3/runMetadata/types.d.ts +16 -9
  28. package/dist/commonjs/v3/runtime/devRuntimeManager.d.ts +1 -0
  29. package/dist/commonjs/v3/runtime/devRuntimeManager.js +9 -0
  30. package/dist/commonjs/v3/runtime/devRuntimeManager.js.map +1 -1
  31. package/dist/commonjs/v3/schemas/api.d.ts +1166 -747
  32. package/dist/commonjs/v3/schemas/api.js +26 -13
  33. package/dist/commonjs/v3/schemas/api.js.map +1 -1
  34. package/dist/commonjs/v3/schemas/build.d.ts +262 -262
  35. package/dist/commonjs/v3/schemas/common.d.ts +3733 -12
  36. package/dist/commonjs/v3/schemas/common.js +45 -1
  37. package/dist/commonjs/v3/schemas/common.js.map +1 -1
  38. package/dist/commonjs/v3/schemas/fetch.d.ts +31 -31
  39. package/dist/commonjs/v3/schemas/messages.d.ts +21871 -3889
  40. package/dist/commonjs/v3/schemas/resources.d.ts +88 -88
  41. package/dist/commonjs/v3/schemas/schemas.d.ts +485 -485
  42. package/dist/commonjs/v3/types/tasks.d.ts +25 -1
  43. package/dist/commonjs/v3/utils/ioSerialization.d.ts +4 -1
  44. package/dist/commonjs/v3/utils/ioSerialization.js +14 -2
  45. package/dist/commonjs/v3/utils/ioSerialization.js.map +1 -1
  46. package/dist/commonjs/version.js +1 -1
  47. package/dist/esm/schemas/api.d.ts +8 -8
  48. package/dist/esm/v3/apiClient/index.d.ts +109 -98
  49. package/dist/esm/v3/apiClient/index.js +21 -2
  50. package/dist/esm/v3/apiClient/index.js.map +1 -1
  51. package/dist/esm/v3/apiClient/runStream.d.ts +12 -3
  52. package/dist/esm/v3/apiClient/runStream.js +153 -59
  53. package/dist/esm/v3/apiClient/runStream.js.map +1 -1
  54. package/dist/esm/v3/apiClient/stream.d.ts +10 -1
  55. package/dist/esm/v3/apiClient/stream.js +178 -25
  56. package/dist/esm/v3/apiClient/stream.js.map +1 -1
  57. package/dist/esm/v3/apiClientManager/index.d.ts +1 -1
  58. package/dist/esm/v3/run-metadata-api.d.ts +2 -0
  59. package/dist/esm/v3/run-metadata-api.js +2 -0
  60. package/dist/esm/v3/run-metadata-api.js.map +1 -1
  61. package/dist/esm/v3/runMetadata/index.d.ts +13 -8
  62. package/dist/esm/v3/runMetadata/index.js +32 -13
  63. package/dist/esm/v3/runMetadata/index.js.map +1 -1
  64. package/dist/esm/v3/runMetadata/manager.d.ts +25 -11
  65. package/dist/esm/v3/runMetadata/manager.js +180 -132
  66. package/dist/esm/v3/runMetadata/manager.js.map +1 -1
  67. package/dist/esm/v3/runMetadata/metadataStream.d.ts +9 -7
  68. package/dist/esm/v3/runMetadata/metadataStream.js +44 -40
  69. package/dist/esm/v3/runMetadata/metadataStream.js.map +1 -1
  70. package/dist/esm/v3/runMetadata/noopManager.d.ts +13 -8
  71. package/dist/esm/v3/runMetadata/noopManager.js +44 -6
  72. package/dist/esm/v3/runMetadata/noopManager.js.map +1 -1
  73. package/dist/esm/v3/runMetadata/operations.d.ts +6 -0
  74. package/dist/esm/v3/runMetadata/operations.js +112 -0
  75. package/dist/esm/v3/runMetadata/operations.js.map +1 -0
  76. package/dist/esm/v3/runMetadata/types.d.ts +16 -9
  77. package/dist/esm/v3/runtime/devRuntimeManager.d.ts +1 -0
  78. package/dist/esm/v3/runtime/devRuntimeManager.js +9 -0
  79. package/dist/esm/v3/runtime/devRuntimeManager.js.map +1 -1
  80. package/dist/esm/v3/schemas/api.d.ts +811 -392
  81. package/dist/esm/v3/schemas/api.js +26 -13
  82. package/dist/esm/v3/schemas/api.js.map +1 -1
  83. package/dist/esm/v3/schemas/build.d.ts +316 -316
  84. package/dist/esm/v3/schemas/common.d.ts +3893 -172
  85. package/dist/esm/v3/schemas/common.js +44 -0
  86. package/dist/esm/v3/schemas/common.js.map +1 -1
  87. package/dist/esm/v3/schemas/fetch.d.ts +22 -22
  88. package/dist/esm/v3/schemas/messages.d.ts +20632 -2650
  89. package/dist/esm/v3/schemas/resources.d.ts +98 -98
  90. package/dist/esm/v3/schemas/schemas.d.ts +353 -353
  91. package/dist/esm/v3/types/tasks.d.ts +25 -1
  92. package/dist/esm/v3/utils/ioSerialization.d.ts +4 -1
  93. package/dist/esm/v3/utils/ioSerialization.js +14 -2
  94. package/dist/esm/v3/utils/ioSerialization.js.map +1 -1
  95. package/dist/esm/version.js +1 -1
  96. package/package.json +2 -2
@@ -3,11 +3,11 @@ export declare const BuildExternal: z.ZodObject<{
3
3
  name: z.ZodString;
4
4
  version: z.ZodString;
5
5
  }, "strip", z.ZodTypeAny, {
6
- version: string;
7
6
  name: string;
8
- }, {
9
7
  version: string;
8
+ }, {
10
9
  name: string;
10
+ version: string;
11
11
  }>;
12
12
  export type BuildExternal = z.infer<typeof BuildExternal>;
13
13
  export declare const BuildTarget: z.ZodEnum<["dev", "deploy"]>;
@@ -35,11 +35,11 @@ export declare const BuildManifest: z.ZodObject<{
35
35
  entry: z.ZodString;
36
36
  out: z.ZodString;
37
37
  }, "strip", z.ZodTypeAny, {
38
- out: string;
39
38
  entry: string;
40
- }, {
41
39
  out: string;
40
+ }, {
42
41
  entry: string;
42
+ out: string;
43
43
  }>, "many">;
44
44
  sources: z.ZodRecord<z.ZodString, z.ZodObject<{
45
45
  contents: z.ZodString;
@@ -62,11 +62,11 @@ export declare const BuildManifest: z.ZodObject<{
62
62
  name: z.ZodString;
63
63
  version: z.ZodString;
64
64
  }, "strip", z.ZodTypeAny, {
65
- version: string;
66
65
  name: string;
67
- }, {
68
66
  version: string;
67
+ }, {
69
68
  name: string;
69
+ version: string;
70
70
  }>, "many">>;
71
71
  build: z.ZodObject<{
72
72
  env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
@@ -103,11 +103,11 @@ export declare const BuildManifest: z.ZodObject<{
103
103
  pkgs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
104
104
  instructions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- instructions?: string[] | undefined;
107
106
  pkgs?: string[] | undefined;
108
- }, {
109
107
  instructions?: string[] | undefined;
108
+ }, {
110
109
  pkgs?: string[] | undefined;
110
+ instructions?: string[] | undefined;
111
111
  }>>;
112
112
  otelImportHook: z.ZodOptional<z.ZodObject<{
113
113
  include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -120,18 +120,10 @@ export declare const BuildManifest: z.ZodObject<{
120
120
  exclude?: string[] | undefined;
121
121
  }>>;
122
122
  }, "strip", z.ZodTypeAny, {
123
- config: {
124
- project: string;
125
- dirs: string[];
126
- };
127
- sources: Record<string, {
128
- contentHash: string;
129
- contents: string;
130
- }>;
131
- environment: string;
132
- contentHash: string;
133
123
  packageVersion: string;
124
+ contentHash: string;
134
125
  cliPackageVersion: string;
126
+ environment: string;
135
127
  deploy: {
136
128
  env?: Record<string, string> | undefined;
137
129
  sync?: {
@@ -140,10 +132,18 @@ export declare const BuildManifest: z.ZodObject<{
140
132
  };
141
133
  target: "dev" | "deploy";
142
134
  runtime: "node" | "bun";
135
+ config: {
136
+ project: string;
137
+ dirs: string[];
138
+ };
143
139
  files: {
144
- out: string;
145
140
  entry: string;
141
+ out: string;
146
142
  }[];
143
+ sources: Record<string, {
144
+ contentHash: string;
145
+ contents: string;
146
+ }>;
147
147
  outputPath: string;
148
148
  runWorkerEntryPoint: string;
149
149
  indexWorkerEntryPoint: string;
@@ -156,31 +156,23 @@ export declare const BuildManifest: z.ZodObject<{
156
156
  indexControllerEntryPoint?: string | undefined;
157
157
  loaderEntryPoint?: string | undefined;
158
158
  externals?: {
159
- version: string;
160
159
  name: string;
160
+ version: string;
161
161
  }[] | undefined;
162
162
  customConditions?: string[] | undefined;
163
163
  image?: {
164
- instructions?: string[] | undefined;
165
164
  pkgs?: string[] | undefined;
165
+ instructions?: string[] | undefined;
166
166
  } | undefined;
167
167
  otelImportHook?: {
168
168
  include?: string[] | undefined;
169
169
  exclude?: string[] | undefined;
170
170
  } | undefined;
171
171
  }, {
172
- config: {
173
- project: string;
174
- dirs: string[];
175
- };
176
- sources: Record<string, {
177
- contentHash: string;
178
- contents: string;
179
- }>;
180
- environment: string;
181
- contentHash: string;
182
172
  packageVersion: string;
173
+ contentHash: string;
183
174
  cliPackageVersion: string;
175
+ environment: string;
184
176
  deploy: {
185
177
  env?: Record<string, string> | undefined;
186
178
  sync?: {
@@ -189,10 +181,18 @@ export declare const BuildManifest: z.ZodObject<{
189
181
  };
190
182
  target: "dev" | "deploy";
191
183
  runtime: "node" | "bun";
184
+ config: {
185
+ project: string;
186
+ dirs: string[];
187
+ };
192
188
  files: {
193
- out: string;
194
189
  entry: string;
190
+ out: string;
195
191
  }[];
192
+ sources: Record<string, {
193
+ contentHash: string;
194
+ contents: string;
195
+ }>;
196
196
  outputPath: string;
197
197
  runWorkerEntryPoint: string;
198
198
  indexWorkerEntryPoint: string;
@@ -205,13 +205,13 @@ export declare const BuildManifest: z.ZodObject<{
205
205
  indexControllerEntryPoint?: string | undefined;
206
206
  loaderEntryPoint?: string | undefined;
207
207
  externals?: {
208
- version: string;
209
208
  name: string;
209
+ version: string;
210
210
  }[] | undefined;
211
211
  customConditions?: string[] | undefined;
212
212
  image?: {
213
- instructions?: string[] | undefined;
214
213
  pkgs?: string[] | undefined;
214
+ instructions?: string[] | undefined;
215
215
  } | undefined;
216
216
  otelImportHook?: {
217
217
  include?: string[] | undefined;
@@ -243,11 +243,11 @@ export declare const IndexMessage: z.ZodObject<{
243
243
  entry: z.ZodString;
244
244
  out: z.ZodString;
245
245
  }, "strip", z.ZodTypeAny, {
246
- out: string;
247
246
  entry: string;
248
- }, {
249
247
  out: string;
248
+ }, {
250
249
  entry: string;
250
+ out: string;
251
251
  }>, "many">;
252
252
  sources: z.ZodRecord<z.ZodString, z.ZodObject<{
253
253
  contents: z.ZodString;
@@ -270,11 +270,11 @@ export declare const IndexMessage: z.ZodObject<{
270
270
  name: z.ZodString;
271
271
  version: z.ZodString;
272
272
  }, "strip", z.ZodTypeAny, {
273
- version: string;
274
273
  name: string;
275
- }, {
276
274
  version: string;
275
+ }, {
277
276
  name: string;
277
+ version: string;
278
278
  }>, "many">>;
279
279
  build: z.ZodObject<{
280
280
  env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
@@ -311,11 +311,11 @@ export declare const IndexMessage: z.ZodObject<{
311
311
  pkgs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
312
312
  instructions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
313
313
  }, "strip", z.ZodTypeAny, {
314
- instructions?: string[] | undefined;
315
314
  pkgs?: string[] | undefined;
316
- }, {
317
315
  instructions?: string[] | undefined;
316
+ }, {
318
317
  pkgs?: string[] | undefined;
318
+ instructions?: string[] | undefined;
319
319
  }>>;
320
320
  otelImportHook: z.ZodOptional<z.ZodObject<{
321
321
  include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -328,18 +328,10 @@ export declare const IndexMessage: z.ZodObject<{
328
328
  exclude?: string[] | undefined;
329
329
  }>>;
330
330
  }, "strip", z.ZodTypeAny, {
331
- config: {
332
- project: string;
333
- dirs: string[];
334
- };
335
- sources: Record<string, {
336
- contentHash: string;
337
- contents: string;
338
- }>;
339
- environment: string;
340
- contentHash: string;
341
331
  packageVersion: string;
332
+ contentHash: string;
342
333
  cliPackageVersion: string;
334
+ environment: string;
343
335
  deploy: {
344
336
  env?: Record<string, string> | undefined;
345
337
  sync?: {
@@ -348,10 +340,18 @@ export declare const IndexMessage: z.ZodObject<{
348
340
  };
349
341
  target: "dev" | "deploy";
350
342
  runtime: "node" | "bun";
343
+ config: {
344
+ project: string;
345
+ dirs: string[];
346
+ };
351
347
  files: {
352
- out: string;
353
348
  entry: string;
349
+ out: string;
354
350
  }[];
351
+ sources: Record<string, {
352
+ contentHash: string;
353
+ contents: string;
354
+ }>;
355
355
  outputPath: string;
356
356
  runWorkerEntryPoint: string;
357
357
  indexWorkerEntryPoint: string;
@@ -364,31 +364,23 @@ export declare const IndexMessage: z.ZodObject<{
364
364
  indexControllerEntryPoint?: string | undefined;
365
365
  loaderEntryPoint?: string | undefined;
366
366
  externals?: {
367
- version: string;
368
367
  name: string;
368
+ version: string;
369
369
  }[] | undefined;
370
370
  customConditions?: string[] | undefined;
371
371
  image?: {
372
- instructions?: string[] | undefined;
373
372
  pkgs?: string[] | undefined;
373
+ instructions?: string[] | undefined;
374
374
  } | undefined;
375
375
  otelImportHook?: {
376
376
  include?: string[] | undefined;
377
377
  exclude?: string[] | undefined;
378
378
  } | undefined;
379
379
  }, {
380
- config: {
381
- project: string;
382
- dirs: string[];
383
- };
384
- sources: Record<string, {
385
- contentHash: string;
386
- contents: string;
387
- }>;
388
- environment: string;
389
- contentHash: string;
390
380
  packageVersion: string;
381
+ contentHash: string;
391
382
  cliPackageVersion: string;
383
+ environment: string;
392
384
  deploy: {
393
385
  env?: Record<string, string> | undefined;
394
386
  sync?: {
@@ -397,10 +389,18 @@ export declare const IndexMessage: z.ZodObject<{
397
389
  };
398
390
  target: "dev" | "deploy";
399
391
  runtime: "node" | "bun";
392
+ config: {
393
+ project: string;
394
+ dirs: string[];
395
+ };
400
396
  files: {
401
- out: string;
402
397
  entry: string;
398
+ out: string;
403
399
  }[];
400
+ sources: Record<string, {
401
+ contentHash: string;
402
+ contents: string;
403
+ }>;
404
404
  outputPath: string;
405
405
  runWorkerEntryPoint: string;
406
406
  indexWorkerEntryPoint: string;
@@ -413,13 +413,13 @@ export declare const IndexMessage: z.ZodObject<{
413
413
  indexControllerEntryPoint?: string | undefined;
414
414
  loaderEntryPoint?: string | undefined;
415
415
  externals?: {
416
- version: string;
417
416
  name: string;
417
+ version: string;
418
418
  }[] | undefined;
419
419
  customConditions?: string[] | undefined;
420
420
  image?: {
421
- instructions?: string[] | undefined;
422
421
  pkgs?: string[] | undefined;
422
+ instructions?: string[] | undefined;
423
423
  } | undefined;
424
424
  otelImportHook?: {
425
425
  include?: string[] | undefined;
@@ -428,18 +428,10 @@ export declare const IndexMessage: z.ZodObject<{
428
428
  }>;
429
429
  }, "strip", z.ZodTypeAny, {
430
430
  build: {
431
- config: {
432
- project: string;
433
- dirs: string[];
434
- };
435
- sources: Record<string, {
436
- contentHash: string;
437
- contents: string;
438
- }>;
439
- environment: string;
440
- contentHash: string;
441
431
  packageVersion: string;
432
+ contentHash: string;
442
433
  cliPackageVersion: string;
434
+ environment: string;
443
435
  deploy: {
444
436
  env?: Record<string, string> | undefined;
445
437
  sync?: {
@@ -448,10 +440,18 @@ export declare const IndexMessage: z.ZodObject<{
448
440
  };
449
441
  target: "dev" | "deploy";
450
442
  runtime: "node" | "bun";
443
+ config: {
444
+ project: string;
445
+ dirs: string[];
446
+ };
451
447
  files: {
452
- out: string;
453
448
  entry: string;
449
+ out: string;
454
450
  }[];
451
+ sources: Record<string, {
452
+ contentHash: string;
453
+ contents: string;
454
+ }>;
455
455
  outputPath: string;
456
456
  runWorkerEntryPoint: string;
457
457
  indexWorkerEntryPoint: string;
@@ -464,13 +464,13 @@ export declare const IndexMessage: z.ZodObject<{
464
464
  indexControllerEntryPoint?: string | undefined;
465
465
  loaderEntryPoint?: string | undefined;
466
466
  externals?: {
467
- version: string;
468
467
  name: string;
468
+ version: string;
469
469
  }[] | undefined;
470
470
  customConditions?: string[] | undefined;
471
471
  image?: {
472
- instructions?: string[] | undefined;
473
472
  pkgs?: string[] | undefined;
473
+ instructions?: string[] | undefined;
474
474
  } | undefined;
475
475
  otelImportHook?: {
476
476
  include?: string[] | undefined;
@@ -479,18 +479,10 @@ export declare const IndexMessage: z.ZodObject<{
479
479
  };
480
480
  }, {
481
481
  build: {
482
- config: {
483
- project: string;
484
- dirs: string[];
485
- };
486
- sources: Record<string, {
487
- contentHash: string;
488
- contents: string;
489
- }>;
490
- environment: string;
491
- contentHash: string;
492
482
  packageVersion: string;
483
+ contentHash: string;
493
484
  cliPackageVersion: string;
485
+ environment: string;
494
486
  deploy: {
495
487
  env?: Record<string, string> | undefined;
496
488
  sync?: {
@@ -499,10 +491,18 @@ export declare const IndexMessage: z.ZodObject<{
499
491
  };
500
492
  target: "dev" | "deploy";
501
493
  runtime: "node" | "bun";
494
+ config: {
495
+ project: string;
496
+ dirs: string[];
497
+ };
502
498
  files: {
503
- out: string;
504
499
  entry: string;
500
+ out: string;
505
501
  }[];
502
+ sources: Record<string, {
503
+ contentHash: string;
504
+ contents: string;
505
+ }>;
506
506
  outputPath: string;
507
507
  runWorkerEntryPoint: string;
508
508
  indexWorkerEntryPoint: string;
@@ -515,13 +515,13 @@ export declare const IndexMessage: z.ZodObject<{
515
515
  indexControllerEntryPoint?: string | undefined;
516
516
  loaderEntryPoint?: string | undefined;
517
517
  externals?: {
518
- version: string;
519
518
  name: string;
519
+ version: string;
520
520
  }[] | undefined;
521
521
  customConditions?: string[] | undefined;
522
522
  image?: {
523
- instructions?: string[] | undefined;
524
523
  pkgs?: string[] | undefined;
524
+ instructions?: string[] | undefined;
525
525
  } | undefined;
526
526
  otelImportHook?: {
527
527
  include?: string[] | undefined;
@@ -533,18 +533,10 @@ export declare const IndexMessage: z.ZodObject<{
533
533
  type: "index";
534
534
  data: {
535
535
  build: {
536
- config: {
537
- project: string;
538
- dirs: string[];
539
- };
540
- sources: Record<string, {
541
- contentHash: string;
542
- contents: string;
543
- }>;
544
- environment: string;
545
- contentHash: string;
546
536
  packageVersion: string;
537
+ contentHash: string;
547
538
  cliPackageVersion: string;
539
+ environment: string;
548
540
  deploy: {
549
541
  env?: Record<string, string> | undefined;
550
542
  sync?: {
@@ -553,10 +545,18 @@ export declare const IndexMessage: z.ZodObject<{
553
545
  };
554
546
  target: "dev" | "deploy";
555
547
  runtime: "node" | "bun";
548
+ config: {
549
+ project: string;
550
+ dirs: string[];
551
+ };
556
552
  files: {
557
- out: string;
558
553
  entry: string;
554
+ out: string;
559
555
  }[];
556
+ sources: Record<string, {
557
+ contentHash: string;
558
+ contents: string;
559
+ }>;
560
560
  outputPath: string;
561
561
  runWorkerEntryPoint: string;
562
562
  indexWorkerEntryPoint: string;
@@ -569,13 +569,13 @@ export declare const IndexMessage: z.ZodObject<{
569
569
  indexControllerEntryPoint?: string | undefined;
570
570
  loaderEntryPoint?: string | undefined;
571
571
  externals?: {
572
- version: string;
573
572
  name: string;
573
+ version: string;
574
574
  }[] | undefined;
575
575
  customConditions?: string[] | undefined;
576
576
  image?: {
577
- instructions?: string[] | undefined;
578
577
  pkgs?: string[] | undefined;
578
+ instructions?: string[] | undefined;
579
579
  } | undefined;
580
580
  otelImportHook?: {
581
581
  include?: string[] | undefined;
@@ -587,18 +587,10 @@ export declare const IndexMessage: z.ZodObject<{
587
587
  type: "index";
588
588
  data: {
589
589
  build: {
590
- config: {
591
- project: string;
592
- dirs: string[];
593
- };
594
- sources: Record<string, {
595
- contentHash: string;
596
- contents: string;
597
- }>;
598
- environment: string;
599
- contentHash: string;
600
590
  packageVersion: string;
591
+ contentHash: string;
601
592
  cliPackageVersion: string;
593
+ environment: string;
602
594
  deploy: {
603
595
  env?: Record<string, string> | undefined;
604
596
  sync?: {
@@ -607,10 +599,18 @@ export declare const IndexMessage: z.ZodObject<{
607
599
  };
608
600
  target: "dev" | "deploy";
609
601
  runtime: "node" | "bun";
602
+ config: {
603
+ project: string;
604
+ dirs: string[];
605
+ };
610
606
  files: {
611
- out: string;
612
607
  entry: string;
608
+ out: string;
613
609
  }[];
610
+ sources: Record<string, {
611
+ contentHash: string;
612
+ contents: string;
613
+ }>;
614
614
  outputPath: string;
615
615
  runWorkerEntryPoint: string;
616
616
  indexWorkerEntryPoint: string;
@@ -623,13 +623,13 @@ export declare const IndexMessage: z.ZodObject<{
623
623
  indexControllerEntryPoint?: string | undefined;
624
624
  loaderEntryPoint?: string | undefined;
625
625
  externals?: {
626
- version: string;
627
626
  name: string;
627
+ version: string;
628
628
  }[] | undefined;
629
629
  customConditions?: string[] | undefined;
630
630
  image?: {
631
- instructions?: string[] | undefined;
632
631
  pkgs?: string[] | undefined;
632
+ instructions?: string[] | undefined;
633
633
  } | undefined;
634
634
  otelImportHook?: {
635
635
  include?: string[] | undefined;
@@ -664,29 +664,29 @@ export declare const WorkerManifest: z.ZodObject<{
664
664
  maxTimeoutInMs: z.ZodOptional<z.ZodNumber>;
665
665
  randomize: z.ZodOptional<z.ZodBoolean>;
666
666
  }, "strip", z.ZodTypeAny, {
667
+ maxAttempts?: number | undefined;
667
668
  factor?: number | undefined;
668
669
  minTimeoutInMs?: number | undefined;
669
670
  maxTimeoutInMs?: number | undefined;
670
671
  randomize?: boolean | undefined;
671
- maxAttempts?: number | undefined;
672
672
  }, {
673
+ maxAttempts?: number | undefined;
673
674
  factor?: number | undefined;
674
675
  minTimeoutInMs?: number | undefined;
675
676
  maxTimeoutInMs?: number | undefined;
676
677
  randomize?: boolean | undefined;
677
- maxAttempts?: number | undefined;
678
678
  }>>;
679
679
  machine: z.ZodOptional<z.ZodObject<{
680
680
  cpu: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>]>>;
681
681
  memory: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>, z.ZodLiteral<8>]>>;
682
682
  preset: z.ZodOptional<z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>>;
683
683
  }, "strip", z.ZodTypeAny, {
684
- cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
685
- memory?: 8 | 1 | 2 | 4 | 0.25 | 0.5 | undefined;
684
+ cpu?: 2 | 1 | 0.25 | 0.5 | 4 | undefined;
685
+ memory?: 2 | 1 | 0.25 | 0.5 | 4 | 8 | undefined;
686
686
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
687
687
  }, {
688
- cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
689
- memory?: 8 | 1 | 2 | 4 | 0.25 | 0.5 | undefined;
688
+ cpu?: 2 | 1 | 0.25 | 0.5 | 4 | undefined;
689
+ memory?: 2 | 1 | 0.25 | 0.5 | 4 | 8 | undefined;
690
690
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
691
691
  }>>;
692
692
  triggerSource: z.ZodOptional<z.ZodString>;
@@ -707,56 +707,56 @@ export declare const WorkerManifest: z.ZodObject<{
707
707
  exportName: string;
708
708
  entryPoint: string;
709
709
  description?: string | undefined;
710
- schedule?: {
711
- cron: string;
712
- timezone: string;
710
+ queue?: {
711
+ name?: string | undefined;
712
+ concurrencyLimit?: number | undefined;
713
713
  } | undefined;
714
714
  retry?: {
715
+ maxAttempts?: number | undefined;
715
716
  factor?: number | undefined;
716
717
  minTimeoutInMs?: number | undefined;
717
718
  maxTimeoutInMs?: number | undefined;
718
719
  randomize?: boolean | undefined;
719
- maxAttempts?: number | undefined;
720
- } | undefined;
721
- maxDuration?: number | undefined;
722
- queue?: {
723
- name?: string | undefined;
724
- concurrencyLimit?: number | undefined;
725
720
  } | undefined;
726
721
  machine?: {
727
- cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
728
- memory?: 8 | 1 | 2 | 4 | 0.25 | 0.5 | undefined;
722
+ cpu?: 2 | 1 | 0.25 | 0.5 | 4 | undefined;
723
+ memory?: 2 | 1 | 0.25 | 0.5 | 4 | 8 | undefined;
729
724
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
730
725
  } | undefined;
731
726
  triggerSource?: string | undefined;
727
+ schedule?: {
728
+ cron: string;
729
+ timezone: string;
730
+ } | undefined;
731
+ maxDuration?: number | undefined;
732
732
  }, {
733
733
  id: string;
734
734
  filePath: string;
735
735
  exportName: string;
736
736
  entryPoint: string;
737
737
  description?: string | undefined;
738
- schedule?: {
739
- cron: string;
740
- timezone: string;
738
+ queue?: {
739
+ name?: string | undefined;
740
+ concurrencyLimit?: number | undefined;
741
741
  } | undefined;
742
742
  retry?: {
743
+ maxAttempts?: number | undefined;
743
744
  factor?: number | undefined;
744
745
  minTimeoutInMs?: number | undefined;
745
746
  maxTimeoutInMs?: number | undefined;
746
747
  randomize?: boolean | undefined;
747
- maxAttempts?: number | undefined;
748
- } | undefined;
749
- maxDuration?: number | undefined;
750
- queue?: {
751
- name?: string | undefined;
752
- concurrencyLimit?: number | undefined;
753
748
  } | undefined;
754
749
  machine?: {
755
- cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
756
- memory?: 8 | 1 | 2 | 4 | 0.25 | 0.5 | undefined;
750
+ cpu?: 2 | 1 | 0.25 | 0.5 | 4 | undefined;
751
+ memory?: 2 | 1 | 0.25 | 0.5 | 4 | 8 | undefined;
757
752
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
758
753
  } | undefined;
759
754
  triggerSource?: string | undefined;
755
+ schedule?: {
756
+ cron: string;
757
+ timezone: string;
758
+ } | undefined;
759
+ maxDuration?: number | undefined;
760
760
  }>, "many">;
761
761
  workerEntryPoint: z.ZodString;
762
762
  controllerEntryPoint: z.ZodOptional<z.ZodString>;
@@ -780,28 +780,28 @@ export declare const WorkerManifest: z.ZodObject<{
780
780
  exportName: string;
781
781
  entryPoint: string;
782
782
  description?: string | undefined;
783
- schedule?: {
784
- cron: string;
785
- timezone: string;
783
+ queue?: {
784
+ name?: string | undefined;
785
+ concurrencyLimit?: number | undefined;
786
786
  } | undefined;
787
787
  retry?: {
788
+ maxAttempts?: number | undefined;
788
789
  factor?: number | undefined;
789
790
  minTimeoutInMs?: number | undefined;
790
791
  maxTimeoutInMs?: number | undefined;
791
792
  randomize?: boolean | undefined;
792
- maxAttempts?: number | undefined;
793
- } | undefined;
794
- maxDuration?: number | undefined;
795
- queue?: {
796
- name?: string | undefined;
797
- concurrencyLimit?: number | undefined;
798
793
  } | undefined;
799
794
  machine?: {
800
- cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
801
- memory?: 8 | 1 | 2 | 4 | 0.25 | 0.5 | undefined;
795
+ cpu?: 2 | 1 | 0.25 | 0.5 | 4 | undefined;
796
+ memory?: 2 | 1 | 0.25 | 0.5 | 4 | 8 | undefined;
802
797
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
803
798
  } | undefined;
804
799
  triggerSource?: string | undefined;
800
+ schedule?: {
801
+ cron: string;
802
+ timezone: string;
803
+ } | undefined;
804
+ maxDuration?: number | undefined;
805
805
  }[];
806
806
  runtime: "node" | "bun";
807
807
  configPath: string;
@@ -820,28 +820,28 @@ export declare const WorkerManifest: z.ZodObject<{
820
820
  exportName: string;
821
821
  entryPoint: string;
822
822
  description?: string | undefined;
823
- schedule?: {
824
- cron: string;
825
- timezone: string;
823
+ queue?: {
824
+ name?: string | undefined;
825
+ concurrencyLimit?: number | undefined;
826
826
  } | undefined;
827
827
  retry?: {
828
+ maxAttempts?: number | undefined;
828
829
  factor?: number | undefined;
829
830
  minTimeoutInMs?: number | undefined;
830
831
  maxTimeoutInMs?: number | undefined;
831
832
  randomize?: boolean | undefined;
832
- maxAttempts?: number | undefined;
833
- } | undefined;
834
- maxDuration?: number | undefined;
835
- queue?: {
836
- name?: string | undefined;
837
- concurrencyLimit?: number | undefined;
838
833
  } | undefined;
839
834
  machine?: {
840
- cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
841
- memory?: 8 | 1 | 2 | 4 | 0.25 | 0.5 | undefined;
835
+ cpu?: 2 | 1 | 0.25 | 0.5 | 4 | undefined;
836
+ memory?: 2 | 1 | 0.25 | 0.5 | 4 | 8 | undefined;
842
837
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
843
838
  } | undefined;
844
839
  triggerSource?: string | undefined;
840
+ schedule?: {
841
+ cron: string;
842
+ timezone: string;
843
+ } | undefined;
844
+ maxDuration?: number | undefined;
845
845
  }[];
846
846
  runtime: "node" | "bun";
847
847
  configPath: string;
@@ -883,29 +883,29 @@ export declare const WorkerManifestMessage: z.ZodObject<{
883
883
  maxTimeoutInMs: z.ZodOptional<z.ZodNumber>;
884
884
  randomize: z.ZodOptional<z.ZodBoolean>;
885
885
  }, "strip", z.ZodTypeAny, {
886
+ maxAttempts?: number | undefined;
886
887
  factor?: number | undefined;
887
888
  minTimeoutInMs?: number | undefined;
888
889
  maxTimeoutInMs?: number | undefined;
889
890
  randomize?: boolean | undefined;
890
- maxAttempts?: number | undefined;
891
891
  }, {
892
+ maxAttempts?: number | undefined;
892
893
  factor?: number | undefined;
893
894
  minTimeoutInMs?: number | undefined;
894
895
  maxTimeoutInMs?: number | undefined;
895
896
  randomize?: boolean | undefined;
896
- maxAttempts?: number | undefined;
897
897
  }>>;
898
898
  machine: z.ZodOptional<z.ZodObject<{
899
899
  cpu: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>]>>;
900
900
  memory: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>, z.ZodLiteral<8>]>>;
901
901
  preset: z.ZodOptional<z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>>;
902
902
  }, "strip", z.ZodTypeAny, {
903
- cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
904
- memory?: 8 | 1 | 2 | 4 | 0.25 | 0.5 | undefined;
903
+ cpu?: 2 | 1 | 0.25 | 0.5 | 4 | undefined;
904
+ memory?: 2 | 1 | 0.25 | 0.5 | 4 | 8 | undefined;
905
905
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
906
906
  }, {
907
- cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
908
- memory?: 8 | 1 | 2 | 4 | 0.25 | 0.5 | undefined;
907
+ cpu?: 2 | 1 | 0.25 | 0.5 | 4 | undefined;
908
+ memory?: 2 | 1 | 0.25 | 0.5 | 4 | 8 | undefined;
909
909
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
910
910
  }>>;
911
911
  triggerSource: z.ZodOptional<z.ZodString>;
@@ -926,56 +926,56 @@ export declare const WorkerManifestMessage: z.ZodObject<{
926
926
  exportName: string;
927
927
  entryPoint: string;
928
928
  description?: string | undefined;
929
- schedule?: {
930
- cron: string;
931
- timezone: string;
929
+ queue?: {
930
+ name?: string | undefined;
931
+ concurrencyLimit?: number | undefined;
932
932
  } | undefined;
933
933
  retry?: {
934
+ maxAttempts?: number | undefined;
934
935
  factor?: number | undefined;
935
936
  minTimeoutInMs?: number | undefined;
936
937
  maxTimeoutInMs?: number | undefined;
937
938
  randomize?: boolean | undefined;
938
- maxAttempts?: number | undefined;
939
- } | undefined;
940
- maxDuration?: number | undefined;
941
- queue?: {
942
- name?: string | undefined;
943
- concurrencyLimit?: number | undefined;
944
939
  } | undefined;
945
940
  machine?: {
946
- cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
947
- memory?: 8 | 1 | 2 | 4 | 0.25 | 0.5 | undefined;
941
+ cpu?: 2 | 1 | 0.25 | 0.5 | 4 | undefined;
942
+ memory?: 2 | 1 | 0.25 | 0.5 | 4 | 8 | undefined;
948
943
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
949
944
  } | undefined;
950
945
  triggerSource?: string | undefined;
946
+ schedule?: {
947
+ cron: string;
948
+ timezone: string;
949
+ } | undefined;
950
+ maxDuration?: number | undefined;
951
951
  }, {
952
952
  id: string;
953
953
  filePath: string;
954
954
  exportName: string;
955
955
  entryPoint: string;
956
956
  description?: string | undefined;
957
- schedule?: {
958
- cron: string;
959
- timezone: string;
957
+ queue?: {
958
+ name?: string | undefined;
959
+ concurrencyLimit?: number | undefined;
960
960
  } | undefined;
961
961
  retry?: {
962
+ maxAttempts?: number | undefined;
962
963
  factor?: number | undefined;
963
964
  minTimeoutInMs?: number | undefined;
964
965
  maxTimeoutInMs?: number | undefined;
965
966
  randomize?: boolean | undefined;
966
- maxAttempts?: number | undefined;
967
- } | undefined;
968
- maxDuration?: number | undefined;
969
- queue?: {
970
- name?: string | undefined;
971
- concurrencyLimit?: number | undefined;
972
967
  } | undefined;
973
968
  machine?: {
974
- cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
975
- memory?: 8 | 1 | 2 | 4 | 0.25 | 0.5 | undefined;
969
+ cpu?: 2 | 1 | 0.25 | 0.5 | 4 | undefined;
970
+ memory?: 2 | 1 | 0.25 | 0.5 | 4 | 8 | undefined;
976
971
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
977
972
  } | undefined;
978
973
  triggerSource?: string | undefined;
974
+ schedule?: {
975
+ cron: string;
976
+ timezone: string;
977
+ } | undefined;
978
+ maxDuration?: number | undefined;
979
979
  }>, "many">;
980
980
  workerEntryPoint: z.ZodString;
981
981
  controllerEntryPoint: z.ZodOptional<z.ZodString>;
@@ -999,28 +999,28 @@ export declare const WorkerManifestMessage: z.ZodObject<{
999
999
  exportName: string;
1000
1000
  entryPoint: string;
1001
1001
  description?: string | undefined;
1002
- schedule?: {
1003
- cron: string;
1004
- timezone: string;
1002
+ queue?: {
1003
+ name?: string | undefined;
1004
+ concurrencyLimit?: number | undefined;
1005
1005
  } | undefined;
1006
1006
  retry?: {
1007
+ maxAttempts?: number | undefined;
1007
1008
  factor?: number | undefined;
1008
1009
  minTimeoutInMs?: number | undefined;
1009
1010
  maxTimeoutInMs?: number | undefined;
1010
1011
  randomize?: boolean | undefined;
1011
- maxAttempts?: number | undefined;
1012
- } | undefined;
1013
- maxDuration?: number | undefined;
1014
- queue?: {
1015
- name?: string | undefined;
1016
- concurrencyLimit?: number | undefined;
1017
1012
  } | undefined;
1018
1013
  machine?: {
1019
- cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
1020
- memory?: 8 | 1 | 2 | 4 | 0.25 | 0.5 | undefined;
1014
+ cpu?: 2 | 1 | 0.25 | 0.5 | 4 | undefined;
1015
+ memory?: 2 | 1 | 0.25 | 0.5 | 4 | 8 | undefined;
1021
1016
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1022
1017
  } | undefined;
1023
1018
  triggerSource?: string | undefined;
1019
+ schedule?: {
1020
+ cron: string;
1021
+ timezone: string;
1022
+ } | undefined;
1023
+ maxDuration?: number | undefined;
1024
1024
  }[];
1025
1025
  runtime: "node" | "bun";
1026
1026
  configPath: string;
@@ -1039,28 +1039,28 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1039
1039
  exportName: string;
1040
1040
  entryPoint: string;
1041
1041
  description?: string | undefined;
1042
- schedule?: {
1043
- cron: string;
1044
- timezone: string;
1042
+ queue?: {
1043
+ name?: string | undefined;
1044
+ concurrencyLimit?: number | undefined;
1045
1045
  } | undefined;
1046
1046
  retry?: {
1047
+ maxAttempts?: number | undefined;
1047
1048
  factor?: number | undefined;
1048
1049
  minTimeoutInMs?: number | undefined;
1049
1050
  maxTimeoutInMs?: number | undefined;
1050
1051
  randomize?: boolean | undefined;
1051
- maxAttempts?: number | undefined;
1052
- } | undefined;
1053
- maxDuration?: number | undefined;
1054
- queue?: {
1055
- name?: string | undefined;
1056
- concurrencyLimit?: number | undefined;
1057
1052
  } | undefined;
1058
1053
  machine?: {
1059
- cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
1060
- memory?: 8 | 1 | 2 | 4 | 0.25 | 0.5 | undefined;
1054
+ cpu?: 2 | 1 | 0.25 | 0.5 | 4 | undefined;
1055
+ memory?: 2 | 1 | 0.25 | 0.5 | 4 | 8 | undefined;
1061
1056
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1062
1057
  } | undefined;
1063
1058
  triggerSource?: string | undefined;
1059
+ schedule?: {
1060
+ cron: string;
1061
+ timezone: string;
1062
+ } | undefined;
1063
+ maxDuration?: number | undefined;
1064
1064
  }[];
1065
1065
  runtime: "node" | "bun";
1066
1066
  configPath: string;
@@ -1081,28 +1081,28 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1081
1081
  exportName: string;
1082
1082
  entryPoint: string;
1083
1083
  description?: string | undefined;
1084
- schedule?: {
1085
- cron: string;
1086
- timezone: string;
1084
+ queue?: {
1085
+ name?: string | undefined;
1086
+ concurrencyLimit?: number | undefined;
1087
1087
  } | undefined;
1088
1088
  retry?: {
1089
+ maxAttempts?: number | undefined;
1089
1090
  factor?: number | undefined;
1090
1091
  minTimeoutInMs?: number | undefined;
1091
1092
  maxTimeoutInMs?: number | undefined;
1092
1093
  randomize?: boolean | undefined;
1093
- maxAttempts?: number | undefined;
1094
- } | undefined;
1095
- maxDuration?: number | undefined;
1096
- queue?: {
1097
- name?: string | undefined;
1098
- concurrencyLimit?: number | undefined;
1099
1094
  } | undefined;
1100
1095
  machine?: {
1101
- cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
1102
- memory?: 8 | 1 | 2 | 4 | 0.25 | 0.5 | undefined;
1096
+ cpu?: 2 | 1 | 0.25 | 0.5 | 4 | undefined;
1097
+ memory?: 2 | 1 | 0.25 | 0.5 | 4 | 8 | undefined;
1103
1098
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1104
1099
  } | undefined;
1105
1100
  triggerSource?: string | undefined;
1101
+ schedule?: {
1102
+ cron: string;
1103
+ timezone: string;
1104
+ } | undefined;
1105
+ maxDuration?: number | undefined;
1106
1106
  }[];
1107
1107
  runtime: "node" | "bun";
1108
1108
  configPath: string;
@@ -1123,28 +1123,28 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1123
1123
  exportName: string;
1124
1124
  entryPoint: string;
1125
1125
  description?: string | undefined;
1126
- schedule?: {
1127
- cron: string;
1128
- timezone: string;
1126
+ queue?: {
1127
+ name?: string | undefined;
1128
+ concurrencyLimit?: number | undefined;
1129
1129
  } | undefined;
1130
1130
  retry?: {
1131
+ maxAttempts?: number | undefined;
1131
1132
  factor?: number | undefined;
1132
1133
  minTimeoutInMs?: number | undefined;
1133
1134
  maxTimeoutInMs?: number | undefined;
1134
1135
  randomize?: boolean | undefined;
1135
- maxAttempts?: number | undefined;
1136
- } | undefined;
1137
- maxDuration?: number | undefined;
1138
- queue?: {
1139
- name?: string | undefined;
1140
- concurrencyLimit?: number | undefined;
1141
1136
  } | undefined;
1142
1137
  machine?: {
1143
- cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
1144
- memory?: 8 | 1 | 2 | 4 | 0.25 | 0.5 | undefined;
1138
+ cpu?: 2 | 1 | 0.25 | 0.5 | 4 | undefined;
1139
+ memory?: 2 | 1 | 0.25 | 0.5 | 4 | 8 | undefined;
1145
1140
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1146
1141
  } | undefined;
1147
1142
  triggerSource?: string | undefined;
1143
+ schedule?: {
1144
+ cron: string;
1145
+ timezone: string;
1146
+ } | undefined;
1147
+ maxDuration?: number | undefined;
1148
1148
  }[];
1149
1149
  runtime: "node" | "bun";
1150
1150
  configPath: string;
@@ -1168,28 +1168,28 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1168
1168
  exportName: string;
1169
1169
  entryPoint: string;
1170
1170
  description?: string | undefined;
1171
- schedule?: {
1172
- cron: string;
1173
- timezone: string;
1171
+ queue?: {
1172
+ name?: string | undefined;
1173
+ concurrencyLimit?: number | undefined;
1174
1174
  } | undefined;
1175
1175
  retry?: {
1176
+ maxAttempts?: number | undefined;
1176
1177
  factor?: number | undefined;
1177
1178
  minTimeoutInMs?: number | undefined;
1178
1179
  maxTimeoutInMs?: number | undefined;
1179
1180
  randomize?: boolean | undefined;
1180
- maxAttempts?: number | undefined;
1181
- } | undefined;
1182
- maxDuration?: number | undefined;
1183
- queue?: {
1184
- name?: string | undefined;
1185
- concurrencyLimit?: number | undefined;
1186
1181
  } | undefined;
1187
1182
  machine?: {
1188
- cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
1189
- memory?: 8 | 1 | 2 | 4 | 0.25 | 0.5 | undefined;
1183
+ cpu?: 2 | 1 | 0.25 | 0.5 | 4 | undefined;
1184
+ memory?: 2 | 1 | 0.25 | 0.5 | 4 | 8 | undefined;
1190
1185
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1191
1186
  } | undefined;
1192
1187
  triggerSource?: string | undefined;
1188
+ schedule?: {
1189
+ cron: string;
1190
+ timezone: string;
1191
+ } | undefined;
1192
+ maxDuration?: number | undefined;
1193
1193
  }[];
1194
1194
  runtime: "node" | "bun";
1195
1195
  configPath: string;
@@ -1213,28 +1213,28 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1213
1213
  exportName: string;
1214
1214
  entryPoint: string;
1215
1215
  description?: string | undefined;
1216
- schedule?: {
1217
- cron: string;
1218
- timezone: string;
1216
+ queue?: {
1217
+ name?: string | undefined;
1218
+ concurrencyLimit?: number | undefined;
1219
1219
  } | undefined;
1220
1220
  retry?: {
1221
+ maxAttempts?: number | undefined;
1221
1222
  factor?: number | undefined;
1222
1223
  minTimeoutInMs?: number | undefined;
1223
1224
  maxTimeoutInMs?: number | undefined;
1224
1225
  randomize?: boolean | undefined;
1225
- maxAttempts?: number | undefined;
1226
- } | undefined;
1227
- maxDuration?: number | undefined;
1228
- queue?: {
1229
- name?: string | undefined;
1230
- concurrencyLimit?: number | undefined;
1231
1226
  } | undefined;
1232
1227
  machine?: {
1233
- cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
1234
- memory?: 8 | 1 | 2 | 4 | 0.25 | 0.5 | undefined;
1228
+ cpu?: 2 | 1 | 0.25 | 0.5 | 4 | undefined;
1229
+ memory?: 2 | 1 | 0.25 | 0.5 | 4 | 8 | undefined;
1235
1230
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1236
1231
  } | undefined;
1237
1232
  triggerSource?: string | undefined;
1233
+ schedule?: {
1234
+ cron: string;
1235
+ timezone: string;
1236
+ } | undefined;
1237
+ maxDuration?: number | undefined;
1238
1238
  }[];
1239
1239
  runtime: "node" | "bun";
1240
1240
  configPath: string;