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
package/dist/browser.d.ts CHANGED
@@ -31,12 +31,27 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
31
31
  server: import("zod").ZodOptional<import("zod").ZodObject<{
32
32
  host: import("zod").ZodOptional<import("zod").ZodString>;
33
33
  port: import("zod").ZodOptional<import("zod").ZodNumber>;
34
+ https: import("zod").ZodOptional<import("zod").ZodBoolean>;
35
+ httpsKeyPath: import("zod").ZodOptional<import("zod").ZodString>;
36
+ httpsCertPath: import("zod").ZodOptional<import("zod").ZodString>;
37
+ inspectorPort: import("zod").ZodOptional<import("zod").ZodNumber>;
38
+ upstream: import("zod").ZodOptional<import("zod").ZodString>;
34
39
  }, "strict", import("zod").ZodTypeAny, {
35
40
  host?: string | undefined;
36
41
  port?: number | undefined;
42
+ https?: boolean | undefined;
43
+ httpsKeyPath?: string | undefined;
44
+ httpsCertPath?: string | undefined;
45
+ inspectorPort?: number | undefined;
46
+ upstream?: string | undefined;
37
47
  }, {
38
48
  host?: string | undefined;
39
49
  port?: number | undefined;
50
+ https?: boolean | undefined;
51
+ httpsKeyPath?: string | undefined;
52
+ httpsCertPath?: string | undefined;
53
+ inspectorPort?: number | undefined;
54
+ upstream?: string | undefined;
40
55
  }>>;
41
56
  files: import("zod").ZodOptional<import("zod").ZodObject<{
42
57
  fetch: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
@@ -171,12 +186,15 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
171
186
  producers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
172
187
  queue: import("zod").ZodString;
173
188
  remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
189
+ deliveryDelay: import("zod").ZodOptional<import("zod").ZodNumber>;
174
190
  }, "strict", import("zod").ZodTypeAny, {
175
191
  queue: string;
176
192
  remote?: boolean | undefined;
193
+ deliveryDelay?: number | undefined;
177
194
  }, {
178
195
  queue: string;
179
196
  remote?: boolean | undefined;
197
+ deliveryDelay?: number | undefined;
180
198
  }>]>>>;
181
199
  consumers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
182
200
  queue: import("zod").ZodString;
@@ -186,6 +204,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
186
204
  deadLetterQueue: import("zod").ZodOptional<import("zod").ZodString>;
187
205
  maxConcurrency: import("zod").ZodOptional<import("zod").ZodNumber>;
188
206
  retryDelay: import("zod").ZodOptional<import("zod").ZodNumber>;
207
+ visibilityTimeoutMs: import("zod").ZodOptional<import("zod").ZodNumber>;
189
208
  }, "strip", import("zod").ZodTypeAny, {
190
209
  queue: string;
191
210
  maxBatchSize?: number | undefined;
@@ -194,6 +213,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
194
213
  deadLetterQueue?: string | undefined;
195
214
  maxConcurrency?: number | undefined;
196
215
  retryDelay?: number | undefined;
216
+ visibilityTimeoutMs?: number | undefined;
197
217
  }, {
198
218
  queue: string;
199
219
  maxBatchSize?: number | undefined;
@@ -202,11 +222,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
202
222
  deadLetterQueue?: string | undefined;
203
223
  maxConcurrency?: number | undefined;
204
224
  retryDelay?: number | undefined;
225
+ visibilityTimeoutMs?: number | undefined;
205
226
  }>, "many">>;
206
227
  }, "strip", import("zod").ZodTypeAny, {
207
228
  producers?: Record<string, string | {
208
229
  queue: string;
209
230
  remote?: boolean | undefined;
231
+ deliveryDelay?: number | undefined;
210
232
  }> | undefined;
211
233
  consumers?: {
212
234
  queue: string;
@@ -216,11 +238,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
216
238
  deadLetterQueue?: string | undefined;
217
239
  maxConcurrency?: number | undefined;
218
240
  retryDelay?: number | undefined;
241
+ visibilityTimeoutMs?: number | undefined;
219
242
  }[] | undefined;
220
243
  }, {
221
244
  producers?: Record<string, string | {
222
245
  queue: string;
223
246
  remote?: boolean | undefined;
247
+ deliveryDelay?: number | undefined;
224
248
  }> | undefined;
225
249
  consumers?: {
226
250
  queue: string;
@@ -230,6 +254,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
230
254
  deadLetterQueue?: string | undefined;
231
255
  maxConcurrency?: number | undefined;
232
256
  retryDelay?: number | undefined;
257
+ visibilityTimeoutMs?: number | undefined;
233
258
  }[] | undefined;
234
259
  }>>;
235
260
  rateLimits: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
@@ -280,12 +305,14 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
280
305
  environment?: string;
281
306
  entrypoint?: string;
282
307
  remote?: boolean;
308
+ props?: Record<string, unknown>;
283
309
  __ref?: unknown;
284
310
  }, import("zod").ZodTypeDef, {
285
311
  service: string;
286
312
  environment?: string;
287
313
  entrypoint?: string;
288
314
  remote?: boolean;
315
+ props?: Record<string, unknown>;
289
316
  __ref?: unknown;
290
317
  }>>>;
291
318
  ai: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -381,22 +408,27 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
381
408
  destinationAddress: import("zod").ZodOptional<import("zod").ZodString>;
382
409
  allowedDestinationAddresses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
383
410
  allowedSenderAddresses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
411
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
384
412
  }, "strip", import("zod").ZodTypeAny, {
385
413
  destinationAddress?: string | undefined;
386
414
  allowedDestinationAddresses?: string[] | undefined;
387
415
  allowedSenderAddresses?: string[] | undefined;
416
+ remote?: boolean | undefined;
388
417
  }, {
389
418
  destinationAddress?: string | undefined;
390
419
  allowedDestinationAddresses?: string[] | undefined;
391
420
  allowedSenderAddresses?: string[] | undefined;
421
+ remote?: boolean | undefined;
392
422
  }>, {
393
423
  destinationAddress?: string | undefined;
394
424
  allowedDestinationAddresses?: string[] | undefined;
395
425
  allowedSenderAddresses?: string[] | undefined;
426
+ remote?: boolean | undefined;
396
427
  }, {
397
428
  destinationAddress?: string | undefined;
398
429
  allowedDestinationAddresses?: string[] | undefined;
399
430
  allowedSenderAddresses?: string[] | undefined;
431
+ remote?: boolean | undefined;
400
432
  }>>>;
401
433
  mtlsCertificates: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
402
434
  certificateId: import("zod").ZodString;
@@ -605,6 +637,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
605
637
  producers?: Record<string, string | {
606
638
  queue: string;
607
639
  remote?: boolean | undefined;
640
+ deliveryDelay?: number | undefined;
608
641
  }> | undefined;
609
642
  consumers?: {
610
643
  queue: string;
@@ -614,6 +647,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
614
647
  deadLetterQueue?: string | undefined;
615
648
  maxConcurrency?: number | undefined;
616
649
  retryDelay?: number | undefined;
650
+ visibilityTimeoutMs?: number | undefined;
617
651
  }[] | undefined;
618
652
  } | undefined;
619
653
  rateLimits?: Record<string, {
@@ -636,6 +670,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
636
670
  environment?: string;
637
671
  entrypoint?: string;
638
672
  remote?: boolean;
673
+ props?: Record<string, unknown>;
639
674
  __ref?: unknown;
640
675
  }> | undefined;
641
676
  ai?: {
@@ -675,6 +710,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
675
710
  destinationAddress?: string | undefined;
676
711
  allowedDestinationAddresses?: string[] | undefined;
677
712
  allowedSenderAddresses?: string[] | undefined;
713
+ remote?: boolean | undefined;
678
714
  }> | undefined;
679
715
  mtlsCertificates?: Record<string, string | {
680
716
  certificateId: string;
@@ -767,6 +803,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
767
803
  producers?: Record<string, string | {
768
804
  queue: string;
769
805
  remote?: boolean | undefined;
806
+ deliveryDelay?: number | undefined;
770
807
  }> | undefined;
771
808
  consumers?: {
772
809
  queue: string;
@@ -776,6 +813,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
776
813
  deadLetterQueue?: string | undefined;
777
814
  maxConcurrency?: number | undefined;
778
815
  retryDelay?: number | undefined;
816
+ visibilityTimeoutMs?: number | undefined;
779
817
  }[] | undefined;
780
818
  } | undefined;
781
819
  rateLimits?: Record<string, {
@@ -798,6 +836,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
798
836
  environment?: string;
799
837
  entrypoint?: string;
800
838
  remote?: boolean;
839
+ props?: Record<string, unknown>;
801
840
  __ref?: unknown;
802
841
  }> | undefined;
803
842
  ai?: {
@@ -837,6 +876,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
837
876
  destinationAddress?: string | undefined;
838
877
  allowedDestinationAddresses?: string[] | undefined;
839
878
  allowedSenderAddresses?: string[] | undefined;
879
+ remote?: boolean | undefined;
840
880
  }> | undefined;
841
881
  mtlsCertificates?: Record<string, string | {
842
882
  certificateId: string;
@@ -924,6 +964,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
924
964
  baseDir: import("zod").ZodOptional<import("zod").ZodString>;
925
965
  preserveFileNames: import("zod").ZodOptional<import("zod").ZodBoolean>;
926
966
  logpush: import("zod").ZodOptional<import("zod").ZodBoolean>;
967
+ complianceRegion: import("zod").ZodOptional<import("zod").ZodEnum<["public", "fedramp_high"]>>;
968
+ workersDev: import("zod").ZodOptional<import("zod").ZodBoolean>;
927
969
  uploadSourceMaps: import("zod").ZodOptional<import("zod").ZodBoolean>;
928
970
  keepVars: import("zod").ZodOptional<import("zod").ZodBoolean>;
929
971
  tailConsumers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
@@ -936,6 +978,16 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
936
978
  service: string;
937
979
  environment?: string | undefined;
938
980
  }>]>, "many">>;
981
+ streamingTailConsumers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
982
+ service: import("zod").ZodString;
983
+ environment: import("zod").ZodOptional<import("zod").ZodString>;
984
+ }, "strict", import("zod").ZodTypeAny, {
985
+ service: string;
986
+ environment?: string | undefined;
987
+ }, {
988
+ service: string;
989
+ environment?: string | undefined;
990
+ }>]>, "many">>;
939
991
  vars: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<unknown, import("zod").ZodTypeDef, unknown>>>;
940
992
  secrets: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
941
993
  required: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
@@ -949,26 +1001,36 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
949
1001
  zone_name: import("zod").ZodOptional<import("zod").ZodString>;
950
1002
  zone_id: import("zod").ZodOptional<import("zod").ZodString>;
951
1003
  custom_domain: import("zod").ZodOptional<import("zod").ZodBoolean>;
1004
+ enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
1005
+ previews_enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
952
1006
  }, "strip", import("zod").ZodTypeAny, {
953
1007
  pattern: string;
954
1008
  zone_name?: string | undefined;
955
1009
  zone_id?: string | undefined;
956
1010
  custom_domain?: boolean | undefined;
1011
+ enabled?: boolean | undefined;
1012
+ previews_enabled?: boolean | undefined;
957
1013
  }, {
958
1014
  pattern: string;
959
1015
  zone_name?: string | undefined;
960
1016
  zone_id?: string | undefined;
961
1017
  custom_domain?: boolean | undefined;
1018
+ enabled?: boolean | undefined;
1019
+ previews_enabled?: boolean | undefined;
962
1020
  }>, {
963
1021
  pattern: string;
964
1022
  zone_name?: string | undefined;
965
1023
  zone_id?: string | undefined;
966
1024
  custom_domain?: boolean | undefined;
1025
+ enabled?: boolean | undefined;
1026
+ previews_enabled?: boolean | undefined;
967
1027
  }, {
968
1028
  pattern: string;
969
1029
  zone_name?: string | undefined;
970
1030
  zone_id?: string | undefined;
971
1031
  custom_domain?: boolean | undefined;
1032
+ enabled?: boolean | undefined;
1033
+ previews_enabled?: boolean | undefined;
972
1034
  }>, "many">>;
973
1035
  wsRoutes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
974
1036
  pattern: import("zod").ZodString;
@@ -1239,12 +1301,27 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1239
1301
  readonly server: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1240
1302
  host: import("zod").ZodOptional<import("zod").ZodString>;
1241
1303
  port: import("zod").ZodOptional<import("zod").ZodNumber>;
1304
+ https: import("zod").ZodOptional<import("zod").ZodBoolean>;
1305
+ httpsKeyPath: import("zod").ZodOptional<import("zod").ZodString>;
1306
+ httpsCertPath: import("zod").ZodOptional<import("zod").ZodString>;
1307
+ inspectorPort: import("zod").ZodOptional<import("zod").ZodNumber>;
1308
+ upstream: import("zod").ZodOptional<import("zod").ZodString>;
1242
1309
  }, "strict", import("zod").ZodTypeAny, {
1243
1310
  host?: string | undefined;
1244
1311
  port?: number | undefined;
1312
+ https?: boolean | undefined;
1313
+ httpsKeyPath?: string | undefined;
1314
+ httpsCertPath?: string | undefined;
1315
+ inspectorPort?: number | undefined;
1316
+ upstream?: string | undefined;
1245
1317
  }, {
1246
1318
  host?: string | undefined;
1247
1319
  port?: number | undefined;
1320
+ https?: boolean | undefined;
1321
+ httpsKeyPath?: string | undefined;
1322
+ httpsCertPath?: string | undefined;
1323
+ inspectorPort?: number | undefined;
1324
+ upstream?: string | undefined;
1248
1325
  }>>>;
1249
1326
  readonly files: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1250
1327
  fetch: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
@@ -1379,12 +1456,15 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1379
1456
  producers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1380
1457
  queue: import("zod").ZodString;
1381
1458
  remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1459
+ deliveryDelay: import("zod").ZodOptional<import("zod").ZodNumber>;
1382
1460
  }, "strict", import("zod").ZodTypeAny, {
1383
1461
  queue: string;
1384
1462
  remote?: boolean | undefined;
1463
+ deliveryDelay?: number | undefined;
1385
1464
  }, {
1386
1465
  queue: string;
1387
1466
  remote?: boolean | undefined;
1467
+ deliveryDelay?: number | undefined;
1388
1468
  }>]>>>;
1389
1469
  consumers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1390
1470
  queue: import("zod").ZodString;
@@ -1394,6 +1474,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1394
1474
  deadLetterQueue: import("zod").ZodOptional<import("zod").ZodString>;
1395
1475
  maxConcurrency: import("zod").ZodOptional<import("zod").ZodNumber>;
1396
1476
  retryDelay: import("zod").ZodOptional<import("zod").ZodNumber>;
1477
+ visibilityTimeoutMs: import("zod").ZodOptional<import("zod").ZodNumber>;
1397
1478
  }, "strip", import("zod").ZodTypeAny, {
1398
1479
  queue: string;
1399
1480
  maxBatchSize?: number | undefined;
@@ -1402,6 +1483,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1402
1483
  deadLetterQueue?: string | undefined;
1403
1484
  maxConcurrency?: number | undefined;
1404
1485
  retryDelay?: number | undefined;
1486
+ visibilityTimeoutMs?: number | undefined;
1405
1487
  }, {
1406
1488
  queue: string;
1407
1489
  maxBatchSize?: number | undefined;
@@ -1410,11 +1492,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1410
1492
  deadLetterQueue?: string | undefined;
1411
1493
  maxConcurrency?: number | undefined;
1412
1494
  retryDelay?: number | undefined;
1495
+ visibilityTimeoutMs?: number | undefined;
1413
1496
  }>, "many">>;
1414
1497
  }, "strip", import("zod").ZodTypeAny, {
1415
1498
  producers?: Record<string, string | {
1416
1499
  queue: string;
1417
1500
  remote?: boolean | undefined;
1501
+ deliveryDelay?: number | undefined;
1418
1502
  }> | undefined;
1419
1503
  consumers?: {
1420
1504
  queue: string;
@@ -1424,11 +1508,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1424
1508
  deadLetterQueue?: string | undefined;
1425
1509
  maxConcurrency?: number | undefined;
1426
1510
  retryDelay?: number | undefined;
1511
+ visibilityTimeoutMs?: number | undefined;
1427
1512
  }[] | undefined;
1428
1513
  }, {
1429
1514
  producers?: Record<string, string | {
1430
1515
  queue: string;
1431
1516
  remote?: boolean | undefined;
1517
+ deliveryDelay?: number | undefined;
1432
1518
  }> | undefined;
1433
1519
  consumers?: {
1434
1520
  queue: string;
@@ -1438,6 +1524,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1438
1524
  deadLetterQueue?: string | undefined;
1439
1525
  maxConcurrency?: number | undefined;
1440
1526
  retryDelay?: number | undefined;
1527
+ visibilityTimeoutMs?: number | undefined;
1441
1528
  }[] | undefined;
1442
1529
  }>>;
1443
1530
  rateLimits: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
@@ -1488,12 +1575,14 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1488
1575
  environment?: string;
1489
1576
  entrypoint?: string;
1490
1577
  remote?: boolean;
1578
+ props?: Record<string, unknown>;
1491
1579
  __ref?: unknown;
1492
1580
  }, import("zod").ZodTypeDef, {
1493
1581
  service: string;
1494
1582
  environment?: string;
1495
1583
  entrypoint?: string;
1496
1584
  remote?: boolean;
1585
+ props?: Record<string, unknown>;
1497
1586
  __ref?: unknown;
1498
1587
  }>>>;
1499
1588
  ai: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -1589,22 +1678,27 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1589
1678
  destinationAddress: import("zod").ZodOptional<import("zod").ZodString>;
1590
1679
  allowedDestinationAddresses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1591
1680
  allowedSenderAddresses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1681
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1592
1682
  }, "strip", import("zod").ZodTypeAny, {
1593
1683
  destinationAddress?: string | undefined;
1594
1684
  allowedDestinationAddresses?: string[] | undefined;
1595
1685
  allowedSenderAddresses?: string[] | undefined;
1686
+ remote?: boolean | undefined;
1596
1687
  }, {
1597
1688
  destinationAddress?: string | undefined;
1598
1689
  allowedDestinationAddresses?: string[] | undefined;
1599
1690
  allowedSenderAddresses?: string[] | undefined;
1691
+ remote?: boolean | undefined;
1600
1692
  }>, {
1601
1693
  destinationAddress?: string | undefined;
1602
1694
  allowedDestinationAddresses?: string[] | undefined;
1603
1695
  allowedSenderAddresses?: string[] | undefined;
1696
+ remote?: boolean | undefined;
1604
1697
  }, {
1605
1698
  destinationAddress?: string | undefined;
1606
1699
  allowedDestinationAddresses?: string[] | undefined;
1607
1700
  allowedSenderAddresses?: string[] | undefined;
1701
+ remote?: boolean | undefined;
1608
1702
  }>>>;
1609
1703
  mtlsCertificates: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1610
1704
  certificateId: import("zod").ZodString;
@@ -1813,6 +1907,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1813
1907
  producers?: Record<string, string | {
1814
1908
  queue: string;
1815
1909
  remote?: boolean | undefined;
1910
+ deliveryDelay?: number | undefined;
1816
1911
  }> | undefined;
1817
1912
  consumers?: {
1818
1913
  queue: string;
@@ -1822,6 +1917,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1822
1917
  deadLetterQueue?: string | undefined;
1823
1918
  maxConcurrency?: number | undefined;
1824
1919
  retryDelay?: number | undefined;
1920
+ visibilityTimeoutMs?: number | undefined;
1825
1921
  }[] | undefined;
1826
1922
  } | undefined;
1827
1923
  rateLimits?: Record<string, {
@@ -1844,6 +1940,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1844
1940
  environment?: string;
1845
1941
  entrypoint?: string;
1846
1942
  remote?: boolean;
1943
+ props?: Record<string, unknown>;
1847
1944
  __ref?: unknown;
1848
1945
  }> | undefined;
1849
1946
  ai?: {
@@ -1883,6 +1980,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1883
1980
  destinationAddress?: string | undefined;
1884
1981
  allowedDestinationAddresses?: string[] | undefined;
1885
1982
  allowedSenderAddresses?: string[] | undefined;
1983
+ remote?: boolean | undefined;
1886
1984
  }> | undefined;
1887
1985
  mtlsCertificates?: Record<string, string | {
1888
1986
  certificateId: string;
@@ -1975,6 +2073,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1975
2073
  producers?: Record<string, string | {
1976
2074
  queue: string;
1977
2075
  remote?: boolean | undefined;
2076
+ deliveryDelay?: number | undefined;
1978
2077
  }> | undefined;
1979
2078
  consumers?: {
1980
2079
  queue: string;
@@ -1984,6 +2083,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1984
2083
  deadLetterQueue?: string | undefined;
1985
2084
  maxConcurrency?: number | undefined;
1986
2085
  retryDelay?: number | undefined;
2086
+ visibilityTimeoutMs?: number | undefined;
1987
2087
  }[] | undefined;
1988
2088
  } | undefined;
1989
2089
  rateLimits?: Record<string, {
@@ -2006,6 +2106,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2006
2106
  environment?: string;
2007
2107
  entrypoint?: string;
2008
2108
  remote?: boolean;
2109
+ props?: Record<string, unknown>;
2009
2110
  __ref?: unknown;
2010
2111
  }> | undefined;
2011
2112
  ai?: {
@@ -2045,6 +2146,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2045
2146
  destinationAddress?: string | undefined;
2046
2147
  allowedDestinationAddresses?: string[] | undefined;
2047
2148
  allowedSenderAddresses?: string[] | undefined;
2149
+ remote?: boolean | undefined;
2048
2150
  }> | undefined;
2049
2151
  mtlsCertificates?: Record<string, string | {
2050
2152
  certificateId: string;
@@ -2132,6 +2234,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2132
2234
  readonly baseDir: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
2133
2235
  readonly preserveFileNames: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
2134
2236
  readonly logpush: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
2237
+ readonly complianceRegion: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<["public", "fedramp_high"]>>>;
2238
+ readonly workersDev: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
2135
2239
  readonly uploadSourceMaps: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
2136
2240
  readonly keepVars: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
2137
2241
  readonly tailConsumers: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
@@ -2144,6 +2248,16 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2144
2248
  service: string;
2145
2249
  environment?: string | undefined;
2146
2250
  }>]>, "many">>>;
2251
+ readonly streamingTailConsumers: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
2252
+ service: import("zod").ZodString;
2253
+ environment: import("zod").ZodOptional<import("zod").ZodString>;
2254
+ }, "strict", import("zod").ZodTypeAny, {
2255
+ service: string;
2256
+ environment?: string | undefined;
2257
+ }, {
2258
+ service: string;
2259
+ environment?: string | undefined;
2260
+ }>]>, "many">>>;
2147
2261
  readonly vars: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<unknown, import("zod").ZodTypeDef, unknown>>>>;
2148
2262
  readonly secrets: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
2149
2263
  required: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
@@ -2157,26 +2271,36 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2157
2271
  zone_name: import("zod").ZodOptional<import("zod").ZodString>;
2158
2272
  zone_id: import("zod").ZodOptional<import("zod").ZodString>;
2159
2273
  custom_domain: import("zod").ZodOptional<import("zod").ZodBoolean>;
2274
+ enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
2275
+ previews_enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
2160
2276
  }, "strip", import("zod").ZodTypeAny, {
2161
2277
  pattern: string;
2162
2278
  zone_name?: string | undefined;
2163
2279
  zone_id?: string | undefined;
2164
2280
  custom_domain?: boolean | undefined;
2281
+ enabled?: boolean | undefined;
2282
+ previews_enabled?: boolean | undefined;
2165
2283
  }, {
2166
2284
  pattern: string;
2167
2285
  zone_name?: string | undefined;
2168
2286
  zone_id?: string | undefined;
2169
2287
  custom_domain?: boolean | undefined;
2288
+ enabled?: boolean | undefined;
2289
+ previews_enabled?: boolean | undefined;
2170
2290
  }>, {
2171
2291
  pattern: string;
2172
2292
  zone_name?: string | undefined;
2173
2293
  zone_id?: string | undefined;
2174
2294
  custom_domain?: boolean | undefined;
2295
+ enabled?: boolean | undefined;
2296
+ previews_enabled?: boolean | undefined;
2175
2297
  }, {
2176
2298
  pattern: string;
2177
2299
  zone_name?: string | undefined;
2178
2300
  zone_id?: string | undefined;
2179
2301
  custom_domain?: boolean | undefined;
2302
+ enabled?: boolean | undefined;
2303
+ previews_enabled?: boolean | undefined;
2180
2304
  }>, "many">>>;
2181
2305
  readonly assets: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
2182
2306
  directory: import("zod").ZodString;
@@ -2427,6 +2551,11 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2427
2551
  server?: {
2428
2552
  host?: string | undefined;
2429
2553
  port?: number | undefined;
2554
+ https?: boolean | undefined;
2555
+ httpsKeyPath?: string | undefined;
2556
+ httpsCertPath?: string | undefined;
2557
+ inspectorPort?: number | undefined;
2558
+ upstream?: string | undefined;
2430
2559
  } | undefined;
2431
2560
  files?: {
2432
2561
  fetch?: string | false | undefined;
@@ -2477,6 +2606,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2477
2606
  producers?: Record<string, string | {
2478
2607
  queue: string;
2479
2608
  remote?: boolean | undefined;
2609
+ deliveryDelay?: number | undefined;
2480
2610
  }> | undefined;
2481
2611
  consumers?: {
2482
2612
  queue: string;
@@ -2486,6 +2616,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2486
2616
  deadLetterQueue?: string | undefined;
2487
2617
  maxConcurrency?: number | undefined;
2488
2618
  retryDelay?: number | undefined;
2619
+ visibilityTimeoutMs?: number | undefined;
2489
2620
  }[] | undefined;
2490
2621
  } | undefined;
2491
2622
  rateLimits?: Record<string, {
@@ -2508,6 +2639,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2508
2639
  environment?: string;
2509
2640
  entrypoint?: string;
2510
2641
  remote?: boolean;
2642
+ props?: Record<string, unknown>;
2511
2643
  __ref?: unknown;
2512
2644
  }> | undefined;
2513
2645
  ai?: {
@@ -2547,6 +2679,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2547
2679
  destinationAddress?: string | undefined;
2548
2680
  allowedDestinationAddresses?: string[] | undefined;
2549
2681
  allowedSenderAddresses?: string[] | undefined;
2682
+ remote?: boolean | undefined;
2550
2683
  }> | undefined;
2551
2684
  mtlsCertificates?: Record<string, string | {
2552
2685
  certificateId: string;
@@ -2618,12 +2751,18 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2618
2751
  baseDir?: string | undefined;
2619
2752
  preserveFileNames?: boolean | undefined;
2620
2753
  logpush?: boolean | undefined;
2754
+ complianceRegion?: "fedramp_high" | "public" | undefined;
2755
+ workersDev?: boolean | undefined;
2621
2756
  uploadSourceMaps?: boolean | undefined;
2622
2757
  keepVars?: boolean | undefined;
2623
2758
  tailConsumers?: (string | {
2624
2759
  service: string;
2625
2760
  environment?: string | undefined;
2626
2761
  })[] | undefined;
2762
+ streamingTailConsumers?: (string | {
2763
+ service: string;
2764
+ environment?: string | undefined;
2765
+ })[] | undefined;
2627
2766
  vars?: Record<string, unknown> | undefined;
2628
2767
  secrets?: Record<string, {
2629
2768
  required: boolean;
@@ -2633,6 +2772,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2633
2772
  zone_name?: string | undefined;
2634
2773
  zone_id?: string | undefined;
2635
2774
  custom_domain?: boolean | undefined;
2775
+ enabled?: boolean | undefined;
2776
+ previews_enabled?: boolean | undefined;
2636
2777
  }[] | undefined;
2637
2778
  assets?: {
2638
2779
  directory: string;
@@ -2719,6 +2860,11 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2719
2860
  server?: {
2720
2861
  host?: string | undefined;
2721
2862
  port?: number | undefined;
2863
+ https?: boolean | undefined;
2864
+ httpsKeyPath?: string | undefined;
2865
+ httpsCertPath?: string | undefined;
2866
+ inspectorPort?: number | undefined;
2867
+ upstream?: string | undefined;
2722
2868
  } | undefined;
2723
2869
  files?: {
2724
2870
  fetch?: string | false | undefined;
@@ -2769,6 +2915,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2769
2915
  producers?: Record<string, string | {
2770
2916
  queue: string;
2771
2917
  remote?: boolean | undefined;
2918
+ deliveryDelay?: number | undefined;
2772
2919
  }> | undefined;
2773
2920
  consumers?: {
2774
2921
  queue: string;
@@ -2778,6 +2925,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2778
2925
  deadLetterQueue?: string | undefined;
2779
2926
  maxConcurrency?: number | undefined;
2780
2927
  retryDelay?: number | undefined;
2928
+ visibilityTimeoutMs?: number | undefined;
2781
2929
  }[] | undefined;
2782
2930
  } | undefined;
2783
2931
  rateLimits?: Record<string, {
@@ -2800,6 +2948,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2800
2948
  environment?: string;
2801
2949
  entrypoint?: string;
2802
2950
  remote?: boolean;
2951
+ props?: Record<string, unknown>;
2803
2952
  __ref?: unknown;
2804
2953
  }> | undefined;
2805
2954
  ai?: {
@@ -2839,6 +2988,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2839
2988
  destinationAddress?: string | undefined;
2840
2989
  allowedDestinationAddresses?: string[] | undefined;
2841
2990
  allowedSenderAddresses?: string[] | undefined;
2991
+ remote?: boolean | undefined;
2842
2992
  }> | undefined;
2843
2993
  mtlsCertificates?: Record<string, string | {
2844
2994
  certificateId: string;
@@ -2910,12 +3060,18 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2910
3060
  baseDir?: string | undefined;
2911
3061
  preserveFileNames?: boolean | undefined;
2912
3062
  logpush?: boolean | undefined;
3063
+ complianceRegion?: "fedramp_high" | "public" | undefined;
3064
+ workersDev?: boolean | undefined;
2913
3065
  uploadSourceMaps?: boolean | undefined;
2914
3066
  keepVars?: boolean | undefined;
2915
3067
  tailConsumers?: (string | {
2916
3068
  service: string;
2917
3069
  environment?: string | undefined;
2918
3070
  })[] | undefined;
3071
+ streamingTailConsumers?: (string | {
3072
+ service: string;
3073
+ environment?: string | undefined;
3074
+ })[] | undefined;
2919
3075
  vars?: Record<string, unknown> | undefined;
2920
3076
  secrets?: Record<string, {
2921
3077
  required?: boolean | undefined;
@@ -2925,6 +3081,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2925
3081
  zone_name?: string | undefined;
2926
3082
  zone_id?: string | undefined;
2927
3083
  custom_domain?: boolean | undefined;
3084
+ enabled?: boolean | undefined;
3085
+ previews_enabled?: boolean | undefined;
2928
3086
  }[] | undefined;
2929
3087
  assets?: {
2930
3088
  directory: string;
@@ -3013,6 +3171,11 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3013
3171
  server?: {
3014
3172
  host?: string | undefined;
3015
3173
  port?: number | undefined;
3174
+ https?: boolean | undefined;
3175
+ httpsKeyPath?: string | undefined;
3176
+ httpsCertPath?: string | undefined;
3177
+ inspectorPort?: number | undefined;
3178
+ upstream?: string | undefined;
3016
3179
  } | undefined;
3017
3180
  files?: {
3018
3181
  fetch?: string | false | undefined;
@@ -3063,6 +3226,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3063
3226
  producers?: Record<string, string | {
3064
3227
  queue: string;
3065
3228
  remote?: boolean | undefined;
3229
+ deliveryDelay?: number | undefined;
3066
3230
  }> | undefined;
3067
3231
  consumers?: {
3068
3232
  queue: string;
@@ -3072,6 +3236,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3072
3236
  deadLetterQueue?: string | undefined;
3073
3237
  maxConcurrency?: number | undefined;
3074
3238
  retryDelay?: number | undefined;
3239
+ visibilityTimeoutMs?: number | undefined;
3075
3240
  }[] | undefined;
3076
3241
  } | undefined;
3077
3242
  rateLimits?: Record<string, {
@@ -3094,6 +3259,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3094
3259
  environment?: string;
3095
3260
  entrypoint?: string;
3096
3261
  remote?: boolean;
3262
+ props?: Record<string, unknown>;
3097
3263
  __ref?: unknown;
3098
3264
  }> | undefined;
3099
3265
  ai?: {
@@ -3133,6 +3299,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3133
3299
  destinationAddress?: string | undefined;
3134
3300
  allowedDestinationAddresses?: string[] | undefined;
3135
3301
  allowedSenderAddresses?: string[] | undefined;
3302
+ remote?: boolean | undefined;
3136
3303
  }> | undefined;
3137
3304
  mtlsCertificates?: Record<string, string | {
3138
3305
  certificateId: string;
@@ -3204,12 +3371,18 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3204
3371
  baseDir?: string | undefined;
3205
3372
  preserveFileNames?: boolean | undefined;
3206
3373
  logpush?: boolean | undefined;
3374
+ complianceRegion?: "fedramp_high" | "public" | undefined;
3375
+ workersDev?: boolean | undefined;
3207
3376
  uploadSourceMaps?: boolean | undefined;
3208
3377
  keepVars?: boolean | undefined;
3209
3378
  tailConsumers?: (string | {
3210
3379
  service: string;
3211
3380
  environment?: string | undefined;
3212
3381
  })[] | undefined;
3382
+ streamingTailConsumers?: (string | {
3383
+ service: string;
3384
+ environment?: string | undefined;
3385
+ })[] | undefined;
3213
3386
  vars?: Record<string, unknown> | undefined;
3214
3387
  secrets?: Record<string, {
3215
3388
  required: boolean;
@@ -3219,6 +3392,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3219
3392
  zone_name?: string | undefined;
3220
3393
  zone_id?: string | undefined;
3221
3394
  custom_domain?: boolean | undefined;
3395
+ enabled?: boolean | undefined;
3396
+ previews_enabled?: boolean | undefined;
3222
3397
  }[] | undefined;
3223
3398
  wsRoutes?: {
3224
3399
  pattern: string;
@@ -3311,6 +3486,11 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3311
3486
  server?: {
3312
3487
  host?: string | undefined;
3313
3488
  port?: number | undefined;
3489
+ https?: boolean | undefined;
3490
+ httpsKeyPath?: string | undefined;
3491
+ httpsCertPath?: string | undefined;
3492
+ inspectorPort?: number | undefined;
3493
+ upstream?: string | undefined;
3314
3494
  } | undefined;
3315
3495
  files?: {
3316
3496
  fetch?: string | false | undefined;
@@ -3361,6 +3541,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3361
3541
  producers?: Record<string, string | {
3362
3542
  queue: string;
3363
3543
  remote?: boolean | undefined;
3544
+ deliveryDelay?: number | undefined;
3364
3545
  }> | undefined;
3365
3546
  consumers?: {
3366
3547
  queue: string;
@@ -3370,6 +3551,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3370
3551
  deadLetterQueue?: string | undefined;
3371
3552
  maxConcurrency?: number | undefined;
3372
3553
  retryDelay?: number | undefined;
3554
+ visibilityTimeoutMs?: number | undefined;
3373
3555
  }[] | undefined;
3374
3556
  } | undefined;
3375
3557
  rateLimits?: Record<string, {
@@ -3392,6 +3574,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3392
3574
  environment?: string;
3393
3575
  entrypoint?: string;
3394
3576
  remote?: boolean;
3577
+ props?: Record<string, unknown>;
3395
3578
  __ref?: unknown;
3396
3579
  }> | undefined;
3397
3580
  ai?: {
@@ -3431,6 +3614,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3431
3614
  destinationAddress?: string | undefined;
3432
3615
  allowedDestinationAddresses?: string[] | undefined;
3433
3616
  allowedSenderAddresses?: string[] | undefined;
3617
+ remote?: boolean | undefined;
3434
3618
  }> | undefined;
3435
3619
  mtlsCertificates?: Record<string, string | {
3436
3620
  certificateId: string;
@@ -3502,12 +3686,18 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3502
3686
  baseDir?: string | undefined;
3503
3687
  preserveFileNames?: boolean | undefined;
3504
3688
  logpush?: boolean | undefined;
3689
+ complianceRegion?: "fedramp_high" | "public" | undefined;
3690
+ workersDev?: boolean | undefined;
3505
3691
  uploadSourceMaps?: boolean | undefined;
3506
3692
  keepVars?: boolean | undefined;
3507
3693
  tailConsumers?: (string | {
3508
3694
  service: string;
3509
3695
  environment?: string | undefined;
3510
3696
  })[] | undefined;
3697
+ streamingTailConsumers?: (string | {
3698
+ service: string;
3699
+ environment?: string | undefined;
3700
+ })[] | undefined;
3511
3701
  vars?: Record<string, unknown> | undefined;
3512
3702
  secrets?: Record<string, {
3513
3703
  required: boolean;
@@ -3517,6 +3707,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3517
3707
  zone_name?: string | undefined;
3518
3708
  zone_id?: string | undefined;
3519
3709
  custom_domain?: boolean | undefined;
3710
+ enabled?: boolean | undefined;
3711
+ previews_enabled?: boolean | undefined;
3520
3712
  }[] | undefined;
3521
3713
  assets?: {
3522
3714
  directory: string;
@@ -3605,6 +3797,11 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3605
3797
  server?: {
3606
3798
  host?: string | undefined;
3607
3799
  port?: number | undefined;
3800
+ https?: boolean | undefined;
3801
+ httpsKeyPath?: string | undefined;
3802
+ httpsCertPath?: string | undefined;
3803
+ inspectorPort?: number | undefined;
3804
+ upstream?: string | undefined;
3608
3805
  } | undefined;
3609
3806
  files?: {
3610
3807
  fetch?: string | false | undefined;
@@ -3655,6 +3852,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3655
3852
  producers?: Record<string, string | {
3656
3853
  queue: string;
3657
3854
  remote?: boolean | undefined;
3855
+ deliveryDelay?: number | undefined;
3658
3856
  }> | undefined;
3659
3857
  consumers?: {
3660
3858
  queue: string;
@@ -3664,6 +3862,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3664
3862
  deadLetterQueue?: string | undefined;
3665
3863
  maxConcurrency?: number | undefined;
3666
3864
  retryDelay?: number | undefined;
3865
+ visibilityTimeoutMs?: number | undefined;
3667
3866
  }[] | undefined;
3668
3867
  } | undefined;
3669
3868
  rateLimits?: Record<string, {
@@ -3686,6 +3885,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3686
3885
  environment?: string;
3687
3886
  entrypoint?: string;
3688
3887
  remote?: boolean;
3888
+ props?: Record<string, unknown>;
3689
3889
  __ref?: unknown;
3690
3890
  }> | undefined;
3691
3891
  ai?: {
@@ -3725,6 +3925,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3725
3925
  destinationAddress?: string | undefined;
3726
3926
  allowedDestinationAddresses?: string[] | undefined;
3727
3927
  allowedSenderAddresses?: string[] | undefined;
3928
+ remote?: boolean | undefined;
3728
3929
  }> | undefined;
3729
3930
  mtlsCertificates?: Record<string, string | {
3730
3931
  certificateId: string;
@@ -3796,12 +3997,18 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3796
3997
  baseDir?: string | undefined;
3797
3998
  preserveFileNames?: boolean | undefined;
3798
3999
  logpush?: boolean | undefined;
4000
+ complianceRegion?: "fedramp_high" | "public" | undefined;
4001
+ workersDev?: boolean | undefined;
3799
4002
  uploadSourceMaps?: boolean | undefined;
3800
4003
  keepVars?: boolean | undefined;
3801
4004
  tailConsumers?: (string | {
3802
4005
  service: string;
3803
4006
  environment?: string | undefined;
3804
4007
  })[] | undefined;
4008
+ streamingTailConsumers?: (string | {
4009
+ service: string;
4010
+ environment?: string | undefined;
4011
+ })[] | undefined;
3805
4012
  vars?: Record<string, unknown> | undefined;
3806
4013
  secrets?: Record<string, {
3807
4014
  required?: boolean | undefined;
@@ -3811,6 +4018,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3811
4018
  zone_name?: string | undefined;
3812
4019
  zone_id?: string | undefined;
3813
4020
  custom_domain?: boolean | undefined;
4021
+ enabled?: boolean | undefined;
4022
+ previews_enabled?: boolean | undefined;
3814
4023
  }[] | undefined;
3815
4024
  wsRoutes?: {
3816
4025
  pattern: string;
@@ -3903,6 +4112,11 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3903
4112
  server?: {
3904
4113
  host?: string | undefined;
3905
4114
  port?: number | undefined;
4115
+ https?: boolean | undefined;
4116
+ httpsKeyPath?: string | undefined;
4117
+ httpsCertPath?: string | undefined;
4118
+ inspectorPort?: number | undefined;
4119
+ upstream?: string | undefined;
3906
4120
  } | undefined;
3907
4121
  files?: {
3908
4122
  fetch?: string | false | undefined;
@@ -3953,6 +4167,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3953
4167
  producers?: Record<string, string | {
3954
4168
  queue: string;
3955
4169
  remote?: boolean | undefined;
4170
+ deliveryDelay?: number | undefined;
3956
4171
  }> | undefined;
3957
4172
  consumers?: {
3958
4173
  queue: string;
@@ -3962,6 +4177,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3962
4177
  deadLetterQueue?: string | undefined;
3963
4178
  maxConcurrency?: number | undefined;
3964
4179
  retryDelay?: number | undefined;
4180
+ visibilityTimeoutMs?: number | undefined;
3965
4181
  }[] | undefined;
3966
4182
  } | undefined;
3967
4183
  rateLimits?: Record<string, {
@@ -3984,6 +4200,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3984
4200
  environment?: string;
3985
4201
  entrypoint?: string;
3986
4202
  remote?: boolean;
4203
+ props?: Record<string, unknown>;
3987
4204
  __ref?: unknown;
3988
4205
  }> | undefined;
3989
4206
  ai?: {
@@ -4023,6 +4240,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4023
4240
  destinationAddress?: string | undefined;
4024
4241
  allowedDestinationAddresses?: string[] | undefined;
4025
4242
  allowedSenderAddresses?: string[] | undefined;
4243
+ remote?: boolean | undefined;
4026
4244
  }> | undefined;
4027
4245
  mtlsCertificates?: Record<string, string | {
4028
4246
  certificateId: string;
@@ -4094,12 +4312,18 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4094
4312
  baseDir?: string | undefined;
4095
4313
  preserveFileNames?: boolean | undefined;
4096
4314
  logpush?: boolean | undefined;
4315
+ complianceRegion?: "fedramp_high" | "public" | undefined;
4316
+ workersDev?: boolean | undefined;
4097
4317
  uploadSourceMaps?: boolean | undefined;
4098
4318
  keepVars?: boolean | undefined;
4099
4319
  tailConsumers?: (string | {
4100
4320
  service: string;
4101
4321
  environment?: string | undefined;
4102
4322
  })[] | undefined;
4323
+ streamingTailConsumers?: (string | {
4324
+ service: string;
4325
+ environment?: string | undefined;
4326
+ })[] | undefined;
4103
4327
  vars?: Record<string, unknown> | undefined;
4104
4328
  secrets?: Record<string, {
4105
4329
  required?: boolean | undefined;
@@ -4109,6 +4333,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4109
4333
  zone_name?: string | undefined;
4110
4334
  zone_id?: string | undefined;
4111
4335
  custom_domain?: boolean | undefined;
4336
+ enabled?: boolean | undefined;
4337
+ previews_enabled?: boolean | undefined;
4112
4338
  }[] | undefined;
4113
4339
  assets?: {
4114
4340
  directory: string;
@@ -4197,6 +4423,11 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4197
4423
  server?: {
4198
4424
  host?: string | undefined;
4199
4425
  port?: number | undefined;
4426
+ https?: boolean | undefined;
4427
+ httpsKeyPath?: string | undefined;
4428
+ httpsCertPath?: string | undefined;
4429
+ inspectorPort?: number | undefined;
4430
+ upstream?: string | undefined;
4200
4431
  } | undefined;
4201
4432
  files?: {
4202
4433
  fetch?: string | false | undefined;
@@ -4247,6 +4478,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4247
4478
  producers?: Record<string, string | {
4248
4479
  queue: string;
4249
4480
  remote?: boolean | undefined;
4481
+ deliveryDelay?: number | undefined;
4250
4482
  }> | undefined;
4251
4483
  consumers?: {
4252
4484
  queue: string;
@@ -4256,6 +4488,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4256
4488
  deadLetterQueue?: string | undefined;
4257
4489
  maxConcurrency?: number | undefined;
4258
4490
  retryDelay?: number | undefined;
4491
+ visibilityTimeoutMs?: number | undefined;
4259
4492
  }[] | undefined;
4260
4493
  } | undefined;
4261
4494
  rateLimits?: Record<string, {
@@ -4278,6 +4511,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4278
4511
  environment?: string;
4279
4512
  entrypoint?: string;
4280
4513
  remote?: boolean;
4514
+ props?: Record<string, unknown>;
4281
4515
  __ref?: unknown;
4282
4516
  }> | undefined;
4283
4517
  ai?: {
@@ -4317,6 +4551,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4317
4551
  destinationAddress?: string | undefined;
4318
4552
  allowedDestinationAddresses?: string[] | undefined;
4319
4553
  allowedSenderAddresses?: string[] | undefined;
4554
+ remote?: boolean | undefined;
4320
4555
  }> | undefined;
4321
4556
  mtlsCertificates?: Record<string, string | {
4322
4557
  certificateId: string;
@@ -4388,12 +4623,18 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4388
4623
  baseDir?: string | undefined;
4389
4624
  preserveFileNames?: boolean | undefined;
4390
4625
  logpush?: boolean | undefined;
4626
+ complianceRegion?: "fedramp_high" | "public" | undefined;
4627
+ workersDev?: boolean | undefined;
4391
4628
  uploadSourceMaps?: boolean | undefined;
4392
4629
  keepVars?: boolean | undefined;
4393
4630
  tailConsumers?: (string | {
4394
4631
  service: string;
4395
4632
  environment?: string | undefined;
4396
4633
  })[] | undefined;
4634
+ streamingTailConsumers?: (string | {
4635
+ service: string;
4636
+ environment?: string | undefined;
4637
+ })[] | undefined;
4397
4638
  vars?: Record<string, unknown> | undefined;
4398
4639
  secrets?: Record<string, {
4399
4640
  required: boolean;
@@ -4403,6 +4644,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4403
4644
  zone_name?: string | undefined;
4404
4645
  zone_id?: string | undefined;
4405
4646
  custom_domain?: boolean | undefined;
4647
+ enabled?: boolean | undefined;
4648
+ previews_enabled?: boolean | undefined;
4406
4649
  }[] | undefined;
4407
4650
  wsRoutes?: {
4408
4651
  pattern: string;
@@ -4495,6 +4738,11 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4495
4738
  server?: {
4496
4739
  host?: string | undefined;
4497
4740
  port?: number | undefined;
4741
+ https?: boolean | undefined;
4742
+ httpsKeyPath?: string | undefined;
4743
+ httpsCertPath?: string | undefined;
4744
+ inspectorPort?: number | undefined;
4745
+ upstream?: string | undefined;
4498
4746
  } | undefined;
4499
4747
  files?: {
4500
4748
  fetch?: string | false | undefined;
@@ -4545,6 +4793,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4545
4793
  producers?: Record<string, string | {
4546
4794
  queue: string;
4547
4795
  remote?: boolean | undefined;
4796
+ deliveryDelay?: number | undefined;
4548
4797
  }> | undefined;
4549
4798
  consumers?: {
4550
4799
  queue: string;
@@ -4554,6 +4803,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4554
4803
  deadLetterQueue?: string | undefined;
4555
4804
  maxConcurrency?: number | undefined;
4556
4805
  retryDelay?: number | undefined;
4806
+ visibilityTimeoutMs?: number | undefined;
4557
4807
  }[] | undefined;
4558
4808
  } | undefined;
4559
4809
  rateLimits?: Record<string, {
@@ -4576,6 +4826,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4576
4826
  environment?: string;
4577
4827
  entrypoint?: string;
4578
4828
  remote?: boolean;
4829
+ props?: Record<string, unknown>;
4579
4830
  __ref?: unknown;
4580
4831
  }> | undefined;
4581
4832
  ai?: {
@@ -4615,6 +4866,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4615
4866
  destinationAddress?: string | undefined;
4616
4867
  allowedDestinationAddresses?: string[] | undefined;
4617
4868
  allowedSenderAddresses?: string[] | undefined;
4869
+ remote?: boolean | undefined;
4618
4870
  }> | undefined;
4619
4871
  mtlsCertificates?: Record<string, string | {
4620
4872
  certificateId: string;
@@ -4686,12 +4938,18 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4686
4938
  baseDir?: string | undefined;
4687
4939
  preserveFileNames?: boolean | undefined;
4688
4940
  logpush?: boolean | undefined;
4941
+ complianceRegion?: "fedramp_high" | "public" | undefined;
4942
+ workersDev?: boolean | undefined;
4689
4943
  uploadSourceMaps?: boolean | undefined;
4690
4944
  keepVars?: boolean | undefined;
4691
4945
  tailConsumers?: (string | {
4692
4946
  service: string;
4693
4947
  environment?: string | undefined;
4694
4948
  })[] | undefined;
4949
+ streamingTailConsumers?: (string | {
4950
+ service: string;
4951
+ environment?: string | undefined;
4952
+ })[] | undefined;
4695
4953
  vars?: Record<string, unknown> | undefined;
4696
4954
  secrets?: Record<string, {
4697
4955
  required: boolean;
@@ -4701,6 +4959,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4701
4959
  zone_name?: string | undefined;
4702
4960
  zone_id?: string | undefined;
4703
4961
  custom_domain?: boolean | undefined;
4962
+ enabled?: boolean | undefined;
4963
+ previews_enabled?: boolean | undefined;
4704
4964
  }[] | undefined;
4705
4965
  assets?: {
4706
4966
  directory: string;
@@ -4789,6 +5049,11 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4789
5049
  server?: {
4790
5050
  host?: string | undefined;
4791
5051
  port?: number | undefined;
5052
+ https?: boolean | undefined;
5053
+ httpsKeyPath?: string | undefined;
5054
+ httpsCertPath?: string | undefined;
5055
+ inspectorPort?: number | undefined;
5056
+ upstream?: string | undefined;
4792
5057
  } | undefined;
4793
5058
  files?: {
4794
5059
  fetch?: string | false | undefined;
@@ -4839,6 +5104,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4839
5104
  producers?: Record<string, string | {
4840
5105
  queue: string;
4841
5106
  remote?: boolean | undefined;
5107
+ deliveryDelay?: number | undefined;
4842
5108
  }> | undefined;
4843
5109
  consumers?: {
4844
5110
  queue: string;
@@ -4848,6 +5114,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4848
5114
  deadLetterQueue?: string | undefined;
4849
5115
  maxConcurrency?: number | undefined;
4850
5116
  retryDelay?: number | undefined;
5117
+ visibilityTimeoutMs?: number | undefined;
4851
5118
  }[] | undefined;
4852
5119
  } | undefined;
4853
5120
  rateLimits?: Record<string, {
@@ -4870,6 +5137,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4870
5137
  environment?: string;
4871
5138
  entrypoint?: string;
4872
5139
  remote?: boolean;
5140
+ props?: Record<string, unknown>;
4873
5141
  __ref?: unknown;
4874
5142
  }> | undefined;
4875
5143
  ai?: {
@@ -4909,6 +5177,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4909
5177
  destinationAddress?: string | undefined;
4910
5178
  allowedDestinationAddresses?: string[] | undefined;
4911
5179
  allowedSenderAddresses?: string[] | undefined;
5180
+ remote?: boolean | undefined;
4912
5181
  }> | undefined;
4913
5182
  mtlsCertificates?: Record<string, string | {
4914
5183
  certificateId: string;
@@ -4980,12 +5249,18 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4980
5249
  baseDir?: string | undefined;
4981
5250
  preserveFileNames?: boolean | undefined;
4982
5251
  logpush?: boolean | undefined;
5252
+ complianceRegion?: "fedramp_high" | "public" | undefined;
5253
+ workersDev?: boolean | undefined;
4983
5254
  uploadSourceMaps?: boolean | undefined;
4984
5255
  keepVars?: boolean | undefined;
4985
5256
  tailConsumers?: (string | {
4986
5257
  service: string;
4987
5258
  environment?: string | undefined;
4988
5259
  })[] | undefined;
5260
+ streamingTailConsumers?: (string | {
5261
+ service: string;
5262
+ environment?: string | undefined;
5263
+ })[] | undefined;
4989
5264
  vars?: Record<string, unknown> | undefined;
4990
5265
  secrets?: Record<string, {
4991
5266
  required?: boolean | undefined;
@@ -4995,6 +5270,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4995
5270
  zone_name?: string | undefined;
4996
5271
  zone_id?: string | undefined;
4997
5272
  custom_domain?: boolean | undefined;
5273
+ enabled?: boolean | undefined;
5274
+ previews_enabled?: boolean | undefined;
4998
5275
  }[] | undefined;
4999
5276
  wsRoutes?: {
5000
5277
  pattern: string;
@@ -5087,6 +5364,11 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
5087
5364
  server?: {
5088
5365
  host?: string | undefined;
5089
5366
  port?: number | undefined;
5367
+ https?: boolean | undefined;
5368
+ httpsKeyPath?: string | undefined;
5369
+ httpsCertPath?: string | undefined;
5370
+ inspectorPort?: number | undefined;
5371
+ upstream?: string | undefined;
5090
5372
  } | undefined;
5091
5373
  files?: {
5092
5374
  fetch?: string | false | undefined;
@@ -5137,6 +5419,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
5137
5419
  producers?: Record<string, string | {
5138
5420
  queue: string;
5139
5421
  remote?: boolean | undefined;
5422
+ deliveryDelay?: number | undefined;
5140
5423
  }> | undefined;
5141
5424
  consumers?: {
5142
5425
  queue: string;
@@ -5146,6 +5429,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
5146
5429
  deadLetterQueue?: string | undefined;
5147
5430
  maxConcurrency?: number | undefined;
5148
5431
  retryDelay?: number | undefined;
5432
+ visibilityTimeoutMs?: number | undefined;
5149
5433
  }[] | undefined;
5150
5434
  } | undefined;
5151
5435
  rateLimits?: Record<string, {
@@ -5168,6 +5452,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
5168
5452
  environment?: string;
5169
5453
  entrypoint?: string;
5170
5454
  remote?: boolean;
5455
+ props?: Record<string, unknown>;
5171
5456
  __ref?: unknown;
5172
5457
  }> | undefined;
5173
5458
  ai?: {
@@ -5207,6 +5492,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
5207
5492
  destinationAddress?: string | undefined;
5208
5493
  allowedDestinationAddresses?: string[] | undefined;
5209
5494
  allowedSenderAddresses?: string[] | undefined;
5495
+ remote?: boolean | undefined;
5210
5496
  }> | undefined;
5211
5497
  mtlsCertificates?: Record<string, string | {
5212
5498
  certificateId: string;
@@ -5278,12 +5564,18 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
5278
5564
  baseDir?: string | undefined;
5279
5565
  preserveFileNames?: boolean | undefined;
5280
5566
  logpush?: boolean | undefined;
5567
+ complianceRegion?: "fedramp_high" | "public" | undefined;
5568
+ workersDev?: boolean | undefined;
5281
5569
  uploadSourceMaps?: boolean | undefined;
5282
5570
  keepVars?: boolean | undefined;
5283
5571
  tailConsumers?: (string | {
5284
5572
  service: string;
5285
5573
  environment?: string | undefined;
5286
5574
  })[] | undefined;
5575
+ streamingTailConsumers?: (string | {
5576
+ service: string;
5577
+ environment?: string | undefined;
5578
+ })[] | undefined;
5287
5579
  vars?: Record<string, unknown> | undefined;
5288
5580
  secrets?: Record<string, {
5289
5581
  required?: boolean | undefined;
@@ -5293,6 +5585,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
5293
5585
  zone_name?: string | undefined;
5294
5586
  zone_id?: string | undefined;
5295
5587
  custom_domain?: boolean | undefined;
5588
+ enabled?: boolean | undefined;
5589
+ previews_enabled?: boolean | undefined;
5296
5590
  }[] | undefined;
5297
5591
  assets?: {
5298
5592
  directory: string;