@veruna/api-contracts 1.0.55 → 1.0.56

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 (969) hide show
  1. package/build/controllers/ai-model.controllers.d.ts +0 -3
  2. package/build/controllers/ai-model.controllers.js +1 -3
  3. package/build/controllers/ai-model.controllers.js.map +1 -0
  4. package/build/controllers/ai-provider.controllers.d.ts +0 -3
  5. package/build/controllers/ai-provider.controllers.js +1 -3
  6. package/build/controllers/ai-provider.controllers.js.map +1 -0
  7. package/build/controllers/auth.controllers.d.ts +0 -3
  8. package/build/controllers/auth.controllers.js +1 -3
  9. package/build/controllers/auth.controllers.js.map +1 -0
  10. package/build/controllers/blog.controllers.d.ts +0 -3
  11. package/build/controllers/blog.controllers.js +1 -3
  12. package/build/controllers/blog.controllers.js.map +1 -0
  13. package/build/controllers/chat-project.controllers.d.ts +0 -3
  14. package/build/controllers/chat-project.controllers.js +1 -3
  15. package/build/controllers/chat-project.controllers.js.map +1 -0
  16. package/build/controllers/chat.controllers.d.ts +0 -3
  17. package/build/controllers/chat.controllers.js +1 -3
  18. package/build/controllers/chat.controllers.js.map +1 -0
  19. package/build/controllers/file.controllers.d.ts +0 -4
  20. package/build/controllers/file.controllers.js +1 -4
  21. package/build/controllers/file.controllers.js.map +1 -0
  22. package/build/controllers/index.d.ts +0 -3
  23. package/build/controllers/index.js +1 -3
  24. package/build/controllers/index.js.map +1 -0
  25. package/build/controllers/message.controllers.js +1 -0
  26. package/build/controllers/message.controllers.js.map +1 -0
  27. package/build/controllers/page-hints.controllers.d.ts +0 -3
  28. package/build/controllers/page-hints.controllers.js +1 -3
  29. package/build/controllers/page-hints.controllers.js.map +1 -0
  30. package/build/controllers/s2s.controllers.d.ts +0 -4
  31. package/build/controllers/s2s.controllers.js +1 -4
  32. package/build/controllers/s2s.controllers.js.map +1 -0
  33. package/build/controllers/seo-pages.controllers.d.ts +0 -3
  34. package/build/controllers/seo-pages.controllers.js +1 -3
  35. package/build/controllers/seo-pages.controllers.js.map +1 -0
  36. package/build/controllers/sitemap.controllers.js +1 -0
  37. package/build/controllers/sitemap.controllers.js.map +1 -0
  38. package/build/controllers/telegram-auth.controllers.d.ts +0 -3
  39. package/build/controllers/telegram-auth.controllers.js +1 -3
  40. package/build/controllers/telegram-auth.controllers.js.map +1 -0
  41. package/build/controllers/unreg-users.controllers.d.ts +0 -3
  42. package/build/controllers/unreg-users.controllers.js +1 -3
  43. package/build/controllers/unreg-users.controllers.js.map +1 -0
  44. package/build/controllers/users.controllers.d.ts +0 -3
  45. package/build/controllers/users.controllers.js +1 -3
  46. package/build/controllers/users.controllers.js.map +1 -0
  47. package/build/controllers/verification.controllers.d.ts +0 -4
  48. package/build/controllers/verification.controllers.js +1 -4
  49. package/build/controllers/verification.controllers.js.map +1 -0
  50. package/build/controllers/wallet.controllers.d.ts +0 -6
  51. package/build/controllers/wallet.controllers.js +1 -6
  52. package/build/controllers/wallet.controllers.js.map +1 -0
  53. package/build/index.js +1 -1
  54. package/build/index.js.map +1 -0
  55. package/build/locales/en.d.ts +0 -3
  56. package/build/locales/en.js +1 -9
  57. package/build/locales/en.js.map +1 -0
  58. package/build/locales/index.d.ts +0 -6
  59. package/build/locales/index.js +1 -6
  60. package/build/locales/index.js.map +1 -0
  61. package/build/locales/ru.d.ts +0 -3
  62. package/build/locales/ru.js +1 -9
  63. package/build/locales/ru.js.map +1 -0
  64. package/build/locales/validation.d.ts +0 -10
  65. package/build/locales/validation.js +1 -40
  66. package/build/locales/validation.js.map +1 -0
  67. package/build/rest-api.d.ts +0 -4
  68. package/build/rest-api.js +1 -19
  69. package/build/rest-api.js.map +1 -0
  70. package/build/routes/ai-model-admin.routes.d.ts +0 -4
  71. package/build/routes/ai-model-admin.routes.js +6 -9
  72. package/build/routes/ai-model-admin.routes.js.map +1 -0
  73. package/build/routes/ai-model-public.routes.d.ts +0 -4
  74. package/build/routes/ai-model-public.routes.js +3 -6
  75. package/build/routes/ai-model-public.routes.js.map +1 -0
  76. package/build/routes/ai-model-unreg.routes.js +1 -0
  77. package/build/routes/ai-model-unreg.routes.js.map +1 -0
  78. package/build/routes/ai-provider-admin.routes.d.ts +0 -4
  79. package/build/routes/ai-provider-admin.routes.js +6 -9
  80. package/build/routes/ai-provider-admin.routes.js.map +1 -0
  81. package/build/routes/ai-provider-public.routes.d.ts +0 -4
  82. package/build/routes/ai-provider-public.routes.js +2 -5
  83. package/build/routes/ai-provider-public.routes.js.map +1 -0
  84. package/build/routes/auth.routes.d.ts +0 -4
  85. package/build/routes/auth.routes.js +1 -4
  86. package/build/routes/auth.routes.js.map +1 -0
  87. package/build/routes/blog-admin-categories.routes.d.ts +0 -4
  88. package/build/routes/blog-admin-categories.routes.js +6 -9
  89. package/build/routes/blog-admin-categories.routes.js.map +1 -0
  90. package/build/routes/blog-admin-posts.routes.d.ts +0 -3
  91. package/build/routes/blog-admin-posts.routes.js +1 -3
  92. package/build/routes/blog-admin-posts.routes.js.map +1 -0
  93. package/build/routes/blog-public.routes.d.ts +0 -3
  94. package/build/routes/blog-public.routes.js +4 -6
  95. package/build/routes/blog-public.routes.js.map +1 -0
  96. package/build/routes/chat-project.routes.d.ts +0 -4
  97. package/build/routes/chat-project.routes.js +7 -10
  98. package/build/routes/chat-project.routes.js.map +1 -0
  99. package/build/routes/chat.routes.d.ts +0 -3
  100. package/build/routes/chat.routes.js +1 -3
  101. package/build/routes/chat.routes.js.map +1 -0
  102. package/build/routes/file.routes.d.ts +0 -5
  103. package/build/routes/file.routes.js +1 -8
  104. package/build/routes/file.routes.js.map +1 -0
  105. package/build/routes/index.d.ts +0 -3
  106. package/build/routes/index.js +1 -3
  107. package/build/routes/index.js.map +1 -0
  108. package/build/routes/message.routes.js +1 -0
  109. package/build/routes/message.routes.js.map +1 -0
  110. package/build/routes/page-hints.routes.d.ts +0 -3
  111. package/build/routes/page-hints.routes.js +1 -3
  112. package/build/routes/page-hints.routes.js.map +1 -0
  113. package/build/routes/s2s.routes.d.ts +0 -4
  114. package/build/routes/s2s.routes.js +1 -4
  115. package/build/routes/s2s.routes.js.map +1 -0
  116. package/build/routes/seo-pages-admin.routes.d.ts +0 -3
  117. package/build/routes/seo-pages-admin.routes.js +1 -3
  118. package/build/routes/seo-pages-admin.routes.js.map +1 -0
  119. package/build/routes/seo-pages-public.routes.d.ts +0 -3
  120. package/build/routes/seo-pages-public.routes.js +4 -6
  121. package/build/routes/seo-pages-public.routes.js.map +1 -0
  122. package/build/routes/sitemap.routes.js +1 -0
  123. package/build/routes/sitemap.routes.js.map +1 -0
  124. package/build/routes/telegram-auth.routes.d.ts +0 -4
  125. package/build/routes/telegram-auth.routes.js +1 -4
  126. package/build/routes/telegram-auth.routes.js.map +1 -0
  127. package/build/routes/unreg-users.routes.d.ts +0 -3
  128. package/build/routes/unreg-users.routes.js +2 -4
  129. package/build/routes/unreg-users.routes.js.map +1 -0
  130. package/build/routes/users.routes.d.ts +0 -4
  131. package/build/routes/users.routes.js +1 -4
  132. package/build/routes/users.routes.js.map +1 -0
  133. package/build/routes/verification.routes.d.ts +0 -4
  134. package/build/routes/verification.routes.js +1 -4
  135. package/build/routes/verification.routes.js.map +1 -0
  136. package/build/routes/wallet.routes.d.ts +0 -8
  137. package/build/routes/wallet.routes.js +1 -8
  138. package/build/routes/wallet.routes.js.map +1 -0
  139. package/build/shared/api-error-response.schema.d.ts +0 -24
  140. package/build/shared/api-error-response.schema.js +1 -28
  141. package/build/shared/api-error-response.schema.js.map +1 -0
  142. package/build/shared/common-schemas.d.ts +0 -15
  143. package/build/shared/common-schemas.js +1 -15
  144. package/build/shared/common-schemas.js.map +1 -0
  145. package/build/shared/common.errors.js +1 -0
  146. package/build/shared/common.errors.js.map +1 -0
  147. package/build/shared/constants.d.ts +0 -3
  148. package/build/shared/constants.js +4 -6
  149. package/build/shared/constants.js.map +1 -0
  150. package/build/shared/device-type.enum.d.ts +0 -4
  151. package/build/shared/device-type.enum.js +1 -4
  152. package/build/shared/device-type.enum.js.map +1 -0
  153. package/build/shared/error-metadata.d.ts +0 -5
  154. package/build/shared/error-metadata.js +1 -0
  155. package/build/shared/error-metadata.js.map +1 -0
  156. package/build/shared/http-method.d.ts +0 -3
  157. package/build/shared/http-method.js +1 -3
  158. package/build/shared/http-method.js.map +1 -0
  159. package/build/shared/index.js +1 -0
  160. package/build/shared/index.js.map +1 -0
  161. package/build/shared/pagination.schema.d.ts +0 -10
  162. package/build/shared/pagination.schema.js +1 -10
  163. package/build/shared/pagination.schema.js.map +1 -0
  164. package/build/shared/regex.d.ts +0 -3
  165. package/build/shared/regex.js +1 -10
  166. package/build/shared/regex.js.map +1 -0
  167. package/build/tsconfig.tsbuildinfo +1 -0
  168. package/build/utils/index.js +1 -0
  169. package/build/utils/index.js.map +1 -0
  170. package/build/utils/path-builder.d.ts +0 -17
  171. package/build/utils/path-builder.js +1 -17
  172. package/build/utils/path-builder.js.map +1 -0
  173. package/build/v1/ai/ai.errors.js +1 -5
  174. package/build/v1/ai/ai.errors.js.map +1 -0
  175. package/build/v1/ai/index.js +1 -0
  176. package/build/v1/ai/index.js.map +1 -0
  177. package/build/v1/ai/plugins.types.d.ts +0 -9
  178. package/build/v1/ai/plugins.types.js +1 -9
  179. package/build/v1/ai/plugins.types.js.map +1 -0
  180. package/build/v1/ai-model/admin/commands/create-model.command.js +1 -0
  181. package/build/v1/ai-model/admin/commands/create-model.command.js.map +1 -0
  182. package/build/v1/ai-model/admin/commands/delete-model.command.js +1 -0
  183. package/build/v1/ai-model/admin/commands/delete-model.command.js.map +1 -0
  184. package/build/v1/ai-model/admin/commands/index.js +1 -0
  185. package/build/v1/ai-model/admin/commands/index.js.map +1 -0
  186. package/build/v1/ai-model/admin/commands/update-model.command.js +1 -0
  187. package/build/v1/ai-model/admin/commands/update-model.command.js.map +1 -0
  188. package/build/v1/ai-model/admin/queries/get-model.query.js +1 -0
  189. package/build/v1/ai-model/admin/queries/get-model.query.js.map +1 -0
  190. package/build/v1/ai-model/admin/queries/get-models.query.js +1 -0
  191. package/build/v1/ai-model/admin/queries/get-models.query.js.map +1 -0
  192. package/build/v1/ai-model/admin/queries/index.js +1 -0
  193. package/build/v1/ai-model/admin/queries/index.js.map +1 -0
  194. package/build/v1/ai-model/ai-model.errors.js +1 -0
  195. package/build/v1/ai-model/ai-model.errors.js.map +1 -0
  196. package/build/v1/ai-model/index.js +1 -0
  197. package/build/v1/ai-model/index.js.map +1 -0
  198. package/build/v1/ai-model/public/queries/get-active-models.query.js +1 -0
  199. package/build/v1/ai-model/public/queries/get-active-models.query.js.map +1 -0
  200. package/build/v1/ai-model/public/queries/get-models-list.query.js +1 -0
  201. package/build/v1/ai-model/public/queries/get-models-list.query.js.map +1 -0
  202. package/build/v1/ai-model/public/queries/index.js +1 -0
  203. package/build/v1/ai-model/public/queries/index.js.map +1 -0
  204. package/build/v1/ai-model/schemas/ai-model-status.enum.d.ts +0 -3
  205. package/build/v1/ai-model/schemas/ai-model-status.enum.js +1 -3
  206. package/build/v1/ai-model/schemas/ai-model-status.enum.js.map +1 -0
  207. package/build/v1/ai-model/schemas/api-provider.enum.d.ts +0 -3
  208. package/build/v1/ai-model/schemas/api-provider.enum.js +1 -3
  209. package/build/v1/ai-model/schemas/api-provider.enum.js.map +1 -0
  210. package/build/v1/ai-model/schemas/create-model-request.schema.d.ts +0 -4
  211. package/build/v1/ai-model/schemas/create-model-request.schema.js +1 -4
  212. package/build/v1/ai-model/schemas/create-model-request.schema.js.map +1 -0
  213. package/build/v1/ai-model/schemas/get-models-filters.schema.d.ts +0 -4
  214. package/build/v1/ai-model/schemas/get-models-filters.schema.js +1 -4
  215. package/build/v1/ai-model/schemas/get-models-filters.schema.js.map +1 -0
  216. package/build/v1/ai-model/schemas/index.js +1 -0
  217. package/build/v1/ai-model/schemas/index.js.map +1 -0
  218. package/build/v1/ai-model/schemas/modality.enum.d.ts +0 -3
  219. package/build/v1/ai-model/schemas/modality.enum.js +1 -3
  220. package/build/v1/ai-model/schemas/modality.enum.js.map +1 -0
  221. package/build/v1/ai-model/schemas/model-mark.enum.d.ts +0 -3
  222. package/build/v1/ai-model/schemas/model-mark.enum.js +1 -3
  223. package/build/v1/ai-model/schemas/model-mark.enum.js.map +1 -0
  224. package/build/v1/ai-model/schemas/model-response.schema.d.ts +0 -10
  225. package/build/v1/ai-model/schemas/model-response.schema.js +1 -10
  226. package/build/v1/ai-model/schemas/model-response.schema.js.map +1 -0
  227. package/build/v1/ai-model/schemas/model-type.enum.d.ts +0 -3
  228. package/build/v1/ai-model/schemas/model-type.enum.js +1 -3
  229. package/build/v1/ai-model/schemas/model-type.enum.js.map +1 -0
  230. package/build/v1/ai-model/schemas/models-list-response.schema.d.ts +0 -11
  231. package/build/v1/ai-model/schemas/models-list-response.schema.js +1 -11
  232. package/build/v1/ai-model/schemas/models-list-response.schema.js.map +1 -0
  233. package/build/v1/ai-model/schemas/route-params.schema.d.ts +0 -4
  234. package/build/v1/ai-model/schemas/route-params.schema.js +1 -4
  235. package/build/v1/ai-model/schemas/route-params.schema.js.map +1 -0
  236. package/build/v1/ai-model/schemas/unreg-models-list-response.schema.d.ts +0 -10
  237. package/build/v1/ai-model/schemas/unreg-models-list-response.schema.js +1 -10
  238. package/build/v1/ai-model/schemas/unreg-models-list-response.schema.js.map +1 -0
  239. package/build/v1/ai-model/schemas/update-model-request.schema.d.ts +0 -4
  240. package/build/v1/ai-model/schemas/update-model-request.schema.js +1 -4
  241. package/build/v1/ai-model/schemas/update-model-request.schema.js.map +1 -0
  242. package/build/v1/ai-model/unreg/index.js +1 -0
  243. package/build/v1/ai-model/unreg/index.js.map +1 -0
  244. package/build/v1/ai-model/unreg/queries/get-models-list.query.js +1 -0
  245. package/build/v1/ai-model/unreg/queries/get-models-list.query.js.map +1 -0
  246. package/build/v1/ai-model/unreg/queries/index.js +1 -0
  247. package/build/v1/ai-model/unreg/queries/index.js.map +1 -0
  248. package/build/v1/ai-provider/admin/commands/create-provider.command.js +1 -0
  249. package/build/v1/ai-provider/admin/commands/create-provider.command.js.map +1 -0
  250. package/build/v1/ai-provider/admin/commands/delete-provider.command.js +1 -0
  251. package/build/v1/ai-provider/admin/commands/delete-provider.command.js.map +1 -0
  252. package/build/v1/ai-provider/admin/commands/index.js +1 -0
  253. package/build/v1/ai-provider/admin/commands/index.js.map +1 -0
  254. package/build/v1/ai-provider/admin/commands/update-provider.command.js +1 -0
  255. package/build/v1/ai-provider/admin/commands/update-provider.command.js.map +1 -0
  256. package/build/v1/ai-provider/admin/queries/get-provider.query.js +1 -0
  257. package/build/v1/ai-provider/admin/queries/get-provider.query.js.map +1 -0
  258. package/build/v1/ai-provider/admin/queries/get-providers.query.js +1 -0
  259. package/build/v1/ai-provider/admin/queries/get-providers.query.js.map +1 -0
  260. package/build/v1/ai-provider/admin/queries/index.js +1 -0
  261. package/build/v1/ai-provider/admin/queries/index.js.map +1 -0
  262. package/build/v1/ai-provider/ai-provider.errors.js +1 -0
  263. package/build/v1/ai-provider/ai-provider.errors.js.map +1 -0
  264. package/build/v1/ai-provider/index.js +1 -0
  265. package/build/v1/ai-provider/index.js.map +1 -0
  266. package/build/v1/ai-provider/public/queries/get-active-providers.query.js +1 -0
  267. package/build/v1/ai-provider/public/queries/get-active-providers.query.js.map +1 -0
  268. package/build/v1/ai-provider/public/queries/index.js +1 -0
  269. package/build/v1/ai-provider/public/queries/index.js.map +1 -0
  270. package/build/v1/ai-provider/schemas/ai-provider-status.enum.d.ts +0 -3
  271. package/build/v1/ai-provider/schemas/ai-provider-status.enum.js +1 -3
  272. package/build/v1/ai-provider/schemas/ai-provider-status.enum.js.map +1 -0
  273. package/build/v1/ai-provider/schemas/create-provider-request.schema.d.ts +0 -4
  274. package/build/v1/ai-provider/schemas/create-provider-request.schema.js +1 -4
  275. package/build/v1/ai-provider/schemas/create-provider-request.schema.js.map +1 -0
  276. package/build/v1/ai-provider/schemas/index.js +1 -0
  277. package/build/v1/ai-provider/schemas/index.js.map +1 -0
  278. package/build/v1/ai-provider/schemas/provider-response.schema.d.ts +0 -3
  279. package/build/v1/ai-provider/schemas/provider-response.schema.js +1 -3
  280. package/build/v1/ai-provider/schemas/provider-response.schema.js.map +1 -0
  281. package/build/v1/ai-provider/schemas/route-params.schema.d.ts +0 -4
  282. package/build/v1/ai-provider/schemas/route-params.schema.js +1 -4
  283. package/build/v1/ai-provider/schemas/route-params.schema.js.map +1 -0
  284. package/build/v1/ai-provider/schemas/update-provider-request.schema.d.ts +0 -4
  285. package/build/v1/ai-provider/schemas/update-provider-request.schema.js +1 -4
  286. package/build/v1/ai-provider/schemas/update-provider-request.schema.js.map +1 -0
  287. package/build/v1/auth/auth.errors.js +1 -0
  288. package/build/v1/auth/auth.errors.js.map +1 -0
  289. package/build/v1/auth/commands/delete-session.command.js +1 -2
  290. package/build/v1/auth/commands/delete-session.command.js.map +1 -0
  291. package/build/v1/auth/commands/index.js +1 -0
  292. package/build/v1/auth/commands/index.js.map +1 -0
  293. package/build/v1/auth/commands/logout-all.command.js +1 -2
  294. package/build/v1/auth/commands/logout-all.command.js.map +1 -0
  295. package/build/v1/auth/commands/logout.command.js +1 -2
  296. package/build/v1/auth/commands/logout.command.js.map +1 -0
  297. package/build/v1/auth/commands/signin.command.js +1 -2
  298. package/build/v1/auth/commands/signin.command.js.map +1 -0
  299. package/build/v1/auth/commands/signup.command.js +1 -2
  300. package/build/v1/auth/commands/signup.command.js.map +1 -0
  301. package/build/v1/auth/index.js +1 -1
  302. package/build/v1/auth/index.js.map +1 -0
  303. package/build/v1/auth/queries/get-sessions.query.js +1 -2
  304. package/build/v1/auth/queries/get-sessions.query.js.map +1 -0
  305. package/build/v1/auth/queries/index.js +1 -0
  306. package/build/v1/auth/queries/index.js.map +1 -0
  307. package/build/v1/auth/schemas/auth-response.schema.d.ts +0 -6
  308. package/build/v1/auth/schemas/auth-response.schema.js +1 -6
  309. package/build/v1/auth/schemas/auth-response.schema.js.map +1 -0
  310. package/build/v1/auth/schemas/index.js +1 -0
  311. package/build/v1/auth/schemas/index.js.map +1 -0
  312. package/build/v1/auth/schemas/session-response.schema.d.ts +0 -4
  313. package/build/v1/auth/schemas/session-response.schema.js +1 -4
  314. package/build/v1/auth/schemas/session-response.schema.js.map +1 -0
  315. package/build/v1/auth/schemas/signin-request.schema.d.ts +0 -4
  316. package/build/v1/auth/schemas/signin-request.schema.js +1 -4
  317. package/build/v1/auth/schemas/signin-request.schema.js.map +1 -0
  318. package/build/v1/auth/schemas/signup-request.schema.d.ts +0 -4
  319. package/build/v1/auth/schemas/signup-request.schema.js +1 -4
  320. package/build/v1/auth/schemas/signup-request.schema.js.map +1 -0
  321. package/build/v1/auth/schemas/user-role.enum.d.ts +0 -3
  322. package/build/v1/auth/schemas/user-role.enum.js +1 -3
  323. package/build/v1/auth/schemas/user-role.enum.js.map +1 -0
  324. package/build/v1/blog/admin/commands/create-category.command.js +1 -0
  325. package/build/v1/blog/admin/commands/create-category.command.js.map +1 -0
  326. package/build/v1/blog/admin/commands/create-post.command.js +1 -0
  327. package/build/v1/blog/admin/commands/create-post.command.js.map +1 -0
  328. package/build/v1/blog/admin/commands/delete-category.command.js +1 -0
  329. package/build/v1/blog/admin/commands/delete-category.command.js.map +1 -0
  330. package/build/v1/blog/admin/commands/delete-post.command.js +1 -0
  331. package/build/v1/blog/admin/commands/delete-post.command.js.map +1 -0
  332. package/build/v1/blog/admin/commands/index.js +1 -0
  333. package/build/v1/blog/admin/commands/index.js.map +1 -0
  334. package/build/v1/blog/admin/commands/update-category.command.js +1 -0
  335. package/build/v1/blog/admin/commands/update-category.command.js.map +1 -0
  336. package/build/v1/blog/admin/commands/update-post.command.js +1 -0
  337. package/build/v1/blog/admin/commands/update-post.command.js.map +1 -0
  338. package/build/v1/blog/admin/queries/get-categories.query.js +1 -0
  339. package/build/v1/blog/admin/queries/get-categories.query.js.map +1 -0
  340. package/build/v1/blog/admin/queries/get-category.query.js +1 -0
  341. package/build/v1/blog/admin/queries/get-category.query.js.map +1 -0
  342. package/build/v1/blog/admin/queries/get-post.query.js +1 -0
  343. package/build/v1/blog/admin/queries/get-post.query.js.map +1 -0
  344. package/build/v1/blog/admin/queries/get-posts.query.js +1 -0
  345. package/build/v1/blog/admin/queries/get-posts.query.js.map +1 -0
  346. package/build/v1/blog/admin/queries/index.js +1 -0
  347. package/build/v1/blog/admin/queries/index.js.map +1 -0
  348. package/build/v1/blog/blog.errors.js +1 -6
  349. package/build/v1/blog/blog.errors.js.map +1 -0
  350. package/build/v1/blog/index.js +1 -1
  351. package/build/v1/blog/index.js.map +1 -0
  352. package/build/v1/blog/public/queries/get-categories.query.js +1 -0
  353. package/build/v1/blog/public/queries/get-categories.query.js.map +1 -0
  354. package/build/v1/blog/public/queries/get-post-by-alias.query.js +1 -0
  355. package/build/v1/blog/public/queries/get-post-by-alias.query.js.map +1 -0
  356. package/build/v1/blog/public/queries/get-posts.query.js +1 -0
  357. package/build/v1/blog/public/queries/get-posts.query.js.map +1 -0
  358. package/build/v1/blog/public/queries/index.js +1 -0
  359. package/build/v1/blog/public/queries/index.js.map +1 -0
  360. package/build/v1/blog/schemas/blog-category-status.enum.d.ts +0 -3
  361. package/build/v1/blog/schemas/blog-category-status.enum.js +1 -3
  362. package/build/v1/blog/schemas/blog-category-status.enum.js.map +1 -0
  363. package/build/v1/blog/schemas/blog-post-mark.enum.d.ts +0 -4
  364. package/build/v1/blog/schemas/blog-post-mark.enum.js +1 -4
  365. package/build/v1/blog/schemas/blog-post-mark.enum.js.map +1 -0
  366. package/build/v1/blog/schemas/blog-post-status.enum.d.ts +0 -3
  367. package/build/v1/blog/schemas/blog-post-status.enum.js +1 -3
  368. package/build/v1/blog/schemas/blog-post-status.enum.js.map +1 -0
  369. package/build/v1/blog/schemas/category-response.schema.d.ts +0 -3
  370. package/build/v1/blog/schemas/category-response.schema.js +1 -3
  371. package/build/v1/blog/schemas/category-response.schema.js.map +1 -0
  372. package/build/v1/blog/schemas/create-category-request.schema.d.ts +0 -4
  373. package/build/v1/blog/schemas/create-category-request.schema.js +1 -4
  374. package/build/v1/blog/schemas/create-category-request.schema.js.map +1 -0
  375. package/build/v1/blog/schemas/create-post-request.schema.d.ts +0 -4
  376. package/build/v1/blog/schemas/create-post-request.schema.js +1 -4
  377. package/build/v1/blog/schemas/create-post-request.schema.js.map +1 -0
  378. package/build/v1/blog/schemas/get-posts-query.schema.js +1 -0
  379. package/build/v1/blog/schemas/get-posts-query.schema.js.map +1 -0
  380. package/build/v1/blog/schemas/index.js +1 -0
  381. package/build/v1/blog/schemas/index.js.map +1 -0
  382. package/build/v1/blog/schemas/post-response.schema.d.ts +0 -3
  383. package/build/v1/blog/schemas/post-response.schema.js +1 -3
  384. package/build/v1/blog/schemas/post-response.schema.js.map +1 -0
  385. package/build/v1/blog/schemas/public-post-response.schema.d.ts +0 -7
  386. package/build/v1/blog/schemas/public-post-response.schema.js +1 -7
  387. package/build/v1/blog/schemas/public-post-response.schema.js.map +1 -0
  388. package/build/v1/blog/schemas/route-params.schema.d.ts +0 -10
  389. package/build/v1/blog/schemas/route-params.schema.js +1 -10
  390. package/build/v1/blog/schemas/route-params.schema.js.map +1 -0
  391. package/build/v1/blog/schemas/update-category-request.schema.d.ts +0 -4
  392. package/build/v1/blog/schemas/update-category-request.schema.js +1 -4
  393. package/build/v1/blog/schemas/update-category-request.schema.js.map +1 -0
  394. package/build/v1/blog/schemas/update-post-request.schema.d.ts +0 -4
  395. package/build/v1/blog/schemas/update-post-request.schema.js +1 -4
  396. package/build/v1/blog/schemas/update-post-request.schema.js.map +1 -0
  397. package/build/v1/chat/chat.errors.js +1 -0
  398. package/build/v1/chat/chat.errors.js.map +1 -0
  399. package/build/v1/chat/commands/create-reg-chat.command.d.ts +0 -4
  400. package/build/v1/chat/commands/create-reg-chat.command.js +1 -4
  401. package/build/v1/chat/commands/create-reg-chat.command.js.map +1 -0
  402. package/build/v1/chat/commands/create-unreg-chat.command.d.ts +0 -4
  403. package/build/v1/chat/commands/create-unreg-chat.command.js +1 -4
  404. package/build/v1/chat/commands/create-unreg-chat.command.js.map +1 -0
  405. package/build/v1/chat/commands/delete-chat.command.d.ts +0 -4
  406. package/build/v1/chat/commands/delete-chat.command.js +1 -4
  407. package/build/v1/chat/commands/delete-chat.command.js.map +1 -0
  408. package/build/v1/chat/commands/index.js +1 -0
  409. package/build/v1/chat/commands/index.js.map +1 -0
  410. package/build/v1/chat/commands/update-chat-title.command.d.ts +0 -4
  411. package/build/v1/chat/commands/update-chat-title.command.js +1 -4
  412. package/build/v1/chat/commands/update-chat-title.command.js.map +1 -0
  413. package/build/v1/chat/commands/update-chat.command.d.ts +0 -4
  414. package/build/v1/chat/commands/update-chat.command.js +1 -4
  415. package/build/v1/chat/commands/update-chat.command.js.map +1 -0
  416. package/build/v1/chat/index.js +1 -0
  417. package/build/v1/chat/index.js.map +1 -0
  418. package/build/v1/chat/queries/get-chat-history.query.d.ts +0 -4
  419. package/build/v1/chat/queries/get-chat-history.query.js +1 -4
  420. package/build/v1/chat/queries/get-chat-history.query.js.map +1 -0
  421. package/build/v1/chat/queries/get-last-active-chat.query.d.ts +0 -4
  422. package/build/v1/chat/queries/get-last-active-chat.query.js +1 -4
  423. package/build/v1/chat/queries/get-last-active-chat.query.js.map +1 -0
  424. package/build/v1/chat/queries/get-reg-chat.query.d.ts +0 -4
  425. package/build/v1/chat/queries/get-reg-chat.query.js +1 -4
  426. package/build/v1/chat/queries/get-reg-chat.query.js.map +1 -0
  427. package/build/v1/chat/queries/get-unreg-chat.query.d.ts +0 -4
  428. package/build/v1/chat/queries/get-unreg-chat.query.js +1 -4
  429. package/build/v1/chat/queries/get-unreg-chat.query.js.map +1 -0
  430. package/build/v1/chat/queries/index.js +1 -0
  431. package/build/v1/chat/queries/index.js.map +1 -0
  432. package/build/v1/chat/schemas/chat-history.schema.d.ts +0 -22
  433. package/build/v1/chat/schemas/chat-history.schema.js +2 -23
  434. package/build/v1/chat/schemas/chat-history.schema.js.map +1 -0
  435. package/build/v1/chat/schemas/chat-id-param.schema.d.ts +0 -4
  436. package/build/v1/chat/schemas/chat-id-param.schema.js +1 -4
  437. package/build/v1/chat/schemas/chat-id-param.schema.js.map +1 -0
  438. package/build/v1/chat/schemas/chat-response.schema.js +1 -0
  439. package/build/v1/chat/schemas/chat-response.schema.js.map +1 -0
  440. package/build/v1/chat/schemas/chat-status.enum.d.ts +0 -3
  441. package/build/v1/chat/schemas/chat-status.enum.js +1 -3
  442. package/build/v1/chat/schemas/chat-status.enum.js.map +1 -0
  443. package/build/v1/chat/schemas/chat-with-messages-response.schema.js +1 -0
  444. package/build/v1/chat/schemas/chat-with-messages-response.schema.js.map +1 -0
  445. package/build/v1/chat/schemas/create-chat-request.schema.d.ts +0 -4
  446. package/build/v1/chat/schemas/create-chat-request.schema.js +1 -4
  447. package/build/v1/chat/schemas/create-chat-request.schema.js.map +1 -0
  448. package/build/v1/chat/schemas/delete-chat-response.schema.js +1 -0
  449. package/build/v1/chat/schemas/delete-chat-response.schema.js.map +1 -0
  450. package/build/v1/chat/schemas/index.js +1 -0
  451. package/build/v1/chat/schemas/index.js.map +1 -0
  452. package/build/v1/chat/schemas/page-id-param.schema.d.ts +0 -4
  453. package/build/v1/chat/schemas/page-id-param.schema.js +1 -4
  454. package/build/v1/chat/schemas/page-id-param.schema.js.map +1 -0
  455. package/build/v1/chat/schemas/update-chat-request.schema.d.ts +0 -4
  456. package/build/v1/chat/schemas/update-chat-request.schema.js +1 -4
  457. package/build/v1/chat/schemas/update-chat-request.schema.js.map +1 -0
  458. package/build/v1/chat/schemas/update-chat-title-request.schema.d.ts +0 -4
  459. package/build/v1/chat/schemas/update-chat-title-request.schema.js +1 -4
  460. package/build/v1/chat/schemas/update-chat-title-request.schema.js.map +1 -0
  461. package/build/v1/chat-project/chat-project.errors.js +1 -0
  462. package/build/v1/chat-project/chat-project.errors.js.map +1 -0
  463. package/build/v1/chat-project/commands/create-project.command.js +1 -0
  464. package/build/v1/chat-project/commands/create-project.command.js.map +1 -0
  465. package/build/v1/chat-project/commands/delete-project.command.js +1 -0
  466. package/build/v1/chat-project/commands/delete-project.command.js.map +1 -0
  467. package/build/v1/chat-project/commands/index.js +1 -0
  468. package/build/v1/chat-project/commands/index.js.map +1 -0
  469. package/build/v1/chat-project/commands/update-project.command.js +1 -0
  470. package/build/v1/chat-project/commands/update-project.command.js.map +1 -0
  471. package/build/v1/chat-project/events/folder-deleted.event.d.ts +0 -5
  472. package/build/v1/chat-project/events/folder-deleted.event.js +1 -0
  473. package/build/v1/chat-project/events/folder-deleted.event.js.map +1 -0
  474. package/build/v1/chat-project/events/index.js +1 -0
  475. package/build/v1/chat-project/events/index.js.map +1 -0
  476. package/build/v1/chat-project/index.js +1 -0
  477. package/build/v1/chat-project/index.js.map +1 -0
  478. package/build/v1/chat-project/queries/get-project-chats.query.d.ts +0 -4
  479. package/build/v1/chat-project/queries/get-project-chats.query.js +1 -4
  480. package/build/v1/chat-project/queries/get-project-chats.query.js.map +1 -0
  481. package/build/v1/chat-project/queries/get-project.query.js +1 -0
  482. package/build/v1/chat-project/queries/get-project.query.js.map +1 -0
  483. package/build/v1/chat-project/queries/get-projects.query.js +1 -0
  484. package/build/v1/chat-project/queries/get-projects.query.js.map +1 -0
  485. package/build/v1/chat-project/queries/index.js +1 -0
  486. package/build/v1/chat-project/queries/index.js.map +1 -0
  487. package/build/v1/chat-project/schemas/chat-project-status.enum.d.ts +0 -3
  488. package/build/v1/chat-project/schemas/chat-project-status.enum.js +1 -3
  489. package/build/v1/chat-project/schemas/chat-project-status.enum.js.map +1 -0
  490. package/build/v1/chat-project/schemas/create-project-request.schema.d.ts +0 -4
  491. package/build/v1/chat-project/schemas/create-project-request.schema.js +1 -4
  492. package/build/v1/chat-project/schemas/create-project-request.schema.js.map +1 -0
  493. package/build/v1/chat-project/schemas/get-project-chats.schema.d.ts +0 -10
  494. package/build/v1/chat-project/schemas/get-project-chats.schema.js +1 -10
  495. package/build/v1/chat-project/schemas/get-project-chats.schema.js.map +1 -0
  496. package/build/v1/chat-project/schemas/index.js +1 -0
  497. package/build/v1/chat-project/schemas/index.js.map +1 -0
  498. package/build/v1/chat-project/schemas/project-response.schema.d.ts +0 -3
  499. package/build/v1/chat-project/schemas/project-response.schema.js +1 -3
  500. package/build/v1/chat-project/schemas/project-response.schema.js.map +1 -0
  501. package/build/v1/chat-project/schemas/route-params.schema.d.ts +0 -4
  502. package/build/v1/chat-project/schemas/route-params.schema.js +1 -4
  503. package/build/v1/chat-project/schemas/route-params.schema.js.map +1 -0
  504. package/build/v1/chat-project/schemas/update-project-request.schema.d.ts +0 -4
  505. package/build/v1/chat-project/schemas/update-project-request.schema.js +1 -4
  506. package/build/v1/chat-project/schemas/update-project-request.schema.js.map +1 -0
  507. package/build/v1/email/email.errors.js +1 -0
  508. package/build/v1/email/email.errors.js.map +1 -0
  509. package/build/v1/email/index.js +1 -0
  510. package/build/v1/email/index.js.map +1 -0
  511. package/build/v1/email-validation/email-validation.errors.d.ts +0 -3
  512. package/build/v1/email-validation/email-validation.errors.js +1 -3
  513. package/build/v1/email-validation/email-validation.errors.js.map +1 -0
  514. package/build/v1/email-validation/index.js +1 -0
  515. package/build/v1/email-validation/index.js.map +1 -0
  516. package/build/v1/file/commands/delete-file-by-key.command.js +1 -2
  517. package/build/v1/file/commands/delete-file-by-key.command.js.map +1 -0
  518. package/build/v1/file/commands/delete-file.command.js +1 -2
  519. package/build/v1/file/commands/delete-file.command.js.map +1 -0
  520. package/build/v1/file/commands/index.js +1 -0
  521. package/build/v1/file/commands/index.js.map +1 -0
  522. package/build/v1/file/commands/upload-file.command.js +1 -2
  523. package/build/v1/file/commands/upload-file.command.js.map +1 -0
  524. package/build/v1/file/commands/upload-image.command.js +1 -2
  525. package/build/v1/file/commands/upload-image.command.js.map +1 -0
  526. package/build/v1/file/file.errors.js +1 -10
  527. package/build/v1/file/file.errors.js.map +1 -0
  528. package/build/v1/file/index.js +1 -1
  529. package/build/v1/file/index.js.map +1 -0
  530. package/build/v1/file/queries/get-file.query.js +1 -2
  531. package/build/v1/file/queries/get-file.query.js.map +1 -0
  532. package/build/v1/file/queries/index.js +1 -0
  533. package/build/v1/file/queries/index.js.map +1 -0
  534. package/build/v1/file/queries/list-files.query.js +1 -2
  535. package/build/v1/file/queries/list-files.query.js.map +1 -0
  536. package/build/v1/file/queries/list-folders.query.js +1 -2
  537. package/build/v1/file/queries/list-folders.query.js.map +1 -0
  538. package/build/v1/file/schemas/delete-file-by-key-request.schema.d.ts +0 -4
  539. package/build/v1/file/schemas/delete-file-by-key-request.schema.js +1 -4
  540. package/build/v1/file/schemas/delete-file-by-key-request.schema.js.map +1 -0
  541. package/build/v1/file/schemas/delete-file-response.schema.d.ts +0 -6
  542. package/build/v1/file/schemas/delete-file-response.schema.js +1 -6
  543. package/build/v1/file/schemas/delete-file-response.schema.js.map +1 -0
  544. package/build/v1/file/schemas/file-category.enum.d.ts +0 -3
  545. package/build/v1/file/schemas/file-category.enum.js +1 -3
  546. package/build/v1/file/schemas/file-category.enum.js.map +1 -0
  547. package/build/v1/file/schemas/file-response.schema.d.ts +0 -3
  548. package/build/v1/file/schemas/file-response.schema.js +1 -3
  549. package/build/v1/file/schemas/file-response.schema.js.map +1 -0
  550. package/build/v1/file/schemas/file-status.enum.d.ts +0 -3
  551. package/build/v1/file/schemas/file-status.enum.js +1 -3
  552. package/build/v1/file/schemas/file-status.enum.js.map +1 -0
  553. package/build/v1/file/schemas/file-variant-response.schema.d.ts +0 -3
  554. package/build/v1/file/schemas/file-variant-response.schema.js +1 -3
  555. package/build/v1/file/schemas/file-variant-response.schema.js.map +1 -0
  556. package/build/v1/file/schemas/file-with-variants-response.schema.d.ts +0 -3
  557. package/build/v1/file/schemas/file-with-variants-response.schema.js +1 -3
  558. package/build/v1/file/schemas/file-with-variants-response.schema.js.map +1 -0
  559. package/build/v1/file/schemas/folder-response.schema.d.ts +0 -6
  560. package/build/v1/file/schemas/folder-response.schema.js +1 -6
  561. package/build/v1/file/schemas/folder-response.schema.js.map +1 -0
  562. package/build/v1/file/schemas/image-format.enum.d.ts +0 -3
  563. package/build/v1/file/schemas/image-format.enum.js +1 -3
  564. package/build/v1/file/schemas/image-format.enum.js.map +1 -0
  565. package/build/v1/file/schemas/index.js +1 -5
  566. package/build/v1/file/schemas/index.js.map +1 -0
  567. package/build/v1/file/schemas/list-files-request.schema.d.ts +0 -4
  568. package/build/v1/file/schemas/list-files-request.schema.js +1 -4
  569. package/build/v1/file/schemas/list-files-request.schema.js.map +1 -0
  570. package/build/v1/file/schemas/list-files-response.schema.d.ts +0 -3
  571. package/build/v1/file/schemas/list-files-response.schema.js +1 -3
  572. package/build/v1/file/schemas/list-files-response.schema.js.map +1 -0
  573. package/build/v1/file/schemas/list-folders-request.schema.d.ts +0 -3
  574. package/build/v1/file/schemas/list-folders-request.schema.js +1 -3
  575. package/build/v1/file/schemas/list-folders-request.schema.js.map +1 -0
  576. package/build/v1/file/schemas/upload-file-request.schema.d.ts +0 -4
  577. package/build/v1/file/schemas/upload-file-request.schema.js +1 -4
  578. package/build/v1/file/schemas/upload-file-request.schema.js.map +1 -0
  579. package/build/v1/file/schemas/upload-file-response.schema.d.ts +0 -3
  580. package/build/v1/file/schemas/upload-file-response.schema.js +1 -3
  581. package/build/v1/file/schemas/upload-file-response.schema.js.map +1 -0
  582. package/build/v1/file/schemas/upload-image-request.schema.d.ts +0 -10
  583. package/build/v1/file/schemas/upload-image-request.schema.js +3 -12
  584. package/build/v1/file/schemas/upload-image-request.schema.js.map +1 -0
  585. package/build/v1/file/schemas/upload-image-response.schema.d.ts +0 -3
  586. package/build/v1/file/schemas/upload-image-response.schema.js +2 -9
  587. package/build/v1/file/schemas/upload-image-response.schema.js.map +1 -0
  588. package/build/v1/index.js +1 -0
  589. package/build/v1/index.js.map +1 -0
  590. package/build/v1/message/commands/create-message.command.d.ts +0 -37
  591. package/build/v1/message/commands/create-message.command.js +1 -37
  592. package/build/v1/message/commands/create-message.command.js.map +1 -0
  593. package/build/v1/message/commands/index.js +1 -0
  594. package/build/v1/message/commands/index.js.map +1 -0
  595. package/build/v1/message/commands/rate-message-reg.command.js +1 -0
  596. package/build/v1/message/commands/rate-message-reg.command.js.map +1 -0
  597. package/build/v1/message/commands/rate-message-unreg.command.js +1 -0
  598. package/build/v1/message/commands/rate-message-unreg.command.js.map +1 -0
  599. package/build/v1/message/index.js +1 -0
  600. package/build/v1/message/index.js.map +1 -0
  601. package/build/v1/message/message.errors.js +1 -0
  602. package/build/v1/message/message.errors.js.map +1 -0
  603. package/build/v1/message/schemas/citation.schema.d.ts +0 -3
  604. package/build/v1/message/schemas/citation.schema.js +1 -8
  605. package/build/v1/message/schemas/citation.schema.js.map +1 -0
  606. package/build/v1/message/schemas/create-message-request.schema.d.ts +0 -4
  607. package/build/v1/message/schemas/create-message-request.schema.js +1 -4
  608. package/build/v1/message/schemas/create-message-request.schema.js.map +1 -0
  609. package/build/v1/message/schemas/create-message-response.schema.js +1 -0
  610. package/build/v1/message/schemas/create-message-response.schema.js.map +1 -0
  611. package/build/v1/message/schemas/delete-message.schema.d.ts +0 -4
  612. package/build/v1/message/schemas/delete-message.schema.js +1 -4
  613. package/build/v1/message/schemas/delete-message.schema.js.map +1 -0
  614. package/build/v1/message/schemas/generation-step.schema.d.ts +0 -8
  615. package/build/v1/message/schemas/generation-step.schema.js +1 -15
  616. package/build/v1/message/schemas/generation-step.schema.js.map +1 -0
  617. package/build/v1/message/schemas/index.js +1 -0
  618. package/build/v1/message/schemas/index.js.map +1 -0
  619. package/build/v1/message/schemas/message-attachment.schema.d.ts +0 -11
  620. package/build/v1/message/schemas/message-attachment.schema.js +1 -14
  621. package/build/v1/message/schemas/message-attachment.schema.js.map +1 -0
  622. package/build/v1/message/schemas/message-meta.schema.d.ts +0 -10
  623. package/build/v1/message/schemas/message-meta.schema.js +1 -17
  624. package/build/v1/message/schemas/message-meta.schema.js.map +1 -0
  625. package/build/v1/message/schemas/message-response.schema.js +1 -0
  626. package/build/v1/message/schemas/message-response.schema.js.map +1 -0
  627. package/build/v1/message/schemas/message-role.enum.js +1 -0
  628. package/build/v1/message/schemas/message-role.enum.js.map +1 -0
  629. package/build/v1/message/schemas/message-status.enum.js +1 -0
  630. package/build/v1/message/schemas/message-status.enum.js.map +1 -0
  631. package/build/v1/message/schemas/rate-message.schema.d.ts +0 -8
  632. package/build/v1/message/schemas/rate-message.schema.js +1 -8
  633. package/build/v1/message/schemas/rate-message.schema.js.map +1 -0
  634. package/build/v1/message/schemas/stream-events.schema.d.ts +0 -52
  635. package/build/v1/message/schemas/stream-events.schema.js +1 -81
  636. package/build/v1/message/schemas/stream-events.schema.js.map +1 -0
  637. package/build/v1/message/schemas/user-rating.enum.js +1 -0
  638. package/build/v1/message/schemas/user-rating.enum.js.map +1 -0
  639. package/build/v1/notifications/index.js +1 -0
  640. package/build/v1/notifications/index.js.map +1 -0
  641. package/build/v1/notifications/notifications.errors.d.ts +0 -7
  642. package/build/v1/notifications/notifications.errors.js +1 -18
  643. package/build/v1/notifications/notifications.errors.js.map +1 -0
  644. package/build/v1/notifications/schemas/email-template.enum.d.ts +0 -4
  645. package/build/v1/notifications/schemas/email-template.enum.js +1 -8
  646. package/build/v1/notifications/schemas/email-template.enum.js.map +1 -0
  647. package/build/v1/notifications/schemas/index.js +1 -0
  648. package/build/v1/notifications/schemas/index.js.map +1 -0
  649. package/build/v1/notifications/schemas/notification-status.enum.d.ts +4 -8
  650. package/build/v1/notifications/schemas/notification-status.enum.js +1 -4
  651. package/build/v1/notifications/schemas/notification-status.enum.js.map +1 -0
  652. package/build/v1/notifications/schemas/notification-type.enum.d.ts +0 -4
  653. package/build/v1/notifications/schemas/notification-type.enum.js +1 -6
  654. package/build/v1/notifications/schemas/notification-type.enum.js.map +1 -0
  655. package/build/v1/page-hints/admin/commands/create-hint.command.js +1 -0
  656. package/build/v1/page-hints/admin/commands/create-hint.command.js.map +1 -0
  657. package/build/v1/page-hints/admin/commands/delete-hint.command.js +1 -0
  658. package/build/v1/page-hints/admin/commands/delete-hint.command.js.map +1 -0
  659. package/build/v1/page-hints/admin/commands/index.js +1 -0
  660. package/build/v1/page-hints/admin/commands/index.js.map +1 -0
  661. package/build/v1/page-hints/admin/commands/update-hint.command.js +1 -0
  662. package/build/v1/page-hints/admin/commands/update-hint.command.js.map +1 -0
  663. package/build/v1/page-hints/admin/queries/get-hint.query.js +1 -0
  664. package/build/v1/page-hints/admin/queries/get-hint.query.js.map +1 -0
  665. package/build/v1/page-hints/admin/queries/get-hints.query.js +1 -0
  666. package/build/v1/page-hints/admin/queries/get-hints.query.js.map +1 -0
  667. package/build/v1/page-hints/admin/queries/index.js +1 -0
  668. package/build/v1/page-hints/admin/queries/index.js.map +1 -0
  669. package/build/v1/page-hints/index.d.ts +0 -3
  670. package/build/v1/page-hints/index.js +1 -7
  671. package/build/v1/page-hints/index.js.map +1 -0
  672. package/build/v1/page-hints/page-hints.errors.js +1 -3
  673. package/build/v1/page-hints/page-hints.errors.js.map +1 -0
  674. package/build/v1/page-hints/schemas/create-hint-request.schema.d.ts +0 -4
  675. package/build/v1/page-hints/schemas/create-hint-request.schema.js +1 -4
  676. package/build/v1/page-hints/schemas/create-hint-request.schema.js.map +1 -0
  677. package/build/v1/page-hints/schemas/hint-response.schema.d.ts +0 -6
  678. package/build/v1/page-hints/schemas/hint-response.schema.js +1 -6
  679. package/build/v1/page-hints/schemas/hint-response.schema.js.map +1 -0
  680. package/build/v1/page-hints/schemas/index.js +1 -0
  681. package/build/v1/page-hints/schemas/index.js.map +1 -0
  682. package/build/v1/page-hints/schemas/update-hint-request.schema.d.ts +0 -4
  683. package/build/v1/page-hints/schemas/update-hint-request.schema.js +1 -4
  684. package/build/v1/page-hints/schemas/update-hint-request.schema.js.map +1 -0
  685. package/build/v1/registration-antifraud/enums/fraud-check-result.enum.js +1 -0
  686. package/build/v1/registration-antifraud/enums/fraud-check-result.enum.js.map +1 -0
  687. package/build/v1/registration-antifraud/enums/fraud-reason.enum.js +1 -0
  688. package/build/v1/registration-antifraud/enums/fraud-reason.enum.js.map +1 -0
  689. package/build/v1/registration-antifraud/enums/index.js +1 -0
  690. package/build/v1/registration-antifraud/enums/index.js.map +1 -0
  691. package/build/v1/registration-antifraud/index.js +1 -0
  692. package/build/v1/registration-antifraud/index.js.map +1 -0
  693. package/build/v1/registration-antifraud/registration-antifraud.errors.js +1 -0
  694. package/build/v1/registration-antifraud/registration-antifraud.errors.js.map +1 -0
  695. package/build/v1/s2s/index.js +1 -0
  696. package/build/v1/s2s/index.js.map +1 -0
  697. package/build/v1/s2s/queries/get-user-by-session.query.js +1 -0
  698. package/build/v1/s2s/queries/get-user-by-session.query.js.map +1 -0
  699. package/build/v1/s2s/queries/index.js +1 -0
  700. package/build/v1/s2s/queries/index.js.map +1 -0
  701. package/build/v1/s2s/s2s.errors.js +1 -0
  702. package/build/v1/s2s/s2s.errors.js.map +1 -0
  703. package/build/v1/s2s/schemas/index.js +1 -0
  704. package/build/v1/s2s/schemas/index.js.map +1 -0
  705. package/build/v1/s2s/schemas/s2s-user-response.schema.d.ts +0 -4
  706. package/build/v1/s2s/schemas/s2s-user-response.schema.js +1 -4
  707. package/build/v1/s2s/schemas/s2s-user-response.schema.js.map +1 -0
  708. package/build/v1/s2s/schemas/session-id-param.schema.d.ts +0 -4
  709. package/build/v1/s2s/schemas/session-id-param.schema.js +1 -4
  710. package/build/v1/s2s/schemas/session-id-param.schema.js.map +1 -0
  711. package/build/v1/s3/index.js +1 -0
  712. package/build/v1/s3/index.js.map +1 -0
  713. package/build/v1/s3/s3.errors.d.ts +0 -6
  714. package/build/v1/s3/s3.errors.js +1 -6
  715. package/build/v1/s3/s3.errors.js.map +1 -0
  716. package/build/v1/seo-pages/admin/commands/create-page.command.js +1 -0
  717. package/build/v1/seo-pages/admin/commands/create-page.command.js.map +1 -0
  718. package/build/v1/seo-pages/admin/commands/delete-page.command.js +1 -0
  719. package/build/v1/seo-pages/admin/commands/delete-page.command.js.map +1 -0
  720. package/build/v1/seo-pages/admin/commands/index.d.ts +0 -3
  721. package/build/v1/seo-pages/admin/commands/index.js +1 -3
  722. package/build/v1/seo-pages/admin/commands/index.js.map +1 -0
  723. package/build/v1/seo-pages/admin/commands/update-page.command.js +1 -0
  724. package/build/v1/seo-pages/admin/commands/update-page.command.js.map +1 -0
  725. package/build/v1/seo-pages/admin/queries/get-page.query.js +1 -0
  726. package/build/v1/seo-pages/admin/queries/get-page.query.js.map +1 -0
  727. package/build/v1/seo-pages/admin/queries/get-pages.query.js +1 -0
  728. package/build/v1/seo-pages/admin/queries/get-pages.query.js.map +1 -0
  729. package/build/v1/seo-pages/admin/queries/index.d.ts +0 -3
  730. package/build/v1/seo-pages/admin/queries/index.js +1 -3
  731. package/build/v1/seo-pages/admin/queries/index.js.map +1 -0
  732. package/build/v1/seo-pages/index.d.ts +0 -3
  733. package/build/v1/seo-pages/index.js +1 -8
  734. package/build/v1/seo-pages/index.js.map +1 -0
  735. package/build/v1/seo-pages/public/queries/get-hierarchy-list.query.js +1 -0
  736. package/build/v1/seo-pages/public/queries/get-hierarchy-list.query.js.map +1 -0
  737. package/build/v1/seo-pages/public/queries/get-index-page.query.js +1 -0
  738. package/build/v1/seo-pages/public/queries/get-index-page.query.js.map +1 -0
  739. package/build/v1/seo-pages/public/queries/get-page-by-alias.query.js +1 -0
  740. package/build/v1/seo-pages/public/queries/get-page-by-alias.query.js.map +1 -0
  741. package/build/v1/seo-pages/public/queries/index.d.ts +0 -3
  742. package/build/v1/seo-pages/public/queries/index.js +1 -3
  743. package/build/v1/seo-pages/public/queries/index.js.map +1 -0
  744. package/build/v1/seo-pages/schemas/create-page-request.schema.d.ts +0 -4
  745. package/build/v1/seo-pages/schemas/create-page-request.schema.js +1 -5
  746. package/build/v1/seo-pages/schemas/create-page-request.schema.js.map +1 -0
  747. package/build/v1/seo-pages/schemas/faq.schema.d.ts +0 -8
  748. package/build/v1/seo-pages/schemas/faq.schema.js +1 -8
  749. package/build/v1/seo-pages/schemas/faq.schema.js.map +1 -0
  750. package/build/v1/seo-pages/schemas/index.d.ts +0 -3
  751. package/build/v1/seo-pages/schemas/index.js +1 -3
  752. package/build/v1/seo-pages/schemas/index.js.map +1 -0
  753. package/build/v1/seo-pages/schemas/page-hierarchy.schema.d.ts +0 -12
  754. package/build/v1/seo-pages/schemas/page-hierarchy.schema.js +1 -12
  755. package/build/v1/seo-pages/schemas/page-hierarchy.schema.js.map +1 -0
  756. package/build/v1/seo-pages/schemas/page-response.schema.d.ts +0 -9
  757. package/build/v1/seo-pages/schemas/page-response.schema.js +1 -11
  758. package/build/v1/seo-pages/schemas/page-response.schema.js.map +1 -0
  759. package/build/v1/seo-pages/schemas/page-type.enum.d.ts +0 -6
  760. package/build/v1/seo-pages/schemas/page-type.enum.js +1 -6
  761. package/build/v1/seo-pages/schemas/page-type.enum.js.map +1 -0
  762. package/build/v1/seo-pages/schemas/update-page-request.schema.d.ts +0 -4
  763. package/build/v1/seo-pages/schemas/update-page-request.schema.js +1 -5
  764. package/build/v1/seo-pages/schemas/update-page-request.schema.js.map +1 -0
  765. package/build/v1/seo-pages/seo-pages.errors.js +1 -2
  766. package/build/v1/seo-pages/seo-pages.errors.js.map +1 -0
  767. package/build/v1/sitemap/index.js +1 -0
  768. package/build/v1/sitemap/index.js.map +1 -0
  769. package/build/v1/sitemap/sitemap-changefreq.enum.js +1 -0
  770. package/build/v1/sitemap/sitemap-changefreq.enum.js.map +1 -0
  771. package/build/v1/telegram-auth/commands/index.js +1 -0
  772. package/build/v1/telegram-auth/commands/index.js.map +1 -0
  773. package/build/v1/telegram-auth/index.js +1 -1
  774. package/build/v1/telegram-auth/index.js.map +1 -0
  775. package/build/v1/telegram-auth/queries/index.js +1 -0
  776. package/build/v1/telegram-auth/queries/index.js.map +1 -0
  777. package/build/v1/telegram-auth/schemas/index.js +1 -0
  778. package/build/v1/telegram-auth/schemas/index.js.map +1 -0
  779. package/build/v1/telegram-auth/schemas/telegram-auth-exchange-request.schema.js +1 -0
  780. package/build/v1/telegram-auth/schemas/telegram-auth-exchange-request.schema.js.map +1 -0
  781. package/build/v1/telegram-auth/schemas/telegram-auth-exchange-response.schema.js +1 -0
  782. package/build/v1/telegram-auth/schemas/telegram-auth-exchange-response.schema.js.map +1 -0
  783. package/build/v1/telegram-auth/schemas/telegram-auth-init-response.schema.js +1 -0
  784. package/build/v1/telegram-auth/schemas/telegram-auth-init-response.schema.js.map +1 -0
  785. package/build/v1/telegram-auth/schemas/telegram-auth-status-response.schema.js +1 -0
  786. package/build/v1/telegram-auth/schemas/telegram-auth-status-response.schema.js.map +1 -0
  787. package/build/v1/telegram-auth/schemas/telegram-auth-status.enum.js +1 -0
  788. package/build/v1/telegram-auth/schemas/telegram-auth-status.enum.js.map +1 -0
  789. package/build/v1/telegram-auth/telegram-auth.errors.js +1 -0
  790. package/build/v1/telegram-auth/telegram-auth.errors.js.map +1 -0
  791. package/build/v1/telegram-profile/index.js +1 -0
  792. package/build/v1/telegram-profile/index.js.map +1 -0
  793. package/build/v1/telegram-profile/telegram-profile.errors.js +1 -0
  794. package/build/v1/telegram-profile/telegram-profile.errors.js.map +1 -0
  795. package/build/v1/unregistered-users/commands/authenticate.command.js +1 -0
  796. package/build/v1/unregistered-users/commands/authenticate.command.js.map +1 -0
  797. package/build/v1/unregistered-users/commands/index.js +1 -0
  798. package/build/v1/unregistered-users/commands/index.js.map +1 -0
  799. package/build/v1/unregistered-users/index.js +1 -0
  800. package/build/v1/unregistered-users/index.js.map +1 -0
  801. package/build/v1/unregistered-users/schemas/authenticate-request.schema.d.ts +0 -8
  802. package/build/v1/unregistered-users/schemas/authenticate-request.schema.js +1 -8
  803. package/build/v1/unregistered-users/schemas/authenticate-request.schema.js.map +1 -0
  804. package/build/v1/unregistered-users/schemas/authenticate-response.schema.d.ts +0 -3
  805. package/build/v1/unregistered-users/schemas/authenticate-response.schema.js +1 -3
  806. package/build/v1/unregistered-users/schemas/authenticate-response.schema.js.map +1 -0
  807. package/build/v1/unregistered-users/schemas/index.js +1 -0
  808. package/build/v1/unregistered-users/schemas/index.js.map +1 -0
  809. package/build/v1/unregistered-users/schemas/unreg-user-status.enum.d.ts +0 -3
  810. package/build/v1/unregistered-users/schemas/unreg-user-status.enum.js +1 -3
  811. package/build/v1/unregistered-users/schemas/unreg-user-status.enum.js.map +1 -0
  812. package/build/v1/unregistered-users/unregistered-users.errors.js +1 -0
  813. package/build/v1/unregistered-users/unregistered-users.errors.js.map +1 -0
  814. package/build/v1/users/commands/change-password.command.js +1 -0
  815. package/build/v1/users/commands/change-password.command.js.map +1 -0
  816. package/build/v1/users/commands/delete-account-complete.command.js +1 -0
  817. package/build/v1/users/commands/delete-account-complete.command.js.map +1 -0
  818. package/build/v1/users/commands/delete-account-start.command.js +1 -0
  819. package/build/v1/users/commands/delete-account-start.command.js.map +1 -0
  820. package/build/v1/users/commands/delete-account-verify.command.js +1 -0
  821. package/build/v1/users/commands/delete-account-verify.command.js.map +1 -0
  822. package/build/v1/users/commands/delete-account.command.js +1 -0
  823. package/build/v1/users/commands/delete-account.command.js.map +1 -0
  824. package/build/v1/users/commands/email-change-complete.command.js +1 -0
  825. package/build/v1/users/commands/email-change-complete.command.js.map +1 -0
  826. package/build/v1/users/commands/email-change-start.command.js +1 -0
  827. package/build/v1/users/commands/email-change-start.command.js.map +1 -0
  828. package/build/v1/users/commands/email-change-verify.command.js +1 -0
  829. package/build/v1/users/commands/email-change-verify.command.js.map +1 -0
  830. package/build/v1/users/commands/index.js +1 -0
  831. package/build/v1/users/commands/index.js.map +1 -0
  832. package/build/v1/users/commands/password-change-complete.command.js +1 -0
  833. package/build/v1/users/commands/password-change-complete.command.js.map +1 -0
  834. package/build/v1/users/commands/password-change-start.command.js +1 -0
  835. package/build/v1/users/commands/password-change-start.command.js.map +1 -0
  836. package/build/v1/users/commands/password-change-verify.command.js +1 -0
  837. package/build/v1/users/commands/password-change-verify.command.js.map +1 -0
  838. package/build/v1/users/commands/toggle-marketing-consent.command.js +1 -0
  839. package/build/v1/users/commands/toggle-marketing-consent.command.js.map +1 -0
  840. package/build/v1/users/commands/update-profile.command.js +1 -0
  841. package/build/v1/users/commands/update-profile.command.js.map +1 -0
  842. package/build/v1/users/index.js +1 -1
  843. package/build/v1/users/index.js.map +1 -0
  844. package/build/v1/users/queries/delete-account-status.query.js +1 -0
  845. package/build/v1/users/queries/delete-account-status.query.js.map +1 -0
  846. package/build/v1/users/queries/email-change-status.query.js +1 -0
  847. package/build/v1/users/queries/email-change-status.query.js.map +1 -0
  848. package/build/v1/users/queries/get-current-user.query.js +1 -0
  849. package/build/v1/users/queries/get-current-user.query.js.map +1 -0
  850. package/build/v1/users/queries/index.js +1 -0
  851. package/build/v1/users/queries/index.js.map +1 -0
  852. package/build/v1/users/queries/password-change-status.query.js +1 -0
  853. package/build/v1/users/queries/password-change-status.query.js.map +1 -0
  854. package/build/v1/users/schemas/change-password-request.schema.d.ts +0 -4
  855. package/build/v1/users/schemas/change-password-request.schema.js +1 -4
  856. package/build/v1/users/schemas/change-password-request.schema.js.map +1 -0
  857. package/build/v1/users/schemas/delete-account-request.schema.d.ts +0 -3
  858. package/build/v1/users/schemas/delete-account-request.schema.js +1 -3
  859. package/build/v1/users/schemas/delete-account-request.schema.js.map +1 -0
  860. package/build/v1/users/schemas/delete-account-start-request.schema.d.ts +0 -4
  861. package/build/v1/users/schemas/delete-account-start-request.schema.js +1 -4
  862. package/build/v1/users/schemas/delete-account-start-request.schema.js.map +1 -0
  863. package/build/v1/users/schemas/email-change-start-request.schema.d.ts +0 -4
  864. package/build/v1/users/schemas/email-change-start-request.schema.js +1 -4
  865. package/build/v1/users/schemas/email-change-start-request.schema.js.map +1 -0
  866. package/build/v1/users/schemas/index.js +1 -0
  867. package/build/v1/users/schemas/index.js.map +1 -0
  868. package/build/v1/users/schemas/password-change-complete-request.schema.d.ts +0 -4
  869. package/build/v1/users/schemas/password-change-complete-request.schema.js +1 -4
  870. package/build/v1/users/schemas/password-change-complete-request.schema.js.map +1 -0
  871. package/build/v1/users/schemas/password-change-start-request.schema.d.ts +0 -4
  872. package/build/v1/users/schemas/password-change-start-request.schema.js +1 -4
  873. package/build/v1/users/schemas/password-change-start-request.schema.js.map +1 -0
  874. package/build/v1/users/schemas/register-type.enum.d.ts +0 -3
  875. package/build/v1/users/schemas/register-type.enum.js +1 -3
  876. package/build/v1/users/schemas/register-type.enum.js.map +1 -0
  877. package/build/v1/users/schemas/response-unions.schema.d.ts +0 -3
  878. package/build/v1/users/schemas/response-unions.schema.js +1 -3
  879. package/build/v1/users/schemas/response-unions.schema.js.map +1 -0
  880. package/build/v1/users/schemas/toggle-marketing-consent-request.schema.d.ts +0 -4
  881. package/build/v1/users/schemas/toggle-marketing-consent-request.schema.js +1 -4
  882. package/build/v1/users/schemas/toggle-marketing-consent-request.schema.js.map +1 -0
  883. package/build/v1/users/schemas/update-profile-request.schema.d.ts +0 -4
  884. package/build/v1/users/schemas/update-profile-request.schema.js +1 -4
  885. package/build/v1/users/schemas/update-profile-request.schema.js.map +1 -0
  886. package/build/v1/users/schemas/user-response.schema.d.ts +0 -3
  887. package/build/v1/users/schemas/user-response.schema.js +1 -3
  888. package/build/v1/users/schemas/user-response.schema.js.map +1 -0
  889. package/build/v1/users/users.errors.js +1 -0
  890. package/build/v1/users/users.errors.js.map +1 -0
  891. package/build/v1/verification/commands/cancel-verification.command.js +1 -0
  892. package/build/v1/verification/commands/cancel-verification.command.js.map +1 -0
  893. package/build/v1/verification/commands/index.js +1 -0
  894. package/build/v1/verification/commands/index.js.map +1 -0
  895. package/build/v1/verification/commands/resend.command.js +1 -0
  896. package/build/v1/verification/commands/resend.command.js.map +1 -0
  897. package/build/v1/verification/index.js +1 -0
  898. package/build/v1/verification/index.js.map +1 -0
  899. package/build/v1/verification/queries/get-active-verifications.query.js +1 -0
  900. package/build/v1/verification/queries/get-active-verifications.query.js.map +1 -0
  901. package/build/v1/verification/queries/index.js +1 -0
  902. package/build/v1/verification/queries/index.js.map +1 -0
  903. package/build/v1/verification/schemas/index.js +1 -0
  904. package/build/v1/verification/schemas/index.js.map +1 -0
  905. package/build/v1/verification/schemas/verification-channel.enum.js +1 -0
  906. package/build/v1/verification/schemas/verification-channel.enum.js.map +1 -0
  907. package/build/v1/verification/schemas/verification-complete-request.schema.d.ts +0 -4
  908. package/build/v1/verification/schemas/verification-complete-request.schema.js +1 -4
  909. package/build/v1/verification/schemas/verification-complete-request.schema.js.map +1 -0
  910. package/build/v1/verification/schemas/verification-complete-response.schema.js +1 -0
  911. package/build/v1/verification/schemas/verification-complete-response.schema.js.map +1 -0
  912. package/build/v1/verification/schemas/verification-request-status.enum.js +1 -0
  913. package/build/v1/verification/schemas/verification-request-status.enum.js.map +1 -0
  914. package/build/v1/verification/schemas/verification-resend-request.schema.d.ts +0 -4
  915. package/build/v1/verification/schemas/verification-resend-request.schema.js +1 -4
  916. package/build/v1/verification/schemas/verification-resend-request.schema.js.map +1 -0
  917. package/build/v1/verification/schemas/verification-resend-response.schema.js +1 -0
  918. package/build/v1/verification/schemas/verification-resend-response.schema.js.map +1 -0
  919. package/build/v1/verification/schemas/verification-start-response.schema.js +1 -0
  920. package/build/v1/verification/schemas/verification-start-response.schema.js.map +1 -0
  921. package/build/v1/verification/schemas/verification-status-response.schema.js +1 -0
  922. package/build/v1/verification/schemas/verification-status-response.schema.js.map +1 -0
  923. package/build/v1/verification/schemas/verification-step-status.enum.js +1 -0
  924. package/build/v1/verification/schemas/verification-step-status.enum.js.map +1 -0
  925. package/build/v1/verification/schemas/verification-step.schema.js +1 -0
  926. package/build/v1/verification/schemas/verification-step.schema.js.map +1 -0
  927. package/build/v1/verification/schemas/verification-type.enum.js +1 -0
  928. package/build/v1/verification/schemas/verification-type.enum.js.map +1 -0
  929. package/build/v1/verification/schemas/verification-verify-request.schema.d.ts +0 -4
  930. package/build/v1/verification/schemas/verification-verify-request.schema.js +1 -4
  931. package/build/v1/verification/schemas/verification-verify-request.schema.js.map +1 -0
  932. package/build/v1/verification/schemas/verification-verify-response.schema.js +1 -0
  933. package/build/v1/verification/schemas/verification-verify-response.schema.js.map +1 -0
  934. package/build/v1/verification/verification.errors.js +1 -0
  935. package/build/v1/verification/verification.errors.js.map +1 -0
  936. package/build/v1/wallet/index.js +1 -1
  937. package/build/v1/wallet/index.js.map +1 -0
  938. package/build/v1/wallet/queries/get-balance-summary.query.d.ts +0 -4
  939. package/build/v1/wallet/queries/get-balance-summary.query.js +1 -4
  940. package/build/v1/wallet/queries/get-balance-summary.query.js.map +1 -0
  941. package/build/v1/wallet/queries/index.js +1 -0
  942. package/build/v1/wallet/queries/index.js.map +1 -0
  943. package/build/v1/wallet/schemas/balance-response.schema.d.ts +0 -9
  944. package/build/v1/wallet/schemas/balance-response.schema.js +1 -9
  945. package/build/v1/wallet/schemas/balance-response.schema.js.map +1 -0
  946. package/build/v1/wallet/schemas/balance-status.enum.d.ts +0 -4
  947. package/build/v1/wallet/schemas/balance-status.enum.js +1 -4
  948. package/build/v1/wallet/schemas/balance-status.enum.js.map +1 -0
  949. package/build/v1/wallet/schemas/hold-status.enum.d.ts +0 -4
  950. package/build/v1/wallet/schemas/hold-status.enum.js +1 -4
  951. package/build/v1/wallet/schemas/hold-status.enum.js.map +1 -0
  952. package/build/v1/wallet/schemas/index.js +1 -3
  953. package/build/v1/wallet/schemas/index.js.map +1 -0
  954. package/build/v1/wallet/schemas/initiator-type.enum.d.ts +0 -7
  955. package/build/v1/wallet/schemas/initiator-type.enum.js +1 -7
  956. package/build/v1/wallet/schemas/initiator-type.enum.js.map +1 -0
  957. package/build/v1/wallet/schemas/metadata.schema.d.ts +0 -16
  958. package/build/v1/wallet/schemas/metadata.schema.js +3 -34
  959. package/build/v1/wallet/schemas/metadata.schema.js.map +1 -0
  960. package/build/v1/wallet/schemas/source-type.enum.d.ts +0 -5
  961. package/build/v1/wallet/schemas/source-type.enum.js +1 -5
  962. package/build/v1/wallet/schemas/source-type.enum.js.map +1 -0
  963. package/build/v1/wallet/schemas/transaction-type.enum.d.ts +0 -4
  964. package/build/v1/wallet/schemas/transaction-type.enum.js +1 -4
  965. package/build/v1/wallet/schemas/transaction-type.enum.js.map +1 -0
  966. package/build/v1/wallet/wallet.errors.d.ts +0 -4
  967. package/build/v1/wallet/wallet.errors.js +1 -18
  968. package/build/v1/wallet/wallet.errors.js.map +1 -0
  969. package/package.json +8 -8
@@ -1,8 +1,4 @@
1
1
  import { z } from 'zod';
2
- /**
3
- * Project UUID param schema for route validation
4
- * Error messages: ProjectUuidParam.{field}.{rule}
5
- */
6
2
  export declare const ProjectUuidParamSchema: z.ZodObject<{
7
3
  uuid: z.ZodString;
8
4
  }, z.core.$strip>;
@@ -3,12 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ProjectUuidParamSchema = void 0;
4
4
  const zod_1 = require("zod");
5
5
  const shared_1 = require("../../../shared");
6
- /**
7
- * Project UUID param schema for route validation
8
- * Error messages: ProjectUuidParam.{field}.{rule}
9
- */
10
6
  exports.ProjectUuidParamSchema = zod_1.z.object({
11
7
  uuid: zod_1.z
12
8
  .string({ error: 'ProjectUuidParam.uuid.required' })
13
9
  .regex(shared_1.UUID_REGEX, { message: 'ProjectUuidParam.uuid.invalid' }),
14
10
  });
11
+ //# sourceMappingURL=route-params.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"route-params.schema.js","sourceRoot":"","sources":["../../../../v1/chat-project/schemas/route-params.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,4CAA6C;AAMhC,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3C,IAAI,EAAE,OAAC;SACF,MAAM,CAAC,EAAE,KAAK,EAAE,gCAAgC,EAAE,CAAC;SACnD,KAAK,CAAC,mBAAU,EAAE,EAAE,OAAO,EAAE,+BAA+B,EAAE,CAAC;CACvE,CAAC,CAAC"}
@@ -1,8 +1,4 @@
1
1
  import { z } from 'zod';
2
- /**
3
- * Update Chat Project Request Schema
4
- * Error messages: UpdateProjectRequest.{field}.{rule}
5
- */
6
2
  export declare const UpdateProjectRequestSchema: z.ZodObject<{
7
3
  title: z.ZodOptional<z.ZodString>;
8
4
  color: z.ZodOptional<z.ZodString>;
@@ -3,10 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateProjectRequestSchema = void 0;
4
4
  const zod_1 = require("zod");
5
5
  const shared_1 = require("../../../shared");
6
- /**
7
- * Update Chat Project Request Schema
8
- * Error messages: UpdateProjectRequest.{field}.{rule}
9
- */
10
6
  exports.UpdateProjectRequestSchema = zod_1.z.object({
11
7
  title: zod_1.z
12
8
  .string()
@@ -18,3 +14,4 @@ exports.UpdateProjectRequestSchema = zod_1.z.object({
18
14
  .regex(shared_1.HEX_COLOR_REGEX, { message: 'UpdateProjectRequest.color.invalid' })
19
15
  .optional(),
20
16
  });
17
+ //# sourceMappingURL=update-project-request.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-project-request.schema.js","sourceRoot":"","sources":["../../../../v1/chat-project/schemas/update-project-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,4CAAkD;AAMrC,QAAA,0BAA0B,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,gCAAgC,EAAE,CAAC;SACrD,GAAG,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,gCAAgC,EAAE,CAAC;SACvD,QAAQ,EAAE;IACf,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,KAAK,CAAC,wBAAe,EAAE,EAAE,OAAO,EAAE,oCAAoC,EAAE,CAAC;SACzE,QAAQ,EAAE;CAClB,CAAC,CAAC"}
@@ -61,3 +61,4 @@ exports.EMAIL_ERRORS = {
61
61
  statusCode: 400,
62
62
  },
63
63
  };
64
+ //# sourceMappingURL=email.errors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email.errors.js","sourceRoot":"","sources":["../../../v1/email/email.errors.ts"],"names":[],"mappings":";;;AAEA,IAAY,cAYX;AAZD,WAAY,cAAc;IACtB,yDAAuC,CAAA;IACvC,6EAA2D,CAAA;IAC3D,6FAA2E,CAAA;IAC3E,2FAAyE,CAAA;IACzE,uEAAqD,CAAA;IACrD,+EAA6D,CAAA;IAC7D,2EAAyD,CAAA;IACzD,qEAAmD,CAAA;IACnD,6EAA2D,CAAA;IAC3D,2EAAyD,CAAA;IACzD,iEAA+C,CAAA;AACnD,CAAC,EAZW,cAAc,8BAAd,cAAc,QAYzB;AAEY,QAAA,YAAY,GAA0C;IAC/D,CAAC,cAAc,CAAC,iBAAiB,CAAC,EAAE;QAChC,IAAI,EAAE,cAAc,CAAC,iBAAiB;QACtC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,2BAA2B,CAAC,EAAE;QAC1C,IAAI,EAAE,cAAc,CAAC,2BAA2B;QAChD,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,mCAAmC,CAAC,EAAE;QAClD,IAAI,EAAE,cAAc,CAAC,mCAAmC;QACxD,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,kCAAkC,CAAC,EAAE;QACjD,IAAI,EAAE,cAAc,CAAC,kCAAkC;QACvD,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,wBAAwB,CAAC,EAAE;QACvC,IAAI,EAAE,cAAc,CAAC,wBAAwB;QAC7C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,4BAA4B,CAAC,EAAE;QAC3C,IAAI,EAAE,cAAc,CAAC,4BAA4B;QACjD,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,0BAA0B,CAAC,EAAE;QACzC,IAAI,EAAE,cAAc,CAAC,0BAA0B;QAC/C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,uBAAuB,CAAC,EAAE;QACtC,IAAI,EAAE,cAAc,CAAC,uBAAuB;QAC5C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,2BAA2B,CAAC,EAAE;QAC1C,IAAI,EAAE,cAAc,CAAC,2BAA2B;QAChD,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,0BAA0B,CAAC,EAAE;QACzC,IAAI,EAAE,cAAc,CAAC,0BAA0B;QAC/C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,qBAAqB,CAAC,EAAE;QACpC,IAAI,EAAE,cAAc,CAAC,qBAAqB;QAC1C,UAAU,EAAE,GAAG;KAClB;CACK,CAAC"}
@@ -15,3 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./email.errors"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../v1/email/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B"}
@@ -8,9 +8,6 @@ export declare enum EmailValidationErrorCode {
8
8
  VALIDATION_FAILED = "VALIDATION_FAILED"
9
9
  }
10
10
  export declare const EMAIL_VALIDATION_ERRORS: Record<EmailValidationErrorCode, ErrorMetadata>;
11
- /**
12
- * Причины блокировки email
13
- */
14
11
  export declare enum EmailBlockReason {
15
12
  SYNTAX_INVALID = "SYNTAX_INVALID",
16
13
  DOMAIN_NOT_FOUND = "DOMAIN_NOT_FOUND",
@@ -36,9 +36,6 @@ exports.EMAIL_VALIDATION_ERRORS = {
36
36
  statusCode: 500,
37
37
  },
38
38
  };
39
- /**
40
- * Причины блокировки email
41
- */
42
39
  var EmailBlockReason;
43
40
  (function (EmailBlockReason) {
44
41
  EmailBlockReason["SYNTAX_INVALID"] = "SYNTAX_INVALID";
@@ -46,3 +43,4 @@ var EmailBlockReason;
46
43
  EmailBlockReason["NO_MX_RECORDS"] = "NO_MX_RECORDS";
47
44
  EmailBlockReason["DISPOSABLE_EMAIL"] = "DISPOSABLE_EMAIL";
48
45
  })(EmailBlockReason || (exports.EmailBlockReason = EmailBlockReason = {}));
46
+ //# sourceMappingURL=email-validation.errors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email-validation.errors.js","sourceRoot":"","sources":["../../../v1/email-validation/email-validation.errors.ts"],"names":[],"mappings":";;;AAEA,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IAChC,mEAAuC,CAAA;IACvC,6DAAiC,CAAA;IACjC,iEAAqC,CAAA;IACrC,2DAA+B,CAAA;IAC/B,iEAAqC,CAAA;IACrC,mEAAuC,CAAA;AAC3C,CAAC,EAPW,wBAAwB,wCAAxB,wBAAwB,QAOnC;AAEY,QAAA,uBAAuB,GAAoD;IACpF,CAAC,wBAAwB,CAAC,iBAAiB,CAAC,EAAE;QAC1C,IAAI,EAAE,wBAAwB,CAAC,iBAAiB;QAChD,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,wBAAwB,CAAC,cAAc,CAAC,EAAE;QACvC,IAAI,EAAE,wBAAwB,CAAC,cAAc;QAC7C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,wBAAwB,CAAC,gBAAgB,CAAC,EAAE;QACzC,IAAI,EAAE,wBAAwB,CAAC,gBAAgB;QAC/C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,wBAAwB,CAAC,aAAa,CAAC,EAAE;QACtC,IAAI,EAAE,wBAAwB,CAAC,aAAa;QAC5C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,wBAAwB,CAAC,gBAAgB,CAAC,EAAE;QACzC,IAAI,EAAE,wBAAwB,CAAC,gBAAgB;QAC/C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,wBAAwB,CAAC,iBAAiB,CAAC,EAAE;QAC1C,IAAI,EAAE,wBAAwB,CAAC,iBAAiB;QAChD,UAAU,EAAE,GAAG;KAClB;CACK,CAAC;AAKX,IAAY,gBAKX;AALD,WAAY,gBAAgB;IACxB,qDAAiC,CAAA;IACjC,yDAAqC,CAAA;IACrC,mDAA+B,CAAA;IAC/B,yDAAqC,CAAA;AACzC,CAAC,EALW,gBAAgB,gCAAhB,gBAAgB,QAK3B"}
@@ -15,3 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./email-validation.errors"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../v1/email-validation/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C"}
@@ -6,10 +6,9 @@ const rest_api_1 = require("../../../rest-api");
6
6
  const http_method_1 = require("../../../shared/http-method");
7
7
  var FileDeleteByKeyCommand;
8
8
  (function (FileDeleteByKeyCommand) {
9
- // Request/Response
10
9
  FileDeleteByKeyCommand.Request = schemas_1.DeleteFileByKeyQuerySchema;
11
10
  FileDeleteByKeyCommand.Response = schemas_1.DeleteFileByKeyResponseSchema;
12
- // URL/Method
13
11
  FileDeleteByKeyCommand.URL = rest_api_1.REST_API.V1.FILE.DELETE_BY_KEY;
14
12
  FileDeleteByKeyCommand.METHOD = http_method_1.HttpMethod.DELETE;
15
13
  })(FileDeleteByKeyCommand || (exports.FileDeleteByKeyCommand = FileDeleteByKeyCommand = {}));
14
+ //# sourceMappingURL=delete-file-by-key.command.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-file-by-key.command.js","sourceRoot":"","sources":["../../../../v1/file/commands/delete-file-by-key.command.ts"],"names":[],"mappings":";;;AACA,wCAAuF;AACvF,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,sBAAsB,CAYtC;AAZD,WAAiB,sBAAsB;IAEtB,8BAAO,GAAG,oCAA0B,CAAC;IACrC,+BAAQ,GAAG,uCAA6B,CAAC;IAGzC,0BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;IACrC,6BAAM,GAAG,wBAAU,CAAC,MAAM,CAAC;AAK5C,CAAC,EAZgB,sBAAsB,sCAAtB,sBAAsB,QAYtC"}
@@ -7,12 +7,11 @@ const rest_api_1 = require("../../../rest-api");
7
7
  const http_method_1 = require("../../../shared/http-method");
8
8
  var FileDeleteCommand;
9
9
  (function (FileDeleteCommand) {
10
- // Request/Response
11
10
  FileDeleteCommand.Request = zod_1.z.object({
12
11
  id: zod_1.z.string().uuid(),
13
12
  });
14
13
  FileDeleteCommand.Response = schemas_1.DeleteFileResponseSchema;
15
- // URL/Method
16
14
  FileDeleteCommand.URL = rest_api_1.REST_API.V1.FILE.DELETE_BY_ID;
17
15
  FileDeleteCommand.METHOD = http_method_1.HttpMethod.DELETE;
18
16
  })(FileDeleteCommand || (exports.FileDeleteCommand = FileDeleteCommand = {}));
17
+ //# sourceMappingURL=delete-file.command.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-file.command.js","sourceRoot":"","sources":["../../../../v1/file/commands/delete-file.command.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAAsD;AACtD,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,iBAAiB,CAcjC;AAdD,WAAiB,iBAAiB;IAEjB,yBAAO,GAAG,OAAC,CAAC,MAAM,CAAC;QAC5B,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;KACxB,CAAC,CAAC;IACU,0BAAQ,GAAG,kCAAwB,CAAC;IAGpC,qBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;IACpC,wBAAM,GAAG,wBAAU,CAAC,MAAM,CAAC;AAK5C,CAAC,EAdgB,iBAAiB,iCAAjB,iBAAiB,QAcjC"}
@@ -18,3 +18,4 @@ __exportStar(require("./upload-image.command"), exports);
18
18
  __exportStar(require("./upload-file.command"), exports);
19
19
  __exportStar(require("./delete-file.command"), exports);
20
20
  __exportStar(require("./delete-file-by-key.command"), exports);
21
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/file/commands/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AACvC,wDAAsC;AACtC,wDAAsC;AACtC,+DAA6C"}
@@ -6,10 +6,9 @@ const rest_api_1 = require("../../../rest-api");
6
6
  const http_method_1 = require("../../../shared/http-method");
7
7
  var FileUploadCommand;
8
8
  (function (FileUploadCommand) {
9
- // Request/Response
10
9
  FileUploadCommand.Request = schemas_1.UploadFileQuerySchema;
11
10
  FileUploadCommand.Response = schemas_1.UploadFileResponseSchema;
12
- // URL/Method
13
11
  FileUploadCommand.URL = rest_api_1.REST_API.V1.FILE.UPLOAD;
14
12
  FileUploadCommand.METHOD = http_method_1.HttpMethod.PUT;
15
13
  })(FileUploadCommand || (exports.FileUploadCommand = FileUploadCommand = {}));
14
+ //# sourceMappingURL=upload-file.command.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upload-file.command.js","sourceRoot":"","sources":["../../../../v1/file/commands/upload-file.command.ts"],"names":[],"mappings":";;;AACA,wCAA6E;AAC7E,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,iBAAiB,CAYjC;AAZD,WAAiB,iBAAiB;IAEjB,yBAAO,GAAG,+BAAqB,CAAC;IAChC,0BAAQ,GAAG,kCAAwB,CAAC;IAGpC,qBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC;IAC9B,wBAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAKzC,CAAC,EAZgB,iBAAiB,iCAAjB,iBAAiB,QAYjC"}
@@ -6,10 +6,9 @@ const rest_api_1 = require("../../../rest-api");
6
6
  const http_method_1 = require("../../../shared/http-method");
7
7
  var FileUploadImageCommand;
8
8
  (function (FileUploadImageCommand) {
9
- // Request/Response
10
9
  FileUploadImageCommand.Request = schemas_1.UploadImageQuerySchema;
11
10
  FileUploadImageCommand.Response = schemas_1.UploadImageResponseSchema;
12
- // URL/Method
13
11
  FileUploadImageCommand.URL = rest_api_1.REST_API.V1.FILE.UPLOAD_IMAGE;
14
12
  FileUploadImageCommand.METHOD = http_method_1.HttpMethod.PUT;
15
13
  })(FileUploadImageCommand || (exports.FileUploadImageCommand = FileUploadImageCommand = {}));
14
+ //# sourceMappingURL=upload-image.command.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upload-image.command.js","sourceRoot":"","sources":["../../../../v1/file/commands/upload-image.command.ts"],"names":[],"mappings":";;;AACA,wCAA+E;AAC/E,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,sBAAsB,CAYtC;AAZD,WAAiB,sBAAsB;IAEtB,8BAAO,GAAG,gCAAsB,CAAC;IACjC,+BAAQ,GAAG,mCAAyB,CAAC;IAGrC,0BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;IACpC,6BAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAKzC,CAAC,EAZgB,sBAAsB,sCAAtB,sBAAsB,QAYtC"}
@@ -3,25 +3,19 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FILE_ERRORS = exports.FileErrorCode = void 0;
4
4
  var FileErrorCode;
5
5
  (function (FileErrorCode) {
6
- // 400 - Bad Request
7
6
  FileErrorCode["INVALID_REQUEST"] = "INVALID_REQUEST";
8
7
  FileErrorCode["INVALID_FILE_TYPE"] = "INVALID_FILE_TYPE";
9
8
  FileErrorCode["FILE_TOO_LARGE"] = "FILE_TOO_LARGE";
10
9
  FileErrorCode["MISSING_PARAMETER"] = "MISSING_PARAMETER";
11
10
  FileErrorCode["INVALID_PARAMETER"] = "INVALID_PARAMETER";
12
- // 401 - Unauthorized
13
11
  FileErrorCode["UNAUTHORIZED"] = "UNAUTHORIZED";
14
- // 403 - Forbidden
15
12
  FileErrorCode["FORBIDDEN"] = "FORBIDDEN";
16
- // 404 - Not Found
17
13
  FileErrorCode["FILE_NOT_FOUND"] = "FILE_NOT_FOUND";
18
- // 500 - Server Errors
19
14
  FileErrorCode["UPLOAD_FAILED"] = "UPLOAD_FAILED";
20
15
  FileErrorCode["CONVERSION_FAILED"] = "CONVERSION_FAILED";
21
16
  FileErrorCode["INTERNAL_ERROR"] = "INTERNAL_ERROR";
22
17
  })(FileErrorCode || (exports.FileErrorCode = FileErrorCode = {}));
23
18
  exports.FILE_ERRORS = {
24
- // 400 - Bad Request
25
19
  [FileErrorCode.INVALID_REQUEST]: {
26
20
  code: FileErrorCode.INVALID_REQUEST,
27
21
  statusCode: 400,
@@ -42,22 +36,18 @@ exports.FILE_ERRORS = {
42
36
  code: FileErrorCode.INVALID_PARAMETER,
43
37
  statusCode: 400,
44
38
  },
45
- // 401 - Unauthorized
46
39
  [FileErrorCode.UNAUTHORIZED]: {
47
40
  code: FileErrorCode.UNAUTHORIZED,
48
41
  statusCode: 401,
49
42
  },
50
- // 403 - Forbidden
51
43
  [FileErrorCode.FORBIDDEN]: {
52
44
  code: FileErrorCode.FORBIDDEN,
53
45
  statusCode: 403,
54
46
  },
55
- // 404 - Not Found
56
47
  [FileErrorCode.FILE_NOT_FOUND]: {
57
48
  code: FileErrorCode.FILE_NOT_FOUND,
58
49
  statusCode: 404,
59
50
  },
60
- // 500 - Server Errors
61
51
  [FileErrorCode.UPLOAD_FAILED]: {
62
52
  code: FileErrorCode.UPLOAD_FAILED,
63
53
  statusCode: 500,
@@ -71,3 +61,4 @@ exports.FILE_ERRORS = {
71
61
  statusCode: 500,
72
62
  },
73
63
  };
64
+ //# sourceMappingURL=file.errors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file.errors.js","sourceRoot":"","sources":["../../../v1/file/file.errors.ts"],"names":[],"mappings":";;;AAEA,IAAY,aAqBX;AArBD,WAAY,aAAa;IAErB,oDAAmC,CAAA;IACnC,wDAAuC,CAAA;IACvC,kDAAiC,CAAA;IACjC,wDAAuC,CAAA;IACvC,wDAAuC,CAAA;IAGvC,8CAA6B,CAAA;IAG7B,wCAAuB,CAAA;IAGvB,kDAAiC,CAAA;IAGjC,gDAA+B,CAAA;IAC/B,wDAAuC,CAAA;IACvC,kDAAiC,CAAA;AACrC,CAAC,EArBW,aAAa,6BAAb,aAAa,QAqBxB;AAEY,QAAA,WAAW,GAAyC;IAE7D,CAAC,aAAa,CAAC,eAAe,CAAC,EAAE;QAC7B,IAAI,EAAE,aAAa,CAAC,eAAe;QACnC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE;QAC/B,IAAI,EAAE,aAAa,CAAC,iBAAiB;QACrC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,cAAc,CAAC,EAAE;QAC5B,IAAI,EAAE,aAAa,CAAC,cAAc;QAClC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE;QAC/B,IAAI,EAAE,aAAa,CAAC,iBAAiB;QACrC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE;QAC/B,IAAI,EAAE,aAAa,CAAC,iBAAiB;QACrC,UAAU,EAAE,GAAG;KAClB;IAGD,CAAC,aAAa,CAAC,YAAY,CAAC,EAAE;QAC1B,IAAI,EAAE,aAAa,CAAC,YAAY;QAChC,UAAU,EAAE,GAAG;KAClB;IAGD,CAAC,aAAa,CAAC,SAAS,CAAC,EAAE;QACvB,IAAI,EAAE,aAAa,CAAC,SAAS;QAC7B,UAAU,EAAE,GAAG;KAClB;IAGD,CAAC,aAAa,CAAC,cAAc,CAAC,EAAE;QAC5B,IAAI,EAAE,aAAa,CAAC,cAAc;QAClC,UAAU,EAAE,GAAG;KAClB;IAGD,CAAC,aAAa,CAAC,aAAa,CAAC,EAAE;QAC3B,IAAI,EAAE,aAAa,CAAC,aAAa;QACjC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE;QAC/B,IAAI,EAAE,aAAa,CAAC,iBAAiB;QACrC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,cAAc,CAAC,EAAE;QAC5B,IAAI,EAAE,aAAa,CAAC,cAAc;QAClC,UAAU,EAAE,GAAG;KAClB;CACK,CAAC"}
@@ -19,8 +19,8 @@ __exportStar(require("./schemas"), exports);
19
19
  __exportStar(require("./file.errors"), exports);
20
20
  __exportStar(require("./commands"), exports);
21
21
  __exportStar(require("./queries"), exports);
22
- // Re-export from centralized locations
23
22
  var controllers_1 = require("../../controllers");
24
23
  Object.defineProperty(exports, "FILE_CONTROLLER", { enumerable: true, get: function () { return controllers_1.FILE_CONTROLLER; } });
25
24
  var routes_1 = require("../../routes");
26
25
  Object.defineProperty(exports, "FILE_ROUTES", { enumerable: true, get: function () { return routes_1.FILE_ROUTES; } });
26
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../v1/file/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,gDAA8B;AAC9B,6CAA2B;AAC3B,4CAA0B;AAE1B,iDAAoD;AAA3C,8GAAA,eAAe,OAAA;AACxB,uCAA2C;AAAlC,qGAAA,WAAW,OAAA"}
@@ -7,12 +7,11 @@ const rest_api_1 = require("../../../rest-api");
7
7
  const http_method_1 = require("../../../shared/http-method");
8
8
  var FileGetByIdQuery;
9
9
  (function (FileGetByIdQuery) {
10
- // Request/Response
11
10
  FileGetByIdQuery.Request = zod_1.z.object({
12
11
  id: zod_1.z.string().uuid(),
13
12
  });
14
13
  FileGetByIdQuery.Response = schemas_1.FileWithVariantsResponseSchema;
15
- // URL/Method
16
14
  FileGetByIdQuery.URL = rest_api_1.REST_API.V1.FILE.GET_BY_ID;
17
15
  FileGetByIdQuery.METHOD = http_method_1.HttpMethod.GET;
18
16
  })(FileGetByIdQuery || (exports.FileGetByIdQuery = FileGetByIdQuery = {}));
17
+ //# sourceMappingURL=get-file.query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file.query.js","sourceRoot":"","sources":["../../../../v1/file/queries/get-file.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAA4D;AAC5D,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,gBAAgB,CAchC;AAdD,WAAiB,gBAAgB;IAEhB,wBAAO,GAAG,OAAC,CAAC,MAAM,CAAC;QAC5B,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;KACxB,CAAC,CAAC;IACU,yBAAQ,GAAG,wCAA8B,CAAC;IAG1C,oBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;IACjC,uBAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAKzC,CAAC,EAdgB,gBAAgB,gCAAhB,gBAAgB,QAchC"}
@@ -17,3 +17,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./get-file.query"), exports);
18
18
  __exportStar(require("./list-files.query"), exports);
19
19
  __exportStar(require("./list-folders.query"), exports);
20
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/file/queries/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,qDAAmC;AACnC,uDAAqC"}
@@ -6,10 +6,9 @@ const rest_api_1 = require("../../../rest-api");
6
6
  const http_method_1 = require("../../../shared/http-method");
7
7
  var FileListQuery;
8
8
  (function (FileListQuery) {
9
- // Request/Response
10
9
  FileListQuery.Request = schemas_1.ListFilesQuerySchema;
11
10
  FileListQuery.Response = schemas_1.ListFilesResponseSchema;
12
- // URL/Method
13
11
  FileListQuery.URL = rest_api_1.REST_API.V1.FILE.LIST;
14
12
  FileListQuery.METHOD = http_method_1.HttpMethod.GET;
15
13
  })(FileListQuery || (exports.FileListQuery = FileListQuery = {}));
14
+ //# sourceMappingURL=list-files.query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-files.query.js","sourceRoot":"","sources":["../../../../v1/file/queries/list-files.query.ts"],"names":[],"mappings":";;;AACA,wCAA2E;AAC3E,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,aAAa,CAY7B;AAZD,WAAiB,aAAa;IAEb,qBAAO,GAAG,8BAAoB,CAAC;IAC/B,sBAAQ,GAAG,iCAAuB,CAAC;IAGnC,iBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC;IAC5B,oBAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAKzC,CAAC,EAZgB,aAAa,6BAAb,aAAa,QAY7B"}
@@ -6,10 +6,9 @@ const rest_api_1 = require("../../../rest-api");
6
6
  const http_method_1 = require("../../../shared/http-method");
7
7
  var FileFoldersListQuery;
8
8
  (function (FileFoldersListQuery) {
9
- // Request/Response
10
9
  FileFoldersListQuery.Request = schemas_1.ListFoldersQuerySchema;
11
10
  FileFoldersListQuery.Response = schemas_1.ListFoldersResponseSchema;
12
- // URL/Method
13
11
  FileFoldersListQuery.URL = rest_api_1.REST_API.V1.FILE.FOLDERS;
14
12
  FileFoldersListQuery.METHOD = http_method_1.HttpMethod.GET;
15
13
  })(FileFoldersListQuery || (exports.FileFoldersListQuery = FileFoldersListQuery = {}));
14
+ //# sourceMappingURL=list-folders.query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-folders.query.js","sourceRoot":"","sources":["../../../../v1/file/queries/list-folders.query.ts"],"names":[],"mappings":";;;AACA,wCAA+E;AAC/E,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,oBAAoB,CAYpC;AAZD,WAAiB,oBAAoB;IAEpB,4BAAO,GAAG,gCAAsB,CAAC;IACjC,6BAAQ,GAAG,mCAAyB,CAAC;IAGrC,wBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC;IAC/B,2BAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAKzC,CAAC,EAZgB,oBAAoB,oCAApB,oBAAoB,QAYpC"}
@@ -1,8 +1,4 @@
1
1
  import { z } from 'zod';
2
- /**
3
- * Delete file by key query parameters schema
4
- * Error messages: DeleteFileByKeyQuery.{field}.{rule}
5
- */
6
2
  export declare const DeleteFileByKeyQuerySchema: z.ZodObject<{
7
3
  key: z.ZodString;
8
4
  }, z.core.$strip>;
@@ -2,12 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteFileByKeyQuerySchema = void 0;
4
4
  const zod_1 = require("zod");
5
- /**
6
- * Delete file by key query parameters schema
7
- * Error messages: DeleteFileByKeyQuery.{field}.{rule}
8
- */
9
5
  exports.DeleteFileByKeyQuerySchema = zod_1.z.object({
10
6
  key: zod_1.z
11
7
  .string({ error: 'DeleteFileByKeyQuery.key.required' })
12
8
  .min(1, { message: 'DeleteFileByKeyQuery.key.min' }),
13
9
  });
10
+ //# sourceMappingURL=delete-file-by-key-request.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-file-by-key-request.schema.js","sourceRoot":"","sources":["../../../../v1/file/schemas/delete-file-by-key-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAMX,QAAA,0BAA0B,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,GAAG,EAAE,OAAC;SACD,MAAM,CAAC,EAAE,KAAK,EAAE,mCAAmC,EAAE,CAAC;SACtD,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,8BAA8B,EAAE,CAAC;CAC3D,CAAC,CAAC"}
@@ -1,14 +1,8 @@
1
1
  import { z } from 'zod';
2
- /**
3
- * Delete file by ID response schema
4
- */
5
2
  export declare const DeleteFileResponseSchema: z.ZodObject<{
6
3
  success: z.ZodBoolean;
7
4
  message: z.ZodString;
8
5
  }, z.core.$strip>;
9
- /**
10
- * Delete file by key response schema (legacy)
11
- */
12
6
  export declare const DeleteFileByKeyResponseSchema: z.ZodObject<{
13
7
  message: z.ZodString;
14
8
  key: z.ZodString;
@@ -2,17 +2,12 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteFileByKeyResponseSchema = exports.DeleteFileResponseSchema = void 0;
4
4
  const zod_1 = require("zod");
5
- /**
6
- * Delete file by ID response schema
7
- */
8
5
  exports.DeleteFileResponseSchema = zod_1.z.object({
9
6
  success: zod_1.z.boolean(),
10
7
  message: zod_1.z.string(),
11
8
  });
12
- /**
13
- * Delete file by key response schema (legacy)
14
- */
15
9
  exports.DeleteFileByKeyResponseSchema = zod_1.z.object({
16
10
  message: zod_1.z.string(),
17
11
  key: zod_1.z.string(),
18
12
  });
13
+ //# sourceMappingURL=delete-file-response.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-file-response.schema.js","sourceRoot":"","sources":["../../../../v1/file/schemas/delete-file-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAKX,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE;IACpB,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC;AAKU,QAAA,6BAA6B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;IACnB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC"}
@@ -1,6 +1,3 @@
1
- /**
2
- * File category based on content type
3
- */
4
1
  export declare enum FileCategory {
5
2
  IMAGE = "image",
6
3
  DOCUMENT = "document",
@@ -1,9 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FileCategory = void 0;
4
- /**
5
- * File category based on content type
6
- */
7
4
  var FileCategory;
8
5
  (function (FileCategory) {
9
6
  FileCategory["IMAGE"] = "image";
@@ -11,3 +8,4 @@ var FileCategory;
11
8
  FileCategory["VIDEO"] = "video";
12
9
  FileCategory["OTHER"] = "other";
13
10
  })(FileCategory || (exports.FileCategory = FileCategory = {}));
11
+ //# sourceMappingURL=file-category.enum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-category.enum.js","sourceRoot":"","sources":["../../../../v1/file/schemas/file-category.enum.ts"],"names":[],"mappings":";;;AAGA,IAAY,YAKX;AALD,WAAY,YAAY;IACpB,+BAAe,CAAA;IACf,qCAAqB,CAAA;IACrB,+BAAe,CAAA;IACf,+BAAe,CAAA;AACnB,CAAC,EALW,YAAY,4BAAZ,YAAY,QAKvB"}
@@ -1,9 +1,6 @@
1
1
  import { z } from 'zod';
2
2
  import { FileStatus } from './file-status.enum';
3
3
  import { FileCategory } from './file-category.enum';
4
- /**
5
- * File item schema (for list responses)
6
- */
7
4
  export declare const FileItemResponseSchema: z.ZodObject<{
8
5
  id: z.ZodString;
9
6
  folder: z.ZodString;
@@ -4,9 +4,6 @@ exports.FileItemResponseSchema = void 0;
4
4
  const zod_1 = require("zod");
5
5
  const file_status_enum_1 = require("./file-status.enum");
6
6
  const file_category_enum_1 = require("./file-category.enum");
7
- /**
8
- * File item schema (for list responses)
9
- */
10
7
  exports.FileItemResponseSchema = zod_1.z.object({
11
8
  id: zod_1.z.string().uuid(),
12
9
  folder: zod_1.z.string(),
@@ -19,3 +16,4 @@ exports.FileItemResponseSchema = zod_1.z.object({
19
16
  uploadedBy: zod_1.z.string(),
20
17
  uploadedAt: zod_1.z.string().datetime(),
21
18
  });
19
+ //# sourceMappingURL=file-response.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-response.schema.js","sourceRoot":"","sources":["../../../../v1/file/schemas/file-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,yDAAgD;AAChD,6DAAoD;AAKvC,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3C,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACrB,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;IACpC,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;IACvB,QAAQ,EAAE,OAAC,CAAC,IAAI,CAAC,iCAAY,CAAC;IAC9B,MAAM,EAAE,OAAC,CAAC,IAAI,CAAC,6BAAU,CAAC;IAC1B,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1B,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;IACtB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACpC,CAAC,CAAC"}
@@ -1,6 +1,3 @@
1
- /**
2
- * File processing status
3
- */
4
1
  export declare enum FileStatus {
5
2
  UPLOADING = "UPLOADING",
6
3
  PROCESSING = "PROCESSING",
@@ -1,9 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FileStatus = void 0;
4
- /**
5
- * File processing status
6
- */
7
4
  var FileStatus;
8
5
  (function (FileStatus) {
9
6
  FileStatus["UPLOADING"] = "UPLOADING";
@@ -12,3 +9,4 @@ var FileStatus;
12
9
  FileStatus["FAILED"] = "FAILED";
13
10
  FileStatus["DELETED"] = "DELETED";
14
11
  })(FileStatus || (exports.FileStatus = FileStatus = {}));
12
+ //# sourceMappingURL=file-status.enum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-status.enum.js","sourceRoot":"","sources":["../../../../v1/file/schemas/file-status.enum.ts"],"names":[],"mappings":";;;AAGA,IAAY,UAMX;AAND,WAAY,UAAU;IAClB,qCAAuB,CAAA;IACvB,uCAAyB,CAAA;IACzB,6BAAe,CAAA;IACf,+BAAiB,CAAA;IACjB,iCAAmB,CAAA;AACvB,CAAC,EANW,UAAU,0BAAV,UAAU,QAMrB"}
@@ -1,7 +1,4 @@
1
1
  import { z } from 'zod';
2
- /**
3
- * File variant schema (for images with different sizes/formats)
4
- */
5
2
  export declare const FileVariantResponseSchema: z.ZodObject<{
6
3
  id: z.ZodString;
7
4
  sizeName: z.ZodString;
@@ -2,9 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FileVariantResponseSchema = void 0;
4
4
  const zod_1 = require("zod");
5
- /**
6
- * File variant schema (for images with different sizes/formats)
7
- */
8
5
  exports.FileVariantResponseSchema = zod_1.z.object({
9
6
  id: zod_1.z.string().uuid(),
10
7
  sizeName: zod_1.z.string(),
@@ -14,3 +11,4 @@ exports.FileVariantResponseSchema = zod_1.z.object({
14
11
  height: zod_1.z.number().int().positive().optional(),
15
12
  url: zod_1.z.string().optional(),
16
13
  });
14
+ //# sourceMappingURL=file-variant-response.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-variant-response.schema.js","sourceRoot":"","sources":["../../../../v1/file/schemas/file-variant-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAKX,QAAA,yBAAyB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC9C,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACrB,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;IACzC,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC7C,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC9C,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC7B,CAAC,CAAC"}
@@ -1,7 +1,4 @@
1
1
  import { z } from 'zod';
2
- /**
3
- * File with variants schema (for single file response)
4
- */
5
2
  export declare const FileWithVariantsResponseSchema: z.ZodObject<{
6
3
  id: z.ZodString;
7
4
  folder: z.ZodString;
@@ -4,10 +4,8 @@ exports.FileWithVariantsResponseSchema = void 0;
4
4
  const zod_1 = require("zod");
5
5
  const file_response_schema_1 = require("./file-response.schema");
6
6
  const file_variant_response_schema_1 = require("./file-variant-response.schema");
7
- /**
8
- * File with variants schema (for single file response)
9
- */
10
7
  exports.FileWithVariantsResponseSchema = file_response_schema_1.FileItemResponseSchema.extend({
11
8
  updatedAt: zod_1.z.string().datetime(),
12
9
  variants: zod_1.z.array(file_variant_response_schema_1.FileVariantResponseSchema),
13
10
  });
11
+ //# sourceMappingURL=file-with-variants-response.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-with-variants-response.schema.js","sourceRoot":"","sources":["../../../../v1/file/schemas/file-with-variants-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,iEAAgE;AAChE,iFAA2E;AAK9D,QAAA,8BAA8B,GAAG,6CAAsB,CAAC,MAAM,CAAC;IACxE,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,QAAQ,EAAE,OAAC,CAAC,KAAK,CAAC,wDAAyB,CAAC;CAC/C,CAAC,CAAC"}
@@ -1,14 +1,8 @@
1
1
  import { z } from 'zod';
2
- /**
3
- * Folder item schema
4
- */
5
2
  export declare const FolderItemSchema: z.ZodObject<{
6
3
  path: z.ZodString;
7
4
  fileCount: z.ZodNumber;
8
5
  }, z.core.$strip>;
9
- /**
10
- * List folders response schema
11
- */
12
6
  export declare const ListFoldersResponseSchema: z.ZodObject<{
13
7
  folders: z.ZodArray<z.ZodObject<{
14
8
  path: z.ZodString;
@@ -2,16 +2,11 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListFoldersResponseSchema = exports.FolderItemSchema = void 0;
4
4
  const zod_1 = require("zod");
5
- /**
6
- * Folder item schema
7
- */
8
5
  exports.FolderItemSchema = zod_1.z.object({
9
6
  path: zod_1.z.string(),
10
7
  fileCount: zod_1.z.number().int().nonnegative(),
11
8
  });
12
- /**
13
- * List folders response schema
14
- */
15
9
  exports.ListFoldersResponseSchema = zod_1.z.object({
16
10
  folders: zod_1.z.array(exports.FolderItemSchema),
17
11
  });
12
+ //# sourceMappingURL=folder-response.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"folder-response.schema.js","sourceRoot":"","sources":["../../../../v1/file/schemas/folder-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAKX,QAAA,gBAAgB,GAAG,OAAC,CAAC,MAAM,CAAC;IACrC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;CAC5C,CAAC,CAAC;AAKU,QAAA,yBAAyB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC9C,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,wBAAgB,CAAC;CACrC,CAAC,CAAC"}
@@ -1,6 +1,3 @@
1
- /**
2
- * Supported image formats for conversion
3
- */
4
1
  export declare enum ImageFormat {
5
2
  WEBP = "webp",
6
3
  JPEG = "jpeg"
@@ -1,11 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ImageFormat = void 0;
4
- /**
5
- * Supported image formats for conversion
6
- */
7
4
  var ImageFormat;
8
5
  (function (ImageFormat) {
9
6
  ImageFormat["WEBP"] = "webp";
10
7
  ImageFormat["JPEG"] = "jpeg";
11
8
  })(ImageFormat || (exports.ImageFormat = ImageFormat = {}));
9
+ //# sourceMappingURL=image-format.enum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image-format.enum.js","sourceRoot":"","sources":["../../../../v1/file/schemas/image-format.enum.ts"],"names":[],"mappings":";;;AAGA,IAAY,WAGX;AAHD,WAAY,WAAW;IACnB,4BAAa,CAAA;IACb,4BAAa,CAAA;AACjB,CAAC,EAHW,WAAW,2BAAX,WAAW,QAGtB"}