devflare 1.0.0-next.4 → 1.0.0-next.40

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