@pcontext/api 0.0.1

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 (342) hide show
  1. package/README.md +151 -0
  2. package/dist/app.d.mts +44779 -0
  3. package/dist/app.d.mts.map +1 -0
  4. package/dist/app.mjs +37 -0
  5. package/dist/app.mjs.map +1 -0
  6. package/dist/client.d.mts +22428 -0
  7. package/dist/client.d.mts.map +1 -0
  8. package/dist/client.mjs +15 -0
  9. package/dist/client.mjs.map +1 -0
  10. package/dist/dev.d.mts +11 -0
  11. package/dist/dev.d.mts.map +1 -0
  12. package/dist/dev.mjs +16 -0
  13. package/dist/dev.mjs.map +1 -0
  14. package/dist/index.d.mts +3 -0
  15. package/dist/index.mjs +10 -0
  16. package/dist/index.mjs.map +1 -0
  17. package/dist/modules/doc/chat.route.d.mts +18 -0
  18. package/dist/modules/doc/chat.route.d.mts.map +1 -0
  19. package/dist/modules/doc/chat.route.mjs +20 -0
  20. package/dist/modules/doc/chat.route.mjs.map +1 -0
  21. package/dist/modules/doc/chat.service.d.mts +10 -0
  22. package/dist/modules/doc/chat.service.d.mts.map +1 -0
  23. package/dist/modules/doc/chat.service.mjs +29 -0
  24. package/dist/modules/doc/chat.service.mjs.map +1 -0
  25. package/dist/modules/doc/doc.dto.d.mts +67 -0
  26. package/dist/modules/doc/doc.dto.d.mts.map +1 -0
  27. package/dist/modules/doc/doc.dto.mjs +43 -0
  28. package/dist/modules/doc/doc.dto.mjs.map +1 -0
  29. package/dist/modules/doc/doc.entity.d.mts +19 -0
  30. package/dist/modules/doc/doc.entity.d.mts.map +1 -0
  31. package/dist/modules/doc/doc.entity.mjs +1 -0
  32. package/dist/modules/doc/doc.repo.interface.d.mts +28 -0
  33. package/dist/modules/doc/doc.repo.interface.d.mts.map +1 -0
  34. package/dist/modules/doc/doc.repo.interface.mjs +1 -0
  35. package/dist/modules/doc/doc.route.d.mts +14193 -0
  36. package/dist/modules/doc/doc.route.d.mts.map +1 -0
  37. package/dist/modules/doc/doc.route.mjs +100 -0
  38. package/dist/modules/doc/doc.route.mjs.map +1 -0
  39. package/dist/modules/doc/doc.service.d.mts +38 -0
  40. package/dist/modules/doc/doc.service.d.mts.map +1 -0
  41. package/dist/modules/doc/doc.service.mjs +134 -0
  42. package/dist/modules/doc/doc.service.mjs.map +1 -0
  43. package/dist/modules/doc/doc.vo.d.mts +17 -0
  44. package/dist/modules/doc/doc.vo.d.mts.map +1 -0
  45. package/dist/modules/doc/doc.vo.mjs +1 -0
  46. package/dist/modules/doc/infrastructure/agent/engine/chat.d.mts +21 -0
  47. package/dist/modules/doc/infrastructure/agent/engine/chat.d.mts.map +1 -0
  48. package/dist/modules/doc/infrastructure/agent/engine/chat.mjs +36 -0
  49. package/dist/modules/doc/infrastructure/agent/engine/chat.mjs.map +1 -0
  50. package/dist/modules/doc/infrastructure/agent/engine/generate.d.mts +28 -0
  51. package/dist/modules/doc/infrastructure/agent/engine/generate.d.mts.map +1 -0
  52. package/dist/modules/doc/infrastructure/agent/engine/generate.mjs +135 -0
  53. package/dist/modules/doc/infrastructure/agent/engine/generate.mjs.map +1 -0
  54. package/dist/modules/doc/infrastructure/agent/engine/query-filter.d.mts +7 -0
  55. package/dist/modules/doc/infrastructure/agent/engine/query-filter.d.mts.map +1 -0
  56. package/dist/modules/doc/infrastructure/agent/engine/query-filter.mjs +12 -0
  57. package/dist/modules/doc/infrastructure/agent/engine/query-filter.mjs.map +1 -0
  58. package/dist/modules/doc/infrastructure/agent/loaders/git-repository-reader.d.mts +54 -0
  59. package/dist/modules/doc/infrastructure/agent/loaders/git-repository-reader.d.mts.map +1 -0
  60. package/dist/modules/doc/infrastructure/agent/loaders/git-repository-reader.mjs +142 -0
  61. package/dist/modules/doc/infrastructure/agent/loaders/git-repository-reader.mjs.map +1 -0
  62. package/dist/modules/doc/infrastructure/agent/loaders/index.d.mts +3 -0
  63. package/dist/modules/doc/infrastructure/agent/loaders/index.mjs +4 -0
  64. package/dist/modules/doc/infrastructure/agent/loaders/website-crawl-reader.d.mts +42 -0
  65. package/dist/modules/doc/infrastructure/agent/loaders/website-crawl-reader.d.mts.map +1 -0
  66. package/dist/modules/doc/infrastructure/agent/loaders/website-crawl-reader.mjs +104 -0
  67. package/dist/modules/doc/infrastructure/agent/loaders/website-crawl-reader.mjs.map +1 -0
  68. package/dist/modules/doc/infrastructure/agent/settings.d.mts +5 -0
  69. package/dist/modules/doc/infrastructure/agent/settings.d.mts.map +1 -0
  70. package/dist/modules/doc/infrastructure/agent/settings.mjs +72 -0
  71. package/dist/modules/doc/infrastructure/agent/settings.mjs.map +1 -0
  72. package/dist/modules/doc/infrastructure/agent/storage/index.d.mts +7 -0
  73. package/dist/modules/doc/infrastructure/agent/storage/index.d.mts.map +1 -0
  74. package/dist/modules/doc/infrastructure/agent/storage/index.mjs +12 -0
  75. package/dist/modules/doc/infrastructure/agent/storage/index.mjs.map +1 -0
  76. package/dist/modules/doc/infrastructure/agent/storage/vector-store.d.mts +14 -0
  77. package/dist/modules/doc/infrastructure/agent/storage/vector-store.d.mts.map +1 -0
  78. package/dist/modules/doc/infrastructure/agent/storage/vector-store.mjs +35 -0
  79. package/dist/modules/doc/infrastructure/agent/storage/vector-store.mjs.map +1 -0
  80. package/dist/modules/doc/infrastructure/doc.po.d.mts +570 -0
  81. package/dist/modules/doc/infrastructure/doc.po.d.mts.map +1 -0
  82. package/dist/modules/doc/infrastructure/doc.po.mjs +54 -0
  83. package/dist/modules/doc/infrastructure/doc.po.mjs.map +1 -0
  84. package/dist/modules/doc/infrastructure/doc.repo.pg.d.mts +32 -0
  85. package/dist/modules/doc/infrastructure/doc.repo.pg.d.mts.map +1 -0
  86. package/dist/modules/doc/infrastructure/doc.repo.pg.mjs +157 -0
  87. package/dist/modules/doc/infrastructure/doc.repo.pg.mjs.map +1 -0
  88. package/dist/modules/doc/infrastructure/doc.repo.sqlite.d.mts +32 -0
  89. package/dist/modules/doc/infrastructure/doc.repo.sqlite.d.mts.map +1 -0
  90. package/dist/modules/doc/infrastructure/doc.repo.sqlite.mjs +153 -0
  91. package/dist/modules/doc/infrastructure/doc.repo.sqlite.mjs.map +1 -0
  92. package/dist/modules/doc/mcp.route.d.mts +18 -0
  93. package/dist/modules/doc/mcp.route.d.mts.map +1 -0
  94. package/dist/modules/doc/mcp.route.mjs +39 -0
  95. package/dist/modules/doc/mcp.route.mjs.map +1 -0
  96. package/dist/modules/doc/mcp.service.d.mts +22 -0
  97. package/dist/modules/doc/mcp.service.d.mts.map +1 -0
  98. package/dist/modules/doc/mcp.service.mjs +119 -0
  99. package/dist/modules/doc/mcp.service.mjs.map +1 -0
  100. package/dist/modules/rank/rank.dto.d.mts +10 -0
  101. package/dist/modules/rank/rank.dto.d.mts.map +1 -0
  102. package/dist/modules/rank/rank.dto.mjs +8 -0
  103. package/dist/modules/rank/rank.dto.mjs.map +1 -0
  104. package/dist/modules/rank/rank.route.d.mts +2033 -0
  105. package/dist/modules/rank/rank.route.d.mts.map +1 -0
  106. package/dist/modules/rank/rank.route.mjs +20 -0
  107. package/dist/modules/rank/rank.route.mjs.map +1 -0
  108. package/dist/modules/rank/rank.service.d.mts +32 -0
  109. package/dist/modules/rank/rank.service.d.mts.map +1 -0
  110. package/dist/modules/rank/rank.service.mjs +3 -0
  111. package/dist/modules/rank/rank.vo.d.mts +9 -0
  112. package/dist/modules/rank/rank.vo.d.mts.map +1 -0
  113. package/dist/modules/rank/rank.vo.mjs +1 -0
  114. package/dist/modules/task/infrastructure/mq/task-context.d.mts +29 -0
  115. package/dist/modules/task/infrastructure/mq/task-context.d.mts.map +1 -0
  116. package/dist/modules/task/infrastructure/mq/task-context.mjs +70 -0
  117. package/dist/modules/task/infrastructure/mq/task-context.mjs.map +1 -0
  118. package/dist/modules/task/infrastructure/mq/task-queue.d.mts +10 -0
  119. package/dist/modules/task/infrastructure/mq/task-queue.d.mts.map +1 -0
  120. package/dist/modules/task/infrastructure/mq/task-queue.mjs +12 -0
  121. package/dist/modules/task/infrastructure/mq/task-queue.mjs.map +1 -0
  122. package/dist/modules/task/infrastructure/mq/task-worker.d.mts +13 -0
  123. package/dist/modules/task/infrastructure/mq/task-worker.d.mts.map +1 -0
  124. package/dist/modules/task/infrastructure/mq/task-worker.mjs +35 -0
  125. package/dist/modules/task/infrastructure/mq/task-worker.mjs.map +1 -0
  126. package/dist/modules/task/infrastructure/task.po.d.mts +1147 -0
  127. package/dist/modules/task/infrastructure/task.po.d.mts.map +1 -0
  128. package/dist/modules/task/infrastructure/task.po.mjs +55 -0
  129. package/dist/modules/task/infrastructure/task.po.mjs.map +1 -0
  130. package/dist/modules/task/infrastructure/task.repo.pg.d.mts +21 -0
  131. package/dist/modules/task/infrastructure/task.repo.pg.d.mts.map +1 -0
  132. package/dist/modules/task/infrastructure/task.repo.pg.mjs +86 -0
  133. package/dist/modules/task/infrastructure/task.repo.pg.mjs.map +1 -0
  134. package/dist/modules/task/infrastructure/task.repo.sqlite.d.mts +21 -0
  135. package/dist/modules/task/infrastructure/task.repo.sqlite.d.mts.map +1 -0
  136. package/dist/modules/task/infrastructure/task.repo.sqlite.mjs +89 -0
  137. package/dist/modules/task/infrastructure/task.repo.sqlite.mjs.map +1 -0
  138. package/dist/modules/task/task.dto.d.mts +26 -0
  139. package/dist/modules/task/task.dto.d.mts.map +1 -0
  140. package/dist/modules/task/task.dto.mjs +25 -0
  141. package/dist/modules/task/task.dto.mjs.map +1 -0
  142. package/dist/modules/task/task.entity.d.mts +43 -0
  143. package/dist/modules/task/task.entity.d.mts.map +1 -0
  144. package/dist/modules/task/task.entity.mjs +1 -0
  145. package/dist/modules/task/task.repo.interface.d.mts +17 -0
  146. package/dist/modules/task/task.repo.interface.d.mts.map +1 -0
  147. package/dist/modules/task/task.repo.interface.mjs +1 -0
  148. package/dist/modules/task/task.route.d.mts +4087 -0
  149. package/dist/modules/task/task.route.d.mts.map +1 -0
  150. package/dist/modules/task/task.route.mjs +63 -0
  151. package/dist/modules/task/task.route.mjs.map +1 -0
  152. package/dist/modules/task/task.service.d.mts +28 -0
  153. package/dist/modules/task/task.service.d.mts.map +1 -0
  154. package/dist/modules/task/task.service.mjs +202 -0
  155. package/dist/modules/task/task.service.mjs.map +1 -0
  156. package/dist/modules/task/task.vo.d.mts +18 -0
  157. package/dist/modules/task/task.vo.d.mts.map +1 -0
  158. package/dist/modules/task/task.vo.mjs +1 -0
  159. package/dist/modules/user/application/user.service.d.mts +24 -0
  160. package/dist/modules/user/application/user.service.d.mts.map +1 -0
  161. package/dist/modules/user/application/user.service.mjs +153 -0
  162. package/dist/modules/user/application/user.service.mjs.map +1 -0
  163. package/dist/modules/user/domain/user.entity.d.mts +24 -0
  164. package/dist/modules/user/domain/user.entity.d.mts.map +1 -0
  165. package/dist/modules/user/domain/user.entity.mjs +35 -0
  166. package/dist/modules/user/domain/user.entity.mjs.map +1 -0
  167. package/dist/modules/user/domain/user.repo.interface.d.mts +27 -0
  168. package/dist/modules/user/domain/user.repo.interface.d.mts.map +1 -0
  169. package/dist/modules/user/domain/user.repo.interface.mjs +1 -0
  170. package/dist/modules/user/infrastructure/casbin/adapter.d.mts +7 -0
  171. package/dist/modules/user/infrastructure/casbin/adapter.d.mts.map +1 -0
  172. package/dist/modules/user/infrastructure/casbin/adapter.mjs +13 -0
  173. package/dist/modules/user/infrastructure/casbin/adapter.mjs.map +1 -0
  174. package/dist/modules/user/infrastructure/casbin/adapter.pg.d.mts +19 -0
  175. package/dist/modules/user/infrastructure/casbin/adapter.pg.d.mts.map +1 -0
  176. package/dist/modules/user/infrastructure/casbin/adapter.pg.mjs +129 -0
  177. package/dist/modules/user/infrastructure/casbin/adapter.pg.mjs.map +1 -0
  178. package/dist/modules/user/infrastructure/casbin/adapter.sqlite.d.mts +19 -0
  179. package/dist/modules/user/infrastructure/casbin/adapter.sqlite.d.mts.map +1 -0
  180. package/dist/modules/user/infrastructure/casbin/adapter.sqlite.mjs +129 -0
  181. package/dist/modules/user/infrastructure/casbin/adapter.sqlite.mjs.map +1 -0
  182. package/dist/modules/user/infrastructure/casbin/enforcer.d.mts +9 -0
  183. package/dist/modules/user/infrastructure/casbin/enforcer.d.mts.map +1 -0
  184. package/dist/modules/user/infrastructure/casbin/enforcer.mjs +150 -0
  185. package/dist/modules/user/infrastructure/casbin/enforcer.mjs.map +1 -0
  186. package/dist/modules/user/infrastructure/casbin-rule.po.d.mts +643 -0
  187. package/dist/modules/user/infrastructure/casbin-rule.po.d.mts.map +1 -0
  188. package/dist/modules/user/infrastructure/casbin-rule.po.mjs +30 -0
  189. package/dist/modules/user/infrastructure/casbin-rule.po.mjs.map +1 -0
  190. package/dist/modules/user/infrastructure/user.po.d.mts +392 -0
  191. package/dist/modules/user/infrastructure/user.po.d.mts.map +1 -0
  192. package/dist/modules/user/infrastructure/user.po.mjs +34 -0
  193. package/dist/modules/user/infrastructure/user.po.mjs.map +1 -0
  194. package/dist/modules/user/infrastructure/user.repo.pg.d.mts +24 -0
  195. package/dist/modules/user/infrastructure/user.repo.pg.d.mts.map +1 -0
  196. package/dist/modules/user/infrastructure/user.repo.pg.mjs +90 -0
  197. package/dist/modules/user/infrastructure/user.repo.pg.mjs.map +1 -0
  198. package/dist/modules/user/infrastructure/user.repo.sqlite.d.mts +24 -0
  199. package/dist/modules/user/infrastructure/user.repo.sqlite.d.mts.map +1 -0
  200. package/dist/modules/user/infrastructure/user.repo.sqlite.mjs +88 -0
  201. package/dist/modules/user/infrastructure/user.repo.sqlite.mjs.map +1 -0
  202. package/dist/modules/user/interfaces/admin.route.d.mts +8270 -0
  203. package/dist/modules/user/interfaces/admin.route.d.mts.map +1 -0
  204. package/dist/modules/user/interfaces/admin.route.mjs +74 -0
  205. package/dist/modules/user/interfaces/admin.route.mjs.map +1 -0
  206. package/dist/modules/user/interfaces/role.route.d.mts +102 -0
  207. package/dist/modules/user/interfaces/role.route.d.mts.map +1 -0
  208. package/dist/modules/user/interfaces/role.route.mjs +60 -0
  209. package/dist/modules/user/interfaces/role.route.mjs.map +1 -0
  210. package/dist/modules/user/interfaces/user.dto.d.mts +106 -0
  211. package/dist/modules/user/interfaces/user.dto.d.mts.map +1 -0
  212. package/dist/modules/user/interfaces/user.dto.mjs +32 -0
  213. package/dist/modules/user/interfaces/user.dto.mjs.map +1 -0
  214. package/dist/modules/user/interfaces/user.route.d.mts +2093 -0
  215. package/dist/modules/user/interfaces/user.route.d.mts.map +1 -0
  216. package/dist/modules/user/interfaces/user.route.mjs +69 -0
  217. package/dist/modules/user/interfaces/user.route.mjs.map +1 -0
  218. package/dist/modules/user/interfaces/user.vo.d.mts +28 -0
  219. package/dist/modules/user/interfaces/user.vo.d.mts.map +1 -0
  220. package/dist/modules/user/interfaces/user.vo.mjs +18 -0
  221. package/dist/modules/user/interfaces/user.vo.mjs.map +1 -0
  222. package/dist/rank.service-D2h-2iJA.mjs +109 -0
  223. package/dist/rank.service-D2h-2iJA.mjs.map +1 -0
  224. package/dist/settings.d.mts +12 -0
  225. package/dist/settings.d.mts.map +1 -0
  226. package/dist/settings.mjs +27 -0
  227. package/dist/settings.mjs.map +1 -0
  228. package/dist/shared/create-app.d.mts +13 -0
  229. package/dist/shared/create-app.d.mts.map +1 -0
  230. package/dist/shared/create-app.mjs +45 -0
  231. package/dist/shared/create-app.mjs.map +1 -0
  232. package/dist/shared/db/bootstrap.d.mts +5 -0
  233. package/dist/shared/db/bootstrap.d.mts.map +1 -0
  234. package/dist/shared/db/bootstrap.mjs +51 -0
  235. package/dist/shared/db/bootstrap.mjs.map +1 -0
  236. package/dist/shared/db/connection.d.mts +1567 -0
  237. package/dist/shared/db/connection.d.mts.map +1 -0
  238. package/dist/shared/db/connection.mjs +59 -0
  239. package/dist/shared/db/connection.mjs.map +1 -0
  240. package/dist/shared/db/migrations/pg/0000_init.sql +74 -0
  241. package/dist/shared/db/migrations/pg/0001_snippets & tokens.sql +6 -0
  242. package/dist/shared/db/migrations/pg/0002_change_task_id_to_uuid_v7.sql +3 -0
  243. package/dist/shared/db/migrations/pg/meta/0000_snapshot.json +498 -0
  244. package/dist/shared/db/migrations/pg/meta/0001_snapshot.json +513 -0
  245. package/dist/shared/db/migrations/pg/meta/0002_snapshot.json +514 -0
  246. package/dist/shared/db/migrations/pg/meta/_journal.json +27 -0
  247. package/dist/shared/db/migrations/sqlite/0000_init.sql +72 -0
  248. package/dist/shared/db/migrations/sqlite/0001_snippets & tokens.sql +2 -0
  249. package/dist/shared/db/migrations/sqlite/0002_change_task_id_to_uuid_v7.sql +35 -0
  250. package/dist/shared/db/migrations/sqlite/meta/0000_snapshot.json +493 -0
  251. package/dist/shared/db/migrations/sqlite/meta/0001_snapshot.json +509 -0
  252. package/dist/shared/db/migrations/sqlite/meta/0002_snapshot.json +509 -0
  253. package/dist/shared/db/migrations/sqlite/meta/_journal.json +27 -0
  254. package/dist/shared/db/seed.d.mts +5 -0
  255. package/dist/shared/db/seed.d.mts.map +1 -0
  256. package/dist/shared/db/seed.mjs +42 -0
  257. package/dist/shared/db/seed.mjs.map +1 -0
  258. package/dist/shared/deps.d.mts +28 -0
  259. package/dist/shared/deps.d.mts.map +1 -0
  260. package/dist/shared/deps.mjs +69 -0
  261. package/dist/shared/deps.mjs.map +1 -0
  262. package/dist/shared/dto/index.d.mts +11 -0
  263. package/dist/shared/dto/index.d.mts.map +1 -0
  264. package/dist/shared/dto/index.mjs +11 -0
  265. package/dist/shared/dto/index.mjs.map +1 -0
  266. package/dist/shared/logger.d.mts +14 -0
  267. package/dist/shared/logger.d.mts.map +1 -0
  268. package/dist/shared/logger.mjs +37 -0
  269. package/dist/shared/logger.mjs.map +1 -0
  270. package/dist/shared/mcp/createTool.d.mts +15 -0
  271. package/dist/shared/mcp/createTool.d.mts.map +1 -0
  272. package/dist/shared/mcp/createTool.mjs +8 -0
  273. package/dist/shared/mcp/createTool.mjs.map +1 -0
  274. package/dist/shared/middleware/authorization.d.mts +15 -0
  275. package/dist/shared/middleware/authorization.d.mts.map +1 -0
  276. package/dist/shared/middleware/authorization.mjs +46 -0
  277. package/dist/shared/middleware/authorization.mjs.map +1 -0
  278. package/dist/shared/middleware/http-logger.d.mts +7 -0
  279. package/dist/shared/middleware/http-logger.d.mts.map +1 -0
  280. package/dist/shared/middleware/http-logger.mjs +40 -0
  281. package/dist/shared/middleware/http-logger.mjs.map +1 -0
  282. package/dist/shared/middleware/jwt.d.mts +7 -0
  283. package/dist/shared/middleware/jwt.d.mts.map +1 -0
  284. package/dist/shared/middleware/jwt.mjs +34 -0
  285. package/dist/shared/middleware/jwt.mjs.map +1 -0
  286. package/dist/shared/middleware/limiter.d.mts +7 -0
  287. package/dist/shared/middleware/limiter.d.mts.map +1 -0
  288. package/dist/shared/middleware/limiter.mjs +10 -0
  289. package/dist/shared/middleware/limiter.mjs.map +1 -0
  290. package/dist/shared/middleware/services.d.mts +8 -0
  291. package/dist/shared/middleware/services.d.mts.map +1 -0
  292. package/dist/shared/middleware/services.mjs +19 -0
  293. package/dist/shared/middleware/services.mjs.map +1 -0
  294. package/dist/shared/redis/decorator.d.mts +113 -0
  295. package/dist/shared/redis/decorator.d.mts.map +1 -0
  296. package/dist/shared/redis/decorator.mjs +203 -0
  297. package/dist/shared/redis/decorator.mjs.map +1 -0
  298. package/dist/shared/redis/factory.d.mts +18 -0
  299. package/dist/shared/redis/factory.d.mts.map +1 -0
  300. package/dist/shared/redis/factory.mjs +41 -0
  301. package/dist/shared/redis/factory.mjs.map +1 -0
  302. package/dist/shared/redis/index.d.mts +12 -0
  303. package/dist/shared/redis/index.d.mts.map +1 -0
  304. package/dist/shared/redis/index.mjs +14 -0
  305. package/dist/shared/redis/index.mjs.map +1 -0
  306. package/dist/shared/types.d.mts +36 -0
  307. package/dist/shared/types.d.mts.map +1 -0
  308. package/dist/shared/types.mjs +1 -0
  309. package/dist/shared/utils/date.d.mts +1 -0
  310. package/dist/shared/utils/date.mjs +1 -0
  311. package/dist/shared/utils/error-handler.d.mts +7 -0
  312. package/dist/shared/utils/error-handler.d.mts.map +1 -0
  313. package/dist/shared/utils/error-handler.mjs +22 -0
  314. package/dist/shared/utils/error-handler.mjs.map +1 -0
  315. package/dist/shared/utils/format.d.mts +8 -0
  316. package/dist/shared/utils/format.d.mts.map +1 -0
  317. package/dist/shared/utils/format.mjs +24 -0
  318. package/dist/shared/utils/format.mjs.map +1 -0
  319. package/dist/shared/utils/pagination.d.mts +9 -0
  320. package/dist/shared/utils/pagination.d.mts.map +1 -0
  321. package/dist/shared/utils/pagination.mjs +12 -0
  322. package/dist/shared/utils/pagination.mjs.map +1 -0
  323. package/dist/shared/utils/response-template.d.mts +69 -0
  324. package/dist/shared/utils/response-template.d.mts.map +1 -0
  325. package/dist/shared/utils/response-template.mjs +96 -0
  326. package/dist/shared/utils/response-template.mjs.map +1 -0
  327. package/dist/shared/utils/url.d.mts +18 -0
  328. package/dist/shared/utils/url.d.mts.map +1 -0
  329. package/dist/shared/utils/url.mjs +39 -0
  330. package/dist/shared/utils/url.mjs.map +1 -0
  331. package/dist/shared/utils/user.d.mts +8 -0
  332. package/dist/shared/utils/user.d.mts.map +1 -0
  333. package/dist/shared/utils/user.mjs +11 -0
  334. package/dist/shared/utils/user.mjs.map +1 -0
  335. package/dist/shared/utils/validator.d.mts +5984 -0
  336. package/dist/shared/utils/validator.d.mts.map +1 -0
  337. package/dist/shared/utils/validator.mjs +34 -0
  338. package/dist/shared/utils/validator.mjs.map +1 -0
  339. package/dist/shared/vo/index.d.mts +11 -0
  340. package/dist/shared/vo/index.d.mts.map +1 -0
  341. package/dist/shared/vo/index.mjs +1 -0
  342. package/package.json +86 -0
@@ -0,0 +1,4087 @@
1
+ import { DocSourceEnumDTO } from "../doc/doc.dto.mjs";
2
+ import { TaskLogLevel, TaskStatus } from "./task.entity.mjs";
3
+ import { AppBindings } from "../../shared/types.mjs";
4
+ import z from "zod";
5
+ import * as hono_utils_types0 from "hono/utils/types";
6
+ import * as hono_utils_http_status0 from "hono/utils/http-status";
7
+ import * as zod_v30 from "zod/v3";
8
+ import * as hono_hono_base0 from "hono/hono-base";
9
+
10
+ //#region src/modules/task/task.route.d.ts
11
+ declare const router: hono_hono_base0.HonoBase<AppBindings, {
12
+ "/": {
13
+ $get: {
14
+ input: {
15
+ query?: any;
16
+ };
17
+ output: {
18
+ code: number;
19
+ message: string;
20
+ data: ({
21
+ code: "custom";
22
+ params?: {
23
+ [x: string]: any;
24
+ } | undefined;
25
+ path: (string | number)[];
26
+ message: string;
27
+ fatal?: boolean | undefined | undefined;
28
+ } | {
29
+ code: "invalid_type";
30
+ expected: zod_v30.ZodParsedType;
31
+ received: zod_v30.ZodParsedType;
32
+ path: (string | number)[];
33
+ message: string;
34
+ fatal?: boolean | undefined | undefined;
35
+ } | {
36
+ code: "invalid_literal";
37
+ expected: hono_utils_types0.JSONValue;
38
+ received: hono_utils_types0.JSONValue;
39
+ path: (string | number)[];
40
+ message: string;
41
+ fatal?: boolean | undefined | undefined;
42
+ } | {
43
+ code: "unrecognized_keys";
44
+ keys: string[];
45
+ path: (string | number)[];
46
+ message: string;
47
+ fatal?: boolean | undefined | undefined;
48
+ } | {
49
+ code: "invalid_union";
50
+ unionErrors: {
51
+ issues: ({
52
+ code: "custom";
53
+ params?: {
54
+ [x: string]: any;
55
+ } | undefined;
56
+ path: (string | number)[];
57
+ message: string;
58
+ fatal?: boolean | undefined | undefined;
59
+ } | {
60
+ code: "invalid_type";
61
+ expected: zod_v30.ZodParsedType;
62
+ received: zod_v30.ZodParsedType;
63
+ path: (string | number)[];
64
+ message: string;
65
+ fatal?: boolean | undefined | undefined;
66
+ } | {
67
+ code: "invalid_literal";
68
+ expected: hono_utils_types0.JSONValue;
69
+ received: hono_utils_types0.JSONValue;
70
+ path: (string | number)[];
71
+ message: string;
72
+ fatal?: boolean | undefined | undefined;
73
+ } | {
74
+ code: "unrecognized_keys";
75
+ keys: string[];
76
+ path: (string | number)[];
77
+ message: string;
78
+ fatal?: boolean | undefined | undefined;
79
+ } | /*elided*/any | {
80
+ code: "invalid_union_discriminator";
81
+ options: (string | number | boolean | null)[];
82
+ path: (string | number)[];
83
+ message: string;
84
+ fatal?: boolean | undefined | undefined;
85
+ } | {
86
+ received: string | number;
87
+ code: "invalid_enum_value";
88
+ options: (string | number)[];
89
+ path: (string | number)[];
90
+ message: string;
91
+ fatal?: boolean | undefined | undefined;
92
+ } | {
93
+ code: "invalid_arguments";
94
+ argumentsError: /*elided*/any;
95
+ path: (string | number)[];
96
+ message: string;
97
+ fatal?: boolean | undefined | undefined;
98
+ } | {
99
+ code: "invalid_return_type";
100
+ returnTypeError: /*elided*/any;
101
+ path: (string | number)[];
102
+ message: string;
103
+ fatal?: boolean | undefined | undefined;
104
+ } | {
105
+ code: "invalid_date";
106
+ path: (string | number)[];
107
+ message: string;
108
+ fatal?: boolean | undefined | undefined;
109
+ } | {
110
+ code: "invalid_string";
111
+ validation: "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "date" | "time" | "duration" | "base64" | "base64url" | "jwt" | "regex" | "datetime" | "ip" | "cidr" | {
112
+ includes: string;
113
+ position?: number | undefined | undefined;
114
+ } | {
115
+ startsWith: string;
116
+ } | {
117
+ endsWith: string;
118
+ };
119
+ path: (string | number)[];
120
+ message: string;
121
+ fatal?: boolean | undefined | undefined;
122
+ } | {
123
+ code: "too_small";
124
+ minimum: number;
125
+ inclusive: boolean;
126
+ exact?: boolean | undefined;
127
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
128
+ path: (string | number)[];
129
+ message: string;
130
+ fatal?: boolean | undefined | undefined;
131
+ } | {
132
+ code: "too_big";
133
+ maximum: number;
134
+ inclusive: boolean;
135
+ exact?: boolean | undefined;
136
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
137
+ path: (string | number)[];
138
+ message: string;
139
+ fatal?: boolean | undefined | undefined;
140
+ } | {
141
+ code: "invalid_intersection_types";
142
+ path: (string | number)[];
143
+ message: string;
144
+ fatal?: boolean | undefined | undefined;
145
+ } | {
146
+ code: "not_multiple_of";
147
+ multipleOf: number;
148
+ path: (string | number)[];
149
+ message: string;
150
+ fatal?: boolean | undefined | undefined;
151
+ } | {
152
+ code: "not_finite";
153
+ path: (string | number)[];
154
+ message: string;
155
+ fatal?: boolean | undefined | undefined;
156
+ })[];
157
+ readonly errors: ({
158
+ code: "custom";
159
+ params?: {
160
+ [x: string]: any;
161
+ } | undefined;
162
+ path: (string | number)[];
163
+ message: string;
164
+ fatal?: boolean | undefined | undefined;
165
+ } | {
166
+ code: "invalid_type";
167
+ expected: zod_v30.ZodParsedType;
168
+ received: zod_v30.ZodParsedType;
169
+ path: (string | number)[];
170
+ message: string;
171
+ fatal?: boolean | undefined | undefined;
172
+ } | {
173
+ code: "invalid_literal";
174
+ expected: hono_utils_types0.JSONValue;
175
+ received: hono_utils_types0.JSONValue;
176
+ path: (string | number)[];
177
+ message: string;
178
+ fatal?: boolean | undefined | undefined;
179
+ } | {
180
+ code: "unrecognized_keys";
181
+ keys: string[];
182
+ path: (string | number)[];
183
+ message: string;
184
+ fatal?: boolean | undefined | undefined;
185
+ } | /*elided*/any | {
186
+ code: "invalid_union_discriminator";
187
+ options: (string | number | boolean | null)[];
188
+ path: (string | number)[];
189
+ message: string;
190
+ fatal?: boolean | undefined | undefined;
191
+ } | {
192
+ received: string | number;
193
+ code: "invalid_enum_value";
194
+ options: (string | number)[];
195
+ path: (string | number)[];
196
+ message: string;
197
+ fatal?: boolean | undefined | undefined;
198
+ } | {
199
+ code: "invalid_arguments";
200
+ argumentsError: /*elided*/any;
201
+ path: (string | number)[];
202
+ message: string;
203
+ fatal?: boolean | undefined | undefined;
204
+ } | {
205
+ code: "invalid_return_type";
206
+ returnTypeError: /*elided*/any;
207
+ path: (string | number)[];
208
+ message: string;
209
+ fatal?: boolean | undefined | undefined;
210
+ } | {
211
+ code: "invalid_date";
212
+ path: (string | number)[];
213
+ message: string;
214
+ fatal?: boolean | undefined | undefined;
215
+ } | {
216
+ code: "invalid_string";
217
+ validation: "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "date" | "time" | "duration" | "base64" | "base64url" | "jwt" | "regex" | "datetime" | "ip" | "cidr" | {
218
+ includes: string;
219
+ position?: number | undefined | undefined;
220
+ } | {
221
+ startsWith: string;
222
+ } | {
223
+ endsWith: string;
224
+ };
225
+ path: (string | number)[];
226
+ message: string;
227
+ fatal?: boolean | undefined | undefined;
228
+ } | {
229
+ code: "too_small";
230
+ minimum: number;
231
+ inclusive: boolean;
232
+ exact?: boolean | undefined;
233
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
234
+ path: (string | number)[];
235
+ message: string;
236
+ fatal?: boolean | undefined | undefined;
237
+ } | {
238
+ code: "too_big";
239
+ maximum: number;
240
+ inclusive: boolean;
241
+ exact?: boolean | undefined;
242
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
243
+ path: (string | number)[];
244
+ message: string;
245
+ fatal?: boolean | undefined | undefined;
246
+ } | {
247
+ code: "invalid_intersection_types";
248
+ path: (string | number)[];
249
+ message: string;
250
+ fatal?: boolean | undefined | undefined;
251
+ } | {
252
+ code: "not_multiple_of";
253
+ multipleOf: number;
254
+ path: (string | number)[];
255
+ message: string;
256
+ fatal?: boolean | undefined | undefined;
257
+ } | {
258
+ code: "not_finite";
259
+ path: (string | number)[];
260
+ message: string;
261
+ fatal?: boolean | undefined | undefined;
262
+ })[];
263
+ readonly message: string;
264
+ readonly isEmpty: boolean;
265
+ addIssue: never;
266
+ addIssues: never;
267
+ readonly formErrors: {
268
+ formErrors: string[];
269
+ fieldErrors: {
270
+ [x: string]: string[] | undefined;
271
+ [x: number]: string[] | undefined;
272
+ };
273
+ };
274
+ name: string;
275
+ stack?: string | undefined;
276
+ cause?: hono_utils_types0.JSONValue | undefined;
277
+ }[];
278
+ path: (string | number)[];
279
+ message: string;
280
+ fatal?: boolean | undefined | undefined;
281
+ } | {
282
+ code: "invalid_union_discriminator";
283
+ options: (string | number | boolean | null)[];
284
+ path: (string | number)[];
285
+ message: string;
286
+ fatal?: boolean | undefined | undefined;
287
+ } | {
288
+ received: string | number;
289
+ code: "invalid_enum_value";
290
+ options: (string | number)[];
291
+ path: (string | number)[];
292
+ message: string;
293
+ fatal?: boolean | undefined | undefined;
294
+ } | {
295
+ code: "invalid_arguments";
296
+ argumentsError: {
297
+ issues: ({
298
+ code: "custom";
299
+ params?: {
300
+ [x: string]: any;
301
+ } | undefined;
302
+ path: (string | number)[];
303
+ message: string;
304
+ fatal?: boolean | undefined | undefined;
305
+ } | {
306
+ code: "invalid_type";
307
+ expected: zod_v30.ZodParsedType;
308
+ received: zod_v30.ZodParsedType;
309
+ path: (string | number)[];
310
+ message: string;
311
+ fatal?: boolean | undefined | undefined;
312
+ } | {
313
+ code: "invalid_literal";
314
+ expected: hono_utils_types0.JSONValue;
315
+ received: hono_utils_types0.JSONValue;
316
+ path: (string | number)[];
317
+ message: string;
318
+ fatal?: boolean | undefined | undefined;
319
+ } | {
320
+ code: "unrecognized_keys";
321
+ keys: string[];
322
+ path: (string | number)[];
323
+ message: string;
324
+ fatal?: boolean | undefined | undefined;
325
+ } | {
326
+ code: "invalid_union";
327
+ unionErrors: /*elided*/any[];
328
+ path: (string | number)[];
329
+ message: string;
330
+ fatal?: boolean | undefined | undefined;
331
+ } | {
332
+ code: "invalid_union_discriminator";
333
+ options: (string | number | boolean | null)[];
334
+ path: (string | number)[];
335
+ message: string;
336
+ fatal?: boolean | undefined | undefined;
337
+ } | {
338
+ received: string | number;
339
+ code: "invalid_enum_value";
340
+ options: (string | number)[];
341
+ path: (string | number)[];
342
+ message: string;
343
+ fatal?: boolean | undefined | undefined;
344
+ } | /*elided*/any | {
345
+ code: "invalid_return_type";
346
+ returnTypeError: /*elided*/any;
347
+ path: (string | number)[];
348
+ message: string;
349
+ fatal?: boolean | undefined | undefined;
350
+ } | {
351
+ code: "invalid_date";
352
+ path: (string | number)[];
353
+ message: string;
354
+ fatal?: boolean | undefined | undefined;
355
+ } | {
356
+ code: "invalid_string";
357
+ validation: "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "date" | "time" | "duration" | "base64" | "base64url" | "jwt" | "regex" | "datetime" | "ip" | "cidr" | {
358
+ includes: string;
359
+ position?: number | undefined | undefined;
360
+ } | {
361
+ startsWith: string;
362
+ } | {
363
+ endsWith: string;
364
+ };
365
+ path: (string | number)[];
366
+ message: string;
367
+ fatal?: boolean | undefined | undefined;
368
+ } | {
369
+ code: "too_small";
370
+ minimum: number;
371
+ inclusive: boolean;
372
+ exact?: boolean | undefined;
373
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
374
+ path: (string | number)[];
375
+ message: string;
376
+ fatal?: boolean | undefined | undefined;
377
+ } | {
378
+ code: "too_big";
379
+ maximum: number;
380
+ inclusive: boolean;
381
+ exact?: boolean | undefined;
382
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
383
+ path: (string | number)[];
384
+ message: string;
385
+ fatal?: boolean | undefined | undefined;
386
+ } | {
387
+ code: "invalid_intersection_types";
388
+ path: (string | number)[];
389
+ message: string;
390
+ fatal?: boolean | undefined | undefined;
391
+ } | {
392
+ code: "not_multiple_of";
393
+ multipleOf: number;
394
+ path: (string | number)[];
395
+ message: string;
396
+ fatal?: boolean | undefined | undefined;
397
+ } | {
398
+ code: "not_finite";
399
+ path: (string | number)[];
400
+ message: string;
401
+ fatal?: boolean | undefined | undefined;
402
+ })[];
403
+ readonly errors: ({
404
+ code: "custom";
405
+ params?: {
406
+ [x: string]: any;
407
+ } | undefined;
408
+ path: (string | number)[];
409
+ message: string;
410
+ fatal?: boolean | undefined | undefined;
411
+ } | {
412
+ code: "invalid_type";
413
+ expected: zod_v30.ZodParsedType;
414
+ received: zod_v30.ZodParsedType;
415
+ path: (string | number)[];
416
+ message: string;
417
+ fatal?: boolean | undefined | undefined;
418
+ } | {
419
+ code: "invalid_literal";
420
+ expected: hono_utils_types0.JSONValue;
421
+ received: hono_utils_types0.JSONValue;
422
+ path: (string | number)[];
423
+ message: string;
424
+ fatal?: boolean | undefined | undefined;
425
+ } | {
426
+ code: "unrecognized_keys";
427
+ keys: string[];
428
+ path: (string | number)[];
429
+ message: string;
430
+ fatal?: boolean | undefined | undefined;
431
+ } | {
432
+ code: "invalid_union";
433
+ unionErrors: /*elided*/any[];
434
+ path: (string | number)[];
435
+ message: string;
436
+ fatal?: boolean | undefined | undefined;
437
+ } | {
438
+ code: "invalid_union_discriminator";
439
+ options: (string | number | boolean | null)[];
440
+ path: (string | number)[];
441
+ message: string;
442
+ fatal?: boolean | undefined | undefined;
443
+ } | {
444
+ received: string | number;
445
+ code: "invalid_enum_value";
446
+ options: (string | number)[];
447
+ path: (string | number)[];
448
+ message: string;
449
+ fatal?: boolean | undefined | undefined;
450
+ } | /*elided*/any | {
451
+ code: "invalid_return_type";
452
+ returnTypeError: /*elided*/any;
453
+ path: (string | number)[];
454
+ message: string;
455
+ fatal?: boolean | undefined | undefined;
456
+ } | {
457
+ code: "invalid_date";
458
+ path: (string | number)[];
459
+ message: string;
460
+ fatal?: boolean | undefined | undefined;
461
+ } | {
462
+ code: "invalid_string";
463
+ validation: "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "date" | "time" | "duration" | "base64" | "base64url" | "jwt" | "regex" | "datetime" | "ip" | "cidr" | {
464
+ includes: string;
465
+ position?: number | undefined | undefined;
466
+ } | {
467
+ startsWith: string;
468
+ } | {
469
+ endsWith: string;
470
+ };
471
+ path: (string | number)[];
472
+ message: string;
473
+ fatal?: boolean | undefined | undefined;
474
+ } | {
475
+ code: "too_small";
476
+ minimum: number;
477
+ inclusive: boolean;
478
+ exact?: boolean | undefined;
479
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
480
+ path: (string | number)[];
481
+ message: string;
482
+ fatal?: boolean | undefined | undefined;
483
+ } | {
484
+ code: "too_big";
485
+ maximum: number;
486
+ inclusive: boolean;
487
+ exact?: boolean | undefined;
488
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
489
+ path: (string | number)[];
490
+ message: string;
491
+ fatal?: boolean | undefined | undefined;
492
+ } | {
493
+ code: "invalid_intersection_types";
494
+ path: (string | number)[];
495
+ message: string;
496
+ fatal?: boolean | undefined | undefined;
497
+ } | {
498
+ code: "not_multiple_of";
499
+ multipleOf: number;
500
+ path: (string | number)[];
501
+ message: string;
502
+ fatal?: boolean | undefined | undefined;
503
+ } | {
504
+ code: "not_finite";
505
+ path: (string | number)[];
506
+ message: string;
507
+ fatal?: boolean | undefined | undefined;
508
+ })[];
509
+ readonly message: string;
510
+ readonly isEmpty: boolean;
511
+ addIssue: never;
512
+ addIssues: never;
513
+ readonly formErrors: {
514
+ formErrors: string[];
515
+ fieldErrors: {
516
+ [x: string]: string[] | undefined;
517
+ [x: number]: string[] | undefined;
518
+ };
519
+ };
520
+ name: string;
521
+ stack?: string | undefined;
522
+ cause?: hono_utils_types0.JSONValue | undefined;
523
+ };
524
+ path: (string | number)[];
525
+ message: string;
526
+ fatal?: boolean | undefined | undefined;
527
+ } | {
528
+ code: "invalid_return_type";
529
+ returnTypeError: {
530
+ issues: ({
531
+ code: "custom";
532
+ params?: {
533
+ [x: string]: any;
534
+ } | undefined;
535
+ path: (string | number)[];
536
+ message: string;
537
+ fatal?: boolean | undefined | undefined;
538
+ } | {
539
+ code: "invalid_type";
540
+ expected: zod_v30.ZodParsedType;
541
+ received: zod_v30.ZodParsedType;
542
+ path: (string | number)[];
543
+ message: string;
544
+ fatal?: boolean | undefined | undefined;
545
+ } | {
546
+ code: "invalid_literal";
547
+ expected: hono_utils_types0.JSONValue;
548
+ received: hono_utils_types0.JSONValue;
549
+ path: (string | number)[];
550
+ message: string;
551
+ fatal?: boolean | undefined | undefined;
552
+ } | {
553
+ code: "unrecognized_keys";
554
+ keys: string[];
555
+ path: (string | number)[];
556
+ message: string;
557
+ fatal?: boolean | undefined | undefined;
558
+ } | {
559
+ code: "invalid_union";
560
+ unionErrors: /*elided*/any[];
561
+ path: (string | number)[];
562
+ message: string;
563
+ fatal?: boolean | undefined | undefined;
564
+ } | {
565
+ code: "invalid_union_discriminator";
566
+ options: (string | number | boolean | null)[];
567
+ path: (string | number)[];
568
+ message: string;
569
+ fatal?: boolean | undefined | undefined;
570
+ } | {
571
+ received: string | number;
572
+ code: "invalid_enum_value";
573
+ options: (string | number)[];
574
+ path: (string | number)[];
575
+ message: string;
576
+ fatal?: boolean | undefined | undefined;
577
+ } | {
578
+ code: "invalid_arguments";
579
+ argumentsError: /*elided*/any;
580
+ path: (string | number)[];
581
+ message: string;
582
+ fatal?: boolean | undefined | undefined;
583
+ } | /*elided*/any | {
584
+ code: "invalid_date";
585
+ path: (string | number)[];
586
+ message: string;
587
+ fatal?: boolean | undefined | undefined;
588
+ } | {
589
+ code: "invalid_string";
590
+ validation: "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "date" | "time" | "duration" | "base64" | "base64url" | "jwt" | "regex" | "datetime" | "ip" | "cidr" | {
591
+ includes: string;
592
+ position?: number | undefined | undefined;
593
+ } | {
594
+ startsWith: string;
595
+ } | {
596
+ endsWith: string;
597
+ };
598
+ path: (string | number)[];
599
+ message: string;
600
+ fatal?: boolean | undefined | undefined;
601
+ } | {
602
+ code: "too_small";
603
+ minimum: number;
604
+ inclusive: boolean;
605
+ exact?: boolean | undefined;
606
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
607
+ path: (string | number)[];
608
+ message: string;
609
+ fatal?: boolean | undefined | undefined;
610
+ } | {
611
+ code: "too_big";
612
+ maximum: number;
613
+ inclusive: boolean;
614
+ exact?: boolean | undefined;
615
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
616
+ path: (string | number)[];
617
+ message: string;
618
+ fatal?: boolean | undefined | undefined;
619
+ } | {
620
+ code: "invalid_intersection_types";
621
+ path: (string | number)[];
622
+ message: string;
623
+ fatal?: boolean | undefined | undefined;
624
+ } | {
625
+ code: "not_multiple_of";
626
+ multipleOf: number;
627
+ path: (string | number)[];
628
+ message: string;
629
+ fatal?: boolean | undefined | undefined;
630
+ } | {
631
+ code: "not_finite";
632
+ path: (string | number)[];
633
+ message: string;
634
+ fatal?: boolean | undefined | undefined;
635
+ })[];
636
+ readonly errors: ({
637
+ code: "custom";
638
+ params?: {
639
+ [x: string]: any;
640
+ } | undefined;
641
+ path: (string | number)[];
642
+ message: string;
643
+ fatal?: boolean | undefined | undefined;
644
+ } | {
645
+ code: "invalid_type";
646
+ expected: zod_v30.ZodParsedType;
647
+ received: zod_v30.ZodParsedType;
648
+ path: (string | number)[];
649
+ message: string;
650
+ fatal?: boolean | undefined | undefined;
651
+ } | {
652
+ code: "invalid_literal";
653
+ expected: hono_utils_types0.JSONValue;
654
+ received: hono_utils_types0.JSONValue;
655
+ path: (string | number)[];
656
+ message: string;
657
+ fatal?: boolean | undefined | undefined;
658
+ } | {
659
+ code: "unrecognized_keys";
660
+ keys: string[];
661
+ path: (string | number)[];
662
+ message: string;
663
+ fatal?: boolean | undefined | undefined;
664
+ } | {
665
+ code: "invalid_union";
666
+ unionErrors: /*elided*/any[];
667
+ path: (string | number)[];
668
+ message: string;
669
+ fatal?: boolean | undefined | undefined;
670
+ } | {
671
+ code: "invalid_union_discriminator";
672
+ options: (string | number | boolean | null)[];
673
+ path: (string | number)[];
674
+ message: string;
675
+ fatal?: boolean | undefined | undefined;
676
+ } | {
677
+ received: string | number;
678
+ code: "invalid_enum_value";
679
+ options: (string | number)[];
680
+ path: (string | number)[];
681
+ message: string;
682
+ fatal?: boolean | undefined | undefined;
683
+ } | {
684
+ code: "invalid_arguments";
685
+ argumentsError: /*elided*/any;
686
+ path: (string | number)[];
687
+ message: string;
688
+ fatal?: boolean | undefined | undefined;
689
+ } | /*elided*/any | {
690
+ code: "invalid_date";
691
+ path: (string | number)[];
692
+ message: string;
693
+ fatal?: boolean | undefined | undefined;
694
+ } | {
695
+ code: "invalid_string";
696
+ validation: "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "date" | "time" | "duration" | "base64" | "base64url" | "jwt" | "regex" | "datetime" | "ip" | "cidr" | {
697
+ includes: string;
698
+ position?: number | undefined | undefined;
699
+ } | {
700
+ startsWith: string;
701
+ } | {
702
+ endsWith: string;
703
+ };
704
+ path: (string | number)[];
705
+ message: string;
706
+ fatal?: boolean | undefined | undefined;
707
+ } | {
708
+ code: "too_small";
709
+ minimum: number;
710
+ inclusive: boolean;
711
+ exact?: boolean | undefined;
712
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
713
+ path: (string | number)[];
714
+ message: string;
715
+ fatal?: boolean | undefined | undefined;
716
+ } | {
717
+ code: "too_big";
718
+ maximum: number;
719
+ inclusive: boolean;
720
+ exact?: boolean | undefined;
721
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
722
+ path: (string | number)[];
723
+ message: string;
724
+ fatal?: boolean | undefined | undefined;
725
+ } | {
726
+ code: "invalid_intersection_types";
727
+ path: (string | number)[];
728
+ message: string;
729
+ fatal?: boolean | undefined | undefined;
730
+ } | {
731
+ code: "not_multiple_of";
732
+ multipleOf: number;
733
+ path: (string | number)[];
734
+ message: string;
735
+ fatal?: boolean | undefined | undefined;
736
+ } | {
737
+ code: "not_finite";
738
+ path: (string | number)[];
739
+ message: string;
740
+ fatal?: boolean | undefined | undefined;
741
+ })[];
742
+ readonly message: string;
743
+ readonly isEmpty: boolean;
744
+ addIssue: never;
745
+ addIssues: never;
746
+ readonly formErrors: {
747
+ formErrors: string[];
748
+ fieldErrors: {
749
+ [x: string]: string[] | undefined;
750
+ [x: number]: string[] | undefined;
751
+ };
752
+ };
753
+ name: string;
754
+ stack?: string | undefined;
755
+ cause?: hono_utils_types0.JSONValue | undefined;
756
+ };
757
+ path: (string | number)[];
758
+ message: string;
759
+ fatal?: boolean | undefined | undefined;
760
+ } | {
761
+ code: "invalid_date";
762
+ path: (string | number)[];
763
+ message: string;
764
+ fatal?: boolean | undefined | undefined;
765
+ } | {
766
+ code: "invalid_string";
767
+ validation: "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "date" | "time" | "duration" | "base64" | "base64url" | "jwt" | "regex" | "datetime" | "ip" | "cidr" | {
768
+ includes: string;
769
+ position?: number | undefined | undefined;
770
+ } | {
771
+ startsWith: string;
772
+ } | {
773
+ endsWith: string;
774
+ };
775
+ path: (string | number)[];
776
+ message: string;
777
+ fatal?: boolean | undefined | undefined;
778
+ } | {
779
+ code: "too_small";
780
+ minimum: number;
781
+ inclusive: boolean;
782
+ exact?: boolean | undefined;
783
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
784
+ path: (string | number)[];
785
+ message: string;
786
+ fatal?: boolean | undefined | undefined;
787
+ } | {
788
+ code: "too_big";
789
+ maximum: number;
790
+ inclusive: boolean;
791
+ exact?: boolean | undefined;
792
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
793
+ path: (string | number)[];
794
+ message: string;
795
+ fatal?: boolean | undefined | undefined;
796
+ } | {
797
+ code: "invalid_intersection_types";
798
+ path: (string | number)[];
799
+ message: string;
800
+ fatal?: boolean | undefined | undefined;
801
+ } | {
802
+ code: "not_multiple_of";
803
+ multipleOf: number;
804
+ path: (string | number)[];
805
+ message: string;
806
+ fatal?: boolean | undefined | undefined;
807
+ } | {
808
+ code: "not_finite";
809
+ path: (string | number)[];
810
+ message: string;
811
+ fatal?: boolean | undefined | undefined;
812
+ })[] | ({
813
+ readonly code: "invalid_type";
814
+ readonly expected: z.core.$ZodInvalidTypeExpected;
815
+ readonly input?: hono_utils_types0.JSONValue | undefined;
816
+ readonly path: (string | number | null)[];
817
+ readonly message: string;
818
+ } | {
819
+ readonly code: "too_big";
820
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
821
+ readonly maximum: number;
822
+ readonly inclusive?: boolean | undefined;
823
+ readonly exact?: boolean | undefined;
824
+ readonly input?: hono_utils_types0.JSONValue | undefined;
825
+ readonly path: (string | number | null)[];
826
+ readonly message: string;
827
+ } | {
828
+ readonly code: "too_small";
829
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
830
+ readonly minimum: number;
831
+ readonly inclusive?: boolean | undefined;
832
+ readonly exact?: boolean | undefined;
833
+ readonly input?: hono_utils_types0.JSONValue | undefined;
834
+ readonly path: (string | number | null)[];
835
+ readonly message: string;
836
+ } | {
837
+ readonly code: "invalid_format";
838
+ readonly format: z.core.$ZodStringFormats | (string & {});
839
+ readonly pattern?: string | undefined;
840
+ readonly input?: string | undefined;
841
+ readonly path: (string | number | null)[];
842
+ readonly message: string;
843
+ } | {
844
+ readonly code: "not_multiple_of";
845
+ readonly divisor: number;
846
+ readonly input?: number | undefined;
847
+ readonly path: (string | number | null)[];
848
+ readonly message: string;
849
+ } | {
850
+ readonly code: "unrecognized_keys";
851
+ readonly keys: string[];
852
+ readonly input?: {
853
+ [x: string]: hono_utils_types0.JSONValue;
854
+ } | undefined;
855
+ readonly path: (string | number | null)[];
856
+ readonly message: string;
857
+ } | {
858
+ readonly code: "invalid_union";
859
+ readonly errors: ({
860
+ readonly code: "invalid_type";
861
+ readonly expected: z.core.$ZodInvalidTypeExpected;
862
+ readonly input?: hono_utils_types0.JSONValue | undefined;
863
+ readonly path: (string | number | null)[];
864
+ readonly message: string;
865
+ } | {
866
+ readonly code: "too_big";
867
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
868
+ readonly maximum: number;
869
+ readonly inclusive?: boolean | undefined;
870
+ readonly exact?: boolean | undefined;
871
+ readonly input?: hono_utils_types0.JSONValue | undefined;
872
+ readonly path: (string | number | null)[];
873
+ readonly message: string;
874
+ } | {
875
+ readonly code: "too_small";
876
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
877
+ readonly minimum: number;
878
+ readonly inclusive?: boolean | undefined;
879
+ readonly exact?: boolean | undefined;
880
+ readonly input?: hono_utils_types0.JSONValue | undefined;
881
+ readonly path: (string | number | null)[];
882
+ readonly message: string;
883
+ } | {
884
+ readonly code: "invalid_format";
885
+ readonly format: z.core.$ZodStringFormats | (string & {});
886
+ readonly pattern?: string | undefined;
887
+ readonly input?: string | undefined;
888
+ readonly path: (string | number | null)[];
889
+ readonly message: string;
890
+ } | {
891
+ readonly code: "not_multiple_of";
892
+ readonly divisor: number;
893
+ readonly input?: number | undefined;
894
+ readonly path: (string | number | null)[];
895
+ readonly message: string;
896
+ } | {
897
+ readonly code: "unrecognized_keys";
898
+ readonly keys: string[];
899
+ readonly input?: {
900
+ [x: string]: hono_utils_types0.JSONValue;
901
+ } | undefined;
902
+ readonly path: (string | number | null)[];
903
+ readonly message: string;
904
+ } | /*elided*/any | {
905
+ readonly code: "invalid_union";
906
+ readonly errors: [];
907
+ readonly input?: hono_utils_types0.JSONValue | undefined;
908
+ readonly discriminator?: string | undefined | undefined;
909
+ readonly inclusive: false;
910
+ readonly path: (string | number | null)[];
911
+ readonly message: string;
912
+ } | {
913
+ readonly code: "invalid_key";
914
+ readonly origin: "map" | "record";
915
+ readonly issues: ({
916
+ readonly code: "invalid_type";
917
+ readonly expected: z.core.$ZodInvalidTypeExpected;
918
+ readonly input?: hono_utils_types0.JSONValue | undefined;
919
+ readonly path: (string | number | null)[];
920
+ readonly message: string;
921
+ } | {
922
+ readonly code: "too_big";
923
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
924
+ readonly maximum: number;
925
+ readonly inclusive?: boolean | undefined;
926
+ readonly exact?: boolean | undefined;
927
+ readonly input?: hono_utils_types0.JSONValue | undefined;
928
+ readonly path: (string | number | null)[];
929
+ readonly message: string;
930
+ } | {
931
+ readonly code: "too_small";
932
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
933
+ readonly minimum: number;
934
+ readonly inclusive?: boolean | undefined;
935
+ readonly exact?: boolean | undefined;
936
+ readonly input?: hono_utils_types0.JSONValue | undefined;
937
+ readonly path: (string | number | null)[];
938
+ readonly message: string;
939
+ } | {
940
+ readonly code: "invalid_format";
941
+ readonly format: z.core.$ZodStringFormats | (string & {});
942
+ readonly pattern?: string | undefined;
943
+ readonly input?: string | undefined;
944
+ readonly path: (string | number | null)[];
945
+ readonly message: string;
946
+ } | {
947
+ readonly code: "not_multiple_of";
948
+ readonly divisor: number;
949
+ readonly input?: number | undefined;
950
+ readonly path: (string | number | null)[];
951
+ readonly message: string;
952
+ } | {
953
+ readonly code: "unrecognized_keys";
954
+ readonly keys: string[];
955
+ readonly input?: {
956
+ [x: string]: hono_utils_types0.JSONValue;
957
+ } | undefined;
958
+ readonly path: (string | number | null)[];
959
+ readonly message: string;
960
+ } | /*elided*/any | {
961
+ readonly code: "invalid_union";
962
+ readonly errors: [];
963
+ readonly input?: hono_utils_types0.JSONValue | undefined;
964
+ readonly discriminator?: string | undefined | undefined;
965
+ readonly inclusive: false;
966
+ readonly path: (string | number | null)[];
967
+ readonly message: string;
968
+ } | /*elided*/any | {
969
+ readonly code: "invalid_element";
970
+ readonly origin: "map" | "set";
971
+ readonly key: hono_utils_types0.JSONValue;
972
+ readonly issues: ({
973
+ readonly code: "invalid_type";
974
+ readonly expected: z.core.$ZodInvalidTypeExpected;
975
+ readonly input?: hono_utils_types0.JSONValue | undefined;
976
+ readonly path: (string | number | null)[];
977
+ readonly message: string;
978
+ } | {
979
+ readonly code: "too_big";
980
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
981
+ readonly maximum: number;
982
+ readonly inclusive?: boolean | undefined;
983
+ readonly exact?: boolean | undefined;
984
+ readonly input?: hono_utils_types0.JSONValue | undefined;
985
+ readonly path: (string | number | null)[];
986
+ readonly message: string;
987
+ } | {
988
+ readonly code: "too_small";
989
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
990
+ readonly minimum: number;
991
+ readonly inclusive?: boolean | undefined;
992
+ readonly exact?: boolean | undefined;
993
+ readonly input?: hono_utils_types0.JSONValue | undefined;
994
+ readonly path: (string | number | null)[];
995
+ readonly message: string;
996
+ } | {
997
+ readonly code: "invalid_format";
998
+ readonly format: z.core.$ZodStringFormats | (string & {});
999
+ readonly pattern?: string | undefined;
1000
+ readonly input?: string | undefined;
1001
+ readonly path: (string | number | null)[];
1002
+ readonly message: string;
1003
+ } | {
1004
+ readonly code: "not_multiple_of";
1005
+ readonly divisor: number;
1006
+ readonly input?: number | undefined;
1007
+ readonly path: (string | number | null)[];
1008
+ readonly message: string;
1009
+ } | {
1010
+ readonly code: "unrecognized_keys";
1011
+ readonly keys: string[];
1012
+ readonly input?: {
1013
+ [x: string]: hono_utils_types0.JSONValue;
1014
+ } | undefined;
1015
+ readonly path: (string | number | null)[];
1016
+ readonly message: string;
1017
+ } | /*elided*/any | {
1018
+ readonly code: "invalid_union";
1019
+ readonly errors: [];
1020
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1021
+ readonly discriminator?: string | undefined | undefined;
1022
+ readonly inclusive: false;
1023
+ readonly path: (string | number | null)[];
1024
+ readonly message: string;
1025
+ } | /*elided*/any | /*elided*/any | {
1026
+ readonly code: "invalid_value";
1027
+ readonly values: (string | number | boolean | null)[];
1028
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1029
+ readonly path: (string | number | null)[];
1030
+ readonly message: string;
1031
+ } | {
1032
+ readonly code: "custom";
1033
+ readonly params?: {
1034
+ [x: string]: any;
1035
+ } | undefined;
1036
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1037
+ readonly path: (string | number | null)[];
1038
+ readonly message: string;
1039
+ })[];
1040
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1041
+ readonly path: (string | number | null)[];
1042
+ readonly message: string;
1043
+ } | {
1044
+ readonly code: "invalid_value";
1045
+ readonly values: (string | number | boolean | null)[];
1046
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1047
+ readonly path: (string | number | null)[];
1048
+ readonly message: string;
1049
+ } | {
1050
+ readonly code: "custom";
1051
+ readonly params?: {
1052
+ [x: string]: any;
1053
+ } | undefined;
1054
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1055
+ readonly path: (string | number | null)[];
1056
+ readonly message: string;
1057
+ })[];
1058
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1059
+ readonly path: (string | number | null)[];
1060
+ readonly message: string;
1061
+ } | {
1062
+ readonly code: "invalid_element";
1063
+ readonly origin: "map" | "set";
1064
+ readonly key: hono_utils_types0.JSONValue;
1065
+ readonly issues: ({
1066
+ readonly code: "invalid_type";
1067
+ readonly expected: z.core.$ZodInvalidTypeExpected;
1068
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1069
+ readonly path: (string | number | null)[];
1070
+ readonly message: string;
1071
+ } | {
1072
+ readonly code: "too_big";
1073
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1074
+ readonly maximum: number;
1075
+ readonly inclusive?: boolean | undefined;
1076
+ readonly exact?: boolean | undefined;
1077
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1078
+ readonly path: (string | number | null)[];
1079
+ readonly message: string;
1080
+ } | {
1081
+ readonly code: "too_small";
1082
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1083
+ readonly minimum: number;
1084
+ readonly inclusive?: boolean | undefined;
1085
+ readonly exact?: boolean | undefined;
1086
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1087
+ readonly path: (string | number | null)[];
1088
+ readonly message: string;
1089
+ } | {
1090
+ readonly code: "invalid_format";
1091
+ readonly format: z.core.$ZodStringFormats | (string & {});
1092
+ readonly pattern?: string | undefined;
1093
+ readonly input?: string | undefined;
1094
+ readonly path: (string | number | null)[];
1095
+ readonly message: string;
1096
+ } | {
1097
+ readonly code: "not_multiple_of";
1098
+ readonly divisor: number;
1099
+ readonly input?: number | undefined;
1100
+ readonly path: (string | number | null)[];
1101
+ readonly message: string;
1102
+ } | {
1103
+ readonly code: "unrecognized_keys";
1104
+ readonly keys: string[];
1105
+ readonly input?: {
1106
+ [x: string]: hono_utils_types0.JSONValue;
1107
+ } | undefined;
1108
+ readonly path: (string | number | null)[];
1109
+ readonly message: string;
1110
+ } | /*elided*/any | {
1111
+ readonly code: "invalid_union";
1112
+ readonly errors: [];
1113
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1114
+ readonly discriminator?: string | undefined | undefined;
1115
+ readonly inclusive: false;
1116
+ readonly path: (string | number | null)[];
1117
+ readonly message: string;
1118
+ } | {
1119
+ readonly code: "invalid_key";
1120
+ readonly origin: "map" | "record";
1121
+ readonly issues: ({
1122
+ readonly code: "invalid_type";
1123
+ readonly expected: z.core.$ZodInvalidTypeExpected;
1124
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1125
+ readonly path: (string | number | null)[];
1126
+ readonly message: string;
1127
+ } | {
1128
+ readonly code: "too_big";
1129
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1130
+ readonly maximum: number;
1131
+ readonly inclusive?: boolean | undefined;
1132
+ readonly exact?: boolean | undefined;
1133
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1134
+ readonly path: (string | number | null)[];
1135
+ readonly message: string;
1136
+ } | {
1137
+ readonly code: "too_small";
1138
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1139
+ readonly minimum: number;
1140
+ readonly inclusive?: boolean | undefined;
1141
+ readonly exact?: boolean | undefined;
1142
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1143
+ readonly path: (string | number | null)[];
1144
+ readonly message: string;
1145
+ } | {
1146
+ readonly code: "invalid_format";
1147
+ readonly format: z.core.$ZodStringFormats | (string & {});
1148
+ readonly pattern?: string | undefined;
1149
+ readonly input?: string | undefined;
1150
+ readonly path: (string | number | null)[];
1151
+ readonly message: string;
1152
+ } | {
1153
+ readonly code: "not_multiple_of";
1154
+ readonly divisor: number;
1155
+ readonly input?: number | undefined;
1156
+ readonly path: (string | number | null)[];
1157
+ readonly message: string;
1158
+ } | {
1159
+ readonly code: "unrecognized_keys";
1160
+ readonly keys: string[];
1161
+ readonly input?: {
1162
+ [x: string]: hono_utils_types0.JSONValue;
1163
+ } | undefined;
1164
+ readonly path: (string | number | null)[];
1165
+ readonly message: string;
1166
+ } | /*elided*/any | {
1167
+ readonly code: "invalid_union";
1168
+ readonly errors: [];
1169
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1170
+ readonly discriminator?: string | undefined | undefined;
1171
+ readonly inclusive: false;
1172
+ readonly path: (string | number | null)[];
1173
+ readonly message: string;
1174
+ } | /*elided*/any | /*elided*/any | {
1175
+ readonly code: "invalid_value";
1176
+ readonly values: (string | number | boolean | null)[];
1177
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1178
+ readonly path: (string | number | null)[];
1179
+ readonly message: string;
1180
+ } | {
1181
+ readonly code: "custom";
1182
+ readonly params?: {
1183
+ [x: string]: any;
1184
+ } | undefined;
1185
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1186
+ readonly path: (string | number | null)[];
1187
+ readonly message: string;
1188
+ })[];
1189
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1190
+ readonly path: (string | number | null)[];
1191
+ readonly message: string;
1192
+ } | /*elided*/any | {
1193
+ readonly code: "invalid_value";
1194
+ readonly values: (string | number | boolean | null)[];
1195
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1196
+ readonly path: (string | number | null)[];
1197
+ readonly message: string;
1198
+ } | {
1199
+ readonly code: "custom";
1200
+ readonly params?: {
1201
+ [x: string]: any;
1202
+ } | undefined;
1203
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1204
+ readonly path: (string | number | null)[];
1205
+ readonly message: string;
1206
+ })[];
1207
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1208
+ readonly path: (string | number | null)[];
1209
+ readonly message: string;
1210
+ } | {
1211
+ readonly code: "invalid_value";
1212
+ readonly values: (string | number | boolean | null)[];
1213
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1214
+ readonly path: (string | number | null)[];
1215
+ readonly message: string;
1216
+ } | {
1217
+ readonly code: "custom";
1218
+ readonly params?: {
1219
+ [x: string]: any;
1220
+ } | undefined;
1221
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1222
+ readonly path: (string | number | null)[];
1223
+ readonly message: string;
1224
+ })[][];
1225
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1226
+ readonly discriminator?: string | undefined | undefined;
1227
+ readonly inclusive?: true | undefined;
1228
+ readonly path: (string | number | null)[];
1229
+ readonly message: string;
1230
+ } | {
1231
+ readonly code: "invalid_union";
1232
+ readonly errors: [];
1233
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1234
+ readonly discriminator?: string | undefined | undefined;
1235
+ readonly inclusive: false;
1236
+ readonly path: (string | number | null)[];
1237
+ readonly message: string;
1238
+ } | {
1239
+ readonly code: "invalid_key";
1240
+ readonly origin: "map" | "record";
1241
+ readonly issues: ({
1242
+ readonly code: "invalid_type";
1243
+ readonly expected: z.core.$ZodInvalidTypeExpected;
1244
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1245
+ readonly path: (string | number | null)[];
1246
+ readonly message: string;
1247
+ } | {
1248
+ readonly code: "too_big";
1249
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1250
+ readonly maximum: number;
1251
+ readonly inclusive?: boolean | undefined;
1252
+ readonly exact?: boolean | undefined;
1253
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1254
+ readonly path: (string | number | null)[];
1255
+ readonly message: string;
1256
+ } | {
1257
+ readonly code: "too_small";
1258
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1259
+ readonly minimum: number;
1260
+ readonly inclusive?: boolean | undefined;
1261
+ readonly exact?: boolean | undefined;
1262
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1263
+ readonly path: (string | number | null)[];
1264
+ readonly message: string;
1265
+ } | {
1266
+ readonly code: "invalid_format";
1267
+ readonly format: z.core.$ZodStringFormats | (string & {});
1268
+ readonly pattern?: string | undefined;
1269
+ readonly input?: string | undefined;
1270
+ readonly path: (string | number | null)[];
1271
+ readonly message: string;
1272
+ } | {
1273
+ readonly code: "not_multiple_of";
1274
+ readonly divisor: number;
1275
+ readonly input?: number | undefined;
1276
+ readonly path: (string | number | null)[];
1277
+ readonly message: string;
1278
+ } | {
1279
+ readonly code: "unrecognized_keys";
1280
+ readonly keys: string[];
1281
+ readonly input?: {
1282
+ [x: string]: hono_utils_types0.JSONValue;
1283
+ } | undefined;
1284
+ readonly path: (string | number | null)[];
1285
+ readonly message: string;
1286
+ } | {
1287
+ readonly code: "invalid_union";
1288
+ readonly errors: ({
1289
+ readonly code: "invalid_type";
1290
+ readonly expected: z.core.$ZodInvalidTypeExpected;
1291
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1292
+ readonly path: (string | number | null)[];
1293
+ readonly message: string;
1294
+ } | {
1295
+ readonly code: "too_big";
1296
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1297
+ readonly maximum: number;
1298
+ readonly inclusive?: boolean | undefined;
1299
+ readonly exact?: boolean | undefined;
1300
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1301
+ readonly path: (string | number | null)[];
1302
+ readonly message: string;
1303
+ } | {
1304
+ readonly code: "too_small";
1305
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1306
+ readonly minimum: number;
1307
+ readonly inclusive?: boolean | undefined;
1308
+ readonly exact?: boolean | undefined;
1309
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1310
+ readonly path: (string | number | null)[];
1311
+ readonly message: string;
1312
+ } | {
1313
+ readonly code: "invalid_format";
1314
+ readonly format: z.core.$ZodStringFormats | (string & {});
1315
+ readonly pattern?: string | undefined;
1316
+ readonly input?: string | undefined;
1317
+ readonly path: (string | number | null)[];
1318
+ readonly message: string;
1319
+ } | {
1320
+ readonly code: "not_multiple_of";
1321
+ readonly divisor: number;
1322
+ readonly input?: number | undefined;
1323
+ readonly path: (string | number | null)[];
1324
+ readonly message: string;
1325
+ } | {
1326
+ readonly code: "unrecognized_keys";
1327
+ readonly keys: string[];
1328
+ readonly input?: {
1329
+ [x: string]: hono_utils_types0.JSONValue;
1330
+ } | undefined;
1331
+ readonly path: (string | number | null)[];
1332
+ readonly message: string;
1333
+ } | /*elided*/any | {
1334
+ readonly code: "invalid_union";
1335
+ readonly errors: [];
1336
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1337
+ readonly discriminator?: string | undefined | undefined;
1338
+ readonly inclusive: false;
1339
+ readonly path: (string | number | null)[];
1340
+ readonly message: string;
1341
+ } | /*elided*/any | {
1342
+ readonly code: "invalid_element";
1343
+ readonly origin: "map" | "set";
1344
+ readonly key: hono_utils_types0.JSONValue;
1345
+ readonly issues: ({
1346
+ readonly code: "invalid_type";
1347
+ readonly expected: z.core.$ZodInvalidTypeExpected;
1348
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1349
+ readonly path: (string | number | null)[];
1350
+ readonly message: string;
1351
+ } | {
1352
+ readonly code: "too_big";
1353
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1354
+ readonly maximum: number;
1355
+ readonly inclusive?: boolean | undefined;
1356
+ readonly exact?: boolean | undefined;
1357
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1358
+ readonly path: (string | number | null)[];
1359
+ readonly message: string;
1360
+ } | {
1361
+ readonly code: "too_small";
1362
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1363
+ readonly minimum: number;
1364
+ readonly inclusive?: boolean | undefined;
1365
+ readonly exact?: boolean | undefined;
1366
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1367
+ readonly path: (string | number | null)[];
1368
+ readonly message: string;
1369
+ } | {
1370
+ readonly code: "invalid_format";
1371
+ readonly format: z.core.$ZodStringFormats | (string & {});
1372
+ readonly pattern?: string | undefined;
1373
+ readonly input?: string | undefined;
1374
+ readonly path: (string | number | null)[];
1375
+ readonly message: string;
1376
+ } | {
1377
+ readonly code: "not_multiple_of";
1378
+ readonly divisor: number;
1379
+ readonly input?: number | undefined;
1380
+ readonly path: (string | number | null)[];
1381
+ readonly message: string;
1382
+ } | {
1383
+ readonly code: "unrecognized_keys";
1384
+ readonly keys: string[];
1385
+ readonly input?: {
1386
+ [x: string]: hono_utils_types0.JSONValue;
1387
+ } | undefined;
1388
+ readonly path: (string | number | null)[];
1389
+ readonly message: string;
1390
+ } | /*elided*/any | {
1391
+ readonly code: "invalid_union";
1392
+ readonly errors: [];
1393
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1394
+ readonly discriminator?: string | undefined | undefined;
1395
+ readonly inclusive: false;
1396
+ readonly path: (string | number | null)[];
1397
+ readonly message: string;
1398
+ } | /*elided*/any | /*elided*/any | {
1399
+ readonly code: "invalid_value";
1400
+ readonly values: (string | number | boolean | null)[];
1401
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1402
+ readonly path: (string | number | null)[];
1403
+ readonly message: string;
1404
+ } | {
1405
+ readonly code: "custom";
1406
+ readonly params?: {
1407
+ [x: string]: any;
1408
+ } | undefined;
1409
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1410
+ readonly path: (string | number | null)[];
1411
+ readonly message: string;
1412
+ })[];
1413
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1414
+ readonly path: (string | number | null)[];
1415
+ readonly message: string;
1416
+ } | {
1417
+ readonly code: "invalid_value";
1418
+ readonly values: (string | number | boolean | null)[];
1419
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1420
+ readonly path: (string | number | null)[];
1421
+ readonly message: string;
1422
+ } | {
1423
+ readonly code: "custom";
1424
+ readonly params?: {
1425
+ [x: string]: any;
1426
+ } | undefined;
1427
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1428
+ readonly path: (string | number | null)[];
1429
+ readonly message: string;
1430
+ })[][];
1431
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1432
+ readonly discriminator?: string | undefined | undefined;
1433
+ readonly inclusive?: true | undefined;
1434
+ readonly path: (string | number | null)[];
1435
+ readonly message: string;
1436
+ } | {
1437
+ readonly code: "invalid_union";
1438
+ readonly errors: [];
1439
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1440
+ readonly discriminator?: string | undefined | undefined;
1441
+ readonly inclusive: false;
1442
+ readonly path: (string | number | null)[];
1443
+ readonly message: string;
1444
+ } | /*elided*/any | {
1445
+ readonly code: "invalid_element";
1446
+ readonly origin: "map" | "set";
1447
+ readonly key: hono_utils_types0.JSONValue;
1448
+ readonly issues: ({
1449
+ readonly code: "invalid_type";
1450
+ readonly expected: z.core.$ZodInvalidTypeExpected;
1451
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1452
+ readonly path: (string | number | null)[];
1453
+ readonly message: string;
1454
+ } | {
1455
+ readonly code: "too_big";
1456
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1457
+ readonly maximum: number;
1458
+ readonly inclusive?: boolean | undefined;
1459
+ readonly exact?: boolean | undefined;
1460
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1461
+ readonly path: (string | number | null)[];
1462
+ readonly message: string;
1463
+ } | {
1464
+ readonly code: "too_small";
1465
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1466
+ readonly minimum: number;
1467
+ readonly inclusive?: boolean | undefined;
1468
+ readonly exact?: boolean | undefined;
1469
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1470
+ readonly path: (string | number | null)[];
1471
+ readonly message: string;
1472
+ } | {
1473
+ readonly code: "invalid_format";
1474
+ readonly format: z.core.$ZodStringFormats | (string & {});
1475
+ readonly pattern?: string | undefined;
1476
+ readonly input?: string | undefined;
1477
+ readonly path: (string | number | null)[];
1478
+ readonly message: string;
1479
+ } | {
1480
+ readonly code: "not_multiple_of";
1481
+ readonly divisor: number;
1482
+ readonly input?: number | undefined;
1483
+ readonly path: (string | number | null)[];
1484
+ readonly message: string;
1485
+ } | {
1486
+ readonly code: "unrecognized_keys";
1487
+ readonly keys: string[];
1488
+ readonly input?: {
1489
+ [x: string]: hono_utils_types0.JSONValue;
1490
+ } | undefined;
1491
+ readonly path: (string | number | null)[];
1492
+ readonly message: string;
1493
+ } | {
1494
+ readonly code: "invalid_union";
1495
+ readonly errors: ({
1496
+ readonly code: "invalid_type";
1497
+ readonly expected: z.core.$ZodInvalidTypeExpected;
1498
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1499
+ readonly path: (string | number | null)[];
1500
+ readonly message: string;
1501
+ } | {
1502
+ readonly code: "too_big";
1503
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1504
+ readonly maximum: number;
1505
+ readonly inclusive?: boolean | undefined;
1506
+ readonly exact?: boolean | undefined;
1507
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1508
+ readonly path: (string | number | null)[];
1509
+ readonly message: string;
1510
+ } | {
1511
+ readonly code: "too_small";
1512
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1513
+ readonly minimum: number;
1514
+ readonly inclusive?: boolean | undefined;
1515
+ readonly exact?: boolean | undefined;
1516
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1517
+ readonly path: (string | number | null)[];
1518
+ readonly message: string;
1519
+ } | {
1520
+ readonly code: "invalid_format";
1521
+ readonly format: z.core.$ZodStringFormats | (string & {});
1522
+ readonly pattern?: string | undefined;
1523
+ readonly input?: string | undefined;
1524
+ readonly path: (string | number | null)[];
1525
+ readonly message: string;
1526
+ } | {
1527
+ readonly code: "not_multiple_of";
1528
+ readonly divisor: number;
1529
+ readonly input?: number | undefined;
1530
+ readonly path: (string | number | null)[];
1531
+ readonly message: string;
1532
+ } | {
1533
+ readonly code: "unrecognized_keys";
1534
+ readonly keys: string[];
1535
+ readonly input?: {
1536
+ [x: string]: hono_utils_types0.JSONValue;
1537
+ } | undefined;
1538
+ readonly path: (string | number | null)[];
1539
+ readonly message: string;
1540
+ } | /*elided*/any | {
1541
+ readonly code: "invalid_union";
1542
+ readonly errors: [];
1543
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1544
+ readonly discriminator?: string | undefined | undefined;
1545
+ readonly inclusive: false;
1546
+ readonly path: (string | number | null)[];
1547
+ readonly message: string;
1548
+ } | /*elided*/any | /*elided*/any | {
1549
+ readonly code: "invalid_value";
1550
+ readonly values: (string | number | boolean | null)[];
1551
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1552
+ readonly path: (string | number | null)[];
1553
+ readonly message: string;
1554
+ } | {
1555
+ readonly code: "custom";
1556
+ readonly params?: {
1557
+ [x: string]: any;
1558
+ } | undefined;
1559
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1560
+ readonly path: (string | number | null)[];
1561
+ readonly message: string;
1562
+ })[][];
1563
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1564
+ readonly discriminator?: string | undefined | undefined;
1565
+ readonly inclusive?: true | undefined;
1566
+ readonly path: (string | number | null)[];
1567
+ readonly message: string;
1568
+ } | {
1569
+ readonly code: "invalid_union";
1570
+ readonly errors: [];
1571
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1572
+ readonly discriminator?: string | undefined | undefined;
1573
+ readonly inclusive: false;
1574
+ readonly path: (string | number | null)[];
1575
+ readonly message: string;
1576
+ } | /*elided*/any | /*elided*/any | {
1577
+ readonly code: "invalid_value";
1578
+ readonly values: (string | number | boolean | null)[];
1579
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1580
+ readonly path: (string | number | null)[];
1581
+ readonly message: string;
1582
+ } | {
1583
+ readonly code: "custom";
1584
+ readonly params?: {
1585
+ [x: string]: any;
1586
+ } | undefined;
1587
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1588
+ readonly path: (string | number | null)[];
1589
+ readonly message: string;
1590
+ })[];
1591
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1592
+ readonly path: (string | number | null)[];
1593
+ readonly message: string;
1594
+ } | {
1595
+ readonly code: "invalid_value";
1596
+ readonly values: (string | number | boolean | null)[];
1597
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1598
+ readonly path: (string | number | null)[];
1599
+ readonly message: string;
1600
+ } | {
1601
+ readonly code: "custom";
1602
+ readonly params?: {
1603
+ [x: string]: any;
1604
+ } | undefined;
1605
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1606
+ readonly path: (string | number | null)[];
1607
+ readonly message: string;
1608
+ })[];
1609
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1610
+ readonly path: (string | number | null)[];
1611
+ readonly message: string;
1612
+ } | {
1613
+ readonly code: "invalid_element";
1614
+ readonly origin: "map" | "set";
1615
+ readonly key: hono_utils_types0.JSONValue;
1616
+ readonly issues: ({
1617
+ readonly code: "invalid_type";
1618
+ readonly expected: z.core.$ZodInvalidTypeExpected;
1619
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1620
+ readonly path: (string | number | null)[];
1621
+ readonly message: string;
1622
+ } | {
1623
+ readonly code: "too_big";
1624
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1625
+ readonly maximum: number;
1626
+ readonly inclusive?: boolean | undefined;
1627
+ readonly exact?: boolean | undefined;
1628
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1629
+ readonly path: (string | number | null)[];
1630
+ readonly message: string;
1631
+ } | {
1632
+ readonly code: "too_small";
1633
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1634
+ readonly minimum: number;
1635
+ readonly inclusive?: boolean | undefined;
1636
+ readonly exact?: boolean | undefined;
1637
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1638
+ readonly path: (string | number | null)[];
1639
+ readonly message: string;
1640
+ } | {
1641
+ readonly code: "invalid_format";
1642
+ readonly format: z.core.$ZodStringFormats | (string & {});
1643
+ readonly pattern?: string | undefined;
1644
+ readonly input?: string | undefined;
1645
+ readonly path: (string | number | null)[];
1646
+ readonly message: string;
1647
+ } | {
1648
+ readonly code: "not_multiple_of";
1649
+ readonly divisor: number;
1650
+ readonly input?: number | undefined;
1651
+ readonly path: (string | number | null)[];
1652
+ readonly message: string;
1653
+ } | {
1654
+ readonly code: "unrecognized_keys";
1655
+ readonly keys: string[];
1656
+ readonly input?: {
1657
+ [x: string]: hono_utils_types0.JSONValue;
1658
+ } | undefined;
1659
+ readonly path: (string | number | null)[];
1660
+ readonly message: string;
1661
+ } | {
1662
+ readonly code: "invalid_union";
1663
+ readonly errors: ({
1664
+ readonly code: "invalid_type";
1665
+ readonly expected: z.core.$ZodInvalidTypeExpected;
1666
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1667
+ readonly path: (string | number | null)[];
1668
+ readonly message: string;
1669
+ } | {
1670
+ readonly code: "too_big";
1671
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1672
+ readonly maximum: number;
1673
+ readonly inclusive?: boolean | undefined;
1674
+ readonly exact?: boolean | undefined;
1675
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1676
+ readonly path: (string | number | null)[];
1677
+ readonly message: string;
1678
+ } | {
1679
+ readonly code: "too_small";
1680
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1681
+ readonly minimum: number;
1682
+ readonly inclusive?: boolean | undefined;
1683
+ readonly exact?: boolean | undefined;
1684
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1685
+ readonly path: (string | number | null)[];
1686
+ readonly message: string;
1687
+ } | {
1688
+ readonly code: "invalid_format";
1689
+ readonly format: z.core.$ZodStringFormats | (string & {});
1690
+ readonly pattern?: string | undefined;
1691
+ readonly input?: string | undefined;
1692
+ readonly path: (string | number | null)[];
1693
+ readonly message: string;
1694
+ } | {
1695
+ readonly code: "not_multiple_of";
1696
+ readonly divisor: number;
1697
+ readonly input?: number | undefined;
1698
+ readonly path: (string | number | null)[];
1699
+ readonly message: string;
1700
+ } | {
1701
+ readonly code: "unrecognized_keys";
1702
+ readonly keys: string[];
1703
+ readonly input?: {
1704
+ [x: string]: hono_utils_types0.JSONValue;
1705
+ } | undefined;
1706
+ readonly path: (string | number | null)[];
1707
+ readonly message: string;
1708
+ } | /*elided*/any | {
1709
+ readonly code: "invalid_union";
1710
+ readonly errors: [];
1711
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1712
+ readonly discriminator?: string | undefined | undefined;
1713
+ readonly inclusive: false;
1714
+ readonly path: (string | number | null)[];
1715
+ readonly message: string;
1716
+ } | {
1717
+ readonly code: "invalid_key";
1718
+ readonly origin: "map" | "record";
1719
+ readonly issues: ({
1720
+ readonly code: "invalid_type";
1721
+ readonly expected: z.core.$ZodInvalidTypeExpected;
1722
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1723
+ readonly path: (string | number | null)[];
1724
+ readonly message: string;
1725
+ } | {
1726
+ readonly code: "too_big";
1727
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1728
+ readonly maximum: number;
1729
+ readonly inclusive?: boolean | undefined;
1730
+ readonly exact?: boolean | undefined;
1731
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1732
+ readonly path: (string | number | null)[];
1733
+ readonly message: string;
1734
+ } | {
1735
+ readonly code: "too_small";
1736
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1737
+ readonly minimum: number;
1738
+ readonly inclusive?: boolean | undefined;
1739
+ readonly exact?: boolean | undefined;
1740
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1741
+ readonly path: (string | number | null)[];
1742
+ readonly message: string;
1743
+ } | {
1744
+ readonly code: "invalid_format";
1745
+ readonly format: z.core.$ZodStringFormats | (string & {});
1746
+ readonly pattern?: string | undefined;
1747
+ readonly input?: string | undefined;
1748
+ readonly path: (string | number | null)[];
1749
+ readonly message: string;
1750
+ } | {
1751
+ readonly code: "not_multiple_of";
1752
+ readonly divisor: number;
1753
+ readonly input?: number | undefined;
1754
+ readonly path: (string | number | null)[];
1755
+ readonly message: string;
1756
+ } | {
1757
+ readonly code: "unrecognized_keys";
1758
+ readonly keys: string[];
1759
+ readonly input?: {
1760
+ [x: string]: hono_utils_types0.JSONValue;
1761
+ } | undefined;
1762
+ readonly path: (string | number | null)[];
1763
+ readonly message: string;
1764
+ } | /*elided*/any | {
1765
+ readonly code: "invalid_union";
1766
+ readonly errors: [];
1767
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1768
+ readonly discriminator?: string | undefined | undefined;
1769
+ readonly inclusive: false;
1770
+ readonly path: (string | number | null)[];
1771
+ readonly message: string;
1772
+ } | /*elided*/any | /*elided*/any | {
1773
+ readonly code: "invalid_value";
1774
+ readonly values: (string | number | boolean | null)[];
1775
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1776
+ readonly path: (string | number | null)[];
1777
+ readonly message: string;
1778
+ } | {
1779
+ readonly code: "custom";
1780
+ readonly params?: {
1781
+ [x: string]: any;
1782
+ } | undefined;
1783
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1784
+ readonly path: (string | number | null)[];
1785
+ readonly message: string;
1786
+ })[];
1787
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1788
+ readonly path: (string | number | null)[];
1789
+ readonly message: string;
1790
+ } | /*elided*/any | {
1791
+ readonly code: "invalid_value";
1792
+ readonly values: (string | number | boolean | null)[];
1793
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1794
+ readonly path: (string | number | null)[];
1795
+ readonly message: string;
1796
+ } | {
1797
+ readonly code: "custom";
1798
+ readonly params?: {
1799
+ [x: string]: any;
1800
+ } | undefined;
1801
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1802
+ readonly path: (string | number | null)[];
1803
+ readonly message: string;
1804
+ })[][];
1805
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1806
+ readonly discriminator?: string | undefined | undefined;
1807
+ readonly inclusive?: true | undefined;
1808
+ readonly path: (string | number | null)[];
1809
+ readonly message: string;
1810
+ } | {
1811
+ readonly code: "invalid_union";
1812
+ readonly errors: [];
1813
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1814
+ readonly discriminator?: string | undefined | undefined;
1815
+ readonly inclusive: false;
1816
+ readonly path: (string | number | null)[];
1817
+ readonly message: string;
1818
+ } | {
1819
+ readonly code: "invalid_key";
1820
+ readonly origin: "map" | "record";
1821
+ readonly issues: ({
1822
+ readonly code: "invalid_type";
1823
+ readonly expected: z.core.$ZodInvalidTypeExpected;
1824
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1825
+ readonly path: (string | number | null)[];
1826
+ readonly message: string;
1827
+ } | {
1828
+ readonly code: "too_big";
1829
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1830
+ readonly maximum: number;
1831
+ readonly inclusive?: boolean | undefined;
1832
+ readonly exact?: boolean | undefined;
1833
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1834
+ readonly path: (string | number | null)[];
1835
+ readonly message: string;
1836
+ } | {
1837
+ readonly code: "too_small";
1838
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1839
+ readonly minimum: number;
1840
+ readonly inclusive?: boolean | undefined;
1841
+ readonly exact?: boolean | undefined;
1842
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1843
+ readonly path: (string | number | null)[];
1844
+ readonly message: string;
1845
+ } | {
1846
+ readonly code: "invalid_format";
1847
+ readonly format: z.core.$ZodStringFormats | (string & {});
1848
+ readonly pattern?: string | undefined;
1849
+ readonly input?: string | undefined;
1850
+ readonly path: (string | number | null)[];
1851
+ readonly message: string;
1852
+ } | {
1853
+ readonly code: "not_multiple_of";
1854
+ readonly divisor: number;
1855
+ readonly input?: number | undefined;
1856
+ readonly path: (string | number | null)[];
1857
+ readonly message: string;
1858
+ } | {
1859
+ readonly code: "unrecognized_keys";
1860
+ readonly keys: string[];
1861
+ readonly input?: {
1862
+ [x: string]: hono_utils_types0.JSONValue;
1863
+ } | undefined;
1864
+ readonly path: (string | number | null)[];
1865
+ readonly message: string;
1866
+ } | {
1867
+ readonly code: "invalid_union";
1868
+ readonly errors: ({
1869
+ readonly code: "invalid_type";
1870
+ readonly expected: z.core.$ZodInvalidTypeExpected;
1871
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1872
+ readonly path: (string | number | null)[];
1873
+ readonly message: string;
1874
+ } | {
1875
+ readonly code: "too_big";
1876
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1877
+ readonly maximum: number;
1878
+ readonly inclusive?: boolean | undefined;
1879
+ readonly exact?: boolean | undefined;
1880
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1881
+ readonly path: (string | number | null)[];
1882
+ readonly message: string;
1883
+ } | {
1884
+ readonly code: "too_small";
1885
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
1886
+ readonly minimum: number;
1887
+ readonly inclusive?: boolean | undefined;
1888
+ readonly exact?: boolean | undefined;
1889
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1890
+ readonly path: (string | number | null)[];
1891
+ readonly message: string;
1892
+ } | {
1893
+ readonly code: "invalid_format";
1894
+ readonly format: z.core.$ZodStringFormats | (string & {});
1895
+ readonly pattern?: string | undefined;
1896
+ readonly input?: string | undefined;
1897
+ readonly path: (string | number | null)[];
1898
+ readonly message: string;
1899
+ } | {
1900
+ readonly code: "not_multiple_of";
1901
+ readonly divisor: number;
1902
+ readonly input?: number | undefined;
1903
+ readonly path: (string | number | null)[];
1904
+ readonly message: string;
1905
+ } | {
1906
+ readonly code: "unrecognized_keys";
1907
+ readonly keys: string[];
1908
+ readonly input?: {
1909
+ [x: string]: hono_utils_types0.JSONValue;
1910
+ } | undefined;
1911
+ readonly path: (string | number | null)[];
1912
+ readonly message: string;
1913
+ } | /*elided*/any | {
1914
+ readonly code: "invalid_union";
1915
+ readonly errors: [];
1916
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1917
+ readonly discriminator?: string | undefined | undefined;
1918
+ readonly inclusive: false;
1919
+ readonly path: (string | number | null)[];
1920
+ readonly message: string;
1921
+ } | /*elided*/any | /*elided*/any | {
1922
+ readonly code: "invalid_value";
1923
+ readonly values: (string | number | boolean | null)[];
1924
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1925
+ readonly path: (string | number | null)[];
1926
+ readonly message: string;
1927
+ } | {
1928
+ readonly code: "custom";
1929
+ readonly params?: {
1930
+ [x: string]: any;
1931
+ } | undefined;
1932
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1933
+ readonly path: (string | number | null)[];
1934
+ readonly message: string;
1935
+ })[][];
1936
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1937
+ readonly discriminator?: string | undefined | undefined;
1938
+ readonly inclusive?: true | undefined;
1939
+ readonly path: (string | number | null)[];
1940
+ readonly message: string;
1941
+ } | {
1942
+ readonly code: "invalid_union";
1943
+ readonly errors: [];
1944
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1945
+ readonly discriminator?: string | undefined | undefined;
1946
+ readonly inclusive: false;
1947
+ readonly path: (string | number | null)[];
1948
+ readonly message: string;
1949
+ } | /*elided*/any | /*elided*/any | {
1950
+ readonly code: "invalid_value";
1951
+ readonly values: (string | number | boolean | null)[];
1952
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1953
+ readonly path: (string | number | null)[];
1954
+ readonly message: string;
1955
+ } | {
1956
+ readonly code: "custom";
1957
+ readonly params?: {
1958
+ [x: string]: any;
1959
+ } | undefined;
1960
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1961
+ readonly path: (string | number | null)[];
1962
+ readonly message: string;
1963
+ })[];
1964
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1965
+ readonly path: (string | number | null)[];
1966
+ readonly message: string;
1967
+ } | /*elided*/any | {
1968
+ readonly code: "invalid_value";
1969
+ readonly values: (string | number | boolean | null)[];
1970
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1971
+ readonly path: (string | number | null)[];
1972
+ readonly message: string;
1973
+ } | {
1974
+ readonly code: "custom";
1975
+ readonly params?: {
1976
+ [x: string]: any;
1977
+ } | undefined;
1978
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1979
+ readonly path: (string | number | null)[];
1980
+ readonly message: string;
1981
+ })[];
1982
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1983
+ readonly path: (string | number | null)[];
1984
+ readonly message: string;
1985
+ } | {
1986
+ readonly code: "invalid_value";
1987
+ readonly values: (string | number | boolean | null)[];
1988
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1989
+ readonly path: (string | number | null)[];
1990
+ readonly message: string;
1991
+ } | {
1992
+ readonly code: "custom";
1993
+ readonly params?: {
1994
+ [x: string]: any;
1995
+ } | undefined;
1996
+ readonly input?: hono_utils_types0.JSONValue | undefined;
1997
+ readonly path: (string | number | null)[];
1998
+ readonly message: string;
1999
+ })[];
2000
+ };
2001
+ outputFormat: "json";
2002
+ status: 400;
2003
+ } | {
2004
+ input: {
2005
+ query?: any;
2006
+ };
2007
+ output: {
2008
+ code: number;
2009
+ data: {
2010
+ tasks: {
2011
+ id: string;
2012
+ status: TaskStatus;
2013
+ createdAt: number;
2014
+ updatedAt: number;
2015
+ extraData?: {
2016
+ id: string;
2017
+ slug: string;
2018
+ name: string;
2019
+ source: DocSourceEnumDTO;
2020
+ url: string;
2021
+ } | undefined;
2022
+ logs: {
2023
+ message: string;
2024
+ data?: hono_utils_types0.JSONValue | undefined;
2025
+ timestamp: number;
2026
+ level: TaskLogLevel;
2027
+ }[];
2028
+ logsLength: number;
2029
+ }[];
2030
+ };
2031
+ message: string;
2032
+ };
2033
+ outputFormat: "json";
2034
+ status: 200;
2035
+ };
2036
+ };
2037
+ } & {
2038
+ "/:id": {
2039
+ $get: {
2040
+ input: {
2041
+ param?: any;
2042
+ } & {
2043
+ param: {
2044
+ id: string;
2045
+ };
2046
+ };
2047
+ output: {
2048
+ code: number;
2049
+ message: string;
2050
+ data: ({
2051
+ code: "custom";
2052
+ params?: {
2053
+ [x: string]: any;
2054
+ } | undefined;
2055
+ path: (string | number)[];
2056
+ message: string;
2057
+ fatal?: boolean | undefined | undefined;
2058
+ } | {
2059
+ code: "invalid_type";
2060
+ expected: zod_v30.ZodParsedType;
2061
+ received: zod_v30.ZodParsedType;
2062
+ path: (string | number)[];
2063
+ message: string;
2064
+ fatal?: boolean | undefined | undefined;
2065
+ } | {
2066
+ code: "invalid_literal";
2067
+ expected: hono_utils_types0.JSONValue;
2068
+ received: hono_utils_types0.JSONValue;
2069
+ path: (string | number)[];
2070
+ message: string;
2071
+ fatal?: boolean | undefined | undefined;
2072
+ } | {
2073
+ code: "unrecognized_keys";
2074
+ keys: string[];
2075
+ path: (string | number)[];
2076
+ message: string;
2077
+ fatal?: boolean | undefined | undefined;
2078
+ } | {
2079
+ code: "invalid_union";
2080
+ unionErrors: {
2081
+ issues: ({
2082
+ code: "custom";
2083
+ params?: {
2084
+ [x: string]: any;
2085
+ } | undefined;
2086
+ path: (string | number)[];
2087
+ message: string;
2088
+ fatal?: boolean | undefined | undefined;
2089
+ } | {
2090
+ code: "invalid_type";
2091
+ expected: zod_v30.ZodParsedType;
2092
+ received: zod_v30.ZodParsedType;
2093
+ path: (string | number)[];
2094
+ message: string;
2095
+ fatal?: boolean | undefined | undefined;
2096
+ } | {
2097
+ code: "invalid_literal";
2098
+ expected: hono_utils_types0.JSONValue;
2099
+ received: hono_utils_types0.JSONValue;
2100
+ path: (string | number)[];
2101
+ message: string;
2102
+ fatal?: boolean | undefined | undefined;
2103
+ } | {
2104
+ code: "unrecognized_keys";
2105
+ keys: string[];
2106
+ path: (string | number)[];
2107
+ message: string;
2108
+ fatal?: boolean | undefined | undefined;
2109
+ } | /*elided*/any | {
2110
+ code: "invalid_union_discriminator";
2111
+ options: (string | number | boolean | null)[];
2112
+ path: (string | number)[];
2113
+ message: string;
2114
+ fatal?: boolean | undefined | undefined;
2115
+ } | {
2116
+ received: string | number;
2117
+ code: "invalid_enum_value";
2118
+ options: (string | number)[];
2119
+ path: (string | number)[];
2120
+ message: string;
2121
+ fatal?: boolean | undefined | undefined;
2122
+ } | {
2123
+ code: "invalid_arguments";
2124
+ argumentsError: /*elided*/any;
2125
+ path: (string | number)[];
2126
+ message: string;
2127
+ fatal?: boolean | undefined | undefined;
2128
+ } | {
2129
+ code: "invalid_return_type";
2130
+ returnTypeError: /*elided*/any;
2131
+ path: (string | number)[];
2132
+ message: string;
2133
+ fatal?: boolean | undefined | undefined;
2134
+ } | {
2135
+ code: "invalid_date";
2136
+ path: (string | number)[];
2137
+ message: string;
2138
+ fatal?: boolean | undefined | undefined;
2139
+ } | {
2140
+ code: "invalid_string";
2141
+ validation: "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "date" | "time" | "duration" | "base64" | "base64url" | "jwt" | "regex" | "datetime" | "ip" | "cidr" | {
2142
+ includes: string;
2143
+ position?: number | undefined | undefined;
2144
+ } | {
2145
+ startsWith: string;
2146
+ } | {
2147
+ endsWith: string;
2148
+ };
2149
+ path: (string | number)[];
2150
+ message: string;
2151
+ fatal?: boolean | undefined | undefined;
2152
+ } | {
2153
+ code: "too_small";
2154
+ minimum: number;
2155
+ inclusive: boolean;
2156
+ exact?: boolean | undefined;
2157
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
2158
+ path: (string | number)[];
2159
+ message: string;
2160
+ fatal?: boolean | undefined | undefined;
2161
+ } | {
2162
+ code: "too_big";
2163
+ maximum: number;
2164
+ inclusive: boolean;
2165
+ exact?: boolean | undefined;
2166
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
2167
+ path: (string | number)[];
2168
+ message: string;
2169
+ fatal?: boolean | undefined | undefined;
2170
+ } | {
2171
+ code: "invalid_intersection_types";
2172
+ path: (string | number)[];
2173
+ message: string;
2174
+ fatal?: boolean | undefined | undefined;
2175
+ } | {
2176
+ code: "not_multiple_of";
2177
+ multipleOf: number;
2178
+ path: (string | number)[];
2179
+ message: string;
2180
+ fatal?: boolean | undefined | undefined;
2181
+ } | {
2182
+ code: "not_finite";
2183
+ path: (string | number)[];
2184
+ message: string;
2185
+ fatal?: boolean | undefined | undefined;
2186
+ })[];
2187
+ readonly errors: ({
2188
+ code: "custom";
2189
+ params?: {
2190
+ [x: string]: any;
2191
+ } | undefined;
2192
+ path: (string | number)[];
2193
+ message: string;
2194
+ fatal?: boolean | undefined | undefined;
2195
+ } | {
2196
+ code: "invalid_type";
2197
+ expected: zod_v30.ZodParsedType;
2198
+ received: zod_v30.ZodParsedType;
2199
+ path: (string | number)[];
2200
+ message: string;
2201
+ fatal?: boolean | undefined | undefined;
2202
+ } | {
2203
+ code: "invalid_literal";
2204
+ expected: hono_utils_types0.JSONValue;
2205
+ received: hono_utils_types0.JSONValue;
2206
+ path: (string | number)[];
2207
+ message: string;
2208
+ fatal?: boolean | undefined | undefined;
2209
+ } | {
2210
+ code: "unrecognized_keys";
2211
+ keys: string[];
2212
+ path: (string | number)[];
2213
+ message: string;
2214
+ fatal?: boolean | undefined | undefined;
2215
+ } | /*elided*/any | {
2216
+ code: "invalid_union_discriminator";
2217
+ options: (string | number | boolean | null)[];
2218
+ path: (string | number)[];
2219
+ message: string;
2220
+ fatal?: boolean | undefined | undefined;
2221
+ } | {
2222
+ received: string | number;
2223
+ code: "invalid_enum_value";
2224
+ options: (string | number)[];
2225
+ path: (string | number)[];
2226
+ message: string;
2227
+ fatal?: boolean | undefined | undefined;
2228
+ } | {
2229
+ code: "invalid_arguments";
2230
+ argumentsError: /*elided*/any;
2231
+ path: (string | number)[];
2232
+ message: string;
2233
+ fatal?: boolean | undefined | undefined;
2234
+ } | {
2235
+ code: "invalid_return_type";
2236
+ returnTypeError: /*elided*/any;
2237
+ path: (string | number)[];
2238
+ message: string;
2239
+ fatal?: boolean | undefined | undefined;
2240
+ } | {
2241
+ code: "invalid_date";
2242
+ path: (string | number)[];
2243
+ message: string;
2244
+ fatal?: boolean | undefined | undefined;
2245
+ } | {
2246
+ code: "invalid_string";
2247
+ validation: "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "date" | "time" | "duration" | "base64" | "base64url" | "jwt" | "regex" | "datetime" | "ip" | "cidr" | {
2248
+ includes: string;
2249
+ position?: number | undefined | undefined;
2250
+ } | {
2251
+ startsWith: string;
2252
+ } | {
2253
+ endsWith: string;
2254
+ };
2255
+ path: (string | number)[];
2256
+ message: string;
2257
+ fatal?: boolean | undefined | undefined;
2258
+ } | {
2259
+ code: "too_small";
2260
+ minimum: number;
2261
+ inclusive: boolean;
2262
+ exact?: boolean | undefined;
2263
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
2264
+ path: (string | number)[];
2265
+ message: string;
2266
+ fatal?: boolean | undefined | undefined;
2267
+ } | {
2268
+ code: "too_big";
2269
+ maximum: number;
2270
+ inclusive: boolean;
2271
+ exact?: boolean | undefined;
2272
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
2273
+ path: (string | number)[];
2274
+ message: string;
2275
+ fatal?: boolean | undefined | undefined;
2276
+ } | {
2277
+ code: "invalid_intersection_types";
2278
+ path: (string | number)[];
2279
+ message: string;
2280
+ fatal?: boolean | undefined | undefined;
2281
+ } | {
2282
+ code: "not_multiple_of";
2283
+ multipleOf: number;
2284
+ path: (string | number)[];
2285
+ message: string;
2286
+ fatal?: boolean | undefined | undefined;
2287
+ } | {
2288
+ code: "not_finite";
2289
+ path: (string | number)[];
2290
+ message: string;
2291
+ fatal?: boolean | undefined | undefined;
2292
+ })[];
2293
+ readonly message: string;
2294
+ readonly isEmpty: boolean;
2295
+ addIssue: never;
2296
+ addIssues: never;
2297
+ readonly formErrors: {
2298
+ formErrors: string[];
2299
+ fieldErrors: {
2300
+ [x: string]: string[] | undefined;
2301
+ [x: number]: string[] | undefined;
2302
+ };
2303
+ };
2304
+ name: string;
2305
+ stack?: string | undefined;
2306
+ cause?: hono_utils_types0.JSONValue | undefined;
2307
+ }[];
2308
+ path: (string | number)[];
2309
+ message: string;
2310
+ fatal?: boolean | undefined | undefined;
2311
+ } | {
2312
+ code: "invalid_union_discriminator";
2313
+ options: (string | number | boolean | null)[];
2314
+ path: (string | number)[];
2315
+ message: string;
2316
+ fatal?: boolean | undefined | undefined;
2317
+ } | {
2318
+ received: string | number;
2319
+ code: "invalid_enum_value";
2320
+ options: (string | number)[];
2321
+ path: (string | number)[];
2322
+ message: string;
2323
+ fatal?: boolean | undefined | undefined;
2324
+ } | {
2325
+ code: "invalid_arguments";
2326
+ argumentsError: {
2327
+ issues: ({
2328
+ code: "custom";
2329
+ params?: {
2330
+ [x: string]: any;
2331
+ } | undefined;
2332
+ path: (string | number)[];
2333
+ message: string;
2334
+ fatal?: boolean | undefined | undefined;
2335
+ } | {
2336
+ code: "invalid_type";
2337
+ expected: zod_v30.ZodParsedType;
2338
+ received: zod_v30.ZodParsedType;
2339
+ path: (string | number)[];
2340
+ message: string;
2341
+ fatal?: boolean | undefined | undefined;
2342
+ } | {
2343
+ code: "invalid_literal";
2344
+ expected: hono_utils_types0.JSONValue;
2345
+ received: hono_utils_types0.JSONValue;
2346
+ path: (string | number)[];
2347
+ message: string;
2348
+ fatal?: boolean | undefined | undefined;
2349
+ } | {
2350
+ code: "unrecognized_keys";
2351
+ keys: string[];
2352
+ path: (string | number)[];
2353
+ message: string;
2354
+ fatal?: boolean | undefined | undefined;
2355
+ } | {
2356
+ code: "invalid_union";
2357
+ unionErrors: /*elided*/any[];
2358
+ path: (string | number)[];
2359
+ message: string;
2360
+ fatal?: boolean | undefined | undefined;
2361
+ } | {
2362
+ code: "invalid_union_discriminator";
2363
+ options: (string | number | boolean | null)[];
2364
+ path: (string | number)[];
2365
+ message: string;
2366
+ fatal?: boolean | undefined | undefined;
2367
+ } | {
2368
+ received: string | number;
2369
+ code: "invalid_enum_value";
2370
+ options: (string | number)[];
2371
+ path: (string | number)[];
2372
+ message: string;
2373
+ fatal?: boolean | undefined | undefined;
2374
+ } | /*elided*/any | {
2375
+ code: "invalid_return_type";
2376
+ returnTypeError: /*elided*/any;
2377
+ path: (string | number)[];
2378
+ message: string;
2379
+ fatal?: boolean | undefined | undefined;
2380
+ } | {
2381
+ code: "invalid_date";
2382
+ path: (string | number)[];
2383
+ message: string;
2384
+ fatal?: boolean | undefined | undefined;
2385
+ } | {
2386
+ code: "invalid_string";
2387
+ validation: "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "date" | "time" | "duration" | "base64" | "base64url" | "jwt" | "regex" | "datetime" | "ip" | "cidr" | {
2388
+ includes: string;
2389
+ position?: number | undefined | undefined;
2390
+ } | {
2391
+ startsWith: string;
2392
+ } | {
2393
+ endsWith: string;
2394
+ };
2395
+ path: (string | number)[];
2396
+ message: string;
2397
+ fatal?: boolean | undefined | undefined;
2398
+ } | {
2399
+ code: "too_small";
2400
+ minimum: number;
2401
+ inclusive: boolean;
2402
+ exact?: boolean | undefined;
2403
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
2404
+ path: (string | number)[];
2405
+ message: string;
2406
+ fatal?: boolean | undefined | undefined;
2407
+ } | {
2408
+ code: "too_big";
2409
+ maximum: number;
2410
+ inclusive: boolean;
2411
+ exact?: boolean | undefined;
2412
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
2413
+ path: (string | number)[];
2414
+ message: string;
2415
+ fatal?: boolean | undefined | undefined;
2416
+ } | {
2417
+ code: "invalid_intersection_types";
2418
+ path: (string | number)[];
2419
+ message: string;
2420
+ fatal?: boolean | undefined | undefined;
2421
+ } | {
2422
+ code: "not_multiple_of";
2423
+ multipleOf: number;
2424
+ path: (string | number)[];
2425
+ message: string;
2426
+ fatal?: boolean | undefined | undefined;
2427
+ } | {
2428
+ code: "not_finite";
2429
+ path: (string | number)[];
2430
+ message: string;
2431
+ fatal?: boolean | undefined | undefined;
2432
+ })[];
2433
+ readonly errors: ({
2434
+ code: "custom";
2435
+ params?: {
2436
+ [x: string]: any;
2437
+ } | undefined;
2438
+ path: (string | number)[];
2439
+ message: string;
2440
+ fatal?: boolean | undefined | undefined;
2441
+ } | {
2442
+ code: "invalid_type";
2443
+ expected: zod_v30.ZodParsedType;
2444
+ received: zod_v30.ZodParsedType;
2445
+ path: (string | number)[];
2446
+ message: string;
2447
+ fatal?: boolean | undefined | undefined;
2448
+ } | {
2449
+ code: "invalid_literal";
2450
+ expected: hono_utils_types0.JSONValue;
2451
+ received: hono_utils_types0.JSONValue;
2452
+ path: (string | number)[];
2453
+ message: string;
2454
+ fatal?: boolean | undefined | undefined;
2455
+ } | {
2456
+ code: "unrecognized_keys";
2457
+ keys: string[];
2458
+ path: (string | number)[];
2459
+ message: string;
2460
+ fatal?: boolean | undefined | undefined;
2461
+ } | {
2462
+ code: "invalid_union";
2463
+ unionErrors: /*elided*/any[];
2464
+ path: (string | number)[];
2465
+ message: string;
2466
+ fatal?: boolean | undefined | undefined;
2467
+ } | {
2468
+ code: "invalid_union_discriminator";
2469
+ options: (string | number | boolean | null)[];
2470
+ path: (string | number)[];
2471
+ message: string;
2472
+ fatal?: boolean | undefined | undefined;
2473
+ } | {
2474
+ received: string | number;
2475
+ code: "invalid_enum_value";
2476
+ options: (string | number)[];
2477
+ path: (string | number)[];
2478
+ message: string;
2479
+ fatal?: boolean | undefined | undefined;
2480
+ } | /*elided*/any | {
2481
+ code: "invalid_return_type";
2482
+ returnTypeError: /*elided*/any;
2483
+ path: (string | number)[];
2484
+ message: string;
2485
+ fatal?: boolean | undefined | undefined;
2486
+ } | {
2487
+ code: "invalid_date";
2488
+ path: (string | number)[];
2489
+ message: string;
2490
+ fatal?: boolean | undefined | undefined;
2491
+ } | {
2492
+ code: "invalid_string";
2493
+ validation: "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "date" | "time" | "duration" | "base64" | "base64url" | "jwt" | "regex" | "datetime" | "ip" | "cidr" | {
2494
+ includes: string;
2495
+ position?: number | undefined | undefined;
2496
+ } | {
2497
+ startsWith: string;
2498
+ } | {
2499
+ endsWith: string;
2500
+ };
2501
+ path: (string | number)[];
2502
+ message: string;
2503
+ fatal?: boolean | undefined | undefined;
2504
+ } | {
2505
+ code: "too_small";
2506
+ minimum: number;
2507
+ inclusive: boolean;
2508
+ exact?: boolean | undefined;
2509
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
2510
+ path: (string | number)[];
2511
+ message: string;
2512
+ fatal?: boolean | undefined | undefined;
2513
+ } | {
2514
+ code: "too_big";
2515
+ maximum: number;
2516
+ inclusive: boolean;
2517
+ exact?: boolean | undefined;
2518
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
2519
+ path: (string | number)[];
2520
+ message: string;
2521
+ fatal?: boolean | undefined | undefined;
2522
+ } | {
2523
+ code: "invalid_intersection_types";
2524
+ path: (string | number)[];
2525
+ message: string;
2526
+ fatal?: boolean | undefined | undefined;
2527
+ } | {
2528
+ code: "not_multiple_of";
2529
+ multipleOf: number;
2530
+ path: (string | number)[];
2531
+ message: string;
2532
+ fatal?: boolean | undefined | undefined;
2533
+ } | {
2534
+ code: "not_finite";
2535
+ path: (string | number)[];
2536
+ message: string;
2537
+ fatal?: boolean | undefined | undefined;
2538
+ })[];
2539
+ readonly message: string;
2540
+ readonly isEmpty: boolean;
2541
+ addIssue: never;
2542
+ addIssues: never;
2543
+ readonly formErrors: {
2544
+ formErrors: string[];
2545
+ fieldErrors: {
2546
+ [x: string]: string[] | undefined;
2547
+ [x: number]: string[] | undefined;
2548
+ };
2549
+ };
2550
+ name: string;
2551
+ stack?: string | undefined;
2552
+ cause?: hono_utils_types0.JSONValue | undefined;
2553
+ };
2554
+ path: (string | number)[];
2555
+ message: string;
2556
+ fatal?: boolean | undefined | undefined;
2557
+ } | {
2558
+ code: "invalid_return_type";
2559
+ returnTypeError: {
2560
+ issues: ({
2561
+ code: "custom";
2562
+ params?: {
2563
+ [x: string]: any;
2564
+ } | undefined;
2565
+ path: (string | number)[];
2566
+ message: string;
2567
+ fatal?: boolean | undefined | undefined;
2568
+ } | {
2569
+ code: "invalid_type";
2570
+ expected: zod_v30.ZodParsedType;
2571
+ received: zod_v30.ZodParsedType;
2572
+ path: (string | number)[];
2573
+ message: string;
2574
+ fatal?: boolean | undefined | undefined;
2575
+ } | {
2576
+ code: "invalid_literal";
2577
+ expected: hono_utils_types0.JSONValue;
2578
+ received: hono_utils_types0.JSONValue;
2579
+ path: (string | number)[];
2580
+ message: string;
2581
+ fatal?: boolean | undefined | undefined;
2582
+ } | {
2583
+ code: "unrecognized_keys";
2584
+ keys: string[];
2585
+ path: (string | number)[];
2586
+ message: string;
2587
+ fatal?: boolean | undefined | undefined;
2588
+ } | {
2589
+ code: "invalid_union";
2590
+ unionErrors: /*elided*/any[];
2591
+ path: (string | number)[];
2592
+ message: string;
2593
+ fatal?: boolean | undefined | undefined;
2594
+ } | {
2595
+ code: "invalid_union_discriminator";
2596
+ options: (string | number | boolean | null)[];
2597
+ path: (string | number)[];
2598
+ message: string;
2599
+ fatal?: boolean | undefined | undefined;
2600
+ } | {
2601
+ received: string | number;
2602
+ code: "invalid_enum_value";
2603
+ options: (string | number)[];
2604
+ path: (string | number)[];
2605
+ message: string;
2606
+ fatal?: boolean | undefined | undefined;
2607
+ } | {
2608
+ code: "invalid_arguments";
2609
+ argumentsError: /*elided*/any;
2610
+ path: (string | number)[];
2611
+ message: string;
2612
+ fatal?: boolean | undefined | undefined;
2613
+ } | /*elided*/any | {
2614
+ code: "invalid_date";
2615
+ path: (string | number)[];
2616
+ message: string;
2617
+ fatal?: boolean | undefined | undefined;
2618
+ } | {
2619
+ code: "invalid_string";
2620
+ validation: "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "date" | "time" | "duration" | "base64" | "base64url" | "jwt" | "regex" | "datetime" | "ip" | "cidr" | {
2621
+ includes: string;
2622
+ position?: number | undefined | undefined;
2623
+ } | {
2624
+ startsWith: string;
2625
+ } | {
2626
+ endsWith: string;
2627
+ };
2628
+ path: (string | number)[];
2629
+ message: string;
2630
+ fatal?: boolean | undefined | undefined;
2631
+ } | {
2632
+ code: "too_small";
2633
+ minimum: number;
2634
+ inclusive: boolean;
2635
+ exact?: boolean | undefined;
2636
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
2637
+ path: (string | number)[];
2638
+ message: string;
2639
+ fatal?: boolean | undefined | undefined;
2640
+ } | {
2641
+ code: "too_big";
2642
+ maximum: number;
2643
+ inclusive: boolean;
2644
+ exact?: boolean | undefined;
2645
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
2646
+ path: (string | number)[];
2647
+ message: string;
2648
+ fatal?: boolean | undefined | undefined;
2649
+ } | {
2650
+ code: "invalid_intersection_types";
2651
+ path: (string | number)[];
2652
+ message: string;
2653
+ fatal?: boolean | undefined | undefined;
2654
+ } | {
2655
+ code: "not_multiple_of";
2656
+ multipleOf: number;
2657
+ path: (string | number)[];
2658
+ message: string;
2659
+ fatal?: boolean | undefined | undefined;
2660
+ } | {
2661
+ code: "not_finite";
2662
+ path: (string | number)[];
2663
+ message: string;
2664
+ fatal?: boolean | undefined | undefined;
2665
+ })[];
2666
+ readonly errors: ({
2667
+ code: "custom";
2668
+ params?: {
2669
+ [x: string]: any;
2670
+ } | undefined;
2671
+ path: (string | number)[];
2672
+ message: string;
2673
+ fatal?: boolean | undefined | undefined;
2674
+ } | {
2675
+ code: "invalid_type";
2676
+ expected: zod_v30.ZodParsedType;
2677
+ received: zod_v30.ZodParsedType;
2678
+ path: (string | number)[];
2679
+ message: string;
2680
+ fatal?: boolean | undefined | undefined;
2681
+ } | {
2682
+ code: "invalid_literal";
2683
+ expected: hono_utils_types0.JSONValue;
2684
+ received: hono_utils_types0.JSONValue;
2685
+ path: (string | number)[];
2686
+ message: string;
2687
+ fatal?: boolean | undefined | undefined;
2688
+ } | {
2689
+ code: "unrecognized_keys";
2690
+ keys: string[];
2691
+ path: (string | number)[];
2692
+ message: string;
2693
+ fatal?: boolean | undefined | undefined;
2694
+ } | {
2695
+ code: "invalid_union";
2696
+ unionErrors: /*elided*/any[];
2697
+ path: (string | number)[];
2698
+ message: string;
2699
+ fatal?: boolean | undefined | undefined;
2700
+ } | {
2701
+ code: "invalid_union_discriminator";
2702
+ options: (string | number | boolean | null)[];
2703
+ path: (string | number)[];
2704
+ message: string;
2705
+ fatal?: boolean | undefined | undefined;
2706
+ } | {
2707
+ received: string | number;
2708
+ code: "invalid_enum_value";
2709
+ options: (string | number)[];
2710
+ path: (string | number)[];
2711
+ message: string;
2712
+ fatal?: boolean | undefined | undefined;
2713
+ } | {
2714
+ code: "invalid_arguments";
2715
+ argumentsError: /*elided*/any;
2716
+ path: (string | number)[];
2717
+ message: string;
2718
+ fatal?: boolean | undefined | undefined;
2719
+ } | /*elided*/any | {
2720
+ code: "invalid_date";
2721
+ path: (string | number)[];
2722
+ message: string;
2723
+ fatal?: boolean | undefined | undefined;
2724
+ } | {
2725
+ code: "invalid_string";
2726
+ validation: "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "date" | "time" | "duration" | "base64" | "base64url" | "jwt" | "regex" | "datetime" | "ip" | "cidr" | {
2727
+ includes: string;
2728
+ position?: number | undefined | undefined;
2729
+ } | {
2730
+ startsWith: string;
2731
+ } | {
2732
+ endsWith: string;
2733
+ };
2734
+ path: (string | number)[];
2735
+ message: string;
2736
+ fatal?: boolean | undefined | undefined;
2737
+ } | {
2738
+ code: "too_small";
2739
+ minimum: number;
2740
+ inclusive: boolean;
2741
+ exact?: boolean | undefined;
2742
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
2743
+ path: (string | number)[];
2744
+ message: string;
2745
+ fatal?: boolean | undefined | undefined;
2746
+ } | {
2747
+ code: "too_big";
2748
+ maximum: number;
2749
+ inclusive: boolean;
2750
+ exact?: boolean | undefined;
2751
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
2752
+ path: (string | number)[];
2753
+ message: string;
2754
+ fatal?: boolean | undefined | undefined;
2755
+ } | {
2756
+ code: "invalid_intersection_types";
2757
+ path: (string | number)[];
2758
+ message: string;
2759
+ fatal?: boolean | undefined | undefined;
2760
+ } | {
2761
+ code: "not_multiple_of";
2762
+ multipleOf: number;
2763
+ path: (string | number)[];
2764
+ message: string;
2765
+ fatal?: boolean | undefined | undefined;
2766
+ } | {
2767
+ code: "not_finite";
2768
+ path: (string | number)[];
2769
+ message: string;
2770
+ fatal?: boolean | undefined | undefined;
2771
+ })[];
2772
+ readonly message: string;
2773
+ readonly isEmpty: boolean;
2774
+ addIssue: never;
2775
+ addIssues: never;
2776
+ readonly formErrors: {
2777
+ formErrors: string[];
2778
+ fieldErrors: {
2779
+ [x: string]: string[] | undefined;
2780
+ [x: number]: string[] | undefined;
2781
+ };
2782
+ };
2783
+ name: string;
2784
+ stack?: string | undefined;
2785
+ cause?: hono_utils_types0.JSONValue | undefined;
2786
+ };
2787
+ path: (string | number)[];
2788
+ message: string;
2789
+ fatal?: boolean | undefined | undefined;
2790
+ } | {
2791
+ code: "invalid_date";
2792
+ path: (string | number)[];
2793
+ message: string;
2794
+ fatal?: boolean | undefined | undefined;
2795
+ } | {
2796
+ code: "invalid_string";
2797
+ validation: "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "date" | "time" | "duration" | "base64" | "base64url" | "jwt" | "regex" | "datetime" | "ip" | "cidr" | {
2798
+ includes: string;
2799
+ position?: number | undefined | undefined;
2800
+ } | {
2801
+ startsWith: string;
2802
+ } | {
2803
+ endsWith: string;
2804
+ };
2805
+ path: (string | number)[];
2806
+ message: string;
2807
+ fatal?: boolean | undefined | undefined;
2808
+ } | {
2809
+ code: "too_small";
2810
+ minimum: number;
2811
+ inclusive: boolean;
2812
+ exact?: boolean | undefined;
2813
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
2814
+ path: (string | number)[];
2815
+ message: string;
2816
+ fatal?: boolean | undefined | undefined;
2817
+ } | {
2818
+ code: "too_big";
2819
+ maximum: number;
2820
+ inclusive: boolean;
2821
+ exact?: boolean | undefined;
2822
+ type: "array" | "string" | "number" | "set" | "date" | "bigint";
2823
+ path: (string | number)[];
2824
+ message: string;
2825
+ fatal?: boolean | undefined | undefined;
2826
+ } | {
2827
+ code: "invalid_intersection_types";
2828
+ path: (string | number)[];
2829
+ message: string;
2830
+ fatal?: boolean | undefined | undefined;
2831
+ } | {
2832
+ code: "not_multiple_of";
2833
+ multipleOf: number;
2834
+ path: (string | number)[];
2835
+ message: string;
2836
+ fatal?: boolean | undefined | undefined;
2837
+ } | {
2838
+ code: "not_finite";
2839
+ path: (string | number)[];
2840
+ message: string;
2841
+ fatal?: boolean | undefined | undefined;
2842
+ })[] | ({
2843
+ readonly code: "invalid_type";
2844
+ readonly expected: z.core.$ZodInvalidTypeExpected;
2845
+ readonly input?: hono_utils_types0.JSONValue | undefined;
2846
+ readonly path: (string | number | null)[];
2847
+ readonly message: string;
2848
+ } | {
2849
+ readonly code: "too_big";
2850
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
2851
+ readonly maximum: number;
2852
+ readonly inclusive?: boolean | undefined;
2853
+ readonly exact?: boolean | undefined;
2854
+ readonly input?: hono_utils_types0.JSONValue | undefined;
2855
+ readonly path: (string | number | null)[];
2856
+ readonly message: string;
2857
+ } | {
2858
+ readonly code: "too_small";
2859
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
2860
+ readonly minimum: number;
2861
+ readonly inclusive?: boolean | undefined;
2862
+ readonly exact?: boolean | undefined;
2863
+ readonly input?: hono_utils_types0.JSONValue | undefined;
2864
+ readonly path: (string | number | null)[];
2865
+ readonly message: string;
2866
+ } | {
2867
+ readonly code: "invalid_format";
2868
+ readonly format: z.core.$ZodStringFormats | (string & {});
2869
+ readonly pattern?: string | undefined;
2870
+ readonly input?: string | undefined;
2871
+ readonly path: (string | number | null)[];
2872
+ readonly message: string;
2873
+ } | {
2874
+ readonly code: "not_multiple_of";
2875
+ readonly divisor: number;
2876
+ readonly input?: number | undefined;
2877
+ readonly path: (string | number | null)[];
2878
+ readonly message: string;
2879
+ } | {
2880
+ readonly code: "unrecognized_keys";
2881
+ readonly keys: string[];
2882
+ readonly input?: {
2883
+ [x: string]: hono_utils_types0.JSONValue;
2884
+ } | undefined;
2885
+ readonly path: (string | number | null)[];
2886
+ readonly message: string;
2887
+ } | {
2888
+ readonly code: "invalid_union";
2889
+ readonly errors: ({
2890
+ readonly code: "invalid_type";
2891
+ readonly expected: z.core.$ZodInvalidTypeExpected;
2892
+ readonly input?: hono_utils_types0.JSONValue | undefined;
2893
+ readonly path: (string | number | null)[];
2894
+ readonly message: string;
2895
+ } | {
2896
+ readonly code: "too_big";
2897
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
2898
+ readonly maximum: number;
2899
+ readonly inclusive?: boolean | undefined;
2900
+ readonly exact?: boolean | undefined;
2901
+ readonly input?: hono_utils_types0.JSONValue | undefined;
2902
+ readonly path: (string | number | null)[];
2903
+ readonly message: string;
2904
+ } | {
2905
+ readonly code: "too_small";
2906
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
2907
+ readonly minimum: number;
2908
+ readonly inclusive?: boolean | undefined;
2909
+ readonly exact?: boolean | undefined;
2910
+ readonly input?: hono_utils_types0.JSONValue | undefined;
2911
+ readonly path: (string | number | null)[];
2912
+ readonly message: string;
2913
+ } | {
2914
+ readonly code: "invalid_format";
2915
+ readonly format: z.core.$ZodStringFormats | (string & {});
2916
+ readonly pattern?: string | undefined;
2917
+ readonly input?: string | undefined;
2918
+ readonly path: (string | number | null)[];
2919
+ readonly message: string;
2920
+ } | {
2921
+ readonly code: "not_multiple_of";
2922
+ readonly divisor: number;
2923
+ readonly input?: number | undefined;
2924
+ readonly path: (string | number | null)[];
2925
+ readonly message: string;
2926
+ } | {
2927
+ readonly code: "unrecognized_keys";
2928
+ readonly keys: string[];
2929
+ readonly input?: {
2930
+ [x: string]: hono_utils_types0.JSONValue;
2931
+ } | undefined;
2932
+ readonly path: (string | number | null)[];
2933
+ readonly message: string;
2934
+ } | /*elided*/any | {
2935
+ readonly code: "invalid_union";
2936
+ readonly errors: [];
2937
+ readonly input?: hono_utils_types0.JSONValue | undefined;
2938
+ readonly discriminator?: string | undefined | undefined;
2939
+ readonly inclusive: false;
2940
+ readonly path: (string | number | null)[];
2941
+ readonly message: string;
2942
+ } | {
2943
+ readonly code: "invalid_key";
2944
+ readonly origin: "map" | "record";
2945
+ readonly issues: ({
2946
+ readonly code: "invalid_type";
2947
+ readonly expected: z.core.$ZodInvalidTypeExpected;
2948
+ readonly input?: hono_utils_types0.JSONValue | undefined;
2949
+ readonly path: (string | number | null)[];
2950
+ readonly message: string;
2951
+ } | {
2952
+ readonly code: "too_big";
2953
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
2954
+ readonly maximum: number;
2955
+ readonly inclusive?: boolean | undefined;
2956
+ readonly exact?: boolean | undefined;
2957
+ readonly input?: hono_utils_types0.JSONValue | undefined;
2958
+ readonly path: (string | number | null)[];
2959
+ readonly message: string;
2960
+ } | {
2961
+ readonly code: "too_small";
2962
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
2963
+ readonly minimum: number;
2964
+ readonly inclusive?: boolean | undefined;
2965
+ readonly exact?: boolean | undefined;
2966
+ readonly input?: hono_utils_types0.JSONValue | undefined;
2967
+ readonly path: (string | number | null)[];
2968
+ readonly message: string;
2969
+ } | {
2970
+ readonly code: "invalid_format";
2971
+ readonly format: z.core.$ZodStringFormats | (string & {});
2972
+ readonly pattern?: string | undefined;
2973
+ readonly input?: string | undefined;
2974
+ readonly path: (string | number | null)[];
2975
+ readonly message: string;
2976
+ } | {
2977
+ readonly code: "not_multiple_of";
2978
+ readonly divisor: number;
2979
+ readonly input?: number | undefined;
2980
+ readonly path: (string | number | null)[];
2981
+ readonly message: string;
2982
+ } | {
2983
+ readonly code: "unrecognized_keys";
2984
+ readonly keys: string[];
2985
+ readonly input?: {
2986
+ [x: string]: hono_utils_types0.JSONValue;
2987
+ } | undefined;
2988
+ readonly path: (string | number | null)[];
2989
+ readonly message: string;
2990
+ } | /*elided*/any | {
2991
+ readonly code: "invalid_union";
2992
+ readonly errors: [];
2993
+ readonly input?: hono_utils_types0.JSONValue | undefined;
2994
+ readonly discriminator?: string | undefined | undefined;
2995
+ readonly inclusive: false;
2996
+ readonly path: (string | number | null)[];
2997
+ readonly message: string;
2998
+ } | /*elided*/any | {
2999
+ readonly code: "invalid_element";
3000
+ readonly origin: "map" | "set";
3001
+ readonly key: hono_utils_types0.JSONValue;
3002
+ readonly issues: ({
3003
+ readonly code: "invalid_type";
3004
+ readonly expected: z.core.$ZodInvalidTypeExpected;
3005
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3006
+ readonly path: (string | number | null)[];
3007
+ readonly message: string;
3008
+ } | {
3009
+ readonly code: "too_big";
3010
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3011
+ readonly maximum: number;
3012
+ readonly inclusive?: boolean | undefined;
3013
+ readonly exact?: boolean | undefined;
3014
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3015
+ readonly path: (string | number | null)[];
3016
+ readonly message: string;
3017
+ } | {
3018
+ readonly code: "too_small";
3019
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3020
+ readonly minimum: number;
3021
+ readonly inclusive?: boolean | undefined;
3022
+ readonly exact?: boolean | undefined;
3023
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3024
+ readonly path: (string | number | null)[];
3025
+ readonly message: string;
3026
+ } | {
3027
+ readonly code: "invalid_format";
3028
+ readonly format: z.core.$ZodStringFormats | (string & {});
3029
+ readonly pattern?: string | undefined;
3030
+ readonly input?: string | undefined;
3031
+ readonly path: (string | number | null)[];
3032
+ readonly message: string;
3033
+ } | {
3034
+ readonly code: "not_multiple_of";
3035
+ readonly divisor: number;
3036
+ readonly input?: number | undefined;
3037
+ readonly path: (string | number | null)[];
3038
+ readonly message: string;
3039
+ } | {
3040
+ readonly code: "unrecognized_keys";
3041
+ readonly keys: string[];
3042
+ readonly input?: {
3043
+ [x: string]: hono_utils_types0.JSONValue;
3044
+ } | undefined;
3045
+ readonly path: (string | number | null)[];
3046
+ readonly message: string;
3047
+ } | /*elided*/any | {
3048
+ readonly code: "invalid_union";
3049
+ readonly errors: [];
3050
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3051
+ readonly discriminator?: string | undefined | undefined;
3052
+ readonly inclusive: false;
3053
+ readonly path: (string | number | null)[];
3054
+ readonly message: string;
3055
+ } | /*elided*/any | /*elided*/any | {
3056
+ readonly code: "invalid_value";
3057
+ readonly values: (string | number | boolean | null)[];
3058
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3059
+ readonly path: (string | number | null)[];
3060
+ readonly message: string;
3061
+ } | {
3062
+ readonly code: "custom";
3063
+ readonly params?: {
3064
+ [x: string]: any;
3065
+ } | undefined;
3066
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3067
+ readonly path: (string | number | null)[];
3068
+ readonly message: string;
3069
+ })[];
3070
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3071
+ readonly path: (string | number | null)[];
3072
+ readonly message: string;
3073
+ } | {
3074
+ readonly code: "invalid_value";
3075
+ readonly values: (string | number | boolean | null)[];
3076
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3077
+ readonly path: (string | number | null)[];
3078
+ readonly message: string;
3079
+ } | {
3080
+ readonly code: "custom";
3081
+ readonly params?: {
3082
+ [x: string]: any;
3083
+ } | undefined;
3084
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3085
+ readonly path: (string | number | null)[];
3086
+ readonly message: string;
3087
+ })[];
3088
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3089
+ readonly path: (string | number | null)[];
3090
+ readonly message: string;
3091
+ } | {
3092
+ readonly code: "invalid_element";
3093
+ readonly origin: "map" | "set";
3094
+ readonly key: hono_utils_types0.JSONValue;
3095
+ readonly issues: ({
3096
+ readonly code: "invalid_type";
3097
+ readonly expected: z.core.$ZodInvalidTypeExpected;
3098
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3099
+ readonly path: (string | number | null)[];
3100
+ readonly message: string;
3101
+ } | {
3102
+ readonly code: "too_big";
3103
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3104
+ readonly maximum: number;
3105
+ readonly inclusive?: boolean | undefined;
3106
+ readonly exact?: boolean | undefined;
3107
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3108
+ readonly path: (string | number | null)[];
3109
+ readonly message: string;
3110
+ } | {
3111
+ readonly code: "too_small";
3112
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3113
+ readonly minimum: number;
3114
+ readonly inclusive?: boolean | undefined;
3115
+ readonly exact?: boolean | undefined;
3116
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3117
+ readonly path: (string | number | null)[];
3118
+ readonly message: string;
3119
+ } | {
3120
+ readonly code: "invalid_format";
3121
+ readonly format: z.core.$ZodStringFormats | (string & {});
3122
+ readonly pattern?: string | undefined;
3123
+ readonly input?: string | undefined;
3124
+ readonly path: (string | number | null)[];
3125
+ readonly message: string;
3126
+ } | {
3127
+ readonly code: "not_multiple_of";
3128
+ readonly divisor: number;
3129
+ readonly input?: number | undefined;
3130
+ readonly path: (string | number | null)[];
3131
+ readonly message: string;
3132
+ } | {
3133
+ readonly code: "unrecognized_keys";
3134
+ readonly keys: string[];
3135
+ readonly input?: {
3136
+ [x: string]: hono_utils_types0.JSONValue;
3137
+ } | undefined;
3138
+ readonly path: (string | number | null)[];
3139
+ readonly message: string;
3140
+ } | /*elided*/any | {
3141
+ readonly code: "invalid_union";
3142
+ readonly errors: [];
3143
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3144
+ readonly discriminator?: string | undefined | undefined;
3145
+ readonly inclusive: false;
3146
+ readonly path: (string | number | null)[];
3147
+ readonly message: string;
3148
+ } | {
3149
+ readonly code: "invalid_key";
3150
+ readonly origin: "map" | "record";
3151
+ readonly issues: ({
3152
+ readonly code: "invalid_type";
3153
+ readonly expected: z.core.$ZodInvalidTypeExpected;
3154
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3155
+ readonly path: (string | number | null)[];
3156
+ readonly message: string;
3157
+ } | {
3158
+ readonly code: "too_big";
3159
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3160
+ readonly maximum: number;
3161
+ readonly inclusive?: boolean | undefined;
3162
+ readonly exact?: boolean | undefined;
3163
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3164
+ readonly path: (string | number | null)[];
3165
+ readonly message: string;
3166
+ } | {
3167
+ readonly code: "too_small";
3168
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3169
+ readonly minimum: number;
3170
+ readonly inclusive?: boolean | undefined;
3171
+ readonly exact?: boolean | undefined;
3172
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3173
+ readonly path: (string | number | null)[];
3174
+ readonly message: string;
3175
+ } | {
3176
+ readonly code: "invalid_format";
3177
+ readonly format: z.core.$ZodStringFormats | (string & {});
3178
+ readonly pattern?: string | undefined;
3179
+ readonly input?: string | undefined;
3180
+ readonly path: (string | number | null)[];
3181
+ readonly message: string;
3182
+ } | {
3183
+ readonly code: "not_multiple_of";
3184
+ readonly divisor: number;
3185
+ readonly input?: number | undefined;
3186
+ readonly path: (string | number | null)[];
3187
+ readonly message: string;
3188
+ } | {
3189
+ readonly code: "unrecognized_keys";
3190
+ readonly keys: string[];
3191
+ readonly input?: {
3192
+ [x: string]: hono_utils_types0.JSONValue;
3193
+ } | undefined;
3194
+ readonly path: (string | number | null)[];
3195
+ readonly message: string;
3196
+ } | /*elided*/any | {
3197
+ readonly code: "invalid_union";
3198
+ readonly errors: [];
3199
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3200
+ readonly discriminator?: string | undefined | undefined;
3201
+ readonly inclusive: false;
3202
+ readonly path: (string | number | null)[];
3203
+ readonly message: string;
3204
+ } | /*elided*/any | /*elided*/any | {
3205
+ readonly code: "invalid_value";
3206
+ readonly values: (string | number | boolean | null)[];
3207
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3208
+ readonly path: (string | number | null)[];
3209
+ readonly message: string;
3210
+ } | {
3211
+ readonly code: "custom";
3212
+ readonly params?: {
3213
+ [x: string]: any;
3214
+ } | undefined;
3215
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3216
+ readonly path: (string | number | null)[];
3217
+ readonly message: string;
3218
+ })[];
3219
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3220
+ readonly path: (string | number | null)[];
3221
+ readonly message: string;
3222
+ } | /*elided*/any | {
3223
+ readonly code: "invalid_value";
3224
+ readonly values: (string | number | boolean | null)[];
3225
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3226
+ readonly path: (string | number | null)[];
3227
+ readonly message: string;
3228
+ } | {
3229
+ readonly code: "custom";
3230
+ readonly params?: {
3231
+ [x: string]: any;
3232
+ } | undefined;
3233
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3234
+ readonly path: (string | number | null)[];
3235
+ readonly message: string;
3236
+ })[];
3237
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3238
+ readonly path: (string | number | null)[];
3239
+ readonly message: string;
3240
+ } | {
3241
+ readonly code: "invalid_value";
3242
+ readonly values: (string | number | boolean | null)[];
3243
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3244
+ readonly path: (string | number | null)[];
3245
+ readonly message: string;
3246
+ } | {
3247
+ readonly code: "custom";
3248
+ readonly params?: {
3249
+ [x: string]: any;
3250
+ } | undefined;
3251
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3252
+ readonly path: (string | number | null)[];
3253
+ readonly message: string;
3254
+ })[][];
3255
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3256
+ readonly discriminator?: string | undefined | undefined;
3257
+ readonly inclusive?: true | undefined;
3258
+ readonly path: (string | number | null)[];
3259
+ readonly message: string;
3260
+ } | {
3261
+ readonly code: "invalid_union";
3262
+ readonly errors: [];
3263
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3264
+ readonly discriminator?: string | undefined | undefined;
3265
+ readonly inclusive: false;
3266
+ readonly path: (string | number | null)[];
3267
+ readonly message: string;
3268
+ } | {
3269
+ readonly code: "invalid_key";
3270
+ readonly origin: "map" | "record";
3271
+ readonly issues: ({
3272
+ readonly code: "invalid_type";
3273
+ readonly expected: z.core.$ZodInvalidTypeExpected;
3274
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3275
+ readonly path: (string | number | null)[];
3276
+ readonly message: string;
3277
+ } | {
3278
+ readonly code: "too_big";
3279
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3280
+ readonly maximum: number;
3281
+ readonly inclusive?: boolean | undefined;
3282
+ readonly exact?: boolean | undefined;
3283
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3284
+ readonly path: (string | number | null)[];
3285
+ readonly message: string;
3286
+ } | {
3287
+ readonly code: "too_small";
3288
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3289
+ readonly minimum: number;
3290
+ readonly inclusive?: boolean | undefined;
3291
+ readonly exact?: boolean | undefined;
3292
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3293
+ readonly path: (string | number | null)[];
3294
+ readonly message: string;
3295
+ } | {
3296
+ readonly code: "invalid_format";
3297
+ readonly format: z.core.$ZodStringFormats | (string & {});
3298
+ readonly pattern?: string | undefined;
3299
+ readonly input?: string | undefined;
3300
+ readonly path: (string | number | null)[];
3301
+ readonly message: string;
3302
+ } | {
3303
+ readonly code: "not_multiple_of";
3304
+ readonly divisor: number;
3305
+ readonly input?: number | undefined;
3306
+ readonly path: (string | number | null)[];
3307
+ readonly message: string;
3308
+ } | {
3309
+ readonly code: "unrecognized_keys";
3310
+ readonly keys: string[];
3311
+ readonly input?: {
3312
+ [x: string]: hono_utils_types0.JSONValue;
3313
+ } | undefined;
3314
+ readonly path: (string | number | null)[];
3315
+ readonly message: string;
3316
+ } | {
3317
+ readonly code: "invalid_union";
3318
+ readonly errors: ({
3319
+ readonly code: "invalid_type";
3320
+ readonly expected: z.core.$ZodInvalidTypeExpected;
3321
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3322
+ readonly path: (string | number | null)[];
3323
+ readonly message: string;
3324
+ } | {
3325
+ readonly code: "too_big";
3326
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3327
+ readonly maximum: number;
3328
+ readonly inclusive?: boolean | undefined;
3329
+ readonly exact?: boolean | undefined;
3330
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3331
+ readonly path: (string | number | null)[];
3332
+ readonly message: string;
3333
+ } | {
3334
+ readonly code: "too_small";
3335
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3336
+ readonly minimum: number;
3337
+ readonly inclusive?: boolean | undefined;
3338
+ readonly exact?: boolean | undefined;
3339
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3340
+ readonly path: (string | number | null)[];
3341
+ readonly message: string;
3342
+ } | {
3343
+ readonly code: "invalid_format";
3344
+ readonly format: z.core.$ZodStringFormats | (string & {});
3345
+ readonly pattern?: string | undefined;
3346
+ readonly input?: string | undefined;
3347
+ readonly path: (string | number | null)[];
3348
+ readonly message: string;
3349
+ } | {
3350
+ readonly code: "not_multiple_of";
3351
+ readonly divisor: number;
3352
+ readonly input?: number | undefined;
3353
+ readonly path: (string | number | null)[];
3354
+ readonly message: string;
3355
+ } | {
3356
+ readonly code: "unrecognized_keys";
3357
+ readonly keys: string[];
3358
+ readonly input?: {
3359
+ [x: string]: hono_utils_types0.JSONValue;
3360
+ } | undefined;
3361
+ readonly path: (string | number | null)[];
3362
+ readonly message: string;
3363
+ } | /*elided*/any | {
3364
+ readonly code: "invalid_union";
3365
+ readonly errors: [];
3366
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3367
+ readonly discriminator?: string | undefined | undefined;
3368
+ readonly inclusive: false;
3369
+ readonly path: (string | number | null)[];
3370
+ readonly message: string;
3371
+ } | /*elided*/any | {
3372
+ readonly code: "invalid_element";
3373
+ readonly origin: "map" | "set";
3374
+ readonly key: hono_utils_types0.JSONValue;
3375
+ readonly issues: ({
3376
+ readonly code: "invalid_type";
3377
+ readonly expected: z.core.$ZodInvalidTypeExpected;
3378
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3379
+ readonly path: (string | number | null)[];
3380
+ readonly message: string;
3381
+ } | {
3382
+ readonly code: "too_big";
3383
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3384
+ readonly maximum: number;
3385
+ readonly inclusive?: boolean | undefined;
3386
+ readonly exact?: boolean | undefined;
3387
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3388
+ readonly path: (string | number | null)[];
3389
+ readonly message: string;
3390
+ } | {
3391
+ readonly code: "too_small";
3392
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3393
+ readonly minimum: number;
3394
+ readonly inclusive?: boolean | undefined;
3395
+ readonly exact?: boolean | undefined;
3396
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3397
+ readonly path: (string | number | null)[];
3398
+ readonly message: string;
3399
+ } | {
3400
+ readonly code: "invalid_format";
3401
+ readonly format: z.core.$ZodStringFormats | (string & {});
3402
+ readonly pattern?: string | undefined;
3403
+ readonly input?: string | undefined;
3404
+ readonly path: (string | number | null)[];
3405
+ readonly message: string;
3406
+ } | {
3407
+ readonly code: "not_multiple_of";
3408
+ readonly divisor: number;
3409
+ readonly input?: number | undefined;
3410
+ readonly path: (string | number | null)[];
3411
+ readonly message: string;
3412
+ } | {
3413
+ readonly code: "unrecognized_keys";
3414
+ readonly keys: string[];
3415
+ readonly input?: {
3416
+ [x: string]: hono_utils_types0.JSONValue;
3417
+ } | undefined;
3418
+ readonly path: (string | number | null)[];
3419
+ readonly message: string;
3420
+ } | /*elided*/any | {
3421
+ readonly code: "invalid_union";
3422
+ readonly errors: [];
3423
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3424
+ readonly discriminator?: string | undefined | undefined;
3425
+ readonly inclusive: false;
3426
+ readonly path: (string | number | null)[];
3427
+ readonly message: string;
3428
+ } | /*elided*/any | /*elided*/any | {
3429
+ readonly code: "invalid_value";
3430
+ readonly values: (string | number | boolean | null)[];
3431
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3432
+ readonly path: (string | number | null)[];
3433
+ readonly message: string;
3434
+ } | {
3435
+ readonly code: "custom";
3436
+ readonly params?: {
3437
+ [x: string]: any;
3438
+ } | undefined;
3439
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3440
+ readonly path: (string | number | null)[];
3441
+ readonly message: string;
3442
+ })[];
3443
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3444
+ readonly path: (string | number | null)[];
3445
+ readonly message: string;
3446
+ } | {
3447
+ readonly code: "invalid_value";
3448
+ readonly values: (string | number | boolean | null)[];
3449
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3450
+ readonly path: (string | number | null)[];
3451
+ readonly message: string;
3452
+ } | {
3453
+ readonly code: "custom";
3454
+ readonly params?: {
3455
+ [x: string]: any;
3456
+ } | undefined;
3457
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3458
+ readonly path: (string | number | null)[];
3459
+ readonly message: string;
3460
+ })[][];
3461
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3462
+ readonly discriminator?: string | undefined | undefined;
3463
+ readonly inclusive?: true | undefined;
3464
+ readonly path: (string | number | null)[];
3465
+ readonly message: string;
3466
+ } | {
3467
+ readonly code: "invalid_union";
3468
+ readonly errors: [];
3469
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3470
+ readonly discriminator?: string | undefined | undefined;
3471
+ readonly inclusive: false;
3472
+ readonly path: (string | number | null)[];
3473
+ readonly message: string;
3474
+ } | /*elided*/any | {
3475
+ readonly code: "invalid_element";
3476
+ readonly origin: "map" | "set";
3477
+ readonly key: hono_utils_types0.JSONValue;
3478
+ readonly issues: ({
3479
+ readonly code: "invalid_type";
3480
+ readonly expected: z.core.$ZodInvalidTypeExpected;
3481
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3482
+ readonly path: (string | number | null)[];
3483
+ readonly message: string;
3484
+ } | {
3485
+ readonly code: "too_big";
3486
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3487
+ readonly maximum: number;
3488
+ readonly inclusive?: boolean | undefined;
3489
+ readonly exact?: boolean | undefined;
3490
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3491
+ readonly path: (string | number | null)[];
3492
+ readonly message: string;
3493
+ } | {
3494
+ readonly code: "too_small";
3495
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3496
+ readonly minimum: number;
3497
+ readonly inclusive?: boolean | undefined;
3498
+ readonly exact?: boolean | undefined;
3499
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3500
+ readonly path: (string | number | null)[];
3501
+ readonly message: string;
3502
+ } | {
3503
+ readonly code: "invalid_format";
3504
+ readonly format: z.core.$ZodStringFormats | (string & {});
3505
+ readonly pattern?: string | undefined;
3506
+ readonly input?: string | undefined;
3507
+ readonly path: (string | number | null)[];
3508
+ readonly message: string;
3509
+ } | {
3510
+ readonly code: "not_multiple_of";
3511
+ readonly divisor: number;
3512
+ readonly input?: number | undefined;
3513
+ readonly path: (string | number | null)[];
3514
+ readonly message: string;
3515
+ } | {
3516
+ readonly code: "unrecognized_keys";
3517
+ readonly keys: string[];
3518
+ readonly input?: {
3519
+ [x: string]: hono_utils_types0.JSONValue;
3520
+ } | undefined;
3521
+ readonly path: (string | number | null)[];
3522
+ readonly message: string;
3523
+ } | {
3524
+ readonly code: "invalid_union";
3525
+ readonly errors: ({
3526
+ readonly code: "invalid_type";
3527
+ readonly expected: z.core.$ZodInvalidTypeExpected;
3528
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3529
+ readonly path: (string | number | null)[];
3530
+ readonly message: string;
3531
+ } | {
3532
+ readonly code: "too_big";
3533
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3534
+ readonly maximum: number;
3535
+ readonly inclusive?: boolean | undefined;
3536
+ readonly exact?: boolean | undefined;
3537
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3538
+ readonly path: (string | number | null)[];
3539
+ readonly message: string;
3540
+ } | {
3541
+ readonly code: "too_small";
3542
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3543
+ readonly minimum: number;
3544
+ readonly inclusive?: boolean | undefined;
3545
+ readonly exact?: boolean | undefined;
3546
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3547
+ readonly path: (string | number | null)[];
3548
+ readonly message: string;
3549
+ } | {
3550
+ readonly code: "invalid_format";
3551
+ readonly format: z.core.$ZodStringFormats | (string & {});
3552
+ readonly pattern?: string | undefined;
3553
+ readonly input?: string | undefined;
3554
+ readonly path: (string | number | null)[];
3555
+ readonly message: string;
3556
+ } | {
3557
+ readonly code: "not_multiple_of";
3558
+ readonly divisor: number;
3559
+ readonly input?: number | undefined;
3560
+ readonly path: (string | number | null)[];
3561
+ readonly message: string;
3562
+ } | {
3563
+ readonly code: "unrecognized_keys";
3564
+ readonly keys: string[];
3565
+ readonly input?: {
3566
+ [x: string]: hono_utils_types0.JSONValue;
3567
+ } | undefined;
3568
+ readonly path: (string | number | null)[];
3569
+ readonly message: string;
3570
+ } | /*elided*/any | {
3571
+ readonly code: "invalid_union";
3572
+ readonly errors: [];
3573
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3574
+ readonly discriminator?: string | undefined | undefined;
3575
+ readonly inclusive: false;
3576
+ readonly path: (string | number | null)[];
3577
+ readonly message: string;
3578
+ } | /*elided*/any | /*elided*/any | {
3579
+ readonly code: "invalid_value";
3580
+ readonly values: (string | number | boolean | null)[];
3581
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3582
+ readonly path: (string | number | null)[];
3583
+ readonly message: string;
3584
+ } | {
3585
+ readonly code: "custom";
3586
+ readonly params?: {
3587
+ [x: string]: any;
3588
+ } | undefined;
3589
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3590
+ readonly path: (string | number | null)[];
3591
+ readonly message: string;
3592
+ })[][];
3593
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3594
+ readonly discriminator?: string | undefined | undefined;
3595
+ readonly inclusive?: true | undefined;
3596
+ readonly path: (string | number | null)[];
3597
+ readonly message: string;
3598
+ } | {
3599
+ readonly code: "invalid_union";
3600
+ readonly errors: [];
3601
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3602
+ readonly discriminator?: string | undefined | undefined;
3603
+ readonly inclusive: false;
3604
+ readonly path: (string | number | null)[];
3605
+ readonly message: string;
3606
+ } | /*elided*/any | /*elided*/any | {
3607
+ readonly code: "invalid_value";
3608
+ readonly values: (string | number | boolean | null)[];
3609
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3610
+ readonly path: (string | number | null)[];
3611
+ readonly message: string;
3612
+ } | {
3613
+ readonly code: "custom";
3614
+ readonly params?: {
3615
+ [x: string]: any;
3616
+ } | undefined;
3617
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3618
+ readonly path: (string | number | null)[];
3619
+ readonly message: string;
3620
+ })[];
3621
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3622
+ readonly path: (string | number | null)[];
3623
+ readonly message: string;
3624
+ } | {
3625
+ readonly code: "invalid_value";
3626
+ readonly values: (string | number | boolean | null)[];
3627
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3628
+ readonly path: (string | number | null)[];
3629
+ readonly message: string;
3630
+ } | {
3631
+ readonly code: "custom";
3632
+ readonly params?: {
3633
+ [x: string]: any;
3634
+ } | undefined;
3635
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3636
+ readonly path: (string | number | null)[];
3637
+ readonly message: string;
3638
+ })[];
3639
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3640
+ readonly path: (string | number | null)[];
3641
+ readonly message: string;
3642
+ } | {
3643
+ readonly code: "invalid_element";
3644
+ readonly origin: "map" | "set";
3645
+ readonly key: hono_utils_types0.JSONValue;
3646
+ readonly issues: ({
3647
+ readonly code: "invalid_type";
3648
+ readonly expected: z.core.$ZodInvalidTypeExpected;
3649
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3650
+ readonly path: (string | number | null)[];
3651
+ readonly message: string;
3652
+ } | {
3653
+ readonly code: "too_big";
3654
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3655
+ readonly maximum: number;
3656
+ readonly inclusive?: boolean | undefined;
3657
+ readonly exact?: boolean | undefined;
3658
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3659
+ readonly path: (string | number | null)[];
3660
+ readonly message: string;
3661
+ } | {
3662
+ readonly code: "too_small";
3663
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3664
+ readonly minimum: number;
3665
+ readonly inclusive?: boolean | undefined;
3666
+ readonly exact?: boolean | undefined;
3667
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3668
+ readonly path: (string | number | null)[];
3669
+ readonly message: string;
3670
+ } | {
3671
+ readonly code: "invalid_format";
3672
+ readonly format: z.core.$ZodStringFormats | (string & {});
3673
+ readonly pattern?: string | undefined;
3674
+ readonly input?: string | undefined;
3675
+ readonly path: (string | number | null)[];
3676
+ readonly message: string;
3677
+ } | {
3678
+ readonly code: "not_multiple_of";
3679
+ readonly divisor: number;
3680
+ readonly input?: number | undefined;
3681
+ readonly path: (string | number | null)[];
3682
+ readonly message: string;
3683
+ } | {
3684
+ readonly code: "unrecognized_keys";
3685
+ readonly keys: string[];
3686
+ readonly input?: {
3687
+ [x: string]: hono_utils_types0.JSONValue;
3688
+ } | undefined;
3689
+ readonly path: (string | number | null)[];
3690
+ readonly message: string;
3691
+ } | {
3692
+ readonly code: "invalid_union";
3693
+ readonly errors: ({
3694
+ readonly code: "invalid_type";
3695
+ readonly expected: z.core.$ZodInvalidTypeExpected;
3696
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3697
+ readonly path: (string | number | null)[];
3698
+ readonly message: string;
3699
+ } | {
3700
+ readonly code: "too_big";
3701
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3702
+ readonly maximum: number;
3703
+ readonly inclusive?: boolean | undefined;
3704
+ readonly exact?: boolean | undefined;
3705
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3706
+ readonly path: (string | number | null)[];
3707
+ readonly message: string;
3708
+ } | {
3709
+ readonly code: "too_small";
3710
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3711
+ readonly minimum: number;
3712
+ readonly inclusive?: boolean | undefined;
3713
+ readonly exact?: boolean | undefined;
3714
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3715
+ readonly path: (string | number | null)[];
3716
+ readonly message: string;
3717
+ } | {
3718
+ readonly code: "invalid_format";
3719
+ readonly format: z.core.$ZodStringFormats | (string & {});
3720
+ readonly pattern?: string | undefined;
3721
+ readonly input?: string | undefined;
3722
+ readonly path: (string | number | null)[];
3723
+ readonly message: string;
3724
+ } | {
3725
+ readonly code: "not_multiple_of";
3726
+ readonly divisor: number;
3727
+ readonly input?: number | undefined;
3728
+ readonly path: (string | number | null)[];
3729
+ readonly message: string;
3730
+ } | {
3731
+ readonly code: "unrecognized_keys";
3732
+ readonly keys: string[];
3733
+ readonly input?: {
3734
+ [x: string]: hono_utils_types0.JSONValue;
3735
+ } | undefined;
3736
+ readonly path: (string | number | null)[];
3737
+ readonly message: string;
3738
+ } | /*elided*/any | {
3739
+ readonly code: "invalid_union";
3740
+ readonly errors: [];
3741
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3742
+ readonly discriminator?: string | undefined | undefined;
3743
+ readonly inclusive: false;
3744
+ readonly path: (string | number | null)[];
3745
+ readonly message: string;
3746
+ } | {
3747
+ readonly code: "invalid_key";
3748
+ readonly origin: "map" | "record";
3749
+ readonly issues: ({
3750
+ readonly code: "invalid_type";
3751
+ readonly expected: z.core.$ZodInvalidTypeExpected;
3752
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3753
+ readonly path: (string | number | null)[];
3754
+ readonly message: string;
3755
+ } | {
3756
+ readonly code: "too_big";
3757
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3758
+ readonly maximum: number;
3759
+ readonly inclusive?: boolean | undefined;
3760
+ readonly exact?: boolean | undefined;
3761
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3762
+ readonly path: (string | number | null)[];
3763
+ readonly message: string;
3764
+ } | {
3765
+ readonly code: "too_small";
3766
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3767
+ readonly minimum: number;
3768
+ readonly inclusive?: boolean | undefined;
3769
+ readonly exact?: boolean | undefined;
3770
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3771
+ readonly path: (string | number | null)[];
3772
+ readonly message: string;
3773
+ } | {
3774
+ readonly code: "invalid_format";
3775
+ readonly format: z.core.$ZodStringFormats | (string & {});
3776
+ readonly pattern?: string | undefined;
3777
+ readonly input?: string | undefined;
3778
+ readonly path: (string | number | null)[];
3779
+ readonly message: string;
3780
+ } | {
3781
+ readonly code: "not_multiple_of";
3782
+ readonly divisor: number;
3783
+ readonly input?: number | undefined;
3784
+ readonly path: (string | number | null)[];
3785
+ readonly message: string;
3786
+ } | {
3787
+ readonly code: "unrecognized_keys";
3788
+ readonly keys: string[];
3789
+ readonly input?: {
3790
+ [x: string]: hono_utils_types0.JSONValue;
3791
+ } | undefined;
3792
+ readonly path: (string | number | null)[];
3793
+ readonly message: string;
3794
+ } | /*elided*/any | {
3795
+ readonly code: "invalid_union";
3796
+ readonly errors: [];
3797
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3798
+ readonly discriminator?: string | undefined | undefined;
3799
+ readonly inclusive: false;
3800
+ readonly path: (string | number | null)[];
3801
+ readonly message: string;
3802
+ } | /*elided*/any | /*elided*/any | {
3803
+ readonly code: "invalid_value";
3804
+ readonly values: (string | number | boolean | null)[];
3805
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3806
+ readonly path: (string | number | null)[];
3807
+ readonly message: string;
3808
+ } | {
3809
+ readonly code: "custom";
3810
+ readonly params?: {
3811
+ [x: string]: any;
3812
+ } | undefined;
3813
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3814
+ readonly path: (string | number | null)[];
3815
+ readonly message: string;
3816
+ })[];
3817
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3818
+ readonly path: (string | number | null)[];
3819
+ readonly message: string;
3820
+ } | /*elided*/any | {
3821
+ readonly code: "invalid_value";
3822
+ readonly values: (string | number | boolean | null)[];
3823
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3824
+ readonly path: (string | number | null)[];
3825
+ readonly message: string;
3826
+ } | {
3827
+ readonly code: "custom";
3828
+ readonly params?: {
3829
+ [x: string]: any;
3830
+ } | undefined;
3831
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3832
+ readonly path: (string | number | null)[];
3833
+ readonly message: string;
3834
+ })[][];
3835
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3836
+ readonly discriminator?: string | undefined | undefined;
3837
+ readonly inclusive?: true | undefined;
3838
+ readonly path: (string | number | null)[];
3839
+ readonly message: string;
3840
+ } | {
3841
+ readonly code: "invalid_union";
3842
+ readonly errors: [];
3843
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3844
+ readonly discriminator?: string | undefined | undefined;
3845
+ readonly inclusive: false;
3846
+ readonly path: (string | number | null)[];
3847
+ readonly message: string;
3848
+ } | {
3849
+ readonly code: "invalid_key";
3850
+ readonly origin: "map" | "record";
3851
+ readonly issues: ({
3852
+ readonly code: "invalid_type";
3853
+ readonly expected: z.core.$ZodInvalidTypeExpected;
3854
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3855
+ readonly path: (string | number | null)[];
3856
+ readonly message: string;
3857
+ } | {
3858
+ readonly code: "too_big";
3859
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3860
+ readonly maximum: number;
3861
+ readonly inclusive?: boolean | undefined;
3862
+ readonly exact?: boolean | undefined;
3863
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3864
+ readonly path: (string | number | null)[];
3865
+ readonly message: string;
3866
+ } | {
3867
+ readonly code: "too_small";
3868
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3869
+ readonly minimum: number;
3870
+ readonly inclusive?: boolean | undefined;
3871
+ readonly exact?: boolean | undefined;
3872
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3873
+ readonly path: (string | number | null)[];
3874
+ readonly message: string;
3875
+ } | {
3876
+ readonly code: "invalid_format";
3877
+ readonly format: z.core.$ZodStringFormats | (string & {});
3878
+ readonly pattern?: string | undefined;
3879
+ readonly input?: string | undefined;
3880
+ readonly path: (string | number | null)[];
3881
+ readonly message: string;
3882
+ } | {
3883
+ readonly code: "not_multiple_of";
3884
+ readonly divisor: number;
3885
+ readonly input?: number | undefined;
3886
+ readonly path: (string | number | null)[];
3887
+ readonly message: string;
3888
+ } | {
3889
+ readonly code: "unrecognized_keys";
3890
+ readonly keys: string[];
3891
+ readonly input?: {
3892
+ [x: string]: hono_utils_types0.JSONValue;
3893
+ } | undefined;
3894
+ readonly path: (string | number | null)[];
3895
+ readonly message: string;
3896
+ } | {
3897
+ readonly code: "invalid_union";
3898
+ readonly errors: ({
3899
+ readonly code: "invalid_type";
3900
+ readonly expected: z.core.$ZodInvalidTypeExpected;
3901
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3902
+ readonly path: (string | number | null)[];
3903
+ readonly message: string;
3904
+ } | {
3905
+ readonly code: "too_big";
3906
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3907
+ readonly maximum: number;
3908
+ readonly inclusive?: boolean | undefined;
3909
+ readonly exact?: boolean | undefined;
3910
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3911
+ readonly path: (string | number | null)[];
3912
+ readonly message: string;
3913
+ } | {
3914
+ readonly code: "too_small";
3915
+ readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
3916
+ readonly minimum: number;
3917
+ readonly inclusive?: boolean | undefined;
3918
+ readonly exact?: boolean | undefined;
3919
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3920
+ readonly path: (string | number | null)[];
3921
+ readonly message: string;
3922
+ } | {
3923
+ readonly code: "invalid_format";
3924
+ readonly format: z.core.$ZodStringFormats | (string & {});
3925
+ readonly pattern?: string | undefined;
3926
+ readonly input?: string | undefined;
3927
+ readonly path: (string | number | null)[];
3928
+ readonly message: string;
3929
+ } | {
3930
+ readonly code: "not_multiple_of";
3931
+ readonly divisor: number;
3932
+ readonly input?: number | undefined;
3933
+ readonly path: (string | number | null)[];
3934
+ readonly message: string;
3935
+ } | {
3936
+ readonly code: "unrecognized_keys";
3937
+ readonly keys: string[];
3938
+ readonly input?: {
3939
+ [x: string]: hono_utils_types0.JSONValue;
3940
+ } | undefined;
3941
+ readonly path: (string | number | null)[];
3942
+ readonly message: string;
3943
+ } | /*elided*/any | {
3944
+ readonly code: "invalid_union";
3945
+ readonly errors: [];
3946
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3947
+ readonly discriminator?: string | undefined | undefined;
3948
+ readonly inclusive: false;
3949
+ readonly path: (string | number | null)[];
3950
+ readonly message: string;
3951
+ } | /*elided*/any | /*elided*/any | {
3952
+ readonly code: "invalid_value";
3953
+ readonly values: (string | number | boolean | null)[];
3954
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3955
+ readonly path: (string | number | null)[];
3956
+ readonly message: string;
3957
+ } | {
3958
+ readonly code: "custom";
3959
+ readonly params?: {
3960
+ [x: string]: any;
3961
+ } | undefined;
3962
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3963
+ readonly path: (string | number | null)[];
3964
+ readonly message: string;
3965
+ })[][];
3966
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3967
+ readonly discriminator?: string | undefined | undefined;
3968
+ readonly inclusive?: true | undefined;
3969
+ readonly path: (string | number | null)[];
3970
+ readonly message: string;
3971
+ } | {
3972
+ readonly code: "invalid_union";
3973
+ readonly errors: [];
3974
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3975
+ readonly discriminator?: string | undefined | undefined;
3976
+ readonly inclusive: false;
3977
+ readonly path: (string | number | null)[];
3978
+ readonly message: string;
3979
+ } | /*elided*/any | /*elided*/any | {
3980
+ readonly code: "invalid_value";
3981
+ readonly values: (string | number | boolean | null)[];
3982
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3983
+ readonly path: (string | number | null)[];
3984
+ readonly message: string;
3985
+ } | {
3986
+ readonly code: "custom";
3987
+ readonly params?: {
3988
+ [x: string]: any;
3989
+ } | undefined;
3990
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3991
+ readonly path: (string | number | null)[];
3992
+ readonly message: string;
3993
+ })[];
3994
+ readonly input?: hono_utils_types0.JSONValue | undefined;
3995
+ readonly path: (string | number | null)[];
3996
+ readonly message: string;
3997
+ } | /*elided*/any | {
3998
+ readonly code: "invalid_value";
3999
+ readonly values: (string | number | boolean | null)[];
4000
+ readonly input?: hono_utils_types0.JSONValue | undefined;
4001
+ readonly path: (string | number | null)[];
4002
+ readonly message: string;
4003
+ } | {
4004
+ readonly code: "custom";
4005
+ readonly params?: {
4006
+ [x: string]: any;
4007
+ } | undefined;
4008
+ readonly input?: hono_utils_types0.JSONValue | undefined;
4009
+ readonly path: (string | number | null)[];
4010
+ readonly message: string;
4011
+ })[];
4012
+ readonly input?: hono_utils_types0.JSONValue | undefined;
4013
+ readonly path: (string | number | null)[];
4014
+ readonly message: string;
4015
+ } | {
4016
+ readonly code: "invalid_value";
4017
+ readonly values: (string | number | boolean | null)[];
4018
+ readonly input?: hono_utils_types0.JSONValue | undefined;
4019
+ readonly path: (string | number | null)[];
4020
+ readonly message: string;
4021
+ } | {
4022
+ readonly code: "custom";
4023
+ readonly params?: {
4024
+ [x: string]: any;
4025
+ } | undefined;
4026
+ readonly input?: hono_utils_types0.JSONValue | undefined;
4027
+ readonly path: (string | number | null)[];
4028
+ readonly message: string;
4029
+ })[];
4030
+ };
4031
+ outputFormat: "json";
4032
+ status: 400;
4033
+ } | {
4034
+ input: {
4035
+ param?: any;
4036
+ } & {
4037
+ param: {
4038
+ id: string;
4039
+ };
4040
+ };
4041
+ output: {
4042
+ code: number;
4043
+ data: {
4044
+ task: {
4045
+ id: string;
4046
+ status: TaskStatus;
4047
+ createdAt: number;
4048
+ updatedAt: number;
4049
+ extraData?: {
4050
+ id: string;
4051
+ slug: string;
4052
+ name: string;
4053
+ source: DocSourceEnumDTO;
4054
+ url: string;
4055
+ } | undefined;
4056
+ logs: {
4057
+ message: string;
4058
+ data?: hono_utils_types0.JSONValue | undefined;
4059
+ timestamp: number;
4060
+ level: TaskLogLevel;
4061
+ }[];
4062
+ logsLength: number;
4063
+ } | null;
4064
+ };
4065
+ message: string;
4066
+ };
4067
+ outputFormat: "json";
4068
+ status: 200;
4069
+ };
4070
+ };
4071
+ } & {
4072
+ "/:id/progress": {
4073
+ $get: {
4074
+ input: {
4075
+ param: {
4076
+ id: string;
4077
+ };
4078
+ };
4079
+ output: {};
4080
+ outputFormat: string;
4081
+ status: hono_utils_http_status0.StatusCode;
4082
+ };
4083
+ };
4084
+ }, "/", "/:id/progress">;
4085
+ //#endregion
4086
+ export { router as default };
4087
+ //# sourceMappingURL=task.route.d.mts.map