devflare 1.0.0-next.50 → 1.0.0-next.52

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 (70) 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-CqIDn-Hy.js} +22 -14
  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-DXQ045cq.js} +98 -5
  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/commands/productions.d.ts.map +1 -1
  33. package/dist/cli/help-pages/pages/productions.d.ts.map +1 -1
  34. package/dist/cli/index.js +1 -1
  35. package/dist/config/compiler/bindings.d.ts.map +1 -1
  36. package/dist/config/compiler/types.d.ts +11 -0
  37. package/dist/config/compiler/types.d.ts.map +1 -1
  38. package/dist/config/compiler.d.ts.map +1 -1
  39. package/dist/config/schema-bindings.d.ts +62 -0
  40. package/dist/config/schema-bindings.d.ts.map +1 -1
  41. package/dist/config/schema-env.d.ts +192 -0
  42. package/dist/config/schema-env.d.ts.map +1 -1
  43. package/dist/config/schema-normalization.d.ts +2 -0
  44. package/dist/config/schema-normalization.d.ts.map +1 -1
  45. package/dist/config/schema-runtime.d.ts +49 -0
  46. package/dist/config/schema-runtime.d.ts.map +1 -1
  47. package/dist/config/schema-types-bindings-platform.d.ts +12 -0
  48. package/dist/config/schema-types-bindings-platform.d.ts.map +1 -1
  49. package/dist/config/schema-types-bindings-resources.d.ts +35 -0
  50. package/dist/config/schema-types-bindings-resources.d.ts.map +1 -1
  51. package/dist/config/schema-types-runtime-server.d.ts +122 -0
  52. package/dist/config/schema-types-runtime-server.d.ts.map +1 -0
  53. package/dist/config/schema-types-runtime.d.ts +28 -32
  54. package/dist/config/schema-types-runtime.d.ts.map +1 -1
  55. package/dist/config/schema-types.d.ts +35 -1
  56. package/dist/config/schema-types.d.ts.map +1 -1
  57. package/dist/config/schema.d.ts +367 -2
  58. package/dist/config/schema.d.ts.map +1 -1
  59. package/dist/dev-server/miniflare-bindings.d.ts +9 -0
  60. package/dist/dev-server/miniflare-bindings.d.ts.map +1 -1
  61. package/dist/dev-server/miniflare-dev-config.d.ts.map +1 -1
  62. package/dist/dev-server/miniflare-worker-config.d.ts +12 -1
  63. package/dist/dev-server/miniflare-worker-config.d.ts.map +1 -1
  64. package/dist/index.js +3 -3
  65. package/dist/sveltekit/index.js +3 -3
  66. package/dist/test/index.js +18 -8
  67. package/dist/test/simple-context-mfconfig.d.ts.map +1 -1
  68. package/dist/test/simple-context-startup.d.ts.map +1 -1
  69. package/dist/vite/index.js +1 -1
  70. package/package.json +1 -1
@@ -36,12 +36,27 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
36
36
  readonly server: z.ZodOptional<z.ZodOptional<z.ZodObject<{
37
37
  host: z.ZodOptional<z.ZodString>;
38
38
  port: z.ZodOptional<z.ZodNumber>;
39
+ https: z.ZodOptional<z.ZodBoolean>;
40
+ httpsKeyPath: z.ZodOptional<z.ZodString>;
41
+ httpsCertPath: z.ZodOptional<z.ZodString>;
42
+ inspectorPort: z.ZodOptional<z.ZodNumber>;
43
+ upstream: z.ZodOptional<z.ZodString>;
39
44
  }, "strict", z.ZodTypeAny, {
40
45
  host?: string | undefined;
41
46
  port?: number | undefined;
47
+ https?: boolean | undefined;
48
+ httpsKeyPath?: string | undefined;
49
+ httpsCertPath?: string | undefined;
50
+ inspectorPort?: number | undefined;
51
+ upstream?: string | undefined;
42
52
  }, {
43
53
  host?: string | undefined;
44
54
  port?: number | undefined;
55
+ https?: boolean | undefined;
56
+ httpsKeyPath?: string | undefined;
57
+ httpsCertPath?: string | undefined;
58
+ inspectorPort?: number | undefined;
59
+ upstream?: string | undefined;
45
60
  }>>>;
46
61
  readonly files: z.ZodOptional<z.ZodOptional<z.ZodObject<{
47
62
  fetch: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
@@ -176,12 +191,15 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
176
191
  producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
177
192
  queue: z.ZodString;
178
193
  remote: z.ZodOptional<z.ZodBoolean>;
194
+ deliveryDelay: z.ZodOptional<z.ZodNumber>;
179
195
  }, "strict", z.ZodTypeAny, {
180
196
  queue: string;
181
197
  remote?: boolean | undefined;
198
+ deliveryDelay?: number | undefined;
182
199
  }, {
183
200
  queue: string;
184
201
  remote?: boolean | undefined;
202
+ deliveryDelay?: number | undefined;
185
203
  }>]>>>;
186
204
  consumers: z.ZodOptional<z.ZodArray<z.ZodObject<{
187
205
  queue: z.ZodString;
@@ -191,6 +209,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
191
209
  deadLetterQueue: z.ZodOptional<z.ZodString>;
192
210
  maxConcurrency: z.ZodOptional<z.ZodNumber>;
193
211
  retryDelay: z.ZodOptional<z.ZodNumber>;
212
+ visibilityTimeoutMs: z.ZodOptional<z.ZodNumber>;
194
213
  }, "strip", z.ZodTypeAny, {
195
214
  queue: string;
196
215
  maxBatchSize?: number | undefined;
@@ -199,6 +218,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
199
218
  deadLetterQueue?: string | undefined;
200
219
  maxConcurrency?: number | undefined;
201
220
  retryDelay?: number | undefined;
221
+ visibilityTimeoutMs?: number | undefined;
202
222
  }, {
203
223
  queue: string;
204
224
  maxBatchSize?: number | undefined;
@@ -207,11 +227,13 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
207
227
  deadLetterQueue?: string | undefined;
208
228
  maxConcurrency?: number | undefined;
209
229
  retryDelay?: number | undefined;
230
+ visibilityTimeoutMs?: number | undefined;
210
231
  }>, "many">>;
211
232
  }, "strip", z.ZodTypeAny, {
212
233
  producers?: Record<string, string | {
213
234
  queue: string;
214
235
  remote?: boolean | undefined;
236
+ deliveryDelay?: number | undefined;
215
237
  }> | undefined;
216
238
  consumers?: {
217
239
  queue: string;
@@ -221,11 +243,13 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
221
243
  deadLetterQueue?: string | undefined;
222
244
  maxConcurrency?: number | undefined;
223
245
  retryDelay?: number | undefined;
246
+ visibilityTimeoutMs?: number | undefined;
224
247
  }[] | undefined;
225
248
  }, {
226
249
  producers?: Record<string, string | {
227
250
  queue: string;
228
251
  remote?: boolean | undefined;
252
+ deliveryDelay?: number | undefined;
229
253
  }> | undefined;
230
254
  consumers?: {
231
255
  queue: string;
@@ -235,6 +259,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
235
259
  deadLetterQueue?: string | undefined;
236
260
  maxConcurrency?: number | undefined;
237
261
  retryDelay?: number | undefined;
262
+ visibilityTimeoutMs?: number | undefined;
238
263
  }[] | undefined;
239
264
  }>>;
240
265
  rateLimits: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -285,12 +310,14 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
285
310
  environment?: string;
286
311
  entrypoint?: string;
287
312
  remote?: boolean;
313
+ props?: Record<string, unknown>;
288
314
  __ref?: unknown;
289
315
  }, z.ZodTypeDef, {
290
316
  service: string;
291
317
  environment?: string;
292
318
  entrypoint?: string;
293
319
  remote?: boolean;
320
+ props?: Record<string, unknown>;
294
321
  __ref?: unknown;
295
322
  }>>>;
296
323
  ai: z.ZodOptional<z.ZodObject<{
@@ -386,22 +413,27 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
386
413
  destinationAddress: z.ZodOptional<z.ZodString>;
387
414
  allowedDestinationAddresses: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
388
415
  allowedSenderAddresses: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
416
+ remote: z.ZodOptional<z.ZodBoolean>;
389
417
  }, "strip", z.ZodTypeAny, {
390
418
  destinationAddress?: string | undefined;
391
419
  allowedDestinationAddresses?: string[] | undefined;
392
420
  allowedSenderAddresses?: string[] | undefined;
421
+ remote?: boolean | undefined;
393
422
  }, {
394
423
  destinationAddress?: string | undefined;
395
424
  allowedDestinationAddresses?: string[] | undefined;
396
425
  allowedSenderAddresses?: string[] | undefined;
426
+ remote?: boolean | undefined;
397
427
  }>, {
398
428
  destinationAddress?: string | undefined;
399
429
  allowedDestinationAddresses?: string[] | undefined;
400
430
  allowedSenderAddresses?: string[] | undefined;
431
+ remote?: boolean | undefined;
401
432
  }, {
402
433
  destinationAddress?: string | undefined;
403
434
  allowedDestinationAddresses?: string[] | undefined;
404
435
  allowedSenderAddresses?: string[] | undefined;
436
+ remote?: boolean | undefined;
405
437
  }>>>;
406
438
  mtlsCertificates: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
407
439
  certificateId: z.ZodString;
@@ -610,6 +642,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
610
642
  producers?: Record<string, string | {
611
643
  queue: string;
612
644
  remote?: boolean | undefined;
645
+ deliveryDelay?: number | undefined;
613
646
  }> | undefined;
614
647
  consumers?: {
615
648
  queue: string;
@@ -619,6 +652,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
619
652
  deadLetterQueue?: string | undefined;
620
653
  maxConcurrency?: number | undefined;
621
654
  retryDelay?: number | undefined;
655
+ visibilityTimeoutMs?: number | undefined;
622
656
  }[] | undefined;
623
657
  } | undefined;
624
658
  rateLimits?: Record<string, {
@@ -641,6 +675,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
641
675
  environment?: string;
642
676
  entrypoint?: string;
643
677
  remote?: boolean;
678
+ props?: Record<string, unknown>;
644
679
  __ref?: unknown;
645
680
  }> | undefined;
646
681
  ai?: {
@@ -680,6 +715,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
680
715
  destinationAddress?: string | undefined;
681
716
  allowedDestinationAddresses?: string[] | undefined;
682
717
  allowedSenderAddresses?: string[] | undefined;
718
+ remote?: boolean | undefined;
683
719
  }> | undefined;
684
720
  mtlsCertificates?: Record<string, string | {
685
721
  certificateId: string;
@@ -772,6 +808,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
772
808
  producers?: Record<string, string | {
773
809
  queue: string;
774
810
  remote?: boolean | undefined;
811
+ deliveryDelay?: number | undefined;
775
812
  }> | undefined;
776
813
  consumers?: {
777
814
  queue: string;
@@ -781,6 +818,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
781
818
  deadLetterQueue?: string | undefined;
782
819
  maxConcurrency?: number | undefined;
783
820
  retryDelay?: number | undefined;
821
+ visibilityTimeoutMs?: number | undefined;
784
822
  }[] | undefined;
785
823
  } | undefined;
786
824
  rateLimits?: Record<string, {
@@ -803,6 +841,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
803
841
  environment?: string;
804
842
  entrypoint?: string;
805
843
  remote?: boolean;
844
+ props?: Record<string, unknown>;
806
845
  __ref?: unknown;
807
846
  }> | undefined;
808
847
  ai?: {
@@ -842,6 +881,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
842
881
  destinationAddress?: string | undefined;
843
882
  allowedDestinationAddresses?: string[] | undefined;
844
883
  allowedSenderAddresses?: string[] | undefined;
884
+ remote?: boolean | undefined;
845
885
  }> | undefined;
846
886
  mtlsCertificates?: Record<string, string | {
847
887
  certificateId: string;
@@ -929,6 +969,8 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
929
969
  readonly baseDir: z.ZodOptional<z.ZodOptional<z.ZodString>>;
930
970
  readonly preserveFileNames: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
931
971
  readonly logpush: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
972
+ readonly complianceRegion: z.ZodOptional<z.ZodOptional<z.ZodEnum<["public", "fedramp_high"]>>>;
973
+ readonly workersDev: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
932
974
  readonly uploadSourceMaps: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
933
975
  readonly keepVars: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
934
976
  readonly tailConsumers: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
@@ -941,6 +983,16 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
941
983
  service: string;
942
984
  environment?: string | undefined;
943
985
  }>]>, "many">>>;
986
+ readonly streamingTailConsumers: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
987
+ service: z.ZodString;
988
+ environment: z.ZodOptional<z.ZodString>;
989
+ }, "strict", z.ZodTypeAny, {
990
+ service: string;
991
+ environment?: string | undefined;
992
+ }, {
993
+ service: string;
994
+ environment?: string | undefined;
995
+ }>]>, "many">>>;
944
996
  readonly vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<unknown, z.ZodTypeDef, unknown>>>>;
945
997
  readonly secrets: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
946
998
  required: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
@@ -954,26 +1006,36 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
954
1006
  zone_name: z.ZodOptional<z.ZodString>;
955
1007
  zone_id: z.ZodOptional<z.ZodString>;
956
1008
  custom_domain: z.ZodOptional<z.ZodBoolean>;
1009
+ enabled: z.ZodOptional<z.ZodBoolean>;
1010
+ previews_enabled: z.ZodOptional<z.ZodBoolean>;
957
1011
  }, "strip", z.ZodTypeAny, {
958
1012
  pattern: string;
959
1013
  zone_name?: string | undefined;
960
1014
  zone_id?: string | undefined;
961
1015
  custom_domain?: boolean | undefined;
1016
+ enabled?: boolean | undefined;
1017
+ previews_enabled?: boolean | undefined;
962
1018
  }, {
963
1019
  pattern: string;
964
1020
  zone_name?: string | undefined;
965
1021
  zone_id?: string | undefined;
966
1022
  custom_domain?: boolean | undefined;
1023
+ enabled?: boolean | undefined;
1024
+ previews_enabled?: boolean | undefined;
967
1025
  }>, {
968
1026
  pattern: string;
969
1027
  zone_name?: string | undefined;
970
1028
  zone_id?: string | undefined;
971
1029
  custom_domain?: boolean | undefined;
1030
+ enabled?: boolean | undefined;
1031
+ previews_enabled?: boolean | undefined;
972
1032
  }, {
973
1033
  pattern: string;
974
1034
  zone_name?: string | undefined;
975
1035
  zone_id?: string | undefined;
976
1036
  custom_domain?: boolean | undefined;
1037
+ enabled?: boolean | undefined;
1038
+ previews_enabled?: boolean | undefined;
977
1039
  }>, "many">>>;
978
1040
  readonly assets: z.ZodOptional<z.ZodOptional<z.ZodObject<{
979
1041
  directory: z.ZodString;
@@ -1224,6 +1286,11 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1224
1286
  server?: {
1225
1287
  host?: string | undefined;
1226
1288
  port?: number | undefined;
1289
+ https?: boolean | undefined;
1290
+ httpsKeyPath?: string | undefined;
1291
+ httpsCertPath?: string | undefined;
1292
+ inspectorPort?: number | undefined;
1293
+ upstream?: string | undefined;
1227
1294
  } | undefined;
1228
1295
  files?: {
1229
1296
  fetch?: string | false | undefined;
@@ -1274,6 +1341,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1274
1341
  producers?: Record<string, string | {
1275
1342
  queue: string;
1276
1343
  remote?: boolean | undefined;
1344
+ deliveryDelay?: number | undefined;
1277
1345
  }> | undefined;
1278
1346
  consumers?: {
1279
1347
  queue: string;
@@ -1283,6 +1351,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1283
1351
  deadLetterQueue?: string | undefined;
1284
1352
  maxConcurrency?: number | undefined;
1285
1353
  retryDelay?: number | undefined;
1354
+ visibilityTimeoutMs?: number | undefined;
1286
1355
  }[] | undefined;
1287
1356
  } | undefined;
1288
1357
  rateLimits?: Record<string, {
@@ -1305,6 +1374,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1305
1374
  environment?: string;
1306
1375
  entrypoint?: string;
1307
1376
  remote?: boolean;
1377
+ props?: Record<string, unknown>;
1308
1378
  __ref?: unknown;
1309
1379
  }> | undefined;
1310
1380
  ai?: {
@@ -1344,6 +1414,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1344
1414
  destinationAddress?: string | undefined;
1345
1415
  allowedDestinationAddresses?: string[] | undefined;
1346
1416
  allowedSenderAddresses?: string[] | undefined;
1417
+ remote?: boolean | undefined;
1347
1418
  }> | undefined;
1348
1419
  mtlsCertificates?: Record<string, string | {
1349
1420
  certificateId: string;
@@ -1415,12 +1486,18 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1415
1486
  baseDir?: string | undefined;
1416
1487
  preserveFileNames?: boolean | undefined;
1417
1488
  logpush?: boolean | undefined;
1489
+ complianceRegion?: "fedramp_high" | "public" | undefined;
1490
+ workersDev?: boolean | undefined;
1418
1491
  uploadSourceMaps?: boolean | undefined;
1419
1492
  keepVars?: boolean | undefined;
1420
1493
  tailConsumers?: (string | {
1421
1494
  service: string;
1422
1495
  environment?: string | undefined;
1423
1496
  })[] | undefined;
1497
+ streamingTailConsumers?: (string | {
1498
+ service: string;
1499
+ environment?: string | undefined;
1500
+ })[] | undefined;
1424
1501
  vars?: Record<string, unknown> | undefined;
1425
1502
  secrets?: Record<string, {
1426
1503
  required: boolean;
@@ -1430,6 +1507,8 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1430
1507
  zone_name?: string | undefined;
1431
1508
  zone_id?: string | undefined;
1432
1509
  custom_domain?: boolean | undefined;
1510
+ enabled?: boolean | undefined;
1511
+ previews_enabled?: boolean | undefined;
1433
1512
  }[] | undefined;
1434
1513
  assets?: {
1435
1514
  directory: string;
@@ -1516,6 +1595,11 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1516
1595
  server?: {
1517
1596
  host?: string | undefined;
1518
1597
  port?: number | undefined;
1598
+ https?: boolean | undefined;
1599
+ httpsKeyPath?: string | undefined;
1600
+ httpsCertPath?: string | undefined;
1601
+ inspectorPort?: number | undefined;
1602
+ upstream?: string | undefined;
1519
1603
  } | undefined;
1520
1604
  files?: {
1521
1605
  fetch?: string | false | undefined;
@@ -1566,6 +1650,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1566
1650
  producers?: Record<string, string | {
1567
1651
  queue: string;
1568
1652
  remote?: boolean | undefined;
1653
+ deliveryDelay?: number | undefined;
1569
1654
  }> | undefined;
1570
1655
  consumers?: {
1571
1656
  queue: string;
@@ -1575,6 +1660,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1575
1660
  deadLetterQueue?: string | undefined;
1576
1661
  maxConcurrency?: number | undefined;
1577
1662
  retryDelay?: number | undefined;
1663
+ visibilityTimeoutMs?: number | undefined;
1578
1664
  }[] | undefined;
1579
1665
  } | undefined;
1580
1666
  rateLimits?: Record<string, {
@@ -1597,6 +1683,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1597
1683
  environment?: string;
1598
1684
  entrypoint?: string;
1599
1685
  remote?: boolean;
1686
+ props?: Record<string, unknown>;
1600
1687
  __ref?: unknown;
1601
1688
  }> | undefined;
1602
1689
  ai?: {
@@ -1636,6 +1723,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1636
1723
  destinationAddress?: string | undefined;
1637
1724
  allowedDestinationAddresses?: string[] | undefined;
1638
1725
  allowedSenderAddresses?: string[] | undefined;
1726
+ remote?: boolean | undefined;
1639
1727
  }> | undefined;
1640
1728
  mtlsCertificates?: Record<string, string | {
1641
1729
  certificateId: string;
@@ -1707,12 +1795,18 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1707
1795
  baseDir?: string | undefined;
1708
1796
  preserveFileNames?: boolean | undefined;
1709
1797
  logpush?: boolean | undefined;
1798
+ complianceRegion?: "fedramp_high" | "public" | undefined;
1799
+ workersDev?: boolean | undefined;
1710
1800
  uploadSourceMaps?: boolean | undefined;
1711
1801
  keepVars?: boolean | undefined;
1712
1802
  tailConsumers?: (string | {
1713
1803
  service: string;
1714
1804
  environment?: string | undefined;
1715
1805
  })[] | undefined;
1806
+ streamingTailConsumers?: (string | {
1807
+ service: string;
1808
+ environment?: string | undefined;
1809
+ })[] | undefined;
1716
1810
  vars?: Record<string, unknown> | undefined;
1717
1811
  secrets?: Record<string, {
1718
1812
  required?: boolean | undefined;
@@ -1722,6 +1816,8 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1722
1816
  zone_name?: string | undefined;
1723
1817
  zone_id?: string | undefined;
1724
1818
  custom_domain?: boolean | undefined;
1819
+ enabled?: boolean | undefined;
1820
+ previews_enabled?: boolean | undefined;
1725
1821
  }[] | undefined;
1726
1822
  assets?: {
1727
1823
  directory: string;
@@ -1813,12 +1909,27 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
1813
1909
  readonly server: z.ZodOptional<z.ZodOptional<z.ZodObject<{
1814
1910
  host: z.ZodOptional<z.ZodString>;
1815
1911
  port: z.ZodOptional<z.ZodNumber>;
1912
+ https: z.ZodOptional<z.ZodBoolean>;
1913
+ httpsKeyPath: z.ZodOptional<z.ZodString>;
1914
+ httpsCertPath: z.ZodOptional<z.ZodString>;
1915
+ inspectorPort: z.ZodOptional<z.ZodNumber>;
1916
+ upstream: z.ZodOptional<z.ZodString>;
1816
1917
  }, "strict", z.ZodTypeAny, {
1817
1918
  host?: string | undefined;
1818
1919
  port?: number | undefined;
1920
+ https?: boolean | undefined;
1921
+ httpsKeyPath?: string | undefined;
1922
+ httpsCertPath?: string | undefined;
1923
+ inspectorPort?: number | undefined;
1924
+ upstream?: string | undefined;
1819
1925
  }, {
1820
1926
  host?: string | undefined;
1821
1927
  port?: number | undefined;
1928
+ https?: boolean | undefined;
1929
+ httpsKeyPath?: string | undefined;
1930
+ httpsCertPath?: string | undefined;
1931
+ inspectorPort?: number | undefined;
1932
+ upstream?: string | undefined;
1822
1933
  }>>>;
1823
1934
  readonly files: z.ZodOptional<z.ZodOptional<z.ZodObject<{
1824
1935
  fetch: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
@@ -1953,12 +2064,15 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
1953
2064
  producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
1954
2065
  queue: z.ZodString;
1955
2066
  remote: z.ZodOptional<z.ZodBoolean>;
2067
+ deliveryDelay: z.ZodOptional<z.ZodNumber>;
1956
2068
  }, "strict", z.ZodTypeAny, {
1957
2069
  queue: string;
1958
2070
  remote?: boolean | undefined;
2071
+ deliveryDelay?: number | undefined;
1959
2072
  }, {
1960
2073
  queue: string;
1961
2074
  remote?: boolean | undefined;
2075
+ deliveryDelay?: number | undefined;
1962
2076
  }>]>>>;
1963
2077
  consumers: z.ZodOptional<z.ZodArray<z.ZodObject<{
1964
2078
  queue: z.ZodString;
@@ -1968,6 +2082,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
1968
2082
  deadLetterQueue: z.ZodOptional<z.ZodString>;
1969
2083
  maxConcurrency: z.ZodOptional<z.ZodNumber>;
1970
2084
  retryDelay: z.ZodOptional<z.ZodNumber>;
2085
+ visibilityTimeoutMs: z.ZodOptional<z.ZodNumber>;
1971
2086
  }, "strip", z.ZodTypeAny, {
1972
2087
  queue: string;
1973
2088
  maxBatchSize?: number | undefined;
@@ -1976,6 +2091,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
1976
2091
  deadLetterQueue?: string | undefined;
1977
2092
  maxConcurrency?: number | undefined;
1978
2093
  retryDelay?: number | undefined;
2094
+ visibilityTimeoutMs?: number | undefined;
1979
2095
  }, {
1980
2096
  queue: string;
1981
2097
  maxBatchSize?: number | undefined;
@@ -1984,11 +2100,13 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
1984
2100
  deadLetterQueue?: string | undefined;
1985
2101
  maxConcurrency?: number | undefined;
1986
2102
  retryDelay?: number | undefined;
2103
+ visibilityTimeoutMs?: number | undefined;
1987
2104
  }>, "many">>;
1988
2105
  }, "strip", z.ZodTypeAny, {
1989
2106
  producers?: Record<string, string | {
1990
2107
  queue: string;
1991
2108
  remote?: boolean | undefined;
2109
+ deliveryDelay?: number | undefined;
1992
2110
  }> | undefined;
1993
2111
  consumers?: {
1994
2112
  queue: string;
@@ -1998,11 +2116,13 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
1998
2116
  deadLetterQueue?: string | undefined;
1999
2117
  maxConcurrency?: number | undefined;
2000
2118
  retryDelay?: number | undefined;
2119
+ visibilityTimeoutMs?: number | undefined;
2001
2120
  }[] | undefined;
2002
2121
  }, {
2003
2122
  producers?: Record<string, string | {
2004
2123
  queue: string;
2005
2124
  remote?: boolean | undefined;
2125
+ deliveryDelay?: number | undefined;
2006
2126
  }> | undefined;
2007
2127
  consumers?: {
2008
2128
  queue: string;
@@ -2012,6 +2132,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2012
2132
  deadLetterQueue?: string | undefined;
2013
2133
  maxConcurrency?: number | undefined;
2014
2134
  retryDelay?: number | undefined;
2135
+ visibilityTimeoutMs?: number | undefined;
2015
2136
  }[] | undefined;
2016
2137
  }>>;
2017
2138
  rateLimits: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -2062,12 +2183,14 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2062
2183
  environment?: string;
2063
2184
  entrypoint?: string;
2064
2185
  remote?: boolean;
2186
+ props?: Record<string, unknown>;
2065
2187
  __ref?: unknown;
2066
2188
  }, z.ZodTypeDef, {
2067
2189
  service: string;
2068
2190
  environment?: string;
2069
2191
  entrypoint?: string;
2070
2192
  remote?: boolean;
2193
+ props?: Record<string, unknown>;
2071
2194
  __ref?: unknown;
2072
2195
  }>>>;
2073
2196
  ai: z.ZodOptional<z.ZodObject<{
@@ -2163,22 +2286,27 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2163
2286
  destinationAddress: z.ZodOptional<z.ZodString>;
2164
2287
  allowedDestinationAddresses: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2165
2288
  allowedSenderAddresses: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2289
+ remote: z.ZodOptional<z.ZodBoolean>;
2166
2290
  }, "strip", z.ZodTypeAny, {
2167
2291
  destinationAddress?: string | undefined;
2168
2292
  allowedDestinationAddresses?: string[] | undefined;
2169
2293
  allowedSenderAddresses?: string[] | undefined;
2294
+ remote?: boolean | undefined;
2170
2295
  }, {
2171
2296
  destinationAddress?: string | undefined;
2172
2297
  allowedDestinationAddresses?: string[] | undefined;
2173
2298
  allowedSenderAddresses?: string[] | undefined;
2299
+ remote?: boolean | undefined;
2174
2300
  }>, {
2175
2301
  destinationAddress?: string | undefined;
2176
2302
  allowedDestinationAddresses?: string[] | undefined;
2177
2303
  allowedSenderAddresses?: string[] | undefined;
2304
+ remote?: boolean | undefined;
2178
2305
  }, {
2179
2306
  destinationAddress?: string | undefined;
2180
2307
  allowedDestinationAddresses?: string[] | undefined;
2181
2308
  allowedSenderAddresses?: string[] | undefined;
2309
+ remote?: boolean | undefined;
2182
2310
  }>>>;
2183
2311
  mtlsCertificates: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
2184
2312
  certificateId: z.ZodString;
@@ -2387,6 +2515,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2387
2515
  producers?: Record<string, string | {
2388
2516
  queue: string;
2389
2517
  remote?: boolean | undefined;
2518
+ deliveryDelay?: number | undefined;
2390
2519
  }> | undefined;
2391
2520
  consumers?: {
2392
2521
  queue: string;
@@ -2396,6 +2525,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2396
2525
  deadLetterQueue?: string | undefined;
2397
2526
  maxConcurrency?: number | undefined;
2398
2527
  retryDelay?: number | undefined;
2528
+ visibilityTimeoutMs?: number | undefined;
2399
2529
  }[] | undefined;
2400
2530
  } | undefined;
2401
2531
  rateLimits?: Record<string, {
@@ -2418,6 +2548,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2418
2548
  environment?: string;
2419
2549
  entrypoint?: string;
2420
2550
  remote?: boolean;
2551
+ props?: Record<string, unknown>;
2421
2552
  __ref?: unknown;
2422
2553
  }> | undefined;
2423
2554
  ai?: {
@@ -2457,6 +2588,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2457
2588
  destinationAddress?: string | undefined;
2458
2589
  allowedDestinationAddresses?: string[] | undefined;
2459
2590
  allowedSenderAddresses?: string[] | undefined;
2591
+ remote?: boolean | undefined;
2460
2592
  }> | undefined;
2461
2593
  mtlsCertificates?: Record<string, string | {
2462
2594
  certificateId: string;
@@ -2549,6 +2681,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2549
2681
  producers?: Record<string, string | {
2550
2682
  queue: string;
2551
2683
  remote?: boolean | undefined;
2684
+ deliveryDelay?: number | undefined;
2552
2685
  }> | undefined;
2553
2686
  consumers?: {
2554
2687
  queue: string;
@@ -2558,6 +2691,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2558
2691
  deadLetterQueue?: string | undefined;
2559
2692
  maxConcurrency?: number | undefined;
2560
2693
  retryDelay?: number | undefined;
2694
+ visibilityTimeoutMs?: number | undefined;
2561
2695
  }[] | undefined;
2562
2696
  } | undefined;
2563
2697
  rateLimits?: Record<string, {
@@ -2580,6 +2714,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2580
2714
  environment?: string;
2581
2715
  entrypoint?: string;
2582
2716
  remote?: boolean;
2717
+ props?: Record<string, unknown>;
2583
2718
  __ref?: unknown;
2584
2719
  }> | undefined;
2585
2720
  ai?: {
@@ -2619,6 +2754,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2619
2754
  destinationAddress?: string | undefined;
2620
2755
  allowedDestinationAddresses?: string[] | undefined;
2621
2756
  allowedSenderAddresses?: string[] | undefined;
2757
+ remote?: boolean | undefined;
2622
2758
  }> | undefined;
2623
2759
  mtlsCertificates?: Record<string, string | {
2624
2760
  certificateId: string;
@@ -2706,6 +2842,8 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2706
2842
  readonly baseDir: z.ZodOptional<z.ZodOptional<z.ZodString>>;
2707
2843
  readonly preserveFileNames: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
2708
2844
  readonly logpush: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
2845
+ readonly complianceRegion: z.ZodOptional<z.ZodOptional<z.ZodEnum<["public", "fedramp_high"]>>>;
2846
+ readonly workersDev: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
2709
2847
  readonly uploadSourceMaps: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
2710
2848
  readonly keepVars: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
2711
2849
  readonly tailConsumers: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
@@ -2718,6 +2856,16 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2718
2856
  service: string;
2719
2857
  environment?: string | undefined;
2720
2858
  }>]>, "many">>>;
2859
+ readonly streamingTailConsumers: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
2860
+ service: z.ZodString;
2861
+ environment: z.ZodOptional<z.ZodString>;
2862
+ }, "strict", z.ZodTypeAny, {
2863
+ service: string;
2864
+ environment?: string | undefined;
2865
+ }, {
2866
+ service: string;
2867
+ environment?: string | undefined;
2868
+ }>]>, "many">>>;
2721
2869
  readonly vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<unknown, z.ZodTypeDef, unknown>>>>;
2722
2870
  readonly secrets: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2723
2871
  required: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
@@ -2731,26 +2879,36 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2731
2879
  zone_name: z.ZodOptional<z.ZodString>;
2732
2880
  zone_id: z.ZodOptional<z.ZodString>;
2733
2881
  custom_domain: z.ZodOptional<z.ZodBoolean>;
2882
+ enabled: z.ZodOptional<z.ZodBoolean>;
2883
+ previews_enabled: z.ZodOptional<z.ZodBoolean>;
2734
2884
  }, "strip", z.ZodTypeAny, {
2735
2885
  pattern: string;
2736
2886
  zone_name?: string | undefined;
2737
2887
  zone_id?: string | undefined;
2738
2888
  custom_domain?: boolean | undefined;
2889
+ enabled?: boolean | undefined;
2890
+ previews_enabled?: boolean | undefined;
2739
2891
  }, {
2740
2892
  pattern: string;
2741
2893
  zone_name?: string | undefined;
2742
2894
  zone_id?: string | undefined;
2743
2895
  custom_domain?: boolean | undefined;
2896
+ enabled?: boolean | undefined;
2897
+ previews_enabled?: boolean | undefined;
2744
2898
  }>, {
2745
2899
  pattern: string;
2746
2900
  zone_name?: string | undefined;
2747
2901
  zone_id?: string | undefined;
2748
2902
  custom_domain?: boolean | undefined;
2903
+ enabled?: boolean | undefined;
2904
+ previews_enabled?: boolean | undefined;
2749
2905
  }, {
2750
2906
  pattern: string;
2751
2907
  zone_name?: string | undefined;
2752
2908
  zone_id?: string | undefined;
2753
2909
  custom_domain?: boolean | undefined;
2910
+ enabled?: boolean | undefined;
2911
+ previews_enabled?: boolean | undefined;
2754
2912
  }>, "many">>>;
2755
2913
  readonly assets: z.ZodOptional<z.ZodOptional<z.ZodObject<{
2756
2914
  directory: z.ZodString;
@@ -3001,6 +3159,11 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
3001
3159
  server?: {
3002
3160
  host?: string | undefined;
3003
3161
  port?: number | undefined;
3162
+ https?: boolean | undefined;
3163
+ httpsKeyPath?: string | undefined;
3164
+ httpsCertPath?: string | undefined;
3165
+ inspectorPort?: number | undefined;
3166
+ upstream?: string | undefined;
3004
3167
  } | undefined;
3005
3168
  files?: {
3006
3169
  fetch?: string | false | undefined;
@@ -3051,6 +3214,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
3051
3214
  producers?: Record<string, string | {
3052
3215
  queue: string;
3053
3216
  remote?: boolean | undefined;
3217
+ deliveryDelay?: number | undefined;
3054
3218
  }> | undefined;
3055
3219
  consumers?: {
3056
3220
  queue: string;
@@ -3060,6 +3224,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
3060
3224
  deadLetterQueue?: string | undefined;
3061
3225
  maxConcurrency?: number | undefined;
3062
3226
  retryDelay?: number | undefined;
3227
+ visibilityTimeoutMs?: number | undefined;
3063
3228
  }[] | undefined;
3064
3229
  } | undefined;
3065
3230
  rateLimits?: Record<string, {
@@ -3082,6 +3247,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
3082
3247
  environment?: string;
3083
3248
  entrypoint?: string;
3084
3249
  remote?: boolean;
3250
+ props?: Record<string, unknown>;
3085
3251
  __ref?: unknown;
3086
3252
  }> | undefined;
3087
3253
  ai?: {
@@ -3121,6 +3287,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
3121
3287
  destinationAddress?: string | undefined;
3122
3288
  allowedDestinationAddresses?: string[] | undefined;
3123
3289
  allowedSenderAddresses?: string[] | undefined;
3290
+ remote?: boolean | undefined;
3124
3291
  }> | undefined;
3125
3292
  mtlsCertificates?: Record<string, string | {
3126
3293
  certificateId: string;
@@ -3192,12 +3359,18 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
3192
3359
  baseDir?: string | undefined;
3193
3360
  preserveFileNames?: boolean | undefined;
3194
3361
  logpush?: boolean | undefined;
3362
+ complianceRegion?: "fedramp_high" | "public" | undefined;
3363
+ workersDev?: boolean | undefined;
3195
3364
  uploadSourceMaps?: boolean | undefined;
3196
3365
  keepVars?: boolean | undefined;
3197
3366
  tailConsumers?: (string | {
3198
3367
  service: string;
3199
3368
  environment?: string | undefined;
3200
3369
  })[] | undefined;
3370
+ streamingTailConsumers?: (string | {
3371
+ service: string;
3372
+ environment?: string | undefined;
3373
+ })[] | undefined;
3201
3374
  vars?: Record<string, unknown> | undefined;
3202
3375
  secrets?: Record<string, {
3203
3376
  required: boolean;
@@ -3207,6 +3380,8 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
3207
3380
  zone_name?: string | undefined;
3208
3381
  zone_id?: string | undefined;
3209
3382
  custom_domain?: boolean | undefined;
3383
+ enabled?: boolean | undefined;
3384
+ previews_enabled?: boolean | undefined;
3210
3385
  }[] | undefined;
3211
3386
  assets?: {
3212
3387
  directory: string;
@@ -3293,6 +3468,11 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
3293
3468
  server?: {
3294
3469
  host?: string | undefined;
3295
3470
  port?: number | undefined;
3471
+ https?: boolean | undefined;
3472
+ httpsKeyPath?: string | undefined;
3473
+ httpsCertPath?: string | undefined;
3474
+ inspectorPort?: number | undefined;
3475
+ upstream?: string | undefined;
3296
3476
  } | undefined;
3297
3477
  files?: {
3298
3478
  fetch?: string | false | undefined;
@@ -3343,6 +3523,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
3343
3523
  producers?: Record<string, string | {
3344
3524
  queue: string;
3345
3525
  remote?: boolean | undefined;
3526
+ deliveryDelay?: number | undefined;
3346
3527
  }> | undefined;
3347
3528
  consumers?: {
3348
3529
  queue: string;
@@ -3352,6 +3533,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
3352
3533
  deadLetterQueue?: string | undefined;
3353
3534
  maxConcurrency?: number | undefined;
3354
3535
  retryDelay?: number | undefined;
3536
+ visibilityTimeoutMs?: number | undefined;
3355
3537
  }[] | undefined;
3356
3538
  } | undefined;
3357
3539
  rateLimits?: Record<string, {
@@ -3374,6 +3556,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
3374
3556
  environment?: string;
3375
3557
  entrypoint?: string;
3376
3558
  remote?: boolean;
3559
+ props?: Record<string, unknown>;
3377
3560
  __ref?: unknown;
3378
3561
  }> | undefined;
3379
3562
  ai?: {
@@ -3413,6 +3596,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
3413
3596
  destinationAddress?: string | undefined;
3414
3597
  allowedDestinationAddresses?: string[] | undefined;
3415
3598
  allowedSenderAddresses?: string[] | undefined;
3599
+ remote?: boolean | undefined;
3416
3600
  }> | undefined;
3417
3601
  mtlsCertificates?: Record<string, string | {
3418
3602
  certificateId: string;
@@ -3484,12 +3668,18 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
3484
3668
  baseDir?: string | undefined;
3485
3669
  preserveFileNames?: boolean | undefined;
3486
3670
  logpush?: boolean | undefined;
3671
+ complianceRegion?: "fedramp_high" | "public" | undefined;
3672
+ workersDev?: boolean | undefined;
3487
3673
  uploadSourceMaps?: boolean | undefined;
3488
3674
  keepVars?: boolean | undefined;
3489
3675
  tailConsumers?: (string | {
3490
3676
  service: string;
3491
3677
  environment?: string | undefined;
3492
3678
  })[] | undefined;
3679
+ streamingTailConsumers?: (string | {
3680
+ service: string;
3681
+ environment?: string | undefined;
3682
+ })[] | undefined;
3493
3683
  vars?: Record<string, unknown> | undefined;
3494
3684
  secrets?: Record<string, {
3495
3685
  required?: boolean | undefined;
@@ -3499,6 +3689,8 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
3499
3689
  zone_name?: string | undefined;
3500
3690
  zone_id?: string | undefined;
3501
3691
  custom_domain?: boolean | undefined;
3692
+ enabled?: boolean | undefined;
3693
+ previews_enabled?: boolean | undefined;
3502
3694
  }[] | undefined;
3503
3695
  assets?: {
3504
3696
  directory: string;