@plumix/core 0.6.0 → 0.7.0

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 (418) hide show
  1. package/dist/cache/embedded-tags.d.ts +5 -0
  2. package/dist/cache/embedded-tags.d.ts.map +1 -0
  3. package/dist/cache/embedded-tags.js +30 -0
  4. package/dist/cache/embedded-tags.js.map +1 -0
  5. package/dist/entries/read-service.d.ts.map +1 -1
  6. package/dist/entries/read-service.js +5 -3
  7. package/dist/entries/read-service.js.map +1 -1
  8. package/dist/index.d.ts +3 -1
  9. package/dist/index.d.ts.map +1 -1
  10. package/dist/index.js +1 -0
  11. package/dist/index.js.map +1 -1
  12. package/dist/plugin/errors.d.ts +7 -1
  13. package/dist/plugin/errors.d.ts.map +1 -1
  14. package/dist/plugin/errors.js +5 -0
  15. package/dist/plugin/errors.js.map +1 -1
  16. package/dist/plugin/fields/builder.d.ts +106 -0
  17. package/dist/plugin/fields/builder.d.ts.map +1 -0
  18. package/dist/plugin/fields/builder.js +162 -0
  19. package/dist/plugin/fields/builder.js.map +1 -0
  20. package/dist/plugin/fields/color.d.ts +78 -18
  21. package/dist/plugin/fields/color.d.ts.map +1 -1
  22. package/dist/plugin/fields/color.js +116 -25
  23. package/dist/plugin/fields/color.js.map +1 -1
  24. package/dist/plugin/fields/condition.d.ts +40 -0
  25. package/dist/plugin/fields/condition.d.ts.map +1 -0
  26. package/dist/plugin/fields/condition.js +115 -0
  27. package/dist/plugin/fields/condition.js.map +1 -0
  28. package/dist/plugin/fields/contributions.d.ts +233 -0
  29. package/dist/plugin/fields/contributions.d.ts.map +1 -0
  30. package/dist/plugin/fields/contributions.js +1 -0
  31. package/dist/plugin/fields/contributions.js.map +1 -0
  32. package/dist/plugin/fields/entry.d.ts +18 -22
  33. package/dist/plugin/fields/entry.d.ts.map +1 -1
  34. package/dist/plugin/fields/entry.js +13 -21
  35. package/dist/plugin/fields/entry.js.map +1 -1
  36. package/dist/plugin/fields/errors.d.ts +23 -11
  37. package/dist/plugin/fields/errors.d.ts.map +1 -1
  38. package/dist/plugin/fields/errors.js +20 -13
  39. package/dist/plugin/fields/errors.js.map +1 -1
  40. package/dist/plugin/fields/group.d.ts +90 -0
  41. package/dist/plugin/fields/group.d.ts.map +1 -0
  42. package/dist/plugin/fields/group.js +124 -0
  43. package/dist/plugin/fields/group.js.map +1 -0
  44. package/dist/plugin/fields/index.d.ts +22 -45
  45. package/dist/plugin/fields/index.d.ts.map +1 -1
  46. package/dist/plugin/fields/index.js +25 -30
  47. package/dist/plugin/fields/index.js.map +1 -1
  48. package/dist/plugin/fields/json.d.ts +71 -9
  49. package/dist/plugin/fields/json.d.ts.map +1 -1
  50. package/dist/plugin/fields/json.js +110 -16
  51. package/dist/plugin/fields/json.js.map +1 -1
  52. package/dist/plugin/fields/link.d.ts +96 -0
  53. package/dist/plugin/fields/link.d.ts.map +1 -0
  54. package/dist/plugin/fields/link.js +160 -0
  55. package/dist/plugin/fields/link.js.map +1 -0
  56. package/dist/plugin/fields/number.d.ts +86 -13
  57. package/dist/plugin/fields/number.d.ts.map +1 -1
  58. package/dist/plugin/fields/number.js +133 -20
  59. package/dist/plugin/fields/number.js.map +1 -1
  60. package/dist/plugin/fields/range.d.ts +101 -17
  61. package/dist/plugin/fields/range.d.ts.map +1 -1
  62. package/dist/plugin/fields/range.js +153 -38
  63. package/dist/plugin/fields/range.js.map +1 -1
  64. package/dist/plugin/fields/reference.d.ts +171 -0
  65. package/dist/plugin/fields/reference.d.ts.map +1 -0
  66. package/dist/plugin/fields/reference.js +193 -0
  67. package/dist/plugin/fields/reference.js.map +1 -0
  68. package/dist/plugin/fields/repeater.d.ts +111 -8
  69. package/dist/plugin/fields/repeater.d.ts.map +1 -1
  70. package/dist/plugin/fields/repeater.js +157 -66
  71. package/dist/plugin/fields/repeater.js.map +1 -1
  72. package/dist/plugin/fields/richtext-validate.d.ts +7 -0
  73. package/dist/plugin/fields/richtext-validate.d.ts.map +1 -1
  74. package/dist/plugin/fields/richtext-validate.js +11 -5
  75. package/dist/plugin/fields/richtext-validate.js.map +1 -1
  76. package/dist/plugin/fields/richtext.d.ts +78 -12
  77. package/dist/plugin/fields/richtext.d.ts.map +1 -1
  78. package/dist/plugin/fields/richtext.js +121 -26
  79. package/dist/plugin/fields/richtext.js.map +1 -1
  80. package/dist/plugin/fields/select.d.ts +150 -10
  81. package/dist/plugin/fields/select.d.ts.map +1 -1
  82. package/dist/plugin/fields/select.js +205 -17
  83. package/dist/plugin/fields/select.js.map +1 -1
  84. package/dist/plugin/fields/sub-fields.d.ts +12 -0
  85. package/dist/plugin/fields/sub-fields.d.ts.map +1 -0
  86. package/dist/plugin/fields/sub-fields.js +62 -0
  87. package/dist/plugin/fields/sub-fields.js.map +1 -0
  88. package/dist/plugin/fields/temporal.d.ts +124 -0
  89. package/dist/plugin/fields/temporal.d.ts.map +1 -0
  90. package/dist/plugin/fields/temporal.js +180 -0
  91. package/dist/plugin/fields/temporal.js.map +1 -0
  92. package/dist/plugin/fields/term.d.ts +11 -16
  93. package/dist/plugin/fields/term.d.ts.map +1 -1
  94. package/dist/plugin/fields/term.js +11 -19
  95. package/dist/plugin/fields/term.js.map +1 -1
  96. package/dist/plugin/fields/toggle.d.ts +97 -0
  97. package/dist/plugin/fields/toggle.d.ts.map +1 -0
  98. package/dist/plugin/fields/toggle.js +135 -0
  99. package/dist/plugin/fields/toggle.js.map +1 -0
  100. package/dist/plugin/fields/user.d.ts +14 -26
  101. package/dist/plugin/fields/user.d.ts.map +1 -1
  102. package/dist/plugin/fields/user.js +11 -25
  103. package/dist/plugin/fields/user.js.map +1 -1
  104. package/dist/plugin/lookup.d.ts +70 -1
  105. package/dist/plugin/lookup.d.ts.map +1 -1
  106. package/dist/plugin/manifest.d.ts +308 -128
  107. package/dist/plugin/manifest.d.ts.map +1 -1
  108. package/dist/plugin/manifest.js +94 -4
  109. package/dist/plugin/manifest.js.map +1 -1
  110. package/dist/plugin/setup-context.d.ts +5 -4
  111. package/dist/plugin/setup-context.d.ts.map +1 -1
  112. package/dist/plugin/setup-context.js +10 -3
  113. package/dist/plugin/setup-context.js.map +1 -1
  114. package/dist/plugin/validation/meta-box-fields.d.ts.map +1 -1
  115. package/dist/plugin/validation/meta-box-fields.js +16 -0
  116. package/dist/plugin/validation/meta-box-fields.js.map +1 -1
  117. package/dist/route/render/build-resolved-entries.d.ts.map +1 -1
  118. package/dist/route/render/build-resolved-entries.js +7 -2
  119. package/dist/route/render/build-resolved-entries.js.map +1 -1
  120. package/dist/route/render/render-template.d.ts.map +1 -1
  121. package/dist/route/render/render-template.js +12 -2
  122. package/dist/route/render/render-template.js.map +1 -1
  123. package/dist/route/render/template-builders.d.ts +15 -10
  124. package/dist/route/render/template-builders.d.ts.map +1 -1
  125. package/dist/route/render/template-builders.js.map +1 -1
  126. package/dist/rpc/base.d.ts +7 -0
  127. package/dist/rpc/base.d.ts.map +1 -1
  128. package/dist/rpc/errors.d.ts +7 -0
  129. package/dist/rpc/errors.d.ts.map +1 -1
  130. package/dist/rpc/errors.js +16 -0
  131. package/dist/rpc/errors.js.map +1 -1
  132. package/dist/rpc/meta/core.d.ts +89 -10
  133. package/dist/rpc/meta/core.d.ts.map +1 -1
  134. package/dist/rpc/meta/core.js +465 -282
  135. package/dist/rpc/meta/core.js.map +1 -1
  136. package/dist/rpc/meta/field-messages.d.ts +67 -0
  137. package/dist/rpc/meta/field-messages.d.ts.map +1 -0
  138. package/dist/rpc/meta/field-messages.js +67 -0
  139. package/dist/rpc/meta/field-messages.js.map +1 -0
  140. package/dist/rpc/meta/field-pipeline.d.ts +52 -0
  141. package/dist/rpc/meta/field-pipeline.d.ts.map +1 -0
  142. package/dist/rpc/meta/field-pipeline.js +501 -0
  143. package/dist/rpc/meta/field-pipeline.js.map +1 -0
  144. package/dist/rpc/procedures/auth/allowed-domains/create.d.ts +7 -0
  145. package/dist/rpc/procedures/auth/allowed-domains/create.d.ts.map +1 -1
  146. package/dist/rpc/procedures/auth/allowed-domains/delete.d.ts +7 -0
  147. package/dist/rpc/procedures/auth/allowed-domains/delete.d.ts.map +1 -1
  148. package/dist/rpc/procedures/auth/allowed-domains/index.d.ts +28 -0
  149. package/dist/rpc/procedures/auth/allowed-domains/index.d.ts.map +1 -1
  150. package/dist/rpc/procedures/auth/allowed-domains/list.d.ts +7 -0
  151. package/dist/rpc/procedures/auth/allowed-domains/list.d.ts.map +1 -1
  152. package/dist/rpc/procedures/auth/allowed-domains/update.d.ts +7 -0
  153. package/dist/rpc/procedures/auth/allowed-domains/update.d.ts.map +1 -1
  154. package/dist/rpc/procedures/auth/api-tokens/admin-list.d.ts +7 -0
  155. package/dist/rpc/procedures/auth/api-tokens/admin-list.d.ts.map +1 -1
  156. package/dist/rpc/procedures/auth/api-tokens/admin-revoke.d.ts +7 -0
  157. package/dist/rpc/procedures/auth/api-tokens/admin-revoke.d.ts.map +1 -1
  158. package/dist/rpc/procedures/auth/api-tokens/create.d.ts +7 -0
  159. package/dist/rpc/procedures/auth/api-tokens/create.d.ts.map +1 -1
  160. package/dist/rpc/procedures/auth/api-tokens/index.d.ts +35 -0
  161. package/dist/rpc/procedures/auth/api-tokens/index.d.ts.map +1 -1
  162. package/dist/rpc/procedures/auth/api-tokens/list.d.ts +7 -0
  163. package/dist/rpc/procedures/auth/api-tokens/list.d.ts.map +1 -1
  164. package/dist/rpc/procedures/auth/api-tokens/revoke.d.ts +7 -0
  165. package/dist/rpc/procedures/auth/api-tokens/revoke.d.ts.map +1 -1
  166. package/dist/rpc/procedures/auth/credentials/delete.d.ts +7 -0
  167. package/dist/rpc/procedures/auth/credentials/delete.d.ts.map +1 -1
  168. package/dist/rpc/procedures/auth/credentials/index.d.ts +21 -0
  169. package/dist/rpc/procedures/auth/credentials/index.d.ts.map +1 -1
  170. package/dist/rpc/procedures/auth/credentials/list.d.ts +7 -0
  171. package/dist/rpc/procedures/auth/credentials/list.d.ts.map +1 -1
  172. package/dist/rpc/procedures/auth/credentials/rename.d.ts +7 -0
  173. package/dist/rpc/procedures/auth/credentials/rename.d.ts.map +1 -1
  174. package/dist/rpc/procedures/auth/device-flow/approve.d.ts +7 -0
  175. package/dist/rpc/procedures/auth/device-flow/approve.d.ts.map +1 -1
  176. package/dist/rpc/procedures/auth/device-flow/deny.d.ts +7 -0
  177. package/dist/rpc/procedures/auth/device-flow/deny.d.ts.map +1 -1
  178. package/dist/rpc/procedures/auth/device-flow/index.d.ts +21 -0
  179. package/dist/rpc/procedures/auth/device-flow/index.d.ts.map +1 -1
  180. package/dist/rpc/procedures/auth/device-flow/lookup.d.ts +7 -0
  181. package/dist/rpc/procedures/auth/device-flow/lookup.d.ts.map +1 -1
  182. package/dist/rpc/procedures/auth/index.d.ts +154 -0
  183. package/dist/rpc/procedures/auth/index.d.ts.map +1 -1
  184. package/dist/rpc/procedures/auth/login-links.d.ts +7 -0
  185. package/dist/rpc/procedures/auth/login-links.d.ts.map +1 -1
  186. package/dist/rpc/procedures/auth/mailer/index.d.ts +7 -0
  187. package/dist/rpc/procedures/auth/mailer/index.d.ts.map +1 -1
  188. package/dist/rpc/procedures/auth/mailer/test-send.d.ts +7 -0
  189. package/dist/rpc/procedures/auth/mailer/test-send.d.ts.map +1 -1
  190. package/dist/rpc/procedures/auth/oauth-providers.d.ts +7 -0
  191. package/dist/rpc/procedures/auth/oauth-providers.d.ts.map +1 -1
  192. package/dist/rpc/procedures/auth/session.d.ts +7 -0
  193. package/dist/rpc/procedures/auth/session.d.ts.map +1 -1
  194. package/dist/rpc/procedures/auth/sessions/index.d.ts +21 -0
  195. package/dist/rpc/procedures/auth/sessions/index.d.ts.map +1 -1
  196. package/dist/rpc/procedures/auth/sessions/list.d.ts +7 -0
  197. package/dist/rpc/procedures/auth/sessions/list.d.ts.map +1 -1
  198. package/dist/rpc/procedures/auth/sessions/revoke-others.d.ts +7 -0
  199. package/dist/rpc/procedures/auth/sessions/revoke-others.d.ts.map +1 -1
  200. package/dist/rpc/procedures/auth/sessions/revoke.d.ts +7 -0
  201. package/dist/rpc/procedures/auth/sessions/revoke.d.ts.map +1 -1
  202. package/dist/rpc/procedures/entry/activity.d.ts +7 -0
  203. package/dist/rpc/procedures/entry/activity.d.ts.map +1 -1
  204. package/dist/rpc/procedures/entry/bulk.d.ts +21 -0
  205. package/dist/rpc/procedures/entry/bulk.d.ts.map +1 -1
  206. package/dist/rpc/procedures/entry/create-preview-link.d.ts +7 -0
  207. package/dist/rpc/procedures/entry/create-preview-link.d.ts.map +1 -1
  208. package/dist/rpc/procedures/entry/create.d.ts +8 -1
  209. package/dist/rpc/procedures/entry/create.d.ts.map +1 -1
  210. package/dist/rpc/procedures/entry/create.js +8 -8
  211. package/dist/rpc/procedures/entry/create.js.map +1 -1
  212. package/dist/rpc/procedures/entry/dashboard.d.ts +14 -0
  213. package/dist/rpc/procedures/entry/dashboard.d.ts.map +1 -1
  214. package/dist/rpc/procedures/entry/delete-permanent.d.ts +7 -0
  215. package/dist/rpc/procedures/entry/delete-permanent.d.ts.map +1 -1
  216. package/dist/rpc/procedures/entry/discard-draft.d.ts +7 -0
  217. package/dist/rpc/procedures/entry/discard-draft.d.ts.map +1 -1
  218. package/dist/rpc/procedures/entry/duplicate.d.ts +7 -0
  219. package/dist/rpc/procedures/entry/duplicate.d.ts.map +1 -1
  220. package/dist/rpc/procedures/entry/duplicate.js +2 -2
  221. package/dist/rpc/procedures/entry/duplicate.js.map +1 -1
  222. package/dist/rpc/procedures/entry/get.d.ts +7 -0
  223. package/dist/rpc/procedures/entry/get.d.ts.map +1 -1
  224. package/dist/rpc/procedures/entry/get.js +2 -2
  225. package/dist/rpc/procedures/entry/get.js.map +1 -1
  226. package/dist/rpc/procedures/entry/index.d.ts +156 -2
  227. package/dist/rpc/procedures/entry/index.d.ts.map +1 -1
  228. package/dist/rpc/procedures/entry/list.d.ts +7 -0
  229. package/dist/rpc/procedures/entry/list.d.ts.map +1 -1
  230. package/dist/rpc/procedures/entry/lookup.d.ts +8 -2
  231. package/dist/rpc/procedures/entry/lookup.d.ts.map +1 -1
  232. package/dist/rpc/procedures/entry/lookup.js +60 -1
  233. package/dist/rpc/procedures/entry/lookup.js.map +1 -1
  234. package/dist/rpc/procedures/entry/meta.d.ts +37 -3
  235. package/dist/rpc/procedures/entry/meta.d.ts.map +1 -1
  236. package/dist/rpc/procedures/entry/meta.js +63 -7
  237. package/dist/rpc/procedures/entry/meta.js.map +1 -1
  238. package/dist/rpc/procedures/entry/publish.d.ts +7 -0
  239. package/dist/rpc/procedures/entry/publish.d.ts.map +1 -1
  240. package/dist/rpc/procedures/entry/publish.js +6 -4
  241. package/dist/rpc/procedures/entry/publish.js.map +1 -1
  242. package/dist/rpc/procedures/entry/refresh-block-loader.d.ts +7 -0
  243. package/dist/rpc/procedures/entry/refresh-block-loader.d.ts.map +1 -1
  244. package/dist/rpc/procedures/entry/restore.d.ts +7 -0
  245. package/dist/rpc/procedures/entry/restore.d.ts.map +1 -1
  246. package/dist/rpc/procedures/entry/revisions.d.ts +56 -0
  247. package/dist/rpc/procedures/entry/revisions.d.ts.map +1 -1
  248. package/dist/rpc/procedures/entry/schemas.d.ts +2 -2
  249. package/dist/rpc/procedures/entry/schemas.d.ts.map +1 -1
  250. package/dist/rpc/procedures/entry/schemas.js +9 -2
  251. package/dist/rpc/procedures/entry/schemas.js.map +1 -1
  252. package/dist/rpc/procedures/entry/trash.d.ts +7 -0
  253. package/dist/rpc/procedures/entry/trash.d.ts.map +1 -1
  254. package/dist/rpc/procedures/entry/update.d.ts +8 -1
  255. package/dist/rpc/procedures/entry/update.d.ts.map +1 -1
  256. package/dist/rpc/procedures/entry/update.js +77 -18
  257. package/dist/rpc/procedures/entry/update.js.map +1 -1
  258. package/dist/rpc/procedures/lookup/index.d.ts +14 -0
  259. package/dist/rpc/procedures/lookup/index.d.ts.map +1 -1
  260. package/dist/rpc/procedures/lookup/list.d.ts +7 -0
  261. package/dist/rpc/procedures/lookup/list.d.ts.map +1 -1
  262. package/dist/rpc/procedures/lookup/resolve.d.ts +7 -0
  263. package/dist/rpc/procedures/lookup/resolve.d.ts.map +1 -1
  264. package/dist/rpc/procedures/lookup/resolve.js +1 -1
  265. package/dist/rpc/procedures/lookup/resolve.js.map +1 -1
  266. package/dist/rpc/procedures/search/index.d.ts +7 -0
  267. package/dist/rpc/procedures/search/index.d.ts.map +1 -1
  268. package/dist/rpc/procedures/settings/get.d.ts +7 -0
  269. package/dist/rpc/procedures/settings/get.d.ts.map +1 -1
  270. package/dist/rpc/procedures/settings/index.d.ts +14 -0
  271. package/dist/rpc/procedures/settings/index.d.ts.map +1 -1
  272. package/dist/rpc/procedures/settings/upsert.d.ts +7 -0
  273. package/dist/rpc/procedures/settings/upsert.d.ts.map +1 -1
  274. package/dist/rpc/procedures/settings/upsert.js +9 -0
  275. package/dist/rpc/procedures/settings/upsert.js.map +1 -1
  276. package/dist/rpc/procedures/term/create.d.ts +7 -0
  277. package/dist/rpc/procedures/term/create.d.ts.map +1 -1
  278. package/dist/rpc/procedures/term/create.js +3 -3
  279. package/dist/rpc/procedures/term/create.js.map +1 -1
  280. package/dist/rpc/procedures/term/delete.d.ts +7 -0
  281. package/dist/rpc/procedures/term/delete.d.ts.map +1 -1
  282. package/dist/rpc/procedures/term/get.d.ts +7 -0
  283. package/dist/rpc/procedures/term/get.d.ts.map +1 -1
  284. package/dist/rpc/procedures/term/index.d.ts +35 -0
  285. package/dist/rpc/procedures/term/index.d.ts.map +1 -1
  286. package/dist/rpc/procedures/term/list.d.ts +7 -0
  287. package/dist/rpc/procedures/term/list.d.ts.map +1 -1
  288. package/dist/rpc/procedures/term/lookup.d.ts +7 -2
  289. package/dist/rpc/procedures/term/lookup.d.ts.map +1 -1
  290. package/dist/rpc/procedures/term/lookup.js +26 -0
  291. package/dist/rpc/procedures/term/lookup.js.map +1 -1
  292. package/dist/rpc/procedures/term/meta.d.ts +3 -2
  293. package/dist/rpc/procedures/term/meta.d.ts.map +1 -1
  294. package/dist/rpc/procedures/term/meta.js +7 -5
  295. package/dist/rpc/procedures/term/meta.js.map +1 -1
  296. package/dist/rpc/procedures/term/update.d.ts +7 -0
  297. package/dist/rpc/procedures/term/update.d.ts.map +1 -1
  298. package/dist/rpc/procedures/term/update.js +4 -4
  299. package/dist/rpc/procedures/term/update.js.map +1 -1
  300. package/dist/rpc/procedures/user/cancel-email-change.d.ts +7 -0
  301. package/dist/rpc/procedures/user/cancel-email-change.d.ts.map +1 -1
  302. package/dist/rpc/procedures/user/delete.d.ts +7 -0
  303. package/dist/rpc/procedures/user/delete.d.ts.map +1 -1
  304. package/dist/rpc/procedures/user/disable.d.ts +7 -0
  305. package/dist/rpc/procedures/user/disable.d.ts.map +1 -1
  306. package/dist/rpc/procedures/user/enable.d.ts +7 -0
  307. package/dist/rpc/procedures/user/enable.d.ts.map +1 -1
  308. package/dist/rpc/procedures/user/get.d.ts +7 -0
  309. package/dist/rpc/procedures/user/get.d.ts.map +1 -1
  310. package/dist/rpc/procedures/user/get.js +2 -2
  311. package/dist/rpc/procedures/user/get.js.map +1 -1
  312. package/dist/rpc/procedures/user/index.d.ts +77 -0
  313. package/dist/rpc/procedures/user/index.d.ts.map +1 -1
  314. package/dist/rpc/procedures/user/invite.d.ts +7 -0
  315. package/dist/rpc/procedures/user/invite.d.ts.map +1 -1
  316. package/dist/rpc/procedures/user/list.d.ts +7 -0
  317. package/dist/rpc/procedures/user/list.d.ts.map +1 -1
  318. package/dist/rpc/procedures/user/lookup.d.ts +6 -2
  319. package/dist/rpc/procedures/user/lookup.d.ts.map +1 -1
  320. package/dist/rpc/procedures/user/lookup.js +29 -0
  321. package/dist/rpc/procedures/user/lookup.js.map +1 -1
  322. package/dist/rpc/procedures/user/meta.d.ts +3 -2
  323. package/dist/rpc/procedures/user/meta.d.ts.map +1 -1
  324. package/dist/rpc/procedures/user/meta.js +7 -5
  325. package/dist/rpc/procedures/user/meta.js.map +1 -1
  326. package/dist/rpc/procedures/user/pending-email-change.d.ts +7 -0
  327. package/dist/rpc/procedures/user/pending-email-change.d.ts.map +1 -1
  328. package/dist/rpc/procedures/user/request-email-change.d.ts +7 -0
  329. package/dist/rpc/procedures/user/request-email-change.d.ts.map +1 -1
  330. package/dist/rpc/procedures/user/set-locale.d.ts +7 -0
  331. package/dist/rpc/procedures/user/set-locale.d.ts.map +1 -1
  332. package/dist/rpc/procedures/user/update.d.ts +7 -0
  333. package/dist/rpc/procedures/user/update.d.ts.map +1 -1
  334. package/dist/rpc/procedures/user/update.js +4 -4
  335. package/dist/rpc/procedures/user/update.js.map +1 -1
  336. package/dist/rpc/router.d.ts +457 -2
  337. package/dist/rpc/router.d.ts.map +1 -1
  338. package/dist/rpc/validation.d.ts +1 -0
  339. package/dist/rpc/validation.d.ts.map +1 -1
  340. package/dist/rpc/validation.js +1 -0
  341. package/dist/rpc/validation.js.map +1 -1
  342. package/dist/runtime/dispatcher.d.ts.map +1 -1
  343. package/dist/runtime/dispatcher.js +20 -10
  344. package/dist/runtime/dispatcher.js.map +1 -1
  345. package/dist/seo/feed.d.ts.map +1 -1
  346. package/dist/seo/feed.js +7 -1
  347. package/dist/seo/feed.js.map +1 -1
  348. package/dist/settings-core.js +1 -1
  349. package/dist/settings-core.js.map +1 -1
  350. package/dist/template-registry.d.ts +0 -16
  351. package/dist/template-registry.d.ts.map +1 -1
  352. package/dist/terms/read-service.js +2 -2
  353. package/dist/terms/read-service.js.map +1 -1
  354. package/dist/test/traced-context.d.ts +1 -1
  355. package/dist/test/traced-context.d.ts.map +1 -1
  356. package/dist/test/traced-context.js +2 -2
  357. package/dist/test/traced-context.js.map +1 -1
  358. package/package.json +2 -2
  359. package/dist/plugin/fields/checkbox.d.ts +0 -19
  360. package/dist/plugin/fields/checkbox.d.ts.map +0 -1
  361. package/dist/plugin/fields/checkbox.js +0 -20
  362. package/dist/plugin/fields/checkbox.js.map +0 -1
  363. package/dist/plugin/fields/date.d.ts +0 -24
  364. package/dist/plugin/fields/date.d.ts.map +0 -1
  365. package/dist/plugin/fields/date.js +0 -23
  366. package/dist/plugin/fields/date.js.map +0 -1
  367. package/dist/plugin/fields/datetime.d.ts +0 -26
  368. package/dist/plugin/fields/datetime.d.ts.map +0 -1
  369. package/dist/plugin/fields/datetime.js +0 -25
  370. package/dist/plugin/fields/datetime.js.map +0 -1
  371. package/dist/plugin/fields/email.d.ts +0 -17
  372. package/dist/plugin/fields/email.d.ts.map +0 -1
  373. package/dist/plugin/fields/email.js +0 -18
  374. package/dist/plugin/fields/email.js.map +0 -1
  375. package/dist/plugin/fields/entry-list.d.ts +0 -28
  376. package/dist/plugin/fields/entry-list.d.ts.map +0 -1
  377. package/dist/plugin/fields/entry-list.js +0 -31
  378. package/dist/plugin/fields/entry-list.js.map +0 -1
  379. package/dist/plugin/fields/multiselect.d.ts +0 -21
  380. package/dist/plugin/fields/multiselect.d.ts.map +0 -1
  381. package/dist/plugin/fields/multiselect.js +0 -43
  382. package/dist/plugin/fields/multiselect.js.map +0 -1
  383. package/dist/plugin/fields/password.d.ts +0 -24
  384. package/dist/plugin/fields/password.d.ts.map +0 -1
  385. package/dist/plugin/fields/password.js +0 -25
  386. package/dist/plugin/fields/password.js.map +0 -1
  387. package/dist/plugin/fields/radio.d.ts +0 -16
  388. package/dist/plugin/fields/radio.d.ts.map +0 -1
  389. package/dist/plugin/fields/radio.js +0 -17
  390. package/dist/plugin/fields/radio.js.map +0 -1
  391. package/dist/plugin/fields/repeater-validate.d.ts +0 -34
  392. package/dist/plugin/fields/repeater-validate.d.ts.map +0 -1
  393. package/dist/plugin/fields/repeater-validate.js +0 -104
  394. package/dist/plugin/fields/repeater-validate.js.map +0 -1
  395. package/dist/plugin/fields/term-list.d.ts +0 -27
  396. package/dist/plugin/fields/term-list.d.ts.map +0 -1
  397. package/dist/plugin/fields/term-list.js +0 -30
  398. package/dist/plugin/fields/term-list.js.map +0 -1
  399. package/dist/plugin/fields/text.d.ts +0 -37
  400. package/dist/plugin/fields/text.d.ts.map +0 -1
  401. package/dist/plugin/fields/text.js +0 -31
  402. package/dist/plugin/fields/text.js.map +0 -1
  403. package/dist/plugin/fields/textarea.d.ts +0 -20
  404. package/dist/plugin/fields/textarea.d.ts.map +0 -1
  405. package/dist/plugin/fields/textarea.js +0 -21
  406. package/dist/plugin/fields/textarea.js.map +0 -1
  407. package/dist/plugin/fields/time.d.ts +0 -24
  408. package/dist/plugin/fields/time.d.ts.map +0 -1
  409. package/dist/plugin/fields/time.js +0 -23
  410. package/dist/plugin/fields/time.js.map +0 -1
  411. package/dist/plugin/fields/url.d.ts +0 -17
  412. package/dist/plugin/fields/url.d.ts.map +0 -1
  413. package/dist/plugin/fields/url.js +0 -18
  414. package/dist/plugin/fields/url.js.map +0 -1
  415. package/dist/plugin/fields/user-list.d.ts +0 -29
  416. package/dist/plugin/fields/user-list.d.ts.map +0 -1
  417. package/dist/plugin/fields/user-list.js +0 -31
  418. package/dist/plugin/fields/user-list.js.map +0 -1
@@ -49,6 +49,13 @@ export declare const appRouter: {
49
49
  readonly data: import("valibot").ObjectSchema<{
50
50
  readonly reason: import("valibot").StringSchema<undefined>;
51
51
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
52
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
53
+ readonly path: import("valibot").StringSchema<undefined>;
54
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
55
+ readonly id: import("valibot").StringSchema<undefined>;
56
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
57
+ }, undefined>], undefined>;
58
+ }, undefined>, undefined>, undefined>;
52
59
  }, undefined>;
53
60
  };
54
61
  readonly PAYLOAD_TOO_LARGE: {
@@ -106,6 +113,13 @@ export declare const appRouter: {
106
113
  readonly data: import("valibot").ObjectSchema<{
107
114
  readonly reason: import("valibot").StringSchema<undefined>;
108
115
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
116
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
117
+ readonly path: import("valibot").StringSchema<undefined>;
118
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
119
+ readonly id: import("valibot").StringSchema<undefined>;
120
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
121
+ }, undefined>], undefined>;
122
+ }, undefined>, undefined>, undefined>;
109
123
  }, undefined>;
110
124
  };
111
125
  readonly PAYLOAD_TOO_LARGE: {
@@ -171,6 +185,13 @@ export declare const appRouter: {
171
185
  readonly data: import("valibot").ObjectSchema<{
172
186
  readonly reason: import("valibot").StringSchema<undefined>;
173
187
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
188
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
189
+ readonly path: import("valibot").StringSchema<undefined>;
190
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
191
+ readonly id: import("valibot").StringSchema<undefined>;
192
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
193
+ }, undefined>], undefined>;
194
+ }, undefined>, undefined>, undefined>;
174
195
  }, undefined>;
175
196
  };
176
197
  readonly PAYLOAD_TOO_LARGE: {
@@ -239,6 +260,13 @@ export declare const appRouter: {
239
260
  readonly data: import("valibot").ObjectSchema<{
240
261
  readonly reason: import("valibot").StringSchema<undefined>;
241
262
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
263
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
264
+ readonly path: import("valibot").StringSchema<undefined>;
265
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
266
+ readonly id: import("valibot").StringSchema<undefined>;
267
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
268
+ }, undefined>], undefined>;
269
+ }, undefined>, undefined>, undefined>;
242
270
  }, undefined>;
243
271
  };
244
272
  readonly PAYLOAD_TOO_LARGE: {
@@ -310,6 +338,13 @@ export declare const appRouter: {
310
338
  readonly data: import("valibot").ObjectSchema<{
311
339
  readonly reason: import("valibot").StringSchema<undefined>;
312
340
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
341
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
342
+ readonly path: import("valibot").StringSchema<undefined>;
343
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
344
+ readonly id: import("valibot").StringSchema<undefined>;
345
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
346
+ }, undefined>], undefined>;
347
+ }, undefined>, undefined>, undefined>;
313
348
  }, undefined>;
314
349
  };
315
350
  readonly PAYLOAD_TOO_LARGE: {
@@ -381,6 +416,13 @@ export declare const appRouter: {
381
416
  readonly data: import("valibot").ObjectSchema<{
382
417
  readonly reason: import("valibot").StringSchema<undefined>;
383
418
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
419
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
420
+ readonly path: import("valibot").StringSchema<undefined>;
421
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
422
+ readonly id: import("valibot").StringSchema<undefined>;
423
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
424
+ }, undefined>], undefined>;
425
+ }, undefined>, undefined>, undefined>;
384
426
  }, undefined>;
385
427
  };
386
428
  readonly PAYLOAD_TOO_LARGE: {
@@ -450,6 +492,13 @@ export declare const appRouter: {
450
492
  readonly data: import("valibot").ObjectSchema<{
451
493
  readonly reason: import("valibot").StringSchema<undefined>;
452
494
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
495
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
496
+ readonly path: import("valibot").StringSchema<undefined>;
497
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
498
+ readonly id: import("valibot").StringSchema<undefined>;
499
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
500
+ }, undefined>], undefined>;
501
+ }, undefined>, undefined>, undefined>;
453
502
  }, undefined>;
454
503
  };
455
504
  readonly PAYLOAD_TOO_LARGE: {
@@ -523,6 +572,13 @@ export declare const appRouter: {
523
572
  readonly data: import("valibot").ObjectSchema<{
524
573
  readonly reason: import("valibot").StringSchema<undefined>;
525
574
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
575
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
576
+ readonly path: import("valibot").StringSchema<undefined>;
577
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
578
+ readonly id: import("valibot").StringSchema<undefined>;
579
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
580
+ }, undefined>], undefined>;
581
+ }, undefined>, undefined>, undefined>;
526
582
  }, undefined>;
527
583
  };
528
584
  readonly PAYLOAD_TOO_LARGE: {
@@ -589,6 +645,13 @@ export declare const appRouter: {
589
645
  readonly data: import("valibot").ObjectSchema<{
590
646
  readonly reason: import("valibot").StringSchema<undefined>;
591
647
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
648
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
649
+ readonly path: import("valibot").StringSchema<undefined>;
650
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
651
+ readonly id: import("valibot").StringSchema<undefined>;
652
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
653
+ }, undefined>], undefined>;
654
+ }, undefined>, undefined>, undefined>;
592
655
  }, undefined>;
593
656
  };
594
657
  readonly PAYLOAD_TOO_LARGE: {
@@ -652,6 +715,13 @@ export declare const appRouter: {
652
715
  readonly data: import("valibot").ObjectSchema<{
653
716
  readonly reason: import("valibot").StringSchema<undefined>;
654
717
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
718
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
719
+ readonly path: import("valibot").StringSchema<undefined>;
720
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
721
+ readonly id: import("valibot").StringSchema<undefined>;
722
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
723
+ }, undefined>], undefined>;
724
+ }, undefined>, undefined>, undefined>;
655
725
  }, undefined>;
656
726
  };
657
727
  readonly PAYLOAD_TOO_LARGE: {
@@ -725,6 +795,13 @@ export declare const appRouter: {
725
795
  readonly data: import("valibot").ObjectSchema<{
726
796
  readonly reason: import("valibot").StringSchema<undefined>;
727
797
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
798
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
799
+ readonly path: import("valibot").StringSchema<undefined>;
800
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
801
+ readonly id: import("valibot").StringSchema<undefined>;
802
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
803
+ }, undefined>], undefined>;
804
+ }, undefined>, undefined>, undefined>;
728
805
  }, undefined>;
729
806
  };
730
807
  readonly PAYLOAD_TOO_LARGE: {
@@ -788,6 +865,13 @@ export declare const appRouter: {
788
865
  readonly data: import("valibot").ObjectSchema<{
789
866
  readonly reason: import("valibot").StringSchema<undefined>;
790
867
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
868
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
869
+ readonly path: import("valibot").StringSchema<undefined>;
870
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
871
+ readonly id: import("valibot").StringSchema<undefined>;
872
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
873
+ }, undefined>], undefined>;
874
+ }, undefined>, undefined>, undefined>;
791
875
  }, undefined>;
792
876
  };
793
877
  readonly PAYLOAD_TOO_LARGE: {
@@ -849,6 +933,13 @@ export declare const appRouter: {
849
933
  readonly data: import("valibot").ObjectSchema<{
850
934
  readonly reason: import("valibot").StringSchema<undefined>;
851
935
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
936
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
937
+ readonly path: import("valibot").StringSchema<undefined>;
938
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
939
+ readonly id: import("valibot").StringSchema<undefined>;
940
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
941
+ }, undefined>], undefined>;
942
+ }, undefined>, undefined>, undefined>;
852
943
  }, undefined>;
853
944
  };
854
945
  readonly PAYLOAD_TOO_LARGE: {
@@ -914,6 +1005,13 @@ export declare const appRouter: {
914
1005
  readonly data: import("valibot").ObjectSchema<{
915
1006
  readonly reason: import("valibot").StringSchema<undefined>;
916
1007
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1008
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1009
+ readonly path: import("valibot").StringSchema<undefined>;
1010
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
1011
+ readonly id: import("valibot").StringSchema<undefined>;
1012
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1013
+ }, undefined>], undefined>;
1014
+ }, undefined>, undefined>, undefined>;
917
1015
  }, undefined>;
918
1016
  };
919
1017
  readonly PAYLOAD_TOO_LARGE: {
@@ -989,6 +1087,13 @@ export declare const appRouter: {
989
1087
  readonly data: import("valibot").ObjectSchema<{
990
1088
  readonly reason: import("valibot").StringSchema<undefined>;
991
1089
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1090
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1091
+ readonly path: import("valibot").StringSchema<undefined>;
1092
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
1093
+ readonly id: import("valibot").StringSchema<undefined>;
1094
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1095
+ }, undefined>], undefined>;
1096
+ }, undefined>, undefined>, undefined>;
992
1097
  }, undefined>;
993
1098
  };
994
1099
  readonly PAYLOAD_TOO_LARGE: {
@@ -1072,6 +1177,13 @@ export declare const appRouter: {
1072
1177
  readonly data: import("valibot").ObjectSchema<{
1073
1178
  readonly reason: import("valibot").StringSchema<undefined>;
1074
1179
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1180
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1181
+ readonly path: import("valibot").StringSchema<undefined>;
1182
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
1183
+ readonly id: import("valibot").StringSchema<undefined>;
1184
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1185
+ }, undefined>], undefined>;
1186
+ }, undefined>, undefined>, undefined>;
1075
1187
  }, undefined>;
1076
1188
  };
1077
1189
  readonly PAYLOAD_TOO_LARGE: {
@@ -1135,6 +1247,13 @@ export declare const appRouter: {
1135
1247
  readonly data: import("valibot").ObjectSchema<{
1136
1248
  readonly reason: import("valibot").StringSchema<undefined>;
1137
1249
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1250
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1251
+ readonly path: import("valibot").StringSchema<undefined>;
1252
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
1253
+ readonly id: import("valibot").StringSchema<undefined>;
1254
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1255
+ }, undefined>], undefined>;
1256
+ }, undefined>, undefined>, undefined>;
1138
1257
  }, undefined>;
1139
1258
  };
1140
1259
  readonly PAYLOAD_TOO_LARGE: {
@@ -1235,6 +1354,13 @@ export declare const appRouter: {
1235
1354
  readonly data: import("valibot").ObjectSchema<{
1236
1355
  readonly reason: import("valibot").StringSchema<undefined>;
1237
1356
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1357
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1358
+ readonly path: import("valibot").StringSchema<undefined>;
1359
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
1360
+ readonly id: import("valibot").StringSchema<undefined>;
1361
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1362
+ }, undefined>], undefined>;
1363
+ }, undefined>, undefined>, undefined>;
1238
1364
  }, undefined>;
1239
1365
  };
1240
1366
  readonly PAYLOAD_TOO_LARGE: {
@@ -1298,6 +1424,13 @@ export declare const appRouter: {
1298
1424
  readonly data: import("valibot").ObjectSchema<{
1299
1425
  readonly reason: import("valibot").StringSchema<undefined>;
1300
1426
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1427
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1428
+ readonly path: import("valibot").StringSchema<undefined>;
1429
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
1430
+ readonly id: import("valibot").StringSchema<undefined>;
1431
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1432
+ }, undefined>], undefined>;
1433
+ }, undefined>, undefined>, undefined>;
1301
1434
  }, undefined>;
1302
1435
  };
1303
1436
  readonly PAYLOAD_TOO_LARGE: {
@@ -1363,6 +1496,13 @@ export declare const appRouter: {
1363
1496
  readonly data: import("valibot").ObjectSchema<{
1364
1497
  readonly reason: import("valibot").StringSchema<undefined>;
1365
1498
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1499
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1500
+ readonly path: import("valibot").StringSchema<undefined>;
1501
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
1502
+ readonly id: import("valibot").StringSchema<undefined>;
1503
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1504
+ }, undefined>], undefined>;
1505
+ }, undefined>, undefined>, undefined>;
1366
1506
  }, undefined>;
1367
1507
  };
1368
1508
  readonly PAYLOAD_TOO_LARGE: {
@@ -1428,6 +1568,13 @@ export declare const appRouter: {
1428
1568
  readonly data: import("valibot").ObjectSchema<{
1429
1569
  readonly reason: import("valibot").StringSchema<undefined>;
1430
1570
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1571
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1572
+ readonly path: import("valibot").StringSchema<undefined>;
1573
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
1574
+ readonly id: import("valibot").StringSchema<undefined>;
1575
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1576
+ }, undefined>], undefined>;
1577
+ }, undefined>, undefined>, undefined>;
1431
1578
  }, undefined>;
1432
1579
  };
1433
1580
  readonly PAYLOAD_TOO_LARGE: {
@@ -1491,6 +1638,13 @@ export declare const appRouter: {
1491
1638
  readonly data: import("valibot").ObjectSchema<{
1492
1639
  readonly reason: import("valibot").StringSchema<undefined>;
1493
1640
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1641
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1642
+ readonly path: import("valibot").StringSchema<undefined>;
1643
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
1644
+ readonly id: import("valibot").StringSchema<undefined>;
1645
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1646
+ }, undefined>], undefined>;
1647
+ }, undefined>, undefined>, undefined>;
1494
1648
  }, undefined>;
1495
1649
  };
1496
1650
  readonly PAYLOAD_TOO_LARGE: {
@@ -1607,6 +1761,13 @@ export declare const appRouter: {
1607
1761
  readonly data: import("valibot").ObjectSchema<{
1608
1762
  readonly reason: import("valibot").StringSchema<undefined>;
1609
1763
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1764
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1765
+ readonly path: import("valibot").StringSchema<undefined>;
1766
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
1767
+ readonly id: import("valibot").StringSchema<undefined>;
1768
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1769
+ }, undefined>], undefined>;
1770
+ }, undefined>, undefined>, undefined>;
1610
1771
  }, undefined>;
1611
1772
  };
1612
1773
  readonly PAYLOAD_TOO_LARGE: {
@@ -1711,6 +1872,13 @@ export declare const appRouter: {
1711
1872
  readonly data: import("valibot").ObjectSchema<{
1712
1873
  readonly reason: import("valibot").StringSchema<undefined>;
1713
1874
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1875
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1876
+ readonly path: import("valibot").StringSchema<undefined>;
1877
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
1878
+ readonly id: import("valibot").StringSchema<undefined>;
1879
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1880
+ }, undefined>], undefined>;
1881
+ }, undefined>, undefined>, undefined>;
1714
1882
  }, undefined>;
1715
1883
  };
1716
1884
  readonly PAYLOAD_TOO_LARGE: {
@@ -1742,7 +1910,7 @@ export declare const appRouter: {
1742
1910
  }>, Record<never, never>>;
1743
1911
  readonly create: import("@orpc/server").DecoratedProcedure<import("@orpc/server").MergedInitialContext<import("../index.js").AppContextBase<typeof import("../db/schema/index.js")> & import("../index.js").AppContextExtensions & Record<never, never>, import("../index.js").AppContextBase<typeof import("../db/schema/index.js")> & import("../index.js").AppContextExtensions & Record<never, never>, import("../index.js").AppContext>, import("@orpc/server").MergedCurrentContext<import("../index.js").AppContext, import("../index.js").AuthenticatedAppContext<typeof import("../db/schema/index.js")>>, import("valibot").ObjectSchema<{
1744
1912
  readonly type: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, "post">;
1745
- readonly title: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>;
1913
+ readonly title: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 300, undefined>]>, undefined>;
1746
1914
  readonly slug: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>, import("valibot").RegexAction<string, "slug must be kebab-case ASCII">]>;
1747
1915
  readonly content: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>, undefined>;
1748
1916
  readonly excerpt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 600, undefined>]>, undefined>, undefined>;
@@ -1817,6 +1985,13 @@ export declare const appRouter: {
1817
1985
  readonly data: import("valibot").ObjectSchema<{
1818
1986
  readonly reason: import("valibot").StringSchema<undefined>;
1819
1987
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1988
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1989
+ readonly path: import("valibot").StringSchema<undefined>;
1990
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
1991
+ readonly id: import("valibot").StringSchema<undefined>;
1992
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1993
+ }, undefined>], undefined>;
1994
+ }, undefined>, undefined>, undefined>;
1820
1995
  }, undefined>;
1821
1996
  };
1822
1997
  readonly PAYLOAD_TOO_LARGE: {
@@ -1848,7 +2023,7 @@ export declare const appRouter: {
1848
2023
  }>, Record<never, never>>;
1849
2024
  readonly update: import("@orpc/server").DecoratedProcedure<import("@orpc/server").MergedInitialContext<import("../index.js").AppContextBase<typeof import("../db/schema/index.js")> & import("../index.js").AppContextExtensions & Record<never, never>, import("../index.js").AppContextBase<typeof import("../db/schema/index.js")> & import("../index.js").AppContextExtensions & Record<never, never>, import("../index.js").AppContext>, import("@orpc/server").MergedCurrentContext<import("../index.js").AppContext, import("../index.js").AuthenticatedAppContext<typeof import("../db/schema/index.js")>>, import("valibot").ObjectSchema<{
1850
2025
  readonly id: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>;
1851
- readonly title: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
2026
+ readonly title: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 300, undefined>]>, undefined>;
1852
2027
  readonly slug: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>, import("valibot").RegexAction<string, "slug must be kebab-case ASCII">]>, undefined>;
1853
2028
  readonly content: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>, undefined>;
1854
2029
  readonly excerpt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 600, undefined>]>, undefined>, undefined>;
@@ -1926,6 +2101,13 @@ export declare const appRouter: {
1926
2101
  readonly data: import("valibot").ObjectSchema<{
1927
2102
  readonly reason: import("valibot").StringSchema<undefined>;
1928
2103
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2104
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
2105
+ readonly path: import("valibot").StringSchema<undefined>;
2106
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
2107
+ readonly id: import("valibot").StringSchema<undefined>;
2108
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2109
+ }, undefined>], undefined>;
2110
+ }, undefined>, undefined>, undefined>;
1929
2111
  }, undefined>;
1930
2112
  };
1931
2113
  readonly PAYLOAD_TOO_LARGE: {
@@ -2015,6 +2197,13 @@ export declare const appRouter: {
2015
2197
  readonly data: import("valibot").ObjectSchema<{
2016
2198
  readonly reason: import("valibot").StringSchema<undefined>;
2017
2199
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2200
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
2201
+ readonly path: import("valibot").StringSchema<undefined>;
2202
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
2203
+ readonly id: import("valibot").StringSchema<undefined>;
2204
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2205
+ }, undefined>], undefined>;
2206
+ }, undefined>, undefined>, undefined>;
2018
2207
  }, undefined>;
2019
2208
  };
2020
2209
  readonly PAYLOAD_TOO_LARGE: {
@@ -2104,6 +2293,13 @@ export declare const appRouter: {
2104
2293
  readonly data: import("valibot").ObjectSchema<{
2105
2294
  readonly reason: import("valibot").StringSchema<undefined>;
2106
2295
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2296
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
2297
+ readonly path: import("valibot").StringSchema<undefined>;
2298
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
2299
+ readonly id: import("valibot").StringSchema<undefined>;
2300
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2301
+ }, undefined>], undefined>;
2302
+ }, undefined>, undefined>, undefined>;
2107
2303
  }, undefined>;
2108
2304
  };
2109
2305
  readonly PAYLOAD_TOO_LARGE: {
@@ -2193,6 +2389,13 @@ export declare const appRouter: {
2193
2389
  readonly data: import("valibot").ObjectSchema<{
2194
2390
  readonly reason: import("valibot").StringSchema<undefined>;
2195
2391
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2392
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
2393
+ readonly path: import("valibot").StringSchema<undefined>;
2394
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
2395
+ readonly id: import("valibot").StringSchema<undefined>;
2396
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2397
+ }, undefined>], undefined>;
2398
+ }, undefined>, undefined>, undefined>;
2196
2399
  }, undefined>;
2197
2400
  };
2198
2401
  readonly PAYLOAD_TOO_LARGE: {
@@ -2256,6 +2459,13 @@ export declare const appRouter: {
2256
2459
  readonly data: import("valibot").ObjectSchema<{
2257
2460
  readonly reason: import("valibot").StringSchema<undefined>;
2258
2461
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2462
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
2463
+ readonly path: import("valibot").StringSchema<undefined>;
2464
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
2465
+ readonly id: import("valibot").StringSchema<undefined>;
2466
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2467
+ }, undefined>], undefined>;
2468
+ }, undefined>, undefined>, undefined>;
2259
2469
  }, undefined>;
2260
2470
  };
2261
2471
  readonly PAYLOAD_TOO_LARGE: {
@@ -2319,6 +2529,13 @@ export declare const appRouter: {
2319
2529
  readonly data: import("valibot").ObjectSchema<{
2320
2530
  readonly reason: import("valibot").StringSchema<undefined>;
2321
2531
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2532
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
2533
+ readonly path: import("valibot").StringSchema<undefined>;
2534
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
2535
+ readonly id: import("valibot").StringSchema<undefined>;
2536
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2537
+ }, undefined>], undefined>;
2538
+ }, undefined>, undefined>, undefined>;
2322
2539
  }, undefined>;
2323
2540
  };
2324
2541
  readonly PAYLOAD_TOO_LARGE: {
@@ -2382,6 +2599,13 @@ export declare const appRouter: {
2382
2599
  readonly data: import("valibot").ObjectSchema<{
2383
2600
  readonly reason: import("valibot").StringSchema<undefined>;
2384
2601
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2602
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
2603
+ readonly path: import("valibot").StringSchema<undefined>;
2604
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
2605
+ readonly id: import("valibot").StringSchema<undefined>;
2606
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2607
+ }, undefined>], undefined>;
2608
+ }, undefined>, undefined>, undefined>;
2385
2609
  }, undefined>;
2386
2610
  };
2387
2611
  readonly PAYLOAD_TOO_LARGE: {
@@ -2471,6 +2695,13 @@ export declare const appRouter: {
2471
2695
  readonly data: import("valibot").ObjectSchema<{
2472
2696
  readonly reason: import("valibot").StringSchema<undefined>;
2473
2697
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2698
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
2699
+ readonly path: import("valibot").StringSchema<undefined>;
2700
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
2701
+ readonly id: import("valibot").StringSchema<undefined>;
2702
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2703
+ }, undefined>], undefined>;
2704
+ }, undefined>, undefined>, undefined>;
2474
2705
  }, undefined>;
2475
2706
  };
2476
2707
  readonly PAYLOAD_TOO_LARGE: {
@@ -2536,6 +2767,13 @@ export declare const appRouter: {
2536
2767
  readonly data: import("valibot").ObjectSchema<{
2537
2768
  readonly reason: import("valibot").StringSchema<undefined>;
2538
2769
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2770
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
2771
+ readonly path: import("valibot").StringSchema<undefined>;
2772
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
2773
+ readonly id: import("valibot").StringSchema<undefined>;
2774
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2775
+ }, undefined>], undefined>;
2776
+ }, undefined>, undefined>, undefined>;
2539
2777
  }, undefined>;
2540
2778
  };
2541
2779
  readonly PAYLOAD_TOO_LARGE: {
@@ -2600,6 +2838,13 @@ export declare const appRouter: {
2600
2838
  readonly data: import("valibot").ObjectSchema<{
2601
2839
  readonly reason: import("valibot").StringSchema<undefined>;
2602
2840
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2841
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
2842
+ readonly path: import("valibot").StringSchema<undefined>;
2843
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
2844
+ readonly id: import("valibot").StringSchema<undefined>;
2845
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2846
+ }, undefined>], undefined>;
2847
+ }, undefined>, undefined>, undefined>;
2603
2848
  }, undefined>;
2604
2849
  };
2605
2850
  readonly PAYLOAD_TOO_LARGE: {
@@ -2690,6 +2935,13 @@ export declare const appRouter: {
2690
2935
  readonly data: import("valibot").ObjectSchema<{
2691
2936
  readonly reason: import("valibot").StringSchema<undefined>;
2692
2937
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2938
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
2939
+ readonly path: import("valibot").StringSchema<undefined>;
2940
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
2941
+ readonly id: import("valibot").StringSchema<undefined>;
2942
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
2943
+ }, undefined>], undefined>;
2944
+ }, undefined>, undefined>, undefined>;
2693
2945
  }, undefined>;
2694
2946
  };
2695
2947
  readonly PAYLOAD_TOO_LARGE: {
@@ -2753,6 +3005,13 @@ export declare const appRouter: {
2753
3005
  readonly data: import("valibot").ObjectSchema<{
2754
3006
  readonly reason: import("valibot").StringSchema<undefined>;
2755
3007
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3008
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
3009
+ readonly path: import("valibot").StringSchema<undefined>;
3010
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
3011
+ readonly id: import("valibot").StringSchema<undefined>;
3012
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3013
+ }, undefined>], undefined>;
3014
+ }, undefined>, undefined>, undefined>;
2756
3015
  }, undefined>;
2757
3016
  };
2758
3017
  readonly PAYLOAD_TOO_LARGE: {
@@ -2818,6 +3077,13 @@ export declare const appRouter: {
2818
3077
  readonly data: import("valibot").ObjectSchema<{
2819
3078
  readonly reason: import("valibot").StringSchema<undefined>;
2820
3079
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3080
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
3081
+ readonly path: import("valibot").StringSchema<undefined>;
3082
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
3083
+ readonly id: import("valibot").StringSchema<undefined>;
3084
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3085
+ }, undefined>], undefined>;
3086
+ }, undefined>, undefined>, undefined>;
2821
3087
  }, undefined>;
2822
3088
  };
2823
3089
  readonly PAYLOAD_TOO_LARGE: {
@@ -2891,6 +3157,13 @@ export declare const appRouter: {
2891
3157
  readonly data: import("valibot").ObjectSchema<{
2892
3158
  readonly reason: import("valibot").StringSchema<undefined>;
2893
3159
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3160
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
3161
+ readonly path: import("valibot").StringSchema<undefined>;
3162
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
3163
+ readonly id: import("valibot").StringSchema<undefined>;
3164
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3165
+ }, undefined>], undefined>;
3166
+ }, undefined>, undefined>, undefined>;
2894
3167
  }, undefined>;
2895
3168
  };
2896
3169
  readonly PAYLOAD_TOO_LARGE: {
@@ -2975,6 +3248,13 @@ export declare const appRouter: {
2975
3248
  readonly data: import("valibot").ObjectSchema<{
2976
3249
  readonly reason: import("valibot").StringSchema<undefined>;
2977
3250
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3251
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
3252
+ readonly path: import("valibot").StringSchema<undefined>;
3253
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
3254
+ readonly id: import("valibot").StringSchema<undefined>;
3255
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3256
+ }, undefined>], undefined>;
3257
+ }, undefined>, undefined>, undefined>;
2978
3258
  }, undefined>;
2979
3259
  };
2980
3260
  readonly PAYLOAD_TOO_LARGE: {
@@ -3070,6 +3350,13 @@ export declare const appRouter: {
3070
3350
  readonly data: import("valibot").ObjectSchema<{
3071
3351
  readonly reason: import("valibot").StringSchema<undefined>;
3072
3352
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3353
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
3354
+ readonly path: import("valibot").StringSchema<undefined>;
3355
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
3356
+ readonly id: import("valibot").StringSchema<undefined>;
3357
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3358
+ }, undefined>], undefined>;
3359
+ }, undefined>, undefined>, undefined>;
3073
3360
  }, undefined>;
3074
3361
  };
3075
3362
  readonly PAYLOAD_TOO_LARGE: {
@@ -3160,6 +3447,13 @@ export declare const appRouter: {
3160
3447
  readonly data: import("valibot").ObjectSchema<{
3161
3448
  readonly reason: import("valibot").StringSchema<undefined>;
3162
3449
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3450
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
3451
+ readonly path: import("valibot").StringSchema<undefined>;
3452
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
3453
+ readonly id: import("valibot").StringSchema<undefined>;
3454
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3455
+ }, undefined>], undefined>;
3456
+ }, undefined>, undefined>, undefined>;
3163
3457
  }, undefined>;
3164
3458
  };
3165
3459
  readonly PAYLOAD_TOO_LARGE: {
@@ -3226,6 +3520,13 @@ export declare const appRouter: {
3226
3520
  readonly data: import("valibot").ObjectSchema<{
3227
3521
  readonly reason: import("valibot").StringSchema<undefined>;
3228
3522
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3523
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
3524
+ readonly path: import("valibot").StringSchema<undefined>;
3525
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
3526
+ readonly id: import("valibot").StringSchema<undefined>;
3527
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3528
+ }, undefined>], undefined>;
3529
+ }, undefined>, undefined>, undefined>;
3229
3530
  }, undefined>;
3230
3531
  };
3231
3532
  readonly PAYLOAD_TOO_LARGE: {
@@ -3301,6 +3602,13 @@ export declare const appRouter: {
3301
3602
  readonly data: import("valibot").ObjectSchema<{
3302
3603
  readonly reason: import("valibot").StringSchema<undefined>;
3303
3604
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3605
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
3606
+ readonly path: import("valibot").StringSchema<undefined>;
3607
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
3608
+ readonly id: import("valibot").StringSchema<undefined>;
3609
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3610
+ }, undefined>], undefined>;
3611
+ }, undefined>, undefined>, undefined>;
3304
3612
  }, undefined>;
3305
3613
  };
3306
3614
  readonly PAYLOAD_TOO_LARGE: {
@@ -3385,6 +3693,13 @@ export declare const appRouter: {
3385
3693
  readonly data: import("valibot").ObjectSchema<{
3386
3694
  readonly reason: import("valibot").StringSchema<undefined>;
3387
3695
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3696
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
3697
+ readonly path: import("valibot").StringSchema<undefined>;
3698
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
3699
+ readonly id: import("valibot").StringSchema<undefined>;
3700
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3701
+ }, undefined>], undefined>;
3702
+ }, undefined>, undefined>, undefined>;
3388
3703
  }, undefined>;
3389
3704
  };
3390
3705
  readonly PAYLOAD_TOO_LARGE: {
@@ -3462,6 +3777,13 @@ export declare const appRouter: {
3462
3777
  readonly data: import("valibot").ObjectSchema<{
3463
3778
  readonly reason: import("valibot").StringSchema<undefined>;
3464
3779
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3780
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
3781
+ readonly path: import("valibot").StringSchema<undefined>;
3782
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
3783
+ readonly id: import("valibot").StringSchema<undefined>;
3784
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3785
+ }, undefined>], undefined>;
3786
+ }, undefined>, undefined>, undefined>;
3465
3787
  }, undefined>;
3466
3788
  };
3467
3789
  readonly PAYLOAD_TOO_LARGE: {
@@ -3546,6 +3868,13 @@ export declare const appRouter: {
3546
3868
  readonly data: import("valibot").ObjectSchema<{
3547
3869
  readonly reason: import("valibot").StringSchema<undefined>;
3548
3870
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3871
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
3872
+ readonly path: import("valibot").StringSchema<undefined>;
3873
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
3874
+ readonly id: import("valibot").StringSchema<undefined>;
3875
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3876
+ }, undefined>], undefined>;
3877
+ }, undefined>, undefined>, undefined>;
3549
3878
  }, undefined>;
3550
3879
  };
3551
3880
  readonly PAYLOAD_TOO_LARGE: {
@@ -3630,6 +3959,13 @@ export declare const appRouter: {
3630
3959
  readonly data: import("valibot").ObjectSchema<{
3631
3960
  readonly reason: import("valibot").StringSchema<undefined>;
3632
3961
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3962
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
3963
+ readonly path: import("valibot").StringSchema<undefined>;
3964
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
3965
+ readonly id: import("valibot").StringSchema<undefined>;
3966
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3967
+ }, undefined>], undefined>;
3968
+ }, undefined>, undefined>, undefined>;
3633
3969
  }, undefined>;
3634
3970
  };
3635
3971
  readonly PAYLOAD_TOO_LARGE: {
@@ -3707,6 +4043,13 @@ export declare const appRouter: {
3707
4043
  readonly data: import("valibot").ObjectSchema<{
3708
4044
  readonly reason: import("valibot").StringSchema<undefined>;
3709
4045
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4046
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
4047
+ readonly path: import("valibot").StringSchema<undefined>;
4048
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
4049
+ readonly id: import("valibot").StringSchema<undefined>;
4050
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4051
+ }, undefined>], undefined>;
4052
+ }, undefined>, undefined>, undefined>;
3710
4053
  }, undefined>;
3711
4054
  };
3712
4055
  readonly PAYLOAD_TOO_LARGE: {
@@ -3799,6 +4142,13 @@ export declare const appRouter: {
3799
4142
  readonly data: import("valibot").ObjectSchema<{
3800
4143
  readonly reason: import("valibot").StringSchema<undefined>;
3801
4144
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4145
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
4146
+ readonly path: import("valibot").StringSchema<undefined>;
4147
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
4148
+ readonly id: import("valibot").StringSchema<undefined>;
4149
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4150
+ }, undefined>], undefined>;
4151
+ }, undefined>, undefined>, undefined>;
3802
4152
  }, undefined>;
3803
4153
  };
3804
4154
  readonly PAYLOAD_TOO_LARGE: {
@@ -3882,6 +4232,13 @@ export declare const appRouter: {
3882
4232
  readonly data: import("valibot").ObjectSchema<{
3883
4233
  readonly reason: import("valibot").StringSchema<undefined>;
3884
4234
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4235
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
4236
+ readonly path: import("valibot").StringSchema<undefined>;
4237
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
4238
+ readonly id: import("valibot").StringSchema<undefined>;
4239
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4240
+ }, undefined>], undefined>;
4241
+ }, undefined>, undefined>, undefined>;
3885
4242
  }, undefined>;
3886
4243
  };
3887
4244
  readonly PAYLOAD_TOO_LARGE: {
@@ -3949,6 +4306,13 @@ export declare const appRouter: {
3949
4306
  readonly data: import("valibot").ObjectSchema<{
3950
4307
  readonly reason: import("valibot").StringSchema<undefined>;
3951
4308
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4309
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
4310
+ readonly path: import("valibot").StringSchema<undefined>;
4311
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
4312
+ readonly id: import("valibot").StringSchema<undefined>;
4313
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4314
+ }, undefined>], undefined>;
4315
+ }, undefined>, undefined>, undefined>;
3952
4316
  }, undefined>;
3953
4317
  };
3954
4318
  readonly PAYLOAD_TOO_LARGE: {
@@ -4039,6 +4403,13 @@ export declare const appRouter: {
4039
4403
  readonly data: import("valibot").ObjectSchema<{
4040
4404
  readonly reason: import("valibot").StringSchema<undefined>;
4041
4405
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4406
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
4407
+ readonly path: import("valibot").StringSchema<undefined>;
4408
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
4409
+ readonly id: import("valibot").StringSchema<undefined>;
4410
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4411
+ }, undefined>], undefined>;
4412
+ }, undefined>, undefined>, undefined>;
4042
4413
  }, undefined>;
4043
4414
  };
4044
4415
  readonly PAYLOAD_TOO_LARGE: {
@@ -4122,6 +4493,13 @@ export declare const appRouter: {
4122
4493
  readonly data: import("valibot").ObjectSchema<{
4123
4494
  readonly reason: import("valibot").StringSchema<undefined>;
4124
4495
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4496
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
4497
+ readonly path: import("valibot").StringSchema<undefined>;
4498
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
4499
+ readonly id: import("valibot").StringSchema<undefined>;
4500
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4501
+ }, undefined>], undefined>;
4502
+ }, undefined>, undefined>, undefined>;
4125
4503
  }, undefined>;
4126
4504
  };
4127
4505
  readonly PAYLOAD_TOO_LARGE: {
@@ -4205,6 +4583,13 @@ export declare const appRouter: {
4205
4583
  readonly data: import("valibot").ObjectSchema<{
4206
4584
  readonly reason: import("valibot").StringSchema<undefined>;
4207
4585
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4586
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
4587
+ readonly path: import("valibot").StringSchema<undefined>;
4588
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
4589
+ readonly id: import("valibot").StringSchema<undefined>;
4590
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4591
+ }, undefined>], undefined>;
4592
+ }, undefined>, undefined>, undefined>;
4208
4593
  }, undefined>;
4209
4594
  };
4210
4595
  readonly PAYLOAD_TOO_LARGE: {
@@ -4289,6 +4674,13 @@ export declare const appRouter: {
4289
4674
  readonly data: import("valibot").ObjectSchema<{
4290
4675
  readonly reason: import("valibot").StringSchema<undefined>;
4291
4676
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4677
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
4678
+ readonly path: import("valibot").StringSchema<undefined>;
4679
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
4680
+ readonly id: import("valibot").StringSchema<undefined>;
4681
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4682
+ }, undefined>], undefined>;
4683
+ }, undefined>, undefined>, undefined>;
4292
4684
  }, undefined>;
4293
4685
  };
4294
4686
  readonly PAYLOAD_TOO_LARGE: {
@@ -4348,6 +4740,13 @@ export declare const appRouter: {
4348
4740
  readonly data: import("valibot").ObjectSchema<{
4349
4741
  readonly reason: import("valibot").StringSchema<undefined>;
4350
4742
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4743
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
4744
+ readonly path: import("valibot").StringSchema<undefined>;
4745
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
4746
+ readonly id: import("valibot").StringSchema<undefined>;
4747
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4748
+ }, undefined>], undefined>;
4749
+ }, undefined>, undefined>, undefined>;
4351
4750
  }, undefined>;
4352
4751
  };
4353
4752
  readonly PAYLOAD_TOO_LARGE: {
@@ -4414,6 +4813,13 @@ export declare const appRouter: {
4414
4813
  readonly data: import("valibot").ObjectSchema<{
4415
4814
  readonly reason: import("valibot").StringSchema<undefined>;
4416
4815
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4816
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
4817
+ readonly path: import("valibot").StringSchema<undefined>;
4818
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
4819
+ readonly id: import("valibot").StringSchema<undefined>;
4820
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4821
+ }, undefined>], undefined>;
4822
+ }, undefined>, undefined>, undefined>;
4417
4823
  }, undefined>;
4418
4824
  };
4419
4825
  readonly PAYLOAD_TOO_LARGE: {
@@ -4477,6 +4883,13 @@ export declare const appRouter: {
4477
4883
  readonly data: import("valibot").ObjectSchema<{
4478
4884
  readonly reason: import("valibot").StringSchema<undefined>;
4479
4885
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4886
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
4887
+ readonly path: import("valibot").StringSchema<undefined>;
4888
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
4889
+ readonly id: import("valibot").StringSchema<undefined>;
4890
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4891
+ }, undefined>], undefined>;
4892
+ }, undefined>, undefined>, undefined>;
4480
4893
  }, undefined>;
4481
4894
  };
4482
4895
  readonly PAYLOAD_TOO_LARGE: {
@@ -4552,6 +4965,13 @@ export declare const appRouter: {
4552
4965
  readonly data: import("valibot").ObjectSchema<{
4553
4966
  readonly reason: import("valibot").StringSchema<undefined>;
4554
4967
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4968
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
4969
+ readonly path: import("valibot").StringSchema<undefined>;
4970
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
4971
+ readonly id: import("valibot").StringSchema<undefined>;
4972
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4973
+ }, undefined>], undefined>;
4974
+ }, undefined>, undefined>, undefined>;
4555
4975
  }, undefined>;
4556
4976
  };
4557
4977
  readonly PAYLOAD_TOO_LARGE: {
@@ -4621,6 +5041,13 @@ export declare const appRouter: {
4621
5041
  readonly data: import("valibot").ObjectSchema<{
4622
5042
  readonly reason: import("valibot").StringSchema<undefined>;
4623
5043
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5044
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
5045
+ readonly path: import("valibot").StringSchema<undefined>;
5046
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
5047
+ readonly id: import("valibot").StringSchema<undefined>;
5048
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5049
+ }, undefined>], undefined>;
5050
+ }, undefined>, undefined>, undefined>;
4624
5051
  }, undefined>;
4625
5052
  };
4626
5053
  readonly PAYLOAD_TOO_LARGE: {
@@ -4686,6 +5113,13 @@ export declare const appRouter: {
4686
5113
  readonly data: import("valibot").ObjectSchema<{
4687
5114
  readonly reason: import("valibot").StringSchema<undefined>;
4688
5115
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5116
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
5117
+ readonly path: import("valibot").StringSchema<undefined>;
5118
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
5119
+ readonly id: import("valibot").StringSchema<undefined>;
5120
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5121
+ }, undefined>], undefined>;
5122
+ }, undefined>, undefined>, undefined>;
4689
5123
  }, undefined>;
4690
5124
  };
4691
5125
  readonly PAYLOAD_TOO_LARGE: {
@@ -4748,6 +5182,13 @@ export declare const appRouter: {
4748
5182
  readonly data: import("valibot").ObjectSchema<{
4749
5183
  readonly reason: import("valibot").StringSchema<undefined>;
4750
5184
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5185
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
5186
+ readonly path: import("valibot").StringSchema<undefined>;
5187
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
5188
+ readonly id: import("valibot").StringSchema<undefined>;
5189
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5190
+ }, undefined>], undefined>;
5191
+ }, undefined>, undefined>, undefined>;
4751
5192
  }, undefined>;
4752
5193
  };
4753
5194
  readonly PAYLOAD_TOO_LARGE: {
@@ -4809,6 +5250,13 @@ export declare const appRouter: {
4809
5250
  readonly data: import("valibot").ObjectSchema<{
4810
5251
  readonly reason: import("valibot").StringSchema<undefined>;
4811
5252
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5253
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
5254
+ readonly path: import("valibot").StringSchema<undefined>;
5255
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
5256
+ readonly id: import("valibot").StringSchema<undefined>;
5257
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5258
+ }, undefined>], undefined>;
5259
+ }, undefined>, undefined>, undefined>;
4812
5260
  }, undefined>;
4813
5261
  };
4814
5262
  readonly PAYLOAD_TOO_LARGE: {
@@ -4871,6 +5319,13 @@ export declare const appRouter: {
4871
5319
  readonly data: import("valibot").ObjectSchema<{
4872
5320
  readonly reason: import("valibot").StringSchema<undefined>;
4873
5321
  readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5322
+ readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
5323
+ readonly path: import("valibot").StringSchema<undefined>;
5324
+ readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
5325
+ readonly id: import("valibot").StringSchema<undefined>;
5326
+ readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5327
+ }, undefined>], undefined>;
5328
+ }, undefined>, undefined>, undefined>;
4874
5329
  }, undefined>;
4875
5330
  };
4876
5331
  readonly PAYLOAD_TOO_LARGE: {