devflare 1.0.0-next.42 → 1.0.0-next.44

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 (78) hide show
  1. package/LLM.md +1342 -1
  2. package/dist/_chunks/{account-BtWcv3X9.js → account-Cdo_cRNv.js} +1 -1
  3. package/dist/_chunks/{build-D1l6a5Il.js → build-MzQbenXE.js} +1 -1
  4. package/dist/_chunks/{build-artifacts-BUaq16e4.js → build-artifacts-tD45Rwmx.js} +4 -4
  5. package/dist/_chunks/{cli-CgFqrDZd.js → cli-BiDDz-RY.js} +12 -12
  6. package/dist/_chunks/{command-utils-BsfkmTqh.js → command-utils-C48hJMln.js} +1 -1
  7. package/dist/_chunks/{compiler-uoyAQ8zW.js → compiler-Dc97FkBg.js} +80 -15
  8. package/dist/_chunks/{config-D5u-bEkn.js → config-DQ_uWv37.js} +3 -3
  9. package/dist/_chunks/{config-path-DCPto4XB.js → config-path-ePwIvHNX.js} +1 -1
  10. package/dist/_chunks/{deploy-DIDoW5u1.js → deploy-BmtstRbc.js} +6 -6
  11. package/dist/_chunks/{dev-BTSSETUX.js → dev-wVHYCbZF.js} +19 -10
  12. package/dist/_chunks/{doctor-C0g8X36G.js → doctor-lFlh-olK.js} +2 -2
  13. package/dist/_chunks/{family-DXC5SdFK.js → family-Dfb9VR9g.js} +1 -1
  14. package/dist/_chunks/{loader-DLXO60RO.js → loader-RZhqzsRJ.js} +4 -4
  15. package/dist/_chunks/{local-secrets-DMmEOygL.js → local-secrets-DMPkmOn3.js} +1 -1
  16. package/dist/_chunks/{local-workflow-entrypoints-Wip3o1u8.js → local-workflow-entrypoints-Cq_WJajd.js} +1 -1
  17. package/dist/_chunks/{login-BmnDzDlH.js → login-DnyfffOC.js} +1 -1
  18. package/dist/_chunks/{preview-BhqDmq8I.js → preview-C3Cdr8an.js} +9 -3
  19. package/dist/_chunks/{preview-resources-DdXj8LMM.js → preview-resources-xziKCynb.js} +5 -4
  20. package/dist/_chunks/{previews-Dlr13x5M.js → previews-wI-pW6HM.js} +7 -7
  21. package/dist/_chunks/{productions-D3AnOHac.js → productions-BpROdhLN.js} +3 -3
  22. package/dist/_chunks/{routes-BWi7h2xb.js → routes-5OnFhKR2.js} +18 -5
  23. package/dist/_chunks/{schema-normalization-DWVleVxo.js → schema-normalization-BCwTLTGp.js} +196 -13
  24. package/dist/_chunks/{secrets-70eN0Q6C.js → secrets-DIpJGe6C.js} +1 -1
  25. package/dist/_chunks/{types-BgA5Hb4B.js → types-Zn9vyUGA.js} +11 -3
  26. package/dist/_chunks/{vite-BszZvrKL.js → vite-DLUELS0D.js} +5 -5
  27. package/dist/_chunks/{worker-CS1jgNFE.js → worker-rL5udcl9.js} +4 -4
  28. package/dist/bridge/miniflare.d.ts.map +1 -1
  29. package/dist/browser.d.ts +818 -36
  30. package/dist/browser.d.ts.map +1 -1
  31. package/dist/cli/commands/type-generation/generator.d.ts +12 -3
  32. package/dist/cli/commands/type-generation/generator.d.ts.map +1 -1
  33. package/dist/cli/index.js +1 -1
  34. package/dist/config/compiler/bindings.d.ts.map +1 -1
  35. package/dist/config/compiler/do-workers.d.ts.map +1 -1
  36. package/dist/config/compiler/types.d.ts +28 -0
  37. package/dist/config/compiler/types.d.ts.map +1 -1
  38. package/dist/config/deploy-resources.d.ts.map +1 -1
  39. package/dist/config/index.d.ts +1 -1
  40. package/dist/config/index.d.ts.map +1 -1
  41. package/dist/config/preview-resources.d.ts +1 -1
  42. package/dist/config/preview-resources.d.ts.map +1 -1
  43. package/dist/config/preview.d.ts.map +1 -1
  44. package/dist/config/schema-bindings.d.ts +544 -14
  45. package/dist/config/schema-bindings.d.ts.map +1 -1
  46. package/dist/config/schema-env.d.ts +572 -24
  47. package/dist/config/schema-env.d.ts.map +1 -1
  48. package/dist/config/schema-normalization.d.ts +82 -1
  49. package/dist/config/schema-normalization.d.ts.map +1 -1
  50. package/dist/config/schema-types-bindings-platform.d.ts +130 -0
  51. package/dist/config/schema-types-bindings-platform.d.ts.map +1 -1
  52. package/dist/config/schema-types-bindings-resources.d.ts +220 -3
  53. package/dist/config/schema-types-bindings-resources.d.ts.map +1 -1
  54. package/dist/config/schema-types-bindings.d.ts +42 -3
  55. package/dist/config/schema-types-bindings.d.ts.map +1 -1
  56. package/dist/config/schema.d.ts +1035 -57
  57. package/dist/config/schema.d.ts.map +1 -1
  58. package/dist/config-entry.js +1 -1
  59. package/dist/dev-server/miniflare-bindings.d.ts +6 -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 +5 -1
  63. package/dist/dev-server/miniflare-worker-config.d.ts.map +1 -1
  64. package/dist/index.js +4 -4
  65. package/dist/sveltekit/index.js +3 -3
  66. package/dist/test/index.d.ts +1 -1
  67. package/dist/test/index.d.ts.map +1 -1
  68. package/dist/test/index.js +168 -10
  69. package/dist/test/offline-bindings.d.ts +5 -3
  70. package/dist/test/offline-bindings.d.ts.map +1 -1
  71. package/dist/test/resolve-service-bindings.d.ts.map +1 -1
  72. package/dist/test/simple-context-mfconfig.d.ts.map +1 -1
  73. package/dist/test/utilities/stream-flagship.d.ts +27 -0
  74. package/dist/test/utilities/stream-flagship.d.ts.map +1 -0
  75. package/dist/test/utilities.d.ts +1 -0
  76. package/dist/test/utilities.d.ts.map +1 -1
  77. package/dist/vite/index.js +1 -1
  78. package/package.json +1 -1
@@ -94,35 +94,95 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
94
94
  }>>>;
95
95
  readonly bindings: z.ZodOptional<z.ZodOptional<z.ZodObject<{
96
96
  kv: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
97
+ previewId: z.ZodOptional<z.ZodString>;
98
+ remote: z.ZodOptional<z.ZodBoolean>;
97
99
  id: z.ZodString;
98
100
  }, "strict", z.ZodTypeAny, {
101
+ previewId?: string | undefined;
102
+ remote?: boolean | undefined;
99
103
  id: string;
100
104
  }, {
105
+ previewId?: string | undefined;
106
+ remote?: boolean | undefined;
101
107
  id: string;
102
108
  }>, z.ZodObject<{
109
+ previewId: z.ZodOptional<z.ZodString>;
110
+ remote: z.ZodOptional<z.ZodBoolean>;
103
111
  name: z.ZodString;
104
112
  }, "strict", z.ZodTypeAny, {
113
+ previewId?: string | undefined;
114
+ remote?: boolean | undefined;
105
115
  name: string;
106
116
  }, {
117
+ previewId?: string | undefined;
118
+ remote?: boolean | undefined;
107
119
  name: string;
108
120
  }>]>>>;
109
121
  d1: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
122
+ previewDatabaseId: z.ZodOptional<z.ZodString>;
123
+ migrationsTable: z.ZodOptional<z.ZodString>;
124
+ migrationsDir: z.ZodOptional<z.ZodString>;
125
+ remote: z.ZodOptional<z.ZodBoolean>;
110
126
  id: z.ZodString;
111
127
  }, "strict", z.ZodTypeAny, {
128
+ previewDatabaseId?: string | undefined;
129
+ migrationsTable?: string | undefined;
130
+ migrationsDir?: string | undefined;
131
+ remote?: boolean | undefined;
112
132
  id: string;
113
133
  }, {
134
+ previewDatabaseId?: string | undefined;
135
+ migrationsTable?: string | undefined;
136
+ migrationsDir?: string | undefined;
137
+ remote?: boolean | undefined;
114
138
  id: string;
115
139
  }>, z.ZodObject<{
140
+ previewDatabaseId: z.ZodOptional<z.ZodString>;
141
+ migrationsTable: z.ZodOptional<z.ZodString>;
142
+ migrationsDir: z.ZodOptional<z.ZodString>;
143
+ remote: z.ZodOptional<z.ZodBoolean>;
116
144
  name: z.ZodString;
117
145
  }, "strict", z.ZodTypeAny, {
146
+ previewDatabaseId?: string | undefined;
147
+ migrationsTable?: string | undefined;
148
+ migrationsDir?: string | undefined;
149
+ remote?: boolean | undefined;
118
150
  name: string;
119
151
  }, {
152
+ previewDatabaseId?: string | undefined;
153
+ migrationsTable?: string | undefined;
154
+ migrationsDir?: string | undefined;
155
+ remote?: boolean | undefined;
120
156
  name: string;
121
157
  }>]>>>;
122
- r2: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
158
+ r2: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
159
+ bucketName: z.ZodString;
160
+ previewBucketName: z.ZodOptional<z.ZodString>;
161
+ jurisdiction: z.ZodOptional<z.ZodString>;
162
+ remote: z.ZodOptional<z.ZodBoolean>;
163
+ }, "strict", z.ZodTypeAny, {
164
+ bucketName: string;
165
+ previewBucketName?: string | undefined;
166
+ jurisdiction?: string | undefined;
167
+ remote?: boolean | undefined;
168
+ }, {
169
+ bucketName: string;
170
+ previewBucketName?: string | undefined;
171
+ jurisdiction?: string | undefined;
172
+ remote?: boolean | undefined;
173
+ }>]>>>;
123
174
  durableObjects: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<import("./schema-bindings.js").DurableObjectBindingInput, z.ZodTypeDef, import("./schema-bindings.js").DurableObjectBindingInput>>>;
124
175
  queues: z.ZodOptional<z.ZodObject<{
125
- producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
176
+ producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
177
+ queue: z.ZodString;
178
+ remote: z.ZodOptional<z.ZodBoolean>;
179
+ }, "strict", z.ZodTypeAny, {
180
+ queue: string;
181
+ remote?: boolean | undefined;
182
+ }, {
183
+ queue: string;
184
+ remote?: boolean | undefined;
185
+ }>]>>>;
126
186
  consumers: z.ZodOptional<z.ZodArray<z.ZodObject<{
127
187
  queue: z.ZodString;
128
188
  maxBatchSize: z.ZodOptional<z.ZodNumber>;
@@ -149,7 +209,10 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
149
209
  retryDelay?: number | undefined;
150
210
  }>, "many">>;
151
211
  }, "strip", z.ZodTypeAny, {
152
- producers?: Record<string, string> | undefined;
212
+ producers?: Record<string, string | {
213
+ queue: string;
214
+ remote?: boolean | undefined;
215
+ }> | undefined;
153
216
  consumers?: {
154
217
  queue: string;
155
218
  maxBatchSize?: number | undefined;
@@ -160,7 +223,10 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
160
223
  retryDelay?: number | undefined;
161
224
  }[] | undefined;
162
225
  }, {
163
- producers?: Record<string, string> | undefined;
226
+ producers?: Record<string, string | {
227
+ queue: string;
228
+ remote?: boolean | undefined;
229
+ }> | undefined;
164
230
  consumers?: {
165
231
  queue: string;
166
232
  maxBatchSize?: number | undefined;
@@ -218,11 +284,13 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
218
284
  service: string;
219
285
  environment?: string;
220
286
  entrypoint?: string;
287
+ remote?: boolean;
221
288
  __ref?: unknown;
222
289
  }, z.ZodTypeDef, {
223
290
  service: string;
224
291
  environment?: string;
225
292
  entrypoint?: string;
293
+ remote?: boolean;
226
294
  __ref?: unknown;
227
295
  }>>>;
228
296
  ai: z.ZodOptional<z.ZodObject<{
@@ -458,21 +526,91 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
458
526
  namespace: string;
459
527
  remote?: boolean | undefined;
460
528
  }>]>>>;
529
+ stream: z.ZodEffects<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
530
+ remote: z.ZodOptional<z.ZodBoolean>;
531
+ }, "strict", z.ZodTypeAny, {
532
+ remote?: boolean | undefined;
533
+ }, {
534
+ remote?: boolean | undefined;
535
+ }>, z.ZodLiteral<true>]>>>, Record<string, true | {
536
+ remote?: boolean | undefined;
537
+ }> | undefined, Record<string, true | {
538
+ remote?: boolean | undefined;
539
+ }> | undefined>;
540
+ vpcServices: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
541
+ serviceId: z.ZodString;
542
+ remote: z.ZodOptional<z.ZodBoolean>;
543
+ }, "strict", z.ZodTypeAny, {
544
+ serviceId: string;
545
+ remote?: boolean | undefined;
546
+ }, {
547
+ serviceId: string;
548
+ remote?: boolean | undefined;
549
+ }>>>;
550
+ vpcNetworks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
551
+ tunnelId: z.ZodString;
552
+ remote: z.ZodOptional<z.ZodBoolean>;
553
+ }, "strict", z.ZodTypeAny, {
554
+ tunnelId: string;
555
+ remote?: boolean | undefined;
556
+ }, {
557
+ tunnelId: string;
558
+ remote?: boolean | undefined;
559
+ }>, z.ZodObject<{
560
+ networkId: z.ZodString;
561
+ remote: z.ZodOptional<z.ZodBoolean>;
562
+ }, "strict", z.ZodTypeAny, {
563
+ networkId: string;
564
+ remote?: boolean | undefined;
565
+ }, {
566
+ networkId: string;
567
+ remote?: boolean | undefined;
568
+ }>]>>>;
569
+ flagship: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
570
+ appId: z.ZodString;
571
+ remote: z.ZodOptional<z.ZodBoolean>;
572
+ }, "strict", z.ZodTypeAny, {
573
+ appId: string;
574
+ remote?: boolean | undefined;
575
+ }, {
576
+ appId: string;
577
+ remote?: boolean | undefined;
578
+ }>>>;
461
579
  }, "strip", z.ZodTypeAny, {
462
580
  kv?: Record<string, string | {
581
+ previewId?: string | undefined;
582
+ remote?: boolean | undefined;
463
583
  id: string;
464
584
  } | {
585
+ previewId?: string | undefined;
586
+ remote?: boolean | undefined;
465
587
  name: string;
466
588
  }> | undefined;
467
589
  d1?: Record<string, string | {
590
+ previewDatabaseId?: string | undefined;
591
+ migrationsTable?: string | undefined;
592
+ migrationsDir?: string | undefined;
593
+ remote?: boolean | undefined;
468
594
  id: string;
469
595
  } | {
596
+ previewDatabaseId?: string | undefined;
597
+ migrationsTable?: string | undefined;
598
+ migrationsDir?: string | undefined;
599
+ remote?: boolean | undefined;
470
600
  name: string;
471
601
  }> | undefined;
472
- r2?: Record<string, string> | undefined;
602
+ r2?: Record<string, string | {
603
+ bucketName: string;
604
+ previewBucketName?: string | undefined;
605
+ jurisdiction?: string | undefined;
606
+ remote?: boolean | undefined;
607
+ }> | undefined;
473
608
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
474
609
  queues?: {
475
- producers?: Record<string, string> | undefined;
610
+ producers?: Record<string, string | {
611
+ queue: string;
612
+ remote?: boolean | undefined;
613
+ }> | undefined;
476
614
  consumers?: {
477
615
  queue: string;
478
616
  maxBatchSize?: number | undefined;
@@ -502,6 +640,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
502
640
  service: string;
503
641
  environment?: string;
504
642
  entrypoint?: string;
643
+ remote?: boolean;
505
644
  __ref?: unknown;
506
645
  }> | undefined;
507
646
  ai?: {
@@ -581,21 +720,59 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
581
720
  namespace: string;
582
721
  remote?: boolean | undefined;
583
722
  }> | undefined;
723
+ stream?: Record<string, true | {
724
+ remote?: boolean | undefined;
725
+ }> | undefined;
726
+ vpcServices?: Record<string, {
727
+ serviceId: string;
728
+ remote?: boolean | undefined;
729
+ }> | undefined;
730
+ vpcNetworks?: Record<string, {
731
+ tunnelId: string;
732
+ remote?: boolean | undefined;
733
+ } | {
734
+ networkId: string;
735
+ remote?: boolean | undefined;
736
+ }> | undefined;
737
+ flagship?: Record<string, {
738
+ appId: string;
739
+ remote?: boolean | undefined;
740
+ }> | undefined;
584
741
  }, {
585
742
  kv?: Record<string, string | {
743
+ previewId?: string | undefined;
744
+ remote?: boolean | undefined;
586
745
  id: string;
587
746
  } | {
747
+ previewId?: string | undefined;
748
+ remote?: boolean | undefined;
588
749
  name: string;
589
750
  }> | undefined;
590
751
  d1?: Record<string, string | {
752
+ previewDatabaseId?: string | undefined;
753
+ migrationsTable?: string | undefined;
754
+ migrationsDir?: string | undefined;
755
+ remote?: boolean | undefined;
591
756
  id: string;
592
757
  } | {
758
+ previewDatabaseId?: string | undefined;
759
+ migrationsTable?: string | undefined;
760
+ migrationsDir?: string | undefined;
761
+ remote?: boolean | undefined;
593
762
  name: string;
594
763
  }> | undefined;
595
- r2?: Record<string, string> | undefined;
764
+ r2?: Record<string, string | {
765
+ bucketName: string;
766
+ previewBucketName?: string | undefined;
767
+ jurisdiction?: string | undefined;
768
+ remote?: boolean | undefined;
769
+ }> | undefined;
596
770
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
597
771
  queues?: {
598
- producers?: Record<string, string> | undefined;
772
+ producers?: Record<string, string | {
773
+ queue: string;
774
+ remote?: boolean | undefined;
775
+ }> | undefined;
599
776
  consumers?: {
600
777
  queue: string;
601
778
  maxBatchSize?: number | undefined;
@@ -625,6 +802,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
625
802
  service: string;
626
803
  environment?: string;
627
804
  entrypoint?: string;
805
+ remote?: boolean;
628
806
  __ref?: unknown;
629
807
  }> | undefined;
630
808
  ai?: {
@@ -704,6 +882,24 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
704
882
  namespace: string;
705
883
  remote?: boolean | undefined;
706
884
  }> | undefined;
885
+ stream?: Record<string, true | {
886
+ remote?: boolean | undefined;
887
+ }> | undefined;
888
+ vpcServices?: Record<string, {
889
+ serviceId: string;
890
+ remote?: boolean | undefined;
891
+ }> | undefined;
892
+ vpcNetworks?: Record<string, {
893
+ tunnelId: string;
894
+ remote?: boolean | undefined;
895
+ } | {
896
+ networkId: string;
897
+ remote?: boolean | undefined;
898
+ }> | undefined;
899
+ flagship?: Record<string, {
900
+ appId: string;
901
+ remote?: boolean | undefined;
902
+ }> | undefined;
707
903
  }>>>;
708
904
  readonly triggers: z.ZodOptional<z.ZodOptional<z.ZodObject<{
709
905
  crons: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -1042,19 +1238,39 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1042
1238
  } | undefined;
1043
1239
  bindings?: {
1044
1240
  kv?: Record<string, string | {
1241
+ previewId?: string | undefined;
1242
+ remote?: boolean | undefined;
1045
1243
  id: string;
1046
1244
  } | {
1245
+ previewId?: string | undefined;
1246
+ remote?: boolean | undefined;
1047
1247
  name: string;
1048
1248
  }> | undefined;
1049
1249
  d1?: Record<string, string | {
1250
+ previewDatabaseId?: string | undefined;
1251
+ migrationsTable?: string | undefined;
1252
+ migrationsDir?: string | undefined;
1253
+ remote?: boolean | undefined;
1050
1254
  id: string;
1051
1255
  } | {
1256
+ previewDatabaseId?: string | undefined;
1257
+ migrationsTable?: string | undefined;
1258
+ migrationsDir?: string | undefined;
1259
+ remote?: boolean | undefined;
1052
1260
  name: string;
1053
1261
  }> | undefined;
1054
- r2?: Record<string, string> | undefined;
1262
+ r2?: Record<string, string | {
1263
+ bucketName: string;
1264
+ previewBucketName?: string | undefined;
1265
+ jurisdiction?: string | undefined;
1266
+ remote?: boolean | undefined;
1267
+ }> | undefined;
1055
1268
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
1056
1269
  queues?: {
1057
- producers?: Record<string, string> | undefined;
1270
+ producers?: Record<string, string | {
1271
+ queue: string;
1272
+ remote?: boolean | undefined;
1273
+ }> | undefined;
1058
1274
  consumers?: {
1059
1275
  queue: string;
1060
1276
  maxBatchSize?: number | undefined;
@@ -1084,6 +1300,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1084
1300
  service: string;
1085
1301
  environment?: string;
1086
1302
  entrypoint?: string;
1303
+ remote?: boolean;
1087
1304
  __ref?: unknown;
1088
1305
  }> | undefined;
1089
1306
  ai?: {
@@ -1163,6 +1380,24 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1163
1380
  namespace: string;
1164
1381
  remote?: boolean | undefined;
1165
1382
  }> | undefined;
1383
+ stream?: Record<string, true | {
1384
+ remote?: boolean | undefined;
1385
+ }> | undefined;
1386
+ vpcServices?: Record<string, {
1387
+ serviceId: string;
1388
+ remote?: boolean | undefined;
1389
+ }> | undefined;
1390
+ vpcNetworks?: Record<string, {
1391
+ tunnelId: string;
1392
+ remote?: boolean | undefined;
1393
+ } | {
1394
+ networkId: string;
1395
+ remote?: boolean | undefined;
1396
+ }> | undefined;
1397
+ flagship?: Record<string, {
1398
+ appId: string;
1399
+ remote?: boolean | undefined;
1400
+ }> | undefined;
1166
1401
  } | undefined;
1167
1402
  triggers?: {
1168
1403
  crons?: string[] | undefined;
@@ -1295,19 +1530,39 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1295
1530
  } | undefined;
1296
1531
  bindings?: {
1297
1532
  kv?: Record<string, string | {
1533
+ previewId?: string | undefined;
1534
+ remote?: boolean | undefined;
1298
1535
  id: string;
1299
1536
  } | {
1537
+ previewId?: string | undefined;
1538
+ remote?: boolean | undefined;
1300
1539
  name: string;
1301
1540
  }> | undefined;
1302
1541
  d1?: Record<string, string | {
1542
+ previewDatabaseId?: string | undefined;
1543
+ migrationsTable?: string | undefined;
1544
+ migrationsDir?: string | undefined;
1545
+ remote?: boolean | undefined;
1303
1546
  id: string;
1304
1547
  } | {
1548
+ previewDatabaseId?: string | undefined;
1549
+ migrationsTable?: string | undefined;
1550
+ migrationsDir?: string | undefined;
1551
+ remote?: boolean | undefined;
1305
1552
  name: string;
1306
1553
  }> | undefined;
1307
- r2?: Record<string, string> | undefined;
1554
+ r2?: Record<string, string | {
1555
+ bucketName: string;
1556
+ previewBucketName?: string | undefined;
1557
+ jurisdiction?: string | undefined;
1558
+ remote?: boolean | undefined;
1559
+ }> | undefined;
1308
1560
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
1309
1561
  queues?: {
1310
- producers?: Record<string, string> | undefined;
1562
+ producers?: Record<string, string | {
1563
+ queue: string;
1564
+ remote?: boolean | undefined;
1565
+ }> | undefined;
1311
1566
  consumers?: {
1312
1567
  queue: string;
1313
1568
  maxBatchSize?: number | undefined;
@@ -1337,6 +1592,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1337
1592
  service: string;
1338
1593
  environment?: string;
1339
1594
  entrypoint?: string;
1595
+ remote?: boolean;
1340
1596
  __ref?: unknown;
1341
1597
  }> | undefined;
1342
1598
  ai?: {
@@ -1416,6 +1672,24 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1416
1672
  namespace: string;
1417
1673
  remote?: boolean | undefined;
1418
1674
  }> | undefined;
1675
+ stream?: Record<string, true | {
1676
+ remote?: boolean | undefined;
1677
+ }> | undefined;
1678
+ vpcServices?: Record<string, {
1679
+ serviceId: string;
1680
+ remote?: boolean | undefined;
1681
+ }> | undefined;
1682
+ vpcNetworks?: Record<string, {
1683
+ tunnelId: string;
1684
+ remote?: boolean | undefined;
1685
+ } | {
1686
+ networkId: string;
1687
+ remote?: boolean | undefined;
1688
+ }> | undefined;
1689
+ flagship?: Record<string, {
1690
+ appId: string;
1691
+ remote?: boolean | undefined;
1692
+ }> | undefined;
1419
1693
  } | undefined;
1420
1694
  triggers?: {
1421
1695
  crons?: string[] | undefined;
@@ -1593,35 +1867,95 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
1593
1867
  }>>>;
1594
1868
  readonly bindings: z.ZodOptional<z.ZodOptional<z.ZodObject<{
1595
1869
  kv: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
1870
+ previewId: z.ZodOptional<z.ZodString>;
1871
+ remote: z.ZodOptional<z.ZodBoolean>;
1596
1872
  id: z.ZodString;
1597
1873
  }, "strict", z.ZodTypeAny, {
1874
+ previewId?: string | undefined;
1875
+ remote?: boolean | undefined;
1598
1876
  id: string;
1599
1877
  }, {
1878
+ previewId?: string | undefined;
1879
+ remote?: boolean | undefined;
1600
1880
  id: string;
1601
1881
  }>, z.ZodObject<{
1882
+ previewId: z.ZodOptional<z.ZodString>;
1883
+ remote: z.ZodOptional<z.ZodBoolean>;
1602
1884
  name: z.ZodString;
1603
1885
  }, "strict", z.ZodTypeAny, {
1886
+ previewId?: string | undefined;
1887
+ remote?: boolean | undefined;
1604
1888
  name: string;
1605
1889
  }, {
1890
+ previewId?: string | undefined;
1891
+ remote?: boolean | undefined;
1606
1892
  name: string;
1607
1893
  }>]>>>;
1608
1894
  d1: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
1895
+ previewDatabaseId: z.ZodOptional<z.ZodString>;
1896
+ migrationsTable: z.ZodOptional<z.ZodString>;
1897
+ migrationsDir: z.ZodOptional<z.ZodString>;
1898
+ remote: z.ZodOptional<z.ZodBoolean>;
1609
1899
  id: z.ZodString;
1610
1900
  }, "strict", z.ZodTypeAny, {
1901
+ previewDatabaseId?: string | undefined;
1902
+ migrationsTable?: string | undefined;
1903
+ migrationsDir?: string | undefined;
1904
+ remote?: boolean | undefined;
1611
1905
  id: string;
1612
1906
  }, {
1907
+ previewDatabaseId?: string | undefined;
1908
+ migrationsTable?: string | undefined;
1909
+ migrationsDir?: string | undefined;
1910
+ remote?: boolean | undefined;
1613
1911
  id: string;
1614
1912
  }>, z.ZodObject<{
1913
+ previewDatabaseId: z.ZodOptional<z.ZodString>;
1914
+ migrationsTable: z.ZodOptional<z.ZodString>;
1915
+ migrationsDir: z.ZodOptional<z.ZodString>;
1916
+ remote: z.ZodOptional<z.ZodBoolean>;
1615
1917
  name: z.ZodString;
1616
1918
  }, "strict", z.ZodTypeAny, {
1919
+ previewDatabaseId?: string | undefined;
1920
+ migrationsTable?: string | undefined;
1921
+ migrationsDir?: string | undefined;
1922
+ remote?: boolean | undefined;
1617
1923
  name: string;
1618
1924
  }, {
1925
+ previewDatabaseId?: string | undefined;
1926
+ migrationsTable?: string | undefined;
1927
+ migrationsDir?: string | undefined;
1928
+ remote?: boolean | undefined;
1619
1929
  name: string;
1620
1930
  }>]>>>;
1621
- r2: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1931
+ r2: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
1932
+ bucketName: z.ZodString;
1933
+ previewBucketName: z.ZodOptional<z.ZodString>;
1934
+ jurisdiction: z.ZodOptional<z.ZodString>;
1935
+ remote: z.ZodOptional<z.ZodBoolean>;
1936
+ }, "strict", z.ZodTypeAny, {
1937
+ bucketName: string;
1938
+ previewBucketName?: string | undefined;
1939
+ jurisdiction?: string | undefined;
1940
+ remote?: boolean | undefined;
1941
+ }, {
1942
+ bucketName: string;
1943
+ previewBucketName?: string | undefined;
1944
+ jurisdiction?: string | undefined;
1945
+ remote?: boolean | undefined;
1946
+ }>]>>>;
1622
1947
  durableObjects: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<import("./schema-bindings.js").DurableObjectBindingInput, z.ZodTypeDef, import("./schema-bindings.js").DurableObjectBindingInput>>>;
1623
1948
  queues: z.ZodOptional<z.ZodObject<{
1624
- producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1949
+ producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
1950
+ queue: z.ZodString;
1951
+ remote: z.ZodOptional<z.ZodBoolean>;
1952
+ }, "strict", z.ZodTypeAny, {
1953
+ queue: string;
1954
+ remote?: boolean | undefined;
1955
+ }, {
1956
+ queue: string;
1957
+ remote?: boolean | undefined;
1958
+ }>]>>>;
1625
1959
  consumers: z.ZodOptional<z.ZodArray<z.ZodObject<{
1626
1960
  queue: z.ZodString;
1627
1961
  maxBatchSize: z.ZodOptional<z.ZodNumber>;
@@ -1648,7 +1982,10 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
1648
1982
  retryDelay?: number | undefined;
1649
1983
  }>, "many">>;
1650
1984
  }, "strip", z.ZodTypeAny, {
1651
- producers?: Record<string, string> | undefined;
1985
+ producers?: Record<string, string | {
1986
+ queue: string;
1987
+ remote?: boolean | undefined;
1988
+ }> | undefined;
1652
1989
  consumers?: {
1653
1990
  queue: string;
1654
1991
  maxBatchSize?: number | undefined;
@@ -1659,7 +1996,10 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
1659
1996
  retryDelay?: number | undefined;
1660
1997
  }[] | undefined;
1661
1998
  }, {
1662
- producers?: Record<string, string> | undefined;
1999
+ producers?: Record<string, string | {
2000
+ queue: string;
2001
+ remote?: boolean | undefined;
2002
+ }> | undefined;
1663
2003
  consumers?: {
1664
2004
  queue: string;
1665
2005
  maxBatchSize?: number | undefined;
@@ -1717,11 +2057,13 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
1717
2057
  service: string;
1718
2058
  environment?: string;
1719
2059
  entrypoint?: string;
2060
+ remote?: boolean;
1720
2061
  __ref?: unknown;
1721
2062
  }, z.ZodTypeDef, {
1722
2063
  service: string;
1723
2064
  environment?: string;
1724
2065
  entrypoint?: string;
2066
+ remote?: boolean;
1725
2067
  __ref?: unknown;
1726
2068
  }>>>;
1727
2069
  ai: z.ZodOptional<z.ZodObject<{
@@ -1957,21 +2299,91 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
1957
2299
  namespace: string;
1958
2300
  remote?: boolean | undefined;
1959
2301
  }>]>>>;
2302
+ stream: z.ZodEffects<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
2303
+ remote: z.ZodOptional<z.ZodBoolean>;
2304
+ }, "strict", z.ZodTypeAny, {
2305
+ remote?: boolean | undefined;
2306
+ }, {
2307
+ remote?: boolean | undefined;
2308
+ }>, z.ZodLiteral<true>]>>>, Record<string, true | {
2309
+ remote?: boolean | undefined;
2310
+ }> | undefined, Record<string, true | {
2311
+ remote?: boolean | undefined;
2312
+ }> | undefined>;
2313
+ vpcServices: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2314
+ serviceId: z.ZodString;
2315
+ remote: z.ZodOptional<z.ZodBoolean>;
2316
+ }, "strict", z.ZodTypeAny, {
2317
+ serviceId: string;
2318
+ remote?: boolean | undefined;
2319
+ }, {
2320
+ serviceId: string;
2321
+ remote?: boolean | undefined;
2322
+ }>>>;
2323
+ vpcNetworks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
2324
+ tunnelId: z.ZodString;
2325
+ remote: z.ZodOptional<z.ZodBoolean>;
2326
+ }, "strict", z.ZodTypeAny, {
2327
+ tunnelId: string;
2328
+ remote?: boolean | undefined;
2329
+ }, {
2330
+ tunnelId: string;
2331
+ remote?: boolean | undefined;
2332
+ }>, z.ZodObject<{
2333
+ networkId: z.ZodString;
2334
+ remote: z.ZodOptional<z.ZodBoolean>;
2335
+ }, "strict", z.ZodTypeAny, {
2336
+ networkId: string;
2337
+ remote?: boolean | undefined;
2338
+ }, {
2339
+ networkId: string;
2340
+ remote?: boolean | undefined;
2341
+ }>]>>>;
2342
+ flagship: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2343
+ appId: z.ZodString;
2344
+ remote: z.ZodOptional<z.ZodBoolean>;
2345
+ }, "strict", z.ZodTypeAny, {
2346
+ appId: string;
2347
+ remote?: boolean | undefined;
2348
+ }, {
2349
+ appId: string;
2350
+ remote?: boolean | undefined;
2351
+ }>>>;
1960
2352
  }, "strip", z.ZodTypeAny, {
1961
2353
  kv?: Record<string, string | {
2354
+ previewId?: string | undefined;
2355
+ remote?: boolean | undefined;
1962
2356
  id: string;
1963
2357
  } | {
2358
+ previewId?: string | undefined;
2359
+ remote?: boolean | undefined;
1964
2360
  name: string;
1965
2361
  }> | undefined;
1966
2362
  d1?: Record<string, string | {
2363
+ previewDatabaseId?: string | undefined;
2364
+ migrationsTable?: string | undefined;
2365
+ migrationsDir?: string | undefined;
2366
+ remote?: boolean | undefined;
1967
2367
  id: string;
1968
2368
  } | {
2369
+ previewDatabaseId?: string | undefined;
2370
+ migrationsTable?: string | undefined;
2371
+ migrationsDir?: string | undefined;
2372
+ remote?: boolean | undefined;
1969
2373
  name: string;
1970
2374
  }> | undefined;
1971
- r2?: Record<string, string> | undefined;
2375
+ r2?: Record<string, string | {
2376
+ bucketName: string;
2377
+ previewBucketName?: string | undefined;
2378
+ jurisdiction?: string | undefined;
2379
+ remote?: boolean | undefined;
2380
+ }> | undefined;
1972
2381
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
1973
2382
  queues?: {
1974
- producers?: Record<string, string> | undefined;
2383
+ producers?: Record<string, string | {
2384
+ queue: string;
2385
+ remote?: boolean | undefined;
2386
+ }> | undefined;
1975
2387
  consumers?: {
1976
2388
  queue: string;
1977
2389
  maxBatchSize?: number | undefined;
@@ -2001,6 +2413,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2001
2413
  service: string;
2002
2414
  environment?: string;
2003
2415
  entrypoint?: string;
2416
+ remote?: boolean;
2004
2417
  __ref?: unknown;
2005
2418
  }> | undefined;
2006
2419
  ai?: {
@@ -2080,21 +2493,59 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2080
2493
  namespace: string;
2081
2494
  remote?: boolean | undefined;
2082
2495
  }> | undefined;
2496
+ stream?: Record<string, true | {
2497
+ remote?: boolean | undefined;
2498
+ }> | undefined;
2499
+ vpcServices?: Record<string, {
2500
+ serviceId: string;
2501
+ remote?: boolean | undefined;
2502
+ }> | undefined;
2503
+ vpcNetworks?: Record<string, {
2504
+ tunnelId: string;
2505
+ remote?: boolean | undefined;
2506
+ } | {
2507
+ networkId: string;
2508
+ remote?: boolean | undefined;
2509
+ }> | undefined;
2510
+ flagship?: Record<string, {
2511
+ appId: string;
2512
+ remote?: boolean | undefined;
2513
+ }> | undefined;
2083
2514
  }, {
2084
2515
  kv?: Record<string, string | {
2516
+ previewId?: string | undefined;
2517
+ remote?: boolean | undefined;
2085
2518
  id: string;
2086
2519
  } | {
2520
+ previewId?: string | undefined;
2521
+ remote?: boolean | undefined;
2087
2522
  name: string;
2088
2523
  }> | undefined;
2089
2524
  d1?: Record<string, string | {
2525
+ previewDatabaseId?: string | undefined;
2526
+ migrationsTable?: string | undefined;
2527
+ migrationsDir?: string | undefined;
2528
+ remote?: boolean | undefined;
2090
2529
  id: string;
2091
2530
  } | {
2531
+ previewDatabaseId?: string | undefined;
2532
+ migrationsTable?: string | undefined;
2533
+ migrationsDir?: string | undefined;
2534
+ remote?: boolean | undefined;
2092
2535
  name: string;
2093
2536
  }> | undefined;
2094
- r2?: Record<string, string> | undefined;
2537
+ r2?: Record<string, string | {
2538
+ bucketName: string;
2539
+ previewBucketName?: string | undefined;
2540
+ jurisdiction?: string | undefined;
2541
+ remote?: boolean | undefined;
2542
+ }> | undefined;
2095
2543
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
2096
2544
  queues?: {
2097
- producers?: Record<string, string> | undefined;
2545
+ producers?: Record<string, string | {
2546
+ queue: string;
2547
+ remote?: boolean | undefined;
2548
+ }> | undefined;
2098
2549
  consumers?: {
2099
2550
  queue: string;
2100
2551
  maxBatchSize?: number | undefined;
@@ -2124,6 +2575,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2124
2575
  service: string;
2125
2576
  environment?: string;
2126
2577
  entrypoint?: string;
2578
+ remote?: boolean;
2127
2579
  __ref?: unknown;
2128
2580
  }> | undefined;
2129
2581
  ai?: {
@@ -2203,6 +2655,24 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2203
2655
  namespace: string;
2204
2656
  remote?: boolean | undefined;
2205
2657
  }> | undefined;
2658
+ stream?: Record<string, true | {
2659
+ remote?: boolean | undefined;
2660
+ }> | undefined;
2661
+ vpcServices?: Record<string, {
2662
+ serviceId: string;
2663
+ remote?: boolean | undefined;
2664
+ }> | undefined;
2665
+ vpcNetworks?: Record<string, {
2666
+ tunnelId: string;
2667
+ remote?: boolean | undefined;
2668
+ } | {
2669
+ networkId: string;
2670
+ remote?: boolean | undefined;
2671
+ }> | undefined;
2672
+ flagship?: Record<string, {
2673
+ appId: string;
2674
+ remote?: boolean | undefined;
2675
+ }> | undefined;
2206
2676
  }>>>;
2207
2677
  readonly triggers: z.ZodOptional<z.ZodOptional<z.ZodObject<{
2208
2678
  crons: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -2541,19 +3011,39 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2541
3011
  } | undefined;
2542
3012
  bindings?: {
2543
3013
  kv?: Record<string, string | {
3014
+ previewId?: string | undefined;
3015
+ remote?: boolean | undefined;
2544
3016
  id: string;
2545
3017
  } | {
3018
+ previewId?: string | undefined;
3019
+ remote?: boolean | undefined;
2546
3020
  name: string;
2547
3021
  }> | undefined;
2548
3022
  d1?: Record<string, string | {
3023
+ previewDatabaseId?: string | undefined;
3024
+ migrationsTable?: string | undefined;
3025
+ migrationsDir?: string | undefined;
3026
+ remote?: boolean | undefined;
2549
3027
  id: string;
2550
3028
  } | {
3029
+ previewDatabaseId?: string | undefined;
3030
+ migrationsTable?: string | undefined;
3031
+ migrationsDir?: string | undefined;
3032
+ remote?: boolean | undefined;
2551
3033
  name: string;
2552
3034
  }> | undefined;
2553
- r2?: Record<string, string> | undefined;
3035
+ r2?: Record<string, string | {
3036
+ bucketName: string;
3037
+ previewBucketName?: string | undefined;
3038
+ jurisdiction?: string | undefined;
3039
+ remote?: boolean | undefined;
3040
+ }> | undefined;
2554
3041
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
2555
3042
  queues?: {
2556
- producers?: Record<string, string> | undefined;
3043
+ producers?: Record<string, string | {
3044
+ queue: string;
3045
+ remote?: boolean | undefined;
3046
+ }> | undefined;
2557
3047
  consumers?: {
2558
3048
  queue: string;
2559
3049
  maxBatchSize?: number | undefined;
@@ -2583,6 +3073,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2583
3073
  service: string;
2584
3074
  environment?: string;
2585
3075
  entrypoint?: string;
3076
+ remote?: boolean;
2586
3077
  __ref?: unknown;
2587
3078
  }> | undefined;
2588
3079
  ai?: {
@@ -2662,6 +3153,24 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2662
3153
  namespace: string;
2663
3154
  remote?: boolean | undefined;
2664
3155
  }> | undefined;
3156
+ stream?: Record<string, true | {
3157
+ remote?: boolean | undefined;
3158
+ }> | undefined;
3159
+ vpcServices?: Record<string, {
3160
+ serviceId: string;
3161
+ remote?: boolean | undefined;
3162
+ }> | undefined;
3163
+ vpcNetworks?: Record<string, {
3164
+ tunnelId: string;
3165
+ remote?: boolean | undefined;
3166
+ } | {
3167
+ networkId: string;
3168
+ remote?: boolean | undefined;
3169
+ }> | undefined;
3170
+ flagship?: Record<string, {
3171
+ appId: string;
3172
+ remote?: boolean | undefined;
3173
+ }> | undefined;
2665
3174
  } | undefined;
2666
3175
  triggers?: {
2667
3176
  crons?: string[] | undefined;
@@ -2794,19 +3303,39 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2794
3303
  } | undefined;
2795
3304
  bindings?: {
2796
3305
  kv?: Record<string, string | {
3306
+ previewId?: string | undefined;
3307
+ remote?: boolean | undefined;
2797
3308
  id: string;
2798
3309
  } | {
3310
+ previewId?: string | undefined;
3311
+ remote?: boolean | undefined;
2799
3312
  name: string;
2800
3313
  }> | undefined;
2801
3314
  d1?: Record<string, string | {
3315
+ previewDatabaseId?: string | undefined;
3316
+ migrationsTable?: string | undefined;
3317
+ migrationsDir?: string | undefined;
3318
+ remote?: boolean | undefined;
2802
3319
  id: string;
2803
3320
  } | {
3321
+ previewDatabaseId?: string | undefined;
3322
+ migrationsTable?: string | undefined;
3323
+ migrationsDir?: string | undefined;
3324
+ remote?: boolean | undefined;
2804
3325
  name: string;
2805
3326
  }> | undefined;
2806
- r2?: Record<string, string> | undefined;
3327
+ r2?: Record<string, string | {
3328
+ bucketName: string;
3329
+ previewBucketName?: string | undefined;
3330
+ jurisdiction?: string | undefined;
3331
+ remote?: boolean | undefined;
3332
+ }> | undefined;
2807
3333
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
2808
3334
  queues?: {
2809
- producers?: Record<string, string> | undefined;
3335
+ producers?: Record<string, string | {
3336
+ queue: string;
3337
+ remote?: boolean | undefined;
3338
+ }> | undefined;
2810
3339
  consumers?: {
2811
3340
  queue: string;
2812
3341
  maxBatchSize?: number | undefined;
@@ -2836,6 +3365,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2836
3365
  service: string;
2837
3366
  environment?: string;
2838
3367
  entrypoint?: string;
3368
+ remote?: boolean;
2839
3369
  __ref?: unknown;
2840
3370
  }> | undefined;
2841
3371
  ai?: {
@@ -2915,6 +3445,24 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2915
3445
  namespace: string;
2916
3446
  remote?: boolean | undefined;
2917
3447
  }> | undefined;
3448
+ stream?: Record<string, true | {
3449
+ remote?: boolean | undefined;
3450
+ }> | undefined;
3451
+ vpcServices?: Record<string, {
3452
+ serviceId: string;
3453
+ remote?: boolean | undefined;
3454
+ }> | undefined;
3455
+ vpcNetworks?: Record<string, {
3456
+ tunnelId: string;
3457
+ remote?: boolean | undefined;
3458
+ } | {
3459
+ networkId: string;
3460
+ remote?: boolean | undefined;
3461
+ }> | undefined;
3462
+ flagship?: Record<string, {
3463
+ appId: string;
3464
+ remote?: boolean | undefined;
3465
+ }> | undefined;
2918
3466
  } | undefined;
2919
3467
  triggers?: {
2920
3468
  crons?: string[] | undefined;