devflare 1.0.0-next.42 → 1.0.0-next.43

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 (64) hide show
  1. package/dist/_chunks/{account-BtWcv3X9.js → account-BJmkb7cc.js} +1 -1
  2. package/dist/_chunks/{build-D1l6a5Il.js → build-BkgjOmfq.js} +1 -1
  3. package/dist/_chunks/{build-artifacts-BUaq16e4.js → build-artifacts-HPThCdGT.js} +4 -4
  4. package/dist/_chunks/{cli-CgFqrDZd.js → cli-5ME5-Ibv.js} +12 -12
  5. package/dist/_chunks/{command-utils-BsfkmTqh.js → command-utils-CY3-veEo.js} +1 -1
  6. package/dist/_chunks/{compiler-uoyAQ8zW.js → compiler-By9RWzea.js} +40 -15
  7. package/dist/_chunks/{config-D5u-bEkn.js → config-bUY5vBYw.js} +3 -3
  8. package/dist/_chunks/{config-path-DCPto4XB.js → config-path-HP5NIFbF.js} +1 -1
  9. package/dist/_chunks/{deploy-DIDoW5u1.js → deploy-BrVu07KN.js} +6 -6
  10. package/dist/_chunks/{dev-BTSSETUX.js → dev-BbvjuXRA.js} +10 -8
  11. package/dist/_chunks/{doctor-C0g8X36G.js → doctor-7upvzze6.js} +2 -2
  12. package/dist/_chunks/{family-DXC5SdFK.js → family-C9iQ6WtW.js} +1 -1
  13. package/dist/_chunks/{loader-DLXO60RO.js → loader-CQyvmFM2.js} +4 -4
  14. package/dist/_chunks/{local-secrets-DMmEOygL.js → local-secrets-Bmm87slY.js} +1 -1
  15. package/dist/_chunks/{local-workflow-entrypoints-Wip3o1u8.js → local-workflow-entrypoints-ZFHiVbnX.js} +1 -1
  16. package/dist/_chunks/{login-BmnDzDlH.js → login-2V8AfKeG.js} +1 -1
  17. package/dist/_chunks/{preview-BhqDmq8I.js → preview-C3Cdr8an.js} +9 -3
  18. package/dist/_chunks/{preview-resources-DdXj8LMM.js → preview-resources-DMieqto4.js} +5 -4
  19. package/dist/_chunks/{previews-Dlr13x5M.js → previews-BXPrXEU9.js} +7 -7
  20. package/dist/_chunks/{productions-D3AnOHac.js → productions-fLG19eus.js} +3 -3
  21. package/dist/_chunks/{routes-BWi7h2xb.js → routes-DKc39Vlu.js} +4 -4
  22. package/dist/_chunks/{schema-normalization-DWVleVxo.js → schema-normalization-CCPigJ7K.js} +104 -12
  23. package/dist/_chunks/{secrets-70eN0Q6C.js → secrets-D1RcG79F.js} +1 -1
  24. package/dist/_chunks/{types-BgA5Hb4B.js → types-BJjtDDzl.js} +3 -3
  25. package/dist/_chunks/{vite-BszZvrKL.js → vite-CrBFLqH3.js} +5 -5
  26. package/dist/_chunks/{worker-CS1jgNFE.js → worker-DO4hIcJA.js} +4 -4
  27. package/dist/bridge/miniflare.d.ts.map +1 -1
  28. package/dist/browser.d.ts +466 -36
  29. package/dist/browser.d.ts.map +1 -1
  30. package/dist/cli/commands/type-generation/generator.d.ts +3 -3
  31. package/dist/cli/commands/type-generation/generator.d.ts.map +1 -1
  32. package/dist/cli/index.js +1 -1
  33. package/dist/config/compiler/bindings.d.ts.map +1 -1
  34. package/dist/config/compiler/do-workers.d.ts.map +1 -1
  35. package/dist/config/compiler/types.d.ts +5 -0
  36. package/dist/config/compiler/types.d.ts.map +1 -1
  37. package/dist/config/deploy-resources.d.ts.map +1 -1
  38. package/dist/config/index.d.ts +1 -1
  39. package/dist/config/index.d.ts.map +1 -1
  40. package/dist/config/preview-resources.d.ts +1 -1
  41. package/dist/config/preview-resources.d.ts.map +1 -1
  42. package/dist/config/preview.d.ts.map +1 -1
  43. package/dist/config/schema-bindings.d.ts +326 -14
  44. package/dist/config/schema-bindings.d.ts.map +1 -1
  45. package/dist/config/schema-env.d.ts +328 -24
  46. package/dist/config/schema-env.d.ts.map +1 -1
  47. package/dist/config/schema-normalization.d.ts +39 -1
  48. package/dist/config/schema-normalization.d.ts.map +1 -1
  49. package/dist/config/schema-types-bindings-resources.d.ts +220 -3
  50. package/dist/config/schema-types-bindings-resources.d.ts.map +1 -1
  51. package/dist/config/schema-types-bindings.d.ts +2 -2
  52. package/dist/config/schema-types-bindings.d.ts.map +1 -1
  53. package/dist/config/schema.d.ts +587 -47
  54. package/dist/config/schema.d.ts.map +1 -1
  55. package/dist/config-entry.js +1 -1
  56. package/dist/dev-server/miniflare-bindings.d.ts.map +1 -1
  57. package/dist/dev-server/miniflare-worker-config.d.ts.map +1 -1
  58. package/dist/index.js +4 -4
  59. package/dist/sveltekit/index.js +3 -3
  60. package/dist/test/index.js +7 -7
  61. package/dist/test/resolve-service-bindings.d.ts.map +1 -1
  62. package/dist/test/simple-context-mfconfig.d.ts.map +1 -1
  63. package/dist/vite/index.js +1 -1
  64. package/package.json +1 -1
package/dist/browser.d.ts CHANGED
@@ -89,35 +89,95 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
89
89
  }>>;
90
90
  bindings: import("zod").ZodOptional<import("zod").ZodObject<{
91
91
  kv: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
92
+ previewId: import("zod").ZodOptional<import("zod").ZodString>;
93
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
92
94
  id: import("zod").ZodString;
93
95
  }, "strict", import("zod").ZodTypeAny, {
96
+ previewId?: string | undefined;
97
+ remote?: boolean | undefined;
94
98
  id: string;
95
99
  }, {
100
+ previewId?: string | undefined;
101
+ remote?: boolean | undefined;
96
102
  id: string;
97
103
  }>, import("zod").ZodObject<{
104
+ previewId: import("zod").ZodOptional<import("zod").ZodString>;
105
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
98
106
  name: import("zod").ZodString;
99
107
  }, "strict", import("zod").ZodTypeAny, {
108
+ previewId?: string | undefined;
109
+ remote?: boolean | undefined;
100
110
  name: string;
101
111
  }, {
112
+ previewId?: string | undefined;
113
+ remote?: boolean | undefined;
102
114
  name: string;
103
115
  }>]>>>;
104
116
  d1: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
117
+ previewDatabaseId: import("zod").ZodOptional<import("zod").ZodString>;
118
+ migrationsTable: import("zod").ZodOptional<import("zod").ZodString>;
119
+ migrationsDir: import("zod").ZodOptional<import("zod").ZodString>;
120
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
105
121
  id: import("zod").ZodString;
106
122
  }, "strict", import("zod").ZodTypeAny, {
123
+ previewDatabaseId?: string | undefined;
124
+ migrationsTable?: string | undefined;
125
+ migrationsDir?: string | undefined;
126
+ remote?: boolean | undefined;
107
127
  id: string;
108
128
  }, {
129
+ previewDatabaseId?: string | undefined;
130
+ migrationsTable?: string | undefined;
131
+ migrationsDir?: string | undefined;
132
+ remote?: boolean | undefined;
109
133
  id: string;
110
134
  }>, import("zod").ZodObject<{
135
+ previewDatabaseId: import("zod").ZodOptional<import("zod").ZodString>;
136
+ migrationsTable: import("zod").ZodOptional<import("zod").ZodString>;
137
+ migrationsDir: import("zod").ZodOptional<import("zod").ZodString>;
138
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
111
139
  name: import("zod").ZodString;
112
140
  }, "strict", import("zod").ZodTypeAny, {
141
+ previewDatabaseId?: string | undefined;
142
+ migrationsTable?: string | undefined;
143
+ migrationsDir?: string | undefined;
144
+ remote?: boolean | undefined;
113
145
  name: string;
114
146
  }, {
147
+ previewDatabaseId?: string | undefined;
148
+ migrationsTable?: string | undefined;
149
+ migrationsDir?: string | undefined;
150
+ remote?: boolean | undefined;
115
151
  name: string;
116
152
  }>]>>>;
117
- r2: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
153
+ r2: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
154
+ bucketName: import("zod").ZodString;
155
+ previewBucketName: import("zod").ZodOptional<import("zod").ZodString>;
156
+ jurisdiction: import("zod").ZodOptional<import("zod").ZodString>;
157
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
158
+ }, "strict", import("zod").ZodTypeAny, {
159
+ bucketName: string;
160
+ previewBucketName?: string | undefined;
161
+ jurisdiction?: string | undefined;
162
+ remote?: boolean | undefined;
163
+ }, {
164
+ bucketName: string;
165
+ previewBucketName?: string | undefined;
166
+ jurisdiction?: string | undefined;
167
+ remote?: boolean | undefined;
168
+ }>]>>>;
118
169
  durableObjects: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("./config/schema-bindings.js").DurableObjectBindingInput, import("zod").ZodTypeDef, import("./config/schema-bindings.js").DurableObjectBindingInput>>>;
119
170
  queues: import("zod").ZodOptional<import("zod").ZodObject<{
120
- producers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
171
+ producers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
172
+ queue: import("zod").ZodString;
173
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
174
+ }, "strict", import("zod").ZodTypeAny, {
175
+ queue: string;
176
+ remote?: boolean | undefined;
177
+ }, {
178
+ queue: string;
179
+ remote?: boolean | undefined;
180
+ }>]>>>;
121
181
  consumers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
122
182
  queue: import("zod").ZodString;
123
183
  maxBatchSize: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -144,7 +204,10 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
144
204
  retryDelay?: number | undefined;
145
205
  }>, "many">>;
146
206
  }, "strip", import("zod").ZodTypeAny, {
147
- producers?: Record<string, string> | undefined;
207
+ producers?: Record<string, string | {
208
+ queue: string;
209
+ remote?: boolean | undefined;
210
+ }> | undefined;
148
211
  consumers?: {
149
212
  queue: string;
150
213
  maxBatchSize?: number | undefined;
@@ -155,7 +218,10 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
155
218
  retryDelay?: number | undefined;
156
219
  }[] | undefined;
157
220
  }, {
158
- producers?: Record<string, string> | undefined;
221
+ producers?: Record<string, string | {
222
+ queue: string;
223
+ remote?: boolean | undefined;
224
+ }> | undefined;
159
225
  consumers?: {
160
226
  queue: string;
161
227
  maxBatchSize?: number | undefined;
@@ -213,11 +279,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
213
279
  service: string;
214
280
  environment?: string;
215
281
  entrypoint?: string;
282
+ remote?: boolean;
216
283
  __ref?: unknown;
217
284
  }, import("zod").ZodTypeDef, {
218
285
  service: string;
219
286
  environment?: string;
220
287
  entrypoint?: string;
288
+ remote?: boolean;
221
289
  __ref?: unknown;
222
290
  }>>>;
223
291
  ai: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -455,19 +523,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
455
523
  }>]>>>;
456
524
  }, "strip", import("zod").ZodTypeAny, {
457
525
  kv?: Record<string, string | {
526
+ previewId?: string | undefined;
527
+ remote?: boolean | undefined;
458
528
  id: string;
459
529
  } | {
530
+ previewId?: string | undefined;
531
+ remote?: boolean | undefined;
460
532
  name: string;
461
533
  }> | undefined;
462
534
  d1?: Record<string, string | {
535
+ previewDatabaseId?: string | undefined;
536
+ migrationsTable?: string | undefined;
537
+ migrationsDir?: string | undefined;
538
+ remote?: boolean | undefined;
463
539
  id: string;
464
540
  } | {
541
+ previewDatabaseId?: string | undefined;
542
+ migrationsTable?: string | undefined;
543
+ migrationsDir?: string | undefined;
544
+ remote?: boolean | undefined;
465
545
  name: string;
466
546
  }> | undefined;
467
- r2?: Record<string, string> | undefined;
547
+ r2?: Record<string, string | {
548
+ bucketName: string;
549
+ previewBucketName?: string | undefined;
550
+ jurisdiction?: string | undefined;
551
+ remote?: boolean | undefined;
552
+ }> | undefined;
468
553
  durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
469
554
  queues?: {
470
- producers?: Record<string, string> | undefined;
555
+ producers?: Record<string, string | {
556
+ queue: string;
557
+ remote?: boolean | undefined;
558
+ }> | undefined;
471
559
  consumers?: {
472
560
  queue: string;
473
561
  maxBatchSize?: number | undefined;
@@ -497,6 +585,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
497
585
  service: string;
498
586
  environment?: string;
499
587
  entrypoint?: string;
588
+ remote?: boolean;
500
589
  __ref?: unknown;
501
590
  }> | undefined;
502
591
  ai?: {
@@ -578,19 +667,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
578
667
  }> | undefined;
579
668
  }, {
580
669
  kv?: Record<string, string | {
670
+ previewId?: string | undefined;
671
+ remote?: boolean | undefined;
581
672
  id: string;
582
673
  } | {
674
+ previewId?: string | undefined;
675
+ remote?: boolean | undefined;
583
676
  name: string;
584
677
  }> | undefined;
585
678
  d1?: Record<string, string | {
679
+ previewDatabaseId?: string | undefined;
680
+ migrationsTable?: string | undefined;
681
+ migrationsDir?: string | undefined;
682
+ remote?: boolean | undefined;
586
683
  id: string;
587
684
  } | {
685
+ previewDatabaseId?: string | undefined;
686
+ migrationsTable?: string | undefined;
687
+ migrationsDir?: string | undefined;
688
+ remote?: boolean | undefined;
588
689
  name: string;
589
690
  }> | undefined;
590
- r2?: Record<string, string> | undefined;
691
+ r2?: Record<string, string | {
692
+ bucketName: string;
693
+ previewBucketName?: string | undefined;
694
+ jurisdiction?: string | undefined;
695
+ remote?: boolean | undefined;
696
+ }> | undefined;
591
697
  durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
592
698
  queues?: {
593
- producers?: Record<string, string> | undefined;
699
+ producers?: Record<string, string | {
700
+ queue: string;
701
+ remote?: boolean | undefined;
702
+ }> | undefined;
594
703
  consumers?: {
595
704
  queue: string;
596
705
  maxBatchSize?: number | undefined;
@@ -620,6 +729,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
620
729
  service: string;
621
730
  environment?: string;
622
731
  entrypoint?: string;
732
+ remote?: boolean;
623
733
  __ref?: unknown;
624
734
  }> | undefined;
625
735
  ai?: {
@@ -1097,35 +1207,95 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1097
1207
  }>>>;
1098
1208
  readonly bindings: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1099
1209
  kv: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1210
+ previewId: import("zod").ZodOptional<import("zod").ZodString>;
1211
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1100
1212
  id: import("zod").ZodString;
1101
1213
  }, "strict", import("zod").ZodTypeAny, {
1214
+ previewId?: string | undefined;
1215
+ remote?: boolean | undefined;
1102
1216
  id: string;
1103
1217
  }, {
1218
+ previewId?: string | undefined;
1219
+ remote?: boolean | undefined;
1104
1220
  id: string;
1105
1221
  }>, import("zod").ZodObject<{
1222
+ previewId: import("zod").ZodOptional<import("zod").ZodString>;
1223
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1106
1224
  name: import("zod").ZodString;
1107
1225
  }, "strict", import("zod").ZodTypeAny, {
1226
+ previewId?: string | undefined;
1227
+ remote?: boolean | undefined;
1108
1228
  name: string;
1109
1229
  }, {
1230
+ previewId?: string | undefined;
1231
+ remote?: boolean | undefined;
1110
1232
  name: string;
1111
1233
  }>]>>>;
1112
1234
  d1: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1235
+ previewDatabaseId: import("zod").ZodOptional<import("zod").ZodString>;
1236
+ migrationsTable: import("zod").ZodOptional<import("zod").ZodString>;
1237
+ migrationsDir: import("zod").ZodOptional<import("zod").ZodString>;
1238
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1113
1239
  id: import("zod").ZodString;
1114
1240
  }, "strict", import("zod").ZodTypeAny, {
1241
+ previewDatabaseId?: string | undefined;
1242
+ migrationsTable?: string | undefined;
1243
+ migrationsDir?: string | undefined;
1244
+ remote?: boolean | undefined;
1115
1245
  id: string;
1116
1246
  }, {
1247
+ previewDatabaseId?: string | undefined;
1248
+ migrationsTable?: string | undefined;
1249
+ migrationsDir?: string | undefined;
1250
+ remote?: boolean | undefined;
1117
1251
  id: string;
1118
1252
  }>, import("zod").ZodObject<{
1253
+ previewDatabaseId: import("zod").ZodOptional<import("zod").ZodString>;
1254
+ migrationsTable: import("zod").ZodOptional<import("zod").ZodString>;
1255
+ migrationsDir: import("zod").ZodOptional<import("zod").ZodString>;
1256
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1119
1257
  name: import("zod").ZodString;
1120
1258
  }, "strict", import("zod").ZodTypeAny, {
1259
+ previewDatabaseId?: string | undefined;
1260
+ migrationsTable?: string | undefined;
1261
+ migrationsDir?: string | undefined;
1262
+ remote?: boolean | undefined;
1121
1263
  name: string;
1122
1264
  }, {
1265
+ previewDatabaseId?: string | undefined;
1266
+ migrationsTable?: string | undefined;
1267
+ migrationsDir?: string | undefined;
1268
+ remote?: boolean | undefined;
1123
1269
  name: string;
1124
1270
  }>]>>>;
1125
- r2: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1271
+ r2: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1272
+ bucketName: import("zod").ZodString;
1273
+ previewBucketName: import("zod").ZodOptional<import("zod").ZodString>;
1274
+ jurisdiction: import("zod").ZodOptional<import("zod").ZodString>;
1275
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1276
+ }, "strict", import("zod").ZodTypeAny, {
1277
+ bucketName: string;
1278
+ previewBucketName?: string | undefined;
1279
+ jurisdiction?: string | undefined;
1280
+ remote?: boolean | undefined;
1281
+ }, {
1282
+ bucketName: string;
1283
+ previewBucketName?: string | undefined;
1284
+ jurisdiction?: string | undefined;
1285
+ remote?: boolean | undefined;
1286
+ }>]>>>;
1126
1287
  durableObjects: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("./config/schema-bindings.js").DurableObjectBindingInput, import("zod").ZodTypeDef, import("./config/schema-bindings.js").DurableObjectBindingInput>>>;
1127
1288
  queues: import("zod").ZodOptional<import("zod").ZodObject<{
1128
- producers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1289
+ producers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1290
+ queue: import("zod").ZodString;
1291
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1292
+ }, "strict", import("zod").ZodTypeAny, {
1293
+ queue: string;
1294
+ remote?: boolean | undefined;
1295
+ }, {
1296
+ queue: string;
1297
+ remote?: boolean | undefined;
1298
+ }>]>>>;
1129
1299
  consumers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1130
1300
  queue: import("zod").ZodString;
1131
1301
  maxBatchSize: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -1152,7 +1322,10 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1152
1322
  retryDelay?: number | undefined;
1153
1323
  }>, "many">>;
1154
1324
  }, "strip", import("zod").ZodTypeAny, {
1155
- producers?: Record<string, string> | undefined;
1325
+ producers?: Record<string, string | {
1326
+ queue: string;
1327
+ remote?: boolean | undefined;
1328
+ }> | undefined;
1156
1329
  consumers?: {
1157
1330
  queue: string;
1158
1331
  maxBatchSize?: number | undefined;
@@ -1163,7 +1336,10 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1163
1336
  retryDelay?: number | undefined;
1164
1337
  }[] | undefined;
1165
1338
  }, {
1166
- producers?: Record<string, string> | undefined;
1339
+ producers?: Record<string, string | {
1340
+ queue: string;
1341
+ remote?: boolean | undefined;
1342
+ }> | undefined;
1167
1343
  consumers?: {
1168
1344
  queue: string;
1169
1345
  maxBatchSize?: number | undefined;
@@ -1221,11 +1397,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1221
1397
  service: string;
1222
1398
  environment?: string;
1223
1399
  entrypoint?: string;
1400
+ remote?: boolean;
1224
1401
  __ref?: unknown;
1225
1402
  }, import("zod").ZodTypeDef, {
1226
1403
  service: string;
1227
1404
  environment?: string;
1228
1405
  entrypoint?: string;
1406
+ remote?: boolean;
1229
1407
  __ref?: unknown;
1230
1408
  }>>>;
1231
1409
  ai: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -1463,19 +1641,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1463
1641
  }>]>>>;
1464
1642
  }, "strip", import("zod").ZodTypeAny, {
1465
1643
  kv?: Record<string, string | {
1644
+ previewId?: string | undefined;
1645
+ remote?: boolean | undefined;
1466
1646
  id: string;
1467
1647
  } | {
1648
+ previewId?: string | undefined;
1649
+ remote?: boolean | undefined;
1468
1650
  name: string;
1469
1651
  }> | undefined;
1470
1652
  d1?: Record<string, string | {
1653
+ previewDatabaseId?: string | undefined;
1654
+ migrationsTable?: string | undefined;
1655
+ migrationsDir?: string | undefined;
1656
+ remote?: boolean | undefined;
1471
1657
  id: string;
1472
1658
  } | {
1659
+ previewDatabaseId?: string | undefined;
1660
+ migrationsTable?: string | undefined;
1661
+ migrationsDir?: string | undefined;
1662
+ remote?: boolean | undefined;
1473
1663
  name: string;
1474
1664
  }> | undefined;
1475
- r2?: Record<string, string> | undefined;
1665
+ r2?: Record<string, string | {
1666
+ bucketName: string;
1667
+ previewBucketName?: string | undefined;
1668
+ jurisdiction?: string | undefined;
1669
+ remote?: boolean | undefined;
1670
+ }> | undefined;
1476
1671
  durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
1477
1672
  queues?: {
1478
- producers?: Record<string, string> | undefined;
1673
+ producers?: Record<string, string | {
1674
+ queue: string;
1675
+ remote?: boolean | undefined;
1676
+ }> | undefined;
1479
1677
  consumers?: {
1480
1678
  queue: string;
1481
1679
  maxBatchSize?: number | undefined;
@@ -1505,6 +1703,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1505
1703
  service: string;
1506
1704
  environment?: string;
1507
1705
  entrypoint?: string;
1706
+ remote?: boolean;
1508
1707
  __ref?: unknown;
1509
1708
  }> | undefined;
1510
1709
  ai?: {
@@ -1586,19 +1785,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1586
1785
  }> | undefined;
1587
1786
  }, {
1588
1787
  kv?: Record<string, string | {
1788
+ previewId?: string | undefined;
1789
+ remote?: boolean | undefined;
1589
1790
  id: string;
1590
1791
  } | {
1792
+ previewId?: string | undefined;
1793
+ remote?: boolean | undefined;
1591
1794
  name: string;
1592
1795
  }> | undefined;
1593
1796
  d1?: Record<string, string | {
1797
+ previewDatabaseId?: string | undefined;
1798
+ migrationsTable?: string | undefined;
1799
+ migrationsDir?: string | undefined;
1800
+ remote?: boolean | undefined;
1594
1801
  id: string;
1595
1802
  } | {
1803
+ previewDatabaseId?: string | undefined;
1804
+ migrationsTable?: string | undefined;
1805
+ migrationsDir?: string | undefined;
1806
+ remote?: boolean | undefined;
1596
1807
  name: string;
1597
1808
  }> | undefined;
1598
- r2?: Record<string, string> | undefined;
1809
+ r2?: Record<string, string | {
1810
+ bucketName: string;
1811
+ previewBucketName?: string | undefined;
1812
+ jurisdiction?: string | undefined;
1813
+ remote?: boolean | undefined;
1814
+ }> | undefined;
1599
1815
  durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
1600
1816
  queues?: {
1601
- producers?: Record<string, string> | undefined;
1817
+ producers?: Record<string, string | {
1818
+ queue: string;
1819
+ remote?: boolean | undefined;
1820
+ }> | undefined;
1602
1821
  consumers?: {
1603
1822
  queue: string;
1604
1823
  maxBatchSize?: number | undefined;
@@ -1628,6 +1847,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
1628
1847
  service: string;
1629
1848
  environment?: string;
1630
1849
  entrypoint?: string;
1850
+ remote?: boolean;
1631
1851
  __ref?: unknown;
1632
1852
  }> | undefined;
1633
1853
  ai?: {
@@ -2045,19 +2265,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2045
2265
  } | undefined;
2046
2266
  bindings?: {
2047
2267
  kv?: Record<string, string | {
2268
+ previewId?: string | undefined;
2269
+ remote?: boolean | undefined;
2048
2270
  id: string;
2049
2271
  } | {
2272
+ previewId?: string | undefined;
2273
+ remote?: boolean | undefined;
2050
2274
  name: string;
2051
2275
  }> | undefined;
2052
2276
  d1?: Record<string, string | {
2277
+ previewDatabaseId?: string | undefined;
2278
+ migrationsTable?: string | undefined;
2279
+ migrationsDir?: string | undefined;
2280
+ remote?: boolean | undefined;
2053
2281
  id: string;
2054
2282
  } | {
2283
+ previewDatabaseId?: string | undefined;
2284
+ migrationsTable?: string | undefined;
2285
+ migrationsDir?: string | undefined;
2286
+ remote?: boolean | undefined;
2055
2287
  name: string;
2056
2288
  }> | undefined;
2057
- r2?: Record<string, string> | undefined;
2289
+ r2?: Record<string, string | {
2290
+ bucketName: string;
2291
+ previewBucketName?: string | undefined;
2292
+ jurisdiction?: string | undefined;
2293
+ remote?: boolean | undefined;
2294
+ }> | undefined;
2058
2295
  durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
2059
2296
  queues?: {
2060
- producers?: Record<string, string> | undefined;
2297
+ producers?: Record<string, string | {
2298
+ queue: string;
2299
+ remote?: boolean | undefined;
2300
+ }> | undefined;
2061
2301
  consumers?: {
2062
2302
  queue: string;
2063
2303
  maxBatchSize?: number | undefined;
@@ -2087,6 +2327,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2087
2327
  service: string;
2088
2328
  environment?: string;
2089
2329
  entrypoint?: string;
2330
+ remote?: boolean;
2090
2331
  __ref?: unknown;
2091
2332
  }> | undefined;
2092
2333
  ai?: {
@@ -2298,19 +2539,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2298
2539
  } | undefined;
2299
2540
  bindings?: {
2300
2541
  kv?: Record<string, string | {
2542
+ previewId?: string | undefined;
2543
+ remote?: boolean | undefined;
2301
2544
  id: string;
2302
2545
  } | {
2546
+ previewId?: string | undefined;
2547
+ remote?: boolean | undefined;
2303
2548
  name: string;
2304
2549
  }> | undefined;
2305
2550
  d1?: Record<string, string | {
2551
+ previewDatabaseId?: string | undefined;
2552
+ migrationsTable?: string | undefined;
2553
+ migrationsDir?: string | undefined;
2554
+ remote?: boolean | undefined;
2306
2555
  id: string;
2307
2556
  } | {
2557
+ previewDatabaseId?: string | undefined;
2558
+ migrationsTable?: string | undefined;
2559
+ migrationsDir?: string | undefined;
2560
+ remote?: boolean | undefined;
2308
2561
  name: string;
2309
2562
  }> | undefined;
2310
- r2?: Record<string, string> | undefined;
2563
+ r2?: Record<string, string | {
2564
+ bucketName: string;
2565
+ previewBucketName?: string | undefined;
2566
+ jurisdiction?: string | undefined;
2567
+ remote?: boolean | undefined;
2568
+ }> | undefined;
2311
2569
  durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
2312
2570
  queues?: {
2313
- producers?: Record<string, string> | undefined;
2571
+ producers?: Record<string, string | {
2572
+ queue: string;
2573
+ remote?: boolean | undefined;
2574
+ }> | undefined;
2314
2575
  consumers?: {
2315
2576
  queue: string;
2316
2577
  maxBatchSize?: number | undefined;
@@ -2340,6 +2601,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2340
2601
  service: string;
2341
2602
  environment?: string;
2342
2603
  entrypoint?: string;
2604
+ remote?: boolean;
2343
2605
  __ref?: unknown;
2344
2606
  }> | undefined;
2345
2607
  ai?: {
@@ -2553,19 +2815,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2553
2815
  } | undefined;
2554
2816
  bindings?: {
2555
2817
  kv?: Record<string, string | {
2818
+ previewId?: string | undefined;
2819
+ remote?: boolean | undefined;
2556
2820
  id: string;
2557
2821
  } | {
2822
+ previewId?: string | undefined;
2823
+ remote?: boolean | undefined;
2558
2824
  name: string;
2559
2825
  }> | undefined;
2560
2826
  d1?: Record<string, string | {
2827
+ previewDatabaseId?: string | undefined;
2828
+ migrationsTable?: string | undefined;
2829
+ migrationsDir?: string | undefined;
2830
+ remote?: boolean | undefined;
2561
2831
  id: string;
2562
2832
  } | {
2833
+ previewDatabaseId?: string | undefined;
2834
+ migrationsTable?: string | undefined;
2835
+ migrationsDir?: string | undefined;
2836
+ remote?: boolean | undefined;
2563
2837
  name: string;
2564
2838
  }> | undefined;
2565
- r2?: Record<string, string> | undefined;
2839
+ r2?: Record<string, string | {
2840
+ bucketName: string;
2841
+ previewBucketName?: string | undefined;
2842
+ jurisdiction?: string | undefined;
2843
+ remote?: boolean | undefined;
2844
+ }> | undefined;
2566
2845
  durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
2567
2846
  queues?: {
2568
- producers?: Record<string, string> | undefined;
2847
+ producers?: Record<string, string | {
2848
+ queue: string;
2849
+ remote?: boolean | undefined;
2850
+ }> | undefined;
2569
2851
  consumers?: {
2570
2852
  queue: string;
2571
2853
  maxBatchSize?: number | undefined;
@@ -2595,6 +2877,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2595
2877
  service: string;
2596
2878
  environment?: string;
2597
2879
  entrypoint?: string;
2880
+ remote?: boolean;
2598
2881
  __ref?: unknown;
2599
2882
  }> | undefined;
2600
2883
  ai?: {
@@ -2812,19 +3095,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2812
3095
  } | undefined;
2813
3096
  bindings?: {
2814
3097
  kv?: Record<string, string | {
3098
+ previewId?: string | undefined;
3099
+ remote?: boolean | undefined;
2815
3100
  id: string;
2816
3101
  } | {
3102
+ previewId?: string | undefined;
3103
+ remote?: boolean | undefined;
2817
3104
  name: string;
2818
3105
  }> | undefined;
2819
3106
  d1?: Record<string, string | {
3107
+ previewDatabaseId?: string | undefined;
3108
+ migrationsTable?: string | undefined;
3109
+ migrationsDir?: string | undefined;
3110
+ remote?: boolean | undefined;
2820
3111
  id: string;
2821
3112
  } | {
3113
+ previewDatabaseId?: string | undefined;
3114
+ migrationsTable?: string | undefined;
3115
+ migrationsDir?: string | undefined;
3116
+ remote?: boolean | undefined;
2822
3117
  name: string;
2823
3118
  }> | undefined;
2824
- r2?: Record<string, string> | undefined;
3119
+ r2?: Record<string, string | {
3120
+ bucketName: string;
3121
+ previewBucketName?: string | undefined;
3122
+ jurisdiction?: string | undefined;
3123
+ remote?: boolean | undefined;
3124
+ }> | undefined;
2825
3125
  durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
2826
3126
  queues?: {
2827
- producers?: Record<string, string> | undefined;
3127
+ producers?: Record<string, string | {
3128
+ queue: string;
3129
+ remote?: boolean | undefined;
3130
+ }> | undefined;
2828
3131
  consumers?: {
2829
3132
  queue: string;
2830
3133
  maxBatchSize?: number | undefined;
@@ -2854,6 +3157,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
2854
3157
  service: string;
2855
3158
  environment?: string;
2856
3159
  entrypoint?: string;
3160
+ remote?: boolean;
2857
3161
  __ref?: unknown;
2858
3162
  }> | undefined;
2859
3163
  ai?: {
@@ -3067,19 +3371,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3067
3371
  } | undefined;
3068
3372
  bindings?: {
3069
3373
  kv?: Record<string, string | {
3374
+ previewId?: string | undefined;
3375
+ remote?: boolean | undefined;
3070
3376
  id: string;
3071
3377
  } | {
3378
+ previewId?: string | undefined;
3379
+ remote?: boolean | undefined;
3072
3380
  name: string;
3073
3381
  }> | undefined;
3074
3382
  d1?: Record<string, string | {
3383
+ previewDatabaseId?: string | undefined;
3384
+ migrationsTable?: string | undefined;
3385
+ migrationsDir?: string | undefined;
3386
+ remote?: boolean | undefined;
3075
3387
  id: string;
3076
3388
  } | {
3389
+ previewDatabaseId?: string | undefined;
3390
+ migrationsTable?: string | undefined;
3391
+ migrationsDir?: string | undefined;
3392
+ remote?: boolean | undefined;
3077
3393
  name: string;
3078
3394
  }> | undefined;
3079
- r2?: Record<string, string> | undefined;
3395
+ r2?: Record<string, string | {
3396
+ bucketName: string;
3397
+ previewBucketName?: string | undefined;
3398
+ jurisdiction?: string | undefined;
3399
+ remote?: boolean | undefined;
3400
+ }> | undefined;
3080
3401
  durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
3081
3402
  queues?: {
3082
- producers?: Record<string, string> | undefined;
3403
+ producers?: Record<string, string | {
3404
+ queue: string;
3405
+ remote?: boolean | undefined;
3406
+ }> | undefined;
3083
3407
  consumers?: {
3084
3408
  queue: string;
3085
3409
  maxBatchSize?: number | undefined;
@@ -3109,6 +3433,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3109
3433
  service: string;
3110
3434
  environment?: string;
3111
3435
  entrypoint?: string;
3436
+ remote?: boolean;
3112
3437
  __ref?: unknown;
3113
3438
  }> | undefined;
3114
3439
  ai?: {
@@ -3326,19 +3651,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3326
3651
  } | undefined;
3327
3652
  bindings?: {
3328
3653
  kv?: Record<string, string | {
3654
+ previewId?: string | undefined;
3655
+ remote?: boolean | undefined;
3329
3656
  id: string;
3330
3657
  } | {
3658
+ previewId?: string | undefined;
3659
+ remote?: boolean | undefined;
3331
3660
  name: string;
3332
3661
  }> | undefined;
3333
3662
  d1?: Record<string, string | {
3663
+ previewDatabaseId?: string | undefined;
3664
+ migrationsTable?: string | undefined;
3665
+ migrationsDir?: string | undefined;
3666
+ remote?: boolean | undefined;
3334
3667
  id: string;
3335
3668
  } | {
3669
+ previewDatabaseId?: string | undefined;
3670
+ migrationsTable?: string | undefined;
3671
+ migrationsDir?: string | undefined;
3672
+ remote?: boolean | undefined;
3336
3673
  name: string;
3337
3674
  }> | undefined;
3338
- r2?: Record<string, string> | undefined;
3675
+ r2?: Record<string, string | {
3676
+ bucketName: string;
3677
+ previewBucketName?: string | undefined;
3678
+ jurisdiction?: string | undefined;
3679
+ remote?: boolean | undefined;
3680
+ }> | undefined;
3339
3681
  durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
3340
3682
  queues?: {
3341
- producers?: Record<string, string> | undefined;
3683
+ producers?: Record<string, string | {
3684
+ queue: string;
3685
+ remote?: boolean | undefined;
3686
+ }> | undefined;
3342
3687
  consumers?: {
3343
3688
  queue: string;
3344
3689
  maxBatchSize?: number | undefined;
@@ -3368,6 +3713,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3368
3713
  service: string;
3369
3714
  environment?: string;
3370
3715
  entrypoint?: string;
3716
+ remote?: boolean;
3371
3717
  __ref?: unknown;
3372
3718
  }> | undefined;
3373
3719
  ai?: {
@@ -3581,19 +3927,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3581
3927
  } | undefined;
3582
3928
  bindings?: {
3583
3929
  kv?: Record<string, string | {
3930
+ previewId?: string | undefined;
3931
+ remote?: boolean | undefined;
3584
3932
  id: string;
3585
3933
  } | {
3934
+ previewId?: string | undefined;
3935
+ remote?: boolean | undefined;
3586
3936
  name: string;
3587
3937
  }> | undefined;
3588
3938
  d1?: Record<string, string | {
3939
+ previewDatabaseId?: string | undefined;
3940
+ migrationsTable?: string | undefined;
3941
+ migrationsDir?: string | undefined;
3942
+ remote?: boolean | undefined;
3589
3943
  id: string;
3590
3944
  } | {
3945
+ previewDatabaseId?: string | undefined;
3946
+ migrationsTable?: string | undefined;
3947
+ migrationsDir?: string | undefined;
3948
+ remote?: boolean | undefined;
3591
3949
  name: string;
3592
3950
  }> | undefined;
3593
- r2?: Record<string, string> | undefined;
3951
+ r2?: Record<string, string | {
3952
+ bucketName: string;
3953
+ previewBucketName?: string | undefined;
3954
+ jurisdiction?: string | undefined;
3955
+ remote?: boolean | undefined;
3956
+ }> | undefined;
3594
3957
  durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
3595
3958
  queues?: {
3596
- producers?: Record<string, string> | undefined;
3959
+ producers?: Record<string, string | {
3960
+ queue: string;
3961
+ remote?: boolean | undefined;
3962
+ }> | undefined;
3597
3963
  consumers?: {
3598
3964
  queue: string;
3599
3965
  maxBatchSize?: number | undefined;
@@ -3623,6 +3989,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3623
3989
  service: string;
3624
3990
  environment?: string;
3625
3991
  entrypoint?: string;
3992
+ remote?: boolean;
3626
3993
  __ref?: unknown;
3627
3994
  }> | undefined;
3628
3995
  ai?: {
@@ -3840,19 +4207,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3840
4207
  } | undefined;
3841
4208
  bindings?: {
3842
4209
  kv?: Record<string, string | {
4210
+ previewId?: string | undefined;
4211
+ remote?: boolean | undefined;
3843
4212
  id: string;
3844
4213
  } | {
4214
+ previewId?: string | undefined;
4215
+ remote?: boolean | undefined;
3845
4216
  name: string;
3846
4217
  }> | undefined;
3847
4218
  d1?: Record<string, string | {
4219
+ previewDatabaseId?: string | undefined;
4220
+ migrationsTable?: string | undefined;
4221
+ migrationsDir?: string | undefined;
4222
+ remote?: boolean | undefined;
3848
4223
  id: string;
3849
4224
  } | {
4225
+ previewDatabaseId?: string | undefined;
4226
+ migrationsTable?: string | undefined;
4227
+ migrationsDir?: string | undefined;
4228
+ remote?: boolean | undefined;
3850
4229
  name: string;
3851
4230
  }> | undefined;
3852
- r2?: Record<string, string> | undefined;
4231
+ r2?: Record<string, string | {
4232
+ bucketName: string;
4233
+ previewBucketName?: string | undefined;
4234
+ jurisdiction?: string | undefined;
4235
+ remote?: boolean | undefined;
4236
+ }> | undefined;
3853
4237
  durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
3854
4238
  queues?: {
3855
- producers?: Record<string, string> | undefined;
4239
+ producers?: Record<string, string | {
4240
+ queue: string;
4241
+ remote?: boolean | undefined;
4242
+ }> | undefined;
3856
4243
  consumers?: {
3857
4244
  queue: string;
3858
4245
  maxBatchSize?: number | undefined;
@@ -3882,6 +4269,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
3882
4269
  service: string;
3883
4270
  environment?: string;
3884
4271
  entrypoint?: string;
4272
+ remote?: boolean;
3885
4273
  __ref?: unknown;
3886
4274
  }> | undefined;
3887
4275
  ai?: {
@@ -4095,19 +4483,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4095
4483
  } | undefined;
4096
4484
  bindings?: {
4097
4485
  kv?: Record<string, string | {
4486
+ previewId?: string | undefined;
4487
+ remote?: boolean | undefined;
4098
4488
  id: string;
4099
4489
  } | {
4490
+ previewId?: string | undefined;
4491
+ remote?: boolean | undefined;
4100
4492
  name: string;
4101
4493
  }> | undefined;
4102
4494
  d1?: Record<string, string | {
4495
+ previewDatabaseId?: string | undefined;
4496
+ migrationsTable?: string | undefined;
4497
+ migrationsDir?: string | undefined;
4498
+ remote?: boolean | undefined;
4103
4499
  id: string;
4104
4500
  } | {
4501
+ previewDatabaseId?: string | undefined;
4502
+ migrationsTable?: string | undefined;
4503
+ migrationsDir?: string | undefined;
4504
+ remote?: boolean | undefined;
4105
4505
  name: string;
4106
4506
  }> | undefined;
4107
- r2?: Record<string, string> | undefined;
4507
+ r2?: Record<string, string | {
4508
+ bucketName: string;
4509
+ previewBucketName?: string | undefined;
4510
+ jurisdiction?: string | undefined;
4511
+ remote?: boolean | undefined;
4512
+ }> | undefined;
4108
4513
  durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
4109
4514
  queues?: {
4110
- producers?: Record<string, string> | undefined;
4515
+ producers?: Record<string, string | {
4516
+ queue: string;
4517
+ remote?: boolean | undefined;
4518
+ }> | undefined;
4111
4519
  consumers?: {
4112
4520
  queue: string;
4113
4521
  maxBatchSize?: number | undefined;
@@ -4137,6 +4545,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4137
4545
  service: string;
4138
4546
  environment?: string;
4139
4547
  entrypoint?: string;
4548
+ remote?: boolean;
4140
4549
  __ref?: unknown;
4141
4550
  }> | undefined;
4142
4551
  ai?: {
@@ -4354,19 +4763,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4354
4763
  } | undefined;
4355
4764
  bindings?: {
4356
4765
  kv?: Record<string, string | {
4766
+ previewId?: string | undefined;
4767
+ remote?: boolean | undefined;
4357
4768
  id: string;
4358
4769
  } | {
4770
+ previewId?: string | undefined;
4771
+ remote?: boolean | undefined;
4359
4772
  name: string;
4360
4773
  }> | undefined;
4361
4774
  d1?: Record<string, string | {
4775
+ previewDatabaseId?: string | undefined;
4776
+ migrationsTable?: string | undefined;
4777
+ migrationsDir?: string | undefined;
4778
+ remote?: boolean | undefined;
4362
4779
  id: string;
4363
4780
  } | {
4781
+ previewDatabaseId?: string | undefined;
4782
+ migrationsTable?: string | undefined;
4783
+ migrationsDir?: string | undefined;
4784
+ remote?: boolean | undefined;
4364
4785
  name: string;
4365
4786
  }> | undefined;
4366
- r2?: Record<string, string> | undefined;
4787
+ r2?: Record<string, string | {
4788
+ bucketName: string;
4789
+ previewBucketName?: string | undefined;
4790
+ jurisdiction?: string | undefined;
4791
+ remote?: boolean | undefined;
4792
+ }> | undefined;
4367
4793
  durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
4368
4794
  queues?: {
4369
- producers?: Record<string, string> | undefined;
4795
+ producers?: Record<string, string | {
4796
+ queue: string;
4797
+ remote?: boolean | undefined;
4798
+ }> | undefined;
4370
4799
  consumers?: {
4371
4800
  queue: string;
4372
4801
  maxBatchSize?: number | undefined;
@@ -4396,6 +4825,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
4396
4825
  service: string;
4397
4826
  environment?: string;
4398
4827
  entrypoint?: string;
4828
+ remote?: boolean;
4399
4829
  __ref?: unknown;
4400
4830
  }> | undefined;
4401
4831
  ai?: {