@trigger.dev/core 0.0.0-prerelease-20250213143202 → 0.0.0-python-preview-20250226140121

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 (151) hide show
  1. package/dist/commonjs/schemas/api.d.ts +1999 -1999
  2. package/dist/commonjs/schemas/events.d.ts +8 -8
  3. package/dist/commonjs/schemas/fetch.d.ts +54 -54
  4. package/dist/commonjs/schemas/integrations.d.ts +4 -4
  5. package/dist/commonjs/schemas/notifications.d.ts +80 -80
  6. package/dist/commonjs/schemas/properties.d.ts +4 -4
  7. package/dist/commonjs/schemas/request.d.ts +4 -4
  8. package/dist/commonjs/schemas/requestFilter.d.ts +2 -2
  9. package/dist/commonjs/schemas/runs.d.ts +39 -39
  10. package/dist/commonjs/schemas/schedules.d.ts +12 -12
  11. package/dist/commonjs/schemas/statuses.d.ts +24 -24
  12. package/dist/commonjs/schemas/tasks.d.ts +50 -50
  13. package/dist/commonjs/schemas/triggers.d.ts +36 -36
  14. package/dist/commonjs/v3/apiClient/index.d.ts +51 -51
  15. package/dist/commonjs/v3/apiClientManager/index.d.ts +1 -1
  16. package/dist/commonjs/v3/apps/provider.d.ts +1 -0
  17. package/dist/commonjs/v3/apps/provider.js +1 -0
  18. package/dist/commonjs/v3/apps/provider.js.map +1 -1
  19. package/dist/commonjs/v3/errors.d.ts +1 -0
  20. package/dist/commonjs/v3/errors.js +31 -0
  21. package/dist/commonjs/v3/errors.js.map +1 -1
  22. package/dist/commonjs/v3/index.d.ts +1 -0
  23. package/dist/commonjs/v3/index.js +1 -0
  24. package/dist/commonjs/v3/index.js.map +1 -1
  25. package/dist/commonjs/v3/links.d.ts +3 -0
  26. package/dist/commonjs/v3/links.js +3 -0
  27. package/dist/commonjs/v3/links.js.map +1 -1
  28. package/dist/commonjs/v3/run-timeline-metrics-api.d.ts +2 -0
  29. package/dist/commonjs/v3/run-timeline-metrics-api.js +8 -0
  30. package/dist/commonjs/v3/run-timeline-metrics-api.js.map +1 -0
  31. package/dist/commonjs/v3/runTimelineMetrics/index.d.ts +23 -0
  32. package/dist/commonjs/v3/runTimelineMetrics/index.js +160 -0
  33. package/dist/commonjs/v3/runTimelineMetrics/index.js.map +1 -0
  34. package/dist/commonjs/v3/runTimelineMetrics/runTimelineMetricsManager.d.ts +13 -0
  35. package/dist/commonjs/v3/runTimelineMetrics/runTimelineMetricsManager.js +52 -0
  36. package/dist/commonjs/v3/runTimelineMetrics/runTimelineMetricsManager.js.map +1 -0
  37. package/dist/commonjs/v3/runTimelineMetrics/types.d.ts +11 -0
  38. package/dist/commonjs/v3/runTimelineMetrics/types.js +3 -0
  39. package/dist/commonjs/v3/runTimelineMetrics/types.js.map +1 -0
  40. package/dist/commonjs/v3/schemas/api.d.ts +293 -293
  41. package/dist/commonjs/v3/schemas/build.d.ts +196 -196
  42. package/dist/commonjs/v3/schemas/common.d.ts +24 -24
  43. package/dist/commonjs/v3/schemas/common.js +1 -0
  44. package/dist/commonjs/v3/schemas/common.js.map +1 -1
  45. package/dist/commonjs/v3/schemas/fetch.d.ts +13 -13
  46. package/dist/commonjs/v3/schemas/messages.d.ts +6605 -4119
  47. package/dist/commonjs/v3/schemas/messages.js +22 -0
  48. package/dist/commonjs/v3/schemas/messages.js.map +1 -1
  49. package/dist/commonjs/v3/schemas/openTelemetry.d.ts +20 -20
  50. package/dist/commonjs/v3/schemas/resources.d.ts +52 -52
  51. package/dist/commonjs/v3/schemas/schemas.d.ts +485 -352
  52. package/dist/commonjs/v3/schemas/schemas.js +17 -1
  53. package/dist/commonjs/v3/schemas/schemas.js.map +1 -1
  54. package/dist/commonjs/v3/schemas/webhooks.d.ts +238 -238
  55. package/dist/commonjs/v3/semanticInternalAttributes.d.ts +1 -0
  56. package/dist/commonjs/v3/semanticInternalAttributes.js +1 -0
  57. package/dist/commonjs/v3/semanticInternalAttributes.js.map +1 -1
  58. package/dist/commonjs/v3/taskContext/index.js +1 -1
  59. package/dist/commonjs/v3/taskContext/index.js.map +1 -1
  60. package/dist/commonjs/v3/tracer.d.ts +10 -2
  61. package/dist/commonjs/v3/tracer.js +13 -4
  62. package/dist/commonjs/v3/tracer.js.map +1 -1
  63. package/dist/commonjs/v3/utils/flattenAttributes.js.map +1 -1
  64. package/dist/commonjs/v3/utils/globals.d.ts +2 -0
  65. package/dist/commonjs/v3/utils/globals.js.map +1 -1
  66. package/dist/commonjs/v3/workers/index.d.ts +1 -0
  67. package/dist/commonjs/v3/workers/index.js +3 -1
  68. package/dist/commonjs/v3/workers/index.js.map +1 -1
  69. package/dist/commonjs/v3/workers/taskExecutor.js +19 -9
  70. package/dist/commonjs/v3/workers/taskExecutor.js.map +1 -1
  71. package/dist/commonjs/v3/zodMessageHandler.d.ts +2 -2
  72. package/dist/commonjs/v3/zodSocket.d.ts +2 -2
  73. package/dist/commonjs/v3/zodSocket.js +3 -2
  74. package/dist/commonjs/v3/zodSocket.js.map +1 -1
  75. package/dist/commonjs/version.js +1 -1
  76. package/dist/esm/schemas/api.d.ts +2001 -2001
  77. package/dist/esm/schemas/events.d.ts +8 -8
  78. package/dist/esm/schemas/fetch.d.ts +54 -54
  79. package/dist/esm/schemas/integrations.d.ts +4 -4
  80. package/dist/esm/schemas/notifications.d.ts +80 -80
  81. package/dist/esm/schemas/properties.d.ts +4 -4
  82. package/dist/esm/schemas/request.d.ts +4 -4
  83. package/dist/esm/schemas/requestFilter.d.ts +2 -2
  84. package/dist/esm/schemas/runs.d.ts +39 -39
  85. package/dist/esm/schemas/schedules.d.ts +12 -12
  86. package/dist/esm/schemas/statuses.d.ts +24 -24
  87. package/dist/esm/schemas/tasks.d.ts +50 -50
  88. package/dist/esm/schemas/triggers.d.ts +36 -36
  89. package/dist/esm/v3/apiClient/index.d.ts +51 -51
  90. package/dist/esm/v3/apiClientManager/index.d.ts +1 -1
  91. package/dist/esm/v3/apps/provider.d.ts +1 -0
  92. package/dist/esm/v3/apps/provider.js +1 -0
  93. package/dist/esm/v3/apps/provider.js.map +1 -1
  94. package/dist/esm/v3/errors.d.ts +1 -0
  95. package/dist/esm/v3/errors.js +30 -0
  96. package/dist/esm/v3/errors.js.map +1 -1
  97. package/dist/esm/v3/index.d.ts +1 -0
  98. package/dist/esm/v3/index.js +1 -0
  99. package/dist/esm/v3/index.js.map +1 -1
  100. package/dist/esm/v3/links.d.ts +3 -0
  101. package/dist/esm/v3/links.js +3 -0
  102. package/dist/esm/v3/links.js.map +1 -1
  103. package/dist/esm/v3/run-timeline-metrics-api.d.ts +2 -0
  104. package/dist/esm/v3/run-timeline-metrics-api.js +5 -0
  105. package/dist/esm/v3/run-timeline-metrics-api.js.map +1 -0
  106. package/dist/esm/v3/runTimelineMetrics/index.d.ts +23 -0
  107. package/dist/esm/v3/runTimelineMetrics/index.js +156 -0
  108. package/dist/esm/v3/runTimelineMetrics/index.js.map +1 -0
  109. package/dist/esm/v3/runTimelineMetrics/runTimelineMetricsManager.d.ts +13 -0
  110. package/dist/esm/v3/runTimelineMetrics/runTimelineMetricsManager.js +47 -0
  111. package/dist/esm/v3/runTimelineMetrics/runTimelineMetricsManager.js.map +1 -0
  112. package/dist/esm/v3/runTimelineMetrics/types.d.ts +11 -0
  113. package/dist/esm/v3/runTimelineMetrics/types.js +2 -0
  114. package/dist/esm/v3/runTimelineMetrics/types.js.map +1 -0
  115. package/dist/esm/v3/schemas/api.d.ts +293 -293
  116. package/dist/esm/v3/schemas/build.d.ts +196 -196
  117. package/dist/esm/v3/schemas/common.d.ts +24 -24
  118. package/dist/esm/v3/schemas/common.js +1 -0
  119. package/dist/esm/v3/schemas/common.js.map +1 -1
  120. package/dist/esm/v3/schemas/fetch.d.ts +13 -13
  121. package/dist/esm/v3/schemas/messages.d.ts +6605 -4119
  122. package/dist/esm/v3/schemas/messages.js +23 -1
  123. package/dist/esm/v3/schemas/messages.js.map +1 -1
  124. package/dist/esm/v3/schemas/openTelemetry.d.ts +20 -20
  125. package/dist/esm/v3/schemas/resources.d.ts +52 -52
  126. package/dist/esm/v3/schemas/schemas.d.ts +485 -352
  127. package/dist/esm/v3/schemas/schemas.js +16 -0
  128. package/dist/esm/v3/schemas/schemas.js.map +1 -1
  129. package/dist/esm/v3/schemas/webhooks.d.ts +238 -238
  130. package/dist/esm/v3/semanticInternalAttributes.d.ts +1 -0
  131. package/dist/esm/v3/semanticInternalAttributes.js +1 -0
  132. package/dist/esm/v3/semanticInternalAttributes.js.map +1 -1
  133. package/dist/esm/v3/taskContext/index.js +1 -1
  134. package/dist/esm/v3/taskContext/index.js.map +1 -1
  135. package/dist/esm/v3/tracer.d.ts +10 -2
  136. package/dist/esm/v3/tracer.js +13 -4
  137. package/dist/esm/v3/tracer.js.map +1 -1
  138. package/dist/esm/v3/utils/flattenAttributes.js.map +1 -1
  139. package/dist/esm/v3/utils/globals.d.ts +2 -0
  140. package/dist/esm/v3/utils/globals.js.map +1 -1
  141. package/dist/esm/v3/workers/index.d.ts +1 -0
  142. package/dist/esm/v3/workers/index.js +1 -0
  143. package/dist/esm/v3/workers/index.js.map +1 -1
  144. package/dist/esm/v3/workers/taskExecutor.js +20 -10
  145. package/dist/esm/v3/workers/taskExecutor.js.map +1 -1
  146. package/dist/esm/v3/zodMessageHandler.d.ts +2 -2
  147. package/dist/esm/v3/zodSocket.d.ts +2 -2
  148. package/dist/esm/v3/zodSocket.js +3 -2
  149. package/dist/esm/v3/zodSocket.js.map +1 -1
  150. package/dist/esm/version.js +1 -1
  151. package/package.json +1 -1
@@ -122,8 +122,10 @@ export declare const BuildManifest: z.ZodObject<{
122
122
  }, "strip", z.ZodTypeAny, {
123
123
  environment: string;
124
124
  contentHash: string;
125
- packageVersion: string;
125
+ configPath: string;
126
+ runtime: "node" | "bun";
126
127
  cliPackageVersion: string;
128
+ packageVersion: string;
127
129
  deploy: {
128
130
  env?: Record<string, string> | undefined;
129
131
  sync?: {
@@ -131,7 +133,6 @@ export declare const BuildManifest: z.ZodObject<{
131
133
  } | undefined;
132
134
  };
133
135
  target: "dev" | "deploy";
134
- runtime: "node" | "bun";
135
136
  config: {
136
137
  project: string;
137
138
  dirs: string[];
@@ -147,32 +148,33 @@ export declare const BuildManifest: z.ZodObject<{
147
148
  outputPath: string;
148
149
  runWorkerEntryPoint: string;
149
150
  indexWorkerEntryPoint: string;
150
- configPath: string;
151
151
  build: {
152
152
  env?: Record<string, string> | undefined;
153
153
  commands?: string[] | undefined;
154
154
  };
155
- runControllerEntryPoint?: string | undefined;
156
- indexControllerEntryPoint?: string | undefined;
157
- loaderEntryPoint?: string | undefined;
158
- externals?: {
159
- name: string;
160
- version: string;
161
- }[] | undefined;
162
- customConditions?: string[] | undefined;
163
155
  image?: {
164
156
  pkgs?: string[] | undefined;
165
157
  instructions?: string[] | undefined;
166
158
  } | undefined;
159
+ loaderEntryPoint?: string | undefined;
160
+ customConditions?: string[] | undefined;
167
161
  otelImportHook?: {
168
162
  include?: string[] | undefined;
169
163
  exclude?: string[] | undefined;
170
164
  } | undefined;
165
+ runControllerEntryPoint?: string | undefined;
166
+ indexControllerEntryPoint?: string | undefined;
167
+ externals?: {
168
+ name: string;
169
+ version: string;
170
+ }[] | undefined;
171
171
  }, {
172
172
  environment: string;
173
173
  contentHash: string;
174
- packageVersion: string;
174
+ configPath: string;
175
+ runtime: "node" | "bun";
175
176
  cliPackageVersion: string;
177
+ packageVersion: string;
176
178
  deploy: {
177
179
  env?: Record<string, string> | undefined;
178
180
  sync?: {
@@ -180,7 +182,6 @@ export declare const BuildManifest: z.ZodObject<{
180
182
  } | undefined;
181
183
  };
182
184
  target: "dev" | "deploy";
183
- runtime: "node" | "bun";
184
185
  config: {
185
186
  project: string;
186
187
  dirs: string[];
@@ -196,27 +197,26 @@ export declare const BuildManifest: z.ZodObject<{
196
197
  outputPath: string;
197
198
  runWorkerEntryPoint: string;
198
199
  indexWorkerEntryPoint: string;
199
- configPath: string;
200
200
  build: {
201
201
  env?: Record<string, string> | undefined;
202
202
  commands?: string[] | undefined;
203
203
  };
204
- runControllerEntryPoint?: string | undefined;
205
- indexControllerEntryPoint?: string | undefined;
206
- loaderEntryPoint?: string | undefined;
207
- externals?: {
208
- name: string;
209
- version: string;
210
- }[] | undefined;
211
- customConditions?: string[] | undefined;
212
204
  image?: {
213
205
  pkgs?: string[] | undefined;
214
206
  instructions?: string[] | undefined;
215
207
  } | undefined;
208
+ loaderEntryPoint?: string | undefined;
209
+ customConditions?: string[] | undefined;
216
210
  otelImportHook?: {
217
211
  include?: string[] | undefined;
218
212
  exclude?: string[] | undefined;
219
213
  } | undefined;
214
+ runControllerEntryPoint?: string | undefined;
215
+ indexControllerEntryPoint?: string | undefined;
216
+ externals?: {
217
+ name: string;
218
+ version: string;
219
+ }[] | undefined;
220
220
  }>;
221
221
  export type BuildManifest = z.infer<typeof BuildManifest>;
222
222
  export declare const IndexMessage: z.ZodObject<{
@@ -330,8 +330,10 @@ export declare const IndexMessage: z.ZodObject<{
330
330
  }, "strip", z.ZodTypeAny, {
331
331
  environment: string;
332
332
  contentHash: string;
333
- packageVersion: string;
333
+ configPath: string;
334
+ runtime: "node" | "bun";
334
335
  cliPackageVersion: string;
336
+ packageVersion: string;
335
337
  deploy: {
336
338
  env?: Record<string, string> | undefined;
337
339
  sync?: {
@@ -339,7 +341,6 @@ export declare const IndexMessage: z.ZodObject<{
339
341
  } | undefined;
340
342
  };
341
343
  target: "dev" | "deploy";
342
- runtime: "node" | "bun";
343
344
  config: {
344
345
  project: string;
345
346
  dirs: string[];
@@ -355,32 +356,33 @@ export declare const IndexMessage: z.ZodObject<{
355
356
  outputPath: string;
356
357
  runWorkerEntryPoint: string;
357
358
  indexWorkerEntryPoint: string;
358
- configPath: string;
359
359
  build: {
360
360
  env?: Record<string, string> | undefined;
361
361
  commands?: string[] | undefined;
362
362
  };
363
- runControllerEntryPoint?: string | undefined;
364
- indexControllerEntryPoint?: string | undefined;
365
- loaderEntryPoint?: string | undefined;
366
- externals?: {
367
- name: string;
368
- version: string;
369
- }[] | undefined;
370
- customConditions?: string[] | undefined;
371
363
  image?: {
372
364
  pkgs?: string[] | undefined;
373
365
  instructions?: string[] | undefined;
374
366
  } | undefined;
367
+ loaderEntryPoint?: string | undefined;
368
+ customConditions?: string[] | undefined;
375
369
  otelImportHook?: {
376
370
  include?: string[] | undefined;
377
371
  exclude?: string[] | undefined;
378
372
  } | undefined;
373
+ runControllerEntryPoint?: string | undefined;
374
+ indexControllerEntryPoint?: string | undefined;
375
+ externals?: {
376
+ name: string;
377
+ version: string;
378
+ }[] | undefined;
379
379
  }, {
380
380
  environment: string;
381
381
  contentHash: string;
382
- packageVersion: string;
382
+ configPath: string;
383
+ runtime: "node" | "bun";
383
384
  cliPackageVersion: string;
385
+ packageVersion: string;
384
386
  deploy: {
385
387
  env?: Record<string, string> | undefined;
386
388
  sync?: {
@@ -388,7 +390,6 @@ export declare const IndexMessage: z.ZodObject<{
388
390
  } | undefined;
389
391
  };
390
392
  target: "dev" | "deploy";
391
- runtime: "node" | "bun";
392
393
  config: {
393
394
  project: string;
394
395
  dirs: string[];
@@ -404,34 +405,35 @@ export declare const IndexMessage: z.ZodObject<{
404
405
  outputPath: string;
405
406
  runWorkerEntryPoint: string;
406
407
  indexWorkerEntryPoint: string;
407
- configPath: string;
408
408
  build: {
409
409
  env?: Record<string, string> | undefined;
410
410
  commands?: string[] | undefined;
411
411
  };
412
- runControllerEntryPoint?: string | undefined;
413
- indexControllerEntryPoint?: string | undefined;
414
- loaderEntryPoint?: string | undefined;
415
- externals?: {
416
- name: string;
417
- version: string;
418
- }[] | undefined;
419
- customConditions?: string[] | undefined;
420
412
  image?: {
421
413
  pkgs?: string[] | undefined;
422
414
  instructions?: string[] | undefined;
423
415
  } | undefined;
416
+ loaderEntryPoint?: string | undefined;
417
+ customConditions?: string[] | undefined;
424
418
  otelImportHook?: {
425
419
  include?: string[] | undefined;
426
420
  exclude?: string[] | undefined;
427
421
  } | undefined;
422
+ runControllerEntryPoint?: string | undefined;
423
+ indexControllerEntryPoint?: string | undefined;
424
+ externals?: {
425
+ name: string;
426
+ version: string;
427
+ }[] | undefined;
428
428
  }>;
429
429
  }, "strip", z.ZodTypeAny, {
430
430
  build: {
431
431
  environment: string;
432
432
  contentHash: string;
433
- packageVersion: string;
433
+ configPath: string;
434
+ runtime: "node" | "bun";
434
435
  cliPackageVersion: string;
436
+ packageVersion: string;
435
437
  deploy: {
436
438
  env?: Record<string, string> | undefined;
437
439
  sync?: {
@@ -439,7 +441,6 @@ export declare const IndexMessage: z.ZodObject<{
439
441
  } | undefined;
440
442
  };
441
443
  target: "dev" | "deploy";
442
- runtime: "node" | "bun";
443
444
  config: {
444
445
  project: string;
445
446
  dirs: string[];
@@ -455,34 +456,35 @@ export declare const IndexMessage: z.ZodObject<{
455
456
  outputPath: string;
456
457
  runWorkerEntryPoint: string;
457
458
  indexWorkerEntryPoint: string;
458
- configPath: string;
459
459
  build: {
460
460
  env?: Record<string, string> | undefined;
461
461
  commands?: string[] | undefined;
462
462
  };
463
- runControllerEntryPoint?: string | undefined;
464
- indexControllerEntryPoint?: string | undefined;
465
- loaderEntryPoint?: string | undefined;
466
- externals?: {
467
- name: string;
468
- version: string;
469
- }[] | undefined;
470
- customConditions?: string[] | undefined;
471
463
  image?: {
472
464
  pkgs?: string[] | undefined;
473
465
  instructions?: string[] | undefined;
474
466
  } | undefined;
467
+ loaderEntryPoint?: string | undefined;
468
+ customConditions?: string[] | undefined;
475
469
  otelImportHook?: {
476
470
  include?: string[] | undefined;
477
471
  exclude?: string[] | undefined;
478
472
  } | undefined;
473
+ runControllerEntryPoint?: string | undefined;
474
+ indexControllerEntryPoint?: string | undefined;
475
+ externals?: {
476
+ name: string;
477
+ version: string;
478
+ }[] | undefined;
479
479
  };
480
480
  }, {
481
481
  build: {
482
482
  environment: string;
483
483
  contentHash: string;
484
- packageVersion: string;
484
+ configPath: string;
485
+ runtime: "node" | "bun";
485
486
  cliPackageVersion: string;
487
+ packageVersion: string;
486
488
  deploy: {
487
489
  env?: Record<string, string> | undefined;
488
490
  sync?: {
@@ -490,7 +492,6 @@ export declare const IndexMessage: z.ZodObject<{
490
492
  } | undefined;
491
493
  };
492
494
  target: "dev" | "deploy";
493
- runtime: "node" | "bun";
494
495
  config: {
495
496
  project: string;
496
497
  dirs: string[];
@@ -506,27 +507,26 @@ export declare const IndexMessage: z.ZodObject<{
506
507
  outputPath: string;
507
508
  runWorkerEntryPoint: string;
508
509
  indexWorkerEntryPoint: string;
509
- configPath: string;
510
510
  build: {
511
511
  env?: Record<string, string> | undefined;
512
512
  commands?: string[] | undefined;
513
513
  };
514
- runControllerEntryPoint?: string | undefined;
515
- indexControllerEntryPoint?: string | undefined;
516
- loaderEntryPoint?: string | undefined;
517
- externals?: {
518
- name: string;
519
- version: string;
520
- }[] | undefined;
521
- customConditions?: string[] | undefined;
522
514
  image?: {
523
515
  pkgs?: string[] | undefined;
524
516
  instructions?: string[] | undefined;
525
517
  } | undefined;
518
+ loaderEntryPoint?: string | undefined;
519
+ customConditions?: string[] | undefined;
526
520
  otelImportHook?: {
527
521
  include?: string[] | undefined;
528
522
  exclude?: string[] | undefined;
529
523
  } | undefined;
524
+ runControllerEntryPoint?: string | undefined;
525
+ indexControllerEntryPoint?: string | undefined;
526
+ externals?: {
527
+ name: string;
528
+ version: string;
529
+ }[] | undefined;
530
530
  };
531
531
  }>;
532
532
  }, "strip", z.ZodTypeAny, {
@@ -535,8 +535,10 @@ export declare const IndexMessage: z.ZodObject<{
535
535
  build: {
536
536
  environment: string;
537
537
  contentHash: string;
538
- packageVersion: string;
538
+ configPath: string;
539
+ runtime: "node" | "bun";
539
540
  cliPackageVersion: string;
541
+ packageVersion: string;
540
542
  deploy: {
541
543
  env?: Record<string, string> | undefined;
542
544
  sync?: {
@@ -544,7 +546,6 @@ export declare const IndexMessage: z.ZodObject<{
544
546
  } | undefined;
545
547
  };
546
548
  target: "dev" | "deploy";
547
- runtime: "node" | "bun";
548
549
  config: {
549
550
  project: string;
550
551
  dirs: string[];
@@ -560,27 +561,26 @@ export declare const IndexMessage: z.ZodObject<{
560
561
  outputPath: string;
561
562
  runWorkerEntryPoint: string;
562
563
  indexWorkerEntryPoint: string;
563
- configPath: string;
564
564
  build: {
565
565
  env?: Record<string, string> | undefined;
566
566
  commands?: string[] | undefined;
567
567
  };
568
- runControllerEntryPoint?: string | undefined;
569
- indexControllerEntryPoint?: string | undefined;
570
- loaderEntryPoint?: string | undefined;
571
- externals?: {
572
- name: string;
573
- version: string;
574
- }[] | undefined;
575
- customConditions?: string[] | undefined;
576
568
  image?: {
577
569
  pkgs?: string[] | undefined;
578
570
  instructions?: string[] | undefined;
579
571
  } | undefined;
572
+ loaderEntryPoint?: string | undefined;
573
+ customConditions?: string[] | undefined;
580
574
  otelImportHook?: {
581
575
  include?: string[] | undefined;
582
576
  exclude?: string[] | undefined;
583
577
  } | undefined;
578
+ runControllerEntryPoint?: string | undefined;
579
+ indexControllerEntryPoint?: string | undefined;
580
+ externals?: {
581
+ name: string;
582
+ version: string;
583
+ }[] | undefined;
584
584
  };
585
585
  };
586
586
  }, {
@@ -589,8 +589,10 @@ export declare const IndexMessage: z.ZodObject<{
589
589
  build: {
590
590
  environment: string;
591
591
  contentHash: string;
592
- packageVersion: string;
592
+ configPath: string;
593
+ runtime: "node" | "bun";
593
594
  cliPackageVersion: string;
595
+ packageVersion: string;
594
596
  deploy: {
595
597
  env?: Record<string, string> | undefined;
596
598
  sync?: {
@@ -598,7 +600,6 @@ export declare const IndexMessage: z.ZodObject<{
598
600
  } | undefined;
599
601
  };
600
602
  target: "dev" | "deploy";
601
- runtime: "node" | "bun";
602
603
  config: {
603
604
  project: string;
604
605
  dirs: string[];
@@ -614,27 +615,26 @@ export declare const IndexMessage: z.ZodObject<{
614
615
  outputPath: string;
615
616
  runWorkerEntryPoint: string;
616
617
  indexWorkerEntryPoint: string;
617
- configPath: string;
618
618
  build: {
619
619
  env?: Record<string, string> | undefined;
620
620
  commands?: string[] | undefined;
621
621
  };
622
- runControllerEntryPoint?: string | undefined;
623
- indexControllerEntryPoint?: string | undefined;
624
- loaderEntryPoint?: string | undefined;
625
- externals?: {
626
- name: string;
627
- version: string;
628
- }[] | undefined;
629
- customConditions?: string[] | undefined;
630
622
  image?: {
631
623
  pkgs?: string[] | undefined;
632
624
  instructions?: string[] | undefined;
633
625
  } | undefined;
626
+ loaderEntryPoint?: string | undefined;
627
+ customConditions?: string[] | undefined;
634
628
  otelImportHook?: {
635
629
  include?: string[] | undefined;
636
630
  exclude?: string[] | undefined;
637
631
  } | undefined;
632
+ runControllerEntryPoint?: string | undefined;
633
+ indexControllerEntryPoint?: string | undefined;
634
+ externals?: {
635
+ name: string;
636
+ version: string;
637
+ }[] | undefined;
638
638
  };
639
639
  };
640
640
  }>;
@@ -694,12 +694,12 @@ export declare const WorkerManifest: z.ZodObject<{
694
694
  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>]>>;
695
695
  preset: z.ZodOptional<z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>>;
696
696
  }, "strip", z.ZodTypeAny, {
697
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
698
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
697
+ cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
698
+ memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
699
699
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
700
700
  }, {
701
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
702
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
701
+ cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
702
+ memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
703
703
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
704
704
  }>>;
705
705
  triggerSource: z.ZodOptional<z.ZodString>;
@@ -719,17 +719,17 @@ export declare const WorkerManifest: z.ZodObject<{
719
719
  filePath: string;
720
720
  exportName: string;
721
721
  entryPoint: string;
722
- triggerSource?: string | undefined;
723
- machine?: {
724
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
725
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
726
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
727
- } | undefined;
728
722
  maxDuration?: number | undefined;
729
723
  queue?: {
730
724
  name?: string | undefined;
731
725
  concurrencyLimit?: number | null | undefined;
732
726
  } | undefined;
727
+ machine?: {
728
+ cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
729
+ memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
730
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
731
+ } | undefined;
732
+ description?: string | undefined;
733
733
  retry?: {
734
734
  maxAttempts?: number | undefined;
735
735
  factor?: number | undefined;
@@ -740,7 +740,7 @@ export declare const WorkerManifest: z.ZodObject<{
740
740
  machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
741
741
  } | undefined;
742
742
  } | undefined;
743
- description?: string | undefined;
743
+ triggerSource?: string | undefined;
744
744
  schedule?: {
745
745
  cron: string;
746
746
  timezone: string;
@@ -750,17 +750,17 @@ export declare const WorkerManifest: z.ZodObject<{
750
750
  filePath: string;
751
751
  exportName: string;
752
752
  entryPoint: string;
753
- triggerSource?: string | 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
753
  maxDuration?: number | undefined;
760
754
  queue?: {
761
755
  name?: string | undefined;
762
756
  concurrencyLimit?: number | null | undefined;
763
757
  } | undefined;
758
+ machine?: {
759
+ cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
760
+ memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
761
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
762
+ } | undefined;
763
+ description?: string | undefined;
764
764
  retry?: {
765
765
  maxAttempts?: number | undefined;
766
766
  factor?: number | undefined;
@@ -771,7 +771,7 @@ export declare const WorkerManifest: z.ZodObject<{
771
771
  machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
772
772
  } | undefined;
773
773
  } | undefined;
774
- description?: string | undefined;
774
+ triggerSource?: string | undefined;
775
775
  schedule?: {
776
776
  cron: string;
777
777
  timezone: string;
@@ -798,17 +798,17 @@ export declare const WorkerManifest: z.ZodObject<{
798
798
  filePath: string;
799
799
  exportName: string;
800
800
  entryPoint: string;
801
- triggerSource?: string | undefined;
802
- machine?: {
803
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
804
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
805
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
806
- } | undefined;
807
801
  maxDuration?: number | undefined;
808
802
  queue?: {
809
803
  name?: string | undefined;
810
804
  concurrencyLimit?: number | null | undefined;
811
805
  } | undefined;
806
+ machine?: {
807
+ cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
808
+ memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
809
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
810
+ } | undefined;
811
+ description?: string | undefined;
812
812
  retry?: {
813
813
  maxAttempts?: number | undefined;
814
814
  factor?: number | undefined;
@@ -819,39 +819,39 @@ export declare const WorkerManifest: z.ZodObject<{
819
819
  machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
820
820
  } | undefined;
821
821
  } | undefined;
822
- description?: string | undefined;
822
+ triggerSource?: string | undefined;
823
823
  schedule?: {
824
824
  cron: string;
825
825
  timezone: string;
826
826
  } | undefined;
827
827
  }[];
828
- runtime: "node" | "bun";
829
828
  configPath: string;
830
829
  workerEntryPoint: string;
830
+ runtime: "node" | "bun";
831
+ controllerEntryPoint?: string | undefined;
831
832
  loaderEntryPoint?: string | undefined;
832
833
  customConditions?: string[] | undefined;
833
834
  otelImportHook?: {
834
835
  include?: string[] | undefined;
835
836
  exclude?: string[] | undefined;
836
837
  } | undefined;
837
- controllerEntryPoint?: string | undefined;
838
838
  }, {
839
839
  tasks: {
840
840
  id: string;
841
841
  filePath: string;
842
842
  exportName: string;
843
843
  entryPoint: string;
844
- triggerSource?: string | undefined;
845
- machine?: {
846
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
847
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
848
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
849
- } | undefined;
850
844
  maxDuration?: number | undefined;
851
845
  queue?: {
852
846
  name?: string | undefined;
853
847
  concurrencyLimit?: number | null | undefined;
854
848
  } | undefined;
849
+ machine?: {
850
+ cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
851
+ memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
852
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
853
+ } | undefined;
854
+ description?: string | undefined;
855
855
  retry?: {
856
856
  maxAttempts?: number | undefined;
857
857
  factor?: number | undefined;
@@ -862,22 +862,22 @@ export declare const WorkerManifest: z.ZodObject<{
862
862
  machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
863
863
  } | undefined;
864
864
  } | undefined;
865
- description?: string | undefined;
865
+ triggerSource?: string | undefined;
866
866
  schedule?: {
867
867
  cron: string;
868
868
  timezone: string;
869
869
  } | undefined;
870
870
  }[];
871
- runtime: "node" | "bun";
872
871
  configPath: string;
873
872
  workerEntryPoint: string;
873
+ runtime: "node" | "bun";
874
+ controllerEntryPoint?: string | undefined;
874
875
  loaderEntryPoint?: string | undefined;
875
876
  customConditions?: string[] | undefined;
876
877
  otelImportHook?: {
877
878
  include?: string[] | undefined;
878
879
  exclude?: string[] | undefined;
879
880
  } | undefined;
880
- controllerEntryPoint?: string | undefined;
881
881
  }>;
882
882
  export type WorkerManifest = z.infer<typeof WorkerManifest>;
883
883
  export declare const WorkerManifestMessage: z.ZodObject<{
@@ -938,12 +938,12 @@ export declare const WorkerManifestMessage: z.ZodObject<{
938
938
  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>]>>;
939
939
  preset: z.ZodOptional<z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>>;
940
940
  }, "strip", z.ZodTypeAny, {
941
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
942
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
941
+ cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
942
+ memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
943
943
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
944
944
  }, {
945
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
946
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
945
+ cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
946
+ memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
947
947
  preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
948
948
  }>>;
949
949
  triggerSource: z.ZodOptional<z.ZodString>;
@@ -963,17 +963,17 @@ export declare const WorkerManifestMessage: z.ZodObject<{
963
963
  filePath: string;
964
964
  exportName: string;
965
965
  entryPoint: string;
966
- triggerSource?: string | undefined;
967
- machine?: {
968
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
969
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
970
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
971
- } | undefined;
972
966
  maxDuration?: number | undefined;
973
967
  queue?: {
974
968
  name?: string | undefined;
975
969
  concurrencyLimit?: number | null | undefined;
976
970
  } | undefined;
971
+ machine?: {
972
+ cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
973
+ memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
974
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
975
+ } | undefined;
976
+ description?: string | undefined;
977
977
  retry?: {
978
978
  maxAttempts?: number | undefined;
979
979
  factor?: number | undefined;
@@ -984,7 +984,7 @@ export declare const WorkerManifestMessage: z.ZodObject<{
984
984
  machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
985
985
  } | undefined;
986
986
  } | undefined;
987
- description?: string | undefined;
987
+ triggerSource?: string | undefined;
988
988
  schedule?: {
989
989
  cron: string;
990
990
  timezone: string;
@@ -994,17 +994,17 @@ export declare const WorkerManifestMessage: z.ZodObject<{
994
994
  filePath: string;
995
995
  exportName: string;
996
996
  entryPoint: string;
997
- triggerSource?: string | undefined;
998
- machine?: {
999
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1000
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1001
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1002
- } | undefined;
1003
997
  maxDuration?: number | undefined;
1004
998
  queue?: {
1005
999
  name?: string | undefined;
1006
1000
  concurrencyLimit?: number | null | undefined;
1007
1001
  } | undefined;
1002
+ machine?: {
1003
+ cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
1004
+ memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
1005
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1006
+ } | undefined;
1007
+ description?: string | undefined;
1008
1008
  retry?: {
1009
1009
  maxAttempts?: number | undefined;
1010
1010
  factor?: number | undefined;
@@ -1015,7 +1015,7 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1015
1015
  machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1016
1016
  } | undefined;
1017
1017
  } | undefined;
1018
- description?: string | undefined;
1018
+ triggerSource?: string | undefined;
1019
1019
  schedule?: {
1020
1020
  cron: string;
1021
1021
  timezone: string;
@@ -1042,17 +1042,17 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1042
1042
  filePath: string;
1043
1043
  exportName: string;
1044
1044
  entryPoint: string;
1045
- triggerSource?: string | 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;
1051
1045
  maxDuration?: number | undefined;
1052
1046
  queue?: {
1053
1047
  name?: string | undefined;
1054
1048
  concurrencyLimit?: number | null | undefined;
1055
1049
  } | undefined;
1050
+ machine?: {
1051
+ cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
1052
+ memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
1053
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1054
+ } | undefined;
1055
+ description?: string | undefined;
1056
1056
  retry?: {
1057
1057
  maxAttempts?: number | undefined;
1058
1058
  factor?: number | undefined;
@@ -1063,39 +1063,39 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1063
1063
  machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1064
1064
  } | undefined;
1065
1065
  } | undefined;
1066
- description?: string | undefined;
1066
+ triggerSource?: string | undefined;
1067
1067
  schedule?: {
1068
1068
  cron: string;
1069
1069
  timezone: string;
1070
1070
  } | undefined;
1071
1071
  }[];
1072
- runtime: "node" | "bun";
1073
1072
  configPath: string;
1074
1073
  workerEntryPoint: string;
1074
+ runtime: "node" | "bun";
1075
+ controllerEntryPoint?: string | undefined;
1075
1076
  loaderEntryPoint?: string | undefined;
1076
1077
  customConditions?: string[] | undefined;
1077
1078
  otelImportHook?: {
1078
1079
  include?: string[] | undefined;
1079
1080
  exclude?: string[] | undefined;
1080
1081
  } | undefined;
1081
- controllerEntryPoint?: string | undefined;
1082
1082
  }, {
1083
1083
  tasks: {
1084
1084
  id: string;
1085
1085
  filePath: string;
1086
1086
  exportName: string;
1087
1087
  entryPoint: string;
1088
- triggerSource?: string | undefined;
1089
- machine?: {
1090
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1091
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1092
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1093
- } | undefined;
1094
1088
  maxDuration?: number | undefined;
1095
1089
  queue?: {
1096
1090
  name?: string | undefined;
1097
1091
  concurrencyLimit?: number | null | undefined;
1098
1092
  } | undefined;
1093
+ machine?: {
1094
+ cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
1095
+ memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
1096
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1097
+ } | undefined;
1098
+ description?: string | undefined;
1099
1099
  retry?: {
1100
1100
  maxAttempts?: number | undefined;
1101
1101
  factor?: number | undefined;
@@ -1106,22 +1106,22 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1106
1106
  machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1107
1107
  } | undefined;
1108
1108
  } | undefined;
1109
- description?: string | undefined;
1109
+ triggerSource?: string | undefined;
1110
1110
  schedule?: {
1111
1111
  cron: string;
1112
1112
  timezone: string;
1113
1113
  } | undefined;
1114
1114
  }[];
1115
- runtime: "node" | "bun";
1116
1115
  configPath: string;
1117
1116
  workerEntryPoint: string;
1117
+ runtime: "node" | "bun";
1118
+ controllerEntryPoint?: string | undefined;
1118
1119
  loaderEntryPoint?: string | undefined;
1119
1120
  customConditions?: string[] | undefined;
1120
1121
  otelImportHook?: {
1121
1122
  include?: string[] | undefined;
1122
1123
  exclude?: string[] | undefined;
1123
1124
  } | undefined;
1124
- controllerEntryPoint?: string | undefined;
1125
1125
  }>;
1126
1126
  }, "strip", z.ZodTypeAny, {
1127
1127
  manifest: {
@@ -1130,17 +1130,17 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1130
1130
  filePath: string;
1131
1131
  exportName: string;
1132
1132
  entryPoint: string;
1133
- triggerSource?: string | undefined;
1134
- machine?: {
1135
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1136
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1137
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1138
- } | undefined;
1139
1133
  maxDuration?: number | undefined;
1140
1134
  queue?: {
1141
1135
  name?: string | undefined;
1142
1136
  concurrencyLimit?: number | null | undefined;
1143
1137
  } | undefined;
1138
+ machine?: {
1139
+ cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
1140
+ memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
1141
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1142
+ } | undefined;
1143
+ description?: string | undefined;
1144
1144
  retry?: {
1145
1145
  maxAttempts?: number | undefined;
1146
1146
  factor?: number | undefined;
@@ -1151,22 +1151,22 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1151
1151
  machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1152
1152
  } | undefined;
1153
1153
  } | undefined;
1154
- description?: string | undefined;
1154
+ triggerSource?: string | undefined;
1155
1155
  schedule?: {
1156
1156
  cron: string;
1157
1157
  timezone: string;
1158
1158
  } | undefined;
1159
1159
  }[];
1160
- runtime: "node" | "bun";
1161
1160
  configPath: string;
1162
1161
  workerEntryPoint: string;
1162
+ runtime: "node" | "bun";
1163
+ controllerEntryPoint?: string | undefined;
1163
1164
  loaderEntryPoint?: string | undefined;
1164
1165
  customConditions?: string[] | undefined;
1165
1166
  otelImportHook?: {
1166
1167
  include?: string[] | undefined;
1167
1168
  exclude?: string[] | undefined;
1168
1169
  } | undefined;
1169
- controllerEntryPoint?: string | undefined;
1170
1170
  };
1171
1171
  }, {
1172
1172
  manifest: {
@@ -1175,17 +1175,17 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1175
1175
  filePath: string;
1176
1176
  exportName: string;
1177
1177
  entryPoint: string;
1178
- triggerSource?: string | undefined;
1179
- machine?: {
1180
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1181
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1182
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1183
- } | undefined;
1184
1178
  maxDuration?: number | undefined;
1185
1179
  queue?: {
1186
1180
  name?: string | undefined;
1187
1181
  concurrencyLimit?: number | null | undefined;
1188
1182
  } | undefined;
1183
+ machine?: {
1184
+ cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
1185
+ memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
1186
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1187
+ } | undefined;
1188
+ description?: string | undefined;
1189
1189
  retry?: {
1190
1190
  maxAttempts?: number | undefined;
1191
1191
  factor?: number | undefined;
@@ -1196,22 +1196,22 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1196
1196
  machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1197
1197
  } | undefined;
1198
1198
  } | undefined;
1199
- description?: string | undefined;
1199
+ triggerSource?: string | undefined;
1200
1200
  schedule?: {
1201
1201
  cron: string;
1202
1202
  timezone: string;
1203
1203
  } | undefined;
1204
1204
  }[];
1205
- runtime: "node" | "bun";
1206
1205
  configPath: string;
1207
1206
  workerEntryPoint: string;
1207
+ runtime: "node" | "bun";
1208
+ controllerEntryPoint?: string | undefined;
1208
1209
  loaderEntryPoint?: string | undefined;
1209
1210
  customConditions?: string[] | undefined;
1210
1211
  otelImportHook?: {
1211
1212
  include?: string[] | undefined;
1212
1213
  exclude?: string[] | undefined;
1213
1214
  } | undefined;
1214
- controllerEntryPoint?: string | undefined;
1215
1215
  };
1216
1216
  }>;
1217
1217
  }, "strip", z.ZodTypeAny, {
@@ -1223,17 +1223,17 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1223
1223
  filePath: string;
1224
1224
  exportName: string;
1225
1225
  entryPoint: string;
1226
- triggerSource?: string | undefined;
1227
- machine?: {
1228
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1229
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1230
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1231
- } | undefined;
1232
1226
  maxDuration?: number | undefined;
1233
1227
  queue?: {
1234
1228
  name?: string | undefined;
1235
1229
  concurrencyLimit?: number | null | undefined;
1236
1230
  } | undefined;
1231
+ machine?: {
1232
+ cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
1233
+ memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
1234
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1235
+ } | undefined;
1236
+ description?: string | undefined;
1237
1237
  retry?: {
1238
1238
  maxAttempts?: number | undefined;
1239
1239
  factor?: number | undefined;
@@ -1244,22 +1244,22 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1244
1244
  machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1245
1245
  } | undefined;
1246
1246
  } | undefined;
1247
- description?: string | undefined;
1247
+ triggerSource?: string | undefined;
1248
1248
  schedule?: {
1249
1249
  cron: string;
1250
1250
  timezone: string;
1251
1251
  } | undefined;
1252
1252
  }[];
1253
- runtime: "node" | "bun";
1254
1253
  configPath: string;
1255
1254
  workerEntryPoint: string;
1255
+ runtime: "node" | "bun";
1256
+ controllerEntryPoint?: string | undefined;
1256
1257
  loaderEntryPoint?: string | undefined;
1257
1258
  customConditions?: string[] | undefined;
1258
1259
  otelImportHook?: {
1259
1260
  include?: string[] | undefined;
1260
1261
  exclude?: string[] | undefined;
1261
1262
  } | undefined;
1262
- controllerEntryPoint?: string | undefined;
1263
1263
  };
1264
1264
  };
1265
1265
  }, {
@@ -1271,17 +1271,17 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1271
1271
  filePath: string;
1272
1272
  exportName: string;
1273
1273
  entryPoint: string;
1274
- triggerSource?: string | undefined;
1275
- machine?: {
1276
- cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
1277
- memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
1278
- preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1279
- } | undefined;
1280
1274
  maxDuration?: number | undefined;
1281
1275
  queue?: {
1282
1276
  name?: string | undefined;
1283
1277
  concurrencyLimit?: number | null | undefined;
1284
1278
  } | undefined;
1279
+ machine?: {
1280
+ cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
1281
+ memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
1282
+ preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1283
+ } | undefined;
1284
+ description?: string | undefined;
1285
1285
  retry?: {
1286
1286
  maxAttempts?: number | undefined;
1287
1287
  factor?: number | undefined;
@@ -1292,22 +1292,22 @@ export declare const WorkerManifestMessage: z.ZodObject<{
1292
1292
  machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
1293
1293
  } | undefined;
1294
1294
  } | undefined;
1295
- description?: string | undefined;
1295
+ triggerSource?: string | undefined;
1296
1296
  schedule?: {
1297
1297
  cron: string;
1298
1298
  timezone: string;
1299
1299
  } | undefined;
1300
1300
  }[];
1301
- runtime: "node" | "bun";
1302
1301
  configPath: string;
1303
1302
  workerEntryPoint: string;
1303
+ runtime: "node" | "bun";
1304
+ controllerEntryPoint?: string | undefined;
1304
1305
  loaderEntryPoint?: string | undefined;
1305
1306
  customConditions?: string[] | undefined;
1306
1307
  otelImportHook?: {
1307
1308
  include?: string[] | undefined;
1308
1309
  exclude?: string[] | undefined;
1309
1310
  } | undefined;
1310
- controllerEntryPoint?: string | undefined;
1311
1311
  };
1312
1312
  };
1313
1313
  }>;