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.
- package/LLM.md +1342 -1
- package/dist/_chunks/{account-BtWcv3X9.js → account-Cdo_cRNv.js} +1 -1
- package/dist/_chunks/{build-D1l6a5Il.js → build-MzQbenXE.js} +1 -1
- package/dist/_chunks/{build-artifacts-BUaq16e4.js → build-artifacts-tD45Rwmx.js} +4 -4
- package/dist/_chunks/{cli-CgFqrDZd.js → cli-BiDDz-RY.js} +12 -12
- package/dist/_chunks/{command-utils-BsfkmTqh.js → command-utils-C48hJMln.js} +1 -1
- package/dist/_chunks/{compiler-uoyAQ8zW.js → compiler-Dc97FkBg.js} +80 -15
- package/dist/_chunks/{config-D5u-bEkn.js → config-DQ_uWv37.js} +3 -3
- package/dist/_chunks/{config-path-DCPto4XB.js → config-path-ePwIvHNX.js} +1 -1
- package/dist/_chunks/{deploy-DIDoW5u1.js → deploy-BmtstRbc.js} +6 -6
- package/dist/_chunks/{dev-BTSSETUX.js → dev-wVHYCbZF.js} +19 -10
- package/dist/_chunks/{doctor-C0g8X36G.js → doctor-lFlh-olK.js} +2 -2
- package/dist/_chunks/{family-DXC5SdFK.js → family-Dfb9VR9g.js} +1 -1
- package/dist/_chunks/{loader-DLXO60RO.js → loader-RZhqzsRJ.js} +4 -4
- package/dist/_chunks/{local-secrets-DMmEOygL.js → local-secrets-DMPkmOn3.js} +1 -1
- package/dist/_chunks/{local-workflow-entrypoints-Wip3o1u8.js → local-workflow-entrypoints-Cq_WJajd.js} +1 -1
- package/dist/_chunks/{login-BmnDzDlH.js → login-DnyfffOC.js} +1 -1
- package/dist/_chunks/{preview-BhqDmq8I.js → preview-C3Cdr8an.js} +9 -3
- package/dist/_chunks/{preview-resources-DdXj8LMM.js → preview-resources-xziKCynb.js} +5 -4
- package/dist/_chunks/{previews-Dlr13x5M.js → previews-wI-pW6HM.js} +7 -7
- package/dist/_chunks/{productions-D3AnOHac.js → productions-BpROdhLN.js} +3 -3
- package/dist/_chunks/{routes-BWi7h2xb.js → routes-5OnFhKR2.js} +18 -5
- package/dist/_chunks/{schema-normalization-DWVleVxo.js → schema-normalization-BCwTLTGp.js} +196 -13
- package/dist/_chunks/{secrets-70eN0Q6C.js → secrets-DIpJGe6C.js} +1 -1
- package/dist/_chunks/{types-BgA5Hb4B.js → types-Zn9vyUGA.js} +11 -3
- package/dist/_chunks/{vite-BszZvrKL.js → vite-DLUELS0D.js} +5 -5
- package/dist/_chunks/{worker-CS1jgNFE.js → worker-rL5udcl9.js} +4 -4
- package/dist/bridge/miniflare.d.ts.map +1 -1
- package/dist/browser.d.ts +818 -36
- package/dist/browser.d.ts.map +1 -1
- package/dist/cli/commands/type-generation/generator.d.ts +12 -3
- package/dist/cli/commands/type-generation/generator.d.ts.map +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/config/compiler/bindings.d.ts.map +1 -1
- package/dist/config/compiler/do-workers.d.ts.map +1 -1
- package/dist/config/compiler/types.d.ts +28 -0
- package/dist/config/compiler/types.d.ts.map +1 -1
- package/dist/config/deploy-resources.d.ts.map +1 -1
- package/dist/config/index.d.ts +1 -1
- package/dist/config/index.d.ts.map +1 -1
- package/dist/config/preview-resources.d.ts +1 -1
- package/dist/config/preview-resources.d.ts.map +1 -1
- package/dist/config/preview.d.ts.map +1 -1
- package/dist/config/schema-bindings.d.ts +544 -14
- package/dist/config/schema-bindings.d.ts.map +1 -1
- package/dist/config/schema-env.d.ts +572 -24
- package/dist/config/schema-env.d.ts.map +1 -1
- package/dist/config/schema-normalization.d.ts +82 -1
- package/dist/config/schema-normalization.d.ts.map +1 -1
- package/dist/config/schema-types-bindings-platform.d.ts +130 -0
- package/dist/config/schema-types-bindings-platform.d.ts.map +1 -1
- package/dist/config/schema-types-bindings-resources.d.ts +220 -3
- package/dist/config/schema-types-bindings-resources.d.ts.map +1 -1
- package/dist/config/schema-types-bindings.d.ts +42 -3
- package/dist/config/schema-types-bindings.d.ts.map +1 -1
- package/dist/config/schema.d.ts +1035 -57
- package/dist/config/schema.d.ts.map +1 -1
- package/dist/config-entry.js +1 -1
- package/dist/dev-server/miniflare-bindings.d.ts +6 -0
- package/dist/dev-server/miniflare-bindings.d.ts.map +1 -1
- package/dist/dev-server/miniflare-dev-config.d.ts.map +1 -1
- package/dist/dev-server/miniflare-worker-config.d.ts +5 -1
- package/dist/dev-server/miniflare-worker-config.d.ts.map +1 -1
- package/dist/index.js +4 -4
- package/dist/sveltekit/index.js +3 -3
- package/dist/test/index.d.ts +1 -1
- package/dist/test/index.d.ts.map +1 -1
- package/dist/test/index.js +168 -10
- package/dist/test/offline-bindings.d.ts +5 -3
- package/dist/test/offline-bindings.d.ts.map +1 -1
- package/dist/test/resolve-service-bindings.d.ts.map +1 -1
- package/dist/test/simple-context-mfconfig.d.ts.map +1 -1
- package/dist/test/utilities/stream-flagship.d.ts +27 -0
- package/dist/test/utilities/stream-flagship.d.ts.map +1 -0
- package/dist/test/utilities.d.ts +1 -0
- package/dist/test/utilities.d.ts.map +1 -1
- package/dist/vite/index.js +1 -1
- 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
|
|
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
|
|
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<{
|
|
@@ -453,21 +521,91 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
453
521
|
namespace: string;
|
|
454
522
|
remote?: boolean | undefined;
|
|
455
523
|
}>]>>>;
|
|
524
|
+
stream: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
525
|
+
remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
526
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
527
|
+
remote?: boolean | undefined;
|
|
528
|
+
}, {
|
|
529
|
+
remote?: boolean | undefined;
|
|
530
|
+
}>, import("zod").ZodLiteral<true>]>>>, Record<string, true | {
|
|
531
|
+
remote?: boolean | undefined;
|
|
532
|
+
}> | undefined, Record<string, true | {
|
|
533
|
+
remote?: boolean | undefined;
|
|
534
|
+
}> | undefined>;
|
|
535
|
+
vpcServices: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
536
|
+
serviceId: import("zod").ZodString;
|
|
537
|
+
remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
538
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
539
|
+
serviceId: string;
|
|
540
|
+
remote?: boolean | undefined;
|
|
541
|
+
}, {
|
|
542
|
+
serviceId: string;
|
|
543
|
+
remote?: boolean | undefined;
|
|
544
|
+
}>>>;
|
|
545
|
+
vpcNetworks: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
546
|
+
tunnelId: import("zod").ZodString;
|
|
547
|
+
remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
548
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
549
|
+
tunnelId: string;
|
|
550
|
+
remote?: boolean | undefined;
|
|
551
|
+
}, {
|
|
552
|
+
tunnelId: string;
|
|
553
|
+
remote?: boolean | undefined;
|
|
554
|
+
}>, import("zod").ZodObject<{
|
|
555
|
+
networkId: import("zod").ZodString;
|
|
556
|
+
remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
557
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
558
|
+
networkId: string;
|
|
559
|
+
remote?: boolean | undefined;
|
|
560
|
+
}, {
|
|
561
|
+
networkId: string;
|
|
562
|
+
remote?: boolean | undefined;
|
|
563
|
+
}>]>>>;
|
|
564
|
+
flagship: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
565
|
+
appId: import("zod").ZodString;
|
|
566
|
+
remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
567
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
568
|
+
appId: string;
|
|
569
|
+
remote?: boolean | undefined;
|
|
570
|
+
}, {
|
|
571
|
+
appId: string;
|
|
572
|
+
remote?: boolean | undefined;
|
|
573
|
+
}>>>;
|
|
456
574
|
}, "strip", import("zod").ZodTypeAny, {
|
|
457
575
|
kv?: Record<string, string | {
|
|
576
|
+
previewId?: string | undefined;
|
|
577
|
+
remote?: boolean | undefined;
|
|
458
578
|
id: string;
|
|
459
579
|
} | {
|
|
580
|
+
previewId?: string | undefined;
|
|
581
|
+
remote?: boolean | undefined;
|
|
460
582
|
name: string;
|
|
461
583
|
}> | undefined;
|
|
462
584
|
d1?: Record<string, string | {
|
|
585
|
+
previewDatabaseId?: string | undefined;
|
|
586
|
+
migrationsTable?: string | undefined;
|
|
587
|
+
migrationsDir?: string | undefined;
|
|
588
|
+
remote?: boolean | undefined;
|
|
463
589
|
id: string;
|
|
464
590
|
} | {
|
|
591
|
+
previewDatabaseId?: string | undefined;
|
|
592
|
+
migrationsTable?: string | undefined;
|
|
593
|
+
migrationsDir?: string | undefined;
|
|
594
|
+
remote?: boolean | undefined;
|
|
465
595
|
name: string;
|
|
466
596
|
}> | undefined;
|
|
467
|
-
r2?: Record<string, string
|
|
597
|
+
r2?: Record<string, string | {
|
|
598
|
+
bucketName: string;
|
|
599
|
+
previewBucketName?: string | undefined;
|
|
600
|
+
jurisdiction?: string | undefined;
|
|
601
|
+
remote?: boolean | undefined;
|
|
602
|
+
}> | undefined;
|
|
468
603
|
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
469
604
|
queues?: {
|
|
470
|
-
producers?: Record<string, string
|
|
605
|
+
producers?: Record<string, string | {
|
|
606
|
+
queue: string;
|
|
607
|
+
remote?: boolean | undefined;
|
|
608
|
+
}> | undefined;
|
|
471
609
|
consumers?: {
|
|
472
610
|
queue: string;
|
|
473
611
|
maxBatchSize?: number | undefined;
|
|
@@ -497,6 +635,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
497
635
|
service: string;
|
|
498
636
|
environment?: string;
|
|
499
637
|
entrypoint?: string;
|
|
638
|
+
remote?: boolean;
|
|
500
639
|
__ref?: unknown;
|
|
501
640
|
}> | undefined;
|
|
502
641
|
ai?: {
|
|
@@ -576,21 +715,59 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
576
715
|
namespace: string;
|
|
577
716
|
remote?: boolean | undefined;
|
|
578
717
|
}> | undefined;
|
|
718
|
+
stream?: Record<string, true | {
|
|
719
|
+
remote?: boolean | undefined;
|
|
720
|
+
}> | undefined;
|
|
721
|
+
vpcServices?: Record<string, {
|
|
722
|
+
serviceId: string;
|
|
723
|
+
remote?: boolean | undefined;
|
|
724
|
+
}> | undefined;
|
|
725
|
+
vpcNetworks?: Record<string, {
|
|
726
|
+
tunnelId: string;
|
|
727
|
+
remote?: boolean | undefined;
|
|
728
|
+
} | {
|
|
729
|
+
networkId: string;
|
|
730
|
+
remote?: boolean | undefined;
|
|
731
|
+
}> | undefined;
|
|
732
|
+
flagship?: Record<string, {
|
|
733
|
+
appId: string;
|
|
734
|
+
remote?: boolean | undefined;
|
|
735
|
+
}> | undefined;
|
|
579
736
|
}, {
|
|
580
737
|
kv?: Record<string, string | {
|
|
738
|
+
previewId?: string | undefined;
|
|
739
|
+
remote?: boolean | undefined;
|
|
581
740
|
id: string;
|
|
582
741
|
} | {
|
|
742
|
+
previewId?: string | undefined;
|
|
743
|
+
remote?: boolean | undefined;
|
|
583
744
|
name: string;
|
|
584
745
|
}> | undefined;
|
|
585
746
|
d1?: Record<string, string | {
|
|
747
|
+
previewDatabaseId?: string | undefined;
|
|
748
|
+
migrationsTable?: string | undefined;
|
|
749
|
+
migrationsDir?: string | undefined;
|
|
750
|
+
remote?: boolean | undefined;
|
|
586
751
|
id: string;
|
|
587
752
|
} | {
|
|
753
|
+
previewDatabaseId?: string | undefined;
|
|
754
|
+
migrationsTable?: string | undefined;
|
|
755
|
+
migrationsDir?: string | undefined;
|
|
756
|
+
remote?: boolean | undefined;
|
|
588
757
|
name: string;
|
|
589
758
|
}> | undefined;
|
|
590
|
-
r2?: Record<string, string
|
|
759
|
+
r2?: Record<string, string | {
|
|
760
|
+
bucketName: string;
|
|
761
|
+
previewBucketName?: string | undefined;
|
|
762
|
+
jurisdiction?: string | undefined;
|
|
763
|
+
remote?: boolean | undefined;
|
|
764
|
+
}> | undefined;
|
|
591
765
|
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
592
766
|
queues?: {
|
|
593
|
-
producers?: Record<string, string
|
|
767
|
+
producers?: Record<string, string | {
|
|
768
|
+
queue: string;
|
|
769
|
+
remote?: boolean | undefined;
|
|
770
|
+
}> | undefined;
|
|
594
771
|
consumers?: {
|
|
595
772
|
queue: string;
|
|
596
773
|
maxBatchSize?: number | undefined;
|
|
@@ -620,6 +797,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
620
797
|
service: string;
|
|
621
798
|
environment?: string;
|
|
622
799
|
entrypoint?: string;
|
|
800
|
+
remote?: boolean;
|
|
623
801
|
__ref?: unknown;
|
|
624
802
|
}> | undefined;
|
|
625
803
|
ai?: {
|
|
@@ -699,6 +877,24 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
699
877
|
namespace: string;
|
|
700
878
|
remote?: boolean | undefined;
|
|
701
879
|
}> | undefined;
|
|
880
|
+
stream?: Record<string, true | {
|
|
881
|
+
remote?: boolean | undefined;
|
|
882
|
+
}> | undefined;
|
|
883
|
+
vpcServices?: Record<string, {
|
|
884
|
+
serviceId: string;
|
|
885
|
+
remote?: boolean | undefined;
|
|
886
|
+
}> | undefined;
|
|
887
|
+
vpcNetworks?: Record<string, {
|
|
888
|
+
tunnelId: string;
|
|
889
|
+
remote?: boolean | undefined;
|
|
890
|
+
} | {
|
|
891
|
+
networkId: string;
|
|
892
|
+
remote?: boolean | undefined;
|
|
893
|
+
}> | undefined;
|
|
894
|
+
flagship?: Record<string, {
|
|
895
|
+
appId: string;
|
|
896
|
+
remote?: boolean | undefined;
|
|
897
|
+
}> | undefined;
|
|
702
898
|
}>>;
|
|
703
899
|
triggers: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
704
900
|
crons: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
@@ -1097,35 +1293,95 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
1097
1293
|
}>>>;
|
|
1098
1294
|
readonly bindings: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1099
1295
|
kv: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
|
|
1296
|
+
previewId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1297
|
+
remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1100
1298
|
id: import("zod").ZodString;
|
|
1101
1299
|
}, "strict", import("zod").ZodTypeAny, {
|
|
1300
|
+
previewId?: string | undefined;
|
|
1301
|
+
remote?: boolean | undefined;
|
|
1102
1302
|
id: string;
|
|
1103
1303
|
}, {
|
|
1304
|
+
previewId?: string | undefined;
|
|
1305
|
+
remote?: boolean | undefined;
|
|
1104
1306
|
id: string;
|
|
1105
1307
|
}>, import("zod").ZodObject<{
|
|
1308
|
+
previewId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1309
|
+
remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1106
1310
|
name: import("zod").ZodString;
|
|
1107
1311
|
}, "strict", import("zod").ZodTypeAny, {
|
|
1312
|
+
previewId?: string | undefined;
|
|
1313
|
+
remote?: boolean | undefined;
|
|
1108
1314
|
name: string;
|
|
1109
1315
|
}, {
|
|
1316
|
+
previewId?: string | undefined;
|
|
1317
|
+
remote?: boolean | undefined;
|
|
1110
1318
|
name: string;
|
|
1111
1319
|
}>]>>>;
|
|
1112
1320
|
d1: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
|
|
1321
|
+
previewDatabaseId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1322
|
+
migrationsTable: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1323
|
+
migrationsDir: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1324
|
+
remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1113
1325
|
id: import("zod").ZodString;
|
|
1114
1326
|
}, "strict", import("zod").ZodTypeAny, {
|
|
1327
|
+
previewDatabaseId?: string | undefined;
|
|
1328
|
+
migrationsTable?: string | undefined;
|
|
1329
|
+
migrationsDir?: string | undefined;
|
|
1330
|
+
remote?: boolean | undefined;
|
|
1115
1331
|
id: string;
|
|
1116
1332
|
}, {
|
|
1333
|
+
previewDatabaseId?: string | undefined;
|
|
1334
|
+
migrationsTable?: string | undefined;
|
|
1335
|
+
migrationsDir?: string | undefined;
|
|
1336
|
+
remote?: boolean | undefined;
|
|
1117
1337
|
id: string;
|
|
1118
1338
|
}>, import("zod").ZodObject<{
|
|
1339
|
+
previewDatabaseId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1340
|
+
migrationsTable: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1341
|
+
migrationsDir: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1342
|
+
remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1119
1343
|
name: import("zod").ZodString;
|
|
1120
1344
|
}, "strict", import("zod").ZodTypeAny, {
|
|
1345
|
+
previewDatabaseId?: string | undefined;
|
|
1346
|
+
migrationsTable?: string | undefined;
|
|
1347
|
+
migrationsDir?: string | undefined;
|
|
1348
|
+
remote?: boolean | undefined;
|
|
1121
1349
|
name: string;
|
|
1122
1350
|
}, {
|
|
1351
|
+
previewDatabaseId?: string | undefined;
|
|
1352
|
+
migrationsTable?: string | undefined;
|
|
1353
|
+
migrationsDir?: string | undefined;
|
|
1354
|
+
remote?: boolean | undefined;
|
|
1123
1355
|
name: string;
|
|
1124
1356
|
}>]>>>;
|
|
1125
|
-
r2: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString
|
|
1357
|
+
r2: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
|
|
1358
|
+
bucketName: import("zod").ZodString;
|
|
1359
|
+
previewBucketName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1360
|
+
jurisdiction: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1361
|
+
remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1362
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1363
|
+
bucketName: string;
|
|
1364
|
+
previewBucketName?: string | undefined;
|
|
1365
|
+
jurisdiction?: string | undefined;
|
|
1366
|
+
remote?: boolean | undefined;
|
|
1367
|
+
}, {
|
|
1368
|
+
bucketName: string;
|
|
1369
|
+
previewBucketName?: string | undefined;
|
|
1370
|
+
jurisdiction?: string | undefined;
|
|
1371
|
+
remote?: boolean | undefined;
|
|
1372
|
+
}>]>>>;
|
|
1126
1373
|
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
1374
|
queues: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1128
|
-
producers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString
|
|
1375
|
+
producers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
|
|
1376
|
+
queue: import("zod").ZodString;
|
|
1377
|
+
remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1378
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1379
|
+
queue: string;
|
|
1380
|
+
remote?: boolean | undefined;
|
|
1381
|
+
}, {
|
|
1382
|
+
queue: string;
|
|
1383
|
+
remote?: boolean | undefined;
|
|
1384
|
+
}>]>>>;
|
|
1129
1385
|
consumers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1130
1386
|
queue: import("zod").ZodString;
|
|
1131
1387
|
maxBatchSize: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -1152,7 +1408,10 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
1152
1408
|
retryDelay?: number | undefined;
|
|
1153
1409
|
}>, "many">>;
|
|
1154
1410
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1155
|
-
producers?: Record<string, string
|
|
1411
|
+
producers?: Record<string, string | {
|
|
1412
|
+
queue: string;
|
|
1413
|
+
remote?: boolean | undefined;
|
|
1414
|
+
}> | undefined;
|
|
1156
1415
|
consumers?: {
|
|
1157
1416
|
queue: string;
|
|
1158
1417
|
maxBatchSize?: number | undefined;
|
|
@@ -1163,7 +1422,10 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
1163
1422
|
retryDelay?: number | undefined;
|
|
1164
1423
|
}[] | undefined;
|
|
1165
1424
|
}, {
|
|
1166
|
-
producers?: Record<string, string
|
|
1425
|
+
producers?: Record<string, string | {
|
|
1426
|
+
queue: string;
|
|
1427
|
+
remote?: boolean | undefined;
|
|
1428
|
+
}> | undefined;
|
|
1167
1429
|
consumers?: {
|
|
1168
1430
|
queue: string;
|
|
1169
1431
|
maxBatchSize?: number | undefined;
|
|
@@ -1221,11 +1483,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
1221
1483
|
service: string;
|
|
1222
1484
|
environment?: string;
|
|
1223
1485
|
entrypoint?: string;
|
|
1486
|
+
remote?: boolean;
|
|
1224
1487
|
__ref?: unknown;
|
|
1225
1488
|
}, import("zod").ZodTypeDef, {
|
|
1226
1489
|
service: string;
|
|
1227
1490
|
environment?: string;
|
|
1228
1491
|
entrypoint?: string;
|
|
1492
|
+
remote?: boolean;
|
|
1229
1493
|
__ref?: unknown;
|
|
1230
1494
|
}>>>;
|
|
1231
1495
|
ai: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -1461,21 +1725,91 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
1461
1725
|
namespace: string;
|
|
1462
1726
|
remote?: boolean | undefined;
|
|
1463
1727
|
}>]>>>;
|
|
1728
|
+
stream: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1729
|
+
remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1730
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1731
|
+
remote?: boolean | undefined;
|
|
1732
|
+
}, {
|
|
1733
|
+
remote?: boolean | undefined;
|
|
1734
|
+
}>, import("zod").ZodLiteral<true>]>>>, Record<string, true | {
|
|
1735
|
+
remote?: boolean | undefined;
|
|
1736
|
+
}> | undefined, Record<string, true | {
|
|
1737
|
+
remote?: boolean | undefined;
|
|
1738
|
+
}> | undefined>;
|
|
1739
|
+
vpcServices: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1740
|
+
serviceId: import("zod").ZodString;
|
|
1741
|
+
remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1742
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1743
|
+
serviceId: string;
|
|
1744
|
+
remote?: boolean | undefined;
|
|
1745
|
+
}, {
|
|
1746
|
+
serviceId: string;
|
|
1747
|
+
remote?: boolean | undefined;
|
|
1748
|
+
}>>>;
|
|
1749
|
+
vpcNetworks: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1750
|
+
tunnelId: import("zod").ZodString;
|
|
1751
|
+
remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1752
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1753
|
+
tunnelId: string;
|
|
1754
|
+
remote?: boolean | undefined;
|
|
1755
|
+
}, {
|
|
1756
|
+
tunnelId: string;
|
|
1757
|
+
remote?: boolean | undefined;
|
|
1758
|
+
}>, import("zod").ZodObject<{
|
|
1759
|
+
networkId: import("zod").ZodString;
|
|
1760
|
+
remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1761
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1762
|
+
networkId: string;
|
|
1763
|
+
remote?: boolean | undefined;
|
|
1764
|
+
}, {
|
|
1765
|
+
networkId: string;
|
|
1766
|
+
remote?: boolean | undefined;
|
|
1767
|
+
}>]>>>;
|
|
1768
|
+
flagship: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1769
|
+
appId: import("zod").ZodString;
|
|
1770
|
+
remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1771
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1772
|
+
appId: string;
|
|
1773
|
+
remote?: boolean | undefined;
|
|
1774
|
+
}, {
|
|
1775
|
+
appId: string;
|
|
1776
|
+
remote?: boolean | undefined;
|
|
1777
|
+
}>>>;
|
|
1464
1778
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1465
1779
|
kv?: Record<string, string | {
|
|
1780
|
+
previewId?: string | undefined;
|
|
1781
|
+
remote?: boolean | undefined;
|
|
1466
1782
|
id: string;
|
|
1467
1783
|
} | {
|
|
1784
|
+
previewId?: string | undefined;
|
|
1785
|
+
remote?: boolean | undefined;
|
|
1468
1786
|
name: string;
|
|
1469
1787
|
}> | undefined;
|
|
1470
1788
|
d1?: Record<string, string | {
|
|
1789
|
+
previewDatabaseId?: string | undefined;
|
|
1790
|
+
migrationsTable?: string | undefined;
|
|
1791
|
+
migrationsDir?: string | undefined;
|
|
1792
|
+
remote?: boolean | undefined;
|
|
1471
1793
|
id: string;
|
|
1472
1794
|
} | {
|
|
1795
|
+
previewDatabaseId?: string | undefined;
|
|
1796
|
+
migrationsTable?: string | undefined;
|
|
1797
|
+
migrationsDir?: string | undefined;
|
|
1798
|
+
remote?: boolean | undefined;
|
|
1473
1799
|
name: string;
|
|
1474
1800
|
}> | undefined;
|
|
1475
|
-
r2?: Record<string, string
|
|
1801
|
+
r2?: Record<string, string | {
|
|
1802
|
+
bucketName: string;
|
|
1803
|
+
previewBucketName?: string | undefined;
|
|
1804
|
+
jurisdiction?: string | undefined;
|
|
1805
|
+
remote?: boolean | undefined;
|
|
1806
|
+
}> | undefined;
|
|
1476
1807
|
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
1477
1808
|
queues?: {
|
|
1478
|
-
producers?: Record<string, string
|
|
1809
|
+
producers?: Record<string, string | {
|
|
1810
|
+
queue: string;
|
|
1811
|
+
remote?: boolean | undefined;
|
|
1812
|
+
}> | undefined;
|
|
1479
1813
|
consumers?: {
|
|
1480
1814
|
queue: string;
|
|
1481
1815
|
maxBatchSize?: number | undefined;
|
|
@@ -1505,6 +1839,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
1505
1839
|
service: string;
|
|
1506
1840
|
environment?: string;
|
|
1507
1841
|
entrypoint?: string;
|
|
1842
|
+
remote?: boolean;
|
|
1508
1843
|
__ref?: unknown;
|
|
1509
1844
|
}> | undefined;
|
|
1510
1845
|
ai?: {
|
|
@@ -1584,21 +1919,59 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
1584
1919
|
namespace: string;
|
|
1585
1920
|
remote?: boolean | undefined;
|
|
1586
1921
|
}> | undefined;
|
|
1922
|
+
stream?: Record<string, true | {
|
|
1923
|
+
remote?: boolean | undefined;
|
|
1924
|
+
}> | undefined;
|
|
1925
|
+
vpcServices?: Record<string, {
|
|
1926
|
+
serviceId: string;
|
|
1927
|
+
remote?: boolean | undefined;
|
|
1928
|
+
}> | undefined;
|
|
1929
|
+
vpcNetworks?: Record<string, {
|
|
1930
|
+
tunnelId: string;
|
|
1931
|
+
remote?: boolean | undefined;
|
|
1932
|
+
} | {
|
|
1933
|
+
networkId: string;
|
|
1934
|
+
remote?: boolean | undefined;
|
|
1935
|
+
}> | undefined;
|
|
1936
|
+
flagship?: Record<string, {
|
|
1937
|
+
appId: string;
|
|
1938
|
+
remote?: boolean | undefined;
|
|
1939
|
+
}> | undefined;
|
|
1587
1940
|
}, {
|
|
1588
1941
|
kv?: Record<string, string | {
|
|
1942
|
+
previewId?: string | undefined;
|
|
1943
|
+
remote?: boolean | undefined;
|
|
1589
1944
|
id: string;
|
|
1590
1945
|
} | {
|
|
1946
|
+
previewId?: string | undefined;
|
|
1947
|
+
remote?: boolean | undefined;
|
|
1591
1948
|
name: string;
|
|
1592
1949
|
}> | undefined;
|
|
1593
1950
|
d1?: Record<string, string | {
|
|
1951
|
+
previewDatabaseId?: string | undefined;
|
|
1952
|
+
migrationsTable?: string | undefined;
|
|
1953
|
+
migrationsDir?: string | undefined;
|
|
1954
|
+
remote?: boolean | undefined;
|
|
1594
1955
|
id: string;
|
|
1595
1956
|
} | {
|
|
1957
|
+
previewDatabaseId?: string | undefined;
|
|
1958
|
+
migrationsTable?: string | undefined;
|
|
1959
|
+
migrationsDir?: string | undefined;
|
|
1960
|
+
remote?: boolean | undefined;
|
|
1596
1961
|
name: string;
|
|
1597
1962
|
}> | undefined;
|
|
1598
|
-
r2?: Record<string, string
|
|
1963
|
+
r2?: Record<string, string | {
|
|
1964
|
+
bucketName: string;
|
|
1965
|
+
previewBucketName?: string | undefined;
|
|
1966
|
+
jurisdiction?: string | undefined;
|
|
1967
|
+
remote?: boolean | undefined;
|
|
1968
|
+
}> | undefined;
|
|
1599
1969
|
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
1600
1970
|
queues?: {
|
|
1601
|
-
producers?: Record<string, string
|
|
1971
|
+
producers?: Record<string, string | {
|
|
1972
|
+
queue: string;
|
|
1973
|
+
remote?: boolean | undefined;
|
|
1974
|
+
}> | undefined;
|
|
1602
1975
|
consumers?: {
|
|
1603
1976
|
queue: string;
|
|
1604
1977
|
maxBatchSize?: number | undefined;
|
|
@@ -1628,6 +2001,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
1628
2001
|
service: string;
|
|
1629
2002
|
environment?: string;
|
|
1630
2003
|
entrypoint?: string;
|
|
2004
|
+
remote?: boolean;
|
|
1631
2005
|
__ref?: unknown;
|
|
1632
2006
|
}> | undefined;
|
|
1633
2007
|
ai?: {
|
|
@@ -1707,6 +2081,24 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
1707
2081
|
namespace: string;
|
|
1708
2082
|
remote?: boolean | undefined;
|
|
1709
2083
|
}> | undefined;
|
|
2084
|
+
stream?: Record<string, true | {
|
|
2085
|
+
remote?: boolean | undefined;
|
|
2086
|
+
}> | undefined;
|
|
2087
|
+
vpcServices?: Record<string, {
|
|
2088
|
+
serviceId: string;
|
|
2089
|
+
remote?: boolean | undefined;
|
|
2090
|
+
}> | undefined;
|
|
2091
|
+
vpcNetworks?: Record<string, {
|
|
2092
|
+
tunnelId: string;
|
|
2093
|
+
remote?: boolean | undefined;
|
|
2094
|
+
} | {
|
|
2095
|
+
networkId: string;
|
|
2096
|
+
remote?: boolean | undefined;
|
|
2097
|
+
}> | undefined;
|
|
2098
|
+
flagship?: Record<string, {
|
|
2099
|
+
appId: string;
|
|
2100
|
+
remote?: boolean | undefined;
|
|
2101
|
+
}> | undefined;
|
|
1710
2102
|
}>>>;
|
|
1711
2103
|
readonly triggers: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1712
2104
|
crons: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
@@ -2045,19 +2437,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2045
2437
|
} | undefined;
|
|
2046
2438
|
bindings?: {
|
|
2047
2439
|
kv?: Record<string, string | {
|
|
2440
|
+
previewId?: string | undefined;
|
|
2441
|
+
remote?: boolean | undefined;
|
|
2048
2442
|
id: string;
|
|
2049
2443
|
} | {
|
|
2444
|
+
previewId?: string | undefined;
|
|
2445
|
+
remote?: boolean | undefined;
|
|
2050
2446
|
name: string;
|
|
2051
2447
|
}> | undefined;
|
|
2052
2448
|
d1?: Record<string, string | {
|
|
2449
|
+
previewDatabaseId?: string | undefined;
|
|
2450
|
+
migrationsTable?: string | undefined;
|
|
2451
|
+
migrationsDir?: string | undefined;
|
|
2452
|
+
remote?: boolean | undefined;
|
|
2053
2453
|
id: string;
|
|
2054
2454
|
} | {
|
|
2455
|
+
previewDatabaseId?: string | undefined;
|
|
2456
|
+
migrationsTable?: string | undefined;
|
|
2457
|
+
migrationsDir?: string | undefined;
|
|
2458
|
+
remote?: boolean | undefined;
|
|
2055
2459
|
name: string;
|
|
2056
2460
|
}> | undefined;
|
|
2057
|
-
r2?: Record<string, string
|
|
2461
|
+
r2?: Record<string, string | {
|
|
2462
|
+
bucketName: string;
|
|
2463
|
+
previewBucketName?: string | undefined;
|
|
2464
|
+
jurisdiction?: string | undefined;
|
|
2465
|
+
remote?: boolean | undefined;
|
|
2466
|
+
}> | undefined;
|
|
2058
2467
|
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
2059
2468
|
queues?: {
|
|
2060
|
-
producers?: Record<string, string
|
|
2469
|
+
producers?: Record<string, string | {
|
|
2470
|
+
queue: string;
|
|
2471
|
+
remote?: boolean | undefined;
|
|
2472
|
+
}> | undefined;
|
|
2061
2473
|
consumers?: {
|
|
2062
2474
|
queue: string;
|
|
2063
2475
|
maxBatchSize?: number | undefined;
|
|
@@ -2087,6 +2499,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2087
2499
|
service: string;
|
|
2088
2500
|
environment?: string;
|
|
2089
2501
|
entrypoint?: string;
|
|
2502
|
+
remote?: boolean;
|
|
2090
2503
|
__ref?: unknown;
|
|
2091
2504
|
}> | undefined;
|
|
2092
2505
|
ai?: {
|
|
@@ -2166,6 +2579,24 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2166
2579
|
namespace: string;
|
|
2167
2580
|
remote?: boolean | undefined;
|
|
2168
2581
|
}> | undefined;
|
|
2582
|
+
stream?: Record<string, true | {
|
|
2583
|
+
remote?: boolean | undefined;
|
|
2584
|
+
}> | undefined;
|
|
2585
|
+
vpcServices?: Record<string, {
|
|
2586
|
+
serviceId: string;
|
|
2587
|
+
remote?: boolean | undefined;
|
|
2588
|
+
}> | undefined;
|
|
2589
|
+
vpcNetworks?: Record<string, {
|
|
2590
|
+
tunnelId: string;
|
|
2591
|
+
remote?: boolean | undefined;
|
|
2592
|
+
} | {
|
|
2593
|
+
networkId: string;
|
|
2594
|
+
remote?: boolean | undefined;
|
|
2595
|
+
}> | undefined;
|
|
2596
|
+
flagship?: Record<string, {
|
|
2597
|
+
appId: string;
|
|
2598
|
+
remote?: boolean | undefined;
|
|
2599
|
+
}> | undefined;
|
|
2169
2600
|
} | undefined;
|
|
2170
2601
|
triggers?: {
|
|
2171
2602
|
crons?: string[] | undefined;
|
|
@@ -2298,19 +2729,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2298
2729
|
} | undefined;
|
|
2299
2730
|
bindings?: {
|
|
2300
2731
|
kv?: Record<string, string | {
|
|
2732
|
+
previewId?: string | undefined;
|
|
2733
|
+
remote?: boolean | undefined;
|
|
2301
2734
|
id: string;
|
|
2302
2735
|
} | {
|
|
2736
|
+
previewId?: string | undefined;
|
|
2737
|
+
remote?: boolean | undefined;
|
|
2303
2738
|
name: string;
|
|
2304
2739
|
}> | undefined;
|
|
2305
2740
|
d1?: Record<string, string | {
|
|
2741
|
+
previewDatabaseId?: string | undefined;
|
|
2742
|
+
migrationsTable?: string | undefined;
|
|
2743
|
+
migrationsDir?: string | undefined;
|
|
2744
|
+
remote?: boolean | undefined;
|
|
2306
2745
|
id: string;
|
|
2307
2746
|
} | {
|
|
2747
|
+
previewDatabaseId?: string | undefined;
|
|
2748
|
+
migrationsTable?: string | undefined;
|
|
2749
|
+
migrationsDir?: string | undefined;
|
|
2750
|
+
remote?: boolean | undefined;
|
|
2308
2751
|
name: string;
|
|
2309
2752
|
}> | undefined;
|
|
2310
|
-
r2?: Record<string, string
|
|
2753
|
+
r2?: Record<string, string | {
|
|
2754
|
+
bucketName: string;
|
|
2755
|
+
previewBucketName?: string | undefined;
|
|
2756
|
+
jurisdiction?: string | undefined;
|
|
2757
|
+
remote?: boolean | undefined;
|
|
2758
|
+
}> | undefined;
|
|
2311
2759
|
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
2312
2760
|
queues?: {
|
|
2313
|
-
producers?: Record<string, string
|
|
2761
|
+
producers?: Record<string, string | {
|
|
2762
|
+
queue: string;
|
|
2763
|
+
remote?: boolean | undefined;
|
|
2764
|
+
}> | undefined;
|
|
2314
2765
|
consumers?: {
|
|
2315
2766
|
queue: string;
|
|
2316
2767
|
maxBatchSize?: number | undefined;
|
|
@@ -2340,6 +2791,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2340
2791
|
service: string;
|
|
2341
2792
|
environment?: string;
|
|
2342
2793
|
entrypoint?: string;
|
|
2794
|
+
remote?: boolean;
|
|
2343
2795
|
__ref?: unknown;
|
|
2344
2796
|
}> | undefined;
|
|
2345
2797
|
ai?: {
|
|
@@ -2419,6 +2871,24 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2419
2871
|
namespace: string;
|
|
2420
2872
|
remote?: boolean | undefined;
|
|
2421
2873
|
}> | undefined;
|
|
2874
|
+
stream?: Record<string, true | {
|
|
2875
|
+
remote?: boolean | undefined;
|
|
2876
|
+
}> | undefined;
|
|
2877
|
+
vpcServices?: Record<string, {
|
|
2878
|
+
serviceId: string;
|
|
2879
|
+
remote?: boolean | undefined;
|
|
2880
|
+
}> | undefined;
|
|
2881
|
+
vpcNetworks?: Record<string, {
|
|
2882
|
+
tunnelId: string;
|
|
2883
|
+
remote?: boolean | undefined;
|
|
2884
|
+
} | {
|
|
2885
|
+
networkId: string;
|
|
2886
|
+
remote?: boolean | undefined;
|
|
2887
|
+
}> | undefined;
|
|
2888
|
+
flagship?: Record<string, {
|
|
2889
|
+
appId: string;
|
|
2890
|
+
remote?: boolean | undefined;
|
|
2891
|
+
}> | undefined;
|
|
2422
2892
|
} | undefined;
|
|
2423
2893
|
triggers?: {
|
|
2424
2894
|
crons?: string[] | undefined;
|
|
@@ -2553,19 +3023,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2553
3023
|
} | undefined;
|
|
2554
3024
|
bindings?: {
|
|
2555
3025
|
kv?: Record<string, string | {
|
|
3026
|
+
previewId?: string | undefined;
|
|
3027
|
+
remote?: boolean | undefined;
|
|
2556
3028
|
id: string;
|
|
2557
3029
|
} | {
|
|
3030
|
+
previewId?: string | undefined;
|
|
3031
|
+
remote?: boolean | undefined;
|
|
2558
3032
|
name: string;
|
|
2559
3033
|
}> | undefined;
|
|
2560
3034
|
d1?: Record<string, string | {
|
|
3035
|
+
previewDatabaseId?: string | undefined;
|
|
3036
|
+
migrationsTable?: string | undefined;
|
|
3037
|
+
migrationsDir?: string | undefined;
|
|
3038
|
+
remote?: boolean | undefined;
|
|
2561
3039
|
id: string;
|
|
2562
3040
|
} | {
|
|
3041
|
+
previewDatabaseId?: string | undefined;
|
|
3042
|
+
migrationsTable?: string | undefined;
|
|
3043
|
+
migrationsDir?: string | undefined;
|
|
3044
|
+
remote?: boolean | undefined;
|
|
2563
3045
|
name: string;
|
|
2564
3046
|
}> | undefined;
|
|
2565
|
-
r2?: Record<string, string
|
|
3047
|
+
r2?: Record<string, string | {
|
|
3048
|
+
bucketName: string;
|
|
3049
|
+
previewBucketName?: string | undefined;
|
|
3050
|
+
jurisdiction?: string | undefined;
|
|
3051
|
+
remote?: boolean | undefined;
|
|
3052
|
+
}> | undefined;
|
|
2566
3053
|
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
2567
3054
|
queues?: {
|
|
2568
|
-
producers?: Record<string, string
|
|
3055
|
+
producers?: Record<string, string | {
|
|
3056
|
+
queue: string;
|
|
3057
|
+
remote?: boolean | undefined;
|
|
3058
|
+
}> | undefined;
|
|
2569
3059
|
consumers?: {
|
|
2570
3060
|
queue: string;
|
|
2571
3061
|
maxBatchSize?: number | undefined;
|
|
@@ -2595,6 +3085,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2595
3085
|
service: string;
|
|
2596
3086
|
environment?: string;
|
|
2597
3087
|
entrypoint?: string;
|
|
3088
|
+
remote?: boolean;
|
|
2598
3089
|
__ref?: unknown;
|
|
2599
3090
|
}> | undefined;
|
|
2600
3091
|
ai?: {
|
|
@@ -2674,6 +3165,24 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2674
3165
|
namespace: string;
|
|
2675
3166
|
remote?: boolean | undefined;
|
|
2676
3167
|
}> | undefined;
|
|
3168
|
+
stream?: Record<string, true | {
|
|
3169
|
+
remote?: boolean | undefined;
|
|
3170
|
+
}> | undefined;
|
|
3171
|
+
vpcServices?: Record<string, {
|
|
3172
|
+
serviceId: string;
|
|
3173
|
+
remote?: boolean | undefined;
|
|
3174
|
+
}> | undefined;
|
|
3175
|
+
vpcNetworks?: Record<string, {
|
|
3176
|
+
tunnelId: string;
|
|
3177
|
+
remote?: boolean | undefined;
|
|
3178
|
+
} | {
|
|
3179
|
+
networkId: string;
|
|
3180
|
+
remote?: boolean | undefined;
|
|
3181
|
+
}> | undefined;
|
|
3182
|
+
flagship?: Record<string, {
|
|
3183
|
+
appId: string;
|
|
3184
|
+
remote?: boolean | undefined;
|
|
3185
|
+
}> | undefined;
|
|
2677
3186
|
} | undefined;
|
|
2678
3187
|
triggers?: {
|
|
2679
3188
|
crons?: string[] | undefined;
|
|
@@ -2812,19 +3321,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2812
3321
|
} | undefined;
|
|
2813
3322
|
bindings?: {
|
|
2814
3323
|
kv?: Record<string, string | {
|
|
3324
|
+
previewId?: string | undefined;
|
|
3325
|
+
remote?: boolean | undefined;
|
|
2815
3326
|
id: string;
|
|
2816
3327
|
} | {
|
|
3328
|
+
previewId?: string | undefined;
|
|
3329
|
+
remote?: boolean | undefined;
|
|
2817
3330
|
name: string;
|
|
2818
3331
|
}> | undefined;
|
|
2819
3332
|
d1?: Record<string, string | {
|
|
3333
|
+
previewDatabaseId?: string | undefined;
|
|
3334
|
+
migrationsTable?: string | undefined;
|
|
3335
|
+
migrationsDir?: string | undefined;
|
|
3336
|
+
remote?: boolean | undefined;
|
|
2820
3337
|
id: string;
|
|
2821
3338
|
} | {
|
|
3339
|
+
previewDatabaseId?: string | undefined;
|
|
3340
|
+
migrationsTable?: string | undefined;
|
|
3341
|
+
migrationsDir?: string | undefined;
|
|
3342
|
+
remote?: boolean | undefined;
|
|
2822
3343
|
name: string;
|
|
2823
3344
|
}> | undefined;
|
|
2824
|
-
r2?: Record<string, string
|
|
3345
|
+
r2?: Record<string, string | {
|
|
3346
|
+
bucketName: string;
|
|
3347
|
+
previewBucketName?: string | undefined;
|
|
3348
|
+
jurisdiction?: string | undefined;
|
|
3349
|
+
remote?: boolean | undefined;
|
|
3350
|
+
}> | undefined;
|
|
2825
3351
|
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
2826
3352
|
queues?: {
|
|
2827
|
-
producers?: Record<string, string
|
|
3353
|
+
producers?: Record<string, string | {
|
|
3354
|
+
queue: string;
|
|
3355
|
+
remote?: boolean | undefined;
|
|
3356
|
+
}> | undefined;
|
|
2828
3357
|
consumers?: {
|
|
2829
3358
|
queue: string;
|
|
2830
3359
|
maxBatchSize?: number | undefined;
|
|
@@ -2854,6 +3383,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2854
3383
|
service: string;
|
|
2855
3384
|
environment?: string;
|
|
2856
3385
|
entrypoint?: string;
|
|
3386
|
+
remote?: boolean;
|
|
2857
3387
|
__ref?: unknown;
|
|
2858
3388
|
}> | undefined;
|
|
2859
3389
|
ai?: {
|
|
@@ -2933,6 +3463,24 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2933
3463
|
namespace: string;
|
|
2934
3464
|
remote?: boolean | undefined;
|
|
2935
3465
|
}> | undefined;
|
|
3466
|
+
stream?: Record<string, true | {
|
|
3467
|
+
remote?: boolean | undefined;
|
|
3468
|
+
}> | undefined;
|
|
3469
|
+
vpcServices?: Record<string, {
|
|
3470
|
+
serviceId: string;
|
|
3471
|
+
remote?: boolean | undefined;
|
|
3472
|
+
}> | undefined;
|
|
3473
|
+
vpcNetworks?: Record<string, {
|
|
3474
|
+
tunnelId: string;
|
|
3475
|
+
remote?: boolean | undefined;
|
|
3476
|
+
} | {
|
|
3477
|
+
networkId: string;
|
|
3478
|
+
remote?: boolean | undefined;
|
|
3479
|
+
}> | undefined;
|
|
3480
|
+
flagship?: Record<string, {
|
|
3481
|
+
appId: string;
|
|
3482
|
+
remote?: boolean | undefined;
|
|
3483
|
+
}> | undefined;
|
|
2936
3484
|
} | undefined;
|
|
2937
3485
|
triggers?: {
|
|
2938
3486
|
crons?: string[] | undefined;
|
|
@@ -3067,19 +3615,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3067
3615
|
} | undefined;
|
|
3068
3616
|
bindings?: {
|
|
3069
3617
|
kv?: Record<string, string | {
|
|
3618
|
+
previewId?: string | undefined;
|
|
3619
|
+
remote?: boolean | undefined;
|
|
3070
3620
|
id: string;
|
|
3071
3621
|
} | {
|
|
3622
|
+
previewId?: string | undefined;
|
|
3623
|
+
remote?: boolean | undefined;
|
|
3072
3624
|
name: string;
|
|
3073
3625
|
}> | undefined;
|
|
3074
3626
|
d1?: Record<string, string | {
|
|
3627
|
+
previewDatabaseId?: string | undefined;
|
|
3628
|
+
migrationsTable?: string | undefined;
|
|
3629
|
+
migrationsDir?: string | undefined;
|
|
3630
|
+
remote?: boolean | undefined;
|
|
3075
3631
|
id: string;
|
|
3076
3632
|
} | {
|
|
3633
|
+
previewDatabaseId?: string | undefined;
|
|
3634
|
+
migrationsTable?: string | undefined;
|
|
3635
|
+
migrationsDir?: string | undefined;
|
|
3636
|
+
remote?: boolean | undefined;
|
|
3077
3637
|
name: string;
|
|
3078
3638
|
}> | undefined;
|
|
3079
|
-
r2?: Record<string, string
|
|
3639
|
+
r2?: Record<string, string | {
|
|
3640
|
+
bucketName: string;
|
|
3641
|
+
previewBucketName?: string | undefined;
|
|
3642
|
+
jurisdiction?: string | undefined;
|
|
3643
|
+
remote?: boolean | undefined;
|
|
3644
|
+
}> | undefined;
|
|
3080
3645
|
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
3081
3646
|
queues?: {
|
|
3082
|
-
producers?: Record<string, string
|
|
3647
|
+
producers?: Record<string, string | {
|
|
3648
|
+
queue: string;
|
|
3649
|
+
remote?: boolean | undefined;
|
|
3650
|
+
}> | undefined;
|
|
3083
3651
|
consumers?: {
|
|
3084
3652
|
queue: string;
|
|
3085
3653
|
maxBatchSize?: number | undefined;
|
|
@@ -3109,6 +3677,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3109
3677
|
service: string;
|
|
3110
3678
|
environment?: string;
|
|
3111
3679
|
entrypoint?: string;
|
|
3680
|
+
remote?: boolean;
|
|
3112
3681
|
__ref?: unknown;
|
|
3113
3682
|
}> | undefined;
|
|
3114
3683
|
ai?: {
|
|
@@ -3188,6 +3757,24 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3188
3757
|
namespace: string;
|
|
3189
3758
|
remote?: boolean | undefined;
|
|
3190
3759
|
}> | undefined;
|
|
3760
|
+
stream?: Record<string, true | {
|
|
3761
|
+
remote?: boolean | undefined;
|
|
3762
|
+
}> | undefined;
|
|
3763
|
+
vpcServices?: Record<string, {
|
|
3764
|
+
serviceId: string;
|
|
3765
|
+
remote?: boolean | undefined;
|
|
3766
|
+
}> | undefined;
|
|
3767
|
+
vpcNetworks?: Record<string, {
|
|
3768
|
+
tunnelId: string;
|
|
3769
|
+
remote?: boolean | undefined;
|
|
3770
|
+
} | {
|
|
3771
|
+
networkId: string;
|
|
3772
|
+
remote?: boolean | undefined;
|
|
3773
|
+
}> | undefined;
|
|
3774
|
+
flagship?: Record<string, {
|
|
3775
|
+
appId: string;
|
|
3776
|
+
remote?: boolean | undefined;
|
|
3777
|
+
}> | undefined;
|
|
3191
3778
|
} | undefined;
|
|
3192
3779
|
triggers?: {
|
|
3193
3780
|
crons?: string[] | undefined;
|
|
@@ -3326,19 +3913,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3326
3913
|
} | undefined;
|
|
3327
3914
|
bindings?: {
|
|
3328
3915
|
kv?: Record<string, string | {
|
|
3916
|
+
previewId?: string | undefined;
|
|
3917
|
+
remote?: boolean | undefined;
|
|
3329
3918
|
id: string;
|
|
3330
3919
|
} | {
|
|
3920
|
+
previewId?: string | undefined;
|
|
3921
|
+
remote?: boolean | undefined;
|
|
3331
3922
|
name: string;
|
|
3332
3923
|
}> | undefined;
|
|
3333
3924
|
d1?: Record<string, string | {
|
|
3925
|
+
previewDatabaseId?: string | undefined;
|
|
3926
|
+
migrationsTable?: string | undefined;
|
|
3927
|
+
migrationsDir?: string | undefined;
|
|
3928
|
+
remote?: boolean | undefined;
|
|
3334
3929
|
id: string;
|
|
3335
3930
|
} | {
|
|
3931
|
+
previewDatabaseId?: string | undefined;
|
|
3932
|
+
migrationsTable?: string | undefined;
|
|
3933
|
+
migrationsDir?: string | undefined;
|
|
3934
|
+
remote?: boolean | undefined;
|
|
3336
3935
|
name: string;
|
|
3337
3936
|
}> | undefined;
|
|
3338
|
-
r2?: Record<string, string
|
|
3937
|
+
r2?: Record<string, string | {
|
|
3938
|
+
bucketName: string;
|
|
3939
|
+
previewBucketName?: string | undefined;
|
|
3940
|
+
jurisdiction?: string | undefined;
|
|
3941
|
+
remote?: boolean | undefined;
|
|
3942
|
+
}> | undefined;
|
|
3339
3943
|
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
3340
3944
|
queues?: {
|
|
3341
|
-
producers?: Record<string, string
|
|
3945
|
+
producers?: Record<string, string | {
|
|
3946
|
+
queue: string;
|
|
3947
|
+
remote?: boolean | undefined;
|
|
3948
|
+
}> | undefined;
|
|
3342
3949
|
consumers?: {
|
|
3343
3950
|
queue: string;
|
|
3344
3951
|
maxBatchSize?: number | undefined;
|
|
@@ -3368,6 +3975,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3368
3975
|
service: string;
|
|
3369
3976
|
environment?: string;
|
|
3370
3977
|
entrypoint?: string;
|
|
3978
|
+
remote?: boolean;
|
|
3371
3979
|
__ref?: unknown;
|
|
3372
3980
|
}> | undefined;
|
|
3373
3981
|
ai?: {
|
|
@@ -3447,6 +4055,24 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3447
4055
|
namespace: string;
|
|
3448
4056
|
remote?: boolean | undefined;
|
|
3449
4057
|
}> | undefined;
|
|
4058
|
+
stream?: Record<string, true | {
|
|
4059
|
+
remote?: boolean | undefined;
|
|
4060
|
+
}> | undefined;
|
|
4061
|
+
vpcServices?: Record<string, {
|
|
4062
|
+
serviceId: string;
|
|
4063
|
+
remote?: boolean | undefined;
|
|
4064
|
+
}> | undefined;
|
|
4065
|
+
vpcNetworks?: Record<string, {
|
|
4066
|
+
tunnelId: string;
|
|
4067
|
+
remote?: boolean | undefined;
|
|
4068
|
+
} | {
|
|
4069
|
+
networkId: string;
|
|
4070
|
+
remote?: boolean | undefined;
|
|
4071
|
+
}> | undefined;
|
|
4072
|
+
flagship?: Record<string, {
|
|
4073
|
+
appId: string;
|
|
4074
|
+
remote?: boolean | undefined;
|
|
4075
|
+
}> | undefined;
|
|
3450
4076
|
} | undefined;
|
|
3451
4077
|
triggers?: {
|
|
3452
4078
|
crons?: string[] | undefined;
|
|
@@ -3581,19 +4207,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3581
4207
|
} | undefined;
|
|
3582
4208
|
bindings?: {
|
|
3583
4209
|
kv?: Record<string, string | {
|
|
4210
|
+
previewId?: string | undefined;
|
|
4211
|
+
remote?: boolean | undefined;
|
|
3584
4212
|
id: string;
|
|
3585
4213
|
} | {
|
|
4214
|
+
previewId?: string | undefined;
|
|
4215
|
+
remote?: boolean | undefined;
|
|
3586
4216
|
name: string;
|
|
3587
4217
|
}> | undefined;
|
|
3588
4218
|
d1?: Record<string, string | {
|
|
4219
|
+
previewDatabaseId?: string | undefined;
|
|
4220
|
+
migrationsTable?: string | undefined;
|
|
4221
|
+
migrationsDir?: string | undefined;
|
|
4222
|
+
remote?: boolean | undefined;
|
|
3589
4223
|
id: string;
|
|
3590
4224
|
} | {
|
|
4225
|
+
previewDatabaseId?: string | undefined;
|
|
4226
|
+
migrationsTable?: string | undefined;
|
|
4227
|
+
migrationsDir?: string | undefined;
|
|
4228
|
+
remote?: boolean | undefined;
|
|
3591
4229
|
name: string;
|
|
3592
4230
|
}> | undefined;
|
|
3593
|
-
r2?: Record<string, string
|
|
4231
|
+
r2?: Record<string, string | {
|
|
4232
|
+
bucketName: string;
|
|
4233
|
+
previewBucketName?: string | undefined;
|
|
4234
|
+
jurisdiction?: string | undefined;
|
|
4235
|
+
remote?: boolean | undefined;
|
|
4236
|
+
}> | undefined;
|
|
3594
4237
|
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
3595
4238
|
queues?: {
|
|
3596
|
-
producers?: Record<string, string
|
|
4239
|
+
producers?: Record<string, string | {
|
|
4240
|
+
queue: string;
|
|
4241
|
+
remote?: boolean | undefined;
|
|
4242
|
+
}> | undefined;
|
|
3597
4243
|
consumers?: {
|
|
3598
4244
|
queue: string;
|
|
3599
4245
|
maxBatchSize?: number | undefined;
|
|
@@ -3623,6 +4269,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3623
4269
|
service: string;
|
|
3624
4270
|
environment?: string;
|
|
3625
4271
|
entrypoint?: string;
|
|
4272
|
+
remote?: boolean;
|
|
3626
4273
|
__ref?: unknown;
|
|
3627
4274
|
}> | undefined;
|
|
3628
4275
|
ai?: {
|
|
@@ -3702,6 +4349,24 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3702
4349
|
namespace: string;
|
|
3703
4350
|
remote?: boolean | undefined;
|
|
3704
4351
|
}> | undefined;
|
|
4352
|
+
stream?: Record<string, true | {
|
|
4353
|
+
remote?: boolean | undefined;
|
|
4354
|
+
}> | undefined;
|
|
4355
|
+
vpcServices?: Record<string, {
|
|
4356
|
+
serviceId: string;
|
|
4357
|
+
remote?: boolean | undefined;
|
|
4358
|
+
}> | undefined;
|
|
4359
|
+
vpcNetworks?: Record<string, {
|
|
4360
|
+
tunnelId: string;
|
|
4361
|
+
remote?: boolean | undefined;
|
|
4362
|
+
} | {
|
|
4363
|
+
networkId: string;
|
|
4364
|
+
remote?: boolean | undefined;
|
|
4365
|
+
}> | undefined;
|
|
4366
|
+
flagship?: Record<string, {
|
|
4367
|
+
appId: string;
|
|
4368
|
+
remote?: boolean | undefined;
|
|
4369
|
+
}> | undefined;
|
|
3705
4370
|
} | undefined;
|
|
3706
4371
|
triggers?: {
|
|
3707
4372
|
crons?: string[] | undefined;
|
|
@@ -3840,19 +4505,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3840
4505
|
} | undefined;
|
|
3841
4506
|
bindings?: {
|
|
3842
4507
|
kv?: Record<string, string | {
|
|
4508
|
+
previewId?: string | undefined;
|
|
4509
|
+
remote?: boolean | undefined;
|
|
3843
4510
|
id: string;
|
|
3844
4511
|
} | {
|
|
4512
|
+
previewId?: string | undefined;
|
|
4513
|
+
remote?: boolean | undefined;
|
|
3845
4514
|
name: string;
|
|
3846
4515
|
}> | undefined;
|
|
3847
4516
|
d1?: Record<string, string | {
|
|
4517
|
+
previewDatabaseId?: string | undefined;
|
|
4518
|
+
migrationsTable?: string | undefined;
|
|
4519
|
+
migrationsDir?: string | undefined;
|
|
4520
|
+
remote?: boolean | undefined;
|
|
3848
4521
|
id: string;
|
|
3849
4522
|
} | {
|
|
4523
|
+
previewDatabaseId?: string | undefined;
|
|
4524
|
+
migrationsTable?: string | undefined;
|
|
4525
|
+
migrationsDir?: string | undefined;
|
|
4526
|
+
remote?: boolean | undefined;
|
|
3850
4527
|
name: string;
|
|
3851
4528
|
}> | undefined;
|
|
3852
|
-
r2?: Record<string, string
|
|
4529
|
+
r2?: Record<string, string | {
|
|
4530
|
+
bucketName: string;
|
|
4531
|
+
previewBucketName?: string | undefined;
|
|
4532
|
+
jurisdiction?: string | undefined;
|
|
4533
|
+
remote?: boolean | undefined;
|
|
4534
|
+
}> | undefined;
|
|
3853
4535
|
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
3854
4536
|
queues?: {
|
|
3855
|
-
producers?: Record<string, string
|
|
4537
|
+
producers?: Record<string, string | {
|
|
4538
|
+
queue: string;
|
|
4539
|
+
remote?: boolean | undefined;
|
|
4540
|
+
}> | undefined;
|
|
3856
4541
|
consumers?: {
|
|
3857
4542
|
queue: string;
|
|
3858
4543
|
maxBatchSize?: number | undefined;
|
|
@@ -3882,6 +4567,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3882
4567
|
service: string;
|
|
3883
4568
|
environment?: string;
|
|
3884
4569
|
entrypoint?: string;
|
|
4570
|
+
remote?: boolean;
|
|
3885
4571
|
__ref?: unknown;
|
|
3886
4572
|
}> | undefined;
|
|
3887
4573
|
ai?: {
|
|
@@ -3961,6 +4647,24 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3961
4647
|
namespace: string;
|
|
3962
4648
|
remote?: boolean | undefined;
|
|
3963
4649
|
}> | undefined;
|
|
4650
|
+
stream?: Record<string, true | {
|
|
4651
|
+
remote?: boolean | undefined;
|
|
4652
|
+
}> | undefined;
|
|
4653
|
+
vpcServices?: Record<string, {
|
|
4654
|
+
serviceId: string;
|
|
4655
|
+
remote?: boolean | undefined;
|
|
4656
|
+
}> | undefined;
|
|
4657
|
+
vpcNetworks?: Record<string, {
|
|
4658
|
+
tunnelId: string;
|
|
4659
|
+
remote?: boolean | undefined;
|
|
4660
|
+
} | {
|
|
4661
|
+
networkId: string;
|
|
4662
|
+
remote?: boolean | undefined;
|
|
4663
|
+
}> | undefined;
|
|
4664
|
+
flagship?: Record<string, {
|
|
4665
|
+
appId: string;
|
|
4666
|
+
remote?: boolean | undefined;
|
|
4667
|
+
}> | undefined;
|
|
3964
4668
|
} | undefined;
|
|
3965
4669
|
triggers?: {
|
|
3966
4670
|
crons?: string[] | undefined;
|
|
@@ -4095,19 +4799,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
4095
4799
|
} | undefined;
|
|
4096
4800
|
bindings?: {
|
|
4097
4801
|
kv?: Record<string, string | {
|
|
4802
|
+
previewId?: string | undefined;
|
|
4803
|
+
remote?: boolean | undefined;
|
|
4098
4804
|
id: string;
|
|
4099
4805
|
} | {
|
|
4806
|
+
previewId?: string | undefined;
|
|
4807
|
+
remote?: boolean | undefined;
|
|
4100
4808
|
name: string;
|
|
4101
4809
|
}> | undefined;
|
|
4102
4810
|
d1?: Record<string, string | {
|
|
4811
|
+
previewDatabaseId?: string | undefined;
|
|
4812
|
+
migrationsTable?: string | undefined;
|
|
4813
|
+
migrationsDir?: string | undefined;
|
|
4814
|
+
remote?: boolean | undefined;
|
|
4103
4815
|
id: string;
|
|
4104
4816
|
} | {
|
|
4817
|
+
previewDatabaseId?: string | undefined;
|
|
4818
|
+
migrationsTable?: string | undefined;
|
|
4819
|
+
migrationsDir?: string | undefined;
|
|
4820
|
+
remote?: boolean | undefined;
|
|
4105
4821
|
name: string;
|
|
4106
4822
|
}> | undefined;
|
|
4107
|
-
r2?: Record<string, string
|
|
4823
|
+
r2?: Record<string, string | {
|
|
4824
|
+
bucketName: string;
|
|
4825
|
+
previewBucketName?: string | undefined;
|
|
4826
|
+
jurisdiction?: string | undefined;
|
|
4827
|
+
remote?: boolean | undefined;
|
|
4828
|
+
}> | undefined;
|
|
4108
4829
|
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
4109
4830
|
queues?: {
|
|
4110
|
-
producers?: Record<string, string
|
|
4831
|
+
producers?: Record<string, string | {
|
|
4832
|
+
queue: string;
|
|
4833
|
+
remote?: boolean | undefined;
|
|
4834
|
+
}> | undefined;
|
|
4111
4835
|
consumers?: {
|
|
4112
4836
|
queue: string;
|
|
4113
4837
|
maxBatchSize?: number | undefined;
|
|
@@ -4137,6 +4861,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
4137
4861
|
service: string;
|
|
4138
4862
|
environment?: string;
|
|
4139
4863
|
entrypoint?: string;
|
|
4864
|
+
remote?: boolean;
|
|
4140
4865
|
__ref?: unknown;
|
|
4141
4866
|
}> | undefined;
|
|
4142
4867
|
ai?: {
|
|
@@ -4216,6 +4941,24 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
4216
4941
|
namespace: string;
|
|
4217
4942
|
remote?: boolean | undefined;
|
|
4218
4943
|
}> | undefined;
|
|
4944
|
+
stream?: Record<string, true | {
|
|
4945
|
+
remote?: boolean | undefined;
|
|
4946
|
+
}> | undefined;
|
|
4947
|
+
vpcServices?: Record<string, {
|
|
4948
|
+
serviceId: string;
|
|
4949
|
+
remote?: boolean | undefined;
|
|
4950
|
+
}> | undefined;
|
|
4951
|
+
vpcNetworks?: Record<string, {
|
|
4952
|
+
tunnelId: string;
|
|
4953
|
+
remote?: boolean | undefined;
|
|
4954
|
+
} | {
|
|
4955
|
+
networkId: string;
|
|
4956
|
+
remote?: boolean | undefined;
|
|
4957
|
+
}> | undefined;
|
|
4958
|
+
flagship?: Record<string, {
|
|
4959
|
+
appId: string;
|
|
4960
|
+
remote?: boolean | undefined;
|
|
4961
|
+
}> | undefined;
|
|
4219
4962
|
} | undefined;
|
|
4220
4963
|
triggers?: {
|
|
4221
4964
|
crons?: string[] | undefined;
|
|
@@ -4354,19 +5097,39 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
4354
5097
|
} | undefined;
|
|
4355
5098
|
bindings?: {
|
|
4356
5099
|
kv?: Record<string, string | {
|
|
5100
|
+
previewId?: string | undefined;
|
|
5101
|
+
remote?: boolean | undefined;
|
|
4357
5102
|
id: string;
|
|
4358
5103
|
} | {
|
|
5104
|
+
previewId?: string | undefined;
|
|
5105
|
+
remote?: boolean | undefined;
|
|
4359
5106
|
name: string;
|
|
4360
5107
|
}> | undefined;
|
|
4361
5108
|
d1?: Record<string, string | {
|
|
5109
|
+
previewDatabaseId?: string | undefined;
|
|
5110
|
+
migrationsTable?: string | undefined;
|
|
5111
|
+
migrationsDir?: string | undefined;
|
|
5112
|
+
remote?: boolean | undefined;
|
|
4362
5113
|
id: string;
|
|
4363
5114
|
} | {
|
|
5115
|
+
previewDatabaseId?: string | undefined;
|
|
5116
|
+
migrationsTable?: string | undefined;
|
|
5117
|
+
migrationsDir?: string | undefined;
|
|
5118
|
+
remote?: boolean | undefined;
|
|
4364
5119
|
name: string;
|
|
4365
5120
|
}> | undefined;
|
|
4366
|
-
r2?: Record<string, string
|
|
5121
|
+
r2?: Record<string, string | {
|
|
5122
|
+
bucketName: string;
|
|
5123
|
+
previewBucketName?: string | undefined;
|
|
5124
|
+
jurisdiction?: string | undefined;
|
|
5125
|
+
remote?: boolean | undefined;
|
|
5126
|
+
}> | undefined;
|
|
4367
5127
|
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
4368
5128
|
queues?: {
|
|
4369
|
-
producers?: Record<string, string
|
|
5129
|
+
producers?: Record<string, string | {
|
|
5130
|
+
queue: string;
|
|
5131
|
+
remote?: boolean | undefined;
|
|
5132
|
+
}> | undefined;
|
|
4370
5133
|
consumers?: {
|
|
4371
5134
|
queue: string;
|
|
4372
5135
|
maxBatchSize?: number | undefined;
|
|
@@ -4396,6 +5159,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
4396
5159
|
service: string;
|
|
4397
5160
|
environment?: string;
|
|
4398
5161
|
entrypoint?: string;
|
|
5162
|
+
remote?: boolean;
|
|
4399
5163
|
__ref?: unknown;
|
|
4400
5164
|
}> | undefined;
|
|
4401
5165
|
ai?: {
|
|
@@ -4475,6 +5239,24 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
4475
5239
|
namespace: string;
|
|
4476
5240
|
remote?: boolean | undefined;
|
|
4477
5241
|
}> | undefined;
|
|
5242
|
+
stream?: Record<string, true | {
|
|
5243
|
+
remote?: boolean | undefined;
|
|
5244
|
+
}> | undefined;
|
|
5245
|
+
vpcServices?: Record<string, {
|
|
5246
|
+
serviceId: string;
|
|
5247
|
+
remote?: boolean | undefined;
|
|
5248
|
+
}> | undefined;
|
|
5249
|
+
vpcNetworks?: Record<string, {
|
|
5250
|
+
tunnelId: string;
|
|
5251
|
+
remote?: boolean | undefined;
|
|
5252
|
+
} | {
|
|
5253
|
+
networkId: string;
|
|
5254
|
+
remote?: boolean | undefined;
|
|
5255
|
+
}> | undefined;
|
|
5256
|
+
flagship?: Record<string, {
|
|
5257
|
+
appId: string;
|
|
5258
|
+
remote?: boolean | undefined;
|
|
5259
|
+
}> | undefined;
|
|
4478
5260
|
} | undefined;
|
|
4479
5261
|
triggers?: {
|
|
4480
5262
|
crons?: string[] | undefined;
|