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.
Files changed (360) hide show
  1. package/LLM.md +6807 -888
  2. package/README.md +375 -957
  3. package/dist/account-05zgta47.js +475 -0
  4. package/dist/account-b2ag1esh.js +475 -0
  5. package/dist/account-bxtcz61a.js +475 -0
  6. package/dist/account-gyfqg964.js +475 -0
  7. package/dist/account-q6pvs9d9.js +475 -0
  8. package/dist/account-rp4zbvw1.js +475 -0
  9. package/dist/bridge/client.d.ts +5 -0
  10. package/dist/bridge/client.d.ts.map +1 -1
  11. package/dist/bridge/gateway-runtime.d.ts +1 -1
  12. package/dist/bridge/gateway-runtime.d.ts.map +1 -1
  13. package/dist/bridge/miniflare.d.ts +67 -0
  14. package/dist/bridge/miniflare.d.ts.map +1 -1
  15. package/dist/bridge/proxy.d.ts +2 -1
  16. package/dist/bridge/proxy.d.ts.map +1 -1
  17. package/dist/bridge/server.d.ts.map +1 -1
  18. package/dist/browser.d.ts +2520 -40
  19. package/dist/browser.d.ts.map +1 -1
  20. package/dist/browser.js +3 -3
  21. package/dist/build-2s5paw5p.js +54 -0
  22. package/dist/build-4c350cp7.js +54 -0
  23. package/dist/build-e7wym63t.js +54 -0
  24. package/dist/build-ge6qp3t4.js +54 -0
  25. package/dist/build-ta8c6t11.js +54 -0
  26. package/dist/build-wvjj8f28.js +54 -0
  27. package/dist/build-ypg6f2kw.js +54 -0
  28. package/dist/build-yts8wwgf.js +54 -0
  29. package/dist/build-yzkdqexs.js +54 -0
  30. package/dist/cli/build-manifest.d.ts +12 -0
  31. package/dist/cli/build-manifest.d.ts.map +1 -1
  32. package/dist/cli/commands/deploy/metadata.d.ts +18 -0
  33. package/dist/cli/commands/deploy/metadata.d.ts.map +1 -0
  34. package/dist/cli/commands/deploy/prepare.d.ts +23 -0
  35. package/dist/cli/commands/deploy/prepare.d.ts.map +1 -0
  36. package/dist/cli/commands/deploy/runtime.d.ts +4 -0
  37. package/dist/cli/commands/deploy/runtime.d.ts.map +1 -0
  38. package/dist/cli/commands/deploy/verification.d.ts +36 -0
  39. package/dist/cli/commands/deploy/verification.d.ts.map +1 -0
  40. package/dist/cli/commands/deploy.d.ts +2 -2
  41. package/dist/cli/commands/deploy.d.ts.map +1 -1
  42. package/dist/cli/commands/secrets.d.ts +4 -0
  43. package/dist/cli/commands/secrets.d.ts.map +1 -0
  44. package/dist/cli/commands/type-generation/generator.d.ts +67 -1
  45. package/dist/cli/commands/type-generation/generator.d.ts.map +1 -1
  46. package/dist/cli/help-pages/pages/core.d.ts +1 -1
  47. package/dist/cli/help-pages/pages/core.d.ts.map +1 -1
  48. package/dist/cli/help-pages/shared.d.ts +1 -1
  49. package/dist/cli/help-pages/shared.d.ts.map +1 -1
  50. package/dist/cli/index.d.ts.map +1 -1
  51. package/dist/cli/index.js +2 -2
  52. package/dist/cli/package-metadata.d.ts.map +1 -1
  53. package/dist/cli/preview-bindings.d.ts.map +1 -1
  54. package/dist/cloudflare/index.js +2 -2
  55. package/dist/cloudflare/preview-registry-store.d.ts +1 -1
  56. package/dist/cloudflare/preview-registry-store.d.ts.map +1 -1
  57. package/dist/cloudflare/types.d.ts +1 -1
  58. package/dist/cloudflare/types.d.ts.map +1 -1
  59. package/dist/config/binding-resolution-helpers.d.ts +5 -0
  60. package/dist/config/binding-resolution-helpers.d.ts.map +1 -1
  61. package/dist/config/compiler/bindings.d.ts +14 -0
  62. package/dist/config/compiler/bindings.d.ts.map +1 -0
  63. package/dist/config/compiler/core-helpers.d.ts +6 -0
  64. package/dist/config/compiler/core-helpers.d.ts.map +1 -0
  65. package/dist/config/compiler/do-workers.d.ts +34 -0
  66. package/dist/config/compiler/do-workers.d.ts.map +1 -0
  67. package/dist/config/compiler/paths.d.ts +18 -0
  68. package/dist/config/compiler/paths.d.ts.map +1 -0
  69. package/dist/config/compiler/types.d.ts +267 -0
  70. package/dist/config/compiler/types.d.ts.map +1 -0
  71. package/dist/config/compiler.d.ts +11 -175
  72. package/dist/config/compiler.d.ts.map +1 -1
  73. package/dist/config/deploy-resources.d.ts.map +1 -1
  74. package/dist/config/index.d.ts +1 -1
  75. package/dist/config/index.d.ts.map +1 -1
  76. package/dist/config/local-dev-vars.d.ts +15 -0
  77. package/dist/config/local-dev-vars.d.ts.map +1 -0
  78. package/dist/config/preview-resources.d.ts.map +1 -1
  79. package/dist/config/preview.d.ts.map +1 -1
  80. package/dist/config/resolve.d.ts.map +1 -1
  81. package/dist/config/resource-resolution.d.ts.map +1 -1
  82. package/dist/config/schema-bindings.d.ts +559 -19
  83. package/dist/config/schema-bindings.d.ts.map +1 -1
  84. package/dist/config/schema-env.d.ts +1306 -34
  85. package/dist/config/schema-env.d.ts.map +1 -1
  86. package/dist/config/schema-normalization.d.ts +97 -1
  87. package/dist/config/schema-normalization.d.ts.map +1 -1
  88. package/dist/config/schema-runtime.d.ts +245 -7
  89. package/dist/config/schema-runtime.d.ts.map +1 -1
  90. package/dist/config/schema.d.ts +2976 -57
  91. package/dist/config/schema.d.ts.map +1 -1
  92. package/dist/config-6m0n7d84.js +59 -0
  93. package/dist/config-7cf004ag.js +59 -0
  94. package/dist/config-b98dp58n.js +59 -0
  95. package/dist/config-cf3djhqy.js +59 -0
  96. package/dist/config-entry.js +1 -1
  97. package/dist/config-wa7hm0w9.js +59 -0
  98. package/dist/deploy-1jfagtn9.js +1055 -0
  99. package/dist/deploy-2afw0jfg.js +1055 -0
  100. package/dist/deploy-2fzj68kq.js +1055 -0
  101. package/dist/deploy-57nzn9wj.js +1045 -0
  102. package/dist/deploy-asyryrvm.js +1055 -0
  103. package/dist/deploy-hc927rw6.js +1045 -0
  104. package/dist/deploy-pnnf8tgy.js +1045 -0
  105. package/dist/deploy-q33bw715.js +1055 -0
  106. package/dist/deploy-tmdgecs3.js +1055 -0
  107. package/dist/deploy-v0y8kczr.js +1055 -0
  108. package/dist/deploy-xhj6zbcx.js +1055 -0
  109. package/dist/dev-1mvcts8w.js +2515 -0
  110. package/dist/dev-2a283xts.js +2515 -0
  111. package/dist/dev-62nhytf8.js +2505 -0
  112. package/dist/dev-75acm2xj.js +2478 -0
  113. package/dist/dev-802rg9dp.js +2515 -0
  114. package/dist/dev-d1bb2t0f.js +2515 -0
  115. package/dist/dev-dwry8494.js +2489 -0
  116. package/dist/dev-g6112y4w.js +2515 -0
  117. package/dist/dev-h2kneh95.js +2496 -0
  118. package/dist/dev-kybq3mwr.js +2489 -0
  119. package/dist/dev-n8qndkyg.js +2512 -0
  120. package/dist/dev-p32fkbwf.js +2489 -0
  121. package/dist/dev-qm9d4mfh.js +2478 -0
  122. package/dist/dev-rcthnse5.js +2473 -0
  123. package/dist/dev-server/dev-server-state.d.ts +1 -0
  124. package/dist/dev-server/dev-server-state.d.ts.map +1 -1
  125. package/dist/dev-server/miniflare-bindings.d.ts +44 -1
  126. package/dist/dev-server/miniflare-bindings.d.ts.map +1 -1
  127. package/dist/dev-server/miniflare-dev-config.d.ts +1 -0
  128. package/dist/dev-server/miniflare-dev-config.d.ts.map +1 -1
  129. package/dist/dev-server/miniflare-log.d.ts +8 -0
  130. package/dist/dev-server/miniflare-log.d.ts.map +1 -1
  131. package/dist/dev-server/miniflare-worker-config.d.ts +31 -1
  132. package/dist/dev-server/miniflare-worker-config.d.ts.map +1 -1
  133. package/dist/dev-server/server.d.ts.map +1 -1
  134. package/dist/dev-server/vite-process.d.ts +1 -0
  135. package/dist/dev-server/vite-process.d.ts.map +1 -1
  136. package/dist/dev-tgwja5mz.js +2496 -0
  137. package/dist/doctor-2shhdak6.js +245 -0
  138. package/dist/doctor-5g73w40j.js +245 -0
  139. package/dist/doctor-gamefzcs.js +245 -0
  140. package/dist/doctor-rn53ctfs.js +245 -0
  141. package/dist/index-01kehw41.js +348 -0
  142. package/dist/index-06bg0z9y.js +185 -0
  143. package/dist/index-0d7tw5r4.js +136 -0
  144. package/dist/index-0m6e4mxz.js +133 -0
  145. package/dist/index-0vah20er.js +1410 -0
  146. package/dist/index-0wa0ebm1.js +68 -0
  147. package/dist/index-1714y3cz.js +1410 -0
  148. package/dist/index-1qs5gcm7.js +895 -0
  149. package/dist/index-29k04v43.js +574 -0
  150. package/dist/index-2jywf4pz.js +1372 -0
  151. package/dist/index-2qhk9nbx.js +1372 -0
  152. package/dist/index-2vq6bveq.js +574 -0
  153. package/dist/index-36h8gkhb.js +1088 -0
  154. package/dist/index-38fq7pww.js +560 -0
  155. package/dist/index-3bxqn033.js +1410 -0
  156. package/dist/index-3jme4hgw.js +1234 -0
  157. package/dist/index-3p7s9mk9.js +360 -0
  158. package/dist/index-47w35sft.js +244 -0
  159. package/dist/index-4by4c7rm.js +52 -0
  160. package/dist/index-4phjwd6h.js +412 -0
  161. package/dist/index-4z5jrw0j.js +594 -0
  162. package/dist/index-51mzqy0d.js +895 -0
  163. package/dist/index-53pqqpq9.js +74 -0
  164. package/dist/index-5enq8ntr.js +1766 -0
  165. package/dist/index-5fnq9r9m.js +1410 -0
  166. package/dist/index-5w9f2b17.js +695 -0
  167. package/dist/index-627srx16.js +45 -0
  168. package/dist/index-6bqgf5x8.js +227 -0
  169. package/dist/index-6xknvbyk.js +1088 -0
  170. package/dist/index-7ef3ktz5.js +1372 -0
  171. package/dist/index-7hpjfdzh.js +185 -0
  172. package/dist/index-8052df4m.js +627 -0
  173. package/dist/index-82epjzrr.js +1410 -0
  174. package/dist/index-82z7rvz6.js +1238 -0
  175. package/dist/index-8atc1yb9.js +68 -0
  176. package/dist/index-8tj0awnv.js +476 -0
  177. package/dist/index-8x745h59.js +1069 -0
  178. package/dist/index-9bawzcny.js +574 -0
  179. package/dist/index-9bjjqdfc.js +236 -0
  180. package/dist/index-9d7x3vfr.js +236 -0
  181. package/dist/index-9nf8zs4p.js +1069 -0
  182. package/dist/index-acwbmagz.js +412 -0
  183. package/dist/index-aqjdaem7.js +74 -0
  184. package/dist/index-b6448fd0.js +133 -0
  185. package/dist/index-b9j55r7q.js +240 -0
  186. package/dist/index-bdatd1za.js +1372 -0
  187. package/dist/index-c3nxftnp.js +699 -0
  188. package/dist/index-c643s0gv.js +488 -0
  189. package/dist/index-d2md1j3d.js +185 -0
  190. package/dist/index-dbr6bfz6.js +528 -0
  191. package/dist/index-dd1g0g7e.js +360 -0
  192. package/dist/index-dktb9az5.js +1372 -0
  193. package/dist/index-dm9q84c7.js +360 -0
  194. package/dist/index-f51mkh13.js +1088 -0
  195. package/dist/index-f86n1fpd.js +55 -0
  196. package/dist/index-fnk0tkw7.js +412 -0
  197. package/dist/index-g5aq66bj.js +1534 -0
  198. package/dist/index-gj5qh491.js +54 -0
  199. package/dist/index-gq39t0rx.js +895 -0
  200. package/dist/index-h5dqna7q.js +1410 -0
  201. package/dist/index-hjs9j2g9.js +895 -0
  202. package/dist/index-hn5nbxbt.js +147 -0
  203. package/dist/index-hpjh0qjx.js +1723 -0
  204. package/dist/index-hs6ekcfs.js +412 -0
  205. package/dist/index-jdzrvnfj.js +52 -0
  206. package/dist/index-jg720mq7.js +476 -0
  207. package/dist/index-jrzddxvt.js +2167 -0
  208. package/dist/index-kgstnk6g.js +239 -0
  209. package/dist/index-khnw972v.js +117 -0
  210. package/dist/index-kwqff3ba.js +1410 -0
  211. package/dist/index-m2v0fj08.js +74 -0
  212. package/dist/index-mjve6tqn.js +447 -0
  213. package/dist/index-mkxzgn0q.js +1372 -0
  214. package/dist/index-mzmq3v0d.js +1088 -0
  215. package/dist/index-ng9n3znd.js +1372 -0
  216. package/dist/index-nhbkm2ba.js +467 -0
  217. package/dist/index-nrfhk0k5.js +1088 -0
  218. package/dist/index-p0zppqxm.js +467 -0
  219. package/dist/index-pkxf6h87.js +895 -0
  220. package/dist/index-pqp4312v.js +52 -0
  221. package/dist/index-pw9jn6kz.js +574 -0
  222. package/dist/index-q31ne0xa.js +412 -0
  223. package/dist/index-qf2dkqxh.js +249 -0
  224. package/dist/index-qmtdf7k5.js +639 -0
  225. package/dist/index-qwgr4q7s.js +37 -0
  226. package/dist/index-rab2dfh3.js +494 -0
  227. package/dist/index-rz7rx80s.js +1410 -0
  228. package/dist/index-s37h3jgk.js +572 -0
  229. package/dist/index-sb705m7d.js +52 -0
  230. package/dist/index-syscwrjp.js +1576 -0
  231. package/dist/index-t14zr0ys.js +1063 -0
  232. package/dist/index-tjc99447.js +68 -0
  233. package/dist/index-v35460hf.js +574 -0
  234. package/dist/index-v7q00d1e.js +1410 -0
  235. package/dist/index-vkkmx4xe.js +1372 -0
  236. package/dist/index-vrps1gky.js +2202 -0
  237. package/dist/index-w4c9vmvg.js +1517 -0
  238. package/dist/index-wqd8n2qk.js +574 -0
  239. package/dist/index-x12e6fzy.js +476 -0
  240. package/dist/index-xagpz645.js +2199 -0
  241. package/dist/index-xbth1r6e.js +572 -0
  242. package/dist/index-xm9fqhcb.js +447 -0
  243. package/dist/index-y59hnmd0.js +132 -0
  244. package/dist/index-y7mkb00x.js +133 -0
  245. package/dist/index-z40mjts9.js +212 -0
  246. package/dist/index-z5k5bjc7.js +1218 -0
  247. package/dist/index-z73sytma.js +895 -0
  248. package/dist/index-zjv6apef.js +1410 -0
  249. package/dist/index.js +8 -8
  250. package/dist/init-cwpergap.js +180 -0
  251. package/dist/login-83bjfhvz.js +77 -0
  252. package/dist/login-ddw888xb.js +77 -0
  253. package/dist/login-e7pytkdc.js +77 -0
  254. package/dist/login-fe0brfcr.js +77 -0
  255. package/dist/login-h7sm5trm.js +77 -0
  256. package/dist/login-vd0m3xr4.js +77 -0
  257. package/dist/previews-2wfvsjfy.js +1337 -0
  258. package/dist/previews-31feb8r3.js +1337 -0
  259. package/dist/previews-3w4pxqby.js +1337 -0
  260. package/dist/previews-93ttrf5f.js +1337 -0
  261. package/dist/previews-bdrefjzx.js +1337 -0
  262. package/dist/previews-cfcn56b4.js +1337 -0
  263. package/dist/previews-mssq1hrm.js +1337 -0
  264. package/dist/previews-tcaz1gt8.js +1337 -0
  265. package/dist/productions-4h80j2c7.js +505 -0
  266. package/dist/productions-86jaqt7m.js +505 -0
  267. package/dist/productions-bn2q31my.js +505 -0
  268. package/dist/productions-dv8g7f6g.js +505 -0
  269. package/dist/productions-e2m9s4tr.js +505 -0
  270. package/dist/productions-fgshs1m7.js +505 -0
  271. package/dist/productions-hphmt68n.js +505 -0
  272. package/dist/productions-vhq7yx86.js +505 -0
  273. package/dist/runtime/index.js +8 -8
  274. package/dist/secrets/local-secrets.d.ts +46 -0
  275. package/dist/secrets/local-secrets.d.ts.map +1 -0
  276. package/dist/secrets-8wcj47nh.js +91 -0
  277. package/dist/secrets-b2ww34ta.js +91 -0
  278. package/dist/secrets-b7g4z621.js +91 -0
  279. package/dist/shims/local-media-bindings.d.ts +19 -0
  280. package/dist/shims/local-media-bindings.d.ts.map +1 -0
  281. package/dist/shims/local-worker-loader.d.ts +3 -0
  282. package/dist/shims/local-worker-loader.d.ts.map +1 -0
  283. package/dist/sveltekit/index.js +163 -26
  284. package/dist/sveltekit/local-bindings.d.ts +4 -0
  285. package/dist/sveltekit/local-bindings.d.ts.map +1 -0
  286. package/dist/sveltekit/platform.d.ts +8 -0
  287. package/dist/sveltekit/platform.d.ts.map +1 -1
  288. package/dist/test/ai-search.d.ts +39 -0
  289. package/dist/test/ai-search.d.ts.map +1 -0
  290. package/dist/test/binding-hints.d.ts.map +1 -1
  291. package/dist/test/cf.d.ts +3 -3
  292. package/dist/test/containers.d.ts +87 -0
  293. package/dist/test/containers.d.ts.map +1 -0
  294. package/dist/test/index.d.ts +4 -1
  295. package/dist/test/index.d.ts.map +1 -1
  296. package/dist/test/index.js +2833 -543
  297. package/dist/test/local-worker-loader.d.ts +3 -0
  298. package/dist/test/local-worker-loader.d.ts.map +1 -0
  299. package/dist/test/offline-bindings.d.ts +65 -0
  300. package/dist/test/offline-bindings.d.ts.map +1 -0
  301. package/dist/test/queue.d.ts.map +1 -1
  302. package/dist/test/remote-ai.d.ts.map +1 -1
  303. package/dist/test/should-skip.d.ts +14 -0
  304. package/dist/test/should-skip.d.ts.map +1 -1
  305. package/dist/test/simple-context-bindings.d.ts.map +1 -1
  306. package/dist/test/simple-context-durable-objects.d.ts.map +1 -1
  307. package/dist/test/simple-context-gateway-script.d.ts +1 -1
  308. package/dist/test/simple-context-gateway-script.d.ts.map +1 -1
  309. package/dist/test/simple-context-lifecycle.d.ts.map +1 -1
  310. package/dist/test/simple-context-mfconfig.d.ts +4 -1
  311. package/dist/test/simple-context-mfconfig.d.ts.map +1 -1
  312. package/dist/test/simple-context-multi-worker.d.ts.map +1 -1
  313. package/dist/test/simple-context-startup.d.ts.map +1 -1
  314. package/dist/test/tail.d.ts.map +1 -1
  315. package/dist/test/utilities/artifacts.d.ts +11 -0
  316. package/dist/test/utilities/artifacts.d.ts.map +1 -0
  317. package/dist/test/utilities/context.d.ts +39 -0
  318. package/dist/test/utilities/context.d.ts.map +1 -0
  319. package/dist/test/utilities/d1.d.ts +21 -0
  320. package/dist/test/utilities/d1.d.ts.map +1 -0
  321. package/dist/test/utilities/env.d.ts +40 -0
  322. package/dist/test/utilities/env.d.ts.map +1 -0
  323. package/dist/test/utilities/kv.d.ts +11 -0
  324. package/dist/test/utilities/kv.d.ts.map +1 -0
  325. package/dist/test/utilities/media.d.ts +16 -0
  326. package/dist/test/utilities/media.d.ts.map +1 -0
  327. package/dist/test/utilities/platform.d.ts +38 -0
  328. package/dist/test/utilities/platform.d.ts.map +1 -0
  329. package/dist/test/utilities/queue.d.ts +5 -0
  330. package/dist/test/utilities/queue.d.ts.map +1 -0
  331. package/dist/test/utilities/r2.d.ts +12 -0
  332. package/dist/test/utilities/r2.d.ts.map +1 -0
  333. package/dist/test/utilities/workflows.d.ts +26 -0
  334. package/dist/test/utilities/workflows.d.ts.map +1 -0
  335. package/dist/test/utilities.d.ts +10 -106
  336. package/dist/test/utilities.d.ts.map +1 -1
  337. package/dist/types-2ejrbba1.js +695 -0
  338. package/dist/types-7jkbm95a.js +695 -0
  339. package/dist/types-a2fk9yns.js +695 -0
  340. package/dist/types-dyb3c6zw.js +695 -0
  341. package/dist/types-e2n9f3pd.js +695 -0
  342. package/dist/types-j4s6qcrc.js +695 -0
  343. package/dist/utils/send-email.d.ts.map +1 -1
  344. package/dist/utils/send-email.js +1 -1
  345. package/dist/vite/index.js +6 -6
  346. package/dist/vite/plugin-context.d.ts.map +1 -1
  347. package/dist/worker-663em30d.js +513 -0
  348. package/dist/worker-argxc7fb.js +513 -0
  349. package/dist/worker-entry/composed-worker.d.ts.map +1 -1
  350. package/dist/worker-entry/surface-paths.d.ts +2 -0
  351. package/dist/worker-entry/surface-paths.d.ts.map +1 -1
  352. package/dist/worker-fcdsnj14.js +513 -0
  353. package/dist/worker-fk42rzse.js +513 -0
  354. package/dist/worker-jkemk8d2.js +513 -0
  355. package/dist/worker-m4ze8djx.js +513 -0
  356. package/dist/worker-wnan5dca.js +513 -0
  357. package/dist/worker-yw3atfb1.js +513 -0
  358. package/dist/workflows/local-workflow-entrypoints.d.ts +7 -0
  359. package/dist/workflows/local-workflow-entrypoints.d.ts.map +1 -0
  360. package/package.json +13 -12
package/dist/browser.d.ts CHANGED
@@ -15,9 +15,10 @@ export declare const loadConfig: typeof import("./config").loadConfig;
15
15
  export declare const loadResolvedConfig: typeof import("./config").loadResolvedConfig;
16
16
  export declare const compileConfig: typeof import("./config").compileConfig;
17
17
  export declare const stringifyConfig: typeof import("./config").stringifyConfig;
18
- export declare const configSchema: import("zod").ZodObject<{
18
+ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObject<{
19
19
  name: import("zod").ZodString;
20
20
  accountId: import("zod").ZodOptional<import("zod").ZodString>;
21
+ secretsStoreId: import("zod").ZodOptional<import("zod").ZodString>;
21
22
  compatibilityDate: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
22
23
  compatibilityFlags: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>, string[], string[] | undefined>;
23
24
  previews: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -32,6 +33,7 @@ export declare const configSchema: import("zod").ZodObject<{
32
33
  queue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
33
34
  scheduled: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
34
35
  email: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
36
+ tail: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
35
37
  durableObjects: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
36
38
  entrypoints: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
37
39
  workflows: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
@@ -51,6 +53,7 @@ export declare const configSchema: import("zod").ZodObject<{
51
53
  queue?: string | false | undefined;
52
54
  scheduled?: string | false | undefined;
53
55
  email?: string | false | undefined;
56
+ tail?: string | false | undefined;
54
57
  durableObjects?: string | false | undefined;
55
58
  entrypoints?: string | false | undefined;
56
59
  workflows?: string | false | undefined;
@@ -64,6 +67,7 @@ export declare const configSchema: import("zod").ZodObject<{
64
67
  queue?: string | false | undefined;
65
68
  scheduled?: string | false | undefined;
66
69
  email?: string | false | undefined;
70
+ tail?: string | false | undefined;
67
71
  durableObjects?: string | false | undefined;
68
72
  entrypoints?: string | false | undefined;
69
73
  workflows?: string | false | undefined;
@@ -152,6 +156,49 @@ export declare const configSchema: import("zod").ZodObject<{
152
156
  retryDelay?: number | undefined;
153
157
  }[] | undefined;
154
158
  }>>;
159
+ rateLimits: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
160
+ namespaceId: import("zod").ZodString;
161
+ simple: import("zod").ZodObject<{
162
+ limit: import("zod").ZodNumber;
163
+ period: import("zod").ZodUnion<[import("zod").ZodLiteral<10>, import("zod").ZodLiteral<60>]>;
164
+ }, "strict", import("zod").ZodTypeAny, {
165
+ limit: number;
166
+ period: 10 | 60;
167
+ }, {
168
+ limit: number;
169
+ period: 10 | 60;
170
+ }>;
171
+ }, "strict", import("zod").ZodTypeAny, {
172
+ namespaceId: string;
173
+ simple: {
174
+ limit: number;
175
+ period: 10 | 60;
176
+ };
177
+ }, {
178
+ namespaceId: string;
179
+ simple: {
180
+ limit: number;
181
+ period: 10 | 60;
182
+ };
183
+ }>>>;
184
+ versionMetadata: import("zod").ZodOptional<import("zod").ZodObject<{
185
+ binding: import("zod").ZodString;
186
+ }, "strict", import("zod").ZodTypeAny, {
187
+ binding: string;
188
+ }, {
189
+ binding: string;
190
+ }>>;
191
+ workerLoaders: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{}, "strict", import("zod").ZodTypeAny, {}, {}>>>;
192
+ secretsStore: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
193
+ storeId: import("zod").ZodString;
194
+ secretName: import("zod").ZodString;
195
+ }, "strict", import("zod").ZodTypeAny, {
196
+ storeId: string;
197
+ secretName: string;
198
+ }, {
199
+ storeId: string;
200
+ secretName: string;
201
+ }>]>>>;
155
202
  services: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<{
156
203
  service: string;
157
204
  environment?: string;
@@ -165,41 +212,86 @@ export declare const configSchema: import("zod").ZodObject<{
165
212
  }>>>;
166
213
  ai: import("zod").ZodOptional<import("zod").ZodObject<{
167
214
  binding: import("zod").ZodString;
168
- }, "strip", import("zod").ZodTypeAny, {
215
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
216
+ staging: import("zod").ZodOptional<import("zod").ZodBoolean>;
217
+ }, "strict", import("zod").ZodTypeAny, {
169
218
  binding: string;
219
+ remote?: boolean | undefined;
220
+ staging?: boolean | undefined;
170
221
  }, {
171
222
  binding: string;
223
+ remote?: boolean | undefined;
224
+ staging?: boolean | undefined;
172
225
  }>>;
226
+ aiSearchNamespaces: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
227
+ namespace: import("zod").ZodString;
228
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
229
+ }, "strict", import("zod").ZodTypeAny, {
230
+ namespace: string;
231
+ remote?: boolean | undefined;
232
+ }, {
233
+ namespace: string;
234
+ remote?: boolean | undefined;
235
+ }>>>;
236
+ aiSearch: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
237
+ instanceName: import("zod").ZodString;
238
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
239
+ }, "strict", import("zod").ZodTypeAny, {
240
+ instanceName: string;
241
+ remote?: boolean | undefined;
242
+ }, {
243
+ instanceName: string;
244
+ remote?: boolean | undefined;
245
+ }>>>;
173
246
  vectorize: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
174
247
  indexName: import("zod").ZodString;
248
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
175
249
  }, "strip", import("zod").ZodTypeAny, {
176
250
  indexName: string;
251
+ remote?: boolean | undefined;
177
252
  }, {
178
253
  indexName: string;
254
+ remote?: boolean | undefined;
179
255
  }>>>;
180
256
  hyperdrive: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
181
257
  id: import("zod").ZodString;
258
+ localConnectionString: import("zod").ZodOptional<import("zod").ZodString>;
182
259
  }, "strict", import("zod").ZodTypeAny, {
183
260
  id: string;
261
+ localConnectionString?: string | undefined;
184
262
  }, {
185
263
  id: string;
264
+ localConnectionString?: string | undefined;
186
265
  }>, import("zod").ZodObject<{
187
266
  name: import("zod").ZodString;
267
+ localConnectionString: import("zod").ZodOptional<import("zod").ZodString>;
188
268
  previewFallback: import("zod").ZodOptional<import("zod").ZodLiteral<"base">>;
189
269
  previewId: import("zod").ZodOptional<import("zod").ZodString>;
190
270
  previewLocalConnectionString: import("zod").ZodOptional<import("zod").ZodString>;
191
271
  }, "strict", import("zod").ZodTypeAny, {
192
272
  name: string;
273
+ localConnectionString?: string | undefined;
193
274
  previewFallback?: "base" | undefined;
194
275
  previewId?: string | undefined;
195
276
  previewLocalConnectionString?: string | undefined;
196
277
  }, {
197
278
  name: string;
279
+ localConnectionString?: string | undefined;
198
280
  previewFallback?: "base" | undefined;
199
281
  previewId?: string | undefined;
200
282
  previewLocalConnectionString?: string | undefined;
201
283
  }>]>>>;
202
- browser: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>, Record<string, string>, Record<string, string>>>;
284
+ browser: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
285
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
286
+ }, "strict", import("zod").ZodTypeAny, {
287
+ remote?: boolean | undefined;
288
+ }, {
289
+ remote?: boolean | undefined;
290
+ }>]>>, Record<string, string | {
291
+ remote?: boolean | undefined;
292
+ }>, Record<string, string | {
293
+ remote?: boolean | undefined;
294
+ }>>>;
203
295
  analyticsEngine: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
204
296
  dataset: import("zod").ZodString;
205
297
  }, "strip", import("zod").ZodTypeAny, {
@@ -229,11 +321,23 @@ export declare const configSchema: import("zod").ZodObject<{
229
321
  allowedSenderAddresses?: string[] | undefined;
230
322
  }>>>;
231
323
  mtlsCertificates: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
324
+ certificateId: import("zod").ZodString;
325
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
326
+ }, "strict", import("zod").ZodTypeAny, {
327
+ certificateId: string;
328
+ remote?: boolean | undefined;
329
+ }, {
330
+ certificateId: string;
331
+ remote?: boolean | undefined;
332
+ }>, import("zod").ZodObject<{
232
333
  certificate_id: import("zod").ZodString;
334
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
233
335
  }, "strict", import("zod").ZodTypeAny, {
234
336
  certificate_id: string;
337
+ remote?: boolean | undefined;
235
338
  }, {
236
339
  certificate_id: string;
340
+ remote?: boolean | undefined;
237
341
  }>]>>>;
238
342
  dispatchNamespaces: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
239
343
  namespace: import("zod").ZodString;
@@ -241,7 +345,7 @@ export declare const configSchema: import("zod").ZodObject<{
241
345
  service: import("zod").ZodString;
242
346
  environment: import("zod").ZodOptional<import("zod").ZodString>;
243
347
  parameters: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
244
- }, "strip", import("zod").ZodTypeAny, {
348
+ }, "strict", import("zod").ZodTypeAny, {
245
349
  service: string;
246
350
  environment?: string | undefined;
247
351
  parameters?: string[] | undefined;
@@ -250,6 +354,7 @@ export declare const configSchema: import("zod").ZodObject<{
250
354
  environment?: string | undefined;
251
355
  parameters?: string[] | undefined;
252
356
  }>>;
357
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
253
358
  }, "strict", import("zod").ZodTypeAny, {
254
359
  namespace: string;
255
360
  outbound?: {
@@ -257,6 +362,7 @@ export declare const configSchema: import("zod").ZodObject<{
257
362
  environment?: string | undefined;
258
363
  parameters?: string[] | undefined;
259
364
  } | undefined;
365
+ remote?: boolean | undefined;
260
366
  }, {
261
367
  namespace: string;
262
368
  outbound?: {
@@ -264,28 +370,79 @@ export declare const configSchema: import("zod").ZodObject<{
264
370
  environment?: string | undefined;
265
371
  parameters?: string[] | undefined;
266
372
  } | undefined;
373
+ remote?: boolean | undefined;
267
374
  }>]>>>;
268
375
  workflows: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
269
376
  name: import("zod").ZodString;
270
377
  className: import("zod").ZodString;
271
378
  scriptName: import("zod").ZodOptional<import("zod").ZodString>;
379
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
380
+ limits: import("zod").ZodOptional<import("zod").ZodObject<{
381
+ steps: import("zod").ZodNumber;
382
+ }, "strict", import("zod").ZodTypeAny, {
383
+ steps: number;
384
+ }, {
385
+ steps: number;
386
+ }>>;
272
387
  }, "strict", import("zod").ZodTypeAny, {
273
388
  name: string;
274
389
  className: string;
275
390
  scriptName?: string | undefined;
391
+ remote?: boolean | undefined;
392
+ limits?: {
393
+ steps: number;
394
+ } | undefined;
276
395
  }, {
277
396
  name: string;
278
397
  className: string;
279
398
  scriptName?: string | undefined;
399
+ remote?: boolean | undefined;
400
+ limits?: {
401
+ steps: number;
402
+ } | undefined;
280
403
  }>>>;
281
404
  pipelines: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
282
405
  pipeline: import("zod").ZodString;
406
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
283
407
  }, "strict", import("zod").ZodTypeAny, {
284
408
  pipeline: string;
409
+ remote?: boolean | undefined;
285
410
  }, {
286
411
  pipeline: string;
412
+ remote?: boolean | undefined;
413
+ }>]>>>;
414
+ images: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
415
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
416
+ }, "strict", import("zod").ZodTypeAny, {
417
+ remote?: boolean | undefined;
418
+ }, {
419
+ remote?: boolean | undefined;
420
+ }>, import("zod").ZodLiteral<true>]>>>, Record<string, true | {
421
+ remote?: boolean | undefined;
422
+ }> | undefined, Record<string, true | {
423
+ remote?: boolean | undefined;
424
+ }> | undefined>;
425
+ media: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
426
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
427
+ }, "strict", import("zod").ZodTypeAny, {
428
+ remote?: boolean | undefined;
429
+ }, {
430
+ remote?: boolean | undefined;
431
+ }>, import("zod").ZodLiteral<true>]>>>, Record<string, true | {
432
+ remote?: boolean | undefined;
433
+ }> | undefined, Record<string, true | {
434
+ remote?: boolean | undefined;
435
+ }> | undefined>;
436
+ artifacts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
437
+ namespace: import("zod").ZodString;
438
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
439
+ }, "strict", import("zod").ZodTypeAny, {
440
+ namespace: string;
441
+ remote?: boolean | undefined;
442
+ }, {
443
+ namespace: string;
444
+ remote?: boolean | undefined;
287
445
  }>]>>>;
288
- images: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{}, "strict", import("zod").ZodTypeAny, {}, {}>, import("zod").ZodLiteral<true>]>>>;
289
446
  }, "strip", import("zod").ZodTypeAny, {
290
447
  kv?: Record<string, string | {
291
448
  id: string;
@@ -311,6 +468,21 @@ export declare const configSchema: import("zod").ZodObject<{
311
468
  retryDelay?: number | undefined;
312
469
  }[] | undefined;
313
470
  } | undefined;
471
+ rateLimits?: Record<string, {
472
+ namespaceId: string;
473
+ simple: {
474
+ limit: number;
475
+ period: 10 | 60;
476
+ };
477
+ }> | undefined;
478
+ versionMetadata?: {
479
+ binding: string;
480
+ } | undefined;
481
+ workerLoaders?: Record<string, {}> | undefined;
482
+ secretsStore?: Record<string, string | {
483
+ storeId: string;
484
+ secretName: string;
485
+ }> | undefined;
314
486
  services?: Record<string, {
315
487
  service: string;
316
488
  environment?: string;
@@ -319,19 +491,34 @@ export declare const configSchema: import("zod").ZodObject<{
319
491
  }> | undefined;
320
492
  ai?: {
321
493
  binding: string;
494
+ remote?: boolean | undefined;
495
+ staging?: boolean | undefined;
322
496
  } | undefined;
497
+ aiSearchNamespaces?: Record<string, {
498
+ namespace: string;
499
+ remote?: boolean | undefined;
500
+ }> | undefined;
501
+ aiSearch?: Record<string, {
502
+ instanceName: string;
503
+ remote?: boolean | undefined;
504
+ }> | undefined;
323
505
  vectorize?: Record<string, {
324
506
  indexName: string;
507
+ remote?: boolean | undefined;
325
508
  }> | undefined;
326
509
  hyperdrive?: Record<string, string | {
327
510
  id: string;
511
+ localConnectionString?: string | undefined;
328
512
  } | {
329
513
  name: string;
514
+ localConnectionString?: string | undefined;
330
515
  previewFallback?: "base" | undefined;
331
516
  previewId?: string | undefined;
332
517
  previewLocalConnectionString?: string | undefined;
333
518
  }> | undefined;
334
- browser?: Record<string, string> | undefined;
519
+ browser?: Record<string, string | {
520
+ remote?: boolean | undefined;
521
+ }> | undefined;
335
522
  analyticsEngine?: Record<string, {
336
523
  dataset: string;
337
524
  }> | undefined;
@@ -341,7 +528,11 @@ export declare const configSchema: import("zod").ZodObject<{
341
528
  allowedSenderAddresses?: string[] | undefined;
342
529
  }> | undefined;
343
530
  mtlsCertificates?: Record<string, string | {
531
+ certificateId: string;
532
+ remote?: boolean | undefined;
533
+ } | {
344
534
  certificate_id: string;
535
+ remote?: boolean | undefined;
345
536
  }> | undefined;
346
537
  dispatchNamespaces?: Record<string, string | {
347
538
  namespace: string;
@@ -350,16 +541,31 @@ export declare const configSchema: import("zod").ZodObject<{
350
541
  environment?: string | undefined;
351
542
  parameters?: string[] | undefined;
352
543
  } | undefined;
544
+ remote?: boolean | undefined;
353
545
  }> | undefined;
354
546
  workflows?: Record<string, {
355
547
  name: string;
356
548
  className: string;
357
549
  scriptName?: string | undefined;
550
+ remote?: boolean | undefined;
551
+ limits?: {
552
+ steps: number;
553
+ } | undefined;
358
554
  }> | undefined;
359
555
  pipelines?: Record<string, string | {
360
556
  pipeline: string;
557
+ remote?: boolean | undefined;
558
+ }> | undefined;
559
+ images?: Record<string, true | {
560
+ remote?: boolean | undefined;
561
+ }> | undefined;
562
+ media?: Record<string, true | {
563
+ remote?: boolean | undefined;
564
+ }> | undefined;
565
+ artifacts?: Record<string, string | {
566
+ namespace: string;
567
+ remote?: boolean | undefined;
361
568
  }> | undefined;
362
- images?: Record<string, true | {}> | undefined;
363
569
  }, {
364
570
  kv?: Record<string, string | {
365
571
  id: string;
@@ -385,6 +591,21 @@ export declare const configSchema: import("zod").ZodObject<{
385
591
  retryDelay?: number | undefined;
386
592
  }[] | undefined;
387
593
  } | undefined;
594
+ rateLimits?: Record<string, {
595
+ namespaceId: string;
596
+ simple: {
597
+ limit: number;
598
+ period: 10 | 60;
599
+ };
600
+ }> | undefined;
601
+ versionMetadata?: {
602
+ binding: string;
603
+ } | undefined;
604
+ workerLoaders?: Record<string, {}> | undefined;
605
+ secretsStore?: Record<string, string | {
606
+ storeId: string;
607
+ secretName: string;
608
+ }> | undefined;
388
609
  services?: Record<string, {
389
610
  service: string;
390
611
  environment?: string;
@@ -393,19 +614,34 @@ export declare const configSchema: import("zod").ZodObject<{
393
614
  }> | undefined;
394
615
  ai?: {
395
616
  binding: string;
617
+ remote?: boolean | undefined;
618
+ staging?: boolean | undefined;
396
619
  } | undefined;
620
+ aiSearchNamespaces?: Record<string, {
621
+ namespace: string;
622
+ remote?: boolean | undefined;
623
+ }> | undefined;
624
+ aiSearch?: Record<string, {
625
+ instanceName: string;
626
+ remote?: boolean | undefined;
627
+ }> | undefined;
397
628
  vectorize?: Record<string, {
398
629
  indexName: string;
630
+ remote?: boolean | undefined;
399
631
  }> | undefined;
400
632
  hyperdrive?: Record<string, string | {
401
633
  id: string;
634
+ localConnectionString?: string | undefined;
402
635
  } | {
403
636
  name: string;
637
+ localConnectionString?: string | undefined;
404
638
  previewFallback?: "base" | undefined;
405
639
  previewId?: string | undefined;
406
640
  previewLocalConnectionString?: string | undefined;
407
641
  }> | undefined;
408
- browser?: Record<string, string> | undefined;
642
+ browser?: Record<string, string | {
643
+ remote?: boolean | undefined;
644
+ }> | undefined;
409
645
  analyticsEngine?: Record<string, {
410
646
  dataset: string;
411
647
  }> | undefined;
@@ -415,7 +651,11 @@ export declare const configSchema: import("zod").ZodObject<{
415
651
  allowedSenderAddresses?: string[] | undefined;
416
652
  }> | undefined;
417
653
  mtlsCertificates?: Record<string, string | {
654
+ certificateId: string;
655
+ remote?: boolean | undefined;
656
+ } | {
418
657
  certificate_id: string;
658
+ remote?: boolean | undefined;
419
659
  }> | undefined;
420
660
  dispatchNamespaces?: Record<string, string | {
421
661
  namespace: string;
@@ -424,16 +664,31 @@ export declare const configSchema: import("zod").ZodObject<{
424
664
  environment?: string | undefined;
425
665
  parameters?: string[] | undefined;
426
666
  } | undefined;
667
+ remote?: boolean | undefined;
427
668
  }> | undefined;
428
669
  workflows?: Record<string, {
429
670
  name: string;
430
671
  className: string;
431
672
  scriptName?: string | undefined;
673
+ remote?: boolean | undefined;
674
+ limits?: {
675
+ steps: number;
676
+ } | undefined;
432
677
  }> | undefined;
433
678
  pipelines?: Record<string, string | {
434
679
  pipeline: string;
680
+ remote?: boolean | undefined;
681
+ }> | undefined;
682
+ images?: Record<string, true | {
683
+ remote?: boolean | undefined;
684
+ }> | undefined;
685
+ media?: Record<string, true | {
686
+ remote?: boolean | undefined;
687
+ }> | undefined;
688
+ artifacts?: Record<string, string | {
689
+ namespace: string;
690
+ remote?: boolean | undefined;
435
691
  }> | undefined;
436
- images?: Record<string, true | {}> | undefined;
437
692
  }>>;
438
693
  triggers: import("zod").ZodOptional<import("zod").ZodObject<{
439
694
  crons: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
@@ -442,6 +697,32 @@ export declare const configSchema: import("zod").ZodObject<{
442
697
  }, {
443
698
  crons?: string[] | undefined;
444
699
  }>>;
700
+ rules: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
701
+ type: import("zod").ZodEnum<["ESModule", "CommonJS", "CompiledWasm", "Text", "Data"]>;
702
+ globs: import("zod").ZodArray<import("zod").ZodString, "many">;
703
+ fallthrough: import("zod").ZodOptional<import("zod").ZodBoolean>;
704
+ }, "strict", import("zod").ZodTypeAny, {
705
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
706
+ globs: string[];
707
+ fallthrough?: boolean | undefined;
708
+ }, {
709
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
710
+ globs: string[];
711
+ fallthrough?: boolean | undefined;
712
+ }>, "many">>;
713
+ findAdditionalModules: import("zod").ZodOptional<import("zod").ZodBoolean>;
714
+ baseDir: import("zod").ZodOptional<import("zod").ZodString>;
715
+ preserveFileNames: import("zod").ZodOptional<import("zod").ZodBoolean>;
716
+ tailConsumers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
717
+ service: import("zod").ZodString;
718
+ environment: import("zod").ZodOptional<import("zod").ZodString>;
719
+ }, "strict", import("zod").ZodTypeAny, {
720
+ service: string;
721
+ environment?: string | undefined;
722
+ }, {
723
+ service: string;
724
+ environment?: string | undefined;
725
+ }>]>, "many">>;
445
726
  vars: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
446
727
  secrets: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
447
728
  required: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
@@ -485,29 +766,176 @@ export declare const configSchema: import("zod").ZodObject<{
485
766
  assets: import("zod").ZodOptional<import("zod").ZodObject<{
486
767
  directory: import("zod").ZodString;
487
768
  binding: import("zod").ZodOptional<import("zod").ZodString>;
488
- }, "strip", import("zod").ZodTypeAny, {
769
+ html_handling: import("zod").ZodOptional<import("zod").ZodEnum<["auto-trailing-slash", "force-trailing-slash", "drop-trailing-slash", "none"]>>;
770
+ not_found_handling: import("zod").ZodOptional<import("zod").ZodEnum<["single-page-application", "404-page", "none"]>>;
771
+ run_worker_first: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodBoolean, import("zod").ZodArray<import("zod").ZodString, "many">]>>;
772
+ }, "strict", import("zod").ZodTypeAny, {
489
773
  directory: string;
490
774
  binding?: string | undefined;
775
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
776
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
777
+ run_worker_first?: boolean | string[] | undefined;
491
778
  }, {
492
779
  directory: string;
493
780
  binding?: string | undefined;
781
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
782
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
783
+ run_worker_first?: boolean | string[] | undefined;
494
784
  }>>;
785
+ containers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
786
+ className: import("zod").ZodString;
787
+ image: import("zod").ZodString;
788
+ maxInstances: import("zod").ZodOptional<import("zod").ZodNumber>;
789
+ instanceType: import("zod").ZodOptional<import("zod").ZodString>;
790
+ name: import("zod").ZodOptional<import("zod").ZodString>;
791
+ imageBuildContext: import("zod").ZodOptional<import("zod").ZodString>;
792
+ imageVars: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
793
+ rolloutActiveGracePeriod: import("zod").ZodOptional<import("zod").ZodNumber>;
794
+ rolloutStepPercentage: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodArray<import("zod").ZodNumber, "many">]>>;
795
+ }, "strict", import("zod").ZodTypeAny, {
796
+ className: string;
797
+ image: string;
798
+ maxInstances?: number | undefined;
799
+ instanceType?: string | undefined;
800
+ name?: string | undefined;
801
+ imageBuildContext?: string | undefined;
802
+ imageVars?: Record<string, string> | undefined;
803
+ rolloutActiveGracePeriod?: number | undefined;
804
+ rolloutStepPercentage?: number | number[] | undefined;
805
+ }, {
806
+ className: string;
807
+ image: string;
808
+ maxInstances?: number | undefined;
809
+ instanceType?: string | undefined;
810
+ name?: string | undefined;
811
+ imageBuildContext?: string | undefined;
812
+ imageVars?: Record<string, string> | undefined;
813
+ rolloutActiveGracePeriod?: number | undefined;
814
+ rolloutStepPercentage?: number | number[] | undefined;
815
+ }>, "many">>;
816
+ placement: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodObject<{
817
+ mode: import("zod").ZodEnum<["off", "smart"]>;
818
+ hint: import("zod").ZodOptional<import("zod").ZodString>;
819
+ }, "strict", import("zod").ZodTypeAny, {
820
+ mode: "off" | "smart";
821
+ hint?: string | undefined;
822
+ }, {
823
+ mode: "off" | "smart";
824
+ hint?: string | undefined;
825
+ }>, {
826
+ mode: "off" | "smart";
827
+ hint?: string | undefined;
828
+ }, {
829
+ mode: "off" | "smart";
830
+ hint?: string | undefined;
831
+ }>, import("zod").ZodObject<{
832
+ mode: import("zod").ZodOptional<import("zod").ZodLiteral<"targeted">>;
833
+ region: import("zod").ZodString;
834
+ }, "strict", import("zod").ZodTypeAny, {
835
+ mode?: "targeted" | undefined;
836
+ region: string;
837
+ }, {
838
+ mode?: "targeted" | undefined;
839
+ region: string;
840
+ }>, import("zod").ZodObject<{
841
+ mode: import("zod").ZodOptional<import("zod").ZodLiteral<"targeted">>;
842
+ host: import("zod").ZodString;
843
+ }, "strict", import("zod").ZodTypeAny, {
844
+ mode?: "targeted" | undefined;
845
+ host: string;
846
+ }, {
847
+ mode?: "targeted" | undefined;
848
+ host: string;
849
+ }>, import("zod").ZodObject<{
850
+ mode: import("zod").ZodOptional<import("zod").ZodLiteral<"targeted">>;
851
+ hostname: import("zod").ZodString;
852
+ }, "strict", import("zod").ZodTypeAny, {
853
+ mode?: "targeted" | undefined;
854
+ hostname: string;
855
+ }, {
856
+ mode?: "targeted" | undefined;
857
+ hostname: string;
858
+ }>]>>;
495
859
  limits: import("zod").ZodOptional<import("zod").ZodObject<{
496
860
  cpu_ms: import("zod").ZodOptional<import("zod").ZodNumber>;
497
- }, "strip", import("zod").ZodTypeAny, {
861
+ subrequests: import("zod").ZodOptional<import("zod").ZodNumber>;
862
+ }, "strict", import("zod").ZodTypeAny, {
498
863
  cpu_ms?: number | undefined;
864
+ subrequests?: number | undefined;
499
865
  }, {
500
866
  cpu_ms?: number | undefined;
867
+ subrequests?: number | undefined;
501
868
  }>>;
502
869
  observability: import("zod").ZodOptional<import("zod").ZodObject<{
503
870
  enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
504
871
  head_sampling_rate: import("zod").ZodOptional<import("zod").ZodNumber>;
505
- }, "strip", import("zod").ZodTypeAny, {
872
+ logs: import("zod").ZodOptional<import("zod").ZodObject<{
873
+ enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
874
+ head_sampling_rate: import("zod").ZodOptional<import("zod").ZodNumber>;
875
+ invocation_logs: import("zod").ZodOptional<import("zod").ZodBoolean>;
876
+ persist: import("zod").ZodOptional<import("zod").ZodBoolean>;
877
+ destinations: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
878
+ }, "strict", import("zod").ZodTypeAny, {
879
+ enabled?: boolean | undefined;
880
+ head_sampling_rate?: number | undefined;
881
+ invocation_logs?: boolean | undefined;
882
+ persist?: boolean | undefined;
883
+ destinations?: string[] | undefined;
884
+ }, {
885
+ enabled?: boolean | undefined;
886
+ head_sampling_rate?: number | undefined;
887
+ invocation_logs?: boolean | undefined;
888
+ persist?: boolean | undefined;
889
+ destinations?: string[] | undefined;
890
+ }>>;
891
+ traces: import("zod").ZodOptional<import("zod").ZodObject<{
892
+ enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
893
+ head_sampling_rate: import("zod").ZodOptional<import("zod").ZodNumber>;
894
+ persist: import("zod").ZodOptional<import("zod").ZodBoolean>;
895
+ destinations: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
896
+ }, "strict", import("zod").ZodTypeAny, {
897
+ enabled?: boolean | undefined;
898
+ head_sampling_rate?: number | undefined;
899
+ persist?: boolean | undefined;
900
+ destinations?: string[] | undefined;
901
+ }, {
902
+ enabled?: boolean | undefined;
903
+ head_sampling_rate?: number | undefined;
904
+ persist?: boolean | undefined;
905
+ destinations?: string[] | undefined;
906
+ }>>;
907
+ }, "strict", import("zod").ZodTypeAny, {
506
908
  enabled?: boolean | undefined;
507
909
  head_sampling_rate?: number | undefined;
910
+ logs?: {
911
+ enabled?: boolean | undefined;
912
+ head_sampling_rate?: number | undefined;
913
+ invocation_logs?: boolean | undefined;
914
+ persist?: boolean | undefined;
915
+ destinations?: string[] | undefined;
916
+ } | undefined;
917
+ traces?: {
918
+ enabled?: boolean | undefined;
919
+ head_sampling_rate?: number | undefined;
920
+ persist?: boolean | undefined;
921
+ destinations?: string[] | undefined;
922
+ } | undefined;
508
923
  }, {
509
924
  enabled?: boolean | undefined;
510
925
  head_sampling_rate?: number | undefined;
926
+ logs?: {
927
+ enabled?: boolean | undefined;
928
+ head_sampling_rate?: number | undefined;
929
+ invocation_logs?: boolean | undefined;
930
+ persist?: boolean | undefined;
931
+ destinations?: string[] | undefined;
932
+ } | undefined;
933
+ traces?: {
934
+ enabled?: boolean | undefined;
935
+ head_sampling_rate?: number | undefined;
936
+ persist?: boolean | undefined;
937
+ destinations?: string[] | undefined;
938
+ } | undefined;
511
939
  }>>;
512
940
  migrations: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
513
941
  tag: import("zod").ZodString;
@@ -515,7 +943,7 @@ export declare const configSchema: import("zod").ZodObject<{
515
943
  renamed_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
516
944
  from: import("zod").ZodString;
517
945
  to: import("zod").ZodString;
518
- }, "strip", import("zod").ZodTypeAny, {
946
+ }, "strict", import("zod").ZodTypeAny, {
519
947
  from: string;
520
948
  to: string;
521
949
  }, {
@@ -524,7 +952,7 @@ export declare const configSchema: import("zod").ZodObject<{
524
952
  }>, "many">>;
525
953
  deleted_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
526
954
  new_sqlite_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
527
- }, "strip", import("zod").ZodTypeAny, {
955
+ }, "strict", import("zod").ZodTypeAny, {
528
956
  tag: string;
529
957
  new_classes?: string[] | undefined;
530
958
  renamed_classes?: {
@@ -575,6 +1003,7 @@ export declare const configSchema: import("zod").ZodObject<{
575
1003
  }>>;
576
1004
  env: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodLazy<import("zod").ZodObject<{
577
1005
  readonly name: import("zod").ZodOptional<import("zod").ZodString>;
1006
+ readonly secretsStoreId: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
578
1007
  readonly compatibilityDate: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>>;
579
1008
  readonly compatibilityFlags: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>, string[], string[] | undefined>>;
580
1009
  readonly previews: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
@@ -589,6 +1018,7 @@ export declare const configSchema: import("zod").ZodObject<{
589
1018
  queue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
590
1019
  scheduled: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
591
1020
  email: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
1021
+ tail: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
592
1022
  durableObjects: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
593
1023
  entrypoints: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
594
1024
  workflows: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
@@ -608,6 +1038,7 @@ export declare const configSchema: import("zod").ZodObject<{
608
1038
  queue?: string | false | undefined;
609
1039
  scheduled?: string | false | undefined;
610
1040
  email?: string | false | undefined;
1041
+ tail?: string | false | undefined;
611
1042
  durableObjects?: string | false | undefined;
612
1043
  entrypoints?: string | false | undefined;
613
1044
  workflows?: string | false | undefined;
@@ -621,6 +1052,7 @@ export declare const configSchema: import("zod").ZodObject<{
621
1052
  queue?: string | false | undefined;
622
1053
  scheduled?: string | false | undefined;
623
1054
  email?: string | false | undefined;
1055
+ tail?: string | false | undefined;
624
1056
  durableObjects?: string | false | undefined;
625
1057
  entrypoints?: string | false | undefined;
626
1058
  workflows?: string | false | undefined;
@@ -709,6 +1141,49 @@ export declare const configSchema: import("zod").ZodObject<{
709
1141
  retryDelay?: number | undefined;
710
1142
  }[] | undefined;
711
1143
  }>>;
1144
+ rateLimits: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1145
+ namespaceId: import("zod").ZodString;
1146
+ simple: import("zod").ZodObject<{
1147
+ limit: import("zod").ZodNumber;
1148
+ period: import("zod").ZodUnion<[import("zod").ZodLiteral<10>, import("zod").ZodLiteral<60>]>;
1149
+ }, "strict", import("zod").ZodTypeAny, {
1150
+ limit: number;
1151
+ period: 10 | 60;
1152
+ }, {
1153
+ limit: number;
1154
+ period: 10 | 60;
1155
+ }>;
1156
+ }, "strict", import("zod").ZodTypeAny, {
1157
+ namespaceId: string;
1158
+ simple: {
1159
+ limit: number;
1160
+ period: 10 | 60;
1161
+ };
1162
+ }, {
1163
+ namespaceId: string;
1164
+ simple: {
1165
+ limit: number;
1166
+ period: 10 | 60;
1167
+ };
1168
+ }>>>;
1169
+ versionMetadata: import("zod").ZodOptional<import("zod").ZodObject<{
1170
+ binding: import("zod").ZodString;
1171
+ }, "strict", import("zod").ZodTypeAny, {
1172
+ binding: string;
1173
+ }, {
1174
+ binding: string;
1175
+ }>>;
1176
+ workerLoaders: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{}, "strict", import("zod").ZodTypeAny, {}, {}>>>;
1177
+ secretsStore: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1178
+ storeId: import("zod").ZodString;
1179
+ secretName: import("zod").ZodString;
1180
+ }, "strict", import("zod").ZodTypeAny, {
1181
+ storeId: string;
1182
+ secretName: string;
1183
+ }, {
1184
+ storeId: string;
1185
+ secretName: string;
1186
+ }>]>>>;
712
1187
  services: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<{
713
1188
  service: string;
714
1189
  environment?: string;
@@ -722,41 +1197,86 @@ export declare const configSchema: import("zod").ZodObject<{
722
1197
  }>>>;
723
1198
  ai: import("zod").ZodOptional<import("zod").ZodObject<{
724
1199
  binding: import("zod").ZodString;
725
- }, "strip", import("zod").ZodTypeAny, {
1200
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1201
+ staging: import("zod").ZodOptional<import("zod").ZodBoolean>;
1202
+ }, "strict", import("zod").ZodTypeAny, {
726
1203
  binding: string;
1204
+ remote?: boolean | undefined;
1205
+ staging?: boolean | undefined;
727
1206
  }, {
728
1207
  binding: string;
1208
+ remote?: boolean | undefined;
1209
+ staging?: boolean | undefined;
729
1210
  }>>;
1211
+ aiSearchNamespaces: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1212
+ namespace: import("zod").ZodString;
1213
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1214
+ }, "strict", import("zod").ZodTypeAny, {
1215
+ namespace: string;
1216
+ remote?: boolean | undefined;
1217
+ }, {
1218
+ namespace: string;
1219
+ remote?: boolean | undefined;
1220
+ }>>>;
1221
+ aiSearch: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1222
+ instanceName: import("zod").ZodString;
1223
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1224
+ }, "strict", import("zod").ZodTypeAny, {
1225
+ instanceName: string;
1226
+ remote?: boolean | undefined;
1227
+ }, {
1228
+ instanceName: string;
1229
+ remote?: boolean | undefined;
1230
+ }>>>;
730
1231
  vectorize: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
731
1232
  indexName: import("zod").ZodString;
1233
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
732
1234
  }, "strip", import("zod").ZodTypeAny, {
733
1235
  indexName: string;
1236
+ remote?: boolean | undefined;
734
1237
  }, {
735
1238
  indexName: string;
1239
+ remote?: boolean | undefined;
736
1240
  }>>>;
737
1241
  hyperdrive: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
738
1242
  id: import("zod").ZodString;
1243
+ localConnectionString: import("zod").ZodOptional<import("zod").ZodString>;
739
1244
  }, "strict", import("zod").ZodTypeAny, {
740
1245
  id: string;
1246
+ localConnectionString?: string | undefined;
741
1247
  }, {
742
1248
  id: string;
1249
+ localConnectionString?: string | undefined;
743
1250
  }>, import("zod").ZodObject<{
744
1251
  name: import("zod").ZodString;
1252
+ localConnectionString: import("zod").ZodOptional<import("zod").ZodString>;
745
1253
  previewFallback: import("zod").ZodOptional<import("zod").ZodLiteral<"base">>;
746
1254
  previewId: import("zod").ZodOptional<import("zod").ZodString>;
747
1255
  previewLocalConnectionString: import("zod").ZodOptional<import("zod").ZodString>;
748
1256
  }, "strict", import("zod").ZodTypeAny, {
749
1257
  name: string;
1258
+ localConnectionString?: string | undefined;
750
1259
  previewFallback?: "base" | undefined;
751
1260
  previewId?: string | undefined;
752
1261
  previewLocalConnectionString?: string | undefined;
753
1262
  }, {
754
1263
  name: string;
1264
+ localConnectionString?: string | undefined;
755
1265
  previewFallback?: "base" | undefined;
756
1266
  previewId?: string | undefined;
757
1267
  previewLocalConnectionString?: string | undefined;
758
1268
  }>]>>>;
759
- browser: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>, Record<string, string>, Record<string, string>>>;
1269
+ browser: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1270
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1271
+ }, "strict", import("zod").ZodTypeAny, {
1272
+ remote?: boolean | undefined;
1273
+ }, {
1274
+ remote?: boolean | undefined;
1275
+ }>]>>, Record<string, string | {
1276
+ remote?: boolean | undefined;
1277
+ }>, Record<string, string | {
1278
+ remote?: boolean | undefined;
1279
+ }>>>;
760
1280
  analyticsEngine: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
761
1281
  dataset: import("zod").ZodString;
762
1282
  }, "strip", import("zod").ZodTypeAny, {
@@ -786,11 +1306,23 @@ export declare const configSchema: import("zod").ZodObject<{
786
1306
  allowedSenderAddresses?: string[] | undefined;
787
1307
  }>>>;
788
1308
  mtlsCertificates: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1309
+ certificateId: import("zod").ZodString;
1310
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1311
+ }, "strict", import("zod").ZodTypeAny, {
1312
+ certificateId: string;
1313
+ remote?: boolean | undefined;
1314
+ }, {
1315
+ certificateId: string;
1316
+ remote?: boolean | undefined;
1317
+ }>, import("zod").ZodObject<{
789
1318
  certificate_id: import("zod").ZodString;
1319
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
790
1320
  }, "strict", import("zod").ZodTypeAny, {
791
1321
  certificate_id: string;
1322
+ remote?: boolean | undefined;
792
1323
  }, {
793
1324
  certificate_id: string;
1325
+ remote?: boolean | undefined;
794
1326
  }>]>>>;
795
1327
  dispatchNamespaces: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
796
1328
  namespace: import("zod").ZodString;
@@ -798,7 +1330,7 @@ export declare const configSchema: import("zod").ZodObject<{
798
1330
  service: import("zod").ZodString;
799
1331
  environment: import("zod").ZodOptional<import("zod").ZodString>;
800
1332
  parameters: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
801
- }, "strip", import("zod").ZodTypeAny, {
1333
+ }, "strict", import("zod").ZodTypeAny, {
802
1334
  service: string;
803
1335
  environment?: string | undefined;
804
1336
  parameters?: string[] | undefined;
@@ -807,6 +1339,7 @@ export declare const configSchema: import("zod").ZodObject<{
807
1339
  environment?: string | undefined;
808
1340
  parameters?: string[] | undefined;
809
1341
  }>>;
1342
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
810
1343
  }, "strict", import("zod").ZodTypeAny, {
811
1344
  namespace: string;
812
1345
  outbound?: {
@@ -814,6 +1347,7 @@ export declare const configSchema: import("zod").ZodObject<{
814
1347
  environment?: string | undefined;
815
1348
  parameters?: string[] | undefined;
816
1349
  } | undefined;
1350
+ remote?: boolean | undefined;
817
1351
  }, {
818
1352
  namespace: string;
819
1353
  outbound?: {
@@ -821,28 +1355,79 @@ export declare const configSchema: import("zod").ZodObject<{
821
1355
  environment?: string | undefined;
822
1356
  parameters?: string[] | undefined;
823
1357
  } | undefined;
1358
+ remote?: boolean | undefined;
824
1359
  }>]>>>;
825
1360
  workflows: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
826
1361
  name: import("zod").ZodString;
827
1362
  className: import("zod").ZodString;
828
1363
  scriptName: import("zod").ZodOptional<import("zod").ZodString>;
1364
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1365
+ limits: import("zod").ZodOptional<import("zod").ZodObject<{
1366
+ steps: import("zod").ZodNumber;
1367
+ }, "strict", import("zod").ZodTypeAny, {
1368
+ steps: number;
1369
+ }, {
1370
+ steps: number;
1371
+ }>>;
829
1372
  }, "strict", import("zod").ZodTypeAny, {
830
1373
  name: string;
831
1374
  className: string;
832
1375
  scriptName?: string | undefined;
1376
+ remote?: boolean | undefined;
1377
+ limits?: {
1378
+ steps: number;
1379
+ } | undefined;
833
1380
  }, {
834
1381
  name: string;
835
1382
  className: string;
836
1383
  scriptName?: string | undefined;
1384
+ remote?: boolean | undefined;
1385
+ limits?: {
1386
+ steps: number;
1387
+ } | undefined;
837
1388
  }>>>;
838
1389
  pipelines: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
839
1390
  pipeline: import("zod").ZodString;
1391
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
840
1392
  }, "strict", import("zod").ZodTypeAny, {
841
1393
  pipeline: string;
1394
+ remote?: boolean | undefined;
842
1395
  }, {
843
1396
  pipeline: string;
1397
+ remote?: boolean | undefined;
1398
+ }>]>>>;
1399
+ images: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1400
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1401
+ }, "strict", import("zod").ZodTypeAny, {
1402
+ remote?: boolean | undefined;
1403
+ }, {
1404
+ remote?: boolean | undefined;
1405
+ }>, import("zod").ZodLiteral<true>]>>>, Record<string, true | {
1406
+ remote?: boolean | undefined;
1407
+ }> | undefined, Record<string, true | {
1408
+ remote?: boolean | undefined;
1409
+ }> | undefined>;
1410
+ media: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1411
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1412
+ }, "strict", import("zod").ZodTypeAny, {
1413
+ remote?: boolean | undefined;
1414
+ }, {
1415
+ remote?: boolean | undefined;
1416
+ }>, import("zod").ZodLiteral<true>]>>>, Record<string, true | {
1417
+ remote?: boolean | undefined;
1418
+ }> | undefined, Record<string, true | {
1419
+ remote?: boolean | undefined;
1420
+ }> | undefined>;
1421
+ artifacts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1422
+ namespace: import("zod").ZodString;
1423
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1424
+ }, "strict", import("zod").ZodTypeAny, {
1425
+ namespace: string;
1426
+ remote?: boolean | undefined;
1427
+ }, {
1428
+ namespace: string;
1429
+ remote?: boolean | undefined;
844
1430
  }>]>>>;
845
- images: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{}, "strict", import("zod").ZodTypeAny, {}, {}>, import("zod").ZodLiteral<true>]>>>;
846
1431
  }, "strip", import("zod").ZodTypeAny, {
847
1432
  kv?: Record<string, string | {
848
1433
  id: string;
@@ -868,6 +1453,21 @@ export declare const configSchema: import("zod").ZodObject<{
868
1453
  retryDelay?: number | undefined;
869
1454
  }[] | undefined;
870
1455
  } | undefined;
1456
+ rateLimits?: Record<string, {
1457
+ namespaceId: string;
1458
+ simple: {
1459
+ limit: number;
1460
+ period: 10 | 60;
1461
+ };
1462
+ }> | undefined;
1463
+ versionMetadata?: {
1464
+ binding: string;
1465
+ } | undefined;
1466
+ workerLoaders?: Record<string, {}> | undefined;
1467
+ secretsStore?: Record<string, string | {
1468
+ storeId: string;
1469
+ secretName: string;
1470
+ }> | undefined;
871
1471
  services?: Record<string, {
872
1472
  service: string;
873
1473
  environment?: string;
@@ -876,19 +1476,34 @@ export declare const configSchema: import("zod").ZodObject<{
876
1476
  }> | undefined;
877
1477
  ai?: {
878
1478
  binding: string;
1479
+ remote?: boolean | undefined;
1480
+ staging?: boolean | undefined;
879
1481
  } | undefined;
1482
+ aiSearchNamespaces?: Record<string, {
1483
+ namespace: string;
1484
+ remote?: boolean | undefined;
1485
+ }> | undefined;
1486
+ aiSearch?: Record<string, {
1487
+ instanceName: string;
1488
+ remote?: boolean | undefined;
1489
+ }> | undefined;
880
1490
  vectorize?: Record<string, {
881
1491
  indexName: string;
1492
+ remote?: boolean | undefined;
882
1493
  }> | undefined;
883
1494
  hyperdrive?: Record<string, string | {
884
1495
  id: string;
1496
+ localConnectionString?: string | undefined;
885
1497
  } | {
886
1498
  name: string;
1499
+ localConnectionString?: string | undefined;
887
1500
  previewFallback?: "base" | undefined;
888
1501
  previewId?: string | undefined;
889
1502
  previewLocalConnectionString?: string | undefined;
890
1503
  }> | undefined;
891
- browser?: Record<string, string> | undefined;
1504
+ browser?: Record<string, string | {
1505
+ remote?: boolean | undefined;
1506
+ }> | undefined;
892
1507
  analyticsEngine?: Record<string, {
893
1508
  dataset: string;
894
1509
  }> | undefined;
@@ -898,7 +1513,11 @@ export declare const configSchema: import("zod").ZodObject<{
898
1513
  allowedSenderAddresses?: string[] | undefined;
899
1514
  }> | undefined;
900
1515
  mtlsCertificates?: Record<string, string | {
1516
+ certificateId: string;
1517
+ remote?: boolean | undefined;
1518
+ } | {
901
1519
  certificate_id: string;
1520
+ remote?: boolean | undefined;
902
1521
  }> | undefined;
903
1522
  dispatchNamespaces?: Record<string, string | {
904
1523
  namespace: string;
@@ -907,16 +1526,31 @@ export declare const configSchema: import("zod").ZodObject<{
907
1526
  environment?: string | undefined;
908
1527
  parameters?: string[] | undefined;
909
1528
  } | undefined;
1529
+ remote?: boolean | undefined;
910
1530
  }> | undefined;
911
1531
  workflows?: Record<string, {
912
1532
  name: string;
913
1533
  className: string;
914
1534
  scriptName?: string | undefined;
1535
+ remote?: boolean | undefined;
1536
+ limits?: {
1537
+ steps: number;
1538
+ } | undefined;
915
1539
  }> | undefined;
916
1540
  pipelines?: Record<string, string | {
917
1541
  pipeline: string;
1542
+ remote?: boolean | undefined;
1543
+ }> | undefined;
1544
+ images?: Record<string, true | {
1545
+ remote?: boolean | undefined;
1546
+ }> | undefined;
1547
+ media?: Record<string, true | {
1548
+ remote?: boolean | undefined;
1549
+ }> | undefined;
1550
+ artifacts?: Record<string, string | {
1551
+ namespace: string;
1552
+ remote?: boolean | undefined;
918
1553
  }> | undefined;
919
- images?: Record<string, true | {}> | undefined;
920
1554
  }, {
921
1555
  kv?: Record<string, string | {
922
1556
  id: string;
@@ -942,6 +1576,21 @@ export declare const configSchema: import("zod").ZodObject<{
942
1576
  retryDelay?: number | undefined;
943
1577
  }[] | undefined;
944
1578
  } | undefined;
1579
+ rateLimits?: Record<string, {
1580
+ namespaceId: string;
1581
+ simple: {
1582
+ limit: number;
1583
+ period: 10 | 60;
1584
+ };
1585
+ }> | undefined;
1586
+ versionMetadata?: {
1587
+ binding: string;
1588
+ } | undefined;
1589
+ workerLoaders?: Record<string, {}> | undefined;
1590
+ secretsStore?: Record<string, string | {
1591
+ storeId: string;
1592
+ secretName: string;
1593
+ }> | undefined;
945
1594
  services?: Record<string, {
946
1595
  service: string;
947
1596
  environment?: string;
@@ -950,19 +1599,34 @@ export declare const configSchema: import("zod").ZodObject<{
950
1599
  }> | undefined;
951
1600
  ai?: {
952
1601
  binding: string;
1602
+ remote?: boolean | undefined;
1603
+ staging?: boolean | undefined;
953
1604
  } | undefined;
1605
+ aiSearchNamespaces?: Record<string, {
1606
+ namespace: string;
1607
+ remote?: boolean | undefined;
1608
+ }> | undefined;
1609
+ aiSearch?: Record<string, {
1610
+ instanceName: string;
1611
+ remote?: boolean | undefined;
1612
+ }> | undefined;
954
1613
  vectorize?: Record<string, {
955
1614
  indexName: string;
1615
+ remote?: boolean | undefined;
956
1616
  }> | undefined;
957
1617
  hyperdrive?: Record<string, string | {
958
1618
  id: string;
1619
+ localConnectionString?: string | undefined;
959
1620
  } | {
960
1621
  name: string;
1622
+ localConnectionString?: string | undefined;
961
1623
  previewFallback?: "base" | undefined;
962
1624
  previewId?: string | undefined;
963
1625
  previewLocalConnectionString?: string | undefined;
964
1626
  }> | undefined;
965
- browser?: Record<string, string> | undefined;
1627
+ browser?: Record<string, string | {
1628
+ remote?: boolean | undefined;
1629
+ }> | undefined;
966
1630
  analyticsEngine?: Record<string, {
967
1631
  dataset: string;
968
1632
  }> | undefined;
@@ -972,7 +1636,11 @@ export declare const configSchema: import("zod").ZodObject<{
972
1636
  allowedSenderAddresses?: string[] | undefined;
973
1637
  }> | undefined;
974
1638
  mtlsCertificates?: Record<string, string | {
1639
+ certificateId: string;
1640
+ remote?: boolean | undefined;
1641
+ } | {
975
1642
  certificate_id: string;
1643
+ remote?: boolean | undefined;
976
1644
  }> | undefined;
977
1645
  dispatchNamespaces?: Record<string, string | {
978
1646
  namespace: string;
@@ -981,16 +1649,31 @@ export declare const configSchema: import("zod").ZodObject<{
981
1649
  environment?: string | undefined;
982
1650
  parameters?: string[] | undefined;
983
1651
  } | undefined;
1652
+ remote?: boolean | undefined;
984
1653
  }> | undefined;
985
1654
  workflows?: Record<string, {
986
1655
  name: string;
987
1656
  className: string;
988
1657
  scriptName?: string | undefined;
1658
+ remote?: boolean | undefined;
1659
+ limits?: {
1660
+ steps: number;
1661
+ } | undefined;
989
1662
  }> | undefined;
990
1663
  pipelines?: Record<string, string | {
991
1664
  pipeline: string;
1665
+ remote?: boolean | undefined;
1666
+ }> | undefined;
1667
+ images?: Record<string, true | {
1668
+ remote?: boolean | undefined;
1669
+ }> | undefined;
1670
+ media?: Record<string, true | {
1671
+ remote?: boolean | undefined;
1672
+ }> | undefined;
1673
+ artifacts?: Record<string, string | {
1674
+ namespace: string;
1675
+ remote?: boolean | undefined;
992
1676
  }> | undefined;
993
- images?: Record<string, true | {}> | undefined;
994
1677
  }>>>;
995
1678
  readonly triggers: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
996
1679
  crons: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
@@ -999,6 +1682,32 @@ export declare const configSchema: import("zod").ZodObject<{
999
1682
  }, {
1000
1683
  crons?: string[] | undefined;
1001
1684
  }>>>;
1685
+ readonly rules: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1686
+ type: import("zod").ZodEnum<["ESModule", "CommonJS", "CompiledWasm", "Text", "Data"]>;
1687
+ globs: import("zod").ZodArray<import("zod").ZodString, "many">;
1688
+ fallthrough: import("zod").ZodOptional<import("zod").ZodBoolean>;
1689
+ }, "strict", import("zod").ZodTypeAny, {
1690
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
1691
+ globs: string[];
1692
+ fallthrough?: boolean | undefined;
1693
+ }, {
1694
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
1695
+ globs: string[];
1696
+ fallthrough?: boolean | undefined;
1697
+ }>, "many">>>;
1698
+ readonly findAdditionalModules: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1699
+ readonly baseDir: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
1700
+ readonly preserveFileNames: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1701
+ readonly tailConsumers: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1702
+ service: import("zod").ZodString;
1703
+ environment: import("zod").ZodOptional<import("zod").ZodString>;
1704
+ }, "strict", import("zod").ZodTypeAny, {
1705
+ service: string;
1706
+ environment?: string | undefined;
1707
+ }, {
1708
+ service: string;
1709
+ environment?: string | undefined;
1710
+ }>]>, "many">>>;
1002
1711
  readonly vars: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
1003
1712
  readonly secrets: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1004
1713
  required: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
@@ -1026,29 +1735,176 @@ export declare const configSchema: import("zod").ZodObject<{
1026
1735
  readonly assets: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1027
1736
  directory: import("zod").ZodString;
1028
1737
  binding: import("zod").ZodOptional<import("zod").ZodString>;
1029
- }, "strip", import("zod").ZodTypeAny, {
1738
+ html_handling: import("zod").ZodOptional<import("zod").ZodEnum<["auto-trailing-slash", "force-trailing-slash", "drop-trailing-slash", "none"]>>;
1739
+ not_found_handling: import("zod").ZodOptional<import("zod").ZodEnum<["single-page-application", "404-page", "none"]>>;
1740
+ run_worker_first: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodBoolean, import("zod").ZodArray<import("zod").ZodString, "many">]>>;
1741
+ }, "strict", import("zod").ZodTypeAny, {
1030
1742
  directory: string;
1031
1743
  binding?: string | undefined;
1744
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
1745
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
1746
+ run_worker_first?: boolean | string[] | undefined;
1032
1747
  }, {
1033
1748
  directory: string;
1034
1749
  binding?: string | undefined;
1750
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
1751
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
1752
+ run_worker_first?: boolean | string[] | undefined;
1035
1753
  }>>>;
1754
+ readonly containers: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1755
+ className: import("zod").ZodString;
1756
+ image: import("zod").ZodString;
1757
+ maxInstances: import("zod").ZodOptional<import("zod").ZodNumber>;
1758
+ instanceType: import("zod").ZodOptional<import("zod").ZodString>;
1759
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1760
+ imageBuildContext: import("zod").ZodOptional<import("zod").ZodString>;
1761
+ imageVars: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1762
+ rolloutActiveGracePeriod: import("zod").ZodOptional<import("zod").ZodNumber>;
1763
+ rolloutStepPercentage: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodArray<import("zod").ZodNumber, "many">]>>;
1764
+ }, "strict", import("zod").ZodTypeAny, {
1765
+ className: string;
1766
+ image: string;
1767
+ maxInstances?: number | undefined;
1768
+ instanceType?: string | undefined;
1769
+ name?: string | undefined;
1770
+ imageBuildContext?: string | undefined;
1771
+ imageVars?: Record<string, string> | undefined;
1772
+ rolloutActiveGracePeriod?: number | undefined;
1773
+ rolloutStepPercentage?: number | number[] | undefined;
1774
+ }, {
1775
+ className: string;
1776
+ image: string;
1777
+ maxInstances?: number | undefined;
1778
+ instanceType?: string | undefined;
1779
+ name?: string | undefined;
1780
+ imageBuildContext?: string | undefined;
1781
+ imageVars?: Record<string, string> | undefined;
1782
+ rolloutActiveGracePeriod?: number | undefined;
1783
+ rolloutStepPercentage?: number | number[] | undefined;
1784
+ }>, "many">>>;
1785
+ readonly placement: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodObject<{
1786
+ mode: import("zod").ZodEnum<["off", "smart"]>;
1787
+ hint: import("zod").ZodOptional<import("zod").ZodString>;
1788
+ }, "strict", import("zod").ZodTypeAny, {
1789
+ mode: "off" | "smart";
1790
+ hint?: string | undefined;
1791
+ }, {
1792
+ mode: "off" | "smart";
1793
+ hint?: string | undefined;
1794
+ }>, {
1795
+ mode: "off" | "smart";
1796
+ hint?: string | undefined;
1797
+ }, {
1798
+ mode: "off" | "smart";
1799
+ hint?: string | undefined;
1800
+ }>, import("zod").ZodObject<{
1801
+ mode: import("zod").ZodOptional<import("zod").ZodLiteral<"targeted">>;
1802
+ region: import("zod").ZodString;
1803
+ }, "strict", import("zod").ZodTypeAny, {
1804
+ mode?: "targeted" | undefined;
1805
+ region: string;
1806
+ }, {
1807
+ mode?: "targeted" | undefined;
1808
+ region: string;
1809
+ }>, import("zod").ZodObject<{
1810
+ mode: import("zod").ZodOptional<import("zod").ZodLiteral<"targeted">>;
1811
+ host: import("zod").ZodString;
1812
+ }, "strict", import("zod").ZodTypeAny, {
1813
+ mode?: "targeted" | undefined;
1814
+ host: string;
1815
+ }, {
1816
+ mode?: "targeted" | undefined;
1817
+ host: string;
1818
+ }>, import("zod").ZodObject<{
1819
+ mode: import("zod").ZodOptional<import("zod").ZodLiteral<"targeted">>;
1820
+ hostname: import("zod").ZodString;
1821
+ }, "strict", import("zod").ZodTypeAny, {
1822
+ mode?: "targeted" | undefined;
1823
+ hostname: string;
1824
+ }, {
1825
+ mode?: "targeted" | undefined;
1826
+ hostname: string;
1827
+ }>]>>>;
1036
1828
  readonly limits: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1037
1829
  cpu_ms: import("zod").ZodOptional<import("zod").ZodNumber>;
1038
- }, "strip", import("zod").ZodTypeAny, {
1830
+ subrequests: import("zod").ZodOptional<import("zod").ZodNumber>;
1831
+ }, "strict", import("zod").ZodTypeAny, {
1039
1832
  cpu_ms?: number | undefined;
1833
+ subrequests?: number | undefined;
1040
1834
  }, {
1041
1835
  cpu_ms?: number | undefined;
1836
+ subrequests?: number | undefined;
1042
1837
  }>>>;
1043
1838
  readonly observability: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1044
1839
  enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
1045
1840
  head_sampling_rate: import("zod").ZodOptional<import("zod").ZodNumber>;
1046
- }, "strip", import("zod").ZodTypeAny, {
1841
+ logs: import("zod").ZodOptional<import("zod").ZodObject<{
1842
+ enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
1843
+ head_sampling_rate: import("zod").ZodOptional<import("zod").ZodNumber>;
1844
+ invocation_logs: import("zod").ZodOptional<import("zod").ZodBoolean>;
1845
+ persist: import("zod").ZodOptional<import("zod").ZodBoolean>;
1846
+ destinations: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1847
+ }, "strict", import("zod").ZodTypeAny, {
1848
+ enabled?: boolean | undefined;
1849
+ head_sampling_rate?: number | undefined;
1850
+ invocation_logs?: boolean | undefined;
1851
+ persist?: boolean | undefined;
1852
+ destinations?: string[] | undefined;
1853
+ }, {
1854
+ enabled?: boolean | undefined;
1855
+ head_sampling_rate?: number | undefined;
1856
+ invocation_logs?: boolean | undefined;
1857
+ persist?: boolean | undefined;
1858
+ destinations?: string[] | undefined;
1859
+ }>>;
1860
+ traces: import("zod").ZodOptional<import("zod").ZodObject<{
1861
+ enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
1862
+ head_sampling_rate: import("zod").ZodOptional<import("zod").ZodNumber>;
1863
+ persist: import("zod").ZodOptional<import("zod").ZodBoolean>;
1864
+ destinations: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1865
+ }, "strict", import("zod").ZodTypeAny, {
1866
+ enabled?: boolean | undefined;
1867
+ head_sampling_rate?: number | undefined;
1868
+ persist?: boolean | undefined;
1869
+ destinations?: string[] | undefined;
1870
+ }, {
1871
+ enabled?: boolean | undefined;
1872
+ head_sampling_rate?: number | undefined;
1873
+ persist?: boolean | undefined;
1874
+ destinations?: string[] | undefined;
1875
+ }>>;
1876
+ }, "strict", import("zod").ZodTypeAny, {
1047
1877
  enabled?: boolean | undefined;
1048
1878
  head_sampling_rate?: number | undefined;
1879
+ logs?: {
1880
+ enabled?: boolean | undefined;
1881
+ head_sampling_rate?: number | undefined;
1882
+ invocation_logs?: boolean | undefined;
1883
+ persist?: boolean | undefined;
1884
+ destinations?: string[] | undefined;
1885
+ } | undefined;
1886
+ traces?: {
1887
+ enabled?: boolean | undefined;
1888
+ head_sampling_rate?: number | undefined;
1889
+ persist?: boolean | undefined;
1890
+ destinations?: string[] | undefined;
1891
+ } | undefined;
1049
1892
  }, {
1050
1893
  enabled?: boolean | undefined;
1051
1894
  head_sampling_rate?: number | undefined;
1895
+ logs?: {
1896
+ enabled?: boolean | undefined;
1897
+ head_sampling_rate?: number | undefined;
1898
+ invocation_logs?: boolean | undefined;
1899
+ persist?: boolean | undefined;
1900
+ destinations?: string[] | undefined;
1901
+ } | undefined;
1902
+ traces?: {
1903
+ enabled?: boolean | undefined;
1904
+ head_sampling_rate?: number | undefined;
1905
+ persist?: boolean | undefined;
1906
+ destinations?: string[] | undefined;
1907
+ } | undefined;
1052
1908
  }>>>;
1053
1909
  readonly migrations: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1054
1910
  tag: import("zod").ZodString;
@@ -1056,7 +1912,7 @@ export declare const configSchema: import("zod").ZodObject<{
1056
1912
  renamed_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1057
1913
  from: import("zod").ZodString;
1058
1914
  to: import("zod").ZodString;
1059
- }, "strip", import("zod").ZodTypeAny, {
1915
+ }, "strict", import("zod").ZodTypeAny, {
1060
1916
  from: string;
1061
1917
  to: string;
1062
1918
  }, {
@@ -1065,7 +1921,7 @@ export declare const configSchema: import("zod").ZodObject<{
1065
1921
  }>, "many">>;
1066
1922
  deleted_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1067
1923
  new_sqlite_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1068
- }, "strip", import("zod").ZodTypeAny, {
1924
+ }, "strict", import("zod").ZodTypeAny, {
1069
1925
  tag: string;
1070
1926
  new_classes?: string[] | undefined;
1071
1927
  renamed_classes?: {
@@ -1116,6 +1972,7 @@ export declare const configSchema: import("zod").ZodObject<{
1116
1972
  }>>>;
1117
1973
  }, "strict", import("zod").ZodTypeAny, {
1118
1974
  name?: string | undefined;
1975
+ secretsStoreId?: string | undefined;
1119
1976
  compatibilityDate?: string | undefined;
1120
1977
  compatibilityFlags?: string[] | undefined;
1121
1978
  previews?: {
@@ -1126,6 +1983,7 @@ export declare const configSchema: import("zod").ZodObject<{
1126
1983
  queue?: string | false | undefined;
1127
1984
  scheduled?: string | false | undefined;
1128
1985
  email?: string | false | undefined;
1986
+ tail?: string | false | undefined;
1129
1987
  durableObjects?: string | false | undefined;
1130
1988
  entrypoints?: string | false | undefined;
1131
1989
  workflows?: string | false | undefined;
@@ -1160,7 +2018,22 @@ export declare const configSchema: import("zod").ZodObject<{
1160
2018
  retryDelay?: number | undefined;
1161
2019
  }[] | undefined;
1162
2020
  } | undefined;
1163
- services?: Record<string, {
2021
+ rateLimits?: Record<string, {
2022
+ namespaceId: string;
2023
+ simple: {
2024
+ limit: number;
2025
+ period: 10 | 60;
2026
+ };
2027
+ }> | undefined;
2028
+ versionMetadata?: {
2029
+ binding: string;
2030
+ } | undefined;
2031
+ workerLoaders?: Record<string, {}> | undefined;
2032
+ secretsStore?: Record<string, string | {
2033
+ storeId: string;
2034
+ secretName: string;
2035
+ }> | undefined;
2036
+ services?: Record<string, {
1164
2037
  service: string;
1165
2038
  environment?: string;
1166
2039
  entrypoint?: string;
@@ -1168,19 +2041,34 @@ export declare const configSchema: import("zod").ZodObject<{
1168
2041
  }> | undefined;
1169
2042
  ai?: {
1170
2043
  binding: string;
2044
+ remote?: boolean | undefined;
2045
+ staging?: boolean | undefined;
1171
2046
  } | undefined;
2047
+ aiSearchNamespaces?: Record<string, {
2048
+ namespace: string;
2049
+ remote?: boolean | undefined;
2050
+ }> | undefined;
2051
+ aiSearch?: Record<string, {
2052
+ instanceName: string;
2053
+ remote?: boolean | undefined;
2054
+ }> | undefined;
1172
2055
  vectorize?: Record<string, {
1173
2056
  indexName: string;
2057
+ remote?: boolean | undefined;
1174
2058
  }> | undefined;
1175
2059
  hyperdrive?: Record<string, string | {
1176
2060
  id: string;
2061
+ localConnectionString?: string | undefined;
1177
2062
  } | {
1178
2063
  name: string;
2064
+ localConnectionString?: string | undefined;
1179
2065
  previewFallback?: "base" | undefined;
1180
2066
  previewId?: string | undefined;
1181
2067
  previewLocalConnectionString?: string | undefined;
1182
2068
  }> | undefined;
1183
- browser?: Record<string, string> | undefined;
2069
+ browser?: Record<string, string | {
2070
+ remote?: boolean | undefined;
2071
+ }> | undefined;
1184
2072
  analyticsEngine?: Record<string, {
1185
2073
  dataset: string;
1186
2074
  }> | undefined;
@@ -1190,7 +2078,11 @@ export declare const configSchema: import("zod").ZodObject<{
1190
2078
  allowedSenderAddresses?: string[] | undefined;
1191
2079
  }> | undefined;
1192
2080
  mtlsCertificates?: Record<string, string | {
2081
+ certificateId: string;
2082
+ remote?: boolean | undefined;
2083
+ } | {
1193
2084
  certificate_id: string;
2085
+ remote?: boolean | undefined;
1194
2086
  }> | undefined;
1195
2087
  dispatchNamespaces?: Record<string, string | {
1196
2088
  namespace: string;
@@ -1199,20 +2091,47 @@ export declare const configSchema: import("zod").ZodObject<{
1199
2091
  environment?: string | undefined;
1200
2092
  parameters?: string[] | undefined;
1201
2093
  } | undefined;
2094
+ remote?: boolean | undefined;
1202
2095
  }> | undefined;
1203
2096
  workflows?: Record<string, {
1204
2097
  name: string;
1205
2098
  className: string;
1206
2099
  scriptName?: string | undefined;
2100
+ remote?: boolean | undefined;
2101
+ limits?: {
2102
+ steps: number;
2103
+ } | undefined;
1207
2104
  }> | undefined;
1208
2105
  pipelines?: Record<string, string | {
1209
2106
  pipeline: string;
2107
+ remote?: boolean | undefined;
2108
+ }> | undefined;
2109
+ images?: Record<string, true | {
2110
+ remote?: boolean | undefined;
2111
+ }> | undefined;
2112
+ media?: Record<string, true | {
2113
+ remote?: boolean | undefined;
2114
+ }> | undefined;
2115
+ artifacts?: Record<string, string | {
2116
+ namespace: string;
2117
+ remote?: boolean | undefined;
1210
2118
  }> | undefined;
1211
- images?: Record<string, true | {}> | undefined;
1212
2119
  } | undefined;
1213
2120
  triggers?: {
1214
2121
  crons?: string[] | undefined;
1215
2122
  } | undefined;
2123
+ rules?: {
2124
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
2125
+ globs: string[];
2126
+ fallthrough?: boolean | undefined;
2127
+ }[] | undefined;
2128
+ findAdditionalModules?: boolean | undefined;
2129
+ baseDir?: string | undefined;
2130
+ preserveFileNames?: boolean | undefined;
2131
+ tailConsumers?: (string | {
2132
+ service: string;
2133
+ environment?: string | undefined;
2134
+ })[] | undefined;
1216
2135
  vars?: Record<string, string> | undefined;
1217
2136
  secrets?: Record<string, {
1218
2137
  required: boolean;
@@ -1226,13 +2145,54 @@ export declare const configSchema: import("zod").ZodObject<{
1226
2145
  assets?: {
1227
2146
  directory: string;
1228
2147
  binding?: string | undefined;
2148
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
2149
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
2150
+ run_worker_first?: boolean | string[] | undefined;
2151
+ } | undefined;
2152
+ containers?: {
2153
+ className: string;
2154
+ image: string;
2155
+ maxInstances?: number | undefined;
2156
+ instanceType?: string | undefined;
2157
+ name?: string | undefined;
2158
+ imageBuildContext?: string | undefined;
2159
+ imageVars?: Record<string, string> | undefined;
2160
+ rolloutActiveGracePeriod?: number | undefined;
2161
+ rolloutStepPercentage?: number | number[] | undefined;
2162
+ }[] | undefined;
2163
+ placement?: {
2164
+ mode: "off" | "smart";
2165
+ hint?: string | undefined;
2166
+ } | {
2167
+ mode?: "targeted" | undefined;
2168
+ region: string;
2169
+ } | {
2170
+ mode?: "targeted" | undefined;
2171
+ host: string;
2172
+ } | {
2173
+ mode?: "targeted" | undefined;
2174
+ hostname: string;
1229
2175
  } | undefined;
1230
2176
  limits?: {
1231
2177
  cpu_ms?: number | undefined;
2178
+ subrequests?: number | undefined;
1232
2179
  } | undefined;
1233
2180
  observability?: {
1234
2181
  enabled?: boolean | undefined;
1235
2182
  head_sampling_rate?: number | undefined;
2183
+ logs?: {
2184
+ enabled?: boolean | undefined;
2185
+ head_sampling_rate?: number | undefined;
2186
+ invocation_logs?: boolean | undefined;
2187
+ persist?: boolean | undefined;
2188
+ destinations?: string[] | undefined;
2189
+ } | undefined;
2190
+ traces?: {
2191
+ enabled?: boolean | undefined;
2192
+ head_sampling_rate?: number | undefined;
2193
+ persist?: boolean | undefined;
2194
+ destinations?: string[] | undefined;
2195
+ } | undefined;
1236
2196
  } | undefined;
1237
2197
  migrations?: {
1238
2198
  tag: string;
@@ -1258,6 +2218,7 @@ export declare const configSchema: import("zod").ZodObject<{
1258
2218
  } | undefined;
1259
2219
  }, {
1260
2220
  name?: string | undefined;
2221
+ secretsStoreId?: string | undefined;
1261
2222
  compatibilityDate?: string | undefined;
1262
2223
  compatibilityFlags?: string[] | undefined;
1263
2224
  previews?: {
@@ -1268,6 +2229,7 @@ export declare const configSchema: import("zod").ZodObject<{
1268
2229
  queue?: string | false | undefined;
1269
2230
  scheduled?: string | false | undefined;
1270
2231
  email?: string | false | undefined;
2232
+ tail?: string | false | undefined;
1271
2233
  durableObjects?: string | false | undefined;
1272
2234
  entrypoints?: string | false | undefined;
1273
2235
  workflows?: string | false | undefined;
@@ -1302,6 +2264,21 @@ export declare const configSchema: import("zod").ZodObject<{
1302
2264
  retryDelay?: number | undefined;
1303
2265
  }[] | undefined;
1304
2266
  } | undefined;
2267
+ rateLimits?: Record<string, {
2268
+ namespaceId: string;
2269
+ simple: {
2270
+ limit: number;
2271
+ period: 10 | 60;
2272
+ };
2273
+ }> | undefined;
2274
+ versionMetadata?: {
2275
+ binding: string;
2276
+ } | undefined;
2277
+ workerLoaders?: Record<string, {}> | undefined;
2278
+ secretsStore?: Record<string, string | {
2279
+ storeId: string;
2280
+ secretName: string;
2281
+ }> | undefined;
1305
2282
  services?: Record<string, {
1306
2283
  service: string;
1307
2284
  environment?: string;
@@ -1310,19 +2287,34 @@ export declare const configSchema: import("zod").ZodObject<{
1310
2287
  }> | undefined;
1311
2288
  ai?: {
1312
2289
  binding: string;
2290
+ remote?: boolean | undefined;
2291
+ staging?: boolean | undefined;
1313
2292
  } | undefined;
2293
+ aiSearchNamespaces?: Record<string, {
2294
+ namespace: string;
2295
+ remote?: boolean | undefined;
2296
+ }> | undefined;
2297
+ aiSearch?: Record<string, {
2298
+ instanceName: string;
2299
+ remote?: boolean | undefined;
2300
+ }> | undefined;
1314
2301
  vectorize?: Record<string, {
1315
2302
  indexName: string;
2303
+ remote?: boolean | undefined;
1316
2304
  }> | undefined;
1317
2305
  hyperdrive?: Record<string, string | {
1318
2306
  id: string;
2307
+ localConnectionString?: string | undefined;
1319
2308
  } | {
1320
2309
  name: string;
2310
+ localConnectionString?: string | undefined;
1321
2311
  previewFallback?: "base" | undefined;
1322
2312
  previewId?: string | undefined;
1323
2313
  previewLocalConnectionString?: string | undefined;
1324
2314
  }> | undefined;
1325
- browser?: Record<string, string> | undefined;
2315
+ browser?: Record<string, string | {
2316
+ remote?: boolean | undefined;
2317
+ }> | undefined;
1326
2318
  analyticsEngine?: Record<string, {
1327
2319
  dataset: string;
1328
2320
  }> | undefined;
@@ -1332,7 +2324,11 @@ export declare const configSchema: import("zod").ZodObject<{
1332
2324
  allowedSenderAddresses?: string[] | undefined;
1333
2325
  }> | undefined;
1334
2326
  mtlsCertificates?: Record<string, string | {
2327
+ certificateId: string;
2328
+ remote?: boolean | undefined;
2329
+ } | {
1335
2330
  certificate_id: string;
2331
+ remote?: boolean | undefined;
1336
2332
  }> | undefined;
1337
2333
  dispatchNamespaces?: Record<string, string | {
1338
2334
  namespace: string;
@@ -1341,20 +2337,47 @@ export declare const configSchema: import("zod").ZodObject<{
1341
2337
  environment?: string | undefined;
1342
2338
  parameters?: string[] | undefined;
1343
2339
  } | undefined;
2340
+ remote?: boolean | undefined;
1344
2341
  }> | undefined;
1345
2342
  workflows?: Record<string, {
1346
2343
  name: string;
1347
2344
  className: string;
1348
2345
  scriptName?: string | undefined;
2346
+ remote?: boolean | undefined;
2347
+ limits?: {
2348
+ steps: number;
2349
+ } | undefined;
1349
2350
  }> | undefined;
1350
2351
  pipelines?: Record<string, string | {
1351
2352
  pipeline: string;
2353
+ remote?: boolean | undefined;
2354
+ }> | undefined;
2355
+ images?: Record<string, true | {
2356
+ remote?: boolean | undefined;
2357
+ }> | undefined;
2358
+ media?: Record<string, true | {
2359
+ remote?: boolean | undefined;
2360
+ }> | undefined;
2361
+ artifacts?: Record<string, string | {
2362
+ namespace: string;
2363
+ remote?: boolean | undefined;
1352
2364
  }> | undefined;
1353
- images?: Record<string, true | {}> | undefined;
1354
2365
  } | undefined;
1355
2366
  triggers?: {
1356
2367
  crons?: string[] | undefined;
1357
2368
  } | undefined;
2369
+ rules?: {
2370
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
2371
+ globs: string[];
2372
+ fallthrough?: boolean | undefined;
2373
+ }[] | undefined;
2374
+ findAdditionalModules?: boolean | undefined;
2375
+ baseDir?: string | undefined;
2376
+ preserveFileNames?: boolean | undefined;
2377
+ tailConsumers?: (string | {
2378
+ service: string;
2379
+ environment?: string | undefined;
2380
+ })[] | undefined;
1358
2381
  vars?: Record<string, string> | undefined;
1359
2382
  secrets?: Record<string, {
1360
2383
  required?: boolean | undefined;
@@ -1368,13 +2391,54 @@ export declare const configSchema: import("zod").ZodObject<{
1368
2391
  assets?: {
1369
2392
  directory: string;
1370
2393
  binding?: string | undefined;
2394
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
2395
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
2396
+ run_worker_first?: boolean | string[] | undefined;
2397
+ } | undefined;
2398
+ containers?: {
2399
+ className: string;
2400
+ image: string;
2401
+ maxInstances?: number | undefined;
2402
+ instanceType?: string | undefined;
2403
+ name?: string | undefined;
2404
+ imageBuildContext?: string | undefined;
2405
+ imageVars?: Record<string, string> | undefined;
2406
+ rolloutActiveGracePeriod?: number | undefined;
2407
+ rolloutStepPercentage?: number | number[] | undefined;
2408
+ }[] | undefined;
2409
+ placement?: {
2410
+ mode: "off" | "smart";
2411
+ hint?: string | undefined;
2412
+ } | {
2413
+ mode?: "targeted" | undefined;
2414
+ region: string;
2415
+ } | {
2416
+ mode?: "targeted" | undefined;
2417
+ host: string;
2418
+ } | {
2419
+ mode?: "targeted" | undefined;
2420
+ hostname: string;
1371
2421
  } | undefined;
1372
2422
  limits?: {
1373
2423
  cpu_ms?: number | undefined;
2424
+ subrequests?: number | undefined;
1374
2425
  } | undefined;
1375
2426
  observability?: {
1376
2427
  enabled?: boolean | undefined;
1377
2428
  head_sampling_rate?: number | undefined;
2429
+ logs?: {
2430
+ enabled?: boolean | undefined;
2431
+ head_sampling_rate?: number | undefined;
2432
+ invocation_logs?: boolean | undefined;
2433
+ persist?: boolean | undefined;
2434
+ destinations?: string[] | undefined;
2435
+ } | undefined;
2436
+ traces?: {
2437
+ enabled?: boolean | undefined;
2438
+ head_sampling_rate?: number | undefined;
2439
+ persist?: boolean | undefined;
2440
+ destinations?: string[] | undefined;
2441
+ } | undefined;
1378
2442
  } | undefined;
1379
2443
  migrations?: {
1380
2444
  tag: string;
@@ -1402,6 +2466,7 @@ export declare const configSchema: import("zod").ZodObject<{
1402
2466
  }, "strict", import("zod").ZodTypeAny, {
1403
2467
  name: string;
1404
2468
  accountId?: string | undefined;
2469
+ secretsStoreId?: string | undefined;
1405
2470
  compatibilityDate: string;
1406
2471
  compatibilityFlags: string[];
1407
2472
  previews?: {
@@ -1412,6 +2477,7 @@ export declare const configSchema: import("zod").ZodObject<{
1412
2477
  queue?: string | false | undefined;
1413
2478
  scheduled?: string | false | undefined;
1414
2479
  email?: string | false | undefined;
2480
+ tail?: string | false | undefined;
1415
2481
  durableObjects?: string | false | undefined;
1416
2482
  entrypoints?: string | false | undefined;
1417
2483
  workflows?: string | false | undefined;
@@ -1446,6 +2512,21 @@ export declare const configSchema: import("zod").ZodObject<{
1446
2512
  retryDelay?: number | undefined;
1447
2513
  }[] | undefined;
1448
2514
  } | undefined;
2515
+ rateLimits?: Record<string, {
2516
+ namespaceId: string;
2517
+ simple: {
2518
+ limit: number;
2519
+ period: 10 | 60;
2520
+ };
2521
+ }> | undefined;
2522
+ versionMetadata?: {
2523
+ binding: string;
2524
+ } | undefined;
2525
+ workerLoaders?: Record<string, {}> | undefined;
2526
+ secretsStore?: Record<string, string | {
2527
+ storeId: string;
2528
+ secretName: string;
2529
+ }> | undefined;
1449
2530
  services?: Record<string, {
1450
2531
  service: string;
1451
2532
  environment?: string;
@@ -1454,19 +2535,34 @@ export declare const configSchema: import("zod").ZodObject<{
1454
2535
  }> | undefined;
1455
2536
  ai?: {
1456
2537
  binding: string;
2538
+ remote?: boolean | undefined;
2539
+ staging?: boolean | undefined;
1457
2540
  } | undefined;
2541
+ aiSearchNamespaces?: Record<string, {
2542
+ namespace: string;
2543
+ remote?: boolean | undefined;
2544
+ }> | undefined;
2545
+ aiSearch?: Record<string, {
2546
+ instanceName: string;
2547
+ remote?: boolean | undefined;
2548
+ }> | undefined;
1458
2549
  vectorize?: Record<string, {
1459
2550
  indexName: string;
2551
+ remote?: boolean | undefined;
1460
2552
  }> | undefined;
1461
2553
  hyperdrive?: Record<string, string | {
1462
2554
  id: string;
2555
+ localConnectionString?: string | undefined;
1463
2556
  } | {
1464
2557
  name: string;
2558
+ localConnectionString?: string | undefined;
1465
2559
  previewFallback?: "base" | undefined;
1466
2560
  previewId?: string | undefined;
1467
2561
  previewLocalConnectionString?: string | undefined;
1468
2562
  }> | undefined;
1469
- browser?: Record<string, string> | undefined;
2563
+ browser?: Record<string, string | {
2564
+ remote?: boolean | undefined;
2565
+ }> | undefined;
1470
2566
  analyticsEngine?: Record<string, {
1471
2567
  dataset: string;
1472
2568
  }> | undefined;
@@ -1476,7 +2572,11 @@ export declare const configSchema: import("zod").ZodObject<{
1476
2572
  allowedSenderAddresses?: string[] | undefined;
1477
2573
  }> | undefined;
1478
2574
  mtlsCertificates?: Record<string, string | {
2575
+ certificateId: string;
2576
+ remote?: boolean | undefined;
2577
+ } | {
1479
2578
  certificate_id: string;
2579
+ remote?: boolean | undefined;
1480
2580
  }> | undefined;
1481
2581
  dispatchNamespaces?: Record<string, string | {
1482
2582
  namespace: string;
@@ -1485,20 +2585,47 @@ export declare const configSchema: import("zod").ZodObject<{
1485
2585
  environment?: string | undefined;
1486
2586
  parameters?: string[] | undefined;
1487
2587
  } | undefined;
2588
+ remote?: boolean | undefined;
1488
2589
  }> | undefined;
1489
2590
  workflows?: Record<string, {
1490
2591
  name: string;
1491
2592
  className: string;
1492
2593
  scriptName?: string | undefined;
2594
+ remote?: boolean | undefined;
2595
+ limits?: {
2596
+ steps: number;
2597
+ } | undefined;
1493
2598
  }> | undefined;
1494
2599
  pipelines?: Record<string, string | {
1495
2600
  pipeline: string;
2601
+ remote?: boolean | undefined;
2602
+ }> | undefined;
2603
+ images?: Record<string, true | {
2604
+ remote?: boolean | undefined;
2605
+ }> | undefined;
2606
+ media?: Record<string, true | {
2607
+ remote?: boolean | undefined;
2608
+ }> | undefined;
2609
+ artifacts?: Record<string, string | {
2610
+ namespace: string;
2611
+ remote?: boolean | undefined;
1496
2612
  }> | undefined;
1497
- images?: Record<string, true | {}> | undefined;
1498
2613
  } | undefined;
1499
2614
  triggers?: {
1500
2615
  crons?: string[] | undefined;
1501
2616
  } | undefined;
2617
+ rules?: {
2618
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
2619
+ globs: string[];
2620
+ fallthrough?: boolean | undefined;
2621
+ }[] | undefined;
2622
+ findAdditionalModules?: boolean | undefined;
2623
+ baseDir?: string | undefined;
2624
+ preserveFileNames?: boolean | undefined;
2625
+ tailConsumers?: (string | {
2626
+ service: string;
2627
+ environment?: string | undefined;
2628
+ })[] | undefined;
1502
2629
  vars?: Record<string, string> | undefined;
1503
2630
  secrets?: Record<string, {
1504
2631
  required: boolean;
@@ -1518,13 +2645,54 @@ export declare const configSchema: import("zod").ZodObject<{
1518
2645
  assets?: {
1519
2646
  directory: string;
1520
2647
  binding?: string | undefined;
2648
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
2649
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
2650
+ run_worker_first?: boolean | string[] | undefined;
2651
+ } | undefined;
2652
+ containers?: {
2653
+ className: string;
2654
+ image: string;
2655
+ maxInstances?: number | undefined;
2656
+ instanceType?: string | undefined;
2657
+ name?: string | undefined;
2658
+ imageBuildContext?: string | undefined;
2659
+ imageVars?: Record<string, string> | undefined;
2660
+ rolloutActiveGracePeriod?: number | undefined;
2661
+ rolloutStepPercentage?: number | number[] | undefined;
2662
+ }[] | undefined;
2663
+ placement?: {
2664
+ mode: "off" | "smart";
2665
+ hint?: string | undefined;
2666
+ } | {
2667
+ mode?: "targeted" | undefined;
2668
+ region: string;
2669
+ } | {
2670
+ mode?: "targeted" | undefined;
2671
+ host: string;
2672
+ } | {
2673
+ mode?: "targeted" | undefined;
2674
+ hostname: string;
1521
2675
  } | undefined;
1522
2676
  limits?: {
1523
2677
  cpu_ms?: number | undefined;
2678
+ subrequests?: number | undefined;
1524
2679
  } | undefined;
1525
2680
  observability?: {
1526
2681
  enabled?: boolean | undefined;
1527
2682
  head_sampling_rate?: number | undefined;
2683
+ logs?: {
2684
+ enabled?: boolean | undefined;
2685
+ head_sampling_rate?: number | undefined;
2686
+ invocation_logs?: boolean | undefined;
2687
+ persist?: boolean | undefined;
2688
+ destinations?: string[] | undefined;
2689
+ } | undefined;
2690
+ traces?: {
2691
+ enabled?: boolean | undefined;
2692
+ head_sampling_rate?: number | undefined;
2693
+ persist?: boolean | undefined;
2694
+ destinations?: string[] | undefined;
2695
+ } | undefined;
1528
2696
  } | undefined;
1529
2697
  migrations?: {
1530
2698
  tag: string;
@@ -1550,6 +2718,7 @@ export declare const configSchema: import("zod").ZodObject<{
1550
2718
  } | undefined;
1551
2719
  env?: Record<string, {
1552
2720
  name?: string | undefined;
2721
+ secretsStoreId?: string | undefined;
1553
2722
  compatibilityDate?: string | undefined;
1554
2723
  compatibilityFlags?: string[] | undefined;
1555
2724
  previews?: {
@@ -1560,6 +2729,7 @@ export declare const configSchema: import("zod").ZodObject<{
1560
2729
  queue?: string | false | undefined;
1561
2730
  scheduled?: string | false | undefined;
1562
2731
  email?: string | false | undefined;
2732
+ tail?: string | false | undefined;
1563
2733
  durableObjects?: string | false | undefined;
1564
2734
  entrypoints?: string | false | undefined;
1565
2735
  workflows?: string | false | undefined;
@@ -1594,6 +2764,21 @@ export declare const configSchema: import("zod").ZodObject<{
1594
2764
  retryDelay?: number | undefined;
1595
2765
  }[] | undefined;
1596
2766
  } | undefined;
2767
+ rateLimits?: Record<string, {
2768
+ namespaceId: string;
2769
+ simple: {
2770
+ limit: number;
2771
+ period: 10 | 60;
2772
+ };
2773
+ }> | undefined;
2774
+ versionMetadata?: {
2775
+ binding: string;
2776
+ } | undefined;
2777
+ workerLoaders?: Record<string, {}> | undefined;
2778
+ secretsStore?: Record<string, string | {
2779
+ storeId: string;
2780
+ secretName: string;
2781
+ }> | undefined;
1597
2782
  services?: Record<string, {
1598
2783
  service: string;
1599
2784
  environment?: string;
@@ -1602,19 +2787,34 @@ export declare const configSchema: import("zod").ZodObject<{
1602
2787
  }> | undefined;
1603
2788
  ai?: {
1604
2789
  binding: string;
2790
+ remote?: boolean | undefined;
2791
+ staging?: boolean | undefined;
1605
2792
  } | undefined;
2793
+ aiSearchNamespaces?: Record<string, {
2794
+ namespace: string;
2795
+ remote?: boolean | undefined;
2796
+ }> | undefined;
2797
+ aiSearch?: Record<string, {
2798
+ instanceName: string;
2799
+ remote?: boolean | undefined;
2800
+ }> | undefined;
1606
2801
  vectorize?: Record<string, {
1607
2802
  indexName: string;
2803
+ remote?: boolean | undefined;
1608
2804
  }> | undefined;
1609
2805
  hyperdrive?: Record<string, string | {
1610
2806
  id: string;
2807
+ localConnectionString?: string | undefined;
1611
2808
  } | {
1612
2809
  name: string;
2810
+ localConnectionString?: string | undefined;
1613
2811
  previewFallback?: "base" | undefined;
1614
2812
  previewId?: string | undefined;
1615
2813
  previewLocalConnectionString?: string | undefined;
1616
2814
  }> | undefined;
1617
- browser?: Record<string, string> | undefined;
2815
+ browser?: Record<string, string | {
2816
+ remote?: boolean | undefined;
2817
+ }> | undefined;
1618
2818
  analyticsEngine?: Record<string, {
1619
2819
  dataset: string;
1620
2820
  }> | undefined;
@@ -1624,7 +2824,11 @@ export declare const configSchema: import("zod").ZodObject<{
1624
2824
  allowedSenderAddresses?: string[] | undefined;
1625
2825
  }> | undefined;
1626
2826
  mtlsCertificates?: Record<string, string | {
2827
+ certificateId: string;
2828
+ remote?: boolean | undefined;
2829
+ } | {
1627
2830
  certificate_id: string;
2831
+ remote?: boolean | undefined;
1628
2832
  }> | undefined;
1629
2833
  dispatchNamespaces?: Record<string, string | {
1630
2834
  namespace: string;
@@ -1633,20 +2837,47 @@ export declare const configSchema: import("zod").ZodObject<{
1633
2837
  environment?: string | undefined;
1634
2838
  parameters?: string[] | undefined;
1635
2839
  } | undefined;
2840
+ remote?: boolean | undefined;
1636
2841
  }> | undefined;
1637
2842
  workflows?: Record<string, {
1638
2843
  name: string;
1639
2844
  className: string;
1640
2845
  scriptName?: string | undefined;
2846
+ remote?: boolean | undefined;
2847
+ limits?: {
2848
+ steps: number;
2849
+ } | undefined;
1641
2850
  }> | undefined;
1642
2851
  pipelines?: Record<string, string | {
1643
2852
  pipeline: string;
2853
+ remote?: boolean | undefined;
2854
+ }> | undefined;
2855
+ images?: Record<string, true | {
2856
+ remote?: boolean | undefined;
2857
+ }> | undefined;
2858
+ media?: Record<string, true | {
2859
+ remote?: boolean | undefined;
2860
+ }> | undefined;
2861
+ artifacts?: Record<string, string | {
2862
+ namespace: string;
2863
+ remote?: boolean | undefined;
1644
2864
  }> | undefined;
1645
- images?: Record<string, true | {}> | undefined;
1646
2865
  } | undefined;
1647
2866
  triggers?: {
1648
2867
  crons?: string[] | undefined;
1649
2868
  } | undefined;
2869
+ rules?: {
2870
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
2871
+ globs: string[];
2872
+ fallthrough?: boolean | undefined;
2873
+ }[] | undefined;
2874
+ findAdditionalModules?: boolean | undefined;
2875
+ baseDir?: string | undefined;
2876
+ preserveFileNames?: boolean | undefined;
2877
+ tailConsumers?: (string | {
2878
+ service: string;
2879
+ environment?: string | undefined;
2880
+ })[] | undefined;
1650
2881
  vars?: Record<string, string> | undefined;
1651
2882
  secrets?: Record<string, {
1652
2883
  required: boolean;
@@ -1660,13 +2891,54 @@ export declare const configSchema: import("zod").ZodObject<{
1660
2891
  assets?: {
1661
2892
  directory: string;
1662
2893
  binding?: string | undefined;
2894
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
2895
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
2896
+ run_worker_first?: boolean | string[] | undefined;
2897
+ } | undefined;
2898
+ containers?: {
2899
+ className: string;
2900
+ image: string;
2901
+ maxInstances?: number | undefined;
2902
+ instanceType?: string | undefined;
2903
+ name?: string | undefined;
2904
+ imageBuildContext?: string | undefined;
2905
+ imageVars?: Record<string, string> | undefined;
2906
+ rolloutActiveGracePeriod?: number | undefined;
2907
+ rolloutStepPercentage?: number | number[] | undefined;
2908
+ }[] | undefined;
2909
+ placement?: {
2910
+ mode: "off" | "smart";
2911
+ hint?: string | undefined;
2912
+ } | {
2913
+ mode?: "targeted" | undefined;
2914
+ region: string;
2915
+ } | {
2916
+ mode?: "targeted" | undefined;
2917
+ host: string;
2918
+ } | {
2919
+ mode?: "targeted" | undefined;
2920
+ hostname: string;
1663
2921
  } | undefined;
1664
2922
  limits?: {
1665
2923
  cpu_ms?: number | undefined;
2924
+ subrequests?: number | undefined;
1666
2925
  } | undefined;
1667
2926
  observability?: {
1668
2927
  enabled?: boolean | undefined;
1669
2928
  head_sampling_rate?: number | undefined;
2929
+ logs?: {
2930
+ enabled?: boolean | undefined;
2931
+ head_sampling_rate?: number | undefined;
2932
+ invocation_logs?: boolean | undefined;
2933
+ persist?: boolean | undefined;
2934
+ destinations?: string[] | undefined;
2935
+ } | undefined;
2936
+ traces?: {
2937
+ enabled?: boolean | undefined;
2938
+ head_sampling_rate?: number | undefined;
2939
+ persist?: boolean | undefined;
2940
+ destinations?: string[] | undefined;
2941
+ } | undefined;
1670
2942
  } | undefined;
1671
2943
  migrations?: {
1672
2944
  tag: string;
@@ -1694,6 +2966,7 @@ export declare const configSchema: import("zod").ZodObject<{
1694
2966
  }, {
1695
2967
  name: string;
1696
2968
  accountId?: string | undefined;
2969
+ secretsStoreId?: string | undefined;
1697
2970
  compatibilityDate?: string | undefined;
1698
2971
  compatibilityFlags?: string[] | undefined;
1699
2972
  previews?: {
@@ -1704,6 +2977,7 @@ export declare const configSchema: import("zod").ZodObject<{
1704
2977
  queue?: string | false | undefined;
1705
2978
  scheduled?: string | false | undefined;
1706
2979
  email?: string | false | undefined;
2980
+ tail?: string | false | undefined;
1707
2981
  durableObjects?: string | false | undefined;
1708
2982
  entrypoints?: string | false | undefined;
1709
2983
  workflows?: string | false | undefined;
@@ -1738,6 +3012,21 @@ export declare const configSchema: import("zod").ZodObject<{
1738
3012
  retryDelay?: number | undefined;
1739
3013
  }[] | undefined;
1740
3014
  } | undefined;
3015
+ rateLimits?: Record<string, {
3016
+ namespaceId: string;
3017
+ simple: {
3018
+ limit: number;
3019
+ period: 10 | 60;
3020
+ };
3021
+ }> | undefined;
3022
+ versionMetadata?: {
3023
+ binding: string;
3024
+ } | undefined;
3025
+ workerLoaders?: Record<string, {}> | undefined;
3026
+ secretsStore?: Record<string, string | {
3027
+ storeId: string;
3028
+ secretName: string;
3029
+ }> | undefined;
1741
3030
  services?: Record<string, {
1742
3031
  service: string;
1743
3032
  environment?: string;
@@ -1746,19 +3035,34 @@ export declare const configSchema: import("zod").ZodObject<{
1746
3035
  }> | undefined;
1747
3036
  ai?: {
1748
3037
  binding: string;
3038
+ remote?: boolean | undefined;
3039
+ staging?: boolean | undefined;
1749
3040
  } | undefined;
3041
+ aiSearchNamespaces?: Record<string, {
3042
+ namespace: string;
3043
+ remote?: boolean | undefined;
3044
+ }> | undefined;
3045
+ aiSearch?: Record<string, {
3046
+ instanceName: string;
3047
+ remote?: boolean | undefined;
3048
+ }> | undefined;
1750
3049
  vectorize?: Record<string, {
1751
3050
  indexName: string;
3051
+ remote?: boolean | undefined;
1752
3052
  }> | undefined;
1753
3053
  hyperdrive?: Record<string, string | {
1754
3054
  id: string;
3055
+ localConnectionString?: string | undefined;
1755
3056
  } | {
1756
3057
  name: string;
3058
+ localConnectionString?: string | undefined;
1757
3059
  previewFallback?: "base" | undefined;
1758
3060
  previewId?: string | undefined;
1759
3061
  previewLocalConnectionString?: string | undefined;
1760
3062
  }> | undefined;
1761
- browser?: Record<string, string> | undefined;
3063
+ browser?: Record<string, string | {
3064
+ remote?: boolean | undefined;
3065
+ }> | undefined;
1762
3066
  analyticsEngine?: Record<string, {
1763
3067
  dataset: string;
1764
3068
  }> | undefined;
@@ -1768,7 +3072,11 @@ export declare const configSchema: import("zod").ZodObject<{
1768
3072
  allowedSenderAddresses?: string[] | undefined;
1769
3073
  }> | undefined;
1770
3074
  mtlsCertificates?: Record<string, string | {
3075
+ certificateId: string;
3076
+ remote?: boolean | undefined;
3077
+ } | {
1771
3078
  certificate_id: string;
3079
+ remote?: boolean | undefined;
1772
3080
  }> | undefined;
1773
3081
  dispatchNamespaces?: Record<string, string | {
1774
3082
  namespace: string;
@@ -1777,20 +3085,47 @@ export declare const configSchema: import("zod").ZodObject<{
1777
3085
  environment?: string | undefined;
1778
3086
  parameters?: string[] | undefined;
1779
3087
  } | undefined;
3088
+ remote?: boolean | undefined;
1780
3089
  }> | undefined;
1781
3090
  workflows?: Record<string, {
1782
3091
  name: string;
1783
3092
  className: string;
1784
3093
  scriptName?: string | undefined;
3094
+ remote?: boolean | undefined;
3095
+ limits?: {
3096
+ steps: number;
3097
+ } | undefined;
1785
3098
  }> | undefined;
1786
3099
  pipelines?: Record<string, string | {
1787
3100
  pipeline: string;
3101
+ remote?: boolean | undefined;
3102
+ }> | undefined;
3103
+ images?: Record<string, true | {
3104
+ remote?: boolean | undefined;
3105
+ }> | undefined;
3106
+ media?: Record<string, true | {
3107
+ remote?: boolean | undefined;
3108
+ }> | undefined;
3109
+ artifacts?: Record<string, string | {
3110
+ namespace: string;
3111
+ remote?: boolean | undefined;
1788
3112
  }> | undefined;
1789
- images?: Record<string, true | {}> | undefined;
1790
3113
  } | undefined;
1791
3114
  triggers?: {
1792
3115
  crons?: string[] | undefined;
1793
3116
  } | undefined;
3117
+ rules?: {
3118
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
3119
+ globs: string[];
3120
+ fallthrough?: boolean | undefined;
3121
+ }[] | undefined;
3122
+ findAdditionalModules?: boolean | undefined;
3123
+ baseDir?: string | undefined;
3124
+ preserveFileNames?: boolean | undefined;
3125
+ tailConsumers?: (string | {
3126
+ service: string;
3127
+ environment?: string | undefined;
3128
+ })[] | undefined;
1794
3129
  vars?: Record<string, string> | undefined;
1795
3130
  secrets?: Record<string, {
1796
3131
  required?: boolean | undefined;
@@ -1810,13 +3145,54 @@ export declare const configSchema: import("zod").ZodObject<{
1810
3145
  assets?: {
1811
3146
  directory: string;
1812
3147
  binding?: string | undefined;
3148
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
3149
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
3150
+ run_worker_first?: boolean | string[] | undefined;
3151
+ } | undefined;
3152
+ containers?: {
3153
+ className: string;
3154
+ image: string;
3155
+ maxInstances?: number | undefined;
3156
+ instanceType?: string | undefined;
3157
+ name?: string | undefined;
3158
+ imageBuildContext?: string | undefined;
3159
+ imageVars?: Record<string, string> | undefined;
3160
+ rolloutActiveGracePeriod?: number | undefined;
3161
+ rolloutStepPercentage?: number | number[] | undefined;
3162
+ }[] | undefined;
3163
+ placement?: {
3164
+ mode: "off" | "smart";
3165
+ hint?: string | undefined;
3166
+ } | {
3167
+ mode?: "targeted" | undefined;
3168
+ region: string;
3169
+ } | {
3170
+ mode?: "targeted" | undefined;
3171
+ host: string;
3172
+ } | {
3173
+ mode?: "targeted" | undefined;
3174
+ hostname: string;
1813
3175
  } | undefined;
1814
3176
  limits?: {
1815
3177
  cpu_ms?: number | undefined;
3178
+ subrequests?: number | undefined;
1816
3179
  } | undefined;
1817
3180
  observability?: {
1818
3181
  enabled?: boolean | undefined;
1819
3182
  head_sampling_rate?: number | undefined;
3183
+ logs?: {
3184
+ enabled?: boolean | undefined;
3185
+ head_sampling_rate?: number | undefined;
3186
+ invocation_logs?: boolean | undefined;
3187
+ persist?: boolean | undefined;
3188
+ destinations?: string[] | undefined;
3189
+ } | undefined;
3190
+ traces?: {
3191
+ enabled?: boolean | undefined;
3192
+ head_sampling_rate?: number | undefined;
3193
+ persist?: boolean | undefined;
3194
+ destinations?: string[] | undefined;
3195
+ } | undefined;
1820
3196
  } | undefined;
1821
3197
  migrations?: {
1822
3198
  tag: string;
@@ -1842,6 +3218,7 @@ export declare const configSchema: import("zod").ZodObject<{
1842
3218
  } | undefined;
1843
3219
  env?: Record<string, {
1844
3220
  name?: string | undefined;
3221
+ secretsStoreId?: string | undefined;
1845
3222
  compatibilityDate?: string | undefined;
1846
3223
  compatibilityFlags?: string[] | undefined;
1847
3224
  previews?: {
@@ -1852,6 +3229,7 @@ export declare const configSchema: import("zod").ZodObject<{
1852
3229
  queue?: string | false | undefined;
1853
3230
  scheduled?: string | false | undefined;
1854
3231
  email?: string | false | undefined;
3232
+ tail?: string | false | undefined;
1855
3233
  durableObjects?: string | false | undefined;
1856
3234
  entrypoints?: string | false | undefined;
1857
3235
  workflows?: string | false | undefined;
@@ -1886,6 +3264,21 @@ export declare const configSchema: import("zod").ZodObject<{
1886
3264
  retryDelay?: number | undefined;
1887
3265
  }[] | undefined;
1888
3266
  } | undefined;
3267
+ rateLimits?: Record<string, {
3268
+ namespaceId: string;
3269
+ simple: {
3270
+ limit: number;
3271
+ period: 10 | 60;
3272
+ };
3273
+ }> | undefined;
3274
+ versionMetadata?: {
3275
+ binding: string;
3276
+ } | undefined;
3277
+ workerLoaders?: Record<string, {}> | undefined;
3278
+ secretsStore?: Record<string, string | {
3279
+ storeId: string;
3280
+ secretName: string;
3281
+ }> | undefined;
1889
3282
  services?: Record<string, {
1890
3283
  service: string;
1891
3284
  environment?: string;
@@ -1894,19 +3287,34 @@ export declare const configSchema: import("zod").ZodObject<{
1894
3287
  }> | undefined;
1895
3288
  ai?: {
1896
3289
  binding: string;
3290
+ remote?: boolean | undefined;
3291
+ staging?: boolean | undefined;
1897
3292
  } | undefined;
3293
+ aiSearchNamespaces?: Record<string, {
3294
+ namespace: string;
3295
+ remote?: boolean | undefined;
3296
+ }> | undefined;
3297
+ aiSearch?: Record<string, {
3298
+ instanceName: string;
3299
+ remote?: boolean | undefined;
3300
+ }> | undefined;
1898
3301
  vectorize?: Record<string, {
1899
3302
  indexName: string;
3303
+ remote?: boolean | undefined;
1900
3304
  }> | undefined;
1901
3305
  hyperdrive?: Record<string, string | {
1902
3306
  id: string;
3307
+ localConnectionString?: string | undefined;
1903
3308
  } | {
1904
3309
  name: string;
3310
+ localConnectionString?: string | undefined;
1905
3311
  previewFallback?: "base" | undefined;
1906
3312
  previewId?: string | undefined;
1907
3313
  previewLocalConnectionString?: string | undefined;
1908
3314
  }> | undefined;
1909
- browser?: Record<string, string> | undefined;
3315
+ browser?: Record<string, string | {
3316
+ remote?: boolean | undefined;
3317
+ }> | undefined;
1910
3318
  analyticsEngine?: Record<string, {
1911
3319
  dataset: string;
1912
3320
  }> | undefined;
@@ -1916,7 +3324,11 @@ export declare const configSchema: import("zod").ZodObject<{
1916
3324
  allowedSenderAddresses?: string[] | undefined;
1917
3325
  }> | undefined;
1918
3326
  mtlsCertificates?: Record<string, string | {
3327
+ certificateId: string;
3328
+ remote?: boolean | undefined;
3329
+ } | {
1919
3330
  certificate_id: string;
3331
+ remote?: boolean | undefined;
1920
3332
  }> | undefined;
1921
3333
  dispatchNamespaces?: Record<string, string | {
1922
3334
  namespace: string;
@@ -1925,20 +3337,47 @@ export declare const configSchema: import("zod").ZodObject<{
1925
3337
  environment?: string | undefined;
1926
3338
  parameters?: string[] | undefined;
1927
3339
  } | undefined;
3340
+ remote?: boolean | undefined;
1928
3341
  }> | undefined;
1929
3342
  workflows?: Record<string, {
1930
3343
  name: string;
1931
3344
  className: string;
1932
3345
  scriptName?: string | undefined;
3346
+ remote?: boolean | undefined;
3347
+ limits?: {
3348
+ steps: number;
3349
+ } | undefined;
1933
3350
  }> | undefined;
1934
3351
  pipelines?: Record<string, string | {
1935
3352
  pipeline: string;
3353
+ remote?: boolean | undefined;
3354
+ }> | undefined;
3355
+ images?: Record<string, true | {
3356
+ remote?: boolean | undefined;
3357
+ }> | undefined;
3358
+ media?: Record<string, true | {
3359
+ remote?: boolean | undefined;
3360
+ }> | undefined;
3361
+ artifacts?: Record<string, string | {
3362
+ namespace: string;
3363
+ remote?: boolean | undefined;
1936
3364
  }> | undefined;
1937
- images?: Record<string, true | {}> | undefined;
1938
3365
  } | undefined;
1939
3366
  triggers?: {
1940
3367
  crons?: string[] | undefined;
1941
3368
  } | undefined;
3369
+ rules?: {
3370
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
3371
+ globs: string[];
3372
+ fallthrough?: boolean | undefined;
3373
+ }[] | undefined;
3374
+ findAdditionalModules?: boolean | undefined;
3375
+ baseDir?: string | undefined;
3376
+ preserveFileNames?: boolean | undefined;
3377
+ tailConsumers?: (string | {
3378
+ service: string;
3379
+ environment?: string | undefined;
3380
+ })[] | undefined;
1942
3381
  vars?: Record<string, string> | undefined;
1943
3382
  secrets?: Record<string, {
1944
3383
  required?: boolean | undefined;
@@ -1952,13 +3391,1054 @@ export declare const configSchema: import("zod").ZodObject<{
1952
3391
  assets?: {
1953
3392
  directory: string;
1954
3393
  binding?: string | undefined;
3394
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
3395
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
3396
+ run_worker_first?: boolean | string[] | undefined;
3397
+ } | undefined;
3398
+ containers?: {
3399
+ className: string;
3400
+ image: string;
3401
+ maxInstances?: number | undefined;
3402
+ instanceType?: string | undefined;
3403
+ name?: string | undefined;
3404
+ imageBuildContext?: string | undefined;
3405
+ imageVars?: Record<string, string> | undefined;
3406
+ rolloutActiveGracePeriod?: number | undefined;
3407
+ rolloutStepPercentage?: number | number[] | undefined;
3408
+ }[] | undefined;
3409
+ placement?: {
3410
+ mode: "off" | "smart";
3411
+ hint?: string | undefined;
3412
+ } | {
3413
+ mode?: "targeted" | undefined;
3414
+ region: string;
3415
+ } | {
3416
+ mode?: "targeted" | undefined;
3417
+ host: string;
3418
+ } | {
3419
+ mode?: "targeted" | undefined;
3420
+ hostname: string;
1955
3421
  } | undefined;
1956
3422
  limits?: {
1957
3423
  cpu_ms?: number | undefined;
3424
+ subrequests?: number | undefined;
1958
3425
  } | undefined;
1959
3426
  observability?: {
1960
3427
  enabled?: boolean | undefined;
1961
3428
  head_sampling_rate?: number | undefined;
3429
+ logs?: {
3430
+ enabled?: boolean | undefined;
3431
+ head_sampling_rate?: number | undefined;
3432
+ invocation_logs?: boolean | undefined;
3433
+ persist?: boolean | undefined;
3434
+ destinations?: string[] | undefined;
3435
+ } | undefined;
3436
+ traces?: {
3437
+ enabled?: boolean | undefined;
3438
+ head_sampling_rate?: number | undefined;
3439
+ persist?: boolean | undefined;
3440
+ destinations?: string[] | undefined;
3441
+ } | undefined;
3442
+ } | undefined;
3443
+ migrations?: {
3444
+ tag: string;
3445
+ new_classes?: string[] | undefined;
3446
+ renamed_classes?: {
3447
+ from: string;
3448
+ to: string;
3449
+ }[] | undefined;
3450
+ deleted_classes?: string[] | undefined;
3451
+ new_sqlite_classes?: string[] | undefined;
3452
+ }[] | undefined;
3453
+ rolldown?: {
3454
+ target?: string | undefined;
3455
+ minify?: boolean | undefined;
3456
+ sourcemap?: boolean | undefined;
3457
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
3458
+ } | undefined;
3459
+ vite?: import("zod").objectInputType<{
3460
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
3461
+ }, import("zod").ZodUnknown, "strip"> | undefined;
3462
+ wrangler?: {
3463
+ passthrough?: Record<string, unknown> | undefined;
3464
+ } | undefined;
3465
+ }> | undefined;
3466
+ }>, {
3467
+ name: string;
3468
+ accountId?: string | undefined;
3469
+ secretsStoreId?: string | undefined;
3470
+ compatibilityDate: string;
3471
+ compatibilityFlags: string[];
3472
+ previews?: {
3473
+ includeCrons: boolean;
3474
+ } | undefined;
3475
+ files?: {
3476
+ fetch?: string | false | undefined;
3477
+ queue?: string | false | undefined;
3478
+ scheduled?: string | false | undefined;
3479
+ email?: string | false | undefined;
3480
+ tail?: string | false | undefined;
3481
+ durableObjects?: string | false | undefined;
3482
+ entrypoints?: string | false | undefined;
3483
+ workflows?: string | false | undefined;
3484
+ routes?: false | {
3485
+ dir: string;
3486
+ prefix?: string | undefined;
3487
+ } | undefined;
3488
+ transport?: string | null | undefined;
3489
+ } | undefined;
3490
+ bindings?: {
3491
+ kv?: Record<string, string | {
3492
+ id: string;
3493
+ } | {
3494
+ name: string;
3495
+ }> | undefined;
3496
+ d1?: Record<string, string | {
3497
+ id: string;
3498
+ } | {
3499
+ name: string;
3500
+ }> | undefined;
3501
+ r2?: Record<string, string> | undefined;
3502
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
3503
+ queues?: {
3504
+ producers?: Record<string, string> | undefined;
3505
+ consumers?: {
3506
+ queue: string;
3507
+ maxBatchSize?: number | undefined;
3508
+ maxBatchTimeout?: number | undefined;
3509
+ maxRetries?: number | undefined;
3510
+ deadLetterQueue?: string | undefined;
3511
+ maxConcurrency?: number | undefined;
3512
+ retryDelay?: number | undefined;
3513
+ }[] | undefined;
3514
+ } | undefined;
3515
+ rateLimits?: Record<string, {
3516
+ namespaceId: string;
3517
+ simple: {
3518
+ limit: number;
3519
+ period: 10 | 60;
3520
+ };
3521
+ }> | undefined;
3522
+ versionMetadata?: {
3523
+ binding: string;
3524
+ } | undefined;
3525
+ workerLoaders?: Record<string, {}> | undefined;
3526
+ secretsStore?: Record<string, string | {
3527
+ storeId: string;
3528
+ secretName: string;
3529
+ }> | undefined;
3530
+ services?: Record<string, {
3531
+ service: string;
3532
+ environment?: string;
3533
+ entrypoint?: string;
3534
+ __ref?: unknown;
3535
+ }> | undefined;
3536
+ ai?: {
3537
+ binding: string;
3538
+ remote?: boolean | undefined;
3539
+ staging?: boolean | undefined;
3540
+ } | undefined;
3541
+ aiSearchNamespaces?: Record<string, {
3542
+ namespace: string;
3543
+ remote?: boolean | undefined;
3544
+ }> | undefined;
3545
+ aiSearch?: Record<string, {
3546
+ instanceName: string;
3547
+ remote?: boolean | undefined;
3548
+ }> | undefined;
3549
+ vectorize?: Record<string, {
3550
+ indexName: string;
3551
+ remote?: boolean | undefined;
3552
+ }> | undefined;
3553
+ hyperdrive?: Record<string, string | {
3554
+ id: string;
3555
+ localConnectionString?: string | undefined;
3556
+ } | {
3557
+ name: string;
3558
+ localConnectionString?: string | undefined;
3559
+ previewFallback?: "base" | undefined;
3560
+ previewId?: string | undefined;
3561
+ previewLocalConnectionString?: string | undefined;
3562
+ }> | undefined;
3563
+ browser?: Record<string, string | {
3564
+ remote?: boolean | undefined;
3565
+ }> | undefined;
3566
+ analyticsEngine?: Record<string, {
3567
+ dataset: string;
3568
+ }> | undefined;
3569
+ sendEmail?: Record<string, {
3570
+ destinationAddress?: string | undefined;
3571
+ allowedDestinationAddresses?: string[] | undefined;
3572
+ allowedSenderAddresses?: string[] | undefined;
3573
+ }> | undefined;
3574
+ mtlsCertificates?: Record<string, string | {
3575
+ certificateId: string;
3576
+ remote?: boolean | undefined;
3577
+ } | {
3578
+ certificate_id: string;
3579
+ remote?: boolean | undefined;
3580
+ }> | undefined;
3581
+ dispatchNamespaces?: Record<string, string | {
3582
+ namespace: string;
3583
+ outbound?: {
3584
+ service: string;
3585
+ environment?: string | undefined;
3586
+ parameters?: string[] | undefined;
3587
+ } | undefined;
3588
+ remote?: boolean | undefined;
3589
+ }> | undefined;
3590
+ workflows?: Record<string, {
3591
+ name: string;
3592
+ className: string;
3593
+ scriptName?: string | undefined;
3594
+ remote?: boolean | undefined;
3595
+ limits?: {
3596
+ steps: number;
3597
+ } | undefined;
3598
+ }> | undefined;
3599
+ pipelines?: Record<string, string | {
3600
+ pipeline: string;
3601
+ remote?: boolean | undefined;
3602
+ }> | undefined;
3603
+ images?: Record<string, true | {
3604
+ remote?: boolean | undefined;
3605
+ }> | undefined;
3606
+ media?: Record<string, true | {
3607
+ remote?: boolean | undefined;
3608
+ }> | undefined;
3609
+ artifacts?: Record<string, string | {
3610
+ namespace: string;
3611
+ remote?: boolean | undefined;
3612
+ }> | undefined;
3613
+ } | undefined;
3614
+ triggers?: {
3615
+ crons?: string[] | undefined;
3616
+ } | undefined;
3617
+ rules?: {
3618
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
3619
+ globs: string[];
3620
+ fallthrough?: boolean | undefined;
3621
+ }[] | undefined;
3622
+ findAdditionalModules?: boolean | undefined;
3623
+ baseDir?: string | undefined;
3624
+ preserveFileNames?: boolean | undefined;
3625
+ tailConsumers?: (string | {
3626
+ service: string;
3627
+ environment?: string | undefined;
3628
+ })[] | undefined;
3629
+ vars?: Record<string, string> | undefined;
3630
+ secrets?: Record<string, {
3631
+ required: boolean;
3632
+ }> | undefined;
3633
+ routes?: {
3634
+ pattern: string;
3635
+ zone_name?: string | undefined;
3636
+ zone_id?: string | undefined;
3637
+ custom_domain?: boolean | undefined;
3638
+ }[] | undefined;
3639
+ wsRoutes?: {
3640
+ pattern: string;
3641
+ doNamespace: string;
3642
+ idParam: string;
3643
+ forwardPath: string;
3644
+ }[] | undefined;
3645
+ assets?: {
3646
+ directory: string;
3647
+ binding?: string | undefined;
3648
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
3649
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
3650
+ run_worker_first?: boolean | string[] | undefined;
3651
+ } | undefined;
3652
+ containers?: {
3653
+ className: string;
3654
+ image: string;
3655
+ maxInstances?: number | undefined;
3656
+ instanceType?: string | undefined;
3657
+ name?: string | undefined;
3658
+ imageBuildContext?: string | undefined;
3659
+ imageVars?: Record<string, string> | undefined;
3660
+ rolloutActiveGracePeriod?: number | undefined;
3661
+ rolloutStepPercentage?: number | number[] | undefined;
3662
+ }[] | undefined;
3663
+ placement?: {
3664
+ mode: "off" | "smart";
3665
+ hint?: string | undefined;
3666
+ } | {
3667
+ mode?: "targeted" | undefined;
3668
+ region: string;
3669
+ } | {
3670
+ mode?: "targeted" | undefined;
3671
+ host: string;
3672
+ } | {
3673
+ mode?: "targeted" | undefined;
3674
+ hostname: string;
3675
+ } | undefined;
3676
+ limits?: {
3677
+ cpu_ms?: number | undefined;
3678
+ subrequests?: number | undefined;
3679
+ } | undefined;
3680
+ observability?: {
3681
+ enabled?: boolean | undefined;
3682
+ head_sampling_rate?: number | undefined;
3683
+ logs?: {
3684
+ enabled?: boolean | undefined;
3685
+ head_sampling_rate?: number | undefined;
3686
+ invocation_logs?: boolean | undefined;
3687
+ persist?: boolean | undefined;
3688
+ destinations?: string[] | undefined;
3689
+ } | undefined;
3690
+ traces?: {
3691
+ enabled?: boolean | undefined;
3692
+ head_sampling_rate?: number | undefined;
3693
+ persist?: boolean | undefined;
3694
+ destinations?: string[] | undefined;
3695
+ } | undefined;
3696
+ } | undefined;
3697
+ migrations?: {
3698
+ tag: string;
3699
+ new_classes?: string[] | undefined;
3700
+ renamed_classes?: {
3701
+ from: string;
3702
+ to: string;
3703
+ }[] | undefined;
3704
+ deleted_classes?: string[] | undefined;
3705
+ new_sqlite_classes?: string[] | undefined;
3706
+ }[] | undefined;
3707
+ rolldown?: {
3708
+ target?: string | undefined;
3709
+ minify?: boolean | undefined;
3710
+ sourcemap?: boolean | undefined;
3711
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
3712
+ } | undefined;
3713
+ vite?: import("zod").objectOutputType<{
3714
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
3715
+ }, import("zod").ZodUnknown, "strip"> | undefined;
3716
+ wrangler?: {
3717
+ passthrough?: Record<string, unknown> | undefined;
3718
+ } | undefined;
3719
+ env?: Record<string, {
3720
+ name?: string | undefined;
3721
+ secretsStoreId?: string | undefined;
3722
+ compatibilityDate?: string | undefined;
3723
+ compatibilityFlags?: string[] | undefined;
3724
+ previews?: {
3725
+ includeCrons: boolean;
3726
+ } | undefined;
3727
+ files?: {
3728
+ fetch?: string | false | undefined;
3729
+ queue?: string | false | undefined;
3730
+ scheduled?: string | false | undefined;
3731
+ email?: string | false | undefined;
3732
+ tail?: string | false | undefined;
3733
+ durableObjects?: string | false | undefined;
3734
+ entrypoints?: string | false | undefined;
3735
+ workflows?: string | false | undefined;
3736
+ routes?: false | {
3737
+ dir: string;
3738
+ prefix?: string | undefined;
3739
+ } | undefined;
3740
+ transport?: string | null | undefined;
3741
+ } | undefined;
3742
+ bindings?: {
3743
+ kv?: Record<string, string | {
3744
+ id: string;
3745
+ } | {
3746
+ name: string;
3747
+ }> | undefined;
3748
+ d1?: Record<string, string | {
3749
+ id: string;
3750
+ } | {
3751
+ name: string;
3752
+ }> | undefined;
3753
+ r2?: Record<string, string> | undefined;
3754
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
3755
+ queues?: {
3756
+ producers?: Record<string, string> | undefined;
3757
+ consumers?: {
3758
+ queue: string;
3759
+ maxBatchSize?: number | undefined;
3760
+ maxBatchTimeout?: number | undefined;
3761
+ maxRetries?: number | undefined;
3762
+ deadLetterQueue?: string | undefined;
3763
+ maxConcurrency?: number | undefined;
3764
+ retryDelay?: number | undefined;
3765
+ }[] | undefined;
3766
+ } | undefined;
3767
+ rateLimits?: Record<string, {
3768
+ namespaceId: string;
3769
+ simple: {
3770
+ limit: number;
3771
+ period: 10 | 60;
3772
+ };
3773
+ }> | undefined;
3774
+ versionMetadata?: {
3775
+ binding: string;
3776
+ } | undefined;
3777
+ workerLoaders?: Record<string, {}> | undefined;
3778
+ secretsStore?: Record<string, string | {
3779
+ storeId: string;
3780
+ secretName: string;
3781
+ }> | undefined;
3782
+ services?: Record<string, {
3783
+ service: string;
3784
+ environment?: string;
3785
+ entrypoint?: string;
3786
+ __ref?: unknown;
3787
+ }> | undefined;
3788
+ ai?: {
3789
+ binding: string;
3790
+ remote?: boolean | undefined;
3791
+ staging?: boolean | undefined;
3792
+ } | undefined;
3793
+ aiSearchNamespaces?: Record<string, {
3794
+ namespace: string;
3795
+ remote?: boolean | undefined;
3796
+ }> | undefined;
3797
+ aiSearch?: Record<string, {
3798
+ instanceName: string;
3799
+ remote?: boolean | undefined;
3800
+ }> | undefined;
3801
+ vectorize?: Record<string, {
3802
+ indexName: string;
3803
+ remote?: boolean | undefined;
3804
+ }> | undefined;
3805
+ hyperdrive?: Record<string, string | {
3806
+ id: string;
3807
+ localConnectionString?: string | undefined;
3808
+ } | {
3809
+ name: string;
3810
+ localConnectionString?: string | undefined;
3811
+ previewFallback?: "base" | undefined;
3812
+ previewId?: string | undefined;
3813
+ previewLocalConnectionString?: string | undefined;
3814
+ }> | undefined;
3815
+ browser?: Record<string, string | {
3816
+ remote?: boolean | undefined;
3817
+ }> | undefined;
3818
+ analyticsEngine?: Record<string, {
3819
+ dataset: string;
3820
+ }> | undefined;
3821
+ sendEmail?: Record<string, {
3822
+ destinationAddress?: string | undefined;
3823
+ allowedDestinationAddresses?: string[] | undefined;
3824
+ allowedSenderAddresses?: string[] | undefined;
3825
+ }> | undefined;
3826
+ mtlsCertificates?: Record<string, string | {
3827
+ certificateId: string;
3828
+ remote?: boolean | undefined;
3829
+ } | {
3830
+ certificate_id: string;
3831
+ remote?: boolean | undefined;
3832
+ }> | undefined;
3833
+ dispatchNamespaces?: Record<string, string | {
3834
+ namespace: string;
3835
+ outbound?: {
3836
+ service: string;
3837
+ environment?: string | undefined;
3838
+ parameters?: string[] | undefined;
3839
+ } | undefined;
3840
+ remote?: boolean | undefined;
3841
+ }> | undefined;
3842
+ workflows?: Record<string, {
3843
+ name: string;
3844
+ className: string;
3845
+ scriptName?: string | undefined;
3846
+ remote?: boolean | undefined;
3847
+ limits?: {
3848
+ steps: number;
3849
+ } | undefined;
3850
+ }> | undefined;
3851
+ pipelines?: Record<string, string | {
3852
+ pipeline: string;
3853
+ remote?: boolean | undefined;
3854
+ }> | undefined;
3855
+ images?: Record<string, true | {
3856
+ remote?: boolean | undefined;
3857
+ }> | undefined;
3858
+ media?: Record<string, true | {
3859
+ remote?: boolean | undefined;
3860
+ }> | undefined;
3861
+ artifacts?: Record<string, string | {
3862
+ namespace: string;
3863
+ remote?: boolean | undefined;
3864
+ }> | undefined;
3865
+ } | undefined;
3866
+ triggers?: {
3867
+ crons?: string[] | undefined;
3868
+ } | undefined;
3869
+ rules?: {
3870
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
3871
+ globs: string[];
3872
+ fallthrough?: boolean | undefined;
3873
+ }[] | undefined;
3874
+ findAdditionalModules?: boolean | undefined;
3875
+ baseDir?: string | undefined;
3876
+ preserveFileNames?: boolean | undefined;
3877
+ tailConsumers?: (string | {
3878
+ service: string;
3879
+ environment?: string | undefined;
3880
+ })[] | undefined;
3881
+ vars?: Record<string, string> | undefined;
3882
+ secrets?: Record<string, {
3883
+ required: boolean;
3884
+ }> | undefined;
3885
+ routes?: {
3886
+ pattern: string;
3887
+ zone_name?: string | undefined;
3888
+ zone_id?: string | undefined;
3889
+ custom_domain?: boolean | undefined;
3890
+ }[] | undefined;
3891
+ assets?: {
3892
+ directory: string;
3893
+ binding?: string | undefined;
3894
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
3895
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
3896
+ run_worker_first?: boolean | string[] | undefined;
3897
+ } | undefined;
3898
+ containers?: {
3899
+ className: string;
3900
+ image: string;
3901
+ maxInstances?: number | undefined;
3902
+ instanceType?: string | undefined;
3903
+ name?: string | undefined;
3904
+ imageBuildContext?: string | undefined;
3905
+ imageVars?: Record<string, string> | undefined;
3906
+ rolloutActiveGracePeriod?: number | undefined;
3907
+ rolloutStepPercentage?: number | number[] | undefined;
3908
+ }[] | undefined;
3909
+ placement?: {
3910
+ mode: "off" | "smart";
3911
+ hint?: string | undefined;
3912
+ } | {
3913
+ mode?: "targeted" | undefined;
3914
+ region: string;
3915
+ } | {
3916
+ mode?: "targeted" | undefined;
3917
+ host: string;
3918
+ } | {
3919
+ mode?: "targeted" | undefined;
3920
+ hostname: string;
3921
+ } | undefined;
3922
+ limits?: {
3923
+ cpu_ms?: number | undefined;
3924
+ subrequests?: number | undefined;
3925
+ } | undefined;
3926
+ observability?: {
3927
+ enabled?: boolean | undefined;
3928
+ head_sampling_rate?: number | undefined;
3929
+ logs?: {
3930
+ enabled?: boolean | undefined;
3931
+ head_sampling_rate?: number | undefined;
3932
+ invocation_logs?: boolean | undefined;
3933
+ persist?: boolean | undefined;
3934
+ destinations?: string[] | undefined;
3935
+ } | undefined;
3936
+ traces?: {
3937
+ enabled?: boolean | undefined;
3938
+ head_sampling_rate?: number | undefined;
3939
+ persist?: boolean | undefined;
3940
+ destinations?: string[] | undefined;
3941
+ } | undefined;
3942
+ } | undefined;
3943
+ migrations?: {
3944
+ tag: string;
3945
+ new_classes?: string[] | undefined;
3946
+ renamed_classes?: {
3947
+ from: string;
3948
+ to: string;
3949
+ }[] | undefined;
3950
+ deleted_classes?: string[] | undefined;
3951
+ new_sqlite_classes?: string[] | undefined;
3952
+ }[] | undefined;
3953
+ rolldown?: {
3954
+ target?: string | undefined;
3955
+ minify?: boolean | undefined;
3956
+ sourcemap?: boolean | undefined;
3957
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
3958
+ } | undefined;
3959
+ vite?: import("zod").objectOutputType<{
3960
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
3961
+ }, import("zod").ZodUnknown, "strip"> | undefined;
3962
+ wrangler?: {
3963
+ passthrough?: Record<string, unknown> | undefined;
3964
+ } | undefined;
3965
+ }> | undefined;
3966
+ }, {
3967
+ name: string;
3968
+ accountId?: string | undefined;
3969
+ secretsStoreId?: string | undefined;
3970
+ compatibilityDate?: string | undefined;
3971
+ compatibilityFlags?: string[] | undefined;
3972
+ previews?: {
3973
+ includeCrons?: boolean | undefined;
3974
+ } | undefined;
3975
+ files?: {
3976
+ fetch?: string | false | undefined;
3977
+ queue?: string | false | undefined;
3978
+ scheduled?: string | false | undefined;
3979
+ email?: string | false | undefined;
3980
+ tail?: string | false | undefined;
3981
+ durableObjects?: string | false | undefined;
3982
+ entrypoints?: string | false | undefined;
3983
+ workflows?: string | false | undefined;
3984
+ routes?: false | {
3985
+ dir: string;
3986
+ prefix?: string | undefined;
3987
+ } | undefined;
3988
+ transport?: string | null | undefined;
3989
+ } | undefined;
3990
+ bindings?: {
3991
+ kv?: Record<string, string | {
3992
+ id: string;
3993
+ } | {
3994
+ name: string;
3995
+ }> | undefined;
3996
+ d1?: Record<string, string | {
3997
+ id: string;
3998
+ } | {
3999
+ name: string;
4000
+ }> | undefined;
4001
+ r2?: Record<string, string> | undefined;
4002
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
4003
+ queues?: {
4004
+ producers?: Record<string, string> | undefined;
4005
+ consumers?: {
4006
+ queue: string;
4007
+ maxBatchSize?: number | undefined;
4008
+ maxBatchTimeout?: number | undefined;
4009
+ maxRetries?: number | undefined;
4010
+ deadLetterQueue?: string | undefined;
4011
+ maxConcurrency?: number | undefined;
4012
+ retryDelay?: number | undefined;
4013
+ }[] | undefined;
4014
+ } | undefined;
4015
+ rateLimits?: Record<string, {
4016
+ namespaceId: string;
4017
+ simple: {
4018
+ limit: number;
4019
+ period: 10 | 60;
4020
+ };
4021
+ }> | undefined;
4022
+ versionMetadata?: {
4023
+ binding: string;
4024
+ } | undefined;
4025
+ workerLoaders?: Record<string, {}> | undefined;
4026
+ secretsStore?: Record<string, string | {
4027
+ storeId: string;
4028
+ secretName: string;
4029
+ }> | undefined;
4030
+ services?: Record<string, {
4031
+ service: string;
4032
+ environment?: string;
4033
+ entrypoint?: string;
4034
+ __ref?: unknown;
4035
+ }> | undefined;
4036
+ ai?: {
4037
+ binding: string;
4038
+ remote?: boolean | undefined;
4039
+ staging?: boolean | undefined;
4040
+ } | undefined;
4041
+ aiSearchNamespaces?: Record<string, {
4042
+ namespace: string;
4043
+ remote?: boolean | undefined;
4044
+ }> | undefined;
4045
+ aiSearch?: Record<string, {
4046
+ instanceName: string;
4047
+ remote?: boolean | undefined;
4048
+ }> | undefined;
4049
+ vectorize?: Record<string, {
4050
+ indexName: string;
4051
+ remote?: boolean | undefined;
4052
+ }> | undefined;
4053
+ hyperdrive?: Record<string, string | {
4054
+ id: string;
4055
+ localConnectionString?: string | undefined;
4056
+ } | {
4057
+ name: string;
4058
+ localConnectionString?: string | undefined;
4059
+ previewFallback?: "base" | undefined;
4060
+ previewId?: string | undefined;
4061
+ previewLocalConnectionString?: string | undefined;
4062
+ }> | undefined;
4063
+ browser?: Record<string, string | {
4064
+ remote?: boolean | undefined;
4065
+ }> | undefined;
4066
+ analyticsEngine?: Record<string, {
4067
+ dataset: string;
4068
+ }> | undefined;
4069
+ sendEmail?: Record<string, {
4070
+ destinationAddress?: string | undefined;
4071
+ allowedDestinationAddresses?: string[] | undefined;
4072
+ allowedSenderAddresses?: string[] | undefined;
4073
+ }> | undefined;
4074
+ mtlsCertificates?: Record<string, string | {
4075
+ certificateId: string;
4076
+ remote?: boolean | undefined;
4077
+ } | {
4078
+ certificate_id: string;
4079
+ remote?: boolean | undefined;
4080
+ }> | undefined;
4081
+ dispatchNamespaces?: Record<string, string | {
4082
+ namespace: string;
4083
+ outbound?: {
4084
+ service: string;
4085
+ environment?: string | undefined;
4086
+ parameters?: string[] | undefined;
4087
+ } | undefined;
4088
+ remote?: boolean | undefined;
4089
+ }> | undefined;
4090
+ workflows?: Record<string, {
4091
+ name: string;
4092
+ className: string;
4093
+ scriptName?: string | undefined;
4094
+ remote?: boolean | undefined;
4095
+ limits?: {
4096
+ steps: number;
4097
+ } | undefined;
4098
+ }> | undefined;
4099
+ pipelines?: Record<string, string | {
4100
+ pipeline: string;
4101
+ remote?: boolean | undefined;
4102
+ }> | undefined;
4103
+ images?: Record<string, true | {
4104
+ remote?: boolean | undefined;
4105
+ }> | undefined;
4106
+ media?: Record<string, true | {
4107
+ remote?: boolean | undefined;
4108
+ }> | undefined;
4109
+ artifacts?: Record<string, string | {
4110
+ namespace: string;
4111
+ remote?: boolean | undefined;
4112
+ }> | undefined;
4113
+ } | undefined;
4114
+ triggers?: {
4115
+ crons?: string[] | undefined;
4116
+ } | undefined;
4117
+ rules?: {
4118
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
4119
+ globs: string[];
4120
+ fallthrough?: boolean | undefined;
4121
+ }[] | undefined;
4122
+ findAdditionalModules?: boolean | undefined;
4123
+ baseDir?: string | undefined;
4124
+ preserveFileNames?: boolean | undefined;
4125
+ tailConsumers?: (string | {
4126
+ service: string;
4127
+ environment?: string | undefined;
4128
+ })[] | undefined;
4129
+ vars?: Record<string, string> | undefined;
4130
+ secrets?: Record<string, {
4131
+ required?: boolean | undefined;
4132
+ }> | undefined;
4133
+ routes?: {
4134
+ pattern: string;
4135
+ zone_name?: string | undefined;
4136
+ zone_id?: string | undefined;
4137
+ custom_domain?: boolean | undefined;
4138
+ }[] | undefined;
4139
+ wsRoutes?: {
4140
+ pattern: string;
4141
+ doNamespace: string;
4142
+ idParam?: string | undefined;
4143
+ forwardPath?: string | undefined;
4144
+ }[] | undefined;
4145
+ assets?: {
4146
+ directory: string;
4147
+ binding?: string | undefined;
4148
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
4149
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
4150
+ run_worker_first?: boolean | string[] | undefined;
4151
+ } | undefined;
4152
+ containers?: {
4153
+ className: string;
4154
+ image: string;
4155
+ maxInstances?: number | undefined;
4156
+ instanceType?: string | undefined;
4157
+ name?: string | undefined;
4158
+ imageBuildContext?: string | undefined;
4159
+ imageVars?: Record<string, string> | undefined;
4160
+ rolloutActiveGracePeriod?: number | undefined;
4161
+ rolloutStepPercentage?: number | number[] | undefined;
4162
+ }[] | undefined;
4163
+ placement?: {
4164
+ mode: "off" | "smart";
4165
+ hint?: string | undefined;
4166
+ } | {
4167
+ mode?: "targeted" | undefined;
4168
+ region: string;
4169
+ } | {
4170
+ mode?: "targeted" | undefined;
4171
+ host: string;
4172
+ } | {
4173
+ mode?: "targeted" | undefined;
4174
+ hostname: string;
4175
+ } | undefined;
4176
+ limits?: {
4177
+ cpu_ms?: number | undefined;
4178
+ subrequests?: number | undefined;
4179
+ } | undefined;
4180
+ observability?: {
4181
+ enabled?: boolean | undefined;
4182
+ head_sampling_rate?: number | undefined;
4183
+ logs?: {
4184
+ enabled?: boolean | undefined;
4185
+ head_sampling_rate?: number | undefined;
4186
+ invocation_logs?: boolean | undefined;
4187
+ persist?: boolean | undefined;
4188
+ destinations?: string[] | undefined;
4189
+ } | undefined;
4190
+ traces?: {
4191
+ enabled?: boolean | undefined;
4192
+ head_sampling_rate?: number | undefined;
4193
+ persist?: boolean | undefined;
4194
+ destinations?: string[] | undefined;
4195
+ } | undefined;
4196
+ } | undefined;
4197
+ migrations?: {
4198
+ tag: string;
4199
+ new_classes?: string[] | undefined;
4200
+ renamed_classes?: {
4201
+ from: string;
4202
+ to: string;
4203
+ }[] | undefined;
4204
+ deleted_classes?: string[] | undefined;
4205
+ new_sqlite_classes?: string[] | undefined;
4206
+ }[] | undefined;
4207
+ rolldown?: {
4208
+ target?: string | undefined;
4209
+ minify?: boolean | undefined;
4210
+ sourcemap?: boolean | undefined;
4211
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
4212
+ } | undefined;
4213
+ vite?: import("zod").objectInputType<{
4214
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
4215
+ }, import("zod").ZodUnknown, "strip"> | undefined;
4216
+ wrangler?: {
4217
+ passthrough?: Record<string, unknown> | undefined;
4218
+ } | undefined;
4219
+ env?: Record<string, {
4220
+ name?: string | undefined;
4221
+ secretsStoreId?: string | undefined;
4222
+ compatibilityDate?: string | undefined;
4223
+ compatibilityFlags?: string[] | undefined;
4224
+ previews?: {
4225
+ includeCrons?: boolean | undefined;
4226
+ } | undefined;
4227
+ files?: {
4228
+ fetch?: string | false | undefined;
4229
+ queue?: string | false | undefined;
4230
+ scheduled?: string | false | undefined;
4231
+ email?: string | false | undefined;
4232
+ tail?: string | false | undefined;
4233
+ durableObjects?: string | false | undefined;
4234
+ entrypoints?: string | false | undefined;
4235
+ workflows?: string | false | undefined;
4236
+ routes?: false | {
4237
+ dir: string;
4238
+ prefix?: string | undefined;
4239
+ } | undefined;
4240
+ transport?: string | null | undefined;
4241
+ } | undefined;
4242
+ bindings?: {
4243
+ kv?: Record<string, string | {
4244
+ id: string;
4245
+ } | {
4246
+ name: string;
4247
+ }> | undefined;
4248
+ d1?: Record<string, string | {
4249
+ id: string;
4250
+ } | {
4251
+ name: string;
4252
+ }> | undefined;
4253
+ r2?: Record<string, string> | undefined;
4254
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
4255
+ queues?: {
4256
+ producers?: Record<string, string> | undefined;
4257
+ consumers?: {
4258
+ queue: string;
4259
+ maxBatchSize?: number | undefined;
4260
+ maxBatchTimeout?: number | undefined;
4261
+ maxRetries?: number | undefined;
4262
+ deadLetterQueue?: string | undefined;
4263
+ maxConcurrency?: number | undefined;
4264
+ retryDelay?: number | undefined;
4265
+ }[] | undefined;
4266
+ } | undefined;
4267
+ rateLimits?: Record<string, {
4268
+ namespaceId: string;
4269
+ simple: {
4270
+ limit: number;
4271
+ period: 10 | 60;
4272
+ };
4273
+ }> | undefined;
4274
+ versionMetadata?: {
4275
+ binding: string;
4276
+ } | undefined;
4277
+ workerLoaders?: Record<string, {}> | undefined;
4278
+ secretsStore?: Record<string, string | {
4279
+ storeId: string;
4280
+ secretName: string;
4281
+ }> | undefined;
4282
+ services?: Record<string, {
4283
+ service: string;
4284
+ environment?: string;
4285
+ entrypoint?: string;
4286
+ __ref?: unknown;
4287
+ }> | undefined;
4288
+ ai?: {
4289
+ binding: string;
4290
+ remote?: boolean | undefined;
4291
+ staging?: boolean | undefined;
4292
+ } | undefined;
4293
+ aiSearchNamespaces?: Record<string, {
4294
+ namespace: string;
4295
+ remote?: boolean | undefined;
4296
+ }> | undefined;
4297
+ aiSearch?: Record<string, {
4298
+ instanceName: string;
4299
+ remote?: boolean | undefined;
4300
+ }> | undefined;
4301
+ vectorize?: Record<string, {
4302
+ indexName: string;
4303
+ remote?: boolean | undefined;
4304
+ }> | undefined;
4305
+ hyperdrive?: Record<string, string | {
4306
+ id: string;
4307
+ localConnectionString?: string | undefined;
4308
+ } | {
4309
+ name: string;
4310
+ localConnectionString?: string | undefined;
4311
+ previewFallback?: "base" | undefined;
4312
+ previewId?: string | undefined;
4313
+ previewLocalConnectionString?: string | undefined;
4314
+ }> | undefined;
4315
+ browser?: Record<string, string | {
4316
+ remote?: boolean | undefined;
4317
+ }> | undefined;
4318
+ analyticsEngine?: Record<string, {
4319
+ dataset: string;
4320
+ }> | undefined;
4321
+ sendEmail?: Record<string, {
4322
+ destinationAddress?: string | undefined;
4323
+ allowedDestinationAddresses?: string[] | undefined;
4324
+ allowedSenderAddresses?: string[] | undefined;
4325
+ }> | undefined;
4326
+ mtlsCertificates?: Record<string, string | {
4327
+ certificateId: string;
4328
+ remote?: boolean | undefined;
4329
+ } | {
4330
+ certificate_id: string;
4331
+ remote?: boolean | undefined;
4332
+ }> | undefined;
4333
+ dispatchNamespaces?: Record<string, string | {
4334
+ namespace: string;
4335
+ outbound?: {
4336
+ service: string;
4337
+ environment?: string | undefined;
4338
+ parameters?: string[] | undefined;
4339
+ } | undefined;
4340
+ remote?: boolean | undefined;
4341
+ }> | undefined;
4342
+ workflows?: Record<string, {
4343
+ name: string;
4344
+ className: string;
4345
+ scriptName?: string | undefined;
4346
+ remote?: boolean | undefined;
4347
+ limits?: {
4348
+ steps: number;
4349
+ } | undefined;
4350
+ }> | undefined;
4351
+ pipelines?: Record<string, string | {
4352
+ pipeline: string;
4353
+ remote?: boolean | undefined;
4354
+ }> | undefined;
4355
+ images?: Record<string, true | {
4356
+ remote?: boolean | undefined;
4357
+ }> | undefined;
4358
+ media?: Record<string, true | {
4359
+ remote?: boolean | undefined;
4360
+ }> | undefined;
4361
+ artifacts?: Record<string, string | {
4362
+ namespace: string;
4363
+ remote?: boolean | undefined;
4364
+ }> | undefined;
4365
+ } | undefined;
4366
+ triggers?: {
4367
+ crons?: string[] | undefined;
4368
+ } | undefined;
4369
+ rules?: {
4370
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
4371
+ globs: string[];
4372
+ fallthrough?: boolean | undefined;
4373
+ }[] | undefined;
4374
+ findAdditionalModules?: boolean | undefined;
4375
+ baseDir?: string | undefined;
4376
+ preserveFileNames?: boolean | undefined;
4377
+ tailConsumers?: (string | {
4378
+ service: string;
4379
+ environment?: string | undefined;
4380
+ })[] | undefined;
4381
+ vars?: Record<string, string> | undefined;
4382
+ secrets?: Record<string, {
4383
+ required?: boolean | undefined;
4384
+ }> | undefined;
4385
+ routes?: {
4386
+ pattern: string;
4387
+ zone_name?: string | undefined;
4388
+ zone_id?: string | undefined;
4389
+ custom_domain?: boolean | undefined;
4390
+ }[] | undefined;
4391
+ assets?: {
4392
+ directory: string;
4393
+ binding?: string | undefined;
4394
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
4395
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
4396
+ run_worker_first?: boolean | string[] | undefined;
4397
+ } | undefined;
4398
+ containers?: {
4399
+ className: string;
4400
+ image: string;
4401
+ maxInstances?: number | undefined;
4402
+ instanceType?: string | undefined;
4403
+ name?: string | undefined;
4404
+ imageBuildContext?: string | undefined;
4405
+ imageVars?: Record<string, string> | undefined;
4406
+ rolloutActiveGracePeriod?: number | undefined;
4407
+ rolloutStepPercentage?: number | number[] | undefined;
4408
+ }[] | undefined;
4409
+ placement?: {
4410
+ mode: "off" | "smart";
4411
+ hint?: string | undefined;
4412
+ } | {
4413
+ mode?: "targeted" | undefined;
4414
+ region: string;
4415
+ } | {
4416
+ mode?: "targeted" | undefined;
4417
+ host: string;
4418
+ } | {
4419
+ mode?: "targeted" | undefined;
4420
+ hostname: string;
4421
+ } | undefined;
4422
+ limits?: {
4423
+ cpu_ms?: number | undefined;
4424
+ subrequests?: number | undefined;
4425
+ } | undefined;
4426
+ observability?: {
4427
+ enabled?: boolean | undefined;
4428
+ head_sampling_rate?: number | undefined;
4429
+ logs?: {
4430
+ enabled?: boolean | undefined;
4431
+ head_sampling_rate?: number | undefined;
4432
+ invocation_logs?: boolean | undefined;
4433
+ persist?: boolean | undefined;
4434
+ destinations?: string[] | undefined;
4435
+ } | undefined;
4436
+ traces?: {
4437
+ enabled?: boolean | undefined;
4438
+ head_sampling_rate?: number | undefined;
4439
+ persist?: boolean | undefined;
4440
+ destinations?: string[] | undefined;
4441
+ } | undefined;
1962
4442
  } | undefined;
1963
4443
  migrations?: {
1964
4444
  tag: string;