devflare 1.0.0-next.3 → 1.0.0-next.30

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 (537) hide show
  1. package/LLM.md +15961 -1751
  2. package/README.md +389 -605
  3. package/bin/devflare.js +24 -14
  4. package/dist/account-fvf5gxc9.js +475 -0
  5. package/dist/api-2n6dd2ws.js +33 -0
  6. package/dist/bridge/client.d.ts +48 -6
  7. package/dist/bridge/client.d.ts.map +1 -1
  8. package/dist/bridge/gateway-runtime.d.ts +8 -0
  9. package/dist/bridge/gateway-runtime.d.ts.map +1 -0
  10. package/dist/bridge/index.d.ts +3 -3
  11. package/dist/bridge/index.d.ts.map +1 -1
  12. package/dist/bridge/log.d.ts +5 -0
  13. package/dist/bridge/log.d.ts.map +1 -0
  14. package/dist/bridge/miniflare.d.ts +74 -1
  15. package/dist/bridge/miniflare.d.ts.map +1 -1
  16. package/dist/bridge/proxy.d.ts +11 -10
  17. package/dist/bridge/proxy.d.ts.map +1 -1
  18. package/dist/bridge/server.d.ts +2 -1
  19. package/dist/bridge/server.d.ts.map +1 -1
  20. package/dist/bridge/v2/body-streams.d.ts +53 -0
  21. package/dist/bridge/v2/body-streams.d.ts.map +1 -0
  22. package/dist/bridge/v2/codec.d.ts +106 -0
  23. package/dist/bridge/v2/codec.d.ts.map +1 -0
  24. package/dist/bridge/v2/control-messages.d.ts +51 -0
  25. package/dist/bridge/v2/control-messages.d.ts.map +1 -0
  26. package/dist/bridge/v2/frames.d.ts +109 -0
  27. package/dist/bridge/v2/frames.d.ts.map +1 -0
  28. package/dist/bridge/v2/index.d.ts +11 -0
  29. package/dist/bridge/v2/index.d.ts.map +1 -0
  30. package/dist/bridge/v2/serialization.d.ts +48 -0
  31. package/dist/bridge/v2/serialization.d.ts.map +1 -0
  32. package/dist/bridge/v2/transport.d.ts +31 -0
  33. package/dist/bridge/v2/transport.d.ts.map +1 -0
  34. package/dist/bridge/v2/value-codec.d.ts +61 -0
  35. package/dist/bridge/v2/value-codec.d.ts.map +1 -0
  36. package/dist/bridge/{serialization.d.ts → v2/value-serialization.d.ts} +40 -18
  37. package/dist/bridge/v2/value-serialization.d.ts.map +1 -0
  38. package/dist/bridge/{protocol.d.ts → v2/wire.d.ts} +28 -4
  39. package/dist/bridge/v2/wire.d.ts.map +1 -0
  40. package/dist/bridge/v2/ws-relay.d.ts +53 -0
  41. package/dist/bridge/v2/ws-relay.d.ts.map +1 -0
  42. package/dist/browser-shim/handler.d.ts +1 -1
  43. package/dist/browser-shim/handler.d.ts.map +1 -1
  44. package/dist/browser-shim/server.d.ts +63 -0
  45. package/dist/browser-shim/server.d.ts.map +1 -1
  46. package/dist/browser.d.ts +4585 -0
  47. package/dist/browser.d.ts.map +1 -0
  48. package/dist/browser.js +147 -0
  49. package/dist/build-x1fhfsgs.js +54 -0
  50. package/dist/bundler/defaults.d.ts +23 -0
  51. package/dist/bundler/defaults.d.ts.map +1 -0
  52. package/dist/bundler/do-bundler.d.ts +7 -0
  53. package/dist/bundler/do-bundler.d.ts.map +1 -1
  54. package/dist/bundler/index.d.ts +2 -0
  55. package/dist/bundler/index.d.ts.map +1 -1
  56. package/dist/bundler/rolldown-shared.d.ts +53 -0
  57. package/dist/bundler/rolldown-shared.d.ts.map +1 -0
  58. package/dist/bundler/worker-bundler.d.ts +13 -0
  59. package/dist/bundler/worker-bundler.d.ts.map +1 -0
  60. package/dist/bundler/worker-compat.d.ts +4 -0
  61. package/dist/bundler/worker-compat.d.ts.map +1 -0
  62. package/dist/cli/build-manifest.d.ts +66 -0
  63. package/dist/cli/build-manifest.d.ts.map +1 -0
  64. package/dist/cli/command-utils.d.ts +18 -0
  65. package/dist/cli/command-utils.d.ts.map +1 -0
  66. package/dist/cli/commands/account.d.ts +1 -1
  67. package/dist/cli/commands/account.d.ts.map +1 -1
  68. package/dist/cli/commands/build-artifacts.d.ts +40 -0
  69. package/dist/cli/commands/build-artifacts.d.ts.map +1 -0
  70. package/dist/cli/commands/build.d.ts.map +1 -1
  71. package/dist/cli/commands/config.d.ts +4 -0
  72. package/dist/cli/commands/config.d.ts.map +1 -0
  73. package/dist/cli/commands/deploy/metadata.d.ts +18 -0
  74. package/dist/cli/commands/deploy/metadata.d.ts.map +1 -0
  75. package/dist/cli/commands/deploy/prepare.d.ts +23 -0
  76. package/dist/cli/commands/deploy/prepare.d.ts.map +1 -0
  77. package/dist/cli/commands/deploy/runtime.d.ts +4 -0
  78. package/dist/cli/commands/deploy/runtime.d.ts.map +1 -0
  79. package/dist/cli/commands/deploy/verification.d.ts +36 -0
  80. package/dist/cli/commands/deploy/verification.d.ts.map +1 -0
  81. package/dist/cli/commands/deploy.d.ts +2 -2
  82. package/dist/cli/commands/deploy.d.ts.map +1 -1
  83. package/dist/cli/commands/dev.d.ts +8 -0
  84. package/dist/cli/commands/dev.d.ts.map +1 -1
  85. package/dist/cli/commands/doctor.d.ts.map +1 -1
  86. package/dist/cli/commands/init.d.ts.map +1 -1
  87. package/dist/cli/commands/login.d.ts +4 -0
  88. package/dist/cli/commands/login.d.ts.map +1 -0
  89. package/dist/cli/commands/previews-support/cleanup.d.ts +9 -0
  90. package/dist/cli/commands/previews-support/cleanup.d.ts.map +1 -0
  91. package/dist/cli/commands/previews-support/family.d.ts +10 -0
  92. package/dist/cli/commands/previews-support/family.d.ts.map +1 -0
  93. package/dist/cli/commands/previews-support/render.d.ts +8 -0
  94. package/dist/cli/commands/previews-support/render.d.ts.map +1 -0
  95. package/dist/cli/commands/previews-support/theme.d.ts +10 -0
  96. package/dist/cli/commands/previews-support/theme.d.ts.map +1 -0
  97. package/dist/cli/commands/previews-support/types.d.ts +70 -0
  98. package/dist/cli/commands/previews-support/types.d.ts.map +1 -0
  99. package/dist/cli/commands/previews.d.ts +4 -0
  100. package/dist/cli/commands/previews.d.ts.map +1 -0
  101. package/dist/cli/commands/productions.d.ts +4 -0
  102. package/dist/cli/commands/productions.d.ts.map +1 -0
  103. package/dist/cli/commands/secrets.d.ts +4 -0
  104. package/dist/cli/commands/secrets.d.ts.map +1 -0
  105. package/dist/cli/commands/token.d.ts +4 -0
  106. package/dist/cli/commands/token.d.ts.map +1 -0
  107. package/dist/cli/commands/type-generation/discovery.d.ts +7 -0
  108. package/dist/cli/commands/type-generation/discovery.d.ts.map +1 -0
  109. package/dist/cli/commands/type-generation/generator.d.ts +112 -0
  110. package/dist/cli/commands/type-generation/generator.d.ts.map +1 -0
  111. package/dist/cli/commands/type-generation/models.d.ts +27 -0
  112. package/dist/cli/commands/type-generation/models.d.ts.map +1 -0
  113. package/dist/cli/commands/types.d.ts.map +1 -1
  114. package/dist/cli/commands/worker.d.ts +4 -0
  115. package/dist/cli/commands/worker.d.ts.map +1 -0
  116. package/dist/cli/config-path.d.ts +6 -0
  117. package/dist/cli/config-path.d.ts.map +1 -0
  118. package/dist/cli/dependencies.d.ts +1 -0
  119. package/dist/cli/dependencies.d.ts.map +1 -1
  120. package/dist/cli/deploy-strategy.d.ts +17 -0
  121. package/dist/cli/deploy-strategy.d.ts.map +1 -0
  122. package/dist/cli/deploy-target.d.ts +17 -0
  123. package/dist/cli/deploy-target.d.ts.map +1 -0
  124. package/dist/cli/generated-artifacts.d.ts +12 -0
  125. package/dist/cli/generated-artifacts.d.ts.map +1 -0
  126. package/dist/cli/help-pages/pages/account.d.ts +3 -0
  127. package/dist/cli/help-pages/pages/account.d.ts.map +1 -0
  128. package/dist/cli/help-pages/pages/core.d.ts +4 -0
  129. package/dist/cli/help-pages/pages/core.d.ts.map +1 -0
  130. package/dist/cli/help-pages/pages/index.d.ts +3 -0
  131. package/dist/cli/help-pages/pages/index.d.ts.map +1 -0
  132. package/dist/cli/help-pages/pages/misc.d.ts +3 -0
  133. package/dist/cli/help-pages/pages/misc.d.ts.map +1 -0
  134. package/dist/cli/help-pages/pages/previews.d.ts +3 -0
  135. package/dist/cli/help-pages/pages/previews.d.ts.map +1 -0
  136. package/dist/cli/help-pages/pages/productions.d.ts +3 -0
  137. package/dist/cli/help-pages/pages/productions.d.ts.map +1 -0
  138. package/dist/cli/help-pages/render.d.ts +12 -0
  139. package/dist/cli/help-pages/render.d.ts.map +1 -0
  140. package/dist/cli/help-pages/shared.d.ts +15 -0
  141. package/dist/cli/help-pages/shared.d.ts.map +1 -0
  142. package/dist/cli/help-pages/types.d.ts +23 -0
  143. package/dist/cli/help-pages/types.d.ts.map +1 -0
  144. package/dist/cli/help.d.ts +6 -0
  145. package/dist/cli/help.d.ts.map +1 -0
  146. package/dist/cli/index.d.ts +1 -0
  147. package/dist/cli/index.d.ts.map +1 -1
  148. package/dist/cli/index.js +12 -0
  149. package/dist/cli/package-metadata.d.ts +16 -0
  150. package/dist/cli/package-metadata.d.ts.map +1 -0
  151. package/dist/cli/preview-bindings.d.ts +49 -0
  152. package/dist/cli/preview-bindings.d.ts.map +1 -0
  153. package/dist/cli/preview.d.ts +10 -0
  154. package/dist/cli/preview.d.ts.map +1 -0
  155. package/dist/cli/ui.d.ts +37 -0
  156. package/dist/cli/ui.d.ts.map +1 -0
  157. package/dist/cli/workspace-build-guard.d.ts +14 -0
  158. package/dist/cli/workspace-build-guard.d.ts.map +1 -0
  159. package/dist/cloudflare/account-core.d.ts +6 -0
  160. package/dist/cloudflare/account-core.d.ts.map +1 -0
  161. package/dist/cloudflare/account-resources.d.ts +40 -0
  162. package/dist/cloudflare/account-resources.d.ts.map +1 -0
  163. package/dist/cloudflare/account-status.d.ts +11 -0
  164. package/dist/cloudflare/account-status.d.ts.map +1 -0
  165. package/dist/cloudflare/account-workers.d.ts +14 -0
  166. package/dist/cloudflare/account-workers.d.ts.map +1 -0
  167. package/dist/cloudflare/account.d.ts +7 -64
  168. package/dist/cloudflare/account.d.ts.map +1 -1
  169. package/dist/cloudflare/api.d.ts +71 -3
  170. package/dist/cloudflare/api.d.ts.map +1 -1
  171. package/dist/cloudflare/auth.d.ts.map +1 -1
  172. package/dist/cloudflare/index.d.ts +57 -2
  173. package/dist/cloudflare/index.d.ts.map +1 -1
  174. package/dist/cloudflare/index.js +49 -2
  175. package/dist/cloudflare/known-permission-group-ids.generated.d.ts +10 -0
  176. package/dist/cloudflare/known-permission-group-ids.generated.d.ts.map +1 -0
  177. package/dist/cloudflare/kv-namespace.d.ts +4 -0
  178. package/dist/cloudflare/kv-namespace.d.ts.map +1 -0
  179. package/dist/cloudflare/preferences.d.ts +7 -0
  180. package/dist/cloudflare/preferences.d.ts.map +1 -1
  181. package/dist/cloudflare/preview-registry-cache.d.ts +6 -0
  182. package/dist/cloudflare/preview-registry-cache.d.ts.map +1 -0
  183. package/dist/cloudflare/preview-registry-inference.d.ts +14 -0
  184. package/dist/cloudflare/preview-registry-inference.d.ts.map +1 -0
  185. package/dist/cloudflare/preview-registry-records.d.ts +4 -0
  186. package/dist/cloudflare/preview-registry-records.d.ts.map +1 -0
  187. package/dist/cloudflare/preview-registry-shape.d.ts +47 -0
  188. package/dist/cloudflare/preview-registry-shape.d.ts.map +1 -0
  189. package/dist/cloudflare/preview-registry-store.d.ts +14 -0
  190. package/dist/cloudflare/preview-registry-store.d.ts.map +1 -0
  191. package/dist/cloudflare/preview-registry-transport.d.ts +4 -0
  192. package/dist/cloudflare/preview-registry-transport.d.ts.map +1 -0
  193. package/dist/cloudflare/preview-registry-types.d.ts +103 -0
  194. package/dist/cloudflare/preview-registry-types.d.ts.map +1 -0
  195. package/dist/cloudflare/preview-registry.d.ts +42 -0
  196. package/dist/cloudflare/preview-registry.d.ts.map +1 -0
  197. package/dist/cloudflare/preview-urls.d.ts +3 -0
  198. package/dist/cloudflare/preview-urls.d.ts.map +1 -0
  199. package/dist/cloudflare/registry-schema.d.ts +253 -0
  200. package/dist/cloudflare/registry-schema.d.ts.map +1 -0
  201. package/dist/cloudflare/tokens.d.ts +44 -0
  202. package/dist/cloudflare/tokens.d.ts.map +1 -0
  203. package/dist/cloudflare/types.d.ts +124 -7
  204. package/dist/cloudflare/types.d.ts.map +1 -1
  205. package/dist/cloudflare/usage.d.ts +30 -2
  206. package/dist/cloudflare/usage.d.ts.map +1 -1
  207. package/dist/config/binding-resolution-helpers.d.ts +41 -0
  208. package/dist/config/binding-resolution-helpers.d.ts.map +1 -0
  209. package/dist/config/compatibility.d.ts +3 -0
  210. package/dist/config/compatibility.d.ts.map +1 -0
  211. package/dist/config/compiler/bindings.d.ts +14 -0
  212. package/dist/config/compiler/bindings.d.ts.map +1 -0
  213. package/dist/config/compiler/core-helpers.d.ts +6 -0
  214. package/dist/config/compiler/core-helpers.d.ts.map +1 -0
  215. package/dist/config/compiler/do-workers.d.ts +34 -0
  216. package/dist/config/compiler/do-workers.d.ts.map +1 -0
  217. package/dist/config/compiler/paths.d.ts +18 -0
  218. package/dist/config/compiler/paths.d.ts.map +1 -0
  219. package/dist/config/compiler/types.d.ts +267 -0
  220. package/dist/config/compiler/types.d.ts.map +1 -0
  221. package/dist/config/compiler.d.ts +22 -134
  222. package/dist/config/compiler.d.ts.map +1 -1
  223. package/dist/config/define.d.ts +7 -4
  224. package/dist/config/define.d.ts.map +1 -1
  225. package/dist/config/deploy-resources.d.ts +58 -0
  226. package/dist/config/deploy-resources.d.ts.map +1 -0
  227. package/dist/config/env-vars.d.ts +309 -0
  228. package/dist/config/env-vars.d.ts.map +1 -0
  229. package/dist/config/framework-providers.d.ts +9 -0
  230. package/dist/config/framework-providers.d.ts.map +1 -0
  231. package/dist/config/index.d.ts +12 -5
  232. package/dist/config/index.d.ts.map +1 -1
  233. package/dist/config/loader.d.ts +1 -0
  234. package/dist/config/loader.d.ts.map +1 -1
  235. package/dist/config/local-dev-vars.d.ts +15 -0
  236. package/dist/config/local-dev-vars.d.ts.map +1 -0
  237. package/dist/config/preview-resources.d.ts +83 -0
  238. package/dist/config/preview-resources.d.ts.map +1 -0
  239. package/dist/config/preview.d.ts +31 -0
  240. package/dist/config/preview.d.ts.map +1 -0
  241. package/dist/config/ref.d.ts +14 -23
  242. package/dist/config/ref.d.ts.map +1 -1
  243. package/dist/config/resolve-phased.d.ts +72 -0
  244. package/dist/config/resolve-phased.d.ts.map +1 -0
  245. package/dist/config/resolve.d.ts +11 -0
  246. package/dist/config/resolve.d.ts.map +1 -0
  247. package/dist/config/resource-resolution.d.ts +80 -0
  248. package/dist/config/resource-resolution.d.ts.map +1 -0
  249. package/dist/config/schema-bindings.d.ts +1495 -0
  250. package/dist/config/schema-bindings.d.ts.map +1 -0
  251. package/dist/config/schema-build.d.ts +67 -0
  252. package/dist/config/schema-build.d.ts.map +1 -0
  253. package/dist/config/schema-env.d.ts +3005 -0
  254. package/dist/config/schema-env.d.ts.map +1 -0
  255. package/dist/config/schema-normalization.d.ts +184 -0
  256. package/dist/config/schema-normalization.d.ts.map +1 -0
  257. package/dist/config/schema-runtime.d.ts +500 -0
  258. package/dist/config/schema-runtime.d.ts.map +1 -0
  259. package/dist/config/schema-types-bindings-platform.d.ts +378 -0
  260. package/dist/config/schema-types-bindings-platform.d.ts.map +1 -0
  261. package/dist/config/schema-types-bindings-resources.d.ts +551 -0
  262. package/dist/config/schema-types-bindings-resources.d.ts.map +1 -0
  263. package/dist/config/schema-types-bindings.d.ts +254 -0
  264. package/dist/config/schema-types-bindings.d.ts.map +1 -0
  265. package/dist/config/schema-types-build.d.ts +86 -0
  266. package/dist/config/schema-types-build.d.ts.map +1 -0
  267. package/dist/config/schema-types-runtime.d.ts +917 -0
  268. package/dist/config/schema-types-runtime.d.ts.map +1 -0
  269. package/dist/config/schema-types.d.ts +390 -0
  270. package/dist/config/schema-types.d.ts.map +1 -0
  271. package/dist/config/schema.d.ts +4495 -2214
  272. package/dist/config/schema.d.ts.map +1 -1
  273. package/dist/config/service-bindings-validation.d.ts +36 -0
  274. package/dist/config/service-bindings-validation.d.ts.map +1 -0
  275. package/dist/config-2d6x21jn.js +105 -0
  276. package/dist/config-entry.d.ts +7 -0
  277. package/dist/config-entry.d.ts.map +1 -0
  278. package/dist/config-entry.js +16 -0
  279. package/dist/decorators/durable-object.d.ts.map +1 -1
  280. package/dist/deploy-g85w9drn.js +1066 -0
  281. package/dist/dev-server/d1-migrations.d.ts +36 -0
  282. package/dist/dev-server/d1-migrations.d.ts.map +1 -0
  283. package/dist/dev-server/dev-server-state.d.ts +59 -0
  284. package/dist/dev-server/dev-server-state.d.ts.map +1 -0
  285. package/dist/dev-server/gateway-script.d.ts +21 -0
  286. package/dist/dev-server/gateway-script.d.ts.map +1 -0
  287. package/dist/dev-server/miniflare-bindings.d.ts +59 -0
  288. package/dist/dev-server/miniflare-bindings.d.ts.map +1 -0
  289. package/dist/dev-server/miniflare-dev-config.d.ts +36 -0
  290. package/dist/dev-server/miniflare-dev-config.d.ts.map +1 -0
  291. package/dist/dev-server/miniflare-log.d.ts +20 -0
  292. package/dist/dev-server/miniflare-log.d.ts.map +1 -0
  293. package/dist/dev-server/miniflare-worker-config.d.ts +74 -0
  294. package/dist/dev-server/miniflare-worker-config.d.ts.map +1 -0
  295. package/dist/dev-server/reload-queue.d.ts +13 -0
  296. package/dist/dev-server/reload-queue.d.ts.map +1 -0
  297. package/dist/dev-server/runtime-stdio.d.ts +8 -0
  298. package/dist/dev-server/runtime-stdio.d.ts.map +1 -0
  299. package/dist/dev-server/server-startup-helpers.d.ts +84 -0
  300. package/dist/dev-server/server-startup-helpers.d.ts.map +1 -0
  301. package/dist/dev-server/server.d.ts +2 -0
  302. package/dist/dev-server/server.d.ts.map +1 -1
  303. package/dist/dev-server/vite-process.d.ts +15 -0
  304. package/dist/dev-server/vite-process.d.ts.map +1 -0
  305. package/dist/dev-server/vite-utils.d.ts +19 -1
  306. package/dist/dev-server/vite-utils.d.ts.map +1 -1
  307. package/dist/dev-server/worker-source-watcher.d.ts +17 -0
  308. package/dist/dev-server/worker-source-watcher.d.ts.map +1 -0
  309. package/dist/dev-server/worker-surface-paths.d.ts +6 -0
  310. package/dist/dev-server/worker-surface-paths.d.ts.map +1 -0
  311. package/dist/dev-ymkq3thq.js +2609 -0
  312. package/dist/{doctor-fmgb3d28.js → doctor-sjrcz7x9.js} +104 -35
  313. package/dist/{durable-object-t4kbb0yt.js → durable-object-v3gsnybk.js} +1 -1
  314. package/dist/env.d.ts +10 -0
  315. package/dist/env.d.ts.map +1 -1
  316. package/dist/index-0gtmnw0m.js +895 -0
  317. package/dist/index-11p28kxx.js +256 -0
  318. package/dist/index-15fpa5tx.js +232 -0
  319. package/dist/index-1d4jg11n.js +542 -0
  320. package/dist/index-2sc756r1.js +1578 -0
  321. package/dist/index-3edvz3hs.js +124 -0
  322. package/dist/index-3jme4hgw.js +1234 -0
  323. package/dist/index-467tm7r4.js +1033 -0
  324. package/dist/index-5yvpk954.js +699 -0
  325. package/dist/index-627srx16.js +45 -0
  326. package/dist/index-62b3gt2g.js +12 -0
  327. package/dist/index-6sj0v0dk.js +2284 -0
  328. package/dist/index-706k4606.js +52 -0
  329. package/dist/index-7zfv1g9m.js +147 -0
  330. package/dist/index-85yjb686.js +413 -0
  331. package/dist/index-aabgympv.js +39 -0
  332. package/dist/{index-z14anrqp.js → index-aqrwyy57.js} +93 -31
  333. package/dist/index-c4jmfzz7.js +109 -0
  334. package/dist/index-c8p4njqy.js +479 -0
  335. package/dist/index-dm9q84c7.js +360 -0
  336. package/dist/index-fjmdb57t.js +581 -0
  337. package/dist/index-g4fcnwhc.js +1205 -0
  338. package/dist/{index-18hvb6gb.js → index-gn5wy09x.js} +13 -2
  339. package/dist/index-hpwa6vsw.js +239 -0
  340. package/dist/index-mg8vwqxf.js +514 -0
  341. package/dist/index-pmeashfz.js +476 -0
  342. package/dist/{index-07q6yxyc.js → index-q8f4kawk.js} +68 -32
  343. package/dist/index-qmmqww7h.js +133 -0
  344. package/dist/{index-rbht7m9r.js → index-qwgr4q7s.js} +2 -1
  345. package/dist/index-qz6nbwpw.js +111 -0
  346. package/dist/index-sqkbyw0c.js +1428 -0
  347. package/dist/index-stgn34cr.js +148 -0
  348. package/dist/index-t9y0sve5.js +155 -0
  349. package/dist/index-thwacc28.js +74 -0
  350. package/dist/index-vhqww6tt.js +307 -0
  351. package/dist/{index-1xpj0m4r.js → index-z9gy8w6b.js} +1 -1
  352. package/dist/index-za0r01bx.js +588 -0
  353. package/dist/index-zwmphmc5.js +185 -0
  354. package/dist/index.d.ts +3 -7
  355. package/dist/index.d.ts.map +1 -1
  356. package/dist/index.js +34 -269
  357. package/dist/{init-f9mgmew3.js → init-cwpergap.js} +63 -69
  358. package/dist/login-fthspvbx.js +77 -0
  359. package/dist/previews-aa16z2hj.js +1337 -0
  360. package/dist/productions-vemjgfz0.js +505 -0
  361. package/dist/runtime/context-events.d.ts +13 -0
  362. package/dist/runtime/context-events.d.ts.map +1 -0
  363. package/dist/runtime/context-types.d.ts +82 -0
  364. package/dist/runtime/context-types.d.ts.map +1 -0
  365. package/dist/runtime/context.d.ts +20 -44
  366. package/dist/runtime/context.d.ts.map +1 -1
  367. package/dist/runtime/exports.d.ts +70 -55
  368. package/dist/runtime/exports.d.ts.map +1 -1
  369. package/dist/runtime/index.d.ts +8 -1
  370. package/dist/runtime/index.d.ts.map +1 -1
  371. package/dist/runtime/index.js +108 -99
  372. package/dist/runtime/middleware.d.ts +102 -60
  373. package/dist/runtime/middleware.d.ts.map +1 -1
  374. package/dist/runtime/router/index.d.ts +7 -0
  375. package/dist/runtime/router/index.d.ts.map +1 -0
  376. package/dist/runtime/router/types.d.ts +24 -0
  377. package/dist/runtime/router/types.d.ts.map +1 -0
  378. package/dist/runtime/validation.d.ts +17 -3
  379. package/dist/runtime/validation.d.ts.map +1 -1
  380. package/dist/secrets/local-secrets.d.ts +46 -0
  381. package/dist/secrets/local-secrets.d.ts.map +1 -0
  382. package/dist/secrets-b0x50dd1.js +91 -0
  383. package/dist/shims/local-hyperdrive.d.ts +12 -0
  384. package/dist/shims/local-hyperdrive.d.ts.map +1 -0
  385. package/dist/shims/local-media-bindings.d.ts +19 -0
  386. package/dist/shims/local-media-bindings.d.ts.map +1 -0
  387. package/dist/shims/local-worker-loader.d.ts +3 -0
  388. package/dist/shims/local-worker-loader.d.ts.map +1 -0
  389. package/dist/sveltekit/index.js +169 -75
  390. package/dist/sveltekit/local-bindings.d.ts +4 -0
  391. package/dist/sveltekit/local-bindings.d.ts.map +1 -0
  392. package/dist/sveltekit/platform.d.ts +19 -1
  393. package/dist/sveltekit/platform.d.ts.map +1 -1
  394. package/dist/test/ai-search.d.ts +39 -0
  395. package/dist/test/ai-search.d.ts.map +1 -0
  396. package/dist/test/binding-hints.d.ts +11 -0
  397. package/dist/test/binding-hints.d.ts.map +1 -0
  398. package/dist/test/cf.d.ts +35 -21
  399. package/dist/test/cf.d.ts.map +1 -1
  400. package/dist/test/containers.d.ts +87 -0
  401. package/dist/test/containers.d.ts.map +1 -0
  402. package/dist/test/email.d.ts +16 -7
  403. package/dist/test/email.d.ts.map +1 -1
  404. package/dist/test/index.d.ts +5 -8
  405. package/dist/test/index.d.ts.map +1 -1
  406. package/dist/test/index.js +4641 -43
  407. package/dist/test/offline-bindings.d.ts +65 -0
  408. package/dist/test/offline-bindings.d.ts.map +1 -0
  409. package/dist/test/queue.d.ts.map +1 -1
  410. package/dist/test/remote-ai.d.ts.map +1 -1
  411. package/dist/test/remote-cloudflare.d.ts +13 -0
  412. package/dist/test/remote-cloudflare.d.ts.map +1 -0
  413. package/dist/test/remote-vectorize.d.ts.map +1 -1
  414. package/dist/test/resolve-service-bindings.d.ts +63 -3
  415. package/dist/test/resolve-service-bindings.d.ts.map +1 -1
  416. package/dist/test/scheduled.d.ts.map +1 -1
  417. package/dist/test/should-skip.d.ts +14 -18
  418. package/dist/test/should-skip.d.ts.map +1 -1
  419. package/dist/test/simple-context-bindings.d.ts +13 -0
  420. package/dist/test/simple-context-bindings.d.ts.map +1 -0
  421. package/dist/test/simple-context-durable-objects.d.ts +6 -0
  422. package/dist/test/simple-context-durable-objects.d.ts.map +1 -0
  423. package/dist/test/simple-context-env.d.ts +35 -0
  424. package/dist/test/simple-context-env.d.ts.map +1 -0
  425. package/dist/test/simple-context-gateway-script.d.ts +2 -0
  426. package/dist/test/simple-context-gateway-script.d.ts.map +1 -0
  427. package/dist/test/simple-context-handlers.d.ts +12 -0
  428. package/dist/test/simple-context-handlers.d.ts.map +1 -0
  429. package/dist/test/simple-context-lifecycle.d.ts +32 -0
  430. package/dist/test/simple-context-lifecycle.d.ts.map +1 -0
  431. package/dist/test/simple-context-mfconfig.d.ts +10 -0
  432. package/dist/test/simple-context-mfconfig.d.ts.map +1 -0
  433. package/dist/test/simple-context-multi-worker.d.ts +16 -0
  434. package/dist/test/simple-context-multi-worker.d.ts.map +1 -0
  435. package/dist/test/simple-context-paths.d.ts +40 -0
  436. package/dist/test/simple-context-paths.d.ts.map +1 -0
  437. package/dist/test/simple-context-runtime.d.ts +19 -0
  438. package/dist/test/simple-context-runtime.d.ts.map +1 -0
  439. package/dist/test/simple-context-startup.d.ts +11 -0
  440. package/dist/test/simple-context-startup.d.ts.map +1 -0
  441. package/dist/test/simple-context-transport.d.ts +14 -0
  442. package/dist/test/simple-context-transport.d.ts.map +1 -0
  443. package/dist/test/simple-context.d.ts +7 -26
  444. package/dist/test/simple-context.d.ts.map +1 -1
  445. package/dist/test/tail.d.ts +2 -1
  446. package/dist/test/tail.d.ts.map +1 -1
  447. package/dist/test/utilities/artifacts.d.ts +11 -0
  448. package/dist/test/utilities/artifacts.d.ts.map +1 -0
  449. package/dist/test/utilities/context.d.ts +39 -0
  450. package/dist/test/utilities/context.d.ts.map +1 -0
  451. package/dist/test/utilities/d1.d.ts +21 -0
  452. package/dist/test/utilities/d1.d.ts.map +1 -0
  453. package/dist/test/utilities/env.d.ts +40 -0
  454. package/dist/test/utilities/env.d.ts.map +1 -0
  455. package/dist/test/utilities/kv.d.ts +11 -0
  456. package/dist/test/utilities/kv.d.ts.map +1 -0
  457. package/dist/test/utilities/media.d.ts +16 -0
  458. package/dist/test/utilities/media.d.ts.map +1 -0
  459. package/dist/test/utilities/platform.d.ts +41 -0
  460. package/dist/test/utilities/platform.d.ts.map +1 -0
  461. package/dist/test/utilities/queue.d.ts +5 -0
  462. package/dist/test/utilities/queue.d.ts.map +1 -0
  463. package/dist/test/utilities/r2.d.ts +2 -0
  464. package/dist/test/utilities/r2.d.ts.map +1 -0
  465. package/dist/test/utilities/workflows.d.ts +26 -0
  466. package/dist/test/utilities/workflows.d.ts.map +1 -0
  467. package/dist/test/utilities.d.ts +10 -98
  468. package/dist/test/utilities.d.ts.map +1 -1
  469. package/dist/test/worker.d.ts +6 -0
  470. package/dist/test/worker.d.ts.map +1 -1
  471. package/dist/token-35jcdqq8.js +419 -0
  472. package/dist/transform/durable-object.d.ts.map +1 -1
  473. package/dist/transform/worker-entrypoint.d.ts +5 -0
  474. package/dist/transform/worker-entrypoint.d.ts.map +1 -1
  475. package/dist/types-03w8zkg6.js +705 -0
  476. package/dist/utils/entrypoint-discovery.d.ts +6 -3
  477. package/dist/utils/entrypoint-discovery.d.ts.map +1 -1
  478. package/dist/utils/resolve-package.d.ts.map +1 -1
  479. package/dist/utils/send-email.d.ts +15 -0
  480. package/dist/utils/send-email.d.ts.map +1 -0
  481. package/dist/utils/send-email.js +19 -0
  482. package/dist/vite/config-file.d.ts +25 -0
  483. package/dist/vite/config-file.d.ts.map +1 -0
  484. package/dist/vite/index.d.ts +1 -0
  485. package/dist/vite/index.d.ts.map +1 -1
  486. package/dist/vite/index.js +25 -331
  487. package/dist/vite/plugin-config-hook.d.ts +28 -0
  488. package/dist/vite/plugin-config-hook.d.ts.map +1 -0
  489. package/dist/vite/plugin-context.d.ts +27 -0
  490. package/dist/vite/plugin-context.d.ts.map +1 -0
  491. package/dist/vite/plugin-durable-objects.d.ts +18 -0
  492. package/dist/vite/plugin-durable-objects.d.ts.map +1 -0
  493. package/dist/vite/plugin-programmatic.d.ts +44 -0
  494. package/dist/vite/plugin-programmatic.d.ts.map +1 -0
  495. package/dist/vite/plugin-service-bindings.d.ts +13 -0
  496. package/dist/vite/plugin-service-bindings.d.ts.map +1 -0
  497. package/dist/vite/plugin-transform.d.ts +41 -0
  498. package/dist/vite/plugin-transform.d.ts.map +1 -0
  499. package/dist/vite/plugin.d.ts +10 -41
  500. package/dist/vite/plugin.d.ts.map +1 -1
  501. package/dist/worker-55q6b8nc.js +513 -0
  502. package/dist/worker-entry/composed-worker.d.ts +7 -0
  503. package/dist/worker-entry/composed-worker.d.ts.map +1 -0
  504. package/dist/worker-entry/durable-object-discovery.d.ts +20 -0
  505. package/dist/worker-entry/durable-object-discovery.d.ts.map +1 -0
  506. package/dist/worker-entry/extensions.d.ts +5 -0
  507. package/dist/worker-entry/extensions.d.ts.map +1 -0
  508. package/dist/worker-entry/routes.d.ts +22 -0
  509. package/dist/worker-entry/routes.d.ts.map +1 -0
  510. package/dist/worker-entry/surface-paths.d.ts +26 -0
  511. package/dist/worker-entry/surface-paths.d.ts.map +1 -0
  512. package/dist/{worker-entrypoint-m9th0rg0.js → worker-entrypoint-3rmzd4c1.js} +3 -1
  513. package/dist/workflows/local-workflow-entrypoints.d.ts +7 -0
  514. package/dist/workflows/local-workflow-entrypoints.d.ts.map +1 -0
  515. package/package.json +154 -115
  516. package/dist/account-rvrj687w.js +0 -397
  517. package/dist/bridge/protocol.d.ts.map +0 -1
  518. package/dist/bridge/serialization.d.ts.map +0 -1
  519. package/dist/browser-shim/worker.d.ts +0 -14
  520. package/dist/browser-shim/worker.d.ts.map +0 -1
  521. package/dist/build-mnf6v8gd.js +0 -53
  522. package/dist/deploy-nhceck39.js +0 -70
  523. package/dist/dev-pa8dhm20.js +0 -2162
  524. package/dist/index-67qcae0f.js +0 -183
  525. package/dist/index-ep3445yc.js +0 -2225
  526. package/dist/index-gz1gndna.js +0 -307
  527. package/dist/index-hcex3rgh.js +0 -266
  528. package/dist/index-m2q41jwa.js +0 -462
  529. package/dist/index-n7rs26ft.js +0 -77
  530. package/dist/index-pf5s73n9.js +0 -1413
  531. package/dist/index-tfyxa77h.js +0 -850
  532. package/dist/index-tk6ej9dj.js +0 -94
  533. package/dist/test/bridge-context.d.ts +0 -76
  534. package/dist/test/bridge-context.d.ts.map +0 -1
  535. package/dist/test/multi-worker-context.d.ts +0 -114
  536. package/dist/test/multi-worker-context.d.ts.map +0 -1
  537. package/dist/types-5nyrz1sz.js +0 -454
@@ -0,0 +1,4585 @@
1
+ export { defineConfig } from './config/define';
2
+ export { ref } from './config/ref';
3
+ export { workerName } from './workerName';
4
+ export { env, vars } 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
+ server: import("zod").ZodOptional<import("zod").ZodObject<{
32
+ host: import("zod").ZodOptional<import("zod").ZodString>;
33
+ port: import("zod").ZodOptional<import("zod").ZodNumber>;
34
+ }, "strict", import("zod").ZodTypeAny, {
35
+ host?: string | undefined;
36
+ port?: number | undefined;
37
+ }, {
38
+ host?: string | undefined;
39
+ port?: number | undefined;
40
+ }>>;
41
+ files: import("zod").ZodOptional<import("zod").ZodObject<{
42
+ fetch: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
43
+ queue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
44
+ scheduled: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
45
+ email: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
46
+ tail: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
47
+ durableObjects: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
48
+ entrypoints: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
49
+ workflows: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
50
+ routes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
51
+ dir: import("zod").ZodString;
52
+ prefix: import("zod").ZodOptional<import("zod").ZodString>;
53
+ }, "strip", import("zod").ZodTypeAny, {
54
+ dir: string;
55
+ prefix?: string | undefined;
56
+ }, {
57
+ dir: string;
58
+ prefix?: string | undefined;
59
+ }>, import("zod").ZodLiteral<false>]>>;
60
+ transport: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNull]>>;
61
+ }, "strip", import("zod").ZodTypeAny, {
62
+ fetch?: string | false | undefined;
63
+ queue?: string | false | undefined;
64
+ scheduled?: string | false | undefined;
65
+ email?: string | false | undefined;
66
+ tail?: string | false | undefined;
67
+ durableObjects?: string | false | undefined;
68
+ entrypoints?: string | false | undefined;
69
+ workflows?: string | false | undefined;
70
+ routes?: false | {
71
+ dir: string;
72
+ prefix?: string | undefined;
73
+ } | undefined;
74
+ transport?: string | null | undefined;
75
+ }, {
76
+ fetch?: string | false | undefined;
77
+ queue?: string | false | undefined;
78
+ scheduled?: string | false | undefined;
79
+ email?: string | false | undefined;
80
+ tail?: string | false | undefined;
81
+ durableObjects?: string | false | undefined;
82
+ entrypoints?: string | false | undefined;
83
+ workflows?: string | false | undefined;
84
+ routes?: false | {
85
+ dir: string;
86
+ prefix?: string | undefined;
87
+ } | undefined;
88
+ transport?: string | null | undefined;
89
+ }>>;
90
+ bindings: import("zod").ZodOptional<import("zod").ZodObject<{
91
+ kv: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
92
+ id: import("zod").ZodString;
93
+ }, "strict", import("zod").ZodTypeAny, {
94
+ id: string;
95
+ }, {
96
+ id: string;
97
+ }>, import("zod").ZodObject<{
98
+ name: import("zod").ZodString;
99
+ }, "strict", import("zod").ZodTypeAny, {
100
+ name: string;
101
+ }, {
102
+ name: string;
103
+ }>]>>>;
104
+ d1: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
105
+ id: import("zod").ZodString;
106
+ }, "strict", import("zod").ZodTypeAny, {
107
+ id: string;
108
+ }, {
109
+ id: string;
110
+ }>, import("zod").ZodObject<{
111
+ name: import("zod").ZodString;
112
+ }, "strict", import("zod").ZodTypeAny, {
113
+ name: string;
114
+ }, {
115
+ name: string;
116
+ }>]>>>;
117
+ r2: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
118
+ 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>>>;
119
+ queues: import("zod").ZodOptional<import("zod").ZodObject<{
120
+ producers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
121
+ consumers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
122
+ queue: import("zod").ZodString;
123
+ maxBatchSize: import("zod").ZodOptional<import("zod").ZodNumber>;
124
+ maxBatchTimeout: import("zod").ZodOptional<import("zod").ZodNumber>;
125
+ maxRetries: import("zod").ZodOptional<import("zod").ZodNumber>;
126
+ deadLetterQueue: import("zod").ZodOptional<import("zod").ZodString>;
127
+ maxConcurrency: import("zod").ZodOptional<import("zod").ZodNumber>;
128
+ retryDelay: import("zod").ZodOptional<import("zod").ZodNumber>;
129
+ }, "strip", import("zod").ZodTypeAny, {
130
+ queue: string;
131
+ maxBatchSize?: number | undefined;
132
+ maxBatchTimeout?: number | undefined;
133
+ maxRetries?: number | undefined;
134
+ deadLetterQueue?: string | undefined;
135
+ maxConcurrency?: number | undefined;
136
+ retryDelay?: number | undefined;
137
+ }, {
138
+ queue: string;
139
+ maxBatchSize?: number | undefined;
140
+ maxBatchTimeout?: number | undefined;
141
+ maxRetries?: number | undefined;
142
+ deadLetterQueue?: string | undefined;
143
+ maxConcurrency?: number | undefined;
144
+ retryDelay?: number | undefined;
145
+ }>, "many">>;
146
+ }, "strip", import("zod").ZodTypeAny, {
147
+ producers?: Record<string, string> | undefined;
148
+ consumers?: {
149
+ queue: string;
150
+ maxBatchSize?: number | undefined;
151
+ maxBatchTimeout?: number | undefined;
152
+ maxRetries?: number | undefined;
153
+ deadLetterQueue?: string | undefined;
154
+ maxConcurrency?: number | undefined;
155
+ retryDelay?: number | undefined;
156
+ }[] | undefined;
157
+ }, {
158
+ producers?: Record<string, string> | undefined;
159
+ consumers?: {
160
+ queue: string;
161
+ maxBatchSize?: number | undefined;
162
+ maxBatchTimeout?: number | undefined;
163
+ maxRetries?: number | undefined;
164
+ deadLetterQueue?: string | undefined;
165
+ maxConcurrency?: number | undefined;
166
+ retryDelay?: number | undefined;
167
+ }[] | undefined;
168
+ }>>;
169
+ rateLimits: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
170
+ namespaceId: import("zod").ZodString;
171
+ simple: import("zod").ZodObject<{
172
+ limit: import("zod").ZodNumber;
173
+ period: import("zod").ZodUnion<[import("zod").ZodLiteral<10>, import("zod").ZodLiteral<60>]>;
174
+ }, "strict", import("zod").ZodTypeAny, {
175
+ limit: number;
176
+ period: 10 | 60;
177
+ }, {
178
+ limit: number;
179
+ period: 10 | 60;
180
+ }>;
181
+ }, "strict", import("zod").ZodTypeAny, {
182
+ namespaceId: string;
183
+ simple: {
184
+ limit: number;
185
+ period: 10 | 60;
186
+ };
187
+ }, {
188
+ namespaceId: string;
189
+ simple: {
190
+ limit: number;
191
+ period: 10 | 60;
192
+ };
193
+ }>>>;
194
+ versionMetadata: import("zod").ZodOptional<import("zod").ZodObject<{
195
+ binding: import("zod").ZodString;
196
+ }, "strict", import("zod").ZodTypeAny, {
197
+ binding: string;
198
+ }, {
199
+ binding: string;
200
+ }>>;
201
+ workerLoaders: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{}, "strict", import("zod").ZodTypeAny, {}, {}>>>;
202
+ secretsStore: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
203
+ storeId: import("zod").ZodString;
204
+ secretName: import("zod").ZodString;
205
+ }, "strict", import("zod").ZodTypeAny, {
206
+ storeId: string;
207
+ secretName: string;
208
+ }, {
209
+ storeId: string;
210
+ secretName: string;
211
+ }>]>>>;
212
+ services: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<{
213
+ service: string;
214
+ environment?: string;
215
+ entrypoint?: string;
216
+ __ref?: unknown;
217
+ }, import("zod").ZodTypeDef, {
218
+ service: string;
219
+ environment?: string;
220
+ entrypoint?: string;
221
+ __ref?: unknown;
222
+ }>>>;
223
+ ai: import("zod").ZodOptional<import("zod").ZodObject<{
224
+ binding: import("zod").ZodString;
225
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
226
+ staging: import("zod").ZodOptional<import("zod").ZodBoolean>;
227
+ }, "strict", import("zod").ZodTypeAny, {
228
+ binding: string;
229
+ remote?: boolean | undefined;
230
+ staging?: boolean | undefined;
231
+ }, {
232
+ binding: string;
233
+ remote?: boolean | undefined;
234
+ staging?: boolean | undefined;
235
+ }>>;
236
+ aiSearchNamespaces: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
237
+ namespace: import("zod").ZodString;
238
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
239
+ }, "strict", import("zod").ZodTypeAny, {
240
+ namespace: string;
241
+ remote?: boolean | undefined;
242
+ }, {
243
+ namespace: string;
244
+ remote?: boolean | undefined;
245
+ }>>>;
246
+ aiSearch: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
247
+ instanceName: import("zod").ZodString;
248
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
249
+ }, "strict", import("zod").ZodTypeAny, {
250
+ instanceName: string;
251
+ remote?: boolean | undefined;
252
+ }, {
253
+ instanceName: string;
254
+ remote?: boolean | undefined;
255
+ }>>>;
256
+ vectorize: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
257
+ indexName: import("zod").ZodString;
258
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
259
+ }, "strip", import("zod").ZodTypeAny, {
260
+ indexName: string;
261
+ remote?: boolean | undefined;
262
+ }, {
263
+ indexName: string;
264
+ remote?: boolean | undefined;
265
+ }>>>;
266
+ hyperdrive: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
267
+ id: import("zod").ZodString;
268
+ localConnectionString: import("zod").ZodOptional<import("zod").ZodString>;
269
+ }, "strict", import("zod").ZodTypeAny, {
270
+ id: string;
271
+ localConnectionString?: string | undefined;
272
+ }, {
273
+ id: string;
274
+ localConnectionString?: string | undefined;
275
+ }>, import("zod").ZodObject<{
276
+ name: import("zod").ZodString;
277
+ localConnectionString: import("zod").ZodOptional<import("zod").ZodString>;
278
+ previewFallback: import("zod").ZodOptional<import("zod").ZodLiteral<"base">>;
279
+ previewId: import("zod").ZodOptional<import("zod").ZodString>;
280
+ previewLocalConnectionString: import("zod").ZodOptional<import("zod").ZodString>;
281
+ }, "strict", import("zod").ZodTypeAny, {
282
+ name: string;
283
+ localConnectionString?: string | undefined;
284
+ previewFallback?: "base" | undefined;
285
+ previewId?: string | undefined;
286
+ previewLocalConnectionString?: string | undefined;
287
+ }, {
288
+ name: string;
289
+ localConnectionString?: string | undefined;
290
+ previewFallback?: "base" | undefined;
291
+ previewId?: string | undefined;
292
+ previewLocalConnectionString?: string | undefined;
293
+ }>]>>>;
294
+ browser: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
295
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
296
+ }, "strict", import("zod").ZodTypeAny, {
297
+ remote?: boolean | undefined;
298
+ }, {
299
+ remote?: boolean | undefined;
300
+ }>]>>, Record<string, string | {
301
+ remote?: boolean | undefined;
302
+ }>, Record<string, string | {
303
+ remote?: boolean | undefined;
304
+ }>>>;
305
+ analyticsEngine: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
306
+ dataset: import("zod").ZodString;
307
+ }, "strip", import("zod").ZodTypeAny, {
308
+ dataset: string;
309
+ }, {
310
+ dataset: string;
311
+ }>>>;
312
+ sendEmail: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodEffects<import("zod").ZodObject<{
313
+ destinationAddress: import("zod").ZodOptional<import("zod").ZodString>;
314
+ allowedDestinationAddresses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
315
+ allowedSenderAddresses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
316
+ }, "strip", import("zod").ZodTypeAny, {
317
+ destinationAddress?: string | undefined;
318
+ allowedDestinationAddresses?: string[] | undefined;
319
+ allowedSenderAddresses?: string[] | undefined;
320
+ }, {
321
+ destinationAddress?: string | undefined;
322
+ allowedDestinationAddresses?: string[] | undefined;
323
+ allowedSenderAddresses?: string[] | undefined;
324
+ }>, {
325
+ destinationAddress?: string | undefined;
326
+ allowedDestinationAddresses?: string[] | undefined;
327
+ allowedSenderAddresses?: string[] | undefined;
328
+ }, {
329
+ destinationAddress?: string | undefined;
330
+ allowedDestinationAddresses?: string[] | undefined;
331
+ allowedSenderAddresses?: string[] | undefined;
332
+ }>>>;
333
+ mtlsCertificates: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
334
+ certificateId: import("zod").ZodString;
335
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
336
+ }, "strict", import("zod").ZodTypeAny, {
337
+ certificateId: string;
338
+ remote?: boolean | undefined;
339
+ }, {
340
+ certificateId: string;
341
+ remote?: boolean | undefined;
342
+ }>, import("zod").ZodObject<{
343
+ certificate_id: import("zod").ZodString;
344
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
345
+ }, "strict", import("zod").ZodTypeAny, {
346
+ certificate_id: string;
347
+ remote?: boolean | undefined;
348
+ }, {
349
+ certificate_id: string;
350
+ remote?: boolean | undefined;
351
+ }>]>>>;
352
+ dispatchNamespaces: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
353
+ namespace: import("zod").ZodString;
354
+ outbound: import("zod").ZodOptional<import("zod").ZodObject<{
355
+ service: import("zod").ZodString;
356
+ environment: import("zod").ZodOptional<import("zod").ZodString>;
357
+ parameters: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
358
+ }, "strict", import("zod").ZodTypeAny, {
359
+ service: string;
360
+ environment?: string | undefined;
361
+ parameters?: string[] | undefined;
362
+ }, {
363
+ service: string;
364
+ environment?: string | undefined;
365
+ parameters?: string[] | undefined;
366
+ }>>;
367
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
368
+ }, "strict", import("zod").ZodTypeAny, {
369
+ namespace: string;
370
+ outbound?: {
371
+ service: string;
372
+ environment?: string | undefined;
373
+ parameters?: string[] | undefined;
374
+ } | undefined;
375
+ remote?: boolean | undefined;
376
+ }, {
377
+ namespace: string;
378
+ outbound?: {
379
+ service: string;
380
+ environment?: string | undefined;
381
+ parameters?: string[] | undefined;
382
+ } | undefined;
383
+ remote?: boolean | undefined;
384
+ }>]>>>;
385
+ workflows: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
386
+ name: import("zod").ZodString;
387
+ className: import("zod").ZodString;
388
+ scriptName: import("zod").ZodOptional<import("zod").ZodString>;
389
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
390
+ limits: import("zod").ZodOptional<import("zod").ZodObject<{
391
+ steps: import("zod").ZodNumber;
392
+ }, "strict", import("zod").ZodTypeAny, {
393
+ steps: number;
394
+ }, {
395
+ steps: number;
396
+ }>>;
397
+ }, "strict", import("zod").ZodTypeAny, {
398
+ name: string;
399
+ className: string;
400
+ scriptName?: string | undefined;
401
+ remote?: boolean | undefined;
402
+ limits?: {
403
+ steps: number;
404
+ } | undefined;
405
+ }, {
406
+ name: string;
407
+ className: string;
408
+ scriptName?: string | undefined;
409
+ remote?: boolean | undefined;
410
+ limits?: {
411
+ steps: number;
412
+ } | undefined;
413
+ }>>>;
414
+ pipelines: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
415
+ pipeline: import("zod").ZodString;
416
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
417
+ }, "strict", import("zod").ZodTypeAny, {
418
+ pipeline: string;
419
+ remote?: boolean | undefined;
420
+ }, {
421
+ pipeline: string;
422
+ remote?: boolean | undefined;
423
+ }>]>>>;
424
+ images: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
425
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
426
+ }, "strict", import("zod").ZodTypeAny, {
427
+ remote?: boolean | undefined;
428
+ }, {
429
+ remote?: boolean | undefined;
430
+ }>, import("zod").ZodLiteral<true>]>>>, Record<string, true | {
431
+ remote?: boolean | undefined;
432
+ }> | undefined, Record<string, true | {
433
+ remote?: boolean | undefined;
434
+ }> | undefined>;
435
+ media: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
436
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
437
+ }, "strict", import("zod").ZodTypeAny, {
438
+ remote?: boolean | undefined;
439
+ }, {
440
+ remote?: boolean | undefined;
441
+ }>, import("zod").ZodLiteral<true>]>>>, Record<string, true | {
442
+ remote?: boolean | undefined;
443
+ }> | undefined, Record<string, true | {
444
+ remote?: boolean | undefined;
445
+ }> | undefined>;
446
+ artifacts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
447
+ namespace: import("zod").ZodString;
448
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
449
+ }, "strict", import("zod").ZodTypeAny, {
450
+ namespace: string;
451
+ remote?: boolean | undefined;
452
+ }, {
453
+ namespace: string;
454
+ remote?: boolean | undefined;
455
+ }>]>>>;
456
+ }, "strip", import("zod").ZodTypeAny, {
457
+ kv?: Record<string, string | {
458
+ id: string;
459
+ } | {
460
+ name: string;
461
+ }> | undefined;
462
+ d1?: Record<string, string | {
463
+ id: string;
464
+ } | {
465
+ name: string;
466
+ }> | undefined;
467
+ r2?: Record<string, string> | undefined;
468
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
469
+ queues?: {
470
+ producers?: Record<string, string> | undefined;
471
+ consumers?: {
472
+ queue: string;
473
+ maxBatchSize?: number | undefined;
474
+ maxBatchTimeout?: number | undefined;
475
+ maxRetries?: number | undefined;
476
+ deadLetterQueue?: string | undefined;
477
+ maxConcurrency?: number | undefined;
478
+ retryDelay?: number | undefined;
479
+ }[] | undefined;
480
+ } | undefined;
481
+ rateLimits?: Record<string, {
482
+ namespaceId: string;
483
+ simple: {
484
+ limit: number;
485
+ period: 10 | 60;
486
+ };
487
+ }> | undefined;
488
+ versionMetadata?: {
489
+ binding: string;
490
+ } | undefined;
491
+ workerLoaders?: Record<string, {}> | undefined;
492
+ secretsStore?: Record<string, string | {
493
+ storeId: string;
494
+ secretName: string;
495
+ }> | undefined;
496
+ services?: Record<string, {
497
+ service: string;
498
+ environment?: string;
499
+ entrypoint?: string;
500
+ __ref?: unknown;
501
+ }> | undefined;
502
+ ai?: {
503
+ binding: string;
504
+ remote?: boolean | undefined;
505
+ staging?: boolean | undefined;
506
+ } | undefined;
507
+ aiSearchNamespaces?: Record<string, {
508
+ namespace: string;
509
+ remote?: boolean | undefined;
510
+ }> | undefined;
511
+ aiSearch?: Record<string, {
512
+ instanceName: string;
513
+ remote?: boolean | undefined;
514
+ }> | undefined;
515
+ vectorize?: Record<string, {
516
+ indexName: string;
517
+ remote?: boolean | undefined;
518
+ }> | undefined;
519
+ hyperdrive?: Record<string, string | {
520
+ id: string;
521
+ localConnectionString?: string | undefined;
522
+ } | {
523
+ name: string;
524
+ localConnectionString?: string | undefined;
525
+ previewFallback?: "base" | undefined;
526
+ previewId?: string | undefined;
527
+ previewLocalConnectionString?: string | undefined;
528
+ }> | undefined;
529
+ browser?: Record<string, string | {
530
+ remote?: boolean | undefined;
531
+ }> | undefined;
532
+ analyticsEngine?: Record<string, {
533
+ dataset: string;
534
+ }> | undefined;
535
+ sendEmail?: Record<string, {
536
+ destinationAddress?: string | undefined;
537
+ allowedDestinationAddresses?: string[] | undefined;
538
+ allowedSenderAddresses?: string[] | undefined;
539
+ }> | undefined;
540
+ mtlsCertificates?: Record<string, string | {
541
+ certificateId: string;
542
+ remote?: boolean | undefined;
543
+ } | {
544
+ certificate_id: string;
545
+ remote?: boolean | undefined;
546
+ }> | undefined;
547
+ dispatchNamespaces?: Record<string, string | {
548
+ namespace: string;
549
+ outbound?: {
550
+ service: string;
551
+ environment?: string | undefined;
552
+ parameters?: string[] | undefined;
553
+ } | undefined;
554
+ remote?: boolean | undefined;
555
+ }> | undefined;
556
+ workflows?: Record<string, {
557
+ name: string;
558
+ className: string;
559
+ scriptName?: string | undefined;
560
+ remote?: boolean | undefined;
561
+ limits?: {
562
+ steps: number;
563
+ } | undefined;
564
+ }> | undefined;
565
+ pipelines?: Record<string, string | {
566
+ pipeline: string;
567
+ remote?: boolean | undefined;
568
+ }> | undefined;
569
+ images?: Record<string, true | {
570
+ remote?: boolean | undefined;
571
+ }> | undefined;
572
+ media?: Record<string, true | {
573
+ remote?: boolean | undefined;
574
+ }> | undefined;
575
+ artifacts?: Record<string, string | {
576
+ namespace: string;
577
+ remote?: boolean | undefined;
578
+ }> | undefined;
579
+ }, {
580
+ kv?: Record<string, string | {
581
+ id: string;
582
+ } | {
583
+ name: string;
584
+ }> | undefined;
585
+ d1?: Record<string, string | {
586
+ id: string;
587
+ } | {
588
+ name: string;
589
+ }> | undefined;
590
+ r2?: Record<string, string> | undefined;
591
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
592
+ queues?: {
593
+ producers?: Record<string, string> | undefined;
594
+ consumers?: {
595
+ queue: string;
596
+ maxBatchSize?: number | undefined;
597
+ maxBatchTimeout?: number | undefined;
598
+ maxRetries?: number | undefined;
599
+ deadLetterQueue?: string | undefined;
600
+ maxConcurrency?: number | undefined;
601
+ retryDelay?: number | undefined;
602
+ }[] | undefined;
603
+ } | undefined;
604
+ rateLimits?: Record<string, {
605
+ namespaceId: string;
606
+ simple: {
607
+ limit: number;
608
+ period: 10 | 60;
609
+ };
610
+ }> | undefined;
611
+ versionMetadata?: {
612
+ binding: string;
613
+ } | undefined;
614
+ workerLoaders?: Record<string, {}> | undefined;
615
+ secretsStore?: Record<string, string | {
616
+ storeId: string;
617
+ secretName: string;
618
+ }> | undefined;
619
+ services?: Record<string, {
620
+ service: string;
621
+ environment?: string;
622
+ entrypoint?: string;
623
+ __ref?: unknown;
624
+ }> | undefined;
625
+ ai?: {
626
+ binding: string;
627
+ remote?: boolean | undefined;
628
+ staging?: boolean | undefined;
629
+ } | undefined;
630
+ aiSearchNamespaces?: Record<string, {
631
+ namespace: string;
632
+ remote?: boolean | undefined;
633
+ }> | undefined;
634
+ aiSearch?: Record<string, {
635
+ instanceName: string;
636
+ remote?: boolean | undefined;
637
+ }> | undefined;
638
+ vectorize?: Record<string, {
639
+ indexName: string;
640
+ remote?: boolean | undefined;
641
+ }> | undefined;
642
+ hyperdrive?: Record<string, string | {
643
+ id: string;
644
+ localConnectionString?: string | undefined;
645
+ } | {
646
+ name: string;
647
+ localConnectionString?: string | undefined;
648
+ previewFallback?: "base" | undefined;
649
+ previewId?: string | undefined;
650
+ previewLocalConnectionString?: string | undefined;
651
+ }> | undefined;
652
+ browser?: Record<string, string | {
653
+ remote?: boolean | undefined;
654
+ }> | undefined;
655
+ analyticsEngine?: Record<string, {
656
+ dataset: string;
657
+ }> | undefined;
658
+ sendEmail?: Record<string, {
659
+ destinationAddress?: string | undefined;
660
+ allowedDestinationAddresses?: string[] | undefined;
661
+ allowedSenderAddresses?: string[] | undefined;
662
+ }> | undefined;
663
+ mtlsCertificates?: Record<string, string | {
664
+ certificateId: string;
665
+ remote?: boolean | undefined;
666
+ } | {
667
+ certificate_id: string;
668
+ remote?: boolean | undefined;
669
+ }> | undefined;
670
+ dispatchNamespaces?: Record<string, string | {
671
+ namespace: string;
672
+ outbound?: {
673
+ service: string;
674
+ environment?: string | undefined;
675
+ parameters?: string[] | undefined;
676
+ } | undefined;
677
+ remote?: boolean | undefined;
678
+ }> | undefined;
679
+ workflows?: Record<string, {
680
+ name: string;
681
+ className: string;
682
+ scriptName?: string | undefined;
683
+ remote?: boolean | undefined;
684
+ limits?: {
685
+ steps: number;
686
+ } | undefined;
687
+ }> | undefined;
688
+ pipelines?: Record<string, string | {
689
+ pipeline: string;
690
+ remote?: boolean | undefined;
691
+ }> | undefined;
692
+ images?: Record<string, true | {
693
+ remote?: boolean | undefined;
694
+ }> | undefined;
695
+ media?: Record<string, true | {
696
+ remote?: boolean | undefined;
697
+ }> | undefined;
698
+ artifacts?: Record<string, string | {
699
+ namespace: string;
700
+ remote?: boolean | undefined;
701
+ }> | undefined;
702
+ }>>;
703
+ triggers: import("zod").ZodOptional<import("zod").ZodObject<{
704
+ crons: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
705
+ }, "strip", import("zod").ZodTypeAny, {
706
+ crons?: string[] | undefined;
707
+ }, {
708
+ crons?: string[] | undefined;
709
+ }>>;
710
+ rules: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
711
+ type: import("zod").ZodEnum<["ESModule", "CommonJS", "CompiledWasm", "Text", "Data"]>;
712
+ globs: import("zod").ZodArray<import("zod").ZodString, "many">;
713
+ fallthrough: import("zod").ZodOptional<import("zod").ZodBoolean>;
714
+ }, "strict", import("zod").ZodTypeAny, {
715
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
716
+ globs: string[];
717
+ fallthrough?: boolean | undefined;
718
+ }, {
719
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
720
+ globs: string[];
721
+ fallthrough?: boolean | undefined;
722
+ }>, "many">>;
723
+ findAdditionalModules: import("zod").ZodOptional<import("zod").ZodBoolean>;
724
+ baseDir: import("zod").ZodOptional<import("zod").ZodString>;
725
+ preserveFileNames: import("zod").ZodOptional<import("zod").ZodBoolean>;
726
+ tailConsumers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
727
+ service: import("zod").ZodString;
728
+ environment: import("zod").ZodOptional<import("zod").ZodString>;
729
+ }, "strict", import("zod").ZodTypeAny, {
730
+ service: string;
731
+ environment?: string | undefined;
732
+ }, {
733
+ service: string;
734
+ environment?: string | undefined;
735
+ }>]>, "many">>;
736
+ vars: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<unknown, import("zod").ZodTypeDef, unknown>>>;
737
+ secrets: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
738
+ required: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
739
+ }, "strip", import("zod").ZodTypeAny, {
740
+ required: boolean;
741
+ }, {
742
+ required?: boolean | undefined;
743
+ }>>>;
744
+ routes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodObject<{
745
+ pattern: import("zod").ZodString;
746
+ zone_name: import("zod").ZodOptional<import("zod").ZodString>;
747
+ zone_id: import("zod").ZodOptional<import("zod").ZodString>;
748
+ custom_domain: import("zod").ZodOptional<import("zod").ZodBoolean>;
749
+ }, "strip", import("zod").ZodTypeAny, {
750
+ pattern: string;
751
+ zone_name?: string | undefined;
752
+ zone_id?: string | undefined;
753
+ custom_domain?: boolean | undefined;
754
+ }, {
755
+ pattern: string;
756
+ zone_name?: string | undefined;
757
+ zone_id?: string | undefined;
758
+ custom_domain?: boolean | undefined;
759
+ }>, {
760
+ pattern: string;
761
+ zone_name?: string | undefined;
762
+ zone_id?: string | undefined;
763
+ custom_domain?: boolean | undefined;
764
+ }, {
765
+ pattern: string;
766
+ zone_name?: string | undefined;
767
+ zone_id?: string | undefined;
768
+ custom_domain?: boolean | undefined;
769
+ }>, "many">>;
770
+ wsRoutes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
771
+ pattern: import("zod").ZodString;
772
+ doNamespace: import("zod").ZodString;
773
+ idParam: import("zod").ZodDefault<import("zod").ZodString>;
774
+ forwardPath: import("zod").ZodDefault<import("zod").ZodString>;
775
+ }, "strip", import("zod").ZodTypeAny, {
776
+ pattern: string;
777
+ doNamespace: string;
778
+ idParam: string;
779
+ forwardPath: string;
780
+ }, {
781
+ pattern: string;
782
+ doNamespace: string;
783
+ idParam?: string | undefined;
784
+ forwardPath?: string | undefined;
785
+ }>, "many">>;
786
+ assets: import("zod").ZodOptional<import("zod").ZodObject<{
787
+ directory: import("zod").ZodString;
788
+ binding: import("zod").ZodOptional<import("zod").ZodString>;
789
+ html_handling: import("zod").ZodOptional<import("zod").ZodEnum<["auto-trailing-slash", "force-trailing-slash", "drop-trailing-slash", "none"]>>;
790
+ not_found_handling: import("zod").ZodOptional<import("zod").ZodEnum<["single-page-application", "404-page", "none"]>>;
791
+ run_worker_first: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodBoolean, import("zod").ZodArray<import("zod").ZodString, "many">]>>;
792
+ }, "strict", import("zod").ZodTypeAny, {
793
+ directory: string;
794
+ binding?: string | undefined;
795
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
796
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
797
+ run_worker_first?: boolean | string[] | undefined;
798
+ }, {
799
+ directory: string;
800
+ binding?: string | undefined;
801
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
802
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
803
+ run_worker_first?: boolean | string[] | undefined;
804
+ }>>;
805
+ containers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
806
+ className: import("zod").ZodString;
807
+ image: import("zod").ZodString;
808
+ maxInstances: import("zod").ZodOptional<import("zod").ZodNumber>;
809
+ instanceType: import("zod").ZodOptional<import("zod").ZodString>;
810
+ name: import("zod").ZodOptional<import("zod").ZodString>;
811
+ imageBuildContext: import("zod").ZodOptional<import("zod").ZodString>;
812
+ imageVars: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
813
+ rolloutActiveGracePeriod: import("zod").ZodOptional<import("zod").ZodNumber>;
814
+ rolloutStepPercentage: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodArray<import("zod").ZodNumber, "many">]>>;
815
+ }, "strict", import("zod").ZodTypeAny, {
816
+ className: string;
817
+ image: string;
818
+ maxInstances?: number | undefined;
819
+ instanceType?: string | undefined;
820
+ name?: string | undefined;
821
+ imageBuildContext?: string | undefined;
822
+ imageVars?: Record<string, string> | undefined;
823
+ rolloutActiveGracePeriod?: number | undefined;
824
+ rolloutStepPercentage?: number | number[] | undefined;
825
+ }, {
826
+ className: string;
827
+ image: string;
828
+ maxInstances?: number | undefined;
829
+ instanceType?: string | undefined;
830
+ name?: string | undefined;
831
+ imageBuildContext?: string | undefined;
832
+ imageVars?: Record<string, string> | undefined;
833
+ rolloutActiveGracePeriod?: number | undefined;
834
+ rolloutStepPercentage?: number | number[] | undefined;
835
+ }>, "many">>;
836
+ placement: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodObject<{
837
+ mode: import("zod").ZodEnum<["off", "smart"]>;
838
+ hint: import("zod").ZodOptional<import("zod").ZodString>;
839
+ }, "strict", import("zod").ZodTypeAny, {
840
+ mode: "off" | "smart";
841
+ hint?: string | undefined;
842
+ }, {
843
+ mode: "off" | "smart";
844
+ hint?: string | undefined;
845
+ }>, {
846
+ mode: "off" | "smart";
847
+ hint?: string | undefined;
848
+ }, {
849
+ mode: "off" | "smart";
850
+ hint?: string | undefined;
851
+ }>, import("zod").ZodObject<{
852
+ mode: import("zod").ZodOptional<import("zod").ZodLiteral<"targeted">>;
853
+ region: import("zod").ZodString;
854
+ }, "strict", import("zod").ZodTypeAny, {
855
+ mode?: "targeted" | undefined;
856
+ region: string;
857
+ }, {
858
+ mode?: "targeted" | undefined;
859
+ region: string;
860
+ }>, import("zod").ZodObject<{
861
+ mode: import("zod").ZodOptional<import("zod").ZodLiteral<"targeted">>;
862
+ host: import("zod").ZodString;
863
+ }, "strict", import("zod").ZodTypeAny, {
864
+ mode?: "targeted" | undefined;
865
+ host: string;
866
+ }, {
867
+ mode?: "targeted" | undefined;
868
+ host: string;
869
+ }>, import("zod").ZodObject<{
870
+ mode: import("zod").ZodOptional<import("zod").ZodLiteral<"targeted">>;
871
+ hostname: import("zod").ZodString;
872
+ }, "strict", import("zod").ZodTypeAny, {
873
+ mode?: "targeted" | undefined;
874
+ hostname: string;
875
+ }, {
876
+ mode?: "targeted" | undefined;
877
+ hostname: string;
878
+ }>]>>;
879
+ limits: import("zod").ZodOptional<import("zod").ZodObject<{
880
+ cpu_ms: import("zod").ZodOptional<import("zod").ZodNumber>;
881
+ subrequests: import("zod").ZodOptional<import("zod").ZodNumber>;
882
+ }, "strict", import("zod").ZodTypeAny, {
883
+ cpu_ms?: number | undefined;
884
+ subrequests?: number | undefined;
885
+ }, {
886
+ cpu_ms?: number | undefined;
887
+ subrequests?: number | undefined;
888
+ }>>;
889
+ observability: import("zod").ZodOptional<import("zod").ZodObject<{
890
+ enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
891
+ head_sampling_rate: import("zod").ZodOptional<import("zod").ZodNumber>;
892
+ logs: import("zod").ZodOptional<import("zod").ZodObject<{
893
+ enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
894
+ head_sampling_rate: import("zod").ZodOptional<import("zod").ZodNumber>;
895
+ invocation_logs: import("zod").ZodOptional<import("zod").ZodBoolean>;
896
+ persist: import("zod").ZodOptional<import("zod").ZodBoolean>;
897
+ destinations: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
898
+ }, "strict", import("zod").ZodTypeAny, {
899
+ enabled?: boolean | undefined;
900
+ head_sampling_rate?: number | undefined;
901
+ invocation_logs?: boolean | undefined;
902
+ persist?: boolean | undefined;
903
+ destinations?: string[] | undefined;
904
+ }, {
905
+ enabled?: boolean | undefined;
906
+ head_sampling_rate?: number | undefined;
907
+ invocation_logs?: boolean | undefined;
908
+ persist?: boolean | undefined;
909
+ destinations?: string[] | undefined;
910
+ }>>;
911
+ traces: import("zod").ZodOptional<import("zod").ZodObject<{
912
+ enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
913
+ head_sampling_rate: import("zod").ZodOptional<import("zod").ZodNumber>;
914
+ persist: import("zod").ZodOptional<import("zod").ZodBoolean>;
915
+ destinations: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
916
+ }, "strict", import("zod").ZodTypeAny, {
917
+ enabled?: boolean | undefined;
918
+ head_sampling_rate?: number | undefined;
919
+ persist?: boolean | undefined;
920
+ destinations?: string[] | undefined;
921
+ }, {
922
+ enabled?: boolean | undefined;
923
+ head_sampling_rate?: number | undefined;
924
+ persist?: boolean | undefined;
925
+ destinations?: string[] | undefined;
926
+ }>>;
927
+ }, "strict", import("zod").ZodTypeAny, {
928
+ enabled?: boolean | undefined;
929
+ head_sampling_rate?: number | undefined;
930
+ logs?: {
931
+ enabled?: boolean | undefined;
932
+ head_sampling_rate?: number | undefined;
933
+ invocation_logs?: boolean | undefined;
934
+ persist?: boolean | undefined;
935
+ destinations?: string[] | undefined;
936
+ } | undefined;
937
+ traces?: {
938
+ enabled?: boolean | undefined;
939
+ head_sampling_rate?: number | undefined;
940
+ persist?: boolean | undefined;
941
+ destinations?: string[] | undefined;
942
+ } | undefined;
943
+ }, {
944
+ enabled?: boolean | undefined;
945
+ head_sampling_rate?: number | undefined;
946
+ logs?: {
947
+ enabled?: boolean | undefined;
948
+ head_sampling_rate?: number | undefined;
949
+ invocation_logs?: boolean | undefined;
950
+ persist?: boolean | undefined;
951
+ destinations?: string[] | undefined;
952
+ } | undefined;
953
+ traces?: {
954
+ enabled?: boolean | undefined;
955
+ head_sampling_rate?: number | undefined;
956
+ persist?: boolean | undefined;
957
+ destinations?: string[] | undefined;
958
+ } | undefined;
959
+ }>>;
960
+ migrations: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
961
+ tag: import("zod").ZodString;
962
+ new_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
963
+ renamed_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
964
+ from: import("zod").ZodString;
965
+ to: import("zod").ZodString;
966
+ }, "strict", import("zod").ZodTypeAny, {
967
+ from: string;
968
+ to: string;
969
+ }, {
970
+ from: string;
971
+ to: string;
972
+ }>, "many">>;
973
+ deleted_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
974
+ new_sqlite_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
975
+ }, "strict", import("zod").ZodTypeAny, {
976
+ tag: string;
977
+ new_classes?: string[] | undefined;
978
+ renamed_classes?: {
979
+ from: string;
980
+ to: string;
981
+ }[] | undefined;
982
+ deleted_classes?: string[] | undefined;
983
+ new_sqlite_classes?: string[] | undefined;
984
+ }, {
985
+ tag: string;
986
+ new_classes?: string[] | undefined;
987
+ renamed_classes?: {
988
+ from: string;
989
+ to: string;
990
+ }[] | undefined;
991
+ deleted_classes?: string[] | undefined;
992
+ new_sqlite_classes?: string[] | undefined;
993
+ }>, "many">>;
994
+ rolldown: import("zod").ZodOptional<import("zod").ZodObject<{
995
+ target: import("zod").ZodOptional<import("zod").ZodString>;
996
+ minify: import("zod").ZodOptional<import("zod").ZodBoolean>;
997
+ sourcemap: import("zod").ZodOptional<import("zod").ZodBoolean>;
998
+ options: import("zod").ZodOptional<import("zod").ZodType<import("./config/schema-build").DevflareRolldownOptions, import("zod").ZodTypeDef, import("./config/schema-build").DevflareRolldownOptions>>;
999
+ }, "strip", import("zod").ZodTypeAny, {
1000
+ target?: string | undefined;
1001
+ minify?: boolean | undefined;
1002
+ sourcemap?: boolean | undefined;
1003
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
1004
+ }, {
1005
+ target?: string | undefined;
1006
+ minify?: boolean | undefined;
1007
+ sourcemap?: boolean | undefined;
1008
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
1009
+ }>>;
1010
+ vite: import("zod").ZodOptional<import("zod").ZodObject<{
1011
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
1012
+ }, "strip", import("zod").ZodUnknown, import("zod").objectOutputType<{
1013
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
1014
+ }, import("zod").ZodUnknown, "strip">, import("zod").objectInputType<{
1015
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
1016
+ }, import("zod").ZodUnknown, "strip">>>;
1017
+ wrangler: import("zod").ZodOptional<import("zod").ZodObject<{
1018
+ passthrough: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1019
+ }, "strip", import("zod").ZodTypeAny, {
1020
+ passthrough?: Record<string, unknown> | undefined;
1021
+ }, {
1022
+ passthrough?: Record<string, unknown> | undefined;
1023
+ }>>;
1024
+ env: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodLazy<import("zod").ZodObject<{
1025
+ readonly name: import("zod").ZodOptional<import("zod").ZodString>;
1026
+ readonly secretsStoreId: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
1027
+ readonly compatibilityDate: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>>;
1028
+ readonly compatibilityFlags: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>, string[], string[] | undefined>>;
1029
+ readonly previews: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1030
+ includeCrons: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1031
+ }, "strip", import("zod").ZodTypeAny, {
1032
+ includeCrons: boolean;
1033
+ }, {
1034
+ includeCrons?: boolean | undefined;
1035
+ }>>>;
1036
+ readonly server: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1037
+ host: import("zod").ZodOptional<import("zod").ZodString>;
1038
+ port: import("zod").ZodOptional<import("zod").ZodNumber>;
1039
+ }, "strict", import("zod").ZodTypeAny, {
1040
+ host?: string | undefined;
1041
+ port?: number | undefined;
1042
+ }, {
1043
+ host?: string | undefined;
1044
+ port?: number | undefined;
1045
+ }>>>;
1046
+ readonly files: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1047
+ fetch: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
1048
+ queue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
1049
+ scheduled: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
1050
+ email: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
1051
+ tail: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
1052
+ durableObjects: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
1053
+ entrypoints: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
1054
+ workflows: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
1055
+ routes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
1056
+ dir: import("zod").ZodString;
1057
+ prefix: import("zod").ZodOptional<import("zod").ZodString>;
1058
+ }, "strip", import("zod").ZodTypeAny, {
1059
+ dir: string;
1060
+ prefix?: string | undefined;
1061
+ }, {
1062
+ dir: string;
1063
+ prefix?: string | undefined;
1064
+ }>, import("zod").ZodLiteral<false>]>>;
1065
+ transport: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNull]>>;
1066
+ }, "strip", import("zod").ZodTypeAny, {
1067
+ fetch?: string | false | undefined;
1068
+ queue?: string | false | undefined;
1069
+ scheduled?: string | false | undefined;
1070
+ email?: string | false | undefined;
1071
+ tail?: string | false | undefined;
1072
+ durableObjects?: string | false | undefined;
1073
+ entrypoints?: string | false | undefined;
1074
+ workflows?: string | false | undefined;
1075
+ routes?: false | {
1076
+ dir: string;
1077
+ prefix?: string | undefined;
1078
+ } | undefined;
1079
+ transport?: string | null | undefined;
1080
+ }, {
1081
+ fetch?: string | false | undefined;
1082
+ queue?: string | false | undefined;
1083
+ scheduled?: string | false | undefined;
1084
+ email?: string | false | undefined;
1085
+ tail?: string | false | undefined;
1086
+ durableObjects?: string | false | undefined;
1087
+ entrypoints?: string | false | undefined;
1088
+ workflows?: string | false | undefined;
1089
+ routes?: false | {
1090
+ dir: string;
1091
+ prefix?: string | undefined;
1092
+ } | undefined;
1093
+ transport?: string | null | undefined;
1094
+ }>>>;
1095
+ readonly bindings: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1096
+ kv: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1097
+ id: import("zod").ZodString;
1098
+ }, "strict", import("zod").ZodTypeAny, {
1099
+ id: string;
1100
+ }, {
1101
+ id: string;
1102
+ }>, import("zod").ZodObject<{
1103
+ name: import("zod").ZodString;
1104
+ }, "strict", import("zod").ZodTypeAny, {
1105
+ name: string;
1106
+ }, {
1107
+ name: string;
1108
+ }>]>>>;
1109
+ d1: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1110
+ id: import("zod").ZodString;
1111
+ }, "strict", import("zod").ZodTypeAny, {
1112
+ id: string;
1113
+ }, {
1114
+ id: string;
1115
+ }>, import("zod").ZodObject<{
1116
+ name: import("zod").ZodString;
1117
+ }, "strict", import("zod").ZodTypeAny, {
1118
+ name: string;
1119
+ }, {
1120
+ name: string;
1121
+ }>]>>>;
1122
+ r2: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1123
+ 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>>>;
1124
+ queues: import("zod").ZodOptional<import("zod").ZodObject<{
1125
+ producers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1126
+ consumers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1127
+ queue: import("zod").ZodString;
1128
+ maxBatchSize: import("zod").ZodOptional<import("zod").ZodNumber>;
1129
+ maxBatchTimeout: import("zod").ZodOptional<import("zod").ZodNumber>;
1130
+ maxRetries: import("zod").ZodOptional<import("zod").ZodNumber>;
1131
+ deadLetterQueue: import("zod").ZodOptional<import("zod").ZodString>;
1132
+ maxConcurrency: import("zod").ZodOptional<import("zod").ZodNumber>;
1133
+ retryDelay: import("zod").ZodOptional<import("zod").ZodNumber>;
1134
+ }, "strip", import("zod").ZodTypeAny, {
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
+ }, {
1143
+ queue: string;
1144
+ maxBatchSize?: number | undefined;
1145
+ maxBatchTimeout?: number | undefined;
1146
+ maxRetries?: number | undefined;
1147
+ deadLetterQueue?: string | undefined;
1148
+ maxConcurrency?: number | undefined;
1149
+ retryDelay?: number | undefined;
1150
+ }>, "many">>;
1151
+ }, "strip", import("zod").ZodTypeAny, {
1152
+ producers?: Record<string, string> | undefined;
1153
+ consumers?: {
1154
+ queue: string;
1155
+ maxBatchSize?: number | undefined;
1156
+ maxBatchTimeout?: number | undefined;
1157
+ maxRetries?: number | undefined;
1158
+ deadLetterQueue?: string | undefined;
1159
+ maxConcurrency?: number | undefined;
1160
+ retryDelay?: number | undefined;
1161
+ }[] | undefined;
1162
+ }, {
1163
+ producers?: Record<string, string> | undefined;
1164
+ consumers?: {
1165
+ queue: string;
1166
+ maxBatchSize?: number | undefined;
1167
+ maxBatchTimeout?: number | undefined;
1168
+ maxRetries?: number | undefined;
1169
+ deadLetterQueue?: string | undefined;
1170
+ maxConcurrency?: number | undefined;
1171
+ retryDelay?: number | undefined;
1172
+ }[] | undefined;
1173
+ }>>;
1174
+ rateLimits: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1175
+ namespaceId: import("zod").ZodString;
1176
+ simple: import("zod").ZodObject<{
1177
+ limit: import("zod").ZodNumber;
1178
+ period: import("zod").ZodUnion<[import("zod").ZodLiteral<10>, import("zod").ZodLiteral<60>]>;
1179
+ }, "strict", import("zod").ZodTypeAny, {
1180
+ limit: number;
1181
+ period: 10 | 60;
1182
+ }, {
1183
+ limit: number;
1184
+ period: 10 | 60;
1185
+ }>;
1186
+ }, "strict", import("zod").ZodTypeAny, {
1187
+ namespaceId: string;
1188
+ simple: {
1189
+ limit: number;
1190
+ period: 10 | 60;
1191
+ };
1192
+ }, {
1193
+ namespaceId: string;
1194
+ simple: {
1195
+ limit: number;
1196
+ period: 10 | 60;
1197
+ };
1198
+ }>>>;
1199
+ versionMetadata: import("zod").ZodOptional<import("zod").ZodObject<{
1200
+ binding: import("zod").ZodString;
1201
+ }, "strict", import("zod").ZodTypeAny, {
1202
+ binding: string;
1203
+ }, {
1204
+ binding: string;
1205
+ }>>;
1206
+ workerLoaders: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{}, "strict", import("zod").ZodTypeAny, {}, {}>>>;
1207
+ secretsStore: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1208
+ storeId: import("zod").ZodString;
1209
+ secretName: import("zod").ZodString;
1210
+ }, "strict", import("zod").ZodTypeAny, {
1211
+ storeId: string;
1212
+ secretName: string;
1213
+ }, {
1214
+ storeId: string;
1215
+ secretName: string;
1216
+ }>]>>>;
1217
+ services: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<{
1218
+ service: string;
1219
+ environment?: string;
1220
+ entrypoint?: string;
1221
+ __ref?: unknown;
1222
+ }, import("zod").ZodTypeDef, {
1223
+ service: string;
1224
+ environment?: string;
1225
+ entrypoint?: string;
1226
+ __ref?: unknown;
1227
+ }>>>;
1228
+ ai: import("zod").ZodOptional<import("zod").ZodObject<{
1229
+ binding: import("zod").ZodString;
1230
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1231
+ staging: import("zod").ZodOptional<import("zod").ZodBoolean>;
1232
+ }, "strict", import("zod").ZodTypeAny, {
1233
+ binding: string;
1234
+ remote?: boolean | undefined;
1235
+ staging?: boolean | undefined;
1236
+ }, {
1237
+ binding: string;
1238
+ remote?: boolean | undefined;
1239
+ staging?: boolean | undefined;
1240
+ }>>;
1241
+ aiSearchNamespaces: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1242
+ namespace: import("zod").ZodString;
1243
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1244
+ }, "strict", import("zod").ZodTypeAny, {
1245
+ namespace: string;
1246
+ remote?: boolean | undefined;
1247
+ }, {
1248
+ namespace: string;
1249
+ remote?: boolean | undefined;
1250
+ }>>>;
1251
+ aiSearch: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1252
+ instanceName: import("zod").ZodString;
1253
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1254
+ }, "strict", import("zod").ZodTypeAny, {
1255
+ instanceName: string;
1256
+ remote?: boolean | undefined;
1257
+ }, {
1258
+ instanceName: string;
1259
+ remote?: boolean | undefined;
1260
+ }>>>;
1261
+ vectorize: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1262
+ indexName: import("zod").ZodString;
1263
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1264
+ }, "strip", import("zod").ZodTypeAny, {
1265
+ indexName: string;
1266
+ remote?: boolean | undefined;
1267
+ }, {
1268
+ indexName: string;
1269
+ remote?: boolean | undefined;
1270
+ }>>>;
1271
+ hyperdrive: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1272
+ id: import("zod").ZodString;
1273
+ localConnectionString: import("zod").ZodOptional<import("zod").ZodString>;
1274
+ }, "strict", import("zod").ZodTypeAny, {
1275
+ id: string;
1276
+ localConnectionString?: string | undefined;
1277
+ }, {
1278
+ id: string;
1279
+ localConnectionString?: string | undefined;
1280
+ }>, import("zod").ZodObject<{
1281
+ name: import("zod").ZodString;
1282
+ localConnectionString: import("zod").ZodOptional<import("zod").ZodString>;
1283
+ previewFallback: import("zod").ZodOptional<import("zod").ZodLiteral<"base">>;
1284
+ previewId: import("zod").ZodOptional<import("zod").ZodString>;
1285
+ previewLocalConnectionString: import("zod").ZodOptional<import("zod").ZodString>;
1286
+ }, "strict", import("zod").ZodTypeAny, {
1287
+ name: string;
1288
+ localConnectionString?: string | undefined;
1289
+ previewFallback?: "base" | undefined;
1290
+ previewId?: string | undefined;
1291
+ previewLocalConnectionString?: string | undefined;
1292
+ }, {
1293
+ name: string;
1294
+ localConnectionString?: string | undefined;
1295
+ previewFallback?: "base" | undefined;
1296
+ previewId?: string | undefined;
1297
+ previewLocalConnectionString?: string | undefined;
1298
+ }>]>>>;
1299
+ browser: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1300
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1301
+ }, "strict", import("zod").ZodTypeAny, {
1302
+ remote?: boolean | undefined;
1303
+ }, {
1304
+ remote?: boolean | undefined;
1305
+ }>]>>, Record<string, string | {
1306
+ remote?: boolean | undefined;
1307
+ }>, Record<string, string | {
1308
+ remote?: boolean | undefined;
1309
+ }>>>;
1310
+ analyticsEngine: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1311
+ dataset: import("zod").ZodString;
1312
+ }, "strip", import("zod").ZodTypeAny, {
1313
+ dataset: string;
1314
+ }, {
1315
+ dataset: string;
1316
+ }>>>;
1317
+ sendEmail: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodEffects<import("zod").ZodObject<{
1318
+ destinationAddress: import("zod").ZodOptional<import("zod").ZodString>;
1319
+ allowedDestinationAddresses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1320
+ allowedSenderAddresses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1321
+ }, "strip", import("zod").ZodTypeAny, {
1322
+ destinationAddress?: string | undefined;
1323
+ allowedDestinationAddresses?: string[] | undefined;
1324
+ allowedSenderAddresses?: string[] | undefined;
1325
+ }, {
1326
+ destinationAddress?: string | undefined;
1327
+ allowedDestinationAddresses?: string[] | undefined;
1328
+ allowedSenderAddresses?: string[] | undefined;
1329
+ }>, {
1330
+ destinationAddress?: string | undefined;
1331
+ allowedDestinationAddresses?: string[] | undefined;
1332
+ allowedSenderAddresses?: string[] | undefined;
1333
+ }, {
1334
+ destinationAddress?: string | undefined;
1335
+ allowedDestinationAddresses?: string[] | undefined;
1336
+ allowedSenderAddresses?: string[] | undefined;
1337
+ }>>>;
1338
+ mtlsCertificates: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1339
+ certificateId: import("zod").ZodString;
1340
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1341
+ }, "strict", import("zod").ZodTypeAny, {
1342
+ certificateId: string;
1343
+ remote?: boolean | undefined;
1344
+ }, {
1345
+ certificateId: string;
1346
+ remote?: boolean | undefined;
1347
+ }>, import("zod").ZodObject<{
1348
+ certificate_id: import("zod").ZodString;
1349
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1350
+ }, "strict", import("zod").ZodTypeAny, {
1351
+ certificate_id: string;
1352
+ remote?: boolean | undefined;
1353
+ }, {
1354
+ certificate_id: string;
1355
+ remote?: boolean | undefined;
1356
+ }>]>>>;
1357
+ dispatchNamespaces: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1358
+ namespace: import("zod").ZodString;
1359
+ outbound: import("zod").ZodOptional<import("zod").ZodObject<{
1360
+ service: import("zod").ZodString;
1361
+ environment: import("zod").ZodOptional<import("zod").ZodString>;
1362
+ parameters: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1363
+ }, "strict", import("zod").ZodTypeAny, {
1364
+ service: string;
1365
+ environment?: string | undefined;
1366
+ parameters?: string[] | undefined;
1367
+ }, {
1368
+ service: string;
1369
+ environment?: string | undefined;
1370
+ parameters?: string[] | undefined;
1371
+ }>>;
1372
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1373
+ }, "strict", import("zod").ZodTypeAny, {
1374
+ namespace: string;
1375
+ outbound?: {
1376
+ service: string;
1377
+ environment?: string | undefined;
1378
+ parameters?: string[] | undefined;
1379
+ } | undefined;
1380
+ remote?: boolean | undefined;
1381
+ }, {
1382
+ namespace: string;
1383
+ outbound?: {
1384
+ service: string;
1385
+ environment?: string | undefined;
1386
+ parameters?: string[] | undefined;
1387
+ } | undefined;
1388
+ remote?: boolean | undefined;
1389
+ }>]>>>;
1390
+ workflows: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1391
+ name: import("zod").ZodString;
1392
+ className: import("zod").ZodString;
1393
+ scriptName: import("zod").ZodOptional<import("zod").ZodString>;
1394
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1395
+ limits: import("zod").ZodOptional<import("zod").ZodObject<{
1396
+ steps: import("zod").ZodNumber;
1397
+ }, "strict", import("zod").ZodTypeAny, {
1398
+ steps: number;
1399
+ }, {
1400
+ steps: number;
1401
+ }>>;
1402
+ }, "strict", import("zod").ZodTypeAny, {
1403
+ name: string;
1404
+ className: string;
1405
+ scriptName?: string | undefined;
1406
+ remote?: boolean | undefined;
1407
+ limits?: {
1408
+ steps: number;
1409
+ } | undefined;
1410
+ }, {
1411
+ name: string;
1412
+ className: string;
1413
+ scriptName?: string | undefined;
1414
+ remote?: boolean | undefined;
1415
+ limits?: {
1416
+ steps: number;
1417
+ } | undefined;
1418
+ }>>>;
1419
+ pipelines: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1420
+ pipeline: import("zod").ZodString;
1421
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1422
+ }, "strict", import("zod").ZodTypeAny, {
1423
+ pipeline: string;
1424
+ remote?: boolean | undefined;
1425
+ }, {
1426
+ pipeline: string;
1427
+ remote?: boolean | undefined;
1428
+ }>]>>>;
1429
+ images: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1430
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1431
+ }, "strict", import("zod").ZodTypeAny, {
1432
+ remote?: boolean | undefined;
1433
+ }, {
1434
+ remote?: boolean | undefined;
1435
+ }>, import("zod").ZodLiteral<true>]>>>, Record<string, true | {
1436
+ remote?: boolean | undefined;
1437
+ }> | undefined, Record<string, true | {
1438
+ remote?: boolean | undefined;
1439
+ }> | undefined>;
1440
+ media: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1441
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1442
+ }, "strict", import("zod").ZodTypeAny, {
1443
+ remote?: boolean | undefined;
1444
+ }, {
1445
+ remote?: boolean | undefined;
1446
+ }>, import("zod").ZodLiteral<true>]>>>, Record<string, true | {
1447
+ remote?: boolean | undefined;
1448
+ }> | undefined, Record<string, true | {
1449
+ remote?: boolean | undefined;
1450
+ }> | undefined>;
1451
+ artifacts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1452
+ namespace: import("zod").ZodString;
1453
+ remote: import("zod").ZodOptional<import("zod").ZodBoolean>;
1454
+ }, "strict", import("zod").ZodTypeAny, {
1455
+ namespace: string;
1456
+ remote?: boolean | undefined;
1457
+ }, {
1458
+ namespace: string;
1459
+ remote?: boolean | undefined;
1460
+ }>]>>>;
1461
+ }, "strip", import("zod").ZodTypeAny, {
1462
+ kv?: Record<string, string | {
1463
+ id: string;
1464
+ } | {
1465
+ name: string;
1466
+ }> | undefined;
1467
+ d1?: Record<string, string | {
1468
+ id: string;
1469
+ } | {
1470
+ name: string;
1471
+ }> | undefined;
1472
+ r2?: Record<string, string> | undefined;
1473
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
1474
+ queues?: {
1475
+ producers?: Record<string, string> | undefined;
1476
+ consumers?: {
1477
+ queue: string;
1478
+ maxBatchSize?: number | undefined;
1479
+ maxBatchTimeout?: number | undefined;
1480
+ maxRetries?: number | undefined;
1481
+ deadLetterQueue?: string | undefined;
1482
+ maxConcurrency?: number | undefined;
1483
+ retryDelay?: number | undefined;
1484
+ }[] | undefined;
1485
+ } | undefined;
1486
+ rateLimits?: Record<string, {
1487
+ namespaceId: string;
1488
+ simple: {
1489
+ limit: number;
1490
+ period: 10 | 60;
1491
+ };
1492
+ }> | undefined;
1493
+ versionMetadata?: {
1494
+ binding: string;
1495
+ } | undefined;
1496
+ workerLoaders?: Record<string, {}> | undefined;
1497
+ secretsStore?: Record<string, string | {
1498
+ storeId: string;
1499
+ secretName: string;
1500
+ }> | undefined;
1501
+ services?: Record<string, {
1502
+ service: string;
1503
+ environment?: string;
1504
+ entrypoint?: string;
1505
+ __ref?: unknown;
1506
+ }> | undefined;
1507
+ ai?: {
1508
+ binding: string;
1509
+ remote?: boolean | undefined;
1510
+ staging?: boolean | undefined;
1511
+ } | undefined;
1512
+ aiSearchNamespaces?: Record<string, {
1513
+ namespace: string;
1514
+ remote?: boolean | undefined;
1515
+ }> | undefined;
1516
+ aiSearch?: Record<string, {
1517
+ instanceName: string;
1518
+ remote?: boolean | undefined;
1519
+ }> | undefined;
1520
+ vectorize?: Record<string, {
1521
+ indexName: string;
1522
+ remote?: boolean | undefined;
1523
+ }> | undefined;
1524
+ hyperdrive?: Record<string, string | {
1525
+ id: string;
1526
+ localConnectionString?: string | undefined;
1527
+ } | {
1528
+ name: string;
1529
+ localConnectionString?: string | undefined;
1530
+ previewFallback?: "base" | undefined;
1531
+ previewId?: string | undefined;
1532
+ previewLocalConnectionString?: string | undefined;
1533
+ }> | undefined;
1534
+ browser?: Record<string, string | {
1535
+ remote?: boolean | undefined;
1536
+ }> | undefined;
1537
+ analyticsEngine?: Record<string, {
1538
+ dataset: string;
1539
+ }> | undefined;
1540
+ sendEmail?: Record<string, {
1541
+ destinationAddress?: string | undefined;
1542
+ allowedDestinationAddresses?: string[] | undefined;
1543
+ allowedSenderAddresses?: string[] | undefined;
1544
+ }> | undefined;
1545
+ mtlsCertificates?: Record<string, string | {
1546
+ certificateId: string;
1547
+ remote?: boolean | undefined;
1548
+ } | {
1549
+ certificate_id: string;
1550
+ remote?: boolean | undefined;
1551
+ }> | undefined;
1552
+ dispatchNamespaces?: Record<string, string | {
1553
+ namespace: string;
1554
+ outbound?: {
1555
+ service: string;
1556
+ environment?: string | undefined;
1557
+ parameters?: string[] | undefined;
1558
+ } | undefined;
1559
+ remote?: boolean | undefined;
1560
+ }> | undefined;
1561
+ workflows?: Record<string, {
1562
+ name: string;
1563
+ className: string;
1564
+ scriptName?: string | undefined;
1565
+ remote?: boolean | undefined;
1566
+ limits?: {
1567
+ steps: number;
1568
+ } | undefined;
1569
+ }> | undefined;
1570
+ pipelines?: Record<string, string | {
1571
+ pipeline: string;
1572
+ remote?: boolean | undefined;
1573
+ }> | undefined;
1574
+ images?: Record<string, true | {
1575
+ remote?: boolean | undefined;
1576
+ }> | undefined;
1577
+ media?: Record<string, true | {
1578
+ remote?: boolean | undefined;
1579
+ }> | undefined;
1580
+ artifacts?: Record<string, string | {
1581
+ namespace: string;
1582
+ remote?: boolean | undefined;
1583
+ }> | undefined;
1584
+ }, {
1585
+ kv?: Record<string, string | {
1586
+ id: string;
1587
+ } | {
1588
+ name: string;
1589
+ }> | undefined;
1590
+ d1?: Record<string, string | {
1591
+ id: string;
1592
+ } | {
1593
+ name: string;
1594
+ }> | undefined;
1595
+ r2?: Record<string, string> | undefined;
1596
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
1597
+ queues?: {
1598
+ producers?: Record<string, string> | undefined;
1599
+ consumers?: {
1600
+ queue: string;
1601
+ maxBatchSize?: number | undefined;
1602
+ maxBatchTimeout?: number | undefined;
1603
+ maxRetries?: number | undefined;
1604
+ deadLetterQueue?: string | undefined;
1605
+ maxConcurrency?: number | undefined;
1606
+ retryDelay?: number | undefined;
1607
+ }[] | undefined;
1608
+ } | undefined;
1609
+ rateLimits?: Record<string, {
1610
+ namespaceId: string;
1611
+ simple: {
1612
+ limit: number;
1613
+ period: 10 | 60;
1614
+ };
1615
+ }> | undefined;
1616
+ versionMetadata?: {
1617
+ binding: string;
1618
+ } | undefined;
1619
+ workerLoaders?: Record<string, {}> | undefined;
1620
+ secretsStore?: Record<string, string | {
1621
+ storeId: string;
1622
+ secretName: string;
1623
+ }> | undefined;
1624
+ services?: Record<string, {
1625
+ service: string;
1626
+ environment?: string;
1627
+ entrypoint?: string;
1628
+ __ref?: unknown;
1629
+ }> | undefined;
1630
+ ai?: {
1631
+ binding: string;
1632
+ remote?: boolean | undefined;
1633
+ staging?: boolean | undefined;
1634
+ } | undefined;
1635
+ aiSearchNamespaces?: Record<string, {
1636
+ namespace: string;
1637
+ remote?: boolean | undefined;
1638
+ }> | undefined;
1639
+ aiSearch?: Record<string, {
1640
+ instanceName: string;
1641
+ remote?: boolean | undefined;
1642
+ }> | undefined;
1643
+ vectorize?: Record<string, {
1644
+ indexName: string;
1645
+ remote?: boolean | undefined;
1646
+ }> | undefined;
1647
+ hyperdrive?: Record<string, string | {
1648
+ id: string;
1649
+ localConnectionString?: string | undefined;
1650
+ } | {
1651
+ name: string;
1652
+ localConnectionString?: string | undefined;
1653
+ previewFallback?: "base" | undefined;
1654
+ previewId?: string | undefined;
1655
+ previewLocalConnectionString?: string | undefined;
1656
+ }> | undefined;
1657
+ browser?: Record<string, string | {
1658
+ remote?: boolean | undefined;
1659
+ }> | undefined;
1660
+ analyticsEngine?: Record<string, {
1661
+ dataset: string;
1662
+ }> | undefined;
1663
+ sendEmail?: Record<string, {
1664
+ destinationAddress?: string | undefined;
1665
+ allowedDestinationAddresses?: string[] | undefined;
1666
+ allowedSenderAddresses?: string[] | undefined;
1667
+ }> | undefined;
1668
+ mtlsCertificates?: Record<string, string | {
1669
+ certificateId: string;
1670
+ remote?: boolean | undefined;
1671
+ } | {
1672
+ certificate_id: string;
1673
+ remote?: boolean | undefined;
1674
+ }> | undefined;
1675
+ dispatchNamespaces?: Record<string, string | {
1676
+ namespace: string;
1677
+ outbound?: {
1678
+ service: string;
1679
+ environment?: string | undefined;
1680
+ parameters?: string[] | undefined;
1681
+ } | undefined;
1682
+ remote?: boolean | undefined;
1683
+ }> | undefined;
1684
+ workflows?: Record<string, {
1685
+ name: string;
1686
+ className: string;
1687
+ scriptName?: string | undefined;
1688
+ remote?: boolean | undefined;
1689
+ limits?: {
1690
+ steps: number;
1691
+ } | undefined;
1692
+ }> | undefined;
1693
+ pipelines?: Record<string, string | {
1694
+ pipeline: string;
1695
+ remote?: boolean | undefined;
1696
+ }> | undefined;
1697
+ images?: Record<string, true | {
1698
+ remote?: boolean | undefined;
1699
+ }> | undefined;
1700
+ media?: Record<string, true | {
1701
+ remote?: boolean | undefined;
1702
+ }> | undefined;
1703
+ artifacts?: Record<string, string | {
1704
+ namespace: string;
1705
+ remote?: boolean | undefined;
1706
+ }> | undefined;
1707
+ }>>>;
1708
+ readonly triggers: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1709
+ crons: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1710
+ }, "strip", import("zod").ZodTypeAny, {
1711
+ crons?: string[] | undefined;
1712
+ }, {
1713
+ crons?: string[] | undefined;
1714
+ }>>>;
1715
+ readonly rules: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1716
+ type: import("zod").ZodEnum<["ESModule", "CommonJS", "CompiledWasm", "Text", "Data"]>;
1717
+ globs: import("zod").ZodArray<import("zod").ZodString, "many">;
1718
+ fallthrough: import("zod").ZodOptional<import("zod").ZodBoolean>;
1719
+ }, "strict", import("zod").ZodTypeAny, {
1720
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
1721
+ globs: string[];
1722
+ fallthrough?: boolean | undefined;
1723
+ }, {
1724
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
1725
+ globs: string[];
1726
+ fallthrough?: boolean | undefined;
1727
+ }>, "many">>>;
1728
+ readonly findAdditionalModules: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1729
+ readonly baseDir: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
1730
+ readonly preserveFileNames: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1731
+ readonly tailConsumers: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1732
+ service: import("zod").ZodString;
1733
+ environment: import("zod").ZodOptional<import("zod").ZodString>;
1734
+ }, "strict", import("zod").ZodTypeAny, {
1735
+ service: string;
1736
+ environment?: string | undefined;
1737
+ }, {
1738
+ service: string;
1739
+ environment?: string | undefined;
1740
+ }>]>, "many">>>;
1741
+ readonly vars: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<unknown, import("zod").ZodTypeDef, unknown>>>>;
1742
+ readonly secrets: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1743
+ required: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1744
+ }, "strip", import("zod").ZodTypeAny, {
1745
+ required: boolean;
1746
+ }, {
1747
+ required?: boolean | undefined;
1748
+ }>>>>;
1749
+ readonly routes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodObject<{
1750
+ pattern: import("zod").ZodString;
1751
+ zone_name: import("zod").ZodOptional<import("zod").ZodString>;
1752
+ zone_id: import("zod").ZodOptional<import("zod").ZodString>;
1753
+ custom_domain: import("zod").ZodOptional<import("zod").ZodBoolean>;
1754
+ }, "strip", import("zod").ZodTypeAny, {
1755
+ pattern: string;
1756
+ zone_name?: string | undefined;
1757
+ zone_id?: string | undefined;
1758
+ custom_domain?: boolean | undefined;
1759
+ }, {
1760
+ pattern: string;
1761
+ zone_name?: string | undefined;
1762
+ zone_id?: string | undefined;
1763
+ custom_domain?: boolean | undefined;
1764
+ }>, {
1765
+ pattern: string;
1766
+ zone_name?: string | undefined;
1767
+ zone_id?: string | undefined;
1768
+ custom_domain?: boolean | undefined;
1769
+ }, {
1770
+ pattern: string;
1771
+ zone_name?: string | undefined;
1772
+ zone_id?: string | undefined;
1773
+ custom_domain?: boolean | undefined;
1774
+ }>, "many">>>;
1775
+ readonly assets: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1776
+ directory: import("zod").ZodString;
1777
+ binding: import("zod").ZodOptional<import("zod").ZodString>;
1778
+ html_handling: import("zod").ZodOptional<import("zod").ZodEnum<["auto-trailing-slash", "force-trailing-slash", "drop-trailing-slash", "none"]>>;
1779
+ not_found_handling: import("zod").ZodOptional<import("zod").ZodEnum<["single-page-application", "404-page", "none"]>>;
1780
+ run_worker_first: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodBoolean, import("zod").ZodArray<import("zod").ZodString, "many">]>>;
1781
+ }, "strict", import("zod").ZodTypeAny, {
1782
+ directory: string;
1783
+ binding?: string | undefined;
1784
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
1785
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
1786
+ run_worker_first?: boolean | string[] | undefined;
1787
+ }, {
1788
+ directory: string;
1789
+ binding?: string | undefined;
1790
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
1791
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
1792
+ run_worker_first?: boolean | string[] | undefined;
1793
+ }>>>;
1794
+ readonly containers: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1795
+ className: import("zod").ZodString;
1796
+ image: import("zod").ZodString;
1797
+ maxInstances: import("zod").ZodOptional<import("zod").ZodNumber>;
1798
+ instanceType: import("zod").ZodOptional<import("zod").ZodString>;
1799
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1800
+ imageBuildContext: import("zod").ZodOptional<import("zod").ZodString>;
1801
+ imageVars: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1802
+ rolloutActiveGracePeriod: import("zod").ZodOptional<import("zod").ZodNumber>;
1803
+ rolloutStepPercentage: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodArray<import("zod").ZodNumber, "many">]>>;
1804
+ }, "strict", import("zod").ZodTypeAny, {
1805
+ className: string;
1806
+ image: string;
1807
+ maxInstances?: number | undefined;
1808
+ instanceType?: string | undefined;
1809
+ name?: string | undefined;
1810
+ imageBuildContext?: string | undefined;
1811
+ imageVars?: Record<string, string> | undefined;
1812
+ rolloutActiveGracePeriod?: number | undefined;
1813
+ rolloutStepPercentage?: number | number[] | undefined;
1814
+ }, {
1815
+ className: string;
1816
+ image: string;
1817
+ maxInstances?: number | undefined;
1818
+ instanceType?: string | undefined;
1819
+ name?: string | undefined;
1820
+ imageBuildContext?: string | undefined;
1821
+ imageVars?: Record<string, string> | undefined;
1822
+ rolloutActiveGracePeriod?: number | undefined;
1823
+ rolloutStepPercentage?: number | number[] | undefined;
1824
+ }>, "many">>>;
1825
+ readonly placement: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodObject<{
1826
+ mode: import("zod").ZodEnum<["off", "smart"]>;
1827
+ hint: import("zod").ZodOptional<import("zod").ZodString>;
1828
+ }, "strict", import("zod").ZodTypeAny, {
1829
+ mode: "off" | "smart";
1830
+ hint?: string | undefined;
1831
+ }, {
1832
+ mode: "off" | "smart";
1833
+ hint?: string | undefined;
1834
+ }>, {
1835
+ mode: "off" | "smart";
1836
+ hint?: string | undefined;
1837
+ }, {
1838
+ mode: "off" | "smart";
1839
+ hint?: string | undefined;
1840
+ }>, import("zod").ZodObject<{
1841
+ mode: import("zod").ZodOptional<import("zod").ZodLiteral<"targeted">>;
1842
+ region: import("zod").ZodString;
1843
+ }, "strict", import("zod").ZodTypeAny, {
1844
+ mode?: "targeted" | undefined;
1845
+ region: string;
1846
+ }, {
1847
+ mode?: "targeted" | undefined;
1848
+ region: string;
1849
+ }>, import("zod").ZodObject<{
1850
+ mode: import("zod").ZodOptional<import("zod").ZodLiteral<"targeted">>;
1851
+ host: import("zod").ZodString;
1852
+ }, "strict", import("zod").ZodTypeAny, {
1853
+ mode?: "targeted" | undefined;
1854
+ host: string;
1855
+ }, {
1856
+ mode?: "targeted" | undefined;
1857
+ host: string;
1858
+ }>, import("zod").ZodObject<{
1859
+ mode: import("zod").ZodOptional<import("zod").ZodLiteral<"targeted">>;
1860
+ hostname: import("zod").ZodString;
1861
+ }, "strict", import("zod").ZodTypeAny, {
1862
+ mode?: "targeted" | undefined;
1863
+ hostname: string;
1864
+ }, {
1865
+ mode?: "targeted" | undefined;
1866
+ hostname: string;
1867
+ }>]>>>;
1868
+ readonly limits: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1869
+ cpu_ms: import("zod").ZodOptional<import("zod").ZodNumber>;
1870
+ subrequests: import("zod").ZodOptional<import("zod").ZodNumber>;
1871
+ }, "strict", import("zod").ZodTypeAny, {
1872
+ cpu_ms?: number | undefined;
1873
+ subrequests?: number | undefined;
1874
+ }, {
1875
+ cpu_ms?: number | undefined;
1876
+ subrequests?: number | undefined;
1877
+ }>>>;
1878
+ readonly observability: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1879
+ enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
1880
+ head_sampling_rate: import("zod").ZodOptional<import("zod").ZodNumber>;
1881
+ logs: import("zod").ZodOptional<import("zod").ZodObject<{
1882
+ enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
1883
+ head_sampling_rate: import("zod").ZodOptional<import("zod").ZodNumber>;
1884
+ invocation_logs: import("zod").ZodOptional<import("zod").ZodBoolean>;
1885
+ persist: import("zod").ZodOptional<import("zod").ZodBoolean>;
1886
+ destinations: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1887
+ }, "strict", import("zod").ZodTypeAny, {
1888
+ enabled?: boolean | undefined;
1889
+ head_sampling_rate?: number | undefined;
1890
+ invocation_logs?: boolean | undefined;
1891
+ persist?: boolean | undefined;
1892
+ destinations?: string[] | undefined;
1893
+ }, {
1894
+ enabled?: boolean | undefined;
1895
+ head_sampling_rate?: number | undefined;
1896
+ invocation_logs?: boolean | undefined;
1897
+ persist?: boolean | undefined;
1898
+ destinations?: string[] | undefined;
1899
+ }>>;
1900
+ traces: import("zod").ZodOptional<import("zod").ZodObject<{
1901
+ enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
1902
+ head_sampling_rate: import("zod").ZodOptional<import("zod").ZodNumber>;
1903
+ persist: import("zod").ZodOptional<import("zod").ZodBoolean>;
1904
+ destinations: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1905
+ }, "strict", import("zod").ZodTypeAny, {
1906
+ enabled?: boolean | undefined;
1907
+ head_sampling_rate?: number | undefined;
1908
+ persist?: boolean | undefined;
1909
+ destinations?: string[] | undefined;
1910
+ }, {
1911
+ enabled?: boolean | undefined;
1912
+ head_sampling_rate?: number | undefined;
1913
+ persist?: boolean | undefined;
1914
+ destinations?: string[] | undefined;
1915
+ }>>;
1916
+ }, "strict", import("zod").ZodTypeAny, {
1917
+ enabled?: boolean | undefined;
1918
+ head_sampling_rate?: number | undefined;
1919
+ logs?: {
1920
+ enabled?: boolean | undefined;
1921
+ head_sampling_rate?: number | undefined;
1922
+ invocation_logs?: boolean | undefined;
1923
+ persist?: boolean | undefined;
1924
+ destinations?: string[] | undefined;
1925
+ } | undefined;
1926
+ traces?: {
1927
+ enabled?: boolean | undefined;
1928
+ head_sampling_rate?: number | undefined;
1929
+ persist?: boolean | undefined;
1930
+ destinations?: string[] | undefined;
1931
+ } | undefined;
1932
+ }, {
1933
+ enabled?: boolean | undefined;
1934
+ head_sampling_rate?: number | undefined;
1935
+ logs?: {
1936
+ enabled?: boolean | undefined;
1937
+ head_sampling_rate?: number | undefined;
1938
+ invocation_logs?: boolean | undefined;
1939
+ persist?: boolean | undefined;
1940
+ destinations?: string[] | undefined;
1941
+ } | undefined;
1942
+ traces?: {
1943
+ enabled?: boolean | undefined;
1944
+ head_sampling_rate?: number | undefined;
1945
+ persist?: boolean | undefined;
1946
+ destinations?: string[] | undefined;
1947
+ } | undefined;
1948
+ }>>>;
1949
+ readonly migrations: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1950
+ tag: import("zod").ZodString;
1951
+ new_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1952
+ renamed_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1953
+ from: import("zod").ZodString;
1954
+ to: import("zod").ZodString;
1955
+ }, "strict", import("zod").ZodTypeAny, {
1956
+ from: string;
1957
+ to: string;
1958
+ }, {
1959
+ from: string;
1960
+ to: string;
1961
+ }>, "many">>;
1962
+ deleted_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1963
+ new_sqlite_classes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1964
+ }, "strict", import("zod").ZodTypeAny, {
1965
+ tag: string;
1966
+ new_classes?: string[] | undefined;
1967
+ renamed_classes?: {
1968
+ from: string;
1969
+ to: string;
1970
+ }[] | undefined;
1971
+ deleted_classes?: string[] | undefined;
1972
+ new_sqlite_classes?: string[] | undefined;
1973
+ }, {
1974
+ tag: string;
1975
+ new_classes?: string[] | undefined;
1976
+ renamed_classes?: {
1977
+ from: string;
1978
+ to: string;
1979
+ }[] | undefined;
1980
+ deleted_classes?: string[] | undefined;
1981
+ new_sqlite_classes?: string[] | undefined;
1982
+ }>, "many">>>;
1983
+ readonly rolldown: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1984
+ target: import("zod").ZodOptional<import("zod").ZodString>;
1985
+ minify: import("zod").ZodOptional<import("zod").ZodBoolean>;
1986
+ sourcemap: import("zod").ZodOptional<import("zod").ZodBoolean>;
1987
+ options: import("zod").ZodOptional<import("zod").ZodType<import("./config/schema-build").DevflareRolldownOptions, import("zod").ZodTypeDef, import("./config/schema-build").DevflareRolldownOptions>>;
1988
+ }, "strip", import("zod").ZodTypeAny, {
1989
+ target?: string | undefined;
1990
+ minify?: boolean | undefined;
1991
+ sourcemap?: boolean | undefined;
1992
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
1993
+ }, {
1994
+ target?: string | undefined;
1995
+ minify?: boolean | undefined;
1996
+ sourcemap?: boolean | undefined;
1997
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
1998
+ }>>>;
1999
+ readonly vite: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
2000
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
2001
+ }, "strip", import("zod").ZodUnknown, import("zod").objectOutputType<{
2002
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
2003
+ }, import("zod").ZodUnknown, "strip">, import("zod").objectInputType<{
2004
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
2005
+ }, import("zod").ZodUnknown, "strip">>>>;
2006
+ readonly wrangler: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
2007
+ passthrough: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2008
+ }, "strip", import("zod").ZodTypeAny, {
2009
+ passthrough?: Record<string, unknown> | undefined;
2010
+ }, {
2011
+ passthrough?: Record<string, unknown> | undefined;
2012
+ }>>>;
2013
+ }, "strict", import("zod").ZodTypeAny, {
2014
+ name?: string | undefined;
2015
+ secretsStoreId?: string | undefined;
2016
+ compatibilityDate?: string | undefined;
2017
+ compatibilityFlags?: string[] | undefined;
2018
+ previews?: {
2019
+ includeCrons: boolean;
2020
+ } | undefined;
2021
+ server?: {
2022
+ host?: string | undefined;
2023
+ port?: number | undefined;
2024
+ } | undefined;
2025
+ files?: {
2026
+ fetch?: string | false | undefined;
2027
+ queue?: string | false | undefined;
2028
+ scheduled?: string | false | undefined;
2029
+ email?: string | false | undefined;
2030
+ tail?: string | false | undefined;
2031
+ durableObjects?: string | false | undefined;
2032
+ entrypoints?: string | false | undefined;
2033
+ workflows?: string | false | undefined;
2034
+ routes?: false | {
2035
+ dir: string;
2036
+ prefix?: string | undefined;
2037
+ } | undefined;
2038
+ transport?: string | null | undefined;
2039
+ } | undefined;
2040
+ bindings?: {
2041
+ kv?: Record<string, string | {
2042
+ id: string;
2043
+ } | {
2044
+ name: string;
2045
+ }> | undefined;
2046
+ d1?: Record<string, string | {
2047
+ id: string;
2048
+ } | {
2049
+ name: string;
2050
+ }> | undefined;
2051
+ r2?: Record<string, string> | undefined;
2052
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
2053
+ queues?: {
2054
+ producers?: Record<string, string> | undefined;
2055
+ consumers?: {
2056
+ queue: string;
2057
+ maxBatchSize?: number | undefined;
2058
+ maxBatchTimeout?: number | undefined;
2059
+ maxRetries?: number | undefined;
2060
+ deadLetterQueue?: string | undefined;
2061
+ maxConcurrency?: number | undefined;
2062
+ retryDelay?: number | undefined;
2063
+ }[] | undefined;
2064
+ } | undefined;
2065
+ rateLimits?: Record<string, {
2066
+ namespaceId: string;
2067
+ simple: {
2068
+ limit: number;
2069
+ period: 10 | 60;
2070
+ };
2071
+ }> | undefined;
2072
+ versionMetadata?: {
2073
+ binding: string;
2074
+ } | undefined;
2075
+ workerLoaders?: Record<string, {}> | undefined;
2076
+ secretsStore?: Record<string, string | {
2077
+ storeId: string;
2078
+ secretName: string;
2079
+ }> | undefined;
2080
+ services?: Record<string, {
2081
+ service: string;
2082
+ environment?: string;
2083
+ entrypoint?: string;
2084
+ __ref?: unknown;
2085
+ }> | undefined;
2086
+ ai?: {
2087
+ binding: string;
2088
+ remote?: boolean | undefined;
2089
+ staging?: boolean | undefined;
2090
+ } | undefined;
2091
+ aiSearchNamespaces?: Record<string, {
2092
+ namespace: string;
2093
+ remote?: boolean | undefined;
2094
+ }> | undefined;
2095
+ aiSearch?: Record<string, {
2096
+ instanceName: string;
2097
+ remote?: boolean | undefined;
2098
+ }> | undefined;
2099
+ vectorize?: Record<string, {
2100
+ indexName: string;
2101
+ remote?: boolean | undefined;
2102
+ }> | undefined;
2103
+ hyperdrive?: Record<string, string | {
2104
+ id: string;
2105
+ localConnectionString?: string | undefined;
2106
+ } | {
2107
+ name: string;
2108
+ localConnectionString?: string | undefined;
2109
+ previewFallback?: "base" | undefined;
2110
+ previewId?: string | undefined;
2111
+ previewLocalConnectionString?: string | undefined;
2112
+ }> | undefined;
2113
+ browser?: Record<string, string | {
2114
+ remote?: boolean | undefined;
2115
+ }> | undefined;
2116
+ analyticsEngine?: Record<string, {
2117
+ dataset: string;
2118
+ }> | undefined;
2119
+ sendEmail?: Record<string, {
2120
+ destinationAddress?: string | undefined;
2121
+ allowedDestinationAddresses?: string[] | undefined;
2122
+ allowedSenderAddresses?: string[] | undefined;
2123
+ }> | undefined;
2124
+ mtlsCertificates?: Record<string, string | {
2125
+ certificateId: string;
2126
+ remote?: boolean | undefined;
2127
+ } | {
2128
+ certificate_id: string;
2129
+ remote?: boolean | undefined;
2130
+ }> | undefined;
2131
+ dispatchNamespaces?: Record<string, string | {
2132
+ namespace: string;
2133
+ outbound?: {
2134
+ service: string;
2135
+ environment?: string | undefined;
2136
+ parameters?: string[] | undefined;
2137
+ } | undefined;
2138
+ remote?: boolean | undefined;
2139
+ }> | undefined;
2140
+ workflows?: Record<string, {
2141
+ name: string;
2142
+ className: string;
2143
+ scriptName?: string | undefined;
2144
+ remote?: boolean | undefined;
2145
+ limits?: {
2146
+ steps: number;
2147
+ } | undefined;
2148
+ }> | undefined;
2149
+ pipelines?: Record<string, string | {
2150
+ pipeline: string;
2151
+ remote?: boolean | undefined;
2152
+ }> | undefined;
2153
+ images?: Record<string, true | {
2154
+ remote?: boolean | undefined;
2155
+ }> | undefined;
2156
+ media?: Record<string, true | {
2157
+ remote?: boolean | undefined;
2158
+ }> | undefined;
2159
+ artifacts?: Record<string, string | {
2160
+ namespace: string;
2161
+ remote?: boolean | undefined;
2162
+ }> | undefined;
2163
+ } | undefined;
2164
+ triggers?: {
2165
+ crons?: string[] | undefined;
2166
+ } | undefined;
2167
+ rules?: {
2168
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
2169
+ globs: string[];
2170
+ fallthrough?: boolean | undefined;
2171
+ }[] | undefined;
2172
+ findAdditionalModules?: boolean | undefined;
2173
+ baseDir?: string | undefined;
2174
+ preserveFileNames?: boolean | undefined;
2175
+ tailConsumers?: (string | {
2176
+ service: string;
2177
+ environment?: string | undefined;
2178
+ })[] | undefined;
2179
+ vars?: Record<string, unknown> | undefined;
2180
+ secrets?: Record<string, {
2181
+ required: boolean;
2182
+ }> | undefined;
2183
+ routes?: {
2184
+ pattern: string;
2185
+ zone_name?: string | undefined;
2186
+ zone_id?: string | undefined;
2187
+ custom_domain?: boolean | undefined;
2188
+ }[] | undefined;
2189
+ assets?: {
2190
+ directory: string;
2191
+ binding?: string | undefined;
2192
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
2193
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
2194
+ run_worker_first?: boolean | string[] | undefined;
2195
+ } | undefined;
2196
+ containers?: {
2197
+ className: string;
2198
+ image: string;
2199
+ maxInstances?: number | undefined;
2200
+ instanceType?: string | undefined;
2201
+ name?: string | undefined;
2202
+ imageBuildContext?: string | undefined;
2203
+ imageVars?: Record<string, string> | undefined;
2204
+ rolloutActiveGracePeriod?: number | undefined;
2205
+ rolloutStepPercentage?: number | number[] | undefined;
2206
+ }[] | undefined;
2207
+ placement?: {
2208
+ mode: "off" | "smart";
2209
+ hint?: string | undefined;
2210
+ } | {
2211
+ mode?: "targeted" | undefined;
2212
+ region: string;
2213
+ } | {
2214
+ mode?: "targeted" | undefined;
2215
+ host: string;
2216
+ } | {
2217
+ mode?: "targeted" | undefined;
2218
+ hostname: string;
2219
+ } | undefined;
2220
+ limits?: {
2221
+ cpu_ms?: number | undefined;
2222
+ subrequests?: number | undefined;
2223
+ } | undefined;
2224
+ observability?: {
2225
+ enabled?: boolean | undefined;
2226
+ head_sampling_rate?: number | undefined;
2227
+ logs?: {
2228
+ enabled?: boolean | undefined;
2229
+ head_sampling_rate?: number | undefined;
2230
+ invocation_logs?: boolean | undefined;
2231
+ persist?: boolean | undefined;
2232
+ destinations?: string[] | undefined;
2233
+ } | undefined;
2234
+ traces?: {
2235
+ enabled?: boolean | undefined;
2236
+ head_sampling_rate?: number | undefined;
2237
+ persist?: boolean | undefined;
2238
+ destinations?: string[] | undefined;
2239
+ } | undefined;
2240
+ } | undefined;
2241
+ migrations?: {
2242
+ tag: string;
2243
+ new_classes?: string[] | undefined;
2244
+ renamed_classes?: {
2245
+ from: string;
2246
+ to: string;
2247
+ }[] | undefined;
2248
+ deleted_classes?: string[] | undefined;
2249
+ new_sqlite_classes?: string[] | undefined;
2250
+ }[] | undefined;
2251
+ rolldown?: {
2252
+ target?: string | undefined;
2253
+ minify?: boolean | undefined;
2254
+ sourcemap?: boolean | undefined;
2255
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
2256
+ } | undefined;
2257
+ vite?: import("zod").objectOutputType<{
2258
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
2259
+ }, import("zod").ZodUnknown, "strip"> | undefined;
2260
+ wrangler?: {
2261
+ passthrough?: Record<string, unknown> | undefined;
2262
+ } | undefined;
2263
+ }, {
2264
+ name?: string | undefined;
2265
+ secretsStoreId?: string | undefined;
2266
+ compatibilityDate?: string | undefined;
2267
+ compatibilityFlags?: string[] | undefined;
2268
+ previews?: {
2269
+ includeCrons?: boolean | undefined;
2270
+ } | undefined;
2271
+ server?: {
2272
+ host?: string | undefined;
2273
+ port?: number | undefined;
2274
+ } | undefined;
2275
+ files?: {
2276
+ fetch?: string | false | undefined;
2277
+ queue?: string | false | undefined;
2278
+ scheduled?: string | false | undefined;
2279
+ email?: string | false | undefined;
2280
+ tail?: string | false | undefined;
2281
+ durableObjects?: string | false | undefined;
2282
+ entrypoints?: string | false | undefined;
2283
+ workflows?: string | false | undefined;
2284
+ routes?: false | {
2285
+ dir: string;
2286
+ prefix?: string | undefined;
2287
+ } | undefined;
2288
+ transport?: string | null | undefined;
2289
+ } | undefined;
2290
+ bindings?: {
2291
+ kv?: Record<string, string | {
2292
+ id: string;
2293
+ } | {
2294
+ name: string;
2295
+ }> | undefined;
2296
+ d1?: Record<string, string | {
2297
+ id: string;
2298
+ } | {
2299
+ name: string;
2300
+ }> | undefined;
2301
+ r2?: Record<string, string> | undefined;
2302
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
2303
+ queues?: {
2304
+ producers?: Record<string, string> | undefined;
2305
+ consumers?: {
2306
+ queue: string;
2307
+ maxBatchSize?: number | undefined;
2308
+ maxBatchTimeout?: number | undefined;
2309
+ maxRetries?: number | undefined;
2310
+ deadLetterQueue?: string | undefined;
2311
+ maxConcurrency?: number | undefined;
2312
+ retryDelay?: number | undefined;
2313
+ }[] | undefined;
2314
+ } | undefined;
2315
+ rateLimits?: Record<string, {
2316
+ namespaceId: string;
2317
+ simple: {
2318
+ limit: number;
2319
+ period: 10 | 60;
2320
+ };
2321
+ }> | undefined;
2322
+ versionMetadata?: {
2323
+ binding: string;
2324
+ } | undefined;
2325
+ workerLoaders?: Record<string, {}> | undefined;
2326
+ secretsStore?: Record<string, string | {
2327
+ storeId: string;
2328
+ secretName: string;
2329
+ }> | undefined;
2330
+ services?: Record<string, {
2331
+ service: string;
2332
+ environment?: string;
2333
+ entrypoint?: string;
2334
+ __ref?: unknown;
2335
+ }> | undefined;
2336
+ ai?: {
2337
+ binding: string;
2338
+ remote?: boolean | undefined;
2339
+ staging?: boolean | undefined;
2340
+ } | undefined;
2341
+ aiSearchNamespaces?: Record<string, {
2342
+ namespace: string;
2343
+ remote?: boolean | undefined;
2344
+ }> | undefined;
2345
+ aiSearch?: Record<string, {
2346
+ instanceName: string;
2347
+ remote?: boolean | undefined;
2348
+ }> | undefined;
2349
+ vectorize?: Record<string, {
2350
+ indexName: string;
2351
+ remote?: boolean | undefined;
2352
+ }> | undefined;
2353
+ hyperdrive?: Record<string, string | {
2354
+ id: string;
2355
+ localConnectionString?: string | undefined;
2356
+ } | {
2357
+ name: string;
2358
+ localConnectionString?: string | undefined;
2359
+ previewFallback?: "base" | undefined;
2360
+ previewId?: string | undefined;
2361
+ previewLocalConnectionString?: string | undefined;
2362
+ }> | undefined;
2363
+ browser?: Record<string, string | {
2364
+ remote?: boolean | undefined;
2365
+ }> | undefined;
2366
+ analyticsEngine?: Record<string, {
2367
+ dataset: string;
2368
+ }> | undefined;
2369
+ sendEmail?: Record<string, {
2370
+ destinationAddress?: string | undefined;
2371
+ allowedDestinationAddresses?: string[] | undefined;
2372
+ allowedSenderAddresses?: string[] | undefined;
2373
+ }> | undefined;
2374
+ mtlsCertificates?: Record<string, string | {
2375
+ certificateId: string;
2376
+ remote?: boolean | undefined;
2377
+ } | {
2378
+ certificate_id: string;
2379
+ remote?: boolean | undefined;
2380
+ }> | undefined;
2381
+ dispatchNamespaces?: Record<string, string | {
2382
+ namespace: string;
2383
+ outbound?: {
2384
+ service: string;
2385
+ environment?: string | undefined;
2386
+ parameters?: string[] | undefined;
2387
+ } | undefined;
2388
+ remote?: boolean | undefined;
2389
+ }> | undefined;
2390
+ workflows?: Record<string, {
2391
+ name: string;
2392
+ className: string;
2393
+ scriptName?: string | undefined;
2394
+ remote?: boolean | undefined;
2395
+ limits?: {
2396
+ steps: number;
2397
+ } | undefined;
2398
+ }> | undefined;
2399
+ pipelines?: Record<string, string | {
2400
+ pipeline: string;
2401
+ remote?: boolean | undefined;
2402
+ }> | undefined;
2403
+ images?: Record<string, true | {
2404
+ remote?: boolean | undefined;
2405
+ }> | undefined;
2406
+ media?: Record<string, true | {
2407
+ remote?: boolean | undefined;
2408
+ }> | undefined;
2409
+ artifacts?: Record<string, string | {
2410
+ namespace: string;
2411
+ remote?: boolean | undefined;
2412
+ }> | undefined;
2413
+ } | undefined;
2414
+ triggers?: {
2415
+ crons?: string[] | undefined;
2416
+ } | undefined;
2417
+ rules?: {
2418
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
2419
+ globs: string[];
2420
+ fallthrough?: boolean | undefined;
2421
+ }[] | undefined;
2422
+ findAdditionalModules?: boolean | undefined;
2423
+ baseDir?: string | undefined;
2424
+ preserveFileNames?: boolean | undefined;
2425
+ tailConsumers?: (string | {
2426
+ service: string;
2427
+ environment?: string | undefined;
2428
+ })[] | undefined;
2429
+ vars?: Record<string, unknown> | undefined;
2430
+ secrets?: Record<string, {
2431
+ required?: boolean | undefined;
2432
+ }> | undefined;
2433
+ routes?: {
2434
+ pattern: string;
2435
+ zone_name?: string | undefined;
2436
+ zone_id?: string | undefined;
2437
+ custom_domain?: boolean | undefined;
2438
+ }[] | undefined;
2439
+ assets?: {
2440
+ directory: string;
2441
+ binding?: string | undefined;
2442
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
2443
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
2444
+ run_worker_first?: boolean | string[] | undefined;
2445
+ } | undefined;
2446
+ containers?: {
2447
+ className: string;
2448
+ image: string;
2449
+ maxInstances?: number | undefined;
2450
+ instanceType?: string | undefined;
2451
+ name?: string | undefined;
2452
+ imageBuildContext?: string | undefined;
2453
+ imageVars?: Record<string, string> | undefined;
2454
+ rolloutActiveGracePeriod?: number | undefined;
2455
+ rolloutStepPercentage?: number | number[] | undefined;
2456
+ }[] | undefined;
2457
+ placement?: {
2458
+ mode: "off" | "smart";
2459
+ hint?: string | undefined;
2460
+ } | {
2461
+ mode?: "targeted" | undefined;
2462
+ region: string;
2463
+ } | {
2464
+ mode?: "targeted" | undefined;
2465
+ host: string;
2466
+ } | {
2467
+ mode?: "targeted" | undefined;
2468
+ hostname: string;
2469
+ } | undefined;
2470
+ limits?: {
2471
+ cpu_ms?: number | undefined;
2472
+ subrequests?: number | undefined;
2473
+ } | undefined;
2474
+ observability?: {
2475
+ enabled?: boolean | undefined;
2476
+ head_sampling_rate?: number | undefined;
2477
+ logs?: {
2478
+ enabled?: boolean | undefined;
2479
+ head_sampling_rate?: number | undefined;
2480
+ invocation_logs?: boolean | undefined;
2481
+ persist?: boolean | undefined;
2482
+ destinations?: string[] | undefined;
2483
+ } | undefined;
2484
+ traces?: {
2485
+ enabled?: boolean | undefined;
2486
+ head_sampling_rate?: number | undefined;
2487
+ persist?: boolean | undefined;
2488
+ destinations?: string[] | undefined;
2489
+ } | undefined;
2490
+ } | undefined;
2491
+ migrations?: {
2492
+ tag: string;
2493
+ new_classes?: string[] | undefined;
2494
+ renamed_classes?: {
2495
+ from: string;
2496
+ to: string;
2497
+ }[] | undefined;
2498
+ deleted_classes?: string[] | undefined;
2499
+ new_sqlite_classes?: string[] | undefined;
2500
+ }[] | undefined;
2501
+ rolldown?: {
2502
+ target?: string | undefined;
2503
+ minify?: boolean | undefined;
2504
+ sourcemap?: boolean | undefined;
2505
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
2506
+ } | undefined;
2507
+ vite?: import("zod").objectInputType<{
2508
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
2509
+ }, import("zod").ZodUnknown, "strip"> | undefined;
2510
+ wrangler?: {
2511
+ passthrough?: Record<string, unknown> | undefined;
2512
+ } | undefined;
2513
+ }>>>>;
2514
+ }, "strict", import("zod").ZodTypeAny, {
2515
+ name: string;
2516
+ accountId?: string | undefined;
2517
+ secretsStoreId?: string | undefined;
2518
+ compatibilityDate: string;
2519
+ compatibilityFlags: string[];
2520
+ previews?: {
2521
+ includeCrons: boolean;
2522
+ } | undefined;
2523
+ server?: {
2524
+ host?: string | undefined;
2525
+ port?: number | undefined;
2526
+ } | undefined;
2527
+ files?: {
2528
+ fetch?: string | false | undefined;
2529
+ queue?: string | false | undefined;
2530
+ scheduled?: string | false | undefined;
2531
+ email?: string | false | undefined;
2532
+ tail?: string | false | undefined;
2533
+ durableObjects?: string | false | undefined;
2534
+ entrypoints?: string | false | undefined;
2535
+ workflows?: string | false | undefined;
2536
+ routes?: false | {
2537
+ dir: string;
2538
+ prefix?: string | undefined;
2539
+ } | undefined;
2540
+ transport?: string | null | undefined;
2541
+ } | undefined;
2542
+ bindings?: {
2543
+ kv?: Record<string, string | {
2544
+ id: string;
2545
+ } | {
2546
+ name: string;
2547
+ }> | undefined;
2548
+ d1?: Record<string, string | {
2549
+ id: string;
2550
+ } | {
2551
+ name: string;
2552
+ }> | undefined;
2553
+ r2?: Record<string, string> | undefined;
2554
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
2555
+ queues?: {
2556
+ producers?: Record<string, string> | undefined;
2557
+ consumers?: {
2558
+ queue: string;
2559
+ maxBatchSize?: number | undefined;
2560
+ maxBatchTimeout?: number | undefined;
2561
+ maxRetries?: number | undefined;
2562
+ deadLetterQueue?: string | undefined;
2563
+ maxConcurrency?: number | undefined;
2564
+ retryDelay?: number | undefined;
2565
+ }[] | undefined;
2566
+ } | undefined;
2567
+ rateLimits?: Record<string, {
2568
+ namespaceId: string;
2569
+ simple: {
2570
+ limit: number;
2571
+ period: 10 | 60;
2572
+ };
2573
+ }> | undefined;
2574
+ versionMetadata?: {
2575
+ binding: string;
2576
+ } | undefined;
2577
+ workerLoaders?: Record<string, {}> | undefined;
2578
+ secretsStore?: Record<string, string | {
2579
+ storeId: string;
2580
+ secretName: string;
2581
+ }> | undefined;
2582
+ services?: Record<string, {
2583
+ service: string;
2584
+ environment?: string;
2585
+ entrypoint?: string;
2586
+ __ref?: unknown;
2587
+ }> | undefined;
2588
+ ai?: {
2589
+ binding: string;
2590
+ remote?: boolean | undefined;
2591
+ staging?: boolean | undefined;
2592
+ } | undefined;
2593
+ aiSearchNamespaces?: Record<string, {
2594
+ namespace: string;
2595
+ remote?: boolean | undefined;
2596
+ }> | undefined;
2597
+ aiSearch?: Record<string, {
2598
+ instanceName: string;
2599
+ remote?: boolean | undefined;
2600
+ }> | undefined;
2601
+ vectorize?: Record<string, {
2602
+ indexName: string;
2603
+ remote?: boolean | undefined;
2604
+ }> | undefined;
2605
+ hyperdrive?: Record<string, string | {
2606
+ id: string;
2607
+ localConnectionString?: string | undefined;
2608
+ } | {
2609
+ name: string;
2610
+ localConnectionString?: string | undefined;
2611
+ previewFallback?: "base" | undefined;
2612
+ previewId?: string | undefined;
2613
+ previewLocalConnectionString?: string | undefined;
2614
+ }> | undefined;
2615
+ browser?: Record<string, string | {
2616
+ remote?: boolean | undefined;
2617
+ }> | undefined;
2618
+ analyticsEngine?: Record<string, {
2619
+ dataset: string;
2620
+ }> | undefined;
2621
+ sendEmail?: Record<string, {
2622
+ destinationAddress?: string | undefined;
2623
+ allowedDestinationAddresses?: string[] | undefined;
2624
+ allowedSenderAddresses?: string[] | undefined;
2625
+ }> | undefined;
2626
+ mtlsCertificates?: Record<string, string | {
2627
+ certificateId: string;
2628
+ remote?: boolean | undefined;
2629
+ } | {
2630
+ certificate_id: string;
2631
+ remote?: boolean | undefined;
2632
+ }> | undefined;
2633
+ dispatchNamespaces?: Record<string, string | {
2634
+ namespace: string;
2635
+ outbound?: {
2636
+ service: string;
2637
+ environment?: string | undefined;
2638
+ parameters?: string[] | undefined;
2639
+ } | undefined;
2640
+ remote?: boolean | undefined;
2641
+ }> | undefined;
2642
+ workflows?: Record<string, {
2643
+ name: string;
2644
+ className: string;
2645
+ scriptName?: string | undefined;
2646
+ remote?: boolean | undefined;
2647
+ limits?: {
2648
+ steps: number;
2649
+ } | undefined;
2650
+ }> | undefined;
2651
+ pipelines?: Record<string, string | {
2652
+ pipeline: string;
2653
+ remote?: boolean | undefined;
2654
+ }> | undefined;
2655
+ images?: Record<string, true | {
2656
+ remote?: boolean | undefined;
2657
+ }> | undefined;
2658
+ media?: Record<string, true | {
2659
+ remote?: boolean | undefined;
2660
+ }> | undefined;
2661
+ artifacts?: Record<string, string | {
2662
+ namespace: string;
2663
+ remote?: boolean | undefined;
2664
+ }> | undefined;
2665
+ } | undefined;
2666
+ triggers?: {
2667
+ crons?: string[] | undefined;
2668
+ } | undefined;
2669
+ rules?: {
2670
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
2671
+ globs: string[];
2672
+ fallthrough?: boolean | undefined;
2673
+ }[] | undefined;
2674
+ findAdditionalModules?: boolean | undefined;
2675
+ baseDir?: string | undefined;
2676
+ preserveFileNames?: boolean | undefined;
2677
+ tailConsumers?: (string | {
2678
+ service: string;
2679
+ environment?: string | undefined;
2680
+ })[] | undefined;
2681
+ vars?: Record<string, unknown> | undefined;
2682
+ secrets?: Record<string, {
2683
+ required: boolean;
2684
+ }> | undefined;
2685
+ routes?: {
2686
+ pattern: string;
2687
+ zone_name?: string | undefined;
2688
+ zone_id?: string | undefined;
2689
+ custom_domain?: boolean | undefined;
2690
+ }[] | undefined;
2691
+ wsRoutes?: {
2692
+ pattern: string;
2693
+ doNamespace: string;
2694
+ idParam: string;
2695
+ forwardPath: string;
2696
+ }[] | undefined;
2697
+ assets?: {
2698
+ directory: string;
2699
+ binding?: string | undefined;
2700
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
2701
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
2702
+ run_worker_first?: boolean | string[] | undefined;
2703
+ } | undefined;
2704
+ containers?: {
2705
+ className: string;
2706
+ image: string;
2707
+ maxInstances?: number | undefined;
2708
+ instanceType?: string | undefined;
2709
+ name?: string | undefined;
2710
+ imageBuildContext?: string | undefined;
2711
+ imageVars?: Record<string, string> | undefined;
2712
+ rolloutActiveGracePeriod?: number | undefined;
2713
+ rolloutStepPercentage?: number | number[] | undefined;
2714
+ }[] | undefined;
2715
+ placement?: {
2716
+ mode: "off" | "smart";
2717
+ hint?: string | undefined;
2718
+ } | {
2719
+ mode?: "targeted" | undefined;
2720
+ region: string;
2721
+ } | {
2722
+ mode?: "targeted" | undefined;
2723
+ host: string;
2724
+ } | {
2725
+ mode?: "targeted" | undefined;
2726
+ hostname: string;
2727
+ } | undefined;
2728
+ limits?: {
2729
+ cpu_ms?: number | undefined;
2730
+ subrequests?: number | undefined;
2731
+ } | undefined;
2732
+ observability?: {
2733
+ enabled?: boolean | undefined;
2734
+ head_sampling_rate?: number | undefined;
2735
+ logs?: {
2736
+ enabled?: boolean | undefined;
2737
+ head_sampling_rate?: number | undefined;
2738
+ invocation_logs?: boolean | undefined;
2739
+ persist?: boolean | undefined;
2740
+ destinations?: string[] | undefined;
2741
+ } | undefined;
2742
+ traces?: {
2743
+ enabled?: boolean | undefined;
2744
+ head_sampling_rate?: number | undefined;
2745
+ persist?: boolean | undefined;
2746
+ destinations?: string[] | undefined;
2747
+ } | undefined;
2748
+ } | undefined;
2749
+ migrations?: {
2750
+ tag: string;
2751
+ new_classes?: string[] | undefined;
2752
+ renamed_classes?: {
2753
+ from: string;
2754
+ to: string;
2755
+ }[] | undefined;
2756
+ deleted_classes?: string[] | undefined;
2757
+ new_sqlite_classes?: string[] | undefined;
2758
+ }[] | undefined;
2759
+ rolldown?: {
2760
+ target?: string | undefined;
2761
+ minify?: boolean | undefined;
2762
+ sourcemap?: boolean | undefined;
2763
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
2764
+ } | undefined;
2765
+ vite?: import("zod").objectOutputType<{
2766
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
2767
+ }, import("zod").ZodUnknown, "strip"> | undefined;
2768
+ wrangler?: {
2769
+ passthrough?: Record<string, unknown> | undefined;
2770
+ } | undefined;
2771
+ env?: Record<string, {
2772
+ name?: string | undefined;
2773
+ secretsStoreId?: string | undefined;
2774
+ compatibilityDate?: string | undefined;
2775
+ compatibilityFlags?: string[] | undefined;
2776
+ previews?: {
2777
+ includeCrons: boolean;
2778
+ } | undefined;
2779
+ server?: {
2780
+ host?: string | undefined;
2781
+ port?: number | undefined;
2782
+ } | undefined;
2783
+ files?: {
2784
+ fetch?: string | false | undefined;
2785
+ queue?: string | false | undefined;
2786
+ scheduled?: string | false | undefined;
2787
+ email?: string | false | undefined;
2788
+ tail?: string | false | undefined;
2789
+ durableObjects?: string | false | undefined;
2790
+ entrypoints?: string | false | undefined;
2791
+ workflows?: string | false | undefined;
2792
+ routes?: false | {
2793
+ dir: string;
2794
+ prefix?: string | undefined;
2795
+ } | undefined;
2796
+ transport?: string | null | undefined;
2797
+ } | undefined;
2798
+ bindings?: {
2799
+ kv?: Record<string, string | {
2800
+ id: string;
2801
+ } | {
2802
+ name: string;
2803
+ }> | undefined;
2804
+ d1?: Record<string, string | {
2805
+ id: string;
2806
+ } | {
2807
+ name: string;
2808
+ }> | undefined;
2809
+ r2?: Record<string, string> | undefined;
2810
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
2811
+ queues?: {
2812
+ producers?: Record<string, string> | undefined;
2813
+ consumers?: {
2814
+ queue: string;
2815
+ maxBatchSize?: number | undefined;
2816
+ maxBatchTimeout?: number | undefined;
2817
+ maxRetries?: number | undefined;
2818
+ deadLetterQueue?: string | undefined;
2819
+ maxConcurrency?: number | undefined;
2820
+ retryDelay?: number | undefined;
2821
+ }[] | undefined;
2822
+ } | undefined;
2823
+ rateLimits?: Record<string, {
2824
+ namespaceId: string;
2825
+ simple: {
2826
+ limit: number;
2827
+ period: 10 | 60;
2828
+ };
2829
+ }> | undefined;
2830
+ versionMetadata?: {
2831
+ binding: string;
2832
+ } | undefined;
2833
+ workerLoaders?: Record<string, {}> | undefined;
2834
+ secretsStore?: Record<string, string | {
2835
+ storeId: string;
2836
+ secretName: string;
2837
+ }> | undefined;
2838
+ services?: Record<string, {
2839
+ service: string;
2840
+ environment?: string;
2841
+ entrypoint?: string;
2842
+ __ref?: unknown;
2843
+ }> | undefined;
2844
+ ai?: {
2845
+ binding: string;
2846
+ remote?: boolean | undefined;
2847
+ staging?: boolean | undefined;
2848
+ } | undefined;
2849
+ aiSearchNamespaces?: Record<string, {
2850
+ namespace: string;
2851
+ remote?: boolean | undefined;
2852
+ }> | undefined;
2853
+ aiSearch?: Record<string, {
2854
+ instanceName: string;
2855
+ remote?: boolean | undefined;
2856
+ }> | undefined;
2857
+ vectorize?: Record<string, {
2858
+ indexName: string;
2859
+ remote?: boolean | undefined;
2860
+ }> | undefined;
2861
+ hyperdrive?: Record<string, string | {
2862
+ id: string;
2863
+ localConnectionString?: string | undefined;
2864
+ } | {
2865
+ name: string;
2866
+ localConnectionString?: string | undefined;
2867
+ previewFallback?: "base" | undefined;
2868
+ previewId?: string | undefined;
2869
+ previewLocalConnectionString?: string | undefined;
2870
+ }> | undefined;
2871
+ browser?: Record<string, string | {
2872
+ remote?: boolean | undefined;
2873
+ }> | undefined;
2874
+ analyticsEngine?: Record<string, {
2875
+ dataset: string;
2876
+ }> | undefined;
2877
+ sendEmail?: Record<string, {
2878
+ destinationAddress?: string | undefined;
2879
+ allowedDestinationAddresses?: string[] | undefined;
2880
+ allowedSenderAddresses?: string[] | undefined;
2881
+ }> | undefined;
2882
+ mtlsCertificates?: Record<string, string | {
2883
+ certificateId: string;
2884
+ remote?: boolean | undefined;
2885
+ } | {
2886
+ certificate_id: string;
2887
+ remote?: boolean | undefined;
2888
+ }> | undefined;
2889
+ dispatchNamespaces?: Record<string, string | {
2890
+ namespace: string;
2891
+ outbound?: {
2892
+ service: string;
2893
+ environment?: string | undefined;
2894
+ parameters?: string[] | undefined;
2895
+ } | undefined;
2896
+ remote?: boolean | undefined;
2897
+ }> | undefined;
2898
+ workflows?: Record<string, {
2899
+ name: string;
2900
+ className: string;
2901
+ scriptName?: string | undefined;
2902
+ remote?: boolean | undefined;
2903
+ limits?: {
2904
+ steps: number;
2905
+ } | undefined;
2906
+ }> | undefined;
2907
+ pipelines?: Record<string, string | {
2908
+ pipeline: string;
2909
+ remote?: boolean | undefined;
2910
+ }> | undefined;
2911
+ images?: Record<string, true | {
2912
+ remote?: boolean | undefined;
2913
+ }> | undefined;
2914
+ media?: Record<string, true | {
2915
+ remote?: boolean | undefined;
2916
+ }> | undefined;
2917
+ artifacts?: Record<string, string | {
2918
+ namespace: string;
2919
+ remote?: boolean | undefined;
2920
+ }> | undefined;
2921
+ } | undefined;
2922
+ triggers?: {
2923
+ crons?: string[] | undefined;
2924
+ } | undefined;
2925
+ rules?: {
2926
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
2927
+ globs: string[];
2928
+ fallthrough?: boolean | undefined;
2929
+ }[] | undefined;
2930
+ findAdditionalModules?: boolean | undefined;
2931
+ baseDir?: string | undefined;
2932
+ preserveFileNames?: boolean | undefined;
2933
+ tailConsumers?: (string | {
2934
+ service: string;
2935
+ environment?: string | undefined;
2936
+ })[] | undefined;
2937
+ vars?: Record<string, unknown> | undefined;
2938
+ secrets?: Record<string, {
2939
+ required: boolean;
2940
+ }> | undefined;
2941
+ routes?: {
2942
+ pattern: string;
2943
+ zone_name?: string | undefined;
2944
+ zone_id?: string | undefined;
2945
+ custom_domain?: boolean | undefined;
2946
+ }[] | undefined;
2947
+ assets?: {
2948
+ directory: string;
2949
+ binding?: string | undefined;
2950
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
2951
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
2952
+ run_worker_first?: boolean | string[] | undefined;
2953
+ } | undefined;
2954
+ containers?: {
2955
+ className: string;
2956
+ image: string;
2957
+ maxInstances?: number | undefined;
2958
+ instanceType?: string | undefined;
2959
+ name?: string | undefined;
2960
+ imageBuildContext?: string | undefined;
2961
+ imageVars?: Record<string, string> | undefined;
2962
+ rolloutActiveGracePeriod?: number | undefined;
2963
+ rolloutStepPercentage?: number | number[] | undefined;
2964
+ }[] | undefined;
2965
+ placement?: {
2966
+ mode: "off" | "smart";
2967
+ hint?: string | undefined;
2968
+ } | {
2969
+ mode?: "targeted" | undefined;
2970
+ region: string;
2971
+ } | {
2972
+ mode?: "targeted" | undefined;
2973
+ host: string;
2974
+ } | {
2975
+ mode?: "targeted" | undefined;
2976
+ hostname: string;
2977
+ } | undefined;
2978
+ limits?: {
2979
+ cpu_ms?: number | undefined;
2980
+ subrequests?: number | undefined;
2981
+ } | undefined;
2982
+ observability?: {
2983
+ enabled?: boolean | undefined;
2984
+ head_sampling_rate?: number | undefined;
2985
+ logs?: {
2986
+ enabled?: boolean | undefined;
2987
+ head_sampling_rate?: number | undefined;
2988
+ invocation_logs?: boolean | undefined;
2989
+ persist?: boolean | undefined;
2990
+ destinations?: string[] | undefined;
2991
+ } | undefined;
2992
+ traces?: {
2993
+ enabled?: boolean | undefined;
2994
+ head_sampling_rate?: number | undefined;
2995
+ persist?: boolean | undefined;
2996
+ destinations?: string[] | undefined;
2997
+ } | undefined;
2998
+ } | undefined;
2999
+ migrations?: {
3000
+ tag: string;
3001
+ new_classes?: string[] | undefined;
3002
+ renamed_classes?: {
3003
+ from: string;
3004
+ to: string;
3005
+ }[] | undefined;
3006
+ deleted_classes?: string[] | undefined;
3007
+ new_sqlite_classes?: string[] | undefined;
3008
+ }[] | undefined;
3009
+ rolldown?: {
3010
+ target?: string | undefined;
3011
+ minify?: boolean | undefined;
3012
+ sourcemap?: boolean | undefined;
3013
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
3014
+ } | undefined;
3015
+ vite?: import("zod").objectOutputType<{
3016
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
3017
+ }, import("zod").ZodUnknown, "strip"> | undefined;
3018
+ wrangler?: {
3019
+ passthrough?: Record<string, unknown> | undefined;
3020
+ } | undefined;
3021
+ }> | undefined;
3022
+ }, {
3023
+ name: string;
3024
+ accountId?: string | undefined;
3025
+ secretsStoreId?: string | undefined;
3026
+ compatibilityDate?: string | undefined;
3027
+ compatibilityFlags?: string[] | undefined;
3028
+ previews?: {
3029
+ includeCrons?: boolean | undefined;
3030
+ } | undefined;
3031
+ server?: {
3032
+ host?: string | undefined;
3033
+ port?: number | undefined;
3034
+ } | undefined;
3035
+ files?: {
3036
+ fetch?: string | false | undefined;
3037
+ queue?: string | false | undefined;
3038
+ scheduled?: string | false | undefined;
3039
+ email?: string | false | undefined;
3040
+ tail?: string | false | undefined;
3041
+ durableObjects?: string | false | undefined;
3042
+ entrypoints?: string | false | undefined;
3043
+ workflows?: string | false | undefined;
3044
+ routes?: false | {
3045
+ dir: string;
3046
+ prefix?: string | undefined;
3047
+ } | undefined;
3048
+ transport?: string | null | undefined;
3049
+ } | undefined;
3050
+ bindings?: {
3051
+ kv?: Record<string, string | {
3052
+ id: string;
3053
+ } | {
3054
+ name: string;
3055
+ }> | undefined;
3056
+ d1?: Record<string, string | {
3057
+ id: string;
3058
+ } | {
3059
+ name: string;
3060
+ }> | undefined;
3061
+ r2?: Record<string, string> | undefined;
3062
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
3063
+ queues?: {
3064
+ producers?: Record<string, string> | undefined;
3065
+ consumers?: {
3066
+ queue: string;
3067
+ maxBatchSize?: number | undefined;
3068
+ maxBatchTimeout?: number | undefined;
3069
+ maxRetries?: number | undefined;
3070
+ deadLetterQueue?: string | undefined;
3071
+ maxConcurrency?: number | undefined;
3072
+ retryDelay?: number | undefined;
3073
+ }[] | undefined;
3074
+ } | undefined;
3075
+ rateLimits?: Record<string, {
3076
+ namespaceId: string;
3077
+ simple: {
3078
+ limit: number;
3079
+ period: 10 | 60;
3080
+ };
3081
+ }> | undefined;
3082
+ versionMetadata?: {
3083
+ binding: string;
3084
+ } | undefined;
3085
+ workerLoaders?: Record<string, {}> | undefined;
3086
+ secretsStore?: Record<string, string | {
3087
+ storeId: string;
3088
+ secretName: string;
3089
+ }> | undefined;
3090
+ services?: Record<string, {
3091
+ service: string;
3092
+ environment?: string;
3093
+ entrypoint?: string;
3094
+ __ref?: unknown;
3095
+ }> | undefined;
3096
+ ai?: {
3097
+ binding: string;
3098
+ remote?: boolean | undefined;
3099
+ staging?: boolean | undefined;
3100
+ } | undefined;
3101
+ aiSearchNamespaces?: Record<string, {
3102
+ namespace: string;
3103
+ remote?: boolean | undefined;
3104
+ }> | undefined;
3105
+ aiSearch?: Record<string, {
3106
+ instanceName: string;
3107
+ remote?: boolean | undefined;
3108
+ }> | undefined;
3109
+ vectorize?: Record<string, {
3110
+ indexName: string;
3111
+ remote?: boolean | undefined;
3112
+ }> | undefined;
3113
+ hyperdrive?: Record<string, string | {
3114
+ id: string;
3115
+ localConnectionString?: string | undefined;
3116
+ } | {
3117
+ name: string;
3118
+ localConnectionString?: string | undefined;
3119
+ previewFallback?: "base" | undefined;
3120
+ previewId?: string | undefined;
3121
+ previewLocalConnectionString?: string | undefined;
3122
+ }> | undefined;
3123
+ browser?: Record<string, string | {
3124
+ remote?: boolean | undefined;
3125
+ }> | undefined;
3126
+ analyticsEngine?: Record<string, {
3127
+ dataset: string;
3128
+ }> | undefined;
3129
+ sendEmail?: Record<string, {
3130
+ destinationAddress?: string | undefined;
3131
+ allowedDestinationAddresses?: string[] | undefined;
3132
+ allowedSenderAddresses?: string[] | undefined;
3133
+ }> | undefined;
3134
+ mtlsCertificates?: Record<string, string | {
3135
+ certificateId: string;
3136
+ remote?: boolean | undefined;
3137
+ } | {
3138
+ certificate_id: string;
3139
+ remote?: boolean | undefined;
3140
+ }> | undefined;
3141
+ dispatchNamespaces?: Record<string, string | {
3142
+ namespace: string;
3143
+ outbound?: {
3144
+ service: string;
3145
+ environment?: string | undefined;
3146
+ parameters?: string[] | undefined;
3147
+ } | undefined;
3148
+ remote?: boolean | undefined;
3149
+ }> | undefined;
3150
+ workflows?: Record<string, {
3151
+ name: string;
3152
+ className: string;
3153
+ scriptName?: string | undefined;
3154
+ remote?: boolean | undefined;
3155
+ limits?: {
3156
+ steps: number;
3157
+ } | undefined;
3158
+ }> | undefined;
3159
+ pipelines?: Record<string, string | {
3160
+ pipeline: string;
3161
+ remote?: boolean | undefined;
3162
+ }> | undefined;
3163
+ images?: Record<string, true | {
3164
+ remote?: boolean | undefined;
3165
+ }> | undefined;
3166
+ media?: Record<string, true | {
3167
+ remote?: boolean | undefined;
3168
+ }> | undefined;
3169
+ artifacts?: Record<string, string | {
3170
+ namespace: string;
3171
+ remote?: boolean | undefined;
3172
+ }> | undefined;
3173
+ } | undefined;
3174
+ triggers?: {
3175
+ crons?: string[] | undefined;
3176
+ } | undefined;
3177
+ rules?: {
3178
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
3179
+ globs: string[];
3180
+ fallthrough?: boolean | undefined;
3181
+ }[] | undefined;
3182
+ findAdditionalModules?: boolean | undefined;
3183
+ baseDir?: string | undefined;
3184
+ preserveFileNames?: boolean | undefined;
3185
+ tailConsumers?: (string | {
3186
+ service: string;
3187
+ environment?: string | undefined;
3188
+ })[] | undefined;
3189
+ vars?: Record<string, unknown> | undefined;
3190
+ secrets?: Record<string, {
3191
+ required?: boolean | undefined;
3192
+ }> | undefined;
3193
+ routes?: {
3194
+ pattern: string;
3195
+ zone_name?: string | undefined;
3196
+ zone_id?: string | undefined;
3197
+ custom_domain?: boolean | undefined;
3198
+ }[] | undefined;
3199
+ wsRoutes?: {
3200
+ pattern: string;
3201
+ doNamespace: string;
3202
+ idParam?: string | undefined;
3203
+ forwardPath?: string | undefined;
3204
+ }[] | undefined;
3205
+ assets?: {
3206
+ directory: string;
3207
+ binding?: string | undefined;
3208
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
3209
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
3210
+ run_worker_first?: boolean | string[] | undefined;
3211
+ } | undefined;
3212
+ containers?: {
3213
+ className: string;
3214
+ image: string;
3215
+ maxInstances?: number | undefined;
3216
+ instanceType?: string | undefined;
3217
+ name?: string | undefined;
3218
+ imageBuildContext?: string | undefined;
3219
+ imageVars?: Record<string, string> | undefined;
3220
+ rolloutActiveGracePeriod?: number | undefined;
3221
+ rolloutStepPercentage?: number | number[] | undefined;
3222
+ }[] | undefined;
3223
+ placement?: {
3224
+ mode: "off" | "smart";
3225
+ hint?: string | undefined;
3226
+ } | {
3227
+ mode?: "targeted" | undefined;
3228
+ region: string;
3229
+ } | {
3230
+ mode?: "targeted" | undefined;
3231
+ host: string;
3232
+ } | {
3233
+ mode?: "targeted" | undefined;
3234
+ hostname: string;
3235
+ } | undefined;
3236
+ limits?: {
3237
+ cpu_ms?: number | undefined;
3238
+ subrequests?: number | undefined;
3239
+ } | undefined;
3240
+ observability?: {
3241
+ enabled?: boolean | undefined;
3242
+ head_sampling_rate?: number | undefined;
3243
+ logs?: {
3244
+ enabled?: boolean | undefined;
3245
+ head_sampling_rate?: number | undefined;
3246
+ invocation_logs?: boolean | undefined;
3247
+ persist?: boolean | undefined;
3248
+ destinations?: string[] | undefined;
3249
+ } | undefined;
3250
+ traces?: {
3251
+ enabled?: boolean | undefined;
3252
+ head_sampling_rate?: number | undefined;
3253
+ persist?: boolean | undefined;
3254
+ destinations?: string[] | undefined;
3255
+ } | undefined;
3256
+ } | undefined;
3257
+ migrations?: {
3258
+ tag: string;
3259
+ new_classes?: string[] | undefined;
3260
+ renamed_classes?: {
3261
+ from: string;
3262
+ to: string;
3263
+ }[] | undefined;
3264
+ deleted_classes?: string[] | undefined;
3265
+ new_sqlite_classes?: string[] | undefined;
3266
+ }[] | undefined;
3267
+ rolldown?: {
3268
+ target?: string | undefined;
3269
+ minify?: boolean | undefined;
3270
+ sourcemap?: boolean | undefined;
3271
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
3272
+ } | undefined;
3273
+ vite?: import("zod").objectInputType<{
3274
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
3275
+ }, import("zod").ZodUnknown, "strip"> | undefined;
3276
+ wrangler?: {
3277
+ passthrough?: Record<string, unknown> | undefined;
3278
+ } | undefined;
3279
+ env?: Record<string, {
3280
+ name?: string | undefined;
3281
+ secretsStoreId?: string | undefined;
3282
+ compatibilityDate?: string | undefined;
3283
+ compatibilityFlags?: string[] | undefined;
3284
+ previews?: {
3285
+ includeCrons?: boolean | undefined;
3286
+ } | undefined;
3287
+ server?: {
3288
+ host?: string | undefined;
3289
+ port?: number | undefined;
3290
+ } | undefined;
3291
+ files?: {
3292
+ fetch?: string | false | undefined;
3293
+ queue?: string | false | undefined;
3294
+ scheduled?: string | false | undefined;
3295
+ email?: string | false | undefined;
3296
+ tail?: string | false | undefined;
3297
+ durableObjects?: string | false | undefined;
3298
+ entrypoints?: string | false | undefined;
3299
+ workflows?: string | false | undefined;
3300
+ routes?: false | {
3301
+ dir: string;
3302
+ prefix?: string | undefined;
3303
+ } | undefined;
3304
+ transport?: string | null | undefined;
3305
+ } | undefined;
3306
+ bindings?: {
3307
+ kv?: Record<string, string | {
3308
+ id: string;
3309
+ } | {
3310
+ name: string;
3311
+ }> | undefined;
3312
+ d1?: Record<string, string | {
3313
+ id: string;
3314
+ } | {
3315
+ name: string;
3316
+ }> | undefined;
3317
+ r2?: Record<string, string> | undefined;
3318
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
3319
+ queues?: {
3320
+ producers?: Record<string, string> | undefined;
3321
+ consumers?: {
3322
+ queue: string;
3323
+ maxBatchSize?: number | undefined;
3324
+ maxBatchTimeout?: number | undefined;
3325
+ maxRetries?: number | undefined;
3326
+ deadLetterQueue?: string | undefined;
3327
+ maxConcurrency?: number | undefined;
3328
+ retryDelay?: number | undefined;
3329
+ }[] | undefined;
3330
+ } | undefined;
3331
+ rateLimits?: Record<string, {
3332
+ namespaceId: string;
3333
+ simple: {
3334
+ limit: number;
3335
+ period: 10 | 60;
3336
+ };
3337
+ }> | undefined;
3338
+ versionMetadata?: {
3339
+ binding: string;
3340
+ } | undefined;
3341
+ workerLoaders?: Record<string, {}> | undefined;
3342
+ secretsStore?: Record<string, string | {
3343
+ storeId: string;
3344
+ secretName: string;
3345
+ }> | undefined;
3346
+ services?: Record<string, {
3347
+ service: string;
3348
+ environment?: string;
3349
+ entrypoint?: string;
3350
+ __ref?: unknown;
3351
+ }> | undefined;
3352
+ ai?: {
3353
+ binding: string;
3354
+ remote?: boolean | undefined;
3355
+ staging?: boolean | undefined;
3356
+ } | undefined;
3357
+ aiSearchNamespaces?: Record<string, {
3358
+ namespace: string;
3359
+ remote?: boolean | undefined;
3360
+ }> | undefined;
3361
+ aiSearch?: Record<string, {
3362
+ instanceName: string;
3363
+ remote?: boolean | undefined;
3364
+ }> | undefined;
3365
+ vectorize?: Record<string, {
3366
+ indexName: string;
3367
+ remote?: boolean | undefined;
3368
+ }> | undefined;
3369
+ hyperdrive?: Record<string, string | {
3370
+ id: string;
3371
+ localConnectionString?: string | undefined;
3372
+ } | {
3373
+ name: string;
3374
+ localConnectionString?: string | undefined;
3375
+ previewFallback?: "base" | undefined;
3376
+ previewId?: string | undefined;
3377
+ previewLocalConnectionString?: string | undefined;
3378
+ }> | undefined;
3379
+ browser?: Record<string, string | {
3380
+ remote?: boolean | undefined;
3381
+ }> | undefined;
3382
+ analyticsEngine?: Record<string, {
3383
+ dataset: string;
3384
+ }> | undefined;
3385
+ sendEmail?: Record<string, {
3386
+ destinationAddress?: string | undefined;
3387
+ allowedDestinationAddresses?: string[] | undefined;
3388
+ allowedSenderAddresses?: string[] | undefined;
3389
+ }> | undefined;
3390
+ mtlsCertificates?: Record<string, string | {
3391
+ certificateId: string;
3392
+ remote?: boolean | undefined;
3393
+ } | {
3394
+ certificate_id: string;
3395
+ remote?: boolean | undefined;
3396
+ }> | undefined;
3397
+ dispatchNamespaces?: Record<string, string | {
3398
+ namespace: string;
3399
+ outbound?: {
3400
+ service: string;
3401
+ environment?: string | undefined;
3402
+ parameters?: string[] | undefined;
3403
+ } | undefined;
3404
+ remote?: boolean | undefined;
3405
+ }> | undefined;
3406
+ workflows?: Record<string, {
3407
+ name: string;
3408
+ className: string;
3409
+ scriptName?: string | undefined;
3410
+ remote?: boolean | undefined;
3411
+ limits?: {
3412
+ steps: number;
3413
+ } | undefined;
3414
+ }> | undefined;
3415
+ pipelines?: Record<string, string | {
3416
+ pipeline: string;
3417
+ remote?: boolean | undefined;
3418
+ }> | undefined;
3419
+ images?: Record<string, true | {
3420
+ remote?: boolean | undefined;
3421
+ }> | undefined;
3422
+ media?: Record<string, true | {
3423
+ remote?: boolean | undefined;
3424
+ }> | undefined;
3425
+ artifacts?: Record<string, string | {
3426
+ namespace: string;
3427
+ remote?: boolean | undefined;
3428
+ }> | undefined;
3429
+ } | undefined;
3430
+ triggers?: {
3431
+ crons?: string[] | undefined;
3432
+ } | undefined;
3433
+ rules?: {
3434
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
3435
+ globs: string[];
3436
+ fallthrough?: boolean | undefined;
3437
+ }[] | undefined;
3438
+ findAdditionalModules?: boolean | undefined;
3439
+ baseDir?: string | undefined;
3440
+ preserveFileNames?: boolean | undefined;
3441
+ tailConsumers?: (string | {
3442
+ service: string;
3443
+ environment?: string | undefined;
3444
+ })[] | undefined;
3445
+ vars?: Record<string, unknown> | undefined;
3446
+ secrets?: Record<string, {
3447
+ required?: boolean | undefined;
3448
+ }> | undefined;
3449
+ routes?: {
3450
+ pattern: string;
3451
+ zone_name?: string | undefined;
3452
+ zone_id?: string | undefined;
3453
+ custom_domain?: boolean | undefined;
3454
+ }[] | undefined;
3455
+ assets?: {
3456
+ directory: string;
3457
+ binding?: string | undefined;
3458
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
3459
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
3460
+ run_worker_first?: boolean | string[] | undefined;
3461
+ } | undefined;
3462
+ containers?: {
3463
+ className: string;
3464
+ image: string;
3465
+ maxInstances?: number | undefined;
3466
+ instanceType?: string | undefined;
3467
+ name?: string | undefined;
3468
+ imageBuildContext?: string | undefined;
3469
+ imageVars?: Record<string, string> | undefined;
3470
+ rolloutActiveGracePeriod?: number | undefined;
3471
+ rolloutStepPercentage?: number | number[] | undefined;
3472
+ }[] | undefined;
3473
+ placement?: {
3474
+ mode: "off" | "smart";
3475
+ hint?: string | undefined;
3476
+ } | {
3477
+ mode?: "targeted" | undefined;
3478
+ region: string;
3479
+ } | {
3480
+ mode?: "targeted" | undefined;
3481
+ host: string;
3482
+ } | {
3483
+ mode?: "targeted" | undefined;
3484
+ hostname: string;
3485
+ } | undefined;
3486
+ limits?: {
3487
+ cpu_ms?: number | undefined;
3488
+ subrequests?: number | undefined;
3489
+ } | undefined;
3490
+ observability?: {
3491
+ enabled?: boolean | undefined;
3492
+ head_sampling_rate?: number | undefined;
3493
+ logs?: {
3494
+ enabled?: boolean | undefined;
3495
+ head_sampling_rate?: number | undefined;
3496
+ invocation_logs?: boolean | undefined;
3497
+ persist?: boolean | undefined;
3498
+ destinations?: string[] | undefined;
3499
+ } | undefined;
3500
+ traces?: {
3501
+ enabled?: boolean | undefined;
3502
+ head_sampling_rate?: number | undefined;
3503
+ persist?: boolean | undefined;
3504
+ destinations?: string[] | undefined;
3505
+ } | undefined;
3506
+ } | undefined;
3507
+ migrations?: {
3508
+ tag: string;
3509
+ new_classes?: string[] | undefined;
3510
+ renamed_classes?: {
3511
+ from: string;
3512
+ to: string;
3513
+ }[] | undefined;
3514
+ deleted_classes?: string[] | undefined;
3515
+ new_sqlite_classes?: string[] | undefined;
3516
+ }[] | undefined;
3517
+ rolldown?: {
3518
+ target?: string | undefined;
3519
+ minify?: boolean | undefined;
3520
+ sourcemap?: boolean | undefined;
3521
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
3522
+ } | undefined;
3523
+ vite?: import("zod").objectInputType<{
3524
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
3525
+ }, import("zod").ZodUnknown, "strip"> | undefined;
3526
+ wrangler?: {
3527
+ passthrough?: Record<string, unknown> | undefined;
3528
+ } | undefined;
3529
+ }> | undefined;
3530
+ }>, {
3531
+ name: string;
3532
+ accountId?: string | undefined;
3533
+ secretsStoreId?: string | undefined;
3534
+ compatibilityDate: string;
3535
+ compatibilityFlags: string[];
3536
+ previews?: {
3537
+ includeCrons: boolean;
3538
+ } | undefined;
3539
+ server?: {
3540
+ host?: string | undefined;
3541
+ port?: number | undefined;
3542
+ } | undefined;
3543
+ files?: {
3544
+ fetch?: string | false | undefined;
3545
+ queue?: string | false | undefined;
3546
+ scheduled?: string | false | undefined;
3547
+ email?: string | false | undefined;
3548
+ tail?: string | false | undefined;
3549
+ durableObjects?: string | false | undefined;
3550
+ entrypoints?: string | false | undefined;
3551
+ workflows?: string | false | undefined;
3552
+ routes?: false | {
3553
+ dir: string;
3554
+ prefix?: string | undefined;
3555
+ } | undefined;
3556
+ transport?: string | null | undefined;
3557
+ } | undefined;
3558
+ bindings?: {
3559
+ kv?: Record<string, string | {
3560
+ id: string;
3561
+ } | {
3562
+ name: string;
3563
+ }> | undefined;
3564
+ d1?: Record<string, string | {
3565
+ id: string;
3566
+ } | {
3567
+ name: string;
3568
+ }> | undefined;
3569
+ r2?: Record<string, string> | undefined;
3570
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
3571
+ queues?: {
3572
+ producers?: Record<string, string> | undefined;
3573
+ consumers?: {
3574
+ queue: string;
3575
+ maxBatchSize?: number | undefined;
3576
+ maxBatchTimeout?: number | undefined;
3577
+ maxRetries?: number | undefined;
3578
+ deadLetterQueue?: string | undefined;
3579
+ maxConcurrency?: number | undefined;
3580
+ retryDelay?: number | undefined;
3581
+ }[] | undefined;
3582
+ } | undefined;
3583
+ rateLimits?: Record<string, {
3584
+ namespaceId: string;
3585
+ simple: {
3586
+ limit: number;
3587
+ period: 10 | 60;
3588
+ };
3589
+ }> | undefined;
3590
+ versionMetadata?: {
3591
+ binding: string;
3592
+ } | undefined;
3593
+ workerLoaders?: Record<string, {}> | undefined;
3594
+ secretsStore?: Record<string, string | {
3595
+ storeId: string;
3596
+ secretName: string;
3597
+ }> | undefined;
3598
+ services?: Record<string, {
3599
+ service: string;
3600
+ environment?: string;
3601
+ entrypoint?: string;
3602
+ __ref?: unknown;
3603
+ }> | undefined;
3604
+ ai?: {
3605
+ binding: string;
3606
+ remote?: boolean | undefined;
3607
+ staging?: boolean | undefined;
3608
+ } | undefined;
3609
+ aiSearchNamespaces?: Record<string, {
3610
+ namespace: string;
3611
+ remote?: boolean | undefined;
3612
+ }> | undefined;
3613
+ aiSearch?: Record<string, {
3614
+ instanceName: string;
3615
+ remote?: boolean | undefined;
3616
+ }> | undefined;
3617
+ vectorize?: Record<string, {
3618
+ indexName: string;
3619
+ remote?: boolean | undefined;
3620
+ }> | undefined;
3621
+ hyperdrive?: Record<string, string | {
3622
+ id: string;
3623
+ localConnectionString?: string | undefined;
3624
+ } | {
3625
+ name: string;
3626
+ localConnectionString?: string | undefined;
3627
+ previewFallback?: "base" | undefined;
3628
+ previewId?: string | undefined;
3629
+ previewLocalConnectionString?: string | undefined;
3630
+ }> | undefined;
3631
+ browser?: Record<string, string | {
3632
+ remote?: boolean | undefined;
3633
+ }> | undefined;
3634
+ analyticsEngine?: Record<string, {
3635
+ dataset: string;
3636
+ }> | undefined;
3637
+ sendEmail?: Record<string, {
3638
+ destinationAddress?: string | undefined;
3639
+ allowedDestinationAddresses?: string[] | undefined;
3640
+ allowedSenderAddresses?: string[] | undefined;
3641
+ }> | undefined;
3642
+ mtlsCertificates?: Record<string, string | {
3643
+ certificateId: string;
3644
+ remote?: boolean | undefined;
3645
+ } | {
3646
+ certificate_id: string;
3647
+ remote?: boolean | undefined;
3648
+ }> | undefined;
3649
+ dispatchNamespaces?: Record<string, string | {
3650
+ namespace: string;
3651
+ outbound?: {
3652
+ service: string;
3653
+ environment?: string | undefined;
3654
+ parameters?: string[] | undefined;
3655
+ } | undefined;
3656
+ remote?: boolean | undefined;
3657
+ }> | undefined;
3658
+ workflows?: Record<string, {
3659
+ name: string;
3660
+ className: string;
3661
+ scriptName?: string | undefined;
3662
+ remote?: boolean | undefined;
3663
+ limits?: {
3664
+ steps: number;
3665
+ } | undefined;
3666
+ }> | undefined;
3667
+ pipelines?: Record<string, string | {
3668
+ pipeline: string;
3669
+ remote?: boolean | undefined;
3670
+ }> | undefined;
3671
+ images?: Record<string, true | {
3672
+ remote?: boolean | undefined;
3673
+ }> | undefined;
3674
+ media?: Record<string, true | {
3675
+ remote?: boolean | undefined;
3676
+ }> | undefined;
3677
+ artifacts?: Record<string, string | {
3678
+ namespace: string;
3679
+ remote?: boolean | undefined;
3680
+ }> | undefined;
3681
+ } | undefined;
3682
+ triggers?: {
3683
+ crons?: string[] | undefined;
3684
+ } | undefined;
3685
+ rules?: {
3686
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
3687
+ globs: string[];
3688
+ fallthrough?: boolean | undefined;
3689
+ }[] | undefined;
3690
+ findAdditionalModules?: boolean | undefined;
3691
+ baseDir?: string | undefined;
3692
+ preserveFileNames?: boolean | undefined;
3693
+ tailConsumers?: (string | {
3694
+ service: string;
3695
+ environment?: string | undefined;
3696
+ })[] | undefined;
3697
+ vars?: Record<string, unknown> | undefined;
3698
+ secrets?: Record<string, {
3699
+ required: boolean;
3700
+ }> | undefined;
3701
+ routes?: {
3702
+ pattern: string;
3703
+ zone_name?: string | undefined;
3704
+ zone_id?: string | undefined;
3705
+ custom_domain?: boolean | undefined;
3706
+ }[] | undefined;
3707
+ wsRoutes?: {
3708
+ pattern: string;
3709
+ doNamespace: string;
3710
+ idParam: string;
3711
+ forwardPath: string;
3712
+ }[] | undefined;
3713
+ assets?: {
3714
+ directory: string;
3715
+ binding?: string | undefined;
3716
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
3717
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
3718
+ run_worker_first?: boolean | string[] | undefined;
3719
+ } | undefined;
3720
+ containers?: {
3721
+ className: string;
3722
+ image: string;
3723
+ maxInstances?: number | undefined;
3724
+ instanceType?: string | undefined;
3725
+ name?: string | undefined;
3726
+ imageBuildContext?: string | undefined;
3727
+ imageVars?: Record<string, string> | undefined;
3728
+ rolloutActiveGracePeriod?: number | undefined;
3729
+ rolloutStepPercentage?: number | number[] | undefined;
3730
+ }[] | undefined;
3731
+ placement?: {
3732
+ mode: "off" | "smart";
3733
+ hint?: string | undefined;
3734
+ } | {
3735
+ mode?: "targeted" | undefined;
3736
+ region: string;
3737
+ } | {
3738
+ mode?: "targeted" | undefined;
3739
+ host: string;
3740
+ } | {
3741
+ mode?: "targeted" | undefined;
3742
+ hostname: string;
3743
+ } | undefined;
3744
+ limits?: {
3745
+ cpu_ms?: number | undefined;
3746
+ subrequests?: number | undefined;
3747
+ } | undefined;
3748
+ observability?: {
3749
+ enabled?: boolean | undefined;
3750
+ head_sampling_rate?: number | undefined;
3751
+ logs?: {
3752
+ enabled?: boolean | undefined;
3753
+ head_sampling_rate?: number | undefined;
3754
+ invocation_logs?: boolean | undefined;
3755
+ persist?: boolean | undefined;
3756
+ destinations?: string[] | undefined;
3757
+ } | undefined;
3758
+ traces?: {
3759
+ enabled?: boolean | undefined;
3760
+ head_sampling_rate?: number | undefined;
3761
+ persist?: boolean | undefined;
3762
+ destinations?: string[] | undefined;
3763
+ } | undefined;
3764
+ } | undefined;
3765
+ migrations?: {
3766
+ tag: string;
3767
+ new_classes?: string[] | undefined;
3768
+ renamed_classes?: {
3769
+ from: string;
3770
+ to: string;
3771
+ }[] | undefined;
3772
+ deleted_classes?: string[] | undefined;
3773
+ new_sqlite_classes?: string[] | undefined;
3774
+ }[] | undefined;
3775
+ rolldown?: {
3776
+ target?: string | undefined;
3777
+ minify?: boolean | undefined;
3778
+ sourcemap?: boolean | undefined;
3779
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
3780
+ } | undefined;
3781
+ vite?: import("zod").objectOutputType<{
3782
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
3783
+ }, import("zod").ZodUnknown, "strip"> | undefined;
3784
+ wrangler?: {
3785
+ passthrough?: Record<string, unknown> | undefined;
3786
+ } | undefined;
3787
+ env?: Record<string, {
3788
+ name?: string | undefined;
3789
+ secretsStoreId?: string | undefined;
3790
+ compatibilityDate?: string | undefined;
3791
+ compatibilityFlags?: string[] | undefined;
3792
+ previews?: {
3793
+ includeCrons: boolean;
3794
+ } | undefined;
3795
+ server?: {
3796
+ host?: string | undefined;
3797
+ port?: number | undefined;
3798
+ } | undefined;
3799
+ files?: {
3800
+ fetch?: string | false | undefined;
3801
+ queue?: string | false | undefined;
3802
+ scheduled?: string | false | undefined;
3803
+ email?: string | false | undefined;
3804
+ tail?: string | false | undefined;
3805
+ durableObjects?: string | false | undefined;
3806
+ entrypoints?: string | false | undefined;
3807
+ workflows?: string | false | undefined;
3808
+ routes?: false | {
3809
+ dir: string;
3810
+ prefix?: string | undefined;
3811
+ } | undefined;
3812
+ transport?: string | null | undefined;
3813
+ } | undefined;
3814
+ bindings?: {
3815
+ kv?: Record<string, string | {
3816
+ id: string;
3817
+ } | {
3818
+ name: string;
3819
+ }> | undefined;
3820
+ d1?: Record<string, string | {
3821
+ id: string;
3822
+ } | {
3823
+ name: string;
3824
+ }> | undefined;
3825
+ r2?: Record<string, string> | undefined;
3826
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
3827
+ queues?: {
3828
+ producers?: Record<string, string> | undefined;
3829
+ consumers?: {
3830
+ queue: string;
3831
+ maxBatchSize?: number | undefined;
3832
+ maxBatchTimeout?: number | undefined;
3833
+ maxRetries?: number | undefined;
3834
+ deadLetterQueue?: string | undefined;
3835
+ maxConcurrency?: number | undefined;
3836
+ retryDelay?: number | undefined;
3837
+ }[] | undefined;
3838
+ } | undefined;
3839
+ rateLimits?: Record<string, {
3840
+ namespaceId: string;
3841
+ simple: {
3842
+ limit: number;
3843
+ period: 10 | 60;
3844
+ };
3845
+ }> | undefined;
3846
+ versionMetadata?: {
3847
+ binding: string;
3848
+ } | undefined;
3849
+ workerLoaders?: Record<string, {}> | undefined;
3850
+ secretsStore?: Record<string, string | {
3851
+ storeId: string;
3852
+ secretName: string;
3853
+ }> | undefined;
3854
+ services?: Record<string, {
3855
+ service: string;
3856
+ environment?: string;
3857
+ entrypoint?: string;
3858
+ __ref?: unknown;
3859
+ }> | undefined;
3860
+ ai?: {
3861
+ binding: string;
3862
+ remote?: boolean | undefined;
3863
+ staging?: boolean | undefined;
3864
+ } | undefined;
3865
+ aiSearchNamespaces?: Record<string, {
3866
+ namespace: string;
3867
+ remote?: boolean | undefined;
3868
+ }> | undefined;
3869
+ aiSearch?: Record<string, {
3870
+ instanceName: string;
3871
+ remote?: boolean | undefined;
3872
+ }> | undefined;
3873
+ vectorize?: Record<string, {
3874
+ indexName: string;
3875
+ remote?: boolean | undefined;
3876
+ }> | undefined;
3877
+ hyperdrive?: Record<string, string | {
3878
+ id: string;
3879
+ localConnectionString?: string | undefined;
3880
+ } | {
3881
+ name: string;
3882
+ localConnectionString?: string | undefined;
3883
+ previewFallback?: "base" | undefined;
3884
+ previewId?: string | undefined;
3885
+ previewLocalConnectionString?: string | undefined;
3886
+ }> | undefined;
3887
+ browser?: Record<string, string | {
3888
+ remote?: boolean | undefined;
3889
+ }> | undefined;
3890
+ analyticsEngine?: Record<string, {
3891
+ dataset: string;
3892
+ }> | undefined;
3893
+ sendEmail?: Record<string, {
3894
+ destinationAddress?: string | undefined;
3895
+ allowedDestinationAddresses?: string[] | undefined;
3896
+ allowedSenderAddresses?: string[] | undefined;
3897
+ }> | undefined;
3898
+ mtlsCertificates?: Record<string, string | {
3899
+ certificateId: string;
3900
+ remote?: boolean | undefined;
3901
+ } | {
3902
+ certificate_id: string;
3903
+ remote?: boolean | undefined;
3904
+ }> | undefined;
3905
+ dispatchNamespaces?: Record<string, string | {
3906
+ namespace: string;
3907
+ outbound?: {
3908
+ service: string;
3909
+ environment?: string | undefined;
3910
+ parameters?: string[] | undefined;
3911
+ } | undefined;
3912
+ remote?: boolean | undefined;
3913
+ }> | undefined;
3914
+ workflows?: Record<string, {
3915
+ name: string;
3916
+ className: string;
3917
+ scriptName?: string | undefined;
3918
+ remote?: boolean | undefined;
3919
+ limits?: {
3920
+ steps: number;
3921
+ } | undefined;
3922
+ }> | undefined;
3923
+ pipelines?: Record<string, string | {
3924
+ pipeline: string;
3925
+ remote?: boolean | undefined;
3926
+ }> | undefined;
3927
+ images?: Record<string, true | {
3928
+ remote?: boolean | undefined;
3929
+ }> | undefined;
3930
+ media?: Record<string, true | {
3931
+ remote?: boolean | undefined;
3932
+ }> | undefined;
3933
+ artifacts?: Record<string, string | {
3934
+ namespace: string;
3935
+ remote?: boolean | undefined;
3936
+ }> | undefined;
3937
+ } | undefined;
3938
+ triggers?: {
3939
+ crons?: string[] | undefined;
3940
+ } | undefined;
3941
+ rules?: {
3942
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
3943
+ globs: string[];
3944
+ fallthrough?: boolean | undefined;
3945
+ }[] | undefined;
3946
+ findAdditionalModules?: boolean | undefined;
3947
+ baseDir?: string | undefined;
3948
+ preserveFileNames?: boolean | undefined;
3949
+ tailConsumers?: (string | {
3950
+ service: string;
3951
+ environment?: string | undefined;
3952
+ })[] | undefined;
3953
+ vars?: Record<string, unknown> | undefined;
3954
+ secrets?: Record<string, {
3955
+ required: boolean;
3956
+ }> | undefined;
3957
+ routes?: {
3958
+ pattern: string;
3959
+ zone_name?: string | undefined;
3960
+ zone_id?: string | undefined;
3961
+ custom_domain?: boolean | undefined;
3962
+ }[] | undefined;
3963
+ assets?: {
3964
+ directory: string;
3965
+ binding?: string | undefined;
3966
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
3967
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
3968
+ run_worker_first?: boolean | string[] | undefined;
3969
+ } | undefined;
3970
+ containers?: {
3971
+ className: string;
3972
+ image: string;
3973
+ maxInstances?: number | undefined;
3974
+ instanceType?: string | undefined;
3975
+ name?: string | undefined;
3976
+ imageBuildContext?: string | undefined;
3977
+ imageVars?: Record<string, string> | undefined;
3978
+ rolloutActiveGracePeriod?: number | undefined;
3979
+ rolloutStepPercentage?: number | number[] | undefined;
3980
+ }[] | undefined;
3981
+ placement?: {
3982
+ mode: "off" | "smart";
3983
+ hint?: string | undefined;
3984
+ } | {
3985
+ mode?: "targeted" | undefined;
3986
+ region: string;
3987
+ } | {
3988
+ mode?: "targeted" | undefined;
3989
+ host: string;
3990
+ } | {
3991
+ mode?: "targeted" | undefined;
3992
+ hostname: string;
3993
+ } | undefined;
3994
+ limits?: {
3995
+ cpu_ms?: number | undefined;
3996
+ subrequests?: number | undefined;
3997
+ } | undefined;
3998
+ observability?: {
3999
+ enabled?: boolean | undefined;
4000
+ head_sampling_rate?: number | undefined;
4001
+ logs?: {
4002
+ enabled?: boolean | undefined;
4003
+ head_sampling_rate?: number | undefined;
4004
+ invocation_logs?: boolean | undefined;
4005
+ persist?: boolean | undefined;
4006
+ destinations?: string[] | undefined;
4007
+ } | undefined;
4008
+ traces?: {
4009
+ enabled?: boolean | undefined;
4010
+ head_sampling_rate?: number | undefined;
4011
+ persist?: boolean | undefined;
4012
+ destinations?: string[] | undefined;
4013
+ } | undefined;
4014
+ } | undefined;
4015
+ migrations?: {
4016
+ tag: string;
4017
+ new_classes?: string[] | undefined;
4018
+ renamed_classes?: {
4019
+ from: string;
4020
+ to: string;
4021
+ }[] | undefined;
4022
+ deleted_classes?: string[] | undefined;
4023
+ new_sqlite_classes?: string[] | undefined;
4024
+ }[] | undefined;
4025
+ rolldown?: {
4026
+ target?: string | undefined;
4027
+ minify?: boolean | undefined;
4028
+ sourcemap?: boolean | undefined;
4029
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
4030
+ } | undefined;
4031
+ vite?: import("zod").objectOutputType<{
4032
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
4033
+ }, import("zod").ZodUnknown, "strip"> | undefined;
4034
+ wrangler?: {
4035
+ passthrough?: Record<string, unknown> | undefined;
4036
+ } | undefined;
4037
+ }> | undefined;
4038
+ }, {
4039
+ name: string;
4040
+ accountId?: string | undefined;
4041
+ secretsStoreId?: string | undefined;
4042
+ compatibilityDate?: string | undefined;
4043
+ compatibilityFlags?: string[] | undefined;
4044
+ previews?: {
4045
+ includeCrons?: boolean | undefined;
4046
+ } | undefined;
4047
+ server?: {
4048
+ host?: string | undefined;
4049
+ port?: number | undefined;
4050
+ } | undefined;
4051
+ files?: {
4052
+ fetch?: string | false | undefined;
4053
+ queue?: string | false | undefined;
4054
+ scheduled?: string | false | undefined;
4055
+ email?: string | false | undefined;
4056
+ tail?: string | false | undefined;
4057
+ durableObjects?: string | false | undefined;
4058
+ entrypoints?: string | false | undefined;
4059
+ workflows?: string | false | undefined;
4060
+ routes?: false | {
4061
+ dir: string;
4062
+ prefix?: string | undefined;
4063
+ } | undefined;
4064
+ transport?: string | null | undefined;
4065
+ } | undefined;
4066
+ bindings?: {
4067
+ kv?: Record<string, string | {
4068
+ id: string;
4069
+ } | {
4070
+ name: string;
4071
+ }> | undefined;
4072
+ d1?: Record<string, string | {
4073
+ id: string;
4074
+ } | {
4075
+ name: string;
4076
+ }> | undefined;
4077
+ r2?: Record<string, string> | undefined;
4078
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
4079
+ queues?: {
4080
+ producers?: Record<string, string> | undefined;
4081
+ consumers?: {
4082
+ queue: string;
4083
+ maxBatchSize?: number | undefined;
4084
+ maxBatchTimeout?: number | undefined;
4085
+ maxRetries?: number | undefined;
4086
+ deadLetterQueue?: string | undefined;
4087
+ maxConcurrency?: number | undefined;
4088
+ retryDelay?: number | undefined;
4089
+ }[] | undefined;
4090
+ } | undefined;
4091
+ rateLimits?: Record<string, {
4092
+ namespaceId: string;
4093
+ simple: {
4094
+ limit: number;
4095
+ period: 10 | 60;
4096
+ };
4097
+ }> | undefined;
4098
+ versionMetadata?: {
4099
+ binding: string;
4100
+ } | undefined;
4101
+ workerLoaders?: Record<string, {}> | undefined;
4102
+ secretsStore?: Record<string, string | {
4103
+ storeId: string;
4104
+ secretName: string;
4105
+ }> | undefined;
4106
+ services?: Record<string, {
4107
+ service: string;
4108
+ environment?: string;
4109
+ entrypoint?: string;
4110
+ __ref?: unknown;
4111
+ }> | undefined;
4112
+ ai?: {
4113
+ binding: string;
4114
+ remote?: boolean | undefined;
4115
+ staging?: boolean | undefined;
4116
+ } | undefined;
4117
+ aiSearchNamespaces?: Record<string, {
4118
+ namespace: string;
4119
+ remote?: boolean | undefined;
4120
+ }> | undefined;
4121
+ aiSearch?: Record<string, {
4122
+ instanceName: string;
4123
+ remote?: boolean | undefined;
4124
+ }> | undefined;
4125
+ vectorize?: Record<string, {
4126
+ indexName: string;
4127
+ remote?: boolean | undefined;
4128
+ }> | undefined;
4129
+ hyperdrive?: Record<string, string | {
4130
+ id: string;
4131
+ localConnectionString?: string | undefined;
4132
+ } | {
4133
+ name: string;
4134
+ localConnectionString?: string | undefined;
4135
+ previewFallback?: "base" | undefined;
4136
+ previewId?: string | undefined;
4137
+ previewLocalConnectionString?: string | undefined;
4138
+ }> | undefined;
4139
+ browser?: Record<string, string | {
4140
+ remote?: boolean | undefined;
4141
+ }> | undefined;
4142
+ analyticsEngine?: Record<string, {
4143
+ dataset: string;
4144
+ }> | undefined;
4145
+ sendEmail?: Record<string, {
4146
+ destinationAddress?: string | undefined;
4147
+ allowedDestinationAddresses?: string[] | undefined;
4148
+ allowedSenderAddresses?: string[] | undefined;
4149
+ }> | undefined;
4150
+ mtlsCertificates?: Record<string, string | {
4151
+ certificateId: string;
4152
+ remote?: boolean | undefined;
4153
+ } | {
4154
+ certificate_id: string;
4155
+ remote?: boolean | undefined;
4156
+ }> | undefined;
4157
+ dispatchNamespaces?: Record<string, string | {
4158
+ namespace: string;
4159
+ outbound?: {
4160
+ service: string;
4161
+ environment?: string | undefined;
4162
+ parameters?: string[] | undefined;
4163
+ } | undefined;
4164
+ remote?: boolean | undefined;
4165
+ }> | undefined;
4166
+ workflows?: Record<string, {
4167
+ name: string;
4168
+ className: string;
4169
+ scriptName?: string | undefined;
4170
+ remote?: boolean | undefined;
4171
+ limits?: {
4172
+ steps: number;
4173
+ } | undefined;
4174
+ }> | undefined;
4175
+ pipelines?: Record<string, string | {
4176
+ pipeline: string;
4177
+ remote?: boolean | undefined;
4178
+ }> | undefined;
4179
+ images?: Record<string, true | {
4180
+ remote?: boolean | undefined;
4181
+ }> | undefined;
4182
+ media?: Record<string, true | {
4183
+ remote?: boolean | undefined;
4184
+ }> | undefined;
4185
+ artifacts?: Record<string, string | {
4186
+ namespace: string;
4187
+ remote?: boolean | undefined;
4188
+ }> | undefined;
4189
+ } | undefined;
4190
+ triggers?: {
4191
+ crons?: string[] | undefined;
4192
+ } | undefined;
4193
+ rules?: {
4194
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
4195
+ globs: string[];
4196
+ fallthrough?: boolean | undefined;
4197
+ }[] | undefined;
4198
+ findAdditionalModules?: boolean | undefined;
4199
+ baseDir?: string | undefined;
4200
+ preserveFileNames?: boolean | undefined;
4201
+ tailConsumers?: (string | {
4202
+ service: string;
4203
+ environment?: string | undefined;
4204
+ })[] | undefined;
4205
+ vars?: Record<string, unknown> | undefined;
4206
+ secrets?: Record<string, {
4207
+ required?: boolean | undefined;
4208
+ }> | undefined;
4209
+ routes?: {
4210
+ pattern: string;
4211
+ zone_name?: string | undefined;
4212
+ zone_id?: string | undefined;
4213
+ custom_domain?: boolean | undefined;
4214
+ }[] | undefined;
4215
+ wsRoutes?: {
4216
+ pattern: string;
4217
+ doNamespace: string;
4218
+ idParam?: string | undefined;
4219
+ forwardPath?: string | undefined;
4220
+ }[] | undefined;
4221
+ assets?: {
4222
+ directory: string;
4223
+ binding?: string | undefined;
4224
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
4225
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
4226
+ run_worker_first?: boolean | string[] | undefined;
4227
+ } | undefined;
4228
+ containers?: {
4229
+ className: string;
4230
+ image: string;
4231
+ maxInstances?: number | undefined;
4232
+ instanceType?: string | undefined;
4233
+ name?: string | undefined;
4234
+ imageBuildContext?: string | undefined;
4235
+ imageVars?: Record<string, string> | undefined;
4236
+ rolloutActiveGracePeriod?: number | undefined;
4237
+ rolloutStepPercentage?: number | number[] | undefined;
4238
+ }[] | undefined;
4239
+ placement?: {
4240
+ mode: "off" | "smart";
4241
+ hint?: string | undefined;
4242
+ } | {
4243
+ mode?: "targeted" | undefined;
4244
+ region: string;
4245
+ } | {
4246
+ mode?: "targeted" | undefined;
4247
+ host: string;
4248
+ } | {
4249
+ mode?: "targeted" | undefined;
4250
+ hostname: string;
4251
+ } | undefined;
4252
+ limits?: {
4253
+ cpu_ms?: number | undefined;
4254
+ subrequests?: number | undefined;
4255
+ } | undefined;
4256
+ observability?: {
4257
+ enabled?: boolean | undefined;
4258
+ head_sampling_rate?: number | undefined;
4259
+ logs?: {
4260
+ enabled?: boolean | undefined;
4261
+ head_sampling_rate?: number | undefined;
4262
+ invocation_logs?: boolean | undefined;
4263
+ persist?: boolean | undefined;
4264
+ destinations?: string[] | undefined;
4265
+ } | undefined;
4266
+ traces?: {
4267
+ enabled?: boolean | undefined;
4268
+ head_sampling_rate?: number | undefined;
4269
+ persist?: boolean | undefined;
4270
+ destinations?: string[] | undefined;
4271
+ } | undefined;
4272
+ } | undefined;
4273
+ migrations?: {
4274
+ tag: string;
4275
+ new_classes?: string[] | undefined;
4276
+ renamed_classes?: {
4277
+ from: string;
4278
+ to: string;
4279
+ }[] | undefined;
4280
+ deleted_classes?: string[] | undefined;
4281
+ new_sqlite_classes?: string[] | undefined;
4282
+ }[] | undefined;
4283
+ rolldown?: {
4284
+ target?: string | undefined;
4285
+ minify?: boolean | undefined;
4286
+ sourcemap?: boolean | undefined;
4287
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
4288
+ } | undefined;
4289
+ vite?: import("zod").objectInputType<{
4290
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
4291
+ }, import("zod").ZodUnknown, "strip"> | undefined;
4292
+ wrangler?: {
4293
+ passthrough?: Record<string, unknown> | undefined;
4294
+ } | undefined;
4295
+ env?: Record<string, {
4296
+ name?: string | undefined;
4297
+ secretsStoreId?: string | undefined;
4298
+ compatibilityDate?: string | undefined;
4299
+ compatibilityFlags?: string[] | undefined;
4300
+ previews?: {
4301
+ includeCrons?: boolean | undefined;
4302
+ } | undefined;
4303
+ server?: {
4304
+ host?: string | undefined;
4305
+ port?: number | undefined;
4306
+ } | undefined;
4307
+ files?: {
4308
+ fetch?: string | false | undefined;
4309
+ queue?: string | false | undefined;
4310
+ scheduled?: string | false | undefined;
4311
+ email?: string | false | undefined;
4312
+ tail?: string | false | undefined;
4313
+ durableObjects?: string | false | undefined;
4314
+ entrypoints?: string | false | undefined;
4315
+ workflows?: string | false | undefined;
4316
+ routes?: false | {
4317
+ dir: string;
4318
+ prefix?: string | undefined;
4319
+ } | undefined;
4320
+ transport?: string | null | undefined;
4321
+ } | undefined;
4322
+ bindings?: {
4323
+ kv?: Record<string, string | {
4324
+ id: string;
4325
+ } | {
4326
+ name: string;
4327
+ }> | undefined;
4328
+ d1?: Record<string, string | {
4329
+ id: string;
4330
+ } | {
4331
+ name: string;
4332
+ }> | undefined;
4333
+ r2?: Record<string, string> | undefined;
4334
+ durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
4335
+ queues?: {
4336
+ producers?: Record<string, string> | undefined;
4337
+ consumers?: {
4338
+ queue: string;
4339
+ maxBatchSize?: number | undefined;
4340
+ maxBatchTimeout?: number | undefined;
4341
+ maxRetries?: number | undefined;
4342
+ deadLetterQueue?: string | undefined;
4343
+ maxConcurrency?: number | undefined;
4344
+ retryDelay?: number | undefined;
4345
+ }[] | undefined;
4346
+ } | undefined;
4347
+ rateLimits?: Record<string, {
4348
+ namespaceId: string;
4349
+ simple: {
4350
+ limit: number;
4351
+ period: 10 | 60;
4352
+ };
4353
+ }> | undefined;
4354
+ versionMetadata?: {
4355
+ binding: string;
4356
+ } | undefined;
4357
+ workerLoaders?: Record<string, {}> | undefined;
4358
+ secretsStore?: Record<string, string | {
4359
+ storeId: string;
4360
+ secretName: string;
4361
+ }> | undefined;
4362
+ services?: Record<string, {
4363
+ service: string;
4364
+ environment?: string;
4365
+ entrypoint?: string;
4366
+ __ref?: unknown;
4367
+ }> | undefined;
4368
+ ai?: {
4369
+ binding: string;
4370
+ remote?: boolean | undefined;
4371
+ staging?: boolean | undefined;
4372
+ } | undefined;
4373
+ aiSearchNamespaces?: Record<string, {
4374
+ namespace: string;
4375
+ remote?: boolean | undefined;
4376
+ }> | undefined;
4377
+ aiSearch?: Record<string, {
4378
+ instanceName: string;
4379
+ remote?: boolean | undefined;
4380
+ }> | undefined;
4381
+ vectorize?: Record<string, {
4382
+ indexName: string;
4383
+ remote?: boolean | undefined;
4384
+ }> | undefined;
4385
+ hyperdrive?: Record<string, string | {
4386
+ id: string;
4387
+ localConnectionString?: string | undefined;
4388
+ } | {
4389
+ name: string;
4390
+ localConnectionString?: string | undefined;
4391
+ previewFallback?: "base" | undefined;
4392
+ previewId?: string | undefined;
4393
+ previewLocalConnectionString?: string | undefined;
4394
+ }> | undefined;
4395
+ browser?: Record<string, string | {
4396
+ remote?: boolean | undefined;
4397
+ }> | undefined;
4398
+ analyticsEngine?: Record<string, {
4399
+ dataset: string;
4400
+ }> | undefined;
4401
+ sendEmail?: Record<string, {
4402
+ destinationAddress?: string | undefined;
4403
+ allowedDestinationAddresses?: string[] | undefined;
4404
+ allowedSenderAddresses?: string[] | undefined;
4405
+ }> | undefined;
4406
+ mtlsCertificates?: Record<string, string | {
4407
+ certificateId: string;
4408
+ remote?: boolean | undefined;
4409
+ } | {
4410
+ certificate_id: string;
4411
+ remote?: boolean | undefined;
4412
+ }> | undefined;
4413
+ dispatchNamespaces?: Record<string, string | {
4414
+ namespace: string;
4415
+ outbound?: {
4416
+ service: string;
4417
+ environment?: string | undefined;
4418
+ parameters?: string[] | undefined;
4419
+ } | undefined;
4420
+ remote?: boolean | undefined;
4421
+ }> | undefined;
4422
+ workflows?: Record<string, {
4423
+ name: string;
4424
+ className: string;
4425
+ scriptName?: string | undefined;
4426
+ remote?: boolean | undefined;
4427
+ limits?: {
4428
+ steps: number;
4429
+ } | undefined;
4430
+ }> | undefined;
4431
+ pipelines?: Record<string, string | {
4432
+ pipeline: string;
4433
+ remote?: boolean | undefined;
4434
+ }> | undefined;
4435
+ images?: Record<string, true | {
4436
+ remote?: boolean | undefined;
4437
+ }> | undefined;
4438
+ media?: Record<string, true | {
4439
+ remote?: boolean | undefined;
4440
+ }> | undefined;
4441
+ artifacts?: Record<string, string | {
4442
+ namespace: string;
4443
+ remote?: boolean | undefined;
4444
+ }> | undefined;
4445
+ } | undefined;
4446
+ triggers?: {
4447
+ crons?: string[] | undefined;
4448
+ } | undefined;
4449
+ rules?: {
4450
+ type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
4451
+ globs: string[];
4452
+ fallthrough?: boolean | undefined;
4453
+ }[] | undefined;
4454
+ findAdditionalModules?: boolean | undefined;
4455
+ baseDir?: string | undefined;
4456
+ preserveFileNames?: boolean | undefined;
4457
+ tailConsumers?: (string | {
4458
+ service: string;
4459
+ environment?: string | undefined;
4460
+ })[] | undefined;
4461
+ vars?: Record<string, unknown> | undefined;
4462
+ secrets?: Record<string, {
4463
+ required?: boolean | undefined;
4464
+ }> | undefined;
4465
+ routes?: {
4466
+ pattern: string;
4467
+ zone_name?: string | undefined;
4468
+ zone_id?: string | undefined;
4469
+ custom_domain?: boolean | undefined;
4470
+ }[] | undefined;
4471
+ assets?: {
4472
+ directory: string;
4473
+ binding?: string | undefined;
4474
+ html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
4475
+ not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
4476
+ run_worker_first?: boolean | string[] | undefined;
4477
+ } | undefined;
4478
+ containers?: {
4479
+ className: string;
4480
+ image: string;
4481
+ maxInstances?: number | undefined;
4482
+ instanceType?: string | undefined;
4483
+ name?: string | undefined;
4484
+ imageBuildContext?: string | undefined;
4485
+ imageVars?: Record<string, string> | undefined;
4486
+ rolloutActiveGracePeriod?: number | undefined;
4487
+ rolloutStepPercentage?: number | number[] | undefined;
4488
+ }[] | undefined;
4489
+ placement?: {
4490
+ mode: "off" | "smart";
4491
+ hint?: string | undefined;
4492
+ } | {
4493
+ mode?: "targeted" | undefined;
4494
+ region: string;
4495
+ } | {
4496
+ mode?: "targeted" | undefined;
4497
+ host: string;
4498
+ } | {
4499
+ mode?: "targeted" | undefined;
4500
+ hostname: string;
4501
+ } | undefined;
4502
+ limits?: {
4503
+ cpu_ms?: number | undefined;
4504
+ subrequests?: number | undefined;
4505
+ } | undefined;
4506
+ observability?: {
4507
+ enabled?: boolean | undefined;
4508
+ head_sampling_rate?: number | undefined;
4509
+ logs?: {
4510
+ enabled?: boolean | undefined;
4511
+ head_sampling_rate?: number | undefined;
4512
+ invocation_logs?: boolean | undefined;
4513
+ persist?: boolean | undefined;
4514
+ destinations?: string[] | undefined;
4515
+ } | undefined;
4516
+ traces?: {
4517
+ enabled?: boolean | undefined;
4518
+ head_sampling_rate?: number | undefined;
4519
+ persist?: boolean | undefined;
4520
+ destinations?: string[] | undefined;
4521
+ } | undefined;
4522
+ } | undefined;
4523
+ migrations?: {
4524
+ tag: string;
4525
+ new_classes?: string[] | undefined;
4526
+ renamed_classes?: {
4527
+ from: string;
4528
+ to: string;
4529
+ }[] | undefined;
4530
+ deleted_classes?: string[] | undefined;
4531
+ new_sqlite_classes?: string[] | undefined;
4532
+ }[] | undefined;
4533
+ rolldown?: {
4534
+ target?: string | undefined;
4535
+ minify?: boolean | undefined;
4536
+ sourcemap?: boolean | undefined;
4537
+ options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
4538
+ } | undefined;
4539
+ vite?: import("zod").objectInputType<{
4540
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
4541
+ }, import("zod").ZodUnknown, "strip"> | undefined;
4542
+ wrangler?: {
4543
+ passthrough?: Record<string, unknown> | undefined;
4544
+ } | undefined;
4545
+ }> | undefined;
4546
+ }>;
4547
+ export declare class ConfigNotFoundError extends Error {
4548
+ readonly code = "CONFIG_NOT_FOUND";
4549
+ constructor(..._args: ConfigNotFoundErrorArgs);
4550
+ }
4551
+ export declare class ConfigValidationError extends Error {
4552
+ readonly code = "CONFIG_VALIDATION_ERROR";
4553
+ constructor(..._args: ConfigValidationErrorArgs);
4554
+ }
4555
+ export declare class ConfigResourceResolutionError extends Error {
4556
+ readonly code = "CONFIG_RESOURCE_RESOLUTION_ERROR";
4557
+ constructor(..._args: ConfigResourceResolutionErrorArgs);
4558
+ }
4559
+ export declare const runCli: typeof import("./cli").runCli;
4560
+ export declare const parseArgs: typeof import("./cli").parseArgs;
4561
+ export declare const findDurableObjectClasses: typeof import("./transform").findDurableObjectClasses;
4562
+ export declare const findDurableObjectClassesDetailed: typeof import("./transform").findDurableObjectClasses;
4563
+ export declare const generateWrapper: typeof import("./transform").generateWrapper;
4564
+ export declare const transformDurableObject: typeof import("./transform").transformDurableObject;
4565
+ export declare const transformWorkerEntrypoint: typeof import("./transform").transformWorkerEntrypoint;
4566
+ export declare const findExportedFunctions: typeof import("./transform").findExportedFunctions;
4567
+ export declare const shouldTransformWorker: typeof import("./transform").shouldTransformWorker;
4568
+ export declare const generateRpcInterface: typeof import("./transform").generateRpcInterface;
4569
+ export declare const startMiniflare: typeof import("./bridge").startMiniflare;
4570
+ export declare const startMiniflareFromConfig: typeof import("./bridge").startMiniflareFromConfig;
4571
+ export declare const getMiniflare: typeof import("./bridge").getMiniflare;
4572
+ export declare const stopMiniflare: typeof import("./bridge").stopMiniflare;
4573
+ export declare const gateway: {
4574
+ fetch(request: Request, env: import("./bridge/server").GatewayEnv, ctx: ExecutionContext): Promise<Response>;
4575
+ };
4576
+ export declare const createTestContext: typeof import("./test").createTestContext;
4577
+ export declare const createMockTestContext: typeof import("./test").createMockTestContext;
4578
+ export declare const createMockKV: typeof import("./test").createMockKV;
4579
+ export declare const createMockD1: typeof import("./test").createMockD1;
4580
+ export declare const createMockR2: typeof import("./test").createMockR2;
4581
+ export declare const createMockQueue: typeof import("./test").createMockQueue;
4582
+ export declare const createMockEnv: typeof import("./test").createMockEnv;
4583
+ export declare const withTestContext: typeof import("./test").withTestContext;
4584
+ export { defineConfig as default } from './config/define';
4585
+ //# sourceMappingURL=browser.d.ts.map