devflare 1.0.0-next.2 → 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 (1411) hide show
  1. package/LLM.md +15738 -1751
  2. package/README.md +375 -605
  3. package/bin/devflare.js +14 -4
  4. package/dist/account-05zgta47.js +475 -0
  5. package/dist/account-0evqkmnc.js +475 -0
  6. package/dist/account-0v11zbzk.js +475 -0
  7. package/dist/account-2w85efas.js +475 -0
  8. package/dist/account-61gw9s7t.js +475 -0
  9. package/dist/account-65sk9q34.js +475 -0
  10. package/dist/account-77vx7q2f.js +475 -0
  11. package/dist/account-7z38mgqf.js +475 -0
  12. package/dist/account-8wgprpbt.js +475 -0
  13. package/dist/account-9gt3tej1.js +475 -0
  14. package/dist/account-b2ag1esh.js +475 -0
  15. package/dist/account-bxtcz61a.js +475 -0
  16. package/dist/account-d43d1eqs.js +475 -0
  17. package/dist/account-dtndtbad.js +475 -0
  18. package/dist/account-e95v7f4s.js +475 -0
  19. package/dist/account-fbyyptg7.js +475 -0
  20. package/dist/account-gnzhz1c9.js +475 -0
  21. package/dist/account-gyfqg964.js +475 -0
  22. package/dist/account-m6jq6fnp.js +475 -0
  23. package/dist/account-mvnfagh9.js +475 -0
  24. package/dist/account-p0crq2gh.js +475 -0
  25. package/dist/account-q6pvs9d9.js +475 -0
  26. package/dist/account-qkcevx7a.js +475 -0
  27. package/dist/account-rp4zbvw1.js +475 -0
  28. package/dist/account-txwqg1rx.js +475 -0
  29. package/dist/account-w5n5bjh2.js +475 -0
  30. package/dist/account-zd61t0ey.js +475 -0
  31. package/dist/api-11gkk043.js +33 -0
  32. package/dist/api-2n6dd2ws.js +33 -0
  33. package/dist/api-dbxvch9h.js +33 -0
  34. package/dist/api-p9hf69kr.js +33 -0
  35. package/dist/api-r10j00ev.js +33 -0
  36. package/dist/api-senf2569.js +33 -0
  37. package/dist/api-swcgnp72.js +33 -0
  38. package/dist/api-th82mps4.js +27 -0
  39. package/dist/bridge/client.d.ts +34 -6
  40. package/dist/bridge/client.d.ts.map +1 -1
  41. package/dist/bridge/gateway-runtime.d.ts +8 -0
  42. package/dist/bridge/gateway-runtime.d.ts.map +1 -0
  43. package/dist/bridge/index.d.ts +3 -3
  44. package/dist/bridge/index.d.ts.map +1 -1
  45. package/dist/bridge/log.d.ts +5 -0
  46. package/dist/bridge/log.d.ts.map +1 -0
  47. package/dist/bridge/miniflare.d.ts +73 -0
  48. package/dist/bridge/miniflare.d.ts.map +1 -1
  49. package/dist/bridge/protocol.d.ts +1 -1
  50. package/dist/bridge/protocol.d.ts.map +1 -1
  51. package/dist/bridge/proxy.d.ts +9 -11
  52. package/dist/bridge/proxy.d.ts.map +1 -1
  53. package/dist/bridge/serialization.d.ts +36 -16
  54. package/dist/bridge/serialization.d.ts.map +1 -1
  55. package/dist/bridge/server.d.ts +2 -1
  56. package/dist/bridge/server.d.ts.map +1 -1
  57. package/dist/bridge/v2/body-streams.d.ts +53 -0
  58. package/dist/bridge/v2/body-streams.d.ts.map +1 -0
  59. package/dist/bridge/v2/codec.d.ts +106 -0
  60. package/dist/bridge/v2/codec.d.ts.map +1 -0
  61. package/dist/bridge/v2/control-messages.d.ts +51 -0
  62. package/dist/bridge/v2/control-messages.d.ts.map +1 -0
  63. package/dist/bridge/v2/frames.d.ts +109 -0
  64. package/dist/bridge/v2/frames.d.ts.map +1 -0
  65. package/dist/bridge/v2/index.d.ts +11 -0
  66. package/dist/bridge/v2/index.d.ts.map +1 -0
  67. package/dist/bridge/v2/legacy-protocol.d.ts +146 -0
  68. package/dist/bridge/v2/legacy-protocol.d.ts.map +1 -0
  69. package/dist/bridge/v2/legacy-serialization.d.ts +103 -0
  70. package/dist/bridge/v2/legacy-serialization.d.ts.map +1 -0
  71. package/dist/bridge/v2/serialization.d.ts +48 -0
  72. package/dist/bridge/v2/serialization.d.ts.map +1 -0
  73. package/dist/bridge/v2/transport.d.ts +31 -0
  74. package/dist/bridge/v2/transport.d.ts.map +1 -0
  75. package/dist/bridge/v2/value-codec.d.ts +61 -0
  76. package/dist/bridge/v2/value-codec.d.ts.map +1 -0
  77. package/dist/bridge/v2/value-serialization.d.ts +103 -0
  78. package/dist/bridge/v2/value-serialization.d.ts.map +1 -0
  79. package/dist/bridge/v2/wire.d.ts +170 -0
  80. package/dist/bridge/v2/wire.d.ts.map +1 -0
  81. package/dist/bridge/v2/ws-relay.d.ts +53 -0
  82. package/dist/bridge/v2/ws-relay.d.ts.map +1 -0
  83. package/dist/browser-shim/handler.d.ts +1 -1
  84. package/dist/browser-shim/handler.d.ts.map +1 -1
  85. package/dist/browser-shim/server.d.ts +63 -0
  86. package/dist/browser-shim/server.d.ts.map +1 -1
  87. package/dist/browser.d.ts +4505 -0
  88. package/dist/browser.d.ts.map +1 -0
  89. package/dist/browser.js +145 -0
  90. package/dist/build-07mjrvsn.js +53 -0
  91. package/dist/build-0rfr8k1s.js +53 -0
  92. package/dist/build-1313sg73.js +52 -0
  93. package/dist/build-1hnntbks.js +53 -0
  94. package/dist/build-1r3myv0k.js +53 -0
  95. package/dist/build-28561w5v.js +54 -0
  96. package/dist/build-2s5paw5p.js +54 -0
  97. package/dist/build-4c350cp7.js +54 -0
  98. package/dist/build-50yqpwb3.js +54 -0
  99. package/dist/build-55z8psd6.js +53 -0
  100. package/dist/build-5b9wj2p0.js +53 -0
  101. package/dist/build-5frhzh1m.js +53 -0
  102. package/dist/build-6ye9vnab.js +52 -0
  103. package/dist/build-8gv18jrq.js +52 -0
  104. package/dist/build-9bgqypy6.js +53 -0
  105. package/dist/build-9em4ymqn.js +52 -0
  106. package/dist/build-e7wym63t.js +54 -0
  107. package/dist/build-eh3x12qc.js +52 -0
  108. package/dist/build-emhyycp7.js +53 -0
  109. package/dist/build-f1m9jn7b.js +53 -0
  110. package/dist/build-ffe72jjv.js +54 -0
  111. package/dist/build-fx90y6za.js +53 -0
  112. package/dist/build-ge6qp3t4.js +54 -0
  113. package/dist/build-h31egsze.js +53 -0
  114. package/dist/build-hpczwagb.js +53 -0
  115. package/dist/build-hpkbanpw.js +54 -0
  116. package/dist/build-j2re91xe.js +54 -0
  117. package/dist/build-j78389rg.js +52 -0
  118. package/dist/build-m3kckn5g.js +53 -0
  119. package/dist/build-mf3thcjm.js +53 -0
  120. package/dist/build-n3n5bv37.js +52 -0
  121. package/dist/build-ngfy4v5x.js +53 -0
  122. package/dist/build-pr843h0d.js +52 -0
  123. package/dist/build-qyg2b45p.js +52 -0
  124. package/dist/build-r6884kyt.js +53 -0
  125. package/dist/build-re370wkf.js +53 -0
  126. package/dist/build-ta8c6t11.js +54 -0
  127. package/dist/build-vvndgwg0.js +52 -0
  128. package/dist/build-wp559jkf.js +54 -0
  129. package/dist/build-wvjj8f28.js +54 -0
  130. package/dist/build-x4r67275.js +52 -0
  131. package/dist/build-xp4pfhvv.js +52 -0
  132. package/dist/build-y489r2h9.js +54 -0
  133. package/dist/build-y6g4bvx5.js +52 -0
  134. package/dist/build-ypg6f2kw.js +54 -0
  135. package/dist/build-yts8wwgf.js +54 -0
  136. package/dist/build-yvn0yhwx.js +52 -0
  137. package/dist/build-yzkdqexs.js +54 -0
  138. package/dist/build-z4vmhs5c.js +53 -0
  139. package/dist/bundler/defaults.d.ts +23 -0
  140. package/dist/bundler/defaults.d.ts.map +1 -0
  141. package/dist/bundler/do-bundler.d.ts +7 -0
  142. package/dist/bundler/do-bundler.d.ts.map +1 -1
  143. package/dist/bundler/index.d.ts +2 -0
  144. package/dist/bundler/index.d.ts.map +1 -1
  145. package/dist/bundler/rolldown-shared.d.ts +53 -0
  146. package/dist/bundler/rolldown-shared.d.ts.map +1 -0
  147. package/dist/bundler/worker-bundler.d.ts +13 -0
  148. package/dist/bundler/worker-bundler.d.ts.map +1 -0
  149. package/dist/bundler/worker-compat.d.ts +4 -0
  150. package/dist/bundler/worker-compat.d.ts.map +1 -0
  151. package/dist/cli/build-manifest.d.ts +66 -0
  152. package/dist/cli/build-manifest.d.ts.map +1 -0
  153. package/dist/cli/command-utils.d.ts +18 -0
  154. package/dist/cli/command-utils.d.ts.map +1 -0
  155. package/dist/cli/commands/account.d.ts +1 -1
  156. package/dist/cli/commands/account.d.ts.map +1 -1
  157. package/dist/cli/commands/build-artifacts.d.ts +40 -0
  158. package/dist/cli/commands/build-artifacts.d.ts.map +1 -0
  159. package/dist/cli/commands/build.d.ts.map +1 -1
  160. package/dist/cli/commands/config.d.ts +4 -0
  161. package/dist/cli/commands/config.d.ts.map +1 -0
  162. package/dist/cli/commands/deploy/metadata.d.ts +18 -0
  163. package/dist/cli/commands/deploy/metadata.d.ts.map +1 -0
  164. package/dist/cli/commands/deploy/prepare.d.ts +23 -0
  165. package/dist/cli/commands/deploy/prepare.d.ts.map +1 -0
  166. package/dist/cli/commands/deploy/runtime.d.ts +4 -0
  167. package/dist/cli/commands/deploy/runtime.d.ts.map +1 -0
  168. package/dist/cli/commands/deploy/verification.d.ts +36 -0
  169. package/dist/cli/commands/deploy/verification.d.ts.map +1 -0
  170. package/dist/cli/commands/deploy.d.ts +2 -2
  171. package/dist/cli/commands/deploy.d.ts.map +1 -1
  172. package/dist/cli/commands/dev.d.ts.map +1 -1
  173. package/dist/cli/commands/doctor.d.ts.map +1 -1
  174. package/dist/cli/commands/init.d.ts.map +1 -1
  175. package/dist/cli/commands/login.d.ts +4 -0
  176. package/dist/cli/commands/login.d.ts.map +1 -0
  177. package/dist/cli/commands/previews-support/cleanup.d.ts +9 -0
  178. package/dist/cli/commands/previews-support/cleanup.d.ts.map +1 -0
  179. package/dist/cli/commands/previews-support/family.d.ts +10 -0
  180. package/dist/cli/commands/previews-support/family.d.ts.map +1 -0
  181. package/dist/cli/commands/previews-support/render.d.ts +8 -0
  182. package/dist/cli/commands/previews-support/render.d.ts.map +1 -0
  183. package/dist/cli/commands/previews-support/theme.d.ts +10 -0
  184. package/dist/cli/commands/previews-support/theme.d.ts.map +1 -0
  185. package/dist/cli/commands/previews-support/types.d.ts +70 -0
  186. package/dist/cli/commands/previews-support/types.d.ts.map +1 -0
  187. package/dist/cli/commands/previews.d.ts +4 -0
  188. package/dist/cli/commands/previews.d.ts.map +1 -0
  189. package/dist/cli/commands/productions.d.ts +4 -0
  190. package/dist/cli/commands/productions.d.ts.map +1 -0
  191. package/dist/cli/commands/secrets.d.ts +4 -0
  192. package/dist/cli/commands/secrets.d.ts.map +1 -0
  193. package/dist/cli/commands/token.d.ts +4 -0
  194. package/dist/cli/commands/token.d.ts.map +1 -0
  195. package/dist/cli/commands/type-generation/discovery.d.ts +7 -0
  196. package/dist/cli/commands/type-generation/discovery.d.ts.map +1 -0
  197. package/dist/cli/commands/type-generation/generator.d.ts +110 -0
  198. package/dist/cli/commands/type-generation/generator.d.ts.map +1 -0
  199. package/dist/cli/commands/type-generation/models.d.ts +27 -0
  200. package/dist/cli/commands/type-generation/models.d.ts.map +1 -0
  201. package/dist/cli/commands/types.d.ts.map +1 -1
  202. package/dist/cli/commands/worker.d.ts +4 -0
  203. package/dist/cli/commands/worker.d.ts.map +1 -0
  204. package/dist/cli/config-path.d.ts +6 -0
  205. package/dist/cli/config-path.d.ts.map +1 -0
  206. package/dist/cli/dependencies.d.ts +1 -0
  207. package/dist/cli/dependencies.d.ts.map +1 -1
  208. package/dist/cli/deploy-strategy.d.ts +17 -0
  209. package/dist/cli/deploy-strategy.d.ts.map +1 -0
  210. package/dist/cli/deploy-target.d.ts +17 -0
  211. package/dist/cli/deploy-target.d.ts.map +1 -0
  212. package/dist/cli/generated-artifacts.d.ts +12 -0
  213. package/dist/cli/generated-artifacts.d.ts.map +1 -0
  214. package/dist/cli/help-pages/pages/account.d.ts +3 -0
  215. package/dist/cli/help-pages/pages/account.d.ts.map +1 -0
  216. package/dist/cli/help-pages/pages/core.d.ts +4 -0
  217. package/dist/cli/help-pages/pages/core.d.ts.map +1 -0
  218. package/dist/cli/help-pages/pages/index.d.ts +3 -0
  219. package/dist/cli/help-pages/pages/index.d.ts.map +1 -0
  220. package/dist/cli/help-pages/pages/misc.d.ts +3 -0
  221. package/dist/cli/help-pages/pages/misc.d.ts.map +1 -0
  222. package/dist/cli/help-pages/pages/previews.d.ts +3 -0
  223. package/dist/cli/help-pages/pages/previews.d.ts.map +1 -0
  224. package/dist/cli/help-pages/pages/productions.d.ts +3 -0
  225. package/dist/cli/help-pages/pages/productions.d.ts.map +1 -0
  226. package/dist/cli/help-pages/render.d.ts +12 -0
  227. package/dist/cli/help-pages/render.d.ts.map +1 -0
  228. package/dist/cli/help-pages/shared.d.ts +15 -0
  229. package/dist/cli/help-pages/shared.d.ts.map +1 -0
  230. package/dist/cli/help-pages/types.d.ts +23 -0
  231. package/dist/cli/help-pages/types.d.ts.map +1 -0
  232. package/dist/cli/help.d.ts +6 -0
  233. package/dist/cli/help.d.ts.map +1 -0
  234. package/dist/cli/index.d.ts +1 -0
  235. package/dist/cli/index.d.ts.map +1 -1
  236. package/dist/cli/index.js +12 -0
  237. package/dist/cli/package-metadata.d.ts +16 -0
  238. package/dist/cli/package-metadata.d.ts.map +1 -0
  239. package/dist/cli/preview-bindings.d.ts +49 -0
  240. package/dist/cli/preview-bindings.d.ts.map +1 -0
  241. package/dist/cli/preview.d.ts +10 -0
  242. package/dist/cli/preview.d.ts.map +1 -0
  243. package/dist/cli/ui.d.ts +37 -0
  244. package/dist/cli/ui.d.ts.map +1 -0
  245. package/dist/cli/workspace-build-guard.d.ts +14 -0
  246. package/dist/cli/workspace-build-guard.d.ts.map +1 -0
  247. package/dist/cloudflare/account-core.d.ts +6 -0
  248. package/dist/cloudflare/account-core.d.ts.map +1 -0
  249. package/dist/cloudflare/account-resources.d.ts +40 -0
  250. package/dist/cloudflare/account-resources.d.ts.map +1 -0
  251. package/dist/cloudflare/account-status.d.ts +11 -0
  252. package/dist/cloudflare/account-status.d.ts.map +1 -0
  253. package/dist/cloudflare/account-workers.d.ts +14 -0
  254. package/dist/cloudflare/account-workers.d.ts.map +1 -0
  255. package/dist/cloudflare/account.d.ts +7 -64
  256. package/dist/cloudflare/account.d.ts.map +1 -1
  257. package/dist/cloudflare/api.d.ts +71 -3
  258. package/dist/cloudflare/api.d.ts.map +1 -1
  259. package/dist/cloudflare/auth.d.ts.map +1 -1
  260. package/dist/cloudflare/index.d.ts +57 -2
  261. package/dist/cloudflare/index.d.ts.map +1 -1
  262. package/dist/cloudflare/index.js +49 -2
  263. package/dist/cloudflare/known-permission-group-ids.generated.d.ts +10 -0
  264. package/dist/cloudflare/known-permission-group-ids.generated.d.ts.map +1 -0
  265. package/dist/cloudflare/kv-namespace.d.ts +4 -0
  266. package/dist/cloudflare/kv-namespace.d.ts.map +1 -0
  267. package/dist/cloudflare/preferences.d.ts +7 -0
  268. package/dist/cloudflare/preferences.d.ts.map +1 -1
  269. package/dist/cloudflare/preview-registry-cache.d.ts +6 -0
  270. package/dist/cloudflare/preview-registry-cache.d.ts.map +1 -0
  271. package/dist/cloudflare/preview-registry-inference.d.ts +14 -0
  272. package/dist/cloudflare/preview-registry-inference.d.ts.map +1 -0
  273. package/dist/cloudflare/preview-registry-records.d.ts +4 -0
  274. package/dist/cloudflare/preview-registry-records.d.ts.map +1 -0
  275. package/dist/cloudflare/preview-registry-shape.d.ts +47 -0
  276. package/dist/cloudflare/preview-registry-shape.d.ts.map +1 -0
  277. package/dist/cloudflare/preview-registry-store.d.ts +14 -0
  278. package/dist/cloudflare/preview-registry-store.d.ts.map +1 -0
  279. package/dist/cloudflare/preview-registry-transport.d.ts +4 -0
  280. package/dist/cloudflare/preview-registry-transport.d.ts.map +1 -0
  281. package/dist/cloudflare/preview-registry-types.d.ts +103 -0
  282. package/dist/cloudflare/preview-registry-types.d.ts.map +1 -0
  283. package/dist/cloudflare/preview-registry.d.ts +42 -0
  284. package/dist/cloudflare/preview-registry.d.ts.map +1 -0
  285. package/dist/cloudflare/preview-urls.d.ts +3 -0
  286. package/dist/cloudflare/preview-urls.d.ts.map +1 -0
  287. package/dist/cloudflare/registry-schema.d.ts +253 -0
  288. package/dist/cloudflare/registry-schema.d.ts.map +1 -0
  289. package/dist/cloudflare/tokens.d.ts +41 -0
  290. package/dist/cloudflare/tokens.d.ts.map +1 -0
  291. package/dist/cloudflare/types.d.ts +124 -7
  292. package/dist/cloudflare/types.d.ts.map +1 -1
  293. package/dist/cloudflare/usage.d.ts +30 -2
  294. package/dist/cloudflare/usage.d.ts.map +1 -1
  295. package/dist/config/binding-resolution-helpers.d.ts +41 -0
  296. package/dist/config/binding-resolution-helpers.d.ts.map +1 -0
  297. package/dist/config/compatibility.d.ts +3 -0
  298. package/dist/config/compatibility.d.ts.map +1 -0
  299. package/dist/config/compiler/bindings.d.ts +14 -0
  300. package/dist/config/compiler/bindings.d.ts.map +1 -0
  301. package/dist/config/compiler/core-helpers.d.ts +6 -0
  302. package/dist/config/compiler/core-helpers.d.ts.map +1 -0
  303. package/dist/config/compiler/do-workers.d.ts +34 -0
  304. package/dist/config/compiler/do-workers.d.ts.map +1 -0
  305. package/dist/config/compiler/paths.d.ts +18 -0
  306. package/dist/config/compiler/paths.d.ts.map +1 -0
  307. package/dist/config/compiler/types.d.ts +267 -0
  308. package/dist/config/compiler/types.d.ts.map +1 -0
  309. package/dist/config/compiler.d.ts +22 -134
  310. package/dist/config/compiler.d.ts.map +1 -1
  311. package/dist/config/deploy-resources.d.ts +58 -0
  312. package/dist/config/deploy-resources.d.ts.map +1 -0
  313. package/dist/config/framework-providers.d.ts +9 -0
  314. package/dist/config/framework-providers.d.ts.map +1 -0
  315. package/dist/config/index.d.ts +10 -4
  316. package/dist/config/index.d.ts.map +1 -1
  317. package/dist/config/loader.d.ts +1 -0
  318. package/dist/config/loader.d.ts.map +1 -1
  319. package/dist/config/local-dev-vars.d.ts +15 -0
  320. package/dist/config/local-dev-vars.d.ts.map +1 -0
  321. package/dist/config/preview-resources.d.ts +83 -0
  322. package/dist/config/preview-resources.d.ts.map +1 -0
  323. package/dist/config/preview.d.ts +31 -0
  324. package/dist/config/preview.d.ts.map +1 -0
  325. package/dist/config/ref.d.ts +14 -23
  326. package/dist/config/ref.d.ts.map +1 -1
  327. package/dist/config/resolve-phased.d.ts +72 -0
  328. package/dist/config/resolve-phased.d.ts.map +1 -0
  329. package/dist/config/resolve.d.ts +11 -0
  330. package/dist/config/resolve.d.ts.map +1 -0
  331. package/dist/config/resource-resolution.d.ts +80 -0
  332. package/dist/config/resource-resolution.d.ts.map +1 -0
  333. package/dist/config/schema-bindings.d.ts +1495 -0
  334. package/dist/config/schema-bindings.d.ts.map +1 -0
  335. package/dist/config/schema-build.d.ts +67 -0
  336. package/dist/config/schema-build.d.ts.map +1 -0
  337. package/dist/config/schema-env.d.ts +2949 -0
  338. package/dist/config/schema-env.d.ts.map +1 -0
  339. package/dist/config/schema-normalization.d.ts +184 -0
  340. package/dist/config/schema-normalization.d.ts.map +1 -0
  341. package/dist/config/schema-runtime.d.ts +468 -0
  342. package/dist/config/schema-runtime.d.ts.map +1 -0
  343. package/dist/config/schema.d.ts +4056 -1875
  344. package/dist/config/schema.d.ts.map +1 -1
  345. package/dist/config/service-bindings-validation.d.ts +36 -0
  346. package/dist/config/service-bindings-validation.d.ts.map +1 -0
  347. package/dist/config-1japnjmx.js +59 -0
  348. package/dist/config-287wjn1m.js +59 -0
  349. package/dist/config-4x6vq82e.js +59 -0
  350. package/dist/config-5n0avhcx.js +59 -0
  351. package/dist/config-6m0n7d84.js +59 -0
  352. package/dist/config-70s2ap5j.js +59 -0
  353. package/dist/config-7cf004ag.js +59 -0
  354. package/dist/config-7hge8ze6.js +59 -0
  355. package/dist/config-7rbp7aek.js +59 -0
  356. package/dist/config-b8xbbmta.js +59 -0
  357. package/dist/config-b98dp58n.js +59 -0
  358. package/dist/config-baee5690.js +59 -0
  359. package/dist/config-bczpc1ey.js +59 -0
  360. package/dist/config-cf3djhqy.js +59 -0
  361. package/dist/config-entry.d.ts +5 -0
  362. package/dist/config-entry.d.ts.map +1 -0
  363. package/dist/config-entry.js +14 -0
  364. package/dist/config-fhmwzaw6.js +59 -0
  365. package/dist/config-g9vkfa4x.js +59 -0
  366. package/dist/config-gpexkzth.js +59 -0
  367. package/dist/config-nspw7sgv.js +59 -0
  368. package/dist/config-ntm4x9wt.js +59 -0
  369. package/dist/config-nv6hfpg6.js +59 -0
  370. package/dist/config-pjc33wew.js +59 -0
  371. package/dist/config-pnz2e8s3.js +59 -0
  372. package/dist/config-qts6nh6g.js +59 -0
  373. package/dist/config-sg2xrdt4.js +59 -0
  374. package/dist/config-vzwckat3.js +59 -0
  375. package/dist/config-wa7hm0w9.js +59 -0
  376. package/dist/config-x90dkmm7.js +59 -0
  377. package/dist/decorators/durable-object.d.ts.map +1 -1
  378. package/dist/deploy-1jfagtn9.js +1055 -0
  379. package/dist/deploy-1s6nv5rp.js +921 -0
  380. package/dist/deploy-2afw0jfg.js +1055 -0
  381. package/dist/deploy-2fzj68kq.js +1055 -0
  382. package/dist/deploy-30ph1rrd.js +921 -0
  383. package/dist/deploy-39dmfn9d.js +921 -0
  384. package/dist/deploy-44n2pshy.js +1016 -0
  385. package/dist/deploy-45qxpsfe.js +921 -0
  386. package/dist/deploy-57nzn9wj.js +1045 -0
  387. package/dist/deploy-64e57w1g.js +1040 -0
  388. package/dist/deploy-82j43vta.js +1040 -0
  389. package/dist/deploy-99m8qhpa.js +1041 -0
  390. package/dist/deploy-9twkd32f.js +1040 -0
  391. package/dist/deploy-a2eq2c1n.js +1040 -0
  392. package/dist/deploy-a3pb1qs5.js +921 -0
  393. package/dist/deploy-agbtfm04.js +921 -0
  394. package/dist/deploy-aswbtbf3.js +921 -0
  395. package/dist/deploy-asyryrvm.js +1055 -0
  396. package/dist/deploy-bqf3kxy5.js +972 -0
  397. package/dist/deploy-fv4z648h.js +921 -0
  398. package/dist/deploy-gsybda2f.js +1038 -0
  399. package/dist/deploy-h17nzysm.js +921 -0
  400. package/dist/deploy-hc89h4wg.js +1045 -0
  401. package/dist/deploy-hc927rw6.js +1045 -0
  402. package/dist/deploy-jey5pnqn.js +1040 -0
  403. package/dist/deploy-jv0yfqvk.js +1040 -0
  404. package/dist/deploy-kn3z6spd.js +941 -0
  405. package/dist/deploy-m22xmz9w.js +921 -0
  406. package/dist/deploy-nefp2njy.js +1038 -0
  407. package/dist/deploy-pnnf8tgy.js +1045 -0
  408. package/dist/deploy-ppp8pg6w.js +1038 -0
  409. package/dist/deploy-q33bw715.js +1055 -0
  410. package/dist/deploy-qah2eag6.js +1041 -0
  411. package/dist/deploy-qdq2gpad.js +1045 -0
  412. package/dist/deploy-r1yf8913.js +1038 -0
  413. package/dist/deploy-r8nam9rr.js +1038 -0
  414. package/dist/deploy-rrm4a0xw.js +921 -0
  415. package/dist/deploy-s0tfnc12.js +1040 -0
  416. package/dist/deploy-s636ks9k.js +1041 -0
  417. package/dist/deploy-sany8t54.js +1045 -0
  418. package/dist/deploy-skqn61j3.js +1038 -0
  419. package/dist/deploy-smv2870h.js +921 -0
  420. package/dist/deploy-sp16nxs5.js +972 -0
  421. package/dist/deploy-sr805bvq.js +921 -0
  422. package/dist/deploy-t9dehmn0.js +1041 -0
  423. package/dist/deploy-taxt7njz.js +1041 -0
  424. package/dist/deploy-tmdgecs3.js +1055 -0
  425. package/dist/deploy-tnfvfh9m.js +1040 -0
  426. package/dist/deploy-v0y8kczr.js +1055 -0
  427. package/dist/deploy-w5f8db4s.js +1040 -0
  428. package/dist/deploy-wsxcectr.js +921 -0
  429. package/dist/deploy-xhj6zbcx.js +1055 -0
  430. package/dist/deploy-xyfbhj3v.js +1038 -0
  431. package/dist/deploy-yv1y5xaa.js +921 -0
  432. package/dist/deploy-z3ejw37k.js +1040 -0
  433. package/dist/dev-02tgdc4f.js +2160 -0
  434. package/dist/dev-0tqhveye.js +2314 -0
  435. package/dist/dev-1mvcts8w.js +2515 -0
  436. package/dist/dev-2a283xts.js +2515 -0
  437. package/dist/dev-3dj2gkfq.js +2314 -0
  438. package/dist/dev-3e0etsww.js +2314 -0
  439. package/dist/dev-47dk7c13.js +2314 -0
  440. package/dist/dev-4a2a31cm.js +2314 -0
  441. package/dist/dev-4w1stcn8.js +2427 -0
  442. package/dist/dev-5wkh1z4a.js +2188 -0
  443. package/dist/dev-62nhytf8.js +2505 -0
  444. package/dist/dev-6t22zmey.js +2350 -0
  445. package/dist/dev-75acm2xj.js +2478 -0
  446. package/dist/dev-802rg9dp.js +2515 -0
  447. package/dist/dev-89p1sdv7.js +2395 -0
  448. package/dist/dev-8d1gxjky.js +2427 -0
  449. package/dist/dev-8yawx3cv.js +2314 -0
  450. package/dist/dev-9h4p8a0c.js +2393 -0
  451. package/dist/dev-9xmttj4c.js +2314 -0
  452. package/dist/dev-at6gy2td.js +2427 -0
  453. package/dist/dev-bkbz97z0.js +2314 -0
  454. package/dist/dev-ct3344kv.js +2160 -0
  455. package/dist/dev-d1bb2t0f.js +2515 -0
  456. package/dist/{dev-qnxet3j9.js → dev-dg8dh5c1.js} +947 -809
  457. package/dist/dev-dr5jb965.js +2427 -0
  458. package/dist/dev-dwry8494.js +2489 -0
  459. package/dist/dev-e4sjqtbq.js +2314 -0
  460. package/dist/dev-ecq26mg4.js +2350 -0
  461. package/dist/dev-ef237vgp.js +2324 -0
  462. package/dist/dev-enbdg4st.js +2314 -0
  463. package/dist/dev-g6112y4w.js +2515 -0
  464. package/dist/dev-h2kneh95.js +2496 -0
  465. package/dist/dev-jcrxg8hq.js +2160 -0
  466. package/dist/dev-jk0gqges.js +2432 -0
  467. package/dist/dev-k62936am.js +2314 -0
  468. package/dist/dev-k8ptbvrs.js +2160 -0
  469. package/dist/dev-kqm107h4.js +2422 -0
  470. package/dist/dev-kybq3mwr.js +2489 -0
  471. package/dist/dev-n0gx7eya.js +2350 -0
  472. package/dist/dev-n23m6rtb.js +2314 -0
  473. package/dist/dev-n8qndkyg.js +2512 -0
  474. package/dist/dev-ny8fmkzg.js +2432 -0
  475. package/dist/dev-p1c65cga.js +2386 -0
  476. package/dist/dev-p32fkbwf.js +2489 -0
  477. package/dist/dev-p4fjbb4h.js +2395 -0
  478. package/dist/dev-pnfcv79z.js +2160 -0
  479. package/dist/dev-qm9d4mfh.js +2478 -0
  480. package/dist/dev-qnrrv5ey.js +2393 -0
  481. package/dist/dev-qqysg50t.js +2427 -0
  482. package/dist/dev-r9f3n11q.js +2410 -0
  483. package/dist/dev-rcthnse5.js +2473 -0
  484. package/dist/dev-s0815dw4.js +2427 -0
  485. package/dist/dev-s4tpkg60.js +2314 -0
  486. package/dist/dev-s82fcesg.js +2314 -0
  487. package/dist/dev-s9sz53me.js +2401 -0
  488. package/dist/dev-sdka7z0d.js +2427 -0
  489. package/dist/dev-server/d1-migrations.d.ts +36 -0
  490. package/dist/dev-server/d1-migrations.d.ts.map +1 -0
  491. package/dist/dev-server/dev-server-state.d.ts +57 -0
  492. package/dist/dev-server/dev-server-state.d.ts.map +1 -0
  493. package/dist/dev-server/gateway-script.d.ts +21 -0
  494. package/dist/dev-server/gateway-script.d.ts.map +1 -0
  495. package/dist/dev-server/miniflare-bindings.d.ts +59 -0
  496. package/dist/dev-server/miniflare-bindings.d.ts.map +1 -0
  497. package/dist/dev-server/miniflare-dev-config.d.ts +31 -0
  498. package/dist/dev-server/miniflare-dev-config.d.ts.map +1 -0
  499. package/dist/dev-server/miniflare-log.d.ts +20 -0
  500. package/dist/dev-server/miniflare-log.d.ts.map +1 -0
  501. package/dist/dev-server/miniflare-worker-config.d.ts +74 -0
  502. package/dist/dev-server/miniflare-worker-config.d.ts.map +1 -0
  503. package/dist/dev-server/reload-queue.d.ts +13 -0
  504. package/dist/dev-server/reload-queue.d.ts.map +1 -0
  505. package/dist/dev-server/runtime-stdio.d.ts +8 -0
  506. package/dist/dev-server/runtime-stdio.d.ts.map +1 -0
  507. package/dist/dev-server/server-startup-helpers.d.ts +84 -0
  508. package/dist/dev-server/server-startup-helpers.d.ts.map +1 -0
  509. package/dist/dev-server/server.d.ts +2 -0
  510. package/dist/dev-server/server.d.ts.map +1 -1
  511. package/dist/dev-server/vite-process.d.ts +15 -0
  512. package/dist/dev-server/vite-process.d.ts.map +1 -0
  513. package/dist/dev-server/vite-utils.d.ts +55 -0
  514. package/dist/dev-server/vite-utils.d.ts.map +1 -0
  515. package/dist/dev-server/worker-source-watcher.d.ts +17 -0
  516. package/dist/dev-server/worker-source-watcher.d.ts.map +1 -0
  517. package/dist/dev-server/worker-surface-paths.d.ts +6 -0
  518. package/dist/dev-server/worker-surface-paths.d.ts.map +1 -0
  519. package/dist/dev-t3tjscah.js +2350 -0
  520. package/dist/dev-t50kdb1j.js +2338 -0
  521. package/dist/dev-t5xf55pt.js +2314 -0
  522. package/dist/dev-t63c44bb.js +2314 -0
  523. package/dist/dev-tgwja5mz.js +2496 -0
  524. package/dist/dev-wg3d38sy.js +2433 -0
  525. package/dist/dev-wh4rfgsh.js +2427 -0
  526. package/dist/dev-wjh8gdd1.js +2284 -0
  527. package/dist/dev-xzxy9qvq.js +2314 -0
  528. package/dist/dev-yymaq4ph.js +2392 -0
  529. package/dist/dev-zg2w2ve3.js +2422 -0
  530. package/dist/dev-zsb2xk1x.js +2427 -0
  531. package/dist/dev-zty3yhzg.js +2324 -0
  532. package/dist/doctor-2shhdak6.js +245 -0
  533. package/dist/doctor-3mqavqg3.js +245 -0
  534. package/dist/doctor-5g73w40j.js +245 -0
  535. package/dist/doctor-5nek32fz.js +245 -0
  536. package/dist/doctor-7ra1w0sk.js +245 -0
  537. package/dist/doctor-ak830a0k.js +245 -0
  538. package/dist/doctor-bye3cs8a.js +245 -0
  539. package/dist/doctor-c5m9pmwq.js +245 -0
  540. package/dist/doctor-cqfkgxvw.js +245 -0
  541. package/dist/doctor-e1h9mhzp.js +245 -0
  542. package/dist/doctor-fmqsrafk.js +245 -0
  543. package/dist/doctor-gamefzcs.js +245 -0
  544. package/dist/doctor-hgs7wr5g.js +245 -0
  545. package/dist/doctor-j8ytsy94.js +245 -0
  546. package/dist/doctor-mcmkgp6e.js +245 -0
  547. package/dist/doctor-qb6m2exc.js +245 -0
  548. package/dist/doctor-qq4tsh8q.js +245 -0
  549. package/dist/doctor-rn53ctfs.js +245 -0
  550. package/dist/doctor-tecv869a.js +245 -0
  551. package/dist/doctor-wg0245pe.js +245 -0
  552. package/dist/doctor-z3jfqxtz.js +245 -0
  553. package/dist/{durable-object-t4kbb0yt.js → durable-object-4hey8fgy.js} +1 -1
  554. package/dist/durable-object-v3gsnybk.js +13 -0
  555. package/dist/durable-object-yt8v1dyn.js +13 -0
  556. package/dist/env.d.ts.map +1 -1
  557. package/dist/index-01kehw41.js +348 -0
  558. package/dist/index-06bg0z9y.js +185 -0
  559. package/dist/index-0d7tw5r4.js +136 -0
  560. package/dist/index-0krb65s3.js +215 -0
  561. package/dist/index-0m6e4mxz.js +133 -0
  562. package/dist/index-0mantew0.js +513 -0
  563. package/dist/index-0mezg6ar.js +1372 -0
  564. package/dist/index-0tk2rs0q.js +185 -0
  565. package/dist/index-0vah20er.js +1410 -0
  566. package/dist/index-0wa0ebm1.js +68 -0
  567. package/dist/index-124e9t4t.js +232 -0
  568. package/dist/index-1546yrn0.js +74 -0
  569. package/dist/index-15fpa5tx.js +232 -0
  570. package/dist/index-1714y3cz.js +1410 -0
  571. package/dist/index-18mp5v50.js +538 -0
  572. package/dist/index-195tc6qh.js +1372 -0
  573. package/dist/index-1bg8w2gf.js +52 -0
  574. package/dist/index-1d4jg11n.js +542 -0
  575. package/dist/index-1e2qtrmj.js +188 -0
  576. package/dist/index-1ghhgb9d.js +74 -0
  577. package/dist/index-1nhd9nkd.js +232 -0
  578. package/dist/index-1p814k7s.js +227 -0
  579. package/dist/index-1qs5gcm7.js +895 -0
  580. package/dist/index-1wn8mjep.js +808 -0
  581. package/dist/index-1xhd5czz.js +185 -0
  582. package/dist/index-29k04v43.js +574 -0
  583. package/dist/index-2a2g4fwp.js +993 -0
  584. package/dist/index-2bmtj21z.js +192 -0
  585. package/dist/index-2dpmd14d.js +52 -0
  586. package/dist/index-2fa0afdp.js +1372 -0
  587. package/dist/index-2jywf4pz.js +1372 -0
  588. package/dist/index-2qhk9nbx.js +1372 -0
  589. package/dist/index-2rcrefqd.js +1372 -0
  590. package/dist/index-2t2m5148.js +1372 -0
  591. package/dist/index-2vbzamev.js +437 -0
  592. package/dist/index-2vdep9h0.js +993 -0
  593. package/dist/index-2vq6bveq.js +574 -0
  594. package/dist/index-2y90j9cz.js +74 -0
  595. package/dist/index-33ep0z9x.js +385 -0
  596. package/dist/index-36h8gkhb.js +1088 -0
  597. package/dist/index-37jgbaw6.js +1372 -0
  598. package/dist/index-380ncsqc.js +977 -0
  599. package/dist/index-38fq7pww.js +560 -0
  600. package/dist/index-3bxqn033.js +1410 -0
  601. package/dist/index-3e1x39fc.js +365 -0
  602. package/dist/index-3e7by9sy.js +223 -0
  603. package/dist/index-3egad6wm.js +538 -0
  604. package/dist/index-3f8rzmjw.js +232 -0
  605. package/dist/index-3jme4hgw.js +1234 -0
  606. package/dist/index-3p7s9mk9.js +360 -0
  607. package/dist/index-3vd4r37r.js +1372 -0
  608. package/dist/index-3vgn5e89.js +1682 -0
  609. package/dist/index-3x7k3t0f.js +513 -0
  610. package/dist/index-3xfe2dst.js +399 -0
  611. package/dist/index-464j1zb4.js +513 -0
  612. package/dist/index-47w35sft.js +244 -0
  613. package/dist/index-48rxsj95.js +365 -0
  614. package/dist/index-4bezcdd1.js +385 -0
  615. package/dist/index-4by4c7rm.js +52 -0
  616. package/dist/index-4fp11z9e.js +973 -0
  617. package/dist/index-4knecthc.js +70 -0
  618. package/dist/index-4phjwd6h.js +412 -0
  619. package/dist/index-4z5jrw0j.js +594 -0
  620. package/dist/index-502y7w13.js +538 -0
  621. package/dist/index-50mxxb4q.js +185 -0
  622. package/dist/index-51mzqy0d.js +895 -0
  623. package/dist/index-53pqqpq9.js +74 -0
  624. package/dist/index-5achzspr.js +185 -0
  625. package/dist/index-5ef3jmv7.js +1372 -0
  626. package/dist/index-5enq8ntr.js +1766 -0
  627. package/dist/index-5eswe8yv.js +844 -0
  628. package/dist/index-5fnq9r9m.js +1410 -0
  629. package/dist/index-5gevxfgs.js +513 -0
  630. package/dist/index-5gmf048z.js +817 -0
  631. package/dist/index-5jtkxpjf.js +971 -0
  632. package/dist/index-5m85bd9x.js +168 -0
  633. package/dist/index-5n5nn0a8.js +264 -0
  634. package/dist/index-5p3bgjwr.js +808 -0
  635. package/dist/index-5vzcszr2.js +1230 -0
  636. package/dist/index-5w77r4w9.js +513 -0
  637. package/dist/index-5w9f2b17.js +695 -0
  638. package/dist/index-627srx16.js +45 -0
  639. package/dist/index-62b3gt2g.js +12 -0
  640. package/dist/index-62srkqcm.js +168 -0
  641. package/dist/index-63cgqe43.js +1372 -0
  642. package/dist/index-65e7xx1a.js +19 -0
  643. package/dist/index-65qrje14.js +185 -0
  644. package/dist/index-66sx3b3v.js +385 -0
  645. package/dist/index-678j0n13.js +74 -0
  646. package/dist/index-6bqgf5x8.js +227 -0
  647. package/dist/index-6ftrth7n.js +1218 -0
  648. package/dist/index-6g90pvxa.js +215 -0
  649. package/dist/index-6h8xbs75.js +44 -0
  650. package/dist/index-6j4m5x2d.js +1372 -0
  651. package/dist/index-6jwpke14.js +385 -0
  652. package/dist/index-6knsjvxh.js +1372 -0
  653. package/dist/index-6kwq6yf8.js +979 -0
  654. package/dist/index-6mg4yvc6.js +74 -0
  655. package/dist/index-6phry941.js +133 -0
  656. package/dist/index-6r59wbek.js +232 -0
  657. package/dist/index-6sf815ps.js +74 -0
  658. package/dist/index-6xknvbyk.js +1088 -0
  659. package/dist/index-6zd89k6y.js +1230 -0
  660. package/dist/index-71rwg0cn.js +264 -0
  661. package/dist/index-75ex2m0x.js +695 -0
  662. package/dist/index-79exzs3q.js +1218 -0
  663. package/dist/index-7bxj118m.js +264 -0
  664. package/dist/index-7c6np4mq.js +397 -0
  665. package/dist/index-7cm339qz.js +133 -0
  666. package/dist/index-7e359eb5.js +895 -0
  667. package/dist/index-7ef3ktz5.js +1372 -0
  668. package/dist/index-7eqyr4j8.js +70 -0
  669. package/dist/index-7hpjfdzh.js +185 -0
  670. package/dist/index-7k278fgz.js +273 -0
  671. package/dist/index-7kazxkjt.js +1372 -0
  672. package/dist/index-7m0x8m9r.js +844 -0
  673. package/dist/index-7p74smg8.js +1372 -0
  674. package/dist/index-7q8fke3k.js +188 -0
  675. package/dist/index-7qk6eafn.js +1682 -0
  676. package/dist/index-7r7dfpcm.js +133 -0
  677. package/dist/index-7vbjt6ba.js +805 -0
  678. package/dist/index-7z4b0vgd.js +470 -0
  679. package/dist/index-8052df4m.js +627 -0
  680. package/dist/index-82epjzrr.js +1410 -0
  681. package/dist/index-82f1z98k.js +41 -0
  682. package/dist/index-82xn4azv.js +74 -0
  683. package/dist/index-82z7rvz6.js +1238 -0
  684. package/dist/index-83wns7cz.js +70 -0
  685. package/dist/index-852945d4.js +413 -0
  686. package/dist/index-86rvj79f.js +133 -0
  687. package/dist/index-88tcq0t4.js +542 -0
  688. package/dist/index-8atc1yb9.js +68 -0
  689. package/dist/index-8evn52g1.js +1218 -0
  690. package/dist/index-8jkf4nsd.js +695 -0
  691. package/dist/index-8nx4ce3e.js +133 -0
  692. package/dist/index-8q1bcnrh.js +1372 -0
  693. package/dist/index-8t5gynct.js +971 -0
  694. package/dist/index-8tj0awnv.js +476 -0
  695. package/dist/index-8x745h59.js +1069 -0
  696. package/dist/index-905svbb6.js +470 -0
  697. package/dist/index-94cb0sac.js +1372 -0
  698. package/dist/index-95mmvbw7.js +538 -0
  699. package/dist/index-97x94h0m.js +438 -0
  700. package/dist/index-9an9qqr1.js +728 -0
  701. package/dist/index-9bawzcny.js +574 -0
  702. package/dist/index-9bjjqdfc.js +236 -0
  703. package/dist/index-9d125myk.js +1372 -0
  704. package/dist/index-9d7x3vfr.js +236 -0
  705. package/dist/index-9fbtk7gv.js +817 -0
  706. package/dist/index-9gg0kqw0.js +470 -0
  707. package/dist/index-9nf8zs4p.js +1069 -0
  708. package/dist/index-9ryw7mcw.js +971 -0
  709. package/dist/{index-gz1gndna.js → index-9wt9x09k.js} +42 -62
  710. package/dist/index-a3e13a7m.js +478 -0
  711. package/dist/index-a6j44jmr.js +1372 -0
  712. package/dist/index-a75ejnvt.js +1711 -0
  713. package/dist/index-aabgympv.js +39 -0
  714. package/dist/index-ab2nck1h.js +1372 -0
  715. package/dist/index-abrqnq3e.js +488 -0
  716. package/dist/index-acwbmagz.js +412 -0
  717. package/dist/index-afjbpgb1.js +1218 -0
  718. package/dist/index-aqjdaem7.js +74 -0
  719. package/dist/index-at89fpde.js +470 -0
  720. package/dist/index-awr0tp6p.js +313 -0
  721. package/dist/index-b1be9bdh.js +1372 -0
  722. package/dist/index-b1xs3wc4.js +513 -0
  723. package/dist/index-b50x7seh.js +513 -0
  724. package/dist/index-b5ra8w3q.js +52 -0
  725. package/dist/index-b6448fd0.js +133 -0
  726. package/dist/index-b64sbzgv.js +884 -0
  727. package/dist/index-b7r8ntpm.js +1372 -0
  728. package/dist/index-b9j55r7q.js +240 -0
  729. package/dist/index-ba9gyy13.js +513 -0
  730. package/dist/index-bb66mn7p.js +52 -0
  731. package/dist/index-bc5pvbbd.js +1193 -0
  732. package/dist/index-bdatd1za.js +1372 -0
  733. package/dist/index-bj0mk3dw.js +74 -0
  734. package/dist/index-bj3a8dr0.js +1372 -0
  735. package/dist/index-bk3eez1g.js +513 -0
  736. package/dist/index-btjx137w.js +774 -0
  737. package/dist/index-btrfqp9h.js +133 -0
  738. package/dist/index-bx6gangy.js +402 -0
  739. package/dist/index-c0tc0yts.js +471 -0
  740. package/dist/index-c0whkev9.js +200 -0
  741. package/dist/index-c3nxftnp.js +699 -0
  742. package/dist/index-c643s0gv.js +488 -0
  743. package/dist/index-ca96qkva.js +1372 -0
  744. package/dist/index-cdtzkedk.js +993 -0
  745. package/dist/index-cejgenma.js +1372 -0
  746. package/dist/index-cp8jt5pr.js +52 -0
  747. package/dist/index-cpz69pek.js +1372 -0
  748. package/dist/index-crrdegk5.js +456 -0
  749. package/dist/index-cskszwkx.js +1372 -0
  750. package/dist/index-cxf22a0s.js +74 -0
  751. package/dist/index-cy3c3w81.js +270 -0
  752. package/dist/index-d2md1j3d.js +185 -0
  753. package/dist/index-d5dgb1j6.js +74 -0
  754. package/dist/index-da397xcx.js +1372 -0
  755. package/dist/index-damyy8bw.js +1372 -0
  756. package/dist/index-dbr6bfz6.js +528 -0
  757. package/dist/index-dd1g0g7e.js +360 -0
  758. package/dist/index-dd6fwwmq.js +456 -0
  759. package/dist/index-dh1954bp.js +52 -0
  760. package/dist/index-djp2wd1f.js +1372 -0
  761. package/dist/index-dktb9az5.js +1372 -0
  762. package/dist/index-dm9q84c7.js +360 -0
  763. package/dist/index-dmbdj6va.js +805 -0
  764. package/dist/index-dmf76tac.js +1372 -0
  765. package/dist/index-dphr32gc.js +420 -0
  766. package/dist/index-dxh2qyyw.js +52 -0
  767. package/dist/index-dzayfxjy.js +492 -0
  768. package/dist/index-e05q77kt.js +397 -0
  769. package/dist/index-e11b1fb2.js +495 -0
  770. package/dist/index-e3zvspqj.js +968 -0
  771. package/dist/index-e4tzzbn9.js +1372 -0
  772. package/dist/index-e5ct1gwb.js +1372 -0
  773. package/dist/index-e7ptcz1a.js +1372 -0
  774. package/dist/index-e7wt0203.js +513 -0
  775. package/dist/index-ebwsvf9t.js +365 -0
  776. package/dist/index-ed73jn3d.js +185 -0
  777. package/dist/index-ed7n5d07.js +185 -0
  778. package/dist/index-ejs2a4kd.js +513 -0
  779. package/dist/index-esjrgt3y.js +467 -0
  780. package/dist/index-ev03khsd.js +513 -0
  781. package/dist/index-f1gsqm54.js +168 -0
  782. package/dist/index-f51mkh13.js +1088 -0
  783. package/dist/index-f86n1fpd.js +55 -0
  784. package/dist/index-f90314kt.js +52 -0
  785. package/dist/index-f9mhsept.js +185 -0
  786. package/dist/index-fa6zwffw.js +70 -0
  787. package/dist/index-fama7kpt.js +52 -0
  788. package/dist/index-fgk87mk2.js +1067 -0
  789. package/dist/index-fkyvxe4b.js +968 -0
  790. package/dist/index-fnk0tkw7.js +412 -0
  791. package/dist/index-g0h40xke.js +513 -0
  792. package/dist/index-g0rqh52c.js +385 -0
  793. package/dist/index-g170d619.js +385 -0
  794. package/dist/index-g3qtxkms.js +881 -0
  795. package/dist/index-g5aq66bj.js +1534 -0
  796. package/dist/index-gactvqcs.js +467 -0
  797. package/dist/index-gaew61v4.js +470 -0
  798. package/dist/index-gba371j7.js +542 -0
  799. package/dist/index-gegyyfnw.js +1372 -0
  800. package/dist/index-get7he2s.js +133 -0
  801. package/dist/index-gj5qh491.js +54 -0
  802. package/dist/index-gn5wy09x.js +205 -0
  803. package/dist/index-gq39t0rx.js +895 -0
  804. package/dist/index-gtbgzwfs.js +264 -0
  805. package/dist/index-gtpz0gkz.js +185 -0
  806. package/dist/index-h1s66pmp.js +52 -0
  807. package/dist/index-h5dqna7q.js +1410 -0
  808. package/dist/index-h8r2d8y5.js +366 -0
  809. package/dist/index-heeqwrfd.js +385 -0
  810. package/dist/index-hheb5dyt.js +192 -0
  811. package/dist/index-hjs9j2g9.js +895 -0
  812. package/dist/index-hjz2x9nq.js +441 -0
  813. package/dist/index-hkex7ns5.js +513 -0
  814. package/dist/index-hmbctwv6.js +517 -0
  815. package/dist/index-hn5nbxbt.js +147 -0
  816. package/dist/index-hpjh0qjx.js +1723 -0
  817. package/dist/index-hpzasdhw.js +513 -0
  818. package/dist/index-hqdr9wdm.js +74 -0
  819. package/dist/index-hrvz8d26.js +1372 -0
  820. package/dist/index-hs6ekcfs.js +412 -0
  821. package/dist/index-hyvhnf6r.js +971 -0
  822. package/dist/index-j2kc5rbv.js +895 -0
  823. package/dist/index-j2xdxwsz.js +133 -0
  824. package/dist/index-j47hhb3r.js +694 -0
  825. package/dist/index-j5aphr5x.js +185 -0
  826. package/dist/index-j68v36q1.js +188 -0
  827. package/dist/index-j7cf22x7.js +968 -0
  828. package/dist/index-j7xxrbnr.js +694 -0
  829. package/dist/index-jdzrvnfj.js +52 -0
  830. package/dist/index-jg720mq7.js +476 -0
  831. package/dist/index-jptqxkew.js +470 -0
  832. package/dist/index-jrzddxvt.js +2167 -0
  833. package/dist/index-jsymy3mb.js +781 -0
  834. package/dist/index-jwvy32xk.js +188 -0
  835. package/dist/index-jxe1b19v.js +133 -0
  836. package/dist/index-jz96ry5g.js +513 -0
  837. package/dist/index-k6wtsgs1.js +971 -0
  838. package/dist/index-k7m5f1dg.js +200 -0
  839. package/dist/index-kawa49m8.js +371 -0
  840. package/dist/index-key4e5c9.js +168 -0
  841. package/dist/index-kgstnk6g.js +239 -0
  842. package/dist/index-khbmdrn2.js +884 -0
  843. package/dist/index-khnw972v.js +117 -0
  844. package/dist/index-kpzfwex6.js +264 -0
  845. package/dist/index-kse4gn99.js +74 -0
  846. package/dist/index-ktscz0r2.js +264 -0
  847. package/dist/index-kwqff3ba.js +1410 -0
  848. package/dist/index-kybmjvad.js +1212 -0
  849. package/dist/index-kzm9cea8.js +185 -0
  850. package/dist/index-m2d74gqg.js +808 -0
  851. package/dist/index-m2v0fj08.js +74 -0
  852. package/dist/index-m56w7mjt.js +513 -0
  853. package/dist/index-m95ha3n4.js +264 -0
  854. package/dist/index-ma151p8g.js +264 -0
  855. package/dist/index-mg8vwqxf.js +514 -0
  856. package/dist/index-mhdsywhs.js +264 -0
  857. package/dist/index-mjgx910r.js +895 -0
  858. package/dist/index-mjve6tqn.js +447 -0
  859. package/dist/index-mkrmaea3.js +185 -0
  860. package/dist/index-mkxnyyjn.js +264 -0
  861. package/dist/index-mkxzgn0q.js +1372 -0
  862. package/dist/index-mp5mrst6.js +1372 -0
  863. package/dist/index-ms15cr86.js +513 -0
  864. package/dist/index-mt99xkc6.js +133 -0
  865. package/dist/index-mttv6k25.js +881 -0
  866. package/dist/index-myxfx52v.js +385 -0
  867. package/dist/index-mzmq3v0d.js +1088 -0
  868. package/dist/index-mzw7732t.js +74 -0
  869. package/dist/index-n3mjwz22.js +188 -0
  870. package/dist/index-n3yksgz0.js +1372 -0
  871. package/dist/index-n4jr3dmk.js +484 -0
  872. package/dist/index-n5drt64b.js +74 -0
  873. package/dist/index-n8frmffg.js +264 -0
  874. package/dist/index-n8k8chde.js +694 -0
  875. package/dist/index-na796ka6.js +994 -0
  876. package/dist/index-nbs4q0qg.js +1218 -0
  877. package/dist/index-newpq2zf.js +968 -0
  878. package/dist/index-nexg9p7j.js +1271 -0
  879. package/dist/index-nfm8tb5n.js +74 -0
  880. package/dist/index-ng9n3znd.js +1372 -0
  881. package/dist/index-nga2tg9z.js +1372 -0
  882. package/dist/index-ngbzr9gz.js +805 -0
  883. package/dist/index-nh90nk7j.js +380 -0
  884. package/dist/index-nhbkm2ba.js +467 -0
  885. package/dist/index-njnmfxm5.js +1372 -0
  886. package/dist/index-nqma24j3.js +385 -0
  887. package/dist/index-nrfhk0k5.js +1088 -0
  888. package/dist/index-ntddf5d9.js +993 -0
  889. package/dist/index-nte9n8w9.js +538 -0
  890. package/dist/index-ntxp7ke1.js +264 -0
  891. package/dist/index-nwxnmw41.js +264 -0
  892. package/dist/index-p0zppqxm.js +467 -0
  893. package/dist/index-p1xe5eem.js +513 -0
  894. package/dist/index-p296ban8.js +191 -0
  895. package/dist/index-p477xm52.js +385 -0
  896. package/dist/index-p8nmkrgw.js +470 -0
  897. package/dist/index-p97s12vf.js +904 -0
  898. package/dist/index-p9hvv0yd.js +401 -0
  899. package/dist/index-pac7wv88.js +307 -0
  900. package/dist/index-pkxf6h87.js +895 -0
  901. package/dist/index-pqp4312v.js +52 -0
  902. package/dist/index-ptp2pfq1.js +52 -0
  903. package/dist/index-pw9jn6kz.js +574 -0
  904. package/dist/index-pyeycp3f.js +74 -0
  905. package/dist/index-q23xf3vr.js +479 -0
  906. package/dist/index-q31ne0xa.js +412 -0
  907. package/dist/index-q34rvh5a.js +247 -0
  908. package/dist/index-q5errwrj.js +904 -0
  909. package/dist/index-q5nhzc9m.js +1217 -0
  910. package/dist/index-q8f4kawk.js +204 -0
  911. package/dist/index-qer8zv2r.js +997 -0
  912. package/dist/index-qf2dkqxh.js +249 -0
  913. package/dist/index-qhyy018y.js +467 -0
  914. package/dist/index-qmhdydwy.js +70 -0
  915. package/dist/index-qmtdf7k5.js +639 -0
  916. package/dist/index-qpmvca5j.js +470 -0
  917. package/dist/index-qr96vaj1.js +52 -0
  918. package/dist/index-qtyhg3dn.js +904 -0
  919. package/dist/index-qwgr4q7s.js +37 -0
  920. package/dist/index-qye17gq5.js +264 -0
  921. package/dist/index-r0839f5k.js +133 -0
  922. package/dist/index-r1rqg72v.js +1372 -0
  923. package/dist/index-rab2dfh3.js +494 -0
  924. package/dist/index-rbckga8p.js +971 -0
  925. package/dist/index-rbxb5x2w.js +1372 -0
  926. package/dist/index-rck779bj.js +739 -0
  927. package/dist/index-rfn2gt5f.js +1658 -0
  928. package/dist/index-rg21w26a.js +470 -0
  929. package/dist/index-rgcz45t0.js +1372 -0
  930. package/dist/index-rhnd376q.js +133 -0
  931. package/dist/index-rjc5z3w6.js +971 -0
  932. package/dist/index-rkhtayd6.js +385 -0
  933. package/dist/index-rm8srzmv.js +371 -0
  934. package/dist/index-rmhk5j03.js +968 -0
  935. package/dist/index-rp4t86bt.js +993 -0
  936. package/dist/index-rpq5ktdy.js +264 -0
  937. package/dist/index-rpsmhdd4.js +1218 -0
  938. package/dist/index-rqpakjyr.js +470 -0
  939. package/dist/index-rttk33x6.js +232 -0
  940. package/dist/index-rwa82e89.js +385 -0
  941. package/dist/index-rz185crv.js +695 -0
  942. package/dist/index-rz7rx80s.js +1410 -0
  943. package/dist/index-s22verzj.js +1218 -0
  944. package/dist/index-s2s3g1nt.js +133 -0
  945. package/dist/index-s37h3jgk.js +572 -0
  946. package/dist/index-s7ytytth.js +781 -0
  947. package/dist/index-sb705m7d.js +52 -0
  948. package/dist/index-sefnpzwa.js +185 -0
  949. package/dist/index-sgxw0xzd.js +513 -0
  950. package/dist/index-stc0caq6.js +1009 -0
  951. package/dist/index-stgn34cr.js +148 -0
  952. package/dist/index-svz82w9h.js +513 -0
  953. package/dist/index-sx49e8x9.js +884 -0
  954. package/dist/index-sxadwvw9.js +185 -0
  955. package/dist/index-sxn223fz.js +1372 -0
  956. package/dist/index-sy0c2mh0.js +1372 -0
  957. package/dist/index-syeh1hca.js +264 -0
  958. package/dist/index-syscwrjp.js +1576 -0
  959. package/dist/index-t14zr0ys.js +1063 -0
  960. package/dist/index-t18wyhgf.js +418 -0
  961. package/dist/index-t4fhcx1n.js +71 -0
  962. package/dist/index-td4hbgj5.js +1372 -0
  963. package/dist/index-tjc99447.js +68 -0
  964. package/dist/index-tkvt9mmq.js +484 -0
  965. package/dist/index-tmmcf4m6.js +808 -0
  966. package/dist/index-tpgs5v64.js +366 -0
  967. package/dist/index-tt4fsv91.js +412 -0
  968. package/dist/{index-07q6yxyc.js → index-tte89s31.js} +30 -29
  969. package/dist/index-tvjg7swe.js +1372 -0
  970. package/dist/index-txndxr4w.js +513 -0
  971. package/dist/index-tyh5jc55.js +990 -0
  972. package/dist/index-tyt0wa52.js +470 -0
  973. package/dist/index-tyt3wcfr.js +1372 -0
  974. package/dist/index-v35460hf.js +574 -0
  975. package/dist/index-v3znz08m.js +968 -0
  976. package/dist/index-v78xbj6n.js +808 -0
  977. package/dist/index-v7q00d1e.js +1410 -0
  978. package/dist/index-v915brjk.js +1372 -0
  979. package/dist/index-v922fmsx.js +52 -0
  980. package/dist/index-v9w1bbfe.js +842 -0
  981. package/dist/index-vbbgtm8p.js +513 -0
  982. package/dist/index-vcjgrmzj.js +456 -0
  983. package/dist/{index-pf5s73n9.js → index-vdewcg1r.js} +243 -385
  984. package/dist/index-vhqww6tt.js +307 -0
  985. package/dist/index-vkkmx4xe.js +1372 -0
  986. package/dist/index-vrps1gky.js +2202 -0
  987. package/dist/index-vse8620z.js +1372 -0
  988. package/dist/index-vt803j3b.js +1372 -0
  989. package/dist/index-vtjp46c3.js +52 -0
  990. package/dist/index-vxhxk8mf.js +904 -0
  991. package/dist/index-w3azfsa0.js +695 -0
  992. package/dist/index-w4c9vmvg.js +1517 -0
  993. package/dist/index-w4tq35dn.js +52 -0
  994. package/dist/index-w5qxvxzq.js +991 -0
  995. package/dist/index-w5sedpqn.js +986 -0
  996. package/dist/index-waha3chv.js +1230 -0
  997. package/dist/index-wdxww0kj.js +1006 -0
  998. package/dist/index-wdy5y07x.js +1372 -0
  999. package/dist/index-wf9pnh6j.js +385 -0
  1000. package/dist/{index-z14anrqp.js → index-wfbfz02q.js} +14 -15
  1001. package/dist/index-wnnbbbkt.js +1192 -0
  1002. package/dist/index-wqd8n2qk.js +574 -0
  1003. package/dist/index-wvcmvtjf.js +1372 -0
  1004. package/dist/index-x0jbntp0.js +470 -0
  1005. package/dist/index-x12e6fzy.js +476 -0
  1006. package/dist/index-x6scc3nx.js +70 -0
  1007. package/dist/index-x8e2wsbv.js +971 -0
  1008. package/dist/index-xagpz645.js +2199 -0
  1009. package/dist/index-xbth1r6e.js +572 -0
  1010. package/dist/index-xec4p3v5.js +560 -0
  1011. package/dist/index-xgfyxpfs.js +1218 -0
  1012. package/dist/index-xm9fqhcb.js +447 -0
  1013. package/dist/index-xm9hp9xc.js +1372 -0
  1014. package/dist/index-xp7zkxcx.js +1372 -0
  1015. package/dist/index-xrbj0ebk.js +185 -0
  1016. package/dist/index-xskax7r3.js +50 -0
  1017. package/dist/index-xvk5n96q.js +694 -0
  1018. package/dist/index-xy1jvt4w.js +1229 -0
  1019. package/dist/index-xzg9hhf3.js +470 -0
  1020. package/dist/index-xzpg0kaz.js +70 -0
  1021. package/dist/index-y1d8za14.js +196 -0
  1022. package/dist/index-y3q6qvv3.js +316 -0
  1023. package/dist/index-y44ts1dk.js +52 -0
  1024. package/dist/index-y59hnmd0.js +132 -0
  1025. package/dist/index-y5nt1wjb.js +971 -0
  1026. package/dist/index-y7mkb00x.js +133 -0
  1027. package/dist/index-y82b8w14.js +1372 -0
  1028. package/dist/index-yb07t3c5.js +1372 -0
  1029. package/dist/index-yc3xz3vm.js +431 -0
  1030. package/dist/index-yeaqrevg.js +1372 -0
  1031. package/dist/index-ygwsd1nn.js +438 -0
  1032. package/dist/index-yhdavjk7.js +371 -0
  1033. package/dist/index-yjhns95b.js +188 -0
  1034. package/dist/index-yk23p7he.js +1372 -0
  1035. package/dist/index-ykfgpsmm.js +190 -0
  1036. package/dist/index-ymz3cfab.js +968 -0
  1037. package/dist/index-yq9g1sq7.js +264 -0
  1038. package/dist/index-ys5q9ch9.js +366 -0
  1039. package/dist/index-yt0n4p46.js +973 -0
  1040. package/dist/index-ytq1t9jx.js +232 -0
  1041. package/dist/index-ywmtmf3b.js +513 -0
  1042. package/dist/index-yzb44q6d.js +1372 -0
  1043. package/dist/index-z043xk61.js +133 -0
  1044. package/dist/index-z0gsf674.js +431 -0
  1045. package/dist/index-z32n0ndp.js +1372 -0
  1046. package/dist/index-z40mjts9.js +212 -0
  1047. package/dist/index-z4qgk76w.js +1372 -0
  1048. package/dist/index-z5k5bjc7.js +1218 -0
  1049. package/dist/index-z73sytma.js +895 -0
  1050. package/dist/index-z8njfj2g.js +385 -0
  1051. package/dist/index-z9fjnwa8.js +397 -0
  1052. package/dist/{index-1xpj0m4r.js → index-z9gy8w6b.js} +1 -1
  1053. package/dist/index-zapkc14c.js +264 -0
  1054. package/dist/index-zes6w8yr.js +185 -0
  1055. package/dist/index-zgrqest7.js +695 -0
  1056. package/dist/index-zjv6apef.js +1410 -0
  1057. package/dist/index-zsngz131.js +1372 -0
  1058. package/dist/index-zt22fe2j.js +54 -0
  1059. package/dist/index-zxhc6sb0.js +192 -0
  1060. package/dist/index.d.ts +2 -6
  1061. package/dist/index.d.ts.map +1 -1
  1062. package/dist/index.js +32 -269
  1063. package/dist/{init-f9mgmew3.js → init-cwpergap.js} +63 -69
  1064. package/dist/init-wfh63bfz.js +180 -0
  1065. package/dist/login-1amyp1jy.js +77 -0
  1066. package/dist/login-1cdwn1dj.js +77 -0
  1067. package/dist/login-456h8jk3.js +77 -0
  1068. package/dist/login-4n470c4j.js +77 -0
  1069. package/dist/login-4sh7s849.js +77 -0
  1070. package/dist/login-5dmkf0pz.js +77 -0
  1071. package/dist/login-7yex6ppq.js +77 -0
  1072. package/dist/login-83bjfhvz.js +77 -0
  1073. package/dist/login-88tp4gbb.js +77 -0
  1074. package/dist/login-b51faqpc.js +77 -0
  1075. package/dist/login-bxyjqmbj.js +77 -0
  1076. package/dist/login-c4649qss.js +77 -0
  1077. package/dist/login-d80a2qxd.js +77 -0
  1078. package/dist/login-ddw888xb.js +77 -0
  1079. package/dist/login-dp0napaz.js +77 -0
  1080. package/dist/login-e7pytkdc.js +77 -0
  1081. package/dist/login-fe0brfcr.js +77 -0
  1082. package/dist/login-h7sm5trm.js +77 -0
  1083. package/dist/login-j3r6z2t4.js +77 -0
  1084. package/dist/login-jkfkdjg4.js +77 -0
  1085. package/dist/login-kch6f2yj.js +77 -0
  1086. package/dist/login-pmqh94ws.js +77 -0
  1087. package/dist/login-rc82x5j8.js +77 -0
  1088. package/dist/login-tvppwyx2.js +77 -0
  1089. package/dist/login-vd0m3xr4.js +77 -0
  1090. package/dist/login-w76jx22q.js +77 -0
  1091. package/dist/login-ze7y36rc.js +77 -0
  1092. package/dist/previews-02jmcwft.js +1214 -0
  1093. package/dist/previews-2wfvsjfy.js +1337 -0
  1094. package/dist/previews-31bq82km.js +1225 -0
  1095. package/dist/previews-31feb8r3.js +1337 -0
  1096. package/dist/previews-3w4pxqby.js +1337 -0
  1097. package/dist/previews-62pcvvpe.js +1214 -0
  1098. package/dist/previews-6fepv94a.js +1225 -0
  1099. package/dist/previews-76fxkp59.js +1214 -0
  1100. package/dist/previews-844bp6kf.js +1214 -0
  1101. package/dist/previews-8amn46qv.js +1214 -0
  1102. package/dist/previews-93ttrf5f.js +1337 -0
  1103. package/dist/previews-a5xbkksy.js +1214 -0
  1104. package/dist/previews-bdrefjzx.js +1337 -0
  1105. package/dist/previews-bgnryzav.js +1214 -0
  1106. package/dist/previews-bkhv9dnr.js +1214 -0
  1107. package/dist/previews-c2c64z5m.js +1214 -0
  1108. package/dist/previews-cfcn56b4.js +1337 -0
  1109. package/dist/previews-e4wgscsb.js +1214 -0
  1110. package/dist/previews-ew4reetn.js +1214 -0
  1111. package/dist/previews-hzqke1fg.js +1214 -0
  1112. package/dist/previews-j8wa3sge.js +1214 -0
  1113. package/dist/previews-k5n6vhpm.js +1214 -0
  1114. package/dist/previews-mssq1hrm.js +1337 -0
  1115. package/dist/previews-n4sdyxa5.js +1214 -0
  1116. package/dist/previews-npwrwb0b.js +1214 -0
  1117. package/dist/previews-q8ph9wbe.js +1214 -0
  1118. package/dist/previews-rfswrh7q.js +1214 -0
  1119. package/dist/previews-s0y5yp8s.js +1214 -0
  1120. package/dist/previews-s5b6mnz5.js +1214 -0
  1121. package/dist/previews-sdte4984.js +1200 -0
  1122. package/dist/previews-t5tdm6t0.js +1225 -0
  1123. package/dist/previews-tcaz1gt8.js +1337 -0
  1124. package/dist/previews-tk7vpzj9.js +1214 -0
  1125. package/dist/previews-tqt4pk27.js +1214 -0
  1126. package/dist/previews-vqg4psk2.js +1225 -0
  1127. package/dist/productions-2t9q8f57.js +505 -0
  1128. package/dist/productions-4abj58kx.js +505 -0
  1129. package/dist/productions-4dpec71r.js +505 -0
  1130. package/dist/productions-4h80j2c7.js +505 -0
  1131. package/dist/productions-4nedsanh.js +505 -0
  1132. package/dist/productions-5c58yafp.js +505 -0
  1133. package/dist/productions-5xq5cjhx.js +505 -0
  1134. package/dist/productions-6dr0bmd7.js +505 -0
  1135. package/dist/productions-86jaqt7m.js +505 -0
  1136. package/dist/productions-8f6s8dqr.js +505 -0
  1137. package/dist/productions-a2hcwwzf.js +505 -0
  1138. package/dist/productions-b7svyjp7.js +505 -0
  1139. package/dist/productions-bf2cnr05.js +505 -0
  1140. package/dist/productions-bn2q31my.js +505 -0
  1141. package/dist/productions-dkgry3gv.js +505 -0
  1142. package/dist/productions-dv8g7f6g.js +505 -0
  1143. package/dist/productions-e2m9s4tr.js +505 -0
  1144. package/dist/productions-eqh105tk.js +505 -0
  1145. package/dist/productions-etvcm7yf.js +505 -0
  1146. package/dist/productions-f1zpbmjz.js +505 -0
  1147. package/dist/productions-fgshs1m7.js +505 -0
  1148. package/dist/productions-hphmt68n.js +505 -0
  1149. package/dist/productions-j14pvx93.js +505 -0
  1150. package/dist/productions-j7s1ywvg.js +505 -0
  1151. package/dist/productions-jp3v3q3p.js +505 -0
  1152. package/dist/productions-m9p42amj.js +505 -0
  1153. package/dist/productions-mxbneawa.js +505 -0
  1154. package/dist/productions-np4exh9p.js +505 -0
  1155. package/dist/productions-rr1hqgda.js +505 -0
  1156. package/dist/productions-rtf9ksgg.js +505 -0
  1157. package/dist/productions-vhq7yx86.js +505 -0
  1158. package/dist/productions-w2nzftcz.js +505 -0
  1159. package/dist/productions-wbks5h7e.js +505 -0
  1160. package/dist/productions-y99ayk6h.js +505 -0
  1161. package/dist/productions-zpqyw5gm.js +505 -0
  1162. package/dist/router/types.d.ts +24 -0
  1163. package/dist/router/types.d.ts.map +1 -0
  1164. package/dist/runtime/context-events.d.ts +13 -0
  1165. package/dist/runtime/context-events.d.ts.map +1 -0
  1166. package/dist/runtime/context-types.d.ts +82 -0
  1167. package/dist/runtime/context-types.d.ts.map +1 -0
  1168. package/dist/runtime/context.d.ts +27 -40
  1169. package/dist/runtime/context.d.ts.map +1 -1
  1170. package/dist/runtime/exports.d.ts +47 -55
  1171. package/dist/runtime/exports.d.ts.map +1 -1
  1172. package/dist/runtime/index.d.ts +8 -1
  1173. package/dist/runtime/index.d.ts.map +1 -1
  1174. package/dist/runtime/index.js +108 -99
  1175. package/dist/runtime/middleware.d.ts +102 -60
  1176. package/dist/runtime/middleware.d.ts.map +1 -1
  1177. package/dist/runtime/router/index.d.ts +7 -0
  1178. package/dist/runtime/router/index.d.ts.map +1 -0
  1179. package/dist/runtime/router/types.d.ts +24 -0
  1180. package/dist/runtime/router/types.d.ts.map +1 -0
  1181. package/dist/runtime/router.d.ts +7 -0
  1182. package/dist/runtime/router.d.ts.map +1 -0
  1183. package/dist/runtime/validation.d.ts +10 -2
  1184. package/dist/runtime/validation.d.ts.map +1 -1
  1185. package/dist/secrets/local-secrets.d.ts +46 -0
  1186. package/dist/secrets/local-secrets.d.ts.map +1 -0
  1187. package/dist/secrets-8wcj47nh.js +91 -0
  1188. package/dist/secrets-b2ww34ta.js +91 -0
  1189. package/dist/secrets-b7g4z621.js +91 -0
  1190. package/dist/shims/local-media-bindings.d.ts +19 -0
  1191. package/dist/shims/local-media-bindings.d.ts.map +1 -0
  1192. package/dist/shims/local-worker-loader.d.ts +3 -0
  1193. package/dist/shims/local-worker-loader.d.ts.map +1 -0
  1194. package/dist/sveltekit/index.js +187 -75
  1195. package/dist/sveltekit/local-bindings.d.ts +4 -0
  1196. package/dist/sveltekit/local-bindings.d.ts.map +1 -0
  1197. package/dist/sveltekit/platform.d.ts +19 -1
  1198. package/dist/sveltekit/platform.d.ts.map +1 -1
  1199. package/dist/test/ai-search.d.ts +39 -0
  1200. package/dist/test/ai-search.d.ts.map +1 -0
  1201. package/dist/test/binding-hints.d.ts +11 -0
  1202. package/dist/test/binding-hints.d.ts.map +1 -0
  1203. package/dist/test/bridge-context.d.ts +12 -2
  1204. package/dist/test/bridge-context.d.ts.map +1 -1
  1205. package/dist/test/cf.d.ts +35 -21
  1206. package/dist/test/cf.d.ts.map +1 -1
  1207. package/dist/test/containers.d.ts +87 -0
  1208. package/dist/test/containers.d.ts.map +1 -0
  1209. package/dist/test/email.d.ts +16 -7
  1210. package/dist/test/email.d.ts.map +1 -1
  1211. package/dist/test/index.d.ts +5 -8
  1212. package/dist/test/index.d.ts.map +1 -1
  1213. package/dist/test/index.js +4976 -46
  1214. package/dist/test/local-worker-loader.d.ts +3 -0
  1215. package/dist/test/local-worker-loader.d.ts.map +1 -0
  1216. package/dist/test/offline-bindings.d.ts +65 -0
  1217. package/dist/test/offline-bindings.d.ts.map +1 -0
  1218. package/dist/test/queue.d.ts.map +1 -1
  1219. package/dist/test/remote-ai.d.ts.map +1 -1
  1220. package/dist/test/remote-cloudflare.d.ts +13 -0
  1221. package/dist/test/remote-cloudflare.d.ts.map +1 -0
  1222. package/dist/test/remote-vectorize.d.ts.map +1 -1
  1223. package/dist/test/resolve-service-bindings.d.ts.map +1 -1
  1224. package/dist/test/scheduled.d.ts.map +1 -1
  1225. package/dist/test/should-skip.d.ts +14 -18
  1226. package/dist/test/should-skip.d.ts.map +1 -1
  1227. package/dist/test/simple-context-bindings.d.ts +13 -0
  1228. package/dist/test/simple-context-bindings.d.ts.map +1 -0
  1229. package/dist/test/simple-context-durable-objects.d.ts +6 -0
  1230. package/dist/test/simple-context-durable-objects.d.ts.map +1 -0
  1231. package/dist/test/simple-context-env.d.ts +35 -0
  1232. package/dist/test/simple-context-env.d.ts.map +1 -0
  1233. package/dist/test/simple-context-gateway-script.d.ts +2 -0
  1234. package/dist/test/simple-context-gateway-script.d.ts.map +1 -0
  1235. package/dist/test/simple-context-handlers.d.ts +12 -0
  1236. package/dist/test/simple-context-handlers.d.ts.map +1 -0
  1237. package/dist/test/simple-context-lifecycle.d.ts +32 -0
  1238. package/dist/test/simple-context-lifecycle.d.ts.map +1 -0
  1239. package/dist/test/simple-context-mfconfig.d.ts +10 -0
  1240. package/dist/test/simple-context-mfconfig.d.ts.map +1 -0
  1241. package/dist/test/simple-context-multi-worker.d.ts +16 -0
  1242. package/dist/test/simple-context-multi-worker.d.ts.map +1 -0
  1243. package/dist/test/simple-context-paths.d.ts +40 -0
  1244. package/dist/test/simple-context-paths.d.ts.map +1 -0
  1245. package/dist/test/simple-context-runtime.d.ts +19 -0
  1246. package/dist/test/simple-context-runtime.d.ts.map +1 -0
  1247. package/dist/test/simple-context-startup.d.ts +11 -0
  1248. package/dist/test/simple-context-startup.d.ts.map +1 -0
  1249. package/dist/test/simple-context-transport.d.ts +14 -0
  1250. package/dist/test/simple-context-transport.d.ts.map +1 -0
  1251. package/dist/test/simple-context.d.ts +7 -26
  1252. package/dist/test/simple-context.d.ts.map +1 -1
  1253. package/dist/test/tail.d.ts +2 -1
  1254. package/dist/test/tail.d.ts.map +1 -1
  1255. package/dist/test/utilities/artifacts.d.ts +11 -0
  1256. package/dist/test/utilities/artifacts.d.ts.map +1 -0
  1257. package/dist/test/utilities/context.d.ts +39 -0
  1258. package/dist/test/utilities/context.d.ts.map +1 -0
  1259. package/dist/test/utilities/d1.d.ts +21 -0
  1260. package/dist/test/utilities/d1.d.ts.map +1 -0
  1261. package/dist/test/utilities/env.d.ts +40 -0
  1262. package/dist/test/utilities/env.d.ts.map +1 -0
  1263. package/dist/test/utilities/kv.d.ts +11 -0
  1264. package/dist/test/utilities/kv.d.ts.map +1 -0
  1265. package/dist/test/utilities/media.d.ts +16 -0
  1266. package/dist/test/utilities/media.d.ts.map +1 -0
  1267. package/dist/test/utilities/platform.d.ts +38 -0
  1268. package/dist/test/utilities/platform.d.ts.map +1 -0
  1269. package/dist/test/utilities/queue.d.ts +5 -0
  1270. package/dist/test/utilities/queue.d.ts.map +1 -0
  1271. package/dist/test/utilities/r2.d.ts +12 -0
  1272. package/dist/test/utilities/r2.d.ts.map +1 -0
  1273. package/dist/test/utilities/workflows.d.ts +26 -0
  1274. package/dist/test/utilities/workflows.d.ts.map +1 -0
  1275. package/dist/test/utilities.d.ts +10 -98
  1276. package/dist/test/utilities.d.ts.map +1 -1
  1277. package/dist/test/worker.d.ts +6 -0
  1278. package/dist/test/worker.d.ts.map +1 -1
  1279. package/dist/token-3b9wws58.js +419 -0
  1280. package/dist/token-47kcz18j.js +419 -0
  1281. package/dist/token-a2b38w0z.js +419 -0
  1282. package/dist/token-exz78pth.js +419 -0
  1283. package/dist/token-fcthx92c.js +419 -0
  1284. package/dist/token-grwp8z4q.js +419 -0
  1285. package/dist/token-jkmm44z2.js +419 -0
  1286. package/dist/token-qxtvzm3b.js +419 -0
  1287. package/dist/token-rq8mvtz9.js +419 -0
  1288. package/dist/token-sct51r47.js +419 -0
  1289. package/dist/token-sfgxcgen.js +419 -0
  1290. package/dist/transform/durable-object.d.ts.map +1 -1
  1291. package/dist/transform/worker-entrypoint.d.ts +5 -0
  1292. package/dist/transform/worker-entrypoint.d.ts.map +1 -1
  1293. package/dist/{types-5nyrz1sz.js → types-0qv4xces.js} +266 -148
  1294. package/dist/types-2ejrbba1.js +695 -0
  1295. package/dist/types-2nvrs9jg.js +572 -0
  1296. package/dist/types-2pbe8kzw.js +572 -0
  1297. package/dist/types-2zyt0m43.js +572 -0
  1298. package/dist/types-4xxer9ep.js +572 -0
  1299. package/dist/types-5t5y7a5n.js +572 -0
  1300. package/dist/types-5wd2rygw.js +572 -0
  1301. package/dist/types-7j3ykgx7.js +572 -0
  1302. package/dist/types-7jkbm95a.js +695 -0
  1303. package/dist/types-8g78x34n.js +572 -0
  1304. package/dist/types-a2fk9yns.js +695 -0
  1305. package/dist/types-dyb3c6zw.js +695 -0
  1306. package/dist/types-e2n9f3pd.js +695 -0
  1307. package/dist/types-e6d336q3.js +572 -0
  1308. package/dist/types-hqh2fx0x.js +572 -0
  1309. package/dist/types-j12xmdnd.js +572 -0
  1310. package/dist/types-j4s6qcrc.js +695 -0
  1311. package/dist/types-jqn26et3.js +572 -0
  1312. package/dist/types-n0mxbq26.js +572 -0
  1313. package/dist/types-naz9hvw5.js +572 -0
  1314. package/dist/types-qjcd1jks.js +572 -0
  1315. package/dist/types-r9zb8sw1.js +572 -0
  1316. package/dist/types-rv5xwgsn.js +572 -0
  1317. package/dist/types-t39njdqx.js +572 -0
  1318. package/dist/types-tkgch3xv.js +572 -0
  1319. package/dist/types-vvtb7rrh.js +572 -0
  1320. package/dist/types-w1grncdj.js +572 -0
  1321. package/dist/types-wmw49exb.js +572 -0
  1322. package/dist/types-ymxz9jga.js +572 -0
  1323. package/dist/utils/entrypoint-discovery.d.ts +6 -3
  1324. package/dist/utils/entrypoint-discovery.d.ts.map +1 -1
  1325. package/dist/utils/resolve-package.d.ts.map +1 -1
  1326. package/dist/utils/send-email.d.ts +15 -0
  1327. package/dist/utils/send-email.d.ts.map +1 -0
  1328. package/dist/utils/send-email.js +19 -0
  1329. package/dist/vite/config-file.d.ts +25 -0
  1330. package/dist/vite/config-file.d.ts.map +1 -0
  1331. package/dist/vite/index.d.ts +1 -0
  1332. package/dist/vite/index.d.ts.map +1 -1
  1333. package/dist/vite/index.js +24 -331
  1334. package/dist/vite/plugin-config-hook.d.ts +28 -0
  1335. package/dist/vite/plugin-config-hook.d.ts.map +1 -0
  1336. package/dist/vite/plugin-context.d.ts +25 -0
  1337. package/dist/vite/plugin-context.d.ts.map +1 -0
  1338. package/dist/vite/plugin-durable-objects.d.ts +18 -0
  1339. package/dist/vite/plugin-durable-objects.d.ts.map +1 -0
  1340. package/dist/vite/plugin-programmatic.d.ts +44 -0
  1341. package/dist/vite/plugin-programmatic.d.ts.map +1 -0
  1342. package/dist/vite/plugin-transform.d.ts +41 -0
  1343. package/dist/vite/plugin-transform.d.ts.map +1 -0
  1344. package/dist/vite/plugin.d.ts +6 -39
  1345. package/dist/vite/plugin.d.ts.map +1 -1
  1346. package/dist/worker-18ceqscc.js +513 -0
  1347. package/dist/worker-1yqpwte2.js +513 -0
  1348. package/dist/worker-2aw27zxy.js +513 -0
  1349. package/dist/worker-45tp4a8f.js +513 -0
  1350. package/dist/worker-663em30d.js +513 -0
  1351. package/dist/worker-68zttchg.js +513 -0
  1352. package/dist/worker-729cf3fh.js +513 -0
  1353. package/dist/worker-99tew196.js +513 -0
  1354. package/dist/worker-argxc7fb.js +513 -0
  1355. package/dist/worker-aydzxt4f.js +513 -0
  1356. package/dist/worker-ejdxma7k.js +513 -0
  1357. package/dist/worker-entry/composed-worker.d.ts +7 -0
  1358. package/dist/worker-entry/composed-worker.d.ts.map +1 -0
  1359. package/dist/worker-entry/durable-object-discovery.d.ts +20 -0
  1360. package/dist/worker-entry/durable-object-discovery.d.ts.map +1 -0
  1361. package/dist/worker-entry/extensions.d.ts +5 -0
  1362. package/dist/worker-entry/extensions.d.ts.map +1 -0
  1363. package/dist/worker-entry/routes.d.ts +22 -0
  1364. package/dist/worker-entry/routes.d.ts.map +1 -0
  1365. package/dist/worker-entry/surface-paths.d.ts +26 -0
  1366. package/dist/worker-entry/surface-paths.d.ts.map +1 -0
  1367. package/dist/worker-entrypoint-4xp7msd7.js +16 -0
  1368. package/dist/{worker-entrypoint-m9th0rg0.js → worker-entrypoint-c259fmfs.js} +1 -1
  1369. package/dist/worker-entrypoint-f1v9y4s8.js +15 -0
  1370. package/dist/worker-f6xqjg65.js +513 -0
  1371. package/dist/worker-fcdsnj14.js +513 -0
  1372. package/dist/worker-fdnn62de.js +513 -0
  1373. package/dist/worker-fk42rzse.js +513 -0
  1374. package/dist/worker-frnh95rg.js +513 -0
  1375. package/dist/worker-jkemk8d2.js +513 -0
  1376. package/dist/worker-k55nfrmp.js +513 -0
  1377. package/dist/worker-kqc6w7ry.js +513 -0
  1378. package/dist/worker-ksvcq8be.js +513 -0
  1379. package/dist/worker-m4ze8djx.js +513 -0
  1380. package/dist/worker-mjzfstv5.js +513 -0
  1381. package/dist/worker-p4rtsndj.js +513 -0
  1382. package/dist/worker-p6d53qan.js +513 -0
  1383. package/dist/worker-qh2qbv97.js +513 -0
  1384. package/dist/worker-r234vnv9.js +513 -0
  1385. package/dist/worker-r47bv7gt.js +513 -0
  1386. package/dist/worker-s4nvbqsm.js +513 -0
  1387. package/dist/worker-ttj7vwce.js +513 -0
  1388. package/dist/worker-wnan5dca.js +513 -0
  1389. package/dist/worker-wv4jdneg.js +513 -0
  1390. package/dist/worker-xcbscr75.js +513 -0
  1391. package/dist/worker-yw3atfb1.js +513 -0
  1392. package/dist/worker-ywwkf3cp.js +513 -0
  1393. package/dist/worker-z8wtk0sh.js +513 -0
  1394. package/dist/workflows/local-workflow-entrypoints.d.ts +7 -0
  1395. package/dist/workflows/local-workflow-entrypoints.d.ts.map +1 -0
  1396. package/package.json +140 -115
  1397. package/dist/account-rvrj687w.js +0 -397
  1398. package/dist/browser-shim/worker.d.ts +0 -14
  1399. package/dist/browser-shim/worker.d.ts.map +0 -1
  1400. package/dist/build-mnf6v8gd.js +0 -53
  1401. package/dist/deploy-nhceck39.js +0 -70
  1402. package/dist/doctor-e8fy6fj5.js +0 -186
  1403. package/dist/index-67qcae0f.js +0 -183
  1404. package/dist/index-ep3445yc.js +0 -2225
  1405. package/dist/index-hcex3rgh.js +0 -266
  1406. package/dist/index-m2q41jwa.js +0 -462
  1407. package/dist/index-n7rs26ft.js +0 -77
  1408. package/dist/index-tfyxa77h.js +0 -850
  1409. package/dist/index-tk6ej9dj.js +0 -94
  1410. package/dist/test/multi-worker-context.d.ts +0 -114
  1411. package/dist/test/multi-worker-context.d.ts.map +0 -1
@@ -0,0 +1,4505 @@
1
+ export { defineConfig } from './config/define';
2
+ export { ref } from './config/ref';
3
+ export { workerName } from './workerName';
4
+ export { env } from './env';
5
+ export { setBindingHints, createEnvProxy, initEnv } from './bridge/proxy';
6
+ export type { EnvProxyOptions, BindingHints } from './bridge/proxy';
7
+ export { BridgeClient, getClient } from './bridge/client';
8
+ export type { BridgeClientOptions } from './bridge/client';
9
+ export { durableObject, getDurableObjectOptions, type DurableObjectOptions } from './decorators';
10
+ type ConfigModule = typeof import('./config');
11
+ type ConfigNotFoundErrorArgs = ConstructorParameters<ConfigModule['ConfigNotFoundError']>;
12
+ type ConfigValidationErrorArgs = ConstructorParameters<ConfigModule['ConfigValidationError']>;
13
+ type ConfigResourceResolutionErrorArgs = ConstructorParameters<ConfigModule['ConfigResourceResolutionError']>;
14
+ export declare const loadConfig: typeof import("./config").loadConfig;
15
+ export declare const loadResolvedConfig: typeof import("./config").loadResolvedConfig;
16
+ export declare const compileConfig: typeof import("./config").compileConfig;
17
+ export declare const stringifyConfig: typeof import("./config").stringifyConfig;
18
+ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObject<{
19
+ name: import("zod").ZodString;
20
+ accountId: import("zod").ZodOptional<import("zod").ZodString>;
21
+ secretsStoreId: import("zod").ZodOptional<import("zod").ZodString>;
22
+ compatibilityDate: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
23
+ compatibilityFlags: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>, string[], string[] | undefined>;
24
+ previews: import("zod").ZodOptional<import("zod").ZodObject<{
25
+ includeCrons: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
26
+ }, "strip", import("zod").ZodTypeAny, {
27
+ includeCrons: boolean;
28
+ }, {
29
+ includeCrons?: boolean | undefined;
30
+ }>>;
31
+ files: import("zod").ZodOptional<import("zod").ZodObject<{
32
+ fetch: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
33
+ queue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
34
+ scheduled: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
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>]>>;
37
+ durableObjects: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
38
+ entrypoints: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
39
+ workflows: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
40
+ routes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
41
+ dir: import("zod").ZodString;
42
+ prefix: import("zod").ZodOptional<import("zod").ZodString>;
43
+ }, "strip", import("zod").ZodTypeAny, {
44
+ dir: string;
45
+ prefix?: string | undefined;
46
+ }, {
47
+ dir: string;
48
+ prefix?: string | undefined;
49
+ }>, import("zod").ZodLiteral<false>]>>;
50
+ transport: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNull]>>;
51
+ }, "strip", import("zod").ZodTypeAny, {
52
+ fetch?: string | false | undefined;
53
+ queue?: string | false | undefined;
54
+ scheduled?: string | false | undefined;
55
+ email?: string | false | undefined;
56
+ tail?: string | false | undefined;
57
+ durableObjects?: string | false | undefined;
58
+ entrypoints?: string | false | undefined;
59
+ workflows?: string | false | undefined;
60
+ routes?: false | {
61
+ dir: string;
62
+ prefix?: string | undefined;
63
+ } | undefined;
64
+ transport?: string | null | undefined;
65
+ }, {
66
+ fetch?: string | false | undefined;
67
+ queue?: string | false | undefined;
68
+ scheduled?: string | false | undefined;
69
+ email?: string | false | undefined;
70
+ tail?: string | false | undefined;
71
+ durableObjects?: string | false | undefined;
72
+ entrypoints?: string | false | undefined;
73
+ workflows?: string | false | undefined;
74
+ routes?: false | {
75
+ dir: string;
76
+ prefix?: string | undefined;
77
+ } | undefined;
78
+ transport?: string | null | undefined;
79
+ }>>;
80
+ bindings: import("zod").ZodOptional<import("zod").ZodObject<{
81
+ kv: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
82
+ id: import("zod").ZodString;
83
+ }, "strict", import("zod").ZodTypeAny, {
84
+ id: string;
85
+ }, {
86
+ id: string;
87
+ }>, import("zod").ZodObject<{
88
+ name: import("zod").ZodString;
89
+ }, "strict", import("zod").ZodTypeAny, {
90
+ name: string;
91
+ }, {
92
+ name: string;
93
+ }>]>>>;
94
+ d1: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
95
+ id: import("zod").ZodString;
96
+ }, "strict", import("zod").ZodTypeAny, {
97
+ id: string;
98
+ }, {
99
+ id: string;
100
+ }>, import("zod").ZodObject<{
101
+ name: import("zod").ZodString;
102
+ }, "strict", import("zod").ZodTypeAny, {
103
+ name: string;
104
+ }, {
105
+ name: string;
106
+ }>]>>>;
107
+ r2: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
108
+ durableObjects: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("./config/schema-bindings").DurableObjectBindingInput, import("zod").ZodTypeDef, import("./config/schema-bindings").DurableObjectBindingInput>>>;
109
+ queues: import("zod").ZodOptional<import("zod").ZodObject<{
110
+ producers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
111
+ consumers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
112
+ queue: import("zod").ZodString;
113
+ maxBatchSize: import("zod").ZodOptional<import("zod").ZodNumber>;
114
+ maxBatchTimeout: import("zod").ZodOptional<import("zod").ZodNumber>;
115
+ maxRetries: import("zod").ZodOptional<import("zod").ZodNumber>;
116
+ deadLetterQueue: import("zod").ZodOptional<import("zod").ZodString>;
117
+ maxConcurrency: import("zod").ZodOptional<import("zod").ZodNumber>;
118
+ retryDelay: import("zod").ZodOptional<import("zod").ZodNumber>;
119
+ }, "strip", import("zod").ZodTypeAny, {
120
+ queue: string;
121
+ maxBatchSize?: number | undefined;
122
+ maxBatchTimeout?: number | undefined;
123
+ maxRetries?: number | undefined;
124
+ deadLetterQueue?: string | undefined;
125
+ maxConcurrency?: number | undefined;
126
+ retryDelay?: number | undefined;
127
+ }, {
128
+ queue: string;
129
+ maxBatchSize?: number | undefined;
130
+ maxBatchTimeout?: number | undefined;
131
+ maxRetries?: number | undefined;
132
+ deadLetterQueue?: string | undefined;
133
+ maxConcurrency?: number | undefined;
134
+ retryDelay?: number | undefined;
135
+ }>, "many">>;
136
+ }, "strip", import("zod").ZodTypeAny, {
137
+ producers?: Record<string, string> | undefined;
138
+ consumers?: {
139
+ queue: string;
140
+ maxBatchSize?: number | undefined;
141
+ maxBatchTimeout?: number | undefined;
142
+ maxRetries?: number | undefined;
143
+ deadLetterQueue?: string | undefined;
144
+ maxConcurrency?: number | undefined;
145
+ retryDelay?: number | undefined;
146
+ }[] | undefined;
147
+ }, {
148
+ producers?: Record<string, string> | undefined;
149
+ consumers?: {
150
+ queue: string;
151
+ maxBatchSize?: number | undefined;
152
+ maxBatchTimeout?: number | undefined;
153
+ maxRetries?: number | undefined;
154
+ deadLetterQueue?: string | undefined;
155
+ maxConcurrency?: number | undefined;
156
+ retryDelay?: number | undefined;
157
+ }[] | undefined;
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
+ }>]>>>;
202
+ services: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<{
203
+ service: string;
204
+ environment?: string;
205
+ entrypoint?: string;
206
+ __ref?: unknown;
207
+ }, import("zod").ZodTypeDef, {
208
+ service: string;
209
+ environment?: string;
210
+ entrypoint?: string;
211
+ __ref?: unknown;
212
+ }>>>;
213
+ ai: import("zod").ZodOptional<import("zod").ZodObject<{
214
+ binding: import("zod").ZodString;
215
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
216
+ staging: import("zod").ZodOptional<import("zod").ZodBoolean>;
217
+ }, "strict", import("zod").ZodTypeAny, {
218
+ binding: string;
219
+ remote?: boolean | undefined;
220
+ staging?: boolean | undefined;
221
+ }, {
222
+ binding: string;
223
+ remote?: boolean | undefined;
224
+ staging?: boolean | undefined;
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
+ }>>>;
246
+ vectorize: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
247
+ indexName: import("zod").ZodString;
248
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
249
+ }, "strip", import("zod").ZodTypeAny, {
250
+ indexName: string;
251
+ remote?: boolean | undefined;
252
+ }, {
253
+ indexName: string;
254
+ remote?: boolean | undefined;
255
+ }>>>;
256
+ hyperdrive: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
257
+ id: import("zod").ZodString;
258
+ localConnectionString: import("zod").ZodOptional<import("zod").ZodString>;
259
+ }, "strict", import("zod").ZodTypeAny, {
260
+ id: string;
261
+ localConnectionString?: string | undefined;
262
+ }, {
263
+ id: string;
264
+ localConnectionString?: string | undefined;
265
+ }>, import("zod").ZodObject<{
266
+ name: import("zod").ZodString;
267
+ localConnectionString: import("zod").ZodOptional<import("zod").ZodString>;
268
+ previewFallback: import("zod").ZodOptional<import("zod").ZodLiteral<"base">>;
269
+ previewId: import("zod").ZodOptional<import("zod").ZodString>;
270
+ previewLocalConnectionString: import("zod").ZodOptional<import("zod").ZodString>;
271
+ }, "strict", import("zod").ZodTypeAny, {
272
+ name: string;
273
+ localConnectionString?: string | undefined;
274
+ previewFallback?: "base" | undefined;
275
+ previewId?: string | undefined;
276
+ previewLocalConnectionString?: string | undefined;
277
+ }, {
278
+ name: string;
279
+ localConnectionString?: string | undefined;
280
+ previewFallback?: "base" | undefined;
281
+ previewId?: string | undefined;
282
+ previewLocalConnectionString?: string | undefined;
283
+ }>]>>>;
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
+ }>>>;
295
+ analyticsEngine: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
296
+ dataset: import("zod").ZodString;
297
+ }, "strip", import("zod").ZodTypeAny, {
298
+ dataset: string;
299
+ }, {
300
+ dataset: string;
301
+ }>>>;
302
+ sendEmail: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodEffects<import("zod").ZodObject<{
303
+ destinationAddress: import("zod").ZodOptional<import("zod").ZodString>;
304
+ allowedDestinationAddresses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
305
+ allowedSenderAddresses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
306
+ }, "strip", import("zod").ZodTypeAny, {
307
+ destinationAddress?: string | undefined;
308
+ allowedDestinationAddresses?: string[] | undefined;
309
+ allowedSenderAddresses?: string[] | undefined;
310
+ }, {
311
+ destinationAddress?: string | undefined;
312
+ allowedDestinationAddresses?: string[] | undefined;
313
+ allowedSenderAddresses?: string[] | undefined;
314
+ }>, {
315
+ destinationAddress?: string | undefined;
316
+ allowedDestinationAddresses?: string[] | undefined;
317
+ allowedSenderAddresses?: string[] | undefined;
318
+ }, {
319
+ destinationAddress?: string | undefined;
320
+ allowedDestinationAddresses?: string[] | undefined;
321
+ allowedSenderAddresses?: string[] | undefined;
322
+ }>>>;
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<{
333
+ certificate_id: import("zod").ZodString;
334
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
335
+ }, "strict", import("zod").ZodTypeAny, {
336
+ certificate_id: string;
337
+ remote?: boolean | undefined;
338
+ }, {
339
+ certificate_id: string;
340
+ remote?: boolean | undefined;
341
+ }>]>>>;
342
+ dispatchNamespaces: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
343
+ namespace: import("zod").ZodString;
344
+ outbound: import("zod").ZodOptional<import("zod").ZodObject<{
345
+ service: import("zod").ZodString;
346
+ environment: import("zod").ZodOptional<import("zod").ZodString>;
347
+ parameters: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
348
+ }, "strict", import("zod").ZodTypeAny, {
349
+ service: string;
350
+ environment?: string | undefined;
351
+ parameters?: string[] | undefined;
352
+ }, {
353
+ service: string;
354
+ environment?: string | undefined;
355
+ parameters?: string[] | undefined;
356
+ }>>;
357
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
358
+ }, "strict", import("zod").ZodTypeAny, {
359
+ namespace: string;
360
+ outbound?: {
361
+ service: string;
362
+ environment?: string | undefined;
363
+ parameters?: string[] | undefined;
364
+ } | undefined;
365
+ remote?: boolean | undefined;
366
+ }, {
367
+ namespace: string;
368
+ outbound?: {
369
+ service: string;
370
+ environment?: string | undefined;
371
+ parameters?: string[] | undefined;
372
+ } | undefined;
373
+ remote?: boolean | undefined;
374
+ }>]>>>;
375
+ workflows: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
376
+ name: import("zod").ZodString;
377
+ className: import("zod").ZodString;
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
+ }>>;
387
+ }, "strict", import("zod").ZodTypeAny, {
388
+ name: string;
389
+ className: string;
390
+ scriptName?: string | undefined;
391
+ remote?: boolean | undefined;
392
+ limits?: {
393
+ steps: number;
394
+ } | undefined;
395
+ }, {
396
+ name: string;
397
+ className: string;
398
+ scriptName?: string | undefined;
399
+ remote?: boolean | undefined;
400
+ limits?: {
401
+ steps: number;
402
+ } | undefined;
403
+ }>>>;
404
+ pipelines: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
405
+ pipeline: import("zod").ZodString;
406
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
407
+ }, "strict", import("zod").ZodTypeAny, {
408
+ pipeline: string;
409
+ remote?: boolean | undefined;
410
+ }, {
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;
445
+ }>]>>>;
446
+ }, "strip", import("zod").ZodTypeAny, {
447
+ kv?: Record<string, string | {
448
+ id: string;
449
+ } | {
450
+ name: string;
451
+ }> | undefined;
452
+ d1?: Record<string, string | {
453
+ id: string;
454
+ } | {
455
+ name: string;
456
+ }> | undefined;
457
+ r2?: Record<string, string> | undefined;
458
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
459
+ queues?: {
460
+ producers?: Record<string, string> | undefined;
461
+ consumers?: {
462
+ queue: string;
463
+ maxBatchSize?: number | undefined;
464
+ maxBatchTimeout?: number | undefined;
465
+ maxRetries?: number | undefined;
466
+ deadLetterQueue?: string | undefined;
467
+ maxConcurrency?: number | undefined;
468
+ retryDelay?: number | undefined;
469
+ }[] | undefined;
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;
486
+ services?: Record<string, {
487
+ service: string;
488
+ environment?: string;
489
+ entrypoint?: string;
490
+ __ref?: unknown;
491
+ }> | undefined;
492
+ ai?: {
493
+ binding: string;
494
+ remote?: boolean | undefined;
495
+ staging?: boolean | undefined;
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;
505
+ vectorize?: Record<string, {
506
+ indexName: string;
507
+ remote?: boolean | undefined;
508
+ }> | undefined;
509
+ hyperdrive?: Record<string, string | {
510
+ id: string;
511
+ localConnectionString?: string | undefined;
512
+ } | {
513
+ name: string;
514
+ localConnectionString?: string | undefined;
515
+ previewFallback?: "base" | undefined;
516
+ previewId?: string | undefined;
517
+ previewLocalConnectionString?: string | undefined;
518
+ }> | undefined;
519
+ browser?: Record<string, string | {
520
+ remote?: boolean | undefined;
521
+ }> | undefined;
522
+ analyticsEngine?: Record<string, {
523
+ dataset: string;
524
+ }> | undefined;
525
+ sendEmail?: Record<string, {
526
+ destinationAddress?: string | undefined;
527
+ allowedDestinationAddresses?: string[] | undefined;
528
+ allowedSenderAddresses?: string[] | undefined;
529
+ }> | undefined;
530
+ mtlsCertificates?: Record<string, string | {
531
+ certificateId: string;
532
+ remote?: boolean | undefined;
533
+ } | {
534
+ certificate_id: string;
535
+ remote?: boolean | undefined;
536
+ }> | undefined;
537
+ dispatchNamespaces?: Record<string, string | {
538
+ namespace: string;
539
+ outbound?: {
540
+ service: string;
541
+ environment?: string | undefined;
542
+ parameters?: string[] | undefined;
543
+ } | undefined;
544
+ remote?: boolean | undefined;
545
+ }> | undefined;
546
+ workflows?: Record<string, {
547
+ name: string;
548
+ className: string;
549
+ scriptName?: string | undefined;
550
+ remote?: boolean | undefined;
551
+ limits?: {
552
+ steps: number;
553
+ } | undefined;
554
+ }> | undefined;
555
+ pipelines?: Record<string, string | {
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;
568
+ }> | undefined;
569
+ }, {
570
+ kv?: Record<string, string | {
571
+ id: string;
572
+ } | {
573
+ name: string;
574
+ }> | undefined;
575
+ d1?: Record<string, string | {
576
+ id: string;
577
+ } | {
578
+ name: string;
579
+ }> | undefined;
580
+ r2?: Record<string, string> | undefined;
581
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
582
+ queues?: {
583
+ producers?: Record<string, string> | undefined;
584
+ consumers?: {
585
+ queue: string;
586
+ maxBatchSize?: number | undefined;
587
+ maxBatchTimeout?: number | undefined;
588
+ maxRetries?: number | undefined;
589
+ deadLetterQueue?: string | undefined;
590
+ maxConcurrency?: number | undefined;
591
+ retryDelay?: number | undefined;
592
+ }[] | undefined;
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;
609
+ services?: Record<string, {
610
+ service: string;
611
+ environment?: string;
612
+ entrypoint?: string;
613
+ __ref?: unknown;
614
+ }> | undefined;
615
+ ai?: {
616
+ binding: string;
617
+ remote?: boolean | undefined;
618
+ staging?: boolean | undefined;
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;
628
+ vectorize?: Record<string, {
629
+ indexName: string;
630
+ remote?: boolean | undefined;
631
+ }> | undefined;
632
+ hyperdrive?: Record<string, string | {
633
+ id: string;
634
+ localConnectionString?: string | undefined;
635
+ } | {
636
+ name: string;
637
+ localConnectionString?: string | undefined;
638
+ previewFallback?: "base" | undefined;
639
+ previewId?: string | undefined;
640
+ previewLocalConnectionString?: string | undefined;
641
+ }> | undefined;
642
+ browser?: Record<string, string | {
643
+ remote?: boolean | undefined;
644
+ }> | undefined;
645
+ analyticsEngine?: Record<string, {
646
+ dataset: string;
647
+ }> | undefined;
648
+ sendEmail?: Record<string, {
649
+ destinationAddress?: string | undefined;
650
+ allowedDestinationAddresses?: string[] | undefined;
651
+ allowedSenderAddresses?: string[] | undefined;
652
+ }> | undefined;
653
+ mtlsCertificates?: Record<string, string | {
654
+ certificateId: string;
655
+ remote?: boolean | undefined;
656
+ } | {
657
+ certificate_id: string;
658
+ remote?: boolean | undefined;
659
+ }> | undefined;
660
+ dispatchNamespaces?: Record<string, string | {
661
+ namespace: string;
662
+ outbound?: {
663
+ service: string;
664
+ environment?: string | undefined;
665
+ parameters?: string[] | undefined;
666
+ } | undefined;
667
+ remote?: boolean | undefined;
668
+ }> | undefined;
669
+ workflows?: Record<string, {
670
+ name: string;
671
+ className: string;
672
+ scriptName?: string | undefined;
673
+ remote?: boolean | undefined;
674
+ limits?: {
675
+ steps: number;
676
+ } | undefined;
677
+ }> | undefined;
678
+ pipelines?: Record<string, string | {
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;
691
+ }> | undefined;
692
+ }>>;
693
+ triggers: import("zod").ZodOptional<import("zod").ZodObject<{
694
+ crons: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
695
+ }, "strip", import("zod").ZodTypeAny, {
696
+ crons?: string[] | undefined;
697
+ }, {
698
+ crons?: string[] | undefined;
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">>;
726
+ vars: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
727
+ secrets: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
728
+ required: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
729
+ }, "strip", import("zod").ZodTypeAny, {
730
+ required: boolean;
731
+ }, {
732
+ required?: boolean | undefined;
733
+ }>>>;
734
+ routes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
735
+ pattern: import("zod").ZodString;
736
+ zone_name: import("zod").ZodOptional<import("zod").ZodString>;
737
+ zone_id: import("zod").ZodOptional<import("zod").ZodString>;
738
+ custom_domain: import("zod").ZodOptional<import("zod").ZodBoolean>;
739
+ }, "strip", import("zod").ZodTypeAny, {
740
+ pattern: string;
741
+ zone_name?: string | undefined;
742
+ zone_id?: string | undefined;
743
+ custom_domain?: boolean | undefined;
744
+ }, {
745
+ pattern: string;
746
+ zone_name?: string | undefined;
747
+ zone_id?: string | undefined;
748
+ custom_domain?: boolean | undefined;
749
+ }>, "many">>;
750
+ wsRoutes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
751
+ pattern: import("zod").ZodString;
752
+ doNamespace: import("zod").ZodString;
753
+ idParam: import("zod").ZodDefault<import("zod").ZodString>;
754
+ forwardPath: import("zod").ZodDefault<import("zod").ZodString>;
755
+ }, "strip", import("zod").ZodTypeAny, {
756
+ pattern: string;
757
+ doNamespace: string;
758
+ idParam: string;
759
+ forwardPath: string;
760
+ }, {
761
+ pattern: string;
762
+ doNamespace: string;
763
+ idParam?: string | undefined;
764
+ forwardPath?: string | undefined;
765
+ }>, "many">>;
766
+ assets: import("zod").ZodOptional<import("zod").ZodObject<{
767
+ directory: import("zod").ZodString;
768
+ binding: import("zod").ZodOptional<import("zod").ZodString>;
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, {
773
+ directory: string;
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;
778
+ }, {
779
+ directory: string;
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;
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
+ }>]>>;
859
+ limits: import("zod").ZodOptional<import("zod").ZodObject<{
860
+ cpu_ms: import("zod").ZodOptional<import("zod").ZodNumber>;
861
+ subrequests: import("zod").ZodOptional<import("zod").ZodNumber>;
862
+ }, "strict", import("zod").ZodTypeAny, {
863
+ cpu_ms?: number | undefined;
864
+ subrequests?: number | undefined;
865
+ }, {
866
+ cpu_ms?: number | undefined;
867
+ subrequests?: number | undefined;
868
+ }>>;
869
+ observability: import("zod").ZodOptional<import("zod").ZodObject<{
870
+ enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
871
+ head_sampling_rate: import("zod").ZodOptional<import("zod").ZodNumber>;
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, {
908
+ enabled?: boolean | undefined;
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;
923
+ }, {
924
+ enabled?: boolean | undefined;
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;
939
+ }>>;
940
+ migrations: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
941
+ tag: import("zod").ZodString;
942
+ new_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
943
+ renamed_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
944
+ from: import("zod").ZodString;
945
+ to: import("zod").ZodString;
946
+ }, "strict", import("zod").ZodTypeAny, {
947
+ from: string;
948
+ to: string;
949
+ }, {
950
+ from: string;
951
+ to: string;
952
+ }>, "many">>;
953
+ deleted_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
954
+ new_sqlite_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
955
+ }, "strict", import("zod").ZodTypeAny, {
956
+ tag: string;
957
+ new_classes?: string[] | undefined;
958
+ renamed_classes?: {
959
+ from: string;
960
+ to: string;
961
+ }[] | undefined;
962
+ deleted_classes?: string[] | undefined;
963
+ new_sqlite_classes?: string[] | undefined;
964
+ }, {
965
+ tag: string;
966
+ new_classes?: string[] | undefined;
967
+ renamed_classes?: {
968
+ from: string;
969
+ to: string;
970
+ }[] | undefined;
971
+ deleted_classes?: string[] | undefined;
972
+ new_sqlite_classes?: string[] | undefined;
973
+ }>, "many">>;
974
+ rolldown: import("zod").ZodOptional<import("zod").ZodObject<{
975
+ target: import("zod").ZodOptional<import("zod").ZodString>;
976
+ minify: import("zod").ZodOptional<import("zod").ZodBoolean>;
977
+ sourcemap: import("zod").ZodOptional<import("zod").ZodBoolean>;
978
+ options: import("zod").ZodOptional<import("zod").ZodType<import("./config/schema-build").DevflareRolldownOptions, import("zod").ZodTypeDef, import("./config/schema-build").DevflareRolldownOptions>>;
979
+ }, "strip", import("zod").ZodTypeAny, {
980
+ target?: string | undefined;
981
+ minify?: boolean | undefined;
982
+ sourcemap?: boolean | undefined;
983
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
984
+ }, {
985
+ target?: string | undefined;
986
+ minify?: boolean | undefined;
987
+ sourcemap?: boolean | undefined;
988
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
989
+ }>>;
990
+ vite: import("zod").ZodOptional<import("zod").ZodObject<{
991
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
992
+ }, "strip", import("zod").ZodUnknown, import("zod").objectOutputType<{
993
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
994
+ }, import("zod").ZodUnknown, "strip">, import("zod").objectInputType<{
995
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
996
+ }, import("zod").ZodUnknown, "strip">>>;
997
+ wrangler: import("zod").ZodOptional<import("zod").ZodObject<{
998
+ passthrough: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
999
+ }, "strip", import("zod").ZodTypeAny, {
1000
+ passthrough?: Record<string, unknown> | undefined;
1001
+ }, {
1002
+ passthrough?: Record<string, unknown> | undefined;
1003
+ }>>;
1004
+ env: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodLazy<import("zod").ZodObject<{
1005
+ readonly name: import("zod").ZodOptional<import("zod").ZodString>;
1006
+ readonly secretsStoreId: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
1007
+ readonly compatibilityDate: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>>;
1008
+ readonly compatibilityFlags: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>, string[], string[] | undefined>>;
1009
+ readonly previews: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1010
+ includeCrons: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1011
+ }, "strip", import("zod").ZodTypeAny, {
1012
+ includeCrons: boolean;
1013
+ }, {
1014
+ includeCrons?: boolean | undefined;
1015
+ }>>>;
1016
+ readonly files: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1017
+ fetch: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
1018
+ queue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
1019
+ scheduled: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
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>]>>;
1022
+ durableObjects: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
1023
+ entrypoints: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
1024
+ workflows: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
1025
+ routes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
1026
+ dir: import("zod").ZodString;
1027
+ prefix: import("zod").ZodOptional<import("zod").ZodString>;
1028
+ }, "strip", import("zod").ZodTypeAny, {
1029
+ dir: string;
1030
+ prefix?: string | undefined;
1031
+ }, {
1032
+ dir: string;
1033
+ prefix?: string | undefined;
1034
+ }>, import("zod").ZodLiteral<false>]>>;
1035
+ transport: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNull]>>;
1036
+ }, "strip", import("zod").ZodTypeAny, {
1037
+ fetch?: string | false | undefined;
1038
+ queue?: string | false | undefined;
1039
+ scheduled?: string | false | undefined;
1040
+ email?: string | false | undefined;
1041
+ tail?: string | false | undefined;
1042
+ durableObjects?: string | false | undefined;
1043
+ entrypoints?: string | false | undefined;
1044
+ workflows?: string | false | undefined;
1045
+ routes?: false | {
1046
+ dir: string;
1047
+ prefix?: string | undefined;
1048
+ } | undefined;
1049
+ transport?: string | null | undefined;
1050
+ }, {
1051
+ fetch?: string | false | undefined;
1052
+ queue?: string | false | undefined;
1053
+ scheduled?: string | false | undefined;
1054
+ email?: string | false | undefined;
1055
+ tail?: string | false | undefined;
1056
+ durableObjects?: string | false | undefined;
1057
+ entrypoints?: string | false | undefined;
1058
+ workflows?: string | false | undefined;
1059
+ routes?: false | {
1060
+ dir: string;
1061
+ prefix?: string | undefined;
1062
+ } | undefined;
1063
+ transport?: string | null | undefined;
1064
+ }>>>;
1065
+ readonly bindings: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1066
+ kv: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1067
+ id: import("zod").ZodString;
1068
+ }, "strict", import("zod").ZodTypeAny, {
1069
+ id: string;
1070
+ }, {
1071
+ id: string;
1072
+ }>, import("zod").ZodObject<{
1073
+ name: import("zod").ZodString;
1074
+ }, "strict", import("zod").ZodTypeAny, {
1075
+ name: string;
1076
+ }, {
1077
+ name: string;
1078
+ }>]>>>;
1079
+ d1: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1080
+ id: import("zod").ZodString;
1081
+ }, "strict", import("zod").ZodTypeAny, {
1082
+ id: string;
1083
+ }, {
1084
+ id: string;
1085
+ }>, import("zod").ZodObject<{
1086
+ name: import("zod").ZodString;
1087
+ }, "strict", import("zod").ZodTypeAny, {
1088
+ name: string;
1089
+ }, {
1090
+ name: string;
1091
+ }>]>>>;
1092
+ r2: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1093
+ durableObjects: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("./config/schema-bindings").DurableObjectBindingInput, import("zod").ZodTypeDef, import("./config/schema-bindings").DurableObjectBindingInput>>>;
1094
+ queues: import("zod").ZodOptional<import("zod").ZodObject<{
1095
+ producers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1096
+ consumers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1097
+ queue: import("zod").ZodString;
1098
+ maxBatchSize: import("zod").ZodOptional<import("zod").ZodNumber>;
1099
+ maxBatchTimeout: import("zod").ZodOptional<import("zod").ZodNumber>;
1100
+ maxRetries: import("zod").ZodOptional<import("zod").ZodNumber>;
1101
+ deadLetterQueue: import("zod").ZodOptional<import("zod").ZodString>;
1102
+ maxConcurrency: import("zod").ZodOptional<import("zod").ZodNumber>;
1103
+ retryDelay: import("zod").ZodOptional<import("zod").ZodNumber>;
1104
+ }, "strip", import("zod").ZodTypeAny, {
1105
+ queue: string;
1106
+ maxBatchSize?: number | undefined;
1107
+ maxBatchTimeout?: number | undefined;
1108
+ maxRetries?: number | undefined;
1109
+ deadLetterQueue?: string | undefined;
1110
+ maxConcurrency?: number | undefined;
1111
+ retryDelay?: number | undefined;
1112
+ }, {
1113
+ queue: string;
1114
+ maxBatchSize?: number | undefined;
1115
+ maxBatchTimeout?: number | undefined;
1116
+ maxRetries?: number | undefined;
1117
+ deadLetterQueue?: string | undefined;
1118
+ maxConcurrency?: number | undefined;
1119
+ retryDelay?: number | undefined;
1120
+ }>, "many">>;
1121
+ }, "strip", import("zod").ZodTypeAny, {
1122
+ producers?: Record<string, string> | undefined;
1123
+ consumers?: {
1124
+ queue: string;
1125
+ maxBatchSize?: number | undefined;
1126
+ maxBatchTimeout?: number | undefined;
1127
+ maxRetries?: number | undefined;
1128
+ deadLetterQueue?: string | undefined;
1129
+ maxConcurrency?: number | undefined;
1130
+ retryDelay?: number | undefined;
1131
+ }[] | undefined;
1132
+ }, {
1133
+ producers?: Record<string, string> | undefined;
1134
+ consumers?: {
1135
+ queue: string;
1136
+ maxBatchSize?: number | undefined;
1137
+ maxBatchTimeout?: number | undefined;
1138
+ maxRetries?: number | undefined;
1139
+ deadLetterQueue?: string | undefined;
1140
+ maxConcurrency?: number | undefined;
1141
+ retryDelay?: number | undefined;
1142
+ }[] | undefined;
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
+ }>]>>>;
1187
+ services: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<{
1188
+ service: string;
1189
+ environment?: string;
1190
+ entrypoint?: string;
1191
+ __ref?: unknown;
1192
+ }, import("zod").ZodTypeDef, {
1193
+ service: string;
1194
+ environment?: string;
1195
+ entrypoint?: string;
1196
+ __ref?: unknown;
1197
+ }>>>;
1198
+ ai: import("zod").ZodOptional<import("zod").ZodObject<{
1199
+ binding: import("zod").ZodString;
1200
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1201
+ staging: import("zod").ZodOptional<import("zod").ZodBoolean>;
1202
+ }, "strict", import("zod").ZodTypeAny, {
1203
+ binding: string;
1204
+ remote?: boolean | undefined;
1205
+ staging?: boolean | undefined;
1206
+ }, {
1207
+ binding: string;
1208
+ remote?: boolean | undefined;
1209
+ staging?: boolean | undefined;
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
+ }>>>;
1231
+ vectorize: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1232
+ indexName: import("zod").ZodString;
1233
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1234
+ }, "strip", import("zod").ZodTypeAny, {
1235
+ indexName: string;
1236
+ remote?: boolean | undefined;
1237
+ }, {
1238
+ indexName: string;
1239
+ remote?: boolean | undefined;
1240
+ }>>>;
1241
+ hyperdrive: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1242
+ id: import("zod").ZodString;
1243
+ localConnectionString: import("zod").ZodOptional<import("zod").ZodString>;
1244
+ }, "strict", import("zod").ZodTypeAny, {
1245
+ id: string;
1246
+ localConnectionString?: string | undefined;
1247
+ }, {
1248
+ id: string;
1249
+ localConnectionString?: string | undefined;
1250
+ }>, import("zod").ZodObject<{
1251
+ name: import("zod").ZodString;
1252
+ localConnectionString: import("zod").ZodOptional<import("zod").ZodString>;
1253
+ previewFallback: import("zod").ZodOptional<import("zod").ZodLiteral<"base">>;
1254
+ previewId: import("zod").ZodOptional<import("zod").ZodString>;
1255
+ previewLocalConnectionString: import("zod").ZodOptional<import("zod").ZodString>;
1256
+ }, "strict", import("zod").ZodTypeAny, {
1257
+ name: string;
1258
+ localConnectionString?: string | undefined;
1259
+ previewFallback?: "base" | undefined;
1260
+ previewId?: string | undefined;
1261
+ previewLocalConnectionString?: string | undefined;
1262
+ }, {
1263
+ name: string;
1264
+ localConnectionString?: string | undefined;
1265
+ previewFallback?: "base" | undefined;
1266
+ previewId?: string | undefined;
1267
+ previewLocalConnectionString?: string | undefined;
1268
+ }>]>>>;
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
+ }>>>;
1280
+ analyticsEngine: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1281
+ dataset: import("zod").ZodString;
1282
+ }, "strip", import("zod").ZodTypeAny, {
1283
+ dataset: string;
1284
+ }, {
1285
+ dataset: string;
1286
+ }>>>;
1287
+ sendEmail: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodEffects<import("zod").ZodObject<{
1288
+ destinationAddress: import("zod").ZodOptional<import("zod").ZodString>;
1289
+ allowedDestinationAddresses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1290
+ allowedSenderAddresses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1291
+ }, "strip", import("zod").ZodTypeAny, {
1292
+ destinationAddress?: string | undefined;
1293
+ allowedDestinationAddresses?: string[] | undefined;
1294
+ allowedSenderAddresses?: string[] | undefined;
1295
+ }, {
1296
+ destinationAddress?: string | undefined;
1297
+ allowedDestinationAddresses?: string[] | undefined;
1298
+ allowedSenderAddresses?: string[] | undefined;
1299
+ }>, {
1300
+ destinationAddress?: string | undefined;
1301
+ allowedDestinationAddresses?: string[] | undefined;
1302
+ allowedSenderAddresses?: string[] | undefined;
1303
+ }, {
1304
+ destinationAddress?: string | undefined;
1305
+ allowedDestinationAddresses?: string[] | undefined;
1306
+ allowedSenderAddresses?: string[] | undefined;
1307
+ }>>>;
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<{
1318
+ certificate_id: import("zod").ZodString;
1319
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1320
+ }, "strict", import("zod").ZodTypeAny, {
1321
+ certificate_id: string;
1322
+ remote?: boolean | undefined;
1323
+ }, {
1324
+ certificate_id: string;
1325
+ remote?: boolean | undefined;
1326
+ }>]>>>;
1327
+ dispatchNamespaces: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1328
+ namespace: import("zod").ZodString;
1329
+ outbound: import("zod").ZodOptional<import("zod").ZodObject<{
1330
+ service: import("zod").ZodString;
1331
+ environment: import("zod").ZodOptional<import("zod").ZodString>;
1332
+ parameters: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1333
+ }, "strict", import("zod").ZodTypeAny, {
1334
+ service: string;
1335
+ environment?: string | undefined;
1336
+ parameters?: string[] | undefined;
1337
+ }, {
1338
+ service: string;
1339
+ environment?: string | undefined;
1340
+ parameters?: string[] | undefined;
1341
+ }>>;
1342
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1343
+ }, "strict", import("zod").ZodTypeAny, {
1344
+ namespace: string;
1345
+ outbound?: {
1346
+ service: string;
1347
+ environment?: string | undefined;
1348
+ parameters?: string[] | undefined;
1349
+ } | undefined;
1350
+ remote?: boolean | undefined;
1351
+ }, {
1352
+ namespace: string;
1353
+ outbound?: {
1354
+ service: string;
1355
+ environment?: string | undefined;
1356
+ parameters?: string[] | undefined;
1357
+ } | undefined;
1358
+ remote?: boolean | undefined;
1359
+ }>]>>>;
1360
+ workflows: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1361
+ name: import("zod").ZodString;
1362
+ className: import("zod").ZodString;
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
+ }>>;
1372
+ }, "strict", import("zod").ZodTypeAny, {
1373
+ name: string;
1374
+ className: string;
1375
+ scriptName?: string | undefined;
1376
+ remote?: boolean | undefined;
1377
+ limits?: {
1378
+ steps: number;
1379
+ } | undefined;
1380
+ }, {
1381
+ name: string;
1382
+ className: string;
1383
+ scriptName?: string | undefined;
1384
+ remote?: boolean | undefined;
1385
+ limits?: {
1386
+ steps: number;
1387
+ } | undefined;
1388
+ }>>>;
1389
+ pipelines: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1390
+ pipeline: import("zod").ZodString;
1391
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1392
+ }, "strict", import("zod").ZodTypeAny, {
1393
+ pipeline: string;
1394
+ remote?: boolean | undefined;
1395
+ }, {
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;
1430
+ }>]>>>;
1431
+ }, "strip", import("zod").ZodTypeAny, {
1432
+ kv?: Record<string, string | {
1433
+ id: string;
1434
+ } | {
1435
+ name: string;
1436
+ }> | undefined;
1437
+ d1?: Record<string, string | {
1438
+ id: string;
1439
+ } | {
1440
+ name: string;
1441
+ }> | undefined;
1442
+ r2?: Record<string, string> | undefined;
1443
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
1444
+ queues?: {
1445
+ producers?: Record<string, string> | undefined;
1446
+ consumers?: {
1447
+ queue: string;
1448
+ maxBatchSize?: number | undefined;
1449
+ maxBatchTimeout?: number | undefined;
1450
+ maxRetries?: number | undefined;
1451
+ deadLetterQueue?: string | undefined;
1452
+ maxConcurrency?: number | undefined;
1453
+ retryDelay?: number | undefined;
1454
+ }[] | undefined;
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;
1471
+ services?: Record<string, {
1472
+ service: string;
1473
+ environment?: string;
1474
+ entrypoint?: string;
1475
+ __ref?: unknown;
1476
+ }> | undefined;
1477
+ ai?: {
1478
+ binding: string;
1479
+ remote?: boolean | undefined;
1480
+ staging?: boolean | undefined;
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;
1490
+ vectorize?: Record<string, {
1491
+ indexName: string;
1492
+ remote?: boolean | undefined;
1493
+ }> | undefined;
1494
+ hyperdrive?: Record<string, string | {
1495
+ id: string;
1496
+ localConnectionString?: string | undefined;
1497
+ } | {
1498
+ name: string;
1499
+ localConnectionString?: string | undefined;
1500
+ previewFallback?: "base" | undefined;
1501
+ previewId?: string | undefined;
1502
+ previewLocalConnectionString?: string | undefined;
1503
+ }> | undefined;
1504
+ browser?: Record<string, string | {
1505
+ remote?: boolean | undefined;
1506
+ }> | undefined;
1507
+ analyticsEngine?: Record<string, {
1508
+ dataset: string;
1509
+ }> | undefined;
1510
+ sendEmail?: Record<string, {
1511
+ destinationAddress?: string | undefined;
1512
+ allowedDestinationAddresses?: string[] | undefined;
1513
+ allowedSenderAddresses?: string[] | undefined;
1514
+ }> | undefined;
1515
+ mtlsCertificates?: Record<string, string | {
1516
+ certificateId: string;
1517
+ remote?: boolean | undefined;
1518
+ } | {
1519
+ certificate_id: string;
1520
+ remote?: boolean | undefined;
1521
+ }> | undefined;
1522
+ dispatchNamespaces?: Record<string, string | {
1523
+ namespace: string;
1524
+ outbound?: {
1525
+ service: string;
1526
+ environment?: string | undefined;
1527
+ parameters?: string[] | undefined;
1528
+ } | undefined;
1529
+ remote?: boolean | undefined;
1530
+ }> | undefined;
1531
+ workflows?: Record<string, {
1532
+ name: string;
1533
+ className: string;
1534
+ scriptName?: string | undefined;
1535
+ remote?: boolean | undefined;
1536
+ limits?: {
1537
+ steps: number;
1538
+ } | undefined;
1539
+ }> | undefined;
1540
+ pipelines?: Record<string, string | {
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;
1553
+ }> | undefined;
1554
+ }, {
1555
+ kv?: Record<string, string | {
1556
+ id: string;
1557
+ } | {
1558
+ name: string;
1559
+ }> | undefined;
1560
+ d1?: Record<string, string | {
1561
+ id: string;
1562
+ } | {
1563
+ name: string;
1564
+ }> | undefined;
1565
+ r2?: Record<string, string> | undefined;
1566
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
1567
+ queues?: {
1568
+ producers?: Record<string, string> | undefined;
1569
+ consumers?: {
1570
+ queue: string;
1571
+ maxBatchSize?: number | undefined;
1572
+ maxBatchTimeout?: number | undefined;
1573
+ maxRetries?: number | undefined;
1574
+ deadLetterQueue?: string | undefined;
1575
+ maxConcurrency?: number | undefined;
1576
+ retryDelay?: number | undefined;
1577
+ }[] | undefined;
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;
1594
+ services?: Record<string, {
1595
+ service: string;
1596
+ environment?: string;
1597
+ entrypoint?: string;
1598
+ __ref?: unknown;
1599
+ }> | undefined;
1600
+ ai?: {
1601
+ binding: string;
1602
+ remote?: boolean | undefined;
1603
+ staging?: boolean | undefined;
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;
1613
+ vectorize?: Record<string, {
1614
+ indexName: string;
1615
+ remote?: boolean | undefined;
1616
+ }> | undefined;
1617
+ hyperdrive?: Record<string, string | {
1618
+ id: string;
1619
+ localConnectionString?: string | undefined;
1620
+ } | {
1621
+ name: string;
1622
+ localConnectionString?: string | undefined;
1623
+ previewFallback?: "base" | undefined;
1624
+ previewId?: string | undefined;
1625
+ previewLocalConnectionString?: string | undefined;
1626
+ }> | undefined;
1627
+ browser?: Record<string, string | {
1628
+ remote?: boolean | undefined;
1629
+ }> | undefined;
1630
+ analyticsEngine?: Record<string, {
1631
+ dataset: string;
1632
+ }> | undefined;
1633
+ sendEmail?: Record<string, {
1634
+ destinationAddress?: string | undefined;
1635
+ allowedDestinationAddresses?: string[] | undefined;
1636
+ allowedSenderAddresses?: string[] | undefined;
1637
+ }> | undefined;
1638
+ mtlsCertificates?: Record<string, string | {
1639
+ certificateId: string;
1640
+ remote?: boolean | undefined;
1641
+ } | {
1642
+ certificate_id: string;
1643
+ remote?: boolean | undefined;
1644
+ }> | undefined;
1645
+ dispatchNamespaces?: Record<string, string | {
1646
+ namespace: string;
1647
+ outbound?: {
1648
+ service: string;
1649
+ environment?: string | undefined;
1650
+ parameters?: string[] | undefined;
1651
+ } | undefined;
1652
+ remote?: boolean | undefined;
1653
+ }> | undefined;
1654
+ workflows?: Record<string, {
1655
+ name: string;
1656
+ className: string;
1657
+ scriptName?: string | undefined;
1658
+ remote?: boolean | undefined;
1659
+ limits?: {
1660
+ steps: number;
1661
+ } | undefined;
1662
+ }> | undefined;
1663
+ pipelines?: Record<string, string | {
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;
1676
+ }> | undefined;
1677
+ }>>>;
1678
+ readonly triggers: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1679
+ crons: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1680
+ }, "strip", import("zod").ZodTypeAny, {
1681
+ crons?: string[] | undefined;
1682
+ }, {
1683
+ crons?: string[] | undefined;
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">>>;
1711
+ readonly vars: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
1712
+ readonly secrets: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1713
+ required: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1714
+ }, "strip", import("zod").ZodTypeAny, {
1715
+ required: boolean;
1716
+ }, {
1717
+ required?: boolean | undefined;
1718
+ }>>>>;
1719
+ readonly routes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1720
+ pattern: import("zod").ZodString;
1721
+ zone_name: import("zod").ZodOptional<import("zod").ZodString>;
1722
+ zone_id: import("zod").ZodOptional<import("zod").ZodString>;
1723
+ custom_domain: import("zod").ZodOptional<import("zod").ZodBoolean>;
1724
+ }, "strip", import("zod").ZodTypeAny, {
1725
+ pattern: string;
1726
+ zone_name?: string | undefined;
1727
+ zone_id?: string | undefined;
1728
+ custom_domain?: boolean | undefined;
1729
+ }, {
1730
+ pattern: string;
1731
+ zone_name?: string | undefined;
1732
+ zone_id?: string | undefined;
1733
+ custom_domain?: boolean | undefined;
1734
+ }>, "many">>>;
1735
+ readonly assets: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1736
+ directory: import("zod").ZodString;
1737
+ binding: import("zod").ZodOptional<import("zod").ZodString>;
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, {
1742
+ directory: string;
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;
1747
+ }, {
1748
+ directory: string;
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;
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
+ }>]>>>;
1828
+ readonly limits: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1829
+ cpu_ms: import("zod").ZodOptional<import("zod").ZodNumber>;
1830
+ subrequests: import("zod").ZodOptional<import("zod").ZodNumber>;
1831
+ }, "strict", import("zod").ZodTypeAny, {
1832
+ cpu_ms?: number | undefined;
1833
+ subrequests?: number | undefined;
1834
+ }, {
1835
+ cpu_ms?: number | undefined;
1836
+ subrequests?: number | undefined;
1837
+ }>>>;
1838
+ readonly observability: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1839
+ enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
1840
+ head_sampling_rate: import("zod").ZodOptional<import("zod").ZodNumber>;
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, {
1877
+ enabled?: boolean | undefined;
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;
1892
+ }, {
1893
+ enabled?: boolean | undefined;
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;
1908
+ }>>>;
1909
+ readonly migrations: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1910
+ tag: import("zod").ZodString;
1911
+ new_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1912
+ renamed_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1913
+ from: import("zod").ZodString;
1914
+ to: import("zod").ZodString;
1915
+ }, "strict", import("zod").ZodTypeAny, {
1916
+ from: string;
1917
+ to: string;
1918
+ }, {
1919
+ from: string;
1920
+ to: string;
1921
+ }>, "many">>;
1922
+ deleted_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1923
+ new_sqlite_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1924
+ }, "strict", import("zod").ZodTypeAny, {
1925
+ tag: string;
1926
+ new_classes?: string[] | undefined;
1927
+ renamed_classes?: {
1928
+ from: string;
1929
+ to: string;
1930
+ }[] | undefined;
1931
+ deleted_classes?: string[] | undefined;
1932
+ new_sqlite_classes?: string[] | undefined;
1933
+ }, {
1934
+ tag: string;
1935
+ new_classes?: string[] | undefined;
1936
+ renamed_classes?: {
1937
+ from: string;
1938
+ to: string;
1939
+ }[] | undefined;
1940
+ deleted_classes?: string[] | undefined;
1941
+ new_sqlite_classes?: string[] | undefined;
1942
+ }>, "many">>>;
1943
+ readonly rolldown: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1944
+ target: import("zod").ZodOptional<import("zod").ZodString>;
1945
+ minify: import("zod").ZodOptional<import("zod").ZodBoolean>;
1946
+ sourcemap: import("zod").ZodOptional<import("zod").ZodBoolean>;
1947
+ options: import("zod").ZodOptional<import("zod").ZodType<import("./config/schema-build").DevflareRolldownOptions, import("zod").ZodTypeDef, import("./config/schema-build").DevflareRolldownOptions>>;
1948
+ }, "strip", import("zod").ZodTypeAny, {
1949
+ target?: string | undefined;
1950
+ minify?: boolean | undefined;
1951
+ sourcemap?: boolean | undefined;
1952
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
1953
+ }, {
1954
+ target?: string | undefined;
1955
+ minify?: boolean | undefined;
1956
+ sourcemap?: boolean | undefined;
1957
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
1958
+ }>>>;
1959
+ readonly vite: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1960
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
1961
+ }, "strip", import("zod").ZodUnknown, import("zod").objectOutputType<{
1962
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
1963
+ }, import("zod").ZodUnknown, "strip">, import("zod").objectInputType<{
1964
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
1965
+ }, import("zod").ZodUnknown, "strip">>>>;
1966
+ readonly wrangler: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1967
+ passthrough: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1968
+ }, "strip", import("zod").ZodTypeAny, {
1969
+ passthrough?: Record<string, unknown> | undefined;
1970
+ }, {
1971
+ passthrough?: Record<string, unknown> | undefined;
1972
+ }>>>;
1973
+ }, "strict", import("zod").ZodTypeAny, {
1974
+ name?: string | undefined;
1975
+ secretsStoreId?: string | undefined;
1976
+ compatibilityDate?: string | undefined;
1977
+ compatibilityFlags?: string[] | undefined;
1978
+ previews?: {
1979
+ includeCrons: boolean;
1980
+ } | undefined;
1981
+ files?: {
1982
+ fetch?: string | false | undefined;
1983
+ queue?: string | false | undefined;
1984
+ scheduled?: string | false | undefined;
1985
+ email?: string | false | undefined;
1986
+ tail?: string | false | undefined;
1987
+ durableObjects?: string | false | undefined;
1988
+ entrypoints?: string | false | undefined;
1989
+ workflows?: string | false | undefined;
1990
+ routes?: false | {
1991
+ dir: string;
1992
+ prefix?: string | undefined;
1993
+ } | undefined;
1994
+ transport?: string | null | undefined;
1995
+ } | undefined;
1996
+ bindings?: {
1997
+ kv?: Record<string, string | {
1998
+ id: string;
1999
+ } | {
2000
+ name: string;
2001
+ }> | undefined;
2002
+ d1?: Record<string, string | {
2003
+ id: string;
2004
+ } | {
2005
+ name: string;
2006
+ }> | undefined;
2007
+ r2?: Record<string, string> | undefined;
2008
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
2009
+ queues?: {
2010
+ producers?: Record<string, string> | undefined;
2011
+ consumers?: {
2012
+ queue: string;
2013
+ maxBatchSize?: number | undefined;
2014
+ maxBatchTimeout?: number | undefined;
2015
+ maxRetries?: number | undefined;
2016
+ deadLetterQueue?: string | undefined;
2017
+ maxConcurrency?: number | undefined;
2018
+ retryDelay?: number | undefined;
2019
+ }[] | undefined;
2020
+ } | undefined;
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, {
2037
+ service: string;
2038
+ environment?: string;
2039
+ entrypoint?: string;
2040
+ __ref?: unknown;
2041
+ }> | undefined;
2042
+ ai?: {
2043
+ binding: string;
2044
+ remote?: boolean | undefined;
2045
+ staging?: boolean | undefined;
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;
2055
+ vectorize?: Record<string, {
2056
+ indexName: string;
2057
+ remote?: boolean | undefined;
2058
+ }> | undefined;
2059
+ hyperdrive?: Record<string, string | {
2060
+ id: string;
2061
+ localConnectionString?: string | undefined;
2062
+ } | {
2063
+ name: string;
2064
+ localConnectionString?: string | undefined;
2065
+ previewFallback?: "base" | undefined;
2066
+ previewId?: string | undefined;
2067
+ previewLocalConnectionString?: string | undefined;
2068
+ }> | undefined;
2069
+ browser?: Record<string, string | {
2070
+ remote?: boolean | undefined;
2071
+ }> | undefined;
2072
+ analyticsEngine?: Record<string, {
2073
+ dataset: string;
2074
+ }> | undefined;
2075
+ sendEmail?: Record<string, {
2076
+ destinationAddress?: string | undefined;
2077
+ allowedDestinationAddresses?: string[] | undefined;
2078
+ allowedSenderAddresses?: string[] | undefined;
2079
+ }> | undefined;
2080
+ mtlsCertificates?: Record<string, string | {
2081
+ certificateId: string;
2082
+ remote?: boolean | undefined;
2083
+ } | {
2084
+ certificate_id: string;
2085
+ remote?: boolean | undefined;
2086
+ }> | undefined;
2087
+ dispatchNamespaces?: Record<string, string | {
2088
+ namespace: string;
2089
+ outbound?: {
2090
+ service: string;
2091
+ environment?: string | undefined;
2092
+ parameters?: string[] | undefined;
2093
+ } | undefined;
2094
+ remote?: boolean | undefined;
2095
+ }> | undefined;
2096
+ workflows?: Record<string, {
2097
+ name: string;
2098
+ className: string;
2099
+ scriptName?: string | undefined;
2100
+ remote?: boolean | undefined;
2101
+ limits?: {
2102
+ steps: number;
2103
+ } | undefined;
2104
+ }> | undefined;
2105
+ pipelines?: Record<string, string | {
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;
2118
+ }> | undefined;
2119
+ } | undefined;
2120
+ triggers?: {
2121
+ crons?: string[] | undefined;
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;
2135
+ vars?: Record<string, string> | undefined;
2136
+ secrets?: Record<string, {
2137
+ required: boolean;
2138
+ }> | undefined;
2139
+ routes?: {
2140
+ pattern: string;
2141
+ zone_name?: string | undefined;
2142
+ zone_id?: string | undefined;
2143
+ custom_domain?: boolean | undefined;
2144
+ }[] | undefined;
2145
+ assets?: {
2146
+ directory: string;
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;
2175
+ } | undefined;
2176
+ limits?: {
2177
+ cpu_ms?: number | undefined;
2178
+ subrequests?: number | undefined;
2179
+ } | undefined;
2180
+ observability?: {
2181
+ enabled?: boolean | undefined;
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;
2196
+ } | undefined;
2197
+ migrations?: {
2198
+ tag: string;
2199
+ new_classes?: string[] | undefined;
2200
+ renamed_classes?: {
2201
+ from: string;
2202
+ to: string;
2203
+ }[] | undefined;
2204
+ deleted_classes?: string[] | undefined;
2205
+ new_sqlite_classes?: string[] | undefined;
2206
+ }[] | undefined;
2207
+ rolldown?: {
2208
+ target?: string | undefined;
2209
+ minify?: boolean | undefined;
2210
+ sourcemap?: boolean | undefined;
2211
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
2212
+ } | undefined;
2213
+ vite?: import("zod").objectOutputType<{
2214
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
2215
+ }, import("zod").ZodUnknown, "strip"> | undefined;
2216
+ wrangler?: {
2217
+ passthrough?: Record<string, unknown> | undefined;
2218
+ } | undefined;
2219
+ }, {
2220
+ name?: string | undefined;
2221
+ secretsStoreId?: string | undefined;
2222
+ compatibilityDate?: string | undefined;
2223
+ compatibilityFlags?: string[] | undefined;
2224
+ previews?: {
2225
+ includeCrons?: boolean | undefined;
2226
+ } | undefined;
2227
+ files?: {
2228
+ fetch?: string | false | undefined;
2229
+ queue?: string | false | undefined;
2230
+ scheduled?: string | false | undefined;
2231
+ email?: string | false | undefined;
2232
+ tail?: string | false | undefined;
2233
+ durableObjects?: string | false | undefined;
2234
+ entrypoints?: string | false | undefined;
2235
+ workflows?: string | false | undefined;
2236
+ routes?: false | {
2237
+ dir: string;
2238
+ prefix?: string | undefined;
2239
+ } | undefined;
2240
+ transport?: string | null | undefined;
2241
+ } | undefined;
2242
+ bindings?: {
2243
+ kv?: Record<string, string | {
2244
+ id: string;
2245
+ } | {
2246
+ name: string;
2247
+ }> | undefined;
2248
+ d1?: Record<string, string | {
2249
+ id: string;
2250
+ } | {
2251
+ name: string;
2252
+ }> | undefined;
2253
+ r2?: Record<string, string> | undefined;
2254
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
2255
+ queues?: {
2256
+ producers?: Record<string, string> | undefined;
2257
+ consumers?: {
2258
+ queue: string;
2259
+ maxBatchSize?: number | undefined;
2260
+ maxBatchTimeout?: number | undefined;
2261
+ maxRetries?: number | undefined;
2262
+ deadLetterQueue?: string | undefined;
2263
+ maxConcurrency?: number | undefined;
2264
+ retryDelay?: number | undefined;
2265
+ }[] | undefined;
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;
2282
+ services?: Record<string, {
2283
+ service: string;
2284
+ environment?: string;
2285
+ entrypoint?: string;
2286
+ __ref?: unknown;
2287
+ }> | undefined;
2288
+ ai?: {
2289
+ binding: string;
2290
+ remote?: boolean | undefined;
2291
+ staging?: boolean | undefined;
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;
2301
+ vectorize?: Record<string, {
2302
+ indexName: string;
2303
+ remote?: boolean | undefined;
2304
+ }> | undefined;
2305
+ hyperdrive?: Record<string, string | {
2306
+ id: string;
2307
+ localConnectionString?: string | undefined;
2308
+ } | {
2309
+ name: string;
2310
+ localConnectionString?: string | undefined;
2311
+ previewFallback?: "base" | undefined;
2312
+ previewId?: string | undefined;
2313
+ previewLocalConnectionString?: string | undefined;
2314
+ }> | undefined;
2315
+ browser?: Record<string, string | {
2316
+ remote?: boolean | undefined;
2317
+ }> | undefined;
2318
+ analyticsEngine?: Record<string, {
2319
+ dataset: string;
2320
+ }> | undefined;
2321
+ sendEmail?: Record<string, {
2322
+ destinationAddress?: string | undefined;
2323
+ allowedDestinationAddresses?: string[] | undefined;
2324
+ allowedSenderAddresses?: string[] | undefined;
2325
+ }> | undefined;
2326
+ mtlsCertificates?: Record<string, string | {
2327
+ certificateId: string;
2328
+ remote?: boolean | undefined;
2329
+ } | {
2330
+ certificate_id: string;
2331
+ remote?: boolean | undefined;
2332
+ }> | undefined;
2333
+ dispatchNamespaces?: Record<string, string | {
2334
+ namespace: string;
2335
+ outbound?: {
2336
+ service: string;
2337
+ environment?: string | undefined;
2338
+ parameters?: string[] | undefined;
2339
+ } | undefined;
2340
+ remote?: boolean | undefined;
2341
+ }> | undefined;
2342
+ workflows?: Record<string, {
2343
+ name: string;
2344
+ className: string;
2345
+ scriptName?: string | undefined;
2346
+ remote?: boolean | undefined;
2347
+ limits?: {
2348
+ steps: number;
2349
+ } | undefined;
2350
+ }> | undefined;
2351
+ pipelines?: Record<string, string | {
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;
2364
+ }> | undefined;
2365
+ } | undefined;
2366
+ triggers?: {
2367
+ crons?: string[] | undefined;
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;
2381
+ vars?: Record<string, string> | undefined;
2382
+ secrets?: Record<string, {
2383
+ required?: boolean | undefined;
2384
+ }> | undefined;
2385
+ routes?: {
2386
+ pattern: string;
2387
+ zone_name?: string | undefined;
2388
+ zone_id?: string | undefined;
2389
+ custom_domain?: boolean | undefined;
2390
+ }[] | undefined;
2391
+ assets?: {
2392
+ directory: string;
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;
2421
+ } | undefined;
2422
+ limits?: {
2423
+ cpu_ms?: number | undefined;
2424
+ subrequests?: number | undefined;
2425
+ } | undefined;
2426
+ observability?: {
2427
+ enabled?: boolean | undefined;
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;
2442
+ } | undefined;
2443
+ migrations?: {
2444
+ tag: string;
2445
+ new_classes?: string[] | undefined;
2446
+ renamed_classes?: {
2447
+ from: string;
2448
+ to: string;
2449
+ }[] | undefined;
2450
+ deleted_classes?: string[] | undefined;
2451
+ new_sqlite_classes?: string[] | undefined;
2452
+ }[] | undefined;
2453
+ rolldown?: {
2454
+ target?: string | undefined;
2455
+ minify?: boolean | undefined;
2456
+ sourcemap?: boolean | undefined;
2457
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
2458
+ } | undefined;
2459
+ vite?: import("zod").objectInputType<{
2460
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
2461
+ }, import("zod").ZodUnknown, "strip"> | undefined;
2462
+ wrangler?: {
2463
+ passthrough?: Record<string, unknown> | undefined;
2464
+ } | undefined;
2465
+ }>>>>;
2466
+ }, "strict", import("zod").ZodTypeAny, {
2467
+ name: string;
2468
+ accountId?: string | undefined;
2469
+ secretsStoreId?: string | undefined;
2470
+ compatibilityDate: string;
2471
+ compatibilityFlags: string[];
2472
+ previews?: {
2473
+ includeCrons: boolean;
2474
+ } | undefined;
2475
+ files?: {
2476
+ fetch?: string | false | undefined;
2477
+ queue?: string | false | undefined;
2478
+ scheduled?: string | false | undefined;
2479
+ email?: string | false | undefined;
2480
+ tail?: string | false | undefined;
2481
+ durableObjects?: string | false | undefined;
2482
+ entrypoints?: string | false | undefined;
2483
+ workflows?: string | false | undefined;
2484
+ routes?: false | {
2485
+ dir: string;
2486
+ prefix?: string | undefined;
2487
+ } | undefined;
2488
+ transport?: string | null | undefined;
2489
+ } | undefined;
2490
+ bindings?: {
2491
+ kv?: Record<string, string | {
2492
+ id: string;
2493
+ } | {
2494
+ name: string;
2495
+ }> | undefined;
2496
+ d1?: Record<string, string | {
2497
+ id: string;
2498
+ } | {
2499
+ name: string;
2500
+ }> | undefined;
2501
+ r2?: Record<string, string> | undefined;
2502
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
2503
+ queues?: {
2504
+ producers?: Record<string, string> | undefined;
2505
+ consumers?: {
2506
+ queue: string;
2507
+ maxBatchSize?: number | undefined;
2508
+ maxBatchTimeout?: number | undefined;
2509
+ maxRetries?: number | undefined;
2510
+ deadLetterQueue?: string | undefined;
2511
+ maxConcurrency?: number | undefined;
2512
+ retryDelay?: number | undefined;
2513
+ }[] | undefined;
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;
2530
+ services?: Record<string, {
2531
+ service: string;
2532
+ environment?: string;
2533
+ entrypoint?: string;
2534
+ __ref?: unknown;
2535
+ }> | undefined;
2536
+ ai?: {
2537
+ binding: string;
2538
+ remote?: boolean | undefined;
2539
+ staging?: boolean | undefined;
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;
2549
+ vectorize?: Record<string, {
2550
+ indexName: string;
2551
+ remote?: boolean | undefined;
2552
+ }> | undefined;
2553
+ hyperdrive?: Record<string, string | {
2554
+ id: string;
2555
+ localConnectionString?: string | undefined;
2556
+ } | {
2557
+ name: string;
2558
+ localConnectionString?: string | undefined;
2559
+ previewFallback?: "base" | undefined;
2560
+ previewId?: string | undefined;
2561
+ previewLocalConnectionString?: string | undefined;
2562
+ }> | undefined;
2563
+ browser?: Record<string, string | {
2564
+ remote?: boolean | undefined;
2565
+ }> | undefined;
2566
+ analyticsEngine?: Record<string, {
2567
+ dataset: string;
2568
+ }> | undefined;
2569
+ sendEmail?: Record<string, {
2570
+ destinationAddress?: string | undefined;
2571
+ allowedDestinationAddresses?: string[] | undefined;
2572
+ allowedSenderAddresses?: string[] | undefined;
2573
+ }> | undefined;
2574
+ mtlsCertificates?: Record<string, string | {
2575
+ certificateId: string;
2576
+ remote?: boolean | undefined;
2577
+ } | {
2578
+ certificate_id: string;
2579
+ remote?: boolean | undefined;
2580
+ }> | undefined;
2581
+ dispatchNamespaces?: Record<string, string | {
2582
+ namespace: string;
2583
+ outbound?: {
2584
+ service: string;
2585
+ environment?: string | undefined;
2586
+ parameters?: string[] | undefined;
2587
+ } | undefined;
2588
+ remote?: boolean | undefined;
2589
+ }> | undefined;
2590
+ workflows?: Record<string, {
2591
+ name: string;
2592
+ className: string;
2593
+ scriptName?: string | undefined;
2594
+ remote?: boolean | undefined;
2595
+ limits?: {
2596
+ steps: number;
2597
+ } | undefined;
2598
+ }> | undefined;
2599
+ pipelines?: Record<string, string | {
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;
2612
+ }> | undefined;
2613
+ } | undefined;
2614
+ triggers?: {
2615
+ crons?: string[] | undefined;
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;
2629
+ vars?: Record<string, string> | undefined;
2630
+ secrets?: Record<string, {
2631
+ required: boolean;
2632
+ }> | undefined;
2633
+ routes?: {
2634
+ pattern: string;
2635
+ zone_name?: string | undefined;
2636
+ zone_id?: string | undefined;
2637
+ custom_domain?: boolean | undefined;
2638
+ }[] | undefined;
2639
+ wsRoutes?: {
2640
+ pattern: string;
2641
+ doNamespace: string;
2642
+ idParam: string;
2643
+ forwardPath: string;
2644
+ }[] | undefined;
2645
+ assets?: {
2646
+ directory: string;
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;
2675
+ } | undefined;
2676
+ limits?: {
2677
+ cpu_ms?: number | undefined;
2678
+ subrequests?: number | undefined;
2679
+ } | undefined;
2680
+ observability?: {
2681
+ enabled?: boolean | undefined;
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;
2696
+ } | undefined;
2697
+ migrations?: {
2698
+ tag: string;
2699
+ new_classes?: string[] | undefined;
2700
+ renamed_classes?: {
2701
+ from: string;
2702
+ to: string;
2703
+ }[] | undefined;
2704
+ deleted_classes?: string[] | undefined;
2705
+ new_sqlite_classes?: string[] | undefined;
2706
+ }[] | undefined;
2707
+ rolldown?: {
2708
+ target?: string | undefined;
2709
+ minify?: boolean | undefined;
2710
+ sourcemap?: boolean | undefined;
2711
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
2712
+ } | undefined;
2713
+ vite?: import("zod").objectOutputType<{
2714
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
2715
+ }, import("zod").ZodUnknown, "strip"> | undefined;
2716
+ wrangler?: {
2717
+ passthrough?: Record<string, unknown> | undefined;
2718
+ } | undefined;
2719
+ env?: Record<string, {
2720
+ name?: string | undefined;
2721
+ secretsStoreId?: string | undefined;
2722
+ compatibilityDate?: string | undefined;
2723
+ compatibilityFlags?: string[] | undefined;
2724
+ previews?: {
2725
+ includeCrons: boolean;
2726
+ } | undefined;
2727
+ files?: {
2728
+ fetch?: string | false | undefined;
2729
+ queue?: string | false | undefined;
2730
+ scheduled?: string | false | undefined;
2731
+ email?: string | false | undefined;
2732
+ tail?: string | false | undefined;
2733
+ durableObjects?: string | false | undefined;
2734
+ entrypoints?: string | false | undefined;
2735
+ workflows?: string | false | undefined;
2736
+ routes?: false | {
2737
+ dir: string;
2738
+ prefix?: string | undefined;
2739
+ } | undefined;
2740
+ transport?: string | null | undefined;
2741
+ } | undefined;
2742
+ bindings?: {
2743
+ kv?: Record<string, string | {
2744
+ id: string;
2745
+ } | {
2746
+ name: string;
2747
+ }> | undefined;
2748
+ d1?: Record<string, string | {
2749
+ id: string;
2750
+ } | {
2751
+ name: string;
2752
+ }> | undefined;
2753
+ r2?: Record<string, string> | undefined;
2754
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
2755
+ queues?: {
2756
+ producers?: Record<string, string> | undefined;
2757
+ consumers?: {
2758
+ queue: string;
2759
+ maxBatchSize?: number | undefined;
2760
+ maxBatchTimeout?: number | undefined;
2761
+ maxRetries?: number | undefined;
2762
+ deadLetterQueue?: string | undefined;
2763
+ maxConcurrency?: number | undefined;
2764
+ retryDelay?: number | undefined;
2765
+ }[] | undefined;
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;
2782
+ services?: Record<string, {
2783
+ service: string;
2784
+ environment?: string;
2785
+ entrypoint?: string;
2786
+ __ref?: unknown;
2787
+ }> | undefined;
2788
+ ai?: {
2789
+ binding: string;
2790
+ remote?: boolean | undefined;
2791
+ staging?: boolean | undefined;
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;
2801
+ vectorize?: Record<string, {
2802
+ indexName: string;
2803
+ remote?: boolean | undefined;
2804
+ }> | undefined;
2805
+ hyperdrive?: Record<string, string | {
2806
+ id: string;
2807
+ localConnectionString?: string | undefined;
2808
+ } | {
2809
+ name: string;
2810
+ localConnectionString?: string | undefined;
2811
+ previewFallback?: "base" | undefined;
2812
+ previewId?: string | undefined;
2813
+ previewLocalConnectionString?: string | undefined;
2814
+ }> | undefined;
2815
+ browser?: Record<string, string | {
2816
+ remote?: boolean | undefined;
2817
+ }> | undefined;
2818
+ analyticsEngine?: Record<string, {
2819
+ dataset: string;
2820
+ }> | undefined;
2821
+ sendEmail?: Record<string, {
2822
+ destinationAddress?: string | undefined;
2823
+ allowedDestinationAddresses?: string[] | undefined;
2824
+ allowedSenderAddresses?: string[] | undefined;
2825
+ }> | undefined;
2826
+ mtlsCertificates?: Record<string, string | {
2827
+ certificateId: string;
2828
+ remote?: boolean | undefined;
2829
+ } | {
2830
+ certificate_id: string;
2831
+ remote?: boolean | undefined;
2832
+ }> | undefined;
2833
+ dispatchNamespaces?: Record<string, string | {
2834
+ namespace: string;
2835
+ outbound?: {
2836
+ service: string;
2837
+ environment?: string | undefined;
2838
+ parameters?: string[] | undefined;
2839
+ } | undefined;
2840
+ remote?: boolean | undefined;
2841
+ }> | undefined;
2842
+ workflows?: Record<string, {
2843
+ name: string;
2844
+ className: string;
2845
+ scriptName?: string | undefined;
2846
+ remote?: boolean | undefined;
2847
+ limits?: {
2848
+ steps: number;
2849
+ } | undefined;
2850
+ }> | undefined;
2851
+ pipelines?: Record<string, string | {
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;
2864
+ }> | undefined;
2865
+ } | undefined;
2866
+ triggers?: {
2867
+ crons?: string[] | undefined;
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;
2881
+ vars?: Record<string, string> | undefined;
2882
+ secrets?: Record<string, {
2883
+ required: boolean;
2884
+ }> | undefined;
2885
+ routes?: {
2886
+ pattern: string;
2887
+ zone_name?: string | undefined;
2888
+ zone_id?: string | undefined;
2889
+ custom_domain?: boolean | undefined;
2890
+ }[] | undefined;
2891
+ assets?: {
2892
+ directory: string;
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;
2921
+ } | undefined;
2922
+ limits?: {
2923
+ cpu_ms?: number | undefined;
2924
+ subrequests?: number | undefined;
2925
+ } | undefined;
2926
+ observability?: {
2927
+ enabled?: boolean | undefined;
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;
2942
+ } | undefined;
2943
+ migrations?: {
2944
+ tag: string;
2945
+ new_classes?: string[] | undefined;
2946
+ renamed_classes?: {
2947
+ from: string;
2948
+ to: string;
2949
+ }[] | undefined;
2950
+ deleted_classes?: string[] | undefined;
2951
+ new_sqlite_classes?: string[] | undefined;
2952
+ }[] | undefined;
2953
+ rolldown?: {
2954
+ target?: string | undefined;
2955
+ minify?: boolean | undefined;
2956
+ sourcemap?: boolean | undefined;
2957
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
2958
+ } | undefined;
2959
+ vite?: import("zod").objectOutputType<{
2960
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
2961
+ }, import("zod").ZodUnknown, "strip"> | undefined;
2962
+ wrangler?: {
2963
+ passthrough?: Record<string, unknown> | undefined;
2964
+ } | undefined;
2965
+ }> | undefined;
2966
+ }, {
2967
+ name: string;
2968
+ accountId?: string | undefined;
2969
+ secretsStoreId?: string | undefined;
2970
+ compatibilityDate?: string | undefined;
2971
+ compatibilityFlags?: string[] | undefined;
2972
+ previews?: {
2973
+ includeCrons?: boolean | undefined;
2974
+ } | undefined;
2975
+ files?: {
2976
+ fetch?: string | false | undefined;
2977
+ queue?: string | false | undefined;
2978
+ scheduled?: string | false | undefined;
2979
+ email?: string | false | undefined;
2980
+ tail?: string | false | undefined;
2981
+ durableObjects?: string | false | undefined;
2982
+ entrypoints?: string | false | undefined;
2983
+ workflows?: string | false | undefined;
2984
+ routes?: false | {
2985
+ dir: string;
2986
+ prefix?: string | undefined;
2987
+ } | undefined;
2988
+ transport?: string | null | undefined;
2989
+ } | undefined;
2990
+ bindings?: {
2991
+ kv?: Record<string, string | {
2992
+ id: string;
2993
+ } | {
2994
+ name: string;
2995
+ }> | undefined;
2996
+ d1?: Record<string, string | {
2997
+ id: string;
2998
+ } | {
2999
+ name: string;
3000
+ }> | undefined;
3001
+ r2?: Record<string, string> | undefined;
3002
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
3003
+ queues?: {
3004
+ producers?: Record<string, string> | undefined;
3005
+ consumers?: {
3006
+ queue: string;
3007
+ maxBatchSize?: number | undefined;
3008
+ maxBatchTimeout?: number | undefined;
3009
+ maxRetries?: number | undefined;
3010
+ deadLetterQueue?: string | undefined;
3011
+ maxConcurrency?: number | undefined;
3012
+ retryDelay?: number | undefined;
3013
+ }[] | undefined;
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;
3030
+ services?: Record<string, {
3031
+ service: string;
3032
+ environment?: string;
3033
+ entrypoint?: string;
3034
+ __ref?: unknown;
3035
+ }> | undefined;
3036
+ ai?: {
3037
+ binding: string;
3038
+ remote?: boolean | undefined;
3039
+ staging?: boolean | undefined;
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;
3049
+ vectorize?: Record<string, {
3050
+ indexName: string;
3051
+ remote?: boolean | undefined;
3052
+ }> | undefined;
3053
+ hyperdrive?: Record<string, string | {
3054
+ id: string;
3055
+ localConnectionString?: string | undefined;
3056
+ } | {
3057
+ name: string;
3058
+ localConnectionString?: string | undefined;
3059
+ previewFallback?: "base" | undefined;
3060
+ previewId?: string | undefined;
3061
+ previewLocalConnectionString?: string | undefined;
3062
+ }> | undefined;
3063
+ browser?: Record<string, string | {
3064
+ remote?: boolean | undefined;
3065
+ }> | undefined;
3066
+ analyticsEngine?: Record<string, {
3067
+ dataset: string;
3068
+ }> | undefined;
3069
+ sendEmail?: Record<string, {
3070
+ destinationAddress?: string | undefined;
3071
+ allowedDestinationAddresses?: string[] | undefined;
3072
+ allowedSenderAddresses?: string[] | undefined;
3073
+ }> | undefined;
3074
+ mtlsCertificates?: Record<string, string | {
3075
+ certificateId: string;
3076
+ remote?: boolean | undefined;
3077
+ } | {
3078
+ certificate_id: string;
3079
+ remote?: boolean | undefined;
3080
+ }> | undefined;
3081
+ dispatchNamespaces?: Record<string, string | {
3082
+ namespace: string;
3083
+ outbound?: {
3084
+ service: string;
3085
+ environment?: string | undefined;
3086
+ parameters?: string[] | undefined;
3087
+ } | undefined;
3088
+ remote?: boolean | undefined;
3089
+ }> | undefined;
3090
+ workflows?: Record<string, {
3091
+ name: string;
3092
+ className: string;
3093
+ scriptName?: string | undefined;
3094
+ remote?: boolean | undefined;
3095
+ limits?: {
3096
+ steps: number;
3097
+ } | undefined;
3098
+ }> | undefined;
3099
+ pipelines?: Record<string, string | {
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;
3112
+ }> | undefined;
3113
+ } | undefined;
3114
+ triggers?: {
3115
+ crons?: string[] | undefined;
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;
3129
+ vars?: Record<string, string> | undefined;
3130
+ secrets?: Record<string, {
3131
+ required?: boolean | undefined;
3132
+ }> | undefined;
3133
+ routes?: {
3134
+ pattern: string;
3135
+ zone_name?: string | undefined;
3136
+ zone_id?: string | undefined;
3137
+ custom_domain?: boolean | undefined;
3138
+ }[] | undefined;
3139
+ wsRoutes?: {
3140
+ pattern: string;
3141
+ doNamespace: string;
3142
+ idParam?: string | undefined;
3143
+ forwardPath?: string | undefined;
3144
+ }[] | undefined;
3145
+ assets?: {
3146
+ directory: string;
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;
3175
+ } | undefined;
3176
+ limits?: {
3177
+ cpu_ms?: number | undefined;
3178
+ subrequests?: number | undefined;
3179
+ } | undefined;
3180
+ observability?: {
3181
+ enabled?: boolean | undefined;
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;
3196
+ } | undefined;
3197
+ migrations?: {
3198
+ tag: string;
3199
+ new_classes?: string[] | undefined;
3200
+ renamed_classes?: {
3201
+ from: string;
3202
+ to: string;
3203
+ }[] | undefined;
3204
+ deleted_classes?: string[] | undefined;
3205
+ new_sqlite_classes?: string[] | undefined;
3206
+ }[] | undefined;
3207
+ rolldown?: {
3208
+ target?: string | undefined;
3209
+ minify?: boolean | undefined;
3210
+ sourcemap?: boolean | undefined;
3211
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
3212
+ } | undefined;
3213
+ vite?: import("zod").objectInputType<{
3214
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
3215
+ }, import("zod").ZodUnknown, "strip"> | undefined;
3216
+ wrangler?: {
3217
+ passthrough?: Record<string, unknown> | undefined;
3218
+ } | undefined;
3219
+ env?: Record<string, {
3220
+ name?: string | undefined;
3221
+ secretsStoreId?: string | undefined;
3222
+ compatibilityDate?: string | undefined;
3223
+ compatibilityFlags?: string[] | undefined;
3224
+ previews?: {
3225
+ includeCrons?: boolean | undefined;
3226
+ } | undefined;
3227
+ files?: {
3228
+ fetch?: string | false | undefined;
3229
+ queue?: string | false | undefined;
3230
+ scheduled?: string | false | undefined;
3231
+ email?: string | false | undefined;
3232
+ tail?: string | false | undefined;
3233
+ durableObjects?: string | false | undefined;
3234
+ entrypoints?: string | false | undefined;
3235
+ workflows?: string | false | undefined;
3236
+ routes?: false | {
3237
+ dir: string;
3238
+ prefix?: string | undefined;
3239
+ } | undefined;
3240
+ transport?: string | null | undefined;
3241
+ } | undefined;
3242
+ bindings?: {
3243
+ kv?: Record<string, string | {
3244
+ id: string;
3245
+ } | {
3246
+ name: string;
3247
+ }> | undefined;
3248
+ d1?: Record<string, string | {
3249
+ id: string;
3250
+ } | {
3251
+ name: string;
3252
+ }> | undefined;
3253
+ r2?: Record<string, string> | undefined;
3254
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
3255
+ queues?: {
3256
+ producers?: Record<string, string> | undefined;
3257
+ consumers?: {
3258
+ queue: string;
3259
+ maxBatchSize?: number | undefined;
3260
+ maxBatchTimeout?: number | undefined;
3261
+ maxRetries?: number | undefined;
3262
+ deadLetterQueue?: string | undefined;
3263
+ maxConcurrency?: number | undefined;
3264
+ retryDelay?: number | undefined;
3265
+ }[] | undefined;
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;
3282
+ services?: Record<string, {
3283
+ service: string;
3284
+ environment?: string;
3285
+ entrypoint?: string;
3286
+ __ref?: unknown;
3287
+ }> | undefined;
3288
+ ai?: {
3289
+ binding: string;
3290
+ remote?: boolean | undefined;
3291
+ staging?: boolean | undefined;
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;
3301
+ vectorize?: Record<string, {
3302
+ indexName: string;
3303
+ remote?: boolean | undefined;
3304
+ }> | undefined;
3305
+ hyperdrive?: Record<string, string | {
3306
+ id: string;
3307
+ localConnectionString?: string | undefined;
3308
+ } | {
3309
+ name: string;
3310
+ localConnectionString?: string | undefined;
3311
+ previewFallback?: "base" | undefined;
3312
+ previewId?: string | undefined;
3313
+ previewLocalConnectionString?: string | undefined;
3314
+ }> | undefined;
3315
+ browser?: Record<string, string | {
3316
+ remote?: boolean | undefined;
3317
+ }> | undefined;
3318
+ analyticsEngine?: Record<string, {
3319
+ dataset: string;
3320
+ }> | undefined;
3321
+ sendEmail?: Record<string, {
3322
+ destinationAddress?: string | undefined;
3323
+ allowedDestinationAddresses?: string[] | undefined;
3324
+ allowedSenderAddresses?: string[] | undefined;
3325
+ }> | undefined;
3326
+ mtlsCertificates?: Record<string, string | {
3327
+ certificateId: string;
3328
+ remote?: boolean | undefined;
3329
+ } | {
3330
+ certificate_id: string;
3331
+ remote?: boolean | undefined;
3332
+ }> | undefined;
3333
+ dispatchNamespaces?: Record<string, string | {
3334
+ namespace: string;
3335
+ outbound?: {
3336
+ service: string;
3337
+ environment?: string | undefined;
3338
+ parameters?: string[] | undefined;
3339
+ } | undefined;
3340
+ remote?: boolean | undefined;
3341
+ }> | undefined;
3342
+ workflows?: Record<string, {
3343
+ name: string;
3344
+ className: string;
3345
+ scriptName?: string | undefined;
3346
+ remote?: boolean | undefined;
3347
+ limits?: {
3348
+ steps: number;
3349
+ } | undefined;
3350
+ }> | undefined;
3351
+ pipelines?: Record<string, string | {
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;
3364
+ }> | undefined;
3365
+ } | undefined;
3366
+ triggers?: {
3367
+ crons?: string[] | undefined;
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;
3381
+ vars?: Record<string, string> | undefined;
3382
+ secrets?: Record<string, {
3383
+ required?: boolean | undefined;
3384
+ }> | undefined;
3385
+ routes?: {
3386
+ pattern: string;
3387
+ zone_name?: string | undefined;
3388
+ zone_id?: string | undefined;
3389
+ custom_domain?: boolean | undefined;
3390
+ }[] | undefined;
3391
+ assets?: {
3392
+ directory: string;
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;
3421
+ } | undefined;
3422
+ limits?: {
3423
+ cpu_ms?: number | undefined;
3424
+ subrequests?: number | undefined;
3425
+ } | undefined;
3426
+ observability?: {
3427
+ enabled?: boolean | undefined;
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;
4442
+ } | undefined;
4443
+ migrations?: {
4444
+ tag: string;
4445
+ new_classes?: string[] | undefined;
4446
+ renamed_classes?: {
4447
+ from: string;
4448
+ to: string;
4449
+ }[] | undefined;
4450
+ deleted_classes?: string[] | undefined;
4451
+ new_sqlite_classes?: string[] | undefined;
4452
+ }[] | undefined;
4453
+ rolldown?: {
4454
+ target?: string | undefined;
4455
+ minify?: boolean | undefined;
4456
+ sourcemap?: boolean | undefined;
4457
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
4458
+ } | undefined;
4459
+ vite?: import("zod").objectInputType<{
4460
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
4461
+ }, import("zod").ZodUnknown, "strip"> | undefined;
4462
+ wrangler?: {
4463
+ passthrough?: Record<string, unknown> | undefined;
4464
+ } | undefined;
4465
+ }> | undefined;
4466
+ }>;
4467
+ export declare class ConfigNotFoundError extends Error {
4468
+ readonly code = "CONFIG_NOT_FOUND";
4469
+ constructor(..._args: ConfigNotFoundErrorArgs);
4470
+ }
4471
+ export declare class ConfigValidationError extends Error {
4472
+ readonly code = "CONFIG_VALIDATION_ERROR";
4473
+ constructor(..._args: ConfigValidationErrorArgs);
4474
+ }
4475
+ export declare class ConfigResourceResolutionError extends Error {
4476
+ readonly code = "CONFIG_RESOURCE_RESOLUTION_ERROR";
4477
+ constructor(..._args: ConfigResourceResolutionErrorArgs);
4478
+ }
4479
+ export declare const runCli: typeof import("./cli").runCli;
4480
+ export declare const parseArgs: typeof import("./cli").parseArgs;
4481
+ export declare const findDurableObjectClasses: typeof import("./transform").findDurableObjectClasses;
4482
+ export declare const findDurableObjectClassesDetailed: typeof import("./transform").findDurableObjectClasses;
4483
+ export declare const generateWrapper: typeof import("./transform").generateWrapper;
4484
+ export declare const transformDurableObject: typeof import("./transform").transformDurableObject;
4485
+ export declare const transformWorkerEntrypoint: typeof import("./transform").transformWorkerEntrypoint;
4486
+ export declare const findExportedFunctions: typeof import("./transform").findExportedFunctions;
4487
+ export declare const shouldTransformWorker: typeof import("./transform").shouldTransformWorker;
4488
+ export declare const generateRpcInterface: typeof import("./transform").generateRpcInterface;
4489
+ export declare const startMiniflare: typeof import("./bridge").startMiniflare;
4490
+ export declare const startMiniflareFromConfig: typeof import("./bridge").startMiniflareFromConfig;
4491
+ export declare const getMiniflare: typeof import("./bridge").getMiniflare;
4492
+ export declare const stopMiniflare: typeof import("./bridge").stopMiniflare;
4493
+ export declare const gateway: {
4494
+ fetch(request: Request, env: import("./bridge/server").GatewayEnv, ctx: ExecutionContext): Promise<Response>;
4495
+ };
4496
+ export declare const createTestContext: typeof import("./test").createTestContext;
4497
+ export declare const createMockTestContext: typeof import("./test").createMockTestContext;
4498
+ export declare const createMockKV: typeof import("./test").createMockKV;
4499
+ export declare const createMockD1: typeof import("./test").createMockD1;
4500
+ export declare const createMockR2: typeof import("./test").createMockR2;
4501
+ export declare const createMockQueue: typeof import("./test").createMockQueue;
4502
+ export declare const createMockEnv: typeof import("./test").createMockEnv;
4503
+ export declare const withTestContext: typeof import("./test").withTestContext;
4504
+ export { defineConfig as default } from './config/define';
4505
+ //# sourceMappingURL=browser.d.ts.map