devflare 1.0.0-next.50 → 1.0.0-next.51

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 (68) hide show
  1. package/README.md +3 -0
  2. package/dist/_chunks/{account-BI3WZMDy.js → account-Csog80ie.js} +1 -1
  3. package/dist/_chunks/{build-e0KR38-4.js → build-Ccza8VQz.js} +1 -1
  4. package/dist/_chunks/{build-artifacts-DU5V0J0Z.js → build-artifacts-BNssqhxE.js} +3 -3
  5. package/dist/_chunks/{cli-DuUz10Mn.js → cli-CU7wSG1-.js} +13 -13
  6. package/dist/_chunks/{command-utils-DA0Qx9_K.js → command-utils-_bGRraDR.js} +1 -1
  7. package/dist/_chunks/{compiler-Zw16C9Pi.js → compiler-BtLp9T9N.js} +19 -8
  8. package/dist/_chunks/{config-Brju62xy.js → config-QU8UEWmA.js} +2 -2
  9. package/dist/_chunks/{config-path-DaL1ylZ_.js → config-path-1yI7BiDU.js} +1 -1
  10. package/dist/_chunks/{deploy-B-Kku1Vk.js → deploy-aifBaMVv.js} +5 -5
  11. package/dist/_chunks/{dev-D4e_RRZn.js → dev-DF_3baGr.js} +21 -9
  12. package/dist/_chunks/{doctor-jm_K4dxL.js → doctor-tR9kGT_Z.js} +2 -2
  13. package/dist/_chunks/{family-_9-mGSfO.js → family-DKPp4wqj.js} +1 -1
  14. package/dist/_chunks/{loader-Cr0_OWPy.js → loader-OQ2AWpqm.js} +23 -3
  15. package/dist/_chunks/{local-secrets-DMPkmOn3.js → local-secrets-CYoHfvQ1.js} +1 -1
  16. package/dist/_chunks/{local-workflow-entrypoints-Cq_WJajd.js → local-workflow-entrypoints-8d_mXh8T.js} +1 -1
  17. package/dist/_chunks/{login-FjTAAQbi.js → login-rVWUZOKC.js} +1 -1
  18. package/dist/_chunks/{preview-resources-CGMBjsYB.js → preview-resources-DRWR0gaB.js} +2 -2
  19. package/dist/_chunks/{previews-C7hs9-BT.js → previews-BxNq8Y_J.js} +6 -6
  20. package/dist/_chunks/{productions-T9Als4fE.js → productions-DK7xwbEs.js} +3 -3
  21. package/dist/_chunks/{routes-BFYCqHb-.js → routes-B6XiI8Sa.js} +23 -5
  22. package/dist/_chunks/{schema-normalization-BCwTLTGp.js → schema-normalization-GjhTATHL.js} +11 -5
  23. package/dist/_chunks/{secrets-DIpJGe6C.js → secrets-qT1JaBGt.js} +1 -1
  24. package/dist/_chunks/{tail-IY-ijYmv.js → tail-CuWI04BL.js} +2 -2
  25. package/dist/_chunks/{types-DoKsMYfm.js → types-BquPXsFg.js} +3 -3
  26. package/dist/_chunks/{vite-CGtVNf5E.js → vite-D_wLDGBs.js} +4 -4
  27. package/dist/_chunks/{worker-BEZI4od1.js → worker-DEF-e8LL.js} +4 -4
  28. package/dist/bridge/miniflare.d.ts +3 -0
  29. package/dist/bridge/miniflare.d.ts.map +1 -1
  30. package/dist/browser.d.ts +294 -0
  31. package/dist/browser.d.ts.map +1 -1
  32. package/dist/cli/index.js +1 -1
  33. package/dist/config/compiler/bindings.d.ts.map +1 -1
  34. package/dist/config/compiler/types.d.ts +11 -0
  35. package/dist/config/compiler/types.d.ts.map +1 -1
  36. package/dist/config/compiler.d.ts.map +1 -1
  37. package/dist/config/schema-bindings.d.ts +62 -0
  38. package/dist/config/schema-bindings.d.ts.map +1 -1
  39. package/dist/config/schema-env.d.ts +192 -0
  40. package/dist/config/schema-env.d.ts.map +1 -1
  41. package/dist/config/schema-normalization.d.ts +2 -0
  42. package/dist/config/schema-normalization.d.ts.map +1 -1
  43. package/dist/config/schema-runtime.d.ts +49 -0
  44. package/dist/config/schema-runtime.d.ts.map +1 -1
  45. package/dist/config/schema-types-bindings-platform.d.ts +12 -0
  46. package/dist/config/schema-types-bindings-platform.d.ts.map +1 -1
  47. package/dist/config/schema-types-bindings-resources.d.ts +35 -0
  48. package/dist/config/schema-types-bindings-resources.d.ts.map +1 -1
  49. package/dist/config/schema-types-runtime-server.d.ts +122 -0
  50. package/dist/config/schema-types-runtime-server.d.ts.map +1 -0
  51. package/dist/config/schema-types-runtime.d.ts +28 -32
  52. package/dist/config/schema-types-runtime.d.ts.map +1 -1
  53. package/dist/config/schema-types.d.ts +35 -1
  54. package/dist/config/schema-types.d.ts.map +1 -1
  55. package/dist/config/schema.d.ts +367 -2
  56. package/dist/config/schema.d.ts.map +1 -1
  57. package/dist/dev-server/miniflare-bindings.d.ts +9 -0
  58. package/dist/dev-server/miniflare-bindings.d.ts.map +1 -1
  59. package/dist/dev-server/miniflare-dev-config.d.ts.map +1 -1
  60. package/dist/dev-server/miniflare-worker-config.d.ts +12 -1
  61. package/dist/dev-server/miniflare-worker-config.d.ts.map +1 -1
  62. package/dist/index.js +3 -3
  63. package/dist/sveltekit/index.js +3 -3
  64. package/dist/test/index.js +18 -8
  65. package/dist/test/simple-context-mfconfig.d.ts.map +1 -1
  66. package/dist/test/simple-context-startup.d.ts.map +1 -1
  67. package/dist/vite/index.js +1 -1
  68. package/package.json +1 -1
@@ -44,12 +44,27 @@ export declare const rootConfigShape: {
44
44
  readonly server: z.ZodOptional<z.ZodObject<{
45
45
  host: z.ZodOptional<z.ZodString>;
46
46
  port: z.ZodOptional<z.ZodNumber>;
47
+ https: z.ZodOptional<z.ZodBoolean>;
48
+ httpsKeyPath: z.ZodOptional<z.ZodString>;
49
+ httpsCertPath: z.ZodOptional<z.ZodString>;
50
+ inspectorPort: z.ZodOptional<z.ZodNumber>;
51
+ upstream: z.ZodOptional<z.ZodString>;
47
52
  }, "strict", z.ZodTypeAny, {
48
53
  host?: string | undefined;
49
54
  port?: number | undefined;
55
+ https?: boolean | undefined;
56
+ httpsKeyPath?: string | undefined;
57
+ httpsCertPath?: string | undefined;
58
+ inspectorPort?: number | undefined;
59
+ upstream?: string | undefined;
50
60
  }, {
51
61
  host?: string | undefined;
52
62
  port?: number | undefined;
63
+ https?: boolean | undefined;
64
+ httpsKeyPath?: string | undefined;
65
+ httpsCertPath?: string | undefined;
66
+ inspectorPort?: number | undefined;
67
+ upstream?: string | undefined;
53
68
  }>>;
54
69
  /** File handlers configuration. */
55
70
  readonly files: z.ZodOptional<z.ZodObject<{
@@ -186,12 +201,15 @@ export declare const rootConfigShape: {
186
201
  producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
187
202
  queue: z.ZodString;
188
203
  remote: z.ZodOptional<z.ZodBoolean>;
204
+ deliveryDelay: z.ZodOptional<z.ZodNumber>;
189
205
  }, "strict", z.ZodTypeAny, {
190
206
  queue: string;
191
207
  remote?: boolean | undefined;
208
+ deliveryDelay?: number | undefined;
192
209
  }, {
193
210
  queue: string;
194
211
  remote?: boolean | undefined;
212
+ deliveryDelay?: number | undefined;
195
213
  }>]>>>;
196
214
  consumers: z.ZodOptional<z.ZodArray<z.ZodObject<{
197
215
  queue: z.ZodString;
@@ -201,6 +219,7 @@ export declare const rootConfigShape: {
201
219
  deadLetterQueue: z.ZodOptional<z.ZodString>;
202
220
  maxConcurrency: z.ZodOptional<z.ZodNumber>;
203
221
  retryDelay: z.ZodOptional<z.ZodNumber>;
222
+ visibilityTimeoutMs: z.ZodOptional<z.ZodNumber>;
204
223
  }, "strip", z.ZodTypeAny, {
205
224
  queue: string;
206
225
  maxBatchSize?: number | undefined;
@@ -209,6 +228,7 @@ export declare const rootConfigShape: {
209
228
  deadLetterQueue?: string | undefined;
210
229
  maxConcurrency?: number | undefined;
211
230
  retryDelay?: number | undefined;
231
+ visibilityTimeoutMs?: number | undefined;
212
232
  }, {
213
233
  queue: string;
214
234
  maxBatchSize?: number | undefined;
@@ -217,11 +237,13 @@ export declare const rootConfigShape: {
217
237
  deadLetterQueue?: string | undefined;
218
238
  maxConcurrency?: number | undefined;
219
239
  retryDelay?: number | undefined;
240
+ visibilityTimeoutMs?: number | undefined;
220
241
  }>, "many">>;
221
242
  }, "strip", z.ZodTypeAny, {
222
243
  producers?: Record<string, string | {
223
244
  queue: string;
224
245
  remote?: boolean | undefined;
246
+ deliveryDelay?: number | undefined;
225
247
  }> | undefined;
226
248
  consumers?: {
227
249
  queue: string;
@@ -231,11 +253,13 @@ export declare const rootConfigShape: {
231
253
  deadLetterQueue?: string | undefined;
232
254
  maxConcurrency?: number | undefined;
233
255
  retryDelay?: number | undefined;
256
+ visibilityTimeoutMs?: number | undefined;
234
257
  }[] | undefined;
235
258
  }, {
236
259
  producers?: Record<string, string | {
237
260
  queue: string;
238
261
  remote?: boolean | undefined;
262
+ deliveryDelay?: number | undefined;
239
263
  }> | undefined;
240
264
  consumers?: {
241
265
  queue: string;
@@ -245,6 +269,7 @@ export declare const rootConfigShape: {
245
269
  deadLetterQueue?: string | undefined;
246
270
  maxConcurrency?: number | undefined;
247
271
  retryDelay?: number | undefined;
272
+ visibilityTimeoutMs?: number | undefined;
248
273
  }[] | undefined;
249
274
  }>>;
250
275
  rateLimits: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -295,12 +320,14 @@ export declare const rootConfigShape: {
295
320
  environment?: string;
296
321
  entrypoint?: string;
297
322
  remote?: boolean;
323
+ props?: Record<string, unknown>;
298
324
  __ref?: unknown;
299
325
  }, z.ZodTypeDef, {
300
326
  service: string;
301
327
  environment?: string;
302
328
  entrypoint?: string;
303
329
  remote?: boolean;
330
+ props?: Record<string, unknown>;
304
331
  __ref?: unknown;
305
332
  }>>>;
306
333
  ai: z.ZodOptional<z.ZodObject<{
@@ -396,22 +423,27 @@ export declare const rootConfigShape: {
396
423
  destinationAddress: z.ZodOptional<z.ZodString>;
397
424
  allowedDestinationAddresses: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
398
425
  allowedSenderAddresses: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
426
+ remote: z.ZodOptional<z.ZodBoolean>;
399
427
  }, "strip", z.ZodTypeAny, {
400
428
  destinationAddress?: string | undefined;
401
429
  allowedDestinationAddresses?: string[] | undefined;
402
430
  allowedSenderAddresses?: string[] | undefined;
431
+ remote?: boolean | undefined;
403
432
  }, {
404
433
  destinationAddress?: string | undefined;
405
434
  allowedDestinationAddresses?: string[] | undefined;
406
435
  allowedSenderAddresses?: string[] | undefined;
436
+ remote?: boolean | undefined;
407
437
  }>, {
408
438
  destinationAddress?: string | undefined;
409
439
  allowedDestinationAddresses?: string[] | undefined;
410
440
  allowedSenderAddresses?: string[] | undefined;
441
+ remote?: boolean | undefined;
411
442
  }, {
412
443
  destinationAddress?: string | undefined;
413
444
  allowedDestinationAddresses?: string[] | undefined;
414
445
  allowedSenderAddresses?: string[] | undefined;
446
+ remote?: boolean | undefined;
415
447
  }>>>;
416
448
  mtlsCertificates: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
417
449
  certificateId: z.ZodString;
@@ -620,6 +652,7 @@ export declare const rootConfigShape: {
620
652
  producers?: Record<string, string | {
621
653
  queue: string;
622
654
  remote?: boolean | undefined;
655
+ deliveryDelay?: number | undefined;
623
656
  }> | undefined;
624
657
  consumers?: {
625
658
  queue: string;
@@ -629,6 +662,7 @@ export declare const rootConfigShape: {
629
662
  deadLetterQueue?: string | undefined;
630
663
  maxConcurrency?: number | undefined;
631
664
  retryDelay?: number | undefined;
665
+ visibilityTimeoutMs?: number | undefined;
632
666
  }[] | undefined;
633
667
  } | undefined;
634
668
  rateLimits?: Record<string, {
@@ -651,6 +685,7 @@ export declare const rootConfigShape: {
651
685
  environment?: string;
652
686
  entrypoint?: string;
653
687
  remote?: boolean;
688
+ props?: Record<string, unknown>;
654
689
  __ref?: unknown;
655
690
  }> | undefined;
656
691
  ai?: {
@@ -690,6 +725,7 @@ export declare const rootConfigShape: {
690
725
  destinationAddress?: string | undefined;
691
726
  allowedDestinationAddresses?: string[] | undefined;
692
727
  allowedSenderAddresses?: string[] | undefined;
728
+ remote?: boolean | undefined;
693
729
  }> | undefined;
694
730
  mtlsCertificates?: Record<string, string | {
695
731
  certificateId: string;
@@ -782,6 +818,7 @@ export declare const rootConfigShape: {
782
818
  producers?: Record<string, string | {
783
819
  queue: string;
784
820
  remote?: boolean | undefined;
821
+ deliveryDelay?: number | undefined;
785
822
  }> | undefined;
786
823
  consumers?: {
787
824
  queue: string;
@@ -791,6 +828,7 @@ export declare const rootConfigShape: {
791
828
  deadLetterQueue?: string | undefined;
792
829
  maxConcurrency?: number | undefined;
793
830
  retryDelay?: number | undefined;
831
+ visibilityTimeoutMs?: number | undefined;
794
832
  }[] | undefined;
795
833
  } | undefined;
796
834
  rateLimits?: Record<string, {
@@ -813,6 +851,7 @@ export declare const rootConfigShape: {
813
851
  environment?: string;
814
852
  entrypoint?: string;
815
853
  remote?: boolean;
854
+ props?: Record<string, unknown>;
816
855
  __ref?: unknown;
817
856
  }> | undefined;
818
857
  ai?: {
@@ -852,6 +891,7 @@ export declare const rootConfigShape: {
852
891
  destinationAddress?: string | undefined;
853
892
  allowedDestinationAddresses?: string[] | undefined;
854
893
  allowedSenderAddresses?: string[] | undefined;
894
+ remote?: boolean | undefined;
855
895
  }> | undefined;
856
896
  mtlsCertificates?: Record<string, string | {
857
897
  certificateId: string;
@@ -945,6 +985,16 @@ export declare const rootConfigShape: {
945
985
  readonly preserveFileNames: z.ZodOptional<z.ZodBoolean>;
946
986
  /** Send Trace Events from this Worker to Workers Logpush. Does not create a Logpush job. */
947
987
  readonly logpush: z.ZodOptional<z.ZodBoolean>;
988
+ /**
989
+ * Cloudflare compliance region this Worker is deployed under.
990
+ * Compiles to `compliance_region`.
991
+ */
992
+ readonly complianceRegion: z.ZodOptional<z.ZodEnum<["public", "fedramp_high"]>>;
993
+ /**
994
+ * Whether the Worker is reachable on its `*.workers.dev` subdomain.
995
+ * Compiles to `workers_dev` (defaults to `true` when omitted).
996
+ */
997
+ readonly workersDev: z.ZodOptional<z.ZodBoolean>;
948
998
  /** Include source maps when uploading this Worker. */
949
999
  readonly uploadSourceMaps: z.ZodOptional<z.ZodBoolean>;
950
1000
  /** Keep dashboard-managed vars when Wrangler deploys this Worker. */
@@ -960,6 +1010,17 @@ export declare const rootConfigShape: {
960
1010
  service: string;
961
1011
  environment?: string | undefined;
962
1012
  }>]>, "many">>;
1013
+ /** Tail Workers that consume a live event stream from this Worker. */
1014
+ readonly streamingTailConsumers: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
1015
+ service: z.ZodString;
1016
+ environment: z.ZodOptional<z.ZodString>;
1017
+ }, "strict", z.ZodTypeAny, {
1018
+ service: string;
1019
+ environment?: string | undefined;
1020
+ }, {
1021
+ service: string;
1022
+ environment?: string | undefined;
1023
+ }>]>, "many">>;
963
1024
  /** Environment variables. */
964
1025
  readonly vars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<unknown, z.ZodTypeDef, unknown>>>;
965
1026
  /** Secret declarations. */
@@ -976,26 +1037,36 @@ export declare const rootConfigShape: {
976
1037
  zone_name: z.ZodOptional<z.ZodString>;
977
1038
  zone_id: z.ZodOptional<z.ZodString>;
978
1039
  custom_domain: z.ZodOptional<z.ZodBoolean>;
1040
+ enabled: z.ZodOptional<z.ZodBoolean>;
1041
+ previews_enabled: z.ZodOptional<z.ZodBoolean>;
979
1042
  }, "strip", z.ZodTypeAny, {
980
1043
  pattern: string;
981
1044
  zone_name?: string | undefined;
982
1045
  zone_id?: string | undefined;
983
1046
  custom_domain?: boolean | undefined;
1047
+ enabled?: boolean | undefined;
1048
+ previews_enabled?: boolean | undefined;
984
1049
  }, {
985
1050
  pattern: string;
986
1051
  zone_name?: string | undefined;
987
1052
  zone_id?: string | undefined;
988
1053
  custom_domain?: boolean | undefined;
1054
+ enabled?: boolean | undefined;
1055
+ previews_enabled?: boolean | undefined;
989
1056
  }>, {
990
1057
  pattern: string;
991
1058
  zone_name?: string | undefined;
992
1059
  zone_id?: string | undefined;
993
1060
  custom_domain?: boolean | undefined;
1061
+ enabled?: boolean | undefined;
1062
+ previews_enabled?: boolean | undefined;
994
1063
  }, {
995
1064
  pattern: string;
996
1065
  zone_name?: string | undefined;
997
1066
  zone_id?: string | undefined;
998
1067
  custom_domain?: boolean | undefined;
1068
+ enabled?: boolean | undefined;
1069
+ previews_enabled?: boolean | undefined;
999
1070
  }>, "many">>;
1000
1071
  /** WebSocket routes for dev mode DO proxying. */
1001
1072
  readonly wsRoutes: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -1278,12 +1349,27 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1278
1349
  server: z.ZodOptional<z.ZodObject<{
1279
1350
  host: z.ZodOptional<z.ZodString>;
1280
1351
  port: z.ZodOptional<z.ZodNumber>;
1352
+ https: z.ZodOptional<z.ZodBoolean>;
1353
+ httpsKeyPath: z.ZodOptional<z.ZodString>;
1354
+ httpsCertPath: z.ZodOptional<z.ZodString>;
1355
+ inspectorPort: z.ZodOptional<z.ZodNumber>;
1356
+ upstream: z.ZodOptional<z.ZodString>;
1281
1357
  }, "strict", z.ZodTypeAny, {
1282
1358
  host?: string | undefined;
1283
1359
  port?: number | undefined;
1360
+ https?: boolean | undefined;
1361
+ httpsKeyPath?: string | undefined;
1362
+ httpsCertPath?: string | undefined;
1363
+ inspectorPort?: number | undefined;
1364
+ upstream?: string | undefined;
1284
1365
  }, {
1285
1366
  host?: string | undefined;
1286
1367
  port?: number | undefined;
1368
+ https?: boolean | undefined;
1369
+ httpsKeyPath?: string | undefined;
1370
+ httpsCertPath?: string | undefined;
1371
+ inspectorPort?: number | undefined;
1372
+ upstream?: string | undefined;
1287
1373
  }>>;
1288
1374
  files: z.ZodOptional<z.ZodObject<{
1289
1375
  fetch: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
@@ -1418,12 +1504,15 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1418
1504
  producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
1419
1505
  queue: z.ZodString;
1420
1506
  remote: z.ZodOptional<z.ZodBoolean>;
1507
+ deliveryDelay: z.ZodOptional<z.ZodNumber>;
1421
1508
  }, "strict", z.ZodTypeAny, {
1422
1509
  queue: string;
1423
1510
  remote?: boolean | undefined;
1511
+ deliveryDelay?: number | undefined;
1424
1512
  }, {
1425
1513
  queue: string;
1426
1514
  remote?: boolean | undefined;
1515
+ deliveryDelay?: number | undefined;
1427
1516
  }>]>>>;
1428
1517
  consumers: z.ZodOptional<z.ZodArray<z.ZodObject<{
1429
1518
  queue: z.ZodString;
@@ -1433,6 +1522,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1433
1522
  deadLetterQueue: z.ZodOptional<z.ZodString>;
1434
1523
  maxConcurrency: z.ZodOptional<z.ZodNumber>;
1435
1524
  retryDelay: z.ZodOptional<z.ZodNumber>;
1525
+ visibilityTimeoutMs: z.ZodOptional<z.ZodNumber>;
1436
1526
  }, "strip", z.ZodTypeAny, {
1437
1527
  queue: string;
1438
1528
  maxBatchSize?: number | undefined;
@@ -1441,6 +1531,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1441
1531
  deadLetterQueue?: string | undefined;
1442
1532
  maxConcurrency?: number | undefined;
1443
1533
  retryDelay?: number | undefined;
1534
+ visibilityTimeoutMs?: number | undefined;
1444
1535
  }, {
1445
1536
  queue: string;
1446
1537
  maxBatchSize?: number | undefined;
@@ -1449,11 +1540,13 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1449
1540
  deadLetterQueue?: string | undefined;
1450
1541
  maxConcurrency?: number | undefined;
1451
1542
  retryDelay?: number | undefined;
1543
+ visibilityTimeoutMs?: number | undefined;
1452
1544
  }>, "many">>;
1453
1545
  }, "strip", z.ZodTypeAny, {
1454
1546
  producers?: Record<string, string | {
1455
1547
  queue: string;
1456
1548
  remote?: boolean | undefined;
1549
+ deliveryDelay?: number | undefined;
1457
1550
  }> | undefined;
1458
1551
  consumers?: {
1459
1552
  queue: string;
@@ -1463,11 +1556,13 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1463
1556
  deadLetterQueue?: string | undefined;
1464
1557
  maxConcurrency?: number | undefined;
1465
1558
  retryDelay?: number | undefined;
1559
+ visibilityTimeoutMs?: number | undefined;
1466
1560
  }[] | undefined;
1467
1561
  }, {
1468
1562
  producers?: Record<string, string | {
1469
1563
  queue: string;
1470
1564
  remote?: boolean | undefined;
1565
+ deliveryDelay?: number | undefined;
1471
1566
  }> | undefined;
1472
1567
  consumers?: {
1473
1568
  queue: string;
@@ -1477,6 +1572,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1477
1572
  deadLetterQueue?: string | undefined;
1478
1573
  maxConcurrency?: number | undefined;
1479
1574
  retryDelay?: number | undefined;
1575
+ visibilityTimeoutMs?: number | undefined;
1480
1576
  }[] | undefined;
1481
1577
  }>>;
1482
1578
  rateLimits: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -1527,12 +1623,14 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1527
1623
  environment?: string;
1528
1624
  entrypoint?: string;
1529
1625
  remote?: boolean;
1626
+ props?: Record<string, unknown>;
1530
1627
  __ref?: unknown;
1531
1628
  }, z.ZodTypeDef, {
1532
1629
  service: string;
1533
1630
  environment?: string;
1534
1631
  entrypoint?: string;
1535
1632
  remote?: boolean;
1633
+ props?: Record<string, unknown>;
1536
1634
  __ref?: unknown;
1537
1635
  }>>>;
1538
1636
  ai: z.ZodOptional<z.ZodObject<{
@@ -1628,22 +1726,27 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1628
1726
  destinationAddress: z.ZodOptional<z.ZodString>;
1629
1727
  allowedDestinationAddresses: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1630
1728
  allowedSenderAddresses: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1729
+ remote: z.ZodOptional<z.ZodBoolean>;
1631
1730
  }, "strip", z.ZodTypeAny, {
1632
1731
  destinationAddress?: string | undefined;
1633
1732
  allowedDestinationAddresses?: string[] | undefined;
1634
1733
  allowedSenderAddresses?: string[] | undefined;
1734
+ remote?: boolean | undefined;
1635
1735
  }, {
1636
1736
  destinationAddress?: string | undefined;
1637
1737
  allowedDestinationAddresses?: string[] | undefined;
1638
1738
  allowedSenderAddresses?: string[] | undefined;
1739
+ remote?: boolean | undefined;
1639
1740
  }>, {
1640
1741
  destinationAddress?: string | undefined;
1641
1742
  allowedDestinationAddresses?: string[] | undefined;
1642
1743
  allowedSenderAddresses?: string[] | undefined;
1744
+ remote?: boolean | undefined;
1643
1745
  }, {
1644
1746
  destinationAddress?: string | undefined;
1645
1747
  allowedDestinationAddresses?: string[] | undefined;
1646
1748
  allowedSenderAddresses?: string[] | undefined;
1749
+ remote?: boolean | undefined;
1647
1750
  }>>>;
1648
1751
  mtlsCertificates: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
1649
1752
  certificateId: z.ZodString;
@@ -1852,6 +1955,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1852
1955
  producers?: Record<string, string | {
1853
1956
  queue: string;
1854
1957
  remote?: boolean | undefined;
1958
+ deliveryDelay?: number | undefined;
1855
1959
  }> | undefined;
1856
1960
  consumers?: {
1857
1961
  queue: string;
@@ -1861,6 +1965,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1861
1965
  deadLetterQueue?: string | undefined;
1862
1966
  maxConcurrency?: number | undefined;
1863
1967
  retryDelay?: number | undefined;
1968
+ visibilityTimeoutMs?: number | undefined;
1864
1969
  }[] | undefined;
1865
1970
  } | undefined;
1866
1971
  rateLimits?: Record<string, {
@@ -1883,6 +1988,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1883
1988
  environment?: string;
1884
1989
  entrypoint?: string;
1885
1990
  remote?: boolean;
1991
+ props?: Record<string, unknown>;
1886
1992
  __ref?: unknown;
1887
1993
  }> | undefined;
1888
1994
  ai?: {
@@ -1922,6 +2028,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1922
2028
  destinationAddress?: string | undefined;
1923
2029
  allowedDestinationAddresses?: string[] | undefined;
1924
2030
  allowedSenderAddresses?: string[] | undefined;
2031
+ remote?: boolean | undefined;
1925
2032
  }> | undefined;
1926
2033
  mtlsCertificates?: Record<string, string | {
1927
2034
  certificateId: string;
@@ -2014,6 +2121,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2014
2121
  producers?: Record<string, string | {
2015
2122
  queue: string;
2016
2123
  remote?: boolean | undefined;
2124
+ deliveryDelay?: number | undefined;
2017
2125
  }> | undefined;
2018
2126
  consumers?: {
2019
2127
  queue: string;
@@ -2023,6 +2131,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2023
2131
  deadLetterQueue?: string | undefined;
2024
2132
  maxConcurrency?: number | undefined;
2025
2133
  retryDelay?: number | undefined;
2134
+ visibilityTimeoutMs?: number | undefined;
2026
2135
  }[] | undefined;
2027
2136
  } | undefined;
2028
2137
  rateLimits?: Record<string, {
@@ -2045,6 +2154,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2045
2154
  environment?: string;
2046
2155
  entrypoint?: string;
2047
2156
  remote?: boolean;
2157
+ props?: Record<string, unknown>;
2048
2158
  __ref?: unknown;
2049
2159
  }> | undefined;
2050
2160
  ai?: {
@@ -2084,6 +2194,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2084
2194
  destinationAddress?: string | undefined;
2085
2195
  allowedDestinationAddresses?: string[] | undefined;
2086
2196
  allowedSenderAddresses?: string[] | undefined;
2197
+ remote?: boolean | undefined;
2087
2198
  }> | undefined;
2088
2199
  mtlsCertificates?: Record<string, string | {
2089
2200
  certificateId: string;
@@ -2171,6 +2282,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2171
2282
  baseDir: z.ZodOptional<z.ZodString>;
2172
2283
  preserveFileNames: z.ZodOptional<z.ZodBoolean>;
2173
2284
  logpush: z.ZodOptional<z.ZodBoolean>;
2285
+ complianceRegion: z.ZodOptional<z.ZodEnum<["public", "fedramp_high"]>>;
2286
+ workersDev: z.ZodOptional<z.ZodBoolean>;
2174
2287
  uploadSourceMaps: z.ZodOptional<z.ZodBoolean>;
2175
2288
  keepVars: z.ZodOptional<z.ZodBoolean>;
2176
2289
  tailConsumers: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
@@ -2183,6 +2296,16 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2183
2296
  service: string;
2184
2297
  environment?: string | undefined;
2185
2298
  }>]>, "many">>;
2299
+ streamingTailConsumers: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
2300
+ service: z.ZodString;
2301
+ environment: z.ZodOptional<z.ZodString>;
2302
+ }, "strict", z.ZodTypeAny, {
2303
+ service: string;
2304
+ environment?: string | undefined;
2305
+ }, {
2306
+ service: string;
2307
+ environment?: string | undefined;
2308
+ }>]>, "many">>;
2186
2309
  vars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<unknown, z.ZodTypeDef, unknown>>>;
2187
2310
  secrets: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2188
2311
  required: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
@@ -2196,26 +2319,36 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2196
2319
  zone_name: z.ZodOptional<z.ZodString>;
2197
2320
  zone_id: z.ZodOptional<z.ZodString>;
2198
2321
  custom_domain: z.ZodOptional<z.ZodBoolean>;
2322
+ enabled: z.ZodOptional<z.ZodBoolean>;
2323
+ previews_enabled: z.ZodOptional<z.ZodBoolean>;
2199
2324
  }, "strip", z.ZodTypeAny, {
2200
2325
  pattern: string;
2201
2326
  zone_name?: string | undefined;
2202
2327
  zone_id?: string | undefined;
2203
2328
  custom_domain?: boolean | undefined;
2329
+ enabled?: boolean | undefined;
2330
+ previews_enabled?: boolean | undefined;
2204
2331
  }, {
2205
2332
  pattern: string;
2206
2333
  zone_name?: string | undefined;
2207
2334
  zone_id?: string | undefined;
2208
2335
  custom_domain?: boolean | undefined;
2336
+ enabled?: boolean | undefined;
2337
+ previews_enabled?: boolean | undefined;
2209
2338
  }>, {
2210
2339
  pattern: string;
2211
2340
  zone_name?: string | undefined;
2212
2341
  zone_id?: string | undefined;
2213
2342
  custom_domain?: boolean | undefined;
2343
+ enabled?: boolean | undefined;
2344
+ previews_enabled?: boolean | undefined;
2214
2345
  }, {
2215
2346
  pattern: string;
2216
2347
  zone_name?: string | undefined;
2217
2348
  zone_id?: string | undefined;
2218
2349
  custom_domain?: boolean | undefined;
2350
+ enabled?: boolean | undefined;
2351
+ previews_enabled?: boolean | undefined;
2219
2352
  }>, "many">>;
2220
2353
  wsRoutes: z.ZodOptional<z.ZodArray<z.ZodObject<{
2221
2354
  pattern: z.ZodString;
@@ -2487,12 +2620,27 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2487
2620
  readonly server: z.ZodOptional<z.ZodOptional<z.ZodObject<{
2488
2621
  host: z.ZodOptional<z.ZodString>;
2489
2622
  port: z.ZodOptional<z.ZodNumber>;
2623
+ https: z.ZodOptional<z.ZodBoolean>;
2624
+ httpsKeyPath: z.ZodOptional<z.ZodString>;
2625
+ httpsCertPath: z.ZodOptional<z.ZodString>;
2626
+ inspectorPort: z.ZodOptional<z.ZodNumber>;
2627
+ upstream: z.ZodOptional<z.ZodString>;
2490
2628
  }, "strict", z.ZodTypeAny, {
2491
2629
  host?: string | undefined;
2492
2630
  port?: number | undefined;
2631
+ https?: boolean | undefined;
2632
+ httpsKeyPath?: string | undefined;
2633
+ httpsCertPath?: string | undefined;
2634
+ inspectorPort?: number | undefined;
2635
+ upstream?: string | undefined;
2493
2636
  }, {
2494
2637
  host?: string | undefined;
2495
2638
  port?: number | undefined;
2639
+ https?: boolean | undefined;
2640
+ httpsKeyPath?: string | undefined;
2641
+ httpsCertPath?: string | undefined;
2642
+ inspectorPort?: number | undefined;
2643
+ upstream?: string | undefined;
2496
2644
  }>>>;
2497
2645
  readonly files: z.ZodOptional<z.ZodOptional<z.ZodObject<{
2498
2646
  fetch: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
@@ -2627,12 +2775,15 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2627
2775
  producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
2628
2776
  queue: z.ZodString;
2629
2777
  remote: z.ZodOptional<z.ZodBoolean>;
2778
+ deliveryDelay: z.ZodOptional<z.ZodNumber>;
2630
2779
  }, "strict", z.ZodTypeAny, {
2631
2780
  queue: string;
2632
2781
  remote?: boolean | undefined;
2782
+ deliveryDelay?: number | undefined;
2633
2783
  }, {
2634
2784
  queue: string;
2635
2785
  remote?: boolean | undefined;
2786
+ deliveryDelay?: number | undefined;
2636
2787
  }>]>>>;
2637
2788
  consumers: z.ZodOptional<z.ZodArray<z.ZodObject<{
2638
2789
  queue: z.ZodString;
@@ -2642,6 +2793,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2642
2793
  deadLetterQueue: z.ZodOptional<z.ZodString>;
2643
2794
  maxConcurrency: z.ZodOptional<z.ZodNumber>;
2644
2795
  retryDelay: z.ZodOptional<z.ZodNumber>;
2796
+ visibilityTimeoutMs: z.ZodOptional<z.ZodNumber>;
2645
2797
  }, "strip", z.ZodTypeAny, {
2646
2798
  queue: string;
2647
2799
  maxBatchSize?: number | undefined;
@@ -2650,6 +2802,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2650
2802
  deadLetterQueue?: string | undefined;
2651
2803
  maxConcurrency?: number | undefined;
2652
2804
  retryDelay?: number | undefined;
2805
+ visibilityTimeoutMs?: number | undefined;
2653
2806
  }, {
2654
2807
  queue: string;
2655
2808
  maxBatchSize?: number | undefined;
@@ -2658,11 +2811,13 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2658
2811
  deadLetterQueue?: string | undefined;
2659
2812
  maxConcurrency?: number | undefined;
2660
2813
  retryDelay?: number | undefined;
2814
+ visibilityTimeoutMs?: number | undefined;
2661
2815
  }>, "many">>;
2662
2816
  }, "strip", z.ZodTypeAny, {
2663
2817
  producers?: Record<string, string | {
2664
2818
  queue: string;
2665
2819
  remote?: boolean | undefined;
2820
+ deliveryDelay?: number | undefined;
2666
2821
  }> | undefined;
2667
2822
  consumers?: {
2668
2823
  queue: string;
@@ -2672,11 +2827,13 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2672
2827
  deadLetterQueue?: string | undefined;
2673
2828
  maxConcurrency?: number | undefined;
2674
2829
  retryDelay?: number | undefined;
2830
+ visibilityTimeoutMs?: number | undefined;
2675
2831
  }[] | undefined;
2676
2832
  }, {
2677
2833
  producers?: Record<string, string | {
2678
2834
  queue: string;
2679
2835
  remote?: boolean | undefined;
2836
+ deliveryDelay?: number | undefined;
2680
2837
  }> | undefined;
2681
2838
  consumers?: {
2682
2839
  queue: string;
@@ -2686,6 +2843,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2686
2843
  deadLetterQueue?: string | undefined;
2687
2844
  maxConcurrency?: number | undefined;
2688
2845
  retryDelay?: number | undefined;
2846
+ visibilityTimeoutMs?: number | undefined;
2689
2847
  }[] | undefined;
2690
2848
  }>>;
2691
2849
  rateLimits: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -2736,12 +2894,14 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2736
2894
  environment?: string;
2737
2895
  entrypoint?: string;
2738
2896
  remote?: boolean;
2897
+ props?: Record<string, unknown>;
2739
2898
  __ref?: unknown;
2740
2899
  }, z.ZodTypeDef, {
2741
2900
  service: string;
2742
2901
  environment?: string;
2743
2902
  entrypoint?: string;
2744
2903
  remote?: boolean;
2904
+ props?: Record<string, unknown>;
2745
2905
  __ref?: unknown;
2746
2906
  }>>>;
2747
2907
  ai: z.ZodOptional<z.ZodObject<{
@@ -2837,22 +2997,27 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2837
2997
  destinationAddress: z.ZodOptional<z.ZodString>;
2838
2998
  allowedDestinationAddresses: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2839
2999
  allowedSenderAddresses: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3000
+ remote: z.ZodOptional<z.ZodBoolean>;
2840
3001
  }, "strip", z.ZodTypeAny, {
2841
3002
  destinationAddress?: string | undefined;
2842
3003
  allowedDestinationAddresses?: string[] | undefined;
2843
3004
  allowedSenderAddresses?: string[] | undefined;
3005
+ remote?: boolean | undefined;
2844
3006
  }, {
2845
3007
  destinationAddress?: string | undefined;
2846
3008
  allowedDestinationAddresses?: string[] | undefined;
2847
3009
  allowedSenderAddresses?: string[] | undefined;
3010
+ remote?: boolean | undefined;
2848
3011
  }>, {
2849
3012
  destinationAddress?: string | undefined;
2850
3013
  allowedDestinationAddresses?: string[] | undefined;
2851
3014
  allowedSenderAddresses?: string[] | undefined;
3015
+ remote?: boolean | undefined;
2852
3016
  }, {
2853
3017
  destinationAddress?: string | undefined;
2854
3018
  allowedDestinationAddresses?: string[] | undefined;
2855
3019
  allowedSenderAddresses?: string[] | undefined;
3020
+ remote?: boolean | undefined;
2856
3021
  }>>>;
2857
3022
  mtlsCertificates: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
2858
3023
  certificateId: z.ZodString;
@@ -3061,6 +3226,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3061
3226
  producers?: Record<string, string | {
3062
3227
  queue: string;
3063
3228
  remote?: boolean | undefined;
3229
+ deliveryDelay?: number | undefined;
3064
3230
  }> | undefined;
3065
3231
  consumers?: {
3066
3232
  queue: string;
@@ -3070,6 +3236,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3070
3236
  deadLetterQueue?: string | undefined;
3071
3237
  maxConcurrency?: number | undefined;
3072
3238
  retryDelay?: number | undefined;
3239
+ visibilityTimeoutMs?: number | undefined;
3073
3240
  }[] | undefined;
3074
3241
  } | undefined;
3075
3242
  rateLimits?: Record<string, {
@@ -3092,6 +3259,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3092
3259
  environment?: string;
3093
3260
  entrypoint?: string;
3094
3261
  remote?: boolean;
3262
+ props?: Record<string, unknown>;
3095
3263
  __ref?: unknown;
3096
3264
  }> | undefined;
3097
3265
  ai?: {
@@ -3131,6 +3299,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3131
3299
  destinationAddress?: string | undefined;
3132
3300
  allowedDestinationAddresses?: string[] | undefined;
3133
3301
  allowedSenderAddresses?: string[] | undefined;
3302
+ remote?: boolean | undefined;
3134
3303
  }> | undefined;
3135
3304
  mtlsCertificates?: Record<string, string | {
3136
3305
  certificateId: string;
@@ -3223,6 +3392,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3223
3392
  producers?: Record<string, string | {
3224
3393
  queue: string;
3225
3394
  remote?: boolean | undefined;
3395
+ deliveryDelay?: number | undefined;
3226
3396
  }> | undefined;
3227
3397
  consumers?: {
3228
3398
  queue: string;
@@ -3232,6 +3402,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3232
3402
  deadLetterQueue?: string | undefined;
3233
3403
  maxConcurrency?: number | undefined;
3234
3404
  retryDelay?: number | undefined;
3405
+ visibilityTimeoutMs?: number | undefined;
3235
3406
  }[] | undefined;
3236
3407
  } | undefined;
3237
3408
  rateLimits?: Record<string, {
@@ -3254,6 +3425,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3254
3425
  environment?: string;
3255
3426
  entrypoint?: string;
3256
3427
  remote?: boolean;
3428
+ props?: Record<string, unknown>;
3257
3429
  __ref?: unknown;
3258
3430
  }> | undefined;
3259
3431
  ai?: {
@@ -3293,6 +3465,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3293
3465
  destinationAddress?: string | undefined;
3294
3466
  allowedDestinationAddresses?: string[] | undefined;
3295
3467
  allowedSenderAddresses?: string[] | undefined;
3468
+ remote?: boolean | undefined;
3296
3469
  }> | undefined;
3297
3470
  mtlsCertificates?: Record<string, string | {
3298
3471
  certificateId: string;
@@ -3380,6 +3553,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3380
3553
  readonly baseDir: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3381
3554
  readonly preserveFileNames: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
3382
3555
  readonly logpush: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
3556
+ readonly complianceRegion: z.ZodOptional<z.ZodOptional<z.ZodEnum<["public", "fedramp_high"]>>>;
3557
+ readonly workersDev: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
3383
3558
  readonly uploadSourceMaps: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
3384
3559
  readonly keepVars: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
3385
3560
  readonly tailConsumers: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
@@ -3392,6 +3567,16 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3392
3567
  service: string;
3393
3568
  environment?: string | undefined;
3394
3569
  }>]>, "many">>>;
3570
+ readonly streamingTailConsumers: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
3571
+ service: z.ZodString;
3572
+ environment: z.ZodOptional<z.ZodString>;
3573
+ }, "strict", z.ZodTypeAny, {
3574
+ service: string;
3575
+ environment?: string | undefined;
3576
+ }, {
3577
+ service: string;
3578
+ environment?: string | undefined;
3579
+ }>]>, "many">>>;
3395
3580
  readonly vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<unknown, z.ZodTypeDef, unknown>>>>;
3396
3581
  readonly secrets: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
3397
3582
  required: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
@@ -3405,26 +3590,36 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3405
3590
  zone_name: z.ZodOptional<z.ZodString>;
3406
3591
  zone_id: z.ZodOptional<z.ZodString>;
3407
3592
  custom_domain: z.ZodOptional<z.ZodBoolean>;
3593
+ enabled: z.ZodOptional<z.ZodBoolean>;
3594
+ previews_enabled: z.ZodOptional<z.ZodBoolean>;
3408
3595
  }, "strip", z.ZodTypeAny, {
3409
3596
  pattern: string;
3410
3597
  zone_name?: string | undefined;
3411
3598
  zone_id?: string | undefined;
3412
3599
  custom_domain?: boolean | undefined;
3600
+ enabled?: boolean | undefined;
3601
+ previews_enabled?: boolean | undefined;
3413
3602
  }, {
3414
3603
  pattern: string;
3415
3604
  zone_name?: string | undefined;
3416
3605
  zone_id?: string | undefined;
3417
3606
  custom_domain?: boolean | undefined;
3607
+ enabled?: boolean | undefined;
3608
+ previews_enabled?: boolean | undefined;
3418
3609
  }>, {
3419
3610
  pattern: string;
3420
3611
  zone_name?: string | undefined;
3421
3612
  zone_id?: string | undefined;
3422
3613
  custom_domain?: boolean | undefined;
3614
+ enabled?: boolean | undefined;
3615
+ previews_enabled?: boolean | undefined;
3423
3616
  }, {
3424
3617
  pattern: string;
3425
3618
  zone_name?: string | undefined;
3426
3619
  zone_id?: string | undefined;
3427
3620
  custom_domain?: boolean | undefined;
3621
+ enabled?: boolean | undefined;
3622
+ previews_enabled?: boolean | undefined;
3428
3623
  }>, "many">>>;
3429
3624
  readonly assets: z.ZodOptional<z.ZodOptional<z.ZodObject<{
3430
3625
  directory: z.ZodString;
@@ -3675,6 +3870,11 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3675
3870
  server?: {
3676
3871
  host?: string | undefined;
3677
3872
  port?: number | undefined;
3873
+ https?: boolean | undefined;
3874
+ httpsKeyPath?: string | undefined;
3875
+ httpsCertPath?: string | undefined;
3876
+ inspectorPort?: number | undefined;
3877
+ upstream?: string | undefined;
3678
3878
  } | undefined;
3679
3879
  files?: {
3680
3880
  fetch?: string | false | undefined;
@@ -3725,6 +3925,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3725
3925
  producers?: Record<string, string | {
3726
3926
  queue: string;
3727
3927
  remote?: boolean | undefined;
3928
+ deliveryDelay?: number | undefined;
3728
3929
  }> | undefined;
3729
3930
  consumers?: {
3730
3931
  queue: string;
@@ -3734,6 +3935,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3734
3935
  deadLetterQueue?: string | undefined;
3735
3936
  maxConcurrency?: number | undefined;
3736
3937
  retryDelay?: number | undefined;
3938
+ visibilityTimeoutMs?: number | undefined;
3737
3939
  }[] | undefined;
3738
3940
  } | undefined;
3739
3941
  rateLimits?: Record<string, {
@@ -3756,6 +3958,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3756
3958
  environment?: string;
3757
3959
  entrypoint?: string;
3758
3960
  remote?: boolean;
3961
+ props?: Record<string, unknown>;
3759
3962
  __ref?: unknown;
3760
3963
  }> | undefined;
3761
3964
  ai?: {
@@ -3795,6 +3998,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3795
3998
  destinationAddress?: string | undefined;
3796
3999
  allowedDestinationAddresses?: string[] | undefined;
3797
4000
  allowedSenderAddresses?: string[] | undefined;
4001
+ remote?: boolean | undefined;
3798
4002
  }> | undefined;
3799
4003
  mtlsCertificates?: Record<string, string | {
3800
4004
  certificateId: string;
@@ -3866,12 +4070,18 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3866
4070
  baseDir?: string | undefined;
3867
4071
  preserveFileNames?: boolean | undefined;
3868
4072
  logpush?: boolean | undefined;
4073
+ complianceRegion?: "fedramp_high" | "public" | undefined;
4074
+ workersDev?: boolean | undefined;
3869
4075
  uploadSourceMaps?: boolean | undefined;
3870
4076
  keepVars?: boolean | undefined;
3871
4077
  tailConsumers?: (string | {
3872
4078
  service: string;
3873
4079
  environment?: string | undefined;
3874
4080
  })[] | undefined;
4081
+ streamingTailConsumers?: (string | {
4082
+ service: string;
4083
+ environment?: string | undefined;
4084
+ })[] | undefined;
3875
4085
  vars?: Record<string, unknown> | undefined;
3876
4086
  secrets?: Record<string, {
3877
4087
  required: boolean;
@@ -3881,6 +4091,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3881
4091
  zone_name?: string | undefined;
3882
4092
  zone_id?: string | undefined;
3883
4093
  custom_domain?: boolean | undefined;
4094
+ enabled?: boolean | undefined;
4095
+ previews_enabled?: boolean | undefined;
3884
4096
  }[] | undefined;
3885
4097
  assets?: {
3886
4098
  directory: string;
@@ -3967,6 +4179,11 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3967
4179
  server?: {
3968
4180
  host?: string | undefined;
3969
4181
  port?: number | undefined;
4182
+ https?: boolean | undefined;
4183
+ httpsKeyPath?: string | undefined;
4184
+ httpsCertPath?: string | undefined;
4185
+ inspectorPort?: number | undefined;
4186
+ upstream?: string | undefined;
3970
4187
  } | undefined;
3971
4188
  files?: {
3972
4189
  fetch?: string | false | undefined;
@@ -4017,6 +4234,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4017
4234
  producers?: Record<string, string | {
4018
4235
  queue: string;
4019
4236
  remote?: boolean | undefined;
4237
+ deliveryDelay?: number | undefined;
4020
4238
  }> | undefined;
4021
4239
  consumers?: {
4022
4240
  queue: string;
@@ -4026,6 +4244,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4026
4244
  deadLetterQueue?: string | undefined;
4027
4245
  maxConcurrency?: number | undefined;
4028
4246
  retryDelay?: number | undefined;
4247
+ visibilityTimeoutMs?: number | undefined;
4029
4248
  }[] | undefined;
4030
4249
  } | undefined;
4031
4250
  rateLimits?: Record<string, {
@@ -4048,6 +4267,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4048
4267
  environment?: string;
4049
4268
  entrypoint?: string;
4050
4269
  remote?: boolean;
4270
+ props?: Record<string, unknown>;
4051
4271
  __ref?: unknown;
4052
4272
  }> | undefined;
4053
4273
  ai?: {
@@ -4087,6 +4307,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4087
4307
  destinationAddress?: string | undefined;
4088
4308
  allowedDestinationAddresses?: string[] | undefined;
4089
4309
  allowedSenderAddresses?: string[] | undefined;
4310
+ remote?: boolean | undefined;
4090
4311
  }> | undefined;
4091
4312
  mtlsCertificates?: Record<string, string | {
4092
4313
  certificateId: string;
@@ -4158,12 +4379,18 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4158
4379
  baseDir?: string | undefined;
4159
4380
  preserveFileNames?: boolean | undefined;
4160
4381
  logpush?: boolean | undefined;
4382
+ complianceRegion?: "fedramp_high" | "public" | undefined;
4383
+ workersDev?: boolean | undefined;
4161
4384
  uploadSourceMaps?: boolean | undefined;
4162
4385
  keepVars?: boolean | undefined;
4163
4386
  tailConsumers?: (string | {
4164
4387
  service: string;
4165
4388
  environment?: string | undefined;
4166
4389
  })[] | undefined;
4390
+ streamingTailConsumers?: (string | {
4391
+ service: string;
4392
+ environment?: string | undefined;
4393
+ })[] | undefined;
4167
4394
  vars?: Record<string, unknown> | undefined;
4168
4395
  secrets?: Record<string, {
4169
4396
  required?: boolean | undefined;
@@ -4173,6 +4400,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4173
4400
  zone_name?: string | undefined;
4174
4401
  zone_id?: string | undefined;
4175
4402
  custom_domain?: boolean | undefined;
4403
+ enabled?: boolean | undefined;
4404
+ previews_enabled?: boolean | undefined;
4176
4405
  }[] | undefined;
4177
4406
  assets?: {
4178
4407
  directory: string;
@@ -4261,6 +4490,11 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4261
4490
  server?: {
4262
4491
  host?: string | undefined;
4263
4492
  port?: number | undefined;
4493
+ https?: boolean | undefined;
4494
+ httpsKeyPath?: string | undefined;
4495
+ httpsCertPath?: string | undefined;
4496
+ inspectorPort?: number | undefined;
4497
+ upstream?: string | undefined;
4264
4498
  } | undefined;
4265
4499
  files?: {
4266
4500
  fetch?: string | false | undefined;
@@ -4311,6 +4545,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4311
4545
  producers?: Record<string, string | {
4312
4546
  queue: string;
4313
4547
  remote?: boolean | undefined;
4548
+ deliveryDelay?: number | undefined;
4314
4549
  }> | undefined;
4315
4550
  consumers?: {
4316
4551
  queue: string;
@@ -4320,6 +4555,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4320
4555
  deadLetterQueue?: string | undefined;
4321
4556
  maxConcurrency?: number | undefined;
4322
4557
  retryDelay?: number | undefined;
4558
+ visibilityTimeoutMs?: number | undefined;
4323
4559
  }[] | undefined;
4324
4560
  } | undefined;
4325
4561
  rateLimits?: Record<string, {
@@ -4342,6 +4578,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4342
4578
  environment?: string;
4343
4579
  entrypoint?: string;
4344
4580
  remote?: boolean;
4581
+ props?: Record<string, unknown>;
4345
4582
  __ref?: unknown;
4346
4583
  }> | undefined;
4347
4584
  ai?: {
@@ -4381,6 +4618,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4381
4618
  destinationAddress?: string | undefined;
4382
4619
  allowedDestinationAddresses?: string[] | undefined;
4383
4620
  allowedSenderAddresses?: string[] | undefined;
4621
+ remote?: boolean | undefined;
4384
4622
  }> | undefined;
4385
4623
  mtlsCertificates?: Record<string, string | {
4386
4624
  certificateId: string;
@@ -4452,12 +4690,18 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4452
4690
  baseDir?: string | undefined;
4453
4691
  preserveFileNames?: boolean | undefined;
4454
4692
  logpush?: boolean | undefined;
4693
+ complianceRegion?: "fedramp_high" | "public" | undefined;
4694
+ workersDev?: boolean | undefined;
4455
4695
  uploadSourceMaps?: boolean | undefined;
4456
4696
  keepVars?: boolean | undefined;
4457
4697
  tailConsumers?: (string | {
4458
4698
  service: string;
4459
4699
  environment?: string | undefined;
4460
4700
  })[] | undefined;
4701
+ streamingTailConsumers?: (string | {
4702
+ service: string;
4703
+ environment?: string | undefined;
4704
+ })[] | undefined;
4461
4705
  vars?: Record<string, unknown> | undefined;
4462
4706
  secrets?: Record<string, {
4463
4707
  required: boolean;
@@ -4467,6 +4711,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4467
4711
  zone_name?: string | undefined;
4468
4712
  zone_id?: string | undefined;
4469
4713
  custom_domain?: boolean | undefined;
4714
+ enabled?: boolean | undefined;
4715
+ previews_enabled?: boolean | undefined;
4470
4716
  }[] | undefined;
4471
4717
  wsRoutes?: {
4472
4718
  pattern: string;
@@ -4559,6 +4805,11 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4559
4805
  server?: {
4560
4806
  host?: string | undefined;
4561
4807
  port?: number | undefined;
4808
+ https?: boolean | undefined;
4809
+ httpsKeyPath?: string | undefined;
4810
+ httpsCertPath?: string | undefined;
4811
+ inspectorPort?: number | undefined;
4812
+ upstream?: string | undefined;
4562
4813
  } | undefined;
4563
4814
  files?: {
4564
4815
  fetch?: string | false | undefined;
@@ -4609,6 +4860,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4609
4860
  producers?: Record<string, string | {
4610
4861
  queue: string;
4611
4862
  remote?: boolean | undefined;
4863
+ deliveryDelay?: number | undefined;
4612
4864
  }> | undefined;
4613
4865
  consumers?: {
4614
4866
  queue: string;
@@ -4618,6 +4870,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4618
4870
  deadLetterQueue?: string | undefined;
4619
4871
  maxConcurrency?: number | undefined;
4620
4872
  retryDelay?: number | undefined;
4873
+ visibilityTimeoutMs?: number | undefined;
4621
4874
  }[] | undefined;
4622
4875
  } | undefined;
4623
4876
  rateLimits?: Record<string, {
@@ -4640,6 +4893,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4640
4893
  environment?: string;
4641
4894
  entrypoint?: string;
4642
4895
  remote?: boolean;
4896
+ props?: Record<string, unknown>;
4643
4897
  __ref?: unknown;
4644
4898
  }> | undefined;
4645
4899
  ai?: {
@@ -4679,6 +4933,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4679
4933
  destinationAddress?: string | undefined;
4680
4934
  allowedDestinationAddresses?: string[] | undefined;
4681
4935
  allowedSenderAddresses?: string[] | undefined;
4936
+ remote?: boolean | undefined;
4682
4937
  }> | undefined;
4683
4938
  mtlsCertificates?: Record<string, string | {
4684
4939
  certificateId: string;
@@ -4750,12 +5005,18 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4750
5005
  baseDir?: string | undefined;
4751
5006
  preserveFileNames?: boolean | undefined;
4752
5007
  logpush?: boolean | undefined;
5008
+ complianceRegion?: "fedramp_high" | "public" | undefined;
5009
+ workersDev?: boolean | undefined;
4753
5010
  uploadSourceMaps?: boolean | undefined;
4754
5011
  keepVars?: boolean | undefined;
4755
5012
  tailConsumers?: (string | {
4756
5013
  service: string;
4757
5014
  environment?: string | undefined;
4758
5015
  })[] | undefined;
5016
+ streamingTailConsumers?: (string | {
5017
+ service: string;
5018
+ environment?: string | undefined;
5019
+ })[] | undefined;
4759
5020
  vars?: Record<string, unknown> | undefined;
4760
5021
  secrets?: Record<string, {
4761
5022
  required: boolean;
@@ -4765,6 +5026,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4765
5026
  zone_name?: string | undefined;
4766
5027
  zone_id?: string | undefined;
4767
5028
  custom_domain?: boolean | undefined;
5029
+ enabled?: boolean | undefined;
5030
+ previews_enabled?: boolean | undefined;
4768
5031
  }[] | undefined;
4769
5032
  assets?: {
4770
5033
  directory: string;
@@ -4853,6 +5116,11 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4853
5116
  server?: {
4854
5117
  host?: string | undefined;
4855
5118
  port?: number | undefined;
5119
+ https?: boolean | undefined;
5120
+ httpsKeyPath?: string | undefined;
5121
+ httpsCertPath?: string | undefined;
5122
+ inspectorPort?: number | undefined;
5123
+ upstream?: string | undefined;
4856
5124
  } | undefined;
4857
5125
  files?: {
4858
5126
  fetch?: string | false | undefined;
@@ -4903,6 +5171,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4903
5171
  producers?: Record<string, string | {
4904
5172
  queue: string;
4905
5173
  remote?: boolean | undefined;
5174
+ deliveryDelay?: number | undefined;
4906
5175
  }> | undefined;
4907
5176
  consumers?: {
4908
5177
  queue: string;
@@ -4912,6 +5181,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4912
5181
  deadLetterQueue?: string | undefined;
4913
5182
  maxConcurrency?: number | undefined;
4914
5183
  retryDelay?: number | undefined;
5184
+ visibilityTimeoutMs?: number | undefined;
4915
5185
  }[] | undefined;
4916
5186
  } | undefined;
4917
5187
  rateLimits?: Record<string, {
@@ -4934,6 +5204,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4934
5204
  environment?: string;
4935
5205
  entrypoint?: string;
4936
5206
  remote?: boolean;
5207
+ props?: Record<string, unknown>;
4937
5208
  __ref?: unknown;
4938
5209
  }> | undefined;
4939
5210
  ai?: {
@@ -4973,6 +5244,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4973
5244
  destinationAddress?: string | undefined;
4974
5245
  allowedDestinationAddresses?: string[] | undefined;
4975
5246
  allowedSenderAddresses?: string[] | undefined;
5247
+ remote?: boolean | undefined;
4976
5248
  }> | undefined;
4977
5249
  mtlsCertificates?: Record<string, string | {
4978
5250
  certificateId: string;
@@ -5044,12 +5316,18 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5044
5316
  baseDir?: string | undefined;
5045
5317
  preserveFileNames?: boolean | undefined;
5046
5318
  logpush?: boolean | undefined;
5319
+ complianceRegion?: "fedramp_high" | "public" | undefined;
5320
+ workersDev?: boolean | undefined;
5047
5321
  uploadSourceMaps?: boolean | undefined;
5048
5322
  keepVars?: boolean | undefined;
5049
5323
  tailConsumers?: (string | {
5050
5324
  service: string;
5051
5325
  environment?: string | undefined;
5052
5326
  })[] | undefined;
5327
+ streamingTailConsumers?: (string | {
5328
+ service: string;
5329
+ environment?: string | undefined;
5330
+ })[] | undefined;
5053
5331
  vars?: Record<string, unknown> | undefined;
5054
5332
  secrets?: Record<string, {
5055
5333
  required?: boolean | undefined;
@@ -5059,6 +5337,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5059
5337
  zone_name?: string | undefined;
5060
5338
  zone_id?: string | undefined;
5061
5339
  custom_domain?: boolean | undefined;
5340
+ enabled?: boolean | undefined;
5341
+ previews_enabled?: boolean | undefined;
5062
5342
  }[] | undefined;
5063
5343
  wsRoutes?: {
5064
5344
  pattern: string;
@@ -5151,6 +5431,11 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5151
5431
  server?: {
5152
5432
  host?: string | undefined;
5153
5433
  port?: number | undefined;
5434
+ https?: boolean | undefined;
5435
+ httpsKeyPath?: string | undefined;
5436
+ httpsCertPath?: string | undefined;
5437
+ inspectorPort?: number | undefined;
5438
+ upstream?: string | undefined;
5154
5439
  } | undefined;
5155
5440
  files?: {
5156
5441
  fetch?: string | false | undefined;
@@ -5201,6 +5486,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5201
5486
  producers?: Record<string, string | {
5202
5487
  queue: string;
5203
5488
  remote?: boolean | undefined;
5489
+ deliveryDelay?: number | undefined;
5204
5490
  }> | undefined;
5205
5491
  consumers?: {
5206
5492
  queue: string;
@@ -5210,6 +5496,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5210
5496
  deadLetterQueue?: string | undefined;
5211
5497
  maxConcurrency?: number | undefined;
5212
5498
  retryDelay?: number | undefined;
5499
+ visibilityTimeoutMs?: number | undefined;
5213
5500
  }[] | undefined;
5214
5501
  } | undefined;
5215
5502
  rateLimits?: Record<string, {
@@ -5232,6 +5519,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5232
5519
  environment?: string;
5233
5520
  entrypoint?: string;
5234
5521
  remote?: boolean;
5522
+ props?: Record<string, unknown>;
5235
5523
  __ref?: unknown;
5236
5524
  }> | undefined;
5237
5525
  ai?: {
@@ -5271,6 +5559,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5271
5559
  destinationAddress?: string | undefined;
5272
5560
  allowedDestinationAddresses?: string[] | undefined;
5273
5561
  allowedSenderAddresses?: string[] | undefined;
5562
+ remote?: boolean | undefined;
5274
5563
  }> | undefined;
5275
5564
  mtlsCertificates?: Record<string, string | {
5276
5565
  certificateId: string;
@@ -5342,12 +5631,18 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5342
5631
  baseDir?: string | undefined;
5343
5632
  preserveFileNames?: boolean | undefined;
5344
5633
  logpush?: boolean | undefined;
5634
+ complianceRegion?: "fedramp_high" | "public" | undefined;
5635
+ workersDev?: boolean | undefined;
5345
5636
  uploadSourceMaps?: boolean | undefined;
5346
5637
  keepVars?: boolean | undefined;
5347
5638
  tailConsumers?: (string | {
5348
5639
  service: string;
5349
5640
  environment?: string | undefined;
5350
5641
  })[] | undefined;
5642
+ streamingTailConsumers?: (string | {
5643
+ service: string;
5644
+ environment?: string | undefined;
5645
+ })[] | undefined;
5351
5646
  vars?: Record<string, unknown> | undefined;
5352
5647
  secrets?: Record<string, {
5353
5648
  required?: boolean | undefined;
@@ -5357,6 +5652,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5357
5652
  zone_name?: string | undefined;
5358
5653
  zone_id?: string | undefined;
5359
5654
  custom_domain?: boolean | undefined;
5655
+ enabled?: boolean | undefined;
5656
+ previews_enabled?: boolean | undefined;
5360
5657
  }[] | undefined;
5361
5658
  assets?: {
5362
5659
  directory: string;
@@ -5445,6 +5742,11 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5445
5742
  server?: {
5446
5743
  host?: string | undefined;
5447
5744
  port?: number | undefined;
5745
+ https?: boolean | undefined;
5746
+ httpsKeyPath?: string | undefined;
5747
+ httpsCertPath?: string | undefined;
5748
+ inspectorPort?: number | undefined;
5749
+ upstream?: string | undefined;
5448
5750
  } | undefined;
5449
5751
  files?: {
5450
5752
  fetch?: string | false | undefined;
@@ -5495,6 +5797,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5495
5797
  producers?: Record<string, string | {
5496
5798
  queue: string;
5497
5799
  remote?: boolean | undefined;
5800
+ deliveryDelay?: number | undefined;
5498
5801
  }> | undefined;
5499
5802
  consumers?: {
5500
5803
  queue: string;
@@ -5504,6 +5807,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5504
5807
  deadLetterQueue?: string | undefined;
5505
5808
  maxConcurrency?: number | undefined;
5506
5809
  retryDelay?: number | undefined;
5810
+ visibilityTimeoutMs?: number | undefined;
5507
5811
  }[] | undefined;
5508
5812
  } | undefined;
5509
5813
  rateLimits?: Record<string, {
@@ -5526,6 +5830,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5526
5830
  environment?: string;
5527
5831
  entrypoint?: string;
5528
5832
  remote?: boolean;
5833
+ props?: Record<string, unknown>;
5529
5834
  __ref?: unknown;
5530
5835
  }> | undefined;
5531
5836
  ai?: {
@@ -5565,6 +5870,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5565
5870
  destinationAddress?: string | undefined;
5566
5871
  allowedDestinationAddresses?: string[] | undefined;
5567
5872
  allowedSenderAddresses?: string[] | undefined;
5873
+ remote?: boolean | undefined;
5568
5874
  }> | undefined;
5569
5875
  mtlsCertificates?: Record<string, string | {
5570
5876
  certificateId: string;
@@ -5636,12 +5942,18 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5636
5942
  baseDir?: string | undefined;
5637
5943
  preserveFileNames?: boolean | undefined;
5638
5944
  logpush?: boolean | undefined;
5945
+ complianceRegion?: "fedramp_high" | "public" | undefined;
5946
+ workersDev?: boolean | undefined;
5639
5947
  uploadSourceMaps?: boolean | undefined;
5640
5948
  keepVars?: boolean | undefined;
5641
5949
  tailConsumers?: (string | {
5642
5950
  service: string;
5643
5951
  environment?: string | undefined;
5644
5952
  })[] | undefined;
5953
+ streamingTailConsumers?: (string | {
5954
+ service: string;
5955
+ environment?: string | undefined;
5956
+ })[] | undefined;
5645
5957
  vars?: Record<string, unknown> | undefined;
5646
5958
  secrets?: Record<string, {
5647
5959
  required: boolean;
@@ -5651,6 +5963,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5651
5963
  zone_name?: string | undefined;
5652
5964
  zone_id?: string | undefined;
5653
5965
  custom_domain?: boolean | undefined;
5966
+ enabled?: boolean | undefined;
5967
+ previews_enabled?: boolean | undefined;
5654
5968
  }[] | undefined;
5655
5969
  wsRoutes?: {
5656
5970
  pattern: string;
@@ -5743,6 +6057,11 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5743
6057
  server?: {
5744
6058
  host?: string | undefined;
5745
6059
  port?: number | undefined;
6060
+ https?: boolean | undefined;
6061
+ httpsKeyPath?: string | undefined;
6062
+ httpsCertPath?: string | undefined;
6063
+ inspectorPort?: number | undefined;
6064
+ upstream?: string | undefined;
5746
6065
  } | undefined;
5747
6066
  files?: {
5748
6067
  fetch?: string | false | undefined;
@@ -5793,6 +6112,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5793
6112
  producers?: Record<string, string | {
5794
6113
  queue: string;
5795
6114
  remote?: boolean | undefined;
6115
+ deliveryDelay?: number | undefined;
5796
6116
  }> | undefined;
5797
6117
  consumers?: {
5798
6118
  queue: string;
@@ -5802,6 +6122,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5802
6122
  deadLetterQueue?: string | undefined;
5803
6123
  maxConcurrency?: number | undefined;
5804
6124
  retryDelay?: number | undefined;
6125
+ visibilityTimeoutMs?: number | undefined;
5805
6126
  }[] | undefined;
5806
6127
  } | undefined;
5807
6128
  rateLimits?: Record<string, {
@@ -5824,6 +6145,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5824
6145
  environment?: string;
5825
6146
  entrypoint?: string;
5826
6147
  remote?: boolean;
6148
+ props?: Record<string, unknown>;
5827
6149
  __ref?: unknown;
5828
6150
  }> | undefined;
5829
6151
  ai?: {
@@ -5863,6 +6185,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5863
6185
  destinationAddress?: string | undefined;
5864
6186
  allowedDestinationAddresses?: string[] | undefined;
5865
6187
  allowedSenderAddresses?: string[] | undefined;
6188
+ remote?: boolean | undefined;
5866
6189
  }> | undefined;
5867
6190
  mtlsCertificates?: Record<string, string | {
5868
6191
  certificateId: string;
@@ -5934,12 +6257,18 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5934
6257
  baseDir?: string | undefined;
5935
6258
  preserveFileNames?: boolean | undefined;
5936
6259
  logpush?: boolean | undefined;
6260
+ complianceRegion?: "fedramp_high" | "public" | undefined;
6261
+ workersDev?: boolean | undefined;
5937
6262
  uploadSourceMaps?: boolean | undefined;
5938
6263
  keepVars?: boolean | undefined;
5939
6264
  tailConsumers?: (string | {
5940
6265
  service: string;
5941
6266
  environment?: string | undefined;
5942
6267
  })[] | undefined;
6268
+ streamingTailConsumers?: (string | {
6269
+ service: string;
6270
+ environment?: string | undefined;
6271
+ })[] | undefined;
5943
6272
  vars?: Record<string, unknown> | undefined;
5944
6273
  secrets?: Record<string, {
5945
6274
  required: boolean;
@@ -5949,6 +6278,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5949
6278
  zone_name?: string | undefined;
5950
6279
  zone_id?: string | undefined;
5951
6280
  custom_domain?: boolean | undefined;
6281
+ enabled?: boolean | undefined;
6282
+ previews_enabled?: boolean | undefined;
5952
6283
  }[] | undefined;
5953
6284
  assets?: {
5954
6285
  directory: string;
@@ -6037,6 +6368,11 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
6037
6368
  server?: {
6038
6369
  host?: string | undefined;
6039
6370
  port?: number | undefined;
6371
+ https?: boolean | undefined;
6372
+ httpsKeyPath?: string | undefined;
6373
+ httpsCertPath?: string | undefined;
6374
+ inspectorPort?: number | undefined;
6375
+ upstream?: string | undefined;
6040
6376
  } | undefined;
6041
6377
  files?: {
6042
6378
  fetch?: string | false | undefined;
@@ -6087,6 +6423,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
6087
6423
  producers?: Record<string, string | {
6088
6424
  queue: string;
6089
6425
  remote?: boolean | undefined;
6426
+ deliveryDelay?: number | undefined;
6090
6427
  }> | undefined;
6091
6428
  consumers?: {
6092
6429
  queue: string;
@@ -6096,6 +6433,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
6096
6433
  deadLetterQueue?: string | undefined;
6097
6434
  maxConcurrency?: number | undefined;
6098
6435
  retryDelay?: number | undefined;
6436
+ visibilityTimeoutMs?: number | undefined;
6099
6437
  }[] | undefined;
6100
6438
  } | undefined;
6101
6439
  rateLimits?: Record<string, {
@@ -6118,6 +6456,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
6118
6456
  environment?: string;
6119
6457
  entrypoint?: string;
6120
6458
  remote?: boolean;
6459
+ props?: Record<string, unknown>;
6121
6460
  __ref?: unknown;
6122
6461
  }> | undefined;
6123
6462
  ai?: {
@@ -6157,6 +6496,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
6157
6496
  destinationAddress?: string | undefined;
6158
6497
  allowedDestinationAddresses?: string[] | undefined;
6159
6498
  allowedSenderAddresses?: string[] | undefined;
6499
+ remote?: boolean | undefined;
6160
6500
  }> | undefined;
6161
6501
  mtlsCertificates?: Record<string, string | {
6162
6502
  certificateId: string;
@@ -6228,12 +6568,18 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
6228
6568
  baseDir?: string | undefined;
6229
6569
  preserveFileNames?: boolean | undefined;
6230
6570
  logpush?: boolean | undefined;
6571
+ complianceRegion?: "fedramp_high" | "public" | undefined;
6572
+ workersDev?: boolean | undefined;
6231
6573
  uploadSourceMaps?: boolean | undefined;
6232
6574
  keepVars?: boolean | undefined;
6233
6575
  tailConsumers?: (string | {
6234
6576
  service: string;
6235
6577
  environment?: string | undefined;
6236
6578
  })[] | undefined;
6579
+ streamingTailConsumers?: (string | {
6580
+ service: string;
6581
+ environment?: string | undefined;
6582
+ })[] | undefined;
6237
6583
  vars?: Record<string, unknown> | undefined;
6238
6584
  secrets?: Record<string, {
6239
6585
  required?: boolean | undefined;
@@ -6243,6 +6589,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
6243
6589
  zone_name?: string | undefined;
6244
6590
  zone_id?: string | undefined;
6245
6591
  custom_domain?: boolean | undefined;
6592
+ enabled?: boolean | undefined;
6593
+ previews_enabled?: boolean | undefined;
6246
6594
  }[] | undefined;
6247
6595
  wsRoutes?: {
6248
6596
  pattern: string;
@@ -6335,6 +6683,11 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
6335
6683
  server?: {
6336
6684
  host?: string | undefined;
6337
6685
  port?: number | undefined;
6686
+ https?: boolean | undefined;
6687
+ httpsKeyPath?: string | undefined;
6688
+ httpsCertPath?: string | undefined;
6689
+ inspectorPort?: number | undefined;
6690
+ upstream?: string | undefined;
6338
6691
  } | undefined;
6339
6692
  files?: {
6340
6693
  fetch?: string | false | undefined;
@@ -6385,6 +6738,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
6385
6738
  producers?: Record<string, string | {
6386
6739
  queue: string;
6387
6740
  remote?: boolean | undefined;
6741
+ deliveryDelay?: number | undefined;
6388
6742
  }> | undefined;
6389
6743
  consumers?: {
6390
6744
  queue: string;
@@ -6394,6 +6748,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
6394
6748
  deadLetterQueue?: string | undefined;
6395
6749
  maxConcurrency?: number | undefined;
6396
6750
  retryDelay?: number | undefined;
6751
+ visibilityTimeoutMs?: number | undefined;
6397
6752
  }[] | undefined;
6398
6753
  } | undefined;
6399
6754
  rateLimits?: Record<string, {
@@ -6416,6 +6771,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
6416
6771
  environment?: string;
6417
6772
  entrypoint?: string;
6418
6773
  remote?: boolean;
6774
+ props?: Record<string, unknown>;
6419
6775
  __ref?: unknown;
6420
6776
  }> | undefined;
6421
6777
  ai?: {
@@ -6455,6 +6811,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
6455
6811
  destinationAddress?: string | undefined;
6456
6812
  allowedDestinationAddresses?: string[] | undefined;
6457
6813
  allowedSenderAddresses?: string[] | undefined;
6814
+ remote?: boolean | undefined;
6458
6815
  }> | undefined;
6459
6816
  mtlsCertificates?: Record<string, string | {
6460
6817
  certificateId: string;
@@ -6526,12 +6883,18 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
6526
6883
  baseDir?: string | undefined;
6527
6884
  preserveFileNames?: boolean | undefined;
6528
6885
  logpush?: boolean | undefined;
6886
+ complianceRegion?: "fedramp_high" | "public" | undefined;
6887
+ workersDev?: boolean | undefined;
6529
6888
  uploadSourceMaps?: boolean | undefined;
6530
6889
  keepVars?: boolean | undefined;
6531
6890
  tailConsumers?: (string | {
6532
6891
  service: string;
6533
6892
  environment?: string | undefined;
6534
6893
  })[] | undefined;
6894
+ streamingTailConsumers?: (string | {
6895
+ service: string;
6896
+ environment?: string | undefined;
6897
+ })[] | undefined;
6535
6898
  vars?: Record<string, unknown> | undefined;
6536
6899
  secrets?: Record<string, {
6537
6900
  required?: boolean | undefined;
@@ -6541,6 +6904,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
6541
6904
  zone_name?: string | undefined;
6542
6905
  zone_id?: string | undefined;
6543
6906
  custom_domain?: boolean | undefined;
6907
+ enabled?: boolean | undefined;
6908
+ previews_enabled?: boolean | undefined;
6544
6909
  }[] | undefined;
6545
6910
  assets?: {
6546
6911
  directory: string;
@@ -6620,11 +6985,11 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
6620
6985
  }>;
6621
6986
  /** Output type after Zod validation and transforms */
6622
6987
  export type DevflareConfig = z.output<typeof configSchema>;
6623
- export type { AiBindingInput, AiSearchInstanceBindingInput, AiSearchNamespaceBindingInput, AnalyticsBindingInput, ArtifactsBindingInput, ArtifactsBindingObjectInput, AssetsConfigInput, BindingsConfigInput, BrowserBindingInput, BrowserBindingObjectInput, ContainerConfigInput, D1BindingByIdInput, D1BindingByNameInput, D1BindingInput, DevflareConfigInput, DevflareEnvConfigInput, DispatchNamespaceBindingInput, DispatchNamespaceBindingObjectInput, DispatchNamespaceOutboundInput, DurableObjectBindingInput, DurableObjectBindingObjectInput, FilesConfigInput, FlagshipBindingInput, HyperdriveBindingByIdInput, HyperdriveBindingByNameInput, HyperdriveBindingInput, ImagesBindingInput, ImagesBindingObjectInput, KVBindingByIdInput, KVBindingByNameInput, KVBindingInput, LimitsConfigInput, MediaBindingInput, MediaBindingObjectInput, MigrationConfigInput, ModuleRuleConfigInput, MtlsCertificateBindingByIdInput, MtlsCertificateBindingByWranglerIdInput, MtlsCertificateBindingInput, ObservabilityConfigInput, ObservabilityLogsConfigInput, ObservabilityTracesConfigInput, PipelineBindingInput, PipelineBindingObjectInput, PlacementConfigInput, PreviewConfigInput, QueueConsumerInput, QueuesConfigInput, RateLimitBindingInput, RateLimitSimpleInput, RenamedClassMigrationInput, RolldownConfigInput, RouteConfigInput, RouteTreeConfigInput, SecretConfigInput, SecretsStoreBindingInput, SecretsStoreBindingObjectInput, SendEmailBindingInput, ServerConfigInput, ServiceBindingInput, SmartPlacementConfigInput, StreamBindingInput, StreamBindingObjectInput, TailConsumerConfigInput, TailConsumerObjectConfigInput, TargetedHostPlacementConfigInput, TargetedHostnamePlacementConfigInput, TargetedRegionPlacementConfigInput, TriggersConfigInput, VectorizeBindingInput, VersionMetadataBindingInput, ViteConfigInput, VpcNetworkBindingInput, VpcNetworkByNetworkInput, VpcNetworkByTunnelInput, VpcServiceBindingInput, WorkflowBindingInput, WorkflowLimitsInput, WorkerLoaderBindingInput, WranglerConfigInput, WsRouteConfigInput } from './schema-types.js';
6988
+ export type { AiBindingInput, AiSearchInstanceBindingInput, AiSearchNamespaceBindingInput, AnalyticsBindingInput, ArtifactsBindingInput, ArtifactsBindingObjectInput, AssetsConfigInput, BindingsConfigInput, BrowserBindingInput, BrowserBindingObjectInput, ContainerConfigInput, D1BindingByIdInput, D1BindingByNameInput, D1BindingInput, DevflareConfigInput, DevflareEnvConfigInput, DispatchNamespaceBindingInput, DispatchNamespaceBindingObjectInput, DispatchNamespaceOutboundInput, DurableObjectBindingInput, DurableObjectBindingObjectInput, FilesConfigInput, FlagshipBindingInput, HyperdriveBindingByIdInput, HyperdriveBindingByNameInput, HyperdriveBindingInput, ImagesBindingInput, ImagesBindingObjectInput, KVBindingByIdInput, KVBindingByNameInput, KVBindingInput, LimitsConfigInput, MediaBindingInput, MediaBindingObjectInput, MigrationConfigInput, ModuleRuleConfigInput, MtlsCertificateBindingByIdInput, MtlsCertificateBindingByWranglerIdInput, MtlsCertificateBindingInput, ObservabilityConfigInput, ObservabilityLogsConfigInput, ObservabilityTracesConfigInput, PipelineBindingInput, PipelineBindingObjectInput, PlacementConfigInput, PreviewConfigInput, QueueConsumerInput, QueuesConfigInput, RateLimitBindingInput, RateLimitSimpleInput, RenamedClassMigrationInput, RolldownConfigInput, RouteConfigInput, RouteTreeConfigInput, SecretConfigInput, SecretsStoreBindingInput, SecretsStoreBindingObjectInput, SendEmailBindingInput, ServerConfigInput, ServiceBindingInput, SmartPlacementConfigInput, StreamBindingInput, StreamBindingObjectInput, StreamingTailConsumerConfigInput, StreamingTailConsumerObjectConfigInput, TailConsumerConfigInput, TailConsumerObjectConfigInput, TargetedHostPlacementConfigInput, TargetedHostnamePlacementConfigInput, TargetedRegionPlacementConfigInput, TriggersConfigInput, VectorizeBindingInput, VersionMetadataBindingInput, ViteConfigInput, VpcNetworkBindingInput, VpcNetworkByNetworkInput, VpcNetworkByTunnelInput, VpcServiceBindingInput, WorkflowBindingInput, WorkflowLimitsInput, WorkerLoaderBindingInput, WranglerConfigInput, WsRouteConfigInput } from './schema-types.js';
6624
6989
  export type { DevflareRolldownOptions, DevflareRolldownOutputOptions, RolldownConfig, ViteConfig } from './schema-build.js';
6625
6990
  export type { BrowserBindings, D1Binding, DurableObjectBinding, HyperdriveBinding, KVBinding, R2Binding, QueueProducer, QueueConsumer, QueuesConfig, RateLimitBinding, VersionMetadataBinding, WorkerLoaderBinding, SecretsStoreBinding, DispatchNamespaceBinding, WorkflowBinding, PipelineBinding, ImagesBinding, MediaBinding, ArtifactsBinding, StreamBinding, VpcServiceBinding, VpcNetworkBinding, FlagshipBinding, ServiceBinding, MtlsCertificateBinding } from './schema-bindings.js';
6626
6991
  export type { DevflareEnvConfig } from './schema-env.js';
6627
- export type { AssetsConfig, ContainerConfig, MigrationConfig, ModuleRuleConfig, PlacementConfig, PreviewConfig, RouteConfig, ServerConfig, TailConsumerConfig, WsRouteConfig } from './schema-runtime.js';
6992
+ export type { AssetsConfig, ContainerConfig, MigrationConfig, ModuleRuleConfig, PlacementConfig, PreviewConfig, RouteConfig, ServerConfig, StreamingTailConsumerConfig, TailConsumerConfig, WsRouteConfig } from './schema-runtime.js';
6628
6993
  export type { NormalizedD1Binding, NormalizedDispatchNamespaceBinding, NormalizedDOBinding, NormalizedHyperdriveBinding, NormalizedKVBinding, NormalizedR2Binding, NormalizedQueueProducer, NormalizedMtlsCertificateBinding, NormalizedWorkflowBinding, NormalizedPipelineBinding, NormalizedImagesBinding, NormalizedMediaBinding, NormalizedArtifactsBinding, NormalizedStreamBinding, NormalizedVpcServiceBinding, NormalizedVpcNetworkBinding, NormalizedFlagshipBinding, NormalizedSecretsStoreBinding } from './schema-normalization.js';
6629
6994
  export { getLocalD1DatabaseIdentifier, getLocalHyperdriveConfigIdentifier, getLocalKVNamespaceIdentifier, getSingleBrowserBindingName, normalizeD1Binding, normalizeDispatchNamespaceBinding, normalizeDOBinding, normalizeHyperdriveBinding, normalizeKVBinding, normalizeR2Binding, normalizeQueueProducer, normalizeMtlsCertificateBinding, normalizeWorkflowBinding, normalizePipelineBinding, normalizeImagesBinding, normalizeMediaBinding, normalizeStreamBinding, normalizeVpcServiceBinding, normalizeVpcNetworkBinding, normalizeFlagshipBinding, normalizeSecretsStoreBinding, normalizeArtifactsBinding } from './schema-normalization.js';
6630
6995
  export { browserBindingSchema, formatBrowserBindingLimitMessage } from './schema-bindings.js';