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
@@ -104,35 +104,95 @@ export declare const rootConfigShape: {
104
104
  /** Bindings to Cloudflare services. */
105
105
  readonly bindings: z.ZodOptional<z.ZodObject<{
106
106
  kv: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
107
+ previewId: z.ZodOptional<z.ZodString>;
108
+ remote: z.ZodOptional<z.ZodBoolean>;
107
109
  id: z.ZodString;
108
110
  }, "strict", z.ZodTypeAny, {
111
+ previewId?: string | undefined;
112
+ remote?: boolean | undefined;
109
113
  id: string;
110
114
  }, {
115
+ previewId?: string | undefined;
116
+ remote?: boolean | undefined;
111
117
  id: string;
112
118
  }>, z.ZodObject<{
119
+ previewId: z.ZodOptional<z.ZodString>;
120
+ remote: z.ZodOptional<z.ZodBoolean>;
113
121
  name: z.ZodString;
114
122
  }, "strict", z.ZodTypeAny, {
123
+ previewId?: string | undefined;
124
+ remote?: boolean | undefined;
115
125
  name: string;
116
126
  }, {
127
+ previewId?: string | undefined;
128
+ remote?: boolean | undefined;
117
129
  name: string;
118
130
  }>]>>>;
119
131
  d1: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
132
+ previewDatabaseId: z.ZodOptional<z.ZodString>;
133
+ migrationsTable: z.ZodOptional<z.ZodString>;
134
+ migrationsDir: z.ZodOptional<z.ZodString>;
135
+ remote: z.ZodOptional<z.ZodBoolean>;
120
136
  id: z.ZodString;
121
137
  }, "strict", z.ZodTypeAny, {
138
+ previewDatabaseId?: string | undefined;
139
+ migrationsTable?: string | undefined;
140
+ migrationsDir?: string | undefined;
141
+ remote?: boolean | undefined;
122
142
  id: string;
123
143
  }, {
144
+ previewDatabaseId?: string | undefined;
145
+ migrationsTable?: string | undefined;
146
+ migrationsDir?: string | undefined;
147
+ remote?: boolean | undefined;
124
148
  id: string;
125
149
  }>, z.ZodObject<{
150
+ previewDatabaseId: z.ZodOptional<z.ZodString>;
151
+ migrationsTable: z.ZodOptional<z.ZodString>;
152
+ migrationsDir: z.ZodOptional<z.ZodString>;
153
+ remote: z.ZodOptional<z.ZodBoolean>;
126
154
  name: z.ZodString;
127
155
  }, "strict", z.ZodTypeAny, {
156
+ previewDatabaseId?: string | undefined;
157
+ migrationsTable?: string | undefined;
158
+ migrationsDir?: string | undefined;
159
+ remote?: boolean | undefined;
128
160
  name: string;
129
161
  }, {
162
+ previewDatabaseId?: string | undefined;
163
+ migrationsTable?: string | undefined;
164
+ migrationsDir?: string | undefined;
165
+ remote?: boolean | undefined;
130
166
  name: string;
131
167
  }>]>>>;
132
- r2: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
168
+ r2: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
169
+ bucketName: z.ZodString;
170
+ previewBucketName: z.ZodOptional<z.ZodString>;
171
+ jurisdiction: z.ZodOptional<z.ZodString>;
172
+ remote: z.ZodOptional<z.ZodBoolean>;
173
+ }, "strict", z.ZodTypeAny, {
174
+ bucketName: string;
175
+ previewBucketName?: string | undefined;
176
+ jurisdiction?: string | undefined;
177
+ remote?: boolean | undefined;
178
+ }, {
179
+ bucketName: string;
180
+ previewBucketName?: string | undefined;
181
+ jurisdiction?: string | undefined;
182
+ remote?: boolean | undefined;
183
+ }>]>>>;
133
184
  durableObjects: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<import("./schema-bindings.js").DurableObjectBindingInput, z.ZodTypeDef, import("./schema-bindings.js").DurableObjectBindingInput>>>;
134
185
  queues: z.ZodOptional<z.ZodObject<{
135
- producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
186
+ producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
187
+ queue: z.ZodString;
188
+ remote: z.ZodOptional<z.ZodBoolean>;
189
+ }, "strict", z.ZodTypeAny, {
190
+ queue: string;
191
+ remote?: boolean | undefined;
192
+ }, {
193
+ queue: string;
194
+ remote?: boolean | undefined;
195
+ }>]>>>;
136
196
  consumers: z.ZodOptional<z.ZodArray<z.ZodObject<{
137
197
  queue: z.ZodString;
138
198
  maxBatchSize: z.ZodOptional<z.ZodNumber>;
@@ -159,7 +219,10 @@ export declare const rootConfigShape: {
159
219
  retryDelay?: number | undefined;
160
220
  }>, "many">>;
161
221
  }, "strip", z.ZodTypeAny, {
162
- producers?: Record<string, string> | undefined;
222
+ producers?: Record<string, string | {
223
+ queue: string;
224
+ remote?: boolean | undefined;
225
+ }> | undefined;
163
226
  consumers?: {
164
227
  queue: string;
165
228
  maxBatchSize?: number | undefined;
@@ -170,7 +233,10 @@ export declare const rootConfigShape: {
170
233
  retryDelay?: number | undefined;
171
234
  }[] | undefined;
172
235
  }, {
173
- producers?: Record<string, string> | undefined;
236
+ producers?: Record<string, string | {
237
+ queue: string;
238
+ remote?: boolean | undefined;
239
+ }> | undefined;
174
240
  consumers?: {
175
241
  queue: string;
176
242
  maxBatchSize?: number | undefined;
@@ -228,11 +294,13 @@ export declare const rootConfigShape: {
228
294
  service: string;
229
295
  environment?: string;
230
296
  entrypoint?: string;
297
+ remote?: boolean;
231
298
  __ref?: unknown;
232
299
  }, z.ZodTypeDef, {
233
300
  service: string;
234
301
  environment?: string;
235
302
  entrypoint?: string;
303
+ remote?: boolean;
236
304
  __ref?: unknown;
237
305
  }>>>;
238
306
  ai: z.ZodOptional<z.ZodObject<{
@@ -468,21 +536,91 @@ export declare const rootConfigShape: {
468
536
  namespace: string;
469
537
  remote?: boolean | undefined;
470
538
  }>]>>>;
539
+ stream: z.ZodEffects<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
540
+ remote: z.ZodOptional<z.ZodBoolean>;
541
+ }, "strict", z.ZodTypeAny, {
542
+ remote?: boolean | undefined;
543
+ }, {
544
+ remote?: boolean | undefined;
545
+ }>, z.ZodLiteral<true>]>>>, Record<string, true | {
546
+ remote?: boolean | undefined;
547
+ }> | undefined, Record<string, true | {
548
+ remote?: boolean | undefined;
549
+ }> | undefined>;
550
+ vpcServices: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
551
+ serviceId: z.ZodString;
552
+ remote: z.ZodOptional<z.ZodBoolean>;
553
+ }, "strict", z.ZodTypeAny, {
554
+ serviceId: string;
555
+ remote?: boolean | undefined;
556
+ }, {
557
+ serviceId: string;
558
+ remote?: boolean | undefined;
559
+ }>>>;
560
+ vpcNetworks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
561
+ tunnelId: z.ZodString;
562
+ remote: z.ZodOptional<z.ZodBoolean>;
563
+ }, "strict", z.ZodTypeAny, {
564
+ tunnelId: string;
565
+ remote?: boolean | undefined;
566
+ }, {
567
+ tunnelId: string;
568
+ remote?: boolean | undefined;
569
+ }>, z.ZodObject<{
570
+ networkId: z.ZodString;
571
+ remote: z.ZodOptional<z.ZodBoolean>;
572
+ }, "strict", z.ZodTypeAny, {
573
+ networkId: string;
574
+ remote?: boolean | undefined;
575
+ }, {
576
+ networkId: string;
577
+ remote?: boolean | undefined;
578
+ }>]>>>;
579
+ flagship: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
580
+ appId: z.ZodString;
581
+ remote: z.ZodOptional<z.ZodBoolean>;
582
+ }, "strict", z.ZodTypeAny, {
583
+ appId: string;
584
+ remote?: boolean | undefined;
585
+ }, {
586
+ appId: string;
587
+ remote?: boolean | undefined;
588
+ }>>>;
471
589
  }, "strip", z.ZodTypeAny, {
472
590
  kv?: Record<string, string | {
591
+ previewId?: string | undefined;
592
+ remote?: boolean | undefined;
473
593
  id: string;
474
594
  } | {
595
+ previewId?: string | undefined;
596
+ remote?: boolean | undefined;
475
597
  name: string;
476
598
  }> | undefined;
477
599
  d1?: Record<string, string | {
600
+ previewDatabaseId?: string | undefined;
601
+ migrationsTable?: string | undefined;
602
+ migrationsDir?: string | undefined;
603
+ remote?: boolean | undefined;
478
604
  id: string;
479
605
  } | {
606
+ previewDatabaseId?: string | undefined;
607
+ migrationsTable?: string | undefined;
608
+ migrationsDir?: string | undefined;
609
+ remote?: boolean | undefined;
480
610
  name: string;
481
611
  }> | undefined;
482
- r2?: Record<string, string> | undefined;
612
+ r2?: Record<string, string | {
613
+ bucketName: string;
614
+ previewBucketName?: string | undefined;
615
+ jurisdiction?: string | undefined;
616
+ remote?: boolean | undefined;
617
+ }> | undefined;
483
618
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
484
619
  queues?: {
485
- producers?: Record<string, string> | undefined;
620
+ producers?: Record<string, string | {
621
+ queue: string;
622
+ remote?: boolean | undefined;
623
+ }> | undefined;
486
624
  consumers?: {
487
625
  queue: string;
488
626
  maxBatchSize?: number | undefined;
@@ -512,6 +650,7 @@ export declare const rootConfigShape: {
512
650
  service: string;
513
651
  environment?: string;
514
652
  entrypoint?: string;
653
+ remote?: boolean;
515
654
  __ref?: unknown;
516
655
  }> | undefined;
517
656
  ai?: {
@@ -591,21 +730,59 @@ export declare const rootConfigShape: {
591
730
  namespace: string;
592
731
  remote?: boolean | undefined;
593
732
  }> | undefined;
733
+ stream?: Record<string, true | {
734
+ remote?: boolean | undefined;
735
+ }> | undefined;
736
+ vpcServices?: Record<string, {
737
+ serviceId: string;
738
+ remote?: boolean | undefined;
739
+ }> | undefined;
740
+ vpcNetworks?: Record<string, {
741
+ tunnelId: string;
742
+ remote?: boolean | undefined;
743
+ } | {
744
+ networkId: string;
745
+ remote?: boolean | undefined;
746
+ }> | undefined;
747
+ flagship?: Record<string, {
748
+ appId: string;
749
+ remote?: boolean | undefined;
750
+ }> | undefined;
594
751
  }, {
595
752
  kv?: Record<string, string | {
753
+ previewId?: string | undefined;
754
+ remote?: boolean | undefined;
596
755
  id: string;
597
756
  } | {
757
+ previewId?: string | undefined;
758
+ remote?: boolean | undefined;
598
759
  name: string;
599
760
  }> | undefined;
600
761
  d1?: Record<string, string | {
762
+ previewDatabaseId?: string | undefined;
763
+ migrationsTable?: string | undefined;
764
+ migrationsDir?: string | undefined;
765
+ remote?: boolean | undefined;
601
766
  id: string;
602
767
  } | {
768
+ previewDatabaseId?: string | undefined;
769
+ migrationsTable?: string | undefined;
770
+ migrationsDir?: string | undefined;
771
+ remote?: boolean | undefined;
603
772
  name: string;
604
773
  }> | undefined;
605
- r2?: Record<string, string> | undefined;
774
+ r2?: Record<string, string | {
775
+ bucketName: string;
776
+ previewBucketName?: string | undefined;
777
+ jurisdiction?: string | undefined;
778
+ remote?: boolean | undefined;
779
+ }> | undefined;
606
780
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
607
781
  queues?: {
608
- producers?: Record<string, string> | undefined;
782
+ producers?: Record<string, string | {
783
+ queue: string;
784
+ remote?: boolean | undefined;
785
+ }> | undefined;
609
786
  consumers?: {
610
787
  queue: string;
611
788
  maxBatchSize?: number | undefined;
@@ -635,6 +812,7 @@ export declare const rootConfigShape: {
635
812
  service: string;
636
813
  environment?: string;
637
814
  entrypoint?: string;
815
+ remote?: boolean;
638
816
  __ref?: unknown;
639
817
  }> | undefined;
640
818
  ai?: {
@@ -714,6 +892,24 @@ export declare const rootConfigShape: {
714
892
  namespace: string;
715
893
  remote?: boolean | undefined;
716
894
  }> | undefined;
895
+ stream?: Record<string, true | {
896
+ remote?: boolean | undefined;
897
+ }> | undefined;
898
+ vpcServices?: Record<string, {
899
+ serviceId: string;
900
+ remote?: boolean | undefined;
901
+ }> | undefined;
902
+ vpcNetworks?: Record<string, {
903
+ tunnelId: string;
904
+ remote?: boolean | undefined;
905
+ } | {
906
+ networkId: string;
907
+ remote?: boolean | undefined;
908
+ }> | undefined;
909
+ flagship?: Record<string, {
910
+ appId: string;
911
+ remote?: boolean | undefined;
912
+ }> | undefined;
717
913
  }>>;
718
914
  /** Trigger configuration (cron schedules). */
719
915
  readonly triggers: z.ZodOptional<z.ZodObject<{
@@ -1136,35 +1332,95 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1136
1332
  }>>;
1137
1333
  bindings: z.ZodOptional<z.ZodObject<{
1138
1334
  kv: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
1335
+ previewId: z.ZodOptional<z.ZodString>;
1336
+ remote: z.ZodOptional<z.ZodBoolean>;
1139
1337
  id: z.ZodString;
1140
1338
  }, "strict", z.ZodTypeAny, {
1339
+ previewId?: string | undefined;
1340
+ remote?: boolean | undefined;
1141
1341
  id: string;
1142
1342
  }, {
1343
+ previewId?: string | undefined;
1344
+ remote?: boolean | undefined;
1143
1345
  id: string;
1144
1346
  }>, z.ZodObject<{
1347
+ previewId: z.ZodOptional<z.ZodString>;
1348
+ remote: z.ZodOptional<z.ZodBoolean>;
1145
1349
  name: z.ZodString;
1146
1350
  }, "strict", z.ZodTypeAny, {
1351
+ previewId?: string | undefined;
1352
+ remote?: boolean | undefined;
1147
1353
  name: string;
1148
1354
  }, {
1355
+ previewId?: string | undefined;
1356
+ remote?: boolean | undefined;
1149
1357
  name: string;
1150
1358
  }>]>>>;
1151
1359
  d1: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
1360
+ previewDatabaseId: z.ZodOptional<z.ZodString>;
1361
+ migrationsTable: z.ZodOptional<z.ZodString>;
1362
+ migrationsDir: z.ZodOptional<z.ZodString>;
1363
+ remote: z.ZodOptional<z.ZodBoolean>;
1152
1364
  id: z.ZodString;
1153
1365
  }, "strict", z.ZodTypeAny, {
1366
+ previewDatabaseId?: string | undefined;
1367
+ migrationsTable?: string | undefined;
1368
+ migrationsDir?: string | undefined;
1369
+ remote?: boolean | undefined;
1154
1370
  id: string;
1155
1371
  }, {
1372
+ previewDatabaseId?: string | undefined;
1373
+ migrationsTable?: string | undefined;
1374
+ migrationsDir?: string | undefined;
1375
+ remote?: boolean | undefined;
1156
1376
  id: string;
1157
1377
  }>, z.ZodObject<{
1378
+ previewDatabaseId: z.ZodOptional<z.ZodString>;
1379
+ migrationsTable: z.ZodOptional<z.ZodString>;
1380
+ migrationsDir: z.ZodOptional<z.ZodString>;
1381
+ remote: z.ZodOptional<z.ZodBoolean>;
1158
1382
  name: z.ZodString;
1159
1383
  }, "strict", z.ZodTypeAny, {
1384
+ previewDatabaseId?: string | undefined;
1385
+ migrationsTable?: string | undefined;
1386
+ migrationsDir?: string | undefined;
1387
+ remote?: boolean | undefined;
1160
1388
  name: string;
1161
1389
  }, {
1390
+ previewDatabaseId?: string | undefined;
1391
+ migrationsTable?: string | undefined;
1392
+ migrationsDir?: string | undefined;
1393
+ remote?: boolean | undefined;
1162
1394
  name: string;
1163
1395
  }>]>>>;
1164
- r2: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1396
+ r2: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
1397
+ bucketName: z.ZodString;
1398
+ previewBucketName: z.ZodOptional<z.ZodString>;
1399
+ jurisdiction: z.ZodOptional<z.ZodString>;
1400
+ remote: z.ZodOptional<z.ZodBoolean>;
1401
+ }, "strict", z.ZodTypeAny, {
1402
+ bucketName: string;
1403
+ previewBucketName?: string | undefined;
1404
+ jurisdiction?: string | undefined;
1405
+ remote?: boolean | undefined;
1406
+ }, {
1407
+ bucketName: string;
1408
+ previewBucketName?: string | undefined;
1409
+ jurisdiction?: string | undefined;
1410
+ remote?: boolean | undefined;
1411
+ }>]>>>;
1165
1412
  durableObjects: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<import("./schema-bindings.js").DurableObjectBindingInput, z.ZodTypeDef, import("./schema-bindings.js").DurableObjectBindingInput>>>;
1166
1413
  queues: z.ZodOptional<z.ZodObject<{
1167
- producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1414
+ producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
1415
+ queue: z.ZodString;
1416
+ remote: z.ZodOptional<z.ZodBoolean>;
1417
+ }, "strict", z.ZodTypeAny, {
1418
+ queue: string;
1419
+ remote?: boolean | undefined;
1420
+ }, {
1421
+ queue: string;
1422
+ remote?: boolean | undefined;
1423
+ }>]>>>;
1168
1424
  consumers: z.ZodOptional<z.ZodArray<z.ZodObject<{
1169
1425
  queue: z.ZodString;
1170
1426
  maxBatchSize: z.ZodOptional<z.ZodNumber>;
@@ -1191,7 +1447,10 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1191
1447
  retryDelay?: number | undefined;
1192
1448
  }>, "many">>;
1193
1449
  }, "strip", z.ZodTypeAny, {
1194
- producers?: Record<string, string> | undefined;
1450
+ producers?: Record<string, string | {
1451
+ queue: string;
1452
+ remote?: boolean | undefined;
1453
+ }> | undefined;
1195
1454
  consumers?: {
1196
1455
  queue: string;
1197
1456
  maxBatchSize?: number | undefined;
@@ -1202,7 +1461,10 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1202
1461
  retryDelay?: number | undefined;
1203
1462
  }[] | undefined;
1204
1463
  }, {
1205
- producers?: Record<string, string> | undefined;
1464
+ producers?: Record<string, string | {
1465
+ queue: string;
1466
+ remote?: boolean | undefined;
1467
+ }> | undefined;
1206
1468
  consumers?: {
1207
1469
  queue: string;
1208
1470
  maxBatchSize?: number | undefined;
@@ -1260,11 +1522,13 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1260
1522
  service: string;
1261
1523
  environment?: string;
1262
1524
  entrypoint?: string;
1525
+ remote?: boolean;
1263
1526
  __ref?: unknown;
1264
1527
  }, z.ZodTypeDef, {
1265
1528
  service: string;
1266
1529
  environment?: string;
1267
1530
  entrypoint?: string;
1531
+ remote?: boolean;
1268
1532
  __ref?: unknown;
1269
1533
  }>>>;
1270
1534
  ai: z.ZodOptional<z.ZodObject<{
@@ -1500,21 +1764,91 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1500
1764
  namespace: string;
1501
1765
  remote?: boolean | undefined;
1502
1766
  }>]>>>;
1767
+ stream: z.ZodEffects<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
1768
+ remote: z.ZodOptional<z.ZodBoolean>;
1769
+ }, "strict", z.ZodTypeAny, {
1770
+ remote?: boolean | undefined;
1771
+ }, {
1772
+ remote?: boolean | undefined;
1773
+ }>, z.ZodLiteral<true>]>>>, Record<string, true | {
1774
+ remote?: boolean | undefined;
1775
+ }> | undefined, Record<string, true | {
1776
+ remote?: boolean | undefined;
1777
+ }> | undefined>;
1778
+ vpcServices: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1779
+ serviceId: z.ZodString;
1780
+ remote: z.ZodOptional<z.ZodBoolean>;
1781
+ }, "strict", z.ZodTypeAny, {
1782
+ serviceId: string;
1783
+ remote?: boolean | undefined;
1784
+ }, {
1785
+ serviceId: string;
1786
+ remote?: boolean | undefined;
1787
+ }>>>;
1788
+ vpcNetworks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
1789
+ tunnelId: z.ZodString;
1790
+ remote: z.ZodOptional<z.ZodBoolean>;
1791
+ }, "strict", z.ZodTypeAny, {
1792
+ tunnelId: string;
1793
+ remote?: boolean | undefined;
1794
+ }, {
1795
+ tunnelId: string;
1796
+ remote?: boolean | undefined;
1797
+ }>, z.ZodObject<{
1798
+ networkId: z.ZodString;
1799
+ remote: z.ZodOptional<z.ZodBoolean>;
1800
+ }, "strict", z.ZodTypeAny, {
1801
+ networkId: string;
1802
+ remote?: boolean | undefined;
1803
+ }, {
1804
+ networkId: string;
1805
+ remote?: boolean | undefined;
1806
+ }>]>>>;
1807
+ flagship: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1808
+ appId: z.ZodString;
1809
+ remote: z.ZodOptional<z.ZodBoolean>;
1810
+ }, "strict", z.ZodTypeAny, {
1811
+ appId: string;
1812
+ remote?: boolean | undefined;
1813
+ }, {
1814
+ appId: string;
1815
+ remote?: boolean | undefined;
1816
+ }>>>;
1503
1817
  }, "strip", z.ZodTypeAny, {
1504
1818
  kv?: Record<string, string | {
1819
+ previewId?: string | undefined;
1820
+ remote?: boolean | undefined;
1505
1821
  id: string;
1506
1822
  } | {
1823
+ previewId?: string | undefined;
1824
+ remote?: boolean | undefined;
1507
1825
  name: string;
1508
1826
  }> | undefined;
1509
1827
  d1?: Record<string, string | {
1828
+ previewDatabaseId?: string | undefined;
1829
+ migrationsTable?: string | undefined;
1830
+ migrationsDir?: string | undefined;
1831
+ remote?: boolean | undefined;
1510
1832
  id: string;
1511
1833
  } | {
1834
+ previewDatabaseId?: string | undefined;
1835
+ migrationsTable?: string | undefined;
1836
+ migrationsDir?: string | undefined;
1837
+ remote?: boolean | undefined;
1512
1838
  name: string;
1513
1839
  }> | undefined;
1514
- r2?: Record<string, string> | undefined;
1840
+ r2?: Record<string, string | {
1841
+ bucketName: string;
1842
+ previewBucketName?: string | undefined;
1843
+ jurisdiction?: string | undefined;
1844
+ remote?: boolean | undefined;
1845
+ }> | undefined;
1515
1846
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
1516
1847
  queues?: {
1517
- producers?: Record<string, string> | undefined;
1848
+ producers?: Record<string, string | {
1849
+ queue: string;
1850
+ remote?: boolean | undefined;
1851
+ }> | undefined;
1518
1852
  consumers?: {
1519
1853
  queue: string;
1520
1854
  maxBatchSize?: number | undefined;
@@ -1544,6 +1878,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1544
1878
  service: string;
1545
1879
  environment?: string;
1546
1880
  entrypoint?: string;
1881
+ remote?: boolean;
1547
1882
  __ref?: unknown;
1548
1883
  }> | undefined;
1549
1884
  ai?: {
@@ -1623,21 +1958,59 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1623
1958
  namespace: string;
1624
1959
  remote?: boolean | undefined;
1625
1960
  }> | undefined;
1961
+ stream?: Record<string, true | {
1962
+ remote?: boolean | undefined;
1963
+ }> | undefined;
1964
+ vpcServices?: Record<string, {
1965
+ serviceId: string;
1966
+ remote?: boolean | undefined;
1967
+ }> | undefined;
1968
+ vpcNetworks?: Record<string, {
1969
+ tunnelId: string;
1970
+ remote?: boolean | undefined;
1971
+ } | {
1972
+ networkId: string;
1973
+ remote?: boolean | undefined;
1974
+ }> | undefined;
1975
+ flagship?: Record<string, {
1976
+ appId: string;
1977
+ remote?: boolean | undefined;
1978
+ }> | undefined;
1626
1979
  }, {
1627
1980
  kv?: Record<string, string | {
1981
+ previewId?: string | undefined;
1982
+ remote?: boolean | undefined;
1628
1983
  id: string;
1629
1984
  } | {
1985
+ previewId?: string | undefined;
1986
+ remote?: boolean | undefined;
1630
1987
  name: string;
1631
1988
  }> | undefined;
1632
1989
  d1?: Record<string, string | {
1990
+ previewDatabaseId?: string | undefined;
1991
+ migrationsTable?: string | undefined;
1992
+ migrationsDir?: string | undefined;
1993
+ remote?: boolean | undefined;
1633
1994
  id: string;
1634
1995
  } | {
1996
+ previewDatabaseId?: string | undefined;
1997
+ migrationsTable?: string | undefined;
1998
+ migrationsDir?: string | undefined;
1999
+ remote?: boolean | undefined;
1635
2000
  name: string;
1636
2001
  }> | undefined;
1637
- r2?: Record<string, string> | undefined;
2002
+ r2?: Record<string, string | {
2003
+ bucketName: string;
2004
+ previewBucketName?: string | undefined;
2005
+ jurisdiction?: string | undefined;
2006
+ remote?: boolean | undefined;
2007
+ }> | undefined;
1638
2008
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
1639
2009
  queues?: {
1640
- producers?: Record<string, string> | undefined;
2010
+ producers?: Record<string, string | {
2011
+ queue: string;
2012
+ remote?: boolean | undefined;
2013
+ }> | undefined;
1641
2014
  consumers?: {
1642
2015
  queue: string;
1643
2016
  maxBatchSize?: number | undefined;
@@ -1667,6 +2040,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1667
2040
  service: string;
1668
2041
  environment?: string;
1669
2042
  entrypoint?: string;
2043
+ remote?: boolean;
1670
2044
  __ref?: unknown;
1671
2045
  }> | undefined;
1672
2046
  ai?: {
@@ -1746,6 +2120,24 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1746
2120
  namespace: string;
1747
2121
  remote?: boolean | undefined;
1748
2122
  }> | undefined;
2123
+ stream?: Record<string, true | {
2124
+ remote?: boolean | undefined;
2125
+ }> | undefined;
2126
+ vpcServices?: Record<string, {
2127
+ serviceId: string;
2128
+ remote?: boolean | undefined;
2129
+ }> | undefined;
2130
+ vpcNetworks?: Record<string, {
2131
+ tunnelId: string;
2132
+ remote?: boolean | undefined;
2133
+ } | {
2134
+ networkId: string;
2135
+ remote?: boolean | undefined;
2136
+ }> | undefined;
2137
+ flagship?: Record<string, {
2138
+ appId: string;
2139
+ remote?: boolean | undefined;
2140
+ }> | undefined;
1749
2141
  }>>;
1750
2142
  triggers: z.ZodOptional<z.ZodObject<{
1751
2143
  crons: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -2145,35 +2537,95 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2145
2537
  }>>>;
2146
2538
  readonly bindings: z.ZodOptional<z.ZodOptional<z.ZodObject<{
2147
2539
  kv: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
2540
+ previewId: z.ZodOptional<z.ZodString>;
2541
+ remote: z.ZodOptional<z.ZodBoolean>;
2148
2542
  id: z.ZodString;
2149
2543
  }, "strict", z.ZodTypeAny, {
2544
+ previewId?: string | undefined;
2545
+ remote?: boolean | undefined;
2150
2546
  id: string;
2151
2547
  }, {
2548
+ previewId?: string | undefined;
2549
+ remote?: boolean | undefined;
2152
2550
  id: string;
2153
2551
  }>, z.ZodObject<{
2552
+ previewId: z.ZodOptional<z.ZodString>;
2553
+ remote: z.ZodOptional<z.ZodBoolean>;
2154
2554
  name: z.ZodString;
2155
2555
  }, "strict", z.ZodTypeAny, {
2556
+ previewId?: string | undefined;
2557
+ remote?: boolean | undefined;
2156
2558
  name: string;
2157
2559
  }, {
2560
+ previewId?: string | undefined;
2561
+ remote?: boolean | undefined;
2158
2562
  name: string;
2159
2563
  }>]>>>;
2160
2564
  d1: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
2565
+ previewDatabaseId: z.ZodOptional<z.ZodString>;
2566
+ migrationsTable: z.ZodOptional<z.ZodString>;
2567
+ migrationsDir: z.ZodOptional<z.ZodString>;
2568
+ remote: z.ZodOptional<z.ZodBoolean>;
2161
2569
  id: z.ZodString;
2162
2570
  }, "strict", z.ZodTypeAny, {
2571
+ previewDatabaseId?: string | undefined;
2572
+ migrationsTable?: string | undefined;
2573
+ migrationsDir?: string | undefined;
2574
+ remote?: boolean | undefined;
2163
2575
  id: string;
2164
2576
  }, {
2577
+ previewDatabaseId?: string | undefined;
2578
+ migrationsTable?: string | undefined;
2579
+ migrationsDir?: string | undefined;
2580
+ remote?: boolean | undefined;
2165
2581
  id: string;
2166
2582
  }>, z.ZodObject<{
2583
+ previewDatabaseId: z.ZodOptional<z.ZodString>;
2584
+ migrationsTable: z.ZodOptional<z.ZodString>;
2585
+ migrationsDir: z.ZodOptional<z.ZodString>;
2586
+ remote: z.ZodOptional<z.ZodBoolean>;
2167
2587
  name: z.ZodString;
2168
2588
  }, "strict", z.ZodTypeAny, {
2589
+ previewDatabaseId?: string | undefined;
2590
+ migrationsTable?: string | undefined;
2591
+ migrationsDir?: string | undefined;
2592
+ remote?: boolean | undefined;
2169
2593
  name: string;
2170
2594
  }, {
2595
+ previewDatabaseId?: string | undefined;
2596
+ migrationsTable?: string | undefined;
2597
+ migrationsDir?: string | undefined;
2598
+ remote?: boolean | undefined;
2171
2599
  name: string;
2172
2600
  }>]>>>;
2173
- r2: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
2601
+ r2: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
2602
+ bucketName: z.ZodString;
2603
+ previewBucketName: z.ZodOptional<z.ZodString>;
2604
+ jurisdiction: z.ZodOptional<z.ZodString>;
2605
+ remote: z.ZodOptional<z.ZodBoolean>;
2606
+ }, "strict", z.ZodTypeAny, {
2607
+ bucketName: string;
2608
+ previewBucketName?: string | undefined;
2609
+ jurisdiction?: string | undefined;
2610
+ remote?: boolean | undefined;
2611
+ }, {
2612
+ bucketName: string;
2613
+ previewBucketName?: string | undefined;
2614
+ jurisdiction?: string | undefined;
2615
+ remote?: boolean | undefined;
2616
+ }>]>>>;
2174
2617
  durableObjects: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<import("./schema-bindings.js").DurableObjectBindingInput, z.ZodTypeDef, import("./schema-bindings.js").DurableObjectBindingInput>>>;
2175
2618
  queues: z.ZodOptional<z.ZodObject<{
2176
- producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
2619
+ producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
2620
+ queue: z.ZodString;
2621
+ remote: z.ZodOptional<z.ZodBoolean>;
2622
+ }, "strict", z.ZodTypeAny, {
2623
+ queue: string;
2624
+ remote?: boolean | undefined;
2625
+ }, {
2626
+ queue: string;
2627
+ remote?: boolean | undefined;
2628
+ }>]>>>;
2177
2629
  consumers: z.ZodOptional<z.ZodArray<z.ZodObject<{
2178
2630
  queue: z.ZodString;
2179
2631
  maxBatchSize: z.ZodOptional<z.ZodNumber>;
@@ -2200,7 +2652,10 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2200
2652
  retryDelay?: number | undefined;
2201
2653
  }>, "many">>;
2202
2654
  }, "strip", z.ZodTypeAny, {
2203
- producers?: Record<string, string> | undefined;
2655
+ producers?: Record<string, string | {
2656
+ queue: string;
2657
+ remote?: boolean | undefined;
2658
+ }> | undefined;
2204
2659
  consumers?: {
2205
2660
  queue: string;
2206
2661
  maxBatchSize?: number | undefined;
@@ -2211,7 +2666,10 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2211
2666
  retryDelay?: number | undefined;
2212
2667
  }[] | undefined;
2213
2668
  }, {
2214
- producers?: Record<string, string> | undefined;
2669
+ producers?: Record<string, string | {
2670
+ queue: string;
2671
+ remote?: boolean | undefined;
2672
+ }> | undefined;
2215
2673
  consumers?: {
2216
2674
  queue: string;
2217
2675
  maxBatchSize?: number | undefined;
@@ -2269,11 +2727,13 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2269
2727
  service: string;
2270
2728
  environment?: string;
2271
2729
  entrypoint?: string;
2730
+ remote?: boolean;
2272
2731
  __ref?: unknown;
2273
2732
  }, z.ZodTypeDef, {
2274
2733
  service: string;
2275
2734
  environment?: string;
2276
2735
  entrypoint?: string;
2736
+ remote?: boolean;
2277
2737
  __ref?: unknown;
2278
2738
  }>>>;
2279
2739
  ai: z.ZodOptional<z.ZodObject<{
@@ -2477,7 +2937,39 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2477
2937
  pipeline: string;
2478
2938
  remote?: boolean | undefined;
2479
2939
  }>]>>>;
2480
- images: z.ZodEffects<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
2940
+ images: z.ZodEffects<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
2941
+ remote: z.ZodOptional<z.ZodBoolean>;
2942
+ }, "strict", z.ZodTypeAny, {
2943
+ remote?: boolean | undefined;
2944
+ }, {
2945
+ remote?: boolean | undefined;
2946
+ }>, z.ZodLiteral<true>]>>>, Record<string, true | {
2947
+ remote?: boolean | undefined;
2948
+ }> | undefined, Record<string, true | {
2949
+ remote?: boolean | undefined;
2950
+ }> | undefined>;
2951
+ media: z.ZodEffects<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
2952
+ remote: z.ZodOptional<z.ZodBoolean>;
2953
+ }, "strict", z.ZodTypeAny, {
2954
+ remote?: boolean | undefined;
2955
+ }, {
2956
+ remote?: boolean | undefined;
2957
+ }>, z.ZodLiteral<true>]>>>, Record<string, true | {
2958
+ remote?: boolean | undefined;
2959
+ }> | undefined, Record<string, true | {
2960
+ remote?: boolean | undefined;
2961
+ }> | undefined>;
2962
+ artifacts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
2963
+ namespace: z.ZodString;
2964
+ remote: z.ZodOptional<z.ZodBoolean>;
2965
+ }, "strict", z.ZodTypeAny, {
2966
+ namespace: string;
2967
+ remote?: boolean | undefined;
2968
+ }, {
2969
+ namespace: string;
2970
+ remote?: boolean | undefined;
2971
+ }>]>>>;
2972
+ stream: z.ZodEffects<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
2481
2973
  remote: z.ZodOptional<z.ZodBoolean>;
2482
2974
  }, "strict", z.ZodTypeAny, {
2483
2975
  remote?: boolean | undefined;
@@ -2488,42 +2980,80 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2488
2980
  }> | undefined, Record<string, true | {
2489
2981
  remote?: boolean | undefined;
2490
2982
  }> | undefined>;
2491
- media: z.ZodEffects<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
2983
+ vpcServices: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2984
+ serviceId: z.ZodString;
2492
2985
  remote: z.ZodOptional<z.ZodBoolean>;
2493
2986
  }, "strict", z.ZodTypeAny, {
2987
+ serviceId: string;
2494
2988
  remote?: boolean | undefined;
2495
2989
  }, {
2990
+ serviceId: string;
2496
2991
  remote?: boolean | undefined;
2497
- }>, z.ZodLiteral<true>]>>>, Record<string, true | {
2992
+ }>>>;
2993
+ vpcNetworks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
2994
+ tunnelId: z.ZodString;
2995
+ remote: z.ZodOptional<z.ZodBoolean>;
2996
+ }, "strict", z.ZodTypeAny, {
2997
+ tunnelId: string;
2498
2998
  remote?: boolean | undefined;
2499
- }> | undefined, Record<string, true | {
2999
+ }, {
3000
+ tunnelId: string;
2500
3001
  remote?: boolean | undefined;
2501
- }> | undefined>;
2502
- artifacts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
2503
- namespace: z.ZodString;
3002
+ }>, z.ZodObject<{
3003
+ networkId: z.ZodString;
2504
3004
  remote: z.ZodOptional<z.ZodBoolean>;
2505
3005
  }, "strict", z.ZodTypeAny, {
2506
- namespace: string;
3006
+ networkId: string;
2507
3007
  remote?: boolean | undefined;
2508
3008
  }, {
2509
- namespace: string;
3009
+ networkId: string;
2510
3010
  remote?: boolean | undefined;
2511
3011
  }>]>>>;
3012
+ flagship: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
3013
+ appId: z.ZodString;
3014
+ remote: z.ZodOptional<z.ZodBoolean>;
3015
+ }, "strict", z.ZodTypeAny, {
3016
+ appId: string;
3017
+ remote?: boolean | undefined;
3018
+ }, {
3019
+ appId: string;
3020
+ remote?: boolean | undefined;
3021
+ }>>>;
2512
3022
  }, "strip", z.ZodTypeAny, {
2513
3023
  kv?: Record<string, string | {
3024
+ previewId?: string | undefined;
3025
+ remote?: boolean | undefined;
2514
3026
  id: string;
2515
3027
  } | {
3028
+ previewId?: string | undefined;
3029
+ remote?: boolean | undefined;
2516
3030
  name: string;
2517
3031
  }> | undefined;
2518
3032
  d1?: Record<string, string | {
3033
+ previewDatabaseId?: string | undefined;
3034
+ migrationsTable?: string | undefined;
3035
+ migrationsDir?: string | undefined;
3036
+ remote?: boolean | undefined;
2519
3037
  id: string;
2520
3038
  } | {
3039
+ previewDatabaseId?: string | undefined;
3040
+ migrationsTable?: string | undefined;
3041
+ migrationsDir?: string | undefined;
3042
+ remote?: boolean | undefined;
2521
3043
  name: string;
2522
3044
  }> | undefined;
2523
- r2?: Record<string, string> | undefined;
3045
+ r2?: Record<string, string | {
3046
+ bucketName: string;
3047
+ previewBucketName?: string | undefined;
3048
+ jurisdiction?: string | undefined;
3049
+ remote?: boolean | undefined;
3050
+ }> | undefined;
2524
3051
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
2525
3052
  queues?: {
2526
- producers?: Record<string, string> | undefined;
3053
+ producers?: Record<string, string | {
3054
+ queue: string;
3055
+ remote?: boolean | undefined;
3056
+ }> | undefined;
2527
3057
  consumers?: {
2528
3058
  queue: string;
2529
3059
  maxBatchSize?: number | undefined;
@@ -2553,6 +3083,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2553
3083
  service: string;
2554
3084
  environment?: string;
2555
3085
  entrypoint?: string;
3086
+ remote?: boolean;
2556
3087
  __ref?: unknown;
2557
3088
  }> | undefined;
2558
3089
  ai?: {
@@ -2632,21 +3163,59 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2632
3163
  namespace: string;
2633
3164
  remote?: boolean | undefined;
2634
3165
  }> | undefined;
3166
+ stream?: Record<string, true | {
3167
+ remote?: boolean | undefined;
3168
+ }> | undefined;
3169
+ vpcServices?: Record<string, {
3170
+ serviceId: string;
3171
+ remote?: boolean | undefined;
3172
+ }> | undefined;
3173
+ vpcNetworks?: Record<string, {
3174
+ tunnelId: string;
3175
+ remote?: boolean | undefined;
3176
+ } | {
3177
+ networkId: string;
3178
+ remote?: boolean | undefined;
3179
+ }> | undefined;
3180
+ flagship?: Record<string, {
3181
+ appId: string;
3182
+ remote?: boolean | undefined;
3183
+ }> | undefined;
2635
3184
  }, {
2636
3185
  kv?: Record<string, string | {
3186
+ previewId?: string | undefined;
3187
+ remote?: boolean | undefined;
2637
3188
  id: string;
2638
3189
  } | {
3190
+ previewId?: string | undefined;
3191
+ remote?: boolean | undefined;
2639
3192
  name: string;
2640
3193
  }> | undefined;
2641
3194
  d1?: Record<string, string | {
3195
+ previewDatabaseId?: string | undefined;
3196
+ migrationsTable?: string | undefined;
3197
+ migrationsDir?: string | undefined;
3198
+ remote?: boolean | undefined;
2642
3199
  id: string;
2643
3200
  } | {
3201
+ previewDatabaseId?: string | undefined;
3202
+ migrationsTable?: string | undefined;
3203
+ migrationsDir?: string | undefined;
3204
+ remote?: boolean | undefined;
2644
3205
  name: string;
2645
3206
  }> | undefined;
2646
- r2?: Record<string, string> | undefined;
3207
+ r2?: Record<string, string | {
3208
+ bucketName: string;
3209
+ previewBucketName?: string | undefined;
3210
+ jurisdiction?: string | undefined;
3211
+ remote?: boolean | undefined;
3212
+ }> | undefined;
2647
3213
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
2648
3214
  queues?: {
2649
- producers?: Record<string, string> | undefined;
3215
+ producers?: Record<string, string | {
3216
+ queue: string;
3217
+ remote?: boolean | undefined;
3218
+ }> | undefined;
2650
3219
  consumers?: {
2651
3220
  queue: string;
2652
3221
  maxBatchSize?: number | undefined;
@@ -2676,6 +3245,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2676
3245
  service: string;
2677
3246
  environment?: string;
2678
3247
  entrypoint?: string;
3248
+ remote?: boolean;
2679
3249
  __ref?: unknown;
2680
3250
  }> | undefined;
2681
3251
  ai?: {
@@ -2755,6 +3325,24 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2755
3325
  namespace: string;
2756
3326
  remote?: boolean | undefined;
2757
3327
  }> | undefined;
3328
+ stream?: Record<string, true | {
3329
+ remote?: boolean | undefined;
3330
+ }> | undefined;
3331
+ vpcServices?: Record<string, {
3332
+ serviceId: string;
3333
+ remote?: boolean | undefined;
3334
+ }> | undefined;
3335
+ vpcNetworks?: Record<string, {
3336
+ tunnelId: string;
3337
+ remote?: boolean | undefined;
3338
+ } | {
3339
+ networkId: string;
3340
+ remote?: boolean | undefined;
3341
+ }> | undefined;
3342
+ flagship?: Record<string, {
3343
+ appId: string;
3344
+ remote?: boolean | undefined;
3345
+ }> | undefined;
2758
3346
  }>>>;
2759
3347
  readonly triggers: z.ZodOptional<z.ZodOptional<z.ZodObject<{
2760
3348
  crons: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -3093,19 +3681,39 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3093
3681
  } | undefined;
3094
3682
  bindings?: {
3095
3683
  kv?: Record<string, string | {
3684
+ previewId?: string | undefined;
3685
+ remote?: boolean | undefined;
3096
3686
  id: string;
3097
3687
  } | {
3688
+ previewId?: string | undefined;
3689
+ remote?: boolean | undefined;
3098
3690
  name: string;
3099
3691
  }> | undefined;
3100
3692
  d1?: Record<string, string | {
3693
+ previewDatabaseId?: string | undefined;
3694
+ migrationsTable?: string | undefined;
3695
+ migrationsDir?: string | undefined;
3696
+ remote?: boolean | undefined;
3101
3697
  id: string;
3102
3698
  } | {
3699
+ previewDatabaseId?: string | undefined;
3700
+ migrationsTable?: string | undefined;
3701
+ migrationsDir?: string | undefined;
3702
+ remote?: boolean | undefined;
3103
3703
  name: string;
3104
3704
  }> | undefined;
3105
- r2?: Record<string, string> | undefined;
3705
+ r2?: Record<string, string | {
3706
+ bucketName: string;
3707
+ previewBucketName?: string | undefined;
3708
+ jurisdiction?: string | undefined;
3709
+ remote?: boolean | undefined;
3710
+ }> | undefined;
3106
3711
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
3107
3712
  queues?: {
3108
- producers?: Record<string, string> | undefined;
3713
+ producers?: Record<string, string | {
3714
+ queue: string;
3715
+ remote?: boolean | undefined;
3716
+ }> | undefined;
3109
3717
  consumers?: {
3110
3718
  queue: string;
3111
3719
  maxBatchSize?: number | undefined;
@@ -3135,6 +3743,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3135
3743
  service: string;
3136
3744
  environment?: string;
3137
3745
  entrypoint?: string;
3746
+ remote?: boolean;
3138
3747
  __ref?: unknown;
3139
3748
  }> | undefined;
3140
3749
  ai?: {
@@ -3214,6 +3823,24 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3214
3823
  namespace: string;
3215
3824
  remote?: boolean | undefined;
3216
3825
  }> | undefined;
3826
+ stream?: Record<string, true | {
3827
+ remote?: boolean | undefined;
3828
+ }> | undefined;
3829
+ vpcServices?: Record<string, {
3830
+ serviceId: string;
3831
+ remote?: boolean | undefined;
3832
+ }> | undefined;
3833
+ vpcNetworks?: Record<string, {
3834
+ tunnelId: string;
3835
+ remote?: boolean | undefined;
3836
+ } | {
3837
+ networkId: string;
3838
+ remote?: boolean | undefined;
3839
+ }> | undefined;
3840
+ flagship?: Record<string, {
3841
+ appId: string;
3842
+ remote?: boolean | undefined;
3843
+ }> | undefined;
3217
3844
  } | undefined;
3218
3845
  triggers?: {
3219
3846
  crons?: string[] | undefined;
@@ -3346,19 +3973,39 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3346
3973
  } | undefined;
3347
3974
  bindings?: {
3348
3975
  kv?: Record<string, string | {
3976
+ previewId?: string | undefined;
3977
+ remote?: boolean | undefined;
3349
3978
  id: string;
3350
3979
  } | {
3980
+ previewId?: string | undefined;
3981
+ remote?: boolean | undefined;
3351
3982
  name: string;
3352
3983
  }> | undefined;
3353
3984
  d1?: Record<string, string | {
3985
+ previewDatabaseId?: string | undefined;
3986
+ migrationsTable?: string | undefined;
3987
+ migrationsDir?: string | undefined;
3988
+ remote?: boolean | undefined;
3354
3989
  id: string;
3355
3990
  } | {
3991
+ previewDatabaseId?: string | undefined;
3992
+ migrationsTable?: string | undefined;
3993
+ migrationsDir?: string | undefined;
3994
+ remote?: boolean | undefined;
3356
3995
  name: string;
3357
3996
  }> | undefined;
3358
- r2?: Record<string, string> | undefined;
3997
+ r2?: Record<string, string | {
3998
+ bucketName: string;
3999
+ previewBucketName?: string | undefined;
4000
+ jurisdiction?: string | undefined;
4001
+ remote?: boolean | undefined;
4002
+ }> | undefined;
3359
4003
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
3360
4004
  queues?: {
3361
- producers?: Record<string, string> | undefined;
4005
+ producers?: Record<string, string | {
4006
+ queue: string;
4007
+ remote?: boolean | undefined;
4008
+ }> | undefined;
3362
4009
  consumers?: {
3363
4010
  queue: string;
3364
4011
  maxBatchSize?: number | undefined;
@@ -3388,6 +4035,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3388
4035
  service: string;
3389
4036
  environment?: string;
3390
4037
  entrypoint?: string;
4038
+ remote?: boolean;
3391
4039
  __ref?: unknown;
3392
4040
  }> | undefined;
3393
4041
  ai?: {
@@ -3467,6 +4115,24 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3467
4115
  namespace: string;
3468
4116
  remote?: boolean | undefined;
3469
4117
  }> | undefined;
4118
+ stream?: Record<string, true | {
4119
+ remote?: boolean | undefined;
4120
+ }> | undefined;
4121
+ vpcServices?: Record<string, {
4122
+ serviceId: string;
4123
+ remote?: boolean | undefined;
4124
+ }> | undefined;
4125
+ vpcNetworks?: Record<string, {
4126
+ tunnelId: string;
4127
+ remote?: boolean | undefined;
4128
+ } | {
4129
+ networkId: string;
4130
+ remote?: boolean | undefined;
4131
+ }> | undefined;
4132
+ flagship?: Record<string, {
4133
+ appId: string;
4134
+ remote?: boolean | undefined;
4135
+ }> | undefined;
3470
4136
  } | undefined;
3471
4137
  triggers?: {
3472
4138
  crons?: string[] | undefined;
@@ -3601,19 +4267,39 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3601
4267
  } | undefined;
3602
4268
  bindings?: {
3603
4269
  kv?: Record<string, string | {
4270
+ previewId?: string | undefined;
4271
+ remote?: boolean | undefined;
3604
4272
  id: string;
3605
4273
  } | {
4274
+ previewId?: string | undefined;
4275
+ remote?: boolean | undefined;
3606
4276
  name: string;
3607
4277
  }> | undefined;
3608
4278
  d1?: Record<string, string | {
4279
+ previewDatabaseId?: string | undefined;
4280
+ migrationsTable?: string | undefined;
4281
+ migrationsDir?: string | undefined;
4282
+ remote?: boolean | undefined;
3609
4283
  id: string;
3610
4284
  } | {
4285
+ previewDatabaseId?: string | undefined;
4286
+ migrationsTable?: string | undefined;
4287
+ migrationsDir?: string | undefined;
4288
+ remote?: boolean | undefined;
3611
4289
  name: string;
3612
4290
  }> | undefined;
3613
- r2?: Record<string, string> | undefined;
4291
+ r2?: Record<string, string | {
4292
+ bucketName: string;
4293
+ previewBucketName?: string | undefined;
4294
+ jurisdiction?: string | undefined;
4295
+ remote?: boolean | undefined;
4296
+ }> | undefined;
3614
4297
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
3615
4298
  queues?: {
3616
- producers?: Record<string, string> | undefined;
4299
+ producers?: Record<string, string | {
4300
+ queue: string;
4301
+ remote?: boolean | undefined;
4302
+ }> | undefined;
3617
4303
  consumers?: {
3618
4304
  queue: string;
3619
4305
  maxBatchSize?: number | undefined;
@@ -3643,6 +4329,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3643
4329
  service: string;
3644
4330
  environment?: string;
3645
4331
  entrypoint?: string;
4332
+ remote?: boolean;
3646
4333
  __ref?: unknown;
3647
4334
  }> | undefined;
3648
4335
  ai?: {
@@ -3722,6 +4409,24 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3722
4409
  namespace: string;
3723
4410
  remote?: boolean | undefined;
3724
4411
  }> | undefined;
4412
+ stream?: Record<string, true | {
4413
+ remote?: boolean | undefined;
4414
+ }> | undefined;
4415
+ vpcServices?: Record<string, {
4416
+ serviceId: string;
4417
+ remote?: boolean | undefined;
4418
+ }> | undefined;
4419
+ vpcNetworks?: Record<string, {
4420
+ tunnelId: string;
4421
+ remote?: boolean | undefined;
4422
+ } | {
4423
+ networkId: string;
4424
+ remote?: boolean | undefined;
4425
+ }> | undefined;
4426
+ flagship?: Record<string, {
4427
+ appId: string;
4428
+ remote?: boolean | undefined;
4429
+ }> | undefined;
3725
4430
  } | undefined;
3726
4431
  triggers?: {
3727
4432
  crons?: string[] | undefined;
@@ -3860,19 +4565,39 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3860
4565
  } | undefined;
3861
4566
  bindings?: {
3862
4567
  kv?: Record<string, string | {
4568
+ previewId?: string | undefined;
4569
+ remote?: boolean | undefined;
3863
4570
  id: string;
3864
4571
  } | {
4572
+ previewId?: string | undefined;
4573
+ remote?: boolean | undefined;
3865
4574
  name: string;
3866
4575
  }> | undefined;
3867
4576
  d1?: Record<string, string | {
4577
+ previewDatabaseId?: string | undefined;
4578
+ migrationsTable?: string | undefined;
4579
+ migrationsDir?: string | undefined;
4580
+ remote?: boolean | undefined;
3868
4581
  id: string;
3869
4582
  } | {
4583
+ previewDatabaseId?: string | undefined;
4584
+ migrationsTable?: string | undefined;
4585
+ migrationsDir?: string | undefined;
4586
+ remote?: boolean | undefined;
3870
4587
  name: string;
3871
4588
  }> | undefined;
3872
- r2?: Record<string, string> | undefined;
4589
+ r2?: Record<string, string | {
4590
+ bucketName: string;
4591
+ previewBucketName?: string | undefined;
4592
+ jurisdiction?: string | undefined;
4593
+ remote?: boolean | undefined;
4594
+ }> | undefined;
3873
4595
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
3874
4596
  queues?: {
3875
- producers?: Record<string, string> | undefined;
4597
+ producers?: Record<string, string | {
4598
+ queue: string;
4599
+ remote?: boolean | undefined;
4600
+ }> | undefined;
3876
4601
  consumers?: {
3877
4602
  queue: string;
3878
4603
  maxBatchSize?: number | undefined;
@@ -3902,6 +4627,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3902
4627
  service: string;
3903
4628
  environment?: string;
3904
4629
  entrypoint?: string;
4630
+ remote?: boolean;
3905
4631
  __ref?: unknown;
3906
4632
  }> | undefined;
3907
4633
  ai?: {
@@ -3981,6 +4707,24 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3981
4707
  namespace: string;
3982
4708
  remote?: boolean | undefined;
3983
4709
  }> | undefined;
4710
+ stream?: Record<string, true | {
4711
+ remote?: boolean | undefined;
4712
+ }> | undefined;
4713
+ vpcServices?: Record<string, {
4714
+ serviceId: string;
4715
+ remote?: boolean | undefined;
4716
+ }> | undefined;
4717
+ vpcNetworks?: Record<string, {
4718
+ tunnelId: string;
4719
+ remote?: boolean | undefined;
4720
+ } | {
4721
+ networkId: string;
4722
+ remote?: boolean | undefined;
4723
+ }> | undefined;
4724
+ flagship?: Record<string, {
4725
+ appId: string;
4726
+ remote?: boolean | undefined;
4727
+ }> | undefined;
3984
4728
  } | undefined;
3985
4729
  triggers?: {
3986
4730
  crons?: string[] | undefined;
@@ -4115,19 +4859,39 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4115
4859
  } | undefined;
4116
4860
  bindings?: {
4117
4861
  kv?: Record<string, string | {
4862
+ previewId?: string | undefined;
4863
+ remote?: boolean | undefined;
4118
4864
  id: string;
4119
4865
  } | {
4866
+ previewId?: string | undefined;
4867
+ remote?: boolean | undefined;
4120
4868
  name: string;
4121
4869
  }> | undefined;
4122
4870
  d1?: Record<string, string | {
4871
+ previewDatabaseId?: string | undefined;
4872
+ migrationsTable?: string | undefined;
4873
+ migrationsDir?: string | undefined;
4874
+ remote?: boolean | undefined;
4123
4875
  id: string;
4124
4876
  } | {
4877
+ previewDatabaseId?: string | undefined;
4878
+ migrationsTable?: string | undefined;
4879
+ migrationsDir?: string | undefined;
4880
+ remote?: boolean | undefined;
4125
4881
  name: string;
4126
4882
  }> | undefined;
4127
- r2?: Record<string, string> | undefined;
4883
+ r2?: Record<string, string | {
4884
+ bucketName: string;
4885
+ previewBucketName?: string | undefined;
4886
+ jurisdiction?: string | undefined;
4887
+ remote?: boolean | undefined;
4888
+ }> | undefined;
4128
4889
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
4129
4890
  queues?: {
4130
- producers?: Record<string, string> | undefined;
4891
+ producers?: Record<string, string | {
4892
+ queue: string;
4893
+ remote?: boolean | undefined;
4894
+ }> | undefined;
4131
4895
  consumers?: {
4132
4896
  queue: string;
4133
4897
  maxBatchSize?: number | undefined;
@@ -4157,6 +4921,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4157
4921
  service: string;
4158
4922
  environment?: string;
4159
4923
  entrypoint?: string;
4924
+ remote?: boolean;
4160
4925
  __ref?: unknown;
4161
4926
  }> | undefined;
4162
4927
  ai?: {
@@ -4236,6 +5001,24 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4236
5001
  namespace: string;
4237
5002
  remote?: boolean | undefined;
4238
5003
  }> | undefined;
5004
+ stream?: Record<string, true | {
5005
+ remote?: boolean | undefined;
5006
+ }> | undefined;
5007
+ vpcServices?: Record<string, {
5008
+ serviceId: string;
5009
+ remote?: boolean | undefined;
5010
+ }> | undefined;
5011
+ vpcNetworks?: Record<string, {
5012
+ tunnelId: string;
5013
+ remote?: boolean | undefined;
5014
+ } | {
5015
+ networkId: string;
5016
+ remote?: boolean | undefined;
5017
+ }> | undefined;
5018
+ flagship?: Record<string, {
5019
+ appId: string;
5020
+ remote?: boolean | undefined;
5021
+ }> | undefined;
4239
5022
  } | undefined;
4240
5023
  triggers?: {
4241
5024
  crons?: string[] | undefined;
@@ -4374,19 +5157,39 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4374
5157
  } | undefined;
4375
5158
  bindings?: {
4376
5159
  kv?: Record<string, string | {
5160
+ previewId?: string | undefined;
5161
+ remote?: boolean | undefined;
4377
5162
  id: string;
4378
5163
  } | {
5164
+ previewId?: string | undefined;
5165
+ remote?: boolean | undefined;
4379
5166
  name: string;
4380
5167
  }> | undefined;
4381
5168
  d1?: Record<string, string | {
5169
+ previewDatabaseId?: string | undefined;
5170
+ migrationsTable?: string | undefined;
5171
+ migrationsDir?: string | undefined;
5172
+ remote?: boolean | undefined;
4382
5173
  id: string;
4383
5174
  } | {
5175
+ previewDatabaseId?: string | undefined;
5176
+ migrationsTable?: string | undefined;
5177
+ migrationsDir?: string | undefined;
5178
+ remote?: boolean | undefined;
4384
5179
  name: string;
4385
5180
  }> | undefined;
4386
- r2?: Record<string, string> | undefined;
5181
+ r2?: Record<string, string | {
5182
+ bucketName: string;
5183
+ previewBucketName?: string | undefined;
5184
+ jurisdiction?: string | undefined;
5185
+ remote?: boolean | undefined;
5186
+ }> | undefined;
4387
5187
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
4388
5188
  queues?: {
4389
- producers?: Record<string, string> | undefined;
5189
+ producers?: Record<string, string | {
5190
+ queue: string;
5191
+ remote?: boolean | undefined;
5192
+ }> | undefined;
4390
5193
  consumers?: {
4391
5194
  queue: string;
4392
5195
  maxBatchSize?: number | undefined;
@@ -4416,6 +5219,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4416
5219
  service: string;
4417
5220
  environment?: string;
4418
5221
  entrypoint?: string;
5222
+ remote?: boolean;
4419
5223
  __ref?: unknown;
4420
5224
  }> | undefined;
4421
5225
  ai?: {
@@ -4495,6 +5299,24 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4495
5299
  namespace: string;
4496
5300
  remote?: boolean | undefined;
4497
5301
  }> | undefined;
5302
+ stream?: Record<string, true | {
5303
+ remote?: boolean | undefined;
5304
+ }> | undefined;
5305
+ vpcServices?: Record<string, {
5306
+ serviceId: string;
5307
+ remote?: boolean | undefined;
5308
+ }> | undefined;
5309
+ vpcNetworks?: Record<string, {
5310
+ tunnelId: string;
5311
+ remote?: boolean | undefined;
5312
+ } | {
5313
+ networkId: string;
5314
+ remote?: boolean | undefined;
5315
+ }> | undefined;
5316
+ flagship?: Record<string, {
5317
+ appId: string;
5318
+ remote?: boolean | undefined;
5319
+ }> | undefined;
4498
5320
  } | undefined;
4499
5321
  triggers?: {
4500
5322
  crons?: string[] | undefined;
@@ -4629,19 +5451,39 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4629
5451
  } | undefined;
4630
5452
  bindings?: {
4631
5453
  kv?: Record<string, string | {
5454
+ previewId?: string | undefined;
5455
+ remote?: boolean | undefined;
4632
5456
  id: string;
4633
5457
  } | {
5458
+ previewId?: string | undefined;
5459
+ remote?: boolean | undefined;
4634
5460
  name: string;
4635
5461
  }> | undefined;
4636
5462
  d1?: Record<string, string | {
5463
+ previewDatabaseId?: string | undefined;
5464
+ migrationsTable?: string | undefined;
5465
+ migrationsDir?: string | undefined;
5466
+ remote?: boolean | undefined;
4637
5467
  id: string;
4638
5468
  } | {
5469
+ previewDatabaseId?: string | undefined;
5470
+ migrationsTable?: string | undefined;
5471
+ migrationsDir?: string | undefined;
5472
+ remote?: boolean | undefined;
4639
5473
  name: string;
4640
5474
  }> | undefined;
4641
- r2?: Record<string, string> | undefined;
5475
+ r2?: Record<string, string | {
5476
+ bucketName: string;
5477
+ previewBucketName?: string | undefined;
5478
+ jurisdiction?: string | undefined;
5479
+ remote?: boolean | undefined;
5480
+ }> | undefined;
4642
5481
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
4643
5482
  queues?: {
4644
- producers?: Record<string, string> | undefined;
5483
+ producers?: Record<string, string | {
5484
+ queue: string;
5485
+ remote?: boolean | undefined;
5486
+ }> | undefined;
4645
5487
  consumers?: {
4646
5488
  queue: string;
4647
5489
  maxBatchSize?: number | undefined;
@@ -4671,6 +5513,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4671
5513
  service: string;
4672
5514
  environment?: string;
4673
5515
  entrypoint?: string;
5516
+ remote?: boolean;
4674
5517
  __ref?: unknown;
4675
5518
  }> | undefined;
4676
5519
  ai?: {
@@ -4750,6 +5593,24 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4750
5593
  namespace: string;
4751
5594
  remote?: boolean | undefined;
4752
5595
  }> | undefined;
5596
+ stream?: Record<string, true | {
5597
+ remote?: boolean | undefined;
5598
+ }> | undefined;
5599
+ vpcServices?: Record<string, {
5600
+ serviceId: string;
5601
+ remote?: boolean | undefined;
5602
+ }> | undefined;
5603
+ vpcNetworks?: Record<string, {
5604
+ tunnelId: string;
5605
+ remote?: boolean | undefined;
5606
+ } | {
5607
+ networkId: string;
5608
+ remote?: boolean | undefined;
5609
+ }> | undefined;
5610
+ flagship?: Record<string, {
5611
+ appId: string;
5612
+ remote?: boolean | undefined;
5613
+ }> | undefined;
4753
5614
  } | undefined;
4754
5615
  triggers?: {
4755
5616
  crons?: string[] | undefined;
@@ -4888,19 +5749,39 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4888
5749
  } | undefined;
4889
5750
  bindings?: {
4890
5751
  kv?: Record<string, string | {
5752
+ previewId?: string | undefined;
5753
+ remote?: boolean | undefined;
4891
5754
  id: string;
4892
5755
  } | {
5756
+ previewId?: string | undefined;
5757
+ remote?: boolean | undefined;
4893
5758
  name: string;
4894
5759
  }> | undefined;
4895
5760
  d1?: Record<string, string | {
5761
+ previewDatabaseId?: string | undefined;
5762
+ migrationsTable?: string | undefined;
5763
+ migrationsDir?: string | undefined;
5764
+ remote?: boolean | undefined;
4896
5765
  id: string;
4897
5766
  } | {
5767
+ previewDatabaseId?: string | undefined;
5768
+ migrationsTable?: string | undefined;
5769
+ migrationsDir?: string | undefined;
5770
+ remote?: boolean | undefined;
4898
5771
  name: string;
4899
5772
  }> | undefined;
4900
- r2?: Record<string, string> | undefined;
5773
+ r2?: Record<string, string | {
5774
+ bucketName: string;
5775
+ previewBucketName?: string | undefined;
5776
+ jurisdiction?: string | undefined;
5777
+ remote?: boolean | undefined;
5778
+ }> | undefined;
4901
5779
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
4902
5780
  queues?: {
4903
- producers?: Record<string, string> | undefined;
5781
+ producers?: Record<string, string | {
5782
+ queue: string;
5783
+ remote?: boolean | undefined;
5784
+ }> | undefined;
4904
5785
  consumers?: {
4905
5786
  queue: string;
4906
5787
  maxBatchSize?: number | undefined;
@@ -4930,6 +5811,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4930
5811
  service: string;
4931
5812
  environment?: string;
4932
5813
  entrypoint?: string;
5814
+ remote?: boolean;
4933
5815
  __ref?: unknown;
4934
5816
  }> | undefined;
4935
5817
  ai?: {
@@ -5009,6 +5891,24 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5009
5891
  namespace: string;
5010
5892
  remote?: boolean | undefined;
5011
5893
  }> | undefined;
5894
+ stream?: Record<string, true | {
5895
+ remote?: boolean | undefined;
5896
+ }> | undefined;
5897
+ vpcServices?: Record<string, {
5898
+ serviceId: string;
5899
+ remote?: boolean | undefined;
5900
+ }> | undefined;
5901
+ vpcNetworks?: Record<string, {
5902
+ tunnelId: string;
5903
+ remote?: boolean | undefined;
5904
+ } | {
5905
+ networkId: string;
5906
+ remote?: boolean | undefined;
5907
+ }> | undefined;
5908
+ flagship?: Record<string, {
5909
+ appId: string;
5910
+ remote?: boolean | undefined;
5911
+ }> | undefined;
5012
5912
  } | undefined;
5013
5913
  triggers?: {
5014
5914
  crons?: string[] | undefined;
@@ -5143,19 +6043,39 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5143
6043
  } | undefined;
5144
6044
  bindings?: {
5145
6045
  kv?: Record<string, string | {
6046
+ previewId?: string | undefined;
6047
+ remote?: boolean | undefined;
5146
6048
  id: string;
5147
6049
  } | {
6050
+ previewId?: string | undefined;
6051
+ remote?: boolean | undefined;
5148
6052
  name: string;
5149
6053
  }> | undefined;
5150
6054
  d1?: Record<string, string | {
6055
+ previewDatabaseId?: string | undefined;
6056
+ migrationsTable?: string | undefined;
6057
+ migrationsDir?: string | undefined;
6058
+ remote?: boolean | undefined;
5151
6059
  id: string;
5152
6060
  } | {
6061
+ previewDatabaseId?: string | undefined;
6062
+ migrationsTable?: string | undefined;
6063
+ migrationsDir?: string | undefined;
6064
+ remote?: boolean | undefined;
5153
6065
  name: string;
5154
6066
  }> | undefined;
5155
- r2?: Record<string, string> | undefined;
6067
+ r2?: Record<string, string | {
6068
+ bucketName: string;
6069
+ previewBucketName?: string | undefined;
6070
+ jurisdiction?: string | undefined;
6071
+ remote?: boolean | undefined;
6072
+ }> | undefined;
5156
6073
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
5157
6074
  queues?: {
5158
- producers?: Record<string, string> | undefined;
6075
+ producers?: Record<string, string | {
6076
+ queue: string;
6077
+ remote?: boolean | undefined;
6078
+ }> | undefined;
5159
6079
  consumers?: {
5160
6080
  queue: string;
5161
6081
  maxBatchSize?: number | undefined;
@@ -5185,6 +6105,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5185
6105
  service: string;
5186
6106
  environment?: string;
5187
6107
  entrypoint?: string;
6108
+ remote?: boolean;
5188
6109
  __ref?: unknown;
5189
6110
  }> | undefined;
5190
6111
  ai?: {
@@ -5264,6 +6185,24 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5264
6185
  namespace: string;
5265
6186
  remote?: boolean | undefined;
5266
6187
  }> | undefined;
6188
+ stream?: Record<string, true | {
6189
+ remote?: boolean | undefined;
6190
+ }> | undefined;
6191
+ vpcServices?: Record<string, {
6192
+ serviceId: string;
6193
+ remote?: boolean | undefined;
6194
+ }> | undefined;
6195
+ vpcNetworks?: Record<string, {
6196
+ tunnelId: string;
6197
+ remote?: boolean | undefined;
6198
+ } | {
6199
+ networkId: string;
6200
+ remote?: boolean | undefined;
6201
+ }> | undefined;
6202
+ flagship?: Record<string, {
6203
+ appId: string;
6204
+ remote?: boolean | undefined;
6205
+ }> | undefined;
5267
6206
  } | undefined;
5268
6207
  triggers?: {
5269
6208
  crons?: string[] | undefined;
@@ -5402,19 +6341,39 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5402
6341
  } | undefined;
5403
6342
  bindings?: {
5404
6343
  kv?: Record<string, string | {
6344
+ previewId?: string | undefined;
6345
+ remote?: boolean | undefined;
5405
6346
  id: string;
5406
6347
  } | {
6348
+ previewId?: string | undefined;
6349
+ remote?: boolean | undefined;
5407
6350
  name: string;
5408
6351
  }> | undefined;
5409
6352
  d1?: Record<string, string | {
6353
+ previewDatabaseId?: string | undefined;
6354
+ migrationsTable?: string | undefined;
6355
+ migrationsDir?: string | undefined;
6356
+ remote?: boolean | undefined;
5410
6357
  id: string;
5411
6358
  } | {
6359
+ previewDatabaseId?: string | undefined;
6360
+ migrationsTable?: string | undefined;
6361
+ migrationsDir?: string | undefined;
6362
+ remote?: boolean | undefined;
5412
6363
  name: string;
5413
6364
  }> | undefined;
5414
- r2?: Record<string, string> | undefined;
6365
+ r2?: Record<string, string | {
6366
+ bucketName: string;
6367
+ previewBucketName?: string | undefined;
6368
+ jurisdiction?: string | undefined;
6369
+ remote?: boolean | undefined;
6370
+ }> | undefined;
5415
6371
  durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
5416
6372
  queues?: {
5417
- producers?: Record<string, string> | undefined;
6373
+ producers?: Record<string, string | {
6374
+ queue: string;
6375
+ remote?: boolean | undefined;
6376
+ }> | undefined;
5418
6377
  consumers?: {
5419
6378
  queue: string;
5420
6379
  maxBatchSize?: number | undefined;
@@ -5444,6 +6403,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5444
6403
  service: string;
5445
6404
  environment?: string;
5446
6405
  entrypoint?: string;
6406
+ remote?: boolean;
5447
6407
  __ref?: unknown;
5448
6408
  }> | undefined;
5449
6409
  ai?: {
@@ -5523,6 +6483,24 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5523
6483
  namespace: string;
5524
6484
  remote?: boolean | undefined;
5525
6485
  }> | undefined;
6486
+ stream?: Record<string, true | {
6487
+ remote?: boolean | undefined;
6488
+ }> | undefined;
6489
+ vpcServices?: Record<string, {
6490
+ serviceId: string;
6491
+ remote?: boolean | undefined;
6492
+ }> | undefined;
6493
+ vpcNetworks?: Record<string, {
6494
+ tunnelId: string;
6495
+ remote?: boolean | undefined;
6496
+ } | {
6497
+ networkId: string;
6498
+ remote?: boolean | undefined;
6499
+ }> | undefined;
6500
+ flagship?: Record<string, {
6501
+ appId: string;
6502
+ remote?: boolean | undefined;
6503
+ }> | undefined;
5526
6504
  } | undefined;
5527
6505
  triggers?: {
5528
6506
  crons?: string[] | undefined;
@@ -5630,12 +6608,12 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5630
6608
  }>;
5631
6609
  /** Output type after Zod validation and transforms */
5632
6610
  export type DevflareConfig = z.output<typeof configSchema>;
5633
- export type { AiBindingInput, AiSearchInstanceBindingInput, AiSearchNamespaceBindingInput, AnalyticsBindingInput, ArtifactsBindingInput, ArtifactsBindingObjectInput, AssetsConfigInput, BindingsConfigInput, BrowserBindingInput, BrowserBindingObjectInput, ContainerConfigInput, D1BindingByIdInput, D1BindingByNameInput, D1BindingInput, DevflareConfigInput, DevflareEnvConfigInput, DispatchNamespaceBindingInput, DispatchNamespaceBindingObjectInput, DispatchNamespaceOutboundInput, DurableObjectBindingInput, DurableObjectBindingObjectInput, FilesConfigInput, HyperdriveBindingByIdInput, HyperdriveBindingByNameInput, HyperdriveBindingInput, ImagesBindingInput, ImagesBindingObjectInput, KVBindingByIdInput, KVBindingByNameInput, KVBindingInput, LimitsConfigInput, MediaBindingInput, MediaBindingObjectInput, MigrationConfigInput, ModuleRuleConfigInput, MtlsCertificateBindingByIdInput, MtlsCertificateBindingByWranglerIdInput, MtlsCertificateBindingInput, ObservabilityConfigInput, ObservabilityLogsConfigInput, ObservabilityTracesConfigInput, PipelineBindingInput, PipelineBindingObjectInput, PlacementConfigInput, PreviewConfigInput, QueueConsumerInput, QueuesConfigInput, RateLimitBindingInput, RateLimitSimpleInput, RenamedClassMigrationInput, RolldownConfigInput, RouteConfigInput, RouteTreeConfigInput, SecretConfigInput, SecretsStoreBindingInput, SecretsStoreBindingObjectInput, SendEmailBindingInput, ServerConfigInput, ServiceBindingInput, SmartPlacementConfigInput, TailConsumerConfigInput, TailConsumerObjectConfigInput, TargetedHostPlacementConfigInput, TargetedHostnamePlacementConfigInput, TargetedRegionPlacementConfigInput, TriggersConfigInput, VectorizeBindingInput, VersionMetadataBindingInput, ViteConfigInput, WorkflowBindingInput, WorkflowLimitsInput, WorkerLoaderBindingInput, WranglerConfigInput, WsRouteConfigInput } from './schema-types.js';
6611
+ export type { AiBindingInput, AiSearchInstanceBindingInput, AiSearchNamespaceBindingInput, AnalyticsBindingInput, ArtifactsBindingInput, ArtifactsBindingObjectInput, AssetsConfigInput, BindingsConfigInput, BrowserBindingInput, BrowserBindingObjectInput, ContainerConfigInput, D1BindingByIdInput, D1BindingByNameInput, D1BindingInput, DevflareConfigInput, DevflareEnvConfigInput, DispatchNamespaceBindingInput, DispatchNamespaceBindingObjectInput, DispatchNamespaceOutboundInput, DurableObjectBindingInput, DurableObjectBindingObjectInput, FilesConfigInput, FlagshipBindingInput, HyperdriveBindingByIdInput, HyperdriveBindingByNameInput, HyperdriveBindingInput, ImagesBindingInput, ImagesBindingObjectInput, KVBindingByIdInput, KVBindingByNameInput, KVBindingInput, LimitsConfigInput, MediaBindingInput, MediaBindingObjectInput, MigrationConfigInput, ModuleRuleConfigInput, MtlsCertificateBindingByIdInput, MtlsCertificateBindingByWranglerIdInput, MtlsCertificateBindingInput, ObservabilityConfigInput, ObservabilityLogsConfigInput, ObservabilityTracesConfigInput, PipelineBindingInput, PipelineBindingObjectInput, PlacementConfigInput, PreviewConfigInput, QueueConsumerInput, QueuesConfigInput, RateLimitBindingInput, RateLimitSimpleInput, RenamedClassMigrationInput, RolldownConfigInput, RouteConfigInput, RouteTreeConfigInput, SecretConfigInput, SecretsStoreBindingInput, SecretsStoreBindingObjectInput, SendEmailBindingInput, ServerConfigInput, ServiceBindingInput, SmartPlacementConfigInput, StreamBindingInput, StreamBindingObjectInput, TailConsumerConfigInput, TailConsumerObjectConfigInput, TargetedHostPlacementConfigInput, TargetedHostnamePlacementConfigInput, TargetedRegionPlacementConfigInput, TriggersConfigInput, VectorizeBindingInput, VersionMetadataBindingInput, ViteConfigInput, VpcNetworkBindingInput, VpcNetworkByNetworkInput, VpcNetworkByTunnelInput, VpcServiceBindingInput, WorkflowBindingInput, WorkflowLimitsInput, WorkerLoaderBindingInput, WranglerConfigInput, WsRouteConfigInput } from './schema-types.js';
5634
6612
  export type { DevflareRolldownOptions, DevflareRolldownOutputOptions, RolldownConfig, ViteConfig } from './schema-build.js';
5635
- export type { BrowserBindings, D1Binding, DurableObjectBinding, HyperdriveBinding, KVBinding, QueueConsumer, QueuesConfig, RateLimitBinding, VersionMetadataBinding, WorkerLoaderBinding, SecretsStoreBinding, DispatchNamespaceBinding, WorkflowBinding, PipelineBinding, ImagesBinding, MediaBinding, ArtifactsBinding, ServiceBinding, MtlsCertificateBinding } from './schema-bindings.js';
6613
+ export type { BrowserBindings, D1Binding, DurableObjectBinding, HyperdriveBinding, KVBinding, R2Binding, QueueProducer, QueueConsumer, QueuesConfig, RateLimitBinding, VersionMetadataBinding, WorkerLoaderBinding, SecretsStoreBinding, DispatchNamespaceBinding, WorkflowBinding, PipelineBinding, ImagesBinding, MediaBinding, ArtifactsBinding, StreamBinding, VpcServiceBinding, VpcNetworkBinding, FlagshipBinding, ServiceBinding, MtlsCertificateBinding } from './schema-bindings.js';
5636
6614
  export type { DevflareEnvConfig } from './schema-env.js';
5637
6615
  export type { AssetsConfig, ContainerConfig, MigrationConfig, ModuleRuleConfig, PlacementConfig, PreviewConfig, RouteConfig, ServerConfig, TailConsumerConfig, WsRouteConfig } from './schema-runtime.js';
5638
- export type { NormalizedD1Binding, NormalizedDispatchNamespaceBinding, NormalizedDOBinding, NormalizedHyperdriveBinding, NormalizedKVBinding, NormalizedMtlsCertificateBinding, NormalizedWorkflowBinding, NormalizedPipelineBinding, NormalizedImagesBinding, NormalizedMediaBinding, NormalizedArtifactsBinding, NormalizedSecretsStoreBinding } from './schema-normalization.js';
5639
- export { getLocalD1DatabaseIdentifier, getLocalHyperdriveConfigIdentifier, getLocalKVNamespaceIdentifier, getSingleBrowserBindingName, normalizeD1Binding, normalizeDispatchNamespaceBinding, normalizeDOBinding, normalizeHyperdriveBinding, normalizeKVBinding, normalizeMtlsCertificateBinding, normalizeWorkflowBinding, normalizePipelineBinding, normalizeImagesBinding, normalizeMediaBinding, normalizeSecretsStoreBinding, normalizeArtifactsBinding } from './schema-normalization.js';
6616
+ export type { NormalizedD1Binding, NormalizedDispatchNamespaceBinding, NormalizedDOBinding, NormalizedHyperdriveBinding, NormalizedKVBinding, NormalizedR2Binding, NormalizedQueueProducer, NormalizedMtlsCertificateBinding, NormalizedWorkflowBinding, NormalizedPipelineBinding, NormalizedImagesBinding, NormalizedMediaBinding, NormalizedArtifactsBinding, NormalizedStreamBinding, NormalizedVpcServiceBinding, NormalizedVpcNetworkBinding, NormalizedFlagshipBinding, NormalizedSecretsStoreBinding } from './schema-normalization.js';
6617
+ export { getLocalD1DatabaseIdentifier, getLocalHyperdriveConfigIdentifier, getLocalKVNamespaceIdentifier, getSingleBrowserBindingName, normalizeD1Binding, normalizeDispatchNamespaceBinding, normalizeDOBinding, normalizeHyperdriveBinding, normalizeKVBinding, normalizeR2Binding, normalizeQueueProducer, normalizeMtlsCertificateBinding, normalizeWorkflowBinding, normalizePipelineBinding, normalizeImagesBinding, normalizeMediaBinding, normalizeStreamBinding, normalizeVpcServiceBinding, normalizeVpcNetworkBinding, normalizeFlagshipBinding, normalizeSecretsStoreBinding, normalizeArtifactsBinding } from './schema-normalization.js';
5640
6618
  export { browserBindingSchema, formatBrowserBindingLimitMessage } from './schema-bindings.js';
5641
6619
  //# sourceMappingURL=schema.d.ts.map