devflare 1.0.0-next.19 → 1.0.0-next.20
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 +6807 -888
- package/README.md +375 -957
- package/dist/account-05zgta47.js +475 -0
- package/dist/account-b2ag1esh.js +475 -0
- package/dist/account-bxtcz61a.js +475 -0
- package/dist/account-gyfqg964.js +475 -0
- package/dist/account-q6pvs9d9.js +475 -0
- package/dist/account-rp4zbvw1.js +475 -0
- package/dist/bridge/client.d.ts +5 -0
- package/dist/bridge/client.d.ts.map +1 -1
- package/dist/bridge/gateway-runtime.d.ts +1 -1
- package/dist/bridge/gateway-runtime.d.ts.map +1 -1
- package/dist/bridge/miniflare.d.ts +67 -0
- package/dist/bridge/miniflare.d.ts.map +1 -1
- package/dist/bridge/proxy.d.ts +2 -1
- package/dist/bridge/proxy.d.ts.map +1 -1
- package/dist/bridge/server.d.ts.map +1 -1
- package/dist/browser.d.ts +2520 -40
- package/dist/browser.d.ts.map +1 -1
- package/dist/browser.js +3 -3
- package/dist/build-2s5paw5p.js +54 -0
- package/dist/build-4c350cp7.js +54 -0
- package/dist/build-e7wym63t.js +54 -0
- package/dist/build-ge6qp3t4.js +54 -0
- package/dist/build-ta8c6t11.js +54 -0
- package/dist/build-wvjj8f28.js +54 -0
- package/dist/build-ypg6f2kw.js +54 -0
- package/dist/build-yts8wwgf.js +54 -0
- package/dist/build-yzkdqexs.js +54 -0
- package/dist/cli/build-manifest.d.ts +12 -0
- package/dist/cli/build-manifest.d.ts.map +1 -1
- package/dist/cli/commands/deploy/metadata.d.ts +18 -0
- package/dist/cli/commands/deploy/metadata.d.ts.map +1 -0
- package/dist/cli/commands/deploy/prepare.d.ts +23 -0
- package/dist/cli/commands/deploy/prepare.d.ts.map +1 -0
- package/dist/cli/commands/deploy/runtime.d.ts +4 -0
- package/dist/cli/commands/deploy/runtime.d.ts.map +1 -0
- package/dist/cli/commands/deploy/verification.d.ts +36 -0
- package/dist/cli/commands/deploy/verification.d.ts.map +1 -0
- package/dist/cli/commands/deploy.d.ts +2 -2
- package/dist/cli/commands/deploy.d.ts.map +1 -1
- package/dist/cli/commands/secrets.d.ts +4 -0
- package/dist/cli/commands/secrets.d.ts.map +1 -0
- package/dist/cli/commands/type-generation/generator.d.ts +67 -1
- package/dist/cli/commands/type-generation/generator.d.ts.map +1 -1
- package/dist/cli/help-pages/pages/core.d.ts +1 -1
- package/dist/cli/help-pages/pages/core.d.ts.map +1 -1
- package/dist/cli/help-pages/shared.d.ts +1 -1
- package/dist/cli/help-pages/shared.d.ts.map +1 -1
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +2 -2
- package/dist/cli/package-metadata.d.ts.map +1 -1
- package/dist/cli/preview-bindings.d.ts.map +1 -1
- package/dist/cloudflare/index.js +2 -2
- package/dist/cloudflare/preview-registry-store.d.ts +1 -1
- package/dist/cloudflare/preview-registry-store.d.ts.map +1 -1
- package/dist/cloudflare/types.d.ts +1 -1
- package/dist/cloudflare/types.d.ts.map +1 -1
- package/dist/config/binding-resolution-helpers.d.ts +5 -0
- package/dist/config/binding-resolution-helpers.d.ts.map +1 -1
- package/dist/config/compiler/bindings.d.ts +14 -0
- package/dist/config/compiler/bindings.d.ts.map +1 -0
- package/dist/config/compiler/core-helpers.d.ts +6 -0
- package/dist/config/compiler/core-helpers.d.ts.map +1 -0
- package/dist/config/compiler/do-workers.d.ts +34 -0
- package/dist/config/compiler/do-workers.d.ts.map +1 -0
- package/dist/config/compiler/paths.d.ts +18 -0
- package/dist/config/compiler/paths.d.ts.map +1 -0
- package/dist/config/compiler/types.d.ts +267 -0
- package/dist/config/compiler/types.d.ts.map +1 -0
- package/dist/config/compiler.d.ts +11 -175
- package/dist/config/compiler.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/local-dev-vars.d.ts +15 -0
- package/dist/config/local-dev-vars.d.ts.map +1 -0
- package/dist/config/preview-resources.d.ts.map +1 -1
- package/dist/config/preview.d.ts.map +1 -1
- package/dist/config/resolve.d.ts.map +1 -1
- package/dist/config/resource-resolution.d.ts.map +1 -1
- package/dist/config/schema-bindings.d.ts +559 -19
- package/dist/config/schema-bindings.d.ts.map +1 -1
- package/dist/config/schema-env.d.ts +1306 -34
- package/dist/config/schema-env.d.ts.map +1 -1
- package/dist/config/schema-normalization.d.ts +97 -1
- package/dist/config/schema-normalization.d.ts.map +1 -1
- package/dist/config/schema-runtime.d.ts +245 -7
- package/dist/config/schema-runtime.d.ts.map +1 -1
- package/dist/config/schema.d.ts +2976 -57
- package/dist/config/schema.d.ts.map +1 -1
- package/dist/config-6m0n7d84.js +59 -0
- package/dist/config-7cf004ag.js +59 -0
- package/dist/config-b98dp58n.js +59 -0
- package/dist/config-cf3djhqy.js +59 -0
- package/dist/config-entry.js +1 -1
- package/dist/config-wa7hm0w9.js +59 -0
- package/dist/deploy-1jfagtn9.js +1055 -0
- package/dist/deploy-2afw0jfg.js +1055 -0
- package/dist/deploy-2fzj68kq.js +1055 -0
- package/dist/deploy-57nzn9wj.js +1045 -0
- package/dist/deploy-asyryrvm.js +1055 -0
- package/dist/deploy-hc927rw6.js +1045 -0
- package/dist/deploy-pnnf8tgy.js +1045 -0
- package/dist/deploy-q33bw715.js +1055 -0
- package/dist/deploy-tmdgecs3.js +1055 -0
- package/dist/deploy-v0y8kczr.js +1055 -0
- package/dist/deploy-xhj6zbcx.js +1055 -0
- package/dist/dev-1mvcts8w.js +2515 -0
- package/dist/dev-2a283xts.js +2515 -0
- package/dist/dev-62nhytf8.js +2505 -0
- package/dist/dev-75acm2xj.js +2478 -0
- package/dist/dev-802rg9dp.js +2515 -0
- package/dist/dev-d1bb2t0f.js +2515 -0
- package/dist/dev-dwry8494.js +2489 -0
- package/dist/dev-g6112y4w.js +2515 -0
- package/dist/dev-h2kneh95.js +2496 -0
- package/dist/dev-kybq3mwr.js +2489 -0
- package/dist/dev-n8qndkyg.js +2512 -0
- package/dist/dev-p32fkbwf.js +2489 -0
- package/dist/dev-qm9d4mfh.js +2478 -0
- package/dist/dev-rcthnse5.js +2473 -0
- package/dist/dev-server/dev-server-state.d.ts +1 -0
- package/dist/dev-server/dev-server-state.d.ts.map +1 -1
- package/dist/dev-server/miniflare-bindings.d.ts +44 -1
- package/dist/dev-server/miniflare-bindings.d.ts.map +1 -1
- package/dist/dev-server/miniflare-dev-config.d.ts +1 -0
- package/dist/dev-server/miniflare-dev-config.d.ts.map +1 -1
- package/dist/dev-server/miniflare-log.d.ts +8 -0
- package/dist/dev-server/miniflare-log.d.ts.map +1 -1
- package/dist/dev-server/miniflare-worker-config.d.ts +31 -1
- package/dist/dev-server/miniflare-worker-config.d.ts.map +1 -1
- package/dist/dev-server/server.d.ts.map +1 -1
- package/dist/dev-server/vite-process.d.ts +1 -0
- package/dist/dev-server/vite-process.d.ts.map +1 -1
- package/dist/dev-tgwja5mz.js +2496 -0
- package/dist/doctor-2shhdak6.js +245 -0
- package/dist/doctor-5g73w40j.js +245 -0
- package/dist/doctor-gamefzcs.js +245 -0
- package/dist/doctor-rn53ctfs.js +245 -0
- package/dist/index-01kehw41.js +348 -0
- package/dist/index-06bg0z9y.js +185 -0
- package/dist/index-0d7tw5r4.js +136 -0
- package/dist/index-0m6e4mxz.js +133 -0
- package/dist/index-0vah20er.js +1410 -0
- package/dist/index-0wa0ebm1.js +68 -0
- package/dist/index-1714y3cz.js +1410 -0
- package/dist/index-1qs5gcm7.js +895 -0
- package/dist/index-29k04v43.js +574 -0
- package/dist/index-2jywf4pz.js +1372 -0
- package/dist/index-2qhk9nbx.js +1372 -0
- package/dist/index-2vq6bveq.js +574 -0
- package/dist/index-36h8gkhb.js +1088 -0
- package/dist/index-38fq7pww.js +560 -0
- package/dist/index-3bxqn033.js +1410 -0
- package/dist/index-3jme4hgw.js +1234 -0
- package/dist/index-3p7s9mk9.js +360 -0
- package/dist/index-47w35sft.js +244 -0
- package/dist/index-4by4c7rm.js +52 -0
- package/dist/index-4phjwd6h.js +412 -0
- package/dist/index-4z5jrw0j.js +594 -0
- package/dist/index-51mzqy0d.js +895 -0
- package/dist/index-53pqqpq9.js +74 -0
- package/dist/index-5enq8ntr.js +1766 -0
- package/dist/index-5fnq9r9m.js +1410 -0
- package/dist/index-5w9f2b17.js +695 -0
- package/dist/index-627srx16.js +45 -0
- package/dist/index-6bqgf5x8.js +227 -0
- package/dist/index-6xknvbyk.js +1088 -0
- package/dist/index-7ef3ktz5.js +1372 -0
- package/dist/index-7hpjfdzh.js +185 -0
- package/dist/index-8052df4m.js +627 -0
- package/dist/index-82epjzrr.js +1410 -0
- package/dist/index-82z7rvz6.js +1238 -0
- package/dist/index-8atc1yb9.js +68 -0
- package/dist/index-8tj0awnv.js +476 -0
- package/dist/index-8x745h59.js +1069 -0
- package/dist/index-9bawzcny.js +574 -0
- package/dist/index-9bjjqdfc.js +236 -0
- package/dist/index-9d7x3vfr.js +236 -0
- package/dist/index-9nf8zs4p.js +1069 -0
- package/dist/index-acwbmagz.js +412 -0
- package/dist/index-aqjdaem7.js +74 -0
- package/dist/index-b6448fd0.js +133 -0
- package/dist/index-b9j55r7q.js +240 -0
- package/dist/index-bdatd1za.js +1372 -0
- package/dist/index-c3nxftnp.js +699 -0
- package/dist/index-c643s0gv.js +488 -0
- package/dist/index-d2md1j3d.js +185 -0
- package/dist/index-dbr6bfz6.js +528 -0
- package/dist/index-dd1g0g7e.js +360 -0
- package/dist/index-dktb9az5.js +1372 -0
- package/dist/index-dm9q84c7.js +360 -0
- package/dist/index-f51mkh13.js +1088 -0
- package/dist/index-f86n1fpd.js +55 -0
- package/dist/index-fnk0tkw7.js +412 -0
- package/dist/index-g5aq66bj.js +1534 -0
- package/dist/index-gj5qh491.js +54 -0
- package/dist/index-gq39t0rx.js +895 -0
- package/dist/index-h5dqna7q.js +1410 -0
- package/dist/index-hjs9j2g9.js +895 -0
- package/dist/index-hn5nbxbt.js +147 -0
- package/dist/index-hpjh0qjx.js +1723 -0
- package/dist/index-hs6ekcfs.js +412 -0
- package/dist/index-jdzrvnfj.js +52 -0
- package/dist/index-jg720mq7.js +476 -0
- package/dist/index-jrzddxvt.js +2167 -0
- package/dist/index-kgstnk6g.js +239 -0
- package/dist/index-khnw972v.js +117 -0
- package/dist/index-kwqff3ba.js +1410 -0
- package/dist/index-m2v0fj08.js +74 -0
- package/dist/index-mjve6tqn.js +447 -0
- package/dist/index-mkxzgn0q.js +1372 -0
- package/dist/index-mzmq3v0d.js +1088 -0
- package/dist/index-ng9n3znd.js +1372 -0
- package/dist/index-nhbkm2ba.js +467 -0
- package/dist/index-nrfhk0k5.js +1088 -0
- package/dist/index-p0zppqxm.js +467 -0
- package/dist/index-pkxf6h87.js +895 -0
- package/dist/index-pqp4312v.js +52 -0
- package/dist/index-pw9jn6kz.js +574 -0
- package/dist/index-q31ne0xa.js +412 -0
- package/dist/index-qf2dkqxh.js +249 -0
- package/dist/index-qmtdf7k5.js +639 -0
- package/dist/index-qwgr4q7s.js +37 -0
- package/dist/index-rab2dfh3.js +494 -0
- package/dist/index-rz7rx80s.js +1410 -0
- package/dist/index-s37h3jgk.js +572 -0
- package/dist/index-sb705m7d.js +52 -0
- package/dist/index-syscwrjp.js +1576 -0
- package/dist/index-t14zr0ys.js +1063 -0
- package/dist/index-tjc99447.js +68 -0
- package/dist/index-v35460hf.js +574 -0
- package/dist/index-v7q00d1e.js +1410 -0
- package/dist/index-vkkmx4xe.js +1372 -0
- package/dist/index-vrps1gky.js +2202 -0
- package/dist/index-w4c9vmvg.js +1517 -0
- package/dist/index-wqd8n2qk.js +574 -0
- package/dist/index-x12e6fzy.js +476 -0
- package/dist/index-xagpz645.js +2199 -0
- package/dist/index-xbth1r6e.js +572 -0
- package/dist/index-xm9fqhcb.js +447 -0
- package/dist/index-y59hnmd0.js +132 -0
- package/dist/index-y7mkb00x.js +133 -0
- package/dist/index-z40mjts9.js +212 -0
- package/dist/index-z5k5bjc7.js +1218 -0
- package/dist/index-z73sytma.js +895 -0
- package/dist/index-zjv6apef.js +1410 -0
- package/dist/index.js +8 -8
- package/dist/init-cwpergap.js +180 -0
- package/dist/login-83bjfhvz.js +77 -0
- package/dist/login-ddw888xb.js +77 -0
- package/dist/login-e7pytkdc.js +77 -0
- package/dist/login-fe0brfcr.js +77 -0
- package/dist/login-h7sm5trm.js +77 -0
- package/dist/login-vd0m3xr4.js +77 -0
- package/dist/previews-2wfvsjfy.js +1337 -0
- package/dist/previews-31feb8r3.js +1337 -0
- package/dist/previews-3w4pxqby.js +1337 -0
- package/dist/previews-93ttrf5f.js +1337 -0
- package/dist/previews-bdrefjzx.js +1337 -0
- package/dist/previews-cfcn56b4.js +1337 -0
- package/dist/previews-mssq1hrm.js +1337 -0
- package/dist/previews-tcaz1gt8.js +1337 -0
- package/dist/productions-4h80j2c7.js +505 -0
- package/dist/productions-86jaqt7m.js +505 -0
- package/dist/productions-bn2q31my.js +505 -0
- package/dist/productions-dv8g7f6g.js +505 -0
- package/dist/productions-e2m9s4tr.js +505 -0
- package/dist/productions-fgshs1m7.js +505 -0
- package/dist/productions-hphmt68n.js +505 -0
- package/dist/productions-vhq7yx86.js +505 -0
- package/dist/runtime/index.js +8 -8
- package/dist/secrets/local-secrets.d.ts +46 -0
- package/dist/secrets/local-secrets.d.ts.map +1 -0
- package/dist/secrets-8wcj47nh.js +91 -0
- package/dist/secrets-b2ww34ta.js +91 -0
- package/dist/secrets-b7g4z621.js +91 -0
- package/dist/shims/local-media-bindings.d.ts +19 -0
- package/dist/shims/local-media-bindings.d.ts.map +1 -0
- package/dist/shims/local-worker-loader.d.ts +3 -0
- package/dist/shims/local-worker-loader.d.ts.map +1 -0
- package/dist/sveltekit/index.js +163 -26
- package/dist/sveltekit/local-bindings.d.ts +4 -0
- package/dist/sveltekit/local-bindings.d.ts.map +1 -0
- package/dist/sveltekit/platform.d.ts +8 -0
- package/dist/sveltekit/platform.d.ts.map +1 -1
- package/dist/test/ai-search.d.ts +39 -0
- package/dist/test/ai-search.d.ts.map +1 -0
- package/dist/test/binding-hints.d.ts.map +1 -1
- package/dist/test/cf.d.ts +3 -3
- package/dist/test/containers.d.ts +87 -0
- package/dist/test/containers.d.ts.map +1 -0
- package/dist/test/index.d.ts +4 -1
- package/dist/test/index.d.ts.map +1 -1
- package/dist/test/index.js +2833 -543
- package/dist/test/local-worker-loader.d.ts +3 -0
- package/dist/test/local-worker-loader.d.ts.map +1 -0
- package/dist/test/offline-bindings.d.ts +65 -0
- package/dist/test/offline-bindings.d.ts.map +1 -0
- package/dist/test/queue.d.ts.map +1 -1
- package/dist/test/remote-ai.d.ts.map +1 -1
- package/dist/test/should-skip.d.ts +14 -0
- package/dist/test/should-skip.d.ts.map +1 -1
- package/dist/test/simple-context-bindings.d.ts.map +1 -1
- package/dist/test/simple-context-durable-objects.d.ts.map +1 -1
- package/dist/test/simple-context-gateway-script.d.ts +1 -1
- package/dist/test/simple-context-gateway-script.d.ts.map +1 -1
- package/dist/test/simple-context-lifecycle.d.ts.map +1 -1
- package/dist/test/simple-context-mfconfig.d.ts +4 -1
- package/dist/test/simple-context-mfconfig.d.ts.map +1 -1
- package/dist/test/simple-context-multi-worker.d.ts.map +1 -1
- package/dist/test/simple-context-startup.d.ts.map +1 -1
- package/dist/test/tail.d.ts.map +1 -1
- package/dist/test/utilities/artifacts.d.ts +11 -0
- package/dist/test/utilities/artifacts.d.ts.map +1 -0
- package/dist/test/utilities/context.d.ts +39 -0
- package/dist/test/utilities/context.d.ts.map +1 -0
- package/dist/test/utilities/d1.d.ts +21 -0
- package/dist/test/utilities/d1.d.ts.map +1 -0
- package/dist/test/utilities/env.d.ts +40 -0
- package/dist/test/utilities/env.d.ts.map +1 -0
- package/dist/test/utilities/kv.d.ts +11 -0
- package/dist/test/utilities/kv.d.ts.map +1 -0
- package/dist/test/utilities/media.d.ts +16 -0
- package/dist/test/utilities/media.d.ts.map +1 -0
- package/dist/test/utilities/platform.d.ts +38 -0
- package/dist/test/utilities/platform.d.ts.map +1 -0
- package/dist/test/utilities/queue.d.ts +5 -0
- package/dist/test/utilities/queue.d.ts.map +1 -0
- package/dist/test/utilities/r2.d.ts +12 -0
- package/dist/test/utilities/r2.d.ts.map +1 -0
- package/dist/test/utilities/workflows.d.ts +26 -0
- package/dist/test/utilities/workflows.d.ts.map +1 -0
- package/dist/test/utilities.d.ts +10 -106
- package/dist/test/utilities.d.ts.map +1 -1
- package/dist/types-2ejrbba1.js +695 -0
- package/dist/types-7jkbm95a.js +695 -0
- package/dist/types-a2fk9yns.js +695 -0
- package/dist/types-dyb3c6zw.js +695 -0
- package/dist/types-e2n9f3pd.js +695 -0
- package/dist/types-j4s6qcrc.js +695 -0
- package/dist/utils/send-email.d.ts.map +1 -1
- package/dist/utils/send-email.js +1 -1
- package/dist/vite/index.js +6 -6
- package/dist/vite/plugin-context.d.ts.map +1 -1
- package/dist/worker-663em30d.js +513 -0
- package/dist/worker-argxc7fb.js +513 -0
- package/dist/worker-entry/composed-worker.d.ts.map +1 -1
- package/dist/worker-entry/surface-paths.d.ts +2 -0
- package/dist/worker-entry/surface-paths.d.ts.map +1 -1
- package/dist/worker-fcdsnj14.js +513 -0
- package/dist/worker-fk42rzse.js +513 -0
- package/dist/worker-jkemk8d2.js +513 -0
- package/dist/worker-m4ze8djx.js +513 -0
- package/dist/worker-wnan5dca.js +513 -0
- package/dist/worker-yw3atfb1.js +513 -0
- package/dist/workflows/local-workflow-entrypoints.d.ts +7 -0
- package/dist/workflows/local-workflow-entrypoints.d.ts.map +1 -0
- package/package.json +13 -12
|
@@ -23,6 +23,7 @@ import { z } from 'zod';
|
|
|
23
23
|
*/
|
|
24
24
|
export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
25
25
|
readonly name: z.ZodOptional<z.ZodString>;
|
|
26
|
+
readonly secretsStoreId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
26
27
|
readonly compatibilityDate: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodString>>>;
|
|
27
28
|
readonly compatibilityFlags: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodArray<z.ZodString, "many">>, string[], string[] | undefined>>;
|
|
28
29
|
readonly previews: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -37,6 +38,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
37
38
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
38
39
|
scheduled: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
39
40
|
email: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
41
|
+
tail: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
40
42
|
durableObjects: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
41
43
|
entrypoints: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
42
44
|
workflows: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
@@ -56,6 +58,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
56
58
|
queue?: string | false | undefined;
|
|
57
59
|
scheduled?: string | false | undefined;
|
|
58
60
|
email?: string | false | undefined;
|
|
61
|
+
tail?: string | false | undefined;
|
|
59
62
|
durableObjects?: string | false | undefined;
|
|
60
63
|
entrypoints?: string | false | undefined;
|
|
61
64
|
workflows?: string | false | undefined;
|
|
@@ -69,6 +72,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
69
72
|
queue?: string | false | undefined;
|
|
70
73
|
scheduled?: string | false | undefined;
|
|
71
74
|
email?: string | false | undefined;
|
|
75
|
+
tail?: string | false | undefined;
|
|
72
76
|
durableObjects?: string | false | undefined;
|
|
73
77
|
entrypoints?: string | false | undefined;
|
|
74
78
|
workflows?: string | false | undefined;
|
|
@@ -157,6 +161,49 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
157
161
|
retryDelay?: number | undefined;
|
|
158
162
|
}[] | undefined;
|
|
159
163
|
}>>;
|
|
164
|
+
rateLimits: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
165
|
+
namespaceId: z.ZodString;
|
|
166
|
+
simple: z.ZodObject<{
|
|
167
|
+
limit: z.ZodNumber;
|
|
168
|
+
period: z.ZodUnion<[z.ZodLiteral<10>, z.ZodLiteral<60>]>;
|
|
169
|
+
}, "strict", z.ZodTypeAny, {
|
|
170
|
+
limit: number;
|
|
171
|
+
period: 10 | 60;
|
|
172
|
+
}, {
|
|
173
|
+
limit: number;
|
|
174
|
+
period: 10 | 60;
|
|
175
|
+
}>;
|
|
176
|
+
}, "strict", z.ZodTypeAny, {
|
|
177
|
+
namespaceId: string;
|
|
178
|
+
simple: {
|
|
179
|
+
limit: number;
|
|
180
|
+
period: 10 | 60;
|
|
181
|
+
};
|
|
182
|
+
}, {
|
|
183
|
+
namespaceId: string;
|
|
184
|
+
simple: {
|
|
185
|
+
limit: number;
|
|
186
|
+
period: 10 | 60;
|
|
187
|
+
};
|
|
188
|
+
}>>>;
|
|
189
|
+
versionMetadata: z.ZodOptional<z.ZodObject<{
|
|
190
|
+
binding: z.ZodString;
|
|
191
|
+
}, "strict", z.ZodTypeAny, {
|
|
192
|
+
binding: string;
|
|
193
|
+
}, {
|
|
194
|
+
binding: string;
|
|
195
|
+
}>>;
|
|
196
|
+
workerLoaders: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{}, "strict", z.ZodTypeAny, {}, {}>>>;
|
|
197
|
+
secretsStore: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
198
|
+
storeId: z.ZodString;
|
|
199
|
+
secretName: z.ZodString;
|
|
200
|
+
}, "strict", z.ZodTypeAny, {
|
|
201
|
+
storeId: string;
|
|
202
|
+
secretName: string;
|
|
203
|
+
}, {
|
|
204
|
+
storeId: string;
|
|
205
|
+
secretName: string;
|
|
206
|
+
}>]>>>;
|
|
160
207
|
services: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{
|
|
161
208
|
service: string;
|
|
162
209
|
environment?: string;
|
|
@@ -170,41 +217,86 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
170
217
|
}>>>;
|
|
171
218
|
ai: z.ZodOptional<z.ZodObject<{
|
|
172
219
|
binding: z.ZodString;
|
|
173
|
-
|
|
220
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
221
|
+
staging: z.ZodOptional<z.ZodBoolean>;
|
|
222
|
+
}, "strict", z.ZodTypeAny, {
|
|
174
223
|
binding: string;
|
|
224
|
+
remote?: boolean | undefined;
|
|
225
|
+
staging?: boolean | undefined;
|
|
175
226
|
}, {
|
|
176
227
|
binding: string;
|
|
228
|
+
remote?: boolean | undefined;
|
|
229
|
+
staging?: boolean | undefined;
|
|
177
230
|
}>>;
|
|
231
|
+
aiSearchNamespaces: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
232
|
+
namespace: z.ZodString;
|
|
233
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
234
|
+
}, "strict", z.ZodTypeAny, {
|
|
235
|
+
namespace: string;
|
|
236
|
+
remote?: boolean | undefined;
|
|
237
|
+
}, {
|
|
238
|
+
namespace: string;
|
|
239
|
+
remote?: boolean | undefined;
|
|
240
|
+
}>>>;
|
|
241
|
+
aiSearch: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
242
|
+
instanceName: z.ZodString;
|
|
243
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
244
|
+
}, "strict", z.ZodTypeAny, {
|
|
245
|
+
instanceName: string;
|
|
246
|
+
remote?: boolean | undefined;
|
|
247
|
+
}, {
|
|
248
|
+
instanceName: string;
|
|
249
|
+
remote?: boolean | undefined;
|
|
250
|
+
}>>>;
|
|
178
251
|
vectorize: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
179
252
|
indexName: z.ZodString;
|
|
253
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
180
254
|
}, "strip", z.ZodTypeAny, {
|
|
181
255
|
indexName: string;
|
|
256
|
+
remote?: boolean | undefined;
|
|
182
257
|
}, {
|
|
183
258
|
indexName: string;
|
|
259
|
+
remote?: boolean | undefined;
|
|
184
260
|
}>>>;
|
|
185
261
|
hyperdrive: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
186
262
|
id: z.ZodString;
|
|
263
|
+
localConnectionString: z.ZodOptional<z.ZodString>;
|
|
187
264
|
}, "strict", z.ZodTypeAny, {
|
|
188
265
|
id: string;
|
|
266
|
+
localConnectionString?: string | undefined;
|
|
189
267
|
}, {
|
|
190
268
|
id: string;
|
|
269
|
+
localConnectionString?: string | undefined;
|
|
191
270
|
}>, z.ZodObject<{
|
|
192
271
|
name: z.ZodString;
|
|
272
|
+
localConnectionString: z.ZodOptional<z.ZodString>;
|
|
193
273
|
previewFallback: z.ZodOptional<z.ZodLiteral<"base">>;
|
|
194
274
|
previewId: z.ZodOptional<z.ZodString>;
|
|
195
275
|
previewLocalConnectionString: z.ZodOptional<z.ZodString>;
|
|
196
276
|
}, "strict", z.ZodTypeAny, {
|
|
197
277
|
name: string;
|
|
278
|
+
localConnectionString?: string | undefined;
|
|
198
279
|
previewFallback?: "base" | undefined;
|
|
199
280
|
previewId?: string | undefined;
|
|
200
281
|
previewLocalConnectionString?: string | undefined;
|
|
201
282
|
}, {
|
|
202
283
|
name: string;
|
|
284
|
+
localConnectionString?: string | undefined;
|
|
203
285
|
previewFallback?: "base" | undefined;
|
|
204
286
|
previewId?: string | undefined;
|
|
205
287
|
previewLocalConnectionString?: string | undefined;
|
|
206
288
|
}>]>>>;
|
|
207
|
-
browser: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodString
|
|
289
|
+
browser: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
290
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
291
|
+
}, "strict", z.ZodTypeAny, {
|
|
292
|
+
remote?: boolean | undefined;
|
|
293
|
+
}, {
|
|
294
|
+
remote?: boolean | undefined;
|
|
295
|
+
}>]>>, Record<string, string | {
|
|
296
|
+
remote?: boolean | undefined;
|
|
297
|
+
}>, Record<string, string | {
|
|
298
|
+
remote?: boolean | undefined;
|
|
299
|
+
}>>>;
|
|
208
300
|
analyticsEngine: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
209
301
|
dataset: z.ZodString;
|
|
210
302
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -234,11 +326,23 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
234
326
|
allowedSenderAddresses?: string[] | undefined;
|
|
235
327
|
}>>>;
|
|
236
328
|
mtlsCertificates: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
329
|
+
certificateId: z.ZodString;
|
|
330
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
331
|
+
}, "strict", z.ZodTypeAny, {
|
|
332
|
+
certificateId: string;
|
|
333
|
+
remote?: boolean | undefined;
|
|
334
|
+
}, {
|
|
335
|
+
certificateId: string;
|
|
336
|
+
remote?: boolean | undefined;
|
|
337
|
+
}>, z.ZodObject<{
|
|
237
338
|
certificate_id: z.ZodString;
|
|
339
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
238
340
|
}, "strict", z.ZodTypeAny, {
|
|
239
341
|
certificate_id: string;
|
|
342
|
+
remote?: boolean | undefined;
|
|
240
343
|
}, {
|
|
241
344
|
certificate_id: string;
|
|
345
|
+
remote?: boolean | undefined;
|
|
242
346
|
}>]>>>;
|
|
243
347
|
dispatchNamespaces: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
244
348
|
namespace: z.ZodString;
|
|
@@ -246,7 +350,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
246
350
|
service: z.ZodString;
|
|
247
351
|
environment: z.ZodOptional<z.ZodString>;
|
|
248
352
|
parameters: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
249
|
-
}, "
|
|
353
|
+
}, "strict", z.ZodTypeAny, {
|
|
250
354
|
service: string;
|
|
251
355
|
environment?: string | undefined;
|
|
252
356
|
parameters?: string[] | undefined;
|
|
@@ -255,6 +359,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
255
359
|
environment?: string | undefined;
|
|
256
360
|
parameters?: string[] | undefined;
|
|
257
361
|
}>>;
|
|
362
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
258
363
|
}, "strict", z.ZodTypeAny, {
|
|
259
364
|
namespace: string;
|
|
260
365
|
outbound?: {
|
|
@@ -262,6 +367,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
262
367
|
environment?: string | undefined;
|
|
263
368
|
parameters?: string[] | undefined;
|
|
264
369
|
} | undefined;
|
|
370
|
+
remote?: boolean | undefined;
|
|
265
371
|
}, {
|
|
266
372
|
namespace: string;
|
|
267
373
|
outbound?: {
|
|
@@ -269,28 +375,79 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
269
375
|
environment?: string | undefined;
|
|
270
376
|
parameters?: string[] | undefined;
|
|
271
377
|
} | undefined;
|
|
378
|
+
remote?: boolean | undefined;
|
|
272
379
|
}>]>>>;
|
|
273
380
|
workflows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
274
381
|
name: z.ZodString;
|
|
275
382
|
className: z.ZodString;
|
|
276
383
|
scriptName: z.ZodOptional<z.ZodString>;
|
|
384
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
385
|
+
limits: z.ZodOptional<z.ZodObject<{
|
|
386
|
+
steps: z.ZodNumber;
|
|
387
|
+
}, "strict", z.ZodTypeAny, {
|
|
388
|
+
steps: number;
|
|
389
|
+
}, {
|
|
390
|
+
steps: number;
|
|
391
|
+
}>>;
|
|
277
392
|
}, "strict", z.ZodTypeAny, {
|
|
278
393
|
name: string;
|
|
279
394
|
className: string;
|
|
280
395
|
scriptName?: string | undefined;
|
|
396
|
+
remote?: boolean | undefined;
|
|
397
|
+
limits?: {
|
|
398
|
+
steps: number;
|
|
399
|
+
} | undefined;
|
|
281
400
|
}, {
|
|
282
401
|
name: string;
|
|
283
402
|
className: string;
|
|
284
403
|
scriptName?: string | undefined;
|
|
404
|
+
remote?: boolean | undefined;
|
|
405
|
+
limits?: {
|
|
406
|
+
steps: number;
|
|
407
|
+
} | undefined;
|
|
285
408
|
}>>>;
|
|
286
409
|
pipelines: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
287
410
|
pipeline: z.ZodString;
|
|
411
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
288
412
|
}, "strict", z.ZodTypeAny, {
|
|
289
413
|
pipeline: string;
|
|
414
|
+
remote?: boolean | undefined;
|
|
290
415
|
}, {
|
|
291
416
|
pipeline: string;
|
|
417
|
+
remote?: boolean | undefined;
|
|
418
|
+
}>]>>>;
|
|
419
|
+
images: z.ZodEffects<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
420
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
421
|
+
}, "strict", z.ZodTypeAny, {
|
|
422
|
+
remote?: boolean | undefined;
|
|
423
|
+
}, {
|
|
424
|
+
remote?: boolean | undefined;
|
|
425
|
+
}>, z.ZodLiteral<true>]>>>, Record<string, true | {
|
|
426
|
+
remote?: boolean | undefined;
|
|
427
|
+
}> | undefined, Record<string, true | {
|
|
428
|
+
remote?: boolean | undefined;
|
|
429
|
+
}> | undefined>;
|
|
430
|
+
media: z.ZodEffects<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
431
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
432
|
+
}, "strict", z.ZodTypeAny, {
|
|
433
|
+
remote?: boolean | undefined;
|
|
434
|
+
}, {
|
|
435
|
+
remote?: boolean | undefined;
|
|
436
|
+
}>, z.ZodLiteral<true>]>>>, Record<string, true | {
|
|
437
|
+
remote?: boolean | undefined;
|
|
438
|
+
}> | undefined, Record<string, true | {
|
|
439
|
+
remote?: boolean | undefined;
|
|
440
|
+
}> | undefined>;
|
|
441
|
+
artifacts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
442
|
+
namespace: z.ZodString;
|
|
443
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
444
|
+
}, "strict", z.ZodTypeAny, {
|
|
445
|
+
namespace: string;
|
|
446
|
+
remote?: boolean | undefined;
|
|
447
|
+
}, {
|
|
448
|
+
namespace: string;
|
|
449
|
+
remote?: boolean | undefined;
|
|
292
450
|
}>]>>>;
|
|
293
|
-
images: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{}, "strict", z.ZodTypeAny, {}, {}>, z.ZodLiteral<true>]>>>;
|
|
294
451
|
}, "strip", z.ZodTypeAny, {
|
|
295
452
|
kv?: Record<string, string | {
|
|
296
453
|
id: string;
|
|
@@ -316,6 +473,21 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
316
473
|
retryDelay?: number | undefined;
|
|
317
474
|
}[] | undefined;
|
|
318
475
|
} | undefined;
|
|
476
|
+
rateLimits?: Record<string, {
|
|
477
|
+
namespaceId: string;
|
|
478
|
+
simple: {
|
|
479
|
+
limit: number;
|
|
480
|
+
period: 10 | 60;
|
|
481
|
+
};
|
|
482
|
+
}> | undefined;
|
|
483
|
+
versionMetadata?: {
|
|
484
|
+
binding: string;
|
|
485
|
+
} | undefined;
|
|
486
|
+
workerLoaders?: Record<string, {}> | undefined;
|
|
487
|
+
secretsStore?: Record<string, string | {
|
|
488
|
+
storeId: string;
|
|
489
|
+
secretName: string;
|
|
490
|
+
}> | undefined;
|
|
319
491
|
services?: Record<string, {
|
|
320
492
|
service: string;
|
|
321
493
|
environment?: string;
|
|
@@ -324,19 +496,34 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
324
496
|
}> | undefined;
|
|
325
497
|
ai?: {
|
|
326
498
|
binding: string;
|
|
499
|
+
remote?: boolean | undefined;
|
|
500
|
+
staging?: boolean | undefined;
|
|
327
501
|
} | undefined;
|
|
502
|
+
aiSearchNamespaces?: Record<string, {
|
|
503
|
+
namespace: string;
|
|
504
|
+
remote?: boolean | undefined;
|
|
505
|
+
}> | undefined;
|
|
506
|
+
aiSearch?: Record<string, {
|
|
507
|
+
instanceName: string;
|
|
508
|
+
remote?: boolean | undefined;
|
|
509
|
+
}> | undefined;
|
|
328
510
|
vectorize?: Record<string, {
|
|
329
511
|
indexName: string;
|
|
512
|
+
remote?: boolean | undefined;
|
|
330
513
|
}> | undefined;
|
|
331
514
|
hyperdrive?: Record<string, string | {
|
|
332
515
|
id: string;
|
|
516
|
+
localConnectionString?: string | undefined;
|
|
333
517
|
} | {
|
|
334
518
|
name: string;
|
|
519
|
+
localConnectionString?: string | undefined;
|
|
335
520
|
previewFallback?: "base" | undefined;
|
|
336
521
|
previewId?: string | undefined;
|
|
337
522
|
previewLocalConnectionString?: string | undefined;
|
|
338
523
|
}> | undefined;
|
|
339
|
-
browser?: Record<string, string
|
|
524
|
+
browser?: Record<string, string | {
|
|
525
|
+
remote?: boolean | undefined;
|
|
526
|
+
}> | undefined;
|
|
340
527
|
analyticsEngine?: Record<string, {
|
|
341
528
|
dataset: string;
|
|
342
529
|
}> | undefined;
|
|
@@ -346,7 +533,11 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
346
533
|
allowedSenderAddresses?: string[] | undefined;
|
|
347
534
|
}> | undefined;
|
|
348
535
|
mtlsCertificates?: Record<string, string | {
|
|
536
|
+
certificateId: string;
|
|
537
|
+
remote?: boolean | undefined;
|
|
538
|
+
} | {
|
|
349
539
|
certificate_id: string;
|
|
540
|
+
remote?: boolean | undefined;
|
|
350
541
|
}> | undefined;
|
|
351
542
|
dispatchNamespaces?: Record<string, string | {
|
|
352
543
|
namespace: string;
|
|
@@ -355,16 +546,31 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
355
546
|
environment?: string | undefined;
|
|
356
547
|
parameters?: string[] | undefined;
|
|
357
548
|
} | undefined;
|
|
549
|
+
remote?: boolean | undefined;
|
|
358
550
|
}> | undefined;
|
|
359
551
|
workflows?: Record<string, {
|
|
360
552
|
name: string;
|
|
361
553
|
className: string;
|
|
362
554
|
scriptName?: string | undefined;
|
|
555
|
+
remote?: boolean | undefined;
|
|
556
|
+
limits?: {
|
|
557
|
+
steps: number;
|
|
558
|
+
} | undefined;
|
|
363
559
|
}> | undefined;
|
|
364
560
|
pipelines?: Record<string, string | {
|
|
365
561
|
pipeline: string;
|
|
562
|
+
remote?: boolean | undefined;
|
|
563
|
+
}> | undefined;
|
|
564
|
+
images?: Record<string, true | {
|
|
565
|
+
remote?: boolean | undefined;
|
|
566
|
+
}> | undefined;
|
|
567
|
+
media?: Record<string, true | {
|
|
568
|
+
remote?: boolean | undefined;
|
|
569
|
+
}> | undefined;
|
|
570
|
+
artifacts?: Record<string, string | {
|
|
571
|
+
namespace: string;
|
|
572
|
+
remote?: boolean | undefined;
|
|
366
573
|
}> | undefined;
|
|
367
|
-
images?: Record<string, true | {}> | undefined;
|
|
368
574
|
}, {
|
|
369
575
|
kv?: Record<string, string | {
|
|
370
576
|
id: string;
|
|
@@ -390,6 +596,21 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
390
596
|
retryDelay?: number | undefined;
|
|
391
597
|
}[] | undefined;
|
|
392
598
|
} | undefined;
|
|
599
|
+
rateLimits?: Record<string, {
|
|
600
|
+
namespaceId: string;
|
|
601
|
+
simple: {
|
|
602
|
+
limit: number;
|
|
603
|
+
period: 10 | 60;
|
|
604
|
+
};
|
|
605
|
+
}> | undefined;
|
|
606
|
+
versionMetadata?: {
|
|
607
|
+
binding: string;
|
|
608
|
+
} | undefined;
|
|
609
|
+
workerLoaders?: Record<string, {}> | undefined;
|
|
610
|
+
secretsStore?: Record<string, string | {
|
|
611
|
+
storeId: string;
|
|
612
|
+
secretName: string;
|
|
613
|
+
}> | undefined;
|
|
393
614
|
services?: Record<string, {
|
|
394
615
|
service: string;
|
|
395
616
|
environment?: string;
|
|
@@ -398,19 +619,34 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
398
619
|
}> | undefined;
|
|
399
620
|
ai?: {
|
|
400
621
|
binding: string;
|
|
622
|
+
remote?: boolean | undefined;
|
|
623
|
+
staging?: boolean | undefined;
|
|
401
624
|
} | undefined;
|
|
625
|
+
aiSearchNamespaces?: Record<string, {
|
|
626
|
+
namespace: string;
|
|
627
|
+
remote?: boolean | undefined;
|
|
628
|
+
}> | undefined;
|
|
629
|
+
aiSearch?: Record<string, {
|
|
630
|
+
instanceName: string;
|
|
631
|
+
remote?: boolean | undefined;
|
|
632
|
+
}> | undefined;
|
|
402
633
|
vectorize?: Record<string, {
|
|
403
634
|
indexName: string;
|
|
635
|
+
remote?: boolean | undefined;
|
|
404
636
|
}> | undefined;
|
|
405
637
|
hyperdrive?: Record<string, string | {
|
|
406
638
|
id: string;
|
|
639
|
+
localConnectionString?: string | undefined;
|
|
407
640
|
} | {
|
|
408
641
|
name: string;
|
|
642
|
+
localConnectionString?: string | undefined;
|
|
409
643
|
previewFallback?: "base" | undefined;
|
|
410
644
|
previewId?: string | undefined;
|
|
411
645
|
previewLocalConnectionString?: string | undefined;
|
|
412
646
|
}> | undefined;
|
|
413
|
-
browser?: Record<string, string
|
|
647
|
+
browser?: Record<string, string | {
|
|
648
|
+
remote?: boolean | undefined;
|
|
649
|
+
}> | undefined;
|
|
414
650
|
analyticsEngine?: Record<string, {
|
|
415
651
|
dataset: string;
|
|
416
652
|
}> | undefined;
|
|
@@ -420,7 +656,11 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
420
656
|
allowedSenderAddresses?: string[] | undefined;
|
|
421
657
|
}> | undefined;
|
|
422
658
|
mtlsCertificates?: Record<string, string | {
|
|
659
|
+
certificateId: string;
|
|
660
|
+
remote?: boolean | undefined;
|
|
661
|
+
} | {
|
|
423
662
|
certificate_id: string;
|
|
663
|
+
remote?: boolean | undefined;
|
|
424
664
|
}> | undefined;
|
|
425
665
|
dispatchNamespaces?: Record<string, string | {
|
|
426
666
|
namespace: string;
|
|
@@ -429,16 +669,31 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
429
669
|
environment?: string | undefined;
|
|
430
670
|
parameters?: string[] | undefined;
|
|
431
671
|
} | undefined;
|
|
672
|
+
remote?: boolean | undefined;
|
|
432
673
|
}> | undefined;
|
|
433
674
|
workflows?: Record<string, {
|
|
434
675
|
name: string;
|
|
435
676
|
className: string;
|
|
436
677
|
scriptName?: string | undefined;
|
|
678
|
+
remote?: boolean | undefined;
|
|
679
|
+
limits?: {
|
|
680
|
+
steps: number;
|
|
681
|
+
} | undefined;
|
|
437
682
|
}> | undefined;
|
|
438
683
|
pipelines?: Record<string, string | {
|
|
439
684
|
pipeline: string;
|
|
685
|
+
remote?: boolean | undefined;
|
|
686
|
+
}> | undefined;
|
|
687
|
+
images?: Record<string, true | {
|
|
688
|
+
remote?: boolean | undefined;
|
|
689
|
+
}> | undefined;
|
|
690
|
+
media?: Record<string, true | {
|
|
691
|
+
remote?: boolean | undefined;
|
|
692
|
+
}> | undefined;
|
|
693
|
+
artifacts?: Record<string, string | {
|
|
694
|
+
namespace: string;
|
|
695
|
+
remote?: boolean | undefined;
|
|
440
696
|
}> | undefined;
|
|
441
|
-
images?: Record<string, true | {}> | undefined;
|
|
442
697
|
}>>>;
|
|
443
698
|
readonly triggers: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
444
699
|
crons: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -447,6 +702,32 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
447
702
|
}, {
|
|
448
703
|
crons?: string[] | undefined;
|
|
449
704
|
}>>>;
|
|
705
|
+
readonly rules: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
706
|
+
type: z.ZodEnum<["ESModule", "CommonJS", "CompiledWasm", "Text", "Data"]>;
|
|
707
|
+
globs: z.ZodArray<z.ZodString, "many">;
|
|
708
|
+
fallthrough: z.ZodOptional<z.ZodBoolean>;
|
|
709
|
+
}, "strict", z.ZodTypeAny, {
|
|
710
|
+
type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
|
|
711
|
+
globs: string[];
|
|
712
|
+
fallthrough?: boolean | undefined;
|
|
713
|
+
}, {
|
|
714
|
+
type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
|
|
715
|
+
globs: string[];
|
|
716
|
+
fallthrough?: boolean | undefined;
|
|
717
|
+
}>, "many">>>;
|
|
718
|
+
readonly findAdditionalModules: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
719
|
+
readonly baseDir: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
720
|
+
readonly preserveFileNames: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
721
|
+
readonly tailConsumers: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
722
|
+
service: z.ZodString;
|
|
723
|
+
environment: z.ZodOptional<z.ZodString>;
|
|
724
|
+
}, "strict", z.ZodTypeAny, {
|
|
725
|
+
service: string;
|
|
726
|
+
environment?: string | undefined;
|
|
727
|
+
}, {
|
|
728
|
+
service: string;
|
|
729
|
+
environment?: string | undefined;
|
|
730
|
+
}>]>, "many">>>;
|
|
450
731
|
readonly vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
451
732
|
readonly secrets: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
452
733
|
required: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -474,29 +755,176 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
474
755
|
readonly assets: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
475
756
|
directory: z.ZodString;
|
|
476
757
|
binding: z.ZodOptional<z.ZodString>;
|
|
477
|
-
|
|
758
|
+
html_handling: z.ZodOptional<z.ZodEnum<["auto-trailing-slash", "force-trailing-slash", "drop-trailing-slash", "none"]>>;
|
|
759
|
+
not_found_handling: z.ZodOptional<z.ZodEnum<["single-page-application", "404-page", "none"]>>;
|
|
760
|
+
run_worker_first: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
761
|
+
}, "strict", z.ZodTypeAny, {
|
|
478
762
|
directory: string;
|
|
479
763
|
binding?: string | undefined;
|
|
764
|
+
html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
|
|
765
|
+
not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
|
|
766
|
+
run_worker_first?: boolean | string[] | undefined;
|
|
480
767
|
}, {
|
|
481
768
|
directory: string;
|
|
482
769
|
binding?: string | undefined;
|
|
770
|
+
html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
|
|
771
|
+
not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
|
|
772
|
+
run_worker_first?: boolean | string[] | undefined;
|
|
483
773
|
}>>>;
|
|
774
|
+
readonly containers: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
775
|
+
className: z.ZodString;
|
|
776
|
+
image: z.ZodString;
|
|
777
|
+
maxInstances: z.ZodOptional<z.ZodNumber>;
|
|
778
|
+
instanceType: z.ZodOptional<z.ZodString>;
|
|
779
|
+
name: z.ZodOptional<z.ZodString>;
|
|
780
|
+
imageBuildContext: z.ZodOptional<z.ZodString>;
|
|
781
|
+
imageVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
782
|
+
rolloutActiveGracePeriod: z.ZodOptional<z.ZodNumber>;
|
|
783
|
+
rolloutStepPercentage: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber, "many">]>>;
|
|
784
|
+
}, "strict", z.ZodTypeAny, {
|
|
785
|
+
className: string;
|
|
786
|
+
image: string;
|
|
787
|
+
maxInstances?: number | undefined;
|
|
788
|
+
instanceType?: string | undefined;
|
|
789
|
+
name?: string | undefined;
|
|
790
|
+
imageBuildContext?: string | undefined;
|
|
791
|
+
imageVars?: Record<string, string> | undefined;
|
|
792
|
+
rolloutActiveGracePeriod?: number | undefined;
|
|
793
|
+
rolloutStepPercentage?: number | number[] | undefined;
|
|
794
|
+
}, {
|
|
795
|
+
className: string;
|
|
796
|
+
image: string;
|
|
797
|
+
maxInstances?: number | undefined;
|
|
798
|
+
instanceType?: string | undefined;
|
|
799
|
+
name?: string | undefined;
|
|
800
|
+
imageBuildContext?: string | undefined;
|
|
801
|
+
imageVars?: Record<string, string> | undefined;
|
|
802
|
+
rolloutActiveGracePeriod?: number | undefined;
|
|
803
|
+
rolloutStepPercentage?: number | number[] | undefined;
|
|
804
|
+
}>, "many">>>;
|
|
805
|
+
readonly placement: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
806
|
+
mode: z.ZodEnum<["off", "smart"]>;
|
|
807
|
+
hint: z.ZodOptional<z.ZodString>;
|
|
808
|
+
}, "strict", z.ZodTypeAny, {
|
|
809
|
+
mode: "off" | "smart";
|
|
810
|
+
hint?: string | undefined;
|
|
811
|
+
}, {
|
|
812
|
+
mode: "off" | "smart";
|
|
813
|
+
hint?: string | undefined;
|
|
814
|
+
}>, {
|
|
815
|
+
mode: "off" | "smart";
|
|
816
|
+
hint?: string | undefined;
|
|
817
|
+
}, {
|
|
818
|
+
mode: "off" | "smart";
|
|
819
|
+
hint?: string | undefined;
|
|
820
|
+
}>, z.ZodObject<{
|
|
821
|
+
mode: z.ZodOptional<z.ZodLiteral<"targeted">>;
|
|
822
|
+
region: z.ZodString;
|
|
823
|
+
}, "strict", z.ZodTypeAny, {
|
|
824
|
+
mode?: "targeted" | undefined;
|
|
825
|
+
region: string;
|
|
826
|
+
}, {
|
|
827
|
+
mode?: "targeted" | undefined;
|
|
828
|
+
region: string;
|
|
829
|
+
}>, z.ZodObject<{
|
|
830
|
+
mode: z.ZodOptional<z.ZodLiteral<"targeted">>;
|
|
831
|
+
host: z.ZodString;
|
|
832
|
+
}, "strict", z.ZodTypeAny, {
|
|
833
|
+
mode?: "targeted" | undefined;
|
|
834
|
+
host: string;
|
|
835
|
+
}, {
|
|
836
|
+
mode?: "targeted" | undefined;
|
|
837
|
+
host: string;
|
|
838
|
+
}>, z.ZodObject<{
|
|
839
|
+
mode: z.ZodOptional<z.ZodLiteral<"targeted">>;
|
|
840
|
+
hostname: z.ZodString;
|
|
841
|
+
}, "strict", z.ZodTypeAny, {
|
|
842
|
+
mode?: "targeted" | undefined;
|
|
843
|
+
hostname: string;
|
|
844
|
+
}, {
|
|
845
|
+
mode?: "targeted" | undefined;
|
|
846
|
+
hostname: string;
|
|
847
|
+
}>]>>>;
|
|
484
848
|
readonly limits: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
485
849
|
cpu_ms: z.ZodOptional<z.ZodNumber>;
|
|
486
|
-
|
|
850
|
+
subrequests: z.ZodOptional<z.ZodNumber>;
|
|
851
|
+
}, "strict", z.ZodTypeAny, {
|
|
487
852
|
cpu_ms?: number | undefined;
|
|
853
|
+
subrequests?: number | undefined;
|
|
488
854
|
}, {
|
|
489
855
|
cpu_ms?: number | undefined;
|
|
856
|
+
subrequests?: number | undefined;
|
|
490
857
|
}>>>;
|
|
491
858
|
readonly observability: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
492
859
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
493
860
|
head_sampling_rate: z.ZodOptional<z.ZodNumber>;
|
|
494
|
-
|
|
861
|
+
logs: z.ZodOptional<z.ZodObject<{
|
|
862
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
863
|
+
head_sampling_rate: z.ZodOptional<z.ZodNumber>;
|
|
864
|
+
invocation_logs: z.ZodOptional<z.ZodBoolean>;
|
|
865
|
+
persist: z.ZodOptional<z.ZodBoolean>;
|
|
866
|
+
destinations: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
867
|
+
}, "strict", z.ZodTypeAny, {
|
|
868
|
+
enabled?: boolean | undefined;
|
|
869
|
+
head_sampling_rate?: number | undefined;
|
|
870
|
+
invocation_logs?: boolean | undefined;
|
|
871
|
+
persist?: boolean | undefined;
|
|
872
|
+
destinations?: string[] | undefined;
|
|
873
|
+
}, {
|
|
874
|
+
enabled?: boolean | undefined;
|
|
875
|
+
head_sampling_rate?: number | undefined;
|
|
876
|
+
invocation_logs?: boolean | undefined;
|
|
877
|
+
persist?: boolean | undefined;
|
|
878
|
+
destinations?: string[] | undefined;
|
|
879
|
+
}>>;
|
|
880
|
+
traces: z.ZodOptional<z.ZodObject<{
|
|
881
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
882
|
+
head_sampling_rate: z.ZodOptional<z.ZodNumber>;
|
|
883
|
+
persist: z.ZodOptional<z.ZodBoolean>;
|
|
884
|
+
destinations: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
885
|
+
}, "strict", z.ZodTypeAny, {
|
|
886
|
+
enabled?: boolean | undefined;
|
|
887
|
+
head_sampling_rate?: number | undefined;
|
|
888
|
+
persist?: boolean | undefined;
|
|
889
|
+
destinations?: string[] | undefined;
|
|
890
|
+
}, {
|
|
891
|
+
enabled?: boolean | undefined;
|
|
892
|
+
head_sampling_rate?: number | undefined;
|
|
893
|
+
persist?: boolean | undefined;
|
|
894
|
+
destinations?: string[] | undefined;
|
|
895
|
+
}>>;
|
|
896
|
+
}, "strict", z.ZodTypeAny, {
|
|
495
897
|
enabled?: boolean | undefined;
|
|
496
898
|
head_sampling_rate?: number | undefined;
|
|
899
|
+
logs?: {
|
|
900
|
+
enabled?: boolean | undefined;
|
|
901
|
+
head_sampling_rate?: number | undefined;
|
|
902
|
+
invocation_logs?: boolean | undefined;
|
|
903
|
+
persist?: boolean | undefined;
|
|
904
|
+
destinations?: string[] | undefined;
|
|
905
|
+
} | undefined;
|
|
906
|
+
traces?: {
|
|
907
|
+
enabled?: boolean | undefined;
|
|
908
|
+
head_sampling_rate?: number | undefined;
|
|
909
|
+
persist?: boolean | undefined;
|
|
910
|
+
destinations?: string[] | undefined;
|
|
911
|
+
} | undefined;
|
|
497
912
|
}, {
|
|
498
913
|
enabled?: boolean | undefined;
|
|
499
914
|
head_sampling_rate?: number | undefined;
|
|
915
|
+
logs?: {
|
|
916
|
+
enabled?: boolean | undefined;
|
|
917
|
+
head_sampling_rate?: number | undefined;
|
|
918
|
+
invocation_logs?: boolean | undefined;
|
|
919
|
+
persist?: boolean | undefined;
|
|
920
|
+
destinations?: string[] | undefined;
|
|
921
|
+
} | undefined;
|
|
922
|
+
traces?: {
|
|
923
|
+
enabled?: boolean | undefined;
|
|
924
|
+
head_sampling_rate?: number | undefined;
|
|
925
|
+
persist?: boolean | undefined;
|
|
926
|
+
destinations?: string[] | undefined;
|
|
927
|
+
} | undefined;
|
|
500
928
|
}>>>;
|
|
501
929
|
readonly migrations: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
502
930
|
tag: z.ZodString;
|
|
@@ -504,7 +932,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
504
932
|
renamed_classes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
505
933
|
from: z.ZodString;
|
|
506
934
|
to: z.ZodString;
|
|
507
|
-
}, "
|
|
935
|
+
}, "strict", z.ZodTypeAny, {
|
|
508
936
|
from: string;
|
|
509
937
|
to: string;
|
|
510
938
|
}, {
|
|
@@ -513,7 +941,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
513
941
|
}>, "many">>;
|
|
514
942
|
deleted_classes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
515
943
|
new_sqlite_classes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
516
|
-
}, "
|
|
944
|
+
}, "strict", z.ZodTypeAny, {
|
|
517
945
|
tag: string;
|
|
518
946
|
new_classes?: string[] | undefined;
|
|
519
947
|
renamed_classes?: {
|
|
@@ -564,6 +992,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
564
992
|
}>>>;
|
|
565
993
|
}, "strict", z.ZodTypeAny, {
|
|
566
994
|
name?: string | undefined;
|
|
995
|
+
secretsStoreId?: string | undefined;
|
|
567
996
|
compatibilityDate?: string | undefined;
|
|
568
997
|
compatibilityFlags?: string[] | undefined;
|
|
569
998
|
previews?: {
|
|
@@ -574,6 +1003,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
574
1003
|
queue?: string | false | undefined;
|
|
575
1004
|
scheduled?: string | false | undefined;
|
|
576
1005
|
email?: string | false | undefined;
|
|
1006
|
+
tail?: string | false | undefined;
|
|
577
1007
|
durableObjects?: string | false | undefined;
|
|
578
1008
|
entrypoints?: string | false | undefined;
|
|
579
1009
|
workflows?: string | false | undefined;
|
|
@@ -608,6 +1038,21 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
608
1038
|
retryDelay?: number | undefined;
|
|
609
1039
|
}[] | undefined;
|
|
610
1040
|
} | undefined;
|
|
1041
|
+
rateLimits?: Record<string, {
|
|
1042
|
+
namespaceId: string;
|
|
1043
|
+
simple: {
|
|
1044
|
+
limit: number;
|
|
1045
|
+
period: 10 | 60;
|
|
1046
|
+
};
|
|
1047
|
+
}> | undefined;
|
|
1048
|
+
versionMetadata?: {
|
|
1049
|
+
binding: string;
|
|
1050
|
+
} | undefined;
|
|
1051
|
+
workerLoaders?: Record<string, {}> | undefined;
|
|
1052
|
+
secretsStore?: Record<string, string | {
|
|
1053
|
+
storeId: string;
|
|
1054
|
+
secretName: string;
|
|
1055
|
+
}> | undefined;
|
|
611
1056
|
services?: Record<string, {
|
|
612
1057
|
service: string;
|
|
613
1058
|
environment?: string;
|
|
@@ -616,19 +1061,34 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
616
1061
|
}> | undefined;
|
|
617
1062
|
ai?: {
|
|
618
1063
|
binding: string;
|
|
1064
|
+
remote?: boolean | undefined;
|
|
1065
|
+
staging?: boolean | undefined;
|
|
619
1066
|
} | undefined;
|
|
1067
|
+
aiSearchNamespaces?: Record<string, {
|
|
1068
|
+
namespace: string;
|
|
1069
|
+
remote?: boolean | undefined;
|
|
1070
|
+
}> | undefined;
|
|
1071
|
+
aiSearch?: Record<string, {
|
|
1072
|
+
instanceName: string;
|
|
1073
|
+
remote?: boolean | undefined;
|
|
1074
|
+
}> | undefined;
|
|
620
1075
|
vectorize?: Record<string, {
|
|
621
1076
|
indexName: string;
|
|
1077
|
+
remote?: boolean | undefined;
|
|
622
1078
|
}> | undefined;
|
|
623
1079
|
hyperdrive?: Record<string, string | {
|
|
624
1080
|
id: string;
|
|
1081
|
+
localConnectionString?: string | undefined;
|
|
625
1082
|
} | {
|
|
626
1083
|
name: string;
|
|
1084
|
+
localConnectionString?: string | undefined;
|
|
627
1085
|
previewFallback?: "base" | undefined;
|
|
628
1086
|
previewId?: string | undefined;
|
|
629
1087
|
previewLocalConnectionString?: string | undefined;
|
|
630
1088
|
}> | undefined;
|
|
631
|
-
browser?: Record<string, string
|
|
1089
|
+
browser?: Record<string, string | {
|
|
1090
|
+
remote?: boolean | undefined;
|
|
1091
|
+
}> | undefined;
|
|
632
1092
|
analyticsEngine?: Record<string, {
|
|
633
1093
|
dataset: string;
|
|
634
1094
|
}> | undefined;
|
|
@@ -638,7 +1098,11 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
638
1098
|
allowedSenderAddresses?: string[] | undefined;
|
|
639
1099
|
}> | undefined;
|
|
640
1100
|
mtlsCertificates?: Record<string, string | {
|
|
1101
|
+
certificateId: string;
|
|
1102
|
+
remote?: boolean | undefined;
|
|
1103
|
+
} | {
|
|
641
1104
|
certificate_id: string;
|
|
1105
|
+
remote?: boolean | undefined;
|
|
642
1106
|
}> | undefined;
|
|
643
1107
|
dispatchNamespaces?: Record<string, string | {
|
|
644
1108
|
namespace: string;
|
|
@@ -647,20 +1111,47 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
647
1111
|
environment?: string | undefined;
|
|
648
1112
|
parameters?: string[] | undefined;
|
|
649
1113
|
} | undefined;
|
|
1114
|
+
remote?: boolean | undefined;
|
|
650
1115
|
}> | undefined;
|
|
651
1116
|
workflows?: Record<string, {
|
|
652
1117
|
name: string;
|
|
653
1118
|
className: string;
|
|
654
1119
|
scriptName?: string | undefined;
|
|
1120
|
+
remote?: boolean | undefined;
|
|
1121
|
+
limits?: {
|
|
1122
|
+
steps: number;
|
|
1123
|
+
} | undefined;
|
|
655
1124
|
}> | undefined;
|
|
656
1125
|
pipelines?: Record<string, string | {
|
|
657
1126
|
pipeline: string;
|
|
1127
|
+
remote?: boolean | undefined;
|
|
1128
|
+
}> | undefined;
|
|
1129
|
+
images?: Record<string, true | {
|
|
1130
|
+
remote?: boolean | undefined;
|
|
1131
|
+
}> | undefined;
|
|
1132
|
+
media?: Record<string, true | {
|
|
1133
|
+
remote?: boolean | undefined;
|
|
1134
|
+
}> | undefined;
|
|
1135
|
+
artifacts?: Record<string, string | {
|
|
1136
|
+
namespace: string;
|
|
1137
|
+
remote?: boolean | undefined;
|
|
658
1138
|
}> | undefined;
|
|
659
|
-
images?: Record<string, true | {}> | undefined;
|
|
660
1139
|
} | undefined;
|
|
661
1140
|
triggers?: {
|
|
662
1141
|
crons?: string[] | undefined;
|
|
663
1142
|
} | undefined;
|
|
1143
|
+
rules?: {
|
|
1144
|
+
type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
|
|
1145
|
+
globs: string[];
|
|
1146
|
+
fallthrough?: boolean | undefined;
|
|
1147
|
+
}[] | undefined;
|
|
1148
|
+
findAdditionalModules?: boolean | undefined;
|
|
1149
|
+
baseDir?: string | undefined;
|
|
1150
|
+
preserveFileNames?: boolean | undefined;
|
|
1151
|
+
tailConsumers?: (string | {
|
|
1152
|
+
service: string;
|
|
1153
|
+
environment?: string | undefined;
|
|
1154
|
+
})[] | undefined;
|
|
664
1155
|
vars?: Record<string, string> | undefined;
|
|
665
1156
|
secrets?: Record<string, {
|
|
666
1157
|
required: boolean;
|
|
@@ -674,13 +1165,54 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
674
1165
|
assets?: {
|
|
675
1166
|
directory: string;
|
|
676
1167
|
binding?: string | undefined;
|
|
1168
|
+
html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
|
|
1169
|
+
not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
|
|
1170
|
+
run_worker_first?: boolean | string[] | undefined;
|
|
1171
|
+
} | undefined;
|
|
1172
|
+
containers?: {
|
|
1173
|
+
className: string;
|
|
1174
|
+
image: string;
|
|
1175
|
+
maxInstances?: number | undefined;
|
|
1176
|
+
instanceType?: string | undefined;
|
|
1177
|
+
name?: string | undefined;
|
|
1178
|
+
imageBuildContext?: string | undefined;
|
|
1179
|
+
imageVars?: Record<string, string> | undefined;
|
|
1180
|
+
rolloutActiveGracePeriod?: number | undefined;
|
|
1181
|
+
rolloutStepPercentage?: number | number[] | undefined;
|
|
1182
|
+
}[] | undefined;
|
|
1183
|
+
placement?: {
|
|
1184
|
+
mode: "off" | "smart";
|
|
1185
|
+
hint?: string | undefined;
|
|
1186
|
+
} | {
|
|
1187
|
+
mode?: "targeted" | undefined;
|
|
1188
|
+
region: string;
|
|
1189
|
+
} | {
|
|
1190
|
+
mode?: "targeted" | undefined;
|
|
1191
|
+
host: string;
|
|
1192
|
+
} | {
|
|
1193
|
+
mode?: "targeted" | undefined;
|
|
1194
|
+
hostname: string;
|
|
677
1195
|
} | undefined;
|
|
678
1196
|
limits?: {
|
|
679
1197
|
cpu_ms?: number | undefined;
|
|
1198
|
+
subrequests?: number | undefined;
|
|
680
1199
|
} | undefined;
|
|
681
1200
|
observability?: {
|
|
682
1201
|
enabled?: boolean | undefined;
|
|
683
1202
|
head_sampling_rate?: number | undefined;
|
|
1203
|
+
logs?: {
|
|
1204
|
+
enabled?: boolean | undefined;
|
|
1205
|
+
head_sampling_rate?: number | undefined;
|
|
1206
|
+
invocation_logs?: boolean | undefined;
|
|
1207
|
+
persist?: boolean | undefined;
|
|
1208
|
+
destinations?: string[] | undefined;
|
|
1209
|
+
} | undefined;
|
|
1210
|
+
traces?: {
|
|
1211
|
+
enabled?: boolean | undefined;
|
|
1212
|
+
head_sampling_rate?: number | undefined;
|
|
1213
|
+
persist?: boolean | undefined;
|
|
1214
|
+
destinations?: string[] | undefined;
|
|
1215
|
+
} | undefined;
|
|
684
1216
|
} | undefined;
|
|
685
1217
|
migrations?: {
|
|
686
1218
|
tag: string;
|
|
@@ -706,6 +1238,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
706
1238
|
} | undefined;
|
|
707
1239
|
}, {
|
|
708
1240
|
name?: string | undefined;
|
|
1241
|
+
secretsStoreId?: string | undefined;
|
|
709
1242
|
compatibilityDate?: string | undefined;
|
|
710
1243
|
compatibilityFlags?: string[] | undefined;
|
|
711
1244
|
previews?: {
|
|
@@ -716,6 +1249,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
716
1249
|
queue?: string | false | undefined;
|
|
717
1250
|
scheduled?: string | false | undefined;
|
|
718
1251
|
email?: string | false | undefined;
|
|
1252
|
+
tail?: string | false | undefined;
|
|
719
1253
|
durableObjects?: string | false | undefined;
|
|
720
1254
|
entrypoints?: string | false | undefined;
|
|
721
1255
|
workflows?: string | false | undefined;
|
|
@@ -750,6 +1284,21 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
750
1284
|
retryDelay?: number | undefined;
|
|
751
1285
|
}[] | undefined;
|
|
752
1286
|
} | undefined;
|
|
1287
|
+
rateLimits?: Record<string, {
|
|
1288
|
+
namespaceId: string;
|
|
1289
|
+
simple: {
|
|
1290
|
+
limit: number;
|
|
1291
|
+
period: 10 | 60;
|
|
1292
|
+
};
|
|
1293
|
+
}> | undefined;
|
|
1294
|
+
versionMetadata?: {
|
|
1295
|
+
binding: string;
|
|
1296
|
+
} | undefined;
|
|
1297
|
+
workerLoaders?: Record<string, {}> | undefined;
|
|
1298
|
+
secretsStore?: Record<string, string | {
|
|
1299
|
+
storeId: string;
|
|
1300
|
+
secretName: string;
|
|
1301
|
+
}> | undefined;
|
|
753
1302
|
services?: Record<string, {
|
|
754
1303
|
service: string;
|
|
755
1304
|
environment?: string;
|
|
@@ -758,19 +1307,34 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
758
1307
|
}> | undefined;
|
|
759
1308
|
ai?: {
|
|
760
1309
|
binding: string;
|
|
1310
|
+
remote?: boolean | undefined;
|
|
1311
|
+
staging?: boolean | undefined;
|
|
761
1312
|
} | undefined;
|
|
1313
|
+
aiSearchNamespaces?: Record<string, {
|
|
1314
|
+
namespace: string;
|
|
1315
|
+
remote?: boolean | undefined;
|
|
1316
|
+
}> | undefined;
|
|
1317
|
+
aiSearch?: Record<string, {
|
|
1318
|
+
instanceName: string;
|
|
1319
|
+
remote?: boolean | undefined;
|
|
1320
|
+
}> | undefined;
|
|
762
1321
|
vectorize?: Record<string, {
|
|
763
1322
|
indexName: string;
|
|
1323
|
+
remote?: boolean | undefined;
|
|
764
1324
|
}> | undefined;
|
|
765
1325
|
hyperdrive?: Record<string, string | {
|
|
766
1326
|
id: string;
|
|
1327
|
+
localConnectionString?: string | undefined;
|
|
767
1328
|
} | {
|
|
768
1329
|
name: string;
|
|
1330
|
+
localConnectionString?: string | undefined;
|
|
769
1331
|
previewFallback?: "base" | undefined;
|
|
770
1332
|
previewId?: string | undefined;
|
|
771
1333
|
previewLocalConnectionString?: string | undefined;
|
|
772
1334
|
}> | undefined;
|
|
773
|
-
browser?: Record<string, string
|
|
1335
|
+
browser?: Record<string, string | {
|
|
1336
|
+
remote?: boolean | undefined;
|
|
1337
|
+
}> | undefined;
|
|
774
1338
|
analyticsEngine?: Record<string, {
|
|
775
1339
|
dataset: string;
|
|
776
1340
|
}> | undefined;
|
|
@@ -780,7 +1344,11 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
780
1344
|
allowedSenderAddresses?: string[] | undefined;
|
|
781
1345
|
}> | undefined;
|
|
782
1346
|
mtlsCertificates?: Record<string, string | {
|
|
1347
|
+
certificateId: string;
|
|
1348
|
+
remote?: boolean | undefined;
|
|
1349
|
+
} | {
|
|
783
1350
|
certificate_id: string;
|
|
1351
|
+
remote?: boolean | undefined;
|
|
784
1352
|
}> | undefined;
|
|
785
1353
|
dispatchNamespaces?: Record<string, string | {
|
|
786
1354
|
namespace: string;
|
|
@@ -789,20 +1357,47 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
789
1357
|
environment?: string | undefined;
|
|
790
1358
|
parameters?: string[] | undefined;
|
|
791
1359
|
} | undefined;
|
|
1360
|
+
remote?: boolean | undefined;
|
|
792
1361
|
}> | undefined;
|
|
793
1362
|
workflows?: Record<string, {
|
|
794
1363
|
name: string;
|
|
795
1364
|
className: string;
|
|
796
1365
|
scriptName?: string | undefined;
|
|
1366
|
+
remote?: boolean | undefined;
|
|
1367
|
+
limits?: {
|
|
1368
|
+
steps: number;
|
|
1369
|
+
} | undefined;
|
|
797
1370
|
}> | undefined;
|
|
798
1371
|
pipelines?: Record<string, string | {
|
|
799
1372
|
pipeline: string;
|
|
1373
|
+
remote?: boolean | undefined;
|
|
1374
|
+
}> | undefined;
|
|
1375
|
+
images?: Record<string, true | {
|
|
1376
|
+
remote?: boolean | undefined;
|
|
1377
|
+
}> | undefined;
|
|
1378
|
+
media?: Record<string, true | {
|
|
1379
|
+
remote?: boolean | undefined;
|
|
1380
|
+
}> | undefined;
|
|
1381
|
+
artifacts?: Record<string, string | {
|
|
1382
|
+
namespace: string;
|
|
1383
|
+
remote?: boolean | undefined;
|
|
800
1384
|
}> | undefined;
|
|
801
|
-
images?: Record<string, true | {}> | undefined;
|
|
802
1385
|
} | undefined;
|
|
803
1386
|
triggers?: {
|
|
804
1387
|
crons?: string[] | undefined;
|
|
805
1388
|
} | undefined;
|
|
1389
|
+
rules?: {
|
|
1390
|
+
type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
|
|
1391
|
+
globs: string[];
|
|
1392
|
+
fallthrough?: boolean | undefined;
|
|
1393
|
+
}[] | undefined;
|
|
1394
|
+
findAdditionalModules?: boolean | undefined;
|
|
1395
|
+
baseDir?: string | undefined;
|
|
1396
|
+
preserveFileNames?: boolean | undefined;
|
|
1397
|
+
tailConsumers?: (string | {
|
|
1398
|
+
service: string;
|
|
1399
|
+
environment?: string | undefined;
|
|
1400
|
+
})[] | undefined;
|
|
806
1401
|
vars?: Record<string, string> | undefined;
|
|
807
1402
|
secrets?: Record<string, {
|
|
808
1403
|
required?: boolean | undefined;
|
|
@@ -816,13 +1411,54 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
816
1411
|
assets?: {
|
|
817
1412
|
directory: string;
|
|
818
1413
|
binding?: string | undefined;
|
|
1414
|
+
html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
|
|
1415
|
+
not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
|
|
1416
|
+
run_worker_first?: boolean | string[] | undefined;
|
|
1417
|
+
} | undefined;
|
|
1418
|
+
containers?: {
|
|
1419
|
+
className: string;
|
|
1420
|
+
image: string;
|
|
1421
|
+
maxInstances?: number | undefined;
|
|
1422
|
+
instanceType?: string | undefined;
|
|
1423
|
+
name?: string | undefined;
|
|
1424
|
+
imageBuildContext?: string | undefined;
|
|
1425
|
+
imageVars?: Record<string, string> | undefined;
|
|
1426
|
+
rolloutActiveGracePeriod?: number | undefined;
|
|
1427
|
+
rolloutStepPercentage?: number | number[] | undefined;
|
|
1428
|
+
}[] | undefined;
|
|
1429
|
+
placement?: {
|
|
1430
|
+
mode: "off" | "smart";
|
|
1431
|
+
hint?: string | undefined;
|
|
1432
|
+
} | {
|
|
1433
|
+
mode?: "targeted" | undefined;
|
|
1434
|
+
region: string;
|
|
1435
|
+
} | {
|
|
1436
|
+
mode?: "targeted" | undefined;
|
|
1437
|
+
host: string;
|
|
1438
|
+
} | {
|
|
1439
|
+
mode?: "targeted" | undefined;
|
|
1440
|
+
hostname: string;
|
|
819
1441
|
} | undefined;
|
|
820
1442
|
limits?: {
|
|
821
1443
|
cpu_ms?: number | undefined;
|
|
1444
|
+
subrequests?: number | undefined;
|
|
822
1445
|
} | undefined;
|
|
823
1446
|
observability?: {
|
|
824
1447
|
enabled?: boolean | undefined;
|
|
825
1448
|
head_sampling_rate?: number | undefined;
|
|
1449
|
+
logs?: {
|
|
1450
|
+
enabled?: boolean | undefined;
|
|
1451
|
+
head_sampling_rate?: number | undefined;
|
|
1452
|
+
invocation_logs?: boolean | undefined;
|
|
1453
|
+
persist?: boolean | undefined;
|
|
1454
|
+
destinations?: string[] | undefined;
|
|
1455
|
+
} | undefined;
|
|
1456
|
+
traces?: {
|
|
1457
|
+
enabled?: boolean | undefined;
|
|
1458
|
+
head_sampling_rate?: number | undefined;
|
|
1459
|
+
persist?: boolean | undefined;
|
|
1460
|
+
destinations?: string[] | undefined;
|
|
1461
|
+
} | undefined;
|
|
826
1462
|
} | undefined;
|
|
827
1463
|
migrations?: {
|
|
828
1464
|
tag: string;
|
|
@@ -849,6 +1485,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
849
1485
|
}>>;
|
|
850
1486
|
export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
851
1487
|
readonly name: z.ZodOptional<z.ZodString>;
|
|
1488
|
+
readonly secretsStoreId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
852
1489
|
readonly compatibilityDate: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodString>>>;
|
|
853
1490
|
readonly compatibilityFlags: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodArray<z.ZodString, "many">>, string[], string[] | undefined>>;
|
|
854
1491
|
readonly previews: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -863,6 +1500,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
863
1500
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
864
1501
|
scheduled: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
865
1502
|
email: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
1503
|
+
tail: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
866
1504
|
durableObjects: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
867
1505
|
entrypoints: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
868
1506
|
workflows: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
@@ -882,6 +1520,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
882
1520
|
queue?: string | false | undefined;
|
|
883
1521
|
scheduled?: string | false | undefined;
|
|
884
1522
|
email?: string | false | undefined;
|
|
1523
|
+
tail?: string | false | undefined;
|
|
885
1524
|
durableObjects?: string | false | undefined;
|
|
886
1525
|
entrypoints?: string | false | undefined;
|
|
887
1526
|
workflows?: string | false | undefined;
|
|
@@ -895,6 +1534,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
895
1534
|
queue?: string | false | undefined;
|
|
896
1535
|
scheduled?: string | false | undefined;
|
|
897
1536
|
email?: string | false | undefined;
|
|
1537
|
+
tail?: string | false | undefined;
|
|
898
1538
|
durableObjects?: string | false | undefined;
|
|
899
1539
|
entrypoints?: string | false | undefined;
|
|
900
1540
|
workflows?: string | false | undefined;
|
|
@@ -983,6 +1623,49 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
983
1623
|
retryDelay?: number | undefined;
|
|
984
1624
|
}[] | undefined;
|
|
985
1625
|
}>>;
|
|
1626
|
+
rateLimits: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1627
|
+
namespaceId: z.ZodString;
|
|
1628
|
+
simple: z.ZodObject<{
|
|
1629
|
+
limit: z.ZodNumber;
|
|
1630
|
+
period: z.ZodUnion<[z.ZodLiteral<10>, z.ZodLiteral<60>]>;
|
|
1631
|
+
}, "strict", z.ZodTypeAny, {
|
|
1632
|
+
limit: number;
|
|
1633
|
+
period: 10 | 60;
|
|
1634
|
+
}, {
|
|
1635
|
+
limit: number;
|
|
1636
|
+
period: 10 | 60;
|
|
1637
|
+
}>;
|
|
1638
|
+
}, "strict", z.ZodTypeAny, {
|
|
1639
|
+
namespaceId: string;
|
|
1640
|
+
simple: {
|
|
1641
|
+
limit: number;
|
|
1642
|
+
period: 10 | 60;
|
|
1643
|
+
};
|
|
1644
|
+
}, {
|
|
1645
|
+
namespaceId: string;
|
|
1646
|
+
simple: {
|
|
1647
|
+
limit: number;
|
|
1648
|
+
period: 10 | 60;
|
|
1649
|
+
};
|
|
1650
|
+
}>>>;
|
|
1651
|
+
versionMetadata: z.ZodOptional<z.ZodObject<{
|
|
1652
|
+
binding: z.ZodString;
|
|
1653
|
+
}, "strict", z.ZodTypeAny, {
|
|
1654
|
+
binding: string;
|
|
1655
|
+
}, {
|
|
1656
|
+
binding: string;
|
|
1657
|
+
}>>;
|
|
1658
|
+
workerLoaders: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{}, "strict", z.ZodTypeAny, {}, {}>>>;
|
|
1659
|
+
secretsStore: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1660
|
+
storeId: z.ZodString;
|
|
1661
|
+
secretName: z.ZodString;
|
|
1662
|
+
}, "strict", z.ZodTypeAny, {
|
|
1663
|
+
storeId: string;
|
|
1664
|
+
secretName: string;
|
|
1665
|
+
}, {
|
|
1666
|
+
storeId: string;
|
|
1667
|
+
secretName: string;
|
|
1668
|
+
}>]>>>;
|
|
986
1669
|
services: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{
|
|
987
1670
|
service: string;
|
|
988
1671
|
environment?: string;
|
|
@@ -996,41 +1679,86 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
996
1679
|
}>>>;
|
|
997
1680
|
ai: z.ZodOptional<z.ZodObject<{
|
|
998
1681
|
binding: z.ZodString;
|
|
999
|
-
|
|
1682
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
1683
|
+
staging: z.ZodOptional<z.ZodBoolean>;
|
|
1684
|
+
}, "strict", z.ZodTypeAny, {
|
|
1000
1685
|
binding: string;
|
|
1686
|
+
remote?: boolean | undefined;
|
|
1687
|
+
staging?: boolean | undefined;
|
|
1001
1688
|
}, {
|
|
1002
1689
|
binding: string;
|
|
1690
|
+
remote?: boolean | undefined;
|
|
1691
|
+
staging?: boolean | undefined;
|
|
1003
1692
|
}>>;
|
|
1693
|
+
aiSearchNamespaces: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1694
|
+
namespace: z.ZodString;
|
|
1695
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
1696
|
+
}, "strict", z.ZodTypeAny, {
|
|
1697
|
+
namespace: string;
|
|
1698
|
+
remote?: boolean | undefined;
|
|
1699
|
+
}, {
|
|
1700
|
+
namespace: string;
|
|
1701
|
+
remote?: boolean | undefined;
|
|
1702
|
+
}>>>;
|
|
1703
|
+
aiSearch: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1704
|
+
instanceName: z.ZodString;
|
|
1705
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
1706
|
+
}, "strict", z.ZodTypeAny, {
|
|
1707
|
+
instanceName: string;
|
|
1708
|
+
remote?: boolean | undefined;
|
|
1709
|
+
}, {
|
|
1710
|
+
instanceName: string;
|
|
1711
|
+
remote?: boolean | undefined;
|
|
1712
|
+
}>>>;
|
|
1004
1713
|
vectorize: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1005
1714
|
indexName: z.ZodString;
|
|
1715
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
1006
1716
|
}, "strip", z.ZodTypeAny, {
|
|
1007
1717
|
indexName: string;
|
|
1718
|
+
remote?: boolean | undefined;
|
|
1008
1719
|
}, {
|
|
1009
1720
|
indexName: string;
|
|
1721
|
+
remote?: boolean | undefined;
|
|
1010
1722
|
}>>>;
|
|
1011
1723
|
hyperdrive: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1012
1724
|
id: z.ZodString;
|
|
1725
|
+
localConnectionString: z.ZodOptional<z.ZodString>;
|
|
1013
1726
|
}, "strict", z.ZodTypeAny, {
|
|
1014
1727
|
id: string;
|
|
1728
|
+
localConnectionString?: string | undefined;
|
|
1015
1729
|
}, {
|
|
1016
1730
|
id: string;
|
|
1731
|
+
localConnectionString?: string | undefined;
|
|
1017
1732
|
}>, z.ZodObject<{
|
|
1018
1733
|
name: z.ZodString;
|
|
1734
|
+
localConnectionString: z.ZodOptional<z.ZodString>;
|
|
1019
1735
|
previewFallback: z.ZodOptional<z.ZodLiteral<"base">>;
|
|
1020
1736
|
previewId: z.ZodOptional<z.ZodString>;
|
|
1021
1737
|
previewLocalConnectionString: z.ZodOptional<z.ZodString>;
|
|
1022
1738
|
}, "strict", z.ZodTypeAny, {
|
|
1023
1739
|
name: string;
|
|
1740
|
+
localConnectionString?: string | undefined;
|
|
1024
1741
|
previewFallback?: "base" | undefined;
|
|
1025
1742
|
previewId?: string | undefined;
|
|
1026
1743
|
previewLocalConnectionString?: string | undefined;
|
|
1027
1744
|
}, {
|
|
1028
1745
|
name: string;
|
|
1746
|
+
localConnectionString?: string | undefined;
|
|
1029
1747
|
previewFallback?: "base" | undefined;
|
|
1030
1748
|
previewId?: string | undefined;
|
|
1031
1749
|
previewLocalConnectionString?: string | undefined;
|
|
1032
1750
|
}>]>>>;
|
|
1033
|
-
browser: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodString
|
|
1751
|
+
browser: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1752
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
1753
|
+
}, "strict", z.ZodTypeAny, {
|
|
1754
|
+
remote?: boolean | undefined;
|
|
1755
|
+
}, {
|
|
1756
|
+
remote?: boolean | undefined;
|
|
1757
|
+
}>]>>, Record<string, string | {
|
|
1758
|
+
remote?: boolean | undefined;
|
|
1759
|
+
}>, Record<string, string | {
|
|
1760
|
+
remote?: boolean | undefined;
|
|
1761
|
+
}>>>;
|
|
1034
1762
|
analyticsEngine: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1035
1763
|
dataset: z.ZodString;
|
|
1036
1764
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1060,11 +1788,23 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1060
1788
|
allowedSenderAddresses?: string[] | undefined;
|
|
1061
1789
|
}>>>;
|
|
1062
1790
|
mtlsCertificates: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1791
|
+
certificateId: z.ZodString;
|
|
1792
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
1793
|
+
}, "strict", z.ZodTypeAny, {
|
|
1794
|
+
certificateId: string;
|
|
1795
|
+
remote?: boolean | undefined;
|
|
1796
|
+
}, {
|
|
1797
|
+
certificateId: string;
|
|
1798
|
+
remote?: boolean | undefined;
|
|
1799
|
+
}>, z.ZodObject<{
|
|
1063
1800
|
certificate_id: z.ZodString;
|
|
1801
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
1064
1802
|
}, "strict", z.ZodTypeAny, {
|
|
1065
1803
|
certificate_id: string;
|
|
1804
|
+
remote?: boolean | undefined;
|
|
1066
1805
|
}, {
|
|
1067
1806
|
certificate_id: string;
|
|
1807
|
+
remote?: boolean | undefined;
|
|
1068
1808
|
}>]>>>;
|
|
1069
1809
|
dispatchNamespaces: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1070
1810
|
namespace: z.ZodString;
|
|
@@ -1072,7 +1812,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1072
1812
|
service: z.ZodString;
|
|
1073
1813
|
environment: z.ZodOptional<z.ZodString>;
|
|
1074
1814
|
parameters: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1075
|
-
}, "
|
|
1815
|
+
}, "strict", z.ZodTypeAny, {
|
|
1076
1816
|
service: string;
|
|
1077
1817
|
environment?: string | undefined;
|
|
1078
1818
|
parameters?: string[] | undefined;
|
|
@@ -1081,6 +1821,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1081
1821
|
environment?: string | undefined;
|
|
1082
1822
|
parameters?: string[] | undefined;
|
|
1083
1823
|
}>>;
|
|
1824
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
1084
1825
|
}, "strict", z.ZodTypeAny, {
|
|
1085
1826
|
namespace: string;
|
|
1086
1827
|
outbound?: {
|
|
@@ -1088,6 +1829,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1088
1829
|
environment?: string | undefined;
|
|
1089
1830
|
parameters?: string[] | undefined;
|
|
1090
1831
|
} | undefined;
|
|
1832
|
+
remote?: boolean | undefined;
|
|
1091
1833
|
}, {
|
|
1092
1834
|
namespace: string;
|
|
1093
1835
|
outbound?: {
|
|
@@ -1095,28 +1837,79 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1095
1837
|
environment?: string | undefined;
|
|
1096
1838
|
parameters?: string[] | undefined;
|
|
1097
1839
|
} | undefined;
|
|
1840
|
+
remote?: boolean | undefined;
|
|
1098
1841
|
}>]>>>;
|
|
1099
1842
|
workflows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1100
1843
|
name: z.ZodString;
|
|
1101
1844
|
className: z.ZodString;
|
|
1102
1845
|
scriptName: z.ZodOptional<z.ZodString>;
|
|
1846
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
1847
|
+
limits: z.ZodOptional<z.ZodObject<{
|
|
1848
|
+
steps: z.ZodNumber;
|
|
1849
|
+
}, "strict", z.ZodTypeAny, {
|
|
1850
|
+
steps: number;
|
|
1851
|
+
}, {
|
|
1852
|
+
steps: number;
|
|
1853
|
+
}>>;
|
|
1103
1854
|
}, "strict", z.ZodTypeAny, {
|
|
1104
1855
|
name: string;
|
|
1105
1856
|
className: string;
|
|
1106
1857
|
scriptName?: string | undefined;
|
|
1858
|
+
remote?: boolean | undefined;
|
|
1859
|
+
limits?: {
|
|
1860
|
+
steps: number;
|
|
1861
|
+
} | undefined;
|
|
1107
1862
|
}, {
|
|
1108
1863
|
name: string;
|
|
1109
1864
|
className: string;
|
|
1110
1865
|
scriptName?: string | undefined;
|
|
1866
|
+
remote?: boolean | undefined;
|
|
1867
|
+
limits?: {
|
|
1868
|
+
steps: number;
|
|
1869
|
+
} | undefined;
|
|
1111
1870
|
}>>>;
|
|
1112
1871
|
pipelines: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1113
1872
|
pipeline: z.ZodString;
|
|
1873
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
1114
1874
|
}, "strict", z.ZodTypeAny, {
|
|
1115
1875
|
pipeline: string;
|
|
1876
|
+
remote?: boolean | undefined;
|
|
1116
1877
|
}, {
|
|
1117
1878
|
pipeline: string;
|
|
1879
|
+
remote?: boolean | undefined;
|
|
1880
|
+
}>]>>>;
|
|
1881
|
+
images: z.ZodEffects<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
1882
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
1883
|
+
}, "strict", z.ZodTypeAny, {
|
|
1884
|
+
remote?: boolean | undefined;
|
|
1885
|
+
}, {
|
|
1886
|
+
remote?: boolean | undefined;
|
|
1887
|
+
}>, z.ZodLiteral<true>]>>>, Record<string, true | {
|
|
1888
|
+
remote?: boolean | undefined;
|
|
1889
|
+
}> | undefined, Record<string, true | {
|
|
1890
|
+
remote?: boolean | undefined;
|
|
1891
|
+
}> | undefined>;
|
|
1892
|
+
media: z.ZodEffects<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
1893
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
1894
|
+
}, "strict", z.ZodTypeAny, {
|
|
1895
|
+
remote?: boolean | undefined;
|
|
1896
|
+
}, {
|
|
1897
|
+
remote?: boolean | undefined;
|
|
1898
|
+
}>, z.ZodLiteral<true>]>>>, Record<string, true | {
|
|
1899
|
+
remote?: boolean | undefined;
|
|
1900
|
+
}> | undefined, Record<string, true | {
|
|
1901
|
+
remote?: boolean | undefined;
|
|
1902
|
+
}> | undefined>;
|
|
1903
|
+
artifacts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1904
|
+
namespace: z.ZodString;
|
|
1905
|
+
remote: z.ZodOptional<z.ZodBoolean>;
|
|
1906
|
+
}, "strict", z.ZodTypeAny, {
|
|
1907
|
+
namespace: string;
|
|
1908
|
+
remote?: boolean | undefined;
|
|
1909
|
+
}, {
|
|
1910
|
+
namespace: string;
|
|
1911
|
+
remote?: boolean | undefined;
|
|
1118
1912
|
}>]>>>;
|
|
1119
|
-
images: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{}, "strict", z.ZodTypeAny, {}, {}>, z.ZodLiteral<true>]>>>;
|
|
1120
1913
|
}, "strip", z.ZodTypeAny, {
|
|
1121
1914
|
kv?: Record<string, string | {
|
|
1122
1915
|
id: string;
|
|
@@ -1142,6 +1935,21 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1142
1935
|
retryDelay?: number | undefined;
|
|
1143
1936
|
}[] | undefined;
|
|
1144
1937
|
} | undefined;
|
|
1938
|
+
rateLimits?: Record<string, {
|
|
1939
|
+
namespaceId: string;
|
|
1940
|
+
simple: {
|
|
1941
|
+
limit: number;
|
|
1942
|
+
period: 10 | 60;
|
|
1943
|
+
};
|
|
1944
|
+
}> | undefined;
|
|
1945
|
+
versionMetadata?: {
|
|
1946
|
+
binding: string;
|
|
1947
|
+
} | undefined;
|
|
1948
|
+
workerLoaders?: Record<string, {}> | undefined;
|
|
1949
|
+
secretsStore?: Record<string, string | {
|
|
1950
|
+
storeId: string;
|
|
1951
|
+
secretName: string;
|
|
1952
|
+
}> | undefined;
|
|
1145
1953
|
services?: Record<string, {
|
|
1146
1954
|
service: string;
|
|
1147
1955
|
environment?: string;
|
|
@@ -1150,19 +1958,34 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1150
1958
|
}> | undefined;
|
|
1151
1959
|
ai?: {
|
|
1152
1960
|
binding: string;
|
|
1961
|
+
remote?: boolean | undefined;
|
|
1962
|
+
staging?: boolean | undefined;
|
|
1153
1963
|
} | undefined;
|
|
1964
|
+
aiSearchNamespaces?: Record<string, {
|
|
1965
|
+
namespace: string;
|
|
1966
|
+
remote?: boolean | undefined;
|
|
1967
|
+
}> | undefined;
|
|
1968
|
+
aiSearch?: Record<string, {
|
|
1969
|
+
instanceName: string;
|
|
1970
|
+
remote?: boolean | undefined;
|
|
1971
|
+
}> | undefined;
|
|
1154
1972
|
vectorize?: Record<string, {
|
|
1155
1973
|
indexName: string;
|
|
1974
|
+
remote?: boolean | undefined;
|
|
1156
1975
|
}> | undefined;
|
|
1157
1976
|
hyperdrive?: Record<string, string | {
|
|
1158
1977
|
id: string;
|
|
1978
|
+
localConnectionString?: string | undefined;
|
|
1159
1979
|
} | {
|
|
1160
1980
|
name: string;
|
|
1981
|
+
localConnectionString?: string | undefined;
|
|
1161
1982
|
previewFallback?: "base" | undefined;
|
|
1162
1983
|
previewId?: string | undefined;
|
|
1163
1984
|
previewLocalConnectionString?: string | undefined;
|
|
1164
1985
|
}> | undefined;
|
|
1165
|
-
browser?: Record<string, string
|
|
1986
|
+
browser?: Record<string, string | {
|
|
1987
|
+
remote?: boolean | undefined;
|
|
1988
|
+
}> | undefined;
|
|
1166
1989
|
analyticsEngine?: Record<string, {
|
|
1167
1990
|
dataset: string;
|
|
1168
1991
|
}> | undefined;
|
|
@@ -1172,7 +1995,11 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1172
1995
|
allowedSenderAddresses?: string[] | undefined;
|
|
1173
1996
|
}> | undefined;
|
|
1174
1997
|
mtlsCertificates?: Record<string, string | {
|
|
1998
|
+
certificateId: string;
|
|
1999
|
+
remote?: boolean | undefined;
|
|
2000
|
+
} | {
|
|
1175
2001
|
certificate_id: string;
|
|
2002
|
+
remote?: boolean | undefined;
|
|
1176
2003
|
}> | undefined;
|
|
1177
2004
|
dispatchNamespaces?: Record<string, string | {
|
|
1178
2005
|
namespace: string;
|
|
@@ -1181,16 +2008,31 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1181
2008
|
environment?: string | undefined;
|
|
1182
2009
|
parameters?: string[] | undefined;
|
|
1183
2010
|
} | undefined;
|
|
2011
|
+
remote?: boolean | undefined;
|
|
1184
2012
|
}> | undefined;
|
|
1185
2013
|
workflows?: Record<string, {
|
|
1186
2014
|
name: string;
|
|
1187
2015
|
className: string;
|
|
1188
2016
|
scriptName?: string | undefined;
|
|
2017
|
+
remote?: boolean | undefined;
|
|
2018
|
+
limits?: {
|
|
2019
|
+
steps: number;
|
|
2020
|
+
} | undefined;
|
|
1189
2021
|
}> | undefined;
|
|
1190
2022
|
pipelines?: Record<string, string | {
|
|
1191
2023
|
pipeline: string;
|
|
2024
|
+
remote?: boolean | undefined;
|
|
2025
|
+
}> | undefined;
|
|
2026
|
+
images?: Record<string, true | {
|
|
2027
|
+
remote?: boolean | undefined;
|
|
2028
|
+
}> | undefined;
|
|
2029
|
+
media?: Record<string, true | {
|
|
2030
|
+
remote?: boolean | undefined;
|
|
2031
|
+
}> | undefined;
|
|
2032
|
+
artifacts?: Record<string, string | {
|
|
2033
|
+
namespace: string;
|
|
2034
|
+
remote?: boolean | undefined;
|
|
1192
2035
|
}> | undefined;
|
|
1193
|
-
images?: Record<string, true | {}> | undefined;
|
|
1194
2036
|
}, {
|
|
1195
2037
|
kv?: Record<string, string | {
|
|
1196
2038
|
id: string;
|
|
@@ -1216,6 +2058,21 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1216
2058
|
retryDelay?: number | undefined;
|
|
1217
2059
|
}[] | undefined;
|
|
1218
2060
|
} | undefined;
|
|
2061
|
+
rateLimits?: Record<string, {
|
|
2062
|
+
namespaceId: string;
|
|
2063
|
+
simple: {
|
|
2064
|
+
limit: number;
|
|
2065
|
+
period: 10 | 60;
|
|
2066
|
+
};
|
|
2067
|
+
}> | undefined;
|
|
2068
|
+
versionMetadata?: {
|
|
2069
|
+
binding: string;
|
|
2070
|
+
} | undefined;
|
|
2071
|
+
workerLoaders?: Record<string, {}> | undefined;
|
|
2072
|
+
secretsStore?: Record<string, string | {
|
|
2073
|
+
storeId: string;
|
|
2074
|
+
secretName: string;
|
|
2075
|
+
}> | undefined;
|
|
1219
2076
|
services?: Record<string, {
|
|
1220
2077
|
service: string;
|
|
1221
2078
|
environment?: string;
|
|
@@ -1224,19 +2081,34 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1224
2081
|
}> | undefined;
|
|
1225
2082
|
ai?: {
|
|
1226
2083
|
binding: string;
|
|
2084
|
+
remote?: boolean | undefined;
|
|
2085
|
+
staging?: boolean | undefined;
|
|
1227
2086
|
} | undefined;
|
|
2087
|
+
aiSearchNamespaces?: Record<string, {
|
|
2088
|
+
namespace: string;
|
|
2089
|
+
remote?: boolean | undefined;
|
|
2090
|
+
}> | undefined;
|
|
2091
|
+
aiSearch?: Record<string, {
|
|
2092
|
+
instanceName: string;
|
|
2093
|
+
remote?: boolean | undefined;
|
|
2094
|
+
}> | undefined;
|
|
1228
2095
|
vectorize?: Record<string, {
|
|
1229
2096
|
indexName: string;
|
|
2097
|
+
remote?: boolean | undefined;
|
|
1230
2098
|
}> | undefined;
|
|
1231
2099
|
hyperdrive?: Record<string, string | {
|
|
1232
2100
|
id: string;
|
|
2101
|
+
localConnectionString?: string | undefined;
|
|
1233
2102
|
} | {
|
|
1234
2103
|
name: string;
|
|
2104
|
+
localConnectionString?: string | undefined;
|
|
1235
2105
|
previewFallback?: "base" | undefined;
|
|
1236
2106
|
previewId?: string | undefined;
|
|
1237
2107
|
previewLocalConnectionString?: string | undefined;
|
|
1238
2108
|
}> | undefined;
|
|
1239
|
-
browser?: Record<string, string
|
|
2109
|
+
browser?: Record<string, string | {
|
|
2110
|
+
remote?: boolean | undefined;
|
|
2111
|
+
}> | undefined;
|
|
1240
2112
|
analyticsEngine?: Record<string, {
|
|
1241
2113
|
dataset: string;
|
|
1242
2114
|
}> | undefined;
|
|
@@ -1246,7 +2118,11 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1246
2118
|
allowedSenderAddresses?: string[] | undefined;
|
|
1247
2119
|
}> | undefined;
|
|
1248
2120
|
mtlsCertificates?: Record<string, string | {
|
|
2121
|
+
certificateId: string;
|
|
2122
|
+
remote?: boolean | undefined;
|
|
2123
|
+
} | {
|
|
1249
2124
|
certificate_id: string;
|
|
2125
|
+
remote?: boolean | undefined;
|
|
1250
2126
|
}> | undefined;
|
|
1251
2127
|
dispatchNamespaces?: Record<string, string | {
|
|
1252
2128
|
namespace: string;
|
|
@@ -1255,16 +2131,31 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1255
2131
|
environment?: string | undefined;
|
|
1256
2132
|
parameters?: string[] | undefined;
|
|
1257
2133
|
} | undefined;
|
|
2134
|
+
remote?: boolean | undefined;
|
|
1258
2135
|
}> | undefined;
|
|
1259
2136
|
workflows?: Record<string, {
|
|
1260
2137
|
name: string;
|
|
1261
2138
|
className: string;
|
|
1262
2139
|
scriptName?: string | undefined;
|
|
2140
|
+
remote?: boolean | undefined;
|
|
2141
|
+
limits?: {
|
|
2142
|
+
steps: number;
|
|
2143
|
+
} | undefined;
|
|
1263
2144
|
}> | undefined;
|
|
1264
2145
|
pipelines?: Record<string, string | {
|
|
1265
2146
|
pipeline: string;
|
|
2147
|
+
remote?: boolean | undefined;
|
|
2148
|
+
}> | undefined;
|
|
2149
|
+
images?: Record<string, true | {
|
|
2150
|
+
remote?: boolean | undefined;
|
|
2151
|
+
}> | undefined;
|
|
2152
|
+
media?: Record<string, true | {
|
|
2153
|
+
remote?: boolean | undefined;
|
|
2154
|
+
}> | undefined;
|
|
2155
|
+
artifacts?: Record<string, string | {
|
|
2156
|
+
namespace: string;
|
|
2157
|
+
remote?: boolean | undefined;
|
|
1266
2158
|
}> | undefined;
|
|
1267
|
-
images?: Record<string, true | {}> | undefined;
|
|
1268
2159
|
}>>>;
|
|
1269
2160
|
readonly triggers: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1270
2161
|
crons: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1273,6 +2164,32 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1273
2164
|
}, {
|
|
1274
2165
|
crons?: string[] | undefined;
|
|
1275
2166
|
}>>>;
|
|
2167
|
+
readonly rules: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2168
|
+
type: z.ZodEnum<["ESModule", "CommonJS", "CompiledWasm", "Text", "Data"]>;
|
|
2169
|
+
globs: z.ZodArray<z.ZodString, "many">;
|
|
2170
|
+
fallthrough: z.ZodOptional<z.ZodBoolean>;
|
|
2171
|
+
}, "strict", z.ZodTypeAny, {
|
|
2172
|
+
type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
|
|
2173
|
+
globs: string[];
|
|
2174
|
+
fallthrough?: boolean | undefined;
|
|
2175
|
+
}, {
|
|
2176
|
+
type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
|
|
2177
|
+
globs: string[];
|
|
2178
|
+
fallthrough?: boolean | undefined;
|
|
2179
|
+
}>, "many">>>;
|
|
2180
|
+
readonly findAdditionalModules: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2181
|
+
readonly baseDir: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2182
|
+
readonly preserveFileNames: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2183
|
+
readonly tailConsumers: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
2184
|
+
service: z.ZodString;
|
|
2185
|
+
environment: z.ZodOptional<z.ZodString>;
|
|
2186
|
+
}, "strict", z.ZodTypeAny, {
|
|
2187
|
+
service: string;
|
|
2188
|
+
environment?: string | undefined;
|
|
2189
|
+
}, {
|
|
2190
|
+
service: string;
|
|
2191
|
+
environment?: string | undefined;
|
|
2192
|
+
}>]>, "many">>>;
|
|
1276
2193
|
readonly vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
1277
2194
|
readonly secrets: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1278
2195
|
required: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -1300,29 +2217,176 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1300
2217
|
readonly assets: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1301
2218
|
directory: z.ZodString;
|
|
1302
2219
|
binding: z.ZodOptional<z.ZodString>;
|
|
1303
|
-
|
|
2220
|
+
html_handling: z.ZodOptional<z.ZodEnum<["auto-trailing-slash", "force-trailing-slash", "drop-trailing-slash", "none"]>>;
|
|
2221
|
+
not_found_handling: z.ZodOptional<z.ZodEnum<["single-page-application", "404-page", "none"]>>;
|
|
2222
|
+
run_worker_first: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
2223
|
+
}, "strict", z.ZodTypeAny, {
|
|
1304
2224
|
directory: string;
|
|
1305
2225
|
binding?: string | undefined;
|
|
2226
|
+
html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
|
|
2227
|
+
not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
|
|
2228
|
+
run_worker_first?: boolean | string[] | undefined;
|
|
1306
2229
|
}, {
|
|
1307
2230
|
directory: string;
|
|
1308
2231
|
binding?: string | undefined;
|
|
2232
|
+
html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
|
|
2233
|
+
not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
|
|
2234
|
+
run_worker_first?: boolean | string[] | undefined;
|
|
1309
2235
|
}>>>;
|
|
2236
|
+
readonly containers: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2237
|
+
className: z.ZodString;
|
|
2238
|
+
image: z.ZodString;
|
|
2239
|
+
maxInstances: z.ZodOptional<z.ZodNumber>;
|
|
2240
|
+
instanceType: z.ZodOptional<z.ZodString>;
|
|
2241
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2242
|
+
imageBuildContext: z.ZodOptional<z.ZodString>;
|
|
2243
|
+
imageVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2244
|
+
rolloutActiveGracePeriod: z.ZodOptional<z.ZodNumber>;
|
|
2245
|
+
rolloutStepPercentage: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber, "many">]>>;
|
|
2246
|
+
}, "strict", z.ZodTypeAny, {
|
|
2247
|
+
className: string;
|
|
2248
|
+
image: string;
|
|
2249
|
+
maxInstances?: number | undefined;
|
|
2250
|
+
instanceType?: string | undefined;
|
|
2251
|
+
name?: string | undefined;
|
|
2252
|
+
imageBuildContext?: string | undefined;
|
|
2253
|
+
imageVars?: Record<string, string> | undefined;
|
|
2254
|
+
rolloutActiveGracePeriod?: number | undefined;
|
|
2255
|
+
rolloutStepPercentage?: number | number[] | undefined;
|
|
2256
|
+
}, {
|
|
2257
|
+
className: string;
|
|
2258
|
+
image: string;
|
|
2259
|
+
maxInstances?: number | undefined;
|
|
2260
|
+
instanceType?: string | undefined;
|
|
2261
|
+
name?: string | undefined;
|
|
2262
|
+
imageBuildContext?: string | undefined;
|
|
2263
|
+
imageVars?: Record<string, string> | undefined;
|
|
2264
|
+
rolloutActiveGracePeriod?: number | undefined;
|
|
2265
|
+
rolloutStepPercentage?: number | number[] | undefined;
|
|
2266
|
+
}>, "many">>>;
|
|
2267
|
+
readonly placement: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
2268
|
+
mode: z.ZodEnum<["off", "smart"]>;
|
|
2269
|
+
hint: z.ZodOptional<z.ZodString>;
|
|
2270
|
+
}, "strict", z.ZodTypeAny, {
|
|
2271
|
+
mode: "off" | "smart";
|
|
2272
|
+
hint?: string | undefined;
|
|
2273
|
+
}, {
|
|
2274
|
+
mode: "off" | "smart";
|
|
2275
|
+
hint?: string | undefined;
|
|
2276
|
+
}>, {
|
|
2277
|
+
mode: "off" | "smart";
|
|
2278
|
+
hint?: string | undefined;
|
|
2279
|
+
}, {
|
|
2280
|
+
mode: "off" | "smart";
|
|
2281
|
+
hint?: string | undefined;
|
|
2282
|
+
}>, z.ZodObject<{
|
|
2283
|
+
mode: z.ZodOptional<z.ZodLiteral<"targeted">>;
|
|
2284
|
+
region: z.ZodString;
|
|
2285
|
+
}, "strict", z.ZodTypeAny, {
|
|
2286
|
+
mode?: "targeted" | undefined;
|
|
2287
|
+
region: string;
|
|
2288
|
+
}, {
|
|
2289
|
+
mode?: "targeted" | undefined;
|
|
2290
|
+
region: string;
|
|
2291
|
+
}>, z.ZodObject<{
|
|
2292
|
+
mode: z.ZodOptional<z.ZodLiteral<"targeted">>;
|
|
2293
|
+
host: z.ZodString;
|
|
2294
|
+
}, "strict", z.ZodTypeAny, {
|
|
2295
|
+
mode?: "targeted" | undefined;
|
|
2296
|
+
host: string;
|
|
2297
|
+
}, {
|
|
2298
|
+
mode?: "targeted" | undefined;
|
|
2299
|
+
host: string;
|
|
2300
|
+
}>, z.ZodObject<{
|
|
2301
|
+
mode: z.ZodOptional<z.ZodLiteral<"targeted">>;
|
|
2302
|
+
hostname: z.ZodString;
|
|
2303
|
+
}, "strict", z.ZodTypeAny, {
|
|
2304
|
+
mode?: "targeted" | undefined;
|
|
2305
|
+
hostname: string;
|
|
2306
|
+
}, {
|
|
2307
|
+
mode?: "targeted" | undefined;
|
|
2308
|
+
hostname: string;
|
|
2309
|
+
}>]>>>;
|
|
1310
2310
|
readonly limits: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1311
2311
|
cpu_ms: z.ZodOptional<z.ZodNumber>;
|
|
1312
|
-
|
|
2312
|
+
subrequests: z.ZodOptional<z.ZodNumber>;
|
|
2313
|
+
}, "strict", z.ZodTypeAny, {
|
|
1313
2314
|
cpu_ms?: number | undefined;
|
|
2315
|
+
subrequests?: number | undefined;
|
|
1314
2316
|
}, {
|
|
1315
2317
|
cpu_ms?: number | undefined;
|
|
2318
|
+
subrequests?: number | undefined;
|
|
1316
2319
|
}>>>;
|
|
1317
2320
|
readonly observability: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1318
2321
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1319
2322
|
head_sampling_rate: z.ZodOptional<z.ZodNumber>;
|
|
1320
|
-
|
|
2323
|
+
logs: z.ZodOptional<z.ZodObject<{
|
|
2324
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
2325
|
+
head_sampling_rate: z.ZodOptional<z.ZodNumber>;
|
|
2326
|
+
invocation_logs: z.ZodOptional<z.ZodBoolean>;
|
|
2327
|
+
persist: z.ZodOptional<z.ZodBoolean>;
|
|
2328
|
+
destinations: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2329
|
+
}, "strict", z.ZodTypeAny, {
|
|
2330
|
+
enabled?: boolean | undefined;
|
|
2331
|
+
head_sampling_rate?: number | undefined;
|
|
2332
|
+
invocation_logs?: boolean | undefined;
|
|
2333
|
+
persist?: boolean | undefined;
|
|
2334
|
+
destinations?: string[] | undefined;
|
|
2335
|
+
}, {
|
|
2336
|
+
enabled?: boolean | undefined;
|
|
2337
|
+
head_sampling_rate?: number | undefined;
|
|
2338
|
+
invocation_logs?: boolean | undefined;
|
|
2339
|
+
persist?: boolean | undefined;
|
|
2340
|
+
destinations?: string[] | undefined;
|
|
2341
|
+
}>>;
|
|
2342
|
+
traces: z.ZodOptional<z.ZodObject<{
|
|
2343
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
2344
|
+
head_sampling_rate: z.ZodOptional<z.ZodNumber>;
|
|
2345
|
+
persist: z.ZodOptional<z.ZodBoolean>;
|
|
2346
|
+
destinations: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2347
|
+
}, "strict", z.ZodTypeAny, {
|
|
2348
|
+
enabled?: boolean | undefined;
|
|
2349
|
+
head_sampling_rate?: number | undefined;
|
|
2350
|
+
persist?: boolean | undefined;
|
|
2351
|
+
destinations?: string[] | undefined;
|
|
2352
|
+
}, {
|
|
2353
|
+
enabled?: boolean | undefined;
|
|
2354
|
+
head_sampling_rate?: number | undefined;
|
|
2355
|
+
persist?: boolean | undefined;
|
|
2356
|
+
destinations?: string[] | undefined;
|
|
2357
|
+
}>>;
|
|
2358
|
+
}, "strict", z.ZodTypeAny, {
|
|
1321
2359
|
enabled?: boolean | undefined;
|
|
1322
2360
|
head_sampling_rate?: number | undefined;
|
|
2361
|
+
logs?: {
|
|
2362
|
+
enabled?: boolean | undefined;
|
|
2363
|
+
head_sampling_rate?: number | undefined;
|
|
2364
|
+
invocation_logs?: boolean | undefined;
|
|
2365
|
+
persist?: boolean | undefined;
|
|
2366
|
+
destinations?: string[] | undefined;
|
|
2367
|
+
} | undefined;
|
|
2368
|
+
traces?: {
|
|
2369
|
+
enabled?: boolean | undefined;
|
|
2370
|
+
head_sampling_rate?: number | undefined;
|
|
2371
|
+
persist?: boolean | undefined;
|
|
2372
|
+
destinations?: string[] | undefined;
|
|
2373
|
+
} | undefined;
|
|
1323
2374
|
}, {
|
|
1324
2375
|
enabled?: boolean | undefined;
|
|
1325
2376
|
head_sampling_rate?: number | undefined;
|
|
2377
|
+
logs?: {
|
|
2378
|
+
enabled?: boolean | undefined;
|
|
2379
|
+
head_sampling_rate?: number | undefined;
|
|
2380
|
+
invocation_logs?: boolean | undefined;
|
|
2381
|
+
persist?: boolean | undefined;
|
|
2382
|
+
destinations?: string[] | undefined;
|
|
2383
|
+
} | undefined;
|
|
2384
|
+
traces?: {
|
|
2385
|
+
enabled?: boolean | undefined;
|
|
2386
|
+
head_sampling_rate?: number | undefined;
|
|
2387
|
+
persist?: boolean | undefined;
|
|
2388
|
+
destinations?: string[] | undefined;
|
|
2389
|
+
} | undefined;
|
|
1326
2390
|
}>>>;
|
|
1327
2391
|
readonly migrations: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1328
2392
|
tag: z.ZodString;
|
|
@@ -1330,7 +2394,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1330
2394
|
renamed_classes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1331
2395
|
from: z.ZodString;
|
|
1332
2396
|
to: z.ZodString;
|
|
1333
|
-
}, "
|
|
2397
|
+
}, "strict", z.ZodTypeAny, {
|
|
1334
2398
|
from: string;
|
|
1335
2399
|
to: string;
|
|
1336
2400
|
}, {
|
|
@@ -1339,7 +2403,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1339
2403
|
}>, "many">>;
|
|
1340
2404
|
deleted_classes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1341
2405
|
new_sqlite_classes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1342
|
-
}, "
|
|
2406
|
+
}, "strict", z.ZodTypeAny, {
|
|
1343
2407
|
tag: string;
|
|
1344
2408
|
new_classes?: string[] | undefined;
|
|
1345
2409
|
renamed_classes?: {
|
|
@@ -1390,6 +2454,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1390
2454
|
}>>>;
|
|
1391
2455
|
}, "strict", z.ZodTypeAny, {
|
|
1392
2456
|
name?: string | undefined;
|
|
2457
|
+
secretsStoreId?: string | undefined;
|
|
1393
2458
|
compatibilityDate?: string | undefined;
|
|
1394
2459
|
compatibilityFlags?: string[] | undefined;
|
|
1395
2460
|
previews?: {
|
|
@@ -1400,6 +2465,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1400
2465
|
queue?: string | false | undefined;
|
|
1401
2466
|
scheduled?: string | false | undefined;
|
|
1402
2467
|
email?: string | false | undefined;
|
|
2468
|
+
tail?: string | false | undefined;
|
|
1403
2469
|
durableObjects?: string | false | undefined;
|
|
1404
2470
|
entrypoints?: string | false | undefined;
|
|
1405
2471
|
workflows?: string | false | undefined;
|
|
@@ -1434,6 +2500,21 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1434
2500
|
retryDelay?: number | undefined;
|
|
1435
2501
|
}[] | undefined;
|
|
1436
2502
|
} | undefined;
|
|
2503
|
+
rateLimits?: Record<string, {
|
|
2504
|
+
namespaceId: string;
|
|
2505
|
+
simple: {
|
|
2506
|
+
limit: number;
|
|
2507
|
+
period: 10 | 60;
|
|
2508
|
+
};
|
|
2509
|
+
}> | undefined;
|
|
2510
|
+
versionMetadata?: {
|
|
2511
|
+
binding: string;
|
|
2512
|
+
} | undefined;
|
|
2513
|
+
workerLoaders?: Record<string, {}> | undefined;
|
|
2514
|
+
secretsStore?: Record<string, string | {
|
|
2515
|
+
storeId: string;
|
|
2516
|
+
secretName: string;
|
|
2517
|
+
}> | undefined;
|
|
1437
2518
|
services?: Record<string, {
|
|
1438
2519
|
service: string;
|
|
1439
2520
|
environment?: string;
|
|
@@ -1442,19 +2523,34 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1442
2523
|
}> | undefined;
|
|
1443
2524
|
ai?: {
|
|
1444
2525
|
binding: string;
|
|
2526
|
+
remote?: boolean | undefined;
|
|
2527
|
+
staging?: boolean | undefined;
|
|
1445
2528
|
} | undefined;
|
|
2529
|
+
aiSearchNamespaces?: Record<string, {
|
|
2530
|
+
namespace: string;
|
|
2531
|
+
remote?: boolean | undefined;
|
|
2532
|
+
}> | undefined;
|
|
2533
|
+
aiSearch?: Record<string, {
|
|
2534
|
+
instanceName: string;
|
|
2535
|
+
remote?: boolean | undefined;
|
|
2536
|
+
}> | undefined;
|
|
1446
2537
|
vectorize?: Record<string, {
|
|
1447
2538
|
indexName: string;
|
|
2539
|
+
remote?: boolean | undefined;
|
|
1448
2540
|
}> | undefined;
|
|
1449
2541
|
hyperdrive?: Record<string, string | {
|
|
1450
2542
|
id: string;
|
|
2543
|
+
localConnectionString?: string | undefined;
|
|
1451
2544
|
} | {
|
|
1452
2545
|
name: string;
|
|
2546
|
+
localConnectionString?: string | undefined;
|
|
1453
2547
|
previewFallback?: "base" | undefined;
|
|
1454
2548
|
previewId?: string | undefined;
|
|
1455
2549
|
previewLocalConnectionString?: string | undefined;
|
|
1456
2550
|
}> | undefined;
|
|
1457
|
-
browser?: Record<string, string
|
|
2551
|
+
browser?: Record<string, string | {
|
|
2552
|
+
remote?: boolean | undefined;
|
|
2553
|
+
}> | undefined;
|
|
1458
2554
|
analyticsEngine?: Record<string, {
|
|
1459
2555
|
dataset: string;
|
|
1460
2556
|
}> | undefined;
|
|
@@ -1464,7 +2560,11 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1464
2560
|
allowedSenderAddresses?: string[] | undefined;
|
|
1465
2561
|
}> | undefined;
|
|
1466
2562
|
mtlsCertificates?: Record<string, string | {
|
|
2563
|
+
certificateId: string;
|
|
2564
|
+
remote?: boolean | undefined;
|
|
2565
|
+
} | {
|
|
1467
2566
|
certificate_id: string;
|
|
2567
|
+
remote?: boolean | undefined;
|
|
1468
2568
|
}> | undefined;
|
|
1469
2569
|
dispatchNamespaces?: Record<string, string | {
|
|
1470
2570
|
namespace: string;
|
|
@@ -1473,20 +2573,47 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1473
2573
|
environment?: string | undefined;
|
|
1474
2574
|
parameters?: string[] | undefined;
|
|
1475
2575
|
} | undefined;
|
|
2576
|
+
remote?: boolean | undefined;
|
|
1476
2577
|
}> | undefined;
|
|
1477
2578
|
workflows?: Record<string, {
|
|
1478
2579
|
name: string;
|
|
1479
2580
|
className: string;
|
|
1480
2581
|
scriptName?: string | undefined;
|
|
2582
|
+
remote?: boolean | undefined;
|
|
2583
|
+
limits?: {
|
|
2584
|
+
steps: number;
|
|
2585
|
+
} | undefined;
|
|
1481
2586
|
}> | undefined;
|
|
1482
2587
|
pipelines?: Record<string, string | {
|
|
1483
2588
|
pipeline: string;
|
|
2589
|
+
remote?: boolean | undefined;
|
|
2590
|
+
}> | undefined;
|
|
2591
|
+
images?: Record<string, true | {
|
|
2592
|
+
remote?: boolean | undefined;
|
|
2593
|
+
}> | undefined;
|
|
2594
|
+
media?: Record<string, true | {
|
|
2595
|
+
remote?: boolean | undefined;
|
|
2596
|
+
}> | undefined;
|
|
2597
|
+
artifacts?: Record<string, string | {
|
|
2598
|
+
namespace: string;
|
|
2599
|
+
remote?: boolean | undefined;
|
|
1484
2600
|
}> | undefined;
|
|
1485
|
-
images?: Record<string, true | {}> | undefined;
|
|
1486
2601
|
} | undefined;
|
|
1487
2602
|
triggers?: {
|
|
1488
2603
|
crons?: string[] | undefined;
|
|
1489
2604
|
} | undefined;
|
|
2605
|
+
rules?: {
|
|
2606
|
+
type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
|
|
2607
|
+
globs: string[];
|
|
2608
|
+
fallthrough?: boolean | undefined;
|
|
2609
|
+
}[] | undefined;
|
|
2610
|
+
findAdditionalModules?: boolean | undefined;
|
|
2611
|
+
baseDir?: string | undefined;
|
|
2612
|
+
preserveFileNames?: boolean | undefined;
|
|
2613
|
+
tailConsumers?: (string | {
|
|
2614
|
+
service: string;
|
|
2615
|
+
environment?: string | undefined;
|
|
2616
|
+
})[] | undefined;
|
|
1490
2617
|
vars?: Record<string, string> | undefined;
|
|
1491
2618
|
secrets?: Record<string, {
|
|
1492
2619
|
required: boolean;
|
|
@@ -1500,13 +2627,54 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1500
2627
|
assets?: {
|
|
1501
2628
|
directory: string;
|
|
1502
2629
|
binding?: string | undefined;
|
|
2630
|
+
html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
|
|
2631
|
+
not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
|
|
2632
|
+
run_worker_first?: boolean | string[] | undefined;
|
|
2633
|
+
} | undefined;
|
|
2634
|
+
containers?: {
|
|
2635
|
+
className: string;
|
|
2636
|
+
image: string;
|
|
2637
|
+
maxInstances?: number | undefined;
|
|
2638
|
+
instanceType?: string | undefined;
|
|
2639
|
+
name?: string | undefined;
|
|
2640
|
+
imageBuildContext?: string | undefined;
|
|
2641
|
+
imageVars?: Record<string, string> | undefined;
|
|
2642
|
+
rolloutActiveGracePeriod?: number | undefined;
|
|
2643
|
+
rolloutStepPercentage?: number | number[] | undefined;
|
|
2644
|
+
}[] | undefined;
|
|
2645
|
+
placement?: {
|
|
2646
|
+
mode: "off" | "smart";
|
|
2647
|
+
hint?: string | undefined;
|
|
2648
|
+
} | {
|
|
2649
|
+
mode?: "targeted" | undefined;
|
|
2650
|
+
region: string;
|
|
2651
|
+
} | {
|
|
2652
|
+
mode?: "targeted" | undefined;
|
|
2653
|
+
host: string;
|
|
2654
|
+
} | {
|
|
2655
|
+
mode?: "targeted" | undefined;
|
|
2656
|
+
hostname: string;
|
|
1503
2657
|
} | undefined;
|
|
1504
2658
|
limits?: {
|
|
1505
2659
|
cpu_ms?: number | undefined;
|
|
2660
|
+
subrequests?: number | undefined;
|
|
1506
2661
|
} | undefined;
|
|
1507
2662
|
observability?: {
|
|
1508
2663
|
enabled?: boolean | undefined;
|
|
1509
2664
|
head_sampling_rate?: number | undefined;
|
|
2665
|
+
logs?: {
|
|
2666
|
+
enabled?: boolean | undefined;
|
|
2667
|
+
head_sampling_rate?: number | undefined;
|
|
2668
|
+
invocation_logs?: boolean | undefined;
|
|
2669
|
+
persist?: boolean | undefined;
|
|
2670
|
+
destinations?: string[] | undefined;
|
|
2671
|
+
} | undefined;
|
|
2672
|
+
traces?: {
|
|
2673
|
+
enabled?: boolean | undefined;
|
|
2674
|
+
head_sampling_rate?: number | undefined;
|
|
2675
|
+
persist?: boolean | undefined;
|
|
2676
|
+
destinations?: string[] | undefined;
|
|
2677
|
+
} | undefined;
|
|
1510
2678
|
} | undefined;
|
|
1511
2679
|
migrations?: {
|
|
1512
2680
|
tag: string;
|
|
@@ -1532,6 +2700,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1532
2700
|
} | undefined;
|
|
1533
2701
|
}, {
|
|
1534
2702
|
name?: string | undefined;
|
|
2703
|
+
secretsStoreId?: string | undefined;
|
|
1535
2704
|
compatibilityDate?: string | undefined;
|
|
1536
2705
|
compatibilityFlags?: string[] | undefined;
|
|
1537
2706
|
previews?: {
|
|
@@ -1542,6 +2711,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1542
2711
|
queue?: string | false | undefined;
|
|
1543
2712
|
scheduled?: string | false | undefined;
|
|
1544
2713
|
email?: string | false | undefined;
|
|
2714
|
+
tail?: string | false | undefined;
|
|
1545
2715
|
durableObjects?: string | false | undefined;
|
|
1546
2716
|
entrypoints?: string | false | undefined;
|
|
1547
2717
|
workflows?: string | false | undefined;
|
|
@@ -1576,6 +2746,21 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1576
2746
|
retryDelay?: number | undefined;
|
|
1577
2747
|
}[] | undefined;
|
|
1578
2748
|
} | undefined;
|
|
2749
|
+
rateLimits?: Record<string, {
|
|
2750
|
+
namespaceId: string;
|
|
2751
|
+
simple: {
|
|
2752
|
+
limit: number;
|
|
2753
|
+
period: 10 | 60;
|
|
2754
|
+
};
|
|
2755
|
+
}> | undefined;
|
|
2756
|
+
versionMetadata?: {
|
|
2757
|
+
binding: string;
|
|
2758
|
+
} | undefined;
|
|
2759
|
+
workerLoaders?: Record<string, {}> | undefined;
|
|
2760
|
+
secretsStore?: Record<string, string | {
|
|
2761
|
+
storeId: string;
|
|
2762
|
+
secretName: string;
|
|
2763
|
+
}> | undefined;
|
|
1579
2764
|
services?: Record<string, {
|
|
1580
2765
|
service: string;
|
|
1581
2766
|
environment?: string;
|
|
@@ -1584,19 +2769,34 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1584
2769
|
}> | undefined;
|
|
1585
2770
|
ai?: {
|
|
1586
2771
|
binding: string;
|
|
2772
|
+
remote?: boolean | undefined;
|
|
2773
|
+
staging?: boolean | undefined;
|
|
1587
2774
|
} | undefined;
|
|
2775
|
+
aiSearchNamespaces?: Record<string, {
|
|
2776
|
+
namespace: string;
|
|
2777
|
+
remote?: boolean | undefined;
|
|
2778
|
+
}> | undefined;
|
|
2779
|
+
aiSearch?: Record<string, {
|
|
2780
|
+
instanceName: string;
|
|
2781
|
+
remote?: boolean | undefined;
|
|
2782
|
+
}> | undefined;
|
|
1588
2783
|
vectorize?: Record<string, {
|
|
1589
2784
|
indexName: string;
|
|
2785
|
+
remote?: boolean | undefined;
|
|
1590
2786
|
}> | undefined;
|
|
1591
2787
|
hyperdrive?: Record<string, string | {
|
|
1592
2788
|
id: string;
|
|
2789
|
+
localConnectionString?: string | undefined;
|
|
1593
2790
|
} | {
|
|
1594
2791
|
name: string;
|
|
2792
|
+
localConnectionString?: string | undefined;
|
|
1595
2793
|
previewFallback?: "base" | undefined;
|
|
1596
2794
|
previewId?: string | undefined;
|
|
1597
2795
|
previewLocalConnectionString?: string | undefined;
|
|
1598
2796
|
}> | undefined;
|
|
1599
|
-
browser?: Record<string, string
|
|
2797
|
+
browser?: Record<string, string | {
|
|
2798
|
+
remote?: boolean | undefined;
|
|
2799
|
+
}> | undefined;
|
|
1600
2800
|
analyticsEngine?: Record<string, {
|
|
1601
2801
|
dataset: string;
|
|
1602
2802
|
}> | undefined;
|
|
@@ -1606,7 +2806,11 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1606
2806
|
allowedSenderAddresses?: string[] | undefined;
|
|
1607
2807
|
}> | undefined;
|
|
1608
2808
|
mtlsCertificates?: Record<string, string | {
|
|
2809
|
+
certificateId: string;
|
|
2810
|
+
remote?: boolean | undefined;
|
|
2811
|
+
} | {
|
|
1609
2812
|
certificate_id: string;
|
|
2813
|
+
remote?: boolean | undefined;
|
|
1610
2814
|
}> | undefined;
|
|
1611
2815
|
dispatchNamespaces?: Record<string, string | {
|
|
1612
2816
|
namespace: string;
|
|
@@ -1615,20 +2819,47 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1615
2819
|
environment?: string | undefined;
|
|
1616
2820
|
parameters?: string[] | undefined;
|
|
1617
2821
|
} | undefined;
|
|
2822
|
+
remote?: boolean | undefined;
|
|
1618
2823
|
}> | undefined;
|
|
1619
2824
|
workflows?: Record<string, {
|
|
1620
2825
|
name: string;
|
|
1621
2826
|
className: string;
|
|
1622
2827
|
scriptName?: string | undefined;
|
|
2828
|
+
remote?: boolean | undefined;
|
|
2829
|
+
limits?: {
|
|
2830
|
+
steps: number;
|
|
2831
|
+
} | undefined;
|
|
1623
2832
|
}> | undefined;
|
|
1624
2833
|
pipelines?: Record<string, string | {
|
|
1625
2834
|
pipeline: string;
|
|
2835
|
+
remote?: boolean | undefined;
|
|
2836
|
+
}> | undefined;
|
|
2837
|
+
images?: Record<string, true | {
|
|
2838
|
+
remote?: boolean | undefined;
|
|
2839
|
+
}> | undefined;
|
|
2840
|
+
media?: Record<string, true | {
|
|
2841
|
+
remote?: boolean | undefined;
|
|
2842
|
+
}> | undefined;
|
|
2843
|
+
artifacts?: Record<string, string | {
|
|
2844
|
+
namespace: string;
|
|
2845
|
+
remote?: boolean | undefined;
|
|
1626
2846
|
}> | undefined;
|
|
1627
|
-
images?: Record<string, true | {}> | undefined;
|
|
1628
2847
|
} | undefined;
|
|
1629
2848
|
triggers?: {
|
|
1630
2849
|
crons?: string[] | undefined;
|
|
1631
2850
|
} | undefined;
|
|
2851
|
+
rules?: {
|
|
2852
|
+
type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
|
|
2853
|
+
globs: string[];
|
|
2854
|
+
fallthrough?: boolean | undefined;
|
|
2855
|
+
}[] | undefined;
|
|
2856
|
+
findAdditionalModules?: boolean | undefined;
|
|
2857
|
+
baseDir?: string | undefined;
|
|
2858
|
+
preserveFileNames?: boolean | undefined;
|
|
2859
|
+
tailConsumers?: (string | {
|
|
2860
|
+
service: string;
|
|
2861
|
+
environment?: string | undefined;
|
|
2862
|
+
})[] | undefined;
|
|
1632
2863
|
vars?: Record<string, string> | undefined;
|
|
1633
2864
|
secrets?: Record<string, {
|
|
1634
2865
|
required?: boolean | undefined;
|
|
@@ -1642,13 +2873,54 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1642
2873
|
assets?: {
|
|
1643
2874
|
directory: string;
|
|
1644
2875
|
binding?: string | undefined;
|
|
2876
|
+
html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
|
|
2877
|
+
not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
|
|
2878
|
+
run_worker_first?: boolean | string[] | undefined;
|
|
2879
|
+
} | undefined;
|
|
2880
|
+
containers?: {
|
|
2881
|
+
className: string;
|
|
2882
|
+
image: string;
|
|
2883
|
+
maxInstances?: number | undefined;
|
|
2884
|
+
instanceType?: string | undefined;
|
|
2885
|
+
name?: string | undefined;
|
|
2886
|
+
imageBuildContext?: string | undefined;
|
|
2887
|
+
imageVars?: Record<string, string> | undefined;
|
|
2888
|
+
rolloutActiveGracePeriod?: number | undefined;
|
|
2889
|
+
rolloutStepPercentage?: number | number[] | undefined;
|
|
2890
|
+
}[] | undefined;
|
|
2891
|
+
placement?: {
|
|
2892
|
+
mode: "off" | "smart";
|
|
2893
|
+
hint?: string | undefined;
|
|
2894
|
+
} | {
|
|
2895
|
+
mode?: "targeted" | undefined;
|
|
2896
|
+
region: string;
|
|
2897
|
+
} | {
|
|
2898
|
+
mode?: "targeted" | undefined;
|
|
2899
|
+
host: string;
|
|
2900
|
+
} | {
|
|
2901
|
+
mode?: "targeted" | undefined;
|
|
2902
|
+
hostname: string;
|
|
1645
2903
|
} | undefined;
|
|
1646
2904
|
limits?: {
|
|
1647
2905
|
cpu_ms?: number | undefined;
|
|
2906
|
+
subrequests?: number | undefined;
|
|
1648
2907
|
} | undefined;
|
|
1649
2908
|
observability?: {
|
|
1650
2909
|
enabled?: boolean | undefined;
|
|
1651
2910
|
head_sampling_rate?: number | undefined;
|
|
2911
|
+
logs?: {
|
|
2912
|
+
enabled?: boolean | undefined;
|
|
2913
|
+
head_sampling_rate?: number | undefined;
|
|
2914
|
+
invocation_logs?: boolean | undefined;
|
|
2915
|
+
persist?: boolean | undefined;
|
|
2916
|
+
destinations?: string[] | undefined;
|
|
2917
|
+
} | undefined;
|
|
2918
|
+
traces?: {
|
|
2919
|
+
enabled?: boolean | undefined;
|
|
2920
|
+
head_sampling_rate?: number | undefined;
|
|
2921
|
+
persist?: boolean | undefined;
|
|
2922
|
+
destinations?: string[] | undefined;
|
|
2923
|
+
} | undefined;
|
|
1652
2924
|
} | undefined;
|
|
1653
2925
|
migrations?: {
|
|
1654
2926
|
tag: string;
|